html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

img {
    border-style: none
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
input {
    overflow: visible
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit],
button {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

.title-bold {
    font-weight: 700;
    font-size: 48px;
    color: #f3b114;
    text-transform: uppercase
}

.title-bold-purple {
    font-weight: 400;
    color: #785eca
}

.title-bold-white {
    font-weight: 400;
    color: #fff;
    text-align: left
}

.title {
    font-size: 24px;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
    text-align: center
}

.subtitle {
    font-weight: 400;
    font-size: 40px;
    color: #fff;
    text-align: center
}

.descr {
    font-weight: 300;
    color: #000;
    font-size: 25px;
    max-width: 1218px
}
.timer{
    direction: ltr;
}
.only_number{
    direction: ltr;
    text-align: right;
}
.descr-white {
    color: #fff
}

.btn {
    width: 100%;
    padding: 10px;
    text-align: center;
    background-color: #ff0f12;
    border: none;
    -webkit-box-shadow: 0 15px 25px rgba(255, 15, 18, .3);
    box-shadow: 0 15px 25px rgba(255, 15, 18, .3);
    border-radius: 25px;
    border-radius: 50px;
    font-weight: 700;
    text-transform: uppercase;
    font-size: 16px;
    color: #fff
}

.btn-main {
    width: 490px;
    height: 80px;
    font-weight: 700;
    font-size: 30px
}

.btn-up {
    width: 386px;
    height: 73px;
    font-weight: 500;
    font-size: 25px
}

.btn:hover {
    background-color: #6852b1;
    cursor: pointer
}

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

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Black.woff) format("woff");
    src: url(../fonts/Roboto-Black.woff2) format("woff2");
    font-weight: 900;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Light.woff) format("woff");
    src: url(../fonts/Roboto-Light.woff2) format("woff2");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Medium.woff) format("woff");
    src: url(../fonts/Roboto-Medium.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Regular.woff) format("woff");
    src: url(../fonts/Roboto-Regular.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/Roboto-Thin.woff) format("woff");
    src: url(../fonts/Roboto-Thin.woff2) format("woff2");
    font-weight: 200;
    font-style: normal
}


.main {

    position: relative;
    padding-top: 20px;
    padding-bottom: 40px;
    display: block;
}
.main-media{
    display: none;
}
.ready-media {
    display: none;
}
.ready{
    display: block;
}
.ready-media{
    display: none;
}

.main-top .title-bold {
    max-width: 250px
}

.main__title {
    padding-top: 40px;
    font-weight: 700;
    font-size: 22px;
    color: #26282b;
    position:relative;
    z-index: 4;
    margin-bottom: 20px;
}

.main__wrapper {
    margin-top: 20px
}
.main-media-rectangle{
    display: none;
}

.main__item {
    margin-bottom: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 4;
}

.main__item:last-child {
    margin-bottom: 20px
}

.main__item-img {
    margin-left: 10px
}

.main__item-title {
    font-size: 16px;
    font-weight: 500;
    color: #26282b
}

.main-image {
    padding-top: 85px;
    margin-left: auto;
    display: block;
    z-index: 1;
    width: 100%;
    margin-bottom: -40px
}

.main-line {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 475px;
    margin-top: -20px;
    display: none;
}

.main .product-img {
    width: 110px;
    position: absolute;
    top: 150px;
    left: 15px;
    z-index: 6;
}

.price-sale {
    color: #ff0f12;
    font-size: 30px;
    font-weight: 700;
    text-align: center
}

.old-price {
    text-align: center;
    font-size: 12px;
    color: #000;
    display: block;
    font-weight: 500
}

.new-price {
    font-weight: 700;
    font-size: 16px;
    color: #000;
    text-align: center
}

.price-round {
    width: 109px;
    height: 109px;
    border-radius: 100%;
    background-color: #fff;
    border: 3px solid #f3b114;
    position: absolute;
    top: 220px;
    right: 15px;
    padding-top: 15px;
    padding-bottom: 22px;
    z-index: 2;
}

.main__item-img-media {
    display: none
}

.black-line {
    display: none
}

.main-img-media {
    display: none
}

.burger {
    width: 48px;
    height: 28px;
    padding: 0;
    background-color: transparent;
    border-style: none;
    outline: 0;
    cursor: pointer;
    position: relative;
    z-index: 20;
    margin-left: 20px
}

.burger span {
    width: 100%;
    height: 3px;
    background-color: #fff;
    display: block;
    position: absolute;
    border-radius: 2px;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    z-index: 20
}

.burger span:nth-child(1) {
    top: 0;
    left: 0
}

.burger span:nth-child(2) {
    top: 10px;
    right: 0
}

.burger span:nth-child(3) {
    top: 20px;
    left: 0
}

.burger.open span:nth-child(2) {
    -webkit-animation: span2 1.5s forwards cubic-bezier(.8, .5, .2, 1.4);
    animation: span2 1.5s forwards cubic-bezier(.8, .5, .2, 1.4)
}

@-webkit-keyframes span2 {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }

    20% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }

    40% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }

    50% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, 18px) scale(1);
        transform: translate(0, 18px) scale(1)
    }

    80% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, -16px) scale(1);
        transform: translate(0, -16px) scale(1)
    }

    100% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, 100px) scale(0);
        transform: translate(0, 100px) scale(0)
    }
}

@keyframes span2 {
    0% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }

    20% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }

    40% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }

    50% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, 18px) scale(1);
        transform: translate(0, 18px) scale(1)
    }

    80% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, -16px) scale(1);
        transform: translate(0, -16px) scale(1)
    }

    100% {
        width: 5px;
        border-radius: 50%;
        -webkit-transform: translate(0, 100px) scale(0);
        transform: translate(0, 100px) scale(0)
    }
}

.burger.open span:nth-child(3) {
    -webkit-animation: span3 .8s forwards cubic-bezier(.8, .5, .2, 1.4);
    animation: span3 .8s forwards cubic-bezier(.8, .5, .2, 1.4);
    -webkit-animation-delay: .7s;
    animation-delay: .7s
}

@-webkit-keyframes span3 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    60% {
        -webkit-transform: rotate(80deg) translate(-7px, -7px);
        transform: rotate(80deg) translate(-7px, -7px)
    }

    100% {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px)
    }
}

@keyframes span3 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    60% {
        -webkit-transform: rotate(80deg) translate(-7px, -7px);
        transform: rotate(80deg) translate(-7px, -7px)
    }

    100% {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px)
    }
}

.burger.open span:nth-child(1) {
    -webkit-animation: span1 .8s forwards cubic-bezier(.8, .5, .2, 1.4);
    animation: span1 .8s forwards cubic-bezier(.8, .5, .2, 1.4);
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s
}

@-webkit-keyframes span1 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    60% {
        -webkit-transform: rotate(-110deg) translate(-7px, -7px);
        transform: rotate(-110deg) translate(-7px, -7px)
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-7px, 7px);
        transform: rotate(-45deg) translate(-7px, 7px)
    }
}

@keyframes span1 {
    0% {
        -webkit-transform: translate(0, 0);
        transform: translate(0, 0)
    }

    60% {
        -webkit-transform: rotate(-110deg) translate(-7px, -7px);
        transform: rotate(-110deg) translate(-7px, -7px)
    }

    100% {
        -webkit-transform: rotate(-45deg) translate(-7px, 7px);
        transform: rotate(-45deg) translate(-7px, 7px)
    }
}

.burger span:nth-child(1) {
    -webkit-animation: span1_close .8s forwards cubic-bezier(.8, .5, .2, 1.4);
    animation: span1_close .8s forwards cubic-bezier(.8, .5, .2, 1.4)
}

@-webkit-keyframes span1_close {
    0% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        transform: rotate(-45deg) translate(-20px, 20px)
    }

    100% {
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0)
    }
}

@keyframes span1_close {
    0% {
        -webkit-transform: rotate(-45deg) translate(-20px, 20px);
        transform: rotate(-45deg) translate(-20px, 20px)
    }

    100% {
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0)
    }
}

.burger span:nth-child(2) {
    -webkit-animation: span2_close .8s forwards cubic-bezier(.8, .5, .2, 1.4);
    animation: span2_close .8s forwards cubic-bezier(.8, .5, .2, 1.4)
}

@-webkit-keyframes span2_close {
    0% {
        -webkit-transform: translate(0, 40px) scale(0);
        transform: translate(0, 40px) scale(0)
    }

    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

@keyframes span2_close {
    0% {
        -webkit-transform: translate(0, 40px) scale(0);
        transform: translate(0, 40px) scale(0)
    }

    100% {
        -webkit-transform: translate(0, 0) scale(1);
        transform: translate(0, 0) scale(1)
    }
}

.burger span:nth-child(3) {
    -webkit-animation: span3_close .8s forwards cubic-bezier(.8, .5, .2, 1.4);
    animation: span3_close .8s forwards cubic-bezier(.8, .5, .2, 1.4)
}

@-webkit-keyframes span3_close {
    0% {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px)
    }

    100% {
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0)
    }
}

@keyframes span3_close {
    0% {
        -webkit-transform: rotate(45deg) translate(-7px, -7px);
        transform: rotate(45deg) translate(-7px, -7px)
    }

    100% {
        -webkit-transform: rotate(0) translate(0, 0);
        transform: rotate(0) translate(0, 0)
    }
}

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

.remember__title {
    font-size: 20px;
    color: #000;
    line-height: 1.3;
    font-weight: 700;
    text-align: center
}

.remember-stars {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.remember__wrapper {
    margin-top: 30px
}

.remember__item {
    width: 100%;
    border-radius: 5px;
    margin-bottom: 10px
}

.remember__item img {
    width: 100%;
    display: block;
    border-radius: 20px 20px 0 0;
}

.remember__item:last-child {
    margin-bottom: 0
}

.remember__descr {
    color: #fff;
    font-weight: 500;
    font-size: 16px;
    background-color: #26282b;
    margin-top: -5px;
    padding: 20px 12px 20px 15px;
    border-radius: 0 0 20px 20px;
    line-height: 1.3
}

.ready {
    background: url(../img/Bg4.png) center center/cover no-repeat;
    padding-top: 25px;
    padding-bottom: 40px;
    position: relative
}

.ready__title {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1.3;
   
    text-transform: uppercase;
    z-index: 8;
    position: relative;
    line-height: 1.5;
}

.ready__title span {
    font-size: 52px;
    font-weight: 700;
    color: #ff0f12
}

.ready__title span span {
    color: #fff
}

.ready-img {
    width: 100%;
    position: absolute;
    left: 0;
    height: 336px;
    z-index: 2;
    top: 25px;
}

.ready-bottom .btn {
    margin-top: 0;
    
    z-index: 2;
    position: relative
}
.ready-bottom{
    padding-top: 400px;
}
.ready-line-top {
    z-index: 3;
    position: absolute;
    left: 0;
    top: 293px;
    width: 100%;
    padding-bottom: 20px;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    display: none;
}

.ready-line-bottom {
    z-index: 3;
    position: absolute;
    top: 602px;
    width: 100%;
    left: 0
}

.ready-bottom .ready-bg {
    width: 320px;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3
}

.ready .btn {
    z-index: 4;
    position: relative
}

.ready .product-img {
    width: 110px;
    bottom: -500px;
    left: 15px;
    z-index: 4;
    position: absolute
}

.ready .price-round {
    z-index: 4;
    top: 450px;
    border: 3px solid #26282b
}

.ready .ready-img-media {
    display: none
}

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

.magic__title {
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 700
}

.magic-stars {
    display: block;
    margin: 0 auto;
    margin-top: 10px;
    margin-bottom: 10px
}

.magic__subtitle {
    margin-top: 25px;
    color: #000;
    font-size: 20px;
    font-weight: 400
}

.magic__wrapper {
    margin-top: 30px
}

.magic__img {
    position: relative
}

.magic__img img {
    width: 100%
}

.magic-descr {
    color: #26282b;
    font-size: 16px;
    width: 100%;
    padding: 50px 0 15px 70px;
    font-weight: 700;
    background: url(../img/Img20.png) center center/cover no-repeat;
    position: absolute;
    bottom: 0;
    right: 0;
}

.magic__item {
    margin-top: 10px;
    margin-bottom: 30px
}

.magic__item .descr {
    margin-top: 15px;
    font-size: 16px;
    font-weight: 400
}

.magic__item:last-child {
    margin-bottom: 0
}

.magic__row {
    width: 100%;
    border-radius: 50px;
    background: #26282b;
    padding: 17px;
    text-align: center;
    padding-left: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    font-weight: 700;
    position: relative
}

.magic__round {
    width: 50px;
    height: 50px;
    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;
    background-color: #f3b114;
    border-radius: 100%;
    color: #26282b;
    font-size: 16px;
    font-weight: 700;
    text-align: center;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0
}

.girls {
    padding-top: 40px;
    padding-bottom: 40px;
    background-color: #26282b
}

.girls__title {
    font-size: 24px;
    text-align: center;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px
}

.girls__img {
    width: 100%;
    border-radius: 20px 20px 0 0
}

.girls__descr {
    width: 100%;
    padding: 13px;
    background-color: #fff;
    margin-top: -5px;
    text-align: center;
    color: #000;
    font-size: 20px;
    font-weight: 700;
    border-radius: 0 0 20px 20px
}

.girls__item {
    position: relative;
    border-radius: 20px 20px 0 0;
    margin-bottom: 10px
}

.girls__question {
    position: absolute;
    top: 15px;
    right: 15px
}

.top-form {
    position: relative;
    background-color: #f3b114;
    padding-top: 40px
}

.top-form_img {
    width: 100%;
    margin-bottom: -5px
}

.top-form_subtitle {
    color: #000;
    font-weight: 700;
    font-size: 20px;
    margin-bottom: 20px
}

.top-form_title {
    font-size: 36px;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    max-width: 270px
}

.top-form .white-line {
    position: absolute;
    left: 0;
    width: 100%;
    bottom: -80px
}

.top-form .price-round {
    top: 250px;
    border: 3px solid #26282b
}

.top-form .product-img {
    width: 90px;
    position: absolute;
    top: 220px;
    left: 15px
}

.top-form .main-line {
    display:none;
}

.timer-parent {
    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;
    position: relative;
    z-index: 2
}

.hours,
.minutes,
.seconds,
.timer-count.days {
    width: 50px;
    height: 50px;
    border-radius: 100%;
    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-align: center;
    background: #26282b;
    font-size: 20px;
    color: #fff;
    font-weight: 500
}

.hours:last-child,
.minutes:last-child,
.seconds:last-child,
.timer-count.days:last-child {
    margin-right: 0
}

.timer-count {
    margin-right: 5px
}

.form {
    padding-top: 5px;
    padding-bottom: 40px
}

.form__title {
    font-size: 20px;
    color: #000;
    text-transform: uppercase;
    margin-bottom: 15px;
    position: relative;
    z-index: 2;
    text-align: center
}

.form .order-form {
    margin-top: 20px
}

.form .order-form select {
    -webkit-appearance: none !important;
    -moz-appearance: none !important;
    appearance: none !important;
    background-image: url(../img/form-arrow.png);
    background-repeat: no-repeat;
    background-position: 5% 50%;
}

.form .order-form input,
.form .order-form select {
    background-color: #eeecec;
    width: 100%;
    padding: 14px;
    border: 1px solid #26282b;
    border-radius: 50px;
    outline: 0;
    margin-bottom: 10px;
    color: #858585;
    font-size: 16px
}

.form .timer {
    margin-bottom: 20px
}

html {
    scroll-behavior: smooth
}

html.fixed-page {
    overflow: hidden
}

a {
    text-decoration: none
}

.container {
    padding: 0 15px;
    margin: 0 auto;
    display: block
}

body {
    margin: 0;
    padding: 0;
    position: relative
}

body.fixed-page {
    overflow: hidden;
    max-width: 100%
}

body.fixed-page html {
    overflow: hidden
}

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

* {
    font-family: Roboto, sans-serif
}

p,
ul {
    -webkit-margin-before: 0;
    margin-block-start: 0;
    -webkit-margin-after: 0;
    margin-block-end: 0;
    -webkit-margin-start: 0;
    margin-inline-start: 0;
    -webkit-margin-end: 0;
    margin-inline-end: 0;
    -webkit-padding-start: 0;
    padding-inline-start: 0
}

h1,
h2,
h3,
h4,
h5 {
    margin: 0 0
}

.main-top {
    background: #26282B;
    height: 200px;
    z-index: 1;
    position: relative;
    padding-top: 60px;
}

.main-top:after {
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    z-index: 1;
    background: url('../img/Img190.png') center center/cover no-repeat;
    position: absolute;
    bottom: -80px;
    left: 50%;
    transform: translateX(-50%);
}

.main-top-bg {
    width: 100px;
    transform: rotate(90deg);

}
.main-bottom{
    height: max-content;
    background: #f3b114;
    position: relative;
    padding-bottom: 90px;
    z-index: 4;
}
.main-bottom:after{
    content: '';
    display: block;
    width: 100%;
    height: 100px;
    position: absolute;
    background: url('../img/line.png') center center/cover no-repeat;
    top: -70px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 3;

}
.ready-top{
    background: #f3b114;
   
    padding-top: 40px;
    padding-bottom: 20px;
    position: relative;
}
.ready-top::after{
    content: '';
    display: block;
    position: absolute;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    width: 100%;
    background: url('../img/line-top.png');
    height: 70px;
    z-index: 3;
}
.ready-bottom{
    position: relative;
    min-height: 700px;
    background: #f3b114;
    padding-bottom: 40px;


}
.ready .ready-bg {
    width: 321px;
    right: 0;
    bottom: 0;
    position: absolute;
    z-index: 3
}
.ready-bottom .btn{
    z-index: 4;
    margin-top: 200px;
}
.ready-bottom::after{
    display: block;
    content: '';
    background: url('../img/line.png');
    top: 260px;
    left: 50%;
    transform: translateX(-50%);
    position: absolute;
    height: 70px;
    width: 100%;
    z-index: 2;
}

.webp .ready {
    background: url(../img/Bg4.webp) center center/cover no-repeat
}

.webp .magic-descr {
    background: url(../img/Img20.webp) center center/cover no-repeat
}

.webp .form .order-form select {
    background-image: url(../img/form-arrow.webp)
}

@media screen and (min-width:321px) {
    .main .main-line {
        display: none
    }

}

@media screen and (min-width:351px) {
    .ready-line-top {
        top: 236px
    }

    .ready-line-bottom {
        top: 530px
    }
    .girls__wrapper{
        max-width: 370px;
        display: block;
        margin: 0 auto;
    }
}

@media screen and (min-width:512px) {
    .main .title-bold {
        color: white;
    }

    .container {
        max-width: 512px
    }

    .main {
        background: none;
        background-color: #fff;
       
    }

   

    .webp .main {
        background: none;
      
    }

    .ready-line-top {
        display: none;
    }

    .ready-line-bottom {
        display: none;
    }

  

    .top-form .white-line {
        display: none;
    }

    .ready {
        background: none;
        background-color: #f3b114;
        position: relative;
        
    }

    .webp .ready {
        background: none;
        background-color: #f3b114;
    }
}

@media (min-width: 612px){
    .main-top:after{
        height: 170px;
        bottom: -160px;
    }
    .main-bottom:after{
        height: 170px;
        top: -130px;
    }
    .ready-img{
        height: 500px;
    }
    .ready-bottom::after{
        top: 400px;
    }
    .ready-top::after{
        bottom: -90px;
    }
    .ready-top{
        padding-top: 70px;
    }
    .ready .product-img{
        left: 120px;
    }
    .ready .price-round{
        right: 120px;
        left: auto;
    }
    .main .product-img{
        left: 120px;
    }
    .main .price-round{
        right: 120px;
    }
    .top-form .product-img{
        left: 120px;
    }
    .top-form .price-round{
        right: 120px;
    }

}

@media (min-width:915px) {
    .container{
        max-width: 570px;
    }
    .top-form_subtitle{
        font-size: 26px;
    }
    .top-form_title{
        font-size: 90px;
        max-width: 500px;
    }
    .order-form .btn{
        width: 100%;
    }
    .top-form .product-img{
        width: 150px;
        top: 450px;
    }
    .girls__img{
        width: 90%;

    }
    .ready-img{
        height: 600px;
    }
    .ready-bottom::after{
        top: 500px;
    }
    .girls__descr{
        width: 90%;
        min-height: 70px;
    }
    .girls__question{
        width: 25%;
    }
    .main__title{
        padding-top: 0;
    }
    .main-top::after{
        background: #26282B;
        bottom: -50px;
        height: 100px;
        transform: skew(48deg);
        width: 80%;
        left: 0;
    }
    .main-top{
        padding-top: 60px;
        padding-bottom: 60px;
        height: auto;
    }
    .main-bottom::after{
        background: #f3b114;
        top: 0px;
        height: 100px;
        transform: skew(-48deg);
        width: 80%;
        right: auto;
        left: 0;


    }
    .main__title{
        font-size: 42px;
    }
    .main__item-title{
        font-size: 24px;
    }
    .main .product-img{
        width: 150px;
    }
    .main-image{
        width: auto;
    }
    .main-bottom{
        height: auto;
        padding-top: 30px;
        padding-bottom: 90px;
    }
    .ready-bottom .btn{
        margin-top: 247px;
    }
    .magic__title{
        font-size: 26px;
    }
    .magic__subtitle{
     
        font-size: 26px;
        text-align: center;
    }
    .magic__item .descr{
        font-size: 18px;
    }
    .magic__row{
        font-size: 20px;
    }
    .main-bottom .btn{
        margin-top: 40px;
    }
    .remember__descr{
        padding: 30px;
        font-size: 20px;
    }
    .btn{
        width: 470px;
        padding: 14px;
        font-size: 20px;
        display: block;
        margin: 0 auto;
    }
    .main-bottom .btn{
        display: inline-block;
    }
    .remember__title{
        font-size: 26px;
    }

    .title{
        font-size: 36px;
    }
    .ready__title span{
        font-size: 80px;
    }
    .main-top:after{
        height: 103px;
    }
    .main-bottom:after{
        height: 103px;
        top: -70px;
        
    }
    .main-top .title-bold{
        font-size: 80px;
        position: relative;
        z-index: 4;
        max-width: 400px;
    }
    .ready__title{
        font-size: 40px;
        position: relative;
        z-index: 8;
    }
  
    .ready .product-img{
        width: 140px;
    }
    .main-image{
        width: 80%;
        display: block;
        margin: 0 auto;
        margin-bottom: -50px;
        padding-top: 50px;
    }
    .main-top{
        display: none;
    }
    .main-bottom{
        display: none;
    }
    .main{
        display: none;
    }
    .main-media{
        display: block;
        background: #F3B114;
    }
    .webp .main-media{
        background: #F3B114;
    }
    .main-image {
        width: auto;
        max-width: none;
        position: absolute;
        margin-top: 0;
        padding-top: 0;
        right: 0px;
        top: 0;
        height: auto;
        margin-bottom: 0
    }

    .main__wrapper {
        width: 470px;
        position: absolute;
        left: 15px;
        z-index: 5;
        top: 300px
    }

    .main__item-title {
        font-size: 26px;
        color: #fff
    }

    .main .btn {
        padding: 12px;
        font-size: 20px;
        margin-top: 30px
    }

    .main__title {
        margin-top: 0;
        padding-top: 0;
        font-size: 32px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 40px;
        position:relative;
        z-index: 4;
    }

    .main .product-img {
        width: 150px;
        left: 80%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 5;
        
    }

    .main .title-bold {
        max-width: 470px;
        font-size: 92px;
        font-weight: 700;
        position: relative;
        z-index: 5;
        position: absolute;
        left: 15px;
        color:  #F3B114;
        
    }
   

    .main .price-round {
        background: rgba(255, 255, 255, .7);
        border: 3px solid #f3b114;
        width: 200px;
        height: 200px;
        right: 15px;
        top: 100px;
        padding-top: 40px;
        z-index: 6
    }

    .main .old-price {
        font-size: 16px;
        margin-top: 10px
    }

    .main .new-price {
        font-size: 26px
    }

    .main .price-sale {
        font-size: 40px
    }

    .main .main-img-media {
        display: block;
        position: absolute;
        left: 0;
        top: 70px;
        display: none;
    }

    .main__item-img-media {
        display: block;
        margin-left: 10px
    }

    .main__item-img {
        display: none;
    }

    .main-line {
        display: none;
    }
    .main-media-rectangle{
        display: block;
        display: block;
    z-index: 2;
    position: absolute;
    top: 0;
    height: 755px;
    width: 470px;
    left: 0px;
    }
    .black-line {
        height: 755px;
        display: block;
        position: absolute;
        z-index: 4;
        left: 420px;
        top: 0;
        display: block;
    }
    .main-media{
        height: 755px;
    }
    .main-image{
        height: 755px;
    }
}

@media (min-width:1000px) {
    .main .product-img {
        left: 80%;
    }

    .price-round {
        right: 200px;
    }

    .ready .product-img {
        left: 200px;
    }

    .top-form .product-img {
        left: 200px;
    }
}

@media (min-width:1100px){
    .ready-img{
        width: auto;
        left: 50%;
        transform: translateX(-50%);
        z-index: 2;
    }
    .ready-bottom .ready-bg{
        width: 500px;
        z-index: 3;
    }
    .magic__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
    .container{
        max-width: 1100px;
    }
    .remember__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .girls__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: none;
    }   
    .top-form_img{
        width: auto;
    }
    .order-form{
        display: block;
        margin: 0 auto;
        width: 370px;
    }
    .top-form .product-img{
        width: 150px;
        top: 500px;
    }
    .top-form .price-round{
        background: rgba(255, 255, 255, .7);
    border: 3px solid #26282b;
    width: 200px;
    height: 200px;
    padding-top: 40px;
    z-index: 5;
    top: auto;
    bottom: 154px;
    }
    .price-sale{
        color: #ff0f12;
    font-size: 30px;
    font-weight: 700;
    text-align: center;
    }
    .top-form .price-round .old-price{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .top-form .price-round .new-price{
        font-size: 26px;
    }
    .ready .price-round{
        border: 3px solid #26282b;
    background: rgba(255, 255, 255, .7);
    width: 200px;
    height: 200px;
    padding-top: 40px;
    right: auto;

    
  
    z-index: 6;
    }

    .main .price-round{
        background: rgba(255, 255, 255, .7);
        border: 3px solid #f3b114;
        width: 200px;
        height: 200px;
     
        padding-top: 40px;
        z-index: 6;
    }
    .old-price{
        font-size: 26px;
    }
    .new-price{
        font-size: 36px;
    }
    .magic__inner{
        width: 470px;
    }
    .top-form_img{
        margin-top: -250px;
    }
    .top-form-media{
        position: relative;
        z-index: 3;
    }
    .top-form .product-img{
        top: 500px;
    }
    .remember__item{
        width: 520px;
    }
    }


@media (min-width: 1470px){
    .main-image{
        right: 140px;
    }
    .main-media-rectangle{
        left: 250px;
    }
    .black-line{
        left: 680px;
    }
    .main__wrapper{
        left: 270px;
    }
    .main .title-bold{
        left: 270px;
    }
}

@media (min-width:1800px) {
    .top-form_img{
        margin-top: 0;
    }
    .main{
        display: none;
    }
    .main-media-rectangle{
        display: none;
    }
    .ready .ready-bg {
        width: auto;
        z-index: 6;
        bottom: 0px;
    }
    .ready-top{
        display: none;
    }
    .ready-bottom{
        display: none;
    }
    .ready{
        display: none;
    }
    .ready-media {
        display: block;
        position: relative;
    }
    .main-media{
        display: block;
    }
    .main-top{
        display: none;
    }
    .main-bottom{
        display: none;
    }
    .ready-img {
        position: absolute;
        margin-bottom: 0;
        border-radius: 0px;
    }

    .container {
        max-width: 1170px;
        padding: 0
    }

    .main .main-image {
        border-radius: 0 0 0;
    }

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

    

    .girls__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: none;
    }

    .top-form .white-line {
        display: none
    }
    .btn{
        width: 470px;
    }
    .order-form .btn{
        width: 370px;
    }
    .main {
        padding-top: 70px;
        padding-bottom: 0;
        
        height: 770px;
        background: url(../img/Bg1.png) center center/cover no-repeat
    }

    .main-image {
        width: auto;
        max-width: none;
        position: absolute;
        margin-top: 0;
        padding-top: 0;
        right: 200px;
        top: 0;
        height: 755px;
        margin-bottom: 0
    }

    .main__wrapper {
        width: 470px;
        position: absolute;
        left: 400px;
        z-index: 5;
        top: 300px
    }

    .main__item-title {
        font-size: 26px;
        color: #fff
    }

    .main .btn {
        padding: 12px;
        font-size: 20px;
        margin-top: 30px
    }

    .main__title {
        margin-top: 0;
        padding-top: 0;
        font-size: 32px;
        color: #fff;
        font-weight: 700;
        margin-bottom: 40px;
        position:relative;
        z-index: 4;
    }

    .main .product-img {
        width: auto;
        left: 56%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        z-index: 5
    }

    .main .title-bold {
        max-width: 470px;
        font-size: 92px;
        font-weight: 700;
        position: relative;
        z-index: 5;
        position: absolute;
        left: 400px
    }

    .main .price-round {
        background: rgba(255, 255, 255, .7);
        border: 3px solid #f3b114;
        width: 200px;
        height: 200px;
        right: 600px;
        top: 100px;
        padding-top: 40px;
        z-index: 6
    }

    .main .old-price {
        font-size: 16px;
        margin-top: 10px
    }

    .main .new-price {
        font-size: 26px
    }

    .main .price-sale {
        font-size: 40px
    }

    .main .main-img-media {
        display: block;
        position: absolute;
        left: 0;
        top: 70px
    }

    .main__item-img-media {
        display: block;
        margin-left: 10px
    }

    .main__item-img {
        display: none;
    }

    .main-line {
        display: none;
    }

    .black-line {
        height: 755px;
        display: block;
        position: absolute;
        z-index: 4;
        left: auto;
        right: 835px;
        top: 0;
        display: block;
    }

    .remember {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .remember__item {
        max-width: 570px;
        width: 570px;
    }

    .remember-stars {
        display: block;
        margin: 0 auto;
        margin-top: 20px;
        margin-bottom: 20px
    }

    .remember__title {
        font-size: 26px
    }

    .remember__descr {
        font-size: 26px;
        padding: 30px;
        min-height: 160px;
    }

    .title {
        font-size: 36px;
        max-width: 770px;
        display: block;
        margin: 0 auto
    }

    .ready {
        padding-top: 80px;
        padding-bottom: 80px;
        height: 659px;
        padding-bottom: 0;
        background: url(../img/Bg2.png) center center/cover no-repeat
    }

    .ready-line-top {
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        width: 659px;
        top: 255.2px;
        left: 334px;
        padding-bottom: 0;
        display: block;
    }

    .ready-line-bottom {
        -webkit-transform: rotate(270deg);
        -ms-transform: rotate(270deg);
        transform: rotate(270deg);
        right: 320px;
        top: 255.12px;
        width: 659px;
        left: auto;
        z-index: 5;
        display: block;
    }

    .ready-img {
        width: auto;
        max-width: none;
        height: auto;
        top: 0px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        height: 659px
    }

    .ready__title {
        z-index: 8;
        font-size: 36px;
        max-width: 560px;
        padding-left: 10px
    }

    .ready__title span {
        font-size: 80px;
        line-height: 1.5;
    }

    .ready .btn {
        margin-top: 0;
        position: absolute;
        width: 370px;
        padding: 13px;
        font-size: 20px;
        left: 375px;
        bottom: 80px;
        z-index: 7
    }

    .ready-bottom .ready-bg {
        width: auto;
        z-index: 6;
        bottom: 38px;
    }

    .ready .price-round {
        border: 3px solid #26282b;
        background: rgba(255, 255, 255, .7);
        width: 200px;
        height: 200px;
        padding-top: 40px;
        left: 545px;
        bottom: 244px;
        top: auto;
        right: auto;
        z-index: 6
        
    }

    .ready .price-sale {
        font-size: 40px
    }

    .ready-img {
        position: absolute;
    }

    .ready .old-price {
        margin-top: 10px;
        font-size: 16px
    }

    .ready .new-price {
        font-size: 26px
    }

    .ready .product-img {
        width: auto;
        left: auto;
        left: 355px;
        top: auto;
        bottom: 170px;
        z-index: 6
    }

    .ready .ready-img-media {
        display: block;
        position: absolute;
        top: -30px;
        left: 0
    }

    .magic {
        padding-bottom: 80px;
        padding-top: 80px
    }

    .magic__subtitle {
        text-align: center;
        font-size: 26px
    }

    .magic__title {
        font-size: 26px;
        margin-bottom: 20px
    }

    .magic__inner {
        width: 550px
    }

    .magic__row {
        font-size: 26px;
        padding: 25px 25px 25px 100px
    }

    .magic__round {
        width: 80px;
        height: 100%;
        font-size: 26px
    }

    .magic__item .descr {
        font-size: 18px
    }

    .magic-descr {
        font-size: 20px;
        max-width: 370px
    }

    .girls {
        padding-top: 80px;
        padding-bottom: 80px
    }

    .girls__title {
        font-size: 36px;
        margin-bottom: 60px
    }

    .girls__descr {
        font-size: 26px;
        padding: 30px 50px
    }

    .top-form {
        height: 799px;
        width: 50%;
        position: relative;
        margin-right: auto
    }

    .top-form_subtitle {
        font-size: 26px;
        text-align: right;
        z-index: 4;
        position: relative
    }

    .top-form_title {
        font-size: 90px;
        color: #f3b114;
        max-width: 511px;
        text-align: right;
        z-index: 4;
        position: relative;
    }

    .top-form_img {
        width: auto;
        margin-bottom: 0;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 4
    }

    .top-form .white-line {
        display: none
    }

    .top-form .main-line {
        display: none;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        position: absolute;
        width: 799px;
        top: 330px;
        left: auto;
        right: -450px;
        z-index: 3
    }

    .top-form .price-round {
        background: rgba(255, 255, 255, .7);
        border: 3px solid #26282b;
        width: 200px;
        height: 200px;
        padding-top: 40px;
        z-index: 5;
        top: auto;
        bottom: 154px
    }

    .top-form .price-round .price-sale {
        font-size: 40px
    }

    .top-form .price-round .old-price {
        font-size: 16px;
        margin-bottom: 10px
    }

    .top-form .price-round .new-price {
        font-size: 26px
    }

    .top-form .product-img {
        width: auto;
        z-index: 4;
        top: auto;
        bottom: 60px;
        left: auto;
        right: -200px
    }

    .form {
        z-index: 5;
        padding-bottom: 40px;
        width: 50%;
        margin-left: auto;
        margin-top: -415px
    }

    .form .order-form {
        position: relative;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        max-width: 370px;
        display: block;
        margin: 0 auto;
        margin-top: 30px;
        z-index: 4
    }

    .form .order-form .btn {
        padding: 13px;
        font-size: 20px
    }

    .form__title {
        font-size: 26px;
        text-align: right
    }

    #days {
        width: 60px;
        height: 60px;
        font-size: 26px
    }

    .timer {
        margin-bottom: 30px
    }

    .hours,
    .minutes,
    .seconds,
    .timer-cound.days {
        width: 60px;
        height: 60px;
        font-size: 26px
    }

    .top-form-media {
        position: absolute;
        right: -650px;
        top: 80px
    }

    .timer-parent {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }
}

@media (min-width:1800px) {

    .main .title-bold {
        color: #f3b114;
    }
    .webp .main{
        background: url(../img/Bg1.png) center center/cover no-repeat;
        
        height: 755px;
    }

}

@media (min-width:1800px) {
    .webp .ready {
        background: url(../img/Bg2.webp) center center/cover no-repeat;
        height: 659px;
    }
}
@media (min-width: 768px) {
  .main-top .title-bold{
  	max-width: none;
    text-align: center;
	  }
}
@media (max-width: 768px) {
  .main-top .title-bold{
  	max-width: none;
    text-align: center;
	  }
}