@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Italic.eot');
    src: local('Satoshi Italic'), local('Satoshi-Italic'),
        url('../fonts/satoshi/Satoshi-Italic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-Italic.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-Italic.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-Italic.ttf') format('truetype');
    font-weight: normal;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Black.eot');
    src: local('Satoshi Black'), local('Satoshi-Black'),
        url('../fonts/satoshi/Satoshi-Black.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-Black.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-Black.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-Black.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-BlackItalic.eot');
    src: local('Satoshi Black Italic'), local('Satoshi-BlackItalic'),
        url('../fonts/satoshi/Satoshi-BlackItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-BlackItalic.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-BlackItalic.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-BlackItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Regular.eot');
    src: local('Satoshi Regular'), local('Satoshi-Regular'),
        url('../fonts/satoshi/Satoshi-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-Regular.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-Regular.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-LightItalic.eot');
    src: local('Satoshi Light Italic'), local('Satoshi-LightItalic'),
        url('../fonts/satoshi/Satoshi-LightItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-LightItalic.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-LightItalic.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-LightItalic.ttf') format('truetype');
    font-weight: 300;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Medium.eot');
    src: local('Satoshi Medium'), local('Satoshi-Medium'),
        url('../fonts/satoshi/Satoshi-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-Medium.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-Medium.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-BoldItalic.eot');
    src: local('Satoshi Bold Italic'), local('Satoshi-BoldItalic'),
        url('../fonts/satoshi/Satoshi-BoldItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-BoldItalic.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-BoldItalic.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-BoldItalic.ttf') format('truetype');
    font-weight: bold;
    font-style: italic;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Bold.eot');
    src: local('Satoshi Bold'), local('Satoshi-Bold'),
        url('../fonts/satoshi/Satoshi-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-Bold.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-Bold.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-Light.eot');
    src: local('Satoshi Light'), local('Satoshi-Light'),
        url('../fonts/satoshi/Satoshi-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-Light.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-Light.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Satoshi';
    src: url('../fonts/satoshi/Satoshi-MediumItalic.eot');
    src: local('Satoshi Medium Italic'), local('Satoshi-MediumItalic'),
        url('../fonts/satoshi/Satoshi-MediumItalic.eot?#iefix') format('embedded-opentype'),
        url('../fonts/satoshi/Satoshi-MediumItalic.woff2') format('woff2'),
        url('../fonts/satoshi/Satoshi-MediumItalic.woff') format('woff'),
        url('../fonts/satoshi/Satoshi-MediumItalic.ttf') format('truetype');
    font-weight: 500;
    font-style: italic;
    font-display: swap;
}


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

body,
h1, h2, h3, h4, h5, h6,
p,
ul, ol {
  margin: 0;
}

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

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

html {
  font-size: 16px;
}
body {
    margin: 0;
    font-family: 'Satoshi', sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #fff;
    background-color: #13101C;
    overflow-x: hidden;
}

body.modal-open {
    overflow: hidden;
}

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

button {
  border: none;
  background: none;
  cursor: pointer;
  font: inherit;
  margin: 0;
  padding: 0;
}

input,
textarea {
  font: inherit;
  border: none;
  background: none;
  outline: none;
}

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

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

:focus-visible {

}

.container {
    width: 100%;
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 32px;
}

.btn {
    display: flex;
    padding: 12px 16px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 12px;
}

.btn svg {
    width: 20px;
    height: 20px;
}

.btn span {
    color: var(--Text-White, #EEF0F3);
    font-weight: 700;
    line-height: 125%;
    white-space: nowrap;
}

a.btn {
    text-decoration: none;
}

.btn--color {
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    box-shadow: 0 8px 20px 0 rgba(8, 1, 16, 0.60);
}

.btn--black {
    background: var(--Island-Jaguar, #080110);
    box-shadow: 0 8px 20px 0 rgba(8, 1, 16, 0.60);
}

/* .btn--black:hover {
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
} */

.btn--transparent {
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(10px);
}

/* .btn--transparent:hover {
    background: var(--island-white-10, rgba(238, 240, 243, 0.10));
} */

.btn--gray {
    padding: 7px 11px;
    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    width: 100%;
}

.btn--gray span {
    font-size: 14px;
}

/* .btn--gray:hover {
    background: rgba(238, 240, 243, 0.15);
} */

.btn--modal {
    border-radius: 12px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(10px);
}

.lottie-icon {
    width: 24px;
    height: 24px;
}

@media (hover: hover) and (pointer: fine) {
    .btn--black:hover {
        background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    }

    .btn--transparent:hover {
        background: var(--island-white-10, rgba(238, 240, 243, 0.10));
    }

    .btn--gray:hover {
        background: rgba(238, 240, 243, 0.15);
    }
}

.section{
    background-color: #13101C;
    padding-top: 96px;
    padding-bottom: 96px;
}

.section__badge {
    display: flex;
    gap: 12px;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.section__badge-after,
.section__badge-before {
    content: '';
    display: block;
    width: 144px;
    height: 1px;
    background: linear-gradient(-90deg, rgba(238, 240, 243, 0.00) 10%, rgba(238, 240, 243, 0.30) 100%);
}

.section__badge-before {
    background: linear-gradient(90deg, rgba(238, 240, 243, 0.00) 10%, rgba(238, 240, 243, 0.30) 100%);
}

.section__badge-text {
    padding: 7px 19px;
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    background: var(--Island-Gradient, linear-gradient(90deg, #2EA5FF 0%, #B452FF 33%, #DC5CAF 66%, #FC8623 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 14px;
    border-radius: 64px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    white-space: nowrap;
}

.section__wrapper {
    display: flex;
    flex-direction: column;
    gap: 64px;
}

.section__title-block {
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 1010px;
    margin: 0 auto;
}

.section__title {
    color: var(--Text-White, #EEF0F3);
    text-align: center;
    font-size: var(--Text-Title-Size-H2, 40px);
    font-weight: 500;
    line-height: 120%;
}

.no-scroll {
    overflow: hidden;
}

.gradient-border {
    position: relative;
    border-radius: inherit;
}
.gradient-border::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        90deg,
        #B452FF 0%,
        #DC5CAF 49.52%,
        #FC8623 100%
    );
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
}

.gradient-border-hover {
    position: relative;
    border-radius: inherit;
}
.gradient-border-hover::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;
    background: linear-gradient(
        90deg,
        #B452FF 0%,
        #DC5CAF 49.52%,
        #FC8623 100%
    );
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}
.gradient-border-hover:hover::before {
    opacity: 1;
}

@media (max-width: 1599.98px) {
    .container {
        max-width: 1360px;
    }
    .container--small {
        max-width: calc(980px + 64px);
    }
}

@media (max-width: 1399.98px) {
    .container {
        max-width: 1200px;
        padding: 0 16px;
    }
}

@media (max-width: 1199.98px) {
    .container {
        max-width: none;
    }
}

@media (max-width: 991.98px) {
    .section {
        padding-top: 48px;
        padding-bottom: 48px;
    }
    .section__title {
        font-size: 36px;
    }

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .section {
        padding-top: 32px;
        padding-bottom: 32px;
    }
    .section__title {
        font-size: 24px;
    }
    .section__badge-after,
    .section__badge-before {
        width: 100%;
    }
}


/* HEADER START */

.header {
    position: absolute;
    top: 40px;
    width: 100%;
    z-index: 5;
    transition: transform 0.3s ease, top 0.3s ease;
}

/* когда фиксируется */
.header.is-fixed {
    position: fixed;
    top: 20px;
}

/* когда скрывается вверх */
.header.is-hidden {
    transform: translateY(-150%);
}

.header__wrapper {
    padding: 16px 24px;
    border-radius: 12px;
    background: #080110;
    box-shadow: 0 8px 20px 0 rgba(8, 1, 16, 0.60);
}

.header__content {
    display: flex;
    justify-content: space-between;
    align-items: center;

}

.header__logo {
    width: 264px;
    flex-shrink: 0;
}

.header__logo-link {
    
}

.header__nav {
    
}

.header__nav-list {
    display: flex;
    justify-content: center;
    align-items: center;
}

.header__nav-item {
    /* position: relative;
    z-index: -1; */
}

.header__nav-item::after {
    content:'';
    display: block;
    position: absolute;
    right: 0;
    top:50%;
    transform: translateY(-50%);
    width: 1px;
    height: 28px;
    background: rgba(238, 240, 243, 0.15);
}

.header__nav-item:last-of-type::after {
    display: none;
}

.header__nav-link {
    display: flex;
    padding: 8px 24px;
    line-height: 1;
    gap: 8px;
    align-items: center;
    text-decoration: none;
}

.header__nav-icon {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.header__nav-text {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    opacity: 0;
    transition: max-width 0.3s ease, opacity 0.2s ease;
    color: var(--Text-White, #EEF0F3);
    font-weight: 700;
    line-height: 125%;
}

/* ховер на item */
.header__nav-item:hover .header__nav-text {
    max-width: 200px;
    opacity: 1;
}

.header__action {
    display: flex;
    gap: 44px;
}

.header__burger {
    display: none;
}

.header__burger-btn {
    padding: 7px;
    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(10px);
}

.header__btn--close {
    display: none;
    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(10px);
    padding: 7px;
    align-self: flex-end;
}

.header__logo--mobile {
    display: none;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .header__wrapper {
        background: transparent;
        box-shadow: none;
    }
    .header__logo {
        position: absolute;
        top:0;
        left:32px;
        width: 180px;
        display: none;
    }
    .header__nav,
    .header__action {
        display: none;
    }
    .header__burger {
        line-height: 1;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 16px;
        border-radius: 12px;
        background: #080110;
        box-shadow: 0 8px 20px 0 rgba(8, 1, 16, 0.60);
        position: absolute;
        right: 32px;
        top:0;
    }
    .header__menu--open .header__nav{
        display: flex;
    }
    .header__menu--open .header__content {
        position: absolute;
        right:32px;
        top:0;
        z-index: 9;
        border-radius: 12px;
        background: var(--Island-Jaguar, #080110);
        box-shadow: 0 8px 20px 0 rgba(8, 1, 16, 0.60);
        padding: 16px;
        flex-direction: column;
        gap: 48px;
    }
    .header__menu--open .header__action {
        display: flex;
        width: 100%;
    }
    .header__menu--open .btn--color {
        width: 100%;
        max-width: unset;
    }
    .header__menu--open .header__content .header__nav-text{
        opacity: 1;
        max-width: fit-content;
    }
    .header__nav-list {
        flex-direction: column;
        align-items: flex-start;
        gap: 16px;
    }
    .header__nav-item {
        width: 100%;
    }
    .header__nav-link {
        padding: 8px 0;
    }
    .header__nav-item::after {
        width: 100%;
        height: 1px;
        left:0;
        right: unset;
        bottom: -8px;
        top:unset
    }
    .header__menu--open .header__btn--close {
        display: flex;
    }
    .header__menu--open .header__burger {
        display: none;
    }
    .header.is-hidden .header__burger {
        display: none;
    }
    .header__logo--mobile {
        display: block;
    }
    .header.is-fixed .header__logo--mobile {
        display: none;
    }
}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}


/* HEADER END */




/* HERO START */

.hero {
    padding-top: 280px;
    display: flex;
    height: 100vh;
    min-height: 100svh;
    min-height: 600px;
    padding-top: 300px;
    padding-bottom: 300px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 8px;
    align-self: stretch;
    position: relative;
    overflow: hidden;
}


.hero::before {
    content:'';
    display: block;
    width: 100%;
    height: 100%;
    background-image: url('../img/heromainbg2.png');
    background-position: bottom -400px center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    mix-blend-mode: screen;
}

.hero::after {
    content: '';
    display: block;
    width: 2500px;
    height: 1000px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border-radius: 2500px;
    background: var(--Background-Black, #13101C);
    filter: blur(250px);
    pointer-events: none;
}

.hero__bottom-bg {
    position: absolute;
    width: 100%;
    height: 200px;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}

.hero__bottom-bg svg {
    width: 100%;
    height: 100%;
}

.hero__wrapper {
}

.hero__bg {
    position: absolute;
    inset: 0;
    z-index: 0;
    overflow: hidden;
}

.hero__video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: translate(-50%, -50%);
    pointer-events: none;
}

.hero__content {
    position: relative;
    z-index: 2;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 40px;
}



.hero__badge {
    text-align: center;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    background: var(--Island-Gradient, linear-gradient(90deg, #2EA5FF 0%, #B452FF 33%, #DC5CAF 66%, #FC8623 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 22px;
}



.hero__title-block {
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.hero__title {
    color: #EEF0F3;
    text-align: center;
    font-size: 56px;
    font-style: normal;
    font-weight: 500;
    line-height: 114.286%;
}

.hero__subtitle {
    color: #B452FF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 500;
    line-height: 137.5%;
}

.hero__action {
    margin-top: 20px;
    display: flex;
    gap: 16px;
    justify-content: center;
}

.hero__shape {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 400px;
    pointer-events: none;
    z-index: 3;
    overflow: hidden;
}

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

@media (max-width: 1599.98px) {
    .hero::before {
        background-position: bottom -300px center;
    }
}

@media (max-width: 1399.98px) {
    .hero__content {
        max-width: 900px;
        margin: 0 auto;
    }
    .hero__subtitle {
        font-size: 18px;
    }
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .hero__title {
        font-size: 48px;
    }
}

@media (max-width: 767.98px) {
    .hero {
        padding-top: 160px;
        padding-bottom: 100px;
    }
    .hero::before {
        background-position: bottom -250px center;
    }
    .hero__bottom-bg {
        width: 900px;
        height: 200px;
    }
}

@media (max-width: 575.98px) {
    .hero {
        height: 770px;
    }
    .hero__title {
        font-size: 40px;
    }
    .hero__subtitle {
        font-size: 16px;
    }
    .hero__action {
        flex-direction: column;
    }
}

@media (max-width: 480px) {
    .hero__title {
        font-size: 34px;
    }
}

@media (max-width: 420px) {

}

/* HERO END */


/* PROOF START */

.proof {
    position: relative;
    padding-top: 105px;
}

/* SVG */
/* .hero__shape {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 400px;
    pointer-events: none;
    z-index: 3;
    overflow: hidden;
}

.hero__shape svg {
    width: 100%;
    height: 100%;
    display: block;
} */

.proof__content {

}

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

.proof__item {
    width: calc(33.33% - 8px);
    padding: 23px;
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.proof__item-title {
    color: var(--Text-White, #EEF0F3);
    text-align: center;
    font-size: var(--Text-Title-Size-H1, 56px);
    line-height: 114.286%;
}

.proof__item-line {
    width: 100px;
    height: 1px;
    background: rgba(238, 240, 243, 0.10);
}

.proof__item-subtitle {
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    text-align: center;
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    line-height: 133.333%;
}




@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {
    .proof__item-subtitle {
        font-size: 14px;
    }    
}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .proof__wrapper {
        gap: 28px;
    }
    .proof__item-title {
        font-size: 36px;
    }
}

@media (max-width: 767.98px) {
    .proof__list {
        flex-direction: column;
    }
    .proof__item {
        width: 100%;
    }
    .proof__item {
        padding: 12px 16px;
        border-radius: 12px;
        flex-direction: row-reverse;
        justify-content: center;
        align-items: center;
        gap: 20px;
    }
    .proof__item-subtitle {
        font-size: 16px;
        font-weight: 500;
        text-align: right;
        width: 150px;
    }
    .proof__item-title {
        font-size: 22px;
        font-weight: 500;
        text-align: left;
        width: 150px;
    }
    .proof__item-line {
        width: 1px;
        height: 36px;
    }
}

@media (max-width: 575.98px) {
    .proof__item {
        justify-content: space-between;
    }
    .proof__item-subtitle {
        text-align: left;
    }
    .proof__item-title {
        text-align: right;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}

/* PROOF END */

/* HOW START */

.how {

}

.how__wrapper {

}

.how__content {

}

.how__list {
    display: flex;
    gap: 16px;
}

.how__item {
    width: calc(33.33% - 10.67px);
    padding: 23px 23px 96px 23px;
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
    background: var(--Background-Black, #13101C);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    overflow: hidden;
    position: relative;
}

.how__item-icon {
    padding: 8px;
    border-radius: 8px;
    background: var(--island-neon-purple-20, rgba(138, 43, 226, 0.20));
    display: flex;
    justify-content: center;
    align-items: center;
}

.how__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transform: translateY(28px);
    transition: all 0.3s ease;
}

.how__item-title {
    color: var(--Text-White, #EEF0F3);
    text-align: center;
    font-size: var(--Text-Title-Size-H3, 32px);
    font-weight: 500;
    line-height: 137.5%;
}

.how__item-line {
    width: 100px;
    height: 1px;
    background: rgba(238, 240, 243, 0.10);
}

.how__item-text {
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    text-align: center;
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    line-height: 133.333%;
    max-width: 260px;
}

.how__item-num {
    position: absolute;
    bottom: -32px;
    color: var(--text-white-50, rgba(251, 251, 251, 0.50));
    text-align: center;
    font-size: 80px;
    font-weight: 500;
    line-height: 80%;
    transition: all 0.3s ease;
    
}

@media (hover: hover) and (pointer: fine) {
    .how__item:hover {
        border: 1px solid #B452FF;
        background:
            url("../img/dots.png"),
            radial-gradient(
                104.82% 104.82% at 50% 100%,
                rgba(252, 134, 35, 0.25) 4.48%,
                rgba(220, 92, 175, 0.20) 19.18%,
                rgba(180, 82, 255, 0.17) 29.22%,
                rgba(19, 16, 28, 0.00) 75.04%
            ),
            #13101C;
        background-repeat: repeat, no-repeat, no-repeat;
        background-size:
            341px 341px,
            100% 100%,
            100% 100%;
        background-position:
            0 0,
            0 0,
            0 0;
    }

    .how__item:hover .how__item-content {
        transform: translateY(0);
    }

    .how__item:hover .how__item-num {
        transform: translateY(-56px);
        background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .how__item:hover .how__item-icon {
        background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    }
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .how__item-title {
        font-size: 22px;
    }
    .how__item-text {
        font-size: 16px;
    }
    .how__item-content {
        gap: 8px;
    }
}

@media (max-width: 767.98px) {
    .how__list {
        flex-direction: column;
    }
    .how__item {
        width: 100%;
        border: 1px solid #B452FF;
        background:
            url("../img/dots.png"),
            radial-gradient(
                104.82% 104.82% at 50% 100%,
                rgba(252, 134, 35, 0.25) 4.48%,
                rgba(220, 92, 175, 0.20) 19.18%,
                rgba(180, 82, 255, 0.17) 29.22%,
                rgba(19, 16, 28, 0.00) 75.04%
            ),
            #13101C;
        background-repeat: repeat, no-repeat, no-repeat;
        background-size:
            341px 341px,
            100% 100%,
            100% 100%;
        background-position:
            0 0,
            0 0,
            0 0;
    }

    .how__item .how__item-content {
        transform: translateY(0);
    }

    .how__item .how__item-num {
        transform: translateY(-56px);
        background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .how__item .how__item-icon {
        background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    }
}

@media (max-width: 575.98px) {

}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}

/* HOW END */

/* CATEGORIES START */

.categories {
    overflow: hidden;
}

.categories__wrapper {

}

.categories__content {
    position: relative;
}

.categories__cards {
    display: flex;
    justify-content: center;
    gap: 16px;
    overflow: visible;
    position: relative;
    width: 100%;
}

.categories__cards::after,
.categories__cards::before {
    content: '';
    display: block;
    position: absolute;
    left:0;
    top:0;
    width: 80px;
    height: 100%;
    background-color: #f00;
    background: linear-gradient(270deg, rgba(19, 16, 28, 0.00) 0%, #13101C 50%);
}

.categories__cards::before {
    left:unset;
    right:0;
    background: linear-gradient(270deg, #13101C 50.09%, rgba(19, 16, 28, 0.00) 100%);
}

.categories__card-left,
.categories__card-right {
    width: 600px;
    height: auto;
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
    background: var(--Background-Black, #13101C);
    flex-shrink: 0;
    z-index: 2;
    /* opacity: 0; */
}

.categories__card-right {

}

.categories__card {
    width: 900px;
    height: auto;
    padding: 23px;
    position: relative;
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    flex-shrink: 0;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    gap: 48px;
    z-index: 2;
}

.categories__card::before {
    content: '';
    position: absolute;
    inset: 0;

    border-radius: 24px;
    border: 1px solid rgba(238, 240, 243, 0.10);

    background:
        url("../img/dots.png"), /* паттерн */
        radial-gradient(
            103.91% 86.57% at 99.92% 100.08%,
            rgba(252, 134, 35, 0.25) 4.48%,
            rgba(220, 92, 175, 0.20) 19.18%,
            rgba(180, 82, 255, 0.17) 29.22%,
            rgba(19, 16, 28, 0.00) 75.04%
        ),
        #13101C;

    background-repeat: repeat, no-repeat, no-repeat;

    background-size:
        341px 341px,  /* размер тайла — подгони */
        100% 100%,
        100% 100%;

    background-position:
        0 0,
        0 0,
        0 0;

    z-index: 2;
    pointer-events: none;
}


.categories__bgright-shadow,
.categories__bgright-light {
    position: absolute;
    top: -100px;
    right: calc(50% - 450px);
    overflow: visible;
    transform: translateX(50%);
    mix-blend-mode: plus-lighter;
    color: #fff;
}

.categories__bgleft-shadow,
.categories__bgleft-light {
    position: absolute;
    top: -100px;
    left: calc(50% - 450px);
    overflow: visible;
    transform: translateX(-50%);
    mix-blend-mode: plus-lighter;
    color: #fff;
}

.categories__bgright-shadow,
.categories__bgleft-shadow {
    z-index: 4;
    pointer-events: none;
}

.categories__bgright-light,
.categories__bgleft-light {
    z-index: 1;
}


.categories__tabs {
    display: flex;justify-content: flex-end;
    gap: 8px;
}

.categories__tabs,
.categories__info {
    position: relative;
    z-index: 4;
}

.categories__tab {
    padding: 8px;
    border-radius: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor:pointer;
    border-radius: 8px;
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(2px);
}

.categories__tab svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.categories__tab span {
    color: var(--Text-White, #EEF0F3);
    font-weight: 700;
    line-height: 125%;

    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    opacity: 0;
    transition: max-width 0.3s ease, opacity 0.2s ease;
}

.categories__tab.is-active span {
    max-width: 320px;
    opacity: 1;
}

.categories__tab.is-active {
    gap: 8px;
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
}

.categories__info {

}

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

.categorie__item.is-active {
    display: flex;
}

.categorie__item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.categorie__item-title {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H3, 32px);
    font-weight: 500;
    line-height: 137.5%;
}

.categorie__item-text {
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    line-height: 133.333%;
}

.categorie__item-meta {
    display: flex;
    gap: 32px;
}

.categorie__item-price {
    width: 320px;
}

.categorie__item-meta-name {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H5, 20px);
    font-weight: 500;
    line-height: 120%;
}

.categorie__item-price-value {
    font-size: var(--Text-Title-Size-H4, 24px);
    font-weight: 500;
    line-height: 133.333%;
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    width: fit-content;
}

.categorie__item-price,
.categorie__item-countries {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.categorie__item-countries {

}

.categorie__item-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.categorie__item-flag {
    
}

.flag {
    display: block;
    width: 40px;
    height: 40px;
    flex-shrink: 0;
}

.flag img {
    width: 100%;
    object-fit: cover;
}

.flag-icon {
    width: 40px;
    height: 40px;
}

.alt-tooltip {
    position: absolute;
    padding: 4px 8px;
    font-size: 14px;
    border-radius: 6px;
    background: var(--Island-Midnight-blue, #1E1E2F);
    backdrop-filter: blur(4px);
    color: #fff;
    pointer-events: none;
    opacity: 0;
    transform: translate(-50%, -100%);
    transition: opacity 0.15s ease;
    white-space: nowrap;
    z-index: 9999;
}

.alt-tooltip.visible {
    opacity: 1;
}

.categories__card-action {
    display: flex;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .categories__card {
        width: 700px;
    }
    .categories__bgright-shadow,
    .categories__bgright-light {
        right: calc(50% - 350px);
    }
    .categories__bgleft-shadow,
    .categories__bgleft-light{
        left: calc(50% - 350px);
    }
}

@media (max-width: 991.98px) {
    .categories__card {
        width: 600px;
    }
    .categories__bgright-shadow,
    .categories__bgright-light {
        right: calc(50% - 300px);
    }
    .categories__bgleft-shadow,
    .categories__bgleft-light{
        left: calc(50% - 300px);
    }
    .categorie__item-title {
        font-size: 28px;
    }
    .categories__card {
        padding: 16px;
        border-radius: 16px;
    }
    .categories__card::before {
        border-radius: 16px;
    }
}

@media (max-width: 767.98px) {
    .categories__bgleft,
    .categories__bgright,
    .categories__card-left,
    .categories__card-right,
    .categories__cards::after,
    .categories__cards::before {
        display: none;
    }
    .categories__card {
        width: 100%;
    }
    .categorie__item-price,
    .categorie__item-countries {
        width: 100%;
    }
    .categorie__item-meta {
        flex-direction: column;
    }

}

@media (max-width: 575.98px) {
    .categories__tab.is-active span {
        display: none;
    }
    .categories__tab {
        width: calc(25% - 6px);
    }
    .categories__card {
        padding: 12px;
        border-radius: 12px;
    }
    .categories__card::before {
        border-radius: 12px;
    }
    .categorie__item-title {
        font-size: 22px;
    }
    .categorie__item-text {
        font-size: 16px;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}


/* CATEGORIES END */


/* PROGRAM START */

.program {
    padding-top: 0;
}

.program__wraper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 32px;
}

.program__title-block {
    max-width: 980px;
}

.program__title {
    color: var(--Text-White, #EEF0F3);
    text-align: center;
    font-size: var(--Text-Title-Size-H3, 32px);
    font-weight: 500;
    line-height: 137.5%;
}

.program__content {
    display: flex;
    gap: 16px;
    align-items: stretch;
    height: 720px;
    width: 100%;
}

.program__filters {
    width: 448px;
    padding: 23px;
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
   /* фон как у categories__card::before */
    background:
        url("../img/dots.png"),
        radial-gradient(
            103.91% 86.57% at 99.92% 100.08%,
            rgba(252, 134, 35, 0.25) 4.48%,
            rgba(220, 92, 175, 0.20) 19.18%,
            rgba(180, 82, 255, 0.17) 29.22%,
            rgba(19, 16, 28, 0.00) 75.04%
        ),
        #13101C;

    background-repeat: repeat, no-repeat, no-repeat;

    background-size:
        341px 341px,
        100% 100%,
        100% 100%;

    background-position:
        0 0,
        0 0,
        0 0;
    height: fit-content;
}

.program__filters-form {
    display: flex;
    flex-direction: column;
    gap: 21px;
}

.program__filter-item {
    padding: 11px;
    border-radius: 12px;
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(2px);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.program__filter-title {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    line-height: 114.286%;
}

.program__filter-content {

}

/* FILTER BUDGET */
.budget__inputs {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 8px;
}

.budget__inputs span {
    width: 8px;
    display: block;

    color: var(--text-white-50, rgba(251, 251, 251, 0.50));
    text-align: center;
    font-size: var(--Text-Title-Size-H6, 18px);
    font-weight: 500;
    line-height: 111.111%;
}

.budget__input-wrapper {
    display: flex;
    align-items: center;
    gap: 8px;

    width: calc(50% - 12px);
    padding: 6px 8px 6px 6px;

    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));

    color: var(--text-white-50, rgba(251, 251, 251, 0.50));
    line-height: 125%;
}

.budget__input-wrapper input {
    width: 100%;
    border: none;
    padding: 0 8px;

    color: var(--text-white-50, rgba(251, 251, 251, 0.50));
    line-height: 125%;
    background: transparent;
}

.budget__input-wrapper span {
    width: 9px;
}

.budget__input-wrapper:focus-within {
    border-color: #B452FF;
}

.dual-range-input {
    position: relative;
    height: 28px;
    --min: 0%;
    --max: 100%;
}

.dual-range-input::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 4px;
    transform: translateY(-50%);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.08);
}

.dual-range-input::after {
    content: '';
    position: absolute;
    top: 50%;
    height: 4px;
    transform: translateY(-50%);
    border-radius: 999px;
    left: var(--min);
    width: calc(var(--max) - var(--min));
    background: linear-gradient(
        90deg,
        #2EA5FF 0%,
        #B452FF 33%,
        #DC5CAF 66%,
        #FC8623 100%
    );
}

.dual-range-input input[type="range"] {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    margin: 0;
    appearance: none;
    -webkit-appearance: none;

    background: none;
    pointer-events: none; /* отключаем трек */
}

.dual-range-input input::-webkit-slider-thumb {
    -webkit-appearance: none;
    pointer-events: all;
    width: 12px;
    height: 12px;
    border-radius: 8px;
    border: 2px solid #EEF0F3;
    background: #13101C;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: transform 0.15s ease;
}

.dual-range-input input::-webkit-slider-thumb:hover {
    transform: scale(1.1);
}

.dual-range-input input::-moz-range-thumb {
    pointer-events: all;

    width: 12px;
    height: 12px;

    border-radius: 8px;
    border: 2px solid #EEF0F3;
    background: #13101C;

    cursor: pointer;
}

/* FILTER FLAGS */

.program__filter-flags {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.flag-checkbox {
    
}

/* скрываем чекбокс */
.flag-checkbox input {
    display: none;
}

/* контейнер */
.flag-checkbox {
    cursor: pointer;
    display: block;
}

.flag-checkbox .flag {
    position: relative;
    display: block;
    width: 42px;
    height: 42px;
}

/* сам флаг */
.flag .flag-icon {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 6px;
    position: relative;
    z-index: 1;
}

/* SVG-рамка */
.flag-checkbox .flag::after {
    content: '';
    position: absolute;
    inset: -3px;

    background: linear-gradient(
        90deg,
        #2EA5FF,
        #B452FF,
        #DC5CAF,
        #FC8623
    );

    -webkit-mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6472 0.341127C17.2567 -0.113709 22.552 -0.113709 26.1615 0.341127C30.3545 0.869408 33.456 2.2535 35.6283 4.51235C37.7983 6.769 38.9885 9.84336 39.4676 13.6466C39.9224 17.2562 39.9224 22.5516 39.4676 26.1612C38.9885 29.9646 37.7984 33.0387 35.6283 35.2954C33.4559 37.5545 30.3544 38.9393 26.1615 39.4676C22.552 39.9224 17.2567 39.9224 13.6472 39.4676C9.84375 38.9889 6.76982 37.7999 4.51319 35.6301C2.25408 33.4579 0.869811 30.3559 0.341119 26.1621C-0.113706 22.5525 -0.113706 17.2571 0.341119 13.6475C0.821002 9.84142 2.00834 6.76742 4.17753 4.51141C6.3491 2.25294 9.45069 0.870191 13.6472 0.341127Z'/%3E%3C/svg%3E") no-repeat center / contain;

    mask: url("data:image/svg+xml,%3Csvg viewBox='0 0 40 40' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.6472 0.341127C17.2567 -0.113709 22.552 -0.113709 26.1615 0.341127C30.3545 0.869408 33.456 2.2535 35.6283 4.51235C37.7983 6.769 38.9885 9.84336 39.4676 13.6466C39.9224 17.2562 39.9224 22.5516 39.4676 26.1612C38.9885 29.9646 37.7984 33.0387 35.6283 35.2954C33.4559 37.5545 30.3544 38.9393 26.1615 39.4676C22.552 39.9224 17.2567 39.9224 13.6472 39.4676C9.84375 38.9889 6.76982 37.7999 4.51319 35.6301C2.25408 33.4579 0.869811 30.3559 0.341119 26.1621C-0.113706 22.5525 -0.113706 17.2571 0.341119 13.6475C0.821002 9.84142 2.00834 6.76742 4.17753 4.51141C6.3491 2.25294 9.45069 0.870191 13.6472 0.341127Z'/%3E%3C/svg%3E") no-repeat center / contain;

    opacity: 0;
    transition: 0.2s ease;
}

.flag-checkbox input:checked + .flag::after {
    opacity: 1;
}

/* TEXT FILTER */

.program__filter-text {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

/* скрываем чекбокс */
.text-checkbox input {
    display: none;
}

/* сам элемент */
.text-checkbox {
    cursor: pointer;
    display: inline-flex;
}

.text-checkbox span {
    position: relative;
    z-index: 1;
    display: flex;
    padding: 4px 8px;
    align-items: center;
    gap: 8px;

    

    border-radius: 6px;
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(4px);

    color: var(--text-white-70, rgba(238, 240, 243, 0.70));

    font-family: Satoshi;
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    font-weight: 300;
    line-height: var(--Text-Body-Text-Height-Small, 16px);

    transition: 0.2s ease;
}

.text-checkbox span::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;

    padding: 1px; /* толщина рамки */

    background: linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%);

    /* вырезаем центр */
    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);

    -webkit-mask-composite: xor;
            mask-composite: exclude;

    opacity: 0;
    transition: 0.2s ease;
}

.text-checkbox input:checked + span {
    background: rgba(238, 240, 243, 0.10);
    color: #fff;
}

.text-checkbox input:checked + span::before {
    opacity: 1;
}

.program__filter-action {
    align-self: flex-end;
}



.program__info {
    width: calc(100% - 464px);
    padding: 23px;
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    /* border-radius: 24px 0 0 24px; */
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
    display: flex;
    flex-direction: column;
    gap: 27px;
    align-items: center;
    height: auto;
    min-height: 0;
    max-height: 100%;
    overflow-y: auto;
    scrollbar-width: thin; /* Firefox */
    scrollbar-color: #B452FF rgba(138, 43, 226, 0.20);
    /* 👇 ключевые фиксы */
    box-sizing: border-box;
}

.program__info::-webkit-scrollbar {
    width: 24px;
}

.program__info::-webkit-scrollbar-track {
    background: linear-gradient(
        180deg,
        #EEF0F3 0%,
        rgba(138, 43, 226, 0.20) 100%
    );
    border-radius: 10px;
}

.program__info::-webkit-scrollbar-thumb {
    background: linear-gradient(
        180deg,
        #B452FF 0%,
        rgba(138, 43, 226, 0.20) 100%
    );
    border-radius: 10px;
    border: 2px solid #EEF0F3;
}


.program__info-title {
    background: var(--Island-Gradient, linear-gradient(90deg, #2EA5FF 0%, #B452FF 33%, #DC5CAF 66%, #FC8623 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    text-align: center;
    font-size: var(--Text-Title-Size-H4, 24px);
    font-weight: 500;
    line-height: 133.333%;
}

.program__list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
    width: 100%;
}

.program__item {
    width: calc(33.33% - 10.67px);
    position: relative;
    padding: 23px;
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    background: var(--Island-Jaguar, #080110);
    box-shadow: 0 8px 20px 0 rgba(8, 1, 16, 0.60);
    display: flex;
    flex-direction: column;
    gap: 24px;
}

.program__item-flag {
    position: absolute;
    right: 24px;
    top:24px;
}

.flag {

}

.program__item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.program__item-title {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H6, 18px);
    font-weight: 500;
    line-height: 111.111%;
    padding-right: 48px;
}

.program__item-subtitle {
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    line-height: 114.286%;
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    padding-right: 48px;
}

.program__item-description {
    overflow: hidden;
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    text-overflow: ellipsis;
    font-family: Satoshi;
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    line-height: 114.286%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    align-self: stretch;
}

.program__item-info {
    display: flex;
    justify-content: space-between;
    gap: 24px;
}

.program__item-price {

}

.program__item-info-name {
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    line-height: 125%;
}

.program__item-info-value {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H6, 18px);
    font-weight: 500;
    line-height: 111.111%;
}

.program__item-line {
    background: rgba(251, 251, 251, 0.15);
    width: 1px;
    height: auto;
}

.program__message {
    display: none;
    flex-direction: column;
    align-items: center;
    gap: 27px;
    margin-top: auto;
    margin-bottom: auto;
}
.program__message-image {
    width: 240px;
}

.program__message-text {
    color: var(--Text-White, #EEF0F3);
    text-align: center;
    font-size: var(--Text-Title-Size-H4, 24px);
    font-weight: 500;
    line-height: 133.333%;
    max-width: 580px;
}

.program__info--empty .program__message{
    display: flex;
}
.program__info--empty .program__info-title {
    display: none;
}

.program__info--empty {
    border-radius: 24px;
}

.program__filter-mobile {
    display: none;
}

.program__filters.program__filters--open {
    display: block;
    position: fixed;
    top:40px;
    z-index: 4;
    width: calc(100% - 32px);
    max-height: calc(100vh - 60px);
    overflow-y: scroll;
}

.program__bottom {
    display: flex;
    flex-direction: column;
    gap: 32px;
    margin-top: 32px;
}

.program__bottom-text {
    color: var(--Text-White, #EEF0F3);
    text-align: center;
    font-size: var(--Text-Title-Size-H5, 20px);
    font-weight: 500;
    line-height: 120%;
}

.program__bottom-action {
    display: flex;
    justify-content: center;
}


@media (max-width: 1599.98px) {
    .program__item {
        width: calc(50% - 8px);
    }
}

@media (max-width: 1399.98px) {
    .program__filters {
        width: 360px;
        padding: 15px;
    }
    .program__info {
        width: calc(100% - 376px);
    }
}

@media (max-width: 1199.98px) {
    .program__content {
        flex-direction: column;
        height: auto;
    }
    .program__filters-form {
        flex-direction: row;
        flex-wrap: wrap;
        gap: 20px;
    }
    .program__filters {
        width: 100%;
    }
    .program__filter-item {
        width: calc(50% - 10px);
    }
    .program__filter-action {
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .program__info {
        width: 100%;
        height: 1060px;
    }
    .program__filter-action .btn--transparent svg {
        transform: rotate(90deg);
    }
    .flag-checkbox .flag {
        width: 32px;
        height: 32px;
    }
}

@media (max-width: 991.98px) {
    .program__bottom {
        max-width: 500px;
    }
}

@media (max-width: 767.98px) {
    .program__info {
        height: auto;
        padding-left: 0;
        padding-right: 0;
    }
    .program__list {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        overflow-x: auto;
        overflow-y: hidden;
        gap: 16px;
        scroll-snap-type: x mandatory;
        -webkit-overflow-scrolling: touch;
        scrollbar-width: thin;
        padding-bottom: 10px; /* Отступ для скроллбара */
    }

    .program__list {
        padding-left: 16px;
        padding-right: 16px;
        scroll-padding-left: 16px;
        scroll-padding-right: 16px;
    }
    
    .program__list .program__item {
        flex: 0 0 auto; /* Элементы не сжимаются и не растягиваются */
        width: 300px; /* Фиксированная ширина */
        scroll-snap-align: start; /* Прилипание при прокрутке */
        margin-right: 0; /* Отступ уже задан через gap */
    }

    /* Стилизация скроллбара (опционально) */
    .program__list::-webkit-scrollbar {
        height: 4px;
    }
    
    .program__list::-webkit-scrollbar-track {
        background: rgba(238, 240, 243, 0.05);
        border-radius: 2px;
    }
    
    .program__list::-webkit-scrollbar-thumb {
        background: rgba(238, 240, 243, 0.2);
        border-radius: 2px;
    }
    
    .program__list::-webkit-scrollbar-thumb:hover {
        background: rgba(238, 240, 243, 0.3);
    }
    
    .program__list {
        scrollbar-width: thin; /* Для Firefox */
    }

    .program__bottom-text {
        font-size: 16px;
    }
}

@media (max-width: 575.98px) {
    .program__filter-mobile {
        display: flex;
    }
    .program__filter-mobile .btn--black {
        width: 100%;
    }
    .program__filters {
        display: none;
    }
    .program__filters-form {
        flex-direction: column;
        gap: 8px;
    }
    .program__filter-item {
        width: 100%;
        gap: 12px;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}


/* PROGRAM END */



/* BENEFITS START */

.benefits {
    overflow: hidden;    
}

.benefits__wrapper {
    
}

.benefits__content {
    position: relative;
}

.benefits__list {
    display: flex;
    gap: 16px;
    flex-wrap: wrap;
}

.benefits__item {
    padding: 23px 23px 96px 23px;
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
    background: var(--Background-Black, #13101C);
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    text-align: center;
    position: relative;
    overflow: hidden;
}

.benefits__item,
.benefits__item--big {
    width: calc(33.33% - 10.67px);
}

.benefits__item--big {
    
}

.benefits__item--long {
    width: calc(66.66% - 8px);
    flex-direction: row;
    align-items: flex-start;
    padding-bottom: 0;
}

.benefits__item--long .benefits__item-image {
    width: 50%;
    align-self: flex-end;
    margin-bottom: 64px;
    transform: translateY(28px);
    opacity: 0.3;
    transition: all 0.3s ease;
}

.benefits__item--long:last-child {
    width: 100%;
}

.benefits__item-info {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    max-width: 520px;
    height: 100%;
    padding-bottom: 96px;
}

.benefits__item--long .benefits__item-info {
    width: 50%;
}

.benefits__item-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
    border-radius: 8px;
    background: var(--island-neon-purple-20, rgba(138, 43, 226, 0.20));
    display: flex;
    justify-content: center;
    align-items: center;
}

.benefits__item-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
    transform: translateY(28px);
    transition: all 0.3s ease;
}

.benefits__item-title {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H4, 24px);
    font-weight: 500;
    line-height: 133.333%;
}

.benefits__item-line {
    width: 100px;
    height: 1px;
    background: rgba(238, 240, 243, 0.10);
}

.benefits__item-description {
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    line-height: 133.333%;
}

.benefits__item-num {
    color: var(--text-white-50, rgba(251, 251, 251, 0.50));
    font-size: 80px;
    font-weight: 500;
    line-height: 80%;
    position: absolute;
    bottom: -32px;
    transition: all 0.3s ease;
}

.benefits__item-image {
    
}



.benefits__item-images {
    width: 100%;
    height: 100%;
}

.benefits__item-image-list {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    height: 100%;
    opacity: 0.3;
}

.benefits__item-img {
    margin-left: -50px;
    width: 140px;
    height: 140px;
    transition: all 0.3s ease;
}

.benefits__item-img img {
    box-shadow: 0 8px 20px 0 rgba(8, 1, 16, 0.60);
    border-radius: 50%;

}

.benefits__item-img:first-of-type {
    margin-left: 0;
}
/* первый (самый левый) — выше всех */
.benefits__item-img:nth-of-type(1) {
    z-index: 8;
    margin-left: 0;
}

/* дальше по убыванию */
.benefits__item-img:nth-of-type(2) {
    z-index: 7;
}

.benefits__item-img:nth-of-type(3) {
    z-index: 6;
}

.benefits__item-img:nth-of-type(4) {
    z-index: 5;
}

.benefits__item-img:nth-of-type(5) {
    z-index: 4;
}

.benefits__item-img:nth-of-type(6) {
    z-index: 3;
}

.benefits__item-img:nth-of-type(7) {
    z-index: 2;
}

.benefits__item-img:nth-of-type(8) {
    z-index: 1;
}

.benefits__item::before {
    content: '';
    position: absolute;
    inset: 0;
    border-radius: inherit;
    padding: 1px;

    background: linear-gradient(
        90deg,
        #B452FF 0%,
        #DC5CAF 49.52%,
        #FC8623 100%
    );

    -webkit-mask:
        linear-gradient(#000 0 0) content-box,
        linear-gradient(#000 0 0);

    -webkit-mask-composite: xor;
    mask-composite: exclude;

    opacity: 0;
    transition: opacity 0.25s ease;
    pointer-events: none;
}

@media (hover: hover) and (pointer: fine) {
    .benefits__item:hover {
        border: none;

        background:
            url("../img/dots.png"),
            radial-gradient(
                104.82% 104.82% at 50% 100%,
                rgba(252, 134, 35, 0.25) 4.48%,
                rgba(220, 92, 175, 0.20) 19.18%,
                rgba(180, 82, 255, 0.17) 29.22%,
                rgba(19, 16, 28, 0.00) 75.04%
            ),
            #13101C;

        background-repeat: repeat, no-repeat, no-repeat;

        background-size:
            341px 341px,
            100% 100%,
            100% 100%;

        background-position:
            0 0,
            0 0,
            0 0;
    }

    .benefits__item:hover::before {
        opacity: 1;
    }

    .benefits__item:hover .benefits__item-content {
        transform: translateY(0);
    }

    .benefits__item:hover .benefits__item-num {
        transform: translateY(-56px);
        background: linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .benefits__item:hover .benefits__item-icon {
        background: linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%);
    }

    .benefits__item:hover .benefits__item-image-list {
        opacity: 1;
    }

    .benefits__item--long:hover .benefits__item-image {
        opacity: 0.6;
        transform: translateY(0);
    }

    .benefits__item--long:hover .benefits__item-img {
        margin-left: -20px;
    }
}

.benefits__item-image-list-mobile {
    display: none;
}

.benefits__star-top,
.benefits__star-bottom {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left:33.33%;
    top:357px;
    transform: translate(-50%, -50%);
    mix-blend-mode: plus-lighter;
    color: #fff;
}

.benefits__star-top {
    background-image: url('../img/star_top.svg');
    z-index: 4;
    width: 480px;
    height: 474px;
    pointer-events: none
}
.benefits__star-bottom {
    background-image: url('../img/star_light_bottom.svg');
    z-index: 0;
    width: 605px;
    height: 597px;
}

.benefits__ellipse-top,
.benefits__ellipse-bottom {
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
    right:25%;
    bottom:310px;
    transform: translate(50%, 50%);
    mix-blend-mode: plus-lighter;
    color: #fff;
}

.benefits__ellipse-top {
    background-image: url('../img/ellipse_top.svg');
    z-index: 4;
    width: 982px;
    height: 326px;
    pointer-events: none
}

.benefits__ellipse-bottom {
    background-image: url('../img/ellipse_light_bottom.svg');
    z-index: 0;
    width: 1469px;
    height: 597px;
}

@media (max-width: 1599.98px) {
    .benefits__item-img {
        margin-left: -60px;
    }
    .benefits__item--long:hover .benefits__item-img {
        margin-left: -50px;
    }
    .benefits__item--long:last-of-type .benefits__item-content {
        max-width: 600px;
    }
    .benefits__star-top,
    .benefits__star-bottom {
        top: 420px;
    }
    .benefits__ellipse-top,
    .benefits__ellipse-bottom {
        bottom: 340px
    }
}

@media (max-width: 1399.98px) {
    .benefits__item {
        width: calc(33.33% - 8px);
    }

    .benefits__item--big {
        width: calc(66.66% - 8px);
    }

    .benefits__item--long {
        width: 100%;
    }
    .benefits__item-img {
        margin-left: -60px;
        width: 120px;
        height: 120px;
    }
}

@media (max-width: 1199.98px) {
    .benefits__item {
        width: calc(50% - 8px);
    }
    .benefits__item--long {
        width: 100%;
    }
    .benefits__item-img {
        margin-left: -70px;
    }
    .benefits__item--long:hover .benefits__item-img {
        margin-left: -60px;
    }
    .benefits__star-top,
    .benefits__star-bottom {
        left:50%;
        top: 365px;
    }
    .benefits__ellipse-top,
    .benefits__ellipse-bottom {
        right:35%;
        bottom: 364px;
    }
}

@media (max-width: 991.98px) {
    .benefits__item {
        padding: 15px 15px 96px 15px;
        border-radius: 16px;
    }
    .benefits__item--long {
        padding-bottom: 15px;
    }
    .benefits__item-title {
        font-size: 20px;
    }
    .benefits__item-description {
        font-size: 14px;
    }
    .benefits__item-image-list {
        flex-wrap: wrap;
        align-items: center;
        height: auto;
        padding-top: 40px;
    }
    .benefits__item--long:last-child {
        gap: 64px;
    }
    .benefits__item-info {
        width: calc(50% - 32px);
    }
    .benefits__item-images {
        width: calc(50% - 32px);
    }
    .benefits__item-img {
        width: 25%;
        margin-left: -20px;
        flex-shrink: 0;
    }
    .benefits__item-img img {
        object-fit: contain;
    }

    .benefits__item-image-list {
        display: none;
    }

    .benefits__item-image-list-mobile {
        display: flex;
        flex-direction: column;
        align-items: center;
        margin-top: 20px;
        opacity: 0.3;
    }

    .benefits__item-image-list-group {
        display: flex;
        z-index: 2;
        position: relative;
    }

    .benefits__item-image-list-group:last-of-type {
        margin-top: -20px;
        z-index: 1;
    }

    .benefits__item-image-list-mobile .benefits__item-img {
        width: 25%;
    }
    .benefits__item--long .benefits__item-image {
        width: calc(50% - 8px);
        margin-bottom: 20px;
        margin-left: 0px;
    }
    .benefits__item--long .benefits__item-image img {
        width: 440px;
        margin-left: -120px;
        max-width: unset;
    }
    .benefits__item-img-mobile {
        margin-left: -20px;
    }
    .benefits__item--long:hover .benefits__item-image-list-mobile {
        opacity: 1;
    }
    .benefits__item-image {
        transform: translateX(-80px);
    }
    .benefits__item-content {
        gap: 8px;
    }
    .benefits__star-top,
    .benefits__star-bottom {
        left:50%;
        top: 300px;
    }
    .benefits__ellipse-top,
    .benefits__ellipse-bottom {
        right:35%;
        bottom: unset;
        top:930px;
        transform: translate(50%, -50%);
    }
}
@media (max-width: 869.98px) {
    .benefits__ellipse-top,
    .benefits__ellipse-bottom {
        top:950px;
    }
}

@media (max-width: 856.98px) {
    .benefits__ellipse-top,
    .benefits__ellipse-bottom {
        top:970px;
    }
}

@media (max-width: 796.98px) {
    .benefits__ellipse-top,
    .benefits__ellipse-bottom {
        top:990px;
    }
}

@media (max-width: 767.98px) {
    .benefits__item {
        width: 100%;
    }
    .benefits__item--long {
        flex-direction: column-reverse;
        position: relative;
        padding-bottom: 100px;
        align-items: center;
    }
    .benefits__item-info {
        width: 100%;
        max-width: unset;
    }
    .benefits__item--long .benefits__item-image {
        transform: unset;
        width: 100%;
        margin: 0;
        align-self: center;
        display: flex;
        justify-content: center;
        position: absolute;
        bottom: -100px;
        z-index: 2;
        opacity: 1;
    }
    .benefits__item--long .benefits__item-image img {
        margin: 0;
        width: unset;
    }
    .benefits__item--long .benefits__item-num {
        bottom: 70px;
    }


    .benefits__item--long:last-of-type {
        padding-bottom: 96px;
    }
    .benefits__item--long:last-of-type .benefits__item-num {
        bottom: -32px;
    }
    .benefits__item--long:last-of-type .benefits__item-info {
        padding-bottom: 0;
    }
    .benefits__item-images {
        width: 100%;
    }
    .benefits__item-img {
        width: 80px;
        height: 80px;
        margin-left: -30px;
    }
    .benefits__item--long:hover .benefits__item-img {
        margin-left: -30px;
    }
    .benefits__item--long:hover .benefits__item-img:nth-of-type(1) {
        margin-left: 0;
    }
    .benefits__item-image-list {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
        width: 100%;
        opacity: 1;
    }
    .benefits__item-image-list-mobile {
        display: none;
    }
    .benefits__item--long:hover .benefits__item-image {
        opacity: 1;
    }
    .benefits__item--long:last-of-type .benefits__item-info {
        gap: 120px;
    }
    .benefits__item--long:last-child {
        gap: 16px;
    }
    .benefits__item-images {
        position: absolute;
        top: 40px
    }
    .benefits__item-img:nth-of-type(1) {
        margin-left: -20px;
    }
    .benefits__item--long:hover .benefits__item-img:nth-of-type(1) {
        margin-left: -20px;
    }
    .benefits__star-top,
    .benefits__star-bottom {
        left: 50%;
        transform: translate(-50%, -50%);
    }
    .benefits__ellipse-top,
    .benefits__ellipse-bottom {
        right: 35%;
        transform: translate(50%, -50%);
    }
    .benefits__star-top {
        width: 392px;
        height: 391px;
        background-image: url('../img/star_top-mobile.svg');
        background-size: contain;
    }
    .benefits__star-bottom {
        width: 349px;
        height: 733px;
        background-image: url('../img/star_light_bottom-mobile.svg');
        background-size: contain;
    }
    .benefits__ellipse-top {
        width: 392px;
        height: 277px;
        background-image: url('../img/ellipse_top-mobile.svg');
    }
    .benefits__ellipse-bottom {
        background-image: url('../img/ellipse_light_bottom-mobile.svg');
        width: 392px;
        height: 733px;
    }
    .benefits__item--long .benefits__item-info {
        width: 100%;
        max-width: 400px;
    }



    .benefits__item {
        border: none;

        background:
            url("../img/dots.png"),
            radial-gradient(
                104.82% 104.82% at 50% 100%,
                rgba(252, 134, 35, 0.25) 4.48%,
                rgba(220, 92, 175, 0.20) 19.18%,
                rgba(180, 82, 255, 0.17) 29.22%,
                rgba(19, 16, 28, 0.00) 75.04%
            ),
            #13101C;
        background-repeat: repeat, no-repeat, no-repeat;
        background-size:
            341px 341px,
            100% 100%,
            100% 100%;
        background-position:
            0 0,
            0 0,
            0 0;
    }

    .benefits__item::before {
        opacity: 1;
    }

    .benefits__item .benefits__item-content {
        transform: translateY(0);
    }

    .benefits__item .benefits__item-num {
        transform: translateY(-56px);
        background: linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }

    .benefits__item .benefits__item-icon {
        background: linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%);
    }

    .benefits__item .benefits__item-image-list {
        opacity: 1;
    }

    .benefits__item--long .benefits__item-image {
        opacity: 0.6;
        transform: translateY(0);
    }

    .benefits__item--long .benefits__item-img {
        margin-left: -20px;
    }
}

@media (max-width: 575.98px) {
    .benefits__item {
        padding: 11px 11px 96px 11px;
        border-radius: 12px;
    }
    .benefits__item-content {
        gap: 4px;
    }
    .benefits__item-title {
        font-size: 16px;
    }
    .benefits__item--long .benefits__item-image img {
        width: 100%;
    }
    .benefits__item-img {
        width: 64px;
        height: 64px;
    }
    .benefits__item--long:last-of-type .benefits__item-info {
        gap: 90px;
    }
    .benefits__item-images {
        top: 30px;
    }
    .benefits__item--long .benefits__item-image {
        width: 400px;
        bottom: -60px;
    }
}

@media (max-width: 480px) {
    .benefits__item-img {
        width: 52px;
        height: 52px;
        margin-left: -20px;
    }
    .benefits__item--long:hover .benefits__item-img {
        margin-left: -20px;
    }
}

@media (max-width: 420px) {

}

/* BENEFITS END */


/* SECURITY START */

.security {
    position: relative;
    overflow: hidden;
}

.security__wrapper {

}

.security__content {

}

.security__carousel-desktop {
    position: relative;
    width: 100%;
    height: 600px;
    perspective: 1000px;
    overflow: hidden;
}

.security__carousel-btn {
    position: absolute;
    bottom: 120px;
    transform: translateY(-50%);
    z-index: 7;
    cursor: pointer;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Island-Jaguar, #080110);
    box-shadow: 0 8px 20px 0 rgba(8, 1, 16, 0.60);
}

@media (hover: hover) and (pointer: fine) {
    .security__carousel-btn:hover {
        background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    }
}

.security__carousel-desktop .prev-btn {
    left: calc(50% - 46px);
}

.security__carousel-desktop .next-btn {
    right: calc(50% - 46px);
}

.security__carousel-center {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    pointer-events: none;
}

.security__carousel-track {
    position: relative;
    width: 100%;
    height: 100%;
}

.security__card {
    position: absolute;
    top: 42%;
    left: 50%;
    width: 400px;
    min-height: 276px;
    transform: translate(-50%, -50%);
    border-radius: 24px;
    background: #13101C;
    display: flex;
    flex-direction: column;
    gap: 28px;
    align-items: center;
    padding: 23px 31px;
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
    will-change: transform, filter, opacity;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.security__card-icon {
    width: 44px;
    height: 44px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
}

.security__card-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
}

.security__card-title {
    text-align: center;
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H3, 32px);
    font-weight: 500;
    line-height: 137.5%;
    letter-spacing: -1.28px;
}

.security__card-description {
    text-align: center;
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    line-height: 125%;
}

.security__card.security__card--active {
    box-shadow: 0 40px 40px -12px rgba(191, 85, 233, 0.20);
}

.security__slider-mobile {
    display: none;
    position: relative;
}

.security__slider-btn {
    cursor: pointer;
    display: flex;
    padding: 8px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 8px;
    background: var(--Island-Jaguar, #080110);
    box-shadow: 0 8px 20px 0 rgba(8, 1, 16, 0.60);
}
.security__slider-wrapper {
    height: auto;
}
.security__slider {
    height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.security__slider-shield {
    position: absolute;
    top:20px;
    left:50%;
    transform: translateX(-50%);
    z-index: 1;
    pointer-events: none;
}
.security__slider-arrows {
    position: absolute;
    bottom: 80px;
    left:50%;
    transform: translateX(-50%);
    display: flex;
    gap: 12px;
    z-index: 2;
}

.security__bg {
    position: absolute;
    left: 50%;
    top: 610px;
    width: 744px;
    height: 881px;
    transform: translate(-50%, -50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url('../img/security_light.svg');
    mix-blend-mode: plus-lighter;
    color: #fff;
    pointer-events: none;
}

.security__bottom {
    position: relative;
}

.security__spoiler {
    background: var(--Island-Midnight-blue, #1E1E2F);
    padding: 24px;
    max-width: 980px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 0;
    transition: background 0.3s ease;
}

.security__spoiler-top {
    display: flex;
    align-items: center;
    gap: 24px;
    cursor: pointer;
}

.security__spoiler-title {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H4, 24px);
    font-weight: 500;
    line-height: 133.333%;
    width: calc(100% - 60px);
}

.security__spoiler-icon {
    width: 36px;
    height: 36px;
    padding: 7px;
    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(10px);
}

.security__spoiler-content {

    max-height: 0;
    overflow: hidden;
    opacity: 0;
    padding-top: 0;
    margin-top: 0;
    border-top: none;

    transition: 
        max-height 0.3s ease,
        opacity 0.3s ease,
        padding-top 0.3s ease,
        margin-top 0.3s ease;
}

.security__spoiler-content p {
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    line-height: 114.286%;
}

.security__spoiler.security__spoiler--open {
    background: #080110;
}

.security__spoiler.security__spoiler--open .security__spoiler-content {
    max-height: 500px; /* запас, можно больше */
    opacity: 1;
    padding-top: 16px;
    margin-top: 16px;
    border-top: solid 1px rgba(238, 240, 243, 0.10);
}

.security__spoiler--open .security__spoiler-icon svg {
    transform: scaleY(-1);
    transition: transform 0.3s ease;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .security__carousel-desktop {
        display: none;
    }
    .security__slider-mobile {
        display: flex;
        margin-left: -16px;
        margin-right: -16px;
    }
    .security__card {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        width: auto;
        height: auto;
        padding: 15px 31px;
        border-radius: 16px;
    }
    .security__card-title {
        font-size: 28px;
    }
    .security__card-description {
        font-size: 16px;
    }
    .security__card-content {
        gap: 8px;
    }
    .security__spoiler-title {
        font-size: 22px;
    }
    .security__spoiler {
        padding: 16px;
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .security__wrapper {
        padding-bottom: 96px;
    }
    .security__bg {
        background-image: url('../img/security_light-mobile.svg');
        width: calc(392px * 1.5);
        height: calc(509px * 1.5);
    }
    .security__spoiler-title {
        font-size: 20px;
    }
}

@media (max-width: 480px) {
    .security__bg {
        top: 480px;
        width: calc(392px * 1.2);
        height: calc(509px * 1.2);
    }
    .security__slider {
        height: 400px;
    }
    .security__slider-wrapper {
        
    }
    .security__slider-arrows {
        display: none;
    }
    .security__card {
        padding: 11px 15px;
        border-radius: 12px;
        height: auto;
        min-height: unset;
        box-shadow: none;
    }
    .security__card.security__card--active {
        box-shadow: 0 -20px 40px -12px rgba(191, 85, 233, 0.20);
    }
    .security__card-content {
        gap: 4px;
    }
    .security__card-title {
        font-size: 22px;
    }
    .security__card-description {
        font-size: 14px;
    }
    .security__slider-shield {
        width: 340px;

    }
    .security__slider-shield svg {
        width: 100%;
    }
    .security__slider-shield {
        top: -100px;
    }
    .security__card {
        position: unset;
    }
    .security__spoiler {
        padding: 12px;
    }
}

@media (max-width: 420px) {

}

/* SECURITY END */


/* PREMIUM START */

.premium {

}

.premium__wrapper {

}

.premium__content {
    display: grid;
    grid-template-columns: 2fr 1fr 2fr;
    grid-template-rows: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    gap: 16px 16px;
    grid-auto-flow: row;
    grid-template-areas:
        "premium__pass premium__pass premium__item-1"
        "premium__pass premium__pass premium__item-2"
        "premium__pass premium__pass premium__item-3";
}

.premium__pass { grid-area: premium__pass; }

.premium__item-1 { grid-area: premium__item-1; }

.premium__item-2 { grid-area: premium__item-2; }

.premium__item-3 { grid-area: premium__item-3; }

.premium__pass {
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    overflow: hidden;
    background:
        url(../img/dots.png),
        radial-gradient(
            104.82% 104.82% at 50% 100%,
            rgba(252, 134, 35, 0.25) 4.48%,
            rgba(220, 92, 175, 0.20) 19.18%,
            rgba(180, 82, 255, 0.17) 29.22%,
            rgba(19, 16, 28, 0.00) 75.04%
        ),
        #13101C;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: 341px 341px, /* размер тайла — подгони */ 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0;
    padding: 48px 32px 32px 32px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.premium__pass-content {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.premium__pass-title {
    text-align: center;
    font-size: 128px;
    font-weight: 500;
    line-height: 100%;
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    white-space: nowrap;
}

.premium__pass-subtitle {
    color: var(--Text-White, #EEF0F3);
    text-align: center;
    font-size: var(--Text-Title-Size-H2, 40px);
    font-weight: 500;
    line-height: 120%;
}

.premium__pass-image {
    width: 420px;
    transform: translateY(120px);
    transition: all 0.3s;
}

.premium__pass:hover .premium__pass-image {
    transform: translateY(40px);
}

.premium__list {

}

.premium__item {
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    overflow: hidden;
    padding: 24px;
    display: flex;
    flex-direction: column;
    gap: 32px;
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
    background: var(--Background-Black, #13101C);
}

.premium__item:hover {
    background: url(../img/dots.png), radial-gradient(103.91% 86.57% at 99.92% 100.08%, rgba(252, 134, 35, 0.25) 4.48%, rgba(220, 92, 175, 0.20) 19.18%, rgba(180, 82, 255, 0.17) 29.22%, rgba(19, 16, 28, 0.00) 75.04%), #13101C;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: 341px 341px, 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0;
}

.premium__item-1 {

}

.premium__item-2 {

}

.premium__item-3 {

}

.premium__item-icon {
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    align-self: flex-end;
    border-radius: 8px;
    background: var(--island-neon-purple-20, rgba(138, 43, 226, 0.20));
}

.premium__item:hover .premium__item-icon {
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
}

.premium__item-content {
    display: flex;
    flex-direction: column;
    gap: 12px;
    transform: translateY(90px);
    transition: all 0.3s;
}

.premium__item:hover .premium__item-content {
    transform: translateY(0);
}

.premium__item-title {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H4, 24px);
    font-weight: 500;
    line-height: 133.333%;
}

.premium__item-line {
    background: rgba(238, 240, 243, 0.10);
    height: 1px;
    width: 100px;
    opacity: 0;
    transition: all 0.3s;
}

.premium__item-description {
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    line-height: 133.333%;
    opacity: 0;
    transition: all 0.3s;
}

.premium__item:hover .premium__item-line,
.premium__item:hover .premium__item-description {
    opacity: 1;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {
    .premium__content {
        display: grid;
        grid-template-columns: calc(55% - 8px) calc(45% - 8px);
        grid-template-rows: 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        gap: 16px 16px;
        grid-auto-flow: row;
        grid-template-areas:
            "premium__pass premium__item-1"
            "premium__pass premium__item-2"
            "premium__pass premium__item-3";
    }
}

@media (max-width: 1199.98px) {
    .premium__content {
        grid-template-columns: calc(50% - 8px) calc(50% - 8px);
    }
}

@media (max-width: 991.98px) {
    .premium__content { 
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
        grid-template-rows: 469px auto;
        grid-auto-columns: 1fr;
        gap: 16px 12px;
        grid-auto-flow: row;
        grid-template-areas:
            "premium__pass premium__pass premium__pass"
            "premium__item-1 premium__item-2 premium__item-3";
    }
    .premium__item {
        padding: 16px;
        gap: 48px;
        border-radius: 16px;
        background: url(../img/dots.png), radial-gradient(103.91% 86.57% at 99.92% 100.08%, rgba(252, 134, 35, 0.25) 4.48%, rgba(220, 92, 175, 0.20) 19.18%, rgba(180, 82, 255, 0.17) 29.22%, rgba(19, 16, 28, 0.00) 75.04%), #13101C;
        background-repeat: repeat, no-repeat, no-repeat;
        background-size: 341px 341px, 100% 100%, 100% 100%;
        background-position: 0 0, 0 0, 0 0;
    }
    .premium__item-icon {
        background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    }
    .premium__item::before {
        opacity: 1;
    }
    .premium__pass {
        flex-direction: row;
        gap: 60px;
        border-radius: 16px;
    }
    .premium__pass-image {
        transform: translateY(40px);
    }
    .premium__item-title {
        font-size: 20px;
    }
    .premium__item-description {
        font-size: 16px;
    }
    .premium__pass-title {
        font-size: 112px;
    }
    .premium__pass-subtitle {
        font-size: 28px;
    }
    .premium__item-content {
        transform: none;
    }
    .premium__item-line,
    .premium__item-description {
        opacity: 1;
    }
}

@media (max-width: 767.98px) {
    .premium__content { 
        display: grid;
        grid-template-columns: 1fr;
        grid-template-rows: 360px 1fr 1fr 1fr;
        grid-auto-columns: 1fr;
        gap: 12px 12px;
        grid-auto-flow: row;
        grid-template-areas:
            "premium__pass"
            "premium__item-1"
            "premium__item-2"
            "premium__item-3";
    }
    .premium__pass {
        gap: 16px;
        padding-top: 16px;
    }
    .premium__pass-image {
        width: 320px;
        flex-shrink: 0;
    }
    .premium__pass-title {
        font-size: 96px;
    }
    .premium__pass-subtitle {
        font-size: 24px;
    }
    .premium__item-title {
        font-size: 24px;
    }
    
}

@media (max-width: 575.98px) {
    .premium__content { 
        grid-template-rows: 440px auto auto auto;
    }
    .premium__pass {
        border-radius: 12px;
        flex-direction: column;
        background: var(--Background-Pattern-with-gradient, radial-gradient(104.82% 104.82% at 50% 100%, rgba(252, 134, 35, 0.25) 4.48%, rgba(220, 92, 175, 0.20) 19.18%, rgba(180, 82, 255, 0.17) 29.22%, rgba(19, 16, 28, 0.00) 75.04%), #13101C);
    }
    .premium__pass-image {
        width: 300px;
        transform: translateY(0px);
    }
    .premium__pass-title {
        font-size: 80px;
    }
    .premium__pass-subtitle {
        font-size: 22px;
    }
    .premium__item-content {
        gap: 6px;
    }
    .premium__item-title {
        font-size: 22px;
    }
    .premium__item {
        padding: 12px;
        border-radius: 12px;
    }
    
}

@media (max-width: 480px) {
    .premium__item-description {
        font-size: 14px;
    }
    .premium__item-title {
        font-size: 20px;
    }
}

@media (max-width: 420px) {

}
/* PREMIUM END */

/* FAQ START */

.faq {
    padding-bottom: 0;
}

.faq__wrapper {

}

.faq__content {

}

.faq__list {
    column-count: 2;
    column-gap: 16px;
    width: 100%;
}

.faq__item {
    break-inside: avoid;
    margin-bottom: 16px;
    width: 100%;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {
    .faq__list {
        column-count: 1;
    }
}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}

/* FAQ END */

/* CTA START */

.cta {
    padding: 192px 0 500px;
    position: relative;
    overflow: hidden;
}

.cta__wrapper {

}

.cta__bg {
    width: 1352px;
    height: 523px;
    position: absolute;
    top:260px;
    left:50%;
    transform: translate(-50%, -50%);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url('../img/cta_light.svg');
    z-index: 0;
    mix-blend-mode: plus-lighter;
    color: #fff;
}

.cta__card {
    max-width: 980px;
    border-radius: var(--Frame-Card-Padding-Corner, 24px);
    /* border: 1px solid var(--Island-Gradient_2, #B452FF); */
    background: url(../img/dots.png), radial-gradient(104.82% 104.82% at 50% 100%, rgba(252, 134, 35, 0.25) 4.48%, rgba(220, 92, 175, 0.20) 19.18%, rgba(180, 82, 255, 0.17) 29.22%, rgba(19, 16, 28, 0.00) 75.04%), #13101C;
    background-repeat: repeat, no-repeat, no-repeat;
    background-size: 341px 341px, /* размер тайла — подгони */ 100% 100%, 100% 100%;
    background-position: 0 0, 0 0, 0 0;
    margin: 0 auto;
    padding: 64px 24px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 44px;
}

.cta__card-title {
    text-align: center;
    font-size: var(--Text-Title-Size-H2, 40px);
    font-weight: 500;
    line-height: 120%;
    background: var(--Island-Gradient, linear-gradient(90deg, #2EA5FF 0%, #B452FF 33%, #DC5CAF 66%, #FC8623 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.cta__card-action {
    display: flex;
    gap: 16px;
    justify-content: center;
}

.cta__bottom-bg {
    position: absolute;
    bottom:0;
    left:50%;
    z-index: 2;
    width: 100%;
    height: 530px;
    transform: translateX(-50%);
    background-color: transparent;
    background-image: url('../img/footer_top_bg.svg');
    background-position: center center;
    background-size: 100%;
    background-repeat: no-repeat;
    pointer-events: none;
}

@media (min-width: 2200px) {
    .cta__bottom-bg {
        width: 150%;
        height: 1000px;
    }
}

@media (max-width: 1819.98px) {
    .cta__bottom-bg {
        bottom: -60px;
    }    
}

@media (max-width: 1599.98px) {
    .cta {
        padding-top: 152px;
        padding-bottom: 400px;
    }
}

@media (max-width: 1399.98px) {
    .cta {
        padding-bottom: 360px;
    }
    .cta__bottom-bg {
        height: 440px;
    }
}

@media (max-width: 1199.98px) {
    .cta__bottom-bg {
        height: 400px;
    }
}

@media (max-width: 991.98px) {
    .cta {
        padding-top: 128px;
        padding-bottom: 320px;
    }
    .cta__bottom-bg {
        height: 320px;
    }
    .cta__card {
        padding: 64px 16px;
        border-radius: 16px;
    }
    .cta__card-title {
        font-size: 36px;
    }    
}

@media (max-width: 767.98px) {
    .cta {
        padding-bottom: 260px;
    }
    .cta__bottom-bg {
        height: 300px;
        bottom: -70px;
    }
}

@media (max-width: 575.98px) {
    .cta {
        padding-top: 64px;
        padding-bottom: 160px;
    }
    .cta__bg {
        display: none;
    }
    .cta__card {
        padding: 32px 12px;
        border-radius: 12px;
    }
    .cta__bottom-bg {
        height: 290px;
        width: 120%;
    }

}

@media (max-width: 480px) {
    .cta__card-title {
        font-size: 24px;
    }
    .cta__card-action {
        flex-direction: column;
    }

}

@media (max-width: 420px) {
    .cta {
        padding-bottom: 120px;
    }
    .cta__bottom-bg {
        width: 600px;   
    }
}

/* CTA END */

/* FOOTER START */

.footer {
    background-color: #080110;
    /* background-color: #f00; */
    position: relative;
    overflow: hidden;
}

.footer__content {
    

}

.footer__bg {
    position: absolute;
    bottom: -50px;
    left:50%;
    transform: translateX(-50%);
    width: 1200px;
    height: 680px;    
    background-image: url('../img/footer_bg.png');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    z-index: 1;
}

.footer__content-wrapper {
    padding-top: 32px;
    display: flex;
    flex-direction: column;
    gap: 160px;
    align-items: center;    
    position: relative;
    z-index: 2;
}

.footer__logo {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 38px;
}

.footer__logo-top {

}

.footer__logo-bottom {

}

.footer__info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    padding-bottom: 32px;
}

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

.footer__social-link {
    display: flex;
    align-items: center;
    padding: 8px;
    border-radius: 8px;
    background: var(--Island-Midnight-blue, #1E1E2F);
    backdrop-filter: blur(2px);
    text-decoration: none;
    overflow: hidden;
}

.footer__social-link svg {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
}

.footer__social-link span {
    display: inline-block;
    overflow: hidden;
    white-space: nowrap;
    max-width: 0;
    opacity: 0;
    transition: max-width 0.3s ease, opacity 0.2s ease;
    color: var(--Text-White, #EEF0F3);
    font-weight: 700;
    line-height: 125%;
}

.footer__social-link:hover span {
    max-width: 140px;
    opacity: 1;
}

.footer__social-link:hover {
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    gap: 8px;
}


.footer__links {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 12px;
}

.footer__link {
    color: var(--text-white-50, rgba(251, 251, 251, 0.50));
    font-size: var(--Text-Button-Size-Small, 14px);
    font-weight: 700;
    line-height: 114.286%;
    text-decoration: none;
}

.footer__link:hover {
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
}

.footer__links-dot {
    width: 4px;
    height: 4px;
    border-radius: 2px;
    background: rgba(251, 251, 251, 0.50);
}

.footer__bottom {
    position: relative;
    z-index: 4;
    width: 100%;
    background-color: #080110;
    padding: 11px;
}

.footer__bottom-wrapper {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.footer__copyright {
    color: var(--text-white-50, rgba(251, 251, 251, 0.50));
    line-height: 125%;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {
    .footer__bg {
        bottom: 30px;
        background-image: url('../img/footer_bg-tablet.png');
        width: 1036px;
        height: 583px;
    }
    .footer__info {
        align-items: flex-end;
    }
    .footer__socials {
        flex-wrap: wrap;
        max-width: 300px;
    }

    .footer__social-link {
        gap: 8px;
    }

    .footer__social-link span {
        max-width: none;
        opacity: 1;
        transition: none;
    }

    .footer__social-link:hover span {
        max-width: none;
        opacity: 1;
    }

    .footer__social-link:hover {
        background: var(--Island-Midnight-blue, #1E1E2F);
    }
}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .footer__bg {
        bottom: 30px;
        background-image: url('../img/footer_bg-mobile.png');
        width: 600px;
        height: 500px;
    }
    .footer__content-wrapper {
        gap: 32px;
    }
    .footer__info {
        flex-direction: column;
        gap: 160px;
    }
    .footer__socials {
        align-self: flex-start;
    }
}

@media (max-width: 480px) {
    .footer__bg {
        width: 524px;
        height: 400px;
    }
}

@media (max-width: 420px) {

}

/* FOOTER END */

/* MODAL PROGRAM START */
.modal {
    display: none;
}

.modal.is-open {
    display: block;
}

.modal__overlay {
    position: fixed;
    inset: 0;
    z-index: 999;
    background: rgba(40, 40, 40, 0.7);
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 20px;
}

.modal__container {
    position: relative;
    width: 100%;
    max-width: 640px;
    max-height: calc(100vh - 40px);
    border-radius: 16px;
    padding: 24px 16px 24px 24px;
    border: 1px solid var(--stroke-white-10, rgba(238, 240, 243, 0.10));
    background: var(--Background-Black, #13101C);
    box-shadow: 0 12px 80px 0 rgba(0, 0, 0, 0.60);
    overflow-y: auto;
}




/* MODAL LAYOUT */
.modal__container {
    display: flex;
    flex-direction: column;
    overflow: hidden;

    scrollbar-width: thin;
    scrollbar-color: #B452FF #EEF0F3;
}

#callForm2 .modal__container,
#callForm .modal__container {
    overflow: visible;
}

/* CONTENT SCROLL AREA */
.modal__content {
    flex: 1;
    overflow-y: auto;
    padding-right: 8px;

    scrollbar-width: thin;
    scrollbar-color: #B452FF rgba(138, 43, 226, 0.20);
}

/* WEBKIT SCROLLBAR (Chrome / Safari / Edge) */
.modal__container::-webkit-scrollbar,
.modal__content::-webkit-scrollbar {
    width: 24px;
}

.modal__container::-webkit-scrollbar-track,
.modal__content::-webkit-scrollbar-track {
    background: linear-gradient(180deg,#EEF0F3 0%, rgba(138, 43, 226, 0.20) 100%);
    border-radius: 10px;
}

.modal__container::-webkit-scrollbar-thumb,
.modal__content::-webkit-scrollbar-thumb {
    background: linear-gradient(180deg,#B452FF 0%,rgba(138, 43, 226, 0.20) 100%);
    border-radius: 10px;
    border: 2px solid #EEF0F3;
}





.modal__content {
    width: 100%;
}

.modal__content .form__block {
    border: none;
    padding: 0;
}

.modal__title {
    margin: 0 0 24px;
    font-size: 32px;
    line-height: 1.2;
}

.modal__close {
    position: absolute;
    top: 16px;
    right: 16px;
    width: 36px;
    height: 36px;
    padding: 8px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(10px);
    cursor: pointer;
}

.program-modal {

}

.program-modal__header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 16px;
    padding-right: 52px;
}

.program-modal__header img {
    width: 40px;
    height: 40px;
    object-fit: cover;
    border-radius: 50%;
}

.program-modal__header .program__item-flag {
    position: unset;
}

.program-modal__header-info {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.program-modal__title{
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H5, 20px);
    font-weight: 500;
    line-height: 120%;
}

.program-modal__subtitle{
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    line-height: 114.286%;
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.program-modal__body {
    margin-bottom: 24px;
}

.program-modal__body p {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    line-height: 114.286%;
}

.program-modal__features {
    margin-bottom: 24px;
}

.program-modal__feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
}

.program-modal__feature-item {
    display: flex;
    gap: 12px;
    padding: 8px;
    border-radius: 8px;
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(4px);
}

.program-modal__feature-item svg {
    flex-shrink: 0;
}

.program-modal__feature-item span {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    font-weight: 300;
    line-height: 114.286%;
}

.program-modal__info {
    margin-top: 20px;
}

.program-modal__info-line {
    height: 1px;
    background: rgba(238, 240, 243, 0.10);
}

.program-modal__info-item {
    display: flex;
    justify-content: space-between;
    gap: 120px;
    padding: 16px 0;
}

.program-modal__info-name {
    width: fit-content;
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    line-height: 114.286%;
}

.program-modal__info-value {
    color: var(--Text-White, #EEF0F3);
    text-align: right;
    font-size: var(--Text-Body-Text-Size-Regular, 16px);
    font-weight: 500;
    line-height: 125%;
}

.program-modal__action {
    margin-top: 24px;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {
    .program-modal__info-item {
        gap: 32px;
    }
    .modal__container {
        padding: 12px;
        border-radius: 12px;
    }
    .program-modal__feature-item {
        gap: 8px;
    }
    #callForm .modal__container {
        overflow: auto;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}

/* MODAL PROGRAM END */

/* MODAL CATEGORY START */

.category-modal__content {
    display: none;
}

.category-modal__content.active {
    display: block;
}

.category-modal__tabs {
    padding-left: 2px;
    display: flex;
    gap: 8px;
}

.category-modal_tab {
    width: 40px;
    height: 40px;
}

.category-modal_tab.active {
    position: relative;
}
.category-modal_tab img,
.category-modal_tab .flag-icon {
    position: relative;
    z-index: 2;
}

.category-modal_tab img {
    width: 38px;
    height: 38px;
}

.category-modal_tab::after {
    
}

.category-modal_tab.active::after {
    content: '';
    position: absolute;
    inset: -2px;

    background: linear-gradient(
        90deg,
        #2EA5FF,
        #B452FF,
        #DC5CAF,
        #FC8623
    );

    -webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M13.7428 0.43683C17.3524 -0.0180059 22.6476 -0.0180059 26.2572 0.43683C30.4502 0.965112 33.5517 2.3492 35.724 4.60806C37.8939 6.86471 39.0841 9.93906 39.5632 13.7423C40.0181 17.3519 40.0181 22.6473 39.5632 26.2569C39.0841 30.0603 37.8941 33.1344 35.724 35.3911C33.5516 37.6502 30.45 39.035 26.2572 39.5633C22.6476 40.0181 17.3524 40.0181 13.7428 39.5633C9.93939 39.0846 6.86546 37.8956 4.60884 35.7258C2.34973 33.5536 0.965453 30.4516 0.436761 26.2579C-0.0180642 22.6482 -0.0180642 17.3528 0.436761 13.7432C0.916644 9.93712 2.10398 6.86313 4.27317 4.60711C6.44475 2.34865 9.54633 0.965894 13.7428 0.43683ZM25.7679 4.30747C22.5218 3.89856 17.4782 3.89856 14.2321 4.30747C10.881 4.7298 8.60903 5.74835 7.077 7.35031C5.54207 8.95546 4.68816 11.2105 4.30731 14.2325C3.89841 17.4787 3.89841 22.5224 4.30731 25.7686C4.72962 29.1186 5.74854 31.3913 7.35103 32.9239C8.95659 34.4593 11.2118 35.3132 14.2321 35.6936C17.4782 36.1025 22.5218 36.1025 25.7679 35.6936C29.1175 35.2717 31.3904 34.2526 32.923 32.6498C34.4585 31.044 35.3123 28.7885 35.6927 25.7686C36.1016 22.5224 36.1016 17.4787 35.6927 14.2325C35.3123 11.2122 34.4584 8.95695 32.923 7.35126C31.3905 5.7486 29.1179 4.72942 25.7679 4.30747Z'/%3E%3C/svg%3E") no-repeat center / contain;

    mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 40 40'%3E%3Cpath d='M13.7428 0.43683C17.3524 -0.0180059 22.6476 -0.0180059 26.2572 0.43683C30.4502 0.965112 33.5517 2.3492 35.724 4.60806C37.8939 6.86471 39.0841 9.93906 39.5632 13.7423C40.0181 17.3519 40.0181 22.6473 39.5632 26.2569C39.0841 30.0603 37.8941 33.1344 35.724 35.3911C33.5516 37.6502 30.45 39.035 26.2572 39.5633C22.6476 40.0181 17.3524 40.0181 13.7428 39.5633C9.93939 39.0846 6.86546 37.8956 4.60884 35.7258C2.34973 33.5536 0.965453 30.4516 0.436761 26.2579C-0.0180642 22.6482 -0.0180642 17.3528 0.436761 13.7432C0.916644 9.93712 2.10398 6.86313 4.27317 4.60711C6.44475 2.34865 9.54633 0.965894 13.7428 0.43683ZM25.7679 4.30747C22.5218 3.89856 17.4782 3.89856 14.2321 4.30747C10.881 4.7298 8.60903 5.74835 7.077 7.35031C5.54207 8.95546 4.68816 11.2105 4.30731 14.2325C3.89841 17.4787 3.89841 22.5224 4.30731 25.7686C4.72962 29.1186 5.74854 31.3913 7.35103 32.9239C8.95659 34.4593 11.2118 35.3132 14.2321 35.6936C17.4782 36.1025 22.5218 36.1025 25.7679 35.6936C29.1175 35.2717 31.3904 34.2526 32.923 32.6498C34.4585 31.044 35.3123 28.7885 35.6927 25.7686C36.1016 22.5224 36.1016 17.4787 35.6927 14.2325C35.3123 11.2122 34.4584 8.95695 32.923 7.35126C31.3905 5.7486 29.1179 4.72942 25.7679 4.30747Z'/%3E%3C/svg%3E") no-repeat center / contain;

    opacity: 1;
    transition: 0.2s ease;
    top: -2px;
    z-index: 0;
}

.category-modal__header {
    display: flex;
    flex-direction: column;
    gap: 16px;
    padding-bottom: 16px;
    border-bottom: solid 1px rgba(251, 251, 251, 0.15);
    margin-bottom: 16px;
}

.category-modal__title {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H4, 24px);
    font-weight: 500;
    line-height: 133.333%;
    padding-right: 40px;
}

.category-modal__content-title {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Title-Size-H5, 20px);
    font-weight: 500;
    line-height: 120%;
    margin-bottom: 12px;
}

/* MODAL CATEGORY END */


/* MODAL CALLFORM START */

#callForm .modal__container {
    flex-shrink: 0;
    max-width: 912px;
}

#callForm2 .modal__container,
#error .modal__container,
#thanks .modal__container  {
    max-width: 400px;
}

.contacts__form {
    display: flex;
    flex-wrap: wrap;
    column-gap: 24px;
    row-gap: 12px;
}

.input-form-item {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.input-form-item--50 {
    width: calc(50% - 12px);
}

.input-form-label {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Body-Text-Size-Tiny, 12px);
    font-weight: 300;
    line-height: 133.333%;
}

.input-form-label span {
    color: #B452FF;
}

.input-form-block {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 8px;
    padding: 5px 7px 5px 5px;
    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
}

.input-form-clear {
    opacity: 0.5;
    cursor: default;
    pointer-events: none;
}

.input-form--active .input-form-clear {
    opacity: 1;
    cursor: pointer;
    pointer-events: auto;
}

.input-form-icon,
.phone-field__icon {
    width: 24px;
    height: 24px;
    padding: 4px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 4px;
    background: var(--island-neon-purple-20, rgba(138, 43, 226, 0.20));
}

.input-form {
    width: calc(100% - 60px);
    overflow: hidden;
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    font-weight: 500;
    line-height: 133.333%;
}

.input-form::placeholder {
    color: var(--text-white-50, rgba(251, 251, 251, 0.50));
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    font-weight: 5400;
    line-height: 133.333%;
}

.contacts__form-input {

}

.input-form-clear {
    width: 24px;
    height: 24px;
    padding: 2px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    opacity: 0.5;
    backdrop-filter: blur(10px);
}

.input-form-clear--disabled {

}

.input-form-error {
    display: none;
    align-items: center;
    gap: 8px;    
}

.input-form-error.input-form-error--visible {
    display: flex;
}

.input-form-error-icon {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.input-form-error-text {
    color: var(--Universal-Red, #FF3434);
    font-size: var(--Text-Body-Text-Size-Tiny, 12px);
    line-height: 133.333%;
}

.phone-field {

}

.phone-field__label {

}

.phone-field__required {

}

.phone-field__control {

}

.phone-field__icon {

}

.phone-field__country-btn {
    background: transparent;
    border: none;
    padding: 0 4px;
    display: flex;
    gap: 4px;
    align-items: center;
    cursor: pointer;
}

.phone-field__country-code {
    color: var(--Text-White, #FBFBFB);
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    font-weight: 400;
    line-height: 1;
}

.phone-field__country-arrow {
    line-height: 0;
}

.phone-field__input {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    font-weight: 500;
    line-height: 1;
    width: 100%;
}

.phone-field__clear {

}

.phone-field__dropdown {

}

.phone-field__search {

}

.phone-field__search-input {

}

.phone-field__search-btn {

}

.phone-field__list {

}

.phone-field__option {

}

.phone-field__option-name {

}

.phone-field__option-dial {

}

.phone-field__empty {

}

.input-form-block--textarea {

}

.input-form-block--textarea textarea {
    width: 100%;
    height: 80px;
    color: var(--Text-White, #FBFBFB);
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    font-weight: 500;
    line-height: 133.333%;
}

.contacts__form-line {

}

.input-form-item--privacy {

}

.privacy-consent {

}

.ui-check{
  display: flex;
  align-items: center;
  gap: 14px;
  cursor: pointer;
  user-select: none;
}

.ui-check__input{
  position: absolute;
  opacity: 0;
  width: 1px;
  height: 1px;
  pointer-events: none;
}

.ui-check__box{
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
  border-radius: 6px;
  border: 1px solid rgba(251, 251, 251, 0.15);
  background: transparent;
  display: grid;
  place-items: center;
  margin-top: 1px;
  transition: background .18s ease, border-color .18s ease, box-shadow .18s ease;
}

.ui-check__box::after {
  content: "";
  width: 16px;
  height: 16px;
  opacity: 0;
  transition: opacity .12s ease;

  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;

  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3E%3Cpath fill='%232B323B' fill-rule='evenodd' clip-rule='evenodd' d='M6.25 11.8751C6.07934 11.8751 5.90867 11.8098 5.77867 11.6798L2.862 8.7632C2.60134 8.50253 2.60134 8.08113 2.862 7.82053C3.12267 7.55987 3.544 7.55987 3.80467 7.82053L6.25 10.2659L12.1953 4.3205C12.456 4.05983 12.8773 4.05983 13.138 4.3205C13.3987 4.58117 13.3987 5.0025 13.138 5.26317L6.72133 11.6798C6.59134 11.8098 6.42067 11.8751 6.25 11.8751Z'/%3E%3C/svg%3E");
}

.ui-check__input:checked + .ui-check__box::after {
  opacity: 1;
}

.ui-check__input:checked + .ui-check__box {
    background-color: #B452FF;;
}

.ui-check__text {
    color: var(--Text-White, #FBFBFB);
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    line-height: 142.857%;
}
.ui-check__text a {
    color: #B452FF;
    text-decoration: underline;
}



.ui-check {

}

.ui-check__input {

}

.ui-check__box {

}

.ui-check__text {

}

.ui-check__link {

}

.input-form-action {
    width: 100%;
    display: flex;
    justify-content: flex-end;
}


.phone-field__control {
    position: relative;
}

.phone-field__dropdown[hidden] {
  display: none !important;
}

.phone-field__dropdown {
    width: 320px;
    padding: 16px 16px 12px 16px;
    position: absolute;
    top:calc(100% + 8px);
    left: 0;
    border-radius: 16px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--Island-Jaguar, #080110);
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.30);
    display: flex;
    flex-direction: column;
    gap: 8px;
    z-index: 3;
}

.phone-field__search {
    padding: 6px 8px 6px 6px;
    display: flex;
    gap: 8px;
    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(251, 251, 251, 0.15));
    background: transparent;
}

.phone-field__search-input {
    display: flex;
    color: #fff;
    padding: 0 8px;
    font-size: 18px;
    font-weight: 500;
    line-height: 155.556%;
    background: transparent;
    border: none;
    width: calc(100% - 24px);
}

.phone-field__search-input::placeholder {
    color: rgba(251, 251, 251, 0.50);
    font-size: var(--Text-Body-Text-Size-Medium, 18px);
    font-weight: 500;
    line-height: 155.556%;
}

.phone-field__search-btn {
    width: 28px;
    height: 28px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    border-radius: 6px;
    border: 1px solid var(--stroke-white-10, rgba(251, 251, 251, 0.10));
    padding: 2px;
    background: transparent;
    flex-shrink: 0;
}


.phone-field__list {
    display: flex;
    flex-direction: column;
    max-height: calc(40px * 5);
    overflow-y: auto;
    overflow-x: hidden;
    padding-right: 6px;
    overscroll-behavior: contain;
    scrollbar-width: thin;
    scrollbar-color: #B452FF rgba(251, 251, 251, 0.08);
}

.phone-field__option {
    height: 40px;
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    background: transparent;
    border: none;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
    border-top: 1px solid var(--stroke-white-10, rgba(251, 251, 251, 0.10));
}


/* WEBKIT SCROLLBAR */
.phone-field__list::-webkit-scrollbar {
    width: 8px;
}

.phone-field__list::-webkit-scrollbar-track {
    background: rgba(251, 251, 251, 0.08);
    border-radius: 4px;
}

.phone-field__list::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background: linear-gradient(
        180deg,
        #B452FF 0%,
        rgba(138, 43, 226, 0.20) 100%
    );
}

.phone-field__list::-webkit-scrollbar-thumb:hover {
    background: linear-gradient(
        180deg,
        #B452FF 0%,
        rgba(138, 43, 226, 0.20) 100%
    );
}

.phone-field__option[hidden] {
    display: none;
}

.phone-field__option:first-of-type {
    border-top: none;
}

.phone-field__country-arrow {
    line-height: 0;
}

.phone-field__country-arrow svg {
  transition: transform 0.25s ease;
  transform-origin: center;
}

.phone-field__country-btn[aria-expanded="true"] 
.phone-field__country-arrow svg {
  transform: scaleY(-1);
}

#callForm2 .input-form-action {
    margin-top: 48px;
}

.thanks__wrapper,
.error__wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
}

.thanks__title,
.error__title {
    color: var(--Text-White, #EEF0F3);
    text-align: center;
    font-size: var(--Text-Title-Size-H4, 24px);
    font-weight: 500;
    line-height: 133.333%;
}



.form-select {
    position: relative;
    cursor: pointer;
    width: 120px;
    flex-shrink: 0;
}

.form-select__trigger {
    display: flex;
    justify-content: space-between;
    gap: 4px;
    padding: 2px 8px 2px 12px;
    align-items: center;
    border-radius: 8px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--island-white-5, rgba(238, 240, 243, 0.05));
    backdrop-filter: blur(10px);
}

.form-select__trigger span {
    color: var(--Text-White, #EEF0F3);
    font-size: var(--Text-Button-Size-Small, 14px);
    font-weight: 700;
    line-height: 114.286%;
}

.form-select__trigger svg {
    flex-shrink: 0;
}

.form-select__dropdown {
    display: none;
    flex-direction: column;gap: 8px;
    padding: 12px 8px 4px 8px;
    border-radius: 12px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--Background-Black, #13101C);
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.60);
    position: absolute;
    width: 100%;
    z-index: 3;
    top:35px;
    left: 0;
}

.form-select.open .form-select__dropdown {
    display: flex;
}

.form-select__option {
    padding: 0 0 8px 4px;
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    font-size: var(--Text-Body-Text-Size-Small, 14px);
    line-height: 114.286%;
    border-bottom: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
}

.form-select__option:last-of-type {
    border-bottom: none;
}

.form-select__option:hover {
    color: var(--Text-White, #EEF0F3);
    font-weight: 700;
}


.contacts__form-line {
    margin: 16px 0;
    width: 100%;
    height: 1px;
    background: rgba(238, 240, 243, 0.10);
}



.input-form-item--radios {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.radio-group {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px 20px;
}

.radio-group__label {
    color: var(--Text-White, #FBFBFB);
    font-size: var(--Text-Body-Text-Size-Regular, 16px);
    line-height: 125%;
}

.radio-group-list {
    display: flex;
    gap: 24px;
}

.radio {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    position: relative;
}

.radio input {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}

.radio span {
    position: relative;
    padding-left: 36px;
}

.radio span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    width: 24px;
    height: 24px;
    border: 1px solid var(--Stroke-White, #EEF0F3);
    border-radius: 50%;
    transform: translateY(-50%);
    transition: 0.2s;
}

.radio span::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 2;
    top:50%;
    left:7px;
    transform: translateY(-50%);
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 50%;
    opacity: 0;
}

.radio input:checked + span::before {
    border-radius: 64px;
    border: 1px solid var(--Stroke-White, #EEF0F3);
    background: var(--Island-Gradient_2, linear-gradient(90deg, #B452FF 0%, #DC5CAF 49.52%, #FC8623 100%));
}

.radio input:checked + span::after {
    opacity: 1;
}

.radio:hover span::before {
    border-color: #666;
}

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {
    .input-form-item--50 {
        width: 100%;
    }
    .radio-group {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 575.98px) {
    .radio-group__label {
        font-size: 14px;
    }
    .contacts__form-line {
        margin: 8px 0;
    }
}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}

/* MODAL CALLFORM END */


/* LANG START */

.header__lang-wrap.is-open .header__lang-dropdown {
    display: block;
}

.header__lang-wrap {
    position: relative;
    padding: 4px;
    border-radius: 12px;
    background: var(--island-white-5, rgba(251, 251, 251, 0.05));
    backdrop-filter: blur(10px);
}

.header__lang {
    display: flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    background: transparent;
    border: none;
    padding: 0;
}

.header__lang-arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
}

.header__lang-arrow svg {
    transform: scaleY(1);
    transition: all 0.3s;
}

.header__lang-dropdown {
    position: absolute;
    top: calc(100% + 12px);
    right: 0;
    width: 180px;
    display: none;
    z-index: 100;
    flex-direction: column;
    gap: 8px;
    padding: 16px 16px 12px 16px;
    border-radius: 16px;
    border: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
    background: var(--Island-Jaguar, #080110);
    box-shadow: 0 8px 48px 0 rgba(0, 0, 0, 0.30);
}

.header__lang-wrap.is-open .header__lang-dropdown {
    display: flex;
}

.header__lang-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-decoration: none;
    padding-bottom: 8px;
    border-bottom: 1px solid var(--stroke-white-15, rgba(238, 240, 243, 0.15));
}

.header__lang-name {
    display: block;
    overflow: hidden;
    color: var(--text-white-70, rgba(238, 240, 243, 0.70));
    font-size: var(--Text-Body-Text-Size-Regular, 16px);
    font-style: normal;
    font-weight: 400;
    line-height: 125%;
}

.header__lang-item:hover .header__lang-name {
    text-decoration: underline;
    color: #B452FF;
}

.header__lang-flag {
    flex-shrink: 0;
    width: 24px;
    height: 24px;
}

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

.header__lang-wrap.is-open .header__lang-arrow svg {
    transform: scaleY(-1);
}

.header__mobile-action {
    width: 100%;
    display: none;
    justify-content: space-between;
}

.header__lang--mobile {
    display: none;
}

.header__menu--open .header__lang--mobile {
    display: block;
}


@media (max-width: 1199.98px) {
    .header__lang--desktop {
        display: none;
    }
    .header__mobile-action {
        display: flex;
    }
}

/* LANG END */


.rtl .btn,
.rtl .categorie__item-meta,
.rtl .header__lang-item,
.rtl .program__filter-flags,
.rtl .program__filter-text,
.rtl .security__spoiler-top,
.rtl .header__nav-link,
.rtl .footer__social-link,
.rtl .ui-check {
    flex-direction: row-reverse;
}
.rtl .btn svg {
    transform: rotate(180deg);
}
.rtl .categorie__item-price,
.rtl .categorie__item-countries,
.rtl .categories__card-action,
.rtl .premium__item-content,
.rtl .input-form-item {
    align-items: flex-end;
}
.rtl .categorie__item-title,
.rtl .categorie__item-text,
.rtl .budget__input-wrapper input,
.rtl .program__item-content,
.rtl .program__item-info,
.rtl .program__filter-title,
.rtl .security__spoiler-title,
.rtl .security__spoiler-content p,
.rtl .premium__item-content {
    text-align: right;
}

.rtl .categories__card-action {
    justify-content: flex-end;
}

.rtl .program__item-flag {
    right: unset;
    left:24px;
}
.rtl .program__item-title,
.rtl .program__item-subtitle {
    padding-right: 0;
    padding-left: 48px;
}

.rtl .btn.arrow-animation .lottie-icon {
    transform: rotate(180deg);
}

/* 

@media (max-width: 1599.98px) {

}

@media (max-width: 1399.98px) {

}

@media (max-width: 1199.98px) {

}

@media (max-width: 991.98px) {

}

@media (max-width: 767.98px) {

}

@media (max-width: 575.98px) {

}

@media (max-width: 480px) {

}

@media (max-width: 420px) {

}

*/