@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Roboto+Slab:wght@100..900&display=swap');

/*
    font-family: "Montserrat", sans-serif;
    font-family: "Roboto Slab", serif;
*/

*,
:before,
:after {
    box-sizing: border-box;
}

* {
    margin: 0;
    padding: 0;
    outline: 0;
    border: none;
    -webkit-text-size-adjust: 100%;
}

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

b {
    font-weight: 600;
}

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

body {
    font-family: 'Montserrat', sans-serif;
    color: #000;
    font-size: 18px;
    line-height: 1;
}

.wrapper {
    overflow: hidden;
}

.container {
    width: 970px;
    margin: 0 auto;
    position: relative;
    z-index: 1;
}

.present {
    padding: 170px 0 0;
    position: relative;
    background: url("../images/present_bg.jpg") left center no-repeat;
    background-size: cover;
}

.present:before {
    content: '';
    width: 80%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    transform: translateX(13%) skewX(15deg);
    background: #e8fdff;
}

.present__wrap {
    width: 50%;
    margin: 0 0 0 auto;
    position: relative;
    padding: 0 0 145px;
}

.present__wrap:before {
    content: '';
    background: url("../images/present_photo.png") left bottom no-repeat;
    background-size: contain;
    width: 776px;
    height: 628px;
    position: absolute;
    right: 100%;
    bottom: 0;
    margin-right: -100px;
}

.title {
    font-size: 54px;
    font-weight: bold;
    color: #6c396a;
    font-family: 'Roboto Slab', serif;
    padding: 50px 0 30px;
    line-height: 1.1;
}

.present__text {
    width: 75%;
    font-size: 25px;
    font-weight: 500;
    color: #4f4f4f;
    padding: 0 0 30px;
    line-height: 1.43;
}

.button__wrap {
    overflow: hidden;
    position: relative;
    max-width: 290px;
    border-radius: 5px;
}

.button__text {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 4px;
    color: #fff;
    padding: 20px;
    background-color: transparent;
    position: relative;
    text-align: center;
    display: block;
    width: 100%;
    cursor: pointer;
}

form .button__text {
    display: flex;
    align-items: center;
    justify-content: center;
}

.button__wrap:before {
    content: '';
    width: 150%;
    height: 150%;
    position: absolute;
    top: 0;
    left: 0;
    transform: translate(-25%, -25%);
    background: radial-gradient(circle at 0 50%, #b8536a, #e09957);
    transition: transform .4s;
}

.button__wrap:hover:before {
    transform: translate(0, 0);
}

.advantages {
    padding: 130px 0 125px;
}

.advantages__wrap {
    display: table;
    width: 85%;
    margin: 0 auto;
    table-layout: fixed;
}

.advantages__cell {
    display: table-cell;
    vertical-align: top;
}

.advantages__item {
    margin-right: 5px;
    color: #fff;
    border-radius: 5px;
    padding: 30px 20px 20px;
    text-align: center;
    min-height: 260px;
}

.advantages__item_01 {
    background: linear-gradient(135deg, #e6a159, #ba556a);
}

.advantages__item_02 {
    background: linear-gradient(-135deg, #e6a159, #ba556a 135%);
}

.advantages__item_03 {
    background: linear-gradient(55deg, #e6a159, #ba556a);
}

.advantages__title {
    font-size: 24px;
    line-height: 1.1;
    font-weight: bold;
    font-family: 'Roboto Slab', serif;
}

.advantages__item_01 .advantages__title:before {
    background: url("../images/advantage_icon_01.jpg") center no-repeat;
    background-size: contain;
}

.advantages__item_02 .advantages__title:before {
    background: url("../images/advantage_icon_02.jpg") center no-repeat;
    background-size: contain;
}

.advantages__item_03 .advantages__title:before {
    background: url("../images/advantage_icon_03.jpg") center no-repeat;
    background-size: contain;
}

.advantages__title:before {
    content: '';
    width: 74px;
    height: 74px;
    display: block;
    margin: 0 auto 10px;
    border-radius: 50%;
}

.advantages__title:after {
    content: '';
    width: 70px;
    border-top: 1px solid #f7e335;
    display: block;
    margin: 15px auto;
}

.advantages__text {
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
}

.composition {
    background: #f2f0eb;
    padding: 50px 0;
}

.title_mod {
    color: #b8536a;
    text-align: center;
}

.composition__subtitle {
    color: #535353;
    text-align: center;
}

.composition__wrap {
    width: 90%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    font-weight: bold;
    color: #4c4c4c;
    padding: 70px 0 65px;
    position: relative;
    z-index: 1;
}

.composition__wrap-2 {
    width: 90%;
    margin: 0 auto;
    font-size: 0;
    text-align: center;
    font-weight: bold;
    color: #4c4c4c;
    padding: 70px 0 65px;
    position: relative;
    z-index: 1;
}

.composition__wrap:after {
    /* content: ''; */
    background: url("../images/composition_decore_01.png") center no-repeat;
    background-size: contain;
    width: 100%;
    height: 122px;
    display: block;
    margin: 40px auto 0;
}

.composition__item {
    display: inline-block;
    vertical-align: top;
    width: 25%;
    position: relative;
    padding-top: 160px;
}

.composition__item_01:before {
    background: url("../images/composition_photo_01.png") 20% bottom no-repeat;
    width: 200px;
    margin-left: 20px;
}


.composition__item_02:before {
    background: url("../images/composition_photo_02.png") center bottom no-repeat;
    width: 186px;
}

.composition__item_03:before {
    background: url("../images/composition_photo_03.png") center bottom no-repeat;
    width: 182px;
}

.composition__item_04:before {
    background: url("../images/composition_photo_04.png") center bottom no-repeat;
    width: 166px;
}

.composition__step_01:before {
    background: url("../images/step1.png") 20% bottom no-repeat;
    width: 140px;
}

.composition__step_02:before {
    background: url("../images/step2.png") 20% bottom no-repeat;
    width: 140px;
}

.composition__step_03:before {
    background: url("../images/step3.png") 20% bottom no-repeat;
    width: 140px;
}

.composition__step_04:before {
    background: url("../images/step4.png") 20% bottom no-repeat;
    width: 140px;
}

.composition__item:before {
    content: '';
    position: absolute;
    height: 146px;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-size: contain;
}

.composition__name {
    font-size: 25px;
}

.composition__text {
    font-size: 44px;
    font-weight: bold;
    color: #7a376c;
    font-family: 'Roboto Slab', serif;
    width: 55%;
    margin: 0 0 0 auto;
    padding: 40px;
    position: relative;
    border-left: 1px solid #7a376c;
}

.composition__text:before {
    content: '';
    width: 450px;
    height: 450px;
    background: url("../images/composition_decore_02.gif") center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    right: 100%;
    margin: -225px 1px 0 0;
}

.composition__subtext {
    padding: 150px 0 0 90px;
    text-align: left;
}

.composition__subtext span {
    padding: 0 20px 0 50px;
    position: relative;
    font-size: 32px;
    color: #505050;
}

.composition__subtext span:before {
    content: '';
    width: 44px;
    height: 44px;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -22px 0 0 0;
}

.composition__subtext span:first-child:before {
    background: url("../images/checked.png") center no-repeat;
    background-size: contain;
}

.composition__subtext span:last-child:before {
    background: url("../images/cancel.png") center no-repeat;
    background-size: contain;
}

.promo {
    padding: 150px 0 100px;
    font-family: 'Roboto Slab', serif;
}

.promo__wrap {
    width: 65%;
    padding-right: 60px;
    margin: 0 0 0 auto;
    position: relative;
}

.promo__wrap:before {
    content: '';
    background: url("../images/product_01.png") center no-repeat;
    background-size: contain;
    width: 422px;
    height: 426px;
    position: absolute;
    right: 100%;
    top: 50%;
    margin: -213px -8px 0 0;
}

.promo__text {
    color: #fff;
    font-size: 22px;
    line-height: 1.3;
    padding: 10px 15px;
    border-radius: 50px;
    background: linear-gradient(45deg, #ba556a, #e6a159);
    position: relative;
}

.promo__text span {
    display: inline-block;
    width: 80%;
    vertical-align: middle;
    padding-right: 15px;
}

.promo__text:before {
    content: '';
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    vertical-align: top;
    line-height: 1;
}

.promo__text:after {
    content: '';
    width: 64px;
    height: 64px;
    background: url("../fonts/promo_pict.svg") center no-repeat;
    background-size: 100%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 10px 15px 0 0;
}

.promo__title {
    font-size: 40px;
    font-weight: bold;
    line-height: 1.43;
    padding: 15px 0 10px;
}

.promo__title span {
    color: #962051;
}

.promo__subtitle {
    font-size: 85px;
    color: #b9546a;
    font-weight: bold;
}

.offer {
    padding: 95px 0;
    position: relative;
    font-family: 'Roboto Slab', serif;
    background: radial-gradient(ellipse at 85% 0, #b0456e, #e8a558 90%);
}

.offer__wrap {
    width: 90%;
    margin: 0 auto;
}

.offer__title {
    font-size: 40px;
    color: #fcf63a;
    text-transform: uppercase;
    font-weight: bold;
}

.offer__subtitle {
    font-size: 30px;
    color: #fff;
    padding: 15px 0;
    text-transform: lowercase;
}

.offer__list {
    list-style: none;
    padding: 0 0 40px;
    color: #fff;
}

.offer__item {
    padding: 5px 0;
}

.offer__item:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("../fonts/check.svg") center no-repeat;
    background-size: 100%;
    display: inline-block;
    vertical-align: middle;
    margin-left: 5px;
}

.offer__item span {
    background: #b8546a;
    border-radius: 20px;
    padding: 1px 6px;
}

.timer__wrap {
    background: #83e195;
    border-radius: 30px;
    padding: 25px 30px;
}

.timer {
    width: 380px;
    display: inline-block;
    vertical-align: middle;
    font-size: 47px;
    color: #bc5968;
    font-weight: bold;
    direction: ltr;
}

.timer__item {
    width: 97px;
    padding: 20px;
    border: 2px solid #bc5968;
    border-radius: 5px;
    margin: 0 10px;
    display: inline-block;
    vertical-align: middle;
    background: #fff;
}

.timer__text {
    font-size: 35px;
    font-weight: bold;
    color: #000;
    padding: 0 30px;
    display: inline-block;
    vertical-align: middle;
    width: 45%;
}

.order {
    padding: 60px 0 90px;
    background: url("../images/order_bg_01.jpg") center no-repeat;
    position: relative;
}

.order__wrap {
    width: 40%;
    margin-right: auto;
    padding-right: 65px;
    position: relative;
}

.order__wrap:after {
    content: '';
    background: url("../images/product_02.png") center no-repeat;
    width: 302px;
    height: 624px;
    position: absolute;
    top: 50%;
    left: 100%;
    margin: -280px 0 0 29px
}

.price_mobile {
    display: none;
}

.price {
    font-family: 'Roboto Slab', serif;
    padding: 25px 0;
}

.price__item {
    display: inline-block;
    vertical-align: top;
}

.price__item+.price__item {
    padding-left: 35px;
}

.price__item_old {
    font-size: 32px;
    color: #932354;
    text-decoration: line-through;
}

.price__item_new {
    font-size: 35px;
    color: #363636;
    font-weight: bold;
}

.form__field {
    /* border-bottom: 1px solid #000; */
    position: relative;
}

.form__field_select:after {
    content: '';
    border: 5px solid transparent;
    border-top-color: #000;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -3px 0 0 15px;
}

select,
option,
input {
    display: block;
    width: 100%;
    padding: 15px;
    font-size: 18px;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 5;
}

input {
    direction: ltr;
    text-align: right;
}

form input {
    border-bottom: 1px solid #000;
    margin-bottom: 8px;
}

form input.error {
    background-color: #ffc8c8;
    margin-bottom: 2px;
}

form label.error {
    color: #f00;
    display: block;
    font-family: Arial, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1;
    direction: ltr;
    text-align: left;
    margin: 0 auto 8px;
    padding: 0;
    width: 100%;
}

select::-ms-expand {
    display: none;
}

.advantages__item,
.composition__item,
.offer__item {
    opacity: 0;
    transform: translateY(-50px);
    transition: opacity .9s, transform .9s;
}

.show {
    opacity: 1;
    transform: translateY(0);
}

.show_02 {
    transition-delay: .2s;
}

.show_03 {
    transition-delay: .4s;
}

.show_04 {
    transition-delay: .6s;
}

/* head */

.ac_footer {
    position: relative;
    top: 10px;
    height: 0;
    text-align: center;
    margin-bottom: 70px;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

/* body */

.block4 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}

.block4-wid {
    width: 49%;
}

.block4-wid img {
    margin: -158px -8px 0 0;
}

.logo h1 {
    font-size: 3rem;
}

.texte {
    color: black;
    font-size: 14px;
    margin: 10px auto;
}

.slick-arrow img {
    width: 30px;
}

.review__text {
    max-width: 600px;
    width: 90%;
    margin: 0 auto;
}

.review {
    display: flex
}

.review__item {
    width: 100%
}

.review__img {
    display: flex;
    width: 100%;
    margin: 0 auto;
    justify-content: center;
    position: relative
}

.review__img-after,
.review__img-before {
    width: 65px;
    height: 65px;
    background: #f8eee1;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    font-size: 16px;
    position: absolute
}

.review__img-before {
    left: 0;
    top: 20px
}

.review__img-after {
    right: 20px;
    bottom: 60px
}

.review__name {
    font-size: 18px;
    color: #33b95c;
    position: absolute;
    left: 50px;
    bottom: 40px
}

.review__text {
    text-align: center;
    padding: 30px 20px 5px;
}

@media (max-width: 767px) {
    .block4-wid {
        width: 100%;
    }

    .imm {
        order: 1;

    }

    .block4-wid img {
        margin: -8px -8px 0 0;
    }

    .promo__wrap:before {
        width: 276px;
    }
}

@media (max-width: 500px) {
    .slick-arrow {
        display: none;
    }

}