.roulette, .roulette__wheel, button, input[type=submit] {
    cursor: pointer
}

a, a:hover {
    text-decoration: none
}

body, html {
    height: 100%;
    width: 100%
}

body {
    padding: 0;
    margin: 0;
    -webkit-font-smoothing: antialiased;
    background-color: #092e67;
    color: #FFF;
    scroll-behavior: smooth;
    -webkit-overflow-scrolling: auto
}

a, input, select, textarea {
    font: inherit;
    color: inherit
}

a, article, aside, blockquote, dd, div, dl, dt, em, fieldset, figure, footer, form, h1, h2, h3, h4, h5, h6, header, img, input, label, li, nav, ol, p, section, select, span, strong, table, td, textarea, tr, ul {
    padding: 0;
    margin: 0;
    outline: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -moz-box-sizing: border-box
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

article, aside, footer, header, nav, section {
    display: block
}

input, select, textarea {
    vertical-align: middle
}

textarea {
    vertical-align: top;
    resize: none
}

:focus {
    outline: 0
}

fieldset, img {
    border: 0;
    max-width: 100%;
    height: auto;
    vertical-align: top
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

.copyright a:focus, .copyright a:hover, .dynamic-content a:focus, .dynamic-content a:hover {
    text-decoration: underline
}

html {
    font: 400 14px/1.2 Manrope, sans-serif
}

body.disable-scroll {
    overflow: hidden;
    height: 100vh
}

.wrapper {
    position: relative;
    background: linear-gradient(108deg, #092e67 0, #094086 28%, #004e9e 60%, #006bb6 100%);
    overflow: hidden;
    -webkit-backface-visibility: hidden
}

.overlay {
    display: none;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 900;
    background: rgba(1, 79, 159, .1);
    -webkit-backdrop-filter: blur(40px);
    backdrop-filter: blur(40px)
}

.overlay.show {
    display: block
}

.d-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.text_uppercase {
    text-transform: uppercase
}

.color_blue {
    color: #00E6FF
}

.note {
    padding-top: 60px;
    padding-bottom: 20px
}

.note sup {
    vertical-align: bottom
}

.note, .src-block {
    font-size: 12px;
    line-height: 16.8px
}

.src-block__title {
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
    margin-bottom: 10px
}

.src-block ol {
    counter-reset: list
}

.src-block ol li {
    position: relative;
    padding-left: 25px
}

.src-block ol li:last-child {
    margin-bottom: 0
}

.src-block ol li:before {
    position: absolute;
    left: 8px;
    counter-increment: list;
    content: counter(list) ". "
}

.dynamic-content h1, .dynamic-content h2, .dynamic-content h3, .dynamic-content h4, .dynamic-content h5, .dynamic-content h6 {
    margin-bottom: .65em
}

.dynamic-content ul {
    margin-bottom: 10px
}

.dynamic-content ul li {
    position: relative;
    margin-bottom: 7px;
    padding-left: 25px
}

.dynamic-content ul li:last-child {
    margin-bottom: 0
}

.dynamic-content ol {
    counter-reset: list;
    margin-bottom: 10px
}

.dynamic-content ol li {
    position: relative;
    margin-bottom: 7px
}

.dynamic-content ol li:last-child {
    margin-bottom: 0
}

.dynamic-content ol li:before {
    counter-increment: list;
    content: counter(list) ". "
}

.accordion__item-display ul li:before, .btn .icon:before, .card-about:before, .manifestation:before, .menu__link:after, .modal .card-modal ul li:before, .section-manifestation .message-block:before {
    content: ""
}

.dynamic-content img.alignright {
    float: right;
    margin: 0 0 1.2em 1.2em
}

.dynamic-content img.alignleft {
    float: left;
    margin: 0 1.2em 1.2em 0
}

.dynamic-content img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

.dynamic-content a img.alignright {
    float: right;
    margin: 0 0 1.2em 1.2em
}

.dynamic-content a img.alignleft {
    float: left;
    margin: 0 1.2em 1.2em 0
}

.dynamic-content a img.aligncenter {
    display: block;
    margin-left: auto;
    margin-right: auto
}

sup {
    font-size: initial
}

.title {
    font-size: 24px;
    font-weight: 400;
    line-height: 28.8px
}

.title > b {
    font-weight: 600
}

.title_lg, .title_xl {
    font-weight: 800
}

.title_xl {
    font-family: Manrope, sans-serif;
    font-size: 88px;
    line-height: 97px;
    letter-spacing: .06em
}

.section-banner .banner-grid__title, .title_lg {
    font-size: 56px;
    line-height: 61.6px;
    letter-spacing: .06em
}

.anim-item {
    will-change: transform
}

@-webkit-keyframes scaleAnim {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

@keyframes scaleAnim {
    0%, 100% {
        opacity: 1
    }
    50% {
        opacity: 0
    }
}

.star {
    -webkit-transition: .35s;
    transition: .35s;
    -webkit-animation: scaleAnim 1s infinite ease-in-out;
    animation: scaleAnim 1s infinite ease-in-out
}

.stars {
    position: absolute;
    pointer-events: none;
    width: auto;
    max-width: none;
    z-index: 1
}

.banner__stars .star:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.banner__stars .star:nth-child(2) {
    -webkit-animation-delay: .45s;
    animation-delay: .45s
}

.banner__stars .star:nth-child(3) {
    -webkit-animation-delay: .9s;
    animation-delay: .9s
}

.banner__stars .star:nth-child(4) {
    -webkit-animation-delay: 1.35s;
    animation-delay: 1.35s
}

.banner__stars .star:nth-child(5) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.banner__stars .star:nth-child(6) {
    -webkit-animation-delay: 2.25s;
    animation-delay: 2.25s
}

.banner__stars .star:nth-child(7) {
    -webkit-animation-delay: 2.7s;
    animation-delay: 2.7s
}

.banner__stars .star:nth-child(8) {
    -webkit-animation-delay: 3.15s;
    animation-delay: 3.15s
}

.banner__stars .star:nth-child(9) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.banner__stars .star:nth-child(10) {
    -webkit-animation-delay: 4.05s;
    animation-delay: 4.05s
}

.banner__stars .star:nth-child(11) {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.banner__stars .star:nth-child(12) {
    -webkit-animation-delay: 4.95s;
    animation-delay: 4.95s
}

.banner__stars .star:nth-child(13) {
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s
}

.banner__stars .star:nth-child(14) {
    -webkit-animation-delay: 5.85s;
    animation-delay: 5.85s
}

.banner__stars .star:nth-child(15) {
    -webkit-animation-delay: 6.3s;
    animation-delay: 6.3s
}

.banner__stars .star:nth-child(16) {
    -webkit-animation-delay: 6.75s;
    animation-delay: 6.75s
}

.banner__stars .star:nth-child(17) {
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s
}

.banner__stars .star:nth-child(18) {
    -webkit-animation-delay: 7.65s;
    animation-delay: 7.65s
}

.banner__stars .star:nth-child(19) {
    -webkit-animation-delay: 8.1s;
    animation-delay: 8.1s
}

.banner__stars .star:nth-child(20) {
    -webkit-animation-delay: 8.55s;
    animation-delay: 8.55s
}

.banner__stars .star:nth-child(21) {
    -webkit-animation-delay: 9s;
    animation-delay: 9s
}

.banner__stars .star:nth-child(22) {
    -webkit-animation-delay: 9.45s;
    animation-delay: 9.45s
}

.banner__stars .star:nth-child(23) {
    -webkit-animation-delay: 9.9s;
    animation-delay: 9.9s
}

.banner__stars .star:nth-child(24) {
    -webkit-animation-delay: 10.35s;
    animation-delay: 10.35s
}

.banner__stars .star:nth-child(25) {
    -webkit-animation-delay: 10.8s;
    animation-delay: 10.8s
}

.banner__stars .star:nth-child(26) {
    -webkit-animation-delay: 11.25s;
    animation-delay: 11.25s
}

.banner__stars .star:nth-child(27) {
    -webkit-animation-delay: 11.7s;
    animation-delay: 11.7s
}

.banner__stars .star:nth-child(28) {
    -webkit-animation-delay: 12.15s;
    animation-delay: 12.15s
}

.banner__stars .star:nth-child(29) {
    -webkit-animation-delay: 12.6s;
    animation-delay: 12.6s
}

.about-stars .star:nth-child(1) {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.about-stars .star:nth-child(2) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.about-stars .star:nth-child(3) {
    -webkit-animation-delay: .4s;
    animation-delay: .4s
}

.about-stars .star:nth-child(4) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.about-stars .star:nth-child(5) {
    -webkit-animation-delay: .8s;
    animation-delay: .8s
}

.about-stars .star:nth-child(6) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.about-stars .star:nth-child(7) {
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s
}

.about-stars .star:nth-child(8) {
    -webkit-animation-delay: 1.4s;
    animation-delay: 1.4s
}

.about-stars .star:nth-child(9) {
    -webkit-animation-delay: 1.6s;
    animation-delay: 1.6s
}

.about-stars .star:nth-child(10) {
    -webkit-animation-delay: 1.8s;
    animation-delay: 1.8s
}

.about-stars .star:nth-child(11) {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.about-stars .star:nth-child(12) {
    -webkit-animation-delay: 2.2s;
    animation-delay: 2.2s
}

.about-stars .star:nth-child(13) {
    -webkit-animation-delay: 2.4s;
    animation-delay: 2.4s
}

.about-stars .star:nth-child(14) {
    -webkit-animation-delay: 2.6s;
    animation-delay: 2.6s
}

.about-stars .star:nth-child(15) {
    -webkit-animation-delay: 2.8s;
    animation-delay: 2.8s
}

.about-stars .star:nth-child(16) {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.about-stars .star:nth-child(17) {
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s
}

.about-stars .star:nth-child(18) {
    -webkit-animation-delay: 3.4s;
    animation-delay: 3.4s
}

.about-stars .star:nth-child(19) {
    -webkit-animation-delay: 3.6s;
    animation-delay: 3.6s
}

.about-stars .star:nth-child(20) {
    -webkit-animation-delay: 3.8s;
    animation-delay: 3.8s
}

.about-stars .star:nth-child(21) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.about-stars .star:nth-child(22) {
    -webkit-animation-delay: 4.2s;
    animation-delay: 4.2s
}

.about-stars .star:nth-child(23) {
    -webkit-animation-delay: 4.4s;
    animation-delay: 4.4s
}

.about-stars .star:nth-child(24) {
    -webkit-animation-delay: 4.6s;
    animation-delay: 4.6s
}

.about-stars .star:nth-child(25) {
    -webkit-animation-delay: 4.8s;
    animation-delay: 4.8s
}

.about-stars .star:nth-child(26) {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.about-stars .star:nth-child(27) {
    -webkit-animation-delay: 5.2s;
    animation-delay: 5.2s
}

.about-stars .star:nth-child(28) {
    -webkit-animation-delay: 5.4s;
    animation-delay: 5.4s
}

.about-stars .star:nth-child(29) {
    -webkit-animation-delay: 5.6s;
    animation-delay: 5.6s
}

.about-stars .star:nth-child(30) {
    -webkit-animation-delay: 5.8s;
    animation-delay: 5.8s
}

.about-stars .star:nth-child(31) {
    -webkit-animation-delay: 6s;
    animation-delay: 6s
}

.about-stars .star:nth-child(32) {
    -webkit-animation-delay: 6.2s;
    animation-delay: 6.2s
}

.about-stars .star:nth-child(33) {
    -webkit-animation-delay: 6.4s;
    animation-delay: 6.4s
}

.about-stars .star:nth-child(34) {
    -webkit-animation-delay: 6.6s;
    animation-delay: 6.6s
}

.about-stars .star:nth-child(35) {
    -webkit-animation-delay: 6.8s;
    animation-delay: 6.8s
}

.about-stars .star:nth-child(36) {
    -webkit-animation-delay: 7s;
    animation-delay: 7s
}

.about-stars .star:nth-child(37) {
    -webkit-animation-delay: 7.2s;
    animation-delay: 7.2s
}

.about-stars .star:nth-child(38) {
    -webkit-animation-delay: 7.4s;
    animation-delay: 7.4s
}

.about-stars .star:nth-child(39) {
    -webkit-animation-delay: 7.6s;
    animation-delay: 7.6s
}

.about-stars .star:nth-child(40) {
    -webkit-animation-delay: 7.8s;
    animation-delay: 7.8s
}

.about-stars .star:nth-child(41) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s
}

.about-stars .star:nth-child(42) {
    -webkit-animation-delay: 8.2s;
    animation-delay: 8.2s
}

.about-stars .star:nth-child(43) {
    -webkit-animation-delay: 8.4s;
    animation-delay: 8.4s
}

.moving-element {
    -webkit-filter: blur(65px);
    filter: blur(65px);
    opacity: .28;
    z-index: 0;
    position: absolute;
    -webkit-transition: -webkit-transform 1s;
    transition: -webkit-transform 1s;
    transition: transform 1s;
    transition: transform 1s, -webkit-transform 1s;
    will-change: transform
}

@-webkit-keyframes float {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    20% {
        -webkit-transform: translate(40vw, 30%);
        transform: translate(40vw, 30%)
    }
    40% {
        -webkit-transform: translate(80vw, 10%);
        transform: translate(80vw, 10%)
    }
    60% {
        -webkit-transform: translate(55vw, 60%);
        transform: translate(55vw, 60%)
    }
    80% {
        -webkit-transform: translate(35vw, 30%);
        transform: translate(35vw, 30%)
    }
}

@keyframes float {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    20% {
        -webkit-transform: translate(40vw, 30%);
        transform: translate(40vw, 30%)
    }
    40% {
        -webkit-transform: translate(80vw, 10%);
        transform: translate(80vw, 10%)
    }
    60% {
        -webkit-transform: translate(55vw, 60%);
        transform: translate(55vw, 60%)
    }
    80% {
        -webkit-transform: translate(35vw, 30%);
        transform: translate(35vw, 30%)
    }
}

@-webkit-keyframes float1 {
    0%, 100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    25% {
        -webkit-transform: translate(-20%, 10%);
        transform: translate(-20%, 10%)
    }
    50% {
        -webkit-transform: translate(-40%, 70%);
        transform: translate(-40%, 70%)
    }
    75% {
        -webkit-transform: translate(-20%, 30%);
        transform: translate(-20%, 30%)
    }
}

@keyframes float1 {
    0%, 100% {
        -webkit-transform: translate(-50%, 0);
        transform: translate(-50%, 0)
    }
    25% {
        -webkit-transform: translate(-20%, 10%);
        transform: translate(-20%, 10%)
    }
    50% {
        -webkit-transform: translate(-40%, 70%);
        transform: translate(-40%, 70%)
    }
    75% {
        -webkit-transform: translate(-20%, 30%);
        transform: translate(-20%, 30%)
    }
}

@-webkit-keyframes float2 {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    25% {
        -webkit-transform: translate(50%, -30%);
        transform: translate(50%, -30%)
    }
    50% {
        -webkit-transform: translate(-40%, 50%);
        transform: translate(-40%, 50%)
    }
    75% {
        -webkit-transform: translate(80%, 60%);
        transform: translate(80%, 60%)
    }
}

@keyframes float2 {
    0%, 100% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }
    25% {
        -webkit-transform: translate(50%, -30%);
        transform: translate(50%, -30%)
    }
    50% {
        -webkit-transform: translate(-40%, 50%);
        transform: translate(-40%, 50%)
    }
    75% {
        -webkit-transform: translate(80%, 60%);
        transform: translate(80%, 60%)
    }
}

@-webkit-keyframes float3 {
    0%, 100% {
        -webkit-transform: translate(200%, 50%);
        transform: translate(200%, 50%)
    }
    25% {
        -webkit-transform: translate(150%, 30%);
        transform: translate(150%, 30%)
    }
    50% {
        -webkit-transform: translate(100%, 80%);
        transform: translate(100%, 80%)
    }
    75% {
        -webkit-transform: translate(150%, 20%);
        transform: translate(150%, 20%)
    }
}

@keyframes float3 {
    0%, 100% {
        -webkit-transform: translate(200%, 50%);
        transform: translate(200%, 50%)
    }
    25% {
        -webkit-transform: translate(150%, 30%);
        transform: translate(150%, 30%)
    }
    50% {
        -webkit-transform: translate(100%, 80%);
        transform: translate(100%, 80%)
    }
    75% {
        -webkit-transform: translate(150%, 20%);
        transform: translate(150%, 20%)
    }
}

.menu {
    margin-top: auto;
    margin-bottom: auto;
    padding: 40px 0
}

.menu__item {
    font-family: Manrope, sans-serif;
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: .01em;
    margin-bottom: 30px;
    -webkit-transition: .35s;
    transition: .35s
}

.accordion__caret, .btn, .header__nav {
    -webkit-transition: .35s
}

.menu__item:last-child {
    margin-bottom: 0
}

.menu__link {
    display: inline-block;
    position: relative;
    padding-right: 20px
}

.menu__link:after {
    position: absolute;
    background-image: url(../assets/img/arrow-right.svg);
    width: 32px;
    height: 32px;
    background-position: center;
    background-size: 32px 32px;
    right: -27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1
}

.btn {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: Manrope, sans-serif;
    font-size: 14px;
    font-weight: 800;
    line-height: 1;
    text-align: center;
    border: none;
    transition: .35s;
    padding: 0 50px;
    border-radius: 40px
}

.btn_modal-close, .btn_primary, .btn_up {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 17px 35px;
    border-radius: 40px;
    background: linear-gradient(96.49deg, #05FFDA 5.97%, #00C6FF 98.25%);
    color: #014589
}

.about-nav, .btn_icon, .footer .container {
    -webkit-box-pack: justify
}

.btn_modal-close:hover, .btn_primary:hover, .btn_up:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), linear-gradient(96.49deg, #05FFDA 5.97%, #00C6FF 98.25%);
    -webkit-box-shadow: 8px 8px 30px 0 rgba(0, 200, 255, .4);
    box-shadow: 8px 8px 30px 0 rgba(0, 200, 255, .4)
}

.btn_modal-close:active, .btn_primary:active, .btn_up:active {
    background: linear-gradient(0deg, rgba(0, 198, 255, .5), rgba(0, 198, 255, .5)), linear-gradient(96.49deg, #05FFDA 5.97%, #00C6FF 98.25%);
    -webkit-box-shadow: none;
    box-shadow: none
}

.btn_icon {
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    padding: 13px 10px 13px 30px
}

.btn_secondary {
    border: 1px solid #00e6ff;
    border-radius: 40px;
    color: #02E4EB;
    background-color: transparent
}

.btn_secondary .icon {
    background: linear-gradient(117.73deg, #05ffda 7.855%, #00c6ff 88.98%)
}

.btn_secondary .icon:before {
    background-image: url(../assets/img/arrow-right-sm.svg);
    background-size: 14px 9px
}

.btn_secondary:hover {
    border-color: #00E6FF;
    color: #91FFFA
}

.btn_secondary:hover .icon {
    background: linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), linear-gradient(96.49deg, #05FFDA 5.97%, #00C6FF 98.25%);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.btn_secondary:active {
    color: #00C6FF;
    border-color: #00C6FF
}

.btn_secondary:active .icon {
    background: linear-gradient(0deg, rgba(0, 198, 255, .5), rgba(0, 198, 255, .5)), linear-gradient(96.49deg, #05FFDA 5.97%, #00C6FF 98.25%)
}

.btn_up {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    position: fixed;
    right: 24px;
    bottom: 100px;
    z-index: 300;
    opacity: 0
}

.btn .icon, .btn .icon:before {
    display: block;
    width: 25px;
    height: 25px
}

.btn_up .icon:before {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    background-image: url(../assets/img/arrow-right-sm.svg);
    background-size: 15px 11px
}

.btn_up.show {
    opacity: 1
}

.btn .icon {
    position: relative;
    border-radius: 50%;
    -webkit-transition: -webkit-transform .35s;
    transition: -webkit-transform .35s;
    transition: transform .35s;
    transition: transform .35s, -webkit-transform .35s;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.btn .icon:before {
    position: absolute;
    background-position: center;
    background-repeat: no-repeat;
    z-index: 1
}

.btn .icon_chek, .btn .icon_chek:before, .btn .icon_unchek, .btn .icon_unchek:before {
    width: 28px;
    height: 28px
}

.btn .icon_chek:before {
    background-image: url(../assets/img/chek.svg);
    background-size: 28px 28px
}

.btn .icon_unchek:before {
    background-image: url(../assets/img/unchek.svg);
    background-size: 28px 28px
}

.btn_modal-close {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    right: 10px;
    top: 10px;
    padding: 0;
    width: 40px;
    height: 40px
}

.pill-label {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
    line-height: 18px;
    padding: 12px 20px;
    background-color: rgba(0, 40, 81, .4);
    color: #fff;
    border-radius: 30px;
    gap: 10px
}

.pill-label__icon {
    display: block;
    width: 28px;
    height: 28px
}

.labels-grid {
    position: relative;
    z-index: 1
}

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: 0
}

.swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    margin: 0 6px 0 0 !important;
    background: linear-gradient(96.49deg, #05FFDA 5.97%, #00C6FF 98.25%);
    opacity: .2
}

.swiper-pagination-bullet-active {
    opacity: 1
}

.accordion {
    width: 100%
}

.accordion__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 65px;
    position: relative;
    padding: 14px 12px 14px 20px;
    margin-bottom: 12px;
    background: linear-gradient(96.49deg, #00E0E0 5.97%, #00C6FF 98.25%);
    border-radius: 40px
}

.accordion__item:before {
    border-radius: 40px
}

.accordion__item h4 {
    color: #014589;
    font-size: 14px;
    padding-right: 42px;
    font-weight: 600;
    line-height: 18.2px
}

.accordion__item sup {
    font-size: 10px;
    vertical-align: 4px
}

.accordion__item:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), linear-gradient(96.49deg, #00E0E0 5.97%, #00C6FF 98.25%);
    -webkit-box-shadow: 0 0 20px 0 rgba(4, 244, 226, .5019607843);
    box-shadow: 0 0 20px 0 rgba(4, 244, 226, .5019607843)
}

.accordion__item:last-child {
    margin-bottom: 0
}

.accordion__tab-container {
    position: relative;
    min-height: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.accordion__caret, .modal__content {
    display: -webkit-box;
    display: -ms-flexbox
}

.accordion__caret {
    position: absolute;
    right: 0;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    transition: .35s;
    background: #014589
}

.accordion__caret svg {
    position: relative;
    max-width: 100%;
    height: auto;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -webkit-transition: .3s;
    transition: .3s
}

.accordion__caret svg circle {
    fill: transparent
}

.accordion__item-display {
    max-height: 0;
    background: 0 0;
    color: #FFF;
    padding: 0;
    margin: 0;
    overflow: hidden
}

.accordion__item-display ul li {
    padding-left: 25px;
    position: relative
}

.accordion__item-display ul li:before {
    position: absolute;
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #FFF;
    left: 10px;
    top: 6px
}

.accordion__item.active {
    background: 0 0;
    display: flow-root;
    position: relative;
    border-radius: 30px
}

.accordion__item.active:before {
    border-radius: 30px
}

.accordion__item.active .accordion__item-display {
    max-height: 500px;
    padding: 16px 42px 0 0;
    -webkit-transition: max-height 1.25s ease-in;
    transition: max-height 1.25s ease-in;
    overflow: hidden
}

.accordion__item.active h4 {
    color: #00e6ff
}

.accordion__item.active:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}

.accordion__item.active > .accordion__tab-container:hover .accordion__caret {
    -webkit-box-shadow: 0 0 20px 0 rgba(4, 244, 226, .5019607843);
    box-shadow: 0 0 20px 0 rgba(4, 244, 226, .5019607843);
    background: linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), linear-gradient(96.49deg, #00C6FF 5.97%, #05FFDA 98.25%)
}

.active .accordion__caret {
    background: linear-gradient(96.49deg, #00C6FF 5.97%, #05FFDA 98.25%);
    -webkit-box-shadow: none;
    box-shadow: none
}

.block-label__item, .card {
    background: rgba(0, 40, 81, .4);
    border-radius: 30px;
    font-weight: 500
}

.active .accordion__caret svg {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.active .accordion__caret svg circle {
    fill: transparent
}

.active .accordion__caret svg path {
    stroke: #014589
}

.card {
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    font-size: 16px;
    line-height: 20.8px;
    text-align: center
}

.message-block {
    padding: 20px;
    position: relative;
    z-index: 1
}

.message-block p {
    margin-bottom: 20px
}

.message-block p:last-child {
    margin-bottom: 0
}

.block-label__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
    padding: 10px 20px;
    line-height: 19.6px;
    margin-bottom: 4px
}

.block-label__item:last-child {
    margin-bottom: 0
}

.block-label__icon {
    width: 28px;
    height: 28px;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    position: fixed;
    left: 50%;
    top: 50%;
    width: 100%;
    max-width: 312px;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 40px 20px 30px;
    background: radial-gradient(50.47% 50% at 47.91% 50%, #0659AC 0, #00356C 95.74%);
    border-radius: 30px;
    max-height: 526px;
    height: 100%;
    z-index: 1000
}

.modal.open {
    opacity: 1;
    visibility: visible;
    pointer-events: all
}

.modal__header {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.01em;
    margin-bottom: 30px
}

.modal__inner {
    max-height: 526px;
    height: 100%;
    overflow-y: auto
}

.modal__body {
    font-size: 14px;
    line-height: 16.8px;
    overflow: hidden
}

.modal__body b {
    font-weight: 700
}

.modal__content {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-bottom: 20px
}

.footer .container, .modal .card-modal {
    display: -webkit-box;
    display: -ms-flexbox
}

.modal .thumb {
    width: 48px;
    height: 48px;
    margin-right: 10px;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.modal .thumb img {
    width: 100%;
    pointer-events: none
}

.modal .card-modal {
    position: relative;
    border-radius: 40px;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 30px;
    background: linear-gradient(87.04deg, rgba(28, 126, 176, .25) 2.46%, rgba(28, 126, 176, 0) 105.58%);
    font-size: 16px;
    font-weight: 700;
    line-height: 19.2px;
    min-height: 243px
}

.modal .card-modal ul {
    width: 100%
}

.modal .card-modal ul li {
    position: relative;
    color: #00E6FF;
    padding-left: 36px
}

.modal .card-modal ul li:before {
    position: absolute;
    display: block;
    background-image: url(../assets/img/popup/ul-chek.svg);
    background-position: center;
    background-size: cover;
    width: 26px;
    height: 26px;
    top: 0;
    left: 0;
    z-index: 1
}

.modal .card-modal__footer {
    width: 145px
}

.modal .img {
    width: 106px;
    height: 156px;
    position: absolute;
    right: -18px;
    bottom: 13px;
    z-index: 1
}

.modal sup {
    font-size: 11px
}

.round {
    -webkit-animation: rotate 2s normal linear infinite;
    animation: rotate 2s normal linear infinite;
    -webkit-transform-origin: center center;
    transform-origin: center center
}

@-webkit-keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg)
    }
}

@keyframes rotate {
    0% {
        -webkit-transform: rotate3d(0, 0, 1, 0deg);
        transform: rotate3d(0, 0, 1, 0deg)
    }
    100% {
        -webkit-transform: rotate3d(0, 0, 1, 360deg);
        transform: rotate3d(0, 0, 1, 360deg)
    }
}

.modal-play {
    text-align: center;
    font-size: 16px;
    line-height: 19.2px
}

.modal-play .text_xl {
    font-size: 24px;
    line-height: 28.8px
}

.modal-play .text {
    max-width: 342px
}

.modal-play .btn_secondary, .modal-play .text-end {
    display: none;
    margin-bottom: 12px
}

.roulette {
    position: relative;
    width: 240px;
    height: 245px;
    margin: 0 auto 10px
}

.roulette .roulette__circle-bg, .roulette .roulette__data {
    position: absolute;
    width: 100%;
    left: 0;
    top: 0;
    pointer-events: none
}

.roulette .roulette__circle-bg {
    height: 100%;
    z-index: 2
}

.roulette .roulette__data {
    height: 100%;
    z-index: 1;
    -webkit-transition: -webkit-transform 3s cubic-bezier(.1, .7, .1, 1);
    transition: -webkit-transform 3s cubic-bezier(.1, .7, .1, 1);
    transition: transform 3s cubic-bezier(.1, .7, .1, 1);
    transition: transform 3s cubic-bezier(.1, .7, .1, 1), -webkit-transform 3s cubic-bezier(.1, .7, .1, 1)
}

.roulette__wheel {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transition: -webkit-transform 3s cubic-bezier(.1, .7, .1, 1);
    transition: -webkit-transform 3s cubic-bezier(.1, .7, .1, 1);
    transition: transform 3s cubic-bezier(.1, .7, .1, 1);
    transition: transform 3s cubic-bezier(.1, .7, .1, 1), -webkit-transform 3s cubic-bezier(.1, .7, .1, 1);
    position: relative;
    z-index: 2
}

.roulette__svg {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1
}

.roulette__spin {
    position: absolute;
    width: 50px;
    height: 61px;
    background-image: url(../assets/img/popup/hand.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: auto;
    padding: 0;
    background-color: transparent;
    border-radius: 0;
    bottom: 6px;
    right: -15px;
    z-index: 5
}

.btn_discount {
    max-width: 224px;
    margin: 0 auto
}

.about-grid__animation-col {
    position: relative;
    width: 100%
}

.pill-anim__bg-circle {
    position: absolute;
    top: 10%;
    left: 10%;
    border-radius: 50%;
    opacity: .8;
    background: radial-gradient(50% 50% at 50% 50%, #2052d1 58.89%, rgba(72, 70, 217, 0) 100%);
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.pill-anim__circle {
    position: absolute;
    opacity: .6
}

.pill-anim__circle object {
    height: 100%;
    display: block;
    width: 100%
}

.pill-anim__component, .pill-anim__logo, .pill-anim__pill {
    height: auto;
    position: absolute
}

.pill-anim__color-circle {
    position: absolute;
    border-radius: 50%;
    background: linear-gradient(234deg, #1fff78 29%, rgba(31, 255, 120, 0) 63.81%);
    -webkit-filter: blur(48px);
    filter: blur(48px)
}

.pill-anim__images {
    width: 100%;
    -webkit-transform-origin: center;
    transform-origin: center;
    opacity: 0
}

.timeline-started .pill-anim__images {
    opacity: 1
}

.pill-anim__bg-circle {
    width: 159.8px;
    height: 159.8px
}

.pill-anim__components {
    position: absolute;
    width: 274.27px;
    height: 227.5px;
    -webkit-transform-origin: 133.31px center;
    transform-origin: 133.31px center
}

.pill-anim__circle {
    width: 99.35px;
    height: 99.35px
}

.pill-anim__circle_1 {
    top: 52.5px;
    left: 53.31px
}

.pill-anim__circle_2 {
    top: 31.5px;
    left: 131.04px
}

.pill-anim__circle_3 {
    top: 100.8px;
    left: 103.62px
}

.pill-anim__color-circle_1 {
    width: 85.33px;
    height: 85.33px;
    top: 52.5px;
    left: 28.8px
}

.pill-anim__color-circle_2 {
    width: 85.33px;
    height: 85.33px;
    top: 31.5px;
    left: 170.66px
}

.pill-anim__color-circle_3 {
    width: 54.85px;
    height: 54.85px;
    top: 128.8px;
    left: 146.27px
}

.pill-anim__component_1 {
    top: 14px;
    left: 4.86px;
    width: 154.82px;
    -webkit-transform: rotate(.357deg);
    transform: rotate(.357deg)
}

.pill-anim__component_2 {
    top: 9.8px;
    left: 149.02px;
    width: 147.2px;
    -webkit-transform: rotate(360.604deg);
    transform: rotate(360.604deg)
}

.pill-anim__component_3 {
    top: 114.45px;
    left: 112.74px;
    width: 110.91px
}

.pill-anim__images {
    height: 245px
}

.pill-anim__images-circle {
    position: absolute;
    border-radius: 50%;
    border: 1px solid #00c6ff;
    left: 124.93px;
    top: 35px;
    width: 133.47px;
    height: 133.47px
}

.pill-anim__pill {
    width: 119.74px;
    left: 60.93px;
    top: 60.93px
}

.pill-anim__logo {
    width: 75.55px;
    left: 176px;
    top: 105px
}

.pill-anim-wrap {
    width: 100%;
    border-radius: 34px;
    background: radial-gradient(54.03% 53.88% at 55.47% 52.34%, rgba(6, 89, 172, 0) 0, rgba(0, 53, 108, .5) 95.74%);
    overflow: hidden
}

.pill-anim-wrap__inner {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%, -2%);
    transform: translate(-50%, -2%);
    width: 320px;
    height: 211px
}

.container {
    padding: 0 24px;
    width: 100%;
    margin: 0 auto
}

.footer {
    position: relative;
    padding: 30px 0 58px;
    font-size: 10px;
    line-height: 14px
}

.disclaimer, .header, .header__nav {
    position: fixed;
    left: 0
}

.footer .container {
    display: flex;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__logo {
    max-width: 109px;
    display: inline-block
}

.footer__logo img {
    max-width: 100%
}

.copyright {
    font-size: 10px;
    line-height: 14px;
    padding-left: 20px
}

.copyright span {
    display: block;
    text-align: right
}

.disclaimer {
    bottom: 0;
    right: 0;
    height: 32px;
    z-index: 100
}

.disclaimer img {
    display: block;
    height: 100%;
    width: 100%;
    max-width: 100%
}

.header {
    top: 0;
    right: 0;
    width: 100%;
    padding: 12px 0;
    min-height: 60px;
    z-index: 120
}

.header.active {
    background: rgba(255, 255, 255, .05);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px)
}

.header__logo {
    display: block;
    max-width: 124px;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.header__logo img {
    width: 100%;
    height: auto
}

.header .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    z-index: 1000
}

.header .btn_burger, .header .btn_close {
    position: absolute;
    width: 60px;
    height: 60px;
    background-color: transparent;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 24px 24px;
    border: none;
    right: 4px;
    z-index: 1
}

.header .btn_burger {
    background-image: url(../assets/img/burger.svg);
    top: -12px
}

.header .btn_close {
    background-image: url(../assets/img/close.svg);
    top: 0
}

.header .btn_mob {
    width: 100%;
    max-width: 260px
}

.header__nav {
    width: 100%;
    top: 0;
    bottom: 0;
    background: linear-gradient(261.51deg, #006BB6 1.66%, #004E9E 35.57%, #094086 63.71%, #092E67 87.36%);
    padding: 0;
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    transition: .35s;
    z-index: 600;
    height: 100vh;
    overflow: hidden
}

.header__nav.open {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    -webkit-transition: .5s;
    transition: .5s
}

.header__nav-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-height: calc(100vh - 110px);
    height: 100%;
    overflow-y: auto;
    padding: 0 42px 0 48px
}

.header__nav-topbar {
    min-height: 60px;
    padding-left: 24px;
    padding-top: 12px;
    padding-bottom: 12px
}

.section-banner {
    padding-top: 108px;
    padding-bottom: 40px
}

.section-banner .container {
    position: relative
}

.section-banner .banner-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    row-gap: 20px
}

.section-banner .banner-grid__header {
    width: 100%;
    padding-bottom: 10px;
    position: relative;
    z-index: 2
}

.section-banner .banner-grid__img-block {
    position: relative;
    width: 50%;
    z-index: 1
}

.section-banner .banner-grid__call2action-row {
    position: relative;
    width: 50%;
    z-index: 5;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.section-banner .banner-grid__addition-info {
    position: relative;
    width: 100%;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.section-banner .banner-grid__title {
    text-transform: uppercase;
    font-weight: 800;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.section-banner .banner-grid__subtitle {
    font-weight: 400;
    font-size: 24px;
    line-height: 28.8px;
    letter-spacing: .01em;
    opacity: 0;
    will-change: transform, opacity;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-perspective: 1000px;
    perspective: 1000px
}

.section-banner .banner-grid__product-img {
    position: relative;
    max-width: 194px;
    z-index: 3
}

.section-banner__thumb {
    width: 62%;
    padding-left: 8%;
    position: relative
}

.section-banner .banner__img-block {
    position: relative
}

.section-banner .back-wave {
    position: absolute;
    height: 434px;
    width: auto;
    max-width: none;
    left: auto;
    right: 0;
    -webkit-transform: translate(27%, 92px);
    transform: translate(27%, 92px);
    z-index: 1
}

.section-banner .ellipse-back {
    position: absolute;
    pointer-events: none;
    -webkit-filter: blur(120px);
    filter: blur(120px)
}

.section-banner .ellipse-back-1 {
    background: #0F2F6E;
    width: 537px;
    height: 689px;
    top: -9px;
    left: 0;
    -webkit-transform: translateX(-95%);
    transform: translateX(-95%)
}

.section-banner .ellipse-back-2 {
    width: 319px;
    height: 400px;
    opacity: .6;
    background: linear-gradient(341.13deg, #7DE2FF 22.48%, #36FFAB 47.61%);
    top: 162px;
    right: -130px;
    z-index: 0;
    -webkit-filter: blur(155px);
    filter: blur(155px)
}

.banner__stars {
    left: 0;
    z-index: 2
}

.banner__stars_1 {
    height: 264px;
    -webkit-transform: translate(-23%, 0);
    transform: translate(-23%, 0)
}

.banner__stars_2 {
    height: 434px;
    -webkit-transform: translate(-63%, -68px);
    transform: translate(-63%, -68px)
}

.section {
    padding: 40px 0
}

.section__header {
    margin-bottom: 30px
}

.section-symptoms, .section-symptoms .container {
    position: relative
}

.section-symptoms .container > * {
    position: relative;
    z-index: 2
}

.section-symptoms .labels-grid {
    display: grid;
    row-gap: 4px;
    margin-bottom: 30px
}

.section-symptoms .labels-grid__item {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex
}

.section-symptoms .btn {
    min-width: 116px
}

.section-symptoms .moving-element {
    width: 330px;
    height: 330px;
    top: 65px;
    left: 100px;
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
    will-change: transform;
    background: radial-gradient(93.19% 74.17% at 30% 59%, #fff, #c0f 52.831%, #238dac 100%)
}

.section-symptoms .call2action-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 24px
}

.section-manifestation {
    position: relative
}

.section-manifestation .message-block {
    padding-top: 42px;
    position: relative;
    padding-left: 18px;
    padding-right: 18px;
    -webkit-transition: opacity .35s ease, -webkit-transform .5s ease;
    transition: opacity .35s ease, -webkit-transform .5s ease;
    transition: transform .5s ease, opacity .35s ease;
    transition: transform .5s ease, opacity .35s ease, -webkit-transform .5s ease
}

.section-manifestation .message-block:before {
    position: absolute;
    display: block;
    background-image: url(../assets/img/danger.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    width: 32px;
    height: 32px;
    top: 10px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 1
}

.section-manifestation .message-block p {
    max-width: 406px;
    width: 100%;
    display: inline-block;
    margin-left: auto;
    margin-right: auto
}

.section-manifestation .message-block.move-up {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1
}

.section-manifestation .moving-element {
    width: 254px;
    height: 240px;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(50%, 50%, 0);
    transform: translate3d(50%, 50%, 0);
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: radial-gradient(93.19% 74.17% at 30% 59%, #fff, #c0f 52.831%, #238dac 100%)
}

.manifestation-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.improvement-grid .labels-grid, .sticky-trigger {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.manifestation-grid__bg {
    position: absolute;
    left: 0;
    right: 0;
    height: 463px;
    max-width: none;
    bottom: -72px;
    z-index: -1;
    width: initial;
    -webkit-transform: translateX(-25%);
    transform: translateX(-25%);
    margin-left: -20px
}

.sticky-trigger {
    position: relative;
    top: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.manifestation-list {
    min-height: 50px;
    padding-bottom: 13px
}

.manifestation-list ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    will-change: transform
}

.manifestation {
    font-size: 18px;
    font-weight: 500;
    line-height: 19.2px;
    padding-left: 16px;
    position: relative;
    margin-right: 8px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: auto;
    opacity: .2;
    -webkit-filter: blur(4px);
    filter: blur(4px);
    -webkit-transition: opacity .3s ease, font-size .3s ease, -webkit-filter .3s ease;
    transition: opacity .3s ease, font-size .3s ease, -webkit-filter .3s ease;
    transition: opacity .3s ease, filter .3s ease, font-size .3s ease;
    transition: opacity .3s ease, filter .3s ease, font-size .3s ease, -webkit-filter .3s ease
}

.icons .icon, .image {
    -webkit-transition: opacity .5s ease-in-out
}

.manifestation:nth-child(1) {
    opacity: .6;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.manifestation:nth-child(2) {
    opacity: .55;
    -webkit-filter: blur(.5px);
    filter: blur(.5px)
}

.manifestation:nth-child(3) {
    opacity: .5;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.manifestation:nth-child(4) {
    opacity: .45;
    -webkit-filter: blur(1.5px);
    filter: blur(1.5px)
}

.manifestation:nth-child(5) {
    opacity: .4;
    -webkit-filter: blur(2px);
    filter: blur(2px)
}

.manifestation:nth-child(6) {
    opacity: .35;
    -webkit-filter: blur(2.5px);
    filter: blur(2.5px)
}

.manifestation:nth-child(7) {
    opacity: .3;
    -webkit-filter: blur(3px);
    filter: blur(3px)
}

.manifestation:nth-child(8) {
    opacity: .25;
    -webkit-filter: blur(3.5px);
    filter: blur(3.5px)
}

.manifestation:nth-child(9) {
    opacity: .2;
    -webkit-filter: blur(4px);
    filter: blur(4px)
}

.manifestation:before {
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background-color: #01CAFA;
    top: 6px;
    left: 0
}

.manifestation:last-child {
    margin-right: 0
}

.manifestation.visible {
    opacity: 1;
    -webkit-filter: blur(0);
    filter: blur(0)
}

.images {
    position: relative;
    width: 100%;
    max-width: 320px;
    height: 332px;
    margin: 0 auto
}

.image {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%) scale(.95);
    transform: translateX(-50%) scale(.95);
    width: 182px;
    height: 284px;
    opacity: 0;
    z-index: 1;
    transition: opacity .5s ease-in-out
}

.image.visible {
    opacity: 1;
    -webkit-transform: translateX(-50%) scale(1);
    transform: translateX(-50%) scale(1)
}

.icons .icon {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    max-width: 246px;
    margin-left: -16px;
    opacity: 0;
    transition: opacity .5s ease-in-out;
    z-index: 0
}

.icons .icon.visible {
    opacity: 1
}

.section-improvement .back-wave {
    position: absolute;
    width: auto;
    max-width: none !important;
    z-index: 0;
    height: 450px;
    right: auto;
    left: auto;
    bottom: -108px;
    will-change: transform;
    -webkit-transition: -webkit-transform .3s ease-out;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out, -webkit-transform .3s ease-out
}

.improvement-grid .labels-grid, .improvement-grid .section__header, .improvement-grid__product-img, .section-about .pill-anim-wrap {
    z-index: 1;
    position: relative
}

.improvement-grid__product-img {
    margin-right: 45px;
    max-width: 166px;
    height: auto
}

.improvement-grid__img-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    position: relative
}

.improvement-grid .labels-grid {
    margin-bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 4px;
    flex-direction: column
}

.about-nav, .section-about .about-grid {
    display: -webkit-box;
    display: -ms-flexbox
}

.improvement-stars {
    left: auto;
    right: auto;
    bottom: 0;
    height: 170px;
    -webkit-transform: translate(17%, -56px);
    transform: translate(17%, -56px)
}

.section-about {
    padding-bottom: 23px
}

.section-about .title_lg {
    margin-bottom: 10px;
    text-align: center
}

.section-about .sub-title {
    font-size: 24px;
    font-weight: 600;
    line-height: 28.8px;
    letter-spacing: .01em;
    text-align: center
}

.section-about .section__header {
    margin-bottom: 34px
}

.section-about .about-grid {
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 90px
}

.section-about .about-grid__animation-col, .section-about .about-grid__header-col {
    width: 100%
}

.section-about .moving-element {
    width: 386px;
    height: 323px;
    opacity: .8;
    background: linear-gradient(341.13deg, #36FFAB 22.48%, #7DE2FF 47.61%);
    -webkit-filter: blur(130px);
    filter: blur(130px);
    top: 0
}

.slider-about {
    overflow: visible;
    padding-bottom: 16px
}

.slider-about .swiper-slide {
    width: 271px
}

.card-about {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
    width: 100%;
    height: 100%
}

.card-about:before {
    position: absolute;
    display: block;
    background: radial-gradient(50.47% 50% at 47.91% 50%, rgba(6, 89, 172, 0) 0, #00356C 95.74%);
    opacity: .8;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    z-index: -1
}

.card-about__thumb {
    width: 100%;
    height: 180px;
    position: relative
}

.card-about__thumb img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: 1
}

.card-about__title {
    font-size: 20px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -.01em;
    margin-bottom: 10px;
    min-height: 55px
}

.card-about__label {
    display: inline-block;
    background: rgba(0, 40, 81, .4);
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
    padding: 8px 12px;
    border-radius: 10px;
    margin-bottom: 20px;
    color: #00E6FF
}

.card-about__content ul li:before, .see-more:before {
    display: block;
    content: ""
}

.card-about__content {
    padding: 20px 20px 52px
}

.about-nav, .card-about__content ul {
    padding-bottom: 20px
}

.card-about__content p {
    margin-bottom: 8px
}

.card-about__content p:last-child {
    margin-bottom: 0
}

.card-about__content h4 {
    margin-bottom: 8px
}

.card-about__content ul li {
    position: relative;
    padding-left: 24px;
    margin-bottom: 16px
}

.card-about__content ul li:before {
    position: absolute;
    background-image: url(../assets/img/popup/ul-chek.svg);
    background-position: center;
    background-size: cover;
    width: 16px;
    height: 16px;
    top: 0;
    left: 0;
    z-index: 1
}

.card-about__content ul li:last-child {
    margin-bottom: 0
}

.card-about__hide-content {
    max-height: 0;
    width: 100%;
    overflow: hidden;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in
}

.card-about__hide-content.open-text {
    height: auto;
    max-height: 1000px;
    -webkit-transition: max-height 1s ease-in;
    transition: max-height 1s ease-in
}

.see-more {
    position: absolute;
    background: linear-gradient(117.73deg, #05ffda 7.855%, #00c6ff 88.98%);
    width: 32px;
    height: 32px;
    border: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border-radius: 50%;
    right: 20px;
    bottom: 20px;
    -webkit-transition: .5s;
    transition: .5s;
    z-index: 1
}

.about-nav__btn, .about-nav__btn:before {
    border-radius: 24px
}

.see-more.toggle-open {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.see-more:before {
    position: absolute;
    width: 14px;
    height: 9px;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    margin-top: 1px;
    background-image: url(../assets/img/about/arr-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 20px 9px;
    z-index: 1
}

.about-nav {
    display: flex;
    gap: 6px;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.about-nav__btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 10px;
    color: #00DDD8;
    font-size: 14px;
    font-weight: 800;
    line-height: 16.8px;
    text-align: center;
    width: 33%;
    -webkit-transition: .35s;
    transition: .35s
}

.section-app .title, .section-faq .title {
    font-weight: 600
}

.about-nav__btn sup {
    font-size: .6em;
    line-height: 14.4px
}

.about-nav__btn span {
    white-space: nowrap
}

.about-nav__btn.active {
    background: linear-gradient(96.49deg, #05FFDA 5.97%, #00C6FF 98.25%);
    color: #204679
}

.about-nav__btn:hover {
    background: linear-gradient(0deg, rgba(255, 255, 255, .5), rgba(255, 255, 255, .5)), linear-gradient(96.49deg, #00C6FF 5.97%, #05FFDA 98.25%);
    -webkit-box-shadow: 0 0 20px 0 rgba(4, 244, 226, .5019607843);
    box-shadow: 0 0 20px 0 rgba(4, 244, 226, .5019607843);
    color: #204679
}

.about-stars {
    right: 0;
    bottom: 0;
    -webkit-transform: translate(17%, 36px);
    transform: translate(17%, 36px);
    height: 300px
}

.section-app sup {
    font-size: 15px;
    vertical-align: text-top
}

.section-app .labels-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

.section-app .labels-grid__item:nth-child(1) {
    width: 100%
}

.section-app .labels-grid__item:nth-child(1) .pill-label {
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    padding-top: 14px;
    padding-bottom: 14px
}

.section-app .moving-element {
    width: 240px;
    height: 242px;
    opacity: .3;
    background: #00E6FF;
    -webkit-filter: blur(140px);
    filter: blur(140px);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.section-faq {
    padding-bottom: 56px;
    position: relative
}

.bg-mask {
    overflow: hidden;
    position: relative
}

.bg-mask:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid transparent;
    background: linear-gradient(96.49deg, #00E0E0 5.97%, #00C6FF 98.25%);
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff)) padding-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff));
    -webkit-mask: linear-gradient(#fff 0 0) padding-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: destination-out;
    mask-composite: exclude
}

.section-sticky__img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 36px;
    margin-bottom: 46px;
    position: relative
}

.sticky-grid__product-img {
    position: relative;
    max-width: 196px;
    width: 100%;
    z-index: 2;
    will-change: transform
}

.sticky-grid .back-wave {
    position: absolute;
    width: auto;
    max-width: none !important;
    height: 531px;
    right: auto;
    left: auto;
    margin-left: 70px;
    bottom: -156px;
    z-index: 0
}

.sticky-stars {
    height: 171px;
    left: auto;
    -webkit-transform: translate(0, 68px);
    transform: translate(0, 68px)
}

@media only screen and (min-width: 576px) {
    .container {
        max-width: 520px
    }
}

@media only screen and (min-width: 768px) {
    html {
        font-size: 16px;
        line-height: 20.8px
    }

    .note {
        padding-top: 80px
    }

    .title {
        font-size: 32px;
        line-height: 1.2
    }

    .title_lg {
        font-size: 64px;
        line-height: 70.4px;
        letter-spacing: .06em
    }

    .menu .menu__link:hover {
        color: #00E6FF
    }

    .menu .menu__link:active {
        color: #447899
    }

    .pill-label {
        font-size: 16px;
        line-height: 22px;
        padding-top: 18px;
        padding-bottom: 18px
    }

    .pill-label__icon {
        width: 40px;
        height: 40px
    }

    .accordion__tab-container {
        padding-right: 76px
    }

    .accordion__item {
        padding-left: 30px
    }

    .accordion__item sup {
        font-size: 12px
    }

    .accordion__item h4 {
        line-height: 20.8px
    }

    .modal {
        max-height: 560px;
        border-radius: 80px;
        max-width: 658px;
        padding-right: 72px;
        padding-left: 72px
    }

    .modal.modal-info {
        padding-top: 55px;
        padding-bottom: 55px
    }

    .modal.modal-info:before {
        position: absolute;
        content: "";
        display: block;
        width: 219px;
        height: 219px;
        opacity: .6;
        -webkit-filter: blur(70px);
        filter: blur(70px);
        z-index: 0;
        right: 50px;
        border-radius: 50%;
        bottom: 90px;
        overflow: hidden;
        background: #00E6FF;
        pointer-events: none
    }

    .header .btn_burger, .header .btn_mob, .header .header__nav-topbar {
        display: none
    }

    .modal__header {
        font-size: 32px;
        line-height: 38.4px;
        margin-bottom: 35px
    }

    .modal__content {
        font-size: 16px;
        line-height: 19.2px;
        padding-bottom: 35px;
        width: 64%
    }

    .modal .img {
        width: 125px;
        height: 186px;
        right: -12px;
        bottom: 60%
    }

    .modal .thumb {
        width: 64px;
        height: 64px;
        margin-right: 13px
    }

    .modal .card-modal {
        padding-left: 40px;
        padding-right: 40px;
        padding-bottom: 30px;
        font-size: 20px;
        line-height: 24px;
        min-height: 178px;
        max-width: 493px
    }

    .modal .card-modal ul {
        width: 80%
    }

    .modal .card-modal ul li:before {
        width: 30px;
        height: 30px
    }

    .modal .btn_modal-close {
        width: 54px;
        height: 54px;
        top: 40px;
        right: 40px
    }

    .modal .card-modal__footer {
        padding-bottom: 0
    }

    .modal .trigger-play {
        min-width: 205px
    }

    .roulette {
        width: 312px;
        height: 320px;
        margin-bottom: 18px
    }

    .roulette__spin {
        width: 67px;
        height: 81px;
        background-size: contain;
        bottom: 16px;
        right: -30px
    }

    .roulette__svg {
        width: 100%;
        height: 100%
    }

    .modal-play {
        padding-top: 30px;
        padding-bottom: 44px
    }

    .modal-play .text {
        font-size: 20px;
        line-height: 24px;
        margin: 0 auto 6px
    }

    .about-grid__header-col {
        position: relative;
        z-index: 2
    }

    .pill-anim-wrap__inner {
        height: 374px;
        width: 100%;
        -webkit-transform: translate(-45%, -10%) scale(.85);
        transform: translate(-45%, -10%) scale(.85);
        z-index: 1
    }

    .pill-anim-wrap {
        width: 685px
    }

    .pill-anim__bg-circle {
        width: 342.06px;
        height: 342.06px
    }

    .pill-anim__components {
        width: 587.11px;
        height: 465.56px;
        -webkit-transform-origin: 272.81px center;
        transform-origin: 272.81px center
    }

    .pill-anim__circle {
        width: 212.67px;
        height: 212.67px
    }

    .pill-anim__circle_1 {
        top: 107.44px;
        left: 114.12px
    }

    .pill-anim__circle_2 {
        top: 64.46px;
        left: 280.51px
    }

    .pill-anim__circle_3 {
        top: 206.28px;
        left: 221.8px
    }

    .pill-anim__color-circle_1 {
        width: 182.67px;
        height: 182.67px;
        top: 107.44px;
        left: 61.65px
    }

    .pill-anim__color-circle_2 {
        width: 182.67px;
        height: 182.67px;
        top: 64.46px;
        left: 365.31px
    }

    .pill-anim__color-circle_3 {
        width: 117.41px;
        height: 117.41px;
        top: 263.58px;
        left: 313.11px
    }

    .pill-anim__component_1 {
        top: 28.65px;
        left: 10.41px;
        width: 331.4px;
        -webkit-transform: rotate(.357deg);
        transform: rotate(.357deg)
    }

    .pill-anim__component_2 {
        top: 20.06px;
        left: 319px;
        width: 315.1px;
        -webkit-transform: rotate(360.604deg);
        transform: rotate(360.604deg)
    }

    .pill-anim__component_3 {
        top: 234.21px;
        left: 241.33px;
        width: 237.42px
    }

    .pill-anim__images {
        height: 501.38px
    }

    .pill-anim__images-circle {
        left: 267.42px;
        top: 71.63px;
        width: 285.71px;
        height: 285.71px
    }

    .pill-anim__pill {
        width: 256.33px;
        left: 130.42px;
        top: 130.42px
    }

    .pill-anim__logo {
        width: 161.73px;
        left: 376.75px;
        top: 214.88px
    }

    .container {
        padding: 0 44px;
        max-width: 768px
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 105px
    }

    .disclaimer {
        height: 64px
    }

    .header {
        padding-top: 22px;
        padding-bottom: 22px
    }

    .header__logo {
        max-width: 128px;
        margin-right: 25px
    }

    .header .container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .header .header__nav {
        position: relative;
        left: auto;
        top: auto;
        bottom: auto;
        -webkit-transform: none;
        transform: none;
        height: auto;
        background: 0 0;
        -webkit-transition: none;
        transition: none
    }

    .header .header__nav-inner {
        height: auto;
        padding: 0;
        overflow: hidden
    }

    .header .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 20px;
        padding: 0
    }

    .header .menu__link:after, .section-banner .banner-grid__subtitle br {
        display: none
    }

    .header .menu__item {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 0;
        font-weight: 500
    }

    .header .menu__item a {
        white-space: nowrap;
        padding: 0
    }

    .section-banner {
        padding-top: 180px;
        padding-bottom: 80px
    }

    .section-banner .back-wave {
        height: 612px;
        -webkit-transform: translate(25%, 41%);
        transform: translate(25%, 41%)
    }

    .section-banner .btn_primary {
        padding: 19px 50px
    }

    .section-banner .banner-grid__header {
        text-align: center;
        padding-bottom: 14px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .section-banner .banner-grid__title {
        font-size: 88px;
        line-height: 97px
    }

    .section-banner .banner-grid__subtitle {
        font-size: 32px;
        line-height: 35.2px
    }

    .card-about, .improvement-grid {
        display: -ms-flexbox;
        display: -webkit-box
    }

    .section-banner .banner-grid__call2action-row {
        width: 100%;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 70px
    }

    .section-banner .banner-grid__addition-info {
        -webkit-box-ordinal-group: 4;
        -ms-flex-order: 3;
        order: 3;
        width: 50%;
        z-index: 20;
        padding-right: 40px;
        padding-bottom: 60px
    }

    .section-banner .banner-grid__addition-info .card {
        text-align: left
    }

    .section-improvement .title, .section-symptoms .section__header {
        text-align: center
    }

    .section-banner .banner-grid__img-block {
        -webkit-box-ordinal-group: 5;
        -ms-flex-order: 4;
        order: 4;
        width: 50%;
        padding-left: 40px
    }

    .section-banner .banner-grid__product-img {
        max-width: 309px
    }

    .banner__stars_1 {
        height: 430px;
        -webkit-transform: translate(-19%, -45px);
        transform: translate(-19%, -45px)
    }

    .banner__stars_2 {
        height: 562px;
        -webkit-transform: translate(-58%, -68px);
        transform: translate(-58%, -68px)
    }

    .section-banner .ellipse-back-1 {
        width: 695px;
        height: 892px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .section-banner .ellipse-back-2 {
        width: 413px;
        height: 518px;
        -webkit-transform: translateY(53%);
        transform: translateY(53%);
        top: 0
    }

    .section {
        padding: 80px 0
    }

    .section__header {
        margin-bottom: 70px
    }

    .section-symptoms .moving-element {
        -webkit-animation: float 20s infinite linear;
        animation: float 20s infinite linear
    }

    .section-symptoms .labels-grid {
        grid-template-columns:repeat(3, 1fr);
        gap: 4px;
        margin-bottom: 60px
    }

    .section-symptoms .pill-label {
        width: 100%
    }

    .section-symptoms .call2action-row {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .manifestation-grid__bg {
        height: 532px
    }

    .manifestation-list {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        -webkit-transform: none;
        transform: none;
        padding-bottom: 10px;
        min-height: 450px
    }

    .manifestation-list ul {
        -webkit-transform: none !important;
        transform: none !important;
        display: block
    }

    .manifestation {
        max-width: 100%;
        margin-bottom: 12px;
        margin-right: 0;
        font-size: 16px;
        line-height: 1.4
    }

    .manifestation br {
        display: none
    }

    .manifestation:nth-child(n) {
        opacity: 0
    }

    .manifestation:before {
        top: 8px
    }

    .manifestation:last-child {
        margin-bottom: 0
    }

    .manifestation.visible {
        font-size: 20px
    }

    .manifestation.visible:before {
        top: 11px
    }

    .sticky-trigger .container {
        padding-top: 80px
    }

    .section-manifestation .moving-element {
        -webkit-animation: float2 20s infinite linear;
        animation: float2 20s infinite linear;
        width: 387px;
        height: 366px
    }

    .section-manifestation .section__header {
        margin-bottom: 50px
    }

    .section-manifestation .title {
        max-width: 609px
    }

    .section-manifestation .message-block {
        font-size: 24px;
        line-height: 1.4;
        padding-top: 80px
    }

    .section-manifestation .message-block p {
        max-width: 610px
    }

    .section-manifestation .message-block::before {
        width: 60px;
        height: 60px;
        top: 28px
    }

    .section-manifestation .images {
        width: 50%;
        min-height: 404px;
        padding-top: 50px;
        margin-top: auto
    }

    .section-manifestation .icon {
        top: -22px;
        max-width: 433px;
        margin-left: 0
    }

    .image {
        width: auto;
        height: 356px;
        -webkit-transform: translateX(calc(-50% + 15px)) scale(.95);
        transform: translateX(calc(-50% + 15px)) scale(.95)
    }

    .image.visible {
        -webkit-transform: translateX(calc(-50% + 15px)) scale(1);
        transform: translateX(calc(-50% + 15px)) scale(1)
    }

    .manifestation-grid__bg {
        margin-left: -30px
    }

    .section-improvement .moving-element {
        width: 438px;
        height: 457px;
        opacity: .5;
        -webkit-filter: blur(80px);
        filter: blur(80px);
        background: #0096FF;
        right: 50%;
        -webkit-animation: float3 25s infinite linear;
        animation: float3 25s infinite linear
    }

    .section-improvement .back-wave {
        height: 660px;
        right: auto;
        left: -302px;
        bottom: -85px
    }

    .section-improvement .section__header {
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        max-width: 610px
    }

    .improvement-grid {
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .improvement-grid .labels-grid {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        width: 50%;
        margin-bottom: 0;
        gap: 8px
    }

    .improvement-grid__product-img {
        max-width: 282px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        margin-left: -30px
    }

    .improvement-grid__img-block {
        width: 50%;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .improvement-grid .pill-label {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .improvement-grid .pill-label__icon {
        width: 32px;
        height: 32px
    }

    .improvement-stars {
        left: auto;
        right: 0;
        bottom: 50%;
        height: 252px;
        -webkit-transform: translate(33%, 70px);
        transform: translate(33%, 70px)
    }

    .about-nav__btn {
        max-width: 200px;
        padding-left: 46px;
        padding-right: 46px;
        border-radius: 40px;
        line-height: 19.6px
    }

    .about-nav__btn:before {
        border-radius: 40px
    }

    .about-nav {
        gap: 10px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 30px
    }

    .slider-about {
        padding-bottom: 42px
    }

    .slider-about .swiper-slide {
        width: 614px
    }

    .slider-about .swiper-pagination-bullets.swiper-pagination-horizontal {
        bottom: 10px
    }

    .card-about {
        display: flex;
        border-radius: 60px;
        font-size: 16px
    }

    .card-about .see-more, .section-app .labels-grid br {
        display: none
    }

    .card-about__thumb {
        height: 518px;
        width: 42.5%;
        min-width: 260px
    }

    .card-about__content {
        width: 57.5%;
        padding: 40px 30px
    }

    .card-about__content h4 {
        font-size: 20px
    }

    .card-about__content ul {
        padding-bottom: 30px
    }

    .card-about__content ul li:before {
        width: 20px;
        height: 20px
    }

    .card-about__title {
        font-size: 28px;
        line-height: 1.2;
        margin-bottom: 16px
    }

    .card-about__label {
        font-size: 16px;
        padding: 10px 20px;
        margin-bottom: 20px
    }

    .card-about__hide-content {
        max-height: -webkit-max-content;
        max-height: -moz-max-content;
        max-height: max-content
    }

    .section-about {
        padding-bottom: 38px
    }

    .section-about .sub-title {
        font-size: 32px;
        line-height: 38.4px;
        max-width: 676px;
        margin-left: auto;
        margin-right: auto
    }

    .section-about .section__header {
        margin-bottom: 70px
    }

    .section-about .section__header sup {
        font-size: x-large;
        vertical-align: text-top
    }

    .section-about .about-grid {
        margin-bottom: 160px
    }

    .section-about .about-grid__header-col {
        margin-bottom: 0
    }

    .about-stars {
        height: 477px
    }

    .section-app {
        grid-column: 1/2;
        grid-row: 1/2;
        padding-bottom: 124px
    }

    .section-app .pill-label {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .section-app .pill-label__icon {
        width: 32px;
        height: 32px
    }

    .section-app .section__header {
        margin-bottom: 60px
    }

    .section-app sup {
        font-size: 20px
    }

    .section-app .labels-grid {
        padding-bottom: 0
    }

    .section-app .labels-grid__item:nth-child(1) {
        width: auto
    }

    .section-faq {
        padding-bottom: 100px;
        grid-column: 1/2;
        grid-row: 2/3
    }

    .section-faq .section__header {
        margin-bottom: 40px
    }

    .accordion__item h4 {
        font-size: 16px
    }

    .section-sticky {
        position: relative
    }

    .section-sticky .moving-element {
        width: 435px;
        height: 437px;
        opacity: .3;
        background-color: #00E6FF;
        -webkit-filter: blur(150px);
        filter: blur(150px);
        -webkit-animation: float2 10s infinite linear;
        animation: float2 10s infinite linear;
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden
    }

    .section-sticky__img {
        padding-top: 88px;
        padding-left: 54px
    }

    .sticky-grid {
        position: relative;
        display: grid;
        grid-template-columns:370px auto;
        grid-template-rows:auto auto;
        width: 100%;
        gap: 0
    }

    .sticky-grid .back-wave {
        height: 698px;
        margin-left: 127px;
        bottom: -210px
    }

    .sticky-grid__img-block {
        position: relative;
        top: 0;
        will-change: transform;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        grid-column: 2/3;
        grid-row: 1/3
    }

    .sticky-grid__product-img {
        max-width: 257px
    }

    .sticky-stars {
        height: 225px;
        -webkit-transform: translate(21px, 60px);
        transform: translate(21px, 60px)
    }
}

@media only screen and (min-width: 1024px) {
    sup {
        font-size: 17px
    }

    .note {
        padding-top: 100px
    }

    .labels-grid__item .pill-label {
        padding: 20px
    }

    .accordion__tab-container {
        padding-right: 30px
    }

    .accordion__item {
        min-height: 68px
    }

    .container {
        max-width: 1024px;
        padding: 0 32px
    }

    .footer {
        padding-top: 60px;
        padding-bottom: 85px
    }

    .disclaimer {
        height: 25px
    }

    .header {
        color: #FFF;
        padding: 24px 0
    }

    .header__logo {
        max-width: 140px
    }

    .header .menu {
        gap: 30px
    }

    .section-banner {
        padding-top: 156px;
        padding-bottom: 112px
    }

    .section-banner .banner-grid__subtitle {
        font-size: 28px;
        line-height: 33.6px
    }

    .section-banner .banner-grid {
        display: grid;
        grid-template-columns:50% 50%;
        grid-template-rows:auto auto auto;
        width: 100%;
        gap: 0
    }

    .section-banner .banner-grid__header {
        grid-column: 1/2;
        grid-row: 1/2;
        width: 100%;
        text-align: left;
        padding-top: 44px
    }

    .section-banner .banner-grid__call2action-row {
        grid-column: 1/2;
        grid-row: 2/3;
        width: 100%
    }

    .section-banner .banner-grid__call2action-row .btn_primary {
        margin-right: auto;
        min-width: 151px;
        margin-bottom: 30px
    }

    .section-banner .banner-grid__addition-info {
        grid-column: 1/2;
        grid-row: 3/4;
        width: 100%;
        padding-right: 16px;
        padding-bottom: 0
    }

    .section-banner .banner-grid__img-block {
        grid-column: 2/3;
        grid-row: 1/4;
        width: 100%;
        padding-left: 90px
    }

    .section-banner .banner-grid__product-img {
        max-width: 340px
    }

    .section-banner .message-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        text-align: left;
        padding: 24px 30px;
        margin-bottom: 33px;
        max-width: 464px
    }

    .section-banner .message-block .btn_secondary {
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .section-banner .message-block p {
        margin-bottom: 0
    }

    .section-banner .back-wave {
        height: 768px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: -24%;
        will-change: transform;
        -webkit-transition: -webkit-transform 50ms ease-out;
        transition: -webkit-transform 50ms ease-out;
        transition: transform 50ms ease-out;
        transition: transform 50ms ease-out, -webkit-transform 50ms ease-out
    }

    .section-banner .ellipse-back-2 {
        width: 619px;
        height: 619px;
        -webkit-transform: translateY(-26px);
        transform: translateY(-26px)
    }

    .banner__stars_1 {
        height: 472px;
        -webkit-transform: translate(-20%, -82px);
        transform: translate(-20%, -82px)
    }

    .banner__stars_2 {
        height: 768px;
        -webkit-transform: translate(-57%, -148px);
        transform: translate(-57%, -148px)
    }

    .section {
        padding: 100px 0
    }

    .section-symptoms .section__header {
        max-width: 784px;
        width: 100%;
        margin-left: auto;
        margin-right: auto;
        text-align: center
    }

    .section-symptoms .moving-element {
        width: 368px;
        height: 368px
    }

    .manifestation-list {
        width: 100%;
        grid-column: 2/3;
        grid-row: 2/3
    }

    .manifestation-list li {
        font-size: 16px
    }

    .manifestation-list li li.visible {
        font-size: 20px;
        opacity: 1;
        -webkit-filter: blur(0);
        filter: blur(0)
    }

    .manifestation-grid {
        display: grid;
        grid-template-columns:50% 50%;
        grid-template-rows:auto auto
    }

    .about-nav__btn br, .slider-about .swiper-pagination {
        display: none
    }

    .sticky-trigger .container {
        padding-top: 100px
    }

    .section-manifestation .message-block {
        padding-bottom: 30px
    }

    .section-manifestation .message-block p {
        max-width: 610px;
        margin: 0 auto
    }

    .section-manifestation .images {
        grid-column: 1/2;
        grid-row: 1/3;
        width: 100%;
        max-width: none;
        padding-top: 56px;
        padding-left: 35px;
        min-height: 0;
        height: 100%
    }

    .section-manifestation .section__header {
        margin-bottom: 20px;
        grid-column: 2/3;
        grid-row: 1/2;
        padding-top: 28px
    }

    .section-manifestation .icon {
        width: 518px;
        top: -36px;
        left: 0;
        -webkit-transform: translateX(-72px);
        transform: translateX(-72px);
        max-width: none
    }

    .image {
        width: auto;
        height: 590px;
        -webkit-transform: translateX(35px) scale(.95);
        transform: translateX(35px) scale(.95);
        left: 0
    }

    .image.visible {
        -webkit-transform: translateX(35px) scale(1);
        transform: translateX(35px) scale(1)
    }

    .manifestation-grid__bg {
        width: 1215px;
        height: 966px;
        left: auto;
        right: 0;
        -webkit-transform: translateX(20%);
        transform: translateX(20%);
        bottom: -106px
    }

    .improvement-grid__product-img {
        max-width: 308px;
        margin-left: 0
    }

    .section-improvement .section__header {
        max-width: 615px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 60px
    }

    .section-improvement .back-wave {
        height: 876px;
        left: -374px;
        bottom: -153px
    }

    .improvement-stars {
        height: 313px;
        -webkit-transform: translate(33%, 88px);
        transform: translate(33%, 88px)
    }

    .slider-about {
        overflow: hidden;
        padding-bottom: 0
    }

    .slider-about .swiper-slide {
        width: 100%;
        visibility: hidden
    }

    .slider-about .swiper-slide-active {
        visibility: visible
    }

    .about-nav__btn {
        min-width: 280px;
        padding: 7px 40px
    }

    .card-about {
        font-size: 20px;
        line-height: 24px
    }

    .card-about__thumb {
        width: 340px;
        height: 100%;
        min-height: 560px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .card-about__content {
        padding: 60px 40px 60px 70px;
        width: 64.5%
    }

    .card-about__content ul {
        padding-bottom: 40px
    }

    .card-about__title {
        font-size: 32px;
        margin-bottom: 11px
    }

    .card-about__label {
        margin-bottom: 40px
    }

    .section-about {
        padding-top: 150px
    }

    .section-about .sub-title {
        text-align: left
    }

    .section-about .title_lg {
        position: relative;
        text-align: left
    }

    .section-about .title_lg:after {
        position: absolute;
        content: "";
        display: block;
        background-color: #FFF;
        height: 8px;
        width: 45px;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: -70px;
        z-index: 1
    }

    .section-about .section__header {
        text-align: left;
        max-width: 350px;
        margin-bottom: 0
    }

    .section-about .title_lg {
        display: inline
    }

    .section-about .about-grid {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 220px
    }

    .section-about .about-grid__animation-col, .section-about .about-grid__header-col {
        width: 50%;
        margin-bottom: 0
    }

    .section-about .about-grid__animation-col {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .section-about .about-grid .pill-anim-wrap {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 714px;
        height: 384px
    }

    .about-stars {
        -webkit-transform: translate(23%, 54px);
        transform: translate(23%, 54px);
        height: 546px
    }

    .section-app {
        padding-top: 120px;
        padding-bottom: 200px;
        bottom: 224px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-app .labels-grid {
        max-width: 370px
    }

    .section-faq {
        padding-top: 120px;
        padding-bottom: 194px
    }

    .sticky-grid {
        grid-template-columns:468px auto
    }

    .sticky-grid__product-img {
        max-width: 350px
    }

    .sticky-grid .back-wave {
        height: 958px;
        margin-left: 0;
        bottom: -304px;
        z-index: 0;
        right: -520px
    }

    .section-sticky__img {
        padding-top: 36px;
        padding-left: 113px
    }

    .sticky-stars {
        height: 310px;
        left: 0;
        -webkit-transform: translate(-10px, 110px);
        transform: translate(-10px, 110px)
    }
}

@media only screen and (min-width: 1280px) {
    .container {
        max-width: 1024px
    }
}

@media only screen and (min-width: 1440px) {
    .container {
        max-width: 1024px
    }

    .footer {
        padding-top: 80px;
        padding-bottom: 120px
    }

    .disclaimer {
        height: 40px
    }

    .section-banner .ellipse-back-1 {
        width: 1042px;
        height: 1027px;
        -webkit-filter: blur(260px);
        filter: blur(260px);
        left: 0;
        top: 50%;
        -webkit-transform: translate(-64%, -50%);
        transform: translate(-64%, -50%)
    }

    .banner__stars_1 {
        left: 0;
        width: 1089px;
        -webkit-transform: translate(-23%, -58px);
        transform: translate(-23%, -58px)
    }

    .banner__stars_2 {
        height: 768px;
        width: auto;
        left: 0;
        -webkit-transform: translate(-58%, -131px);
        transform: translate(-58%, -131px)
    }

    .section.section-manifestation {
        padding-top: 0
    }

    .improvement-grid__product-img {
        max-width: 350px;
        margin-left: -40px
    }

    .section-improvement .section__header {
        max-width: 878px;
        margin-bottom: 80px
    }

    .section-improvement .back-wave {
        height: 940px;
        left: -439px;
        bottom: -187px
    }

    .section-about .about-grid {
        margin-bottom: 200px
    }

    .section-sticky__img {
        padding-top: 40px
    }
}

@media only screen and (min-width: 1920px) {
    .container {
        max-width: 1280px;
        padding: 0 40px
    }

    .footer {
        padding-top: 80px;
        padding-bottom: 170px
    }

    .disclaimer {
        height: 55px
    }

    .header .menu {
        gap: 36px
    }

    .section-banner .ellipse-back-1 {
        -webkit-transform: translate(-53%, -50%);
        transform: translate(-53%, -50%)
    }

    .image {
        height: 560px;
        -webkit-transform: translate(148px, 13px) scale(.95);
        transform: translate(148px, 13px) scale(.95)
    }

    .image.visible {
        -webkit-transform: translate(148px, 13px) scale(.95);
        transform: translate(148px, 13px) scale(.95)
    }

    .icons .icon {
        width: 500px;
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    .moving-element {
        width: 638px;
        height: 278px
    }

    .improvement-grid {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .improvement-grid .pill-label {
        padding: 20px;
        height: 100%;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .improvement-grid .labels-grid {
        width: 49%;
        padding-top: 45px;
        display: grid;
        grid-template-columns:repeat(2, 1fr);
        gap: 8px
    }

    .section-improvement .section__header {
        max-width: 895px;
        margin-bottom: 80px
    }

    .section-about .section__header, .section-app .labels-grid {
        max-width: 100%
    }

    .section-improvement .back-wave {
        height: 1024px;
        left: -68%;
        bottom: -235px
    }

    .card-about__content {
        padding: 70px 102px 98px 70px;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .section-about .title_lg {
        display: inline-block
    }

    .section-app {
        padding-top: 160px;
        padding-bottom: 322px
    }

    .section-app .pill-label {
        padding-top: 14px;
        padding-bottom: 14px
    }

    .sticky-grid {
        grid-template-columns:50% 50%
    }

    .sticky-grid .back-wave {
        height: 1040px;
        bottom: -312px
    }
}
.btn_pulse {
    justify-content: center;
    align-items: center;
    width: 36px;
    height: 36px;
    padding: 0;
    border-radius: 50%;
    position: fixed;
    right: 24px;
    top: 50%;
    opacity: 0;
    z-index: 300;
    animation: inout 1s ease infinite;
    
  }
  .btn_pulse .icon:before {
      background-image: url('../assets/img/icon-cart.svg');
      background-size: auto;
    }
    
  @keyframes inout {
  0% {
    box-shadow: 0 0 0 0 rgba(0, 198, 255,0.4), 0 0 0 0 rgba(255, 255, 255,0.2);
  }
  100% {
    box-shadow: 0 0 0 10px rgba(0, 198, 255,0), 0 0 0 20px rgba(255, 255, 255,0.05);
  }
}