@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}
/*
@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: local('PT Serif'), local('PTSerif-Regular'),
        url('../fonts/pt-serif-v12-latin-regular.woff2') format('woff2'),
        url('../fonts/pt-serif-v12-latin-regular.woff') format('woff');
}

@font-face {
    font-family: 'PT Serif';
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: local('PT Serif Bold'), local('PTSerif-Bold'),
        url('../fonts/pt-serif-v12-latin-700.woff2') format('woff2'),
        url('../fonts/pt-serif-v12-latin-700.woff') format('woff');
}
*/
a {
    margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline
}


b,
body,
canvas,
div,
em,
footer,
form,
h1,
h2,
h3,
header,
html,
i,
img,
label,
li,
object,
output,
p,
q,
s,
section,
span,
table,
tbody,
td,
th,
time,
tr,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font: inherit;
    vertical-align: baseline
}


footer,
header,
section {
    display: block
}

body {
    line-height: 1.2;
    min-width: 320px;
    min-height: 100vh;
    font-family: "PT Serif", "Times New Roman", Times, serif;
    font-size: 18px;
    color: #fff
}


ul {
    list-style: none
}


q {
    quotes: none
}


q:after,
q:before {
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

br {
    line-height: 0 !important;
    font-size: 0 !important
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

button,
button:focus,
input,
input:focus {
    outline: 0
}

a {
    font: inherit;
    text-decoration: none
}

button {
    border: 0;
    display: block;
    padding: 0
}

* {
    -webkit-tap-highlight-color: transparent
}

html {
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

a,
a:active,
a:focus,
a:hover,
a:visited {
    outline: 0 !important
}

select {
    outline: 0 !important;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(../../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=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
    border: 0
}

select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000
}

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

svg {
    overflow: hidden
}

.visually-hidden:not(:focus):not(:active) {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    white-space: nowrap;
    -webkit-clip-path: inset(100%);
    clip-path: inset(100%);
    clip: rect(0 0 0 0);
    overflow: hidden
}

 .bg_01 {
    background: #14153a url(../img/bg_01.webp) no-repeat center top;
    background-size: cover
}

.no-webp .bg_01 {
    background: #14153a url(../img/bg_01.jpg) no-repeat center top;
    background-size: cover
}

@media screen and (max-width:479px) {
 .bg_01 {
        background: none;
        background-image: url(../img/bg_01_mob.webp);
        background-size: cover;
    }

    .no-webp .bg_01 {
        background: none;
        background-image: url(../img/bg_01_mob.jpg);
        background-size: cover;
    }
}

 .bg_02 {
    background: #14153a url(../img/bg_02.webp) no-repeat center top;
    background-size: cover
}

.no-webp .bg_02 {
    background: #14153a url(../img/bg_02.jpg) no-repeat center top;
    background-size: cover
}

.container {
    width: 1220px;
    margin: 0 auto;
    padding: 0 25px
}

@media screen and (max-width:1219px) {
    .container {
        width: 1024px
    }
}

@media screen and (max-width:1023px) {
    .container {
        width: 768px;
        padding: 0 10px
    }
}

@media screen and (max-width:767px) {
    .container {
        width: 640px
    }
}

@media screen and (max-width:639px) {
    .container {
        width: 480px
    }
}

@media screen and (max-width:479px) {
    .container {
        width: 100%
    }
}

.title {
    font-size: 44px;
    font-weight: 700;
    line-height: 1.2
}

@media screen and (max-width:1219px) {
    .title {
        font-size: 29px !important;
        line-height: 40px !important;
    }
}

/* @media screen and (max-width:1023px) {
    .title {
        font-size: 38px
    }
}

@media screen and (max-width:767px) {
    .title {
        font-size: 34px
    }
}

@media screen and (max-width:639px) {
    .title {
        font-size: 30px
    }
} */

@media screen and (max-width:479px) {
    .title {
        font-size: 27px !important;
        line-height: 1.2 !important;
    }
}

.button {
    width: 300px;
    padding: 21px 10px;
    font: inherit;
    font-size: 28px;
    line-height: 1;
    background-color: #feb000;
    color: #111128;
    border-radius: 35px;
    text-align: center;
    cursor: pointer;
}

.button {
    font-weight: 700;
}

.btn__small {
    width: 170px;
    padding: 13.5px 10px;
    font: inherit;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
    background-color: #feb000;
    color: #111128;
    border-radius: 22.5px;
    text-align: center;
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    list-style: none;
    padding: 0;
    z-index: 1
}

.swiper-slide,
.swiper-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-wrapper {
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}


.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(-1*var(--swiper-navigation-size)/2);
    z-index: 10;
    cursor: pointer;
    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;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev {
    left: 10px;
    right: auto
}

.swiper-button-prev:after {
    content: 'prev'
}

.swiper-button-next {
    right: 10px;
    left: auto
}

.swiper-button-next:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background: #000;
    opacity: .2
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet-active {
    opacity: 1;
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    background: rgba(0, 0, 0, .1)
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-lock,
.wellbeing .timer__text br {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    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;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.header {
    background-color: #111128;
    border-bottom: 2px solid #fec23a
}

.header__logo,
.header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header__wrapper {
    padding: 16px 0
}

.header__logo {
    margin-right: 110px
}

.header__img {
    margin-right: 20px
}

.header__logo--logo {
    font-size: 22px;
    font-weight: 700
}

.header__reviews {
    position: relative;
    padding-left: 45px;
    margin-right: 130px
}

.header__reviews--link {
    position: relative;
    font-size: 16px;
    color: #fff
}

.header__reviews--link::before,
.header__reviews::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 0;
    left: 0;
    background-color: #fff
}

.header__reviews::before {
    content: "...";
    color: #111128;
    font-size: 24px;
    line-height: 8px;
    text-align: center;
    font-weight: 700;
    letter-spacing: -1.1px;
    width: 27px;
    height: 20px;
    border-radius: 8px;
    background-color: #feb000
}

.header__reviews::after {
    position: absolute;
    content: "";
    left: 15px;
    bottom: -4px;
    width: 0;
    height: 0;
    border: 2px solid transparent;
    border-top-color: #feb000;
    border-right-color: #feb000
}

.header .timer {
    margin-right: auto
}

@media screen and (max-width:1219px) {
    .header__logo {
        margin-right: 20px
    }

    .header__reviews {
        margin-right: 55px;
        padding-left: 35px
    }
}

@media screen and (max-width:1023px) {

    /* .header .timer, */
    .header__reviews {
        display: none
    }

    .header__logo {
        margin-right: auto
    }
}

.timer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: space-between;
    white-space: nowrap;
}

.timer__text {
    margin-right: 15px;
    font-size: 16px;
    line-height: 18px
}

.timer__time span {
    padding: 5px 11px;
    font-size: 18px;
    line-height: 40px
}

.promo,
.timer__time .tm {
    position: relative
}

.timer__time .tm::before {
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    width: 31px;
    height: 31px;
    border: 1px solid #feb000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg)
}

.promo {
    background-size: cover;
    overflow: hidden
}

.promo__wrapper {
    width: 520px;
    padding: 100px 0;
    margin-right: auto
}

.promo__subtitle,
.promo__title {
    position: relative;
    font-weight: 700
}

.promo__title {
    padding-right: 170px;
    margin-bottom: 50px
}

 .promo__title::after {
    position: absolute;
    content: "";
    width: 153px;
    height: 174px;
    right: 0;
    bottom: 0;
    background: url(../img/prod.webp) no-repeat center center;
    background-size: contain
}

.no-webp .promo__title::after {
    position: absolute;
    content: "";
    width: 153px;
    height: 174px;
    right: 0;
    bottom: 0;
    background: url(../img/prod.png) no-repeat center center;
    background-size: contain
}

.promo__subtitle {
    padding-bottom: 50px;
    margin-bottom: 45px;
    font-size: 24px;
    line-height: 32px
}

.promo__subtitle::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 70px;
    height: 5px;
    background-color: #feb000
}

.promo__list {
    margin: 0 0 60px;
    padding: 0;
    font-size: 27px;
    line-height: 30px
}

.promo__item {
    position: relative;
    padding: 10px 0 10px 80px
}

.promo__item:not(:last-child) {
    margin-bottom: 22px
}

.promo__item::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 50px;
    left: 0;
    top: 0
}

.promo__item--1::before {
    background: url(../img/icon_list_item_01.png) no-repeat center center
}

.promo__item--2::before {
    background: url(../img/icon_list_item_02.png) no-repeat center center
}

.promo__item--3::before {
    background: url(../img/icon_list_item_03.png) no-repeat center center
}

.promo__img {
    height: 100%;
    width: auto
}

.promo__img--wrapper {
    position: absolute;
    height: 100%;
    width: 1200px;
    top: 0;
    left: calc(50% - 140px)
}

@media screen and (min-width:1219px) {
    .promo__title {
        font-size: 94px;
        line-height: 80px
    }
}

@media screen and (min-width:1024px) {
    .promo__title {
        font-size: 94px;
        line-height: 1;
    }
}

@media screen and (max-width:1219px) {
    .promo__wrapper {
        padding: 60px 0
    }

    .promo__img--wrapper {
        left: calc(50% - 80px)
    }
}

@media screen and (max-width:1023px) {
    .promo__wrapper {
        width: 100%;
        padding: 30px
    }

    .promo__img--wrapper {
        display: none
    }

    .promo__title {
        width: 380px;
        margin: 0 auto 40px;
        padding: 0;
        font-size: 64px;
        line-height: 1
    }

  .promo__title::after,
    .no-webp .promo__title::after {
        width: 100px;
        height: 120px;
        bottom: auto;
        top: 0
    }

    .promo__subtitle {
        padding-bottom: 30px;
        margin-bottom: 30px;
        line-height: 1.2;
        text-align: center
    }

    .promo__list {
        width: 395px;
        margin: 0 auto 30px
    }

    .promo .button {
        margin: 0 auto
    }
}

@media screen and (max-width:639px) {

    .promo__list,
    .promo__subtitle {
        font-size: 20px
    }

    .promo__list {
        width: 100%
    }
}

@media screen and (max-width:479px) {
    .promo__wrapper {
        padding: 30px 0
    }

    .promo__title {
        width: 300px;
        margin-bottom: 120px;
        font-size: 40px;
        text-align: center
    }

    .promo__title br {
        display: none
    }

    .promo__title::after {
        height: 90px;
        top: auto;
        bottom: -105px;
        left: calc(50% - 50px);
        background-image: url(../img/prod_mob.webp)
    }

    .no-webp .promo__title::after {
        height: 90px;
        top: auto;
        bottom: -105px;
        left: calc(50% - 50px);
        background-image: url(../img/prod_mob.png)
    }

    .promo__subtitle {
        font-size: 18px;
        padding-bottom: 25px;
        margin-bottom: 20px
    }

    .promo__item {
        padding-top: 12px;
        padding-bottom: 12px
    }

    .promo__item::before {
        top: calc(50% - 25px)
    }
}

.secret {
    background-size: cover
}

.secret__img-wrapper,
.secret__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.secret__wrapper {
    padding: 105px 0
}

.secret__img-wrapper {
    width: 470px;
    flex-shrink: 0;
    justify-content: center;
    align-items: center;
}

.secret__text-wrapper {
    padding-top: 20px
}

.secret__header {
    position: relative;
    padding-bottom: 40px;
    margin-bottom: 45px
}

.secret__header::after {
    position: absolute;
    content: "";
    width: 55px;
    height: 5px;
    left: 5px;
    bottom: 0;
    background-color: #feb000
}

.secret__text {
    font-size: 18px;
    line-height: 26px
}

.secret__text:not(:last-child) {
    margin-bottom: 30px
}

@media screen and (min-width:1220px) {
    .secret__header {
        font-size: 55px;
        line-height: 60px
    }
}

@media screen and (max-width:1219px) {
    .secret__wrapper {
        padding: 60px 0
    }

    .secret__mirror {
        height: 410px;
        width: 369px;
    }

    .secret__img-wrapper {
        max-height: 400px;
    }

    .secret__wrapper {
        align-items: center;
    }

    .secret__text-wrapper {
        padding-top: 0px;
    }
}

@media screen and (max-width:1023px) {
    .secret__img-wrapper {
        width: 335px;
        margin-right: 20px
    }

    .secret__mirror {
        max-width: 100%
    }

    .secret__header {
        padding-bottom: 30px;
        margin-bottom: 30px
    }

    .secret__text {
        font-size: 17px;
        line-height: 1.2
    }

    .secret__text:not(:last-child) {
        margin-bottom: 20px
    }

    .secret__wrapper {
        padding: 30px 0
    }

    .secret__text-wrapper {
        width: 100%;
        padding-top: 0;
        text-align: center
    }

    .secret__header {
        text-align: center
    }

    .secret__header::after {
        left: 50%;
        margin-left: -27px
    }

    .secret__header br {
        display: none
    }

    .secret__img-wrapper,
    .secret__mirror {
        max-height: 370px;
    }
}

@media screen and (max-width:767px) {
    .secret__img-wrapper {
        display: none
    }
}

@media screen and (max-width:639px) {
    .secret__header {
        padding-bottom: 25px;
        margin-bottom: 20px
    }

    .secret__text {
        font-size: 16px
    }
}

.enengy {
    background-size: cover
}

.enengy__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.enengy__img--wrapper,
.enengy__text--wrapper {
    width: 570px
}

.enengy__text--wrapper {
    padding: 110px 0;
    margin-right: auto
}

.enengy__img--wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.enengy__header {
    position: relative;
    padding-bottom: 50px;
    margin-bottom: 45px;
    font-weight: 700
}

.enengy__header::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    width: 55px;
    height: 5px;
    background-color: #feb000
}

.enengy__text {
    font-size: 18px;
    line-height: 26px
}

.enengy__text--1 {
    margin-bottom: 30px
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .energy__img--hands {
        max-width: 490px
    }
}

@media screen and (min-width:1024px) {
    .enengy__header {
        font-size: 44px;
        line-height: 50px
    }
}

@media screen and (min-width:1220px) {
    .enengy__header {
        font-size: 55px;
        line-height: 60px
    }
}

@media screen and (max-width:1219px) {
    .enengy__text--wrapper {
        padding: 60px 0
    }
}

@media screen and (max-width:1023px) {
    .enengy__wrapper {
        flex-direction: column;
        align-items: center
    }

    .enengy__text--wrapper {
        padding: 30px 0;
        width: 100%;
        text-align: center
    }

    .enengy__header {
        margin-bottom: 30px;
        padding-bottom: 30px
    }

    .enengy__header br {
        display: none
    }

    .enengy__header::after {
        left: 50%;
        margin-left: -27px
    }

    .enengy__img--wrapper {
        width: 300px
    }
}

@media screen and (max-width:639px) {
    .enengy__header {
        padding-bottom: 25px;
        margin-bottom: 20px
    }

    .enengy__text {
        font-size: 16px;
        line-height: 1.3;
    }
}

.wellbeing {
    background-size: cover;
    text-align: center
}

.wellbeing__top--wrapper {
    padding: 100px 0 80px;
    margin: 0 70px;
    border-bottom: 1px solid #51586d
}

.wellbeing__header {
    padding: 0 70px;
    margin-bottom: 45px
}

.wellbeing__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px;
    font-size: 18px;
    line-height: 26px
}

.wellbeing__item {
    position: relative;
    padding-top: 80px;
    width: 275px
}

.wellbeing__item--1::after,
.wellbeing__item--2::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 233px;
    right: -60px;
    top: 85px;
    background-color: #51586d
}

.wellbeing__item::before {
    position: absolute;
    content: "";
    width: 55px;
    height: 50px;
    left: 50%;
    top: 0;
    margin-left: -27px
}

.wellbeing__item--1::before {
    background: url(../img/icon_list_item_01.png) no-repeat center center
}

.wellbeing__item--2::before {
    background: url(../img/icon_list_item_03.png) no-repeat center center
}

.wellbeing__item--3::before {
    background: url(../img/icon_list_item_02.png) no-repeat center center
}

.wellbeing__item--header,
.wellbeing__text {
    position: relative;
    font-size: 28px;
    font-weight: 700
}

.wellbeing__item--header {
    padding-bottom: 30px;
    margin-bottom: 30px;
    line-height: 38px
}

.wellbeing__item--header::after {
    position: absolute;
    content: "";
    width: 30px;
    height: 4px;
    bottom: 0;
    left: 50%;
    margin-left: -15px;
    background-color: #feb000
}

.wellbeing__text {
    padding: 25px 330px 15px;
    line-height: 1.2
}

.wellbeing__text::after,
.wellbeing__text::before {
    position: absolute;
    content: "";
    width: 310px;
    height: 80px;
    top: 20px;
    background: url(../img/wellbeing__decor.png) no-repeat center center
}

.wellbeing__text::before {
    left: 0
}

.wellbeing__text::after {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    right: 0
}

.wellbeing__bottom--wrapper {
    position: relative;
    padding: 90px 0 105px 200px;
    margin: 0 70px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.webp .wellbeing__bottom--wrapper::before {
    position: absolute;
    content: "";
    width: 163px;
    height: 186px;
    top: 85px;
    left: 0;
    background: url(../img/prod.webp) no-repeat center center;
    background-size: cover
}

.no-webp .wellbeing__bottom--wrapper::before {
    position: absolute;
    content: "";
    width: 163px;
    height: 186px;
    top: 85px;
    left: 0;
    background: url(../img/prod.png) no-repeat center center;
    background-size: cover
}

.wellbeing__bottom--wrapper,
.wellbeing__time-text-wrapper {
    display: flex;
}

.wellbeing__time-text-wrapper {
    align-items: center;
    justify-content: center;
}

.wellbeing__order-now {
    margin-right: 20px;
    font-size: 40px;
    line-height: 1;
    font-weight: 700;
    text-align: left
}

.wellbeing__price {
    margin-right: auto;
    color: #feb000;
    line-height: 40px;
    font-size: 40px;
    font-weight: 700
}

.wellbeing__price .x_price_current {
    line-height: 1;
    font-size: 60px
}

.wellbeing .timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 267px
}

.wellbeing .timer__text {
    text-align: center;
    margin: 0 0 15px
}

@media screen and (min-width:1024px) {
    .wellbeing__header {
        font-size: 48px;
        line-height: 1.1
    }
}

@media screen and (min-width:1220px) {
    .wellbeing__header {
        font-size: 55px;
        line-height: 60px
    }
}

@media screen and (max-width:1219px) {
    .wellbeing__top--wrapper {
        padding: 60px 0;
        margin: 0
    }

    .wellbeing__bottom--wrapper {
        margin: 0
    }

    .wellbeing__list {
        margin-bottom: 40px
    }

    .wellbeing__item--1::after,
    .wellbeing__item--2::after {
        right: -35px
    }

    .wellbeing__text {
        font-size: 24px
    }

    .wellbeing__bottom--wrapper {
        padding: 60px 0 60px 140px
    }

    .webp .wellbeing__bottom--wrapper::before,
    .no-webp .wellbeing__bottom--wrapper::before {
        left: 10px;
        top: 0;
        width: 110px;
        height: 100%;
        background-size: 100% auto
    }

    .wellbeing__bottom--wrapper .x_price_current {
        font-size: 55px
    }

    .wellbeing__price {
        position: relative;
        left: 30px;
    }
}

@media screen and (max-width:1023px) {

    .wellbeing__bottom--wrapper,
    .wellbeing__top--wrapper {
        padding: 30px 0
    }

    .wellbeing__header,
    .wellbeing__list {
        margin-bottom: 30px
    }

    .wellbeing__item {
        padding-top: 70px;
        width: 230px
    }

    .wellbeing__item::after {
        right: -15px
    }

    .wellbeing__item--header {
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .wellbeing__item--text {
        font-size: 17px
    }

    .wellbeing__item--text br,
    .wellbeing__order-now br {
        display: none
    }

    .wellbeing__text {
        padding: 0 200px
    }

    .wellbeing__text::after,
    .wellbeing__text::before {
        top: 0;
        width: 200px;
        height: 100%;
        background-size: 100% auto
    }

    .webp .wellbeing__bottom--wrapper::before,
    .no-webp .wellbeing__bottom--wrapper::before {
        display: none;
        /* background: none; */
    }

    .wellbeing__price::before {
        content: "";
        position: absolute;
        width: 130px;
        height: 150px;
        background: url(../img/prod.png) no-repeat center center;
        background-size: 100% auto;
        top: 80px;
        left: 50%;
        transform: translateX(-50%);
    }

    .wellbeing__bottom--wrapper .x_price_current {
        font-size: 50px
    }

    .wellbeing__time-text-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .wellbeing__order-now {
        width: 100%;
        margin: 0 0 20px;
        font-size: 38px;
        text-align: center
    }

    .wellbeing .timer {
        padding-top: 0;
        margin: 0 0 20px;
        position: relative;
        left: -72px
    }

    .wellbeing__price {
        padding-top: 0;
        position: relative;
        top: 5px;
        left: 126px
    }

    .wellbeing .form {
        /*width: 270px;*/
        padding: 0;
       /* margin-left: auto;*/
        /*margin-right: 70px;*/
        flex-direction: column;
        align-items: center;
        justify-content: center;
    }

    .wellbeing .form>:not(:last-child) {
        margin-bottom: 20px
    }
}

@media screen and (max-width:767px) {
    .wellbeing__header {
        padding: 0
    }

    .wellbeing__list {
        flex-direction: column
    }

    .wellbeing__item {
        width: 100%;
        padding: 0 0 0 80px;
        text-align: left
    }

    .wellbeing__item::before {
        margin: 0;
        left: 10px;
        top: 0
    }

    .wellbeing__item--header {
        padding-bottom: 20px;
        margin-bottom: 15px;
        font-size: 24px;
        line-height: 1
    }

    .wellbeing__item--header::after {
        left: 0;
        margin: 0
    }

    .wellbeing__item--text {
        font-size: 18px
    }

    .wellbeing__item--1,
    .wellbeing__item--2 {
        padding-bottom: 15px;
        margin-bottom: 20px
    }

    .wellbeing__item--1::after,
    .wellbeing__item--2::after {
        top: auto;
        bottom: 0;
        left: 70px;
        width: calc(100% - 70px);
        height: 1px
    }

    .wellbeing__text {
        padding: 0 150px
    }

    .wellbeing__text::after,
    .wellbeing__text::before {
        width: 150px
    }

    .webp .wellbeing__bottom--wrapper::before,
    .no-webp .wellbeing__bottom--wrapper::before {
        left: 60px
    }

    .wellbeing__bottom--wrapper .x_price_current {
        font-size: 50px
    }

    .wellbeing__order-now {
        font-size: 34px
    }

    .wellbeing .form {
        margin-right: 35px
    }

    .wellbeing__price {
        left: 85px;
    }

    .wellbeing .timer {
        left: -39px;
    }
}

@media screen and (max-width:639px) {
    .wellbeing__text {
        padding: 0 100px;
        font-size: 20px
    }

    .wellbeing__text::after,
    .wellbeing__text::before {
        width: 100px
    }

    .wellbeing__order-now {
        font-size: 30px
    }

    .wellbeing .timer {
        margin: 0 0 20px
    }

    .wellbeing__price {
        margin-right: auto;
        left: 15px;
    }


    .wellbeing .form {
        margin-right: 0
    }

    .webp .wellbeing__bottom--wrapper::before,
    .no-webp .wellbeing__bottom--wrapper::before {
        left: 0
    }

    .wellbeing__bottom--wrapper .x_price_current {
        font-size: 40px
    }

    .wellbeing .timer {
        left: 0px;
    }
}

@media screen and (max-width:479px) {
    .wellbeing__text {
        padding: 0
    }

    .webp .wellbeing__bottom--wrapper::before,
    .no-webp .wellbeing__bottom--wrapper::before {
        left: 50%;
        transform: translateX(-50%);
        top: 65px
    }


    .wellbeing__text::after,
    .wellbeing__text::before {
        display: none
    }

    .wellbeing__order-now {
        font-size: 28px;
        margin-bottom: 30px;
    }

    .wellbeing__bottom--wrapper .x_price_current {
        font-size: 35px
    }

    .wellbeing__bottom--wrapper .form {
       /* margin-right: auto*/
    }

    .wellbeing__time-text-wrapper {
        flex-direction: column;
        align-items: center
    }

    .wellbeing__price {
        margin: 0 auto 20px;
        left: 0px;
    }

    .webp .wellbeing__bottom--wrapper::before,
    .no-webp .wellbeing__bottom--wrapper::before {
        display: block;
        height: 150px;
    }

    .wellbeing__price::before {
        display: none;
    }
}

.form {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 25px 0 0px
}

.form>* {
    width: 265px
}

.form .input {
    width: 100%;
    padding: 27px 10px 27px 10px;
    font-family: sans-serif;
    font-size: 14px;
    line-height: 16px;
    border-radius: 34px;
    border: 0
}

.form__name,
.form__phone {
    position: relative
}

/*.form__phone .input {
    padding-left: 100px
}*/

/*.form__name::before {
    position: absolute;
    content: "";
    width: 19px;
    height: 24px;
    left: 20px;
    top: 22px;
    background: url(../img/icon_user.svg) no-repeat center center
}*/

.form .country-select,
.form .option__text,
.form .x_country_select {
    display: none
}

.form .custom-select {
    position: absolute;
    left: 0;
    top: 15px;
    color: #666;
    border: 0;
    border-right: 1px solid #d0d0d0;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px;
    cursor: pointer;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    width: 80px;
    height: 40px;
    z-index: 1
}

.form .selected {
    width: 80px;
    height: 40px;
    z-index: 1;
    position: relative
}

.form .selected::after {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    right: 5px;
    top: 48%;
    border: 7px solid transparent;
    border-top-color: #a2a2a2
}

.form .options ::-webkit-scrollbar-button {
    background-repeat: no-repeat;
    width: 5px;
    height: 0
}

.form .options::-webkit-scrollbar-track {
    background-color: #ecedee
}

.form .options::-webkit-scrollbar-thumb {
    border-radius: 20px;
    background-color: #324697
}

.form .options::-webkit-scrollbar-thumb:hover {
    background-color: #2a3a7c
}

.form .options::-webkit-resizer {
    background-repeat: no-repeat;
    width: 4px;
    height: 0
}

.form .options::-webkit-scrollbar {
    width: 5px
}

.form .options {
    position: absolute;
    z-index: 10;
    display: none;
    -webkit-box-shadow: inset 2px 0 10px rgba(0, 0, 0, .07);
    box-shadow: inset 2px 0 10px rgba(0, 0, 0, .07);
    border: 1px solid #edebe4;
    height: 195px;
    min-width: 60px;
    overflow-y: scroll;
    overflow-x: hidden;
    top: -15px;
    left: 0;
    background-color: #fff;
    border-top-left-radius: 30px;
    border-bottom-left-radius: 30px
}

.form .option,
.form .options.opened {
    display: block
}

.form .option,
.form .option:hover {
    -webkit-transition: .3s;
    transition: .3s
}

.form .option {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    margin: 10px auto
}

.form .option:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1)
}

.selected.UA {
    background: url(../img/UA.png) left 15px center no-repeat
}

.selected.RU {
    background: url(../img/RU.png) left 15px center no-repeat
}

.selected.EN {
    background: url(../img/EN.png) left 15px center no-repeat
}

.selected.HU {
    background: url(../img/HU.png) left 15px center no-repeat
}

.selected.IT {
    background: url(../img/IT.png) left 15px center no-repeat
}

.selected.PL {
    background: url(../img/PL.png) left 15px center no-repeat
}

.option.UA {
    background: rgba(255, 255, 255, .7) url(../img/UA.png) no-repeat center
}

.option.RU {
    background: rgba(255, 255, 255, .7) url(../img/RU.png) no-repeat center
}

.option.EN {
    background: rgba(255, 255, 255, .7) url(../img/EN.png) no-repeat center
}

.option.HU {
    background: rgba(255, 255, 255, .7) url(../img/HU.png) no-repeat center
}

.option.IT {
    background: rgba(255, 255, 255, .7) url(../img/IT.png) no-repeat center
}

.option.PL {
    background: rgba(255, 255, 255, .7) url(../img/PL.png) no-repeat center
}

.reviews {
    padding: 100px 0;
    background-size: cover
}

.reviews__header {
    margin-bottom: 75px;
    font-weight: 700;
    text-align: center
}

.reviews__slider {
    width: 970px;
    margin: 0 auto;
    padding-bottom: 10px
}

.reviews__slider .swiper-button-next,
.reviews__slider .swiper-button-prev {
    top: 310px
}

.reviews__slider .swiper-slide {
    max-width: 370px
}

.reviews__slider .swiper-slide .swiper-slide-shadow-left,
.reviews__slider .swiper-slide .swiper-slide-shadow-right {
    background: 0 0
}

.reviews__slider .swiper-slide .reviews__item {
    -webkit-transform: scale(.856);
    transform: scale(.856);
    margin-top: 24px;
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}

.reviews__slider .swiper-slide .reviews__item--message {
    font-size: 15px
}

.reviews__slider .swiper-slide-active {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    z-index: 5
}

.reviews__slider .swiper-slide-active .reviews__item {
    -webkit-transform: scale(1);
    transform: scale(1);
    margin-top: 0
}

.reviews__slider .swiper-slide-active .reviews__item.active .reviews__item--text {
    max-height: 1000px;
    -webkit-transition: max-height ease-in .2s;
    transition: max-height ease-in .2s
}

.reviews__slider .swiper-slide-active .reviews__item.active .reviews__item--text-toggle::after {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all ease-in .2s;
    transition: all ease-in .2s
}

.reviews__slider .swiper-slide-active .reviews__item--message {
    font-size: 18px
}

.reviews__slider .swiper-slide-next .reviews__item,
.reviews__slider .swiper-slide-prev .reviews__item {
    -webkit-transform: scale(.92);
    transform: scale(.92);
    margin-top: 12px
}

.reviews__slider .swiper-slide-next .reviews__item--message,
.reviews__slider .swiper-slide-prev .reviews__item--message {
    font-size: 17px
}

.reviews__item {
    position: relative;
    width: 100%;
    padding: 245px 45px 35px;
    background-color: #111128;
    text-align: center;
    line-height: 1
}

.reviews__item::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 220px;
    left: 0;
    top: 0;
    background-repeat: no-repeat, no-repeat;
    background-position: center bottom, center top
}

.reviews__item--1::before,
.reviews__item::before {
    background-image: url(../img/reviews__slide_ava_01.webp), url(../img/reviews__slide_bg_01.webp)
}

.no-webp .reviews__item--1::before,
.no-webp .reviews__item::before {
    background-image: url(../img/reviews__slide_ava_01.png), url(../img/reviews__slide_bg_01.jpg)
}

 .reviews__item--2::before {
    background-image: url(../img/reviews__slide_ava_02.webp), url(../img/reviews__slide_bg_02.webp)
}

.no-webp .reviews__item--2::before {
    background-image: url(../img/reviews__slide_ava_02.png), url(../img/reviews__slide_bg_02.jpg)
}

.reviews__item--3::before {
    background-image: url(../img/reviews__slide_ava_03.webp), url(../img/reviews__slide_bg_03.webp)
}

.no-webp .reviews__item--3::before {
    background-image: url(../img/reviews__slide_ava_03.png), url(../img/reviews__slide_bg_03.jpg)
}

 .reviews__item--4::before {
    background-image: url(../img/reviews__slide_ava_04.webp), url(../img/reviews__slide_bg_04.webp)
}

.no-webp .reviews__item--4::before {
    background-image: url(../img/reviews__slide_ava_04.png), url(../img/reviews__slide_bg_04.jpg)
}

 .reviews__item--5::before {
    background-image: url(../img/reviews__slide_ava_05.webp), url(../img/reviews__slide_bg_05.webp)
}

.no-webp .reviews__item--5::before {
    background-image: url(../img/reviews__slide_ava_05.png), url(../img/reviews__slide_bg_05.jpg)
}

 .reviews__item--6::before {
    background-image: url(../img/reviews__slide_ava_06.webp), url(../img/reviews__slide_bg_06.webp)
}

.no-webp .reviews__item--6::before {
    background-image: url(../img/reviews__slide_ava_06.png), url(../img/reviews__slide_bg_06.jpg)
}

 .reviews__item--7::before {
    background-image: url(../img/reviews__slide_ava_07.webp), url(../img/reviews__slide_bg_07.webp)
}

.no-webp .reviews__item--7::before {
    background-image: url(../img/reviews__slide_ava_07.png), url(../img/reviews__slide_bg_07.jpg)
}

 .reviews__item--8::before {
    background-image: url(../img/reviews__slide_ava_08.webp), url(../img/reviews__slide_bg_08.webp)
}

.no-webp .reviews__item--8::before {
    background-image: url(../img/reviews__slide_ava_08.png), url(../img/reviews__slide_bg_08.jpg)
}
.reviews__item--9::before {
    background-image: url(../img/reviews__slide_ava_09.webp), url(../img/reviews__slide_bg_09.webp)
}

.no-webp .reviews__item--9::before {
    background-image: url(../img/reviews__slide_ava_09.png), url(../img/reviews__slide_bg_09.jpg)
}

 .reviews__item--10::before {
    background-image: url(../img/reviews__slide_ava_10.webp), url(../img/reviews__slide_bg_10.webp)
}

.no-webp .reviews__item--10::before {
    background-image: url(../img/reviews__slide_ava_10.png), url(../img/reviews__slide_bg_10.jpg)
}

.reviews__item--header {
    margin-bottom: 15px;
    font-size: 24px;
    font-weight: 700;
    color: #feb000
}

.reviews__item--subtitle {
    margin-bottom: 30px;
    font-size: 16px
}

.reviews__item--message {
    position: relative;
    margin: 0 10px 30px;
    padding: 16px 0;
    line-height: 1.2;
    font-weight: 700
}

.reviews__item--message::after,
.reviews__item--message::before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    left: 0;
    background-color: #feb000
}

.reviews__item--message::before {
    top: 0
}

.reviews__item--message::after {
    bottom: 0
}

.reviews__item--text {
    position: relative;
    margin-bottom: 50px;
    max-height: 130px;
    line-height: 26px;
    overflow: hidden;
    -webkit-transition: max-height ease-in .2s;
    transition: max-height ease-in .2s
}

.reviews__item--text br {
    line-height: 1
}

.reviews__item--text-toggle {
    position: absolute;
    z-index: 2;
    width: 35px;
    height: 35px;
    border-radius: 50%;
    border: 2px solid #feb000;
    background-color: #111128;
    bottom: 35px;
    left: calc(50% - 17px);
    cursor: pointer
}

.reviews__item--text-toggle::after,
.reviews__item--text-toggle::before {
    position: absolute;
    content: "";
    width: 18px;
    height: 2px;
    left: 7px;
    top: 15px;
    background-color: #feb000
}

.reviews__item--text-toggle::after {
    -webkit-transition: ease-in .2s;
    transition: ease-in .2s;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg)
}

.reviews .swiper-scrollbar {
    position: relative;
    margin: 42px auto 0;
    height: 5px;
    width: 370px;
    max-width: 100%;
    background-color: rgba(255, 255, 255, .2)
}

.reviews .swiper-scrollbar .swiper-scrollbar-drag {
    background-color: rgba(255, 255, 255, .75);
    border-radius: 0
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {

    .reviews__slider .swiper-button-next,
    .reviews__slider .swiper-button-prev {
        top: 280px;
        width: 27px;
        height: 44px
    }

    .reviews__slider .swiper-button-next::after,
    .reviews__slider .swiper-button-prev::after {
        position: absolute;
        content: "";
        width: 33px;
        height: 33px;
        border-bottom: 3px solid #00aff2;
        border-left: 3px solid #00aff2;
        top: 6px
    }

    .reviews__slider .swiper-button-next::after {
        right: 6px;
        -webkit-transform: rotate(-135deg);
        transform: rotate(-135deg)
    }

    .reviews__slider .swiper-button-prev::after {
        left: 6px;
        -webkit-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .reviews__slider .swiper-slide .reviews__item--text {
        padding-right: 85px;
        padding-left: 85px
    }

    .reviews__slider .swiper-slide-active .reviews__item--text,
    .reviews__slider .swiper-slide-next .reviews__item--text,
    .reviews__slider .swiper-slide-prev .reviews__item--text {
        padding-right: 0;
        padding-left: 0
    }
}

@media screen and (min-width:1024px) {
    .reviews__header {
        font-size: 50px;
        line-height: 55px
    }
}

@media screen and (min-width:1220px) {
    .reviews__header {
        font-size: 55px;
        line-height: 60px
    }
}

@media screen and (max-width:1219px) {
    .reviews {
        padding: 60px 0
    }
}

@media screen and (max-width:1023px) {
    .reviews {
        padding: 30px 0
    }

    .reviews__slider {
        width: 690px
    }
}

@media screen and (max-width:767px) {
    .reviews {
        padding: 30px 0
    }

    .reviews__header {
        margin-bottom: 35px
    }

    .reviews__slider {
        width: 370px;
        padding-bottom: 5px
    }

    .reviews__slider .swiper-slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reviews__slider .swiper-slide-active {
        max-width: 370px
    }

    .reviews__slider .swiper-slide .reviews__item {
        -webkit-transform: scale(1) !important;
        transform: scale(1) !important;
        margin-top: 0 !important
    }

    .reviews .swiper-button-next,
    .reviews .swiper-button-prev {
        top: 30% !important
    }
}

@media screen and (max-width:479px) {
    .reviews__slider {
        width: 300px;
        padding-bottom: 30px
    }

    .reviews__slider .swiper-slide {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .reviews__slider .swiper-slide-active {
        max-width: 300px
    }

    .reviews__item {
        padding: 245px 5px 25px
    }
}

.order {
    background-size: cover;
    padding: 100px 0;
    text-align: center
}

.order__header {
    margin-bottom: 75px
}

.order__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.order__item {
    position: relative;
    width: 270px;
    padding: 90px 15px 0;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.2
}

.order__item::before {
    position: absolute;
    content: "";
    top: 0;
    left: calc(50% - 31px);
    width: 62px;
    height: 59px
}

.order__item--1::before {
    background: url(../img/order_01.png) no-repeat center center
}

.order__item--2::before {
    background: url(../img/order_02.png) no-repeat center center
}

.order__item--3::before {
    background: url(../img/order_03.png) no-repeat center center
}

.order__item--4::before {
    background: url(../img/order_04.png) no-repeat center center
}

.order__item:not(:last-child)::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 190px;
    right: -15px;
    top: 0;
    background-color: #4e5064
}

@media screen and (min-width:1024px) {
    .order__header {
        font-size: 50px;
        line-height: 55px
    }
}

@media screen and (min-width:1220px) {
    .order__header {
        font-size: 55px;
        line-height: 60px
    }
}

@media screen and (max-width:1219px) {
    .order {
        padding: 60px 0
    }

    .order__header {
        margin-bottom: 60px
    }

    .order__item {
        font-size: 21px
    }

    .order__item:not(:last-child)::after {
        right: 0
    }
}

@media screen and (max-width:1023px) {
    .order {
        padding: 30px 0
    }

    .order__header {
        margin-bottom: 40px
    }

    .order__list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .order__item:not(:last-child)::after {
        display: none
    }

    .order__item:first-child,
    .order__item:nth-child(2) {
        margin-bottom: 30px
    }

    .order__item:nth-child(2n-1)::after {
        display: block;
        right: -105px;
        height: 200px
    }

    .order__item--3 {
        order: 4
    }

    .order__item--3::after {
        display: none !important;
    }

    .order__item--4::after {
        content: "";
        position: absolute;
        width: 1px;
        display: block;
        top: 0px;
        right: -105px;
        height: 163px;
        background-color: #4e5064;
    }

    .order__item--4 {
        order: 3
    }
}

@media screen and (max-width:767px) {

    .order__item:nth-child(2n-1)::after,
    .order__item--4::after {
        right: -40px
    }
}

@media screen and (max-width:639px) {
    .order__header {
        margin-bottom: 30px
    }

    .order__list {
        flex-direction: column;
        align-items: center
    }

    .order__item {
        width: 100%;
        padding-top: 70px;
        font-size: 18px
    }

    .order__item br,
    .order__item:nth-child(2n-1)::after {
        display: none
    }

    .order__item:not(:last-child) {
        margin-bottom: 20px
    }
}

.footer {
    padding: 20px 0;
    font-family: sans-serif;
    font-size: 18px;
    color: #fff;
    background-color: #111128
}

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

.footer__img--wrapper {
    width: 50px;
    height: 50px;
    margin-bottom: 8px;
    background: url(../img/RP_logo.svg) no-repeat center center
}

.footer__link {
    color: #fff
}

.footer__link:hover {
    color: #fff;
    text-decoration: underline
}

.popup {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 770px;
    padding: 60px;
    text-align: center;
    background-size: cover;
    border-radius: 30px
}

.popup__left {
    width: 330px;
    margin-right: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.popup__title {
    position: relative;
    padding-top: 200px;
    padding-bottom: 50px;
    margin-bottom: 40px;
    font-size: 80px;
    line-height: 1;
    font-weight: 700
}

.popup__title::before {
    position: absolute;
    content: "";
    width: 153px;
    height: 174px;
    top: 0;
    left: calc(50% - 77px);
    background: url(../img/prod.png) no-repeat center center;
    background-size: cover;
    /* opacity: 0 */
}

.popup__title::after {
    position: absolute;
    content: "";
    width: 70px;
    height: 5px;
    bottom: 0;
    left: calc(50% - 35px);
    background-color: #feb000
}

.popup__subtitle {
    font-size: 22px;
    line-height: 28px;
    font-weight: 700;
}

.popup__right {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 270px;
    padding: 25px 15px 15px;
    color: #111128;
    background-color: #fff;
    border: 2px solid #feb000;
    border-radius: 4px;
}

.popup__right::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    bottom: 55px;
    left: 0;
    background-color: #e8e8e8
}

.popup__order {
    margin-bottom: 20px;
    font-size: 34px;
    line-height: 28px;
    font-weight: 700
}

.popup__order--small {
    font-size: 22px;
    line-height: 28px
}

.popup__price {
    margin-bottom: 20px;
    color: #feb000;
    font-weight: 700
}

.popup__price .x_price_current {
    font-size: 60px;
    line-height: 40px
}

.popup__price .x_currency {
    font-size: 40px;
    line-height: 40px
}

.popup .form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 225px;
    padding: 0;
    margin-bottom: 20px
}

.popup .form>* {
    width: 225px
}

.popup .form .input {
    margin-bottom: 20px;
    background-color: #f8f8f8;
    border: 1px solid #dfe2e3
}

.popup__form--lastpak,
.popup__form--protect {
    position: relative;
    font-family: sans-serif;
    font-size: 15px
}

.popup__form--lastpak {
    padding-bottom: 20px;
    margin-bottom: 15px;
    line-height: 1;
    color: #666
}

.popup__form--lastpak .lastpack {
    color: #111128;
    font-weight: 700
}

.popup__form--protect {
    padding-left: 35px;
    line-height: 24px;
    color: #403737
}

.popup__form--protect::before {
    position: absolute;
    content: "";
    width: 22px;
    height: 24px;
    left: 0;
    top: 0;
    background: url(../img/icon_guard.svg) no-repeat center center
}

@media screen and (max-width:999px) {
    .popup {
        width: 270px;
        padding: 0;
        background: 0 0;
        border-radius: 0
    }

    .popup__left {
        display: none
    }

    .popup__right {
        opacity: 1
    }
}

.banner {
    position: fixed;
    bottom: 0;
    z-index: 30;
    width: 100%;
    padding: 15px 0;
    background-color: #111128;
    border-top: 2px solid #fec23a
}

.banner__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.banner__logo {
    margin-right: 20px
}

.banner__order-now {
    margin-right: 20px;
    font-size: 22px;
    font-weight: 700
}

.banner__order-now br {
    display: none
}

.banner__price {
    position: relative;
    padding-right: 35px;
    margin-right: 35px;
    color: #feb000;
    font-weight: 700
}

.banner__price::after {
    position: absolute;
    content: "";
    width: 1px;
    height: 100%;
    top: 0;
    right: 0;
    background-color: #fff
}

.banner__price .x_price_current {
    font-size: 40px;
    line-height: 30px
}

.banner__price .x_currency {
    font-size: 20px;
    line-height: 30px
}

.banner .timer {
    margin-right: auto
}

@media screen and (max-width:1219px) {

    .banner__logo,
    .banner__order-now,
    .banner__price {
        margin-right: 20px
    }

    .banner__order-now {
        width: 175px
    }

    .banner__price {
        padding-right: 20px
    }

    .promo__title {
        margin-bottom: 30px;
    }

    .secret__text {
        font-size: 18px;
        line-height: 1.3;
    }

    .secret__header,
    .enengy__header,
    .promo__subtitle {
        padding-bottom: 20px;
        margin-bottom: 35px;
    }

    .wellbeing__item--header {
        padding-bottom: 12px;
        margin-bottom: 15px;
    }

    .promo__item:not(:last-child) {
        margin-bottom: 15px;
    }

    .button {
        padding: 15px 10px;
    }

    .promo__list {
        font-size: 24px;
    }
}

@media(min-width: 1000px) and (max-width: 1219px) {
    .popup__title {
        padding-top: 180px;
        padding-bottom: 25px;
        margin-bottom: 25px;
        font-size: 60px;
    }

    .popup__title::before {
        width: 120px;
        height: 135px;
        left: calc(50% - 55px);
        top: 30px;
    }

    .popup__price .x_price_current {
        font-size: 50px;
        line-height: 40px;
    }
}


@media screen and (max-width:1023px) {
    .banner {
        display: none !important
    }

    .footer {
        padding: 15px 0;
    }

    .header__img {
        margin-right: 7px;
    }

    .promo__subtitle {
        width: 380px;
        margin: 0 auto 20px;
        text-align: left;
    }

    .wellbeing .timer {
        width: 285px;
        left: -60px;
    }

    .promo__subtitle {
        padding-bottom: 25px;
    }

    .btn__small {
        width: 140px;
    }

    .secret__header,
    .enengy__header,
    .promo__subtitle {
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
}

@media(max-width: 767px) {
    .wellbeing .timer {
        left: -39px;
    }
}

@media screen and (max-width:639px) {
    .order__item--4::after {
        display: none
    }

    .order__item--4 {
        margin-bottom: 20px;
    }

    .order__item--3 {
        margin-bottom: 0px !important;
    }

    .header .timer {
        display: none
    }

    .wellbeing .timer {
        left: 0px;
    }
}

@media(min-width: 640px) and (max-width: 767px) {
    .header__logo--logo {
        width: 60px;
        font-size: 19px;
        margin-right: 10px;
    }

    .header__img {
        margin-right: 12px;
    }

    .header .timer__text {
        margin-right: 10px;
    }

    .btn__small {
        width: 100px;
    }
}

@media(max-width: 479px) {
    .promo__subtitle {
        width: 100%;
        margin: 0 auto 20px;
        text-align: center;
    }

    .promo__title {
        width: 300px;
        margin-bottom: 120px;
        font-size: 40px;
        text-align: center;
    }

    .secret__text {
        font-size: 16px;
    }

    .reviews__header {
        padding: 0 10px;
    }

    .wellbeing .timer {
        width: 280px;
    }

    .wellbeing .timer {
        left: 0px;
    }

    .promo__subtitle::after {
        left: 50%;
        margin-left: -35px
    }

    .button {
        width: 250px;
        padding: 10px;
    }

    .secret__text {
        line-height: 1.2;
    }

    .promo__item:not(:last-child) {
        margin-bottom: 5px;
    }

    .promo__list {
        font-size: 20px;
    }
}

@media(max-width: 405px) {
    .header__button.btn__small {
        width: 135px;
    }
}

.ever-popup-btn {
    cursor: pointer;
}

@media(max-width: 360px) {
    .webp .bg_02 {
        background: #14153a url(../img/bg_02-mob.webp) no-repeat center top;
        background-size: cover
    }

    .no-webp .bg_02 {
        background: #14153a url(../img/bg_02-mob.jpg) no-repeat center top;
        background-size: cover
    }
}

.footer__link:hover,
.footer__link:focus,
.footer__link:visited,
.footer__link:active {
    color: #fff;
}

@media(min-width: 1024px) and (max-width: 1219px) {
    .promo__title {
        font-size: 60px;
        line-height: 1.1;
        width: 390px;
    }

    .wellbeing__text::before {
        left: 30px;
    }

    .wellbeing__text::after {
        right: 30px;
    }

    .wellbeing__order-now {
        margin-right: 145px;
    }

    .wellbeing__bottom--wrapper .x_price_current {
        font-size: 48px;
    }
}

@media(min-width: 768px) and (max-width: 1219px) {
    .wellbeing__order-now {
        font-size: 30px;
    }
}

select:-moz-focusring,
a:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #000;
}

*:focus,
*:visited,
*:active,
*:hover {
    outline: 0 !important;
}

a,
a:focus,
a:visited,
a:active,
a:hover {
    outline: 0 !important;
}

*::-moz-focus-inner {
    border: 0;
    outline: none;
}

;

@media(min-width: 768px) and (max-width: 1023px) {
    .btn__small {
        width: 140px !important;
    }

    .timer__time {
        width: 255px;
    }
}

@media(min-width: 768px) {
    .reviews__item--message {
        height: 74px;
    }
}

@media(min-width: 480px) and (max-width: 1023px) {
    .promo__title {
        font-size: 60px;
        width: 335px;
    }

    .promo__subtitle {
        width: 335px;
        text-align: center;
    }

    .promo__subtitle::after {
        left: 50%;
        transform: translate(-50%);
    }
}

@media(max-width: 480px) and (min-width: 480px) {
    .wellbeing .container {
        padding: 0 15px;
    }
}

@media(max-width: 380px) {
    .header__logo {
        max-width: 205px;
    }
}