@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Black.woff") format("woff"), url("../fonts/Inter-Black.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Bold.woff") format("woff"), url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Medium.woff") format("woff"), url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Regular.woff") format("woff"), url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-ExtraBold.woff") format("woff"), url("../fonts/Inter-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-SemiBold.woff") format("woff"), url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

@font-face {
  font-family: "Point";
  font-display: swap;
  src: url("../fonts/Point-Book.woff") format("woff"), url("../fonts/Point-Book.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  font-display: swap;
  src: url("../fonts/Inter-Light.woff") format("woff"), url("../fonts/Inter-Light.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: "Point";
  font-display: swap;
  src: url("../fonts/Point-Regular.woff") format("woff"), url("../fonts/Point-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: "Point";
  font-display: swap;
  src: url("../fonts/Point-Bold.woff") format("woff"), url("../fonts/Point-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: "Point";
  font-display: swap;
  src: url("../fonts/Point-SemiBold.woff") format("woff"), url("../fonts/Point-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
}

* {
  padding: 0px;
  margin: 0px;
  border: 0px;
}

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

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

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

html,
body {
  height: 100%;
  min-width: 360px;
}

body {
  line-height: 1;
  font-family: "Inter";
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: "Inter";
}

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-weight: inherit;
  font-size: inherit;
}

body {
  color: #010101;
  font-size: 16px;
}

body._pt .page {
  padding-top: 180px;
}

body._pt-m {
  padding-top: 120px;
}

body._lock {
  overflow: hidden;
}

.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._container {
  width: 100%;
  max-width: 1420px;
  margin: 0 auto;
  padding: 0px 60px;
}

.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  padding: 0px 0px;
}

.btn._fw {
  width: 100%;
}

.select {
  position: relative;
}

.select__item {
  position: relative;
}

.select__title {
  color: #010101;
  border-radius: 5px;
  border: 1px solid #C4C4C4;
  background: #FFF;
  cursor: pointer;
  border-radius: 4px;
}

.select__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  color: #18B2B2;
  font-weight: 500;
  padding: 0px 12px;
  min-height: 45px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

.select__value span {
  line-height: 1.6;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.select__value:before {
  content: "";
  display: inline-block;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 16px;
  height: 16px;
  background: url("../img/icons/select.svg") center/100% no-repeat;
}

.select__input {
  width: 100%;
  background-color: transparent;
  height: 100%;
}

.select__options {
  color: #010101;
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 22px 0px rgba(13, 23, 73, 0.08);
          box-shadow: 0px 6px 22px 0px rgba(13, 23, 73, 0.08);
  min-width: 100%;
  left: 0;
  background-color: #fff;
  font-size: 14px;
  padding: 12px 0px;
  overflow-y: auto;
  max-height: 300px;
}

.select__options::-webkit-scrollbar {
  width: 4px;
  background: none;
}

.select__options::-webkit-scrollbar-thumb {
  background: #C0C0C0;
  border-radius: 50px;
}

.select__option {
  cursor: pointer;
  padding: 12px 20px;
  margin: 0px 0px 0px 0px;
}

.select._active {
  z-index: 5;
}

.select._active .select__value:before {
  -webkit-transform: rotate(-180deg);
      -ms-transform: rotate(-180deg);
          transform: rotate(-180deg);
}

.select._active .select__options {
  display: block;
}

input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input {
  width: 100%;
  display: block;
  padding: 0px 15px;
  color: #858585;
  font-size: 16px;
  font-weight: 400;
  min-height: 46px;
  border: 1px solid #c4c4c4;
  border-radius: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.input._circle {
  background: rgba(255, 255, 255, 0.25);
  color: rgba(255, 255, 255, 0.8);
  border-radius: 50px;
  border-color: transparent;
}

.input._circle._focus {
  color: #fff;
}

.input._circle:focus {
  border-color: #fff;
}

.input:focus {
  border-color: #010101;
}

.input._focus {
  color: #010101;
}

.input._error {
  border-color: #ee1212;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -webkit-appearance: textfield;
  -moz-appearance: textfield;
  appearance: textfield;
}

textarea.input {
  resize: none;
  padding: 0px 0px;
}

.checkbox {
  position: relative;
}

.checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox__input:checked + .checkbox__text {
  color: #010101;
}

.checkbox__input:checked + .checkbox__text::before {
  background: url("../img/icons/check.svg") center/16px no-repeat, #18B2B2;
  border-color: #18B2B2;
}

.checkbox__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  cursor: pointer;
}

.checkbox__text:before {
  content: "";
  -ms-flex-item-align: start;
      align-self: flex-start;
  margin: 0px 14px 0px 0px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border: 1px solid #787878;
  border-radius: 2px;
}

.checkbox a {
  color: #fff;
  text-decoration: underline;
}

.checkbox._error .checkbox__text:before {
  border: 1px solid #ee1212;
}

.options {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.options__item {
  position: relative;
  cursor: pointer;
}

.options__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
  left: 0;
  top: 0;
  visibility: hidden;
}

.options__input:checked + .options__text {
  border-color: #18B2B2;
  background: rgba(24, 178, 178, 0.1);
  color: #18B2B2;
}

.options__text {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  position: relative;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  padding: 9px 15px;
  border-radius: 20px;
  white-space: nowrap;
  border: 1px solid #E0E0E0;
  min-width: 55px;
}

.rating-block {
  display: table;
  font-size: 0;
}

.rating {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}

.rating.edit .star {
  cursor: pointer;
}

.rating .star {
  width: 17px;
  height: 14px;
  display: inline-block;
  position: relative;
  z-index: 3;
}

.rating__line {
  position: absolute;
  width: 85px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating.svg") 0 0 no-repeat;
  z-index: 1;
  background-size: 85px 100%;
}

.rating__activeline {
  position: absolute;
  width: 0px;
  height: 14px;
  top: 0;
  left: 0;
  background: url("../img/icons/bg_rating_active.svg") 0 0 no-repeat;
  z-index: 2;
  background-size: 85px 100%;
}

.rating__value {
  display: inline-block;
  color: #1b3139;
  font-size: 14px;
  line-height: 13px;
  vertical-align: middle;
}

.quantity {
  width: 88px;
  height: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid rgba(166, 166, 166, 0.45);
}

.quantity__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 30px;
          flex: 0 0 30px;
  position: relative;
  cursor: pointer;
}

.quantity__button::before,
.quantity__button::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 0px 0px 0px -4.5px;
  background-color: #a6a6a6;
  width: 9px;
  height: 1px;
}

.quantity__button_plus::before {
  -webkit-transform: rotate(-90deg);
      -ms-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

.quantity__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.quantity__input input {
  height: 100%;
  color: #a6a6a6;
  font-size: 12px;
  width: 100%;
  text-align: center;
}

img,
svg {
  vertical-align: middle;
}

picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

._suptitle {
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: normal;
}

._title {
  color: #010101;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

._like {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}


._slidebar {
  height: 2px;
  position: relative;
  background: #CFCFCF;
}

._slidebar .swiper-pagination-progressbar-fill {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 4px;
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
      -ms-transform-origin: left top;
          transform-origin: left top;
  background: #18B2B2;
  margin-top: -2px;
}

ol.counter {
  list-style-type: none;
  counter-reset: item;
}

ol.counter li {
  position: relative;
  padding: 0px 0px 0px 45px;
}

ol.counter li:before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  left: 0;
  top: 0;
  color: #818181;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  line-height: 26px;
  border-radius: 50%;
  width: 28px;
  height: 28px;
  border: 1px solid #4274bb;
}

.ellipsis {
  display: block;
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.es {
  overflow: hidden;
  white-space: nowrap;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}

.table {
  display: table;
  font-size: 0;
  width: 100%;
}

.trow {
  display: table-row;
}

.cell {
  display: table-cell;
}

.cell.full {
  width: 100%;
}

._ibg {
  position: relative;
}

._ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

body.ie ._ibg {
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

body.ie ._ibg img {
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.video {
  position: relative;
  overflow: hidden;
  height: 0;
  padding-bottom: 56.25%;
}

.video video,
.video iframe,
.video object,
.video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.videobg video,
.videobg iframe,
.videobg object,
.videobg embed {
  position: fixed;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  z-index: -100;
  -webkit-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  background-size: cover;
}

.moretext {
  overflow: hidden;
}

.moretext__more {
  cursor: pointer;
}

.moretext__more span {
  font-style: normal;
}

.moretext__more span:first-child {
  display: block;
}

.moretext__more span:last-child {
  display: none;
}

.moretext__more.active span {
  font-style: normal;
}

.moretext__more.active span:first-child {
  display: none;
}

.moretext__more.active span:last-child {
  display: block;
}

#map {
  background: url("../img/icons/loading.gif") center/50px no-repeat;
}

._swiper {
  overflow: hidden;
}

._swiper .swiper-wrapper {
  width: 100%;
  height: 100%;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

._swiper.swiper-container-vertical .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

._swiper.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.swiper-container-initialized .swiper-slide {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.swiper-container-android .swiper-slide,
.swiper-container-android .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}

.slick-slider {
  position: relative;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-slider .slick-list {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.slick-slider .slick-track {
  position: relative;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.slick-slider .slick-slide {
  position: relative;
}

.tab__item {
  display: none;
}

.tab__item.active {
  display: block;
}

._tabs-block {
  display: none;
}

._tabs-block._active {
  display: block;
}

.mirror {
  -webkit-transform: scale(-1, 1);
      -ms-transform: scale(-1, 1);
          transform: scale(-1, 1);
}

.nicescroll-rails {
  z-index: 1000 !important;
}

.cluster > div {
  font-weight: 700 !important;
}

.baloon {
  opacity: 1;
  right: -7px !important;
  bottom: 80px !important;
}

.baloon button {
  display: none !important;
}

.baloon:after {
  display: none !important;
}

.baloon-style {
  display: none;
}

.baloon-content.gm-style-iw {
  opacity: 1;
  border-radius: 0px !important;
  max-width: 300px !important;
  padding: 0 !important;
  left: 0 !important;
  width: 100% !important;
  overflow: visible !important;
}

.baloon-content.gm-style-iw > .gm-style-iw-d {
  overflow: hidden !important;
  max-width: none !important;
}

.baloon-content.gm-style-iw:after {
  display: none !important;
}

.baloon-close {
  top: 18px !important;
}

._custom-scroll {
  position: fixed;
  right: 0;
  top: 0;
  width: 3px;
  height: 100%;
  z-index: 1000;
}

._custom-scroll__line {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 3px 0 0 3px;
  position: relative;
  left: 0;
  top: 0;
  width: 100%;
}

.simplebar-track.simplebar-horizontal {
  height: 2px !important;
  overflow: visible;
  background: #cfcfcf;
  border-radius: 20px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  height: 4px;
  border-radius: 20px;
  background: #18B2B2;
  position: absolute;
  top: -1px !important;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar::before {
  display: none;
}

.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: #010101;
  position: absolute;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: hidden;
  background: #010101;
  -webkit-box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
  padding: 5px;
}

.qs-datepicker-container * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.qs-datepicker-container.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qs-datepicker-container.qs-hidden {
  display: none;
}

.qs-datepicker .qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: 0.5em;
  z-index: 1;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  -o-transition: opacity 0.3s;
  transition: opacity 0.3s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.qs-datepicker .qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-datepicker .qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: 0.875em;
  padding: 0.25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-datepicker .qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-datepicker .qs-overlay .qs-close {
  padding: 0.5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-datepicker .qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: 0.26392em;
  padding: 0.5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}

.qs-datepicker .qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-datepicker .qs-overlay .qs-overlay-month-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.qs-datepicker .qs-overlay .qs-overlay-month {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 33.33333%;
  cursor: pointer;
  opacity: 0.5;
  -webkit-transition: opacity 0.15s;
  -o-transition: opacity 0.15s;
  transition: opacity 0.15s;
}

.qs-datepicker .qs-overlay .qs-overlay-month.active,
.qs-datepicker .qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-datepicker .qs-controls {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: #010101;
  color: #fff;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: 0.26392em;
  -webkit-transition: background 0.15s;
  -o-transition: background 0.15s;
  transition: background 0.15s;
}

.qs-datepicker .qs-arrow:after {
  content: "";
  border: 0.39062em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
}

.qs-datepicker .qs-arrow.qs-left:after {
  border-right-color: #fff;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  -ms-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
}

.qs-datepicker .qs-arrow.qs-right:after {
  border-left-color: #fff;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  -ms-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

.qs-datepicker .qs-month-year {
  font-weight: 700;
  -webkit-transition: border 0.2s;
  -o-transition: border 0.2s;
  transition: border 0.2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-datepicker .qs-month-year:hover {
  border-bottom: 1px solid #fff;
}

.qs-datepicker .qs-month-year:active:focus,
.qs-datepicker .qs-month-year:focus {
  outline: none;
}

.qs-datepicker .qs-month {
  padding-right: 0.5ex;
}

.qs-datepicker .qs-year {
  padding-left: 0.5ex;
}

.qs-datepicker .qs-squares {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 0.3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  -webkit-transition: -webkit-filter 0.3s;
  transition: -webkit-filter 0.3s;
  -o-transition: filter 0.3s;
  transition: filter 0.3s;
  transition: filter 0.3s, -webkit-filter 0.3s;
}

.qs-datepicker .qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-datepicker .qs-square {
  width: 14.28571%;
  height: 2.5625em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: background 0.1s;
  -o-transition: background 0.1s;
  transition: background 0.1s;
  border-radius: 0.26392em;
}

.qs-datepicker .qs-square.qs-current {
  font-weight: 700;
}

.qs-datepicker .qs-square.qs-current span {
  text-decoration: underline;
}

.qs-datepicker .qs-square.qs-active {
  background: #fff;
  color: #010101;
}

.qs-datepicker .qs-square.qs-range-date-start:not(.qs-range-date-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle {
  background: #d4ebf2;
}

.qs-datepicker .qs-square.qs-range-date-middle:not(.qs-range-date-0):not(.qs-range-date-6) {
  border-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-datepicker .qs-square.qs-range-date-end:not(.qs-range-date-0),
.qs-datepicker .qs-square.qs-range-date-middle.qs-range-date-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-datepicker .qs-square.qs-disabled span {
  opacity: 0.2;
}

.qs-datepicker .qs-square.qs-empty {
  cursor: default;
}

.qs-datepicker .qs-square.qs-disabled {
  cursor: not-allowed;
}

.qs-datepicker .qs-square.qs-day {
  cursor: default;
  font-weight: 700;
  color: grey;
}

.qs-datepicker .qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: #18B2B2;
}

.qs-datepicker .qs-event {
  position: relative;
}

.qs-datepicker .qs-event:after {
  content: "";
  position: absolute;
  width: 0.46875em;
  height: 0.46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.qs-datepicker .qs-event.qs-disabled:after,
.qs-datepicker .qs-event.qs-empty:after {
  background: #cce4ff;
}

/*! nouislider - 14.6.0 - 6/27/2020 */

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */

.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-target {
  position: relative;
  margin-bottom: -2px;
}

.noUi-base,
.noUi-connects {
  width: 100%;
  height: 3px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  position: relative;
  z-index: 1;
}

/* Wrapper for all connect elements.
 */

.noUi-connects {
  overflow: hidden;
  z-index: 0;
}

.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  -webkit-transform-style: flat;
          transform-style: flat;
}

.noUi-connect {
  height: 100%;
  width: 100%;
}

.noUi-origin {
  height: 10%;
  width: 10%;
}

/* Offset direction
 */

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}

/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */

.noUi-vertical .noUi-origin {
  width: 0;
}

.noUi-horizontal .noUi-origin {
  height: 0;
}

.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}

.noUi-touch-area {
  height: 100%;
  width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  -o-transition: transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}

.noUi-state-drag * {
  cursor: inherit !important;
}

/* Slider size and handle placement;
 */

.noUi-horizontal {
  height: 18px;
}

.noUi-horizontal .noUi-handle {
  height: 13px;
  width: 13px;
  right: -6.5px;
  top: -6.5px;
  -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.2);
}

.noUi-vertical {
  width: 18px;
}

.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  top: -17px;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}

/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */

.noUi-target {
  height: 1px !important;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.noUi-target[data-disabled] {
  pointer-events: none;
}

.noUi-target[data-disabled] .noUi-connect {
  background: #D2D2D2;
}

.noUi-target[data-disabled] .noUi-handle {
  background-color: #D2D2D2;
}

.noUi-connect {
  background-color: #18B2B2;
}

/* Handles and cursors;
 */

.noUi-draggable {
  cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}

.noUi-handle {
  background-color: #18B2B2;
  border-radius: 50%;
  cursor: default;
}

.noUi-active {
  -webkit-box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
          box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

/* Disabled state;
 */

[disabled] .noUi-connect {
  background: #b8b8b8;
}

[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}

/* Base;
 *
 */

.noUi-pips,
.noUi-pips * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.noUi-pips {
  position: absolute;
  color: #999;
}

/* Values;
 *
 */

.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}

.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}

/* Markings;
 *
 */

.noUi-marker {
  position: absolute;
  background: #ccc;
}

.noUi-marker-sub {
  background: #aaa;
}

.noUi-marker-large {
  background: #aaa;
}

/* Horizontal layout;
 *
 */

.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}

.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
      transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
      transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}

/* Vertical layout;
 *
 */

.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}

.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
      transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}

.noUi-tooltip {
  color: #999999;
  font-size: 12px;
  position: absolute;
}

.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
      -ms-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
  left: 50%;
  bottom: -22px;
}

.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
      transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}

.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  -ms-transform: translate(50%, 0);
      transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}

.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  -ms-transform: translate(0, -18px);
      transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

.pagging {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Point";
}

.pagging__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.pagging__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.9px;
  text-transform: uppercase;
}

.pagging__item._more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
}

.pagging__item._active {
  color: #18B2B2;
}

.popup {
  /*-webkit-overflow-scrolling: touch;*/
  z-index: 100;
  padding: 30px 15px;
  position: fixed;
  top: 0px;
  left: 0;
  width: 100%;
  height: 100%;
  /*-webkit-transition: visibility 0s linear 0s;*/
  /*-o-transition: visibility 0s ease 0s;*/
  /*transition: visibility 0s ease 0s;*/
  /*visibility: hidden;*/
  display: none;
}

.popup::before {
  content: "";
  background: rgba(1, 1, 1, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: opacity 0.8s ease 0s;
  -o-transition: opacity 0.8s ease 0s;
  transition: opacity 0.8s ease 0s;
}

.popup.show {
  visibility: visible;
  overflow: auto;
}

.popup.show::before {
  opacity: 1;
}

.popup.show .popup__body {
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup._active {
  overflow: auto;
  /*visibility: visible;*/
  display: block;
}

.popup._active::before {
  opacity: 1;
}

.popup._active .popup__body {
  -webkit-transition: all 0.3s ease 0.2s;
  -o-transition: all 0.3s ease 0.2s;
  transition: all 0.3s ease 0.2s;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  width: 100%;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.popup__body {
  -webkit-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background-color: #fff;
  padding: 50px;
  width: 100%;
  max-width: 800px;
}

.popup__close {
  width: 28px;
  height: 28px;
  position: absolute;
  top: 0px;
  right: 0px;
  cursor: pointer;
  z-index: 30;
  background: url("../img/icons/close-gray.svg") center/cover no-repeat;
}

.filter-popup {
  padding: 0px;
}

.filter-popup .popup__content {
  height: 100%;
  position: relative;
}

.filter-popup .popup__body {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
  min-height: 100%;
  height: 100%;
  padding: 15px;
  background: #fff;
  row-gap: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.filter-popup__head {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.filter-popup__body {
  margin: 0px -15px;
  padding: 0px 15px;
  width: 100vw;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  padding-bottom: 90px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow-y: auto;
  overflow-x: hidden;
}

.head-filter-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.head-filter-popup__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 95px;
          flex: 0 0 95px;
}

.head-filter-popup__logo img {
  width: 100%;
  max-width: 100%;
}

.head-filter-popup__close {
  position: static;
  width: 28px;
  height: 28px;
}

.tabs-filter-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 5px;
  border-radius: 4px;
  border: 1px solid #E0E0E0;
}

.tabs-filter-popup__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
}

.tabs-filter-popup__input {
  display: none;
}

.tabs-filter-popup__input:checked + .tabs-filter-popup__name {
  background: rgba(24, 178, 178, 0.1);
  color: #18B2B2;
}

.tabs-filter-popup__name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  min-height: 37px;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-radius: 4px;
}

.filter-popup-title {
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  margin-bottom: 20px;
}

.type-filter-popup__title {
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
}

.type-filter-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  overflow-x: auto;
  margin: 20px -15px -10px;
  padding: 0px 15px 10px;
}

.type-filter-popup__wrapper::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.type-filter-popup__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 90px;
          flex: 0 0 90px;
  display: block;
}

.type-filter-popup__radio {
  display: none;
}

.type-filter-popup__radio:checked + .type-filter-popup__content .type-filter-popup__icon {
  border-color: #18B2B2;
  background: rgba(24, 178, 178, 0.1);
}

.type-filter-popup__radio:checked + .type-filter-popup__content .type-filter-popup__icon svg path:not([stroke]) {
  fill: #18B2B2;
}

.type-filter-popup__radio:checked + .type-filter-popup__content .type-filter-popup__icon svg path[stroke] {
  stroke: #18B2B2;
}

.type-filter-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  row-gap: 10px;
}

.type-filter-popup__icon {
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid #E0E0E0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.type-filter-popup__icon svg path {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.type-filter-popup__icon svg path:not([stroke]) {
  fill: #787878;
}

.type-filter-popup__icon svg path[stroke] {
  stroke: #787878;
}

.type-filter-popup__icon img,
.type-filter-popup__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
}

.type-filter-popup__name {
  color: #010101;
  font-size: 13px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.filter-popup__local {
  width: 100%;
}

.price-filter-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.price-filter-popup__select {
  width: 100%;
  max-width: 100%;
}

.price-filter-popup__select .select__value {
  color: #010101;
}

.price-filter-popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px) /2);
          flex: 0 0 calc((100% - 10px) /2);
  row-gap: 10px;
}

.price-filter-popup__item .filter-popup__select {
  width: 100%;
  max-width: 100%;
}

.price-filter-popup__item .filter-popup__select .select__value {
  color: #010101;
}

.price-filter-popup__item .price-filter-popup__name {
  font-style: normal;
  font-weight: 400;
  font-size: 12px;
  line-height: 14px;
  text-transform: uppercase;
  color: #010101;
}

.radio-filter-popup {
  margin-right: -15px;
  margin-left: -15px;
}

.radio-filter-popup .filter-popup-title {
  margin-left: 15px;
}

.radio-filter-popup__options {
  width: 100%;
  min-width: 100%;
  overflow-x: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding-left: 15px;
  padding-right: 15px;
}

.radio-filter-popup__options::-webkit-scrollbar {
  height: 0;
  width: 0;
}

.radio-filter-popup .radio-filter-popup__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 37px;
  background: #FAFAFA;
  border: 1px solid #E0E0E0;
  border-radius: 20px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  min-width: 54px;
  padding: 0px 17px;
}

.radio-filter-popup .radio-filter-popup__item._active {
  background: rgba(24, 180, 180, 0.1);
}

.radio-filter-popup .radio-filter-popup__item._active .checkbox__text {
  color: #18B2B2;
}

.radio-filter-popup .radio-filter-popup__item .checkbox__text {
  font-family: "Point";
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 17px;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #010101;
}

.radio-filter-popup .radio-filter-popup__item .checkbox__text::after {
  content: "";
  display: none;
}

.radio-filter-popup .radio-filter-popup__item .checkbox__text::before {
  content: "";
  display: none;
}

.footer-filter-popup {
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  padding: 10px 15px calc(10px + env(safe-area-inset-bottom));
  position: fixed;
  height: 67px;
  top: 100dvh;
  -webkit-transform: translateY(-100%);
      -ms-transform: translateY(-100%);
          transform: translateY(-100%);
  left: 0;
  width: 100%;
}

.footer-filter-popup__content {
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-filter-popup__btn {
  background: #18B2B2;
  -webkit-box-shadow: 0px 4px 10px rgba(24, 178, 178, 0.08);
          box-shadow: 0px 4px 10px rgba(24, 178, 178, 0.08);
  border-radius: 4px;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-height: 38px;
}

.footer-filter-popup__btn._stroke {
  color: #18B2B2;
  border: 1px solid #18B2B2;
  -webkit-box-shadow: 0px 4px 10px 0px rgba(24, 178, 178, 0.08);
          box-shadow: 0px 4px 10px 0px rgba(24, 178, 178, 0.08);
  background: transparent;
  padding: 10px 17px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
}

.credit-popup .popup__body {
  background: #ffffff;
  padding: 30px 50px;
  border-radius: 5px;
  max-width: 465px;
}

.credit-popup .popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: url(../img/clarity_window-close-line.svg) center/cover no-repeat;
}

.credit-popup__title {
  color: #010101;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.credit-popup__form {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.credit-popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.credit-popup__row {
  position: relative;
}

.credit-popup__row._date-row::after {
  content: "";
  width: 24px;
  height: 24px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: url(../img/icons/datepicker.svg) center/cover no-repeat;
}

.credit-popup__input {
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  background: none;
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-height: 55px;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.credit-popup__input::-webkit-input-placeholder {
  color: #D8D8D8;
}

.credit-popup__input::-moz-placeholder {
  color: #D8D8D8;
}

.credit-popup__input:-ms-input-placeholder {
  color: #D8D8D8;
}

.credit-popup__input::-ms-input-placeholder {
  color: #D8D8D8;
}

.credit-popup__input::placeholder {
  color: #D8D8D8;
}

.credit-popup__input:not(:first-child) {
  margin-top: 8px;
}

.credit-popup__label {
  color: rgba(255, 255, 255, 0.8);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.credit-popup__options:not(:first-child) {
  margin-top: 12px;
}

.credit-popup__button {
  min-height: 55px;
  padding: 10px 15px;
  border-radius: 3px;
  background: #18B2B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.options-credit-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.options-credit-popup__input {
  display: none;
}

.options-credit-popup__input:checked + .options-credit-popup__content::after {
  opacity: 1;
}

.options-credit-popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: relative;
  cursor: pointer;
}

.options-credit-popup__content::before {
  content: "";
  width: 22px;
  height: 22px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  border-radius: 50%;
  border: 1px solid #18B2B2;
}

.options-credit-popup__content::after {
  content: "";
  width: 12px;
  height: 12px;
  position: absolute;
  left: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  background: #18B2B2;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.options-credit-popup__text {
  color: rgba(255, 255, 255, 0.8);
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.reserv-expert-popup .popup__body {
  background: #ffffff;
  padding: 50px;
  border-radius: 5px;
  max-width: 880px;
}

.reserv-expert-popup .popup__close {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
  background: url(../img/clarity_window-close-line.svg) center/cover no-repeat;
}

.reserv-expert-popup__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.reserv-expert-popup__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 380px;
}


.reserv-expert-popup__text {
  color: #010101;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
}

.reserv-expert-popup__form {
  margin-top: 30px;
}

.reserv-expert-popup__image {
  margin: -50px -50px -50px 0px;
  -ms-flex-item-align: end;
      align-self: flex-end;
}

.reserv-expert-popup__image img {
  width: 100%;
  max-width: 100%;
  border-radius: 5px;
}

.form-reserv-expert-popup {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.form-reserv-expert-popup__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.form-reserv-expert-popup__input {
  border-radius: 3px;
  border: 1px solid #D8D8D8;
  background: none;
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  min-height: 55px;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
  min-width: 0px;
}

.form-reserv-expert-popup__input::-webkit-input-placeholder {
  color: #D8D8D8;
}

.form-reserv-expert-popup__input::-moz-placeholder {
  color: #D8D8D8;
}

.form-reserv-expert-popup__input:-ms-input-placeholder {
  color: #D8D8D8;
}

.form-reserv-expert-popup__input::-ms-input-placeholder {
  color: #D8D8D8;
}

.form-reserv-expert-popup__input::placeholder {
  color: #D8D8D8;
}

.form-reserv-expert-popup__input:not(:first-child) {
  margin-top: 8px;
}

.form-reserv-expert-popup__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.form-reserv-expert-popup__button {
  width: 100%;
  max-width: 100%;
  background: #18B2B2;
  border-radius: 3px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
  min-height: 55px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.form-reserv-expert-popup__subtext {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-align: center;
}

.header {
  padding: 40px 0px;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  width: 100%;
  max-width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header._dark .header__logo svg path:not(._line) {
  fill: #fff;
}

.header._dark .language-header__value {
  color: #fff;
}


.header._dark .language-header__list .language-header__value {
  color: #010101;
}



.header._dark .header__action svg path {
  fill: #fff;
}

.header._dark .contact-header__value {
  color: #fff;
}

.header._dark .contact-header__text {
  color: #fff;
}

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.header__logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  width: 120px;
}

.header__logo img,
.header__logo svg {
  width: 100%;
  max-width: 100%;
}

.header__nav {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.header__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.header__action {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
}

.header__action._search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: auto;
  height: auto;
}

.header__action > svg path,
.header__action .header__icon svg path {
  fill: #010101;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__action img,
.header__action svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.header__menu-open {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #18B2B2;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.header__menu-open img,
.header__menu-open svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.search-header:not(._active) .search-header__form {
  padding: 0px;
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: 24px;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
}

.search-header:not(._active) .search-header__input {
  width: 0;
}

.search-header__form {
  border-radius: 50px;
  background: #fff;
  -webkit-box-shadow: 0 6px 32px 0 rgba(13, 23, 73, 0.08);
          box-shadow: 0 6px 32px 0 rgba(13, 23, 73, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 5px 12px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  min-height: 38px;
}

.search-header__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  background: none;
  min-width: 0px;
  max-width: 100%;
  width: 100%;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  font-size: 16px;
  font-weight: 400;
  color: #010101;
}

.search-header__input:not(._focus) {
  color: #787878;
}

.search-header__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  background: none;
}

.search-header__button svg path {
  fill: #010101;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.search-header__button img,
.search-header__button svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.language-header {
  position: relative;
}

.language-header__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  cursor: pointer;
}

.language-header__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
}

.language-header__icon img,
.language-header__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
}

.language-header__value {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  text-transform: capitalize;
}

.language-header__list {
  position: absolute;
  left: -15px;
  min-width: calc(100% + 30px);
  top: calc(100% + 12px);
  background: #fff;
  border-radius: 8px;
  -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
  padding: 7px 0px;
  display: none;
}

.language-header__list::after {
  content: "";
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-bottom: 10px solid #fff;
  position: absolute;
  bottom: 100%;
  left: 20px;
  display: inline-block;
  -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}

.language-header__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  font-size: 16px;
  color: #010101;
  padding: 7px 15px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.nav-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.nav-header__link {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.contact-header__value {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-header__text {
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.contact-header__text::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  height: 6px;
  width: 6px;
  border-radius: 50%;
  background: #18B2B2;
  vertical-align: middle;
}

.menu {
  position: absolute;
}

.menu__body {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 450px;
  background: rgba(255, 255, 255, 0.9);
  -webkit-backdrop-filter: blur(5px);
          backdrop-filter: blur(5px);
  padding: 50px;
  max-height: 100dvh;
  height: 100dvh;
  overflow-y: auto;
  z-index: 5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.menu__body:not(._active) {
  visibility: hidden;
  -webkit-transform: translateX(100%);
      -ms-transform: translateX(100%);
          transform: translateX(100%);
  pointer-events: none;
}

.menu__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  z-index: 1;
}

.menu__close img,
.menu__close svg {
  width: 100%;
  max-height: 100%;
  max-width: 100%;
}

.menu__list {
  margin-top: 50px;
}

.contact-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 5px;
}

.contact-menu__value {
  color: #010101;
  font-size: 26px;
  font-style: normal;
  font-weight: 800;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contact-menu__text {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.contact-menu__text::before {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 10px;
          flex: 0 0 10px;
  height: 10px;
  width: 10px;
  border-radius: 50%;
  background: #18B2B2;
}

.list-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.list-menu__top {
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.list-menu__top._spoller {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.list-menu__top._spoller._active::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.list-menu__top._spoller::after {
  content: "";
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  display: inline-block;
  margin-left: auto;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  background: url(../img/icons/spoller.svg) center/cover no-repeat;
}

.list-menu__submenu {
  margin-top: 20px;
  padding-left: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  display: none;
}

.list-menu__submenu li:not(:last-child) {
  margin-bottom: 20px;
}

.list-menu__submenu a {
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

/*
//Burger
.icon-menu {
	display: none;
	@media (max-width: $md3+px) {
		display: block;
		position: absolute;
		top: 18px;
		right: 10px;
		width: 30px;
		height: 18px;
		cursor: pointer;
		z-index: 5;
		span {
			transition: all 0.3s ease 0s;
			top: calc(50% - 1px);
			left: 0px;
			position: absolute;
			width: 100%;
			height: 2px;
			background-color: #000;
			&:first-child {
				top: 0px;
			}
			&:last-child {
				top: auto;
				bottom: 0px;
			}
		}
		&._active {
			span {
				transform: scale(0);
				&:first-child {
					transform: rotate(-45deg);
					top: calc(50% - 1px);
				}
				&:last-child {
					transform: rotate(45deg);
					bottom: calc(50% - 1px);
				}
			}
		}
	}
}
*/

.footer {
  padding: 60px 0px;
  position: relative;
}

.footer::before {
  content: "";
  width: calc(100% - 40px);
  max-width: calc(1420px - 130px);
  height: 1px;
  background: #010101;
  position: absolute;
  top: 0;
  left: 50%;
  opacity: 0.3;
  display: inline-block;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.footer__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.footer__name {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.footer__body {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.footer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.footer__link {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  opacity: 0.7;
}

.main-footer__logo {
  width: 115px;
  display: block;
}

.main-footer__logo img,
.main-footer__logo svg {
  width: 100%;
  max-width: 100%;
}

.main-footer__other {
  margin-top: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.main-footer__copy {
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.7;
}

.main-footer__dev {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.main-footer__dev img,
.main-footer__dev svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.contacts-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.contacts-footer__item {
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -ms-grid-columns: 60px 1fr;
  grid-template-columns: 60px 1fr;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contacts-footer__name {
  opacity: 0.7;
}

.contacts-footer__value {
  font-size: 16px;
}

.contacts-footer__value a {
  color: inherit;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.social-footer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  width: 20px;
}

.social-footer__item svg path {
  fill: #010101;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-footer__item img,
.social-footer__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.other-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.other-footer__copy {
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.7;
}

.other-footer__dev {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
  opacity: 0.7;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.other-footer__dev img,
.other-footer__dev svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.banner {
  position: relative;
}

.banner__wrapper {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 845px;
  padding-top: 120px;
}

.banner__image {
  position: absolute;
  top: -5%;
  right: -25%;
  z-index: -1;
  width: 100%;
}

.banner__image img {
  width: 100%;
  max-width: 100%;
}

.banner__info {
  width: 100%;
  max-width: 56.2%;
}

.banner__title {
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.banner__search {
  margin-top: 30px;
  width: 100%;
}

.banner__search-mob {
  width: 100%;
  max-width: 520px;
}

.search-banner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  border-radius: 100px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 32px 0px rgba(13, 23, 73, 0.08);
          box-shadow: 0px 6px 32px 0px rgba(13, 23, 73, 0.08);
}

.search-banner__content {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 19.5% 30% 30% 1fr;
  grid-template-columns: 19.5% 30% 30% 1fr;
}

.search-banner__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 4);
          flex: 0 0 calc(100% / 4);
  border-radius: 100px;
  position: relative;
}

.search-banner__column._sell .search-banner__select .select__options {
  width: 200px;
}

.search-banner__column._price .body-search-banner__wrapper {
  max-width: 310px;
}

.search-banner__column._active {
  border-radius: 100px;
  background: #FFF;
  -webkit-box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 4px 20px 0px rgba(0, 0, 0, 0.08);
}

.search-banner__column._active::after {
  display: none;
}

.search-banner__column._active + .search-banner__column::after {
  display: none;
}

.search-banner__column:not(:first-child)::after {
  content: "";
  height: 40px;
  width: 1px;
  background: #EAEAEA;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.search-banner__select .select__title {
  border-radius: 100px;
  border: none;
}

.search-banner__select .select__value {
  min-height: 54px;
  color: #010101;
  padding: 0px 20px;
  font-size: 16px;
  font-weight: 400;
}

.search-banner__select .select__value::before {
  opacity: 0;
}

.search-banner__select .select__options {
  min-width: 100%;
}

.search-banner__select .select__option {
  display: block !important;
}

.search-banner__select .select__option[style="display: none;"] {
  background: #F0F0F0;
}

.search-banner__label {
  min-height: 54px;
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 10px 20px;
  cursor: pointer;
}

.search-banner__label span {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.search-banner__body {
  display: none;
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  padding: 20px;
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 22px 0px rgba(13, 23, 73, 0.08);
          box-shadow: 0px 6px 22px 0px rgba(13, 23, 73, 0.08);
}

.search-banner__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  background: #18B2B2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  margin: 6px;
}

.search-banner__button img,
.search-banner__button svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.body-search-banner__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  max-width: 415px;
  width: 100vw;
}

.body-search-banner__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
          flex: 0 0 calc((100% - 10px * 1) / 2);
}

.body-search-banner__title {
  color: #010101;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.body-search-banner__body {
  margin-top: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.body-search-banner__select .select__options {
  padding: 0px;
  border-radius: 5px;
  background: #fff;
  -webkit-box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
          box-shadow: 0px 8px 18px -6px rgba(24, 39, 75, 0.12), 0px 12px 42px -4px rgba(24, 39, 75, 0.12);
}

.body-search-banner__select .select__option {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
}

.search-mob-banner {
  border-radius: 80.014px;
  background: #FFF;
  -webkit-box-shadow: 0px 4.801px 25.604px 0px rgba(13, 23, 73, 0.08);
          box-shadow: 0px 4.801px 25.604px 0px rgba(13, 23, 73, 0.08);
  padding: 6px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.search-mob-banner__input {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0px;
  padding: 0px 16px;
  color: #939393;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.search-mob-banner__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 40px;
          flex: 0 0 40px;
  height: 40px;
  width: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #FFF;
}

.search-mob-banner__button img,
.search-mob-banner__button svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 22px;
          flex: 0 0 22px;
  width: 22px;
  height: 22px;
  filter: invert(0.5);
}



@keyframes blink {
  0%, 100% {
    opacity: 1; /* Полностью видимый в начале и конце цикла */
  }
  50% {
    opacity: 0; /* Исчезает в середине цикла */
  }
}

.consultant__image {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 50%;
}

.consultant__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mini-catalog {
  padding: 50px 0px;
  margin-top: -80px;
}

.mini-catalog__slider {
  overflow: visible;
  width: 100%;
  max-width: 100%;
}

.mini-catalog__item {
  border-radius: 20px;
  -webkit-box-shadow: 0px 12px 32px 0px rgba(13, 23, 73, 0.08);
          box-shadow: 0px 12px 32px 0px rgba(13, 23, 73, 0.08);
  padding: 40px 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.mini-catalog__item:not(:last-child) {
  margin-right: 30px;
}

.mini-catalog__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  z-index: 1;
}

.mini-catalog__main {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}

.mini-catalog__name {
  color: #010101;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  display: inline-block;
  max-width: 130px;
  width: -webkit-min-content;
  width: -moz-min-content;
  width: min-content;
}

.mini-catalog__count {
  color: #18B2B2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  vertical-align: top;
  padding-left: 5px;
}

.mini-catalog__more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #E2E2E2;
}

.mini-catalog__more img,
.mini-catalog__more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.mini-catalog__image {
  position: absolute;
  top: 0;
  right: 0;
  width: 50%;
  height: 100%;
}

.mini-catalog__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.best-offer {
  padding: 50px 0px;
}

.best-offer__title {
  text-align: center;
}

.best-offer__content {
  margin-top: 40px;
}

.best-offer__slider {
  overflow: visible;
}

.best-offer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26.2%;
          flex: 0 0 26.2%;
}

.best-offer__item:not(:last-child) {
  margin-right: 30px;
}

.best-offer__slidebar {
  margin-top: 30px;
}

.item-card {
  border-radius: 5px;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 32px 0px rgba(13, 23, 73, 0.08);
          box-shadow: 0px 12px 32px 0px rgba(13, 23, 73, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
}

.item-card._liked ._like svg path._fill {
  display: block;
}

.item-card__head {
  position: relative;
  border-radius: 5px 5px 0px 0px;
  overflow: hidden;
}

.item-card__image {
  display: block;
  aspect-ratio: 3/1.85;
  position: relative;
  overflow: hidden;
}

.item-card__image img {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
}

.item-card__like {
  position: absolute;
  top: 10px;
  right: 15px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-card__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  padding: 4.2% 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 13px;
  overflow: hidden;
  width: 100%;
  max-width: 100%;
}

.item-card__price {
  color: #18B2B2;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}

.item-card__address {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  display: block;
  -o-text-overflow: clip;
     text-overflow: clip;
  overflow: hidden;
  min-height: calc((16px * 1.4) * 2);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

@supports (min-height: 2lh) {
  .item-card__address {
    min-height: 2lh !important;
  }
}

.item-card__list {
  display: none;
}

.item-card__gallery {
  width: 100%;
  max-width: 100%;
}

.gallery-item-card {
  position: relative;
  aspect-ratio: 3/1.85;
}

.gallery-item-card__slider {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.gallery-item-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
  overflow: hidden;
  border-radius: 5px 5px 0px 0px;
}

.gallery-item-card__item img {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0px;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-item-card__paggination {
  position: absolute;
  bottom: 10px;
  right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 6px;
     -moz-column-gap: 6px;
          column-gap: 6px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.gallery-item-card__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 6px;
          flex: 0 0 6px;
  width: 6px;
  height: 6px;
  background: #fff;
  -webkit-clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
          clip-path: polygon(50% 0%, 100% 50%, 50% 100%, 0% 50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  opacity: 0.6;
}

.gallery-item-card__paggination .swiper-pagination-bullet-active {
  width: 36px;
  opacity: 1;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 36px;
          flex: 0 0 36px;
  -webkit-clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
          clip-path: polygon(10% 0, 90% 0, 100% 50%, 90% 100%, 10% 100%, 0% 50%);
}

.info-item-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 100%;
  overflow: hidden;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  row-gap: 5px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  line-height: 1.4;
}

.info-item-card__column {
  color: #777;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  white-space: nowrap;
  text-align: center;
}

.info-item-card__space {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.info-item-card__line {
  width: 1px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 1px;
          flex: 0 0 1px;
  height: 100%;
  background: #777;
}

.list-item-card {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 10px;
}

.list-item-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.list-item-card__name {
  color: #787878;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list-item-card__value {
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.total-offer {
  padding: 50px 0px;
}

.total-offer__title {
  text-align: center;
}

.total-offer__wrapper {
  margin-top: 30px;
  border-radius: 6px;
  overflow: hidden;
  background: #FFF;
  -webkit-box-shadow: 0px 12px 32px 0px rgba(13, 23, 73, 0.08);
          box-shadow: 0px 12px 32px 0px rgba(13, 23, 73, 0.08);
}

.total-offer__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.total-offer__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 3);
          flex: 0 0 calc(100% / 3);
  aspect-ratio: 430/203;
  position: relative;
}

.total-offer__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.total-offer__body {
  padding: 40px;
}

.total-offer__name {
  color: #010101;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.total-offer__list {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  max-height: 130px;
  width: 100%;
}

.total-offer__item {
  width: calc((100% - 30px * 2) / 3);
}

.total-offer__link {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.total-offer__link span {
  color: #18B2B2;
  white-space: nowrap;
}

.recomendation-residential {
  padding: 50px 0px;
}

.recomendation-residential__head {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}

.recomendation-residential__content {
  margin-top: 40px;
  position: relative;
}

.recomendation-residential__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.recomendation-residential__item:not(:last-child) {
  margin-right: 30px;
}

.recomendation-residential__image {
  aspect-ratio: 1/0.88;
  position: relative;
  border-radius: 5px;
  overflow: hidden;
}

.recomendation-residential__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recomendation-residential__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  row-gap: 12px;
  text-align: center;
}

.recomendation-residential__name {
  color: #010101;
  font-size: 26px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recomendation-residential__count {
  color: #18B2B2;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.recomendation-residential__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.recomendation-residential__arrow.recomendation-residential-arrow-prev {
  left: -20px;
  -webkit-transform: translateY(-50%) translateX(-100%);
      -ms-transform: translateY(-50%) translateX(-100%);
          transform: translateY(-50%) translateX(-100%);
}

.recomendation-residential__arrow.recomendation-residential-arrow-next {
  right: -20px;
  -webkit-transform: translateY(-50%) translateX(100%);
      -ms-transform: translateY(-50%) translateX(100%);
          transform: translateY(-50%) translateX(100%);
}

.recomendation-residential__arrow img,
.recomendation-residential__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.map-variants {
  padding: 50px 0px;
}

.map-variants__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  margin-bottom: 25px;
}

.map-variants__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  width: 25px;
}

.map-variants__icon img,
.map-variants__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
}

.map-variants__input {
  color: #858585;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 0px !important;
  border: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.map-variants__input._focus {
  color: #010101;
}

.map-variants__map {
  height: 500px;
}

.become-agent {
  padding: 50px 0px;
}

.become-agent__container {
  position: relative;
}

.become-agent__wrapper {
  background: #18B2B2;
  border-radius: 5px;
  padding: 4.5%;
  position: relative;
  overflow: hidden;
}

.become-agent__body {
  width: 100%;
  max-width: 50%;
}

.become-agent__title {
  color: #fff;
  font-size: 52px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.become-agent__text {
  color: #fff;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 510px;
  margin-top: 30px;
}

.become-agent__button {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 18px 30px;
  border-radius: 3px;
  background: #fff;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  margin-top: 25px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.become-agent__image {
  position: absolute;
  bottom: -1%;
  right: 5%;
  -webkit-transform: rotate(-6deg);
      -ms-transform: rotate(-6deg);
          transform: rotate(-6deg);
  width: 40.5%;
}

.become-agent__image img {
  width: 100%;
  max-width: 100%;
}

.home-gallery {
  padding: 40px 0px 50px;
}

.home-gallery__title {
  text-align: center;
}

.home-gallery__content {
  margin-top: 40px;
  position: relative;
}

.home-gallery__slider {
  overflow: visible;
  height: 431px;
}

.home-gallery__slider .swiper-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.home-gallery__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 643px;
          flex: 0 0 643px;
  display: block;
  position: relative;
  aspect-ratio: 643/431;
  margin: 0px 20px;
}

.home-gallery__item:not(.swiper-slide-active) {
  opacity: 0.5;
}

.home-gallery__image {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  aspect-ratio: 643/431;
  border-radius: 5px;
  overflow: hidden;
  -webkit-transition: all 0.6s ease 0s;
  -o-transition: all 0.6s ease 0s;
  transition: all 0.6s ease 0s;
}

.home-gallery__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.home-gallery__arrows {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  position: absolute;
  bottom: 0;
  left: calc(100% - (643px / 2) + 40px);
}

.home-gallery__arrow {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #E2E2E2;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.home-gallery__arrow img,
.home-gallery__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.catalog {
  padding: 50px 0px;
}

.catalog__content {
  margin-top: 30px;
}

.catalog__top {
  margin-top: 30px;
}

.catalog__blocks {
  margin-top: 40px;
}

.catalog__products {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
  row-gap: 34px;
}

.catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 34px * 2) / 3);
          flex: 0 0 calc((100% - 34px * 2) / 3);
}

.catalog__pagging {
  margin-top: 30px;
}

.catalog__map {
  min-height: 630px;
  border-radius: 15px;
}

.filter-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 0px;
     -moz-column-gap: 0px;
          column-gap: 0px;
  border-radius: 16px;
  border: 2px solid #18B2B2;
  background: #18B2B2;
}

.filter-catalog__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
  row-gap: 1px;
  border-radius: 16px;
  background: #DFDFDF;
}

.filter-catalog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 1px * 3) / 4);
          flex: 0 0 calc((100% - 1px * 3) / 4);
  background: #fff;
  position: relative;
}

.filter-catalog__item:nth-child(4n+4) .filter-catalog__submenu {
  right: 0;
  left: auto;
}

.filter-catalog__item:nth-child(1) {
  border-top-left-radius: 16px;
}

.filter-catalog__item:nth-child(4) {
  border-top-right-radius: 16px;
}

.filter-catalog__item:nth-child(5) {
  border-bottom-left-radius: 16px;
}

.filter-catalog__item:nth-child(8) {
  border-bottom-right-radius: 16px;
}

.filter-catalog__submenu {
  display: none;
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  border-radius: 20px;
  background: #FFF;
  -webkit-box-shadow: 0px 6px 22px 0px rgba(13, 23, 73, 0.08);
          box-shadow: 0px 6px 22px 0px rgba(13, 23, 73, 0.08);
  max-width: 360px;
  width: 100vw;
  z-index: 2;
  padding: 20px;
}

.filter-catalog__submenu._bw {
  max-width: 350px;
}

.filter-catalog__submenu._lw {
  max-width: 455px;
}

.filter-catalog__button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 16px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  padding: 10px;
  background: #18B2B2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.label-filter-catalog {
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 0px 15px;
  cursor: pointer;
}

.label-filter-catalog._active .label-filter-catalog__arrow {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.label-filter-catalog._active .label-filter-catalog__arrow svg path {
  stroke: #010101;
}

.label-filter-catalog__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.label-filter-catalog__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.label-filter-catalog__arrow img,
.label-filter-catalog__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.label-filter-catalog__arrow svg path {
  stroke: #A7A8A9;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.submenu-filter__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.submenu-filter__column {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 calc((100% - 10px * 1) / 2);
          flex: 1 0 calc((100% - 10px * 1) / 2);
}

.submenu-filter__checkbox:not(:last-child) {
  margin-bottom: 15px;
}

.submenu-filter__title {
  color: #010101;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.submenu-filter__body .select__options {
  border-radius: 5px;
}

.submenu-filter__body .select__option {
  padding: 6px 15px;
  font-size: 14px;
  font-weight: 500;
}

.submenu-filter__body:not(:first-child) {
  margin-top: 15px;
}

.top-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.top-catalog__filter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  border-radius: 2px;
  border: 1px solid #010101;
  padding: 6px 20px;
  background: #FFF;
}

.top-catalog__filter img,
.top-catalog__filter svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.top-catalog__count {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-catalog__other {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.top-catalog__reset {
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: underline;
  background: none;
}

.top-catalog__sort {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 135px;
          flex: 0 0 135px;
}

.top-catalog__sort .select__title {
  border: none;
  background: none;
}

.top-catalog__sort .select__value {
  padding: 0px;
  min-height: 0px;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.top-catalog__sort .select__value span {
  line-height: 1;
}

.top-catalog__sort .select__options {
  border-radius: 6px;
  padding: 5px 0px;
}

.top-catalog__sort .select__option {
  padding: 8px 12px;
}

.top-catalog__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
}

.top-catalog__action {
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.top-catalog__action._active {
  color: #18B2B2;
  display: none;
}

.view-mod {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.view-mod__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  height: 25px;
  width: 25px;
  cursor: pointer;
}

.view-mod__item._active svg rect {
  fill: #18B2B2;
}

.view-mod__item svg rect {
  fill: #D1D1D1;
}

.view-mod__item img,
.view-mod__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25px;
          flex: 0 0 25px;
  width: 25px;
  height: 25px;
}

.card {
  padding: 50px 0px;
}

.card__body {
  margin-top: 15px;
}

.head-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.head-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.head-card__title {
  color: #010101;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.head-card__mod {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  padding: 4px 11px;
  background: #18B2B2;
}

.head-card__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.head-card__code {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
}

.body-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.body-card__main {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - (410px + 30px));
          flex: 0 0 calc(100% - (410px + 30px));
  overflow: hidden;
}

.body-card__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 410px;
          flex: 0 0 410px;
}

.main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 50px;
}

.main-card__title {
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-card__body {
  margin-top: 10px;
}

.main-card__map {
  height: 500px;
  border-radius: 2px;
  overflow: hidden;
}

.gallery-main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.main-gallery-main-card {
  position: relative;
}

.main-gallery-main-card__slider {
  border-radius: 2px;
}

.main-gallery-main-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-radius: 2px;
  overflow: hidden;
}

.main-gallery-main-card__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 8.5/5.6;
  position: relative;
}

.main-gallery-main-card__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.main-gallery-main-card__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.main-gallery-main-card__arrow.main-gallery-main-card-arrow-prev {
  left: 5px;
}

.main-gallery-main-card__arrow.main-gallery-main-card-arrow-next {
  right: 5px;
}

.main-gallery-main-card__arrow img,
.main-gallery-main-card__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 14px;
          flex: 0 0 14px;
  width: 14px;
  height: 14px;
  filter: invert(1);
}

.thumbs-gallery-main-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 150px;
          flex: 0 0 150px;
  cursor: pointer;
}

.thumbs-gallery-main-card__item.swiper-slide-thumb-active .thumbs-gallery-main-card__image {
  opacity: 1;
}

.thumbs-gallery-main-card__item.swiper-slide-thumb-active .thumbs-gallery-main-card__image::after {
  opacity: 1;
}

.thumbs-gallery-main-card__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 150/125;
  position: relative;
  opacity: 0.5;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 2px;
}

.thumbs-gallery-main-card__image::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  border: 3px solid #18B2B2;
  border-radius: 2px;
  opacity: 0;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.thumbs-gallery-main-card__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.sidebar-card__prices {
  color: #010101;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.sidebar-card__prices span {
  font-size: 30px;
}

.top-sidebar-card {
  padding: 15px 30px;
  background: #18B2B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 2px;
}

.top-sidebar-card__price {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.top-sidebar-card__like {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
}

.top-sidebar-card__like svg path {
  fill: #fff;
}

.top-sidebar-card__like img,
.top-sidebar-card__like svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.list-sidebar-card {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  border-bottom: 1px solid #E7E7E7;
}

.list-sidebar-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
          flex: 0 0 calc((100% - 20px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.list-sidebar-card__name {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list-sidebar-card__value {
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.specialist-sidebar-card {
  padding-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.specialist-sidebar-card__main {
  padding: 0px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.specialist-sidebar-card__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 108px;
          flex: 0 0 108px;
  height: 108px;
  width: 108px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
}

.specialist-sidebar-card__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.specialist-sidebar-card__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.specialist-sidebar-card__name {
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.specialist-sidebar-card__work {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.specialist-sidebar-card__phone {
  color: #18B2B2;
  font-size: 18px;
  font-style: normal;
  font-weight: 900;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.specialist-sidebar-card__mail {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.specialist-sidebar-card__more {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-top: 15px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.specialist-sidebar-card__more img,
.specialist-sidebar-card__more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.specialist-sidebar-card__more svg path {
  fill: #010101;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.specialist-sidebar-card__actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.specialist-sidebar-card__button {
  background: #18B2B2;
  border-radius: 2px;
  padding: 12px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 50px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.specialist-sidebar-card__button._stroke {
  border: 1px solid #18B2B2;
  background: transparent;
  color: #18B2B2;
}

.specialist-sidebar-card__button._stroke svg path {
  fill: #18B2B2;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.specialist-sidebar-card__button img,
.specialist-sidebar-card__button svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.like-specialist-sidebar-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.like-specialist-sidebar-card._active .like-specialist-sidebar-card__icon svg path._fill {
  display: block;
}

.like-specialist-sidebar-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.like-specialist-sidebar-card__icon svg path._fill {
  display: none;
}

.like-specialist-sidebar-card__icon img,
.like-specialist-sidebar-card__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 16px;
          flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.like-specialist-sidebar-card__name {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.benefits-main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 25px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.benefits-main-card__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
}

.benefits-main-card__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  height: 26px;
  width: 26px;
}

.benefits-main-card__icon img,
.benefits-main-card__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 26px;
          flex: 0 0 26px;
  width: 26px;
  height: 26px;
}

.benefits-main-card__name {
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}

.description-main-card {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.6;
}

.description-main-card ul {
  padding-left: 25px;
}

.description-main-card ul li {
  list-style: disc;
}

.credit-main-card {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.credit-main-card__logo {
  width: 200px;
}

.credit-main-card__logo img,
.credit-main-card__logo svg {
  width: 100%;
  max-width: 100%;
}

.credit-main-card__iframe {
  width: 100%;
  max-width: 100%;
}

.credit-main-card__iframe iframe {
  height: 540px;
}

.other-offer {
  padding: 50px 0px;
}

.other-offer__title {
  text-align: left;
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.other-offer__content {
  margin-top: 20px;
}

.other-offer__slider {
  margin: -50px -30px;
  padding: 50px 30px;
}

.other-offer__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 3) / 4);
          flex: 0 0 calc((100% - 30px * 3) / 4);
}

.other-offer__item:not(:last-child) {
  margin-right: 30px;
}

.other-offer__slidebar {
  margin-top: 30px;
}

.contacts {
  padding: 50px 0px;
  margin-bottom: 200px;
}

.contacts__info {
  width: 100%;
  max-width: 470px;
  padding: 30px;
  background: #FFF;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.contacts__title {
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.contacts__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.contacts__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
}

.contacts__name {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contacts__value {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
}

.contacts__value b {
  font-weight: 500;
}

.contacts__button {
  padding: 10px 20px;
  border-radius: 5px;
  background: #18B2B2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  min-height: 56px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.contacts__button img,
.contacts__button svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.social-contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 20px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.social-contacts__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #010101;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.social-contacts__item img,
.social-contacts__item svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  width: 24px;
  height: 24px;
}

.breadcrums {
  padding: 30px 0px;
}

.breadcrums + section {
  padding-top: 0 !important;
}

.breadcrums__list {
  display: inline;
}

.breadcrums__item {
  display: inline;
  color: #18B2B2;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.7px;
}

.breadcrums__item a {
  color: #787878;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.breadcrums__item:not(:last-child) {
  margin-right: 10px;
}

.breadcrums__item:not(:last-child)::after {
  content: "/";
  font-weight: 700;
  color: #787878;
  margin-left: 10px;
}

.experts-banner {
  width: 100%;
  max-width: 100%;
  padding: 0px !important;
}

.experts-banner__wrapper {
  position: relative;
}

.experts-banner__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  position: relative;
  height: 85dvh;
  min-height: 620px;
}

.experts-banner__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.experts-banner__paggination {
  position: absolute;
  bottom: 20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.experts-banner__paggination .swiper-pagination-bullet {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 27px;
          flex: 0 0 27px;
  height: 3px;
  cursor: pointer;
  background: rgba(255, 255, 255, 0.5);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.experts-banner__paggination .swiper-pagination-bullet-active {
  background: #fff;
}

.experts__content {
  margin-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}

.experts__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.experts__image {
  width: 100%;
  max-width: 360px;
  aspect-ratio: 36/38;
  position: relative;
  margin-left: auto;
}

.experts__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.experts__body {
  padding-top: 20px;
  border-top: 1px solid #E0E0E0;
}

.experts__name {
  color: #010101;
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog {
  padding: 50px 0px;
}

.blog__content {
  margin-top: 30px;
}

.blog__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 50px;
}

.blog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.blog__pagging {
  margin-top: 50px;
}

.item-blog__head {
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  display: block;
}

.item-blog__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 410/205;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
}

.item-blog__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-blog__other {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  border-radius: 0px 0px 14px 14px;
  background: rgba(1, 1, 1, 0.4);
  padding: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.item-blog__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: none;
  color: #fff;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.item-blog__date {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  margin-left: auto;
  white-space: nowrap;
}

.item-blog__body {
  padding-top: 24px;
}

.item-blog__title {
  color: #010101;
  font-size: 22px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.blog-page {
  padding: 50px 0px;
}

.blog-page__title {
  color: #010101;
  font-size: 42px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.blog-page__date {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-top: 5px;
}

.blog-page__content {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  margin-top: 30px;
}

.blog-page__content b {
  font-weight: 600;
}

.blog-page__body > *:not(:last-child) {
  margin-bottom: 30px;
}

.blog-page__description > *:not(:last-child) {
  margin-bottom: 20px;
}

.blog-page__image {
  width: 100%;
  max-width: 100%;
  border-radius: 8px;
  overflow: hidden;
}

.blog-page__image img,
.blog-page__image svg {
  width: 100%;
  max-width: 100%;
}

.other-blog {
  padding: 50px 0px;
}

.other-blog__title {
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.other-blog__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.other-blog__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.catalog-resident {
  padding-bottom: 40px;
}

.catalog-resident__content {
  margin-top: 30px;
}

.catalog-resident__body {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.catalog-resident__footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 30px;
}

.catalog-resident__more {
  border: 1px solid #18B2B2;
  padding: 10px 15px;
  color: #18B2B2;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  width: 100%;
  max-width: 240px;
  min-height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.catalog-resident__map {
  margin-top: 30px;
}

.catalog-resident__map #map {
  width: 100%;
  height: 600px;
  border-radius: 5px;
}

.item-catalog-resident {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  -webkit-box-shadow: 0 12px 32px 0 rgba(13, 23, 73, 0.08);
          box-shadow: 0 12px 32px 0 rgba(13, 23, 73, 0.08);
}

.item-catalog-resident__image {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: -webkit-radial-gradient(circle, #fff 100%, #000 100%);
  border-radius: 5px 0px 0px 5px;
}

.item-catalog-resident__slider {
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.item-catalog-resident__img {
  width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  padding-bottom: 50%;
  position: relative;
  overflow: hidden;
}

.item-catalog-resident__img imG {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.item-catalog-resident__arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 44px;
  height: 44px;
  background: rgba(255, 255, 255, 0.5);
  -webkit-filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.08));
          filter: drop-shadow(0px 6px 6px rgba(0, 0, 0, 0.08));
  cursor: pointer;
  opacity: 0 !important;
  pointer-events: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.item-catalog-resident__arrow.swiper-button-disabled {
  pointer-events: none !important;
}

.item-catalog-resident__arrow.item-catalog-resident-arrow-prev {
  left: 20px;
}

.item-catalog-resident__arrow.item-catalog-resident-arrow-next {
  right: 20px;
}

.item-catalog-resident__arrow img,
.item-catalog-resident__arrow svg {
  width: 24px;
  max-width: 24px;
  max-height: 100%;
}

.item-catalog-resident__pagging {
  padding: 4px 8px;
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  position: absolute;
  bottom: 20px;
  right: 20px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
}

.item-catalog-resident__info {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 525px;
          flex: 0 0 525px;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.item-catalog-resident__name {
  color: #010101;
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.15;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-catalog-resident__description {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 1.5;
}

.item-catalog-resident__variants {
  color: #18B2B2;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.item-catalog-resident__details {
  border: 1px solid #18B2B2;
  margin-top: auto;
  min-height: 65px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  color: #18B2B2;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  text-transform: uppercase;
  max-width: 240px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  padding: 10px 15px;
  border-radius: 5px;
}

.item-catalog-resident__price {
  color: #18B2B2;
  font-size: 30px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.list-item-catalog-resident {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  row-gap: 10px;
}

.list-item-catalog-resident__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
          flex: 0 0 calc((100% - 10px * 1) / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 5px;
}

.list-item-catalog-resident__name {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.list-item-catalog-resident__value {
  color: #010101;
  font-size: 20px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.filter-resident {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 50px;
     -moz-column-gap: 50px;
          column-gap: 50px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  max-width: 100%;
}

.filter-resident__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
}

.filter-resident__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 275px;
          flex: 0 0 275px;
  position: relative;
  border-radius: 2px;
}

.filter-resident__item._select .content-filters__body {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 15px;
}

.filter-resident__item._select .content-filters__body._local .content-filters__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
}

.filter-resident__item._select .content-filters {
  width: calc(100vw - 30px);
}

.filter-resident__item._search .filter-resident__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  width: 18px;
}

.filter-resident__item._search-btn {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 54px;
          flex: 0 0 54px;
  height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.filter-resident__item._search-btn .filter-resident__head {
  padding: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.filter-resident__item._search-btn img,
.filter-resident__item._search-btn svg {
  width: 18px;
  height: 18px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
}

.filter-resident__item._prices {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 440px;
          flex: 1 1 440px;
}

.filter-resident__item._prices .filter-resident__head {
  padding: 0px;
}

.filter-resident__item .filters__content {
  display: none;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
}

.filter-resident__item .filters__content .content-filters__body {
  padding-bottom: 0;
}

.filter-resident__item .filter-resident__head._active + .filters__content {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
  -webkit-transform: translate(0px, 0px);
      -ms-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
}

.filter-resident__head {
  border: 1px solid #BFBFBF;
  border-radius: 2px;
  background: #FFF;
  min-height: 66px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 10px 20px;
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.filter-resident__head._spoller {
  cursor: pointer;
}

.filter-resident__head._spoller._active .filter-resident__icon {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.filter-resident__input {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  min-width: 0px;
  max-width: 100%;
  width: 100%;
}

.filter-resident__input::-webkit-input-placeholder {
  color: #787878;
}

.filter-resident__input::-moz-placeholder {
  color: #787878;
}

.filter-resident__input:-ms-input-placeholder {
  color: #787878;
}

.filter-resident__input::-ms-input-placeholder {
  color: #787878;
}

.filter-resident__input::placeholder {
  color: #787878;
}

.filter-resident__name {
  color: #18B2B2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.filter-resident__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  height: 24px;
  width: 24px;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-resident__icon img,
.filter-resident__icon svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.filter-resident__search {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  height: 18px;
  width: 18px;
  background: none;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.filter-resident__search img,
.filter-resident__search svg {
  width: 100%;
  max-width: 100%;
  max-height: 100%;
}

.filter-resident__price-range {
  overflow: hidden;
}

.filter-resident__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.filter-resident__reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: none;
}

.filter-resident__reset img,
.filter-resident__reset svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 18px;
          flex: 0 0 18px;
  width: 18px;
  height: 18px;
}

.filter-resident__submenu {
  position: absolute;
  top: calc(100% + 10px);
  left: 0;
  display: none;
  z-index: 2;
  background: #fff;
  border-radius: 15px;
  padding: 20px;
  width: calc(100vw - 30px);
  max-width: 420px;
}

.price-range-filter-resident {
  min-height: 100%;
  width: 100%;
  max-width: 100%;
}

.price-range-filter-resident__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
  overflow: hidden;
  height: 64px;
}

.price-range-filter-resident__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% / 2);
          flex: 0 0 calc(100% / 2);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
  color: #18B2B2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  white-space: nowrap;
  padding: 10px 20px;
}

.price-range-filter-resident__column:not(:last-child) {
  border-right: 1px solid #BFBFBF;
}

.price-range-filter-resident__input {
  color: #18B2B2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  background: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 85px;
          flex: 0 0 85px;
  width: 85px;
}

.price-range-filter-resident__input::-webkit-input-placeholder {
  color: #18B2B2;
}

.price-range-filter-resident__input::-moz-placeholder {
  color: #18B2B2;
}

.price-range-filter-resident__input:-ms-input-placeholder {
  color: #18B2B2;
}

.price-range-filter-resident__input::-ms-input-placeholder {
  color: #18B2B2;
}

.price-range-filter-resident__input::placeholder {
  color: #18B2B2;
}

.nav-filter-resident {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.nav-filter-resident__item {
  border-radius: 50px;
  border: 1px solid #C8C8C8;
  padding: 1px 20px;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  cursor: pointer;
}

.nav-filter-resident__item._active {
  border-color: #18B2B2;
}

.card-complex {
  padding: 50px 0px;
}

.card-complex__content {
  margin-top: 30px;
}

.card-complex__wrapper {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.card-complex__main {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.card-complex__sidebar {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
}

.gallery-card-complex {
  position: relative;
}

.gallery-card-complex__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 430px;
          flex: 0 0 430px;
}

.gallery-card-complex__column:not(:last-child) {
  margin-right: 10px;
}

.gallery-card-complex__column .gallery-card-complex__item {
  aspect-ratio: 85/55;
}

.gallery-card-complex__column._full {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(100% - (430px + 10px));
          flex: 0 0 calc(100% - (430px + 10px));
}

.gallery-card-complex__column._full .gallery-card-complex__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.gallery-card-complex__item {
  aspect-ratio: 85/55;
  position: relative;
  border-radius: 2px;
  overflow: hidden;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
          flex: 0 0 calc((100% - 10px * 1) / 2);
}

.gallery-card-complex__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.gallery-card-complex__arrow {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 42px;
          flex: 0 0 42px;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  cursor: pointer;
  display: none;
}

.gallery-card-complex__arrow.gallery-card-complex-prev {
  left: 5px;
}

.gallery-card-complex__arrow.gallery-card-complex-next {
  right: 5px;
}

.gallery-card-complex__arrow img,
.gallery-card-complex__arrow svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.gallery-card-complex__paggination {
  padding: 4px 8px;
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  bottom: 9px;
  right: 7px;
  position: absolute;
  z-index: 1;
}

.mobile-gallery-card-complex {
  position: relative;
  width: 100%;
  max-width: 100%;
}

.mobile-gallery-card-complex__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  border-radius: 2px;
  padding-bottom: 66%;
  position: relative;
  overflow: hidden;
}

.mobile-gallery-card-complex__item:not(:last-child) {
  /*margin-right: 20px;*/
}

.mobile-gallery-card-complex__item img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
}

.mobile-gallery-card-complex__paggination {
  color: #fff;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-transform: uppercase;
  right: 20px;
  bottom: 15px;
  position: absolute;
}

.main-card-complex {
  overflow: hidden;
}

.main-card-complex__section {
  padding: 30px 0px;
}

.main-card-complex__section:first-child {
  padding-top: 0;
}

.main-card-complex__section:last-child {
  padding-bottom: 0;
}

.main-card-complex__section:not(:last-child) {
  border-bottom: 1px solid #DBDBDB;
}

.main-card-complex__title {
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.main-card-complex__body {
  margin-top: 20px;
}

.description-main-card-complex {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.description-main-card-complex > *:not(:last-child) {
  margin-bottom: 20px;
}

.details-main-card-complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 20px;
}

.details-main-card-complex__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 105px;
          flex: 0 0 105px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 12px;
}

.details-main-card-complex__head {
  position: relative;
}

.details-main-card-complex__image {
  position: relative;
  width: 105px;
  height: 105px;
  border-radius: 50%;
  overflow: hidden;
}

.details-main-card-complex__image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.details-main-card-complex__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  height: 32px;
  width: 32px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  z-index: 1;
}

.details-main-card-complex__icon img,
.details-main-card-complex__icon svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 32px;
          flex: 0 0 32px;
  width: 32px;
  height: 32px;
}

.details-main-card-complex__name {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.partition-main-card-complex__blocks {
  margin-top: 30px;
}

.partition-main-card-complex__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
  row-gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.partition-main-card-complex__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
          flex: 0 0 calc((100% - 20px * 2) / 3);
}

.partition-main-card-complex__item._plan {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
}

.partition-main-card-complex__item._plan .item-partition-main-card-complex__image {
  aspect-ratio: unset;
  height: 310px;
}

.partition-main-card-complex__item._plan .item-partition-main-card-complex__info {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100%;
}

.head-partition-main-card-complex {
  margin-bottom: -12px;
  padding-bottom: 12px;
}

.head-partition-main-card-complex .simplebar-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.head-partition-main-card-complex .simplebar-content::before,
.head-partition-main-card-complex .simplebar-content::after {
  display: none;
}

.head-partition-main-card-complex::-webkit-scrollbar {
  height: 1px;
  border-radius: 20px;
  background: none;
}

.head-partition-main-card-complex::-webkit-scrollbar-track {
  background: transparent;
}

.head-partition-main-card-complex::-webkit-scrollbar-thumb {
  height: 6px;
  width: 6px;
  margin: -2px;
  background: #18B2B2;
  border-radius: 20px;
  -webkit-transform: scale(1.5);
          transform: scale(1.5);
}

.head-partition-main-card-complex__item {
  padding: 10px 15px;
  border-radius: 2px;
  background: #E2E2E2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  white-space: nowrap;
  color: #A6A6A6;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  cursor: pointer;
}

.head-partition-main-card-complex__item._active {
  color: #fff;
  background: #18B2B2;
}

.item-partition-main-card-complex {
  border-radius: 2px;
  border: 1px solid #C4C4C4;
  position: relative;
  display: block;
}

.item-partition-main-card-complex__image {
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1/1;
  position: relative;
}

.item-partition-main-card-complex__image img {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  -o-object-fit: contain;
     object-fit: contain;
}

.item-partition-main-card-complex__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  padding: 10px 20px;
}

.item-partition-main-card-complex__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.item-partition-main-card-complex__square {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.3;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.other-complex__content {
  margin-top: 24px;
}

.other-complex__list {
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.other-complex__item {
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.other-complex__item .item-catalog-resident__name {
  font-weight: 600;
}

.filter-other-complex__main {
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 330px 1fr 1fr;
  grid-template-columns: 330px 1fr 1fr;
}

.filter-other-complex__label {
  color: #010101;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.filter-other-complex__body {
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  position: relative;
}

.filter-other-complex__other {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  row-gap: 10px;
  margin-top: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.filter-other-complex__reset {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  background: none;
}

.filter-other-complex__count {
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  white-space: nowrap;
}

.filter-other-complex__sort {
  margin-left: auto;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 140px;
          flex: 0 0 140px;
}

.filter-other-complex__sort .select__title {
  border-radius: 50px;
  border-color: #18B2B2;
}

.filter-other-complex__sort .select__value {
  color: #18B2B2;
  font-size: 14px;
  padding: 1px 15px;
  min-height: 0px;
}

.filter-other-complex__sort .select__value span {
  line-height: 1.25;
}

.filter-other-complex__sort .select__value::before {
  background: url(../img/icons/select-blue.svg) center/cover no-repeat;
}

.filter-other-complex__sort .select__option {
  padding: 10px 15px;
}

.options-filter-other-complex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.options-filter-other-complex__item {
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  outline: 1px solid #BFBFBF;
}

.options-filter-other-complex__item:first-child {
  border-radius: 2px 0px 0px 2px;
}

.options-filter-other-complex__item:last-child {
  border-radius: 0px 2px 2px 0px;
}

.options-filter-other-complex__input {
  display: none;
}

.options-filter-other-complex__input:checked + .options-filter-other-complex__text {
  color: #fff;
  background: #18B2B2;
}

.options-filter-other-complex__text {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  min-height: 64px;
  cursor: pointer;
}

.range-filter-other-complex__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 1px;
     -moz-column-gap: 1px;
          column-gap: 1px;
}

.range-filter-other-complex__column {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 1px) / 2);
          flex: 0 0 calc((100% - 1px) / 2);
  padding: 10px 20px;
  min-height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
  outline: 1px solid #BFBFBF;
  color: #18B2B2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  white-space: nowrap;
}

.range-filter-other-complex__column:first-child {
  border-radius: 2px 0px 0px 2px;
}

.range-filter-other-complex__column:last-child {
  border-radius: 0px 2px 2px 0px;
}

.range-filter-other-complex__input {
  color: #18B2B2;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  letter-spacing: 0.8px;
  background: none;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
}

.range-filter-other-complex__input::-webkit-input-placeholder {
  color: #18B2B2;
}

.range-filter-other-complex__input::-moz-placeholder {
  color: #18B2B2;
}

.range-filter-other-complex__input:-ms-input-placeholder {
  color: #18B2B2;
}

.range-filter-other-complex__input::-ms-input-placeholder {
  color: #18B2B2;
}

.range-filter-other-complex__input::placeholder {
  color: #18B2B2;
}

.range-filter-other-complex__slider {
  margin-bottom: -2px;
  background: none;
}

.about__wrapper {
  margin-top: 30px;
}

.about__row {
  padding: 75px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 95px;
     -moz-column-gap: 95px;
          column-gap: 95px;
  position: relative;
}

.about__row:first-child {
  padding-top: 0;
}

.about__row:last-child {
  padding-bottom: 0;
}

.about__row:not(:last-child)::after {
  content: "";
  width: 100vw;
  height: 1px;
  background: #010101;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
}

.about__row:not(:last-child)::before {
  content: "";
  width: 158px;
  height: 42px;
  position: absolute;
  bottom: 0px;
  left: 50%;
  -webkit-transform: translate(-50%, 35%);
      -ms-transform: translate(-50%, 35%);
          transform: translate(-50%, 35%);
  background: url(../img/logo.svg) center/130px no-repeat, #ffffff;
  z-index: 1;
}

.about__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.about__name {
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.about__description {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.about__button {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  border-radius: 2px;
  padding: 15px 40px;
  background: #18B2B2;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-item-align: start;
      align-self: flex-start;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.about__image {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}

.about__image img {
  width: 100%;
  max-width: 100%;
}

.credit-banner {
  padding: 40px 0px;
}

.credit-banner__wrapper {
  border-radius: 8px;
  background: #18B2B2;
  padding: 30px 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 95px;
     -moz-column-gap: 95px;
          column-gap: 95px;
}

.credit-banner__info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.credit-banner__title {
  color: #fff;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.3;
}

.credit-banner__text {
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.credit-banner__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 328px;
          flex: 0 0 328px;
}

.credit-banner__image img {
  width: 100%;
  max-width: 100%;
}

.credit-ipoteca {
  padding: 40px 0px;
}

.credit-ipoteca__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-column-gap: 95px;
     -moz-column-gap: 95px;
          column-gap: 95px;
}

.credit-ipoteca__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}

.credit-ipoteca__image img {
  width: 100%;
  max-width: 100%;
}

.credit-ipoteca__body {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  max-width: 665px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.credit-ipoteca__block._active {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 40px;
}

.credit-ipoteca__text {
  color: #010101;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.7;
}

.credit-ipoteca__button {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  padding: 15px 42px;
  background: #010101;
  border-radius: 2px;
  min-height: 55px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.nav-credit-ipoteca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 10px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.nav-credit-ipoteca__item {
  border-radius: 2px;
  background: #E2E2E2;
  color: #010101;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.7px;
  text-transform: uppercase;
  padding: 10px 15px;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
}

.nav-credit-ipoteca__item._active {
  background: #18B2B2;
  color: #fff;
}

.benefits-credit-ipoteca {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 15px;
     -moz-column-gap: 15px;
          column-gap: 15px;
  row-gap: 15px;
}

.benefits-credit-ipoteca__name {
  color: #010101;
  font-size: 26px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.3;
}

.benefits-credit-ipoteca__text {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.credit-terms {
  padding: 40px 0px;
}

.credit-terms__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 95px;
     -moz-column-gap: 95px;
          column-gap: 95px;
}

.credit-terms__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.credit-terms__title {
  color: #010101;
  font-size: 32px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.credit-terms__text {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.7;
}

.credit-terms__image {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 460px;
          flex: 0 0 460px;
}

.credit-terms__image img {
  width: 100%;
  max-width: 100%;
}

.form-credit-terms {
  background: #FAFAFA;
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.form-credit-terms__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

.form-credit-terms__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 20px;
     -moz-column-gap: 20px;
          column-gap: 20px;
}

.form-credit-terms__name {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.form-credit-terms__value {
  color: #010101;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.form-credit-terms__slider {
  margin-bottom: -1px;
}

.form-credit-terms__slider > * {
  position: relative;
  margin-top: 25px;
}

.form-credit-terms__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #787878;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-top: 10px;
}

.form-credit-terms__bottom span:first-child {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.footer-form-credit-terms {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.footer-form-credit-terms__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 10px;
}

.footer-form-credit-terms__column._sel .footer-form-credit-terms__value {
  color: #18B2B2;
}

.footer-form-credit-terms__name {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.footer-form-credit-terms__value {
  color: #010101;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.services {
  padding: 50px 0px 150px;
}

.services__title {
  text-align: center;
}

.services__content {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: 1fr 1fr;
  grid-template-rows: 1fr 1fr;
  min-height: 440px;
  gap: 20px;
}

.item-service {
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 12px 32px 0 rgba(13, 23, 73, 0.08);
          box-shadow: 0 12px 32px 0 rgba(13, 23, 73, 0.08);
  padding: 30px;
  position: relative;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.item-service__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
}

.item-service__name {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-transition: all 0.3s 0s;
  -o-transition: all 0.3s 0s;
  transition: all 0.3s 0s;
}

.item-service__more {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 44px;
          flex: 0 0 44px;
  height: 44px;
  width: 44px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: all 0.3s ease 0s;
  -o-transition: all 0.3s ease 0s;
  transition: all 0.3s ease 0s;
  border: 1px solid #E2E2E2;
}

.item-service__more img,
.item-service__more svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  width: 20px;
  height: 20px;
}

.item-service__image {
  position: absolute;
  bottom: -10px;
  right: -5px;
  max-width: 48%;
}

.item-service__image img {
  max-width: 100%;
}

.header__menu-open._stroke {
  border: 1px solid #fff;
  background: none;
}

.flat-page {
  padding-bottom: 40px;
}

.flat-page__wrapper {
  margin-top: -70px;
}

.flat-page__content {
  border-radius: 32px;
  background: #FFF;
  padding: 40px;
  color: #010101;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7;
}

.flat-page__content > *:not(:last-child, p) {
  margin-bottom: 10px;
}

.flat-page__content h3 {
  font-size: 24px;
  font-weight: 500;
}

.flat-page__content ul {
  padding-left: 20px;
}

.flat-page__content ul li {
  position: relative;
}

.flat-page__content ul li::after {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  display: inline-block;
  background: #18B2B2;
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.flat-page__content ul li:not(:last-child) {
  margin-bottom: 10px;
}

._no-webp .head-flat-page {
  background: url(../img/head-flat-page.png) calc(100% + 180px) 30%/615px no-repeat, #18B2B2; }

.head-flat-page {
  border-radius: 0px 0px 32px 32px;
  padding: 170px 0px 150px;
}

.head-flat-page__title {
  font-size: 42px;
}

.head-flat-page__text {
  color: #010101;
  font-size: 24px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.4;
}

.flat-consultation {
  padding: 40px 0px;
}

._no-webp .flat-consultation__wrapper {
  background: url(../img/form-flat.jpg) center/cover no-repeat; }

.flat-consultation__wrapper {
  padding: 80px 60px;
  border-radius: 32px;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.flat-consultation__head {
  text-align: center;
  color: #fff;
}

.flat-consultation__title {
  color: #fff;
}

.flat-consultation__subtitle {
  font-size: 20px;
  font-weight: 500;
  margin-top: 20px;
  line-height: 1.4;
}

.flat-consultation__text {
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.form-flat-consultation {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 1fr 190px;
  grid-template-columns: 1fr 1fr 190px;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.form-flat-consultation__input {
  min-height: 54px;
}

.form-flat-consultation__button {
  min-height: 54px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  border-radius: 100px;
  background: #FFF;
  color: #18B2B2;
  font-size: 16px;
  font-weight: 700;
}

.blog-mini-section {
  padding: 40px 0px;
}

.blog-mini-section__content {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
}

.blog-mini-section__item {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
          flex: 0 0 calc((100% - 30px * 2) / 3);
}

.page {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
}

.page section:last-child:not(.contacts) {
  padding-bottom: 200px;
}

.page section:first-child:not(.contacts) {
  padding-top: 0 !important;
}

main.page {
  position: relative;
  z-index: 1;
}

.text-seo h2{
  font-family: Inter;
  font-weight: 600;
  font-size: 22px;
  line-height: 100%;
  color: #18B2B2;
  margin-top: 32px;
  margin-bottom: 20px;
}
.text-seo-more p{
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0%;
  color: #777777;
}

.footer_block_colum {
  width: 79%;
}
.footer_block_colum {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 24px;
}
.footer_block_colum .footer__column {
  width: 30%;
}
.footer_block_colum .footer__column.ft-col-4 {
  width: 23%;
}

.seo_filter_url, .seo_filter_url_mob {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
  flex-wrap: wrap;
  margin-top: 30px;
}
.seo_filter_url_mob {
  display: none;
}


a.seo_filter__link {
  font-family: Inter;
  font-weight: 400;
  font-size: 13px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #787878;
}

a.seo_filter__link:hover {
  color: #18B2B2;
}

.left-container-on {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 30px;
}
.left-container-list {
  min-width: 300px;
  display: flex
;
  flex-direction: column;
  gap: 30px;
}
h3.title-list {
  background: #18B2B2;
  color: #ffffff;
  padding: 10px 20px;
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  border-radius: 16px;
}
ul.list-article {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.list-articl-item::before {
  content: "— ";
  color: #BEBEBE;
  padding-right: 8px;
}
.list-articl-item a {
  font-family: Inter;
  font-weight: 400;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #000000;
}
.list-articl-item a.active {
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
}
.blog-page__date {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-top: 5px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
}
.blog-info-date-rating {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 30px;
}
.rating span.active svg path {
  fill: #E8B70E;
}

.blog-page__description {
  padding-bottom: 30px;
  border-bottom: 1px solid #D7D7D7;
}

.author-blog-rating {
  display: flex
;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
}

.author-blog {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: calc(50% - 15px);
  background: #F0F0F0;
  padding: 12px 20px;
  border-radius: 16px;
  height: 169px;
}
.author-blog p{
  color: #787878;
  margin-bottom: 8px;
}

.author-rating {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: calc(50% - 15px);
  background: #F0F0F0;
  padding: 12px 20px;
  border-radius: 16px;
  height: 169px;
  justify-content: center;
}
.author-rating p{
  font-family: Inter;
  font-weight: 600;
  font-size: 18px;
  line-height: 130%;
  letter-spacing: 0%;
  text-align: center;
  color: #010101;
  padding-bottom: 14px;
}
button.add-rating {
  background: #18B2B2;
  padding: 12px 40px;
  border-radius: 16px;
  margin-top: 16px;
  font-family: Inter;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  letter-spacing: 0%;
  color: #ffffff;
}
.rating-blog span{
  cursor: pointer;
}
.rating-blog span:hover svg path{
  fill: #E8B70E;
}
.rating-blog span.active svg path {
  fill: #E8B70E;
}
.rating-blog.success {
  pointer-events: none;
}

p.blog-page__time {
  color: #787878;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.8px;
  margin-top: 5px;
  display: flex
;
  flex-direction: row;
  align-items: flex-end;
  gap: 4px;
}

p.blog-page__time span{
  font-family: Inter;
  font-weight: 400;
  font-size: 14px;
  color: #8d8d8d;
}

.blog-page__description ul li {
  list-style: disc;
}
.footer__column.nav-tab1 {
  margin-top: 75px;
}


@media (min-width: 479.98px) {
  .filter-resident__item._search-btn {
    display: none;
  }

  .item-service__image._lupa {
    max-width: 53%;
    right: -30px;
    bottom: -25px;
  }

}

@media (min-width: 721.98px) {
  .header__action._contact {
    display: none;
  }

  .services__item:nth-child(-n+2) .item-service__image {
    max-width: 60%;
    right: -5px;
  }

  .services__item:nth-child(1) {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1/2;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .services__item:nth-child(2) {
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-column: 2/3;
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    grid-row: 1/3;
  }

  .services__item:nth-child(3) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .services__item:nth-child(4) {
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    grid-column: 3/4;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }

  .services__item:nth-child(5) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    grid-row: 1/2;
  }

  .services__item:nth-child(6) {
    -ms-grid-column: 4;
    -ms-grid-column-span: 1;
    grid-column: 4/5;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    grid-row: 2/3;
  }
}

@media (min-width: 991.98px) {
  body._gray {
    background: #F5F7FA;
  }

  body._row-products .catalog__products .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  body._row-products .catalog__products .item-card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    position: relative;
  }

  body._row-products .catalog__products .item-card__head {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 533px;
            flex: 0 0 533px;
    position: static;
    border-radius: 5px 0px 0px 5px;
  }

  body._row-products .catalog__products .item-card__gallery {
    height: 100%;
  }

  body._row-products .catalog__products .gallery-item-card__slider {
    height: 100%;
  }

  body._row-products .catalog__products .gallery-item-card__paggination {
    right: auto;
    left: 20px;
    bottom: 20px;
  }

  body._row-products .catalog__products .gallery-item-card__item {
    aspect-ratio: 533/401;
    border-radius: 5px 0px 0px 5px;
  }

  body._row-products .catalog__products .item-card__body {
    padding: 20px 65px 20px 30px;
    row-gap: 20px;
    aspect-ratio: unset;
  }

  body._row-products .catalog__products .item-card__address {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    font-size: 25px;
    font-weight: 600;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  body._row-products .catalog__products .item-card__list {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }

  body._row-products .catalog__products .item-card__info {
    display: none;
  }

  body._row-products .catalog__products .item-card__price {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
    font-size: 28px;
  }

  .quantity__button:hover::before,
  .quantity__button:hover::after {
    background-color: rgba(0, 0, 0, 0.5);
  }

  .banner__search-mob {
    display: none;
  }

  .mini-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.4%;
            flex: 0 0 26.4%;
    aspect-ratio: 340/235;
  }

  .item-card__body {
    aspect-ratio: 340/155;
    row-gap: 13px;
  }

  .item-card__price {
    font-size: 22px;
  }

  .item-card__address {
    font-size: 16px;
  }

  .info-item-card__column {
    font-size: 14px;
  }

  ._no-webp .become-agent__container::after {
    background: url(../img/coffee-decore.png) center/cover no-repeat; }

  .become-agent__container::after {
    content: "";
    position: absolute;
    top: 70px;
    right: -28px;
    width: 173px;
    aspect-ratio: 173/167;
  }

  .become-agent__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .become-agent__title {
    font-size: 52px;
  }

  .become-agent__text {
    font-size: 20px;
  }

  .home-gallery__item:not(.swiper-slide-prev, .swiper-slide-next, .swiper-slide-active) {
    -webkit-transform: translate3d(370px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(0.408785) !important;
            transform: translate3d(370px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(0.408785) !important;
  }

  .home-gallery__item.swiper-slide-next + .home-gallery__item {
    -webkit-transform: translate3d(-370px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(0.408785) !important;
            transform: translate3d(-370px, 0px, 0px) rotateX(0deg) rotateY(0deg) scale(0.408785) !important;
  }

  .top-catalog__filter {
    display: none;
  }

  .top-catalog__count {
    margin-right: auto;
  }

  .other-offer__item .item-card__body {
    aspect-ratio: 340/165;
  }

  .card-complex__gallery-mobile {
    display: none;
  }
}

@media (min-width: 992px) {
  .select__option:hover {
    background: #F0F0F0;
  }

  .checkbox a:hover {
    text-decoration: none;
  }
}

@media (min-width: 1372.98px) {
  .header._dark .nav-header__link {
    color: #fff;
  }

  .footer__column._other {
    display: none;
  }

  .catalog__wrapper {
    padding: 65px 75px 30px;
    background: #fff;
    border-radius: 16px;
    /*overflow: hidden;*/
  }

  .other-offer__slidebar {
    display: none;
  }

  ._no-webp .contacts {
    background: url(../img/map-contacts.jpg) center/cover no-repeat; }

  .blog__item:not(:nth-child(-n+8)) {
    display: none;
  }

  .blog__item:nth-child(4n+1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .blog__item:nth-child(4n+1) .item-blog__body {
    display: none;
  }

  .blog__item:nth-child(4n+1) .item-blog__image {
    aspect-ratio: 1290/450;
  }

  .blog__item:nth-child(4n+1) .item-blog__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(81.52%, rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 81.52%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 81.52%, #000 100%);
    left: 0;
    top: 0;
  }

  .blog__item:nth-child(4n+1) .item-blog__other {
    padding: 30px 50px;
    background: none;
  }

  .blog__item:nth-child(4n+1) .item-blog__name {
    display: block;
  }

  .blog__item:nth-child(4n+1) .item-blog__date {
    font-size: 24px;
  }

  .item-catalog-resident {
    min-height: 425px;
  }

  .gallery-card-complex__column.swiper-slide-active .gallery-card-complex__item {
    border-radius: 2px 0px 0px 2px;
  }

  .gallery-card-complex__column.swiper-slide-next .gallery-card-complex__item {
    border-radius: 0px 2px 2px 0px;
  }
}

@media (max-width: 1500px) {
  .banner__wrapper {
    height: 700px;
  }
}

@media (max-width: 1372.98px) {
  body._pt .page {
    padding-top: 100px;
  }

  body._pt-m {
    padding-top: 80px;
  }

  body._search-open .header__content > *:not(.header__actions) {
    display: none;
  }

  body._search-open .header__actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  body._search-open .header__actions .header__action._search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  body._search-open .header__actions .header__action:not(._search) {
    display: none;
  }

  ._container {
    padding: 0px 30px;
  }

  ._title {
    font-size: 32px;
  }

  ._slidebar {
    background: none;
  }

  .header {
    padding: 20px 0px;
  }

  .header__content {
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .header__logo {
    margin-right: auto;
  }

  .header__nav {
    display: none;
  }

  .language-header__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
  }

  .language-header__icon img,
  .language-header__icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    width: 18px;
  }

  .language-header__value {
    font-size: 14px;
  }

  .language-header__item {
    font-size: 12px;
  }

  .footer {
    padding: 30px 0px;
  }

  .footer__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .footer__column._main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .footer__column._other {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .footer__column {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .main-footer__other {
    display: none;
  }

  .banner__image {
    top: 50%;
  }

  .banner__title {
    font-size: 46px;
  }

  .mini-catalog__item {
    padding: 30px 20px;
  }

  .mini-catalog__name {
    font-size: 18px;
  }

  .best-offer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 26.7%;
            flex: 0 0 26.7%;
  }

  .item-card__body {
    row-gap: 8px;
  }

  .home-gallery__arrows {
    left: calc(100% - (643px / 2) + 210px);
  }

  .catalog {
    padding: 30px 0px;
  }

  .catalog__top {
    margin-top: 20px;
  }

  .catalog__blocks {
    margin-top: 30px;
  }

  .card {
    padding: 30px 0px;
  }

  .card__body {
    margin-top: 20px;
  }

  .head-card__title {
    font-size: 24px;
  }

  .body-card {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .body-card__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% - (390px + 20px));
            flex: 0 0 calc(100% - (390px + 20px));
  }

  .body-card__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 390px;
            flex: 0 0 390px;
  }

  .main-card {
    row-gap: 30px;
  }

  .main-card__title {
    font-size: 24px;
  }

  .main-card__map {
    height: 550px;
  }

  .main-gallery-main-card__arrow {
    display: none;
  }

  .benefits-main-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 2) / 3);
            flex: 0 0 calc((100% - 30px * 2) / 3);
  }

  .benefits-main-card__name {
    font-size: 16px;
  }

  .other-offer {
    padding: 30px 0px;
  }

  .other-offer__title {
    font-size: 24px;
  }

  .other-offer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
  }

  .other-offer__item:not(:last-child) {
    margin-right: 20px;
  }

  .contacts {
    padding: 30px 0px;
    margin-bottom: 60px;
  }

  .contacts__info {
    padding: 0px;
  }

  .experts-banner__item {
    height: auto;
    height: 450px;
    min-height: 65dvh;
  }

  .experts__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
    margin-top: 30px;
  }

  .experts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 2) / 3);
            flex: 0 0 calc((100% - 20px * 2) / 3);
    row-gap: 20px;
  }

  .experts__body {
    padding-top: 15px;
  }

  .experts__name {
    font-size: 20px;
  }

  .blog {
    padding: 30px 0px;
  }

  .blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .blog__item:nth-child(3n+1) {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .blog__item:nth-child(3n+1) .item-blog__body {
    display: none;
  }

  .blog__item:nth-child(3n+1) .item-blog__image::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(81.52%, rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 81.52%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 81.52%, #000 100%);
    left: 0;
    top: 0;
  }

  .blog__item:nth-child(3n+1) .item-blog__other {
    padding: 30px 50px;
    background: none;
  }

  .blog__item:nth-child(3n+1) .item-blog__name {
    display: block;
  }

  .blog__item:nth-child(3n+1) .item-blog__date {
    font-size: 20px;
    margin-left: 0;
    margin-right: auto;
  }

  .blog__pagging {
    margin-top: 30px;
  }

  .item-blog__name {
    font-size: 24px;
  }

  .item-blog__body {
    padding-top: 20px;
  }

  .item-blog__title {
    font-size: 18px;
  }

  .blog-page {
    padding: 30px 0px;
  }

  .blog-page__date {
    font-size: 14px;
  }

  .blog-page__body > *:not(:last-child) {
    margin-bottom: 20px;
  }

  .blog-page__description > *:not(:last-child) {
    margin-bottom: 15px;
  }

  .other-blog {
    padding: 30px 0px;
  }

  .other-blog__title {
    font-size: 24px;
  }

  .other-blog__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .other-blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .other-blog__item:not(:nth-child(-n+2)) {
    display: none;
  }

  .catalog-resident__title {
    display: none;
  }

  .catalog-resident__content {
    margin-top: 20px;
  }

  .catalog-resident__body {
    margin-top: 20px;
  }

  .catalog-resident__map {
    margin-top: 20px;
  }

  .catalog-resident__map #map {
    height: 500px;
  }

  .item-catalog-resident__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 400px;
            flex: 0 0 400px;
    padding: 20px;
  }

  .item-catalog-resident__price {
    font-size: 24px;
  }

  .filter-resident {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .filter-resident__main {
    max-width: 100%;
    width: 100%;
  }

  .filter-resident__item._prices {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .filter-resident__other {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    width: 100%;
    max-width: 100%;
  }

  .filter-resident__nav {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  .card-complex {
    padding: 30px 0px;
  }

  .gallery-card-complex__arrow {
    display: none;
  }

  .main-card-complex__title {
    font-size: 24px;
  }

  .other-complex__item {
    -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
            box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  }

  .filter-other-complex__main {
    -ms-grid-columns: 1fr 1fr 1fr;
    grid-template-columns: 1fr 1fr 1fr;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .about__row {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    padding: 40px 0px;
  }

  .about__body {
    row-gap: 20px;
  }

  .about__name {
    font-size: 24px;
  }

  .about__description {
    font-size: 14px;
  }

  .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 600px;
            flex: 0 0 600px;
  }

  .credit-banner {
    padding: 30px 0px;
  }

  .credit-banner__wrapper {
    padding: 30px 30px;
    -webkit-column-gap: 30px;
       -moz-column-gap: 30px;
            column-gap: 30px;
  }

  .credit-banner__info {
    row-gap: 20px;
  }

  .credit-banner__title {
    font-size: 24px;
  }

  .credit-banner__text {
    font-size: 16px;
  }

  .credit-banner__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 280px;
            flex: 0 0 280px;
  }

  .credit-ipoteca {
    padding: 30px 0px;
  }

  .credit-ipoteca__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }

  .credit-ipoteca__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 350px;
  }

  .credit-ipoteca__body {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    row-gap: 30px;
  }

  .credit-ipoteca__block._active {
    row-gap: 30px;
  }

  .credit-ipoteca__text {
    font-size: 16px;
    line-height: 1.5;
  }

  .benefits-credit-ipoteca__name {
    font-size: 20px;
  }

  .credit-terms {
    padding: 30px 0px;
  }

  .credit-terms__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 30px;
  }

  .credit-terms__title {
    font-size: 24px;
  }

  .credit-terms__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 360px;
  }

  .services {
    padding: 50px 0px 100px;
  }

  .services__content {
    gap: 10px;
    min-height: 380px;
  }

  .item-service {
    padding: 20px;
  }

  .item-service__name {
    font-size: 18px;
  }

  ._no-webp .head-flat-page {
    background: url(../img/head-flat-page.png) calc(100% + 180px) 30%/500px no-repeat, #18B2B2; }

  .head-flat-page {
    padding: 150px 0px 130px;
  }

  .flat-consultation__wrapper {
    padding: 60px 30px;
  }

  .flat-consultation__subtitle {
    font-size: 18px;
  }

  .page section:last-child:not(.contacts) {
    padding-bottom: 150px;
  }
}

@media (max-width: 1372.98px) and (max-width: 479.98px) {
  .blog__item:nth-child(3n+1) .item-blog__image {
    height: 200px;
    aspect-ratio: unset;
  }

  .blog__item:nth-child(3n+1) .item-blog__image::after {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(61.52%, rgba(0, 0, 0, 0)), to(#000));
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 61.52%, #000 100%);
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 61.52%, #000 100%);
  }

  .blog__item:nth-child(3n+1) .item-blog__other {
    row-gap: 5px !important;
    padding: 20px !important;
  }

  .blog__item:nth-child(3n+1) .item-blog__date {
    font-size: 12px !important;
  }
}

@media (max-width: 1372.98px) and (max-width: 1372.98px) {
  .blog__item:nth-child(3n+1) .item-blog__other {
    padding: 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }
}

@media (max-width: 991.98px) {
  body._search-open .header__language {
    display: none;
  }

  body._search-open .header__actions {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  body._search-open .header__actions .header__action._search {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto;
  }

  body._search-open .header__actions .header__action:not(._search) {
    display: none;
  }

  ._slidebar {
    display: none;
  }

  .filter-popup .select__options {
    border-radius: 5px;
  }

  .reserv-expert-popup .popup__body {
    padding: 30px;
  }

  .reserv-expert-popup__text {
    font-size: 16px;
  }

  .reserv-expert-popup__form {
    margin-top: 20px;
  }

  .reserv-expert-popup__image {
    margin: -30px -30px -30px 0px;
  }

  .header__content {
    -webkit-column-gap: 25px;
       -moz-column-gap: 25px;
            column-gap: 25px;
  }

  .banner {
    padding: 0px 0px 30px;
  }

  .banner__wrapper {
    height: 550px;
  }

  .banner__image {
    width: 140%;
    right: -45%;
  }

  .banner__info {
    max-width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .banner__title {
    font-size: 32px;
  }

  .banner__search {
    display: none;
  }

  /*.consultant {*/
  /*  display: none;*/
  /*}*/

  .mini-catalog {
    padding: 40px 0px;
    margin-top: 0;
  }

  .mini-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 290px;
            flex: 0 0 290px;
    height: 200px;
    aspect-ratio: unset;
  }

  .mini-catalog__item:not(:last-child) {
    margin-right: 20px;
  }

  .mini-catalog__info {
    max-width: 140px;
  }

  .mini-catalog__name {
    font-size: 14px;
  }

  .mini-catalog__count {
    font-size: 12px;
  }

  .best-offer {
    padding: 40px 0px;
  }

  .best-offer__content {
    margin-top: 30px;
  }

  .best-offer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 300px;
            flex: 0 0 300px;
  }

  .best-offer__item:not(:last-child) {
    margin-right: 20px;
  }

  .best-offer__slidebar {
    margin-top: 20px;
  }

  .item-card__body {
    padding: 15px;
    row-gap: 10px;
  }

  .total-offer {
    padding: 40px 0px;
  }

  .total-offer__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc(100% / 2);
            flex: 0 0 calc(100% / 2);
  }

  .total-offer__image:not(:nth-child(-n+2)) {
    display: none;
  }

  .total-offer__body {
    padding: 30px;
  }

  .total-offer__name {
    font-size: 20px;
  }

  .total-offer__list {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-height: unset;
  }

  .total-offer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
    width: auto;
  }

  .recomendation-residential {
    padding: 40px 0px;
  }

  .recomendation-residential__suptitle {
    display: none;
  }

  .recomendation-residential__content {
    margin-top: 30px;
  }

  .recomendation-residential__slider {
    overflow: visible;
  }

  .recomendation-residential__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
  }

  .recomendation-residential__name {
    font-size: 20px;
  }

  .recomendation-residential__count {
    font-size: 16px;
  }

  .recomendation-residential__arrow {
    display: none;
  }

  .map-variants {
    padding: 40px 0px;
  }

  .map-variants__search {
    margin-bottom: 18px;
  }

  .map-variants__input {
    font-size: 16px;
  }

  .map-variants__map {
    margin: 0px 30px;
  }

  .become-agent {
    padding: 40px 0px;
  }

  .become-agent__wrapper {
    padding: 20px 20px;
    min-height: 0px;
  }

  .become-agent__body {
    max-width: 300px;
  }

  .become-agent__title {
    font-size: 28px;
  }

  .become-agent__text {
    font-size: 14px;
    margin-top: 25px;
    max-width: 410px;
  }

  .become-agent__image {
    max-width: 380px;
    width: 100%;
    right: 13px;
  }

  .home-gallery {
    padding: 40px 0px;
  }

  .home-gallery__content {
    margin-top: 30px;
  }

  .home-gallery__slider {
    height: 270px;
  }

  .home-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 440px;
            flex: 0 0 440px;
  }

  .home-gallery__arrows {
    display: none;
  }

  .catalog__filter {
    display: none;
  }

  .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 34px * 1) / 2);
            flex: 0 0 calc((100% - 34px * 1) / 2);
  }

  .catalog__item .item-card__body {
    padding: 2% 15px;
    aspect-ratio: 337/165;
  }

  .catalog__map {
    min-height: 550px;
    border-radius: 8px;
  }

  .top-catalog {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .top-catalog__count {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    margin-left: auto;
  }

  .top-catalog__reset {
    display: none;
  }

  .top-catalog__view-mod {
    display: none;
  }

  .body-card__main {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .body-card__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 100%;
  }

  .sidebar-card__wrapper {
    position: static !important;
  }

  .contacts {
    padding-bottom: 130px;
    margin-bottom: 0;
  }

  .item-catalog-resident {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .item-catalog-resident__image {
    border-radius: 5px 5px 0px 0px;
  }

  .item-catalog-resident__img {
    padding-bottom: 56%;
  }

  .item-catalog-resident__arrow {
    opacity: 1;
    pointer-events: all;
  }

  .item-catalog-resident__info {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .item-catalog-resident__name {
    font-size: 28px;
  }

  .item-catalog-resident__variants {
    font-size: 16px;
  }

  .filter-resident {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .filter-resident__main {
    width: 100%;
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }

  .filter-resident__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .filter-resident__item._prices {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .card-complex__gallery {
    display: none;
  }

  .card-complex__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
    row-gap: 40px;
    margin-top: 20px;
  }

  .card-complex__sidebar {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
  }

  .filter-other-complex__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .filter-other-complex__sort .select__options {
    border-radius: 5px;
  }

  .credit-ipoteca__body {
    max-width: 100%;
  }

  .credit-terms__body {
    max-width: 100%;
    width: 100%;
  }

  .services {
    padding: 40px 0px;
  }

  .services__content {
    gap: 8px;
    min-height: 305px;
    margin-top: 20px;
  }

  .item-service {
    padding: 15px;
  }

  .item-service__name {
    font-size: 16px;
  }

  .item-service__image {
    max-width: 55%;
    right: -20px;
  }

  .flat-page__wrapper {
    margin-top: -50px;
  }

  .flat-page__content {
    padding: 30px;
    font-size: 16px;
  }

  .flat-page__content h3 {
    font-size: 20px;
  }

  ._no-webp .head-flat-page {
    background: url(../img/head-flat-page.png) calc(100% + 140px) center/420px no-repeat, #18B2B2; }

  .head-flat-page {
    padding: 120px 0px 100px;
  }

  .head-flat-page__text {
    font-size: 22px;
    margin-top: 15px;
  }

  .flat-consultation__wrapper {
    row-gap: 20px;
  }

  .form-flat-consultation {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .blog-mini-section__content {
    margin-top: 20px;
  }

  .blog-mini-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .page section:last-child:not(.contacts) {
    padding-bottom: 150px;
  }

  .about__image {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 300px;
    flex: 0 0 300px;
  }

  p.blog-page__time {
    margin-top: 6px;
  }
  .footer__column.nav-tab1 {
    margin-top: 25px;
  }
}

@media (any-hover: hover) and (max-width: 991.98px) {
  .item-catalog-resident__pagging {
    opacity: 0;
    pointer-events: none;
  }
}

@media (max-width: 721.98px) {
  ._container {
    padding: 0px 20px;
  }

  .reserv-expert-popup__body {
    max-width: 100%;
  }

  .reserv-expert-popup__image {
    display: none;
  }

  .header__contact {
    display: none;
  }

  .total-offer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .recomendation-residential__item:not(:last-child) {
    margin-right: 20px;
  }

  .map-variants__map {
    margin: 0px 20px;
  }

  .become-agent__wrapper {
    padding: 30px 30px 55%;
  }

  .become-agent__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    text-align: center;
    max-width: 100%;
  }

  .become-agent__title {
    font-size: 32px;
  }

  .become-agent__image {
    -webkit-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
    right: auto;
    width: 77%;
    bottom: -5%;
    left: 50%;
    max-width: 500px;
  }

  .become-agent__image img {
    width: 100%;
    max-width: 100%;
  }

  .catalog__products {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
  }

  .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .catalog__item .item-card__body {
    aspect-ratio: unset;
  }

  .head-card__other {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .experts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .item-catalog-resident__img {
    padding-bottom: 60%;
  }

  .partition-main-card-complex__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 20px * 1) / 2);
            flex: 0 0 calc((100% - 20px * 1) / 2);
  }

  .about__row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .about__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 300px;
  }

  .credit-banner__wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 20px;
  }

  .credit-banner__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 100%;
    max-width: 228px;
  }

  .services__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 20px;
    min-height: 0px;
  }

  .services__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
    min-height: 170px;
  }

  .form-flat-consultation {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 12px;
  }

  .page section:last-child:not(.contacts) {
    padding-bottom: 130px;
  }
}

@media (max-width: 650px) {
  .filter-resident__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

@media (max-width: 479.98px) {
  body._pt .page {
    padding-top: 80px;
  }

  body._pt-m {
    padding-top: 60px;
  }

  ._container {
    padding: 0px 15px;
  }

  ._title {
    font-size: 20px;
  }

  .qs-datepicker .qs-square {
    height: 2em;
  }

  .pagging__list {
    -webkit-column-gap: 0px;
       -moz-column-gap: 0px;
            column-gap: 0px;
  }



  .credit-popup .popup__body {
    padding: 20px;
  }

  .credit-popup__title {
    font-size: 20px;
  }

  .credit-popup__input {
    min-height: 48px;
    font-size: 14px;
  }

  .credit-popup__button {
    min-height: 48px;
    font-size: 14px;
  }

  .options-credit-popup__text {
    font-size: 14px;
  }

  .reserv-expert-popup .popup__body {
    padding: 20px;
  }

  .reserv-expert-popup__title {
    font-size: 20px;
    max-width: 180px;
  }

  .reserv-expert-popup__text {
    font-size: 14px;
  }

  .form-reserv-expert-popup__input {
    min-height: 48px;
    font-size: 14px;
    min-height: 48px;
  }

  .form-reserv-expert-popup__button {
    min-height: 48px;
  }

  .form-reserv-expert-popup__subtext {
    font-size: 14px;
  }

  .header {
    padding: 15px 0px;
  }

  .header__content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .header__logo {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 86px;
            flex: 0 0 86px;
    width: 86px;
  }

  .header__actions {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .header__action {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    height: 22px;
  }

  .header__action img,
  .header__action svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 22px;
            flex: 0 0 22px;
    width: 22px;
    height: 22px;
  }

  .header__menu-open {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 30px;
            flex: 0 0 30px;
    height: 30px;
    width: 30px;
  }

  .header__menu-open img,
  .header__menu-open svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    height: 18px;
    width: 18px;
  }

  .language-header__list {
    padding: 4px 0px;
    left: -10px;
    min-width: calc(100% + 20px);
  }

  .language-header__item {
    padding: 4px 10px;
  }

  .menu__body {
    padding: 50px 15px;
  }

  .contact-menu__value {
    font-size: 22px;
  }

  .footer {
    padding: 20px 0px;
  }

  .footer__name {
    font-size: 12px;
  }

  .footer__link {
    font-size: 12px;
  }

  .contacts-footer__item {
    font-size: 12px;
    -ms-grid-columns: 50px 1fr;
    grid-template-columns: 50px 1fr;
  }

  .contacts-footer__value {
    font-size: 12px;
  }

  .other-footer__copy {
    font-size: 12px;
  }

  .other-footer__dev {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
    font-size: 12px;
  }

  .other-footer__dev img,
  .other-footer__dev svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 15px;
            flex: 0 0 15px;
    height: 16px;
    width: 16px;
  }

  .banner__wrapper {
    padding-top: 85px;
    height: 500px;
    min-height: 80svh;
  }

  .banner__image {
    width: 225%;
    right: -90%;
    top: 12%;
  }

  .banner__title {
    font-size: 24px;
  }

  .body-search-banner__title {
    font-size: 14px;
  }

  .mini-catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 225px;
            flex: 0 0 225px;
    padding: 23px 14px;
    height: 135px;
    border-radius: 12px;
  }

  .mini-catalog__item:not(:last-child) {
    margin-right: 17px;
  }

  .mini-catalog__info {
    max-width: 105px;
  }

  .mini-catalog__name {
    font-size: 14px;
    font-weight: 400;
    max-width: 90px;
    overflow-wrap: break-word;
  }

  .mini-catalog__count {
    font-size: 10px;
    display: none;
  }

  .mini-catalog__more {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25px;
            flex: 0 0 25px;
    height: 25px;
    width: 25px;
  }

  .mini-catalog__more img,
  .mini-catalog__more svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 16px;
            flex: 0 0 16px;
    height: 16px;
    width: 16px;
  }

  .best-offer__content {
    margin-top: 20px;
  }

  .best-offer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
  }

  .item-card__like {
    top: 5px;
    right: 5px;
  }

  .item-card__body {
    padding: 4% 15px 6.2% !important;
    row-gap: 6px;
    aspect-ratio: 340/178;
  }

  .item-card__price {
    font-size: 18px;
  }

  .item-card__address {
    font-size: 14px;
    min-height: calc((14px * 1.4) * 2);
  }

  .gallery-item-card__item {
    aspect-ratio: unset;
    padding-bottom: 66%;
  }

  .info-item-card {
    -webkit-column-gap: 7px;
       -moz-column-gap: 7px;
            column-gap: 7px;
  }

  .total-offer__wrapper {
    margin-top: 22px;
  }

  .total-offer__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .total-offer__image:not(:nth-child(-n+1)) {
    display: none;
  }

  .total-offer__body {
    padding: 22px;
  }

  .total-offer__name {
    font-size: 16px;
  }

  .total-offer__list {
    row-gap: 11px;
    margin-top: 17px;
  }

  .total-offer__link {
    font-size: 14px;
    font-weight: 400;
  }

  .recomendation-residential__content {
    margin-top: 20px;
  }

  .recomendation-residential__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
    row-gap: 13px;
  }

  .recomendation-residential__image {
    aspect-ratio: 1/0.72;
  }

  .recomendation-residential__body {
    row-gap: 8px;
  }

  .recomendation-residential__name {
    font-size: 16px;
  }

  .recomendation-residential__count {
    font-size: 14px;
  }

  .map-variants__search {
    margin-bottom: 11px;
    padding: 0px 15px;
  }

  .map-variants__icon {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    height: 18px;
    width: 18px;
  }

  .map-variants__icon img,
  .map-variants__icon svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 18px;
            flex: 0 0 18px;
    height: 18px;
    width: 18px;
  }

  .map-variants__input {
    font-size: 14px;
  }

  .map-variants__map {
    height: 400px;
    margin: 0px 15px;
  }

  .become-agent__wrapper {
    padding: 20px 20px 55%;
    min-height: 350px;
  }

  .become-agent__title {
    font-size: 20px;
  }

  .become-agent__text {
    margin-top: 23px;
  }

  .become-agent__button {
    margin-top: 18px;
    font-size: 10px;
    padding: 12px 22px;
  }

  .become-agent__image {
    margin-top: -30%;
  }

  .home-gallery__content {
    margin-top: 15px;
  }

  .home-gallery__slider {
    height: 210px;
  }

  .home-gallery__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 310px;
            flex: 0 0 310px;
  }

  .catalog {
    padding: 20px 0px;
  }

  .catalog__content {
    margin-top: 20px;
  }

  .catalog__blocks {
    margin-top: 20px;
  }

  .catalog__products {
    row-gap: 15px;
  }

  .catalog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .catalog__item .item-card__body {
    row-gap: 12px;
    aspect-ratio: 340/175;
  }

  .catalog__item .item-card__address {
    font-size: 18px;
    min-height: calc((18px * 1.4) * 2);
  }

  .catalog__item .item-card__price {
    font-size: 23px;
  }

  .catalog__item .info-item-card__column {
    font-size: 15px;
  }

  .submenu-filter__title {
    font-size: 14px;
  }

  .top-catalog__count {
    font-size: 14px;
  }

  .top-catalog__actions {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .card {
    padding: 20px 0px;
  }

  .head-card {
    row-gap: 8px;
  }

  .head-card__title {
    font-size: 18px;
  }

  .head-card__mod {
    font-size: 14px;
  }

  .head-card__code {
    font-size: 14px;
  }

  .main-card {
    row-gap: 20px;
  }

  .main-card__title {
    font-size: 18px;
  }

  .main-card__map {
    height: 200px;
  }

  .thumbs-gallery-main-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .sidebar-card__prices {
    font-size: 16px;
  }

  .sidebar-card__prices span {
    font-size: 22px;
  }

  .top-sidebar-card {
    padding: 10px 20px;
  }

  .top-sidebar-card__price {
    font-size: 20px;
  }

  .list-sidebar-card {
    padding: 20px;
    row-gap: 15px;
  }

  .list-sidebar-card__name {
    font-size: 14px;
  }

  .list-sidebar-card__value {
    font-size: 14px;
  }

  .specialist-sidebar-card {
    padding-top: 20px;
    row-gap: 20px;
  }

  .specialist-sidebar-card__main {
    padding: 0px 20px;
  }

  .specialist-sidebar-card__image {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
    height: 80px;
    width: 80px;
  }

  .specialist-sidebar-card__name {
    font-size: 16px;
  }

  .specialist-sidebar-card__work {
    font-size: 14px;
  }

  .specialist-sidebar-card__phone {
    font-size: 16px;
    font-weight: 700;
  }

  .specialist-sidebar-card__mail {
    font-size: 14px;
  }

  .specialist-sidebar-card__more {
    font-size: 14px;
    margin-top: 7px;
  }

  .specialist-sidebar-card__button {
    font-size: 14px;
  }

  .benefits-main-card__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 30px * 1) / 2);
            flex: 0 0 calc((100% - 30px * 1) / 2);
  }

  .benefits-main-card__name {
    font-size: 14px;
  }

  .description-main-card {
    font-size: 14px;
    line-height: 1.5;
  }

  .credit-main-card__logo {
    width: 120px;
  }

  .other-offer {
    padding: 20px 0px;
  }

  .other-offer__title {
    font-size: 20px;
  }

  .other-offer__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 245px;
            flex: 0 0 245px;
  }

  .other-offer__slidebar {
    margin-top: 20px;
  }

  .contacts {
    padding: 20px 0px;
    padding-bottom: 120px;
  }

  .contacts__title {
    font-size: 22px;
  }

  .contacts__list {
    row-gap: 12px;
  }

  .contacts__name {
    font-size: 14px;
  }

  .contacts__value {
    font-size: 14px;
  }

  .social-contacts {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .social-contacts__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 32px;
            flex: 0 0 32px;
    height: 32px;
    width: 32px;
  }

  .social-contacts__item img,
  .social-contacts__item svg {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 17px;
            flex: 0 0 17px;
    width: 17px;
    height: 17px;
  }

  .breadcrums {
    padding: 20px 0px;
  }

  .experts-banner__item {
    height: 400px;
    min-height: 70dvh;
  }

  .experts__content {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 20px;
    margin-top: 20px;
  }

  .experts__item {
    row-gap: 12px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 10px * 1) / 2);
            flex: 0 0 calc((100% - 10px * 1) / 2);
  }

  .experts__body {
    padding-top: 12px;
  }

  .experts__name {
    font-size: 14px;
  }

  .blog {
    padding: 20px 0px;
  }

  .blog__content {
    margin-top: 20px;
  }

  .blog__list {
    row-gap: 30px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .item-blog__image {
    height: 100px;
    aspect-ratio: unset;
  }

  .item-blog__other {
    padding: 5px 20px;
  }

  .item-blog__name {
    font-size: 14px;
  }

  .item-blog__date {
    font-size: 14px;
  }

  .item-blog__body {
    padding-top: 15px;
  }

  .item-blog__title {
    font-size: 14px;
  }

  .blog-page {
    padding: 20px 0px;
  }

  .blog-page__date {
    font-size: 14px;
  }

  .blog-page__content {
    font-size: 14px;
    margin-top: 20px;
  }

  .blog-page__description > *:not(:last-child) {
    margin-bottom: 10px;
  }

  .other-blog {
    padding: 20px 0px;
  }

  .other-blog__title {
    font-size: 22px;
  }

  .other-blog__content {
    margin-top: 20px;
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .other-blog__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .catalog-resident__content {
    margin-top: 0;
  }

  .catalog-resident__body {
    row-gap: 20px;
  }

  .catalog-resident__map #map {
    height: 400px;
    width: auto;
  }

  .item-catalog-resident__arrow {
    background: none;
  }

  .item-catalog-resident__arrow svg path {
    fill: #fff;
  }

  .item-catalog-resident__arrow.item-catalog-resident-arrow-prev {
    left: 0;
  }

  .item-catalog-resident__arrow.item-catalog-resident-arrow-next {
    right: 0;
  }

  .item-catalog-resident__pagging {
    font-size: 14px;
    bottom: 10px;
  }

  .item-catalog-resident__info {
    padding: 15px 20px;
    row-gap: 15px;
  }

  .item-catalog-resident__name {
    font-size: 24px;
  }

  .item-catalog-resident__description {
    font-size: 14px;
    line-height: 1.3;
  }

  .item-catalog-resident__variants {
    font-size: 14px;
  }

  .item-catalog-resident__details {
    width: 100%;
    max-width: 100%;
    font-weight: 400;
    min-height: 50px;
  }

  .item-catalog-resident__price {
    font-size: 18px;
  }

  .list-item-catalog-resident {
    row-gap: 8px;
  }

  .list-item-catalog-resident__item {
    row-gap: 3px;
  }

  .list-item-catalog-resident__name {
    font-size: 14px;
  }

  .list-item-catalog-resident__value {
    font-size: 14px;
  }

  .filter-resident__main {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .filter-resident__head {
    min-height: 54px;
    padding: 5px 20px;
  }

  .filter-resident__input {
    font-weight: 400;
  }

  .filter-resident__name {
    font-weight: 400;
  }

  .filter-resident__submenu {
    border-radius: 5px;
  }

  .price-range-filter-resident__content {
    height: 52px;
  }

  .price-range-filter-resident__column {
    font-size: 14px;
    letter-spacing: normal;
    padding: 5px 20px;
  }

  .price-range-filter-resident__input {
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    max-width: 70px;
  }

  .card-complex {
    padding: 20px 0px;
  }

  .card-complex__content {
    margin-top: 20px;
  }

  .mobile-gallery-card-complex__paggination {
    font-size: 14px;
  }

  .main-card-complex__title {
    font-size: 20px;
  }

  .description-main-card-complex {
    font-size: 14px;
    line-height: 1.5;
  }

  .details-main-card-complex {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .details-main-card-complex__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 80px;
            flex: 0 0 80px;
  }

  .details-main-card-complex__image {
    width: 80px;
    height: 80px;
  }

  .details-main-card-complex__name {
    font-size: 14px;
  }

  .item-partition-main-card-complex__info {
    padding: 5px 10px;
  }

  .item-partition-main-card-complex__name {
    font-size: 14px;
  }

  .item-partition-main-card-complex__square {
    font-size: 14px;
  }

  .other-complex__list {
    row-gap: 20px;
  }

  .other-complex__item .item-catalog-resident__name {
    font-size: 16px;
  }

  .other-complex__item .item-catalog-resident__info {
    row-gap: 8px;
  }

  .filter-other-complex__main {
    row-gap: 15px;
  }

  .filter-other-complex__label {
    font-size: 14px;
  }

  .filter-other-complex__count {
    font-size: 13px;
  }

  .options-filter-other-complex__text {
    min-height: 54px;
  }

  .range-filter-other-complex__column {
    font-size: 14px;
    min-height: 54px;
  }

  .range-filter-other-complex__input {
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 60px;
            flex: 0 0 60px;
    max-width: 60px;
  }

  .about__wrapper {
    margin-top: 20px;
  }

  .about__row {
    row-gap: 12px;
  }

  .about__row:not(:last-child)::before {
    width: 120px;
    height: 31px;
    background: url(../img/logo.svg) center/100px no-repeat, #ffffff;
  }

  .about__body {
    row-gap: 12px;
  }

  .about__name {
    font-size: 18px;
  }

  .credit-banner {
    padding: 20px 0px;
  }

  .credit-banner__wrapper {
    padding: 20px;
    row-gap: 12px;
  }

  .credit-banner__info {
    row-gap: 12px;
  }

  .credit-banner__title {
    font-size: 20px;
  }

  .credit-banner__text {
    font-size: 14px;
  }

  .credit-ipoteca {
    padding: 20px 0px;
  }

  .credit-ipoteca__image {
    max-width: 260px;
  }

  .credit-ipoteca__body {
    row-gap: 20px;
  }

  .credit-ipoteca__title {
    font-size: 20px;
  }

  .credit-ipoteca__block._active {
    row-gap: 20px;
  }

  .credit-ipoteca__text {
    font-size: 14px;
  }

  .credit-ipoteca__button {
    padding: 15px 20px;
    -ms-flex-item-align: stretch;
        -ms-grid-row-align: stretch;
        align-self: stretch;
    font-size: 14px;
  }

  .nav-credit-ipoteca__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    font-size: 14px;
  }

  .nav-credit-ipoteca__item._active {
    -webkit-box-shadow: 0px 4px 10px 0px rgba(24, 178, 178, 0.35);
            box-shadow: 0px 4px 10px 0px rgba(24, 178, 178, 0.35);
  }

  .benefits-credit-ipoteca__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }

  .benefits-credit-ipoteca__name {
    font-size: 16px;
  }

  .benefits-credit-ipoteca__text {
    font-size: 14px;
  }

  .credit-terms {
    padding: 20px 0px;
  }

  .credit-terms__wrapper {
    row-gap: 20px;
  }

  .credit-terms__body {
    row-gap: 12px;
  }

  .credit-terms__title {
    font-size: 18px;
  }

  .credit-terms__text {
    font-size: 14px;
    line-height: 1.5;
  }

  .credit-terms__image {
    width: 260px;
  }

  .form-credit-terms {
    padding: 30px 15px 35px;
  }

  .footer-form-credit-terms__name {
    font-size: 14px;
  }

  .footer-form-credit-terms__value {
    font-size: 18px;
  }

  .item-service {
    padding: 20px 12px;
  }

  .item-service__image {
    right: -5px;
    max-width: 60%;
    bottom: -10px;
  }

  .flat-page {
    padding-bottom: 15px;
  }

  .flat-page__wrapper {
    margin-top: -35px;
  }

  .flat-page__content {
    padding: 20px 12px;
    font-size: 14px;
  }

  .flat-page__content h3 {
    font-size: 18px;
  }

  ._no-webp .head-flat-page {
    background: url(../img/head-flat-page.png) calc(100% + 50px) bottom/230px no-repeat, #18B2B2; }

  .head-flat-page {
    padding: 90px 0px 100px;
  }

  .head-flat-page__title {
    font-size: 24px;
  }

  .head-flat-page__text {
    font-size: 16px;
    max-width: 180px;
  }

  .flat-consultation {
    padding: 15px 0px;
  }

  .flat-consultation__wrapper {
    padding: 30px 12px;
  }

  .flat-consultation__title {
    font-size: 24px;
  }

  .flat-consultation__subtitle {
    font-size: 16px;
  }

  .flat-consultation__text {
    text-align: left;
  }

  .blog-mini-section {
    padding: 15px 0px;
  }

  .blog-mini-section__content {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .blog-mini-section__item {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 15px * 1) / 2);
            flex: 0 0 calc((100% - 15px * 1) / 2);
  }

  .page section:last-child:not(.contacts) {
    padding-bottom: 120px;
  }
}

@media (min-width: 991.98px) and (max-width: 1372.98px) {
  ._container {
    padding: 0px 5%;
  }
}

@media (min-width: 991.98px) and (max-width: 1800px) {
  .banner__image {
    top: 45%;
    width: 85vw;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    right: -20vw;
  }
}

@media (max-width: 1372.98px) and (min-width: 1280.98px) {
  .credit-ipoteca__body {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    max-width: 100%;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 40px;
  }
  .credit-terms__body {
    width: 100%;
  }
}
@media (max-width: 1372.98px) and (min-width: 479.98px) {
  .banner__image {
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media (min-width: 991.98px) and (max-width: 1420px) {
  .item-card__body {
    row-gap: calc(-3px + 16 * ((100vw - 360px) / 1060));
  }

  .item-card__price {
    font-size: calc(12px + 10 * ((100vw - 360px) / 1060));
  }

  .item-card__address {
    font-size: calc(12px + 4 * ((100vw - 360px) / 1060));
  }

  .info-item-card__column {
    font-size: calc(10px + 4 * ((100vw - 360px) / 1060));
  }

  .become-agent__title {
    font-size: calc(1px + 51 * ((100vw - 360px) / 1060));
  }

  .become-agent__text {
    font-size: calc(10px + 10 * ((100vw - 360px) / 1060));
  }
}

@media (min-width: 991.98px) and (max-width: 1100px) {
  .item-card__body {
    padding: 4.2% 15px;
  }
}

@media (min-width: 1372.98px) and (max-width: 479.98px) {
  .blog__item:nth-child(4n+1) .item-blog__image {
    height: 200px;
    aspect-ratio: unset;
  }

  .blog__item:nth-child(4n+1) .item-blog__other {
    row-gap: 5px;
    padding: 20px;
  }

  .blog__item:nth-child(4n+1) .item-blog__date {
    font-size: 14px;
  }
}

@media (min-width: 1372.98px) and (max-width: 1372.98px) {
  .blog__item:nth-child(4n+1) .item-blog__other {
    padding: 20px 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 10px;
  }

  .blog__item:nth-child(4n+1) .item-blog__date {
    font-size: 20px;
    margin-left: 0;
    margin-right: auto;
  }
}

@media (max-width: 991.98px) and (min-width: 721.98px) {
  .filter-resident__item:nth-child(even) .submenu-filter {
    left: auto;
    right: 0;
  }
}

@media (max-width: 1372.98px) and (min-width: 991.98px) {
  .filter-other-complex__main .range-filter-other-complex__column {
    padding: 10px;
    font-size: 14px;
  }

  .filter-other-complex__main .range-filter-other-complex__input {
    font-size: 14px;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 70px;
            flex: 0 0 70px;
    width: 70px;
  }
}

@media (any-hover: hover) {
  .credit-popup__button:hover {
    background: #18a3a3;
  }

  .form-reserv-expert-popup__button:hover {
    background: #18a3a3;
  }

  .header__action > svg path:hover,
  .header__action .header__icon svg path:hover {
    fill: #18B2B2;
  }

  .header__menu-open:hover {
    background: #18a3a3;
  }

  .search-header__button:hover svg path {
    fill: #18B2B2;
  }

  .language-header__item:hover > * {
    color: #18B2B2;
  }

  .nav-header__link:hover {
    color: #18B2B2;
  }

  .contact-header__value:hover {
    color: #18B2B2;
  }

  .contact-menu__value:hover {
    color: #18B2B2;
  }

  .list-menu__top:hover {
    color: #18B2B2;
  }

  .list-menu__submenu a:hover {
    color: #18B2B2;
  }

  .footer__link:hover {
    opacity: 1;
  }

  .main-footer__dev:hover {
    opacity: 1;
  }

  .contacts-footer__value a:hover {
    color: #18B2B2;
  }

  .social-footer__item:hover svg path {
    fill: #18B2B2;
  }

  .other-footer__dev:hover {
    opacity: 1;
  }

  .search-banner__button:hover {
    background: #18a3a3;
  }

  .mini-catalog__item:hover {
    -webkit-box-shadow: 0px 12px 32px 0px rgba(13, 23, 73, 0.15);
            box-shadow: 0px 12px 32px 0px rgba(13, 23, 73, 0.15);
  }

  .mini-catalog__item:hover .mini-catalog__more {
    border-color: #18B2B2;
  }

  .mini-catalog__item:hover .mini-catalog__name {
    color: #18B2B2;
  }

  .item-card__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .item-card__like:hover {
    background: rgba(255, 255, 255, 0.5);
  }

  .item-card__address:hover {
    color: #18B2B2;
  }

  .gallery-item-card:hover .gallery-item-card__paggination {
    opacity: 1;
    visibility: visible;
  }

  .total-offer__link:hover {
    color: #18B2B2;
  }

  .recomendation-residential__image:hover img {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
  }

  .recomendation-residential__name:hover {
    color: #18B2B2;
  }

  .recomendation-residential__arrow:hover {
    border-color: #18B2B2;
  }

  .become-agent__button:hover {
    color: #18B2B2;
  }

  .home-gallery__arrow:hover {
    border-color: #18B2B2;
  }

  .filter-catalog__button:hover {
    background: #18a3a3;
  }

  .top-catalog__action:not(._active):hover {
    color: #18B2B2;
  }

  .main-gallery-main-card__arrow:hover {
    background: rgba(255, 255, 255, 0.8);
  }

  .specialist-sidebar-card__name:hover {
    color: #18B2B2;
  }

  .specialist-sidebar-card__phone:hover {
    color: #18a3a3;
  }

  .specialist-sidebar-card__mail:hover {
    color: #18B2B2;
  }

  .specialist-sidebar-card__more:hover {
    color: #18B2B2;
  }

  .specialist-sidebar-card__more:hover svg path {
    fill: #18B2B2;
  }

  .specialist-sidebar-card__button._stroke:hover {
    color: #fff;
  }

  .specialist-sidebar-card__button._stroke:hover svg path {
    fill: #fff;
  }

  .specialist-sidebar-card__button:hover {
    background: #18a3a3;
  }

  .contacts__button:hover {
    background: #18a3a3;
  }

  .social-contacts__item:hover {
    background: #18B2B2;
  }

  .breadcrums__item a:hover {
    color: #010101;
  }

  .experts-banner__paggination .swiper-pagination-bullet:not(.swiper-pagination-bullet-active):hover {
    background: rgba(255, 255, 255, 0.7);
  }

  .experts__name:hover {
    color: #18B2B2;
  }

  .item-blog__title:hover {
    color: #18B2B2;
  }

  .catalog-resident__more:hover {
    color: #fff;
    background: #18B2B2;
  }

  .item-catalog-resident:hover .item-catalog-resident__arrow {
    opacity: 1 !important;
    pointer-events: all;
  }

  .item-catalog-resident:hover .item-catalog-resident__pagging {
    opacity: 1;
    pointer-events: all;
  }

  .item-catalog-resident__arrow:hover {
    background: #fff;
  }

  .item-catalog-resident__name:hover {
    color: #18B2B2;
  }

  .item-catalog-resident__details:hover {
    color: #fff;
    background: #18B2B2;
  }

  .gallery-card-complex__arrow:hover {
    background: rgba(255, 255, 255, 0.2);
  }

  .details-main-card-complex__item:hover .details-main-card-complex__image::after {
    background: rgba(0, 0, 0, 0.35);
  }

  .details-main-card-complex__item:hover .details-main-card-complex__name {
    color: #18B2B2;
  }

  .item-partition-main-card-complex:hover .item-partition-main-card-complex__name,
  .item-partition-main-card-complex:hover .item-partition-main-card-complex__square {
    color: #18B2B2;
  }

  .other-complex__item:hover {
    -webkit-box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
            box-shadow: 0px 6px 14px -6px rgba(24, 39, 75, 0.12), 0px 10px 32px -4px rgba(24, 39, 75, 0.1);
  }

  .about__button:hover {
    background: #18a3a3;
  }

  .item-service:hover .item-service__more {
    border-color: #18B2B2;
  }

  .item-service:hover .item-service__name {
    color: #18B2B2;
  }
}

._webp .head-flat-page { background: url(../img/head-flat-page.webp) calc(100% + 180px) 30%/615px no-repeat, #18B2B2; }

._webp .flat-consultation__wrapper { background: url(../img/form-flat.webp) center/cover no-repeat; }

@media (min-width: 991.98px) {

  ._webp .become-agent__container::after { background: url(../img/coffee-decore.webp) center/cover no-repeat; }
}

@media (min-width: 1372.98px) {

  ._webp .contacts { background: url(../img/map-contacts.webp) center/cover no-repeat; }
}

@media (max-width: 1372.98px) {

  ._webp .head-flat-page { background: url(../img/head-flat-page.webp) calc(100% + 180px) 30%/500px no-repeat, #18B2B2; }
}

@media (max-width: 991.98px) {

  ._webp .head-flat-page { background: url(../img/head-flat-page.webp) calc(100% + 140px) center/420px no-repeat, #18B2B2; }
  .left-container-list {
    display: none;
  }
  .blog-info-date-rating {
    display: flex
  ;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 30px;
    flex-wrap: wrap;
  }
  .blog-page__description img{
    width: 100%!important;
  }
  .author-blog-rating {
    display: flex
  ;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }
  .author-blog, .author-rating{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 16px;
  }

}

@media (max-width: 479.98px) {

  ._webp .head-flat-page { background: url(../img/head-flat-page.webp) calc(100% + 50px) bottom/230px no-repeat, #18B2B2; }

  .gallery-item-card__paggination .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
  }
  .gallery-item-card__paggination {
    right: 42px;
  }
  .gallery-item-card__paggination .swiper-pagination-bullet{
    flex: 0 0 8px;
  }
  .gallery-item-card__paggination .swiper-pagination-bullet-active{
    flex: 0 0 36px;
  }

  .footer_block_colum {
    width: 100%;
  }
  .footer_block_colum .footer__column {
    width: 45%;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 calc((100% - 40px* 1) / 2);
    flex: 0 0 calc((100% - 40px* 1) / 2);
  }
  .seo_filter_url{
    display: none;
  }
  .seo_filter_url_mob {
    display: flex;
    gap: 24px;
    margin-top: 15px;
    flex-direction: row;
    flex-wrap: nowrap;
    overflow-x: auto;
    width: max-content;
    padding-bottom: 10px;
  }
  a.seo_filter__link {
    font-family: Inter;
    font-weight: 400;
    font-size: 13px;
    line-height: 100%;
    color: #787878;
    white-space: nowrap;
  }
}
