.calc-rent {
  padding-bottom: 75px;
}

.calc-rent__container {
  padding: 0 12px;
}

.calc-rent__title {
  font-family: 'Gotham Pro', Arial, sans-serif;
  font-weight: bold;
  font-size: 37px;
  line-height: 47px;
  color: #000000;
  padding: 0;
}

.calc-rent__caption {
  margin-top: 17px;
  font-size: 18px;
  line-height: 1.25;
  color: #000000;
}

.calc-rent__inner {
  position: relative;
  background: #f4f4f4;
  border-radius: 10px;
  margin-top: 30px;
  overflow: hidden;
}

.calc-rent__inner-manager {
  pointer-events: none;
  position: absolute;
  right: 0;
  bottom: 0;
  height: 85%;
}

.calc-rent__row {
  display: flex;
}

.calc-rent__main {
  color: #000000;
  padding: 45px;
  width: 385px;
  max-width: 100%;
}

.calc-rent__main-input {
  position: relative;
}

.calc-rent__main-input:before {
  content: '$';
  position: absolute;
  top: 50%;
  left: 10px;
  font-size: 18px;
  width: 18px;
  line-height: 1;
  border-right: 1px solid rgba(0, 0, 0, 0.13);
  transform: translateY(-50%);
}

.calc-rent__main-input input {
  height: 39px;
  padding: 0;
  padding-top: 3px;
  padding-left: 40px;
  font-weight: normal;
  font-size: 18px;
  transition: 0.35s;
  border: 1px solid transparent;
}

.calc-rent__main-input input:focus {
  border-color: #f9ba3a;
}

.calc-rent__main-title {
  font-size: 18px;
  line-height: 1.3;
}

.calc-rent__main-caption {
  font-weight: 300;
  font-size: 14px;
  line-height: 18px;
  margin: 12px 0 9px;
}

.calc-rent__btn {
  outline: none;
  border: 1px solid #000000;
  border-radius: 23.5px;
  background: transparent;
  font-weight: 600;
  font-size: 17px;
  line-height: 1;
  color: #000000;
  cursor: pointer;
  padding: 8px 35px;
  transition: 0.35s;
}

.calc-rent__btn:hover {
  color: #f9ba3a;
  border-color: #f9ba3a;
}

.calc-rent__btn-wrap {
  margin-top: 22px;
  text-align: center;
}

.calc-rent__info {
  flex-grow: 1;
  padding: 50px 75px 45px;
  background: linear-gradient(81.16deg, #262626 33.61%, #000000 119.36%);
  border-radius: 0px 10px 10px 10px;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
}

.calc-rent__mark {
  color: #ffba3a;
}

.calc-rent__mark-amount {
  white-space: nowrap;
}

.calc-rent__info-block + .calc-rent__info-block {
  margin-top: 40px;
}

.calc-rent__banner {
  padding-top: 40px;
  max-width: 70%;
  text-align: center;
  color: #000000;
  padding-bottom: 50px;
}

.calc-rent__banner-text {
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  font-weight: bold;
}

.calc-rent__banner-btn {
  margin-top: 16px;
  margin: 16px auto 0;
  font-size: 16px;
  letter-spacing: -0.01em;
  max-width: 425px;
  height: 46px;
}

.calc-rent__links {
  text-align: center;
  display: flex;
  border-top: 1px dashed rgba(0, 0, 0, 0.2);
  border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
  padding: 35px 0;
  color: #000000;
  margin-top: 16px;
}

.calc-rent__links-block {
  flex: 1;
  padding: 0 15px;
}

.calc-rent__links-title {
  font-size: 24px;
  line-height: 1.15;
  max-width: 385px;
  margin: 0 auto 10px;
}

.calc-rent__links-link {
  font-weight: bold;
  font-size: 16px;
  line-height: 1.1;
  letter-spacing: -0.01em;
  text-decoration-line: underline;
  color: #ffba3a;
  transition: 0.35s;
}

.calc-rent__links-link:hover {
  text-decoration: none;
  color: #ffc65b;
}

.calc-rent__about {
  text-align: center;
  line-height: 1.3;
  font-size: 15px;
  letter-spacing: -0.01em;
  color: rgba(0, 0, 0, 0.48);
  margin-top: 30px;
}

.calc-rent__about p {
  margin: 0;
  padding: 0;
}

.calc-rent__about p + p {
  margin-top: 15px;
}
@media (max-width: 1200px) {
  .calc-rent__info {
    padding: 25px;
  }
  .calc-rent__main {
    padding: 25px;
  }
  .calc-rent__inner-manager {
    height: 55%;
  }
}
@media (max-width: 850px) {
  .calc-rent__inner-manager {
    display: none;
  }
  .calc-rent__banner {
    max-width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  .calc-rent__banner br {
    display: none;
  }
  .calc-rent__links {
    display: block;
  }
  .calc-rent__links-block {
    padding: 0;
  }
  .calc-rent__links-block + .calc-rent__links-block {
    margin-top: 40px;
  }
}

@media (max-width: 580px) {
  .calc-rent__row {
    display: block;
  }
  .calc-rent__inner {
    background: none;
  }
  .calc-rent__main {
    padding: 30px 20px;
    background: #f4f4f4;
    border-radius: 10px;
  }
  .calc-rent__info {
    border-radius: 10px;
    margin-top: 15px;
    padding: 30px 20px;
    font-size: 14px;
    line-height: 20px;
  }
  .calc-rent__info br {
    display: none;
  }
  .calc-rent__main-title {
    font-size: 16px;
  }
  .calc-rent__main-caption {
    margin-bottom: 13px;
  }
  .calc-rent__btn {
    max-width: 250px;
    width: 100%;
    padding: 12px;
  }
  .calc-rent__banner {
    padding: 25px 20px;
    margin-top: 15px;
    background: #f4f4f4;
    border-radius: 10px;
  }
  .calc-rent__banner-text {
    font-size: 18px;
    line-height: 1.3;
  }
  .calc-rent__banner-btn {
    font-size: 16px;
    line-height: 1.1;
    padding: 8px 12px;
    height: auto;
  }
  .calc-rent__title {
    font-size: 30px;
    line-height: 35px;
  }
  .calc-rent__caption {
    font-size: 16px;
    line-height: 1.35;
    margin-top: 15px;
  }
  .calc-rent__links {
    padding-top: 39px;
    padding-bottom: 39px;
  }
  .calc-rent__links-title {
    font-size: 18px;
    line-height: 1.25;
  }
  .calc-rent__links-link {
    font-size: 15px;
  }
  .calc-rent__about {
    font-size: 13px;
    line-height: 1.35;
  }
}
