@font-face {
  font-family: "Montserrat";
  src: url("../fonts/Montserrat-VariableFont_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
}

@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-VariableFont_opsz_wght.woff2") format("woff2-variations");
  font-weight: 100 900;
  font-style: normal;
}

:root {
  --color-white: #ffffff;
  --color-black: #2a2827;
  --color-black-hover: #2a2827;
  --color-brown: #a88c6a;
  --color-brown-hover: #977853;
  --color-light: #f6f1e5;
  --color-green: #193229;
  --color-grey: #aeaeae;
  --section-gap: 5.625rem;
  --container-padding-x: 1.35rem;
  --input-padding-y: 0.9375rem;
  --input-padding-x: 1.4375rem;
  --ease-out-back: cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

@media (min-width: 428px) {
  :root {
    --container-padding-x: 1.6rem;
  }
}

@media (min-width: 767px) {
  :root {
    --section-gap: 6.875rem;
  }
}

@media (min-width: 1023px) {
  :root {
    --section-gap: 8.75rem;
    --container-padding-x: 6.5rem;
  }
}

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

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

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

html,
body {
  scrollbar-width: none;
}

img,
video,
canvas,
svg {
  display: block;
}

input::-moz-placeholder,
textarea::-moz-placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

input,
input::placeholder,
textarea,
textarea::placeholder {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

input {
  width: 100%;
  float: left;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}

input::-moz-placeholder {
  color: inherit;
}

input::placeholder {
  color: inherit;
}

input:focus,
input._fill {
  outline: none;
}

input::-webkit-inner-spin-button,
input::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

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

button {
  display: inline-block;
  cursor: pointer;
  padding: 0;
  border: none;
  background: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  color: inherit;
}

button:disabled {
  cursor: default;
}

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

a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

img {
  vertical-align: top;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -webkit-user-drag: none;
  user-drag: none;
}

ol,
ul {
  padding: 0;
}

ol[role=list],
ul[role=list],
ol[role=listbox],
ul[role=listbox] {
  list-style: none;
}

html.lenis,
html.lenis body {
  height: auto;
}

.lenis.lenis-smooth [data-lenis-prevent] {
  overscroll-behavior: contain;
}

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

body {
  font-family: "Montserrat", Arial, sans-serif;
  font-size: 0.9375rem;
  line-height: 1.2;
  font-weight: 400;
  background-color: var(--color-black);
  color: var(--color-white);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

@media (min-width: 767px) {
  body {
    font-size: 1rem;
  }
}

@media (min-width: 1023px) {
  body {
    font-size: 1.25rem;
  }
}

main {
  overflow: hidden;
}

.h1 {
  font-size: 2rem;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .h1 {
    font-size: 3rem;
  }
}

@media (min-width: 1023px) {
  .h1 {
    font-size: 4.5rem;
  }
}

.h2 {
  font-family: "Inter";
  font-size: 1.5rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .h2 {
    font-size: 1.875rem;
  }
}

@media (min-width: 1023px) {
  .h2 {
    font-size: 3rem;
  }
}

.h3 {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 767px) {
  .h3 {
    font-size: 1.25rem;
  }
}

@media (min-width: 1023px) {
  .h3 {
    font-size: 1.5rem;
  }
}

.subtitle {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 400;
}

@media (min-width: 767px) {
  .subtitle {
    font-size: 1.25rem;
  }
}

@media (min-width: 1023px) {
  .subtitle {
    font-size: 1.5rem;
  }
}

.info {
  font-size: 0.75rem;
  line-height: 1.2;
  font-weight: 400;
}

@media (min-width: 1023px) {
  .info {
    font-size: 0.875rem;
  }
}

.txtih {
  font-family: "Inter";
  font-size: 3rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1023px) {
  .txtih {
    font-size: 10rem;
  }
}

.txtis {
  font-family: "Inter";
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 400;
  text-transform: uppercase;
}

@media (min-width: 1023px) {
  .txtis {
    font-size: 2rem;
  }
}

.container {
  width: 100%;
  padding-left: var(--container-padding-x);
  padding-right: var(--container-padding-x);
}

.section-pt {
  padding-top: var(--section-gap);
}

.section-p {
  padding-top: var(--section-gap);
  padding-bottom: var(--section-gap);
}

.section-light {
  background-color: var(--color-light);
  color: var(--color-black);
}

.section-brown {
  background-color: var(--color-brown);
  color: var(--color-white);
}

.h-pb {
  padding-bottom: 3rem;
}

@media (min-width: 767px) {
  .h-pb {
    padding-bottom: 4rem;
    /* display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px; */
  }
}

@media (min-width: 1023px) {
  .h-pb {
    padding-bottom: 5rem;
  }
}

.brown,
h2 span {
  color: var(--color-brown);
}

.embla__container {
  display: flex;
  align-items: stretch;
}

.infra-sect .embla__container {
  align-items: flex-end;
}

.infra-sect .an-block-wrap {
  position: relative;
}

.embla__slide {
  flex: 0 0 100%;
  min-width: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.link {
  color: var(--color-white);
  transition: color 0.15s ease-out;
}

.link:hover {
  color: var(--color-brown-hover);
}

.link-dark {
  color: var(--color-black);
  transition: color 0.15s ease-out;
}

.link-dark:hover {
  color: var(--color-brown-hover);
}

.labels-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}

@media (min-width: 1023px) {
  .labels-wrap {
    gap: 1.5rem;
  }
}

.label {
  padding: 0.75rem 2rem;
  border-radius: 1.875rem;
  background-color: var(--color-white);
}

.button-primary {
  display: block;
  padding: 1.125rem 1.5rem;
  border-radius: 3.75rem;
  line-height: 1;
  background-color: var(--color-brown);
  color: var(--color-white);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease-out;
}

@media (min-width: 767px) {
  .button-primary {
    padding: 1.125rem 4rem;
  }
}

.button-primary:hover {
  background-color: var(--color-brown-hover);
}

.button-primary:disabled {
  background-color: var(--color-grey);
  color: var(--color-white);
}

.button-black {
  display: block;
  padding: 1.125rem 1.5rem;
  border-radius: 3.75rem;
  line-height: 1;
  background-color: var(--color-black);
  color: var(--color-white);
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  transition: background-color 0.2s ease-out;
}

@media (min-width: 767px) {
  .button-black {
    padding: 1.125rem 4rem;
  }
}

.button-black:hover {
  background-color: var(--color-black-hover);
}

.button-black:disabled {
  background-color: var(--color-grey);
  color: var(--color-white);
}

.btn-arrow {
  background-color: var(--color-white);
  color: #636363;
  border: 0.0625rem solid var(--color-white);
  border-radius: 50%;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: color, background-color, border-color;
}

.btn-arrow svg {
  width: 0.5625rem;
  height: 1.0625rem;
}

.btn-arrow:hover {
  background-color: var(--color-brown-hover);
  border-color: var(--color-brown-hover);
  color: var(--color-white);
}

.btn-arrow:disabled {
  background-color: transparent;
  color: var(--color-white);
  border-color: var(--color-white);
}

.btn-arrow--dark {
  background-color: var(--color-black);
  border-color: var(--color-black);
  color: var(--color-white);
}

.btn-arrow--dark:disabled {
  border-color: var(--color-black);
  color: var(--color-black);
}

.btn-arrow.embla__prev {
  padding-right: 0.125rem;
}

.btn-arrow.embla__next {
  padding-left: 0.125rem;
}

.input {
  padding: 16px 24px;
  border-radius: 70px;
  font-size: 20px;
  height: 56px;
  color: var(--color-black);
  border: 0.0625rem solid var(--color-grey);
  background-color: var(--color-white);
  line-height: 1;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: color, border-color;
}

.input-border {
  border: none;
  border-bottom: 0.0625rem solid var(--color-grey);
  border-radius: 0;
  padding-left: 0;
}

.input--2 {
  border: 0.0625rem solid var(--color-white);
}

.input::-moz-placeholder {
  color: #a4a4a4;
  -moz-transition: color 0.2s ease-out;
  transition: color 0.2s ease-out;
}

.input::placeholder {
  color: #a4a4a4;
  transition: color 0.2s ease-out;
}

.input:hover {
  border-color: var(--color-brown);
}

.input:focus,
.input._fill {
  border-color: var(--color-brown);
}

.input:disabled {
  background-color: var(--color-grey);
  color: var(--color-white);
}

.input-postfix {
  position: relative;
}

.input-postfix::after {
  content: attr(data-postfix);
  position: absolute;
  right: 1.5rem;
  top: 50%;
  translate: 0 -50%;
  color: var(--color-grey);
  line-height: 1;
  white-space: nowrap;
}

.input-postfix-text {
  position: relative;
}

.input-postfix-text [data-postfix] {
  position: absolute;
  inset: 0;
  pointer-events: none;
  padding: var(--input-padding-y) var(--input-padding-x);
}

.input-postfix-text [data-postfix]::before {
  content: attr(data-value);
  font-family: inherit;
  line-height: inherit;
  font-weight: inherit;
  opacity: 0;
}

.input-postfix-text [data-postfix]::after {
  content: attr(data-postfix);
  font-family: inherit;
  color: inherit;
  line-height: inherit;
  font-weight: inherit;
  white-space: nowrap;
  margin-top: 0.25rem;
}

.nav-btns {
  display: flex;
  gap: 1rem;
}

.tabs-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 0.625rem;
  align-items: center;
}



@media (min-width: 1023px) {
  .tabs-wrap {
    gap: 1rem;

  }
}

@media (min-width: 1440px) {
  .tabs-wrap {
    flex-wrap: nowrap;
  }
}

.tab {
  padding: 1rem 2rem;
  border-radius: 3.75rem;
  line-height: 1;
  border: 0.0625rem solid var(--color-white);
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: color, background-color, border-color;
  cursor: pointer;
}

.tab--round {
  padding: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 3.0625rem;
  height: 3.0625rem;
}

@media (min-width: 1023px) {
  .tab--round {
    width: 3.5rem;
    height: 3.5rem;
  }
}

.tab--dark {
  border-color: var(--color-grey);
  color: var(--color-black);
}

.tab--dark:hover {
  color: var(--color-brown);
}

.tab--dark.active {
  color: var(--color-white);
}

.tab:hover {
  border-color: var(--color-brown);
}

.tab.active {
  border-color: var(--color-brown);
  background-color: var(--color-brown);
}

[data-spoiler] [data-title] {
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

[data-spoiler] [data-wrapper] {
  overflow: hidden;
  height: 0;
  transition: height 0.25s ease-out;
}

[data-spoiler].default [data-wrapper] {
  height: auto;
}

.progress {
  background-color: var(--color-white);
  position: relative;
  height: 0.625rem;
  width: 100%;
  overflow: hidden;
  border-radius: 0.9375rem;
  margin-top: 1.5rem;
}

.progress .embla__progress__bar {
  border-radius: 0.9375rem;
  background-color: var(--color-brown);
  position: absolute;
  width: 100%;
  top: 0;
  bottom: 0;
  left: -100%;
}

[data-popup] {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease;
}

[data-popup]._open {
  opacity: 1;
  visibility: visible;
}

[data-popup-shadow] {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 5;
  background-color: rgba(0, 0, 0, 0.4);
}

[data-popup-wrapper] {
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  width: 100%;
  width: calc(100vw - var(--container-padding-x) * 2);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border-radius: 1rem;
}

.popup-type-floor[data-popup-wrapper] {
  width: 100%;
  max-width: max-content;
}

@media(min-width: 1450px) {
  .popup-type-floor[data-popup-wrapper] {
    max-width: 1700px;
    width: fit-content;
  }
}

[data-popup-close-btn] {
  position: absolute;
  z-index: 5;
  top: 0.9375rem;
  right: 0.9375rem;
  width: 2rem;
  height: 2rem;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2243%22%20height%3D%2243%22%20fill%3D%22none%22%3E%3Cpath%20fill%3D%22%232A2827%22%20d%3D%22m21.5%2024.01-8.778%208.778q-.493.493-1.254.493-.762%200-1.255-.493-.492-.492-.492-1.254%200-.76.492-1.254l8.78-8.78-8.78-8.778q-.492-.493-.492-1.254%200-.762.492-1.255.493-.492%201.255-.492.76%200%201.254.492l8.779%208.78%208.78-8.78q.492-.492%201.253-.492.762%200%201.254.492.493.493.493%201.255%200%20.76-.493%201.254L24.01%2021.5l8.78%208.78q.492.492.492%201.253%200%20.762-.493%201.254-.492.493-1.254.493-.76%200-1.254-.493z%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100%;
  background-repeat: no-repeat;
}

@media (min-width: 767px) {
  [data-popup-close-btn] {
    top: 1.875rem;
    right: 1.875rem;
  }
}

.popup-gallery {
  overflow: hidden;
}

.popup-fos {
  background-color: var(--color-light);
  color: var(--color-black);
  max-width: 88.5rem;
  border-radius: 0;
}

.popup-fos__image {
  height: 18.75rem;
}

@media (min-width: 1023px) {
  .popup-fos__image {
    height: 49.0625rem;
    max-height: calc(100vh - 5rem);
  }
}

@media (min-width: 1023px) {
  .popup-fos [data-popup-container] {
    display: grid;
    grid-template-columns: 44.125rem 1fr;
    align-items: center;
  }
}

.fos-text {
  padding-top: 2rem;
  padding-bottom: 2rem;
}

@media (min-width: 1023px) {
  .fos-text h2 {
    font-size: 2rem;
  }
}

.fos-text p {
  padding-top: 1rem;
}

@media (min-width: 1023px) {
  .fos-text p {
    padding-top: 2rem;
  }
}

.fos-text .form {
  margin-top: 1.5rem;
}

@media (min-width: 1023px) {
  .fos-text .form {
    margin-top: 4.5rem;
  }
}

.gs {
  position: relative;
}

.gs img {
  max-height: 90vh;
}

.pgtxt {
  position: absolute;
  left: 50%;
  bottom: 2rem;
  translate: -50% 0;
  display: none !important;
}

@media (min-width: 767px) {
  .pgtxt {
    bottom: 7.6875rem;
  }
}

.gallery-slider__footer {
  display: none;
}

@media (min-width: 767px) {
  .gallery-slider__footer {
    display: block;
    position: absolute;
    left: 50%;
    bottom: 3rem;
    translate: -50% 0;
  }
}

.fullscreen-image {
  cursor: zoom-in;
}

.fullscreen-image.is-fullscreen {
  cursor: zoom-out;
  transition: none !important;
}

.an-txt-left {
  position: relative;
  left: -100vw;
  opacity: 0;
  max-width: 100%;
}

@media(min-width: 992px) {
  .an-txt-left {
    max-width: 100%;
  }
}

.an-txt-right {
  position: relative;
  right: -100vw;
  opacity: 0;
}

.an-block {
  /* position: relative; */
  translate: 0 80%;
  opacity: 0;
}

.header {
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.54);
  backdrop-filter: blur(2.5rem);
  color: var(--color-black);
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.6875rem;
  padding-bottom: 0.6875rem;
}

.header__logo {
  width: 11rem;
  height: 3.375rem;
}

@media (min-width: 1023px) {
  .header__logo {
    position: absolute;
    top: 50%;
    left: 50%;
    translate: -50% -50%;
  }
}

.hn {
  display: none;
}

@media(max-width: 1022.5px) {
  .hn {
    position: fixed;
    top: 78px;
    padding: 40px 70px 40px 50px;
    background-color: #fff;
    left: 0;
    flex-direction: column;
    gap: 24px
  }

  .hn.active {
    display: flex;
  }

  .hn a {
    position: relative;
    font-size: 20px;
    text-transform: uppercase;
  }

  .hn a:before {
    content: '';
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background-color: #A88C6A;
    position: absolute;
    top: 50%;
    left: -20px;
  }
}

@media (min-width: 1023px) {
  .hn {
    display: flex;
    gap: 3rem;
  }
}

.hr {
  display: flex;
  align-items: center;
  gap: 1rem;
}

@media (min-width: 1023px) {
  .hr {
    gap: 1.25rem;
  }
}

.hr__tel {
  display: none;
}

@media (min-width: 1023px) {
  .hr__tel {
    display: block;
    margin-right: 0.9375rem;
  }
}

.hr__tel-icon {
  padding: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.hr__tel-icon svg {
  width: 1.5rem;
  height: 1.5rem;
}

.hr__request-btn {
  display: none;
}

@media (min-width: 767px) {
  .hr__request-btn {
    display: block;
  }
}

.burger-btn {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 3.5rem;
  width: 3.5rem;
  border-radius: 50%;
  background: var(--color-brown);
}

@media (min-width: 1023px) {
  .burger-btn {
    display: none;
  }
}

/* верхняя линия */
.burger-btn.active div:nth-child(1) {
  transform: translateY(10px) rotate(45deg);
}

/* средняя линия исчезает */
.burger-btn.active div:nth-child(2) {
  opacity: 0;
}

/* нижняя линия */
.burger-btn.active div:nth-child(3) {
  transform: translateY(-11px) rotate(-45deg);
}

.burger-btn div {
  background: #ffffff;
  width: 1.875rem;
  margin: 0.28125rem 0;
  height: 0.125rem;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: transform, opacity;
}

.footer {
  padding-top: 5.625rem;
  padding-bottom: 1rem;
  margin-bottom: 32px;
  background-color: var(--color-black);
  transition: background-color 0.2s ease-out;
}

@media (min-width: 767px) {
  .footer {
    padding-top: 6.875rem;
    padding-bottom: 1rem;

  }
}

@media (min-width: 1023px) {
  .footer {
    padding-top: 8.75rem;
  }
}

@media (min-width: 1440px) {
  .footer {
    margin-bottom: 50px;
  }
}

.footer__head {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}

@media (min-width: 767px) {
  .footer__head {
    grid-template-columns: repeat(2, auto);
    align-items: center;
    justify-content: space-between;
    gap: 2rem;
  }
}

@media (min-width: 1023px) {
  .footer__head {
    grid-template-columns: repeat(3, auto);
  }
}

.footer__col p+p {
  margin-top: 1.5rem;
}

.footer__social {
  display: flex;
  gap: 0.5rem;
}

@media (min-width: 767px) {
  .footer__social {
    grid-column: span 2;
    justify-content: center;
  }
}

@media (min-width: 1023px) {
  .footer__social {
    grid-column: span 1;
    justify-content: start;
  }
}

.footer__logo {
  max-width: 23.125rem;
  height: auto;
  margin: 0 auto;
  margin-top: 2rem;
}

@media (min-width: 767px) {
  .footer__logo {
    max-width: 26.5625rem;
  }
}

@media (min-width: 1023px) {
  .footer__logo {
    max-width: 80rem;
    margin-top: 2.8125rem;
  }
}

.footer__bottom {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: 2rem;
}

@media (min-width: 767px) {
  .footer__bottom {
    flex-direction: row;
    justify-content: center;
    gap: 1rem;
  }
}

@media (min-width: 1023px) {
  .footer__bottom {
    margin-top: 2.8125rem;
  }
}

.footer .link:hover {
  color: var(--color-black);
}

.footer.active {
  background-color: var(--color-brown);
}

.f-links {
  display: grid;
  grid-template-columns: 100%;
  gap: 0.5rem;
}

@media (min-width: 1023px) {
  .f-links {
    grid-template-columns: repeat(2, auto);
    gap: 1rem;
  }
}

.fc {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--color-white);
  color: var(--color-black);
  transition: color 0.15s ease-out;
}

.fc:hover {
  color: var(--color-brown);
}

.fc svg {
  width: 1.875rem;
  height: 1.875rem;
}

.ms {
  position: relative;
  height: calc(100vh - 43px);
  min-height: 37.5rem;
  overflow: hidden;
}

@media(min-width: 1023px) {
  .ms {
    height: calc(100vh - 49px);
  }
}

.ms__viewport {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.ms__container {
  display: flex;
  height: 100%;
  touch-action: pan-y pinch-zoom;
}

.ms__slide {
  position: relative;
  flex: 0 0 100%;
  min-width: 0;
}

.ms__img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  object-position: center;
}

.ms__slide::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 19.0625rem;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
  pointer-events: none;
}

@media (min-width: 1023px) {
  .ms::before {
    height: 20.9375rem;
  }
}

@media (max-width: 767px) {
  .ms__slide-mob .ms__img {
    height: 50%;
  }

  .ms__slide-mob .subtitle {
    font-size: 15px;
  }
}


.ms__content {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  /* padding-bottom: 1.5rem; */
  width: 100%;
}


.scroll {
  position: absolute;
  left: 20px;
  bottom: 120px;
  width: 160px;
  height: 160px;
  display: block;
}

@media (min-width: 768px) {
  .scroll {
    bottom: 190px;
    right: 20px;
    left: auto;
  }
}

@media (min-width: 992px) {
  .scroll {
    display: none;
  }
}

@media (min-width: 767px) {
  .ms__content {
    /* padding-bottom: 2rem; */
    bottom: 0;
  }
}

/* @media (min-width: 1023px) {
  .ms__content {
    padding-bottom: 3.125rem;
  }
} */

.ms__title {
  font-size: 4rem;
  line-height: 1.1;
  font-weight: 400;
  text-transform: uppercase;
  color: var(--color-white);
}

@media (min-width: 767px) {
  .ms__title {
    font-size: 7.5rem;
  }
}

@media (min-width: 1023px) {
  .ms__title {
    font-size: 11.875rem;
  }
}

.ms__navs {
  display: none;
  align-items: center;
  gap: 16px;
  position: absolute;
  right: 80px;
  bottom: 80px;
}

@media (min-width: 1023px) {
  .ms__navs {
    display: flex;
  }
}

.ms__nav {
  width: 3.5rem;
  height: 3.5rem;
  border-radius: 50%;
  background-color: var(--color-white);
  border: 1px solid var(--color-white);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  transition: background-color 0.2s ease-out, border-color 0.2s ease-out;

  svg {
    path {
      transition: 0.2s ease-out;
    }
  }
}

.ms__nav svg {
  width: 1.5rem;
  height: 1.5rem;
}

.ms__nav:hover {
  background-color: var(--color-brown);
  border-color: var(--color-brown);

  svg {
    path {
      stroke: var(--color-white);
    }
  }
}

/* .ms__nav--prev {
  left: 1rem;
}

.ms__nav--next {
  right: 1rem;
} */

/* @media (min-width: 767px) {
  .ms__nav--prev {
    left: 2rem;
  }

  .ms__nav--next {
    right: 2rem;
  }
} */


.gl {
  background-color: var(--color-green);
  color: var(--color-white);
  padding: 0.8rem 0.875rem;
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
  transition: .3s ease;
}

.gl.gl-pinned {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999;
  width: 100%;
}

.gl__content {
  display: flex;
  justify-content: space-between;
}

@media (min-width: 767px) {
  .gl__content {
    max-width: 70%;
    margin-left: auto;
    justify-content: space-around;
  }
}

@media (min-width: 1023px) {
  .title-1 .an-txt-right {
    display: grid;
    grid-template-columns: 30.625rem 53.75rem;
    justify-content: space-between;
    margin-top: 0.75rem;
  }
}

@media (min-width: 1280px) {
  .title-1 .an-txt-right {
    grid-template-columns: 30.625rem 73.125rem;
  }
}

@media (min-width: 767px) {
  .title-1 .an-txt-right h2 {
    max-width: 35.625rem;
    margin-left: auto;
    margin-top: 0.625rem;
  }
}

@media (min-width: 1023px) {
  .title-1 .an-txt-right h2 {
    margin: 0;
    max-width: none;
    order: 2;
  }
}

.title-1 .an-txt-right p {
  margin-top: 1.5rem;
}

@media (min-width: 1023px) {
  .title-1 .an-txt-right p {
    order: 1;
  }
}

.video {
  height: 915px;
  padding-bottom: 140px;
}

.video .container {
  height: 100%;
}

@media (max-width: 1441px) {
  .video {
    height: 750px;
    padding-bottom: 0px;
  }

  .video .container {
    padding: 0;
  }
}

@media (max-width: 1025px) {
  .video {
    height: 580px;
  }
}

@media (max-width: 769px) {
  .video {
    height: 524px;
  }
}

@media (max-width: 568px) {
  .video {
    height: 300px;
  }
}




.title-2 {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}

@media (min-width: 1023px) {
  .title-2 {
    grid-template-columns: 29.6875rem 50rem;
    justify-content: space-between;
    align-items: center;
  }
}

.sp {
  --sp-y-offset: 1.5rem;
  position: relative;
  width: 100%;
  margin-top: calc(var(--sp-y-offset) * -1);
  height: 28.75rem;
}

@media (min-width: 500px) {
  .sp {
    height: auto;
  }
}

@media (min-width: 1023px) {
  .sp {
    --sp-y-offset: 13.125rem;
  }
}

.sp__img {
  position: relative;
  z-index: 5;
  -o-object-position: 35%;
  object-position: 35%;
}

@media (min-width: 500px) {
  .sp__img {
    height: auto;
  }
}

.sp__bg {
  position: absolute;
  inset: var(--sp-y-offset) 0 0 0;
  width: 100%;
  overflow: hidden;
  background: linear-gradient(180deg, #7eb4d8 0%, #c2dfed 100%);
}

.sp__bg img {
  height: 100%;
  width: auto;
}

.sp__bg img {
  position: absolute;
  top: 0;
  left: 0;

  width: 200%;
  max-width: none;

  animation: cloudsMove 40s linear infinite;
  will-change: transform;
}


@media(max-width: 992px) {
  .step-title {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 20px;
  }

  .step-title h2 {
    max-width: 450px;
  }
}

@keyframes cloudsMove {
  from {
    transform: translateX(0);
  }

  to {
    transform: translateX(-20%);
  }
}

.sp__points {
  position: absolute;
  inset: var(--sp-y-offset) 0 0 0;
  z-index: 7;
}

.si {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

@media (min-width: 1023px) {
  .si {
    gap: 2.125rem;
  }
}

.si--1 {
  top: 25.4%;
  left: 11.1%;
}

@media (min-width: 1023px) {
  .si--1 {
    top: 31.63%;
    left: 39%;
  }
}

.si--2 {
  top: 7.8%;
  left: 58.45%;
}

@media (min-width: 1023px) {
  .si--2 {
    top: 20%;
    left: 67.6%;
  }
}

.si--3 {
  top: 78%;
  left: 31.88%;
}

@media (min-width: 767px) {
  .si--3 {
    left: 60%;
  }
}

@media (min-width: 1023px) {
  .si--3 {
    top: 55.6%;
    left: 55%;
  }
}

.si--4 {
  top: 60.96%;
  left: 11.1%;
}

@media (min-width: 1023px) {
  .si--4 {
    top: 85.6%;
    left: 27.55%;
  }
}

.si--5 {
  top: 43.1%;
  left: 29.2%;
}

@media (min-width: 767px) {
  .si--5 {
    left: 50%;
  }
}

@media (min-width: 1023px) {
  .si--5 {
    top: 76.67%;
    left: 73.3%;
  }
}

.sip {
  position: relative;
}

.sip::before,
.sip::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
}

.sip::before {
  width: 3.375rem;
  height: 3.375rem;
  background: rgba(255, 255, 255, 0.3);
  animation: pulse-outer 2s ease-in-out infinite;
}

@media (min-width: 1023px) {
  .sip::before {
    width: 4.75rem;
    height: 4.75rem;
  }
}

.sip::after {
  width: 2.1875rem;
  height: 2.1875rem;
  background: rgba(255, 255, 255, 0.63);
  animation: pulse-inner 2s ease-in-out infinite;
}

@media (min-width: 1023px) {
  .sip::after {
    width: 3.125rem;
    height: 3.125rem;
  }
}

@keyframes pulse-outer {

  0%,
  100% {
    transform: scale(1);
    opacity: 0.5;
  }

  50% {
    transform: scale(1.1);
    opacity: 1;
  }
}

@keyframes pulse-inner {

  0%,
  100% {
    transform: scale(1);
    opacity: 1;
  }

  50% {
    transform: scale(1.05);
    opacity: 0.8;
  }
}

.sipc {
  position: relative;
  z-index: 5;
  width: 1.25rem;
  height: 1.25rem;
  background-color: var(--color-brown);
  border: 0.1875rem solid var(--color-white);
  border-radius: 50%;
}

@media (min-width: 1023px) {
  .sipc {
    width: 1.875rem;
    height: 1.875rem;
    border: 0.3125rem solid var(--color-white);
  }
}

.sit {
  background-color: var(--color-white);
  padding: 0.875rem;
  display: flex;
  align-items: center;
  gap: 0.75rem;
  color: var(--color-brown);
}

@media (min-width: 1023px) {
  .sit {
    padding: 1.5rem;
    gap: 1.0625rem;
  }
}

.sit p {
  display: flex;
  flex-direction: column;
  gap: 0.0625rem;
}

@media (max-width: 766px) {
  .sit p {
    font-size: 0.75rem;
  }
}

@media (min-width: 767px) {
  .sit p {
    gap: 0.3125rem;
  }
}

@media (min-width: 1023px) {
  .sit .h3 {
    font-weight: 600;
  }
}

.pf {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 2rem;
}

@media (min-width: 767px) {
  .pf {
    margin-bottom: 3rem;
  }
}

@media (min-width: 1023px) {
  .pf {
    margin-bottom: 4.5rem;
  }
}

@media (min-width: 767px) {
  .pf .tabs-col {
    flex: 0 0 50%;
  }
}

@media (max-width: 766px) {
  .pf .nav-btns {
    display: none;
  }
}

.tabs-col label {
  display: inline-block;
  margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
  .filter-slider .progress {
    display: none;
  }
}

.fs {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  --fs-img-height: 21.25rem;
  position: relative;
  color: var(--color-black);
  background-color: var(--color-white);
  padding: 1.5rem;
  flex: 0 0 calc(100% - 0.375rem);
}

@media (min-width: 450px) {
  .fs {
    flex: 0 0 23.4375rem;
  }
}

@media (min-width: 767px) {
  .fs {
    --fs-img-height: 22.8125rem;
  }
}

@media (min-width: 992px) {
  .fs {
    flex: 0 0 calc(38.3% - 1.25rem);
    padding: 2rem;
    --fs-img-height: 30rem;
  }
}

@media (min-width: 1441px) {
  .fs {
    flex: 0 0 calc(29% - 1.25rem);
  }
}

.fs+.fs {
  margin-left: 1.25rem;
}

@media (min-width: 1023px) {
  .fs+.fs {
    margin-left: 1.875rem;
  }
}

.fs img {
  height: 21rem;
  width: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

@media (min-width: 767px) {
  .fs img {
    height: 23rem;
  }
}

@media (min-width: 992px) {
  .fs img {
    height: 34.8rem;
  }
}

@media (min-width: 1441px) {
  .fs img {
    height: 26rem;
  }
}

.fs-content {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.fs h3 {
  margin-top: 0%;
  margin-bottom: 0px;
  transform: translateY(32px);
  transition: .3s ease;
}

/* .fs:hover h3 {
  transform: translateY(0px);
} */

@media (min-width: 767px) {
  .fs h3 {
    margin-top: 2rem;
  }
}

@media (min-width: 1023px) {
  .fs h3 {
    margin-top: 0rem;
    margin-bottom: 0rem;

  }
}

.fs button {
  width: 100%;
  /* margin-top: 1.5rem; */
}

/* @media (min-width: 767px) {
  .fs button {
    margin-top: 2rem;
  }
}

@media (min-width: 1023px) {
  .fs button {
    margin-top: 2.5rem;
  }
} */

/* .fs:hover .fsi {
  height: var(--fsi-content-height);
  margin-bottom: 1.5rem;
  padding-bottom: 24px;
} */

/* .fs:hover .button-primary {
  margin-top: 24px;
} */

/* .fs:hover img {
  height: calc(26rem - 10rem);
} */

/* @media(min-width: 1024px) {
  .fs:hover img {
    height: calc(26rem - 2rem);
  }
}

@media(min-width: 1441px) {
  .fs:hover img {
    height: calc(26rem - 6rem);
  }
} */

.fsi {
  height: 0;
  overflow: hidden;
}

.fsi__content {
  display: flex;
  justify-content: space-between;
  border-top: 0.0625rem solid var(--color-black);
  padding-top: 1rem;
}

@media (min-width: 1023px) {
  .fsi__content {
    padding-top: 1.5rem;
  }
}

.fsi__col .info {
  margin-bottom: 0.25rem;
  color: var(--color-grey);
}

.fsi .vl {
  border-left: 0.0625rem solid var(--color-black);
}

.fsi,
.fs img {
  transition: 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.holl-section {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.25rem;
}



.holl-text {
  padding-bottom: 1rem;
}

@media (min-width: 767px) {
  .holl-text {
    padding-bottom: 1rem;
  }
}

@media (min-width: 1023px) {
  .holl-text {
    padding-bottom: 1rem;
  }
}

.holl-text .h3 {
  margin-top: 1.5rem;
}

@media (min-width: 1023px) {
  .holl-text .h3 {
    margin-top: 2.5rem;
  }
}

.holl-text p {
  margin-top: 1rem;
}

@media (min-width: 1023px) {
  .holl-text p {
    margin-top: 1.5rem;
  }
}

.holl-img-1 {
  height: 23.125rem;
}

@media (min-width: 767px) {
  .holl-img-1 {
    height: 21.875rem;
  }
}

@media (min-width: 1023px) {
  .holl-img-1 {
    height: 100%;
    grid-row: 1/3;
  }
}

.holl-img-2 {
  height: 23.125rem;
}

@media (min-width: 767px) {
  .holl-img-2 {
    height: 21.875rem;
  }
}

@media (min-width: 1023px) {
  .holl-img-2 {
    height: 30.625rem;
  }

  .holl-img-2 img {
    -o-object-position: 50% 80%;
    object-position: 50% 80%;
  }
}

.title-3 {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}

@media (min-width: 1023px) {
  .title-3 {
    grid-template-columns: 53.125rem 35.4375rem;
    justify-content: space-between;
  }
}

.fr-wrapper {
  display: grid;
  grid-template-columns: auto;
  justify-content: center;
}

@media(max-width: 992px) {
  .fr-wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .fr-block {
    flex: 1 1 40%;
    align-self: center;
  }

  .fr-block:nth-child(1) {
    flex: 1 1 100%;
  }


  .fr-wrapper .fr-block:nth-child(2) {
    margin-right: -2rem;
    margin-top: -5rem;
  }

  .fr-wrapper .fr-block:nth-child(3) {
    margin-left: -2rem;
    margin-top: -5rem;
  }
}

@media(max-width: 766.5px) {
  .fr-wrapper {
    flex-direction: column;
  }

  .fr-wrapper .fr-block:nth-child(3),
  .fr-wrapper .fr-block:nth-child(2) {
    margin-left: 0;
    margin-right: 0;
    margin-top: -3rem;
  }
}

@media (min-width: 1023px) {
  .fr-wrapper {
    grid-template-columns: repeat(3, auto);
  }


}

.fr {
  position: relative;
  z-index: 2;
  width: calc(100vw - var(--container-padding-x) * 2);
  height: calc(100vw - var(--container-padding-x) * 2);
  border-radius: 50%;
  border: 0.0625rem solid var(--color-white);
  overflow: hidden;
  transition: .3s ease;
}

.fr-block {
  display: flex;
  justify-content: center;
}


@media (min-width: 420px) {
  .fr {
    width: 22.875rem;
    height: 22.875rem;
  }
}

@media (min-width: 1023px) {
  .fr {
    width: 357px;
    height: 357px;
  }
}

@media (min-width: 1440px) {
  .fr {
    width: 40.9375rem;
    height: 40.9375rem;
  }
}

/* .fr {
  margin-top: -5.625rem;
} */
@media (min-width: 767px) {

  .fr:nth-child(2),
  .fr:nth-child(3) {
    margin-top: -5.625rem;
  }
}

@media (min-width: 1023px) {
  .fr-block+.fr-block {
    margin-top: 0;
    margin-left: -6.4375rem;
  }
}

.fr img {
  position: relative;
  z-index: 5;
  opacity: 0;
  transition: opacity 0.3s ease-out;
}

.fr__content {
  position: absolute;
  z-index: 5;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.fr:hover {
  z-index: 3;
  border-color: transparent;
}

.fr:hover img {
  opacity: 1;
}

.calc-grid {
  display: grid;
  grid-template-columns: 100%;
  gap: 1rem;
}

@media (min-width: 767px) {
  .calc-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 1.25rem;
  }
}

@media (min-width: 1023px) {
  .calc-grid {
    grid-template-rows: auto auto;
    gap: 1.875rem;
  }
}

.cb {
  padding: 1.5rem;
  background-color: var(--color-white);
  color: var(--color-black);
}

@media (min-width: 767px) {
  .cb {
    padding: 2rem;
  }
}

@media (min-width: 1023px) {
  .cb {
    padding: 3rem;
  }
}

.cb h3 {
  margin-bottom: 1.5rem;
}

@media (min-width: 767px) {
  .cb h3 {
    margin-bottom: 2rem;
  }
}

.cb .info {
  margin-bottom: 0.5rem;
  display: block;
  color: var(--color-grey);
}

.cb .info~.info {
  margin-top: 2rem;
}

.cb p {
  margin-top: 1.5rem;
}

.cb button {
  margin-top: 2rem;
}

@media (min-width: 1023px) {
  .cb button {
    margin-top: 2.5rem;
  }
}

.cb--calc {
  display: flex;
  flex-direction: column;
}

@media (min-width: 767px) {
  .cb--calc {
    grid-column: 1 / -1;
  }
}

.title-4 {
  display: grid;
  grid-template-columns: 100%;
  gap: 1.5rem;
}

@media (min-width: 1023px) {
  .title-4 {
    grid-template-columns: 37.5rem 42.5rem;
    justify-content: space-between;
    align-items: center;
  }
}

@media (min-width: 1280px) {
  .title-4 {
    grid-template-columns: 56.25rem 46.625rem;
  }
}

.ivc {
  position: relative;
  display: flex;
  gap: 0.75rem;
  padding-top: 3.125rem;
}

@media (min-width: 1023px) {
  .ivc {
    gap: 1.5rem;
    padding-top: 4.375rem;
  }
}

.ivy {
  width: 8.25rem;
  height: 2rem;
  flex: 0 0 8.25rem;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1023px) {
  .ivy {
    width: 16.5rem;
    height: 2.75rem;
    flex: 0 0 16.5rem;
  }
}

.ivy--empty {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22266%22%20height%3D%2244%22%20fill%3D%22none%22%20viewBox%3D%220%200%20266%2044%22%3E%3Cpath%20stroke%3D%22%23a3a3a3%22%20stroke-width%3D%222%22%20d%3D%22M265%2017v10M241%2017v10M217%2017v10M193%2017v10M169%2017v10M145%2017v10M121%2017v10M97%2017v10M73%2017v10M49%2017v10M25%2017v10M1%200v44%22%2F%3E%3C%2Fsvg%3E");
}

.ivy--year {
  position: relative;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22266%22%20height%3D%2244%22%20fill%3D%22none%22%20viewBox%3D%220%200%20266%2044%22%3E%3Cpath%20stroke%3D%22%23000%22%20stroke-width%3D%222%22%20d%3D%22M265%2017v10M241%2017v10M217%2017v10M193%2017v10M169%2017v10M145%2017v10M121%2017v10M97%2017v10M73%2017v10M49%2017v10M25%2017v10M1%200v44%22%2F%3E%3C%2Fsvg%3E");
}

.ivy--year span {
  position: absolute;
  top: -0.625rem;
  left: 0;
  translate: -50% -100%;
  font-family: "Inter";
  transition: font-size 0.3s ease;
  cursor: pointer;
}

@media (min-width: 1023px) {
  .ivy--year span {
    font-size: 2rem;
  }
}

.ivy--last {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22266%22%20height%3D%2244%22%20fill%3D%22none%22%20viewBox%3D%220%200%20266%2044%22%3E%3Cpath%20stroke%3D%22%23aeaeae%22%20stroke-width%3D%222%22%20d%3D%22M265%2017v10M241%2017v10M217%2017v10M193%2017v10M169%2017v10M145%2017v10M121%2017v10M97%2017v10M73%2017v10M49%2017v10M25%2017v10%22%2F%3E%3Cpath%20stroke%3D%22%232a2827%22%20stroke-width%3D%222%22%20d%3D%22M1%200v44%22%2F%3E%3C%2Fsvg%3E");
}

.ivy.active span {
  font-size: 1.5rem;
}

@media (min-width: 1023px) {
  .ivy.active span {
    font-size: 3.125rem;
  }
}

.ivbg {
  position: relative;
  margin-top: 2.0625rem;
}

@media (min-width: 400px) {
  .ivbg {
    margin-top: -2.0625rem;
  }
}

@media (min-width: 767px) {
  .ivbg {
    margin: 0;
  }
}

.ivbg img {
  height: 22.8125rem;
  -o-object-position: 0 50%;
  object-position: 0 50%;
}

@media (min-width: 1023px) {
  .ivbg img {
    height: auto;
    -o-object-position: 50% 50%;
    object-position: 50% 50%;
  }
}

@media(max-width:520px) {
  .ivbg img {
    object-position: 10% 50%;
  }
}

.ivbg__text {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 32px;
  color: var(--color-white);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s linear;
}

@media (min-width: 1023px) {
  .ivbg__text {
    padding-left: 5rem;
    padding-bottom: 6.25rem;
    min-width: 750px;
  }
}

.ivbg__text .txtis {
  margin-top: 0.875rem;
}

@media (min-width: 1023px) {
  .ivbg__text .txtis {
    margin-top: 1.25rem;
  }
}

.ivbg__text.active {
  opacity: 1;
  pointer-events: auto;
}

.map-section {
  background-color: var(--color-light);
  position: relative;
  z-index: 2;
}

.path {
  position: absolute;
  z-index: 10;
  bottom: 80px;
  left: 40%;
}

@media (max-width: 1440px) {
  .path {
    max-width: 800px;
  }
}

@media (max-width: 1200px) {
  .path {
    max-width: 500px;
    bottom: -32px;
    left: 45%;
  }
}

@media (max-width: 992px) {
  .path {
    max-width: 400px;
    bottom: -50px;
    left: 45%;
  }
}

@media (max-width: 767.5px) {
  .path {
    max-width: 350px;
    bottom: 40px;
    left: 25px;
  }
}


/* @media (max-width: 1199px) {
  .path {
    display: none;
  }

} */

@media (min-width: 1023px) {
  .map-section {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

@media (min-width: 1280px) {
  .map-section {
    grid-template-columns: 68.75rem 1fr;
  }
}

.map {
  overflow-x: auto;
  scrollbar-width: none;
  /* max-height: 973px; */
}

.map__content {
  position: relative;
  min-width: 100%;
  width: 100%;
  overflow: hidden;

}

.map-img {
  height: 100%;
  position: relative;
  width: 100%;
}

@media (min-width: 400px) {
  .map__content {
    height: 662px;
  }
}

@media (min-width: 767px) {
  .map__content {
    height: 748px;
  }
}

@media (min-width: 1023px) {
  .map__content {
    height: 100%;
    overflow: hidden;
    min-width: 100%;
  }
}





.mt-block {
  display: flex;
  flex-direction: column-reverse;
  gap: 3rem;
  background-color: var(--color-brown);
  color: var(--color-white);
  padding-top: 3rem;
  padding-bottom: 3rem;
}

@media (min-width: 767px) {
  .mt-block {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }
}

@media (min-width: 1023px) {
  .mt-block {
    padding-top: 5rem;
    padding-bottom: 5rem;
    flex-direction: column;
    gap: 3.25rem;
    padding-left: 6.875rem;
  }
}

.mt-block__text .h3 {
  margin-top: 1.5rem;
}

@media (min-width: 1023px) {
  .mt-block__text .h3 {
    margin-top: 2.5rem;
  }
}

.mt-block__text p {
  margin-top: 1rem;
}

@media (min-width: 1023px) {
  .mt-block__text p {
    margin-top: 1.5rem;
  }
}

.mt-grid {
  display: grid;
  grid-template-columns: repeat(3, auto);
  justify-content: flex-start;
  gap: 0.5rem;
}

@media (min-width: 767px) {
  .mt-grid {
    grid-template-columns: repeat(6, auto);
  }
}

@media (min-width: 1023px) {
  .mt-grid {
    grid-template-columns: repeat(3, auto);
    gap: 1.875rem;
  }
}

.mt {
  padding: 1rem;
  border: 0.125rem solid var(--color-white);
  cursor: pointer;
  transition-duration: 0.2s;
  transition-timing-function: ease-out;
  transition-property: color, background-color;
  width: 7rem;
  height: 7.375rem;
}

@media (min-width: 1023px) {
  .mt {
    padding: 1.5rem;
    width: 11.875rem;
    height: 10.625rem;
  }
}

.mt svg {
  margin: 0 auto;
  width: 3rem;
  height: 3rem;
  margin-bottom: 0.5rem;
}

@media (min-width: 1023px) {
  .mt svg {
    width: 3.75rem;
    height: 3.75rem;
    margin-bottom: 1rem;
  }
}

.mt p {
  text-align: center;
}

.mt:hover,
.mt.active {
  background-color: var(--color-white);
  color: var(--color-black);
}

.mp {
  position: absolute;
  z-index: 2;
}

.mp.hide {
  pointer-events: none;
}

.mp span {
  position: absolute;
  text-align: center;
  padding-top: 0.375rem;
  font-weight: 500;
  left: 50%;
  bottom: 0;
  translate: -50% 100%;
  width: 200px;
}

.mp-title {
  font-size: 12px;
}

@media (max-width: 766px) {
  .mp span {
    font-size: 0.75rem;
    padding-top: 0.25rem;
  }
}

.mp--main {
  top: 48.86%;
  left: 45%;
  width: 4.6875rem;
  height: 4.6875rem;
}

@media (min-width: 1023px) {
  .mp--main {
    width: 7.5rem;
    height: 7.5rem;
  }
}

.mp--main span {
  padding-top: 0.625rem;
}

.mp[data-index] {
  background-color: var(--color-white);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.mp[data-index]::before {
  content: "";
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 1.25rem 1.25rem;
}

@media (min-width: 1023px) {
  .mp[data-index]::before {
    width: 3.75rem;
    height: 3.75rem;
    background-size: 2.1875rem 2.1875rem;
  }
}

.mp--cart::before {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2235%22%20height%3D%2235%22%20fill%3D%22none%22%20viewBox%3D%220%200%2035%2035%22%3E%3Cg%20clip-path%3D%22url(%23a)%22%3E%3Cpath%20fill%3D%22%23a88c6a%22%20d%3D%22M1.458%201.459a1.458%201.458%200%200%200%200%202.917h2.596a1.01%201.01%200%200%201%20.958.69L9.82%2019.495c.215.642.241%201.33.078%201.986l-.396%201.586c-.581%202.324%201.228%204.643%203.623%204.643h17.5a1.458%201.458%200%200%200%200-2.917h-17.5c-.569%200-.933-.466-.795-1.016l.3-1.193a.93.93%200%200%201%20.903-.707h15.634a1.46%201.46%200%200%200%201.385-.998l3.886-11.667a1.457%201.457%200%200%200-1.383-1.919H9.559a1.01%201.01%200%200%201-.96-.69L7.218%202.455a1.46%201.46%200%200%200-1.384-.997zm10.209%2027.708a2.917%202.917%200%201%200%200%205.834%202.917%202.917%200%200%200%200-5.834m17.5%200a2.917%202.917%200%201%200%200%205.833%202.917%202.917%200%200%200%200-5.833%22%2F%3E%3C%2Fg%3E%3Cdefs%3E%3CclipPath%20id%3D%22a%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M0%200h35v35H0z%22%2F%3E%3C%2FclipPath%3E%3C%2Fdefs%3E%3C%2Fsvg%3E");
}

.mp--child::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAMAAAAOXP0IAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAhOAAAITgBRZYxYAAAABtQTFRFR3BMpohpqIxpqIxqqIxqqItqqIxpqIxqqIxqA5+iwgAAAAh0Uk5TABI1ZI2nxucfabrFAAAC1UlEQVR42u2Y247jIAyG8Zn3f+LVONuxNmkB07g321+jUSE1n2yCa9zGIrG+JlNqb0h6RrIP4p4T74KwZ4VvulTvlKRJ8iVNSUJcTYpt54+QoLUGnyCpP9MPkMifUT3JoLnqSRIPS0mR2qiQFMFzVZNiLa4jRfD89cNakv3Mg4H/LyWxu9TdKS4loc8fK2IlSY/g/X0DrYoUwesRvioS+PTDOawhRfCCqWUk8uDFR64iGTiJf+QkqCJd19EiErWzqIZk0M6CGhIPvnIfKdK4PEQ+rCCZz9lpXEHisw/ulBSQ8DQVCf1GUmSiQTjfIg2CFxnpTtKrlKoOv5tk10056Hi7T/gkd3OFT90QqJ9kjPy951aT6jsf9d2cvKTYpRBINShEtsxRam8K1tS+2lT9ZkDSDNj6okwwMLJuxg5D6wmZo7bMwHpOkANFqc1b+Tpvxk17RlG7ZqVJk+hZpvU/kJTwVySWJKnQYagT0vXeR7ZOMsYwRLYxSdpJoIskYzhZcoLk0iWSYbsIdE4C/zsEtkDSWB4xTOU1id0LOySHCc1JCs2FYu6gEIRXA5/iMYZTI5LBwdFLVcErpFhCZiSMVUMcpjNS9KQmJH7ROUPg2T6dxjMSDJL7wKc8SUaVdS56PCZR2OyTrPl4SLKxS/N9imMCfUjScDvtE4uLCZoPxyQeBC+X97CPSb5NdgMJbIEEeRJfXcqS9qNHU9L+PrG6hJpLxiR5493TfxMs9vl5ojfPU9fxyY1xs49lI+7lGTYcryd1fHH5UB2QeOeXUOEpinzu3l93elJ0GS3XEVHE2ZAU3wOyU505I4m5lJersLiTsqgK02Noibw3qywDdRVaKu/JWl1Ok6bTnCSrdw3Fk0OautWgJu5PSlGRk85uaoLwECJp9k5oKsyi1q/63qh/SRtmu50Py3c+qCfFu90cSLeanLRjBh/pukGcsiUpQ+RDXjcjaO0PWRvFoWrPaVMAAAAASUVORK5CYII=");
}

.mp--school::before {
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGkAAABpCAMAAAAOXP0IAAAAAXNSR0IArs4c6QAAAAlwSFlzAAAhOAAAITgBRZYxYAAAACFQTFRFR3BMpo1pqItqqIxpqIxpqIxqqIxqqIxqqIxqqIxqqIxq5qlaAwAAAAp0Uk5TAA0dMERlh6fG5wdeDKQAAAIySURBVHja7ZpbbsMgEEVhmPf+F9zKTUUt1Aw2YFUV5y8/PuGGCZcoabPZbDZ/iZyfkJCYu5vQWhuw+TfGkFaB4mekrIlNvcWmh1jYf8G4TFwOir9DcM7CgMwjlGHcI+ZdDIZI6v0o5bHhiRkcsSJ+Bymjw9OPUuqmNLGtCRHFfBjBODbzOSjl4d02HiKpz0YwiG0iRtB8Va/CpLpQfS2K6YB9PVxFq6GUsvkjQCJ/BkrizyD/0kT+DPjU3rOUEj60pE/QfDWG9VhaiTEEZ9Oiw7eIr0BKUMDHiOt6Rp3pwajrTTtpI4DUR1GCKxfamPjmVqQsK8zG5VRQyoxLQHTDBvfAVJc+ViRjU8536rMx1Ad0mtAEro6Y0s+3h72mGkRfiCZ4/kXhgqk26ri0K8N5Fr9N5J9QZGo37G+en8Nj7tXEfiChqR1Cezc8meR8wrK/4MBUH5bbEL3J97xJ8dSNITBVpA0x2DN4egj1mNo9XEhUVQhO53VrIvc4Pgy6QHM1DkwUmBoE4y/9asre/TmFv1Bm0nftjq7svRYThK/UUCzokeIHmjtNLaaqFjfWrH5gEJgCYpP4C11sgvqqrDVh3zyN0T+5xUcpfabxy5vlTlNSH0NTrwl9DGxMixYlqd8E5gPAKZeoSthIdgdsLzjor3dVVtJFMvsdON0ArrsE0lXa4hVjEgQ3fEGsbW2MjGL918C1MquaOTZWayXKCGky+agpSCxfMBHC/gvCZrPZbNbwAe6HwSBhSx1uAAAAAElFTkSuQmCC");
}

.mp--olymp::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1.20637 15.4896H2.49838V19.5146H1.20637C0.539871 19.5146 0 18.971 0 18.3045V16.696C0 16.0295 0.539871 15.4896 1.20637 15.4896ZM11.6394 15.4896H23.357V19.5146H11.6394V15.4896ZM35 16.696V18.3044C35 18.9709 34.4601 19.5145 33.7936 19.5145H32.4979V15.4895H33.7936C34.4601 15.4896 35 16.0295 35 16.696ZM10.8947 8.95498V26.0454C10.8948 26.1188 10.8804 26.1914 10.8524 26.2593C10.8244 26.3271 10.7832 26.3887 10.7314 26.4405C10.6795 26.4924 10.6179 26.5336 10.5501 26.5616C10.4823 26.5896 10.4096 26.604 10.3362 26.6039H8.3181C7.32025 26.6039 6.50851 25.7922 6.50851 24.7943V22.914H5.04889C4.05471 22.914 3.24304 22.1023 3.24304 21.1044V13.896C3.24304 12.8982 4.05471 12.0864 5.04889 12.0864H6.50851V10.2061C6.50851 9.20823 7.32018 8.39648 8.3181 8.39648H10.3362C10.4096 8.39639 10.4822 8.41077 10.55 8.43881C10.6178 8.46684 10.6795 8.50798 10.7313 8.55986C10.7832 8.61174 10.8243 8.67334 10.8524 8.74114C10.8804 8.80894 10.8948 8.88161 10.8947 8.95498ZM31.7532 13.896V21.1045C31.7532 22.1024 30.9452 22.9141 29.9474 22.9141H28.4878V24.7945C28.4878 25.7923 27.6761 26.604 26.6782 26.604H24.6601C24.3548 26.604 24.1016 26.3546 24.1016 26.0455V8.95498C24.1016 8.64593 24.3548 8.39648 24.6601 8.39648H26.6782C27.6761 8.39648 28.4878 9.20816 28.4878 10.2061V12.0864H29.9474C30.9452 12.0864 31.7532 12.8981 31.7532 13.896Z' fill='%23A88C6A'/%3e%3c/svg%3e ");
}

.mp--cafe::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M4.13157 32.8125C3.64951 32.8125 3.24571 32.6492 2.92018 32.3225C2.59465 31.9958 2.43132 31.592 2.43018 31.1111C2.42905 30.6302 2.59238 30.2264 2.92018 29.8997C3.24798 29.5731 3.65178 29.4097 4.13157 29.4097H27.951C28.4331 29.4097 28.8374 29.5731 29.1641 29.8997C29.4908 30.2264 29.6535 30.6302 29.6524 31.1111C29.6513 31.592 29.4879 31.9964 29.1624 32.3242C28.8369 32.652 28.4331 32.8148 27.951 32.8125H4.13157ZM9.23574 26.0069C7.36421 26.0069 5.76207 25.3406 4.42931 24.0078C3.09656 22.6751 2.43018 21.0729 2.43018 19.2014V5.59028C2.43018 4.65451 2.76365 3.85373 3.4306 3.18792C4.09754 2.52211 4.89833 2.18863 5.83296 2.1875H29.6524C30.5882 2.1875 31.3895 2.52097 32.0565 3.18792C32.7234 3.85486 33.0563 4.65565 33.0552 5.59028V10.6944C33.0552 11.6302 32.7223 12.4316 32.0565 13.0985C31.3907 13.7655 30.5893 14.0984 29.6524 14.0972H26.2496V19.2014C26.2496 21.0729 25.5833 22.6751 24.2505 24.0078C22.9177 25.3406 21.3156 26.0069 19.4441 26.0069H9.23574ZM26.2496 10.6944H29.6524V5.59028H26.2496V10.6944Z' fill='%23A88C6A'/%3e%3c/svg%3e ");
}

.mp--transfer::before {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='35' height='35' viewBox='0 0 35 35' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M33.3309 9.54232H32.8022V6.37044C32.8022 3.41003 26.247 1.08398 18.0002 1.08398C9.75329 1.08398 3.19808 3.41003 3.19808 6.37044V9.54232H2.66943C1.79386 9.54232 1.0835 10.252 1.0835 11.1283V16.4147C1.0835 17.2903 1.79386 18.0007 2.66943 18.0007H3.19808V28.5736C3.19808 29.7412 4.14502 30.6882 5.31266 30.6882V32.8027C5.31266 33.9704 6.2596 34.9173 7.42725 34.9173H9.54183C10.7095 34.9173 11.6564 33.9704 11.6564 32.8027V30.6882H24.3439V32.8027C24.3439 33.9704 25.2909 34.9173 26.4585 34.9173H28.5731C29.7407 34.9173 30.6877 33.9704 30.6877 32.8027V30.6882H31.1106C32.1679 30.6882 32.8022 29.8423 32.8022 28.9965V18.0007H33.3309C34.2065 18.0007 34.9168 17.2903 34.9168 16.4147V11.1283C34.9168 10.252 34.2065 9.54232 33.3309 9.54232ZM8.48454 27.5163C7.31689 27.5163 6.36995 26.5693 6.36995 25.4017C6.36995 24.234 7.31689 23.2871 8.48454 23.2871C9.65218 23.2871 10.5991 24.234 10.5991 25.4017C10.5991 26.5693 9.65218 27.5163 8.48454 27.5163ZM9.54183 20.1152C8.37418 20.1152 7.42725 19.1683 7.42725 18.0007V9.54232C7.42725 8.37467 8.37418 7.42773 9.54183 7.42773H26.4585C27.6261 7.42773 28.5731 8.37467 28.5731 9.54232V18.0007C28.5731 19.1683 27.6261 20.1152 26.4585 20.1152H9.54183ZM27.5158 27.5163C26.3481 27.5163 25.4012 26.5693 25.4012 25.4017C25.4012 24.234 26.3481 23.2871 27.5158 23.2871C28.6834 23.2871 29.6304 24.234 29.6304 25.4017C29.6304 26.5693 28.6834 27.5163 27.5158 27.5163Z' fill='%23A88C6A'/%3e%3c/svg%3e ");
}



@media (min-width: 1023px) {
  .title-5 {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }
}

@media (max-width: 766px) {
  .title-5 .nav-btns {
    display: none;
  }
}

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

.an-img--1 {
  position: relative;
  z-index: 1;
}

@media (min-width: 1023px) {
  .an-img--1 {
    position: static;
    top: 0;
    translate: none;
  }
}

@media (min-width: 1023px) {
  .an-img--next {
    top: 0;
    left: 100%;
  }
}

.an-txt-wrap {
  --an-txt-wrap-mobile-height: 20rem;
  --an-txt-wrap-desktop-width: 52.5625rem;
  position: absolute;
  z-index: 5;
  bottom: calc(var(--an-txt-wrap-mobile-height) * -1);
  left: 0;
  bottom: 0;
  width: 100%;
  background-color: var(--color-light);
  color: var(--color-black);
  padding: 33px 24px 48px 24px;
  margin: 0;
  height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 20px;
}

@media (min-width: 768px) {
  .an-txt-wrap {
    height: auto;
    min-height: 420px;
  }
}

@media (min-width: 1023px) {
  .an-txt-wrap {
    top: auto;
    left: 0;
    bottom: 0;
    height: 100vh;
    min-height: 750px;
    padding: 80px 80px 40px;
    width: var(--an-txt-wrap-desktop-width);
    align-items: flex-start;

    justify-content: flex-end;
  }
}

.an-txt-wrap__content {
  position: relative;
}

@media (min-width: 1023px) {
  .an-txt-wrap__content {
    width: 100%;
  }
}

.an-txt-wrap button,
.an-txt-wrap a {
  display: block;
  width: 100%;
  margin-top: 1.5rem;
  /* margin-bottom: 1.5rem; */
}

@media (min-width: 1023px) {

  .an-txt-wrap button,
  .an-txt-wrap a {
    margin-top: 2rem;
    width: auto;
  }
}

@media (max-width: 767px) {

  .an-txt-wrap button,
  .an-txt-wrap a {
    height: 56px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 0;
  }
}

.an-txt-wrap-content {
  /* position: absolute;
  left: 0;
  bottom: 0; */
  width: 100%;
}

.an-txt-wrap-content .icon {
  display: none;
  width: 148px;
  height: 148px;
  margin-bottom: 24px;
}

@media (min-width: 1023px) {
  .an-txt-wrap-content .icon {
    display: block;
  }

}

.an-txt-wrap-content .icon img {
  width: 100%;
  height: auto;
}

.an-txt-wrap-content+.an-txt-wrap-content {
  opacity: 0;
}

.an-txt-wrap-content .subtitle {
  margin-top: 1.5rem;
}

.an-txt-wrap-content .labels-wrap {
  margin-top: 1.5rem;
}

@media (min-width: 1023px) {
  .an-txt-wrap-content .labels-wrap {
    margin-top: 2rem;
  }
}

.title-6 {
  max-width: 30.9375rem;
}

@media (min-width: 1023px) {
  .title-6 {
    max-width: 45.125rem;
  }
}

.title-6 p {
  margin-top: 1.5rem;
}

@media (min-width: 767px) {
  .title-6 p {
    margin-top: 2rem;
  }
}

.infra-slider {
  --is-slide-width: 18.75rem;
  margin-top: 3rem;
  /* position: relative; */
}

@media (min-width: 767px) {
  .infra-slider {
    margin-top: 4rem;
    margin-left: 45.625rem;
  }
}

@media (max-width: 768px) {
  .infra-slider {
    margin-left: 15rem !important;
  }
}

@media (max-width: 520px) {
  .infra-slider {
    margin-left: 0rem !important;
    margin-top: -20px;
  }
}

@media (min-width: 1023px) {
  .infra-slider {
    --is-slide-width: 28.6875rem;
    width: var(--is-slide-width);
  }
}

.infra-nav {
  display: none;
  gap: 1rem;
  position: absolute;
  right: 0;
  bottom: 0;
}

@media (min-width: 1440px) {
  .infra-nav {
    display: flex;
  }
}

.is {
  flex: 0 0 var(--is-slide-width);
}

@media(max-width: 768px) {
  .is {
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }
}

.is+.is {
  margin-left: 1.875rem;
}

@media (min-width: 1023px) {
  .is+.is {
    margin-left: 3rem;
  }
}

.is img {
  width: var(--is-slide-width);
  height: 380px;
  border-radius: 166px;
  transition: .3s ease;
}

.is.infra-slide--prev-all img {
  border-radius: 50%;
  height: var(--is-slide-width);
}

@media (min-width: 1023px) {
  .is img {
    height: 39.0625rem;
    border-radius: 15.625rem;
  }

  .is.infra-slide--prev-all img {
    border-radius: 50%;
    height: var(--is-slide-width);
  }
}

.is.infra-slide--current img {
  border-radius: 50%;
  height: var(--is-slide-width);
}

@media(max-width: 768px) {
  .is img {
    height: 380px;
    border-radius: 166px;
  }

  .is.is-snapped+.is img {
    height: 380px;
    border-radius: 166px;
  }
}

@media (min-width: 769px) {
  .is.infra-slide--current img {
    height: 39.0625rem;
    border-radius: 15.625rem;
  }
}

.is h3 {
  margin-top: 1.5rem;
  text-align: center;
}

@media (min-width: 1023px) {
  .is h3 {
    margin-top: 2rem;
  }
}

@media (max-width: 768px) {
  .is .h3 {
    font-size: .9rem;
  }
}

.is {
  transition: translate 0.3s ease-out;
}

@media (min-width: 768px) {

  .is.is-snapped+.is,
  .is.is-snapped+.is+.is,
  .is.is-snapped+.is+.is+.is {
    translate: 0 -2rem;
  }
}

@media (min-width: 769px) {

  .is.is-snapped+.is,
  .is.is-snapped+.is+.is,
  .is.is-snapped+.is+.is+.is {
    translate: 0 -8.75rem;
  }
}

@media (min-width: 767px) {
  .hod-slider .progress {
    display: none;
  }
}

.hs {
  padding: 1rem;
  flex: 0 0 20.625rem;
  cursor: pointer;
  background-color: var(--color-white);
  transition: color 0.2s ease-out;
}

@media (min-width: 767px) {
  .hs {
    flex: 0 0 23.75rem;
  }
}

@media (min-width: 1023px) {
  .hs {
    flex: 0 0 calc(38.3% - 1.25rem);
    padding: 2rem;
  }
}

@media (min-width: 1441px) {
  .hs {
    flex: 0 0 calc(29% - 1.25rem);
    padding: 2rem;
  }
}

.hs+.hs {
  margin-left: 1.875rem;
}

.hs__image {
  height: 24.375rem;
  overflow: hidden;
}

@media (min-width: 767px) {
  .hs__image {
    height: 28.125rem;
  }
}

@media (min-width: 992px) {
  .hs__image {
    height: 40.5rem;
  }
}

@media (min-width: 1024.5px) {
  .hs__image {
    height: 44.5rem;
  }
}

@media (min-width: 1441px) {
  .hs__image {
    height: 33.5rem;
  }
}

.hs img {
  transition: scale 0.2s ease-out;
  scale: 1;
  aspect-ratio: 426/535;
}

.hs__bottom {
  margin-top: 1.5rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

@media (min-width: 1023px) {
  .hs__bottom {
    margin-top: 2rem;
  }
}

.hs__bottom svg {
  width: 0.875rem;
  height: 0.875rem;
}

@media (min-width: 1023px) {
  .hs__bottom svg {
    width: 1.25rem;
    height: 1.25rem;
  }
}

.hs:hover img {
  scale: 1.1;
}

.hs:hover {
  color: var(--color-brown);
}

.req-section {
  position: relative;
  padding-bottom: 20.625rem;
}

@media (min-width: 767px) {
  .req-section {
    padding-bottom: 5.625rem;
  }
}

@media (min-width: 1023px) {
  .req-section {
    padding-bottom: 10.3125rem;
  }
}

.req-text {
  position: relative;
  z-index: 5;
  max-width: 375px;
}

@media (min-width: 767px) {
  .req-text {
    max-width: 24.0625rem;
  }
}

@media (min-width: 1023px) {
  .req-text {
    max-width: 55rem;
  }
}

.req-text p {
  margin-top: 1.125rem;
}

.req-text .form {
  margin-top: 2.8125rem;
}

@media (min-width: 1023px) {
  .req-text .form {
    margin-top: 4rem;
    max-width: 32.25rem;
  }
}

@media (min-width: 1023px) {
  .hod-section {
    padding-bottom: 190px;
  }
}


.form form {
  display: flex;
  flex-direction: column;
  gap: 0.875rem;
}

.form .info {
  margin-top: 0.625rem;
}

.rbg-wrap {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
}

.rbg {
  position: absolute;
  bottom: 0;
  -o-object-fit: contain;
  object-fit: cover;
  width: auto;
  height: auto;
}

.rbg--1 {
  left: -8.75rem;
  width: 90rem;
  height: 18.9375rem;
}

@media (min-width: 1023px) {
  .rbg--1 {
    width: 100%;
    height: 25.25rem;
    left: 0;
    bottom: -19px;
  }
}

.rbg--2 {
  height: 28.125rem;
  right: -19.375rem;
  width: 36.9375rem;
}

@media (min-width: 767px) {
  .rbg--2 {
    height: auto;
    right: -6.375rem;
    width: auto;
  }
}

@media (min-width: 1023px) {
  .rbg--2 {
    width: 50.8125rem;
    height: 59.1875rem;
    bottom: 0px;
    right: -60px;
  }
}

@media (min-width: 1441px) {
  .rbg--2 {
    width: 77.8125rem;
    height: 59.1875rem;
    bottom: 0;
    right: 0;
  }
}


.map {
  position: relative;
}

.map-tabs {
  display: flex;
  align-items: center;
  gap: 5px;
  position: absolute;
  right: 30px;
  bottom: 30px;
  z-index: 5;
  height: 64px;
  border-radius: 75px;
  background-color: var(--color-white);
  padding: 4px;
  height: 42px;
}



.map-tab {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0px 24px;
  border-radius: 60px;
  color: var(--color-black);
  font-size: 16px;
  line-height: 100%;
  background-color: transparent;
  height: 34px;
  transition: .3s ease;
}

@media(max-width: 1024px) {
  .map-tabs {
    left: 50%;
    transform: translateX(-50%);
    right: auto;
  }
}

@media(min-width: 1025px) {
  .map-tabs {
    height: 64px;
  }

  .map-tab {
    height: 56px;
    font-size: 20px;
    padding: 0px 48px;
  }
}

.map-tab.active {
  background-color: var(--color-brown);
  color: var(--color-white);
}

.yamap {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.map-yamap .mp {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  transform: translate(-50%, -50%);
}

.map-yamap {
  width: 100%;
  height: 100%;
}

.map-view {
  display: none;
}

.map-view.active {
  display: block;
}


.mp__icon {
  width: 49px;
  height: 49px;
}

.mp__title {
  margin-top: 6px;
  font-size: 12px;
  white-space: nowrap;
  color: var(--color-white)
}

#yamap [class*="ground-pane"] {
  filter: brightness(.7) saturate(.9);
}



.iv-nav {
  display: flex;
  gap: 10px;
  position: absolute;
  right: 16px;
  bottom: 32px;
  z-index: 10;
}

@media(min-width: 1023px) {
  .iv-nav {
    right: 80px;
    bottom: 80px;
  }
}

.iv-nav__btn {
  width: 56px;
  height: 56px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  background: transparent;
  border: 1px solid #fff;
  line-height: 1;
  display: grid;
  place-items: center;
  -webkit-tap-highlight-color: transparent;
}

.iv-nav__btn:hover {
  background-color: #fff;
}

.iv-nav__btn:hover svg path {
  stroke: #636363;
}

.iv-nav__btn:disabled {
  opacity: 0.35;
  cursor: default;
}

@media(max-width: 1439.5px) {
  .sect-about .an-txt-right {
    max-width: 440px;
    font-size: 16px;
    right: -108vw;
  }
}

@media(max-width: 992px) {
  .sect-about .an-txt-right {
    max-width: 100%;
    font-size: 16px;
    right: -100vw;
  }
}


@media(max-width: 768px) {
  .club-desc {
    max-width: 440px;
  }
}








.inputs-block {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 15px;
  margin-top: 32px;
}

@media(min-width: 768px) {
  .inputs-block {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}

@media(min-width: 1023px) {
  .inputs-block {
    grid-template-columns: repeat(3, 1fr);
    gap: 32px;
  }
}

.range-field label {
  display: block;
  margin-bottom: 10px;
  color: #999;
}

.range-wrap {
  position: relative;
  height: 56px;
}

.unit {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  color: #999;
}

.select-arrows {
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  flex-direction: column;
  font-size: 12px;
  color: #999;
}

.range {
  -webkit-appearance: none;
  width: calc(100% - 120px);
  position: absolute;
  left: 60px;
  bottom: 4px;
  background: transparent;
}

.range::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 28px;
  height: 14px;
  background: #222;
  border-radius: 20px;
  cursor: pointer;
}

.range::-webkit-slider-runnable-track {
  height: 4px;
  background: transparent;
}

.hidden {
  display: none;
}


.checkbox-item {
  display: flex;
  align-items: flex-start;
  flex-direction: column;
  position: relative;
}


.checkbox-input {
  appearance: none;
  width: 56px;
  height: 56px;
  border: 1px solid #AEAEAE;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 28px;
  cursor: pointer;
  transition: .3s ease-out;
  margin: 0;
}



.checkbox-input:checked {
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='26' height='31' viewBox='0 0 26 31' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M1 16.6471L8.46667 29L25 1' stroke='black' stroke-width='2' stroke-linecap='round'/%3e%3c/svg%3e ");
}

.checkbox-label {
  cursor: pointer;
  user-select: none;
}

.tab-btn-active {
  pointer-events: none;
  color: red;
}

.tab-pane:not(.tab-pane-show) {
  display: none;
}

.tab-nav {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 16px;
  background: #fff;
  border-radius: 60px;
  overflow: auto;
  max-width: fit-content;
}

.tab-nav::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.tab-btn {
  padding: 16px 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  line-height: 100%;
  background-color: #fff;
  color: #2A2827;
  border-radius: 60px;
  white-space: nowrap;
  transition: .3s ease-out;
}

.tab-btn-active {
  background-color: #A88C6A;
  color: #fff;
}

.tab-pane {
  position: relative;
  margin-top: 24px;

  .embla__container {
    display: flex;
  }

  .embla__slide {
    flex: 0 0 100%;

    img {
      height: 100%;
      width: 100%;
      object-fit: cover;
      aspect-ratio: 1760/700;
      object-position: 50% 76%;
    }
  }

  .embla__viewport {
    overflow: hidden;
  }

  .btn-arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
  }

  .embla__prev {
    left: 32px;
  }

  .embla__next {
    right: 32px;
  }
}

@media(max-width: 1600px) {
  .tab-pane {
    .embla__slide {
      img {
        aspect-ratio: 1280/610;
      }
    }

  }
}

@media(max-width: 1024px) {
  .tab-pane {
    margin-top: 20px;

    .embla__slide {
      img {
        aspect-ratio: 960/660;
      }
    }

  }
}

@media(max-width: 767.5px) {
  .tab-btn {
    font-size: 15px;
  }

  .tab-nav {
    gap: 12px;
  }

  .tab-pane {
    margin-top: 22px;

    .btn-arrow {
      top: auto;
      transform: translateY(0);
      bottom: 16px;
    }

    .embla__prev {
      left: 100px;
    }

    .embla__next {
      right: 100px;
    }
  }


}

.type-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  height: 3.5rem;
  border: 1px solid #fff;
  border-radius: 60px;
  padding: 16px 32px;
}

.type-btn--mob {
  display: none;
}

@media(max-width: 1023.5px) {
  .type-btns {
    flex-direction: column;
    align-items: flex-end;
    gap: 24px;
  }
}

@media(max-width: 767.5px) {
  .type-btn--mob {
    display: flex;
    margin-top: 24px;
    max-width: 100%;
    width: 100%;
  }
}


.plan-viewer {
  position: relative;
  width: 100%;
  height: 700px;
  /* подстрой под себя */
  background: #ece8e2;
  overflow: hidden;
  border-radius: 12px;
}

.plan-scroll {
  width: 100%;
  height: 93vh;
  overflow: auto;
  cursor: grab;
  scrollbar-width: thin;
  scrollbar-color: #b7ad9f transparent;
}

.plan-scroll.is-dragging {
  cursor: grabbing;
}

.plan-content {
  position: relative;
  width: max-content;
  height: max-content;
  transition: width 0.2s ease, height 0.2s ease;
}

.plan-content img {
  display: block;
  width: 100%;
  height: auto;
  object-fit: contain;
  max-width: none;
  pointer-events: none;
  /* чтобы drag работал как прокрутка */
  user-select: none;
  -webkit-user-drag: none;
}

.plan-controls {
  position: absolute;
  right: 24px;
  bottom: 24px;
  display: flex;
  gap: 12px;
  padding: 12px;
  background: rgba(255, 255, 255, 0.95);
  border-radius: 10px;
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08);
}

.plan-btn {
  width: 56px;
  height: 56px;
  border: none;
  background: #fff;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  border-radius: 8px;
  transition: background 0.2s ease;
}

.plan-btn:hover {
  background: #f3f3f3;
}

#zoomReset {
  font-size: 12px;
  width: auto;
  color: var(--color-black);
  padding: 0 10px;
}