@charset "UTF-8";
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNextCyr-Bold.eot");
  src: local("../fonts/Avenir Next Cyr Bold"), local("../fonts/AvenirNextCyr-Bold"), url("../fonts/AvenirNextCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Bold.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Bold.woff") format("woff"), url("../fonts/AvenirNextCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNextCyr-Medium.eot");
  src: local("../fonts/Avenir Next Cyr Medium"), local("../fonts/AvenirNextCyr-Medium"), url("../fonts/AvenirNextCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Medium.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Medium.woff") format("woff"), url("../fonts/AvenirNextCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNextCyr-Demi.eot");
  src: local("../fonts/Avenir Next Cyr Demi"), local("../fonts/AvenirNextCyr-Demi"), url("../fonts/AvenirNextCyr-Demi.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Demi.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Demi.woff") format("woff"), url("../fonts/AvenirNextCyr-Demi.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "AvenirNext";
  src: url("../fonts/AvenirNextCyr-Regular.eot");
  src: local("../fonts/Avenir Next Cyr Regular"), local("../fonts/AvenirNextCyr-Regular"), url("../fonts/AvenirNextCyr-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/AvenirNextCyr-Regular.woff2") format("woff2"), url("../fonts/AvenirNextCyr-Regular.woff") format("woff"), url("../fonts/AvenirNextCyr-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
body {
  height: 100%;
  line-height: 1;
  color: #000;
  font-size: 24px;
  font-family: "AvenirNext";
}

.wraper {
  min-width: 100%;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

[class*=__container] {
  max-width: 1310px;
  margin: 0 auto;
  box-sizing: content-box;
  padding: 0 15px;
}

.site__section {
  box-sizing: border-box;
  margin-top: 110px;
}
@media (max-width: 768px) {
  .site__section {
    margin-top: 70px;
  }
}
@media (max-width: 768px) {
  .site__section {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .site__section {
    padding-left: 15px;
  }
}

.mt-130 {
  margin-top: 130px;
}

.ta-center {
  text-align: center;
}

.pl-70 {
  padding-left: 70px;
}
@media (max-width: 768px) {
  .pl-70 {
    padding-left: 40px;
  }
}
@media (max-width: 576px) {
  .pl-70 {
    padding-left: 20px;
  }
}

.pr-70 {
  padding-right: 70px;
}
@media (max-width: 768px) {
  .pr-70 {
    padding-right: 40px;
  }
}
@media (max-width: 576px) {
  .pr-70 {
    padding-right: 20px;
  }
}

.mb-55 {
  margin-bottom: 55px;
}

@media (max-width: 576px) {
  .banner__adaptiv {
    min-width: 450px;
  }
}

@media (max-width: 576px) {
  .banner__adaptiv_form {
    min-width: 600px;
  }
}

.mt-110 {
  margin-top: 110px;
}

.mb-60 {
  margin-bottom: 60px;
}

@media (max-width: 520px) {
  .mt-25 {
    margin-top: 25px;
  }
}

/*Обнуление*/
* {
  padding: 0;
  margin: 0;
  border: 0;
}

/*
*,*:before,*:after{
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
*/
:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

.price-object__slider {
  background: linear-gradient(90deg, rgb(252, 227, 3) 20%, rgb(200, 200, 200) 20%);
  -webkit-appearance: none;
  width: 100%;
  height: 6px;
  outline: none;
  -webkit-transform: 0.2s;
  transition: opacity 0.2s;
  border-radius: 6px;
  position: absolute;
  bottom: 1px;
}

.price-object__slider:hover {
  opacity: 1;
}

.price-object__slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 10px;
  height: 14px;
  background: #FCE303;
  box-shadow: 0 0 0 3px #fff, 0 0 0 4px #c8c8c8;
  border-radius: 1px;
  cursor: pointer;
}

.price-object__slider::-moz-range-thumb {
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  width: 18px;
  height: 22px;
  background: white;
  border: 1px solid #F3F3F3;
  border-radius: 3px;
  cursor: pointer;
}

.banner__row {
  background-image: url(/image/png/BG.jpg);
  display: flex;
  justify-content: space-between;
}
.banner__column_img img {
  max-width: 100%;
}
@media (max-width: 992px) {
  .banner__column_img img {
    opacity: 40%;
  }
}
.banner__content {
  position: absolute;
  margin: 150px 0 0 70px;
  z-index: 10;
}
@media (max-width: 576px) {
  .banner__content {
    margin: 15% 0 0 25px;
  }
}
.banner__title {
  font-size: calc(28px + 28 * ((100vw - 320px) / 960));
  margin-bottom: 25px;
  line-height: 120%;
  font-weight: 700;
}
.banner__subtitle {
  font-size: calc(14px + 4 * ((100vw - 320px) / 960));
  font-weight: 400;
  line-height: 140%;
  max-width: 450px;
}

.banner__about-name {
  position: absolute;
  background-color: #fff;
  border-radius: 6px;
  padding: 15px 37px;
  top: 65%;
  z-index: 100;
  margin-left: 70px;
}
@media (max-width: 768px) {
  .banner__about-name {
    top: 65%;
  }
}
@media (max-width: 576px) {
  .banner__about-name {
    top: 60%;
    margin-left: 25px;
    padding: 10px 20px;
  }
}

.bank {
  display: flex;
  flex-wrap: wrap;
  max-width: 450px;
  margin-top: 45px;
}
.bank__logo {
  width: 150px;
  height: 38px;
}

.service__container {
  background-color: #f5f5f6;
  padding: 0;
}
.service__row {
  display: flex;
  margin: -15px -15px;
  flex-wrap: wrap;
  justify-content: space-evenly;
}
.service__column {
  margin: 15px 15px;
  display: flex;
}
.section__header {
  padding-top: 80px;
  display: flex;
  justify-content: space-between;
  margin: 0 -15px;
}
.section__navigation {
  display: flex;
  align-items: flex-start;
  margin: 0 -10px;
}

.service-navigation {
  padding: 11px;
  background-color: #FCE303;
  border-radius: 6px;
  margin: 0 5px;
}
.service-navigation__left {
  rotate: 180deg;
}
.card {
  padding: 40px 30px;
  box-sizing: border-box;
  background-color: #fff;
  width: 350px;
}
@media (max-width: 768px) {
  .card {
    width: 500px;
  }
}
@media (max-width: 576px) {
  .card {
    max-width: 320px;
  }
}
.card__img {
  display: block;
  margin: 35px auto;
  height: 96px;
  width: 96px;
}
.card__text {
  display: block;
  font-size: 18px;
  line-height: 140%;
  font-weight: 700;
  margin-bottom: 10px;
}
.card__price {
  display: inline;
  font-size: 22px;
  line-height: 140%;
  font-weight: 500;
  margin-bottom: 60px;
}
.card__text-light {
  font-size: 14px;
  line-height: 140%;
  font-weight: 400;
  color: #797979;
}
.card__button {
  margin-top: 8px;
  margin-bottom: 80px;
}

.puls__table {
  width: 100%;
  display: block;
  overflow-x: none;
  white-space: nowrap;
}
.puls__table th {
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
  padding: 25px 30px;
}
.puls__table td {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
  padding: 25px 30px;
  text-align: center;
  vertical-align: middle;
}

.form__checkbox {
  position: absolute;
  z-index: -1;
  opacity: 0;
}

.form__checkbox + label {
  display: inline-flex;
  align-items: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.form__checkbox + label::before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  flex-grow: 0;
  border: 1px solid #FCE303;
  border-radius: 6px;
  margin-right: 14px;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 50% 50%;
}

.form__checkbox:checked + label::before {
  border-color: #FCE303;
  background-color: #FCE303;
  background-image: url("/image/icon/check_arrow.svg");
}

/* стили при наведении курсора на checkbox */
.form__checkbox:not(:disabled):not(:checked) + label:hover::before {
  background-color: #FCE303;
}

/* стили для активного состояния чекбокса (при нажатии на него) */
.form__checkbox:not(:disabled):active + label::before {
  background-color: #FCE303;
}

/* стили для чекбокса, находящегося в фокусе */
/* стили для чекбокса, находящегося в фокусе и не находящегося в состоянии checked */
/* стили для чекбокса, находящегося в состоянии disabled */
.form__checkbox:disabled + label::before {
  background-color: #FCE303;
}

#popup_text {
  font-size: 18px;
  line-height: 140%;
  color: #797979;
}

.application__content {
  position: absolute;
  margin: 85px 0 0 70px;
  z-index: 10;
}
@media (max-width: 767px) {
  .application__content {
    margin: 10% 0 0 0;
  }
}

.banner__subtitle {
  font-size: 16px;
  line-height: 140%;
  color: #333333;
  font-weight: 500;
  margin-bottom: 20px;
}

.form {
  display: flex;
  flex-direction: column;
  max-width: 460px;
}
.form__content {
  padding: 0 25px;
}
.form__h2 {
  margin-bottom: 14px;
}
.form__text {
  font-size: 14px;
  line-height: 1.4;
  color: #797979;
  margin-bottom: 10px;
}
.form__input {
  height: 60px;
  width: 100%;
  margin: 10px 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.form__soglasie {
  margin-top: 22px;
}
.form__checkbox-label {
  font-size: 16px;
  line-height: 1.4;
  color: #060505;
}

.form-button {
  margin-top: 30px;
}

.footer__row {
  width: 100%;
  display: flex;
  flex: 1 1 33.333%;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}
@media (max-width: 768px) {
  .footer__row {
    flex-direction: column;
  }
}
.footer__column {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 25px;
}
@media (max-width: 768px) {
  .footer__column_contact {
    order: 1;
  }
}
@media (max-width: 992px) {
  .footer__column_menu {
    display: none;
  }
}
@media (max-width: 768px) {
  .footer__column_logo {
    margin: 50px 0;
    order: 2;
  }
}
.footer__menu-list {
  margin: -11px 0;
  flex-direction: column;
}
.footer__menu-item {
  margin: 11px 0;
}
.footer__social {
  justify-content: center;
}
.footer__social li {
  margin: 0 7px 20px 7px;
}
.footer__contact {
  justify-content: center;
  margin-bottom: 14px;
}
.footer__logo {
  margin-bottom: 20px;
}

.text-footer {
  font-size: 18px;
  line-height: 1.2;
  font-weight: 400;
  color: #797979;
}

.logo {
  width: 180px;
}

.header__container {
  display: flex;
  flex-wrap: wrap;
  min-height: 85px;
  align-items: center;
  padding: 0 70px;
  max-width: 1140px;
}
@media (max-width: 768px) {
  .header__container {
    padding: 0 15px;
  }
}
.header__column {
  display: flex;
  flex: 1 1 auto;
}
.header__logo {
  margin: 25px 30px 25px 0;
}
.header__social {
  flex: 1 1 auto;
  margin-right: 30px;
  justify-content: flex-end;
}
@media (max-width: 768px) {
  .header__social {
    justify-content: center;
    margin-right: 14px;
  }
}
@media (max-width: 576px) {
  .header__social {
    justify-content: start;
    margin-right: 14px;
  }
}
.header__line {
  border-top: 1px solid #c8c8c8;
}

.social {
  display: flex;
}
.social__list {
  display: flex;
}
.social__item {
  margin-right: 14px;
}
.social__item:last-child {
  margin-right: 0;
}
.contact {
  display: flex;
  min-width: 145px;
  max-width: 270px;
  background-color: #FCE303;
  border-radius: 6px;
  align-items: center;
}
.contact__img {
  height: 24px;
  width: 24px;
  padding: 0 16px;
}
@media (max-width: 768px) {
  .contact__img {
    padding: 0 6px;
  }
}
.contact__phone {
  font-size: calc(12px + 4 * ((100vw - 320px) / 960));
  line-height: 136%;
  font-weight: 500;
  color: #060505;
  padding: 15px 20px 15px 0;
}
@media (max-width: 768px) {
  .contact__phone {
    padding: 15px 10px 10px 0;
  }
}

.menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
@media (max-width: 576px) {
  .menu__list {
    padding: 14px 0;
  }
}
.menu__item:not(:last-child) {
  margin: 0 21px 0 0;
}
.menu__link {
  color: #060505;
  font-size: calc(12px + 4 * ((100vw - 320px) / 960));
  font-weight: 500;
  line-height: 136%;
}

.list-menu {
  padding: 24px 0;
}

.main {
  flex: 1 1 auto;
}

.banner__column_img {
  max-width: 600px;
  max-height: 600px;
}

.text-about__item span {
  font-size: 20px;
  font-weight: bold;
}

.h2 {
  font-size: calc(26px + 14 * ((100vw - 320px) / 960));
  line-height: 120%;
  font-weight: 700;
  color: #060505;
  margin-right: 15px;
}

.about-name__text p {
  font-size: calc(12px + 4 * ((100vw - 320px) / 960));
  line-height: 1.4;
  font-weight: 400;
}
.about-name__text span {
  font-size: calc(14px + 6 * ((100vw - 320px) / 960));
  font-weight: 700;
  line-height: 1.4;
}

.about__column {
  margin: 0 15px;
}
.about__row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
}
.about__numbers {
  flex: 1 1 calc(40% - 30px);
}
.about__text {
  flex: 1 1 calc(60% - 30px);
}

.about__column {
  display: flex;
  flex-wrap: wrap;
}

.number-about__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: start;
}
.number-about__item {
  flex: 0 1 50%;
  margin: 25px 0;
  min-width: 190px;
}

.item__title {
  display: flex;
  font-size: 38px;
  line-height: 120%;
  font-weight: 500;
  align-items: center;
  margin-bottom: 10px;
}
.item__title:after {
  display: block;
  content: "";
  background-image: url(/image/icon/plus.svg);
  height: 32px;
  width: 32px;
  margin-left: 14px;
}
.item__text {
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}
.item__text span {
  font-weight: 500;
}

.text-about {
  background-color: #F3F3F3;
}
.text-about__list {
  padding-left: 110px;
}
.text-about__list ::before {
  display: block;
  padding-right: 18px;
  content: "";
  background-image: url(/image/icon/Rectangle.svg);
  background-repeat: no-repeat;
  height: 13px;
  width: 13px;
}
@media (max-width: 992px) {
  .text-about__list {
    padding-left: 55px;
  }
}
@media (max-width: 768px) {
  .text-about__list {
    padding-left: 25px;
  }
}
@media (max-width: 576px) {
  .text-about__list {
    padding-left: 0;
  }
}
.text-about__list span::before {
  display: none;
}
.text-about__item {
  display: flex;
  align-items: center;
  margin: 40px 0;
  font-size: 16px;
  line-height: 120%;
  font-weight: 400;
}
@media (max-width: 768px) {
  .text-about__item {
    margin: 25px;
  }
}
.text-about__item span {
  font-weight: 700;
}

.about__icons {
  max-width: 840px;
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.icons__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1 1 33.3333%;
  min-width: 200px;
  margin-bottom: 45px;
}
.icons__img {
  width: 76px;
  height: 76px;
  margin-bottom: 30px;
}
.icons__title {
  color: #060505;
  font-size: 22px;
  line-height: 120%;
}

.about__text-icons {
  width: 100%;
  text-align: center;
}

.text-icons {
  font-size: 20px;
  line-height: 1.5;
}

.price__body {
  display: flex;
  margin: 0 -90px;
  padding-bottom: 10px;
}
.price__column {
  flex: 1 1 50%;
  margin: 0 90px;
}
.prise-object__list {
  display: flex;
  flex-wrap: wrap;
  margin: -11px;
  align-items: center;
}
.prise-object__item {
  flex: 1 1 calc(33.333% - 22px);
  margin: 11px;
  min-width: 150px;
}
.prise-object__item input[type=radio] {
  display: none;
}
.prise-object__item input[type=radio]:checked + label {
  background-color: #FCE303;
  font-weight: 500;
}
.prise-object__item label {
  display: block;
  padding: 20px 37px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  cursor: pointer;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
  height: 100%;
}

.price-object__input {
  display: block;
  padding: 20px 37px;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  border: 1px solid #c8c8c8;
  border-radius: 6px;
  font-size: 16px;
  line-height: 120%;
  text-align: center;
}

.price-approx__title {
  margin-top: 40px;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}
.price-approx__slidecontainer {
  display: flex;
  flex-direction: column;
  position: relative;
}

.price__line {
  flex: 1 1 1px;
  background-color: #c8c8c8;
}
.price-comission {
  min-width: 200px;
}
.price-comission__row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.price-comission__column {
  flex: 1 1 50%;
  min-width: 200px;
  text-align: center;
}
.price-comission__column input {
  max-width: 200px;
}
.price-comission__title {
  font-size: 20px;
  line-height: 120%;
  color: #060505;
  font-weight: 600;
  text-align: center;
  margin-bottom: 25px;
}
.price-comission__text {
  font-size: 16px;
  line-height: 120%;
  color: #797979;
  margin-bottom: 10px;
  font-weight: 500;
}
.price-comission__summa {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 20px;
  font-weight: 500;
  text-align: center;
}
.price-comission__button {
  width: 100%;
}

.button {
  padding: 20px 35px;
  background-color: #FCE303;
  border-radius: 6px;
  font-size: 16px;
  line-height: 120%;
  font-weight: 600;
}

@media (max-width: 1200px) {
  .price__body {
    display: flex;
    margin: 0 -60px;
  }
  .price__column {
    flex: 1 1 50%;
    margin: 0 60px;
  }
}
@media (max-width: 768px) {
  .price__body {
    display: flex;
    margin: 0 -30px;
  }
  .price__column {
    flex: 1 1 50%;
    margin: 0 30px;
  }
  .price-approx__title {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
@media (max-width: 640px) {
  .price__body {
    flex-wrap: wrap;
  }
  .price__line {
    display: none;
  }
  .price-comission__title {
    margin-top: 25px;
  }
}