@font-face {
    font-family: "Open Sans";
    src: url("../fonts/Open_Sans/OpenSans-Bold.ttf");
    font-style: normal;
    font-weight: 700
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/Proxima_Nova/ProximaNova-Regular.eot");
    src: local("Proxima Nova"), local("LabGrotesque-Light"), url("../fonts/Proxima_Nova/ProximaNova-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima_Nova/ProximaNova-Regular.woff") format("woff"), url("../fonts/Proxima_Nova/ProximaNova-Regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/Proxima_Nova/ProximaNova-Semibold.eot");
    src: local("Proxima Nova"), local("LabGrotesque-Light"), url("../fonts/Proxima_Nova/ProximaNova-Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima_Nova/ProximaNova-Semibold.woff") format("woff"), url("../fonts/Proxima_Nova/ProximaNova-Semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/Proxima_Nova/ProximaNova-Bold.eot");
    src: local("Proxima Nova"), local("LabGrotesque-Light"), url("../fonts/Proxima_Nova/ProximaNova-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima_Nova/ProximaNova-Bold.woff") format("woff"), url("../fonts/Proxima_Nova/ProximaNova-Bold.ttf") format("truetype");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Proxima Nova";
    src: url("../fonts/Proxima_Nova/ProximaNova-Extrabld.eot");
    src: local("Proxima Nova"), local("LabGrotesque-Light"), url("../fonts/Proxima_Nova/ProximaNova-Extrabld.eot?#iefix") format("embedded-opentype"), url("../fonts/Proxima_Nova/ProximaNova-Extrabld.woff") format("woff"), url("../fonts/Proxima_Nova/ProximaNova-Extrabld.ttf") format("truetype");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: "Graphik LCG";
    src: url("../fonts/GraphikLCG/GraphikLCG-Medium.eot");
    src: local("Graphik LCG"), local("LabGrotesque-Light"), url("../fonts/GraphikLCG/GraphikLCG-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/GraphikLCG/GraphikLCG-Medium.woff") format("woff"), url("../fonts/GraphikLCG/GraphikLCG-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Golos";
    src: url("../fonts/Golos/GolosText-Medium.eot");
    src: local("Golos"), local("LabGrotesque-Light"), url("../fonts/Golos/GolosText-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Golos/GolosText-Medium.woff") format("woff"), url("../fonts/Golos/GolosText-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal
}

html {
    scroll-behavior: smooth
}

*,
*::before,
*::after {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html,
body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: "Inter Tight", sans-serif;
    font-style: normal;
    font-size: 16px;
    line-height: 120%;
    font-weight: 400;
    color: #fff
}

body {
    min-width: 280px;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body.overflow-hidden {
    overflow: hidden
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

/* Reduced motion respect */
@media (prefers-reduced-motion: reduce) {
    *, *::before, *::after { animation: none !important; transition: none !important; }
}

a {
    text-decoration: none;
    color: inherit
}

button,
input,
textarea {
    border: none;
    outline: none;
    padding: 0;
    resize: none
}

button,
a {
    cursor: pointer;
    outline: none
}

img {
    max-width: 100%;
    height: auto
}

h1,
h2,
h3 {
    margin: 0
}

p {
    margin: 0;
    padding: 0
}

button,
input {
    border: none;
    outline: none
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none
}

input[type=number],
input[type=number]:hover,
input[type=number]:focus {
    -webkit-appearance: none;
    appearance: none;
    -moz-appearance: textfield
}

button {
    cursor: pointer
}

img {
    max-width: 100%;
    height: auto
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

.footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.container {
    max-width: 1512px;
    margin: 0 auto;
    padding: 0 40px
}

@media(max-width: 992px) {
    .container {
        padding: 0 20px
    }
}

@media(max-width: 768px) {
    .container {
        padding: 0 8px
    }
}

.overflow-hidden {
    overflow: hidden
}

h1,
h2,
h3,
h4 {
    font-weight: 600
}

body {
    background-color: #030303
}

.main-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    z-index: -1
}

.main-bg img,
.main-bg picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%
}

.section-title {
    max-width: 953px;
    width: 100%;
    margin: 100px auto
}

.section-title .subtitle {
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    margin-top: 24px
}

@media(max-width: 768px) {
    .section-title {
        margin: 40px auto
    }

    .section-title h1 {
        max-width: 300px
    }

    .section-title .subtitle {
        margin-top: 16px;
        font-size: 16px
    }
}

h1 {
    font-style: italic;
    font-weight: 900;
    font-size: 56px;
    line-height: 125%;
    text-align: center;
    text-transform: uppercase;
    margin-inline: auto
}

@media(max-width: 1200px) {
    h1 {
        font-size: 44px
    }
}

@media(max-width: 992px) {
    h1 {
        font-size: 36px
    }
}

@media(max-width: 768px) {
    h1 {
        font-size: 24px
    }
}

@media(max-width: 370px) {
    h1 {
        font-size: 18px
    }
}

h2,
h3 {
    font-style: normal;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    text-align: center
}

@media(max-width: 1200px) {

    h2,
    h3 {
        font-size: 36px
    }
}

@media(max-width: 768px) {

    h2,
    h3 {
        font-size: 24px
    }
}

@media(max-width: 370px) {

    h2,
    h3 {
        font-size: 18px
    }
}

.timer-box {
    margin: 60px 0 40px 0;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    text-align: center
}

.timer-box .timer {
    display: inline;
    color: #295af3
}

@media(max-width: 992px) {
    .timer-box {
        font-size: 32px
    }
}

@media(max-width: 768px) {
    .timer-box {
        font-size: 24px;
        line-height: 120%
    }
}

.free-call {
    position: relative;
    width: 100%;
    height: 64px;
    background: #1a1919;
    border-radius: 100px;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    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
}

.free-call .disable-text {
    position: relative;
    color: hsla(0, 0%, 100%, .2);
    display: none;
    width: 100%;
    height: 100%;
    background: #1a1919;
    border-radius: 100px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px
}

.free-call .enable-text,
.free-call .disable-text,
.free-call .lock {
    position: relative;
    z-index: 5
}

.free-call .enable-text span {
    padding-top: 6px;
    display: block;
    font-size: 12px;
    line-height: 110%;
    text-align: center;
    color: #fff;
    margin-bottom: 2px
}

@media(max-width: 768px) {
    .free-call .enable-text span {
        font-size: 10px;
        padding-top: 4px
    }
}

.free-call .lock {
    display: none
}

.free-call .overlay {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    display: block;
    width: 100%;
    height: 64px;
    background: -webkit-gradient(linear, right top, left top, from(#ffce48), to(#295af3));
    background: linear-gradient(270deg, #ffce48 0%, #295af3 100%);
    opacity: .7;
    -webkit-filter: blur(15px);
    filter: blur(15px);
    border-radius: 100px
}

.free-call .ellipse {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px
}

.free-call .border {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-box-shadow: inset 0px 0px 10px hsla(0, 0%, 100%, .25);
    box-shadow: inset 0px 0px 10px hsla(0, 0%, 100%, .25)
}

@media(min-width: 768px) {
    .free-call:hover .overlay {
        -webkit-filter: blur(25px);
        filter: blur(25px)
    }
}

.free-call:active .overlay {
    -webkit-filter: blur(5px);
    filter: blur(5px)
}

.free-call.disabled {
    background: #1a1919;
    padding: 1px;
    pointer-events: none
}

.free-call.disabled .overlay {
    display: none
}

.free-call.disabled .enable-text {
    display: none
}

.free-call.disabled .ellipse {
    display: none
}

.free-call.disabled .disable-text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.free-call.disabled .disable-text .ellipse {
    display: block;
    z-index: -1
}

.free-call.disabled .lock {
    display: block
}

.free-call.disabled .border {
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    background: -webkit-gradient(linear, right top, left top, from(#ffce48), to(#295af3));
    background: linear-gradient(270deg, #ffce48 0%, #295af3 100%);
    opacity: .5
}

@media(max-width: 768px) {
    .free-call {
        font-size: 16px;
        height: 48px
    }

    .free-call .overlay {
        height: 48px
    }

    .free-call svg {
        width: 24px;
        height: 24px
    }
}

.paid-call {
    position: relative;
    width: 100%;
    height: 64px;
    background: rgba(0, 0, 0, 0);
    border-radius: 100px;
    font-weight: 600;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    color: #fff;
    margin: 0 auto;
    display: block;
    padding: 1px
}

.paid-call .border {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border-radius: 100px;
    background: -webkit-gradient(linear, right top, left top, from(#ffce48), to(#295af3));
    background: linear-gradient(270deg, #ffce48 0%, #295af3 100%)
}

.paid-call .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    background: #414141;
    border-radius: 100px
}

.paid-call.disabled {
    pointer-events: none;
    color: hsla(0, 0%, 100%, .2)
}

.paid-call.disabled .text {
    background-color: #2c2c2c
}

.paid-call.disabled .border {
    opacity: .5
}

@media(min-width: 768px) {
    .paid-call:hover .text {
        background-color: #565656
    }

    .paid-call:active .text {
        background-color: #414141
    }
}

@media(max-width: 768px) {
    .paid-call {
        height: 48px;
        font-size: 16px
    }

    .paid-call:active .text {
        background-color: #565656
    }
}

.step3-title {
    max-width: 1260px
}

@media(max-width: 767px) {
    .step3-title {
        max-width: 331px
    }
}

.notif {
    font-weight: 600;
    font-size: 24px;
    line-height: 130%;
    text-align: center;
    max-width: 1352px;
    width: 100%;
    margin: 0 auto 100px auto
}

@media(max-width: 768px) {
    .notif {
        font-size: 16px;
        margin-bottom: 60px
    }
}

.notif__sent {
    position: relative;
    width: 100%;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 40px;
    margin-bottom: 12px;
    padding: 40px;
    color: #00e092;
    overflow: hidden
}

.notif__sent .light {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.notif__sent .light.mb {
    display: none
}

@media(max-width: 768px) {
    .notif__sent .light.dt {
        display: none
    }

    .notif__sent .light.mb {
        display: block
    }
}

@media(max-width: 768px) {
    .notif__sent {
        padding: 24px;
        border-radius: 24px;
        margin-bottom: 8px
    }
}

.notif__important {
    position: relative;
    width: 100%;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 40px;
    margin-bottom: 12px;
    padding: 40px;
    color: #ffce48;
    overflow: hidden
}

.notif__important p {
    margin: 0 auto;
    max-width: 914px
}

.notif__important .light {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.notif__important .light.mb {
    display: none
}

@media(max-width: 768px) {
    .notif__important .light.dt {
        display: none
    }

    .notif__important .light.mb {
        display: block
    }
}

@media(max-width: 768px) {
    .notif__important {
        padding: 24px;
        border-radius: 24px
    }
}

.infbox {
    width: 100%;
    background: rgba(0, 0, 0, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 24px;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    margin-bottom: 24px
}

.infbox h3 {
    margin-bottom: 24px;
    font-size: 24px
}

.infbox ul {
    text-align: left
}

.infbox ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.infbox ul li+li {
    margin-top: 12px
}

@media(max-width: 768px) {
    .infbox {
        font-size: 12px;
        border-radius: 24px;
        margin-bottom: 16px
    }

    .infbox h3 {
        font-size: 16px;
        margin-bottom: 16px
    }

    .infbox ul li+li {
        margin-top: 8px
    }
}

.infbox .light {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.infbox .light.mb {
    display: none
}

@media(max-width: 768px) {
    .infbox .light.dt {
        display: none
    }

    .infbox .light.mb {
        display: block
    }
}

.header {
    min-height: 190px;
    width: 100%;
    padding: 8px 0 80px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

@media(max-width: 768px) {
    .header {
        padding-bottom: 60px;
        min-height: 127px
    }
}

.header__attention {
    position: relative;
    padding: 20px 137px 30px 137px;
    max-width: 770px;
    width: 100%;
    margin-bottom: 20px;
    font-family: "SF Pro", sans-serif;
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #de3737
}

.header__attention.success {
    color: #00e092;
    padding: 0;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__attention.success span {
    display: block;
    margin: 0 auto;
    padding-bottom: 12px
}

.header__attention .bg,
.header__attention picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.header__attention span {
    max-width: 500px
}

@media(max-width: 768px) {
    .header__attention {
        margin-bottom: 10px;
        font-size: 10px;
        padding: 20px 20px 26px 20px;
        width: 100%;
        max-width: 614px
    }

    .header__attention span {
        display: block;
        margin: 0 auto;
        max-width: 320px
    }

    .header__attention.success {
        -webkit-transform: translateY(-10px);
        -ms-transform: translateY(-10px);
        transform: translateY(-10px);
        margin-bottom: 0
    }

    .header__attention.success span {
        padding-bottom: 8px
    }
}

.progress__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 6px
}

.progress__line {
    -webkit-transform: translateY(15px);
    -ms-transform: translateY(15px);
    transform: translateY(15px);
    width: 28px;
    height: 2px;
    background: hsla(0, 0%, 100%, .2);
    border-radius: 100px
}

.progress__line.active {
    background-color: #00e092
}

.progress__item.active .progress__num {
    background: rgba(0, 224, 146, .2);
    border: 1px solid #00e092;
    color: #00e092
}

.progress__item.active span {
    color: #00e092
}

.progress__item span {
    text-align: center;
    display: block;
    font-weight: 500;
    font-size: 14px;
    line-height: 120%;
    text-align: center;
    text-transform: lowercase;
    color: hsla(0, 0%, 100%, .4)
}

.progress__num {
    position: relative;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    border: 1px solid hsla(0, 0%, 100%, .2);
    margin-bottom: 2px;
    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;
    font-weight: 500;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    text-transform: uppercase;
    color: hsla(0, 0%, 100%, .4)
}

.progress__item.gift .progress__num {
    border: 1px solid #ffdd57
}

.progress__item.gift span {
    background: linear-gradient(236.32deg, #ffdd57 19.99%, #fff6a8 38.51%, #facd54 53.33%, #fff49a 75.55%, #bb9138 87.33%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    background-clip: text;
    text-fill-color: rgba(0, 0, 0, 0)
}

.video-box {
    overflow: hidden;
    position: relative
}

.video-box__wrapper {
    position: relative;
    width: 100%;
    margin-bottom: 60px
}

.video-box__wrapper.no-rel {
    position: initial
}

@media(max-width: 768px) {
    .video-box__wrapper {
        margin-bottom: 24px
    }
}

.video-box__wrapper .lhead {
    left: 0;
    top: -128px
}

.video-box__wrapper .rhead {
    right: 0;
    top: -132px
}

.video-box__wrapper .container {
    position: relative
}

.video-box__wrapper .container .lhead2 {
    left: -102px;
    top: 128px;
    position: absolute;
    pointer-events: none
}

@media(max-width: 1320px) {
    .video-box__wrapper .container .lhead2 {
        top: 230px;
        height: 300px
    }
}

@media(max-width: 1200px) {
    .video-box__wrapper .container .lhead2 {
        top: 180px
    }
}

@media(max-width: 992px) {
    .video-box__wrapper .container .lhead2 {
        top: 155px
    }
}

@media(max-width: 768px) {
    .video-box__wrapper .container .lhead2 {
        top: 180px;
        left: 0;
        height: auto
    }
}

@media(max-width: 370px) {
    .video-box__wrapper .container .lhead2 {
        top: 150px
    }
}

.video-box__wrapper .rhead2 {
    right: 0;
    top: 0
}

@media(max-width: 768px) {
    .video-box__wrapper .rhead2 {
        top: 58px
    }
}

@media(max-width: 370px) {
    .video-box__wrapper .rhead2 {
        height: 100px !important;
        top: 115px
    }
}

.video-box__wrapper .lhead,
.video-box__wrapper .rhead {
    position: absolute;
    z-index: 10;
    pointer-events: none
}

@media(max-width: 1320px) {

    .video-box__wrapper .lhead,
    .video-box__wrapper .rhead {
        height: 400px;
        top: -60px
    }
}

@media(max-width: 1200px) {

    .video-box__wrapper .lhead,
    .video-box__wrapper .rhead {
        height: 320px;
        top: 25px;
    }

    .video-box__wrapper .rhead {
        right: -6%;
    }

    .video-box__wrapper .lhead {
        left: -6%;
    }
}

@media(max-width: 992px) {

    .video-box__wrapper .lhead,
    .video-box__wrapper .rhead {
        height: 155px
    }
}

.video-box__wrapper .rhead2 {
    position: absolute;
    pointer-events: none
}

@media(max-width: 1320px) {
    .video-box__wrapper .rhead2 {
        height: 240px
    }
}

@media(max-width: 768px) {
    .video-box__wrapper .rhead2 {
        height: auto
    }
}

.video-box__inner {
    position: relative;
    padding: 60px 40px 40px 40px;
    background: rgba(0, 0, 0, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow: hidden
}

.video-box__inner blockquote {
    position: relative;
    padding: 0 16px;
    margin: 16px 0 0 0;
    max-width: 355px;
    font-style: italic;
    font-weight: 500;
    font-size: 20px;
    line-height: 130%;
    text-align: center;
    color: #fff
}

.video-box__inner blockquote .blockquote1,
.video-box__inner blockquote .blockquote2 {
    position: absolute;
    top: 0
}

.video-box__inner blockquote .blockquote1 {
    left: 0
}

.video-box__inner blockquote .blockquote2 {
    right: 0
}

@media(max-width: 768px) {
    .video-box__inner {
        padding: 24px 24px 16px 24px;
        border-radius: 24px
    }

    .video-box__inner blockquote {
        font-size: 16px;
        margin-top: 14px;
        max-width: 275px;
        padding: 0 11px
    }

    .video-box__inner blockquote .blockquote1,
    .video-box__inner blockquote .blockquote2 {
        width: 11px
    }
}

.video-box__title {
    margin-bottom: 60px;
    max-width: 1152px
}

.video-box__title span {
    color: #fff398;
    display: block
}

@media(max-width: 768px) {
    .video-box__title {
        max-width: 360px;
        margin-bottom: 40px
    }
}

.video-box .free-call {
    max-width: 460px
}

.video-box .free-call.disabled::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -4px;
    top: -4px;
    width: calc(100% + 8px);
    height: calc(100% + 8px);
    background: hsla(0, 0%, 100%, .12);
    -webkit-box-shadow: inset 0px 0px 4.8px #000;
    box-shadow: inset 0px 0px 4.8px #000;
    border-radius: 100px
}

.video-box .lines {
    display: block;
    margin: 0 auto;
    margin-top: -25px;
    margin-bottom: -4px
}

@media(max-width: 768px) {
    .video-box .lines {
        height: 125px
    }
}

.video-box .left-lines {
    position: absolute;
    left: 0
}

.video-box .right-lines {
    position: absolute;
    right: 0
}


.video-box .video {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    max-width: 40vw;
    border-radius: 40px;
    overflow: hidden;
    border: 1px solid hsla(0, 0%, 100%, .2);
    position: relative;
    z-index: 10;
    cursor: pointer
}

/* Minimal reveal utilities (do not affect video) */
.fade-up { opacity: 0; transform: translateY(18px); }
.fade-up.is-in { opacity: 1; transform: translateY(0); transition: opacity .32s cubic-bezier(.22,.61,.36,1), transform .32s cubic-bezier(.22,.61,.36,1); }

/* Timer digits */
.timer .digit { display: inline-block; font-variant-numeric: tabular-nums; transition: opacity .12s ease-in-out; }

/* CTA states */
.free-call:not(.disabled) { transition: transform .3s cubic-bezier(.22,.61,.36,1), box-shadow .3s cubic-bezier(.22,.61,.36,1), filter .2s ease; }
.free-call:not(.disabled):hover { filter: brightness(1.02); }
.free-call.pulse { transform: scale(1.01); box-shadow: 0 0 16px rgba(255,206,72,.28); }

/* Form error animation */
@keyframes errIn { from { opacity: 0; transform: translateY(-2px);} to { opacity:1; transform: translateY(0);} }
.form label .err-msg { opacity: 0; }
.form label._err .err-msg { opacity: 1; animation: errIn .18s ease-out; }
.form label input { transition: border-color .15s ease, box-shadow .15s ease; }
.form label._err input { border-color: #e94242; box-shadow: 0 0 0 0 rgba(233,66,66,0.0); }
.form label._check input { border-color: rgba(0,224,146,.7); box-shadow: 0 0 0 0 rgba(0,224,146,0.0); }

/* Ensure embed is visible immediately; rely on Vidalytics responsive behavior */
.video-box .video [id^="vidalytics_embed_"] { opacity: 1; }

@media(max-width: 768px) {
    .video-box .video {
        border-radius: 24px;
        max-width: 100%;
    }
}

/* Let Vidalytics manage aspect ratio responsively via its own padding-top. */

.video-box .video__title {
    font-weight: 400;
    font-size: 20px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 24px
}

.video-box .video__title span {
    color: #295af3
}

@media(max-width: 768px) {
    .video-box .video__title {
        font-size: 16px;
        margin-bottom: 16px;
        max-width: 250px
    }
}

.video-box .video__watching {
    position: relative;
    z-index: 10;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    font-weight: 400;
    font-size: 16px;
    line-height: 160%;
    text-align: center;
    color: #ffce48;
    margin-top: 24px
}

@media(max-width: 768px) {
    .video-box .video__watching {
        font-size: 12px;
        margin-top: 16px
    }
}

.form-section {
    position: relative;
    padding: 60px 120px 120px 120px;
    background: rgba(16, 16, 16, .52);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 40px
}

@media(max-width: 1200px) {
    .form-section {
        padding: 40px 60px 60px 60px
    }
}

@media(max-width: 992px) {
    .form-section {
        padding: 40px
    }
}

@media(max-width: 768px) {
    .form-section {
        padding: 24px 8px 8px 8px;
        border-radius: 24px
    }
}

.form-section__inner {
    position: relative;
    border-radius: 40px;
    overflow: hidden
}

@media(max-width: 768px) {
    .form-section__inner {
        border-radius: 24px
    }
}

.form-section__bg {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 128%;
    width: 100%;
    height: 100%
}

.form-section__wrapper {
    overflow: hidden
}

.form-section__wrapper .container {
    position: relative
}

.form-section__wrapper .container .curl1 {
    left: -142px;
    top: 0
}

.form-section__wrapper .container .curl2 {
    right: -124px;
    bottom: 136px
}

.form-section__wrapper .container .curl1,
.form-section__wrapper .container .curl2 {
    position: absolute;
    z-index: 10;
    pointer-events: none
}

@media(max-width: 1500px) {

    .form-section__wrapper .container .curl1,
    .form-section__wrapper .container .curl2 {
        width: 340px
    }
}

@media(max-width: 1400px) {

    .form-section__wrapper .container .curl1,
    .form-section__wrapper .container .curl2 {
        width: 320px
    }
}

@media(max-width: 1300px) {

    .form-section__wrapper .container .curl1,
    .form-section__wrapper .container .curl2 {
        width: 260px
    }
}

@media(max-width: 768px) {

    .form-section__wrapper .container .curl1,
    .form-section__wrapper .container .curl2 {
        display: none
    }
}

.form-section__wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    margin: 60px auto
}

.form-section__wrapper.logout {
    margin-top: 20px
}

@media(max-width: 768px) {
    .form-section__wrapper {
        margin: 40px auto 24px auto
    }

    .form-section__wrapper.logout {
        margin-top: 0
    }
}

.form {
    max-width: 860px;
    width: 100%;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 24px;
    margin: 0 auto;
    padding: 60px
}

.form__body {
    margin-bottom: 60px
}

@media(max-width: 768px) {
    .form__body {
        margin-bottom: 24px
    }
}

.form__title {
    margin-bottom: 16px
}

.form__title.logout {
    margin-bottom: 60px
}

@media(max-width: 768px) {
    .form__title {
        margin-bottom: 8px
    }

    .form__title.logout {
        margin-bottom: 24px
    }
}

.form__subtitle {
    font-style: normal;
    font-weight: 400;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    max-width: 609px;
    margin: 0 auto 40px auto
}

@media(max-width: 768px) {
    .form__subtitle {
        font-size: 16px;
        margin-bottom: 24px;
        max-width: 330px
    }
}

@media(max-width: 1200px) {
    .form {
        padding: 40px
    }
}

@media(max-width: 768px) {
    .form {
        padding: 24px 16px 16px 16px;
        border-radius: 20px
    }
}

.form label {
    position: relative;
    width: 100%;
    font-size: 24px;
    line-height: 140%
}

@media(max-width: 768px) {
    .form label {
        font-size: 16px
    }
}

.form label .err-msg {
    position: absolute;
    -webkit-transform: translateX(16px) translateY(4px);
    -ms-transform: translateX(16px) translateY(4px);
    transform: translateX(16px) translateY(4px);
    font-size: 16px;
    line-height: 120%;
    color: #e94242;
    display: none
}

.form label .check {
    position: absolute;
    right: 16px;
    bottom: 20px;
    display: none
}

@media(max-width: 768px) {
    .form label .check {
        bottom: 12px
    }
}

.form label .iti {
    display: block;
    margin-top: 12px;
    border-radius: 100px
}

@media(max-width: 768px) {
    .form label .iti {
        margin-top: 8px
    }
}

.form label .iti__selected-flag {
    background-color: #292e3a;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px
}

.form label .iti__country-list {
    background-color: #292e3a;
    border: 1px solid hsla(0, 0%, 100%, .2);
    z-index: 10
}

.form input {
    display: block;
    padding: 14px 16px 16px 16px;
    margin-top: 12px;
    width: 100%;
    height: 64px;
    background: rgba(0, 0, 0, .4);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 100px;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    color: #fff
}

.form input::-webkit-input-placeholder {
    color: hsla(0, 0%, 100%, .2)
}

.form input::-moz-placeholder {
    color: hsla(0, 0%, 100%, .2)
}

.form input:-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .2)
}

.form input::-ms-input-placeholder {
    color: hsla(0, 0%, 100%, .2)
}

.form input::placeholder {
    color: hsla(0, 0%, 100%, .2)
}

@media(min-width: 768px) {
    .form input:hover {
        border: 1px solid hsla(0, 0%, 100%, .6)
    }
}

.form input:focus {
    border: 1px solid hsla(0, 0%, 100%, .6)
}

@media(max-width: 768px) {
    .form input {
        margin-top: 8px;
        height: 48px;
        padding: 13px 16px;
        font-size: 16px
    }
}

.form input[type=tel] {
    padding-left: 60px !important
}

.form label._err input {
    border: 1px solid #e94242
}

.form label._err .err-msg {
    display: block
}

.form label._check .check {
    display: block
}

.form .form-group {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 30px;
    margin: 40px 0
}

@media(max-width: 992px) {
    .form .form-group {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }
}

@media(max-width: 768px) {
    .form .form-group {
        gap: 16px;
        margin: 16px 0
    }
}

.form .timer-box {
    margin: 60px 0 40px 0
}

@media(max-width: 768px) {
    .form .timer-box {
        margin: 40px 0 24px 0
    }
}

.reviews {
    margin: 60px 0
}

@media(max-width: 768px) {
    .reviews {
        margin: 24px 0
    }
}

.reviews__inner {
    background: rgba(0, 0, 0, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 60px 0;
    overflow: hidden
}

@media(max-width: 768px) {
    .reviews__inner {
        border-radius: 24px;
        padding: 24px 0 40px 0
    }
}

.reviews__title {
    max-width: 710px;
    margin: 0 auto 50px auto
}

@media(max-width: 768px) {
    .reviews__title {
        margin-bottom: 24px;
        max-width: 320px
    }
}

.reviews__slider {
    max-width: 395px;
    width: 100%;
    overflow: visible
}

@media(max-width: 768px) {
    .reviews__slider {
        max-width: 209px
    }
}

.reviews__slider .swiper-slide {
    position: relative;
    max-width: 395px;
    width: 100%;
    padding: 24px;
    overflow: hidden;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.reviews__slider .swiper-slide img {
    border-radius: 24px
}

.reviews__slider .swiper-slide::before {
    content: "";
    position: absolute;
    width: 100%;
    height: 224px;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: url("../images/blue-light.svg") no-repeat
}

.reviews__slider .swiper-slide:nth-child(2n)::before {
    background: url("../images/yellow-light.svg") no-repeat
}

@media(max-width: 768px) {
    .reviews__slider .swiper-slide {
        max-width: 209px;
        border-radius: 16px;
        padding: 8px
    }

    .reviews__slider .swiper-slide img {
        border-radius: 12px
    }
}

.reviews__btns {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 24px;
    margin-bottom: 24px
}

.reviews__btns .swiper-btn {
    position: relative;
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    left: auto;
    right: auto;
    margin: 0;
    background-color: rgba(0, 0, 0, 0)
}

.reviews__btns .swiper-btn::after {
    display: none
}

.guarantee {
    margin: 60px auto
}

@media(max-width: 768px) {
    .guarantee {
        margin: 24px auto
    }
}

.guarantee__inner {
    position: relative;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 40px;
    padding: 16px 16px 16px 46px;
    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;
    gap: 43px;
    overflow: hidden
}

@media(max-width: 992px) {
    .guarantee__inner {
        padding-left: 16px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 9px
    }
}

@media(max-width: 768px) {
    .guarantee__inner {
        border-radius: 24px;
        padding: 16px 8px 8px 8px
    }
}

.guarantee__bg,
.guarantee picture {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

.guarantee__images {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: auto;
    max-width: 555px;
    width: 100%
}

.guarantee__images img:nth-child(1) {
    width: 100%
}

.guarantee__images img:nth-child(2) {
    position: absolute;
    left: -33px;
    bottom: -9px
}

@media(max-width: 992px) {
    .guarantee__images {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 58px
    }

    .guarantee__images img:nth-child(1) {
        max-width: 326px
    }

    .guarantee__images img:nth-child(2) {
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        bottom: 0;
        height: 58px
    }
}

.guarantee__access {
    position: relative;
    z-index: 1;
    padding: 24px 16px 16px 16px;
    width: 100%;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 24px
}

.guarantee__access .review {
    display: block;
    margin: 0 auto 37px auto
}

.guarantee__access .timer-box {
    max-width: 600px;
    margin: 0 auto 36px auto
}

@media(max-width: 1300px) {
    .guarantee__access {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 70%;
        flex: 1 1 70%
    }
}

@media(max-width: 992px) {
    .guarantee__access {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
        flex: 1 1 100%;
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .guarantee__access {
        border-radius: 20px;
        padding: 16px
    }

    .guarantee__access .timer-box {
        max-width: 320px;
        margin-bottom: 24px
    }

    .guarantee__access .review {
        max-width: 311px;
        width: 100%;
        margin-bottom: 40px
    }

    .guarantee__access .free-call {
        max-width: 320px
    }
}

.revenue {
    margin: 60px 0
}

@media(max-width: 768px) {
    .revenue {
        margin: 24px 0
    }
}

.revenue__inner {
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 49px;
    overflow: hidden
}

@media(max-width: 1200px) {
    .revenue__inner {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 992px) {
    .revenue__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 768px) {
    .revenue__inner {
        padding: 24px;
        border-radius: 24px;
        gap: 24px
    }
}

.revenue__image {
    max-width: 588px;
    width: 100%;
    background: hsla(0, 0%, 100%, .1);
    border: .984131px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(9.84131px);
    backdrop-filter: blur(9.84131px);
    border-radius: 24px;
    padding: 8px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.revenue__image img {
    width: 100%;
    border-radius: 20px
}

@media(max-width: 992px) {
    .revenue__image {
        max-width: 100%
    }
}

@media(max-width: 768px) {
    .revenue__image {
        border-radius: 16px
    }

    .revenue__image img {
        border-radius: 12px
    }
}

.revenue__content {
    max-width: 694px;
    width: 100%
}

.revenue__suptitle {
    font-size: 24px;
    line-height: 140%;
    color: #ffce48;
    margin-bottom: 8px
}

@media(max-width: 1360px) {
    .revenue__suptitle {
        font-size: 20px
    }
}

@media(max-width: 768px) {
    .revenue__suptitle {
        font-size: 16px
    }
}

.revenue__title {
    text-align: left;
    margin-bottom: 40px
}

@media(max-width: 1200px) {
    .revenue__title {
        margin-bottom: 24px
    }
}

.revenue__subtitle {
    font-size: 14px;
    line-height: 140%;
    color: #fff;
    margin-bottom: 5px
}

@media(max-width: 768px) {
    .revenue__subtitle {
        font-size: 12px;
        margin-bottom: 0
    }
}

.revenue__logo {
    max-width: 192px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px)
}

.revenue__bg,
.revenue picture {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: -1
}

.getend {
    margin: 60px 0;
    overflow: hidden
}

@media(max-width: 768px) {
    .getend {
        margin: 24px 0
    }
}

.getend__inner {
    padding: 60px 40px 40px 40px;
    background: rgba(0, 0, 0, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 40px
}

@media(max-width: 768px) {
    .getend__inner {
        padding: 24px 8px 8px 8px;
        border-radius: 24px
    }
}

.getend__title {
    margin-bottom: 16px;
    margin-inline: auto
}

@media(max-width: 768px) {
    .getend__title {
        margin-bottom: 8px;
        max-width: 205px
    }
}

.getend__subtitle {
    margin-bottom: 60px;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: hsla(0, 0%, 100%, .6);
    margin-inline: auto
}

@media(max-width: 768px) {
    .getend__subtitle {
        font-size: 16px;
        margin-bottom: 24px;
        max-width: 240px
    }
}

.getend__about {
    position: relative;
    padding: 60px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 60px;
    margin-bottom: 24px;
    overflow: hidden
}

@media(max-width: 992px) {
    .getend__about {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        text-align: center
    }
}

@media(max-width: 768px) {
    .getend__about {
        border-radius: 24px;
        padding: 24px 16px;
        gap: 24px;
        margin-bottom: 16px
    }
}

.getend__about .bg {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: -1
}

.getend__about .bg.mb {
    display: none;
    width: 100%;
    height: 100%;
    left: auto;
    bottom: auto;
    top: 0;
    right: 0
}

@media(max-width: 992px) {
    .getend__about .bg.mb {
        display: block
    }

    .getend__about .bg.dt {
        display: none
    }
}

.getend .curl3 {
    position: absolute;
    z-index: 10;
    left: -407px;
    -webkit-transform: translateY(-306px);
    -ms-transform: translateY(-306px);
    transform: translateY(-306px)
}

@media(max-width: 1200px) {
    .getend .curl3 {
        width: 400px;
        left: -200px;
        -webkit-transform: translateY(-160px);
        -ms-transform: translateY(-160px);
        transform: translateY(-160px)
    }
}

@media(max-width: 768px) {
    .getend .curl3 {
        width: 257px;
        left: -130px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        top: 110px
    }
}

.getend .curl4 {
    position: absolute;
    z-index: 10;
    right: -184px;
    -webkit-transform: translateY(-400px);
    -ms-transform: translateY(-400px);
    transform: translateY(-400px)
}

@media(max-width: 1200px) {
    .getend .curl4 {
        width: 320px;
        right: -115px;
        -webkit-transform: translateY(-210px);
        -ms-transform: translateY(-210px);
        transform: translateY(-210px)
    }
}

@media(max-width: 768px) {
    .getend .curl4 {
        width: 136px;
        right: -58px;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        bottom: 232px
    }
}

@media(max-width: 390px) {
    .getend .curl4 {
        width: 120px;
        bottom: 240px
    }
}

.getend__about-author {
    min-width: 165px
}

.getend__about-author img {
    border-radius: 50%;
    display: block;
    margin: 0 auto 16px auto
}

.getend__about-author .name {
    display: block;
    text-align: center;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    margin-bottom: 4px
}

.getend__about-author .age {
    display: block;
    font-size: 16px;
    line-height: 110%;
    text-align: center;
    color: hsla(0, 0%, 100%, .4);
    text-align: center
}

@media(max-width: 768px) {
    .getend__about-author img {
        width: 90px
    }

    .getend__about-author .name {
        font-size: 16px
    }

    .getend__about-author .age {
        font-size: 12px
    }
}

.getend__about-descr p {
    font-size: 24px;
    line-height: 140%;
    color: #fff
}

.getend__about-descr p+p {
    margin-top: 20px
}

.getend__about-descr .income {
    display: block;
    margin-top: 60px;
    font-weight: 600;
    font-size: 24px;
    line-height: 110%;
    color: #ffce48
}

@media(max-width: 768px) {
    .getend__about-descr p {
        font-size: 16px
    }

    .getend__about-descr p+p {
        margin-top: 16px
    }

    .getend__about-descr .income {
        font-size: 16px;
        margin-top: 24px
    }
}

.childstore {
    position: relative;
    padding: 60px 62px 95px 62px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 40px;
    overflow: hidden;
    margin-bottom: 24px
}

@media(max-width: 768px) {
    .childstore {
        margin-bottom: 16px;
        border-radius: 24px;
        padding: 24px 12px 12px 12px
    }
}

.childstore .light {
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1
}

@media(max-width: 768px) {
    .childstore .light {
        top: 40px
    }
}

@media(max-width: 576px) {
    .childstore .light {
        top: 60px;
        height: 60%;
        width: 100%
    }
}

.childstore__title {
    max-width: 370px;
    margin: 0 auto 60px auto
}

@media(max-width: 768px) {
    .childstore__title {
        margin-bottom: 40px;
        max-width: 290px
    }
}

.childstore__image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto 60px auto
}

@media(max-width: 768px) {
    .childstore__image {
        margin-bottom: 40px
    }
}

.childstore__profit-box {
    padding: 24px;
    max-width: 1102px;
    width: 100%;
    background: hsla(0, 0%, 100%, .1);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 40px;
    margin: 0 auto
}

@media(max-width: 992px) {
    .childstore__profit-box {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }
}

@media(max-width: 768px) {
    .childstore__profit-box {
        padding: 16px;
        gap: 24px
    }
}

.childstore__profit-image {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.childstore__profit-image img {
    border-radius: 16px
}

@media(max-width: 992px) {
    .childstore__profit-image {
        width: 100%
    }

    .childstore__profit-image img {
        width: 100%
    }
}

.childstore__profit-content span {
    display: block;
    font-size: 24px;
    line-height: 140%
}

.childstore__profit-content span:last-child {
    color: #ffce48
}

.childstore__profit-content span+span {
    margin-top: 16px
}

@media(max-width: 992px) {
    .childstore__profit-content {
        width: 100%
    }

    .childstore__profit-content span {
        width: 100%
    }
}

@media(max-width: 768px) {
    .childstore__profit-content span {
        font-size: 16px
    }

    .childstore__profit-content span+span {
        margin-top: 8px
    }
}

.full-life {
    position: relative;
    padding: 69px 60px 60px 60px;
    position: relative;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 40px;
    overflow: hidden
}

@media(max-width: 768px) {
    .full-life {
        padding: 24px 13px 60px 13px;
        border-radius: 24px
    }
}

.full-life .light {
    position: absolute;
    right: 0;
    top: 0;
    z-index: -1
}

.full-life .light.mb {
    display: none;
    width: 100%
}

@media(max-width: 992px) {
    .full-life .light.mb {
        display: block
    }

    .full-life .light.dt {
        display: none
    }
}

.full-life__title {
    max-width: 609px;
    width: 100%;
    font-size: 24px;
    line-height: 140%;
    text-align: center;
    margin: 0 auto 45px auto
}

@media(max-width: 768px) {
    .full-life__title {
        font-size: 16px;
        margin-bottom: 24px
    }
}

.full-life__images {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

.book {
    margin: 112px auto 80px auto
}

@media(max-width: 768px) {
    .book {
        margin: 60px 0 24px 0
    }
}

.book__inner {
    padding: 60px;
    background: rgba(0, 0, 0, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 40px
}

@media(max-width: 1200px) {
    .book__inner {
        padding: 40px
    }
}

@media(max-width: 768px) {
    .book__inner {
        border-radius: 24px;
        padding: 24px 8px 16px 8px
    }
}

.book__title {
    text-align: center;
    margin-bottom: 60px
}

@media(max-width: 768px) {
    .book__title {
        margin-bottom: 24px;
        max-width: 320px;
        margin-inline: auto
    }
}

.book__busc {
    padding: 24px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 60px
}

@media(max-width: 1200px) {
    .book__busc {
        gap: 30px
    }
}

@media(max-width: 992px) {
    .book__busc {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media(max-width: 768px) {
    .book__busc {
        padding: 8px 8px 40px 8px;
        gap: 16px
    }
}

.book__busc-image {
    padding: 6px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.book__busc-image img {
    border-radius: 20px
}

@media(max-width: 992px) {
    .book__busc-image {
        margin: 0 auto
    }
}

@media(max-width: 768px) {
    .book__busc-image {
        border-radius: 20px;
        width: 100%
    }

    .book__busc-image img {
        width: 100%;
        border-radius: 16px
    }
}

.book__busc-content ul {
    max-width: 661px
}

.book__busc-content ul li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 16px;
    font-size: 20px;
    line-height: 130%;
    color: hsla(0, 0%, 100%, .6)
}

.book__busc-content ul li+li {
    margin-top: 24px
}

@media(max-width: 768px) {
    .book__busc-content ul li {
        gap: 8px;
        font-size: 16px
    }

    .book__busc-content ul li img {
        width: 16px;
        height: 16px
    }

    .book__busc-content ul li+li {
        margin-top: 16px
    }
}

.book__busc-content-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    color: #fff;
    margin-bottom: 40px
}

@media(max-width: 768px) {
    .book__busc-content-title {
        font-weight: 400;
        margin-bottom: 24px
    }
}

.book__calls {
    margin-top: 60px;
    text-align: center
}

@media(max-width: 768px) {
    .book__calls {
        margin-top: 40px
    }
}

.book__call+.book__call {
    margin-top: 40px
}

@media(max-width: 768px) {
    .book__call+.book__call {
        margin-top: 16px
    }
}

.book__call-places {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 110%;
    text-align: center;
    color: #fff
}

.book__call-places span {
    color: #295af3
}

@media(max-width: 768px) {
    .book__call-places {
        font-size: 12px;
        line-height: 120%;
        margin-bottom: 8px
    }
}

.book__call-text {
    margin-bottom: 16px;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: hsla(0, 0%, 100%, .6)
}

@media(max-width: 768px) {
    .book__call-text {
        font-size: 12px;
        line-height: 140%;
        margin-bottom: 8px
    }
}

.finish {
    margin-bottom: 60px
}

.finish__inner {
    background: rgba(0, 0, 0, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 40px 40px 76px 40px;
    overflow: hidden
}

@media(max-width: 768px) {
    .finish__inner {
        padding: 16px 16px 60px 16px;
        border-radius: 24px
    }
}

.finish__progress {
    position: relative;
    margin-bottom: 80px;
    height: 26px;
    width: 100%;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-34.38%, rgba(255, 255, 255, 0.2)), to(rgba(255, 255, 255, 0)));
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.2) -34.38%, rgba(255, 255, 255, 0) 100%);
    border: 1px solid hsla(0, 0%, 100%, .2);
    border-radius: 100px
}

@media(max-width: 768px) {
    .finish__progress {
        margin-bottom: 40px
    }
}

.finish__progress-text {
    width: 100%;
    position: absolute;
    font-weight: 600;
    font-size: 14px;
    line-height: 110%;
    text-align: center;
    color: hsla(0, 0%, 100%, .8);
    left: 50%;
    top: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
    -ms-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%)
}

@media(max-width: 768px) {
    .finish__progress-text {
        font-size: 12px
    }
}

.finish__progress-bar {
    width: 100%;
    height: 100%;
    visibility: hidden;
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-34.38%, rgba(255, 206, 72, 0.3)), to(rgba(255, 206, 72, 0.2)));
    background: linear-gradient(0deg, rgba(255, 206, 72, 0.3) -34.38%, rgba(255, 206, 72, 0.2) 100%);
    border: 1px solid #ffce48;
    -webkit-box-shadow: 0px 2px 18.9px rgba(255, 206, 72, .6);
    box-shadow: 0px 2px 18.9px rgba(255, 206, 72, .6);
    border-radius: 100px;
    transform-origin: left center;
    transform: scaleX(0);
    will-change: transform
}

.finish__progress-bar.complete {
    visibility: visible;
    width: 100%
}

.finish .finish__progress.confirmed .finish__progress-bar {
    background: -webkit-gradient(linear, left bottom, left top, color-stop(-34.38%, rgba(0, 224, 146, 0.3)), to(rgba(0, 224, 146, 0.2)));
    background: linear-gradient(0deg, rgba(0, 224, 146, 0.3) -34.38%, rgba(0, 224, 146, 0.2) 100%);
    border: 1px solid #00e092;
    -webkit-box-shadow: 0px 2px 18.9px rgba(0, 224, 146, .6);
    box-shadow: 0px 2px 18.9px rgba(0, 224, 146, .6);
    border-radius: 100px
}

.finish__title {
    max-width: 560px;
    margin-bottom: 16px;
    font-weight: 600;
    font-size: 40px;
    line-height: 110%;
    text-align: center;
    text-transform: capitalize
}

.finish__title span {
    color: #ffce48
}

@media(max-width: 768px) {
    .finish__title {
        margin-bottom: 8px;
        font-size: 24px;
        max-width: 330px
    }
}

.finish__subtitle {
    font-size: 16px;
    line-height: 140%;
    text-align: center;
    max-width: 590px;
    margin: 0 auto 40px auto
}

.finish__subtitle span {
    font-weight: 500
}

@media(max-width: 768px) {
    .finish__subtitle {
        font-size: 12px;
        margin-bottom: 40px;
        max-width: 330px
    }
}

.finish__title-plush {
    width: 100%;
    background: rgba(0, 0, 0, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 40px;
    padding: 16px 24px 24px 24px;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #fff;
    overflow: hidden;
    margin-bottom: 24px
}

.finish__title-plush.hide {
    display: none
}

.finish__title-plush p {
    max-width: 434px;
    margin: 8px auto 0 auto
}

@media(max-width: 768px) {
    .finish__title-plush {
        font-size: 12px;
        border-radius: 24px;
        margin-bottom: 16px
    }
}

.finish__title-plush .light {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    pointer-events: none
}

.finish__title-plush .light.mb {
    display: none
}

@media(max-width: 768px) {
    .finish__title-plush .light.dt {
        display: none
    }

    .finish__title-plush .light.mb {
        display: block
    }
}

.finish__success-box {
    padding: 24px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .2);
    -webkit-backdrop-filter: blur(23.15px);
    backdrop-filter: blur(23.15px);
    border-radius: 40px;
    margin-bottom: 80px
}

@media(max-width: 768px) {
    .finish__success-box {
        padding: 8px;
        border-radius: 24px;
        margin-bottom: 40px
    }
}

.finish__success-plush {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    gap: 12px;
    padding: 16px 32px 32px 32px;
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 24px;
    line-height: 130%;
    margin-bottom: 40px
}

.finish__success-plush.hide {
    display: none
}

.finish__success-plush p {
    max-width: 610px
}

@media(max-width: 768px) {
    .finish__success-plush {
        border-radius: 16px;
        padding: 12px 16px 24px 16px;
        font-size: 12px;
        gap: 8px
    }
}

.finish__success-title {
    font-weight: 600;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #fff;
    margin-bottom: 24px
}

@media(max-width: 768px) {
    .finish__success-title {
        margin-top: 16px;
        font-size: 16px
    }
}

.finish__success-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 14px
}

@media(max-width: 992px) {
    .finish__success-items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

@media(max-width: 768px) {
    .finish__success-items {
        gap: 8px
    }
}

.finish__success-item {
    background: hsla(0, 0%, 100%, .05);
    border: 1px solid hsla(0, 0%, 100%, .1);
    border-radius: 24px;
    padding: 16px 16px 20px 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
    font-size: 16px;
    line-height: 130%;
    text-align: center;
    color: #fff
}

.finish__success-item p {
    text-align: center
}

@media(max-width: 992px) {
    .finish__success-item {
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 14px)/2);
        flex: 1 1 calc((100% - 14px)/2);
        max-width: calc((100% - 14px)/2)
    }
}

@media(max-width: 768px) {
    .finish__success-item {
        border-radius: 20px;
        -webkit-box-flex: 1;
        -ms-flex: 1 1 calc((100% - 8px)/2);
        flex: 1 1 calc((100% - 8px)/2);
        max-width: calc((100% - 8px)/2);
        gap: 8px;
        font-size: 12px
    }

    .finish__success-item img {
        width: 32px;
        height: 32px
    }
}

.finish__click-descr {
    font-size: 16px;
    line-height: 120%;
    text-align: center;
    color: hsla(0, 0%, 100%, .6);
    margin-top: 16px
}

@media(max-width: 768px) {
    .finish__click-descr {
        font-size: 12px;
        margin-top: 8px
    }
}

.finish__down-plush {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 12px;
    background: rgba(255, 206, 72, .2);
    font-weight: 700;
    font-size: 12px;
    line-height: 100%;
    text-transform: uppercase;
    text-align: center;
    color: #ffce48
}

.footer {
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    color: hsla(0, 0%, 100%, .4);
    margin: 80px auto;
    padding-bottom: 80px
}

.footer .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px
}

@media(max-width: 768px) {
    .footer {
        margin: 60px auto;
        padding-bottom: 60px;
        font-size: 12px
    }

    .footer .container {
        gap: 16px
    }
}

.footer__links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 24px
}

@media(min-width: 768px) {
    .footer__links a:hover {
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

@media(max-width: 768px) {
    .footer__links a:active {
        text-decoration: underline;
        text-underline-offset: 4px
    }
}

.footer__links.column {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

@media(max-width: 768px) {
    .footer__links.column {
        gap: 16px
    }
}

.footer__description {
    max-width: 955px
}

/* Modal (Legal) */
.modal {
    position: fixed;
    left: 0;
    top: 0;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    display: none;
}

.modal.open {
    display: block;
}

.modal.visible {
	display: block;
}

.modal__overlay {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .6);
    opacity: 0;
    transition: opacity .28s cubic-bezier(.22,.61,.36,1);
}

.modal__dialog {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, calc(-50% + 8px)) scale(.98);
    width: min(960px, calc(100vw - 24px));
    max-height: min(90vh, 720px);
    background: rgba(0, 0, 0, .85);
    border: 1px solid hsla(0, 0%, 100%, .2);
    backdrop-filter: blur(20px);
    border-radius: 24px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    opacity: 0;
    transition: opacity .28s cubic-bezier(.22,.61,.36,1), transform .28s cubic-bezier(.22,.61,.36,1);
}

.modal__header {
    position: sticky;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    padding: 16px 16px 12px 16px;
    background: rgba(0, 0, 0, .6);
    border-bottom: 1px solid hsla(0, 0%, 100%, .1);
}

.modal__title {
    font-weight: 600;
    font-size: 20px;
    line-height: 120%;
}

.modal__close {
    appearance: none;
    width: 36px;
    height: 36px;
    border-radius: 8px;
    background: rgba(255, 255, 255, .08);
    color: #fff;
    border: 1px solid hsla(0, 0%, 100%, .15);
}

@media(min-width: 768px) {
    .modal__close:hover {
        background: rgba(255, 255, 255, .15);
    }
}

.modal__content {
    padding: 16px;
    overflow: auto;
}

/* Open/Close animation states */
.modal.open .modal__overlay { opacity: 1; }
.modal.open .modal__dialog { opacity: 1; transform: translate(-50%, -50%) scale(1); }

/* Legal content typography */
.modal__content.legal {
    padding: 24px;
    text-align: left;
}

.legal__section+.legal__section {
    margin-top: 20px;
}

.legal__subtitle {
    font-weight: 700;
    font-size: 18px;
    line-height: 120%;
    text-transform: uppercase;
    margin: 16px 0 8px 0;
    color: #fff;
    text-align: center;
}

.legal__list {
    margin: 10px 0 0 18px;
    padding: 0 0 0 2px;
    list-style: none;
}

.legal__list li {
    position: relative;
    padding-left: 16px;
    margin: 8px 0;
}

.legal__list li::marker {
    content: "";
}

.legal__list li::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0.7em;
    width: 6px;
    height: 6px;
    border-radius: 50%;
    background: linear-gradient(270deg, #ffce48 0%, #295af3 100%);
    box-shadow: 0 0 6px rgba(41, 90, 243, .35);
    transform: translateY(-50%);
}

.legal__notice {
    border: 1px solid hsla(0, 0%, 100%, .15);
    border-radius: 16px;
    padding: 16px;
    margin: 8px 0 16px 0;
}

.legal__notice--warn {
    background: rgba(255, 206, 72, 0.15);
    border-color: rgba(255, 206, 72, 0.35);
}

.legal__notice--danger {
    background: rgba(233, 66, 66, 0.15);
    border-color: rgba(233, 66, 66, 0.35);
}

.legal__notice--danger .legal__list li::before {
    background: #e94242;
    box-shadow: 0 0 6px rgba(233, 66, 66, .35);
}

.legal__notice-title {
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 6px;
    color: #ffce48;
}

.legal__contact {
    border-radius: 12px;
    padding: 12px;
    background: rgba(255, 255, 255, 0.05);
    border: 1px solid hsla(0, 0%, 100%, .12);
}

.legal a {
    color: #7aa8ff;
}

@media(min-width: 768px) {
    .legal a:hover {
        text-decoration: underline;
        text-underline-offset: 3px;
    }
}

.modal__content h3 {
    font-size: 18px;
    margin: 16px 0 8px 0;
}

.modal__content p,
.modal__content li {
    color: hsla(0, 0%, 100%, .8);
}

.modal__content ul {
    list-style: disc;
    padding-left: 18px;
}