

/* Start:/local/templates/double/assets/css/style.css?163440733065734*/
@charset "UTF-8";
/*Обнуление*/
* {
  padding: 0; 
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  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%;
  /*    overflow: auto;*/
}

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;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: 400;
}

/*--------------------*/
@font-face {
  font-family: "MontserratAlternates";
  src: url("/local/templates/double/assets/css/../fonts/MontserratAlternates-Regular.woff2") format("woff2"), url("/local/templates/double/assets/css/../fonts/MontserratAlternates-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "MontserratAlternates";
  src: url("/local/templates/double/assets/css/../fonts/MontserratAlternates-Bold.woff2") format("woff2"), url("/local/templates/double/assets/css/../fonts/MontserratAlternates-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*Переменные*/
/*Шаблоны*/
/* %center-colun {*/
/*         position: absolute;*/
/*         top: 50%;*/
/*         transform: translateY(-50%);*/
/*     }*/
/* @extend %center-colun;*/
/*Миксины*/
/* @include font-MA(600, 130%, 9px, $c2);*/
body {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
}

.container {
  max-width: 1200px;
  padding: 0 15px;
  margin: 0 auto;
}

/* Общие классы -------------------------------------------*/
.img-cover {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: 100%;
}

.indent {
  padding: 50px 0;
}

@media screen and (max-width: 576px) {
  .indent {
    padding: 30px 0;
  }
}
.main {
  position: relative;
}

/* Логотип -------------------------------------------*/
.logo__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 10px;
  color: #242C39;
  text-transform: uppercase;
  width: 150px;
  display: flex;
  align-items: center;
}
.logo__text:before {
  color: #242C39;
  font-size: 40px;
  margin-right: 8px;
  display: inline-block;
}

/* Кнопки -------------------------------------------*/
.btn {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #E3E1E1;
  border-radius: 10px;
  padding: 14px;
  display: block;
  min-width: 270px;
  color: #242C39;
  transition: 0.3s;
  background: none;
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
}
.btn:hover {
  cursor: pointer;
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
}
.btn__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn__text:before {
  margin-right: 10px;
  font-size: 15px;
  color: #242C39;
}
.btn__text_bold {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
}

.btn_full {
  background: #242C39;
  color: #fff;
}
.btn_full:hover {
  background: #161A22;
}
.btn_full span {
  color: #fff;
}
.btn_full span:before {
  color: #fff;
}

/* Общий фон -------------------------------------------*/
.bg-blur {
  width: 100%;
  height: 100%;
  position: fixed;
  z-index: 5;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.bg-blur.active {
  opacity: 1;
  visibility: visible;
}

.loading-img {
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(/local/templates/double/assets/css/../icon/loading2.gif) center no-repeat;
  background-size: 200px;
  z-index: -1;
}

/* Элементы взаидойствия -------------------------------------------*/
.select {
  position: relative;
  width: 100%;
}
.select:before {
  color: #242C39;
  font-size: 10px;
  position: absolute;
  right: 15px;
  z-index: 3;
  top: 50%;
  transform: rotate(90deg) translateX(-50%);
}
.select select {
  cursor: pointer;
  text-align: center;
  padding: 12px;
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
  border: 1px solid #242C39;
  border-radius: 10px;
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: none;
  transition: 0.3s;
}
.select select:hover {
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
}

.input label {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 130%;
  font-size: 24px;
  color: #242C39;
}
.input label span {
  color: red;
}
.input input {
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  background: none;
}
.input textarea {
  resize: none;
  -webkit-appearance: none;
  appearance: none;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  width: 100%;
  padding: 15px;
  background: none;
  flex: 1 1 100%;
}
.input textarea:focus, .input input:focus {
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
}

.checkbox input {
  display: none;
}
.checkbox input:checked + label:before {
  background: #242C39 url(/local/templates/double/assets/css/../icon/bg/chek.svg) center no-repeat;
}
.checkbox label {
  display: flex;
  align-items: center;
  cursor: pointer;
}
.checkbox label:hover:before {
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
}
.checkbox label:before {
  cursor: pointer;
  content: "";
  flex: 0 0 16px;
  height: 16px;
  border: 1px solid #242C39;
  border-radius: 4px;
  margin-right: 10px;
  transition: 0.3s;
}

.radio input {
  display: none;
}
.radio input:checked + label:after {
  transform: scale(1);
}
.radio input:checked + label {
  color: #242C39 !important;
}
.radio label {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.radio label:hover:before {
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
}
.radio label:before {
  cursor: pointer;
  content: "";
  flex: 0 0 16px;
  height: 16px;
  border: 1px solid #242C39;
  border-radius: 50%;
  margin-right: 10px;
  transition: 0.3s;
}
.radio label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #242C39;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  margin-top: -4px;
  left: 4px;
  transform: scale(0);
  transition: 0.3s;
}

/* Вторые заголовки -------------------------------------------*/
.title {
  margin: 20px 0;
  text-transform: uppercase;
}
.title_center {
  text-align: center;
}
.title__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 36px;
  color: #242C39;
}
.title__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
}
.title_white .title__title, .title_white .title__text {
  color: #fff !important;
}
@media screen and (max-width: 576px) {
  .title__title {
    font-size: 24px;
  }
  .title__text {
    font-size: 12px;
  }
}

/* Шапка -------------------------------------------*/
.head {
  min-height: 250px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.head__img {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}
.head__img:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.3);
  position: absolute;
  z-index: 1;
  top: 0;
}
.head__body {
  width: 100%;
}
.head__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 48px;
  color: #fff;
  text-transform: uppercase;
}
.breadcrumbs.item__breadcrumbs {
  padding: 7px 0;
}
.breadcrumbs ul {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.breadcrumbs.item__breadcrumbs ul {
  flex-wrap: nowrap;
  overflow: auto;
  justify-content: start;
}
.breadcrumbs ul li a {
  text-transform: uppercase;
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 18px;
  color: #fff;
  padding-right: 7px;
  display: flex;
  align-items: center;
  transition: 0.3s;
}
.breadcrumbs.item__breadcrumbs ul li a {
  color: #7C8088;
  font-size: 14px;
}
.breadcrumbs ul li:not(:last-child) a:after {
  margin-left: 7px;
  content: "";
  display: block;
  width: 5px;
  height: 10px;
  background: url(/local/templates/double/assets/css/../icon/bg/arrow-bread.svg) center no-repeat;
}
.breadcrumbs.item__breadcrumbs ul li:not(:last-child) a:after {
  background: url(/local/templates/double/assets/css/../icon/bg/arrow-bread2.svg) center no-repeat;
}
.breadcrumbs ul li a:hover {
  color: #C1C1C1;
}

@media screen and (max-width: 992px) {
  .head {
    margin-top: 35px;
  }

  .breadcrumbs.item__breadcrumbs {
    margin-top: 40px;
    padding: 7px 0;
  }
}
@media screen and (max-width: 576px) {
  .head {
    min-height: 150px;
  }
  .head__title {
    text-align: center;
    font-size: 30px;
  }

  .breadcrumbs ul {
    justify-content: center;
  }
  .breadcrumbs ul li a {
    font-size: 14px;
  }
}
.decor {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 100%;
  justify-content: space-between;
}
.decor__hr {
  flex: 1 1 50%;
  width: 3px;
  background: #C1C1C1;
}
.decor__text {
  padding: 20px 0;
  width: 0.9em;
  width: 1.3ch;
  text-align: center;
  text-transform: uppercase;
  word-wrap: break-word;
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #C1C1C1;
}

.decor_white .decor__hr {
  background: #fff;
}
.decor_white .decor__text {
  color: #fff;
}

.decor_head {
  position: absolute;
  z-index: 5;
  right: 10%;
}

@media screen and (max-width: 992px) {
  .decor_head {
    display: none;
  }
}
/* Пагинация -------------------------------------------*/
.pagination {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 60px 0;
}
.pagination ul {
  display: flex;
  align-items: center;
  /* flex-wrap: wrap;*/
}
.pagination ul li span, .pagination ul li a {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
  width: 40px;
  height: 40px;
  display: block;
  border: 1px solid #E3E1E1;
  border-radius: 7px;
  margin: 0 5px;
  transition: 0.3s;
  display: flex;
  align-items: center;
  justify-content: center;
}
.pagination ul li span:hover, .pagination ul li a:hover {
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
}
.pagination ul li span {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
}
.pagination .before span,
.pagination .prev a,
.pagination .next a {
  border: none;
}
.pagination ul li.active span {
  background: #242C39;
  color: #fff;
  border-color: #242C39;
}

@media screen and (max-width: 576px) {
  .pagination ul {
    width: 100%;
    justify-content: space-between;
  }
  .pagination ul li span, .pagination ul li a {
    margin: 0;
    width: 35px;
    height: 35px;
    /* width: 35px;*/
  }
}
/* Формы обратной связи -------------------------------------------*/
.form__body {
  display: flex;
  justify-content: space-between;
  padding: 20px 0;
}
.form__left {
  width: 49%;
}
.form__right {
  width: 49%;
  height: auto;
}
.form__input {
  margin-bottom: 15px;
}
.form__textarea {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.form__textarea textarea {
  margin-bottom: 15px;
}
.form__checkbox {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
}
.form__confidentiality {
  color: #242C39;
  text-decoration: underline;
  display: inline-block;
}
.form__btn {
  margin: 30px auto;
}

@media screen and (max-width: 768px) {
  .form__body {
    flex-direction: column;
  }
  .form__left {
    width: 100%;
  }
  .form__right {
    width: 100%;
  }
  .form__textarea textarea {
    min-height: 150px;
  }
}
/* 404 -------------------------------------------*/
.error {
  padding: 90px 0;
}
.error__body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.error__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
}
.error__btn {
  margin-top: 20px;
}
.error__btn:before {
  color: #242C39;
  font-size: 14px;
}
.error__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 228px;
  color: #242C39;
}

/* Политика конфю -------------------------------------------*/
.conf {
  padding: 50px 0;
}
.conf__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 36px;
  color: #242C39;
  margin-bottom: 30px;
}
.conf__body p {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
  margin-bottom: 10px;
}
.conf__btn {
  margin: 30px auto;
  max-width: 270px;
  display: block;
}

@media screen and (max-width: 576px) {
  .error__title {
    font-size: 150px;
  }
  .error__text {
    font-size: 14px;
    text-align: center;
  }

  .conf__title {
    font-size: 24px;
  }
  .conf__body p {
    font-size: 12px;
  }
}
/* Всплывающие окна  -------------------------------------------*/
.popup-link {
  cursor: pointer;
}

.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
  background: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}
.popup.active {
  opacity: 1;
  visibility: visible;
}
.popup__wraper {
  max-height: 100%;
  width: 970px;
  max-width: 90%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.popup__close {
  width: 22px;
  height: 22px;
  cursor: pointer;
  position: absolute;
  top: 30px;
  right: 30px;
  z-index: 6;
}
.popup__close:before, .popup__close:after {
  content: "";
  width: 30px;
  height: 2px;
  background: #242C39;
  display: block;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 50%;
}
.popup__close:before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.popup__close:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.popup__body {
  overflow: auto;
  max-height: 100%;
  position: relative;
  width: 100%;
  background: #fff;
  padding: 30px 50px;
  box-shadow: 0px 0px 100px rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  transform: scale(0);
  transition: 0.5s;
}
.popup.active .popup__body {
  transform: scale(1);
}
.popup__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 36px;
  color: #242C39;
  margin: 10px 0 20px 0;
  text-transform: uppercase;
}

.close {
  display: none;
}

@media screen and (max-width: 576px) {
  .popup__wraper {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .popup__close {
    display: none;
  }
  .popup__body {
    border-radius: 0px;
    padding: 45px 15px 45px 15px;
  }
  .popup__title {
    font-size: 24px;
  }

  .close {
    display: block;
    position: absolute;
    bottom: 0;
    width: 100%;
    left: 0;
    padding: 12px;
    background: #fff;
    border-top: 2px solid #242C39;
    z-index: 5;
    text-align: center;
    font-family: "MontserratAlternates", serif;
    font-weight: 700;
    line-height: 125%;
    font-size: 18px;
    color: #7C8088;
  }
}
.swiper-button:before {
  cursor: pointer;
  font-size: 20px;
}

@media screen and (min-width: 576px) {
  .swiper-button-my {
    position: absolute;
    top: 45%;
    margin-top: -20px;
    z-index: 5;
    background: #fff;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    box-shadow: 2px 2px 15px rgba(29, 35, 46, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .swiper-button-my.swiper__button-prev {
    left: -12px;
  }

  .swiper-button-my.swiper__button-next {
    right: -12px;
  }
}
.color-icon-whatsapp:before,
.color-icon-insta:before,
.color-icon-vk:before {
  content: "";
  width: 15px;
  height: 15px;
}

.color-icon-whatsapp:before {
  background: url(/local/templates/double/assets/css/../icon/whatsapp-color.svg) center no-repeat;
}

.color-icon-insta:before {
  background: url(/local/templates/double/assets/css/../icon/instagram-color.svg) center no-repeat;
}

.color-icon-vk:before {
  background: url(/local/templates/double/assets/css/../icon/vk-color.svg) center no-repeat;
}

.header-top__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 20px 0 10px 0;
}
.header__button {
  display: flex;
  align-items: center;
}
.header__btn {
  min-width: 250px;
  margin-left: 20px;
}
.header__bottom {
  background: #242C39;
}
.header__line {
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 23.44%, #EEEEEE 77.6%, rgba(238, 238, 238, 0) 100%);
}

.nav ul {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.nav ul li a {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 18px;
  color: #fff;
  padding: 12px 0px 12px 0px;
  display: block;
  transition: 0.3s;
}
.nav ul li a:hover {
  color: #C1C1C1;
}
.nav ul li a.active {
  font-weight: 700;
}

.mobail-header {
  position: relative;
  z-index: 15;
  display: none;
}
.mobail-header__body {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 0;
}
.mobail-header__close {
  margin-right: 93px;
  cursor: pointer;
  width: 17px;
  height: 7px;
  position: relative;
}
.mobail-header__close:after, .mobail-header__close:before {
  position: absolute;
  content: "";
  display: block;
  width: 17px;
  height: 2px;
  background: #242C39;
  border-radius: 10px;
  transition: 0.5s;
}
.mobail-header__close:after {
  top: 0;
}
.mobail-header__close:before {
  bottom: 0;
}
.mobail-header__close.active:after, .mobail-header__close.active:before {
  top: 50%;
}
.mobail-header__close.active:after {
  transform: translateY(-50%) rotate(45deg);
}
.mobail-header__close.active:before {
  transform: translateY(-50%) rotate(-45deg);
}
.mobail-header__home:before {
  font-size: 14px;
  color: #242C39;
}
.mobail-header__tel {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 12px;
  color: #242C39;
}

@media screen and (min-width: 992px) {
  .header__bottom.fixed {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 10;
    box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
  }
}
@media screen and (max-width: 992px) {
  .mobail-header {
    display: block;
    position: fixed;
    top: 0;
    width: 100%;
  }

  .mobail-header:before {
    content: "";
    position: absolute;
    bottom: 0;
    height: 3px;
    width: 100%;
    background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 23.44%, #EEEEEE 77.6%, rgba(238, 238, 238, 0) 100%);
  }

  .mobail-header:after {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: -1;
  }

  .header__bottom {
    background: #fff;
  }
  .header__body {
    padding-bottom: 35px;
    display: flex;
    flex-direction: column;
    position: fixed;
    width: 100%;
    max-height: 100%;
    top: 0;
    background: #fff;
    z-index: 12;
    box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
    transform: translateY(-100%);
    transition: 0.5s;
    overflow: auto;
    padding-top: 30px;
  }
  .header__body.active {
    transform: translateY(0%);
  }
  .header__top {
    order: 3;
  }
  .header-top__body {
    flex-direction: column;
  }
  .header__logo {
    margin-bottom: 30px;
  }
  .header__button {
    flex-wrap: wrap;
    justify-content: center;
  }
  .header__button .btn {
    margin-bottom: 10px;
  }
  .header__bottom {
    order: 2;
  }
  .header__line {
    display: none;
  }

  .nav ul {
    flex-direction: column;
    padding: 25px 0;
  }
  .nav ul li a {
    padding: 10px 0px 10px 0px;
    color: #242C39;
  }
}
@media screen and (max-width: 576px) {
  .header__body {
    height: 100%;
    justify-content: space-between;
  }
}
/* Подвал*/
.footer {
  position: relative;
  padding: 70px 0;
}
.footer:before {
  content: "";
  position: absolute;
  top: 0;
  height: 3px;
  width: 100%;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 23.44%, #EEEEEE 77.6%, rgba(238, 238, 238, 0) 100%);
}
.footer__body {
  display: flex;
  justify-content: space-between;
}
.footer__btn {
  max-width: 270px;
  margin-bottom: 7px;
}
.footer__text {
  text-align: center;
  margin-top: 50px;
}

.footer-nav ul li a {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #7C8088;
  padding: 5px 0;
  display: block;
  transition: 0.3s;
}
.footer-nav ul li a:hover {
  color: #242C39;
}

@media screen and (max-width: 992px) {
  .footer__body {
    flex-wrap: wrap;
    justify-content: center;
  }
  .footer__nav {
    width: 100%;
  }
  .footer__info {
    margin: 7px 20px;
  }
  .footer__network {
    margin: 0px 20px;
  }

  .footer-nav {
    margin-bottom: 30px;
  }
  .footer-nav ul li a {
    text-align: center;
  }
}
.big-block {
  display: flex;
  width: 100%;
}
.big-block__filter {
  flex: 0 0 280px;
}
.big-block__decor {
  padding: 0 20px;
}
.big-block__content {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: -15px -10px;
}

.big-container {
  max-width: 2100px;
  padding: 0 15px;
  margin: 0 auto;
}

.filter {
  width: 100%;
}
.filter__item {
  margin-bottom: 15px;
}
.filter__itog {
  padding: 20px 0;
  text-transform: uppercase;
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #7C8088;
}
.filter__itog a {
  display: none;
}
.filter__button .btn {
  width: 100%;
  margin-bottom: 10px;
}
.filter__open {
  padding: 10px 15px;
  position: fixed;
  top: 50%;
  left: -2px;
  background: #fff;
  border: 1px solid #E3E1E1;
  border-radius: 0 10px 10px 0;
  z-index: 5;
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  align-items: center;
  display: none;
}
.filter__open:before {
  margin-bottom: 5px;
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
}
.filter__close {
  display: none;
}

.filter-item {
  width: 100%;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
}
.filter-item__title {
  padding: 20px;
  text-align: center;
  border-bottom: 1px solid #C1C1C1;
  text-transform: uppercase;
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
}
.filter-item__content {
  padding: 20px;
}

.decor_big-block .decor__hr1 {
  flex: 0 0 100px;
}
.decor_big-block .decor__hr2 {
  background: linear-gradient(180deg, #C4C6CA 0%, rgba(196, 198, 202, 0) 100%);
}

.card {
  flex: 0 0 33.3333333333%;
  height: auto;
  overflow: hidden;
  padding: 15px 10px;
  /* min-width: 300px;*/
}
.card__body {
  position: relative;
  display: flex;
  flex-direction: column;
  border-radius: 10px;
  border: 1px solid #E3E1E1;
  height: 100%;
  transition: 0.3s;
}
.card__body:hover {
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
}
.card__body:hover .card__img:after {
  left: -100%;
}
.card__stiker {
  position: absolute;
  right: -10px;
  top: -10px;
  z-index: 2;
}
.card__img {
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  width: 100%;
  position: relative;
  padding-bottom: 60%;
  border-bottom: 1px solid #E3E1E1;
}
.card__img:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-bottom: 320px solid rgba(255, 255, 255, 0.15);
  border-right: 80px solid transparent;
  height: 0;
  width: 220px;
  transition: 0.5s;
}
.card__content {
  flex: 1 1 100%;
  padding: 20px 20px 30px 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: auto;
}
.card__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
}
.card__indicators {
  margin: 10px 0;
}
.card__price {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 20px;
  color: #242C39;
}

.stiker__item {
  width: 125px;
  padding: 11px;
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  border-radius: 10px 10px 10px 0px;
  margin-bottom: 7px;
}
.stiker__item_sale {
  background: rgba(255, 0, 0, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}
.stiker__item_new {
  background: rgba(44, 174, 0, 0.7);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
}

.indicators {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 16px;
  color: #7C8088;
  white-space: nowrap;
}
.indicators__hr {
  border-bottom: 1px dashed #7C8088;
  margin: 0 7px;
  flex: 1 1 100%;
}

.move__inputs {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.move__inputs input {
  flex: 0 0 120px;
  text-align: center;
  min-width: 100px;
}
.move__inputs hr {
  height: 3px;
  background: #7C8088;
  flex: 1 1 100%;
  margin: 0 10px;
}
.move__sliader {
  margin: 30px 0 10px 0;
}

.move-sliader {
  width: 100%;
  height: 5px;
  background: #C1C1C1;
  border-radius: 10px;
  position: relative;
}
.move-sliader:after {
  display: block;
  content: "";
  width: 50%;
  height: 5px;
  background: #242C39;
  border-radius: 10px;
}
.move-sliader__item {
  margin-top: -7px;
  position: absolute;
  width: 6px;
  height: 19px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}
.move-sliader__item:after {
  position: absolute;
  top: 110%;
  content: "123 908";
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 12px;
  color: #C1C1C1;
  white-space: nowrap;
}
.move-sliader__item_left {
  left: 50%;
}
@media screen and (max-width: 1200px) {
  .big-block__filter {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 6;
    max-width: 100%;
    background: rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
  }
  .big-block__filter.active {
    opacity: 1;
    visibility: visible;
  }
  .big-block__filter.active .filter {
    left: 0;
  }
  .big-block__decor {
    position: absolute;
    display: none;
  }
  .big-block__content {
    margin: 0;
  }

  .filter {
    padding: 15px;
    max-width: 350px;
    background: #fff;
    overflow: auto;
    height: 100%;
    padding-bottom: 40px;
    left: -100%;
  }
  .filter__open {
    display: flex;
  }
}
@media screen and (max-width: 992px) {
  .filter {
    padding-top: 50px;
  }

  .card {
    flex: 0 0 50%;
  }

  .indicators {
    font-size: 14px;
  }
}
@media screen and (max-width: 576px) {
  .filter {
    max-width: 100%;
  }
  .filter__close {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 6;
    display: block;
    width: 100%;
    background: #fff;
    border-top: 2px solid #242C39;
    padding: 10px;
    text-align: center;
    font-family: "MontserratAlternates", serif;
    font-weight: 700;
    line-height: 125%;
    font-size: 18px;
    color: #C1C1C1;
  }
  .filter__open {
    font-size: 0px;
    padding: 10px;
  }
  .filter__open:before {
    font-size: 30px;
  }

  .card {
    flex: 0 0 100%;
    padding: 10px 10px;
  }
}
.review__body {
  display: flex;
  justify-content: space-between;
}
.review__left {
  width: 49%;
}
.review__right {
  width: 49%;
}
.review__footer {
  background: linear-gradient(277.57deg, rgba(36, 44, 57, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
}

.review-item {
  margin: 130px 0 30px 0;
  padding: 30px;
  border: 1px solid #E3E1E1;
  border-radius: 10px;
}
.review-item__photo {
  margin-top: -130px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.review-item__img {
  width: 200px;
  height: 200px;
  flex: 0 0 200px;
  position: relative;
  overflow: hidden;
  border-radius: 50%;
}
.review-item__name {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
}
.review-item__star {
  display: flex;
  align-items: center;
}
.review-item .star:before {
  font-size: 15px;
  margin: 0 5px;
  color: #FFD600;
}
.review-item__body {
  margin-top: 30px;
  text-transform: uppercase;
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
}

.review-footer {
  padding: 90px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.review-footer__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
  text-transform: uppercase;
  max-width: 640px;
  margin-right: 30px;
}

.decor_main {
  position: absolute;
  left: 2%;
  bottom: 0;
  z-index: 5;
  max-height: 600px;
}
.decor_main .decor__hr1 {
  background: linear-gradient(180deg, rgba(193, 193, 193, 0) 0%, #C1C1C1 100%);
}

@media screen and (max-width: 1300px) {
  .decor_main {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .review-footer {
    flex-wrap: wrap;
    justify-content: center;
  }
  .review-footer__text {
    text-align: center;
    margin: 0;
  }
  .review-footer__btn {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  .review__body {
    flex-wrap: wrap;
  }
  .review__left {
    width: 100%;
  }
  .review__right {
    width: 100%;
  }
}
@media screen and (max-width: 576px) {
  .review-footer {
    padding: 50px;
  }
  .review-footer__text {
    font-size: 18px;
  }

  .review-item {
    margin: 90px 0 15px 0;
    padding: 15px;
  }
  .review-item__photo {
    margin-top: -90px;
  }
  .review-item__img {
    width: 150px;
    height: 150px;
    flex: 0 0 150px;
  }
  .review-item__body {
    margin-top: 15px;
    font-size: 12px;
  }
}
.contact-first {
  padding: 35px 0;
}
.contact-first__body {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.unit {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 270px;
  height: auto;
  margin: 15px;
}
.unit_center {
  min-width: 370px;
}
.unit__img {
  position: relative;
  width: 130px;
  height: 130px;
  flex: 0 0 130px;
  border: 1px solid #E3E1E1;
  border-radius: 50%;
  overflow: hidden;
}
.unit__content {
  width: 100%;
  flex: 1 1 100%;
  border: 1px solid #E3E1E1;
  border-radius: 10px;
  padding: 85px 20px 20px 20px;
  margin-top: -65px;
}
.unit__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
  text-align: center;
}
.unit__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 18px;
  color: #000;
  text-align: center;
}
.unit__text p {
   color: #000;
}
.unit__text a {
   color: #000;
}
.address__body {
  display: flex;
  justify-content: space-between;
  padding: 30px 0;
}

.address-item {
  min-height: 270px;
  width: 49%;
  border: 1px solid #E3E1E1;
  border-radius: 10px;
  overflow: hidden;
  display: flex;
  align-items: center;
}
.address-item__img {
  border-right: 1px solid #E3E1E1;
  flex: 0 0 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.address-item__content {
  padding: 20px;
}
.address-item__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 20px;
  color: #242C39;
  text-transform: uppercase;
}
.address-item__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 16px;
  color: #242C39;
}

@media screen and (max-width: 992px) {
  .unit {
    min-width: 290px;
    margin: 10px;
  }

  .address__body {
    flex-wrap: wrap;
  }

  .address-item {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 576px) {
  .address-item {
    min-height: 170px;
  }
  .address-item__title, .address-item__text {
    font-size: 14px;
  }
  .address-item__content {
    padding: 10px;
  }
}
.portfolio__body {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
}
.portfolio__item {
  padding-bottom: 60%;
}

.house {
  cursor: pointer;
  border-radius: 10px;
  position: relative;
}
.house__front, .house__back {
  /* pointer-events: none;*/
  border-radius: 10px;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: absolute;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition: 0.5s;
}
@media (any-hover: hover) {
  .house__front, .house__back {
    pointer-events: none;
  }
}
.house__front {
  transform: perspective(600px) rotateY(0deg);
}
.house__back {
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  border: 1px solid #E3E1E1;
  transform: perspective(600px) rotateY(180deg);
  background: #fff;
}
.house__content {
  flex: 1 1 100%;
  padding: 20px;
  display: flex;
  align-items: center;
  flex-direction: column;
  justify-content: center;
}
.house:hover > .house__front {
  transform: perspective(600px) rotateY(-180deg);
}
.house:hover > .house__back {
  transform: perspective(600px) rotateY(0deg);
}
.house__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 22px;
  color: #242C39;
  text-align: center;
}
.house__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
  text-align: center;
  max-width: 450px;
}
.house__btn {
  pointer-events: auto;
  position: relative;
  background: #242C39;
  width: 100%;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 14px;
  color: #fff;
  transition: 0.3s;
}
.house__btn:hover {
  background: #000;
}
.house__btn:before {
  color: #fff;
  order: 2;
  margin-left: 10px;
}

@media screen and (min-width: 576px) {
  .portfolio__item:nth-child(12n+8), .portfolio__item:nth-child(12n+1) {
    color: red;
    grid-row-start: span 2;
    grid-column-start: span 2;
  }
}
@media screen and (max-width: 992px) {
  .portfolio__body {
    grid-template-columns: 1fr 1fr;
  }
}
@media screen and (max-width: 768px) {
  .house__content {
    padding: 10px;
  }
  .house__title {
    font-size: 18px;
  }
  .house__text {
    font-size: 12px;
  }
}
@media screen and (max-width: 576px) {
  .portfolio__body {
    grid-template-columns: 1fr;
  }
  .portfolio__item {
    grid-row-start: span 1;
    grid-column-start: span 1;
  }
}
.photo__body {
  display: flex;
  justify-content: space-between;
}
.photo__photo {
  flex: 0 0 80%;
  min-width: 0;
  margin: 50px 0;
  position: relative;
}
.photo__photo:after, .photo__photo:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -100%);
  border-radius: 10px 10px 0 0;
}
.photo__photo:after {
  background: #F6F6F6;
  width: 87%;
  height: 22px;
  z-index: 1;
}
.photo__photo:before {
  background: #E0E0E0;
  width: 95%;
  height: 12px;
  z-index: 2;
}
.photo__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 60%;
}
.photo__img {
  max-width: 100%;
}

.decor_photo .decor__hr {
  background: #EEEEEE;
}
.decor_photo .decor__text {
  color: #EEEEEE;
}

.social {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.social__two {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.social__item {
  border: 1px solid #E3E1E1;
  border-radius: 10px;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 7px;
  background: #fff;
  transition: 0.3s;
}
.social__item:hover {
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
}
.social__item:before {
  font-size: 18px;
  color: #242C39;
}
.social__item_full {
  background: #242C39;
}
.social__item_full:before {
  color: #fff;
}

.swiper-nav {
  padding: 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper-nav .swiper-pagination {
  margin: 0 20px;
}
.swiper-nav .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background: #242C39;
  border-radius: 50%;
}

.info {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.info__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 36px;
  color: #242C39;
  text-transform: uppercase;
}
.info__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
  text-transform: uppercase;
  max-width: 450px;
  text-align: center;
}
.info__buttons {
  margin-top: 30px;
}
.info__btn {
  margin-bottom: 7px;
}

.desription {
  padding: 50px 0;
}
.desription__photo {
  display: flex;
  justify-content: center;
  margin: -10px;
  flex-wrap: wrap;
}
.desription__img {
  flex: 0 0 31%;
  min-width: 270px;
  margin: 10px;
  position: relative;
  padding-bottom: 20%;
  border-radius: 10px;
  overflow: hidden;
}
.desription__info {
  margin-top: 50px;
}
.desription__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
  margin-bottom: 30px;
}
.desription__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 18px;
  color: #7C8088;
}

@media screen and (max-width: 992px) {
  .photo__body {
    flex-direction: column;
  }
  .photo__decor {
    display: none;
  }
  .photo__photo {
    flex: 0 0 100%;
    order: 2;
    margin: 0 0 50px 0;
  }
  .photo__buttons {
    margin: 50px 0 30px 0;
    order: 1;
  }

  .social {
    flex-direction: row;
    justify-content: space-between;
  }
  .social__two {
    flex-direction: row;
    order: 1;
  }
  .social__item_full {
    order: 2;
  }

  .desription__img {
    flex: 0 0 49%;
    width: 49%;
    padding-bottom: 30%;
    min-height: 270px;
    margin: 10px auto;
  }
  .desription__info {
    max-width: 650px;
    margin: 50px auto 0px auto;
  }
}
@media screen and (max-width: 576px) {
  .desription__photo {
    flex-direction: column;
  }
  .desription__img {
    flex: 0 0 100%;
    max-width: 350px;
    width: 100%;
    min-height: 270px;
    margin: 10px auto;
  }

  .photo {
    position: relative;
  }
  .photo__photo {
    margin: 80px 0 50px 0;
  }
  .photo__buttons {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 2;
  }

  .social__two {
    display: none;
  }

  .info__title {
    font-size: 24px;
  }
  .info__text {
    font-size: 12px;
  }
  .info__buttons {
    margin-top: 20px;
  }
}
.first {
  padding: 60px 0;
}
.first__body {
  display: flex;
  justify-content: space-between;
}
.first__left {
  flex: 1 1 63%;
  min-width: 0;
}
.first__right {
  flex: 1 1 35%;
  min-width: 0;
}

.gallery {
  display: flex;
  justify-content: space-between;
}
.gallery__mini {
  flex: 0 0 130px;
  margin-right: 0px;
  min-width: 0;
  height: auto;
}
.gallery__big {
  margin: 0 20px;
  flex: 1 1 100%;
  min-width: 0;
}

.big {
  position: relative;
}
.big__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  padding-bottom: 75%;
}

.mini {
  position: relative;
}
.mini:after {
  content: "";
  width: 130px;
  height: 100px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #FFFFFF 80%);
  display: block;
  position: absolute;
  z-index: 2;
  bottom: 0;
  pointer-events: none;
}
.mini__swiper {
  height: 460px;
  position: relative;
}
.mini__slide {
  width: 130px;
  height: 100px;
  padding: 2px;
}
.mini__img {
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  width: 100%;
  height: 100%;
}
.mini .swiper-button {
  position: absolute;
  z-index: 5;
  left: 50%;
  width: 40px;
  height: 40px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translateX(-50%);
  border-radius: 50%;
  box-shadow: 0px 0px 15px rgba(29, 35, 46, 0.15);
  cursor: pointer;
  transition: 0.3s;
}
.mini .swiper-button:hover {
  box-shadow: 0px 0px 15px rgba(29, 35, 46, 0.5);
}
.mini__button-prev {
  top: -20px;
}
.mini__button-prev:before {
  transform: rotate(90deg);
}
.mini__button-next {
  bottom: 0px;
}
.mini__button-next:before {
  transform: rotate(90deg);
}
.mini .swiper-slide-visible {
  cursor: pointer;
}
.mini .swiper-slide-thumb-active .mini__img {
  border: 3px solid #242C39;
}

.information {
  height: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
.information__top {
  display: flex;
  justify-content: space-between;
}
.information__stikers {
  display: flex;
  flex-wrap: wrap;
}
.information__stikers .stiker__item {
  margin: 0 10px 10px 0;
}
.information__share .social__item {
  margin: 0;
}
.information__text {
  margin: 30px 0 0 0;
}
.information__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 36px;
  color: #7C8088;
  text-transform: uppercase;
}
.information__subtitle {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
  text-transform: uppercase;
}
.information__info {
  margin: 30px 0;
}
.information__price {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
  text-transform: uppercase;
}
.information__indicators {
  font-weight: 700;
}
.information__buttons .btn {
  max-width: 270px;
}

.equipment__content {
  max-height: 0;
  overflow: hidden;
  transition: 0.3s;
}

.heading {
  cursor: pointer;
  padding: 30px 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.heading__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
  text-transform: uppercase;
}
.heading.active .heading__arrow {
  transform: rotate(0deg);
}
.heading__arrow {
  width: 35px;
  height: 35px;
  background: #FFFFFF;
  box-shadow: 2px 2px 15px rgba(29, 35, 46, 0.15);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s;
  transform: rotate(180deg);
}
.heading__arrow:before {
  color: #242C39;
  font-size: 15px;
}

.table {
  width: 100%;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  margin-bottom: 30px;
}
.table td, .table th {
  padding: 5px;
  border: 1px solid #7C8088;
  width: 33.3333%;
}
.table th {
  padding: 5px 5px 5px 15px;
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
  text-align: left;
}
.table td {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 18px;
  color: #7C8088;
  text-align: left;
}
.table tr {
  transition: 0.3s;
}
.table tr:hover {
  background: #E3E1E1;
}
.table__head {
  background: #000;
  padding: 15px !important;
}
.table__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #fff;
  text-transform: uppercase;
  text-align: left;
}
.table__description {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #fff;
  text-align: left;
}
.table__subtitle {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 16px;
  color: #fff;
  text-align: center;
}

.season {
  margin: 15px auto 0 auto;
  max-width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.season__item {
  margin: 0 5px 5px 0;
  padding: 4px 15px;
  border: 1px solid #fff;
  border-radius: 20px;
  background: #242C39;
  display: flex;
  align-items: center;
  color: #fff;
}
.season__item:before {
  color: #fff;
  margin-right: 5px;
}

.calculator__content {
  max-height: 0px;
  overflow: hidden;
  transition: 0.5s;
}

.calc__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #7C8088;
}
.calc__quest {
  padding: 40px 0;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
.calc__itog {
  display: flex;
  align-items: center;
}
.calc__itog-title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 36px;
  color: #7C8088;
  margin-right: 10px;
}
.calc__itog-price {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 36px;
  color: #242C39;
}
.calc__form {
  padding: 40px 0;
}
.calc__subtitle {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
}

.quest {
  margin-top: 30px;
}
.quest__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
  margin-bottom: 15px;
}
.quest__radio {
  margin: 5px 0;
}
.quest__label {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 18px;
  color: #7C8088;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}
.quest__label span:nth-child(2) {
  white-space: nowrap;
  margin-left: 20px;
}
.quest__label:hover {
  color: #242C39;
}
.quest__radio input:checked + label .quest__label {
  color: #000;
}

.back__btn {
  max-width: 270px;
  margin: 50px auto;
}

@media screen and (max-width: 992px) {
  .first {
    padding: 60px 0;
  }
  .first__body {
    flex-direction: column;
  }
  .first__left {
    margin-bottom: 50px;
  }
  .first__right {
    max-width: 80%;
    margin: 0 auto;
  }

  .information__buttons .btn {
    margin: 7px auto;
  }
}
@media screen and (max-width: 768px) {
  .mini:after {
    height: 60px;
  }
  .mini__swiper {
    height: 400px;
  }
  .mini__slide {
    width: 100px;
    height: 75px;
  }

  .calc__quest {
    padding: 40px 0;
    grid-template-columns: 1fr;
    max-width: 550px;
    margin: 0 auto;
  }

  .table td, .table th {
    padding: 3px;
    border: 1px solid #7C8088;
    width: 33.3333%;
  }
  .table th {
    padding: 3px 3px 3px 7px;
    font-size: 14px;
  }
  .table td {
    font-size: 14px;
  }
  .table__head {
    background: #000;
    padding: 7px !important;
  }
  .table__title {
    font-size: 18px;
  }
  .table__description {
    font-size: 12px;
  }
  .table__subtitle {
    font-size: 14px;
  }

  .equipment__content {
    overflow: auto;
  }
}
@media screen and (max-width: 576px) {
  .mini {
    display: none;
  }

  .first__left {
    margin-bottom: 10px;
  }
  .first__right {
    max-width: 100%;
  }

  .gallery {
    flex-direction: column;
  }
  .big {
    margin: 0;
  }

  .information__title {
    font-size: 28px;
  }
  .information__subtitle {
    font-size: 12px;
  }

  .calc__title {
    font-size: 18px;
  }
  .calc__quest {
    padding: 10px 0;
  }
  .calc__itog-title {
    font-size: 24px;
    margin-right: 10px;
  }
  .calc__itog-price {
    font-size: 24px;
    white-space: nowrap;
  }
  .calc__form {
    padding: 20px 0;
  }
  .calc__subtitle {
    font-size: 14px;
  }

  .quest__title {
    font-size: 16px;
    margin-bottom: 7px;
  }
  .quest__radio {
    margin: 3px 0;
  }
  .quest__label {
    font-size: 14px;
  }
  .quest__label span:nth-child(2) {
    margin-left: 10px;
  }
}
.line {
  padding: 70px 0;
  position: relative;
}
.line:before {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, rgba(238, 238, 238, 0) 0%, #EEEEEE 23.44%, #EEEEEE 77.6%, rgba(238, 238, 238, 0) 100%);
  position: absolute;
  bottom: 0;
  z-index: 2;
}

.ladder__head {
  text-align: center;
  width: 100%;
  position: relative;
}
.ladder__head span {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #C1C1C1;
  text-transform: uppercase;
  padding: 3px 5px;
  background: #fff;
  position: relative;
  z-index: 3;
}
.ladder__head:after {
  content: "";
  width: 100%;
  height: 3px;
  background: linear-gradient(90deg, #C1C1C1 0%, #C1C1C1 81.25%, rgba(193, 193, 193, 0) 100%);
  z-index: 2;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.ladder__head:before {
  content: "";
  width: 11px;
  height: 11px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 3;
  background: #C1C1C1;
  border-radius: 50%;
}
.ladder__content {
  display: flex;
  justify-content: space-between;
}
.ladder__item {
  margin: 0 10px;
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 12px;
  color: #7C8088;
  display: flex;
  flex-direction: column;
}
.ladder__item span {
  order: 3;
}
.ladder__item:before {
  color: #242C39;
  font-size: 40px;
  margin-bottom: 10px;
  order: 2;
}
.ladder__item:after {
  content: "";
  width: 3px;
  height: 45px;
  flex: 0 0 45px;
  order: 1;
  background: linear-gradient(180deg, #C1C1C1 0%, rgba(193, 193, 193, 0) 100%);
  margin: -12px 0px 10px 20px;
}
.ladder__item_bold {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 14px;
  color: #7C8088;
}

.visualization__photo {
  display: flex;
  justify-content: space-between;
}
.visualization__img {
  width: 32%;
  flex: 0 1 32%;
  position: relative;
  padding-bottom: 20%;
  border: 1px solid #E3E1E1;
  border-radius: 10px;
  overflow: hidden;
}
.visualization__decor {
  width: 80%;
  margin: 30px auto 0px auto;
  position: relative;
  text-align: center;
}
.visualization__decor span {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #C1C1C1;
  padding: 3px 10px;
  text-align: center;
  z-index: 2;
  position: relative;
  background: #fff;
}
.visualization__decor hr {
  width: 100%;
  height: 3px;
  background: #C1C1C1;
  position: absolute;
  top: 50%;
  margin-top: -1.5px;
}
.visualization__decor:after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 50%;
  height: 30px;
  width: 3px;
  background: #000;
  background: linear-gradient(0deg, #C1C1C1 0%, rgba(193, 193, 193, 0) 100%);
}
.visualization__decor:before {
  content: "";
  position: absolute;
  right: 0;
  bottom: 50%;
  height: 30px;
  width: 3px;
  background: #000;
  background: linear-gradient(0deg, #C1C1C1 0%, rgba(193, 193, 193, 0) 100%);
}

.remotely__content {
  display: flex;
  justify-content: space-between;
  margin-top: 30px;
}
.step {
  width: 32%;
  flex: 0 1 32%;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
}
.step__img {
  position: relative;
  height: 150px;
  width: 100%;
}
.step__name {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 48px;
  color: #fff;
  z-index: 2;
  white-space: nowrap;
}
.step__content {
  padding: 20px 15px;
}
.step__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
  text-transform: uppercase;
  margin-bottom: 15px;
}
.step__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #7C8088;
  margin-bottom: 10px;
}

.payment__two {
  margin-top: 50px;
}
.payment__subtitle {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
  text-transform: uppercase;
}
.payment__primer {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 24px;
  color: #7C8088;
  text-transform: uppercase;
  margin-top: 10px;
}
.payment__step {
  display: flex;
  margin-top: 30px;
}
.payment__hamber {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 72px;
  color: #242C39;
  flex: 0 0 100px;
  text-align: center;
}
.payment__info {
  flex: 1 1 100%;
  padding: 30px;
  box-shadow: 0px 0px 12px rgba(29, 35, 46, 0.3);
  border-radius: 10px;
}
.payment__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
  text-transform: uppercase;
}
.payment__stage {
  margin-top: 20px;
}
.payment__stage-namber {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 14px;
  color: #7C8088;
  text-transform: uppercase;
}
.payment__stage-text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 14px;
  color: #242C39;
}

.mom__item {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 24px;
  color: #7C8088;
  text-transform: uppercase;
  display: flex;
  margin: 20px 0;
}
.mom__item:before {
  font-size: 20px;
  margin: 5px 15px 0 0;
  color: #242C39;
}

@media screen and (max-width: 992px) {
  .ladder {
    display: flex;
    justify-content: center;
    max-width: 400px;
    margin: 30px auto;
  }
  .ladder__head {
    flex: 1 1 15px;
  }
  .ladder__head span {
    display: none;
  }
  .ladder__head:after {
    width: 3px;
    height: 100%;
    background: linear-gradient(180deg, #C1C1C1 0%, #C1C1C1 81.25%, rgba(193, 193, 193, 0) 100%);
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0);
  }
  .ladder__head:before {
    left: 50%;
    top: 0%;
    transform: translate(-50%, 0);
  }
  .ladder__content {
    flex: 1 1 100%;
    flex-direction: column;
  }
  .ladder__item {
    flex-direction: row;
    align-items: center;
    margin: 10px 0;
  }
  .ladder__item:before {
    margin: 0 7px 0 0;
  }
  .ladder__item:after {
    content: "";
    width: 30px;
    height: 3px;
    flex: 0 0 30px;
    order: 1;
    background: linear-gradient(90deg, #C1C1C1 0%, rgba(193, 193, 193, 0) 100%);
    margin: 0px 10px 0px -7px;
  }

  .remotely__content {
    flex-direction: column;
    justify-content: center;
  }

  .step {
    width: 100%;
    flex: 0 1 100%;
    max-width: 550px;
    margin: 15px auto;
  }
  .step__content {
    padding: 20px 15px;
  }
  .step__title {
    font-size: 16px;
    margin-bottom: 10px;
  }
  .step__text {
    margin-bottom: 5px;
  }
}
@media screen and (max-width: 768px) {
  .visualization__photo {
    flex-wrap: wrap;
    justify-content: center;
  }
  .visualization__img {
    min-width: 270px;
    min-height: 150px;
    margin: 10px;
  }
  .visualization__decor {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .line {
    padding: 30px 0;
    position: relative;
  }

  .mom__item {
    margin: 10px 0;
    font-size: 14px;
  }

  .payment__step {
    position: relative;
    margin-top: 50px;
  }
  .payment__hamber {
    position: absolute;
    top: -40px;
    left: 10px;
  }
  .payment__info {
    padding: 50px 15px 15px 15px;
  }
}
.tiles {
  margin-bottom: 70px;
}
.tiles__container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 15px;
}
.tiles__head {
  padding: 40px 0;
}
.tiles__body {
  display: grid;
  grid-template-columns: 1fr 0.8fr 1.2fr;
  grid-template-rows: 0.6fr 0.3fr 0.6fr;
  grid-gap: 12px;
}
.tiles__item {
  padding-bottom: 60%;
  max-height: 100%;
}
.tiles__item:nth-child(3) {
  grid-row-start: span 2;
}
.tiles__item:nth-child(4) {
  grid-column-start: span 2;
  grid-row-start: span 2;
  padding-bottom: 50%;
}
.tiles__item:nth-child(6) {
  display: none;
}
.tiles__btn {
  max-width: 270px;
  margin: 30px auto;
}

.grade__head {
  padding: 30px 0;
}
.grade__body {
  display: flex;
  justify-content: space-between;
}
.grade__item {
  width: 32%;
}
.grade__item .review-item__body p {
  max-height: 120px;
  overflow: hidden;
  margin-bottom: 10px;
}
.grade__item .review-item__link {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 12px;
  color: #242C39;
  text-transform: none;
}

.main-home {
  position: relative;
  padding: 90px 0;
  background: linear-gradient(277.57deg, rgba(36, 44, 57, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
}
.main-home__body {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.main-home__photo {
  width: 50%;
  position: relative;
}
.main-home__img {
  width: 100%;
}
.main-home__img img {
  max-width: 100%;
}
.main-home__stiker {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 18px;
  color: #242C39;
  display: inline-flex;
  align-items: center;
  padding: 12px 20px;
  border: 1px solid #C1C1C1;
  background: rgba(255, 255, 255, 0.8);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  position: absolute;
}
.main-home__stiker:before {
  font-size: 20px;
  color: #242C39;
  margin-right: 10px;
}
.main-home__stiker_rocket {
  border-radius: 10px 10px 0 10px;
  top: 30%;
  right: 67%;
}
.main-home__stiker_quality {
  border-radius: 10px 10px 10px 0;
  top: 20%;
  right: 7%;
}
.main-home__stiker_shield {
  border-radius: 0 10px 10px 10px;
  top: 95%;
  right: 0;
}
.main-home__ofer {
  max-width: 450px;
}
.main-home__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 30px;
  color: #242C39;
  text-align: right;
}
.main-home__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 24px;
  color: #242C39;
  text-align: right;
  margin: 10px 0 15px 0;
}
.main-home__btn {
  max-width: 270px;
  margin: 0 0 0 auto;
}

.decor_home {
  position: absolute;
  top: 0;
  left: 5%;
}
.decor_home .decor__hr1 {
  max-height: 80px;
}
.decor_home .decor__text {
  padding: 10px 0;
}
.decor_home .decor__hr2 {
  background: linear-gradient(180deg, #C4C6CA 56.25%, rgba(255, 255, 255, 0) 100%);
}

.main-two {
  padding: 220px 0;
  position: relative;
}
.main-two__img2 {
  display: none;
}
.main-two__img {
  top: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1;
}
.main-two__img:before {
  content: "";
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
}
.main-two__ofer {
  max-width: 550px;
  margin: 0 auto;
}
.main-two__title {
  font-family: "MontserratAlternates", serif;
  font-weight: 700;
  line-height: 125%;
  font-size: 36px;
  color: #fff;
  text-align: center;
  margin-bottom: 30px;
}
.main-two__text {
  font-family: "MontserratAlternates", serif;
  font-weight: 400;
  line-height: 125%;
  font-size: 24px;
  color: #fff;
  text-align: center;
  margin: 10px 0 10px 0;
}
.main-two__btn {
  max-width: 270px;
  margin: 0 auto;
  border-color: #000;
}

.decor_main-two {
  position: absolute;
  top: 0;
  right: 10%;
}
.decor_main-two .decor__hr {
  background: #fff;
}
.decor_main-two .decor__text {
  color: #fff;
}
@media screen and (max-width: 1300px) {
  .decor_home {
    display: none;
  }
}
@media screen and (max-width: 992px) {
  .grade__body {
    flex-wrap: wrap;
    justify-content: center;
  }
  .grade__item {
    width: 49%;
  }

  .main-home__body {
    flex-direction: column;
  }
  .main-home__photo {
    width: 90%;
  }
  .main-home__ofer {
    margin-top: 30px;
  }
  .main-home__title {
    text-align: center;
  }
  .main-home__text {
    text-align: center;
  }
  .main-home__btn {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .tiles__body {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: 0.6fr 0.6fr 0.6fr;
    grid-gap: 10px;
  }
  .tiles__item:nth-child(3) {
    grid-row-start: span 1;
    grid-column-start: span 2;
  }
  .tiles__item:nth-child(4) {
    grid-row-start: span 1;
    grid-column-start: span 1;
  }

  .grade__item {
    width: 100%;
  }

  .decor_main-two {
    display: none;
  }
}
@media screen and (max-width: 576px) {
  .tiles__body {
    grid-template-columns: 1fr;
    grid-template-rows: 0.6fr 0.6fr 0.6fr 0.6fr 0.6fr;
  }
  .tiles__item:nth-child(3) {
    grid-row-start: span 1;
    grid-column-start: span 1;
  }

  .main-home {
    padding: 50px 0 30px 0;
  }
  .main-home__photo {
    width: 100%;
    padding-top: 100px;
  }
  .main-home__ofer {
    max-width: 350px;
  }
  .main-home__title {
    font-size: 22px;
  }
  .main-home__text {
    font-size: 18px;
  }
  .main-home__stiker {
    font-size: 14px;
    border-radius: 10px 10px 10px 0;
    width: 170px;
    justify-content: center;
    right: 0;
  }
  .main-home__stiker:before {
    font-size: 14px;
  }
  .main-home__stiker_rocket {
    top: 0;
  }
  .main-home__stiker_quality {
    top: 50px;
  }
  .main-home__stiker_shield {
    top: 100px;
  }

  .main-two {
    padding: 200px 0;
  }
  .main-two__title {
    font-size: 24px;
  }
  .main-two__text {
    font-size: 18px;
    margin: 0px 0 10px 0;
  }

  .input label {
    font-size: 18px;
  }
  .input input {
    padding: 11px;
  }
}


/* Доработки при интеграции ---------------------- */

.bx-ui-slider-track-container {
  padding: 20px 0;
}
.bx-ui-slider-track {
  position: relative;
}
.bx-ui-slider-part-wraper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}

.bx-ui-slider-part {
    font-weight: 400;
    line-height: 125%;
    font-size: 12px;
    color: #C1C1C1;
    white-space: nowrap;
}

.bx-ui-slider-pricebar-vd {
  
}
.bx-ui-slider-pricebar-vn {
  position: absolute;
    background: #C1C1C1;
    border-radius: 10px;
    height: 5px;
    width: 100%;
  
}
.bx-ui-slider-pricebar-v {
  position: absolute;
  background: #242C39;
  height: 5px;
  
}
.bx-ui-slider-range {
}
.bx-ui-slider-handle {
  margin-top: -7px;
  position: absolute;
  width: 6px;
  height: 19px;
  background: #FFFFFF;
  box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
  border-radius: 6px;
  z-index: 10;

}



.text-danger{
  color: red;
}
.text-success{
  color: green;
}


.form__rigth {
  flex: 0 0 49%;
  width: 49%;
}
.form__textarea {

}
.card{
  max-height: 500px;
}


.information__share{
  /*position: relative;*/
}
.share__block{
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 30px 0;
}


@media screen and (max-width: 768px) {
    .form__rigth {
      flex: 0 0 100%;
      width: 100%;
    }
}

.lightbox-img {
  cursor: move;
}

.lightbox {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(19, 19, 19, 0.64);
  z-index: 25;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: auto;
  transition: 0.5s;
  opacity: 0;
  visibility: hidden;
}
.lightbox__wraper {
  max-width: 80%;
  max-height: 90%;
}
.lightbox__body {
  width: 100%;
  height: 100%;
  background: #fff;
  padding: 30px;
  position: relative;
  opacity: 0;
  transform: perspective(600px) rotateX(45deg) translate(0%, -100%);
  transition: 0.5s;
}
.lightbox__body.activ {
  opacity: 1;
  transform: perspective(600px) rotateX(0deg) translate(0%, 0%);
}
.lightbox__body img {
  max-width: 100%;
}
.lightbox__close {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #242C39;
  position: absolute;
  top: -20px;
  right: -20px;
  box-shadow: 0px 0px 10px #000000;
}
.lightbox.activ {
  opacity: 1;
  visibility: visible;
}
@media screen and (max-width: 1400px) {
  .lightbox__wraper {
    max-width: 85%;
  }
}
@media screen and (max-width: 768px) {
  .lightbox__wraper {
    max-width: 90%;
  }
  .lightbox__body {
    padding: 15px;
  }
}
@media screen and (max-width: 579px) {
  .lightbox__wraper {
    max-width: 95%;
  }
  .lightbox__body {
    padding: 10px;
  }
  .lightbox__close {
    top: -5px;
    right: -5px;
  }
}


.form .mf-captcha {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  /* flex-direction: column; */
}
.form .mf-text:first-child {
  display: none;
}
.form .mf-text {
  margin: 10px;
  /* margin-top: 10px; */
}
.form .mf-req {
  color: red;
}
.form .mf-captcha input {
  margin-top: 10px;
  height: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #C1C1C1;
  border-radius: 10px;
  padding: 15px;
  background: none;
}


/* End */


/* Start:/local/templates/double/assets/css/icon-style.css?16332898272597*/
@font-face {
  font-family: 'icons';
  src:  url('/local/templates/double/assets/css/../fonts/icons.eot?lauaal');
  src:  url('/local/templates/double/assets/css/../fonts/icons.eot?lauaal#iefix') format('embedded-opentype'),
    url('/local/templates/double/assets/css/../fonts/icons.ttf?lauaal') format('truetype'),
    url('/local/templates/double/assets/css/../fonts/icons.woff?lauaal') format('woff'),
    url('/local/templates/double/assets/css/../fonts/icons.svg?lauaal#icons') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

[class^="icon-"]:before, [class*=" icon-"]:before {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icons' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-checked:before {
  content: "\e91d";
}
.icon-constructor:before {
  content: "\e91e";
}
.icon-consultant:before {
  content: "\e91f";
}
.icon-contract:before {
  content: "\e920";
}
.icon-credit-card:before {
  content: "\e921";
}
.icon-houses:before {
  content: "\e922";
}
.icon-idea:before {
  content: "\e923";
}
.icon-money-tool:before {
  content: "\e924";
}
.icon-project-management:before {
  content: "\e925";
}
.icon-roll:before {
  content: "\e926";
}
.icon-test:before {
  content: "\e927";
}
.icon-sun:before {
  content: "\e90b";
}
.icon-arrow-bold:before {
  content: "\e90c";
}
.icon-arrow-o:before {
  content: "\e90d";
}
.icon-arrow-w:before {
  content: "\e90e";
}
.icon-autumn:before {
  content: "\e90f";
}
.icon-help:before {
  content: "\e910";
}
.icon-keys:before {
  content: "\e911";
}
.icon-list:before {
  content: "\e912";
}
.icon-logo-full:before {
  content: "\e913";
}
.icon-quality:before {
  content: "\e914";
}
.icon-reviwe:before {
  content: "\e915";
}
.icon-rocket:before {
  content: "\e916";
}
.icon-share:before {
  content: "\e917";
}
.icon-shield:before {
  content: "\e918";
}
.icon-shop:before {
  content: "\e919";
}
.icon-spring:before {
  content: "\e91a";
}
.icon-star:before {
  content: "\e91b";
}
.icon-winter:before {
  content: "\e91c";
}
.icon-filter:before {
  content: "\e90a";
}
.icon-logo:before {
  content: "\e900";
}
.icon-check:before {
  content: "\e901";
}
.icon-aroow-left:before {
  content: "\e902";
}
.icon-aroow-right:before {
  content: "\e903";
}
.icon-insta:before {
  content: "\e904";
}
.icon-location:before {
  content: "\e905";
}
.icon-mail:before {
  content: "\e906";
}
.icon-tel:before {
  content: "\e907";
}
.icon-vk:before {
  content: "\e908";
}
.icon-whatsapp:before {
  content: "\e909";
}

/* End */


/* Start:/local/templates/double/assets/css/swiper-bundle.min.css?163328982713809*/
@font-face{font-family:swiper-icons;src:url('data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-container-pointer-events{touch-action:pan-y}.swiper-container-pointer-events.swiper-container-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{position:absolute;top:50%;width:calc(var(--swiper-navigation-size)/ 44 * 27);height:var(--swiper-navigation-size);margin-top:calc(0 - (var(--swiper-navigation-size)/ 2));z-index:10;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--swiper-navigation-color,var(--swiper-theme-color))}.swiper-button-next.swiper-button-disabled,.swiper-button-prev.swiper-button-disabled{opacity:.35;cursor:auto;pointer-events:none}.swiper-button-next:after,.swiper-button-prev:after{font-family:swiper-icons;font-size:var(--swiper-navigation-size);text-transform:none!important;letter-spacing:0;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:static;margin:0 50px;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:10px;left:0;width:100%}.swiper-pagination-bullets-dynamic{overflow:hidden;font-size:0}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:9px;height:9px;display:inline-block;border-radius:50%;background:#fff;opacity:.25;margin:0 7px}button.swiper-pagination-bullet{border:none;margin:0;padding:0;box-shadow:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}.swiper-pagination-clickable .swiper-pagination-bullet{cursor:pointer}.swiper-pagination-bullet-active{opacity:1}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s right}.swiper-pagination-progressbar{background:rgba(0,0,0,.25);position:absolute}.swiper-pagination-progressbar .swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));position:absolute;left:0;top:0;width:100%;height:100%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-vertical>.swiper-scrollbar{position:absolute;right:3px;top:1%;z-index:50;width:5px;height:98%}.swiper-scrollbar-drag{height:100%;width:100%;position:relative;background:rgba(0,0,0,.5);border-radius:10px;left:0;top:0}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{width:100%;height:100%;display:flex;justify-content:center;align-items:center;text-align:center}.swiper-zoom-container>canvas,.swiper-zoom-container>img,.swiper-zoom-container>svg{max-width:100%;max-height:100%;-o-object-fit:contain;object-fit:contain}.swiper-slide-zoomed{cursor:move}.swiper-lazy-preloader{width:42px;height:42px;position:absolute;left:50%;top:50%;margin-left:-21px;margin-top:-21px;z-index:10;transform-origin:50%;-webkit-animation:swiper-preloader-spin 1s infinite linear;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@-webkit-keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0;width:100%;height:100%;opacity:.6;z-index:0}.swiper-container-cube .swiper-cube-shadow:before{content:'';background:#000;position:absolute;left:0;top:0;bottom:0;right:0;filter:blur(50px)}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/double/styles.css?165347262836*/
.house__btn {
	position: absolute;
}
/* End */
/* /local/templates/double/assets/css/style.css?163440733065734 */
/* /local/templates/double/assets/css/icon-style.css?16332898272597 */
/* /local/templates/double/assets/css/swiper-bundle.min.css?163328982713809 */
/* /local/templates/double/styles.css?165347262836 */
