a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}
body {
    line-height: 1;
}
ol,
ul {
    list-style-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=);
}
blockquote,
q {
    quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
.slick-slider {
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}
.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0;
}
.slick-list:focus {
    outline: 0;
}
.slick-list.dragging {
    cursor: pointer;
    cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.slick-track {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:after,
.slick-track:before {
    content: "";
    display: table;
}
.slick-track:after {
    clear: both;
}
.slick-loading .slick-track {
    visibility: hidden;
}
.slick-slide {
    float: left;
    height: 100%;
    min-height: 1px;
    display: none;
}
[dir="rtl"] .slick-slide {
    float: right;
}
.slick-slide img {
    display: block;
}
.slick-slide.slick-loading img {
    display: none;
}
.slick-slide.dragging img {
    pointer-events: none;
}
.slick-initialized .slick-slide {
    display: block;
}
.slick-loading .slick-slide {
    visibility: hidden;
}
.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}
@font-face {
    font-family: fico;
    src: url(../fonts/icons/fico.eot);
    src: url(../fonts/icons/fico.eot?#iefix) format("eot"), url(../fonts/icons/fico.woff2) format("woff2"), url(../fonts/icons/fico.woff) format("woff"), url(../fonts/icons/fico.ttf) format("truetype"),
        url(../fonts/icons/fico.svg#fico) format("svg");
}
.fico:before {
    font-family: fico;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-style: normal;
    font-variant: normal;
    font-weight: 400;
    text-decoration: none;
    text-transform: none;
}
.fico-arrow:before {
    content: "\E001";
}
.fico-arrow2:before {
    content: "\E002";
}
.fico-ar_l:before {
    content: "\E003";
}
.fico-ar_r:before {
    content: "\E004";
}
.fico-close:before {
    content: "\E005";
}
.fico-done:before {
    content: "\E006";
}
body {
    font-family: Roboto, sans-serif;
    font-size: 20px;
}
* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.fico {
    display: inline-block;
    font-size: 3rem;
}
.fico::before {
    display: block;
}
.container {
    width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
}
body,
html {
    overflow-x: hidden;
}
.page__hurryup {
    z-index: 800;
    left: 0;
    width: 100%;
}
.page__hurryup_absolute {
    position: absolute;
    top: 10px;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.page__hurryup_fixed {
    position: fixed;
    top: 70px;
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.page__hurryup_absolute.active_a {
    -webkit-transform: translate3d(0, -200%, 0);
    transform: translate3d(0, -200%, 0);
    opacity: 0;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.page__hurryup_fixed.active_f {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    opacity: 1;
    -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: opacity 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, opacity 0.5s;
    transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s;
}
.button {
    text-decoration: none;
    display: block;
    pointer-events: auto;
    cursor: pointer;
    height: 54px;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1;
    text-transform: uppercase;
}
.button__inner {
    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;
    height: 100%;
}
.button_green {
    border: none;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#027721), to(#9cef18));
    background-image: linear-gradient(to top, #027721, #9cef18);
    -webkit-box-shadow: 11px 17px 27px rgba(72, 174, 29, 0.66);
    box-shadow: 11px 17px 27px rgba(72, 174, 29, 0.66);
}
.button_white {
    color: #247818;
    padding: 2px;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#027721), to(#9cef18));
    background-image: linear-gradient(to top, #027721, #9cef18);
    border: none;
}
.button_white .button__inner {
    background-color: #fff;
}
.button_green-red {
    border: none;
    color: #fff;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#027721), to(#9cef18));
    background-image: linear-gradient(to top, #027721, #9cef18);
    -webkit-transition: border 0.5s, border-radius 0.5s;
    transition: border 0.5s, border-radius 0.5s;
}
.button__arrow {
    margin-left: 5px;
    margin-top: -2px;
    padding-left: 5px;
    font-size: 16px;
    width: 25px;
    height: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.button__arrow:before {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -6px;
    font-size: 16px;
    line-height: 0.8;
}
.button__arrow::after {
    content: "";
    display: block;
    width: 0;
    height: 2px;
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.button__arrow_green-red::after,
.button__arrow_green::after {
    background-color: #fff;
}
.button__arrow_white::after {
    background-color: #247818;
}
.button_green:hover {
    -webkit-box-shadow: 15px 24px 51px #48ae1d;
    box-shadow: 15px 24px 51px #48ae1d;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#13c313), to(#9cef18));
    background-image: linear-gradient(to top, #13c313, #9cef18);
}
.button_white:hover {
    -webkit-box-shadow: 0 18px 27px rgba(0, 0, 0, 0.18);
    box-shadow: 0 18px 27px rgba(0, 0, 0, 0.18);
}
.button_green-red:hover {
    -webkit-transition: border 0.5s, border-radius 0.5s;
    transition: border 0.5s, border-radius 0.5s;
    border-radius: 22px;
    border: 2px solid #a92f36;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad1b26), color-stop(49%, #ff6970), to(#ff6970));
    background-image: linear-gradient(to top, #ad1b26 0, #ff6970 49%, #ff6970 100%);
}
.button:hover .button__arrow:after {
    width: 17px;
    -webkit-transition: width 0.5s;
    transition: width 0.5s;
}
.button_green:active {
    -webkit-box-shadow: 0 0 27px #48ae1d;
    box-shadow: 0 0 27px #48ae1d;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #027721), to(#35cd0c));
    background-image: linear-gradient(to top, #027721 0, #35cd0c 100%);
}
.button_white:active {
    background-color: #ebebeb;
}
.button_green-red:active {
    background: #a92f36;
}
.button:focus {
    outline: 0;
}
.header {
    -webkit-transform: translate3d(0, -150%, 0);
    transform: translate3d(0, -150%, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 62px;
    -webkit-box-shadow: 0 3px 32px rgba(0, 0, 0, 0.15);
    box-shadow: 0 3px 32px rgba(0, 0, 0, 0.15);
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 2000;
    overflow: hidden;
}
.header__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.header__nav {
    padding-left: 20px;
}
.header__button {
    width: 178px;
    height: 43px;
    margin-left: auto;
    padding-left: 20px;
}
.header.active {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
.header-menu {
    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-menu__item {
    margin-left: 10px;
    margin-right: 10px;
    border-bottom: 5px solid rgba(255, 255, 255, 0);
}
.header-menu__link {
    text-decoration: none;
    color: #373230;
    font-family: Roboto, sans-serif;
    font-size: 22px;
    font-weight: 400;
    line-height: 1;
    display: block;
    padding: 20px 5px 15px;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.header-menu__link:hover {
    color: #247818;
    -webkit-transition: color 0.5s;
    transition: color 0.5s;
}
.header-menu__item_active {
    border-bottom: 5px solid #247818;
}
.header-menu__item_active .header-menu__link {
    color: #247818;
}
.top-bottom {
    position: relative;
}
.top-bottom__title {
    margin-left: auto;
    text-shadow: 0 0 21px rgba(0, 0, 0, 0.67);
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 51px;
    font-weight: 700;
    line-height: 1.29;
    text-align: right;
}
.top-bottom__content {
    position: relative;
}
.top-bottom__title {
    position: relative;
}
.top-bottom__wrap {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    
}
.bottom__wrap_1{
    margin-top: -232px;
}
@media (max-width: 1199px) {
    .bottom__wrap_1{
        margin-top: 0px;
    }
}
.product-img_bottom {
     position: absolute;
     top: -250px; !important;
 }
.top-bottom__product-img {
    position: absolute;
    left: 171px;
}
.top-bottom__product-info {
    margin-left: 275px;
}
.top-bottom__trees {
    position: absolute;
    bottom: -50px;
    left: -760px;
}
.top-bottom__trees img {
    display: block;
}
.top-bottom__hurryup {
    display: none;
}
.top {
    overflow: hidden;
    background-image: url(../img/bg1.jpg);
    background-repeat: no-repeat;
    background-size: auto 100%;
    background-position: center top;
}
.top__content {
    padding-top: 55px;
    padding-bottom: 70px;
}
.top__title {
    width: 50%;
    padding-bottom: 0px;
}
.top__product-img {
    top: 110px;
}
.top__product-img_blister {
    top: 75px;
}
.top__mob-button {
    display: none;
}
.trees-wrap {
    overflow: hidden;
}
.bottom {
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), to(rgba(255, 255, 255, 0))), url(../img/bg1.jpg);
    background-image: linear-gradient(to bottom, #fff 0, rgba(255, 255, 255, 0) 100%), url(../img/bg1.jpg);
    background-repeat: no-repeat, no-repeat;
    background-size: 100% 148px, auto 100%;
    background-position: 0 0, center top;
}
.bottom__content {
    padding-top: 70px;
    padding-bottom: 75px;
}
.bottom__title {
    padding-top: 120px;
    padding-bottom: 25px;
    width: 45%;
}
.bottom__product-img {
    top: -160px;
}
.bottom__product-medals {
    position: absolute;
    top: -270px;
}
.bottom__product-img_blister {
    top: 40px;
}
.medals {
    width: 179px;
    height: 162px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.medals__items_tb:not(:first-child) {
    margin-top: -20px;
}
.medals__items_popup1 img {
    width: 136px;
    height: 122px;
}
.medals__items_popup2 {
    margin-top: -5px;
}
.medals__items_popup2 img {
    width: 136px;
    height: 126px;
}
.medals__items_popup3 {
    margin-top: -5px;
}
.medals__items_popup3 img {
    width: 146px;
    height: 115px;
}
.product-img {
    position: relative;
}
.product-img__img1 {
    position: relative;
    z-index: 1;
    width: 279px;
    margin-top: 30px;
}
.product-img__img2 {
    position: absolute;
    top: 84px;
    left: -44px;
    width: 263px;
    -webkit-filter: blur(1px);
    filter: blur(1px);
}
.product-img__img3 {
    position: absolute;
    top: 54px;
    right: -84px;
    width: 310px;
    -webkit-filter: blur(0.5px);
    filter: blur(0.5px);
}
.product-img_blister .product-img__img1 {
    width: 400px;
}
.product-img_blister .product-img__img2,
.product-img_blister .product-img__img3 {
    display: none;
}
.product-info {
    position: relative;
    z-index: 1;
    width: 290px;
    padding-top: 258px;
}
.product-info__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 11px 17px 54px rgba(39, 84, 7, 0.66);
    box-shadow: 11px 17px 54px rgba(39, 84, 7, 0.66);
    background-color: rgba(123, 191, 60, 0.7);
    margin-bottom: 15px;
}
.product-info__arrow {
    padding: 7px;
    background-color: rgba(96, 193, 27, 0.6);
}
.product-info__arrow::before {
    font-size: 38px;
    color: #fff;
}
.product-info__text {
    padding: 13px 8px;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.53;
}
.form-block {
    width: 290px;
    margin-left: auto;
    position: relative;
    -ms-flex-item-align: end;
    align-self: flex-end;
}
.form-block__title {
    position: relative;
    /*background-image: url(../img/pattern.png), linear-gradient(9deg, #477702 0, #69d400 100%);*/
    background-repeat: repeat, no-repeat;
    -webkit-box-shadow: 10.598px 16.961px 54px 0 rgba(39, 84, 7, 0.66);
    box-shadow: 10.598px 16.961px 54px 0 rgba(39, 84, 7, 0.66);
    text-shadow: 0 0 21px rgba(0, 0, 0, 0.67);
}
.form-block__title-text {
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1;
    padding: 35px 14px 25px 110px;
}
.ribbon {
    position: absolute;
    z-index: 10;
    left: 20px;
    top: -36px;
}
.ribbon__text {
    position: absolute;
    text-shadow: -3px 3px 38px #257c0b;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 50px;
    font-weight: 700;
    line-height: 0.48;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    top: 113px;
    left: -20px;
}
.form {
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 25px;
}
.form__input-text {
    display: block;
    margin-bottom: 20px;
    padding: 10px 15px;
    width: 100%;
    border: none;
    border-bottom: 1px solid #acacac;
}
.form__input-text::-webkit-input-placeholder {
    color: #acacac;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
}
.form__input-text:-ms-input-placeholder {
    color: #acacac;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
}
.form__input-text::-ms-input-placeholder {
    color: #acacac;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
}
.form__input-text::-moz-placeholder {
    color: #acacac;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
}
.form__input-text::placeholder {
    color: #acacac;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.14;
}
.form__input-text:focus {
    border: none;
    border-bottom: 1px solid #000;
    outline: 0;
}
.form__button {
    width: 100%;
    margin-bottom: 82px;
    padding-left: 20px;
}
.price {
    padding-top: 15px;
    padding-bottom: 12px;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
    height: 92px;
}
.price_top {
    padding-left: 90px;
}
.price_bottom {
    padding-left: 109px;
}
.price__old {
    position: relative;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 5px;
}
.price__old_top {
    color: rgba(69, 69, 69, 0.5);
}
.price__old_bottom {
    color: rgba(255, 255, 255, 0.5);
}
.price__old::after,
.price__old::before {
    content: "";
    display: block;
    width: 113%;
    height: 1px;
    position: absolute;
    top: 45%;
    left: 50%;
}
.price__old_top::after,
.price__old_top::before {
    background-color: rgba(69, 69, 69, 0.5);
}
.price__old_bottom::after,
.price__old_bottom::before {
    background-color: rgba(255, 255, 255, 0.5);
}
.price__old::before {
    -webkit-transform: translate(-50%, 50%) rotate(7deg);
    transform: translate(-50%, 50%) rotate(7deg);
}
.price__old::after {
    -webkit-transform: translate(-50%, 50%) rotate(-7deg);
    transform: translate(-50%, 50%) rotate(-7deg);
}
.price__new {
    font-family: Roboto, sans-serif;
    font-size: 36px;
    font-weight: 700;
    color: rgba(0, 0, 0, 0.76);
}
.price__new_top {
    color: #454545;
}
.price__new_bottom {
    color: #fff;
}
.form-text {
    padding-top: 15px;
    padding-bottom: 5px;
    padding-left: 87px;
    color: #454545;
    font-family: Roboto, sans-serif;
}
.form-text__title {
    font-size: 18px;
    font-weight: 500;
    line-height: 1.22;
    margin-bottom: 10px;
}
.form-text__text {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.13;
}
.secure {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}
.secure img:first-child {
    width: 80px;
}
.secure img:last-child {
    width: 75px;
}
.gray {
    background-color: #363636;
    padding-top: 45px;
    padding-bottom: 50px;
    width: 100%;
    overflow: hidden;
}
.gray__title {
    margin-bottom: 38px;
}
.section-title {
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.27;
    text-align: center;
}
.section-title_w {
    color: #fff;
}
.section-title_g {
    color: #454545;
}
.section-subtitle {
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 700;
    line-height: 1.33;
}
.slider-top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-animation-name: move;
    animation-name: move;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-duration: 40s;
    animation-duration: 40s;
    will-change: transform;
}
.slider-top__bg-img {
    width: 1020px;
}
.people {
    position: relative;
}
.people__red1 {
    position: absolute;
    width: 62px;
    height: 233px;
    top: 1px;
    left: 168px;
}
.people__red2 {
    position: absolute;
    width: 40px;
    height: 227px;
    top: 6px;
    left: 343px;
}
.people__red3 {
    position: absolute;
    width: 56px;
    height: 235px;
    top: 2px;
    left: 519px;
}
.people__red4 {
    position: absolute;
    width: 66px;
    height: 233px;
    top: 1px;
    left: 709px;
}
.people__red5 {
    position: absolute;
    width: 61px;
    height: 203px;
    top: 1px;
    right: 5px;
}
.red1 {
    -webkit-animation: color-red1 2s infinite;
    animation: color-red1 2s infinite;
}
.red2 {
    -webkit-animation: color-red2 2s infinite;
    animation: color-red2 2s infinite;
}
.form-mob {
    display: none;
}
.footer {
    background: #1c1c1c !important;
    padding: 85px 0 !important;
    color: #fff !important;
    font-family: Roboto !important;
    font-weight: 400;
}
.main1 {
    background-color: #dcdcdc;
}
.main1__content {
    padding-top: 53px;
}
.main1__wrap {
    position: relative;
    padding-top: 70px;
    padding-bottom: 77px;
}
.main1__img {
    position: absolute;
    top: -18px;
    left: -80px;
}
.main1__img > img {
    width: 1569px;
}
.list-arrow {
    width: 50%;
    position: relative;
    z-index: 10;
}
.list-arrow__item {
    margin-bottom: 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.list-arrow__img {
    position: relative;
    -webkit-transform: translate3d(-1000px, 0, 0);
    transform: translate3d(-1000px, 0, 0);
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.list-arrow__img img {
    width: 154px;
    height: 112px;
    -o-object-fit: cover;
    object-fit: cover;
}
.list-arrow__img::after {
    width: 122px;
    height: 112px;
    position: absolute;
    display: block;
    content: "";
    background: url(../img/img-arrow.png) 0 0/100% 100%;
    top: 0;
    left: 108px;
}
.list-arrow__text {
    width: 100%;
    padding-left: 87px;
    color: #454545;
    font-family: Roboto, sans-serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 1.33;
}
.gif-block {
    width: 303px;
    height: 325px;
    position: absolute;
    top: 454px;
    left: 735px;
    -webkit-transform-origin: 100% 100%;
    transform-origin: 100% 100%;
    opacity: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.gif-block__gif {
    position: relative;
    z-index: 20;
    width: 238px;
    height: 238px;
    border: 10px solid #d60000;
    background-image: url(../img/gif_dekstop_1.gif);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: #ed1c24;
    border-radius: 50%;
}
.gif-block__arrow {
    position: absolute;
    top: 37px;
    left: 111px;
    width: 191px;
    height: 286px;
}
.main2 {
    /*background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(rgba(255, 255, 255, 0))), radial-gradient(circle 1000px at center, rgba(255, 255, 255, 0) 0, #fff 100%), url(../img/pattern.svg);*/
    /*background-image: linear-gradient(#dcdcdc, rgba(255, 255, 255, 0)), radial-gradient(circle 1000px at center, rgba(255, 255, 255, 0) 0, #fff 100%), url(../img/pattern.svg);*/
    background-size: 100% 415px, 100% 100%, 268px 268px;
    background-repeat: no-repeat, no-repeat, repeat;
}
.main2__title-block {
    margin-bottom: 40px;
}
.main2__title {
    margin-bottom: 9px;
}
.main2__subtitle {
    text-align: center;
    width: 66.666667%;
    margin: 0 auto;
}
.main2__wrap {
    width: 83.333333%;
    margin: 0 auto;
    padding-left: 15px;
    padding-right: 15px;
}
.count-block {
    position: relative;
}
.count-block__img {
    display: block;
    -webkit-transform: translateX(113px);
    transform: translateX(113px);
}
.count-block__img img {
    display: block;
    width: 791px;
}
.count-block__item {
    position: absolute;
    width: 220px;
}
.count-block__item_i1 {
    top: -22px;
    left: 56px;
}
.count-block__item_i2 {
    top: 67px;
    right: -34px;
}
.count-block__item_i3 {
    top: 332px;
    left: -42px;
}
.count-block__min-img {
    display: block;
    width: 100%;
}
.count-block__card {
    margin-bottom: 20px;
    padding: 0 32px;
}
.count-block__number-block {
    width: 100%;
    text-align: center;
    border: 3px solid #000;
    background-color: #000;
    color: #b12000;
    font-family: Roboto, sans-serif;
    font-size: 60px;
    font-weight: 900;
}
.count-block__text {
    width: 100%;
    text-align: center;
    color: #454545;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    line-height: 1.3;
}
.count-block__arrow {
    position: absolute;
    z-index: 10;
    opacity: 0;
    -webkit-animation-duration: 2s;
    animation-duration: 2s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
}
.count-block__arrow .img1 {
    width: 100%;
}
.count-block__arrow .img2 {
    display: none;
}
.count-block__arrow_a1 {
    top: 239px;
    left: 175px;
    width: 219px;
    -webkit-transform-origin: 70% 100%;
    transform-origin: 70% 100%;
}
.count-block__arrow_a1 .img1 {
    -webkit-transform: rotate(-84deg);
    transform: rotate(-84deg);
}
.count-block__arrow_a2 {
    top: 312px;
    left: -158px;
    width: 225px;
    -webkit-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.count-block__arrow_a3 {
    top: 148px;
    left: 216px;
    width: 200px;
    -webkit-transform-origin: 100% 50%;
    transform-origin: 100% 50%;
}
.count-block__arrow_a3 .img1 {
    -webkit-transform: rotate(-45deg) scaleX(-1);
    transform: rotate(-45deg) scaleX(-1);
}
.video {
    background-color: #000;
    position: relative;
}
.video__title {
    padding-top: 10px;
    padding-bottom: 5px;
    color: #b12000;
    font-family: Roboto, sans-serif;
    font-size: 60px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
}
.video__box {
    position: relative;
    width: 100%;
    height: 500px;
    border: 3px solid #000;
    background-color: #acacac;
    overflow: hidden;
}
.video__box img {
    display: none;
}
.video__box video {
    width: 100%;
}
.video__play {
    cursor: pointer;
    position: absolute;
    width: 222px;
    height: 222px;
    border: 3px solid #fff;
    border-radius: 50%;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: 10;
}
.video__play::before {
    content: "";
    position: absolute;
    display: block;
    border: 40px solid rgba(255, 255, 255, 0);
    border-left: 60px solid #fff;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-20px, -50%);
    transform: translate(-20px, -50%);
}
.main3 {
    overflow: hidden;
}
.main3__content {
    position: relative;
    height: 760px;
}
.main3__img {
    position: absolute;
    top: -22px;
    left: -78px;
}
.main3__img .img1 {
    width: 1190px;
}
.main3__img .img2 {
    display: none;
}
.main3__img .overlay {
    width: 755px;
    position: absolute;
    top: 59px;
    left: 378px;
    -webkit-animation: opacityToggle infinite 2s linear;
    animation: opacityToggle infinite 2s linear;
}
.main3__text {
    width: 280px;
    padding-left: 0;
    position: absolute;
    top: 188px;
    right: 135px;
}
.main3__text-title {
    color: #454545;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 25px;
}
.main3__list {
    padding-left: 30px;
}
.main3__list-item {
    color: #454545;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-style: italic;
    line-height: 1.25;
    padding-left: 25px;
    position: relative;
    margin-bottom: 15px;
}
.main3__list-item::before {
    content: "+";
    position: absolute;
    left: 5px;
}
.wiki__content {
    padding-bottom: 65px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 1px -24px 32px rgba(16, 37, 2, 0.13);
    box-shadow: 1px -24px 32px rgba(16, 37, 2, 0.13);
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(255, 255, 255, 0)), color-stop(65%, #fff), to(#fff));
    background-image: linear-gradient(to top, rgba(255, 255, 255, 0) 0, #fff 65%, #fff 100%);
}
.wiki__img-block {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 234px;
    flex: 0 0 234px;
    max-width: 234px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(27%, rgba(241, 241, 241, 0)), color-stop(57%, #f1f1f1), to(#f1f1f1));
    background-image: linear-gradient(to top, rgba(241, 241, 241, 0) 27%, #f1f1f1 57%, #f1f1f1 100%);
    padding-top: 42px;
    padding-left: 28px;
}
.wiki__info-block {
    padding: 40px 50px 0 20px;
}
.wiki__title {
    color: #454545;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 500;
    line-height: 1.27;
    margin-bottom: 20px;
}
.mob-title {
    display: none;
}
.mob-title__content {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
    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;
}
.mob-title::after {
    content: "";
    display: block;
    height: 1px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(1%, rgba(77, 186, 255, 0)), color-stop(49%, #4dbaff), color-stop(50%, rgba(77, 186, 255, 0.98)), to(rgba(77, 186, 255, 0)));
    background-image: linear-gradient(to right, rgba(77, 186, 255, 0) 1%, #4dbaff 49%, rgba(77, 186, 255, 0.98) 50%, rgba(77, 186, 255, 0) 100%);
}
.info-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 15px;
}
.info-list__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-right: 45px;
}
.info-list__title {
    border-bottom: 1px solid #a1a1a1;
}
.info-list__title h3 {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 30px;
    font-weight: 400;
    line-height: 2;
}
.info-list__desc {
    padding-top: 15px;
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.info-list__img-block {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 264px;
    flex: 0 0 264px;
    max-width: 264px;
    height: 170px;
    border: 1px solid #959595;
    background-color: #ebebeb;
    padding: 6px;
}
.info-list__img {
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.info-list__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.composition__wrap {
    position: relative;
    padding-top: 140px;
}
.composition__title-wrap {
    position: relative;
}
.composition__leaves {
    position: absolute;
    top: 50px;
    left: 100px;
}
.composition__leaves img {
    display: block;
}
.composition__img {
    position: absolute;
    top: 115px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
}
.composition__img_blister {
    top: -10px;
}
.composition-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    width: 1140px;
    margin: 0 auto;
}
.composition-list__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
}
.composition-list__item_2 {
    padding-top: 255px;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
}
.composition-list__item_3 {
    padding-top: 255px;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
}
.composition-list__img {
    position: relative;
}
.composition-list__img img {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}
.composition-list__item_1 .composition-list__img,
.composition-list__item_4 .composition-list__img {
    height: 241px;
    margin-bottom: 15px;
}
.composition-list__item_2 .composition-list__img,
.composition-list__item_3 .composition-list__img {
    height: 181px;
}
.composition-list__text {
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
    color: #454545;
    font-family: Roboto, sans-serif;
}
.composition-list__item_1 .composition-list__text {
    padding-left: 0;
}
.composition-list__item_4 .composition-list__text {
    padding-right: 0;
}
.composition-list__title {
    font-size: 22px;
    font-weight: 700;
    line-height: 1.09;
    margin-bottom: 15px;
}
.composition-list__desc {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
}
.expert {
    padding-top: 170px;
    /*background-image: url(../img/bg2.jpg);*/
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center top;
    background-clip: content-box;
}
.expert__content {
    padding-top: 77px;
    padding-bottom: 40px;
    position: relative;
}
.expert__text {
    width: 50%;
    padding-right: 15px;
    position: relative;
    z-index: 10;
}
.expert__img {
    position: absolute;
    bottom: 0;
    right: -53px;
}
.expert__img img {
    width: 600px;
    display: block;
}
.quote-block__title {
    color: #454545;
    font-family: Roboto, sans-serif;
    font-size: 44px;
    font-weight: 700;
    line-height: 1.27;
    margin-bottom: 40px;
}
.quote-block__quote {
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 20px;
    font-weight: 700;
    font-style: italic;
    margin-bottom: 30px;
}
.quote-block__quote q {
    vertical-align: top;
    line-height: 2;
}
.quote-block__quote img {
    width: 65px;
}
.quote-block__text {
    color: #111;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: -30px;
}
.author {
    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;
}
.author__info {
    color: #000;
    font-family: Roboto, sans-serif;
    font-size: 16px;
}
.author__name {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.5;
}
.author__sign {
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.reviews {
    /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), to(rgba(255, 255, 255, 0.1))), url(../img/pattern.svg);
    background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0.1) 100%), url(../img/pattern.svg);*/
    background-size: 100% 100%, 268px 268px;
    background-repeat: no-repeat, repeat;
}
.reviews__content {
    padding-top: 70px;
    padding-bottom: 50px;
}
.reviews__title {
    margin-bottom: 60px;
}
.reviews__list {
    width: 1140px;
    padding-left: 15px;
    padding-right: 15px;
    margin: 0 auto;
    margin-bottom: 13px;
}
.reviews__form {
    margin-bottom: 23px;
}
.reviews__button-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}
.reviews__button {
    width: 275px;
}
.reviews-list__item {
    margin-bottom: 13px;
}
.review-block {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    min-height: 156px;
    -webkit-box-shadow: 0 0 32px rgba(12, 12, 12, 0.09);
    box-shadow: 0 0 32px rgba(12, 12, 12, 0.09);
    background-color: #fff;
}
.review-block__img {
    background-color: #fafafa;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 156px;
    height: 156px;
    overflow: hidden;
}
.review-block__img-image {
    display: block;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
}
.review-block__img_form {
    padding: 22px;
}
.review-block__no-img {
    border: 1px solid #d7d7d7;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 17px 0 13px;
}
.review-block__no-img img {
    width: 47px;
    height: 41px;
    opacity: 0.3;
}
.review-block__no-img p {
    padding-top: 7px;
    text-align: center;
    color: #d7d7d7;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.29;
}
.review-block__text {
    padding: 30px 32px 10px;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.review-block__info {
    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;
    margin-bottom: 15px;
}
.review-block__name-block {
    font-family: Roboto, sans-serif;
}
.review-block__rating img {
    display: inline-block !important;
}
.review-block__name_rev {
    font-size: 16px;
    line-height: 1.5;
    color: #2b2b2b;
    font-weight: 700;
}
.review-block__age_rev {
    font-size: 16px;
    line-height: 1.5;
    color: #707070;
    font-weight: 500;
    font-style: italic;
}
.review-block__age_form,
.review-block__name_form {
    margin-right: 30px;
    display: inline-block;
    width: 128px;
    border: none;
    border-bottom: 1px solid #d7d7d7;
    line-height: 1.71;
    color: #2b2b2b;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.review-block__age_form::-webkit-input-placeholder,
.review-block__name_form::-webkit-input-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__age_form:-ms-input-placeholder,
.review-block__name_form:-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__age_form::-ms-input-placeholder,
.review-block__name_form::-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__age_form::-webkit-input-placeholder,
.review-block__name_form::-webkit-input-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__age_form::-moz-placeholder,
.review-block__name_form::-moz-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__age_form:-ms-input-placeholder,
.review-block__name_form:-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__age_form::-ms-input-placeholder,
.review-block__name_form::-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__age_form::placeholder,
.review-block__name_form::placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__age_form:focus,
.review-block__name_form:focus {
    outline: 0;
}
.review-block__desc {
    font-family: Roboto, sans-serif;
    font-weight: 400;
}
.review-block__desc_rev {
    color: #2b2b2b;
    font-size: 16px;
    line-height: 1.5;
}
.review-block__desc_form textarea {
    width: 100%;
    line-height: 1.71;
    padding: 9px;
    min-height: 65px;
    border: 1px solid #d7d7d7;
    resize: none;
    color: #2b2b2b;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-weight: 400;
}
.review-block__desc_form textarea::-webkit-input-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__desc_form textarea:-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__desc_form textarea::-ms-input-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__desc_form textarea::-moz-placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__desc_form textarea::placeholder {
    color: #bdbdbd;
    font-size: 14px;
}
.review-block__desc_form textarea:focus {
    outline: 0;
}
.advice__content {
    padding-top: 30px;
    padding-bottom: 40px;
}
.advice__title {
    margin-bottom: 40px;
}
.advice-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
}
.advice-list__item {
    width: 229px;
    position: relative;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 229px;
}
.advice-list__img {
    width: 229px;
    height: 229px;
    -webkit-box-shadow: 0 24px 51px rgba(46, 145, 7, 0.11);
    box-shadow: 0 24px 51px rgba(46, 145, 7, 0.11);
    border-radius: 50%;
    margin-bottom: 12px;
    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;
}
.advice-list__img-image_i1 {
    width: 94px;
}
.advice-list__img-image_i2 {
    width: 100px;
}
.advice-list__img-image_i3 {
    width: 105px;
}
.advice-list__text {
    padding: 0 25px;
    color: #454545;
    font-family: Roboto, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 1.44;
    text-align: center;
}
.advice-list__arrow {
    position: absolute;
}
.advice-list__arrow_svg1 {
    top: 0;
    right: -110px;
    position: absolute;
    padding-top: 105px;
}
.advice-list__arrow_svg2 {
    display: none;
}
.popup {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    position: fixed;
    -webkit-box-shadow: 0 0 65px rgba(12, 12, 12, 0.17);
    box-shadow: 0 0 65px rgba(12, 12, 12, 0.17);
    background-color: #fff;
}
.popup-ip {
    display: none;
    z-index: 1000;
    width: 570px;
    padding: 70px 90px 50px;
}
.popup-ip__title {
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    color: #de0606;
    margin-bottom: 20px;
}
.popup-ip__text {
    text-align: center;
    color: #454545;
    font-family: Roboto, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.63;
    margin-bottom: 30px;
}
.popup-ip__text p {
    margin-bottom: 20px;
}
.popup-ip__close {
    top: 15px;
    right: 15px;
    width: 18px;
    height: 18px;
    opacity: 0.4;
    color: #de0606;
}
.popup-ip__button {
    display: block;
    width: 250px;
    margin: 0 auto;
    padding-left: 25px;
    position: relative;
}
.close-button {
    position: absolute;
    cursor: pointer;
    font-size: 18px;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.close-button:hover {
    opacity: 1;
    -webkit-transition: 0.5s;
    transition: 0.5s;
}
.popup-ribbon {
    position: absolute;
    top: -44px;
    left: -9px;
}
.popup-ribbon__text {
    top: 56px;
    left: 44px;
    position: absolute;
    text-shadow: -3px 3px 38px #257c0b;
    color: #fff;
    font-family: Roboto, sans-serif;
    font-size: 28px;
    font-weight: 700;
    line-height: 1;
}
.popup-order {
    display: none;
    width: 822px;
    height: 490px;
    z-index: 1500;
    -webkit-box-shadow: 0 0 65px rgba(12, 12, 12, 0.17);
    box-shadow: 0 0 65px rgba(12, 12, 12, 0.17);
}
.popup-order_blister {
    height: 535px;
}
.popup-order__close {
    width: 32px;
    height: 32px;
    border: 1px solid #fff;
    color: #fff;
    opacity: 0.6;
    top: -55px;
    right: 0;
    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;
}
.popup-order__close:hover {
    background-color: #fff;
    color: #fc3434;
}
.popup-order__title {
    position: relative;
    width: calc(100% + 30px);
    height: 92px;
    margin-left: -15px;
    margin-right: -15px;
    background-image: -webkit-gradient(linear, left top, right top, color-stop(0, #5ea001), to(#487902));
    background-image: linear-gradient(to right, #5ea001 0, #487902 100%);
    background-repeat: no-repeat;
    background-size: 60% 100%;
    background-color: #67cb04;
    padding: 20px 60px;
}
.popup-order__title h2 {
    color: #fff;
    font-family: Roboto;
    font-size: 26px;
    font-weight: 700;
    width: 55%;
}
.popup-order__title:after,
.popup-order__title:before {
    content: "";
    position: absolute;
}
.popup-order__title:before {
    height: 0;
    width: 0;
    bottom: -15px;
    left: 0;
    border-top: 15px solid #3f6a01;
    border-left: 15px solid rgba(255, 255, 255, 0);
}
.popup-order__title:after {
    height: 0;
    width: 0;
    right: 0;
    bottom: -15px;
    border-top: 15px solid #3f6a01;
    border-right: 15px solid rgba(255, 255, 255, 0);
}
.popup-order__content {
    margin-top: -97px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 0 40px 35px 30px;
}
.popup-order__img-ap {
    position: absolute;
    z-index: 5;
    top: 61px;
    left: 110px;
}
.popup-order__form {
    z-index: 10;
}
.popup-order__product-img {
    position: absolute;
    left: 116px;
    bottom: -105px;
}
.popup-order__medals {
    padding-top: 40px;
}
.window-overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 900;
    background-color: rgba(29, 21, 21, 0.4);
}
.hurryup-button::after,
.hurryup-button::before,
.hurryup-button__circle {
    bottom: 0;
    height: 45px;
    left: 0;
    margin: auto;
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
}
.hurryup-button {
    cursor: pointer;
    width: 65px;
    height: 65px;
    position: fixed;
    right: 50px;
    top: 70px;
    z-index: 1800;
}
.hurryup-button::after,
.hurryup-button::before {
    content: "";
    display: block;
    border: 1px solid #a92f36;
    border-radius: 100%;
    -webkit-animation: scaling 3s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
    animation: scaling 3s infinite cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hurryup-button::before {
    width: 37px;
    height: 37px;
}
.hurryup-button::after {
    width: 43px;
    height: 43px;
}
.hurryup-button__circle {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad1b26), to(#ff6970));
    background-image: linear-gradient(to top, #ad1b26 0, #ff6970 100%);
    border: 2px solid #a92f36;
    border-radius: 50%;
}
.hurryup-button__circle::after {
    content: "";
    position: absolute;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(33%, -50%);
    transform: translate(33%, -50%);
    width: 0;
    height: 0;
    border-top: 9px solid rgba(255, 255, 255, 0);
    border-right: 15px solid #fff;
    border-bottom: 9px solid rgba(255, 255, 255, 0);
}
.hurryup-button:hover .hurryup-button__circle {
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ad1b26), color-stop(49%, #ff6970), to(#ff6970));
    background-image: linear-gradient(to top, #ad1b26 0, #ff6970 49%, #ff6970 100%);
}
.hurryup-button_open {
    display: none;
}
.hurryup__content {
    position: relative;
    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: 12px 20px;
    width: 100%;
    height: 86px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(135, 0, 0, 0.9)), to(rgba(249, 63, 72, 0.9)));
    background-image: linear-gradient(to top, rgba(135, 0, 0, 0.9) 0, rgba(249, 63, 72, 0.9) 100%);
}
.hurryup__text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    color: #fff;
    font-family: Roboto;
    font-size: 39px;
    font-weight: 400;
    line-height: 1.19;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    text-align: center;
}
.hurryup__text strong {
    font-weight: 700;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.hurryup__text span {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}
.hurryup__sign {
    padding-right: 20px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hurryup__counter {
    padding-right: 30px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}
.hurryup__counter span {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background-color: #fff;
    font-family: Roboto;
    color: #111;
    font-size: 50px;
    line-height: 51px;
    height: 50px;
    width: 43px;
    border-radius: 5px;
    -webkit-box-shadow: 6px 6.7px 35px #390104;
    box-shadow: 6px 6.7px 35px #390104;
    text-align: center;
}
.hurryup__counter .passive {
    color: #828693;
}
.hurryup__close {
    cursor: pointer;
    position: absolute;
    top: 7px;
    right: 8px;
    width: 20px;
    height: 20px;
    background-color: #fff;
    border-radius: 50%;
    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;
    line-height: 1;
}
.hurryup__close i {
    font-size: 10px;
    font-weight: 900;
    color: #ff1010;
}
.excl {
    width: 52px;
    height: 52px;
    background-color: #fff;
    border-radius: 50%;
    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;
    font-size: 42px;
    line-height: 35px;
    font-weight: 700;
    color: #a92f36;
}
.excl i {
    -webkit-transform: rotateX(20deg);
    transform: rotateX(20deg);
    -webkit-animation: excl-animate 1s infinite linear;
    animation: excl-animate 1s infinite linear;
    -webkit-transform-origin: 50% 100%;
    transform-origin: 50% 100%;
}
.floating-button {
    pointer-events: none;
    display: none;
    z-index: 1700;
    -webkit-transform: translateY(110%);
    transform: translateY(110%);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
    padding-top: 50px;
    padding-bottom: 30px;
    background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(20, 20, 20, 0.4)), to(rgba(20, 20, 20, 0)));
    background-image: linear-gradient(to top, rgba(20, 20, 20, 0.4) 0, rgba(20, 20, 20, 0) 100%);
}
.floating-button_float {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: -webkit-transform 0.5s;
    transition: -webkit-transform 0.5s;
    transition: transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
    transition: transform 0.5s, -webkit-transform 0.5s;
}
@-webkit-keyframes move {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@keyframes move {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
    100% {
        -webkit-transform: translate3d(-100%, 0, 0);
        transform: translate3d(-100%, 0, 0);
    }
}
@-webkit-keyframes color-red1 {
    0% {
        fill: #e42e06;
    }
    50% {
        fill: #7c1909;
    }
    100% {
        fill: #e42e06;
    }
}
@keyframes color-red1 {
    0% {
        fill: #e42e06;
    }
    50% {
        fill: #7c1909;
    }
    100% {
        fill: #e42e06;
    }
}
@-webkit-keyframes color-red2 {
    0% {
        fill: #7c1909;
    }
    50% {
        fill: #e42e06;
    }
    100% {
        fill: #7c1909;
    }
}
@keyframes color-red2 {
    0% {
        fill: #7c1909;
    }
    50% {
        fill: #e42e06;
    }
    100% {
        fill: #7c1909;
    }
}
@-webkit-keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@keyframes slideInLeft {
    from {
        -webkit-transform: translate3d(-1000px, 0, 0);
        transform: translate3d(-1000px, 0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        opacity: 1;
    }
}
@-webkit-keyframes arrowScale {
    from {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(100%, 100%);
        transform: scale(100%, 100%);
        opacity: 1;
    }
}
@keyframes arrowScale {
    from {
        -webkit-transform: scale(0, 0);
        transform: scale(0, 0);
        opacity: 0;
    }
    to {
        -webkit-transform: scale(100%, 100%);
        transform: scale(100%, 100%);
        opacity: 1;
    }
}
@-webkit-keyframes opacityToggle {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@keyframes opacityToggle {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}
@-webkit-keyframes scaling {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100%,
    80% {
        opacity: 0;
    }
}
@keyframes scaling {
    0% {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
    50% {
        -webkit-transform: scale(1.5);
        transform: scale(1.5);
    }
    100%,
    80% {
        opacity: 0;
    }
}
@-webkit-keyframes excl-animate {
    0%,
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
    10%,
    90% {
        -webkit-transform: scale(1.15) rotate(0);
        transform: scale(1.15) rotate(0);
    }
    15%,
    45% {
        -webkit-transform: scale(1.15) rotate(20deg);
        transform: scale(1.15) rotate(20deg);
    }
    30%,
    60% {
        -webkit-transform: scale(1.15) rotate(-20deg);
        transform: scale(1.15) rotate(-20deg);
    }
}
@keyframes excl-animate {
    0%,
    100% {
        -webkit-transform: scale(1) rotate(0);
        transform: scale(1) rotate(0);
    }
    10%,
    90% {
        -webkit-transform: scale(1.15) rotate(0);
        transform: scale(1.15) rotate(0);
    }
    15%,
    45% {
        -webkit-transform: scale(1.15) rotate(20deg);
        transform: scale(1.15) rotate(20deg);
    }
    30%,
    60% {
        -webkit-transform: scale(1.15) rotate(-20deg);
        transform: scale(1.15) rotate(-20deg);
    }
}
.anime .slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.anime.slideInLeft {
    -webkit-animation-name: slideInLeft;
    animation-name: slideInLeft;
}
.anime .arrowScale {
    -webkit-animation-name: arrowScale;
    animation-name: arrowScale;
}
.anime.arrowScale {
    -webkit-animation-name: arrowScale;
    animation-name: arrowScale;
}
.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    display: block;
    width: 50px;
    height: 50px;
    padding: 0;
    cursor: pointer;
    color: rgba(255, 255, 255, 0);
    border: none;
    outline: 0;
    background: rgba(255, 255, 255, 0);
    z-index: 10;
}
.composition .slick-next,
.composition .slick-prev {
    top: 220px;
}
.reviews .slick-next,
.reviews .slick-prev {
    top: 85px;
}
.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
    color: rgba(255, 255, 255, 0);
    outline: 0;
    background: rgba(255, 255, 255, 0);
}
.slick-next:focus:before,
.slick-next:hover:before,
.slick-prev:focus:before,
.slick-prev:hover:before {
    opacity: 1;
}
.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
    opacity: 0.25;
}
.slick-next:before,
.slick-prev:before {
    font-family: fico;
    font-size: 50px;
    line-height: 1;
    opacity: 0.75;
    color: #454545;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.composition .slick-prev {
    left: 50%;
    -webkit-transform: translateX(-160px);
    transform: translateX(-160px);
}
.reviews .slick-prev {
    left: 50%;
    -webkit-transform: translateX(-140px);
    transform: translateX(-140px);
}
.composition .slick-next {
    right: 50%;
    -webkit-transform: translateX(160px);
    transform: translateX(160px);
}
.reviews .slick-next {
    right: 50%;
    -webkit-transform: translateX(140px);
    transform: translateX(140px);
}
.slick-dotted.slick-slider {
    padding-bottom: 30px;
}
.slick-dots {
    position: absolute;
    bottom: 2px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
}
.slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 10px;
    padding: 0;
    cursor: pointer;
}
.slick-dots li button {
    position: relative;
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 1px;
    cursor: pointer;
    color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 255, 255, 0);
    border-radius: 50%;
    outline: 0;
    background: rgba(255, 255, 255, 0);
}
.slick-dots li button:focus,
.slick-dots li button:hover {
    outline: 0;
}
.slick-dots li button:focus:before,
.slick-dots li button:hover:before {
    opacity: 1;
}
.slick-dots li button:before {
    font-family: fico;
    font-size: 0;
    line-height: 0;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 8px;
    height: 8px;
    border: 2px solid #454545;
    border-radius: 50%;
    content: "";
    text-align: center;
    opacity: 0.25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
.slick-dots li.slick-active button {
    border: 2px solid rgba(69, 69, 69, 0.5);
}
.slick-dots li.slick-active button:before {
    opacity: 0.75;
    color: #000;
}
@media screen and (max-width: 1140px) {
    .bottom__product-medals {
        top: -40px;
        left: 9px;
    }
    .container {
        max-width: 550px;
        width: 100%;
    }
    .page__hurryup {
        display: none !important;
    }
    .top-bottom__title {
        font-size: 20px;
        line-height: 1;
        text-shadow: -3px 3px 13px #000;
        text-align: left;
    }
    .top-bottom__wrap {
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .top-bottom__product-img {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        left: -26px;
    }
    .top-bottom__trees {
        transform: scale(1.5);
        left: -420px;
        bottom: auto;
        top: -250px;
    }
    .top-bottom__trees img {
        width: 1400px;
    }
    .top-bottom__hurryup {
        display: block;
        position: relative;
        z-index: 100;
    }
    .top {
        background-image: linear-gradient(to top, #d5ffac 0, #d5ffac 230px, rgba(213, 255, 172, 0) 90%), url(../img/bg1.jpg);
        background-repeat: no-repeat, no-repeat;
        background-size: 100% 100%, auto 370px;
        background-position: 0 110px, center 0;
        background-color: #d2e6f1;
    }
    .top__content {
        padding-top: 15px;
        padding-bottom: 20px;
    }
    .top__form-block {
        display: none;
    }
    .top__title {
        width: 63%;
        padding-bottom: 17px;
    }
    .top__product-img_blister {
        top: 40px;
    }
    .top__mob-button {
        display: block;
    }
    .trees-wrap {
        overflow: visible;
    }
    .trees-wrap .container {
        max-width: 320px;
    }
    .bottom {
        overflow: hidden;
        background-image: linear-gradient(to top, #1e3609 0, #1e3609 50px, rgba(30, 54, 9, 0) 90%), url(../img/bg1.jpg);
        background-repeat: no-repeat, no-repeat;
        background-size: 100% 300px, auto 300px;
        background-position: 0 bottom, center 0;
        background-color: #d2e6f1;
    }
    .bottom__content {
        padding-top: 63px;
        padding-bottom: 15px;
    }
    .bottom__title {
        text-align: center;
        padding-top: 75px;
        width: 64%;
        line-height: 1.2;
        padding-bottom: 2px;
    }
    .bottom__product-img {
        top: -64px;
    }
    .bottom__product-img_blister {
        top: -160px;
    }
    .bottom__form-block {
        display: none;
    }
    .medals {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        padding-bottom: 6px;
        padding-right: 15px;
    }
    .medals__items_tb:not(:first-child) {
        margin-top: 0;
        margin-left: -27px;
    }
    .medals__items_tb1 img {
        width: 79px;
        height: 71px;
    }
    .medals__items_tb2 img {
        width: 79px;
        height: 73px;
    }
    .medals__items_tb3 img {
        width: 86px;
        height: 67px;
    }
    .product-img__img1_tb {
        width: 235px;
        margin-left: -85px;
        margin-top: -45px;
    }
    .product-img__img1_composition {
        width: 285px;
    }
    .product-img__img2_tb {
        display: none;
    }
    .product-img__img2_composition {
        top: 45px;
        left: -50px;
        width: 235px;
    }
    .product-img__img3_tb {
        width: 133px;
        top: 25px;
        right: -37px;
        -webkit-filter: blur(0.8px) opacity(50%);
        filter: blur(0.8px) opacity(50%);
    }
    .product-img__img3_composition {
        top: 44px;
        right: -64px;
        width: 235px;
    }
    .product-img_blister .product-img__img1_tb {
        width: 165px;
    }
    .product-img_blister .product-img__img1_composition {
        width: 285px;
    }
    .product-info {
        width: 165px;
        right: 0;
        top: 0;
        padding-top: 0;
        margin-left: 0;
    }
    .product-info__item {
        margin-bottom: 3px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-left: 7px;
    }
    .product-info__arrow {
        padding: 2px;
    }
    .product-info__arrow::before {
        font-size: 22px;
    }
    .product-info__text {
        font-size: 16px;
        line-height: 1.25;
        padding: 4px 8px;
    }
    .gray {
        padding-top: 25px;
        padding-bottom: 1px;
    }
    .gray__title {
        margin-bottom: 15px;
    }
    .section-title {
        font-size: 22px;
        line-height: 1.18;
    }
    .section-subtitle {
        font-size: 16px;
        font-weight: 400;
        line-height: 1.25;
    }
    .slider-top__bg-img {
        width: 500px;
    }
    .people__red1 {
        width: 30px;
        height: 115px;
        left: 83px;
    }
    .people__red2 {
        width: 20px;
        height: 112px;
        top: 3px;
        left: 168px;
    }
    .people__red3 {
        width: 27px;
        height: 115px;
        left: 255px;
    }
    .people__red4 {
        width: 32px;
        height: 115px;
        left: 346px;
    }
    .people__red5 {
        width: 30px;
        height: 100px;
    }
    .form-mob {
        display: block;
    }
    .form-mob__content {
        padding-top: 30px;
        padding-bottom: 40px;
    }
    .footer {
        padding: 35px 0 !important;
    }
    .main1__content {
        padding-top: 25px;
    }
    .main1__wrap {
        padding-top: 260px;
        padding-bottom: 50px;
    }
    .main1__img {
        top: 5px;
        left: -140px;
    }
    .main1__img > img {
        width: 500px;
    }
    .main1__img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(15%, #dcdcdc), color-stop(50%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to top, #dcdcdc 15%, rgba(255, 255, 255, 0) 50%);
    }
    .list-arrow {
        width: 100%;
    }
    .list-arrow__item {
        margin-bottom: 10px;
    }
    .list-arrow__img img {
        width: 86px;
        height: 62px;
    }
    .list-arrow__img::after {
        width: 68px;
        height: 62px;
        left: 60px;
    }
    .list-arrow__text {
        font-size: 16px;
        line-height: 1.25;
        padding-left: 50px;
    }
    .gif-block {
        width: 197px;
        height: 137px;
        top: 92px;
        left: 140px;
    }
    .gif-block__gif {
        width: 127px;
        height: 127px;
        border: 5px solid #d60000;
    }
    .gif-block__arrow {
        width: 106px;
        height: 154px;
        top: 0;
        left: 63px;
        -webkit-transform: rotate(-22deg);
        transform: rotate(-22deg);
    }
    .main2 {
        /*background-image: -webkit-gradient(linear, left top, left bottom, from(#dcdcdc), to(rgba(255, 255, 255, 0))), radial-gradient(circle 350px at center, rgba(255, 255, 255, 0) 0, #fff 100%), url(../img/pattern.svg);
        background-image: linear-gradient(#dcdcdc, rgba(255, 255, 255, 0)), radial-gradient(circle 350px at center, rgba(255, 255, 255, 0) 0, #fff 100%), url(../img/pattern.svg);*/
        background-size: 100% 170px, 100% 100%, 120px 120px;
        background-repeat: no-repeat, no-repeat, repeat;
    }
    .main2__title-block {
        margin-bottom: 30px;
    }
    .main2__subtitle {
        width: 80%;
    }
    .main2__wrap {
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .count-block__img {
        position: absolute;
        top: 5px;
        left: 0;
        -webkit-transform: translateX(-110px);
        transform: translateX(-110px);
    }
    .count-block__img img {
        width: 337px;
    }
    .count-block__img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #fff), color-stop(40%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to top, #fff 5%, rgba(255, 255, 255, 0) 40%);
    }
    .count-block__item {
        width: 180px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        margin-left: auto;
        margin-bottom: 7px;
    }
    .count-block__card {
        padding: 0;
        width: 70px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-bottom: 0;
    }
    .count-block__number-block {
        font-size: 26px;
        line-height: 0.8;
    }
    .count-block__text {
        font-size: 15px;
    }
    .count-block__arrow .img1 {
        position: relative;
    }
    .count-block__arrow .img2 {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
    }
    .count-block__arrow_a1 {
        top: 109px;
        left: -59px;
        width: 84px;
        -webkit-transform-origin: 0 100%;
        transform-origin: 0 100%;
    }
    .count-block__arrow_a1 .img1 {
        -webkit-transform: rotate(-20deg);
        transform: rotate(-20deg);
    }
    .count-block__arrow_a1 .img2 {
        -webkit-transform: translate(8px, 3px) rotate(-17deg);
        transform: translate(8px, 3px) rotate(-17deg);
    }
    .count-block__arrow_a2 {
        top: 98px;
        left: -51px;
        width: 77px;
    }
    .count-block__arrow_a2 .img2 {
        -webkit-transform: translate(8px, -2px) rotate(3deg);
        transform: translate(8px, -2px) rotate(3deg);
    }
    .count-block__arrow_a3 {
        top: 22px;
        left: -105px;
        width: 90px;
        -webkit-transform-origin: 0 50%;
        transform-origin: 0 50%;
    }
    .count-block__arrow_a3 .img1 {
        -webkit-transform: rotate(45deg) scaleX(1);
        transform: rotate(45deg) scaleX(1);
    }
    .count-block__arrow_a3 .img2 {
        -webkit-transform: translate(7px, -3px) rotate(35deg) scaleX(1.1);
        transform: translate(7px, -3px) rotate(35deg) scaleX(1.1);
    }
    .video__title {
        font-size: 19px;
        padding-top: 6px;
        padding-bottom: 1px;
    }
    .video__box {
        height: 162px;
    }
    .video__box img {
        display: block;
        width: 100%;
    }
    .video__box video {
        display: none;
    }
    .video__play {
        display: none;
    }
    .main3__content {
        height: auto;
        min-height: 575px;
    }
    .main3__img {
        top: 105px;
        left: -25px;
    }
    .main3__img .img1 {
        width: 320px;
    }
    .main3__img .img2 {
        display: block;
        position: absolute;
        top: 73px;
        left: 223px;
    }
    .main3__img .overlay {
        width: 205px;
        top: 15px;
        left: 100px;
    }
    .main3__img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #fff), color-stop(40%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to top, #fff 5%, rgba(255, 255, 255, 0) 40%);
    }
    .main3__text {
        width: 100%;
        padding-left: 0;
        top: 55px;
        right: auto;
    }
    .main3__text-title {
        font-size: 22px;
        font-weight: 700;
        line-height: 1.18;
        text-align: center;
        margin-bottom: 225px;
    }
    .main3__list-item {
        margin-bottom: 8px;
    }
    .wiki {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(228, 228, 228, 0)), color-stop(51%, #e4e4e4), color-stop(52%, rgba(228, 228, 228, 0.98)), to(rgba(228, 228, 228, 0)));
        background-image: linear-gradient(to top, rgba(228, 228, 228, 0) 0, #e4e4e4 51%, rgba(228, 228, 228, 0.98) 52%, rgba(228, 228, 228, 0) 100%);
    }
    .wiki__content {
        -webkit-box-shadow: none;
        box-shadow: none;
        display: block;
        background-image: none;
        padding-bottom: 50px;
    }
    .wiki__img-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        max-width: none;
        padding-top: 0;
        padding-left: 12px;
        background-image: none;
    }
    .wiki__img-block img {
        width: 82px;
    }
    .wiki__info-block {
        padding: 20px 0 0 0;
    }
    .wiki__title {
        font-size: 22px;
        line-height: 1.18;
        -ms-flex-preferred-size: 167px;
        flex-basis: 167px;
    }
    .mob-title {
        display: block;
        background-image: -webkit-gradient(linear, left top, right top, color-stop(0, rgba(228, 228, 228, 0)), color-stop(51%, #e4e4e4), color-stop(52%, rgba(228, 228, 228, 0.98)), to(rgba(228, 228, 228, 0)));
        background-image: linear-gradient(to right, rgba(228, 228, 228, 0) 0, #e4e4e4 51%, rgba(228, 228, 228, 0.98) 52%, rgba(228, 228, 228, 0) 100%);
    }
    .info-list__item {
        margin-bottom: 25px;
        display: block;
    }
    .info-list__text {
        margin-right: 0;
    }
    .info-list__title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding-bottom: 10px;
    }
    .info-list__title h3 {
        font-size: 21px;
        padding-left: 14px;
    }
    .info-list__desc {
        line-height: 1.25;
        padding-top: 8px;
    }
    .info-list__img-block {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 142px;
        flex: 0 0 142px;
        max-width: 142px;
        height: 92px;
        padding: 4px;
    }
    .composition__content {
        padding-bottom: 20px;
    }
    .composition__wrap {
        padding-top: 265px;
    }
    .composition__leaves {
        top: -22px;
        left: -346px;
    }
    .composition__img {
        top: -20px;
    }
    .composition-list {
        display: block;
        width: auto;
        margin-top: 50px;
    }
    .composition-list__item {
        max-width: none;
    }
    .composition-list__item_2 {
        padding-top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .composition-list__item_3 {
        padding-top: 0;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }
    .composition-list__img {
        width: 320px;
        margin: 0 auto;
    }
    .composition-list__img img {
        width: 100%;
    }
    .composition-list__item_1 .composition-list__img,
    .composition-list__item_4 .composition-list__img {
        height: 230px;
        margin-bottom: 0;
    }
    .composition-list__item_2 .composition-list__img,
    .composition-list__item_3 .composition-list__img {
        height: 230px;
    }
    .composition-list__text {
        padding-left: 30px;
        padding-right: 30px;
        width: 320px;
        margin: 0 auto;
        height: 110px;
    }
    .composition-list__item_1 .composition-list__text {
        padding-left: 30px;
    }
    .composition-list__item_4 .composition-list__text {
        padding-right: 30px;
    }
    .composition-list__title {
        line-height: 1.18;
        margin-bottom: 25px;
    }
    .composition-list__desc {
        line-height: 1.25;
    }
    .expert {
        padding-top: 170px;
        /*background-image: radial-gradient(circle 400px at center, rgba(255, 255, 255, 0) 40%, #fff 100%), url(../img/bg2.jpg);*/
        background-size: 100% 562px, auto 562px;
    }
    .expert__content {
        padding-top: 35px;
        padding-bottom: 0;
    }
    .expert__text {
        width: 100%;
        padding-right: 0;
    }
    .expert__text p {
        background-color: rgba(255,255,255,0.7);
    }
    .expert__img {
        bottom: auto;
        top: -115px;
        right: -135px;
    }
    .expert__img img {
        width: 383px;
    }
    .expert__img::before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        display: block;
        background: -webkit-gradient(linear, left bottom, left top, color-stop(5%, #fff), color-stop(30%, rgba(255, 255, 255, 0)));
        background: linear-gradient(to top, #fff 5%, rgba(255, 255, 255, 0) 30%);
    }
    .quote-block__title {
        font-size: 22px;
        line-height: 1.18;
        width: 140px;
    }
    .quote-block__quote {
        font-size: 18px;
        margin-bottom: 40px;
    }
    .quote-block__quote q {
        line-height: 1.33;
        display: block;
        width: 140px;
    }
    .quote-block__quote img {
        width: 44px;
        margin-left: 30px;
    }
    .quote-block__text {
        line-height: 1.3;
        margin-bottom: 25px;
    }
    .author__info {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
    .author__sign {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        padding-right: 25px;
    }
    .author__sign img {
        width: 145px;
    }
    .reviews {
        /*background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #fff), color-stop(70%, rgba(255, 255, 255, 0.1)), to(#fff)), url(../img/pattern.svg);
        background-image: linear-gradient(to top, #fff 0, rgba(255, 255, 255, 0.1) 70%, #fff 100%), url(../img/pattern.svg);*/
        background-size: 100% 100%, 200px 200px;
        background-repeat: no-repeat, repeat;
    }
    .reviews__content {
        padding-top: 55px;
    }
    .reviews__title {
        margin-bottom: 20px;
    }
    .reviews__list {
        width: auto;
        padding-left: 0;
        padding-right: 0;
        margin-bottom: 25px;
    }
    .reviews__form {
        display: none;
    }
    .reviews__button-block {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .reviews-list__item {
        padding-top: 85px;
        margin-bottom: 25px;
    }
    .review-block {
        -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;
        width: 290px;
        margin: 0 auto;
        background-color: rgba(255, 255, 255, 0.5);
        -webkit-box-shadow: 0 0 30px rgba(12, 12, 12, 0.25);
        box-shadow: 0 0 30px rgba(12, 12, 12, 0.25);
    }
    .review-block__img {
        margin-top: -85px;
    }
    .review-block__text {
        padding: 10px 30px 50px;
    }
    .review-block__info {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .review-block__desc_rev {
        line-height: 1.15;
        text-align: center;
    }
    .advice__content {
        padding-bottom: 20px;
    }
    .advice__title {
        margin-bottom: 15px;
    }
    .advice-list {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .advice-list__item {
        width: 181px;
    }
    .advice-list__item_i2 {
        -ms-flex-item-align: end;
        align-self: flex-end;
        margin-top: -33px;
    }
    .advice-list__item_i3 {
        margin-top: -33px;
    }
    .advice-list__img {
        width: 181px;
        height: 181px;
    }
    .advice-list__text {
        padding: 0;
    }
    .advice-list__arrow_svg1 {
        display: none;
    }
    .advice-list__arrow_svg2 {
        display: block;
        width: 85px;
    }
    .advice-list__arrow_svg2-pos1 {
        right: -47px;
        top: 100px;
    }
    .advice-list__arrow_svg2-pos2 {
        -webkit-transform: scale(-1, 1);
        transform: scale(-1, 1);
        left: -47px;
        top: 100px;
    }
    .popup-ip {
        width: 290px;
        padding: 50px 25px 50px;
    }
    .hurryup-button {
        display: none !important;
    }
    .hurryup {
        background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(135, 0, 0, 0.9)), to(rgba(249, 63, 72, 0.9)));
        background-image: linear-gradient(to top, rgba(135, 0, 0, 0.9) 0, rgba(249, 63, 72, 0.9) 100%);
    }
    .hurryup__content {
        padding: 5px 0;
        height: 53px;
        background-image: none;
    }
    .hurryup__text {
        font-size: 14px;
        line-height: 1.29;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
    .hurryup__text strong {
        border: none;
    }
    .hurryup__counter {
        padding-right: 0;
    }
    .hurryup__counter span {
        line-height: 35px;
        height: 35px;
        font-size: 30px;
        width: 30px;
    }
    .floating-button {
        display: block;
    }
}

@media (max-width: 767px) {
    .blockRedLine3103__image{
        display: none;
    }
}
.data__year{
    display: block;
}
.modal__popup{
    display: none;
    justify-content: center;
    align-items: center;
    position: fixed;
    z-index: 3000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    overflow: auto;
    background-color: rgba(0,0,0,.8);
}
.modal__wrapper {
    z-index: 3200;
}
.popup__container {
    position: relative;
}
.modal__popup_b{
    z-index: 3300;
    width: 320px;
    height: 400px;
    background-color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}
.modal__popup__close{
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    font-size: 32px;
}

.modal__popup_v{
    display: flex;
    justify-content: space-around;
    align-items: flex-end;
    width: 100%;
}
.price__old{
    color: rgba(0, 0, 0, 0.74);
    margin: 0;
    text-decoration: line-through;
    text-decoration-color: rgba(248, 7, 7, 0.78);
}
.modal__popup_title{
    margin: 0;
    font-size: 34px;
    text-transform: uppercase;
}
.modal__popup_btn {
    margin-top: 10px;
    width: 210px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    background-color: rgba(17, 173, 2, 0.67);
    color: #fff;
    cursor: pointer;
    border: none
}
.modal__popup_btn:hover {
    background-color: rgba(21, 199, 2, 0.67);
    border: 1px solid rgba(11, 147, 0, 0.67);
}
.modal__popup_form{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.modal__popup_input{
    width: 210px;
    height: 40px;
    padding-left: 15px;
    margin-top: 10px;
}
.modal__popup_input:last-child {
    margin-top: 0;
}

@media (max-width: 540px) {
    .product-img__img1_tb {
        margin-left: 20px;
    }
    .product-img__img1-bottom {
        margin-left: -20px;
    }
}

@media (max-width: 575px) {
    .bottom__title {
        width: 55%;
        margin-left: 171px;
    }
    .bottom__product-medals {
        top: -40px;
        left: 51px;
    }
    .product-img__img1-bottom {
        margin-left: -16px;
    width: 200px;
    }
    .top-bottom__product-img{
        position: static;
    }
    .top-bottom__wrap{
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .product-img__img1_tb{
        margin: 0;
        margin-top: 10px;
    }
    .medals{
        height: 105px;
    }
    .top__title{
        width: 100%;
        text-align: center;
    }
    .product-img__img1{
        margin-top: 44px;
    }
    .bottom__title{
        width: 100%;
        text-align: center;
        margin-left: 0;
        padding-top: 0;
    }
    .medals{
        position: static;
    }
}