* {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

a,
body {
    outline: 0;
}

a {
    cursor: pointer;
    color: inherit;
    text-decoration: none;
    -webkit-text-decoration-style: none;
    text-decoration-style: none;
    -webkit-transition: all 0.45s ease;
    -o-transition: all ease 0.45s;
    transition: all 0.45s ease;
}

@font-face {
    font-family: "Lato";
    font-style: normal;
    font-weight: 400;
    src: local("Lato Regular"), url(../fonts/Lato-Regular.eot) format("eot"), url(../fonts/Lato-Regular.woff) format("woff"), url(../fonts/Lato-Regular.ttf) format("truetype");
}

.container,
.section-problem__container,
.section-naturel__container {
    max-width: 800px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}


/* header */

.header-overlay {
    display: none;
    position: fixed;
    z-index: 31;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(75, 75, 75, 0.65);
}

.header__overlay-active {
    display: block;
}

.header {
    position: relative;
    z-index: 100;
    background-color: #fff;
}

.header__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 46px;
    height: 48px;
}

.header__logo,
.footer__logo {
    position: relative;
    font-family: "Montserrat Alternates", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    letter-spacing: 0.005em;
    z-index: 33;
}

.header__part_1 {
    color: #3b465f;
}

.header__part_2,
.footer__part_2 {
    color: #f17621;
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.header__item {
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    cursor: pointer;
    color: #6c6c6c;
    -webkit-transition: all 0.45s ease;
    -o-transition: all ease 0.45s;
    transition: all 0.45s ease;
}

.nav__link:hover {
    color: #f17621;
}

.header__item:nth-child(-n + 5) {
    margin-right: 25px;
}

.show-in-menu {
    display: none;
}

.menu-icon {
    display: none;
    width: 16.67px;
    height: 10px;
    outline: 0;
    cursor: pointer;
}

.m-icon {
    width: 16.67px;
    height: 10px;
    background-image: url(../img/menu-icon.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    -webkit-transition: all 0.45s ease;
    -o-transition: all ease 0.45s;
    transition: all 0.45s ease;
}

.m-icon-active {
    width: 10px;
    height: 10px;
    background: url(../img/menu-icon-close.svg) 50% / contain no-repeat;
}


/* section-hero */

.section-hero {
    margin-bottom: 60px;
    background-image: url("../img/hero.png");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.section-hero__container {
    position: relative;
    bottom: -40px;
    max-width: 1200px;
    padding-top: 520px;
}

.section-hero__area {
    display: inline-block;
    margin-bottom: 10px;
    padding: 5px 5.5px;
    border-radius: 3px;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #fff;
    background-color: #02433c;
}

.section-hero__content {
    padding: 30px 20px;
    border-radius: 3px;
    background-color: rgba(255, 255, 255, 0.7);
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
}

.section-hero__title {
    margin-bottom: 10px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 64px;
    letter-spacing: 2px;
    color: #333;
}

.section-hero__who {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.01em;
}

.section-hero__author {
    color: #8b8b8b;
}

.section-hero__name {
    color: #333;
}


/* section-entry */

.section-entry {
    margin-bottom: 40px;
}

.indent {
    margin-bottom: 20px;
}

.text {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.5px;
    color: #333;
}


/* section-problem */

.section-problem {
    margin-bottom: 40px;
}

.section-problem__desc {
    margin-bottom: 40px;
}

.title {
    margin-bottom: 20px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0.01em;
    color: #333;
}

.section-problem__banner {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    background: url('../img/problem.png'), #02433C;
    background-repeat: no-repeat;
    background-position: left center;
    background-size: contain;
}

.figure {
    position: absolute;
    left: 35%;
    bottom: 0;
    width: 195px;
    height: 259px;
}

.section-problem__content {
    padding: 90px 37px 90px 0;
    width: 310px;
}

.section-problem__title {
    margin-bottom: 10px;
    color: #fff;
}

.section-problem__exit {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 19px;
    letter-spacing: 0.01em;
    color: #fff;
}

.btn {
    display: inline-block;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    color: #fff;
    background-color: #F17621;
}

.section-problem__link {
    width: 100%;
    padding: 20px 0;
    text-align: center;
}


/* section-effects */

.section-effects {
    margin-bottom: 40px;
}

.section-effects__list {
    margin-bottom: 20px;
}

.section-effects__item:not(:last-child) {
    margin-bottom: 10px;
}

.section-effects__item {
    position: relative;
    list-style-type: none;
    padding-left: 30px;
}

.section-effects__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16%;
    width: 13.33px;
    height: 9.17px;
    background-image: url('../img/marker.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* section-natural */

.section-natural {
    margin-bottom: 40px;
}

.section-natural__text {
    margin-bottom: 20px;
}

.section-natural__title {
    margin-bottom: 40px;
    font-family: 'Open Sans';
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #333;
}

.section-natural__desc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-naturel__content {
    padding: 30px 86px 40.31px;
    background-color: #ECE2DC;
}

.section-natiral__col-1,
.section-natiral__col-2 {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-natural__caption {
    margin-bottom: 15px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    letter-spacing: 0.5px;
    color: #333;
}

.img {
    margin-bottom: 15px;
}

.section-natural__picture {
    text-align: center;
}


/* section-positive */

.section-positive {
    margin-bottom: 6px;
}

.section-positive__item {
    position: relative;
    padding-left: 26.7px;
    list-style-type: none;
}

.section-positive__list {
    margin-bottom: 20px;
}

.section-positive__item:not(:last-child) {
    margin-bottom: 10px;
}

.section-positive__bold {
    font-weight: 700;
}

.section-positive__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 16%;
    width: 13.33px;
    height: 9.17px;
    background-image: url('../img/marker.svg');
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


/* section-order */

.section-order {
    margin-bottom: 10px;
}

.section-order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.section-order__col-1 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-order__image {
    position: relative;
}

.section-order__flag,
.popup__flag {
    position: absolute;
    left: 0;
    top: 63px;
    display: block;
    padding: 5px 20.86px;
    border-radius: 3px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 10px;
    line-height: 12px;
    letter-spacing: 0.005em;
    text-transform: uppercase;
    color: #fff;
    background-color: #F17621;
}

.wv_discount {
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border-radius: 50%;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    background-color: #F52B10;
    color: #fff;
}

.section-order__discount {
    right: 30px;
    bottom: 40px;
    width: 80.5px;
    height: 80.5px;
    font-size: 26px;
}

.section-order__discount::before {
    content: "";
    position: absolute;
    width: 76.8px;
    height: 76.8px;
    top: 1.85px;
    right: 1.85px;
    bottom: 1.85px;
    left: 2px;
    z-index: 1;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.section-order__price {
    position: relative;
    top: -40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.section-order__new-price {
    margin-right: 30px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 65px;
    letter-spacing: 2px;
    color: #E52D15;
}

.section-order__old-price {
    position: relative;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 36px;
    line-height: 49px;
    letter-spacing: 0.02em;
    color: #D2D2D2;
}

.section-order__old-price::before {
    content: "";
    position: absolute;
    left: 0;
    bottom: 50%;
    width: 100%;
    height: 2px;
    background-color: #D2D2D2;
    -webkit-transform: rotate(-21.16deg);
    -ms-transform: rotate(-21.16deg);
    transform: rotate(-21.16deg);
}

.day {
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 9px;
    line-height: 12px;
    letter-spacing: 0.01em;
    color: #8B8B8B;
}

.section-order__col-2 {
    max-width: 370px;
    width: 100%;
}

.section-order__title {
    margin-bottom: 10px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: 0.02em;
    color: #333;
}

.section-order__desc {
    margin-bottom: 20px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #333;
}

.section-order__link {
    display: block;
    padding: 20px;
    margin: 0 auto;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}


/* section-comment */

.section-comment {
    margin-bottom: 31px;
}

.section-comment__title {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #EFEFEF;
    font-family: 'Open Sans', sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 0.5px;
    color: #333333;
}

.section-comment__new-comment {
    margin-bottom: 10px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #333333;
}

.section-comment__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 30px;
}

.section-comment__textarea {
    width: 100%;
    height: 83px;
    padding: 13px 20px;
    margin-bottom: 20px;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    outline: none;
    background-color: #fff;
}

.section-comment__textarea:hover,
.section-comment__textarea:active {
    border: 1px solid #02433C;
    outline: none;
}

.section-comment__textarea::-webkit-input-placeholder {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #D2D2D2;
}

.section-comment__btn {
    display: inline-block;
    margin-left: auto;
    padding: 20px 79px;
    border: 1px solid #02433C;
    border-radius: 100px;
    font-family: 'Montserrat', sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.01em;
    text-transform: uppercase;
    cursor: pointer;
    color: #02433C;
    background-color: #fff;
}

.section-comment__btn:hover {
    color: #fff;
    background-color: #02433C;
}

.section-comment__people {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.section-comment__people:not(:last-child) {
    margin-bottom: 15px;
}

.section-comment__photo {
    margin-right: 19.26px;
}

.section-comment__review {
    position: relative;
    padding: 11px 12px 13px 19px;
    width: 100%;
    border: 1px solid #EFEFEF;
    border-radius: 5px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.01em;
    background-color: #fff;
}

.section-comment__review::after {
    content: "";
    position: absolute;
    width: 5px;
    height: 6px;
    left: -5px;
    top: 12.42px;
    background-image: url('../img/comment.png');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.section-comment__name {
    display: block;
    color: #02433C;
}

.article-date {
    color: #D2D2D2;
}

.section-comment__desc {
    color: #333;
}


/* footer */

.footer {
    background-color: #02433C;
}

.footer__container {
    padding: 27px 0;
    text-align: center;
}

.footer__logo {
    margin-bottom: 5px;
}

.footer__part_1 {
    color: #fff;
}

.footer__text {
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: 0.01em;
    color: #fff;
}

.buy {
    position: fixed;
    bottom: 30px;
    right: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 5px;
    z-index: 10;
    background-color: #F17621;
}

.buy_icon {
    width: 24px;
    height: 24px;
    background-image: url('../img/buy.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.buy_icon::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}


/* popup */

.popup-overlay {
    position: fixed;
    z-index: 211;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(75, 75, 75, 0.65);
}

.popup-overlay.active {
    display: block;
}

.popup-modal__container,
.thank {
    position: fixed;
    left: 50%;
    top: 50%;
    z-index: 212;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.popup-modal__container {
    display: none;
    width: 570px;
    height: 634px;
}

.popup {
    position: relative;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
    padding: 40px 100px;
    overflow: hidden;
    background-color: #fff;
}

.popup__close,
.thank__close {
    position: absolute;
    top: 25px;
    right: 25px;
    width: 10px;
    height: 10px;
    z-index: 20;
    cursor: pointer;
}

.popup__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.popup__logo {
    margin-bottom: 10px;
}

.popup__title {
    margin-bottom: 10px;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    text-align: center;
    letter-spacing: 0.02em;
    color: #333;
}

.popup__img {
    position: relative;
    z-index: 4;
}

.popup__image {
    position: relative;
    margin-bottom: 30px;
}

.popup__flag {
    left: -58px;
    top: 59px;
    padding: 9.5px 13px;
    z-index: 5;
}

.popup__discount {
    right: -50px;
    bottom: -2.7px;
    width: 105.5px;
    height: 105.5px;
    font-size: 36px;
    z-index: 5;
}

.popup__discount::before {
    content: "";
    position: absolute;
    width: 100.7px;
    height: 100.7px;
    top: 2.43px;
    right: 2.43px;
    bottom: 2.43px;
    left: 2.6px;
    z-index: 1;
    border-radius: inherit;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.popup__btn {
    width: 100%;
}

.popup__link {
    width: 100%;
    padding: 20px 0;
    text-align: center;
    font-size: 16px;
    line-height: 20px;
}

.popup__ginger {
    position: absolute;
    left: -58px;
    bottom: 47px;
    width: 219px;
    height: 153.4px;
    background-image: url('../img/ginger.png');
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}


/* comebacker */

.comebacker-modal {
    position: fixed;
    left: 0;
    top: 0;
    display: none;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 211;
    background-color: rgba(75, 75, 75, 0.65);
}

.comebacker-modal.active {
    display: block;
}

.comebacker__container {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
}

.comebacker__container,
.comebacker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.comebacker {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 29px 70px;
    width: 570px;
    height: 722px;
    overflow: hidden;
    border-radius: 0px 0px 3px 3px;
    background: url('../img/comebacker.png') #02433C;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center top;
}

.comebacker-close {
    z-index: 4;
    position: absolute;
    top: 25px;
    right: 25px;
    width: 10px;
    height: 10px;
    cursor: pointer;
}

.comebacker__content {
    width: 100%;
    text-align: center;
    font-family: 'Playfair Display', sans-serif;
    font-weight: 700;
    letter-spacing: 0.01em;
    color: #fff;
}

.comebacker__text {
    margin-bottom: 5px;
    font-size: 18px;
    line-height: 24px;
}

.comebacker__sale {
    margin-bottom: 20px;
    font-size: 24px;
    line-height: 32px;
}

.comebacker__btn {
    width: 100%;
}

.comebacker__link {
    padding: 20px;
    width: 100%;
    font-size: 16px;
    line-height: 20px;
    text-align: center;
}


/* modal */

.modal-right {
    position: fixed;
    top: 55px;
    right: 10px;
    display: none;
    width: 267px;
    background-color: #fff;
    z-index: 30;
    border: 1px solid #E0E0E0;
    border-radius: 10px;
}

.modal-right__close {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 25px;
    right: 25px;
    cursor: pointer;
}

.modal-right__content {
    padding: 20px 35px 18px 16px;
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    letter-spacing: 0.4px;
}

.modal-right__bold {
    font-weight: 700;
}

.modal-right__text {
    margin-bottom: 6px;
    font-weight: 400;
    line-height: 22px;
    color: #333;
}

.modal-right__link {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    line-height: 18px;
    text-decoration: underline;
    color: #F52B10;
}


/* thank */

.thank {
    display: none;
}

.thank__desc {
    position: relative;
    width: 370px;
    height: 317px;
    background-color: #fff;
    -webkit-box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    box-shadow: 0px 4px 30px rgba(0, 0, 0, 0.15);
    border-radius: 3px;
}

.thank__marker {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 20px;
    width: 50px;
    height: 50px;
    border: 1px solid #02433C;
    border-radius: 50%;
}

.thank__icon {
    display: block;
    width: 20px;
    height: 13.75px;
    background-image: url('../img/marker.svg');
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

.thank__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 47px 45px 46px;
}

.thank__text {
    margin-bottom: 40px;
    text-align: center;
}

.thank__link {
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 18px;
    letter-spacing: 0.5px;
    text-decoration-line: underline;
    color: #0085FF;
}

.btn:hover,
.buy:hover {
    background-color: #F52B10;
    -webkit-box-shadow: 0 8px 16px rgb(231 0 0 / 25%);
    box-shadow: 0 8px 16px rgb(231 0 0 / 25%);
}

@media screen and (max-width: 1200px) {
    /* header */
    .menu-icon {
        position: relative;
        display: block;
        width: 10px;
        z-index: 33;
    }
    .header__nav {
        position: absolute;
        top: -578px;
        left: 0;
        padding: 0 0 50px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        background-color: #fff;
        border-radius: 0px 0px 3px 3px;
        -webkit-transition: all 0.65s ease;
        -o-transition: all ease 0.65s;
        transition: all 0.65s ease;
        z-index: 32;
    }
    .header__nav-active {
        -webkit-transform: translateY(calc(100% + 135px));
        -ms-transform: translateY(calc(100% + 135px));
        transform: translateY(calc(100% + 135px));
    }
    .header__item {
        width: 100%;
        padding: 16px 0;
        text-align: center;
        border-bottom: 1px solid #efefef;
    }
    .nav__link:hover {
        color: #6c6c6c;
    }
    .header__item:nth-child(-n+5) {
        margin-right: 0;
    }
    .header__item:nth-child(6) {
        margin-bottom: 50px;
    }
    .header__item:nth-child(1) {
        border-top: 1px solid #efefef;
    }
    .header__item:hover:not(:last-child) {
        border-bottom: 1px solid #f17621;
        background-color: #efefef;
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px);
    }
    .header__link:hover {
        background-color: #f52b10;
    }
    .show-in-menu {
        display: block;
        padding: 0;
        font-family: "Montserrat", sans-serif;
        font-weight: 400;
        font-size: 16px;
        line-height: 20px;
        text-align: center;
        letter-spacing: 0.01em;
        text-transform: uppercase;
        border-bottom: none;
        color: #fff;
    }
    .header__link {
        display: inline-block;
        padding: 20px 136px;
        border-radius: 3px;
        background-color: #f17621;
    }
    /* section-hero */
    .section-hero {
        margin-bottom: 50px;
        background-image: url("../img/hero768.png");
    }
    .section-hero__container {
        bottom: -30px;
        max-width: 800px;
        padding-top: 366px;
    }
    .section-hero__content {
        padding: 15px 20px;
    }
    .section-hero__title {
        font-size: 36px;
        line-height: 48px;
    }
}

@media screen and (max-width: 790px) {
    .container {
        max-width: 738px;
    }
    /* header */
    .header__container {
        padding: 0 28.5px;
    }
    /* section-problem */
    .section-problem__container {
        max-width: 790px;
        padding-left: 0;
        padding-right: 0;
    }
    .section-problem__desc {
        max-width: 738px;
        padding-left: 15px;
        padding-right: 15px;
        margin: 0 auto 40px;
    }
    .section-problem__content {
        padding: 90px 30px 90px 0;
    }
    /* section-natural */
    .section-naturel__container {
        max-width: 790px;
        padding-left: 0;
        padding-right: 0;
    }
    .section-natural__part-1 {
        max-width: 738px;
        margin: 0 auto;
        padding-left: 15px;
        padding-right: 15px;
    }
    /* section-order */
    .section-order {
        margin-bottom: 30px;
    }
    /* section-comment */
    .section-comment__photo {
        margin-right: 19px;
    }
    .section-comment__review {
        padding: 11px 13px 13px 19px;
    }
    /* footer */
    .buy {
        bottom: 20px;
        width: 45px;
        height: 45px;
    }
    .buy_icon {
        width: 18px;
        height: 18px;
    }
    /* popup */
    .popup-modal__container {
        width: 526px;
    }
    .popup {
        padding: 45px 71px 40px;
    }
    .popup__image {
        margin-bottom: 25px;
    }
    /* comebacker */
    .comebacker {
        width: 526px;
        background-size: auto 522px;
    }
    /* thank */
    .thank__desc {
        width: 384px;
        height: 317px;
    }
    .thank__content {
        padding: 47px 52px 46px;
    }
}

@media screen and (max-width: 740px) {
    .section-problem__banner {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        background: url('../img/problem414.png'), #02433C;
        background-repeat: no-repeat;
        background-position: center -1px;
        background-size: contain;
    }
    .section-problem__content {
        width: 100%;
        padding: 502px 20px 20px;
    }
    .figure {
        left: 20px;
        bottom: 210px;
        width: 150px;
        height: 200px;
    }
    /* section-natural */
    .section-naturel__content {
        padding: 21px 68px 20px;
    }
    /* section-order */
    .section-order {
        margin-bottom: 39.5px;
    }
    .section-order__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .section-order__col-1 {
        margin-bottom: 19.5px;
    }
    .section-order__flag {
        padding: 5px 11.5px;
    }
    .section-order__discount {
        right: 0;
        bottom: 17.5px;
        width: 124.5px;
        height: 124.5px;
        font-size: 44px;
    }
    .section-order__discount::before {
        top: 2.86px;
        right: 2.86px;
        bottom: 2.86px;
        left: 3px;
        width: 118.78px;
        height: 118.78px;
    }
    .section-order__price {
        top: 0;
        margin-bottom: 0;
    }
    .section-order__new-price {
        margin-right: 40px;
        font-size: 64px;
        line-height: 74px;
        letter-spacing: 0.5px;
    }
    .section-order__col-2 {
        max-width: 100%;
    }
}

@media screen and (max-width: 570px) {
    /* section-problem */
    .section-problem__content {
        padding: 402px 20px 20px;
    }
    .figure {
        bottom: 160px;
    }
    .fig {
        width: 100%;
    }
    /* section-natural */
    .img {
        width: 116px;
    }
    .pic {
        width: 100%;
    }
    .section-natural__title {
        margin-bottom: 20px;
        font-size: 16px;
        line-height: 22px;
    }
    .section-natural__caption {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.01em;
    }
    .section-natural__picture {
        font-size: 10px;
        line-height: 14px;
        letter-spacing: 0.01em;
    }
    /* section-comment */
    .section-comment {
        margin-bottom: 40px;
    }
    .section-comment__btn {
        margin: 0;
    }
    /* popup */
    .popup-modal__container {
        width: 374px;
        height: 582px;
    }
    .popup {
        padding: 52px 20px 30px;
    }
    .popup__title {
        margin-bottom: 3px;
        max-width: 320px;
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.01em;
    }
    .popup__image {
        width: 223px;
        margin-bottom: 31px;
    }
    .popup__photo {
        width: 100%;
    }
    .popup__discount {
        right: -48px;
        bottom: -2.5px;
        width: 100.5px;
        height: 100.5px;
        z-index: 5;
    }
    .popup__discount::before {
        width: 95.9px;
        height: 95.9px;
        top: 2.3px;
        right: 2.3px;
        bottom: 2.3px;
        left: 2.6px;
    }
    .popup__flag {
        left: -55px;
    }
    .popup__ginger {
        width: 208px;
        height: 146px;
    }
    /* comebacker */
    .comebacker {
        padding: 29px 24px;
        width: 374px;
        height: 618px;
        background-size: auto 418px;
    }
    /* thank */
    .thank__desc {
        width: 374px;
    }
    .thank__content {
        padding: 47px 47px 46px;
    }
}

@media screen and (max-width: 444px) {
    .container {
        max-width: 404px;
    }
    /* header */
    .header__container {
        padding: 0 18.5px;
    }
    .header__link {
        padding: 20px 0;
        width: 374px;
    }
    /* section-hero */
    .section-hero {
        margin-bottom: 70px;
    }
    .section-hero__container {
        bottom: -50px;
        padding-top: 273px;
    }
    .section-hero__title {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: 0.01em;
    }
    /* section-entry */
    .section-entry {
        margin-bottom: 35.5px;
    }
    /* section-problem */
    .section-problem__desc {
        max-width: 404px;
    }
    .section-problem__content {
        padding: 302px 20px 20px;
    }
    .figure {
        bottom: 190px;
    }
    /* section-effects */
    .section-effects__item:before {
        top: 10%;
    }
    /* section-natural */
    .section-natural__part-1 {
        max-width: 404px;
    }
    /* section-positive */
    .section-positive {
        margin-bottom: 22px;
    }
    .section-positive__item:before {
        top: 10%;
    }
    /* section-comment */
    .article-date {
        margin-bottom: 10px;
    }
    /* footer */
    .buy {
        bottom: 30px;
        right: 20px;
    }
}

@media screen and (max-width: 380px) {
    /* header */
    .header__link {
        padding: 20px 0;
        width: 280px;
    }
    /* section-natural */
    .section-natural {
        margin-bottom: 28px;
    }
    .section-naturel__content {
        padding: 21px 21px 20px;
    }
    /* section-order */
    .section-order {
        margin-bottom: 39px;
    }
    .section-order__col-1 {
        margin-bottom: 19px;
    }
    .section-order__flag {
        top: 10px;
    }
    .section-order__discount {
        bottom: 18px;
        width: 87px;
        height: 87px;
        font-size: 26px;
    }
    .section-order__discount::before {
        top: 2px;
        right: 2px;
        bottom: 2px;
        left: 2px;
        width: 83px;
        height: 83px;
    }
    .image {
        width: 280px;
    }
    .photo {
        width: 100%;
    }
    .section-order__new-price {
        margin-right: 20px;
    }
    /* footer */
    .buy {
        bottom: 36px;
    }
    /* popup */
    .popup-modal__container {
        width: 280px;
        height: 482px;
    }
    .popup {
        padding: 40px 14px 28px;
    }
    .popup__image {
        width: 164px;
        margin-bottom: 25px;
    }
    .popup__discount {
        right: -35px;
        bottom: -1.9px;
        width: 74px;
        height: 74px;
        font-size: 26px;
    }
    .popup__discount::before {
        width: 70.6px;
        height: 70.6px;
        top: 2px;
        right: 1.7px;
        bottom: 1.7px;
        left: 1.7px;
    }
    .popup__flag {
        left: -40px;
        top: 41px;
        padding: 5px 11.5px;
    }
    .popup__ginger {
        bottom: 33px;
        width: 153.4px;
        height: 107.4px;
    }
    /* comebacker */
    .comebacker {
        padding: 29px 20px;
        width: 280px;
        height: 528px;
        background-size: auto 313px;
    }
    .comebacker__link {
        font-size: 13px;
        line-height: 17px;
    }
    /* thank */
    .thank__desc {
        width: 320px;
    }
    .thank__content {
        padding: 47px 20px 46px;
    }
}

@media screen and (max-width: 340px) {
    .container,
    .section-problem__desc,
    .section-natural__part-1 {
        max-width: 310px;
    }
    /* header */
    .header__container {
        padding: 0 20px;
    }
    /* section-hero */
    .section-hero__container {
        padding-top: 143px;
    }
    /* section-entry */
    .section-entry {
        margin-bottom: 40px;
    }
    /* section-problem */
    .section-problem__content {
        padding: 302px 20px 35px;
    }
    .section-problem__title {
        font-size: 18px;
        line-height: 24px;
    }
    .figure {
        bottom: 175px;
    }
    .section-problem__content {
        padding: 242px 20px 35px;
    }
    /* section-effects */
    .section-effects__item:before,
    .section-positive__item:before {
        top: 6%;
    }
}


/* animated */

.opacity0 {
    opacity: 0;
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}

@-webkit-keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes a {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100%, 0);
        transform: translate3d(0, 100%, 0);
    }
    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

.fadeInUp {
    -webkit-animation-name: a;
    animation-name: a;
}