@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-regular-webfont.woff2) format('woff2'), url(../fonts/roboto-regular-webfont.woff) format('woff');
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: Roboto;
    font-display: swap;
    src: url(../fonts/roboto-bold-webfont.woff2) format('woff2'), url(../fonts/roboto-bold-webfont.woff) format('woff');
    font-weight: 700;
    font-style: normal
}

.center {
    text-align: center
}

img {
    max-width: 100%
}

.mappic {
    width: 350px;
    margin: 0 60px 0 0;
    display: block
}

.slick-next,
.slick-prev {
    font-size: 0;
    line-height: 0;
    position: absolute;
    top: 50%;
    display: block;
    width: 20px;
    height: 20px;
    padding: 0;
    transform: translateY(-50%);
    cursor: pointer;
    border: none
}

.slick-next,
.slick-next:focus,
.slick-next:hover,
.slick-prev,
.slick-prev:focus,
.slick-prev:hover {
    color: transparent;
    outline: 0;
    background: 0 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: .25
}

.slick-next:before,
.slick-prev:before {
    font-family: slick;
    font-size: 20px;
    line-height: 1;
    opacity: .75;
    color: #fff;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    right: -25px;
    left: auto
}

.slick-prev:before {
    content: "←"
}

[dir=rtl] .slick-prev:before {
    content: "→"
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    right: auto;
    left: -25px
}

.slick-next:before {
    content: "→"
}

[dir=rtl] .slick-next:before {
    content: "←"
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    display: block;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    padding: 0
}

.slick-dots li,
.slick-dots li button {
    width: 20px;
    height: 20px;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    padding: 5px;
    color: transparent;
    border: 0;
    outline: 0;
    background: 0 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: slick;
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    opacity: .25;
    color: #000;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    opacity: .75;
    color: #000
}

.slick-slider {
    box-sizing: border-box;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: transparent
}

.slick-list,
.slick-slider {
    position: relative;
    display: block
}

.slick-list {
    overflow: hidden;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: 0
}

.slick-list.dragging {
    cursor: pointer
}

.slick-slider .slick-list,
.slick-slider .slick-track {
    transform: translateZ(0)
}

.slick-track {
    position: relative;
    top: 0;
    left: 0;
    display: block;
    margin-left: auto;
    margin-right: auto
}

.slick-track:after,
.slick-track:before {
    display: table;
    content: ""
}

.slick-track:after {
    clear: both
}

.slick-loading .slick-track {
    visibility: hidden
}

.slick-slide {
    display: none;
    float: left;
    height: 100%;
    min-height: 1px
}

[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
}

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

input::-webkit-input-placeholder {
    color: #666
}

input::-moz-placeholder {
    color: #666;
    opacity: 1
}

input:-moz-placeholder {
    color: #666
}

input:-ms-input-placeholder {
    color: #666
}

body input:focus:required:invalid,
body textarea:focus:required:invalid {
    color: #666
}

body input:required:valid,
body textarea:required:valid {
    color: #666
}

a,
b,
blockquote,
body,
canvas,
caption,
center,
code,
dd,
del,
div,
dl,
dt,
embed,
fieldset,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
html,
i,
iframe,
img,
label,
legend,
li,
nav,
object,
ol,
output,
p,
pre,
q,
s,
section,
span,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

footer,
header,
nav,
section {
    display: block
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

body {
    font-size: 16px;
    line-height: 1.3;
    min-width: 320px;
    position: relative;
    font-family: Roboto, sans-serif;
    overflow-x: hidden;
    color: #212121
}

.img-responsive {
    max-width: 100%;
    height: auto
}

.text-medium {
    font-weight: 700;
    color: #212121
}

.text-bold {
    font-weight: 700;
    color: #212121;
    font-size: 18px
}

.container {
    max-width: 1200px;
    padding: 0 15px;
    width: 100%;
    margin: 0 auto
}

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

.title {
    font-size: 46px;
    line-height: 1.2;
    font-weight: 700
}

.active-color {
    color: #148e94
}

.light-text {
    color: #999;
    font-weight: 400
}

.btn {
    font-size: 25px;
    font-weight: 700;
    color: #fff;
    display: inline-block;
    padding: 16px 40px;
    border-radius: 31px;
    cursor: pointer
}

.btn-hover {
    overflow: hidden;
    z-index: 2;
    position: relative
}

.btn-background:before {
    background: #d63434;
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 1;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.btn-background:after {
    background: #e75656;
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    opacity: 0;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.btn:hover .btn-background:after {
    opacity: 1
}

.block1 {
    padding: 55px 0 0
}

.block1__brand {
    font-size: 40px;
    color: #b1d8e2
}

.block1__brand span {
    font-weight: 700;
    color: #127078;
    padding: 0 20px
}

.no-webp .block1 {
    background: url(../images/main-bg.png) no-repeat center bottom;
    background-size: cover
}

.webp .block1 {
    background: url(../images/main-bg.webp) no-repeat center bottom;
    background-size: cover
}

.block1-top {
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block1-top-left {
    width: 210px;
    float: left
}

.block1-top-right {
    float: right
}

.block1-top-list {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 900px
}

.block1-top-item {
    width: 30%;
    padding-left: 70px;
    font-size: 16px;
    line-height: 18px;
    font-weight: 700;
    background-repeat: no-repeat
}

.block1-top-item_first {
    position: relative
}

.block1-top-item_first:before {
    width: 30px;
    height: 30px;
    background: url(../images/natural.svg) no-repeat;
    position: absolute;
    content: "";
    left: 18px
}

.block1-top-item_second {
    padding-right: 0;
    padding-left: 55px;
    position: relative
}

.block1-top-item_second:before {
    width: 30px;
    height: 30px;
    background: url(../images/recom.svg) no-repeat;
    position: absolute;
    content: "";
    left: 8px
}

.block1-top-item {
    width: 31%
}

.block1-top-item_third {
    padding-left: 45px;
    padding-right: 0;
    position: relative
}

.block1-top-item_third:before {
    width: 22px;
    height: 22px;
    background: url(../images/checked.png) no-repeat;
    background-size: cover;
    position: absolute;
    content: "";
    left: 8px
}

.block1-top-item_first:before,
.block1-top-item_second:before,
.block1-top-item_third:before {
    top: 50%;
    transform: translateY(-50%)
}

.block1-main {
    padding: 50px 0;
    position: relative
}

.block1-main-right {
    float: right;
    width: 670px;
    position: relative;
    z-index: 2
}

.block1-main-right_center {
    padding: 25px 0
}

.block1-main-right_bottom {
    margin-top: 35px
}

.block1-main-title {
    font-size: 46px
}

.block1-main-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-top: 20px
}

.block1-main-item {
    padding: 10px 0 10px 35px;
    position: relative
}

.block1-main-item:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/ok.svg) no-repeat;
    left: 0;
    top: 10px
}

.block1-main-text {
    font-size: 20px;
    font-weight: 700
}

.block1-main-text_light {
    font-size: 18px;
    line-height: 1.3;
    color: #404040;
    font-weight: 400;
    margin-top: 10px
}

.block1-main-left {
    position: absolute;
    width: 516px;
    bottom: 1px;
    font-size: 0;
    left: -85px;
    z-index: 1
}



.block1-sale {
    display: inline-block;
    vertical-align: top;
    height: 76px
}

.block1-sale-text {
    font-size: 18px;
    font-weight: 700;
    margin-left: 35px;
    line-height: 62px;
    vertical-align: bottom
}

.block1-sale-number {
    padding: 18px;
    background: url(../images/circle.svg) no-repeat center;
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    line-height: 62px;
    margin-left: 10px;
    position: relative;
    background-size: contain
}

.block2 {
    text-align: center;
    padding: 95px 0 20px
}

.block2-title {
    margin-bottom: 28px
}

.block2-text {
    color: #404040;
    font-size: 24px;
    font-weight: 700
}

.block2-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 28px;
    width: 470px;
    margin: 30px auto 25px
}

.block2-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.block2-item {
    width: 33.4%;
    padding-top: 10px
}

.block2-item-circle {
    width: 242px;
    margin: 0 auto;
    position: relative;
    border-radius: 50%
}

.block2-item-circle:after {
    position: absolute;
    content: "";
    width: 260px;
    height: 260px;
    background: -webkit-gradient(linear, left top, right top, from(#c6e0c5), to(#4eb0b4));
    background: linear-gradient(to right, #c6e0c5, #4eb0b4);
    left: -9px;
    top: -9px;
    border-radius: 50%;
    z-index: -1
}

.block2-item-title {
    font-size: 22px;
    font-weight: 700;
    padding: 30px 0;
    border-bottom: 1px solid #e8e8e8;
    position: relative
}

.block2-item-title:after {
    position: absolute;
    content: "";
    width: 46px;
    height: 23px;
    background: #fff url(../images/down.svg) no-repeat center;
    background-size: contain;
    left: calc(50% - 23px);
    bottom: -12px
}

.block2-item-text {
    padding: 30px 70px;
    font-size: 18px;
    line-height: 22px;
    font-weight: 700;
    color: #404040
}

.block2-item-text_border {
    border-bottom: 1px solid #e8e8e8
}

.block2-bottom {
    margin-top: 60px;
    position: relative;
    padding: 0 50px 90px
}

.block2-bottom:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #e8e8e8), color-stop(75%, #e8e8e8), to(transparent));
    background: linear-gradient(to right, transparent, #e8e8e8 25%, #e8e8e8 75%, transparent 100%);
    left: 0;
    bottom: 0
}

.block2-bottom:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 11px;
    background: #fff url(../images/line.png) no-repeat center;
    bottom: -10px;
    z-index: 2;
    left: calc(50% - 13px)
}

.block2-bottom-title {
    margin: 0 auto 15px;
    font-weight: 700
}

.block2-bottom-text {
    font-size: 18px;
    line-height: 24px;
    color: #404040;
    margin-bottom: 25px
}

.block2-bottom-stars {
    font-size: 16px;
    color: #868686
}

.block3 {
    padding: 60px 0 80px
}

.no-webp .block3 {
    background: url(../images/main-bg.png) no-repeat center bottom;
    background-size: cover
}

.webp .block3 {
    background: url(../images/main-bg.webp) no-repeat center bottom;
    background-size: cover
}

.block3-title {
    text-align: center
}

.block3-subtitle {
    font-size: 24px;
    font-weight: 700;
    line-height: 1.3;
    width: 660px;
    margin: 15px auto 0;
    text-align: center
}

.block3-main {
    margin-bottom: 20px;
    padding-top: 65px;
    display: flex;
    align-items: center;
    justify-content: space-between
}

.block3-left {
    width: 420px;
    float: left
}

.block3-right {
    width: 420px;
    float: right
}

.block3-center {
    width: 390px;
    float: left;
    text-align: center
}

.block3-center-img {
    width: 230px
}

.block3-center-btn {
    display: inline-block
}

.block3-item {
    padding: 0 0 24px 22px;
    font-size: 18px;
    line-height: 24px;
    color: #404040;
    position: relative
}

.block3-item:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #02a0a6;
    left: 2px;
    top: 5px
}

.list-title {
    font-weight: 700;
    line-height: 24px;
    color: #212121
}

.block4 {
    padding: 80px 0 90px;
    text-align: center
}

.no-webp .block4 {
    background: url(../images/main-bg.png) center bottom -160px no-repeat
}

.webp .block4 {
    background: url(../images/main-bg.webp) center bottom -160px no-repeat
}

.block4-text {
    color: #404040;
    font-size: 18px;
    line-height: 24px;
    margin-top: 35px
}

.block4-text_medium {
    color: #212121;
    font-weight: 700
}

.block4-main {
    margin-top: 40px;
    position: relative;
    padding-bottom: 45px
}

.block4-main:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #e8e8e8), color-stop(75%, #e8e8e8), to(transparent));
    background: linear-gradient(to right, transparent, #e8e8e8 25%, #e8e8e8 75%, transparent 100%);
    left: 0;
    bottom: 0
}

.block4-main:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 11px;
    background: #fff url(../images/line.png) no-repeat center;
    bottom: -10px;
    z-index: 2;
    left: calc(50% - 13px)
}

.block4-left {
    position: absolute;
    border-radius: 8px;
    background: #eef7e2;
    padding: 25px 80px 15px;
    left: 0;
    top: 135px;
    z-index: 2;
    -webkit-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff
}

.block4-left:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
    background: linear-gradient(to right, #f87d2b, #f59e21);
    -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    top: 5px;
    right: 110px;
    z-index: 2
}

.block4-left:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 62px;
    background: url(../images/line2.png) no-repeat center;
    top: -50px;
    right: 113px
}

.block4-left-text {
    position: absolute;
    color: #118d00;
    font-size: 24px;
    font-weight: 700;
    top: -90px;
    left: 100px
}

.block4-right {
    position: absolute;
    border-radius: 8px;
    background: #eef7e2;
    padding: 25px 75px 10px;
    right: 0;
    top: 135px;
    -webkit-box-shadow: 0 0 0 10px #fff;
    box-shadow: 0 0 0 10px #fff;
    z-index: 2
}

.block4-right:before {
    position: absolute;
    content: "";
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
    background: linear-gradient(to right, #f87d2b, #f59e21);
    -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    top: 5px;
    left: 110px;
    z-index: 2
}

.block4-right:after {
    position: absolute;
    content: "";
    width: 32px;
    height: 62px;
    background: url(../images/line2.png) no-repeat center;
    top: -50px;
    left: 113px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.block4-right-text {
    position: absolute;
    color: #ca2100;
    font-size: 24px;
    font-weight: 700;
    top: -90px;
    left: 115px
}

.block4-center {
    width: 622px;
    margin: 0 auto;
    position: relative
}

.block4-center-block {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 30px 20px 35px
}

.block4-center-img {
    margin-left: -30px
}

.block4-center-circle {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
    background: linear-gradient(to right, #f87d2b, #f59e21);
    -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, .75), 0 0 0 9px rgba(255, 255, 255, .8);
    box-shadow: 3px 4px 8px rgba(248, 216, 174, .75), 0 0 0 9px rgba(255, 255, 255, .8);
    top: 275px;
    position: absolute;
    left: 260px;
    z-index: 2
}

.block4-center-line {
    width: 1px;
    height: 150px;
    background: #e8e8e8;
    left: 4px;
    position: absolute;
    z-index: 1;
    top: 8px
}

.block4-center-line:after {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    border-bottom: 1px solid #e8e8e8;
    border-right: 1px solid #e8e8e8;
    background: 0 0;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    bottom: 1px;
    left: calc(50% - 5px)
}

.block4-center-text {
    font-size: 24px;
    font-weight: 700;
    margin-top: 30px
}

.block4-bottom {
    margin-top: 70px
}

.block4-bottom-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.block4-bottom-block {
    width: 570px;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
    background: #fff;
    font-size: 18px;
    line-height: 1.3;
    color: #404040;
    padding: 30px 19px
}

.block4-bottom-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-top: 40px
}

.block4-bottom-btn {
    margin-top: 40px;
    width: 570px
}

.block5 {
    padding: 85px 0 0
}

.block5-main {
    padding: 70px 0 85px;
    position: relative
}

.block5-main:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #e8e8e8), color-stop(75%, #e8e8e8), to(transparent));
    background: linear-gradient(to right, transparent, #e8e8e8 25%, #e8e8e8 75%, transparent 100%);
    left: 0;
    bottom: 0
}

.block5-main:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 11px;
    background: #fff url(../images/line.png) no-repeat center;
    bottom: -10px;
    z-index: 2;
    left: calc(50% - 13px)
}

.block5-left {
    width: 570px;
    float: left
}

.block5-title {
    width: 900px;
    margin: 0 auto;
    text-align: center
}

.block5-slider-item {
    font-size: 18px;
    color: #404040;
    line-height: 22px
}

.block5-slider-item:focus {
    outline: 0
}

.block5-slider-item.active .block5-slider-text {
    max-height: 600px
}

.block5-slider-item.active .block5-slider-text:after {
    opacity: 0
}

.block5-slider-img {
    float: left;
    margin: 10px 0
}

.block5-slider-right {
    float: right;
    width: 340px;
    padding: 35px 0
}

.block5-slider-text {
    float: left
}

.block5-slider-author {
    font-size: 22px;
    font-weight: 700;
    color: #212121
}

.block5-slider-name {
    margin-bottom: 20px
}

.block5-slider-complaint {
    margin-bottom: 30px
}

.block5-slider-text {
    max-height: 135px;
    width: 100%;
    padding-right: 5px;
    overflow: hidden;
    position: relative;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.block5-slider-text:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 80px;
    background: #fff;
    background: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0, #fff 100%);
    left: 0;
    bottom: 0;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease
}

.block5-slider-number {
    text-align: center;
    font-size: 20px;
    font-weight: 700
}

.block5-slider-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
    background: linear-gradient(to right, #f87d2b, #f59e21);
    -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    margin: 15px auto 20px;
    cursor: pointer
}

.block5-slider-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f60), to(#ff9f17));
    background: linear-gradient(to right, #f60, #ff9f17)
}

.block5-right {
    float: right;
    width: 570px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, .75);
    box-shadow: 0 5px 21px rgba(224, 224, 224, .75);
    position: relative;
    padding: 30px 0 0 45px;
    margin-top: 15px
}

.block5-right-graf {
    margin-top: 20px;
    padding-left: 0
}

.block5-right-img {
    position: relative;
    right: -2px
}

.block5-top-label {
    font-size: 18px;
    font-weight: 700;
    padding-left: 50px;
    position: relative
}

.block5-top-label_first:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background: #148e94;
    left: 17px;
    top: 8px
}

.block5-top-label_second {
    margin-top: 5px
}

.block5-top-label_second:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 4px;
    background: #bcbcbc;
    left: 17px;
    top: 8px
}

.block5-left-label {
    position: absolute;
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg);
    top: 210px;
    font-size: 16px;
    color: #878787;
    left: 0;
    font-style: italic
}

.block5-bottom-label {
    vertical-align: middle;
    position: relative;
    top: -35px;
    color: #878787
}

.block5-bottom-label_first {
    font-size: 16px;
    font-style: italic;
    width: 90px;
    display: inline-block;
    margin-left: 190px;
    text-align: center
}

.block5-bottom-label_second {
    display: inline-block;
    margin-left: 130px;
    font-style: italic
}

.block5-bottom-canvas {
    position: absolute;
    left: -30px;
    top: calc(50% - 15px)
}

.slick-prev {
    left: 220px;
    top: inherit;
    bottom: -32px
}

.slick-prev:before {
    width: 20px;
    content: "";
    height: 20px;
    display: block;
    background: url(../images/slider-line.svg) no-repeat;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.slick-next {
    right: 225px;
    top: inherit;
    bottom: -32px
}

.slick-next:before {
    width: 20px;
    content: "";
    height: 20px;
    display: block;
    background: url(../images/slider-line.svg) no-repeat
}

.slick-arrow.slick-disabled {
    cursor: default
}

.block6 {
    padding: 85px 0 100px
}

.no-webp .block6 {
    background: url(../images/main-bg.png) no-repeat center bottom
}

.webp .block6 {
    background: url(../images/main-bg.webp) no-repeat center bottom
}

.block6-title {
    text-align: center;
    width: 920px;
    margin: 0 auto
}

.block6-subtitle {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    margin-top: 35px
}

.block6-main {
    margin-top: 25px;
    display: flex;
    justify-content: space-between;
    font-size: 18px;
    color: #404040;
    margin-bottom: 75px
}

.block6-left {
    width: 425px;
    float: left
}

.block6-left-list {
    padding: 30px 0
}

.block6-left-item {
    padding: 5px 0 20px 50px;
    position: relative
}

.block6-left-item:before {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: #02a0a6;
    left: 2px;
    top: 5px
}

.block6-left-item:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/check.svg) no-repeat center;
    background-size: contain;
    left: 10px;
    top: 5px
}

.block6-right {
    width: 425px;
    float: right
}

.block6-right-list {
    padding: 30px 0
}

.block6-right-item {
    padding: 5px 0 20px 50px;
    position: relative
}

.block6-right-item:before {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    position: absolute;
    content: "";
    background: #02a0a6;
    left: 2px;
    top: 5px
}

.block6-right-item:after {
    content: "";
    position: absolute;
    width: 24px;
    height: 24px;
    background: url(../images/check.svg) no-repeat center;
    background-size: contain;
    left: 10px;
    top: 5px
}

.block6-center-img {
    width: 210px;
    margin: 0 auto;
    display: block
}

.block6-center {
    width: 380px;
    float: left
}

.block6-bottom-text {
    font-size: 16px;
    font-style: italic;
    position: relative;
    margin: 0 auto 30px;
    width: 410px;
    text-align: center
}

.block6-bottom-text:after {
    position: absolute;
    width: 36px;
    height: 60px;
    background: url(../images/line2.png) no-repeat;
    -webkit-transform: scale(1, -1);
    transform: scale(1, -1);
    top: 40px;
    left: calc(50% - 10px)
}

.block6-bottom-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 20px
}

.block6-bottom-item {
    font-size: 18px;
    font-weight: 700;
    padding-top: 35px;
    position: relative
}

.block6-bottom-item:before {
    position: absolute;
    content: "";
    width: 20px;
    height: 20px;
    background: url(../images/ok.svg) no-repeat;
    left: calc(50% - 10px);
    top: 10px
}

.block6-bottom-item:nth-child(n+2):nth-child(-n+5) {
    text-align: center
}

.block6-bottom-item:last-child {
    text-align: right
}

.block6-bottom-item:nth-child(2) {
    margin-left: 10px
}

.block6-bottom-item:nth-child(3) {
    margin-left: 0
}

.block6-bottom-subtitle {
    text-align: center;
    font-size: 24px;
    line-height: 32px;
    font-weight: 700;
    width: 550px;
    margin: 0 auto
}

.block7 {
    padding: 85px 0 95px;
    background: url(../images/main-bg.png) no-repeat;
    background-position: center bottom -110px
}

.block7__prod {
    max-width: 250px
}

.block7-animation {
    -webkit-transition: all .5s ease;
    transition: all .5s ease;
    background: #fff
}

.block7-animation.active {
    height: 310px
}

.block7-animation.active .block7-overflow {
    max-height: 300px
}

.block7-composition {
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-top: 75px
}

.block7-title {
    text-align: center
}

.block7-composition-title {
    font-size: 24px;
    font-weight: 700
}

.block7-composition-subtitle {
    font-size: 20px;
    color: #5b5b5b
}

.block7-composition-text {
    font-size: 16px;
    line-height: 22px;
    color: #404040;
    margin-top: 5px
}

.block7-composition-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
    background: linear-gradient(to right, #f87d2b, #f59e21);
    -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    position: absolute;
    bottom: 25px;
    left: calc(50% - 13px);
    cursor: pointer
}

.block7-composition-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f60), to(#ff9f17));
    background: linear-gradient(to right, #f60, #ff9f17)
}

.block7-subtitle {
    text-align: center;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: #404040;
    margin-top: 25px
}

.block7-subtitle_medium {
    color: #212121;
    font-size: 24px
}

.block7-top {
    position: relative;
    margin-top: 35px
}

.block7-top-left {
    position: relative;
    width: 380px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, .75);
    box-shadow: 0 5px 21px rgba(224, 224, 224, .75);
    padding: 20px 75px 25px 30px;
    margin-bottom: 20px
}

.block7-top-left:last-child {
    margin-bottom: 0
}

.block7-top-left:nth-child(odd) {
    transform: translateX(60px)
}

.block7-top-left:nth-child(even) {
    transform: translateX(-10px)
}

.block7-top-right {
    position: relative;
    width: 380px;
    height: 275px;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    -webkit-box-shadow: 0 5px 21px rgba(224, 224, 224, .75);
    box-shadow: 0 5px 21px rgba(224, 224, 224, .75);
    padding: 40px 15px 25px 95px
}

.block7-img {
    position: absolute;
    top: calc(50% - 72px);
    border-radius: 50%;
    border: 6px solid #fff;
    font-size: 0
}

.block7-img_left {
    right: -80px
}

.block7-img_left:after {
    left: -20px;
    top: -20px
}

.block7-img_right {
    left: -80px
}

.block7-img_right:after {
    right: -20px;
    top: -20px;
    -webkit-transform: scale(-1, 1);
    transform: scale(-1, 1)
}

.block7-mechanic {
    text-align: center;
    margin-top: 75px
}

.block7-mechanic-text {
    font-size: 18px;
    line-height: 24px;
    color: #404040;
    margin-top: 20px;
    position: relative;
    overflow: hidden;
    -webkit-transition: all .5s ease;
    transition: all .5s ease
}

.block7-mechanic-btn {
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 26px;
    text-align: center;
    color: #fff;
    background: -webkit-gradient(linear, left top, right top, from(#f87d2b), to(#f59e21));
    background: linear-gradient(to right, #f87d2b, #f59e21);
    -webkit-box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    box-shadow: 3px 4px 8px rgba(248, 216, 174, .75);
    margin: 35px auto 0;
    cursor: pointer
}

.block7-mechanic-btn:hover {
    background: -webkit-gradient(linear, left top, right top, from(#f60), to(#ff9f17));
    background: linear-gradient(to right, #f60, #ff9f17)
}

.block7-proportion {
    margin-top: 75px;
    position: relative;
    padding-bottom: 65px
}

.block7-proportion:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 1px;
    background: -webkit-gradient(linear, left top, right top, from(transparent), color-stop(25%, #e8e8e8), color-stop(75%, #e8e8e8), to(transparent));
    background: linear-gradient(to right, transparent, #e8e8e8 25%, #e8e8e8 75%, transparent 100%);
    left: 0;
    bottom: 0
}

.nowrap {
    white-space: nowrap
}

.block7-proportion:after {
    position: absolute;
    content: "";
    width: 25px;
    height: 11px;
    background: #fff url(../images/line.png) no-repeat center;
    bottom: -10px;
    z-index: 2;
    left: calc(50% - 13px)
}

.block7-proportion-title {
    font-size: 24px;
    line-height: 28px;
    font-weight: 700;
    max-width: 800px;
    margin: 0 auto;
    text-align: center
}

.block7-proportion-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 25px
}

.block7-proportion-left {
    width: 50%
}

.block7-proportion-right {
    width: 50%;
    padding-left: 15px
}

.block7-proportion-text {
    font-size: 18px;
    line-height: 24px;
    color: #404040
}

.block7-proportion-source {
    font-size: 16px;
    color: #404040;
    font-style: italic;
    margin-top: 3px;
    margin-bottom: 25px
}

.block7-proportion-source_black {
    font-weight: 700;
    color: #212121
}

.block7-use {
    margin-top: 75px;
    text-align: center
}

.block7-use-left {
    float: left;
    width: 550px
}

.block7-use-title {
    text-align: left
}

.block7-use-title_big {
    font-size: 46px
}

.block7-use-right {
    float: left;
    width: 490px;
    padding-left: 50px
}

.block7-use-capsule {
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    padding-top: 70px;
    background-image: url(../images/capsule.svg), url(../images/lunch.svg), url(../images/replay.svg);
    background-repeat: no-repeat;
    background-position: left 35px top, top center, right 45px top;
    background-size: 60px 60px;
    position: relative
}

.block7-use-capsule:before {
    position: absolute;
    content: "+";
    left: 29%;
    color: #148e94;
    font-size: 26px;
    top: 15px
}

.block7-use-capsule:after {
    position: absolute;
    content: "+";
    right: 32%;
    color: #148e94;
    font-size: 26px;
    top: 15px
}

.block7-use-text {
    font-size: 18px;
    line-height: 24px;
    color: #404040;
    margin: 65px auto 0;
    text-align: center;
    width: 830px
}

.block7-use-btn {
    display: inline-block;
    margin-top: 45px;
    padding: 16px 30px
}

.footer {
    padding: 90px 0 0
}

.footer-title {
    text-align: center;
    font-size: 24px;
    font-weight: 700
}

.footer-list {
    display: flex;
    justify-content: space-between;
    margin-top: 20px;
    border-bottom: 1px solid #e6e6e6;
    padding-bottom: 15px
}

.footer-item {
    font-size: 16px;
    line-height: 22px;
    color: #404040;
    width: 380px;
    padding: 10px 0 10px 60px
}

.footer-item_first {
    background: url(../images/cursor.svg) no-repeat left 25px top 15px;
    background-size: 25px 36px
}

.footer-item_second {
    padding-left: 70px;
    background: url(../images/people.svg) no-repeat left 30px top 15px;
    background-size: 24px 36px
}

.footer-item_third {
    padding-left: 95px;
    background: url(../images/pay.svg) no-repeat left 50px top 15px;
    background-size: 35px 30px
}

.map {
    margin-bottom: 30px
}

.my-popup {
    display: flex !important;
    align-items: center;
    background: #cceae1;
    border-radius: 10px;
    padding: 20px
}

.my-popup-left {
    width: 220px;
    margin-right: 20px
}

.my-popup-right {
    width: 360px
}

.my-popup-input {
    width: 100%;
    margin-top: 20px;
    padding: 15px 20px;
    font-size: 20px;
    outline: 0;
    border: 1px solid #cceae1;
    color: #cceae1
}

.my-popup-input:focus {
    outline: 1px solid #02a0a6 !important
}

.my-popup-btn {
    width: 100%;
    margin-top: 20px;
    line-height: 30px;
    border: none;
    outline: 0
}

.price {
    font-size: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around
}

.price-previous {
    font-size: 18px
}

.price-current-number {
    font-size: 40px
}

.price-previous-number {
    font-size: 20px;
    text-decoration: line-through;
}

.price-current {
    margin-left: 20px;
    color: #d63434
}

.price-current-number {
    font-weight: 700
}

.price-previous-number {
    position: relative
}

/* .price-previous-number:before {
    position: absolute;
    content: "";
    width: 100%;
    height: 2px;
    background: #ea472d;
    top: 50%
} */

@media only screen and (max-width:1370px) {
    .block1-main-left {
        left: -90px
    }
}

@media screen and (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    .no-webp .block1-main-left:after,
    .webp .block1-main-left:after {
        left: 215px
    }
}

@media only screen and (max-width:1200px) {
    .block7-animation.active {
        width: 390px;
        height: 355px
    }
    .container {
        max-width: 1000px
    }
    .block4-bottom-btn {
        width: auto
    }
    .block1-top-list {
        width: 760px
    }
    .block1-top-item {
        padding-right: 0
    }
    .block1 {
        padding-top: 30px
    }
    .block1-main-right {
        width: 605px
    }
    .block1-main-right_top {
        width: 100%;
        text-align: center;
        float: none
    }
    .block1-main {
        padding-top: 30px
    }
    .no-webp .block1-main-left:after,
    .webp .block1-main-left:after {
        background-size: contain;
        width: 170px;
        height: 322px;
        left: 220px;
        bottom: -55px
    }
    .block1-main-text {
        font-size: 18px
    }
    .block1-main-right_bottom {
        text-align: center
    }
    .block1-main-left {
        width: 360px;
        left: -60px
    }
    .block2-bottom {
        padding-bottom: 60px;
        margin-top: 30px
    }
    .block3 {
        padding-top: 35px;
        padding-bottom: 50px
    }
    .title {
        font-size: 40px
    }
    .block1-top-item {
        font-size: 14px
    }
    .block3-left {
        width: 320px;
        float: none
    }
    .block3-right {
        width: 320px;
        float: none
    }
    .block3-center {
        width: 320px;
        float: none
    }
    .block3-item {
        padding-bottom: 15px
    }
    .btn {
        font-size: 22px
    }
    .block3-main {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .block3-list {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between
    }
    .block4 {
        padding: 50px 0
    }
    .block4-left {
        padding: 25px 60px 15px
    }
    .block4-left-text {
        left: 50px
    }
    .block4-left:after {
        right: 140px
    }
    .block4-left:before {
        right: 137px
    }
    .block4-right-text {
        left: 140px
    }
    .block4-right:after {
        left: 138px
    }
    .block4-right:before {
        left: 135px
    }
    .block4-bottom-block {
        width: 475px
    }
    .block4-right {
        padding: 25px 56px 10px
    }
    .block4-center-img {
        margin-left: 0
    }
    .block4-center-circle {
        left: 275px
    }
    .block5-left {
        width: 500px
    }
    .block5-slider-right {
        width: 275px
    }
    .slick-prev {
        left: 205px
    }
    .slick-next {
        right: 205px
    }
    .block5-right {
        width: 450px
    }
    .block5-bottom-label {
        top: -25px
    }
    .block5-bottom-label_first {
        margin-left: 145px
    }
    .block5-bottom-label_second {
        margin-left: 80px
    }
    .block5-main {
        padding-bottom: 60px
    }
    .block6 {
        padding: 60px 0
    }
    .block6-main {
        margin-bottom: 20px
    }
    .block6-center,
    .block6-left,
    .block6-right {
        width: 320px;
        float: none
    }
    .block6-left-item,
    .block6-right-item,
    .text-bold {
        font-size: 16px
    }
    .block6-left-item,
    .block6-right-item {
        padding: 0 0 15px 50px
    }
    .block6-center {
        margin-left: 0
    }
    .block5 {
        padding-top: 50px
    }
    .block7-top_bottom {
        margin-top: 85px
    }
    .block7-proportion {
        padding-bottom: 40px
    }
    .block7-use-right {
        padding-left: 0;
        float: right;
        width: 400px
    }
    .block7-use {
        margin-top: 55px
    }
    .block7 {
        padding: 50px 0
    }
}

@media only screen and (max-width:1020px) {
    .block5-slider-item {
        font-size: 17px
    }
    .block7-mechanic,
    .block7-proportion {
        margin-top: 40px
    }
    .block7-composition {
        flex-direction: column-reverse;
        margin-top: 25px
    }
    .block7__prod {
        max-width: 250px;
        margin-bottom: 60px
    }
    .block7-top-left {
        width: 100%
    }
    .block7-animation.active {
        width: 300px;
        height: auto
    }
    .block7-animation.active .block7-overflow {
        max-height: 320px
    }
    .container {
        max-width: 760px;
        padding: 0 15px
    }
    .block1-top-list {
        display: none
    }
    .block1-top-left {
        float: none;
        margin: 0 auto
    }
    .block1-main {
        padding-top: 10px;
        padding-bottom: 10px
    }
    .block1-main-title {
        font-size: 42px
    }
    .block1-main-right_center {
        width: 430px;
        border-bottom: none
    }
    .block1-main-right_bottom {
        width: 100%;
        max-width: 460px;
        margin-top: 0
    }
    .block1-main-left {
        left: -90px
    }
    .no-webp .block1-main-left:after,
    .webp .block1-main-left:after {
        left: 210px;
        bottom: -35px
    }
    .block1-sale {
        margin-top: 15px
    }
    .block2-item-circle {
        width: 200px
    }
    .block2-item-circle:after {
        width: 218px;
        height: 218px
    }
    .block2-item-text {
        padding: 30px 15px
    }
    .block3-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .block3-center {
        margin-top: 20px;
        margin-bottom: 20px;
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .block3-left,
    .block3-right {
        margin: 0 20px
    }
    .title {
        font-size: 38px
    }
    .block1-main-title {
        font-size: 34px
    }
    .block4-text br {
        display: none
    }
    .block4-left,
    .block4-right {
        position: relative;
        display: inline-block;
        width: 285px;
        top: inherit;
        vertical-align: top;
        margin: 0 10px
    }
    .block4-center {
        margin-bottom: 40px;
        width: 595px
    }
    .block4-main {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        padding-bottom: 140px
    }
    .block4-left-text {
        top: 275px
    }
    .block4-right-text {
        top: 275px;
        left: 110px
    }
    .block4-left:before,
    .block4-right:before {
        top: inherit;
        bottom: 5px
    }
    .block4-left:after {
        top: inherit;
        bottom: -50px;
        -webkit-transform: rotate(180deg) scale(-1, 1);
        transform: rotate(180deg) scale(-1, 1)
    }
    .block4-right:after {
        top: inherit;
        bottom: -50px;
        -webkit-transform: rotate(180deg);
        transform: rotate(180deg)
    }
    .block4-bottom-block {
        width: 360px
    }
    .block5-title {
        width: 100%
    }
    .block5-left {
        width: 100%;
        float: none
    }
    .block5-main {
        padding-top: 40px
    }
    .block5-slider-right {
        float: none;
        width: 400px;
        margin: 0 auto;
        text-align: center;
        padding: 20px 0
    }
    .slick-slide img {
        float: none;
        margin: 0 auto
    }
    .block5-slider-name {
        margin-bottom: 10px
    }
    .block5-slider-complaint {
        margin-bottom: 10px
    }
    .block5-slider-text {
        max-width: 700px;
        padding-right: 0;
        text-align: center
    }
    .block5-right {
        float: none;
        margin: 30px auto 0
    }
    .block5-bottom-canvas {
        display: none
    }
    .block6-title {
        width: 100%;
        font-size: 36px
    }
    .block6 {
        padding: 45px 0
    }
    .block6-main {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .block6-center {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .block6-left-list,
    .block6-right-list {
        height: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        margin: 0 10px
    }
    .block3-main {
        margin-top: 45px
    }
    .block6-main {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }
    .block6-center {
        margin-top: 0
    }
    .block6-bottom-item:nth-child(2) {
        margin-left: 0
    }
    .block6-bottom-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .block6-bottom-item {
        width: 33%;
        text-align: center
    }
    .block6-bottom-item:last-child {
        text-align: center
    }
    .block2 {
        padding: 50px 0 20px
    }
    .block3-main {
        margin-bottom: 0;
        padding-top: 10px
    }
    .footer {
        padding-top: 50px
    }
    .block7-top-left,
    .block7-top-right {
        position: relative;
        padding: 80px 20px 20px;
        margin-bottom: 100px;
        height: auto
    }
    .block7-top-left:nth-child(even),
    .block7-top-left:nth-child(odd) {
        transform: none
    }
    .block7-img_left,
    .block7-img_right {
        left: calc(50% - 72px);
        top: -72px;
        width: 145px
    }
    .block7-use-left {
        float: none;
        width: 100%
    }
    .block7-use-title {
        text-align: center
    }
    .block7-use-right {
        float: none;
        margin: 30px auto 0
    }
    .block7-use-text {
        width: 100%;
        margin-top: 30px
    }
}

@media only screen and (max-width:767px) {
    .block7-animation.active {
        width: 100%
    }
    .price-current {
        margin: 10px 0 0
    }
    .block4-left-text {
        width: 100%;
        max-width: 160px;
        left: 20px
    }
    .footer {
        padding-top: 40px
    }
    .container {
        max-width: 460px
    }
    .title {
        font-size: 32px
    }
    .block1-main-title {
        font-size: 30px
    }
    .block1-main-left {
        width: 200px;
        bottom: auto;
        top: 130px;
        left: 0;
        right: 0;
        margin: auto
    }
    .no-webp .block1-main-left:after,
    .webp .block1-main-left:after {
        content: none !important;
    }
    .block1-main-subtitle {
        margin-top: 300px;
        margin-bottom: 15px
    }
    .block1-main-right_center {
        width: 100%;
        padding: 0
    }
    .block1-sale-text {
        margin-left: 0
    }
    .block1-main-right_bottom {
        padding-top: 20px;
        border-top: none;
        display: flex;
        flex-direction: column-reverse;
        align-items: center
    }
    .block1-sale {
        height: auto;
        margin-top: 0
    }
    .block1-main-btn {
        margin-bottom: 25px;
        order: 1
    }
    .block1-main {
        padding-bottom: 0
    }
    .block2-subtitle {
        width: 100%
    }
    .block2-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .block2-item {
        width: 100%
    }
    .block2-bottom {
        padding: 0 0 30px;
        margin-top: 10px
    }
    .block1 {
        padding-bottom: 50px
    }
    .block3 {
        padding-top: 15px
    }
    .block3-subtitle {
        width: 100%
    }
    .block3-left,
    .block3-right {
        width: 100%
    }
    .block4-left,
    .block4-right {
        width: 190px;
        padding: 20px
    }
    .block4-left:before {
        right: 40px
    }
    .block4-left:after {
        right: 43px
    }
    .block4-right:before {
        left: 40px
    }
    .block4-right:after {
        left: 43px
    }
    .block4-center {
        width: 100%
    }
    .block4-right-text {
        left: 30px
    }
    .block4-center-circle {
        left: 200px
    }
    .block4-bottom-block {
        width: 100%;
        margin: 10px 0
    }
    .block4-bottom {
        margin-top: 50px
    }
    .block4-bottom-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .block4-bottom-btn {
        font-size: 18px
    }
    .slick-prev {
        left: 170px
    }
    .slick-next {
        right: 170px
    }
    .block5-right {
        width: 100%
    }
    .block6-left,
    .block6-right {
        width: 100%;
        margin-bottom: 10px
    }
    .block6-left-list,
    .block6-right-list {
        padding: 0
    }
    .block6-center {
        text-align: center;
        width: 350px;
        margin: 0 auto
    }
    .block6-bottom {
        margin-top: 10px
    }
    .block6-bottom-subtitle {
        width: 100%
    }
    .footer-list {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .footer-item {
        padding-left: 60px;
        background-position: left 25px top 15px
    }
    .footer-item_third {
        background-position: left 15px top 15px
    }
    .footer-item {
        width: 100%
    }
    .my-popup {
        width: 300px !important;
        padding: 20px 10px
    }
    .my-popup-left {
        display: none;
        float: none;
        width: 100%;
        padding-top: 0
    }
    .my-popup-right {
        float: none;
        width: 100%
    }
    .price-current-number,
    .price-previous-number {
        font-size: 32px
    }
    .map-box {
        position: absolute
    }
    .mappic {
        margin: 0;
        padding: 0 15px
    }
    .price {
        flex-direction: column;
        align-items: center
    }
    .block7-top-left,
    .block7-top-right {
        width: 100%;
        padding: 80px 20px 20px;
        text-align: center
    }
    .block7-top_bottom {
        margin-top: 0
    }
    .block7-composition-btn,
    .block7-overflow:after {
        display: none
    }
    .block7-overflow {
        max-height: 100%
    }
    .block7-proportion-title {
        width: 100%
    }
    .block7-proportion-left {
        width: 100%
    }
    .block7-proportion-right {
        width: 100%;
        padding-left: 0
    }
    .block7-proportion-flex {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
    .block7-use-title_big {
        font-size: 34px
    }
    .block7-use-btn {
        font-size: 18px
    }
}

@media only screen and (max-width:480px) {
    .no-webp .block3,
    .no-webp .block4,
    .no-webp .block6,
    .webp .block3,
    .webp .block4,
    .webp .block6 {
        background: linear-gradient(to bottom, #fff 0, #fff 56%, #e7f7f4 91%, #dbf4ef 94%, #c9eee6 97%, #bbeae1 100%)
    }
    .no-webp .block1,
    .webp .block1 {
        background: #bbeae1
    }
    .no-webp .block7,
    .webp .block7 {
        background: linear-gradient(to bottom, #fff 0, #fff 83%, #e7f7f4 91%, #dbf4ef 94%, #c9eee6 97%, #bbeae1 100%)
    }
    .container {
        max-width: 320px
    }
    .title {
        font-size: 28px
    }
    .block1-main-title {
        font-size: 22px
    }
    .block3-main {
        margin-top: 15px
    }
    .block3-center-img {
        width: 200px;
        padding-left: 0
    }
    .block3-center-btn {
        font-size: 18px
    }
    .block4-left,
    .block4-right {
        width: 100%;
        margin: 0
    }
    .block4-left {
        margin-bottom: 70px
    }
    .block4-left-text {
        top: 270px;
        left: 67px
    }
    .block4-right-text {
        left: 88px
    }
    .block4-center-circle {
        left: 130px;
        top: 200px
    }
    .block4-bottom-btn {
        border-radius: 38px
    }
    .block5-title {
        font-size: 24px
    }
    .block5-slider-right {
        width: 100%
    }
    .block5-slider-item:focus.active .block5-slider-text {
        max-height: 800px
    }
    .slick-next {
        right: 100px
    }
    .slick-prev {
        left: 100px
    }
    .block5-bottom-label_first {
        margin-left: 70px
    }
    .block5-bottom-label {
        top: -10px
    }
    .block5-bottom-label_second {
        margin-left: 15px
    }
    .block6-title {
        font-size: 22px
    }
    .block6-bottom-text {
        width: 100%
    }
    .block6-bottom-item {
        width: 50%
    }
    .block7-use-right {
        width: 100%
    }
    .block7-use-capsule {
        background-size: 45px 45px;
        background-position: left 35px top 10px, top 10px center, right 45px top 10px
    }
    .block7-use-capsule:before {
        left: 32%
    }
    .block7-use-capsule:after {
        right: 34%
    }
    .block7-use-btn {
        border-radius: 38px
    }
}

.extra-little {
    font-size: 15px;
    color: #868686;
    display: block;
    margin-top: 8px
}

@media (min-width:768px) and (max-width:1019px) {
    .block2-item p:nth-of-type(2) {
        min-height: 130px
    }
}

@media (max-width:480px) {
    .block3-subtitle,
    .block6-subtitle {
        font-size: 21px
    }
    .block2-text,
    .block7-subtitle,
    .block7-subtitle_medium {
        font-size: 18px
    }
    .block4-center-text {
        margin-top: 10px
    }
    .block4-center {
        margin-bottom: 30px
    }
    .block4-left-text {
        top: 230px
    }
    .block4-right-text {
        top: 235px
    }
    .block4-center-circle,
    .block4-left:after,
    .block4-left:before,
    .block4-right:after,
    .block4-right:before {
        display: none
    }
    .block3-left,
    .block3-right {
        margin: 0
    }
    .block1__brand {
        margin-bottom: 20px
    }
    .block7__prod {
        max-width: 200px
    }
    .block5-left-label {
        top: 170px
    }
    .block6-center-img {
        width: 200px
    }
    .block1,
    .block3 {
        padding-bottom: 30px
    }
    .block2,
    .block5 {
        padding-top: 30px
    }
    .block4,
    .block6,
    .block7 {
        padding: 30px 0
    }
    .block1-main {
        padding-top: 0
    }
    .block1-main-left {
        top: 95px
    }
    .block4-main {
        padding-bottom: 75px
    }
    .block4-bottom,
    .block7-use {
        margin-top: 30px
    }
    .block7-proportion {
        padding-bottom: 20px
    }
    .block4-bottom-subtitle,
    .block6-bottom-subtitle {
        font-size: 22px;
        line-height: 1.3
    }
}

@media (max-width:360px) {
    .block3,
    .block4,
    .block6,
    .block7 {
        background: #93decf;
        background: linear-gradient(0deg, rgba(147, 222, 207, .7847514005602241) 0, #fff 40%, #fff 100%)
    }
    .block1 {
        background: #93decf;
        background: linear-gradient(0deg, rgba(147, 222, 207, .7847514005602241) 0, #fff 80%, #fff 100%)
    }
}

input::-ms-clear {
    display: none
}