.swiper-slide,
.swiper-wrapper {
    width: 100%;
    transition-property: transform;
    position: relative;
    height: 100%
}

.btn,
.header__link__active,
.header__logo,
.section-order__img,
.swiper-container,
.swiper-slide,
.swiper-wrapper {
    position: relative
}

.card:hover .section-slide__desc,
.swiper-slide-active .section-slide__desc {
    min-height: 100%;
    min-width: 100%;
    opacity: .9;
    display: flex;
    background-color: #02433c
}

.comment,
.form,
.section-how__content,
.section-order__top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal
}

.click,
.section-banner__link,
.section-order__button,
.time-remain {
    text-transform: uppercase
}

.btn,
.components__item,
.open-popup,
.section-info__click,
.section-right__click {
    cursor: pointer
}

:root {
    --swiper-theme-color: #007aff
}

.swiper-container {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    z-index: 1
}

.swiper-wrapper {
    z-index: 1;
    display: flex;
    box-sizing: content-box;
    transform: translate3d(0, 0, 0)
}

.swiper-slide {
    flex-shrink: 0
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

@font-face {
    font-family: 'Playfair Display';
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/playfair-display-v30-latin-ext-700.woff2') format('woff2'), url('../fonts/playfair-display-v30-latin-ext-700.woff') format('woff')
}

@font-face {
    font-family: Lato;
    font-display: swap;
    font-style: normal;
    font-weight: 400;
    src: local(''), url('../fonts/lato-v23-latin-ext-regular.woff2') format('woff2'), url('../fonts/lato-v23-latin-ext-regular.woff') format('woff')
}

@font-face {
    font-family: Lato;
    font-display: swap;
    font-style: normal;
    font-weight: 700;
    src: local(''), url('../fonts/lato-v23-latin-ext-700.woff2') format('woff2'), url('../fonts/lato-v23-latin-ext-700.woff') format('woff')
}

@font-face {
    font-family: Lato;
    font-display: swap;
    font-style: italic;
    font-weight: 700;
    src: local(''), url('../fonts/lato-v23-latin-ext-700italic.woff2') format('woff2'), url('../fonts/lato-v23-latin-ext-700italic.woff') format('woff')
}

* {
    margin: 0;
    padding: 0;
    list-style: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

body {
    font-family: Lato, sans-serif
}

a {
    text-decoration: none
}

img {
    max-width: 100%
}

.header {
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.header__container {
    max-width: 1850px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.header__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;
    height: 80px
}

.header__logo,
.section-hero__content {
    display: -webkit-box;
    display: -ms-flexbox
}

.header__logo {
    z-index: 99;
    width: 18%;
    font-size: 30px;
    min-height: 80px;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700
}

.click,
.header__link {
    font-family: Lato, sans-serif;
    font-size: 16px;
    font-weight: 700
}

.header__btn,
.header__burger,
.header__buy,
.header__navigation,
.section-hero__mobile {
    display: none
}

.header__nav {
    display: flex;
    align-items: center;
    width: 57%
}

.header__link {
    display: block;
    line-height: 22px;
    letter-spacing: 1px;
    color: #6c6c6c;
    margin: 0;
    height: 80px;
    padding: 0 14px;
    text-align: center;
    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
}

.header__link.active {
    background: #efefef
}

.header__link.active::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #d2691e;
    transition: left .3s ease-in-out
}

.header__link:hover {
    font-weight: 700;
    background: 0 0
}

.btn {
    border-radius: 3px;
    background-color: #f17621
}

.header__button {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    min-width: 13.5%;
    padding: 15px 48px;
    margin-right: 65px
}

.header__btn:hover,
.header__button:hover,
.header__buy:hover {
    background-color: #f52b10;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.click {
    line-height: 20px;
    letter-spacing: .01em;
    color: #fff
}

.click::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.header-scroll {
    position: fixed;
    top: -100px;
    left: 0;
    width: 100%;
    z-index: 200;
    -webkit-transition: .45s;
    -o-transition: .45s;
    transition: .45s;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    background: rgba(255, 255, 255, .8);
    -webkit-backdrop-filter: blur(15px);
    backdrop-filter: blur(15px)
}

.section-hero {
    margin-bottom: 140px;
    background: linear-gradient(to top, #ece2dc, #ece2dc) no-repeat
}

.section-hero__buy,
.section-hero__price {
    border-radius: 5px;
    background-color: #fff
}

.icon,
.marker,
.no-webp .section-hero__sale,
.no-webp .section-order__sale,
.swiper-button-next,
.swiper-button-prev,
.webp .section-hero__sale,
.webp .section-order__sale {
    background-repeat: no-repeat;
    background-position: center
}

.container {
    max-width: 1560px;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px
}

.section-hero__content {
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.section-hero__item,
.section-hero__price {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.section-hero__img {
    max-width: 400px;
    position: relative;
    top: 40px
}

.section-hero__picture {
    position: absolute;
    width: 404px;
    padding-left: 80px;
    bottom: 70px;
    right: -390px;
    z-index: 2
}

.section-hero__picture::before,
.section-order__picture::before {
    content: "";
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    width: 387px;
    height: 271px;
    bottom: 0;
    left: -103px;
    z-index: -1
}

.section-hero__picture::after {
    right: -76px
}

.section-hero__desc {
    padding-top: 117px
}

.title {
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 48px;
    line-height: 55px;
    letter-spacing: 2px;
    color: #333
}

.section-hero__title {
    margin-bottom: 20px;
    max-width: 620px
}

.section-hero__subtitle,
.section-order__subtitle,
.section-reason__text {
    margin-bottom: 40px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: .01em;
    color: #333
}

.section-hero__list,
.section-why__list,
.section-why__text {
    margin-bottom: 30px
}

.section-hero__item {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #333
}

.section-hero__item:not(:last-child) {
    margin-bottom: 10px
}

.marker,
.section-benefit__img,
.section-comment__img,
.section-expert__img,
.section-hero__word,
.section-recom__img,
.section-why__img {
    display: block
}

.marker {
    margin-right: 12px;
    width: 9px;
    height: 6px;
    background-image: url("../images/icon.svg");
    background-size: cover
}

.section-hero__buy {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 415px
}

.section-hero__price {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    padding: 9px 9px 10px 24px;
    font-size: 30px;
    line-height: 41px
}

.section-hero__new-price {
    margin-right: 19px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #f52b10
}

.section-hero__old-price {
    position: relative;
    font-weight: 400;
    letter-spacing: .02em;
    color: #d2d2d2;
    font-size: 22px
}

.section-hero__old-price::after,
.section-order__old-value::after {
    content: "";
    position: absolute;
    height: 2px;
    left: 0;
    bottom: 50%;
    background-color: #d2d2d2;
    -webkit-transform: rotate(-20deg);
    -ms-transform: rotate(-20deg);
    transform: rotate(-20deg)
}

.section-benefit__img,
.section-expert__img,
.section-hero__old-price::after,
.section-product__img,
.section-reason__img,
.section-recom__img {
    width: 100%
}

.section-hero__button {
    padding: 20px 55px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 4% 50%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 4% 50%)
}

.section-hero__button:hover {
    background-color: #f52b10;
    -webkit-transition: background-color .3s ease-in-out;
    -o-transition: background-color .3s ease-in-out;
    transition: background-color .3s ease-in-out
}

.section-hero__effect {
    position: relative;
    right: -7px;
    width: 12px;
    height: 60px;
    background-color: #f17621;
    -webkit-clip-path: polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%);
    clip-path: polygon(0 0, 20% 0, 100% 50%, 20% 100%, 0 100%, 80% 50%)
}

.section-hero__sale,
.section-order__sale {
    position: absolute;
    left: 101px;
    top: -30px;
    width: 122px;
    height: 118px
}

.card,
.discount {
    position: relative
}

.section-hero__sale {
    top: -6px;
    left: 87px
}

.webp .section-hero__sale,
.webp .section-order__sale {
    background-image: url("../images/sale.webp");
    background-size: contain
}

.no-webp .section-hero__sale,
.no-webp .section-order__sale {
    background-image: url("../images/sale.png");
    background-size: contain
}

.discount {
    top: 30%;
    left: 23%;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 30px;
    line-height: 40px;
    letter-spacing: .02em;
    color: #333
}

.section-think {
    margin-bottom: 100px;
    overflow: hidden
}

.section-comment__desc,
.section-expert__who,
.section-think__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-think__desc {
    -ms-flex-preferred-size: 40%;
    flex-basis: 40%;
    padding-left: 130px
}

.section-think__title {
    max-width: 355px;
    margin-bottom: 40px
}

.section-comment__name,
.text {
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #6c6c6c
}

.indent,
.section-comment__indent,
.section-reason__title,
.section-right__list {
    margin-bottom: 20px
}

.section-slide {
    margin-bottom: 60px
}

.section-slide__title {
    margin-bottom: 40px;
    text-align: center
}

.section-slide__text {
    margin: 0 auto 33px;
    max-width: 1010px;
    text-align: center
}

.card {
    width: auto
}

.section-slide__desc {
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    color: #fff;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 1
}

.section-slide__caption {
    margin-bottom: 20px;
    width: 300px;
    font-weight: 700;
    font-size: 24px;
    line-height: 33px;
    letter-spacing: .01em
}

.section-slide__content {
    width: 300px;
    font-family: Lato, sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: 1px
}

.section-why__logo,
.section-why__subtitle {
    font-size: 24px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    color: #333
}

.section-slide__small {
    width: 250px
}

.section-slide__img {
    display: block;
    width: 100%
}

.card:hover .section-slide__desc {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    -webkit-transition: .8s ease-in-out;
    -o-transition: .8s ease-in-out;
    transition: .8s ease-in-out
}

.swiper-button-next,
.swiper-button-prev {
    width: 54px;
    height: 54px;
    border-radius: 50%;
    border: 1px solid #02433c;
    cursor: pointer;
    background-color: #fff;
    background-size: 20px
}

.swiper-button-prev {
    margin-right: 30px;
    background-image: url("../images/prev.svg")
}

.swiper-button-next {
    background-image: url("../images/next.svg")
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    background-color: #02433c
}

.swiper-button-prev:hover {
    background-image: url("../images/prev_hover.svg")
}

.swiper-button-next:hover {
    background-image: url("../images/next_hover.svg")
}

.section-slide__button {
    margin-top: 60px;
    text-align: center
}

.swiper-slide-active .section-slide__desc {
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 300px
}

.swiper-container {
    padding: 50px 0 0
}

.swiper-slide_1 {
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.swiper-slide-active {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.section-why {
    background-color: #ece2dc
}

.section-why__container {
    padding-top: 43px
}

.section-why__top {
    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: 42px
}

.section-why__logo {
    padding-bottom: 6px;
    margin-right: 5px
}

.components__item:not(:last-child),
.icon {
    margin-right: 15px
}

.section-why__subtitle {
    line-height: 32px;
    letter-spacing: .01em;
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    transform: translateY(-5px)
}

.section-why__content {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.section-why__desc {
    position: absolute;
    right: 0;
    width: 857px;
    padding: 100px;
    background-color: #fff
}

.caption {
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: .02em;
    color: #333
}

.section-why__title {
    margin-bottom: 20px;
    width: 665px
}

.indent-bottom,
.section-reason__item:not(:last-child),
.section-why__item:not(:last-child) {
    margin-bottom: 10px
}

.section-benefit__content,
.section-reason__content,
.section-reason__item,
.section-recom__item,
.section-why__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.comment,
.section-expert__content {
    display: -webkit-box;
    display: -ms-flexbox
}

.icon {
    width: 10px;
    height: 10px;
    background-size: cover
}

.section-why__icon {
    background-image: url("../images/icon_2.svg")
}

.section-expert {
    background-size: auto 90%;
    background: linear-gradient(to top, #ece2dc, #ece2dc) no-repeat
}

.section-expert__content {
    position: relative;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-expert__desc,
.section-expert__figure {
    flex-basis: 50%
}

.section-expert__desc {
    position: absolute;
    top: 50px;
    left: 0;
    width: 900px;
    padding: 100px;
    z-index: 3;
    background-color: #fff
}

.section-benefit__specification,
.section-benefit__title,
.section-expert__specification,
.section-expert__title {
    margin-bottom: 40px
}

.section-expert__prof {
    margin-bottom: 20px;
    font-family: Lato, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #333
}

.section-expert__name,
.section-expert__prof span,
.section-expert__signature {
    display: block
}

.section-benefit__desc,
.section-benefit__figure {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%
}

.section-benefit__figure {
    margin-right: 145px
}

.section-benefit__desc {
    max-width: 470px
}

.section-benefit__comment {
    display: block;
    font-weight: 400;
    font-size: 10px;
    line-height: 14px;
    letter-spacing: .01em;
    color: #6c6c6c
}

.section-comment__container {
    position: relative;
    overflow: hidden
}

.section-comment__title {
    max-width: 360px
}

.section-comment__content {
    width: 100%;
    text-align: center
}

.swiper-container-1 {
    position: absolute;
    width: 490px;
    min-height: 389px;
    left: 32%;
    top: 20%
}

.comment {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 130px 35px 62px;
    background: #fff;
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1)
}

.section-banner__content,
.section-banner__middle {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-align: center
}

.no-webp .section-how,
.no-webp .section-recom__desc::before,
.section-comment__quotes,
.webp .section-how,
.webp .section-recom__desc::before {
    background-repeat: no-repeat;
    background-size: cover
}

.section-comment__text {
    font-family: Lato, sans-serif;
    font-style: italic;
    font-weight: 500;
    font-size: 18px;
    line-height: 32px;
    letter-spacing: 1px;
    color: #6c6c6c
}

.section-banner__circle-4,
.section-banner__text {
    font-family: "Playfair Display", sans-serif;
    color: #fff
}

.section-comment__quotes {
    position: absolute;
    left: 50%;
    top: 62px;
    width: 60px;
    height: 51px;
    margin-bottom: 20px;
    background-image: url("../images/quotes.svg");
    background-position: center;
    transform: translateX(-50%)
}

.section-slide__btn {
    position: absolute;
    left: 35px;
    bottom: 29%
}

.section-banner {
    position: relative;
    max-height: 150px;
    overflow: hidden;
    background-color: #02433c
}

.section-banner__content {
    position: relative;
    top: -110px;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 0 120px
}

.section-banner__logo {
    margin-bottom: 7px
}

.section-banner__text {
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .01em
}

.section-banner__middle {
    position: relative;
    left: 0;
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 366px;
    height: 367px
}

.section-banner__circle-1 {
    position: absolute;
    top: 0;
    left: 0;
    width: 366px;
    height: 367px;
    opacity: .1;
    border: 1px solid #f17621;
    border-radius: 50%
}

.section-banner__circle-2 {
    position: absolute;
    top: 16px;
    left: 16px;
    width: 335px;
    height: 333px;
    opacity: .2;
    border: 1px solid #f17621;
    border-radius: 50%
}

.section-banner__circle-3 {
    position: absolute;
    top: 26px;
    left: 26px;
    width: 314px;
    height: 313px;
    opacity: .6;
    border: 1px solid #f17621;
    border-radius: 50%
}

.section-banner__circle-4 {
    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: 12px;
    width: 290px;
    height: 289px;
    font-weight: 700;
    font-size: 90px;
    line-height: 120px;
    letter-spacing: 2px;
    background-color: #f17621;
    border-radius: 50%
}

.section-banner__right {
    border: 1px solid #fff;
    border-radius: 100px
}

.section-banner__right:hover,
input:hover {
    border: 1px solid #f17621;
    -webkit-transition: border .3s ease-in-out;
    -o-transition: border .3s ease-in-out;
    transition: border .3s ease-in-out
}

.section-banner__right:hover .section-banner__link {
    color: #f17621;
    -webkit-transition: color .3s ease-in-out;
    -o-transition: color .3s ease-in-out;
    transition: color .3s ease-in-out
}

.section-banner__link {
    padding: 20px;
    display: block;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .01em;
    color: #fff
}

.section-reason {
    background-size: 37% auto;
    background: linear-gradient(to top, #ece2dc, #ece2dc) no-repeat
}

.section-reason__container {
    padding-top: 155px;
    padding-bottom: 155px
}

.section-reason__figure {
    -ms-flex-preferred-size: 39.75%;
    flex-basis: 39.75%;
    margin-right: 120px;
    max-width: 470px
}

.section-reason__desc {
    -ms-flex-preferred-size: 39.75%;
    flex-basis: 39.75%
}

.section-recom__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.section-recom__desc {
    position: relative;
    -ms-flex-preferred-size: 44%;
    flex-basis: 44%;
    padding: 100px;
    background-color: #02433c
}

.section-recom__desc::before {
    content: "";
    position: absolute;
    width: 120%;
    height: 91%;
    left: -550px;
    top: 40px;
    z-index: -1
}

.webp .section-recom__desc::before {
    background-image: url("../images/leaves.webp");
    background-position: 50% 50%
}

.no-webp .section-recom__desc::before {
    background-image: url("../images/leaves.png");
    background-position: 50% 50%
}

.heading {
    margin-bottom: 20px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 36px;
    line-height: 48px;
    letter-spacing: .02em
}

.section-recom__text,
.section-recom__word {
    font-family: Lato, sans-serif;
    letter-spacing: 1px;
    color: #fff;
    font-size: 18px;
    line-height: 24px
}

.section-recom__caption {
    color: #fff
}

.section-recom__text {
    margin-bottom: 30px;
    font-weight: 400
}

.attention {
    display: block;
    margin-bottom: 20px;
    font-weight: 700
}

.section-recom__word {
    font-weight: 400
}

.section-recom__item:not(:last-child),
.wv_name {
    margin-bottom: 10px
}

.section-recom__icon {
    background-image: url("../images/icon_3.svg")
}

.section-recom__figure {
    -ms-flex-preferred-size: 27.45%;
    flex-basis: 27.45%
}

.webp .section-how {
    background-image: url("../images/how.webp");
    background-position: center
}

.no-webp .section-how {
    background-image: url("../images/how.png");
    background-position: center
}

.section-how__desc {
    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;
    padding: 80px 0
}

.section-how__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -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;
    padding: 70px;
    background-color: #fff
}

.section-how__title {
    color: #333
}

.section-how__text {
    max-width: 750px;
    text-align: center
}

.section-order {
    background: linear-gradient(to top, #ece2dc, #ece2dc);
    background-size: auto 66%;
    background-repeat: no-repeat
}

.section-order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 129px;
    padding-bottom: 76px
}

.section-order__picture {
    position: absolute;
    width: 414px;
    height: 415px;
    bottom: -145px;
    right: -28px;
    z-index: 2
}

.section-order__desc {
    max-width: 580px
}

.section-order__title {
    max-width: 510px
}

.section-order__sale,
.webp .section-order__sale {
    right: 120px;
    left: auto
}

.section-order__subtitle {
    margin-bottom: 50px
}

.section-order__form {
    position: relative;
    padding: 0 6px 6px;
    max-width: 390px;
    -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
    background-color: #fff;
    z-index: 4
}

.section-order__frame {
    padding: 0 23px 28px;
    border: 1px solid #ece2dc
}

.section-order__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    padding: 13px 30px 10px 72px;
    background-color: #02433c;
    margin: 0 -6px 15px
}

.form,
.section-order__middle {
    display: -webkit-box;
    display: -ms-flexbox
}

.section-order__time {
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 18px;
    line-height: 24px;
    letter-spacing: .01em;
    color: #ece2dc
}

.section-order__date {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.5;
    letter-spacing: .02em;
    color: #d2d2d2
}

.section-order__middle {
    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-top: 10px;
    margin-bottom: 10px
}

.section-order__old-value {
    text-align: center;
    position: relative
}

.section-order__figure {
    width: 94px;
    margin-right: 28px
}

.price {
    display: block;
    text-align: center;
    font-weight: 400;
    font-size: 13px;
    line-height: 14px;
    letter-spacing: .01em
}

.section-order__new {
    color: #f52b10
}

.section-order__old {
    color: #d2d2d2
}

.section-order__new-price {
    font-weight: 700;
    font-size: 30px;
    line-height: 65px;
    letter-spacing: 2px;
    color: #f52b10;
    text-align: center;
    margin-bottom: 10px
}

.section-order__old-price {
    font-weight: 400;
    font-size: 20px;
    line-height: 49px;
    letter-spacing: .02em;
    color: #d2d2d2
}

.section-order__old-value::after {
    width: 80%
}

.form {
    position: relative;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column
}

.input {
    padding: 14px 15px;
    height: 50px;
    border: 1px solid #e0e0e0;
    border-radius: 3px;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .005em;
    background-color: #fff
}

.comebacker__text,
.wv_phone {
    margin-bottom: 15px
}

.input::-webkit-input-placeholder {
    color: #6c6c6c
}

input,
input:active {
    border: none;
    outline: 0
}

input:focus:required:invalid,
textarea:focus:required:invalid {
    border-color: red
}

input:required:valid,
textarea:required:valid {
    border-color: green
}

.section-order__button {
    margin-top: 15px;
    padding: 20px 0;
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
    letter-spacing: .01em;
    border: none;
    color: #fff
}

.section-order__button:hover {
    background-color: #f52b10;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.section-order__checkbox {
    position: absolute;
    top: 140px;
    left: 23px;
    opacity: 0;
    z-index: -1
}

.section-order__flag {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 72px;
    height: 148px;
    background-color: #f52b10;
    -webkit-clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%);
    clip-path: polygon(0 0, 50% 0, 100% 50%, 50% 100%, 0 100%)
}

.section-order__rotate {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-weight: 700;
    font-size: 15px;
    line-height: 14px;
    color: #fff;
    transform: translateX(-37px) rotate(-90deg)
}

.section-info__item,
.section-right__item {
    font-family: Lato, sans-serif;
    font-size: 16px;
    line-height: 22px;
    letter-spacing: .5px
}

.section-order__discount {
    margin-left: 65px;
    text-align: center;
    margin-right: 63px;
    margin-bottom: 76px
}

.section-info {
    background-color: #efefef
}

.section-info__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 22px 130px
}

.section-info__logo {
    margin-bottom: 18.2px
}

.section-info__desc {
    max-width: 490px
}

.section-info__item {
    font-weight: 400
}

.footer__link,
.section-info__link {
    color: #6c6c6c
}

.section-info__links {
    max-width: 490px;
    margin-top: 20px
}

.section-info__links a:not(:last-child) {
    display: block;
    margin-bottom: 10px
}

.section-info__item:not(:last-child),
.section-right__item:not(:last-child) {
    margin-bottom: 10px
}

.section-right__item {
    font-weight: 700;
    color: #6c6c6c
}

.section-info__right {
    max-width: 230px
}

.section-info__btn {
    padding: 20px 55px;
    text-align: center
}

.section-info__btn:hover {
    background-color: #f52b10;
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out
}

.footer {
    padding: 26.5px 0;
    background-color: #e0e0e0
}

.inL_101787,
.inL_194093,
.inL_280050,
.inL_60923,
.inL_658254,
.inL_922071 {
    width: fit-content
}

@media (max-width:1560px) {
    .section-hero__picture {
        width: 330px;
        right: -330px
    }

    .header__nav {
        width: 65%
    }

    .header__logo {
        width: 12%
    }

    .section-banner__content {
        padding: 0
    }

    .section-expert__desc,
    .section-why__desc {
        padding: 70px
    }

    .section-why__desc {
        width: 800px
    }

    .section-expert__desc {
        width: 843px
    }

    .section-recom__caption {
        width: 473px
    }

    .section-recom__img {
        width: 417.5px
    }
}

@media (max-width:1439.98px) {

    .section-expert__content,
    .section-why__content {
        -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-why__desc {
        position: relative;
        left: 0;
        top: -60px;
        margin: 0 auto;
        width: 960.5px
    }

    .section-expert__figure,
    .section-why__figure,
    .section-why__img,
    .section-why__title {
        width: 100%
    }

    .section-expert {
        margin-bottom: 56px
    }

    .section-expert__desc {
        position: relative;
        bottom: -60px;
        width: 960.5px
    }

    .section-benefit__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-benefit__figure {
        order: 2;
        margin-right: 0;
        width: 100%
    }

    .section-benefit__desc {
        margin-bottom: 40px;
        max-width: 100%
    }

    .section-recom__desc::before {
        left: -500px
    }
}

@media (max-width:1400px) {
    .header {
        position: relative;
        z-index: 200
    }

    .header-scroll {
        position: fixed;
        top: -100px;
        left: 0;
        width: 100%;
        z-index: 200;
        -webkit-transition: .45s;
        -o-transition: .45s;
        transition: .45s;
        -webkit-transform: translateY(100px);
        -ms-transform: translateY(100px);
        transform: translateY(100px);
        background: rgba(255, 255, 255, .8);
        -webkit-backdrop-filter: blur(15px);
        backdrop-filter: blur(15px)
    }

    .header-scroll .header__logo::before {
        left: 0;
        bottom: 0;
        width: 0;
        height: 0;
        background: 0 0
    }

    .header__content {
        height: 60px
    }

    .header__logo {
        width: 114px;
        height: 23px;
        min-height: 100%
    }

    .header__navigation {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-right: 55px
    }

    .header__burger,
    .header__buy {
        position: relative;
        display: block;
        cursor: pointer
    }

    .header__nav {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .header__link {
        width: 100%;
        height: 65px;
        border-bottom: 1px solid #efefef
    }

    .header__buy {
        margin-right: 20px;
        width: 30px;
        height: 30px;
        border-radius: 5px;
        background-color: #f17621;
        background-image: url("../images/buy.svg");
        background-repeat: no-repeat;
        background-size: 12px 12px;
        background-position: center
    }

    .header__burger,
    .header__burger-active {
        height: 10px;
        background-repeat: no-repeat;
        background-size: contain;
        background-position: center
    }

    .header__icon::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%
    }

    .header__burger {
        width: 17px;
        z-index: 99;
        border: none;
        background-color: transparent;
        background-image: url("../images/burger.svg");
        -webkit-transition: .45s;
        -o-transition: .45s;
        transition: .45s
    }

    .fig.last,
    .header__button,
    .section-recom__desc::before {
        display: none
    }

    .header__burger-active {
        width: 10px;
        background-image: url("../images/close.svg")
    }

    .header__btn:hover {
        background-color: #f52b10;
        -webkit-transition: background-color .3s ease-in-out;
        -o-transition: background-color .3s ease-in-out;
        transition: background-color .3s ease-in-out
    }

    .header__btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 345px;
        padding: 15px 88px;
        margin: 80px auto 30px;
        border-bottom: none
    }

    .section-hero {
        margin-bottom: 218px;
        background-size: auto 98.5%
    }

    .container {
        max-width: 1040px
    }

    .section-hero__content {
        justify-content: space-around
    }

    .section-hero__desc {
        padding-top: 22px;
        padding-left: 30px
    }

    .section-hero__img {
        top: 22px;
        margin-right: 20px
    }

    .section-hero__product,
    .section-recom__caption,
    .section-recom__img,
    .section-think__img,
    .swiper-slide-active .section-slide__desc {
        width: 100%
    }

    .section-hero__picture {
        bottom: -155px;
        right: 0;
        width: 320px
    }

    .section-hero__picture::before {
        width: 284px;
        height: 199px;
        bottom: 61px;
        left: -75.5px
    }

    .section-hero__picture::after {
        width: 226.67px;
        height: 109.3px;
        bottom: 0;
        right: -56px
    }

    .section-hero__sale {
        width: 89px;
        height: 87px
    }

    .discount {
        font-size: 22px;
        line-height: 29px
    }

    .title {
        font-size: 36px;
        line-height: 48px;
        letter-spacing: .02em
    }

    .section-hero__title {
        margin-bottom: 10px
    }

    .section-hero__subtitle {
        margin-bottom: 20px;
        font-size: 18px;
        line-height: 25px
    }

    .section-hero__list {
        margin-bottom: 40px
    }

    .section-hero__price {
        padding: 9px 0 10px 12px
    }

    .section-hero__new-price {
        margin-right: 12px
    }

    .section-hero__button {
        padding: 20px 27px;
        -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%);
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 5% 50%)
    }

    .section-hero__buy {
        max-width: 331.5px
    }

    .section-comment__title {
        max-width: 300px;
        margin-right: 30px
    }

    .section-slide__content {
        width: 200px;
        font-size: 14px;
        line-height: 18px
    }

    .section-slide__caption {
        width: 250px;
        font-size: 20px;
        line-height: 28px
    }

    .section-banner__circle-1,
    .section-banner__middle {
        width: 172px;
        height: 173px
    }

    .section-banner {
        max-height: 100%
    }

    .section-banner__content {
        top: 0
    }

    .section-banner__middle {
        left: -40px
    }

    .section-banner__circle-2 {
        position: absolute;
        top: 8px;
        left: 8px;
        width: 157px;
        height: 155px
    }

    .section-banner__circle-3 {
        position: absolute;
        top: 13px;
        left: 13px;
        width: 146px;
        height: 146px
    }

    .section-banner__circle-4 {
        margin: 6px;
        width: 136px;
        height: 135px;
        font-size: 48px;
        line-height: 64px
    }

    .section-banner__link {
        padding: 20px 29px;
        font-size: 14px
    }

    .section-banner__left {
        -ms-flex-preferred-size: 36%;
        flex-basis: 36%
    }

    .section-think__desc {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        padding-left: 0;
        padding-right: 10px
    }

    .section-recom__figure,
    .section-think__photo {
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%
    }

    .section-recom__desc {
        -ms-flex-preferred-size: 61%;
        flex-basis: 61%;
        padding: 85px 80px
    }

    .section-order__content {
        padding-top: 57px;
        padding-bottom: 34px
    }

    .section-order__desc,
    .section-order__img {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

    .fig {
        width: 100%;
        display: block;
        margin: 0 auto;
        max-width: 300px
    }

    .section-order__picture {
        right: 48px;
        width: 320px;
        height: 375px;
        bottom: -590px
    }

    .section-order__sale {
        top: -29px;
        width: 105.2px;
        height: 102.4px
    }

    .section-order__picture::before {
        width: 335px;
        height: 234px
    }

    .section-order__rebate {
        top: 33%;
        left: 26%
    }

    .section-info__content {
        padding: 43px 0 45px
    }

    .section-info__desc,
    .section-info__right {
        max-width: 253px
    }

    .header__nav {
        position: absolute;
        top: -1300%;
        left: 0;
        padding-top: 53px;
        width: 100%;
        -webkit-transition: top .4s ease-in-out;
        -o-transition: top .4s ease-in-out;
        transition: top .4s ease-in-out;
        z-index: 98;
        background-color: #fff;
        -webkit-box-shadow: 0 20px 50px rgba(0, 0, 0, .1);
        box-shadow: 0 20px 50px rgba(0, 0, 0, .1)
    }

    .header__nav-active {
        top: 0;
        -webkit-transition: top .5s ease-in-out;
        -o-transition: top .5s ease-in-out;
        transition: top .5s ease-in-out
    }

    .header__link:hover {
        border-bottom: 3px solid #f17621;
        background: #efefef
    }

    .section-banner__container {
        max-width: 900px
    }

    .section-order__sale,
    .webp .section-order__sale {
        right: 30px;
        left: auto
    }
}

@media screen and (max-width:1200px) {
    .section-banner__container {
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 900px;
        text-align: center;
        margin-top: 15px;
        margin-bottom: 15px
    }

    .section-banner__content {
        flex-direction: column;
        align-items: center
    }

    .section-banner__middle {
        left: 50%;
        transform: none !important;
        position: static;
        margin-right: auto;
        margin-left: auto
    }

    .section-banner__circle-1,
    .section-banner__circle-2,
    .section-banner__circle-3 {
        display: none
    }
}

@media (max-width:1040px) {
    .section-think {
        margin-bottom: 80px
    }

    .section-think__container {
        padding-right: 0
    }

    .section-think__desc,
    .section-think__photo {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%
    }

    .section-slide__text,
    .section-slide__title {
        padding: 0 30px
    }

    .section-slide__btn {
        left: 30px
    }

    .section-slide__button {
        margin-top: 50px
    }

    .section-benefit__container,
    .section-comment__container,
    .section-expert__container,
    .section-why__container {
        padding-left: 0;
        padding-right: 0
    }

    .section-comment__title {
        padding-left: 30px
    }

    .section-banner__middle {
        left: -20px
    }

    .section-expert__desc,
    .section-why__desc {
        margin: 0 30px;
        padding: 40px 20px;
        width: 800.5px
    }

    .section-expert {
        margin-bottom: 0
    }

    .section-expert__content {
        top: -80px
    }

    .section-benefit__desc {
        padding-left: 30px;
        padding-right: 30px
    }

    .section-reason {
        background-size: 40% auto
    }

    .section-reason__container {
        padding-top: 47px;
        padding-bottom: 49px
    }

    .section-reason__content {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .section-reason__figure {
        -ms-flex-preferred-size: 49%;
        flex-basis: 49%;
        margin-right: 20px
    }

    .section-recom__container {
        max-width: 768px;
        padding: 0
    }

    .section-recom__content {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .section-recom__desc {
        -ms-flex-preferred-size: 67.15%;
        flex-basis: 67.15%;
        padding: 40px 20px
    }

    .section-recom__figure {
        -ms-flex-preferred-size: 51.17%;
        flex-basis: 51.17%
    }

    .section-recom__img,
    .section-slide__img,
    .swiper-slide-active .section-slide__desc {
        width: 100%
    }

    .section-order__subtitle {
        font-size: 18px;
        line-height: 25px
    }

    .section-order__picture {
        right: 0
    }

    .section-slide__content {
        width: 200px
    }

    .section-slide__caption {
        width: 220px;
        font-size: 20px;
        line-height: 28px
    }

    .section-slide__content {
        font-size: 14px;
        line-height: 18px
    }
}

.header__navigation {
    margin-right: 15px !important
}

@media screen and (min-width:860px) and (max-width:1439px) {
    .section-comment__desc {
        justify-content: center
    }
}

@media (max-width:860px) {
    .header__navigation {
        margin-right: 20px
    }

    .section-banner__middle {
        left: 0
    }

    .section-banner__link {
        padding: 20px 10px
    }

    .swiper-container-1 {
        width: 455px;
        left: 34%;
        top: 10%
    }

    .section-expert__desc,
    .section-why__desc {
        width: 708px
    }

    .section-comment__text {
        line-height: 1.2
    }

    .section-comment__title {
        margin-right: 30px
    }

    .section-reason {
        background: #ece2dc
    }

    .section-order__picture {
        max-width: 100%
    }

    .section-order__picture::before {
        left: 0;
        bottom: -80px
    }

    .section-order__form {
        margin: 0 auto
    }

    .section-order__desc {
        margin-left: 20px
    }
}

@media (max-width:768px) {

    .container,
    .header__container {
        max-width: 738px
    }

    .section-hero__button {
        padding: 20px
    }

    .section-hero__buy {
        max-width: 317.5px
    }

    .section-think__photo {
        margin-right: -15px
    }

    .section-slide {
        margin-bottom: 30px
    }

    .section-expert__specification,
    .section-expert__title,
    .section-slide__text,
    .section-slide__title {
        margin-bottom: 20px
    }

    .section-benefit__container,
    .section-comment__container,
    .section-expert__container,
    .section-why__container {
        max-width: 768px
    }

    .caption {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: .01em
    }

    .section-expert__desc {
        width: auto
    }

    .section-reason__text {
        font-size: 18px;
        line-height: 25px
    }

    .section-recom__container {
        max-width: 768px;
        padding: 0
    }

    .section-how__desc {
        padding: 84px 0 83px
    }

    .section-how__content {
        padding: 40px 20px
    }

    .section-order {
        background-size: auto 38%
    }

    .section-order__picture {
        bottom: -450px;
        right: 8px
    }

    .section-order__picture::before {
        width: 260px;
        height: 182px;
        left: 0;
        bottom: -20px
    }

    .section-order__subtitle {
        margin-bottom: 84px
    }
}

@media (max-width:767.8px) {
    .section-recom__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-recom__desc,
    .section-recom__figure {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%
    }

    .section-why__desc {
        width: auto
    }
}

@media (max-width:737px) {
    .section-hero {
        background-size: auto 35%;
        margin-bottom: 31px
    }

    .section-hero__content,
    .section-reason__content,
    .section-think__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-comment__desc,
    .section-hero__buy {
        flex-direction: column;
        -ms-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal
    }

    .section-hero__img {
        max-width: none;
        top: 20px;
        margin-bottom: 180px;
        margin-right: 0
    }

    .section-hero__picture {
        bottom: -180px;
        right: 50px
    }

    .fig {
        width: 100%
    }

    .section-hero__buy {
        flex-direction: column;
        max-width: 100%;
        width: 100%
    }

    .section-hero__price {
        padding: 0
    }

    .section-hero__new-price {
        margin-right: 67px
    }

    .section-hero__button {
        padding: 17px 0;
        width: 100%;
        text-align: center;
        -webkit-clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%);
        clip-path: polygon(0 0, 50% 15%, 100% 0, 100% 100%, 0 100%)
    }

    .section-hero__effect {
        width: 100%;
        height: 12px;
        right: 0;
        bottom: -6px;
        -webkit-clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 20%, 50% 100%, 0 20%);
        clip-path: polygon(0 0, 50% 80%, 100% 0, 100% 20%, 50% 100%, 0 20%)
    }

    .section-think__container {
        padding-right: 15px;
        padding-top: 40px
    }

    .section-think__desc {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 40px
    }

    .section-think__photo {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-right: 0
    }

    .section-info__desc,
    .section-info__right,
    .section-order__form,
    .section-order__title,
    .section-think__title {
        max-width: 100%
    }

    .section-benefit,
    .section-info__left,
    .section-right__list {
        margin-bottom: 40px
    }

    .section-comment__container {
        padding: 20px 0 40px
    }

    .section-comment__photo {
        display: none
    }

    .swiper-container-1 {
        position: relative;
        top: 20px;
        left: 0;
        width: 100%;
        height: auto
    }

    .section-comment__desc {
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .section-comment__title {
        padding: 0 15px;
        max-width: 100%;
        margin-bottom: 30px
    }

    .comment,
    .section-banner__middle {
        margin-bottom: 20px
    }

    .comment {
        padding: 90px 40px 40px
    }

    .section-comment__quotes {
        top: 40px;
        width: 40px;
        height: 33px
    }

    .section-banner__circle-1,
    .section-banner__middle {
        width: 202px;
        height: 203px
    }

    .section-comment__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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        text-align: center
    }

    .section-slide__btn {
        position: static;
        left: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .section-banner__content {
        -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;
        padding: 34px 0 40px
    }

    .section-banner__left {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 20px;
        text-align: center
    }

    .section-banner__circle-2 {
        width: 188px;
        height: 187px;
        top: 7px;
        left: 7px
    }

    .section-banner__circle-3 {
        width: 174px;
        height: 174px;
        left: 14px;
        top: 14px
    }

    .section-banner__circle-4 {
        width: 160px;
        height: 159px;
        margin: 7px
    }

    .section-banner__link {
        padding: 20px 90px
    }

    .section-why__top {
        padding: 0 20px;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .section-order__content,
    .section-reason__container {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .section-reason {
        background-size: auto
    }

    .section-reason__figure {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%;
        margin-bottom: 30px
    }

    .section-reason__desc {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }

    .section-order__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .section-order__img {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 350px;
        width: 100%
    }

    .section-order__picture {
        right: 0;
        bottom: -419px;
        width: 280px;
        transform: none;
        position: static;
        margin-right: auto;
        margin-left: auto
    }

    .section-order__desc {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        max-width: 100%;
        width: 100%;
        margin: 0 auto
    }

    .section-order__picture::before {
        bottom: 80px;
        left: -80px
    }

    .section-hero__sale,
    .section-order__sale {
        left: 15px
    }

    .section-order__subtitle {
        margin-bottom: 74px;
        margin-top: 45px
    }

    .section-info__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 40px 0
    }

    .section-info__right {
        width: 100%
    }

    .section-info__btn {
        text-align: center
    }
}

@media screen and (min-width:550px) and (max-width:1439px) {
    .section-expert__img {
        margin-top: 35px
    }

    .section-benefit__title {
        margin-top: 30px
    }
}

@media (max-width:550px) {
    .section-order__subtitle {
        margin-bottom: 48px;
        margin-top: 45px
    }

    .header__content {
        height: 48px
    }

    .section-hero {
        background-size: auto 25%
    }

    .section-hero__picture {
        width: 250.4px
    }

    .section-hero__sale {
        width: 93.5px;
        height: 91px
    }

    .discount {
        font-size: 23px;
        line-height: 31px
    }

    .section-hero__picture::before {
        width: 234px;
        height: 164px
    }

    .section-hero__picture::after {
        width: 187px;
        height: 90px
    }

    .section-banner__right,
    .section-order__product {
        width: 100%
    }

    .section-banner__link {
        padding: 20px 0;
        text-align: center
    }

    .section-why__container {
        padding: 28px 20px 40px
    }

    .section-why__top {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        margin-bottom: 28px;
        padding: 0
    }

    .section-why__logo {
        margin-right: 0;
        margin-bottom: 5px
    }

    .section-why__desc {
        margin: 0;
        top: 0;
        padding: 20px
    }

    .section-expert,
    .section-why__figure {
        margin-bottom: 40px
    }

    .section-why__subtitle {
        font-size: 18px;
        line-height: 24px;
        letter-spacing: .01em
    }

    .section-expert {
        background-size: auto 100%
    }

    .section-expert__container {
        padding: 20px 20px 40px
    }

    .section-expert__desc {
        margin: 0 0 40px;
        padding: 20px
    }

    .section-expert__content,
    .section-expert__desc {
        top: 0
    }

    .section-expert__who {
        display: block
    }

    .section-expert__name {
        margin-bottom: 20px
    }

    .section-expert__signature {
        width: 152.5px
    }

    .section-benefit__container {
        padding-left: 20px;
        padding-right: 20px
    }

    .section-benefit__desc {
        padding-left: 0;
        padding-right: 0
    }

    .heading {
        font-size: 24px;
        line-height: 32px;
        letter-spacing: .01em
    }

    .section-how__desc {
        padding: 46px 0
    }

    .section-order {
        background-size: auto 20%
    }

    .section-order__picture::before {
        bottom: 65px;
        width: 209px;
        height: 146.4px
    }

    .section-order__frame {
        padding: 0 12px 22px
    }

    .section-order__sale {
        width: 83.56px;
        height: 81.2px;
        left: 108px
    }

    .section-order__rebate {
        font-size: 18px;
        line-height: 24px
    }

    .section-order__content {
        padding-top: 9px;
        padding-bottom: 30px
    }

    .header__navigation {
        margin-right: 25px
    }

    .hidden-desk {
        margin-bottom: -25px !important
    }

    .section-order__picture {
        bottom: -358px;
        width: 244px;
        height: 304px;
        margin-bottom: 20px !important
    }
}

@media (max-width:484px) {
    .title {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: .01em
    }

    .comment {
        margin-bottom: 70px;
        padding: 90px 30px 40px
    }

    .section-slide__img {
        width: 100%
    }

    .section-slide__button {
        margin-top: 38px
    }
}

@media (max-width:415px) {
    .header__container {
        max-width: 403px
    }

    .header__btn {
        max-width: 374px;
        padding: 15px 100.5px
    }

    .container,
    .section-order__img,
    .section-order__subtitle,
    .section-order__title {
        padding-left: 20px;
        padding-right: 20px
    }

    .title {
        font-size: 22px;
        line-height: 32px;
        letter-spacing: .01em
    }

    .section-slide,
    .section-think {
        margin-bottom: 40px
    }

    .section-benefit__specification,
    .section-benefit__title,
    .section-reason__text,
    .section-think__title {
        margin-bottom: 20px
    }

    .section-slide__text,
    .section-slide__title {
        padding: 0
    }

    .swiper-container {
        padding: 38px 0 0
    }

    .section-slide__text {
        margin-bottom: 0
    }

    .section-comment__container {
        padding: 20px 0 40px
    }

    .section-comment__title {
        padding: 0 20px
    }

    .section-order__container,
    .section-recom__container {
        padding-left: 0;
        padding-right: 0
    }

    .section-reason__title {
        margin-bottom: 10px
    }
}

.comebacker__sale,
.time-title {
    line-height: 24px;
    font-family: "Playfair Display", sans-serif;
    letter-spacing: .01em
}

@media (max-width:404px) {
    .header__btn {
        max-width: 280px;
        margin: 60px auto 30px;
        padding: 15px 55.5px
    }

    .section-hero {
        margin-bottom: 30px
    }

    .figure,
    .section-hero__img {
        display: none
    }

    .section-hero__picture {
        width: 300px;
        max-width: 100%;
        height: 265.8px;
        bottom: -20px;
        left: 0
    }

    .section-hero__sale,
    .section-order__sale {
        width: 73px;
        height: 71px
    }

    .discount {
        font-size: 18px;
        line-height: 24px
    }

    .section-hero__picture::before {
        width: 182.7px;
        height: 127.9px;
        left: -45.5px
    }

    .section-hero__picture::after {
        width: 145.9px;
        height: 70.5px;
        right: -46px
    }

    .section-hero__desc {
        position: relative;
        top: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-top: 21px
    }

    .section-hero__title {
        margin-bottom: 0;
        order: 1
    }

    .section-hero__mobile {
        position: relative;
        display: block;
        margin: 0 auto;
        order: 2
    }

    .section-hero__buy {
        order: 3
    }

    .section-hero__subtitle {
        order: 4
    }

    .section-hero__list {
        order: 5;
        margin-bottom: 0
    }

    .section-hero__new-price {
        margin-right: 20px
    }

    .section-hero__button {
        padding: 17px 65.5px;
        margin-bottom: 20px
    }

    .section-think__container {
        padding-top: 20px
    }

    .section-comment__container {
        padding: 10px 0 40px
    }

    .section-why__container {
        padding: 28px 15px 20px
    }

    .section-expert__desc,
    .section-reason__figure,
    .section-why__figure {
        margin-bottom: 20px
    }

    .section-expert__container {
        padding: 50px 15px 40px
    }

    .section-order__rebate {
        top: 30%
    }

    .section-info__middle,
    .section-right__list {
        margin-bottom: 29px
    }
}

@media (max-width:320px) {

    .container,
    .header__container {
        padding-left: 20px;
        padding-right: 20px
    }

    .section-comment__container {
        padding: 10px 0 40px
    }

    .section-order__container,
    .section-recom__container {
        padding-left: 0;
        padding-right: 0
    }
}

.opacity0 {
    opacity: 0
}

.animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

@-webkit-keyframes a {
    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
}

@-webkit-keyframes b {
    to {
        opacity: 1
    }
}

@keyframes b {
    0% {
        opacity: 0;
        -webkit-transform: scale3d(.3, .3, .3);
        transform: scale3d(.3, .3, .3)
    }

    to {
        opacity: 1
    }
}

.zoomIn {
    -webkit-animation-name: b;
    animation-name: b
}

@-webkit-keyframes c {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes c {
    0% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInLeft {
    -webkit-animation-name: c;
    animation-name: c
}

@-webkit-keyframes d {
    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

@keyframes d {
    0% {
        -webkit-transform: translate3d(100%, 0, 0);
        transform: translate3d(100%, 0, 0);
        visibility: visible
    }

    to {
        -webkit-transform: translateZ(0);
        transform: translateZ(0)
    }
}

.slideInRight {
    -webkit-animation-name: d;
    animation-name: d
}

.time-remain {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin: 0 auto;
    font-weight: 300;
    color: #d2d2d2
}

.comebacker,
.ever-popup__inner,
.popup__body {
    margin-right: auto;
    margin-left: auto
}

.comebacker__sale,
.logo,
.time-text,
.time-title {
    font-weight: 700
}

.time-title {
    font-size: 18px;
    color: #ece2dc;
    text-align: center
}

.time-remain-items {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    padding: 7px 14px;
    font-size: 32px
}

.time-text {
    font-size: 10px
}

.time-dots {
    font-size: 32px
}

.comebacker {
    width: 600px !important;
    z-index: 999;
    overflow: hidden;
    background-color: #fff
}

.popup__body {
    width: 100%;
    max-width: 600px
}

.comebacker__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;
    padding: 66px 40px 65px 0;
    background-repeat: no-repeat
}

.comebacker__photo {
    -ms-flex-preferred-size: 51.8%;
    flex-basis: 51.8%;
    flex-shrink: 0;
}

.comebacker__sale {
    position: absolute;
    left: 50px;
    top: 48px;
    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: 165px;
    height: 36px;
    font-size: 18px;
    color: #fff;
    background-color: #02433c
}

.control,
.popup {
    z-index: 999;
    overflow: hidden;
    background-color: #fff
}

.comebacker__img {
    width: 100%;
    max-width: 265px !important
}

.comebacker__desc {
    -ms-flex-preferred-size: 41.38%;
    flex-basis: 41.38%
}

.comebacker__photo {
    position: relative
}

.section-popup__sale {
    position: absolute;
    left: 141px;
    top: -30px;
    width: 102px;
    height: 98px;
    background-image: url(../images/sale.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center
}

.p__desc {
    font-size: 24px
}

.comebacker__title {
    margin-bottom: 25px;
    font-family: "Playfair Display", sans-serif;
    font-weight: 700;
    font-size: 21px;
    text-align: center;
    line-height: 32px;
    letter-spacing: .01em;
    color: #333
}

.comebacker__btn {
    margin-top: 10px
}

.control {
    position: fixed;
    top: 50%;
    left: 50%;
    display: none;
    width: 490px;
    height: 220px;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.logo {
    font-size: 30px;
    color: #fff
}

.section-order__fn {
    font-size: 14px;
    margin-top: 10px
}

.components__wrapper {
    display: flex;
    justify-content: space-around;
    align-items: center
}

.components__item {
    width: 32%
}

@media (max-width:1040px) {
    .comebacker {
        width: 600px !important;
        margin-right: auto;
        margin-left: auto
    }

    .comebacker__photo {
        -ms-flex-preferred-size: 46.91%;
        flex-basis: 46.91%
    }

    .comebacker__sale {
        top: 22px
    }

    .comebacker__desc {
        -ms-flex-preferred-size: 49.23%;
        flex-basis: 49.23%
    }

    .popup {
        width: 708px;
        height: 546px
    }
}

.hidden-desk,
.section-comment__desc.mobile {
    display: none
}

@media screen and (min-width:738px) and (max-width:768px) {
    .section-order__img {
        flex-basis: unset
    }

    .section-order__content {
        justify-content: center
    }

    .hidden-desk {
        display: block !important;
        margin-bottom: 30px
    }

    .section-order__picture {
        position: static;
        max-width: 270px
    }

    .hidden-block {
        display: none
    }

    .section-order__product {
        margin-bottom: 20px
    }
}

@media (max-width:768px) {
    .control {
        width: 526px;
        height: 220px
    }

    .section-hero__picture {
        width: 300px
    }

    .discount {
        top: 33%
    }
}

@media (max-width:767px) {
    .components__wrapper {
        flex-direction: column
    }

    .components__item {
        max-width: 450px;
        width: 100%
    }

    .components__item:not(:last-child) {
        margin-right: 0;
        margin-bottom: 15px
    }
}

.ever-popup__inner {
    width: 100% !important;
    max-width: 600px !important;
    padding-top: 40px !important
}

.ever-popup__close {
    top: 0 !important;
    right: 0 !important
}

@media screen and (max-width:1040px) {
    .ever-popup__inner {
        width: 100% !important;
        max-width: 600px !important;
        padding-top: 40px !important;
        margin-right: auto;
        margin-left: auto
    }

    .ever-popup__close {
        top: 55px !important;
        right: -60px !important
    }
}

@media screen and (max-width:1000px) {
    .ever-popup__inner {
        width: 100% !important;
        max-width: 300px !important;
        padding-top: 40px !important;
        margin-right: auto;
        margin-left: auto
    }

    .ever-popup__close {
        top: 55px !important;
        right: 0 !important
    }
}

@media (max-width:737px) {

    .comebacker,
    .popup {
        width: 280px !important;
        height: auto
    }

    .ever-popup__inner {
        padding-top: 60px !important
    }

    .ever-popup__close {
        top: 25px !important;
        right: 0 !important
    }

    .comebacker__content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 20px;
        background-size: auto 36.3%
    }

    .comebacker__sale {
        top: 25px
    }

    .comebacker__photo {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        margin-bottom: 11px
    }

    .comebacker__desc {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        padding: 0 8px
    }

    .control {
        width: 374px;
        height: 248px
    }

    .section-hero__picture {
        right: 50%;
        transform: translateX(50%);
        padding: 0;
        width: 220px
    }

    .section-hero__desc {
        padding-left: 0
    }

    .section-hero__sale {
        left: 65px;
        top: -15px
    }

    .ever-popup__inner,
    .popup__body {
        width: 100% !important;
        max-width: 300px !important
    }
}

@media (max-width:479px) {
    .webp .section-how {
        background-image: url(../images/how_479.webp)
    }

    .no-webp .section-how {
        background-image: url(../images/how_479.png)
    }

    .section-order__top {
        padding-right: 15px;
        padding-left: 60px
    }

    .section-order__flag {
        width: 55px
    }

    .section-order__rotate {
        -webkit-transform: translateX(-35px) rotate(-90deg);
        -ms-transform: translateX(-35px) rotate(-90deg);
        transform: translateX(-35px) rotate(-90deg)
    }

    .section-order__picture::before {
        left: -50px
    }
}

@media (max-width:404px) {

    .comebacker,
    .control,
    .popup {
        width: 280px
    }

    .comebacker__content {
        padding: 20px 16px;
        background: 0 0
    }

    .comebacker__photo {
        display: none
    }

    .comebacker__title {
        font-size: 18px;
        line-height: 24px
    }

    .popup {
        height: 453px
    }

    .wv_phone {
        margin-bottom: 5px
    }

    .control {
        height: 222px
    }

    .section-hero__picture {
        width: 200px;
        left: 20px;
        right: auto;
        bottom: 11px;
        transform: none;
        position: static;
        margin-bottom: 30px;
        margin-top: 30px
    }
}

@media screen and (min-width:1401px) {
    .header__link {
        position: relative;
        padding-bottom: 2px
    }

    .header__link-line,
    .header__link.active::before {
        position: absolute;
        bottom: 0;
        left: 0;
        height: 2px;
        background-color: #d2691e
    }

    .header__link::before {
        content: none
    }

    .header__link.active::before {
        content: "";
        width: 100%;
        transition: left .3s ease-in-out
    }

    .header__link-line {
        transform: translateX(-100%);
        transition: transform .3s, width .3s
    }

    .section-hero__desc {
        padding-top: 117px;
        margin-right: -30px
    }

    .section-hero__content {
        justify-content: space-around
    }
}

@media screen and (min-width:1401px) and (max-width:1439px) {
    .section-benefit__desc {
        max-width: 960px;
        margin-right: auto;
        margin-left: auto
    }
}

@media screen and (min-width:738px) and (max-width:1439px) {
    .sl__desk {
        display: none
    }

    .section-comment__desc.mobile {
        display: block
    }

    .section-slide__btn {
        left: 50%;
        transform: translateX(-50%);
        bottom: 4%
    }

    .swiper-container-1 {
        width: 455px;
        left: 50%;
        transform: translateX(-50%);
        top: 50px
    }

    .section-benefit__content {
        padding-bottom: 40px
    }

    .comment {
        margin-top: 110px;
        padding: 85px 35px 22px
    }

    .section-comment__quotes {
        top: 19px
    }

    .section-comment__title {
        position: absolute;
        top: 49px;
        left: 42%;
        transform: translateX(-50%);
        margin-right: auto;
        margin-left: auto;
        padding-left: 5px;
        padding-right: 5px;
        background: rgba(233, 225, 225, .85)
    }

    .section-comment__text {
        font-size: 16px;
        line-height: 22px
    }
}

@media screen and (min-width:320px) and (max-width:1439px) {

    .section-benefit__img,
    .section-expert__img,
    .section-reason__img,
    .section-think__img,
    .section-why__img {
        max-width: 500px;
        display: block;
        margin-right: auto !important;
        margin-left: auto !important
    }

    .section-reason__figure {
        margin-right: auto;
        margin-left: auto
    }
}

@media (max-width:737px) {
    .section-comment__desc {
        display: block;
        text-align: center;
        margin-right: auto;
        margin-left: auto
    }

    .section-info__btn {
        max-width: 300px;
        margin-right: auto;
        margin-left: auto
    }

    .header__navigation {
        margin-right: 30px
    }

    h2 {
        text-align: center !important
    }

    .section-comment__title {
        margin-right: 0
    }

    .section-comment__content {
        max-width: 500px
    }

    .hidden-desk {
        display: block !important;
        margin-bottom: -55px;
        max-width: 220px
    }

    .section-order__picture {
        position: static
    }

    .hidden-block,
    .section-order__img {
        display: none
    }

    .section-order__product {
        margin-bottom: 20px
    }

    h3 {
        text-align: center
    }
}

@media screen and (min-width:405px) and (max-width:737px) {
    .section-hero__desc {
        display: flex !important;
        flex-direction: column !important;
        align-items: center !important;
        margin-top: 30px;
        padding-top: 30px
    }

    .section-hero__title {
        text-align: center
    }
}

body,
html {
    overflow-x: hidden
}

@media (min-width:1000px) {
    .section-order__old-price {
        font-size: 22px;
    }
}

@media (max-width:1000px) {

    .comebacker,
    .ever-popup__inner {
        max-width: 300px
    }

    .comebacker__photo {
        display: none !important
    }

    .comebacker__content {
        padding: 30px 20px;
        justify-content: center
    }

    .comebacker {
        width: 300px !important
    }
}

@media screen and (max-width:793px) {
    .section-hero__desc {
        padding-top: 20px
    }

    .section-hero {
        background: linear-gradient(to top, #ece2dc, #ece2dc) no-repeat;
        background-size: auto 100%
    }
}

@media screen and (min-width:738px) and (max-width:793px) {
    .section-hero__buy {
        margin-bottom: 25px
    }
}

@media screen and (min-width:405px) and (max-width:767px) {
    .section-hero {
        padding-bottom: 30px
    }

    .section-think__container {
        padding-top: 0
    }
}

@media screen and (max-width:404px) {
    .section-hero__sale {
        left: 3px;
        top: -19px
    }

    .section-hero__title,
    .title {
        text-align: center
    }

    .section-comment__desc,
    .section-why__top {
        justify-content: center;
        text-align: center
    }

    .section-comment__desc {
        flex-direction: row;
        margin-right: 0
    }

    .section-comment__title {
        margin-right: 0
    }

    .header__navigation {
        margin-right: 25px
    }

    .section-info__content {
        padding-bottom: 0
    }

    .section-hero__subtitle {
        margin-top: 25px
    }

    .section-hero__list {
        margin-bottom: 25px
    }

    .section-slide__text,
    .section-slide__title {
        padding-right: 10px;
        padding-left: 10px
    }
}

.section-order__price-popup {
    display: flex;
    align-items: flex-start
}

.section-order__new-price-popup {
    margin-right: 20px
}

.footer-text {
    font-size: 18px;
    text-align: center;
    color: #333
}