@charset "UTF-8"; /*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
    border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/* Chrome / Edge / Safari */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
select:-webkit-autofill {
    -webkit-text-fill-color: white !important;
    caret-color: inherit;

    box-shadow: 0 0 0px 1000px transparent inset !important;
    background-clip: content-box !important;

    transition: background-color 9999s ease-in-out 0s;
}

input:-moz-autofill {
    box-shadow: 0 0 0px 1000px transparent inset !important;
    -moz-text-fill-color: white !important;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

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

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

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

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
    display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
    display: none;
}

/**
 * Swiper 12.0.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 21, 2025
 */

: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;
}

.popular-btns--mobile {
    display: none !important;
}

.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-vertical {
        > .swiper-wrapper {
            scroll-snap-type: y mandatory;
        }
    }

    &.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 */
.swiper-fade {
    &.swiper-free-mode {
        .swiper-slide {
            transition-timing-function: ease-out;
        }
    }

    .swiper-slide {
        pointer-events: none;
        transition-property: opacity;

        .swiper-slide {
            pointer-events: none;
        }
    }

    .swiper-slide-active {
        pointer-events: auto;

        & .swiper-slide-active {
            pointer-events: auto;
        }
    }
}

:root {
    --f-button-width: 40px;
    --f-button-height: 40px;
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-color: #374151;
    --f-button-bg: #f8f8f8;
    --f-button-shadow: none;
    --f-button-transition: all .15s ease;
    --f-button-transform: none;
    --f-button-outline-width: 1px;
    --f-button-outline-color: rgba(0, 0, 0, .7);
    --f-button-svg-width: 20px;
    --f-button-svg-height: 20px;
    --f-button-svg-stroke-width: 1.5;
    --f-button-svg-fill: none;
    --f-button-svg-filter: none;
    --f-button-svg-opacity: 1;
    --f-button-svg-disabled-opacity: .5;
    --f-button-svg-transition: opacity .15s ease;
    --f-button-svg-transform: none
}

.f-button {
    width: var(--f-button-width);
    height: var(--f-button-height);
    border: var(--f-button-border);
    border-radius: var(--f-button-border-radius);
    color: var(--f-button-color);
    background: var(--f-button-bg);
    box-shadow: var(--f-button-shadow);
    transform: var(--f-button-transform);
    transition: var(--f-button-transition);
    backdrop-filter: var(--f-button-backdrop-filter);
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: content-box;
    position: relative;
    margin: 0;
    padding: 0;
    pointer-events: all;
    cursor: pointer;
    overflow: hidden
}

@media (hover: hover) {
    .f-button:hover:not([aria-disabled]) {
        color: var(--f-button-hover-color, var(--f-button-color));
        background-color: var(--f-button-hover-bg, var(--f-button-bg))
    }
}

.f-button:active:not([aria-disabled]) {
    color: var(--f-button-active-color, var(--f-button-hover-color, var(--f-button-color)));
    background-color: var(--f-button-active-bg, var(--f-button-hover-bg, var(--f-button-bg)))
}

.f-button:focus {
    outline: none
}

.f-button:focus-visible {
    outline: var(--f-button-outline-width) solid var(--f-button-outline-color);
    outline-offset: var(--f-button-outline-offset)
}

.f-button svg {
    width: var(--f-button-svg-width);
    height: var(--f-button-svg-height);
    transform: var(--f-button-svg-transform);
    fill: var(--f-button-svg-fill);
    filter: var(--f-button-svg-filter);
    opacity: var(--f-button-svg-opacity, 1);
    transition: var(--f-button-svg-transition);
    stroke: currentColor;
    stroke-width: var(--f-button-svg-stroke-width);
    stroke-linecap: round;
    stroke-linejoin: round;
    pointer-events: none
}

.f-button[aria-disabled] {
    cursor: default
}

.f-button[aria-disabled] svg {
    opacity: var(--f-button-svg-disabled-opacity)
}

[data-panzoom-action=toggleFS] g:first-child {
    display: flex
}

[data-panzoom-action=toggleFS] g:last-child {
    display: none
}

.in-fullscreen [data-panzoom-action=toggleFS] g:first-child {
    display: none
}

.in-fullscreen [data-panzoom-action=toggleFS] g:last-child {
    display: flex
}

[data-autoplay-action=toggle] svg g:first-child {
    display: flex
}

[data-autoplay-action=toggle] svg g:last-child {
    display: none
}

.has-autoplay [data-autoplay-action=toggle] svg g:first-child {
    display: none
}

.has-autoplay [data-autoplay-action=toggle] svg g:last-child {
    display: flex
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:first-child {
    display: none
}

:fullscreen [data-fullscreen-action=toggle] svg [data-fullscreen-action=toggle] svg g:last-child {
    display: flex
}

:root {
    --f-spinner-color-1: rgba(0, 0, 0, .1);
    --f-spinner-color-2: rgba(17, 24, 28, .8);
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 4px
}

.f-spinner {
    position: absolute;
    top: 50%;
    left: 50%;
    margin: 0;
    padding: 0;
    width: var(--f-spinner-width);
    height: var(--f-spinner-height);
    translate: -50% -50%;
    border: var(--f-spinner-border-width) solid var(--f-spinner-color-1);
    border-top-color: var(--f-spinner-color-2);
    border-radius: var(--f-spinner-border-radius);
    animation: f-spinner .75s linear infinite, f-fadeIn .2s ease .2s both
}

@keyframes f-spinner {
    to {
        rotate: 360deg
    }
}

.f-panzoom, .f-zoomable {
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
    flex-direction: column
}

.f-panzoom:before, .f-panzoom:after, .f-zoomable:before, .f-zoomable:after {
    display: block;
    content: ""
}

.f-panzoom:not(.has-controls):before, .f-zoomable:not(.has-controls):before {
    margin-bottom: auto
}

.f-panzoom:after, .f-zoomable:after {
    margin-top: auto
}

.f-panzoom.in-fullscreen, .f-zoomable.in-fullscreen {
    position: fixed;
    top: 0;
    left: 0;
    margin: 0 !important;
    width: 100% !important;
    height: 100% !important;
    max-width: none !important;
    max-height: none !important;
    aspect-ratio: unset !important;
    z-index: 9999
}

.f-panzoom__wrapper {
    position: relative;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%
}

.f-panzoom__wrapper.will-zoom-out {
    cursor: zoom-out
}

.f-panzoom__wrapper.can-drag {
    cursor: move;
    cursor: grab
}

.f-panzoom__wrapper.will-zoom-in {
    cursor: zoom-in
}

.f-panzoom__wrapper.is-dragging {
    cursor: move;
    cursor: grabbing
}

.f-panzoom__wrapper.has-error {
    display: none
}

.f-panzoom__content {
    display: block;
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    max-height: 100%
}

.f-panzoom__content.is-lazyloading, .f-panzoom__content.has-lazyerror {
    visibility: hidden
}

img.f-panzoom__content {
    width: auto;
    height: auto;
    vertical-align: top;
    object-fit: contain;
    transition: none;
    user-select: none
}

.f-panzoom__wrapper > .f-panzoom__content {
    visibility: hidden
}

.f-panzoom__viewport {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 10
}

.f-panzoom__viewport > .f-panzoom__content {
    width: 100%;
    height: 100%;
    object-fit: fill
}

picture.f-panzoom__content img {
    vertical-align: top;
    width: 100%;
    height: auto;
    max-height: 100%;
    object-fit: contain;
    transition: none;
    user-select: none
}

.f-panzoom__protected {
    position: absolute;
    inset: 0;
    z-index: 1;
    user-select: none
}

html.with-panzoom-in-fullscreen {
    overflow: hidden
}

.f-fadeIn {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;
    z-index: 2
}

.f-fadeOut {
    animation: var(--f-transition-duration, .2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;
    z-index: 1
}

.news-card-content-picture img {
    width: 100%;
    max-height: 520px;
    object-fit: cover;
    border-radius: 20px;
}

@keyframes f-fadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes f-fadeOut {
    to {
        opacity: 0
    }
}

.f-crossfadeIn {
    animation: var(--f-transition-duration, .2s) ease both f-crossfadeIn;
    z-index: 2
}

.f-crossfadeOut {
    animation: calc(var(--f-transition-duration, .2s) * .2) ease calc(var(--f-transition-duration, .2s) * .8) both f-crossfadeOut;
    z-index: 1
}

@keyframes f-crossfadeIn {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes f-crossfadeOut {
    to {
        opacity: 0
    }
}

.is-horizontal .f-slideIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNextX
}

.is-horizontal .f-slideIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrevX
}

.is-horizontal .f-slideOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNextX
}

.is-horizontal .f-slideOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrevX
}

@keyframes f-slideInPrevX {
    0% {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)))
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideInNextX {
    0% {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)))
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideOutNextX {
    to {
        transform: translate(calc(-100% - var(--f-carousel-gap, 0)))
    }
}

@keyframes f-slideOutPrevX {
    to {
        transform: translate(calc(100% + var(--f-carousel-gap, 0)))
    }
}

.is-vertical .f-slideIn.from-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInNextY
}

.is-vertical .f-slideIn.from-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideInPrevY
}

.is-vertical .f-slideOut.to-next {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutNextY
}

.is-vertical .f-slideOut.to-prev {
    animation: var(--f-transition-duration, .85s) cubic-bezier(.16, 1, .3, 1) f-slideOutPrevY
}

@keyframes f-slideInPrevY {
    0% {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)))
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideInNextY {
    0% {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)))
    }
    to {
        transform: translateZ(0)
    }
}

@keyframes f-slideOutNextY {
    to {
        transform: translateY(calc(-100% - var(--f-carousel-gap, 0)))
    }
}

@keyframes f-slideOutPrevY {
    to {
        transform: translateY(calc(100% + var(--f-carousel-gap, 0)))
    }
}

.f-zoomInUp {
    animation: var(--f-transition-duration, .3s) ease both f-zoomInUp
}

.f-zoomOutDown {
    animation: var(--f-transition-duration, .3s) ease both f-zoomOutDown
}

@keyframes f-zoomInUp {
    0% {
        transform: scale(var(--f-zoomInUp-scale, .975)) translate3d(var(--f-zoomInUp-x, 0), var(--f-zoomInUp-y, 16px), 0);
        opacity: var(--f-zoomInUp-opacity, 0)
    }
    to {
        transform: scale(1) translateZ(0);
        opacity: 1
    }
}

@keyframes f-zoomOutDown {
    to {
        transform: scale(var(--f-zoomOutDown-scale, .975)) translate3d(var(--f-zoomOutDown-x, 0), var(--f-zoomOutDown-y, 16px), 0);
        opacity: 0
    }
}

.f-throwOutUp {
    animation: var(--f-throwOutUp-duration, .2s) ease-out both f-throwOutUp
}

.f-throwOutDown {
    animation: var(--f-throwOutDown-duration, .2s) ease-out both f-throwOutDown
}

@keyframes f-throwOutUp {
    to {
        transform: translate3d(0, calc(var(--f-throwOutUp-y, 150px) * -1), 0);
        opacity: 0
    }
}

@keyframes f-throwOutDown {
    to {
        transform: translate3d(0, var(--f-throwOutDown-y, 150px), 0);
        opacity: 0
    }
}

.has-iframe .f-html, .has-pdf .f-html, .has-gmap .f-html {
    width: 100%;
    height: 100%;
    min-height: 1px;
    overflow: visible
}

.has-pdf .f-html, .has-gmap .f-html {
    padding: 0
}

.f-html {
    position: relative;
    box-sizing: border-box;
    margin: var(--f-html-margin, 0);
    padding: var(--f-html-padding, 2rem);
    color: var(--f-html-color, currentColor);
    background: var(--f-html-bg)
}

.f-html.is-error {
    text-align: center
}

.f-iframe {
    display: block;
    margin: 0;
    border: 0;
    height: 100%;
    width: 100%
}

.f-caption {
    align-self: center;
    flex-shrink: 0;
    margin: var(--f-caption-margin);
    padding: var(--f-caption-padding, 16px 8px);
    max-width: 100%;
    max-height: calc(80vh - 100px);
    overflow: auto;
    overflow-wrap: anywhere;
    line-height: var(--f-caption-line-height);
    color: var(--f-caption-color);
    background: var(--f-caption-bg);
    font: var(--f-caption-font)
}

.has-html5video .f-html, .has-youtube .f-html, .has-vimeo .f-html {
    padding: 0;
    width: 100%;
    height: 100%;
    min-height: 1px;
    overflow: visible;
    max-width: var(--f-video-width, 960px);
    max-height: var(--f-video-height, 540px);
    aspect-ratio: var(--f-video-aspect-ratio);
    background: var(--f-video-bg, rgba(0, 0, 0, .9))
}

.f-html5video {
    border: 0;
    display: block;
    height: 100%;
    width: 100%;
    background: transparent
}

.f-button.is-arrow {
    --f-button-width: var(--f-arrow-width, 46px);
    --f-button-height: var(--f-arrow-height, 46px);
    --f-button-svg-width: var(--f-arrow-svg-width, 24px);
    --f-button-svg-height: var(--f-arrow-svg-height, 24px);
    --f-button-svg-stroke-width: var(--f-arrow-svg-stroke-width, 1.75);
    --f-button-border-radius: var(--f-arrow-border-radius, unset);
    --f-button-bg: var(--f-arrow-bg, transparent);
    --f-button-hover-bg: var(--f-arrow-hover-bg, var(--f-arrow-bg));
    --f-button-active-bg: var(--f-arrow-active-bg, var(--f-arrow-hover-bg));
    --f-button-shadow: var(--f-arrow-shadow);
    --f-button-color: var(--f-arrow-color);
    --f-button-hover-color: var(--f-arrow-hover-color, var(--f-arrow-color));
    --f-button-active-color: var(--f-arrow-active-color, var(--f-arrow-hover-color));
    overflow: visible
}

.f-button.is-arrow.is-prev, .f-button.is-arrow.is-next {
    position: absolute;
    transform: translate(0);
    z-index: 20
}

.is-horizontal .f-button.is-arrow.is-prev, .is-horizontal .f-button.is-arrow.is-next {
    inset: 50% auto auto;
    transform: translateY(-50%)
}

.is-horizontal.is-ltr .f-button.is-arrow.is-prev {
    left: var(--f-arrow-pos, 0)
}

.is-horizontal.is-ltr .f-button.is-arrow.is-next {
    right: var(--f-arrow-pos, 0)
}

.is-horizontal.is-rtl .f-button.is-arrow.is-prev {
    right: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg)
}

.is-horizontal.is-rtl .f-button.is-arrow.is-next {
    left: var(--f-arrow-pos, 0);
    transform: translateY(-50%) rotateY(180deg)
}

.is-vertical.is-ltr .f-button.is-arrow.is-prev, .is-vertical.is-rtl .f-button.is-arrow.is-prev {
    top: var(--f-arrow-pos, 0);
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translate(-50%)
}

.is-vertical.is-ltr .f-button.is-arrow.is-next, .is-vertical.is-rtl .f-button.is-arrow.is-next {
    top: auto;
    right: auto;
    bottom: var(--f-arrow-pos, 0);
    left: 50%;
    transform: translate(-50%)
}

.is-vertical .f-button.is-arrow.is-prev svg, .is-vertical .f-button.is-arrow.is-next svg {
    transform: rotate(90deg)
}

.f-carousel__toolbar {
    display: grid;
    grid-template-columns:1fr auto 1fr;
    margin: var(--f-toolbar-margin, 0);
    padding: var(--f-toolbar-padding, 8px);
    line-height: var(--f-toolbar-line-height);
    background: var(--f-toolbar-bg, none);
    box-shadow: var(--f-toolbar-shadow, none);
    backdrop-filter: var(--f-toolbar-backdrop-filter);
    position: relative;
    z-index: 20;
    color: var(--f-toolbar-color, currentColor);
    font-size: var(--f-toolbar-font-size, 17px);
    font-weight: var(--f-toolbar-font-weight, inherit);
    font-family: var(--f-toolbar-font, -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif);
    text-shadow: var(--f-toolbar-text-shadow);
    text-align: center;
    font-variant-numeric: tabular-nums;
    -webkit-font-smoothing: subpixel-antialiased;
    white-space: nowrap;
    pointer-events: none
}

.f-carousel__toolbar.is-absolute {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

.f-carousel__toolbar .f-button:focus-visible {
    position: relative;
    z-index: 1
}

.f-carousel__toolbar__column {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-content: flex-start;
    gap: var(--f-toolbar-gap, 0)
}

.f-carousel__toolbar__column.is-left {
    display: flex;
    justify-self: flex-start;
    justify-content: flex-start
}

.f-carousel__toolbar__column.is-middle {
    display: flex;
    justify-content: center
}

.f-carousel__toolbar__column.is-right {
    display: flex;
    justify-self: flex-end;
    justify-content: flex-end;
    flex-flow: nowrap
}

.f-carousel__toolbar__column {
    pointer-events: none
}

.f-carousel__toolbar__column > * {
    pointer-events: all
}

.f-counter {
    position: relative;
    display: flex;
    flex-direction: row;
    cursor: default;
    user-select: none;
    margin: var(--f-counter-margin, 0);
    padding: var(--f-counter-padding, 4px);
    line-height: var(--f-counter-line-height);
    background: var(--f-counter-bg);
    border-radius: var(--f-counter-border-radius)
}

.f-counter span {
    padding: 0 var(--f-counter-gap, 4px)
}

:root {
    --f-thumbs-gap: 8px;
    --f-thumbs-margin: 0;
    --f-thumbs-padding-x: 8px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-bg: transparent;
    --f-thumbs-transition: max-height .3s ease, max-width .3s ease, padding .3s ease;
    --f-thumbs-z-index: 1;
    --f-thumbs-viewport-padding-x: 0px;
    --f-thumbs-viewport-padding-y: 0px;
    --f-thumb-width: 94px;
    --f-thumb-height: 76px;
    --f-thumb-clip-width: 46px;
    --f-thumb-extra-gap: 16px;
    --f-thumb-opacity: 1;
    --f-thumb-transition: opacity .3s ease, transform .15s ease;
    --f-thumb-border: none;
    --f-thumb-border-radius: 4px;
    --f-thumb-shadow: none;
    --f-thumb-bg: linear-gradient(rgba(0, 0, 0, .1), rgba(0, 0, 0, .05));
    --f-thumb-focus-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
    --f-thumb-selected-shadow: inset 0 0 0 .8px #222, inset 0 0 0 2.25px #fff;
    --f-thumb-border-transition: all .1s ease;
    --f-thumb-img-width: 100%;
    --f-thumb-img-height: 100%;
    --f-thumb-img-fit: cover;
    --f-thumb-img-position: 50% 20%
}

.f-thumbs {
    --f-carousel-slide-width: var(--f-thumb-width);
    --f-carousel-slide-height: var(--f-thumb-height);
    --f-carousel-gap: var(--f-thumbs-gap);
    position: relative;
    box-sizing: border-box;
    flex-shrink: 0;
    margin: var(--f-thumbs-margin);
    padding: var(--f-thumbs-padding-y) var(--f-thumbs-padding-x);
    overflow: hidden;
    background: var(--f-thumbs-bg);
    -webkit-tap-highlight-color: transparent;
    user-select: none;
    transition: var(--f-thumbs-transition);
    z-index: var(--f-thumbs-z-index)
}

.f-thumbs.is-horizontal {
    max-height: calc(var(--f-carousel-slide-height) + var(--f-thumbs-padding-y) * 2)
}

.f-thumbs.is-horizontal.is-hidden {
    max-height: 0;
    --f-thumbs-padding-y: 0
}

.f-thumbs.is-vertical {
    max-width: calc(var(--f-carousel-slide-width) + var(--f-thumbs-padding-x) * 2)
}

.f-thumbs.is-vertical.is-hidden {
    max-width: 0;
    --f-thumbs-padding-x: 0
}

.f-thumbs.is-scrollable.is-hidden {
    max-height: 0;
    --f-thumbs-padding-y: 0
}

.f-thumbs.is-ltr {
    direction: ltr
}

.f-thumbs.is-rtl {
    direction: rtl
}

.f-thumbs img {
    display: block;
    width: var(--f-thumb-img-width);
    height: var(--f-thumb-img-height);
    object-fit: var(--f-thumb-img-fit);
    object-position: var(--f-thumb-img-position);
    pointer-events: none;
    border-radius: inherit;
    color: transparent
}

.f-thumbs img[data-lazy-src] {
    visibility: hidden
}

.f-thumbs img.has-lazyerror {
    display: none
}

.f-thumbs__viewport {
    box-sizing: border-box;
    height: 100%;
    padding: var(--f-thumbs-viewport-padding-y) var(--f-thumbs-viewport-padding-x);
    overflow: visible;
    display: grid
}

.f-thumbs__slide {
    position: relative;
    box-sizing: border-box;
    grid-area: 1/1;
    width: var(--f-carousel-slide-width);
    height: var(--f-carousel-slide-height);
    margin: 0;
    padding: 0;
    display: flex;
    align-items: center;
    flex-direction: column;
    cursor: pointer;
    overflow: visible
}

.f-thumbs__slide:hover button {
    opacity: var(--f-thumb-hover-opacity, 1);
    transform: var(--f-thumb-hover-transform, none)
}

.f-thumbs__slide:hover button:after {
    border: var(--f-thumb-hover-border, none);
    box-shadow: var(--f-thumb-hover-shadow, var(--f-thumb-shadow))
}

.f-thumbs__slide button {
    all: unset;
    display: block;
    margin: auto;
    padding: 0;
    position: relative;
    overflow: visible;
    width: 100%;
    height: 100%;
    outline: none;
    transition: var(--f-thumb-transition);
    border-radius: var(--f-thumb-border-radius);
    opacity: var(--f-thumb-opacity);
    transform: var(--f-thumb-transform);
    background: var(--f-thumb-bg)
}

.f-thumbs__slide button:after {
    content: "";
    position: absolute;
    inset: 0;
    z-index: 1;
    transition: var(--f-thumb-border-transition);
    border-radius: inherit;
    border: var(--f-thumb-border);
    box-shadow: var(--f-thumb-shadow)
}

.f-thumbs__slide button:focus-within {
    opacity: var(--f-thumb-focus-opacity, 1);
    transform: var(--f-thumb-focus-transform, none)
}

.f-thumbs__slide button:focus-within:after {
    border: var(--f-thumb-focus-border, none);
    box-shadow: var(--f-thumb-focus-shadow, var(--f-thumb-shadow))
}

.f-thumbs__slide:active {
    opacity: var(--f-thumb-active-opacity, 1);
    transform: var(--f-thumb-active-transform, none)
}

.f-thumbs__slide:active:after {
    border: var(--f-thumb-active-border, none);
    box-shadow: var(--f-thumb-active-shadow, var(--f-thumb-shadow))
}

.f-thumbs__slide.is-selected {
    z-index: 2
}

.f-thumbs__slide.is-selected button {
    opacity: var(--f-thumb-selected-opacity, 1);
    transform: var(--f-thumb-selected-transform, none)
}

.f-thumbs__slide.is-selected button:after {
    border: var(--f-thumb-selected-border, none);
    box-shadow: var(--f-thumb-selected-shadow, var(--f-thumb-shadow))
}

.f-thumbs.is-modern {
    --f-carousel-slide-width: calc(var(--f-thumb-clip-width) + var(--f-thumbs-gap));
    --f-carousel-slide-height: var(--f-thumb-height);
    --f-carousel-gap: 0;
    --width-diff: calc((var(--f-thumb-width) - var(--f-thumb-clip-width)))
}

.f-thumbs.is-modern .f-thumbs__viewport {
    width: calc(100% + var(--f-carousel-slide-width) * 2 + var(--f-thumbs-padding-x));
    margin-inline: calc((var(--f-carousel-slide-width) + var(--f-thumbs-padding-x)) * -1)
}

.f-thumbs.is-modern .f-thumbs__slide {
    --clip-shift: calc((var(--width-diff) * .5) * var(--progress));
    --clip-path: inset(0 var(--clip-shift) round var(--f-thumb-border-radius, 0));
    padding: 0;
    overflow: visible;
    left: var(--shift, 0);
    will-change: left;
    transition: left var(--f-transition-duration) var(--f-transition-easing)
}

.f-thumbs.is-modern .f-thumbs__slide button {
    display: block;
    margin-inline: 50%;
    width: var(--f-thumb-width);
    clip-path: var(--clip-path);
    border: none;
    box-shadow: none;
    transition: clip-path var(--f-transition-duration) var(--f-transition-easing), opacity var(--f-thumb-transition-duration, .2s) var(--f-thumb-transition-easing, ease)
}

.f-thumbs.is-modern .f-thumbs__slide button:after {
    display: none
}

.f-thumbs.is-modern .f-thumbs__slide:focus:not(:focus-visible) {
    outline: none
}

.f-thumbs.is-modern .f-thumbs__slide:focus-within:not(.is-selected) button:before {
    content: "";
    position: absolute;
    z-index: 1;
    top: 0;
    left: var(--clip-shift);
    bottom: 0;
    right: var(--clip-shift);
    transition: border var(--f-transition-duration) var(--f-transition-easing), box-shadow var(--f-transition-duration) var(--f-transition-easing);
    border-radius: inherit;
    border: var(--f-thumb-focus-border, none);
    box-shadow: var(--f-thumb-focus-shadow, none)
}

.f-thumbs.is-modern {
    --f-transition-duration: .25s;
    --f-transition-easing: ease-out
}

.f-thumbs.is-modern.is-syncing {
    --f-transition-duration: 0s
}

.f-thumbs.is-scrollable .f-thumbs__viewport {
    display: grid;
    grid-template-columns:repeat(auto-fill, minmax(var(--f-thumb-width), 1fr));
    grid-auto-rows: var(--f-thumb-height);
    gap: var(--f-thumbs-gap);
    overflow: auto;
    overscroll-behavior: contain;
    user-select: none
}

.f-thumbs.is-scrollable .f-thumbs__viewport .f-thumbs__slide {
    grid-area: auto;
    display: block;
    position: relative;
    max-width: 100%;
    width: var(--f-thumb-width);
    height: var(--f-thumb-height);
    cursor: pointer;
    outline: none
}

:root {
    --f-progressbar-height: 3px;
    --f-progressbar-color: var(--f-carousel-theme-color, #575ad6);
    --f-progressbar-opacity: 1;
    --f-progressbar-z-index: 30
}

.f-progressbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: var(--f-progressbar-z-index);
    height: var(--f-progressbar-height);
    transform: scaleX(0);
    transform-origin: 0;
    opacity: var(--f-progressbar-opacity);
    background: var(--f-progressbar-color);
    user-select: none;
    pointer-events: none;
    animation-name: f-progressbar;
    animation-play-state: running;
    animation-timing-function: linear
}

.f-progressbar:empty {
    display: block
}

button > .f-progressbar {
    --f-progressbar-height: 100%;
    --f-progressbar-opacity: .2
}

@keyframes f-progressbar {
    0% {
        transform: scaleX(0)
    }
    to {
        transform: scaleX(1)
    }
}

[data-fullscreen-action=toggle] svg g:first-child {
    display: flex
}

[data-fullscreen-action=toggle] svg g:last-child {
    display: none
}

:fullscreen [data-fullscreen-action=toggle] svg g:first-child {
    display: none
}

:fullscreen [data-fullscreen-action=toggle] svg g:last-child {
    display: flex
}

.in-fullscreen-mode > .f-carousel {
    flex: 1;
    min-width: 0 !important;
    min-height: 0 !important
}

html.with-fancybox {
    width: auto;
    overflow: visible;
    scroll-behavior: auto
}

html.with-fancybox body.hide-scrollbar {
    width: auto;
    margin-right: calc(var(--f-body-margin, 0px) + var(--f-scrollbar-compensate, 0px));
    overflow: hidden !important;
    overscroll-behavior-y: none
}

.fancybox__dialog {
    position: fixed;
    inset: 0;
    z-index: 1050;
    width: 100%;
    height: 100vh;
    max-height: unset;
    max-width: unset;
    padding: 0;
    margin: 0;
    border: 0;
    overflow: hidden;
    background: transparent;
    touch-action: none;
    overscroll-behavior: contain
}

.fancybox__dialog:focus {
    outline: none
}

.fancybox__dialog::backdrop {
    opacity: 0
}

@supports (height: 100dvh) {
    .fancybox__dialog {
        height: 100dvh
    }
}

.fancybox__dialog *:empty {
    display: block
}

.fancybox__container {
    --fancybox-color: #dbdbdb;
    --fancybox-backdrop-bg: rgba(24, 24, 27, .95);
    --f-toolbar-margin: 0;
    --f-toolbar-padding: 8px;
    --f-toolbar-gap: 0;
    --f-toolbar-color: #ddd;
    --f-toolbar-font-size: 16px;
    --f-toolbar-font-weight: 500;
    --f-toolbar-font: -apple-system, BlinkMacSystemFont, "Segoe UI Adjusted", "Segoe UI", "Liberation Sans", sans-serif;
    --f-toolbar-line-height: var(--f-button-height);
    --f-toolbar-text-shadow: 1px 1px 1px rgba(0, 0, 0, .75);
    --f-toolbar-shadow: none;
    --f-toolbar-bg: none;
    --f-counter-margin: 0;
    --f-counter-padding: 0px 10px;
    --f-counter-gap: 4px;
    --f-counter-line-height: var(--f-button-height);
    --f-carousel-gap: 17px;
    --f-carousel-slide-width: 100%;
    --f-carousel-slide-height: 100%;
    --f-carousel-slide-padding: 0;
    --f-carousel-slide-bg: unset;
    --f-html-color: #222;
    --f-html-bg: #fff;
    --f-error-color: #fff;
    --f-error-bg: #333;
    --f-caption-margin: 0;
    --f-caption-padding: 16px 8px;
    --f-caption-color: var(--fancybox-color, #dbdbdb);
    --f-caption-bg: transparent;
    --f-caption-font: inherit;
    --f-caption-line-height: 1.375;
    --f-spinner-color-1: rgba(255, 255, 255, .2);
    --f-spinner-color-2: rgba(255, 255, 255, .8);
    --f-spinner-width: 50px;
    --f-spinner-height: 50px;
    --f-spinner-border-radius: 50%;
    --f-spinner-border-width: 4px;
    --f-progressbar-color: rgba(255, 255, 255);
    --f-button-width: 46px;
    --f-button-height: 46px;
    --f-button-color: #ddd;
    --f-button-hover-color: #fff;
    --f-button-outline-width: 1px;
    --f-button-outline-color: rgba(255, 255, 255, .75);
    --f-button-outline-offset: 0px;
    --f-button-bg: rgba(54, 54, 54, .75);
    --f-button-border: 0;
    --f-button-border-radius: 0;
    --f-button-shadow: none;
    --f-button-transition: all .2s ease;
    --f-button-transform: none;
    --f-button-svg-width: 24px;
    --f-button-svg-height: 24px;
    --f-button-svg-stroke-width: 1.75;
    --f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, .01)), drop-shadow(1px 2px 1px rgba(24, 24, 27, .05));
    --f-button-svg-fill: none;
    --f-button-svg-disabled-opacity: .5;
    --f-arrow-pos: 32px;
    --f-arrow-width: 50px;
    --f-arrow-height: 50px;
    --f-arrow-svg-width: 24px;
    --f-arrow-svg-height: 24px;
    --f-arrow-svg-stroke-width: 2.5;
    --f-arrow-border-radius: 50%;
    --f-arrow-bg: rgba(54, 54, 54, .65);
    --f-arrow-color: #ddd;
    --f-arrow-hover-color: #fff;
    --f-close-button-width: 30px;
    --f-close-button-height: 30px;
    --f-close-button-svg-width: 24px;
    --f-close-button-svg-height: 24px;
    --f-close-button-svg-stroke-width: 1.75;
    --f-close-border-radius: 4px;
    --f-close-button-color: #fff;
    --f-close-button-hover-color: #fff;
    --f-close-button-bg: transparent;
    --f-close-button-hover-bg: transparent;
    --f-close-button-active-bg: transparent;
    --f-thumbs-margin: 0px;
    --f-thumbs-padding-x: 8px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-bg: none;
    --f-thumb-transition: all .2s ease;
    --f-thumb-width: 94px;
    --f-thumb-height: 76px;
    --f-thumb-opacity: 1;
    --f-thumb-border: none;
    --f-thumb-shadow: none;
    --f-thumb-transform: none;
    --f-thumb-focus-opacity: 1;
    --f-thumb-focus-border: none;
    --f-thumb-focus-shadow: inset 0 0 0 2px rgba(255, 255, 255, .65);
    --f-thumb-focus-transform: none;
    --f-thumb-hover-opacity: 1;
    --f-thumb-hover-border: none;
    --f-thumb-hover-transform: none;
    --f-thumb-active-opacity: var(--f-thumb-hover-opacity);
    --f-thumb-active-border: var(--f-thumb-hover-border);
    --f-thumb-active-transform: var(--f-thumb-hover-transform);
    --f-thumb-selected-opacity: 1;
    --f-thumb-selected-border: none;
    --f-thumb-selected-shadow: inset 0 0 0 2px #fff;
    --f-thumb-selected-transform: none;
    --f-scrollbar-width: 7px;
    --f-scrollbar-track-bg: #444;
    --f-scrollbar-track-border-radius: 10px;
    --f-scrollbar-track-shadow: inset 0 0 6px rgba(0, 0, 0, .2);
    --f-scrollbar-thumb-bg: #ddd;
    --f-scrollbar-thumb-border-radius: 10px
}

.fancybox__container[theme=light] {
    --fancybox-color: #222;
    --fancybox-backdrop-bg: rgba(255, 255, 255, .97);
    --f-toolbar-color: var(--fancybox-color, #222);
    --f-toolbar-text-shadow: none;
    --f-toolbar-font-weight: 400;
    --f-html-color: var(--fancybox-color, #222);
    --f-html-bg: #fff;
    --f-error-color: #555;
    --f-error-bg: #fff;
    --f-video-bg: #fff;
    --f-caption-color: #333;
    --f-spinner-color-1: rgba(0, 0, 0, .2);
    --f-spinner-color-2: rgba(0, 0, 0, .8);
    --f-spinner-border-width: 3.5px;
    --f-progressbar-color: rgba(111, 111, 116);
    --f-button-color: #333;
    --f-button-hover-color: #000;
    --f-button-outline-color: rgba(0, 0, 0, .85);
    --f-button-bg: rgba(255, 255, 255, .85);
    --f-button-svg-stroke-width: 1.3;
    --f-button-svg-filter: none;
    --f-arrow-bg: rgba(255, 255, 255, .85);
    --f-arrow-color: #333;
    --f-arrow-hover-color: #000;
    --f-arrow-svg-stroke-width: 1.3;
    --f-close-button-color: #555;
    --f-close-button-hover-color: #000;
    --f-thumb-bg: linear-gradient(#ebeff2, #e2e8f0);
    --f-thumb-focus-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #888;
    --f-thumb-selected-shadow: 0 0 0 1.8px #fff, 0px 0px 0px 2.25px #000;
    --f-scrollbar-track-bg: #ddd;
    --f-scrollbar-thumb-bg: #444
}

.fancybox__container {
    position: absolute;
    inset: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.fancybox__container:focus {
    outline: none
}

.fancybox__container.has-vertical-thumbs {
    flex-direction: row-reverse
}

.fancybox__container.has-vertical-thumbs:not(.is-closing) .fancybox__viewport {
    overflow-x: clip;
    overflow-y: visible
}

.fancybox__container > *:not(.fancybox__carousel), .fancybox__container .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html,.f-panzoom__wrapper,.f-spinner) {
    opacity: var(--f-drag-opacity, 1)
}

.fancybox__container:not(.is-ready,.is-hiding) {
    visibility: hidden
}

.fancybox__container.is-revealing > *:not(.fancybox__carousel), .fancybox__container.is-revealing .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide:not(.is-selected), .fancybox__container.is-revealing .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html,.f-panzoom__wrapper,.f-spinner) {
    animation: var(--f-interface-enter-duration, .35s) ease none f-fadeIn
}

.fancybox__container.is-hiding > *:not(.fancybox__carousel), .fancybox__container.is-hiding .fancybox__carousel > *:not(.fancybox__viewport), .fancybox__container.is-hiding .fancybox__carousel > .fancybox__viewport > .fancybox__slide.is-selected > *:not(.f-html,.f-panzoom__wrapper) {
    animation: var(--f-interface-exit-duration, .35s) ease forwards f-fadeOut
}

.fancybox__container.is-hiding .fancybox__carousel .fancybox__slide:not(.is-selected) {
    opacity: 0
}

.fancybox__container.is-hiding {
    pointer-events: none
}

.fancybox__container.is-idle .f-carousel__toolbar {
    pointer-events: none;
    opacity: 0
}

.fancybox__container.is-idle .f-button.is-arrow {
    opacity: 0
}

.fancybox__container.is-idle.is-ready .f-carousel__toolbar {
    pointer-events: none;
    animation: .15s ease-out both f-fadeOut
}

.fancybox__container.is-idle.is-ready .f-button.is-arrow {
    animation: .15s ease-out both f-fadeOut
}

.fancybox__backdrop {
    position: fixed;
    inset: 0;
    z-index: -1;
    background: var(--fancybox-backdrop-bg)
}

.fancybox__carousel {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-height: 0;
    min-width: 0;
    position: relative;
    z-index: 10;
    overflow-y: visible;
    overflow-x: clip
}

.fancybox__carousel.is-vertical {
    --f-carousel-slide-height: 100%
}

.fancybox__carousel.is-ltr {
    direction: ltr
}

.fancybox__carousel.is-rtl {
    direction: rtl
}

.fancybox__carousel > .f-button.is-arrow:before {
    position: absolute;
    content: "";
    inset: -30px;
    z-index: 1
}

.fancybox__viewport {
    display: grid;
    flex: 1;
    min-height: 0;
    min-width: 0;
    position: relative;
    overflow: visible;
    transform: translate3d(0, var(--f-drag-offset, 0), 0)
}

.fancybox__viewport.is-draggable {
    cursor: move;
    cursor: grab
}

.fancybox__viewport.is-dragging {
    cursor: move;
    cursor: grabbing
}

.fancybox__viewport [data-selectable], .fancybox__viewport [contenteditable] {
    cursor: auto
}

.fancybox__slide {
    box-sizing: border-box;
    position: relative;
    grid-area: 1/1;
    display: flex;
    align-items: center;
    flex-direction: column;
    width: var(--f-carousel-slide-width);
    height: var(--f-carousel-slide-height);
    min-width: 0;
    min-height: 0;
    max-width: 100%;
    margin: 0;
    padding: var(--f-carousel-slide-padding);
    background: var(--f-carousel-slide-bg);
    backface-visibility: hidden;
    transform: translateZ(0);
    will-change: transform
}

.fancybox__slide:before, .fancybox__slide:after {
    display: block;
    content: ""
}

.fancybox__slide:before {
    margin-bottom: auto
}

.fancybox__slide:after {
    margin-top: auto
}

.fancybox__slide.is-selected {
    z-index: 1
}

.fancybox__slide.f-zoomable {
    overflow: visible
}

.fancybox__slide.has-error {
    --f-html-color: var(--f-error-color, --f-html-color);
    --f-html-bg: var(--f-error-bg, --f-html-bg)
}

.fancybox__slide.has-html {
    overflow: auto;
    padding: 8px
}

.fancybox__slide.has-close-btn {
    padding-top: 34px
}

.fancybox__slide.has-controls:before {
    margin: 0
}

.fancybox__slide .f-spinner {
    cursor: pointer
}

.fancybox__container.is-closing .f-caption, .fancybox__slide.is-loading .f-caption {
    visibility: hidden
}

.fancybox__container.is-closing .fancybox__carousel {
    overflow: visible
}

.f-button.is-close-button {
    --f-button-width: var(--f-close-button-width);
    --f-button-height: var(--f-close-button-height);
    --f-button-border-radius: var(--f-close-border-radius);
    --f-button-color: var(--f-close-button-color);
    --f-button-hover-color: var(--f-close-button-hover-color);
    --f-button-bg: var(--f-close-button-bg);
    --f-button-hover-bg: var(--f-close-button-hover-bg);
    --f-button-active-bg: var(--f-close-button-active-bg);
    --f-button-svg-width: var(--f-close-button-svg-width);
    --f-button-svg-height: var(--f-close-button-svg-height);
    --f-button-svg-stroke-width: var(--f-close-button-svg-stroke-width);
    position: absolute;
    top: calc((var(--f-button-height) + 2px) * -1);
    right: 0;
    z-index: 10
}

.fancybox__thumbs {
    flex: 0 1 100%
}

.fancybox__thumbs.is-scrollable {
    --f-thumbs-cols: 1;
    --f-thumbs-gap: 8px;
    --f-thumbs-transition: none;
    --f-thumbs-padding-x: 4px;
    --f-thumbs-padding-y: 8px;
    --f-thumbs-viewport-padding-x: 4px;
    --f-thumbs-viewport-padding-y: 0px;
    max-width: calc(var(--f-thumb-width) * var(--f-thumbs-cols) + var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1) + var(--f-thumbs-padding-x) * 2 + var(--f-thumbs-viewport-padding-x) * 2)
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar {
    width: var(--f-scrollbar-width)
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-track {
    background: var(--f-scrollbar-track-bg);
    border-radius: var(--f-scrollbar-track-border-radius);
    box-shadow: var(--f-scrollbar-track-shadow)
}

.fancybox__thumbs.is-scrollable ::-webkit-scrollbar-thumb {
    background: var(--f-scrollbar-thumb-bg);
    border-radius: var(--f-scrollbar-thumb-border-radius)
}

.fancybox__thumbs.is-scrollable.is-hidden {
    max-width: 0;
    --f-thumbs-padding-x: 0;
    max-height: unset;
    --f-thumbs-padding-y: unset
}

.fancybox__thumbs.is-scrollable .f-thumbs__viewport {
    overflow-x: hidden !important;
    grid-template-columns:repeat(auto-fill, calc((100% - var(--f-thumbs-gap) * (var(--f-thumbs-cols) - 1)) / var(--f-thumbs-cols))) !important
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
    line-height: 1.15; /* 1 */
    -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
    margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    box-sizing: content-box; /* 1 */
    height: 0; /* 1 */
    overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
    background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
    border-bottom: none; /* 1 */
    text-decoration: underline; /* 2 */
    text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
    font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
    font-family: monospace, monospace; /* 1 */
    font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
    font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
    border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    font-size: 100%; /* 1 */
    line-height: 1.15; /* 1 */
    margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
    overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
    text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
    padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
    box-sizing: border-box; /* 1 */
    color: inherit; /* 2 */
    display: table; /* 1 */
    max-width: 100%; /* 1 */
    padding: 0; /* 3 */
    white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
    vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
    overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
    box-sizing: border-box; /* 1 */
    padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
    -webkit-appearance: textfield; /* 1 */
    outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
    -webkit-appearance: button; /* 1 */
    font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
    display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
    display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
    display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
    display: none;
}

:root {
    --text: #111111;
    --text-descr: #8CAFCC;
}

@font-face {
    font-family: "Unbounded";
    src: local("Unbounded-ExtraBold"), url("../fonts/Unbounded-ExtraBold-CJMfTHny.woff2") format("woff2"), url("../fonts/Unbounded-ExtraBold-DZD3BbTd.woff") format("woff");
    font-weight: 800;
    font-display: swap;
}

@font-face {
    font-family: "Geologica";
    src: local("Geologica-Regular"), url("../fonts/Geologica-Regular-BAz93Z2v.woff2") format("woff2"), url("../fonts/Geologica-Regular-D9bCLVe0.woff") format("woff");
    font-weight: 400;
    font-display: swap;
}

@font-face {
    font-family: "Geologica";
    src: local("Geologica-Medium"), url("../fonts/Geologica-Medium-B9fQqGd2.woff2") format("woff2"), url("../fonts/Geologica-Medium-BMZdSKMi.woff") format("woff");
    font-weight: 500;
    font-display: swap;
}

a {
    text-decoration: none;
    font-family: "Unbounded", sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
}

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

.container {
    max-width: 1750px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}

.categories-breadcrumbs {
    padding-top: 60px;
}

ul, li {
    list-style: none;
    margin: 0;
    padding: 0;
}

ul, li, h1, h2, h3, h4, h5, h6, p, a {
    margin: 0;
    padding: 0;
}

html, body {
    height: 100%;
    margin: 0;
    padding: 0;
    background: #010938;
}

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

button {
    cursor: pointer;
    background: none;
    border: none;
    padding: 0;
    font-family: "Geologica", sans-serif;
}

section {
    background: #010938;
}

.tabs-content-item {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.tabs-content-item:not(:first-child) {
    display: none;
}

.tabs-content-item-text {
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 23px;
}

.tabs-content-item-text h3 {
    width: 703px;
}

.tabs-content-item-text p {
    width: 266px;
    font-size: 20px;
}

.tabs-content-item-text span {
    font-family: "Geologica", sans-serif;
    color: #6CB4FF;
    width: 266px;
    font-size: 20px;
}

main {
    min-height: calc(100vh - 721px);
    background: #010938;
}

h1 {
    font-family: "Unbounded", sans-serif;
    font-size: 64px;
    font-weight: 700;
    line-height: 110%;
    color: #FFFFFF;
}

h2 {
    font-family: "Unbounded", sans-serif;
    font-size: 56px;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
    text-transform: uppercase;
}

h3 {
    font-family: "Unbounded", sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 140%;
    color: #FFFFFF;
}

h4 {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
}

h5 {
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
}

h6 {
    font-family: "Unbounded", sans-serif;
    font-size: 32px;
    font-weight: 700;
    line-height: 120%;
    color: #FFFFFF;
    text-transform: uppercase;
}

p {
    font-family: "Geologica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #FFFFFF;
}

.btn {
    font-family: "Geologica", sans-serif;
    font-size: 20px;
    font-weight: 400;
    background: #FFFFFF;
    color: #111111;
    border-radius: 60px;
    text-transform: uppercase;
    padding: 24px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: background 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn:hover {
    background: #8CAFCC !important;
    color: #FFFFFF !important;
}

a[href^="mailto:"] {
    transition: all 0.3s ease-in-out;
}

a[href^="mailto:"]:hover {
    color: #6CB4FF;
}

#distributorsMapSvg [id] {
    transition: fill 0.2s ease-in-out;
}

#distributorsMapSvg [id]:hover {
    fill: #8CAFCC !important;
    cursor: pointer;
}

.slider-btns {
    position: absolute;
    bottom: 60px;
    right: 100px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.slider-btns button {
    background: transparent;
    border: 1px solid white;
    border-radius: 100%;
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    z-index: 100;
}

.slider-btn {
    transition: background 0.3s ease-in-out;
}

.slider-btn:hover {
    background: #FFFFFF;
}

.slider-btn:hover path {
    stroke: #111111;
}

.slider-btn.swiper-button-disabled {
    border-color: #999999 !important;
}

.slider-btn.swiper-button-disabled path {
    stroke: #999999 !important;
}

.subtitle {
    position: relative;
    margin-bottom: 20px;
}

.subtitle p {
    position: relative;
    padding-left: 30px;
    font-family: "Geologica", sans-serif;
    font-size: 20px;
    font-weight: 400;
    text-transform: uppercase;
    line-height: 110%;
    color: #FFFFFF;
    opacity: 0.4;
}

.subtitle ::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    background: url("../images/story-icon-BVrqRiaZ.svg") no-repeat;
    width: 22px;
    height: 24px;
    transform: translateY(-50%);
}

.background-logo {
    background: linear-gradient(180deg, #010938 10.79%, #031555 26.65%, #146BB2 51.44%, #146BB2 56.25%, #031555 76.92%, #010938 98.08%);
    width: 100%;
    height: 455px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
}

.background-logo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.checkbox {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.checkbox input {
    position: absolute;
    width: 0;
    left: 50px;
    height: 0;
    opacity: 0;
    cursor: pointer;
}

.checkbox .checkmark {
    position: relative;
    display: block;
    top: 0;
    left: 0;
    width: 32px;
    height: 32px;
    border-radius: 3px;
    outline: 1px solid #8CAFCC;
    transition: all 0.2s ease;
    flex-shrink: 0;
}

.checkbox:hover .checkmark {
    background: transparent;
    transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark {
    outline: 1px solid #8CAFCC;
}

.checkbox input[type=radio] ~ .checkmark {
    border-radius: 50%;
}

.checkbox .checkmark::after {
    position: absolute;
    display: block;
    content: "";
    left: 50%;
    top: 40%;
    width: 10px;
    height: 18px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: translate(-50%, -50%) rotate(45deg);
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    opacity: 0;
    transition: all 0.2s ease;
}

.checkbox input:checked ~ .checkmark::after {
    opacity: 1;
    transition: all 0.2s ease;
}

.checkbox__text {
    font-family: "Geologica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #8CAFCC;
}

.checkbox__text a {
    font-family: "Geologica", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: #8CAFCC;
}

.file-input__input {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.file-input__label {
    cursor: pointer;
    display: inline-flex;
    font-weight: 400;
    font-family: "Geologica", sans-serif;
    color: #6CB4FF;
    font-size: 22px;
    position: relative;
    padding-left: 24px;
}

.file-input__label:after {
    content: "";
    width: 20px;
    height: 20px;
    top: 50%;
    left: 0;
    position: absolute;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3csvg%20width='11'%20height='17'%20viewBox='0%200%2011%2017'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.4167%2011.4583C10.4167%2012.9028%209.90972%2014.1319%208.89583%2015.1458C7.88194%2016.1597%206.65278%2016.6667%205.20833%2016.6667C3.76389%2016.6667%202.53472%2016.1597%201.52083%2015.1458C0.506944%2014.1319%200%2012.9028%200%2011.4583V3.75C0%202.70833%200.364722%201.82306%201.09417%201.09417C1.82361%200.365278%202.70889%200.000556189%203.75%206.33714e-07C4.79111%20-0.000554922%205.67667%200.364167%206.40667%201.09417C7.13667%201.82417%207.50111%202.70945%207.5%203.75V11.0417C7.5%2011.6806%207.27778%2012.2222%206.83333%2012.6667C6.38889%2013.1111%205.84722%2013.3333%205.20833%2013.3333C4.56944%2013.3333%204.02778%2013.1111%203.58333%2012.6667C3.13889%2012.2222%202.91667%2011.6806%202.91667%2011.0417V4.16667C2.91667%203.93056%202.99667%203.73278%203.15667%203.57333C3.31667%203.41389%203.51444%203.33389%203.75%203.33333C3.98556%203.33278%204.18361%203.41278%204.34417%203.57333C4.50472%203.73389%204.58444%203.93167%204.58333%204.16667V11.0417C4.58333%2011.2222%204.6425%2011.3717%204.76083%2011.49C4.87917%2011.6083%205.02833%2011.6672%205.20833%2011.6667C5.38833%2011.6661%205.53778%2011.6069%205.65667%2011.4892C5.77556%2011.3714%205.83444%2011.2222%205.83333%2011.0417V3.75C5.81944%203.16667%205.61472%202.67361%205.21917%202.27083C4.82361%201.86806%204.33389%201.66667%203.75%201.66667C3.16611%201.66667%202.67306%201.86806%202.27083%202.27083C1.86861%202.67361%201.66722%203.16667%201.66667%203.75V11.4583C1.65278%2012.4444%201.99306%2013.2814%202.6875%2013.9692C3.38194%2014.6569%204.22222%2015.0006%205.20833%2015C6.18056%2015%207.00694%2014.6564%207.6875%2013.9692C8.36806%2013.2819%208.72222%2012.445%208.75%2011.4583V4.16667C8.75%203.93056%208.83%203.73278%208.99%203.57333C9.15%203.41389%209.34778%203.33389%209.58333%203.33333C9.81889%203.33278%2010.0169%203.41278%2010.1775%203.57333C10.3381%203.73389%2010.4178%203.93167%2010.4167%204.16667V11.4583Z'%20fill='%236CB4FF'/%3e%3c/svg%3e") no-repeat;
}

.breadcrumbs {
    margin-top: 60px;
    display: flex;
    gap: 16px;
    margin-bottom: 40px;
    flex-wrap: wrap;
}

.breadcrumbs__link {
    font-size: 16px;
    height: fit-content;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    color: rgba(255, 255, 255, 0.4);
    padding: 6px 16px;
    transition: all 0.3s ease-in-out;
}

.breadcrumbs__link:hover {
    color: #111111;
    border-color: #111111;
    background: #FFFFFF;
}

.breadcrumbs__home {
    padding: 6px 19px 8px 36px;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}

.breadcrumbs__home::before {
    position: absolute;
    content: "";
    -webkit-mask: url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.46467%200.284912C6.23954%200.100666%205.95758%200%205.66667%200C5.37575%200%205.0938%200.100666%204.86867%200.284912L0.477002%203.86558C0.327569%203.98809%200.207248%204.1423%200.12475%204.31704C0.0422518%204.49178%20-0.000359055%204.68268%202.27895e-06%204.87591V11.3709C2.27895e-06%2012.0866%200.571002%2012.6666%201.275%2012.6666H2.725C3.42934%2012.6666%204%2012.0866%204%2011.3709V8.49991C4%208.2789%204.0878%208.06694%204.24408%207.91066C4.40036%207.75438%204.61232%207.66658%204.83334%207.66658H6.5C6.72102%207.66658%206.93298%207.75438%207.08926%207.91066C7.24554%208.06694%207.33334%208.2789%207.33334%208.49991V11.3709C7.33334%2012.0866%207.904%2012.6666%208.60834%2012.6666H10.0583C10.7627%2012.6666%2011.3333%2012.0866%2011.3333%2011.3709V4.87591C11.3337%204.68268%2011.2911%204.49178%2011.2086%204.31704C11.1261%204.1423%2011.0058%203.98809%2010.8563%203.86558L6.46467%200.284912Z'%20fill='white'%20fill-opacity='0.4'/%3e%3c/svg%3e") no-repeat center/contain;
    mask: url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.46467%200.284912C6.23954%200.100666%205.95758%200%205.66667%200C5.37575%200%205.0938%200.100666%204.86867%200.284912L0.477002%203.86558C0.327569%203.98809%200.207248%204.1423%200.12475%204.31704C0.0422518%204.49178%20-0.000359055%204.68268%202.27895e-06%204.87591V11.3709C2.27895e-06%2012.0866%200.571002%2012.6666%201.275%2012.6666H2.725C3.42934%2012.6666%204%2012.0866%204%2011.3709V8.49991C4%208.2789%204.0878%208.06694%204.24408%207.91066C4.40036%207.75438%204.61232%207.66658%204.83334%207.66658H6.5C6.72102%207.66658%206.93298%207.75438%207.08926%207.91066C7.24554%208.06694%207.33334%208.2789%207.33334%208.49991V11.3709C7.33334%2012.0866%207.904%2012.6666%208.60834%2012.6666H10.0583C10.7627%2012.6666%2011.3333%2012.0866%2011.3333%2011.3709V4.87591C11.3337%204.68268%2011.2911%204.49178%2011.2086%204.31704C11.1261%204.1423%2011.0058%203.98809%2010.8563%203.86558L6.46467%200.284912Z'%20fill='white'%20fill-opacity='0.4'/%3e%3c/svg%3e") no-repeat center/contain;
    background-color: white;
    width: 12px;
    height: 13px;
    top: 45%;
    transform: translateY(-50%);
    left: 17px;
    transition: background 0.3s ease-in-out;
}

.breadcrumbs__home:hover::before {
    background-color: #111111;
}

.breadcrumbs__last {
    color: #FFFFFF;
}

.breadcrumbs__last:hover {
    color: #FFFFFF;
    background: transparent;
    border-color: rgba(255, 255, 255, 0.4);
}

@media (max-width: 1440px) {
    .container {
        max-width: 1230px;
    }
}

@media (max-width: 1024px) {
    .container {
        max-width: 974px;
    }

    h1 {
        font-family: "Unbounded", sans-serif;
        font-size: 44px;
        font-weight: 700;
        line-height: 110%;
        color: #FFFFFF;
    }

    h2 {
        font-family: "Unbounded", sans-serif;
        font-size: 32px;
        font-weight: 700;
        line-height: 120%;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    h3 {
        font-family: "Unbounded", sans-serif;
        font-size: 25px;
        font-weight: 700;
        line-height: 140%;
        color: #FFFFFF;
    }

    h5 {
        font-family: "Unbounded", sans-serif;
        font-size: 16px;
        font-weight: 700;
        line-height: 120%;
        color: #FFFFFF;
    }

    h6 {
        font-family: "Unbounded", sans-serif;
        font-size: 20px;
        font-weight: 700;
        line-height: 120%;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    p {
        font-size: 12px;
    }
}

@media (max-width: 768px) {
    h1 {
        font-family: "Unbounded", sans-serif;
        font-size: 28px;
        font-weight: 700;
        line-height: 110%;
        color: #FFFFFF;
    }

    h2 {
        font-family: "Unbounded", sans-serif;
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        color: #FFFFFF;
        text-transform: uppercase;
    }

    .breadcrumbs {
        margin-bottom: 20px;
    }
}

/**
 * Accordion v3.4.1
 * Lightweight and accessible accordion module created in pure Javascript
 * https://github.com/michu2k/Accordion
 *
 * Copyright (c) Michał Strumpf
 * Published under MIT License
 */
.ac {
    --color-white: #fff;
    --color-light-grey: #eee;
    --color-grey: #8a8a8a;
    --color-black: #111;
    margin-bottom: 8px;
    border: 1px solid var(--color-light-grey);
    background-color: var(--color-white);
    box-sizing: border-box;
}

.ac .ac-header {
    margin: 0;
    padding: 0;
}

.ac .ac-trigger {
    font: bold 16px Arial, sans-serif;
    color: var(--color-black);
    text-align: left;
    width: 100%;
    padding: 8px 32px 8px 8px;
    display: block;
    cursor: pointer;
    background-color: transparent;
    transition: color 0.25s ease;
    position: relative;
    text-decoration: none;
    margin: 0;
    border: 0;
}

.ac .ac-trigger::after {
    content: "+";
    text-align: center;
    width: 15px;
    transform: translate(0, -50%);
    position: absolute;
    right: 10px;
    top: 50%;
}

.ac .ac-trigger:focus {
    color: var(--color-grey);
}

.ac .ac-panel {
    overflow: hidden;
    transition-property: height, visibility;
    transition-timing-function: ease;
}

.ac .ac-panel .ac-text {
    font: 15px/24px Arial, sans-serif;
    color: var(--color-black);
    padding: 8px;
    margin: 0;
}

.ac.js-enabled .ac-panel {
    visibility: hidden;
}

.ac.is-active .ac-panel {
    visibility: visible;
}

.ac.is-active > .ac-header .ac-trigger::after {
    content: "–";
}

.header {
    background: #010938;
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
    z-index: 100;
}

.header-burger {
    display: none;
    width: 52px;
    height: 52px;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    background: #FFFFFF;
}

.header-burger-panel {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(27, 27, 27, 0.6);
    backdrop-filter: blur(20px);
    z-index: 1000;
    display: none;
    justify-content: flex-end;
    align-items: center;
}

.header-burger-panel-content {
    height: calc(100% - 40px);
    margin: 20px 120px;
    background-color: #010938;
    padding: 60px 60px 60px 60px;
    position: relative;
    border-radius: 20px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
    width: 100%;
    background-image: url("../images/burger-back-DMwlqQoO.svg");
    background-repeat: no-repeat;
    background-position: center right;
}

.header-burger-panel-content-links {
    display: flex;
    align-items: center;
    gap: 12px;
    justify-content: space-between;
}

.header-burger-panel-content-links-email p {
    font-size: 16px;
    font-weight: 400;
    color: #999999;
    margin-bottom: 4px;
}

.header-burger-panel-content-links-email a {
    font-family: "Unbounded", sans-serif;
    font-size: 24px;
    font-weight: 500;
    color: #FFFFFF;
    position: relative;
    padding-left: 28px;
}

.header-burger-panel-content-links-email a:after {
    content: "";
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgB7VTBDYMwDHRQB2AEukE7QRmhG3SVbNBu0FFQJygbwAawgTlLQYrycAjhR046iQif75xEISo4F5jZcj6sZiAYwIYSAU3rtBwzaFzhG6wp3rgGP07zCA2qUGCMGcErPmfwj/qX0ryVGnAC79D9KJKGg/U6zdffNi+1BLhpPSpS4E0zgp1MAz7X1PgnqXvaCu2A3DSSuNMuQfSQKRNJW3QEikG6wZ5nQtNegrUFh8zLZKngXFgAmkvkPofoxc8AAAAASUVORK5CYII=") no-repeat;
}

.header-burger-panel-content-links-messengers {
    display: flex;
    gap: 12px;
    align-items: center;
}

.header-burger-panel-content-links-messengers a {
    width: 72px;
    height: 72px;
    border: 1px solid #999999;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-burger-panel-content-links-messengers a svg {
    width: 20px;
    height: 20px;
}

.header-burger-panel-content nav {
    display: flex;
    flex-direction: column;
    gap: 20px;
    max-width: 370px;
    overflow: auto;
}

.header-burger-panel-content nav a {
    font-weight: 500;
    font-size: 32px;
    font-family: "Geologica", sans-serif;
    color: #FFFFFF;
}

.header-burger-panel-content__close {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    background: #FFFFFF;
    position: absolute;
    top: 60px;
    right: 60px;
}

.header-nav {
    display: flex;
    justify-content: flex-start;
    gap: 10px 32px;
    flex-wrap: wrap;
}

.header-nav a {
    font-family: "Geologica", sans-serif;
    color: #FFFFFF;
    font-size: 18px;
    line-height: 140%;
    font-weight: 400;
    transition: color 0.3s ease;
}

.header-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
}

.header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
}

.header-links {
    display: flex;
    align-items: center;
    gap: 12px;
}

.header-links a {
    width: 52px;
    height: 52px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    border: 1px solid #999999;
    transition: all 0.3s ease-in-out;
}

.header-links a path {
    transition: all 0.3s ease-in-out;
}

.header-links a:hover {
    background: #FFFFFF;
}

.header-links a:hover path {
    fill: #999999;
}

@media (max-width: 1440px) {
    .header-links {
        display: none;
    }

    .header-burger {
        display: flex;
    }

    .header-logo img {
        max-width: 187px;
    }

    .header-nav a {
        font-size: 16px;
    }
}

@media (max-width: 1030px) {
    .header-nav {
        gap: 10px 20px;
    }

    .header-burger-panel-content-links {
        flex-direction: column;
        justify-content: flex-start;
        align-items: flex-start;
    }

    .header-burger-panel-content nav a {
        font-size: 20px;
    }

    .header-burger-panel-content {
        margin: 20px 16px;
        background-size: 90%;
    }
}

@media (max-width: 768px) {
    .header-nav {
        display: none;
    }

    .header-burger-panel-content {
        padding: 112px 20px 40px 20px;
    }

    .header-burger-panel-content__close {
        top: 20px;
        right: 20px;
    }

    .header-burger-panel-content-links-email a {
        font-size: 20px;
    }

    .header-burger-panel-content-links-messengers a {
        width: 48px;
        height: 48px;
    }
}

.footer {
    background: linear-gradient(180deg, #010938 0%, #031555 47.6%, #146BB2 100%);
    padding-top: 20px;
    padding-bottom: 120px;
}

.footer-container {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    gap: 10px;
}

.footer-links {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    min-width: 57.7%;
    justify-content: space-between;
    min-height: 472px;
}

.footer-links-bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    gap: 10px;
}

.footer-links-bottom p {
    color: #8CAFCC;
    font-size: 14px;
    padding-right: 4%;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    line-height: 140%;
}

.footer-links-nav {
    display: grid;
    grid-template-columns: repeat(2, auto);
    gap: 20px 234px;
}

.footer-links-nav a {
    color: #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    transition: color 0.2s ease-in-out;
}

.footer-links-nav a:hover {
    color: rgba(255, 255, 255, 0.4);
}

.footer-links-policy {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.footer-links-policy a {
    font-size: 14px;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    line-height: 140%;
    color: #8CAFCC;
    transition: color 0.2s ease-in-out;
}

.footer-links-policy a:hover {
    color: #FFFFFF;
}

.footer-links-top {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.footer-icon {
    max-width: 430px;
    max-height: 500px;
}

.footer-icon img {
    width: 100%;
    height: 100%;
}

.footer-info {
    padding-top: 100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
    height: -moz-available;
    height: -webkit-fill-available;
    height: stretch;
    min-height: 472px;
}

.footer-info-company {
    display: flex;
    gap: 12px;
    align-items: center;
}

.footer-info-company__logo {
    flex-shrink: 0;
}

.footer-info-company-links {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 2px;
    height: 100%;
}

.footer-info-company-links a {
    color: #8CAFCC;
    font-size: 14px;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    line-height: 140%;
    transition: color 0.2s ease-in-out;
}

.footer-info-company-links a:hover {
    color: #FFFFFF !important;
}

.footer-links-bottom-mobile {
    display: none !important;
}

.footer-messengers-mobile {
    display: none !important;
}

@media (max-width: 1440px) {
    .footer-links-nav {
        gap: 20px;
    }

    .footer-messengers {
        display: flex;
    }

    .footer {
        padding-top: 32px;
        padding-bottom: 60px;
    }
}

@media (max-width: 1300px) {
    .footer-links {
        min-width: inherit;
    }

    .footer-messengers {
        flex-direction: column;
    }

    .footer-links-nav {
        gap: 20px 40px;
    }

    .footer-links-nav a {
        width: fit-content;
    }

    .footer-links-top {
        flex-direction: column;
        gap: 40px;
    }

    .footer-links-policy {
        display: flex;
        flex-direction: row;
        gap: 60px;
    }

    .footer-links-bottom {
        gap: 57px;
    }

    .footer-links-bottom p {
        flex-shrink: 0;
    }
}

@media (max-width: 900px) {
    .footer {
        overflow: hidden;
        position: relative;
        padding-top: 80px;
        padding-bottom: 24px;
    }

    .footer-info, .footer-links {
        min-height: fit-content;
    }

    .footer-links-bottom {
        margin-top: 124px;
    }

    .footer-links-bottom img {
        max-width: 160px;
        max-height: 35px;
    }

    .breadcrumbs {
        margin-top: 20px;
        padding-top: 0;
    }

    .footer-links-bottom p {
        display: none;
    }

    .footer-links {
        padding-top: 0;
    }

    .footer-container {
        flex-direction: column;
        gap: 40px;
        align-items: flex-start;
        overflow: hidden;
    }

    .footer-info {
        padding-top: 0;
        align-items: flex-start;
    }

    .footer-messengers {
        flex-direction: row;
        display: none;
    }

    .footer-icon {
        position: absolute;
        right: -120px;
        bottom: 21px;
        max-width: 261px;
        width: 100%;
        height: 100%;
        max-height: 280px;
    }

    .footer-links-bottom-mobile {
        margin-top: 0;
        display: block !important;
    }

    .footer-links-bottom-mobile p {
        display: block;
    }

    .footer-messengers-mobile {
        display: flex !important;
    }
}

@media (max-width: 576px) {
    .footer-links-nav {
        gap: 20px 12px;
    }

    .footer-links-nav a {
        font-size: 12px;
    }
}

.cookieee {
    display: none;
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1000;
    max-width: 1284px;
    width: 100%;
    background: #111111;
    border-radius: 20px;
    padding: 20px;
    backdrop-filter: blur(20px);
    gap: 10px;
    justify-content: space-between;
}

.cookieee p {
    font-family: "Geologica", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    color: #FFFFFF;
    max-width: 930px;
}

.cookieee button {
    font-family: "Geologica", sans-serif;
    font-size: 20px;
    color: #111111;
    background: #FFFFFF;
    padding: 12px 40px;
    border-radius: 60px;
    font-weight: 500;
}

.cookieee-show {
    display: flex !important;
}

@media (max-width: 768px) {
    .cookieee {
        flex-direction: column;
    }
}

.age--check {
    display: none;
    position: fixed;
    z-index: 2000;
    width: 100%;
    overflow: auto;
    height: 100%;
    justify-content: center;
    align-items: center;
    background: rgba(27, 27, 27, 0.6);
    backdrop-filter: blur(20px);
}

.age-cancel {
    display: none;
    flex-direction: column;
    gap: 40px;
}

.age-show {
    display: flex !important;
}

.age-container {
    max-width: 680px;
    width: 100%;
    background: #111111;
    padding: 40px;
    border-radius: 20px;
    backdrop-filter: blur(20px);
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.age-title {
    display: flex;
    justify-content: center;
    align-items: center;
}

.age__text {
    margin-bottom: 40px;
}

.age__btns {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.age__btns button, .age__btns a {
    font-family: "Geologica", sans-serif;
    font-size: 20px;
    font-weight: 500;
    border-radius: 60px;
    padding: 16px 40px;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
}

.age__apply {
    background: #6CB4FF;
    color: #111111;
}

.age__cancel {
    background: #999999;
    color: #FFFFFF;
}

.age__title {
    color: #FFFFFF;
    text-transform: uppercase;
    font-size: 40px;
    text-align: center;
}

@media (max-width: 1024px) {
    .age__title {
        font-size: 20px;
        margin-bottom: 20px;
    }

    .age__apply, .age__cancel {
        padding: 12px 20px;
        font-size: 14px;
    }
}

.banner {
    background: linear-gradient(180deg, #010938 22.12%, #031555 70.67%, #146BB2 100%);
    position: relative;
}

.banner::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url("../images/banner-back-B77oqSPB.svg") no-repeat center center;
    z-index: 0;
    top: -75px;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 30%;
}

.banner-slider {
    min-height: 900px;
}

.banner-slider-info {
    display: flex;
    flex-direction: column;
    width: calc(50% - 10px);
    gap: 40px;
    overflow: hidden;
    max-width: 852px;
    justify-content: flex-end;

}

.banner-slider-info h1 {
    text-transform: uppercase;
}

.banner-slider-info h1 span {
    background: linear-gradient(90deg, #95BBE2 5.66%, #F2E3EF 36.1%, #E3EFF5 67.84%, #DBCDE3 94.85%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;
}

.banner-slider-info a {
    max-width: 412px;
}

.banner-slider-content {
    width: calc(50% - 10px);
    position: relative;
    height: stretch;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.banner-slider-content-img {
    width: 100%;
    height: 100%;
    position: absolute;
}

.banner-slider-content-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    object-position: center;
}

.banner-slider-content__title {
    text-transform: uppercase;
    padding-right: 36px;
    position: relative;
}

.banner-slider-content__title::before {
    content: "";
    position: absolute;
    z-index: 1;
    background: url("data:image/svg+xml,%3csvg%20width='14'%20height='14'%20viewBox='0%200%2014%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%2013L13%201M13%201V10.8182M13%201H3.18182'%20stroke='white'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;
    width: 14px;
    height: 14px;
    right: 0;
    top: 0;
}

.banner-slider-content__link {
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    gap: 10px;
    width: 284px;
    min-height: 290px;
    padding: 40px;
    border-radius: 40px;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(20px);
    z-index: 0;
    overflow: hidden;
    transition: background 0.3s ease-in-out;
}

.banner-slider-content__link:hover {
    background: rgba(108, 180, 255, 0.2);
}

.banner-slider-content__link::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px; /* толщина рамки */
    background: linear-gradient(90deg, #95BBE2, #F2E3EF, #E3EFF5, #DBCDE3);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: 1;
}

.banner-container {
    display: flex;
    justify-content: space-between;
    align-self: stretch;
    gap: 80px;
    min-height: 900px;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (max-width: 1024px) {
    .banner-container {
        flex-direction: column;
        align-items: flex-start;
        gap: 0;
    }

    .banner-slider-info, .banner-slider-content {
        width: 100%;
        height: fit-content;
    }

    .banner-slider-content-img {
        width: 100%;
        position: inherit;
    }

    .banner-slider-info a {
        max-width: 170px;
        font-size: 16px;
        padding: 16px 40px;
    }

    .banner-slider-info {
        gap: 20px;
    }
}

@media (max-width: 768px) {
    .banner-slider-content-img {
        width: 100%;
        height: 100%;
        max-height: 415px;
    }

    .banner-container {
        min-height: fit-content;
    }

    .banner-slider-content__link {
        min-height: fit-content;
        position: relative;
        bottom: 50px;
        width: 80%;
    }

    /*.banner-btns {*/
    /*    position: absolute;*/
    /*    top: 50%;*/
    /*    transform: translateX(-50%);*/
    /*    z-index: 100;*/
    /*    left: 0;*/
    /*    width: 100%;*/
    /*    z-index: 100;*/
    /*}*/

    .slider-btns button {
        width: 32px;
        height: 32px;
    }
}

.review-content {
    display: flex;
    flex-direction: column;
}

.review-content-menu {
    display: flex;
    gap: 16px;
    margin: 60px 0 40px 0;
}

.review-content-menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.4);
}

.review-content-menu__home {
    display: inline-block;
    padding: 6px 20px 8px 36px;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}

.review-content-menu__home::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.46467%200.284912C6.23954%200.100666%205.95758%200%205.66667%200C5.37575%200%205.0938%200.100666%204.86867%200.284912L0.477002%203.86558C0.327569%203.98809%200.207248%204.1423%200.12475%204.31704C0.0422518%204.49178%20-0.000359055%204.68268%202.27895e-06%204.87591V11.3709C2.27895e-06%2012.0866%200.571002%2012.6666%201.275%2012.6666H2.725C3.42934%2012.6666%204%2012.0866%204%2011.3709V8.49991C4%208.2789%204.0878%208.06694%204.24408%207.91066C4.40036%207.75438%204.61232%207.66658%204.83334%207.66658H6.5C6.72102%207.66658%206.93298%207.75438%207.08926%207.91066C7.24554%208.06694%207.33334%208.2789%207.33334%208.49991V11.3709C7.33334%2012.0866%207.904%2012.6666%208.60834%2012.6666H10.0583C10.7627%2012.6666%2011.3333%2012.0866%2011.3333%2011.3709V4.87591C11.3337%204.68268%2011.2911%204.49178%2011.2086%204.31704C11.1261%204.1423%2011.0058%203.98809%2010.8563%203.86558L6.46467%200.284912Z'%20fill='white'%20fill-opacity='0.4'/%3e%3c/svg%3e");
    width: 12px;
    height: 13px;
    top: 9px;
    left: 17px;
}

.review-content-menu__reviews {
    display: inline-block;
    padding: 6px 16px 8px 16px;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.review-content-menu__review {
    display: inline-block;
    padding: 6px 16px 8px 16px;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.review-content__title {
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #FFFFFF;
    margin-bottom: 40px;
    max-width: 1532px;
}

.review-content-picture {
    margin-bottom: 60px;
    width: 100%;
}

.review-content-picture img {
    width: 100%;
    object-fit: cover;
    max-height: 520px;
}

.review-content-text {
    display: flex;
    flex-direction: column;
    gap: 18px;
    padding: 60px 0 120px 0;
}

.review-content-text__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

@media (max-width: 1536px) {
    .review-content__title {
        font-size: 51px;
    }
}

@media (max-width: 1024px) {
    .review-content__title {
        font-size: 34px;
    }

    .review-content-picture {
        margin-bottom: 50px;
    }

    .review-content-text {
        padding: 50px 0 50px 0;
    }

    .review-content-text__description {
        font-size: 16px;
    }
}

@media (max-width: 758px) {
    .review-content__title {
        font-size: 24px;
    }

    .review-content-picture {
        margin-bottom: 45px;
    }

    .review-content-text {
        padding: 45px 0 50px 0;
    }
}

@media (max-width: 576px) {
    .review-content__title {
        margin-bottom: 30px;
    }

    .review-content-text {
        padding: 20px 0 80px 0;
    }

    .breadcrumbs {
        gap: 8px;
        flex-wrap: wrap;
    }

    .breadcrumbs .breadcrumbs__link .breadcrumbs__home .catalog-heading-menu-bar__home {
        font-size: 14px;
    }

    .breadcrumbs .breadcrumbs__link .catalog-heading-menu-bar__catalogue {
        font-size: 14px;
    }

    .breadcrumbs .breadcrumbs__link .breadcrumbs__last .catalog-heading-menu__item {
        font-size: 14px;
    }

    .review-content-picture img {
        height: 320px;
    }
}

.news-card-content {
    display: flex;
    flex-direction: column;
}

.news-card-content-menu {
    display: flex;
    gap: 16px;
    margin: 60px 0 40px 0;
}

.news-card-content-picture {
    width: 100%;
}

.news-card-content-picture img {
    width: 100%;
}

.news-card-content-menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.4);
}

.news-card-content-menu__home {
    display: inline-block;
    padding: 6px 20px 8px 36px;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-family: "Geologica", sans-serif;
    position: relative;
}

.news-card-content-menu__home::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.46467%200.284912C6.23954%200.100666%205.95758%200%205.66667%200C5.37575%200%205.0938%200.100666%204.86867%200.284912L0.477002%203.86558C0.327569%203.98809%200.207248%204.1423%200.12475%204.31704C0.0422518%204.49178%20-0.000359055%204.68268%202.27895e-06%204.87591V11.3709C2.27895e-06%2012.0866%200.571002%2012.6666%201.275%2012.6666H2.725C3.42934%2012.6666%204%2012.0866%204%2011.3709V8.49991C4%208.2789%204.0878%208.06694%204.24408%207.91066C4.40036%207.75438%204.61232%207.66658%204.83334%207.66658H6.5C6.72102%207.66658%206.93298%207.75438%207.08926%207.91066C7.24554%208.06694%207.33334%208.2789%207.33334%208.49991V11.3709C7.33334%2012.0866%207.904%2012.6666%208.60834%2012.6666H10.0583C10.7627%2012.6666%2011.3333%2012.0866%2011.3333%2011.3709V4.87591C11.3337%204.68268%2011.2911%204.49178%2011.2086%204.31704C11.1261%204.1423%2011.0058%203.98809%2010.8563%203.86558L6.46467%200.284912Z'%20fill='white'%20fill-opacity='0.4'/%3e%3c/svg%3e");
    width: 12px;
    height: 13px;
    top: 9px;
    left: 17px;
}

.news-card-content-menu__news {
    display: inline-block;
    padding: 6px 16px 8px 16px;
    border-radius: 601px;
    font-family: "Geologica", sans-serif;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.news-card-content-menu__question {
    display: inline-block;
    padding: 6px 16px 8px 16px;
    font-family: "Geologica", sans-serif;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.news-card-content-explanation {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px 0 60px 0;
}

.news-card-content__title {
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #FFFFFF;
}

.news-card-content__text {
    max-width: 557px;
    font-weight: 400;
    font-size: 16px;
    height: fit-content;
    line-height: 130%;
    color: #8CAFCC;
}

.news-card-content__heading {
    font-size: 32px;
    line-height: 100%;
    color: #FFFFFF;
    font-weight: 500;
    margin-top: 40px;
}

.news-card-content-story {
    display: flex;
    gap: 120px;
    margin: 100px 0 120px 0;
}

.news-card-content-story-left {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.news-card-content-story-left p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

.news-card-content-story-right {
    display: flex;
    flex-direction: column;
    gap: 18px;
}

.news-card-content-story-right p {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
}

@media (max-width: 992px) {
    .news-card-content-explanation {
        flex-direction: column;
        align-items: flex-start;
        gap: 12px;
        margin-bottom: 20px;
    }

    .news-card-content__heading {
        margin-top: 20px;
    }

    .news-card-content-story {
        margin-top: 40px;
        flex-direction: column;
        gap: 40px;
    }

    .news-card-content-picture {
        max-width: 100%;
        height: 320px;
        width: 100%;
    }

    .news-card-content-picture img {
        width: 100%;
        height: 320px;
        border-radius: 15px;
        object-fit: cover;
    }
}

@media (max-width: 576px) {
    .news-card-content__title {
        font-size: 24px;
    }

    .news-card-content__text {
        font-size: 12px;
    }

    .news-card-content__heading {
        font-size: 24px;
    }

    .news-card-content-story-left p, .news-card-content-story-right p {
        font-size: 16px;
    }

    .news-card-content-story {
        margin-bottom: 80px;
    }
}

.stories {
    padding-top: 120px;
    padding-bottom: 120px;
    overflow: hidden;
    background: linear-gradient(180deg, #146BB2 0%, #031555 29.33%, #010938 77.88%);
}

.btn__story {
    padding: 12px 33px;
}

.slider-btn-content {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 10px;
    right: 0;
    display: flex;
    justify-content: center;
    z-index: 100000;
    cursor: pointer;
}

.stories__title {
    max-width: 1200px;
}

.stories-btns {
    position: relative;
    bottom: 0;
    right: 0;
}

.stories-slider-content .banner-slider-content-img {
    display: none;
}

.stories-slider-link {
    width: 284px !important;
}

.stories-slider-story {
    width: 100%;
    height: 100%;
    position: relative;
    border-radius: 20px;
    padding: 20px 20px 0 20px;
    background: #6CB4FF;
    min-height: 420px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    overflow: hidden;
    gap: 10px;
}

.stories-slider-story__img {
    position: absolute;
    bottom: -5px;
    z-index: 0;
}

.stories-slider-story__background {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    z-index: 0;
    left: 0;
}

.stories-slider-story__background::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.8) 0%, rgba(17, 17, 17, 0) 100%);
}

.stories-slider-story__background img {
    border-radius: 20px;
    object-fit: cover;
    height: 100%;
    width: 100%;
}

.stories-slider-story-text {
    position: relative;
    z-index: 1;
}

.stories-slider-story-text p {
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #FFFFFF;
    font-family: "Unbounded", sans-serif;
}

.stories-title {
    margin-bottom: 100px;
    text-transform: uppercase;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.stories-slider-main {
    overflow: visible;
}

.stories-slider-main .swiper-slide {
    width: calc((100% - 144px) / 7); /* для 7 слайдов в большом экране */
}

/*.stories-modal.show-modal .stories-slider * {*/
/*    pointer-events: auto !important;*/
/*}*/

.stories-modal {
    display: flex;
    position: fixed;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.stories-slider-content-mobile {
    display: none;
}

.stories-modal.show-modal {
    animation: stories-in 0.4s forwards;
    pointer-events: auto;
    transform: translateZ(0) scale(1);
    opacity: 1;
    visibility: visible;
}

@keyframes stories-in {
    0% {
        transform: translateZ(0) scale(0.5);
        opacity: 0;
    }
    50% {
        transform: translateZ(0) scale(1.05);
        opacity: 1;
    }
    to {
        transform: translateZ(0) scale(1);
        opacity: 1;
    }
}

.stories-modal .swiper {
    width: 100%;
    height: 100%;
}

.stories-modal .swiper-pagination-bullet:only-child {
    display: block !important;
}

/*.stories-modal .stories-slider * {*/
/*    pointer-events: none !important;*/
/*}*/

.stories-modal .stories-user {
    display: flex;
    align-items: center;
    position: absolute;
    top: 25px;
    left: 10px;
    height: 32px;
    z-index: 5;
    color: #fff;
    text-decoration: none;
    user-select: none;
    transform: translateZ(0);
}

.stories-modal .stories-user-avatar {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    margin-right: 12px;
}

.stories-modal .stories-user-avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.stories-modal .stories-user-name {
    font-size: 14px;
    font-weight: 700;
    margin-right: 12px;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}

.stories-modal .stories-user-date {
    font-size: 14px;
    font-weight: 400;
    opacity: 0.55;
    text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.35);
}

.stories-modal .stories-slider > .main-swiper > .swiper-wrapper .swiper-slide {
    text-align: left;
    font-size: 1.5rem;
    line-height: 2;
    background: #111;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
}

.stories-modal .stories-slider > .main-swiper > .swiper-wrapper .swiper-slide::after {
    content: "";
    height: 100px;
    width: 100%;
    background-image: linear-gradient(to top, rgba(255, 0, 0, 0), rgba(0, 0, 0, 0.5));
    position: absolute;
    top: 0;
    left: 0;
    pointer-events: none;
}

.stories-modal .swiper-slide img,
.stories-modal .swiper-slide video {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.stories-modal .stories {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 12px;
    overflow: auto;
    scrollbar-width: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3058823529);
}

.stories-modal .stories a {
    color: #fff;
    text-decoration: none;
    cursor: pointer;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition-duration: 0.3s;
    transition-property: opacity;
}

.stories-modal .stories a + a {
    margin-left: 20px;
}

.stories-modal .stories-avatar {
    position: relative;
    border-radius: 50%;
    padding: 4px;
    background-image: linear-gradient(to right top, #ffc600 20%, #ff0040, #e600cc 80%);
}

.stories-modal .stories-avatar:before {
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    right: 2px;
    bottom: 2px;
    background: #000;
    border-radius: 50%;
    z-index: 1;
}

.stories-modal .stories-avatar img {
    position: relative;
    z-index: 2;
    display: block;
    width: 64px;
    height: 64px;
    border-radius: 50%;
    object-fit: cover;
    object-position: center;
}

.stories-modal .stories-name {
    font-size: 13px;
    font-weight: 500;
    line-height: 1;
    margin-top: 10px;
}

.stories-modal .stories-slider {
    padding-top: 44px;
    padding-bottom: 44px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    height: 100vh;
    width: 100vw;
    background: rgba(27, 27, 27, 0.6);
    backdrop-filter: blur(20px);
}

.stories-modal .stories-close-btn {
    position: fixed;
    width: 16px;
    height: 16px;
    right: 30px;
    top: 30px;
    z-index: 1000;
    cursor: pointer;
}

.stories-modal .stories-slider > .main-swiper {
    max-width: 488px;
    border-radius: 20px;
    max-height: 884px;
}

.stories-user {
    display: none !important;
}

/* начальное состояние */
.why-list {
    /* полезно для контроля overflow/position, если нужно */
    overflow: visible;
}

/* скрываем элементы — они сдвинуты вверх и прозрачные */
.why-list__item {
    opacity: 0;
    transform: translateY(-24px);
    transition: transform 600ms cubic-bezier(.22,.98,.35,1), opacity 600ms ease;
    will-change: transform, opacity;
}

/* состояние видимости — убираем сдвиг + делаем видимыми */
.why-list.in-view .why-list__item {
    opacity: 1;
    transform: translateY(0);
}

/* если хочется сеточную/равномерную задержку через CSS (опция),
   можно добавить переменную --delay, но в примере ниже JS устанавливает transition-delay */

.stories-modal .stories-slider .inner-swiper .swiper-pagination {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 10px;
    bottom: unset;
    max-width: calc(100% - 10px);
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    z-index: 10;
    transform: translateZ(0);
}

.stories-modal .stories-slider .inner-swiper .swiper-pagination-bullet {
    width: 100%;
    flex-shrink: 10;
    border-radius: 999px;
    height: 3px;
    background: rgba(255, 255, 255, 0.35);
    position: relative;
    overflow: hidden;
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.3490196078);
    opacity: 1;
}

.stories-modal .stories-slider .inner-swiper .swiper-pagination-bullet .progress-bar {
    position: absolute;
    background: #fff;
    left: 0;
    top: 0;
    height: 100%;
}

.stories-modal .stories-slider .inner-swiper .viewed.progress-bar .progress-bar {
    width: 100%;
    background: #fff;
}

.stories-modal .swiper-button-next.swiper-button-disabled,
.stories-modal .swiper-button-prev.swiper-button-disabled {
    display: none;
}

.stories-modal .stories-slider .main-swiper .swiper-main-next,
.stories-modal .stories-slider .inner-swiper .swiper-inner-next {
    right: 0;
}

.stories-modal .stories-slider .main-swiper .swiper-main-prev,
.stories-modal .stories-slider .inner-swiper .swiper-inner-prev {
    left: 0;
}

.stories-modal .stories-slider .inner-swiper .swiper-inner-next,
.stories-modal .stories-slider .inner-swiper .swiper-inner-prev,
.stories-modal .stories-slider .main-swiper .swiper-main-next,
.stories-modal .stories-slider .main-swiper .swiper-main-prev {
    position: absolute;
    top: 50%;
    bottom: 0;
    height: calc(100% - 150px);
    width: 25%;
    margin: 0;
    transform: translateY(-50%);
    opacity: 0;
}

.stories-modal .stories-slider .inner-swiper > .swiper-inner-next,
.stories-modal .stories-slider .inner-swiper > .swiper-inner-prev {
    z-index: 5;
}

.stories-modal .modal-content {
    padding: 20px;
    border-radius: 5px;
    text-align: center;
    position: relative;
}

.stories-modal .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 30px;
    cursor: pointer;
    z-index: 9999;
    pointer-events: none;
}

@media (max-width: 1200px) {
    .stories-slider-main .swiper-slide {
        width: calc((100% - 96px) / 5); /* для 5 слайдов */
    }

    .stories-slider-content {
        height: fit-content;
    }

    .stories-slider-content {
        width: inherit;
    }


    .partners-list__item {
        height: 160px !important;

        img {
            max-width: 100% !important;
            max-height: 100% !important;
        }
    }


    .stories-slider-content-mobile .banner-slider-content__link {
        padding: 20px;
        min-height: 160px;
        bottom: inherit;
    }

    .stories-slider-content-mobile {
        margin-top: 12px;
        display: block;
    }

    .stories-slider-content-mobile .banner-slider-content-img {
        display: none;
    }

    .stories-slider-link {
        display: none !important;
    }

    .stories-slider-main .swiper-slide {
        width: 80%;
    }
}

@media (max-width: 768px) {
    .stories {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stories-slider-main {
        overflow: hidden;
    }

    .stories-slider-content-mobile .banner-slider-content__link .banner-slider-content__attribute {
        text-transform: uppercase;
    }

    .stories-title {
        flex-wrap: wrap;
    }

    .banner__btn {
        padding: 12px 40px !important;
        width: fit-content !important;
        font-size: 14px !important;
    }
}

.categories {
    background: linear-gradient(180deg, #010938 10.79%, #031555 26.65%, #146BB2 51.44%, #146BB2 56.25%, #031555 76.92%, #010938 98.08%);
    padding-bottom: 120px;
}

.feedback-form-container {
    width: calc(50% - 12px);
}

.categories__title {
    margin-bottom: 100px;
    max-width: 1140px;
}

.categories-sublist {
    display: flex;
    align-items: center;
    position: relative;
    z-index: 100;
    flex-wrap: wrap;
    gap: 12px;
    max-width: 80%;
}

.categories-sublist__item {
    padding: 8px 12px;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    font-size: 16px;
    font-weight: 400;
    font-family: "Geologica", sans-serif;
    line-height: 100%;
    color: #FFFFFF;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.categories-sublist__item:hover {
    color: #111111 !important;
    border-color: #FFFFFF;
    background: #FFFFFF;
}

.categories__background {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    z-index: 0;
}

.categories-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-template-rows: repeat(3, 1fr);
    gap: 25px;
}

.categories__item {
    position: relative;
    padding: 40px;
    height: 520px;
    display: flex;
    justify-content: flex-end;
    gap: 20px;
    border-radius: 20px;
    overflow: hidden;
    flex-direction: column;
    background: linear-gradient(69.6deg, #00398F -0.82%, #1652A6 18.09%, #2564B6 45.71%, #4486D5 73.34%, #6CB4FF 100%);
    will-change: transform;
    transform-style: preserve-3d;
    backface-visibility: hidden;
    transition: transform 200ms ease;
}

.categories__item:hover {
    transform: translateZ(12px);
}

.categories__item h6 {
    color: #FFFFFF;
    font-size: 32px;
    line-height: 120%;
    max-width: 72%;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    z-index: 1;
}

.categories__item:nth-child(7n+1) {
    grid-column: span 2;
}

.categories__item:nth-child(7n+2) {
    grid-column-start: 3;
}

.categories__item:nth-child(7n+3) {
    grid-column-start: 4;
}

.categories__item:nth-child(7n+4) {
    grid-column: span 2;
    grid-row-start: span 1;
    background: transparent;
    justify-content: center;
    align-items: center;
}

.categories__item:nth-child(7n+4) h2 {
    text-transform: uppercase;
    text-align: center;
    z-index: 1;
    max-width: 700px;
}

.categories__item:nth-child(7n+5) {
    grid-column: span 2;
    grid-row-start: span 1;
}

.categories__item:nth-child(7n+6) {
    grid-column: span 2;
}

.categories__item:nth-child(7n+7) {
    grid-column: span 2;
}

@media (max-width: 992px) {
    .categories {
        padding-bottom: 80px;
    }

    .categories__title {
        margin-bottom: 40px;
    }

    .categories-list {
        display: flex;
        flex-direction: column;
    }

    .categories__item {
        padding: 20px;
        height: 320px;
    }

    .categories__item h6 {
        font-size: 20px;
    }

    .categories__item--text {
        height: fit-content !important;
    }
}

@media (max-width: 768px) {
    .categories {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.popular-content {
    overflow: hidden !important;
    padding-top: 25px;
}

.popular-title {
    margin-bottom: 50px;
}

.popular__title {
    max-width: 1100px;
    margin-bottom: 15px;
}

.popular-slide.swiper-slide-next .popular-slider-item__img img {
    transform: scale(1.12);
    position: relative;
    bottom: 62px;
    transition: transform 0.4s ease;
}

.popular-slider-item {
    min-height: 640px;
    background: linear-gradient(180deg, #01AFFA 0%, #146BB2 24%, #031555 78%, #010938 100%);
    border-radius: 20px;
    padding: 40px;
}

.popular-slider-item__img {
    width: 100%;
    height: 100%;
}

.popular-slider-item__img img {
    width: 100%;
    max-height: 440px;
    height: 100%;
    object-fit: contain;
}

.popular-slider-item-content {
    display: flex;
    justify-content: center;
    flex-direction: column;
    gap: 25px;
}

.popular-slider-item__title {
    text-align: center;
}

.popular-slider-item-sublist {
    justify-content: center;
    max-width: 100%;
}

.popular-slider,
.popular-slider .swiper-wrapper,
.popular-slider .swiper-slide,
.popular-slider .popular-slider-item,
.popular-slider .popular-slider-item__img {
    overflow: visible !important;
}

.popular-slider .popular-slider-item__img img {
    transition: transform 0.4s ease;
}

@media (max-width: 768px) {
    .stories-btns {
        display: none;
    }

    .popular-slider-item {
        min-height: 480px;
        padding: 20px;
    }

    .popular-slider-item__img img {
        max-height: 300px;
    }
}

.news-content-titles {
    background: #010938;
}

.news-content-catalog {
    background: linear-gradient(180deg, #010938 10.79%, #031555 26.65%, #146BB2 51.44%, #146BB2 56.25%, #031555 76.92%, #010938 98.08%);
}

.news-content {
    padding-bottom: 120px;
    display: flex;
    flex-direction: column;
}

.news-content-menu {
    display: flex;
    gap: 16px;
}

.news-content-menu a {
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.4);
}

.news-content-menu__home {
    display: inline-block;
    padding: 6px 20px 8px 36px;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    position: relative;
}

.news-content-menu__home::before {
    position: absolute;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg%20width='12'%20height='13'%20viewBox='0%200%2012%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.46467%200.284912C6.23954%200.100666%205.95758%200%205.66667%200C5.37575%200%205.0938%200.100666%204.86867%200.284912L0.477002%203.86558C0.327569%203.98809%200.207248%204.1423%200.12475%204.31704C0.0422518%204.49178%20-0.000359055%204.68268%202.27895e-06%204.87591V11.3709C2.27895e-06%2012.0866%200.571002%2012.6666%201.275%2012.6666H2.725C3.42934%2012.6666%204%2012.0866%204%2011.3709V8.49991C4%208.2789%204.0878%208.06694%204.24408%207.91066C4.40036%207.75438%204.61232%207.66658%204.83334%207.66658H6.5C6.72102%207.66658%206.93298%207.75438%207.08926%207.91066C7.24554%208.06694%207.33334%208.2789%207.33334%208.49991V11.3709C7.33334%2012.0866%207.904%2012.6666%208.60834%2012.6666H10.0583C10.7627%2012.6666%2011.3333%2012.0866%2011.3333%2011.3709V4.87591C11.3337%204.68268%2011.2911%204.49178%2011.2086%204.31704C11.1261%204.1423%2011.0058%203.98809%2010.8563%203.86558L6.46467%200.284912Z'%20fill='white'%20fill-opacity='0.4'/%3e%3c/svg%3e");
    width: 12px;
    height: 13px;
    top: 9px;
    left: 17px;
}

.news-content-menu__news {
    display: inline-block;
    padding: 6px 16px 8px 16px;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.news-content-heading {
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
    align-items: center;
    justify-content: space-between;
    margin: 40px 0 60px 0;
}

.news-content-heading__name {
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #FFFFFF;
}

.news-content-heading__text {
    max-width: 557px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #8CAFCC;
}

.news-content-information {
    display: flex;
    gap: 24px;
    margin: 60px 0 100px 0;
}

.news-content-description {
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}

.news-content-description__date {
    max-width: 174px;
    font-weight: 400;
    font-size: 16px;
    width: fit-content;
    line-height: 100%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 8px 12px;
}

.news-content-description-heading {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-top: 16px;
}

.news-content-description-heading__name {
    font-weight: 400;
    font-size: 32px;
    line-height: 120%;
    color: #FFFFFF;
}

.news-content-description-heading__text {
    p {
        font-weight: 400;
        font-size: 20px;
        color: #8CAFCC;
        line-height: 140%;
    }
}

.news-content-description__more {
    max-width: 294px;
    padding: 20px 40px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #111111;
    cursor: pointer;
}

.news-content-cards {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 60px;
}

.news-content-cards-card {
    width: calc(33.3333333333% - 16px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.news-content-cards-card-image:hover .news-content-cards-card-image__more {
    display: block;
}

.news-content-cards-card-image:hover .news-content-cards-card-image__original {
    display: block;
    transform: scale(1.1);
    transition: transform 0.3s ease-in-out;
}

.news-content-cards-card-image {
    position: relative;
    border-radius: 20px;
    overflow: hidden;
    max-height: 400px;
}

.news-content-cards-card-image img {
    width: 100%;
    height: 400px;
}

.map-info {
    position: absolute;
    top: 50%;
    left: 100px;
    transform: translateY(-50%);
    background: white;
}

.news-content-cards-card-image__more {
    display: none;
    position: absolute;
    top: 43%;
    left: 25%;
    padding: 20px 40px;
    background-color: #FFFFFF;
    border: 1px solid transparent;
    border-radius: 60px;
    font-weight: 400;
    font-size: 20px;
    line-height: 110%;
    color: #111111;
    cursor: pointer;
}

.news-content-cards-card-details {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.news-content-cards-card-details-story {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.news-content-cards-card-details__date {
    max-width: 174px;
    font-weight: 400;
    width: fit-content;
    font-size: 16px;
    line-height: 100%;
    color: #FFFFFF;
    border: 1px solid #FFFFFF;
    border-radius: 100px;
    padding: 8px 12px;
}

.news-content-cards-card-details-story__title {
    font-weight: 400;
    font-size: 28px;
    line-height: 140%;
    color: #FFFFFF;
}

.news-content-cards-card-details-story__text {
    p {
        max-width: 557px;
        font-weight: 400;
        font-size: 16px;
        line-height: 130%;
        color: #8CAFCC;
    }
}

.news-content-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 100px 0 120px 0;
}

.news-content-pagination-numbers {
    display: flex;
    gap: 20px;
    flex-direction: row;
    align-items: center;
}

.news-content-pagination-numbers__page {
    background: transparent;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.news-content-pagination-numbers--active:hover {
    color: #FFFFFF;
}

.news-content-pagination__next {
    background: transparent;
    border: none;
    cursor: pointer;
}

.news-content-pagination-numbers--active {
    color: #FFFFFF;
}

@media (max-width: 1200px) {
    .news-content-information {
        flex-direction: column;
    }

    .news-content-information img {
        width: 100%;
    }

    .news-content-cards-card {
        width: calc(50% - 12px);
    }

    .news-content-information {
        margin-bottom: 24px;
    }
}

@media (max-width: 768px) {
    .news-content-heading__name {
        font-size: 24px;
    }

    .news-content-heading__text {
        font-size: 12px;
    }

    .news-content-heading {
        margin-top: 20px;
        margin-bottom: 40px;
    }

    .news-content-information {
        margin-top: 0;
    }
}

@media (max-width: 576px) {
    .news-content-cards-card {
        width: 100%;
    }

    .news-content-description-heading__name {
        font-size: 28px;
        text-transform: none;
    }

    .news-content-description__more {
        max-width: 100% !important;
        width: 100% !important;
    }

    .news-btn__mobile {
        display: flex;
        position: inherit;
        justify-content: center;
    }

    .news-content-description-heading__text {
        font-size: 16px;
    }

    .news-content {
        padding-top: 20px;
        padding-bottom: 0;
    }
}

.reviews {
    padding-top: 120px;
    padding-bottom: 120px;
}

.reviews-slider-item {
    position: relative;
    padding: 60px;
    border-radius: 20px;
    height: 600px;
    overflow: hidden;
}

.reviews-slider-item-content {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
}

.reviews-slider-item-img {
    height: 100%;
    width: 100%;
    position: absolute;
    border-radius: 20px;
    top: 0;
    left: 0;
    z-index: 0;
}

.reviews-slider-item-img img {
    border-radius: 20px;
}

.reviews-slider-item-img::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: linear-gradient(180deg, rgba(17, 17, 17, 0.4) 48.2%, rgba(17, 17, 17, 0.48) 116.08%);
}

.reviews-slider-item__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 992px) {
    .reviews {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .stories-title {
        margin-bottom: 40px;
    }

    .reviews-title {
        flex-direction: column;
        align-items: flex-start;
        gap: 20px;
    }

    .stories-btns {
        width: 100%;
        justify-content: flex-end;
        display: flex;
    }

    .reviews-slider-item {
        height: 520px;
        padding: 40px;
    }
}

.partners {
    padding-top: 120px;
    padding-bottom: 60px;
}

.partners-titles {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: flex-end;
    margin-bottom: 100px;
}

.partners-titles__description {
    max-width: 412px;
    color: #8CAFCC;
}

.partners-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    margin-bottom: 100px;
}

.partners-list__item {
    width: calc(25% - 18px);
    height: 320px;
    padding: 30px;
    border-radius: 20px;
    background: linear-gradient(180deg, #146BB2 0%, #031555 100%);
    display: flex;
    justify-content: center;
    align-items: center;
}

.partners-list__item img {
    max-width: calc(100% - 60px);
    max-height: calc(100% - 60px);
}

@media (max-width: 992px) {
    .partners {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .partners-list__item {
        width: calc(50% - 12px);
    }

    .partners-list__item img {
        max-height: 100%;
    }

    .partners-list {
        margin-bottom: 40px;
    }
}

@media (max-width: 768px) {
    .partners-titles {
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 40px;
    }

    .partners-list__item {
        height: 120px;
    }
}

.feedback {
    padding-top: 295px;
    padding-bottom: 120px;
    position: relative;
    z-index: 10;
}

.feedback-form {
    display: flex;
    flex-direction: column;
    gap: 60px;
}

.feedback-form-check {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feedback-form-submit .btn {
    font-weight: 400;
    font-size: 20px;
    line-height: 130%;
    border: none;
    color: #111111;
    padding: 20px 40px;
    cursor: pointer;
    min-width: 353px;
    margin-bottom: 52px;
}

.feedback-form-inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.feedback-form-inputs__input {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    width: 100%;
    height: 68px;
    padding: 20px 0;
    background: transparent;
    outline: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
    color: #FFFFFF;
    font-family: "Geologica", sans-serif;
}

.feedback-form-inputs__input::placeholder {
    color: #8CAFCC;
}

.feedback-container {
    position: relative;
    z-index: 10;
    padding: 60px;
    background: linear-gradient(180deg, #010938 0%, #146BB2 56.25%, #146BB2 100%);
    border-radius: 40px;
    border: 1px solid #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.feedback-content {
    width: calc(50% - 12px);
}

.feedback-content-titles h2 {
    font-size: 52px;
    line-height: 120%;
    color: #FFFFFF;
    text-transform: uppercase;
    margin-bottom: 40px;
}

.feedback-content__description {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.feedback-content-mail {
    margin-bottom: 40px;
}

.feedback-content-mail p {
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.feedback-content-mail a {
    font-size: 32px;
    font-family: "Unbounded", sans-serif;
    text-transform: uppercase;
    color: #FFFFFF;
}

.feedback-content-messengers__label {
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.4);
    margin-bottom: 8px;
}

.feedback-content-messengers-links {
    display: flex;
    gap: 12px;
    align-items: center;
}

.feedback-content-messengers-links__link {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 12px 20px;
    border-radius: 100px;
    border: 1px solid #8CAFCC;
    height: 52px;
    transition: background 0.3s ease-in-out;
}

.feedback-content-messengers-links__link path {
    transition: fill 0.3s ease-in-out;
}

.feedback-content-messengers-links__link p {
    transition: color 0.3s ease-in-out;
}

.feedback-content-messengers-links__link:hover {
    background: #FFFFFF;
}

.feedback-content-messengers-links__link:hover path {
    fill: #111111;
}

.feedback-content-messengers-links__link:hover p {
    color: #111111;
}

@media (max-width: 1600px) {
    .feedback-content, .feedback-form {
        width: 100%;
        word-break: break-all;
    }

    .feedback-form-container {
        width: 100%;
    }
}

@media (max-width: 922px) {
    .feedback {
        padding-top: 122px;
    }

    .feedback-container {
        padding: 60px 20px;
    }

    .feedback-content-titles h2 {
        font-size: 24px;
    }

    .feedback-content-mail a {
        font-size: 20px;
    }

    .feedback-form-submit .btn {
        min-width: 100%;
    }

    .background-logo {
        width: inherit;
        height: inherit;
        top: 4%;
    }
}

.about {
    padding-bottom: 120px;
}

.about-video {
    position: relative;
    margin-top: 60px;
    border-radius: 20px;
    overflow: hidden;
}

.about-video video {
    width: 100%;
    height: 100%;
    max-height: 520px;
}

.about-video-preview {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    cursor: pointer;
}

.about-video-preview__descr {
    position: absolute;
    bottom: 20px;
    left: 20px;
    z-index: 2;
    color: #FFFFFF;
    font-size: 32px;
    line-height: 130%;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
}

.about-video-preview::before {
    background: linear-gradient(180deg, rgba(17, 17, 17, 0) 48.2%, rgba(17, 17, 17, 0.48) 116.08%);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.about-video-preview::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    z-index: 1;
    background: url("data:image/svg+xml,%3csvg%20width='71'%20height='80'%20viewBox='0%200%2071%2080'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M67.0446%2033.1111C72.3185%2036.1728%2072.3185%2043.8272%2067.0446%2046.8889L11.8663%2078.9224C6.59238%2081.9842%200%2078.157%200%2072.0335V7.96651C0%201.84302%206.59239%20-1.98416%2011.8663%201.07759L67.0446%2033.1111Z'%20fill='white'/%3e%3c/svg%3e") no-repeat center center;
}

.about-video-preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
    z-index: 0;
}

.about-titles {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 60px;
    gap: 15px;
}

.about-titles__text {
    font-size: 16px;
    color: #8CAFCC;
    max-width: 557px;
    line-height: 130%;
}

.about-content {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    column-gap: 8.3333333333%;
    gap: 0;
    flex-wrap: wrap;
    padding-bottom: 60px;
}

.about-content-main {
    grid-column: 7/span 6;
    padding-top: 120px;
    width: 100%;
    max-width: 848px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 10px;
}

.about-content-main-links {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
}

.about-content-main-links__link {
    bottom: inherit !important;
}

.about-content-main-links__link:first-child {
    background: #6CB4FF;
}

.about-content-main-text h6 {
    color: #FFFFFF;
    margin-bottom: 20px;
}

.about-content-main-text p {
    font-size: 16px;
    line-height: 130%;
    color: #8CAFCC;
}

.about-content-image {
    height: 100%;
    grid-column: span 5;
    position: relative;
}

.about-content-image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    height: 100%;
    z-index: 0;
    background: radial-gradient(#01AFFA 0%, #010938 65%);
}

.about-content-image img {
    width: 100%;
    z-index: 1;
    position: relative;
    max-width: 703px;
    height: 100%;
    object-fit: contain;
}

@media (max-width: 1400px) {
    .about-content {
        justify-content: center;
        gap: 60px;
        padding-bottom: 0;
    }

    .about-content-image, .about-content-main, .about-content-image img {
        max-width: 100%;
    }

    .about-content-main {
        padding-top: 0;
    }
}

@media (max-width: 1100px) {
    .about-content {
        grid-template-columns: 1fr;
    }

    .about-content-image,
    .about-content-main {
        grid-column: auto;
    }

    .about-content-image {
        max-width: 100%;
        display: flex;
        justify-content: center;
    }

    .about-content-image img {
        max-width: 330px;
    }
}

@media (max-width: 768px) {
    .about {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .about-content-main-links__link {
        width: 100%;
    }

    .about-content-image::before {
        height: 100%;
        width: 100%;
    }

    .about-video video {
        max-height: 520px;
    }

    .about-titles {
        flex-direction: column;
        align-items: flex-start;
    }
}

.why {
    background: linear-gradient(180deg, #010938 10.79%, #031555 26.65%, #146BB2 51.44%, #146BB2 56.25%, #031555 76.92%, #010938 98.08%);
    padding-top: 120px;
    padding-bottom: 120px;
}

.why__title {
    font-size: 100px;
    text-transform: uppercase;
    font-family: "Unbounded", sans-serif;
    background: linear-gradient(180deg, #010938 10.79%, #031555 26.65%, #146BB2 51.44%, #146BB2 56.25%, #031555 76.92%, #010938 98.08%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    word-break: break-all;
    margin-bottom: 20px;
}

.why-image {
    width: 100%;
    height: 100%;
    margin-bottom: 40px;
}

.why-image img {
    width: 100%;
    height: 100%;
}

.why-list {
    display: flex;
    gap: 24px;
    align-items: stretch;
    flex-wrap: wrap;
}

.why-list-text p {
    font-family: "Unbounded", sans-serif;
    font-size: 56px;
    line-height: 100%;
    color: #005EAC;
}

.why-list-text span {
    font-family: "Geologica", sans-serif;
    font-size: 20px;
    line-height: 140%;
    color: #005EAC;
}

.why-list__descr {
    color: #5F6569;
    font-size: 16px;
    font-weight: 400;
}

.why-list__item {
    display: flex;
    width: calc(25% - 18px);
    height: 412px;
    flex-direction: column;
    justify-content: space-between;
    background: #FFFFFF;
    border-radius: 20px;
    padding: 40px;
}

.why-list__item:nth-child(2n) {
    margin-top: 60px;
}

@media (max-width: 1024px) {
    .why-list__item {
        width: calc(50% - 12px);
    }
}

@media (max-width: 992px) {
    .why {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .why__title {
        display: none;
    }
}

@media (max-width: 768px) {
    .why-image {
        display: none;
    }

    .why-list__item {
        width: 100%;
        margin-top: 0 !important;
    }
}

.awards {
    padding-top: 120px;
    padding-bottom: 120px;
}

.awards-tabs {
    display: flex;
    margin-top: 100px;
    justify-content: space-between;
    align-items: flex-start;
    gap: 20px;
    flex-wrap: wrap;
}

.awards-tabs-content {
    max-width: 1284px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    flex-direction: column;
}

.awards-tabs-btns {
    display: flex;
    gap: 26px;
    flex-direction: column;
}

.awards-tabs-btns .tab {
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    color: #FFFFFF;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
}

.awards-tabs-btns .tab.active {
    padding-left: 36px;
    color: #005EAC;
    cursor: default;
    position: relative;
}

.awards-tabs-btns .tab.active:after {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 24px;
    height: 16px;
    background: url("data:image/svg+xml,%3csvg%20width='19'%20height='16'%20viewBox='0%200%2019%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M1%207.9425H17.9706M17.9706%207.9425L11.0281%201M17.9706%207.9425L11.0281%2014.885'%20stroke='%23005EAC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;
}

@media (max-width: 1600px) {
    .tabs-content-item-text {
        flex-wrap: wrap;
    }

    .tabs-content-item-text h3, .tabs-content-item-text p, .tabs-content-item-text span {
        width: 100%;
    }

    .awards-tabs {
        gap: 60px;
    }

    .awards-tabs-btns {
        flex-direction: row;
        width: 100%;
        overflow-x: auto;
        padding-bottom: 16px;
    }

    .awards-tabs-btns::-webkit-scrollbar {
        height: 4px;
    }

    .awards-tabs-btns::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.4);
        border-radius: 20px;
    }

    .awards-tabs-btns::-webkit-scrollbar-thumb {
        background: #FFFFFF;
        border-radius: 20px;
    }

    .awards-tabs-btns {
        scrollbar-width: thin;
        scrollbar-color: #FFFFFF rgba(255, 255, 255, 0.4);
    }
}

@media (max-width: 992px) {
    .awards {
        padding-top: 40px;
        padding-bottom: 40px;
    }

    .awards-tabs {
        margin-top: 40px;
    }
}

.catalog {
    padding: 0;
}

.catalog-heading {
    max-height: 460px;
    margin: 60px 0 120px 0;
    padding-left: 40px;
    display: flex;
    border-radius: 20px;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(90deg, #00398F, #1652A6, #2564B6, #4486D5, #6CB4FF);
}

.catalog-heading-common {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.catalog-heading-menu-bar {
    display: flex;
    gap: 16px;
}

.catalog-heading-menu-bar a {
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.4);
}

.catalog-heading-menu-bar__catalogue {
    display: inline-block;
    padding: 6px 16px 8px 16px;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
}

.catalog-heading-menu__item {
    font-family: "Geologica", sans-serif;
    display: inline-block;
    padding: 6px 16px 8px 16px;
    border-radius: 601px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}

.catalog-heading-title {
    max-width: 987px;
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.catalog-heading-title__item {
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    font-size: 56px;
    line-height: 120%;
    color: #FFFFFF;
}

.catalog-heading-title__text {
    font-family: "Geologica", sans-serif;
    max-width: 557px;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: rgba(255, 255, 255, 0.4);
}

.catalog-list {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.catalog-list-product-image, .catalog-list-product-image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.catalog-list-product {
    position: relative;
    width: calc((100% - 48px) / 3);
    padding-right: 20px;
    padding-left: 20px;
    display: flex;
    flex-direction: column;
    background: linear-gradient(180deg, #01AFFA, #146BB2, #031555, #010938);
    border-radius: 20px;
    padding-bottom: 40px;
}

.catalog-list-product-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.catalog-list-product-content__name {
    font-family: "Unbounded", sans-serif;
    max-width: 426px;
    font-weight: 400;
    margin-bottom: 25px;
    font-size: 28px;
    line-height: 140%;
    color: #FFFFFF;
}

.catalog-list-product-attribute {
    display: flex;
    justify-content: center;
    margin-top: auto;
    flex-wrap: wrap;
    align-items: center;
    gap: 8px;
}

.catalog-list-product-attribute__easy {
    font-family: "Geologica", sans-serif;
    display: inline-block;
    padding: 8px 12px 8px 12px;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}

.catalog-list-product-attribute__volume {
    font-family: "Geologica", sans-serif;
    display: inline-block;
    padding: 8px 12px 8px 12px;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}

.catalog-list-product-attribute__unit {
    font-family: "Geologica", sans-serif;
    display: inline-block;
    padding: 8px 12px 8px 12px;
    border-radius: 100px;
    border: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    color: #FFFFFF;
}

.catalog-list-product-content-image img {
    width: 100%;
    max-height: 440px;
}

.catalog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    margin: 60px 0 120px 0;
}

.catalog-pagination__previous {
    background: transparent;
    border: none;
    cursor: pointer;
}

.catalog-pagination-numbers__page {
    font-family: "Unbounded", sans-serif;
    background: transparent;
    font-weight: 400;
    font-size: 28px;
    line-height: 100%;
    color: rgba(255, 255, 255, 0.4);
    border: none;
    cursor: pointer;
    transition: color 0.3s ease-in-out;
}

.catalog-pagination-numbers__page:hover {
    color: #6CB4FF;
}

.catalog-pagination-numbers--active:hover {
    color: #FFFFFF;
}

.catalog-pagination__next {
    background: transparent;
    border: none;
    cursor: pointer;
}

.catalog-pagination-numbers--active {
    color: #FFFFFF;
    cursor: default;
}

@media (max-width: 1200px) {
    .catalog-heading {
        flex-wrap: wrap;
        max-height: fit-content;
        justify-content: center;
        padding: 20px;
    }

    .catalog-heading-image {
        width: 100%;
    }

    .catalog-heading-image__item {
        width: 100%;
    }

    .catalog-heading-image img {
        width: 100%;
    }
}

@media (max-width: 1200px) {
    .catalog-list-product {
        width: calc((100% - 24px) / 2);
    }
}

@media (max-width: 768px) {
    .catalog-heading-title__item {
        font-size: 24px;
    }

    .catalog-heading-title__text {
        font-size: 16px;
    }
}

@media (max-width: 568px) {
    .catalog-heading-image {
        margin-top: 30px;
    }

    .catalog-list-product {
        width: 100%;
    }

    .catalog-list-product-content-image img {
        width: 100%;
        max-height: 320px;
    }

    .catalog-list-product-content__name {
        font-size: 20px;
    }

    .catalog-list-product-attribute span {
        font-size: 12px;
        padding: 8px;
    }
}

.product__link {
    font-size: 32px;
    font-family: "Unbounded", sans-serif;
    width: fit-content;
    color: #8CAFCC;
    position: relative;
    padding-right: 52px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: block;
    text-transform: uppercase;
}

.product__link:after {
    content: "";
    position: absolute;
    top: 50%;
    right: 0;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3csvg%20width='40'%20height='40'%20viewBox='0%200%2040%2040'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10%2030L30%2010M30%2010V26.3636M30%2010H13.6364'%20stroke='%238CAFCC'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;
}

.product-characteristic {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    padding-top: 120px;
    padding-bottom: 120px;
}

.product-characteristic-text, .product-characteristic-img {
    width: calc(50% - 12px);
}

.product-characteristic-img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-characteristic-text {
    display: flex;
    flex-direction: column;
    gap: 100px;
}

.product-characteristic-text__btn {
    max-width: 392px;
}

.product-characteristic-text-list {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 120px 170px;
}

.product-characteristic-text-list-item {
    width: calc(50% - 85px);
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.product-characteristic-text-list-item-numbers {
    display: flex;
    align-items: center;
    gap: 40px;
}

.product-characteristic-text-list-item-numbers h6 {
    color: #6CB4FF;
}

.product-card {
    background: #010938;
    flex-wrap: wrap;
    width: 100%;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
    gap: 24px;
}

.product-card-text-item {
    display: flex;
    flex-wrap: wrap;
    gap: 8px 24px;
}

.product-card-text-item-types {
    display: flex;
    align-items: center;
    gap: 12px;
}

.product-card-text-item-types .categories-sublist__item {
    color: #FFFFFF;
}

.product-card-text-item-types .categories-sublist__item.active {
    background: #FFFFFF;
    color: #111111;
}

.product-card-text-item span {
    color: #B2B5B8;
    font-size: 16px;
    font-weight: 400;
    font-family: "Geologica", sans-serif;
}

.product-card-text-links {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
}

.product-card-text-links__link {
    bottom: inherit;
}

.product-card-text-links .banner-slider-content__link {
    min-height: 160px;
    padding: 40px;
    border-radius: 20px;
    width: calc(50% - 12px);
    display: flex;
    justify-content: center;
}

.product-card-text-links .banner-slider-content__link h5 {
    font-size: 28px;
    color: #FFFFFF;
}

.product-card-text-links .banner-slider-content__link h5:before {
    transform: scale(1.5) translateY(-50%);
    top: 50%;
}

.product-card-text-links .banner-slider-content__link.buy {
    background: #6CB4FF;
}

.product-card-text-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.product-card-text__prev {
    font-size: 20px;
    font-weight: 500;
    font-family: "Geologica", sans-serif;
    color: #6CB4FF;
    position: relative;
    padding-left: 40px;
}

.product-card-text__prev:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 18px;
    height: 12px;
    transform: translateY(-50%);
    background: url("data:image/svg+xml,%3csvg%20width='17'%20height='14'%20viewBox='0%200%2017%2014'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M15.1421%206.78489H0.999954M0.999954%206.78489L6.78537%2012.5703M0.999954%206.78489L6.78537%200.999474'%20stroke='%236CB4FF'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat center center;
}

.product-card-text__descr {
    color: #B2B5B8;
    font-size: 16px;
    font-weight: 400;
    font-family: "Geologica", sans-serif;
    line-height: 130%;
}

.product-card-text__title {
    margin-top: 20px;
}

.product-card-text {
    width: calc(50% - 12px);
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: space-between;
}

.product-card-text-characteristic {
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.product-card-sliders {
    display: flex;
    justify-content: space-between;
    align-items: stretch;
    max-height: 780px;
    gap: 24px;
    width: calc(50% - 12px);
}

.product-card-sliders-main {
    overflow: hidden;
    width: 703px;
    height: 780px;
    border-radius: 12px;
}

.product-card-sliders-main .swiper-slide {
    background: linear-gradient(180deg, #146BB2 0%, #031555 100%);
}

.product-card-sliders-main .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    padding: 40px;
    border-radius: 12px;
}

.product-card-sliders-thumb {
    height: 100%;
    overflow: hidden;
}

.product-card-sliders-thumb .swiper-slide {
    width: 119px;
    height: 119px;
    padding: 5px;
    border-radius: 12px;
    background: linear-gradient(179.89deg, #031555 21.29%, #010938 46.23%);
    border: 1px solid rgba(255, 255, 255, 0.1019607843);
}

.product-card-sliders-thumb .swiper-slide img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.product-card-sliders-thumb .swiper-slide-thumb-active {
    border: 1px solid !important;
    border-image-source: linear-gradient(90deg, #000E17 5.66%, #009DFF 32.24%, #63C3FF 64.41%, #A3DCFF 94.85%) !important;
}

.product-card-sliders-passive {
    width: 120px;
    height: 100%;
    display: flex;
    justify-content: center;
    flex-direction: column;
}

@media (max-width: 1200px) {
    .banner-slider-content__link {
        width: 100% !important;
    }

    .product-card-sliders, .product-card-text {
        width: 100%;
    }

    .product-card {
        padding-top: 0;
    }

    .product-card-sliders {
        flex-direction: column-reverse;
        position: relative;
    }

    .product-card-sliders-passive {
        width: 100%;
        flex-direction: row;
        max-height: 120px;
        align-items: center;
    }

    .product-button-prev, .product-button-next {
        width: fit-content;
        height: fit-content;
        transform: rotate(-90deg);
    }

    .product-card-sliders-main {
        width: 100%;
        height: 487px;
    }

    .product-card-sliders-thumb .swiper-slide {
        height: 100px;
    }
}

@media (max-width: 976px) {
    .product-characteristic-text, .product-characteristic-img {
        width: 100%;
    }

    .product-characteristic-text {
        gap: 40px;
    }
}

@media (max-width: 576px) {
    .product-card-sliders-passive {
        position: relative;
    }

    .about-content-main-links__link {
        padding: 20px;
        border-radius: 20px;
        min-height: 160px;

        h5 {
            font-size: 14px;
        }
    }

    .why-list-text {
        p {
            font-size: 40px;
        }
    }

    .why-list__item {
        height: 328px;
    }

    .about-video-preview__descr {
        font-size: 16px;
    }

    .product-characteristic-text-list {
        gap: 30px 10px;
    }

    .product-characteristic-text-list-item {
        width: calc(50% - 12px);
    }

    .product-characteristic-text-list-item__descr {
        font-size: 16px;
    }

    .product-characteristic-text-list-item-numbers {
        flex-direction: column;
        gap: 12px;
        align-items: flex-start;
    }

    .product__link {
        padding: 0;
        font-size: 20px;
        padding-right: 40px;
    }

    .product-card-text-characteristic {
        gap: 28px;
    }

    .product-button-prev, .product-button-next {
        position: absolute;
        top: 45%;
        transform: translateY(-50%) rotate(-90deg);
        z-index: 1000;
    }

    .product-button-prev {
        left: -2vw;
    }

    .product-card-text-links .banner-slider-content__link {
        padding: 20px 24px;
        min-height: 68px;
    }

    .product-card-text-links .banner-slider-content__link h5 {
        font-size: 20px;
    }

    .product-button-next {
        right: -2vw;
    }

    .product-characteristic {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

.vacancy {
    padding-top: 60px;
    padding-bottom: 120px;
}

.vacancy-modal--success {
    display: none;
}

.vacancy-modal--success h6 {
    margin-bottom: 20px;
}

.vacancy-modal--success p {
    color: #8CAFCC;
    font-size: 16px;
    font-family: "Geologica", sans-serif;
    font-weight: 400;
    margin-bottom: 60px;
}

.vacancy-modal--success button {
    margin-bottom: 0;
}

.vacancy-modal__btn {
    width: 100%;
    margin-bottom: 52px;
}

.vacancy-modal__close {
    position: absolute;
    width: 24px;
    height: 24px;
    right: 30px;
    top: 30px;
    z-index: 10;
}

.vacancy-modal h6 {
    margin-bottom: 60px;
}

.vacancy-modal-inputs {
    display: flex;
    flex-direction: column;
    gap: 20px;
    margin-bottom: 60px;
}

.file-input {
    margin-bottom: 60px;
}

.vacancy__title {
    margin-bottom: 60px;
}

.vacancy-accordion {
    display: flex;
    gap: 24px;
    flex-direction: column;
}

.vacancy-accordion .ac {
    background: transparent;
    border: none;
    overflow: hidden;
    position: relative;
    border-radius: 20px;
    z-index: 0;
}

.vacancy-accordion .ac:after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(90deg, #95BBE2 5.66%, #F2E3EF 36.1%, #E3EFF5 67.84%, #DBCDE3 94.85%);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    z-index: -1;
}

.vacancy-accordion__btn {
    margin-top: 60px;
    max-width: 407px;
    width: 100%;
}

.vacancy-accordion-text h3 {
    margin-bottom: 12px;
}

.vacancy-accordion-text:not(:last-of-type) {
    margin-bottom: 40px;
}

.vacancy-accordion-text ul li {
    position: relative;
    padding-left: 18px;
    margin-bottom: 8px;
    color: #fff;
}

.vacancy-accordion-text li {
    font-size: 20px;
    font-family: "Geologica", sans-serif;
    color: #8CAFCC;
    font-weight: 400;
}

.vacancy-accordion-text ul li::before {
    content: "";
    width: 6px;
    height: 6px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vacancy-accordion .ac-text {
    padding: 0 100px 60px 40px !important;
}

.vacancy-accordion .ac-text p {
    font-weight: 500;
    font-size: 32px;
    color: #FFFFFF;
    margin-bottom: 40px;
}

.vacancy-accordion .ac-trigger {
    padding: 40px 100px 40px 40px;
}

.vacancy-accordion .ac-trigger::after {
    content: "";
    transition: transform 0.2s ease-in-out;
    width: 60px;
    height: 60px;
    background: #6CB4FF;
    border-radius: 100px;
    right: 40px;
    background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12%202.00391C12.5523%202.00391%2013%202.45162%2013%203.00391V11.0264H21C21.5522%2011.0264%2022%2011.4741%2022%2012.0264C21.9998%2012.5785%2021.5521%2013.0263%2021%2013.0264H13V21.0488C12.9998%2021.6009%2012.5521%2022.0488%2012%2022.0488C11.4479%2022.0488%2011.0002%2021.6009%2011%2021.0488V13.0264H3C2.44783%2013.0264%202.00018%2012.5785%202%2012.0264C2%2011.4741%202.44772%2011.0264%203%2011.0264H11V3.00391C11%202.45162%2011.4477%202.00391%2012%202.00391Z'%20fill='white'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
}

.vacancy-accordion-header {
    display: flex !important;
    flex-direction: column;
    gap: 24px;
}

.vacancy-accordion-header__city {
    position: relative;
    font-size: 20px;
    font-family: "Geologica", sans-serif;
    color: #8CAFCC;
    padding-left: 32px;
    font-weight: 400;
}

.vacancy-accordion-header__city::after {
    content: "";
    background-image: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.0002%203L1.00024%2012L9.84024%2014.16L13.0002%2023L21.0002%203Z'%20fill='%238CAFCC'/%3e%3c/svg%3e");
    width: 24px;
    height: 24px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.vacancy .ac.is-active > .ac-header .ac-trigger::after {
    content: "";
    transform: rotate(45deg);
    transform-origin: center;
}

#vacancyModal {
    display: none;
    max-width: 720px;
    background: linear-gradient(179.89deg, #031555 21.29%, #010938 46.23%);
    padding: 80px;
    border-radius: 20px;
}

#vacancyModal .f-button.is-close-button {
    display: none;
}

@media (max-width: 768px) {
    .vacancy__title {
        margin-bottom: 20px;
    }

    .vacancy-accordion .ac-trigger {
        padding: 32px 55px 32px 20px;
    }

    .vacancy-accordion .ac-trigger::after {
        width: 40px;
        height: 40px;
        right: 15px;
    }

    .categories-sublist__item {
        font-size: 14px;
    }

    .categories-sublist {
        max-width: 100%;
    }

    .vacancy-accordion .ac-text p {
        font-size: 16px;
        font-weight: 400;
    }

    .vacancy-accordion .ac-text {
        padding: 0 55px 32px 20px !important;
    }

    .vacancy-accordion-text h3 {
        font-size: 20px;
    }

    .vacancy-accordion-text ul, .vacancy-accordion-text li {
        font-size: 14px;
        margin-bottom: 0 !important;
    }

    .vacancy-accordion__btn {
        margin-top: 40px;
    }

    .vacancy {
        padding-top: 20px;
        padding-bottom: 80px;
    }

    #vacancyModal {
        padding: 60px 20px;
    }

    .vacancy-modal h6 {
        margin-bottom: 40px;
        text-align: center;
    }

    .vacancy-modal__close {
        top: 18px;
        right: 18px;
    }

    .vacancy-modal-inputs {
        margin-bottom: 32px;
    }

    .file-input {
        margin-bottom: 32px;
    }

    .vacancy-modal__btn {
        margin-bottom: 32px;
    }
}

.contacts {
    position: relative;
    padding-top: 250px;
    padding-bottom: 120px;
}

.contacts-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: linear-gradient(180deg, #010938 0%, #031555 47.6%, #146BB2 100%);
    gap: 15px;
}

.contacts-container-text p {
    text-transform: uppercase;
    font-size: 20px;
    font-weight: 400;
    color: #FFFFFF;
    margin-bottom: 20px;
}

.contacts-container-text a {
    font-family: "Unbounded", sans-serif;
    font-size: 64px;
    font-weight: 400;
    color: #FFFFFF;
    text-transform: uppercase;
}

.contacts-container-messenger {
    display: flex;
    align-items: center;
    gap: 20px;
    max-width: 435px;
}

.contacts-container-messenger__link {
    display: flex;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 100px;
    border-radius: 100%;
    border: 1px solid #8CAFCC;
    transition: background 0.2s ease-in-out;
}

.contacts-container-messenger__link path {
    transition: fill 0.2s ease-in-out;
}

.contacts-container-messenger__link:hover {
    background: #FFFFFF;
}

.contacts-container-messenger__link:hover path {
    fill: #111111;
}

@media (max-width: 922px) {
    .contacts {
        padding-top: 122px;
    }
}

@media (max-width: 768px) {
    .contacts-container {
        padding: 60px 20px;
    }

    .contacts-container-text p {
        font-size: 16px;
        font-weight: 400;
    }

    .contacts-container-text a {
        font-size: 24px;
        font-weight: 400;
    }

    .contacts-container-messenger h3 {
        font-size: 16px;
    }

    .contacts-container-messenger__link {
        width: 72px;
        height: 72px;
    }

    .contacts {
        padding-top: 65px;
        padding-bottom: 40px;
    }
}

.distributors {
    padding-bottom: 120px;
}

.distributors-list {
    padding-top: 60px;
}

.distributors-list-select {
    width: fit-content;
}

.distributors-list-address {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    align-items: stretch;
}

.distributors-list-address-links {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.distributors-list-address__link {
    padding-left: 30px;
    position: relative;
}

.distributors-list-address__link a, .distributors-list-address__link p {
    color: #FFFFFF;
    font-size: 16px;
    font-weight: 400;
    font-family: "Geologica", sans-serif;
}

.distributors-list-address__link::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
}

.distributors-list-address__link.tel::before {
    background: url("data:image/svg+xml,%3csvg%20width='19'%20height='19'%20viewBox='0%200%2019%2019'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.29828%203.72639L4.94785%201.25844C4.67028%200.96699%204.24028%200.911557%203.91738%201.14593C3.0727%201.75902%201.33083%202.97068%201.04723%204.36279C0.448863%207.3%205.73013%2012.2449%205.93919%2012.4722C6.14817%2012.6994%2011.8478%2018.1%2013.9827%2017.5335C15.2972%2017.1847%2016.3903%2015.3172%2016.9444%2014.4094C17.1562%2014.0624%2017.0884%2013.6131%2016.8013%2013.332L14.3703%2010.9517C14.0241%2010.6127%2013.4817%2010.6326%2013.1588%2010.9961L11.8479%2012.4722C11.525%2012.8357%2010.9826%2012.8556%2010.6364%2012.5166L8.33294%2010.2128L5.93903%207.69918C5.6043%207.34771%205.6043%206.77786%205.93903%206.42639L7.29828%204.99918C7.63301%204.64771%207.63301%204.07786%207.29828%203.72639Z'%20stroke='%238CAFCC'%20stroke-width='2'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;
}

.distributors-list-address__link.email::before {
    background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC6SURBVHgB7VTBDYMwDHRQB2AEukE7QRmhG3SVbNBu0FFQJygbwAawgTlLQYrycAjhR046iQif75xEISo4F5jZcj6sZiAYwIYSAU3rtBwzaFzhG6wp3rgGP07zCA2qUGCMGcErPmfwj/qX0ryVGnAC79D9KJKGg/U6zdffNi+1BLhpPSpS4E0zgp1MAz7X1PgnqXvaCu2A3DSSuNMuQfSQKRNJW3QEikG6wZ5nQtNegrUFh8zLZKngXFgAmkvkPofoxc8AAAAASUVORK5CYII=") no-repeat;
    background-size: 20px 20px;
}

.distributors-list-address__link.address::before {
    background: url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M21.0002%203L1.00024%2012L9.84024%2014.16L13.0002%2023L21.0002%203Z'%20fill='%238CAFCC'/%3e%3c/svg%3e") no-repeat;
    background-size: 20px 20px;
}

.distributors-list-address__item {
    background: linear-gradient(180deg, #146BB2 0%, #031555 100%);
    padding: 40px 28px;
    border-radius: 20px;
    width: calc(25% - 18px);
    min-height: 360px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
}

.distributors-list-titles {
    display: flex;
    align-items: center;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 74px;
}

.distributors-map {
    width: 100%;
    max-height: 900px;
    margin-bottom: 60px;
}

.distributors-map img {
    width: 100%;
    height: 100%;
}

.distributors-titles {
    display: flex;
    align-items: flex-start;
    gap: 15px;
    justify-content: space-between;
    margin-bottom: 120px;
}

.distributors-titles-link {
    display: flex;
    flex-direction: column;
    gap: 12px;
    max-width: 557px;
}

.distributors-titles-link a {
    font-size: 28px;
    font-family: "Unbounded", sans-serif;
    color: #FFFFFF;
}

.distributors-titles-link p {
    font-size: 16px;
    font-family: "Geologica", sans-serif;
    color: #FFFFFF;
}

.distributors-map svg g path {
    fill: #B2B5B8;
    stroke: #010938;
    stroke-width: 0.5;
    opacity: .4;
}

.has-city {
    fill: #6CB4FF !important;
    opacity: 1 !important;
}


.distributors-map-active {
    fill: #005EAC !important;
    stroke-width: 2 !important;
}

#distributorsMapSvg {
    width: 100%;
    height: fit-content;
}

.distributors-list-select {
    width: 412px;
}

.distributors-list-select .form-group {
    position: relative;
}

.distributors-list-select .form-arrow {
    position: absolute;
    top: 50%;
    right: 28px;
    z-index: 10;
    width: 18px;
    height: 10px;
    transform: translateY(-50%) rotate(180deg);
    transform-origin: 50% 50%;
}

.distributors-list-select .form-arrow svg {
    position: absolute;
}

.distributors-list-select .form .dropdown {
    position: relative;
}

.distributors-list-select .form .dropdown-total-count {
    color: #8CAFCC;
    font-size: 16px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
}

.distributors-list-select .form .dropdown-select {
    position: relative;
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 16.5px 64px 16.5px 20px;
    border: none;
    outline: none;
    border-radius: 12px;
    color: #111111;
    background-clip: padding-box;
    background-color: #FFFFFF;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease-in-out;
}

.distributors-list-select .form .dropdown-select .selected-city-count {
    color: #8CAFCC;
    font-size: 16px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
}

.distributors-list-select .form .dropdown-menu {
    position: absolute;
    display: none;
    top: 150%;
    border-radius: 12px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #FFFFFF;
    box-shadow: var(--shadow-large);
    transition: all 0.3s ease-in-out;
}

.distributors-list-select .form .dropdown-menu-inner {
    max-height: 16rem;
    border-radius: 12px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.distributors-list-select .form .dropdown-menu-inner::-webkit-scrollbar {
    width: 6px;
    height: auto;
}

.distributors-list-select .form .dropdown-menu-inner::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: #111111;
}

.distributors-list-select .form .dropdown-menu-item {
    font-size: 16px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: inherit;
    cursor: pointer;
    user-select: none;
    padding: 0.65rem 1.25rem;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}

.distributors-list-select .form .dropdown-menu-item .city-count {
    color: #8CAFCC;
    font-size: 16px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
}

.distributors-list-select .form .dropdown-menu-item:hover {
    color: #111111;
    background-color: #8CAFCC;
}

.distributors-list-select .form .dropdown-menu-item:hover .city-count {
    color: #5F6569;
}

.distributors-list-select .form .dropdown-menu-item.is-select, .distributors-list-select .form .dropdown-menu-item.is-select:hover {
    color: #FFFFFF;
    background-color: #8CAFCC;
}

.distributors-list-select .form .dropdown-menu::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 19px;
    width: 16px;
    height: 16px;
    z-index: 100;
    background: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.58301%200C8.66634%200.000175878%2011.1668%202.49968%2011.167%205.58301C11.1669%206.76338%2010.7981%207.85689%2010.1729%208.75879L15.04%2013.626C15.4302%2014.0165%2015.4305%2014.6496%2015.04%2015.04C14.6496%2015.4305%2014.0165%2015.4302%2013.626%2015.04L8.75879%2010.1729C7.85689%2010.7981%206.76338%2011.1669%205.58301%2011.167C2.49968%2011.1668%200.000175881%208.66634%200%205.58301C0.000175742%202.49968%202.49968%200.000175739%205.58301%200ZM5.58301%202C3.60425%202.00018%202.00018%203.60425%202%205.58301C2.00018%207.56177%203.60425%209.16682%205.58301%209.16699C7.56177%209.16682%209.16682%207.56177%209.16699%205.58301C9.16682%203.60425%207.56177%202.00018%205.58301%202Z'%20fill='%23111111'/%3e%3c/svg%3e") no-repeat;
    background-size: 20px 20px;
}

.distributors-list-select .form .dropdown-menu-search {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: auto;
    border-radius: 12px;
    padding: 16.5px 36px 16.5px 20px;
    border: none;
    outline: none;
    color: #111111;
    background-clip: padding-box;
    font-family: "Unbounded", sans-serif;
}

.distributors-list-select .form .dropdown-menu-search-wrapper {
    position: relative;
}

.distributors-list-select .form .dropdown-menu-search-wrapper .dropdown-total-count {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.distributors-list-select .form .dropdown-menu-search::placeholder {
    color: #111111 !important;
}

.distributors-list-select .wrapper-column {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 3rem;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    box-shadow: var(--shadow-medium);
}

@media (max-width: 1200px) {
    .distributors-titles {
        flex-direction: column;
        gap: 24px;
    }

    .distributors-list-address__item {
        width: calc(50% - 20px);
    }
}

@media (max-width: 768px) {
    .distributors-list-titles {
        flex-direction: column;
        gap: 24px;
        align-items: flex-start;
    }

    .distributors-list-address__item {
        width: 100%;
    }

    .distributors-list-select {
        width: 100%;
    }

    .distributors-titles h2 {
        word-break: break-all;
    }
}

.map {
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
}

.map-marker-popup {
    position: absolute;
    z-index: 1000;
    pointer-events: auto;
    width: 412px;
    min-height: 367px;
    background: #010938;
    border-radius: 20px;
    padding: 40px;
}

.map-marker-popup-body {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.map-marker-popup-body a, .map-marker-popup-body p {
    font-size: 16px;
    font-weight: 400;
    font-family: "Geologica", sans-serif;
    position: relative;
    padding-left: 28px;
    max-width: 280px;
}

.map-marker-popup-body a:after, .map-marker-popup-body p:after {
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-35%);
    width: 24px;
    height: 24px;
}

.map-marker-popup-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 5px;
    min-height: 287px;
}

.map-marker-popup-inner h3 {
    max-width: 288px;
}

.map-marker-popup-inner-close {
    position: absolute;
    top: 43px;
    right: 43px;
    cursor: pointer;
}

.map-filters {
    position: absolute;
    bottom: 60px;
    left: 100px;
    width: 412px;
    z-index: 100;
}

#map {
    width: 100%;
    height: 975px;
}

.map-filters__btn {
    position: relative;
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 16.5px 64px 16.5px 20px;
    border: none;
    outline: none;
    border-radius: 12px;
    color: #111111;
    background-clip: padding-box;
    background-color: #FFFFFF;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease-in-out;
}

.map-filters__btn:after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M17.7082%209.99828H7.41234M3.77817%209.99828H2.2915M3.77817%209.99828C3.77817%209.51647%203.96957%209.05439%204.31026%208.7137C4.65095%208.37301%205.11303%208.18161%205.59484%208.18161C6.07665%208.18161%206.53872%208.37301%206.87942%208.7137C7.22011%209.05439%207.4115%209.51647%207.4115%209.99828C7.4115%2010.4801%207.22011%2010.9422%206.87942%2011.2829C6.53872%2011.6235%206.07665%2011.8149%205.59484%2011.8149C5.11303%2011.8149%204.65095%2011.6235%204.31026%2011.2829C3.96957%2010.9422%203.77817%2010.4801%203.77817%209.99828ZM17.7082%2015.5041H12.9182M12.9182%2015.5041C12.9182%2015.986%2012.7263%2016.4486%2012.3855%2016.7894C12.0448%2017.1302%2011.5826%2017.3216%2011.1007%2017.3216C10.6189%2017.3216%2010.1568%2017.1294%209.81609%2016.7887C9.4754%2016.448%209.284%2015.9859%209.284%2015.5041M12.9182%2015.5041C12.9182%2015.0222%2012.7263%2014.5604%2012.3855%2014.2197C12.0448%2013.8789%2011.5826%2013.6874%2011.1007%2013.6874C10.6189%2013.6874%2010.1568%2013.8788%209.81609%2014.2195C9.4754%2014.5602%209.284%2015.0223%209.284%2015.5041M9.284%2015.5041H2.2915M17.7082%204.49245H15.1207M11.4865%204.49245H2.2915M11.4865%204.49245C11.4865%204.01064%2011.6779%203.54856%2012.0186%203.20787C12.3593%202.86718%2012.8214%202.67578%2013.3032%202.67578C13.5417%202.67578%2013.778%202.72277%2013.9984%202.81407C14.2188%202.90536%2014.4191%203.03918%2014.5877%203.20787C14.7564%203.37656%2014.8903%203.57683%2014.9816%203.79724C15.0728%204.01765%2015.1198%204.25388%2015.1198%204.49245C15.1198%204.73102%2015.0728%204.96725%2014.9816%205.18766C14.8903%205.40806%2014.7564%205.60833%2014.5877%205.77702C14.4191%205.94572%2014.2188%206.07953%2013.9984%206.17083C13.778%206.26213%2013.5417%206.30911%2013.3032%206.30911C12.8214%206.30911%2012.3593%206.11772%2012.0186%205.77702C11.6779%205.43633%2011.4865%204.97426%2011.4865%204.49245Z'%20stroke='black'%20stroke-width='1.5'%20stroke-miterlimit='10'%20stroke-linecap='round'/%3e%3c/svg%3e");
}

.map-filters--active:after {
    background-image: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.33325%203.33203L16.6666%2016.6654M16.6666%203.33203L3.33325%2016.6654'%20stroke='%23111111'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");
}

.map-filters-checkboxes {
    position: absolute;
    display: none;
    flex-direction: column;
    bottom: 150%;
    border-radius: 12px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #FFFFFF;
    box-shadow: var(--shadow-large);
    transition: all 0.3s ease-in-out;
}

.map-filters-checkboxes--active {
    display: flex;
}

.map-filters-checkboxes label {
    padding: 10px 20px;
    font-size: 16px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    display: flex;
    gap: 12px;
    align-items: center;
    line-height: inherit;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease-in-out;
}

.map-main {
    position: relative;
    width: 100%;
    height: 975px;
}

.map-main-container {
    position: relative;
}

.map-main img {
    width: 100%;
}

.map-main::after {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 250px;
    content: "";
    background: linear-gradient(180deg, #010938 14.66%, rgba(1, 9, 56, 0.6) 52.82%, rgba(1, 9, 56, 0) 100%);
}

.map-titles {
    position: absolute;
    top: -20px;
    width: 100%;
    z-index: 100;
}

.map-titles-content {
    margin-bottom: 0;
}

#map {
    position: relative;
}

#map:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    background: linear-gradient(180deg, #010938 14.66%, rgba(1, 9, 56, 0.6) 52.82%, rgba(1, 9, 56, 0) 100%);
    width: 100%;
    z-index: 1;
    height: 250px;
}

.map-marker-popup-body__tel:after {
    content: "";
    background: url("data:image/svg+xml,%3csvg%20width='21'%20height='21'%20viewBox='0%200%2021%2021'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M7.99809%204.02932L5.3865%201.28716C5.07809%200.963322%204.60032%200.90173%204.24153%201.16215C3.303%201.84335%201.36758%203.18964%201.05248%204.73643C0.387626%208%206.2557%2013.4943%206.48799%2013.7469C6.72019%2013.9994%2013.0532%2020%2015.4252%2019.3705C16.8858%2018.9829%2018.1003%2016.9079%2018.716%2015.8993C18.9513%2015.5137%2018.876%2015.0145%2018.557%2014.7022L15.8559%2012.0574C15.4712%2011.6807%2014.8685%2011.7028%2014.5098%2012.1068L13.0532%2013.7469C12.6945%2014.1508%2012.0918%2014.1729%2011.7071%2013.7963L9.14772%2011.2364L6.48781%208.44354C6.11589%208.05301%206.11589%207.41985%206.48781%207.02932L7.99809%205.44354C8.37002%205.05301%208.37002%204.41985%207.99809%204.02932Z'%20stroke='%235F6569'%20stroke-width='2'%20stroke-linejoin='round'/%3e%3c/svg%3e") no-repeat;
}

.map-marker-popup-body__nav:after {
    content: "";
    background: url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M12.0518%2017.1758L9.78125%2010.8232L9.60059%2010.3164L9.07715%2010.1885L3.06152%208.71777L18.1514%201.92773L12.0518%2017.1758Z'%20stroke='%235F6569'%20stroke-width='2'/%3e%3c/svg%3e") no-repeat;
    background-size: 20px 20px;
}

.zoom-controls {
    display: flex;
    flex-direction: column;
    gap: 10px;
    position: absolute;
    z-index: 100;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
}

.zoom-controls button {
    width: 40px;
    height: 40px;
    border-radius: 10px;
    display: flex;
    background: white;
    justify-content: center;
    align-items: center;
    font-size: 40px;
    color: #8CAFCC;
    transition: background 0.1s ease-in-out;
}

.zoom-controls button:hover {
    background: #04438a;
}

.map-form {
    position: absolute;
    bottom: 60px;
    right: 100px;
    width: 412px;
    z-index: 100;
}

.map-form .form-group {
    position: relative;
}

.map-form .form-arrow {
    position: absolute;
    top: 50%;
    right: 28px;
    z-index: 10;
    width: 18px;
    height: 10px;
    transform: translateY(-50%) rotate(180deg);
    transform-origin: 50% 50%;
}

.map-form .form-arrow svg {
    position: absolute;
}

.map-form .map-dropdown {
    position: relative;
}

.map-form .map-dropdown-total-count {
    color: #8CAFCC;
    font-size: 16px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
}

.map-form .map-dropdown-select {
    position: relative;
    font-family: "Unbounded", sans-serif;
    font-size: 16px;
    font-weight: 400;
    cursor: pointer;
    user-select: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 16.5px 64px 16.5px 20px;
    border: none;
    outline: none;
    border-radius: 12px;
    color: #111111;
    background-clip: padding-box;
    background-color: #FFFFFF;
    box-shadow: var(--shadow-medium);
    transition: all 0.3s ease-in-out;
}

.map-form .map-dropdown-select .selected-city-count {
    color: #8CAFCC;
    font-size: 16px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
}

.map-form .map-dropdown-menu {
    position: absolute;
    display: none;
    bottom: 150%;
    border-radius: 12px;
    left: 0;
    width: 100%;
    z-index: 10;
    background-color: #FFFFFF;
    box-shadow: var(--shadow-large);
    transition: all 0.3s ease-in-out;
}

.map-form .map-dropdown-menu-inner {
    max-height: 16rem;
    border-radius: 12px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.map-form .map-dropdown-menu-inner::-webkit-scrollbar {
    width: 6px;
    height: auto;
}

.map-form .map-dropdown-menu-inner::-webkit-scrollbar-thumb {
    border-radius: 0.25rem;
    background-color: #111111;
}

.map-form .map-dropdown-menu-item {
    font-size: 16px;
    font-family: "Unbounded", sans-serif;
    font-weight: 400;
    display: flex;
    justify-content: space-between;
    align-items: center;
    line-height: inherit;
    cursor: pointer;
    user-select: none;
    padding: 0.65rem 1.25rem;
    background-color: #FFFFFF;
    transition: all 0.2s ease-in-out;
}

.map-form .map-dropdown-menu-item .city-count {
    color: #8CAFCC;
    font-size: 16px;
    font-weight: 400;
    font-family: "Unbounded", sans-serif;
}

.map-form .map-dropdown-menu-item:hover {
    color: #111111;
    background-color: #8CAFCC;
}

.map-form .map-dropdown-menu-item:hover .city-count {
    color: #5F6569;
}

.map-form .map-dropdown-menu-item.is-select, .map-form .map-dropdown-menu-item.is-select:hover {
    color: #FFFFFF;
    background-color: #8CAFCC;
}

.map-form .map-dropdown-menu::after {
    content: "";
    position: absolute;
    top: 17px;
    right: 19px;
    width: 16px;
    height: 16px;
    z-index: 100;
    background: url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.58301%200C8.66634%200.000175878%2011.1668%202.49968%2011.167%205.58301C11.1669%206.76338%2010.7981%207.85689%2010.1729%208.75879L15.04%2013.626C15.4302%2014.0165%2015.4305%2014.6496%2015.04%2015.04C14.6496%2015.4305%2014.0165%2015.4302%2013.626%2015.04L8.75879%2010.1729C7.85689%2010.7981%206.76338%2011.1669%205.58301%2011.167C2.49968%2011.1668%200.000175881%208.66634%200%205.58301C0.000175742%202.49968%202.49968%200.000175739%205.58301%200ZM5.58301%202C3.60425%202.00018%202.00018%203.60425%202%205.58301C2.00018%207.56177%203.60425%209.16682%205.58301%209.16699C7.56177%209.16682%209.16682%207.56177%209.16699%205.58301C9.16682%203.60425%207.56177%202.00018%205.58301%202Z'%20fill='%23111111'/%3e%3c/svg%3e") no-repeat;
    background-size: 20px 20px;
}

.map-form .map-dropdown-menu-search {
    display: block;
    position: relative;
    font-size: 16px;
    font-weight: 400;
    width: 100%;
    height: auto;
    border-radius: 12px;
    padding: 16.5px 36px 16.5px 20px;
    border: none;
    outline: none;
    color: #111111;
    background-clip: padding-box;
    font-family: "Unbounded", sans-serif;
}

.map-form .map-dropdown-menu-search-wrapper {
    position: relative;
}

.map-form .map-dropdown-menu-search-wrapper .dropdown-total-count {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

.map-form .map-dropdown-menu-search::placeholder {
    color: #111111 !important;
}

.map-dropdown-menu-search-wrapper-column {
    max-width: 40rem;
    width: 100%;
    margin: 0 auto;
    padding: 5rem 3rem;
    border-radius: 0.25rem;
    background-color: #FFFFFF;
    box-shadow: var(--shadow-medium);
}

.map-dropdown-total-count {
    position: absolute;
    top: 50%;
    right: 50px;
    transform: translateY(-50%);
}

@media (max-width: 1024px) {
    .map-form {
        right: 50%;
        transform: translateX(50%);
        width: 90vw;
    }

    .banner-slider-content {
        flex-direction: row-reverse;
        align-items: flex-end;
        gap: 10px;
    }

    .banner-slider-content__link {
        width: 280px !important;
        flex-shrink: 0;
        height: 280px;
    }

    #map {
        height: 450px;
    }

    .map-filters {
        left: 50%;
        transform: translateX(-50%);
        bottom: 128px;
        width: 90vw;
    }

    .map-marker-popup {
        padding: 40px 20px;
        width: 328px;
    }

    .map-marker-popup-inner-close {
        top: 20px;
        right: 20px;
    }

    .feedback-container {
        padding: 60px 40px;
    }

    .partners__btn {
        width: 100% !important;
    }

    .feedback-content-titles h2 {
        font-size: 32px;
    }

    .feedback-content__description {
        font-size: 16px;
    }

    .feedback-content-mail__link {
        font-size: 24px !important;
    }
}

@media (max-width: 768px) {
    .map-titles {
        position: relative;
        top: inherit;
        margin-bottom: 40px;
    }

    .feedback-container {
        flex-wrap: wrap;
    }

    .slider-btns {
        bottom: inherit;
        right: inherit;
        top: 50%;
        left: 0;
        padding: 0 16px;
        justify-content: space-between;
    }

    .banner-slider-content {
        flex-direction: column;
        align-items: center;
        gap: 0;
    }

    .banner-slider-content__link {
        width: 100% !important;
        height: fit-content !important;
        padding: 16px;
        border-radius: 20px;
        gap: 52px;
    }

    .banner-btns {
        width: 100%;
    }

    .popular-btns {
        display: none;
    }

    .popular-content {
        position: relative;
    }

    .popular-btns--mobile {
        display: flex !important;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        justify-content: space-between;
    }

    .partners__btn {
        padding: 16px !important;
        width: 100% !important;
        font-size: 14px !important;
        text-transform: uppercase !important;
        margin-bottom: 0 !important;
    }

    .vacancy-accordion .ac-text {
        padding: 0 20px 30px 20px !important;
    }

    .stories-slider {
        padding: 20px 16px !important;
    }

    .stories-close-btn {
        top: 46px !important;
        right: 40px !important;
        width: 32px !important;
        height: 32px !important;
        display: flex !important;
        justify-content: center !important;
        align-items: center !important;
        border-radius: 100% !important;
        cursor: pointer;
        background: white !important;

        path {
            stroke: #010938;
        }
    }

    #map:after {
        content: inherit;
    }
}