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

h1,
h2,
h3,
h4,
h5,
h6,
p,
ul,
ol,
dl,
figure,
blockquote {
  padding: 0;
  margin: 0;
}

address {
  font-style: normal;
}

table,
tr,
th,
td {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

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

ul,
ol {
  list-style-type: none;
}

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

a,
button,
input,
textarea,
svg * {
  transition: 0.4s;
}

a,
button,
input,
textarea {
  touch-action: manipulation;
}

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

iframe,
video {
  border: 0;
  display: block;
  max-width: 100%;
}

summary::-webkit-details-marker {
  display: none;
}

:where(dd[class]) {
  margin-left: 0;
}

:where(fieldset[class]) {
  margin-left: 0;
  padding: 0;
  border: none;
}

p {
  margin-block: 0;
}

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

input,
textarea,
select,
button {
  font: inherit;
  appearance: none;
  border-radius: 0;
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
}

input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
}

textarea {
  resize: none;
}

html {
  height: 100%;
}

input {
  cursor: text;
  text-align: left;
}

input[type=submit] {
  cursor: pointer;
}

button {
  touch-action: manipulation;
  cursor: pointer;
  text-align: center;
}

body {
  margin: 0;
  min-height: 100%;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

svg * {
  transition-property: fill, stroke;
}

.swiper {
  width: 100%;
  max-width: 100%;
}

[data-animate] {
  will-change: transform, opacity;
  backface-visibility: hidden;
  transform: translateZ(0);
}

*:focus-visible {
  outline: none;
}

.swiper-wrapper,
.swiper-slide,
.swiper-button-next,
.swiper-button-prev,
.swiper-pagination {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

@media (prefers-reduced-motion: reduce) {
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeue-Thin.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueLight.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBook.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueRegular.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Bebas Neue";
  src: url("../fonts/BebasNeueBold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Golos Text";
  src: url("../fonts/GolosText-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Bebas Neue", sans-serif;
  background: #FFFBF4;
  color: #383938;
  font-weight: 400;
  line-height: normal;
  overflow-x: hidden;
}
@media (max-width: 1199px) {
  body.hidden {
    overflow: hidden;
  }
}

#smooth-content {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  justify-content: space-between;
}

@media (max-width: 1199px) {
  #smooth-wrapper {
    overflow: hidden;
  }
}

.container {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto;
  padding-inline: 40px;
  padding-inline: clamp(30px, 0px + 2.0833333333vw, 40px);
}
@media (max-width: 1440px) {
  .container {
    padding-inline: 30px;
    padding-inline: clamp(13px, -72px + 7.0833333333vw, 30px);
  }
}
@media (max-width: 1199px) {
  .container {
    padding-inline: 13px;
  }
}
@media (max-width: 767px) {
  .container {
    padding-inline: 15px;
  }
}

.row {
  --bs-gutter-x: 10px;
}

*::-webkit-scrollbar {
  width: 5px;
  height: 5px;
}

*::-webkit-scrollbar-thumb {
  background: #383938;
  border-radius: 0;
}

*::-webkit-scrollbar-track {
  background: #EEE;
}

.sw_navigation {
  display: flex;
  column-gap: 6px;
  max-width: fit-content;
}
.sw_navigation .swiper-button-prev,
.sw_navigation .swiper-button-next {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  position: relative;
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 73px;
  height: 33px;
  z-index: 1;
  transition: 0.4s;
  opacity: 1;
  border-radius: 100px;
  overflow: hidden;
  border: 1px solid rgba(55, 57, 72, 0.7);
}
.sw_navigation .swiper-button-prev svg,
.sw_navigation .swiper-button-next svg {
  max-width: 45px;
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .sw_navigation .swiper-button-prev:hover,
  .sw_navigation .swiper-button-next:hover {
    background: #373948;
  }
  .sw_navigation .swiper-button-prev:hover svg path,
  .sw_navigation .swiper-button-next:hover svg path {
    stroke: #fff;
  }
}
@media (hover: none) {
  .sw_navigation .swiper-button-prev:active,
  .sw_navigation .swiper-button-next:active {
    background: #373948;
  }
  .sw_navigation .swiper-button-prev:active svg path,
  .sw_navigation .swiper-button-next:active svg path {
    stroke: #fff;
  }
}
.sw_navigation .swiper-button-prev::after,
.sw_navigation .swiper-button-next::after {
  content: "";
}
.sw_navigation .swiper-button-prev.swiper-button-disabled,
.sw_navigation .swiper-button-next.swiper-button-disabled {
  opacity: 0.4;
}
.sw_navigation .swiper-button-prev.swiper-button-lock,
.sw_navigation .swiper-button-next.swiper-button-lock {
  display: none;
}

.swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  column-gap: 6px;
  top: inherit;
  bottom: inherit;
  left: 0;
  right: 0;
  margin: 16px auto 0 auto;
  max-width: fit-content;
  z-index: 1;
  position: relative;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet {
  margin: inherit;
  width: 16px;
  height: 2px;
  border-radius: 30px;
  background: rgba(15, 64, 35, 0.5);
  opacity: 1;
  transition: 0.4s;
  margin: 0;
}
.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet-active {
  background: #0F4023;
  transform: scale(1.2);
}
.swiper-pagination-bullets.swiper-pagination-horizontal.swiper-pagination-lock {
  display: none;
}

.wpcf7-not-valid-tip,
.wpcf7 form.sent .wpcf7-response-output,
.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
  display: none;
}

.wpcf7-list-item {
  margin: 0;
}

.wpcf7-spinner {
  margin: auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.grecaptcha-badge {
  display: none !important;
}

.fancybox__container {
  --fancybox-bg: rgba(35, 31, 32, 0.6);
  backdrop-filter: blur(17px);
}

.fancybox__slide.has-image > .fancybox__content {
  background: #fff;
}

section.--mt140,
footer.--mt140,
a.--mt140,
div.--mt140 {
  margin-top: 140px;
  margin-top: clamp(100px, -20px + 8.3333333333vw, 140px);
}
@media (max-width: 1440px) {
  section.--mt140,
  footer.--mt140,
  a.--mt140,
  div.--mt140 {
    margin-top: 100px;
    margin-top: clamp(48px, -212px + 21.6666666667vw, 100px);
  }
}
@media (max-width: 1199px) {
  section.--mt140,
  footer.--mt140,
  a.--mt140,
  div.--mt140 {
    margin-top: 48px;
  }
}

.select2-container--default {
  width: 100%;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection__arrow, .select2-container--default.select2-container--open.select2-container--above .select2-selection__arrow {
  transform: rotate(180deg);
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--single {
  border-radius: 10px;
}
.select2-container--default .select2-selection--single {
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  color: #383938;
  background: #FFFBF4;
  padding: 15px 15px;
  padding: clamp(10px, -5px + 1.0416666667vw, 15px) clamp(13px, 7px + 0.4166666667vw, 15px);
  height: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  font-weight: 400;
  font-size: 14px;
  font-size: clamp(12px, 6px + 0.4166666667vw, 14px);
  line-height: 20px;
  line-height: clamp(18px, 12px + 0.4166666667vw, 20px);
  font-family: "Golos Text", sans-serif;
  position: relative;
  column-gap: 20px;
}
@media (max-width: 1440px) {
  .select2-container--default .select2-selection--single {
    font-size: 12px;
    line-height: 18px;
    padding: 10px 13px;
  }
}
@media (max-width: 1199px) {
  .select2-container--default .select2-selection--single {
    padding: 11px 16px;
  }
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #383938;
  padding: 0;
  margin: 0;
  line-height: inherit;
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
  width: 10px;
  height: 6px;
  position: relative;
  margin: 0;
  display: flex;
  flex-shrink: 0;
}
.select2-container--default .select2-selection--single .select2-selection__arrow::before {
  content: "";
  background-image: url(../assets/icon-arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-dropdown {
  background: #FFFBF4;
  border: 1px solid transparent;
  border-radius: 0 0 0;
  box-shadow: none;
  color: #383938;
  overflow: hidden;
  font-size: 14px;
  font-size: clamp(12px, 6px + 0.4166666667vw, 14px);
  line-height: 20px;
  line-height: clamp(18px, 12px + 0.4166666667vw, 20px);
  font-family: "Golos Text", sans-serif;
  box-shadow: 0 6px 15px 0 rgba(47, 66, 96, 0.15);
}
@media (max-width: 1440px) {
  .select2-container--default .select2-dropdown {
    font-size: 12px;
    line-height: 18px;
  }
}
.select2-container--default .select2-dropdown.select2-dropdown--below {
  transform: translateY(10px);
}
.select2-container--default .select2-dropdown.select2-dropdown--above {
  transform: translateY(-10px);
}
.select2-container--default .select2-dropdown .select2-results {
  padding-block: 8px;
}
.select2-container--default .select2-dropdown .select2-results__options {
  padding: 0;
  max-height: 200px;
}
.select2-container--default .select2-dropdown .select2-results__option {
  padding: 6px 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: transparent;
  transition: background-color 0.2s ease, color 0.2s ease;
  cursor: pointer;
}
.select2-container--default .select2-dropdown .select2-results__option--highlighted.select2-results__option--selectable, .select2-container--default .select2-dropdown .select2-results__option--selected {
  background-color: rgba(154, 139, 118, 0.06);
  color: #383938;
}

h1,
.title_h1 {
  font-size: 64px;
  font-size: clamp(48px, 0px + 3.3333333333vw, 64px);
  font-weight: 700;
  line-height: 66px;
  line-height: clamp(50px, 2px + 3.3333333333vw, 66px);
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h1,
  .title_h1 {
    font-size: 48px;
    font-size: clamp(36px, -24px + 5vw, 48px);
    line-height: 50px;
    line-height: clamp(38px, -22px + 5vw, 50px);
  }
}
@media (max-width: 1199px) {
  h1,
  .title_h1 {
    font-size: 36px;
    line-height: 38px;
  }
}
h1.--light,
.title_h1.--light {
  color: #fff;
}
h1.--green,
.title_h1.--green {
  color: #0F4023;
}
h1.--dark,
.title_h1.--dark {
  color: #383938;
}

h2,
.title_h2 {
  font-size: 48px;
  font-size: clamp(36px, 0px + 2.5vw, 48px);
  font-weight: 700;
  line-height: 50px;
  line-height: clamp(38px, 2px + 2.5vw, 50px);
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h2,
  .title_h2 {
    font-size: 36px;
    font-size: clamp(24px, -36px + 5vw, 36px);
    line-height: 38px;
    line-height: clamp(28px, -22px + 4.1666666667vw, 38px);
  }
}
@media (max-width: 1199px) {
  h2,
  .title_h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
h2.--light,
.title_h2.--light {
  color: #fff;
}
h2.--green,
.title_h2.--green {
  color: #0F4023;
}
h2.--dark,
.title_h2.--dark {
  color: #383938;
}

h3,
.title_h3 {
  font-size: 32px;
  font-size: clamp(24px, 0px + 1.6666666667vw, 32px);
  font-weight: 700;
  line-height: 36px;
  line-height: clamp(28px, 4px + 1.6666666667vw, 36px);
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h3,
  .title_h3 {
    font-size: 24px;
    font-size: clamp(20px, 0px + 1.6666666667vw, 24px);
    line-height: 28px;
    line-height: clamp(22px, -8px + 2.5vw, 28px);
  }
}
@media (max-width: 1199px) {
  h3,
  .title_h3 {
    font-size: 20px;
    line-height: 22px;
  }
}
h3.--light,
.title_h3.--light {
  color: #fff;
}
h3.--green,
.title_h3.--green {
  color: #0F4023;
}
h3.--dark,
.title_h3.--dark {
  color: #383938;
}

h4,
.title_h4 {
  font-size: 22px;
  font-size: clamp(18px, 6px + 0.8333333333vw, 22px);
  font-weight: 700;
  line-height: 26px;
  line-height: clamp(22px, 10px + 0.8333333333vw, 26px);
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  h4,
  .title_h4 {
    font-size: 18px;
    font-size: clamp(16px, 6px + 0.8333333333vw, 18px);
    line-height: 22px;
    line-height: clamp(18px, -2px + 1.6666666667vw, 22px);
  }
}
@media (max-width: 1199px) {
  h4,
  .title_h4 {
    font-size: 16px;
    line-height: 18px;
  }
}
h4.--light,
.title_h4.--light {
  color: #fff;
}
h4.--green,
.title_h4.--green {
  color: #0F4023;
}
h4.--dark,
.title_h4.--dark {
  color: #383938;
}

.typ_text {
  color: #383938;
  font-family: "Golos Text", sans-serif;
}
.typ_text.--medium {
  font-size: 18px;
  font-size: clamp(14px, 2px + 0.8333333333vw, 18px);
  line-height: 24px;
  line-height: clamp(18px, 0px + 1.25vw, 24px);
}
@media (max-width: 1440px) {
  .typ_text.--medium {
    font-size: 14px;
    line-height: 18px;
    line-height: clamp(16px, 6px + 0.8333333333vw, 18px);
  }
}
@media (max-width: 1199px) {
  .typ_text.--medium {
    line-height: 16px;
  }
}
.typ_text.--small {
  font-size: 14px;
  font-size: clamp(12px, 6px + 0.4166666667vw, 14px);
  line-height: 20px;
  line-height: clamp(18px, 12px + 0.4166666667vw, 20px);
}
@media (max-width: 1440px) {
  .typ_text.--small {
    font-size: 12px;
    line-height: 18px;
    line-height: clamp(14px, -6px + 1.6666666667vw, 18px);
  }
}
@media (max-width: 1199px) {
  .typ_text.--small {
    line-height: 14px;
  }
}
.typ_text.--low {
  font-size: 14px;
  font-size: clamp(12px, 6px + 0.4166666667vw, 14px);
  line-height: 16px;
  line-height: clamp(14px, 8px + 0.4166666667vw, 16px);
}
@media (max-width: 1440px) {
  .typ_text.--low {
    font-size: 12px;
    line-height: 14px;
  }
}

.typ_label {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Golos Text", sans-serif;
  font-size: 18px;
  line-height: 22px;
  padding: 14px 32px;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(19px);
  -webkit-backdrop-filter: blur(19px);
}

.btn {
  font-family: "Golos Text", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: fit-content;
  padding: 12px 24px 14px 24px;
  padding: clamp(8px, -4px + 0.8333333333vw, 12px) clamp(20px, 8px + 0.8333333333vw, 24px) clamp(10px, -2px + 0.8333333333vw, 14px) clamp(20px, 8px + 0.8333333333vw, 24px);
  border-radius: 65px;
  background: #B52527;
  color: #fff;
  backdrop-filter: blur(15.5px);
  text-transform: lowercase;
  font-size: 18px;
  font-size: clamp(14px, 2px + 0.8333333333vw, 18px);
  font-weight: 500;
  line-height: 23px;
  line-height: clamp(18px, 3px + 1.0416666667vw, 23px);
}
@media (max-width: 1440px) {
  .btn {
    font-size: 14px;
    line-height: 18px;
    line-height: clamp(16px, 6px + 0.8333333333vw, 18px);
    padding: 8px 20px 10px 20px;
  }
}
@media (max-width: 1199px) {
  .btn {
    line-height: 16px;
  }
}
.btn.--green {
  background: #0F4023;
}
@media (hover: hover) {
  .btn.--green:hover {
    background: #B52527;
  }
}
@media (hover: none) {
  .btn.--green:active {
    background: #B52527;
  }
}
@media (hover: hover) {
  .btn:hover {
    background: #0F4023;
  }
}
@media (hover: none) {
  .btn:active {
    background: #0F4023;
  }
}

.link {
  font-family: "Golos Text", sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  max-width: fit-content;
  padding: 6px 15px 7px 15px;
  border-radius: 65px;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  line-height: clamp(18px, 12px + 0.4166666667vw, 20px);
}
@media (max-width: 1440px) {
  .link {
    padding: 8px 20px 10px 20px;
    line-height: 18px;
  }
}
@media (max-width: 1199px) {
  .link {
    font-size: 12px;
    line-height: 14px;
    padding: 7px 15px 8px 15px;
  }
}
.link.--green {
  background: #0F4023;
  color: #fff;
}
@media (hover: hover) {
  .link.--green:hover {
    background: #B52527;
  }
}
@media (hover: none) {
  .link.--green:active {
    background: #B52527;
  }
}

.link-under {
  font-family: "Golos Text", sans-serif;
  color: #383938;
  display: flex;
  text-decoration: underline;
  text-underline-offset: 3px;
  max-width: fit-content;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 17px;
  text-decoration-thickness: 1px;
}
@media (hover: hover) {
  .link-under:hover {
    color: #0F4023;
  }
}
@media (hover: none) {
  .link-under:active {
    color: #0F4023;
  }
}

@media (max-width: 1199px) {
  .header {
    position: relative;
    margin-top: 12px;
    z-index: 10;
  }
}
.header_wrap {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-block: 22px;
  padding-block: clamp(16px, -2px + 1.25vw, 22px);
}
@media (max-width: 1440px) {
  .header_wrap {
    padding-block: 16px;
    padding-block: clamp(12px, -8px + 1.6666666667vw, 16px);
  }
}
@media (max-width: 1199px) {
  .header_wrap {
    padding-block: 12px;
  }
}
.header_wrap_logo {
  display: flex;
  flex-shrink: 0;
  max-width: 425px;
  max-width: clamp(317px, -7px + 22.5vw, 425px);
  width: 100%;
}
@media (max-width: 767px) {
  .header_wrap_logo.active svg path {
    fill: #fff;
  }
}
@media (max-width: 1440px) {
  .header_wrap_logo {
    max-width: 317px;
    max-width: clamp(197px, -403px + 50vw, 317px);
  }
}
@media (max-width: 1199px) {
  .header_wrap_logo {
    max-width: 197px;
  }
}
.header_wrap_logo svg {
  width: 100%;
  height: auto;
}
@media (hover: hover) {
  .header_wrap_logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .header_wrap_logo:active {
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .header_wrap_nav {
    margin: 0;
    position: fixed;
    width: 100vw;
    height: 100dvh;
    top: 0;
    left: 0;
    background: #0F4023;
    z-index: -1;
    pointer-events: none;
    transform: translateX(-100%);
    transition: 0.4s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    row-gap: 12px;
    padding: 76px 15px 12px 15px;
  }
  .header_wrap_nav.active {
    transform: translateX(0);
    pointer-events: auto;
  }
}
.header_wrap_nav ul {
  display: flex;
  align-items: center;
  column-gap: 32px;
  column-gap: clamp(18px, -24px + 2.9166666667vw, 32px);
}
@media (max-width: 1440px) {
  .header_wrap_nav ul {
    column-gap: 18px;
  }
}
@media (max-width: 1199px) {
  .header_wrap_nav ul {
    column-gap: 30px;
  }
}
@media (max-width: 767px) {
  .header_wrap_nav ul {
    flex-direction: column;
    row-gap: 38px;
    align-items: center;
    max-height: 100%;
    height: 100%;
    overflow-y: auto;
    justify-content: center;
    width: 100%;
  }
}
.header_wrap_nav ul li a {
  color: #383938;
  font-size: 22px;
  font-size: clamp(18px, 6px + 0.8333333333vw, 22px);
  font-weight: 700;
  line-height: 26px;
  line-height: clamp(22px, 10px + 0.8333333333vw, 26px);
  display: flex;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .header_wrap_nav ul li a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .header_wrap_nav ul li a {
    line-height: 23px;
  }
}
@media (max-width: 767px) {
  .header_wrap_nav ul li a {
    color: #fff;
    font-size: 36px;
    font-weight: 700;
    line-height: 38px;
  }
}
@media (hover: hover) {
  .header_wrap_nav ul li a:hover {
    color: #8a8a8a;
  }
}
@media (hover: none) {
  .header_wrap_nav ul li a:active {
    color: #8a8a8a;
  }
}
.header_wrap_nav_btn.btn {
  display: none;
}
@media (hover: hover) {
  .header_wrap_nav_btn.btn:hover {
    background: #B52527;
    opacity: 0.7;
  }
}
@media (hover: none) {
  .header_wrap_nav_btn.btn:active {
    background: #B52527;
    opacity: 0.7;
  }
}
@media (max-width: 767px) {
  .header_wrap_nav_btn.btn {
    display: flex;
  }
}
.header_wrap_btn {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 16px;
  display: none;
}
.header_wrap_btn.active span {
  background: transparent;
}
.header_wrap_btn.active span::before {
  transform: rotate(30deg);
  top: 0;
  background: #fff;
}
.header_wrap_btn.active span::after {
  transform: rotate(-30deg);
  bottom: 0;
  background: #fff;
}
@media (max-width: 767px) {
  .header_wrap_btn {
    display: flex;
  }
}
.header_wrap_btn span {
  width: 33px;
  height: 4px;
  background: #0F4023;
  position: relative;
  transition: 0.4s;
}
.header_wrap_btn span::before {
  content: "";
  position: absolute;
  top: -6px;
  width: 100%;
  height: 4px;
  background: #0F4023;
  transition: 0.4s;
  left: 0;
}
.header_wrap_btn span::after {
  content: "";
  position: absolute;
  bottom: -6px;
  width: 100%;
  height: 4px;
  background: #0F4023;
  transition: 0.4s;
  left: 0;
}

.cover {
  margin-top: 30px;
  margin-top: clamp(24px, 6px + 1.25vw, 30px);
}
@media (max-width: 1440px) {
  .cover {
    margin-top: 24px;
    margin-top: clamp(12px, -48px + 5vw, 24px);
  }
}
@media (max-width: 1199px) {
  .cover {
    margin-top: 12px;
  }
}
.cover_wrap {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: end;
}
@media (max-width: 767px) {
  .cover_wrap {
    flex-direction: column;
    align-items: start;
    row-gap: 16px;
  }
}
.cover_wrap_description {
  max-width: 761px;
  max-width: clamp(567px, -15px + 40.4166666667vw, 761px);
  color: #8A8A8A;
}
@media (max-width: 1440px) {
  .cover_wrap_description {
    max-width: 561px;
    max-width: clamp(489px, 129px + 30vw, 561px);
  }
}
@media (max-width: 1199px) {
  .cover_wrap_description {
    max-width: 489px;
  }
}
.cover_wrap_description span {
  color: #383938;
}
.cover_background {
  display: flex;
  max-width: 100%;
  aspect-ratio: 1920/800;
  width: 100%;
  position: relative;
  margin-top: 36px;
  margin-top: clamp(24px, -12px + 2.5vw, 36px);
}
@media (max-width: 1440px) {
  .cover_background {
    margin-top: 24px;
  }
}
@media (max-width: 767px) {
  .cover_background {
    aspect-ratio: 345/446;
    max-width: calc(100% - 30px);
    margin-inline: auto;
    border-radius: 4px;
    overflow: hidden;
  }
}
.cover_background_label {
  position: absolute;
  z-index: 2;
  bottom: 38px;
  max-width: fit-content;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: none;
}
.cover_background video,
.cover_background img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about_wrap_description.title_h1 {
  max-width: 854px;
  max-width: clamp(741px, 402px + 23.5416666667vw, 854px);
}
@media (max-width: 1440px) {
  .about_wrap_description.title_h1 {
    max-width: 741px;
  }
}
@media (max-width: 1199px) {
  .about_wrap_description.title_h1 {
    max-width: 100%;
    color: #000;
    font-family: "Golos Text", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    text-transform: none;
    margin-top: 8px;
  }
}
.about_wrap_partner {
  display: flex;
  flex-direction: column;
  align-items: center;
  row-gap: 24px;
  row-gap: clamp(22px, 16px + 0.4166666667vw, 24px);
  max-width: 298px;
  max-width: clamp(222px, -6px + 15.8333333333vw, 298px);
  width: 100%;
  padding-inline: 50px;
  padding-inline: clamp(25px, -50px + 5.2083333333vw, 50px);
  margin-left: auto;
}
@media (max-width: 1440px) {
  .about_wrap_partner {
    max-width: 222px;
    row-gap: 16px;
    padding-inline: 25px;
  }
}
@media (max-width: 1199px) {
  .about_wrap_partner {
    max-width: 194px;
    padding-inline: 0;
    row-gap: 12px;
    margin-inline: auto;
  }
}
@media (max-width: 767px) {
  .about_wrap_partner {
    margin-inline: 0;
    column-gap: 12px;
    flex-direction: row;
    margin-top: 26px;
    max-width: 100%;
  }
}
.about_wrap_partner_image {
  display: flex;
  aspect-ratio: 1;
  max-width: 110px;
  max-width: clamp(80px, -10px + 6.25vw, 110px);
  width: 100%;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .about_wrap_partner_image {
    max-width: 80px;
  }
}
@media (max-width: 1199px) {
  .about_wrap_partner_image {
    max-width: 64px;
  }
}
.about_wrap_partner_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about_wrap_partner_inform {
  text-align: center;
}
@media (max-width: 767px) {
  .about_wrap_partner_inform {
    text-align: left;
    max-width: 194px;
  }
}

.objects_head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}
@media (max-width: 767px) {
  .objects_head {
    flex-direction: column;
    row-gap: 16px;
    align-items: start;
  }
}
.objects_head_filter {
  margin-top: 23px;
  margin-top: clamp(0px, -69px + 4.7916666667vw, 23px);
  max-width: 298px;
  max-width: clamp(222px, -6px + 15.8333333333vw, 298px);
  width: 100%;
  display: flex;
}
@media (max-width: 1440px) {
  .objects_head_filter {
    margin-top: 0;
    max-width: 222px;
  }
}
@media (max-width: 1199px) {
  .objects_head_filter {
    max-width: 241px;
  }
}
@media (max-width: 767px) {
  .objects_head_filter {
    max-width: 100%;
  }
}
.objects_wrap {
  margin-top: 16px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 10px;
  row-gap: 24px;
  row-gap: clamp(20px, 8px + 0.8333333333vw, 24px);
}
@media (max-width: 1440px) {
  .objects_wrap {
    row-gap: 20px;
  }
}
@media (max-width: 767px) {
  .objects_wrap {
    margin-top: 7px;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 7px;
  }
}

.object {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  min-width: 0;
  border-radius: 10px;
  border: 1px solid #EEE;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .object {
    border-radius: 4px;
  }
}
@media (hover: hover) {
  .object:hover .object_description_icon {
    transform: rotate(45deg);
  }
  .object:hover .object_description_icon svg path {
    stroke: #383938;
  }
  .object:hover .object_description_icon svg circle {
    stroke: #383938;
  }
  .object:hover .object_image-it_wrap {
    opacity: 1;
  }
}
@media (hover: none) {
  .object:active .object_description_icon {
    transform: rotate(45deg);
  }
  .object:active .object_description_icon svg path {
    stroke: #383938;
  }
  .object:active .object_description_icon svg circle {
    stroke: #383938;
  }
  .object:active .object_image-it_wrap {
    opacity: 1;
  }
}
.object_image {
  width: 100%;
  aspect-ratio: 453/426;
  display: flex;
  flex-shrink: 0;
  position: relative;
}
.object_image-it {
  display: flex;
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
@media (max-width: 1199px) {
  .object_image-it img:not(:first-child) {
    display: none;
  }
}
.object_image-it_wrap {
  position: absolute;
  pointer-events: none;
  z-index: 2;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.4s;
  opacity: 0;
}
.object_image-it_wrap_table {
  display: table;
  height: 100%;
  width: 100%;
}
.object_image-it_wrap_table_block {
  display: table-cell;
  position: relative;
}
.object_image-it_wrap_table_block.active::after {
  background: #fff;
}
.object_image-it_wrap_table_block::after {
  content: "";
  position: absolute;
  bottom: 5px;
  width: calc(100% - 16px);
  height: 4px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.3);
  left: 0;
  right: 0;
  margin: 0 auto;
  transition: 0.4s ease;
  opacity: 1;
  z-index: 2;
}
.object_image-it img {
  width: auto;
  height: 100%;
  max-height: 100%;
  opacity: 0;
  transition: opacity 0.6s ease;
  will-change: opacity;
  transform: translateZ(0);
  position: absolute;
  top: 0;
  left: 0;
}
.object_image-it img:first-child {
  opacity: 1;
}
.object_image-it img.active {
  opacity: 1;
}
.object_image_label.typ_text {
  display: flex;
  align-items: center;
  max-width: fit-content;
  padding: 7px 16px 8px 16px;
  padding: clamp(4px, -5px + 0.625vw, 7px) clamp(12px, 0px + 0.8333333333vw, 16px) clamp(4px, -8px + 0.8333333333vw, 8px) clamp(12px, 0px + 0.8333333333vw, 16px);
  background: #0F4023;
  color: #fff;
  border-radius: 32px;
  position: absolute;
  top: 20px;
  top: clamp(10px, -20px + 2.0833333333vw, 20px);
  right: 20px;
  right: clamp(10px, -20px + 2.0833333333vw, 20px);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1440px) {
  .object_image_label.typ_text {
    top: 10px;
    right: 10px;
    padding: 4px 12px;
  }
}
@media (max-width: 1199px) {
  .object_image_label.typ_text {
    top: 5px;
    right: 5px;
    padding: 5px 12px 5px 12px;
    font-size: 10px;
    line-height: 12px;
  }
}
.object_description {
  padding: 30px;
  padding: clamp(20px, -10px + 2.0833333333vw, 30px);
  display: flex;
  flex-direction: column;
  position: relative;
}
@media (max-width: 1440px) {
  .object_description {
    padding: 20px;
    padding: clamp(16px, -4px + 1.6666666667vw, 20px);
  }
}
@media (max-width: 1199px) {
  .object_description {
    padding: 16px;
  }
}
.object_description_name {
  margin-top: 12px;
  margin-top: clamp(8px, -4px + 0.8333333333vw, 12px);
}
@media (max-width: 1440px) {
  .object_description_name {
    margin-top: 8px;
  }
}
@media (max-width: 1199px) {
  .object_description_cost {
    margin-top: 2px;
  }
}
.object_description_inform {
  display: flex;
  margin-top: 30px;
  margin-top: clamp(16px, -26px + 2.9166666667vw, 30px);
  column-gap: 19px;
  max-width: calc(100% - clamp(55px, -80px + 9.375vw, 100px));
}
@media (max-width: 1440px) {
  .object_description_inform {
    margin-top: 16px;
    max-width: calc(100% - 55px);
  }
}
@media (max-width: 1400px) {
  .object_description_inform {
    max-width: 100%;
  }
}
@media (max-width: 1199px) {
  .object_description_inform {
    flex-direction: column;
    align-items: start;
    row-gap: 12px;
  }
}
.object_description_inform_distance, .object_description_inform_area {
  display: flex;
  align-items: center;
  column-gap: 10px;
}
@media (max-width: 1199px) {
  .object_description_inform_distance, .object_description_inform_area {
    column-gap: 8px;
  }
}
.object_description_inform_distance_icon, .object_description_inform_area_icon {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
}
@media (max-width: 1440px) {
  .object_description_inform_distance_icon, .object_description_inform_area_icon {
    width: 26px;
    height: 26px;
  }
}
.object_description_inform_distance_icon::before, .object_description_inform_area_icon::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.object_description_inform_distance_icon::before {
  background-image: url(../assets/icon-distance.svg);
}
.object_description_inform_area_icon::before {
  background-image: url(../assets/icon-area.svg);
}
.object_description_icon {
  display: flex;
  position: absolute;
  right: 30px;
  right: clamp(20px, -10px + 2.0833333333vw, 30px);
  bottom: 30px;
  bottom: clamp(20px, -10px + 2.0833333333vw, 30px);
  transition: 0.4s;
  will-change: transform;
  transform: translateZ(0);
  max-width: 54px;
  max-width: clamp(40px, -2px + 2.9166666667vw, 54px);
  max-height: 54px;
  max-height: clamp(40px, -2px + 2.9166666667vw, 54px);
}
.object_description_icon svg {
  width: 100%;
  height: 100%;
}
@media (max-width: 1440px) {
  .object_description_icon {
    right: 20px;
    right: clamp(16px, -4px + 1.6666666667vw, 20px);
    bottom: 20px;
    bottom: clamp(16px, -4px + 1.6666666667vw, 20px);
    max-height: 40px;
    max-height: clamp(30px, -20px + 4.1666666667vw, 40px);
    max-width: 40px;
    max-width: clamp(30px, -20px + 4.1666666667vw, 40px);
  }
}
@media (max-width: 1400px) {
  .object_description_icon {
    display: none;
  }
}
@media (max-width: 1199px) {
  .object_description_icon {
    right: 16px;
    bottom: 16px;
    max-height: 30px;
    max-width: 30px;
  }
}

.approach_sw {
  margin-top: 40px;
  margin-top: clamp(30px, 0px + 2.0833333333vw, 40px);
}
@media (max-width: 1440px) {
  .approach_sw {
    margin-top: 30px;
    margin-top: clamp(16px, -54px + 5.8333333333vw, 30px);
  }
}
@media (max-width: 1199px) {
  .approach_sw {
    margin-top: 16px;
    overflow: visible;
  }
}
.approach_sw_card {
  display: flex;
  height: auto;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  min-height: 584px;
  min-height: clamp(437px, -4px + 30.625vw, 584px);
}
@media (max-width: 1440px) {
  .approach_sw_card {
    min-height: 437px;
    min-height: clamp(313px, -307px + 51.6666666667vw, 437px);
  }
}
@media (max-width: 1199px) {
  .approach_sw_card {
    min-height: 313px;
    border-radius: 6px;
    max-width: 303px;
  }
}
@media (max-width: 767px) {
  .approach_sw_card {
    min-height: 295px;
  }
}
.approach_sw_card_wrap {
  width: 100%;
}
.approach_sw_card.--1st::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 423px;
  height: clamp(235px, -329px + 39.1666666667vw, 423px);
  left: 0;
  top: 0;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1440px) {
  .approach_sw_card.--1st::after {
    height: 235px;
  }
}
.approach_sw_card.--1st .approach_sw_card_wrap_title {
  max-width: 295px;
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .approach_sw_card.--1st .approach_sw_card_wrap_title {
    max-width: clamp(200px, -275px + 39.5833333333vw, 295px);
  }
}
@media (max-width: 1199px) {
  .approach_sw_card.--1st .approach_sw_card_wrap_title {
    max-width: 200px;
  }
}
.approach_sw_card.--1st .approach_sw_card_wrap_text {
  margin-top: 16px;
  margin-top: clamp(10px, -8px + 1.25vw, 16px);
  color: #fff;
  max-width: 432px;
  max-width: clamp(310px, -56px + 25.4166666667vw, 432px);
  position: relative;
  z-index: 3;
}
@media (max-width: 1440px) {
  .approach_sw_card.--1st .approach_sw_card_wrap_text {
    max-width: 310px;
    margin-top: 10px;
  }
}
.approach_sw_card.--1st .approach_sw_card_wrap_image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.approach_sw_card.--1st .approach_sw_card_wrap_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.approach_sw_card.--2st {
  background: #EEE;
}
.approach_sw_card.--2st .approach_sw_card_wrap {
  position: relative;
}
@media (max-width: 1199px) {
  .approach_sw_card.--2st .approach_sw_card_wrap {
    padding: 24px 10px 10px 24px;
  }
}
.approach_sw_card.--2st .approach_sw_card_wrap_title {
  max-width: 480px;
  max-width: clamp(364px, 16px + 24.1666666667vw, 480px);
}
@media (max-width: 1440px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_title {
    max-width: 364px;
  }
}
.approach_sw_card.--2st .approach_sw_card_wrap_link {
  margin: auto 0 0 auto;
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics {
  position: absolute;
  display: flex;
  bottom: 47px;
  bottom: clamp(44px, 35px + 0.625vw, 47px);
  left: 23px;
  left: clamp(15px, -9px + 1.6666666667vw, 23px);
  aspect-ratio: 568/306;
  max-width: calc(100% - 38px);
  width: 100%;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics {
    left: 15px;
    bottom: 44px;
    bottom: clamp(37px, 2px + 2.9166666667vw, 44px);
    max-width: calc(100% - 52px);
  }
}
@media (max-width: 1199px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics {
    bottom: 37px;
    max-width: calc(100% - 39px);
  }
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line {
  position: absolute;
  bottom: 0;
  left: 0;
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--1st .approach_sw_card_wrap_statistics_line_point {
  right: -10px;
  top: -13px;
  color: #0C6A93;
}
@media (max-width: 1440px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--1st .approach_sw_card_wrap_statistics_line_point {
    right: -5px;
    right: clamp(-7px, -17px + 0.8333333333vw, -5px);
    top: -10px;
    top: clamp(-10px, 50px + -4.1666666667vw, 0px);
  }
}
@media (max-width: 1199px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--1st .approach_sw_card_wrap_statistics_line_point {
    top: -7px;
    right: 0px;
  }
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--1st .approach_sw_card_wrap_statistics_line_point_percent {
  color: #0C6A93;
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--2st .approach_sw_card_wrap_statistics_line_point {
  left: 240px;
  left: clamp(229px, 196px + 2.2916666667vw, 240px);
  bottom: 120px;
  bottom: clamp(74px, -64px + 9.5833333333vw, 120px);
  color: #B52527;
}
@media (max-width: 1440px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--2st .approach_sw_card_wrap_statistics_line_point {
    left: 229px;
    left: clamp(62px, -773px + 69.5833333333vw, 229px);
    bottom: 74px;
    bottom: clamp(46px, -94px + 11.6666666667vw, 74px);
  }
}
@media (max-width: 1199px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--2st .approach_sw_card_wrap_statistics_line_point {
    left: 62px;
    bottom: 46px;
  }
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--2st .approach_sw_card_wrap_statistics_line_point_percent {
  color: #B52527;
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--3st .approach_sw_card_wrap_statistics_line_point {
  left: 143px;
  left: clamp(121px, 55px + 4.5833333333vw, 143px);
  bottom: 23px;
  bottom: clamp(7px, -41px + 3.3333333333vw, 23px);
  color: #0F4023;
}
@media (max-width: 1440px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--3st .approach_sw_card_wrap_statistics_line_point {
    left: 121px;
    left: clamp(15px, -515px + 44.1666666667vw, 121px);
    bottom: 7px;
    bottom: clamp(0px, -35px + 2.9166666667vw, 7px);
  }
}
@media (max-width: 1199px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--3st .approach_sw_card_wrap_statistics_line_point {
    left: 15px;
    bottom: 0px;
  }
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line.--3st .approach_sw_card_wrap_statistics_line_point_percent {
  color: #0F4023;
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line_icon {
  display: flex;
  width: 100%;
  height: auto;
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line_icon svg {
  width: 100%;
  height: auto;
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line_point {
  display: flex;
  align-items: center;
  position: absolute;
  column-gap: 12px;
  column-gap: clamp(8px, -4px + 0.8333333333vw, 12px);
  border-radius: 60px;
  padding: 4px;
  background: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(4px);
  z-index: 3;
  max-width: 162px;
  max-width: clamp(134px, 50px + 5.8333333333vw, 162px);
  width: 100%;
}
@media (max-width: 1440px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line_point {
    padding: 2px;
    max-width: 134px;
    max-width: clamp(119px, 44px + 6.25vw, 134px);
    column-gap: 8px;
    font-size: clamp(10px, 0px + 0.8333333333vw, 12px);
    line-height: clamp(12px, 2px + 0.8333333333vw, 14px);
  }
}
@media (max-width: 1199px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line_point {
    font-size: 10px;
    line-height: 12px;
    max-width: 119px;
  }
}
.approach_sw_card.--2st .approach_sw_card_wrap_statistics_line_point_percent {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  overflow: hidden;
  background: #EEE;
  width: 50px;
  width: clamp(42px, 18px + 1.6666666667vw, 50px);
  height: 50px;
  height: clamp(42px, 18px + 1.6666666667vw, 50px);
}
@media (max-width: 1440px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line_point_percent {
    width: 42px;
    height: 42px;
  }
}
@media (max-width: 1199px) {
  .approach_sw_card.--2st .approach_sw_card_wrap_statistics_line_point_percent {
    width: 40px;
    height: 40px;
    font-weight: 500;
  }
}
.approach_sw_card.--3st {
  background: #0F4023;
}
.approach_sw_card.--3st .approach_sw_card_wrap_title {
  max-width: 403px;
  max-width: clamp(295px, -29px + 22.5vw, 403px);
}
@media (max-width: 1440px) {
  .approach_sw_card.--3st .approach_sw_card_wrap_title {
    max-width: 295px;
  }
}
.approach_sw_card.--3st .approach_sw_card_wrap_text {
  margin-top: auto;
  color: #fff;
  max-width: 432px;
  max-width: clamp(310px, -56px + 25.4166666667vw, 432px);
}
@media (max-width: 1440px) {
  .approach_sw_card.--3st .approach_sw_card_wrap_text {
    max-width: 310px;
  }
}
.approach_sw_card_wrap {
  display: flex;
  flex-direction: column;
  padding: 40px;
  padding: clamp(30px, 0px + 2.0833333333vw, 40px);
}
@media (max-width: 1440px) {
  .approach_sw_card_wrap {
    padding: 30px;
    padding: clamp(24px, -6px + 2.5vw, 30px);
  }
}
@media (max-width: 1199px) {
  .approach_sw_card_wrap {
    padding: 24px;
  }
}
@media (max-width: 1199px) {
  .approach_sw_card_wrap_title.title_h2 {
    font-size: 20px;
    line-height: 22px;
  }
}

.resorts_wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  row-gap: 12px;
  height: 100%;
}
@media (max-width: 767px) {
  .resorts_wrap_sw {
    overflow: visible;
  }
}
.resorts_wrap_sw .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 76px;
  row-gap: clamp(43px, -56px + 6.875vw, 76px);
  column-gap: 10px;
}
@media (max-width: 1440px) {
  .resorts_wrap_sw .swiper-wrapper {
    row-gap: 43px;
  }
}
@media (max-width: 1199px) {
  .resorts_wrap_sw .swiper-wrapper {
    display: flex;
    column-gap: 0;
  }
}
.resorts_wrap_sw_card {
  max-width: 300px;
  max-width: clamp(212px, -52px + 18.3333333333vw, 300px);
  display: flex;
}
.resorts_wrap_sw_card.--end {
  align-items: end;
}
@media (max-width: 1199px) {
  .resorts_wrap_sw_card.--end {
    align-items: start;
  }
}
@media (max-width: 1440px) {
  .resorts_wrap_sw_card {
    max-width: 212px;
  }
}
@media (max-width: 1199px) {
  .resorts_wrap_sw_card {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .resorts_wrap_sw_card {
    max-width: 198px;
    padding: 16px;
    border-radius: 10px;
    background: #EEE;
  }
}
.resorts_wrap_sw_card_inform_text {
  margin-top: 12px;
  margin-top: clamp(6px, -24px + 2.5vw, 12px);
}
@media (max-width: 1199px) {
  .resorts_wrap_sw_card_inform_text {
    margin-top: 6px;
  }
}
.resorts_cover {
  display: flex;
  max-width: 100%;
  width: 100%;
  aspect-ratio: 915/640;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
}
@media (max-width: 1199px) {
  .resorts_cover {
    margin-top: 10px;
    aspect-ratio: 742/417;
  }
}
@media (max-width: 767px) {
  .resorts_cover {
    margin-top: 12px;
    aspect-ratio: 345/241;
  }
}
.resorts_cover video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scenarios {
  background: #373948;
  padding-block: 140px;
  padding-block: clamp(100px, -20px + 8.3333333333vw, 140px);
}
@media (max-width: 1440px) {
  .scenarios {
    padding-block: 100px;
  }
}
@media (max-width: 1199px) {
  .scenarios {
    padding-block: 40px;
  }
}
.scenarios_inform {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .scenarios_inform {
    height: auto;
  }
}
.scenarios_inform_title {
  max-width: 498px;
  max-width: clamp(421px, 190px + 16.0416666667vw, 498px);
}
@media (max-width: 1440px) {
  .scenarios_inform_title {
    max-width: 421px;
    max-width: clamp(304px, -281px + 48.75vw, 421px);
  }
}
@media (max-width: 1199px) {
  .scenarios_inform_title {
    max-width: 304px;
  }
}
.scenarios_inform_text {
  color: #fff;
  max-width: 325px;
  max-width: clamp(244px, 1px + 16.875vw, 325px);
}
@media (max-width: 1440px) {
  .scenarios_inform_text {
    max-width: 244px;
  }
}
@media (max-width: 1199px) {
  .scenarios_inform_text {
    display: none;
  }
}
.scenarios_sw {
  overflow: visible;
}
@media (max-width: 1199px) {
  .scenarios_sw {
    margin-top: 16px;
  }
}
.scenarios_sw_card {
  display: flex;
  flex-direction: column;
  min-height: 642px;
  min-height: clamp(488px, 26px + 32.0833333333vw, 642px);
  height: auto;
  padding: 40px;
  padding: clamp(30px, 0px + 2.0833333333vw, 40px);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.1);
  position: relative;
}
@media (max-width: 1440px) {
  .scenarios_sw_card {
    min-height: 488px;
    padding: 30px;
  }
}
@media (max-width: 1199px) {
  .scenarios_sw_card {
    min-height: auto;
    padding: 24px 16px;
  }
}
@media (max-width: 767px) {
  .scenarios_sw_card {
    max-width: 285px;
  }
}
.scenarios_sw_card_title.title_h2 {
  max-width: calc(100% - 140px);
  max-width: calc(100% - clamp(90px, -60px + 10.4166666667vw, 140px));
}
@media (max-width: 1440px) {
  .scenarios_sw_card_title.title_h2 {
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .scenarios_sw_card_title.title_h2 {
    max-width: 100%;
    font-size: 20px;
    line-height: 22px;
  }
}
.scenarios_sw_card_num {
  color: rgba(255, 255, 255, 0.1);
  font-size: 358px;
  font-size: clamp(260px, -34px + 20.4166666667vw, 358px);
  font-weight: 700;
  line-height: 100%;
  position: absolute;
  right: 30px;
  right: clamp(10px, -50px + 4.1666666667vw, 30px);
  top: -116px;
  top: clamp(-116px, 12px + -6.6666666667vw, -84px);
}
@media (max-width: 1440px) {
  .scenarios_sw_card_num {
    top: -84px;
    right: 10px;
    font-size: 260px;
  }
}
@media (max-width: 1199px) {
  .scenarios_sw_card_num {
    display: none;
  }
}
.scenarios_sw_card_text {
  color: #fff;
  margin-block: 24px;
  margin-block: clamp(16px, -8px + 1.6666666667vw, 24px);
  max-width: calc(100% - 140px);
  max-width: calc(100% - clamp(90px, -60px + 10.4166666667vw, 140px));
}
@media (max-width: 1440px) {
  .scenarios_sw_card_text {
    margin-block: 16px;
    max-width: calc(100% - 90px);
  }
}
@media (max-width: 1199px) {
  .scenarios_sw_card_text {
    margin-block: 12px 32px;
    max-width: 100%;
  }
}
.scenarios_sw_card_list {
  margin-top: auto;
  max-width: 408px;
  max-width: clamp(394px, 352px + 2.9166666667vw, 408px);
}
@media (max-width: 1440px) {
  .scenarios_sw_card_list {
    max-width: 394px;
  }
}
@media (max-width: 1199px) {
  .scenarios_sw_card_list {
    max-width: 100%;
    margin-top: 0;
  }
}
.scenarios_sw_card_list li {
  padding-left: 25px;
  position: relative;
  color: #fff;
}
@media (max-width: 1199px) {
  .scenarios_sw_card_list li {
    padding-left: 20px;
  }
}
.scenarios_sw_card_list li:not(:first-child) {
  margin-top: 4px;
}
.scenarios_sw_card_list li::before {
  content: "";
  position: absolute;
  left: 10px;
  top: 10px;
  top: clamp(7px, -2px + 0.625vw, 10px);
  width: 4px;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}
@media (max-width: 1440px) {
  .scenarios_sw_card_list li::before {
    top: 7px;
  }
}
@media (max-width: 1199px) {
  .scenarios_sw_card_list li::before {
    left: 7px;
    top: 6px;
  }
}

.assets_sw {
  margin-top: 38px;
  margin-top: clamp(31px, 10px + 1.4583333333vw, 38px);
}
@media (max-width: 1440px) {
  .assets_sw {
    margin-top: 31px;
    margin-top: clamp(16px, -59px + 6.25vw, 31px);
  }
}
@media (max-width: 1199px) {
  .assets_sw {
    margin-top: 16px;
    overflow: visible;
  }
}
.assets_sw_card {
  display: flex;
  height: auto;
  min-height: 584px;
  min-height: clamp(437px, -4px + 30.625vw, 584px);
  padding: 40px;
  padding: clamp(30px, 0px + 2.0833333333vw, 40px);
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  align-items: start;
}
@media (max-width: 1440px) {
  .assets_sw_card {
    min-height: 437px;
    min-height: clamp(313px, -307px + 51.6666666667vw, 437px);
    padding: 30px;
    padding: clamp(24px, -6px + 2.5vw, 30px);
  }
}
@media (max-width: 1199px) {
  .assets_sw_card {
    padding: 24px;
    min-height: 313px;
    max-width: 303px;
  }
}
@media (max-width: 767px) {
  .assets_sw_card {
    min-height: 295px;
    max-width: 286px;
  }
}
.assets_sw_card::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 245px;
  height: clamp(235px, 205px + 2.0833333333vw, 245px);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
@media (max-width: 1440px) {
  .assets_sw_card::after {
    height: 235px;
  }
}
.assets_sw_card_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.assets_sw_card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.assets_sw_card_title.title_h2 {
  position: relative;
  z-index: 3;
  max-width: calc(100% - 140px);
  max-width: calc(100% - clamp(120px, 60px + 4.1666666667vw, 140px));
}
@media (max-width: 1440px) {
  .assets_sw_card_title.title_h2 {
    max-width: calc(100% - 120px);
  }
}
@media (max-width: 1199px) {
  .assets_sw_card_title.title_h2 {
    font-size: 20px;
    line-height: 22px;
  }
}
.assets_sw_card_label {
  position: absolute;
  display: flex;
  align-items: center;
  max-width: fit-content;
  padding: 6px 16px;
  padding: clamp(4px, -2px + 0.4166666667vw, 6px) 16px;
  background: #EEE;
  color: #383938;
  border-radius: 32px;
  position: absolute;
  top: 42px;
  top: clamp(32px, 2px + 2.0833333333vw, 42px);
  right: 20px;
  right: clamp(10px, -20px + 2.0833333333vw, 20px);
  pointer-events: none;
  z-index: 3;
}
@media (max-width: 1440px) {
  .assets_sw_card_label {
    top: 32px;
    top: clamp(24px, -16px + 3.3333333333vw, 32px);
    right: 10px;
    padding: 4px 16px;
  }
}
@media (max-width: 1199px) {
  .assets_sw_card_label {
    top: 24px;
  }
}
.assets_pagination {
  display: none;
}
@media (max-width: 1199px) {
  .assets_pagination {
    display: flex;
  }
}

.consult_wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
@media (max-width: 767px) {
  .consult_wrap {
    height: auto;
  }
}
.consult_wrap_title {
  max-width: 400px;
}
.consult_wrap_gallery {
  display: flex;
  margin-top: 23px;
}
@media (max-width: 1440px) {
  .consult_wrap_gallery {
    margin-top: clamp(16px, -19px + 2.9166666667vw, 23px);
  }
}
@media (max-width: 1199px) {
  .consult_wrap_gallery {
    margin-top: 16px;
  }
}
.consult_wrap_gallery_image {
  display: flex;
  flex-shrink: 0;
  outline: 5px solid #fffbf4;
  outline: clamp(3px, -3px + 0.4166666667vw, 5px) solid #fffbf4;
  aspect-ratio: 1;
  width: 100%;
  max-width: 110px;
  max-width: clamp(90px, 30px + 4.1666666667vw, 110px);
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .consult_wrap_gallery_image {
    outline: 3px solid #fffbf4;
    max-width: 90px;
    max-width: clamp(79px, 24px + 4.5833333333vw, 90px);
  }
}
@media (max-width: 1199px) {
  .consult_wrap_gallery_image {
    max-width: 79px;
  }
}
.consult_wrap_gallery_image:not(:first-child) {
  margin-left: -40px;
}
.consult_wrap_gallery_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consult_wrap_link.typ_text {
  margin-top: auto;
  display: flex;
  align-items: center;
  column-gap: 15px;
  color: #383938;
  max-width: 227px;
  max-width: clamp(208px, 151px + 3.9583333333vw, 227px);
}
@media (max-width: 1440px) {
  .consult_wrap_link.typ_text {
    max-width: 207px;
    max-width: clamp(159px, -81px + 20vw, 207px);
  }
}
@media (max-width: 1199px) {
  .consult_wrap_link.typ_text {
    max-width: 159px;
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  .consult_wrap_link.typ_text {
    margin-top: 24px;
  }
}
@media (hover: hover) {
  .consult_wrap_link.typ_text:hover svg path:first-child {
    fill: #B52527;
  }
}
@media (hover: none) {
  .consult_wrap_link.typ_text:active svg path:first-child {
    fill: #B52527;
  }
}
.consult_wrap_link.typ_text .consult_wrap_link_icon {
  display: flex;
  flex-shrink: 0;
  width: 60px;
  width: clamp(40px, -20px + 4.1666666667vw, 60px);
  height: 60px;
  height: clamp(40px, -20px + 4.1666666667vw, 60px);
}
@media (max-width: 1440px) {
  .consult_wrap_link.typ_text .consult_wrap_link_icon {
    width: 40px;
    width: clamp(30px, -20px + 4.1666666667vw, 40px);
    height: 40px;
    height: clamp(30px, -20px + 4.1666666667vw, 40px);
  }
}
@media (max-width: 1199px) {
  .consult_wrap_link.typ_text .consult_wrap_link_icon {
    width: 30px;
    height: 30px;
  }
}
.consult_wrap_link.typ_text .consult_wrap_link_icon svg {
  width: 100%;
  height: auto;
}
.consult_block {
  background: #0F4023;
  padding: 50px;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  row-gap: 20px;
  justify-content: space-between;
  height: 100%;
}
.consult_block_specialist {
  display: flex;
  align-items: end;
  column-gap: 41px;
}
.consult_block_specialist_image {
  aspect-ratio: 167/223;
  display: flex;
  flex-shrink: 0;
  max-width: 167px;
  width: 100%;
  border-radius: 83.5px;
  overflow: hidden;
}
.consult_block_specialist_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.consult_block_specialist_inform {
  color: #fff;
  max-width: 266px;
}
.consult_block_title {
  max-width: 517px;
}
.consult_form {
  background: #373948;
  padding: 40px 40px;
  padding: 40px clamp(30px, 0px + 2.0833333333vw, 40px);
  border-radius: 10px;
  display: flex;
  width: 100%;
}
@media (max-width: 1440px) {
  .consult_form {
    padding: 40px 30px;
    padding: clamp(36px, 16px + 1.6666666667vw, 40px) clamp(20px, -30px + 4.1666666667vw, 30px);
  }
}
@media (max-width: 1199px) {
  .consult_form {
    padding: 36px 20px;
  }
}
@media (max-width: 767px) {
  .consult_form {
    margin-top: 16px;
  }
}

.custom_form {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 10px;
  row-gap: 40px;
  row-gap: clamp(24px, -24px + 3.3333333333vw, 40px);
  width: 100%;
  position: relative;
  overflow: hidden;
}
@media (max-width: 1440px) {
  .custom_form {
    row-gap: 24px;
  }
}
@media (max-width: 767px) {
  .custom_form {
    grid-template-columns: 1fr;
  }
}
.custom_form_item {
  display: flex;
  flex-direction: column;
  row-gap: 12px;
  row-gap: clamp(6px, -12px + 1.25vw, 12px);
  width: 100%;
  max-width: 100%;
  min-width: 0;
}
@media (max-width: 1440px) {
  .custom_form_item {
    row-gap: 6px;
  }
}
.custom_form_item.--text {
  position: relative;
}
@media (max-width: 1199px) {
  .custom_form_item.--text.--2fr {
    margin-top: -8px;
  }
}
@media (max-width: 767px) {
  .custom_form_item.--text:not(:first-child) {
    margin-top: -8px;
  }
}
.custom_form_item.--text input {
  border-radius: 5px;
  background: rgba(255, 251, 244, 0.2);
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 14px 18px 15px 18px;
  width: 100%;
  border: 1px solid transparent;
  font-family: "Golos Text", sans-serif;
}
@media (max-width: 1440px) {
  .custom_form_item.--text input {
    padding: 10px 14px 11px 14px;
  }
}
@media (max-width: 1199px) {
  .custom_form_item.--text input {
    padding: 12px 14px 13px 14px;
  }
}
.custom_form_item.--text input::placeholder {
  color: #fff;
}
.custom_form_item.--text input:focus {
  background: rgba(255, 251, 244, 0.3);
}
.custom_form_item.--text input.wpcf7-not-valid {
  border-color: #f85757;
  color: #f85757;
}
.custom_form_item.--text input.wpcf7-not-valid::placeholder {
  color: #f85757;
}
.custom_form_item.--text textarea {
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  padding: 14px 18px 15px 18px;
  min-height: 100px;
  max-height: 100px;
  width: 100%;
  border: 1px solid transparent;
  font-family: "Golos Text", sans-serif;
}
@media (max-width: 1440px) {
  .custom_form_item.--text textarea {
    padding: 10px 14px 11px 14px;
  }
}
@media (max-width: 1199px) {
  .custom_form_item.--text textarea {
    padding: 12px 14px 13px 14px;
    min-height: 68px;
    max-height: 68px;
  }
}
.custom_form_item.--text textarea::placeholder {
  color: #fff;
}
.custom_form_item.--text textarea:focus {
  background: rgba(255, 251, 244, 0.3);
}
.custom_form_item.--text textarea.wpcf7-not-valid {
  border-color: #f85757;
  color: #f85757;
}
.custom_form_item.--text textarea.wpcf7-not-valid::placeholder {
  color: #f85757;
}
.custom_form_item.--text textarea::-webkit-scrollbar {
  width: 0px;
  height: 0px;
}
.custom_form_item.--check {
  font-family: "Golos Text", sans-serif;
}
.custom_form_item.--check label {
  display: inline-block;
  max-width: fit-content;
}
.custom_form_item.--check input {
  position: absolute;
  z-index: -5;
  left: 0;
}
.custom_form_item.--check input:checked + .wpcf7-list-item-label::after {
  opacity: 1;
}
.custom_form_item.--check input:checked + .wpcf7-list-item-label::before {
  opacity: 0;
}
.custom_form_item.--check .wpcf7-list-item-label {
  position: relative;
  color: rgba(255, 255, 255, 0.5);
  cursor: pointer;
  max-width: fit-content;
  padding-left: 28px;
  display: block;
  font-size: 14px;
  line-height: 16px;
}
@media (max-width: 1440px) {
  .custom_form_item.--check .wpcf7-list-item-label {
    font-size: 12px;
  }
}
@media (max-width: 1199px) {
  .custom_form_item.--check .wpcf7-list-item-label {
    max-width: 274px;
    padding-left: 26px;
    line-height: normal;
  }
}
.custom_form_item.--check .wpcf7-list-item-label::before {
  content: "";
  border-radius: 4px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .custom_form_item.--check .wpcf7-list-item-label::before {
    width: 14px;
    height: 14px;
  }
}
.custom_form_item.--check .wpcf7-list-item-label::after {
  content: "";
  background-image: url(../assets/icon-check.svg);
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: 0.4s;
}
@media (max-width: 1199px) {
  .custom_form_item.--check .wpcf7-list-item-label::after {
    width: 14px;
    height: 14px;
  }
}
.custom_form_item.--check .wpcf7-list-item-label a {
  text-decoration: underline;
  text-underline-offset: 3px;
  text-decoration-thickness: 1px;
}
@media (hover: hover) {
  .custom_form_item.--check .wpcf7-list-item-label a:hover {
    color: #fff;
  }
}
@media (hover: none) {
  .custom_form_item.--check .wpcf7-list-item-label a:active {
    color: #fff;
  }
}
.custom_form_item.--2fr {
  grid-column: span 2;
}
@media (max-width: 767px) {
  .custom_form_item.--2fr {
    grid-column: span 1;
  }
}

.footer {
  margin-block: 40px 50px;
  margin-block: clamp(24px, -24px + 3.3333333333vw, 40px) clamp(24px, -54px + 5.4166666667vw, 50px);
}
@media (max-width: 1440px) {
  .footer {
    margin-block: 24px;
  }
}
@media (max-width: 1199px) {
  .footer {
    margin-block: 24px 12px;
  }
}
.footer_wrap {
  background: #373948;
  padding-block: 42px 33px;
  padding-block: clamp(30px, -6px + 2.5vw, 42px) clamp(30px, 21px + 0.625vw, 33px);
  border-radius: 10px;
}
@media (max-width: 1440px) {
  .footer_wrap {
    padding-block: 30px;
  }
}
@media (max-width: 1199px) {
  .footer_wrap {
    padding: 20px;
  }
}
.footer_wrap_left {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
@media (max-width: 767px) {
  .footer_wrap_left {
    height: auto;
    align-items: center;
  }
}
.footer_wrap_left_logo {
  display: flex;
  flex-shrink: 0;
  margin-left: 40px;
  max-width: 519px;
  max-width: clamp(390px, 3px + 26.875vw, 519px);
  will-change: opacity;
  transform: translateZ(0);
  order: -1;
}
@media (max-width: 1440px) {
  .footer_wrap_left_logo {
    margin-left: 30px;
    max-width: 390px;
    max-width: clamp(197px, -768px + 80.4166666667vw, 390px);
  }
}
@media (max-width: 1199px) {
  .footer_wrap_left_logo {
    max-width: 197px;
    margin-left: 0;
  }
}
@media (hover: hover) {
  .footer_wrap_left_logo:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .footer_wrap_left_logo:active {
    opacity: 0.7;
  }
}
.footer_wrap_left_logo svg {
  width: 100%;
  height: auto;
}
.footer_wrap_left_legal {
  display: flex;
  column-gap: 86px;
  column-gap: clamp(12px, -210px + 15.4166666667vw, 86px);
  margin-left: 30px;
}
@media (max-width: 1440px) {
  .footer_wrap_left_legal {
    column-gap: 12px;
  }
}
@media (max-width: 1199px) {
  .footer_wrap_left_legal {
    margin-left: 0;
    flex-direction: column;
    row-gap: 12px;
  }
}
@media (max-width: 767px) {
  .footer_wrap_left_legal {
    order: 5;
    align-items: center;
    margin-top: 32px;
  }
}
.footer_wrap_left_legal_link {
  color: rgba(255, 255, 255, 0.3);
  display: flex;
  max-width: fit-content;
}
@media (hover: hover) {
  .footer_wrap_left_legal_link:hover {
    color: #fff;
  }
}
@media (hover: none) {
  .footer_wrap_left_legal_link:active {
    color: #fff;
  }
}
.footer_wrap_right {
  display: flex;
  flex-direction: column;
  height: 100%;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .footer_wrap_right {
    height: auto;
    justify-content: start;
    row-gap: 24px;
    margin-top: 3px;
  }
}
@media (max-width: 767px) {
  .footer_wrap_right {
    margin-top: 32px;
    row-gap: 0;
  }
}
.footer_wrap_right_nav {
  order: -1;
}
.footer_wrap_right_nav ul {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 42px;
  gap: clamp(18px, -54px + 5vw, 42px);
}
@media (max-width: 1440px) {
  .footer_wrap_right_nav ul {
    gap: 18px;
  }
}
@media (max-width: 1199px) {
  .footer_wrap_right_nav ul {
    gap: 11px;
  }
}
@media (max-width: 767px) {
  .footer_wrap_right_nav ul {
    justify-content: space-between;
  }
}
.footer_wrap_right_nav ul li a {
  color: #fff;
  font-size: 22px;
  font-size: clamp(18px, 6px + 0.8333333333vw, 22px);
  font-weight: 700;
  line-height: 26px;
  line-height: clamp(22px, 10px + 0.8333333333vw, 26px);
  display: flex;
  text-transform: uppercase;
}
@media (max-width: 1440px) {
  .footer_wrap_right_nav ul li a {
    font-size: 18px;
    line-height: 22px;
  }
}
@media (max-width: 1199px) {
  .footer_wrap_right_nav ul li a {
    line-height: 24px;
  }
}
@media (hover: hover) {
  .footer_wrap_right_nav ul li a:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .footer_wrap_right_nav ul li a:active {
    opacity: 0.7;
  }
}
@media (max-width: 1440px) {
  .footer_wrap_right_address.title_h3 {
    max-width: 331px;
    font-size: 24px;
    line-height: 28px;
  }
}
@media (max-width: 1199px) {
  .footer_wrap_right_address.title_h3 {
    line-height: 26px;
  }
}
@media (max-width: 767px) {
  .footer_wrap_right_address.title_h3 {
    text-align: center;
    margin-top: 24px;
    margin-inline: auto;
  }
}
.footer_wrap_action {
  display: flex;
  flex-direction: column;
  row-gap: 107px;
  row-gap: clamp(65px, -61px + 8.75vw, 107px);
}
@media (max-width: 1440px) {
  .footer_wrap_action {
    row-gap: 65px;
  }
}
@media (max-width: 1199px) {
  .footer_wrap_action {
    flex-direction: row;
    column-gap: 46px;
    align-items: end;
  }
}
@media (max-width: 767px) {
  .footer_wrap_action {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    row-gap: 24px;
    width: 100%;
    margin-top: 24px;
  }
}
.footer_wrap_action_contact {
  display: flex;
  flex-direction: column;
  row-gap: 1px;
}
@media (max-width: 1199px) {
  .footer_wrap_action_contact {
    row-gap: 7px;
  }
}
@media (max-width: 767px) {
  .footer_wrap_action_contact {
    align-items: center;
    flex-direction: row;
    flex-wrap: wrap;
    column-gap: 7px;
  }
}
.footer_wrap_action_contact_link {
  display: flex;
  max-width: fit-content;
}
@media (hover: hover) {
  .footer_wrap_action_contact_link:hover {
    opacity: 0.7;
  }
}
@media (hover: none) {
  .footer_wrap_action_contact_link:active {
    opacity: 0.7;
  }
}

.object_cover {
  margin-top: 64px;
}
.object_cover_wrap {
  position: relative;
  margin-top: 12px;
}
.object_cover_wrap_sw .swiper-wrapper {
  display: grid;
  grid-template-columns: repeat(12, 1fr);
  grid-template-rows: auto auto;
  gap: 10px;
}
.object_cover_wrap_sw_card {
  display: flex;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
}
@media (hover: hover) {
  .object_cover_wrap_sw_card:hover .object_cover_wrap_sw_card_icon {
    background: #fff;
  }
  .object_cover_wrap_sw_card:hover img {
    transform: scale(1.015);
  }
}
@media (hover: none) {
  .object_cover_wrap_sw_card:active .object_cover_wrap_sw_card_icon {
    background: #fff;
  }
  .object_cover_wrap_sw_card:active img {
    transform: scale(1.015);
  }
}
.object_cover_wrap_sw_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.6s ease;
  will-change: transform;
  transform: translateZ(0);
}
.object_cover_wrap_sw_card_icon {
  position: absolute;
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.7);
  right: 20px;
  bottom: 20px;
  transition: 0.6s ease;
}
.object_cover_wrap_sw_card_label {
  border-radius: 70px;
  background: #0F4023;
  backdrop-filter: blur(12px);
  display: flex;
  align-items: center;
  column-gap: 16px;
  padding: 4px 24px 4px 4px;
  position: absolute;
  top: 20px;
  right: 20px;
  color: #fff;
}
.object_cover_wrap_sw_card_label_icon {
  display: flex;
  flex-shrink: 0;
  border-radius: 50%;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  background: #fff;
}
.object_cover_wrap_sw_card:first-child {
  grid-column: 1/span 9;
  grid-row: 1/span 2;
  aspect-ratio: 1378/724;
}
.object_cover_wrap_sw_card:nth-child(2) {
  grid-column: 10/span 3;
  grid-row: 1;
}
.object_cover_wrap_sw_card:last-child {
  grid-column: 10/span 3;
  grid-row: 2;
}
.object_cover_wrap_inform {
  border-radius: 10px 10px 0 0;
  background: #fffbf4;
  display: flex;
  column-gap: 32px;
  row-gap: 32px;
  padding: 32px;
  position: absolute;
  max-width: 1354px;
  width: fit-content;
  flex-wrap: wrap;
  left: 0;
  bottom: -1px;
  z-index: 2;
}
.object_cover_wrap_inform_point {
  display: flex;
  flex: 0 0 auto;
  max-width: 140px;
  align-items: center;
  column-gap: 8px;
}
.object_cover_wrap_inform_point_icon {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.object_cover_wrap_inform_point_icon.--distance::before, .object_cover_wrap_inform_point_icon.--area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.object_cover_wrap_inform_point_icon.--distance::before {
  background-image: url(../assets/icon-distance.svg);
}
.object_cover_wrap_inform_point_icon.--area::before {
  background-image: url(../assets/icon-area.svg);
}
.object_cover_wrap_inform_point_icon img,
.object_cover_wrap_inform_point_icon svg {
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}

.object_about_wrap {
  row-gap: 60px;
  margin-top: 24px;
}
.object_about_wrap_description {
  max-width: 761px;
}
.object_about_wrap_image {
  display: flex;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 1223/682;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
}
.object_about_wrap_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.object_about_wrap_inform {
  border-radius: 10px;
  padding: 60px;
  background: #0F4023;
  height: 100%;
}
.object_about_wrap_inform_list {
  display: flex;
  flex-direction: column;
  row-gap: 32px;
}
.object_about_wrap_inform_list_item {
  display: flex;
  flex-direction: column;
  position: relative;
  row-gap: 11px;
}
.object_about_wrap_inform_list_item:not(:first-child)::before {
  content: "";
  position: absolute;
  top: -16px;
  left: 0;
  background: rgba(255, 255, 255, 0.93);
  height: 1px;
  width: 100%;
}
.object_about_wrap_inform_list_item_title {
  color: rgba(255, 255, 255, 0.39);
  font-family: "Golos Text", sans-serif;
  font-size: 14px;
  line-height: normal;
}
.object_about_wrap_inform_list_item_value {
  color: rgba(255, 255, 255, 0.93);
  font-family: "Golos Text", sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 24px;
}

.object_apartments_sw {
  margin-top: 40px;
}
.object_apartments_sw_card {
  display: flex;
  flex-direction: column;
  height: auto;
  row-gap: 12px;
}
.object_apartments_sw_card_wrap {
  border-radius: 10px;
  border: 1px solid #cecece;
  display: flex;
  flex-direction: column;
  height: 100%;
}
.object_apartments_sw_card_wrap_label {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 10px;
  padding: 9px 9px 10px 9px;
}
.object_apartments_sw_card_wrap_label_point {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 32px;
  background: #EEE;
  padding: 11px 16px 12px 16px;
  text-transform: lowercase;
}
.object_apartments_sw_card_wrap_gallery {
  display: flex;
  flex-shrink: 0;
  width: 100%;
  padding: 10px 30px;
}
.object_apartments_sw_card_wrap_gallery_image {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 389/335;
}
.object_apartments_sw_card_wrap_gallery_image img {
  width: 100%;
  height: auto;
}
.object_apartments_sw_card_wrap_inform {
  display: flex;
  column-gap: 19px;
  row-gap: 19px;
  padding: 10px 29px 15px 29px;
  flex-wrap: wrap;
}
.object_apartments_sw_card_wrap_inform_point {
  display: flex;
  flex: 0 0 auto;
  max-width: 140px;
  align-items: center;
  column-gap: 10px;
  text-transform: lowercase;
}
.object_apartments_sw_card_wrap_inform_point_icon {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  position: relative;
  align-items: center;
  justify-content: center;
  background-size: contain;
  background-repeat: no-repeat;
}
.object_apartments_sw_card_wrap_inform_point_icon.--distance::before, .object_apartments_sw_card_wrap_inform_point_icon.--area::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
}
.object_apartments_sw_card_wrap_inform_point_icon.--distance::before {
  background-image: url(../assets/icon-distance.svg);
}
.object_apartments_sw_card_wrap_inform_point_icon.--area::before {
  background-image: url(../assets/icon-area.svg);
}
.object_apartments_sw_card_wrap_inform_point_icon img,
.object_apartments_sw_card_wrap_inform_point_icon svg {
  max-width: 28px;
  max-height: 28px;
  object-fit: contain;
}
.object_apartments_sw_card_wrap_action {
  padding: 15px 29px 29px 29px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  column-gap: 20px;
}

.object_infrastructure_head {
  display: flex;
  align-items: end;
  justify-content: space-between;
  width: 100%;
}
.object_infrastructure_sw {
  margin-top: 30px;
}
.object_infrastructure_sw_card {
  display: flex;
  aspect-ratio: 1;
  width: 100%;
  max-width: 100%;
  padding: 20px;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  align-items: end;
}
.object_infrastructure_sw_card::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 154px;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6) 0%, rgba(0, 0, 0, 0) 100%);
}
.object_infrastructure_sw_card_image {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.object_infrastructure_sw_card_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.object_infrastructure_sw_card_title {
  position: relative;
  z-index: 3;
}

.object_location_wrap {
  margin-top: 40px;
  aspect-ratio: 1840/800;
  display: flex;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #8A8A8A;
}

.object_company_wrap_sw {
  margin-top: 60px;
}
.object_company_wrap_sw_card {
  display: flex;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 606/367;
  border-radius: 10px;
  overflow: hidden;
}
.object_company_wrap_sw_card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.object_forecast_inform_title {
  max-width: 444px;
}
.object_forecast_inform_text {
  max-width: 562px;
  margin-top: 24px;
}
.object_forecast_wrap {
  display: flex;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  padding: 46px 64px;
  background: #EEE;
}

.location_sw {
  margin-bottom: -40px;
  margin-bottom: clamp(-40px, -4px + -1.875vw, -31px);
  max-width: fit-content;
}
@media (max-width: 1440px) {
  .location_sw {
    margin-bottom: -31px;
  }
}
.location_sw_list {
  padding: 4px;
  background: #0F4023;
  border-radius: 94px;
  display: flex;
  align-content: center;
  max-width: fit-content;
  column-gap: 16px;
  column-gap: clamp(8px, -16px + 1.6666666667vw, 16px);
}
@media (max-width: 1440px) {
  .location_sw_list {
    column-gap: 8px;
    column-gap: clamp(4px, -16px + 1.6666666667vw, 8px);
  }
}
@media (max-width: 1199px) {
  .location_sw_list {
    column-gap: 4px;
  }
}
.location_sw_list_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  padding: 24px 33px;
  padding: clamp(18px, 0px + 1.25vw, 24px) clamp(24px, -3px + 1.875vw, 33px);
  border-radius: 94px;
  color: #fff;
}
@media (hover: hover) {
  .location_sw_list_btn:hover {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media (hover: none) {
  .location_sw_list_btn:active {
    background: rgba(255, 255, 255, 0.6);
  }
}
.location_sw_list_btn.active {
  background: #fff;
  color: #0F4023;
}
@media (max-width: 1440px) {
  .location_sw_list_btn {
    padding: 18px 24px;
  }
}
.location_map {
  display: flex;
  width: 100%;
  max-width: 100%;
  border-radius: 10px;
  overflow: hidden;
  background: #EEE;
  min-height: 924px;
  min-height: clamp(692px, -4px + 48.3333333333vw, 924px);
}
@media (max-width: 1440px) {
  .location_map {
    min-height: 692px;
  }
}
.location_inform_wrap_block {
  max-width: 607px;
  margin: 40px 0 0 40px;
  margin: clamp(31px, 4px + 1.875vw, 40px) 0 0 clamp(30px, 0px + 2.0833333333vw, 40px);
}
@media (max-width: 1440px) {
  .location_inform_wrap_block {
    margin: 31px 0 0 30px;
  }
}
.location_inform_wrap_block_subtitle {
  margin-top: 32px;
  margin-top: clamp(20px, -16px + 2.5vw, 32px);
}
@media (max-width: 1440px) {
  .location_inform_wrap_block_subtitle {
    margin-top: 20px;
  }
}
.location_inform_wrap_block_text {
  margin-top: 6px;
}
.location_inform_link {
  display: none;
}
@media (max-width: 1199px) {
  .location_inform_link {
    display: flex;
    margin: 28px auto 0 auto;
  }
}

.object_gallery_sw {
  margin-bottom: -40px;
  margin-bottom: clamp(-40px, -4px + -1.875vw, -31px);
  max-width: fit-content;
  position: relative;
  z-index: 2;
}
@media (max-width: 1440px) {
  .object_gallery_sw {
    margin-bottom: -31px;
  }
}
.object_gallery_sw_list {
  padding: 4px;
  background: #0F4023;
  border-radius: 94px;
  display: flex;
  align-content: center;
  max-width: fit-content;
  column-gap: 16px;
  column-gap: clamp(8px, -16px + 1.6666666667vw, 16px);
}
.object_gallery_sw_list_btn {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: fit-content;
  padding: 24px 33px;
  padding: clamp(18px, 0px + 1.25vw, 24px) clamp(24px, -3px + 1.875vw, 33px);
  border-radius: 94px;
  color: #fff;
}
@media (hover: hover) {
  .object_gallery_sw_list_btn:hover {
    background: rgba(255, 255, 255, 0.6);
  }
}
@media (hover: none) {
  .object_gallery_sw_list_btn:active {
    background: rgba(255, 255, 255, 0.6);
  }
}
.object_gallery_sw_list_btn.active {
  background: #fff;
  color: #0F4023;
}
.object_gallery_wrap {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 100%;
  aspect-ratio: 1840/873;
  border-radius: 10px;
  overflow: hidden;
}
.object_gallery_wrap_card {
  width: 100%;
  height: auto;
  display: flex;
  max-width: 100%;
  position: relative;
}
.object_gallery_wrap_card.swiper-slide-active .swiper-slide {
  pointer-events: auto;
}
.object_gallery_wrap_card::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  height: 278px;
  width: 100%;
  z-index: 2;
  pointer-events: none;
  background: linear-gradient(0deg, #000 0%, rgba(102, 102, 102, 0) 100%);
}
.object_gallery_wrap_card_item {
  display: flex;
  width: 100%;
  height: 100%;
}
.object_gallery_wrap_card_item img {
  width: 100%;
  height: auto;
  max-height: 100%;
}
.object_gallery_wrap_card .object_gallery_block {
  position: absolute;
  left: 40px;
  bottom: 40px;
  z-index: 3;
}
.object_gallery_wrap_card .object_gallery_block_list {
  display: flex;
  align-items: center;
  max-width: fit-content;
  column-gap: 32px;
}
.object_gallery_wrap_card .object_gallery_block_list_btn {
  color: rgba(255, 255, 255, 0.5);
  font-size: 28px;
  font-weight: 700;
  line-height: 130%;
  letter-spacing: 0.28px;
  transition: 0.4s;
}
@media (hover: hover) {
  .object_gallery_wrap_card .object_gallery_block_list_btn:hover {
    color: rgba(255, 255, 255, 0.75);
  }
}
@media (hover: none) {
  .object_gallery_wrap_card .object_gallery_block_list_btn:active {
    color: rgba(255, 255, 255, 0.75);
  }
}
.object_gallery_wrap_card .object_gallery_block_list_btn.active {
  color: #fff;
}/*# sourceMappingURL=main.css.map */
/* Patch for Object Cover Slider Mobile */
@media (max-width: 1199px) {
  .object_cover_wrap_sw .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  .object_cover_wrap_sw_card {
    max-width: 303px;
    width: 100%;
    aspect-ratio: auto; /* Reset aspect ratio for slider items if needed */
  }
  .object_cover_wrap_sw_card:first-child,
  .object_cover_wrap_sw_card:nth-child(2),
  .object_cover_wrap_sw_card:last-child {
      aspect-ratio: auto; /* Reset explicit grid aspect ratios */
  }
  /* Ensure images fit */
  .object_cover_wrap_sw_card img {
     width: 100%;
     height: 100%;
     object-fit: cover;
  }
}

/* Patch for Object Cover Characteristics Mobile - Fix Z-index/Overlap */
@media (max-width: 1199px) {
  .object_cover_wrap_inform {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 16px;
    z-index: 1; /* Reset z-index just in case */
    background: transparent;
    padding: 0;
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 767px) {
    .object_cover_wrap_inform {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
    }
}

/* STRICT FIX FROM MAIN.SCSS */

@media (max-width: 1199px) {
  /* Tablet Styles */
  .object_cover_wrap_inform {
    position: relative;
    bottom: 0;
    row-gap: 15px;
    max-width: 100%;
    padding: 0;
    background: transparent;
    margin-top: 16px; 
    /* Ensure z-index doesn't overlap weirdly if valid */
    z-index: 1; 
    left: auto;
    width: 100%;
  }
}

@media (max-width: 767px) {
  /* Mobile Styles */
  .object_cover_wrap_sw .swiper-wrapper {
    display: flex;
    gap: 0;
  }
  
  .object_cover_wrap_sw_card {
    max-width: 303px; /* Mobile width from SCSS */
    aspect-ratio: 303/256; /* Mobile aspect ratio */
  }

  .object_cover_wrap_inform {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
  }
  
  /* Reset Specificity overrides */
  .object_cover_wrap_sw_card:first-child,
  .object_cover_wrap_sw_card:nth-child(2),
  .object_cover_wrap_sw_card:last-child {
      grid-column: auto;
      grid-row: auto;
      aspect-ratio: 303/256;
  }
}

/* STRICT FIX: Video Label & Image Overlap */

@media (max-width: 1199px) {
  /* Fix Video Label Size & Position */
  .object_cover_wrap_sw_card_label {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    padding: 0;
    background: transparent;
    column-gap: 0;
    width: fit-content;
    height: fit-content;
    backdrop-filter: none;
  }
  
  .object_cover_wrap_sw_card_label_text {
    display: none;
  }

  /* Fix Image Overlap (Flex Shrink) */
  .object_cover_wrap_sw_card {
    flex-shrink: 0; /* Prevent overlapping */
    margin-right: 0;
    max-width: 303px;
    width: 303px; /* Force width if max-width is ambiguous for Swiper */
  }
}
