/* ШРИФТЫ */
@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;
}
.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: 65px;
    padding-left: 65px;
  }
}
@media (max-width: 767px) {
  .lending-container-inner {
    padding-left: 38px;
    padding-right: 38px;
    padding-top: 120px;
  }
}
@media (max-width: 374px) {
  .lending-container-inner {
    padding-top: 68px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* ЗАГОЛОВКИ */
.title {
  font-family: "Lato";
  font-size: 100px;
  letter-spacing: -1px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  margin-bottom: 10px;
}
.title.title--mobile {
  display: none;
  max-width: none;
}
@media (max-width: 767px) {
  .title.title--mobile {
    display: block;
    font-size: 36px;
  }
}
@media (max-width: 374px) {
  .title.title--mobile {
    display: none;
  }
}
.title.title--mobile-2 {
  display: none;
  max-width: none;
  text-align: center;
  font-size: 30px;
}
@media (max-width: 374px) {
  .title.title--mobile-2 {
    display: block;
    margin-bottom: 17px;
  }
}
@media (max-width: 1700px) {
  .title {
    font-size: 80px;
  }
}
@media (max-width: 1300px) {
  .title {
    font-size: 67px;
    line-height: 1;
    margin-bottom: 0;
  }
}
@media (max-width: 991px) {
  .title {
    max-width: calc(100% - 200px);
  }
}
@media (max-width: 920px) {
  .title {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .title {
    display: none;
    margin-bottom: 11px;
  }
}
.subtitle {
  font-family: "Lato";
  font-size: 95px;
  color: #d7dadd;
  font-weight: 300;
  letter-spacing: 1.4px;
  margin-bottom: 41px;
}
@media (max-width: 1700px) {
  .subtitle {
    font-size: 75px;
  }
}
@media (max-width: 1300px) {
  .subtitle {
    font-size: 61px;
    margin-bottom: 28px;
  }
}
@media (max-width: 920px) {
  .subtitle {
    font-size: 54px;
  }
}
@media (max-width: 767px) {
  .subtitle {
    font-size: 32px;
    margin-bottom: 20px;
  }
}
@media (max-width: 374px) {
  .subtitle {
    text-align: center;
  }
}
.price {
  font-family: "Lato";
  font-size: 45px;
  color: #fff;
  letter-spacing: 2.8px;
  line-height: 59px;
  border-left: 3px solid #ffc000;
  padding-left: 30px;
  position: relative;
  left: -25px;
}
@media (max-width: 1700px) {
  .price {
    font-size: 40px;
    line-height: 50px;
  }
}
@media (max-width: 1300px) {
  .price {
    font-size: 28px;
    letter-spacing: 1px;
    padding-left: 20px;
    left: -19px;
    line-height: 40px;
  }
}
@media (max-width: 767px) {
  .price {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (max-width: 374px) {
  .price {
    text-align: center;
    border-left: none;
    padding-left: 0;
    left: 0;
    width: 100%;
  }
}
.price span {
  text-transform: uppercase;
}
/* КАРТИНКИ */
.catalog {
  position: absolute;
  right: 0;
  bottom: -380px;
  width: 950px;
}
@media (max-width: 1700px) {
  .catalog {
    bottom: -275px;
    width: 800px;
    right: calc((1600px - 100%) * -1);
  }
}
@media (max-width: 1300px) {
  .catalog {
    bottom: -165px;
    width: 600px;
    right: calc((1050px - 100%) * -1);
  }
}
@media (max-width: 920px) {
  .catalog {
    bottom: -215px;
    width: 550px;
    right: calc((940px - 100%) * -1);
  }
}
@media (max-width: 767px) {
  .catalog {
    top: -40px;
    left: 46%;
    width: 80%;
    height: auto;
  }
}
@media (max-width: 374px) {
  .catalog {
    display: none;
  }
}
/* ФОРМА */
.form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 75px;
  margin-left: 5px;
}
@media (max-width: 1300px) {
  .form {
    margin-left: 0;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-top: 50px;
  }
}
@media (max-width: 767px) {
  .form {
    margin-top: 35px;
  }
}
@media (max-width: 374px) {
  .form {
    margin-top: 25px;
  }
}
input {
  position: relative;
  font-family: "Lato";
  outline: none;
  width: 443px;
  height: 107px;
  padding: 0 20px 0 77px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: transparent;
  border: 2px solid #ffc000;
  color: #fff;
  border-radius: 54px;
  font-size: 30px;
  margin-right: 37px;
  text-align: center;
}
@media (max-width: 1300px) {
  input {
    margin-right: 0;
    margin-bottom: 18px;
    width: 395px;
    height: 97px;
    border-radius: 45px;
  }
}
@media (max-width: 920px) {
  input {
    width: 300px;
    height: 77px;
    font-size: 21px;
    padding: 0 20px 0 56px;
  }
}
@media (max-width: 767px) {
  input {
    width: 100%;
    font-size: 22px;
    height: 84px;
    max-width: 340px;
  }
}
@media (max-width: 374px) {
  input {
    height: 65px;
    margin-bottom: 17px;
    font-size: 19px;
  }
}
.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: 70px;
  top: 39px;
  position: absolute;
}
@media (max-width: 1300px) {
  .input-number__inner:before {
    top: 34px;
    left: 60px;
  }
}
@media (max-width: 920px) {
  .input-number__inner:before {
    left: 40px;
    top: 24px;
  }
}
@media (max-width: 767px) {
  .input-number__inner:before {
    left: 55px;
    top: 29px;
  }
}
@media (max-width: 374px) {
  .input-number__inner:before {
    left: 45px;
    top: 24px;
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
  }
}
.button {
  font-family: "Lato";
  background: #ffc100;
  height: 104px;
  width: 400px;
  position: relative;
  cursor: pointer;
  border-radius: 52px;
  font-size: 30px;
  text-decoration: none;
  font-weight: 600;
  text-align: right;
  color: #112638;
  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;
  border: none;
  outline: none;
}
.button:before {
  content: "";
  background-image: url("../img/line.png");
  background-size: 120px 120px;
  width: 120px;
  height: 120px;
  background-repeat: no-repeat;
  right: 40px;
  top: -140px;
  position: absolute;
}
@media (max-width: 1300px) {
  .button:before {
    background-size: 90px 90px;
    width: 90px;
    height: 90px;
    right: -108px;
    bottom: -28px;
    top: auto;
    -webkit-transform: rotate(-153deg);
            transform: rotate(-153deg);
  }
}
@media (max-width: 767px) {
  .button:before {
    display: none;
  }
}
@media (max-width: 1300px) {
  .button {
    width: 395px;
    height: 90px;
    border-radius: 45px;
  }
}
@media (max-width: 920px) {
  .button {
    width: 300px;
    height: 70px;
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .button {
    height: 77px;
    width: 100%;
    max-width: 340px;
  }
}
@media (max-width: 374px) {
  .button {
    height: 58px;
  }
}
.button:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  z-index: -1;
  width: 100%;
  height: 104px;
  border-radius: 52px;
  background-color: #ac8200;
}
@media (max-width: 1300px) {
  .button:after {
    width: 395px;
    height: 90px;
    border-radius: 45px;
  }
}
@media (max-width: 920px) {
  .button:after {
    width: 300px;
    height: 70px;
  }
}
@media (max-width: 767px) {
  .button:after {
    height: 77px;
    width: 100%;
    max-width: 340px;
  }
}
@media (max-width: 374px) {
  .button:after {
    height: 58px;
  }
}
/* БЛОК С НОМЕРОМ ТЕЛЕФОНА */
.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;
  position: absolute;
  width: 280px;
  top: 5px;
  letter-spacing: 0.7px;
  font-size: 29px;
  font-weight: 100;
  color: #fff;
  justify-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  right: calc(28% - 140px);
}
.number-block a {
  text-decoration: none;
  color: #fff;
  font-weight: 400;
}
@media (max-width: 1700px) {
  .number-block {
    right: calc(29% - 140px);
    top: 3%;
  }
}
@media (max-width: 1300px) {
  .number-block {
    top: 2%;
    font-size: 21px;
    right: calc(11% - 130px);
  }
}
@media (max-width: 767px) {
  .number-block {
    top: 0%;
    font-size: 17px;
    left: 38px;
  }
}
@media (max-width: 374px) {
  .number-block {
    top: 0;
    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: 11px;
  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;
  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;
  }
}
