@charset "UTF-8";
@font-face {
    font-family: "Play";
    src: url("../fonts/Play-Regular.woff2") format("woff2"), url("../fonts/Play-Regular.woff") format("woff");
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: "Play";
    src: url("../fonts/Play-Bold.woff2") format("woff2"), url("../fonts/Play-Bold.woff") format("woff");
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
/*! 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 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
    -webkit-box-sizing: content-box;
    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 */
    -webkit-text-decoration: underline dotted;
    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;
    max-width: 100%;
    height: auto;
}

/* 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 {
    -webkit-box-sizing: border-box;
    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] {
    -webkit-box-sizing: border-box;
    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;
}

* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-tap-highlight-color: transparent;
}

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

html {
    min-height: 100%;
}

.body {
    min-height: 100%;
}

.text-black {
    color: #000000;
}

.bg-black {
    background-color: #000000;
}

.stroke-black {
    stroke: #000000;
    fill: none;
}

.fill-black {
    fill: #000000;
    stroke: none;
}

.text-white {
    color: #FFFFFF;
}

.bg-white {
    background-color: #FFFFFF;
}

.stroke-white {
    stroke: #FFFFFF;
    fill: none;
}

.fill-white {
    fill: #FFFFFF;
    stroke: none;
}

.text-green {
    color: #05F2AF;
}

.bg-green {
    background-color: #05F2AF;
}

.stroke-green {
    stroke: #05F2AF;
    fill: none;
}

.fill-green {
    fill: #05F2AF;
    stroke: none;
}

.text-red {
    color: #FF1900;
}

.bg-red {
    background-color: #FF1900;
}

.stroke-red {
    stroke: #FF1900;
    fill: none;
}

.fill-red {
    fill: #FF1900;
    stroke: none;
}

.text-orange {
    color: #FFA600;
}

.bg-orange {
    background-color: #FFA600;
}

.stroke-orange {
    stroke: #FFA600;
    fill: none;
}

.fill-orange {
    fill: #FFA600;
    stroke: none;
}

html {
    background: #000000;
    color: #FFF;
    line-height: 1.15;
    font-family: "Play", sans-serif;
    -webkit-font-smoothing: antialiased;
    font-size: 0.5208333333vw;
    overflow: hidden;
}
html ::-moz-selection {
    background: rgba(5, 242, 175, 0.2);
}
html ::selection {
    background: rgba(5, 242, 175, 0.2);
}
html.overflow-visible {
    overflow-x: hidden;
    overflow-y: scroll;
}

body::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0);
}
body::-webkit-scrollbar-thumb {
    background-color: #FF1900;
    border-radius: 2rem;
}
body {
    min-height: 100dvh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

a {
    text-decoration: unset;
}

.text-center {
    text-align: center;
}

.text-bold {
    font-weight: 700;
}

.text-right {
    text-align: right;
}

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

.title {
    font-size: 2.8em;
    font-style: normal;
    line-height: 1.28;
    letter-spacing: 0.1rem;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.text {
    font-size: 1.4em;
    font-size: clamp(12px, 1.4em, 1.4em);
    font-style: normal;
    line-height: 1.43;
    letter-spacing: 0.1rem;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.text-lg {
    font-size: 2.4em;
    font-size: clamp(20px, 2.4em, 2.4em);
    font-style: normal;
    line-height: normal;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.text-md {
    font-size: 2em;
    font-size: clamp(16px, 2em, 2em);
    font-style: normal;
    line-height: 1;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.text-sm {
    font-size: 1.8em;
    font-size: clamp(15px, 1.8em, 1.8em);
    font-style: normal;
    line-height: 1.11;
    letter-spacing: 0.1rem;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.spacing-none {
    letter-spacing: unset;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: inherit;
}

.container {
    width: 100%;
    padding: 0 2em;
    max-width: 40.2em;
    margin: 0 auto;
}

section {
    padding: 4.8em 0;
}

.desktop {
    display: none;
}

.title-container .title {
    margin-bottom: 1.2rem;
}

.z-3 {
    position: relative;
    z-index: 3;
}

.opacity-7 {
    opacity: 0.7;
}

[data-anim=anim-up] {
    opacity: 0;
    -webkit-transform: translateY(40px);
    -ms-transform: translateY(40px);
    transform: translateY(40px);
    will-change: transform, opacity;
}

.logo {
    width: 28.8em;
    margin: 0 auto;
}

.logo-anim {
    width: 42em;
    height: 37.8em;
    margin: -2em 0em -9.5em -4em;
    position: relative;
    opacity: 1;
    -webkit-transition: opacity 0.6s ease-in-out;
    transition: opacity 0.6s ease-in-out;
    background-image: url(../img/webp/logo-placeholder.webp);
    background-size: 101% 101.2%;
    background-repeat: no-repeat;
    background-position: top 0.05em left;
}
.logo-anim.show {
    background-image: unset;
}

#animation_container {
    position: absolute;
    width: 100% !important;
    height: 100% !important;
}
#animation_container .dom_overlay_container {
    pointer-events: none;
}
#animation_container canvas {
    position: absolute;
    display: block;
    width: 100% !important;
    height: 100% !important;
}

.btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    max-width: 36.2em;
    margin: 0 auto;
    min-height: 4.8em;
    padding: 0.8em 1.6em;
    position: relative;
    outline: none;
    border: none;
    background: transparent;
    border-radius: 4em;
    text-decoration: unset;
    cursor: pointer;
}
.btn .btn-txt {
    color: #FFF;
    text-align: center;
    font-size: 1.8rem;
    font-size: clamp(14px, 1.8em, 1.8em);
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    position: relative;
    z-index: 5;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.btn:before {
    content: "";
    display: block;
    position: absolute;
    border-radius: 4.2em;
    width: calc(100% - 0.4em);
    height: calc(100% - 0.4em);
    z-index: 3;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
}
.btn .btn-anim {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 2;
    border-radius: 4em;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
}
@media (hover: hover) {
    .btn:hover .btn-txt {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@property --angle {
    syntax: "<angle>";
    initial-value: 0deg;
    inherits: false;
}
.red-btn {
    position: relative;
    border-radius: 4em;
}
.red-btn:before {
    background: -webkit-gradient(linear, left bottom, left top, from(#EE1F1E), color-stop(96.14%, #811));
    background: linear-gradient(0deg, #EE1F1E 0%, #811 96.14%);
    -webkit-box-shadow: 0 0.4em 0.4em 0 rgba(255, 235, 164, 0.5) inset;
    box-shadow: 0 0.4em 0.4em 0 rgba(255, 235, 164, 0.5) inset;
}
.red-btn:after {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1;
    pointer-events: none;
    background-color: #811;
    border-radius: 4.2em;
}
.red-btn .btn-anim {
    background: conic-gradient(from var(--angle), rgba(255, 235, 164, 0) 90deg, rgba(255, 235, 164, 0.05) 91deg, rgb(255, 235, 164) 180deg, rgba(255, 235, 164, 0.05) 270deg);
}

.black-btn {
    position: relative;
    border-radius: 4em;
}
.black-btn:before {
    background: #000000;
}
.black-btn span {
    color: #FF1900;
}
.black-btn .btn-anim {
    background: conic-gradient(from var(--angle), rgba(238, 31, 30, 0.2) 0deg, rgba(238, 31, 30, 0.2) 60deg, rgba(255, 235, 164, 0.2) 120deg, rgb(255, 235, 164) 180deg, rgba(255, 235, 164, 0.2) 240deg, rgba(238, 31, 30, 0.2) 300deg, rgba(238, 31, 30, 0.2) 360deg);
}

.red-btn-shadow .shadow {
    display: block;
    position: absolute;
    width: 145.5%;
    height: 450%;
    top: 155%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    background-image: url(../img/webp/red-btn-shadow.webp);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: top center;
    pointer-events: none;
}

@-webkit-keyframes spin {
    to {
        --angle: -360deg;
    }
}

@keyframes spin {
    to {
        --angle: -360deg;
    }
}
@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}
.link {
    text-decoration: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}
.link span {
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    line-height: 1;
}
.link svg {
    width: 2rem;
    height: 2rem;
    min-width: 14px;
    min-height: 14px;
    display: block;
    margin-left: 0.5em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}
@media (hover: hover) {
    .link:hover svg {
        -webkit-transform: translateX(20%);
        -ms-transform: translateX(20%);
        transform: translateX(20%);
    }
}

.icon {
    width: 5.6em;
    height: 5.6em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.icon svg {
    width: 100%;
    height: 100%;
    display: block;
}

.swiper {
    width: calc(100% + 4em);
    margin: 0 -2em;
    padding: 0 1em;
    overflow: visible;
}

.swiper-slide {
    padding: 0 1em;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.swiper-slide-content {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.slider-pagination.swiper-pagination {
    position: static;
    margin: 2rem auto 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.slider-pagination .swiper-pagination-bullet {
    width: 3.6em;
    height: 3.6em;
    border-radius: 50%;
    border: 1px solid rgba(5, 242, 175, 0);
    background-color: transparent;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 1;
    -webkit-transition: border 0.3s ease-in-out;
    transition: border 0.3s ease-in-out;
    margin: 0 !important;
}
.slider-pagination .swiper-pagination-bullet:before {
    content: "";
    display: block;
    width: 1.2em;
    height: 1.2em;
    background: #333333;
    border-radius: 50%;
    -webkit-transition: background 0.3s ease-in-out;
    transition: background 0.3s ease-in-out;
}

.slider-pagination .swiper-pagination-bullet-active {
    border: 1px solid rgba(5, 242, 175, 0.2);
}
.slider-pagination .swiper-pagination-bullet-active:before {
    background: #05F2AF;
}

.preloader {
    position: fixed;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #000000;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    z-index: 100;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.preloader.hide {
    pointer-events: none;
}
.preloader img {
    width: 15em;
}

.preloader-bar {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 0.5rem;
    background-color: #FF1900;
    pointer-events: none;
}

.loader {
    display: block;
    position: relative;
    width: 15rem;
    height: 15rem;
    margin: auto;
    border-radius: 50%;
    border: 0.3rem solid transparent;
    border-top-color: #FF1900;
    -webkit-animation: spin-loader 2s linear infinite;
    animation: spin-loader 2s linear infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 0.5rem;
    left: 0.5rem;
    right: 0.5rem;
    bottom: 0.5rem;
    border-radius: 50%;
    border: 0.3rem solid transparent;
    border-top-color: #FFFFFF;
    -webkit-animation: spin-loader 3s linear infinite;
    animation: spin-loader 3s linear infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 1.5rem;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 1.5rem;
    border-radius: 50%;
    border: 0.3rem solid transparent;
    border-top-color: #05F2AF;
    -webkit-animation: spin 1.5s linear infinite;
    animation: spin 1.5s linear infinite;
}

@-webkit-keyframes spin-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}

@keyframes spin-loader {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }
    100% {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg);
    }
}
.fixed-nav-top {
    position: fixed;
    z-index: 10;
    padding: 0.8em 2em;
    background: #0C0D0E;
    width: 100%;
    max-width: 40.4em;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.fixed-nav-top-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    list-style-type: none;
    margin: 0 -0.4em;
}

.nav-top-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0 0.4em;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    overflow: hidden;
}

.nav-top-item.active {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
}

.nav-top-item.active .nav-top-content {
    width: 100%;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    -webkit-animation: slide-up 0.3s ease-in-out 0.3s forwards;
    animation: slide-up 0.3s ease-in-out 0.3s forwards;
}

@-webkit-keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}

@keyframes slide-up {
    0% {
        opacity: 0;
        -webkit-transform: translateY(100%);
        transform: translateY(100%);
    }
    100% {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }
}
.nav-top-item.active .nav-top-line {
    background-color: #D43726;
}

.nav-top-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 0;
    overflow: hidden;
    opacity: 0;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    padding-bottom: 1rem;
    position: relative;
    z-index: 1;
}

.nav-top-num {
    color: #D43726;
}

.nav-top-title {
    font-size: 1.6em;
    font-size: clamp(14px, 1.6em, 1.6em);
    text-transform: uppercase;
    white-space: nowrap;
}

.nav-top-line {
    border-radius: 0.4rem;
    height: 0.6em;
    background: rgba(255, 255, 255, 0.1);
    margin-top: auto;
    width: 100%;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
    position: relative;
    z-index: 2;
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 10;
    padding: 1rem 0;
    display: none;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-inner {
    position: relative;
    background: transparent;
    border-radius: 5.6rem;
}
.header-inner:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
    border: 0.1em solid rgba(255, 255, 255, 0.3);
    border-radius: 5.6em;
}

.header-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 4rem;
    min-height: 56px;
    min-height: clamp(56px, 5.6rem, 5.6rem);
    z-index: 2;
}

.header-logo {
    display: block;
    width: 5.2rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.header-right {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
}

.header-menu {
    margin: 0;
}

.header-menu ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    list-style-type: none;
}

.header-menu li {
    position: relative;
    padding: 0 1rem;
}

.header-menu a {
    padding: 1rem;
    display: block;
    text-decoration: unset;
    letter-spacing: 0.1rem;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    font-size: 1.6rem;
    font-size: clamp(14px, 1.6rem, 1.6rem);
}
@media (hover: hover) {
    .header-menu a:hover {
        opacity: 1;
        color: #05F2AF;
    }
}

.header .header-btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 14.4rem;
    min-height: 4rem;
    min-height: clamp(40px, 4rem, 4rem);
}
.header .header-btn .btn-txt {
    font-size: 1.4rem;
    font-size: clamp(14px, 1.4rem, 1.4rem);
}

.lang-switcher {
    border: 0.1rem solid rgba(255, 255, 255, 0.3);
    border-radius: 4rem;
    height: 4rem;
    min-height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-width: 75px;
    padding: 1rem 1.2rem;
    outline: none;
    z-index: 2;
    margin: 0 1.2rem;
    background-color: transparent;
    position: relative;
    cursor: pointer;
}

.lang-switcher.active .lang-switcher-icon {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.lang-switcher.active .lang-list {
    opacity: 1;
    pointer-events: all;
}

.lang-switcher-icon {
    width: 2.4rem;
    height: 2.4rem;
    min-width: 18px;
    min-height: 18px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.lang-switcher .curr-lang {
    margin-right: 1.2rem;
    letter-spacing: 0.1rem;
}

.lang-list {
    position: absolute;
    width: 100%;
    top: calc(100% + 9.5px);
    left: 0;
    list-style-type: none;
    border-radius: 0 0 1.2rem 1.2rem;
    opacity: 0;
    pointer-events: none;
}
.lang-list:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
    border: 0.1em solid rgba(255, 255, 255, 0.3);
    border-top: unset;
    border-radius: 0 0 2rem 2rem;
}

.lang-list a {
    display: block;
    padding: 1rem;
    -webkit-transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out, color 0.3s ease-in-out;
    cursor: pointer;
    position: relative;
    z-index: 4;
    text-decoration: unset;
}
.lang-list a.curr {
    font-weight: 700;
    opacity: 1;
    color: #05F2AF;
    pointer-events: none;
}
@media (hover: hover) {
    .lang-list a:hover {
        opacity: 1;
        color: #05F2AF;
    }
}

.fixed-nav-bottom {
    position: fixed;
    width: 100%;
    max-width: 36.1em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 2.2em;
    z-index: 10;
}
.fixed-nav-bottom:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
    border: 0.1em solid #A1A1A1;
    border-radius: 4.2em;
}

.fixed-nav-bottom-menu {
    display: grid;
    padding: 0.5em;
    grid-template-columns: repeat(4, 1fr);
    gap: 0.5em;
    width: 100%;
    position: relative;
    z-index: 2;
}

.fixed-nav-bottom-menu li {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.fixed-nav-bottom-menu a {
    border-radius: 5.8rem;
    background: rgba(255, 255, 255, 0);
    -webkit-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
    padding: 1.1rem;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.fixed-nav-bottom-menu a.active {
    background: rgba(255, 255, 255, 0.15);
    -webkit-box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
}

.fixed-nav-link svg {
    width: 3.2em;
    height: 3.2em;
}

.fixed-nav-link .icon-default {
    display: block;
}

.fixed-nav-link .icon-active {
    display: none;
}

.fixed-nav-link.active .icon-active {
    display: block;
}

.fixed-nav-link.active .icon-default {
    display: none;
}

.fixed-nav-bottom-menu svg path, .fixed-nav-bottom-menu svg circle,
.fixed-nav-bottom-menu svg ellipse {
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.fixed-nav-bottom .lang-menu {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-6.3em);
    -ms-transform: translateX(-50%) translateY(-6.3em);
    transform: translateX(-50%) translateY(-6.3em);
    border-radius: 2rem 2rem 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 1em;
    min-height: 6.1em;
    width: 30em;
    opacity: 0;
    pointer-events: none;
}

.lang-menu:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    pointer-events: none;
    background: rgba(0, 0, 0, 0.7);
    border: 0.1em solid #A1A1A1;
    border-bottom: unset;
    border-radius: 2em 2em 0 0;
}

.lang-menu li {
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    margin: 0 1rem;
    position: relative;
    z-index: 2;
}

.lang-menu a {
    padding: 1rem;
    text-decoration: unset;
}

.lang-menu a.curr {
    color: #05F2AF;
    opacity: 1;
    pointer-events: none;
}

.lang-link.active + .lang-menu {
    opacity: 1;
    pointer-events: all;
}

.footer {
    margin-top: auto;
    padding: 0 0 11rem;
    position: relative;
    z-index: 3;
}

.footer-partners-images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 1rem auto 0;
    padding: 0 2.4em;
}

.footer-partner {
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.footer-partner:nth-child(1) img {
    height: 3.5em;
}
@media (hover: hover) {
    .footer-partner:hover {
        -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
        transform: scale(1.05);
    }
}

.footer-partner img {
    width: auto;
    height: 4em;
    max-width: unset;
    -o-object-fit: contain;
    object-fit: contain;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}

.footer-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 4rem;
}

.footer-link {
    text-decoration: unset;
    -webkit-transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    transition: color 0.3s ease-in-out, opacity 0.3s ease-in-out;
    margin-bottom: 1rem;
    position: relative;
}
.footer-link:before {
    content: "";
    display: block;
    width: 0;
    height: 0.1rem;
    background-color: #FFFFFF;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
    transition: width 0.3s ease-in-out, background-color 0.3s ease-in-out;
}
@media (hover: hover) {
    .footer-link:hover:before {
        width: 100%;
        background-color: #05F2AF;
    }
    .footer-link:hover {
        color: #05F2AF;
        opacity: 1;
    }
}

.main {
    position: relative;
    z-index: 3;
}

.wrapper {
    height: 100%;
    min-height: 100%;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-flex-grow: 1;
    overflow: hidden;
}

.hero {
    padding: 11.7em 0 4em;
    min-height: 82.1em;
    background-image: url(../img/webp/hero-bg.webp);
    background-size: 40.3em auto;
    background-repeat: no-repeat;
    background-position: top center;
}

.hero-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}

.hero-content {
    margin-top: 8rem;
}

.hero-title {
    margin-bottom: 2rem;
}

.buttons {
    margin-top: 4em;
}

.buttons .btn {
    margin: 0 auto 2em;
}
.buttons .btn:nth-last-child(1) {
    margin-bottom: 0;
}

.promote-row {
    margin: 4.4rem auto 2em;
}

.promote-item-wrap {
    margin-bottom: 4em;
}
.promote-item-wrap:nth-last-child(1) {
    margin-bottom: 0;
}

.promote-item {
    width: 36em;
    min-height: 17.8em;
    padding: 3.1em 2em 1.5em 2.15em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    position: relative;
    text-decoration: unset;
}
.promote-item:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    pointer-events: none;
}
@media (hover: hover) {
    .promote-item:hover:before {
        opacity: 0.4;
    }
    .promote-item:hover .promote-item-link span {
        color: #FFFFFF;
    }
    .promote-item:hover .promote-item-link svg {
        stroke: #FFF;
    }
}

.promote-item-content {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 25em;
}

.promote-item-title {
    margin-bottom: 0.65em;
}

.promote-item-text {
    margin: auto 0 0.3em;
}

@media (max-width: 639px) {
    .promote-item-link svg {
        fill: none;
    }
}

.promote-logo {
    position: absolute;
    width: 9em;
    top: -2.4em;
}

.red-promote {
    background-image: url(../img/svg/company-bg-red.svg);
}
.red-promote:before {
    background-image: url(../img/svg/company-bg-red-hover.svg);
}

.green-promote {
    background-image: url(../img/svg/company-bg-green.svg);
}
.green-promote:before {
    background-image: url(../img/svg/company-bg-green-hover.svg);
}

.merhabet-logo {
    right: 1em;
}

.sevenslots-logo {
    left: 1em;
}

.country-slider {
    margin-top: 2rem;
    margin-bottom: 3.2rem;
}

.country-slide-content {
    border-radius: 2em;
    background: rgba(255, 255, 255, 0.15);
    padding: 1.2em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.013em 0.1em rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.013em 0.1em rgba(255, 255, 255, 0.05) inset;
}
@media (hover: hover) {
    .country-slide-content:hover {
        background: rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.4) inset, -0.05em -0.1em 0.013em 0.1em rgba(255, 255, 255, 0.05) inset;
        box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.4) inset, -0.05em -0.1em 0.013em 0.1em rgba(255, 255, 255, 0.05) inset;
    }
}

.country-image {
    width: 8em;
    height: 8em;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 1.2em;
    -webkit-box-shadow: 0 0.3em 0.6em 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 0.3em 0.6em 0 rgba(0, 0, 0, 0.25);
    margin-bottom: 2em;
}

.country-title {
    margin-bottom: 1rem;
}

.country-text {
    line-height: 1.14;
}

.app-slider {
    margin-top: 2rem;
    margin-bottom: 3.2rem;
}

.app-slide-content {
    padding: 1em 2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 2rem;
    position: relative;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}
.app-slide-content:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    border-radius: 2em;
}
@media (hover: hover) {
    .app-slide-content:hover {
        -webkit-transform: translateY(-5%) scale(1.02);
        -ms-transform: translateY(-5%) scale(1.02);
        transform: translateY(-5%) scale(1.02);
    }
}

.app-slide-image {
    width: 100%;
    max-width: 10em;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 1em;
    position: relative;
    z-index: 3;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.app-slide-image img {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.app-slide-text {
    position: relative;
    z-index: 4;
}

.app-slide-title {
    margin-bottom: 0.2rem;
    line-height: 1.2;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.app-slide-desc {
    line-height: 1.14;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.app-slide-desc .text-orange {
    white-space: nowrap;
}

.app-green-slide:before {
    border: 0.1em solid rgba(0, 255, 183, 0.2);
    background: linear-gradient(135deg, rgba(1, 204, 147, 0.4) 0%, rgba(1, 204, 147, 0) 100%), rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0.2em 0.2em 0.6em 0 rgba(56, 255, 149, 0.8) inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0.2em 0.2em 0.6em 0 rgba(56, 255, 149, 0.8) inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
    backdrop-filter: blur(10px);
}

.app-blue-slide:before {
    border: 0.1em solid rgba(162, 198, 255, 0.2);
    background: linear-gradient(135deg, rgba(1, 79, 204, 0.4) 0%, rgba(1, 79, 204, 0) 100%), rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0.2em 0.2em 0.6em 0 rgba(0, 72, 255, 0.8) inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0.2em 0.2em 0.6em 0 rgba(0, 72, 255, 0.8) inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
}

.app-violet-slide:before {
    border: 0.1em solid rgba(182, 169, 255, 0.2);
    background: linear-gradient(135deg, rgba(102, 57, 147, 0.4) 0%, rgba(102, 57, 147, 0) 100%), rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0.2em 0.2em 0.6em 0 #9747FF inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0.2em 0.2em 0.6em 0 #9747FF inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
}

.app-orange-slide:before {
    border: 0.1em solid rgba(255, 212, 132, 0.2);
    background: linear-gradient(135deg, rgba(255, 98, 0, 0.4) 0%, rgba(255, 98, 0, 0) 100%), rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 0.2em 0.2em 0.6em 0 rgba(255, 89, 0, 0.8) inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0.2em 0.2em 0.6em 0 rgba(255, 89, 0, 0.8) inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
}

.app-lightblue-slide:before {
    border: 0.1em solid rgba(207, 254, 255, 0.2);
    background: linear-gradient(135deg, rgba(80, 213, 247, 0.4) 0%, rgba(80, 213, 247, 0) 100%);
    -webkit-box-shadow: 0.2em 0.2em 0.6em 0 #3FD9FF inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
    box-shadow: 0.2em 0.2em 0.6em 0 #3FD9FF inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.2);
}

.rates-row {
    margin: 2rem auto 3.2rem;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2em;
}

.rates-inner {
    height: 100%;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.15);
    padding: 1.2em;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    -webkit-box-shadow: 0 0.9em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 0.9em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
}
@media (hover: hover) {
    .rates-inner:hover {
        -webkit-transform: translateY(-10%) scale(1.05);
        -ms-transform: translateY(-10%) scale(1.05);
        transform: translateY(-10%) scale(1.05);
        background: rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: 0 0.9em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.4) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
        box-shadow: 0 0.9em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.4) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
    }
}

.rates-icon {
    margin-bottom: 2em;
}

.rates-item-title {
    margin-bottom: 0.3rem;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.rates-item-text {
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}

.flow {
    margin: 2rem auto 3.2rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flow-item {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}

.flow-item-right {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 2em 0 2em 1.6em;
    border-left: 1px solid #05F2AF;
}

.flow-item-left {
    width: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 4em;
}

.flow-item-num {
    width: 3.2em;
    height: 3.2em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 1.2rem;
    background: rgba(5, 242, 175, 0.3);
    margin-bottom: 1rem;
}

.flow-item-title {
    line-height: 1.29;
    margin-bottom: 1rem;
}

.flow-item-text {
    line-height: 1.29;
}

.reverse-flow-item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.reverse-flow-item .flow-item-right {
    padding: 2em 1.6em 2em 0;
    border-left: unset;
}

.reverse-flow-item .flow-item-left {
    border-left: 1px solid #05F2AF;
    padding-right: 0;
    padding-left: 4em;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
}

.text-and-blur {
    margin: 4rem 0;
    padding: 12rem 0;
    position: relative;
}

.text-and-blur-bg {
    position: absolute;
    top: 55%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 75.3em;
    height: 46.3em;
    pointer-events: none;
}

.text-and-blur-anim {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-image: url(../img/decor-bg.svg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: bg-anim-1 6s infinite ease-in-out;
    animation: bg-anim-1 6s infinite ease-in-out;
}

@-webkit-keyframes bg-anim-1 {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(5deg) scale(1.1);
        transform: rotate(5deg) scale(1.1);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}

@keyframes bg-anim-1 {
    0% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
    50% {
        -webkit-transform: rotate(5deg) scale(1.1);
        transform: rotate(5deg) scale(1.1);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1);
        transform: rotate(0deg) scale(1);
    }
}
.text-and-blur-title {
    font-size: 2.25rem;
    font-size: clamp(18px, 2.25rem, 2.25rem);
    font-style: normal;
    font-weight: 700;
    line-height: 1.2;
    letter-spacing: 0.1128rem;
    text-transform: uppercase;
    margin: 0 auto;
}

.contacts {
    padding-bottom: 0;
}

.form-inner {
    margin: 2rem auto 4rem;
    border-radius: 2em;
    -webkit-box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.3em 0.1em rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.3em 0.1em rgba(255, 255, 255, 0.05) inset;
    background: rgba(255, 255, 255, 0.15);
    min-height: 20em;
    padding: 3.2em 1.2em;
}

.form-bg {
    width: 100%;
    min-height: 38em;
    position: relative;
    overflow: hidden;
}

.form-image {
    position: absolute;
    pointer-events: none;
    width: 40em;
    max-width: unset;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%) scaleX(-1);
    -ms-transform: translate(-50%, -50%) scaleX(-1);
    transform: translate(-50%, -50%) scaleX(-1);
}

.form-frame {
    display: block;
    border: 1px dashed #05F2AF;
    border-radius: 2rem;
    text-decoration: unset;
}
@media (hover: hover) {
    .form-frame:hover .text-accent:before {
        width: 100%;
    }
}

.form-title {
    margin-bottom: 0;
}

.form-info-text {
    padding: 1.2rem;
    display: block;
    text-decoration: unset;
}
.form-info-text .text-accent {
    position: relative;
    white-space: nowrap;
}
.form-info-text .text-accent:before {
    content: "";
    display: block;
    width: 0;
    height: 0.1rem;
    background-color: #05F2AF;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: width 0.3s ease-in-out;
    transition: width 0.3s ease-in-out;
}

.qr-code {
    display: none;
}

.form-wrapper .btn {
    margin: 2rem auto 1.2rem;
    max-width: 100%;
}

.contact-links {
    margin: 0 auto;
}

.contact-links-title {
    margin-bottom: 2rem;
}

.contact-link {
    text-decoration: unset;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 1.2em;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.15);
    margin-bottom: 1rem;
    position: relative;
    -webkit-transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out, background 0.3s ease-in-out, -webkit-box-shadow 0.3s ease-in-out;
    -webkit-box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
}
.contact-link.copied .contact-link-icon, .contact-link.copied .contact-link-text, .contact-link.copied .contact-link-title {
    opacity: 0;
}
.contact-link.copied .copy-text-success {
    opacity: 1;
}
@media (hover: hover) {
    .contact-link:hover {
        background: rgba(255, 255, 255, 0.25);
        -webkit-box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.4) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
        box-shadow: 0 0.8em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.4) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
    }
    .contact-link:hover .contact-link-text {
        color: #05F2AF;
        border-bottom: 1px solid #05F2AF;
    }
}

.contact-link-icon {
    margin-right: 2rem;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-link-title {
    margin-bottom: 0.3rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.contact-link-text {
    margin-top: 0.3rem;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-bottom: 1px solid transparent;
}

.copy-text-success {
    position: absolute;
    padding: 1.2em;
    width: 100%;
    height: 100%;
    text-align: center;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
    z-index: 2;
}

.red-blur {
    display: none;
    position: absolute;
    width: 348.9em;
    height: 211.9em;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 80rem;
    font-size: 70%;
}

.red-blur-inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.red-blur-image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/to-webp/red-blur-1.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: center center;
    -webkit-animation: bg-anim-2 8s infinite ease-in-out;
    animation: bg-anim-2 8s infinite ease-in-out;
}

@-webkit-keyframes bg-anim-2 {
    0% {
        -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
        transform: rotate(0deg) scale(1) translate(0%, 0%);
    }
    25% {
        -webkit-transform: rotate(8deg) scale(1.05) translate(1%, -1%);
        transform: rotate(8deg) scale(1.05) translate(1%, -1%);
    }
    50% {
        -webkit-transform: rotate(15deg) scale(1.15) translate(-1%, 1%);
        transform: rotate(15deg) scale(1.15) translate(-1%, 1%);
    }
    75% {
        -webkit-transform: rotate(8deg) scale(1.05) translate(-0.5%, -0.5%);
        transform: rotate(8deg) scale(1.05) translate(-0.5%, -0.5%);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
        transform: rotate(0deg) scale(1) translate(0%, 0%);
    }
}

@keyframes bg-anim-2 {
    0% {
        -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
        transform: rotate(0deg) scale(1) translate(0%, 0%);
    }
    25% {
        -webkit-transform: rotate(8deg) scale(1.05) translate(1%, -1%);
        transform: rotate(8deg) scale(1.05) translate(1%, -1%);
    }
    50% {
        -webkit-transform: rotate(15deg) scale(1.15) translate(-1%, 1%);
        transform: rotate(15deg) scale(1.15) translate(-1%, 1%);
    }
    75% {
        -webkit-transform: rotate(8deg) scale(1.05) translate(-0.5%, -0.5%);
        transform: rotate(8deg) scale(1.05) translate(-0.5%, -0.5%);
    }
    100% {
        -webkit-transform: rotate(0deg) scale(1) translate(0%, 0%);
        transform: rotate(0deg) scale(1) translate(0%, 0%);
    }
}
.popup {
    position: fixed;
    z-index: 15;
    display: block;
    width: 100vw;
    height: 100dvh;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.3s ease-in-out;
    transition: opacity 0.3s ease-in-out;
}
.popup.open {
    opacity: 1;
    pointer-events: all;
}

.popup-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.popup-window {
    position: absolute;
    z-index: 3;
    width: 50em;
    padding: 2em;
    border-radius: 2rem;
    background: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: 0 0.9em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
    box-shadow: 0 0.9em 17.2em 0 rgba(0, 0, 0, 0.2), 0.1em 0.1em 0.1em 0.05em rgba(255, 255, 255, 0.22) inset, -0.05em -0.1em 0.03em 0.1em rgba(255, 255, 255, 0.05) inset;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup img {
    border-radius: 2em;
    display: block;
}

@media (max-width: 1023px) {
    .qr-popup {
        display: none !important;
    }
}

.terms-wrapper .fixed-nav-top,
.error-wrapper .fixed-nav-top {
    display: none;
}

.terms {
    padding: 1.4rem 0 2rem;
    background-image: url(../img/webp/hero-bg.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
}
.terms .btn {
    margin: 2rem auto 5.6rem;
}

.terms-logo {
    display: block;
    width: 100%;
    max-width: 8.7rem;
    margin: 0 auto;
}

.terms-title {
    margin: 2.6rem auto 2rem;
}

.terms-text {
    padding: 2rem;
    border-radius: 2rem;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(59, 59, 59, 0.8);
    letter-spacing: 0.09rem;
}
.terms-text p {
    margin-bottom: 1.6rem;
}
.terms-text h2 {
    margin: 3.8rem 0 2rem;
    font-size: 1.8rem;
    font-size: clamp(18px, 1.8rem, 1.8rem);
    line-height: 1.33;
}

.error-section {
    padding: 1.4rem 0 6rem;
    background-image: url(../img/webp/error-bg.webp);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: top center;
    min-height: 61.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.error-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.error-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 15rem 2rem 2rem;
}

.error-image {
    display: block;
    width: 31.6em;
    margin-bottom: 2.6em;
    -webkit-transform: translateX(-0.5rem);
    -ms-transform: translateX(-0.5rem);
    transform: translateX(-0.5rem);
}

.error-title {
    margin-bottom: 1.2rem;
}

@media (min-width: 0px) {
    html {
        font-size: 2.4875621891vw;
    }
}
@media (min-width: 640px) {
    html {
        font-size: 1.3020833333vw;
    }
    .container {
        max-width: 76.8rem;
    }
    .fixed-nav-top {
        max-width: 100%;
    }
    .hero {
        background-image: url(../img/webp/hero-bg-desk.webp);
        background-size: 143.8rem auto;
        background-position: top -10rem center;
        min-height: 75rem;
    }
    .promote-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .promote-item-wrap {
        margin-bottom: 0;
    }
    .promote-item-title {
        margin-bottom: 0.8em;
    }
    .promote-item-text {
        margin-top: 0;
    }
    .promote-item-content {
        max-width: 30em;
    }
    .green-promote {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .green-promote .promote-item-content {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
        margin-left: auto;
    }
    .green-promote .promote-logo {
        -webkit-transform: scaleX(-1);
        -ms-transform: scaleX(-1);
        transform: scaleX(-1);
    }
    .green-promote .promote-item-title {
        text-align: left;
    }
    .country-slide-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .country-image {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin: 0 2rem 0 0;
    }
    .rates-row {
        grid-template-columns: repeat(4, 1fr);
    }
    .flow {
        max-width: 40.2rem;
    }
    .form-inner, .contact-links {
        max-width: 40.2rem;
    }
    .input-file-placeholder {
        max-width: 100%;
    }
    .text-and-blur-title {
        max-width: 50rem;
    }
    .text-and-blur-bg {
        font-size: 200%;
    }
    .footer-partners-images {
        max-width: 40rem;
        margin: 1rem auto 0;
    }
    .terms {
        background-image: url(../img/webp/hero-bg-desk.webp);
        background-size: 143.8rem auto;
        background-position: top -10rem center;
        min-height: 75rem;
    }
    .error-section {
        background-image: url(../img/webp/hero-bg-desk.webp);
        background-size: 143.8rem auto;
        background-position: top -10rem center;
        min-height: 75rem;
    }
    .error-image {
        font-size: 140%;
    }
}
@media (min-width: 1024px) {
    html {
        font-size: 0.6944444444vw;
    }
    .mobile {
        display: none;
    }
    .desktop {
        display: block;
    }
    section {
        padding: 6rem 0;
    }
    .container {
        max-width: 128.2rem;
        padding: 0 2rem;
    }
    .title-container .title {
        margin-bottom: 2rem;
    }
    .subtitle {
        font-size: 2.4rem;
        font-size: clamp(20px, 2.4rem, 2.4rem);
        line-height: 1;
    }
    .text {
        font-size: 1.4rem;
        font-size: clamp(14px, 1.4rem, 1.4rem);
    }
    .text-desk-lg {
        font-size: 4.8rem;
    }
    .text-desk-md {
        font-size: 1.8rem;
        font-size: clamp(16px, 1.8rem, 1.8rem);
    }
    .text-desk-sm {
        font-size: 1.6rem;
        font-size: clamp(14px, 1.6rem, 1.6rem);
    }
    .title {
        font-size: 4.8rem;
        font-size: clamp(30px, 4.8rem, 4.8rem);
        line-height: 1;
    }
    .title-desk-sm {
        font-size: 2.4rem;
        font-size: clamp(18px, 2.4rem, 2.4rem);
        line-height: 1;
    }
    .link svg {
        width: 2.4rem;
        height: 2.4rem;
        min-width: 18px;
        min-height: 18px;
    }
    .btn {
        min-height: 4.8rem;
        min-height: clamp(48px, 4.8rem, 4.8rem);
    }
    .red-btn-shadow {
        margin-bottom: 5.6rem;
    }
    .header {
        display: block;
    }
    .hero {
        padding: 17rem 0 5rem;
        background-position: top -1rem right -34rem;
        min-height: 75.6rem;
    }
    .hero-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .hero-row.has-anim {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .hero-row.has-anim .hero-content {
        margin-top: 5rem;
    }
    .hero-content {
        margin: 0;
    }
    .hero-title {
        font-size: 5.6rem;
        text-align: left;
        line-height: 1.14;
        max-width: 46rem;
    }
    .hero-text {
        text-align: left;
        line-height: 1.11;
        max-width: 46rem;
    }
    .hero .buttons {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 4rem -1rem 0;
    }
    .hero .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 21.7rem;
        min-width: clamp(160px, 21.7rem, 21.7rem);
        margin: 0 1rem;
    }
    .logo {
        width: 47rem;
        margin: 0 4.8rem 0;
    }
    .logo-anim {
        width: 55em;
        height: 49.5em;
        right: 4rem;
        position: absolute;
        margin: 0 0 0 0;
        top: -2rem;
    }
    .promote-row {
        margin: 13rem auto 8rem;
    }
    .promote-item {
        font-size: 167%;
        padding: 3em 2em 1.5em 3.2em;
    }
    .promote-item.green-promote {
        padding: 3em 3.2em 1.5em 2em;
    }
    .promote-logo {
        top: -3.8em;
        width: 9.85em;
    }
    .promote-item-text {
        margin-bottom: 1em;
        font-size: 1.8rem;
        font-size: clamp(14px, 1.8rem, 1.8rem);
    }
    .merhabet-logo {
        right: 0;
    }
    .sevenslots-logo {
        left: 1rem;
    }
    .country-slider {
        max-width: 79rem;
        margin: 6rem auto 8rem;
    }
    .country-slider .swiper-wrapper {
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 2em 0;
    }
    .country-title {
        margin-bottom: 0.6rem;
    }
    .app-slider {
        margin: 6rem auto 8rem;
        max-width: 100%;
    }
    .app-slider .swiper-wrapper {
        -webkit-transform: unset !important;
        -ms-transform: unset !important;
        transform: unset !important;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        width: 100%;
        max-width: 100%;
        gap: 2rem;
    }
    .app-slider .swiper-slide {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 4rem) / 3);
        flex: 0 0 calc((100% - 4rem) / 3);
        padding: 0;
    }
    .app-slider .swiper-slide:last-child, .app-slider .swiper-slide:nth-last-child(2) {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 calc((100% - 2rem) / 2);
        flex: 0 0 calc((100% - 2rem) / 2); /* по половине (с учётом gap: 2rem) */
    }
    .app-slider .swiper-slide {
        min-height: 18rem;
    }
    .app-slider .swiper-pagination, .country-slider .swiper-pagination {
        display: none;
    }
    .rates-row {
        max-width: 103rem;
        margin: 6rem auto 8rem;
    }
    .flow {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin: 6rem auto 8rem;
        max-width: 112.5rem;
    }
    .flow-item {
        margin: 0 2rem;
    }
    .reverse-flow-item {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flow-item-left {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
    .flow-item-right {
        width: 100%;
        max-width: 24rem;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .reverse-flow-item .flow-item-left {
        padding: 0 4em 0 0;
        border: unset;
    }
    .reverse-flow-item .flow-item-right {
        padding: 2em 0 2em 1.6em;
        border-left: 1px solid #05F2AF;
    }
    .flow-item-title {
        line-height: 1;
    }
    .flow-item-text {
        line-height: 1.12;
    }
    .contact-links {
        max-width: 110rem;
        margin: 0 auto;
    }
    .contact-links-title {
        margin-bottom: 6rem;
    }
    .contact-links-row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-gap: 1rem;
    }
    .contact-link {
        width: 100%;
        margin: 0;
    }
    .contact-link-title {
        margin-bottom: 0.4rem;
    }
    .contact-link-text {
        margin-top: 0.4rem;
    }
    .text-and-blur {
        padding: 23rem 0 16rem;
        margin: 0 auto;
    }
    .text-and-blur-title {
        max-width: 87.4rem;
        font-size: 5.6rem;
        line-height: 1.03;
        letter-spacing: 0.1rem;
        text-transform: uppercase;
    }
    .text-and-blur-bg {
        font-size: 100%;
        width: 214.2em;
        height: 107.7em;
        left: 45%;
        top: 60%;
    }
    .text-and-blur-anim {
        background-image: url(../img/decor-bg-desktop.svg);
    }
    .footer {
        padding: 3.5rem 0;
    }
    .footer-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .footer-info {
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .footer-link {
        margin: 0 4rem 0 0;
    }
    .footer-copyright {
        border-bottom: 1px solid transparent;
    }
    .footer-partners-title {
        text-align: left;
    }
    .footer-partners-images {
        margin-top: 1rem;
    }
    .footer-partners-images {
        padding: 0;
    }
    .footer-partner {
        margin: 0 2rem;
    }
    .footer-partner:nth-child(1) {
        margin-left: 0;
    }
    .form-inner {
        max-width: 110rem;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        margin: 6rem auto 8rem;
        padding: 0;
        -webkit-box-shadow: unset;
        box-shadow: unset;
        background: unset;
    }
    .form-bg {
        width: 50%;
        border-radius: 2rem 0 0 2rem;
        border-top: 1px solid rgba(0, 255, 183, 0.6);
        background: linear-gradient(135deg, rgba(1, 204, 147, 0.3) 0%, rgba(1, 204, 147, 0) 100%);
        -webkit-box-shadow: 0.4em 0 0.6em 0 rgba(5, 242, 175, 0.5) inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.5);
        box-shadow: 0.4em 0 0.6em 0 rgba(5, 242, 175, 0.5) inset, 0.6em 2em 2em 0 rgba(0, 0, 0, 0.5);
    }
    .form-wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 50%;
        border-radius: 0 2rem 2rem 0;
        border: 0.1em solid rgba(255, 255, 255, 0.1);
        background: rgba(255, 255, 255, 0.15);
        position: relative;
        z-index: 2;
        padding: 3em 2em;
    }
    .form-title {
        margin-bottom: 2rem;
    }
    .form-image {
        top: 50%;
        width: 44em;
    }
    .form-frame {
        padding: 2em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .form-info-text {
        padding: 0 0 0 2em;
        text-align: left;
    }
    .qr-code {
        display: block;
        border-radius: 2em;
        width: 9.7em;
    }
    .header-menu li {
        padding: 0 0.5rem;
    }
    .header-menu {
        margin: 0;
    }
    .red-blur {
        display: block;
    }
    .terms {
        padding: 14rem 0 4rem;
        background-position: top center;
    }
    .terms-title {
        margin: 0 0 4rem;
    }
    .terms-text {
        line-height: 1.5;
        padding: 6rem;
    }
    .terms-text h2 {
        font-size: 2.4rem;
        font-size: clamp(20px, 2.4rem, 2.4rem);
        line-height: 1.2;
    }
    .terms-wrapper .red-blur {
        left: 30%;
        top: 140rem;
    }
    .error-section {
        padding: 14rem 0 0.5rem;
        background-position: top -4rem center;
    }
    .error-image {
        font-size: 182%;
        -webkit-transform: unset;
        -ms-transform: unset;
        transform: unset;
        margin-bottom: 1.2em;
    }
    .error-inner {
        padding-top: 13rem;
    }
    .error-title {
        margin-bottom: 2rem;
    }
    .error-text {
        font-size: 2.4rem;
        font-size: clamp(20px, 2.4rem, 2.4rem);
    }
}
@media (min-width: 1300px) {
    .app-slider {
        max-width: 105rem;
    }
    .contact-links {
        max-width: 103rem;
    }
    .header-menu li {
        padding: 0 1rem;
    }
    .header-menu {
        margin: 0 0.8rem;
    }
    .promote-row {
        font-size: 88%;
        max-width: 110rem;
        margin: 8rem auto 4rem;
    }
    .promote-item-text {
        font-size: 1.4rem;
        font-size: clamp(14px, 1.4rem, 1.4rem);
    }
    .title {
        font-size: 4rem;
        font-size: clamp(30px, 4.4rem, 4.4rem);
    }
}
@media (min-width: 1440px) {
    .lang-list {
        top: calc(100% + 1rem);
    }
}
@media (min-width: 1500px) {
    html {
        font-size: 0.5208333333vw;
    }
    .hero {
        background-position: top right -12rem;
    }
    .text-and-blur-bg {
        font-size: 135%;
    }
    .lang-list {
        top: calc(100% + 10px);
    }
    .logo-anim {
        right: 3rem;
    }
    .promote-row {
        font-size: 95%;
        max-width: 120rem;
        margin: 11rem auto 6rem;
    }
    .promote-item-text {
        font-size: 1.6rem;
        font-size: clamp(14px, 1.6rem, 1.6rem);
    }
}
@media (min-width: 1920px) {
    .lang-list {
        top: calc(100% + 1.1rem);
    }
    .promote-row {
        font-size: 100%;
        max-width: 100%;
        margin: 13rem auto 8rem;
    }
    .title {
        font-size: 4.8rem;
        font-size: clamp(30px, 4.8rem, 4.8rem);
    }
    .promote-row {
        font-size: 100%;
        max-width: 100%;
        margin: 12rem auto 6rem;
    }
    .promote-item-text {
        font-size: 1.8rem;
        font-size: clamp(14px, 1.8rem, 1.8rem);
    }
}
@supports (backdrop-filter: blur(5px) saturate(200%)) or (-webkit-backdrop-filter: blur(5px) saturate(200%)) {
    .header-inner:before, .lang-list:before {
        backdrop-filter: blur(20px) saturate(200%);
        -webkit-backdrop-filter: blur(20px) saturate(200%);
        background: rgba(255, 255, 255, 0.15);
    }
    .lang-menu:before, .fixed-nav-bottom:before {
        backdrop-filter: blur(10px) saturate(200%);
        -webkit-backdrop-filter: blur(10px) saturate(200%);
        background: rgba(84, 84, 84, 0.1);
    }
}
@media (min-width: 1024px) {
    .wrapper-ru .hero-title, .wrapper-ru .hero-text {
        min-width: 56rem;
    }
    .wrapper-ru .flow {
        max-width: 100%;
    }
    .wrapper-ru .flow-item-right {
        max-width: 100%;
    }
    .wrapper-ru .form-inner {
        max-width: 100%;
    }
}

@media (min-width: 1024px) {
    .wrapper-tr .hero-title, .wrapper-tr .hero-text {
        min-width: 56rem;
    }
    .wrapper-tr .flow {
        max-width: 100%;
    }
    .wrapper-tr .flow-item-right {
        max-width: 100%;
    }
}
/*# sourceMappingURL=main.css.map */
