@charset "UTF-8";
/* ОБНУЛЕНИЕ */
/**
  Нормализация блочной модели
 */
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/**
     Упрощаем работу с изображениями
    */
img {
  display: block;
  max-width: 100%;
}

/**
     Наследуем свойства шрифт для полей ввода
    */
input,
textarea,
select,
button {
  background: none;
  outline: none;
  border: none;
  padding: 0;
  margin: 0;
  border-radius: 0px;
  font: inherit;
}

html {
  /**
     Пригодится в большинстве ситуаций
     (когда, например, нужно будет "прижать" футер к низу сайта)
    */
  height: 100%;
  /**
     Плавный скролл
    */
  scroll-behavior: smooth;
}

body {
  /**
     Пригодится в большинстве ситуаций
     (когда, например, нужно будет "прижать" футер к низу сайта)
    */
  min-height: 100%;
  /**
     Унифицированный интерлиньяж
    */
  line-height: 1.5;
}

div {
  margin: 0;
  padding: 0;
}

a {
  text-decoration: none;
}

svg,
svg path,
svg rect,
svg circle,
svg line {
  transition: 0.4s;
}

.icon {
  display: flex;
}

@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-XBdIt.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-BlcOutline.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-XBd.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-XLt.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-LtIt.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next";
  src: url("../fonts/TTTravelsNextTrl-Bd.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-Blc.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-BlcIt.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-DmBdIt.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-BdIt.woff2") format("woff2");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-BlcOutlineIt.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-Lt.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-DmBd.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-XLtIt.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next";
  src: url("../fonts/TTTravelsNextTrl-It.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trial";
  src: url("../fonts/TTTravelsNextTrialVariable.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-Rg.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-MdIt.woff2") format("woff2");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-ThIt.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-Md.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "TT Travels Next Trl";
  src: url("../fonts/TTTravelsNextTrl-Th.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.neighbor_game {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--beige);
  z-index: 1053;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  opacity: 0;
  visibility: hidden;
  transition: 0.6s;
}
.neighbor_game.active {
  opacity: 1;
  visibility: visible;
}
.neighbor_game_wrap {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.neighbor_game_wrap-close {
  display: flex;
  width: clamp(3.875rem, 0.75rem + 3.125vw, 4.5rem);
  height: clamp(3.875rem, 0.75rem + 3.125vw, 4.5rem);
  flex-shrink: 0;
  position: absolute;
  top: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  right: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  z-index: 2;
  cursor: pointer;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap-close {
    width: 62px;
    height: 62px;
    top: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap-close {
    width: 50px;
    height: 50px;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap-close {
    width: 42px;
    height: 42px;
  }
}
@media (hover: hover) {
  .neighbor_game_wrap-close:hover svg rect {
    fill: var(--green);
  }
  .neighbor_game_wrap-close:hover svg path {
    fill: var(--white);
  }
}
@media (hover: none) {
  .neighbor_game_wrap-close:active svg rect {
    fill: var(--green);
  }
  .neighbor_game_wrap-close:active svg path {
    fill: var(--white);
  }
}
.neighbor_game_wrap-close svg {
  width: 100%;
  height: 100%;
}
.neighbor_game_wrap-main_wrap {
  max-height: 100dvh;
  width: 100%;
  max-width: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap-main_wrap {
    overflow-x: clip;
    display: flex;
    align-items: center;
  }
}
.neighbor_game_wrap-main {
  display: flex;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  padding: 40px;
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap-main {
    padding: 20px 16px 30px 16px;
  }
}
.neighbor_game_wrap-icon {
  display: flex;
  flex-shrink: 0;
  width: clamp(6.375rem, -4.25rem + 10.625vw, 8.5rem);
  height: clamp(5.625rem, -3.75rem + 9.375vw, 7.5rem);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap-icon {
    width: 102px;
    height: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap-icon {
    width: 57px;
    height: 50px;
  }
}
.neighbor_game_wrap-icon svg {
  width: 100%;
  height: 100%;
}
.neighbor_game_wrap-title {
  margin-top: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  color: var(--black);
  text-align: center;
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  overflow: hidden;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap-title {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap-title {
    font-size: 20px;
    margin-top: 12px;
    min-height: 78px;
  }
}
.neighbor_game_wrap-dislike, .neighbor_game_wrap-like {
  display: flex;
  width: clamp(10rem, -1.875rem + 11.875vw, 12.375rem);
  height: clamp(10rem, -1.875rem + 11.875vw, 12.375rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 1;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap-dislike, .neighbor_game_wrap-like {
    width: 160px;
    height: 160px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap-dislike, .neighbor_game_wrap-like {
    width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap-dislike, .neighbor_game_wrap-like {
    width: 60px;
    height: 60px;
    top: calc(100% + 24px);
    transform: translateY(0);
  }
}
@media (hover: hover) {
  .neighbor_game_wrap-dislike:hover, .neighbor_game_wrap-like:hover {
    transform: translateY(-50%) scale(1.05);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .neighbor_game_wrap-dislike:hover, .neighbor_game_wrap-like:hover {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .neighbor_game_wrap-dislike:active, .neighbor_game_wrap-like:active {
    transform: translateY(-50%) scale(1.05);
  }
}
@media screen and (hover: none) and (max-width: 767px) {
  .neighbor_game_wrap-dislike:active, .neighbor_game_wrap-like:active {
    transform: scale(1.05);
  }
}
.neighbor_game_wrap-dislike:disabled, .neighbor_game_wrap-like:disabled {
  opacity: 0.5;
}
.neighbor_game_wrap-dislike svg, .neighbor_game_wrap-like svg {
  width: 100%;
  height: 100%;
}
.neighbor_game_wrap-dislike {
  left: 180px;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap-dislike {
    left: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap-dislike {
    left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap-dislike {
    left: 195px;
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap-dislike {
    left: clamp(0rem, -11.659rem + 49.745vw, 12.188rem);
  }
}
@media (hover: hover) {
  .neighbor_game_wrap-dislike:hover svg rect {
    fill: var(--red);
  }
  .neighbor_game_wrap-dislike:hover svg path {
    fill: var(--white);
  }
}
@media (hover: none) {
  .neighbor_game_wrap-dislike:active svg rect {
    fill: var(--red);
  }
  .neighbor_game_wrap-dislike:active svg path {
    fill: var(--white);
  }
}
.neighbor_game_wrap-like {
  right: 180px;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap-like {
    right: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap-like {
    right: 0px;
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap-like {
    right: 195px;
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap-like {
    right: clamp(0rem, -11.659rem + 49.745vw, 12.188rem);
  }
}
@media (hover: hover) {
  .neighbor_game_wrap-like:hover svg rect {
    fill: var(--green);
  }
  .neighbor_game_wrap-like:hover svg path {
    fill: var(--white);
  }
}
@media (hover: none) {
  .neighbor_game_wrap-like:active svg rect {
    fill: var(--green);
  }
  .neighbor_game_wrap-like:active svg path {
    fill: var(--white);
  }
}
.neighbor_game_wrap .circle {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap .circle {
    margin-top: 24px;
  }
}
.neighbor_game_wrap .circle .item:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-90deg) translateX(1550px) rotate(90deg);
}
.neighbor_game_wrap .circle .item:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg) translateX(1550px) rotate(90deg);
}
.neighbor_game_wrap .circle .item:nth-child(3) {
  transform: translate(-50%, -50%) rotate(0deg) translateX(1550px) rotate(90deg);
}
.neighbor_game_wrap .circle .item:nth-child(4) {
  transform: translate(-50%, -50%) rotate(45deg) translateX(1550px) rotate(90deg);
}
.neighbor_game_wrap .circle .item:nth-child(5) {
  transform: translate(-50%, -50%) rotate(90deg) translateX(1550px) rotate(90deg);
}
.neighbor_game_wrap .circle .item:nth-child(6) {
  transform: translate(-50%, -50%) rotate(135deg) translateX(1550px) rotate(90deg);
}
.neighbor_game_wrap .circle .item:nth-child(7) {
  transform: translate(-50%, -50%) rotate(180deg) translateX(1550px) rotate(90deg);
}
.neighbor_game_wrap .circle .item:nth-child(8) {
  transform: translate(-50%, -50%) rotate(225deg) translateX(1550px) rotate(90deg);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap .circle .item:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-90deg) translateX(1205px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg) translateX(1205px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(3) {
    transform: translate(-50%, -50%) rotate(0deg) translateX(1205px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(4) {
    transform: translate(-50%, -50%) rotate(45deg) translateX(1205px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(5) {
    transform: translate(-50%, -50%) rotate(90deg) translateX(1205px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(6) {
    transform: translate(-50%, -50%) rotate(135deg) translateX(1205px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(7) {
    transform: translate(-50%, -50%) rotate(180deg) translateX(1205px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(8) {
    transform: translate(-50%, -50%) rotate(225deg) translateX(1205px) rotate(90deg);
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap .circle .item:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-90deg) translateX(1000px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg) translateX(1000px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(3) {
    transform: translate(-50%, -50%) rotate(0deg) translateX(1000px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(4) {
    transform: translate(-50%, -50%) rotate(45deg) translateX(1000px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(5) {
    transform: translate(-50%, -50%) rotate(90deg) translateX(1000px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(6) {
    transform: translate(-50%, -50%) rotate(135deg) translateX(1000px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(7) {
    transform: translate(-50%, -50%) rotate(180deg) translateX(1000px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(8) {
    transform: translate(-50%, -50%) rotate(225deg) translateX(1000px) rotate(90deg);
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap .circle .item:nth-child(1) {
    transform: translate(-50%, -50%) rotate(-90deg) translateX(600px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(2) {
    transform: translate(-50%, -50%) rotate(-45deg) translateX(600px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(3) {
    transform: translate(-50%, -50%) rotate(0deg) translateX(600px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(4) {
    transform: translate(-50%, -50%) rotate(45deg) translateX(600px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(5) {
    transform: translate(-50%, -50%) rotate(90deg) translateX(600px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(6) {
    transform: translate(-50%, -50%) rotate(135deg) translateX(600px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(7) {
    transform: translate(-50%, -50%) rotate(180deg) translateX(600px) rotate(90deg);
  }
  .neighbor_game_wrap .circle .item:nth-child(8) {
    transform: translate(-50%, -50%) rotate(225deg) translateX(600px) rotate(90deg);
  }
}
.neighbor_game_wrap .circle-invisible_item {
  width: 700px;
  aspect-ratio: 16/9;
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap .circle-invisible_item {
    width: 512px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap .circle-invisible_item {
    width: 480px;
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap .circle-invisible_item {
    width: 343px;
  }
}
.neighbor_game_wrap .circle_wrap {
  position: relative;
  width: 3500px;
  height: 3500px;
  border-radius: 50%;
  margin: 0 auto;
  position: absolute;
  top: 0;
  user-select: none;
  pointer-events: none;
  will-change: transform;
  transform: translateZ(0);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap .circle_wrap {
    width: 2700px;
    height: 2700px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap .circle_wrap {
    width: 2480px;
    height: 2480px;
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap .circle_wrap {
    width: 1545px;
    height: 1545px;
  }
}
@media screen and (max-width: 374px) {
  .neighbor_game_wrap .circle_wrap {
    width: clamp(93rem, 72.273rem + 103.636vw, 96.563rem);
    height: clamp(93rem, 72.273rem + 103.636vw, 96.563rem);
  }
}
.neighbor_game_wrap .circle .item {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 700px;
  max-width: 100dvw;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  background: var(--gray);
  color: #fff;
  border-radius: 20px;
  transform: translate(-50%, -50%);
  aspect-ratio: 16/9;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap .circle .item {
    width: 512px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap .circle .item {
    width: 480px;
    max-width: calc(100dvw - 32px);
    aspect-ratio: 1/1;
  }
}
@media screen and (max-width: 767px) {
  .neighbor_game_wrap .circle .item {
    width: 343px;
  }
}
.neighbor_game_wrap .circle .item img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap .circle .item img {
    height: 100%;
    object-fit: cover;
  }
}
.neighbor_game_wrap .count {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 25px 29px;
  border-radius: 80px;
  border: 2px solid var(--black);
  column-gap: 7px;
  min-width: 106px;
  color: var(--Black, #222);
  font-family: var(--nata-font);
  font-size: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2px;
  position: unset;
  margin-top: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap .count {
    font-size: 18px;
    letter-spacing: 0;
    padding: 20px 32px 19px 32px;
    column-gap: 2px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap .count {
    border: 1px solid var(--black);
    padding: 8px 21px 9px 21px;
    font-size: 16px;
    margin-top: 34px;
    min-width: 80px;
  }
}
.neighbor_game_wrap-loader {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px solid var(--white);
  border-right-color: var(--green);
  animation: l2 1s infinite linear;
  box-shadow: 0px 0px 20px 2px rgba(0, 0, 0, 0.1);
}
@keyframes l2 {
  from {
    transform: translate(-50%, -50%) rotate(0turn);
  }
  to {
    transform: translate(-50%, -50%) rotate(1turn);
  }
}
.neighbor_game_wrap_result {
  display: none;
  align-items: center;
  flex-direction: column;
  width: 100%;
  max-height: 100%;
  padding: 40px clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
  overflow-y: auto;
  overflow-x: clip;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result {
    padding: 40px 16px;
  }
}
.neighbor_game_wrap_result::-webkit-scrollbar {
  width: 7px;
  border-radius: 10px;
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result::-webkit-scrollbar {
    width: 4px;
  }
}
.neighbor_game_wrap_result::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 10px;
}
.neighbor_game_wrap_result::-webkit-scrollbar-track {
  background: var(--white);
  border-radius: 10px;
}
.neighbor_game_wrap_result_wrap {
  width: 100%;
  height: 100%;
}
.neighbor_game_wrap_result_wrap_head {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-direction: column;
}
.neighbor_game_wrap_result_wrap_head-icon {
  display: flex;
  flex-shrink: 0;
  width: clamp(6.375rem, -4.25rem + 10.625vw, 8.5rem);
  height: clamp(5.625rem, -3.75rem + 9.375vw, 7.5rem);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_head-icon {
    width: 102px;
    height: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_head-icon {
    width: 57px;
    height: 50px;
  }
}
.neighbor_game_wrap_result_wrap_head-icon svg {
  width: 100%;
  height: 100%;
}
.neighbor_game_wrap_result_wrap_head-icon svg {
  width: 100%;
  height: 100%;
}
.neighbor_game_wrap_result_wrap_head-title {
  margin-top: 50px;
  color: var(--black);
  text-align: center;
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_head-title {
    margin-top: 30px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_head-title {
    font-size: 20px;
    margin-top: 12px;
  }
}
.neighbor_game_wrap_result_wrap_list {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  overflow: visible;
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_list {
    margin-top: 40px;
  }
}
.neighbor_game_wrap_result_wrap_list-col {
  width: 100%;
  max-width: 33.3333333333%;
  padding: 0 15px;
}
.neighbor_game_wrap_result_wrap_list_item {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  padding: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  width: 100%;
  border-radius: 30px;
  background: #F7F3ED;
  height: auto;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_list_item {
    padding: 30px;
    row-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_list_item {
    border-radius: 20px;
    padding: 20px;
    flex: 1 1 300px;
    min-width: 300px;
  }
  .neighbor_game_wrap_result_wrap_list_item:last-child {
    margin-right: 0 !important;
  }
}
.neighbor_game_wrap_result_wrap_list_item-image {
  display: block;
  flex-shrink: 0;
  width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_list_item-image {
    border-radius: 10px;
  }
}
.neighbor_game_wrap_result_wrap_list_item-image img {
  width: 100%;
  height: auto;
}
.neighbor_game_wrap_result_wrap_list_item_content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}
.neighbor_game_wrap_result_wrap_list_item_content-position {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_list_item_content-position {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_list_item_content-position {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.neighbor_game_wrap_result_wrap_list_item_content-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
  flex: 1 1 auto;
  margin-top: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_list_item_content-title {
    font-size: 26px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_list_item_content-title {
    font-size: 20px;
    margin-top: 6px;
  }
}
.neighbor_game_wrap_result_wrap_list_item_content-progress {
  display: flex;
  align-items: center;
  column-gap: 20px;
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_list_item_content-progress {
    margin-top: 16px;
    column-gap: 20px;
  }
}
.neighbor_game_wrap_result_wrap_list_item_content-progress .line {
  display: block;
  flex: 1 1 auto;
  background: red;
  height: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_list_item_content-progress .line {
    height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_list_item_content-progress .line {
    height: 30px;
    border-radius: 10px;
  }
}
.neighbor_game_wrap_result_wrap_list_item_content-progress .line::after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background: #294F50;
  position: absolute;
  top: 0;
  left: 0;
}
.neighbor_game_wrap_result_wrap_list_item_content-progress .line::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.3;
  background: repeating-linear-gradient(-45deg, #ccc, #ccc 2px, transparent 2px, transparent 10px);
}
.neighbor_game_wrap_result_wrap_list_item_content-progress .value-progress {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_list_item_content-progress .value-progress {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_list_item_content-progress .value-progress {
    font-size: 20px;
  }
}
.neighbor_game_wrap_result_wrap form {
  width: 100%;
  height: auto;
}
.neighbor_game_wrap_result_wrap_form {
  width: 100%;
  height: auto;
  margin-top: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_form {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_form {
    margin-top: 10px;
  }
}
.neighbor_game_wrap_result_wrap_form-input {
  width: 100%;
  height: clamp(5.1875rem, -2.9375rem + 8.125vw, 6.8125rem);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_form-input {
    height: 83px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_form-input {
    height: 78px;
  }
}
.neighbor_game_wrap_result_wrap_form-input input {
  width: 100%;
  height: 100%;
  background: #F7F3ED;
  padding: 0 clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  border-radius: 38px;
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_form-input input {
    padding: 0 30px;
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_form-input input {
    border-radius: 20px;
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.neighbor_game_wrap_result_wrap_form-input input::placeholder {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-transform: uppercase;
}
.neighbor_game_wrap_result_wrap_form-btn {
  display: flex;
  justify-content: center;
  width: 100%;
  margin-top: clamp(1.875rem, -4.375rem + 6.25vw, 3.125rem);
}
@media screen and (max-width: 1599px) {
  .neighbor_game_wrap_result_wrap_form-btn {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .neighbor_game_wrap_result_wrap_form-btn {
    margin-top: 40px;
  }
}
:root {
  --red: #cc3f3c;
  --white: #fff;
  --beige: #eee7da;
  --light-beige: #fffbf3;
  --black: #222;
  --green: #6fb461;
  --dark-green: #294f50;
  --grey: #6b717d;
  --dark-grey: #b0b0b0;
  --nunito-font: "Nunito Sans", sans-serif;
  --nata-font: "Nata Sans", sans-serif;
  --travels-font: "TT Travels Next Trl", sans-serif;
}

html {
  overflow-y: hidden;
}
@media screen and (max-width: 1199px) {
  html {
    padding-right: 0;
  }
}
html.modal-open {
  overflow-y: hidden !important;
}
html.with-fancybox {
  overflow: hidden !important;
}

#smooth-wrapper.modal-open {
  overflow: hidden;
  padding-right: 7px;
}
@media screen and (max-width: 1199px) {
  #smooth-wrapper.modal-open {
    padding-right: 0;
  }
}

html,
body {
  overflow-x: clip;
}

section {
  opacity: 0;
}
section:first-child {
  opacity: 1 !important;
}

body {
  color: var(--black);
  font-family: var(--nunito-font), sans-serif;
  background-color: var(--light-beige);
  font-size: 16px;
}
body::-webkit-scrollbar {
  width: 7px;
}
body::-webkit-scrollbar-thumb {
  background: var(--red);
  border-radius: 10px;
}
body::-webkit-scrollbar-track {
  background: transparent;
}

main {
  overflow-x: clip;
}

.container {
  width: 100%;
  max-width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}
@media screen and (max-width: 1599px) {
  .container {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1199px) {
  .container {
    padding: 0 16px;
  }
}

.row {
  --bs-gutter-x: 30px;
}
@media screen and (max-width: 1599px) {
  .row {
    --bs-gutter-x: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .row {
    --bs-gutter-x: 10px;
  }
}
@media screen and (max-width: 767px) {
  .row {
    --bs-gutter-x: 10px;
  }
}

.swiper-slide {
  user-select: none;
}

.swiper-button-prev,
.swiper-button-next {
  position: unset;
  width: 20px;
  height: 20px;
  background: unset;
  padding: 0;
  margin: 0;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev.swiper-button-lock,
.swiper-button-next.swiper-button-lock {
  display: none;
}

.swiper-pagination .swiper-pagination-bullet {
  background: var(--black);
  opacity: 0.5;
  margin: 0 8px;
  width: 8px;
  height: 8px;
  position: relative;
  color: var(--black);
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
@media (hover: hover) {
  .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .swiper-pagination .swiper-pagination-bullet:active {
    opacity: 1;
  }
}
.swiper-pagination .swiper-pagination-bullet svg {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  color: currentColor;
  opacity: 0;
  transition: 0s;
}
.swiper-pagination .swiper-pagination-bullet svg circle {
  stroke: currentColor;
  stroke-dashoffset: calc(58.5486677646px * (1 - var(--progress)));
  stroke-dasharray: 58.5486677646px;
  transition: 0s linear;
}
.swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.swiper-pagination .swiper-pagination-bullet-active svg {
  opacity: 1;
  transition: 0s;
}
.swiper-pagination .swiper-pagination-bullet-active svg circle {
  transition: 0s linear;
}

.btn-arrow {
  display: inline-flex;
  align-items: center;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media (hover: hover) {
  .btn-arrow:hover {
    transform: scale(1.05);
  }
  .btn-arrow:hover .btn-arrow-icon {
    transform: rotate(45deg);
  }
}
@media (hover: none) {
  .btn-arrow:active {
    transform: scale(1.05);
  }
  .btn-arrow:active .btn-arrow-icon {
    transform: rotate(45deg);
  }
}
.btn-arrow-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.375rem, 0.125rem + 1.25vw, 1.625rem) clamp(1.25rem, 0rem + 1.25vw, 1.5rem) clamp(1.5625rem, 0rem + 1.5625vw, 1.875rem) clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
  color: var(--white);
  font-size: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2px;
  background: var(--red);
  border-radius: 80px;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .btn-arrow-btn {
    padding: 22px 20px 25px 20px;
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .btn-arrow-btn {
    padding: 16px 20px 18px 20px;
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
.btn-arrow-icon {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  max-width: clamp(4.375rem, 1.25rem + 3.125vw, 5rem);
  height: 100%;
  max-height: 100%;
  width: auto;
  aspect-ratio: 1/1;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .btn-arrow-icon {
    max-width: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .btn-arrow-icon {
    max-width: 55px;
  }
}
@media screen and (max-width: 767px) {
  .btn-arrow-icon {
    display: none;
  }
}
.btn-arrow-icon svg {
  width: 100%;
  height: 100%;
}
.btn-arrow.--btn-arrow-red .btn-arrow-btn {
  background: var(--red);
  color: var(--white);
}
@media (hover: hover) {
  .btn-arrow.--btn-arrow-red:hover .btn-arrow-btn {
    background: #ba3734;
  }
  .btn-arrow.--btn-arrow-red:hover svg rect {
    fill: #ba3734;
  }
}
@media (hover: none) {
  .btn-arrow.--btn-arrow-red:active .btn-arrow-btn {
    background: #ba3734;
  }
  .btn-arrow.--btn-arrow-red:active svg rect {
    fill: #ba3734;
  }
}
.btn-arrow.--btn-arrow-red svg rect {
  fill: var(--red);
}
.btn-arrow.--btn-arrow-grey .btn-arrow-btn {
  background: var(--grey);
  color: var(--white);
}
@media (hover: hover) {
  .btn-arrow.--btn-arrow-grey:hover .btn-arrow-btn {
    background: #565a64;
  }
  .btn-arrow.--btn-arrow-grey:hover svg rect {
    fill: #565a64;
  }
}
@media (hover: none) {
  .btn-arrow.--btn-arrow-grey:active .btn-arrow-btn {
    background: #565a64;
  }
  .btn-arrow.--btn-arrow-grey:active svg rect {
    fill: #565a64;
  }
}
.btn-arrow.--btn-arrow-grey svg rect {
  fill: var(--grey);
}
.btn-arrow.--btn-arrow-green .btn-arrow-btn {
  background: var(--green);
  color: var(--white);
}
@media (hover: hover) {
  .btn-arrow.--btn-arrow-green:hover .btn-arrow-btn {
    background: #5b974e;
  }
  .btn-arrow.--btn-arrow-green:hover svg rect {
    fill: #5b974e;
  }
}
@media (hover: none) {
  .btn-arrow.--btn-arrow-green:active .btn-arrow-btn {
    background: #5b974e;
  }
  .btn-arrow.--btn-arrow-green:active svg rect {
    fill: #5b974e;
  }
}
.btn-arrow.--btn-arrow-green svg rect {
  fill: var(--green);
}
.btn-arrow.--btn-arrow-green svg path {
  stroke: var(--white);
}
.btn-arrow.--btn-arrow-beige .btn-arrow-btn {
  background: var(--beige);
  color: var(--black);
}
@media (hover: hover) {
  .btn-arrow.--btn-arrow-beige:hover .btn-arrow-btn {
    background: #e5ddcd;
  }
  .btn-arrow.--btn-arrow-beige:hover svg rect {
    fill: #e5ddcd;
  }
}
@media (hover: none) {
  .btn-arrow.--btn-arrow-beige:active .btn-arrow-btn {
    background: #e5ddcd;
  }
  .btn-arrow.--btn-arrow-beige:active svg rect {
    fill: #e5ddcd;
  }
}
.btn-arrow.--btn-arrow-beige svg rect {
  fill: var(--beige);
}
.btn-arrow.--btn-arrow-beige svg path {
  stroke: var(--black);
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: clamp(1.375rem, 0.125rem + 1.25vw, 1.625rem) clamp(1.25rem, 0rem + 1.25vw, 1.5rem) clamp(1.5625rem, 0rem + 1.5625vw, 1.875rem) clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
  border-radius: 80px;
  color: var(--white);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .btn {
    padding: 22px 20px 25px 20px;
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .btn {
    padding: 16px 20px 18px 20px;
    font-size: 16px;
    letter-spacing: 0.16px;
  }
}
@media (hover: hover) {
  .btn:hover {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .btn:active {
    transform: scale(1.05);
  }
}
.btn.--btn-green {
  background: var(--green);
  color: var(--white);
}
@media (hover: hover) {
  .btn.--btn-green:hover {
    background: #5b974e;
  }
}
@media (hover: none) {
  .btn.--btn-green:active {
    background: #5b974e;
  }
}
.btn.--btn-beige {
  background: var(--beige);
  color: var(--black);
}
@media (hover: hover) {
  .btn.--btn-beige:hover {
    background: #e5ddcd;
  }
}
@media (hover: none) {
  .btn.--btn-beige:active {
    background: #e5ddcd;
  }
}
.btn.--btn-grey {
  background: var(--grey);
  color: var(--white);
}
@media (hover: hover) {
  .btn.--btn-grey:hover {
    background: #565a64;
  }
}
@media (hover: none) {
  .btn.--btn-grey:active {
    background: #565a64;
  }
}
.btn.--btn-red {
  background: var(--red);
  color: var(--white);
}
@media (hover: hover) {
  .btn.--btn-red:hover {
    background: #ba3734;
  }
}
@media (hover: none) {
  .btn.--btn-red:active {
    background: #ba3734;
  }
}
.btn.--btn-dark-green {
  background: var(--dark-green);
  color: var(--white);
}
@media (hover: hover) {
  .btn.--btn-dark-green:hover {
    background: var(--green);
  }
}
@media (hover: none) {
  .btn.--btn-dark-green:active {
    background: var(--green);
  }
}

.tippy-block .tippy-list {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  z-index: 2;
}
.tippy-block .tippy-pin {
  display: flex;
  flex-shrink: 0;
  width: clamp(2.125rem, 0.25rem + 1.875vw, 2.5rem);
  height: clamp(2.125rem, 0.25rem + 1.875vw, 2.5rem);
  position: absolute;
  will-change: opacity;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .tippy-block .tippy-pin {
    width: 34px;
    height: 34px;
  }
}
@media screen and (max-width: 1199px) {
  .tippy-block .tippy-pin {
    width: 24px;
    height: 24px;
  }
}
@media (hover: hover) {
  .tippy-block .tippy-pin:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .tippy-block .tippy-pin:active {
    opacity: 0.7;
  }
}
.tippy-block .tippy-pin svg {
  width: 100%;
  height: 100%;
}

.tippy-pin-white-theme {
  padding: 0;
  background: var(--white);
  border-radius: 20px;
  max-width: 285px !important;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .tippy-pin-white-theme {
    max-width: 230px !important;
  }
}
@media screen and (max-width: 1199px) {
  .tippy-pin-white-theme {
    max-width: 185px !important;
  }
}
.tippy-pin-white-theme .tippy-arrow {
  border: unset;
  margin: 0;
  height: 30px;
  width: 2px;
  background: var(--white);
}
.tippy-pin-white-theme .tippy-content {
  padding: clamp(0.75rem, -0.5rem + 1.25vw, 1rem) clamp(1rem, -0.25rem + 1.25vw, 1.25rem) clamp(1rem, 0.375rem + 0.625vw, 1.125rem) clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  color: var(--black);
  text-align: center;
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  white-space: normal;
}
@media screen and (max-width: 1599px) {
  .tippy-pin-white-theme .tippy-content {
    padding: 12px 16px 14px 16px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .tippy-pin-white-theme .tippy-content {
    font-size: 12px;
    line-height: 130%;
  }
}
.tippy-pin-white-theme[data-placement^=top] > .tippy-arrow {
  bottom: -30px;
  margin: 0;
  border: unset;
}
.tippy-pin-white-theme[data-placement^=bottom] > .tippy-arrow {
  top: -30px;
  margin: 0;
  border: unset;
}
.tippy-pin-white-theme[data-placement^=left] > .tippy-arrow {
  margin: 0;
  width: 30px;
  height: 2px;
  border: unset;
  right: -30px;
}
.tippy-pin-white-theme[data-placement^=right] > .tippy-arrow {
  margin: 0;
  width: 30px;
  height: 2px;
  border: unset;
  left: -30px;
}

.--typ_text {
  color: var(--white);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .--typ_text {
    font-size: 18px;
    line-height: 130%;
  }
}
@media screen and (max-width: 1199px) {
  .--typ_text {
    font-size: 16px;
    line-height: 130%;
  }
}

.--typ_price {
  font-family: var(--travels-font);
  color: #222;
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .--typ_price {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .--typ_price {
    font-size: 20px;
  }
}

.--typ_tags {
  font-family: var(--travels-font);
  color: #6b717d;
  font-size: clamp(0.875rem, 0.25rem + 0.625vw, 1rem);
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .--typ_tags {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .--typ_tags {
    font-size: 12px;
  }
}

.modal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1053;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  z-index: 9999991;
  transition: 0.4s;
}
.modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.podcast_block {
  display: flex;
  justify-content: flex-end;
}
.podcast_block_item {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-start;
  row-gap: 20px;
  width: 100%;
  max-width: 200px;
  cursor: pointer;
}
@media screen and (max-width: 1599px) {
  .podcast_block_item {
    max-width: 195px;
  }
}
@media (hover: hover) {
  .podcast_block_item:hover .podcast_block_item-btn {
    transform: scale(1.05);
  }
  .podcast_block_item:hover .podcast_block_item-text {
    color: #90949d;
  }
}
@media (hover: none) {
  .podcast_block_item:active .podcast_block_item-btn {
    transform: scale(1.05);
  }
  .podcast_block_item:active .podcast_block_item-text {
    color: #90949d;
  }
}
.podcast_block_item-btn {
  display: inline-flex;
  align-items: center;
  column-gap: clamp(0.75rem, -0.5rem + 1.25vw, 1rem);
  padding: clamp(0.25rem, -0.0625rem + 0.3125vw, 0.3125rem) clamp(1rem, -0.25rem + 1.25vw, 1.25rem) clamp(0.25rem, -0.0625rem + 0.3125vw, 0.3125rem) clamp(0.25rem, -0.0625rem + 0.3125vw, 0.3125rem);
  background: var(--white);
  border-radius: 80px;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .podcast_block_item-btn {
    padding: 4px 16px 4px 4px;
    column-gap: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_item-btn {
    padding: 3px 16px 3px 3px;
  }
}
.podcast_block_item-btn-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: clamp(3.875rem, 1.375rem + 2.5vw, 4.375rem);
  height: clamp(3.875rem, 1.375rem + 2.5vw, 4.375rem);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .podcast_block_item-btn-icon {
    max-width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_item-btn-icon {
    max-width: 60px;
    height: 60px;
  }
}
.podcast_block_item-btn-icon img,
.podcast_block_item-btn-icon svg {
  width: 100%;
  height: 100%;
}
.podcast_block_item-btn-time {
  color: var(--black);
}
.podcast_block_item-text {
  color: var(--white);
  font-family: var(--travels-font);
  font-size: clamp(0.875rem, 0.25rem + 0.625vw, 1rem);
  text-align: left;
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .podcast_block_item-text {
    font-size: 14px;
  }
}
.podcast_block_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 60px;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1053;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  visibility: hidden;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal {
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal {
    padding: 32px 0 0 0;
    transition: 0.4s;
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal.active {
    transition: 0.4s;
    transition-delay: 0s;
  }
  .podcast_block_modal.active .podcast_block_modal-wrap {
    transform: translateY(0%);
    transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0.2s;
  }
}
.podcast_block_modal-wrap {
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  background: var(--white);
  display: flex;
  position: relative;
  max-height: 100%;
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal-wrap {
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
    will-change: transform;
    transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0s;
  }
}
.podcast_block_modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(3.875rem, 0.75rem + 3.125vw, 4.5rem);
  height: clamp(3.875rem, 0.75rem + 3.125vw, 4.5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  background: var(--white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  position: absolute;
  top: -20px;
  right: -20px;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal-close {
    width: 62px;
    height: 62px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal-close {
    width: 32px;
    height: 32px;
    top: 16px;
    right: 16px;
  }
}
@media (hover: hover) {
  .podcast_block_modal-close:hover {
    background: var(--green);
  }
}
@media (hover: none) {
  .podcast_block_modal-close:active {
    background: var(--green);
  }
}
.podcast_block_modal-close svg {
  width: clamp(1.0625rem, 0.125rem + 0.9375vw, 1.25rem);
  height: clamp(1.0625rem, 0.125rem + 0.9375vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal-close svg {
    width: 17px;
    height: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal-close svg {
    width: 8px;
    height: 8px;
  }
}
.podcast_block_modal_left {
  display: flex;
  flex-direction: column;
  padding: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  background: var(--beige);
  width: 100%;
  max-width: 35.695%;
  border-radius: 20px 0px 0 20px;
  overflow-y: auto;
  max-height: 790px;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left {
    padding: 30px;
    max-width: 41.912%;
    max-height: 650px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left {
    max-width: 100%;
    padding: 20px;
    max-height: unset;
    flex-direction: row;
    column-gap: 20px;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .podcast_block_modal_left {
    flex-direction: column;
    row-gap: 20px;
  }
}
.podcast_block_modal_left::-webkit-scrollbar {
  width: 3px;
  border-radius: 100px;
}
.podcast_block_modal_left::-webkit-scrollbar-thumb {
  background: var(--grey);
  border-radius: 100px;
}
.podcast_block_modal_left::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 100px;
}
.podcast_block_modal_left > *:first-child {
  margin-top: 0px;
}
.podcast_block_modal_left > *:last-child {
  margin-bottom: 0px;
}
.podcast_block_modal_left_content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.podcast_block_modal_left-img {
  display: block;
  width: 100%;
  max-width: clamp(13.75rem, -5rem + 18.75vw, 17.5rem);
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 14px;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left-img {
    max-width: 220px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left-img {
    max-width: 175px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .podcast_block_modal_left-img {
    max-width: 120px;
  }
}
.podcast_block_modal_left-img img,
.podcast_block_modal_left-img svg {
  width: 100%;
  height: auto;
}
.podcast_block_modal_left-subtitle {
  color: var(--black, );
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  margin-top: 30px;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left-subtitle {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left-subtitle {
    font-size: 14px;
    letter-spacing: 0.14px;
    margin-top: 0px;
  }
}
.podcast_block_modal_left-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
  margin-top: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left-title {
    font-size: 26px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left-title {
    font-size: 16px;
    margin-top: 10px;
  }
}
.podcast_block_modal_left-text {
  color: var(--black);
  margin-top: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left-text {
    margin-top: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left-text {
    margin-top: 10px;
  }
}
.podcast_block_modal_left-audio {
  display: flex;
  align-items: flex-end;
  flex: 1 1 auto;
  margin-top: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left-audio {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left-audio {
    width: 450px;
  }
}
.podcast_block_modal_left-audio-wrap {
  display: flex;
  align-items: center;
  padding: clamp(0.5625rem, 0.25rem + 0.3125vw, 0.625rem) clamp(1.625rem, 0.375rem + 1.25vw, 1.875rem) clamp(0.5625rem, 0.25rem + 0.3125vw, 0.625rem) 10px;
  border-radius: 90px;
  background: var(--white);
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left-audio-wrap {
    padding: 9px 26px 9px 10px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left-audio-wrap {
    padding: 5px 19px 5px 5px;
  }
}
.podcast_block_modal_left-audio-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: clamp(3.75rem, 1.25rem + 2.5vw, 4.25rem);
  height: clamp(3.75rem, 1.25rem + 2.5vw, 4.25rem);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  cursor: pointer;
  background: var(--black);
  border-radius: 50%;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left-audio-btn {
    max-width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left-audio-btn {
    max-width: 40px;
    height: 40px;
  }
}
@media (hover: hover) {
  .podcast_block_modal_left-audio-btn:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .podcast_block_modal_left-audio-btn:active {
    opacity: 0.6;
  }
}
.podcast_block_modal_left-audio-btn.start svg.play {
  display: none;
}
.podcast_block_modal_left-audio-btn.start svg.pause {
  display: flex;
}
.podcast_block_modal_left-audio-btn svg.play {
  display: flex;
  width: 16px;
  height: 20px;
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left-audio-btn svg.play {
    width: 10px;
    height: 13px;
  }
}
.podcast_block_modal_left-audio-btn svg.pause {
  display: none;
  width: 10px;
  height: 14px;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left-audio-btn svg.pause {
    width: 7px;
    height: 11px;
  }
}
.podcast_block_modal_left-audio-wave {
  width: 100%;
  height: 38px;
  padding: 0 14px 0 20px;
  max-height: 100%;
  flex: 1 1 auto;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_left-audio-wave {
    padding: 0 15px 0 18px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_left-audio-wave {
    padding: 0 14px 0 19px;
  }
}
.podcast_block_modal_left-audio-time {
  flex-shrink: 0;
  color: var(--black);
}
.podcast_block_modal_right {
  width: 100%;
  max-width: 64.305%;
  padding: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem) 20px clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem) clamp(1.875rem, -7.5rem + 9.375vw, 3.75rem);
  max-height: 790px;
  flex: 1 1 auto;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_right {
    padding: 30px 20px 30px 30px;
    max-height: 650px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_right {
    padding: 30px 8px 20px 16px;
    max-width: 100%;
    max-height: unset;
    display: flex;
    flex: unset;
    overflow: hidden;
  }
}
.podcast_block_modal_right-text {
  max-height: 100%;
  overflow-y: auto;
  padding-right: clamp(1.875rem, -7.5rem + 9.375vw, 3.75rem);
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_right-text {
    padding-right: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_right-text {
    padding-right: 8px;
  }
}
.podcast_block_modal_right-text::-webkit-scrollbar {
  width: 3px;
  border-radius: 100px;
}
.podcast_block_modal_right-text::-webkit-scrollbar-thumb {
  background: var(--grey);
  border-radius: 100px;
}
.podcast_block_modal_right-text::-webkit-scrollbar-track {
  background: transparent;
  border-radius: 100px;
}
.podcast_block_modal_right-text > *:first-child {
  margin-top: 0px;
}
.podcast_block_modal_right-text > *:last-child {
  margin-bottom: 0px;
}
.podcast_block_modal_right h3 {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
  margin: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem) 0;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_right h3 {
    font-size: 26px;
    margin: 12px 0;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_right h3 {
    font-size: 26px;
    margin: 6px 0;
  }
}
.podcast_block_modal_right p {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
  margin: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem) 0;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_right p {
    font-size: 18px;
    margin: 12px 0;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_right p {
    font-size: 16px;
    margin: 6px 0;
  }
}
.podcast_block_modal_right h4 {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  margin: 40px 0 clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem) 0;
}
@media screen and (max-width: 1599px) {
  .podcast_block_modal_right h4 {
    font-size: 18px;
    letter-spacing: 0.18px;
    margin: 40px 0 12px 0;
  }
}
@media screen and (max-width: 1199px) {
  .podcast_block_modal_right h4 {
    font-size: 14px;
    letter-spacing: 0.14px;
    margin: 20px 0 6px 0;
  }
}

.breadcrumbs {
  padding-top: clamp(7.75rem, -6.625rem + 14.375vw, 10.625rem);
}
@media screen and (max-width: 1599px) {
  .breadcrumbs {
    padding-top: 124px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumbs {
    padding-top: 100px;
  }
}
.breadcrumbs__list {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 46px;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs__list {
    column-gap: 26px;
  }
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  position: relative;
  color: var(--grey);
  font-family: var(--nata-font);
  font-size: clamp(0.875rem, 0.25rem + 0.625vw, 1rem);
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .breadcrumbs__item {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .breadcrumbs__item {
    font-size: 12px;
  }
}
.breadcrumbs__item:first-child::before {
  display: none;
}
.breadcrumbs__item::before {
  content: "";
  display: flex;
  width: 6px;
  height: 6px;
  background: var(--grey);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  left: -23px;
  transform: translateX(-50%);
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs__item::before {
    width: 4px;
    height: 4px;
    left: -13px;
  }
}
.breadcrumbs a {
  color: var(--black);
  transition: 0.4s;
}
@media (hover: hover) {
  .breadcrumbs a:hover {
    color: var(--grey);
  }
}
@media (hover: none) {
  .breadcrumbs a:active {
    color: var(--grey);
  }
}
.breadcrumbs__link {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-transform: inherit;
}
.header {
  position: absolute;
  width: 100%;
  max-width: 100dvw;
  top: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
  left: 0;
  z-index: 1052;
}
@media screen and (max-width: 1599px) {
  .header {
    top: 20px;
  }
}
.header.is-front-page .header_wrap-logo {
  mix-blend-mode: difference;
}
.header.is-front-page .logo_main path {
  fill: var(--white);
}
.header.is-front-page .logo_text path {
  fill: var(--white);
}
.header.is-front-page .header_wrap_menu-btn {
  background: transparent;
  color: var(--white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
}
@media screen and (max-width: 1199px) {
  .header.is-front-page .header_wrap_menu-btn {
    background: var(--white);
  }
}
.header.is-front-page .header_wrap_menu-btn .icon {
  background: var(--white);
}
@media screen and (max-width: 1199px) {
  .header.is-front-page .header_wrap_menu-btn .icon {
    background: var(--black);
  }
}
.header.is-front-page .header_wrap_menu-btn.active {
  background: var(--white);
  color: var(--black);
  border-color: var(--white);
}
@media screen and (max-width: 1199px) {
  .header.is-front-page .header_wrap_menu-btn.active {
    border-color: var(--black);
  }
}
.header.is-front-page .header_wrap_menu-btn.active .icon {
  background: var(--black);
}
.header_wrap {
  display: flex;
  justify-content: space-between;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .header_wrap {
    align-items: center;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap {
    position: relative;
  }
}
.header_wrap.active {
  transform: translateY(calc(0 - clamp(0rem, -6.25rem + 6.25vw, 1.25rem)));
}
@media screen and (max-width: 1599px) {
  .header_wrap.active {
    transform: translateY(0);
  }
}
.header_wrap.active .header_wrap-logo {
  mix-blend-mode: unset;
}
.header_wrap.active .header_wrap-logo .logo_main {
  max-width: 48px;
  filter: drop-shadow(0 0px 30px rgba(255, 255, 255, 0.06));
}
@media screen and (max-width: 1599px) {
  .header_wrap.active .header_wrap-logo .logo_main {
    max-width: 36px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap.active .header_wrap-logo .logo_main {
    max-width: 33px;
  }
}
.header_wrap.active .header_wrap-logo .logo_main svg path {
  fill: var(--black);
}
.header_wrap.active .header_wrap-logo .logo_text {
  opacity: 0;
}
.header_wrap.active .header_wrap_menu-btn {
  background: var(--white);
  color: var(--black);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
}
.header_wrap.active .header_wrap_menu-btn .icon {
  background: var(--black);
}
.header_wrap-logo {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  column-gap: clamp(0.6875rem, -0.5625rem + 1.25vw, 0.9375rem);
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .header_wrap-logo {
    column-gap: 11px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap-logo {
    column-gap: 8px;
    align-items: flex-end;
    position: relative;
    z-index: 2;
    mix-blend-mode: darken;
  }
}
@media (hover: hover) {
  .header_wrap-logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .header_wrap-logo:active {
    opacity: 0.7;
  }
}
.header_wrap-logo svg {
  width: 100%;
  height: 100%;
}
.header_wrap-logo .logo_main path {
  fill: var(--black);
}
.header_wrap-logo .logo_text path {
  fill: var(--black);
}
.header_wrap-logo .logo_main {
  width: 100%;
  max-width: clamp(2.8125rem, -1.875rem + 4.6875vw, 3.75rem);
  height: auto;
  flex-shrink: 0;
  display: flex;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .header_wrap-logo .logo_main {
    max-width: 45px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap-logo .logo_main {
    max-width: 33px;
  }
}
.header_wrap-logo .logo_text {
  width: 100%;
  max-width: clamp(8.5625rem, -5.5rem + 14.0625vw, 11.375rem);
  height: auto;
  flex-shrink: 0;
  display: flex;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .header_wrap-logo .logo_text {
    max-width: 137px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap-logo .logo_text {
    max-width: 102px;
  }
}
.header_wrap_menu {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu {
    position: unset;
    transform: unset;
  }
}
.header_wrap_menu-btn {
  display: flex;
  align-items: center;
  column-gap: clamp(0.75rem, 0.125rem + 0.625vw, 0.875rem);
  padding: clamp(0.5625rem, -1.625rem + 2.1875vw, 1rem) clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem) clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem) clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  border-radius: 80px;
  border: 2px solid #fff;
  color: var(--white);
  text-align: center;
  font-family: var(--nata-font);
  font-size: ад(20, 18);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2px;
  background: var(--white);
  color: var(--black);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .header_wrap_menu-btn {
    padding: 9px 20px 12px 20px;
    column-gap: 12px;
    font-size: 18px;
    line-height: 130%;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu-btn {
    width: 40px;
    height: 40px;
    font-size: unset;
    column-gap: unset;
    letter-spacing: unset;
    border-radius: 50%;
    padding: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    z-index: 2;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu-btn span {
    display: none;
  }
}
.header_wrap_menu-btn.active {
  background: var(--white);
  color: var(--black);
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu-btn.active {
    border-color: var(--black);
  }
}
.header_wrap_menu-btn.active .icon {
  transform: rotate(45deg) translateY(3px);
  background: var(--black);
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu-btn.active .icon {
    transform: rotate(45deg) translateY(0px);
  }
}
.header_wrap_menu-btn.active .icon::after {
  transform: rotate(-90deg);
  top: 0;
}
.header_wrap_menu-btn.active .icon::before {
  opacity: 0;
  top: 0;
}
.header_wrap_menu-btn .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 2px;
  position: relative;
  background: var(--black);
  transition: 0.4s;
  transform: translateY(1px);
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu-btn .icon {
    transform: translateY(0px);
  }
}
.header_wrap_menu-btn .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: inherit;
  background: inherit;
  position: absolute;
  top: -5px;
  left: 0;
  transition: 0.4s;
}
.header_wrap_menu-btn .icon::before {
  content: "";
  display: block;
  width: 100%;
  height: inherit;
  background: inherit;
  position: absolute;
  top: 5px;
  left: 0;
  transition: 0.4s;
}
.header_wrap_menu_modal {
  position: absolute;
  top: calc(100% + 20px);
  left: 50%;
  transform: translateX(-50%);
  width: max-content;
  max-width: 1266px;
  padding: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
  border-radius: 20px;
  visibility: hidden;
  pointer-events: none;
  transition: 0.6s;
}
@media screen and (max-width: 1599px) {
  .header_wrap_menu_modal {
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu_modal {
    width: 100vw;
    max-width: calc(100vw - 12px);
    padding: 100px 20px 20px 20px;
    top: -10px;
  }
}
.header_wrap_menu_modal::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%) scaleY(0);
  background: var(--white);
  border-radius: 0px;
  transform-origin: 50% 0%;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  will-change: transform;
  transition: transform 0.4s, border-radius 0.4s;
  transition-delay: 0.2s, 0.2s;
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu_modal::after {
    transform: translateX(0%) scaleY(1);
    top: 10px;
    right: 10px;
    left: auto;
    width: 40px;
    height: 40px;
    border-radius: 20px;
    background: var(--white);
    transform-origin: 100% 0;
    visibility: hidden;
    transition: 0.4s;
    transition-delay: 0.2s;
  }
}
.header_wrap_menu_modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}
.header_wrap_menu_modal.active::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  transform: translateX(-50%) scaleY(1);
  transform-origin: 50% 0%;
  border-radius: 20px;
  transition: transform 0.4s, border-radius 0.4s;
  transition-delay: 0s, 0s;
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu_modal.active::after {
    transform: translateX(0%) scaleY(1);
    top: 0px;
    right: 0px;
    left: auto;
    width: 100%;
    height: 100%;
    border-radius: 20px;
    transform-origin: 100% 0;
    background: var(--white);
    visibility: visible;
    transition: 0.4s;
    transition-delay: 0s;
  }
}
.header_wrap_menu_modal.active .header_wrap_menu_modal_wrap {
  opacity: 1;
  visibility: visible;
  transition: 0.4s;
  transition-delay: 0.2s;
}
.header_wrap_menu_modal_wrap {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -15px;
  position: relative;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
  transition-delay: 0s;
}
@media screen and (max-width: 767px) {
  .header_wrap_menu_modal_wrap {
    row-gap: 33px;
  }
}
.header_wrap_menu_modal_wrap-col {
  width: 100%;
  max-width: 33.3333333333%;
  padding: 0 15px;
}
.header_wrap_menu_modal_wrap-col:nth-of-type(1) {
  width: 100%;
  max-width: clamp(18.8125rem, 5.6875rem + 13.125vw, 21.4375rem);
}
@media screen and (max-width: 1599px) {
  .header_wrap_menu_modal_wrap-col:nth-of-type(1) {
    max-width: 301px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu_modal_wrap-col:nth-of-type(1) {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap_menu_modal_wrap-col:nth-of-type(1) {
    max-width: 100%;
  }
}
.header_wrap_menu_modal_wrap-col:nth-of-type(2) {
  width: 100%;
  max-width: clamp(18.8125rem, 5.6875rem + 13.125vw, 21.4375rem);
}
@media screen and (max-width: 1599px) {
  .header_wrap_menu_modal_wrap-col:nth-of-type(2) {
    max-width: 301px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu_modal_wrap-col:nth-of-type(2) {
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap_menu_modal_wrap-col:nth-of-type(2) {
    max-width: 100%;
  }
}
.header_wrap_menu_modal_wrap-col:nth-of-type(3) {
  width: 100%;
  max-width: clamp(23.5rem, -12.125rem + 35.625vw, 30.625rem);
}
@media screen and (max-width: 1599px) {
  .header_wrap_menu_modal_wrap-col:nth-of-type(3) {
    max-width: 376px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu_modal_wrap-col:nth-of-type(3) {
    display: none;
  }
}
.header_wrap_menu_modal_wrap ul {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .header_wrap_menu_modal_wrap ul {
    row-gap: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu_modal_wrap ul {
    row-gap: 15px;
  }
}
.header_wrap_menu_modal_wrap ul li {
  display: flex;
}
.header_wrap_menu_modal_wrap ul li a {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .header_wrap_menu_modal_wrap ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu_modal_wrap ul li a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .header_wrap_menu_modal_wrap ul li a:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .header_wrap_menu_modal_wrap ul li a:active {
    opacity: 0.6;
  }
}
.header_wrap_menu_modal_center {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
}
@media screen and (max-width: 1599px) {
  .header_wrap_menu_modal_center {
    row-gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .header_wrap_menu_modal_center {
    row-gap: 50px;
  }
}
.header_wrap_menu_modal_center-address {
  color: var(--black);
}
.header_wrap_menu_modal-img {
  width: 100%;
  max-width: 100%;
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .header_wrap_menu_modal-img {
    display: none;
  }
}
.header_wrap_menu_modal-img img {
  width: 100%;
  height: auto;
}
.header_wrap-wa {
  display: flex;
  flex-shrink: 0;
  width: clamp(2.5rem, -4.375rem + 6.875vw, 3.875rem);
  height: clamp(2.5rem, -4.375rem + 6.875vw, 3.875rem);
  max-width: clamp(2.5rem, -4.375rem + 6.875vw, 3.875rem);
  max-height: clamp(2.5rem, -4.375rem + 6.875vw, 3.875rem);
  aspect-ratio: 1/1;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.06));
  mix-blend-mode: difference;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .header_wrap-wa {
    width: 40px;
    height: 40px;
    max-width: 40px;
    max-height: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .header_wrap-wa {
    transform: translateX(-50px);
  }
}
@media (hover: hover) {
  .header_wrap-wa:hover {
    transform: scale(1.05);
  }
}
@media (hover: none) {
  .header_wrap-wa:active {
    transform: scale(1.05);
  }
}
.header_wrap-wa svg {
  width: 100%;
  height: 100%;
}
.header_wrap-wa svg path {
  fill: black;
}

.index_first {
  position: relative;
  overflow: hidden;
}
.index_first_wrap {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  width: 100%;
  row-gap: 100px;
  padding-top: clamp(8.125rem, -4.375rem + 12.5vw, 10.625rem);
  padding-bottom: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  min-height: calc(var(--vh, 1vh) * 100);
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .index_first_wrap {
    padding-top: 130px;
    padding-bottom: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .index_first_wrap {
    padding-top: 125px;
    padding-bottom: 20px;
    position: relative;
  }
}
@media screen and (max-width: 767px) {
  .index_first_wrap {
    padding-top: 135px;
    padding-bottom: 20px;
  }
}
.index_first_wrap-title {
  color: var(--white);
  text-align: center;
  font-family: var(--travels-font);
  font-size: clamp(3.375rem, -4.75rem + 8.125vw, 5rem);
  font-weight: 500;
  line-height: 110%;
  width: 100%;
  margin: 0 auto;
  max-width: 1340px;
}
@media screen and (max-width: 1599px) {
  .index_first_wrap-title {
    font-size: 54px;
    line-height: 110%;
    max-width: 875px;
  }
}
@media screen and (max-width: 1199px) {
  .index_first_wrap-title {
    font-size: 34px;
    line-height: 110%;
    max-width: 350px;
  }
}
.index_first_wrap_bottom {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media screen and (max-width: 767px) {
  .index_first_wrap_bottom {
    justify-content: center;
  }
}
.index_first_wrap_bottom_slider {
  border-radius: 20px;
  background: var(--beige);
  padding: clamp(1.5rem, -0.375rem + 1.875vw, 1.875rem);
  width: 100%;
  max-width: clamp(26.125rem, 3rem + 23.125vw, 30.75rem);
}
@media screen and (max-width: 1599px) {
  .index_first_wrap_bottom_slider {
    padding: 24px;
    max-width: 418px;
  }
}
@media screen and (max-width: 1199px) {
  .index_first_wrap_bottom_slider {
    max-width: 100%;
    background: transparent;
    padding: unset;
    display: none;
  }
}
.index_first_wrap_bottom_slider-sw {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .index_first_wrap_bottom_slider-sw {
    overflow: visible;
    margin: 40px 0;
  }
}
.index_first_wrap_bottom_slider-sw-control {
  display: flex;
  margin-top: 25px;
}
@media screen and (max-width: 1199px) {
  .index_first_wrap_bottom_slider-sw-control {
    display: none;
  }
}
.index_first_wrap_bottom_slider-sw-btn {
  display: flex;
  position: relative;
  z-index: 11;
  column-gap: 20px;
  padding: 14px 18px;
  border-radius: 40px;
  border: 2px solid var(--black);
}
.index_first_wrap_bottom_slider-sw-btn > * {
  width: 6px;
  height: 12px;
  margin: -10px;
  padding: 10px;
  box-sizing: content-box;
  transition: 0.4s;
}
@media (hover: hover) {
  .index_first_wrap_bottom_slider-sw-btn > *:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .index_first_wrap_bottom_slider-sw-btn > *:active {
    opacity: 0.7;
  }
}
.index_first_wrap_bottom_slider-sw-btn > * svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1199px) {
  .index_first_wrap_bottom_slider-sw .swiper-pagination {
    display: none;
  }
}
.index_first_wrap_bottom_slider-sw .swiper-pagination .swiper-pagination-bullet {
  background: var(--black);
  opacity: 0.5;
  margin: 0 8px;
  width: 8px;
  height: 8px;
  position: relative;
  color: var(--black);
  transition: 0.4s;
}
@media (hover: hover) {
  .index_first_wrap_bottom_slider-sw .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .index_first_wrap_bottom_slider-sw .swiper-pagination .swiper-pagination-bullet:active {
    opacity: 1;
  }
}
.index_first_wrap_bottom_slider-sw .swiper-pagination .swiper-pagination-bullet svg {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  color: currentColor;
  opacity: 0;
  transition: 0s;
}
.index_first_wrap_bottom_slider-sw .swiper-pagination .swiper-pagination-bullet svg circle {
  stroke: currentColor;
  stroke-dashoffset: calc(58.5486677646px * (1 - var(--progress)));
  stroke-dasharray: 58.5486677646px;
  transition: 0s linear;
}
.index_first_wrap_bottom_slider-sw .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.index_first_wrap_bottom_slider-sw .swiper-pagination .swiper-pagination-bullet-active svg {
  opacity: 1;
  transition: 0s;
}
.index_first_wrap_bottom_slider-sw .swiper-pagination .swiper-pagination-bullet-active svg circle {
  transition: 0s linear;
}
.index_first_wrap_bottom_slider_el {
  display: flex;
  column-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .index_first_wrap_bottom_slider_el {
    column-gap: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .index_first_wrap_bottom_slider_el {
    column-gap: 14px;
    align-items: center;
    background: var(--beige);
    padding: 7px 6px 7px 20px;
    border-radius: 10px;
    min-width: 310px;
    flex: 1 1 310px;
  }
  .index_first_wrap_bottom_slider_el:last-child {
    margin-right: 0px !important;
  }
}
.index_first_wrap_bottom_slider_el_left {
  display: flex;
  flex-direction: column;
  row-gap: 16px;
  max-width: clamp(14.625rem, -6rem + 20.625vw, 18.75rem);
}
@media screen and (max-width: 1599px) {
  .index_first_wrap_bottom_slider_el_left {
    max-width: 234px;
  }
}
.index_first_wrap_bottom_slider_el_left-subtitle {
  color: var(--black);
  font-family: var(--nata-font);
  font-size: clamp(0.875rem, 0.25rem + 0.625vw, 1rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .index_first_wrap_bottom_slider_el_left-subtitle {
    font-size: 14px;
    line-height: 140%;
  }
}
@media screen and (max-width: 1199px) {
  .index_first_wrap_bottom_slider_el_left-subtitle {
    font-size: 12px;
  }
}
.index_first_wrap_bottom_slider_el_left-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .index_first_wrap_bottom_slider_el_left-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .index_first_wrap_bottom_slider_el_left-title {
    font-size: 20px;
  }
}
.index_first_wrap_bottom_slider_el-img {
  display: block;
  width: 100%;
  max-width: clamp(6rem, 1rem + 5vw, 7rem);
  height: auto;
  overflow: hidden;
  aspect-ratio: 4/5;
}
@media screen and (max-width: 1599px) {
  .index_first_wrap_bottom_slider_el-img {
    max-width: 96px;
  }
}
@media screen and (max-width: 1199px) {
  .index_first_wrap_bottom_slider_el-img {
    max-width: 91px;
  }
}
.index_first_wrap_bottom_slider_el-img img {
  width: 100%;
  height: auto;
}
.index_first .slider_mob_container {
  display: none;
}
@media screen and (max-width: 1199px) {
  .index_first .slider_mob_container {
    display: block;
    width: 100%;
    max-width: 100%;
  }
}
.index_first-bg {
  display: block;
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
}
@media screen and (max-width: 1199px) {
  .index_first-bg {
    width: calc(100vw + 2px);
  }
}
.index_first-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.3) 0%, rgba(0, 0, 0, 0) 100%);
}
.index_first-bg video,
.index_first-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.about_project {
  padding-top: clamp(7.5rem, 1.25rem + 6.25vw, 8.75rem);
  background: var(--grey);
  position: relative;
  z-index: 1;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .about_project {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project {
    padding-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap {
    row-gap: 0px;
  }
}
.about_project_wrap_left {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: clamp(5.625rem, -13.125rem + 18.75vw, 9.375rem);
}
@media screen and (max-width: 1599px) {
  .about_project_wrap_left {
    row-gap: 90px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_left {
    margin-bottom: 20px;
  }
}
.about_project_wrap_left-title {
  color: var(--white);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .about_project_wrap_left-title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_left-title {
    font-size: 14px;
    letter-spacing: 0.14px;
    text-transform: uppercase;
  }
}
.about_project_wrap_left-icon {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  max-width: clamp(7.375rem, 1.125rem + 6.25vw, 8.625rem);
  height: clamp(7.375rem, 1.125rem + 6.25vw, 8.625rem);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1599px) {
  .about_project_wrap_left-icon {
    max-width: 118px;
    height: 118px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_left-icon {
    display: none;
  }
}
.about_project_wrap_left-icon svg {
  width: 100%;
  height: 100%;
}
.about_project_wrap_center {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-right: clamp(0rem, -9.375rem + 9.375vw, 1.875rem);
}
@media screen and (max-width: 1599px) {
  .about_project_wrap_center {
    padding-right: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center {
    padding-right: 30px;
  }
}
@media screen and (max-width: 767px) {
  .about_project_wrap_center {
    padding-right: 0px;
    padding-bottom: 32px;
    margin-bottom: 32px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center.--benefits_center {
    margin-top: 32px;
    padding-right: 0px;
    padding-top: 32px;
    padding-bottom: 32px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  }
}
@media screen and (max-width: 767px) {
  .about_project_wrap_center.--benefits_center {
    padding-bottom: 14px;
    padding-top: 14px;
  }
}
.about_project_wrap_center-text {
  color: var(--white);
  font-family: var(--travels-font);
  font-size: 40px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .about_project_wrap_center-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center-text {
    font-size: 20px;
  }
}
.about_project_wrap_center-text .char {
  opacity: 0.3;
}
.about_project_wrap_center_benefits {
  display: flex;
  flex-wrap: wrap;
  row-gap: 0px;
  margin: 0 -15px;
  margin-top: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  row-gap: 30px;
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center_benefits {
    margin: 0 -10px;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center_benefits {
    margin: 0 -20px;
  }
}
@media screen and (max-width: 767px) {
  .about_project_wrap_center_benefits {
    row-gap: 30px;
  }
}
.about_project_wrap_center_benefits-col {
  padding: 0 15px;
  width: 100%;
  max-width: 25%;
}
@media screen and (max-width: 1599px) {
  .about_project_wrap_center_benefits-col {
    padding: 0 10px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center_benefits-col {
    padding: 0 20px;
  }
  .about_project_wrap_center_benefits-col:last-child .about_project_wrap_center_benefits_el::after {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .about_project_wrap_center_benefits-col {
    max-width: 50%;
    position: relative;
  }
}
.about_project_wrap_center_benefits-col:not(:first-child):nth-of-type(odd)::after {
  content: "";
  display: block;
  width: calc(100vw - 32px);
  height: 1px;
  position: absolute;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: -15px;
  left: 20px;
}
.about_project_wrap_center_benefits_el {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center_benefits_el {
    row-gap: 8px;
    height: 100%;
    position: relative;
  }
}
.about_project_wrap_center_benefits_el::after {
  content: "";
  display: block;
  width: 1px;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  right: -20px;
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center_benefits_el::after {
    display: block;
  }
}
.about_project_wrap_center_benefits_el-title {
  color: var(--white);
  font-family: var(--nata-font);
  font-size: clamp(0.875rem, 0.25rem + 0.625vw, 1rem);
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.16px;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (max-width: 1599px) {
  .about_project_wrap_center_benefits_el-title {
    font-size: 14px;
    line-height: 140%;
    text-transform: uppercase;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center_benefits_el-title {
    font-size: 12px;
    line-height: 130%;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_center_benefits_el-text {
    row-gap: 14px;
  }
}
.about_project_wrap_center_benefits_el-text a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  line-height: inherit;
  letter-spacing: inherit;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 1px;
  text-underline-position: from-font;
  text-decoration-color: currentColor;
  transition: 0.4s;
}
@media (hover: hover) {
  .about_project_wrap_center_benefits_el-text a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .about_project_wrap_center_benefits_el-text a:active {
    opacity: 0.7;
  }
}
@media screen and (max-width: 767px) {
  .about_project_wrap .podcast_block {
    width: 100%;
    justify-content: flex-start;
  }
}
@media screen and (max-width: 767px) {
  .about_project_wrap .podcast_block .podcast_block_item {
    flex-direction: row;
    column-gap: 20px;
    max-width: 100%;
  }
}
@media screen and (max-width: 767px) {
  .about_project_wrap .podcast_block .podcast_block_item-btn {
    flex-shrink: 0;
  }
}
.about_project_wrap .col-xl-16 {
  margin-top: clamp(3.75rem, -8.75rem + 12.5vw, 6.25rem);
}
@media screen and (max-width: 1599px) {
  .about_project_wrap .col-xl-16 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap .col-xl-16 {
    margin-top: 48px;
  }
}
@media screen and (max-width: 767px) {
  .about_project_wrap .col-xl-16 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap .col-xl-16 {
    max-width: 100vw;
    width: 100vw;
    transform: translateX(-11px);
    padding: 0;
    position: relative;
    overflow-x: auto;
    overflow-y: hidden;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
  }
  .about_project_wrap .col-xl-16::-webkit-scrollbar {
    display: none;
    width: 0;
  }
}
.about_project_wrap_render {
  margin: 0 -60px;
  aspect-ratio: 24/5;
  height: auto;
  width: calc(100% + 120px);
  position: relative;
  will-change: transform;
}
@media screen and (max-width: 1599px) {
  .about_project_wrap_render {
    width: calc(100% + 40px);
    margin: 0 -20px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project_wrap_render {
    width: 1500px;
    aspect-ratio: 125/26;
    max-height: 312px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .about_project_wrap_render {
    user-select: none;
    touch-action: pan-x;
  }
}
.about_project_wrap_render-img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about_project_wrap_render-img {
    user-select: none;
    touch-action: pan-x;
  }
}
.about_project_wrap_render-img img {
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .about_project_wrap_render-img img {
    user-select: none;
    touch-action: pan-x;
  }
}
.about_project_wrap_render_pins {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.about_project_wrap_render_pins-pin {
  position: absolute;
  top: 0;
  left: 0;
  color: red;
  z-index: 3;
}
.about_project_wrap_render_pins-pin svg {
  animation: animate-tippy-circle 3s ease-in-out infinite forwards;
}
@media (hover: hover) {
  .about_project_wrap_render_pins-pin:hover svg {
    animation: animate-tippy-circle-hover 0.3s ease-in-out forwards;
    transform: scale(1);
  }
}
@media (hover: none) {
  .about_project_wrap_render_pins-pin:active svg {
    animation: animate-tippy-circle-hover 0.3s ease-in-out forwards;
    transform: scale(1);
  }
}
@keyframes animate-tippy-circle {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(0.9);
  }
  100% {
    transform: scale(1);
  }
}
@keyframes animate-tippy-circle-hover {
  to {
    transform: scale(1);
  }
}
.about_project_wrap_render_pins-pin.--pin1 {
  left: 12.8%;
  top: 17%;
}
.about_project_wrap_render_pins-pin.--pin2 {
  left: 31.5%;
  top: 37%;
}
.about_project_wrap_render_pins-pin.--pin3 {
  left: 51%;
  top: 18%;
}
.about_project_wrap_render_pins-pin.--pin4 {
  left: 71.3%;
  top: 80%;
}
.about_project_wrap_render_pins-pin.--pin5 {
  left: 89.2%;
  top: 40%;
}
.about_project_wrap_render_pins-pin button {
  color: red;
}
.about_project-sprig {
  display: block;
  position: absolute;
  top: 5px;
  right: 0px;
  user-select: none;
  pointer-events: none;
  max-width: clamp(11.25rem, -0.625rem + 11.875vw, 13.625rem);
}
@media screen and (max-width: 1599px) {
  .about_project-sprig {
    max-width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .about_project-sprig {
    max-width: 130px;
  }
}
@media screen and (max-width: 767px) {
  .about_project-sprig {
    max-width: 80px;
  }
}
.about_project-sprig img {
  width: 100%;
  height: auto;
}

.traditions {
  padding-top: 130px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .traditions {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions {
    padding-top: 80px;
  }
}
@media screen and (max-width: 767px) {
  .traditions {
    padding-top: 60px;
  }
}
.traditions_wrap {
  align-items: flex-end;
}
@media screen and (max-width: 1199px) {
  .traditions_wrap {
    align-items: flex-start;
  }
}
.traditions_wrap_left {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  row-gap: 90px;
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_left {
    position: unset;
  }
}
.traditions_wrap_left-img {
  display: block;
  margin-left: -60px;
  width: calc(100% + 60px);
  max-width: calc(100% + 60px);
  height: auto;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_left-img {
    position: absolute;
    top: -50px;
    right: -23px;
    max-width: 141px;
    margin-left: unset;
  }
}
@media screen and (max-width: 767px) {
  .traditions_wrap_left-img {
    top: -20px;
    right: -15px;
  }
}
.traditions_wrap_left-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_left-btn {
    display: none;
  }
}
.traditions_wrap_main {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
  padding-bottom: clamp(0rem, -15.625rem + 15.625vw, 3.125rem);
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_main {
    row-gap: 20px;
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_main {
    align-items: flex-start;
  }
}
.traditions_wrap_main-title {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_main-title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_main-title {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
@media screen and (max-width: 767px) {
  .traditions_wrap_main-title {
    max-width: 240px;
  }
}
.traditions_wrap_main-text {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_main-text {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_main-text {
    font-size: 20px;
  }
}
.traditions_wrap_main-btn {
  display: none;
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_main-btn {
    display: inline-flex;
  }
}
@media screen and (max-width: 767px) {
  .traditions_wrap_main-btn {
    margin-top: 12px;
  }
}
.traditions_wrap_author {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  justify-content: flex-end;
  padding-bottom: clamp(0rem, -15.625rem + 15.625vw, 3.125rem);
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_author {
    padding-bottom: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_author {
    row-gap: 16px;
    flex-direction: column-reverse;
  }
}
@media screen and (max-width: 767px) {
  .traditions_wrap_author {
    margin-top: 32px;
    row-gap: 24px;
  }
}
.traditions_wrap_author_block {
  display: flex;
  column-gap: 30px;
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_author_block {
    column-gap: 12px;
  }
}
.traditions_wrap_author_block-avatar {
  display: block;
  width: 100%;
  max-width: 90px;
  height: 90px;
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_author_block-avatar {
    max-width: 60px;
    height: 60px;
  }
}
.traditions_wrap_author_block-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.traditions_wrap_author_block_content {
  display: flex;
  flex-direction: column;
}
.traditions_wrap_author_block_content-name {
  font-weight: 600;
  color: var(--black);
}
.traditions_wrap_author_block_content-job {
  color: var(--black);
}
.traditions_wrap_author-text {
  color: var(--black);
}
.traditions_wrap .col-xl-16 {
  margin-top: clamp(3.75rem, -15rem + 18.75vw, 7.5rem);
}
@media screen and (max-width: 1599px) {
  .traditions_wrap .col-xl-16 {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap .col-xl-16 {
    margin-top: 32px;
  }
}
.traditions_wrap_slider {
  width: 100%;
  border-radius: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_slider {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_slider {
    border-radius: 0;
    overflow: visible;
  }
}
.traditions_wrap_sw {
  aspect-ratio: 395/191;
  padding: 0 clamp(5.3125rem, -2.5rem + 7.8125vw, 6.875rem);
  width: 100%;
  margin: 0;
  min-width: 0px;
  overflow: visible;
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_sw {
    padding: 0 85px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_sw {
    aspect-ratio: unset;
    padding: 0;
    overflow: visible;
  }
}
.traditions_wrap_sw_el {
  position: relative;
  border-radius: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  overflow: hidden;
  height: auto;
  backface-visibility: hidden;
  transform: translateZ(0);
  will-change: transform;
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_sw_el {
    border-radius: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_sw_el {
    border-radius: 14px;
    aspect-ratio: 343/220;
  }
}
.traditions_wrap_sw_el-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
  background: #242424;
}
.traditions_wrap_sw_el-img::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  inset: 0;
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMjIyIiBoZWlnaHQ9IjU5MiIgdmlld0JveD0iMCAwIDEyMjIgNTkyIiBmaWxsPSJub25lIj4KICA8ZyBmaWx0ZXI9InVybCgjZmlsdGVyMF9uXzE5NjdfMjI1MikiPgogICAgPHJlY3Qgd2lkdGg9IjEyMjIiIGhlaWdodD0iNTkyIiBmaWxsPSIjMjQyNDIyIi8+CiAgPC9nPgogIDxkZWZzPgogICAgPGZpbHRlciBpZD0iZmlsdGVyMF9uXzE5NjdfMjI1MiIgeD0iMCIgeT0iMCIgd2lkdGg9IjEyMjIiIGhlaWdodD0iNTkyIiBmaWx0ZXJVbml0cz0idXNlclNwYWNlT25Vc2UiIGNvbG9yLWludGVycG9sYXRpb24tZmlsdGVycz0ic1JHQiI+CiAgICAgIDxmZUZsb29kIGZsb29kLW9wYWNpdHk9IjAiIHJlc3VsdD0iQmFja2dyb3VuZEltYWdlRml4Ii8+CiAgICAgIDxmZUJsZW5kIG1vZGU9Im5vcm1hbCIgaW49IlNvdXJjZUdyYXBoaWMiIGluMj0iQmFja2dyb3VuZEltYWdlRml4IiByZXN1bHQ9InNoYXBlIi8+CiAgICAgIDxmZVR1cmJ1bGVuY2UgdHlwZT0iZnJhY3RhbE5vaXNlIiBiYXNlRnJlcXVlbmN5PSIxIDEiIHN0aXRjaFRpbGVzPSJzdGl0Y2giIG51bU9jdGF2ZXM9IjMiIHJlc3VsdD0ibm9pc2UiIHNlZWQ9IjU4MzciLz4KICAgICAgPGZlQ29sb3JNYXRyaXggaW49Im5vaXNlIiB0eXBlPSJsdW1pbmFuY2VUb0FscGhhIiByZXN1bHQ9ImFscGhhTm9pc2UiLz4KICAgICAgPGZlQ29tcG9uZW50VHJhbnNmZXIgaW49ImFscGhhTm9pc2UiIHJlc3VsdD0iY29sb3JlZE5vaXNlMSI+CiAgICAgICAgPGZlRnVuY0EgdHlwZT0iZGlzY3JldGUiIHRhYmxlVmFsdWVzPSIxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAxIDEgMSAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwIDAgMCAwICIvPgogICAgICA8L2ZlQ29tcG9uZW50VHJhbnNmZXI+CiAgICAgIDxmZUNvbXBvc2l0ZSBvcGVyYXRvcj0iaW4iIGluMj0ic2hhcGUiIGluPSJjb2xvcmVkTm9pc2UxIiByZXN1bHQ9Im5vaXNlMUNsaXBwZWQiLz4KICAgICAgPGZlRmxvb2QgZmxvb2QtY29sb3I9InJnYmEoMCwgMCwgMCwgMC4yNSkiIHJlc3VsdD0iY29sb3IxRmxvb2QiLz4KICAgICAgPGZlQ29tcG9zaXRlIG9wZXJhdG9yPSJpbiIgaW4yPSJub2lzZTFDbGlwcGVkIiBpbj0iY29sb3IxRmxvb2QiIHJlc3VsdD0iY29sb3IxIi8+CiAgICAgIDxmZU1lcmdlIHJlc3VsdD0iZWZmZWN0MV9ub2lzZV8xOTY3XzIyNTIiPgogICAgICAgIDxmZU1lcmdlTm9kZSBpbj0ic2hhcGUiLz4KICAgICAgICA8ZmVNZXJnZU5vZGUgaW49ImNvbG9yMSIvPgogICAgICA8L2ZlTWVyZ2U+CiAgICA8L2ZpbHRlcj4KICA8L2RlZnM+Cjwvc3ZnPg==");
  background-size: cover;
  background-repeat: no-repeat;
  user-select: none;
  pointer-events: none;
}
.traditions_wrap_sw_el-img img {
  width: auto;
  height: 100%;
  object-fit: cover;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .traditions_wrap_sw_el_pins-pin:hover {
    opacity: 1 !important;
  }
}
@media (hover: none) {
  .traditions_wrap_sw_el_pins-pin:active {
    opacity: 1 !important;
  }
}
.traditions_wrap_sw .swiper-pagination {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: clamp(1.25rem, -4.375rem + 5.625vw, 2.375rem);
  display: flex;
  justify-content: center;
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_sw .swiper-pagination {
    bottom: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_sw .swiper-pagination {
    position: unset;
    display: flex;
    justify-content: center;
    margin-top: 10px;
    transform: unset;
  }
}
.traditions_wrap_sw .swiper-pagination .swiper-pagination-bullet {
  background: #fff;
  color: #fff;
  margin: 0 8px;
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_sw .swiper-pagination .swiper-pagination-bullet {
    background: var(--black);
    color: var(--black);
    margin: 0 5px;
  }
}
.traditions_wrap_sw-btn-prev {
  display: flex;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: clamp(6.8125rem, -4.125rem + 10.9375vw, 9rem);
  width: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.06));
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.34, 2, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_sw-btn-prev {
    left: 109px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_sw-btn-prev {
    display: none;
  }
}
@media (hover: hover) {
  .traditions_wrap_sw-btn-prev:hover {
    transform: translateY(-50%) scale(1.05);
  }
}
@media (hover: none) {
  .traditions_wrap_sw-btn-prev:active {
    transform: translateY(-50%) scale(1.05);
  }
}
.traditions_wrap_sw-btn-prev svg {
  width: 100%;
  height: 100%;
}
.traditions_wrap_sw-btn-next {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: clamp(6.8125rem, -4.125rem + 10.9375vw, 9rem);
  width: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.06));
  border-radius: 50%;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .traditions_wrap_sw-btn-next {
    right: 109px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .traditions_wrap_sw-btn-next {
    display: none;
  }
}
@media (hover: hover) {
  .traditions_wrap_sw-btn-next:hover {
    transform: translateY(-50%) scale(1.05);
  }
}
@media (hover: none) {
  .traditions_wrap_sw-btn-next:active {
    transform: translateY(-50%) scale(1.05);
  }
}
.traditions_wrap_sw-btn-next svg {
  width: 100%;
  height: 100%;
}

.architecture {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
  padding: clamp(5rem, -1.25rem + 6.25vw, 6.25rem) 0;
  background: var(--beige);
}
@media screen and (max-width: 1599px) {
  .architecture {
    margin-top: 120px;
    padding: 80px 0;
  }
}
@media screen and (max-width: 1199px) {
  .architecture {
    padding: 60px 0;
    margin-top: 60px;
  }
}
.architecture_wrap-title {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  margin-bottom: clamp(1.25rem, -5.9375rem + 7.1875vw, 2.6875rem);
}
@media screen and (max-width: 1599px) {
  .architecture_wrap-title {
    margin-bottom: 20px;
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap-title {
    margin-bottom: 32px;
    font-size: 14px;
    letter-spacing: 0.14px;
  }
  .architecture_wrap-title br {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .architecture_wrap-title {
    margin-bottom: 20px;
  }
}
.architecture_wrap_slider {
  padding: 0 clamp(5.5rem, -2.625rem + 8.125vw, 7.125rem);
  position: relative;
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_slider {
    padding: 0 88px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_slider {
    padding: 0;
  }
}
@media screen and (max-width: 767px) {
  .architecture_wrap_slider {
    margin-top: 32px;
  }
}
.architecture_wrap_slider-btn-prev {
  display: flex;
  width: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0px;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_slider-btn-prev {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_slider-btn-prev {
    display: none;
  }
}
.architecture_wrap_slider-btn-prev svg rect {
  fill: transparent;
}
@media (hover: hover) {
  .architecture_wrap_slider-btn-prev:hover {
    transform: translateY(-50%) scale(1.05);
  }
  .architecture_wrap_slider-btn-prev:hover svg rect {
    fill: #222;
  }
  .architecture_wrap_slider-btn-prev:hover svg path {
    fill: #fff;
  }
}
@media (hover: none) {
  .architecture_wrap_slider-btn-prev:active {
    transform: translateY(-50%) scale(1.05);
  }
  .architecture_wrap_slider-btn-prev:active svg rect {
    fill: #222;
  }
  .architecture_wrap_slider-btn-prev:active svg path {
    fill: #fff;
  }
}
.architecture_wrap_slider-btn-next {
  display: flex;
  width: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  flex-shrink: 0;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0px;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_slider-btn-next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_slider-btn-next {
    display: none;
  }
}
.architecture_wrap_slider-btn-next svg rect {
  fill: transparent;
}
@media (hover: hover) {
  .architecture_wrap_slider-btn-next:hover {
    transform: translateY(-50%) scale(1.05);
  }
  .architecture_wrap_slider-btn-next:hover svg rect {
    fill: #222;
  }
  .architecture_wrap_slider-btn-next:hover svg path {
    fill: #fff;
  }
}
@media (hover: none) {
  .architecture_wrap_slider-btn-next:active {
    transform: translateY(-50%) scale(1.05);
  }
  .architecture_wrap_slider-btn-next:active svg rect {
    fill: #222;
  }
  .architecture_wrap_slider-btn-next:active svg path {
    fill: #fff;
  }
}
.architecture_wrap_sw {
  overflow: hidden;
  position: relative;
  border-radius: 500px 500px 0 0;
}
.architecture_wrap_sw-el {
  width: 100%;
  max-width: 100%;
  border-radius: 500px 500px 0 0;
  overflow: hidden;
}
.architecture_wrap_sw-el img {
  width: 100%;
  height: auto;
}
.architecture_wrap_sw .swiper-pagination {
  bottom: 0px;
  display: flex;
  justify-content: center;
  bottom: clamp(1.625rem, -1.5rem + 3.125vw, 2.25rem);
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_sw .swiper-pagination {
    bottom: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_sw .swiper-pagination {
    bottom: 10px;
  }
}
.architecture_wrap_sw .swiper-pagination .swiper-pagination-bullet {
  background: var(--white);
  color: var(--white);
  margin: 0 8px;
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_sw .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
  }
}
.architecture_wrap_content {
  display: flex;
  column-gap: 30px;
  padding-left: clamp(0rem, -6.25rem + 6.25vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_content {
    padding-left: 0px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_content {
    padding-left: 23px;
  }
}
@media screen and (max-width: 767px) {
  .architecture_wrap_content {
    padding-left: 0px;
  }
}
.architecture_wrap_content-icon {
  display: flex;
  flex-shrink: 0;
  width: clamp(2.8125rem, -3.125rem + 5.9375vw, 4rem);
  height: clamp(2rem, -2.375rem + 4.375vw, 2.875rem);
  margin-top: clamp(0.375rem, -1.5rem + 1.875vw, 0.75rem);
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_content-icon {
    margin-top: 6px;
    width: 46px;
    height: 32px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_content-icon {
    display: none;
  }
}
.architecture_wrap_content-icon svg {
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: 0.8s;
  transform: translateX(14px);
}
.architecture_wrap_content-icon svg .svg-el-2 {
  transform: translateX(28px);
  transition: 0.4s;
}
.architecture_wrap_content-icon.active svg {
  opacity: 1;
  transition: 0.8s;
  transform: translateX(0px);
}
.architecture_wrap_content-icon.active svg .svg-el-2 {
  transform: translateX(0px);
  transition: 0.4s;
  transition-delay: 0.6s;
}
.architecture_wrap_content_text {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_content_text {
    row-gap: 20px;
  }
}
.architecture_wrap_content_text-main {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_content_text-main {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_content_text-main {
    font-size: 20px;
  }
}
.architecture_wrap_content_text-figcaption {
  color: var(--black);
}
.architecture_wrap_benefits {
  display: flex;
  flex-direction: column;
  row-gap: clamp(3.125rem, -6.25rem + 9.375vw, 5rem);
  width: 100%;
  margin-top: clamp(3.75rem, -15rem + 18.75vw, 7.5rem);
  padding: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem) clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
  border-radius: 20px;
  background: var(--white);
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_benefits {
    row-gap: 50px;
    margin-top: 60px;
    padding: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_benefits {
    margin-top: 32px;
    row-gap: 24px;
    padding: 20px;
  }
}
.architecture_wrap_benefits-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
  max-width: clamp(52.5rem, -60rem + 112.5vw, 75rem);
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_benefits-title {
    font-size: 26px;
    max-width: 840px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_benefits-title {
    font-size: 16px;
    max-width: 525px;
  }
}
.architecture_wrap_benefits_sw {
  min-width: 0px;
  max-width: 100%;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .architecture_wrap_benefits_sw {
    overflow: visible;
  }
}
.architecture_wrap_benefits_sw .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  row-gap: 20px;
  margin: 0 -30px;
  width: unset;
}
@media screen and (max-width: 767px) {
  .architecture_wrap_benefits_sw .swiper-wrapper {
    margin: unset;
    flex-wrap: unset;
    width: 100%;
  }
}
.architecture_wrap_benefits_sw_el {
  display: flex;
  column-gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  max-width: 25%;
  padding: 0 30px;
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_benefits_sw_el {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_benefits_sw_el {
    column-gap: 12px;
    max-width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .architecture_wrap_benefits_sw_el {
    padding: 0;
    max-width: 240px;
  }
}
.architecture_wrap_benefits_sw_el-img {
  display: block;
  flex-shrink: 0;
  width: 100%;
  max-width: clamp(7.5rem, 1.25rem + 6.25vw, 8.75rem);
  height: clamp(7.5rem, 1.25rem + 6.25vw, 8.75rem);
  aspect-ratio: 1/1;
  border-radius: clamp(0.625rem, -0.625rem + 1.25vw, 0.875rem);
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .architecture_wrap_benefits_sw_el-img {
    border-radius: 10px;
    max-width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .architecture_wrap_benefits_sw_el-img {
    max-width: 70px;
    height: 70px;
  }
}
.architecture_wrap_benefits_sw_el-img img {
  width: 100%;
  height: auto;
}
.architecture_wrap_benefits_sw_el-title {
  display: flex;
  align-items: center;
  color: var(--black);
}

.personal_benefit {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
}
@media screen and (max-width: 1599px) {
  .personal_benefit {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .personal_benefit {
    margin-top: 60px;
  }
}
.personal_benefit_wrap {
  position: relative;
  background: var(--red);
  padding: clamp(3.125rem, 0rem + 3.125vw, 3.75rem) clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  overflow: hidden;
  width: 100%;
  border-radius: 20px;
}
@media screen and (max-width: 1599px) {
  .personal_benefit_wrap {
    padding: 50px 60px;
  }
}
@media screen and (max-width: 1199px) {
  .personal_benefit_wrap {
    padding: 24px;
  }
}
.personal_benefit_wrap_content {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: clamp(31.25rem, -62.5rem + 93.75vw, 50rem);
}
@media screen and (max-width: 1599px) {
  .personal_benefit_wrap_content {
    max-width: 500px;
  }
}
@media screen and (max-width: 1199px) {
  .personal_benefit_wrap_content {
    max-width: 400px;
  }
}
.personal_benefit_wrap_content > *:first-child {
  margin-top: 0px;
}
.personal_benefit_wrap_content > *:last-child {
  margin-bottom: 0px;
}
.personal_benefit_wrap_content-title {
  color: var(--beige);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .personal_benefit_wrap_content-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .personal_benefit_wrap_content-title {
    font-size: 20px;
  }
}
.personal_benefit_wrap_content-text {
  color: var(--beige);
  margin-top: clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .personal_benefit_wrap_content-text {
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .personal_benefit_wrap_content-text br {
    display: none;
  }
}
.personal_benefit_wrap_content_btn {
  margin-top: 50px;
}
@media screen and (max-width: 1199px) {
  .personal_benefit_wrap_content_btn {
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .personal_benefit_wrap_content_btn {
    margin-top: 100px;
  }
}
.personal_benefit_wrap-bg {
  display: block;
  width: clamp(37.5rem, 6.25rem + 31.25vw, 43.75rem);
  height: clamp(37.5rem, 6.25rem + 31.25vw, 43.75rem);
  aspect-ratio: 1/1;
  position: absolute;
  overflow: auto;
  top: 50%;
  left: 70%;
  transform: translate(-50%, -50%);
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 1599px) {
  .personal_benefit_wrap-bg {
    width: 600px;
    height: 600px;
    left: 65%;
  }
}
@media screen and (max-width: 1199px) {
  .personal_benefit_wrap-bg {
    width: 350px;
    height: 350px;
    left: auto;
    right: -5%;
    transform: unset;
    top: -15%;
  }
}
@media screen and (max-width: 767px) {
  .personal_benefit_wrap-bg {
    width: 235px;
    height: 235px;
    top: unset;
    bottom: -25px;
    right: -94px;
  }
}

.landscaping {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
}
@media screen and (max-width: 1599px) {
  .landscaping {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping {
    margin-top: 60px;
  }
}
.landscaping-title {
  color: var(--black, );
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .landscaping-title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping-title {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.landscaping_wrap {
  position: relative;
  overflow: hidden;
  margin-top: clamp(1.25rem, -8.125rem + 9.375vw, 3.125rem);
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap {
    margin-top: 20px;
  }
}
.landscaping_wrap .row {
  row-gap: 20px;
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap .row {
    row-gap: 10px;
  }
}
.landscaping_wrap_item {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  min-height: clamp(19.125rem, -4rem + 23.125vw, 23.75rem);
  position: relative;
  padding: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  background: var(--beige);
  border-radius: clamp(0.875rem, -1rem + 1.875vw, 1.25rem);
  overflow: hidden;
  row-gap: clamp(2.5rem, -10rem + 12.5vw, 5rem);
  height: 100%;
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap_item {
    row-gap: 40px;
    padding: 20px;
    border-radius: 14px;
    min-height: 306px;
  }
}
@media screen and (max-width: 767px) {
  .landscaping_wrap_item {
    row-gap: 24px;
  }
}
.landscaping_wrap_item {
  cursor: zoom-in;
}
@media (hover: hover) {
  .landscaping_wrap_item:hover .landscaping_wrap_item-bg img {
    transform: scale(1.03);
  }
}
@media (hover: none) {
  .landscaping_wrap_item:active .landscaping_wrap_item-bg img {
    transform: scale(1.03);
  }
}
.landscaping_wrap_item.--black_text > * {
  color: var(--black);
}
.landscaping_wrap_item.--green_bg {
  background: var(--green);
}
.landscaping_wrap_item-title {
  color: var(--white);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap_item-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_item-title {
    font-size: 20px;
  }
}
.landscaping_wrap_item-text {
  position: relative;
  z-index: 1;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  max-width: 626px;
}
.landscaping_wrap_item ul {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  justify-content: flex-end;
  row-gap: 18px;
  max-width: 626px;
}
.landscaping_wrap_item ul li {
  display: flex;
  align-items: center;
  column-gap: clamp(0.625rem, -1.25rem + 1.875vw, 1rem);
  position: relative;
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap_item ul li {
    column-gap: 10px;
  }
}
.landscaping_wrap_item ul li::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%2216%22%20viewBox%3D%220%200%2016%2016%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M10.3333%206.44444L7.22222%209.55556L5.66667%208M15%208C15%2011.866%2011.866%2015%208%2015C4.13401%2015%201%2011.866%201%208C1%204.13401%204.13401%201%208%201C11.866%201%2015%204.13401%2015%208Z%22%20stroke%3D%22%23222222%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%20stroke-linejoin%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  flex-shrink: 0;
}
.landscaping_wrap_item-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  user-select: none;
  pointer-events: none;
}
.landscaping_wrap_item-bg::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
  position: absolute;
  top: 0;
  left: 0;
}
.landscaping_wrap_item-bg img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.landscaping_wrap_modal {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem) clamp(1.25rem, -11.25rem + 12.5vw, 3.75rem);
  z-index: 99999991;
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap_modal {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal {
    align-items: flex-end;
    padding: 32px 0 0 0;
    transition: 0.4s;
    transition-delay: 0.2s;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal.active {
    transition: 0.4s;
    transition-delay: 0s;
  }
  .landscaping_wrap_modal.active .modal_wrap {
    transform: translateY(0%);
    transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0.2s;
  }
}
.landscaping_wrap_modal .modal_wrap {
  display: flex;
  width: 100%;
  max-width: 100%;
  background: var(--beige);
  max-height: 100%;
  border-radius: 20px;
  position: relative;
  padding: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap_modal .modal_wrap {
    padding: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal .modal_wrap {
    border-radius: 24px 24px 0 0;
    padding: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal .modal_wrap {
    flex-direction: column;
    overflow: hidden;
    border-radius: 20px 20px 0 0;
    opacity: 1;
    visibility: visible;
    transform: translateY(100%);
    will-change: transform;
    transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    transition-delay: 0s;
  }
}
@media screen and (max-width: 767px) {
  .landscaping_wrap_modal .modal_wrap {
    padding: 32px 16px 0px 16px;
  }
}
.landscaping_wrap_modal_wrap {
  width: 100%;
  max-height: 100%;
}
@media screen and (max-width: 767px) {
  .landscaping_wrap_modal_wrap {
    overflow-y: auto;
    overflow-x: clip;
    padding-bottom: 16px;
  }
  .landscaping_wrap_modal_wrap::-webkit-scrollbar {
    width: 0px;
  }
}
.landscaping_wrap_modal .row {
  height: 100%;
  max-height: 100%;
  row-gap: 24px;
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal .row {
    --bs-gutter-x: 24px;
  }
}
.landscaping_wrap_modal .row .col-xl-5 {
  max-height: 100%;
}
.landscaping_wrap_modal .row .col-xl-11 {
  max-height: 100%;
  height: 100%;
}
.landscaping_wrap_modal-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(3.25rem, -3rem + 6.25vw, 4.5rem);
  height: clamp(3.25rem, -3rem + 6.25vw, 4.5rem);
  flex-shrink: 0;
  position: absolute;
  top: calc(0px - clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem));
  right: calc(0px - clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem));
  background: var(--white);
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap_modal-close {
    width: 52px;
    height: 52px;
    top: -10px;
    right: -10px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal-close {
    width: 32px;
    height: 32px;
    top: 17px;
    right: 17px;
  }
}
@media screen and (max-width: 767px) {
  .landscaping_wrap_modal-close {
    right: 16px;
    top: 16px;
  }
}
@media (hover: hover) {
  .landscaping_wrap_modal-close:hover {
    background: var(--green);
  }
  .landscaping_wrap_modal-close:hover svg path {
    fill: var(--white);
  }
}
@media (hover: none) {
  .landscaping_wrap_modal-close:active {
    background: var(--green);
  }
  .landscaping_wrap_modal-close:active svg path {
    fill: var(--white);
  }
}
.landscaping_wrap_modal-close svg {
  width: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  height: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap_modal-close svg {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal-close svg {
    width: 9px;
    height: 9px;
  }
}
.landscaping_wrap_modal_content {
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  max-height: 100%;
  padding: 1px 0;
}
@media screen and (max-width: 767px) {
  .landscaping_wrap_modal_content {
    overflow: visible;
    max-height: unset;
  }
}
.landscaping_wrap_modal_content::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}
.landscaping_wrap_modal_content::-webkit-scrollbar-track {
  background: var(--white);
  border-radius: 10px;
}
.landscaping_wrap_modal_content::-webkit-scrollbar-thumb {
  background: var(--grey);
  border-radius: 10px;
}
.landscaping_wrap_modal_content-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap_modal_content-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal_content-title {
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .landscaping_wrap_modal_content-title {
    padding-right: 40px;
  }
}
.landscaping_wrap_modal_content-text {
  margin-top: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  color: var(--black);
}
@media screen and (max-width: 1599px) {
  .landscaping_wrap_modal_content-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal_content-text {
    margin-top: 12px;
  }
}
.landscaping_wrap_modal_gallery {
  max-height: 100%;
  overflow: hidden;
  height: 100%;
  width: 100%;
  max-width: 100%;
}
.landscaping_wrap_modal_gallery .gallery_item {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  aspect-ratio: 118/83;
  border-radius: 20px;
}
@media screen and (max-width: 1199px) {
  .landscaping_wrap_modal_gallery .gallery_item {
    height: auto;
    aspect-ratio: 367/258;
  }
}
.landscaping_wrap_modal_gallery .gallery_item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.about_entrance {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
}
@media screen and (max-width: 1599px) {
  .about_entrance {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .about_entrance {
    margin-top: 60px;
  }
}
.about_entrance_wrap_content > *:first-child {
  margin-top: 0px;
}
.about_entrance_wrap_content > *:last-child {
  margin-bottom: 0px;
}
.about_entrance_wrap_content-main_title {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .about_entrance_wrap_content-main_title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .about_entrance_wrap_content-main_title {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.about_entrance_wrap_content-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
  margin-top: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
}
@media screen and (max-width: 1599px) {
  .about_entrance_wrap_content-title {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .about_entrance_wrap_content-title {
    font-size: 20px;
  }
}
.about_entrance_wrap_content-text {
  color: var(--black);
  margin-top: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
}
@media screen and (max-width: 1599px) {
  .about_entrance_wrap_content-text {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .about_entrance_wrap_content-text {
    margin-top: 12px;
  }
}
.about_entrance_wrap_image {
  position: relative;
  width: 100%;
  height: auto;
  margin-top: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 12/5;
}
@media screen and (max-width: 1599px) {
  .about_entrance_wrap_image {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .about_entrance_wrap_image {
    margin-top: 32px;
    border-radius: 14px;
    aspect-ratio: 737/407;
  }
}
@media screen and (max-width: 767px) {
  .about_entrance_wrap_image {
    aspect-ratio: 343/221;
  }
}
.about_entrance_wrap_image-img {
  display: block;
  width: 100%;
  height: 100%;
}
.about_entrance_wrap_image-img img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .about_entrance_wrap_image-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
}

.news_archive {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
}
@media screen and (max-width: 1599px) {
  .news_archive {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .news_archive {
    margin-top: 60px;
  }
}
.news_archive_wrap-title {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .news_archive_wrap-title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .news_archive_wrap-title {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.news_archive_wrap_sw {
  width: 100%;
  max-width: 100%;
  overflow: visible;
  min-width: 0px;
  margin: clamp(1.25rem, -5rem + 6.25vw, 2.5rem) 0 0 0;
}
@media screen and (max-width: 1599px) {
  .news_archive_wrap_sw {
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .news_archive_wrap_sw {
    overflow: visible;
  }
}
.news_archive_wrap_sw_el {
  display: flex;
  column-gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  padding: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  border-radius: 20px;
  background: var(--beige);
  height: auto;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .news_archive_wrap_sw_el {
    padding: 20px;
    column-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .news_archive_wrap_sw_el {
    border-radius: 14px;
    max-width: 310px;
  }
}
.news_archive_wrap_sw_el-img {
  display: block;
  width: 100%;
  max-width: clamp(5rem, -1.25rem + 6.25vw, 6.25rem);
  height: clamp(5rem, -1.25rem + 6.25vw, 6.25rem);
  border-radius: 14px;
  overflow: hidden;
  aspect-ratio: 1/1;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .news_archive_wrap_sw_el-img {
    max-width: 80px;
    height: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .news_archive_wrap_sw_el-img {
    border-radius: 8px;
    max-width: 60px;
    height: 60px;
  }
}
.news_archive_wrap_sw_el-img img {
  width: 100%;
  height: auto;
}
.news_archive_wrap_sw_el_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.news_archive_wrap_sw_el_content > *:first-child {
  margin-top: 0px;
}
.news_archive_wrap_sw_el_content > *:last-child {
  margin-bottom: 0px;
}
.news_archive_wrap_sw_el_content-date {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .news_archive_wrap_sw_el_content-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .news_archive_wrap_sw_el_content-date {
    font-size: 12px;
    line-height: 130%;
  }
}
.news_archive_wrap_sw_el_content-title {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  margin-top: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .news_archive_wrap_sw_el_content-title {
    font-size: 18px;
    letter-spacing: 0.18px;
    text-transform: uppercase;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .news_archive_wrap_sw_el_content-title {
    font-size: 16px;
    letter-spacing: unset;
    text-transform: unset;
    margin-top: 10px;
  }
}
.news_archive_wrap_sw_el_content-descr {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .news_archive_wrap_sw_el_content-descr {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .news_archive_wrap_sw_el_content-descr {
    display: none;
  }
}
.news_archive_wrap_sw_el_content-btn {
  display: inline-flex;
  flex: 1 1 auto;
  align-items: flex-end;
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.18px;
  position: relative;
  z-index: 2;
  margin-top: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .news_archive_wrap_sw_el_content-btn {
    font-size: 14px;
    line-height: 140%;
    margin-top: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .news_archive_wrap_sw_el_content-btn {
    display: none;
  }
}
@media (hover: hover) {
  .news_archive_wrap_sw_el_content-btn:hover {
    opacity: 0.7;
  }
  .news_archive_wrap_sw_el_content-btn:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
@media (hover: none) {
  .news_archive_wrap_sw_el_content-btn:active {
    opacity: 0.7;
  }
  .news_archive_wrap_sw_el_content-btn:active::after {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
.news_archive_wrap_sw_el_content-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: 0 100%;
  transition: transform 0.4s;
}
.news_archive_wrap_sw_el-link {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
.news_archive_wrap_sw_control {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
@media screen and (max-width: 1199px) {
  .news_archive_wrap_sw_control {
    display: none;
  }
}
.news_archive_wrap_sw_control > * {
  display: flex;
  width: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  position: unset;
  margin-top: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .news_archive_wrap_sw_control > * {
    width: 60px;
    height: 60px;
    margin-top: 30px;
  }
}
@media (hover: hover) {
  .news_archive_wrap_sw_control > *:hover {
    transform: scale(1.05);
  }
  .news_archive_wrap_sw_control > *:hover svg rect {
    fill: #222;
  }
  .news_archive_wrap_sw_control > *:hover svg path {
    fill: #fff;
  }
}
@media (hover: none) {
  .news_archive_wrap_sw_control > *:active {
    transform: scale(1.05);
  }
  .news_archive_wrap_sw_control > *:active svg rect {
    fill: #222;
  }
  .news_archive_wrap_sw_control > *:active svg path {
    fill: #fff;
  }
}
.news_archive_wrap_sw_control > * svg {
  width: 100%;
  height: 100%;
}
.news_archive_wrap_sw_control > * svg rect {
  fill: transparent;
}

.discount_calculator {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
}
@media screen and (max-width: 1599px) {
  .discount_calculator {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator {
    margin-top: 60px;
  }
}
.discount_calculator_wrap {
  position: relative;
  background: var(--grey);
  padding: clamp(3.125rem, 0rem + 3.125vw, 3.75rem) clamp(3.125rem, -6.25rem + 9.375vw, 5rem);
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap {
    padding: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap {
    padding: 60px 20px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap {
    padding: 40px 20px 20px 20px;
  }
}
.discount_calculator_wrap::after {
  content: "";
  display: block;
  width: clamp(3.75rem, -8.75rem + 12.5vw, 6.25rem);
  height: clamp(3.75rem, -8.75rem + 12.5vw, 6.25rem);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--light-beige);
  position: absolute;
  top: 0px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap::after {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap::after {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap::after {
    display: none;
  }
}
.discount_calculator_wrap::before {
  content: "";
  display: block;
  width: clamp(3.75rem, -8.75rem + 12.5vw, 6.25rem);
  height: clamp(3.75rem, -8.75rem + 12.5vw, 6.25rem);
  aspect-ratio: 1/1;
  overflow: hidden;
  border-radius: 50%;
  background: var(--light-beige);
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap::before {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap::before {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap::before {
    display: none;
  }
}
.discount_calculator_wrap-title {
  color: var(--white);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap-title {
    font-size: 20px;
  }
}
.discount_calculator_wrap-row {
  display: flex;
  flex-wrap: wrap;
  margin: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem) calc(0px - clamp(2.5rem, -10rem + 12.5vw, 5rem)) 0 calc(0px - clamp(2.5rem, -10rem + 12.5vw, 5rem));
  position: relative;
  z-index: 2;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap-row {
    margin: 30px -40px 0 -40px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap-row {
    margin: 24px -22px 0 -22px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    max-width: 100%;
    top: 0;
    left: 0;
    padding: 50px 16px;
    z-index: 1000000;
    background: rgba(0, 0, 0, 0.6);
    margin: unset;
    flex-wrap: unset;
    column-gap: 20px;
    opacity: 0;
    visibility: hidden;
    user-select: none;
    pointer-events: none;
    transition: 0.4s;
  }
  .discount_calculator_wrap-row.active {
    opacity: 1;
    visibility: visible;
    pointer-events: all;
    user-select: auto;
    pointer-events: all;
  }
}
.discount_calculator_wrap-row.moved .discount_calculator_wrap-col_left {
  transform: translateX(calc(-100% - 20px));
}
.discount_calculator_wrap-row.moved .discount_calculator_wrap-col_left-close {
  transform: translateX(-10px);
}
.discount_calculator_wrap-row.moved .discount_calculator_wrap-col_right {
  transform: translateX(calc(-100% - 20px));
}
.discount_calculator_wrap-col_left {
  width: 100%;
  max-width: 54%;
  flex-shrink: 0;
  padding: 0 clamp(2.5rem, -10rem + 12.5vw, 5rem);
  position: relative;
  z-index: 2;
  will-change: transform;
  transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap-col_left {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap-col_left {
    padding: 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-col_left {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    background: var(--grey);
    border-radius: 10px;
    max-height: 100%;
    padding: 20px;
    position: relative;
  }
}
.discount_calculator_wrap-col_left-next {
  display: none;
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-col_left-next {
    margin-top: 15px;
    display: flex;
    width: 100%;
    max-width: 100%;
  }
}
.discount_calculator_wrap-col_left-next-btn:disabled {
  user-select: none;
  pointer-events: none;
  opacity: 0.5;
}
.discount_calculator_wrap-col_left-close {
  display: none;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -10px;
  right: -10px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  overflow: hidden;
  background: var(--white);
  transition: 0.7s;
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-col_left-close {
    display: flex;
  }
}
.discount_calculator_wrap-col_right {
  width: 100%;
  max-width: 46%;
  flex-shrink: 0;
  padding: 0 clamp(2.5rem, -10rem + 12.5vw, 5rem);
  will-change: transform;
  transition: 0.7s cubic-bezier(0.215, 0.61, 0.355, 1);
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap-col_right {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap-col_right {
    padding: 0 22px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-col_right {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
    background: var(--grey);
    border-radius: 20px;
    max-height: 100%;
    padding: 40px 20px 20px 20px;
    position: relative;
  }
}
.discount_calculator_wrap-col_right-img {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-col_right-img {
    display: block;
  }
}
.discount_calculator_wrap_list {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_list {
    gap: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_list {
    gap: 9px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap_list {
    height: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
  .discount_calculator_wrap_list::-webkit-scrollbar {
    width: 0px;
  }
}
.discount_calculator_wrap_list_el {
  display: flex;
  align-items: center;
  column-gap: 10px;
  flex: 1 1 calc(50% - clamp(0.375rem, -0.875rem + 1.25vw, 0.625rem));
  border-radius: 20px;
  background: rgba(214, 214, 214, 0.2);
  padding: 20px 24px 24px 24px;
  border: 2px solid transparent;
  box-shadow: 0 433px 121px 0 transparent, 0 277px 111px 0 transparent, 0 156px 94px 0 transparent, 0 69px 69px 0 transparent, 0 17px 38px 0 transparent;
  backdrop-filter: blur(5px);
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_list_el {
    flex: 1 1 calc(50% - 6px);
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_list_el {
    align-items: flex-start;
    padding: 14px;
    border-radius: 5px;
  }
}
@media (hover: hover) {
  .discount_calculator_wrap_list_el:hover {
    border: 2px solid #f2f2f2;
  }
}
@media (hover: none) {
  .discount_calculator_wrap_list_el:active {
    border: 2px solid #f2f2f2;
  }
}
.discount_calculator_wrap_list_el.active {
  border: 2px solid #f2f2f2;
  background: rgba(214, 214, 214, 0.4);
  box-shadow: 0 433px 121px 0 rgba(0, 0, 0, 0), 0 277px 111px 0 rgba(0, 0, 0, 0.01), 0 156px 94px 0 rgba(0, 0, 0, 0.05), 0 69px 69px 0 rgba(0, 0, 0, 0.09), 0 17px 38px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(9px);
}
.discount_calculator_wrap_list_el.active .discount_calculator_wrap_list_el-icon {
  opacity: 1;
  top: 10px;
  right: 10px;
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_list_el.active .discount_calculator_wrap_list_el-icon {
    top: 7px;
    right: 7px;
  }
}
.discount_calculator_wrap_list_el.active .discount_calculator_wrap_list_el_content-cost {
  opacity: 1;
}
.discount_calculator_wrap_list_el-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  background: var(--white);
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.2) inset;
  border-radius: 50%;
  opacity: 0;
  position: absolute;
  top: 10px;
  right: -26px;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_list_el-icon {
    width: 18px;
    height: 18px;
    top: 7px;
    right: -18px;
  }
}
.discount_calculator_wrap_list_el-icon svg {
  width: 14px;
  height: 10px;
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_list_el-icon svg {
    width: 10px;
    height: 7px;
  }
}
.discount_calculator_wrap_list_el_content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  row-gap: 4px;
  padding-right: 12px;
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_list_el_content {
    padding-right: 14px;
  }
}
.discount_calculator_wrap_list_el_content-title {
  color: var(--white);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  font-weight: 600;
  line-height: 130%;
  text-align: left;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_list_el_content-title {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_list_el_content-title {
    font-size: 12px;
  }
}
.discount_calculator_wrap_list_el_content-cost {
  color: var(--white);
  font-family: var(--nunito-font);
  font-size: 14px;
  font-weight: 600;
  line-height: 130%;
  text-align: left;
  opacity: 0.5;
  transition: 0.4s;
}
.discount_calculator_wrap_total {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap_total {
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    overflow-y: auto;
  }
  .discount_calculator_wrap_total::-webkit-scrollbar {
    width: 0px;
  }
}
.discount_calculator_wrap_total-back {
  display: none;
  transition: 0.4s;
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap_total-back {
    display: flex;
    align-items: center;
    column-gap: 8px;
    margin-bottom: 32px;
  }
}
@media (hover: hover) {
  .discount_calculator_wrap_total-back:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .discount_calculator_wrap_total-back:active {
    opacity: 0.6;
  }
}
.discount_calculator_wrap_total-back .icon {
  display: flex;
  width: 10px;
  height: 10px;
  flex-shrink: 0;
}
.discount_calculator_wrap_total-back .icon svg {
  width: 100%;
  height: 100%;
}
.discount_calculator_wrap_total-back span {
  color: var(--white);
  font-family: var(--nunito-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.discount_calculator_wrap_total_summ {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_total_summ {
    row-gap: 10px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap_total_summ {
    display: flex !important;
  }
}
.discount_calculator_wrap_total_summ-title {
  color: var(--white);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_total_summ-title {
    color: var(--White, #fff);
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_total_summ-title {
    font-size: 20px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap_total_summ-title {
    font-size: 16px;
  }
}
.discount_calculator_wrap_total_summ-cost {
  color: var(--white);
  font-family: var(--travels-font);
  font-size: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  font-weight: 500;
  line-height: 130%;
  text-shadow: 0px 0px 10px var(--white);
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_total_summ-cost {
    font-size: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_total_summ-cost {
    font-size: 35px;
  }
}
.discount_calculator_wrap_total_selected {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  margin-top: clamp(6.25rem, 0rem + 6.25vw, 7.5rem);
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_total_selected {
    row-gap: 20px;
    margin-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_total_selected {
    margin-top: 50px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap_total_selected {
    display: flex !important;
    margin-top: 32px;
    row-gap: 16px;
    overflow-y: auto;
    padding: 1px 10px 1px 0;
  }
  .discount_calculator_wrap_total_selected::-webkit-scrollbar {
    width: 4px;
    border-radius: 10px;
  }
  .discount_calculator_wrap_total_selected::-webkit-scrollbar-track {
    background: transparent;
    border-radius: 10px;
  }
  .discount_calculator_wrap_total_selected::-webkit-scrollbar-thumb {
    background: var(--white);
    border-radius: 10px;
  }
}
.discount_calculator_wrap_total_selected-title {
  color: var(--white);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  opacity: 0.5;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_total_selected-title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_total_selected-title {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.discount_calculator_wrap_total_selected_list {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
  list-style-type: disc;
  padding-left: 20px;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_total_selected_list {
    row-gap: 12px;
  }
}
.discount_calculator_wrap_total_selected_list li {
  color: var(--white);
}
.discount_calculator_wrap_total-btn_wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  flex: 1 1 auto;
}
.discount_calculator_wrap_total-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: clamp(2rem, -0.5rem + 2.5vw, 2.5rem) clamp(2rem, -1.125rem + 3.125vw, 2.625rem) clamp(2rem, -1.125rem + 3.125vw, 2.625rem) clamp(2rem, -1.125rem + 3.125vw, 2.625rem);
  border-radius: 30px;
  background: var(--green);
  width: 100%;
  color: var(--white);
  text-align: center;
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
  margin-top: 50px;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media (hover: hover) {
  .discount_calculator_wrap_total-btn:hover {
    background: #5b974e;
    transform: scale(1.02);
  }
}
@media screen and (hover: hover) and (max-width: 767px) {
  .discount_calculator_wrap_total-btn:hover {
    transform: scale(1);
  }
}
@media (hover: none) {
  .discount_calculator_wrap_total-btn:active {
    background: #5b974e;
    transform: scale(1.02);
  }
}
@media screen and (hover: none) and (max-width: 767px) {
  .discount_calculator_wrap_total-btn:active {
    transform: scale(1);
  }
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap_total-btn {
    padding: 30px 32px 32px 32px;
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap_total-btn {
    padding: 24px;
    font-size: 16px;
    border-radius: 20px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap_total-btn {
    margin-top: 32px;
  }
}
.discount_calculator_wrap-sprig1 {
  display: block;
  user-select: none;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  height: clamp(18.75rem, -18.4375rem + 37.1875vw, 26.1875rem);
}
.discount_calculator_wrap-sprig1 img {
  max-height: 100%;
  height: 100%;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap-sprig1 {
    height: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap-sprig1 {
    height: 200px;
    bottom: 80px;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-sprig1 {
    display: none;
  }
}
.discount_calculator_wrap-sprig2 {
  display: block;
  user-select: none;
  pointer-events: none;
  position: absolute;
  bottom: 200px;
  right: 0;
  height: clamp(25rem, -53.125rem + 78.125vw, 40.625rem);
  transition: height 0.45s cubic-bezier(0.77, 0, 0.175, 1), bottom 0.45s cubic-bezier(0.77, 0, 0.175, 1), opacity 0.45s cubic-bezier(0.77, 0, 0.175, 1);
  will-change: transform, opacity;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap-sprig2 {
    height: 400px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap-sprig2 {
    height: 300px;
    bottom: 160px;
    right: -90px;
    opacity: 1;
  }
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-sprig2 {
    display: none;
  }
}
.discount_calculator_wrap-sprig2.active {
  height: 300px;
  bottom: 80px;
}
@media screen and (max-width: 1599px) {
  .discount_calculator_wrap-sprig2.active {
    height: 350px;
  }
}
@media screen and (max-width: 1199px) {
  .discount_calculator_wrap-sprig2.active {
    height: 200px;
    opacity: 0;
  }
}
.discount_calculator_wrap-sprig2 img {
  max-height: 100%;
  height: 100%;
}
.discount_calculator_wrap-sprig3 {
  display: none;
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-sprig3 {
    display: flex;
    position: absolute;
    top: 0;
    right: 0px;
    width: 102px;
    height: 110px;
  }
}
.discount_calculator_wrap-mobile {
  display: none;
}
@media screen and (max-width: 767px) {
  .discount_calculator_wrap-mobile {
    display: flex;
    flex-direction: column;
    row-gap: 30px;
    margin-top: 16px;
  }
}
.discount_calculator_wrap-mobile-btn {
  border-radius: 20px;
  height: 71px;
}

.philosophy {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
}
@media screen and (max-width: 1599px) {
  .philosophy {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy {
    margin-top: 60px;
  }
}
.philosophy_wrap_content {
  display: flex;
  flex-direction: column;
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_content {
    max-width: 700px;
  }
}
.philosophy_wrap_content-title {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_content-title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_content-title {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.philosophy_wrap_content-text {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
  margin-top: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_content-text {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_content-text {
    font-size: 20px;
  }
}
.philosophy_wrap_slider {
  margin-top: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_slider {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_slider {
    margin-top: 30px;
  }
}
.philosophy_wrap_slider_btns {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  margin: 0;
  padding-right: clamp(1.0625rem, -9.25rem + 10.3125vw, 3.125rem);
  overflow: visible;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_slider_btns {
    padding-right: 17px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_slider_btns {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap_slider_btns {
    padding-right: 0px;
    overflow: visible;
  }
}
.philosophy_wrap_slider_btns .swiper-wrapper {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_slider_btns .swiper-wrapper {
    row-gap: 12px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap_slider_btns .swiper-wrapper {
    flex-direction: unset;
  }
}
.philosophy_wrap_slider_btns-el {
  width: 100%;
  max-width: 100%;
  text-align: center;
  transition: transform 0.6s cubic-bezier(0.34, 2.56, 0.64, 1), background 0.4s;
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_slider_btns-el {
    font-size: 12px;
    line-height: 130%;
    letter-spacing: unset;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap_slider_btns-el {
    max-width: max-content;
  }
}
.philosophy_wrap_slider_btns-el.active {
  background: var(--black);
  color: var(--white);
}
@media (hover: hover) {
  .philosophy_wrap_slider_btns-el.active:hover {
    background: var(--black);
  }
}
@media (hover: none) {
  .philosophy_wrap_slider_btns-el.active:active {
    background: var(--black);
  }
}
.philosophy_wrap_slider_sw {
  max-width: 100%;
  width: 100%;
  min-width: 0px;
  margin: 0;
}
@media screen and (max-width: 767px) {
  .philosophy_wrap_slider_sw {
    margin-top: 18px;
  }
}
.philosophy_wrap_slider_sw_el {
  display: flex;
  column-gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  height: auto;
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_slider_sw_el {
    column-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_slider_sw_el {
    row-gap: 30px;
    flex-direction: column;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap_slider_sw_el {
    row-gap: 18px;
  }
}
.philosophy_wrap_slider_sw_el-img {
  display: block;
  width: 100%;
  max-width: 100%;
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 557/350;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_slider_sw_el-img {
    border-radius: 14px;
  }
}
.philosophy_wrap_slider_sw_el-img img {
  width: 100%;
  height: auto;
}
.philosophy_wrap_slider_sw_el_content {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 40px;
  width: 100%;
  max-width: 313px;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_slider_sw_el_content {
    max-width: 224px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_slider_sw_el_content {
    max-width: 100%;
    flex-direction: row-reverse;
    align-items: flex-start;
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .philosophy_wrap_slider_sw_el_content {
    flex-direction: column;
    row-gap: 30px;
  }
}
.philosophy_wrap_slider_sw_el_content-text {
  color: var(--black);
}
@media screen and (max-width: 767px) {
  .philosophy_wrap_slider_sw_el_content-text {
    padding-right: 30px;
  }
}
.philosophy_wrap_slider_sw_el_content-btn {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_slider_sw_el_content-btn {
    row-gap: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_slider_sw_el_content-btn {
    column-gap: 20px;
    flex-direction: row-reverse;
    align-items: center;
    flex-shrink: 0;
  }
}
@media (hover: hover) {
  .philosophy_wrap_slider_sw_el_content-btn:hover .icon {
    background: var(--black);
  }
  .philosophy_wrap_slider_sw_el_content-btn:hover .icon svg {
    transform: translate(75%, -75%);
  }
  .philosophy_wrap_slider_sw_el_content-btn:hover .icon::after {
    transform: translate(0%, 0%);
  }
}
@media (hover: none) {
  .philosophy_wrap_slider_sw_el_content-btn:active .icon {
    background: var(--black);
  }
  .philosophy_wrap_slider_sw_el_content-btn:active .icon svg {
    transform: translate(75%, -75%);
  }
  .philosophy_wrap_slider_sw_el_content-btn:active .icon::after {
    transform: translate(0%, 0%);
  }
}
.philosophy_wrap_slider_sw_el_content-btn .icon {
  display: flex;
  flex-shrink: 0;
  width: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  aspect-ratio: 1/1;
  position: relative;
  border-radius: 50%;
  border: 2px solid var(--black);
  overflow: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_slider_sw_el_content-btn .icon {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_slider_sw_el_content-btn .icon {
    width: 48px;
    height: 48px;
  }
}
.philosophy_wrap_slider_sw_el_content-btn .icon::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2284%22%20height%3D%2284%22%20viewBox%3D%220%200%2084%2084%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M33%2034.025C33%2033.4589%2033.4589%2033.0001%2034.025%2033L49.975%2033C50.5409%2033.0002%2050.9999%2033.4591%2051%2034.025V49.975C50.9998%2050.541%2050.541%2051%2049.975%2051C49.409%2051%2048.9502%2050.5409%2048.95%2049.975V36.4998L34.7506%2050.6992C34.3503%2051.0994%2033.7012%2051.0993%2033.3008%2050.6992C32.9005%2050.2988%2032.9005%2049.6497%2033.3008%2049.2494L47.5002%2035.05H34.025C33.4591%2035.0499%2033.0003%2034.5909%2033%2034.025Z%22%20fill%3D%22white%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  transform: translate(-75%, 75%);
  transition: 0.4s;
}
.philosophy_wrap_slider_sw_el_content-btn .icon svg {
  width: 100%;
  height: 100%;
}
.philosophy_wrap_slider_sw_el_content-btn .icon svg rect {
  fill: transparent;
}
.philosophy_wrap_slider_sw_el_content-btn span {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(0.875rem, 0.25rem + 0.625vw, 1rem);
  font-weight: 500;
  line-height: 140%;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_slider_sw_el_content-btn span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_slider_sw_el_content-btn span br {
    display: none;
  }
}
.philosophy_wrap_benefit {
  margin-top: clamp(3.75rem, -8.75rem + 12.5vw, 6.25rem);
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_benefit {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_benefit {
    margin-top: 30px;
  }
}
.philosophy_wrap_benefit_sw {
  width: 100%;
  max-width: 100%;
  margin: 0;
  min-width: 0px;
  overflow: visible;
}
.philosophy_wrap_benefit_sw_el {
  display: flex;
  flex-direction: column;
  row-gap: 30px;
  padding: 30px clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem) clamp(1.875rem, -7.5rem + 9.375vw, 3.75rem) clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  background: var(--beige);
  border-radius: 20px;
  height: auto;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_benefit_sw_el {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_benefit_sw_el {
    border-radius: 14px;
    row-gap: 24px;
    padding: 20px;
    max-width: 310px;
  }
}
.philosophy_wrap_benefit_sw_el-icon {
  display: flex;
  max-width: 100%;
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  width: auto;
  flex-shrink: 0;
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_benefit_sw_el-icon {
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_benefit_sw_el-icon {
    height: 50px;
  }
}
.philosophy_wrap_benefit_sw_el-icon svg {
  max-width: 100%;
  width: auto;
  max-height: 100%;
}
.philosophy_wrap_benefit_sw_el-text {
  color: var(--black);
}
.philosophy_wrap_benefit_control {
  display: flex;
  justify-content: center;
  column-gap: 20px;
}
.philosophy_wrap_benefit_control > * {
  display: flex;
  width: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  flex-shrink: 0;
  position: unset;
  margin: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem) 0 0 0;
  padding: 0;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .philosophy_wrap_benefit_control > * {
    margin-top: 30px;
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .philosophy_wrap_benefit_control > * {
    display: none;
  }
}
@media (hover: hover) {
  .philosophy_wrap_benefit_control > *:hover {
    transform: scale(1.05);
  }
  .philosophy_wrap_benefit_control > *:hover svg rect {
    fill: #222;
  }
  .philosophy_wrap_benefit_control > *:hover svg path {
    fill: #fff;
  }
}
@media (hover: none) {
  .philosophy_wrap_benefit_control > *:active {
    transform: scale(1.05);
  }
  .philosophy_wrap_benefit_control > *:active svg rect {
    fill: #222;
  }
  .philosophy_wrap_benefit_control > *:active svg path {
    fill: #fff;
  }
}
.philosophy_wrap_benefit_control > * svg {
  width: 100%;
  height: 100%;
}
.philosophy_wrap_benefit_control > * svg rect {
  fill: transparent;
}

.infrastructure {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
}
@media screen and (max-width: 1599px) {
  .infrastructure {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .infrastructure {
    margin-top: 60px;
  }
}
.infrastructure_wrap_info {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.infrastructure_wrap_info-title {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .infrastructure_wrap_info-title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info-title {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.infrastructure_wrap_info-text {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
  margin-top: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
  flex: 1 1 auto;
}
@media screen and (max-width: 1599px) {
  .infrastructure_wrap_info-text {
    font-size: 30px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info-text {
    font-size: 20px;
  }
}
.infrastructure_wrap_info_sw {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  margin: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem) 0 0 0;
}
@media screen and (max-width: 1599px) {
  .infrastructure_wrap_info_sw {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw {
    margin-top: 30px;
  }
}
.infrastructure_wrap_info_sw-prev {
  content: "";
  display: block;
  width: 20px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2261%22%20viewBox%3D%220%200%2020%2061%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M0%2027.5276V33.4724C1.12617%2045.6277%209.03024%2055.8626%2020%2060.5V0.5C9.03024%205.13739%201.12617%2015.3723%200%2027.5276Z%22%20fill%3D%22%23CC3F3C%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw-prev {
    left: 16px;
    width: 8px;
    height: 25px;
  }
}
@media (hover: hover) {
  .infrastructure_wrap_info_sw-prev:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .infrastructure_wrap_info_sw-prev:active {
    opacity: 0.7;
  }
}
.infrastructure_wrap_info_sw-next {
  content: "";
  display: block;
  width: 20px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2220%22%20height%3D%2261%22%20viewBox%3D%220%200%2020%2061%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M20%2033.4724L20%2027.5276C18.8738%2015.3723%2010.9698%205.13738%204.76679e-07%200.500002L5.72205e-06%2060.5C10.9698%2055.8626%2018.8738%2045.6277%2020%2033.4724Z%22%20fill%3D%22%23CC3F3C%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 30px;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw-next {
    right: 16px;
    width: 8px;
    height: 25px;
  }
}
@media (hover: hover) {
  .infrastructure_wrap_info_sw-next:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .infrastructure_wrap_info_sw-next:active {
    opacity: 0.7;
  }
}
.infrastructure_wrap_info_sw .swiper-pagination {
  bottom: 36px;
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw .swiper-pagination {
    display: none;
  }
}
.infrastructure_wrap_info_sw .swiper-pagination .swiper-pagination-bullet {
  background: var(--red);
  opacity: 0.5;
  margin: 0 8px;
  width: 8px;
  height: 8px;
  position: relative;
  color: var(--red);
  transition: 0.4s;
}
@media (hover: hover) {
  .infrastructure_wrap_info_sw .swiper-pagination .swiper-pagination-bullet:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .infrastructure_wrap_info_sw .swiper-pagination .swiper-pagination-bullet:active {
    opacity: 1;
  }
}
.infrastructure_wrap_info_sw .swiper-pagination .swiper-pagination-bullet svg {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  pointer-events: none;
  color: currentColor;
  opacity: 0;
  transition: 0s;
}
.infrastructure_wrap_info_sw .swiper-pagination .swiper-pagination-bullet svg circle {
  stroke: currentColor;
  stroke-dashoffset: calc(58.5486677646px * (1 - var(--progress)));
  stroke-dasharray: 58.5486677646px;
  transition: 0s linear;
}
.infrastructure_wrap_info_sw .swiper-pagination .swiper-pagination-bullet-active {
  opacity: 1;
}
.infrastructure_wrap_info_sw .swiper-pagination .swiper-pagination-bullet-active svg {
  opacity: 1;
  transition: 0s;
}
.infrastructure_wrap_info_sw .swiper-pagination .swiper-pagination-bullet-active svg circle {
  transition: 0s linear;
}
.infrastructure_wrap_info_sw_el {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding: 50px 80px;
  border-radius: 20px;
  background: var(--beige);
  row-gap: 24px;
  min-height: 375px;
  position: relative;
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw_el {
    padding: 20px 40px;
    min-height: 120px;
    row-gap: 16px;
    border-radius: 14px;
  }
}
.infrastructure_wrap_info_sw_el-text {
  color: var(--black);
  text-align: center;
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw_el-text {
    font-size: 12px;
    line-height: 130%;
  }
}
.infrastructure_wrap_info_sw_el_marks {
  display: flex;
  flex-wrap: wrap;
  row-gap: 10px;
  column-gap: 40px;
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw_el_marks {
    column-gap: 28px;
  }
}
.infrastructure_wrap_info_sw_el_marks-mark {
  display: flex;
  align-items: center;
  column-gap: 10px;
  position: relative;
}
.infrastructure_wrap_info_sw_el_marks-mark:first-child::before {
  display: none;
}
.infrastructure_wrap_info_sw_el_marks-mark::before {
  content: "";
  display: block;
  width: 4px;
  height: 4px;
  background: var(--grey);
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: -20px;
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw_el_marks-mark::before {
    left: -14px;
    width: 2px;
    height: 2px;
  }
}
.infrastructure_wrap_info_sw_el_marks-mark .icon {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  width: auto;
  height: 18px;
  max-width: 18px;
  max-height: 18px;
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw_el_marks-mark .icon {
    height: 12px;
    max-width: 12px;
    max-height: 12px;
  }
}
.infrastructure_wrap_info_sw_el_marks-mark .icon svg {
  max-width: 100%;
  max-height: 100%;
}
.infrastructure_wrap_info_sw_el_marks-mark span {
  color: var(--grey);
  font-family: var(--nunito-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_info_sw_el_marks-mark span {
    font-size: 12px;
    line-height: 130%;
  }
}
.infrastructure_wrap_map {
  position: relative;
  display: flex;
  width: 100%;
  aspect-ratio: 295/272;
  max-width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .infrastructure_wrap_map {
    padding-left: 40px;
    aspect-ratio: 739/680;
  }
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_map {
    padding-left: 0px;
    aspect-ratio: 1/1;
    border-radius: 14px;
    height: 100%;
  }
}
@media screen and (max-width: 767px) {
  .infrastructure_wrap_map {
    margin-top: 30px;
    height: auto;
    aspect-ratio: 343/356;
    max-height: 500px;
  }
}
.infrastructure_wrap_map-map {
  width: 100%;
  height: 100%;
  position: relative;
}
.infrastructure_wrap_map-map__point {
  position: relative;
  width: clamp(2.125rem, 0.25rem + 1.875vw, 2.5rem);
  height: clamp(2.125rem, 0.25rem + 1.875vw, 2.5rem);
  margin-left: calc(0px - clamp(1.0625rem, 0.125rem + 0.9375vw, 1.25rem));
  margin-top: calc(0px - clamp(1.0625rem, 0.125rem + 0.9375vw, 1.25rem));
  background-repeat: no-repeat;
  background-position: center;
  background-size: 60%;
  border-radius: 12px;
  cursor: pointer;
}
@media screen and (max-width: 1599px) {
  .infrastructure_wrap_map-map__point {
    width: 34px;
    height: 34px;
    margin-right: -17px;
    margin-left: -17px;
  }
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_map-map__point {
    width: 30px;
    height: 30px;
    margin-left: -15px;
    margin-right: -15px;
  }
}
.infrastructure_wrap_map-map__point.hovered .placemark__hint {
  opacity: 1;
  visibility: visible;
}
.infrastructure_wrap_map-map .placemark__hint {
  position: absolute;
  white-space: nowrap;
  display: flex;
  justify-content: center;
  align-items: center;
  user-select: none;
  pointer-events: none;
  padding: clamp(0.625rem, 0rem + 0.625vw, 0.75rem) clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem) clamp(0.75rem, 0.125rem + 0.625vw, 0.875rem) clamp(1.125rem, 0.5rem + 0.625vw, 1.25rem);
  background: var(--white);
  border-radius: 60px;
  background: var(--white);
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  color: var(--black);
  text-align: center;
  font-family: var(--nunito-font);
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  left: 50%;
  transform: translateX(-50%);
  bottom: calc(100% + 14px);
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .infrastructure_wrap_map-map .placemark__hint {
    font-size: 16px;
    line-height: 130%;
    padding: 10px 18px 12px 18px;
  }
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_map-map .placemark__hint {
    font-size: 14px;
    border-radius: 16px;
  }
}
.infrastructure_wrap_map-map .placemark__hint::after {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: calc(100% - 4px);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 12px solid #fff;
  pointer-events: none;
}
.infrastructure_wrap_map_menu {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  width: auto;
  max-width: calc(100% - 40px);
  display: flex;
  align-items: center;
  border-radius: 70px;
  background: var(--white);
  padding: clamp(0.25rem, -0.375rem + 0.625vw, 0.375rem) clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem) clamp(0.25rem, -0.375rem + 0.625vw, 0.375rem) clamp(0.75rem, -1.75rem + 2.5vw, 1.25rem);
  bottom: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
}
@media screen and (max-width: 1599px) {
  .infrastructure_wrap_map_menu {
    bottom: 20px;
    padding: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_map_menu {
    max-width: calc(100% - 20px);
    bottom: 10px;
  }
}
.infrastructure_wrap_map_menu-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: clamp(0.625rem, 0rem + 0.625vw, 0.75rem) clamp(1rem, -0.25rem + 1.25vw, 1.25rem) clamp(0.625rem, -0.625rem + 1.25vw, 0.875rem) clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  background: var(--white);
  border-radius: 60px;
  cursor: pointer;
  width: max-content;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .infrastructure_wrap_map_menu-btn {
    padding: 10px 16px 10px 16px;
  }
}
@media (hover: hover) {
  .infrastructure_wrap_map_menu-btn:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .infrastructure_wrap_map_menu-btn:active {
    opacity: 0.6;
  }
}
.infrastructure_wrap_map_menu-btn.active {
  background: var(--red);
}
.infrastructure_wrap_map_menu-btn.active .infrastructure_wrap_map_menu-link {
  color: var(--white);
}
@media (hover: hover) {
  .infrastructure_wrap_map_menu-btn.active:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .infrastructure_wrap_map_menu-btn.active:active {
    opacity: 1;
  }
}
.infrastructure_wrap_map_menu-link {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .infrastructure_wrap_map_menu-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .infrastructure_wrap_map_menu-link {
    font-size: 12px;
  }
}

.game_neighbor {
  background: #294f50;
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
  padding-top: 100px;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .game_neighbor {
    padding-top: 80px;
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .game_neighbor {
    padding-top: 60px;
    margin-top: 60px;
  }
}
.game_neighbor_wrap .col-xl-12 {
  display: flex;
  flex-direction: column;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .game_neighbor_wrap .col-xl-12 {
    align-items: flex-start;
  }
}
.game_neighbor_wrap-icon {
  display: flex;
  flex-shrink: 0;
  width: clamp(7.0625rem, -0.125rem + 7.1875vw, 8.5rem);
  height: clamp(6.25rem, 0rem + 6.25vw, 7.5rem);
}
@media screen and (max-width: 1599px) {
  .game_neighbor_wrap-icon {
    width: 113px;
    height: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .game_neighbor_wrap-icon {
    width: 80px;
    height: 70px;
  }
}
@media screen and (max-width: 767px) {
  .game_neighbor_wrap-icon {
    display: none;
  }
}
.game_neighbor_wrap-icon svg {
  width: 100%;
  height: 100%;
}
.game_neighbor_wrap-icon_mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .game_neighbor_wrap-icon_mobile {
    display: flex;
    width: 214px;
    height: 214px;
    position: absolute;
    top: -13px;
    right: -10px;
  }
  .game_neighbor_wrap-icon_mobile svg {
    width: 100%;
    height: 100%;
  }
}
.game_neighbor_wrap-title {
  color: var(--white);
  text-align: center;
  font-family: var(--travels-font);
  font-size: clamp(3.375rem, -4.75rem + 8.125vw, 5rem);
  font-weight: 500;
  line-height: 110%;
  margin-top: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .game_neighbor_wrap-title {
    font-size: 54px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .game_neighbor_wrap-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 767px) {
  .game_neighbor_wrap-title {
    text-align: left;
    font-size: 30px;
    margin-top: 0px;
  }
}
.game_neighbor_wrap-text {
  color: var(--white);
  text-align: center;
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 300;
  line-height: 130%;
  margin-top: 40px;
}
@media screen and (max-width: 1599px) {
  .game_neighbor_wrap-text {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .game_neighbor_wrap-text {
    font-size: 16px;
    margin-top: 20px;
    max-width: 800px;
  }
}
@media screen and (max-width: 767px) {
  .game_neighbor_wrap-text {
    text-align: left;
  }
}
.game_neighbor_wrap-btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: clamp(1.875rem, -0.625rem + 2.5vw, 2.375rem) clamp(2rem, -0.5rem + 2.5vw, 2.5rem) clamp(2rem, -0.5rem + 2.5vw, 2.5rem) clamp(2rem, -0.5rem + 2.5vw, 2.5rem);
  border-radius: clamp(1.875rem, -20rem + 21.875vw, 6.25rem);
  background: var(--white);
  width: 100%;
  max-width: clamp(32rem, -13rem + 45vw, 41rem);
  margin-top: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem);
  color: var(--black);
  text-align: center;
  position: relative;
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
  cursor: pointer;
  transition: 0.6s cubic-bezier(0.34, 2.56, 0.64, 1);
}
@media screen and (max-width: 1599px) {
  .game_neighbor_wrap-btn {
    padding: 30px 32px 32px 32px;
    border-radius: 30px;
    margin-top: 40px;
    max-width: 512px;
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .game_neighbor_wrap-btn {
    max-width: 484px;
    padding: 24px 25px 25px 25px;
    border-radius: 1000px;
    margin-top: 30px;
    font-size: 16px;
  }
}
@media screen and (max-width: 767px) {
  .game_neighbor_wrap-btn {
    margin-left: auto;
    margin-right: auto;
  }
}
@media (hover: hover) {
  .game_neighbor_wrap-btn:hover {
    transform: scale(1.05);
    background: var(--beige);
  }
  .game_neighbor_wrap-btn:hover::after {
    opacity: 1;
    visibility: visible;
  }
}
@media (hover: none) {
  .game_neighbor_wrap-btn:active {
    transform: scale(1.05);
    background: var(--beige);
  }
  .game_neighbor_wrap-btn:active::after {
    opacity: 1;
    visibility: visible;
  }
}
.game_neighbor_wrap-btn::after {
  content: "";
  display: block;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2282%22%20height%3D%2282%22%20viewBox%3D%220%200%2082%2082%22%20fill%3D%22none%22%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2280%22%20height%3D%2280%22%20rx%3D%2240%22%20fill%3D%22%23294F50%22%2F%3E%3Crect%20x%3D%221%22%20y%3D%221%22%20width%3D%2280%22%20height%3D%2280%22%20rx%3D%2240%22%20stroke%3D%22%23294F50%22%20stroke-width%3D%222%22%2F%3E%3Cpath%20d%3D%22M40.293%2028.9818C40.6835%2028.5914%2041.3165%2028.5914%2041.707%2028.9818L53.0205%2040.2953C53.411%2040.6858%2053.411%2041.3198%2053.0205%2041.7103L41.707%2053.0238C41.3165%2053.4141%2040.6835%2053.4141%2040.293%2053.0238C39.9025%2052.6333%2039.9026%2052.0002%2040.293%2051.6097L49.8994%2042.0023H29.6865C29.1342%2042.0023%2028.6865%2041.5546%2028.6865%2041.0023C28.6867%2040.4502%2029.1344%2040.0033%2029.6865%2040.0033H49.8994L40.293%2030.3958C39.9025%2030.0053%2039.9025%2029.3723%2040.293%2028.9818Z%22%20fill%3D%22%23EEE7DA%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: auto;
  height: calc(100% - 48px);
  aspect-ratio: 1/1;
  flex-shrink: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 24px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .game_neighbor_wrap-btn::after {
    right: 16px;
    height: calc(100% - 32px);
  }
}
.game_neighbor_wrap-video {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: clamp(3.75rem, -8.75rem + 12.5vw, 6.25rem);
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .game_neighbor_wrap-video {
    margin-top: 60px;
  }
}
.game_neighbor_wrap-video video {
  width: 100%;
  height: auto;
  max-width: clamp(76.25rem, -11.25rem + 87.5vw, 93.75rem);
  -webkit-mask-box-image: url("/image/index/mask-video-game.svg");
  -webkit-mask-repeat: no-repeat;
  -webkit-mask-size: cover;
  object-fit: cover;
}
@media screen and (max-width: 1599px) {
  .game_neighbor_wrap-video video {
    max-width: 1220px;
  }
}
@media screen and (max-width: 767px) {
  .game_neighbor_wrap-video video {
    aspect-ratio: 343/265;
    -webkit-mask-box-image: url("/image/index/mask-video-game-mobile.svg");
    -webkit-mask-repeat: no-repeat;
    -webkit-mask-size: cover;
  }
}

.footer {
  padding: clamp(2.5rem, -10rem + 12.5vw, 5rem) 0 clamp(2rem, 1.375rem + 0.625vw, 2.125rem) 0;
  background: var(--beige);
  margin-top: clamp(3.75rem, -15rem + 18.75vw, 7.5rem);
}
@media screen and (max-width: 1599px) {
  .footer {
    padding: 40px 0 32px 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .footer {
    padding: 40px 0 30px 0;
  }
}
.footer_wrap {
  row-gap: 80px;
}
@media screen and (max-width: 1199px) {
  .footer_wrap {
    row-gap: 0;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap {
    row-gap: 36px;
  }
}
.footer_wrap-logo {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  max-width: clamp(12.75rem, -14.125rem + 26.875vw, 18.125rem);
  height: auto;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .footer_wrap-logo {
    max-width: 204px;
  }
}
@media screen and (max-width: 1199px) {
  .footer_wrap-logo {
    max-width: 197px;
  }
}
@media (hover: hover) {
  .footer_wrap-logo:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .footer_wrap-logo:active {
    opacity: 0.6;
  }
}
.footer_wrap-logo svg {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
}
.footer_wrap_address {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.875rem, -1rem + 1.875vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .footer_wrap_address {
    row-gap: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .footer_wrap_address {
    padding-left: 21px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap_address {
    padding-left: 0px;
  }
}
.footer_wrap_address-title {
  color: var(--grey);
}
.footer_wrap_address-text {
  color: var(--black);
}
@media screen and (max-width: 1199px) {
  .footer_wrap nav {
    margin-top: 14px;
    padding-left: 21px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap nav {
    padding-left: 0px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap nav {
    margin-top: 0px;
  }
}
.footer_wrap nav ul {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
}
@media screen and (max-width: 1199px) {
  .footer_wrap nav ul {
    row-gap: 8px;
  }
}
.footer_wrap nav ul li {
  display: flex;
}
.footer_wrap nav ul li a {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .footer_wrap nav ul li a {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .footer_wrap nav ul li a {
    font-size: 16px;
  }
}
@media (hover: hover) {
  .footer_wrap nav ul li a:hover {
    color: var(--grey);
  }
}
@media (hover: none) {
  .footer_wrap nav ul li a:active {
    color: var(--grey);
  }
}
.footer_wrap_btns {
  display: flex;
  justify-content: flex-end;
  column-gap: 5px;
  justify-content: space-between;
}
@media screen and (max-width: 1439px) and (min-width: 1200px) {
  .footer_wrap_btns {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px;
  }
  .footer_wrap_btns .footer_wrap_btns-btn {
    width: 250px;
  }
  .footer_wrap_btns .footer_wrap_btns-btn .btn-arrow-btn {
    width: 180px;
  }
}
@media screen and (max-width: 1199px) {
  .footer_wrap_btns {
    flex-direction: column;
    align-items: flex-end;
    row-gap: 10px;
  }
  .footer_wrap_btns .footer_wrap_btns-btn {
    width: calc(100% - 35px);
  }
  .footer_wrap_btns .footer_wrap_btns-btn .btn-arrow-btn {
    width: calc(100% - 55px);
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap_btns {
    align-items: flex-start;
    flex-direction: row;
    column-gap: 10px;
  }
  .footer_wrap_btns .footer_wrap_btns-btn {
    width: auto;
    flex: 1 1 auto;
  }
  .footer_wrap_btns .footer_wrap_btns-btn .btn-arrow-btn {
    width: auto;
    flex: 1 1 auto;
  }
}
.footer_wrap-links {
  display: flex;
  align-items: center;
  column-gap: clamp(5.3125rem, 0.625rem + 4.6875vw, 6.25rem);
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .footer_wrap-links {
    column-gap: 85px;
  }
}
@media screen and (max-width: 1199px) {
  .footer_wrap-links {
    justify-content: space-between;
    column-gap: 30px;
    margin-top: 40px;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap-links {
    margin-top: 0;
    flex-direction: column;
    row-gap: 8px;
    justify-content: flex-start;
    align-items: flex-start;
  }
}
.footer_wrap-link {
  color: var(--grey);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 300;
  line-height: 140%;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .footer_wrap-link {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .footer_wrap-link {
    font-size: 12px;
    line-height: 130%;
  }
}
@media screen and (max-width: 767px) {
  .footer_wrap-link.make {
    margin-top: 22px;
  }
}
.footer_wrap-link.make a::after {
  display: none;
}
@media (hover: hover) {
  .footer_wrap-link.make a:hover {
    color: var(--black);
  }
}
@media (hover: none) {
  .footer_wrap-link.make a:active {
    color: var(--black);
  }
}
.footer_wrap-link a {
  display: inline-block;
  position: relative;
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  transition: 0.4s;
}

.other_page {
  margin-top: clamp(0.625rem, -1.25rem + 1.875vw, 1rem);
}
@media screen and (max-width: 1599px) {
  .other_page {
    margin-top: 10px;
  }
}
.other_page .page-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .other_page .page-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .other_page .page-title {
    font-size: 20px;
  }
}
.other_page_wrap {
  margin-top: clamp(1.5rem, -3.5rem + 5vw, 2.5rem);
}
@media screen and (max-width: 1599px) {
  .other_page_wrap {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .other_page_wrap {
    margin-top: 20px;
  }
}

.news_page_wrap .row {
  row-gap: clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
}
@media screen and (max-width: 1599px) {
  .news_page_wrap .row {
    row-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .news_page_wrap .row {
    row-gap: 10px;
  }
}
.news_page_wrap_article {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  height: 100%;
  padding: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  background: var(--beige);
}
@media screen and (max-width: 1599px) {
  .news_page_wrap_article {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .news_page_wrap_article {
    flex-direction: row;
    border-radius: 14px;
    column-gap: 20px;
  }
}
@media (hover: hover) {
  .news_page_wrap_article:hover img {
    transform: scale(1.03);
  }
}
@media (hover: none) {
  .news_page_wrap_article:active img {
    transform: scale(1.03);
  }
}
.news_page_wrap_article-image {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  aspect-ratio: 1/1;
  overflow: hidden;
  flex-shrink: 0;
  border-radius: 14px;
}
@media screen and (max-width: 1199px) {
  .news_page_wrap_article-image {
    border-radius: 8px;
    width: 100%;
    max-width: 18.58%;
  }
}
.news_page_wrap_article-image img {
  width: 100%;
  height: auto;
  transition: 0.8s;
}
.news_page_wrap_article-date {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  width: 100%;
  max-width: 100%;
  margin-top: 30px;
}
@media screen and (max-width: 1599px) {
  .news_page_wrap_article-date {
    font-size: 14px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .news_page_wrap_article-date {
    font-size: 12px;
    margin-top: 0px;
  }
}
.news_page_wrap_article-title {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  width: 100%;
  max-width: 100%;
  margin-top: 20px;
}
@media screen and (max-width: 1599px) {
  .news_page_wrap_article-title {
    font-size: 18px;
    margin-top: 12px;
  }
}
@media screen and (max-width: 1440px) {
  .news_page_wrap_article-title {
    font-size: clamp(1rem, 0.375rem + 0.833vw, 1.125rem);
  }
}
@media screen and (max-width: 1199px) {
  .news_page_wrap_article-title {
    font-size: 16px;
    letter-spacing: unset;
    text-transform: unset;
    font-weight: 400;
    margin-top: 10px;
  }
}
.news_page_wrap_article-description {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  width: 100%;
  max-width: 100%;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1599px) {
  .news_page_wrap_article-description {
    font-size: 14px;
    margin-top: 5px;
  }
}
@media screen and (max-width: 1199px) {
  .news_page_wrap_article-description {
    display: none;
  }
}
.news_page_wrap_article-btn {
  display: inline-flex;
  align-items: flex-end;
  flex: 1 1 auto;
  color: var(--black);
  font-family: var(--nata-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.18px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .news_page_wrap_article-btn {
    font-size: 14px;
    letter-spacing: unset;
  }
}
@media screen and (max-width: 1199px) {
  .news_page_wrap_article-btn {
    display: none;
  }
}
@media (hover: hover) {
  .news_page_wrap_article-btn:hover {
    opacity: 0.7;
  }
  .news_page_wrap_article-btn:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
@media (hover: none) {
  .news_page_wrap_article-btn:active {
    opacity: 0.7;
  }
  .news_page_wrap_article-btn:active::after {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
.news_page_wrap_article-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: 0 100%;
  transition: transform 0.4s;
}
.news_page_wrap_article-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.single_article {
  margin: unset;
  padding-top: clamp(7.75rem, -6.625rem + 14.375vw, 10.625rem);
}
@media screen and (max-width: 1599px) {
  .single_article {
    padding-top: 124px;
  }
}
@media screen and (max-width: 1199px) {
  .single_article {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1199px) {
  .single_article_wrap .col-xl-3 {
    display: flex;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) {
  .single_article_wrap .row {
    row-gap: 12px;
  }
}
.single_article-back {
  display: inline-flex;
  align-items: center;
  column-gap: 11px;
  color: var(--black);
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  .single_article-back {
    row-gap: 8px;
  }
}
@media (hover: hover) {
  .single_article-back:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .single_article-back:active {
    opacity: 0.6;
  }
}
.single_article-back .icon {
  display: flex;
  flex-shrink: 0;
  width: clamp(0.75rem, 0.125rem + 0.625vw, 0.875rem);
  height: clamp(0.75rem, 0.125rem + 0.625vw, 0.875rem);
  aspect-ratio: 1/1;
}
@media screen and (max-width: 1599px) {
  .single_article-back .icon {
    width: 12px;
    height: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .single_article-back .icon {
    width: 10px;
    height: 10px;
  }
}
.single_article-back .icon svg {
  width: 100%;
  height: 100%;
}
.single_article_content_head > *:first-child {
  margin-top: 0px;
}
.single_article_content_head > *:last-child {
  margin-bottom: 0px;
}
.single_article_content_head-img {
  display: block;
  width: 100%;
  max-width: 100%;
  height: auto;
  overflow: hidden;
  border-radius: 20px;
  aspect-ratio: 557/323;
}
.single_article_content_head-img img {
  width: 100%;
  height: auto;
}
.single_article_content_head-date {
  display: block;
  margin-top: clamp(1.5rem, -9.75rem + 11.25vw, 3.75rem);
  color: var(--grey);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1599px) {
  .single_article_content_head-date {
    margin-top: 24px;
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .single_article_content_head-date {
    margin-top: 20px;
    font-size: 12px;
  }
}
.single_article_content_head-title {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .single_article_content_head-title {
    margin-top: 12px;
  }
}
.single_article_content_body {
  margin-top: 38px;
}
@media screen and (max-width: 1199px) {
  .single_article_content_body {
    margin-top: 20px;
  }
}
.single_article_content_body > *:first-child {
  margin-top: 0px;
}
.single_article_content_body > *:last-child {
  margin-bottom: 0px;
}
.single_article_content_body p {
  color: var(--black);
  font-family: var(--nata-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
  margin: clamp(0.875rem, -1.9375rem + 2.8125vw, 1.4375rem) 0;
}
@media screen and (max-width: 1599px) {
  .single_article_content_body p {
    font-size: 18px;
    margin: 14px 0;
  }
}
@media screen and (max-width: 1199px) {
  .single_article_content_body p {
    font-size: 16px;
    margin: 10px 0;
  }
}
.single_article_content_body h2 {
  color: var(--black);
  font-family: var(--nata-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  margin: clamp(3.125rem, -6.25rem + 9.375vw, 5rem) 0 clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem) 0;
}
@media screen and (max-width: 1599px) {
  .single_article_content_body h2 {
    font-size: 18px;
    letter-spacing: 0.18px;
    margin: 50px 0 30px 0;
  }
}
@media screen and (max-width: 1199px) {
  .single_article_content_body h2 {
    font-size: 14px;
    letter-spacing: 0.14px;
    margin: 30px 0 12px 0;
  }
}
.single_article_content_body figure,
.single_article_content_body .wp-block-image,
.single_article_content_body .wp-caption {
  margin: 50px 0;
}
@media screen and (max-width: 1199px) {
  .single_article_content_body figure,
  .single_article_content_body .wp-block-image,
  .single_article_content_body .wp-caption {
    margin: 24px 0;
  }
}
.single_article_content_body figure figcaption,
.single_article_content_body .wp-block-image figcaption,
.single_article_content_body .wp-caption figcaption {
  color: var(--grey);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  margin-top: clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .single_article_content_body figure figcaption,
  .single_article_content_body .wp-block-image figcaption,
  .single_article_content_body .wp-caption figcaption {
    font-size: 14px;
    margin-top: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .single_article_content_body figure figcaption,
  .single_article_content_body .wp-block-image figcaption,
  .single_article_content_body .wp-caption figcaption {
    font-size: 12px;
  }
}
.single_article_content_body img {
  width: 100%;
  height: auto;
  border-radius: 20px;
}
.single_article_content_body table {
  box-shadow: 0px 0px 0px 1px var(--black);
  border-radius: 20px;
  border-collapse: collapse;
  width: 100%;
  height: auto;
  overflow: hidden;
  margin: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem) 0;
  table-layout: fixed;
}
@media screen and (max-width: 1599px) {
  .single_article_content_body table {
    margin: 30px 0;
  }
}
@media screen and (max-width: 1199px) {
  .single_article_content_body table {
    margin: 12px 0;
    border-radius: 12px;
  }
}
.single_article_content_body table tr {
  background: var(--beige);
  border-bottom: 1px solid var(--black);
}
.single_article_content_body table tr:last-child {
  border-bottom: unset;
}
.single_article_content_body table tr:nth-of-type(even) {
  background: transparent;
}
.single_article_content_body table td,
.single_article_content_body table th {
  color: var(--black);
  font-family: var(--nata-font);
  font-size: 18px;
  font-weight: 500;
  line-height: 140%;
  padding: clamp(1.125rem, 0.1875rem + 0.9375vw, 1.3125rem) clamp(1.25rem, 0rem + 1.25vw, 1.5rem);
  border-right: 1px solid var(--black);
}
@media screen and (max-width: 1599px) {
  .single_article_content_body table td,
  .single_article_content_body table th {
    padding: 18px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .single_article_content_body table td,
  .single_article_content_body table th {
    font-size: 16px;
    padding: 14px 16px;
  }
}
.single_article_content_body table td:last-child,
.single_article_content_body table th:last-child {
  border-right: unset;
}

.related_news {
  margin-top: clamp(5rem, -13.75rem + 18.75vw, 8.75rem);
}
@media screen and (max-width: 1599px) {
  .related_news {
    margin-top: 80px;
  }
}
@media screen and (max-width: 1199px) {
  .related_news {
    margin-top: 60px;
  }
}
.related_news .row {
  margin-top: clamp(1.875rem, -4.375rem + 6.25vw, 3.125rem);
  row-gap: 20px;
}
@media screen and (max-width: 1599px) {
  .related_news .row {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .related_news .row {
    margin-top: 20px;
    row-gap: 10px;
  }
}
.related_news-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .related_news-title {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .related_news-title {
    font-size: 20px;
  }
}
.related_news_item {
  display: flex;
  align-items: center;
  column-gap: 30px;
  padding: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  border-radius: 20px;
  background: var(--beige);
  height: 100%;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .related_news_item {
    padding: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .related_news_item {
    border-radius: 14px;
    column-gap: 20px;
    align-items: flex-start;
  }
}
@media (hover: hover) {
  .related_news_item:hover img {
    transform: scale(1.03);
  }
}
@media (hover: none) {
  .related_news_item:active img {
    transform: scale(1.03);
  }
}
.related_news_item-img {
  display: block;
  flex-shrink: 0;
  width: 100%;
  max-width: 226px;
  height: 226px;
  aspect-ratio: 1/1;
  border-radius: 14px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .related_news_item-img {
    max-width: 60px;
    height: 60px;
  }
}
.related_news_item-img img {
  width: 100%;
  height: auto;
  transition: 0.8s;
}
.related_news_item_content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-direction: column;
  height: 100%;
}
.related_news_item_content-date {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1599px) {
  .related_news_item_content-date {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .related_news_item_content-date {
    font-size: 12px;
  }
}
.related_news_item_content-title {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
  margin-top: 20px;
}
@media screen and (max-width: 1599px) {
  .related_news_item_content-title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .related_news_item_content-title {
    font-size: 16px;
    letter-spacing: 0.16px;
    font-weight: 400;
    text-transform: unset;
    margin-top: 10px;
  }
}
.related_news_item_content-description {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  margin-top: 14px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media screen and (max-width: 1599px) {
  .related_news_item_content-description {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .related_news_item_content-description {
    display: none;
  }
}
.related_news_item_content-btn {
  color: var(--black);
  font-family: var(--nata-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 130%;
  letter-spacing: 0.18px;
  position: relative;
  z-index: 2;
  margin-top: 20px;
}
@media screen and (max-width: 1599px) {
  .related_news_item_content-btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .related_news_item_content-btn {
    display: none;
  }
}
@media (hover: hover) {
  .related_news_item_content-btn:hover {
    opacity: 0.7;
  }
  .related_news_item_content-btn:hover::after {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
@media (hover: none) {
  .related_news_item_content-btn:active {
    opacity: 0.7;
  }
  .related_news_item_content-btn:active::after {
    transform: scaleX(0);
    transform-origin: 100% 0;
  }
}
.related_news_item_content-btn::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0px;
  top: 100%;
  background: currentColor;
  transform: scaleX(1);
  transform-origin: 0 100%;
  transition: transform 0.4s;
}
.related_news_item_content-link {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
}

.construction_wrap_filter {
  display: flex;
  flex-direction: column;
  row-gap: clamp(0.625rem, -0.625rem + 1.25vw, 0.875rem);
  width: 100%;
  max-width: clamp(18.75rem, -20.9375rem + 39.6875vw, 26.6875rem);
}
@media screen and (max-width: 1599px) {
  .construction_wrap_filter {
    row-gap: 10px;
    max-width: 300px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_wrap_filter {
    max-width: 450px;
  }
}
.construction_wrap_filter-title {
  color: var(--grey);
  font-family: var(--nata-font);
  font-size: clamp(0.75rem, 0.125rem + 0.625vw, 0.875rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.14px;
}
@media screen and (max-width: 1599px) {
  .construction_wrap_filter-title {
    font-size: 12px;
    letter-spacing: 0.12px;
  }
}
.construction_wrap_filter-select {
  width: 100%;
}
.construction_wrap-slider {
  position: relative;
  width: 100%;
  max-width: 100%;
  margin-top: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
}
@media screen and (max-width: 1599px) {
  .construction_wrap-slider {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_wrap-slider {
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .construction_wrap-slider {
    margin-top: 30px;
  }
}
.construction_wrap-slider-btn_prev {
  display: flex;
  flex-shrink: 0;
  width: clamp(3.125rem, -6.25rem + 9.375vw, 5rem);
  height: clamp(3.125rem, -6.25rem + 9.375vw, 5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.06));
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -40px;
  z-index: 2;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .construction_wrap-slider-btn_prev {
    width: 50px;
    height: 50px;
    left: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_wrap-slider-btn_prev {
    display: none;
  }
}
@media (hover: hover) {
  .construction_wrap-slider-btn_prev:hover {
    opacity: 0.85;
  }
}
@media (hover: none) {
  .construction_wrap-slider-btn_prev:active {
    opacity: 0.85;
  }
}
.construction_wrap-slider-btn_next {
  display: flex;
  flex-shrink: 0;
  width: clamp(3.125rem, -6.25rem + 9.375vw, 5rem);
  height: clamp(3.125rem, -6.25rem + 9.375vw, 5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  filter: drop-shadow(0 4px 30px rgba(0, 0, 0, 0.06));
  cursor: pointer;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: -40px;
  z-index: 2;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .construction_wrap-slider-btn_next {
    width: 50px;
    height: 50px;
    right: -20px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_wrap-slider-btn_next {
    display: none;
  }
}
@media (hover: hover) {
  .construction_wrap-slider-btn_next:hover {
    opacity: 0.85;
  }
}
@media (hover: none) {
  .construction_wrap-slider-btn_next:active {
    opacity: 0.85;
  }
}
.construction_wrap_sw {
  width: 100%;
  max-width: 100%;
  min-width: 0px;
  margin: 0;
}
@media screen and (max-width: 1199px) {
  .construction_wrap_sw {
    overflow: visible;
  }
}
.construction_wrap_sw_item {
  display: block;
  width: 100%;
  max-width: 100%;
  position: relative;
  border-radius: 20px;
  height: auto;
  overflow: hidden;
  cursor: pointer;
}
@media screen and (max-width: 1199px) {
  .construction_wrap_sw_item {
    max-width: 41%;
  }
}
@media screen and (max-width: 767px) {
  .construction_wrap_sw_item {
    max-width: 301px;
  }
}
@media (hover: hover) {
  .construction_wrap_sw_item:hover img {
    transform: scale(1.03);
  }
}
@media (hover: none) {
  .construction_wrap_sw_item:active img {
    transform: scale(1.03);
  }
}
.construction_wrap_sw_item::after {
  content: "";
  display: block;
  width: 100%;
  height: 175px;
  background: linear-gradient(180deg, rgba(34, 34, 34, 0) 0%, rgba(34, 34, 34, 0.6) 100%);
  user-select: none;
  pointer-events: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.construction_wrap_sw_item-count {
  display: inline-flex;
  position: absolute;
  top: 20px;
  right: 20px;
  margin-left: 20px;
  z-index: 1;
  color: var(--black);
  font-family: var(--nata-font);
  font-size: clamp(0.875rem, 0.25rem + 0.625vw, 1rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.16px;
  text-align: center;
  border-radius: 25px;
  background: var(--white);
  padding: 6px 16px 9px 16px;
}
@media screen and (max-width: 1599px) {
  .construction_wrap_sw_item-count {
    font-size: 14px;
    letter-spacing: 0.14px;
    padding: 5px 16px 8px 15px;
    top: 16px;
    right: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_wrap_sw_item-count {
    font-size: 12px;
    top: 10px;
    right: 10px;
  }
}
.construction_wrap_sw_item-img {
  width: 100%;
  height: 100%;
}
.construction_wrap_sw_item-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.8s;
}
.construction_wrap_sw_item-title {
  display: inline-flex;
  width: 100%;
  padding: 0 clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  color: var(--white);
  font-family: var(--travels-font);
  font-size: 22px;
  font-weight: 500;
  line-height: 130%;
  position: absolute;
  bottom: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  left: 0;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .construction_wrap_sw_item-title {
    padding: 0 20px;
    font-size: 20px;
    bottom: 20px;
  }
}

.select2-container {
  width: 100%;
  max-width: 100%;
  outline: none;
}
.select2-container * {
  outline: none !important;
}
.select2-container .custom-select.select2-selection {
  display: flex;
  align-items: center;
  height: clamp(2.9375rem, -6.125rem + 9.0625vw, 4.75rem);
  border-radius: 12px;
  background: var(--beige);
  border: unset;
  padding: clamp(0.75rem, -3rem + 3.75vw, 1.5rem) clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem) clamp(0.875rem, -2.875rem + 3.75vw, 1.625rem) clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  outline: none;
}
@media screen and (max-width: 1599px) {
  .select2-container .custom-select.select2-selection {
    padding: 12px 20px 14px 20px;
    height: 47px;
  }
}
.select2-container .custom-select.select2-selection .select2-selection__rendered {
  color: var(--black);
  font-family: var(--nata-font);
  font-size: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2px;
  padding-left: 0px;
}
@media screen and (max-width: 1599px) {
  .select2-container .custom-select.select2-selection .select2-selection__rendered {
    font-size: 16px;
    letter-spacing: unset;
  }
}
.select2-container .custom-select.select2-selection .select2-selection__arrow {
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L8%207L15%201%22%20stroke%3D%22%23222222%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  top: 50%;
  transform: translateY(-50%) rotate(0deg);
  right: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  width: 14px;
  height: 6px;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .select2-container .custom-select.select2-selection .select2-selection__arrow {
    right: 20px;
  }
}
.select2-container .custom-select.select2-selection .select2-selection__arrow b {
  display: none;
}
.select2-container.select2-container--open .custom-select.select2-selection .select2-selection__arrow {
  transform: translateY(-50%) rotate(180deg);
}
.select2-container.select2-container--below .custom-select.select2-selection {
  border-radius: 12px;
}
.select2-container.select2-container--above .custom-select.select2-selection {
  border-radius: 12px;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: clamp(18.0625rem, -35.375rem + 53.4375vw, 28.75rem);
}
@media screen and (max-width: 1199px) {
  .select2-container--default .select2-results > .select2-results__options {
    max-height: calc(100dvh - 200px);
  }
}

.select2-dropdown {
  border: unset;
  background: var(--beige);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.08);
  border-radius: 12px;
  z-index: 9999992;
}
.select2-dropdown.--select2-dropdown--below {
  margin-top: 10px;
  top: 10px;
}
.select2-dropdown .select2-results {
  padding-top: 10px;
  padding-bottom: 10px;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar {
  width: 4px;
  border-radius: 10px;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar-track {
  border-radius: 10px;
  background: transparent;
}
.select2-dropdown .select2-results__options::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: var(--grey);
}
.select2-dropdown .select2-results__options .select2-results__option {
  color: var(--black);
  font-family: var(--nata-font);
  font-size: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2px;
  padding: clamp(1.0625rem, -1.125rem + 2.1875vw, 1.5rem) 30px clamp(1.1875rem, -1rem + 2.1875vw, 1.625rem) 30px;
  position: relative;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .select2-dropdown .select2-results__options .select2-results__option {
    font-size: 16px;
    padding: 17px 30px 19px 30px;
  }
}
.select2-dropdown .select2-results__options .select2-results__option:last-child {
  border-bottom: unset;
}
.select2-dropdown .select2-results__options .select2-results__option--selected {
  background: var(--grey);
  color: #fff;
}
.select2-dropdown .select2-results__options .select2-results__option--highlighted {
  background: var(--light-beige);
  color: var(--black);
}

.select2-container--open .select2-dropdown--below {
  top: 10px;
  border-radius: 12px;
}

.select2-container--open .select2-dropdown--above {
  top: -10px;
  border-radius: 12px;
}

.construction_overlay {
  padding: 0;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
  background: transparent;
  will-change: opacity;
}
.construction_overlay.active {
  background: rgba(0, 0, 0, 0.3);
}
.construction_overlay.active .construction_overlay_wrap {
  transform: translateY(0);
}
.construction_overlay_wrap {
  width: 100%;
  background: var(--white);
  padding: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem) clamp(1.25rem, -11.25rem + 12.5vw, 3.75rem);
  border-radius: 20px 20px 0 0;
  transform: translateY(100%);
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  will-change: transform;
}
@media screen and (max-width: 1599px) {
  .construction_overlay_wrap {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap {
    padding: 30px 16px;
  }
}
.construction_overlay_wrap_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
  column-gap: 20px;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .construction_overlay_wrap_head {
    column-gap: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_head {
    flex-direction: row-reverse;
  }
}
.construction_overlay_wrap_head-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .construction_overlay_wrap_head-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_head-title {
    font-size: 16px;
  }
}
.construction_overlay_wrap_head-close {
  display: flex;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  box-sizing: content-box;
  padding: 10px;
  margin: -10px;
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_head-close {
    width: auto;
    height: auto;
  }
}
@media (hover: hover) {
  .construction_overlay_wrap_head-close:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .construction_overlay_wrap_head-close:active {
    opacity: 0.6;
  }
}
.construction_overlay_wrap_head-close-desktop {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_head-close-desktop {
    display: none;
  }
}
.construction_overlay_wrap_head-close-mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_head-close-mobile {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
}
.construction_overlay_wrap_head-close-mobile .icon {
  display: flex;
  flex-shrink: 0;
  width: 6px;
  height: 10px;
}
.construction_overlay_wrap_head-close-mobile .icon svg {
  width: 100%;
  height: 100%;
}
.construction_overlay_wrap_head-close-mobile span {
  color: var(--red);
  font-family: var(--nunito-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.construction_overlay_wrap_head-close svg {
  width: 100%;
  height: 100%;
}
.construction_overlay_wrap_slider {
  margin-top: 30px;
  background: red;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  overflow: hidden;
  background: var(--beige);
  position: relative;
  aspect-ratio: 45/16;
  max-height: clamp(33.8125rem, 2.875rem + 30.9375vw, 40rem);
}
@media screen and (max-width: 1599px) {
  .construction_overlay_wrap_slider {
    max-height: 541px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_slider {
    margin-top: 24px;
    max-height: 490px;
    aspect-ratio: 368/245;
  }
}
.construction_overlay_wrap_slider_sw {
  width: 100%;
  max-width: 100%;
  height: 100%;
  min-width: 0px;
  margin: 0;
}
.construction_overlay_wrap_slider_sw-el {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}
.construction_overlay_wrap_slider_sw-el img {
  height: 100%;
  width: auto;
  max-height: 100%;
  max-width: 100%;
}
.construction_overlay_wrap_slider_controls {
  display: flex;
  column-gap: 10px;
  position: absolute;
  bottom: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
  right: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .construction_overlay_wrap_slider_controls {
    bottom: 20px;
    right: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_slider_controls {
    left: 50%;
    transform: translateX(-50%);
    right: unset;
    bottom: 10px;
  }
}
.construction_overlay_wrap_slider_controls .swiper-pagination {
  display: flex;
  align-items: center;
  column-gap: clamp(0.75rem, 0.125rem + 0.625vw, 0.875rem);
  position: unset;
  padding: 0 clamp(1.3125rem, -0.25rem + 1.5625vw, 1.625rem);
  border-radius: 80px;
  border: 2px solid var(--black);
}
@media screen and (max-width: 1599px) {
  .construction_overlay_wrap_slider_controls .swiper-pagination {
    padding: 0 21px;
    column-gap: 12px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_slider_controls .swiper-pagination {
    padding: 8px 19px;
    border: unset;
    border-radius: 80px;
    background: rgba(0, 0, 0, 0.3);
    backdrop-filter: blur(2px);
    column-gap: 12px;
    color: var(--white);
  }
}
.construction_overlay_wrap_slider_controls .swiper-pagination > * {
  color: var(--black);
  font-family: var(--nata-font);
  font-size: 20px;
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2px;
}
@media screen and (max-width: 1599px) {
  .construction_overlay_wrap_slider_controls .swiper-pagination > * {
    font-size: 18px;
    letter-spacing: unset;
  }
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_slider_controls .swiper-pagination > * {
    font-size: 16px;
    color: var(--white);
  }
}
.construction_overlay_wrap_slider_controls .swiper-pagination span {
  transform: translateY(-2px);
}
.construction_overlay_wrap_slider_controls-prev {
  display: flex;
  flex-shrink: 0;
  width: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .construction_overlay_wrap_slider_controls-prev {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_slider_controls-prev {
    display: none;
  }
}
@media (hover: hover) {
  .construction_overlay_wrap_slider_controls-prev:hover svg rect {
    fill: var(--black);
  }
  .construction_overlay_wrap_slider_controls-prev:hover svg path {
    fill: var(--white);
  }
}
@media (hover: none) {
  .construction_overlay_wrap_slider_controls-prev:active svg rect {
    fill: var(--black);
  }
  .construction_overlay_wrap_slider_controls-prev:active svg path {
    fill: var(--white);
  }
}
.construction_overlay_wrap_slider_controls-prev svg {
  width: 100%;
  height: 100%;
}
.construction_overlay_wrap_slider_controls-next {
  display: flex;
  flex-shrink: 0;
  width: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  height: clamp(3.75rem, -2.5rem + 6.25vw, 5rem);
  aspect-ratio: 1/1;
  border-radius: 50%;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .construction_overlay_wrap_slider_controls-next {
    width: 60px;
    height: 60px;
  }
}
@media screen and (max-width: 1199px) {
  .construction_overlay_wrap_slider_controls-next {
    display: none;
  }
}
@media (hover: hover) {
  .construction_overlay_wrap_slider_controls-next:hover svg rect {
    fill: var(--black);
  }
  .construction_overlay_wrap_slider_controls-next:hover svg path {
    fill: var(--white);
  }
}
@media (hover: none) {
  .construction_overlay_wrap_slider_controls-next:active svg rect {
    fill: var(--black);
  }
  .construction_overlay_wrap_slider_controls-next:active svg path {
    fill: var(--white);
  }
}
.construction_overlay_wrap_slider_controls-next svg {
  width: 100%;
  height: 100%;
}
.construction_overlay_wrap_slider_controls-next svg rect {
  transition: 0.4s;
}

.render_house {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
  background: var(--grey);
  position: relative;
  padding-top: 80px;
  aspect-ratio: 16/9;
}
@media screen and (max-width: 1599px) {
  .render_house {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .render_house {
    margin-top: 60px;
  }
}
.render_house_wrap_head {
  width: 100%;
  position: relative;
  z-index: 2;
}
.render_house_wrap_head-title {
  color: var(--white);
  font-family: var(--nunito-font);
  font-size: 22px;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
.render_house_wrap_head-text {
  color: var(--white);
}
.render_house_wrap_img {
  display: flex;
  align-items: flex-end;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.render_house_wrap_img img {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.render_house_wrap_img_cloud {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.render_house_wrap_img_cloud_main svg {
  width: 100%;
  height: 100%;
}
.render_house_wrap_img_cloud_main svg rect {
  width: 100%;
  height: 100%;
}
.render_house_wrap_img_cloud_item {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .render_house_wrap_img_cloud_item:hover {
    clip-path: unset !important;
  }
  .render_house_wrap_img_cloud_item:hover .render_house_wrap_img_cloud_item_popup {
    opacity: 1;
    clip-path: unset;
    visibility: visible;
  }
}
@media (hover: none) {
  .render_house_wrap_img_cloud_item:active {
    clip-path: unset !important;
  }
  .render_house_wrap_img_cloud_item:active .render_house_wrap_img_cloud_item_popup {
    opacity: 1;
    clip-path: unset;
    visibility: visible;
  }
}
.render_house_wrap_img_cloud_item-mask {
  width: 100%;
  height: 100%;
}
.render_house_wrap_img_cloud_item-mask svg {
  width: 100%;
  height: 100%;
}
.render_house_wrap_img_cloud_item-mask svg rect {
  width: 100%;
  height: 100%;
}
@media (hover: hover) {
  .render_house_wrap_img_cloud_item-mask:hover .render_house_wrap_img_cloud_item_popup {
    opacity: 1;
    visibility: visible;
  }
  .render_house_wrap_img_cloud_item-mask:hover svg rect {
    fill-opacity: 0.5;
  }
}
@media (hover: none) {
  .render_house_wrap_img_cloud_item-mask:active .render_house_wrap_img_cloud_item_popup {
    opacity: 1;
    visibility: visible;
  }
  .render_house_wrap_img_cloud_item-mask:active svg rect {
    fill-opacity: 0.5;
  }
}
.render_house_wrap_img_cloud_item_popup {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 30px;
  border-radius: 20px;
  background: var(--white);
  position: absolute;
  left: calc(100% + 20px);
  top: 50%;
  transform: translateY(-50%);
  width: max-content;
  opacity: 0;
  visibility: hidden;
  transition: 0s;
}
.render_house_wrap_img_cloud_item_popup::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-top: 11px solid transparent;
  border-bottom: 11px solid transparent;
  border-right: 19px solid #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -17px;
}
.render_house_wrap_img_cloud_item_popup::before {
  content: "";
  display: block;
  width: 20px;
  height: 100%;
  background: red;
  position: absolute;
  top: 0;
  left: -20px;
  opacity: 0;
}
.render_house_wrap_img_cloud_item_popup-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}
.render_house_wrap_img_cloud_item_popup-list {
  color: var(--black);
  margin-top: 10px;
}
.render_house_wrap_img_cloud_item_popup-count {
  color: var(--red);
  margin-top: 20px;
}
.render_house_wrap_img_cloud_item_popup-btn {
  margin-top: 30px;
}

.about_builder {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
}
@media screen and (max-width: 1599px) {
  .about_builder {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder {
    margin-top: 60px;
  }
}
.about_builder_wrap_head {
  display: flex;
  flex-direction: column;
  row-gap: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_head {
    row-gap: 20px;
  }
}
.about_builder_wrap_head-title {
  color: var(--black);
  text-align: center;
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.22px;
  text-transform: uppercase;
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_head-title {
    font-size: 18px;
    letter-spacing: 0.18px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_head-title {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.about_builder_wrap_head-text {
  color: var(--black);
  text-align: center;
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_head-text {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_head-text {
    font-size: 20px;
    max-width: 350px;
    margin: 0 auto;
  }
}
.about_builder_wrap_numbers {
  margin-top: clamp(2.5rem, -10rem + 12.5vw, 5rem);
  display: flex;
  justify-content: space-between;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_numbers {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_numbers {
    column-gap: 30px;
    margin-top: 30px;
    align-items: center;
  }
}
@media screen and (max-width: 767px) {
  .about_builder_wrap_numbers {
    row-gap: 30px;
    flex-direction: column;
  }
}
.about_builder_wrap_numbers-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: clamp(1.25rem, -5rem + 6.25vw, 2.5rem);
  min-width: clamp(20.25rem, -10.6875rem + 30.9375vw, 26.4375rem);
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_numbers-item {
    row-gap: 20px;
    min-width: 324px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_numbers-item {
    row-gap: 6px;
    min-width: unset;
    width: 100%;
    flex: 1 1 33.33333333%;
  }
}
@media screen and (max-width: 767px) {
  .about_builder_wrap_numbers-item {
    flex: 1 1 100%;
  }
}
.about_builder_wrap_numbers-item .num {
  color: var(--black);
  text-align: center;
  font-family: var(--travels-font);
  font-size: clamp(3.375rem, -4.75rem + 8.125vw, 5rem);
  font-weight: 500;
  line-height: 110%;
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_numbers-item .num {
    font-size: 54px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_numbers-item .num {
    font-size: 30px;
  }
}
.about_builder_wrap_numbers-item .subtitle {
  color: var(--black);
  text-align: center;
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_numbers-item .subtitle {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_numbers-item .subtitle {
    font-size: 16px;
  }
}
.about_builder_wrap_numbers-btn {
  position: absolute;
  top: calc(100% + clamp(6.25rem, -6.25rem + 12.5vw, 8.75rem));
  left: 50%;
  transform: translateX(-50%);
  max-width: max-content;
  width: max-content;
  z-index: 2;
}
@media (hover: hover) {
  .about_builder_wrap_numbers-btn:hover {
    transform: translateX(-50%) scale(1.05);
  }
}
@media (hover: none) {
  .about_builder_wrap_numbers-btn:active {
    transform: translateX(-50%) scale(1.05);
  }
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_numbers-btn {
    top: calc(100% + 100px);
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_numbers-btn {
    top: calc(100% + 50px);
  }
}
@media screen and (max-width: 767px) {
  .about_builder_wrap_numbers-btn {
    top: calc(100% + 40px);
  }
}
.about_builder_wrap_gallery {
  align-items: flex-end;
  margin-top: clamp(4.0625rem, -0.625rem + 4.6875vw, 5rem);
  position: relative;
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_gallery {
    margin-top: 65px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_gallery {
    margin-top: 140px;
    flex-wrap: unset;
    will-change: transform;
  }
}
@media screen and (max-width: 767px) {
  .about_builder_wrap_gallery {
    margin-top: 131px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_gallery .col-xl-3,
  .about_builder_wrap_gallery .col-xl-4 {
    width: auto;
    flex-shrink: 0;
    max-width: unset;
  }
}
.about_builder_wrap_gallery_list {
  display: flex;
  flex-direction: column;
  width: 100%;
  row-gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
}
@media screen and (max-width: 1599px) {
  .about_builder_wrap_gallery_list {
    row-gap: 20px;
  }
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_gallery_list {
    flex-direction: row;
    column-gap: 10px;
    flex-shrink: 0;
    width: auto;
  }
}
.about_builder_wrap_gallery_list-it {
  width: 100%;
  height: auto;
  border-radius: 20px;
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_gallery_list-it {
    width: 100%;
    max-width: 240px;
    aspect-ratio: 1/1;
    height: auto;
    flex-shrink: 0;
  }
}
.about_builder_wrap_gallery_list-it img {
  width: 100%;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .about_builder_wrap_gallery_list-it img {
    height: 100%;
    object-fit: cover;
  }
}

.image-anima {
  position: relative;
  --cover-height: 100%;
  overflow: visible;
}
.image-anima::after {
  content: "";
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translateX(-50%);
  width: 105%;
  height: var(--cover-height);
  background: var(--light-beige);
  z-index: 2;
  transition: height 0.01s;
}
@media screen and (max-width: 1199px) {
  .image-anima::after {
    display: none;
  }
}
.image-anima img {
  will-change: transform;
  transform: translateZ(0);
  border-radius: 20px;
}

.flowerbed {
  margin-top: clamp(7.5rem, -17.5rem + 25vw, 12.5rem);
}
@media screen and (max-width: 1599px) {
  .flowerbed {
    margin-top: 120px;
  }
}
@media screen and (max-width: 1199px) {
  .flowerbed {
    margin-top: 60px;
  }
}
.flowerbed_wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: clamp(3.125rem, -6.25rem + 9.375vw, 5rem);
  border-radius: 20px;
  overflow: hidden;
  background: var(--red);
  position: relative;
}
@media screen and (max-width: 1599px) {
  .flowerbed_wrap {
    padding: 50px;
  }
}
@media screen and (max-width: 1199px) {
  .flowerbed_wrap {
    padding: 20px;
    border-radius: 14px;
  }
}
.flowerbed_wrap_content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: clamp(33.6875rem, -8.5rem + 42.1875vw, 42.125rem);
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 1599px) {
  .flowerbed_wrap_content {
    max-width: 539px;
  }
}
.flowerbed_wrap_content-icon {
  display: flex;
  width: clamp(7.0625rem, -0.125rem + 7.1875vw, 8.5rem);
  height: clamp(6.25rem, 0rem + 6.25vw, 7.5rem);
}
@media screen and (max-width: 1599px) {
  .flowerbed_wrap_content-icon {
    width: 113px;
    height: 100px;
  }
}
.flowerbed_wrap_content-icon svg {
  width: 100%;
  height: 100%;
}
.flowerbed_wrap_content-title {
  margin-top: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
  color: var(--beige);
  text-align: center;
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .flowerbed_wrap_content-title {
    margin-top: 40px;
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .flowerbed_wrap_content-title {
    font-size: 24px;
  }
}
.flowerbed_wrap_content-text {
  margin-top: clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem);
  color: var(--beige);
  text-align: center;
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .flowerbed_wrap_content-text {
    margin-top: 10px;
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .flowerbed_wrap_content-text {
    font-size: 16px;
  }
}
.flowerbed_wrap_content-btn {
  margin-top: clamp(2.5rem, -0.625rem + 3.125vw, 3.125rem);
}
@media screen and (max-width: 1599px) {
  .flowerbed_wrap_content-btn {
    margin-top: 40px;
  }
}
.flowerbed_wrap-image {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  user-select: none;
  pointer-events: none;
}
@media screen and (max-width: 767px) {
  .flowerbed_wrap-image {
    display: none;
  }
}
.flowerbed_wrap-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-position: top center;
}

.form_calculator {
  z-index: 1000001;
}
@media screen and (max-width: 767px) {
  .form_calculator {
    padding: 70px 16px 20px 16px;
  }
}
.form_calculator .modal_wrap {
  display: flex;
  max-height: 100%;
  max-width: 100%;
  position: relative;
}
.form_calculator .modal_wrap-close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: clamp(3.5rem, -1.5rem + 5vw, 4.5rem);
  height: clamp(3.5rem, -1.5rem + 5vw, 4.5rem);
  border-radius: 50%;
  overflow: hidden;
  background: var(--white);
  position: absolute;
  top: -20px;
  right: -20px;
  box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.06);
  cursor: pointer;
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .form_calculator .modal_wrap-close {
    width: 56px;
    height: 56px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator .modal_wrap-close {
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 767px) {
  .form_calculator .modal_wrap-close {
    right: auto;
    left: 50%;
    transform: translateX(-50%);
    top: -50px;
  }
}
@media (hover: hover) {
  .form_calculator .modal_wrap-close:hover {
    background: var(--green);
  }
  .form_calculator .modal_wrap-close:hover svg path {
    fill: var(--white);
  }
}
@media (hover: none) {
  .form_calculator .modal_wrap-close:active {
    background: var(--green);
  }
  .form_calculator .modal_wrap-close:active svg path {
    fill: var(--white);
  }
}
.form_calculator .modal_wrap-close svg {
  width: clamp(0.9375rem, -0.625rem + 1.5625vw, 1.25rem);
  height: clamp(0.9375rem, -0.625rem + 1.5625vw, 1.25rem);
}
@media screen and (max-width: 1599px) {
  .form_calculator .modal_wrap-close svg {
    width: 15px;
    height: 15px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator .modal_wrap-close svg {
    width: 11px;
    height: 11px;
  }
}
.form_calculator_wrap {
  width: 100%;
  max-width: clamp(32rem, -13rem + 45vw, 41rem);
  padding: clamp(1.5rem, -0.375rem + 1.875vw, 1.875rem) clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  border-radius: 20px;
  background: var(--white);
  max-height: 100%;
  overflow-y: auto;
  max-height: 100%;
  overflow-y: auto;
}
.form_calculator_wrap::-webkit-scrollbar {
  width: 0px;
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap {
    padding: 24px 30px;
    max-width: 512px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap {
    max-width: 485px;
    padding: 16px 20px;
    border-radius: 14px;
  }
}
.form_calculator_wrap-title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap-title {
    font-size: 26px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap-title {
    font-size: 26px;
  }
}
.form_calculator_wrap-text {
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
  margin-top: 10px;
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap-text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap-text {
    font-size: 14px;
    margin-top: 8px;
  }
}
.form_calculator_wrap form {
  width: 100%;
  max-width: 100%;
}
.form_calculator_wrap_form {
  margin-top: clamp(1.0625rem, -3rem + 4.0625vw, 1.875rem);
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap_form {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap_form {
    margin-top: 17px;
  }
}
.form_calculator_wrap_form p {
  width: 100%;
  max-width: 100%;
  height: 100%;
}
.form_calculator_wrap_form > *:first-child {
  margin-top: 0px;
}
.form_calculator_wrap_form > *:last-child {
  margin-bottom: 0px;
}
.form_calculator_wrap_form-input {
  display: flex;
  width: 100%;
  height: clamp(4.0625rem, -0.3125rem + 4.375vw, 4.9375rem);
  margin-top: clamp(0.5rem, -0.75rem + 1.25vw, 0.75rem);
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap_form-input {
    height: 65px;
    margin-top: 8px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap_form-input {
    height: 51px;
  }
}
.form_calculator_wrap_form-input input {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  background: #ededed;
  padding: 0 30px;
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(1.125rem, -0.125rem + 1.25vw, 1.375rem);
  font-weight: 400;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap_form-input input {
    font-size: 18px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap_form-input input {
    padding: 0 20px;
    font-size: 16px;
  }
}
.form_calculator_wrap_form-input input::placeholder {
  color: var(--grey);
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
}
.form_calculator_wrap_form-submit {
  margin-top: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  display: flex;
  width: 100%;
  height: clamp(4.375rem, 0.625rem + 3.75vw, 5.125rem);
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap_form-submit {
    margin-top: 16px;
    height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap_form-submit {
    height: 55px;
  }
}
.form_calculator_wrap_form-submit button,
.form_calculator_wrap_form-submit input {
  width: 100%;
  height: 100%;
}
.form_calculator_wrap_form-checkbox {
  margin-top: clamp(1.5rem, -0.375rem + 1.875vw, 1.875rem);
  width: 100%;
  max-width: 100%;
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap_form-checkbox {
    margin-top: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap_form-checkbox {
    margin-top: 17px;
  }
}
.form_calculator_wrap_form-checkbox label {
  display: flex;
  column-gap: clamp(0.625rem, -0.625rem + 1.25vw, 0.875rem);
  width: 100%;
  max-width: 100%;
  cursor: pointer;
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap_form-checkbox label {
    column-gap: 10px;
  }
}
.form_calculator_wrap_form-checkbox label input {
  display: flex;
  justify-content: center;
  align-items: center;
  appearance: none;
  flex-shrink: 0;
  width: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  height: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  border-radius: 4px;
  border: 1px solid var(--dark-grey);
  background: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%224%22%20fill%3D%22%23CC3F3C%22%2F%3E%3Cpath%20d%3D%22M5.71585%2010.3525L7.89143%2013.5594C8.61616%2014.6277%2010.1484%2014.4968%2010.7035%2013.3192L14.2873%205.71582%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-size: 0% 0%;
  background-repeat: no-repeat;
  background-blend-mode: color;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap_form-checkbox label input {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap_form-checkbox label input {
    width: 14px;
    height: 14px;
  }
}
.form_calculator_wrap_form-checkbox label input:checked {
  border-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg%20width%3D%2220%22%20height%3D%2220%22%20viewBox%3D%220%200%2020%2020%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Crect%20width%3D%2220%22%20height%3D%2220%22%20rx%3D%224%22%20fill%3D%22%23CC3F3C%22%2F%3E%3Cpath%20d%3D%22M5.71585%2010.3525L7.89143%2013.5594C8.61616%2014.6277%2010.1484%2014.4968%2010.7035%2013.3192L14.2873%205.71582%22%20stroke%3D%22white%22%20stroke-width%3D%222%22%20stroke-linecap%3D%22round%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-blend-mode: color;
}
.form_calculator_wrap_form-checkbox label span {
  color: var(--dark-grey);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  font-weight: 400;
  line-height: 140%;
}
@media screen and (max-width: 1599px) {
  .form_calculator_wrap_form-checkbox label span {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .form_calculator_wrap_form-checkbox label span {
    font-size: 12px;
  }
}
.form_calculator_wrap_form-checkbox label span a {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  border-bottom: 1px solid currentColor;
  transition: 0.4s;
}
@media (hover: hover) {
  .form_calculator_wrap_form-checkbox label span a:hover {
    color: var(--black);
  }
}
@media (hover: none) {
  .form_calculator_wrap_form-checkbox label span a:active {
    color: var(--black);
  }
}

.link {
  position: relative;
  max-width: fit-content;
}
.link.--under::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 0;
  position: absolute;
  transform: scaleX(0);
  transform-origin: 100% 0%;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .link.--under:hover::before {
    transform: scaleX(1);
    transform-origin: 0% 100%;
  }
}
@media (hover: none) {
  .link.--under:active::before {
    transform: scaleX(1);
    transform-origin: 0% 100%;
  }
}
.link.--decor::before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: currentColor;
  left: 0;
  bottom: 3px;
  position: absolute;
  transform: scaleX(1);
  transform-origin: 0% 100%;
  transition: transform 0.3s;
}
@media (hover: hover) {
  .link.--decor:hover::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
}
@media (hover: none) {
  .link.--decor:active::before {
    transform: scaleX(0);
    transform-origin: 100% 0%;
  }
}

.link_out.--under {
  background-image: linear-gradient(to right, rgb(34, 34, 34), rgb(34, 34, 34));
  display: inline;
  vertical-align: baseline;
  background-repeat: no-repeat;
  transition: background-size 0.6s ease;
  background-size: 100% 1px;
  background-position: left bottom;
}
@media (hover: hover) {
  .link_out:hover {
    background-size: 0 1px;
    background-position: right bottom;
  }
}
@media (hover: none) {
  .link_out:active {
    background-size: 0 1px;
    background-position: right bottom;
  }
}

.split-text {
  will-change: transform;
}

.split-text-main {
  opacity: 0;
  will-change: transform;
}

.select2-container .custom-select--rooms.select2-selection {
  cursor: pointer !important;
  position: relative;
  padding-right: clamp(2.75rem, -2.25rem + 5vw, 3.75rem);
}
.select2-container .custom-select--rooms.select2-selection::after {
  content: "";
  position: absolute;
  top: 50%;
  right: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  transform: translateY(-50%) rotate(0deg);
  width: 14px;
  height: 6px;
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%2216%22%20height%3D%228%22%20viewBox%3D%220%200%2016%208%22%20fill%3D%22none%22%3E%3Cpath%20d%3D%22M1%201L8%207L15%201%22%20stroke%3D%22%23222222%22%2F%3E%3C%2Fsvg%3E");
  background-size: 100% 100%;
  background-repeat: no-repeat;
  transition: 0.4s;
  pointer-events: none;
}
@media screen and (max-width: 1599px) {
  .select2-container .custom-select--rooms.select2-selection::after {
    right: 20px;
  }
}
.select2-container .custom-select--rooms.select2-selection .select2-selection__rendered {
  display: block;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  cursor: pointer !important;
  max-width: calc(100% - 20px);
}
.select2-container .custom-select--rooms.select2-selection .select2-selection__choice,
.select2-container .custom-select--rooms.select2-selection .select2-selection__choice__remove {
  display: none;
}
.select2-container .custom-select--rooms.select2-selection .select2-search--inline {
  display: none !important;
}
.select2-container .custom-select--rooms.select2-selection .select2-search--inline .select2-search__field {
  display: none !important;
  width: 0 !important;
  min-width: 0 !important;
  opacity: 0 !important;
  pointer-events: none !important;
  cursor: default !important;
}

.select2-container--open .custom-select--rooms.select2-selection::after {
  transform: translateY(-50%) rotate(180deg);
}

.select2-dropdown.select2-dropdown--rooms .select2-results {
  padding-top: 10px;
  padding-bottom: 10px;
}
.select2-dropdown.select2-dropdown--rooms .select2-results__options {
  max-height: clamp(18.0625rem, -35.375rem + 53.4375vw, 28.75rem);
}
@media screen and (max-width: 1199px) {
  .select2-dropdown.select2-dropdown--rooms .select2-results__options {
    max-height: calc(100dvh - 200px);
  }
}
.select2-dropdown.select2-dropdown--rooms .select2-results__options .select2-results__option {
  padding: 0;
  border-bottom: 0;
}
.select2-dropdown.select2-dropdown--rooms .select2-results__options .select2-results__option--selected {
  background: transparent;
  color: var(--black);
}
.select2-dropdown.select2-dropdown--rooms .select2-results__options .select2-results__option--highlighted {
  background: var(--light-beige);
  color: var(--black);
}

.select2-dropdown.select2-dropdown--rooms .select2-results__option:last-child .listings_wrap_filter_rooms_option {
  border-bottom: 0;
}

.fancybox__container {
  z-index: 9999992;
  --fancybox-bg: rgba(0, 0, 0, 0.3);
}

.fancybox__slide.has-image > .fancybox__content {
  background: var(--white);
}

.listings_wrap_apartments {
  margin-top: clamp(1.25rem, -4.375rem + 5.625vw, 2.375rem);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
}
@media screen and (max-width: 1599px) {
  .listings_wrap_apartments {
    gap: 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1399px) {
  .listings_wrap_apartments {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
    margin-top: 30px;
  }
}
@media screen and (max-width: 767px) {
  .listings_wrap_apartments {
    grid-template-columns: 1fr;
  }
}
.listings_wrap_apartments_card {
  display: flex;
  flex-direction: column;
  row-gap: 24px;
  min-width: 0;
  max-width: 100%;
  border-radius: 20px;
  border: 1px solid var(--grey);
  overflow: hidden;
  position: relative;
  padding: 23px;
  will-change: transform;
  transform: translateZ(0);
  transition: 0.6s ease;
}
.listings_wrap_apartments_card--empty {
  grid-column: 1/-1;
  cursor: default;
}
@media (hover: hover) {
  .listings_wrap_apartments_card:hover {
    transform: scale(0.975);
  }
  .listings_wrap_apartments_card--empty:hover {
    transform: none;
  }
}
@media (hover: none) {
  .listings_wrap_apartments_card:active {
    transform: scale(0.975);
  }
  .listings_wrap_apartments_card--empty:active {
    transform: none;
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments_card {
    padding: 19px;
    border-radius: 14px;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 20px;
    align-items: end;
    justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  .listings_wrap_apartments_card {
    padding: 19px 9px 19px 19px;
  }
}
.listings_wrap_apartments_card_tags {
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments_card_tags {
    overflow: visible;
  }
}
.listings_wrap_apartments_card_tags .swiper-wrapper {
  flex-wrap: wrap;
  gap: 10px;
  align-items: start;
  height: auto;
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments_card_tags .swiper-wrapper {
    align-items: inherit;
    gap: 0;
    flex-wrap: nowrap;
  }
}
.listings_wrap_apartments_card_tags_item {
  display: flex;
  border-radius: 80px;
  background: #eee7da;
  padding: 10px 20px;
  max-width: fit-content;
  align-items: start;
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments_card_tags_item {
    padding: 6px 14px;
  }
}
.listings_wrap_apartments_card_gallery {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: clamp(12rem, -13rem + 25vw, 17rem);
  padding: 10px 32px;
  margin-top: auto;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_apartments_card_gallery {
    height: 192px;
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments_card_gallery {
    aspect-ratio: 120/103;
    max-width: 120px;
    height: auto;
    padding: 0;
    order: 2;
    margin-top: 0;
  }
}
.listings_wrap_apartments_card_gallery.is-stub {
  background: #eee7da;
}
.listings_wrap_apartments_card_gallery.is-stub::after {
  content: "";
  position: unset;
  background-image: url(../image/browse/stub.svg);
  background-repeat: no-repeat;
  background-size: contain;
  aspect-ratio: 134/172;
  width: 100%;
  max-width: clamp(6.5rem, -2.875rem + 9.375vw, 8.375rem);
  pointer-events: none;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_apartments_card_gallery.is-stub::after {
    max-width: 104px;
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments_card_gallery.is-stub::after {
    max-width: 50px;
  }
}
.listings_wrap_apartments_card_gallery img {
  width: auto;
  max-height: 100%;
  height: 100%;
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments_card_inform {
    max-width: calc(100% - 20px - 120px);
  }
}
.listings_wrap_apartments_card_inform_floor, .listings_wrap_apartments_card_inform_title {
  color: var(--black);
}
.listings_wrap_apartments_card_inform_title {
  margin-top: clamp(0.25rem, -1rem + 1.25vw, 0.5rem);
}
@media screen and (max-width: 1599px) {
  .listings_wrap_apartments_card_inform_title {
    margin-top: 4px;
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments_card_inform_title {
    margin-top: 5px;
  }
}
.listings_wrap_apartments_card_inform_price {
  margin-top: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
}
@media screen and (max-width: 1599px) {
  .listings_wrap_apartments_card_inform_price {
    margin-top: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_apartments_card_inform_price {
    margin-top: 18px;
  }
}
.listings_wrap_filter_btn {
  display: none;
  color: var(--black);
  align-items: center;
  column-gap: 10px;
  padding: 12px 16px 14px 16px;
  max-width: fit-content;
  min-width: 239px;
  width: 100%;
  border-radius: 12px;
  background: var(--beige);
  justify-content: center;
  text-align: center;
  cursor: pointer;
  transition: 0.4s ease;
}
@media (hover: hover) {
  .listings_wrap_filter_btn:hover {
    background: #d7d0c3;
  }
}
@media (hover: none) {
  .listings_wrap_filter_btn:active {
    background: #d7d0c3;
  }
}
.listings_wrap_filter_btn_icon {
  display: flex;
  flex-shrink: 0;
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_btn {
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  .listings_wrap_filter_btn {
    max-width: 100%;
  }
}
.listings_wrap_filter_block {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block {
    position: fixed;
    inset: 0;
    z-index: 9999991;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    background: transparent;
    opacity: 1;
    visibility: hidden;
    pointer-events: none;
    transition: 0.4s;
  }
  .listings_wrap_filter_block.active {
    visibility: visible;
    pointer-events: auto;
    background: rgba(0, 0, 0, 0.3);
  }
  .listings_wrap_filter_block.active .listings_wrap_filter_block_line {
    transform: translateY(0);
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block_line {
    width: 100%;
    max-height: 100%;
    overflow-y: auto;
    overflow-x: hidden;
    background: var(--white);
    border-radius: 20px 20px 0 0;
    padding: 30px 16px 20px 16px;
    transform: translateY(100%);
    transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
    will-change: transform;
  }
}
.listings_wrap_filter_block_head {
  display: none;
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block_head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    column-gap: 12px;
  }
}
.listings_wrap_filter_block_head_close, .listings_wrap_filter_block_head_reset {
  display: inline-flex;
  align-items: center;
  column-gap: 10px;
  flex-shrink: 0;
  cursor: pointer;
  transition: 0.4s;
}
.listings_wrap_filter_block_head_close_icon, .listings_wrap_filter_block_head_reset_icon {
  display: flex;
  flex-shrink: 0;
}
@media (hover: hover) {
  .listings_wrap_filter_block_head_close:hover, .listings_wrap_filter_block_head_reset:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .listings_wrap_filter_block_head_close:active, .listings_wrap_filter_block_head_reset:active {
    opacity: 0.7;
  }
}
.listings_wrap_filter_block_head_close {
  color: var(--red);
}
.listings_wrap_filter_block_head_reset {
  color: var(--grey);
}
.listings_wrap_filter_block_head_title {
  color: var(--black);
  font-family: var(--travels-font);
  font-size: 16px;
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block_form {
    margin-top: 40px;
  }
}
.listings_wrap_filter_block_form_row {
  display: grid;
  grid-template-columns: clamp(8.75rem, -10rem + 18.75vw, 12.5rem) clamp(8.75rem, -20.625rem + 29.375vw, 14.625rem) clamp(10.75rem, -8.625rem + 19.375vw, 14.625rem) 1fr clamp(14.8125rem, -4.875rem + 19.6875vw, 18.75rem) auto;
  column-gap: clamp(1.25rem, -1.875rem + 3.125vw, 1.875rem);
  align-items: end;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_block_form_row {
    column-gap: 20px;
    grid-template-columns: 140px 140px 172px 1fr 237px auto;
  }
}
@media screen and (max-width: 1399px) {
  .listings_wrap_filter_block_form_row {
    grid-template-columns: 140px 140px 172px 1fr 252px;
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block_form_row {
    grid-template-columns: repeat(2, 1fr);
    row-gap: 20px;
    column-gap: 10px;
    align-items: start;
  }
}
.listings_wrap_filter_block_form_field {
  min-width: 0;
  max-width: 100%;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .listings_wrap_filter_block_form_field:nth-child(n+3) {
    grid-column: span 2;
  }
}
.listings_wrap_filter_block_form_field_control {
  min-width: 0;
  max-width: 100%;
  width: 100%;
  min-height: 70px;
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block_form_field_control {
    min-height: auto;
  }
}
.listings_wrap_filter_block_form_field_control .select2-container .custom-select.select2-selection {
  padding: 24px clamp(1.5rem, -0.375rem + 1.875vw, 1.875rem) clamp(1.5rem, 0.875rem + 0.625vw, 1.625rem) clamp(1.5rem, -0.375rem + 1.875vw, 1.875rem);
  min-height: clamp(4.375rem, 2.5rem + 1.875vw, 4.75rem);
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_block_form_field_control .select2-container .custom-select.select2-selection {
    padding: 24px;
    height: 100%;
    min-height: 70px;
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block_form_field_control .select2-container .custom-select.select2-selection {
    min-height: auto;
    height: auto;
    padding: 12px 20px;
  }
}
.listings_wrap_filter_block_form_field_label {
  font-size: clamp(0.75rem, 0.125rem + 0.625vw, 0.875rem);
  line-height: 140%;
  color: #6b717d;
  margin-bottom: clamp(0.375rem, -2.125rem + 2.5vw, 0.875rem);
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_block_form_field_label {
    font-size: 12px;
    margin-bottom: 6px;
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block_form_field_label {
    margin-bottom: 9px;
  }
}
.listings_wrap_filter_block_form_range {
  padding: 25px 30px 26px 30px;
  padding: clamp(1.5rem, 1.1875rem + 0.3125vw, 1.5625rem) clamp(1.5rem, -0.375rem + 1.875vw, 1.875rem) clamp(1.5rem, 0.875rem + 0.625vw, 1.625rem) clamp(1.5rem, -0.375rem + 1.875vw, 1.875rem);
  border-radius: 12px;
  background: var(--beige);
  position: relative;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_block_form_range {
    padding: 24px;
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block_form_range {
    padding: 13px 20px;
  }
}
.listings_wrap_filter_block_form_range_values {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 32px;
  align-items: center;
  justify-content: space-between;
}
.listings_wrap_filter_block_form_range_value {
  display: inline-flex;
  justify-content: space-between;
  column-gap: clamp(0.25rem, -1rem + 1.25vw, 0.5rem);
  align-items: baseline;
  min-width: 0;
  white-space: nowrap;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_block_form_range_value {
    column-gap: 4px;
  }
}
.listings_wrap_filter_block_form_range_value:first-child::before {
  content: "";
  position: absolute;
  height: 100%;
  width: 1px;
  background: var(--grey);
  top: 0;
  left: calc(100% + 16px);
}
.listings_wrap_filter_block_form_range_prefix, .listings_wrap_filter_block_form_range_suffix {
  color: var(--grey);
  font-family: var(--nunito-font);
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  line-height: 140%;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_block_form_range_prefix, .listings_wrap_filter_block_form_range_suffix {
    font-size: 16px;
  }
}
.listings_wrap_filter_block_form_range_input {
  width: auto;
  font-family: var(--nunito-font);
  min-width: 10px;
  max-width: 120px;
  border: 0;
  background: transparent;
  padding: 0;
  color: var(--black);
  font-size: clamp(1rem, 0.375rem + 0.625vw, 1.125rem);
  line-height: 140%;
  outline: none;
  text-align: center;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_block_form_range_input {
    font-size: 16px;
  }
}
.listings_wrap_filter_block_form_range_input.is-right {
  text-align: right;
}
.listings_wrap_filter_block_form_range_slider {
  background: transparent;
  border: 0;
  box-shadow: none;
  position: absolute;
  bottom: -1px;
  width: 100%;
  left: 15px;
  max-width: calc(100% - 30px);
  height: 2px;
  border-radius: 100px;
}
.listings_wrap_filter_block_form_range_slider .noUi-base .noUi-connect {
  background: var(--red);
}
.listings_wrap_filter_block_form_range_slider .noUi-base .noUi-origin .noUi-handle {
  cursor: pointer;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: var(--red);
  border: 0;
  box-shadow: none;
  right: -6px;
  top: -5px;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_block_form_range_slider .noUi-base .noUi-origin .noUi-handle {
    width: 10px;
    height: 10px;
    right: -5px;
    top: -4px;
  }
}
.listings_wrap_filter_block_form_range_slider .noUi-base .noUi-origin .noUi-handle::before, .listings_wrap_filter_block_form_range_slider .noUi-base .noUi-origin .noUi-handle::after {
  display: none;
}
.listings_wrap_filter_block_form_submit {
  display: flex;
  justify-content: flex-end;
  max-width: fit-content;
}
.listings_wrap_filter_block_form_submit_btn {
  font-family: var(--nata-font);
  column-gap: 6px;
}
@media screen and (max-width: 1399px) {
  .listings_wrap_filter_block_form_submit {
    position: absolute;
    right: 0;
    bottom: calc(100% + 20px);
  }
}
@media screen and (max-width: 1199px) {
  .listings_wrap_filter_block_form_submit {
    position: static;
    right: auto;
    bottom: auto;
    width: 100%;
    max-width: 100%;
    justify-content: stretch;
    grid-column: span 2;
    margin-top: 20px;
  }
  .listings_wrap_filter_block_form_submit_btn {
    width: 100%;
    justify-content: center;
  }
}
@media screen and (max-width: 1199px) and (max-width: 1199px) {
  .listings_wrap_filter_block_form_submit_btn {
    max-width: calc(50% - 5px);
  }
}
@media screen and (max-width: 1199px) and (max-width: 767px) {
  .listings_wrap_filter_block_form_submit_btn {
    max-width: fit-content;
  }
}
.listings_wrap_filter_rooms_option {
  display: flex;
  align-items: center;
  gap: 14px;
  padding: clamp(1.0625rem, -1.125rem + 2.1875vw, 1.5rem) 30px clamp(1.1875rem, -1rem + 2.1875vw, 1.625rem) 30px;
  border-bottom: 1px solid rgba(34, 34, 34, 0.2);
  transition: 0.4s;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_rooms_option {
    padding: 17px 30px 19px 30px;
  }
}
.listings_wrap_filter_rooms_option_box {
  width: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  height: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  border-radius: clamp(0.25rem, -0.375rem + 0.625vw, 0.375rem);
  background: #fff;
  flex-shrink: 0;
  position: relative;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_rooms_option_box {
    width: 16px;
    height: 16px;
    border-radius: 4px;
  }
}
.listings_wrap_filter_rooms_option_text {
  color: var(--black);
  font-family: var(--nata-font);
  font-size: clamp(1rem, -0.25rem + 1.25vw, 1.25rem);
  font-weight: 500;
  line-height: 130%;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media screen and (max-width: 1599px) {
  .listings_wrap_filter_rooms_option_text {
    font-size: 16px;
    letter-spacing: unset;
  }
}
.select2-results__option--selected .listings_wrap_filter_rooms_option .listings_wrap_filter_rooms_option_box {
  background: #cc3f3c;
}
.select2-results__option--selected .listings_wrap_filter_rooms_option .listings_wrap_filter_rooms_option_box::after {
  content: "";
  background-image: url(../image/browse/icon-arrow.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%);
  width: clamp(0.375rem, -0.5625rem + 0.9375vw, 0.5625rem);
  height: clamp(0.375rem, -0.5625rem + 0.9375vw, 0.5625rem);
}
@media screen and (max-width: 1599px) {
  .select2-results__option--selected .listings_wrap_filter_rooms_option .listings_wrap_filter_rooms_option_box::after {
    width: 6px;
    height: 6px;
  }
}

.apartments_overlay {
  padding: 0;
  align-items: flex-end;
  justify-content: center;
  opacity: 1;
  background: transparent;
  will-change: opacity;
}
.apartments_overlay.active {
  background: rgba(0, 0, 0, 0.3);
}
.apartments_overlay.active .apartments_overlay_wrap {
  transform: translateY(0);
}
.apartments_overlay_wrap {
  width: 100%;
  max-width: 1920px;
  max-height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  border-radius: 20px 20px 0 0;
  background: var(--white);
  padding: clamp(2.5rem, -3.75rem + 6.25vw, 3.75rem) clamp(1.25rem, -11.25rem + 12.5vw, 3.75rem);
  transform: translateY(100%);
  transition: 0.6s cubic-bezier(0.645, 0.045, 0.355, 1);
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap {
    padding: 40px 20px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap {
    padding: 30px 17px 20px 17px;
  }
}
.apartments_overlay_wrap_head {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_head {
    flex-direction: column-reverse;
    align-items: start;
    row-gap: 20px;
  }
}
.apartments_overlay_wrap_head_tabs {
  --pill-x: 0px;
  --pill-w: 0px;
  position: relative;
  display: flex;
  align-items: center;
  padding: 6px;
  border-radius: 70px;
  background: var(--beige);
  overflow: hidden;
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_head_tabs {
    padding: 4px;
    width: 100%;
  }
}
.apartments_overlay_wrap_head_tabs::before {
  content: "";
  position: absolute;
  top: 6px;
  left: 0;
  width: var(--pill-w);
  height: calc(100% - 12px);
  border-radius: 60px;
  background: var(--red);
  transform: translateX(var(--pill-x));
  transition: transform 0.4s ease, width 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_head_tabs::before {
    top: 4px;
    height: calc(100% - 8px);
  }
}
.apartments_overlay_wrap_head_tabs_btn {
  position: relative;
  z-index: 1;
  border: 0;
  background: transparent;
  color: var(--black);
  font-family: var(--nunito-font);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  line-height: 140%;
  padding: 13px 20px 15px 20px;
  border-radius: 60px;
  transition: 0.4s ease;
  cursor: pointer;
  will-change: opacity;
  transform: translateZ(0);
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_head_tabs_btn {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_head_tabs_btn {
    font-size: 16px;
    line-height: 130%;
    padding: 8px 16px 10px 16px;
    width: 100%;
  }
}
.apartments_overlay_wrap_head_tabs_btn.active {
  color: var(--white);
}
@media (hover: hover) {
  .apartments_overlay_wrap_head_tabs_btn.active:hover {
    opacity: 1;
  }
}
@media (hover: none) {
  .apartments_overlay_wrap_head_tabs_btn.active:active {
    opacity: 1;
  }
}
@media (hover: hover) {
  .apartments_overlay_wrap_head_tabs_btn:hover {
    opacity: 0.5;
  }
}
@media (hover: none) {
  .apartments_overlay_wrap_head_tabs_btn:active {
    opacity: 0.5;
  }
}
.apartments_overlay_wrap_head_close {
  display: flex;
  flex-shrink: 0;
  width: 26px;
  height: 26px;
  box-sizing: content-box;
  padding: 10px;
  margin: -10px;
  cursor: pointer;
  transition: 0.4s;
  will-change: opacity;
  transform: translateZ(0);
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_head_close {
    width: auto;
    height: auto;
  }
}
@media (hover: hover) {
  .apartments_overlay_wrap_head_close:hover {
    opacity: 0.6;
  }
}
@media (hover: none) {
  .apartments_overlay_wrap_head_close:active {
    opacity: 0.6;
  }
}
.apartments_overlay_wrap_head_close-desktop {
  display: flex;
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_head_close-desktop {
    display: none;
  }
}
.apartments_overlay_wrap_head_close-mobile {
  display: none;
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_head_close-mobile {
    display: flex;
    align-items: center;
    column-gap: 10px;
  }
}
.apartments_overlay_wrap_head_close-mobile .icon {
  display: flex;
  flex-shrink: 0;
  width: 6px;
  height: 10px;
}
.apartments_overlay_wrap_head_close-mobile .icon svg {
  width: 100%;
  height: 100%;
}
.apartments_overlay_wrap_head_close-mobile span {
  color: var(--red);
  font-family: var(--nunito-font);
  font-size: 16px;
  font-weight: 400;
  line-height: 130%;
}
.apartments_overlay_wrap_head_close svg {
  width: 100%;
  height: 100%;
}
.apartments_overlay_wrap_content {
  margin-top: clamp(1.875rem, 3.75rem + -1.875vw, 1.5rem);
  display: flex;
  align-items: start;
  column-gap: 20px;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content {
    column-gap: 40px;
  }
}
@media screen and (max-width: 767px) {
  .apartments_overlay_wrap_content {
    flex-direction: column;
    row-gap: 20px;
  }
}
.apartments_overlay_wrap_content_plan {
  position: relative;
  border: 1px solid var(--grey);
  border-radius: 20px;
  overflow: hidden;
  aspect-ratio: 802/658;
  display: flex;
  width: 100%;
  max-width: clamp(43.0625rem, 7.75rem + 35.3125vw, 50.125rem);
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_plan {
    max-width: 689px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_plan {
    border-radius: 10px;
  }
}
@media screen and (max-width: 767px) {
  .apartments_overlay_wrap_content_plan {
    max-width: 100%;
  }
}
.apartments_overlay_wrap_content_plan_line {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  transition: transform 0.45s ease, opacity 0.35s ease;
}
@media (hover: hover) {
  .apartments_overlay_wrap_content_plan_line:hover .apartments_overlay_wrap_content_plan_line_icon {
    transform: scale(1.1);
  }
}
@media (hover: none) {
  .apartments_overlay_wrap_content_plan_line:active .apartments_overlay_wrap_content_plan_line_icon {
    transform: scale(1.1);
  }
}
.apartments_overlay_wrap_content_plan_line_icon {
  position: absolute;
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  max-width: 40px;
  z-index: 2;
  top: 10px;
  right: 10px;
  will-change: transform;
  transform: translateZ(0);
  transition: 0.4s ease;
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_plan_line_icon {
    max-width: 30px;
  }
}
.apartments_overlay_wrap_content_plan_line_icon svg,
.apartments_overlay_wrap_content_plan_line_icon img {
  width: 100%;
  height: auto;
}
.apartments_overlay_wrap_content_plan_line img {
  width: auto;
  max-height: 100%;
  height: 100%;
}
.apartments_overlay_wrap_content_card {
  border-radius: 20px;
  background: var(--beige);
  padding: 40px;
  display: flex;
  flex-direction: column;
  min-width: clamp(37.5625rem, 20.375rem + 17.1875vw, 41rem);
  max-width: clamp(37.5625rem, 20.375rem + 17.1875vw, 41rem);
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_card {
    min-width: 601px;
    max-width: 601px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card {
    min-width: 347px;
    max-width: 347px;
    padding: 0;
    background: transparent;
    border-radius: 0;
  }
}
@media screen and (max-width: 767px) {
  .apartments_overlay_wrap_content_card {
    max-width: 100%;
    min-width: auto;
    width: 100%;
  }
}
.apartments_overlay_wrap_content_card_tags {
  display: flex;
  flex-wrap: wrap;
  gap: clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem);
  align-items: start;
  height: auto;
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_card_tags {
    gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_tags {
    display: none;
  }
}
.apartments_overlay_wrap_content_card_tags_item {
  display: flex;
  border-radius: 80px;
  background: var(--white);
  padding: 10px 20px;
  max-width: fit-content;
  align-items: start;
  color: #6b717d;
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_tags_item {
    padding: 6px 14px;
  }
}
.apartments_overlay_wrap_content_card_title {
  margin-top: clamp(1.1875rem, -0.375rem + 1.5625vw, 1.5rem);
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.625rem, -0.25rem + 1.875vw, 2rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_card_title {
    font-size: 26px;
    margin-top: 19px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_title {
    font-size: 20px;
    margin-top: 0;
  }
}
.apartments_overlay_wrap_content_card_rows {
  margin-top: 24px;
  display: flex;
  flex-direction: column;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_rows {
    margin-top: 20px;
  }
}
.apartments_overlay_wrap_content_card_rows_item {
  display: flex;
  justify-content: space-between;
  column-gap: 16px;
  position: relative;
  padding-block: clamp(0.6875rem, -0.875rem + 1.5625vw, 1rem);
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_card_rows_item {
    padding-block: 11px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_rows_item {
    padding-block: 8px;
  }
}
.apartments_overlay_wrap_content_card_rows_item:first-child {
  padding-block: 0 clamp(0.6875rem, -0.875rem + 1.5625vw, 1rem);
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_card_rows_item:first-child {
    padding-block: 0 11px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_rows_item:first-child {
    padding-block: 0 8px;
  }
}
.apartments_overlay_wrap_content_card_rows_item::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: var(--grey);
  opacity: 0.6;
}
.apartments_overlay_wrap_content_card_rows_item_title {
  color: var(--grey);
}
.apartments_overlay_wrap_content_card_rows_item_value {
  color: var(--black);
}
.apartments_overlay_wrap_content_card_rows_item span:last-child {
  color: var(--black);
}
.apartments_overlay_wrap_content_card_more {
  margin-top: clamp(0.6875rem, -0.875rem + 1.5625vw, 1rem);
  color: var(--black);
  display: flex;
  align-items: center;
  column-gap: 10px;
  will-change: opacity;
  transform: translateZ(0);
  padding-block: 8px;
  transition: none;
  cursor: pointer;
  max-width: fit-content;
  margin-inline: auto;
  transition: 0.4s ease;
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_card_more {
    margin-top: 11px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_more {
    margin-top: 8px;
  }
}
.apartments_overlay_wrap_content_card_more_icon {
  display: flex;
  flex-shrink: 0;
  transition: none;
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_more_icon {
    max-width: 10px;
    width: 100%;
  }
  .apartments_overlay_wrap_content_card_more_icon svg {
    width: 100%;
    height: auto;
  }
}
.apartments_overlay_wrap_content_card_more.is-active .apartments_overlay_wrap_content_card_more_icon {
  transform: rotate(180deg);
}
.apartments_overlay_wrap_content_card_more.is-disabled {
  display: none;
}
@media (hover: hover) {
  .apartments_overlay_wrap_content_card_more:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .apartments_overlay_wrap_content_card_more:active {
    opacity: 0.7;
  }
}
.apartments_overlay_wrap_content_card_price {
  margin-top: 30px;
  color: var(--black);
  font-family: var(--travels-font);
  font-size: clamp(1.875rem, -1.25rem + 3.125vw, 2.5rem);
  font-weight: 500;
  line-height: 130%;
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_card_price {
    font-size: 30px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_price {
    font-size: 34px;
    line-height: 110%;
    margin-top: 20px;
  }
}
.apartments_overlay_wrap_content_card_date {
  margin-top: 6px;
  color: var(--grey);
  font-size: clamp(0.875rem, -0.375rem + 1.25vw, 1.125rem);
  line-height: 140%;
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_card_date {
    font-size: 14px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_date {
    margin-top: 10px;
    font-size: 16px;
    line-height: 130%;
  }
}
.apartments_overlay_wrap_content_card_actions {
  margin-top: clamp(1.875rem, 2.5rem + -0.625vw, 1.75rem);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: clamp(0.625rem, -2.5rem + 3.125vw, 1.25rem);
  will-change: transform;
  transform: translateZ(0);
}
@media screen and (max-width: 1599px) {
  .apartments_overlay_wrap_content_card_actions {
    margin-top: 30px;
    column-gap: 10px;
  }
}
@media screen and (max-width: 1199px) {
  .apartments_overlay_wrap_content_card_actions {
    grid-template-columns: 1fr;
    row-gap: 10px;
  }
}
.apartments_overlay_wrap_content_card_actions_btn.is-outline {
  border: 1px solid var(--grey);
  color: var(--grey);
  background: transparent;
}/*# sourceMappingURL=style.css.map */

.flowerbed_game {
  position: fixed;
  inset: 0;
  z-index: 1000003;
  background: #cc3f3c;
  display: none;
  overflow-y: auto;
  padding: 24px;
}
.flowerbed_game.active {
  display: block;
}
.flowerbed_game_wrap {
  max-width: 1280px;
  margin: 0 auto;
  min-height: calc(100vh - 48px);
  color: #eee7da;
  display: flex;
  flex-direction: column;
  align-items: center;
  position: relative;
}
.flowerbed_game_close {
  position: absolute;
  right: 8px;
  top: 8px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #eee7da;
  color: #222;
  font-size: 40px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 40;
}
.flowerbed_game_head {
  margin-top: 80px;
  text-align: center;
}
.flowerbed_game_head_title {
  font-family: var(--travels-font);
  font-size: 54px;
  line-height: 1.1;
}
.flowerbed_game_head_text {
  margin-top: 10px;
  font-size: 28px;
}
.flowerbed_game_error {
  margin-top: 16px;
  padding: 10px 14px;
  border-radius: 10px;
  background: rgba(0, 0, 0, 0.22);
}
.flowerbed_game_compose,
.flowerbed_game_facade,
.flowerbed_game_results {
  width: 100%;
  max-width: 1280px;
  margin-top: 28px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.flowerbed_game_compose {
  margin-top: auto;
  min-height: 62vh;
  justify-content: flex-end;
  padding-bottom: 80px;
}
.flowerbed_game_compose.has-action {
  padding-bottom: 80px;
}
.flowerbed_game_compose_stage {
  position: relative;
  width: 100%;
  display: flex;
  justify-content: center;
  padding-bottom: 140px;
}
.flowerbed_game_compose_canvas,
.flowerbed_game_facade_canvas {
  position: relative;
  width: min(100%, 1280px);
}
.flowerbed_game_compose_canvas {
  max-width: 886px;
}
.flowerbed_game_facade_canvas {
  width: 100%;
  height: 100%;
  aspect-ratio: var(--flowerbed-facade-ratio, 1.3665);
}
.flowerbed_game_compose_base,
.flowerbed_game_facade_canvas > img {
  width: 100%;
  height: auto;
  display: block;
}
.flowerbed_game_plus {
  position: absolute;
  left: 50%;
  top: 54%;
  transform: translate(-50%, -50%);
  width: 68px;
  height: 68px;
  border-radius: 50%;
  background: #eee7da;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.25s ease, left 0.25s ease, top 0.25s ease;
}
.flowerbed_game_plus.is-active {
  transform: translate(-50%, -50%) rotate(45deg);
}
.flowerbed_game_plus.is-slot-1 {
  left: 23%;
  top: 28%;
}
.flowerbed_game_plus.is-slot-2 {
  left: 53%;
  top: 27%;
}
.flowerbed_game_plus.is-slot-3 {
  left: 78%;
  top: 26%;
}
.flowerbed_game_plus img,
.flowerbed_game_slot_plus img {
  width: 28px;
  height: 28px;
}
.flowerbed_game_picker {
  position: absolute;
  bottom: 389px;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 40px);
  max-width: 900px;
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 10px;
  background: #eee7da;
  border-radius: 30px;
  padding: 10px;
  z-index: 20;
}
.flowerbed_game_picker_item {
  background: #f5f2ec;
  border-radius: 16px;
  padding: 10px;
  color: #222;
  display: flex;
  flex-direction: column;
  gap: 8px;
  align-items: center;
}
.flowerbed_game_picker_item.is-selected {
  outline: 2px solid #cc3f3c;
}
.flowerbed_game_picker_item img {
  width: 100%;
  max-width: 120px;
  height: 120px;
  object-fit: contain;
}
.flowerbed_game_picker_item span {
  font-size: 24px;
}
.flowerbed_game_compose_flower {
  position: absolute;
}
.flowerbed_game_compose_flower img {
  width: 188px;
  height: auto;
}
.flowerbed_game_compose_flower button {
  margin-top: -8px;
  margin-left: 34px;
  border-radius: 50px;
  border: 2px solid #f2f2f2;
  background: rgba(214, 214, 214, 0.4);
  box-shadow: 0 433px 121px 0 rgba(0, 0, 0, 0),
    0 277px 111px 0 rgba(0, 0, 0, 0.01),
    0 156px 94px 0 rgba(0, 0, 0, 0.05),
    0 69px 69px 0 rgba(0, 0, 0, 0.09),
    0 17px 38px 0 rgba(0, 0, 0, 0.1);
  backdrop-filter: blur(4px);
  border-radius: 999px;
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  padding: 10px 20px;
}
.flowerbed_game_compose_flower.is-1 {
  left: 13%;
  top: -38%;
}
.flowerbed_game_compose_flower.is-2 {
  left: 41%;
  top: -37%;
}
.flowerbed_game_compose_flower.is-3 {
  left: 68%;
  top: -42%;
}
.flowerbed_game_action {
  margin-top: auto;
  min-width: 320px;
  position: absolute;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
}
@media (hover: hover) {
  .flowerbed_game_action.btn:hover {
    transform: translateX(-50%);
  }
}
@media (hover: none) {
  .flowerbed_game_action.btn:active {
    transform: translateX(-50%);
  }
}
.flowerbed_game_nav {
  margin-top: 10px;
  display: flex;
  align-items: center;
  gap: 14px;
  color: #eee7da;
}
.flowerbed_game_nav button {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(238, 231, 218, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowerbed_game_facade_stage {
  --flowerbed-facade-ratio: 1.3665;
  width: 100%;
  max-width: none;
  height: auto;
  aspect-ratio: var(--flowerbed-facade-ratio, 1.3665);
  max-height: 100dvh;
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  border-radius: 0;
  display: block;
}
.flowerbed_game_facade {
  width: 100%;
  max-width: none;
  margin-top: 0;
  height: auto;
  min-height: 0;
  display: flex;
  justify-content: center;
}
.flowerbed_game.step-facade .flowerbed_game_wrap,
.flowerbed_game.step-planted .flowerbed_game_wrap {
  max-width: none;
  width: 100%;
  min-height: 100dvh;
}
.flowerbed_game.step-facade,
.flowerbed_game.step-planted {
  padding: 0;
}
.flowerbed_game.step-facade .flowerbed_game_facade_canvas,
.flowerbed_game.step-planted .flowerbed_game_facade_canvas {
  width: 100%;
  height: 100%;
  max-height: none;
  aspect-ratio: var(--flowerbed-facade-ratio, 1.3665);
}
.flowerbed_game.step-facade .flowerbed_game_facade_canvas > img,
.flowerbed_game.step-planted .flowerbed_game_facade_canvas > img {
  width: 100%;
  height: 100%;
  object-fit: fill;
}
.flowerbed_game_facade_arrow {
  position: absolute;
  bottom: 30px;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  background: #f6f2e8;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 15;
}
.flowerbed_game_facade_arrow.is-prev {
  left: 28px;
}
.flowerbed_game_facade_arrow.is-next {
  right: 28px;
}
.flowerbed_game_facade_arrow img {
  width: 22px;
  height: 22px;
}
.flowerbed_game_facade_action {
  position: absolute;
  left: 50%;
  bottom: 30px;
  transform: translateX(-50%);
  min-height: 72px;
  padding: 20px 34px;
  border-radius: 999px;
  background: #d03f3b;
  color: #fff;
  font-family: "Nunito Sans";
  font-size: 34px;
  line-height: 120%;
  z-index: 15;
}
.flowerbed_game_facade_hint {
  position: absolute;
  transform: translate(-50%, calc(-50% + 86px));
  padding: 16px 22px;
  border-radius: 18px;
  background: #f6f2e8;
  color: #444;
  font-family: "Nunito Sans";
  font-size: 32px;
  line-height: 130%;
  text-align: center;
  z-index: 14;
}
.flowerbed_game_slot {
  position: absolute;
  transform: translate(-50%, -50%);
}
.flowerbed_game_slot_plus {
  width: calc(42px * var(--slot-scale, 1));
  height: calc(42px * var(--slot-scale, 1));
  border-radius: 50%;
  background: #eee7da;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flowerbed_game_slot_cluster {
  display: flex;
  gap: 0;
  align-items: end;
}
.flowerbed_game_slot_cluster img {
  width: calc(35px * var(--slot-scale, 1));
  height: calc(36px * var(--slot-scale, 1));
  object-fit: contain;
  margin: 0 calc(-6px * var(--slot-scale, 1));
}
.flowerbed_game_slot.is-selected {
  filter: drop-shadow(0 0 8px #fff);
}
.flowerbed_game.step-facade .flowerbed_game_head,
.flowerbed_game.step-planted .flowerbed_game_head {
  display: none;
}
.flowerbed_game_results_head {
  text-align: center;
  font-family: var(--travels-font);
  font-size: 52px;
  line-height: 1.1;
}
.flowerbed_game_results_total {
  margin-top: 8px;
  font-size: 22px;
}
.flowerbed_game_results_list {
  margin-top: 18px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
  width: 100%;
}
.flowerbed_game_results_card {
  background: #eee7da;
  color: #222;
  border-radius: 26px;
  padding: 20px;
  position: relative;
}
.flowerbed_game_results_badge {
  position: absolute;
  top: 14px;
  left: 14px;
  background: #f6f5f5;
  border-radius: 999px;
  padding: 8px 14px;
  font-size: 13px;
}
.flowerbed_game_results_card img {
  width: 100%;
  height: 360px;
  object-fit: contain;
}
.flowerbed_game_results_place {
  margin-top: 8px;
  font-size: 24px;
}
.flowerbed_game_results_title {
  margin-top: 8px;
  font-size: 42px;
  font-family: var(--travels-font);
}
.flowerbed_game_results_percent {
  font-size: 50px;
}
.flowerbed_game_loading {
  margin-top: 12px;
  font-size: 18px;
}
@media screen and (max-width: 1199px) {
  .flowerbed_game { padding: 14px; }
  .flowerbed_game_wrap { min-height: calc(100vh - 28px); }
  .flowerbed_game_head { margin-top: 58px; }
  .flowerbed_game_head_title { font-size: 34px; }
  .flowerbed_game_head_text { font-size: 16px; }
  .flowerbed_game_compose { min-height: 56vh; padding-bottom: 64px; }
  .flowerbed_game_compose.has-action { padding-bottom: 64px; }
  .flowerbed_game_compose_canvas { max-width: 100%; }
  .flowerbed_game_picker { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .flowerbed_game_picker { bottom: 64%; width: calc(100% - 20px); }
  .flowerbed_game_picker_item span { font-size: 16px; }
  .flowerbed_game_compose_flower img { width: 140px; }
  .flowerbed_game_compose_flower button { margin-left: 8px; padding: 6px 12px; font-size: 12px; }
  .flowerbed_game_compose_flower.is-1 { left: 11%; top: -32%; }
  .flowerbed_game_compose_flower.is-2 { left: 40%; top: -30%; }
  .flowerbed_game_compose_flower.is-3 { left: 66%; top: -34%; }
  .flowerbed_game_plus { width: 52px; height: 52px; }
  .flowerbed_game_plus.is-slot-1 { left: 23%; top: 28%; }
  .flowerbed_game_plus.is-slot-2 { left: 53%; top: 27%; }
  .flowerbed_game_plus.is-slot-3 { left: 78%; top: 26%; }
  .flowerbed_game_plus { width: 52px; height: 52px; }
  .flowerbed_game_facade_arrow { width: 50px; height: 50px; bottom: 18px; }
  .flowerbed_game_facade_stage { width: 100%; height: auto; aspect-ratio: var(--flowerbed-facade-ratio, 1.3665); max-height: 100dvh; border-radius: 0; }
  .flowerbed_game_facade_arrow.is-prev { left: 12px; }
  .flowerbed_game_facade_arrow.is-next { right: 12px; }
  .flowerbed_game_facade_action { bottom: 18px; min-height: 56px; padding: 14px 20px; font-size: 18px; line-height: 130%; max-width: calc(100% - 140px); }
  .flowerbed_game_facade_hint { font-size: 18px; padding: 12px 16px; border-radius: 12px; transform: translate(-50%, calc(-50% + 62px)); width: min(90%, 420px); }
  .flowerbed_game_action { min-width: 260px; bottom: 22px; }
  .flowerbed_game_results_head { font-size: 30px; }
  .flowerbed_game_results_list { grid-template-columns: 1fr; gap: 12px; }
  .flowerbed_game_results_card img { height: 220px; }
  .flowerbed_game_results_place { font-size: 16px; }
  .flowerbed_game_results_title { font-size: 28px; }
  .flowerbed_game_results_percent { font-size: 30px; }
}
