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

html {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

caption,
th,
td {
  font-weight: normal;
  text-align: left;
  vertical-align: middle;
}

q,
blockquote {
  quotes: none;
}

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

a img {
  border: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

* {
  box-sizing: border-box;
}

* {
  -webkit-tap-highlight-color: transparent;
}

*::after,
*::before {
  box-sizing: border-box;
  line-height: 1;
  outline: none;
  border: none;
}

body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}

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

fieldset,
img,
abbr {
  border: 0;
}

address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}

ul li {
  list-style: none;
}

caption,
th {
  text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}

sup {
  vertical-align: text-top;
}

sub {
  vertical-align: text-bottom;
}

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}

legend {
  color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
  display: block;
}

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

.debug {
  z-index: 999999;
  height: 100vh;
  position: fixed;
  width: 100%;
}
.debug > div {
  height: inherit;
  max-width: 1920px;
  margin: 0 auto;
  padding-left: 60px;
  padding-right: 60px;
}
@media screen and (max-width: 768px) {
  .debug > div {
    padding-left: 10px;
    padding-right: 10px;
  }
}
.debug > div > div {
  height: inherit;
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
}
.debug > div > div > div {
  box-sizing: border-box;
  word-wrap: break-word;
  margin-left: 10px;
  margin-right: 10px;
  width: calc(4.1666666667% - 20px);
  height: inherit;
  outline: 1px solid #ff0;
  background: rgba(0, 0, 0, 0.5);
}

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

html {
  font-size: 14px;
}

body {
  margin: 0;
  min-width: 320px;
  line-height: 1;
  font-family: "Google Sans", sans-serif;
  overflow-x: hidden !important;
  font-size: 14px;
  background-color: #fff;
  font-weight: 500;
  color: #f6f6f6;
}

body input,
body textarea {
  border: #666 1px solid;
  outline: none;
}

::-webkit-scrollbar {
  height: 3px;
  width: 8px;
}

/* Track */
::-webkit-scrollbar-track {
  background-color: #221a22;
}

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 20px;
  background-color: #322a32;
}

::-moz-placeholder {
  color: #ccc;
}

::placeholder {
  color: #ccc;
}

:-moz-placeholder {
  color: #ccc;
}

::-webkit-input-placeholder {
  color: #ccc;
}

:-ms-input-placeholder {
  color: #ccc;
}

::-ms-input-placeholder {
  color: #ccc;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
  border-color: red;
}

body input:required:valid,
body textarea:required:valid {
  border-color: green;
}

img {
  width: 100%;
  display: block;
}

body *:focus {
  outline: none;
}

body.focus-tab--enable *:focus {
  outline-color: #4d90fe;
  outline-offset: -2px;
  outline-style: auto;
  outline-width: 7px;
}

button {
  background: none;
  border: navajowhite;
  margin: 0;
  padding: 0;
}

button:hover,
a:hover,
select:hover {
  cursor: pointer;
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown .flag-container,
  .intl-tel-input.separate-dial-code .flag-container {
    left: 5%;
  }
}

@media screen and (max-width: 1200px) {
  .intl-tel-input.allow-dropdown input,
  .intl-tel-input.allow-dropdown input[type=tel],
  .intl-tel-input.allow-dropdown input[type=text],
  .intl-tel-input.separate-dial-code input,
  .intl-tel-input.separate-dial-code input[type=tel],
  .intl-tel-input.separate-dial-code input[type=text] {
    padding-left: 95px;
  }
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

.container--full-screen {
  max-height: none;
  width: 100%;
  height: 100vh;
  padding: 0;
}

.text-uppercase {
  text-transform: uppercase;
}

.thumbs__item {
  border-radius: 4px;
  width: 8px;
  height: 8px;
  background-color: var(--color-white);
  opacity: 1;
  transition: width 0.25s ease-out;
  transform-origin: center;
  flex-shrink: 0;
}
.thumbs__item[class*=active] {
  width: 16px;
  background-color: var(--color-blue);
}
.thumbs > :nth-child(n+2) {
  margin-left: 8px;
}

@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-ThinItalic.ttf") format("truetype");
  font-weight: 100;
  font-style: italic;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-Italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-BoldItalic.ttf") format("truetype");
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
@font-face {
  font-family: "Google Sans";
  src: url("../fonts/ProductSans-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}
/* ------------------------------------------------------------------------- */
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Thin.eot");
  src: url("../fonts/RoadRadio-Thin.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Thin.woff2") format("woff2"), url("../fonts/RoadRadio-Thin.woff") format("woff"), url("../fonts/RoadRadio-Thin.ttf") format("truetype");
  font-weight: 100;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Light.eot");
  src: url("../fonts/RoadRadio-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Light.woff2") format("woff2"), url("../fonts/RoadRadio-Light.woff") format("woff"), url("../fonts/RoadRadio-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio.eot");
  src: url("../fonts/RoadRadio.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio.woff2") format("woff2"), url("../fonts/RoadRadio.woff") format("woff"), url("../fonts/RoadRadio.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Bold.eot");
  src: url("../fonts/RoadRadio-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Bold.woff2") format("woff2"), url("../fonts/RoadRadio-Bold.woff") format("woff"), url("../fonts/RoadRadio-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "RoadRadio";
  src: url("../fonts/RoadRadio-Black.eot");
  src: url("../fonts/RoadRadio-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/RoadRadio-Black.woff2") format("woff2"), url("../fonts/RoadRadio-Black.woff") format("woff"), url("../fonts/RoadRadio-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.container {
  padding-left: 16px;
  padding-right: 16px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media screen and (min-width: 1920px) {
  .container {
    padding-left: 40px;
    padding-right: 40px;
  }
}

.container--mobile {
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 768px) {
  .container--mobile {
    padding-left: 24px;
    padding-right: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .container--mobile {
    padding-left: 30px;
    padding-right: 30px;
  }
}

#bingc-phone-button {
  display: none !important;
}/**
 * Swiper 12.1.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 28, 2026
 */

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}
:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}
.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}
.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.swiper-horizontal {
  touch-action: pan-y;
}
.swiper-vertical {
  touch-action: pan-x;
}
.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.swiper-slide-invisible-blank {
  visibility: hidden;
}
/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.swiper-3d {
  perspective: 1200px;
  .swiper-slide,
  .swiper-cube-shadow {
    transform-style: preserve-3d;
  }
}

/* CSS Mode */
.swiper-css-mode {
  > .swiper-wrapper {
    overflow: auto;
    scrollbar-width: none; /* For Firefox */
    -ms-overflow-style: none; /* For Internet Explorer and Edge */
    &::-webkit-scrollbar {
      display: none;
    }
  }
  > .swiper-wrapper > .swiper-slide {
    scroll-snap-align: start start;
  }
  &.swiper-horizontal {
    > .swiper-wrapper {
      scroll-snap-type: x mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-slides-offset-before);
      scroll-margin-inline-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-inline-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-vertical {
    > .swiper-wrapper {
      scroll-snap-type: y mandatory;
    }
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-slides-offset-before);
      scroll-margin-block-start: var(--swiper-slides-offset-before);
    }
    > .swiper-wrapper > .swiper-slide:last-child {
      margin-block-end: var(--swiper-slides-offset-after);
    }
  }
  &.swiper-free-mode {
    > .swiper-wrapper {
      scroll-snap-type: none;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: none;
    }
  }
  &.swiper-centered {
    > .swiper-wrapper::before {
      content: '';
      flex-shrink: 0;
      order: 9999;
    }
    > .swiper-wrapper > .swiper-slide {
      scroll-snap-align: center center;
      scroll-snap-stop: always;
    }
  }
  &.swiper-centered.swiper-horizontal {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-inline-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      height: 100%;
      min-height: 1px;
      width: var(--swiper-centered-offset-after);
    }
  }
  &.swiper-centered.swiper-vertical {
    > .swiper-wrapper > .swiper-slide:first-child {
      margin-block-start: var(--swiper-centered-offset-before);
    }
    > .swiper-wrapper::before {
      width: 100%;
      min-width: 1px;
      height: var(--swiper-centered-offset-after);
    }
  }
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d {
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom,
  .swiper-slide-shadow,
  .swiper-slide-shadow-left,
  .swiper-slide-shadow-right,
  .swiper-slide-shadow-top,
  .swiper-slide-shadow-bottom {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10;
  }
  .swiper-slide-shadow {
    background: rgba(0, 0, 0, 0.15);
  }
  .swiper-slide-shadow-left {
    background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-right {
    background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-top {
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
  .swiper-slide-shadow-bottom {
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  }
}
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper:not(.swiper-watch-progress),
.swiper-watch-progress .swiper-slide-visible {
  .swiper-lazy-preloader {
    animation: swiper-preloader-spin 1s infinite linear;
  }
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 4px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}
.swiper-button-prev,
.swiper-button-next {
  position: absolute;

  width: var(--swiper-navigation-size);
  height: var(--swiper-navigation-size);

  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  &.swiper-button-disabled {
    opacity: 0.35;
    cursor: auto;
    pointer-events: none;
  }
  &.swiper-button-hidden {
    opacity: 0;
    cursor: auto;
    pointer-events: none;
  }
  .swiper-navigation-disabled & {
    display: none !important;
  }
  svg {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    transform-origin: center;
    fill: currentColor;
    pointer-events: none;
  }
}

.swiper-button-lock {
  display: none;
}

.swiper-button-prev,
.swiper-button-next {
  top: var(--swiper-navigation-top-offset, 50%);
  margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
}
.swiper-button-prev {
  left: var(--swiper-navigation-sides-offset, 4px);
  right: auto;
  .swiper-navigation-icon {
    transform: rotate(180deg);
  }
}
.swiper-button-next {
  right: var(--swiper-navigation-sides-offset, 4px);
  left: auto;
}
.swiper-horizontal {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    top: var(--swiper-navigation-top-offset, 50%);
    margin-top: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-left: 0;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    left: var(--swiper-navigation-sides-offset, 4px);
    right: auto;
  }
  .swiper-button-next,
  & ~ .swiper-button-next,
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    right: var(--swiper-navigation-sides-offset, 4px);
    left: auto;
  }
  .swiper-button-prev,
  & ~ .swiper-button-prev,
  &.swiper-rtl .swiper-button-next,
  &.swiper-rtl ~ .swiper-button-next {
    .swiper-navigation-icon {
      transform: rotate(180deg);
    }
  }
  &.swiper-rtl .swiper-button-prev,
  &.swiper-rtl ~ .swiper-button-prev {
    .swiper-navigation-icon {
      transform: rotate(0deg);
    }
  }
}
.swiper-vertical {
  .swiper-button-prev,
  .swiper-button-next,
  ~ .swiper-button-prev,
  ~ .swiper-button-next {
    left: var(--swiper-navigation-top-offset, 50%);
    right: auto;
    margin-left: calc(0px - (var(--swiper-navigation-size) / 2));
    margin-top: 0;
  }
  .swiper-button-prev,
  ~ .swiper-button-prev {
    top: var(--swiper-navigation-sides-offset, 4px);
    bottom: auto;
    .swiper-navigation-icon {
      transform: rotate(-90deg);
    }
  }
  .swiper-button-next,
  ~ .swiper-button-next {
    bottom: var(--swiper-navigation-sides-offset, 4px);
    top: auto;
    .swiper-navigation-icon {
      transform: rotate(90deg);
    }
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  &.swiper-pagination-hidden {
    opacity: 0;
  }
  .swiper-pagination-disabled > &,
  &.swiper-pagination-disabled {
    display: none !important;
  }
}
/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
  .swiper-pagination-bullet {
    transform: scale(0.33);
    position: relative;
  }
  .swiper-pagination-bullet-active {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-main {
    transform: scale(1);
  }
  .swiper-pagination-bullet-active-prev {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-prev-prev {
    transform: scale(0.33);
  }
  .swiper-pagination-bullet-active-next {
    transform: scale(0.66);
  }
  .swiper-pagination-bullet-active-next-next {
    transform: scale(0.33);
  }
}
.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  button& {
    border: none;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
  }
  .swiper-pagination-clickable & {
    cursor: pointer;
  }

  &:only-child {
    display: none !important;
  }
}
.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
  .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block;
  }
  &.swiper-pagination-bullets-dynamic {
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    .swiper-pagination-bullet {
      display: inline-block;
      transition:
        200ms transform,
        200ms top;
    }
  }
}
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-horizontal.swiper-pagination-bullets {
  .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
  }
  &.swiper-pagination-bullets-dynamic {
    left: 50%;
    transform: translateX(-50%);
    white-space: nowrap;
    .swiper-pagination-bullet {
      transition:
        200ms transform,
        200ms left;
    }
  }
}
.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition:
    200ms transform,
    200ms right;
}
/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
  .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transform: scale(0);
    transform-origin: left top;
  }
  .swiper-rtl & .swiper-pagination-progressbar-fill {
    transform-origin: right top;
  }
  .swiper-horizontal > &,
  &.swiper-pagination-horizontal,
  .swiper-vertical > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: var(--swiper-pagination-progressbar-size, 4px);
    left: 0;
    top: 0;
  }
  .swiper-vertical > &,
  &.swiper-pagination-vertical,
  .swiper-horizontal > &.swiper-pagination-progressbar-opposite,
  &.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
    width: var(--swiper-pagination-progressbar-size, 4px);
    height: 100%;
    left: 0;
    top: 0;
  }
}
.swiper-pagination-lock {
  display: none;
}
.header {
  z-index: 200;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  display: flex;
  width: 100%;
  height: 100%;
  max-height: 84px;
  backdrop-filter: blur(32px);
}
@media screen and (min-width: 768px) {
  .header {
    backdrop-filter: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .header {
    max-height: 90px;
  }
}
.header--white .header__logo {
  background-color: rgba(255, 255, 255, 0.5);
}
.header--white .header__container {
  background-color: rgba(255, 255, 255, 0.5);
}
.header--white .header-utility-currency .header-utility-currency__line {
  background: rgba(29, 53, 65, 0.1);
}
.header--white .header-utility-call .header-utility-call__icon {
  background: rgba(29, 53, 65, 0.1);
}
.header__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 62px;
  max-height: 84px;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(159, 186, 199, 0.2);
  transition: background-color 0.3s ease;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header__logo {
    max-width: 88px;
    height: 120px;
    max-height: 120px;
    border-right: 1px solid rgba(159, 186, 199, 0.2);
    border-bottom: 1px solid rgba(159, 186, 199, 0.2);
    backdrop-filter: blur(32px);
  }
}
@media screen and (min-width: 1024px) {
  .header__logo {
    width: 100%;
    max-width: 120px;
  }
}
.header__logo::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(159, 186, 199, 0.5);
  opacity: 0;
  z-index: -1;
  transition: opacity 0.4s ease-out;
  cursor: pointer;
}
.header__logo:hover::before {
  opacity: 1;
}
.header__logo svg {
  width: 30px;
  height: 60px;
  color: #14293e;
}
@media screen and (min-width: 768px) {
  .header__logo svg {
    width: 40px;
    height: 80px;
  }
}
.header__container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 4px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid rgba(159, 186, 199, 0.2);
}
@media screen and (min-width: 768px) {
  .header__container {
    gap: 0;
    backdrop-filter: blur(32px);
  }
}
@media screen and (min-width: 1024px) {
  .header__container {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.header .header-navigation {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .header .header-navigation {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-navigation {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.header .header-navigation {
  display: none;
  gap: 2.0833333333vw;
  align-items: center;
  color: #14293e;
}
@media screen and (min-width: 1024px) {
  .header .header-navigation {
    display: flex;
  }
}
.header .header-navigation__item {
  position: relative;
}
.header .header-navigation__item::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  width: 100%;
  height: 1px;
  background-color: #14293e;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.header .header-navigation__item:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.header .header-utility {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  gap: 4px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .header .header-utility {
    flex-direction: row;
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-utility {
    gap: 4.1666666667vw;
    width: auto;
  }
}
.header .header-utility__button {
  display: none;
}
@media (min-width: 375px) {
  .header .header-utility__button {
    display: inherit;
  }
}
@media screen and (min-width: 768px) {
  .header .header-utility__button {
    order: 3;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-utility__button {
    order: inherit;
  }
}
.header .header-utility__button button {
  padding: 10px 16px;
}
@media screen and (min-width: 768px) {
  .header .header-utility__button button {
    padding: 16px 24px;
    text-transform: uppercase;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-utility__button button {
    padding: 16px 32px;
  }
}
.header .header-utility__button .button-primary__icon {
  display: none;
}
@media screen and (min-width: 768px) {
  .header .header-utility__button .button-primary__icon {
    display: inherit;
  }
}
.header .header-utility__button-small {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: #14293e;
}
@media (min-width: 375px) {
  .header .header-utility__button-small {
    display: none;
  }
}
.header .header-utility__button-small svg {
  color: #fff;
  width: 16px;
  height: 16px;
}
.header .header-utility-currency {
  display: none;
  align-items: center;
  gap: 8px;
  margin-left: auto;
  cursor: pointer;
  background: none;
  border: none;
  padding: 0;
}
@media screen and (min-width: 768px) {
  .header .header-utility-currency {
    order: 2;
    display: flex;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-utility-currency {
    order: inherit;
    margin-left: inherit;
  }
}
.header .header-utility-currency__uah, .header .header-utility-currency__usd {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .header .header-utility-currency__uah, .header .header-utility-currency__usd {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-utility-currency__uah, .header .header-utility-currency__usd {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.header .header-utility-currency__uah, .header .header-utility-currency__usd {
  transition: color 0.3s ease;
  color: rgba(20, 41, 62, 0.4);
}
.header .header-utility-currency:not(.is-usd) .header-utility-currency__uah {
  color: #14293e;
}
.header .header-utility-currency__line {
  position: relative;
  width: 32px;
  height: 2px;
  background-color: #d9dcdc;
  border-radius: 100px;
  display: flex;
  align-items: center;
  padding: 0 2px;
}
.header .header-utility-currency__dot {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%) translateX(50%);
  width: 8px;
  height: 8px;
  background-color: #14293e;
  border-radius: 50%;
  transition: left 0.3s ease, transform 0.3s ease;
}
.header .header-utility-currency.is-usd .header-utility-currency__usd {
  color: #14293e;
}
.header .header-utility-currency.is-usd .header-utility-currency__uah {
  color: rgba(20, 41, 62, 0.4);
}
.header .header-utility-currency.is-usd .header-utility-currency__dot {
  left: 100%;
  transform: translateY(-50%) translateX(-150%);
}
.header .header-utility-currency-small {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .header .header-utility-currency-small {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-utility-currency-small {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.header .header-utility-currency-small {
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: rgba(20, 41, 62, 0.1);
  border-radius: 100%;
  color: #14293e;
  cursor: pointer;
  transition: background 0.3s ease;
}
@media screen and (min-width: 768px) {
  .header .header-utility-currency-small {
    display: none;
  }
}
.header .header-utility-currency-small:active {
  transform: scale(0.95);
}
.header .header-utility-call {
  display: flex;
  gap: 12px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header .header-utility-call {
    order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-utility-call {
    order: inherit;
  }
}
.header .header-utility-call:hover .header-utility-call__icon {
  animation: ringIcon 0.4s ease-in-out forwards;
}
@keyframes ringIcon {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.header .header-utility-call__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  background: rgba(20, 41, 62, 0.1);
  border-radius: 100%;
  color: #14293e;
}
@media screen and (min-width: 768px) {
  .header .header-utility-call__icon {
    width: 32px;
    height: 32px;
  }
}
.header .header-utility-call__icon svg {
  width: 16px;
  height: 16px;
}
.header .header-utility-call__block {
  display: none;
  flex-direction: column;
}
@media screen and (min-width: 768px) {
  .header .header-utility-call__block {
    display: flex;
  }
}
.header .header-utility-call__number {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .header .header-utility-call__number {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-utility-call__number {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.header .header-utility-call__number {
  color: #14293e;
}
.header .header-utility-call__label {
  color: #0a4b4f;
  font-family: "Google Sans", sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.72px;
  text-decoration-line: underline;
  text-decoration-style: solid;
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  letter-spacing: -0.02em;
}
.header .header-menu-button {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .header .header-menu-button {
    margin-left: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-menu-button {
    display: none;
  }
}
.header .header-menu-button__label {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .header .header-menu-button__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .header .header-menu-button__label {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.header .header-menu-button__label {
  line-height: 100%;
  display: flex;
  align-items: center;
  display: none;
  color: #14293e;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .header .header-menu-button__label {
    display: inherit;
  }
}
.header .header-menu-button__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(20, 41, 62, 0.1);
}
@media screen and (min-width: 768px) {
  .header .header-menu-button__button {
    width: inherit;
    height: inherit;
    border-radius: inherit;
    background: none;
  }
}
.header .header-menu-button__sticks {
  position: relative;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(20, 41, 62, 0.1);
}
@media screen and (min-width: 768px) {
  .header .header-menu-button__sticks {
    width: 24px;
    height: 24px;
    background-color: transparent;
  }
}
.header .header-menu-button__first-stick, .header .header-menu-button__second-stick, .header .header-menu-button__third-stick {
  position: absolute;
  left: 16px;
  background-color: #14293e;
  height: 2px;
}
@media screen and (min-width: 768px) {
  .header .header-menu-button__first-stick, .header .header-menu-button__second-stick, .header .header-menu-button__third-stick {
    left: 6px;
  }
}
.header .header-menu-button--active .header-menu-button__first-stick {
  animation: first-stick-active 0.3s forwards;
}
.header .header-menu-button--active .header-menu-button__second-stick {
  animation: second-stick-active 0.3s forwards;
}
.header .header-menu-button--active .header-menu-button__third-stick {
  animation: third-stick-active 0.3s forwards;
}
.header .header-menu-button--inactive .header-menu-button__first-stick {
  animation: first-stick-inactive 0.3s forwards;
}
.header .header-menu-button--inactive .header-menu-button__second-stick {
  animation: second-stick-inactive 0.3s forwards;
}
.header .header-menu-button--inactive .header-menu-button__third-stick {
  animation: third-stick-inactive 0.3s forwards;
}
.header .header-menu-button__first-stick {
  top: 17px;
  width: 9px;
}
@media screen and (min-width: 768px) {
  .header .header-menu-button__first-stick {
    top: 7px;
  }
}
.header .header-menu-button__second-stick {
  top: 50%;
  transform: translateY(-50%);
  width: 12px;
}
.header .header-menu-button__third-stick {
  bottom: 17px;
  width: 7px;
}
@media screen and (min-width: 768px) {
  .header .header-menu-button__third-stick {
    bottom: 7px;
  }
}
.header .header-menu-button--active .header-menu-button__third-stick {
  transform: translateY(-200%);
}
.header .header-flat-button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: rgba(20, 41, 62, 0.1);
}
@media (min-width: 375px) {
  .header .header-flat-button {
    display: none;
  }
}
.header .header-flat-button svg {
  width: 16px;
  height: 16px;
}

.burger-menu {
  z-index: 199;
  position: fixed;
  top: 0;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  clip-path: circle(0% at var(--btn-x) var(--btn-y));
  will-change: clip-path;
  visibility: hidden;
  pointer-events: none;
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0.6s;
}
@media screen and (min-width: 1024px) {
  .burger-menu {
    display: none;
  }
}
.burger-menu--open {
  visibility: visible;
  pointer-events: all;
  clip-path: circle(150% at var(--btn-x) var(--btn-y));
  transition: clip-path 0.6s cubic-bezier(0.4, 0, 0.2, 1), visibility 0s;
}
.burger-menu__bg {
  z-index: -1;
  position: absolute;
  inset: 0;
  background-color: #14293e;
}
.burger-menu__bg video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.burger-menu__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 0;
}
@media screen and (min-width: 768px) {
  .burger-menu__list {
    gap: 4px;
  }
}
.burger-menu__list-item {
  font-size: 48px;
  font-weight: 700;
  line-height: 110%;
  letter-spacing: -0.06em;
  font-family: "RoadRadio", sans-serif;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .burger-menu__list-item {
    font-size: 64px;
    line-height: inherit;
  }
}

@keyframes first-stick-active {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(200%);
    width: 12px;
  }
  60% {
    transform: translateX(-12.5%) translateY(200%);
    width: 16px;
  }
  100% {
    transform: translateX(-12.5%) translateY(200%) rotate(45deg);
    width: 16px;
  }
}
@keyframes second-stick-active {
  0% {
    display: inherit;
  }
  50% {
    display: none;
  }
  100% {
    display: none;
  }
}
@keyframes third-stick-active {
  0% {
    transform: translateY(0);
  }
  40% {
    transform: translateY(-200%);
    width: 12px;
  }
  60% {
    transform: translateX(-12.5%) translateY(-200%);
    width: 16px;
  }
  100% {
    transform: translateX(-12.5%) translateY(-200%) rotate(-45deg);
    width: 16px;
  }
}
@keyframes first-stick-inactive {
  0% {
    transform: translateX(-12.5%) translateY(200%) rotate(45deg);
    width: 16px;
  }
  40% {
    transform: translateX(-12.5%) translateY(200%);
    width: 16px;
    transform: translateY(200%);
    width: 12px;
  }
  60% {
    transform: translateY(200%);
    width: 12px;
  }
  100% {
    transform: translateY(0);
  }
}
@keyframes second-stick-inactive {
  0% {
    display: none;
  }
  50% {
    display: none;
  }
  100% {
    display: inherit;
  }
}
@keyframes third-stick-inactive {
  0% {
    transform: translateX(-12.5%) translateY(-200%) rotate(-45deg);
    width: 16px;
    transform: translateY(0);
  }
  40% {
    transform: translateX(-12.5%) translateY(-200%);
    width: 16px;
    transform: translateY(-200%);
    width: 12px;
  }
  60% {
    transform: translateY(-200%);
    width: 12px;
  }
  100% {
    transform: translateY(0);
  }
}
[data-form=footer] [data-field-goal] {
  display: none;
}
[data-form=footer] [data-field-theme] {
  display: none;
}
[data-form=footer] [data-field-comment] {
  display: none;
}

[data-form=partnership] [data-field-email] {
  display: none;
}
[data-form=partnership] [data-field-goal] {
  display: none;
}

[data-form=contacts] [data-field-theme] {
  display: none;
}
[data-form=contacts] [data-field-comment] {
  display: none;
}.overflow[data-mob-call__overflow] {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: calc(100vh - 100svh + 20px);
  gap: 4px;
  z-index: 999;
  height: 100dvh;
}
.overflow[data-mob-call__overflow] .button-primary {
  width: 100%;
}
.overflow[data-mob-call__overflow] .button-primary-wrapper {
  width: 100%;
}
.overflow[data-mob-call__overflow] .close-button {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 22px 28px;
  color: #fff;
}
.overflow[data-mob-call__overflow] .close-button span {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .overflow[data-mob-call__overflow] .close-button span {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .overflow[data-mob-call__overflow] .close-button span {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.overflow[data-mob-call__overflow] .close-button span {
  font-weight: 700;
}
.overflow[data-mob-call__overflow] .close-button svg path {
  transition: all 0.3s ease;
}
.overflow[data-mob-call__overflow] .close-button[data-mob-call-close] {
  background-color: transparent;
}
.overflow[data-mob-call__overflow] .close-button[data-mob-call-close]::before {
  background-color: transparent;
}.feedback-popup {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #14293e;
}
@media screen and (min-width: 1024px) {
  .feedback-popup {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}
.feedback-popup__img {
  display: none;
  width: 100%;
  max-width: 612px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .feedback-popup__img {
    display: inherit;
  }
}
.feedback-popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.feedback-popup__content {
  width: 100%;
  max-width: 612px;
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .feedback-popup__content {
    padding: 4.1666666667vw;
  }
}
.feedback-popup__title {
  font-size: 24px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 80%;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .feedback-popup__title {
    font-size: clamp(32px, 32px + 16 * (100vw - 768px) / 598, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .feedback-popup__title {
    font-size: 2.5vw;
  }
}
.feedback-popup__title {
  font-size: 32px;
  text-transform: inherit;
}
@media screen and (min-width: 768px) {
  .feedback-popup__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .feedback-popup__title {
    font-size: 2.5vw;
  }
}
.feedback-popup__text {
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .feedback-popup__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .feedback-popup__text {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}.success-popup {
  display: grid;
  grid-template-columns: 1fr;
  min-height: 643px;
  background-color: #14293e;
}
@media screen and (min-width: 768px) {
  .success-popup {
    min-height: 676px;
  }
}
@media screen and (min-width: 1024px) {
  .success-popup {
    grid-template-columns: 1fr 1fr;
    height: auto;
    min-height: inherit;
  }
}
.success-popup__img {
  display: none;
  width: 100%;
  max-width: 612px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .success-popup__img {
    display: inherit;
  }
}
.success-popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.success-popup__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 612px;
  padding: 30px;
}
@media screen and (min-width: 768px) {
  .success-popup__content {
    padding: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .success-popup__content {
    padding: 4.1666666667vw;
  }
}
.success-popup__emoji {
  max-width: 100px;
  max-height: 146px;
}
.success-popup__emoji svg {
  width: 100%;
  height: 100%;
}
.success-popup__title {
  font-size: 24px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 80%;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .success-popup__title {
    font-size: clamp(32px, 32px + 16 * (100vw - 768px) / 598, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .success-popup__title {
    font-size: 2.5vw;
  }
}
.success-popup__title {
  margin-top: 40px;
  font-size: 32px;
  text-transform: inherit;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .success-popup__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .success-popup__title {
    font-size: 2.5vw;
  }
}
.success-popup__text {
  margin-top: 30px;
  text-align: center;
  color: #9fbac7;
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .success-popup__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .success-popup__text {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}.partnership-popup {
  display: grid;
  grid-template-columns: 1fr;
  background-color: #14293e;
}
@media screen and (min-width: 1024px) {
  .partnership-popup {
    grid-template-columns: 1fr 1fr;
    height: auto;
  }
}
.partnership-popup__img {
  display: none;
  width: 100%;
  max-width: 612px;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .partnership-popup__img {
    display: inherit;
  }
}
.partnership-popup__img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.partnership-popup__content {
  display: grid;
  grid-template-rows: auto 1fr;
  width: 100%;
  height: 100%;
  max-width: 612px;
  padding: 30px;
}
@media screen and (min-width: 1024px) {
  .partnership-popup__content {
    grid-template-rows: 1fr;
    padding: 4.1666666667vw;
  }
}
.partnership-popup__title {
  font-size: 24px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 80%;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .partnership-popup__title {
    font-size: clamp(32px, 32px + 16 * (100vw - 768px) / 598, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .partnership-popup__title {
    font-size: 2.5vw;
  }
}
.partnership-popup__title {
  font-size: 32px;
  text-transform: inherit;
  margin-bottom: 40px;
}
@media screen and (min-width: 768px) {
  .partnership-popup__title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .partnership-popup__title {
    display: none;
    font-size: 2.5vw;
  }
}
.partnership-popup .form-wrapper {
  height: 100%;
}
.partnership-popup .form {
  display: grid;
  grid-template-rows: 1fr auto;
  height: 100%;
}
.partnership-popup .form-field-textarea {
  height: 100%;
}
.partnership-popup .form-field-textarea .form-field__input {
  resize: none;
  height: 100%;
}.footer {
  z-index: 102;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
}
.footer::before {
  content: "";
  z-index: 11;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translateX(-50%) translateY(50%);
  width: 18.2291666667vw;
  height: 18.2291666667vw;
  background-color: #fafafd;
  filter: blur(20.8333333333vw);
}
.footer__bg {
  z-index: 0;
  position: absolute;
  inset: 0;
}
.footer__bg video {
  height: 100%;
  width: 100%;
  -o-object-fit: fill;
     object-fit: fill;
  display: block;
}
.footer__bg::after {
  content: "";
  position: absolute;
  inset: 0;
  background-color: #14293e;
  mix-blend-mode: multiply;
  z-index: 1;
  pointer-events: none;
}
.footer__decor-line {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: calc(100% - 32px);
  height: 1px;
  background-color: rgba(159, 186, 199, 0.2);
}
@media screen and (min-width: 768px) {
  .footer__decor-line {
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 1024px) {
  .footer__decor-line {
    width: calc(100% - 80px);
  }
}
.footer__decor-line--full {
  width: 100%;
}
.footer .footer-head {
  position: relative;
  order: 1;
  display: grid;
  grid-template-columns: 1fr;
  gap: 16px;
  padding-top: 100px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .footer .footer-head {
    gap: 30px;
    padding-top: 120px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-head {
    order: inherit;
    grid-template-columns: minmax(200px, 1fr) 2fr;
    gap: 0;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
.footer .footer-head::before {
  content: "";
  position: absolute;
  width: 100%;
}
.footer .footer-head__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer .footer-head__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-head__title {
    font-size: 1.6666666667vw;
  }
}
.footer .footer-head__title {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer .footer-head__title {
    max-width: 17.7083333333vw;
  }
}
.footer .footer-head__content {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: start;
  gap: 30px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-head__content {
    gap: 2.0833333333vw;
  }
}
.footer .footer-head__body {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  height: 197.6px;
  max-height: 197.6px;
  transition: height 0.5s ease-in-out;
  will-change: height;
  -webkit-mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
  mask-image: linear-gradient(to bottom, black 60%, transparent 100%);
}
@media screen and (min-width: 768px) {
  .footer .footer-head__body {
    height: 118.4px;
    max-height: 118.4px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-head__body {
    height: calc(11vw + 20px);
    max-height: calc(135.2px + 2vw);
  }
}
.footer .footer-head__body.is-expanded {
  height: auto;
  max-height: none;
  -webkit-mask-image: none;
  mask-image: none;
}
.footer .footer-head__subtitle {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .footer .footer-head__subtitle {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-head__subtitle {
    font-size: 1.6666666667vw;
  }
}
.footer .footer-head__subtitle {
  display: flex;
}
@media screen and (min-width: 768px) {
  .footer .footer-head__subtitle {
    gap: 20px;
  }
}
.footer .footer-head__text {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-head__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-head__text {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-head__text {
  position: relative;
  display: inline-block;
  color: #9fbac7;
  transition: height 0.5s ease-out;
}
.footer .footer-head__text--bold {
  font-weight: 900;
}
.footer .footer-head__list {
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-head__list {
    gap: 0.4166666667vw;
  }
}
.footer .footer-head__list-item {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-head__list-item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-head__list-item {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-head__list-item {
  display: flex;
  gap: 8px;
  margin-left: 8px;
  color: #9fbac7;
}
.footer .footer-head__more.is-active svg {
  transform: rotate(180deg);
}
.footer .footer-head__more svg {
  transition: transform 0.3s ease;
}
.footer .footer-navigation {
  position: relative;
  order: 3;
  display: grid;
  grid-template-columns: 1fr;
  margin: 0;
  padding-top: 48px;
  padding-bottom: 48px;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation {
    margin: inherit;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation {
    order: inherit;
    grid-template-columns: minmax(200px, 1fr) 2fr;
    padding-top: 6.25vw;
    padding-bottom: 6.25vw;
  }
}
.footer .footer-navigation__nav {
  display: grid;
  grid-template-columns: 1fr 1fr;
  row-gap: 30px;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__nav {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    row-gap: inherit;
  }
}
.footer .footer-navigation__title {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__title {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-navigation__title {
  color: #9fbac7;
}
.footer .footer-navigation__card {
  width: auto;
  background-color: #14293e;
  padding: 30px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__card {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__card {
    max-width: 21.0416666667vw;
    padding: 2.0833333333vw;
    border-radius: 2.0833333333vw;
  }
}
.footer .footer-navigation__card--desktop {
  display: none;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__card--desktop {
    display: block;
  }
}
.footer .footer-navigation__card--mobile {
  display: block;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__card--mobile {
    display: none;
  }
}
.footer .footer-navigation__body {
  display: flex;
  gap: 24px;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__body {
    gap: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__body {
    gap: 2.0833333333vw;
  }
}
.footer .footer-navigation__logo svg {
  width: 30px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__logo svg {
    width: 50px;
    height: 100px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__logo svg {
    width: 2.6041666667vw;
    height: 5.2083333333vw;
  }
}
.footer .footer-navigation__title {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__title {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-navigation__title {
  color: #9fbac7;
}
.footer .footer-navigation__location {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 16px;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__location {
    margin-top: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__location {
    gap: 0.4166666667vw;
    margin-top: 1.0416666667vw;
  }
}
.footer .footer-navigation__city {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__city {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__city {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-navigation__city {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  border-radius: 100px;
  border: 1px solid rgba(159, 186, 199, 0.2);
  text-wrap: nowrap;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__city {
    padding: 0.2083333333vw 0.625vw;
    border-radius: 5.2083333333vw;
  }
}
.footer .footer-navigation__link {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__link {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-navigation__link {
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  text-decoration: underline;
  text-underline-position: from-font;
  text-wrap: nowrap;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__link {
    gap: 0.2083333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__link:hover .footer-navigation__tooltip {
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
  }
}
.footer .footer-navigation__link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__link-icon {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
.footer .footer-navigation__link-icon svg {
  color: #fff;
  width: 100%;
  height: 100%;
}
.footer .footer-navigation__tooltip {
  font-size: 14px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: -0.06em;
  position: absolute;
  bottom: 100%;
  left: 55%;
  transform: translateY(10px);
  margin-bottom: 12px;
  padding: 8px 12px;
  background-color: #9fbac7;
  color: #14293e;
  font-size: 14px;
  line-height: 1;
  white-space: nowrap;
  border-radius: 2px;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  pointer-events: none;
  z-index: 10;
}
.footer .footer-navigation__tooltip::after {
  content: "";
  position: absolute;
  top: 100%;
  left: 15%;
  border-width: 8px;
  border-style: solid;
  border-color: #9fbac7 transparent transparent transparent;
}
.footer .footer-navigation__schedule {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__schedule {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__schedule {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-navigation__schedule {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 8px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__schedule {
    gap: 0.4166666667vw;
    margin-top: 0.4166666667vw;
  }
}
.footer .footer-navigation__decor-line {
  width: 100%;
  height: 1px;
  margin: 16px 0;
  background-color: rgba(255, 255, 255, 0.2);
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation__decor-line {
    margin: 20px 0;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__decor-line {
    margin: 1.0416666667vw 0;
  }
}
.footer .footer-navigation__social {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__social {
    gap: 0.4166666667vw;
  }
}
.footer .footer-navigation__social-link {
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 0.857px solid rgba(159, 186, 199, 0.2);
  border-radius: 50%;
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__social-link {
    width: 1.875vw;
    height: 1.875vw;
  }
}
.footer .footer-navigation__social-link::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .footer-navigation__social-link:hover {
  border-color: transparent;
}
.footer .footer-navigation__social-link:hover::before {
  transform: scale(1);
}
.footer .footer-navigation__social-link:hover svg {
  color: #14293e;
}
.footer .footer-navigation__social-link svg {
  width: 16px;
  height: 16px;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation__social-link svg {
    width: 0.7291666667vw;
    height: 0.7291666667vw;
  }
}
.footer .footer-navigation .footer__decor-line {
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation .footer__decor-line {
    width: calc(100% - 80px);
  }
}
.footer .footer-navigation-block {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation-block {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation-block {
    gap: 1.0416666667vw;
  }
}
.footer .footer-navigation-block__list {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation-block__list {
    gap: 0.4166666667vw;
  }
}
.footer .footer-navigation-block__link {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-navigation-block__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation-block__link {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-navigation-block__link {
  position: relative;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  font-weight: 400;
}
.footer .footer-navigation-block__link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer .footer-navigation-block__link:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer .footer-navigation-block__link--active::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer .footer-navigation-block__link--active.animating::before {
  animation: rebound-line 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94) forwards;
}
@keyframes rebound-line {
  0% {
    transform: scaleX(1);
    transform-origin: bottom right;
  }
  45% {
    transform: scaleX(0);
    transform-origin: bottom right;
  }
  55% {
    transform: scaleX(0);
    transform-origin: bottom left;
  }
  100% {
    transform: scaleX(1);
    transform-origin: bottom left;
  }
}
.footer .footer-navigation-block__row {
  display: flex;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation-block__row {
    gap: 0.4166666667vw;
  }
}
.footer .footer-navigation-block__social-link {
  overflow: hidden;
  z-index: 1;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  border: 1px solid rgba(159, 186, 199, 0.2);
  transition: border-color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation-block__social-link {
    width: 2.1875vw;
    height: 2.1875vw;
  }
}
.footer .footer-navigation-block__social-link::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 0;
  left: 0;
  transform: scale(0);
  width: 100%;
  height: 100%;
  background-color: #fff;
  border-radius: 50%;
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1);
}
.footer .footer-navigation-block__social-link:hover {
  border-color: transparent;
}
.footer .footer-navigation-block__social-link:hover::before {
  transform: scale(1);
}
.footer .footer-navigation-block__social-link:hover svg {
  color: #14293e;
}
.footer .footer-navigation-block__social-link svg {
  width: 16px;
  height: 16px;
  transition: color 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .footer .footer-navigation-block__social-link svg {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
.footer .footer-contacts {
  position: relative;
  order: 2;
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  justify-content: space-between;
  row-gap: 16px;
  -moz-column-gap: 8px;
       column-gap: 8px;
  width: 100%;
  padding-top: 48px;
  padding-bottom: 68px;
}
@media screen and (min-width: 768px) {
  .footer .footer-contacts {
    grid-template-columns: minmax(0, 402px) minmax(0, 328px);
    row-gap: 30px;
    padding-top: 80px;
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts {
    order: inherit;
    grid-template-columns: minmax(200px, 1fr) 2fr;
    grid-template-rows: 1fr;
    gap: 8px;
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.footer .footer-contacts .footer-navigation__card {
  grid-row: span 2;
}
.footer .footer-contacts__button-wrapper {
  order: 2;
  display: flex;
  align-items: center;
  align-self: flex-start;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .footer .footer-contacts__button-wrapper {
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts__button-wrapper {
    order: initial;
    padding: 0;
  }
}
.footer .footer-contacts__list {
  display: flex;
  flex-direction: column;
  align-self: flex-end;
  gap: 8px;
  margin-top: 8px;
  padding: 0 16px;
}
@media screen and (min-width: 768px) {
  .footer .footer-contacts__list {
    margin-top: 0;
    padding: 0 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts__list {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 0;
    padding: 0;
  }
}
.footer .footer-contacts__item {
  display: flex;
  align-items: center;
  gap: 12px;
  height: inherit;
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts__item {
    height: 3.3333333333vw;
  }
}
.footer .footer-contacts__item:hover .footer-contacts__icon {
  animation: ringIcon 0.4s ease-in-out forwards;
}
@keyframes ringIcon {
  0% {
    transform: rotate(0);
  }
  25% {
    transform: rotate(-15deg);
  }
  50% {
    transform: rotate(15deg);
  }
  75% {
    transform: rotate(-10deg);
  }
  100% {
    transform: rotate(0);
  }
}
.footer .footer-contacts__item:hover .footer-contacts__link::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.footer .footer-contacts__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  border: 1px solid transparent;
  transition: all 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts__icon {
    width: 1.875vw;
    height: 1.875vw;
  }
}
.footer .footer-contacts__icon svg {
  width: 16px;
  height: 16px;
  color: #fff;
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts__icon svg {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
.footer .footer-contacts__link {
  position: relative;
}
.footer .footer-contacts__link::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer .footer-contacts .footer__decor-line {
  width: calc(100% - 32px);
}
@media screen and (min-width: 768px) {
  .footer .footer-contacts .footer__decor-line {
    width: calc(100% - 48px);
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts .footer__decor-line {
    width: 100%;
  }
}
.footer .footer-contacts__button-container {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-contacts__button-container {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts__button-container {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-contacts__button-container {
  display: none;
  align-items: center;
  gap: 0.625vw;
  margin-left: auto;
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts__button-container {
    display: flex;
  }
}
.footer .footer-contacts__button-label {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-contacts__button-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts__button-label {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-contacts__button-label {
  text-transform: uppercase;
}
.footer .footer-contacts__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 20px;
  border-radius: 50%;
  border: 1px solid rgba(159, 186, 199, 0.2);
  color: #fff;
  transform: rotate(90deg);
  transition: border 0.5s ease;
}
@media screen and (min-width: 1024px) {
  .footer .footer-contacts__button {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
    padding: 1.0416666667vw;
  }
}
.footer .footer-contacts__button svg {
  width: 1.25vw;
  height: 1.25vw;
}
.footer .footer-contacts__button:hover {
  border: 1px solid #fff;
}
.footer .footer-contacts__button:hover svg {
  animation: jump-arrow 0.6s infinite alternate ease-in-out;
}
@keyframes jump-arrow {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-3px);
  }
}
.footer .footer-policy {
  position: relative;
  order: 4;
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 20px;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
}
@media screen and (min-width: 768px) {
  .footer .footer-policy {
    gap: inherit;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-policy {
    order: inherit;
    grid-template-columns: 1fr auto 1fr;
    padding-top: 1.5625vw;
    padding-bottom: 1.5625vw;
  }
}
.footer .footer-policy__rights {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-policy__rights {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-policy__rights {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-policy__rights {
  display: inline-block;
  color: #9fbac7;
}
@media screen and (min-width: 768px) {
  .footer .footer-policy__rights {
    max-width: 55.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-policy__rights {
    max-width: 24.5vw;
  }
}
.footer .footer-policy__privacy {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .footer-policy__privacy {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .footer-policy__privacy {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .footer-policy__privacy {
  color: #9fbac7;
}
.footer .footer-policy__privacy--mobile {
  display: inline;
  text-decoration-line: underline;
  text-underline-position: from-font;
}
@media screen and (min-width: 1024px) {
  .footer .footer-policy__privacy--mobile {
    display: none;
  }
}
.footer .footer-policy__privacy--desktop {
  display: none;
  position: relative;
}
.footer .footer-policy__privacy--desktop::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  width: 100%;
  height: 1px;
  background-color: #9fbac7;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.footer .footer-policy__privacy--desktop:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
@media screen and (min-width: 1024px) {
  .footer .footer-policy__privacy--desktop {
    display: inherit;
  }
}
.footer .footer-policy__logo {
  justify-self: end;
  width: 40px;
  height: 44px;
}
@media screen and (min-width: 1024px) {
  .footer .footer-policy__logo {
    width: 2.0833333333vw;
    height: 2.2916666667vw;
  }
}
.footer .footer-policy__logo svg {
  width: 100%;
  height: 100%;
}.hero {
  position: relative;
  height: calc(100svh + 56vw);
  padding-top: 90px;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .hero {
    height: calc(100svh + 393px);
  }
}
@media screen and (min-width: 1024px) {
  .hero {
    height: calc(100svh + 38vh);
  }
}
.hero::before {
  content: "";
  z-index: 0;
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 56vw;
  background: #fff;
}
@media screen and (min-width: 768px) {
  .hero::before {
    height: 293px;
  }
}
@media screen and (min-width: 1024px) {
  .hero::before {
    display: none;
  }
}
.hero__gradient {
  z-index: 0;
  position: absolute;
  bottom: 134px;
  width: 100%;
  height: 94px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff var(--grad-stop, 100%));
}
@media screen and (min-width: 768px) {
  .hero__gradient {
    bottom: 272px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__gradient {
    bottom: 0;
    height: 5.8333333333vw;
  }
}
.hero__gradient::before {
  z-index: 100;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 6.7708333333vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff var(--grad-stop, 100%));
}
.hero__gradient::after {
  z-index: 100;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 7.2916666667vw;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #fff var(--grad-stop, 100%));
}
.hero__sky-img {
  z-index: -5;
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}
.hero__sky-img img {
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__bg-img {
  position: absolute;
  bottom: 134px;
  left: -80%;
  width: 290%;
}
@media screen and (min-width: 768px) {
  .hero__bg-img {
    bottom: 273px;
    left: -45%;
    width: 190%;
  }
}
@media screen and (min-width: 1024px) {
  .hero__bg-img {
    bottom: 0;
    left: 0;
    width: 100%;
  }
}
.hero__bg-img img {
  z-index: -3;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__liquid-glass-bg {
  z-index: -4;
  position: absolute;
  top: 24vw;
  right: 27%;
  width: 100vw;
  height: 76vw;
  transform: rotate(105deg);
}
@media screen and (min-width: 768px) {
  .hero__liquid-glass-bg {
    top: -5vw;
    right: 13vw;
    width: 93vw;
    transform: rotate(100deg);
  }
}
@media screen and (min-width: 1024px) {
  .hero__liquid-glass-bg {
    top: 8.8541666667vw;
    right: 5.2083333333vw;
    transform: inherit;
    width: 35.9375vw;
    height: 30.5208333333vw;
  }
}
.hero__liquid-glass-bg img {
  width: 100%;
  height: 100%;
}
.hero__liquid-glass-middle-el {
  z-index: 0;
  position: absolute;
  top: 25.78125vw;
  right: 5.2083333333vw;
  width: 7.5520833333vw;
  height: 6.5625vw;
}
.hero__liquid-glass-middle-el img {
  width: 100%;
  height: 100%;
}
.hero__container {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 18px;
}
@media screen and (min-width: 768px) {
  .hero__container {
    padding-top: 68px;
    padding-bottom: 2.0833333333vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero__container {
    height: calc(100svh - 90px);
    padding-top: 3.6458333333vw;
  }
}
.hero__title {
  z-index: 1;
  display: inline-block;
  max-width: 70%;
}
@media screen and (min-width: 1024px) {
  .hero__title {
    max-width: 40.15625vw;
  }
}
.hero__page-title {
  font-size: 17vw;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 70%;
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  .hero__page-title {
    font-size: 12.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero__page-title {
    font-size: 9.375vw;
  }
}
.hero__page-title {
  width: -moz-min-content;
  width: min-content;
  font-size: 72px;
  color: #14293e;
}
@media screen and (min-width: 768px) {
  .hero__page-title {
    display: inline;
    width: inherit;
    font-size: 16.6vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero__page-title {
    font-size: 9.375vw;
  }
}
.hero__subtitle {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0a4b4f;
}
@media screen and (min-width: 768px) {
  .hero__subtitle {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__subtitle {
    font-size: 1.25vw;
  }
}
.hero__subtitle {
  position: relative;
  display: block;
  max-width: 9.375vw;
  margin-top: 16px;
  text-transform: uppercase;
}
@media screen and (min-width: 768px) {
  .hero__subtitle {
    bottom: 3.5vw;
    display: inline-block;
    margin-top: 0;
    margin-left: 30px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__subtitle {
    bottom: 1.6666666667vw;
    margin-left: 2.34375vw;
    font-size: 1.25vw;
  }
}
.hero__bottom {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  gap: clamp(10px, 30vw, 300px);
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .hero__bottom {
    align-items: inherit;
    gap: 200px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__bottom {
    flex-direction: row;
    align-items: center;
    gap: 0;
  }
}
.hero__bottom-left {
  position: relative;
  display: flex;
  gap: 0;
  max-width: 343px;
}
@media screen and (min-width: 768px) {
  .hero__bottom-left {
    max-width: inherit;
    gap: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .hero__bottom-left {
    gap: 0.5208333333vw;
  }
  .hero__bottom-left::before {
    display: none;
  }
}
.hero__bottom-left::before {
  content: "";
  z-index: 100;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  height: calc(100% - 60px);
  width: 1px;
  border-radius: 1px;
  background: rgba(159, 186, 199, 0.2);
}
@media screen and (min-width: 768px) {
  .hero__bottom-left::before {
    display: none;
  }
}
.hero .hero-card {
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 213px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .hero .hero-card {
    gap: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card {
    gap: 1.5625vw;
    width: 11.09375vw;
    padding: 1.5625vw;
  }
  .hero .hero-card:first-of-type {
    border-radius: 1.3020833333vw;
  }
  .hero .hero-card:nth-of-type(2) {
    border-radius: 1.3020833333vw;
  }
}
.hero .hero-card:first-of-type {
  padding: 24px 16px 24px 24px;
  border-radius: 16px 0 0 16px;
}
@media screen and (min-width: 768px) {
  .hero .hero-card:first-of-type {
    padding: 30px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card:first-of-type {
    padding: 1.5625vw;
  }
}
.hero .hero-card:nth-of-type(2) {
  padding: 24px 24px 24px 16px;
  border-radius: 0 16px 16px 0;
}
@media screen and (min-width: 768px) {
  .hero .hero-card:nth-of-type(2) {
    padding: 30px;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card:nth-of-type(2) {
    padding: 1.5625vw;
  }
}
.hero .hero-card__header {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .hero .hero-card__header {
    gap: 0.4166666667vw;
  }
}
.hero .hero-card__header-icon {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .hero .hero-card__header-icon {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
.hero .hero-card__header-icon svg {
  width: 100%;
  height: 100%;
}
.hero .hero-card__header-label {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .hero .hero-card__header-label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card__header-label {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.hero .hero-card__header-label {
  width: 1px;
  color: #0a4b4f;
}
.hero .hero-card__body {
  display: flex;
  flex-direction: column;
  gap: 0.4166666667vw;
}
.hero .hero-card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero .hero-card__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card__title {
    font-size: 1.6666666667vw;
  }
}
.hero .hero-card__title {
  color: #14293e;
  text-wrap: nowrap;
}
.hero .hero-card__price {
  display: inherit;
}
.hero .hero-card__link {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .hero .hero-card__link {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card__link {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.hero .hero-card__link {
  display: flex;
  align-items: center;
  width: auto;
  color: #0a4b4f;
  text-decoration: underline;
  text-underline-position: from-font;
  text-wrap: nowrap;
}
.hero .hero-card__link-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  margin-left: 0.2083333333vw;
}
@media screen and (min-width: 1024px) {
  .hero .hero-card__link-icon {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
.hero .hero-card__link-icon svg {
  width: 16px;
  height: 16px;
}
@media screen and (min-width: 1024px) {
  .hero .hero-card__link-icon svg {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
.hero .hero-card__text {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .hero .hero-card__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card__text {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.hero .hero-card__text {
  color: #0a4b4f;
}
.hero .hero-card-l {
  overflow: hidden;
  position: relative;
  display: grid;
  grid-template-columns: 54% 9% 37%;
  height: 100%;
  max-height: 200px;
  background-color: #fff;
  border: 1px solid rgba(159, 186, 199, 0.2);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .hero .hero-card-l {
    grid-template-columns: 50% 50px calc(50% - 50px);
    width: 100%;
    max-width: 100%;
    max-height: inherit;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l {
    grid-template-columns: 11.4583333333vw 2.6041666667vw 9.0104166667vw;
    overflow: visible;
    border-radius: 1.5625vw;
    max-width: -moz-min-content;
    max-width: min-content;
    border: none;
  }
}
.hero .hero-card-l__liquid-glass-small-el {
  z-index: 1;
  position: absolute;
  top: 0;
  right: 55%;
  transform: translateY(-50%) rotate(-10deg);
  display: none;
  width: 7.03125vw;
  height: 5.9895833333vw;
}
.hero .hero-card-l__liquid-glass-small-el img {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l__liquid-glass-small-el {
    display: inherit;
  }
}
.hero .hero-card-l__text {
  display: flex;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 24px 6.4vw;
  background-color: #fff;
  border-top-left-radius: 1.5625vw;
  border-bottom-left-radius: 1.5625vw;
}
@media screen and (min-width: 768px) {
  .hero .hero-card-l__text {
    align-items: center;
    gap: 8px;
    padding: 30px 0 30px 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l__text {
    display: flex;
    gap: 0.4166666667vw;
    padding: 1.5625vw 0 1.5625vw 1.5625vw;
  }
}
.hero .hero-card-l__text-title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .hero .hero-card-l__text-title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l__text-title {
    font-size: 1.6666666667vw;
  }
}
.hero .hero-card-l__text-title {
  color: #14293e;
  font-size: clamp(24px, 6.4vw, 48px);
}
@media screen and (min-width: 768px) {
  .hero .hero-card-l__text-title {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l__text-title {
    font-size: 1.6666666667vw;
  }
}
.hero .hero-card-l__text-subtitle {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .hero .hero-card-l__text-subtitle {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l__text-subtitle {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.hero .hero-card-l__text-subtitle {
  color: #0a4b4f;
  font-size: 4.2vw;
  font-size: clamp(16px, 4.2vw, 24px);
}
@media screen and (min-width: 768px) {
  .hero .hero-card-l__text-subtitle {
    max-width: 250px;
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l__text-subtitle {
    max-width: inherit;
    font-size: 0.8333333333vw;
  }
}
.hero .hero-card-l__logo {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 4vw;
  background-color: #9fbac7;
  border-top-right-radius: 1.5625vw;
  border-bottom-right-radius: 1.5625vw;
}
@media screen and (min-width: 768px) {
  .hero .hero-card-l__logo {
    height: inherit;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l__logo {
    padding: 1.5625vw 1.5625vw 1.5625vw 0.6770833333vw;
  }
}
.hero .hero-card-l__logo svg {
  width: 26vw;
  height: 16vw;
  max-width: 150px;
  max-height: 100px;
}
@media screen and (min-width: 768px) {
  .hero .hero-card-l__logo svg {
    width: 100%;
    height: 100%;
    max-width: 195px;
    max-height: 118.5px;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l__logo svg {
    max-width: 130px;
    max-height: 79px;
  }
}
.hero .hero-card-l__decoration {
  position: relative;
  display: inherit;
  width: 100%;
  height: 100%;
  max-height: 200px;
  background: #9fbac7;
}
@media screen and (min-width: 768px) {
  .hero .hero-card-l__decoration {
    height: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .hero .hero-card-l__decoration {
    display: inherit;
    width: 2.6041666667vw;
  }
}
.hero .hero-card-l__decoration svg {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}

.hero-about {
  height: calc(100svh + 230px);
}
@media screen and (min-width: 768px) {
  .hero-about {
    height: calc(100svh + 120px);
  }
}
.hero-about::before {
  height: 135px;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .hero-about::before {
    display: none;
    height: 293px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about {
    height: calc(100svh + 38vh);
  }
}
.hero-about .hero__gradient {
  height: 64px;
}
@media screen and (min-width: 768px) {
  .hero-about .hero__gradient {
    bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero__gradient {
    bottom: 0;
    height: 5.8333333333vw;
  }
}
.hero-about .hero__bg-img {
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
@media screen and (min-width: 768px) {
  .hero-about .hero__bg-img {
    bottom: 273px;
    left: -45%;
    width: 190%;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero__bg-img {
    left: 0;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .hero-about .hero__container {
    height: calc(100% - 120px);
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero__container {
    height: calc(100svh - 90px);
  }
}
.hero-about .hero-about-flat {
  overflow: hidden;
  display: flex;
  width: -moz-min-content;
  width: min-content;
  height: 50px;
  margin-top: 18px;
  border-radius: 500px;
  border: 1px solid rgba(20, 41, 62, 0.2);
  background: rgba(255, 255, 255, 0.5);
  backdrop-filter: blur(32px);
}
@media screen and (min-width: 768px) {
  .hero-about .hero-about-flat {
    height: 64px;
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-flat {
    height: 4.1666666667vw;
    margin-top: 2.0833333333vw;
  }
}
.hero-about .hero-about-flat__item {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0a4b4f;
}
@media screen and (min-width: 768px) {
  .hero-about .hero-about-flat__item {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-flat__item {
    font-size: 1.25vw;
  }
}
.hero-about .hero-about-flat__item {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 22px;
  text-wrap: nowrap;
  color: #14293e;
  transition: background-color 0.3s ease;
}
@media (hover: hover) {
  .hero-about .hero-about-flat__item:hover {
    background-color: rgba(159, 186, 199, 0.3);
  }
}
@media screen and (min-width: 768px) {
  .hero-about .hero-about-flat__item {
    padding: 0 58px;
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-flat__item {
    padding: 0 4.1666666667vw;
    font-size: 1.25vw;
  }
}
.hero-about .hero-about-flat__line {
  width: 1px;
  height: 100%;
  background: rgba(20, 41, 62, 0.2);
}
.hero-about .hero__bottom {
  display: grid;
  grid-template-columns: 1fr;
  gap: 100px;
}
@media screen and (min-width: 768px) {
  .hero-about .hero__bottom {
    grid-template-columns: auto 55vw;
    gap: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero__bottom {
    grid-template-columns: 21.875vw 21.875vw;
    justify-content: space-between;
  }
}
.hero-about .hero__bottom-left::before {
  display: none;
}
.hero-about .hero-card:first-of-type {
  width: 181px;
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .hero-about .hero-card:first-of-type {
    width: inherit;
  }
}
.hero-about .hero-about-navigation {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .hero-about .hero-about-navigation {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-navigation {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.hero-about .hero-about-navigation {
  z-index: 101;
  position: fixed;
  bottom: 40px;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  gap: 1.0416666667vw;
  margin-top: auto;
  padding: 0.8333333333vw 1.6666666667vw;
  border-radius: 100px;
  border: 1px solid rgba(159, 186, 199, 0.2);
  background: rgba(255, 255, 255, 0.5);
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.05), 0 10px 40px 0 rgba(0, 0, 0, 0.05);
  backdrop-filter: blur(32px);
  color: #14293e;
  font-size: 0.8333333333vw;
  transition: transform 0.3s ease;
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-navigation {
    display: flex;
  }
}
.hero-about .hero-about-navigation.is-hidden {
  pointer-events: none;
  transform: translateY(calc(2.8125vw + 40px)) translateX(-50%);
}
.hero-about .hero-about-navigation__item {
  position: relative;
}
.hero-about .hero-about-navigation__item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  width: 100%;
  height: 1px;
  background-color: #14293e;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.hero-about .hero-about-navigation__item:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.hero-about .hero-about-stats {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  width: 100%;
  height: 100%;
  border-radius: 24px;
  background-color: #fff;
  border: 1px solid rgba(159, 186, 199, 0.2);
}
@media screen and (min-width: 768px) {
  .hero-about .hero-about-stats {
    width: auto;
    margin-left: auto;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats {
    border-radius: 30px;
  }
}
.hero-about .hero-about-stats__block {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  width: 100%;
  padding: 24px;
  background-color: #fff;
}
@media screen and (min-width: 768px) {
  .hero-about .hero-about-stats__block {
    gap: 0;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats__block {
    padding: 1.5625vw;
  }
}
.hero-about .hero-about-stats__head {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats__head {
    gap: 0.4166666667vw;
  }
}
.hero-about .hero-about-stats__icon {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats__icon {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
.hero-about .hero-about-stats__icon svg {
  width: 32px;
  height: 32px;
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats__icon svg {
    width: 1.6666666667vw;
    height: 1.6666666667vw;
  }
}
.hero-about .hero-about-stats__title {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .hero-about .hero-about-stats__title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats__title {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.hero-about .hero-about-stats__title {
  color: #0a4b4f;
}
.hero-about .hero-about-stats__body {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats__body {
    gap: 0.4166666667vw;
  }
}
.hero-about .hero-about-stats__row {
  display: flex;
  justify-content: space-between;
  flex-wrap: 0;
}
.hero-about .hero-about-stats__label {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .hero-about .hero-about-stats__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats__label {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.hero-about .hero-about-stats__label {
  color: #0a4b4f;
  text-wrap: nowrap;
}
.hero-about .hero-about-stats__value {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .hero-about .hero-about-stats__value {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats__value {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.hero-about .hero-about-stats__value {
  color: #14293e;
  text-wrap: nowrap;
}
.hero-about .hero-about-stats__row-line {
  height: 1px;
  width: 100%;
  border-radius: 1px;
  background: rgba(159, 186, 199, 0.2);
}
.hero-about .hero-about-stats__col-line {
  width: 1px;
  height: calc(100% - 60px);
  margin: auto 0;
  border-radius: 1px;
  background: rgba(159, 186, 199, 0.2);
}
@media screen and (min-width: 1024px) {
  .hero-about .hero-about-stats__col-line {
    height: calc(100% - 3.125vw);
  }
}.hero-secondary {
  overflow: hidden;
  position: relative;
  padding-top: 84px;
  background-color: #14293e;
}
@media screen and (min-width: 1024px) {
  .hero-secondary {
    padding-top: 90px;
  }
}
.hero-secondary::before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 0;
  right: 0;
  transform: translateX(50%) translateY(-50%);
  width: 26.0416666667vw;
  height: 26.0416666667vw;
  background-color: #fafafd;
  filter: blur(20.8333333333vw);
}
.hero-secondary__noise {
  z-index: 0;
  position: absolute;
  bottom: 0;
  inset: 0;
}
.hero-secondary__noise img {
  width: 100%;
  height: 100%;
}
.hero-secondary__liquid-glass {
  position: absolute;
  right: 0;
  top: 84px;
  display: none;
  width: 43vw;
  height: 35vw;
}
@media screen and (min-width: 768px) {
  .hero-secondary__liquid-glass {
    display: inherit;
  }
}
@media screen and (min-width: 1024px) {
  .hero-secondary__liquid-glass {
    top: 90px;
    width: 38.8020833333vw;
    height: 26.5625vw;
  }
}
.hero-secondary__liquid-glass img {
  width: 100%;
  height: 100%;
}
.hero-secondary__container {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding-top: 30px;
  padding-bottom: 28px;
}
@media screen and (min-width: 768px) {
  .hero-secondary__container {
    gap: 20px;
    padding-top: 80px;
    padding-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-secondary__container {
    gap: 1.5625vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero-secondary__container {
    padding-top: 4.1666666667vw;
    padding-bottom: 4.1666666667vw;
  }
}
.hero-secondary__title {
  font-size: 17vw;
  font-family: "RoadRadio", sans-serif;
  font-weight: 700;
  font-style: normal;
  line-height: 70%;
  text-decoration: none;
  color: #fff;
  letter-spacing: -0.06em;
}
@media screen and (min-width: 768px) {
  .hero-secondary__title {
    font-size: 12.5vw;
  }
}
@media screen and (min-width: 1024px) {
  .hero-secondary__title {
    font-size: 9.375vw;
  }
}.news-card {
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: calc(100vw - 32px);
  border-radius: 16px;
}
@media screen and (min-width: 768px) {
  .news-card {
    width: inherit;
    height: 54vw;
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .news-card {
    height: 31.25vw;
    border-radius: 1.5625vw;
  }
}
.news-card__bg {
  position: absolute;
  inset: 0;
}
.news-card__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  transition: filter 0.3s ease;
}
.news-card--expired .news-card__bg img {
  filter: grayscale(100%);
}
.news-card__header {
  position: relative;
  display: flex;
  justify-content: space-between;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .news-card__header {
    padding: 30px 30px 20px;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__header {
    padding: 2.0833333333vw 2.0833333333vw 4.1666666667vw;
  }
}
.news-card__header::before {
  content: "";
  z-index: 0;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(11, 14, 15, 0) 0%, rgba(11, 14, 15, 0.8) 100%);
}
.news-card__label {
  z-index: 1;
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0a4b4f;
}
@media screen and (min-width: 768px) {
  .news-card__label {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__label {
    font-size: 1.25vw;
  }
}
.news-card__label {
  color: #fff;
}
.news-card__footer {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 16px;
  padding: 24px;
}
@media screen and (min-width: 768px) {
  .news-card__footer {
    flex-direction: row;
    align-items: center;
    gap: 30px;
    padding: 30px;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__footer {
    align-items: inherit;
    gap: 1.5625vw;
    padding: 2.0833333333vw;
  }
}
.news-card__footer::after {
  content: "";
  z-index: 0;
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(11, 14, 15, 0) 0%, rgba(11, 14, 15, 0.8) 52.4%, #0b0e0f 100%);
}
.news-card__title {
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: -0.03em;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .news-card__title {
    font-size: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .news-card__title {
    font-size: 1.6666666667vw;
  }
}
.news-card__title {
  z-index: 1;
  font-size: 24px;
}
@media screen and (min-width: 1024px) {
  .news-card__title {
    font-size: 1.6666666667vw;
  }
}
.news-card__button {
  z-index: 1;
  margin-right: auto;
  margin-top: auto;
}
@media screen and (min-width: 768px) {
  .news-card__button {
    margin-right: inherit;
  }
}
.news-card__button button {
  padding: 16px 32px;
}.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.pagination__utility {
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: space-between;
  width: 100%;
  max-width: 343px;
}
@media screen and (min-width: 768px) {
  .pagination__utility {
    gap: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .pagination__utility {
    gap: 2.5vw;
  }
}
.pagination__input {
  display: flex;
  padding: 4px 28px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 10px;
  color: #f6f6f6;
  border-radius: 100px;
  background: #322a32;
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .pagination__input {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .pagination__input {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.pagination__input {
  width: 86px;
  pointer-events: none;
}
.pagination__more {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .pagination__more {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .pagination__more {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.pagination__more {
  margin-top: 16px;
  text-transform: uppercase;
  text-decoration: underline;
  text-underline-position: from-font;
}
@media screen and (min-width: 768px) {
  .pagination__more {
    margin-top: 32px;
  }
}
@media screen and (min-width: 1024px) {
  .pagination__more {
    margin-top: 40px;
  }
}
.pagination .pagination-count {
  display: flex;
  align-items: center;
  gap: 12px;
}
.pagination .pagination-count__current {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .pagination .pagination-count__current {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .pagination .pagination-count__current {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.pagination .pagination-count__current {
  padding: 12px 24px;
  background-color: #9fbac7;
  border-radius: 100px;
  color: #14293e;
}
@media screen and (min-width: 768px) {
  .pagination .pagination-count__current {
    padding: 22px 48px;
  }
}
.pagination .pagination-count__max {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .pagination .pagination-count__max {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .pagination .pagination-count__max {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.pagination .pagination-count__max {
  color: #9fbac7;
  text-wrap: nowrap;
}.overflow {
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(20, 41, 62, 0.8);
  top: 0;
  z-index: 1000;
  transition: all 0.3s ease-in-out 0.2s;
  opacity: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  backdrop-filter: blur(4px);
}
.overflow.hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.overflow .form-wrap {
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
}
@media screen and (min-width: 768px) {
  .overflow .form-wrap {
    width: 688px;
  }
}
.hidden .overflow .form-wrap {
  transform: scale(1.2);
  opacity: 0;
}

.modal-form {
  position: absolute;
  top: 50%;
  left: calc(50% - 16px);
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  background: #14293e;
  border: none;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
  opacity: 1;
  margin: 0 16px;
  padding: 20px;
  padding-bottom: 28px;
  border-radius: 24px;
}
.hidden .modal-form {
  transform: translate(-50%, -50%) scale(1.2);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .modal-form {
    padding: 40px;
    width: 688px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}

.call-us__container {
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #14293e;
  transform: translate(-50%, -50%);
  padding: 32px 16px;
  transition: transform 0.3s ease-in-out 0.3s, opacity 0.3s ease 0.3s;
  opacity: 1;
}
.hidden .call-us__container {
  transform: translate(-50%, -20%);
  opacity: 0;
}
@media screen and (min-width: 768px) {
  .call-us__container {
    padding: 72px 24px;
  }
}
@media screen and (min-width: 1024px) {
  .call-us__container {
    padding: 100px 100px;
  }
}
@media screen and (min-width: 1920px) {
  .call-us__container {
    padding: 100px 120px;
  }
}

.close-btn {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  top: 20px;
  right: 20px;
}
.close-btn svg {
  width: 14px;
  height: 14px;
}
@media screen and (min-width: 1024px) {
  .close-btn {
    top: 30px;
    right: 30px;
  }
}
@media screen and (min-width: 1920px) {
  .close-btn {
    top: 50px;
    right: 50px;
  }
}

.call-us__title-wrap {
  display: flex;
  flex-direction: column;
  gap: 24px;
  width: 100%;
  margin-bottom: 48px;
}
.call-us__title-wrap p {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .call-us__title-wrap p {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .call-us__title-wrap p {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
@media screen and (min-width: 768px) {
  .call-us__title-wrap p {
    width: 324px;
  }
}
@media screen and (min-width: 1024px) {
  .call-us__title-wrap p {
    width: 500px;
  }
}
@media screen and (min-width: 1920px) {
  .call-us__title-wrap p {
    width: 600px;
  }
}
@media screen and (min-width: 768px) {
  .call-us__title-wrap {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 100px;
  }
}

.inputs-wrapper {
  display: flex;
  flex-direction: column;
  gap: 16px;
  width: 100%;
}
@media screen and (min-width: 768px) {
  .inputs-wrapper {
    gap: 20px;
  }
}
@media screen and (min-width: 1024px) {
  .inputs-wrapper {
    gap: 30px;
  }
}

.input-title {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .input-title {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .input-title {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.input-title {
  color: #9fbac7;
}

.form-field {
  position: relative;
}
.form-field__checkbox-container {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-top: 14px;
  position: relative;
}
@media screen and (min-width: 768px) {
  .form-field__checkbox-container {
    margin-top: 10px;
  }
}
.form-field__checkbox-container[data-status=field--error] .form-field__checkbox-checkmark {
  border-color: #ff0000;
}
.form-field__checkbox-container[data-status=field--error] .input-message {
  display: block;
  opacity: 1;
}
.form-field__checkbox {
  display: flex;
  align-items: self-start;
  gap: 12px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}
.form-field__checkbox input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark {
  background-color: transparent;
}
.form-field__checkbox input:checked ~ .form-field__checkbox-checkmark::after {
  display: block;
}
.form-field__checkbox-checkmark {
  display: block;
  min-width: 16px;
  min-height: 16px;
  border-radius: 2px;
  border: 1px solid var(--white, #fff);
  position: relative;
  margin-top: 3px;
}
.form-field__checkbox-checkmark::after {
  content: "";
  position: absolute;
  display: none;
  left: 5px;
  top: 2px;
  width: 4px;
  height: 8px;
  border: solid white;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.form-field__checkbox-text {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .form-field__checkbox-text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-field__checkbox-text {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.form-field__checkbox-text {
  color: #9fbac7;
}
.form-field__checkbox-text a {
  text-decoration: underline;
  color: inherit;
}
.form-field__checkbox-text a:hover {
  opacity: 0.7;
}
.form-field__required {
  position: absolute;
  top: 0;
  right: 0;
  width: 24px;
  height: 24px;
}
.form-field__required svg {
  width: 100%;
  height: 100%;
}

.form-field[data-custom-select] {
  position: relative;
  cursor: pointer;
}
.form-field[data-custom-select] .select-dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #1a2e44;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.5);
  z-index: 999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(10px);
  transition: all 0.3s ease;
  border-radius: 0 0 4px 4px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-top: none;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-dropdown {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger {
  border-bottom-color: #ffffff;
}
.form-field[data-custom-select]:hover:not(.just-selected) .select-trigger__icon {
  transform: rotate(90deg);
}
.form-field[data-custom-select] .select-trigger {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  pointer-events: none;
}
.form-field[data-custom-select] .select-trigger__text {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .form-field[data-custom-select] .select-trigger__text {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-field[data-custom-select] .select-trigger__text {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.form-field[data-custom-select] .select-trigger__text {
  color: #9fbac7;
}
.form-field[data-custom-select] .select-trigger__icon {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: transform 0.3s ease;
}
.form-field[data-custom-select] .select-trigger__icon svg {
  width: 16px;
  height: 16px;
  color: #9fbac7;
}
.form-field[data-custom-select] .select-item {
  padding: 12px 20px;
  color: white;
  list-style: none;
  transition: all 0.3s ease;
}
.form-field[data-custom-select] .select-item:hover {
  background: rgba(255, 255, 255, 0.1);
  padding-left: 30px;
  color: #9fbac7;
}

.input-message {
  position: absolute;
  bottom: -16px;
  z-index: 2;
  color: red;
}

.form-field__input {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .form-field__input {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-field__input {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.form-field__input {
  width: 100%;
  padding: 16px 0;
  color: #403939;
  background-color: transparent;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media screen and (min-width: 768px) {
  .form-field__input {
    padding: 20px 0;
  }
}
.form-field__input::-moz-placeholder {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
.form-field__input::placeholder {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .form-field__input::-moz-placeholder {
    font-size: 16px;
  }
  .form-field__input::placeholder {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .form-field__input::-moz-placeholder {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
  .form-field__input::placeholder {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.form-field__input::-moz-placeholder {
  color: #9fbac7;
}
.form-field__input::placeholder {
  color: #9fbac7;
}

.text-input {
  resize: none;
}

.form__button {
  justify-self: flex-end;
  width: -moz-fit-content;
  width: fit-content;
}
.form__button:hover .submit-btn__text {
  position: relative;
  z-index: 1;
}

.form__button-svg {
  transform: scale(1.25);
}
@media screen and (min-width: 1024px) {
  .form__button-svg {
    transform: translateY(50%) scale(1.25);
  }
}

.form__button-wrapper {
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.iti__flag {
  background-image: url("../images/flags.png");
}

@media (min-resolution: 192dpi) {
  .iti__flag {
    background-image: url("../images/flags@2x.png");
  }
}
.input-message {
  font-size: 14px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 100%;
  text-decoration: none;
  letter-spacing: -0.06em;
}

.footer .iti--allow-dropdown input {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .footer .iti--allow-dropdown input {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .footer .iti--allow-dropdown input {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.footer .iti--allow-dropdown input {
  color: #0f0f0f;
  padding-right: 0;
}
@media screen and (min-width: 1024px) {
  .footer .iti--allow-dropdown input {
    padding-right: 20px;
  }
}

.iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.iti__mobile .iti__country-list {
  bottom: 0;
  left: 0;
  width: auto;
  height: auto;
}

.form-phone span {
  color: #fff;
  font-size: 20px;
}
@media screen and (min-width: 768px) {
  .form-phone span {
    font-size: 40px;
  }
}
@media screen and (min-width: 1024px) {
  .form-phone span {
    font-size: 2vw;
  }
}.loader {
  position: fixed;
  inset: 0;
  overflow: hidden;
  opacity: 1;
  z-index: 10000;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  transition: opacity 0.4s linear;
}
.loader .container {
  width: 100%;
  height: 100%;
}
.loader__video {
  position: absolute;
  inset: 0;
  background: var(--navy-dark, #14293e);
}
.loader__video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  mix-blend-mode: multiply;
}
.loader__body {
  position: relative;
  display: grid;
  grid-template-rows: 80px 1fr 80px;
  place-items: center;
  width: 100%;
  height: 100%;
  padding: 16px 0;
}
@media screen and (min-width: 768px) {
  .loader__body {
    padding: 24px 0;
  }
}
@media screen and (min-width: 1024px) {
  .loader__body {
    grid-template-rows: 4.1666666667vw 1fr 4.1666666667vw;
    padding: 40px 0;
  }
}
.loader__logo {
  width: 30px;
  height: 60px;
}
@media screen and (min-width: 768px) {
  .loader__logo {
    width: 40px;
    height: 80px;
  }
}
@media screen and (min-width: 1024px) {
  .loader__logo {
    width: 2.0833333333vw;
    height: 4.1666666667vw;
  }
}
.loader__logo svg {
  width: 100%;
  height: 100%;
}
.loader__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.loader__wave {
  width: 56px;
  height: 6px;
}
@media screen and (min-width: 768px) {
  .loader__wave {
    width: 98px;
    height: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .loader__wave {
    width: 10.3125vw;
    height: 0.7291666667vw;
  }
}
.loader__wave svg {
  width: 100%;
  height: 100%;
}
.loader__wave-tablet {
  display: none;
}
@media screen and (min-width: 768px) {
  .loader__wave-tablet {
    display: inherit;
  }
}
.loader__wave-mobile {
  display: inherit;
}
@media screen and (min-width: 768px) {
  .loader__wave-mobile {
    display: none;
  }
}
.loader__loading {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}
@media screen and (min-width: 1024px) {
  .loader__loading {
    gap: 1.5625vw;
  }
}
.loader__percent {
  font-size: 24px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 80%;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  letter-spacing: -0.04em;
}
@media screen and (min-width: 768px) {
  .loader__percent {
    font-size: clamp(32px, 32px + 16 * (100vw - 768px) / 598, 48px);
  }
}
@media screen and (min-width: 1024px) {
  .loader__percent {
    font-size: 2.5vw;
  }
}
.loader__percent {
  font-size: 32px;
}
@media screen and (min-width: 768px) {
  .loader__percent {
    font-size: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .loader__percent {
    font-size: 2.5vw;
  }
}
.loader__label {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .loader__label {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .loader__label {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.loader__label {
  text-transform: uppercase;
  color: #9fbac7;
}
.loader__button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transform: rotate(90deg);
  border-radius: 50%;
  border: 1px solid rgba(159, 186, 199, 0.2);
}
@media screen and (min-width: 1024px) {
  .loader__button {
    width: 3.3333333333vw;
    height: 3.3333333333vw;
  }
}
.loader__button svg {
  width: 24px;
  height: 24px;
}
@media screen and (min-width: 1024px) {
  .loader__button svg {
    width: 1.25vw;
    height: 1.25vw;
  }
}.button-primary {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .button-primary {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .button-primary {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.button-primary {
  z-index: 1;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  padding: 16px 24px;
  background-color: #14293e;
  border-radius: 100px;
  color: #fff;
  transition: transform 0.1s ease, background-color 0.2s ease;
}
.button-primary::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background: #1b3854;
  border-radius: 50%;
  transition: width 0.3s ease, height 0.3s ease, background-color 0.1s ease;
}
@media (hover: hover) {
  .button-primary:hover::before {
    width: 100%;
    height: 200%;
  }
}
.button-primary:active {
  transform: scale(0.95);
}
.button-primary:active::before {
  background: #0e1e2e;
}
.button-primary:disabled {
  background-color: rgba(44, 62, 80, 0.6);
  pointer-events: none;
}
.button-primary:focus-visible {
  outline: 2px solid #3a7bd5;
}
@media screen and (min-width: 768px) {
  .button-primary {
    padding: 16px 32px;
  }
}
@media screen and (min-width: 1024px) {
  .button-primary {
    padding: 0.8333333333vw 1.6666666667vw;
  }
}
.button-primary--white {
  background-color: #fff;
  color: #14293e;
}
.button-primary--white::before {
  background: #e3f3ff;
}
@media (hover: hover) {
  .button-primary--white:hover {
    color: #14293e;
  }
}
.button-primary--white:active::before {
  background: #bcdfff;
}
.button-primary--white:disabled, .button-primary--white.disabled {
  background-color: rgba(255, 255, 255, 0.5);
  color: rgba(20, 41, 62, 0.8);
  /*cursor: not-allowed;*/
}
.button-primary--white:disabled:hover, .button-primary--white.disabled:hover {
  color: rgba(20, 41, 62, 0.8);
  background-color: rgba(255, 255, 255, 1);
}
.button-primary--white:disabled:hover::before, .button-primary--white.disabled:hover::before {
  display: none;
}
.button-primary__icon {
  width: 16px;
  height: 16px;
}
.button-primary__icon svg {
  width: 100%;
  height: 100%;
}.button-transparent {
  font-family: "Google Sans", sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: -0.03em;
  color: #0a4b4f;
}
@media screen and (min-width: 768px) {
  .button-transparent {
    font-size: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .button-transparent {
    font-size: 1.25vw;
  }
}
.button-transparent {
  z-index: 1;
  position: relative;
  overflow: hidden;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  border-radius: 500px;
  border: 1px solid #14293e;
  color: #14293e;
  background-color: transparent;
  transition: color 0.4s ease, transform 0.1s ease;
}
.button-transparent::before {
  content: "";
  z-index: -1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #14293e;
  border-radius: 50%;
  transition: width 0.5s ease, height 0.5s ease;
}
@media (hover: hover) {
  .button-transparent:hover {
    color: #fff;
  }
  .button-transparent:hover::before {
    width: 110%;
    height: 400%;
  }
  .button-transparent:hover .button-transparent__icon svg {
    fill: #fff;
  }
}
.button-transparent:active {
  transform: scale(0.96);
}
.button-transparent--white {
  border-color: #fff;
  color: #fff;
}
.button-transparent--white::before {
  background-color: #fff;
}
@media (hover: hover) {
  .button-transparent--white:hover {
    color: #14293e;
  }
  .button-transparent--white:hover .button-transparent__icon svg {
    fill: #14293e;
  }
}
.button-transparent--small {
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .button-transparent--small {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .button-transparent--small {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.button-transparent--small {
  gap: 8px;
  padding: 12px 24px;
}
@media screen and (min-width: 768px) {
  .button-transparent--small {
    padding: 16px 32px;
  }
}
.button-transparent__icon {
  z-index: 2;
  width: 16px;
  height: 16px;
  margin-left: 8px;
}
@media screen and (min-width: 1024px) {
  .button-transparent__icon {
    width: 0.8333333333vw;
    height: 0.8333333333vw;
  }
}
.button-transparent__icon svg {
  width: 100%;
  height: 100%;
  transition: fill 0.4s ease;
}
.button-transparent__text {
  z-index: 2;
}.breadcrumbs {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
}
.breadcrumbs__item {
  position: relative;
  font-size: 16px;
  font-family: "Google Sans", sans-serif;
  font-weight: 500;
  font-style: normal;
  line-height: 120%;
  text-decoration: none;
  text-transform: none;
  letter-spacing: -0.03em;
}
@media screen and (min-width: 768px) {
  .breadcrumbs__item {
    font-size: 16px;
  }
}
@media screen and (min-width: 1024px) {
  .breadcrumbs__item {
    font-size: 0.8333333333vw;
    font-size: clamp(12px, 12px + 6 * (100vw - 1024px) / 896, 16px);
  }
}
.breadcrumbs__item::before {
  content: "";
  position: absolute;
  bottom: -1px;
  left: 0;
  transform: scaleX(0);
  transform-origin: bottom right;
  width: 100%;
  height: 1px;
  background-color: #fff;
  transition: transform 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}
.breadcrumbs__item:hover::before {
  transform: scaleX(1);
  transform-origin: bottom left;
}
.breadcrumbs__item--no-hover:hover::before {
  transform: scale(0);
}.button-prev {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #9fbac7;
  background-color: #fff;
  color: #14293e;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: border-color 0.4s ease, transform 0.2s ease;
}
.button-prev::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #14293e;
  border-radius: 50%;
  transition: width 0.4s ease, height 0.4s ease;
}
.button-prev--transparent {
  background-color: transparent;
}
.button-prev svg {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
  color: #14293e;
  fill: #14293e;
  transition: color 0.4s ease, transform 0.3s ease;
}
.button-prev:hover {
  border-color: #14293e;
}
.button-prev:hover::before {
  width: 105%;
  height: 105%;
}
.button-prev:hover svg {
  color: #fff;
  fill: #fff;
}
.button-prev:active {
  transform: scale(0.92);
}
.button-prev.swiper-button-disabled {
  border-color: #9fbac7;
  cursor: not-allowed;
  transform: scale(1);
}
.button-prev.swiper-button-disabled::before {
  background-color: inherit;
}
.button-prev.swiper-button-disabled svg {
  color: #9fbac7;
  fill: #9fbac7;
}
.button-prev.disabled {
  border-color: #9fbac7;
  cursor: not-allowed;
  transform: scale(1);
}
.button-prev.disabled::before {
  background-color: inherit;
}
.button-prev.disabled svg {
  color: #9fbac7;
  fill: #9fbac7;
}.button-next {
  display: flex;
  justify-content: center;
  align-items: center;
  min-width: 64px;
  min-height: 64px;
  border-radius: 50%;
  border: 1px solid #9fbac7;
  background-color: #fff;
  color: #14293e;
  cursor: pointer;
  position: relative;
  z-index: 1;
  overflow: hidden;
  transition: border-color 0.4s ease, transform 0.2s ease;
}
.button-next::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  background-color: #14293e;
  border-radius: 50%;
  transition: width 0.4s ease, height 0.4s ease;
}
.button-next svg {
  width: 24px;
  height: 24px;
  position: relative;
  z-index: 2;
  transform: rotate(180deg);
  color: #14293e;
  fill: #14293e;
  transition: color 0.4s ease;
}
.button-next:hover {
  border-color: #14293e;
}
.button-next:hover::before {
  width: 105%;
  height: 105%;
}
.button-next:hover svg {
  color: #fff;
  fill: #fff;
}
.button-next:active {
  transform: scale(0.92);
}
.button-next.swiper-button-disabled {
  border-color: #9fbac7;
  cursor: not-allowed;
  transform: scale(1);
}
.button-next.swiper-button-disabled::before {
  background-color: inherit;
}
.button-next.swiper-button-disabled svg {
  color: #9fbac7;
  fill: #9fbac7;
}
.button-next.disabled {
  border-color: #9fbac7;
  cursor: not-allowed;
  transform: scale(1);
}
.button-next.disabled::before {
  background-color: inherit;
}
.button-next.disabled svg {
  color: #9fbac7;
  fill: #9fbac7;
}.popup {
  z-index: 1000;
  position: fixed;
  inset: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 0.4s ease, visibility 0.4s ease;
}
@media screen and (min-width: 768px) {
  .popup {
    padding: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .popup {
    padding: 40px;
  }
}
.popup--open {
  visibility: visible;
  pointer-events: auto;
}
.popup--open .popup__blur {
  backdrop-filter: blur(60px);
}
.popup--open .popup__overlay {
  opacity: 1;
}
.popup--open .popup__body {
  opacity: 1;
  transform: scale(1);
}
.popup--dark .popup__close {
  background: rgba(255, 255, 255, 0.1);
}
.popup--dark .popup__close::before, .popup--dark .popup__close::after {
  background-color: #fff;
}
.popup__blur {
  position: absolute;
  inset: 0;
  z-index: -2;
  backdrop-filter: blur(0px);
  transition: backdrop-filter 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  will-change: backdrop-filter;
}
.popup__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background: rgba(20, 41, 62, 0.5);
  opacity: 0;
  transition: opacity 0.4s ease;
  will-change: opacity;
}
.popup__body {
  opacity: 0;
  overflow: hidden;
  background: white;
  border-radius: 16px;
  position: relative;
  transform: scale(0.95);
  transition: transform 0.4s ease, opacity 0.4s ease;
}
@media screen and (min-width: 768px) {
  .popup__body {
    border-radius: 24px;
  }
}
@media screen and (min-width: 1024px) {
  .popup__body {
    border-radius: 30px;
  }
}
.popup--open .popup__body {
  transform: scale(1);
}
.popup__close {
  z-index: 10;
  position: absolute;
  top: 20px;
  right: 20px;
  width: 36px;
  height: 36px;
  border: none;
  background: none;
  border-radius: 100px;
  background: rgba(29, 53, 65, 0.1);
  cursor: pointer;
}
.popup__close::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(45deg);
  background-color: #14293e;
  width: 12px;
  height: 1px;
}
.popup__close::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translateX(-50%) translateY(-50%) rotate(-45deg);
  background-color: #14293e;
  width: 12px;
  height: 1px;
}