/*Обнуление*/

* {
    padding: 0;
    margin: 0;
    border: 0;
}

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

:focus,
:active {
    outline: none;
}

a:focus,
a:active {
    outline: none;
}

nav,
footer,
header,
aside {
    display: block;
}

html {
    font-size: 15px;
}


body {
    height: 100%;
    width: 100%;
    font-size: 100%;
    font-size: 1rem;
    line-height: 1;
    font-family: 'Open Sans', sans-serif;
    color: #000;
    -ms-text-size-adjust: 100%;
    -moz-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
    font-family: inherit;
}

input::-ms-clear {
    display: none;
}

button {
    cursor: pointer;
}

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

a,
a:visited {
    text-decoration: none;
}

a:hover {
    text-decoration: none;
}

ul li {
    list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-size: inherit;
    font-weight: 400;
}

::-webkit-scrollbar {
    width: 10px;
    background: #e00367;
}

::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: #f87d01;
}

/*--------------------*/

/* Defoult styles */

.wrapper {
    overflow: hidden;
}

.container {
    width: 100%;
    max-width: 1400px;

    margin: 0 auto;

    padding: 0 10px;
}

/* section 1 */
.section_1 {
    background-image: url(../images/promo_wom.png), url(../images/product_1.png), url(../images/leaves_1.png), url(../images/bg_1.jpg);
    background-size: 521px 614px, 359px 469px, 407px 541px, cover;
    background-repeat: no-repeat, no-repeat, no-repeat, no-repeat;
    background-position: 10% 40px, 84% top, 94% center, center;
}

.promo {
    display: flex;
    flex-direction: column;
    align-items: center;

}

.promo__titles {
    max-width: 100%;

    text-align: center;
    padding-top: 70px;
}

.promo__title {
    max-width: 565px;
    font-weight: 700;
    font-size: 46px;
    line-height: 55px;
    color: #000;

    margin-bottom: 30px;
}

.promo__subtitle {
    max-width: 565px;
    font-weight: 400;
    font-size: 36px;
    line-height: 43px;

    margin-bottom: 30px;
}

.promo__subtitle>span:nth-of-type(1) {
    font-weight: bold;
}

.promo__subtitle>span:nth-of-type(2) {
    font-weight: bold;
    color: #AF35CE;
}

.promo-mob_pictures {
    display: none;
}

.promo__list {
    margin-bottom: 60px;
}

.promo__list-item {
    font-size: 18px;
    line-height: 22px;

    position: relative;
}

.promo__list-item:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -23px;
    width: 18px;
    height: 19px;
    background: url("../images/star_1.png");
    background-size: 18px 19px;
}

.promo__list-item>span {
    color: #AF35CE;
}

.content__btn {
    width: 100%;
    max-width: 380px;
    min-height: 60px;

    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;


    box-shadow: 0px 2px 9px rgb(0 0 0 / 22%);
    border: 3px solid #fff;
    border-radius: 60px;
    border-color: #FFF;
    background: linear-gradient(to right, #3C462E, #96D251 100%);

}

.content__btn:hover {
    background: linear-gradient(to right, #63803E, #C5F58C 100%);
}

.section_1-bottom-wrap {
    padding: 60px 0;
    display: flex;
    justify-content: space-around;
}

.section_1-bottom-item {
    position: relative;
    color: #FFF;
    font-size: 17px;
    line-height: 20px;
    font-weight: 400;
}

.section_1-bottom-item:nth-of-type(1)::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -55px;
    width: 48px;
    height: 48px;
    background: url("../images/icon1.png");
    background-size: 48px 48px;
}

.section_1-bottom-item:nth-of-type(2)::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -55px;
    width: 48px;
    height: 48px;
    background: url("../images/icon2.png");
    background-size: 48px 48px;
}

.section_1-bottom-item:nth-of-type(3)::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -55px;
    width: 48px;
    height: 48px;
    background: url("../images/icon3.png");
    background-size: 48px 48px;
}

.section_1-bottom-item:nth-of-type(4)::before {
    content: "";
    position: absolute;
    top: -12px;
    left: -55px;
    width: 48px;
    height: 48px;
    background: url("../images/icon4.png");
    background-size: 48px 48px;
}

/* section 2 */

.section_2 {
    background-color: #EDEDED;
    padding-bottom: 50px;
}


.section_2-title {
    max-width: 900px;

    font-size: 46px;
    line-height: 55px;
    font-weight: bold;
    text-align: center;

    margin: 0 auto;
    padding: 70px 0;
}

.change {
    position: relative;
    z-index: 2;
}

.change::before {
    content: "";

    display: block;

    background-image: url(../images/bg_2.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left 0;

    width: 1291px;
    height: 1873px;
    position: absolute;
    top: 0%;
    right: 60%;
    z-index: -1;
}

.change::after {
    content: "";

    display: block;

    background-image: url(../images/bg_3.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right 0;

    width: 293px;
    height: 1554px;
    position: absolute;
    top: 17%;
    right: -20%;
    z-index: -1;
}

/* Change Block One */

.change__block {
    display: flex;
    justify-content: center;
}

.change__block-left_top {
    padding-top: 10px;
    display: flex;
    align-items: center;
    margin-right: 320px;
}

.change__left-title {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.change__left-arrow {
    display: inline;
    width: 67px;
    height: 67px;

    margin-left: 45px;
}

.change__left-subtitle {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.change__left-subtitle:nth-of-type(1) {
    margin: 40px 0px 0px 285px;
}

.change__left-subtitle:nth-of-type(2) {
    margin: 170px 0px 0px 285px;
}

.change__left-subtitle:nth-of-type(3) {
    margin: 170px 0px 0px 255px;
}


.change__right-number {
    position: relative;
    right: 40px;
    top: -5px;
    z-index: 2;

    font-size: 202px;
    line-height: 210px;
    font-weight: 800;
    color: #8EC64D;

    text-shadow: 1px 3px 7px rgb(0 0 0 / 27%);

}

.change__right-wrap {
    margin-top: -120px;
}


.change__right-circle {
    position: relative;
    z-index: 1;

    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #8DA255;

    padding: 75px 65px;
    margin-bottom: 15px;
}

.change__right-circle::before {
    content: "";

    width: 150px;
    height: 150px;

    position: absolute;
    top: 180px;
    right: 615px;

    background-image: url(../images/ellipse.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.change__right-circle::after {
    content: "";

    width: 158px;
    height: 1px;

    position: absolute;
    top: 258px;
    right: 458px;

    background-color: #8DA255;
}

.change__right-title {
    text-align: center;
    max-width: 350px;
    font-size: 26px;
    line-height: 29px;

    margin-left: 45px;
}

/* Change Block Two */

.change__block_2 {
    display: flex;
    justify-content: center;

    margin-left: 55px;
}

.change__block-left_2 {
    margin-right: 24%;
}

.change__block-right_2 {
    margin-right: 20%;
}

.change__right-number_2 {
    position: relative;
    right: 40px;
    top: -5px;
    z-index: 2;

    font-size: 202px;
    line-height: 210px;
    font-weight: 800;
    color: #688B3F;

    text-shadow: 1px 3px 7px rgb(0 0 0 / 27%);
}


.change__left-subtitle_2 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}


.change__left-subtitle_2:nth-of-type(1) {
    margin: 90px 0px 0px 210px;
}

.change__left-subtitle_2:nth-of-type(2) {
    margin: 185px 0px 0px 130px;
}

.change__left-subtitle_2:nth-of-type(3) {
    margin: 170px 0px 0px 60px;
}

/* Change Block Three */

.change__block_3 {
    display: flex;
    justify-content: center;

}

.change__right-number_3 {
    position: relative;
    right: 40px;
    top: -5px;
    z-index: 2;

    font-size: 202px;
    line-height: 210px;
    font-weight: 800;
    color: #4F6435;

    text-shadow: 1px 3px 7px rgb(0 0 0 / 27%);
}

.change__block-left_3 {
    margin-right: 24%;
}

.change__block-right_3 {
    margin-right: 23%;
}

.change__left-subtitle_3 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;
}

.change__left-subtitle_3:nth-of-type(1) {
    margin: 95px 66px 0px 0px;
}

.change__left-subtitle_3:nth-of-type(2) {
    margin: 170px 0 0px -25px;
}

/* Section 3 */

.section_3 {
    background-color: #EDEDED;

    height: 2070px;

}

.ready {
    background-image: url(../images/ready_wom.png), url(../images/bg_4.png), url(../images/leaves_3.png);
    background-size: 489px 768px, cover, 757px 584px;
    background-repeat: no-repeat, no-repeat, no-repeat;
    background-position: 80% 30px, 100% 130%, 42% 345px;

    height: 850px;
}

.ready__content-top {
    max-width: 60%;
}

.ready__title {
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;

    padding: 60px 0;
}

.ready__product-name {
    font-size: 69px;
    font-weight: bold;
    color: #AF35CE;

    margin-bottom: 30px;
}

.ready__subtitle {
    font-size: 38px;
    line-height: 46px;

    margin-bottom: 30px;
}

.ready__text {
    font-size: 24px;
    line-height: 29px;

    margin-bottom: 30px;
}

.ready__text>span {
    font-weight: bold;
}


/* ready content middle */

.ready__content-middle {
    background-image: url(../images/product_1.png), url(../images/leaves_2.png);
    background-size: 359px 469px, 721px 971px;
    background-repeat: no-repeat;
    background-position:7% 50%, 74% -460%;


    height: 920px;

    display: flex;
    align-items: center;

    /* margin-bottom: -110px; */
}

.ready__middle-wrap {
    max-width: 53%;
    margin: 150px auto 0;
}

.ready__middle-text {
    font-size: 30px;
    line-height: 36px;

    margin-bottom: 40px;
}

.ready__middle-text>span {
    font-weight: bold;
    color: #AF35CE;
}

/* ready content middle */


.ready__content-bottom {
    background-image: url(../images/bg_5.png);
    background-size: cover;
    background-repeat: no-repeat;

    height: 820px;

    margin-top: -200px;
}

.content__bottom-wrap {
    display: flex;
    justify-content: space-evenly;

    padding-top: 250px;
}

.ready__list-title {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;

    margin-bottom: 30px;
}

.ready__list {
    margin-left: 22px;
    margin-bottom: 30px;
}

.ready__list-item {
    font-size: 19px;
    line-height: 17px;

    position: relative;

    margin-left: 10px;
    margin-bottom: 10px;
}

.ready__list-item::before {
    content: "";
    position: absolute;
    top: 2px;
    left: -32px;
    width: 18px;
    height: 19px;
    background: url("../images/star_1.png");
    background-size: 18px 19px;
}


/* section 4 */

.section_4 {
    background-color: #EDEDED;
}

.section_4-title {
    max-width: 900px;

    font-size: 48px;
    line-height: 58px;
    font-weight: bold;
    text-align: center;

    margin: 0 auto;
    padding: 70px 0;
}

.section_4-title>span {
    color: #AF35CE;
}

/* results */

.results {
    position: relative;
    z-index: 2;

    padding-bottom: 90px;
}

.results::before {
    content: "";

    display: block;

    background-image: url(../images/bg_6.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: left 0;

    width: 1177px;
    height: 1925px;
    position: absolute;
    top: 0%;
    right: 57%;
    z-index: -1;
}

.results::after {
    content: "";

    display: block;

    background-image: url(../images/bg_7.png);
    background-size: 100% 100%;
    background-repeat: no-repeat;
    background-position: right 0;

    width: 293px;
    height: 1555px;
    position: absolute;
    top: 0;
    right: -20%;
    z-index: -1;
}

.results__title {
    max-width: 545px;

    font-size: 29px;
    line-height: 35px;
    font-weight: bold;
    text-align: center;

    margin: 0 auto;
}

/* results block 1 */

.results__block {
    display: flex;

    justify-content: space-evenly;
    align-items: center;

    margin-top: -110px;
    margin-right: 440px;
}

.results__left-subtitle {
    font-size: 30px;
    line-height: 36px;
    color: #fff;

    margin-right: 100px;
}

.results__right-circle {
    border-radius: 50%;
    background-color: #fff;
    border: 1px solid #8DA255;

    padding: 65px 80px;
    margin-bottom: 15px;
}

.results__right-img {
    max-width: 200px;
}

.results__right-number {
    font-weight: 800;
    font-size: 163px;
    line-height: 196px;
    color: #8EC64D;

    position: relative;
    top: 110px;
    left: 185px;
    z-index: 2;

    text-shadow: 1px 3px 7px rgb(0 0 0 / 27%);
}

.results__right-subtitle {
    font-size: 24px;
    line-height: 29px;
    text-align: center;
}

/* results block 2 */

.results__block_2 {
    display: flex;

    justify-content: space-evenly;
    align-items: center;

    margin-top: -110px;
    margin-right: 365px;
    margin-left: 200px;
}

.results__left-subtitle_2 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;

    margin-right: 180px;
    margin-top: 85px;
}

.results__right-number_2 {
    font-weight: 800;
    font-size: 163px;
    line-height: 196px;
    color: #8DB45F;

    position: relative;
    top: 110px;
    left: 185px;
    z-index: 2;

    text-shadow: 1px 3px 7px rgb(0 0 0 / 27%);
}

/* results block 3 */

.results__block_3 {
    display: flex;

    justify-content: space-evenly;
    align-items: center;

    margin-top: -110px;
    margin-right: 365px;
    margin-left: 400px;
}

.results__left-subtitle_3 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;

    margin-right: 180px;
    margin-top: 85px;
}

.results__right-number_3 {
    font-weight: 800;
    font-size: 163px;
    line-height: 196px;
    color: #709048;

    position: relative;
    top: 110px;
    left: 185px;
    z-index: 2;

    text-shadow: 1px 3px 7px rgb(0 0 0 / 27%);
}

/* results block 4 */

.results__block_4 {
    display: flex;

    justify-content: space-evenly;
    align-items: center;

    margin-top: -110px;
    margin-right: 365px;
    margin-left: 520px;
}

.results__left-subtitle_4 {
    font-size: 30px;
    line-height: 36px;
    color: #fff;

    margin-right: 180px;
    margin-top: 85px;
}

.results__right-number_4 {
    font-weight: 800;
    font-size: 163px;
    line-height: 196px;
    color: #4F6435;

    position: relative;
    top: 110px;
    left: 185px;
    z-index: 2;

    text-shadow: 1px 3px 7px rgb(0 0 0 / 27%);
}

.results__footnote {
    width: 330px;

    font-size: 30px;
    line-height: 36px;
    color: #fff;

    margin-top: -100px;
}

/* section 5 */

.section_5 {
    background-color: #EDEDED;
    height: 2500px;
}

.transform {
    background-image: url(../images/bg_8.png), url(../images/leaves_4.png);
    background-size: cover, 620px 918px;
    background-repeat: no-repeat, no-repeat;
    background-position: 0, 100% 210%;

    height: 1056px;
}

/* transform top */

.transform__content-top {
    max-width: 650px;
    padding-top: 135px;
    height: 1056px;

    margin-left: 150px;
}

.transform__top-title {
    text-align: left;
    font-size: 50px;
    line-height: 60px;
    font-weight: bold;

    margin-bottom: 30px;
}

.transform__top-flex {
    display: flex;

    margin-bottom: 35px;
}

.transform__top-paragraph {
    margin-left: 30px;
}

.transform__top-subtitle {
    line-height: 37px;
    font-weight: 700;
    font-size: 31px;
    color: #AF35CE;

    margin-bottom: 35px;
}

.transform__top-text {
    font-size: 23px;
    line-height: 28px;
}

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

/* transform middle */

.transform__content-middle {
    background-image: url(../images/leaves_5.png);
    background-size: 671px 918px;
    background-repeat: no-repeat;
    background-position: 0 -745%;

    padding-bottom: 345px;
}

.transform__middle-title {
    text-align: center;

    font-size: 49px;
    line-height: 59px;
    font-weight: bold;

    margin-bottom: 50px;
}

.transform__middle-flex {
    display: flex;
    align-items: center;

    margin-bottom: 70px;
}

.transform__middle-flex--item {
    margin-left: 60px;
}

.transform__middle-flex--item:first-child {
    margin-left: 0;
}

.transform__middle-img {
    display: block;

    max-width: 370px;
    height: 200px;

    margin: 0 auto 60px;
}

.transform__middle-subtitle--first {
    text-align: center;

    line-height: 22px;
    font-size: 18px;
    font-weight: 600;

    position: relative;

    margin-top: -22px;
}

.transform__middle-subtitle--first::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -43px;
    width: 40px;
    height: 11px;
    background: url("../images/arrow_right_BL.png");
    background-size: 40px 11px;
}

.transform__middle-subtitle {
    text-align: center;

    line-height: 22px;
    font-size: 18px;
    font-weight: 600;

    position: relative;
}

.transform__middle-subtitle::before {
    content: "";
    position: absolute;
    top: -15px;
    left: -57px;
    width: 40px;
    height: 11px;
    background: url("../images/arrow_right_BL.png");
    background-size: 40px 11px;

}

.transform__middle-subtitle:nth-of-type(1):before {
    display: none;
}


/* transform bottom */

.transform__content-bottom {
    background-image: url(../images/bg_9.png);
    background-size: cover, 671px 918px;
    background-repeat: no-repeat, no-repeat;
    background-position: 0, 0 -244%;

    height: 1055px;

    margin-top: -255px;
}

.transform__bottom {
    display: flex;
    align-items: center;
    justify-content: space-evenly;

    padding-top: 250px;
}

.transform__bottom-img {
    margin-bottom: 15px;
}

.transform__bottom-name {
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: bold;

    margin-bottom: 15px;
}

.transform__bottom-subname {
    width: 275px;
    text-align: center;
    font-size: 18px;
    line-height: 22px;

    margin-left: 15px;
}

.transform__bottom-info {
    max-width: 725px;
}

.transform__bottom-title {
    font-size: 62px;
    line-height: 74px;
    font-weight: 700;
    color: #AF35CE;

    margin-bottom: 40px;
}

.transform__bottom-subtitle {
    font-size: 50px;
    line-height: 53px;
    font-weight: 700;

    margin-bottom: 40px;
}

.transform__bottom-text {
    font-size: 19px;
    line-height: 23px;
}

/* section 6 */

.section_6 {
    background-color: #EDEDED;
}

/* compound */

.compound {
    background: -webkit-gradient(linear, left center, right center, from(#904268), color-stop(100%, #FFFFFF));
    background: -webkit-linear-gradient(left, #904268, #FFFFFF 100%);
    background: linear-gradient(to right, #904268, #FFFFFF 100%);
}

.compound__title {
    max-width: 640px;

    text-align: center;
    font-size: 46px;
    line-height: 55px;
    font-weight: bold;

    padding: 60px 0;
    margin: 0 auto;
}

.compound__flex {
    display: flex;
}

.compound__left {
    background-image: url(../images/bg_10.png);
    background-repeat: no-repeat;
    background-size: cover;

    width: 50%;

    padding: 100px 90px 40px 140px;
}

.compound__left-item {
    display: flex;
    align-items: center;
}

.compound__left-title {
    font-size: 28px;
    line-height: 34px;
    color: #fff;
    font-weight: bold;
}

.compound__left-text {
    font-size: 21px;
    line-height: 22px;
    color: #fff;

    margin-left: 25px;
}

.compound__left-text>span {
    font-weight: bold;
}

.compound__right {
    width: 35%;

    margin-left: 80px;
}

.compound__right-top {
    display: flex;
    align-items: center;

    margin-bottom: 20px;
}

.compound__right-subtitle {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;

    max-width: 245px;

    margin-left: 20px;
}

.compound__right-text {
    font-size: 20px;
    line-height: 24px;

    margin-bottom: 20px;
}

.compound__right-name {
    font-size: 20px;
    line-height: 24px;

    max-width: 310px;
}

.compound__right-name>span {
    font-weight: bold;
}

/* choice */

.choice__title {
    max-width: 990px;

    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;

    margin: 0 auto;
    padding: 90px 0 40px;
}

.choice__title>span {
    color: #AF35CE;
}

.choice__block {
    text-align: center;
}

.choice__img {
    margin-left: -125px;
}

.choice__img:first-child {
    margin-left: 0;
}

/* comments */

.comments {
    background-image: url(../images/bg_11.jpg);
    background-repeat: no-repeat;
    background-size: cover;

    padding-bottom: 80px;
}

.comments__flex {
    display: flex;
    justify-content: space-evenly;
}

.comments__flex-item {
    display: flex;
    flex-direction: column;
    align-items: center;

    width: 25%;
}

.comments__title {
    max-width: 990px;

    font-size: 50px;
    line-height: 60px;
    font-weight: bold;
    text-align: center;

    margin: 0 auto;
    padding: 90px 0 55px;
}

.comments__img {
    margin-bottom: 30px;
}

.comments__subtitle {
    text-align: center;
    font-size: 25px;
    line-height: 30px;
    color: #AF35CE;
    font-weight: bold;

    margin-bottom: 30px;
}

.comments__text {
    font-size: 17px;
    text-align: center;
    line-height: 20px;
}

/* use */

.use {
    padding: 80px 0;
}

.use__title {
    max-width: 990px;

    font-size: 50px;
    line-height: 60px;
    font-weight: bold;

    text-align: center;

    margin: 0 auto 20px;
}

.use__title>span {
    color: #AF35CE;
}

.use__flex {
    display: flex;
    justify-content: space-evenly;

    margin-bottom: 80px;
}

.use__flex-item {
    width: 200px;
}

.use__number {
    position: relative;
    right: -13px;
    top: 50px;
    z-index: 2;

    line-height: 97px;
    font-size: 81px;
    color: #8DB45F;
    font-weight: 800;
}

.use__img-wrap {
    border: 2px solid #AF35CE;
    border-radius: 50%;

    background: -webkit-gradient(linear, left center, right center, from(#FFFFFF), color-stop(100%, #B9B9B9));
    background: -webkit-linear-gradient(left, #FFFFFF, #B9B9B9 100%);
    background: linear-gradient(to right, #FFFFFF, #B9B9B9 100%);

    width: 200px;
    height: 200px;

    margin-bottom: 25px;
}

.use__img {
    display: block;
    margin: 40px auto;
}


.use__text {
    position: relative;

    text-align: center;
    line-height: 20px;
    font-size: 17px;
    font-weight: 600;
}

.use__text_4 {
    position: relative;

    text-align: center;
    line-height: 20px;
    font-size: 17px;
    font-weight: 600;
}


.use__text::after {
    content: "";
    position: absolute;
    top: 5px;
    right: -80px;
    width: 40px;
    height: 11px;
    background: url("../images/arrow_right_BL.png");
    background-size: 40px 11px;
}

.use__subtitle {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    text-align: center;

    max-width: 700px;

    margin: 0 auto;
}

.use__subtitle>span {
    color: #AF35CE;
}

/* section 7 */

.order {
    background-image: url(../images/leaves_6.png), url(../images/bg_12.jpg);
    background-size: 1313px 1488px, cover;
    background-repeat: no-repeat, no-repeat;
    background-position: 66% 29%, 1% 1%;

    padding: 60px 0 80px;
    margin-top: -5px;
}


.order__title {
    max-width: 995px;

    font-size: 50px;
    text-align: left;
    font-weight: bold;
    line-height: 60px;

    margin: 0 auto 40px;
}

.order__title>span {
    color: #AF35CE;
}

.order__subtitle {
    max-width: 995px;

    font-size: 27px;
    line-height: 32px;

    margin: 0 auto 60px;
}

.order__subtitle>span {
    font-weight: bold;
}

.order__list {
    max-width: 900px;

    margin: 0 auto 40px;
}

.order__list-item {
    font-size: 18px;
    line-height: 22px;

    position: relative;
}

.order__list-item:before {
    content: "";
    position: absolute;
    top: 2px;
    left: -23px;
    width: 18px;
    height: 19px;
    background: url("../images/star_1.png");
    background-size: 18px 19px;
}

.order__list-item>span {
    color: #AF35CE;
}

.order__flex {
    display: flex;
    justify-content: space-evenly;
}

.order__form {
    background-color: #EDEDED;
    border-radius: 10px;

    max-width: 410px;

    padding: 35px 20px;
}

.form__title {
    font-size: 21px;
    line-height: 25px;
    text-align: center;

    margin-bottom: 20px;
}

.form__title>span {
    font-weight: bold;
}

.form__wrap {
    text-align: center;
}

.form__select {
    color: #484848;
    text-align: left;
    font-size: 16px;

    width: 100%;
    max-width: 370px;
    height: 50px;

    background-color: #EDEDED;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 13%);
    border-radius: 10px;
    border: 1px solid #DADADA;

    padding-left: 10px;
    margin-bottom: 10px;
}

.form__input-name {
    color: #484848;
    text-align: left;
    font-size: 16px;

    width: 100%;
    max-width: 370px;
    height: 50px;

    background-color: #EDEDED;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 13%);
    border-radius: 10px;
    border: 1px solid #DADADA;

    background-image: url(../images/input_name.png);
    background-size: 31px 35px;
    background-repeat: no-repeat;
    background-position: 100% 8px;

    padding-left: 10px;
    margin-bottom: 10px;
}

.form__input-tel {
    color: #484848;
    text-align: left;
    font-size: 16px;

    width: 100%;
    max-width: 370px;
    height: 50px;

    background-color: #EDEDED;
    box-shadow: 0px 2px 3px rgb(0 0 0 / 13%);
    border-radius: 10px;
    border: 1px solid #DADADA;

    background-image: url(../images/input_phone.png);
    background-size: 31px 35px;
    background-repeat: no-repeat;
    background-position: 100% 8px;

    padding-left: 10px;
    margin-bottom: 40px;
}

.price {
    display: flex;
    align-items: center;

    margin-bottom: 20px;
}

.old_price-wrap {
    text-align: left;

}

.old_price {
    line-height: 25px;
    font-size: 21px;
}

.price_text {
    display: block;

    font-size: 20px;
    line-height: 24px;
    font-weight: bold;
}

.new_price {
    font-size: 25px;
    line-height: 30px;
    font-weight: bold;
    color: #AF35CE;

    width: 240px;

    margin-right: 25px;

}

.new_price>span {
    line-height: 44px;
    font-size: 37px;
    font-weight: 700;
    color: #AF35CE;
}

.order__btn {
    width: 100%;
    max-width: 380px;
    min-height: 60px;

    font-size: 21px;
    font-weight: 700;
    line-height: 25px;
    color: #FFF;
    text-transform: uppercase;
    text-align: center;


    box-shadow: 0px 2px 9px rgb(0 0 0 / 22%);
    border: 3px solid #fff;
    border-radius: 60px;
    border-color: #FFF;
    background: linear-gradient(to right, #3C462E, #96D251 100%);

    margin-bottom: 25px;
}

.order__btn:hover {
    background: linear-gradient(to right, #63803E, #C5F58C 100%);
}

.form__footnote {
    font-size: 14px;
    line-height: 17px;
    text-align: left;
}

/* footer */

.footer {
    padding: 60px 0 30px;

    background-color: #1F1F1F;
}

.footer__flex {
    display: flex;
    justify-content: center;

    margin-bottom: 40px;

}

.footer__item:first-child>.footer__links {
    margin-top: -14px;
}

.footer__item {
    width: 25%;

    margin-left: 100px;
}

.footer__title {
    line-height: 22px;
    color: #FFF;
    font-size: 18px;
    font-weight: bold;

    margin-bottom: 15px;
}

.footer__link {
    cursor: pointer;
    display: block;
    color: #757575;
    font-size: 14px;

    margin-bottom: 10px;

    transition: color .2s linear;
}

.footer__link:hover {
    color: #fff;
}

.footer__bottom {
    background-image: url(../images/footer_line.png);
    background-repeat: no-repeat;
    background-size: 1140px 2px;
    background-position: 50% 0;

    padding-top: 40px;
}

.footer__bottom>span {
    font-size: 18px;
    line-height: 22px;
    color: #fff;

    margin-left: 120px;
}


.section_1 {
    background-position: 5% 40px, 90% 60%, 100% center, center;
}

/* MEDIA */

/* 1440 PX */

@media (max-width: 1441px) {

    .change::after {
        right: -2%;
    }

    .ready {
        background-position: 80% 30px, 100% 130%, 42% 385px;
    }

    .ready__content-top {
        max-width: 51%;
        margin-left: 55px;
    }

    .ready__content-middle {
        height: 990px;

        background-position: 10% 50%, 97% 1570%;
    }

    .ready__middle-wrap {
        max-width: 61%;
        margin: 170px auto 0;
        padding-left: 200px;
    }

    .results::after {
        right: -2%;
    }

    .results__footnote {
        margin-left: 130px;
    }

    .section_5 {
        height: 2230px;
    }

    .transform {
        background-position: 0, 100% -90%;
        height: 792px;
    }

    .transform__content-middle {
        margin-top: -220px;
    }

    .transform__content-bottom {
        height: 792px;
        margin-top: -270px;
    }

}

/* 1024 PX */

@media (max-width: 1025px) {

    .section_1 {
        background-image: url(../images/bg_1.jpg);
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center;
    }

    .promo__titles {
        padding-top: 30px;
    }

    .promo__title {
        max-width: 410px;

        font-size: 30px;
        line-height: 1;

        margin: 0 auto 15px;
    }

    .promo__subtitle {
        max-width: 250px;

        font-size: 20px;
        line-height: 1;

        margin: 0 auto;
    }

    .promo-mob_pictures {
        display: block;

        background-image: url(../images/product_1.png), url(../images/leaves_1.png), url(../images/promo_wom.png);
        background-size: 200px, 210px, 200px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: 81% bottom, 100% 1%, 13% center;

        width: 420px;
        height: 380px;
    }

    .promo__list {
        margin-bottom: 35px;
    }

    .promo__list-item {
        font-size: 16px;
        line-height: 18px;
    }

    .section_1-bottom {
        display: flex;
        justify-content: center;
    }

    .section_1-bottom-wrap {
        padding: 60px 0 10px;

        flex-direction: column;
    }

    .section_1-bottom-item {
        margin-bottom: 40px;

        font-size: 15px;
        line-height: 15px;
    }

    /* section 2 */

    .section_2 {
        padding-bottom: 20px;
    }

    .section_2-title {
        max-width: 410px;

        font-size: 30px;
        line-height: 30px;

        padding: 35px 0;
    }


    .change::before {
        background-image: url(../images/bg-mob_1.png);
        width: 120px;
        height: 861px;
        top: 0%;
        right: 60%;
    }

    .change::after {
        background-image: url(../images/bg-mob_2.png);
        width: 35px;
        height: 678px;
        top: 21%;
        right: 33%;
    }

    .change__block {
        justify-content: space-around;
    }

    .change__block-left_top {
        padding-top: 10px;

        display: flex;
        align-items: flex-start;
        flex-direction: column;

        margin-right: 0;
        margin-left: 290px;
    }

    .change__left-title {
        max-width: 65px;

        font-size: 16px;
        line-height: 1;
    }

    .change__left-arrow {
        width: 35px;
        height: 45px;
        margin-left: 0;
    }

    .change__left-subtitle {
        font-size: 16px;
        line-height: 1;
    }

    .change__left-subtitle:nth-of-type(1) {
        margin: -5px 0px 0px 290px;
    }

    .change__left-subtitle:nth-of-type(2) {
        margin: 80px 0px 0px 290px;
    }

    .change__left-subtitle:nth-of-type(3) {
        margin: 80px 0px 0px 290px;
    }

    .change__right-wrap {
        margin-top: -60px;
    }

    .change__block-right {
        margin-right: 355px;
    }

    .change__right-number {
        font-size: 85px;
        line-height: 102px;

        right: -45px;
        top: -18px;
    }

    .change__right-circle {
        padding: 0;

        width: 190px;
        height: 190px;
    }

    .change__right-circle::before {
        width: 82px;
        height: 82px;

        top: 60px;
        right: 170px;
    }

    .change__right-circle::after {
        display: none;
    }

    .change__right-img {
        display: block;

        width: 120px;
        margin: 32px auto;
    }

    .change__right-title {
        max-width: 205px;

        font-size: 14px;
        line-height: 1;

        margin-left: 0;
    }


    .change__right-number_2 {
        font-size: 85px;
        line-height: 102px;

        right: -45px;
        top: -18px;
    }


    .change__block_2 {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .change__block-left_2 {
        margin-right: 0;
    }

    .change__block-right_2 {
        margin-right: -15px;
    }

    .change__left-subtitle_2 {
        font-size: 16px;
        line-height: 1;
    }

    .change__left-subtitle_2:nth-of-type(1) {
        margin: 80px 0px 0px -98px;
    }

    .change__left-subtitle_2:nth-of-type(2) {
        margin: 80px 0px 0px -98px;
    }

    .change__left-subtitle_2:nth-of-type(3) {
        margin: 80px 0px 0px -98px;
    }



    .change__block-left_3 {
        margin-right: 0;
    }

    .change__block-right_3 {
        margin-right: 0;
    }

    .change__right-number_3 {
        font-size: 85px;
        line-height: 102px;

        right: -45px;
        top: -18px;
    }

    .change__left-subtitle_3 {
        font-size: 16px;
        line-height: 1;
    }

    .change__left-subtitle_3:nth-of-type(1) {
        margin: 80px 0px 0px -98px;

    }

    .change__left-subtitle_3:nth-of-type(2) {
        margin: 80px 0px 0px -98px;

    }


    /* section 3 */
    /* ready */

    .section_3 {
        height: 1485px;
    }

    .ready {
        background-image: url(../images/ready_wom.png), url(../images/bg_4.png), url(../images/leaves_3.png);
        background-size: 180px, cover, 400px;
        background-repeat: no-repeat, no-repeat, no-repeat;
        background-position: 61% 30px, 100% 130%, 42% 164px;
        height: 435px;
    }

    .ready__content-top {
        max-width: 21%;
        margin-left: 32%;
    }

    .ready__title {
        font-size: 22px;
        line-height: 1;

        padding: 30px 0 15px;
    }

    .ready__product-name {
        font-size: 34px;
        margin-bottom: 15px;
    }

    .ready__subtitle {
        display: none;
    }

    .ready__text {
        font-size: 13px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .ready__content-middle {
        height: 470px;
        background-position: 35% 60%, 48% 238%;
        background-size: 160px, 250px;
    }

    .ready__middle-wrap {
        max-width: 20%;
        margin: 65px 0 0 450px;
        padding-left: 0px;
    }

    .ready__middle-text {
        font-size: 15px;
        line-height: 18px;
        margin-bottom: 15px;
    }

    .content__btn {
        max-width: 315px;
        font-size: 18px;
        min-height: 50px;
    }

    .content__btn:nth-child(2) {
        max-width: 210px;
        font-size: 18px;
    }

    .ready__content-bottom {
        background-image: url(../images/bg_5.png);
        background-size: cover;
        background-repeat: no-repeat;
        height: 820px;
        margin-top: -85px;
    }

    .content__bottom-wrap {
        padding-top: 160px;
        flex-direction: column;
        align-items: center;
    }

    .content__bottom-wrap img {
        display: block;
        margin: 0 auto;
        width: 345px;
    }

    .ready__list-wrap {
        margin-bottom: 15px;
    }

    .ready__list-wrap:last-child {
        margin-bottom: 0px;
    }

    .ready__list-title {
        font-size: 17px;
        line-height: 1;
        margin-bottom: 15px;
    }

    .ready__list {
        margin-left: 15px;
        margin-bottom: 15px;
    }

    .ready__list-item {
        font-size: 15px;
        line-height: 1;
        margin-left: 0px;
        margin-bottom: 5px;
    }

    .ready__list-item::before {
        top: -1px;
        left: -17px;
        width: 16px;
        height: 17px;
        background-size: 16px 17px;
    }

    .section_4-title {
        max-width: 319px;

        font-size: 22px;
        line-height: 1;

        padding: 30px 0;
    }


    /* results */

    .results {
        padding-bottom: 30px;
    }

    .results::before {
        background-image: url(../images/bg-mob_3.png);
        width: 120px;
        height: 897px;
        top: 0%;
        right: 60%;
    }

    .results::after {
        background-image: url(../images/bg-mob_4.png);
        background-size: 100% 100%;
        width: 40px;
        height: 870px;
        top: 0;
        right: 32%;
    }


    .results__title {
        max-width: 285px;
        font-size: 16px;
        line-height: 1;
    }


    .results__block {

        margin-top: -30px;
        margin-right: 275px;
    }

    .results__block_2 {
        margin-top: -15px;
        margin-right: 235px;
        margin-left: 0px;
    }

    .results__block_3 {
        margin-top: -15px;
        margin-right: 215px;
        margin-left: 0px;
    }

    .results__block_4 {
        margin-top: -15px;
        margin-right: 205px;
        margin-left: 0px;
    }

    .results__block-left {
        margin-left: 150px;
    }

    .results__right-number {
        font-size: 51px;
        line-height: 61px;

        top: 26px;
        left: 23px;
    }

    .results__right-number_2 {
        font-size: 51px;
        line-height: 61px;

        top: 26px;
        left: 23px;
    }

    .results__right-number_3 {
        font-size: 51px;
        line-height: 61px;

        top: 26px;
        left: 23px;
    }

    .results__right-number_4 {
        font-size: 51px;
        line-height: 61px;

        top: 26px;
        left: 23px;
    }

    .results__right-circle {
        padding: 0;
        margin-bottom: 0;

        width: 140px;
        height: 140px;
    }

    .results__right-img {
        display: block;
        max-width: 84px;
        margin: 30px auto 0;
    }

    .results__left-subtitle {
        font-size: 16px;
        line-height: 1;
        margin-right: 0px;
    }

    .results__left-subtitle_2 {
        font-size: 16px;
        line-height: 1;
        margin-right: 10px;
        margin-top: 0px;
    }

    .results__left-subtitle_3 {
        font-size: 16px;
        line-height: 1;
        margin-right: 15px;
        margin-top: 0px;
    }

    .results__left-subtitle_4 {
        font-size: 16px;
        line-height: 1;
        margin-right: 20px;
        margin-top: 0px;
    }

    .results__right-subtitle {
        font-size: 16px;
        line-height: 1;

        max-width: 170px;
    }

    .results__footnote {
        font-size: 16px;
        line-height: 1;
        margin-left: 287px;
        margin-top: -67px;
        max-width: 110px;
    }

    /* transform */

    .section_5 {
        height: 2510px;
    }

    .transform {
        background-image: url(../images/bg-mob_5.png), url(../images/leaves_4.png);
        background-size: 500px 750px, 300px;
        background-repeat: no-repeat, no-repeat;
        background-position: center -180%, 59% 109%;
        height: 800px;

    }

    .transform__content-top {
        padding-top: 30px;
        height: 890px;
        margin: 0 auto;
    }

    .transform__top-title {
        max-width: 250px;
        font-size: 21px;
        text-align: center;
        line-height: 1;

        margin: 0 auto 15px;
    }

    .transform__top-flex {
        flex-direction: column;
        align-items: center;
    }

    .transform__face {
        max-width: 230px;
        margin-bottom: 15px;
    }

    .transform__top-footnote {
        display: none;
    }

    .transform__top-paragraph {
        margin-left: 0;
    }

    .transform__top-subtitle {
        line-height: 1;
        font-size: 31px;
        text-align: center;
        max-width: 585px;
        margin-bottom: 15px;
    }

    .transform__top-text {
        font-size: 14px;
        line-height: 1;
        text-align: center;
        max-width: 300px;
    }

    .transform__content-middle {
        background-size: 240px;
        background-position: 38% 102%;
        padding-bottom: 196px;
    }

    .transform__middle-title {
        font-size: 22px;
        line-height: 1;
        margin-bottom: 20px;
    }

    .transform__middle-img {
        max-width: 335px;
        margin-bottom: 20px;
    }


    .transform__middle-flex {
        flex-direction: column;

        margin-bottom: 20px;
    }

    .transform__middle-flex--item {
        margin-left: 0;
        margin-bottom: 15px;
    }

    .transform__middle-subtitle {
        max-width: 315px;
        margin: 0 auto;
    }

    .transform__middle-flex--item:nth-of-type(3) {
        margin-top: 50px;
    }

    .transform__middle-subtitle--first {
        margin-bottom: 50px;
    }

    .transform__middle-subtitle--first::after {
        top: 45px;
        right: 150px;
        transform: rotate(90deg);
    }

    .transform__middle-subtitle::before {
        top: -295px;
        left: 135px;
        transform: rotate(90deg);
    }

    .transform__bottom {
        flex-direction: column;
        padding-top: 190px;
    }

    .transform__bottom-info {
        display: flex;
        flex-direction: column;
    }

    .transform__bottom-title {
        font-size: 38px;
        text-align: center;
        line-height: 1;

        order: 1;
    }

    .transform__bottom-subtitle {
        font-size: 21px;
        text-align: center;
        line-height: 1;
        order: 0;
        max-width: 300px;
        margin: 0 auto 15px;
    }

    .transform__bottom-text {
        max-width: 300px;

        order: 1;

        font-size: 13px;
        text-align: center;
        line-height: 1;

        margin-bottom: 15px;
    }

    .transform__bottom-human {
        order: 1;
    }

    .transform__bottom-img {
        max-width: 290px;
    }

    .transform__bottom-name {
        font-size: 27px;
        line-height: 1;
    }

    .transform__bottom-subname {
        font-size: 14px;
        line-height: 1;
        max-width: 200px;
        margin: 0 auto;
    }

    .compound__title {
        max-width: 425px;
        font-size: 22px;
        line-height: 26px;

        padding: 30px 0;

    }

    .compound__flex {
        flex-direction: column;
        align-items: center;
    }

    .compound__left {
        background-image: url(../images/bg-mob_6.png);
        background-repeat: no-repeat;
        background-size: 100% 980px;
        width: 100%;
        max-width: 330px;
        padding: 28px 30px 56px;
        border-radius: 10px;
        margin-bottom: 50px;
    }

    .compound__left-title {
        text-align: center;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 40px;
    }

    .compound__left-item {
        flex-direction: column;
        margin-bottom: 40px;
    }

    .compound__left-item:last-child {
        margin-bottom: 0;
    }

    .compound__left-text {
        margin-left: 0;
        font-size: 16px;
        line-height: 1;
        text-align: center;
    }

    .compound__right {
        width: 30%;
        margin-left: 0px;
    }

    .compound__right-top {
        flex-direction: column;
    }

    .compound__right-top img {
        margin-bottom: 50px;
    }

    .compound__right-subtitle {
        font-size: 18px;
        text-align: center;
        line-height: 1;
        margin-left: 0;
    }

    .compound__right-text {
        font-size: 12px;
        text-align: center;
        line-height: 14px;
    }

    .compound__right-name {
        font-size: 14px;
        line-height: 1;
        text-align: center;
        margin-bottom: 30px;
    }

    .choice__title {
        max-width: 375px;
        font-size: 21px;
        line-height: 1;

        padding: 30px 0 0;
    }

    .choice__block {
        display: grid;
        grid-template-columns: 150px 270px;
        justify-content: center;
    }

    .choice__img {
        margin-left: 0;
        max-width: 270px;
        margin-top: -110px;
    }

    .choice__img:nth-of-type(1) {
        margin-top: 0;
    }

    .choice__img:nth-of-type(2) {
        margin-top: 0;
    }


    /* comments */

    .comments {
        padding-bottom: 20px;
    }

    .comments__title {
        max-width: 340px;
        font-size: 22px;
        line-height: 1;
        padding: 30px 0 20px;
    }

    .comments__img {
        max-width: 350px;
        margin: 0 auto 20px;
    }

    .comments__subtitle {
        font-size: 20px;
        line-height: 1;
    }

    .comments__text {
        max-width: 340px;
        font-size: 15px;
        line-height: 1;
        margin: 0 auto 40px;
    }

    /* use */

    .use {
        padding: 30px 0;
    }

    .use__title {
        font-size: 20px;
        line-height: 1;
        max-width: 300px;
        margin: 0 auto;
    }

    .use__flex {
        margin-bottom: 80px;
        flex-direction: column;
        align-items: center;
    }

    .use__text::after {
        display: none;
    }

    .use__flex-item:nth-of-type(2n)>.use__number {
        right: -145px;
    }

    .use__subtitle {
        font-size: 18px;
        line-height: 1;

        max-width: 300px;
    }

    /* order */

    .order {
        background-image: url(../images/leaves_1.png), url(../images/bg-mob_7.jpg);
        background-size: 200px, 500px;
        background-position: 62% 24%, center -1%;
        background-color: #EDEDED;

        padding: 98px 0 80px;
        margin-top: -5px;
    }

    .order__title {
        font-size: 21px;
        line-height: 1;
        max-width: 300px;
        text-align: center;
        margin: 0 auto 15px;
    }

    .order__subtitle {
        font-size: 18px;
        line-height: 1;
        text-align: center;
        max-width: 300px;
        margin: 0 auto 20px;
    }

    .order__list {
        max-width: 320px;
        margin: 0 0 30px 385px;
    }

    .order__list-item {
        font-size: 16px;
        line-height: 1;
    }

    .order__list-item:before {
        top: 0;
    }

    .order__flex {
        flex-direction: column;
        align-items: center;
    }

    .order__flex img {
        max-width: 310px;
        margin-bottom: 20px;
    }

    .order__form {
        max-width: 320px;
        padding: 15px 20px 25px;
    }

    .form__title {
        font-size: 16px;
        line-height: 1;
        margin-bottom: 25px;
    }

    .order__btn {
        font-size: 18px;
        line-height: 1;
    }

    .form__footnote {
        text-align: center;
    }

    .price_text {
        font-size: 18px;
        line-height: 1;
    }

    .price {
        align-items: flex-end;

    }

    .old_price-wrap {
        margin-left: 5px;

    }

    .new_price {
        width: 300px;
        margin-right: 0;
    }

    .form__input-tel {
        margin-bottom: 25px;
    }

    .footer__flex {
        flex-direction: column;
        align-items: center;
    }

    .footer__item {
        width: 30%;
        margin-left: 0;
        margin-bottom: 40px;
    }

    .footer__item:first-child>.footer__links {
        margin-top: 0;
    }

    .footer__title {
        display: block;
        margin-bottom: 0;
        position: relative;
        margin-bottom: 20px;
    }

    .footer__item:first-child>.footer__slide>.footer__title {
        margin-bottom: 8px;
    }

    .footer__title::after {
        content: "";
        position: absolute;
        top: -12px;
        right: 0px;
        width: 48px;
        height: 48px;
        background: url(../images/arrow_down.png);
        background-size: 48px 48px;
    }

    .footer__links {
        display: none;
    }

    .footer__bottom {
        background-size: 320px;
    }

    .footer__bottom>span {
        font-size: 16px;
        line-height: 1;
        margin: 0 auto;
        margin: 0 auto;
        max-width: 287px;
        display: block;
    }

}

/* 768 PX */

@media (max-width: 769px) {
    .change::after {
        right: 26%;
    }

    .change__block-right {
        margin-right: 210px;
    }

    .change__block-left_top {
        margin-left: 197px;
    }

    .change__left-subtitle:nth-of-type(1) {
        margin: -5px 0px 0px 197px;
    }

    .change__left-subtitle:nth-of-type(2) {
        margin: 80px 0px 0px 200px;
    }

    .change__left-subtitle:nth-of-type(3) {
        margin: 80px 0px 0px 197px;
    }

    .change__block-right_2 {
        margin-right: -84px;
    }

    .change__block-right_3 {
        margin-right: -68px;
    }

    .section_3 {
        height: 1420px;
    }

    .ready {
        background-position: 67% 30px, 100% 130%, 55% 187px;
    }

    .ready__content-top {
        max-width: 28%;
        margin-left: 27%;
    }

    .ready__content-middle {
        background-position: 32% 60%, 48% 200%;
    }


    .ready__middle-wrap {
        max-width: 27%;
        margin: 65px 0 0 340px;
    }

    .content__btn:nth-child(2) {
        max-width: 175px;
        font-size: 14px;
    }


    .content__bottom-wrap {
        padding-top: 110px;
    }

    .results::before {
        right: 61%;
    }

    .results::after {
        right: 29%;
    }

    .results__footnote {
        margin-left: 178px;
    }

    .compound__right {
        width: 100%;
        max-width: 320px;
    }

    .order {
        background-position: 67% 25%, center -1%;
    }

    .order__list {
        margin: 0 0 30px 255px;
    }

    .footer__title::after {
        right: -45px;
    }

}

/* 425 PX */

@media (max-width: 426px) {
    .promo__title {
        max-width: 310px;
        font-size: 26px;
    }

    .promo__subtitle {
        max-width: 220px;
        font-size: 18px;
    }

    .promo-mob_pictures {
        background-position: 70% bottom, 86% 1%, 15% center;
    }

    .section_2-title {
        font-size: 24px;
        max-width: 310px;
    }

    .change::before {
        right: 67%;
    }

    .change::after {
        right: 3%;
    }

    .change__block-right {
        margin-right: 30px;
    }

    .change__block-left_top {
        margin-left: 23px;
    }

    .change__left-subtitle:nth-of-type(1) {
        margin: -5px 0px 0px 22px;
    }

    .change__left-subtitle:nth-of-type(2) {
        margin: 80px 0px 0px 22px;
    }

    .change__left-subtitle:nth-of-type(3) {
        margin: 80px 0px 0px 22px;
    }

    .ready {
        background-position: 95% 30px, 100% 130%, 0% 250px;
        height: 380px;
        background-size: 180px, cover, 200px;
    }

    .ready__content-top {
        max-width: 50%;
        margin-left: 10%;
    }

    .ready__middle-wrap {
        max-width: 50%;
        margin: 10px 0 0 160px;
    }

    .ready__content-middle {
        background-position: 10% 60%, 48% 198%;
        height: 440px;
    }

    .content__bottom-wrap img {
        width: 310px;
    }

    .ready__list-title {
        font-size: 16px;
    }

    .ready__list-item {
        font-size: 13px;
    }

    .results::before {
        right: 65%;
    }

    .results::after {
        right: 7%;
    }

    .results__title {
        margin: 0 auto;
        margin-left: 80px;
    }

    .results__block {
        margin-right: 65px;
    }

    .results__block-left {
        margin-left: 0px;
    }

    .results__block_2 {
        margin-right: 40px;
    }

    .results__block_3 {
        margin-right: 45px;
    }

    .results__block_4 {
        margin-right: 40px;
    }

    .results__footnote {
        margin-left: 28px;
    }

    .transform {
        background-position: center -180%, 100% 109%;
    }

    .transform__content-middle {
        background-position: 0% 102%;
    }

    .order {
        background-position: 95% 25%, center -1%;
    }

    .order__list {
        margin: 0 0 30px 81px;
    }

    .footer__item {
        width: 300px;
        margin-bottom: 20px;
    }

    .footer__title {
        margin-bottom: 20px;
    }

    .footer__item:first-child>.footer__slide>.footer__title {
        margin-bottom: 8px;
    }

    .footer__title::after {
        right: 0px;
        background-size: 42px 42px;
        width: 42px;
        height: 42px;
    }

}

/* 375 PX */

@media (max-width: 376px) {
    .promo-mob_pictures {
        background-position: 85% bottom, 100% 1%, 23% center;
    }

    .change::after {
        right: -1%;
    }

    .change__block-right {
        margin-right: 0px;
    }

    .change__block-left_top {
        margin-left: 0px;
    }

    .change__left-subtitle:nth-of-type(1) {
        margin: -5px 0px 0px 0px;
    }

    .change__left-subtitle:nth-of-type(2) {
        margin: 80px 0px 0px 0px;
    }

    .change__left-subtitle:nth-of-type(3) {
        margin: 80px 0px 0px 0px;
    }

    .section_3 {
        height: 1325px;
    }

    .ready {
        background-position: 100% 30px, 100% 130%, 0% 250px;
        background-size: 180px, cover, 200px;
    }

    .ready__content-top {
        margin-left: 3%;
    }

    .ready__content-middle {
        background-position: 8% 45%, 48% 198%;
    }

    .ready__middle-wrap {
        margin: 10px 0 0 155px;
    }

    .content__bottom-wrap {
        padding-top: 75px;
    }

    .results::before {
        right: 67%;
    }

    .results::after {
        right: -1%;
    }

    .results__title {
        margin-left: 58px;

    }

    .results__block {
        margin-right: 35px;
    }

    .results__block-left {
        margin-left: -35px;
    }

    .results__block_2 {
        margin-right: 0px;
    }

    .results__block_3 {
        margin-right: 0px;
    }

    .results__block_4 {
        margin-right: 0px;
    }

    .results__footnote {
        margin-left: 0px;
    }

    .transform {
        height: 830px;
        background-position: center -180%, 100% 90%;
    }

    .transform__content-top {
        height: 860px;
    }

    .transform__content-middle {
        background-position: 0% 104%;
    }

    .transform__bottom {
        padding-top: 205px;
    }
}

/* 320 PX */

@media (max-width: 321px) {
    .promo-mob_pictures {
        background-position: 76% bottom, 87% 1%, 23% center;
    }

    .promo__list {
        margin-left: 20px;
    }

    .promo__list-item {
        font-size: 15px;
    }

    .section_1-bottom {
        justify-content: flex-end;
    }

    .change::after {
        right: -3%;
    }

    .change__block-right {
        margin-right: -25px;
    }

    .change__block-left_top {
        margin-left: -15px;
    }

    .change__left-subtitle:nth-of-type(1) {
        margin: -5px 0px 0px -15px;
    }

    .change__left-subtitle:nth-of-type(2) {
        margin: 80px 0px 0px -15px;
    }

    .change__left-subtitle:nth-of-type(3) {
        margin: 80px 0px 0px -15px;
    }

    .change__left-subtitle_2:nth-of-type(1) {
        margin: 80px 0px 0px -80px;
    }

    .change__left-subtitle_2:nth-of-type(2) {
        margin: 80px 0px 0px -80px;
    }

    .change__left-subtitle_2:nth-of-type(3) {
        margin: 80px 0px 0px -80px;
    }

    .change__block-right_2 {
        margin-right: -74px;
    }

    .change__block-right_3 {
        margin-right: -48px;
    }

    .change__left-subtitle_3:nth-of-type(1) {
        margin: 80px 0px 0px -75px;
    }

    .change__left-subtitle_3:nth-of-type(2) {
        margin: 80px 0px 0px -75px;
    }

    .ready {
        background-position: 120% 32px, 100% 130%, 0% 251px;
        background-size: 160px, cover, 170px;
        height: 360px;
    }

    .ready__content-top {
        margin-left: 0%;
        max-width: 66%;

    }

    .ready__middle-wrap {
        margin: 10px 0 0 96px;
        max-width: 75%;
    }

    .ready__content-middle {
        background-position: -7% 45%, 48% 198%;
        background-size: 137px, 250px;
    }

    .content__bottom-wrap img {
        width: 300px;
    }

    .ready__list-title {
        font-size: 15px;
    }



    .results__title {
        margin-left: 36px;
    }

    .results::before {
        right: 69%;
    }

    .results::after {
        right: -5%;
    }

    .results__footnote {
        font-size: 14px;
        max-width: 91px;
        margin-left: -7px;
    }

    .results__block {
        margin-right: 19px;
    }

    .results__block_2 {
        margin-right: -20px;
    }

    .results__block_3 {
        margin-right: -30px;
    }

    .results__block_4 {
        margin-right: -37px;
    }

    .transform {
        background-position: center -180%, 100% 83%;
    }

    .transform__middle-img {
        max-width: 310px;
    }

    .transform__middle-subtitle--first::after {
        right: 135px;
    }

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

    .compound__left-item {
        margin-bottom: 30px;
    }

    .comments__img {
        max-width: 290px;
    }

    .use {
        padding: 30px 0 0;
    }

    .use__title {
        margin: 0 auto -10px;
    }

    .order__list {
        margin: 0 0 30px 50px;
    }

    .order__flex img {
        max-width: 240px;
    }

    .order {
        background-position: 105% 29%, center -1%;
        background-size: 170px, 500px;
    }

    .order__form {
        max-width: 290px;
        padding: 15px 15px 25px;
    }

    .new_price {
        font-size: 22px;
        line-height: 1;
        margin-right: -4px;
    }

    .new_price>span {
        line-height: 1;
        font-size: 34px;
    }

    .old_price {
        line-height: 1;
        font-size: 19px;
    }

    .price_text {
        font-size: 16px;
    }
}
@media (min-width: 1025px) {
    .section_1-bottom-item {
        margin-bottom: 40px;
        font-size: 15px;
        line-height: 15px;
        max-width: 16%;
    }
    }