@charset "UTF-8";
@font-face {
  font-family: "Neue";
  src: url("../fonts/NeueHaasDisplayThin.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue";
  src: url("../fonts/NeueHaasDisplayRoman.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Neue";
  src: url("../fonts/NeueHaasDisplayMediu.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

ul,
ol {
  list-style: none;
}

a {
  text-decoration: none;
  color: inherit;
}

img,
svg {
  max-width: 100%;
  height: auto;
  display: block;
}

input,
textarea,
select,
button {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  background: none;
  border: none;
  outline: none;
}

html {
  scroll-behavior: smooth;
}

html.lenis {
  height: auto;
}

.lenis.lenis-smooth {
  scroll-behavior: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  -ms-scroll-chaining: none;
      overscroll-behavior: contain;
}

.lenis.lenis-stopped {
  overflow: hidden;
}

body {
  position: relative;
  font-family: "Neue", sans-serif;
  font-weight: 400;
  background-color: #0D0F14;
  color: #FFFDF7;
}
body.overlay:before {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: "";
  background: #0D0F14;
  opacity: 0.7;
  z-index: 10;
}
body.popup-opened {
  overflow: hidden;
}

.container {
  max-width: 1880px;
  margin: 0 auto;
  padding: 0 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
@media (min-width: 768px) {
  .container {
    padding: 0 40px;
    max-width: 1920px;
  }
}

.section-el {
  padding: 50px 0;
  overflow: hidden;
}
@media (min-width: 768px) {
  .section-el {
    padding: 60px 0;
  }
}
@media (min-width: 1200px) {
  .section-el {
    padding: 80px 0;
  }
}

.section-title-inner-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.section-title-inner-1__col-1 {
  width: 20%;
}
.section-title-inner-1__col-2 {
  width: calc(80% - 20px);
}
@media (min-width: 768px) {
  .section-title-inner-1__col-2 {
    width: 48.838%;
  }
}
@media (min-width: 1500px) {
  .section-title-inner-1__col-2 {
    -ms-flex-preferred-size: 49.4567%;
        flex-basis: 49.4567%;
  }
}

.section-title-inner-2 {
  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;
  gap: 30px;
}
@media (min-width: 768px) {
  .section-title-inner-2 {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .section-title-inner-2__col-1 {
    width: 20%;
  }
}
@media (min-width: 768px) {
  .section-title-inner-2__col-2 {
    width: 48.838%;
  }
}
@media (min-width: 1500px) {
  .section-title-inner-2__col-2 {
    -ms-flex-preferred-size: 49.4567%;
        flex-basis: 49.4567%;
  }
}

.h2-title-lg {
  display: block;
  width: 100%;
  white-space: nowrap;
  overflow: hidden;
  font-size: clamp(43px, 12vw, 250px);
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  text-transform: uppercase;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 253, 247, 0.2)), color-stop(50%, rgb(255, 253, 247)), to(rgba(255, 253, 247, 0.1)));
  background: linear-gradient(90deg, rgba(255, 253, 247, 0.2) 0%, rgb(255, 253, 247) 50%, rgba(255, 253, 247, 0.1) 100%);
  background-size: 200% auto;
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-animation: gradientMove 3s ease-in-out infinite alternate;
          animation: gradientMove 3s ease-in-out infinite alternate;
}

@-webkit-keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}

@keyframes gradientMove {
  0% {
    background-position: 0% 50%;
  }
  100% {
    background-position: 100% 50%;
  }
}
.h2-title-sm {
  color: #FFFDF7;
  font-size: 10px;
  font-style: normal;
  line-height: 130%; /* 13px */
  text-transform: uppercase;
  font-weight: 300;
}
@media (min-width: 768px) {
  .h2-title-sm {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .h2-title-sm {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .h2-title-sm {
    font-size: 16px;
  }
}

.content-title {
  color: rgba(255, 253, 247, 0.7);
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 768px) {
  .content-title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .content-title {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .content-title {
    font-size: 48px;
  }
}

.btn-primary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  cursor: pointer;
}
.btn-primary__text {
  border-radius: 50px;
  background: #6EA6B5;
  padding: 16px;
  color: #FFFDF7;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  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;
}
@media (min-width: 768px) {
  .btn-primary__text {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .btn-primary__text {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .btn-primary__text {
    font-size: 16px;
  }
}
.btn-primary__icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  border-radius: 50px;
  background: #6EA6B5;
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .btn-primary__icon {
    width: 51px;
  }
}
.btn-primary__icon svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .btn-primary:hover .btn-primary__text {
    background: #8CB8C4;
  }
  .btn-primary:hover .btn-primary__icon {
    background: #8CB8C4;
  }
  .btn-primary:hover .btn-primary__icon svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.btn-secondary {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  cursor: pointer;
  max-width: 100%;
}
.btn-secondary__text {
  border-radius: 50px;
  padding: 16px;
  border: 1px solid #FFFDF7;
  color: #FFFDF7;
  font-size: 10px;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
  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;
}
@media (min-width: 768px) {
  .btn-secondary__text {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .btn-secondary__text {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .btn-secondary__text {
    font-size: 16px;
  }
}
.btn-secondary__icon {
  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;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  border-radius: 50px;
  background: #6EA6B5;
  aspect-ratio: 1/1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .btn-secondary__icon {
    width: 51px;
  }
}
.btn-secondary__icon svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (hover: hover) {
  .btn-secondary:hover .btn-secondary__icon {
    background: #8CB8C4;
  }
  .btn-secondary:hover .btn-secondary__icon svg {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.white {
  color: #FFFDF7;
}

.swiper .swiper-pagination {
  position: initial;
  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;
  gap: 8px;
}
.swiper .swiper-pagination .swiper-pagination-bullet {
  border-radius: 500px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(5px);
  opacity: 1;
  margin: 0;
  padding: 0;
}
.swiper .swiper-pagination .swiper-pagination-bullet-active {
  background: #FFFDF7;
}

.header__inner {
  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;
  padding: 20px 0;
}
.header__btn {
  display: none;
}
.header__nav-desktop {
  display: none;
}
.header__burger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  width: 36px;
  height: 24px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
  position: relative;
  z-index: 1001;
}
.header__burger span {
  display: block;
  width: 100%;
  height: 2px;
  background-color: #FFFDF7;
  -webkit-transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.3s cubic-bezier(0.645, 0.045, 0.355, 1);
  border-radius: 2px;
}
.header__burger.is-active {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.header__burger.is-active span:nth-child(1) {
  -webkit-transform: translateY(11px) rotate(45deg);
          transform: translateY(11px) rotate(45deg);
}
.header__burger.is-active span:nth-child(2) {
  opacity: 0;
  -webkit-transform: translateX(-20px);
          transform: translateX(-20px);
}
.header__burger.is-active span:nth-child(3) {
  -webkit-transform: translateY(-11px) rotate(-45deg);
          transform: translateY(-11px) rotate(-45deg);
}
@media (min-width: 1025px) {
  .header__burger {
    display: none;
  }
}
.header__mobile-overlay {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  max-width: 100%;
  height: 100dvh;
  background: #0D0F14;
  padding: 0 20px 40px;
  z-index: 1000;
  overflow-y: auto;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
  transition: all 0.5s cubic-bezier(0.77, 0, 0.175, 1);
}
@media (min-width: 768px) {
  .header__mobile-overlay {
    padding: 0 40px 40px;
    width: 400px;
  }
}
.header__mobile-overlay.is-open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}
.header__mobile-logo {
  position: sticky;
  top: 0;
  margin-bottom: 40px;
  background-color: #0D0F14;
  padding: 20px 0 0;
  z-index: 2;
}
.header__mobile-logo-img {
  width: 146px;
}
.header__mobile-contacts {
  padding: 24px 0 30px;
}
.header__mobile-contacts-title {
  color: #FFFDF7;
  font-size: 14px;
  font-style: normal;
  line-height: normal;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.header__mobile-address, .header__mobile-phone, .header__mobile-mail {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
  display: block;
}
.header__mobile-phone {
  margin-top: 10px;
}
.header__mobile-mail {
  margin-top: 10px;
}
.header__mobile-social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.header__mobile-btn {
  width: 100%;
}
.header__mobile-btn .btn-primary__text {
  width: -webkit-fill-available;
}

.menu-header--mobile .menu-header__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 16px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 20px 0;
  border-top: 1px solid rgba(255, 253, 247, 0.2);
  border-bottom: 1px solid rgba(255, 253, 247, 0.2);
}
.menu-header--mobile .menu-header__item {
  -ms-flex-preferred-size: calc(50% - 8px);
      flex-basis: calc(50% - 8px);
}
.menu-header--mobile .menu-header__item--has-children {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
}
.menu-header--mobile .menu-header__item--has-children.is-last-parent {
  border-bottom: 1px solid rgba(255, 253, 247, 0.2);
  padding-bottom: 20px;
}
.menu-header--mobile .menu-header__link {
  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;
  width: 100%;
  color: #FFFDF7;
  font-size: 14px;
  line-height: 130%;
  text-transform: uppercase;
}
.menu-header--mobile .menu-header__link.is-active {
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.menu-header--mobile .menu-header__sub-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  position: static;
  min-width: auto;
  -webkit-transform: none;
          transform: none;
  backdrop-filter: none;
  background: transparent;
  border-top: none;
  border-right: none;
  border-bottom: none;
}
.menu-header--mobile .menu-header__sub-list.is-open {
  max-height: 1000px;
  opacity: 1;
  margin-top: 16px;
}
.menu-header--mobile .menu-header__sub-list .menu-header__link {
  color: rgba(255, 253, 247, 0.7);
  font-size: 14px;
  font-style: normal;
  line-height: 130%;
  text-transform: none;
}
.menu-header--mobile .menu-header__arrow {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.menu-header--mobile .menu-header__arrow.is-active {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

@media (min-width: 1025px) {
  .header__burger,
  .header__mobile-overlay {
    display: none;
  }
  .header__nav-desktop {
    display: block;
  }
  .header__inner {
    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;
    padding: 20px 0;
  }
  .header__logo {
    width: 128px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  .header__logo-img {
    width: 100%;
  }
}
@media (min-width: 1025px) and (min-width: 768px) {
  .header__logo {
    width: 146px;
  }
}
@media (min-width: 1025px) and (min-width: 1500px) {
  .header__logo {
    width: 158px;
  }
}
@media (min-width: 1025px) {
  .header__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__btn .btn-primary__text {
    min-width: auto;
    padding: 16px 32px;
  }
}
@media (min-width: 1025px) and (min-width: 1500px) {
  .header__btn .btn-primary__text {
    min-width: 240px;
  }
}
@media (min-width: 1025px) {
  .menu-header__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    gap: 20px;
    list-style: none;
    padding: 0;
    margin: 0;
  }
}
@media (min-width: 1025px) and (min-width: 1500px) {
  .menu-header__list {
    gap: 40px;
  }
}
@media (min-width: 1025px) {
  .menu-header__item {
    position: relative;
  }
  .menu-header__item.is-active {
    text-decoration-line: underline;
    text-decoration-style: solid;
    -webkit-text-decoration-skip: ink;
            text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    text-transform: uppercase;
  }
  .menu-header__item:hover > .menu-header__sub-list {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  .menu-header__link {
    color: #FFFDF7;
    font-size: 14px;
    font-weight: 400;
    text-transform: uppercase;
    text-decoration: none;
    display: block;
    padding: 2px 0;
  }
}
@media (min-width: 1025px) and (min-width: 1500px) {
  .menu-header__link {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .menu-header__item--has-children .menu-header__link {
    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;
    gap: 6px;
  }
  .menu-header__arrow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    line-height: 0;
    -webkit-transform-origin: center;
            transform-origin: center;
  }
  .menu-header__arrow--right {
    position: absolute;
    right: 16px;
  }
  .menu-header__item:not(.menu-header__sub-list .menu-header__item):hover > .menu-header__link .menu-header__arrow {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .menu-header__sub-list {
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 174px;
    border-radius: 20px;
    border: 1px solid rgba(255, 253, 247, 0.2);
    background: rgba(255, 253, 247, 0.05);
    z-index: 10;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    -webkit-transition: border-radius 0.3s ease, -webkit-transform 0.3s ease;
    transition: border-radius 0.3s ease, -webkit-transform 0.3s ease;
    transition: transform 0.3s ease, border-radius 0.3s ease;
    transition: transform 0.3s ease, border-radius 0.3s ease, -webkit-transform 0.3s ease;
  }
  .menu-header__sub-list::before {
    content: "";
    position: absolute;
    inset: 0;
    background: rgba(255, 253, 247, 0.05);
    backdrop-filter: blur(10px);
    z-index: -1;
    border-radius: inherit;
  }
  .menu-header__sub-list--deep {
    border-left: 0;
    top: -1px;
    left: 100%;
    -webkit-transform: none;
            transform: none;
    border-radius: 0 20px 20px 20px;
    overflow: hidden;
    isolation: isolate;
  }
  .menu-header__sub-list--deep::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(255, 253, 247, 0.05);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    z-index: -1;
    border-radius: 0 20px 20px 20px;
  }
  .menu-header__sub-list--deep .menu-header__item {
    border-top-left-radius: 0 !important;
    border-bottom-left-radius: 0 !important;
  }
  .menu-header__sub-list--deep .menu-header__item:first-child {
    border-radius: 0 20px 0 0;
  }
  .menu-header__sub-list--deep .menu-header__item:last-child {
    border-bottom: 0;
    border-bottom-left-radius: 20px !important;
    border-radius: 0 0 20px 20px;
  }
  .menu-header__sub-list--deep .menu-header__item:first-child:last-child {
    border-radius: 0 20px 20px 20px;
  }
  .menu-header__sub-list .menu-header__item {
    border-bottom: 1px solid rgba(255, 253, 247, 0.2);
    width: 100%;
    -webkit-transition: background 0.4s ease, border-radius 0.3s ease;
    transition: background 0.4s ease, border-radius 0.3s ease;
  }
  .menu-header__sub-list .menu-header__item:first-child {
    border-radius: 20px 20px 0 0;
  }
  .menu-header__sub-list .menu-header__item:first-child.menu-header__item--has-children:hover {
    border-top-right-radius: 0;
  }
  .menu-header__sub-list .menu-header__item:last-child {
    border-bottom: 0;
    border-radius: 0 0 20px 20px;
  }
  .menu-header__sub-list .menu-header__item:last-child.menu-header__item--has-children:hover {
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 1025px) and (hover: hover) {
  .menu-header__sub-list .menu-header__item:hover {
    background: #6EA6B5;
  }
  .menu-header__sub-list .menu-header__item:hover > .menu-header__link .menu-header__arrow {
    -webkit-transform: translateX(5px);
            transform: translateX(5px);
  }
}
@media (min-width: 1025px) {
  .menu-header__sub-list:not(.menu-header__sub-list--deep):has(.menu-header__item:first-child:hover > .menu-header__sub-list) {
    border-top-right-radius: 0;
  }
  .menu-header__sub-list:not(.menu-header__sub-list--deep):has(.menu-header__item:last-child:hover > .menu-header__sub-list) {
    border-bottom-right-radius: 0;
  }
  .menu-header__sub-list .menu-header__link {
    padding: 16px 32px;
    color: #FFFDF7;
    font-size: 16px;
    line-height: 130%;
    text-transform: none;
  }
}
.footer {
  padding: 50px 0 20px;
}
@media (min-width: 768px) {
  .footer {
    padding: 60px 0 40px;
  }
}
@media (min-width: 1500px) {
  .footer {
    padding: 80px 0 40px;
  }
}
.footer__inner {
  padding: 40px 16px 16px;
  border-radius: 20px;
  border: 1px solid rgba(255, 253, 247, 0.05);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(5px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer__inner {
    padding: 60px 20px 20px;
    gap: 60px;
  }
}
@media (min-width: 768px) {
  .footer__inner {
    padding: 80px 30px 30px;
    gap: 100px;
  }
}
.footer__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 40px;
}
@media (min-width: 768px) {
  .footer__top {
    -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;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .footer__col-1 {
    width: 48.838%;
  }
}
@media (min-width: 1024px) {
  .footer__col-1 {
    width: 36%;
  }
}
@media (min-width: 1500px) {
  .footer__col-1 {
    width: 23%;
  }
}
.footer__logo {
  width: 128px;
  display: block;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .footer__logo {
    width: 146px;
  }
}
@media (min-width: 1024px) {
  .footer__logo {
    width: 158px;
  }
}
.footer__logo img {
  width: 100%;
}
.footer__slogan {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer__slogan {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .footer__slogan {
    font-size: 16px;
  }
}
.footer__license {
  color: #FFFDF7;
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .footer__license {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .footer__license {
    font-size: 16px;
  }
}
.footer__social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  margin-top: 20px;
}
.footer__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  row-gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .footer__col-2 {
    width: 33%;
    gap: 30px 20px;
  }
}
@media (min-width: 1024px) {
  .footer__col-2 {
    width: 48.838%;
    gap: 20px;
  }
}
.footer__item {
  width: 50%;
}
@media (min-width: 768px) {
  .footer__item {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .footer__item {
    width: calc(30% - 13.3333333333px);
  }
}
.footer__item:nth-last-child(1) {
  width: 100%;
}
@media (min-width: 1024px) {
  .footer__item:nth-last-child(1) {
    width: calc(40% - 13.3333333333px);
  }
}
.footer__item-title {
  color: #FFFDF7;
  font-size: 10px;
  line-height: 130%; /* 13px */
  text-transform: uppercase;
  font-weight: 400;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .footer__item-title {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .footer__item-title {
    font-size: 14px;
    margin-bottom: 30px;
  }
}
@media (min-width: 1500px) {
  .footer__item-title {
    font-size: 16px;
  }
}
.footer__nav-1-menu, .footer__nav-2-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
.footer__nav-1-menu .menu-item, .footer__nav-2-menu .menu-item {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .footer__nav-1-menu .menu-item, .footer__nav-2-menu .menu-item {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .footer__nav-1-menu .menu-item, .footer__nav-2-menu .menu-item {
    font-size: 16px;
  }
}
.footer__address {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .footer__address {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .footer__address {
    font-size: 16px;
  }
}
.footer__phone {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  margin-bottom: 10px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .footer__phone {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .footer__phone {
    font-size: 16px;
  }
}
.footer__mail {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
@media (min-width: 768px) {
  .footer__mail {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .footer__mail {
    font-size: 16px;
  }
}
.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  gap: 20px;
}
@media (min-width: 768px) {
  .footer__bottom {
    -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;
  }
}
.footer__bottom-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (min-width: 768px) {
  .footer__bottom-links {
    width: 33%;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 1024px) {
  .footer__bottom-links {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    gap: 50px;
  }
}
.footer__bottom-links-item {
  color: rgba(255, 253, 247, 0.7);
  font-size: 10px;
  line-height: 130%; /* 13px */
}
@media (min-width: 768px) {
  .footer__bottom-links-item {
    font-size: 14px;
  }
}
.footer__copyrights {
  color: rgba(255, 253, 247, 0.7);
  font-size: 10px;
  line-height: 130%; /* 13px */
}
@media (min-width: 768px) {
  .footer__copyrights {
    font-size: 14px;
    width: 48.838%;
  }
}

@media (min-width: 768px) {
  .faq-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.faq-module__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
}
@media (min-width: 768px) {
  .faq-module__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 768px) {
  .faq-module__col-1 {
    width: 48.838%;
    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;
    gap: 30px;
  }
}
@media (min-width: 768px) {
  .faq-module__col-1 {
    max-width: 445px;
  }
}
.faq-module__col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .faq-module__col-2 {
    width: 48.838%;
  }
}
@media (min-width: 1500px) {
  .faq-module__col-2 {
    width: 49.4567%;
  }
}
.faq-module__tabs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
.faq-module__tab-btn {
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(10px);
  color: #FFFDF7;
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  cursor: pointer;
}
.faq-module__tab-btn--active {
  border-radius: 50px;
  background: #6EA6B5;
}
@media (min-width: 768px) {
  .faq-module__tab-btn {
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .faq-module__tab-btn {
    font-size: 16px;
  }
}
.faq-module__info.mobile-hidden {
  display: none;
}
@media screen and (min-width: 768px) {
  .faq-module__info.mobile-hidden {
    display: block;
    max-width: 301px;
  }
}
@media screen and (min-width: 1500px) {
  .faq-module__info.mobile-hidden {
    max-width: 445px;
  }
}
@media screen and (min-width: 768px) {
  .faq-module__info.desktop-hidden {
    display: none;
  }
}
.faq-module__info-text {
  color: rgba(255, 253, 247, 0.7);
  font-size: 16px;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1500px) {
  .faq-module__info-text {
    font-size: 20px;
  }
}
.faq-module__info-btn {
  margin-top: 30px;
  width: 100%;
}
.faq-module__info-btn .btn-primary__text {
  width: -webkit-fill-available;
}
@media screen and (min-width: 768px) {
  .faq-module__info-btn .btn-primary__text {
    min-width: 239px;
    width: auto;
  }
}
.faq-module__accordion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 1500px) {
  .faq-module__accordion {
    gap: 20px;
  }
}
.faq-module__item {
  overflow: hidden;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  border-radius: 20px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(5px);
}
.faq-module__trigger {
  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;
  gap: 8px;
  padding: 16px;
  width: 100%;
  border: none;
  background: none;
  cursor: pointer;
}
@media screen and (min-width: 1500px) {
  .faq-module__trigger {
    padding: 24px;
  }
}
.faq-module__question {
  color: #FFFDF7;
  font-size: 16px;
  line-height: 110%; /* 19.8px */
  text-align: left;
}
@media (min-width: 1024px) {
  .faq-module__question {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .faq-module__question {
    font-size: 24px;
  }
}
.faq-module__icon {
  position: relative;
  width: 48px;
  height: 48px;
  -webkit-transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: transform 0.5s cubic-bezier(0.4, 0, 0.2, 1), -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  background: #6EA6B5;
}
.faq-module__icon::before, .faq-module__icon::after {
  content: "";
  position: absolute;
  background-color: #FFFDF7;
  border-radius: 2px;
}
.faq-module__icon::before {
  width: 2px;
  height: 18px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.faq-module__icon::after {
  height: 2px;
  width: 18px;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.faq-module__trigger[aria-expanded=true] .faq-module__icon {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
}
.faq-module__trigger[aria-expanded=true] .faq-module__icon::after {
  opacity: 0;
}
.faq-module__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  transition: max-height 0.5s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.4s ease;
  opacity: 0;
}
.faq-module__item--active .faq-module__content {
  opacity: 1;
}
.faq-module__content-inner {
  padding: 0 16px 16px;
}
@media screen and (min-width: 1500px) {
  .faq-module__content-inner {
    padding: 0 24px 24px;
  }
}
.faq-module__content-inner p {
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .faq-module__content-inner p {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .faq-module__content-inner p {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .faq-module__btn-more-wrap {
    display: none;
  }
}
.faq-module__btn-more-wrap .faq__btn-more {
  width: 100%;
}
.faq-module__btn-more-wrap .faq__btn-more .btn-secondary__text {
  width: -webkit-fill-available;
}

.breadcrumbs {
  margin: 30px 0;
}
@media (min-width: 1200px) {
  .breadcrumbs {
    margin: 40px 0;
  }
}
.breadcrumbs__inner {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.breadcrumbs span {
  color: rgba(255, 253, 247, 0.6);
  font-size: 10px;
  line-height: 130%; /* 13px */
}
.breadcrumbs span.breadcrumb_last {
  color: #FFFDF7;
}
@media (min-width: 768px) {
  .breadcrumbs span {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .breadcrumbs span {
    font-size: 14px;
  }
}

.property-card {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: block;
  height: 100%;
}
.property-card::after {
  content: "";
  position: absolute;
  z-index: 2;
  inset: 0;
  backdrop-filter: blur(5px);
  pointer-events: none;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(20%, black), color-stop(35%, transparent));
  -webkit-mask-image: linear-gradient(to top, black 0%, black 20%, transparent 35%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(20%, black), color-stop(35%, transparent));
          mask-image: linear-gradient(to top, black 0%, black 20%, transparent 35%);
}
@media (min-width: 768px) {
  .property-card::after {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, black), color-stop(40%, transparent));
    -webkit-mask-image: linear-gradient(to top, black 0%, black 25%, transparent 40%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, black), color-stop(40%, transparent));
            mask-image: linear-gradient(to top, black 0%, black 25%, transparent 40%);
  }
}
.property-card__inner {
  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;
  gap: 232px;
  position: relative;
  z-index: 3;
  padding: 16px;
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  .property-card__inner {
    gap: 132px;
  }
}
@media (min-width: 1500px) {
  .property-card__inner {
    gap: 280px;
    padding: 24px;
  }
}
.property-card__bg-image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: 1;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.property-card__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.property-card__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.property-card__tags-item {
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(20px);
  padding: 8px 16px;
  color: #FFFDF7;
  font-size: 10px;
  font-style: normal;
}
@media (min-width: 768px) {
  .property-card__tags-item {
    font-size: 12px;
    padding: 6px 12px;
  }
}
@media (min-width: 1500px) {
  .property-card__tags-item {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.property-card__arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  aspect-ratio: 1/1;
  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-radius: 50%;
  background: #6EA6B5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 1500px) {
  .property-card__arrow {
    width: 51px;
  }
}
.property-card__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 1200px) {
  .property-card__main {
    gap: 16px;
  }
}
.property-card__title {
  color: #FFFDF7;
  font-size: 20px;
  font-style: normal;
  line-height: 110%; /* 22px */
  font-weight: 400;
}
@media (min-width: 768px) {
  .property-card__title {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .property-card__title {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .property-card__title {
    font-size: 24px;
  }
}
.property-card__descr {
  display: none;
  color: rgba(255, 253, 247, 0.7);
  font-size: 14px;
}
@media (min-width: 1500px) {
  .property-card__descr {
    font-size: 16px;
  }
}
.property-card__price {
  color: #FFFDF7;
  font-size: 20px;
  font-style: normal;
  line-height: 110%; /* 22px */
}
@media (min-width: 1024px) {
  .property-card__price {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .property-card__price {
    font-size: 24px;
  }
}
.property-card__features {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.property-card__features-item {
  color: #FFFDF7;
  font-size: 14px;
}
@media (hover: hover) {
  .property-card:hover .property-card__bg-image {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .property-card:hover .property-card__arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

.pagination {
  margin-top: 30px;
  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;
  gap: 2px;
}
@media (min-width: 768px) {
  .pagination {
    gap: 4px;
  }
}
.pagination .page-numbers {
  width: 32px;
  height: 32px;
  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: #FFFDF7;
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
.pagination .page-numbers.current {
  border-radius: 50%;
  background: #6EA6B5;
}
@media (min-width: 768px) {
  .pagination .page-numbers {
    width: 48px;
    height: 48px;
  }
}

.filters {
  margin: 30px 0 50px;
  display: none;
}
.filters.is-open {
  display: block;
}
@media (min-width: 768px) {
  .filters {
    display: block;
  }
}
.filters__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.filters__main-row {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .filters__main-row {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1300px) {
  .filters__main-row {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 768px) {
  .filters__col--status {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .filters__col--rooms {
    grid-row: span 2;
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 1024px) {
  .filters__col--rooms {
    grid-row: span 1;
  }
}
@media (min-width: 1300px) {
  .filters__col--rooms {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 768px) {
  .filters__col--city {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1300px) {
  .filters__col--city {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .filters__col--district {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 1024px) {
  .filters__col--district {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 1300px) {
  .filters__col--district {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 768px) {
  .filters__col--price-from {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 1024px) {
  .filters__col--price-from {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 1300px) {
  .filters__col--price-from {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media (min-width: 768px) {
  .filters__col--type {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media (min-width: 1024px) {
  .filters__col--type {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media (min-width: 1300px) {
  .filters__col--type {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 768px) {
  .filters__col--price-to {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media (min-width: 1024px) {
  .filters__col--price-to {
    -webkit-box-ordinal-group: 7;
        -ms-flex-order: 6;
            order: 6;
  }
}
@media (min-width: 1300px) {
  .filters__col--price-to {
    -webkit-box-ordinal-group: 8;
        -ms-flex-order: 7;
            order: 7;
  }
}
@media (min-width: 768px) {
  .filters__col--submit {
    grid-column: span 2;
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
@media (min-width: 1024px) {
  .filters__col--submit {
    grid-column: span 1;
  }
}
@media (min-width: 1300px) {
  .filters__col--submit {
    -webkit-box-ordinal-group: 9;
        -ms-flex-order: 8;
            order: 8;
  }
}
.filters__toggle {
  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;
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
}
.filters__toggle-item {
  cursor: pointer;
  display: block;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.filters__toggle-input {
  position: absolute;
  width: 1px;
  height: 1px;
  opacity: 0;
  pointer-events: none;
  border-radius: 50px;
}
.filters__toggle-input:checked + .filters__toggle-btn {
  background: #6EA6B5;
}
.filters__toggle-btn {
  display: block;
  padding: 16px 2px;
  border-radius: 50px;
  color: #b0b0b0;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  color: #FFFDF7;
  font-size: 12px;
}
@media (min-width: 768px) {
  .filters__toggle-btn {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters__toggle-btn {
    font-size: 16px;
  }
}
.filters__submit-btn {
  width: 100%;
}
.filters__submit-btn .filters__submit-text {
  width: -webkit-fill-available;
}
.filters__additional-col-1 {
  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;
}
.filters__advanced-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
}
.filters__advanced-toggle .filters__advanced-icon {
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
.filters__advanced-toggle.is-active .filters__advanced-icon {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media (min-width: 768px) {
  .filters__advanced-toggle {
    gap: 8px;
  }
}
.filters__reset-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .filters__reset-btn {
    gap: 8px;
  }
}
.filters__advanced-text {
  color: #FFFDF7;
  font-size: 10px;
  font-style: normal;
  line-height: 130%; /* 13px */
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .filters__advanced-text {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .filters__advanced-text {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters__advanced-text {
    font-size: 16px;
  }
}
.filters__reset-text {
  color: #FFFDF7;
  font-size: 10px;
  text-transform: uppercase;
}
@media (min-width: 768px) {
  .filters__reset-text {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .filters__reset-text {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters__reset-text {
    font-size: 16px;
  }
}
.filters__pills-group {
  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;
  gap: 8px;
  height: 100%;
}
@media (min-width: 768px) {
  .filters__pills-group {
    row-gap: 20px;
  }
}
@media (min-width: 1024px) {
  .filters__pills-group {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
@media (min-width: 1300px) {
  .filters__pills-group {
    gap: 0;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.filters__pill-item {
  cursor: pointer;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.filters__pill-item--wide {
  width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 1024px) {
  .filters__pill-item--wide {
    width: 22%;
  }
}
.filters__pill-item--wide .filters__pill-btn {
  width: 100%;
  border-radius: 50px;
}
.filters__pill-input {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}
.filters__pill-input:checked + .filters__pill-btn {
  background-color: #6EA6B5;
}
.filters__pill-btn {
  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;
  height: 48px;
  width: 48px;
  border-radius: 50%;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  color: #FFFDF7;
  font-size: 12px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 768px) {
  .filters__pill-btn {
    font-size: 14px;
  }
}
@media (min-width: 1300px) {
  .filters__pill-btn {
    height: 40px;
    width: 40px;
  }
}
@media (min-width: 1500px) {
  .filters__pill-btn {
    font-size: 16px;
  }
}
@media (min-width: 1800px) {
  .filters__pill-btn {
    height: 51px;
    width: 51px;
  }
}
.filters__input-group {
  position: relative;
  width: 100%;
}
.filters__input-group-item {
  width: 100%;
  padding: 16px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  color: #FFFDF7;
  font-size: 12px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
@media (min-width: 768px) {
  .filters__input-group-item {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters__input-group-item {
    font-size: 16px;
    padding: 16px 32px;
  }
}
.filters__input-group-item::-webkit-input-placeholder {
  color: #FFFDF7;
}
.filters__input-group-item::-moz-placeholder {
  color: #FFFDF7;
}
.filters__input-group-item:-ms-input-placeholder {
  color: #FFFDF7;
}
.filters__input-group-item::-ms-input-placeholder {
  color: #FFFDF7;
}
.filters__input-group-item::placeholder {
  color: #FFFDF7;
}
.filters__input-group-item:focus {
  border-color: rgba(255, 253, 247, 0.5);
}
.filters__input-group-item::-webkit-outer-spin-button, .filters__input-group-item::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.filters__input-group-item[type=number] {
  -moz-appearance: textfield;
}
.filters__input-group-item-icon {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFDF7;
  font-size: 12px;
  pointer-events: none;
}
@media (min-width: 768px) {
  .filters__input-group-item-icon {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters__input-group-item-icon {
    right: 32px;
    font-size: 16px;
  }
}
.filters__additional-content {
  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;
  gap: 30px;
}
.filters__additional-label {
  color: rgba(255, 253, 247, 0.6);
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 10px;
  display: block;
}
@media (min-width: 768px) {
  .filters__additional-label {
    font-size: 12px;
    margin-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  .filters__additional-label {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters__additional-label {
    font-size: 16px;
  }
}
.filters__additional-col-2 {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .filters__additional-col-2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
}
@media (min-width: 1300px) {
  .filters__additional-col-2 {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px 20px;
  }
}
@media (min-width: 768px) {
  .filters__additional-group--distance {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}
@media (min-width: 768px) {
  .filters__additional-group--plot {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
}
@media (min-width: 768px) {
  .filters__additional-group--year {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
@media (min-width: 1300px) {
  .filters__additional-group--year {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 768px) {
  .filters__additional-group--price {
    -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
            order: 4;
  }
}
@media (min-width: 1300px) {
  .filters__additional-group--price {
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 768px) {
  .filters__additional-group--view {
    grid-column: span 2;
    -webkit-box-ordinal-group: 6;
        -ms-flex-order: 5;
            order: 5;
  }
}
@media (min-width: 1300px) {
  .filters__additional-group--view {
    grid-column: span 1;
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.filters .range-slider {
  position: relative;
  width: 100%;
}
.filters .range-slider__inputs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: rgba(255, 253, 247, 0.05);
  border: 1px solid rgba(255, 253, 247, 0.1);
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
.filters .range-slider__inputs::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 15%;
  bottom: 15%;
  width: 1px;
  background: rgba(255, 253, 247, 0.1);
}
.filters .range-slider__field {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 16px 24px;
}
.filters .range-slider__field input {
  background: transparent;
  border: none;
  color: #FFFDF7;
  font-size: 12px;
  width: 100%;
  outline: none;
}
.filters .range-slider__field input::-webkit-outer-spin-button, .filters .range-slider__field input::-webkit-inner-spin-button {
  -webkit-appearance: none;
}
@media (min-width: 768px) {
  .filters .range-slider__field input {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters .range-slider__field input {
    font-size: 16px;
  }
}
.filters .range-slider__field span {
  color: #FFFDF7;
  font-size: 12px;
}
@media (min-width: 768px) {
  .filters .range-slider__field span {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters .range-slider__field span {
    font-size: 16px;
  }
}
.filters .range-slider__control {
  position: relative;
  height: 2px;
  margin: 0 10px;
}
.filters .range-slider__control input[type=range] {
  position: absolute;
  pointer-events: none;
  -webkit-appearance: none;
  z-index: 2;
  height: 2px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}
.filters .range-slider__control input[type=range]::-webkit-slider-thumb {
  pointer-events: all;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #FFFDF7;
  cursor: pointer;
  -webkit-appearance: none;
}
.filters .range-slider__track {
  position: absolute;
  height: 2px;
  width: 100%;
  background: rgba(255, 253, 247, 0.2);
  z-index: 1;
}
.filters .range-slider__range {
  position: absolute;
  height: 2px;
  background: #FFFDF7;
  z-index: 2;
}
.filters .range-slider__range::before, .filters .range-slider__range::after {
  position: absolute;
  content: "";
  width: 16px;
  height: 16px;
  background: #FFFDF7;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  z-index: 3;
  pointer-events: none;
}
.filters .range-slider__range::before {
  left: 0;
}
.filters .range-slider__range::after {
  right: 0;
}
.filters__checkbox-label {
  color: rgba(255, 253, 247, 0.6);
  font-size: 10px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .filters__checkbox-label {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .filters__checkbox-label {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters__checkbox-label {
    font-size: 16px;
  }
}
.filters__checkbox-grid {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 16px;
}
@media (min-width: 768px) {
  .filters__checkbox-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 16px 20px;
  }
}
@media (min-width: 1300px) {
  .filters__checkbox-grid {
    grid-template-columns: repeat(5, 1fr);
  }
}
.filters__checkbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.filters__checkbox input {
  display: none;
}
.filters__checkbox input:checked + .filters__checkbox-box {
  background-color: #FFFDF7;
}
.filters__checkbox input:checked + .filters__checkbox-box::after {
  opacity: 1;
}
.filters__checkbox-box {
  width: 24px;
  height: 24px;
  border-radius: 4px;
  border: 1px solid #FFFDF7;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.filters__checkbox-box::after {
  content: "";
  position: absolute;
  left: 7px;
  top: 3px;
  width: 8px;
  height: 14px;
  border: solid #0D0F14;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  opacity: 0;
  -webkit-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.filters__checkbox-text {
  color: #FFFDF7;
  font-size: 12px;
}
@media (min-width: 768px) {
  .filters__checkbox-text {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .filters__checkbox-text {
    font-size: 16px;
  }
}

.custom-select {
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.custom-select__header {
  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;
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  padding: 16px 24px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
@media (min-width: 1500px) {
  .custom-select__header {
    padding: 16px 32px;
  }
}
.custom-select__current {
  color: #FFFDF7;
  font-size: 12px;
}
@media (min-width: 768px) {
  .custom-select__current {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .custom-select__current {
    font-size: 16px;
  }
}
.custom-select__arrow {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  color: rgba(255, 253, 247, 0.6);
  position: absolute;
  top: 50%;
  right: 24px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.custom-select__list {
  position: absolute;
  top: calc(100% + 8px);
  left: 0;
  width: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(10px);
  margin: 0;
  list-style: none;
  z-index: 4;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
          box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
}
.custom-select__item {
  padding: 16px 32px;
  color: #FFFDF7;
  font-size: 12px;
  cursor: pointer;
  -webkit-transition: 0.2s ease;
  transition: 0.2s ease;
  border-bottom: 1px solid rgba(255, 253, 247, 0.2);
}
@media (min-width: 768px) {
  .custom-select__item {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .custom-select__item {
    font-size: 16px;
  }
}
.custom-select__item:nth-last-child(1) {
  border: none;
  border-radius: 0 0 20px 20px;
}
.custom-select__item:nth-child(1) {
  border-radius: 20px 20px 0 0;
}
.custom-select__item:hover {
  background: #6EA6B5;
}
.custom-select.is-open .custom-select__list {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
.custom-select.is-open .custom-select__arrow {
  -webkit-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.custom-select.is-open .custom-select__header {
  border-color: rgba(255, 253, 247, 0.5);
}

.directions__sctn-title,
.advantages__sctn-title {
  -webkit-transform: translateY(35%);
          transform: translateY(35%);
}
@media (min-width: 1200px) {
  .directions__sctn-title,
  .advantages__sctn-title {
    -webkit-transform: translateY(28%);
            transform: translateY(28%);
  }
}
.directions__swiper,
.advantages__swiper {
  overflow: visible;
}
@media (min-width: 768px) {
  .directions__swiper-wrapper,
  .advantages__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 20px;
    grid-row-gap: 16px;
  }
}
@media (min-width: 1200px) {
  .directions__swiper-wrapper,
  .advantages__swiper-wrapper {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
  }
}
.directions__item,
.advantages__item {
  height: auto;
  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;
  gap: 102px;
  border-radius: 20px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(5px);
  padding: 16px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .directions__item,
  .advantages__item {
    gap: 6px;
  }
  .directions__item:nth-child(3n+1),
  .advantages__item:nth-child(3n+1) {
    grid-column: 1/2;
    grid-row: span 2;
  }
  .directions__item:nth-child(3n+2),
  .advantages__item:nth-child(3n+2) {
    grid-column: 2/3;
  }
  .directions__item:nth-child(3n+3),
  .advantages__item:nth-child(3n+3) {
    grid-column: 2/3;
  }
}
@media (min-width: 1024px) {
  .directions__item,
  .advantages__item {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .directions__item:nth-child(6n+1),
  .advantages__item:nth-child(6n+1) {
    grid-area: span 2/1;
  }
  .directions__item:nth-child(6n+4),
  .advantages__item:nth-child(6n+4) {
    grid-area: span 2/3;
  }
  .directions__item:nth-child(6n+2),
  .advantages__item:nth-child(6n+2) {
    grid-column: 2;
    grid-row: 1;
  }
  .directions__item:nth-child(6n+5),
  .advantages__item:nth-child(6n+5) {
    grid-column: 4;
    grid-row: 1;
  }
  .directions__item:nth-child(6n+3),
  .advantages__item:nth-child(6n+3) {
    grid-column: 2;
    grid-row: 2;
  }
  .directions__item:nth-child(6n+6),
  .advantages__item:nth-child(6n+6) {
    grid-column: 4;
    grid-row: 2;
  }
}
@media (min-width: 1500px) {
  .directions__item,
  .advantages__item {
    gap: 40px;
    padding: 30px;
  }
}
.directions__item-top,
.advantages__item-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.directions__item-num,
.advantages__item-num {
  color: #FFFDF7;
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .directions__item-num,
  .advantages__item-num {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .directions__item-num,
  .advantages__item-num {
    font-size: 20px;
  }
}
.directions__item-arrow,
.advantages__item-arrow {
  width: 48px;
  aspect-ratio: 1/1;
  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-radius: 50%;
  background: #6EA6B5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 1500px) {
  .directions__item-arrow,
  .advantages__item-arrow {
    width: 51px;
  }
}
.directions__item-arrow svg,
.advantages__item-arrow svg {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
  fill: #FFFDF7;
}
.directions__item-main,
.advantages__item-main {
  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;
  gap: 16px;
}
@media (min-width: 768px) {
  .directions__item-main,
  .advantages__item-main {
    gap: 10px;
  }
}
.directions__item-title,
.advantages__item-title {
  color: #FFFDF7;
  font-size: 22px;
  font-style: normal;
  line-height: 110%;
  font-weight: 400;
}
@media (min-width: 768px) {
  .directions__item-title,
  .advantages__item-title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .directions__item-title,
  .advantages__item-title {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .directions__item-title,
  .advantages__item-title {
    font-size: 48px;
  }
}
.directions__item-descr,
.advantages__item-descr {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .directions__item-descr,
  .advantages__item-descr {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .directions__item-descr,
  .advantages__item-descr {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .directions__item:hover,
  .advantages__item:hover {
    background: #6EA6B5;
  }
  .directions__item:hover .directions__item-arrow,
  .advantages__item:hover .directions__item-arrow {
    background: #FFFDF7;
  }
  .directions__item:hover .directions__item-arrow svg,
  .advantages__item:hover .directions__item-arrow svg {
    fill: #0D0F14;
  }
}
.directions__swiper-pagination,
.advantages__swiper-pagination {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .directions__swiper-pagination,
  .advantages__swiper-pagination {
    margin-top: 0;
  }
}

.custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100dvh;
  z-index: -1;
  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;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.custom-popup.is-open {
  opacity: 1;
  visibility: visible;
  z-index: 1100;
}
.custom-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #0D0F14;
  opacity: 0.7;
}
.custom-popup__content {
  position: relative;
  background: #0D0F14;
  padding: 108px 20px 70px;
  width: 100%;
  max-height: 100%;
  -webkit-transform: translateY(20px);
          transform: translateY(20px);
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  z-index: 2;
  overflow-y: auto;
}
.is-open .custom-popup__content {
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
@media (min-width: 768px) {
  .custom-popup__content {
    max-width: 462px;
    max-height: 90%;
    border-radius: 20px;
    border: 1px solid rgba(255, 253, 247, 0.2);
    padding: 108px 40px 40px;
  }
}
.custom-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  background: transparent;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}
.custom-popup__close:hover {
  opacity: 0.7;
}
.custom-popup__title {
  margin-bottom: 40px;
}

#contact-popup .contact-form-wrapper .contact-form-item {
  width: 100%;
}
#contact-popup .contact-form-wrapper textarea.contact-form-input {
  height: 100px;
}

.empty-search {
  margin-bottom: 30px;
}
.empty-search__title {
  color: #FFFDF7;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .empty-search__title {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .empty-search__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.empty-search__subtitle {
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .empty-search__subtitle {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .empty-search__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.empty-search__reset-btn {
  width: 100%;
}
.empty-search__reset-btn .btn-primary__text {
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  .empty-search__reset-btn {
    width: auto;
  }
  .empty-search__reset-btn .btn-primary__text {
    padding: 16px 32px;
  }
}
@media (hover: hover) {
  .empty-search__reset-btn:hover .btn-primary__icon svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.search__recommendations .search__catalog-title {
  margin-bottom: 30px;
}

.empty-blog {
  margin-bottom: 30px;
}
.empty-blog__title {
  color: #FFFDF7;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  margin-bottom: 16px;
}
@media (min-width: 1024px) {
  .empty-blog__title {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .empty-blog__title {
    font-size: 24px;
    margin-bottom: 20px;
  }
}
.empty-blog__subtitle {
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .empty-blog__subtitle {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .empty-blog__subtitle {
    font-size: 16px;
    margin-bottom: 30px;
  }
}
.empty-blog__reset-btn {
  width: 100%;
}
.empty-blog__reset-btn .btn-primary__text {
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  .empty-blog__reset-btn {
    width: auto;
  }
  .empty-blog__reset-btn .btn-primary__text {
    padding: 16px 32px;
  }
}
@media (hover: hover) {
  .empty-blog__reset-btn:hover .btn-primary__icon svg {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}

.hero {
  overflow: hidden;
}
.hero__inner {
  min-height: calc(100vh - 90px);
  padding: 30px 16px 16px;
  border-radius: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  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;
  gap: 100px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .hero__inner {
    padding: 20px;
  }
}
@media (min-width: 1200px) {
  .hero__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    padding: 40px 0 40px 40px;
  }
}
.hero__inner::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 15, 20, 0.6)), color-stop(49.93%, rgba(13, 15, 20, 0))), -webkit-gradient(linear, left top, left bottom, color-stop(49.93%, rgba(13, 15, 20, 0)), to(rgba(13, 15, 20, 0.6)));
  background: linear-gradient(180deg, rgba(13, 15, 20, 0.6) 0%, rgba(13, 15, 20, 0) 49.93%), linear-gradient(180deg, rgba(13, 15, 20, 0) 49.93%, rgba(13, 15, 20, 0.6) 100%);
  z-index: 1;
}
.hero__col-1 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .hero__col-1 {
    width: 55%;
    gap: 16px;
  }
}
@media (min-width: 1024px) {
  .hero__col-1 {
    width: 48.838%;
    gap: 20px;
  }
}
@media (min-width: 1200px) {
  .hero__col-1 {
    width: 48.838%;
  }
}
@media (min-width: 1500px) {
  .hero__col-1 {
    width: 45%;
  }
}
.hero__col-2 {
  position: relative;
  z-index: 3;
}
@media (min-width: 768px) {
  .hero__col-2 {
    width: 52%;
    -ms-flex-item-align: end;
        align-self: flex-end;
    margin-right: 118px;
  }
}
@media (min-width: 1024px) {
  .hero__col-2 {
    width: 38%;
  }
}
@media (min-width: 1200px) {
  .hero__col-2 {
    overflow: hidden;
    margin: 0;
    padding-right: 155px;
  }
}
@media (min-width: 1500px) {
  .hero__col-2 {
    width: 31.695%;
  }
}
.hero__title {
  color: #FFFDF7;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 26px;
  }
}
@media (min-width: 768px) {
  .hero__title {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .hero__title {
    font-size: 48px;
  }
}
.hero__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
}
@media (min-width: 1500px) {
  .hero__tags {
    gap: 14px;
  }
}
.hero__tags-item {
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(10px);
  padding: 12px 24px;
  color: #FFFDF7;
  font-size: 12px;
  font-style: normal;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 768px) {
  .hero__tags-item {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .hero__tags-item {
    font-size: 16px;
    padding: 16px 32px;
  }
}
@media (hover: hover) {
  .hero__tags-item:hover {
    background: #6EA6B5;
  }
}
.hero__swiper {
  overflow: visible;
}
.hero__swiper-slide {
  height: auto;
}
.hero__swiper .hero__slide-inner {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  border-radius: 20px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(10px);
  padding: 10px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 1024px) {
  .hero__swiper .hero__slide-inner {
    gap: 16px;
  }
}
@media (hover: hover) {
  .hero__swiper .hero__slide-inner:hover {
    background: rgba(255, 253, 247, 0.2);
  }
}
.hero__swiper .hero__slide-img {
  width: 110px;
  border-radius: 10px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .hero__swiper .hero__slide-img {
    width: 125px;
  }
}
.hero__swiper .hero__slide-tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 4px;
}
.hero__swiper .hero__slide-tags-item {
  padding: 6px 12px;
  border-radius: 50px;
  border: 0.5px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(20px);
  color: #FFFDF7;
  font-size: 10px;
  font-style: normal;
}
@media (min-width: 768px) {
  .hero__swiper .hero__slide-tags-item {
    padding: 8px 16px;
    font-size: 12px;
  }
}
.hero__swiper .hero__slide-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.hero__swiper .hero__slide-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}
@media (min-width: 768px) {
  .hero__swiper .hero__slide-text {
    gap: 4px;
  }
}
.hero__swiper .hero__slide-title {
  color: #FFFDF7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 17.6px */
}
@media (min-width: 1024px) {
  .hero__swiper .hero__slide-title {
    font-size: 18px;
  }
}
.hero__swiper .hero__slide-descr {
  color: rgba(255, 253, 247, 0.7);
  font-size: 10px;
  font-style: normal;
  line-height: 130%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: normal;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
@media (min-width: 768px) {
  .hero__swiper .hero__slide-descr {
    font-size: 14px;
  }
}
.hero__swiper-controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  margin-bottom: 10px;
}
@media (min-width: 1024px) {
  .hero__swiper-controls {
    margin-bottom: 16px;
  }
}
.hero__swiper-number {
  color: #FFFDF7;
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .hero__swiper-number {
    font-size: 14px;
  }
}
.hero__swiper-scrollbar.swiper-scrollbar {
  position: initial;
  height: 2px;
  border-radius: 100px;
  background: rgba(255, 253, 247, 0.1);
  backdrop-filter: blur(10px);
}
.hero__swiper-scrollbar.swiper-scrollbar .swiper-scrollbar-drag {
  background: #FFFDF7;
}

.about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.about__col-1 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.about__col-2 {
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
}
@media (min-width: 768px) {
  .about__col-2 {
    -ms-flex-preferred-size: 48.838%;
        flex-basis: 48.838%;
  }
}
@media (min-width: 1500px) {
  .about__col-2 {
    -ms-flex-preferred-size: 49.4567%;
        flex-basis: 49.4567%;
  }
}
.about__title {
  margin-bottom: 20px;
}
.about__text {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .about__text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .about__text {
    max-width: 65%;
  }
}
@media (min-width: 1500px) {
  .about__text {
    font-size: 16px;
    max-width: 50%;
  }
}
.about__btn {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .about__btn {
    max-width: 300px;
  }
}
.about__btn .btn-secondary__text {
  width: -webkit-fill-available;
  font-size: clamp(10px, 2vw, 16px);
}

.about-cy__sctn-title {
  margin-bottom: 30px;
}
.about-cy__inner {
  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;
  gap: 30px;
}
@media (min-width: 768px) {
  .about-cy__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    gap: 0;
  }
}
.about-cy__col-1 {
  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;
  gap: 20px;
}
@media (min-width: 768px) {
  .about-cy__col-1 {
    -ms-flex-preferred-size: 48.838%;
        flex-basis: 48.838%;
    gap: 0;
  }
}
@media (min-width: 1500px) {
  .about-cy__col-1 {
    -ms-flex-preferred-size: 49.4567%;
        flex-basis: 49.4567%;
  }
}
@media (min-width: 768px) {
  .about-cy__col-2 {
    -ms-flex-preferred-size: 48.838%;
        flex-basis: 48.838%;
  }
}
@media (min-width: 1500px) {
  .about-cy__col-2 {
    -ms-flex-preferred-size: 49.4567%;
        flex-basis: 49.4567%;
  }
}
.about-cy__text {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
}
@media (min-width: 768px) {
  .about-cy__text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .about-cy__text {
    max-width: 301px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media (min-width: 1500px) {
  .about-cy__text {
    font-size: 16px;
    max-width: 445px;
  }
}
.about-cy__img-wrap {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .about-cy__img-wrap {
    height: 402px;
    min-height: 100%;
  }
}
@media (min-width: 1024px) {
  .about-cy__img-wrap {
    height: 426px;
  }
}
@media (min-width: 1500px) {
  .about-cy__img-wrap {
    height: 600px;
  }
}

.relocation__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.relocation__col-1 {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}
.relocation__col-2 {
  -ms-flex-preferred-size: 72%;
      flex-basis: 72%;
}
@media (min-width: 768px) {
  .relocation__col-2 {
    -ms-flex-preferred-size: 48.838%;
        flex-basis: 48.838%;
  }
}
@media (min-width: 1500px) {
  .relocation__col-2 {
    -ms-flex-preferred-size: 49.4567%;
        flex-basis: 49.4567%;
  }
}
.relocation__title {
  margin-bottom: 20px;
}
.relocation__text {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .relocation__text {
    font-size: 14px;
  }
}
@media (min-width: 1024px) {
  .relocation__text {
    max-width: 65%;
  }
}
@media (min-width: 1500px) {
  .relocation__text {
    font-size: 16px;
    max-width: 50%;
  }
}
.relocation__img-wrap {
  margin-top: 30px;
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .relocation__img-wrap {
    height: 396px;
  }
}
@media (min-width: 1024px) {
  .relocation__img-wrap {
    height: 460px;
  }
}
@media (min-width: 1500px) {
  .relocation__img-wrap {
    height: 860px;
  }
}

.cities {
  position: relative;
}
@media (min-width: 768px) {
  .cities::before {
    position: absolute;
    width: 40px;
    height: 100%;
    content: "";
    z-index: 2;
    background: #0D0F14;
    top: 0;
    left: 0;
  }
}
.cities__sctn-title {
  margin-bottom: 30px;
}
.cities__inner-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .cities__inner-top {
    -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;
  }
}
@media (min-width: 768px) {
  .cities__title {
    -ms-flex-preferred-size: 48.838%;
        flex-basis: 48.838%;
  }
}
@media (min-width: 1200px) {
  .cities__title {
    -ms-flex-preferred-size: 41.033%;
        flex-basis: 41.033%;
  }
}
.cities__slider-buttons-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
@media (min-width: 768px) {
  .cities__slider-buttons-wrap {
    -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;
    max-width: 48.838%;
    gap: 10px;
    margin-right: 5%;
  }
}
@media (min-width: 1200px) {
  .cities__slider-buttons-wrap {
    margin-right: 8%;
  }
}
@media (min-width: 1500px) {
  .cities__slider-buttons-wrap {
    margin-right: 16%;
    gap: 24px;
  }
}
.cities__slider-btn {
  color: rgba(255, 253, 247, 0.2);
  font-size: 16px;
  font-style: normal;
  line-height: 110%; /* 17.6px */
  -webkit-transition: 0.5s esae;
  transition: 0.5s esae;
  cursor: pointer;
}
.cities__slider-btn.is-active {
  color: #FFFDF7;
}
@media (min-width: 1024px) {
  .cities__slider-btn {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .cities__slider-btn {
    font-size: 24px;
  }
}
.cities__inner-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 30px;
}
@media (min-width: 768px) {
  .cities__inner-bottom {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .cities__content {
    background: #0D0F14;
    z-index: 3;
    position: relative;
    width: 33.576%;
    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: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    padding-right: 12px;
  }
}
@media (min-width: 1024px) {
  .cities__content {
    padding-right: 20px;
  }
}
@media (min-width: 1500px) {
  .cities__content {
    -ms-flex-preferred-size: 22%;
        flex-basis: 22%;
  }
}
.cities__text {
  color: rgba(255, 253, 247, 0.7);
  font-size: 16px;
  font-style: normal;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1200px) {
  .cities__text {
    font-size: 20px;
  }
}
.cities__btn {
  width: 100%;
  margin-top: 30px;
}
@media (min-width: 1200px) {
  .cities__btn {
    width: auto;
  }
}
.cities__btn .btn-secondary__text {
  width: -webkit-fill-available;
}
@media (min-width: 1200px) {
  .cities__btn .btn-secondary__text {
    min-width: 240px;
    width: auto;
  }
}
.cities__galleries-stack {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .cities__galleries-stack {
    width: 66.424%;
  }
}
@media (min-width: 1024px) {
  .cities__galleries-stack {
    width: 66.424%;
  }
}
@media (min-width: 1024px) {
  .cities__galleries-stack {
    width: 70%;
  }
}
.cities__swiper {
  display: none;
  width: 100%;
  overflow: visible;
}
.cities__swiper.is-active {
  display: block;
  -webkit-animation: fadeInCity 0.5s ease-in-out;
          animation: fadeInCity 0.5s ease-in-out;
}
.cities__item {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  overflow: hidden;
  border-radius: 20px;
}
@media (min-width: 1024px) {
  .cities__item {
    height: 360px;
  }
}
@media (min-width: 1500px) {
  .cities__item {
    height: 600px;
  }
}

@-webkit-keyframes fadeInCity {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInCity {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
.faq-sctn__sctn-title {
  margin-bottom: 20px;
}
.faq-sctn__inner {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .faq-sctn__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .faq-sctn__title {
    width: 48.838%;
  }
}
@media (min-width: 1500px) {
  .faq-sctn__title {
    width: 49.4567%;
  }
}
.faq-sctn__btn-wrapper {
  display: none;
}
@media (min-width: 768px) {
  .faq-sctn__btn-wrapper {
    display: block;
  }
}
.faq-sctn__btn-wrapper .faq__btn-more .btn-secondary__text {
  min-width: 171px;
}
@media (min-width: 1024px) {
  .faq-sctn__btn-wrapper .faq__btn-more .btn-secondary__text {
    min-width: 253px;
  }
}

.contact__sctn-title {
  margin-bottom: 30px;
}
.contact__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .contact__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media (min-width: 768px) {
  .contact__col-1 {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .contact__col-1 {
    width: 31.886%;
  }
}
@media (min-width: 1500px) {
  .contact__col-1 {
    width: 24.185%;
  }
}
@media (min-width: 768px) {
  .contact__col-2 {
    width: 48.838%;
  }
}
.contact__text {
  color: rgba(255, 253, 247, 0.7);
  font-size: 16px;
  font-style: normal;
  line-height: 130%; /* 20.8px */
}
@media (min-width: 1500px) {
  .contact__text {
    font-size: 20px;
  }
}

.contact-form-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 1200px) {
  .contact-form-wrapper {
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.contact-form-wrapper .contact-form-item {
  width: 100%;
}
@media (min-width: 1200px) {
  .contact-form-wrapper .contact-form-item {
    width: calc(50% - 10px);
  }
  .contact-form-wrapper .contact-form-item--message {
    width: 100%;
  }
}
.contact-form-wrapper .contact-form-input {
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  padding: 16px 20px 16px 24px;
  width: 100%;
  color: #FFFDF7;
  font-size: 14px;
  line-height: normal;
}
@media (min-width: 1200px) {
  .contact-form-wrapper .contact-form-input {
    font-size: 16px;
  }
}
.contact-form-wrapper .contact-form-input::-webkit-input-placeholder {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
.contact-form-wrapper .contact-form-input::-moz-placeholder {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
.contact-form-wrapper .contact-form-input:-ms-input-placeholder {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
.contact-form-wrapper .contact-form-input::-ms-input-placeholder {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
.contact-form-wrapper .contact-form-input::placeholder {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 1200px) {
  .contact-form-wrapper .contact-form-input::-webkit-input-placeholder {
    font-size: 16px;
  }
  .contact-form-wrapper .contact-form-input::-moz-placeholder {
    font-size: 16px;
  }
  .contact-form-wrapper .contact-form-input:-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-form-wrapper .contact-form-input::-ms-input-placeholder {
    font-size: 16px;
  }
  .contact-form-wrapper .contact-form-input::placeholder {
    font-size: 16px;
  }
}
.contact-form-wrapper select.contact-form-input {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" width="13" height="8" viewBox="0 0 13 8" fill="none"><path d="M12.3535 0.353516L6.35352 6.35352L0.353515 0.353516" stroke="%23FFFDF7"/></svg>');
  background-repeat: no-repeat;
  background-position: right 24px center;
  background-size: 12px;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .contact-form-wrapper select.contact-form-input {
    font-size: 16px;
  }
}
.contact-form-wrapper select.contact-form-input.is-selected {
  color: #FFFDF7;
}
.contact-form-wrapper textarea.contact-form-input {
  max-width: 100%;
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
  height: 180px;
  border-radius: 24px;
}
.contact-form-wrapper .privacy-notice .wpcf7-list-item {
  margin: 0;
  display: block;
}
.contact-form-wrapper .privacy-notice input[type=checkbox] {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.contact-form-wrapper .privacy-notice .wpcf7-list-item-label {
  position: relative;
  padding-left: 35px;
  color: rgba(255, 253, 247, 0.7);
  font-size: 10px;
  line-height: 130%; /* 13px */
  display: inline-block;
  cursor: pointer;
}
@media (min-width: 1200px) {
  .contact-form-wrapper .privacy-notice .wpcf7-list-item-label {
    font-size: 14px;
  }
}
.contact-form-wrapper {
  /* Квадратик чекбокса */
}
.contact-form-wrapper .privacy-notice .wpcf7-list-item-label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 24px;
  height: 24px;
  border: 1px solid #FFFDF7;
  background-color: transparent;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.contact-form-wrapper {
  /* Галочка (прихована за замовчуванням) */
}
.contact-form-wrapper .privacy-notice .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 5px;
  top: 40%;
  width: 6px;
  height: 11px;
  border: solid #FFFDF7; /* Колір галочки */
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  opacity: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.contact-form-wrapper .privacy-notice input[type=checkbox]:checked + .wpcf7-list-item-label:after {
  opacity: 1;
}
.contact-form-wrapper .wpcf7-not-valid-tip {
  font-size: 12px;
  color: #ff4d4d;
  margin-top: 5px;
}
.contact-form-wrapper br {
  display: none;
}

.contact-form-btn {
  width: 100%;
  margin-top: 30px;
}
.contact-form-btn .btn-primary__text {
  width: -webkit-fill-available;
}

.blogrm__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blogrm__inner {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.blogrm__btn.mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .blogrm__btn.mobile-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .blogrm__btn.mobile-hidden .btn-secondary__text {
    min-width: 171px;
  }
}
@media (min-width: 1024px) {
  .blogrm__btn.mobile-hidden .btn-secondary__text {
    min-width: 253px;
  }
}
.blogrm__btn.desktop-hidden {
  width: 100%;
  margin-top: 30px;
}
.blogrm__btn.desktop-hidden .btn-secondary__text {
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  .blogrm__btn.desktop-hidden {
    display: none;
  }
}
.blogrm__title {
  width: 72%;
}
@media (min-width: 768px) {
  .blogrm__title {
    width: 48.838%;
  }
}
.blogrm__sctn-title {
  width: 20%;
}
@media (min-width: 768px) {
  .blogrm__sctn-title {
    width: 100%;
    margin-bottom: 30px;
  }
}
.blogrm__grid {
  display: grid;
  gap: 16px;
  grid-template-columns: 1fr;
}
@media (min-width: 768px) {
  .blogrm__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (min-width: 1024px) {
  .blogrm__grid {
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(2, 1fr);
    gap: 20px;
  }
}
.blogrm__article {
  border-radius: 20px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background-color: rgba(255, 253, 247, 0.05);
  position: relative;
  overflow: hidden;
  min-height: 200px;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 1024px) {
  .blogrm__article {
    min-height: 220px;
  }
}
@media (min-width: 1500px) {
  .blogrm__article {
    min-height: 330px;
  }
}
.blogrm__article:after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(5px);
  pointer-events: none;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(20%, black), color-stop(35%, transparent));
  -webkit-mask-image: linear-gradient(to top, black 0%, black 20%, transparent 35%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(20%, black), color-stop(35%, transparent));
          mask-image: linear-gradient(to top, black 0%, black 20%, transparent 35%);
}
@media (min-width: 768px) {
  .blogrm__article:after {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, black), color-stop(40%, transparent));
    -webkit-mask-image: linear-gradient(to top, black 0%, black 25%, transparent 40%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, black), color-stop(40%, transparent));
            mask-image: linear-gradient(to top, black 0%, black 25%, transparent 40%);
  }
}
.blogrm__article--1 {
  border: none;
}
@media (min-width: 768px) {
  .blogrm__article--1 {
    grid-row: span 2;
  }
}
@media (min-width: 1024px) {
  .blogrm__article--1 {
    grid-column: span 2;
  }
}
@media (min-width: 1024px) {
  .blogrm__article--2 {
    grid-column: 3/4;
    grid-row: 1/2;
  }
}
.blogrm__article--2 .blogrm__article-image-wrapper {
  display: none;
}
@media (min-width: 1024px) {
  .blogrm__article--3 {
    grid-column: 4/5;
    grid-row: 2/3;
  }
}
.blogrm__article--3 .blogrm__article-image-wrapper {
  display: none;
}
.blogrm__article-img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.blogrm__article-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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
  gap: 60px;
  text-decoration: none;
  color: inherit;
  position: relative;
  z-index: 3;
  padding: 16px;
}
@media (min-width: 1500px) {
  .blogrm__article-content {
    padding: 30px;
  }
}
.blogrm__article-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
}
.blogrm__article-top-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}
@media (min-width: 1500px) {
  .blogrm__article-top-col-1 {
    gap: 8px;
  }
}
.blogrm__article-arrow {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: 48px;
  aspect-ratio: 1/1;
  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-radius: 50%;
  background: #6EA6B5;
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
@media (min-width: 1500px) {
  .blogrm__article-arrow {
    width: 51px;
  }
}
.blogrm__article-cat {
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(10px);
  padding: 6px 12px;
  color: #FFFDF7;
  font-size: 10px;
  font-style: normal;
  line-height: 1;
}
@media (min-width: 768px) {
  .blogrm__article-cat {
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  .blogrm__article-cat {
    font-size: 14px;
    padding: 8px 16px;
  }
}
.blogrm__article-read-time {
  color: #FFFDF7;
  font-size: 10px;
  font-style: normal;
  line-height: 130%; /* 13px */
}
@media (min-width: 768px) {
  .blogrm__article-read-time {
    font-size: 12px;
  }
}
@media (min-width: 1500px) {
  .blogrm__article-read-time {
    font-size: 14px;
  }
}
.blogrm__article-da {
  color: rgba(255, 253, 247, 0.7);
  font-size: 10px;
  font-style: normal;
  line-height: 130%; /* 13px */
  margin-bottom: 4px;
}
@media (min-width: 768px) {
  .blogrm__article-da {
    font-size: 12px;
  }
}
@media (min-width: 1024px) {
  .blogrm__article-da {
    margin-bottom: 8px;
  }
}
@media (min-width: 1500px) {
  .blogrm__article-da {
    font-size: 16px;
  }
}
.blogrm__article-title {
  color: #FFFDF7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 24px */
}
@media (min-width: 1024px) {
  .blogrm__article-title {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .blogrm__article-title {
    font-size: 24px;
  }
}
.blogrm__article--1::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(13, 15, 20, 0.5)), color-stop(30%, rgba(13, 15, 20, 0))), -webkit-gradient(linear, left bottom, left top, from(rgba(13, 15, 20, 0.9)), color-stop(60%, rgba(13, 15, 20, 0)));
  background: linear-gradient(180deg, rgba(13, 15, 20, 0.5) 0%, rgba(13, 15, 20, 0) 30%), linear-gradient(0deg, rgba(13, 15, 20, 0.9) 0%, rgba(13, 15, 20, 0) 60%);
  z-index: 1;
}
.blogrm__article--1 .blogrm__article-content {
  gap: 187px;
}
.blogrm__article--1 .blogrm__article-da {
  margin-bottom: 8px;
}
.blogrm__article--1 .blogrm__article-title {
  font-size: 20px;
}
@media (min-width: 768px) {
  .blogrm__article--1 .blogrm__article-title {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .blogrm__article--1 .blogrm__article-title {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .blogrm__article--1 .blogrm__article-title {
    font-size: 48px;
  }
}
@media (hover: hover) {
  .blogrm__article:hover {
    background: rgba(255, 253, 247, 0.2);
  }
  .blogrm__article:hover .blogrm__article-img {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  .blogrm__article:hover .blogrm__article-arrow {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
}

@media (min-width: 768px) {
  .sale .is-mobile {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .sale .is-desktop {
    display: none !important;
  }
}
.sale__title-inner {
  margin-bottom: 30px;
}
.sale__swiper-pagination {
  margin-top: 30px;
}
.sale__btn-mobile {
  margin-top: 30px;
  width: 100%;
}
.sale__btn-mobile .btn-secondary__text {
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  .sale__btn-mobile {
    display: none;
  }
}
.sale__desktop-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.sale__desktop-grid.order-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}
@media (min-width: 1024px) {
  .sale__desktop-grid.order-row .sale__grid-col--right {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media (min-width: 1024px) {
  .sale__desktop-grid.order-row .sale__grid-col--left {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
.sale__desktop-grid.order-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
@media (min-width: 1024px) {
  .sale__desktop-grid.order-reverse .sale__grid-col--right {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}
@media (min-width: 1366px) {
  .sale__desktop-grid.order-reverse .sale__grid-col--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .sale__desktop-grid.order-reverse .sale__grid-col--left {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.sale__grid-col--left {
  width: 31.832%;
  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;
}
@media (min-width: 1024px) {
  .sale__grid-col--left {
    width: 48.838%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .sale__grid-col--left {
    width: 32.61%;
  }
}
@media (min-width: 1024px) {
  .sale__grid-col--left .sale__btn-desktop {
    width: 65.293%;
  }
}
.sale__grid-col--left .sale__btn-desktop .btn-secondary__text {
  width: -webkit-fill-available;
}
.sale__grid-col--right {
  width: 48.838%;
}
@media (min-width: 1024px) {
  .sale__grid-col--right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
  }
}
@media (min-width: 1366px) {
  .sale__grid-col--right {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1024px) {
  .sale__grid-item--1 {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1500px) {
  .sale__grid-item--1 .property-card__inner {
    gap: 132px;
  }
}
.sale__grid-item--2 {
  display: none;
}
@media (min-width: 1024px) {
  .sale__grid-item--2 {
    display: block;
    width: calc(50% - 10px);
  }
}
@media (min-width: 1500px) {
  .sale__grid-item--2 .property-card__inner {
    gap: 132px;
  }
}
.sale__grid-item--3 {
  width: 100%;
}
@media (min-width: 1024px) {
  .sale__grid-item--3 {
    width: 65.293%;
  }
}
@media (min-width: 1366px) {
  .sale__grid-item--3 {
    width: 66.77%;
  }
}
.sale__grid-item--3 .property-card__inner {
  min-height: 385px;
}
@media (min-width: 1024px) {
  .sale__grid-item--3 .property-card__inner {
    min-height: 420px;
  }
}
@media (min-width: 1500px) {
  .sale__grid-item--3 .property-card__inner {
    min-height: 680px;
  }
}
.sale__grid-item--3 .property-card__descr {
  display: block;
}
.sale__grid-item--4 {
  display: none;
}
@media (min-width: 1366px) {
  .sale__grid-item--4 {
    display: block;
    width: calc(33.23% - 20px);
  }
}
@media (min-width: 1500px) {
  .sale__grid-item--4 .property-card__inner {
    gap: 132px;
  }
}

.search__filters-toggle {
  width: 100%;
  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;
  margin: 30px 0;
  padding: 16px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
}
@media (min-width: 768px) {
  .search__filters-toggle {
    display: none;
  }
}
.search__filters-toggle-arrow {
  -webkit-transition: 0.5s ease;
  transition: 0.5s ease;
}
.search__filters-toggle-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.search__filters-toggle-text {
  color: #FFFDF7;
  font-size: 12px;
  font-style: normal;
  text-transform: uppercase;
}
.search__filters-toggle.is-active .search__filters-toggle-arrow {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}
.search__catalog-title-wrap {
  margin-bottom: 30px;
}
.search__catalog-title {
  color: #FFFDF7;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 768px) {
  .search__catalog-title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .search__catalog-title {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .search__catalog-title {
    font-size: 48px;
  }
}
.search__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .search__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.search__catalog-search {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .search__catalog-search {
    width: 48.838%;
  }
}
@media (min-width: 1200px) {
  .search__catalog-search {
    max-width: 445px;
  }
}
.search__catalog-search-input {
  width: 100%;
  padding: 16px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  color: #FFFDF7;
  font-size: 12px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.search__catalog-search-input::-webkit-input-placeholder {
  color: rgba(255, 253, 247, 0.7);
}
.search__catalog-search-input::-moz-placeholder {
  color: rgba(255, 253, 247, 0.7);
}
.search__catalog-search-input:-ms-input-placeholder {
  color: rgba(255, 253, 247, 0.7);
}
.search__catalog-search-input::-ms-input-placeholder {
  color: rgba(255, 253, 247, 0.7);
}
.search__catalog-search-input::placeholder {
  color: rgba(255, 253, 247, 0.7);
}
@media (min-width: 768px) {
  .search__catalog-search-input {
    font-size: 14px;
  }
}
.search__catalog-search-submit {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFDF7;
  font-size: 12px;
  cursor: pointer;
}
.search__catalog-sorting {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
@media (min-width: 768px) {
  .search__catalog-sorting {
    width: 48.838%;
  }
}
@media (min-width: 1200px) {
  .search__catalog-sorting {
    width: 290px;
  }
}
.search__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  grid-auto-flow: row;
}
.search__grid-empty-item {
  display: none !important;
}
.search__grid > * {
  height: 100%;
  grid-column: span 1;
  grid-row: span 1;
}
@media (min-width: 768px) and (max-width: 1023px) {
  .search__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
    grid-auto-flow: row dense;
  }
  .search__grid > *:nth-child(18n+5) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .search__grid > *:nth-child(18n+5) .property-card__descr {
    display: block;
  }
  .search__grid > *:nth-child(18n+5) .property-card__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search__grid > *:nth-child(18n+16) {
    grid-column: span 2;
    grid-row: span 2;
  }
  .search__grid > *:nth-child(18n+16) .property-card__descr {
    display: block;
  }
  .search__grid > *:nth-child(18n+16) .property-card__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search__grid > *:nth-child(18n+1) {
    grid-column-start: 1;
  }
}
@media (min-width: 1024px) {
  .search__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 30px;
    grid-auto-flow: row dense;
  }
  .search__grid-empty-item {
    display: block !important;
    visibility: hidden;
    pointer-events: none;
  }
  .search__grid > *:nth-child(18n+5) {
    grid-column: 1/span 2;
    grid-row: span 2;
  }
  .search__grid > *:nth-child(18n+5) .property-card__descr {
    display: block;
  }
  .search__grid > *:nth-child(18n+5) .property-card__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search__grid > *:nth-child(18n+16) {
    grid-column: 3/span 2;
    grid-row: span 2;
  }
  .search__grid > *:nth-child(18n+16) .property-card__descr {
    display: block;
  }
  .search__grid > *:nth-child(18n+16) .property-card__features {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .search__grid > *:nth-child(18n+18) {
    grid-column: 1;
  }
  .search__grid > *:nth-child(18n+17) {
    grid-column: 2;
  }
  .search__grid > *:nth-child(18n+1) {
    grid-column-start: 1;
  }
}

.selection__inner {
  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;
  gap: 30px;
}
@media (min-width: 768px) {
  .selection__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.selection__col-1 {
  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;
  gap: 20px;
}
.selection__col-1-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .selection__col-1 {
    width: calc(50% - 10px);
    gap: 60px;
  }
}
@media (min-width: 1200px) {
  .selection__col-1 {
    width: 41.033%;
  }
}
@media (min-width: 768px) {
  .selection__col-2 {
    width: calc(50% - 10px);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
.selection__text {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
  max-width: 445px;
}
@media (min-width: 768px) {
  .selection__text {
    font-size: 14px;
  }
}
@media (min-width: 1500) {
  .selection__text {
    font-size: 16px;
  }
}
.selection__img-wrap {
  width: 100%;
  height: 260px;
  border-radius: 20px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .selection__img-wrap {
    height: 315px;
  }
}
@media (min-width: 1024px) {
  .selection__img-wrap {
    height: 420px;
  }
}
@media (min-width: 1500px) {
  .selection__img-wrap {
    height: 600px;
  }
}

.au-hero {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .au-hero {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .au-hero {
    margin-bottom: 80px;
  }
}
.au-hero__img-wrap {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .au-hero__img-wrap {
    height: 440px;
  }
}
@media (min-width: 1024px) {
  .au-hero__img-wrap {
    height: 420px;
  }
}
@media (min-width: 1500px) {
  .au-hero__img-wrap {
    height: 800px;
  }
}

.who-we-are__title-inner {
  margin-bottom: 30px;
}
@media (min-width: 1500px) {
  .who-we-are__title-inner {
    margin-bottom: 40px;
  }
}
.who-we-are__content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .who-we-are__content-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .who-we-are__content-col-1 {
    width: 48.838%;
  }
}
@media (min-width: 768px) {
  .who-we-are__content-col-2 {
    width: 48.838%;
  }
}
.who-we-are__img-wrap {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .who-we-are__img-wrap {
    height: 456px;
  }
}
@media (min-width: 1024px) {
  .who-we-are__img-wrap {
    height: 504px;
  }
}
@media (min-width: 1500px) {
  .who-we-are__img-wrap {
    height: 600px;
  }
}
.who-we-are__content-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 1500px) {
  .who-we-are__content-col-2 {
    gap: 70px;
  }
}
@media (min-width: 1024px) {
  .who-we-are__info {
    width: 65.291%;
    max-width: 445px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.who-we-are__info-title {
  color: #FFFDF7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  margin-bottom: 20px;
}
@media (min-width: 1024px) {
  .who-we-are__info-title {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .who-we-are__info-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.who-we-are__info-block {
  border-radius: 20px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
}
@media (min-width: 768px) {
  .who-we-are__info-block {
    padding: 20px;
  }
}
@media (min-width: 1500px) {
  .who-we-are__info-block {
    padding: 30px;
    gap: 20px;
  }
}
.who-we-are__info-block-item {
  border-bottom: 1px solid rgba(255, 253, 247, 0.2);
  padding: 0 0 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 16px;
}
@media (min-width: 1500px) {
  .who-we-are__info-block-item {
    padding: 0 0 20px;
  }
}
.who-we-are__info-block-item:nth-last-child(1) {
  border: none;
  padding: 0;
}
.who-we-are__info-block-item-label {
  color: rgba(255, 253, 247, 0.6);
  font-size: 14px;
  font-style: normal;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1500px) {
  .who-we-are__info-block-item-label {
    font-size: 16px;
  }
}
.who-we-are__info-block-item-value {
  color: #FFFDF7;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  line-height: 130%; /* 18.2px */
  text-wrap: balance;
}
@media (min-width: 1500px) {
  .who-we-are__info-block-item-value {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .who-we-are__descr {
    width: 65.291%;
    max-width: 445px;
  }
}
.who-we-are__descr p {
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .who-we-are__descr p {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .who-we-are__descr p {
    font-size: 16px;
  }
}
.who-we-are__descr > * {
  margin-bottom: 16px;
}
@media (min-width: 1500px) {
  .who-we-are__descr > * {
    margin-bottom: 20px;
  }
}
.who-we-are__descr > *:nth-last-child(1) {
  margin-bottom: 0;
}

.team {
  overflow: hidden;
}
.team__title-inner {
  margin-bottom: 30px;
}
.team__swiper {
  overflow: visible;
}
@media (min-width: 768px) {
  .team__swiper {
    display: none;
  }
}
.team__swiper-pagination {
  margin-top: 30px;
}
.team__grid {
  display: none;
}
@media (min-width: 768px) {
  .team__grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 20px;
  }
}
@media (min-width: 768px) {
  .team__group {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
@media (min-width: 1024px) {
  .team__group {
    grid-template-columns: repeat(6, 1fr);
    grid-template-rows: repeat(2, 200px);
  }
}
@media (min-width: 1500px) {
  .team__group {
    grid-template-rows: repeat(2, 330px);
  }
}
.team__item {
  height: 360px;
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .team__item {
    height: 260px;
  }
}
@media (min-width: 1024px) {
  .team__item {
    height: 200px;
  }
  .team__item:nth-child(1) {
    grid-column: 1;
    grid-row: 1;
  }
  .team__item:nth-child(2) {
    grid-column: 2;
    grid-row: 1;
  }
  .team__item:nth-child(3) {
    grid-column: 4/6;
    grid-row: 1/3;
    height: 100%;
  }
  .team__item:nth-child(4) {
    grid-column: 6;
    grid-row: 1;
  }
  .team__item:nth-child(5) {
    grid-column: 2;
    grid-row: 2;
  }
  .team__item:nth-child(6) {
    grid-column: 3;
    grid-row: 2;
  }
}
@media (min-width: 1500px) {
  .team__item {
    padding: 24px;
    height: 330px;
  }
}
.team__item::after {
  content: "";
  position: absolute;
  inset: 0;
  backdrop-filter: blur(5px);
  pointer-events: none;
  -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(20%, black), color-stop(35%, transparent));
  -webkit-mask-image: linear-gradient(to top, black 0%, black 20%, transparent 35%);
          mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(20%, black), color-stop(35%, transparent));
          mask-image: linear-gradient(to top, black 0%, black 20%, transparent 35%);
}
@media (min-width: 768px) {
  .team__item::after {
    -webkit-mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, black), color-stop(40%, transparent));
    -webkit-mask-image: linear-gradient(to top, black 0%, black 25%, transparent 40%);
            mask-image: -webkit-gradient(linear, left bottom, left top, from(black), color-stop(25%, black), color-stop(40%, transparent));
            mask-image: linear-gradient(to top, black 0%, black 25%, transparent 40%);
  }
}
.team__item-img {
  position: absolute;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  top: 0;
  left: 0;
}
.team__item-info {
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.team__item-name {
  color: #FFFDF7;
  font-size: 18px;
  font-weight: 400;
  line-height: 110%;
}
@media (min-width: 1500px) {
  .team__item-name {
    font-size: 24px;
  }
}
.team__item-position {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  font-weight: 400;
  line-height: 130%;
}
@media (min-width: 768px) {
  .team__item-position {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .team__item-position {
    font-size: 16px;
  }
}

.service-hero {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .service-hero {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .service-hero {
    margin-bottom: 80px;
  }
}
.service-hero__sctn-title {
  margin-bottom: 30px;
}
.service-hero__inner {
  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;
  gap: 30px;
}
@media (min-width: 768px) {
  .service-hero__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
  }
}
.service-hero__col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .service-hero__col-1 {
    width: 48.838%;
  }
}
@media (min-width: 1500px) {
  .service-hero__col-1 {
    gap: 60px;
    width: 49.4567%;
  }
}
@media (min-width: 768px) {
  .service-hero__col-2 {
    width: 48.838%;
  }
}
@media (min-width: 1500px) {
  .service-hero__col-2 {
    width: 49.4567%;
  }
}
@media (min-width: 1024px) {
  .service-hero__descr {
    width: 65.291%;
    max-width: 445px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
.service-hero__descr p {
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .service-hero__descr p {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .service-hero__descr p {
    font-size: 16px;
  }
}
.service-hero__descr > * {
  margin-bottom: 16px;
}
@media (min-width: 1500px) {
  .service-hero__descr > * {
    margin-bottom: 20px;
  }
}
.service-hero__descr > *:nth-last-child(1) {
  margin-bottom: 0;
}
.service-hero__img-wrap {
  height: 260px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
}
@media (min-width: 768px) {
  .service-hero__img-wrap {
    height: 340px;
  }
}
@media (min-width: 1024px) {
  .service-hero__img-wrap {
    height: 400px;
  }
}
@media (min-width: 1500px) {
  .service-hero__img-wrap {
    height: 600px;
  }
}

.services {
  overflow: hidden;
}
.services__title-inner {
  margin-bottom: 30px;
}
.services__grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 1024px) {
  .services__grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(var(--grid-rows), auto);
    gap: 20px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: start;
  }
}
.services__swiper {
  overflow: visible;
  width: 100%;
}
@media (min-width: 768px) {
  .services__swiper {
    overflow: hidden;
  }
}
@media (min-width: 1024px) {
  .services__swiper {
    grid-column: 1/5;
    grid-row: 1/span var(--grid-rows);
    overflow: visible;
    display: grid;
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
  }
}
@media (min-width: 768px) {
  .services__swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-auto-rows: 1fr;
  }
}
@media (min-width: 1024px) {
  .services__swiper-wrapper {
    grid-column: 1/5;
    grid-row: 1/span var(--grid-rows);
    grid-template-columns: subgrid;
    grid-template-rows: subgrid;
  }
}
.services__swiper-slide {
  height: auto;
}
@media (min-width: 1024px) {
  .services__swiper-slide:nth-child(6n+1) {
    grid-column: 1;
  }
  .services__swiper-slide:nth-child(6n+2) {
    grid-column: 2;
  }
  .services__swiper-slide:nth-child(6n+3) {
    grid-column: 3;
  }
  .services__swiper-slide:nth-child(6n+4) {
    grid-column: 2;
  }
  .services__swiper-slide:nth-child(6n+5) {
    grid-column: 3;
  }
  .services__swiper-slide:nth-child(6n+6) {
    grid-column: 4;
  }
}
.services__swiper .swiper-pagination {
  margin-top: 30px;
}
@media (min-width: 768px) {
  .services__swiper .swiper-pagination {
    margin-top: 0;
    display: none;
  }
}
.services__card {
  border-radius: 20px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  backdrop-filter: blur(5px);
  padding: 16px;
  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;
  gap: 70px;
}
@media (min-width: 768px) {
  .services__card {
    gap: 10px;
  }
}
@media (min-width: 1024px) {
  .services__card {
    gap: 44px;
  }
}
@media (min-width: 1500px) {
  .services__card {
    gap: 120px;
    padding: 30px;
  }
}
.services__card-num {
  color: #FFFDF7;
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
}
@media (min-width: 768px) {
  .services__card-num {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .services__card-num {
    font-size: 20px;
  }
}
.services__card-title {
  color: #FFFDF7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .services__card-title {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .services__card-title {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .services__card-title {
    font-size: 24px;
    margin-bottom: 14px;
  }
}
.services__card-descr {
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
}
@media (min-width: 768px) {
  .services__card-descr {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .services__card-descr {
    font-size: 16px;
  }
}
.services__cta-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
@media (min-width: 768px) {
  .services__cta-block {
    width: calc(50% - 10px);
  }
}
@media (min-width: 1024px) {
  .services__cta-block {
    width: 100%;
    grid-column: 1;
    grid-row: 2;
    align-self: end;
    gap: 30px;
  }
}
.services__cta-text {
  color: rgba(255, 253, 247, 0.6);
  font-size: 16px;
  font-style: normal;
  line-height: 130%;
}
@media (min-width: 1500px) {
  .services__cta-text {
    font-size: 20px;
  }
}
.services__cta-btn .btn-primary__text {
  width: -webkit-fill-available;
}

.property-sctn {
  margin-top: 30px;
  padding-bottom: 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .property-sctn {
    padding-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .property-sctn {
    margin-top: 40px;
    padding-bottom: 80px;
  }
}

.property-item__header {
  margin-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
@media (min-width: 768px) {
  .property-item__header {
    -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: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .property-item__header {
    margin-bottom: 40px;
  }
}
.property-item__header-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .property-item__header-col-1 {
    width: 48.838%;
  }
}
@media (min-width: 1024px) {
  .property-item__header-col-1 {
    gap: 16px;
  }
}
.property-item__header-col-2 {
  width: 48.838%;
}
.property-item__title {
  color: #FFFDF7;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
}
@media (min-width: 768px) {
  .property-item__title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .property-item__title {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .property-item__title {
    font-size: 48px;
  }
}
.property-item__location {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
.property-item__location-icon {
  width: 24px;
  height: 24px;
  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;
}
.property-item__location-text {
  color: #FFFDF7;
  font-size: 14px;
  font-style: normal;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1500px) {
  .property-item__location-text {
    font-size: 16px;
  }
}
.property-item__price {
  color: #FFFDF7;
  font-size: 22px;
  font-style: normal;
  line-height: 120%; /* 31.2px */
}
@media (min-width: 768px) {
  .property-item__price {
    text-align: right;
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .property-item__price {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .property-item__price {
    font-size: 48px;
  }
}
.property-item__gallery {
  margin-bottom: 30px;
}
.property-item__swiper {
  overflow: visible;
}
.property-item__swiper-slide {
  height: 260px;
  border-radius: 20px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .property-item__swiper-slide {
    height: 440px;
  }
}
@media (min-width: 1500px) {
  .property-item__swiper-slide {
    height: 680px;
  }
}
.property-item__swiper-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-item__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .property-item__main {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
    row-gap: 30px;
  }
}
@media (min-width: 1500px) {
  .property-item__main {
    row-gap: 40px;
  }
}
.property-item__main-col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
@media (min-width: 768px) {
  .property-item__main-col-1 {
    width: 57.123%;
  }
}
@media (min-width: 1024px) {
  .property-item__main-col-1 {
    width: 65.996%;
  }
}
@media (min-width: 1200px) {
  .property-item__main-col-1 {
    width: 57.881%;
  }
}
.property-item__main-col-2 {
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
}
@media (min-width: 768px) {
  .property-item__main-col-2 {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
    width: calc(100% - 20px - 57.123%);
  }
}
@media (min-width: 1024px) {
  .property-item__main-col-2 {
    width: calc(100% - 20px - 65.996%);
  }
}
@media (min-width: 1200px) {
  .property-item__main-col-2 {
    width: 35%;
  }
}
@media (min-width: 1500px) {
  .property-item__main-col-2 {
    width: 24.185%;
  }
}
.property-item__main-col-3 {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
  width: 100%;
}
@media (min-width: 768px) {
  .property-item__main-col-3 {
    -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
            order: 3;
  }
}
.property-item__main-title {
  color: #FFFDF7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 19.8px */
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .property-item__main-title {
    font-size: 20px;
  }
}
@media (min-width: 1500px) {
  .property-item__main-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.property-item__info-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 16px;
}
@media (min-width: 1200px) {
  .property-item__info-list {
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
  }
}
.property-item__info-label {
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media screen and (min-width: 768px) {
  .property-item__info-label {
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .property-item__info-label {
    font-size: 16px;
  }
}
.property-item__info-value {
  color: #FFFDF7;
  font-size: 12px;
  font-style: normal;
  line-height: 130%;
}
@media screen and (min-width: 768px) {
  .property-item__info-value {
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .property-item__info-value {
    font-size: 16px;
  }
}
.property-item__description-content p {
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media screen and (min-width: 768px) {
  .property-item__description-content p {
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .property-item__description-content p {
    font-size: 16px;
  }
}
.property-item__description-content > * {
  margin-bottom: 8px;
}
@media screen and (min-width: 1500px) {
  .property-item__description-content > * {
    margin-bottom: 20px;
  }
}
.property-item__description-content > *:nth-last-child(1) {
  margin-bottom: 0;
}
.property-item__features-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1500px) {
  .property-item__features-list {
    gap: 14px;
  }
}
.property-item__features-item {
  padding: 12px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  font-style: normal;
}
@media (min-width: 768px) {
  .property-item__features-item {
    font-size: 14px;
  }
}
@media screen and (min-width: 1500px) {
  .property-item__features-item {
    font-size: 16px;
    padding: 16px 32px;
  }
}
.property-item__form {
  border-radius: 20px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  padding: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
.property-item__form .contact-form-wrapper .contact-form-item {
  width: 100%;
}
.property-item__form .contact-form-wrapper textarea.contact-form-input {
  min-height: 90px;
  height: 90px;
}
@media (min-width: 1200px) {
  .property-item__form .contact-form-wrapper textarea.contact-form-input {
    min-height: 100px;
    height: 180px;
  }
}
.property-item__manager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 20px;
}
.property-item__manager-photo {
  width: 46px;
  aspect-ratio: 1/1;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.property-item__manager-col-2 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.property-item__manager-name {
  color: rgba(255, 253, 247, 0.6);
  font-size: 18px;
  font-style: normal;
  line-height: 110%; /* 19.8px */
}
@media (min-width: 1024px) {
  .property-item__manager-name {
    font-size: 20px;
  }
}
.property-item__manager-email {
  color: rgba(255, 253, 247, 0.6);
  font-size: 12px;
  font-style: normal;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .property-item__manager-email {
    font-size: 14px;
  }
}
.property-item__map {
  width: 100%;
  height: 360px;
  border-radius: 20px;
  overflow: hidden;
  background: rgba(255, 253, 247, 0.05);
}
@media (min-width: 768px) {
  .property-item__map {
    height: 420px;
  }
}
@media (min-width: 1500px) {
  .property-item__map {
    height: 628px;
  }
}

.similar-offers {
  overflow: hidden;
}
.similar-offers__sctn-title {
  margin-bottom: 20px;
}
.similar-offers__inner {
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .similar-offers__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 768px) {
  .similar-offers__title {
    width: 48.838%;
  }
}
@media (min-width: 1500px) {
  .similar-offers__title {
    width: 49.4567%;
  }
}
.similar-offers__btn.mobile-hidden {
  display: none;
}
@media (min-width: 768px) {
  .similar-offers__btn.mobile-hidden {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .similar-offers__btn.mobile-hidden .btn-secondary__text {
    min-width: 171px;
  }
}
@media (min-width: 1024px) {
  .similar-offers__btn.mobile-hidden .btn-secondary__text {
    min-width: 253px;
  }
}
.similar-offers__btn.desktop-hidden {
  width: 100%;
  margin-top: 30px;
}
.similar-offers__btn.desktop-hidden .btn-secondary__text {
  width: -webkit-fill-available;
}
@media (min-width: 768px) {
  .similar-offers__btn.desktop-hidden {
    display: none;
  }
}
.similar-offers__swiper {
  overflow: visible;
}
@media (min-width: 1024px) {
  .similar-offers__swiper .swiper-wrapper {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.similar-offers__swiper .swiper-slide {
  height: auto;
}
@media (min-width: 1024px) {
  .similar-offers__swiper .swiper-slide {
    width: auto !important;
    height: auto;
  }
}
.similar-offers__swiper .swiper-pagination {
  margin-top: 30px;
}
@media (min-width: 1024px) {
  .similar-offers__swiper .swiper-pagination {
    display: none;
  }
}

.faq__title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .faq__title-inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
}
@media (min-width: 1500px) {
  .faq__title-inner {
    margin-bottom: 40px;
  }
}
.faq__title {
  font-size: 80px !important;
}
@media (min-width: 768px) {
  .faq__title {
    width: 48.838%;
    font-size: 112px !important;
  }
}
@media (min-width: 1024px) {
  .faq__title {
    font-size: 156px !important;
  }
}
@media (min-width: 1500px) {
  .faq__title {
    font-size: 318px !important;
  }
}
@media (min-width: 768px) {
  .faq__subtitle {
    width: 48.838%;
  }
}

.privacy__sctn-title {
  margin-bottom: 30px;
}
.privacy__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media (min-width: 768px) {
  .privacy__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 768px) {
  .privacy__contents {
    width: 31.397%;
    position: sticky;
    top: 10px;
  }
}
@media (min-width: 1024px) {
  .privacy__contents {
    width: 31.887%;
  }
}
@media (min-width: 1500px) {
  .privacy__contents {
    width: 24.185%;
  }
}
.privacy__contents-tile {
  color: #FFFDF7;
  font-size: 18px;
  font-style: normal;
  line-height: 110%; /* 19.8px */
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .privacy__contents-tile {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.privacy__contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.privacy__contents-list li a {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
.privacy__contents-list li a.is-active {
  color: #FFFDF7;
}
@media (min-width: 768px) {
  .privacy__contents-list li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .privacy__contents-list li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .privacy__content {
    width: 65.698%;
  }
}
@media (min-width: 1024px) {
  .privacy__content {
    width: 57.416%;
  }
}
@media (min-width: 1500px) {
  .privacy__content {
    width: 66.305%;
  }
}
.privacy__content h2 {
  color: #FFFDF7;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 768px) {
  .privacy__content h2 {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .privacy__content h2 {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .privacy__content h2 {
    font-size: 48px;
  }
}
.privacy__content h3 {
  color: #FFFDF7;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 768px) {
  .privacy__content h3 {
    font-size: 24px;
  }
}
@media (min-width: 1024px) {
  .privacy__content h3 {
    font-size: 28px;
  }
}
@media (min-width: 1500px) {
  .privacy__content h3 {
    font-size: 40px;
  }
}
.privacy__content h4 {
  color: #FFFDF7;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
}
@media (min-width: 768px) {
  .privacy__content h4 {
    font-size: 22px;
  }
}
@media (min-width: 1024px) {
  .privacy__content h4 {
    font-size: 26px;
  }
}
@media (min-width: 1500px) {
  .privacy__content h4 {
    font-size: 32px;
  }
}
.privacy__content h5, .privacy__content h6 {
  color: #FFFDF7;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 26.4px */
}
@media (min-width: 768px) {
  .privacy__content h5, .privacy__content h6 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .privacy__content h5, .privacy__content h6 {
    font-size: 24px;
  }
}
@media (min-width: 1500px) {
  .privacy__content h5, .privacy__content h6 {
    font-size: 30px;
  }
}
.privacy__content p {
  color: rgba(255, 253, 247, 0.7);
  font-size: 14px;
  line-height: 130%;
}
@media (min-width: 1200px) {
  .privacy__content p {
    font-size: 16px;
  }
}
.privacy__content ul, .privacy__content ol {
  color: rgba(255, 253, 247, 0.7);
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  padding-left: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}
.privacy__content ul {
  list-style: disc;
}
.privacy__content ol {
  list-style: auto;
}
.privacy__content > * {
  margin-bottom: 20px;
}
.privacy__content > *:nth-last-child(1) {
  margin-bottom: 0;
}

.thanks__inner {
  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;
  gap: 20px;
}
@media (min-width: 768px) {
  .thanks__inner {
    min-height: 75vh;
  }
}
@media (min-width: 1200px) {
  .thanks__inner {
    min-height: 100vh;
  }
}
.thanks__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 200px;
}
@media (min-width: 768px) {
  .thanks__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.thanks__col-1 {
  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;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .thanks__col-1 {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .thanks__col-1 {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .thanks__col-2 {
    width: 53.054%;
  }
}
@media (min-width: 1200px) {
  .thanks__col-2 {
    width: 45.653%;
  }
}
.thanks__subtitle {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .thanks__subtitle {
    margin-bottom: 30px;
  }
}
.thanks__text {
  color: rgba(255, 253, 247, 0.6);
  font-size: 14px;
  font-style: normal;
  line-height: 130%; /* 18.2px */
  max-width: 445px;
}
@media (min-width: 768px) {
  .thanks__text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .thanks__text {
    font-size: 20px;
  }
}
.thanks__btn {
  width: 100%;
  margin-top: 30px;
}
.thanks__btn .btn-primary__text {
  width: -webkit-fill-available;
}
@media (min-width: 1200px) {
  .thanks__btn {
    max-width: 290px;
  }
}

.error__inner {
  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;
  gap: 20px;
}
@media (min-width: 768px) {
  .error__inner {
    min-height: 75vh;
  }
}
@media (min-width: 1200px) {
  .error__inner {
    min-height: 100vh;
  }
}
.error__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 200px;
}
@media (min-width: 768px) {
  .error__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    gap: 0;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.error__col-1 {
  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;
  gap: 16px;
  width: 100%;
}
@media (min-width: 768px) {
  .error__col-1 {
    width: 40%;
  }
}
@media (min-width: 1024px) {
  .error__col-1 {
    width: 35%;
  }
}
@media (min-width: 768px) {
  .error__col-2 {
    width: 53.054%;
  }
}
@media (min-width: 1200px) {
  .error__col-2 {
    width: 45.653%;
  }
}
.error__subtitle {
  margin-bottom: 24px;
}
@media (min-width: 768px) {
  .error__subtitle {
    margin-bottom: 30px;
  }
}
.error__text {
  color: rgba(255, 253, 247, 0.6);
  font-size: 14px;
  font-style: normal;
  line-height: 130%; /* 18.2px */
  max-width: 445px;
}
@media (min-width: 768px) {
  .error__text {
    font-size: 16px;
  }
}
@media (min-width: 1024px) {
  .error__text {
    font-size: 20px;
  }
}
.error__btn {
  width: 100%;
  margin-top: 30px;
}
.error__btn .btn-primary__text {
  width: -webkit-fill-available;
}
@media (min-width: 1200px) {
  .error__btn {
    max-width: 290px;
  }
}

.blog__title {
  margin-bottom: 30px;
}
.blog__controls {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .blog__controls {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    gap: 0;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.blog__filter {
  margin-bottom: 30px;
}
.blog__filter-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% + 32px);
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  overflow-x: auto;
  gap: 8px;
  margin: 0 -16px;
  padding: 0 16px;
}
@media (min-width: 768px) {
  .blog__filter-list {
    width: calc(100% + 80px);
    margin: 0 -40px;
    padding: 0 40px;
    gap: 14px;
  }
}
@media (min-width: 1024px) {
  .blog__filter-list {
    width: 100%;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin: 0;
    padding: 0;
  }
}
.blog__filter-link {
  color: #FFFDF7;
  font-size: 12px;
  padding: 16px 32px;
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  display: inline-block;
  text-wrap: nowrap;
}
.blog__filter-link.is-active {
  background: #6EA6B5;
}
@media (min-width: 768px) {
  .blog__filter-link {
    font-size: 14px;
  }
}
.blog-search {
  position: relative;
  width: 100%;
}
@media (min-width: 768px) {
  .blog-search {
    width: 48.838%;
  }
}
@media (min-width: 1200px) {
  .blog-search {
    max-width: 445px;
  }
}
.blog-search__input {
  width: 100%;
  padding: 16px 24px;
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  color: #FFFDF7;
  font-size: 12px;
  outline: none;
  -webkit-transition: border-color 0.3s ease;
  transition: border-color 0.3s ease;
}
.blog-search__input::-webkit-input-placeholder {
  color: rgba(255, 253, 247, 0.7);
}
.blog-search__input::-moz-placeholder {
  color: rgba(255, 253, 247, 0.7);
}
.blog-search__input:-ms-input-placeholder {
  color: rgba(255, 253, 247, 0.7);
}
.blog-search__input::-ms-input-placeholder {
  color: rgba(255, 253, 247, 0.7);
}
.blog-search__input::placeholder {
  color: rgba(255, 253, 247, 0.7);
}
@media (min-width: 768px) {
  .blog-search__input {
    font-size: 14px;
  }
}
.blog-search__submit {
  position: absolute;
  right: 24px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  color: #FFFDF7;
  font-size: 12px;
  cursor: pointer;
}
@media (min-width: 768px) {
  .blog__sorting {
    width: 48.838%;
  }
}
@media (min-width: 1024px) {
  .blog__sorting {
    width: 290px;
  }
}
.blog__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
}
@media (min-width: 768px) {
  .blog__grid {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    grid-template-areas: "post1 post2" "post1 post3" "post4 post5" "post6 post7" "post8 post8" "post8 post8" "post9 post10" "post9 post11" "post12 post13";
  }
}
@media (min-width: 1024px) {
  .blog__grid {
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
    grid-template-areas: "post1 post1 post2 ." "post1 post1 . post3" "post4 post5 post6 post7" "post8 post8 post8 post8" "post8 post8 post8 post8" "post9 post9 post10 post11" "post9 post9 post12 post13";
  }
}
@media (min-width: 1200px) {
  .blog__grid {
    grid-template-areas: "post1 post1 post1 post2" "post1 post1 post1 post3" "post4 post5 post6 post7" "post8 post8 post8 post8" "post8 post8 post8 post8" "post9 post9 post10 post11" "post9 post9 post12 post13";
  }
}
.blog .blogrm__article {
  min-height: 360px;
  position: relative;
}
@media (min-width: 768px) {
  .blog .blogrm__article {
    min-height: 200px;
  }
  .blog .blogrm__article--1 {
    grid-area: post1;
  }
  .blog .blogrm__article--2 {
    grid-area: post2;
  }
  .blog .blogrm__article--3 {
    grid-area: post3;
  }
  .blog .blogrm__article--4 {
    grid-area: post4;
  }
  .blog .blogrm__article--5 {
    grid-area: post5;
  }
  .blog .blogrm__article--6 {
    grid-area: post6;
  }
  .blog .blogrm__article--7 {
    grid-area: post7;
  }
  .blog .blogrm__article--8 {
    grid-area: post8;
  }
  .blog .blogrm__article--9 {
    grid-area: post9;
  }
  .blog .blogrm__article--10 {
    grid-area: post10;
  }
  .blog .blogrm__article--11 {
    grid-area: post11;
  }
  .blog .blogrm__article--12 {
    grid-area: post12;
  }
  .blog .blogrm__article--13 {
    grid-area: post13;
  }
  .blog .blogrm__article .blogrm__article-title {
    font-size: 18px;
  }
  .blog .blogrm__article--2 .blogrm__article-image-wrapper, .blog .blogrm__article--3 .blogrm__article-image-wrapper, .blog .blogrm__article--10 .blogrm__article-image-wrapper, .blog .blogrm__article--11 .blogrm__article-image-wrapper, .blog .blogrm__article--12 .blogrm__article-image-wrapper, .blog .blogrm__article--13 .blogrm__article-image-wrapper {
    display: none;
  }
}
@media (min-width: 1024px) {
  .blog .blogrm__article {
    min-height: 240px;
  }
  .blog .blogrm__article .blogrm__article-title {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .blog .blogrm__article {
    min-height: 280px;
  }
}
@media (min-width: 1500px) {
  .blog .blogrm__article {
    min-height: 330px;
  }
  .blog .blogrm__article .blogrm__article-title {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  .blog .blogrm__article--1 .blogrm__article-title, .blog .blogrm__article--8 .blogrm__article-title, .blog .blogrm__article--9 .blogrm__article-title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .blog .blogrm__article--1 .blogrm__article-title, .blog .blogrm__article--8 .blogrm__article-title, .blog .blogrm__article--9 .blogrm__article-title {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .blog .blogrm__article--1 .blogrm__article-title, .blog .blogrm__article--8 .blogrm__article-title, .blog .blogrm__article--9 .blogrm__article-title {
    font-size: 48px;
  }
}
@media (min-width: 768px) {
  .blog .blogrm__article--8 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 400px;
  }
  .blog .blogrm__article--8::after {
    display: none;
  }
  .blog .blogrm__article--8 .blogrm__article-image-wrapper {
    position: relative;
    height: 100%;
    width: 48.838%;
    border-radius: 20px;
    overflow: hidden;
  }
  .blog .blogrm__article--8 .blogrm__article-content {
    gap: 126px;
    width: 48.838%;
  }
}
@media (min-width: 1024px) {
  .blog .blogrm__article--8 {
    min-height: 480px;
  }
}
@media (min-width: 1200px) {
  .blog .blogrm__article--8 {
    min-height: 560px;
  }
}
@media (min-width: 1500px) {
  .blog .blogrm__article--8 {
    min-height: 600px;
  }
}

.sp-article {
  margin-bottom: 50px;
}
@media (min-width: 768px) {
  .sp-article {
    margin-bottom: 60px;
  }
}
@media (min-width: 1200px) {
  .sp-article {
    margin-bottom: 80px;
  }
}
.sp-article__tags {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .sp-article__tags {
    gap: 8px;
  }
}
.sp-article__tags-item {
  border-radius: 50px;
  border: 1px solid rgba(255, 253, 247, 0.2);
  background: rgba(255, 253, 247, 0.05);
  padding: 8px 16px;
  color: #FFFDF7;
  font-size: 10px;
}
@media (min-width: 768px) {
  .sp-article__tags-item {
    font-size: 12px;
  }
}
.sp-article__read-time {
  color: rgba(255, 253, 247, 0.7);
  font-size: 10px;
  line-height: 130%; /* 13px */
}
@media (min-width: 768px) {
  .sp-article__read-time {
    font-size: 12px;
  }
}
.sp-article__title {
  color: #FFFDF7;
  font-size: 22px;
  font-weight: 400;
  line-height: 120%;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sp-article__title {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .sp-article__title {
    font-size: 30px;
    max-width: 68.115%;
  }
}
@media (min-width: 1200px) {
  .sp-article__title {
    font-size: 48px;
    max-width: 809px;
  }
}
.sp-article__hero-img {
  width: 100%;
  height: 260px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 20px;
  margin-bottom: 30px;
}
@media (min-width: 768px) {
  .sp-article__hero-img {
    height: 440px;
    margin-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .sp-article__hero-img {
    height: 420px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1500px) {
  .sp-article__hero-img {
    height: 760px;
    margin-bottom: 56px;
  }
}
.sp-article__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 30px;
}
@media (min-width: 768px) {
  .sp-article__inner {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    gap: 0;
  }
}
@media (min-width: 768px) {
  .sp-article__aside {
    width: 31.397%;
    position: sticky;
    top: 10px;
  }
}
@media (min-width: 1024px) {
  .sp-article__aside {
    width: 31.887%;
  }
}
@media (min-width: 1500px) {
  .sp-article__aside {
    width: 24.185%;
  }
}
.sp-article__contents-title {
  color: #FFFDF7;
  font-size: 18px;
  font-style: normal;
  line-height: 110%; /* 19.8px */
  margin-bottom: 20px;
}
@media (min-width: 1200px) {
  .sp-article__contents-title {
    font-size: 24px;
    margin-bottom: 30px;
  }
}
.sp-article__contents-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
.sp-article__contents-list li a {
  color: rgba(255, 253, 247, 0.7);
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
.sp-article__contents-list li a.is-active {
  color: #FFFDF7;
}
@media (min-width: 768px) {
  .sp-article__contents-list li a {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .sp-article__contents-list li a {
    font-size: 16px;
  }
}
@media (min-width: 768px) {
  .sp-article__content {
    width: 65.698%;
  }
}
@media (min-width: 1024px) {
  .sp-article__content {
    width: 57.416%;
  }
}
@media (min-width: 1500px) {
  .sp-article__content {
    width: 66.305%;
  }
}
.sp-article__content-main h2, .sp-article__content-main h3, .sp-article__content-main h4, .sp-article__content-main h5, .sp-article__content-main h6 {
  color: #FFFDF7;
  font-weight: 400;
  line-height: 110%;
  margin-bottom: 20px;
}
.sp-article__content-main h2 {
  font-size: 18px;
}
@media (min-width: 1024px) {
  .sp-article__content-main h2 {
    font-size: 20px;
  }
}
@media (min-width: 1200px) {
  .sp-article__content-main h2 {
    font-size: 24px;
  }
}
.sp-article__content-main h3, .sp-article__content-main h4, .sp-article__content-main h5, .sp-article__content-main h6 {
  font-size: 16px;
}
@media (min-width: 1024px) {
  .sp-article__content-main h3, .sp-article__content-main h4, .sp-article__content-main h5, .sp-article__content-main h6 {
    font-size: 18px;
  }
}
@media (min-width: 1200px) {
  .sp-article__content-main h3, .sp-article__content-main h4, .sp-article__content-main h5, .sp-article__content-main h6 {
    font-size: 20px;
  }
}
.sp-article__content-main p {
  color: rgba(255, 253, 247, 0.7);
  font-size: 14px;
  line-height: 130%; /* 18.2px */
}
@media (min-width: 1200px) {
  .sp-article__content-main p {
    font-size: 16px;
  }
}
.sp-article__content-main ul, .sp-article__content-main ol {
  color: rgba(255, 253, 247, 0.7);
  font-size: 14px;
  line-height: 130%; /* 18.2px */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  padding-left: 20px;
}
@media (min-width: 1200px) {
  .sp-article__content-main ul, .sp-article__content-main ol {
    font-size: 16px;
    gap: 8px;
  }
}
.sp-article__content-main ul {
  list-style: disc;
}
.sp-article__content-main ol {
  list-style: auto;
}
.sp-article__content-main blockquote p {
  color: #FFFDF7;
  font-size: 22px;
}
@media (min-width: 768px) {
  .sp-article__content-main blockquote p {
    font-size: 26px;
  }
}
@media (min-width: 1024px) {
  .sp-article__content-main blockquote p {
    font-size: 30px;
  }
}
@media (min-width: 1500px) {
  .sp-article__content-main blockquote p {
    font-size: 48px;
  }
}
.sp-article__content-main a {
  text-decoration: underline;
}
.sp-article__content-main > * {
  margin-bottom: 16px;
}
.sp-article__content-main > *:nth-last-child(1) {
  margin-bottom: 0;
}
.sp-article__media {
  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;
  gap: 30px;
}
@media (min-width: 768px) {
  .sp-article__media {
    -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;
  }
}
@media (min-width: 1200px) {
  .sp-article__media {
    margin-top: 40px;
  }
}
.sp-article__author {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 14px;
}
.sp-article__author-img {
  width: 60px;
  height: 60px;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 50%;
}
.sp-article__author-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.sp-article__author-name {
  color: #FFFDF7;
  font-size: 12px;
  line-height: 130%; /* 15.6px */
}
@media (min-width: 768px) {
  .sp-article__author-name {
    font-size: 14px;
  }
}
@media (min-width: 1200px) {
  .sp-article__author-name {
    font-size: 16px;
  }
}
.sp-article__author-descr {
  color: rgba(255, 253, 247, 0.7);
  font-size: 10px;
  line-height: 130%; /* 13px */
}
@media (min-width: 768px) {
  .sp-article__author-descr {
    font-size: 12px;
  }
}
@media (min-width: 1200px) {
  .sp-article__author-descr {
    font-size: 14px;
  }
}
.sp-article__share {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.sp-article__share-item {
  position: relative;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}
@media (hover: hover) {
  .sp-article__share-item:hover {
    opacity: 0.6;
  }
}
.sp-article__share .copy-success-msg {
  position: absolute;
  bottom: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  background: #333;
  color: #fff;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 12px;
  white-space: nowrap;
  pointer-events: none;
}

/* Початковий стан: анімація НЕ задана */
.js-animate-words .word {
  display: inline-block;
  white-space: nowrap;
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  /* Прибираємо звідси властивість animation */
}

/* Стан при появі в полі зору: запускаємо анімацію */
.js-animate-words.is-visible .word {
  -webkit-animation: wordAppear 0.6s ease-out forwards;
          animation: wordAppear 0.6s ease-out forwards;
}

@-webkit-keyframes wordAppear {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes wordAppear {
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/* Базові стилі для всіх анімацій */
.fade-in,
.anim-translate-top,
.anim-translate-right,
.anim-translate-left,
.anim-scale {
  opacity: 0;
  -webkit-transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

/* Стан після запуску анімації */
.start-animation {
  opacity: 1 !important;
  -webkit-transform: translate(0, 0) scale(1) !important;
          transform: translate(0, 0) scale(1) !important;
}

/* Початкові позиції (звідки вилітають блоки) */
.fade-in {
  -webkit-transform: translateY(40px);
          transform: translateY(40px);
}

.anim-translate-top {
  -webkit-transform: translateY(60px);
          transform: translateY(60px);
}

.anim-translate-right {
  -webkit-transform: translateX(-60px);
          transform: translateX(-60px);
}

.anim-translate-left {
  -webkit-transform: translateX(60px);
          transform: translateX(60px);
}

.anim-scale {
  -webkit-transform: scale(0.85);
          transform: scale(0.85);
}

/* Вимикаємо анімації, якщо користувач увімкнув режим "зменшення руху" в системі (Accessibility) */
@media (prefers-reduced-motion: reduce) {
  .fade-in, .anim-translate-top, .anim-translate-right, .anim-translate-left, .anim-scale {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.parallax-window {
  position: relative;
  overflow: hidden;
}

.js-parallax {
  position: absolute;
  top: -10%;
  left: 0;
  width: 100%;
  height: 140%;
  -o-object-fit: cover;
     object-fit: cover;
  will-change: transform;
  pointer-events: none;
}
@media (min-width: 768px) {
  .js-parallax {
    height: 120%;
  }
}/*# sourceMappingURL=main.css.map */