@-webkit-keyframes btnPulse {

    0%,
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes btnPulse {

    0%,
    to {
        -webkit-transform: scale(.95);
        transform: scale(.95)
    }

    50% {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes shine {
    0% {
        -webkit-transform: translateX(-250%) skewX(-20deg);
        transform: translateX(-250%) skewX(-20deg)
    }

    to {
        -webkit-transform: translateX(250%) skewX(-20deg);
        transform: translateX(250%) skewX(-20deg)
    }
}

@keyframes shine {
    0% {
        -webkit-transform: translateX(-250%) skewX(-20deg);
        transform: translateX(-250%) skewX(-20deg)
    }

    to {
        -webkit-transform: translateX(250%) skewX(-20deg);
        transform: translateX(250%) skewX(-20deg)
    }
}

@-webkit-keyframes lightning {

    0%,
    85%,
    to {
        opacity: .9;
        -webkit-filter: drop-shadow(0 0 0 transparent) brightness(1);
        filter: drop-shadow(0 0 0 transparent) brightness(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    86% {
        opacity: 1;
        -webkit-filter: drop-shadow(0 0 6px #7ab8ff) drop-shadow(0 0 14px #3f91ff) drop-shadow(0 0 28px #2b6fff) brightness(1.6);
        filter: drop-shadow(0 0 6px #7ab8ff) drop-shadow(0 0 14px #3f91ff) drop-shadow(0 0 28px #2b6fff) brightness(1.6)
    }

    87% {
        -webkit-filter: drop-shadow(0 0 2px #7ab8ff) brightness(1.1);
        filter: drop-shadow(0 0 2px #7ab8ff) brightness(1.1);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    88% {
        -webkit-filter: drop-shadow(0 0 10px #7ab8ff) drop-shadow(0 0 24px #3f91ff) drop-shadow(0 0 40px #2b6fff) brightness(2);
        filter: drop-shadow(0 0 10px #7ab8ff) drop-shadow(0 0 24px #3f91ff) drop-shadow(0 0 40px #2b6fff) brightness(2);
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    90% {
        -webkit-filter: drop-shadow(0 0 0 transparent) brightness(1);
        filter: drop-shadow(0 0 0 transparent) brightness(1)
    }
}

@keyframes lightning {

    0%,
    85%,
    to {
        opacity: .9;
        -webkit-filter: drop-shadow(0 0 0 transparent) brightness(1);
        filter: drop-shadow(0 0 0 transparent) brightness(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    86% {
        opacity: 1;
        -webkit-filter: drop-shadow(0 0 6px #7ab8ff) drop-shadow(0 0 14px #3f91ff) drop-shadow(0 0 28px #2b6fff) brightness(1.6);
        filter: drop-shadow(0 0 6px #7ab8ff) drop-shadow(0 0 14px #3f91ff) drop-shadow(0 0 28px #2b6fff) brightness(1.6)
    }

    87% {
        -webkit-filter: drop-shadow(0 0 2px #7ab8ff) brightness(1.1);
        filter: drop-shadow(0 0 2px #7ab8ff) brightness(1.1);
        -webkit-transform: translateY(-1px);
        transform: translateY(-1px)
    }

    88% {
        -webkit-filter: drop-shadow(0 0 10px #7ab8ff) drop-shadow(0 0 24px #3f91ff) drop-shadow(0 0 40px #2b6fff) brightness(2);
        filter: drop-shadow(0 0 10px #7ab8ff) drop-shadow(0 0 24px #3f91ff) drop-shadow(0 0 40px #2b6fff) brightness(2);
        -webkit-transform: translateY(1px);
        transform: translateY(1px)
    }

    90% {
        -webkit-filter: drop-shadow(0 0 0 transparent) brightness(1);
        filter: drop-shadow(0 0 0 transparent) brightness(1)
    }
}

@-webkit-keyframes corePulse {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        opacity: 1
    }
}

@keyframes corePulse {

    0%,
    to {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: .8
    }

    50% {
        -webkit-transform: scale(1.08);
        transform: scale(1.08);
        opacity: 1
    }
}

@-webkit-keyframes coreFloat {

    0%,
    to {
        -webkit-transform: translate(-50%, -50%) translateY(0);
        transform: translate(-50%, -50%) translateY(0)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) translateY(-8px);
        transform: translate(-50%, -50%) translateY(-8px)
    }
}

@keyframes coreFloat {

    0%,
    to {
        -webkit-transform: translate(-50%, -50%) translateY(0);
        transform: translate(-50%, -50%) translateY(0)
    }

    50% {
        -webkit-transform: translate(-50%, -50%) translateY(-8px);
        transform: translate(-50%, -50%) translateY(-8px)
    }
}

@-webkit-keyframes swordsFloat {

    0%,
    to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(-6px) rotate(1deg);
        transform: translateY(-6px) rotate(1deg)
    }
}

@keyframes swordsFloat {

    0%,
    to {
        -webkit-transform: translateY(0) rotate(0deg);
        transform: translateY(0) rotate(0deg)
    }

    50% {
        -webkit-transform: translateY(-6px) rotate(1deg);
        transform: translateY(-6px) rotate(1deg)
    }
}

@-webkit-keyframes swordMove1 {

    0%,
    to {
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
        transform: rotate(0) translate3d(0, 0, 0);
        -webkit-filter: blur(.5px);
        filter: blur(.5px)
    }

    50% {
        -webkit-transform: rotate(4deg) translate3d(4px, -4px, 0);
        transform: rotate(4deg) translate3d(4px, -4px, 0);
        -webkit-filter: blur(.8px) drop-shadow(0 0 5px rgba(150, 240, 255, .95)) drop-shadow(0 0 13px rgba(80, 180, 255, .75)) drop-shadow(0 0 26px rgba(43, 111, 255, .6));
        filter: blur(.8px) drop-shadow(0 0 5px rgba(150, 240, 255, .95)) drop-shadow(0 0 13px rgba(80, 180, 255, .75)) drop-shadow(0 0 26px rgba(43, 111, 255, .6))
    }
}

@keyframes swordMove1 {

    0%,
    to {
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
        transform: rotate(0) translate3d(0, 0, 0);
        -webkit-filter: blur(.5px);
        filter: blur(.5px)
    }

    50% {
        -webkit-transform: rotate(4deg) translate3d(4px, -4px, 0);
        transform: rotate(4deg) translate3d(4px, -4px, 0);
        -webkit-filter: blur(.8px) drop-shadow(0 0 5px rgba(150, 240, 255, .95)) drop-shadow(0 0 13px rgba(80, 180, 255, .75)) drop-shadow(0 0 26px rgba(43, 111, 255, .6));
        filter: blur(.8px) drop-shadow(0 0 5px rgba(150, 240, 255, .95)) drop-shadow(0 0 13px rgba(80, 180, 255, .75)) drop-shadow(0 0 26px rgba(43, 111, 255, .6))
    }
}

@-webkit-keyframes swordMove2 {

    0%,
    to {
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
        transform: rotate(0) translate3d(0, 0, 0);
        -webkit-filter: blur(.5px);
        filter: blur(.5px)
    }

    50% {
        -webkit-transform: rotate(-4deg) translate3d(-3px, 4px, 0);
        transform: rotate(-4deg) translate3d(-3px, 4px, 0);
        -webkit-filter: blur(.9px) drop-shadow(0 0 6px #8ce6ff) drop-shadow(0 0 15px rgba(80, 180, 255, .8)) drop-shadow(0 0 30px rgba(43, 111, 255, .7));
        filter: blur(.9px) drop-shadow(0 0 6px #8ce6ff) drop-shadow(0 0 15px rgba(80, 180, 255, .8)) drop-shadow(0 0 30px rgba(43, 111, 255, .7))
    }
}

@keyframes swordMove2 {

    0%,
    to {
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
        transform: rotate(0) translate3d(0, 0, 0);
        -webkit-filter: blur(.5px);
        filter: blur(.5px)
    }

    50% {
        -webkit-transform: rotate(-4deg) translate3d(-3px, 4px, 0);
        transform: rotate(-4deg) translate3d(-3px, 4px, 0);
        -webkit-filter: blur(.9px) drop-shadow(0 0 6px #8ce6ff) drop-shadow(0 0 15px rgba(80, 180, 255, .8)) drop-shadow(0 0 30px rgba(43, 111, 255, .7));
        filter: blur(.9px) drop-shadow(0 0 6px #8ce6ff) drop-shadow(0 0 15px rgba(80, 180, 255, .8)) drop-shadow(0 0 30px rgba(43, 111, 255, .7))
    }
}

@-webkit-keyframes swordMove3 {

    0%,
    to {
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
        transform: rotate(0) translate3d(0, 0, 0);
        -webkit-filter: blur(.5px);
        filter: blur(.5px)
    }

    50% {
        -webkit-transform: rotate(-24deg) translate3d(4px, -2px, 0);
        transform: rotate(-24deg) translate3d(4px, -2px, 0);
        -webkit-filter: blur(.7px) drop-shadow(0 0 5px #a0f5ff) drop-shadow(0 0 12px rgba(80, 180, 255, .75)) drop-shadow(0 0 23px rgba(43, 111, 255, .55));
        filter: blur(.7px) drop-shadow(0 0 5px #a0f5ff) drop-shadow(0 0 12px rgba(80, 180, 255, .75)) drop-shadow(0 0 23px rgba(43, 111, 255, .55))
    }
}

@keyframes swordMove3 {

    0%,
    to {
        -webkit-transform: rotate(0) translate3d(0, 0, 0);
        transform: rotate(0) translate3d(0, 0, 0);
        -webkit-filter: blur(.5px);
        filter: blur(.5px)
    }

    50% {
        -webkit-transform: rotate(-24deg) translate3d(4px, -2px, 0);
        transform: rotate(-24deg) translate3d(4px, -2px, 0);
        -webkit-filter: blur(.7px) drop-shadow(0 0 5px #a0f5ff) drop-shadow(0 0 12px rgba(80, 180, 255, .75)) drop-shadow(0 0 23px rgba(43, 111, 255, .55));
        filter: blur(.7px) drop-shadow(0 0 5px #a0f5ff) drop-shadow(0 0 12px rgba(80, 180, 255, .75)) drop-shadow(0 0 23px rgba(43, 111, 255, .55))
    }
}

@-webkit-keyframes dotBlink {

    0%,
    to {
        opacity: .25;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@keyframes dotBlink {

    0%,
    to {
        opacity: .25;
        -webkit-transform: scale(.8);
        transform: scale(.8)
    }

    50% {
        opacity: 1;
        -webkit-transform: scale(1.4);
        transform: scale(1.4)
    }
}

@-webkit-keyframes energyBgPulse {

    0%,
    to {
        opacity: .55;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: .85;
        -webkit-transform: translate(-50%, -50%) scale(1.12);
        transform: translate(-50%, -50%) scale(1.12)
    }
}

@keyframes energyBgPulse {

    0%,
    to {
        opacity: .55;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: .85;
        -webkit-transform: translate(-50%, -50%) scale(1.12);
        transform: translate(-50%, -50%) scale(1.12)
    }
}

@-webkit-keyframes energyBgMove {

    0%,
    to {
        -webkit-filter: blur(130px);
        filter: blur(130px)
    }

    50% {
        -webkit-filter: blur(145px);
        filter: blur(145px)
    }
}

@keyframes energyBgMove {

    0%,
    to {
        -webkit-filter: blur(130px);
        filter: blur(130px)
    }

    50% {
        -webkit-filter: blur(145px);
        filter: blur(145px)
    }
}

@-webkit-keyframes energyCirclePulse {

    0%,
    to {
        opacity: .4;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.08);
        transform: translate(-50%, -50%) scale(1.08)
    }
}

@keyframes energyCirclePulse {

    0%,
    to {
        opacity: .4;
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        opacity: 1;
        -webkit-transform: translate(-50%, -50%) scale(1.08);
        transform: translate(-50%, -50%) scale(1.08)
    }
}

@-webkit-keyframes saberGlow {

    0%,
    to {
        -webkit-filter: blur(1.5px) brightness(1);
        filter: blur(1.5px) brightness(1);
        -webkit-box-shadow: 0 0 12px rgba(110, 193, 255, .9), 0 0 24px rgba(77, 140, 255, .8), 0 0 48px rgba(43, 111, 255, .7), 0 0 80px rgba(43, 111, 255, .45);
        box-shadow: 0 0 12px rgba(110, 193, 255, .9), 0 0 24px rgba(77, 140, 255, .8), 0 0 48px rgba(43, 111, 255, .7), 0 0 80px rgba(43, 111, 255, .45)
    }

    50% {
        -webkit-filter: blur(2.8px) brightness(1.35);
        filter: blur(2.8px) brightness(1.35);
        -webkit-box-shadow: 0 0 20px #6ec1ff, 0 0 40px #4d8cff, 0 0 80px rgba(43, 111, 255, .95), 0 0 140px rgba(43, 111, 255, .75), 0 0 220px rgba(43, 111, 255, .45);
        box-shadow: 0 0 20px #6ec1ff, 0 0 40px #4d8cff, 0 0 80px rgba(43, 111, 255, .95), 0 0 140px rgba(43, 111, 255, .75), 0 0 220px rgba(43, 111, 255, .45)
    }
}

@keyframes saberGlow {

    0%,
    to {
        -webkit-filter: blur(1.5px) brightness(1);
        filter: blur(1.5px) brightness(1);
        -webkit-box-shadow: 0 0 12px rgba(110, 193, 255, .9), 0 0 24px rgba(77, 140, 255, .8), 0 0 48px rgba(43, 111, 255, .7), 0 0 80px rgba(43, 111, 255, .45);
        box-shadow: 0 0 12px rgba(110, 193, 255, .9), 0 0 24px rgba(77, 140, 255, .8), 0 0 48px rgba(43, 111, 255, .7), 0 0 80px rgba(43, 111, 255, .45)
    }

    50% {
        -webkit-filter: blur(2.8px) brightness(1.35);
        filter: blur(2.8px) brightness(1.35);
        -webkit-box-shadow: 0 0 20px #6ec1ff, 0 0 40px #4d8cff, 0 0 80px rgba(43, 111, 255, .95), 0 0 140px rgba(43, 111, 255, .75), 0 0 220px rgba(43, 111, 255, .45);
        box-shadow: 0 0 20px #6ec1ff, 0 0 40px #4d8cff, 0 0 80px rgba(43, 111, 255, .95), 0 0 140px rgba(43, 111, 255, .75), 0 0 220px rgba(43, 111, 255, .45)
    }
}

@-webkit-keyframes discountPulse {

    0%,
    to {
        -webkit-filter: drop-shadow(0 0 0 transparent);
        filter: drop-shadow(0 0 0 transparent);
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, .45));
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, .45));
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes discountPulse {

    0%,
    to {
        -webkit-filter: drop-shadow(0 0 0 transparent);
        filter: drop-shadow(0 0 0 transparent);
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }

    50% {
        -webkit-filter: drop-shadow(0 0 5px rgba(255, 255, 255, .45));
        filter: drop-shadow(0 0 5px rgba(255, 255, 255, .45));
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes batteryGradientShow {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@keyframes batteryGradientShow {
    0% {
        -webkit-clip-path: inset(0 100% 0 0);
        clip-path: inset(0 100% 0 0)
    }

    to {
        -webkit-clip-path: inset(0 0 0 0);
        clip-path: inset(0 0 0 0)
    }
}

@-webkit-keyframes batteryBlink {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@keyframes batteryBlink {

    0%,
    to {
        opacity: 1
    }

    50% {
        opacity: .5
    }
}

@-webkit-keyframes batteryShining {

    0%,
    to {
        -webkit-filter: brightness(1);
        filter: brightness(1);
        -webkit-box-shadow: 0 0 5px rgba(110, 193, 255, .9), 0 0 10px rgba(77, 140, 255, .8), 0 0 20px rgba(43, 111, 255, .7), 0 0 30px rgba(43, 111, 255, .45);
        box-shadow: 0 0 5px rgba(110, 193, 255, .9), 0 0 10px rgba(77, 140, 255, .8), 0 0 20px rgba(43, 111, 255, .7), 0 0 30px rgba(43, 111, 255, .45)
    }

    50% {
        -webkit-filter: brightness(1.35);
        filter: brightness(1.35);
        -webkit-box-shadow: 0 0 20px #6ec1ff, 0 0 30px #4d8cff, 0 0 40px rgba(43, 111, 255, .95), 0 0 50px rgba(43, 111, 255, .75), 0 0 60px rgba(43, 111, 255, .45);
        box-shadow: 0 0 20px #6ec1ff, 0 0 30px #4d8cff, 0 0 40px rgba(43, 111, 255, .95), 0 0 50px rgba(43, 111, 255, .75), 0 0 60px rgba(43, 111, 255, .45)
    }
}

@keyframes batteryShining {

    0%,
    to {
        -webkit-filter: brightness(1);
        filter: brightness(1);
        -webkit-box-shadow: 0 0 5px rgba(110, 193, 255, .9), 0 0 10px rgba(77, 140, 255, .8), 0 0 20px rgba(43, 111, 255, .7), 0 0 30px rgba(43, 111, 255, .45);
        box-shadow: 0 0 5px rgba(110, 193, 255, .9), 0 0 10px rgba(77, 140, 255, .8), 0 0 20px rgba(43, 111, 255, .7), 0 0 30px rgba(43, 111, 255, .45)
    }

    50% {
        -webkit-filter: brightness(1.35);
        filter: brightness(1.35);
        -webkit-box-shadow: 0 0 20px #6ec1ff, 0 0 30px #4d8cff, 0 0 40px rgba(43, 111, 255, .95), 0 0 50px rgba(43, 111, 255, .75), 0 0 60px rgba(43, 111, 255, .45);
        box-shadow: 0 0 20px #6ec1ff, 0 0 30px #4d8cff, 0 0 40px rgba(43, 111, 255, .95), 0 0 50px rgba(43, 111, 255, .75), 0 0 60px rgba(43, 111, 255, .45)
    }
}

@-webkit-keyframes loading-bg {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 500% 0
    }
}

@keyframes loading-bg {
    0% {
        background-position: 0 0
    }

    to {
        background-position: 500% 0
    }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body,
br {
    line-height: 1
}

body {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    background: #01050e;
    color: #fff;
    font-weight: 300
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

br {
    font-size: 0
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

::-moz-focus-inner,
::-moz-focus-outer {
    border: 0;
    padding: 0
}

:active,
:focus,
:hover,
:visited {
    outline: 0 !important
}

::-ms-clear {
    display: none
}

* {
    -webkit-tap-highlight-color: transparent
}

#comebacker_main_div {
    display: none !important;
    height: 0 !important
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    overflow-x: hidden
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

::-moz-focus-inner {
    border: 0;
    outline: 0
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(https://179523.selcdn.ru/public/layout-images/select-triangle.svg);
    background-repeat: no-repeat
}

select,
select:hover {
    background-size: 10px 10px;
    background-position: right 10px center
}

select:focus {
    outline: 0 !important;
    outline-color: transparent;
    outline-width: 0
}

select::-ms-expand {
    display: none !important;
    background: 0 0 !important;
    position: fixed;
    border: 0 !important;
    outline: 0 !important
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0
}

:not(#fake) {
    outline: 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 300;
    src: url(../fonts/inter-v20-cyrillic-300.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 400;
    src: url(../fonts/inter-v20-cyrillic-regular.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 600;
    src: url(../fonts/inter-v20-cyrillic-600.woff2) format("woff2")
}

@font-face {
    font-display: swap;
    font-family: 'Inter';
    font-style: normal;
    font-weight: 700;
    src: url(../fonts/inter-v20-cyrillic-700.woff2) format("woff2")
}

img {
    display: block;
    max-width: 100%;
    height: auto
}

svg {
    overflow: hidden
}

.container {
    margin: 0 auto;
    width: 100%;
    padding-left: 15px;
    padding-right: 15px
}

.title {
    font-size: 40px;
    color: #fff;
    font-weight: 700;
    line-height: 1;
    text-transform: uppercase
}

.sub-title,
.sub-title--small {
    font-size: 22px;
    color: #fff;
    font-weight: 600;
    line-height: 1.1
}

.sub-title--small {
    line-height: 1.13
}

.text400 {
    font-weight: 400
}

.text500 {
    font-weight: 500
}

.text600 {
    font-weight: 600
}

.text700,
b {
    font-weight: 700
}

.text-nowrap {
    white-space: nowrap
}

.btn,
.btn::before {
    will-change: transform
}

.btn {
    cursor: pointer;
    text-transform: uppercase;
    width: 100%;
    margin: 0 auto;
    border-radius: 10px;
    border: 1px solid #559eee;
    padding: 14px 15px;
    font-size: 16px;
    font-weight: 600;
    color: #fff;
    background: -webkit-gradient(linear, left top, left bottom, from(#7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    position: relative;
    overflow: hidden;
    -webkit-transition: border-color .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease;
    transition: transform .3s ease, border-color .3s ease, box-shadow .3s ease, -webkit-transform .3s ease, -webkit-box-shadow .3s ease;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-animation: btnPulse 3s ease-in-out infinite;
    animation: btnPulse 3s ease-in-out infinite
}

.btn:hover {
    -webkit-transform: translateY(-3px) scale(1.02);
    transform: translateY(-3px) scale(1.02);
    border-color: #8cc3ff;
    -webkit-box-shadow: 0 10px 25px rgba(43, 110, 255, .741), 0 0 12px rgba(64, 153, 255, .609);
    box-shadow: 0 10px 25px rgba(43, 110, 255, .741), 0 0 12px rgba(64, 153, 255, .609)
}

.btn::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(120deg, transparent 30%, rgba(255, 255, 255, .35), transparent 70%);
    -webkit-transform: translateX(-250%) skewX(-20deg);
    transform: translateX(-250%) skewX(-20deg)
}

.btn:hover::before {
    -webkit-animation: shine 1.5s ease;
    animation: shine 1.5s ease
}

.decor {
    position: absolute;
    pointer-events: none;
    will-change: filter, opacity, transform;
    -webkit-animation: lightning 8s infinite;
    animation: lightning 8s infinite;
    mix-blend-mode: screen;
    z-index: -1
}

.decor--left {
    -webkit-animation-duration: 7.4s;
    animation-duration: 7.4s;
    -webkit-animation-delay: 1.2s;
    animation-delay: 1.2s;
    top: 0;
    left: -20%;
    display: none
}

.decor--right {
    -webkit-animation-duration: 9.1s;
    animation-duration: 9.1s;
    -webkit-animation-delay: 4.7s;
    animation-delay: 4.7s;
    top: 0;
    right: -100px;
    max-width: 369px
}

.decor-center {
    display: none
}

.energy,
.energy__block {
    position: absolute
}

.energy__block {
    width: 189px;
    height: 252px
}

.energy__scene,
.energy__scene * {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.energy__scene {
    position: relative;
    width: 100%;
    height: 100%;
    -webkit-perspective: 200px;
    perspective: 200px
}

.energy__scene * {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.energy__circle--big,
.energy__circle--small {
    position: absolute;
    top: 50%;
    left: 50%;
    pointer-events: none;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.energy__circle--big {
    width: 183px;
    height: 183px;
    background: #036aee;
    -webkit-filter: blur(130px);
    filter: blur(130px);
    opacity: .75
}

.energy__circle--small {
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: .5px solid #8fd3ff;
    mix-blend-mode: color-dodge;
    -webkit-filter: blur(1px);
    filter: blur(1px)
}

.energy__core {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 95px;
    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;
    z-index: 2;
    pointer-events: none;
    will-change: transform;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.energy__core-img {
    width: 100%;
    height: auto;
    display: block;
    -webkit-filter: drop-shadow(0 0 10px rgba(0, 212, 255, .35)) drop-shadow(0 0 25px rgba(0, 212, 255, .25)) drop-shadow(0 0 45px rgba(0, 212, 255, .15));
    filter: drop-shadow(0 0 10px rgba(0, 212, 255, .35)) drop-shadow(0 0 25px rgba(0, 212, 255, .25)) drop-shadow(0 0 45px rgba(0, 212, 255, .15))
}

.energy__swards {
    position: absolute;
    inset: 0;
    z-index: 3;
    will-change: transform
}

.energy__sward {
    position: absolute;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    mix-blend-mode: hard-light;
    will-change: transform, opacity
}

.energy__sward--1 {
    top: 35px;
    right: 15px
}

.energy__sward--2 {
    top: 0;
    right: -5px
}

.energy__sward--3 {
    top: 80px;
    right: 2px
}

.energy__dot,
.energy__dots {
    position: absolute;
    will-change: transform
}

.energy__dots {
    inset: 0;
    z-index: 5
}

.energy__dot {
    width: 8px;
    height: 8px;
    opacity: .7;
    mix-blend-mode: screen;
    -webkit-filter: drop-shadow(0 0 8px rgba(0, 212, 255, .9));
    filter: drop-shadow(0 0 8px rgba(0, 212, 255, .9))
}

.energy__dot--1 {
    top: 25%;
    left: 20%
}

.energy__dot--2 {
    top: 32%;
    left: 68%
}

.energy__dot--3 {
    top: 45%;
    left: 25%
}

.energy__dot--4 {
    top: 42%;
    left: 75%
}

.energy__dot--5 {
    top: 55%;
    left: 15%
}

.energy__dot--6 {
    top: 65%;
    left: 65%
}

.energy__dot--7 {
    top: 78%;
    left: 30%
}

.energy__dot--8 {
    top: 72%;
    left: 60%
}

.energy__dot--9 {
    top: 18%;
    left: 50%
}

.energy__dot--10 {
    top: 50%;
    left: 82%
}

.energy__dot--11 {
    top: 80%;
    left: 45%
}

.energy__dot--1 {
    -webkit-animation-delay: 0s;
    animation-delay: 0s
}

.energy__dot--2 {
    -webkit-animation-delay: .5s;
    animation-delay: .5s
}

.energy__dot--3 {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.energy__dot--4 {
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s
}

.energy__dot--5 {
    -webkit-animation-delay: 2s;
    animation-delay: 2s
}

.energy__dot--6 {
    -webkit-animation-delay: 2.5s;
    animation-delay: 2.5s
}

.energy__dot--7 {
    -webkit-animation-delay: 3s;
    animation-delay: 3s
}

.energy__dot--8 {
    -webkit-animation-delay: 3.5s;
    animation-delay: 3.5s
}

.energy__dot--9 {
    -webkit-animation-delay: 4s;
    animation-delay: 4s
}

.energy__dot--10 {
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s
}

.energy__dot--11 {
    -webkit-animation-delay: 5s;
    animation-delay: 5s
}

.block {
    padding-top: 25px;
    padding-bottom: 25px
}

.promo {
    overflow: hidden;
    position: relative
}

.promo__wrapper {
    padding-top: 70px;
    position: relative
}

.promo__inner {
    margin-bottom: 30px
}

.promo__sub-title {
    letter-spacing: -.44px;
    text-transform: uppercase
}

.promo__sub-header,
.promo__title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.promo__title {
    -webkit-filter: blur(.2px);
    filter: blur(.2px);
    text-shadow: 0 0 13.333px rgba(61, 140, 255, .45);
    margin-bottom: 3px;
    letter-spacing: -.8px
}

.promo__sub-header {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 20px;
    letter-spacing: -.32px
}

.promo__text {
    font-size: 14px;
    font-weight: 300;
    letter-spacing: -.28px;
    line-height: 1.4;
    width: 56%;
    margin-bottom: 28px
}

.promo__list {
    width: 155px
}

.promo__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 11px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.promo__item:not(:last-of-type) {
    margin-bottom: 21px
}

.promo__item-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border: 1px solid transparent;
    border-radius: 50%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#7ab8ff), color-stop(#2b6fff), to(#3f91ff)) border-box;
    background: linear-gradient(#101010, #101010) padding-box, linear-gradient(180deg, #7ab8ff, #2b6fff, #3f91ff) border-box;
    width: 32px;
    height: 32px;
    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: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-shadow: 0 0 5px 0 rgba(143, 211, 255, .25) inset, 0 0 18px 0 rgba(43, 111, 255, .2), 0 0 8px 0 rgba(77, 140, 255, .45);
    box-shadow: 0 0 5px 0 rgba(143, 211, 255, .25) inset, 0 0 18px 0 rgba(43, 111, 255, .2), 0 0 8px 0 rgba(77, 140, 255, .45)
}

.promo__item-img {
    width: 23px
}

.promo__item-text {
    font-size: 14px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -.28px
}

.promo__product-inner {
    position: relative;
    padding-bottom: 45px
}

.promo__product {
    width: 216px;
    margin: 0 auto;
    position: relative;
    z-index: 1
}

.promo__shadow,
.promo__stone {
    position: absolute;
    bottom: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 437px
}

.promo__shadow {
    -webkit-transform: translateX(-55%);
    transform: translateX(-55%);
    max-width: 518px
}

.promo__hero-inner {
    position: absolute;
    width: 375px;
    top: 16%;
    right: calc(50% - 290px);
    z-index: -1
}

.nav__link:hover::before,
.promo__hero-img {
    width: 100%
}

.promo .energy__core {
    display: none
}

.promo__energy {
    top: 34%;
    right: 47%
}

.header,
.overlay {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index: 15
}

.overlay {
    opacity: 0;
    right: 0;
    bottom: 0;
    height: 100%;
    background: rgba(0, 0, 0, .5);
    -webkit-transition: all .3s;
    transition: all .3s;
    pointer-events: none
}

.overlay.active {
    opacity: 1;
    pointer-events: visible
}

.header {
    padding: 15px;
    -webkit-backdrop-filter: blur(7px);
    backdrop-filter: blur(7px);
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease
}

.header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__logo {
    display: block;
    width: 108px
}

.nav__btn {
    display: none
}

.burger {
    cursor: pointer
}

.header__item {
    display: none
}

.burger__line {
    width: 26px;
    height: 4px;
    display: block;
    margin-bottom: 5px;
    background: #fff;
    border-radius: 10px
}

.burger__line:nth-child(even) {
    width: 18px;
    margin-left: auto
}

.burger__line:last-of-type {
    margin-bottom: 0
}

.nav {
    max-width: 320px;
    width: 100%;
    padding: 10px 29px 52px;
    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: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    -webkit-transition: all .5s;
    transition: all .5s;
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    height: 100vh;
    z-index: 20;
    background: #01050e
}

.nav.menu-open {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.nav__burger {
    width: 26px;
    height: 26px;
    cursor: pointer;
    position: relative;
    margin-left: auto
}

.nav-burger__line {
    background: #fff;
    width: 26px;
    height: 2px;
    display: block;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 12px;
    left: 0;
    border-radius: 10px
}

.nav-burger__line:last-child {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.nav__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.nav__inner,
.nav__list {
    margin-bottom: 20px
}

.nav__item:not(:last-of-type) {
    margin-bottom: 50px
}

.header__btn,
.nav__link {
    color: #fff;
    font-weight: 700;
    position: relative
}

.nav__link,
.nav__link:before {
    -webkit-transition: .3s;
    transition: .3s
}

.nav__link {
    font-family: "Inter", Arial, Helvetica, sans-serif;
    font-size: 18px
}

.nav__link:before {
    position: absolute;
    content: "";
    width: 0;
    height: 2px;
    background: #fff;
    bottom: -2px
}

.header__btn {
    border: 1px solid transparent;
    border-radius: 100px;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#7ab8ff), color-stop(#2b6fff), to(#3f91ff)) border-box;
    background: linear-gradient(#101010, #101010) padding-box, linear-gradient(180deg, #7ab8ff, #2b6fff, #3f91ff) border-box;
    font-size: 16px;
    padding: 10px 20px;
    -webkit-transition: .5s;
    transition: .5s;
    cursor: pointer;
    overflow: hidden
}

.header__btn::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    background: -webkit-gradient(linear, left top, left bottom, from(#7ab8ff), color-stop(#2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff, #2b6fff, #3f91ff);
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    transition: opacity .4s ease;
    z-index: -1
}

.header__btn:hover::after {
    opacity: 1
}

.header__btn:hover {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
    border-color: #101010
}

.order__discount--desk {
    display: none
}

.order__price-inner {
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(122, 184, 255, .2)), color-stop(70.19%, rgba(43, 111, 255, .2)), to(rgba(63, 145, 255, .2)));
    background: linear-gradient(180deg, rgba(122, 184, 255, .2) 0, rgba(43, 111, 255, .2) 70.19%, rgba(63, 145, 255, .2) 100%);
    margin-bottom: 13px;
    padding: 10px 15px;
    margin-left: -15px;
    margin-right: -15px
}

.order__price.price {
    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: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.price-box {
    padding-right: 10px;
    margin-right: 10px;
    border-right: 1px solid rgba(255, 255, 255, .5);
    font-weight: 400
}

.price-box--new {
    font-weight: 700
}

.price__value {
    font-size: 29px
}

.price__currency {
    font-size: 14px
}

.price-box__old {
    position: relative
}

.price-box__old:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: #ff4848;
    -webkit-transform: rotate(-14deg);
    transform: rotate(-14deg);
    bottom: 50%
}

.price-box__old .price__value {
    font-size: 22px
}

.order__discount-value {
    font-weight: 700;
    font-size: 31px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -webkit-animation: discountPulse 2.5s ease-in-out infinite;
    animation: discountPulse 2.5s ease-in-out infinite
}

.timer {
    margin-bottom: 14px;
    text-align: center
}

.timer__title {
    font-size: 14px;
    line-height: 1.4;
    text-transform: uppercase
}

.points {
    color: #fff;
    font-size: 21px;
    line-height: .9
}

.form__inputs {
    margin-bottom: 15px
}

.form__input-wrap {
    margin-bottom: 9px;
    position: relative;
    display: block
}

.form__input-wrap:last-of-type {
    margin-bottom: 0
}

.form__input {
    width: 100%;
    text-align: left;
    height: 48px;
    padding: 0 12px;
    border-radius: 10px;
    border: 1px solid #78b1e1;
    background: rgba(255, 255, 255, .05);
    font-size: 14px;
    font-family: "Inter", Arial, Helvetica, sans-serif;
    color: #fff
}

.form__label {
    padding-left: 25px;
    font-size: 14px;
    position: absolute;
    top: 50%;
    left: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    pointer-events: none;
    line-height: 1;
    color: #fff;
    -webkit-transition: .3s;
    transition: .3s
}

.form__label:before {
    content: "";
    width: 13px;
    height: 16px;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    background-image: url(../img/user_icon.svg);
    background-repeat: no-repeat;
    background-position: 0 50%;
    background-size: contain
}

.form__label--phone:before {
    background-image: url(../img/phone_icon.svg)
}

.form__btn {
    margin-bottom: 12px
}

.form__note {
    display: block;
    padding-left: 25px;
    font-size: 14px;
    position: relative;
    text-align: center;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
    margin: 0 auto;
    font-weight: 400
}

.form__note:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    width: 15px;
    height: 15px;
    background-image: url(../img/protect_icon.svg);
    background-repeat: no-repeat;
    background-size: contain
}

.form__input:focus+.form__label,
.form__input:valid+.form__label {
    opacity: 0;
    top: -50%
}

.problems {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover;
    position: relative;
    overflow: hidden
}

.problems__wrapper {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

.problems__subtitle,
.problems__title {
    margin-bottom: 17px;
    line-height: 1.4;
    letter-spacing: -.28px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 14px;
    width: 290px
}

.problems__title {
    font-size: 33px;
    line-height: 1.06;
    letter-spacing: -.66px;
    margin-bottom: 28px;
    width: 270px
}

.problems__title .accent-text {
    background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(0, #f33e39), color-stop(56%, #e51d23), to(#920309));
    background: linear-gradient(0, #f33e39 0, #e51d23 56%, #920309 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 22px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list__item:not(:last-of-type) {
    margin-bottom: 16px
}

.list__items-icon {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 65px;
    height: 65px;
    background: #08101f;
    border: 1px solid transparent;
    border-radius: 50%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#f33e39), color-stop(#e51d23), to(#920309)) border-box;
    background: linear-gradient(#101010, #101010) padding-box, linear-gradient(180deg, #f33e39, #e51d23, #920309) border-box;
    -webkit-box-shadow: 0 0 16px 0 #eb2c2d inset, 0 0 53px 0 rgba(235, 43, 44, .5);
    box-shadow: 0 0 16px 0 #eb2c2d inset, 0 0 53px 0 rgba(235, 43, 44, .5);
    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: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.list__item-img {
    width: 80%
}

.list__item-text {
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.32px
}

.stagger-item {
    opacity: 0;
    -webkit-transition: opacity .8s ease;
    transition: opacity .8s ease
}

.stagger-item.show {
    opacity: 1
}

.problems__energy {
    top: -1%;
    right: 30%
}

.no-webp .problems {
    background-image: url(../img/bg.jpg)
}

.webp .problems {
    background-image: url(../img/bg.webp)
}

.about {
    position: relative;
    overflow: hidden
}

.about__wrapper {
    position: relative;
    padding-top: 36px;
    padding-bottom: 0
}

.about__inner {
    padding-bottom: 340px
}

.about__title {
    margin-bottom: 13px;
    font-size: 33px;
    letter-spacing: -.8px;
    line-height: 1
}

.about__title span,
.how-work__title span {
    text-shadow: 0 0 30px rgba(61, 140, 255, .45);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.about__subtitle {
    text-transform: uppercase;
    letter-spacing: -.44px;
    margin-bottom: 25px
}

.about__text {
    font-size: 14px;
    letter-spacing: -.28px;
    line-height: 1.42
}

.about__btn {
    display: none
}

.about__hero-inner {
    position: absolute;
    bottom: 70px;
    left: calc(50% - 140px);
    pointer-events: none;
    width: 480px
}

.about__hero-inner::before {
    content: "";
    position: absolute;
    width: 4px;
    height: 200px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #dff5ff), color-stop(30%, #8ed8ff), color-stop(70%, #0090ff), to(#07a6ff));
    background: linear-gradient(180deg, #dff5ff 0, #8ed8ff 30%, #0090ff 70%, #07a6ff 100%);
    top: 57px;
    left: 90px;
    -webkit-transform: rotate(-1.5deg);
    transform: rotate(-1.5deg);
    -webkit-filter: blur(1.6px);
    filter: blur(1.6px);
    border-radius: 30px 30px 0 0;
    -webkit-animation: saberGlow 2.4s ease-in-out infinite;
    animation: saberGlow 2.4s ease-in-out infinite
}

.about__hero-img {
    width: 100%;
    max-width: none
}

.about__decor--left {
    display: block;
    width: 489px;
    max-width: none;
    left: -70%
}

.about__decor--right,
.about__energy {
    display: none
}

.how-work {
    position: relative;
    overflow: hidden
}

.how-work__wrapper {
    padding-top: 35px;
    padding-bottom: 35px
}

.how-work__title-inner {
    margin-bottom: 12px
}

.how-work__title {
    font-size: 32px;
    letter-spacing: -.66px;
    line-height: .9
}

.how-work__subtitle {
    line-height: .9;
    letter-spacing: -.44px;
    text-transform: uppercase;
    margin-bottom: 35px
}

.how-work__list {
    margin-bottom: 25px
}

.how-work__items:not(:last-of-type) {
    margin-bottom: 25px
}

.how-work__item-icon {
    border: 1px solid transparent;
    border-radius: 50%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#7ab8ff), color-stop(#2b6fff), to(#3f91ff)) border-box;
    background: linear-gradient(#101010, #101010) padding-box, linear-gradient(180deg, #7ab8ff, #2b6fff, #3f91ff) border-box;
    -webkit-box-shadow: 0 0 10px 0 rgba(143, 211, 255, .25) inset, 0 0 35px 0 rgba(43, 111, 255, .2), 0 0 15px 0 rgba(77, 140, 255, .45);
    box-shadow: 0 0 10px 0 rgba(143, 211, 255, .25) inset, 0 0 35px 0 rgba(43, 111, 255, .2), 0 0 15px 0 rgba(77, 140, 255, .45)
}

.how-work__item-title {
    font-size: 16px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.32px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 4px
}

.how-work__item-text {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.24px
}

.how-work__img {
    width: 215px;
    margin: 0 auto 25px
}

.lightning {
    position: absolute;
    will-change: filter, opacity, transform;
    -webkit-animation: lightning 8s infinite;
    animation: lightning 8s infinite;
    mix-blend-mode: screen;
    z-index: -1;
    width: 480px;
    max-width: none;
    bottom: 29px;
    right: calc(50% - 303px)
}

.info {
    position: relative;
    overflow: hidden
}

.info__wrapper {
    padding-top: 40px;
    padding-bottom: 40px
}

.info__subtitle,
.info__title {
    text-align: center;
    text-transform: uppercase
}

.info__title {
    font-size: 27px;
    letter-spacing: -.66px;
    margin-bottom: 5px;
    line-height: normal
}

.info__subtitle {
    margin-bottom: 14px
}

.info__inner-right .info__inner-subtitle,
.info__sub-header,
.info__title span {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.info__sub-header {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.36px;
    margin-bottom: 40px;
    text-align: center
}

.info__inner-left {
    margin-bottom: 48px
}

.info__inner-right .info__inner-subtitle {
    text-shadow: 0 0 53.333px rgba(43, 111, 255, .2), 0 0 24px rgba(77, 140, 255, .45)
}

.info__inner-right .info__item-icon {
    -webkit-box-shadow: 0 0 10px 0 rgba(143, 211, 255, .25) inset, 0 0 36px 0 rgba(43, 111, 255, .2), 0 0 16px 0 rgba(77, 140, 255, .45);
    box-shadow: 0 0 10px 0 rgba(143, 211, 255, .25) inset, 0 0 36px 0 rgba(43, 111, 255, .2), 0 0 16px 0 rgba(77, 140, 255, .45);
    border: 1px solid transparent;
    border-radius: 50%;
    will-change: transform;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background: -webkit-gradient(linear, left top, left bottom, from(#101010), to(#101010)) padding-box, -webkit-gradient(linear, left top, left bottom, from(#7ab8ff), color-stop(#2b6fff), to(#3f91ff)) border-box;
    background: linear-gradient(#101010, #101010) padding-box, linear-gradient(180deg, #7ab8ff, #2b6fff, #3f91ff) border-box
}

.info__inner-right .info__item-title {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.info__items {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.info__items:not(:last-of-type) {
    margin-bottom: 20px
}

.info__inner-subtitle {
    font-size: 25px;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 11px;
    letter-spacing: -.5px
}

.info__inner-subtitle--desk {
    display: none
}

.info__battery {
    width: 290px;
    margin: 0 auto 18px
}

.info__battery-img {
    position: relative
}

.info__battery-img.show::before {
    -webkit-animation: batteryGradientShow 2s ease forwards;
    animation: batteryGradientShow 2s ease forwards
}

.info__battery-img::before {
    position: absolute;
    content: "";
    width: 225px;
    height: 68px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 28px;
    background: url(../img/low_section-mob.png) no-repeat left top -2px/30px 75px;
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0)
}

.info__battery-img--low.show {
    -webkit-animation: batteryBlink 3.5s ease-in-out infinite;
    animation: batteryBlink 3.5s ease-in-out infinite
}

.info__battery-img--full.show::after {
    -webkit-animation: batteryShining 3.5s ease-in-out infinite;
    animation: batteryShining 3.5s ease-in-out infinite;
    width: 180px
}

.info__battery-img--full::before {
    background: url(../img/full_section-mob.jpg) left top -1px/30px 72px
}

.info__battery-img--full::after {
    position: absolute;
    content: "";
    width: 0;
    height: 60px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 50px;
    background: 0 0;
    z-index: -1;
    -webkit-transition: width 1s .5s;
    transition: width 1s .5s
}

.info__img {
    width: 100%
}

.info__battery-value {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    font-size: 33px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.66px;
    white-space: nowrap
}

.info__battery-value--low,
.info__item-title {
    background: -webkit-gradient(linear, left top, right top, color-stop(2%, #f33e39), color-stop(52%, #e51d23), color-stop(93%, #920309));
    background: linear-gradient(90deg, #f33e39 2%, #e51d23 52%, #920309 93%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.info__item-title {
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: -.36px;
    margin-bottom: 11px
}

.info__item-text {
    font-size: 14px;
    font-weight: 300;
    line-height: 1.42;
    letter-spacing: -.28px
}

.info__decor--left {
    display: block;
    bottom: 0;
    top: auto;
    width: 370px;
    max-width: none;
    left: -230px
}

.info__decor--right {
    width: 370px;
    max-width: none;
    right: -200px;
    top: 50px
}

.composition {
    position: relative;
    overflow: hidden
}

.composition__wrapper {
    padding-top: 46px;
    padding-bottom: 46px
}

.composition__title {
    font-size: 33px;
    text-align: center;
    line-height: 1.06;
    letter-spacing: -.66px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 10px
}

.composition__subtitle {
    text-align: center;
    font-weight: 700;
    letter-spacing: -.44px;
    line-height: 1.2;
    text-transform: uppercase;
    margin-bottom: 32px
}

.composition__list {
    margin-bottom: 34px
}

.composition__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 23px;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.composition__item:not(:last-of-type) {
    margin-bottom: 30px
}

.composition__item-img-inner {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 66px;
    height: 66px;
    overflow: hidden;
    background: #010003;
    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: 0;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    border: 1px solid #3f91ff;
    border-radius: 50%;
    -webkit-box-shadow: 0 0 24px rgba(77, 140, 255, .45), 0 0 53px rgba(43, 111, 255, .2);
    box-shadow: 0 0 24px rgba(77, 140, 255, .45), 0 0 53px rgba(43, 111, 255, .2)
}

.composition__img {
    width: 90%;
    margin: 0 auto
}

.composition__inner-header {
    font-size: 18px;
    font-weight: 600;
    line-height: normal;
    letter-spacing: -.36px;
    margin-bottom: 5px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.composition__inner-text {
    font-size: 14px;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -.28px
}

.composition__decor {
    bottom: 0;
    left: calc(50% - 240px);
    right: auto
}

.reviews {
    background-repeat: no-repeat;
    background-position: center right;
    background-size: cover
}

.reviews__wrapper {
    padding-top: 43px;
    padding-bottom: 43px
}

.reviews__header,
.reviews__title {
    margin-bottom: 25px
}

.reviews__title {
    font-size: 33px;
    line-height: 1.06;
    letter-spacing: -.66px;
    text-transform: uppercase;
    text-align: center
}

.reviews__title span {
    display: block;
    font-size: 16px;
    line-height: 1.5;
    text-transform: none
}

.reviews__inner {
    margin-bottom: 21px
}

.reviews__item {
    margin: 0 auto;
    -webkit-filter: drop-shadow(0 0 23.961px rgba(61, 140, 255, .45));
    filter: drop-shadow(0 0 23.961px rgba(61, 140, 255, .45));
    background: rgba(1, 5, 14, .6);
    border: 1px solid #559eee;
    border-radius: 30px;
    padding: 20px 18px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: opacity .4s ease, -webkit-transform .4s ease;
    transition: opacity .4s ease, transform .4s ease;
    transition: opacity .4s ease, transform .4s ease, -webkit-transform .4s ease;
    display: none
}

.reviews__item.is-visible {
    display: block
}

.reviews__item.is-show {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.reviews__item:not(:last-of-type) {
    margin-bottom: 20px
}

.reviews__item-headeer,
.reviews__item-name-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.reviews__item-headeer {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 21px;
    margin-bottom: 17px
}

.reviews__item-name-inner {
    width: 67px;
    height: 67px;
    background: #08101f;
    border: 1.5px solid #7ab8ff;
    -webkit-box-shadow: 0 0 14px 0 rgba(143, 211, 255, .25) inset;
    box-shadow: 0 0 14px 0 rgba(143, 211, 255, .25) inset;
    -webkit-filter: drop-shadow(0 0 10px rgba(77, 140, 255, .45)) drop-shadow(0 0 15px rgba(43, 111, 255, .2));
    filter: drop-shadow(0 0 10px rgba(77, 140, 255, .45)) drop-shadow(0 0 15px rgba(43, 111, 255, .2));
    border-radius: 50%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 0
}

.reviews__item-name-icon {
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-size: 25px;
    font-weight: 900
}

.reviews__item-raiting {
    font-size: 0
}

.reviews__item-raiting .raiting__title {
    font-size: 18px;
    font-weight: 600;
    letter-spacing: .36px;
    margin-bottom: 11px;
    text-align: left
}

.reviews__item-raiting .raiting__star {
    width: 19px;
    height: 19px;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    vertical-align: middle;
    margin-right: 2px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.reviews__item-raiting .raiting__star--opacity {
    opacity: .4
}

.reviews__item-raiting .raiting__value {
    font-size: 18px;
    vertical-align: middle
}

.reviews__item-text-inner {
    margin-bottom: 15px
}

.reviews__item-text {
    line-height: 1.38;
    letter-spacing: -.28px
}

.reviews__item-text.show {
    -webkit-line-clamp: unset
}

.reviews__btn-more {
    display: none
}

.reviews__btn-more:hover {
    -webkit-transform: translateY(2px);
    transform: translateY(2px);
    text-decoration: none
}

.reviews__btn {
    width: 240px;
    font-size: 14px;
    margin: 0 auto;
    cursor: pointer;
    z-index: 0
}

.reviews__btn.loading-btn {
    background-image: linear-gradient(-45deg, rgba(255, 255, 255, 0) 0, rgba(255, 255, 255, 0) 33%, rgba(255, 255, 255, .15) 33%, rgba(255, 255, 255, .15) 66%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
    background-repeat: repeat-x;
    background-size: 90px;
    background-position: 10px 0;
    background-color: transparent !important;
    -webkit-animation: loading-bg 3s infinite linear;
    animation: loading-bg 3s infinite linear;
    pointer-events: none
}

.raiting__inner,
.raiting__star {
    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;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap
}

.raiting__inner {
    margin-bottom: 9px;
    gap: 4px
}

.raiting__star {
    width: 28px;
    height: 28px;
    background: -webkit-gradient(linear, left top, left bottom, from(#7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    gap: 0
}

.raiting__star img {
    width: 80%;
    height: 80%
}

.raiting__star--half {
    background: -webkit-gradient(linear, left top, right top, from(#7ab8ff), color-stop(50.19%, #2b6fff), color-stop(70%, #3f91ff), color-stop(70%, #fff));
    background: linear-gradient(90deg, #7ab8ff 0, #2b6fff 50.19%, #3f91ff 70%, #fff 70%)
}

.raiting__value {
    font-size: 33px;
    font-weight: 600;
    margin-left: 13px;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
    background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.raiting__title {
    text-align: center
}

.no-webp .reviews {
    background-image: url(../img/bg.jpg)
}

.webp .reviews {
    background-image: url(../img/bg.webp)
}

.promo__bottom {
    position: relative
}

.promo__bottom .promo__wrapper {
    padding-top: 45px;
    padding-bottom: 0
}

.promo__bottom .promo__hero-inner {
    top: 23%
}

.promo__bottom .promo__energy {
    top: 35%
}

.footer {
    padding: 25px 15px;
    text-align: center
}

.footer__text {
    font-size: 16px
}

.footer159 {
    background: #01050e !important
}

.footer159 .footer159__asterisk159,
.footer159__slot159 {
    color: #ccc !important
}

.ever-popup__inner {
    padding-left: 15px;
    padding-right: 15px;
    max-width: 370px;
    width: 100% !important
}

.ever-popup__inner .ever-popup__close {
    width: 22px;
    height: 22px;
    top: 5px;
    right: 25px
}

.ever-popup__inner .ever-popup__close::after,
.ever-popup__inner .ever-popup__close::before {
    width: 26px;
    height: 2px;
    background: #fff;
    top: 10px;
    right: -2px
}

.my-popup-block {
    border-radius: 30px;
    background: rgba(1, 5, 14, .7);
    -webkit-backdrop-filter: blur(1px);
    backdrop-filter: blur(1px);
    -webkit-filter: drop-shadow(0 0 27.273px rgba(61, 140, 255, .45));
    filter: drop-shadow(0 0 27.273px rgba(61, 140, 255, .45));
    padding: 25px 15px;
    border: 1px solid #559eee
}

.my-popup-block .my-popup__left {
    display: none
}

.my-popup-block .order__discount-value {
    font-size: 26px
}

.my-popup-block .price__value {
    font-size: 24px
}

.my-popup-block .price-box__old .price__value {
    font-size: 18px
}

.nowrap {
    white-space: nowrap;
}

@media screen and (min-width:375px) {

    .about__text,
    .composition__inner-text,
    .form__input,
    .form__label,
    .form__note,
    .info__item-text,
    .price__currency,
    .problems__subtitle,
    .promo__item-text,
    .promo__text,
    .timer__title {
        font-size: 16px
    }
}

@media screen and (min-width:480px) {
    .container {
        width: 480px
    }

    .title {
        font-size: 45px
    }

    .sub-title {
        font-size: 28px
    }

    .sub-title--small {
        font-size: 26px
    }

    .decor--right {
        right: -50px
    }

    .energy__block {
        width: 200px;
        height: 270px
    }

    .energy__circle--big {
        width: 200px;
        height: 200px
    }

    .energy__circle--small {
        width: 90px;
        height: 90px
    }

    .energy__core {
        width: 110px
    }

    .energy__sward--2 {
        right: 4px;
        top: -30px
    }

    .energy__dot {
        width: 9px;
        height: 9px
    }

    .block {
        padding-top: 30px;
        padding-bottom: 30px
    }

    .promo__wrapper {
        padding-top: 80px
    }

    .promo__sub-header {
        font-size: 17px
    }

    .promo__item-icon {
        width: 35px;
        height: 35px
    }

    .promo__item-img {
        width: 25px
    }

    .promo__product {
        width: 240px
    }

    .promo__energy {
        right: 35%
    }

    .nav {
        padding: 60px 25px 54px
    }

    .header__logo {
        width: 153px
    }

    .price-box {
        padding-right: 15px;
        margin-right: 15px
    }

    .price__value {
        font-size: 32px
    }

    .order__discount-value {
        font-size: 42px
    }

    .points,
    .price-box__old .price__value {
        font-size: 24px
    }

    .form__inputs {
        margin-bottom: 18px
    }

    .form__input-wrap {
        margin-bottom: 11px
    }

    .form__input {
        height: 48px
    }

    .form__btn {
        margin-bottom: 14px
    }

    .form__note:before {
        width: 16px;
        height: 16px
    }

    .problems__wrapper {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .problems__subtitle {
        font-size: 17px;
        width: 80%
    }

    .problems__title {
        width: 60%;
        font-size: 33px
    }

    .list__item {
        gap: 25px
    }

    .list__item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .list__items-icon {
        width: 70px;
        height: 70px
    }

    .list__item-text {
        font-size: 17px
    }

    .problems__energy {
        top: 3%;
        right: 36%
    }

    .about__wrapper {
        padding-top: 36px;
        padding-bottom: 0
    }

    .about__hero-inner {
        bottom: 90px;
        left: calc(50% - 150px)
    }

    .about__decor--left {
        left: -50%
    }

    .how-work__wrapper {
        padding-top: 35px;
        padding-bottom: 35px
    }

    .how-work__title-inner {
        margin-bottom: 15px
    }

    .how-work__items:not(:last-of-type) {
        margin-bottom: 25px
    }

    .how-work__item-title {
        font-size: 17px;
        margin-bottom: 5px
    }

    .how-work__item-text {
        font-size: 15px
    }

    .info__wrapper {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .info__title {
        margin-bottom: 0
    }

    .info__sub-header {
        font-size: 19px
    }

    .info__inner-subtitle,
    .info__item-title {
        margin-bottom: 15px
    }

    .info__item-title {
        font-size: 19px
    }

    .info__decor--right {
        right: -200px
    }

    .composition__wrapper {
        padding-top: 46px;
        padding-bottom: 46px
    }

    .composition__list,
    .composition__subtitle {
        margin-bottom: 35px
    }

    .composition__item-img-inner {
        width: 75px;
        height: 75px
    }

    .composition__inner-header {
        font-size: 19px
    }

    .reviews__wrapper {
        padding-top: 43px;
        padding-bottom: 43px
    }

    .reviews__header {
        margin-bottom: 30px
    }

    .reviews__title {
        font-size: 33px
    }

    .reviews__inner {
        margin-bottom: 25px
    }

    .reviews__item {
        padding: 23px 21px 30px
    }

    .reviews__item:not(:last-of-type) {
        margin-bottom: 23px
    }

    .reviews__item-headeer {
        margin-bottom: 20px
    }

    .reviews__item-name-inner {
        width: 70px;
        height: 70px
    }

    .reviews__item-name-icon {
        font-size: 26px
    }

    .reviews__item-raiting .raiting__title {
        font-size: 19px
    }

    .reviews__item-raiting .raiting__star {
        width: 20px;
        height: 20px
    }

    .reviews__item-raiting .raiting__value {
        font-size: 19px
    }

    .reviews__item-text-inner {
        margin-bottom: 20px
    }

    .raiting__inner {
        margin-bottom: 11px
    }

    .raiting__title {
        font-size: 17px
    }

    .raiting__star {
        width: 30px;
        height: 30px
    }

    .raiting__value {
        font-size: 35px
    }

    .my-popup-block .order__discount-value {
        font-size: 30px
    }

    .my-popup-block .price__value {
        font-size: 28px
    }

    .my-popup-block .price-box__old .price__value {
        font-size: 21px
    }
}

@media screen and (min-width:640px) {
    .container {
        width: 640px
    }

    .title {
        font-size: 50px
    }

    .sub-title {
        font-size: 34px
    }

    .sub-title--small {
        font-size: 30px
    }

    .btn {
        width: 290px
    }

    .decor--left {
        display: block;
        top: auto;
        bottom: 0;
        left: -300px
    }

    .decor--right {
        max-width: 449px
    }

    .energy__block {
        width: 220px;
        height: 310px
    }

    .energy__circle--big {
        width: 220px;
        height: 220px
    }

    .energy__circle--small {
        width: 100px;
        height: 100px
    }

    .energy__core {
        width: 120px
    }

    .energy__sward--1 {
        top: 45px;
        right: 10px
    }

    .energy__sward--2 {
        top: -10px
    }

    .energy__sward--3 {
        top: 105px
    }

    .energy__dot {
        width: 10px;
        height: 10px
    }

    .promo__wrapper {
        padding-top: 90px
    }

    .promo__title {
        margin-bottom: 5px
    }

    .promo__sub-header {
        font-size: 18px;
        width: 50%
    }

    .promo__list {
        width: 240px
    }

    .promo__item {
        gap: 14px
    }

    .promo__item-icon {
        width: 40px;
        height: 40px
    }

    .promo__item-img {
        width: 30px
    }

    .promo__stone {
        width: 100%
    }

    .promo__hero-inner {
        top: 18%
    }

    .nav {
        padding: 60px 40px 60px 45px
    }

    .form__input-wrap {
        width: 290px;
        margin-left: auto;
        margin-right: auto
    }

    .problems__subtitle {
        font-size: 18px;
        width: 100%
    }

    .problems__title {
        margin-bottom: 30px;
        width: 50%
    }

    .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .list__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%
    }

    .list__item:not(:last-of-type) {
        margin-bottom: 0
    }

    .problems__energy {
        top: 5%
    }

    .about__inner {
        padding-bottom: 0;
        width: 65%;
        margin-bottom: 30px
    }

    .about__text {
        margin-bottom: 25px
    }

    .about__btn {
        display: block;
        margin: 0
    }

    .about__hero-inner {
        left: auto;
        right: -37%;
        bottom: 58px
    }

    .about__product-inner {
        right: -30%;
        margin-top: -100px
    }

    .about__decor--left {
        left: -340px
    }

    .how-work__list {
        margin-bottom: 30px
    }

    .how-work__items {
        gap: 22px
    }

    .lightning {
        width: 550px;
        bottom: 22px;
        right: calc(50% - 343px)
    }

    .info__subtitle {
        margin-bottom: 15px
    }

    .info__sub-header {
        font-size: 20px
    }

    .info__inner-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .info__inner {
        width: 48%
    }

    .info__inner-left {
        margin-bottom: 0
    }

    .info__list {
        display: block
    }

    .info__items:not(:last-of-type) {
        margin-bottom: 25px
    }

    .info__inner-subtitle {
        margin-bottom: 20px
    }

    .info__img {
        min-height: 99px
    }

    .info__item-title {
        font-size: 20px
    }

    .info__decor--left {
        left: -300px;
        width: 489px
    }

    .info__decor--right {
        width: 531px;
        top: 0
    }

    .composition__subtitle {
        margin-bottom: 40px
    }

    .composition__list {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        gap: 30px 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .composition__item {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 65%;
        flex: 0 1 65%
    }

    .composition__item:not(:last-of-type) {
        margin-bottom: 0;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 48%;
        flex: 0 1 48%
    }

    .composition__item-img-inner {
        width: 80px;
        height: 80px
    }

    .composition__inner-header,
    .reviews__item-raiting .raiting__title {
        font-size: 20px
    }

    .composition__decor {
        bottom: 0;
        right: auto;
        left: calc(50% - 275px)
    }

    .reviews__header {
        margin-bottom: 35px
    }

    .reviews__item-name-inner {
        width: 75px;
        height: 75px
    }

    .reviews__item-name-icon {
        font-size: 27px
    }

    .reviews__item-raiting .raiting__star {
        width: 21px;
        height: 21px
    }

    .reviews__item-raiting .raiting__value {
        font-size: 20px
    }

    .reviews__item-text-inner {
        margin-bottom: 22px
    }

    .raiting__inner {
        margin-bottom: 13px
    }

    .raiting__title {
        font-size: 18px
    }

    .raiting__star {
        width: 32px;
        height: 32px
    }

    .raiting__value {
        font-size: 37px
    }

    .promo__bottom .promo__hero-inner {
        top: 25%
    }

    .ever-popup__inner .ever-popup__close::after,
    .ever-popup__inner .ever-popup__close::before {
        top: 8px
    }
}

@media screen and (min-width:768px) {
    .container {
        width: 768px;
        padding-left: 25px;
        padding-right: 25px
    }

    .title {
        font-size: 60px
    }

    .sub-title {
        font-size: 40px
    }

    .sub-title--small {
        font-size: 34px
    }

    .decor--left {
        left: -360px
    }

    .decor--right {
        max-width: inherit;
        right: -120px
    }

    .decor-center {
        display: block;
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .promo__wrapper {
        padding-top: 100px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .promo__inner {
        margin-bottom: 0
    }

    .promo__title {
        margin-bottom: 10px
    }

    .promo__sub-header {
        font-size: 19px
    }

    .promo__text {
        font-size: 17px
    }

    .promo__list {
        width: 160px
    }

    .promo__item:not(:last-of-type) {
        margin-bottom: 25px
    }

    .promo__item-icon {
        width: 45px;
        height: 45px
    }

    .promo__item-img {
        width: 35px
    }

    .promo__item-text {
        position: relative;
        z-index: 1
    }

    .promo__product-inner {
        position: absolute;
        left: -10%;
        bottom: 0;
        width: 100%
    }

    .promo__product {
        width: 216px
    }

    .promo__hero-inner {
        right: auto;
        top: 23%;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .promo__energy {
        right: 55%;
        top: 48%
    }

    .header {
        padding-left: 25px;
        padding-right: 25px
    }

    .order__discount--desk {
        display: block;
        text-align: center;
        margin-bottom: 16px
    }

    .order__discount--mob {
        display: none
    }

    .order__inner {
        background: rgba(1, 5, 14, .7);
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        border: 1px solid #559eee;
        -webkit-filter: drop-shadow(0 0 27.273px rgba(61, 140, 255, .45));
        filter: drop-shadow(0 0 27.273px rgba(61, 140, 255, .45));
        padding: 15px;
        border-radius: 30px
    }

    .order__discount-text {
        font-size: 18px;
        text-transform: uppercase
    }

    .order__price-inner {
        margin-bottom: 15px
    }

    .price-box {
        padding-right: 30px;
        margin-right: 30px
    }

    .price-box--new {
        padding-right: 0;
        margin-right: 0;
        border: 0
    }

    .price__value {
        font-size: 34px
    }

    .price-box__old .price__value {
        font-size: 26px
    }

    .order__discount-value {
        font-size: 60px
    }

    .points {
        font-size: 26px;
        margin-top: -20px
    }

    .form__input-wrap {
        width: 100%
    }

    .form__note:before {
        width: 18px;
        height: 18px
    }

    .problems__inner {
        width: 80%;
        margin-left: auto
    }

    .problems__subtitle {
        font-size: 19px
    }

    .problems__title {
        width: 100%
    }

    .problems__energy {
        right: auto;
        top: 13%;
        left: calc(50% - 420px)
    }

    .about__wrapper {
        padding-bottom: 40px
    }

    .about__inner {
        width: 60%;
        margin-bottom: 0
    }

    .about__title {
        margin-bottom: 15px
    }

    .about__subtitle,
    .about__text {
        margin-bottom: 30px
    }

    .about__text {
        font-size: 17px
    }

    .about__hero-inner {
        right: -21%;
        bottom: 53px
    }

    .about__product-inner {
        position: absolute;
        margin-top: 0;
        left: auto
    }

    .about__decor--right {
        display: block
    }

    .about__decor-center {
        -webkit-transform: none;
        transform: none
    }

    .how-work__title-inner {
        margin-bottom: 20px
    }

    .how-work__subtitle {
        margin-bottom: 40px
    }

    .how-work__item-title {
        font-size: 18px;
        margin-bottom: 10px
    }

    .how-work__item-text {
        font-size: 16px
    }

    .lightning {
        width: 600px;
        bottom: 25px;
        right: calc(50% - 370px)
    }

    .info__subtitle {
        margin-bottom: 20px
    }

    .info__sub-header {
        font-size: 21px
    }

    .info__items:not(:last-of-type) {
        margin-bottom: 30px
    }

    .info__battery {
        margin-bottom: 20px
    }

    .info__item-title {
        font-size: 21px
    }

    .info__item-text {
        font-size: 19px;
    }

    .info__decor-center {
        z-index: -1
    }

    .composition__wrapper {
        padding-top: 46px;
        padding-bottom: 46px
    }

    .composition__list,
    .composition__subtitle {
        margin-bottom: 45px
    }

    .composition__item {
        display: block;
        text-align: center;
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%
    }

    .composition__item:not(:last-of-type) {
        -ms-flex-preferred-size: 31%;
        flex-basis: 31%
    }

    .composition__item:first-of-type .composition__inner-header,
    .composition__item:nth-child(3) .composition__inner-header {
        width: 75%;
        margin-left: auto;
        margin-right: auto
    }

    .composition__item-img-inner {
        width: 120px;
        height: 120px;
        margin: 0 auto 15px
    }

    .composition__decor {
        bottom: 0;
        right: auto;
        left: calc(50% - 300px)
    }

    .reviews__wrapper {
        padding-top: 45px;
        padding-bottom: 45px
    }

    .reviews__header {
        margin-bottom: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .reviews__title {
        text-align: left;
        margin-bottom: 0
    }

    .reviews__inner {
        margin-bottom: 30px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 24px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .reviews__item {
        width: 347px
    }

    .reviews__item:not(:last-of-type) {
        margin-bottom: 0
    }

    .reviews__item-name-inner {
        width: 77px;
        height: 77px
    }

    .reviews__item-name-icon {
        font-size: 28px
    }

    .reviews__item-raiting.raiting {
        display: block
    }

    .reviews__item-raiting .raiting__title {
        font-size: 21px
    }

    .reviews__item-raiting .raiting__star {
        width: 22px;
        height: 22px
    }

    .reviews__item-raiting .raiting__value {
        font-size: 21px
    }

    .reviews__item-text {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
        -webkit-transition: .3s;
        transition: .3s
    }

    .reviews__btn-more {
        display: block;
        cursor: pointer;
        font-size: 16px;
        font-weight: 600;
        letter-spacing: -.281px;
        text-decoration: underline;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #7ab8ff), color-stop(70.19%, #2b6fff), to(#3f91ff));
        background: linear-gradient(180deg, #7ab8ff 0, #2b6fff 70.19%, #3f91ff 100%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-transition: .3s;
        transition: .3s
    }

    .raiting {
        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: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 13px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .raiting__inner {
        margin-bottom: 0;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }

    .raiting__title {
        font-size: 19px
    }

    .raiting__star {
        width: 34px;
        height: 34px
    }

    .raiting__value {
        font-size: 39px
    }

    .promo__bottom .promo__wrapper {
        padding-bottom: 40px
    }

    .promo__bottom .promo__hero-inner {
        top: 19%
    }

    .promo__bottom .promo__energy {
        top: 43%
    }

    .ever-popup__inner {
        max-width: none;
        width: 700px !important
    }

    .my-popup-block {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        padding: 20px;
        position: relative;
        overflow: hidden;
        background: #01050e;
        -webkit-backdrop-filter: blur(1px);
        backdrop-filter: blur(1px);
        -webkit-filter: drop-shadow(0 0 27.273px rgba(61, 140, 255, .45));
        filter: drop-shadow(0 0 27.273px rgba(61, 140, 255, .45));
        border: 1px solid #559eee
    }

    .my-popup-block .promo__title {
        font-size: 40px
    }

    .my-popup-block .promo__sub-title {
        font-size: 30px
    }

    .my-popup-block .my-popup__left {
        display: block
    }

    .my-popup-block .my-popup__rights {
        width: 316px
    }

    .my-popup-block .order__discount-value {
        font-size: 50px
    }

    .my-popup-block .price__value {
        font-size: 34px
    }

    .my-popup-block .price-box__old .price__value {
        font-size: 26px
    }

    .my-popup-block .timer {
        margin-bottom: 10px
    }

    .my-popup-block .promo__product-inner {
        left: -25%;
        padding-bottom: 38px;
        bottom: 0
    }

    .my-popup-block .promo__product {
        width: 290px
    }

    .my-popup-block .energy__core {
        display: none
    }
}

@media screen and (min-width:1000px) {
    .ever-popup__inner {
        width: 880px !important;
        max-width: none
    }

    .my-popup-block {
        padding: 35px
    }

    .my-popup-block .promo__title {
        margin-bottom: 0;
        font-size: 55px
    }

    .my-popup-block .promo__sub-title {
        font-size: 38px;
        width: 80%;
    }

    .my-popup-block .my-popup__rights {
        width: 326px
    }

    .my-popup-block .promo__product-inner {
        left: -26%;
        padding-bottom: 85px;
        bottom: -20px
    }

    .my-popup-block .promo__shadow,
    .my-popup-block .promo__stone {
        max-width: 100%;
        -webkit-transform: none;
        transform: none;
        left: -7%
    }

    .my-popup-block .promo__shadow {
        left: -3%;
        bottom: 20px
    }

    .my-popup-block .promo__product {
        width: 340px
    }

    .my-popup-block .promo__energy {
        right: 60%;
        top: 13%
    }
}

@media screen and (min-width:1024px) {
    .container {
        width: 1024px
    }

    .title {
        font-size: 70px
    }

    .sub-title {
        font-size: 46px
    }

    .sub-title--small {
        font-size: 38px
    }

    .btn {
        font-size: 18px;
        padding: 17px 15px
    }

    .decor--left {
        left: -330px
    }

    .energy__block {
        width: 300px;
        height: 400px
    }

    .energy__circle--big {
        width: 300px;
        height: 300px;
        -webkit-animation: energyBgPulse 7s ease-in-out infinite, energyBgMove 12s ease-in-out infinite;
        animation: energyBgPulse 7s ease-in-out infinite, energyBgMove 12s ease-in-out infinite
    }

    .energy__circle--small {
        width: 120px;
        height: 120px
    }

    .energy__core {
        width: 200px;
        height: 200px;
        -webkit-animation: coreFloat 7s ease-in-out infinite;
        animation: coreFloat 7s ease-in-out infinite
    }

    .energy__core-img {
        -webkit-animation: corePulse 4s ease-in-out infinite;
        animation: corePulse 4s ease-in-out infinite
    }

    .energy__swards {
        -webkit-animation: swordsFloat 12s ease-in-out infinite;
        animation: swordsFloat 12s ease-in-out infinite
    }

    .energy__sward--1 {
        right: 15px;
        -webkit-animation: swordMove1 9s ease-in-out infinite;
        animation: swordMove1 9s ease-in-out infinite
    }

    .energy__sward--2 {
        right: -5px;
        -webkit-animation: swordMove2 11s ease-in-out infinite;
        animation: swordMove2 11s ease-in-out infinite
    }

    .energy__sward--3 {
        top: 125px;
        -webkit-animation: swordMove3 8s ease-in-out infinite;
        animation: swordMove3 8s ease-in-out infinite
    }

    .energy__dot {
        width: 11px;
        height: 11px;
        -webkit-animation: dotBlink 4s ease-in-out infinite;
        animation: dotBlink 4s ease-in-out infinite
    }

    .block {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .promo__wrapper {
        padding-top: 110px
    }

    .promo__sub-title {
        width: 60%
    }

    .promo__title {
        margin-bottom: 15px
    }

    .promo__sub-header {
        font-size: 20px;
        width: 45%;
        margin-bottom: 25px
    }

    .promo__text {
        font-size: 18px;
        margin-bottom: 30px;
        width: 35%
    }

    .promo__list {
        width: 170px;
    }

    .promo__item:not(:last-of-type) {
        margin-bottom: 30px
    }

    .promo__item-icon {
        width: 50px;
        height: 50px
    }

    .promo__item-img {
        width: 40px
    }

    .promo__product-inner {
        left: -2%;
        padding-bottom: 75px
    }

    .promo__product {
        width: 320px
    }

    .promo__stone {
        max-width: 700px
    }

    .promo__shadow {
        max-width: 898px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%)
    }

    .promo__hero-inner {
        top: auto;
        bottom: 0;
        width: 650px
    }

    .promo__form .btn {
        width: 290px
    }

    .promo__energy {
        right: 53%;
        top: 35%
    }

    .burger {
        display: none
    }

    .nav__btn {
        display: block;
        width: 174px;
        padding: 11px 20px;
        margin: 0
    }

    .header__list {
        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: 20px
    }

    .header__item {
        display: block
    }

    .header__link,
    .header__link:before {
        -webkit-transition: .3s;
        transition: .3s
    }

    .header__link {
        color: #fff;
        position: relative;
        font-family: "Inter", Arial, Helvetica, sans-serif;
        font-weight: 300
    }

    .header__link:before {
        position: absolute;
        content: "";
        width: 0;
        height: 2px;
        background: #fff;
        bottom: -2px
    }

    .header__link:hover::before {
        width: 100%
    }

    .order__inner {
        padding: 30px 17px
    }

    .order__discount-text {
        font-size: 20px
    }

    .order__price-inner {
        margin-bottom: 20px;
        margin-left: -17px;
        margin-right: -17px
    }

    .price__value {
        font-size: 36px
    }

    .price__currency {
        font-size: 18px
    }

    .price-box__old .price__value {
        font-size: 28px
    }

    .order__discount-value {
        font-size: 74px
    }

    .timer {
        margin-bottom: 20px
    }

    .points {
        font-size: 32px
    }

    .form__input {
        height: 57px;
        padding-left: 14px
    }

    .form__label {
        padding-left: 28px
    }

    .problems {
        background-position: center
    }

    .problems__inner {
        width: 75%
    }

    .problems__subtitle {
        font-size: 20px
    }

    .problems__title {
        margin-bottom: 35px
    }

    .list {
        gap: 35px 25px
    }

    .list__item {
        gap: 25px
    }

    .list__items-icon {
        width: 85px;
        height: 85px
    }

    .list__item-text {
        font-size: 20px
    }

    .problems__energy {
        top: 7%;
        left: calc(50% - 530px)
    }

    .about__inner {
        width: 40%
    }

    .about__title {
        margin-bottom: 20px
    }

    .about__subtitle,
    .about__text {
        margin-bottom: 40px
    }

    .about__text {
        font-size: 18px
    }

    .about__btn {
        position: relative;
        z-index: 1
    }

    .about__hero-inner {
        width: 720px;
        right: -16%;
        bottom: 0
    }

    .about__hero-inner::before {
        top: 68px;
        left: 133px;
        width: 9px;
        height: 320px
    }

    .about__product-inner {
        left: auto;
        right: -17%
    }

    .about__energy .energy__sward--2 {
        right: -23px;
        top: 30px
    }

    .about__energy .energy__core {
        display: none
    }

    .about__energy {
        display: block;
        bottom: 70%;
        right: 30%;
        z-index: 1
    }

    .how-work__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 0;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        position: relative
    }

    .how-work__inner {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 50%;
        flex: 0 1 50%
    }

    .how-work__title-inner {
        width: 380px
    }

    .how-work__title {
        line-height: 1
    }

    .how-work__title span {
        text-align: right;
        display: block
    }

    .how-work__subtitle {
        width: 380px;
        text-align: center;
        margin-bottom: 50px
    }

    .how-work__list {
        margin-bottom: 0;
        gap: 50px
    }

    .how-work__list--left {
        text-align: right
    }

    .how-work__list--left .how-work__items:first-of-type {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%
    }

    .how-work__list--left .how-work__items {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .how-work__list--right {
        -webkit-box-flex: 0;
        -ms-flex: 0 1 44%;
        flex: 0 1 44%;
        padding-top: 100px
    }

    .how-work__list--right .how-work__items:last-of-type {
        -ms-flex-preferred-size: 80%;
        flex-basis: 80%;
        margin-left: auto
    }

    .how-work__items {
        gap: 22px;
        -webkit-box-flex: 0;
        -ms-flex: 0 1 100%;
        flex: 0 1 100%
    }

    .how-work__item-title {
        font-size: 20px
    }

    .how-work__item-text {
        font-size: 16px
    }

    .how-work__picture {
        position: absolute;
        left: 39%;
        bottom: 46px
    }

    .how-work__img {
        margin: 0;
        width: 290px
    }

    .how-work__btn {
        display: none
    }

    .lightning {
        width: 650px;
        bottom: -51px;
        right: calc(50% - 443px)
    }

    .info__subtitle {
        margin-bottom: 25px
    }

    .info__sub-header {
        font-size: 22px;
        width: 70%;
        margin: 0 auto 45px
    }

    .info__inner-block {
        gap: 20px
    }

    .info__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        gap: 20px;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }

    .info__inner-subtitle {
        margin-bottom: 30px;
        text-align: left;
        font-size: 34px
    }

    .info__inner-subtitle--desk {
        display: block
    }

    .info__inner-subtitle--mob {
        display: none
    }

    .info__battery {
        margin-bottom: 0;
        -ms-flex-item-align: center;
        align-self: center;
        width: 91px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .info__battery-img::before {
        width: 68px;
        height: 206px;
        top: auto;
        bottom: 28px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        background: url(../img/low_section.png) no-repeat left 2px bottom -1px/66px 30px;
        border-radius: 7px 7px 0 0
    }

    .info__battery-img--full.show::after {
        width: 60px;
        height: 180px
    }

    .info__battery-img--full::before {
        background: url(../img/full_section.jpg) left -1px bottom 0/72px 30px
    }

    .info__battery-img--full::after {
        width: 60px;
        height: 0;
        top: auto;
        left: 50%;
        bottom: 50px;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        -webkit-transition: height 1s .5s;
        transition: height 1s .5s
    }

    .info__img {
        min-height: inherit
    }

    .info__battery-value {
        -webkit-transform: translate(-50%, -50%) rotate(-90deg);
        transform: translate(-50%, -50%) rotate(-90deg)
    }

    .info__item-title {
        font-size: 20px;
        margin-bottom: 20px
    }

    .info__item-text {
        font-size: 18px
    }

    .info__decor-center {
        bottom: -50px
    }

    @-webkit-keyframes batteryGradientShow {
        0% {
            -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0)
        }

        to {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0)
        }
    }

    @keyframes batteryGradientShow {
        0% {
            -webkit-clip-path: inset(100% 0 0 0);
            clip-path: inset(100% 0 0 0)
        }

        to {
            -webkit-clip-path: inset(0 0 0 0);
            clip-path: inset(0 0 0 0)
        }
    }

    .composition__subtitle {
        margin-bottom: 50px
    }

    .composition__list {
        margin-bottom: 50px;
        gap: 30px
    }

    .composition__item:first-of-type .composition__inner-header,
    .composition__item:nth-child(3) .composition__inner-header {
        width: 100%;
    }

    .composition__item-img-inner {
        width: 150px;
        height: 150px;
        margin-bottom: 20px
    }

    .composition__inner-header {
        font-size: 21px
    }

    .composition__decor {
        bottom: 0;
        right: auto;
        left: calc(50% - 325px)
    }

    .reviews__header {
        margin-bottom: 50px
    }

    .reviews__inner {
        margin-bottom: 33px
    }

    .reviews__item {
        margin: 0;
        width: 390px;
        padding: 30px 25px
    }

    .reviews__item-name-icon {
        font-size: 29px
    }

    .reviews__item-raiting .raiting__title,
    .reviews__item-raiting .raiting__value {
        font-size: 22px
    }

    .reviews__btn {
        width: 260px;
        font-size: 16px;
        padding: 11px 15px
    }

    .raiting__title {
        font-size: 20px
    }

    .raiting__star {
        width: 36px;
        height: 36px
    }

    .raiting__value {
        font-size: 41px
    }

    .promo__bottom .promo__wrapper {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .promo__bottom .promo__hero-inner {
        top: auto
    }

    .promo__bottom .promo__energy {
        top: 33%
    }

    .ever-popup__inner .ever-popup__close {
        top: 0;
        right: 0
    }

    .ever-popup__inner .ever-popup__close::after,
    .ever-popup__inner .ever-popup__close::before {
        border-radius: 5px;
        background: #fff;
        top: 15px
    }

    .my-popup-block .order__inner {
        padding: 20px 17px
    }

    .my-popup-block .form__input {
        height: 47px
    }

    .my-popup-block .form__btn {
        padding: 14px 15px
    }

    .my-popup-block .order__discount,
    .my-popup-block .order__price-inner {
        margin-bottom: 10px
    }

    .my-popup-block .promo__energy {
        right: 64%;
        top: 6%
    }
}

@media screen and (min-width:1220px) {
    .container {
        width: 1220px
    }

    .title {
        font-size: 80px
    }

    .sub-title {
        font-size: 50px
    }

    .sub-title--small {
        font-size: 40px
    }

    .energy__block {
        width: 361px;
        height: 482px
    }

    .energy__circle--big {
        width: 350px;
        height: 350px
    }

    .energy__circle--small {
        width: 154px;
        height: 154px
    }

    .energy__core {
        width: 240px;
        height: 240px
    }

    .energy__sward--2 {
        right: 5px;
        top: -50px
    }

    .energy__sward--3 {
        top: 145px
    }

    .energy__dot {
        width: 12px;
        height: 12px
    }

    .block {
        padding-top: 110px;
        padding-bottom: 110px
    }

    .promo__wrapper {
        padding-top: 120px;
        padding-bottom: 74px
    }

    .promo__sub-header {
        font-size: 22px;
        margin-bottom: 30px
    }

    .promo__text {
        margin-bottom: 44px
    }

    .promo__item-icon {
        width: 57px;
        height: 57px
    }

    .promo__item-img {
        width: 42px
    }

    .promo__product-inner {
        left: 50%;
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
        padding-bottom: 95px
    }

    .promo__product {
        width: 380px
    }

    .promo__stone {
        max-width: 873px
    }

    .promo__shadow {
        max-width: 1035px
    }

    .promo__hero-inner {
        width: 886px;
        -webkit-transform: none;
        transform: none;
        left: 18%
    }

    .promo__energy {
        right: 50%;
        top: 32%
    }

    .header__inner {
        width: 1170px;
        margin: 0 auto
    }

    .header__list {
        gap: 60px
    }

    .order__discount-text {
        font-size: 22px
    }

    .order__price-inner {
        padding: 15px;
        margin-bottom: 30px
    }

    .price__value {
        font-size: 38px
    }

    .order__discount-value {
        font-size: 87px
    }

    .timer {
        margin-bottom: 25px
    }

    .points {
        font-size: 37px
    }

    .problems__wrapper {
        padding-top: 124px;
        padding-bottom: 137px
    }

    .problems__inner {
        width: 830px
    }

    .problems__subtitle {
        font-size: 22px
    }

    .problems__title {
        margin-bottom: 63px
    }

    .list {
        gap: 48px 30px
    }

    .list__item {
        gap: 36px
    }

    .list__items-icon {
        width: 96px;
        height: 96px
    }

    .list__item-img {
        width: 90%
    }

    .list__item-text {
        font-size: 22px
    }

    .problems__energy {
        top: 2%;
        left: calc(50% - 740px)
    }

    .about__wrapper {
        padding-top: 145px;
        padding-bottom: 128px
    }

    .about__inner {
        width: 40%
    }

    .about__title {
        margin-bottom: 25px
    }

    .about__subtitle,
    .about__text {
        margin-bottom: 50px
    }

    .about__hero-inner {
        width: 903px;
        right: -13%
    }

    .about__hero-inner::before {
        top: 86px;
        left: 168px;
        width: 10px;
        height: 401px;
        -webkit-transform: rotate(-1.9deg);
        transform: rotate(-1.9deg)
    }

    .about__product-inner {
        left: auto;
        -webkit-transform: none;
        transform: none;
        right: -21%
    }

    .about__energy {
        bottom: 64%;
        right: calc(50% - 270px)
    }

    .how-work__wrapper {
        padding-top: 131px;
        padding-bottom: 144px
    }

    .how-work__inner {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        width: 627px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .how-work__title-inner {
        margin-bottom: 25px;
        width: 424px
    }

    .how-work__subtitle {
        width: 424px;
        margin-bottom: 167px
    }

    .how-work__list {
        gap: 63px
    }

    .how-work__list--right {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 400px
    }

    .how-work__items {
        gap: 22px
    }

    .how-work__item-title {
        font-size: 22px;
        margin-bottom: 15px
    }

    .how-work__item-text {
        font-size: 16px
    }

    .how-work__picture {
        left: 40%;
        bottom: 126px
    }

    .how-work__img {
        width: 417px
    }

    .lightning {
        width: 937px;
        bottom: -11px;
        right: calc(50% - 675px)
    }

    .info__wrapper {
        padding-top: 127px;
        padding-bottom: 125px
    }

    .info__subtitle {
        margin-bottom: 28px
    }

    .info__sub-header {
        margin-bottom: 48px;
        width: 60%
    }

    .info__inner {
        width: 583px
    }

    .info__items {
        gap: 29px
    }

    .info__items:not(:last-of-type) {
        margin-bottom: 50px
    }

    .info__inner-subtitle {
        margin-bottom: 40px
    }

    .info__battery {
        width: 151px
    }

    .info__battery-img::before {
        width: 112px;
        border-radius: 7px;
        bottom: 47px;
        height: 345px;
        background-size: 108px 30px;
        background-position: left 4px bottom -1px
    }

    .info__battery-img--full.show::after {
        width: 110px;
        height: 345px
    }

    .info__battery-img--full::before {
        width: 110px;
        background-size: 110px 30px;
        background-position: left -1px bottom 0;
        bottom: 42px
    }

    .info__battery-img--full::after {
        width: 110px;
        -webkit-transition-delay: 1.1s;
        transition-delay: 1.1s
    }

    .info__battery-value {
        font-size: 40px
    }

    .info__item-title {
        font-size: 22px;
        margin-bottom: 30px
    }

    .info__item-text {
        font-size: 21px
    }

    .info__decor--left {
        left: calc(50% - 920px)
    }

    .info__decor--right {
        right: calc(50% - 940px);
        height: 100%
    }

    .composition__wrapper {
        padding-top: 130px;
        padding-bottom: 135px
    }

    .composition__subtitle {
        margin-bottom: 53px
    }

    .composition__list {
        margin-bottom: 60px;
        gap: 35px
    }

    .composition__item {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        width: 206px
    }

    .composition__item:not(:last-of-type) {
        -ms-flex-preferred-size: inherit;
        flex-basis: inherit;
        width: 206px
    }

    .composition__item-img-inner {
        width: 199px;
        height: 199px
    }

    .composition__img {
        width: 100%
    }

    .composition__inner-header {
        font-size: 22px;
        min-height: 2lh;
        margin-bottom: 14px
    }

    .composition__decor {
        bottom: 0;
        right: auto;
        left: calc(50% - 468px)
    }

    .reviews__wrapper {
        padding-top: 116px;
        padding-bottom: 111px
    }

    .reviews__header {
        margin-bottom: 60px
    }

    .reviews__title span {
        width: 80%
    }

    .reviews__item {
        width: 374px
    }

    .raiting__title {
        font-size: 22px
    }

    .raiting__star {
        width: 38px;
        height: 38px
    }

    .raiting__value {
        font-size: 43px
    }

    .promo__bottom .promo__wrapper {
        padding-top: 112px;
        padding-bottom: 116px
    }

    .promo__bottom .promo__energy {
        top: 36%
    }

    .ever-popup__inner .ever-popup__close {
        right: -15px
    }

    .my-popup-block .promo__product-inner {
        -webkit-transform: none;
        transform: none
    }

    .my-popup-block .promo__energy {
        right: 65%;
        top: 3%
    }

    .my-popup-block .promo__decor--right {
        right: -10px
    }
}

@media screen and (min-width:1440px) {
    .decor--left {
        left: calc(50% - 940px)
    }

    .decor--right {
        right: calc(50% - 940px)
    }

    .problems__energy .energy__block {
        width: 517px;
        height: 657px
    }

    .problems__energy .energy__circle--big {
        width: 400px;
        height: 400px
    }

    .problems__energy .energy__sward--1 {
        right: -15px;
        top: 5px
    }

    .problems__energy .energy__sward--2 {
        right: 15px;
        top: 70px
    }

    .problems__energy .energy__sward--3 {
        top: 197px
    }

    .about__product-inner {
        right: -28%
    }

    .about__energy .energy__block {
        width: 517px;
        height: 657px
    }

    .about__energy .energy__circle--big {
        width: 400px;
        height: 400px
    }

    .about__energy .energy__sward--1 {
        right: -15px;
        top: 5px
    }

    .about__energy .energy__sward--2 {
        right: 15px;
        top: 70px
    }

    .about__energy .energy__sward--3 {
        top: 197px
    }

    .about__energy {
        bottom: 75%
    }
}

.x_country_select {
    display: none !important;
}
#order-in-progress__popup span {color: #000 !important;}