@import url('https://fonts.googleapis.com/css2?family=Playfair+Display:ital,wght@0,400..900;1,400..900&family=Ubuntu:wght@300;400;500;700&display=swap');

/*
    font-family: "Playfair Display", serif;
    font-family: "Ubuntu", sans-serif;
*/

html {
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
    margin: 0;
    padding: 0;
}

body {
    overflow-x: hidden;
    font-weight: 300;
    font-size: 17px;
    line-height: 1.4;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    color: #000000;
    background: #ffffff;
}

img {
    max-width: 100%;
}

ul,
li {
    list-style: none;
}

.visually-hidden {
    position: absolute;
    width: 1px;
    height: 1px;
    margin: -1px;
    border: 0;
    padding: 0;
    clip: rect(0 0 0 0);
    overflow: hidden;
}

.overflow {
    overflow: hidden;
}

/*-----------------------------------------Common-----------------------------------------*/
.container {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    padding: 0 10px;
}

.accent {
    color: #F1940C;
}

.medium {
    font-weight: 500;
}

.title {
    font-weight: 700;
    font-size: 34px;
    line-height: 1.2;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
}

.common-block {
    padding: 15px 0;
}

.common-block__logo {
    font-size: 0;
}

.common-block__left {
    position: relative;
    z-index: 1;
}

.common-block__title {
    margin-top: 10px;
}

.common-block__list {
    max-width: 200px;
    margin-top: 30px;
}

.common-block__item {
    position: relative;
    margin-top: 10px;
    padding: 10px 10px 10px 48px;
    font-size: 16px;
    line-height: 1.2;
    background-color: rgba(255, 255, 255, 0.6);
}

.common-block__item::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    display: block;
    width: 39px;
    height: 39px;
    border-radius: 10px;
}

.common-block__item--1::before {
    background: url("../fonts/common-block-icon1.svg") center / 28px auto no-repeat;
}

.common-block__item--2::before {
    background: url("../fonts/common-block-icon2.svg") center / 26px auto no-repeat;
}

.common-block__item--3::before {
    background: url("../fonts/common-block-icon3.svg") center / 31px auto no-repeat;
}

.common-block__item--4::before {
    background: url("../fonts/common-block-icon4.svg") center / 31px auto no-repeat;
}

.common-block__item--5::before {
    background: url("../fonts/common-block-icon5.svg") center / 33px auto no-repeat;
}

.common-block__product {
    position: absolute;
    left: -85px;
    top: 95px;
    width: 664px;
    font-size: 0;
    z-index: -1;
}

.common-block__stamp {
    display: none;
}

.order {
    position: relative;
    max-width: 300px;
    margin: 0 auto;
    padding: 30px;
    background-color: #ffffff;
    border: 1px solid #F0E9DC;
    z-index: 1;
}

.common-block__order {
    margin-top: 20px;
}

.order__title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.1;
    color: #202020;
}

.order__prices {
    margin-top: 15px;
}

.order__prices-item {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}

.order__prices-item {
    display: none;
}

.order__price {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.2;
    text-align: center;
}

.order__price--old {
    margin-right: 15px;
    -webkit-text-decoration-line: line-through;
    text-decoration-line: line-through;
    color: #BCB29E;
}

.order__price--new {
    padding: 7px;
    font-weight: 500;
    font-size: 19px;
    color: #AF741B;
    border-radius: 20px;
    background-color: #F4E6CA;
}

.page-form {
    background: none;
    padding: 1px 3px 5px;
}

.order__form {
    margin-top: 20px;
}

.order__label {
    display: block;
}

.order__label:not(:first-of-type) {
    margin-top: 15px;
}

.order__field {
    display: block;
    width: 100%;
    padding: 20px;
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    color: #202020;
    background-color: #ffffff;
    border: 1px solid #F0E9DC;
    outline: none;
    transition: all .3s ease-out;
}

.order__field.error {
    border-color: #f00;
    margin-bottom: 4px;
}

.order__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;
    padding: 0;
    width: 100%;
}

.order__field::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    color: #AFAFAF;
    opacity: 1;
}

.order__field::-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    color: #AFAFAF;
    opacity: 1;
}

.order__field:-moz-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    color: #AFAFAF;
    opacity: 1;
}

.order__field:-ms-input-placeholder {
    font-weight: 400;
    font-size: 16px;
    line-height: 1.2;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    color: #AFAFAF;
    opacity: 1;
}

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

.order__field--select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url("../fonts/select-arrow.svg") center right 15px no-repeat, #ffffff;
}

.order__field:focus {
    box-shadow: 0 0 0 3px rgba(241, 148, 12, 0.3);
}

.order__button {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    max-width: 240px;
    margin: 30px auto 0;
    padding: 20px 10px;
    font-weight: 500;
    font-size: 22px;
    line-height: 1.2;
    font-family: "Ubuntu", Arial, Helvetica, sans-serif;
    text-align: center;
    color: #FFFFFF;
    background-color: #D27E02;
    box-shadow: 0 3px 0 0 #935903;
    border-radius: 5px;
    border: none;
    outline: none;
    cursor: pointer;
    transition: all .3s ease-out;
    z-index: 1;
}

.order__button::before,
.order__button::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    box-shadow: inset 0px 4px 4px rgba(255, 255, 255, 0.5);
    transition: all .3s ease-out;
    z-index: -1;
}

.order__button::before {
    background-color: #D27E02;
    background: linear-gradient(to bottom, #F9C06C 0%, #D27E02 100%);
}

.order__button::after {
    background-color: #f1940c;
    background: linear-gradient(to top, #F9C06C 0%, #D27E02 100%);
    opacity: 0;
}

.order__button:hover::after {
    opacity: 1;
}

.order__button:hover {
    box-shadow: none;
}


.reasons {
    padding-top: 15px;
}

.reasons__desc {
    margin-top: 20px;
    font-size: 20px;
}

.reasons__bottom {
    padding-top: 1px;
    padding-bottom: 20px;
    margin-top: 80px;
    background-color: #F8F5EF;
}

.reasons__image {
    max-width: 300px;
    margin-top: -65px;
    font-size: 0;
}

@media (min-width: 0) and (max-width: 991px) {
    .reasons__list-wrapper {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 690px;
        margin: -150px auto 0;
        overflow-x: hidden;
    }

    .reasons__list {
        left: 50%;
        transform: translateX(-50%);
        width: 330px;
    }
}

.reasons__list .slick-list {
    overflow: visible;
}

.reasons__item {
    position: relative;
    width: 100%;
    margin: 40px 3px;
    padding: 25px 20px;
    line-height: 1.2;
    background-color: #ffffff;
    border-radius: 5px;
    outline: none;
}

.reasons__item::before {
    content: "";
    position: absolute;
    top: -38px;
    left: 20px;
    display: block;
    width: 48px;
    height: 48px;
    background-color: #F4E6CA;
    border-radius: 10px;
}

.reasons__item--1::before {
    background: url("../fonts/reasons-icon1.svg") center / 40px auto no-repeat, #F4E6CA;
}

.reasons__item--2::before {
    background: url("../fonts/reasons-icon2.svg") center / 30px auto no-repeat, #F4E6CA;
}

.reasons__item--3::before {
    background: url("../fonts/reasons-icon3.svg") center / 31px auto no-repeat, #F4E6CA;
}

.reasons__subitem:not(:first-of-type) {
    margin-top: 8px;
}


.solution {
    padding: 30px 0 15px;
}

.solution__wrapper {
    margin-top: 15px;
}

.solution__block {
    margin-top: 20px;
}

.solution__block--product {
    position: relative;
    max-width: 255px;
    border-top: 1px solid #E9E9E9;
}

.solution__image {
    font-size: 0;
}

.solution__image--percent {
    max-width: 127px;
    font-size: 0;
}

.solution__paragaraph {
    margin-top: 10px;
}

.solution__paragaraph--percent {
    max-width: 240px;
}

.solution__paragaraph--product {
    max-width: 225px;
}

.solution__image--product {
    position: absolute;
    top: -150px;
    right: -75px;
    max-width: 140px;
    font-size: 0;
}

.stages {
    padding: 15px 0;
}

.stages__title {
    text-align: center;
}

.stages__list {
    text-align: center;
}

.stages__item {
    position: relative;
    margin-top: 25px;
    padding-top: 80px;
}

.stages__item::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    background-color: #F4E6CA;
    overflow: hidden;
}

.stages__item--1::before {
    background: url("../images/stages-image1.jpg") center / contain no-repeat;
}

.stages__item--2::before {
    background: url("../images/stages-image2.jpg") center / contain no-repeat;
}

.stages__item--3::before {
    background: url("../images/stages-image3.jpg") center / contain no-repeat;
}

.stages__number {
    display: inline-block;
    min-width: 117px;
    padding: 6px 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    color: #AF741B;
    background: #F4E6CA;
    border-radius: 25px;
}

.stages__heading {
    margin-top: 10px;
    font-weight: 500;
    font-size: 19px;
    line-height: 1.2;
    text-align: center;
    color: #202020;
}

.stages__desc {
    margin-top: 5px;
    font-weight: 300;
    text-align: center;
    color: #6B6864
}

.results {
    padding: 15px 0;
}

.results__title {
    text-align: center;
}

.results__item {
    max-width: 300px;
    margin: 40px auto 0;
    padding: 1px 20px 25px;
    background: #F8F5EF;
    border-radius: 5px;
}

.results__time {
    display: table;
    margin-top: -17px;
    padding: 8px 10px;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    line-height: 1;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    color: #AF741B;
    background: #F4E6CA;
    border-radius: 25px;
}

.results__image-wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 15px;
}

.results__image {
    flex-basis: calc((100% - 10px)/2);
    max-width: calc((100% - 10px)/2);
    border: 1px solid #D1D1D1;
    font-size: 0;
}

.results__image:not(:last-of-type) {
    margin-right: 10px;
}

.results__sublist {
    margin-top: 20px;
}

.results__subitem {
    margin-top: 5px;
}

.form-section {
    margin-top: 65px;
    padding: 15px 0;
}

.form-section__wrapper {
    position: relative;
    padding: 10px 10px 0;
    background: #F8F5EF;
    border-radius: 5px;
    z-index: 1;
}

.form-section__wrapper::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: block;
    width: calc(100% - 14px);
    height: calc(100% - 14px);
    ;
    border-radius: 5px;
    border: 1px solid #ffffff;
    z-index: -1;
}

.form-section__image {
    font-size: 0;
}

.form-section__image--woman {
    margin-top: -100px;
    margin-right: -38px;
    width: 317px;
}

.form-section__image--structure {
    width: 122px;
    height: 122px;
    margin-top: -220px;
    border-radius: 50%;
    overflow: hidden;
}

.form-section__order {
    margin: 0 -10px;
}

.expert {
    padding: 15px 0 45px;
}

.expert__wrapper {
    margin-top: 15px;
}

.expert__wrapper::after {
    content: "";
    display: block;
    clear: both;
}

.expert__photo {
    position: relative;
    float: right;
    max-width: 216px;
    margin-right: -50px;
    margin-top: -15px;
    font-size: 0;
    z-index: 1;
}

.expert__photo--desktop {
    display: none;
}

.expert__photo::before {
    content: "";
    position: absolute;
    bottom: 0;
    right: -10px;
    display: block;
    width: 92%;
    height: 80%;
    background-color: #F8F5EF;
    z-index: -1;
}

.expert__signature {
    position: relative;
    margin-top: 15px;
    padding-left: 110px;
    font-style: italic;
    font-weight: 700;
    font-size: 16px;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    color: #202020;
}

.expert__signature::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 87px;
    height: 72px;
    background: url("../images/expert-signature.png") center / contain no-repeat;
}

.expert__list .slick-list {
    overflow: visible;
}

.expert__item {
    max-width: 194px;
    margin: 25px 2px;
    outline: none;
}

.expert__image-wrapper {
    text-align: center;
}

.expert__image {
    margin-bottom: -10px;
    font-size: 0;
    text-align: center;
}

.expert__image-desc {
    display: inline-block;
    margin-top: -8px;
    padding: 6px 10px;
    font-style: italic;
    font-weight: 400;
    font-family: 'Playfair Display', Georgia, 'Times New Roman', Times, serif;
    text-align: center;
    color: #AF741B;
    background: #F4E6CA;
    border-radius: 25px;
}


.composition {
    padding: 35px 0 60px;
    background-color: #F8F5EF;
}

.composition__title {
    position: relative;
    z-index: 1;
}

.composition__product {
    position: relative;
    max-width: 184px;
    margin-top: -200px;
    margin-left: auto;
    margin-right: -10px;
    font-size: 0;
}

.composition__buttons .slick-list {
    overflow: visible;
}

.composition__buttons .slick-track {
    width: 184px;
    transform: none !important;
}

.composition__button {
    position: absolute;
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: transparent;
    border: 6px solid transparent;
    box-shadow: 0 0 0 1px #ffffff;
    background-clip: padding-box;
    background-color: #ffffff;
    cursor: pointer;
    overflow: visible;
    outline: none;
}

.composition__button--1 {
    bottom: 333px;
    left: 60px;
}

.composition__button--2 {
    bottom: 315px;
    left: 20px;
}

.composition__button--3 {
    bottom: 283px;
    right: 60px;
}

.composition__button--4 {
    bottom: 67px;
    left: 25px;
}

.composition__button--5 {
    bottom: 152px;
    right: 20px;
}

.composition__button--6 {
    bottom: 65px;
    right: 70px;
}

.composition__list {
    text-align: center;
}

.composition__item {
    outline: none;
}

.composition__list .slick-list {
    overflow: visible;
}

.composition__item.slick-slide {
    opacity: 0;
}

.composition__item.slick-current {
    opacity: 1;
}

.composition__item-wrapper {
    position: relative;
    padding-top: 70px;
    max-width: 220px;
    margin: 0 auto;
}

.composition__item-wrapper--4 {
    max-width: 270px;
}

.composition__item-wrapper::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 65px;
    height: 65px;
    border-radius: 50%;
    border: 1px solid #CFBFA0;
}

.composition__item-wrapper--1::before {
    background: url("../fonts/composition-icon1.svg") center no-repeat;
}

.composition__item-wrapper--2::before {
    background: url("../fonts/composition-icon2.svg") center no-repeat;
}

.composition__item-wrapper--3::before {
    background: url("../fonts/composition-icon3.svg") center left 75% no-repeat;
}

.composition__item-wrapper--4::before {
    background: url("../fonts/composition-icon4.svg") center no-repeat;
}

.composition__item-wrapper--5::before {
    background: url("../fonts/composition-icon5.svg") center no-repeat;
}

.composition__item-wrapper--6::before {
    background: url("../fonts/composition-icon6.svg") center no-repeat;
}

.composition__heading {
    font-weight: 500;
    font-size: 17px;
    color: #202020;
}

.composition__desc {
    margin-top: 10px;
    font-size: 15px;
    color: #6B6864;
}

.composition__line {
    position: absolute;
    top: 50px;
    left: 10px;
    transform: translateY(-100%);
    width: 1px;
    border-top: 1px dashed #CFBFA0;
    border-left: 1px dashed #CFBFA0;
    z-index: 1;
}

.composition__second-line {
    position: absolute;
    top: -1px;
    left: 0;
    height: 1px;
    border-top: 1px dashed #CFBFA0;
}

.composition__line--1 {
    height: 398px;
}

.composition__line--1 .composition__second-line {
    width: 150px;
}

.composition__line--2 {
    height: 378px;
}

.composition__line--2 .composition__second-line {
    width: 110px;
}

.composition__line--3 {
    height: 348px;
}

.composition__line--3 .composition__second-line {
    width: 184px;
}

.composition__line--4 {
    height: 132px;
}

.composition__line--4 .composition__second-line {
    width: 140px;
}

.composition__line--5 {
    height: 217px;
}

.composition__line--5 .composition__second-line {
    width: 227px;
}

.composition__line--6 {
    height: 130px;
}

.composition__line--6 .composition__second-line {
    width: 175px;
    ;
}

.composition__list .slick-dots {
    display: flex;
    justify-content: center;
    align-items: center;
}

.composition__list .slick-dots li {
    width: 18px;
    height: 18px;
}

.composition__list .slick-dots li:not(:last-of-type) {
    margin-right: 6px;
}

.composition__list .slick-dots button {
    font-size: 0;
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    border-radius: 50%;
    border: none;
    transition: all .3s ease-out;
    outline: none;
}

.composition__list .slick-dots .slick-active button {
    width: 18px;
    height: 18px;
}

.usage {
    padding: 35px 0 15px;
}

.usage__image {
    position: relative;
    width: 438px;
    margin-left: 50px;
    font-size: 0;
    z-index: 1;
}

.usage__image::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 40px;
    display: block;
    width: 78%;
    height: 78%;
    background-color: #F8F5EF;
    z-index: -1;
}

.usage__list {
    position: relative;
    margin-top: -230px;
    z-index: 1;
}

.usage__item {
    position: relative;
    padding: 15px 15px 15px 90px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    background-color: #FFFFFF;
}

.usage__item:not(:first-of-type) {
    margin-top: 20px;
}

.usage__item::before {
    content: "";
    position: absolute;
    top: 35px;
    left: 10px;
    display: block;
    width: 70px;
    height: 70px;
    border-radius: 20px;
    overflow: hidden;
}

.usage__item--1::before {
    background: url("../images/usage-image1.jpg") center / contain no-repeat;
}

.usage__item--2::before {
    background: url("../images/usage-image2.jpg") center / contain no-repeat;
}

.usage__heading {
    font-weight: 500;
    font-size: 17px;
}

.usage__desc {
    margin-top: 10px;
    font-size: 15px;
    color: #6B6864;
}

.usage__advantages {
    margin-top: 20px;
    text-align: center;
}

.usage__advantage {
    position: relative;
    max-width: 175px;
    margin: 0 auto;
    padding-top: 70px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
}

.usage__advantage--2 {
    max-width: 244px;
}

.usage__advantage:not(:first-of-type) {
    margin-top: 25px;
}

.usage__advantage::before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    width: 54px;
    height: 54px;
    background-color: #BCD2A1;
}

.usage__advantage--1::before {
    background: url("../images/usage-icon1.jpg") center / contain no-repeat;
}

.usage__advantage--2::before {
    background: url("../images/usage-icon2.jpg") center / contain no-repeat;
}

.usage__advantage--3::before {
    background: url("../images/usage-icon3.jpg") center / contain no-repeat;
}

.reviews {
    padding: 15px 0;
}

.reviews__title {
    text-align: center;
}

@media (min-width: 0) and (max-width: 991px) {
    .reviews__list-wrapper {
        position: relative;
        left: 50%;
        transform: translateX(-50%);
        width: 800px;
        margin: 0 auto;
        overflow-x: hidden;
    }

    .reviews__list {
        left: 50%;
        transform: translateX(-50%);
        width: 370px;
    }
}

.reviews__list .slick-list {
    overflow: visible;
}

.reviews__item {
    width: 100%;
    margin: 70px 5px 20px;
    padding: 0 10px 25px;
    border: 1px solid #D1D1D1;
    border-radius: 5px;
    background: #FFFFFF;
    outline: none;
}

.reviews__avatar {
    width: 70px;
    height: 70px;
    margin-top: -48px;
    border-radius: 20px;
    overflow: hidden;
    font-size: 0;
}

.reviews__content {
    position: relative;
    margin-top: 30px;
    padding-top: 30px;
}

.reviews__content::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 19px;
    height: 16px;
    background: url("../fonts/quotes-icon.svg") center / contain no-repeat;
}

.reviews__image {
    margin-top: 15px;
    font-size: 0;
    text-align: center;
}

.reviews__rating {
    margin-top: 20px;
    font-size: 0;
}

.reviews__author {
    margin-top: 10px;
}

.reviews__author-name {
    font-weight: 500;
}


@media (min-width: 992px) {
    .container {
        max-width: 1200px;
        padding: 0 15px;
    }

    .title {
        font-size: 36px;
        line-height: 1.3;
    }

    .common-block {
        padding: 20px 0 130px;
    }

    .common-block__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .common-block__left {
        width: 100%;
        max-width: calc(100% - 300px);
    }

    .common-block__title {
        max-width: 430px;
        margin-top: 30px;
        font-size: 48px;
        line-height: 1.1;
    }

    .common-block__list {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        align-content: flex-end;
        flex-wrap: wrap;
        max-width: 474px;
        margin-top: 70px;
    }

    .common-block__item {
        display: flex;
        align-items: center;
        width: 100%;
        max-width: calc((100% - 10px)/2);
        margin-top: 0;
        margin-bottom: 10px;
        padding: 30px 5px;
        padding-left: 60px;
        font-size: 17px;
    }

    .common-block__item::before {
        left: 3px;
        width: 50px;
        height: 50px;
        background-size: auto;
    }

    .common-block__item--1 {
        order: 1;
    }

    .common-block__item--2 {
        order: 3;
    }

    .common-block__item--3 {
        order: 5;
    }

    .common-block__item--4 {
        order: 2;
    }

    .common-block__item--5 {
        order: 4;
    }

    .common-block__product {
        left: 50%;
        top: -118px;
        transform: translateX(-33%);
        width: 1343px;
    }

    .common-block__stamp {
        position: absolute;
        top: 130px;
        right: 360px;
        display: block;
        width: 100%;
        max-width: 230px;
        padding-left: 70px;
        font-weight: 400;
        font-size: 14px;
        line-height: 1.3;
    }

    .common-block__stamp::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        width: 65px;
        height: 65px;
        background: url("../images/stamp.png");
    }

    .common-block__order {
        margin-top: 175px;
    }

    .reasons {
        position: relative;
        z-index: 1;
    }

    .reasons__wrapper {
        position: relative;
        max-width: 585px;
        margin-left: auto;
    }

    .reasons__desc {
        max-width: 410px;
    }

    .reasons__bottom {
        padding-top: 40px;
        padding-bottom: 105px;
        margin-top: 40px;
    }

    .reasons__image {
        max-width: 480px;
        margin-top: -295px;
    }

    .reasons__list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 900px;
        margin-top: -280px;
        margin-left: auto;
    }

    .reasons__item {
        max-width: 280px;
        min-height: 250px;
        margin: 0;
        padding: 50px 20px 20px;
    }

    .reasons__item::before {
        top: -50px;
        width: 70px;
        height: 70px;
        background-size: auto;
    }

    .reasons__subitem:not(:first-of-type) {
        margin-top: 13px;
    }

    .solution {
        padding: 80px 0 35px;
    }

    .solution__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 30px;
    }

    .solution__column {
        width: 100%;
        max-width: calc((100% - 255px - 210px)/2);
    }

    .solution__column--left {
        /* max-width: 255px; */
        max-width: none;
        margin-right: 150px;
    }

    .solution__column--center {
        margin-right: 60px;
    }

    .solution__block {
        margin-top: 0;
    }

    .solution__block--product {
        margin-top: 40px;
    }

    .solution__image--percent {
        max-width: 166px;
    }

    .solution__paragaraph {
        margin-top: 20px;
    }

    .solution__paragaraph--percent {
        max-width: 100%;
        margin-top: 10px;
    }

    .solution__paragaraph--product {
        max-width: 100%;
        margin-top: 40px;
    }

    .solution__paragaraph--ingredients {
        margin-top: 35px;
    }

    .solution__paragaraph--results {
        margin-top: 25px;
    }

    .solution__image--product {
        top: -30px;
        right: -130px;
        max-width: 177px;
    }

    .stages {
        padding: 35px 0;
    }

    .stages__title {
        max-width: 710px;
        margin: 0 auto;
    }

    .stages__list {
        position: relative;
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 80px;
    }

    .stages__list::before,
    .stages__list::after {
        content: "";
        position: absolute;
        top: 20px;
        display: block;
        width: 31px;
        height: 31px;
        background: url("../fonts/plus-icon.svg") center / contain no-repeat;
    }

    .stages__list::before {
        left: calc(100% / 3);
        transform: translateX(-100%);
    }

    .stages__list::after {
        right: calc(100% / 3);
        transform: translateX(100%);
    }

    .stages__item {
        width: 100%;
        max-width: 280px;
        margin-top: 0;
    }

    .stages__number {
        min-width: 120px;
        padding: 8px 10px;
        border-radius: 25px;
    }

    .stages__heading {
        max-width: 195px;
        margin: 10px auto 0;
    }

    .results {
        padding: 40px 0;
    }

    .results__list {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        margin-top: 80px;
    }

    .results__item {
        width: 100%;
        max-width: calc((100% - 100px)/3);
        margin-top: 0;
    }

    .results__image-wrapper {
        margin-top: 30px;
    }

    .results__image {
        flex-basis: calc((100% - 5px)/2);
        max-width: calc((100% - 5px)/2);
    }

    .results__image:not(:last-of-type) {
        margin-right: 5px;
    }

    .results__subitem {
        margin-top: 10px;
    }

    .form-section {
        margin-top: 0;
        padding: 70px 0 45px;
    }

    .form-section__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        max-width: 850px;
        margin: 0 auto;
        padding: 40px 90px 35px 35px;
    }

    .form-section__wrapper::before {
        width: calc(100% - 20px);
        height: calc(100% - 20px);
    }

    .form-section__image--woman {
        margin-top: -70px;
        margin-left: 27px;
        width: 408px;
    }

    .form-section__image--structure {
        width: 158px;
        height: 158px;
        margin-top: -227px;
        margin-bottom: 35px;
        border-radius: 50%;
        overflow: hidden;
    }

    .form-section__order {
        margin: 0;
    }

    .expert {
        padding: 35px 0 100px;
    }

    .expert__title {
        max-width: 470px;
    }

    .expert__outer-wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 35px;
    }

    .expert__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        width: 100%;
        max-width: calc(100% - 320px - 25px);
        margin-top: 0;
    }

    .expert__column {
        width: 100%;
        max-width: calc(100% - 80px);
    }

    .expert__column:not(:last-of-type) {
        margin-right: 80px;
    }

    .expert__paragraph {
        margin-top: 15px;
        line-height: 1.5;
    }

    .expert__paragraph--break {
        -moz-column-break-before: column;
        break-before: column;
    }

    .expert__photo {
        float: none;
        display: none;
        flex-shrink: 0;
        width: 100%;
        max-width: 320px;
        margin-top: -215px;
        margin-right: 0;
        margin-left: 25px;
    }

    .expert__photo--desktop {
        display: block;
    }

    .expert__signature {
        max-width: 260px;
        margin-top: 40px;
        padding-top: 110px;
        padding-left: 0;
        font-size: 18px;
        line-height: 1.3;
    }

    .expert__position {
        display: block;
    }

    .expert__signature::before {
        width: 114px;
        height: 94px;
    }

    .expert__list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        margin-top: 50px;
    }

    .expert__item {
        width: 100%;
        margin: 0 auto;
    }

    .expert__item:not(:last-of-type) {
        margin-right: 50px;
    }


    .composition {
        padding: 85px 0 100px;
    }

    .composition__container {
        position: relative;
    }

    .composition__title {
        max-width: 170px;
    }

    .composition__product {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -75%);
        max-width: 235px;
        margin-top: 0;
        margin-left: auto;
    }

    .composition__button {
        cursor: inherit;
    }

    .composition__button::after {
        content: "";
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        display: block;
        border-bottom: 1px dashed #CFBFA0;
    }

    .composition__button--1 {
        bottom: 477px;
        left: 125px;
    }

    .composition__button--1::after {
        left: 10px;
        width: 200px;
        height: 1px;
    }

    .composition__button--2 {
        bottom: 300px;
        left: 30px;
    }

    .composition__button--2::after {
        right: 10px;
        width: 200px;
        height: 1px;
    }

    .composition__button--3 {
        bottom: 360px;
        right: 75px;
    }

    .composition__button--3::after {
        top: 10px;
        left: 10px;
        width: 336px;
        height: 70px;
        border-left: 1px dashed #CFBFA0;
        transform: none;
    }

    .composition__button--4 {
        bottom: 95px;
        left: 30px;
    }

    .composition__button--4::after {
        right: 10px;
        width: 220px;
        height: 1px;
    }

    .composition__button--5 {
        bottom: 145px;
        right: 30px;
    }

    .composition__button--5::after {
        left: 10px;
        width: 100px;
        height: 1px;
    }

    .composition__button--6 {
        bottom: 50px;
        right: 107px;
    }

    .composition__button--6::after {
        top: 10px;
        left: 50%;
        transform: translateX(-50%);
        width: 1px;
        height: 100px;
        border-left: 1px dashed #CFBFA0;
        border-bottom: none;
    }

    .composition__list {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        flex-wrap: wrap;
        margin-top: -150px;
    }

    .composition__item {
        width: 100%;
        max-width: 50%;
        opacity: 1 !important;
    }

    .composition__item-wrapper {
        max-width: 190px;
    }

    .composition__item--1 {
        max-width: 100%;
    }

    .composition__item-wrapper--1 {
        margin-right: 14%;
    }

    .composition__item-wrapper--2 {
        max-width: 170px;
        margin-right: 180px;
    }

    .composition__item-wrapper--3 {
        max-width: 170px;
        margin-top: 10px;
        margin-right: 0;
    }

    .composition__item-wrapper--4 {
        max-width: 234px;
        margin-top: 15px;
        margin-left: 0;
    }

    .composition__item-wrapper--5 {
        max-width: 180px;
        margin-top: -30px;
        margin-left: 175px;
    }

    .composition__item--6 {
        margin: 0 auto;
    }

    .composition__line {
        display: none;
        transform: none;
    }

    .composition__heading {
        position: relative;
        display: inline-block;
        padding: 0 10px;
        background-color: #f8f5ef;
        z-index: 1;
    }


    .usage {
        padding: 80px 0 40px;
    }

    .usage__title {
        max-width: 710px;
    }

    .usage__wrapper {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
    }

    .usage__image {
        flex-shrink: 0;
        order: 1;
        width: 554px;
        margin-top: -150px;
        margin-right: -95px;
        margin-left: -267px;
    }

    .usage__list {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        flex-shrink: 0;
        width: 100%;
        max-width: 770px;
        margin-top: 130px;
    }

    .usage__item {
        width: 100%;
        max-width: calc((100% - 30px)/2);
        padding: 25px 25px 25px 130px;
    }

    .usage__item:not(:first-of-type) {
        margin-top: 0;
        margin-left: 30px;
    }

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

    .usage__heading {
        font-weight: 500;
        font-size: 17px;
    }

    .usage__desc {
        margin-top: 10px;
        font-size: 15px;
        color: #6B6864;
    }

    .usage__advantages {
        display: flex;
        justify-content: space-between;
        align-items: flex-start;
        max-width: 1050px;
        margin: 90px auto 0;
    }

    .usage__advantage {
        margin: 0;
    }

    .usage__advantage:not(:first-of-type) {
        margin-top: 0;
    }

    .reviews {
        padding: 40px 0 80px;
    }

    .reviews__list {
        display: flex;
        justify-content: space-between;
        align-items: stretch;
        max-width: 1014px;
        margin: 80px auto 0;
    }

    .reviews__item {
        max-width: 280px;
        padding: 0 20px 25px;
        margin: 0;
    }

    .reviews__item--bottom {
        align-self: flex-end;
        margin-bottom: -50px;
    }

    .reviews__content {
        padding-top: 40px;
    }

    .reviews__image {
        margin-top: 25px;
    }
}

.label {
    position: relative;

}

/* head */

.ac_footer {
    position: relative;
    text-align: center;
    overflow: hidden;
    padding: 50px 0;
    color: #A12000;
}

.ac_footer a {
    color: #A12000;
}

.ac_footer p {
    text-align: center;
}

/* body */

.button__text:after {
    content: '*';
    display: inline-block;
    font-size: 75%;
    vertical-align: top;
}

@media only screen and (max-width: 1230px) {
    .ac_footer {
        padding-bottom: 50px;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media only screen and (max-width: 991px) {
    .ac_footer {
        padding: 15px;
        font-size: 11px;
        line-height: 1.2;
    }
}