/* ШРИФТЫ */
@import url("../fonts/Formular/stylesheet.css");
@import url("../fonts/Lato/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;
}
.lending-container {
  position: relative;
  height: 100vh;
  height: calc(var(--vh, 1vh) * 100);
  max-height: 970px;
  padding: 30px 0;
}
@media (max-width: 1300px) {
  .lending-container {
    height: auto;
  }
}
@media (max-width: 767px) {
  .lending-container {
    height: 100vh;
    height: calc(var(--vh, 1vh) * 100);
    padding: 20px 0;
  }
}
.lending-container-inner {
  height: 100%;
  z-index: 3;
  position: relative;
  width: 100%;
  padding-right: 115px;
  padding-left: 115px;
  margin-right: auto;
  margin-left: auto;
  max-width: 1860px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  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: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  min-height: 620px;
}
@media (max-width: 1300px) {
  .lending-container-inner {
    max-width: 100%;
    padding-right: 75px;
    padding-left: 75px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    min-height: auto;
    height: auto;
  }
}
@media (max-width: 767px) {
  .lending-container-inner {
    height: 100%;
    padding-left: 22px;
    padding-right: 22px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (max-width: 1300px) {
  .container-item {
    margin: 2vh 0;
    margin: calc(var(--vh, 1vh) * 2) 0;
  }
}
/* ЗАГОЛОВКИ */
.title {
  position: relative;
  font-family: "Formular";
  color: #8fe86e;
  line-height: 0.9;
  font-size: 100px;
  font-weight: bold;
  letter-spacing: -3px;
}
.title.title--mobile {
  display: none;
  max-width: none;
}
@media (max-width: 767px) {
  .title.title--mobile {
    display: block;
    font-size: 40px;
  }
}
@media (max-width: 374px) {
  .title.title--mobile {
    font-size: 35px;
  }
}
@media (max-width: 1700px) {
  .title {
    font-size: 75px;
  }
}
@media (max-width: 1300px) {
  .title {
    font-size: 54px;
    line-height: 0.9;
    font-weight: 600;
    letter-spacing: -2px;
  }
}
@media (max-width: 767px) {
  .title {
    display: none;
    text-align: center;
  }
}
.bg-text {
  position: absolute;
  left: -8%;
  top: -16%;
  height: 142%;
}
.subtitle {
  font-family: "Formular";
  font-size: 56px;
  color: #fff;
  font-weight: 400;
  letter-spacing: 3px;
  line-height: 1.1;
}
@media (max-width: 1700px) {
  .subtitle {
    font-size: 45px;
  }
}
@media (max-width: 1300px) {
  .subtitle {
    font-size: 39px;
    line-height: 0.9;
    letter-spacing: -1px;
    font-weight: 300;
  }
}
@media (max-width: 767px) {
  .subtitle {
    text-align: center;
    font-size: 27px;
    line-height: 1.1;
  }
}
/* КАРТИНКИ */
.photo {
  position: absolute;
  left: 870px;
  bottom: -19%;
  height: 138%;
  min-height: 700px;
}
.photo.photo-tablet {
  display: none;
}
@media (max-width: 1300px) {
  .photo.photo-tablet {
    left: 450px;
    display: block;
    bottom: -5%;
    height: 135%;
  }
}
@media (max-width: 767px) {
  .photo.photo-tablet {
    display: none;
  }
}
@media (max-width: 1700px) {
  .photo {
    bottom: -10%;
    height: 120%;
  }
}
@media (max-width: 1300px) {
  .photo {
    display: none;
  }
}
.price {
  font-family: "Formular";
  font-size: 36px;
  color: #d0e5ff;
  font-weight: 300;
  letter-spacing: 0;
  padding: 28px 41px;
  background-image: url("../img/contur.png");
  background-size: 100% 100%;
}
@media (max-width: 1700px) {
  .price {
    padding: 20px 30px;
    font-size: 30px;
  }
}
@media (max-width: 1300px) {
  .price {
    font-size: 25px;
  }
}
@media (max-width: 767px) {
  .price {
    text-align: center;
    padding: 15px 23px;
    font-size: 18px;
  }
}
/* ФОРМА */
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-flex-item-align: center;
        align-self: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
input {
  border: 2px solid #8fe86e;
  position: relative;
  font-family: "Lato";
  outline: none;
  width: 350px;
  height: 105px;
  border-radius: 10px;
  padding: 0 20px 0 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  color: #fff;
  font-size: 30px;
  margin-right: 27px;
  text-align: center;
  text-decoration: none;
}
input::-webkit-input-placeholder {
  color: #bcbcbc;
}
input::-moz-placeholder {
  color: #bcbcbc;
}
@media (max-width: 1300px) {
  input {
    width: 274px;
    height: 82px;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  input {
    margin-right: 0;
    margin-bottom: 15px;
    padding: 0 20px 0 47px;
    font-size: 17px;
    height: 68px;
    width: 222px;
  }
}
.input-number__inner {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.input-number__inner:before {
  content: "";
  background-image: url("../img/phone-icon.png");
  background-size: 25px 25px;
  width: 25px;
  height: 25px;
  background-repeat: no-repeat;
  left: 40px;
  top: 39px;
  position: absolute;
}
@media (max-width: 1300px) {
  .input-number__inner:before {
    top: 30px;
  }
}
@media (max-width: 767px) {
  .input-number__inner:before {
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    left: 27px;
    top: 23px;
  }
}
@media (max-width: 767px) {
  .input-number__inner {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.button {
  font-family: "Formular";
  position: relative;
  cursor: pointer;
  font-size: 28px;
  width: 350px;
  height: 105px;
  color: #2e3c1e;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
  border-radius: 10px;
  background-color: #8fe86e;
  -webkit-box-shadow: 0 0 27px rgba(179,235,112,0.64), 0 3px 3px rgba(7,21,38,0.17), inset 0 0 29px rgba(255,255,255,0.19);
          box-shadow: 0 0 27px rgba(179,235,112,0.64), 0 3px 3px rgba(7,21,38,0.17), inset 0 0 29px rgba(255,255,255,0.19);
  outline: none;
  border: none;
  text-decoration: none;
}
@media (max-width: 1300px) {
  .button {
    font-size: 22px;
    width: 274px;
    height: 82px;
  }
}
@media (max-width: 767px) {
  .button {
    height: 68px;
    width: 222px;
    font-size: 18px;
  }
}
/* БЛОК С НОМЕРОМ ТЕЛЕФОНА */
.number-block {
  font-family: "Lato";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 280px;
  letter-spacing: 0.7px;
  font-size: 29px;
  font-weight: 100;
  color: #2e3c1e;
  padding-top: 2px;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
}
.number-block a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1300px) {
  .number-block {
    font-size: 21px;
  }
}
@media (max-width: 767px) {
  .number-block {
    font-size: 17px;
    text-align: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.number-block__text {
  text-align: center;
  font-size: 21px;
  margin-top: 11px;
  background: #8fe86e;
  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;
  font-weight: 500;
  -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;
  }
}
