/* ШРИФТЫ */
@import url("../fonts/Circle/stylesheet.css");
@import url("../fonts/Formular/stylesheet.css");
/* ФОН, ОСНОВА */
html {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow-x: hidden;
}
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}
.lending {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: 100vh;
  min-height: calc(var(--vh, 1vh) * 100);
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  overflow-x: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}
@media (max-width: 767px) {
  .lending {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.lending-container {
  position: relative;
}
.lending-container-inner {
  z-index: 3;
  position: relative;
  width: 100%;
  padding-right: 60px;
  padding-left: 60px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1775px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (max-width: 1300px) {
  .lending-container-inner {
    max-width: 100%;
    padding-right: 45px;
    padding-left: 45px;
  }
}
@media (max-width: 767px) {
  .lending-container-inner {
    padding-left: 22px;
    padding-right: 22px;
    padding-top: 120px;
  }
}
@media (max-width: 374px) {
  .lending-container-inner {
    padding-top: 80px;
  }
}
/* ЗАГОЛОВКИ */
.title {
  font-family: "Circe";
  font-size: 78px;
  letter-spacing: 9px;
  line-height: 1.21;
  font-weight: 900;
  text-transform: uppercase;
  color: #f4ede0;
  margin-bottom: 64px;
}
.title.title--mobile {
  font-size: 25px;
  letter-spacing: 4px;
  line-height: 1.4;
  display: none;
}
@media (max-width: 767px) {
  .title.title--mobile {
    display: block;
  }
}
@media (max-width: 374px) {
  .title.title--mobile {
    text-align: center;
    font-size: 22px;
  }
}
@media (max-width: 1700px) {
  .title {
    font-size: 60px;
    margin-bottom: 55px;
  }
}
@media (max-width: 1300px) {
  .title {
    font-size: 45px;
    letter-spacing: 7px;
    line-height: 1.28;
    margin-bottom: 80px;
  }
}
@media (max-width: 767px) {
  .title {
    display: none;
    margin-bottom: 11px;
  }
}
.subtitle {
  font-family: "Circe";
  text-transform: uppercase;
  font-size: 50px;
  color: #fff;
  letter-spacing: 3px;
  margin-bottom: 17px;
}
@media (max-width: 1300px) {
  .subtitle {
    font-size: 28px;
    margin-bottom: 12px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    letter-spacing: 2px;
    font-size: 19px;
    margin-bottom: 7px;
  }
}
@media (max-width: 374px) {
  .subtitle {
    text-align: center;
  }
}
.price {
  font-family: "Circe";
  font-size: 31px;
  color: #cb9441;
  letter-spacing: 3px;
}
@media (max-width: 1300px) {
  .price {
    font-size: 22px;
    letter-spacing: 1px;
  }
}
@media (max-width: 767px) {
  .price {
    font-size: 17px;
  }
}
@media (max-width: 374px) {
  .price {
    text-align: center;
  }
}
.price span {
  text-transform: uppercase;
}
/* КАРТИНКИ */
.building {
  position: absolute;
  right: 0;
  bottom: -170px;
  height: 1070px;
}
@media (max-width: 1700px) {
  .building {
    -webkit-transform: translate(38%, 0%);
            transform: translate(38%, 0%);
  }
}
@media (max-width: 1300px) {
  .building {
    -webkit-transform: translate(25%, 0%);
            transform: translate(25%, 0%);
    bottom: -170px;
    height: 810px;
  }
}
@media (max-width: 991px) {
  .building {
    -webkit-transform: translate(41%, 0%);
            transform: translate(41%, 0%);
  }
}
@media (max-width: 920px) {
  .building {
    -webkit-transform: translate(57%, 0%);
            transform: translate(57%, 0%);
  }
}
@media (max-width: 767px) {
  .building {
    top: 450px;
    left: 5%;
    width: 100%;
    -webkit-transform: none;
            transform: none;
    height: auto;
  }
}
@media (max-width: 374px) {
  .building {
    display: none;
  }
}
.ruble {
  position: absolute;
  z-index: 1;
}
.ruble_1 {
  height: 210px;
  top: calc(35% - 105px);
  right: calc(43% - 105px);
}
@media (max-width: 1700px) {
  .ruble_1 {
    top: calc(29% - 105px);
    right: calc(37% - 105px);
  }
}
@media (max-width: 1300px) {
  .ruble_1 {
    height: 90px;
    top: calc(74% - 45px);
    -webkit-transform: rotate(175deg);
            transform: rotate(175deg);
    right: calc(53% - 55px);
  }
}
@media (max-width: 920px) {
  .ruble_1 {
    right: calc(47% - 55px);
  }
}
@media (max-width: 767px) {
  .ruble_1 {
    height: 95px;
    top: calc(111% - 55px);
    -webkit-transform: rotate(-22deg);
            transform: rotate(-22deg);
    right: calc(41% - 55px);
  }
}
@media (max-width: 374px) {
  .ruble_1 {
    display: none;
  }
}
.ruble_2 {
  height: 220px;
  top: calc(-13% - 105px);
  right: calc(62% - 105px);
}
@media (max-width: 1300px) {
  .ruble_2 {
    height: 160px;
    top: calc(-18% - 80px);
    right: calc(70% - 80px);
  }
}
@media (max-width: 767px) {
  .ruble_2 {
    display: none;
  }
}
.ruble_3 {
  height: 120px;
  top: calc(39% - 60px);
  right: calc(100% - 60px);
}
@media (max-width: 1300px) {
  .ruble_3 {
    height: 120px;
    top: calc(50% - 60px);
    right: calc(98% - 60px);
  }
}
@media (max-width: 767px) {
  .ruble_3 {
    display: none;
  }
}
.ruble_4 {
  height: 290px;
  top: calc(46% - 145px);
  right: calc(0% - 145px);
}
@media (max-width: 1300px) {
  .ruble_4 {
    height: 220px;
    top: calc(105% - 110px);
    right: calc(3% - 110px);
  }
}
@media (max-width: 767px) {
  .ruble_4 {
    display: none;
  }
}
/* ФОРМА */
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 80px;
  margin-left: 5px;
}
@media (max-width: 1700px) {
  .form {
    margin-top: 70px;
  }
}
@media (max-width: 1300px) {
  .form {
    margin-top: 100px;
    margin-left: 0;
  }
}
@media (max-width: 767px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 21px;
  }
}
@media (max-width: 374px) {
  .form {
    margin-top: 182px;
  }
}
input {
  position: relative;
  font-family: "Formular";
  outline: none;
  width: 443px;
  height: 108px;
  padding: 0 50px 0 107px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: 3px solid #cb9441;
  color: #fff;
  border-radius: 15px;
  font-size: 30px;
  margin-right: 37px;
}
@media (max-width: 1300px) {
  input {
    height: 65px;
    width: 260px;
    margin-right: 13px;
    padding: 0 22px 0 55px;
    font-size: 18px;
    border: 2px solid #cb9441;
    border-radius: 9px;
  }
}
@media (max-width: 767px) {
  input {
    height: 54px;
    width: 210px;
    margin-right: 0;
    padding: 0 22px 0 55px;
    font-size: 13px;
    margin-bottom: 17px;
    border: 1px solid #cb9441;
    border-radius: 9px;
  }
}
@media (max-width: 374px) {
  input {
    width: 100%;
    margin-bottom: 5px;
    font-size: 20px;
  }
}
.input-number__inner {
  position: relative;
}
.input-number__inner:before {
  content: "";
  background-image: url("../img/phone-icon.png");
  background-size: 30px 30px;
  width: 30px;
  height: 30px;
  background-repeat: no-repeat;
  left: 57px;
  top: 39px;
  position: absolute;
}
@media (max-width: 1300px) {
  .input-number__inner:before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    left: 23px;
    top: 24px;
  }
}
@media (max-width: 767px) {
  .input-number__inner:before {
    background-size: 15px 15px;
    width: 15px;
    height: 15px;
    left: 28px;
    top: 20px;
  }
}
.button {
  font-family: "Formular";
  background: #cb9441;
  height: 100px;
  width: 400px;
  position: relative;
  cursor: pointer;
  border-radius: 15px;
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
  text-align: right;
  color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding: 0 15px 0 0;
  border: none;
  outline: none;
}
@media (max-width: 1300px) {
  .button {
    height: 62px;
    width: 235px;
    font-size: 17px;
    border-radius: 9px;
    font-weight: 500;
  }
}
@media (max-width: 767px) {
  .button {
    height: 54px;
    width: 210px;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
  }
}
@media (max-width: 374px) {
  .button {
    width: 100%;
  }
}
.button > span {
  max-width: 170px;
  text-align: left;
}
@media (max-width: 1300px) {
  .button > span {
    margin-left: 130px;
    max-width: 150px;
  }
}
@media (max-width: 374px) {
  .button > span {
    margin-right: 10px;
    margin-left: 0;
  }
}
.button img {
  position: absolute;
  left: -25px;
  bottom: 0;
  width: 220px;
}
@media (max-width: 1300px) {
  .button img {
    width: 125px;
    left: -10px;
    bottom: -3px;
  }
}
@media (max-width: 767px) {
  .button img {
    width: 114px;
    left: -10px;
    bottom: -10px;
  }
}
@media (max-width: 374px) {
  .button img {
    left: 0;
  }
}
.button:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  z-index: -1;
  width: 100%;
  height: 40px;
  border-radius: 0 0 26px 26px;
  background-color: #7e6331;
}
@media (max-width: 1300px) {
  .button:after {
    bottom: -4px;
    border-radius: 0 0 13px 13px;
  }
}
/* БЛОК С НОМЕРОМ ТЕЛЕФОНА */
.number-block {
  font-family: "Formular";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: absolute;
  width: 260px;
  top: 0;
  font-size: 29px;
  font-weight: 100;
  color: #fff;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  right: calc(50% - 130px);
}
.number-block a {
  text-decoration: none;
  color: #fff;
}
@media (max-width: 1300px) {
  .number-block {
    top: -5%;
    font-size: 23px;
    right: calc(40% - 130px);
  }
}
@media (max-width: 767px) {
  .number-block {
    top: 8%;
    font-size: 17px;
    right: calc(9% - 130px);
  }
}
@media (max-width: 374px) {
  .number-block {
    top: 4%;
    left: 0;
    width: 100%;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.number-block__text {
  text-align: center;
  font-size: 21px;
  margin-top: 20px;
  background: #5ad000;
  border-radius: 17px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 38px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 202px;
  line-height: 1;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 0 27px rgba(137,207,35,0.29);
          box-shadow: 0 0 27px rgba(137,207,35,0.29);
}
@media (max-width: 1300px) {
  .number-block__text {
    font-size: 16px;
    margin-top: 10px;
    height: 29px;
    width: 160px;
  }
}
@media (max-width: 767px) {
  .number-block__text {
    font-size: 12px;
    margin-top: 10px;
    height: 21px;
    width: 122px;
  }
}
/* БЛОК С ПРОЦЕНТАМИ */
.percent-block {
  -webkit-box-sizing: unset;
          box-sizing: unset;
  position: absolute;
  top: calc(49% - 170px);
  background: #cb9441;
  left: 670px;
  height: 340px;
  width: 340px;
  border-radius: 50%;
  border: 20px solid #000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #fff;
  font-family: Circe;
  font-size: 26px;
  font-weight: bold;
  line-height: 1.8;
  text-transform: uppercase;
}
@media (max-width: 1700px) {
  .percent-block {
    height: 300px;
    width: 300px;
  }
}
@media (max-width: 1300px) {
  .percent-block {
    font-size: 17px;
    height: 225px;
    width: 225px;
    top: calc(55% - 112px);
    border: 0px solid #000;
    left: 414px;
  }
}
@media (max-width: 991px) {
  .percent-block {
    font-size: 13px;
    height: 180px;
    width: 180px;
    top: calc(60% - 90px);
    left: 380px;
  }
}
@media (max-width: 767px) {
  .percent-block {
    font-size: 11px;
    height: 130px;
    width: 130px;
    border: none;
    left: 253px;
    top: calc(80% - 65px);
  }
}
@media (max-width: 374px) {
  .percent-block {
    left: calc(50% - 65px);
    top: calc(59% - 65px);
  }
}
.percent-block div:nth-child(2) {
  line-height: 1;
  height: 78px;
}
@media (max-width: 1300px) {
  .percent-block div:nth-child(2) {
    height: 60px;
  }
}
@media (max-width: 991px) {
  .percent-block div:nth-child(2) {
    height: 50px;
  }
}
@media (max-width: 767px) {
  .percent-block div:nth-child(2) {
    height: 40px;
  }
}
.percent-block__number {
  font-size: 92px;
  font-weight: 600;
}
@media (max-width: 1300px) {
  .percent-block__number {
    font-size: 65px;
  }
}
@media (max-width: 991px) {
  .percent-block__number {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .percent-block__number {
    font-size: 47px;
  }
}
/* МЕДИА */
