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

body {
    width: 100%;
    overflow-x: hidden;
    font-size: 16px;
    line-height: 23px;
}

.text-usual {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    letter-spacing: 0.04em;
    color: #494949;
}

.text-serif,
.title-usual {
    font-family: "PT Serif", serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #494949;
}

.subtitle-usual {
    font-family: "PT Serif;", serif;
    font-weight: 700;
    letter-spacing: 0.04em;
    color: #fa709a;
}

.text-bold {
    font-weight: 700;
}

.only-768 {
    display: none;
}

.only-1200 {
    display: none;
}

.only-1350 {
    display: none;
}

.only-1920 {
    display: none;
}

.header {
    width: 100%;
    height: 80px;
    background: rgba(212, 255, 217, 0.5);
    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;
}

.order-sec {
    background: -webkit-gradient( linear, left top, left bottom, from(#f1f3f0), to(#fff));
    background: -o-linear-gradient(top, #f1f3f0 0, #fff 100%);
    background: linear-gradient(180deg, #f1f3f0 0, #fff 100%);
}

.order-sec .product-guarantees {
    padding: 0 20px;
}

.order-sec .header-main-image {
    margin: 0;
    position: relative;
    overflow-x: hidden;
}

.order-sec .header-main-image .product-image {
    width: 100%;
    position: relative;
    z-index: 2;
}

.order-sec .header-title {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    color: #494949;
    padding: 50px 20px 0 20px;
}

.order-sec .product-qualities {
    padding: 0 20px;
}

.order-sec .product-quality {
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
    color: #494949;
    margin-bottom: 28px;
    padding: 10px 0 10px 55px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center left;
}

.order-sec .product-guarantees {
    margin: 15px 0 50px 0;
}

.order-sec .product-guarantee {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    background: #fff;
    border: 1px solid #f3f3f3;
    border-radius: 30px;
    margin-bottom: 20px;
    padding: 20px 22px;
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
}

.order-sec .product-guarantee img {
    width: 40px;
}

.order-sec .product-guarantee-text {
    margin-left: 20px;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 25px;
    letter-spacing: 0.04em;
    color: #494949;
}

.order-sec .header-main-form {
    display: block;
    min-width: 320px;
    max-width: 374px;
    width: 100%;
    background: #fff;
    border-radius: 30px;
    -webkit-box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 100px rgba(0, 0, 0, 0.15);
    padding: 0 21px;
    margin: 0 auto 50px auto;
    position: relative;
    z-index: 15;
}

.order-sec .header-main-form.form-top {
    display: none;
}

.order-sec .header-main-form.form-bottom {
    min-width: 320px;
    margin-right: 0;
}

.order-sec .timer {
    background: -o-linear-gradient(318.14deg, #fa709a 0, #fee140 100%);
    background: linear-gradient(131.86deg, #fa709a 0, #fee140 100%);
    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;
    padding: 22px 20px 18px 20px;
    color: #fff;
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
    margin: 0 -21px;
}

.order-sec .timer-text {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    letter-spacing: 0.02em;
    text-align: center;
    margin-bottom: 11px;
    text-transform: uppercase;
}

.order-sec .countdown-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly;
}

.order-sec .timer__wrapp {
    font-family: "Open Sans", sans-serif;
    width: 64px;
    height: 50px;
    background: 0 0;
    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;
}

.order-sec .timer__item {
    font-family: "Open Sans", sans-serif;
    font-size: 30px;
    line-height: 41px;
    font-weight: 700;
    letter-spacing: 0.04em;
}

.order-sec .timer__dots {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 30px;
    line-height: 50px;
    letter-spacing: 0.04em;
    margin: 0 20px;
}

.order-sec .timer__text {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 8px;
    line-height: 11px;
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.order-sec .form-refund {
    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;
    font-family: Roboto, sans-serif;
    font-weight: 700;
    font-size: 14px;
    line-height: 16px;
    letter-spacing: 0.02em;
    background: rgba(251, 118, 150, 0.17);
    color: #fd624e;
    margin: 0 -21px;
}

.order-sec .form-refund img {
    margin-top: 5px;
    margin-right: 5px;
    max-width: 60px;
    max-height: 60px;
}

.order-sec .prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-family: "PT Serif", serif;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    margin: 21px 0;
}

.order-sec .price-digits {
    font-weight: 700;
    font-size: 48px;
    line-height: 50px;
    letter-spacing: 0.04em;
}

.order-sec .old-price {
    color: #9e9e9e;
    position: relative;
}

.order-sec .old-price::after {
    content: "";
    display: block;
    position: absolute;
    width: 95px;
    height: 0px;
    top: 50%;
    left: -5%;
    background-color: #d2d2d2;
    -webkit-transform: rotate(-38deg);
    -ms-transform: rotate(-38deg);
    transform: rotate(-38deg);
}

.order-sec .new-price {
    color: red;
}

.order-sec .price {
    text-align: center;
}

.order-sec .price-title {
    font-weight: 700;
    font-size: 10px;
    line-height: 13px;
    letter-spacing: 0.04em;
    text-transform: uppercase;
}

.order-sec form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

select,
.order-sec form input[type="tel"],
.order-sec form input[type="text"] {
    width: 100%;
    height: 60px;
    margin-bottom: 15px;
    padding: 21px 5px 21px 59px;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 16px;
    line-height: 19px;
    letter-spacing: 0.04em;
    color: #717171;
    background-repeat: no-repeat;
    background-position: 22px center;
}

.country_select {
    /* background-image: url(../images/geo.svg); */
    background-size: 15px;
}

.order-sec form input[type="text"] {
    background-image: url(../images/name.svg);
}

.order-sec form input[type="tel"] {
    background-image: url(../images/phone.svg);
}

.order-sec form input[type="tel"]:focus,
.order-sec form input[type="text"]:focus {
    outline: 0;
    color: #717171;
}

.order-sec form input[type="tel"]::-webkit-input-placeholder,
.order-sec form input[type="text"]::-webkit-input-placeholder {
    color: #717171;
}

.order-sec form input[type="tel"]::-moz-placeholder,
.order-sec form input[type="text"]::-moz-placeholder {
    color: #717171;
}

.order-sec form input[type="tel"]:-ms-input-placeholder,
.order-sec form input[type="text"]:-ms-input-placeholder {
    color: #717171;
}

.order-sec form input[type="tel"]::-ms-input-placeholder,
.order-sec form input[type="text"]::-ms-input-placeholder {
    color: #717171;
}

.order-sec form input[type="tel"]::placeholder,
.order-sec form input[type="text"]::placeholder {
    color: #717171;
}

.order-sec form .checkbox-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 10px 0 0 0;
}

.order-sec form .checkbox-container label {
    font-family: Roboto, sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 12px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    letter-spacing: 0.02em;
    color: #000;
}

.order-sec form .checkbox-container label a {
    color: #000;
    text-decoration: none;
}

.section-order__checkbox {
    position: absolute;
    top: 452px;
    left: 23px;
    opacity: 0;
    z-index: -1;
}

.section-order__checkbox:checked+.section-order__label::before {
    border: 1px solid #f44545;
    background-color: #f44545;
    content: "\2714";
    color: #fff;
    line-height: 15px;
}

.section-order__label::before {
    content: "";
    margin-right: 18px;
    width: 15px;
    height: 15px;
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    text-align: center;
    background-color: #fff;
}

.order-sec form .checkbox-group,
.order-sec form .fake-cb,
.order-sec form .real-cb {
    width: 15px;
    height: 15px;
}

.order-sec form .checkbox-group {
    margin-right: 18px;
    position: relative;
}

.order-sec form .fake-cb {
    border: 1px solid #d2d2d2;
    border-radius: 3px;
    position: absolute;
}

.order-sec form .real-cb {
    visibility: hidden;
}

.order-sec form .fc-checked {
    border: 1px solid #f44545;
    background: #f44545;
}

.order-sec form .fc-checked::before {
    content: "\2714";
    color: #fff;
    position: absolute;
    line-height: 15px;
}

.order-sec form .form-order-btn {
    width: 100%;
    height: 60px;
    background: -webkit-gradient( linear, left top, right top, color-stop(1.77%, #ff6363), to(#c92d2d));
    background: -o-linear-gradient(left, #ff6363 1.77%, #c92d2d 100%);
    background: linear-gradient(90deg, #ff6363 1.77%, #c92d2d 100%);
    border-radius: 30px;
    border: none;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    letter-spacing: 0.02em;
    color: #fff;
    margin: 24px 0 22px 0;
    cursor: pointer;
}

.order-sec form .form-order-btn:hover {
    background: -webkit-gradient( linear, left bottom, left top, from(#ff6363), to(#ff6363));
    background: -o-linear-gradient(bottom, #ff6363, #ff6363);
    background: linear-gradient(0deg, #ff6363, #ff6363);
}

.order-sec form .form-order-btn:active {
    background: #c92d2d;
}

.order-sec .refund2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 50px;
    height: 50px;
    text-align: center;
    letter-spacing: 0.01em;
    color: #494949;
    background: rgba(255, 200, 176, 0.26);
    margin: 0 -21px;
}

.order-sec .safe-delivery {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 16px 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.order-sec .safe-delivery p {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.02em;
    color: red;
    margin-left: 13px;
}

.order-sec .free-delivery {
    margin: 0 -21px;
    background: #f8f8f8;
    padding: 20px 20px 13px 20px;
}

.order-sec .free-delivery .free-delivery-title {
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #343434;
    text-align: center;
}

.order-sec .free-delivery .free-delivery-subtitle {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0.02em;
    color: #343434;
    text-align: center;
}

.order-sec .payment-systems {
    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;
    margin-top: 7px;
}

.order-sec .payment-systems img {
    margin: 0 6px;
    width: 45px;
    height: 30px;
}

.order-sec .security {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 16px 0 20px 0;
}

.order-sec .security img {
    margin: 0 9px;
}

.sec-two {
    padding-top: 50px;
    background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#f0f1ef));
    background: -o-linear-gradient(top, #fff 0, #f0f1ef 100%);
    background: linear-gradient(180deg, #fff 0, #f0f1ef 100%);
    position: relative;
}

.sec-two .leaves-two,
.sec-two .lemon-two {
    position: absolute;
    right: 0;
    z-index: 20;
}

.sec-two .lemon-two {
    max-width: 40px;
    bottom: 225px;
}

.sec-two .leaves-two {
    max-width: 100px;
    bottom: 125px;
}

.sec-two .wrap {
    padding: 0 20px;
}

.sec-two .two-text-upper .title-usual {
    font-size: 30px;
    line-height: 40px;
    margin-bottom: 20px;
}

.sec-two .two-text-upper p {
    font-size: 14px;
    line-height: 20px;
}

.sec-two .two-text-list {
    margin: 40px 0 35px 0;
}

.sec-two .exclamation {
    font-size: 14px;
    line-height: 20px;
    background-image: url(../images/exclamation.png);
    background-repeat: no-repeat;
    background-position: left center;
    margin-bottom: 15px;
    padding: 4px 0 4px 67px;
    min-height: 47px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-two .two-text-lower {
    padding-bottom: 10px;
}

.sec-two .two-text-lower .text-usual {
    margin-bottom: 20px;
    font-size: 14px;
    line-height: 25px;
}

.sec-two .two-image-container {
    position: relative;
    width: 100%;
    overflow-y: hidden;
}

.sec-two .two-image-container .pink-ellipse {
    width: 100%;
    max-width: 375px;
    display: block;
    margin: 0 auto;
}

.sec-two .two-image-container .headache {
    position: absolute;
    top: 30px;
    right: 50%;
    -webkit-transform: translateX(50%);
    -ms-transform: translateX(50%);
    transform: translateX(50%);
}

.sec-three .wrap {
    padding: 0 20px 60px 20px;
}

.sec-three .title-usual {
    padding-top: 50px;
    padding-bottom: 20px;
    font-size: 24px;
    line-height: 30px;
}

.sec-three .text-usual {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 20px;
}

.sec-three .three-text {
    margin-bottom: 44px;
}

.sec-three .three-image-container {
    width: 100%;
    position: relative;
}

.sec-three .three-image-container .beige-ellipse {
    width: 100%;
    max-width: 373px;
    display: block;
    margin: 0 auto;
}

.sec-three .three-image-container .doctor {
    position: absolute;
    top: -20px;
    left: 25%;
    -webkit-transform: translateX(-25%);
    -ms-transform: translateX(-25%);
    transform: translateX(-25%);
    width: 100%;
    max-width: 291px;
}

.sec-four {
    background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#f0f1ef));
    background: -o-linear-gradient(top, #fff 0, #f0f1ef 100%);
    background: linear-gradient(180deg, #fff 0, #f0f1ef 100%);
}

.sec-four .leaves-course-right {
    position: absolute;
    right: 0;
    max-width: 100px;
    -webkit-transform: translateY(250px);
    -ms-transform: translateY(250px);
    transform: translateY(250px);
}

.sec-four .wrap {
    padding: 90px 20px 40px 20px;
}

.sec-four .title-usual {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.sec-four .text-serif {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
}

.sec-four .four-text {
    margin-bottom: 40px;
}

.sec-four .course {
    width: 100%;
    padding: 60px 16px 28px 16px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    margin-bottom: 20px;
}

.sec-four .course .text-serif {
    font-size: 14px;
    line-height: 20px;
    margin: 40px 0 20px 0;
}

.sec-four .course .text-usual {
    font-size: 14px;
    line-height: 25px;
}

.sec-four .course img {
    display: block;
    max-height: 105px;
    margin: 0 auto;
}

.sec-five {
    background: -o-linear-gradient(352.42deg, #d4ffd9 0, #ffefd1 100%);
    background: linear-gradient(97.58deg, #d4ffd9 0, #ffefd1 100%);
    overflow-x: hidden;
}

.sec-five .wrap {
    padding: 0 20px 50px 20px;
}

.sec-five .five-image {
    position: relative;
}

.sec-five .five-image .leaves-five {
    position: absolute;
    z-index: 20;
    width: 200px;
    bottom: -40px;
    left: 0;
}

.sec-five .five-image .lemon-whole {
    position: absolute;
    z-index: 20;
    max-width: 100px;
    right: 0;
    top: 50px;
}

.sec-five .five-image .lemon-half {
    position: absolute;
    z-index: 20;
    max-width: 75px;
    right: 0;
    top: 140px;
}

.sec-five .five-image .bottle {
    position: relative;
    width: 435px;
    padding-top: 53px;
    display: block;
    margin: 0 auto;
    z-index: 15;
    right: -50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.sec-five .five-text {
    margin-top: 70px;
}

.sec-five .five-text .title-usual {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.sec-five .five-text .order-btn {
    margin-top: 20px;
    display: block;
    width: 100%;
    max-width: 410px;
    height: 60px;
    background: -webkit-gradient( linear, left bottom, left top, from(#ff6363), to(#ff6363));
    background: -o-linear-gradient(bottom, #ff6363, #ff6363);
    background: linear-gradient(0deg, #ff6363, #ff6363);
    border-radius: 30px;
    font-family: "PT Serif", serif;
    font-weight: 700;
    font-size: 16px;
    line-height: 21px;
    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;
    letter-spacing: 0.02em;
    color: #fff;
    text-decoration: none;
}

.sec-six .wrap {
    padding: 0 20px;
}

.sec-six .six-text .title-usual {
    margin-top: 50px;
    margin-bottom: 40px;
    font-size: 24px;
    line-height: 30px;
}

.sec-six .six-text .check {
    padding-left: 55px;
    min-height: 47px;
    font-size: 16px;
    line-height: 25px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: center left;
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.sec-six .three-image-container {
    position: relative;
}

.sec-six .three-image-container .beige-ellipse {
    position: absolute;
    display: block;
    width: 100%;
    top: 0;
    right: 0;
}

.sec-six .three-image-container .couple {
    width: 100%;
    max-width: 617px;
    position: relative;
    display: block;
    z-index: 5;
    margin: 40px 0 0 auto;
}

.sec-seven {
    background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#f0f1ef));
    background: -o-linear-gradient(top, #fff 0, #f0f1ef 100%);
    background: linear-gradient(180deg, #fff 0, #f0f1ef 100%);
}

.sec-seven .wrap {
    padding: 50px 0;
}

.sec-seven .title-usual {
    text-align: center;
    font-size: 24px;
    line-height: 30px;
    margin: 0 20px 37px 20px;
}

.sec-seven .subtitle-usual {
    font-size: 16px;
    line-height: 25px;
}

.sec-seven .text-usual {
    font-size: 14px;
    line-height: 25px;
    margin-top: 10px;
}

.sec-seven .ingredient {
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    padding: 36px 17px;
    margin: 0 20px 20px 20px;
}

.sec-seven .ingredient-image {
    width: 100%;
}

.sec-seven .europe-container {
    margin: 0 20px;
}

.sec-seven .europe {
    background: #fff;
    border: 1px solid #f3f3f3;
    -webkit-box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 10px 0 20px rgba(0, 0, 0, 0.1);
    border-radius: 30px;
    width: 100%;
    min-height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    padding: 10px 10%;
}

.sec-seven .europe img {
    width: 40px;
    font-size: 16px;
    line-height: 25px;
    margin-right: 15px;
}

.sec-seven .standard {
    margin-top: 20px;
}

.sec-eight {
    background: #fff;
}

.sec-eight .wrap {
    padding: 90px 20px 40px 20px;
}

.sec-eight .title-usual {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 20px;
}

.sec-eight .text-serif {
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.04em;
}

.sec-eight .eight-text {
    margin-bottom: 40px;
}

.sec-eight .percent {
    width: 100%;
    padding: 60px 16px 28px 16px;
    background: #fff;
    border: 1px solid #d2d2d2;
    border-radius: 30px;
    margin-bottom: 20px;
}

.sec-eight .percent .text-serif {
    font-size: 14px;
    line-height: 20px;
    margin: 40px 0 20px 0;
    text-align: center;
}

.sec-eight .percent .text-usual {
    font-size: 14px;
    line-height: 25px;
}

.sec-eight .percent img {
    display: block;
    width: 100%;
    max-height: 75px;
    margin: 0 auto;
}

.sec-nine {
    background: -webkit-gradient( linear, left top, left bottom, from(#fff), to(#f0f1ef));
    background: -o-linear-gradient(top, #fff 0, #f0f1ef 100%);
    background: linear-gradient(180deg, #fff 0, #f0f1ef 100%);
}

.sec-nine .wrap {
    padding: 50px 0 42px 0;
}

.sec-nine .nine-text {
    margin: 0 20px;
}

.sec-nine .title-usual {
    font-size: 24px;
    line-height: 30px;
    margin-bottom: 40px;
}

.sec-nine .text-serif {
    font-size: 14px;
    line-height: 20px;
    min-height: 47px;
    background-image: url(../images/check.png);
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 55px;
    margin-bottom: 40px;
}

.sec-nine .nine-image {
    padding: 0 20px;
}

.sec-nine .nine-image .nine-image-container {
    position: relative;
    width: 100%;
    max-width: 374px;
    margin: 0 auto;
}

.sec-nine .nine-image .beige-ellipse {
    width: 100%;
    max-width: 374px;
    display: block;
    margin: 0 auto;
}

.sec-nine .nine-image .chemicals {
    position: absolute;
    bottom: 0;
    width: 100%;
    max-width: 230px;
    z-index: 5;
}

.sec-nine .nine-image .micro {
    position: absolute;
    bottom: -20px;
    width: 100%;
    max-width: 190px;
    right: 0;
    z-index: 10;
}

.order-sec.bottom {
    background: #fff;
}

.footer {
    background: #fff;
}

.footer .wrap {
    width: 90%;
    padding: 30px 0;
    margin: 0 auto;
    border-top: 2px solid #d4ffd9;
}

.footer p {
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 25px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #717171;
}

.footer .copyright {
    font-weight: 700;
    margin-top: 30px;
}

@media screen and (min-width: 375px) {
    .sec-nine .nine-image .chemicals {
        max-width: 308px;
    }
    .sec-nine .nine-image .micro {
        max-width: 255px;
    }
}

@media screen and (min-width: 400px) {
    .order-sec .product-guarantees {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .order-sec .product-guarantee {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 47.5%;
        padding: 10px 3px;
    }
    .order-sec .product-guarantee img {
        width: 80px;
        margin-bottom: 10px;
    }
    .order-sec .product-guarantee .product-guarantee-text {
        text-align: center;
        margin: 0;
    }
    .sec-four .wrap {
        padding: 40px 20px 40px 20px;
    }
    .sec-eight .wrap {
        padding: 40px 20px 40px 20px;
    }
}

@media screen and (min-width: 450px) {
    .sec-five .five-image .leaves-five {
        width: 250px;
        bottom: -40px;
        left: 45px;
    }
    .sec-five .five-image .lemon-half {
        max-width: 100px;
        right: 22px;
        top: 170px;
    }
    .sec-five .five-image .lemon-whole {
        max-width: 130px;
        right: 22px;
        top: 50px;
    }
}

@media screen and (min-width: 500px) {
    .sec-two .two-text-upper .image {
        width: 460px;
        margin: 0 auto;
    }
    .sec-three .image {
        margin: 0 auto;
        width: 467px;
    }
    .sec-five .five-image {
        width: 477px;
        margin: 0 auto;
    }
    .sec-five .five-image .bottle {
        width: 100%;
    }
}

@media screen and (min-width: 768px) {
    .only-mobile {
        display: none;
    }
    .only-768 {
        display: block;
    }
    .half-ellipse {
        position: absolute;
        right: 0;
        top: 0;
    }
    .leaves-percent {
        position: absolute;
        right: 0;
        -webkit-transform: translateY(425px);
        -ms-transform: translateY(425px);
        transform: translateY(425px);
    }
    .lemon-leaves {
        position: absolute;
        left: 0;
        max-width: 110px;
        -webkit-transform: translateY(-100px);
        -ms-transform: translateY(-100px);
        transform: translateY(-100px);
    }
    .header {
        display: block;
        position: relative;
        z-index: 5;
    }
    .header .wrap {
        height: 100%;
        padding: 0 5%;
        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;
    }
    .header .order-btn {
        background: #ff6363;
        border-radius: 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;
        font-family: "PT Serif", serif;
        font-weight: 700;
        font-size: 18px;
        letter-spacing: 0.02em;
        color: #fff;
        text-decoration: none;
        padding: 11px 34px;
        width: 344px;
        height: 60px;
    }
    .order-sec .wrap {
        padding: 46px 5% 0 5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .order-sec .header-main-info {
        padding: 0;
        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: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .order-sec .product-guarantees {
        width: 100%;
        margin: 88px 0 15px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0;
        z-index: 15;
    }
    .order-sec .product-guarantee {
        width: 48.5%;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        padding: 0 54px;
        height: 95px;
    }
    .order-sec .product-guarantee img {
        margin-bottom: 0;
        width: 40px;
    }
    .order-sec .product-guarantee .product-guarantee-text {
        margin-top: 0;
        margin-left: 20px;
        text-align: left;
    }
    .order-sec .header-main-form {
        max-width: 344px;
        margin: 0 0 0 20px;
        float: right;
    }
    .order-sec .header-title {
        text-align: left;
        font-size: 45px;
        line-height: 55px;
        padding: 0;
        position: relative;
        z-index: 5;
    }
    .order-sec .image-form-qualities {
        margin-top: 50px;
        position: relative;
    }
    .order-sec .product-qualities {
        margin-right: 20px;
        padding: 0;
    }
    .order-sec .product-quality {
        margin-bottom: 0;
        margin-top: 10px;
        font-size: 16px;
        line-height: 25px;
    }
    .order-sec .header-main-image {
        margin-left: -6%;
        position: absolute;
    }
    .order-sec .header-main-image .product-image {
        width: 770px;
    }
    .order-sec .security {
        padding: 25px 0 36px 0;
    }
    .sec-two {
        overflow-x: visible;
        padding-top: 100px;
    }
    .sec-two .lemon-two {
        max-width: 70px;
        top: 50px;
    }
    .sec-two .leaves-two {
        max-width: 170px;
        top: 40px;
    }
    .sec-two .wrap {
        padding: 0 5%;
    }
    .sec-two .two-text-lower {
        padding-top: 60px;
    }
    .sec-two .two-text-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .sec-two .exclamation {
        width: 48%;
        font-size: 16px;
        line-height: 25px;
    }
    .sec-two .two-text-lower {
        padding-top: 5px;
    }
    .sec-two .two-image-container .headache {
        max-width: 508px;
    }
    .sec-two .two-image-container .pink-ellipse {
        max-width: 705px;
    }
    .sec-two .two-text-upper .title-usual {
        font-size: 45px;
        line-height: 55px;
    }
    .sec-two .two-text-upper p {
        font-size: 16px;
        line-height: 25px;
    }
    .leaves-doctor {
        position: absolute;
        z-index: 20;
        left: -50px;
        -webkit-transform: translateY(-370px);
        -ms-transform: translateY(-370px);
        transform: translateY(-370px);
    }
    .sec-three .wrap {
        padding: 0 5% 60px 5%;
    }
    .sec-three .three-image-container .beige-ellipse {
        max-width: 708px;
    }
    .sec-three .three-image-container .doctor {
        max-width: 524px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
    }
    .sec-three .title-usual {
        padding-top: 60px;
        padding-bottom: 30px;
        font-size: 45px;
        line-height: 55px;
    }
    .sec-four .leaves-course-right {
        max-width: 200px;
        -webkit-transform: translateY(1110px);
        -ms-transform: translateY(1110px);
        transform: translateY(1110px);
    }
    .sec-four .wrap {
        padding: 50px 5% 50px 5%;
    }
    .sec-four .course {
        padding: 60px 91px 75px 91px;
    }
    .sec-four .course .text-serif {
        font-size: 24px;
        line-height: 30px;
        margin: 40px 0 30px 0;
    }
    .sec-four .title-usual {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 40px;
    }
    .sec-four .text-serif {
        font-size: 16px;
        line-height: 25px;
    }
    .sec-four .four-text {
        margin-bottom: 53px;
    }
    .sec-five .wrap {
        padding: 63px 5%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
    .sec-five .five-image,
    .sec-five .five-text {
        width: 50%;
    }
    .sec-five .five-text {
        margin-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;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        position: relative;
        z-index: 30;
    }
    .sec-five .five-text .title-usual {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 30px;
    }
    .sec-five .five-image .bottle {
        width: 503px;
    }
    .sec-five .five-text .order-btn {
        max-width: 370px;
        margin-top: 30px;
    }
    .sec-five .five-image .leaves-five {
        left: 0;
    }
    .sec-five .five-image {
        margin-left: -50px;
    }
    .sec-five .five-image .lemon-half,
    .sec-five .five-image .lemon-whole {
        right: 0;
    }
    .sec-six .wrap {
        padding: 0 5%;
    }
    .sec-six .six-text .title-usual {
        margin-bottom: 50px;
        font-size: 45px;
        line-height: 55px;
    }
    .sec-six .six-text .check {
        min-height: 57px;
    }
    .sec-six .three-image-container .beige-ellipse {
        max-width: 628px;
        right: 50%;
        -webkit-transform: translateX(50%);
        -ms-transform: translateX(50%);
        transform: translateX(50%);
    }
    .sec-six .three-image-container .couple {
        margin: 0 auto;
    }
    .leaves-biggest {
        position: absolute;
        right: 0;
        max-width: 150px;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        z-index: 20;
    }
    .sec-seven .wrap {
        padding: 80px 0 50px 0;
    }
    .sec-seven .ingredient-image {
        max-width: 606px;
        display: block;
        margin: 0 auto;
    }
    .sec-seven .ingredient {
        padding: 36px 33px;
        margin: 0 5% 20px 5%;
    }
    .sec-seven .europe-container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 5%;
    }
    .sec-seven .europe-container .europe {
        height: 70px;
        padding: 0 22px;
        width: 48.5%;
    }
    .sec-seven .europe-container .standard {
        margin-top: 0;
    }
    .sec-seven .title-usual {
        font-size: 45px;
        line-height: 55px;
        margin: 0 5% 50px 5%;
    }
    .sec-eight .wrap {
        padding: 50px 5%;
    }
    .sec-eight .percent {
        padding: 60px 91px;
    }
    .sec-eight .percent .text-serif {
        font-size: 24px;
        line-height: 30px;
        margin: 40px 0 30px 0;
    }
    .sec-eight .title-usual {
        font-size: 45px;
        line-height: 55px;
        margin-bottom: 40px;
    }
    .sec-eight .text-serif {
        font-size: 16px;
        line-height: 25px;
    }
    .sec-eight .eight-text {
        margin-bottom: 53px;
    }
    .sec-nine .nine-text {
        margin: 0 5%;
    }
    .sec-nine .title-usual {
        font-size: 45px;
        line-height: 55px;
    }
    .sec-nine .text-serif {
        font-size: 16px;
        line-height: 25px;
    }
    .sec-nine .nine-image {
        padding: 0 5%;
    }
    .sec-nine .nine-image .nine-image-container {
        max-width: 670px;
    }
    .sec-nine .nine-image .beige-ellipse {
        width: 100%;
        max-width: 637px;
        display: block;
        margin-left: 0;
    }
    .sec-nine .nine-image .chemicals {
        max-width: 536px;
    }
    .sec-nine .nine-image .micro {
        max-width: 443px;
    }
    .footer .wrap {
        padding: 30px 0;
        margin: 0 auto;
    }
}

@media screen and (min-width: 950px) {
    .order-sec .wrap {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .order-sec .image-title {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .order-sec .header-main-image .product-image {
        max-width: 547px;
    }
    .order-sec .header-main-image {
        margin-right: -75px;
    }
}

@media screen and (min-width: 1024px) {
    .header .wrap {
        padding: 0 10%;
    }
    .order-sec .wrap {
        padding: 40px 10% 0 10%;
    }
    .order-sec .header-main-image .product-image {
        max-width: 600px;
    }
    .order-sec .header-title {
        padding-right: 0;
    }
    .sec-two .wrap {
        padding: 0 10%;
    }
    .sec-three .wrap {
        padding: 0 10% 60px 10%;
    }
    .sec-four .wrap {
        padding: 50px 10% 50px 10%;
    }
    .sec-five .five-text .title-usual {
        width: 70%;
    }
    .sec-five .five-image {
        max-width: 503px;
        margin-left: auto;
    }
    .sec-six .wrap {
        padding: 0 10%;
    }
    .sec-seven .ingredient {
        margin: 0 10% 20px 10%;
    }
    .sec-seven .europe-container {
        margin: 0 10%;
    }
    .sec-seven .title-usual {
        margin: 0 10% 50px 10%;
    }
    .sec-eight .wrap {
        padding: 50px 10%;
    }
    .sec-nine .nine-text {
        margin: 0 10%;
    }
    .sec-nine .nine-image {
        padding: 0 10%;
    }
}

@media screen and (min-width: 1200px) {
    .wrap {
        width: 1170px;
        margin: 0 auto;
    }
    .header .wrap {
        padding: 0;
    }
    .header .order-btn {
        width: 370px;
    }
    .leaves-percent {
        display: none;
    }
    .order-sec .wrap {
        padding: 40px 0;
        position: relative;
    }
    .order-sec .header-main-info {
        width: 100%;
        position: relative;
        z-index: 3;
    }
    .order-sec .header-main-image .product-image {
        max-width: 567px;
    }
    .order-sec .product-qualities {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        position: relative;
        z-index: 3;
    }
    .order-sec .product-quality {
        width: 49%;
    }
    .order-sec .header-main-form {
        max-width: 370px;
        -webkit-transform: translateY(-210px);
        -ms-transform: translateY(-210px);
        transform: translateY(-210px);
        margin: 0 0 0 30px;
    }
    .order-sec .product-guarantees {
        margin-top: -80px;
    }
    .order-sec .image-title {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
    .order-sec .header-main-image {
        margin: 0;
        left: 15%;
        -webkit-transform: translateX(-15%);
        -ms-transform: translateX(-15%);
        transform: translateX(-15%);
    }
    .order-sec .header-title {
        font-size: 48px;
        line-height: 55px;
        padding-right: 30px;
        width: 60%;
    }
    .order-sec .product-guarantee {
        width: 270px;
        height: 95px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-bottom: 10px;
        padding: 0 20px;
    }
    .order-sec .product-guarantee-text {
        margin-left: 20px;
        margin-top: 0;
    }
    .sec-two {
        overflow-x: hidden;
        overflow-y: visible;
    }
    .sec-two .lemon-two {
        max-width: 80px;
    }
    .sec-two .leaves-two {
        max-width: 200px;
    }
    .sec-two .wrap {
        padding: 0;
        position: relative;
    }
    .sec-two .two-text {
        width: 65%;
        position: relative;
        z-index: 20;
    }
    .sec-two .two-text-upper .title-usual {
        font-size: 50px;
        line-height: 60px;
        margin-bottom: 40px;
    }
    .sec-two .two-text-lower {
        padding-bottom: 79px;
    }
    .sec-two .two-text-upper p {
        font-size: 16px;
        line-height: 25px;
    }
    .sec-two .two-image {
        position: absolute;
        bottom: 0;
        right: -275px;
    }
    .sec-two .two-text-list {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
    .sec-two .exclamation {
        width: 43%;
        margin-right: 10px;
    }
    .sec-two .two-image-container .pink-ellipse {
        max-width: 786px;
    }
    .sec-two .two-image-container .headache {
        max-width: 566px;
        bottom: 0;
        top: auto;
    }
    .sec-two .two-image-container {
        overflow-y: visible;
    }
    .leaves-doctor {
        left: 0;
        -webkit-transform: translateY(560px);
        -ms-transform: translateY(560px);
        transform: translateY(560px);
    }
    .sec-three {
        overflow-x: hidden;
    }
    .sec-three .wrap {
        padding: 0;
        position: relative;
    }
    .sec-three .three-text {
        position: relative;
        padding: 124px 0 140px 450px;
        z-index: 10;
    }
    .sec-three .image {
        position: absolute;
        width: 469px;
        left: -15px;
        margin: 0;
    }
    .sec-three .title-usual {
        text-align: left;
    }
    .sec-three .three-image {
        position: absolute;
        bottom: 0;
        left: -250px;
    }
    .sec-three .three-image-container .doctor {
        left: 100%;
        -webkit-transform: translateX(-100%);
        -ms-transform: translateX(-100%);
        transform: translateX(-100%);
    }
    .sec-four .leaves-course-right {
        display: none;
    }
    .sec-four .wrap {
        padding: 60px 0 54px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sec-four .wrap>div {
        width: 570px;
        height: 502px;
    }
    .sec-four .course {
        padding: 70px 42px 43px 42px;
    }
    .sec-four .course img {
        max-height: 145px;
    }
    .sec-four .four-text {
        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;
    }
    .sec-four .title-usual {
        font-size: 50px;
        line-height: 60px;
    }
    .lemon-leaves {
        max-width: 140px;
        -webkit-transform: translateY(-120px);
        -ms-transform: translateY(-120px);
        transform: translateY(-120px);
    }
    .sec-five .wrap {
        padding: 60px 0;
    }
    .sec-five .five-text .title-usual {
        font-size: 50px;
        line-height: 60px;
    }
    .sec-five .order-btn {
        max-width: 370px;
    }
    .sec-six {
        overflow-x: hidden;
    }
    .sec-six .wrap {
        padding: 218px 0 178px 0;
        position: relative;
    }
    .sec-six .six-text {
        padding-left: 55%;
    }
    .sec-six .six-text .check {
        margin-bottom: 40px;
    }
    .sec-six .six-text .title-usual {
        margin-top: 0;
        font-size: 50px;
        line-height: 60px;
    }
    .sec-six .six-image {
        position: absolute;
        bottom: 0;
        left: -200px;
    }
    .sec-six .six-image .couple {
        max-width: 825px;
    }
    .sec-six .six-image .beige-ellipse {
        max-width: 839px;
    }
    .sec-seven {
        position: relative;
    }
    .sec-seven .only-1200 {
        display: block;
    }
    .sec-seven .mobile {
        display: none;
    }
    .sec-seven .wrap {
        padding: 80px 0;
        position: relative;
    }
    .sec-seven .lemon-ingr {
        position: absolute;
        left: 0;
        max-width: 150px;
        top: 150px;
    }
    .sec-seven .title-usual {
        margin: 0 10% 100px 10%;
    }
    .sec-seven .ingredient-desktop {
        position: absolute;
    }
    .sec-seven .ingredient-desktop .subtitle-usual {
        font-size: 16px;
        line-height: 25px;
    }
    .sec-seven .ingredient-desktop.left {
        left: 105px;
        text-align: right;
    }
    .sec-seven .ingredient-desktop.right {
        right: 90px;
    }
    .sec-seven .ingredient-desktop.echinacea {
        top: 465px;
    }
    .sec-seven .ingredient-desktop.zink {
        top: 620px;
    }
    .sec-seven .ingredient-desktop.selenium {
        top: 777px;
        left: 130px;
    }
    .sec-seven .ingredient-desktop.vitaminC {
        top: 465px;
        right: 135px;
    }
    .sec-seven .ingredient-desktop.bioflavanoids {
        top: 620px;
    }
    .sec-seven .ingredient-desktop.inulin {
        top: 777px;
    }
    .sec-seven .europe-container {
        margin-top: 40px;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .sec-seven .europe-container .europe {
        max-width: 370px;
    }
    .sec-seven .europe-container .standard {
        margin-left: 30px;
    }
    .leaves-biggest {
        max-width: 190px;
        -webkit-transform: translateY(-240px);
        -ms-transform: translateY(-240px);
        transform: translateY(-240px);
    }
    .sec-eight .wrap {
        padding: 60px 0 54px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .sec-eight .wrap>div {
        width: 570px;
        height: 424px;
    }
    .sec-eight .percent {
        padding: 60px 42px 30px 42px;
    }
    .sec-eight .percent img {
        max-height: 145px;
    }
    .sec-eight .eight-text {
        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;
    }
    .sec-eight .title-usual {
        font-size: 50px;
        line-height: 60px;
    }
    .leaves-mirror {
        display: block;
        position: absolute;
        right: 0;
        -webkit-transform: translateY(-150px);
        -ms-transform: translateY(-150px);
        transform: translateY(-150px);
        max-width: 200px;
    }
    .sec-nine .nine-text {
        padding: 233px 0 180px 55%;
        margin: 0;
    }
    .sec-nine .nine-image,
    .sec-nine .wrap {
        padding: 0;
    }
    .sec-nine .wrap {
        position: relative;
    }
    .sec-nine .nine-image {
        position: absolute;
        bottom: 150px;
        left: -250px;
    }
    .sec-nine .nine-image .nine-image-container {
        max-width: 804px;
    }
    .sec-nine .nine-image .beige-ellipse {
        max-width: 726px;
    }
    .sec-nine .nine-image .chemicals {
        max-width: 607px;
    }
    .sec-nine .nine-image .micro {
        max-width: 503px;
    }
    .order-sec.bottom .product-guarantees {
        margin-top: -115px;
    }
    .order-sec.bottom .wrap {
        padding: 102px 0;
    }
    .order-sec.bottom .wrap .header-main-form {
        margin-top: 117px;
    }
    .order-sec.bottom .wrap {
        padding: 40px 0;
    }
    .footer .wrap {
        width: 1170px;
    }
    .footer .wrap p {
        width: 80%;
        display: block;
        margin-left: auto;
        margin-right: auto;
    }
}

@media screen and (min-width: 1400px) {
    .only-1350 {
        display: block;
    }
    .orange-one {
        position: absolute;
        left: 0;
        top: 1120px;
        max-width: 137px;
        z-index: 20;
    }
    .leaf1 {
        position: absolute;
        left: 0;
        top: 1340px;
        max-width: 70px;
        z-index: 20;
    }
    .leaf2 {
        position: absolute;
        left: 20px;
        top: 1275px;
        max-width: 110px;
        z-index: 20;
    }
    .sec-three .three-container {
        margin-top: 150px;
    }
    .green-ellipse {
        position: absolute;
        z-index: 20;
        right: 0;
    }
    .leaves-course {
        position: absolute;
        z-index: 20;
        right: 0;
        -webkit-transform: translateY(320px);
        -ms-transform: translateY(320px);
        transform: translateY(320px);
    }
    .sec-four {
        overflow-x: hidden;
    }
    .leaves-left {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transform: translateY(-200px);
        -ms-transform: translateY(-200px);
        transform: translateY(-200px);
        max-width: 250px;
    }
    .green-ellipse-orange {
        position: absolute;
        right: 0;
        -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px);
    }
    .orange-mirror {
        position: absolute;
        right: 0;
        max-width: 150px;
    }
    .ellipse-quarter {
        display: block;
        position: absolute;
        left: 0;
        -webkit-transform: translateY(-175px);
        -ms-transform: translateY(-175px);
        transform: translateY(-175px);
        width: 300px;
    }
}

@media screen and (min-width: 1800px) {
    .green-ellipse {
        right: 0;
    }
    .leaves-course {
        right: 0;
        -webkit-transform: translateY(600px);
        -ms-transform: translateY(600px);
        transform: translateY(600px);
    }
}

@media screen and (min-width: 1920px) {
    .orange-one {
        top: 980px;
        max-width: 264px;
    }
    .leaf1 {
        max-width: 150px;
    }
    .leaf2 {
        top: 1230px;
        max-width: 200px;
    }
    .lemon-leaves {
        max-width: 220px;
        -webkit-transform: translateY(-230px);
        -ms-transform: translateY(-230px);
        transform: translateY(-230px);
    }
    .sec-seven .lemon-ingr {
        max-width: 250px;
    }
    .leaves-mirror {
        max-width: 300px;
    }
    .leaves-left {
        -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px);
        max-width: 350px;
    }
    .orange-mirror {
        max-width: 300px;
        -webkit-transform: translateY(-75px);
        -ms-transform: translateY(-75px);
        transform: translateY(-75px);
    }
    .ellipse-quarter {
        -webkit-transform: translateY(-300px);
        -ms-transform: translateY(-300px);
        transform: translateY(-300px);
        width: 450px;
    }
}