body {
    margin: 0;
    padding: 0;
    font-family: 'Montserrat', sans-serif;
    background: #f7f7ef;
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    outline: none !important;
}

ul {
    list-style: none;
    padding-left: 0;
    margin: 0;
}

.wrapper {
    overflow: hidden;
}

p {
    margin: 0;
}

@font-face {
    font-family: 'VollkornRegular';
    src: url('../fonts/Vollkorn-Regular.eot');
    src: url('../fonts/Vollkorn-Regular.eot#iefix') format('embedded-opentype'),
        url('../fonts/Vollkorn-Regular.woff2') format('woff2'),
        url('../fonts/Vollkorn-Regular.woff') format('woff'),
        url('../fonts/Vollkorn-Regular.ttf') format('truetype'),
        url('../images/Vollkorn-Regular.svg#Vollkorn-Regular') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'VollkornBold';
    src: url('../fonts/Vollkorn-Bold.eot');
    src: url('../fonts/Vollkorn-Bold.eot#iefix') format('embedded-opentype'),
        url('../fonts/Vollkorn-Bold.woff2') format('woff2'),
        url('../fonts/Vollkorn-Bold.woff') format('woff'),
        url('../fonts/Vollkorn-Bold.ttf') format('truetype'),
        url('../images/Vollkorn-Bold.svg#Vollkorn-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.clearfix:after {
    content: "";
    display: table;
    clear: both;
}

.container {
    max-width: 1133px;
    margin: auto;
    padding: 0 15px;
}

.header {
    position: relative;
    background: url(../images/header_bg.png) no-repeat center;
    background-size: 100% 100%;
    padding-bottom: 40px;
    padding-top: 100px;
    margin-bottom: 110px;
}

.header-product {
    position: relative;
    float: left;
    width: 490px;
}

.header .container {
    overflow: hidden;
}

.header-product:before {
    position: absolute;
    content: "";
    display: block;
    width: 350px;
    height: 330px;
    background: url(../images/before-product.png) no-repeat center;
    left: 25px;
    bottom: 3px;
    z-index: 1;
}

.header-product img {
    display: block;
    margin: auto;
    position: relative;
    z-index: 999999;
    /* padding-left: 90px; */
    /* height: 480px;
    bottom: -120px; */
}

.logo {
    font-family: 'VollkornBold';
    font-size: 84px;
    /*line-height: 20px;*/
    /*margin-bottom: 30px;*/
    background: -webkit-gradient(linear, left top, left bottom, from(#7da213), to(#426a1d));
    background: linear-gradient(#7da213, #426a1d);
    /* подробнее про градиенты */
    -webkit-background-clip: text;
    /* подробнее про background-clip */
    color: transparent;
}

.header-text {
    float: left;
    max-width: 560px;
}

.header-text p {
    font-family: 'VollkornRegular';
    color: #222106;
    font-size: 28px;
    margin-bottom: 30px;
    font-weight: 700;
}

.stars-block {
    font-size: 0;
    text-align: left;
    margin-bottom: 25px;
}

.stars-block img,
.stars-block span {
    display: inline-block;
    vertical-align: middle;
}

.stars-block img {
    margin-right: 20px;
}

.stars-block span {
    font-weight: 500;
    font-size: 13px;
}

.button {
    font-size: 24px;
    line-height: 24px;
    color: #222106;
    max-width: 205px;
    width: 100%;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#fff7a4+0,fdc30e+51,f6940b+100 */
    background: #fff7a4;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#fff7a4), color-stop(51%, #fdc30e), to(#f6940b));
    background: linear-gradient(to bottom, #fff7a4 0%, #fdc30e 51%, #f6940b 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#fff7a4', endColorstr='#f6940b', GradientType=0);
    /* IE6-9 */
    padding: 17px 5px;
    font-family: 'VollkornRegular';
    font-weight: 700;
    border: 1px solid #e6c907;
    border-radius: 35px;
    cursor: pointer;
    text-shadow: 0px 0px 6px rgba(255, 255, 255, 0.7);
    text-align: center;
    -webkit-box-shadow: 0px 5px 1px 0px rgba(198, 101, 29, 1), 0px 13px 16px -5px rgba(198, 101, 29, 1);
    box-shadow: 0px 5px 1px 0px rgba(198, 101, 29, 1), 0px 13px 16px -5px rgba(198, 101, 29, 1);
    -webkit-transition: 0.5s;
    transition: 0.5s;
}

.button:hover {
    opacity: 0.8;
}

.header .button-block {
    font-size: 0;
    text-align: left;
}

.header .button {
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
}

.header .price {
    display: inline-block;
    vertical-align: middle;
}

.price span {
    display: block;
}

.price .old-price,
.price_mobile .old-price {
    color: #e6f99d;
    font-weight: 300;
    font-size: 16px;
    text-decoration: line-through;
}

.price .new-price,
.price_mobile .new-price {
    font-size: 28px;
    color: #fff;
    font-weight: 700;
}

.price .new-price span,
.price_mobile .new-price span {
    font-size: 16px;
    display: inline;
}

.screen_2 {
    margin-bottom: 120px;
}

.screen_2-list {
    font-size: 0;
    text-align: center;
}

.screen_2 .item {
    background: #fff;
    max-width: 265px;
    min-height: 265px;
    width: 100%;
    /* height: 240px; */
    /* height: 100%; */
    padding-top: 30px;
    text-align: center;
    height: auto;
    padding-bottom: 20px;
    padding-left: 25px;
    padding-right: 25px;
    display: inline-block;
    vertical-align: top;
    margin-right: 14px;
    -webkit-box-shadow: 0 0 10px 5px rgba(236, 240, 219, 1);
            box-shadow: 0 0 10px 5px rgba(236, 240, 219, 1);
}

.screen_2 .item:nth-child(4),
.screen_2 .item:nth-child(8) {
    margin-right: 0;
}

.screen_2 .item:nth-child(1),
.screen_2 .item:nth-child(2),
.screen_2 .item:nth-child(3),
.screen_2 .item:nth-child(4) {
    margin-bottom: 15px;
}

.screen_2 .item:nth-child(3) img {
    margin-bottom: 43px;
}

.screen_2 .item img {
    display: block;
    margin: auto;
    margin-bottom: 20px;
    max-height: 85px;
}

.screen_2 .item p {
    font-size: 14px;
    line-height: 26px;
    font-weight: 500;
    text-transform: lowercase;
}

.form {
    position: relative;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#2e3819+0,4a542b+51,d4da72+100 */
    background: #2e3819;
    /* Old browsers */
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, right top, from(#2e3819), color-stop(51%, #4a542b), to(#d4da72));
    background: linear-gradient(to right, #2e3819 0%, #4a542b 51%, #d4da72 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#2e3819', endColorstr='#d4da72', GradientType=1);
    /* IE6-9 */
    max-width: 460px;
    padding-top: 52px;
    padding-left: 45px;
    padding-right: 45px;
    padding-bottom: 52px;
}

.form-title {
    font-family: 'VollkornBold';
    color: #fff;
    font-size: 35px;
    margin-bottom: 35px;
    text-align: center;
}

input[type="text"]::-webkit-input-placeholder {
    color: #000;
}

input[type="text"]:-ms-input-placeholder {
    color: #000;
}

input[type="text"]::-ms-input-placeholder {
    color: #000;
}

input[type="text"]::-moz-placeholder {
    color: #000;
}

input[type="text"]::placeholder {
    color: #000;
}

.field {
    max-width: 345px;
    font-size: 18px;
    width: 100%;
    height: 40px;
    display: block;
    margin: auto;
    margin-bottom: 20px;
    padding-left: 20px;
    border-radius: 4px;
    border: none;
    -webkit-box-shadow: 0 3px 3px #d4d7cc inset;
            box-shadow: 0 3px 3px #d4d7cc inset;
}

.field-phone {
    margin-bottom: 0;
}

.field.sel {
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
    -ms-appearance: none;
    appearance: none !important;
    background: #fff url(../images/select.png) no-repeat 95%;
}

.form .bottom {
    margin-top: 35px;
    font-size: 0;
    padding-left: 7px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.bottom-left {
    max-width: 210px;
    width: 100%;
    margin-right: 15px;
}

.bottom-left,
.bottom-right {
    display: inline-block;
    vertical-align: middle;
}

.sell-out {
    position: absolute;
    right: -4px;
    bottom: 147px;
    font-size: 18px;
    font-weight: 700;
    /*background: #be4c4c;*/
    color: #fff;
    text-transform: lowercase;
    padding: 3px 15px;
    text-align: center;
    padding-left: 20px;
    background: url(../images/flag.png) no-repeat center;
}


/*.sell-out:before {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    content: "";
    width: 0;
    height: 0;
    border-top: 15px solid transparent;
    border-left: 11px solid #96a739;
    border-bottom: 15px solid transparent;
}*/

.form-block {
    position: relative;
    float: left;
}

.form-block:after {
    position: absolute;
    content: "";
    display: block;
    width: 200px;
    height: 513px;
    background: url(../images/flowers.png) no-repeat center;
    right: -230px;
    margin: auto;
    bottom: -35px;
    z-index: 1;
}

.screen-form__product {
    position: relative;
    float: right;
    width: 45%;
}

.screen-form__product:before {
    position: absolute;
    content: "";
    display: block;
    width: 517px;
    height: 521px;
    background: url(../images/leaf.png) no-repeat center;
    left: 0;
    right: 0;
    margin: auto;
    top: -20px;
    z-index: 1;
}

.screen-form__product:after {
    position: absolute;
    content: "";
    display: block;
    width: 335px;
    height: 331px;
    background: url(../images/chamomile.png) no-repeat center;
    right: -50px;
    margin: auto;
    bottom: -140px;
    z-index: 1;
}

.screen-form__product img {
    position: relative;
    z-index: 99999;
    display: block;
    margin: auto;
    -webkit-transform: rotate(11deg);
    transform: rotate(11deg);
    padding-top: 40px;
    height: 440px;
    margin-left: 100px;
}

.screen-form {
    margin-bottom: 50px;
}

.screen_4 .right {
    float: right;
    max-width: 665px;
}

.screen_4 .right .title {
    text-align: left;
    margin-bottom: 15px;
    color: #3f681d;
}

.screen_4 .right p {
    font-size: 22px;
    font-weight: 500;
    line-height: 36px;
    margin-bottom: 40px;
}

.screen_4 {
    position: relative;
    background: url(../images/screen-bg_11.png) no-repeat center;
    background-size: cover;
    padding-top: 100px;
    min-height: 805px;
}


/*.screen_4:before {
    position: absolute;
    content: "";
    display: block;

}*/

.screen_4 .right ul {
    max-width: 600px;
}

.screen_4 .right ul li {
    position: relative;
    font-size: 15px;
    line-height: 25px;
    margin-bottom: 25px;
    padding-left: 30px;
    font-weight: 500;
}

.screen_4 .right ul li:before {
    position: absolute;
    content: "";
    display: block;
    background: url(../images/check.png) no-repeat center;
    width: 10px;
    height: 9px;
    left: 0;
    top: 4px;
}

.title {
    font-family: 'VollkornBold';
    color: #5d7f37;
    font-size: 60px;
    line-height: 60px;
    text-align: center;
}

.screen_5 {
    /*margin-top: 65px;*/
    margin-bottom: 90px;
}

.screen_5 .title {
    text-align: center;
    max-width: 780px;
    margin: auto;
    margin-bottom: 35px;
}

.screen_5 .line {
    font-size: 0;
    text-align: center;
}

.screen_5 .line .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 30%;
}

.screen_5 .line .item .image {
    position: relative;
}

.screen_5 .line .item .image:after {
    position: absolute;
    display: block;
    content: "";
    right: 75px;
    bottom: 35px;
    width: 36px;
    height: 34px;
    background: url(../images/attention.png) no-repeat center;
}

.screen_5 .line .item img {
    display: block;
    margin: auto;
    /*margin-bottom: 15px;*/
}

.screen_5 .line .item p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    font-weight: 500;
    max-width: 250px;
    display: block;
    margin: auto;
}

.screen_5 .line:first-child {
    margin-bottom: 35px;
}

.screen_6 {
    background: url(../images/screen-bg_1.png) no-repeat center;
    padding-bottom: 50px;
    background-size: 100% 100%;
    margin-bottom: 100px;
}

.screen_6 .title {
    margin-bottom: 40px;
}

.screen_6 p {
    font-size: 22px;
    line-height: 36px;
    text-align: center;
    font-weight: 500;
    margin-bottom: 40px;
}

.screen_6 .left {
    float: left;
}

.screen_6 .right {
    max-width: 665px;
    float: right;
}

.screen_6 .right ul li {
    position: relative;
    font-size: 16px;
    margin-bottom: 15px;
    font-weight: 500;
    padding-left: 30px;
}

.second-title {
    font-size: 22px;
    margin-top: 35px;
    text-align: left;
    font-weight: 500;
    margin-bottom: 20px;
}

.screen_6 .right ul li:last-child {
    margin-bottom: 0;
}

.screen_6 .right ul li:before {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/cross.png) no-repeat center;
    width: 17px;
    height: 17px;
    left: 0;
    top: 2px;
}

.screen_6 .right ul {
    /*margin-bottom: 40px;*/
}

.prevention-block {
    font-size: 0;
    text-align: left;
}

.prevention-block .item {
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 165px;
}

.prevention-block .item:last-child {
    width: 240px;
}

.prevention-block .item .image-wrap {
    position: relative;
}

.prevention-block .item .image-wrap:before {
    position: absolute;
    display: block;
    content: "";
    background: url(../images/product_2.png) no-repeat center;
    width: 189px;
    height: 413px;
    left: 0;
    right: 0;
    margin: auto;
    top: -125px;
    background-size: 67px;
}

.prevention-block .item img {
    display: block;
    margin: auto;
    margin-bottom: 10px;
}

.prevention-block .item p {
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    font-weight: 500;
}

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

.custom-spoiler {
    background: rgb(175, 175, 175);
    margin-top: 50px;
    padding: 10px;
    border: 1px;
    -webkit-box-shadow: inset 0 0 10px #000;
            box-shadow: inset 0 0 10px #000;
    -moz-box-shadow: inset 0 0 10px #000;
}

.spoiler-item {
    margin-bottom: 20px;
    border: 1px solid #688845;
    padding-left: 25px;
    padding-top: 25px;
    padding-bottom: 25px;
    padding-right: 25px;
    cursor: pointer;
}

.spoiler-item--active {
    background: #e7ede9;
}

.spoiler-trigger {
    color: #327ab2;
    text-decoration: none;
    background: url(../images/plus.png) no-repeat 100% 50%;
    font-size: 16px;
    width: 100%;
    display: inline-block;
    padding: 5px 0;
}

.spoiler-item--active .spoiler-trigger {
    background: url(../images/minus.png) no-repeat 100% 50%;
}

.spoiler-trigger>span {
    display: inline-block;
    position: relative;
    font-family: 'VollkornBold';
    color: #5d7f37;
    font-size: 24px;
    /*border-bottom: 1px dashed #0b70db;*/
    /*padding:0 3px;*/
    /*margin-bottom: 20px;*/
}


/*.spoiler-trigger>span:before {
    content: "";
    position: absolute;
    display: block;
    width: 100%;
    left: 0;
    right: 0;
    height: 2px;
    margin: auto;
    background: #327ab2;
    bottom: 0;
}*/

.spoiler-trigger.active span:before {
    display: none;
}

.spoiler-trigger:hover>span {
    /*border-bottom-style: solid;*/
}

.spoiler-block {
    display: none;
    font-size: 16px;
    line-height: 30px;
    margin-top: 10px;
    max-width: 965px;
}


/* .spoiler-item--active .spoiler-block {
    display: block;
} */

.screen_7 {
    margin-bottom: 100px;
}

.reviews-block .inner {
    font-size: 0;
    text-align: center;
}

.comment-item {
    background: #fff;
    max-width: 260px;
    display: inline-block;
    vertical-align: top;
    padding-top: 30px;
    padding-left: 16px;
    padding-right: 16px;
    padding-bottom: 30px;
    margin-right: 18px;
    position: relative;
}

.comment-item:last-child {
    margin-right: 0;
}

.comment-item .name {
    font-size: 14px;
    color: #4c4c4c;
    margin-right: 15px;
}

.comment-item p {
    font-size: 14px;
    line-height: 26px;
    color: #151514;
    font-weight: 500;
    text-align: left;
}

.reviews-block .title {
    margin-bottom: 40px;
}

.reviews-block .right .line .text {
    display: block;
    font-size: 15px;
    font-weight: 700;
    color: #4c4c4c;
    text-align: left;
}

.reviews-block .right .line {
    font-size: 0;
}

.comment-item--top {
    font-size: 0;
    margin-bottom: 20px;
    text-align: left;
}

.reviews-block .left,
.reviews-block .right {
    display: inline-block;
    vertical-align: top;
    max-width: 166px;
}

.reviews-block .left {
    margin-right: 10px;
}

.reviews-block .right .line .name,
.reviews-block .right .line img {
    display: inline-block;
    vertical-align: middle;
}

.reviews-block .right .line:nth-child(1) {
    margin-bottom: 10px;
}

.report-line {
    color: #a1a1a1;
    margin-top: 25px;
    text-align: left;
}

.report-line span {
    display: inline-block;
    position: relative;
    margin-right: 20px;
    font-size: 12px;
}

.report-line span:nth-child(1):before {
    position: absolute;
    display: block;
    content: "";
    right: -12px;
    top: 0;
    background: #a1a1a1;
    width: 1px;
    height: 12px;
    /* height: 100%; */
}

.reviews-block .button {
    display: block;
    margin: auto;
    margin-top: 40px;
}

.reviews-block {
    padding-bottom: 25px;
}

.footer {
    background: #556444;
    padding: 35px 0;
    text-align: center;
    font-size: 16px;
    color: #f7f7ef;
}

.mobile,
.price_mobile,
.slider {
    display: none;
}

@media screen and (max-width: 1134px) {
    .header-text {
        max-width: 490px;
    }
    .screen_2 .item:nth-child(4),
    .screen_2 .item:nth-child(8) {
        margin-right: 14px;
    }
    .form-block:after {
        display: none;
    }
    .reviews-block .left,
    .reviews-block .right {
        max-width: none;
    }
    .screen_2 .item:nth-child(3),
    .screen_2 .item:nth-child(6) {
        margin-right: 0;
    }
    .spoiler-trigger>span {
        font-size: 23px;
        padding-right: 35px;
    }
    .comment-item {
        max-width: 280px;
    }
    .comment-item:nth-child(3) {
        margin-right: 0;
    }
    .comment-item:last-child {
        margin-top: 18px;
    }
}

@media screen and (max-width: 1023px) {
    .header-text {
        max-width: 100%;
        width: 50%;
    }
    .header-product {
        float: left;
        width: 50%;
    }
    .logo {
        font-size: 55px;
    }
    .screen_2 .item {
        margin-bottom: 15px;
        max-width: 100%;
        width: 45%;
    }
    .screen_2 .item:nth-child(4),
    .screen_2 .item:nth-child(8) {
        margin-right: 0;
    }
    .screen_2 .item:nth-child(1),
    .screen_2 .item:nth-child(2),
    .screen_2 .item:nth-child(3),
    .screen_2 .item:nth-child(4) {
        margin-right: 0;
    }
    .screen_2 .item:nth-of-type(odd) {
        margin-right: 15px;
    }
    .form {
        max-width: 440px;
        width: 100%;
        margin-right: 0;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .sell-out {
        display: none;
    }
    .screen-form__product {
        float: right;
        width: 50%;
    }
    .form-block {
        width: 50%;
    }
    .screen-form__product:after {
        display: none;
    }
    .screen-form__product img {
        margin-left: auto;
    }
    .screen-form__product:before {
        /*left: -80px;*/
    }
    .header {
        margin-bottom: 55px;
    }
    .screen_2 {
        margin-bottom: 55px;
    }
    .screen_4 {
        background: #d2dfe1;
        padding-top: 55px;
        padding-bottom: 55px;
        min-height: auto;
    }
    .screen_4 img {
        display: block;
        margin: 35px auto;
    }
    /* .header-product:before {
        left: -75px;
        bottom: 10px;
    } */
    .mobile {
        display: block;
    }
    .header .mobile,
    .screen_6 .doctor-mobile {
        display: none;
    }
    .screen_4 .right {
        max-width: 100%;
        float: none;
    }
    .screen_4 .right .title,
    .screen_4 .right p {
        text-align: center;
    }
    .screen_4 .right ul {
        display: block;
        margin: auto;
    }
    .screen-form {
        margin-bottom: 0;
        padding-bottom: 65px;
    }
    .screen_2 .item {
        min-height: 250px
    }
    .screen_5 {
        padding-top: 65px;
        padding-bottom: 0;
        /*padding-bottom: 65px;*/
        margin-bottom: 65px;
    }
    .screen_6 .left {
        float: none;
    }
    .screen_6 .left img {
        display: block;
        margin: auto;
    }
    .screen_6 .right {
        max-width: 600px;
        float: none;
        margin: auto;
    }
    .screen_6 {
        background: #d2dfe1;
        padding-top: 55px;
        padding-bottom: 55px;
        margin-bottom: 0;
    }
    .comment-item {
        width: 100%;
        max-width: 55%;
        margin-right: auto;
        margin-left: auto;
        margin-bottom: 20px;
    }
    .comment-item:nth-child(even) {
        margin-right: 0;
    }
    .comment-item:nth-child(2),
    .comment-item:nth-child(2) {
        margin-bottom: 25px;
    }
    .screen_7 {
        padding-top: 55px;
        padding-bottom: 55px;
        margin-bottom: 0;
    }
    .screen_5 .title {
        max-width: 100%;
    }
    .screen_5 .line .item img {
        width: 200px;
    }
    .screen_5 .line .item .image:after {
        right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .container {
        max-width: 320px;
        padding: 0 10px;
    }
    .header-product {
        display: none;
    }
    .header {
        padding-top: 15px;
        padding-bottom: 35px;
        background-size: 100% 100%;
        background: url(../images/header_bg_mobile.jpg) no-repeat center;
        margin-bottom: 70px;
    }
    .header .container {
        overflow: visible;
    }
    .header-text {
        width: 100%;
    }
    .logo {
        font-size: 45px;
        margin-bottom: 10px;
        text-align: center;
    }
    .header-text p {
        font-size: 20px;
        margin-bottom: 20px;
    }
    .header .button-block {
        font-size: 0;
        text-align: center;
    }
    .header .button-block .left {
        position: relative;
        display: inline-block;
        vertical-align: middle;
        width: 35%;
    }
    .header .button-block .left:before {
        position: absolute;
        content: "";
        display: block;
        width: 350px;
        height: 250px;
        background: url(../images/before-product.png) no-repeat center;
        left: -154px;
        bottom: -65px;
        z-index: 1;
        background-size: 150px;
    }
    .header .button-block .right {
        display: inline-block;
        vertical-align: middle;
        width: 65%;
    }
    .header .button-block img {
        height: 235px;
        position: relative;
        z-index: 99999;
        left: -15px;
        height: 160px;
        /* bottom: -35px; */
    }
    .header .price {
        display: block;
    }
    .header .button {
        display: block;
    }
    .web {
        display: none;
    }
    .header .price.web {
        display: none;
    }
    .price_mobile span {
        display: inline;
    }
    .header .price_mobile {
        margin-bottom: 20px;
    }
    .price_mobile .old-price {
        margin-right: 10px;
    }
    .stars-block img {
        margin-right: 5px;
    }
    .stars-block {
        text-align: center;
    }
    .header-text p {
        text-align: center;
    }
    .stars-block {
        margin-bottom: 20px;
    }
    .screen_2 .item p {
        float: left;
        text-align: left;
        max-width: 75%;
        padding-left: 15px;
        line-height: 24px;
    }
    .screen_2 .item {
        margin-right: 0 !important;
        padding-top: 30px;
        padding-bottom: 30px;
        padding-left: 20px;
        padding-right: 10px;
        height: auto !important;
        min-height: auto;
        max-width: 100%;
        width: 100%;
        -webkit-box-shadow: 0 0px 15px 5px rgba(239, 242, 225, 1);
                box-shadow: 0 0px 15px 5px rgba(239, 242, 225, 1);
        margin-bottom: 20px !important;
    }
    .screen_2 .item img {
        max-height: 100%;
        width: 60px;
        margin-bottom: 0;
        float: left;
    }
    .screen_2 .item:nth-child(3) img {
        height: 40px;
        width: 40px;
    }
    .screen_2 .item:nth-child(6) img {
        height: 45px;
        width: 45px;
    }
    .screen_2 .item:nth-child(4) img {
        width: 50px;
        height: 50px;
    }
    .form-block,
    .screen-form__product {
        width: 100%;
        float: none;
    }
    .screen_2 {
        margin-bottom: 40px;
    }
    .screen-form__product img {
        height: 200px;
    }
    .screen-form__product {
        margin-bottom: 60px;
    }
    .screen-form__product:before {
        left: 0;
        top: auto;
        background-size: 230px;
        width: 230px;
        right: -45px;
        height: 245px;
    }
    .screen-form__product:after {
        display: block;
        background-size: 150px;
        height: 150px;
        width: 150px;
        bottom: -70px;
        right: 0px;
    }
    .screen-form .container {
        position: relative;
    }
    .screen-form .container:after {
        position: absolute;
        content: "";
        display: block;
        width: 105px;
        height: 250px;
        background: url(../images/flowers.png) no-repeat center;
        left: 0;
        margin: auto;
        top: -20px;
        z-index: 1;
        background-size: 95px;
    }
    .form-title {
        font-size: 25px;
        line-height: 30px;
        margin-bottom: 20px;
    }
    .price_mobile {
        display: block;
    }
    .form .bottom {
        margin-top: 30px;
        padding-left: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
    }
    .form .bottom .price_mobile {
        text-align: center;
        margin-bottom: 20px;
    }
    .bottom-left {
        display: block;
        width: 100%;
        margin-right: 0;
        text-align: center;
    }
    .sell-out {
        display: block;
        bottom: 145px;
        right: -1px;
    }
    .form {
        padding-bottom: 35px;
    }
    .screen_4 .right .title {
        font-size: 46px;
        line-height: 50px;
    }
    .screen_4 .right p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 0px;
    }
    .screen_4 img {
        margin: 25px auto;
    }
    .screen_4 .right ul li {
        font-size: 14px;
        line-height: 25px;
        margin-bottom: 25px;
    }
    .screen_4 .right ul li:before {
        left: 5px;
        top: 7px;
    }
    .title {
        font-size: 27px;
        line-height: 30px;
    }
    .screen_5 .inner-wrap {
        display: none;
    }
    .screen_5 .item p {
        text-align: center;
        font-size: 16px;
        line-height: 26px;
        font-weight: 500;
    }
    .screen_5 .item .image {
        position: relative;
    }
    .screen_5 .item .image:after {
        position: absolute;
        display: block;
        content: "";
        right: 60px;
        bottom: 35px;
        width: 36px;
        height: 34px;
        background: url(../images/attention.png) no-repeat center;
    }
    .screen_5 .item img {
        display: block;
        margin: auto;
        margin-bottom: 15px;
    }
    .slick-dots li button:before {
        opacity: 1;
        color: #ff9409;
        top: 0;
        left: 0;
        right: 0;
        margin: auto;
        font-size: 30px;
        line-height: 30px;
    }
    .slick-dots li {
        width: 30px;
        height: 30px;
    }
    .slick-dots {
        bottom: -50px;
    }
    .slick-dots li.slick-active button:before {
        color: #d2dfe1;
        opacity: 1;
    }
    .slick-prev:before {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/arrow-left.png) no-repeat center;
        width: 13px;
        height: 22px;
        opacity: 1;
        /*top: 50%;*/
    }
    .slick-next:before {
        display: block;
        position: absolute;
        content: "";
        background: url(../images/arrow-right.png) no-repeat center;
        width: 13px;
        height: 22px;
        opacity: 1;
        /*top: 50%;*/
    }
    .slick-prev,
    .slick-next {
        top: 35%;
        /*position: relative;*/
        z-index: 99999;
    }
    .slick-prev {
        left: 0;
    }
    .slick-next {
        right: 0;
    }
    .slider {
        display: block;
    }
    .screen_6 {
        background: none;
        /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f7f7ef+0,f4f5ee+39,d2dfe1+77,d2dfe1+100 */
        background: #f7f7ef;
        /* Old browsers */
        /* FF3.6-15 */
        /* Chrome10-25,Safari5.1-6 */
        background: -webkit-gradient(linear, left top, left bottom, from(#f7f7ef), color-stop(39%, #f4f5ee), color-stop(77%, #d2dfe1), to(#d2dfe1));
        background: linear-gradient(to bottom, #f7f7ef 0%, #f4f5ee 39%, #d2dfe1 77%, #d2dfe1 100%);
        /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='#f7f7ef', endColorstr='#d2dfe1', GradientType=0);
        /* IE6-9 */
    }
    .screen_5 {
        margin-bottom: 0;
    }
    .screen_6 .title {
        margin-bottom: 30px;
    }
    .screen_6 p {
        font-size: 18px;
        line-height: 30px;
        margin-bottom: 25px;
    }
    .screen_6 .left {
        display: none;
    }
    .screen_6 .right ul li {
        font-size: 14px;
    }
    .screen_6 .doctor-mobile {
        display: block;
        margin: auto;
        margin-top: 30px;
    }
    .second-title {
        margin-top: 20px;
    }
    .second-title {
        font-family: 'VollkornBold';
        color: #5d7f37;
        text-align: center;
        font-size: 27px;
        line-height: 30px;
    }
    .second-title span {
        display: none;
    }
    .prevention-block .item {
        display: block;
        margin: auto;
    }
    .spoiler-trigger>span {
        font-size: 18px;
        /* max-width: 243px; */
    }
    .spoiler-item {
        padding-left: 10px;
        padding-top: 20px;
        padding-bottom: 20px;
        padding-right: 10px;
    }
    .spoiler-trigger {
        background: url(../images/plus.png) no-repeat 100% 10%;
    }
    .spoiler-item--active .spoiler-trigger {
        background: url(../images/minus.png) no-repeat 100% 10%;
    }
    .spoiler-block {
        font-size: 14px;
        line-height: 26px;
    }
    .reviews-block .title {
        padding-bottom: 0px;
        margin-bottom: 25px;
    }
    .comment-item {
        max-width: 100%;
    }
    .reviews-block .button {
        margin-top: 30px;
    }
    .screen_2 .item:nth-child(3) img {
        margin-bottom: 0;
    }
    .screen_2 .item:nth-child(3) p {
        padding-left: 30px;
    }
    .screen_2 .item:nth-child(6) p {
        padding-left: 30px;
    }
    .screen_2 .item:nth-child(4) p {
        padding-left: 20px;
    }
}

.kargo{
    font-size: 13px;
    color: #e6c907;
}
    