@charset "UTF-8";[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}


[class*=_icon-] {
  font-family: "icons" !important;
  display: block;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
:root {
  --_icon-arrow: "";
  --_icon-chevron: "";
  --_icon-close: "";
  --_icon-download: "";
  --_icon-home: "";
  --_icon-plus: "";
  --_icon-search: "";
}
._icon-arrow::before {
  content: var(--_icon-arrow);
}
._icon-chevron::before {
  content: var(--_icon-chevron);
}
._icon-close::before {
  content: var(--_icon-close);
}
._icon-download::before {
  content: var(--_icon-download);
}
._icon-home::before {
  content: var(--_icon-home);
}
._icon-plus::before {
  content: var(--_icon-plus);
}
._icon-search::before {
  content: var(--_icon-search);
}
:root {
  --ff-icons: "icons";
  --font-primary: "OpenSans";
  --primary-text-color: #00000099;
  --dark-color: #141b2f;
  --gray-color: #6e7382;
  --dark-bg-color: #141b2f;
  --dark-bg-color-300: #2a3658;
  --dark-bg-color-400: #405283;
  --main-bg-color: #f5f8ff;
  --main-bg-color-400: #e7eeff;
  --brand-color: #cda46a;
  --border-color-200: #5790e133;
  --border-color-300: #5790e14d;
  --hover-color-link: #fccf77;
  --hover-secondary: #fde4c1;
  --hover-btn-color: #c29351;
  --small-border-radius: 8px;
  --middle-border-radius: 12px;
  --main-border-radius: 16px;
  --big-border-radius: 24px;
  --border-radius-xl: 32px;
  --pr-color-1: #cda46a;
  --pr-color-2: #2a3658;
  --pr-color-3: #cda46a;
  --pr-color-4: #2a3658;
}
html {
  box-sizing: border-box;
}
*,
::after,
::before {
  box-sizing: inherit;
}
body,
html {
  margin: 0;
}
html {
  position: relative;
  tab-size: 4;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
body {
  text-rendering: optimizespeed;
}
details > summary,
li,
ol,
ul {
  list-style: none;
}
summary {
  display: list-item;
}
details summary::-webkit-details-marker {
  display: none;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-size: inherit;
  font-weight: inherit;
  margin: 0;
}
ul,
ol,
dl,
dd {
  margin: 0;
  padding: 0;
}
p {
  margin: 0;
}
time {
  display: block;
}
figure,
blockquote {
  margin: 0;
}
a:not([class]) {
  text-decoration-skip-ink: auto;
}
a {
  text-decoration: none;
  color: inherit;
}
img,
picture,
svg,
video {
  display: block;
  height: auto;
  max-width: 100%;
}
b,
strong {
  font-weight: 800;
}
address {
  font-style: normal;
}
button {
  margin: 0;
  padding: 0;
  border-color: transparent;
  background-color: transparent;
  font: inherit;
  font-size: 100%;
  color: inherit;
  line-height: 1;
  cursor: pointer;
  outline: 0;
  text-align: left;
}
button:disabled {
  cursor: default;
}
[type=button],
[type=reset],
[type=submit],
button {
  -webkit-appearance: none;
}
input,
textarea,
button,
select {
  -webkit-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  background-color: transparent;
  font: inherit;
  line-height: 1;
}
html,
body,
.wrapper {
  min-height: 100vh;
  min-height: 100svh;
}
body {
  font-family: var(--font-primary);
  background-color: var(--main-bg-color);
  font-size: 0.875rem;
  min-width: 320px;
  line-height: 1.4;
  color: var(--primary-text-color);
  position: relative;
}
.lock body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
body::before {
  content: "";
  position: absolute;
  inline-size: 100%;
  block-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  background: rgba(20, 27, 47, 0.6);
  backdrop-filter: blur(0.375rem);
  z-index: 200;
  pointer-events: none;
  opacity: 1;
  transition: opacity 0.3s;
}
body:has(.modal.is-open)::before {
  opacity: 1;
}
body:not(:has(.modal.is-open))::before {
  opacity: 0;
}
.wrapper {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
@supports (overflow: clip) {
  .wrapper {
    overflow: clip;
  }
}
.wrapper main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.input {
  width: 100%;
  outline: none;
  color: var(--dark-color) !important;
  font-size: 1.125rem !important;
  border-bottom: 0.0625rem solid rgba(9, 40, 56, 0.3);
  padding-block-end: 0.125rem;
  transition: border-color 0.3s;
  padding-left: 0;
}
.input::placeholder {
  color: rgba(9, 40, 56, 0.3);
}
@media (any-hover: hover) {
  .input:hover {
    border-color: var(--brand-color);
  }
}
.input:focus {
  border-color: var(--brand-color);
}
textarea {
  resize: none;
}
textarea::placeholder,
.input[placeholder]:not([data-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
textarea:focus::placeholder,
.input[placeholder]:not([data-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}
.form {
  inline-size: 100%;
  display: grid;
  gap: 1.875rem;
}
@media (max-width: 47.99875em) {
  .form {
    gap: 2.0625rem;
  }
}
.form__row {
  display: grid;
  gap: 0.9375rem;
}
@media (min-width: 47.99875em) {
  .form__row {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.99875em) {
  .form__row {
    gap: 2.0625rem;
  }
}
.form__label {
  color: #092838;
  display: inline-block;
}
.form__label:not(:last-child) {
  margin-bottom: 0.5rem;
}
.form__bottom {
  display: grid;
  align-items: center;
  grid-template-columns: repeat(2, 1fr);
  gap: 1.25rem;
}
@media (max-width: 47.99875em) {
  .form__bottom {
    margin-top: 0.625rem;
  }
}
.form__bottom .button {
  margin-right: auto;
}
.form__text {
  font-size: 0.625rem;
  max-width: 16.875rem;
  margin-inline: auto;
}
@media (max-width: 37.5em) {
  .form__text {
    font-size: 0.5rem;
    max-width: 8.5625rem;
    margin-left: auto;
  }
}
.title {
  line-height: 1.1;
  letter-spacing: -0.05rem;
  color: var(--dark-color);
  font-weight: 400;
}
@media (min-width: 80.75em) {
  .title {
    font-size: 2.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.6875rem , 1.3552344602rem  +  1.4176663032vw , 2.5rem )) {
    .title {
      font-size: clamp( 1.6875rem , 1.3552344602rem  +  1.4176663032vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.6875rem , 1.3552344602rem  +  1.4176663032vw , 2.5rem )) {
    .title {
      font-size: calc(1.6875rem + 0.8125 * (100vw - 23.4375rem) / 57.3125);
    }
  }
}
@media (max-width: 23.4375em) {
  .title {
    font-size: 1.6875rem;
  }
}
.title strong {
  font-weight: 600;
}
.title span {
  color: var(--brand-color);
}
.title_main {
  font-weight: 400;
  letter-spacing: -0.02em;
  line-height: 1.1;
}
@media (min-width: 80.75em) {
  .title_main {
    font-size: 3.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 2.0625rem , 1.5768811341rem  +  2.0719738277vw , 3.25rem )) {
    .title_main {
      font-size: clamp( 2.0625rem , 1.5768811341rem  +  2.0719738277vw , 3.25rem );
    }
  }
  @supports not (font-size: clamp( 2.0625rem , 1.5768811341rem  +  2.0719738277vw , 3.25rem )) {
    .title_main {
      font-size: calc(2.0625rem + 1.1875 * (100vw - 23.4375rem) / 57.3125);
    }
  }
}
@media (max-width: 23.4375em) {
  .title_main {
    font-size: 2.0625rem;
  }
}
@media (max-width: 23.375em) {
  .title_main {
    font-size: 1.75rem;
  }
}
.title_center {
  text-align: center;
}
.title_left {
  text-align: left;
}
.title_white {
  color: white;
}
@media (min-width: 80.75em) {
  .title_xl {
    font-size: 2rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.5rem , 1.2955288986rem  +  0.8724100327vw , 2rem )) {
    .title_xl {
      font-size: clamp( 1.5rem , 1.2955288986rem  +  0.8724100327vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.2955288986rem  +  0.8724100327vw , 2rem )) {
    .title_xl {
      font-size: calc(1.5rem + 0.5 * (100vw - 23.4375rem) / 57.3125);
    }
  }
}
@media (max-width: 23.4375em) {
  .title_xl {
    font-size: 1.5rem;
  }
}
.title_xs {
  font-weight: 600;
}
@media (min-width: 80.75em) {
  .title_xs {
    font-size: 1.25rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.125rem , 1.0738822246rem  +  0.2181025082vw , 1.25rem )) {
    .title_xs {
      font-size: clamp( 1.125rem , 1.0738822246rem  +  0.2181025082vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.125rem , 1.0738822246rem  +  0.2181025082vw , 1.25rem )) {
    .title_xs {
      font-size: calc(1.125rem + 0.125 * (100vw - 23.4375rem) / 57.3125);
    }
  }
}
@media (max-width: 23.4375em) {
  .title_xs {
    font-size: 1.125rem;
  }
}
.title_600 {
  font-weight: 600;
}
.title_big {
  font-size: 3rem;
}
.cards-blog {
  display: grid;
  gap: 2.5rem 1.625rem;
  inline-size: 100%;
}
@media (min-width: 61.99875em) {
  .cards-blog {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 61.99875em) {
  .cards-blog {
    gap: 2.1875rem;
  }
}
.cards-blog .card__column {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  margin-top: auto;
}
.swiper-navigation {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  pointer-events: none;
}
.swiper-navigation__btn {
  pointer-events: all;
  position: relative;
  z-index: 3;
  cursor: pointer;
  flex: 0 0 3.4375rem;
  inline-size: 3.4375rem;
  block-size: 3.4375rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 0.0625rem solid rgba(205, 164, 106, 0.3);
  background-color: transparent;
  transition: background-color 0.3s, border-color 0.3s;
}
.swiper-navigation__btn:hover {
  background-color: var(--brand-color);
  border-color: var(--brand-color);
}
.swiper-navigation__btn:hover::before {
  color: white;
}
.swiper-navigation__btn::before {
  color: var(--brand-color);
  font-size: 1.0625rem;
  font-weight: 600;
  transition: color 0.3s;
}
.swiper-navigation__btn_next {
  transform: rotate(180deg);
}
.swiper-navigation__btn.swiper-button-disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.swiper-navigation__btn_blur {
  flex: 0 0 1.875rem;
  inline-size: 1.875rem;
  block-size: 1.875rem;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.1875rem);
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0.1875rem);
  -webkit-backdrop-filter: blur(0.1875rem);
}
.swiper-navigation__btn_blur::before {
  font-size: 0.625rem;
  color: white;
  font-weight: 400;
}
@media (max-width: 47.99875em) {
  .swiper-navigation__btn_blur {
    flex: 0 0 2.5rem;
    inline-size: 2.5rem;
    block-size: 2.5rem;
  }
  .swiper-navigation__btn_blur::before {
    font-size: 0.8125rem;
  }
}
@media (any-hover: hover) {
  .swiper-navigation__btn_blur.swiper-button-disabled:hover {
    background-color: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(0.1875rem);
    backdrop-filter: blur(0.1875rem);
  }
}
.swiper-navigation_light .swiper-navigation__btn {
  border-color: rgba(255, 255, 255, 0.3);
}
.swiper-navigation_light .swiper-navigation__btn::before {
  color: white;
  font-size: 0.875rem;
  font-weight: 400;
}
.swiper-fractions {
  color: rgba(20, 27, 47, 0.3);
  font-size: 1rem;
  font-weight: 600;
}
.pagination {
  overflow: hidden;
  display: flex;
  align-items: center;
  padding: 0.375rem 0.25rem;
  justify-content: center;
  background-color: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.1875rem);
  border: 0.0625rem solid rgba(255, 255, 255, 0.15);
  backdrop-filter: blur(0.1875rem);
  -webkit-backdrop-filter: blur(0.1875rem);
  border-radius: 6.25rem;
}
.pagination .swiper-pagination-bullet {
  display: flex;
  flex: 0 0 0.375rem;
  width: 0.375rem;
  height: 0.375rem;
  background-color: white;
  cursor: pointer;
  border-radius: 50%;
}
.pagination .swiper-pagination-bullet:not(:last-child) {
  margin-right: 0.1875rem;
}
.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
  overflow: hidden;
  font-size: 0;
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.6);
  transition: 200ms transform, 200ms right, 200ms left;
}
.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
  background-color: white;
}
.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.pagination.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.swiper-pagination-bullets .swiper-pagination-bullet:only-child {
  display: none;
}
.anim-block.content .label-text,
.anim-block.content .title,
.anim-block.content .buttons {
  transform: translateY(15%);
  opacity: 0;
  transition: opacity 1.5s, transform 1s;
}
.anim-block.content .label-text {
  transition-delay: 0.4s;
}
.anim-block.content .title {
  transition-delay: 0.6s;
}
.anim-block.content .buttons {
  transition-delay: 0.8s;
}
.loaded .anim-block.content .label-text,
.loaded .anim-block.content .title,
.loaded .anim-block.content .buttons {
  transform: translateY(0);
  opacity: 1;
}
.card-anim {
  transform: translateY(10%);
  opacity: 0;
  transition: transform 1s, opacity 1s;
}
@media (max-width: 47.99875em) {
  .card-anim {
    transform: translateY(5%);
  }
}
.card-anim._watcher-view {
  transform: translateY(0);
  opacity: 1;
}
.card-anim._watcher-view:nth-child(1) {
  transition-delay: 0.2s;
}
.card-anim._watcher-view:nth-child(2) {
  transition-delay: 0.4s;
}
.card-anim._watcher-view:nth-child(3) {
  transition-delay: 0.6s;
}
.card-anim._watcher-view:nth-child(4) {
  transition-delay: 0.8s;
}
@media (max-width: 47.99875em) {
  .card-anim._watcher-view {
    transition-delay: 0.2s;
  }
}
.card-anim.statistics-item_var-2:nth-child(1) {
  transition-delay: 0.2s;
}
.card-anim.statistics-item_var-2:nth-child(2) {
  transition-delay: 0.4s;
}
.card-anim.statistics-item_var-2:nth-child(3) {
  transition-delay: 0.6s;
}
.card-anim.statistics-item_var-2:nth-child(4) {
  transition-delay: 0.8s;
}
.card-anim.statistics-item_var-2:nth-child(5) {
  transition-delay: 1s;
}
.card-anim.statistics-item_var-2:nth-child(6) {
  transition-delay: 1.2s;
}
.heading-anim {
  transform: translateY(5%);
  opacity: 0;
  transition: all 1s;
}
.heading-anim._watcher-view {
  transform: translateY(0);
  opacity: 1;
}
.section-anim {
  transform: translateY(4%);
  opacity: 0;
  transition: transform 1s, opacity 1.5s;
}
.section-anim._watcher-view {
  transform: translateY(0);
  opacity: 1;
}
@media (min-width: 61.99875em) {
  .two-column__item .anim-side {
    opacity: 0;
    transition: transform 1s, opacity 1.5s;
  }
  .two-column__item .anim-side:nth-child(1) {
    transform: translateX(var(--translate, -5%));
  }
  .two-column__item .anim-side:nth-child(2) {
    transform: translateX(var(--translate, 5%));
  }
}
@media (min-width: 61.99875em) {
  .two-column__item._watcher-view .anim-side {
    transform: translateX(0);
    opacity: 1;
  }
}
.two-column__item:nth-child(even) {
  --translate: 5%;
}
.two-column__item:nth-child(even) .anim-side:nth-child(2) {
  --translate: -5%;
}
.two-column__item:nth-child(odd) {
  --translate: -5%;
}
.two-column__item:nth-child(odd) .anim-side:nth-child(2) {
  --translate: 5%;
}
@media (max-width: 61.99875em) {
  .two-column__item {
    transform: translateY(4%);
    opacity: 0;
    transition: transform 1s, opacity 1.5s;
  }
  .two-column__item._watcher-view {
    transform: translateY(0);
    opacity: 1;
  }
}
.anim-bg-text {
  background: 0 100%/0 100% no-repeat -webkit-gradient(linear, left top, right top, from(#fff), to(rgba(255, 255, 255, 0)));
  background: 0 100%/0 100% no-repeat -o-linear-gradient(left, #fff, rgba(255, 255, 255, 0));
  background: 0 100%/0 100% no-repeat linear-gradient(90deg, #fff, rgba(255, 255, 255, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media (max-width: 61.99875em) {
  .anim-bg-text {
    padding-bottom: 0.3125rem;
  }
}
.loaded .anim-bg-text {
  animation: reveal 2.8s ease-in-out forwards 0.6s;
}
@keyframes reveal {
  100% {
    background-size: 700% 100%;
  }
}
.video-anim {
  transform: translateY(40%);
  opacity: 0;
}
.loaded .video-anim {
  animation: bounceUp 2.5s cubic-bezier(0.68, -0.55, 0.265, 1.55) 0.5s forwards;
}
@keyframes bounceUp {
  0% {
    transform: translateY(40%);
    opacity: 0;
  }
  80% {
    transform: translateY(2%);
    opacity: 1;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes cardAppear {
  from {
    transform: translateY(10%);
    opacity: 0;
  }
  to {
    transform: translateY(0);
    opacity: 1;
  }
}
.counter {
  border-radius: var(--main-border-radius);
  background-color: #fff;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.05);
  display: grid;
  gap: var(--space);
  --space: 48px;
  --space-mobile: 24px;
}
@media (min-width: 80.75em) {
  .counter {
    --space: 3rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (--space: clamp( 1.25rem , -4.5361642557rem  +  9.3327111526vw , 3rem )) {
    .counter {
      --space: clamp( 1.25rem , -4.5361642557rem  +  9.3327111526vw , 3rem );
    }
  }
  @supports not (--space: clamp( 1.25rem , -4.5361642557rem  +  9.3327111526vw , 3rem )) {
    .counter {
      --space: calc(1.25rem + 1.75 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (max-width: 61.99875em) {
  .counter {
    --space: 1.25rem;
  }
}
@media (max-width: 61.99875em) {
  .counter {
    padding-block: 1.875rem;
  }
}
@media (min-width: 47.99875em) {
  .counter {
    padding-block: 3.125rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 80.75em) {
  .counter {
    padding-inline: 3.5rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (padding-inline: clamp( 1.875rem , -3.4978668089rem  +  8.6660889274vw , 3.5rem )) {
    .counter {
      padding-inline: clamp( 1.875rem , -3.4978668089rem  +  8.6660889274vw , 3.5rem );
    }
  }
  @supports not (padding-inline: clamp( 1.875rem , -3.4978668089rem  +  8.6660889274vw , 3.5rem )) {
    .counter {
      padding-inline: calc(1.875rem + 1.625 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (min-width: 47.99875em) and (max-width: 61.99875em) {
  .counter {
    padding-inline: 1.875rem;
  }
}
@media (min-width: 47.99875em) {
  .counter {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 47.99875em) {
  .counter {
    gap: var(--space-mobile);
    padding: 2rem;
  }
}
.counter__item {
  text-align: center;
  display: flex;
  justify-content: center;
  gap: var(--space);
}
.counter__item:not(:last-child)::after {
  content: "";
  width: 0.0625rem;
  height: 100%;
  background-color: rgba(87, 144, 225, 0.3);
}
@media (max-width: 47.99875em) {
  .counter__item:not(:last-child)::after {
    height: 0.0625rem;
    width: 6.25rem;
    margin: 0 auto;
  }
}
@media (max-width: 47.99875em) {
  .counter__item {
    gap: var(--space-mobile);
    flex-direction: column;
    align-items: center;
  }
}
@media (min-width: 47.99875em) {
  .counter__body {
    margin: 0 auto;
  }
}
.counter__value {
  color: var(--brand-color);
  font-size: 4rem;
  font-weight: 600;
  line-height: 110%;
}
@media (min-width: 80.75em) {
  .counter__value {
    font-size: 4rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 2.5rem , -2.459569362rem  +  7.9994667022vw , 4rem )) {
    .counter__value {
      font-size: clamp( 2.5rem , -2.459569362rem  +  7.9994667022vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , -2.459569362rem  +  7.9994667022vw , 4rem )) {
    .counter__value {
      font-size: calc(2.5rem + 1.5 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (max-width: 61.99875em) {
  .counter__value {
    font-size: 2.5rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 47.99875em) {
  .counter__value {
    font-size: 4rem;
  }
}
@media (max-width: 47.99875em) and (min-width: 23.4375em) and (max-width: 47.99875em) {
  @supports (font-size: clamp( 2.5rem , 1.0686294468rem  +  6.107181027vw , 4rem )) {
    .counter__value {
      font-size: clamp( 2.5rem , 1.0686294468rem  +  6.107181027vw , 4rem );
    }
  }
  @supports not (font-size: clamp( 2.5rem , 1.0686294468rem  +  6.107181027vw , 4rem )) {
    .counter__value {
      font-size: calc(2.5rem + 1.5 * (100vw - 23.4375rem) / 24.56125);
    }
  }
}
@media (max-width: 47.99875em) and (max-width: 23.4375em) {
  .counter__value {
    font-size: 2.5rem;
  }
}
.counter__value, .counter__text {
  display: block;
}
.counter__value:not(:last-child), .counter__text:not(:last-child) {
  margin-bottom: 0.125rem;
}
@media (min-width: 47.99875em) and (min-width: 80.75em) {
  .counter__text {
    font-size: 0.875rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 0.75rem , 0.3367025532rem  +  0.6666222252vw , 0.875rem )) {
    .counter__text {
      font-size: clamp( 0.75rem , 0.3367025532rem  +  0.6666222252vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.3367025532rem  +  0.6666222252vw , 0.875rem )) {
    .counter__text {
      font-size: calc(0.75rem + 0.125 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (min-width: 47.99875em) and (max-width: 61.99875em) {
  .counter__text {
    font-size: 0.75rem;
  }
}
.swiper {
  overflow: hidden;
}
.swiper-initialized {
  touch-action: pan-y;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}
.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}
.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-button-lock {
  display: none !important;
}
.page {
  padding-top: 7.5rem;
  padding-bottom: 4rem;
}
@media (max-width: 47.99875em) {
  .page {
    padding-top: 6.25rem;
  }
}
.page__container:not(:last-child) {
  margin-block-end: 1.5rem;
}
@media (min-width: 47.99875em) {
  .project-page .page {
    padding-bottom: 0;
  }
}
._space-section {
  padding-block: 5rem;
}
@media (max-width: 61.99875em) {
  ._space-section {
    padding-block: 3.75rem;
  }
}
.ibg {
  position: relative;
}
.ibg img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.ibg_contain img {
  object-fit: contain;
}
.label-block {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 0.25rem;
  min-block-size: 2.375rem;
  padding-inline: 1rem;
  padding-block: 0.75rem;
  border: 0.0625rem solid rgba(87, 144, 225, 0.1);
  background-color: white;
  border-radius: 62.5rem;
}
.label-block i {
  flex: 0 0 0.875rem;
  inline-size: 0.875rem;
  block-size: 0.875rem;
}
.label-block i img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
}
.label-block span {
  font-size: 0.625rem;
  font-weight: 600;
}
.label-block_dark {
  border: 0.0625rem solid rgba(87, 144, 225, 0.1);
  background-color: var(--dark-bg-color-300);
}
.label-block_dark span {
  color: white;
}
.label-block_border {
  background-color: transparent;
  border-color: rgba(87, 144, 225, 0.3);
}
.label-block_border span {
  font-size: 1rem;
  color: var(--dark-color);
}
@media (max-width: 29.99875em) {
  .label-block_border span {
    font-size: 0.75rem;
  }
}
._hover-link {
  transition: all 0.3s;
}
@media (any-hover: hover) {
  ._hover-link:hover {
    color: var(--hover-color-link) !important;
  }
}
.logo {
  inline-size: 9rem;
}
.logo img {
  max-width: 100%;
}
.logo-letters {
  fill: white;
  transition: fill 0.3s;
}
.scrolled-top .logo-letters {
  fill: var(--dark-color);
}
.logo-text {
  inline-size: 100%;
  object-fit: cover;
}
.scroll-hidden::-webkit-scrollbar {
  display: none;
  scrollbar-width: none;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
}
@media (min-width: 47.99875em) {
  .text {
    font-size: 1rem;
  }
}
.image {
  border-radius: 1rem;
  overflow: hidden;
}
.image_rounded-big {
  border-radius: 1.5rem;
}
.content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.75rem;
}
.content_left {
  align-items: start;
  text-align: start;
}
.content_left .title {
  text-align: left;
}
.content_right {
  align-items: end;
  text-align: end;
}
@media (max-width: 47.99875em) {
  .content_mobile-left {
    align-items: start;
  }
  .content_mobile-left .title {
    text-align: start;
  }
}
@media (min-width: 47.99875em) {
  .content_mobile {
    display: none;
  }
}
.content_btn-space .button {
  margin-block-start: 0.75rem;
}
.full-screen {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  padding-block: 6.25rem;
}
.contacts {
  color: white;
  font-weight: 600;
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.contacts__block {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}
.contacts__block:not(:last-child) {
  margin-block-end: 0.5rem;
}
.contacts__title {
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  letter-spacing: -0.015rem;
  font-weight: 500;
}
.link-studio {
  display: inline-flex;
  align-items: center;
  gap: 0.625rem;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  border-radius: 6.25rem;
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  min-block-size: 3rem;
  transition: all 0.3s;
}
.link-studio span {
  color: white;
  font-size: 0.75rem;
}
.link-studio i {
  flex: 0 0 2rem;
  inline-size: 2rem;
  block-size: 2rem;
}
.link-studio i img {
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
}
@media (any-hover: hover) {
  .link-studio:hover {
    background-color: white;
  }
  .link-studio:hover span {
    color: var(--dark-bg-color);
    border-color: white;
  }
}
.image-wrapper {
  display: grid;
}
.image-wrapper .image::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 50%;
  bottom: 0;
  left: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.3) 50%);
  z-index: 1;
}
.image-wrapper > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.image-content {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0.625rem;
  padding: 1.5rem;
  border-radius: var(--main-border-radius);
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.2) 100%), rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.1875rem);
  -webkit-backdrop-filter: blur(0.1875rem);
  color: #fff;
  font-weight: 600;
  margin: 1.5rem;
  align-self: end;
}
@media (max-width: 61.99875em) {
  .image-content {
    margin: 1rem;
    padding: 1.0625rem 0.8125rem;
  }
}
.image-content__header {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  font-size: 0.625rem;
}
.image-content__header i {
  flex: 0 0 0.875rem;
  inline-size: 0.875rem;
  block-size: 0.875rem;
}
.image-content__header i img {
  position: relative;
  inline-size: 100%;
  block-size: 100%;
  object-fit: contain;
}
.image-content .button {
  margin-top: 1.25rem;
}
@media (max-width: 29.99875em) {
  .image-content .button {
    font-size: 0.75rem;
  }
}
.image-content__title {
  line-height: 1.2;
  letter-spacing: -0.045rem;
}
@media (min-width: 80.75em) {
  .image-content__title {
    font-size: 1.5rem;
  }
}
@media (min-width: 23.4375em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 0.875rem , 0.6194111232rem  +  1.0905125409vw , 1.5rem )) {
    .image-content__title {
      font-size: clamp( 0.875rem , 0.6194111232rem  +  1.0905125409vw , 1.5rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , 0.6194111232rem  +  1.0905125409vw , 1.5rem )) {
    .image-content__title {
      font-size: calc(0.875rem + 0.625 * (100vw - 23.4375rem) / 57.3125);
    }
  }
}
@media (max-width: 23.4375em) {
  .image-content__title {
    font-size: 0.875rem;
  }
}
.image-content_full {
  margin: 0;
  border-radius: var(--big-border-radius);
}
@media (max-width: 47.99875em) {
  .image-content_full {
    border-radius: 1.25rem;
  }
}
.image-content_full .image-content__header {
  font-size: 0.75rem;
}
.image-content_full .image-content__title {
  font-weight: 400;
  font-size: 1.5rem;
}
@media (min-width: 61.99875em) and (min-width: 80.75em) {
  .image-content_full .image-content__title {
    font-size: 2rem;
  }
}
@media (min-width: 61.99875em) and (min-width: 61.9375em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.375rem , -0.6827242525rem  +  3.3222591362vw , 2rem )) {
    .image-content_full .image-content__title {
      font-size: clamp( 1.375rem , -0.6827242525rem  +  3.3222591362vw , 2rem );
    }
  }
  @supports not (font-size: clamp( 1.375rem , -0.6827242525rem  +  3.3222591362vw , 2rem )) {
    .image-content_full .image-content__title {
      font-size: calc(1.375rem + 0.625 * (100vw - 61.9375rem) / 18.8125);
    }
  }
}
@media (min-width: 61.99875em) and (max-width: 61.9375em) {
  .image-content_full .image-content__title {
    font-size: 1.375rem;
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) and (min-width: 80.75em) {
  .image-content_full .image-content__title {
    font-size: 2.25rem;
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) and (min-width: 23.4375em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.5rem , 1.1932933479rem  +  1.3086150491vw , 2.25rem )) {
    .image-content_full .image-content__title {
      font-size: clamp( 1.5rem , 1.1932933479rem  +  1.3086150491vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.5rem , 1.1932933479rem  +  1.3086150491vw , 2.25rem )) {
    .image-content_full .image-content__title {
      font-size: calc(1.5rem + 0.75 * (100vw - 23.4375rem) / 57.3125);
    }
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) and (max-width: 23.4375em) {
  .image-content_full .image-content__title {
    font-size: 1.5rem;
  }
}
.list-advantages-label {
  display: inline-block;
  color: var(--dark-color);
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 130%;
}
.list-advantages-label:not(:last-child) {
  margin-bottom: 1rem;
}
.list-advantages {
  display: grid;
  gap: 1rem 1.5rem;
}
.list-advantages li {
  display: flex;
  gap: 0.5rem;
}
.list-advantages li i {
  position: relative;
  inset-block-start: 0;
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--brand-color);
}
.list-advantages li i img {
  width: 0.625rem;
  height: 0.625rem;
  object-fit: contain;
}
.list-advantages li span {
  letter-spacing: -0.0175rem;
  color: var(--dark-color);
  line-height: 1.3;
  position: relative;
  inset-block-start: 0.0625rem;
}
.list-advantages_white li i {
  background-color: white;
}
.list-advantages_white li span {
  color: white;
}
.list-advantages_two-column {
  gap: 1rem 1.5rem;
}
@media (min-width: 47.99875em) {
  .list-advantages_two-column {
    grid-template-columns: repeat(2, 1fr);
  }
}
.heading {
  display: flex;
  gap: 2rem;
  width: 100%;
}
@media (min-width: 47.99875em) {
  .heading {
    align-items: end;
    justify-content: space-between;
  }
}
@media (max-width: 47.99875em) {
  .heading {
    gap: 1.375rem;
    flex-direction: column;
  }
}
.navigation-buttons {
  display: flex;
  align-items: center;
  gap: 0.25rem;
}
@media (min-width: 47.99875em) {
  .navigation-buttons {
    flex-wrap: wrap;
  }
}
@media (max-width: 47.99875em) {
  .navigation-buttons {
    overflow-x: auto;
    padding-block: 0.625rem;
    margin-inline: -1.5rem;
    padding-inline: 1.5rem;
  }
  .navigation-buttons::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
}
.navigation-buttons_transparent .navigation__btn {
  background-color: transparent;
  color: white;
  border-color: rgba(255, 255, 255, 0.3);
}
@media (any-hover: hover) {
  .navigation-buttons_transparent .navigation__btn:hover {
    background-color: var(--brand-color);
  }
}
.navigation__btn {
  border-radius: 6.25rem;
  border: 0.0625rem solid rgba(87, 144, 225, 0.3);
  background-color: white;
  padding: 0.785rem 1.5rem;
  transition: background-color 0.3s;
  font-weight: 600;
}
@media (max-width: 47.99875em) {
  .navigation__btn {
    white-space: nowrap;
  }
}
@media (any-hover: hover) {
  .navigation__btn:hover {
    background-color: #fde4c1;
  }
}
.navigation__btn.active {
  background-color: var(--brand-color);
  color: white;
}
.estate-information {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: var(--space);
  row-gap: 1.5625rem !important;
  --space: 28px;
  --space-mobile: 10px;
}
@media (min-width: 61.99875em) and (min-width: 80.75em) {
  .estate-information {
    --space: 1.75rem;
  }
}
@media (min-width: 61.99875em) and (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (--space: clamp( 0.75rem , -2.5563795747rem  +  5.3329778015vw , 1.75rem )) {
    .estate-information {
      --space: clamp( 0.75rem , -2.5563795747rem  +  5.3329778015vw , 1.75rem );
    }
  }
  @supports not (--space: clamp( 0.75rem , -2.5563795747rem  +  5.3329778015vw , 1.75rem )) {
    .estate-information {
      --space: calc(0.75rem + 1 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (min-width: 61.99875em) and (max-width: 61.99875em) {
  .estate-information {
    --space: 0.75rem;
  }
}
@media (max-width: 37.5em) {
  .estate-information {
    gap: var(--space-mobile);
  }
}
.estate-information__item {
  display: flex;
  gap: var(--space);
}
@media (max-width: 37.5em) {
  .estate-information__item {
    gap: var(--space-mobile);
  }
}
.estate-information__item:not(:last-child)::after {
  content: "";
  inline-size: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.1);
  block-size: 100%;
  border-radius: var(--main-border-radius);
}
.estate-information__body {
  display: flex;
  flex-direction: column;
  gap: 0.375rem;
}
.estate-information__title {
  text-align: center;
  color: rgba(255, 255, 255, 0.6);
}
@media (min-width: 80.75em) {
  .estate-information__title {
    font-size: 0.875rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 0.75rem , 0.3367025532rem  +  0.6666222252vw , 0.875rem )) {
    .estate-information__title {
      font-size: clamp( 0.75rem , 0.3367025532rem  +  0.6666222252vw , 0.875rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , 0.3367025532rem  +  0.6666222252vw , 0.875rem )) {
    .estate-information__title {
      font-size: calc(0.75rem + 0.125 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (max-width: 61.99875em) {
  .estate-information__title {
    font-size: 0.75rem;
  }
}
.estate-information__value {
  color: white;
  font-weight: 600;
}
@media (min-width: 80.75em) {
  .estate-information__value {
    font-size: 1.25rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.0625rem , 0.4425538297rem  +  0.9999333378vw , 1.25rem )) {
    .estate-information__value {
      font-size: clamp( 1.0625rem , 0.4425538297rem  +  0.9999333378vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.0625rem , 0.4425538297rem  +  0.9999333378vw , 1.25rem )) {
    .estate-information__value {
      font-size: calc(1.0625rem + 0.1875 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (max-width: 61.99875em) {
  .estate-information__value {
    font-size: 1.0625rem;
  }
}
.estate-information_dark .estate-information__title {
  color: rgba(0, 0, 0, 0.6);
}
.estate-information_dark .estate-information__value {
  color: black;
}
.estate-information_dark .estate-information__item::after {
  background-color: rgba(0, 0, 0, 0.1);
}
.list {
  display: grid;
  gap: 2rem;
}
@media (min-width: 64em) {
  .list {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.99875em) {
  .list {
    gap: 1.5rem;
  }
}
.list__item {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.list__header {
  display: flex;
  gap: 0.5rem;
}
.list__icon {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.list__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.list__title {
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 600;
  color: var(--dark-color);
}
@media (max-width: 47.99875em) {
  .list__title {
    font-size: 1.125rem;
  }
}
.breadcrumbs:not(:last-child) {
  margin-bottom: 1.5rem;
}
.breadcrumbs__list {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  overflow-x: auto;
  margin-inline: -1.5rem;
  padding-inline: 1.5rem;
}
.breadcrumbs__item {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.breadcrumbs__item:not(:last-child)::after {
  content: "\ea02";
  font-family: "icons";
  transform: rotate(-180deg);
  font-size: 0.625rem;
  color: rgba(0, 0, 0, 0.3);
}
.breadcrumbs__item.current span {
  background-color: var(--brand-color);
  color: white;
  pointer-events: none;
}
.breadcrumbs__link {
  padding: 0.375rem 0.5rem;
  background-color: #e9edf8;
  border-radius: var(--small-border-radius);
  color: black;
  transition: all 0.3s;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 6.875rem;
  overflow: hidden;
}
.breadcrumbs__link::before {
  font-size: 1.0625rem;
  color: rgba(0, 0, 0, 0.3);
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .breadcrumbs__link:hover::before {
    color: var(--brand-color);
  }
}
.breadcrumbs__link._icon-home {
  padding: 0;
  background-color: transparent;
}
@media (any-hover: hover) {
  .breadcrumbs__link._icon-home:hover {
    background-color: transparent;
  }
}
@media (any-hover: hover) {
  .breadcrumbs__link:hover {
    background-color: var(--brand-color);
    color: white;
  }
}
.page-pagination-block {
  align-self: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1rem;
}
.page-numbers {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.page-numbers .next,
.page-numbers .prev {
  background-color: var(--brand-color);
  color: white;
}
.page-numbers .next::before,
.page-numbers .prev::before {
  font-size: 0.625rem;
}
.page-numbers .next::before {
  transform: rotate(180deg);
}
.page-numbers li a,
.page-numbers li span {
  inline-size: 2rem;
  block-size: 2rem;
  flex: 0 2rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--dark-color);
  transition: all 0.3s;
}
.page-numbers li span.current {
  background-color: var(--dark-bg-color);
  color: white;
  pointer-events: none;
}
@media (any-hover: hover) {
  .page-numbers li a:hover {
    background-color: var(--dark-bg-color);
    color: white;
  }
}
.row {
  display: flex;
}
@media (min-width: 47.99875em) {
  .row {
    gap: 1rem;
  }
}
@media (max-width: 47.99875em) {
  .row_mobile {
    flex-direction: column;
    gap: 0.75rem;
  }
}
@media (min-width: 47.99875em) {
  .col {
    flex: 0 0 32.5497%;
  }
}
.col__body {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
@media (min-width: 47.99875em) {
  .col_wide {
    flex: 1 1 auto;
  }
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
  visibility: hidden;
}
.profile {
  display: flex;
  align-items: center;
  gap: 1rem;
}
@media (max-width: 29.99875em) {
  .profile {
    gap: 0.75rem;
  }
}
.profile__avatars {
  display: flex;
}
.profile__avatar {
  border: 0.125rem solid white;
  flex: 0 0 3.75rem;
  width: 3.75rem;
  height: 3.75rem;
  border-radius: 50%;
  overflow: hidden;
}
@media (max-width: 29.99875em) {
  .profile__avatar {
    flex: 0 0 3.25rem;
    width: 3.25rem;
    height: 3.25rem;
  }
}
.profile__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.profile__avatar:not(:first-child) {
  margin-left: -0.625rem;
}
.profile__body {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.profile__name {
  color: black;
  font-size: 1rem;
  font-weight: 600;
}
@media (max-width: 29.99875em) {
  .profile__name {
    font-size: 0.875rem;
  }
}
.profile__profession {
  font-size: 0.75rem;
}
.text-opacity-scroll {
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-style: italic;
}
@media (min-width: 80.75em) {
  .text-opacity-scroll {
    font-size: 2.5rem;
  }
}
@media (min-width: 47.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.4375rem , -0.1196519217rem  +  3.2441509866vw , 2.5rem )) {
    .text-opacity-scroll {
      font-size: clamp( 1.4375rem , -0.1196519217rem  +  3.2441509866vw , 2.5rem );
    }
  }
  @supports not (font-size: clamp( 1.4375rem , -0.1196519217rem  +  3.2441509866vw , 2.5rem )) {
    .text-opacity-scroll {
      font-size: calc(1.4375rem + 1.0625 * (100vw - 47.99875rem) / 32.75125);
    }
  }
}
@media (max-width: 47.99875em) {
  .text-opacity-scroll {
    font-size: 1.4375rem;
  }
}
@media (max-width: 47.99875em) {
  .text-opacity-scroll {
    font-size: 1.625rem;
  }
}
@media (max-width: 23.375em) {
  .text-opacity-scroll {
    font-size: 1.25rem;
  }
}
.video-preview {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  position: relative;
}
.video-preview svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 1.5rem;
  height: 1.5rem;
}
@media (any-hover: hover) {
  .video-preview:hover .image img {
    transform: scale(1.02);
  }
  .video-preview:hover .video-preview__text {
    color: var(--brand-color);
  }
}
@media (min-width: 47.99875em) {
  .video-preview {
    width: 14.375rem;
  }
}
@media (max-width: 47.99875em) {
  .video-preview {
    width: 10rem;
    margin-left: auto;
  }
}
.video-preview .image {
  border: 0.125rem solid white;
  padding-bottom: 53.918%;
  width: 100%;
}
@media (min-width: 47.99875em) {
  .video-preview .image {
    border-radius: var(--big-border-radius);
  }
}
.video-preview .image img {
  will-change: transform;
  transition: transform 1s;
}
@media (max-width: 47.99875em) {
  .video-preview .image {
    padding-bottom: 47.5%;
  }
}
.video-preview__text {
  font-size: 0.75rem;
  color: white;
  max-width: 10rem;
  line-height: 1.4;
  transition: color 0.3s;
}
.video-preview__close {
  position: absolute;
  top: 0.625rem;
  right: -0.375rem;
  width: 1.5rem;
  height: 1.5rem;
}
.video-preview__close i::before {
  color: white;
  font-size: 1.125rem;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .video-preview__close:hover i::before {
    color: var(--brand-color);
  }
}
.video-wrapper {
  position: relative;
  max-width: 62.5rem;
  margin: 0 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 0.3125rem;
  background-color: white;
  border-radius: var(--big-border-radius);
}
@media (max-width: 47.99875em) {
  .video-wrapper {
    border-radius: var(--main-border-radius);
  }
}
.video {
  width: 100%;
  aspect-ratio: 16/9;
  position: relative;
  border-radius: inherit;
  overflow: hidden;
}
.video iframe,
.video video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  border: none !important;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.header {
  position: fixed;
  inline-size: 100%;
  inset-block-start: 0;
  inset-inline-start: 0;
  z-index: 100;
  transition: background-color 0.3s, transform 0.3s;
}
.scrolled-down .header {
  transform: translateY(-100%);
  background-color: white;
}
.scrolled-top .header {
  transform: none !important;
  background-color: white;
}
.header__body {
  display: grid;
  grid-template-columns: 9rem 1fr auto;
  align-items: center;
  gap: 1rem;
  padding-block-start: 1.125rem;
  padding-block-end: 0.75rem;
}
@media (min-width: 75em) {
  .header__body {
    border-bottom: 0.0625rem solid rgba(255, 255, 255, 0.3);
  }
}
@media (max-width: 47.99875em) {
  .header__body {
    grid-template-columns: 7.875rem 1fr auto;
  }
}
@media (max-width: 47.99875em) {
  .header__body {
    grid-template-columns: 6.25rem 1fr auto;
  }
}
@media (max-width: 75em) {
  .header__menu-wrapper {
    position: fixed;
    inset-block-start: 0;
    inset-inline-start: 0;
    inline-size: 100%;
    block-size: 100%;
    transform: translateX(-100%);
    will-change: transform;
    transition: transform 0.3s;
    overflow: hidden;
    padding-block-start: 4.375rem;
    background-color: var(--dark-bg-color);
    z-index: -1;
  }
  .menu-open .header__menu-wrapper {
    transform: translateX(0);
  }
}
@media (max-width: 75em) {
  .header__menu-scroll {
    padding-block-start: 3.125rem;
    padding-block-end: 3rem;
    padding-inline: 1.375rem;
    overflow: auto;
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    height: 100%;
    overflow: auto;
  }
}
@media (min-width: 75em) {
  .header__menu-scroll .contacts {
    display: none;
  }
}
.header__actions {
  display: flex;
  gap: 0.625rem;
  margin-left: auto;
}
.header .button_decor span {
  transition: color 0.3s, transform 0.3s;
}
.header .button_decor i {
  transition: background-color 0.3s, transform 0.3s;
}
.header .button_decor i::before {
  transition: color 0.3s;
  color: #5790e1;
}
.scrolled-top .header .button_decor {
  color: var(--dark-color);
  border-color: rgba(20, 27, 47, 0.1);
}
.scrolled-top .header .button_decor i {
  background-color: var(--brand-color);
}
.scrolled-top .header .button_decor i::before {
  color: white;
}
@media (any-hover: hover) {
  .scrolled-top .header .button_decor:hover span {
    color: white;
  }
}
.menu-open .header .button_decor {
  background-color: #191919;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(0.25rem);
}
.menu-open .header .button_decor span {
  color: white;
}
@media (max-width: 47.99875em) {
  .header .logo {
    max-width: 100%;
  }
}
.header_white {
  background-color: var(--main-bg-color);
}
.header_white .logo-letters {
  fill: var(--dark-color);
}
.header_white .menu__link {
  color: var(--dark-color);
}
.header_white .header__container {
  border-bottom: 0.0625rem solid rgba(20, 27, 47, 0.1);
}
.header_white .button_decor {
  color: var(--dark-color);
  border-color: rgba(20, 27, 47, 0.1);
}
.header_white .button_decor i {
  background-color: var(--brand-color);
}
.header_white .button_decor i::before {
  color: white;
}
@media (any-hover: hover) {
  .header_white .button_decor:hover span {
    color: white;
  }
}
.header_white .icon-menu span, .header_white .icon-menu::before, .header_white .icon-menu::after {
  background-color: var(--dark-color);
}

@media (max-width: 75em) {
  .menu {
    flex: 1 1 auto;
  }
}
@media (max-width: 75em) {
  .menu__body {
    block-size: 100%;
  }
}
@media (min-width: 75em) {
  .menu__body {
    padding-block-start: 0 !important;
  }
}
.menu__list {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.3125rem 1.875rem;
}
@media (min-width: 75em) {
  .menu__list {
    align-items: center;
  }
}
@media (max-width: 75em) {
  .menu__list {
    flex-direction: column;
    gap: 2rem;
  }
}
.menu__link {
  letter-spacing: -0.00875rem;
  line-height: 1.1;
  font-weight: 600;
  color: white;
  transition: color 0.3s;
}
@media (max-width: 75em) {
  .menu__link {
    font-size: 1.5rem;
    letter-spacing: -0.01125rem;
  }
}
.scrolled-top .menu__link {
  color: var(--dark-color);
}
.menu-open .menu__link {
  color: white;
}

.icon-menu {
  display: none;
}
@media (max-width: 75em) {
  .icon-menu {
    display: inline-flex;
    justify-self: end;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    position: relative;
    flex-basis: 1.5rem;
    inline-size: 1.5rem;
    block-size: 1rem;
    z-index: 5;
  }
  .scrolled-top .icon-menu span, .scrolled-top .icon-menu::before, .scrolled-top .icon-menu::after {
    background-color: var(--dark-bg-color);
  }
}
@media (max-width: 75em) and (any-hover: none) {
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 75em) {
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    inset-inline-end: 0;
    position: absolute;
    inline-size: 100%;
    border-radius: 0.625rem;
    block-size: 0.15625rem;
    background-color: white;
  }
  .icon-menu::before {
    inset-block-start: 0;
  }
  .icon-menu::after {
    inset-block-end: 0;
  }
  .icon-menu span {
    inset-block-start: calc(50% - 0.0625rem);
  }
  .menu-open .icon-menu span, .menu-open .icon-menu::before, .menu-open .icon-menu::after {
    background-color: white;
  }
  .menu-open .icon-menu span {
    inline-size: 0;
  }
  .menu-open .icon-menu::before {
    inset-block-start: calc(50% - 0.0625rem);
    transform: rotate(-45deg);
  }
  .menu-open .icon-menu::after {
    inset-block-end: calc(50% - 0.0625rem);
    transform: rotate(45deg);
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  background-color: var(--brand-color);
  border-radius: 1.875rem;
  color: white;
  padding-block: 0.625rem;
  padding-inline: 1.25rem;
  transition: background-color 0.3s, border-color 0.3s;
  min-block-size: 3.5rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.05);
}
@media (any-hover: hover) {
  .button:hover {
    background-color: var(--hover-btn-color);
  }
}
.button span {
  transition: transform 0.3s;
}
.button_small {
  min-block-size: 2.5rem;
}
.button_decor {
  display: flex;
  align-items: center;
  gap: 0.375rem;
}
.button_decor i {
  flex: 0 0 1rem;
  inline-size: 1rem;
  block-size: 1rem;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: white;
  transition: transform 0.3s;
}
.button_decor i::before {
  color: var(--brand-color);
  transform: rotate(130deg);
  transform-origin: center center;
  font-size: 0.4375rem;
}
@media (any-hover: hover) {
  .button_decor:hover i {
    transform: scale(1.1);
  }
  .button_decor:hover span {
    transform: translateX(0.125rem);
  }
}
.button_decor-transparent {
  padding: 0;
  min-block-size: 0;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
@media (any-hover: hover) {
  .button_decor-transparent:hover {
    background-color: transparent;
  }
}
.button_decor-transparent span {
  color: var(--dark-color);
}
.button_decor-transparent i {
  flex: 0 0 1.5rem;
  inline-size: 1.5rem;
  height: 1.5rem;
  background-color: var(--brand-color);
}
.button_decor-transparent i::before {
  color: white;
  font-size: 0.5rem;
}
.button_decor-transparent-var2 {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.3);
}
@media (any-hover: hover) {
  .button_decor-transparent-var2:hover {
    border-color: var(--brand-color);
  }
}
.button_transparent {
  border: 0.0625rem solid rgba(255, 255, 255, 0.3);
  min-block-size: 2.5rem;
  padding-inline: 0.875rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.button_transparent span {
  font-size: 0.75rem;
}
@media (any-hover: hover) {
  .button_transparent:hover {
    background-color: var(--dark-bg-color);
    border-color: var(--dark-bg-color);
  }
}
.button_transparent-var2 {
  background-color: transparent;
  border-color: rgba(255, 255, 255, 0.3) !important;
}
@media (max-width: 47.99875em) {
  .button__desktop-text {
    display: none;
  }
}
@media (min-width: 47.99875em) {
  .button__mobile-text {
    display: none;
  }
}
.button_white i {
  flex: 0 0 1rem;
  inline-size: 1rem;
  block-size: 1rem;
  background-color: white;
}
.button_white i::before {
  color: var(--dark-color);
  font-size: 0.375rem;
}
.button_white span {
  color: white;
  font-size: 1rem;
}
@media (any-hover: hover) {
  .button_white:hover span {
    color: var(--brand-color) !important;
  }
}
@media (max-width: 29.99875em) {
  .button {
    font-size: 0.875rem;
  }
}

.buttons {
  align-items: center;
  gap: 0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.close {
  flex: 0 0 3.4375rem;
  inline-size: 3.4375rem;
  block-size: 3.4375rem;
  border-radius: 50%;
  background-color: transparent;
  border: 0.0625rem solid rgba(20, 27, 47, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--main-bg-color);
  transition: background-color 0.3s;
}
@media (any-hover: hover) {
  .close:hover {
    background-color: var(--brand-color);
  }
  .close:hover i::before {
    color: white;
  }
}
.close i {
  flex: 0 0 0.9375rem;
  inline-size: 0.9375rem;
  block-size: 0.9375rem;
}
.close i::before {
  transition: color 0.3s;
  font-size: 1rem;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.modal {
  position: fixed;
  z-index: 1000;
  inset: 0;
}
.modal__overlay {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: end;
  position: relative;
}
@media (min-width: 47.99875em) {
  .modal__overlay {
    padding: 2.5rem;
  }
}
.modal__body {
  background-color: transparent;
  inline-size: 100%;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  padding: 2rem 2rem 0 2rem;
}
@media (min-width: 47.99875em) {
  .modal__body {
    justify-content: space-between;
  }
}
@media (max-width: 37.5em) {
  .modal__body {
    padding: 1.5rem 1.5rem 0 1.5rem;
  }
}
.modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
  inline-size: 100%;
  background-color: var(--main-bg-color);
}
.modal__header .close {
  margin-left: auto;
  border-color: rgba(20, 27, 47, 0.3);
}
@media (any-hover: hover) {
  .modal__header .close:hover i::before {
    color: white;
  }
}
.modal__header .close i::before {
  color: var(--dark-color);
}
.modal__header-icon {
  flex: 0 0 3.8125rem;
  inline-size: 3.8125rem;
  block-size: 3.8125rem;
}
.modal__header-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
@media (max-width: 47.99875em) {
  .modal__header-icon {
    display: none;
  }
}
.modal__content {
  overflow: hidden;
  align-items: start;
  background-color: var(--main-bg-color);
  height: 100%;
  width: 100%;
}
@media (min-width: 47.99875em) {
  .modal__content {
    max-width: 43.75rem;
    margin-left: auto;
    border-radius: var(--big-border-radius);
  }
}
.modal__content .swiper-navigation__btn_prev {
  inset-inline-start: 0.3125rem;
}
.modal__content .swiper-navigation__btn_next {
  inset-inline-end: 0.3125rem;
}
.modal__content .slide-planning__image {
  padding-bottom: 72%;
  inline-size: 58%;
}
.modal__wrapper {
  overflow: hidden;
}
@media (max-width: 47.99875em) {
  .modal__wrapper {
    margin-block: auto;
  }
}
.modal__wrapper-scroll {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
  padding-top: 2.75rem;
  height: 100%;
  overflow-y: auto;
  padding-bottom: 2rem;
}
@media (max-width: 37.5em) {
  .modal__wrapper-scroll {
    padding-top: 0.9375rem;
    padding-bottom: 1.5rem;
  }
  .modal__wrapper-scroll::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
  }
}
.modal_planning .swiper-navigation__btn {
  background-color: var(--dark-bg-color-300);
  z-index: 10;
}
@media (any-hover: hover) {
  .modal_planning .swiper-navigation__btn:hover {
    background-color: var(--brand-color);
  }
}
@media (max-width: 29.99875em) {
  .modal_planning .swiper-navigation__btn {
    flex: 0 0 2.5rem;
    inline-size: 2.5rem;
    block-size: 2.5rem;
  }
}
@media (max-width: 29.99875em) {
  .modal_planning .swiper-navigation__btn_prev {
    left: -1.25rem;
  }
}
@media (max-width: 29.99875em) {
  .modal_planning .swiper-navigation__btn_next {
    right: -1.25rem;
  }
}
.modal_planning.modal {
  min-height: 100vh;
  inset: 0;
  background-color: var(--dark-bg-color-300);
}
.modal_planning .modal__overlay {
  padding: 1.5rem;
}
.modal_planning .modal__body {
  display: contents;
  max-width: none;
  padding: 0;
}
.modal_planning .modal__content {
  overflow: visible;
  display: flex;
  flex-direction: column;
  height: calc(100% - 48px);
  background-color: transparent;
  width: 100%;
  margin: 0;
  max-width: 100%;
  border-radius: 0;
  padding: 0;
}
.modal_planning .planning-block__slider {
  padding-top: 0;
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}
.modal_planning .planning-block__slider.swiper {
  overflow: visible;
}
.modal_planning .slide-planning__image-container {
  flex: 1 1 auto;
  padding-inline: 12%;
}
.modal_planning .planning-block__swiper-body {
  max-width: 100%;
  max-height: 100%;
  flex: 1 1 auto;
}
.modal_planning .planning-block__slide {
  justify-content: start;
}
@media (max-width: 29.99875em) {
  .modal_planning .planning-block__slide {
    padding-bottom: 6vh;
  }
}
.modal_planning .slide-planning__bottom {
  justify-content: center;
}
.modal_planning .swiper-fractions {
  text-align: center;
  position: relative;
}
.modal_planning .slide-planning__image {
  width: 100%;
  padding-bottom: 0;
  height: 100%;
}
@media (min-width: 47.99875em) {
  .modal_thanks .modal__overlay {
    align-items: end;
  }
}
@media (min-width: 47.99875em) {
  .modal_thanks .title {
    max-width: 28.125rem;
  }
}
@media (max-width: 47.99875em) {
  .modal_thanks .title {
    text-align: center;
    max-width: 18.75rem;
    margin: auto;
    font-size: 1.75rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
  }
  .modal_thanks .title::before {
    content: "";
    flex: 0 0 3.75rem;
    width: 3.75rem;
    height: 3.75rem;
    background: url("../img/icons/complete.svg") 0 0 no-repeat;
  }
}
@media (min-width: 47.99875em) {
  .modal_thanks .modal__content {
    height: auto;
  }
}
.modal_thanks .modal__body {
  padding: 2rem;
}
@media (min-width: 47.99875em) {
  .modal_thanks .modal__body {
    min-height: 19.875rem;
  }
}
@media (max-width: 47.99875em) {
  .modal_thanks .modal__body {
    padding: 1.5rem;
  }
}
.modal_center {
  overflow: auto;
  overflow-x: hidden;
}
.modal_center .modal__overlay {
  width: 100%;
  height: auto;
  min-height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 3.125rem;
  position: relative;
}
@media (max-width: 47.99875em) {
  .modal_center .modal__overlay {
    padding: 2.5rem;
    border-radius: var(--main-border-radius);
  }
}
.modal_center .close {
  position: absolute;
  top: -1.875rem;
  right: -1.875rem;
  width: var(--size-destop);
  height: var(--size-destop);
  --size-destop: 35px;
}
.modal_center .close i {
  position: relative;
  top: 0.0625rem;
  width: calc(var(--size-destop) / 2);
  height: calc(var(--size-destop) / 2);
  display: flex;
  justify-content: center;
  align-items: center;
}
.modal_center .close i::before {
  font-size: 0.625rem;
}
@media (max-width: 47.99875em) {
  .modal_center .close i {
    width: calc(var(--size-mobile) / 2);
    height: calc(var(--size-mobile) / 2);
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmslideIn {
  from {
    transform: translateY(15%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes mmslideOut {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-10%);
  }
}
.modal[aria-hidden=false] .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=false] .modal__container {
  animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__overlay {
  animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal[aria-hidden=true] .modal__container {
  animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.modal .modal__container,
.modal .modal__overlay {
  will-change: transform;
}

.modal {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.modal.is-open {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
}

.modal[aria-hidden=false]:not(.thanks-page) .modal__overlay {
  animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

@font-face {
  font-family: "lg";
  src: url("data:font/woff2;base64,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") format("woff2"), url("data:font/woff;base64,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") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}

.lg-icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "lg" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.lg-container {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.lg-next,
.lg-prev {
  background-color: rgba(0, 0, 0, 0.45);
  border-radius: 2px;
  color: #999;
  cursor: pointer;
  display: block;
  font-size: 22px;
  margin-top: -10px;
  padding: 8px 10px 9px;
  position: absolute;
  top: 50%;
  z-index: 1080;
  outline: none;
  border: none;
}

.lg-next.disabled,
.lg-prev.disabled {
  opacity: 0 !important;
  cursor: default;
}

.lg-next:hover:not(.disabled),
.lg-prev:hover:not(.disabled) {
  color: #fff;
}

.lg-single-item .lg-next,
.lg-single-item .lg-prev {
  display: none;
}

.lg-next {
  right: 20px;
}

.lg-next:before {
  content: "\e095";
}

.lg-prev {
  left: 20px;
}

.lg-prev:after {
  content: "\e094";
}

@-webkit-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-right-end {
  0% {
    left: 0;
  }
  50% {
    left: -30px;
  }
  100% {
    left: 0;
  }
}

@-webkit-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-moz-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@-ms-keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

@keyframes lg-left-end {
  0% {
    left: 0;
  }
  50% {
    left: 30px;
  }
  100% {
    left: 0;
  }
}

.lg-outer.lg-right-end .lg-object {
  -webkit-animation: lg-right-end 0.3s;
  -o-animation: lg-right-end 0.3s;
  animation: lg-right-end 0.3s;
  position: relative;
}

.lg-outer.lg-left-end .lg-object {
  -webkit-animation: lg-left-end 0.3s;
  -o-animation: lg-left-end 0.3s;
  animation: lg-left-end 0.3s;
  position: relative;
}

.lg-toolbar {
  z-index: 1082;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.lg-media-overlap .lg-toolbar {
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.4));
}

.lg-toolbar .lg-icon {
  color: #999;
  cursor: pointer;
  float: right;
  font-size: 24px;
  height: 47px;
  line-height: 27px;
  padding: 10px 0;
  text-align: center;
  width: 50px;
  text-decoration: none !important;
  outline: medium none;
  will-change: color;
  -webkit-transition: color 0.2s linear;
  -o-transition: color 0.2s linear;
  transition: color 0.2s linear;
  background: none;
  border: none;
  box-shadow: none;
}

.lg-toolbar .lg-icon.lg-icon-18 {
  font-size: 18px;
}

.lg-toolbar .lg-icon:hover {
  color: #fff;
}

.lg-toolbar .lg-close:after {
  content: "\e070";
}

.lg-toolbar .lg-maximize {
  font-size: 22px;
}

.lg-toolbar .lg-maximize:after {
  content: "\e90a";
}

.lg-toolbar .lg-download:after {
  content: "\e0f2";
}

.lg-sub-html {
  color: #eee;
  font-size: 16px;
  padding: 10px 40px;
  text-align: center;
  z-index: 1080;
  opacity: 0;
  -webkit-transition: opacity 0.2s ease-out 0s;
  -o-transition: opacity 0.2s ease-out 0s;
  transition: opacity 0.2s ease-out 0s;
}

.lg-sub-html h4 {
  margin: 0;
  font-size: 13px;
  font-weight: bold;
}

.lg-sub-html p {
  font-size: 12px;
  margin: 5px 0 0;
}

.lg-sub-html a {
  color: inherit;
}

.lg-sub-html a:hover {
  text-decoration: underline;
}

.lg-media-overlap .lg-sub-html {
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}

.lg-item .lg-sub-html {
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}

.lg-error-msg {
  font-size: 14px;
  color: #999;
}

.lg-counter {
  color: #999;
  display: inline-block;
  font-size: 16px;
  padding-left: 20px;
  padding-top: 12px;
  height: 47px;
  vertical-align: middle;
}

.lg-closing .lg-toolbar,
.lg-closing .lg-prev,
.lg-closing .lg-next,
.lg-closing .lg-sub-html {
  opacity: 0;
  -webkit-transition: -webkit-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear;
  -moz-transition: -moz-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear;
  -o-transition: -o-transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear;
  transition: transform 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.08s cubic-bezier(0, 0, 0.25, 1) 0s, color 0.08s linear;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable) .lg-video-cont {
  opacity: 0;
  -moz-transform: scale3d(0.5, 0.5, 0.5);
  -o-transform: scale3d(0.5, 0.5, 0.5);
  -ms-transform: scale3d(0.5, 0.5, 0.5);
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -moz-transition: -moz-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  -o-transition: -o-transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
  transition: transform 250ms cubic-bezier(0, 0, 0.25, 1) 0s, opacity 250ms cubic-bezier(0, 0, 0.25, 1) !important;
}

body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-img-wrap,
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item:not(.lg-zoomable).lg-complete .lg-video-cont {
  opacity: 1;
  -moz-transform: scale3d(1, 1, 1);
  -o-transform: scale3d(1, 1, 1);
  -ms-transform: scale3d(1, 1, 1);
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
}

.lg-group:after {
  content: "";
  display: table;
  clear: both;
}

.lg-container {
  display: none;
  outline: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-on {
  scroll-behavior: unset;
}

.lg-toolbar,
.lg-prev,
.lg-next,
.lg-pager-outer,
.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  will-change: transform, opacity;
  -webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-show-in .lg-toolbar,
.lg-show-in .lg-prev,
.lg-show-in .lg-next,
.lg-show-in .lg-pager-outer {
  opacity: 1;
}

.lg-show-in.lg-hide-sub-html .lg-sub-html {
  opacity: 1;
}

.lg-show-in .lg-hide-items .lg-prev {
  opacity: 0;
  -webkit-transform: translate3d(-10px, 0, 0);
  transform: translate3d(-10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-next {
  opacity: 0;
  -webkit-transform: translate3d(10px, 0, 0);
  transform: translate3d(10px, 0, 0);
}

.lg-show-in .lg-hide-items .lg-toolbar {
  opacity: 0;
  -webkit-transform: translate3d(0, -10px, 0);
  transform: translate3d(0, -10px, 0);
}

.lg-show-in .lg-hide-items.lg-hide-sub-html .lg-sub-html {
  opacity: 0;
  -webkit-transform: translate3d(0, 20px, 0);
  transform: translate3d(0, 20px, 0);
}

.lg-outer {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  text-align: left;
  opacity: 0.001;
  outline: none;
  will-change: auto;
  overflow: hidden;
  -webkit-transition: opacity 0.15s ease 0s;
  -o-transition: opacity 0.15s ease 0s;
  transition: opacity 0.15s ease 0s;
}

.lg-outer * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.lg-outer.lg-zoom-from-image {
  opacity: 1;
}

.lg-outer.lg-visible {
  opacity: 1;
}

.lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-prev-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-next-slide, .lg-outer.lg-css3 .lg-item:not(.lg-start-end-progress).lg-current {
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}

.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-outer.lg-grab img.lg-object {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}

.lg-outer.lg-grabbing img.lg-object {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}

.lg-outer .lg-content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.lg-outer .lg-inner {
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  transition: opacity 0s;
  white-space: nowrap;
}

.lg-outer .lg-item {
  will-change: transform, opacity;
  display: none !important;
}

.lg-outer .lg-item:not(.lg-start-end-progress) {
  background: url("data:image/gif;base64,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") no-repeat scroll center center transparent;
}

.lg-outer.lg-css3 .lg-prev-slide,
.lg-outer.lg-css3 .lg-current,
.lg-outer.lg-css3 .lg-next-slide {
  display: inline-block !important;
}

.lg-outer.lg-css .lg-current {
  display: inline-block !important;
}

.lg-outer .lg-item,
.lg-outer .lg-img-wrap {
  display: inline-block;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
}

.lg-outer .lg-item:before,
.lg-outer .lg-img-wrap:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}

.lg-outer .lg-img-wrap {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  white-space: nowrap;
  font-size: 0;
}

.lg-outer .lg-item.lg-complete {
  background-image: none;
}

.lg-outer .lg-item.lg-current {
  z-index: 1060;
}

.lg-outer .lg-object {
  display: inline-block;
  vertical-align: middle;
  max-width: 100%;
  max-height: 100%;
  width: auto;
  height: auto;
  position: relative;
}

.lg-outer .lg-empty-html.lg-sub-html,
.lg-outer .lg-empty-html .lg-sub-html {
  display: none;
}

.lg-outer.lg-hide-download .lg-download {
  opacity: 0.75;
  pointer-events: none;
}

.lg-outer .lg-first-slide .lg-dummy-img {
  position: absolute;
  top: 50%;
  left: 50%;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-components {
  -webkit-transform: translate3d(0, 0%, 0);
  transform: translate3d(0, 0%, 0);
  opacity: 1;
}

.lg-outer.lg-components-open:not(.lg-zoomed) .lg-sub-html {
  opacity: 1;
  transition: opacity 0.2s ease-out 0.15s;
}

.lg-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1040;
  background-color: #000;
  opacity: 0;
  will-change: auto;
  -webkit-transition: opacity 333ms ease-in 0s;
  -o-transition: opacity 333ms ease-in 0s;
  transition: opacity 333ms ease-in 0s;
}

.lg-backdrop.in {
  opacity: 1;
}

.lg-css3.lg-no-trans .lg-prev-slide,
.lg-css3.lg-no-trans .lg-next-slide,
.lg-css3.lg-no-trans .lg-current {
  -webkit-transition: none 0s ease 0s !important;
  -moz-transition: none 0s ease 0s !important;
  -o-transition: none 0s ease 0s !important;
  transition: none 0s ease 0s !important;
}

.lg-css3.lg-use-css3 .lg-item {
  -webkit-backface-visibility: hidden;
  -moz-backface-visibility: hidden;
  backface-visibility: hidden;
}

.lg-css3.lg-fade .lg-item {
  opacity: 0;
}

.lg-css3.lg-fade .lg-item.lg-current {
  opacity: 1;
}

.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current {
  -webkit-transition: opacity 0.1s ease 0s;
  -moz-transition: opacity 0.1s ease 0s;
  -o-transition: opacity 0.1s ease 0s;
  transition: opacity 0.1s ease 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275) 0s;
}

.lg-css3.lg-use-css3 .lg-item.lg-start-end-progress {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item {
  opacity: 0;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current {
  -webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  -o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
  transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
}

.lg-container {
  display: none;
}

.lg-container.lg-show {
  display: block;
}

.lg-container.lg-dragging-vertical .lg-backdrop {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
}

.lg-container.lg-dragging-vertical .lg-css3 .lg-item.lg-current {
  -webkit-transition-duration: 0s !important;
  transition-duration: 0s !important;
  opacity: 1;
}

.lg-inline .lg-backdrop,
.lg-inline .lg-outer {
  position: absolute;
}

.lg-inline .lg-backdrop {
  z-index: 1;
}

.lg-inline .lg-outer {
  z-index: 2;
}

.lg-inline .lg-maximize:after {
  content: "\e909";
}

.lg-components {
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  will-change: transform;
  -webkit-transition: -webkit-transform 0.35s ease-out 0s;
  -moz-transition: -moz-transform 0.35s ease-out 0s;
  -o-transition: -o-transform 0.35s ease-out 0s;
  transition: transform 0.35s ease-out 0s;
  z-index: 1080;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.footer {
  padding-block-start: 5rem;
  padding-block-end: 1.6875rem;
  background-color: var(--dark-bg-color);
}
@media (max-width: 47.99875em) {
  .footer {
    padding-block: 3.75rem;
    font-size: 1rem;
  }
}
.footer__top:not(:last-child) {
  margin-block-end: 4.5rem;
}
.footer__main {
  display: grid;
  align-items: start;
  gap: 3.75rem;
}
.footer__main:not(:last-child) {
  margin-block-end: 4.5rem;
}
@media (min-width: 47.99875em) {
  .footer__main {
    justify-content: space-between;
    grid-template-columns: auto 12.5rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__main {
    gap: 2.75rem;
  }
}
.footer .logo-text:not(:last-child) {
  margin-block-end: 2.75rem;
}
@media (max-width: 47.99875em) {
  .footer .logo-text:not(:last-child) {
    margin-block-end: 2rem;
  }
}
.footer__navigation {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: start;
  row-gap: 0.75rem;
}
@media (min-width: 80.75em) {
  .footer__navigation {
    column-gap: 7.5rem;
  }
}
@media (min-width: 47.99875em) and (max-width: 80.75em) {
  @supports (column-gap: clamp( 3.75rem , -1.7458303118rem  +  11.4499446586vw , 7.5rem )) {
    .footer__navigation {
      column-gap: clamp( 3.75rem , -1.7458303118rem  +  11.4499446586vw , 7.5rem );
    }
  }
  @supports not (column-gap: clamp( 3.75rem , -1.7458303118rem  +  11.4499446586vw , 7.5rem )) {
    .footer__navigation {
      column-gap: calc(3.75rem + 3.75 * (100vw - 47.99875rem) / 32.75125);
    }
  }
}
@media (max-width: 47.99875em) {
  .footer__navigation {
    column-gap: 3.75rem;
  }
}
@media (max-width: 47.99875em) {
  .footer__navigation {
    grid-template-columns: repeat(2, 1fr);
    gap: 2.75rem;
  }
}
.footer__list {
  display: grid;
  gap: 0.75rem;
}
.footer__link {
  color: white;
  font-weight: 500;
}
.footer__bottom {
  display: grid;
  justify-content: space-between;
  align-items: center;
  gap: 1.5rem;
  color: rgba(255, 255, 255, 0.6);
  font-size: 0.75rem;
  color: rgba(255, 255, 255, 0.6);
  font-weight: 500;
}
@media (min-width: 47.99875em) {
  .footer__bottom {
    grid-template-columns: auto 12.5rem auto;
  }
}
@media (max-width: 47.99875em) {
  .footer__bottom {
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 47.99875em) {
  .footer__copy {
    order: 1;
  }
}
@media (max-width: 47.99875em) {
  .footer__item-link {
    order: 2;
  }
}
.footer .content {
  max-inline-size: 26.75rem;
  margin-inline: auto;
}
@media (max-width: 29.99875em) {
  .footer .content .title {
    max-width: 18.75rem;
  }
}
@media (max-width: 47.99875em) {
  .footer .link-studio {
    order: 3;
  }
}
@media (min-width: 47.99875em) {
  .footer .contacts {
    margin-inline-start: auto;
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.ctn-preloader {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 900;
  cursor: none;
}
.ctn-preloader:before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--main-bg-color);
  opacity: 0.2;
  transition: 0.8s 0.6s transform cubic-bezier(0.1, 0.1, 0.1, 1);
}
.loaded .ctn-preloader::before {
  transform: translateY(-100%);
}

.load {
  flex: 0 0 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
  position: relative;
  z-index: 991;
}
.loaded .load {
  opacity: 0;
  transition: 0.3s ease-out;
}

.load hr {
  border: 0;
  margin: 0;
  width: 40%;
  height: 40%;
  position: absolute;
  border-radius: 50%;
  animation: spin 2s ease infinite;
}

.load :first-child {
  animation-delay: -1.5s;
}

.load :nth-child(2) {
  animation-delay: -1s;
}

.load :nth-child(3) {
  animation-delay: -0.5s;
}

@keyframes spin {
  0%, 100% {
    transform: translate(0);
  }
  25% {
    transform: translate(160%);
  }
  50% {
    transform: translate(160%, 160%);
  }
  75% {
    transform: translate(0, 160%);
  }
}
.loader-section {
  position: fixed;
  background-color: var(--main-bg-color);
  height: 100%;
  width: calc(100% + 1px);
  top: 0;
  left: 0;
}
.loaded .loader-section {
  transform: translateY(-101%);
  transition: 1s 0.3s all cubic-bezier(0.1, 0.1, 0.1, 1);
}

.pr-color-1 {
  background-color: var(--pr-color-1);
}

.pr-color-2 {
  background-color: var(--pr-color-2);
}

.pr-color-3 {
  background-color: var(--pr-color-3);
}

.pr-color-4 {
  background-color: var(--pr-color-4);
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.article__body {
  display: flex;
}
@media (min-width: 47.99875em) and (min-width: 80.75em) {
  .article__body {
    gap: 11.375rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 47.99875em) and (max-width: 80.75em) {
  @supports (gap: clamp( 1.875rem , -12.0477701233rem  +  29.0065264685vw , 11.375rem )) {
    .article__body {
      gap: clamp( 1.875rem , -12.0477701233rem  +  29.0065264685vw , 11.375rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , -12.0477701233rem  +  29.0065264685vw , 11.375rem )) {
    .article__body {
      gap: calc(1.875rem + 9.5 * (100vw - 47.99875rem) / 32.75125);
    }
  }
}
@media (min-width: 47.99875em) and (max-width: 47.99875em) {
  .article__body {
    gap: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .article__body {
    flex-direction: column;
  }
}
@media (min-width: 47.99875em) {
  .article__content {
    flex: 0 0 48.53%;
  }
}
@media (min-width: 47.99875em) {
  .article__navigaton {
    flex: 0 0 26.47%;
  }
}

.article-navigation {
  display: flex;
  flex-direction: column;
}
@media (min-width: 47.99875em) {
  .article-navigation {
    align-items: center;
    position: sticky;
    top: 13.75rem;
    overflow: hidden;
  }
}
@media (min-width: 47.99875em) {
  .article-navigation nav {
    padding-inline-start: 3rem;
  }
}
.article-navigation__title {
  color: #22282b;
  font-size: 1.5rem;
  font-weight: 600;
  letter-spacing: -0.045rem;
}
.article-navigation__title:not(:last-child) {
  margin-block-end: 0.75rem;
}
.article-navigation__list {
  display: grid;
  gap: 0.75rem !important;
  overflow-y: auto;
  max-height: 18.75rem;
  padding-right: 0.9375rem;
}
@media (max-width: 47.99875em) {
  .article-navigation__list {
    padding: 0 !important;
  }
}
.article-navigation__link {
  font-size: 1rem;
  color: rgba(0, 0, 0, 0.6);
  display: flex;
  gap: 0.625rem;
  transition: color 0.3s;
}
@media (any-hover: hover) {
  .article-navigation__link:hover {
    color: black;
  }
}
.article-navigation__link::before {
  content: "";
  display: inline-block;
  width: 0.25rem;
  background-color: var(--brand-color);
  opacity: 0;
  visibility: hidden;
}
@media (min-width: 47.99875em) {
  .article-navigation__link.active-section {
    color: black;
  }
  .article-navigation__link.active-section::before {
    opacity: 1;
    visibility: visible;
  }
}
@media (max-width: 47.99875em) {
  .article-navigation__link {
    font-weight: 500;
    text-decoration: none !important;
  }
}
@media (max-width: 47.99875em) {
  .article-navigation {
    display: flex !important;
    margin-block-start: 2.75rem;
  }
  .article-navigation ul {
    margin: 0 !important;
  }
}

.post-content {
  color: #909da2;
  font-size: 1.125rem;
  letter-spacing: -0.0225rem;
}
.post-content img {
  display: inline-block;
  margin-block: 2.25rem;
  border-radius: var(--main-border-radius);
  aspect-ratio: 660/428;
  object-fit: cover;
}
@media (max-width: 47.99875em) {
  .post-content img {
    aspect-ratio: 335/260;
  }
}
.post-content time {
  letter-spacing: -0.0175rem;
}
.post-content time:not(:last-child) {
  margin-block-end: 1.5rem;
}
@media (max-width: 47.99875em) {
  .post-content time:not(:last-child) {
    margin-block-end: 1rem;
  }
}
.post-content h1 {
  color: #22282b;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: -0.0675rem;
}
@media (min-width: 80.75em) {
  .post-content h1 {
    font-size: 2.25rem;
  }
}
@media (min-width: 20em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.75rem , 1.5853909465rem  +  0.8230452675vw , 2.25rem )) {
    .post-content h1 {
      font-size: clamp( 1.75rem , 1.5853909465rem  +  0.8230452675vw , 2.25rem );
    }
  }
  @supports not (font-size: clamp( 1.75rem , 1.5853909465rem  +  0.8230452675vw , 2.25rem )) {
    .post-content h1 {
      font-size: calc(1.75rem + 0.5 * (100vw - 20rem) / 60.75);
    }
  }
}
@media (max-width: 20em) {
  .post-content h1 {
    font-size: 1.75rem;
  }
}
.post-content h1:not(:last-child) {
  margin-block-end: 2.25rem;
}
.post-content h1 + img {
  margin: 0;
}
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
  font-size: 1.5rem;
  color: #22282b;
  font-weight: 600;
  letter-spacing: -0.045rem;
  line-height: 1.3;
  margin-top: 2.875rem;
}
.post-content h2:not(:last-child),
.post-content h3:not(:last-child),
.post-content h4:not(:last-child),
.post-content h5:not(:last-child),
.post-content h6:not(:last-child) {
  padding-block-end: 0.75rem;
}
@media (max-width: 29.99875em) {
  .post-content h2,
  .post-content h3,
  .post-content h4,
  .post-content h5,
  .post-content h6 {
    font-size: 1.125rem;
  }
}
.post-content a {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .post-content a:hover {
    text-decoration: none;
  }
}
.post-content ol,
.post-content ul {
  padding-block: 1.25rem;
}
@media (max-width: 29.99875em) {
  .post-content {
    font-size: 0.875rem;
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.blog-section__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 47.99875em) {
  .blog-section__container {
    gap: 2.1875rem;
  }
}
.page .blog-section__container {
  align-items: start;
}
.blog-section__container .button {
  margin: 0 auto;
}
.blog-section__container .navigation-buttons:not(:last-child) {
  margin-bottom: 3rem;
}
@media (max-width: 47.99875em) {
  .blog-section__container .navigation-buttons:not(:last-child) {
    margin-bottom: 2.1875rem;
  }
}
@media (min-width: 47.99875em) {
  .blog-section__container .navigation-buttons {
    justify-content: center;
  }
}
.blog-section__header {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.blog-section__header_wide {
  justify-content: space-between;
  width: 100%;
}
@media (min-width: 47.99875em) {
  .blog-section__header_wide {
    flex-direction: row;
    align-items: end;
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.projects-section__container {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (max-width: 47.99875em) {
  .projects-section__container {
    gap: 2.6875rem;
  }
}
.projects-section__container .button {
  align-self: center;
}

.projects {
  display: grid;
  row-gap: 2.25rem;
}
@media (min-width: 80.75em) {
  .projects {
    column-gap: 1.625rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (column-gap: clamp( 0.9375rem , -1.3356359576rem  +  3.6664222385vw , 1.625rem )) {
    .projects {
      column-gap: clamp( 0.9375rem , -1.3356359576rem  +  3.6664222385vw , 1.625rem );
    }
  }
  @supports not (column-gap: clamp( 0.9375rem , -1.3356359576rem  +  3.6664222385vw , 1.625rem )) {
    .projects {
      column-gap: calc(0.9375rem + 0.6875 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (max-width: 61.99875em) {
  .projects {
    column-gap: 0.9375rem;
  }
}
@media (min-width: 61.99875em) {
  .projects {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 47.99875em) and (max-width: 61.99875em) {
  .projects {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.99875em) {
  .projects {
    row-gap: 2.5rem;
  }
}

.card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
.card__link {
  display: block;
}
.card .labels-content {
  margin: 0;
}
.card .labels-content .project-item__icon {
  position: relative;
  z-index: 2;
  flex: 0 0 1.875rem;
  inline-size: 1.875rem;
  block-size: 1.875rem;
}
.card .labels-content .project-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  align-self: start;
  padding: 1.25rem;
}
.card__bottom {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  align-self: end;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.card__image-wrapper {
  display: grid;
}
@media (any-hover: hover) {
  .card__image-wrapper:hover img {
    transform: scale(1.02);
  }
}
.card__image-wrapper > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.card__slider {
  position: relative;
}
.card__slider:not(.swiper-initialized) .card__img:not(:first-child) {
  display: none;
}
.card__wrapper img {
  will-change: transform;
  transition: transform 1s;
}
.card__img {
  inline-size: 100%;
  padding-block-end: 83.945%;
}
.card__body {
  display: flex;
  flex-direction: column;
  gap: 1.125rem;
  inline-size: 100%;
  block-size: 100%;
}
.card__body .button {
  align-self: start;
  margin-top: auto;
}
.card__content {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
}
.card__content-column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.card__content-column:nth-child(2) {
  align-items: end;
  flex-shrink: 0;
}
@media (min-width: 61.99875em) and (min-width: 80.75em) {
  .card__name.title_xs {
    font-size: 1.25rem;
  }
}
@media (min-width: 61.99875em) and (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.0625rem , 0.4425538297rem  +  0.9999333378vw , 1.25rem )) {
    .card__name.title_xs {
      font-size: clamp( 1.0625rem , 0.4425538297rem  +  0.9999333378vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.0625rem , 0.4425538297rem  +  0.9999333378vw , 1.25rem )) {
    .card__name.title_xs {
      font-size: calc(1.0625rem + 0.1875 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (min-width: 61.99875em) and (max-width: 61.99875em) {
  .card__name.title_xs {
    font-size: 1.0625rem;
  }
}
@media (max-width: 47.99875em) {
  .card__name.title_xs {
    font-size: 1.25rem;
  }
}
.card__date {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(20, 27, 47, 0.4);
}
.card__address, .card__area {
  color: rgba(20, 27, 47, 0.4);
  font-size: 0.75rem;
}
@media (max-width: 47.99875em) {
  .card__area {
    font-size: 0.6875rem;
  }
}
.card__price {
  font-weight: 600;
  color: var(--dark-color);
}
@media (max-width: 47.99875em) {
  .card__price {
    font-size: 0.875rem;
  }
}
.card .swiper-navigation__btn.swiper-button-disabled {
  pointer-events: all;
}

.label-card {
  padding: 0.625rem 0.75rem;
  background-color: white;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  border-radius: var(--middle-border-radius);
  font-size: 0.625rem;
  font-weight: 600;
}
.label-card_oragne {
  background-color: var(--brand-color);
  color: white;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.hero {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  position: relative;
  position: relative;
}
.hero > iframe,
.hero video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  z-index: -1;
}
.hero__container {
  min-height: 100svh;
  display: flex;
  flex-direction: column;
  justify-content: end;
  gap: 1.875rem;
  z-index: 2;
}
@media (max-width: 29.99875em) {
  .hero__container {
    gap: 0.9375rem;
  }
}
.hero::before {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2509803922) 42.95%, rgba(0, 0, 0, 0));
  height: 10.625rem;
  z-index: 2;
  pointer-events: none;
}
@media (max-width: 47.99875em) {
  .hero::before {
    height: 6.25rem;
  }
}
.hero__slider {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.hero__slide img,
.hero__slide video {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}
.hero__body {
  padding-top: 6.5625rem;
  padding-bottom: 3rem;
  position: relative;
  display: flex;
  justify-content: space-between;
  gap: 2rem;
}
@media (min-width: 47.99875em) {
  .hero__body {
    align-items: end;
  }
}
@media (max-width: 47.99875em) {
  .hero__body {
    flex-direction: column-reverse;
  }
}
.hero__body::before {
  content: "";
  position: absolute;
  width: 1000vw;
  left: calc(50% - 100vw);
  height: 100%;
  bottom: 0;
  background: linear-gradient(180deg, rgba(20, 27, 47, 0) 0%, rgba(20, 27, 47, 0.6) 50%);
  z-index: -1;
}
.hero__body .title {
  max-width: 34.375rem;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.complex__body {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 47.99875em) {
  .complex__body {
    gap: 2.25rem;
  }
}

.gallery {
  position: relative;
}
@media (min-width: 47.99875em) {
  .gallery .row {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
  }
}
@media (max-width: 47.99875em) {
  .gallery .row {
    margin-top: 2rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 80.75em) {
  .gallery {
    height: 31.25rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 47.99875em) and (max-width: 80.75em) {
  @supports (height: clamp( 18.125rem , -1.1104060914rem  +  40.0748063051vw , 31.25rem )) {
    .gallery {
      height: clamp( 18.125rem , -1.1104060914rem  +  40.0748063051vw , 31.25rem );
    }
  }
  @supports not (height: clamp( 18.125rem , -1.1104060914rem  +  40.0748063051vw , 31.25rem )) {
    .gallery {
      height: calc(18.125rem + 13.125 * (100vw - 47.99875rem) / 32.75125);
    }
  }
}
@media (min-width: 47.99875em) and (max-width: 47.99875em) {
  .gallery {
    height: 18.125rem;
  }
}
@media (min-width: 47.99875em) {
  .gallery.swiper {
    overflow: visible;
  }
}
@media (min-width: 47.99875em) {
  .gallery__wrapper {
    align-items: start;
  }
}
.gallery .image {
  user-select: none;
  padding-bottom: 18.75%;
}
.gallery .image img {
  will-change: transform;
  transition: transform 1s ease;
}
@media (any-hover: hover) {
  .gallery .image:hover img {
    transform: scale(1.02);
  }
}
@media (min-width: 47.99875em) {
  .gallery .image {
    transition: all 0.5s;
  }
}
@media (min-width: 47.99875em) {
  .gallery .image.swiper-slide-active + .swiper-slide {
    padding-bottom: 30.883%;
    width: 50% !important;
  }
}
@media (min-width: 29.99875em) and (max-width: 47.99875em) {
  .gallery .image {
    padding-bottom: 50%;
  }
}
@media (max-width: 29.99875em) {
  .gallery .image {
    padding-bottom: 134.616%;
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.statistics {
  background-color: var(--dark-bg-color);
}
.statistics__container {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
.statistics__items-body {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.statistics-items {
  display: grid;
  gap: 1.25rem;
}
@media (min-width: 61.99875em) {
  .statistics-items {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (min-width: 47.99875em) and (max-width: 61.99875em) {
  .statistics-items {
    grid-template-columns: repeat(2, 1fr);
  }
}
.statistics-items_col-3 {
  gap: 1.25rem 1.375rem;
}
@media (min-width: 64em) {
  .statistics-items_col-3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 47.99875em) and (max-width: 64em) {
  .statistics-items_col-3 {
    grid-template-columns: repeat(2, 1fr);
  }
}

.statistics-item {
  padding: 1.5rem;
  background-color: var(--dark-bg-color-300);
  border-radius: var(--big-border-radius);
  border: 0.0625rem solid rgba(255, 255, 255, 0.2);
  color: white;
  display: flex;
  flex-direction: column;
  gap: 1.75rem;
}
@media (min-width: 61.99875em) and (min-width: 80.75em) {
  .statistics-item {
    font-size: 1rem;
  }
}
@media (min-width: 61.99875em) and (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 0.75rem , -0.0765948937rem  +  1.3332444504vw , 1rem )) {
    .statistics-item {
      font-size: clamp( 0.75rem , -0.0765948937rem  +  1.3332444504vw , 1rem );
    }
  }
  @supports not (font-size: clamp( 0.75rem , -0.0765948937rem  +  1.3332444504vw , 1rem )) {
    .statistics-item {
      font-size: calc(0.75rem + 0.25 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (min-width: 61.99875em) and (max-width: 61.99875em) {
  .statistics-item {
    font-size: 0.75rem;
  }
}
.statistics-item__header {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.statistics-item__icon {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  border-radius: 0.75rem;
  background-color: var(--dark-bg-color-400);
  display: flex;
  justify-content: center;
  align-items: center;
}
.statistics-item__icon img {
  width: 1.5rem;
  height: 1.5rem;
  object-fit: contain;
}
@media (min-width: 47.99875em) and (max-width: 64em) {
  .statistics-item__icon img {
    flex: 0 0 1.125rem;
    width: 1.125rem;
    height: 1.125rem;
  }
}
@media (min-width: 47.99875em) and (max-width: 64em) {
  .statistics-item__icon {
    flex: 0 0 2.375rem;
    width: 2.375rem;
    height: 2.375rem;
  }
}
.statistics-item__title {
  font-weight: 600;
}
.statistics-item__value {
  display: flex;
  align-self: center;
  font-weight: 600;
  line-height: 1;
}
@media (min-width: 80.75em) {
  .statistics-item__value {
    font-size: 5rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 3.75rem , -0.3829744684rem  +  6.6662222518vw , 5rem )) {
    .statistics-item__value {
      font-size: clamp( 3.75rem , -0.3829744684rem  +  6.6662222518vw , 5rem );
    }
  }
  @supports not (font-size: clamp( 3.75rem , -0.3829744684rem  +  6.6662222518vw , 5rem )) {
    .statistics-item__value {
      font-size: calc(3.75rem + 1.25 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (max-width: 61.99875em) {
  .statistics-item__value {
    font-size: 3.75rem;
  }
}
@media (max-width: 47.99875em) {
  .statistics-item__value {
    font-size: 7.5rem;
  }
}
@media (max-width: 29.99875em) {
  .statistics-item__value {
    font-size: 5.125rem;
  }
}
.statistics-item__text {
  color: rgba(255, 255, 255, 0.8);
  line-height: 140%;
}
@media (max-width: 29.99875em) {
  .statistics-item__text {
    max-width: 14.375rem;
  }
}
.statistics-item_var-2 {
  display: flex;
  align-items: center;
  flex-direction: row;
  gap: 1rem;
}
.statistics-item_var-2 .statistics-item__icon {
  flex: 0 0 6.25rem;
  width: 6.25rem;
  height: 6.25rem;
}
@media (max-width: 47.99875em) {
  .statistics-item_var-2 .statistics-item__icon {
    flex: 0 0 2.75rem;
    width: 2.75rem;
    height: 2.75rem;
  }
}
.statistics-item_var-2 .statistics-item__icon img {
  width: 3rem;
  height: 3rem;
}
@media (max-width: 47.99875em) {
  .statistics-item_var-2 .statistics-item__icon img {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.statistics-item_var-2 .statistics-item__text {
  color: white;
  font-weight: 600;
  max-width: 16.75rem;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.advantages-block__container {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3rem;
}
@media (max-width: 47.99875em) {
  .advantages-block__container {
    gap: 2.5rem;
  }
}
.advantages-item {
  position: sticky;
  top: 0;
}
.scrolled-top .advantages-item {
  top: 4.375rem;
}
.advantages-item:not(:last-child) .advantages-item__wrapper {
  padding-bottom: 2.75rem;
}
.advantages-item__wrapper {
  display: flex;
  padding-top: 1.5rem;
  background-color: var(--main-bg-color);
  border-block: 0.0625rem solid rgba(0, 0, 0, 0.2);
}
@media (min-width: 80.75em) {
  .advantages-item__wrapper {
    gap: 9.875rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (gap: clamp( 1.875rem , -24.5760365976rem  +  42.6638224118vw , 9.875rem )) {
    .advantages-item__wrapper {
      gap: clamp( 1.875rem , -24.5760365976rem  +  42.6638224118vw , 9.875rem );
    }
  }
  @supports not (gap: clamp( 1.875rem , -24.5760365976rem  +  42.6638224118vw , 9.875rem )) {
    .advantages-item__wrapper {
      gap: calc(1.875rem + 8 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (max-width: 61.99875em) {
  .advantages-item__wrapper {
    gap: 1.875rem;
  }
}
@media (max-width: 47.99875em) {
  .advantages-item__wrapper {
    flex-direction: column;
    padding-top: 1rem;
  }
  .advantages-item__wrapper:not(:last-child) {
    padding-bottom: 2.25rem;
  }
}
.advantages-item__wrapper:last-child {
  border-bottom: none;
  padding-bottom: 0;
}
.advantages-item__content {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  gap: 1.4375rem;
}
@media (min-width: 47.99875em) {
  .advantages-item__content .image {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .advantages-item__content .image {
    padding-bottom: 77.244% !important;
  }
}
.advantages-item__header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.75rem;
  flex: 1 1 auto;
}
.advantages-item__number {
  border-radius: 1.5rem;
  border: 0.0625rem solid rgba(0, 0, 0, 0.2);
  padding: 0.375rem 0.5rem;
  color: #494748;
}
@media (max-width: 47.99875em) {
  .advantages-item__number {
    font-size: 0.75rem;
  }
}
.advantages-item__title {
  font-size: 2rem;
  color: var(--dark-color);
  line-height: 1.1;
  letter-spacing: -0.02em;
}
@media (max-width: 47.99875em) {
  .advantages-item__title {
    font-size: 1.5rem;
  }
}
.advantages-item__text {
  font-size: 1.125rem;
}
@media (max-width: 47.99875em) {
  .advantages-item__text {
    font-size: 0.9375rem;
  }
}
.advantages-item__column {
  flex: 0 0 47.7945%;
  align-self: center;
}
@media (max-width: 47.99875em) {
  .advantages-item__column {
    display: none;
  }
}
.advantages-item .image {
  padding-bottom: 53.847%;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.location__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (max-width: 47.99875em) {
  .location__container .title br {
    display: none;
  }
}
.location__body {
  display: flex;
  align-items: center;
}
@media (min-width: 80.75em) {
  .location__body {
    gap: 6.25rem;
  }
}
@media (min-width: 47.99875em) and (max-width: 80.75em) {
  @supports (gap: clamp( 3.125rem , -1.4548585932rem  +  9.5416205488vw , 6.25rem )) {
    .location__body {
      gap: clamp( 3.125rem , -1.4548585932rem  +  9.5416205488vw , 6.25rem );
    }
  }
  @supports not (gap: clamp( 3.125rem , -1.4548585932rem  +  9.5416205488vw , 6.25rem )) {
    .location__body {
      gap: calc(3.125rem + 3.125 * (100vw - 47.99875rem) / 32.75125);
    }
  }
}
@media (max-width: 47.99875em) {
  .location__body {
    gap: 3.125rem;
  }
}
@media (max-width: 47.99875em) {
  .location__body {
    display: none;
  }
}
@media (min-width: 47.99875em) {
  .location__body-mobile {
    display: none;
  }
}
@media (max-width: 47.99875em) {
  .location__body-mobile .swiper-navigation {
    justify-content: center;
    margin-top: 2.75rem;
  }
}
.location__images {
  flex: 0 0 47.218%;
  padding-bottom: 47.218%;
  position: relative;
}
.location__images .image {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 1;
  transition: opacity 0.5s;
}
.location__images .image._hidden {
  opacity: 0;
}
.location__content {
  flex: 1 1 auto;
}

@media (max-width: 47.99875em) {
  .slide-locatiion {
    display: flex;
    flex-direction: column;
    gap: 1.4375rem;
  }
  .slide-locatiion .image {
    padding-bottom: 77.245%;
  }
  .slide-locatiion .spoiler-location {
    padding-top: 0.75rem;
    padding-left: 0;
  }
  .slide-locatiion .spoiler-location::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0.1875rem;
    background-color: var(--brand-color);
    transform: scale(1);
  }
  .slide-locatiion .spoiler-location__icon svg path {
    fill: var(--brand-color) !important;
  }
  .slide-locatiion .spoiler-location__text {
    color: var(--dark-color);
    font-size: 1.125rem;
    cursor: auto;
  }
  .slide-locatiion .spoiler-location__body {
    font-size: 1rem;
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.planning {
  background-color: var(--dark-bg-color);
  color: white;
}
.planning__container {
  display: flex;
  flex-direction: column;
  gap: 2.75rem;
}
@media (max-width: 47.99875em) {
  .planning__container {
    gap: 2.25rem;
  }
}
@media (min-width: 47.99875em) {
  .planning__container .content {
    align-items: center;
    justify-content: center;
  }
}
@media (max-width: 47.99875em) {
  .planning__container .content {
    align-items: start;
  }
  .planning__container .content .title {
    text-align: left;
  }
}

.tabs {
  width: 100%;
}
.tabs__inner {
  display: flex;
  flex-direction: column;
  gap: 2rem;
}
.tabs__navigation-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.tabs__navigation-wrapper:not(:last-child) {
  margin-bottom: 2rem;
}
@media (max-width: 61.99875em) {
  .tabs__navigation-wrapper {
    margin-inline: -1.5rem;
    width: calc(100% + 48px);
  }
}
.tabs__navigation-wrapper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0.0625rem;
  background-color: rgba(255, 255, 255, 0.1);
}
.tabs__navigation {
  display: flex;
  align-items: center;
  gap: 2.25rem;
  overflow-x: auto;
  overflow-y: hidden;
  white-space: nowrap;
  width: 100%;
}
@media (min-width: 61.99875em) {
  .tabs__navigation {
    justify-content: center;
  }
}
@media (max-width: 61.99875em) {
  .tabs__navigation {
    gap: 1.875rem;
    padding-inline: 1.5rem;
  }
}
.tabs__title {
  font-size: 1rem;
  line-height: 1.2;
  font-weight: 600;
  position: relative;
  padding-block-end: 1rem;
}
.tabs__title::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 0.0625rem;
  border-radius: var(--main-border-radius);
  background-color: white;
  z-index: 2;
  pointer-events: none;
  opacity: 0;
  transform: scale(0);
  transition: all 0.3s;
}
@media (any-hover: hover) {
  .tabs__title:hover:after {
    transform: scale(1);
    opacity: 1;
  }
}
.tabs__title.active::after {
  background-color: var(--brand-color) !important;
  opacity: 1;
  transform: scale(1);
}
.planning-block {
  display: flex;
  justify-content: space-between;
  align-items: start;
  padding-block: 2rem;
  background-color: var(--dark-bg-color-300);
  color: white;
}
@media (min-width: 47.99875em) and (min-width: 80.75em) {
  .planning-block {
    padding-inline: 4rem;
  }
}
@media (min-width: 47.99875em) and (min-width: 47.99875em) and (max-width: 80.75em) {
  @supports (padding-inline: clamp( 2rem , -0.9311094996rem  +  6.1066371513vw , 4rem )) {
    .planning-block {
      padding-inline: clamp( 2rem , -0.9311094996rem  +  6.1066371513vw , 4rem );
    }
  }
  @supports not (padding-inline: clamp( 2rem , -0.9311094996rem  +  6.1066371513vw , 4rem )) {
    .planning-block {
      padding-inline: calc(2rem + 2 * (100vw - 47.99875rem) / 32.75125);
    }
  }
}
@media (min-width: 47.99875em) and (max-width: 47.99875em) {
  .planning-block {
    padding-inline: 2rem;
  }
}
@media (max-width: 61.99875em) {
  .planning-block {
    flex-direction: column-reverse;
    gap: 2.75rem;
    padding: 2rem;
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) {
  .planning-block {
    align-items: center;
  }
}
@media (min-width: 47.99875em) {
  .planning-block {
    border-radius: var(--main-border-radius);
  }
}
@media (max-width: 47.99875em) {
  .planning-block {
    padding: 1.5rem;
    margin-inline: -1.5rem;
  }
}
.planning-block__wrapper {
  display: flex;
  flex-direction: column;
  gap: 5.625rem;
  align-items: start;
}
@media (min-width: 47.99875em) {
  .planning-block__wrapper {
    max-inline-size: 35.375rem;
    inline-size: 100%;
  }
}
@media (max-width: 47.99875em) {
  .planning-block__wrapper {
    gap: 2.75rem;
  }
}
.planning-block__content {
  display: flex;
  flex-direction: column;
  gap: 3rem;
  align-items: start;
}
@media (max-width: 47.99875em) {
  .planning-block__content {
    gap: 2rem;
  }
}
.planning-block__header {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  max-inline-size: 27.1875rem;
}
.planning-block__swiper-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  max-inline-size: 27.5rem;
  inline-size: 100%;
}
.planning-block__slider {
  position: relative;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.planning-block__slider .swiper-navigation {
  position: absolute;
  block-size: 3.125rem;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  justify-content: space-between;
  z-index: 2;
}
.planning-block__slider .swiper-fractions {
  color: rgba(255, 255, 255, 0.6);
}
@media (max-width: 47.99875em) {
  .planning-block__slider .swiper-navigation__btn {
    flex: 0 0 2.9375rem;
    inline-size: 2.9375rem;
    block-size: 2.9375rem;
  }
}
.planning-block .slide-planning__image {
  cursor: pointer;
}
.planning-block .slide-planning__image img {
  will-change: transform;
  transition: transform 1s;
}
@media (any-hover: hover) {
  .planning-block .slide-planning__image:hover img {
    transform: scale(1.01);
  }
}

.slide-planning {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 2rem;
  pointer-events: none;
}
.slide-planning.swiper-slide-active {
  pointer-events: auto;
}
.slide-planning__image-container {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  align-items: center;
  width: 100%;
}
.slide-planning__image {
  inline-size: 53%;
  padding-bottom: 75.5%;
  user-select: none;
}
@media (max-width: 61.99875em) {
  .slide-planning__image {
    inline-size: 70%;
    padding-bottom: 97.5%;
  }
}
.slide-planning__info {
  padding: 0.5625rem 1rem;
  border-radius: 6.25rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #44537f;
}
.slide-planning__info i {
  flex: 0 0 1rem;
  inline-size: 1rem;
  block-size: 1rem;
  object-fit: contain;
}
.slide-planning__info span {
  color: white;
  font-weight: 600;
}
.slide-planning__bottom {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}
.slide-planning__detail.button {
  padding-inline: 1.5rem;
}
.slide-planning__btn i::before {
  font-size: 0.9375rem;
}

.planning-block-wrapper._hidden {
  display: none;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.projects-section__container {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (max-width: 47.99875em) {
  .projects-section__container {
    gap: 2.6875rem;
  }
}
.projects-section__container .button {
  align-self: center;
}

.projects {
  display: grid;
  row-gap: 2.25rem;
}
@media (min-width: 80.75em) {
  .projects {
    column-gap: 1.625rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (column-gap: clamp( 0.9375rem , -1.3356359576rem  +  3.6664222385vw , 1.625rem )) {
    .projects {
      column-gap: clamp( 0.9375rem , -1.3356359576rem  +  3.6664222385vw , 1.625rem );
    }
  }
  @supports not (column-gap: clamp( 0.9375rem , -1.3356359576rem  +  3.6664222385vw , 1.625rem )) {
    .projects {
      column-gap: calc(0.9375rem + 0.6875 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (max-width: 61.99875em) {
  .projects {
    column-gap: 0.9375rem;
  }
}
@media (min-width: 61.99875em) {
  .projects {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width: 47.99875em) and (max-width: 61.99875em) {
  .projects {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 47.99875em) {
  .projects {
    row-gap: 2.5rem;
  }
}

.card {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  min-width: 0;
}
.card__link {
  display: block;
}
.card .labels-content {
  margin: 0;
}
.card .labels-content .project-item__icon {
  position: relative;
  z-index: 2;
  flex: 0 0 1.875rem;
  inline-size: 1.875rem;
  block-size: 1.875rem;
}
.card .labels-content .project-item__icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  align-self: start;
  padding: 1.25rem;
}
.card__bottom {
  display: flex;
  gap: 0.5rem;
  align-items: center;
  justify-content: center;
  padding: 1.25rem;
  align-self: end;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
}
.card__image-wrapper {
  display: grid;
}
@media (any-hover: hover) {
  .card__image-wrapper:hover img {
    transform: scale(1.02);
  }
}
.card__image-wrapper > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.card__slider {
  position: relative;
}
.card__slider:not(.swiper-initialized) .card__img:not(:first-child) {
  display: none;
}
.card__wrapper img {
  will-change: transform;
  transition: transform 1s;
}
.card__img {
  inline-size: 100%;
  padding-block-end: 83.945%;
}
.card__content-column {
  display: flex;
  flex-direction: column;
  gap: 0.25rem;
}
.card__content-column:nth-child(2) {
  align-items: end;
  flex-shrink: 0;
}
@media (min-width: 61.99875em) and (min-width: 80.75em) {
  .card__name.title_xs {
    font-size: 1.25rem;
  }
}
@media (min-width: 61.99875em) and (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 1.0625rem , 0.4425538297rem  +  0.9999333378vw , 1.25rem )) {
    .card__name.title_xs {
      font-size: clamp( 1.0625rem , 0.4425538297rem  +  0.9999333378vw , 1.25rem );
    }
  }
  @supports not (font-size: clamp( 1.0625rem , 0.4425538297rem  +  0.9999333378vw , 1.25rem )) {
    .card__name.title_xs {
      font-size: calc(1.0625rem + 0.1875 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (min-width: 61.99875em) and (max-width: 61.99875em) {
  .card__name.title_xs {
    font-size: 1.0625rem;
  }
}
@media (max-width: 47.99875em) {
  .card__name.title_xs {
    font-size: 1.25rem;
  }
}
.card .swiper-navigation__btn.swiper-button-disabled {
  pointer-events: all;
}
@media (max-width: 47.99875em) {
  .card_var-2 .card__img {
    padding-bottom: 135%;
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.two-column__container {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
}
.two-column__body {
  display: flex;
}
@media (min-width: 80.75em) {
  .two-column__body {
    gap: 4rem;
  }
}
@media (min-width: 47.99875em) and (max-width: 80.75em) {
  @supports (gap: clamp( 2.25rem , -0.3147208122rem  +  5.3433075073vw , 4rem )) {
    .two-column__body {
      gap: clamp( 2.25rem , -0.3147208122rem  +  5.3433075073vw , 4rem );
    }
  }
  @supports not (gap: clamp( 2.25rem , -0.3147208122rem  +  5.3433075073vw , 4rem )) {
    .two-column__body {
      gap: calc(2.25rem + 1.75 * (100vw - 47.99875rem) / 32.75125);
    }
  }
}
@media (max-width: 47.99875em) {
  .two-column__body {
    gap: 2.25rem;
  }
}
@media (min-width: 47.99875em) {
  .two-column__body {
    align-items: center;
    flex-direction: row-reverse;
  }
}
@media (max-width: 47.99875em) {
  .two-column__body {
    flex-direction: column-reverse;
    gap: 1.875rem;
  }
}
@media (min-width: 47.99875em) {
  .two-column__column {
    flex: 0 0 48.658%;
  }
}
.two-column__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  align-items: start;
  flex: 1 1 auto;
}
@media (max-width: 47.99875em) {
  .two-column__content .content {
    display: none;
  }
}
@media (min-width: 47.99875em) {
  .two-column_var2 .two-column__body {
    flex-direction: row;
    gap: 3.3125rem;
  }
}
@media (min-width: 47.99875em) {
  .two-column_var2 .two-column__body .image {
    padding-block-end: 106.945%;
  }
}
.two-column_var2 .two-column__column {
  flex: 0 0 46.624%;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.pricing {
  background-color: var(--dark-bg-color);
}
.pricing__container {
  display: flex;
  flex-direction: column;
  gap: 4.75rem;
}
@media (max-width: 61.99875em) {
  .pricing__container {
    gap: 2.375rem;
  }
}
.pricing__list {
  display: grid;
  gap: 1.5rem;
}
@media (min-width: 61.99875em) {
  .pricing__list {
    grid-template-columns: repeat(3, 1fr);
  }
}
.item-pricing__inner {
  position: relative;
  border-radius: var(--main-border-radius);
  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
  background-color: white;
  position: relative;
  z-index: 2;
  padding: 2rem;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  height: 100%;
  transition: transform 1s;
}
@media (max-width: 47.99875em) {
  .item-pricing__inner {
    padding: 1rem;
  }
}
@media (any-hover: hover) {
  .item-pricing__inner:hover {
    transform: translateY(-1.25rem);
  }
}
.item-pricing__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.625rem;
}
.item-pricing__top:not(:last-child) {
  margin-block-end: 1.5625rem;
}
@media (max-width: 47.99875em) {
  .item-pricing__top:not(:last-child) {
    margin-block-end: 1.125rem;
  }
}
.item-pricing__icon {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: var(--small-border-radius);
  border: 0.0625rem solid rgba(0, 0, 0, 0.05);
  background-color: var(--white-color);
}
.item-pricing__icon img {
  width: 1.5625rem;
  height: 1.5625rem;
  object-fit: contain;
}
.item-pricing__content {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  padding-block-end: 2rem;
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.1);
}
.item-pricing__content:not(:last-child) {
  margin-block-end: 2rem;
}
@media (max-width: 47.99875em) {
  .item-pricing__content:not(:last-child) {
    margin-block-end: 1.5rem;
  }
}
@media (max-width: 47.99875em) {
  .item-pricing__content {
    gap: 1.5rem;
    padding-block-end: 1.5rem;
  }
}
.item-pricing__header {
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 0.5rem;
}
.item-pricing__title {
  color: var(--dark-color);
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.03rem;
}
.item-pricing__text {
  max-inline-size: 20.625rem;
}
@media (min-width: 47.99875em) {
  .item-pricing__text {
    font-size: 1rem;
  }
}
.item-pricing__bottom {
  display: flex;
  flex-direction: column;
  height: 100%;
  gap: 2rem;
}
@media (max-width: 47.99875em) {
  .item-pricing__bottom {
    gap: 1.5rem;
  }
}
.item-pricing .button {
  margin-top: auto;
}
@media (min-width: 61.99875em) {
  .item-pricing_premium {
    transform: translateY(-1.25rem);
  }
}

.prices {
  display: flex;
  align-items: center;
  gap: 0.625rem;
}
.prices__value {
  color: var(--dark-color);
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.1;
  letter-spacing: -0.045rem;
}
.prices__text {
  line-height: 1;
  align-self: end;
  position: relative;
  bottom: 0.3125rem;
}
@media (min-width: 47.99875em) {
  .prices__text {
    letter-spacing: -0.01rem;
    font-size: 1rem;
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.suggestions__container {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
}
@media (max-width: 47.99875em) {
  .suggestions__container {
    gap: 1.875rem;
  }
}
@media (min-width: 61.99875em) {
  .suggestions .content {
    max-inline-size: 37.5rem;
    margin: 0 auto;
  }
}
.suggestions .image-wrapper .image {
  padding-block-end: 139.4%;
}
@media (max-width: 29.99875em) {
  .suggestions .image-wrapper .image {
    padding-block-end: 141.026%;
  }
}
@media (max-width: 47.99875em) {
  .suggestions .image-wrapper .image {
    border-radius: 1.25rem;
  }
}
@media (min-width: 29.99875em) and (max-width: 61.99875em) {
  .suggestions .image-wrapper .image {
    padding-block-end: 80%;
  }
}

.cards-company {
  display: grid;
  gap: 0.9375rem;
}
@media (min-width: 61.99875em) {
  .cards-company {
    grid-template-columns: repeat(3, 1fr);
  }
}
.labels-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  align-self: start;
  gap: 0.625rem 0.25rem;
  margin: 1.5rem;
  position: relative;
  z-index: 3;
}
.labels-content i {
  flex: 0 0 1.25rem;
  inline-size: 1.25rem;
  block-size: 1.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.labels-content__item {
  display: flex;
  align-items: center;
  gap: 0.25rem;
  border-radius: var(--small-border-radius);
  background-color: white;
  min-block-size: 2.25rem;
  padding: 0.5rem;
  backdrop-filter: blur(0.25rem);
}
.labels-content__title {
  font-size: 0.75rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.8);
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.documents__container {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
@media (min-width: 47.99875em) {
  .documents__slider {
    padding: 0.9375rem;
  }
}
@media (max-width: 47.99875em) {
  .documents__slider {
    padding: 0.3125rem;
    margin: -0.3125rem;
  }
}
.documents__slider .swiper-navigation {
  justify-content: center;
  margin-top: 2.1875rem;
}
.slide-document {
  border-radius: var(--border-radius-xl);
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12);
  overflow: hidden;
}
@media (max-width: 47.99875em) {
  .slide-document {
    border-radius: var(--big-border-radius);
  }
}
.slide-document__img-block {
  display: flex;
  flex-direction: column;
  justify-content: end;
  align-items: center;
  background-color: var(--main-bg-color-400);
  padding-top: 4.6875rem;
  padding-inline: 1.25rem;
}
@media (max-width: 47.99875em) {
  .slide-document__img-block {
    padding-top: 2.875rem;
    padding-inline: 2.3125rem;
  }
}
.slide-document__body {
  display: flex;
  align-items: center;
  gap: 0.75rem;
  padding: 1.5rem 2rem 1.5rem 1.5rem;
  background-color: white;
  font-weight: 600;
  box-shadow: 0 0 0.25rem 0 rgba(0, 0, 0, 0.12);
}
@media (max-width: 29.99875em) {
  .slide-document__body {
    padding: 1rem 1rem;
  }
}
.slide-document__number {
  border-radius: var(--small-border-radius);
  color: white;
  font-size: 0.875rem;
  background-color: var(--brand-color);
  width: 1.875rem;
  height: 1.875rem;
  flex: 0 0 1.875rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0.1875rem;
}
@media (max-width: 29.99875em) {
  .slide-document__number {
    width: 1.625rem;
    height: 1.625rem;
    flex: 0 0 1.625rem;
    font-size: 0.75rem;
  }
}
.slide-document__title {
  color: #000;
  line-height: 130%;
}
@media (min-width: 64.0625em) and (min-width: 80.75em) {
  .slide-document__title {
    font-size: 1.125rem;
  }
}
@media (min-width: 64.0625em) and (min-width: 64em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 0.875rem , -0.0802238806rem  +  1.4925373134vw , 1.125rem )) {
    .slide-document__title {
      font-size: clamp( 0.875rem , -0.0802238806rem  +  1.4925373134vw , 1.125rem );
    }
  }
  @supports not (font-size: clamp( 0.875rem , -0.0802238806rem  +  1.4925373134vw , 1.125rem )) {
    .slide-document__title {
      font-size: calc(0.875rem + 0.25 * (100vw - 64rem) / 16.75);
    }
  }
}
@media (min-width: 64.0625em) and (max-width: 64em) {
  .slide-document__title {
    font-size: 0.875rem;
  }
}
@media (max-width: 29.99875em) {
  .slide-document__title {
    font-size: 0.9375rem;
  }
}
.slide-document__download {
  width: 2.5rem;
  height: 2.5rem;
  flex: 0 0 2.5rem;
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  background-color: var(--dark-bg-color);
  border-radius: 62.5rem;
  transition: background-color 0.3s;
  margin-left: auto;
}
@media (any-hover: hover) {
  .slide-document__download:hover {
    background-color: var(--brand-color);
  }
}
.slide-document__download i::before {
  color: white;
  font-size: 1.25rem;
}

.inner-document {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding: 1rem;
  background-color: white;
}
.inner-document .logo {
  flex: 0 3.625rem;
  width: 3.625rem;
  height: 1rem;
}
.inner-document .logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.inner-document__header {
  display: flex;
  justify-content: space-between;
  gap: 1.25rem;
  align-items: center;
}
.inner-document__header:not(:last-child) {
  margin-bottom: 3.4375rem;
}
@media (max-width: 29.99875em) {
  .inner-document__header:not(:last-child) {
    margin-bottom: 1.875rem;
  }
}
.inner-document__date {
  font-size: 0.5rem;
  line-height: 1.3;
}
.inner-document__content {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}
.inner-document__title {
  color: #000;
  font-size: 0.875rem;
  max-width: 11.25rem;
  font-weight: 600;
  line-height: 130%;
}
.inner-document__picture * {
  max-width: 100%;
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.about-company__container {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
}
.about-company__body {
  display: flex;
  gap: 0.75rem;
}
.about-company__body .image-wrapper {
  flex: 0 0 54.65%;
}
.about-company__body .image-wrapper .image {
  padding-bottom: 74.158%;
}
@media (max-width: 47.99875em) {
  .about-company__body .image-wrapper .image {
    padding-bottom: 112.18%;
  }
}
@media (max-width: 47.99875em) {
  .about-company__body {
    flex-direction: column;
  }
}
.about-company__content {
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 1.5rem;
  padding: 3rem;
  border-radius: var(--main-border-radius);
  background-color: #fff;
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.05);
}
@media (max-width: 61.99875em) {
  .about-company__content {
    padding: 1.875rem;
  }
}
@media (min-width: 80.75em) {
  .about-company__content .title {
    font-size: 3rem;
  }
}
@media (min-width: 61.99875em) and (max-width: 80.75em) {
  @supports (font-size: clamp( 2rem , -1.3063795747rem  +  5.3329778015vw , 3rem )) {
    .about-company__content .title {
      font-size: clamp( 2rem , -1.3063795747rem  +  5.3329778015vw , 3rem );
    }
  }
  @supports not (font-size: clamp( 2rem , -1.3063795747rem  +  5.3329778015vw , 3rem )) {
    .about-company__content .title {
      font-size: calc(2rem + 1 * (100vw - 61.99875rem) / 18.75125);
    }
  }
}
@media (max-width: 61.99875em) {
  .about-company__content .title {
    font-size: 2rem;
  }
}
@media (min-width: 47.99875em) and (max-width: 61.99875em) {
  .about-company__content p {
    font-size: 0.75rem;
  }
}
@media (max-width: 47.99875em) {
  .about-company__content {
    gap: 1.25rem;
    padding: 1.25rem;
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.faq {
  padding-block: 6.25rem;
}
@media (max-width: 47.99875em) {
  .faq {
    padding-block: 3.75rem;
  }
}
.faq__container {
  display: grid;
  gap: 3.5rem;
}
@media (max-width: 47.99875em) {
  .faq__container {
    gap: 2.5rem;
  }
}
.faq__container .button {
  justify-self: center;
  margin-top: -0.75rem;
}
@media (max-width: 47.99875em) {
  .faq .content .title br {
    display: none;
  }
}[class*=__container] {
  max-width: 80.75rem;
  margin: 0 auto;
  width: 100%;
  padding: 0 1.5rem;
}

[class*=__container_wide] {
  max-width: 88rem !important;
}

[class*=__container_xs] {
  max-width: 77.5rem !important;
}

[class*=__container_small] {
  max-width: 74.25rem !important;
}

[class*=__container_xl] {
  max-width: 81.9375rem;
}

.init .spoiler [data-spoiler-title] {
  cursor: pointer;
  user-select: none;
}

[data-spoiler-content] {
  transition: all 0s;
  overflow: hidden;
  display: none;
}
.init-show [data-spoiler-content], .init-hidden [data-spoiler-content] {
  display: block;
}
.init [data-spoiler-content] {
  display: none;
}
.init.show [data-spoiler-content] {
  display: block;
}

.spoiler.init [data-spoiler-content] > * {
  transition: opacity 0.5s;
  opacity: 0;
}

.spoiler.init.spoiler-open [data-spoiler-content] > * {
  opacity: 1;
}

.spoilers {
  display: grid;
  gap: 1.75rem;
  max-inline-size: 47.5rem;
  margin: 0 auto;
  width: 100%;
}
@media (max-width: 29.99875em) {
  .spoilers {
    gap: 1.5rem;
  }
}

.spoiler {
  border-bottom: 0.0625rem solid rgba(0, 0, 0, 0.05);
}
.spoiler__panel {
  display: flex;
  align-items: center;
  gap: 0.625rem;
  justify-content: space-between;
  padding-block-end: 0.75rem;
  transition: padding 0.3s;
  inline-size: 100%;
}
@media (any-hover: hover) {
  .spoiler__panel:hover .spoiler__text {
    color: var(--brand-color);
  }
}
.spoiler-open .spoiler__panel {
  padding-block-end: 0.3125rem;
}
.spoiler__icon {
  flex: 0 0 2.75rem;
  width: 2.75rem;
  height: 2.75rem;
  position: relative;
  transition: all 0.3s;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 0.625rem;
  background-color: var(--white-color);
  box-shadow: 0 0 0.75rem 0 rgba(0, 0, 0, 0.05);
}
.spoiler__icon svg {
  transition: transform 0.3s;
  will-change: transform;
  width: 2rem;
  height: 2rem;
  transform: rotate(45deg);
}
@media (max-width: 29.99875em) {
  .spoiler__icon svg {
    width: 1.5rem;
    height: 1.5rem;
  }
}
.spoiler-open .spoiler__icon svg {
  transform: rotate(0deg);
}
@media (max-width: 29.99875em) {
  .spoiler__icon {
    flex: 0 0 2.25rem;
    width: 2.25rem;
    height: 2.25rem;
  }
}
.spoiler__text {
  font-weight: 600;
  transition: transform 0.3s;
  text-wrap: balance;
  transition: color 0.3s;
  font-size: 1.25rem;
  line-height: 1.1;
  color: var(--dark-color);
  letter-spacing: -0.025rem;
}
@media (max-width: 29.99875em) {
  .spoiler__text {
    font-size: 1rem;
  }
}
.spoiler__body {
  padding-inline-end: 3.75rem;
  font-weight: 400;
  letter-spacing: -0.02rem;
  padding-block-end: 0.75rem;
}
@media (min-width: 29.99875em) {
  .spoiler__body {
    font-size: 1rem;
  }
}
@media (max-width: 29.99875em) {
  .spoiler__body {
    padding-inline-end: 2.75rem;
  }
}
.spoiler__body p:not(:last-child) {
  margin-block-end: 0.625rem;
}

.spoilers-location {
  display: grid;
  gap: 2.5rem;
}

.spoiler-location {
  max-width: 26.875rem;
  padding-inline-start: 1.75rem;
  position: relative;
}
@media (max-width: 61.99875em) {
  .spoiler-location {
    padding-inline-start: 0.9375rem;
  }
}
.spoiler-location::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0.1875rem;
  height: 100%;
  background-color: var(--brand-color);
  transform: scale(0);
  transition: transform 0.3s;
}
.spoiler-location__panel {
  display: flex;
  flex-direction: row-reverse;
  justify-content: start;
  gap: 0.5rem;
  color: var(--gray-color);
}
@media (min-width: 47.99875em) {
  .spoiler-location__panel {
    cursor: pointer;
  }
}
.spoiler-location__text {
  font-size: 1.25rem;
  font-weight: 600;
  transition: color 0.3s;
  user-select: none;
}
@media (min-width: 47.99875em) and (max-width: 61.99875em) {
  .spoiler-location__text {
    font-size: 1rem;
  }
}
.spoiler-open .spoiler-location__text {
  color: var(--dark-color);
}
.spoiler-location__icon {
  flex: 0 0 1.5rem;
  width: 1.5rem;
  height: 1.5rem;
}
.spoiler-location__icon svg {
  width: 100%;
  height: 100%;
}
.spoiler-location__icon svg path {
  transition: fill 0.3s;
  fill: var(--gray-color);
}
.spoiler-location__body {
  padding-top: 0.75rem;
}
@media (min-width: 47.99875em) and (max-width: 61.99875em) {
  .spoiler-location__body {
    font-size: 0.75rem;
  }
}
@media (any-hover: hover) {
  .spoiler-location:hover .spoiler-location__text {
    color: var(--dark-color);
  }
  .spoiler-location:hover .spoiler-location__icon svg path {
    fill: var(--dark-color);
  }
}
.spoiler-location.spoiler-open::before {
  transform: scale(1);
}
.spoiler-location.spoiler-open .spoiler-location__icon svg path {
  fill: var(--brand-color) !important;
}