@charset "UTF-8";
@-webkit-keyframes fadeInUp {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    to {
        opacity: 1;
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes glowing {
    0% {
        background-color: #8c192d
    }
    50% {
        background-color: #e83351;
        -webkit-box-shadow: 0 0 10px #e83351;
        box-shadow: 0 0 10px #e83351
    }
    to {
        background-color: #8c192d;
        -webkit-box-shadow: 0 0 3px #8c192d;
        box-shadow: 0 0 3px #8c192d
    }
}

@keyframes glowing {
    0% {
        background-color: #8c192d
    }
    50% {
        background-color: #e83351;
        -webkit-box-shadow: 0 0 10px #e83351;
        box-shadow: 0 0 10px #e83351
    }
    to {
        background-color: #8c192d;
        -webkit-box-shadow: 0 0 3px #8c192d;
        box-shadow: 0 0 3px #8c192d
    }
}

@-webkit-keyframes floatBack {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

@keyframes floatBack {
    0%, to {
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-transform: scale(1.03);
        transform: scale(1.03)
    }
}

@-webkit-keyframes pulseCenter {
    0%, to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.07);
        transform: translate(-50%, -50%) scale(1.07)
    }
}

@keyframes pulseCenter {
    0%, to {
        -webkit-transform: translate(-50%, -50%) scale(1);
        transform: translate(-50%, -50%) scale(1)
    }
    50% {
        -webkit-transform: translate(-50%, -50%) scale(1.07);
        transform: translate(-50%, -50%) scale(1.07)
    }
}

@-webkit-keyframes rotateCenter {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@keyframes rotateCenter {
    0% {
        -webkit-transform: translate(-50%, -50%) rotate(0deg);
        transform: translate(-50%, -50%) rotate(0deg)
    }
    to {
        -webkit-transform: translate(-50%, -50%) rotate(360deg);
        transform: translate(-50%, -50%) rotate(360deg)
    }
}

@-webkit-keyframes pulseAbout {
    0%, to {
        -webkit-filter: drop-shadow(0 0 0 red);
        filter: drop-shadow(0 0 0 red);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-filter: drop-shadow(0 0 6px red);
        filter: drop-shadow(0 0 6px red);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@keyframes pulseAbout {
    0%, to {
        -webkit-filter: drop-shadow(0 0 0 red);
        filter: drop-shadow(0 0 0 red);
        -webkit-transform: scale(1);
        transform: scale(1)
    }
    50% {
        -webkit-filter: drop-shadow(0 0 6px red);
        filter: drop-shadow(0 0 6px red);
        -webkit-transform: scale(1.1);
        transform: scale(1.1)
    }
}

@-webkit-keyframes gentleSwing {
    0%, 50%, to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    75% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
}

@keyframes gentleSwing {
    0%, 50%, to {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg)
    }
    25% {
        -webkit-transform: rotate(3deg);
        transform: rotate(3deg)
    }
    75% {
        -webkit-transform: rotate(-3deg);
        transform: rotate(-3deg)
    }
}

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
}

.slick-slide img, article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block
}

body, br {
    line-height: 1
}

body {
    font-family: "Sansation", sans-serif;
}

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
}

.slick-dots li button:focus, .slick-dots li button:hover, .slick-list:focus, 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
}

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-family: 'Sansation';
    src: url(../fonts/Sansation-Regular.woff2) format("woff2"), url(../fonts/Sansation-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Sansation';
    src: url(../fonts/Sansation-Bold.woff2) format("woff2"), url(../fonts/Sansation-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

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

.menu-open body, svg {
    overflow: hidden
}

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

.blue-text {
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%);
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.margin--20, .subtile {
    margin-bottom: 20px
}

.subtile {
    font-weight: 700;
    line-height: 1.3;
    font-size: 16px
}

.title {
    font-size: 30px;
    font-weight: 700;
    line-height: 1
}

.red-text {
    background: -webkit-gradient(linear, left top, right top, from(#e83351), to(#8c192d));
    background: linear-gradient(90deg, #e83351 0, #8c192d 100%);
    background-clip: text;
    -webkit-text-fill-color: transparent
}

.text-bold {
    font-weight: 700
}

.text-black {
    font-weight: 900
}

.text-nowrap {
    white-space: nowrap
}

.slick-slider {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list, .slick-slider, .slick-track {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-list, .slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.slick-track {
    top: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after, .slick-track:before {
    display: table;
    content: ''
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

.slick-loading .slick-slide {
    visibility: hidden
}

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-loading .slick-list {
    background: #fff
}

.slick-next, .slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-next:focus, .slick-next:hover, .slick-prev:focus, .slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 0
}

.slick-dots li button:focus:before, .slick-dots li button:hover:before, .slick-next:focus:before, .slick-next:hover:before, .slick-prev:focus:before, .slick-prev:hover:before {
    opacity: 1
}

.slick-next.slick-disabled:before, .slick-prev.slick-disabled:before {
    opacity: .25
}

.slick-next:before, .slick-prev:before {
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: '←'
}

.slick-next:before, [dir=rtl] .slick-prev:before {
    content: '→'
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

[dir=rtl] .slick-next:before {
    content: '←'
}

.slick-dots, .slick-dots li button:before {
    position: absolute;
    left: 0;
    text-align: center
}

.slick-dots {
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none
}

.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 0
}

.slick-dots li button:before {
    font-size: 6px;
    line-height: 20px;
    top: 0;
    width: 20px;
    height: 20px;
    content: "";
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slide {
    outline: 0
}

.block {
    padding-top: 30px;
    padding-bottom: 30px
}

.header {
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%);
    -webkit-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12)
}

.header__container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: right;
    padding-top: 15px;
    padding-bottom: 15px
}

.logo {
    width: 147px;
    height: 80px;
    position: absolute;
    top: -30px;
    left: 15px;
    background: transparent;
}

.logo::before {
    content: "";
    position: absolute;
    top: 78px;
    left: 0;
    width: 0;
    height: 0;
    border-left: 73.5px solid transparent;
    border-right: 73.5px solid transparent;
    border-top: 30px solid white;
    filter: drop-shadow(0 2px 2px rgba(0, 0, 0, 0.25));
}

.logo::after {
    content: "";
    position: absolute;
    top: 30px;
    left: 0;
    width: 147px;
    height: 48px;
    background: white;
}

.logo__title {
    font-weight: bold;
    font-size: 28px;
    width: fit-content;
    margin: 0 auto 5px;
    border-bottom: 3px solid #1b1c4c;
}

.logo__subtitle {
    color: #d80e0c;
    font-weight: bold;
    font-size: 11px;
}

.logo__text-wrapper {
    position: absolute;
    top: 34px;
    left: 16px;
    z-index: 5;
}

@media (min-width: 850px) {
    .logo {
        width: 206px;
        height: 90px;
        position: absolute;
        top: -30px;
        left: 15px;
    }

    .logo::before {

        top: 90px;

        border-left: 103px solid transparent;
        border-right: 103px solid transparent;
        border-top: 30px solid white;
    }

    .logo::after {

        top: 30px;
        width: 206px;
        height: 60px;
    }

    .logo__text-wrapper {
        position: absolute;
        top: 34px;
        left: 29px;
        z-index: 5;
    }


    .logo__title {
        font-size: 36px;
    }

    .logo__subtitle {
        font-size: 14px;
    }
}


.menu, .menu__body {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.menu {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.menu__body {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
    z-index: 10;
    pointer-events: none;
}

.menu__content {
    position: absolute;
    top: 0;
    right: 0;
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%);
    box-shadow: 0 4px 10px 0 rgba(0, 0, 0, .12);
    padding: 50px 15px 15px;
    width: 320px;
    height: 100%;
    transform: translateX(100%);
    transition: transform 0.3s;
    z-index: 2;
}

.menu__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: 50%;
    transform: translateY(-50%);
    align-items: center;
    text-align: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 25px
}

.menu__list > :not(:last-child) {
    margin-bottom: 70px
}

.menu__item {
    width: 100%
}

.menu__content.active {
    transform: translateX(0);
    pointer-events: auto;
}

.menu__link {
    white-space: nowrap;
    color: #fff;
    display: block
}

.menu__link:hover {
    text-decoration: underline
}

.menu__button, .menu__link {
    position: relative
}

.menu__button::before {
    content: "";
    display: none
}

.icon-menu, .menu__button.active {
    position: relative;
    z-index: 100
}

.icon-menu {
    z-index: 5;
    background: 0 0;
    display: block;
    width: 34px;
    height: 24px
}

.icon-menu span, .icon-menu::after, .icon-menu::before {
    content: "";
    height: 4px;
    width: 100%;
    border-radius: 5px;
    position: absolute;
    left: 0;
    background-color: #fff;
    -webkit-transition: height .3s, -webkit-transform .3s;
    transition: transform .3s, height .3s;
    transition: transform .3s, height .3s, -webkit-transform .3s
}

.icon-menu span {
    width: 77%;
    right: 0;
    left: auto;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
}

.icon-menu::before {
    top: 0
}

.icon-menu::after {
    bottom: 0
}

.icon-menu.active span, .icon-menu.active::after, .icon-menu.active::before {
    border-radius: 4px;
    height: 4px;
    background-color: #fff
}

.menu-open .menu__body {
    left: 0
}

.menu-open .menu__body .menu__overlay {
    opacity: 1
}

.menu-open .menu__body .menu__content {
    -webkit-transform: translateX(0);
    transform: translateX(0)
}

.menu-open .icon-menu span {
    -webkit-transform: scale(0);
    transform: scale(0)
}

.menu-open .icon-menu::before {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -3px
}

.menu-open .icon-menu::after {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 50%;
    margin-bottom: -1px
}

.hero {
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.hero__container, .hero__content {
    position: relative
}

.hero__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-direction: row-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 20px
}

.hero__wrapper {
    position: relative
}

.list > :not(:last-child) {
    margin-bottom: 15px
}

.list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-animation: fadeInUp .8s ease forwards;
    animation: fadeInUp .8s ease forwards
}

.list__item:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.list__item:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.list__item:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.list__img {
    max-width: 55px
}

.list__text {
    font-weight: 700;
    font-size: 16px;
    line-height: 120%;
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}


.form {
    border-radius: 15px;
    border: 1px solid #c3c3c3;
    padding: 20px;
    position: relative;
    background: rgba(255, 255, 255, .8)
}

.form__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.form__header, .form__wrapper-input {
    margin-bottom: 10px
}

.form__wrapper-input > :not(:last-child) {
    margin-bottom: 10px
}

.form__button, .form__item-input {
    font-size: 15px;
    border-radius: 72px
}

.form__button {
    width: 100%;
    font-weight: 700;
    color: #fff;
    padding: 13.5px;
    background: -webkit-gradient(linear, left top, right top, from(#e83351), to(#8c192d));
    background: linear-gradient(90deg, #e83351 0, #8c192d 100%);
    -webkit-box-shadow: 0 3.584px 14.337px 0 rgba(50, 118, 71, .1);
    box-shadow: 0 3.584px 14.337px 0 rgba(50, 118, 71, .1);
    -webkit-animation: glowing 1500ms infinite;
    animation: glowing 1500ms infinite
}

.form__item-input {
    border: 1px solid #183164;
    background: #fff;
    color: #183164;
    text-align: center;
    padding: 10px;
}

.form__input {
    all: unset;
    color: #183164;
}

.form__input::placeholder {
    color: #183164;
}

button {
    cursor: pointer;
}

.sale {
    position: relative;
    font-size: 18px;
    color: #fff;
    z-index: 4;
    font-weight: 700;
}

.sale::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 63px;
    height: 63px;
    z-index: -1;
    background-image: url(../img/sale.svg);
    background-size: 100% 100%;
    transform: translate(-50%, -50%) translateZ(0);
    backface-visibility: hidden;
    will-change: transform;
    animation: pulse 2s infinite ease-in-out;
}

.sale--buy {
    position: relative;
    font-size: 18px;
    color: #fff;
    z-index: 4;
    font-weight: 700;
}

.sale__pulse {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 63px;
    height: 63px;
    z-index: -1;
    background: url(../img/sale.svg) no-repeat center/100% 100%;

    transform: translate(-50%, -50%);
    will-change: transform;
    animation: pulse 2s infinite ease-in-out;
}

@keyframes pulse {
    0%, 100% {
        transform: translate(-50%, -50%) scale3d(1, 1, 1) translateZ(0);
    }
    50% {
        transform: translate(-50%, -50%) scale3d(1.1, 1.1, 1) translateZ(0);
    }
}

.price-form, .price-form__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.price-form__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}


.price-form__title {
    font-size: 13px;
    line-height: normal;
    margin-bottom: 5px
}

.new {
    display: block;
    text-wrap: nowrap;
    background: linear-gradient(90deg, #e83351 0, #8c192d 100%)
}

.new, .old, .price-form__value--new, .price-form__value--old {
    background-clip: text !important;
    -webkit-text-fill-color: transparent
}

.old {
    display: block;
    text-wrap: nowrap;
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%)
}

.price-form__value--new, .price-form__value--old {
    line-height: normal
}

.price-form__value--new {
    font-size: 26px;
    font-weight: 700;
    background: -webkit-gradient(linear, left top, right top, from(#e83351), to(#8c192d));
    background: linear-gradient(90deg, #e83351 0, #8c192d 100%)
}

.price-form__value--old {
    font-size: 24px;
    position: relative;
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%)
}

.price-form__value--old::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%);
    transform: translate(-50%, -50%);
}

.popup .price-form__value--old::before {
    background: white;
}

.x_currency {
    font-size: 18px
}

.text {
    line-height: 1.4;
    font-size: 16px;
    margin-bottom: 20px
}

.decor__img {
    position: relative;
    max-width: 260px;
    margin: 0 auto
}

.decor__back {
    display: block;
    width: 100%;
    -webkit-animation: floatBack 6s ease-in-out infinite;
    animation: floatBack 6s ease-in-out infinite;
    will-change: transform
}

.decor__center {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-width: 150px;
    -webkit-animation: pulseCenter 4s ease-in-out infinite, rotateCenter 19s linear infinite;
    animation: pulseCenter 4s ease-in-out infinite, rotateCenter 24s linear infinite;
    will-change: transform;
    z-index: 2
}

.about {
    position: relative
}

.about__product {
    display: none
}

.about__product--right {
    display: none;
    position: absolute
}

.about__info {
    font-size: 18px;
    line-height: normal
}

.about__list > :not(:last-child) {
    margin-bottom: 15px
}

.about__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.about__item::before {
    content: "";
    background-image: url(../img/point.png);
    background-repeat: no-repeat;
    background-size: contain;
    width: 26px;
    height: 23px;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 26px;
    flex: 0 0 26px;
    animation: pulseAbout 4s infinite ease-in-out
}

.about__decor--adaptive {
    display: block
}

.about__decor--desk {
    display: none
}

.expert {
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.expert__title {
    margin-bottom: 20px
}

.expert__text {
    font-size: 16px;
    line-height: 1.4;
    position: relative;
    padding: 25px 0;
    overflow: visible
}

.expert__text::after, .expert__text::before {
    font-weight: 700;
    font-size: 50px;
    position: absolute;
    background: -webkit-gradient(linear, left top, right top, from(#e83351), to(#8c192d));
    background: linear-gradient(90deg, #e83351 0, #8c192d 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.expert__text::before {
    content: "“";
    top: -15px;
    left: 0
}

.expert__text::after {
    content: "”";
    right: 0;
    bottom: -42px
}


.expert__wrapper {
    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
}

.expert__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 25px
}

.action {
    position: relative;
    overflow: hidden
}

.action__subtitle {
    font-size: 16px;
    font-weight: 700;
    line-height: 20px
}

.action__subtitle, .action__title {
    margin-bottom: 20px
}

.action__img img {
    max-width: 170px;
    margin: 0 auto 30px;
    position: relative;
    filter: drop-shadow(0 0 2px rgba(51, 51, 51, .75));
    z-index: 3
}

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

.action__container {
    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: 30px;
    position: relative
}

.action__content {
    display: none
}

.action__img {
    position: relative
}

.action__img::before {
    content: "";
    position: absolute;
    bottom: -79%;
    left: 50%;
    max-width: 360px;
    width: calc(100% + 60px);
    transform: translateX(-50%);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/line.png);
}

.action__line {
    position: absolute;
    bottom: -5%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    max-width: 320px
}

.action__line-content {
    display: none
}

.item-action {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    -webkit-transition: all .6s ease-out;
    transition: all .6s ease-out
}

.item-action:nth-child(1) {
    -webkit-animation-delay: .2s;
    animation-delay: .2s
}

.item-action:nth-child(2) {
    -webkit-animation-delay: .6s;
    animation-delay: .6s
}

.item-action:nth-child(3) {
    -webkit-animation-delay: 1s;
    animation-delay: 1s
}

.item-action__title {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px
}

.item-action__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 19px
}

.item-action__img {
    min-width: 65px;
    max-width: 65px
}

.item-action.visible {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0)
}

.decor-text, .decor-text-right {
    display: none
}

.joint {
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.joint__container {
    max-width: 1920px;
    margin: 0 auto
}

.joint__item {
    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: 40px
}

.joint__title {
    text-align: center;
    margin-bottom: 20px
}

.joint__track {
    width: 100%;
    overflow: hidden;
    position: relative
}

.joint__img {
    max-width: 130px
}

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

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

.stage__title {
    margin-bottom: 20px;
    text-align: center
}

.stage__info {
    z-index: 3
}

.stage__container, .stage__img, .stage__info {
    position: relative
}

.stage__img {
    position: relative;
    max-width: 450px;
    margin: 0 auto 40px;
}

.stage__img::before {
    content: "";
    position: absolute;
    bottom: -67%;
    left: 50%;
    width: calc(100% + 60px);
    transform: translateX(-50%);
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-image: url(../img/line.png);
}

.stage__number {
    position: absolute;
    z-index: 5;
    font-size: 13px;
    padding: 5px;
    font-weight: 700;
    color: #fff;
    max-width: 55px;
    border-radius: 7px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    background: #4e93bd
}

.stage__number--one {
    top: 33%
}

.stage__number--two {
    top: 59%
}

.stage__number--three {
    top: 81%
}

.stage__list {
    margin-bottom: 20px;
    counter-reset: section;
}

.item-stage__title::before {
    counter-increment: section;
    content: "Етап " counter(section) ": ";
}


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

.stage__border {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid #183164;
    font-size: 18px;
    text-align: center;
    font-weight: 700;
    line-height: normal;
}

.stage__pyramid {
    position: relative;
    z-index: 3
}

.item-stage {
    position: relative;
    text-align: center;
}

.item-stage__title {
    display: block;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px
}

.item-stage__text {
    font-size: 16px;
    line-height: 19px
}

.buy {
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%)
}

.buy__prod {
    position: relative;
    max-width: 100px
}

.buy__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.buy__title {
    color: #fff
}

.buy__title {
    display: none
}

.buy__header {
    position: relative;
    margin-bottom: 20px
}

.sale--buy {
    display: inline-block;
    position: absolute;
    top: 20px;
    right: -18px;
    font-size: 20px
}

.sale--buy::before {
    width: 75px;
    height: 75px
}

.price-buy__item {
    color: #fce429;
    text-align: center;
}

.price-buy__item--old {
    color: rgba(255, 255, 255, .8);
    text-align: center;
    position: relative;

}

.price-buy__title {
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px
}

.price-buy__value--new {
    font-size: 34px;
    font-weight: 700;
    position: relative
}

.price-buy__item--old::before {
    content: "";
    position: absolute;
    background-color: #ccc;
    top: 100%;
    left: 0;
    width: 100%;
    height: 1px
}

.price-buy__value--old {
    font-size: 32px;
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.price-buy__value--old::after {
    content: "";
    position: absolute;
    top: calc(50% + 8px);
    left: 50%;
    width: 100%;
    height: 3px;
    background: rgba(255, 255, 255, .8);
    transform: translate(-50%, -50%);
}


.price-buy__value .x_currency {
    font-size: 25px
}

.compound {
    background-image: url(../img/background.png);
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden
}

.compound__wrapper-title {
    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;
    margin-bottom: 20px
}

.compound__title {
    line-height: normal
}


.list-compound > :not(:last-child) {
    margin-bottom: 20px
}

.list-compound--20px {
    margin-bottom: 20px
}

.list-compound__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 10px
}

.list-compound__img {
    max-width: 80px;
    position: relative;
    -webkit-animation: gentleSwing 4s infinite ease-in-out;
    animation: gentleSwing 4s infinite ease-in-out;
    -webkit-transform-origin: center center;
    transform-origin: center center;
    z-index: 5
}

.list-compound__info {
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

.list-compound__title {
    font-weight: 700;
    margin-bottom: 5px;
    font-size: 16px;
    line-height: 20px
}

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

.list-compound__line, .reviews {
    position: relative
}

.list-compound__decor-line--left::before {
    right: auto;
    left: 9px
}

.reviews__title {
    margin-bottom: 20px;
    text-align: center
}

/*.reviews__scroll :last-child {*/
/*    border-bottom: 1px solid transparent;*/
/*    margin-bottom: 0;*/
/*    padding-bottom: 0*/
/*}*/

/*.reviews__scroll {*/
/*    max-height: 500px;*/
/*    overflow-y: auto;*/
/*    padding-right: 10px*/
/*}*/

/*.reviews__scroll::-webkit-scrollbar {*/
/*    width: 6px;*/
/*    background-color: rgba(182, 182, 182, .55)*/
/*}*/

/*.reviews__scroll::-webkit-scrollbar-thumb {*/
/*    background-color: #999;*/
/*    border-radius: 3px*/
/*}*/

.simplebar-placeholder {
    display: none;
}

@media (max-width: 1023.9px) {
    [data-simplebar] {
        max-height: 500px;
        position: relative;
        flex-direction: column;
        flex-wrap: wrap;
        justify-content: flex-start;
        align-content: flex-start;
        align-items: flex-start;
    }

    .simplebar-wrapper {
        overflow: hidden;
        width: inherit;
        height: inherit;
        max-width: inherit;
        max-height: inherit;
    }

    .simplebar-mask {
        direction: inherit;
        position: absolute;
        overflow: hidden;
        padding: 0;
        margin: 0;
        left: 0;
        top: 0;
        bottom: 0;
        right: 0;
        width: auto !important;
        height: auto !important;
        z-index: 0;
    }

    .simplebar-offset {
        direction: inherit !important;
        box-sizing: inherit !important;
        resize: none !important;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
        padding: 0;
        margin: 0;
        -webkit-overflow-scrolling: touch;
    }

    .simplebar-content-wrapper {
        direction: inherit;
        box-sizing: border-box !important;
        position: relative;
        display: block;
        padding-right: 10px;
        height: 100%; /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
        width: auto;
        overflow-x: auto !important;
        max-width: 100%; /* Not required for horizontal scroll to trigger */
        max-height: 100%; /* Needed for vertical scroll to trigger */
        overflow-y: auto;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }

    .simplebar-content-wrapper::-webkit-scrollbar,
    .simplebar-hide-scrollbar::-webkit-scrollbar {
        display: none;
        width: 0;
        height: 0;
    }

    .simplebar-content:before,
    .simplebar-content:after {
        content: ' ';
        display: table;
    }

    .simplebar-placeholder {
        max-height: 100%;
        display: block;
        max-width: 100%;
        width: 100%;
        pointer-events: none;
    }

    .simplebar-height-auto-observer-wrapper {
        box-sizing: inherit !important;
        height: 100%;
        width: 100%;
        max-width: 1px;
        position: relative;
        float: left;
        max-height: 1px;
        overflow: hidden;
        z-index: -1;
        padding: 0;
        margin: 0;
        pointer-events: none;
        flex-grow: inherit;
        flex-shrink: 0;
        flex-basis: 0;
    }

    .simplebar-height-auto-observer {
        box-sizing: inherit;
        display: block;
        opacity: 0;
        position: absolute;
        top: 0;
        left: 0;
        height: 1000%;
        width: 1000%;
        min-height: 1px;
        min-width: 1px;
        overflow: hidden;
        pointer-events: none;
        z-index: -1;
    }

    .simplebar-track {
        z-index: 1;
        position: absolute;
        right: 0;
        bottom: 0;
        pointer-events: none;
        overflow: hidden;
    }

    [data-simplebar].simplebar-dragging {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    [data-simplebar].simplebar-dragging .simplebar-content {
        pointer-events: none;
        -webkit-touch-callout: none;
        -webkit-user-select: none;
        -khtml-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
    }

    [data-simplebar].simplebar-dragging .simplebar-track {
        pointer-events: all;
    }

    .simplebar-scrollbar {
        position: absolute;
        left: 0;
        right: 0;
        min-height: 10px;
    }

    .simplebar-scrollbar:before {
        position: absolute;
        content: '';
        background-color: #2c488e;
        border-radius: 3px;
        left: 0;
        right: 0;
    }

    .simplebar-scrollbar.simplebar-visible:before {
        opacity: 0.5;
        transition-delay: 0s;
        transition-duration: 0s;
    }

    .simplebar-track.simplebar-vertical {
        top: 0;
        background-color: rgba(182, 182, 182, .55);
        width: 6px;
    }

    .simplebar-scrollbar:before {
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
    }

    .simplebar-track.simplebar-horizontal {
        left: 0;
        height: 11px;
        display: none !important;
    }

    .simplebar-track.simplebar-horizontal .simplebar-scrollbar {
        right: auto;
        left: 0;
        top: 0;
        bottom: 0;
        min-height: 0;
        min-width: 10px;
        width: auto;
    }

    /* Rtl support */
    [data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
        right: auto;
        left: 0;
    }

    .simplebar-dummy-scrollbar-size {
        direction: rtl;
        position: fixed;
        opacity: 0;
        visibility: hidden;
        height: 500px;
        width: 500px;
        overflow-y: hidden;
        overflow-x: scroll;
        -ms-overflow-style: scrollbar !important;
    }

    .simplebar-dummy-scrollbar-size > div {
        width: 200%;
        height: 200%;
        margin: 10px 0;
    }

    .simplebar-hide-scrollbar {
        position: fixed;
        left: 0;
        visibility: hidden;
        overflow-y: scroll;
        scrollbar-width: none;
        -ms-overflow-style: none;
    }


}

.reviews__img-wrapper {
    position: relative;
    min-height: 300px;
    max-width: 290px;
    margin: 0 auto 20px
}

.reviews__img {
    position: absolute;
    display: block;
    padding: 5px;
    border-radius: 5px;
    background: #fff !important;
    width: fit-content;
    -webkit-box-shadow: 0 0 4px 0 rgba(0, 0, 0, .75);
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .75)
}

.reviews__img img {
    border-radius: 3px;
}

.reviews__img--one {
    top: 135px;
    left: 5px;
    z-index: 2;
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg)
}

.reviews__img--one img, .reviews__img--two img {
    max-width: 108px;
    max-height: 108px;
    aspect-ratio: 108/108;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__img--two {
    bottom: 40px;
    right: 15px;
    z-index: 2;
    -webkit-transform: rotate(7deg);
    transform: rotate(7deg)
}

.reviews__img--two img {
    max-width: 85px;
    max-height: 85px;
    aspect-ratio: 85/85
}

.reviews__img--three {
    top: 20px;
    right: 15px;
    z-index: 2;
    -webkit-transform: rotate(16deg);
    transform: rotate(16deg)
}

.reviews__img--four img, .reviews__img--three img {
    max-width: 90px;
    max-height: 90px;
    aspect-ratio: 90/90;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__img--four {
    top: 98px;
    right: 50px;
    z-index: 1;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg)
}

.reviews__img--four img {
    max-width: 115px;
    max-height: 115px;
    aspect-ratio: 115/115
}

.reviews__img--five {
    bottom: 0;
    right: 30%;
    -webkit-transform: rotate(1deg);
    transform: rotate(1deg)
}

.reviews__img--five img, .reviews__img--six img {
    max-width: 65px;
    max-height: 65px;
    aspect-ratio: 65/65;
    -o-object-fit: cover;
    object-fit: cover
}

.reviews__img--six {
    top: 20px;
    left: 17px;
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg)
}

.reviews__img--six img {
    max-width: 130px;
    max-height: 130px;
    aspect-ratio: 130/130
}

.mfp-align-top .mfp-container:before, .reviews__button {
    display: none
}

.mfp-bg {
    z-index: 1042;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8
}

.mfp-bg, .mfp-container, .mfp-wrap {
    width: 100%;
    height: 100%;
    left: 0;
    top: 0
}

.mfp-wrap {
    z-index: 1043;
    position: fixed;
    outline: 0 !important;
    -webkit-backface-visibility: hidden
}

.mfp-container {
    text-align: center;
    position: absolute;
    padding: 0 8px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default
}

.mfp-container:before, .mfp-content {
    display: inline-block;
    vertical-align: middle
}

.mfp-container:before {
    content: '';
    height: 100%
}

.mfp-content {
    position: relative;
    margin: 0 auto;
    text-align: left;
    z-index: 1045
}

.mfp-ajax-holder .mfp-content, .mfp-inline-holder .mfp-content {
    width: 100%;
    cursor: auto
}

.mfp-ajax-cur {
    cursor: progress
}

.mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}

.mfp-zoom {
    cursor: pointer;
    cursor: -webkit-zoom-in;
    cursor: zoom-in
}

.mfp-auto-cursor .mfp-content {
    cursor: auto
}

.mfp-arrow, .mfp-close, .mfp-counter, .mfp-preloader {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.mfp-loading.mfp-figure, .mfp-s-error .mfp-content, .mfp-s-ready .mfp-preloader {
    display: none
}

.mfp-hide {
    display: none !important
}

.mfp-preloader {
    color: #ccc;
    position: absolute;
    top: 50%;
    width: auto;
    text-align: center;
    margin-top: -.8em;
    left: 8px;
    right: 8px;
    z-index: 1044
}

.mfp-preloader a {
    color: #ccc
}

.mfp-preloader a:hover {
    color: #fff
}

button.mfp-arrow, button.mfp-close {
    overflow: visible;
    cursor: pointer !important;
    background: 0 0;
    border: 0;
    -webkit-appearance: none;
    display: block;
    outline: 0;
    padding: 0;
    z-index: 1046;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation
}

button::-moz-focus-inner {
    padding: 0;
    border: 0
}

.mfp-close {
    width: 44px;
    height: 44px;
    line-height: 44px;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none;
    text-align: center;
    opacity: .65;
    padding: 0 0 18px 10px;
    color: #fff;
    font-style: normal;
    font-size: 50px;
    font-family: Arial, Baskerville, monospace
}

.mfp-close:focus, .mfp-close:hover {
    opacity: 1
}

.mfp-close:active {
    top: 1px
}

.mfp-close-btn-in .mfp-close {
    color: #333
}

.mfp-iframe-holder .mfp-close, .mfp-image-holder .mfp-close {
    color: #fff;
    right: -6px;
    text-align: right;
    padding-right: 6px;
    width: 100%
}

.mfp-counter {
    position: absolute;
    top: 0;
    right: 0;
    color: #ccc;
    font-size: 12px;
    line-height: 18px;
    white-space: nowrap
}

.mfp-arrow {
    position: absolute;
    opacity: 1;
    top: 50%;
    margin: -55px 0 0;
    padding: 0;
    width: 90px;
    height: 110px;
    -webkit-tap-highlight-color: transparent
}


.mfp-arrow:active {
    margin-top: -54px
}

.mfp-arrow:focus, .mfp-arrow:hover {
    opacity: 1
}

.mfp-arrow:after, .mfp-arrow:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent
}

.mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px
}

.mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: .7
}

.mfp-arrow-left {
    left: 0
}

.mfp-arrow-left:after {
    border-right: 17px solid #fff;
    margin-left: 31px
}

.mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3f3f3f
}

.mfp-arrow-right {
    right: 0
}

.mfp-arrow-right:after {
    border-left: 17px solid #fff;
    margin-left: 39px
}

.mfp-arrow-right:before {
    border-left: 27px solid #3f3f3f
}

.mfp-iframe-holder {
    padding-top: 40px;
    padding-bottom: 40px
}

.mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px
}

.mfp-iframe-holder .mfp-close {
    top: -40px
}

.mfp-iframe-scaler {
    width: 100%;
    height: 0;
    overflow: hidden;
    padding-top: 56.25%
}

.mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #000
}

.mfp-figure:after, img.mfp-img {
    display: block;
    width: auto;
    height: auto
}

img.mfp-img {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 0;
    margin: 0 auto
}

.mfp-figure, img.mfp-img {
    line-height: 0
}

.mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    right: 0;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    box-shadow: 0 0 8px rgba(0, 0, 0, .6);
    background: #444
}

.mfp-figure small {
    color: #bdbdbd;
    display: block;
    font-size: 12px;
    line-height: 14px
}

.mfp-figure figure {
    margin: 0
}

.list-line {
    display: none;
}

.reviews__item:last-child {
    border-bottom: 1px solid transparent;
    padding-bottom: 0;
    margin-bottom: 0;
}

.mfp-bottom-bar {
    margin-top: -36px;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    cursor: auto
}

.mfp-title {
    text-align: left;
    line-height: 18px;
    color: #f3f3f3;
    word-wrap: break-word;
    padding-right: 36px
}

.mfp-image-holder .mfp-content, img.mfp-img {
    max-width: 100%
}

.mfp-gallery .mfp-image-holder .mfp-figure {
    cursor: pointer
}

.comment {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 15px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dfdfdf
}

.expert__img {
    max-width: 95px;
}

.comment__img {
    width: 50px;
    height: 50px;
    aspect-ratio: 50/50;
    -o-object-fit: cover;
    object-fit: cover
}

.comment__img img {
    border-radius: 50%
}

.comment__name {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 15px
}

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

.footer {
    text-align: center;
    padding: 15px 0
}

.popup {
    padding: 20px;
    border-radius: 20px;
    background: linear-gradient(91deg, #183164 1.38%, #2c488e 60.64%)
}

.popup__prod {
    position: relative
}

.popup__img {
    margin: 0 auto 15px;
    max-width: 160px
}

.popup__main .price-form__title {
    color: #fce429
}

.price-form {
    gap: 15px;
}

.popup__main .price-form {
    margin-bottom: 15px
}

.popup__main .price-form__value--new {
    color: #fce429;
    background: #fce429
}

.popup__main .price-form__title--old {
    color: #fff
}

.popup__main .price-form__value--old {
    color: #fff;
    background: #fff
}

.popup__title {
    color: white;
    text-align: center;
    max-width: 230px;
    line-height: normal;
    margin: 0 auto 25px;
    font-size: 18px;
    font-weight: bold;
}

.popup__main .price-form {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.popup__main form {
    margin: 0 auto;
    width: 250px
}


.sale--popup {
    position: absolute;
    top: 15px;
    font-size: 22px;
    left: 35px
}

.menu__overlay {
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(44, 72, 142, 0.7);
    opacity: 0;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
    z-index: 1;
}

.sale--popup::before {
    width: 75px;
    height: 75px
}

.ever-popup__close:after, .ever-popup__close:before {
    height: 4px !important;
    width: 26px !important;
    border-radius: 5px
}

.ever-popup__close {
    width: 26px !important;
    height: 26px !important;
    top: 50px !important;
    right: 15px !important
}

.hero__product {
    filter: drop-shadow(0 0 2px rgba(51, 51, 51, .75));
}

@media (min-width: 375px) {
    .list-compound__title {
        font-size: 18px;
    }
}

@media (min-width: 380px) {
    .hero__product {
        max-width: 155px
    }
}

.menu__overlay.active {
    opacity: 1;
    pointer-events: auto;
}

@media (min-width: 430px) {

    .form-buy {
        max-width: 350px;
        margin: 0 auto;
    }

    .menu__content {
        width: 320px
    }

    .menu__list {
        font-size: 25px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        min-height: auto
    }

    .menu__button.active {
        -webkit-transform: translateY(10px);
        transform: translateY(10px)
    }
}

@media screen and (min-width: 480px) {
    .subtile {
        font-size: 18px
    }

    .price-buy__value--old::after {
        top: calc(50% + 6px);
    }

    .price-form {
        gap: 0;
    }

    .price-buy__value--old {
        font-size: 32px;

    }

    .price-form__item--old {
        padding-right: 10px;
        margin-right: 10px;
        border-right: 1px solid #ccc;
    }

    .list :last-child {
        width: 80%;
        margin: 0 auto;
    }

    .title {
        font-size: 30px
    }
}

@media (min-width: 480px) {
    .hero__content {
        margin-bottom: 0
    }

    .hero__product {
        position: absolute;
        top: 105px;
        z-index: 3;
        left: 0;
        max-width: 170px
    }

    .hero__form {
        margin-bottom: 30px
    }

    .about__list > :not(:last-child), .list > :not(:last-child) {
        margin-bottom: 0
    }

    .list__item {
        width: 46%;
        margin: 0 auto;
    }

    .list--mob {
        display: none
    }

    .price-buy__title {
        font-size: 16px;
        margin-bottom: 5px
    }

    .list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 15px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 50px
    }

    .form {
        width: 93%;
        margin-left: auto;
        padding: 20px 20px 20px 150px
    }

    .sale::before {
        width: 73px;
        height: 73px
    }

    .buy__banner {
        position: absolute;
        top: 5px;
        right: 45px;
        max-width: 125px;
        margin: 0 auto 15px;
    }

    .buy__header {
        max-width: 390px;
        margin: 0 auto 15px;
        align-items: flex-end;
    }

    .sale {
        position: absolute;
        left: 90px;
        top: -15px;
        font-size: 20px
    }

    .about__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 15px
    }

    .about__item {
        width: 48%
    }

    .reviews__img-wrapper {
        min-height: 350px;
    }

    .reviews__img--six {
        left: 0;
    }

    .reviews__img--one {
        top: 155px;
    }

    .reviews__img--four {
        top: 142px;
    }

    .reviews__img--three {
        top: 63px;
        right: -9px;
    }

    .reviews__img--two {
        right: -5px;
    }

    .action__subtitle {
        font-size: 18px
    }

    .action__line {
        bottom: -12%;
        max-width: 480px
    }


    .stage__number--one {
        top: 35%
    }

    .stage__number--two {
        top: 62%
    }

    .stage__number--three {
        top: 83%
    }

    .buy__prod {
        max-width: 130px
    }

    .sale--buy {
        top: 20px;
        right: -18px;
        left: auto
    }

    .list-compound__item {
        gap: 20px
    }

    .sale--popup {
        top: 15px;
        left: 35px
    }
}

@media (min-width: 576px) {
    .hero__product {
        top: 70px
    }

    .list__item {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }

    .list {
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        margin-bottom: 60px
    }

    .list :last-child {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content
    }
}


@media (min-width: 640px) {
    .hero__product {
        max-width: 190px
    }

    .hero__form {
        margin-bottom: 35px
    }


    .buy__container {
        display: flex;
    }

    .buy__header {
        position: static;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 20px;
        max-width: 100%;
    }

    .form-buy {
        align-self: center;
        margin: 70px auto 0;
        width: 250px;
        max-width: 100%;
    }


    .list {
        margin-bottom: 85px
    }

    .form {
        width: 91%;
        padding: 20px 20px 20px 160px
    }

    .sale::before {
        width: 90px;
        height: 90px
    }

    .sale {
        font-size: 25px;
        left: -36px;
        top: -32px
    }

    .sale--buy {
        font-size: 25px;
        left: -36px;
        top: -32px
    }

    .sale__pulse {
        width: 90px;
        height: 90px
    }

    .form__header, .form__wrapper-input {
        margin-bottom: 15px;
    }

    .form__wrapper-input > :not(:last-child) {
        margin-bottom: 15px;
    }

    .price-form__item--old {
        padding-right: 15px;
        margin-right: 15px
    }

    .price-form__title {
        font-size: 15px
    }

    .price-form__value--new {
        font-size: 29px
    }

    .price-form__value--old {
        font-size: 27px
    }

    .about__item {
        gap: 10px
    }

    .about__content {
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .about__wrapper-info {
        max-width: 375px
    }

    .expert__body {
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .expert__content {
        max-width: 400px;
    }

    .expert__img {
        display: none
    }


    .expert__wrapper {
        display: block
    }

    .action__subtitle {
        font-size: 20px
    }

    .action__img img {
        margin: 0;
    }

    .action__wrapper {
        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;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .action__line {
        bottom: -10%
    }

    .item-action {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

    .item-action__title {
        font-size: 18px;
        line-height: 20px
    }

    .item-action__img {
        min-width: 85px;
        max-width: 85px
    }

    .stage__item {
        width: 48%
    }

    .stage__list > :not(:last-child) {
        margin-bottom: 0
    }

    .stage__list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .stage__list :last-child {
        width: 100%
    }

    .item-stage__title {
        font-size: 20px
    }

    .buy__container {
        position: relative;
        gap: 20px;
        max-width: 640px
    }

    .buy__banner {
        bottom: 25px;
        left: 40px;
        max-width: 125px;
        margin: 0;
        top: auto;
    }

    .buy__prod {
        max-width: 140px;
        margin: 0 auto
    }

    .price-buy__value--old {
        font-size: 26px;
    }

    .sale--buy {
        right: -9px;
    }


    .buy__price {
        position: absolute;
        right: 38px;
        top: 20px;
        margin: 0 auto;
        display: flex;
        gap: 20px;
    }


    .buy__title {
        display: block;
        max-width: 170px;
        font-size: 21px;
        line-height: 1.3;
        margin-bottom: 100px;
    }

    .sale--buy {
        left: auto;
        top: 30px
    }

    .compound__container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

    .compound__wrapper-title {
        -webkit-box-pack: left;
        -ms-flex-pack: left;
        justify-content: left
    }

    .list-compound > :not(:last-child) {
        margin-bottom: 0
    }

    .list-compound--20px {
        margin-bottom: 0
    }

    .list-compound {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        justify-content: left;
        gap: 20px;
        width: 48%;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .expert__photo {
        max-width: 250px;
        margin-bottom: -95px;
    }

    .price-buy__value--old {
        position: relative;
        margin-bottom: 0;
        padding-bottom: 0;
    }

    .price-buy__item--old::before {
        top: 50%;
        left: calc(100% + 10px);
        transform: translateY(-50%);
        width: 1px;
        height: 100%;
    }

    .price-buy__value--new {
        font-size: 28px;
    }


    .list-compound__title {
        font-size: 18px
    }

    .reviews__title {
        margin-bottom: 30px
    }

    .reviews__body {
        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
    }

    .reviews__img-wrapper {
        margin: 0 auto;
        min-height: 350px
    }

    .reviews__img--three {
        right: 13px;
    }

    .reviews__img--two {
        right: 12px;
    }

    .showcase-offer {
        min-width: 48%
    }

    .footer {
        padding: 20px 0
    }

    .popup {
        padding: 30px
    }

    .popup__body {
        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: 30px;
    }

    .popup__img {
        margin: 0;
        max-width: 160px
    }

    .popup__main .form__button, .popup__main .form__item-input {
        padding: 15px 10px
    }

    .popup__main .form__item-input {
        margin-bottom: 15px;
    }

    .sale--popup {
        top: 20px;
        left: 20px;
    }

    .action__img::before {
        bottom: -81%;
        width: calc(100% + 200px);
    }
}

@media (min-width: 640px) and (max-width: 1023.9px) {
    .reviews__body {
        flex-direction: row;
        gap: 20px;
    }

    .showcase-offer {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .reviews__comment {
        flex: 0 0 48%;
        max-width: 48%;
    }

    .reviews__comment .simplebar-content-wrapper,
    .reviews__comment .simplebar-content {
        width: 100% !important;
        max-width: 100% !important;
        box-sizing: border-box;
    }
}

@media screen and (min-width: 640px) {
    .subtile {
        font-size: 20px
    }

    .popup__title {
        font-size: 20px;
        max-width: 90%;
    }

    .price-buy__value--old::after {
        top: 50%;
    }

    .hero__wrapper {
        display: flex;
        align-items: center;
        gap: 20px;
        max-width: 610px;
        margin: 0 auto;
        justify-content: center;
    }


    .form {
        padding: 15px;
        width: 100%;
        margin-bottom: 0;
    }

    .hero__content {
        gap: 20px;
        flex-direction: row;
    }

    .list {
        margin-bottom: 0;
        flex-direction: column;
    }

    .hero__product {
        position: static;
        max-width: 150px;
    }

    .title--hero {
        text-align: center;
    }

    .list__item {
        margin: 0;
    }

    .subtile {
        text-align: center;
        margin-bottom: 40px;
    }

    .reviews__img--six {
        left: 18px;
    }

    .hero .sale {
        left: -60px;
        top: -17px;
        font-size: 22px;
    }

    .hero .sale::before {
        width: 75px;
        height: 75px;
    }

}

@media screen and (min-width: 768px) {
    .subtile {
        font-size: 22px;
        text-align: center;
        margin-bottom: 20px
    }

    .stage__border {
        font-size: 20px;
    }

    .list__img {
        max-width: 70px
    }

    .list__text {
        font-size: 15px;
    }

    .menu__body {
        pointer-events: auto;
    }

    .price-buy__value--old::after {
        top: 50%;
    }

    .stage__border {
        max-width: 800px;
        margin: 0 auto;
    }

    .reviews__img-wrapper {
        min-height: 430px;
    }

    .item-stage {
        text-align: left;
    }

    .stage__number--one {
        top: 32%
    }

    .stage__number--two {
        top: 60%;
    }

    .title, .title--hero {
        font-size: 37px
    }

    .title--hero {
        text-align: center
    }

    .price-buy__value--old {
        padding-bottom: 0;
        margin-right: 0;
        margin-bottom: 0
    }

    .block {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media (min-width: 768px) {
    .header__container {
        padding-top: 20px;
        padding-bottom: 20px
    }

    .menu__body {
        position: static;
        padding: 0;
        left: auto;
        background-color: transparent;
        overflow: visible
    }

    .menu__overlay {
        display: none
    }

    .menu__content {
        padding: 0;
        width: 100%;
        -webkit-transform: none;
        transform: none;
        position: static;
        overflow-y: visible;
        -webkit-transition: none;
        transition: none;
        background: 0 0;
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .buy__header, .form-buy {
        max-width: 100%;
    }

    .expert__photo {
        margin-bottom: -45px;
    }

    .buy__header {
        position: static;
    }

    .menu__list {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        position: static;
        transform: translateY(0);
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
        font-size: 16px;
        padding-top: 0
    }

    .menu__list > :not(:last-child) {
        padding-bottom: 0;
        margin-bottom: 0;
        margin-right: 30px
    }

    .icon-menu, .menu__info {
        display: none
    }

    .hero__footer {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse
    }

    .hero__wrapper {
        max-width: 725px;
        margin: 0 auto
    }

    .hero__product {
        max-width: 180px;
    }

    .form {
        padding: 20px;
    }

    .list {
        gap: 20px;
    }

    .hero__wrapper, .hero__content {
        gap: 30px;
    }

    .list {
        margin-bottom: 0
    }

    .title--about {
        width: 130%;
    }

    .text--mb {
        margin-bottom: 20px
    }

    .decor__img {
        max-width: 350px
    }

    .decor__center {
        max-width: 160px
    }

    .about__container {
        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: 30px
    }

    .about__main-info {
        max-width: 400px
    }

    .about__info {
        font-size: 20px
    }

    .about__decor--adaptive {
        display: none
    }

    .about__decor--desk {
        display: block;
        margin-bottom: 0
    }

    .about__wrapper-info {
        max-width: 100%
    }


    .expert__name {
        font-size: 20px
    }

    .action__subtitle {
        text-align: center;
        font-size: 22px
    }

    .action__title {
        text-align: center;
        margin-bottom: 20px
    }

    .action__wrapper {
        max-width: 738px;
        margin: 0 auto
    }

    .joint__title {
        text-align: center;
        margin-bottom: 30px
    }

    .joint__img {
        max-width: 140px
    }

    .joint__text {
        font-size: 24px
    }

    .stage__title {
        margin-bottom: 30px
    }

    .stage__content {
        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;
    }

    .text {
        font-size: 18px;
    }

    .stage__info {
        max-width: 370px
    }

    .stage__img {
        margin: 0
    }

    .stage__item {
        width: 100%
    }

    .stage__list {
        gap: 10px;
        margin-bottom: 10px;
    }

    .stage__pyramid {
        max-width: 370px
    }

    .item-stage__title {
        font-size: 22px
    }

    .item-stage__title::before {
        content: none;
    }

    .item-stage {
        display: flex;
        align-items: flex-start;
        gap: 15px;
    }

    .list-line {
        display: block;
        position: relative;
        width: 70px;
        height: 1px;
        margin-top: 10px;
        background-color: #4e93bd;
    }

    .list-line::after {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 5px;
        background-color: #4e93bd;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 0
    }

    .stage__number::after {
        content: "";
        position: absolute;
        background-color: #4e93bd;
        height: 1px;
    }


    .stage__number--one::after {
        top: -74px;
        left: 5px;
        transform: rotate(-50deg);
        width: 231px;
    }

    .stage__number--two::after {
        top: -44px;
        left: 32px;
        transform: rotate(-38deg);
        width: 184px;
    }

    .stage__number--three::after {
        top: -15px;
        left: 36px;
        transform: rotate(-23deg);
        width: 167px;
    }

    .buy__container {
        position: relative;
        max-width: 728px
    }

    .buy__price {
        right: 49px;
        top: 40px;
    }

    .price-buy__title {
        font-size: 16px
    }

    .price-buy__value--new {
        padding-right: 0;
        margin-right: 0;
        padding-bottom: 0;
        margin-bottom: 0;
        font-size: 32px
    }

    .buy__prod {
        max-width: 160px;
    }

    .price-buy__value--old {
        font-size: 29px
    }

    .form-buy {
        width: 300px;
    }

    .buy__title {
        max-width: 200px;
        font-size: 22px;
    }

    .list-compound {
        gap: 40px
    }

    .list-compound__img {
        max-width: 90px
    }

    .list-compound__title {
        font-size: 20px
    }

    .reviews__title {
        margin-bottom: 40px
    }

    .reviews__img--one {
        top: 187px;
        left: -15px
    }

    .reviews__img--one img {
        max-width: 138px;
        max-height: 138px;
        aspect-ratio: 138/138
    }

    .reviews__img--two {
        bottom: 90px;
        right: -15px
    }

    .reviews__img--two img {
        max-width: 115px;
        max-height: 115px;
        aspect-ratio: 115/115
    }

    .reviews__img--three {
        top: 25px;
        right: -10px
    }

    .reviews__img--three img {
        max-width: 120px;
        max-height: 120px;
        aspect-ratio: 120/120
    }

    .reviews__img--four img {
        max-width: 135px;
        max-height: 135px;
        aspect-ratio: 135/135
    }

    .reviews__img--five {
        bottom: 0;
        right: 12%
    }

    .reviews__img--five img {
        max-width: 95px;
        max-height: 95px;
        aspect-ratio: 95/95
    }

    .reviews__img--six img {
        max-width: 160px;
        max-height: 160px;
        aspect-ratio: 160/160
    }
}

@media all and (max-width: 900px) {
    .mfp-arrow {
        -webkit-transform: scale(.75);
        transform: scale(.75)
    }

    .mfp-arrow-left {
        -webkit-transform-origin: 0;
        transform-origin: 0
    }

    .mfp-arrow-right {
        -webkit-transform-origin: 100%;
        transform-origin: 100%
    }

    .mfp-container {
        padding-left: 15px;
        padding-right: 15px
    }
}

@media (min-width: 991px) {

    .stage__pyramid {
        max-width: 450px
    }
}

@media (min-width: 1024px) {
    .header__container {
        padding-top: 28px;
        position: relative;
        padding-bottom: 28px
    }

    .comment__text {
        font-size: 18px;
    }

    .buy .form__item {
        display: flex;
        gap: 15px;
    }


    .hero .sale {
        left: -128px;
        top: -20px;
        font-size: 25px;
    }

    .hero .sale::before {
        width: 90px;
        height: 90px;
    }

    .title--hero {
        margin-bottom: 25px;
    }

    .hero__decor {
        max-width: 560px;
        position: absolute;
        right: -25px;
        bottom: -60px;
    }

    .hero__wrapper {
        gap: 60px;
    }

    .hero__wrapper {
        flex-direction: column;
        justify-content: left;
        margin-right: 0;
        margin-left: 0;
        max-width: 630px
    }

    .hero__content {
        position: static;
    }

    .list {
        flex-direction: row;
    }

    .text--mb {
        line-height: 1.4;
        margin-bottom: 50px
    }

    .decor__img {
        max-width: 450px
    }


    .buy__prod {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: 15px;
    }

    .form-buy {
        margin: 0;
    }

    .buy__container {
        flex-direction: column;
    }


    .buy__header {
        justify-content: center;
        align-items: center;
    }

    .buy__prod {
        max-width: 140px;
    }

    .buy__banner, .buy__price {
        position: static;
    }

    .buy__price {
        margin: 0;
    }

    .form-buy, .buy__header {
        padding-left: 180px;
    }

    .form-buy {
        width: 100%;
    }

    .stage__border {
        font-size: 23px;
    }

    .decor__center {
        max-width: 180px
    }

    .about__main-info {
        max-width: 600px
    }

    .about__info {
        font-size: 22px
    }

    .about__list {
        gap: 20px
    }

    .hero__product {
        position: absolute;
        left: 25px;
        top: 88px
    }

    .form {
        width: 100%;
        margin: 0;
        padding: 20px 20px 20px 70px;
    }

    .about__item {
        gap: 20px;
        line-height: 1.4
    }

    .expert__content {
        max-width: 400px;
    }

    .expert__photo {
        max-width: 350px
    }

    .action__subtitle {
        text-align: left;
        font-size: 24px
    }

    .action__title {
        margin-bottom: 20px
    }

    .action__img img {
        min-width: 220px;
    }

    .action__wrapper {
        max-width: 900px;
    }

    .action__container {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .action__content {
        display: block;
        position: relative;
        z-index: 3;
        -webkit-filter: drop-shadow(0 0 2px rgba(51, 51, 51, .75));
        filter: drop-shadow(0 0 2px rgba(51, 51, 51, .75))
    }

    .action__line-content {
        display: block;
        position: absolute;
        bottom: -44px;
        right: -172px;
        max-width: 700px
    }

    .item-action__title {
        font-size: 20px;
        line-height: 22px
    }

    .expert__photo {
        margin-bottom: -60px;
    }

    .item-action__img {
        min-width: 105px;
        max-width: 105px
    }

    .joint__title {
        text-align: center !important;
        margin-bottom: 60px
    }

    .joint__img {
        max-width: 160px
    }

    .joint__text {
        font-size: 25px
    }

    .stage__title {
        margin-bottom: 40px;
        text-align: center !important;
    }


    .stage__info {
        max-width: 400px
    }

    .stage__img {
        max-width: 650px
    }

    .stage__number {
        font-size: 19px;
        max-width: 80px
    }

    .stage__number--one {
        top: 36%
    }

    .stage__number--two {
        top: 63%
    }

    .stage__list {
        gap: 10px
    }

    .stage__pyramid {
        max-width: 520px
    }


    .item-stage__title {
        font-size: 25px
    }

    .action__img::before {
        bottom: -84%;
        max-width: 514px;
    }

    .buy__container {
        max-width: 1000px
    }

    .form-buy, .form-buy .form__wrapper-input {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 15px
    }

    .form-buy {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .form-buy .form__wrapper-input {
        margin-bottom: 0
    }

    .form-buy .form__item-input {
        margin-bottom: 0;
        padding: 15px;
        width: 240px
    }

    .form-buy .form__button {
        width: 240px
    }

    .buy__title {
        max-width: 340px;
        font-size: 22px;
        margin-bottom: 0;
    }

    .buy__banner {
        margin: 0;
        width: 100%
    }

    .compound__capsule {
        display: none
    }

    .list-compound {
        gap: 80px;
        width: 38%
    }

    .list-compound__item--revers {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .list-compound__img {
        max-width: 100px
    }

    .list-compound__title {
        font-size: 22px
    }

    .list-compound__text {
        font-size: 18px
    }

    .list-compound__decor-line {
        position: absolute;
        right: -75px;
        z-index: 5;
        top: 50%;
        background-color: #fa9a1e;
        width: 10px;
        border-radius: 50%;
        height: 10px
    }

    .list-compound__decor-line::before {
        content: "";
        position: absolute;
        top: 50%;
        right: 9px;
        width: 80px;
        height: 1px;
        background-color: #fa9a1e
    }

    .compound__decor {
        max-width: 195px;
    }

    .white, .white::before {
        background-color: white;
    }

    .list-compound__decor-line--left {
        right: auto;
        left: -85px
    }

    .reviews__title {
        margin-bottom: 50px;
        text-align: center !important
    }

    .reviews__body {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }

    .reviews__comment {
        max-width: 500px
    }

    .reviews__scroll {
        overflow-y: visible;
        padding-right: 0;
        margin-bottom: 40px
    }

    .reviews__img--one {
        top: 180px;
        left: -75px
    }

    .reviews__img--one img {
        max-width: 168px;
        max-height: 168px;
        aspect-ratio: 168/168
    }

    .reviews__img--two {
        right: -55px
    }

    .reviews__img--two img {
        max-width: 145px;
        max-height: 145px;
        aspect-ratio: 145/145
    }

    .reviews__img--three img {
        max-width: 150px;
        max-height: 150px;
        aspect-ratio: 150/150
    }

    .reviews__img--four img {
        max-width: 155px;
        max-height: 155px;
        aspect-ratio: 155/155
    }

    .reviews__img--five img {
        max-width: 125px;
        max-height: 125px;
        aspect-ratio: 125/125
    }

    .reviews__img--six {
        top: 0;
        left: -55px
    }

    .title--about {
        width: 100%;
    }

    .reviews__img--six img {
        max-width: 190px;
        max-height: 190px;
        aspect-ratio: 190/190
    }

    .reviews__button {
        display: block;
        font-size: 18px;
        cursor: pointer;
        padding: 10px;
        text-align: center;
        width: 265px;
        margin: 0 auto;
        border-radius: 100px;
        border: 1px solid #e83351;
        -webkit-box-shadow: 0 5px 20px 0 rgba(50, 118, 71, .1);
        box-shadow: 0 5px 20px 0 rgba(50, 118, 71, .1);
        font-weight: 400;
        line-height: 18px;
        -webkit-transition: border .3s ease-in-out;
        transition: border .3s ease-in-out
    }

    .compound__container {
        align-items: flex-start;
    }

    .reviews__button:hover {
        border: 1px solid #183164
    }

    .reviews__scroll {
        max-height: 500px;
        overflow: hidden;
        -webkit-transition: max-height .5s ease;
        transition: max-height .5s ease
    }

    .reviews__scroll.expanded {
        max-height: 2000px
    }

    .reviews__item.comment {
        overflow: hidden;
        max-height: 0;
        opacity: 0;
        -webkit-transition: max-height .5s ease, opacity .5s ease;
        transition: max-height .5s ease, opacity .5s ease;
        pointer-events: none
    }

    .reviews__item.comment.visible {
        max-height: 500px;
        opacity: 1;
        pointer-events: auto
    }


    .showcase-offer-first-photos.expanded .reviews__img {
        left: 5% !important;
        right: auto !important;
        bottom: auto !important;
        z-index: 2
    }

    .showcase-offer-first-photos.expanded .reviews__img--one {
        top: 0 !important
    }

    .showcase-offer-first-photos.expanded .reviews__img--five img, .showcase-offer-first-photos.expanded .reviews__img--four img, .showcase-offer-first-photos.expanded .reviews__img--one img, .showcase-offer-first-photos.expanded .reviews__img--six img, .showcase-offer-first-photos.expanded .reviews__img--three img, .showcase-offer-first-photos.expanded .reviews__img--two img {
        min-width: 300px;
        max-height: 300px;
        aspect-ratio: 300/300
    }

    .showcase-offer-first-photos.expanded .reviews__img--two {
        top: 320px !important
    }

    .showcase-offer-first-photos.expanded .reviews__img--three {
        top: 645px !important
    }

    .showcase-offer-first-photos.expanded .reviews__img--four {
        top: 940px !important
    }

    .showcase-offer-first-photos.expanded .reviews__img--five {
        top: 1250px !important
    }

    .showcase-offer-first-photos.expanded .reviews__img--six {
        top: 1550px !important
    }

    .reviews__body.expanded {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer {
        padding: 30px 0
    }
}

@media screen and (min-width: 1024px) {
    .subtile {
        font-size: 24px;
        text-align: left;
        margin-bottom: 25px
    }

    .title {
        text-align: left
    }
}

@media screen and (min-width: 1220px) {
    .margin--20 {
        margin-bottom: 25px
    }

    .subtile {
        font-size: 27px;
        margin-bottom: 85px
    }

    .title {
        font-size: 51px
    }

    .title--hero {
        max-width: 760px
    }

    .block {
        padding-top: 75px;
        padding-bottom: 45px
    }

    .block--about {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .reviews__scroll {
        max-height: 450px;
    }

    .block--expert {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .block--action {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .block--joint {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .block--compound {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .block--stage {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .stage__number--one {
        top: 34%;
    }

    .stage__number--two {
        top: 62%;
    }

    .block--buy {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .block--reviews {
        padding-top: 90px;
        padding-bottom: 90px
    }

    .action__title {
        margin-bottom: 55px;
    }

    .action__container {
        padding-right: 380px;
    }

    .action__img img {
        min-width: 360px;
    }

    .action__img {
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: 15px;
    }

    .action__info {
        max-width: 650px;
    }
}

@media (min-width: 1220px) {
    .menu__list > :not(:last-child) {
        margin-right: 75px
    }

    .hero__decor {
        max-width: 720px;
        right: -125px
    }

    .hero__form {
        margin-bottom: 58px
    }

    .hero__product {
        max-width: 190px;
    }

    .compound__decor {
        max-width: 215px;
    }

    .list__item {
        max-width: 100%
    }

    .list--desk {
        justify-content: left
    }

    .hero__product {
        top: -45px;
    }

    .form {
        margin-left: 25px;
        width: 100%;
        padding: 20px 20px 20px 60px;
        margin-right: auto
    }

    .hero .sale {
        left: -145px;
        top: -9px;
    }

    .hero__wrapper {
        flex-direction: column-reverse;
        gap: 0;
    }

    .form__button {
        font-size: 18px
    }

    .form__item-input {
        padding: 15px
    }

    .action__img img {
        width: 360px;
    }

    .price-form__value--new {
        font-size: 32px
    }

    .price-form__value--old {
        font-size: 30px
    }

    .decor__img {
        max-width: 500px
    }

    .decor__center {
        max-width: 100%
    }

    .about__container {
        gap: 70px
    }

    .expert__title {
        margin-bottom: 50px
    }

    .expert__text::before {
        font-size: 80px;
        top: -30px
    }

    .expert__text::after {
        font-size: 80px;
        bottom: -70px
    }

    .expert__text {
        font-size: 18px;
        line-height: 1.5;
        padding: 0 0 40px 60px
    }

    .expert__body {
        gap: 30px
    }

    .expert__photo {
        max-width: 450px;
    }

    .expert__content {
        max-width: 650px;
    }

    .expert__name {
        font-size: 22px;
        padding-left: 60px
    }

    .action__line-content {
        bottom: -55px;
        right: -200px;
        max-width: 900px
    }

    .item-action__title {
        font-size: 22px;
        line-height: 24px
    }

    .item-action__img {
        min-width: 125px;
        max-width: 125px
    }

    .stage__title {
        margin-bottom: 60px;
        text-align: center !important;
    }

    .form-buy .form__button, .form-buy .form__item-input {
        width: 265px
    }

    .buy__prod {
        max-width: 100px
    }

    .buy__header {
        gap: 25px
    }

    .form-buy, .buy__header {
        padding-left: 120px
    }

    .buy__title {
        max-width: 395px;
        font-size: 26px
    }

    .sale--buy {
        left: 0;
        right: auto;
        top: -10px
    }

    .compound__container {
        gap: 25px;
    }

    .list-compound__img {
        max-width: 120px
    }

    .reviews__title {
        margin-bottom: 70px;
        text-align: center
    }

    .stage__pyramid {
        max-width: 560px
    }


    .reviews__comment {
        max-width: 600px
    }

    .reviews__img--one {
        top: 200px;
        left: -108px
    }

    .reviews__img--one img {
        max-width: 210px;
        max-height: 210px;
        aspect-ratio: 210/210
    }

    .reviews__img--two {
        right: -117px;
        bottom: 55px
    }

    .reviews__img--two img {
        max-width: 170px;
        max-height: 170px;
        aspect-ratio: 170/170
    }

    .reviews__img--three {
        top: -60px;
        right: -100px
    }

    .reviews__img--three img {
        max-width: 180px;
        max-height: 180px;
        aspect-ratio: 180/180
    }

    .reviews__img--four {
        top: 70px;
        right: -30px
    }

    .reviews__img--four img {
        max-width: 220px;
        max-height: 220px;
        aspect-ratio: 220/220
    }

    .reviews__img--five {
        bottom: -33px;
        right: 3%
    }

    .reviews__img--six {
        top: -55px;
        left: -73px
    }

    .reviews__img--six img {
        max-width: 255px;
        max-height: 255px;
        aspect-ratio: 255/255
    }

    .showcase-offer-first-photos.expanded .reviews__img--two {
        top: 300px !important
    }

    .showcase-offer-first-photos.expanded .reviews__img--three {
        top: 550px !important
    }

    .showcase-offer-first-photos.expanded .reviews__img--four {
        top: 840px !important
    }

    .showcase-offer-first-photos.expanded .reviews__img--five {
        top: 1120px !important
    }

    .showcase-offer-first-photos.expanded .reviews__img--six {
        top: 1380px !important
    }
}

@media (min-width: 1360px) {
    .reviews__img--two {
        right: -137px;
        bottom: 55px
    }

    .reviews__img--three {
        top: -60px;
        right: -155px
    }
}

@media (min-width: 1540px) {
    .about__product, .about__product--right {
        display: block;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    .about__product {
        position: absolute;
        left: 50px
    }

    .about__product--right {
        left: auto;
        right: 50px
    }

    .decor-text, .decor-text-right {
        display: block;
        position: absolute
    }

    .decor-text {
        top: 50px;
        left: 50px
    }

    .decor-text-right {
        bottom: 50px;
        right: 50px
    }
}

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
    .mfp-img-mobile .mfp-image-holder {
        padding-left: 0;
        padding-right: 0
    }

    .mfp-img-mobile img.mfp-img {
        padding: 0;
        background: 0 0
    }

    .mfp-img-mobile .mfp-figure:after {
        top: 0;
        bottom: 0
    }

    .mfp-img-mobile .mfp-figure small {
        display: inline;
        margin-left: 5px
    }

    .mfp-img-mobile .mfp-bottom-bar {
        background: rgba(0, 0, 0, .6);
        bottom: 0;
        margin: 0;
        top: auto;
        padding: 3px 5px;
        position: fixed;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .mfp-img-mobile .mfp-bottom-bar:empty {
        padding: 0
    }

    .mfp-img-mobile .mfp-counter {
        right: 5px;
        top: 3px
    }

    .mfp-img-mobile .mfp-close {
        top: 0;
        right: 0;
        width: 35px;
        height: 35px;
        line-height: 35px;
        background: rgba(0, 0, 0, .6);
        position: fixed;
        text-align: center;
        padding: 0
    }
}

@media screen and (min-width: 1024px) and (max-width: 1219px) {
    .block {
        padding-top: 60px;
        padding-bottom: 60px
    }

    .block--action {
        padding-top: 80px;
        padding-bottom: 80px;
    }

}

.br-1220::after {
    display: none;
}

@media (min-width: 1220px) {
    .br-1220::after {
        content: "";
        display: block;
    }
}


@media (max-width: 480px) {
    .mfp-arrow {
        background-color: rgba(255, 255, 255, 0.76) !important;
        width: 45px;
        height: 70px;
        margin: -35px 0 0;
    }

    .mfp-arrow:active {
        margin-top: -36px;
    }

    .mfp-arrow-right:after {
        border-left: 17px solid #3f3f3f;
        opacity: 1;
    }

    .mfp-arrow-left:after {
        border-right: 17px solid #3f3f3f;
        opacity: 1;
    }

    .mfp-arrow-right:before, .mfp-arrow:before {
        opacity: 1;
    }


    .mfp-arrow:after, .mfp-arrow:before {
        margin-top: 15px;
        margin-left: 9px;
    }

    /*.mfp-arrow-left {*/
    /*    left: 15px;*/
    /*}*/
    /*.mfp-arrow-right {*/
    /*    right: 15px;*/
    /*}*/

}

@media (min-width: 768px) {
    .stage__number {
        position: absolute;
    }

    .stage__number::after {
        content: "";
        position: absolute;
        background-color: #4e93bd;
        height: 1px;
        opacity: 0;
        transform-origin: left center;
        transform: scaleX(0);
        transition: transform 0.7s ease, opacity 0.25s ease;
    }

    .stage__number--one::after {
        width: 239px;
        top: 22px;
        left: 41px;
        transform: rotate(-50deg) scaleX(0);
    }

    .stage__number--two::after {
        width: 200px;
        top: 21px;
        left: 41px;
        transform: rotate(-38deg) scaleX(0);
    }

    .stage__number--three::after {
        width: 164px;
        top: 15px;
        left: 50px;
        transform: rotate(-23deg) scaleX(0);
    }

    .stage__number.show-after.stage__number--one::after {
        opacity: 1;
        transform: rotate(-45deg) scaleX(1);
    }

    .stage__number.show-after.stage__number--two::after {
        opacity: 1;
        transform: rotate(-31deg) scaleX(1);
    }

    .stage__number.show-after.stage__number--three::after {
        opacity: 1;
        transform: rotate(-7deg) scaleX(1);
    }

}

@media (min-width: 768px) {
    .list-line,
    .list-line::after {
        opacity: 0;
    }

    .list-line {
        display: block;
        position: relative;
        width: 70px;
        height: 1px;
        margin-top: 10px;
        background-color: #4e93bd;

        opacity: 0;
        transform: scaleX(0);
        transform-origin: left center;
        transition: transform 0.6s ease, opacity 0.25s ease;
    }

    .list-line.show-list-line {
        opacity: 1;
        transform: scaleX(1);
    }

    .list-line::after {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 50%;
        background-color: #4e93bd;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translateY(-50%) scale(0);
        opacity: 0;
        transition: transform 0.25s ease, opacity 0.25s ease;
    }


    .list-line.show-list-dot::after {
        transform: translateY(-50%) scale(1);
        opacity: 1;
    }

    .item-stage__text.show-text {
        opacity: 1;
        transform: translateY(0);
    }


    .stage__border {
        opacity: 0;
        transform: scale(0.98);
        transition: opacity 0.35s ease, transform 0.35s ease;
    }

    .stage__border.show-border {
        opacity: 1;
        transform: scale(1);
    }

    .item-stage__title,
    .item-stage__text {
        opacity: 0;
        transform: translateY(0);
        transition: opacity 0.35s ease;
    }

    .item-stage {
        min-height: 125px;
    }

    .item-stage__title.show-title,
    .item-stage__text.show-text {
        opacity: 1;
    }


}

@media (min-width: 991px) {
    .stage__number.show-after.stage__number--one::after {
        transform: rotate(-37deg) scaleX(1);
    }

    .stage__number--one::after {
        width: 252px;
        top: 14px;
        left: 49px;
    }

    .stage__number.show-after.stage__number--two::after {
        transform: rotate(-27deg) scaleX(1);
    }

    .stage__number--two::after {
        width: 227px;
        top: 15px;
        left: 49px;
    }

    .stage__number.show-after.stage__number--three::after {
        transform: rotate(-11deg) scaleX(1);
    }

    .stage__number--three::after {
        width: 206px;
        top: 16px;
        left: 49px;
    }
}

@media (min-width: 1024px) {

    .list-line {
        min-width: 70px;
    }

    .stage__number.show-after.stage__number--one::after {
        transform: rotate(-35deg) scaleX(1);
    }

    .stage__number--one::after {
        width: 279px;
        top: 17px;
        left: 67px;
    }

    .stage__number.show-after.stage__number--two::after {
        transform: rotate(-28deg) scaleX(1);
    }

    .stage__number--two::after {
        width: 254px;
        top: 16px;
        left: 74px;
    }

    .stage__number.show-after.stage__number--three::after {
        transform: rotate(-14deg) scaleX(1);
    }

    .stage__number--three::after {
        width: 231px;
        top: 17px;
        left: 74px;
    }
}

@media (min-width: 1220px) {
    .stage__number.show-after.stage__number--one::after {
        transform: rotate(-31deg) scaleX(1);
    }

    .stage__number--one::after {
        width: 293px;
        top: 19px;
        left: 66px;
    }

    .stage__number.show-after.stage__number--two::after {
        transform: rotate(-26deg) scaleX(1);
    }

    .stage__number--two::after {
        width: 274px;
        top: 17px;
        left: 73px;
    }

    .stage__number.show-after.stage__number--three::after {
        transform: rotate(-15deg) scaleX(1);
    }

    .stage__border {
        margin-top: 10px;
    }

    .stage__number--three::after {
        width: 256px;
        top: 18px;
        left: 71px;
    }
}

.x_country_select {display:none!important}