@charset "UTF-8";

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
  --color-bg-main: #dddddd;
  --color-bg-secondary: #ebebeb;
  --color-bg-tertiary: #e9eef8;
  --color-bg-main-dark: #080f24;
  --color-bg-secondary-dark: #0e1836;
  --color-bg-tertiary-dark: #152451;
  --color-bg-main-rgb: 221, 221, 221;
  --color-bg-secondary-rgb: 198, 215, 224;
  --color-text: #0f172a;
  --color-text-light: rgba(8, 15, 36, 0.8);
  --color-text-form: rgba(15, 23, 42, 0.5);
  --color-text-accent: #fbfbfb;
  --color-border: #a8a8a8;
}

.dark {
  --color-bg-main: #080f24;
  --color-bg-secondary: #0e1836;
  --color-bg-tertiary: #152451;
  --color-bg-main-dark: #080f24;
  --color-bg-secondary-dark: #0e1836;
  --color-bg-tertiary-dark: #152451;
  --color-bg-main-rgb: 8, 15, 36;
  --color-bg-secondary-rgb: 14, 24, 54;
  --color-text: #fbfbfb;
  --color-text-light: rgba(251, 251, 251, 0.8);
  --color-text-form: rgba(251, 251, 251, 0.5);
  --color-text-accent: #fbfbfb;
  --color-border: #fbfbfb;
}

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

html {
  line-height: 1.15;
}

@media (prefers-reduced-motion: no-preference) {
  html {
    -webkit-text-size-adjust: 100%;
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
}

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible;
  border: 0;
  border-top-width: 1px;
  border-top-style: solid;
  border-top-color: #dfe6e9;
}

a {
  background-color: transparent;
}

a:focus {
  outline: unset;
}

b,
strong {
  font-weight: 600;
  color: var(--color-text);
}

small {
  font-size: 0.875em;
}

img {
  height: auto;
}

main img {
  border-style: none;
}

picture img {
  display: block;
}

button,
input {
  font-family: inherit;
  font-size: 100%;
  line-height: 1.5;
  margin: 0;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
  -webkit-appearance: button;
}

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

button:-moz-focusring {
  outline: 1px dotted #fff;
}

[type=search] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  color: #333;
  background: #fff;
}

input[type=number] {
  -moz-appearance: textfield;
}

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

@media (prefers-reduced-motion: reduce) {

  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}


/*--------------------------------------------------------------
# Fonts
--------------------------------------------------------------*/
/* golos-text-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/golos-text-v7-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
}

/* golos-text-500 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 500;
  src: url("../fonts/golos-text-v7-cyrillic_cyrillic-ext_latin_latin-ext-500.woff2") format("woff2");
}

/* golos-text-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/golos-text-v7-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2");
}

/* golos-text-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Golos Text";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/golos-text-v7-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2");
}

/* montserrat-regular - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("../fonts/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-regular.woff2") format("woff2");
}

/* montserrat-600 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 600;
  src: url("../fonts/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-600.woff2") format("woff2");
}

/* montserrat-700 - cyrillic_cyrillic-ext_latin_latin-ext */
@font-face {
  font-display: swap;
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 700;
  src: url("../fonts/montserrat-v31-cyrillic_cyrillic-ext_latin_latin-ext-700.woff2") format("woff2");
}

/*--------------------------------------------------------------
# Animation
--------------------------------------------------------------*/
._anim-items {
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

._anim-items._active {
  opacity: 1;
  transform: translateY(0);
}

._anim-items._anim-no-hide {
  opacity: 1;
  transform: translateY(0);
}

/* =========================
   Ripple
========================= */
.a-ripple {
  position: relative;
  overflow: hidden;
  outline: none;
}

.a-ripple:hover {
  opacity: 1;
}

.a-ripple:before {
  content: "";
  position: absolute;
  display: block;
  background: var(--ripple-background, white);
  border-radius: 50%;
  pointer-events: none;
  top: calc(var(--y) * 1px);
  left: calc(var(--x) * 1px);
  width: calc(var(--d) * 1px);
  height: calc(var(--d) * 1px);
  opacity: calc(var(--o, 1) * var(--ripple-opacity, 0.4));
  transition: calc(var(--t, 0) * var(--ripple-duration, 600ms)) var(--ripple-easing, linear);
  transform: translate(-50%, -50%) scale(var(--s, 1));
  transform-origin: center;
}

/* =========================
   FLOAT / PARALLAX
========================= */
@keyframes a-float {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(0.95) translateX(40px);
  }

  100% {
    transform: scale(1);
  }
}

.a-float {
  animation: a-float 6s ease infinite;
}

.a-parallax {
  transition: transform 0.1s ease-out;
  will-change: transform;
}

/* =========================
   BASE FADE / SLIDE
========================= */
.a-fade-up {
  opacity: 0;
  transform: translateY(35px);
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.5s ease;
}

.a-fade-up._active {
  opacity: 1;
  transform: translateY(0);
}

.a-fade-down {
  opacity: 0;
  transform: translateY(-35px);
  transition: opacity 0.5s ease, transform 0.6s ease;
}

.a-fade-down._active {
  opacity: 1;
  transform: translateY(0);
}

.a-fade-left {
  opacity: 0;
  transform: translateX(-35px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.a-fade-left._active {
  opacity: 1;
  transform: translateX(0);
}

.a-fade-right {
  opacity: 0;
  transform: translateX(35px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.a-fade-right._active {
  opacity: 1;
  transform: translateX(0);
}

/* =========================
   SCALE / BLUR
========================= */
.a-scale-up {
  opacity: 0;
  transform: scale(0.9);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.a-scale-up._active {
  opacity: 1;
  transform: scale(1);
}

.a-blur-up {
  opacity: 0;
  transform: translateY(35px);
  filter: blur(5px);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.a-blur-up._active {
  opacity: 1;
  transform: translateY(0);
  filter: blur(0);
}

/* =========================
   IMAGE EFFECTS
========================= */
.a-reveal {
  opacity: 0;
  clip-path: inset(0 0 100% 0);
  transition: clip-path 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.4s ease;
}

.a-reveal._active {
  opacity: 1;
  clip-path: inset(0 0 0 0);
}

.a-zoom {
  opacity: 0;
  transform: scale(0.8);
  filter: blur(8px);
  transition: opacity 0.5s ease, transform 0.5s ease, filter 0.5s ease;
}

.a-zoom._active {
  opacity: 1;
  transform: scale(1);
  filter: blur(0);
}

.a-slide-left {
  opacity: 0;
  transform: translateX(-100%);
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
}

.a-slide-left._active {
  opacity: 1;
  transform: translateX(0);
}

.a-slide-right {
  opacity: 0;
  transform: translateX(100%);
  transition: transform 0.9s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
}

.a-slide-right._active {
  opacity: 1;
  transform: translateX(0);
}

.a-flip {
  perspective: 1000px;
  opacity: 0;
}

.a-flip-inner {
  transform: rotateY(90deg);
  opacity: 0;
  transition: transform 1.2s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.6s ease;
  transform-style: preserve-3d;
}

.a-flip._active .a-flip-inner {
  transform: rotateY(0);
  opacity: 1;
}

/* =========================
   STAGGER LIST
========================= */
.a-stagger>* {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
  will-change: opacity, transform;
}

.a-stagger._active>*:nth-child(1) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.1s;
}

.a-stagger._active>*:nth-child(2) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.a-stagger._active>*:nth-child(3) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.a-stagger._active>*:nth-child(4) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.4s;
}

.a-stagger._active>*:nth-child(5) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.5s;
}

.a-stagger._active>*:nth-child(6) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.6s;
}

.a-stagger._active>*:nth-child(7) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.7s;
}

.a-stagger._active>*:nth-child(8) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.8s;
}

.a-stagger._active>*:nth-child(9) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.9s;
}

.a-stagger._active>*:nth-child(10) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1s;
}

.a-stagger._active>*:nth-child(11) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.1s;
}

.a-stagger._active>*:nth-child(12) {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 1.2s;
}

.a-stagger-x>* {
  opacity: 0;
  transform: translateX(-20px);
  transition: opacity 0.5s ease, transform 0.5s ease;
}

.a-stagger-x._active>*:nth-child(1) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.1s;
}

.a-stagger-x._active>*:nth-child(2) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.2s;
}

.a-stagger-x._active>*:nth-child(3) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.3s;
}

.a-stagger-x._active>*:nth-child(4) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.4s;
}

.a-stagger-x._active>*:nth-child(5) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.5s;
}

.a-stagger-x._active>*:nth-child(6) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.6s;
}

.a-stagger-x._active>*:nth-child(7) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.7s;
}

.a-stagger-x._active>*:nth-child(8) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.8s;
}

.a-stagger-x._active>*:nth-child(9) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 0.9s;
}

.a-stagger-x._active>*:nth-child(10) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1s;
}

.a-stagger-x._active>*:nth-child(11) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.1s;
}

.a-stagger-x._active>*:nth-child(12) {
  opacity: 1;
  transform: translateX(0);
  transition-delay: 1.2s;
}

.a-wipe-x {
  position: relative;
  overflow: hidden;
}

.a-wipe-x::after {
  content: "";
  position: absolute;
  inset: 0;
  background: currentColor;
  transform: translateX(0);
  transition: transform 1s cubic-bezier(0.22, 1, 0.36, 1);
  z-index: 1;
}

.a-wipe-x._active::after {
  transform: translateX(100%);
}

.a-rotate-in {
  opacity: 0;
  transform: rotate(-15deg) scale(0.9);
  transition: opacity 0.5s ease, transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}

.a-rotate-in._active {
  opacity: 1;
  transform: rotate(0) scale(1);
}

.a-reveal-circle {
  opacity: 0;
  clip-path: circle(0% at 50% 50%);
  transition: clip-path 1s cubic-bezier(0.22, 1, 0.36, 1), opacity 0.4s ease;
}

.a-reveal-circle._active {
  opacity: 1;
  clip-path: circle(75% at 50% 50%);
}

.a-bounce-up {
  opacity: 0;
  transform: translateY(40px);
  transition: transform 0.7s cubic-bezier(0.34, 1.56, 0.64, 1), opacity 0.4s ease;
}

.a-bounce-up._active {
  opacity: 1;
  transform: translateY(0);
}

.a-gradient-move {
  background-size: 200% 200%;
  animation: a-gradient 6s ease infinite;
}

@keyframes a-gradient {
  0% {
    background-position: 0% 50%;
  }

  50% {
    background-position: 100% 50%;
  }

  100% {
    background-position: 0% 50%;
  }
}

.a-hover-lift {
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.a-hover-lift:hover {
  transform: translateY(-6px);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.1);
}

/* =========================
   HOVER ZOOM IMAGE
========================= */
.a-hover-zoom {
  overflow: hidden;
}

@media (min-width: 1200px) {
  .a-hover-zoom img {
    transition: transform 0.7s cubic-bezier(0.22, 1, 0.36, 1);
    will-change: transform;
  }

  .a-hover-zoom:hover img {
    transform: scale(1.05) rotate(0.7deg);
  }
}

/* =========================
   Loader
========================= */
.loader__ray {
  opacity: 0.2;
  animation: ray-fade 1.2s linear infinite;
}

.loader__ray:nth-child(1) {
  animation-delay: 0s;
}

.loader__ray:nth-child(2) {
  animation-delay: 0.15s;
}

.loader__ray:nth-child(3) {
  animation-delay: 0.3s;
}

.loader__ray:nth-child(4) {
  animation-delay: 0.45s;
}

.loader__ray:nth-child(5) {
  animation-delay: 0.6s;
}

.loader__ray:nth-child(6) {
  animation-delay: 0.75s;
}

.loader__ray:nth-child(7) {
  animation-delay: 0.9s;
}

.loader__ray:nth-child(8) {
  animation-delay: 1.05s;
}

@keyframes ray-fade {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0.2;
  }
}

/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
html {
  scrollbar-gutter: stable;
}

@supports not (scrollbar-gutter: stable) {
  html {
    padding-right: var(--scrollbar-offset);
  }
}

@media (max-width: 650px) {
  html {
    overflow-x: hidden;
  }
}

body {
  padding-top: 108px;
  font-family: "Golos Text", sans-serif;
  font-size: clamp(14px, 0.1851851852vw + 13.3333333333px, 16px);
  font-weight: 400;
  color: var(--color-text-light);
  line-height: 1.5;
  letter-spacing: -2%;
  background-color: var(--color-bg-main);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

main {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

section {
  display: block;
}

button {
  cursor: pointer;
  background: none;
  border: none;
}

/*--------------------------------------------------------------
# Layout
--------------------------------------------------------------*/

._container {
  position: relative;
  max-width: 1440px;
  padding: 0 60px;
  margin: 0 auto;
}

@media (max-width: 1400px) {
  ._container {
    padding: 0 20px;
  }
}

@media (max-width: 650px) {
  ._container {
    padding: 0 16px;
  }
}

._lock {
  overflow: hidden;
  touch-action: none;
}

.section {
  padding-block: 50px;
  overflow: hidden;
}

.section:not(:nth-child(-n+2)) {
  content-visibility: auto;
}

.section:not(:nth-child(-n+2)):has(.bg-decor),
.section:not(:nth-child(-n+2)):has(.swiper) {
  content-visibility: visible;
}

@media screen and (max-width: 991px) {
  .section {
    padding-block: 25px;
  }
}

.l-grid-2 {
  display: grid;
  gap: var(--gap, 60px);
  grid-template-columns: minmax(0, var(--col-1, 1fr)) minmax(0, var(--col-2, 1fr));
}

@media (max-width: 1200px) {
  .l-grid-2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
  }
}

@media (max-width: 991px) {
  .l-grid-2 {
    display: flex;
    flex-direction: column;
    gap: 16px;
  }
}

.l-frame {
  padding: 32px;
  border: 1px solid var(--color-border);
  border-radius: 24px;
}

@media screen and (max-width: 991px) {
  .l-frame {
    padding: 16px;
    border-radius: 16px;
  }
}

.l-gradient-top {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(var(--color-bg-secondary-rgb), 1) 40%, rgba(var(--color-bg-secondary-rgb), 0) 100%);
}

@media screen and (max-width: 991px) {
  .l-gradient-top {
    padding: 16px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 650px) {
  .l-gradient-top {
    background: rgba(var(--color-bg-secondary-rgb), 1);
  }
}

.l-gradient-bottom {
  padding: 32px;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(var(--color-bg-secondary-rgb), 0) 0%, rgba(var(--color-bg-secondary-rgb), 1) 60%);
}

@media screen and (max-width: 991px) {
  .l-gradient-bottom {
    padding: 16px;
    border-radius: 16px;
  }
}

@media screen and (max-width: 650px) {
  .l-gradient-bottom {
    background: rgba(var(--color-bg-secondary-rgb), 1);
  }
}

.l-header-center {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  gap: 20px;
  text-align: center;
}

@media (max-width: 991px) {
  .l-header-center {
    gap: 12px;
  }
}

.l-stack {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  min-width: 0;
}

@media (max-width: 991px) {
  .l-stack {
    gap: 12px;
  }
}

.u-mt-20 {
  margin-top: 20px;
}

@media screen and (max-width: 991px) {
  .u-mt-20 {
    margin-top: 12px;
  }
}

.is-dark {
  background-color: var(--color-bg-secondary-dark);
}

.is-dark h3,
.is-dark p,
.is-dark b,
.is-dark .checked-list__text {
  color: #fbfbfb;
}

/*--------------------------------------------------------------
# Headings
--------------------------------------------------------------*/
h1 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(28px, 1.4814814815vw + 22.6666666667px, 44px);
  color: var(--color-text);
  line-height: 1.2;
  letter-spacing: 0%;
}

h2 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(24px, 1.1111111111vw + 20px, 36px);
  color: var(--color-text);
  line-height: 1.2;
  letter-spacing: 0%;
}

h3 {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(16px, 0.3703703704vw + 14.6666666667px, 20px);
  color: var(--color-text);
  line-height: 1.2;
  letter-spacing: 0%;
}

/* .section h2 {
  text-wrap: balance;
} */

/*--------------------------------------------------------------
# Paragraphs
--------------------------------------------------------------*/
:where(p) {
  margin-bottom: 20px;
}

@media (max-width: 991px) {
  p {
    margin-bottom: 12px;
    margin-top: 12px;
  }
}

p:empty {
  margin-block: 0;
}

p:last-child {
  margin-bottom: 0;
}

p:first-child {
  margin-top: 0;
}

section b,
.color-white {
  color: var(--color-text);
}

.text-underline {
  padding-bottom: 1px;
  border-bottom: 1px solid #ff4f47;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
:where(a) {
  color: inherit;
  text-decoration: none;
  transition: 0.2s ease;
}

/*--------------------------------------------------------------
# Images
--------------------------------------------------------------*/
img {
  max-width: 100%;
  height: auto;
  border-radius: 16px;
}

@media screen and (max-width: 650px) {
  img {
    border-radius: 12px;
  }
}

.media {
  position: relative;
  display: block;
  width: 100%;
  min-width: 0;
  border-radius: 16px;
  overflow: hidden;
}

@media screen and (max-width: 650px) {
  .media {
    border-radius: 12px;
  }
}

.media img,
.media picture {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.media--contain img {
  -o-object-fit: contain;
  object-fit: contain;
}

.media--fixed {
  flex: 0 0 auto;
}

.media-masked {
  position: relative;
  display: flex;
  justify-content: center;
  min-width: 0;
  max-width: 100%;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .media-masked {
    border-radius: 12px;
  }
}

.media-masked:before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("../images/global/media-mask-light.webp");
  background-size: cover;
  background-position: bottom center;
  background-repeat: no-repeat;
  border-radius: 16px;
  z-index: 0;
  pointer-events: none;
}

@media screen and (max-width: 991px) {
  .media-masked:before {
    border-radius: 12px;
  }
}

.dark .media-masked:before {
  background-image: url("../images/global/media-mask.webp");
}

.media-masked--type-2:before {
  background-image: url("../images/global/media-mask-2.webp");
}

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

.icon {
  flex-shrink: 0;
}

.map {
  display: flex;
  min-height: 320px;
  height: 100%;
  width: 100%;
  border-radius: 16px;
}

.map iframe {
  width: 100%;
  height: 100%;
  min-height: 320px;
  border-radius: 16px;
}

@media screen and (max-width: 991px) {
  .map iframe {
    border-radius: 12px;
  }
}

/*--------------------------------------------------------------
# Buttons
--------------------------------------------------------------*/
.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  gap: 8px;
  color: var(--color-text-accent);
  font-weight: 600;
  font-size: 16px;
  text-align: center;
  white-space: nowrap;
  background-color: #ff4f47;
  border: 0;
  border-radius: 8px;
  transition: 0.2s ease;
  cursor: pointer;
}

@media (max-width: 650px) {
  .btn {
    width: 100%;
    white-space: unset;
  }
}

.btn--primary {
  padding: 16px 28px 20px;
}

@media (min-width: 1200px) {
  .btn:hover {
    background-color: #ff5f58;
    box-shadow: 0px 8px 16px 0px rgba(255, 79, 71, 0.4);
  }

  .btn:focus,
  .btn:active {
    background-color: #e9443c;
    outline: none;
  }
}

.btn__icon {
  flex-shrink: 0;
}

/*--------------------------------------------------------------
# Form
--------------------------------------------------------------*/
.consultation-block__header {
  margin-bottom: 40px;
}

.consultation--columns .consultation__inner {
  display: grid;
  --col-1: 645px;
  --col-2: 615px;
  align-items: start;
}

@media screen and (max-width: 991px) {
  .consultation--columns .consultation__inner {
    display: flex;
    flex-direction: column;
    gap: 32px;
  }

  .consultation--columns .consultation__inner .consultation__form {
    width: 100%;
  }
}

.consultation__form--vertical .form__grid--col-4 {
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}

@media screen and (max-width: 768px) {
  .consultation__form--vertical .form__grid--col-4 {
    grid-template-columns: minmax(100px, 1fr);
  }
}

.consultation__form--vertical .form__grid--col-2 {
  grid-template-columns: minmax(100px, 1fr);
}

.consultation__inner {
  display: flex;
  flex-direction: column;
  gap: 40px;
  background-color: var(--color-bg-main);
}

@media screen and (max-width: 991px) {
  .consultation__inner {
    gap: 28px;
    background-color: transparent;
  }
}

.consultation__header {
  max-width: 983px;
}

.consultation__note {
  color: var(--color-text);
  text-transform: uppercase;
}

.form {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .form {
    gap: 14px;
  }
}

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

.form .wpcf7-acceptance,
.form .wpcf7-form-control-wrap {
  display: contents;
}

.form .wpcf7-not-valid-tip {
  position: absolute;
  top: -15px;
  font-size: 12px;
  line-height: 1.1;
}

.form .wpcf7-spinner {
  position: absolute;
  bottom: 20px;
  right: -10px;
}

.form .wpcf7-response-output {
  display: none;
}

.form__row {
  display: flex;
}

.form__row>* {
  flex-grow: 1;
}

.form__column {
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .form__column {
    gap: 14px;
  }
}

.form__column--sb {
  justify-content: space-between;
}

.form__column--sb .form__btn {
  align-self: flex-end;
}

.form__grid {
  display: grid;
  grid-template-columns: minmax(150px, 1fr);
  gap: 24px 20px;
}

@media screen and (max-width: 991px) {
  .form__grid {
    gap: 14px;
  }
}

.form__grid--col-2 {
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}

@media screen and (max-width: 768px) {
  .form__grid--col-2 {
    grid-template-columns: minmax(100px, 1fr);
  }
}

.form__grid--col-4 {
  grid-template-columns: repeat(4, minmax(100px, 1fr));
}

@media screen and (max-width: 991px) {
  .form__grid--col-4 {
    grid-template-columns: repeat(2, minmax(100px, 1fr));
  }
}

@media screen and (max-width: 768px) {
  .form__grid--col-4 {
    grid-template-columns: minmax(100px, 1fr);
  }
}

.form__field {
  position: relative;
  display: flex;
  align-items: stretch;
  border: 1px solid transparent;
  border-radius: 8px;
  transition: 0.2s ease;
  position: relative;
}

.form__field::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.form__field::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.form__field:hover::after {
  opacity: 1;
}

.form__field:focus-within {
  border-color: rgb(255, 79, 71);
}

.form__field:focus-within:before {
  opacity: 0;
}

.form__field--span-2 {
  grid-column: span 2;
}

@media screen and (max-width: 991px) {
  .form__field--span-2 {
    grid-column: unset;
  }
}

.form__field--textarea {
  min-height: 120px;
}

.form__field--textarea .form__control {
  padding: 16px 20px 14px 20px;
}

.form__field--date {
  padding-right: 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggc3Ryb2tlPSIjMDgwZjI0IiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik02LjY2NyAxLjY2N1Y1TTEzLjMzMyAxLjY2N1Y1TTE1LjgzMyAzLjMzNEg0LjE2N0MzLjI0NyAzLjMzNCAyLjUgNC4wOCAyLjUgNXYxMS42NjdjMCAuOTIuNzQ2IDEuNjY2IDEuNjY3IDEuNjY2aDExLjY2NmMuOTIgMCAxLjY2Ny0uNzQ2IDEuNjY3LTEuNjY2VjVjMC0uOTItLjc0Ni0xLjY2Ni0xLjY2Ny0xLjY2Nk0yLjUgOC4zMzRoMTUiLz48L3N2Zz4=);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.dark .form__field--date {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAyMCAyMCI+PHBhdGggc3Ryb2tlPSIjZmJmYmZiIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS1vcGFjaXR5PSIuNSIgc3Ryb2tlLXdpZHRoPSIxLjUiIGQ9Ik02LjY2OCAxLjY2N1Y1TTEzLjMzMiAxLjY2N1Y1TTE1LjgzMyAzLjMzM0g0LjE2N0MzLjI0NyAzLjMzMyAyLjUgNC4wOCAyLjUgNXYxMS42NjdjMCAuOTIuNzQ2IDEuNjY2IDEuNjY3IDEuNjY2aDExLjY2NmMuOTIgMCAxLjY2Ny0uNzQ2IDEuNjY3LTEuNjY2VjVjMC0uOTItLjc0Ni0xLjY2Ny0xLjY2Ny0xLjY2N00yLjUgOC4zMzNoMTUiLz48L3N2Zz4=);
}

.form__field--time {
  padding-right: 40px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxnIHN0cm9rZT0iIzA4MGYyNCIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZS13aWR0aD0iMS41IiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0xMCA2djVsMy4zMzMgMS42NjciLz48cGF0aCBkPSJNMTAgMTkuMzMzYTguMzMzIDguMzMzIDAgMSAwIDAtMTYuNjY2IDguMzMzIDguMzMzIDAgMCAwIDAgMTYuNjY2Ii8+PC9nPjxkZWZzPjxjbGlwUGF0aCBpZD0iYSI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTAgMGgyMHYyMEgweiIvPjwvY2xpcFBhdGg+PC9kZWZzPjwvc3ZnPg==);
  background-position: right 16px center;
  background-repeat: no-repeat;
  background-size: 20px;
}

.dark .form__field--time {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHhtbG5zOnhsaW5rPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rIiBmaWxsPSJub25lIiB2aWV3Qm94PSIwIDAgMjAgMjAiPjxnIHN0cm9rZT0iI2ZiZmJmYiIgc3Ryb2tlLWxpbmVjYXA9InJvdW5kIiBzdHJva2UtbGluZWpvaW49InJvdW5kIiBzdHJva2Utb3BhY2l0eT0iLjUiIHN0cm9rZS13aWR0aD0iMS41IiBjbGlwLXBhdGg9InVybCgjYSkiPjxwYXRoIGQ9Ik0xMCA2djVsMy4zMzMgMS42NjciLz48cGF0aCBkPSJNMTAuMDAxIDE5LjMzM2E4LjMzMyA4LjMzMyAwIDEgMCAwLTE2LjY2NiA4LjMzMyA4LjMzMyAwIDAgMCAwIDE2LjY2NiIvPjwvZz48ZGVmcz48Y2xpcFBhdGggaWQ9ImEiPjxwYXRoIGZpbGw9IiNmZmYiIGQ9Ik0wIDBoMjB2MjBIMHoiLz48L2NsaXBQYXRoPjwvZGVmcz48L3N2Zz4=);
}

.form__control {
  flex-grow: 1;
  padding: 12px 20px 14px 20px;
  font-size: 16px;
  color: var(--color-text-light);
  background-color: transparent;
  border: 0;
}

.form__control::-moz-placeholder {
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  color: var(--color-text-form);
  text-overflow: ellipsis;
  -moz-transition: 0.2s ease;
  transition: 0.2s ease;
}

.form__control::placeholder {
  font-family: "Golos Text", sans-serif;
  font-size: 16px;
  color: var(--color-text-form);
  text-overflow: ellipsis;
  transition: 0.2s ease;
}

.form__control:focus {
  outline: none;
}

.form__control:focus::-moz-placeholder {
  opacity: 0;
}

.form__control:focus::placeholder {
  opacity: 0;
}

.form__control:-webkit-autofill,
.form__control:-webkit-autofill:hover,
.form__control:-webkit-autofill:focus,
.form__control:-webkit-autofill:active {
  border-radius: 10px;
  -webkit-box-shadow: 0 0 0 1000px var(--color-bg-main) inset;
  -webkit-text-fill-color: var(--color-text);
  -webkit-transition: background-color 9999s ease-in-out 0s;
  transition: background-color 9999s ease-in-out 0s;
}

.form__checkbox-label {
  display: grid;
  grid-template-columns: 24px auto;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.form__checkbox-control {
  display: grid;
  place-content: center;
  width: 24px;
  height: 24px;
  background-color: transparent;
  border: 1.5px solid #ff4f47;
  border-radius: 4px;
  transform: translateY(-0.075em);
  transition: 0.2s ease;
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
}

.form__checkbox-control:before {
  content: "";
  width: 18px;
  height: 18px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxOCAxOCI+PHBhdGggc3Ryb2tlPSIjZmJmYmZiIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgZD0ibTE1IDQuNS04LjI1IDguMjVMMyA5Ii8+PC9zdmc+);
  background-repeat: no-repeat;
  background-position: center;
  transform: scale(0);
  transform-origin: bottom left;
  transition: 120ms transform ease-in-out;
}

.form__checkbox-control:checked {
  background-color: #ff4f47;
}

.form__checkbox-control:checked:before {
  transform: scale(1);
}

.form__checkbox-text {
  align-self: center;
  color: var(--color-text-light);
}

.form__checkbox-text a {
  color: #ff4f47;
  text-decoration: underline;
}

.form__checkbox-text a:hover {
  text-decoration: none;
}

.form__actions {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

.form-select {
  position: relative;
  display: flex;
  flex-grow: 1;
}

.form-select__native {
  display: none;
}

.form-select__trigger {
  display: flex;
  padding: 12px 40px 14px 20px;
  width: 100%;
  font-size: 16px;
  color: var(--color-text-light);
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMyA4Ij48cGF0aCBzdHJva2U9IiMwODBmMjQiIHN0cm9rZS1vcGFjaXR5PSIuNSIgZD0ibS4zNTQuMzU0IDYgNiA2LTYiLz48L3N2Zz4=);
  background-position: right 23px center;
  background-repeat: no-repeat;
  background-size: 12px;
}

.dark .form-select__trigger {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGZpbGw9Im5vbmUiIHZpZXdCb3g9IjAgMCAxMyA4Ij48cGF0aCBzdHJva2U9IiNmYmZiZmIiIHN0cm9rZS1vcGFjaXR5PSIuNSIgZD0ibS4zNTQuMzU0IDYgNiA2LTYiLz48L3N2Zz4=);
}

.form-select .form-select__trigger,
.form-select .form-select__trigger:focus,
.form-select .form-select__trigger:focus-visible,
.form-select .form-select__trigger:active {
  outline: none !important;
  box-shadow: none !important;
}

.form-select__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 10;
  width: 100%;
  display: none;
  margin: 0;
  padding: 10px;
  list-style: none;
  color: rgba(251, 251, 251, 0.8);
  background-color: var(--color-bg-secondary-dark);
  border-radius: 0 0 8px 8px;
}

.form-select._open .form-select__dropdown {
  display: flex;
  flex-direction: column;
  gap: 3px;
}

.form-select__option {
  padding: 3px;
  transition: 0.2s ease;
  border-radius: 3px;
  cursor: pointer;
}

.form-select__option:hover {
  color: var(--color-text-accent);
  background-color: #ff4f47;
}

/*--------------------------------------------------------------
# Swiper
--------------------------------------------------------------*/
.swiper {
  width: 100%;
}

.swiper-slide {
  position: relative;
  height: auto;
}

.swiper-nav--centered .swiper-nav__button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.swiper-nav--centered .swiper-nav__button--prev {
  left: 0;
}

.swiper-nav--centered .swiper-nav__button--next {
  right: 0;
}

.swiper-nav__button {
  width: 40px;
  height: 40px;
  color: var(--color-text-accent);
  overflow: hidden;
}

/*--------------------------------------------------------------
# Bg
--------------------------------------------------------------*/
.bg-decor {
  position: absolute;
  z-index: -2;
  width: 1219px;
  height: 729px;
  pointer-events: none;
  --parallax-y: 0px;
}

@media screen and (max-width: 991px) {
  .bg-decor {
    width: 900px;
    height: 539px;
  }
}

.bg-decor::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url(../images/global/bg-light.webp);
  background-repeat: no-repeat;
  background-position: var(--bg-pos, center);
  background-size: var(--bg-size, contain);
  transform: translateX(var(--parallax-x, 0)) translateY(var(--parallax-y, 0)) rotate(var(--rotate, 0deg)) scaleX(var(--flip-x, 1)) scaleY(var(--flip-y, 1));
  will-change: transform;
}

.dark .bg-decor::before {
  background-image: url(../images/global/bg.webp);
}

@media screen and (max-width: 991px) {
  .bg-decor::before {
    background-image: url(../images/global/bg-mobile-light.webp);
  }

  .dark .bg-decor::before {
    background-image: url(../images/global/bg-mobile.webp);
  }
}

/*--------------------------------------------------------------
# Lists
--------------------------------------------------------------*/
.checked-list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.checked-list--w-links {
  width: 100%;
}

.checked-list--w-links .checked-list__item {
  display: flex;
}

.checked-list--w-links .checked-list__link-block {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 12px;
  width: 100%;
  border-radius: 12px;
  position: relative;
}

.checked-list--w-links .checked-list__link-block::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(270deg, rgba(255, 79, 71, 0.38) 15%, rgba(255, 79, 71, 0.41) 30%, rgba(255, 79, 71, 0.67) 70%, rgba(255, 79, 71, 0.3) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.checked-list--w-links .checked-list__link-block::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.checked-list--w-links .checked-list__link-block:hover::after {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .checked-list--w-links .checked-list__link-block {
    flex-wrap: wrap;
    gap: 8px;
    padding-left: 40px;
  }

  .checked-list--w-links .checked-list__link-block .checked-list__link {
    justify-content: flex-end;
    width: 100%;
  }
}

.checked-list--w-links .checked-list__link-block .icon {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (min-width: 1200px) {
  .checked-list--w-links .checked-list__link-block:hover .icon {
    transform: translateX(3px) rotate(-12deg);
  }
}

@media screen and (max-width: 991px) {
  .checked-list--w-links .checked-list__icon {
    position: absolute;
    top: 12px;
    left: 10px;
  }
}

@media screen and (max-width: 991px) {
  .checked-list--w-links .checked-list__link .checked-list__icon {
    position: initial;
  }
}

.checked-list__item {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 991px) {
  .checked-list__item {
    gap: 10px;
  }
}

.checked-list__text {
  flex-grow: 1;
  color: var(--color-text-light);
}

.checked-list__icon {
  flex-shrink: 0;
}

@media screen and (max-width: 991px) {
  .checked-list__icon {
    width: 16px;
    height: 16px;
  }
}

.checked-list__link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-left: auto;
  color: #ff4f47;
  font-weight: 600;
  white-space: nowrap;
}

@media screen and (max-width: 991px) {
  .checked-list__link {
    white-space: unset;
  }
}

.numbers-list {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

@media screen and (max-width: 991px) {
  .numbers-list {
    gap: 12px;
  }
}

@media screen and (max-width: 991px) {
  .numbers-list--mob-row {
    isolation: isolate;
    display: flex;
    flex-direction: row;
    align-items: stretch;
    gap: 12px;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 10px;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .numbers-list--mob-row::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .numbers-list--mob-row::-webkit-scrollbar-button {
    display: none;
  }

  .numbers-list--mob-row::-webkit-scrollbar-corner {
    background: transparent;
  }

  .numbers-list--mob-row::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .numbers-list--mob-row::-webkit-scrollbar-thumb {
    background-color: #ff4f47;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .numbers-list--mob-row::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .numbers-list--mob-row::-webkit-resizer {
    display: none;
  }

  .numbers-list--mob-row .numbers-list__item {
    flex-direction: column;
    flex-shrink: 0;
    width: 300px;
  }
}

@media screen and (max-width: 650px) {
  .numbers-list--mob-row {
    margin-right: -16px;
    padding-right: 16px;
  }
}

.numbers-list--column .numbers-list__item {
  flex-direction: column;
}

.numbers-list__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 20px;
  padding: 20px;
  border-radius: 16px;
  position: relative;
}

.numbers-list__item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(270deg, rgba(255, 79, 71, 0.38) 15%, rgba(255, 79, 71, 0.41) 30%, rgba(255, 79, 71, 0.67) 70%, rgba(255, 79, 71, 0.3) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.numbers-list__item::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.numbers-list__item:hover::after {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .numbers-list__item {
    gap: 12px;
    padding: 16px;
    border-radius: 12px;
  }
}

.numbers-list__number {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  font-size: clamp(40px, 1.8518518519vw + 33.3333333333px, 60px);
  line-height: 80%;
  letter-spacing: 0%;
  color: #ff4f47;
}

.numbers-list__content {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 991px) {
  .numbers-list__content {
    gap: 6px;
  }
}

.numbers-list__text {
  color: var(--color-text-light);
}

/* ## Ol list */
.ol-list {
  position: relative;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 16px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: listCounter;
}

.ol-list--centered>li:before {
  top: 50%;
  transform: translateY(-50%);
}

.ol-list>li {
  position: relative;
  padding-left: 52px;
  color: var(--color-text-light);
  counter-increment: listCounter;
}

@media screen and (max-width: 991px) {
  .ol-list>li {
    padding-left: 32px;
  }
}

.ol-list>li:last-child {
  margin-bottom: 0;
}

.ol-list>li:before {
  content: counter(listCounter) ".";
  position: absolute;
  left: 0;
  top: 0;
  color: #ff4f47;
  font-weight: 600;
}

/* ## Feature card */
.features-grid {
  display: grid;
  gap: 28px 20px;
}

@media screen and (max-width: 991px) {
  .features-grid {
    isolation: isolate;
    display: flex;
    align-items: stretch;
    gap: 12px;
    margin-right: -20px;
    padding-right: 20px;
    padding-bottom: 10px;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .features-grid::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .features-grid::-webkit-scrollbar-button {
    display: none;
  }

  .features-grid::-webkit-scrollbar-corner {
    background: transparent;
  }

  .features-grid::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .features-grid::-webkit-scrollbar-thumb {
    background-color: #ff4f47;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .features-grid::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .features-grid::-webkit-resizer {
    display: none;
  }
}

@media screen and (max-width: 650px) {
  .features-grid {
    margin-right: -16px;
    padding-right: 16px;
  }
}

.features-grid--col-2 {
  grid-template-columns: repeat(2, minmax(150px, 1fr));
}

.features-grid--col-3 {
  grid-template-columns: repeat(3, minmax(150px, 1fr));
}

.features-grid--col-4 {
  grid-template-columns: repeat(4, minmax(150px, 1fr));
}

.features-grid--col-6 {
  grid-template-columns: repeat(6, 1fr);
}

.features-grid--col-6 .feature-card {
  grid-column: span 2;
}

.features-grid--col-6 .feature-card--wide {
  grid-column: span 3;
}

.features-grid--type-2 .feature-card__header {
  flex-direction: row;
  align-items: center;
  gap: 24px;
}

@media screen and (max-width: 991px) {
  .features-grid--type-2 .feature-card__header {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

@media screen and (max-width: 991px) {
  .features-grid--mob-column {
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }

  .features-grid--mob-column .feature-card {
    width: 100%;
  }
}

.feature-card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 20px;
  background-color: var(--color-bg-secondary);
  border-radius: 12px;
}

@media screen and (min-width: 1200px) {
  .feature-card {
    transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), filter 0.3s ease, opacity 0.3s ease;
  }

  .features-grid:has(.feature-card:hover) .feature-card:not(:hover) {
    filter: blur(1px);
    opacity: 0.6;
    transform: scale(0.98);
  }

  .feature-card .icon {
    transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
  }

  .feature-card:hover {
    transform: translateY(-6px) scale(1.02);
    z-index: 2;
  }

  .feature-card:hover .icon {
    transform: translateX(3px) rotate(-12deg);
  }
}

.feature-card {
  position: relative;
}

.feature-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(94.65deg, #26428b 0%, rgba(38, 66, 139, 0) 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.feature-card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.feature-card:hover::after {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .feature-card {
    flex-shrink: 0;
    gap: 6px;
    padding: 16px;
    width: 260px;
    border-radius: 12px;
  }
}

.feature-card--wide {
  grid-column: 1/-1;
}

.feature-card--wide .feature-card__title {
  max-width: 100%;
}

.feature-card__header {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .feature-card__header {
    gap: 12px;
  }
}

.feature-card__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  color: #ff4f47;
  background-color: var(--color-bg-tertiary-dark);
  border-radius: 6px;
}

@media screen and (max-width: 991px) {
  .feature-card__icon {
    width: 45px;
    height: 45px;
  }
}

.feature-card__image {
  width: 40px;
  height: 40px;
}

@media screen and (max-width: 991px) {

  .feature-card__image,
  .feature-card__icon svg {
    width: 30px;
    height: 30px;
  }
}

.feature-card__title {
  /* max-width: 350px; */
}

.feature-card__text {
  color: var(--color-text-light);
}

.feature-card__text b {
  color: var(--color-text);
}

.feature-card__link {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: auto;
  color: #ff4f47;
  font-weight: 600;
}

/*--------------------------------------------------------------
# Tootip
--------------------------------------------------------------*/
.tooltip {
  position: relative;
  display: inline-flex;
  cursor: pointer;
}

.tooltip__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #ff4f47;
  transition: all 0.3s ease;
}

@media (min-width: 1200px) {
  .tooltip-block:hover .tooltip__btn {
    transform: scale(1.1);
  }
}

.tooltip__content {
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  z-index: 100;
  padding: 10px 15px;
  min-width: 210px;
  font-size: clamp(12px, 0.1851851852vw + 11.3333333333px, 14px);
  font-weight: 400;
  color: #fff;
  line-height: 140%;
  text-transform: none;
  background-color: var(--color-bg-tertiary-dark);
  border-radius: 8px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
}

.tooltip._active .tooltip__content {
  opacity: 1;
  pointer-events: auto;
}

/*--------------------------------------------------------------
# Menu
--------------------------------------------------------------*/
.fullscreen-menu {
  position: fixed;
  inset: 0;
  display: flex;
  height: 100vh;
  width: 100%;
  overflow-y: auto;
  z-index: 11;
  background: rgba(var(--color-bg-main-rgb), 0.75);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
  opacity: 0;
  visibility: hidden;
  transform: translateY(-20px);
  transition: opacity 0.35s ease, transform 0.35s ease, visibility 0s linear 0.35s;
  pointer-events: none;
}

.fullscreen-menu._active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
  transition: opacity 0.35s ease, transform 0.35s ease;
  pointer-events: auto;
}

.fullscreen-menu._active .fullscreen-menu__top {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.fullscreen-menu._active .fullscreen-menu__nav {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.2s;
}

.fullscreen-menu._active .fullscreen-menu__form {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.fullscreen-menu._active .fullscreen-menu__btn {
  opacity: 1;
  transform: translateY(0);
  transition-delay: 0.3s;
}

.fullscreen-menu__container {
  flex-grow: 1;
}

.fullscreen-menu__inner {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 80px;
  padding-block: 24px;
  height: 100%;
}

@media (max-width: 991px) {
  .fullscreen-menu__inner {
    gap: 32px;
    justify-content: flex-start;
    padding-block: 20px;
  }
}

.fullscreen-menu__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

.fullscreen-menu__top,
.fullscreen-menu__nav,
.fullscreen-menu__form,
.fullscreen-menu__btn {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.4s ease, transform 0.4s ease;
}

@media (max-width: 991px) {
  .fullscreen-menu__form {
    display: none;
  }
}

.fullscreen-menu__actions {
  display: flex;
  align-items: center;
  gap: 32px;
}

@media (max-width: 991px) {
  .fullscreen-menu__actions {
    gap: 20px;
  }
}

.fullscreen-menu__close {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  color: var(--color-text-accent);
  font-weight: 600;
  background-color: #ff4f47;
  border-radius: 8px;
}

@media (max-width: 991px) {
  .fullscreen-menu__close {
    width: 48px;
    height: 48px;
  }

  .fullscreen-menu__close .icon {
    width: 32px;
    height: 32px;
  }
}

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

@media (max-width: 991px) {
  .fullscreen-menu__nav {
    flex-direction: column;
    gap: 32px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}

.fullscreen-menu__column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 40px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media (max-width: 991px) {
  .fullscreen-menu__column {
    gap: 32px;
  }
}

.fullscreen-menu__item {
  position: relative;
  padding-bottom: 3px;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(20px, 1.1111111111vw + 16px, 32px);
  color: var(--color-text);
  line-height: 120%;
  letter-spacing: 0%;
  text-transform: uppercase;
}

@media (min-width: 1200px) {
  .fullscreen-menu__item:hover {
    color: #ff4f47;
  }

  .fullscreen-menu__item:hover:before {
    width: 100%;
  }
}

.fullscreen-menu__item:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background-color: #ff4f47;
  transition: 0.2s ease;
}

.fullscreen-menu__btn {
  margin-top: auto;
}

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

@media (max-width: 650px) {
  .fullscreen-menu__logo {
    width: 65px;
    overflow: hidden;
  }

  .fullscreen-menu__logo .logo__image {
    width: 234px;
    height: auto;
    max-width: unset;
  }
}

/*--------------------------------------------------------------
# Popup
--------------------------------------------------------------*/
.popup {
  position: fixed;
  inset: 0;
  z-index: 1000;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: all 0.8s ease 0s;
  contain: layout paint;
}

.popup._active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

.popup._active .popup__content {
  transform: perspective(600px) translate(0px, 0%) rotateX(0deg);
}

@media screen and (max-width: 768px),
screen and (max-height: 800px) {
  .popup--w-image .popup__body {
    align-items: flex-start;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.popup--w-image .popup__inner {
  --gap: 60px;
  --col-1: 420px;
  align-items: flex-end;
}

@media screen and (max-width: 991px) {
  .popup--w-image .popup__inner {
    display: grid;
    gap: 20px;
  }
}

@media screen and (max-width: 768px) {
  .popup--w-image .popup__inner {
    display: flex;
    align-items: center;
  }
}

.popup--w-image .btn {
  width: 100%;
}

.popup--w-image .form__actions {
  display: flex;
  flex-direction: column;
  gap: 28px;
  margin-top: 12px;
}

@media screen and (max-width: 991px) {
  .popup--w-image .form__actions {
    gap: 14px;
    margin-top: 0;
  }
}

.popup--w-image .form__field--span-2 {
  grid-column: unset;
}

@media screen and (max-width: 991px) {
  .popup--questions .form__actions {
    flex-direction: column;
    gap: 14px;
  }
}

.popup--questions .form__grid {
  grid-template-columns: repeat(2, minmax(100px, 1fr));
}

@media screen and (max-width: 768px) {
  .popup--questions .form__grid {
    grid-template-columns: minmax(100px, 1fr);
  }
}

.popup--success .popup__inner,
.popup--error .popup__inner {
  gap: 12px;
}

@media screen and (max-width: 650px) {

  .popup--success .popup__inner,
  .popup--error .popup__inner {
    gap: 8px;
  }

}

.popup--success .popup__content,
.popup--error .popup__content {
  width: 600px;
  max-width: 100%;
}

@media screen and (max-width: 650px) {

  .popup--success .popup__content,
  .popup--error .popup__content {
    width: 360px;
  }
}

.popup--success .popup__icon,
.popup--error .popup__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 8px;
  width: 92px;
  height: 92px;
  background-color: var(--color-bg-tertiary-dark);
  border-radius: 10px;
}

@media screen and (max-width: 650px) {

  .popup--success .popup__icon,
  .popup--error .popup__icon {
    width: 60px;
    height: 60px;
  }

  .popup--success .popup__icon svg,
  .popup--error .popup__icon svg {
    width: 40px;
    height: 40px;
  }
}

.popup__body {
  position: absolute;
  inset: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.8);
}

.popup__content {
  position: relative;
  padding: 32px;
  width: 880px;
  max-width: 95%;
  background: var(--color-bg-main);
  border-radius: 24px;
  transform: perspective(600px) translate(0px, -100%) rotateX(45deg);
  transition: all 0.8s ease 0s;
}

@media screen and (max-width: 991px) {
  .popup__content {
    padding: 16px;
  }
}

@media screen and (max-width: 991px) {
  .popup__inner {
    gap: 12px;
  }
}

.popup__left {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .popup__left {
    gap: 12px;
  }
}

.popup__title {
  margin: 0;
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(22px, 1.1111111111vw + 20px, 36px);
  color: var(--color-text);
  line-height: 1.2;
  letter-spacing: 0%;
  text-wrap: balance;
}

.popup__text {
  color: var(--color-text-light);
}

.popup__media {
  flex-shrink: 0;
  margin-right: -92px;
}

@media screen and (max-width: 991px) {
  .popup__media {
    margin-right: 0;
  }
}

.popup__image {
  border-radius: 24px;
}

@media screen and (max-width: 991px) {
  .popup__image {
    height: auto;
    border-radius: 12px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: top 0 center;
    object-position: top 0 center;
  }
}

@media screen and (max-width: 768px) {
  .popup__image {
    margin: auto;
    aspect-ratio: 1/1;
  }
}

.popup__form .form {
  margin-top: 20px;
  width: 100%;
}

@media screen and (max-width: 991px) {
  .popup__form .form {
    margin-top: 12px;
  }
}

.popup__form .form__grid {
  gap: 16px;
}

@media screen and (max-width: 991px) {
  .popup__form .form__grid {
    gap: 14px;
  }
}

.popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #2a3b6e;
  background: none;
  border: none;
}

@media screen and (max-width: 991px) {
  .popup__close {
    top: 12px;
    right: 12px;
  }

  .popup__close .icon {
    width: 20px;
    height: 20px;
  }
}

/*--------------------------------------------------------------
# Blog
--------------------------------------------------------------*/
.blog-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(310px, 1fr));
  gap: 30px;
}

@media screen and (max-width: 1200px) {
  .blog-grid {
    gap: 24px;
  }
}

@media screen and (max-width: 991px) {
  .blog-grid {
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  }
}

.blog-grid--col-1 {
  grid-template-columns: minmax(150px, 1fr);
}

@media screen and (max-width: 991px) {
  .blog-grid--col-1 {
    isolation: isolate;
    display: flex;
    align-items: stretch;
    gap: 20px;
    margin: -20px;
    padding: 20px;
    overflow-y: hidden;
    overflow-x: auto;
  }

  .blog-grid--col-1::-webkit-scrollbar {
    width: 5px;
    height: 5px;
  }

  .blog-grid--col-1::-webkit-scrollbar-button {
    display: none;
  }

  .blog-grid--col-1::-webkit-scrollbar-corner {
    background: transparent;
  }

  .blog-grid--col-1::-webkit-scrollbar-track {
    background-color: transparent;
  }

  .blog-grid--col-1::-webkit-scrollbar-thumb {
    background-color: #ff4f47;
    border-radius: 3px;
    -webkit-transition: background-color 0.3s ease;
    transition: background-color 0.3s ease;
  }

  .blog-grid--col-1::-webkit-scrollbar-thumb:hover {
    background-color: rgba(0, 0, 0, 0.7);
  }

  .blog-grid--col-1::-webkit-resizer {
    display: none;
  }

  .blog-grid--col-1 .blog-card {
    flex-shrink: 0;
    width: 300px;
  }
}

.blog-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 12px;
  text-decoration: none;
  background-color: var(--color-bg-secondary);
  border-radius: 12px;
  contain: layout paint;
  position: relative;
}

.blog-card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(94.65deg, #26428b 0%, rgba(38, 66, 139, 0) 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.blog-card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.blog-card:hover::after {
  opacity: 1;
}

@media (min-width: 1200px) {
  .blog-card:hover .icon {
    transform: translateX(3px) rotate(-12deg);
  }
}

.blog-card__media {
  flex: 0 0 auto;
  height: 220px;
  border-radius: 8px;
  overflow: hidden;
}

.blog-card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.blog-card__body {
  display: flex;
  flex-direction: column;
  gap: 12px;
  flex: 1 1 auto;
}

.blog-card__title h3 {
  margin: 0;
}

.blog-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}

.blog-card__date {
  color: var(--color-text);
}

.blog-card__link {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  color: #ff4f47;
  font-weight: 600;
}

.blog-card__link .icon {
  transition: transform 0.4s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@media (min-width: 1200px) {
  .blog-card__link:hover .icon {
    transform: translateX(3px) rotate(-12deg);
  }
}

.spoller-toggle {
  display: inline-block;
  color: #ff4f47;
  font-weight: 600;
  background: none;
  border: none;
  padding: 0;
  cursor: pointer;
}

.spoller-toggle:focus,
.spoller-toggle:active {
  outline: none;
}

.spoller__content {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 12px;
  transition: max-height 0.35s ease;
}

.spoller__content>p {
  margin: 0;
}

.header {
  position: fixed;
  top: 0;
  z-index: 10;
  padding-block: 24px;
  width: 100%;
  background-color: transparent;
  transition: background-color 0.3s cubic-bezier(0.22, 1, 0.36, 1), backdrop-filter 0.3s cubic-bezier(0.22, 1, 0.36, 1);
}

@media screen and (max-width: 650px) {
  .header {
    padding-block: 20px;
  }
}

.header._active {
  background: rgba(var(--color-bg-main-rgb), 0.75);
  backdrop-filter: blur(30px);
  -webkit-backdrop-filter: blur(30px);
}

.header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 40px;
}

@media screen and (max-width: 375px) {
  .header__inner {
    gap: 20px;
  }
}

.header__nav {
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__list {
  display: flex;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 1200px) {
  .header__list {
    display: none;
  }
}

.header__item {
  display: flex;
  align-items: center;
  white-space: nowrap;
}

.header__item a {
  padding: 4px 10px 6px;
  color: var(--color-text);
  border-radius: 8px;
}

@media screen and (min-width: 1200px) {
  .header__item a:hover {
    color: var(--color-text-accent);
    background-color: #ff4f47;
  }
}

.header__actions {
  display: flex;
  align-items: center;
  gap: 16px;
}

@media screen and (max-width: 1200px) {
  .header__actions {
    flex-direction: row-reverse;
  }
}

.header__more {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 4px 10px 6px 12px;
  color: var(--color-text);
  font-weight: 600;
  border-radius: 8px;
  transition: 0.2s ease;
}

@media screen and (max-width: 1200px) {
  .header__more {
    padding: 0;
    width: 48px;
    height: 48px;
    color: var(--color-text-accent);
    background-color: #ff4f47;
  }

  .header__more .icon {
    width: 32px;
    height: 32px;
  }

  .header__more-label {
    display: none;
  }
}

@media screen and (min-width: 1200px) {
  .header__more:hover {
    color: var(--color-text-accent);
    background-color: #ff4f47;
  }
}

@media screen and (max-width: 1200px) {
  .header__theme.theme-toggle {
    display: none;
  }

  .header__btn {
    display: none;
  }
}

.logo {
  display: flex;
  flex-shrink: 0;
  text-decoration: none;
}

.logo__image {
  border-radius: 0;
}

@media screen and (max-width: 650px) {
  .logo__image {
    width: 183px;
  }
}

@media screen and (max-width: 375px) {
  .logo__image {
    width: 145px;
  }
}

.logo__image--dark {
  display: none;
}

.dark .logo__image--dark {
  display: block;
}

.dark .logo__image--light {
  display: none;
}

.language {
  position: relative;
}

.language__trigger {
  position: relative;
  z-index: 2;
  padding: 4px 10px 4px 12px;
  width: 70px;
  height: 34px;
  cursor: pointer;
}

.language__dropdown {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1;
  margin-top: -6px;
  padding: 10px 12px 6px 12px;
  width: 100%;
  background: var(--color-bg-secondary-dark);
  border-radius: 0 0 8px 8px;
  opacity: 0;
  transform: translateY(-10px);
  pointer-events: none;
  transition: 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.language__link {
  display: block;
  color: var(--color-text-accent);
  text-decoration: none;
  font-weight: 600;
}

@media screen and (min-width: 1200px) {
  .language__link:hover {
    color: #ff4f47;
  }
}

.language__checkbox:checked+.language__trigger+.language__dropdown {
  opacity: 1;
  transform: translateY(0);
  pointer-events: auto;
}

.theme-toggle {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 6px;
  border-radius: 8px;
  background-color: var(--color-bg-secondary-dark);
  position: relative;
}

.theme-toggle::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(94.65deg, #26428b 0%, rgba(38, 66, 139, 0) 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.theme-toggle::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.theme-toggle:hover::after {
  opacity: 1;
}

.theme-toggle {
  cursor: pointer;
}

.theme-toggle__icon {
  flex-shrink: 0;
  transition: color 0.3s ease, transform 0.25s cubic-bezier(0.22, 1, 0.36, 1);
}

.theme-toggle__icon--moon {
  color: var(--color-text-accent);
  transform: scale(0.9);
}

.theme-toggle__icon--sun {
  color: #ff4f47;
  transform: scale(1.1);
}

.dark .theme-toggle .theme-toggle__icon--moon {
  color: #ff4f47;
  transform: scale(1.1);
}

.dark .theme-toggle .theme-toggle__icon--sun {
  color: var(--color-text-accent);
  transform: scale(0.9);
}

.footer {
  margin-bottom: 70px;
}

.footer__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 28px;
}

@media screen and (max-width: 991px) {
  .footer__top {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__logo {
  text-decoration: none;
}

.footer__nav {
  padding-block: 40px;
}

@media screen and (max-width: 991px) {
  .footer__nav {
    padding-block: 25px;
  }
}

.footer__menu {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 20px;
  list-style: none;
  margin: -4px -16px;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .footer__menu {
    justify-content: flex-start;
    gap: 15px;
  }
}

.footer__item {
  display: flex;
  align-items: center;
}

.footer__item a {
  padding: 4px 10px 6px;
  color: var(--color-text);
  font-size: 16px;
  border-radius: 8px;
}

@media screen and (min-width: 1200px) {
  .footer__item a:hover {
    background-color: #ff4f47;
  }
}

.footer__categories {
  position: relative;
  padding: 16px 20px;
  background-color: var(--color-bg-secondary-dark);
  border-radius: 12px;
  position: relative;
}

.footer__categories::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(94.65deg, #26428b 0%, rgba(38, 66, 139, 0) 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.footer__categories::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.footer__categories:hover::after {
  opacity: 1;
}

@media screen and (max-width: 991px) {
  .footer__categories {
    padding: 16px;
    border-radius: 12px;
  }
}

.footer__categories-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 16px;
  list-style: none;
  margin: 0;
  padding: 0;
}

@media screen and (max-width: 991px) {
  .footer__categories-list {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__categories-item {
  color: var(--color-text-accent);
  font-size: 16px;
}

@media screen and (min-width: 1200px) {
  .footer__categories-item:hover {
    color: #ff4f47;
    text-decoration: underline;
  }
}

.footer__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding-block: 40px 8px;
}

@media screen and (max-width: 991px) {
  .footer__bottom {
    flex-direction: column;
    align-items: flex-start;
    padding-top: 28px;
  }
}

.footer__copy {
  display: flex;
}

@media screen and (max-width: 991px) {
  .footer__copy:after {
    content: ". All rights reserved.";
  }
}

.footer__links {
  display: flex;
  gap: 16px 46px;
  color: var(--color-text);
}

@media screen and (min-width: 1200px) {
  .footer__links a:hover {
    color: #ff4f47;
    text-decoration: underline;
  }
}

@media screen and (max-width: 991px) {
  .footer__links {
    flex-direction: column;
    align-items: flex-start;
  }
}

.footer__dev {
  display: flex;
  align-items: center;
  gap: 10px;
}

@media screen and (min-width: 1200px) {
  .footer__dev:hover {
    text-decoration: underline;
  }
}

.footer__dev:before {
  content: "";
  width: 42px;
  height: 34px;
  background-image: url(../images/global/ds.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 100%;
}

.contacts {
  padding-top: 500px;
  margin-top: -450px;
}

@media screen and (max-width: 991px) {
  .contacts {
    margin-top: -475px;
  }
}

.contacts__inner {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .contacts__inner {
    gap: 24px;
  }
}

.contacts__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
}

@media screen and (max-width: 768px) {
  .contacts__header {
    flex-direction: column;
    align-items: flex-start;
  }
}

.contacts__row {
  display: grid;
  grid-template-columns: minmax(400px, 532px) minmax(450px, 1fr);
  gap: 30px;
}

@media screen and (max-width: 991px) {
  .contacts__row {
    grid-template-columns: minmax(150px, 1fr);
    gap: 24px;
  }
}

.contacts__bg {
  --flip-y: -1;
  --rotate: -45deg;
  bottom: 170px;
  left: 480px;
  width: 900px;
}

.contacts-items {
  display: flex;
  flex-direction: column;
  gap: 20px;
  flex-grow: 1;
}

.contacts-items--grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(100px, 1fr));
  gap: 20px;
}

@media screen and (max-width: 991px) {
  .contacts-items--grid {
    grid-template-columns: minmax(100px, 1fr);
    gap: 12px;
  }
}

.contacts-items__item {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 27px;
  padding: 20px;
  border-radius: 12px;
  position: relative;
}

.contacts-items__item::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.contacts-items__item::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

@media screen and (min-width: 1200px) {
  .contacts-items__item:hover::after {
    opacity: 1;
  }
}

@media screen and (max-width: 991px) {
  .contacts-items__item {
    gap: 8px;
    padding: 16px;
    border-radius: 12px;
  }
}

.contacts-items__item--messengers {
  gap: 16px;
}

@media screen and (max-width: 991px) {
  .contacts-items__item--messengers {
    gap: 8px;
  }
}

.contacts-items__value {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  color: var(--color-text);
  font-size: clamp(20px, 0.3703703704vw + 18.6666666667px, 24px);
  line-height: 120%;
  letter-spacing: 0%;
  transition: color .3s;
}

@media screen and (min-width: 1200px) {
  .contacts-items__item:hover .contacts-items__value {
    color: #ff4f47;
  }
}

.contacts-items__messengers {
  display: flex;
  gap: 16px;
}

.contacts-items__messenger {
  display: flex;
}

@media screen and (min-width: 1200px) {
  .contacts-items__messenger:hover {
    transform: scale(1.2);
  }
}

.faq-accordion__inner {
  --gap: 30px;
  --col-2: 724px;
}

@media screen and (max-width: 991px) {
  .faq-accordion__inner {
    background: linear-gradient(180deg, rgba(var(--color-bg-secondary-rgb), 1) 40%, rgba(var(--color-bg-secondary-rgb), 0) 100%);
  }
}

.faq-accordion__title h2 {
  font-size: clamp(40px, 2.5925925926vw + 30.6666666667px, 68px);
}

.faq-accordion__title--xl h2 {
  font-size: clamp(40px, 2.5925925926vw + 30.6666666667px, 68px);
}

.faq-accordion__title--md h2 {
  font-size: clamp(24px, 2.962962963vw + 13.3333333333px, 56px);
}

.faq-accordion__title--sm h2 {
  font-size: clamp(24px, 2.2222222222vw + 16px, 48px);
}

.faq-accordion__title--xs h2 {
  font-size: clamp(24px, 1.6666666667vw + 18px, 42px);
}

.faq-accordion__content {
  max-width: 724px;
}

@media screen and (max-width: 991px) {
  .faq-accordion__content {
    max-width: 100%;
  }
}

.faq-columns__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 991px) {
  .faq-columns__inner {
    gap: 20px;
    background: linear-gradient(180deg, rgba(var(--color-bg-secondary-rgb), 1) 40%, rgba(var(--color-bg-secondary-rgb), 0) 100%);
  }
}

.faq-columns h2 {
  font-size: clamp(24px, 1.1111111111vw + 20px, 36px);
}

.accordion--columns {
  display: flex;
  align-items: flex-start;
  gap: 60px;
}

@media screen and (max-width: 991px) {
  .accordion--columns {
    flex-direction: column;
    gap: 24px;
  }
}

.accordion__column {
  flex: 0 0 calc(50% - 30px);
}

@media screen and (max-width: 991px) {
  .accordion__column {
    flex: 0 0 100%;
  }
}

.accordion__header {
  width: 100%;
  color: var(--color-text);
  text-align: left;
}

.accordion__item {
  padding-block: 24px;
  border-bottom: 1px solid rgba(8, 15, 36, 0.5);
}

@media screen and (max-width: 991px) {
  .accordion__item {
    padding-block: 12px;
  }
}

.dark .accordion__item {
  border-color: rgba(251, 251, 251, 0.5);
}

.accordion__item:first-child {
  padding-top: 0;
}

.accordion__item._active {
  border-color: #ff4f47;
}

.accordion__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 12px;
  cursor: pointer;
}

.accordion__icon {
  position: relative;
  display: flex;
  justify-content: center;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
  color: #ff4f47;
}

@media screen and (max-width: 991px) {
  .accordion__icon {
    width: 24px;
    height: 24px;
  }
}

.accordion__icon:before,
.accordion__icon:after {
  content: "";
  position: absolute;
  width: 19px;
  height: 2px;
  top: 50%;
  background-color: #ff4f47;
  transition: all 0.4s ease 0s;
  border-radius: 2px;
}

.accordion__icon:before {
  transform: translate(0, -50%);
}

.accordion__item._active .accordion__icon:before {
  transform: translate(0, -50%) rotate(45deg);
}

.accordion__icon:after {
  transform: translate(0, -50%) rotate(90deg);
}

.accordion__item._active .accordion__icon:after {
  transform: translate(0, -50%) rotate(-45deg);
}

.accordion__title {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.5555555556vw + 12px, 20px);
  line-height: 120%;
  letter-spacing: 0%;
}

.accordion__body {
  max-height: 0;
  transition: all 0.4s ease 0s;
  overflow: hidden;
}

.accordion__item._active .accordion__body {
  margin-top: 16px;
}

.accordion__text {
  color: var(--color-text-light);
}

.reviews-slider__inner {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

@media screen and (max-width: 991px) {
  .reviews-slider__inner {
    gap: 24px;
  }
}

.reviews-slider__header {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: center;
  gap: 20px;
  max-width: 530px;
  text-align: center;
}

@media screen and (max-width: 991px) {
  .reviews-slider__header {
    gap: 12px;
  }
}

.reviews-slider__desc {
  color: var(--color-text-light);
}

.reviews-slider__slider-wrapper {
  position: relative;
  padding-inline: 40px;
  margin-inline: -40px;
}

@media (max-width: 1400px) {
  .reviews-slider__slider-wrapper {
    padding: 0;
    margin: 0;
  }
}

@media (max-width: 768px) {
  .reviews-slider__slider-wrapper {
    margin-right: -16px;
  }
}

@media screen and (max-width: 991px) {
  .reviews-slider__navigation {
    display: none;
  }
}

.reviews-slider__card {
  position: relative;
  display: flex;
  flex-direction: column;
  gap: 20px;
  padding: 20px;
  height: 100%;
  background-color: var(--color-bg-secondary);
  border-radius: 12px;
  position: relative;
}

.reviews-slider__card::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(94.65deg, #26428b 0%, rgba(38, 66, 139, 0) 70%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  transition: opacity 0.4s ease;
}

.reviews-slider__card::after {
  content: "";
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: linear-gradient(180deg, rgba(255, 79, 71, 0.45) 15%, rgba(255, 79, 71, 0.83) 30%, rgba(255, 79, 71, 0.82) 70%, rgba(255, 79, 71, 0.41) 85%);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease;
}

.reviews-slider__card:hover::after {
  opacity: 1;
}

.reviews-slider__card-media {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-bottom: 8px;
  width: 60px;
  height: 60px;
  background-color: var(--color-bg-tertiary-dark);
  border-radius: 6px;
}

.reviews-slider__card-text {
  color: var(--color-text-light);
}

.reviews-slider__card-footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 8px 12px;
  margin-top: auto;
}

@media screen and (max-width: 768px) {
  .reviews-slider__card-footer {
    flex-direction: column;
    align-items: flex-start;
  }
}

.reviews-slider__card-author {
  font-family: "Montserrat", sans-serif;
  font-weight: 600;
  font-size: clamp(14px, 0.5555555556vw + 12px, 20px);
  line-height: 120%;
  letter-spacing: 0%;
}

.reviews-slider__card-rating {
  display: flex;
  gap: 2px;
}

.reviews-slider__card-rating svg {
  flex-shrink: 0;
}

.reviews-slider__star {
  color: #2C3E73;
}

.reviews-slider__star--active {
  color: #ff4f47;
}