* {
    box-sizing: border-box
}

.rekv {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #fff;
    background-color: #999;
    padding: 10px
}

.rekv a {
    color: #fff;
    text-decoration: none
}

.content {
    width: 100%;
    max-width: 1918px;
    margin: 0 auto
}

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

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

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

    50% {
        -webkit-transform: scale(.9);
        transform: scale(.9)
    }
}

@-webkit-keyframes blick {
    0% {
        -webkit-transform: translate(-1500px);
        transform: translate(-1500px)
    }

    to {
        -webkit-transform: translate(1500px);
        transform: translate(1500px)
    }
}

@keyframes blick {
    0% {
        -webkit-transform: translate(-1500px);
        transform: translate(-1500px)
    }

    to {
        -webkit-transform: translate(1500px);
        transform: translate(1500px)
    }
}

@-webkit-keyframes blick2 {
    0% {
        -webkit-transform: translate(-2800px);
        transform: translate(-2800px)
    }

    to {
        -webkit-transform: translate(2800px);
        transform: translate(2800px)
    }
}

@keyframes blick2 {
    0% {
        -webkit-transform: translate(-2800px);
        transform: translate(-2800px)
    }

    to {
        -webkit-transform: translate(2800px);
        transform: translate(2800px)
    }
}

body,body a {
    font-size: 16px
}

body {
    min-width: 320px;
    margin: 0 auto;
    font-family: Roboto,Arial,sans-serif;
    line-height: 16px;
    font-weight: 400;
    position: relative;
    color: #000
}

*,:after,:before {
    margin: 0;
    padding: 0
}

body,html {
    overflow-x: hidden
}

img {
    max-width: 100%;
    height: auto
}

input {
    font-size: 16px!important
}

input:invalid {
    -webkit-box-shadow: none;
    box-shadow: none
}

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

.btn {
    color: #000;
    font-size: 14px;
    line-height: 16px;
    font-weight: 900;
    text-align: center;
    border: 5px solid #f7c500;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(15%,#f7c500),color-stop(25%,#ffdc50),color-stop(75%,#ffdc50),color-stop(85%,#f7c500));
    background-image: linear-gradient(90deg,#f7c500 15%,#ffdc50 25%,#ffdc50 75%,#f7c500 85%);
    border-radius: 30px;
    outline: 0;
    cursor: pointer;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite
}

.blick-btn,.blick-btn2 {
    position: relative;
    overflow: hidden
}

.blick-btn2::after,.blick-btn::after {
    content: "";
    position: absolute;
    left: 0;
    top: -50%;
    background: #fff;
    background: -webkit-gradient(linear,left top,right top,from(#fff),color-stop(40%,#fff),color-stop(60%,#fff),color-stop(80%,#fff),to(#fff));
    background: linear-gradient(to right,#fff 0,#fff 40%,#fff 60%,#fff 80%,#fff 100%);
    opacity: .5;
    width: 50px;
    height: 100px;
    border-top-left-radius: 1200%;
    border-bottom-right-radius: 1200%;
    -webkit-animation: blick 5s infinite;
    animation: blick 5s infinite
}

.blick-btn2::after {
    -webkit-animation: blick2 5s infinite;
    animation: blick2 5s infinite
}

.flag-dropdown,.hide {
    display: none
}

.error-box {
    color: #fff;
    background-color: #de5042;
    border-radius: 5px;
    text-align: center;
    width: 100%;
    font-size: 11px;
    line-height: 15px;
    margin: 0 auto 10px
}

@media (max-width:480px) {
    .rekv {
        color: #000
    }

    .rekv a {
        color: #000
    }
}

@media (min-width:1200px) {
    body {
        padding-bottom: 0
    }
}

.page-header {
    position: relative;
    background-color: #f6f9fb;
    z-index: 10;
    padding: 30px 0
}

.action {
    text-align: center;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(15%,#b794ac),color-stop(25%,#e1c3d7),color-stop(75%,#e1c3d7),color-stop(85%,#b794ac));
    background-image: linear-gradient(90deg,#b794ac 15%,#e1c3d7 25%,#e1c3d7 75%,#b794ac 85%);
    margin-bottom: 45px
}

.action--fixed {
    width: 100%
}

#elem {
    position: fixed;
    top: 0;
    z-index: 200
}

.action__wrapper {
    padding: 10px;
    margin: 0 auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width:480px) {
    .action__wrapper {
        padding: 15px 20px
    }
}

@media (min-width:1200px) {
    .action__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.action__text {
    color: #fff;
    font-size: 11px;
    line-height: 20px;
    font-weight: 700
}

.action__text--fixed {
    margin-right: auto
}

.action__btn {
    font-size: 10px;
    font-weight: 900;
    color: #000;
    text-transform: uppercase;
    background: 0 0;
    outline: 0;
    border: 5px solid #f7c500;
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0,0,0,.5);
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.5);
    padding: 5px;
    margin-left: auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(15%,#f7c500),color-stop(25%,#ffdc50),color-stop(75%,#ffdc50),color-stop(85%,#f7c500));
    background-image: linear-gradient(90deg,#f7c500 15%,#ffdc50 25%,#ffdc50 75%,#f7c500 85%);
    cursor: pointer
}

.page-header__wrapper {
    width: 100%;
    padding: 10px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column
}

@media (min-width:480px) {
    .page-header__wrapper {
        padding: 15px 20px
    }
}

@media (min-width:1200px) {
    .page-header__wrapper {
        width: 1140px;
        padding: 15px;
        align-items: center;
        justify-content: space-between;
        flex-direction: row
    }
}

.page-header__text,.page-header__title {
    text-align: center;
    font-size: 23px;
    line-height: 29px;
    font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 30px
}

.page-header__title span {
    font-size: 33px;
    color: #f7c500
}

.page-header__text {
    font-size: 16px;
    line-height: 17px;
    font-weight: 700;
    margin-bottom: 40px
}

.page-header__text--desktop {
    display: none
}

.page-header__list {
    display: none;
    list-style: none;
    margin: 0;
    padding: 0
}

.page-header__girl {
    display: none
}

.page-header__pack {
    width: 250px;
    margin-bottom: 25px;
    margin-top: -20px;
    transform: translateX(-50%);
    left: 50%;
    position: relative
}

.form,.form-discont {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.form {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    outline-offset: 5px;
    outline: 5px solid #f7c500;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    background-color: #b794ac
}

.form-discont {
    color: #fff;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    background-color: #404040;
    background-image: url("../images/img25.webp");
    padding: 10px 5px;
    margin-bottom: 10px
}

.form-price-container {
    margin-left: 10px
}

.form-old-price {
    font-size: 14px;
    line-height: 17px;
    text-decoration: line-through
}

.form-new-price {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    font-weight: 900
}

.form-new-price span {
    display: inline-block;
    -webkit-animation: pulse 2s infinite;
    animation: pulse 2s infinite;
    color: #f7c500;
    font-style: italic
}

.form-new-price span::after {
    content: "*"
}

#timer-new1,#timer-new2 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 10px
}

#timer-new1 .hour-container,#timer-new2 .hour-container {
    margin-right: 10px
}

#timer-new1 span,#timer-new2 span {
    font-size: 30px;
    line-height: 46px
}

.timer-new__text {
    font-weight: 500;
    margin-bottom: 10px
}

.new-order-form,.timer-new__controls {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.new-order-form {
    width: 80%;
    -ms-flex-item-align: center;
    align-self: center;
    margin-bottom: 20px
}

.new-order-form-container {
    width: 100%
}

.new-order-form-container,.new-order-form__input-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.new-order-form__btn,.new-order-form__input {
    width: 100%;
    outline: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.new-order-form__input {
    position: relative;
    text-align: center;
    margin-bottom: 10px;
    font-size: 12px;
    border: 0;
    border-radius: 20px;
    padding: 12px
}

.new-order-form__btn {
    font-size: 13px;
    font-weight: 900;
    color: #000;
    background: 0 0;
    border: 5px solid #f7c500;
    border-radius: 25px;
    -webkit-box-shadow: 0 5px 6px 0 rgba(0,0,0,.5);
    box-shadow: 0 5px 6px 0 rgba(0,0,0,.5);
    padding: 10px;
    background-image: -webkit-gradient(linear,left top,right top,color-stop(15%,#f7c500),color-stop(25%,#ffdc50),color-stop(75%,#ffdc50),color-stop(85%,#f7c500));
    background-image: linear-gradient(90deg,#f7c500 15%,#ffdc50 25%,#ffdc50 75%,#f7c500 85%);
    cursor: pointer
}

.form-text {
    color: #fff;
    font-size: 16px;
    text-align: center;
    margin-bottom: 10px
}

@media (min-width:480px) {
    .action {
        width: 480px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 20px
    }

    .action--fixed {
        left: 50%!important;
        margin-left: -240px!important
    }

    .action__wrapper {
        padding: 10px
    }

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

    .action__btn {
        width: auto;
        font-size: 16px;
        line-height: 25px;
        padding: 8px
    }

    .page-header__title {
        font-size: 33px;
        line-height: 39px;
        margin-bottom: 15px
    }

    .page-header__title span {
        font-size: 43px
    }

    .page-header__text {
        font-size: 18px;
        line-height: 19px;
        margin-bottom: 30px
    }

    .form-discont {
        padding: 15px 0;
        margin-bottom: 20px
    }

    .form-old-price {
        font-size: 17px;
        line-height: 24px
    }

    .form-new-price {
        font-size: 21px;
        line-height: 28px
    }

    #timer-new1,#timer-new2 {
        margin-bottom: 15px
    }

    #timer-new1 span,#timer-new2 span {
        font-size: 36px;
        line-height: 56px
    }

    .new-order-form__input {
        padding: 18px;
        margin-bottom: 15px
    }

    .new-order-form__btn {
        width: 100%;
        font-size: 18px;
        padding: 13px
    }
}

@media (min-width:1200px) {
    .page-header {
        margin-top: 0;
        padding-top: 0;
        border-bottom-left-radius: 1000px 50px;
        border-bottom-right-radius: 1000px 50px
    }

    .page-header::after {
        position: absolute;
        bottom: 0;
        left: 50%;
        transform: translateX(-50%);
        width: 1918px;
        height: 239px
    }

    .action {
        display: none
    }

    .page-header__title {
        font-size: 38px;
        line-height: 46px;
        text-align: left;
        margin-top: 45px;
        margin-left: 20px
    }

    .page-header__title span {
        font-size: 55px
    }

    .page-header__text {
        display: none;
        width: 440px;
        font-size: 18px;
        line-height: 19px;
        text-align: left;
        margin-left: 20px
    }

    .page-header__text--desktop {
        display: block
    }

    .page-header__list {
        display: block;
        width: 490px;
        margin-bottom: 125px
    }

    .page-header__item {
        position: relative;
        font-size: 16px;
        background-color: #fff;
        margin-bottom: 22px;
        border-radius: 15px;
        border: 1px dashed #f7c500;
        -webkit-box-shadow: 3px 3px 15px 1px #b1b1b1;
        box-shadow: 3px 3px 15px 1px #b1b1b1;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left;
        padding: 8px 8px 8px 25px;
        margin-left: 6px
    }

    .page-header__item p {
        max-width: 355px
    }

    .page-header__item::after {
        position: absolute;
        content: "";
        top: 50%;
        margin-top: -3px;
        left: 10px;
        width: 6px;
        height: 6px;
        border-radius: 50%;
        background: #f7c500
    }

    .page-header__girl {
        display: block;
        position: absolute;
        left: 400px;
        z-index: -1;
        bottom: -30px
    }

    .page-header__pack {
        position: absolute;
        width: 200px;
        top: 60%;
        left: 37%;
        margin: 0;
        transform: translate(0);
    }

    .form,.form-discont {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .form {
        margin-top: 10px;
        width: 390px;
        margin: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 1;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch;
        background-color: #b794ac
    }

    .form-discont {
        color: #fff;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        background-color: #404040;
        background-image: url("../images/img25.webp");
        padding: 15px 0;
        margin-bottom: 20px
    }

    .form-price-container {
        margin-left: 10px
    }

    .form-old-price {
        font-size: 17px;
        line-height: 22px;
        text-decoration: line-through
    }

    .form-new-price {
        font-size: 21px;
        line-height: 26px;
        text-transform: uppercase;
        font-weight: 900
    }

    .form-new-price span {
        color: #f7c500;
        font-style: italic
    }

    #timer-new1 span,#timer-new2 span {
        font-size: 36px;
        line-height: 70px;
        padding: 10px
    }

    .new-order-form,.new-order-form-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .new-order-form {
        width: 80%;
        -ms-flex-item-align: center;
        align-self: center;
        margin-bottom: 20px
    }

    .new-order-form-container {
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: stretch;
        -ms-flex-align: stretch;
        align-items: stretch
    }

    .new-order-form__btn,.new-order-form__input {
        width: 100%;
        outline: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .new-order-form__input {
        position: relative;
        text-align: center;
        margin-bottom: 10px;
        font-size: 12px;
        border: 0;
        border-radius: 20px;
        padding: 17px
    }

    .new-order-form__btn {
        font-size: 18px;
        font-weight: 900;
        color: #000;
        background: 0 0;
        border: 5px solid #f7c500;
        border-radius: 25px;
        -webkit-box-shadow: 0 5px 6px 0 rgba(0,0,0,.5);
        box-shadow: 0 5px 6px 0 rgba(0,0,0,.5);
        padding: 10px;
        background-image: -webkit-gradient(linear,left top,right top,color-stop(15%,#f7c500),color-stop(25%,#ffdc50),color-stop(75%,#ffdc50),color-stop(85%,#f7c500));
        background-image: linear-gradient(90deg,#f7c500 15%,#ffdc50 25%,#ffdc50 75%,#f7c500 85%)
    }
}

.why,.why::after {
    background-repeat: no-repeat
}

.why {
    padding-top: 40px;
    padding-bottom: 30px;
    z-index: 5;
    position: relative;
    background-image: url("../images/img16.webp");
    background-position: top center;
    background-size: cover
}

.why::after {
    position: absolute;
    bottom: -40px;
    width: 100%;
    height: 100px;
    background-position: center top
}

.why__important {
    display: flex;
    align-items: stretch;
    border: 5px solid #e7e9ec;
    border-radius: 20px;
    background-color: #fff
}

.why__wrapper {
    padding: 10px;
    margin: 0 auto
}

@media (min-width:480px) {
    .why {
        padding-top: 100px;
        padding-bottom: 50px
    }

    .why__wrapper {
        width: 90%
    }
}

@media (min-width:1200px) {
    .why__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.why__weight {
    position: relative;
    background-color: #fff;
    padding: 10px
}

.weight-title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    margin-bottom: 20px
}

.how-work-title span,.reviews__title span,.weight-title span {
    color: #f7c500
}

.weight-text {
    position: relative;
    text-align: center;
    background: #fff;
    -webkit-box-shadow: 0 2px 30px 0 rgba(53,152,219,.15);
    box-shadow: 0 2px 30px 0 rgba(53,152,219,.15);
    border-radius: 20px;
    padding: 10px;
    margin-bottom: 10px;
    z-index: 2
}

.why__how-work {
    background-color: #fafafa;
    background-image: url("../images/img44.webp");
    background-repeat: no-repeat;
    background-position: right bottom;
    padding: 20px 10px 10px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom: 20px
}

.how-work-title {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    font-weight: 900;
    margin-bottom: 20px;
    padding-bottom: 20px
}

.how-work-title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 0;
    width: 70px;
    height: 1px;
    background-color: #f8c900
}

.how-work-list {
    list-style: none;
    margin: 0;
    padding: 0
}

.how-work-item {
    position: relative;
    padding-left: 15px;
    width: 50%;
    margin-bottom: 10px
}

.how-work-item::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    background: #f8c900;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.important-text {
    position: relative;
    font-size: 14px;
    padding: 5px;
    align-self: center
}

.important-sign {
    padding: 20px;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
    background: radial-gradient(circle,#f5db72 27%,#f7c500 85%);
    color: #fff;
    font-size: 50px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 1
}

.why__girl,.why__pack {
    display: none
}

.slider {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    margin-bottom: 40px;
    position: relative
}

#sliderdesktop {
    display: none!important
}

.owl-next,.owl-prev {
    font-size: 0!important;
    width: 40px!important;
    height: 40px!important;
    position: absolute;
    top: 50%!important;
    margin-top: -40px!important;
    right: 0!important;
    padding: 0!important;
    background: 0 0!important;
    background-image: url("../images/img28.webp")!important;
    opacity: .9!important
}

.owl-prev {
    left: 0!important;
    background-image: url("../images/img29.webp")!important
}

.owl-next:hover,.owl-prev:hover {
    opacity: 1!important
}

.slides {
    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: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 5px
}

.slide-image {
    margin-bottom: 20px
}

.slide-text,.slider-title {
    color: #000;
    text-align: center
}

.slide-text {
    font-weight: 500;
    font-size: 15px;
    line-height: 18px
}

.slider-title {
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;
    margin-bottom: 40px
}

.why__btn {
    display: block;
    margin: 0 auto;
    padding: 16px 30px;
    text-transform: uppercase
}

@media (min-width:480px) {
    .why__wrapper {
        position: relative
    }

    .why__wrapper::before {
        content: "";
        position: absolute;
        width: 271px;
        height: 181px;
        background-image: url("../images/img31.webp");
        left: -25px;
        top: -40px;
        z-index: 1
    }

    .why__weight {
        padding: 20px;
        background-image: url("../images/img45.webp");
        background-repeat: no-repeat;
        background-position: 290px 20px
    }

    .weight-title {
        width: 240px;
        font-size: 25px;
        line-height: 24px
    }

    .weight-text {
        font-size: 16px;
        line-height: 24px;
        padding: 20px
    }

    .why__how-work {
        padding: 20px;
        margin-bottom: 30px
    }

    .how-work-title {
        font-size: 20px;
        line-height: 24px
    }

    .how-work-list {
        margin-bottom: 50px
    }

    .how-work-item {
        width: 55%;
        margin-bottom: 10px
    }

    .important-text {
        padding: 10px 15px;
        width: 90%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .slider-title {
        width: 340px;
        font-size: 20px;
        line-height: 24px;
        margin: 0 auto 40px
    }

    .owl-next {
        right: 60px!important
    }

    .owl-prev {
        left: 60px!important
    }

    .why__btn {
        padding: 19px 45px
    }
}

@media (min-width:1200px) {
    .why {
        background-image: url("../images/img16.webp");
        background-size: cover;
        margin-top: -70px;
        padding-top: 200px;
        padding-bottom: 100px
    }

    .why::after {
        bottom: 0;
        height: 170px
    }

    .why__weight {
        position: relative;
        padding-top: 70px;
        padding-bottom: 70px;
        background-position: 950px 50px
    }

    .why__weight::after {
        top: -740px;
        left: -390px;
        width: 1920px;
        height: 1514px;
        background-image: url("../images/img42.webp")
    }

    .weight-title {
        width: auto;
        font-size: 35px;
        line-height: 38px;
        margin-left: 35px
    }

    .weight-text {
        font-size: 18px;
        text-align: left;
        padding-right: 70px
    }

    .weight-text .dn {
        display: none
    }

    .why__how-work {
        position: relative;
        padding: 30px;
        background-image: none;
        margin-bottom: 50px
    }

    .why__how-work::after,.why__how-work::before,.why__weight::after {
        position: absolute;
        content: "";
        background-repeat: no-repeat
    }

    .why__how-work::after {
        bottom: -35px;
        right: -115px;
        z-index: -1;
        width: 266px;
        height: 120px;
        background-image: url("../images/img32.webp")
    }

    .why__how-work::before {
        top: 265px;
        left: -80px;
        width: 136px;
        height: 133px;
        background-image: url("../images/img27.webp")
    }

    .why__how-work::after,.why__how-work::before,.why__weight::after {
        position: absolute;
        content: "";
        background-repeat: no-repeat
    }

    .why__how-work::after {
        bottom: -35px;
        right: -115px;
        z-index: -1;
        width: 266px;
        height: 120px;
        background-image: url("../images/img32.webp")
    }

    .why__how-work::before {
        top: 265px;
        left: -80px;
        width: 136px;
        height: 133px;
        background-image: url("../images/img27.webp")
    }

    .how-work-title {
        width: 400px;
        font-size: 23px;
        line-height: 26px
    }

    .how-work-item {
        font-size: 18px;
        line-height: 17px
    }

    .why__important {
        width: 450px;
        margin-bottom: 25px
    }

    .important-text {
        font-size: 16px;
        line-height: 18px
    }

    .why__girl,.why__pack {
        display: block;
        position: absolute
    }

    .why__girl {
        left: 550px;
        bottom: 0
    }

    .why__pack {
        bottom: 50px;
        right: 30px;
        width: 250px
    }

    .slider {
        margin-bottom: 50px
    }

    .slider-title {
        width: auto;
        font-size: 26px;
        line-height: 29px
    }

    #slider {
        display: none!important
    }

    #sliderdesktop {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }

    .slides {
        margin-right: 60px
    }

    .slides:last-child {
        margin-right: 0;
        margin-bottom: 0
    }
}

.reviews {
    background: #f6f9fb;
    padding-top: 20px;
    z-index: 20;
    position: relative
}

.reviews__wrapper {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 10px 10px 30px
}

@media (min-width:480px) {
    .reviews__wrapper {
        width: 90%;
        padding: 15px 20px
    }
}

@media (min-width:1200px) {
    .reviews__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.reviews__title {
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
    margin-bottom: 40px;
    margin-top: 20px
}

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

#ReviewsSlider {
    width: 250px;
    background: #fff;
    padding: 10px;
    margin: 0 auto 30px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

#ReviewsSlider .owl-next {
    right: -40px!important
}

#ReviewsSlider .owl-prev {
    left: -40px!important
}

#ReviewsSliderDesktop {
    display: none!important
}

.review-image {
    margin-bottom: 20px
}

.review-author {
    color: #677494;
    font-size: 15px;
    line-height: 18px;
    font-weight: 700;
    margin-bottom: 10px
}

.review-text {
    margin-bottom: 30px
}

.review-rating {
    -ms-flex-item-align: end;
    align-self: flex-end;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.review-rating img {
    margin-right: 2px;
    cursor: pointer
}

.review-rating span {
    font-size: 14px;
    font-style: italic;
    color: #9a9a9a;
    margin-right: 10px
}

.disease__title {
    position: relative;
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    text-transform: uppercase;
    padding-bottom: 20px
}

.disease__title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 1px;
    background-color: #f7c500
}

.components__title span,.disease__title span,.doctor__title span {
    color: #f7c500
}

.disease__text,.disease__title {
    text-align: center;
    margin-bottom: 20px
}

.disease__image {
    display: block;
    margin: 0 auto 20px
}

.disease__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: center
}

@media screen and (max-width:575px) {
    .disease__list {
        align-items: start
    }
}

.disease__item {
    position: relative;
    font-weight: 700;
    padding-left: 15px;
    margin-bottom: 10px
}

.disease__item::after {
    position: absolute;
    content: "";
    top: 5px;
    left: 0;
    background: #f7c500;
    width: 5px;
    height: 5px;
    border-radius: 50%
}

.reviews__btn {
    font-size: 18px;
    display: block;
    text-transform: uppercase;
    padding: 16px 30px;
    margin: 10px auto
}

@media (min-width:480px) {
    .reviews {
        padding-top: 35px;
        margin-left: auto;
        margin-right: auto
    }

    .reviews__btn {
        padding: 19px 45px
    }

    .reviews__title {
        font-size: 25px;
        line-height: 24px;
        margin: 0 auto 40px
    }

    #ReviewsSlider {
        width: 310px;
        padding: 15px
    }

    #ReviewsSlider .owl-prev {
        left: -70px!important
    }

    #ReviewsSlider .owl-next {
        right: -70px!important
    }

    .review-author {
        font-size: 16px
    }

    .disease__title {
        font-size: 25px;
        line-height: 24px
    }
}

@media (min-width:1200px) {
    .reviews {
        width: auto;
        margin-top: -80px;
        padding-top: 80px;
        border-top-left-radius: 1000px 50px;
        border-top-right-radius: 1000px 50px
    }

    .reviews__wrapper {
        padding-bottom: 150px
    }

    .reviews__title {
        width: auto;
        font-size: 35px;
        line-height: 29px;
        margin-bottom: 60px
    }

    #ReviewsSlider {
        display: none!important
    }

    #DoctorSliderDesktop,#ReviewsSliderDesktop {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        margin-bottom: 60px
    }

    #DoctorSliderDesktop .slides,#ReviewsSliderDesktop .slides {
        width: 310px;
        background-color: #fff;
        padding: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .disease__text,.disease__title {
        width: 630px;
        font-size: 35px;
        line-height: 36px;
        text-align: left;
        margin-left: 50px
    }

    .disease__title::after {
        display: none
    }

    .disease__text {
        position: relative;
        width: 440px;
        font-size: 18px;
        line-height: 24px;
        padding-bottom: 20px;
        margin-bottom: 20px
    }

    .disease__text::after {
        position: absolute;
        content: "";
        bottom: 0;
        left: 0;
        width: 80px;
        height: 1px;
        background-color: #f7c500
    }

    .disease__image {
        position: absolute;
        bottom: 0;
        left: 600px
    }

    .disease__list {
        margin-bottom: 50px;
        display: block
    }

    .disease__item {
        font-size: 18px;
        line-height: 19px;
        margin-left: 50px
    }

    .reviews__btn {
        font-size: 18px;
        display: block;
        text-transform: uppercase;
        margin-left: 50px;
        padding: 19px 45px
    }
}

.components {
    background-image: url("../images/img6.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: cover;
    min-height: 900px;
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative;
    z-index: 30
}

.components__wrapper {
    width: 95%;
    padding: 10px;
    margin: 0 auto;
    background-color: #fff;
    border-bottom-left-radius: 30px;
    border-bottom-right-radius: 30px
}

@media (min-width:480px) {
    .components__wrapper {
        width: 440px;
        padding: 15px 20px
    }
}

@media (min-width:1200px) {
    .components__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.components__pack {
    display: block;
    margin: 0 auto 20px;
    width: 250px
}

.components__title {
    position: relative;
    font-size: 17px;
    line-height: 20px;
    font-weight: 900;
    text-align: center;
    padding-bottom: 20px;
    margin-bottom: 20px
}

.components__title::after {
    position: absolute;
    content: "";
    bottom: 0;
    left: 50%;
    margin-left: -40px;
    width: 80px;
    height: 1px;
    background-color: #ffcf00
}

.components__text {
    text-align: center;
    margin-bottom: 30px;
    font-size: 18px
}

.component-title {
    color: #677494;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    text-align: center
}

.component-text {
    text-align: center;
    font-size: 16px
}

#ComponentsSlider .owl-next,#ComponentsSlider .owl-prev {
    top: 70px!important
}

#ComponentsSliderDesktop {
    display: none!important
}

@media (min-width:480px) {
    .components {
        min-height: 980px
    }

    .components__wrapper {
        width: 90%;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .components__pack {
        margin-bottom: 30px
    }

    .components__title {
        font-size: 20px;
        line-height: 24px
    }

    .components__text {
        width: 330px;
        margin-left: auto;
        margin-right: auto
    }

    #ComponentsSlider .owl-prev {
        left: 0!important
    }

    #ComponentsSlider .owl-next {
        right: 0!important
    }
}

@media (min-width:1200px) {
    .components {
        background-image: url("../images/img5.webp");
        padding-top: 120px;
        margin-top: -60px
    }

    .components__wrapper {
        position: relative;
        width: 300px;
        margin: 0 auto;
        padding: 50px 50px 40px!important
    }

    .components__wrapper::after {
        content: "";
        position: absolute;
        bottom: 0;
        right: 0;
        width: 379px;
        height: 346px;
        background-image: url("../images/img18.webp");
        background-repeat: no-repeat
    }

    .components__wrapper::before {
        position: absolute;
        content: "";
        width: 1250px;
        height: 819px;
        top: -45px;
        left: -45px;
        background-image: url("../images/img20.webp");
        background-repeat: no-repeat
    }

    .components__pack {
        position: absolute;
        top: 20px;
        right: 40px;
        top: 16%;
        right: 9%;
        width: 300px
    }

    .components__title {
        width: 670px;
        font-size: 40px;
        line-height: 42px;
        text-align: left
    }

    .components__title::after {
        content: "";
        position: absolute;
        top: -103px;
        left: -60px;
        width: 267px;
        height: 192px;
        background: 0 0;
        background-image: url("../images/img33.webp");
        z-index: 100
    }

    .components__title::before {
        position: absolute;
        content: "";
        top: 575px;
        left: -150px;
        width: 136px;
        height: 133px;
        background-image: url("../images/img27.webp");
        background-repeat: no-repeat
    }

    .components__text {
        width: 530px;
        font-size: 20px;
        line-height: 24px;
        text-align: left;
        margin-left: 0
    }

    #ComponentsSlider {
        display: none!important
    }

    #ComponentsSliderDesktop,.components-slides {
        align-items: center
    }

    #ComponentsSliderDesktop {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important;
        width: 630px;
        -webkit-box-shadow: 0 2px 30px 0 rgba(53,152,219,.15);
        box-shadow: 0 2px 30px 0 rgba(53,152,219,.15);
        padding: 20px;
        margin-left: -20px;
        border-radius: 20px;
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .components-slides {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -ms-flex-direction: row;
        flex-direction: row;
        margin-right: 0;
        margin-bottom: 15px
    }

    .component-image {
        margin-right: 30px
    }

    .components-container {
        width: 400px
    }

    .component-title {
        font-size: 18px;
        margin-bottom: 5px;
        margin-top: 5px;
        text-align: left
    }

    .component-text {
        text-align: left;
        font-size: 18px
    }
}

@media (min-width:1200px) and (min-width:480px) {
    .components__wrapper {
        width: 440px;
        padding: 15px 20px
    }
}

@media (min-width:1200px) and (min-width:1200px) {
    .components__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.doctor {
    background-image: url("../images/img8.webp");
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

.doctor__wrapper {
    position: relative;
    padding: 10px;
    margin: 0 auto
}

@media (min-width:480px) {
    .doctor__wrapper {
        width: 90%;
        padding: 15px 20px
    }
}

@media (min-width:1200px) {
    .doctor__wrapper {
        width: 1140px;
        padding: 15px
    }
}

.doctor__title {
    width: 210px;
    font-size: 20px;
    line-height: 20px;
    font-weight: 900;
    margin-top: 30px;
    margin-bottom: 20px
}

.doctor__title--desktop,.doctor__title--second {
    display: none
}

.doctor__container {
    position: relative;
    padding: 100px 0 10px;
    background-image: url("../images/img21.webp");
    background-repeat: no-repeat;
    background-size: cover
}

.doctor__container::before {
    content: "";
    position: absolute;
    top: -115px;
    right: -29px;
    width: 168px;
    height: 222px;
    background-image: url("../images/img22.webp");
    background-repeat: no-repeat
}

.doctor__name {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 20px;
    padding-bottom: 15px
}

.doctor__name span {
    font-size: 15px;
    line-height: 18px;
    font-weight: 700
}

.doctor__text {
    font-size: 16px;
    line-height: 20px;
    text-align: center;
    color: #15587d;
    margin-bottom: 30px
}

.doctor__name,.doctor__text {
    padding-left: 40px;
    padding-right: 15px
}

.doctor__pack {
    display: none
}

#DoctorSliderDesktop {
    display: none!important
}

@media (min-width:480px) {
    .doctor__container {
        padding: 100px 0 10px
    }

    .doctor__title {
        width: 280px;
        font-size: 25px;
        line-height: 24px
    }

    .doctor__name {
        font-size: 14px;
        line-height: 17px;
        margin-bottom: 20px
    }

    .doctor__name span {
        font-size: 16px;
        line-height: 29px;
        font-weight: 700
    }

    .doctor__text {
        font-size: 18px;
        line-height: 23px;
        padding: 0 20px 20px;
        margin-bottom: 10px
    }

    .doctor__name,.doctor__text {
        padding-left: 50px;
        padding-right: 30px
    }

    .doctor__container::before {
        right: -5px
    }
}

@media (min-width:1200px) {
    .doctor {
        position: relative;
        background-image: url("../images/img7.webp");
        margin-top: -70px;
        padding-bottom: 50px;
        border-top-left-radius: 1000px 50px;
        border-top-right-radius: 1000px 50px;
        border-bottom-left-radius: 1000px 50px;
        border-bottom-right-radius: 1000px 50px;
        background-color: #f6f9fb;
        z-index: 100;
        background-size: auto 950px;
        background-position: 44% 0
    }

    .doctor__title {
        display: none;
        width: auto;
        font-size: 35px;
        line-height: 38px;
        text-align: center;
        margin-top: 70px;
        margin-bottom: 120px
    }

    .doctor__title--desktop {
        display: block
    }

    .doctor__title--second {
        display: block;
        font-size: 26px;
        line-height: 29px;
        text-transform: uppercase;
        margin: 15px 0 50px
    }

    .doctor__container {
        background-image: none;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 586px;
        padding-top: 160px
    }

    .doctor__container::before {
        display: none
    }

    .doctor__text {
        position: relative;
        text-align: left;
        margin-bottom: 40px;
        padding-left: 155px
    }

    .doctor__name {
        padding-left: 140px;
        padding-top: 15px
    }

    .doctor__text::after {
        position: absolute;
        content: "";
        bottom: 1px;
        right: 0;
        width: 111px;
        height: 43px;
        background-image: url("../images/img35.webp")
    }

    .doctor__name {
        color: #fff
    }

    .doctor__pack {
        display: block;
        position: absolute;
        top: 550px;
        left: 600px;
        width: 200px
    }

    #DoctorSliderDesktop {
        display: -webkit-box!important;
        display: -ms-flexbox!important;
        display: flex!important
    }
}

.timer-new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    font-weight: 900;
    margin-top: 10px
}

.timer-new span {
    font-size: 20px;
    line-height: 32px;
    background-color: #323232;
    background-image: url("../images/img19.webp");
    background-size: cover;
    padding: 5px
}

.hour-container {
    font-size: 14px;
    margin-right: 5px;
    text-align: center;
    font-weight: 400
}

.hour-container--top {
    font-size: 14px
}

@media (min-width:480px) {
    .timer-new {
        margin-top: 0
    }

    .timer-new span {
        font-size: 26px;
        line-height: 46px
    }
}

.page-footer {
    padding-bottom: 0;
    padding-top: 40px;
    z-index: 0;
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.page-footer .page-header__wrapper {
    padding-bottom: 30px
}

.page-footer__title--desktop {
    display: none
}

.page-footer__title {
    font-size: 20px
}

.page-footer__title span {
    font-size: 30px
}

.page-footer__text {
    margin-bottom: 50px
}

.page-footer__text--desktop {
    display: none
}

@media (min-width:480px) {
    .page-footer__title {
        font-size: 30px;
        margin-bottom: 30px
    }

    .page-footer__title span {
        font-size: 43px
    }

    .page-footer__text {
        margin-bottom: 60px
    }
}

@media (min-width:1200px) {
    .page-footer {
        padding-top: 70px;
        background-image: url("../images/img9.webp");
        background-size: cover;
        margin-top: -60px;
        background-position: center
    }

    .page-footer .page-header__wrapper {
        padding-bottom: 0
    }

    .page-footer__pack {
        top: 47%
    }

    .page-footer::after,.page-footer__title {
        display: none
    }

    .page-footer__title--desktop {
        display: block
    }

    .page-footer__text {
        display: none
    }

    .page-footer__text--desktop {
        display: block
    }

    .page-footer__girl {
        bottom: 0;
        left: 420px
    }

    .footer--form {
        top: 60px
    }
}

.form-instock {
    color: #f7c500;
    font-size: 18px
}

.oldPriceAndLabelForLandingInfoApi,.priceAndLabelForLandingInfoApi {
    white-space: nowrap
}

@media screen and (max-width:480px) {
    .why__how-work {
        background-image: none
    }

    .how-work-item {
        width: 100%
    }
}

@media screen and (min-width:768px) and (max-width:1199px) {
    .why__how-work {
        background-image: url("../images/img43.webp")
    }
}