@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-bold-webfont.woff2') format('woff2'),
         url('../fonts/roboto-bold-webfont.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Roboto';
    src: url('../fonts/roboto-regular-webfont.woff2') format('woff2'),
         url('../fonts/roboto-regular-webfont.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

*,
::after,
::before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent
}

@-ms-viewport {
    width: device-width
}

main,
nav,
section {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

h1,
h3 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

b,
strong {
    font-weight: bolder
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects
}

a:hover {
    color: #0056b3;
    text-decoration: underline
}

a:not([href]):not([tabindex]) {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus,
a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none
}

a:not([href]):not([tabindex]):focus {
    outline: 0
}

img {
    vertical-align: middle;
    border-style: none
}

button {
    -webkit-border-radius: 0;
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button,
input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button,
input {
    overflow: visible
}

button {
    text-transform: none
}

[type=reset],
[type=submit],
button,
html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner,
button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

input[type=time] {
    -webkit-appearance: listbox
}

[hidden] {
    display: none !important
}

@-ms-viewport {
    width: device-width
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -ms-overflow-style: scrollbar
}

*,
::after,
::before {
    -webkit-box-sizing: inherit;
    box-sizing: inherit
}

.container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto
}

@media (min-width:1060px) {
    .container {
        max-width: 1030px
    }
}

.owl-carousel,
.owl-carousel .owl-item {
    -webkit-tap-highlight-color: transparent;
    position: relative
}

.owl-carousel {
    display: none;
    width: 100%;
    z-index: 1
}

.owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    touch-action: manipulation;
    -moz-backface-visibility: hidden;
    backface-visibility: hidden
}

.owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0)
}

.owl-carousel .owl-item {
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-touch-callout: none
}

.owl-carousel .owl-item img {
    display: block;
    width: 100%
}

.owl-carousel .owl-dots.disabled,
.owl-carousel .owl-nav.disabled {
    display: none
}

.owl-carousel.owl-loaded {
    display: block
}

.owl-carousel .owl-dot,
.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.owl-carousel .owl-nav button.owl-next,
.owl-carousel .owl-nav button.owl-prev,
.owl-carousel button.owl-dot {
    background: 0 0;
    color: inherit;
    border: none;
    padding: 0 !important;
    font: inherit
}

.owl-carousel.owl-loading {
    opacity: 0;
    display: block
}

.owl-carousel.owl-hidden {
    opacity: 0
}

.owl-carousel.owl-refresh .owl-item {
    visibility: hidden
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: -webkit-grab;
    cursor: grab
}

.owl-carousel.owl-rtl {
    direction: rtl
}

.owl-carousel.owl-rtl .owl-item {
    float: right
}

.owl-carousel .animated {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both
}

.owl-carousel .owl-animated-in {
    z-index: 0
}

.owl-carousel .owl-animated-out {
    z-index: 1
}

.owl-height {
    -webkit-transition: height .5s ease-in-out;
    -o-transition: height .5s ease-in-out;
    transition: height .5s ease-in-out
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-item img.owl-lazy {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.owl-carousel .owl-video-wrapper {
    position: relative;
    height: 100%;
    background: #000
}

.owl-carousel .owl-video-play-icon {
    position: absolute;
    height: 80px;
    width: 80px;
    left: 50%;
    top: 50%;
    margin-left: -40px;
    margin-top: -40px;
    cursor: pointer;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transition: -webkit-transform .1s ease;
    transition: -webkit-transform .1s ease;
    -o-transition: transform .1s ease;
    transition: transform .1s ease;
    transition: transform .1s ease, -webkit-transform .1s ease
}

.owl-carousel .owl-video-play-icon:hover {
    -ms-transform: scale(1.3, 1.3);
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3)
}

.owl-carousel .owl-video-playing .owl-video-play-icon,
.owl-carousel .owl-video-playing .owl-video-tn {
    display: none
}

.owl-carousel .owl-video-tn {
    opacity: 0;
    height: 100%;
    background-position: center center;
    background-repeat: no-repeat;
    -webkit-background-size: contain;
    background-size: contain;
    -webkit-transition: opacity .4s ease;
    -o-transition: opacity .4s ease;
    transition: opacity .4s ease
}

.owl-carousel .owl-video-frame {
    position: relative;
    z-index: 1;
    height: 100%;
    width: 100%
}

.owl-theme .owl-dots,
.owl-theme .owl-nav {
    text-align: center;
    -webkit-tap-highlight-color: transparent
}

.owl-theme .owl-nav {
    margin-top: 10px
}

.owl-theme .owl-nav [class*=owl-] {
    color: #fff;
    font-size: 14px;
    margin: 5px;
    padding: 4px 7px;
    background: #d6d6d6;
    display: inline-block;
    cursor: pointer;
    -webkit-border-radius: 3px;
    border-radius: 3px
}

.owl-theme .owl-nav [class*=owl-]:hover {
    background: #869791;
    color: #fff;
    text-decoration: none
}

.owl-theme .owl-nav .disabled {
    opacity: .5;
    cursor: default
}

.owl-theme .owl-nav.disabled+.owl-dots {
    margin-top: 10px
}

.owl-theme .owl-dots .owl-dot {
    display: inline-block;
    zoom: 1
}

.owl-theme .owl-dots .owl-dot span {
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: #d6d6d6;
    display: block;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    -webkit-transition: opacity .2s ease;
    -o-transition: opacity .2s ease;
    transition: opacity .2s ease;
    -webkit-border-radius: 30px;
    border-radius: 30px
}

.owl-theme .owl-dots .owl-dot.active span,
.owl-theme .owl-dots .owl-dot:hover span {
    background: #869791
}

::selection {
    background-color: orange;
    color: #fff
}

.clear {
    color: #fff
}

.red {
    color: #db3a16
}

.mainG {
    color: #476b3a
}

.mainG2 {
    color: #3b9e8a
}

h1,
h3,
p {
    margin: 0;
    padding: 0
}

ul {
    list-style: none;
    margin: 0;
    padding: 0
}

body {
    font-size: 16px;
    min-width: 320px;
    position: relative;
    line-height: 1;
    font-family: Roboto, sans-serif;
    color: #1d1d1d;
    opacity: 1
}

.up {
    text-transform: uppercase
}

.old {
    text-decoration: line-through
}

.bold {
    font-weight: 700
}

.block1 {
    height: auto
}

.no-webp .block1 {
    background: url(../images/back1_1.jpg) no-repeat center top;
    background-size: cover
}

.webp .block1 {
    background: url(../images/back1_1.webp) no-repeat center top;
    background-size: cover
}

.block1 .logo {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative;
    z-index: 3
}

.block1 .container {
    padding-top: 40px;
    position: relative;
    padding-bottom: 40px
}

.block1 .block1-header {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 30px;
    padding-left: 200px
}

.block1 .block1-header__text {
    color: #476b3a;
    font-size: 26px;
    text-transform: uppercase
}

.block1 .logo+.block1-header__text {
    margin-left: 10px
}

.block1 .block1__inner {
    margin-bottom: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start
}

.block1 .block1-content {
    width: 100%;
    max-width: 335px;
    margin-right: 15px;
    flex-shrink: 0
}

.block1 .block1-subheader {
    font-size: 29px;
    margin-bottom: 15px;
    color: #3b9e8a
}

.block1 .block1-leg {
    height: 696px;
    width: 526px;
    position: absolute;
    top: 0;
    left: -245px
}

.no-webp .block1 .block1-leg {
    background: url(../images/leg.png) no-repeat center
}

.webp .block1 .block1-leg {
    background: url(../images/leg.webp) no-repeat center
}

.block1-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block1-list__item+.block1-list__item {
    margin-top: 20px
}

.block1-list__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.block1-list__text {
    font-size: 18px;
    color: #476b3a;
    line-height: 1.2
}

.logo {
    padding-right: 10px;
    border-right: 1px solid #476b3a;
    color: #476b3a
}

.logo__big {
    font-size: 48px;
    font-weight: 700
}

.logo__small {
    font-size: 13px;
    font-weight: 300;
    text-transform: uppercase
}

.product {
    width: 371px;
    align-self: center;
    position: relative
}

.product__img {
    max-width: 300px;
    margin-right: 10px;
    display: block;
    position: relative;
    z-index: 2
}

.product__sticker {
    position: absolute;
    width: 131px;
    height: 97px;
    font-size: 12px;
    font-style: italic;
    color: #489ea2;
    padding: 20px 26px 20px 22px;
    line-height: 1.2;
    top: 92px;
    left: -70px
}

.product__sticker {
    background: url(../images/sticker.png) no-repeat center
}

.main-form {
    flex-shrink: 0;
    width: 330px;
    background-color: #fff;
    -webkit-border-radius: 35px;
    border-radius: 35px;
    -webkit-box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    margin-left: auto;
    position: relative;
    align-self: flex-start
}

.main-form .form__inner+.price {
    margin-top: 20px
}

.main-form .btn {
    margin-left: 0;
    margin-top: 15px
}

.form__header {
    padding: 15px 60px 30px;
    background-color: #dbf6dd;
    -webkit-border-radius: 35px 35px 50% 50%;
    border-radius: 35px 35px 50% 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 18px;
    font-weight: 700;
    color: #3b9e8a;
    line-height: 1.2;
    margin-bottom: 15px
}

.form__sticker {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 70px;
    height: 50px;
    color: #fff;
    font-size: 20px;
    margin-top: -15px;
    margin-left: 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #ff324a;
    position: relative
}

.form__sticker::after,
.form__sticker::before {
    content: '';
    position: absolute
}

.form__sticker::before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 0 15px 35px;
    border-color: transparent transparent transparent #ff324a;
    bottom: -15px;
    left: 0
}

.form__sticker::after {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 15px 35px 15px 0;
    border-color: transparent #ff324a transparent transparent;
    bottom: -15px;
    right: 0
}

.form__group+.form__group {
    margin-top: 10px
}

input.input {
    display: block;
    padding: 0 20px;
    background-color: #f7f7f7;
    border: 1px solid #eaeaea;
    -webkit-border-radius: 20px;
    border-radius: 20px;
    -webkit-box-shadow: none;
    box-shadow: none;
    height: 50px;
    outline: 0;
    width: 100%
}

.form__inner {
    padding: 0 25px
}

.form__arrow {
    width: 190px;
    height: 97px;
    position: absolute;
    bottom: -70px;
    left: -20px
}

.price {
    margin-bottom: 10px;
    font-weight: 700;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0 20px
}

.mop_footer {
    text-align: center
}

.price__new {
    font-size: 28px;
    color: red
}

.price__old {
    margin-right: 25px;
    font-size: 25px
}

.btn {
    width: 330px;
    height: 139px;
    border: none;
    outline: 0;
    font-size: 36px;
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-family: Roboto, sans-serif;
    padding-bottom: 54px;
    cursor: pointer
}

.btn {
    background: url(../images/btn.png) no-repeat center;
    background-size: 110%
}
.btn:focus {
    outline: 0
}

.timer__header {
    margin-bottom: 10px;
    font-size: 18px;
    text-align: center
}

.timer__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: center
}

.timer__item+.timer__item {
    margin-left: 24px
}

.timer__item {
    text-align: center
}

.timer__item-tx {
    font-size: 36px;
    font-weight: 700
}

.timer__item-label {
    font-size: 14px
}

.block2 .container {
    padding-top: 40px;
    padding-bottom: 40px
}

.block2 .header--main {
    margin-bottom: 30px
}

.block2 .text--main {
    text-transform: uppercase;
    max-width: 850px;
    margin: 0 auto 70px
}

.block2 .warning {
    margin-top: 35px
}

.header--main {
    font-size: 36px;
    padding-bottom: 25px;
    text-align: center;
    position: relative;
    line-height: 1.2
}

.header--main::before {
    content: '';
    position: absolute;
    width: 200px;
    border-bottom: 6px dotted currentColor;
    left: 50%;
    margin-left: -100px;
    bottom: 0
}

.text--main {
    font-size: 24px;
    line-height: 1.2;
    text-align: center
}

.list-block2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.list-block2__item {
    width: 180px
}

.list-block2__img {
    margin-bottom: 80px
}

.list-block2__text {
    text-align: center;
    font-size: 18px;
    line-height: 1.2
}

.list-block2__img {
    padding: 10px;
    border-top: 1px solid #476b3a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    position: relative
}

.list-block2__img::before {
    content: '';
    width: 12px;
    height: 12px;
    background: #476b3a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    bottom: 50%;
    margin-bottom: -6px;
    left: -6px
}

.list-block2__img::after {
    content: '';
    width: 43px;
    height: 1px;
    position: absolute;
    bottom: 50%;
    margin-bottom: -1px;
    left: -60px;
    background-color: #476b3a
}

.list-block2__img img {
    width: 100%;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.warning {
    width: 690px;
    position: relative;
    margin: 0 auto
}

.warning__wrapper {
    background-color: #f0f0f2;
    padding: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3)
}

.warning__text {
    border: 2px dotted #1d1d1d;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 30px 40px;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center
}

.warning__icon {
    position: absolute;
    top: 34px;
    left: -110px
}

.block3 {
    height: 672px
}

.no-webp .block3 {
    background: url(../images/back2.jpg) no-repeat center;
    background-size: cover
}

.webp .block3 {
    background: url(../images/back2.webp) no-repeat center;
    background-size: cover
}

.block3 .container {
    padding-top: 40px
}

.block3 .header--main {
    color: #87735a;
    margin-bottom: 30px
}

.block3 .block3-list {
    margin-top: 30px
}

.block3-list {
    display: flex;
    width: 750px;
    flex-wrap: wrap;
    align-items: flex-start
}

.block3-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    width: 330px;
    margin-left: 35px
}

.block3-list__item:not(:last-of-type) {
    margin-bottom: 25px
}

.block3-list__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px;
    position: relative;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    -webkit-box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3)
}

.block3-list__img::before {
    position: absolute;
    content: '!';
    font-size: 36px;
    font-weight: 700;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    background-color: #db3a16;
    color: #fff;
    top: -5px;
    left: -5px
}

.block3-list__text {
    font-size: 20px;
    line-height: 1.2
}

.no-webp .block4 {
    background: url(../images/back4.jpg) no-repeat center 230px;
    background-size: cover
}

.webp .block4 {
    background: url(../images/back4.webp) no-repeat center 230px;
    background-size: cover
}

.block4 .container {
    padding-top: 40px;
    padding-bottom: 40px;
    position: relative
}

.block4 .header--main {
    color: #476b3a;
    margin-bottom: 20px
}

.block4 .text--main {
    max-width: 700px;
    margin: 0 auto 70px
}

.block4-list__item+.block4-list__item {
    margin-top: 80px
}

.block4-list__item:nth-child(2n) .block4-list__img {
    margin-left: 40px;
    margin-right: 0
}

.block4-list__item:nth-child(2n) .block4-sublist {
    padding-left: 0;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block4-list__item:nth-child(1) .block4-sublist__item {
    width: 280px
}

.block4-list__item:nth-child(2n) .block4-sublist__item {
    width: 260px
}

.block4-list__item:nth-child(3n) .block4-list__content {
    padding-top: 50px
}

.block4-list__item:nth-child(3n) .block4-sublist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}

.block4-list__item:nth-child(3n) .block4-sublist__item {
    width: 270px
}

.block4-list__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block4-list__img {
    margin-right: 40px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0
}

.block4-list__header {
    color: #fff;
    font-weight: 700;
    background-color: #94cb8c;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    padding: 10px 25px;
    line-height: 1.2;
    font-size: 20px;
    margin-bottom: 30px
}

.block4-list__text {
    font-size: 24px;
    line-height: 1.4
}

.block4-list__text p+p {
    margin-top: 30px
}

.block4-sublist {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    margin-left: -20px;
    margin-top: -10px;
    padding-left: 410px
}

.block4-sublist__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: 20px;
    margin-top: 20px
}

.block4-sublist__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 15px
}

.block4-sublist__text {
    font-size: 24px
}

.block4-sticker {
    width: 153px;
    height: 225px;
    position: absolute;
    font-size: 16px;
    color: #fff;
    font-weight: 700;
    display: flex;
    text-transform: uppercase;
    line-height: 1.2;
    text-align: center;
    align-items: center;
    justify-content: center;
    padding: 70px 10px 10px;
    top: 0;
    right: 0
}

.block4-sticker {
    background: url(../images/sign.png) no-repeat center
}

.block5 {
    height: 699px
}

.no-webp .block5 {
    background: url(../images/back3.jpg) no-repeat center;
    background-size: cover
}

.webp .block5 {
    background: url(../images/back3.webp) no-repeat center;
    background-size: cover
}

.block5 .container {
    padding-top: 40px;
    position: relative
}

.block5 .header--main {
    color: #476b3a;
    margin-bottom: 20px
}

.block5 .text--main {
    margin-bottom: 30px
}

.block5 .product {
    position: absolute;
    left: 50px;
    top: 210px
}

.block5-content {
    padding-left: 405px;
    padding-top: 70px
}

.block5-list__item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block5-list__item+.block5-list__item {
    margin-top: 30px
}

.block5-list__img {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: relative;
    margin-right: 15px
}

.block5-list__img::before {
    content: '';
    width: 6px;
    height: 6px;
    background-color: #476b3a;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    position: absolute;
    left: -15px;
    top: 50%;
    margin-top: -3px
}

.block5-list__img::after {
    content: '';
    width: 50px;
    height: 1px;
    background-color: #476b3a;
    left: -75px;
    top: 50%;
    position: absolute
}

.blockt-list__text {
    font-size: 24px;
    line-height: 1.2
}

.block6 {
    height: auto
}

.no-webp .block6 {
    background: url(../images/back5.jpg) no-repeat center;
    background-size: cover
}

.webp .block6 {
    background: url(../images/back5.webp) no-repeat center;
    background-size: cover
}

.block6 .header--main {
    color: #3b9e8a;
    margin-bottom: 20px
}

.block6 .text--main {
    margin-bottom: 60px
}

.block6-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

.block6-list-image {
    width: 50%;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: -40px
}

.block6-list-image__item {
    width: 50%;
    margin-top: 40px
}

.block6-list-image__text {
    font-style: italic;
    font-size: 24px;
    padding-top: 5px
}

.block6-list-progress {
    width: 50%;
    padding-left: 20px
}

.block6-list-progress__item+.block6-list-progress__item {
    margin-top: 25px
}

.block6-list-progress__item:first-child .block6-list-progress__bar {
    background-color: #2d80cd;
    width: 94%
}

.block6-list-progress__item:nth-child(2) .block6-list-progress__bar {
    background-color: #439257;
    width: 89%
}

.block6-list-progress__item:nth-child(3) .block6-list-progress__bar {
    background-color: #5fa4b8;
    width: 99.9%
}

.block6-list-progress__item:last-child .block6-list-progress__bar {
    background-color: #5fa4b8;
    width: 91%
}

.block6-list-progress__bar {
    height: 48px;
    color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 20px;
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.block6-list-progress__text {
    font-size: 24px;
    margin-top: 10px;
    line-height: 1.2
}

.block7 {
    height: 738px
}

.no-webp .block7 {
    background: url(../images/back6.jpg) no-repeat center;
    background-size: cover
}

.webp .block7 {
    background: url(../images/back6.webp) no-repeat center;
    background-size: cover
}

.block7 .container {
    padding-top: 40px;
    position: relative
}

.block7 .header--main {
    color: #3b9e8a;
    margin-bottom: 30px
}

.doc-text {
    width: 810px;
    background-color: #fff;
    -webkit-border-radius: 30px;
    border-radius: 30px;
    -webkit-box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    padding: 40px 40px 40px 70px;
    position: relative;
    line-height: 1.2;
    margin-left: auto
}

.doc-text p {
    font-size: 24px;
    font-style: italic;
    position: relative;
    z-index: 3
}

.doc-text p+p {
    margin-top: 25px
}

.doc__name {
    margin-top: 15px;
    font-weight: 700;
    font-style: italic;
    font-size: 24px;
    padding-right: 300px;
    position: relative;
    z-index: 3
}

.doc__sign {
    position: absolute;
    right: 30px;
    bottom: 20px
}

.doc {
    width: 1128px;
    height: 724px;
    position: absolute;
    top: 14px;
    left: -400px;
    z-index: 2
}

.no-webp .doc {
    background: url(../images/doc_1.png) no-repeat center
}

.webp .doc {
    background: url(../images/doc_1.webp) no-repeat center
}

.block8 .container {
    padding-top: 40px;
    padding-bottom: 40px
}

.block8 .header--main {
    color: #3b9e8a;
    margin-bottom: 30px
}

.block8 .text--main {
    margin-bottom: 40px
}

.review {
    display: flex
}

.review__item {
    width: 33.3%;
    display: flex;
    flex-direction: column
}

.review__item:last-child .review__name {
    margin-top: 10px
}

.review__img {
    margin-bottom: 60px;
    position: relative
}

.review__img-before {
    position: absolute;
    left: 0;
    top: 260px;
    font-size: 18px
}

.review__img-after {
    position: absolute;
    left: 120px;
    top: 310px;
    font-size: 18px
}

.review__text {
    font-size: 20px;
    font-style: italic;
    line-height: 1.1;
    padding: 0 10px
}

.review__name {
    font-size: 20px;
    font-style: italic;
    font-weight: 700;
    font-size: 20px;
    margin-top: 20px;
    padding: 0 10px
}

.block9 {
    background-color: #f0f0f0
}

.block9 .container {
    padding-top: 40px;
    padding-bottom: 40px
}

.block9 .header--main {
    color: #3b9e8a;
    margin-bottom: 30px
}

.block9-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 70px
}

.block9-list__item {
    width: 25%;
    text-align: center
}

.block9-list__img {
    margin-bottom: 20px
}

.block9-list__header {
    font-size: 24px;
    font-weight: 700;
    color: #3b9e8a;
    margin-bottom: 5px
}

.block9-list__text {
    font-size: 18px;
    padding: 0 15px;
    line-height: 1.2
}

.info {
    background-color: #f0f0f2;
    padding: 10px;
    -webkit-border-radius: 50px;
    border-radius: 50px;
    -webkit-box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    box-shadow: -2px 6px 12px 0 rgba(29, 29, 29, .3);
    position: relative
}

.info__img {
    position: absolute;
    top: 50%;
    margin-top: -100.5px;
    left: 0;
    width: 201px;
    height: 190px
}

.no-webp .info__img {
    background: url(../images/sert.png) no-repeat center
}

.webp .info__img {
    background: url(../images/sert.webp) no-repeat center
}

.info__text {
    border: 2px dotted #1d1d1d;
    border-radius: 50px;
    padding: 30px 50px 30px 190px;
    font-size: 18px;
    line-height: 1.2
}

.mobile {
    display: none
}

.desktop {
    display: block
}

@media (max-width:1023px) {
    .block4-list__item:nth-child(1) .block4-sublist__item {
        width: auto
    }

    .block4-list__item:nth-child(3n) .block4-sublist__item {
        width: 40%;
        max-width: 100%
    }

    .block4-list__item:nth-child(2n) .block4-sublist__item {
        width: 33%
    }

    .block4-list__item:nth-child(2n) .block4-sublist,
    .block4-list__item:nth-child(3n) .block4-sublist {
        justify-content: space-around
    }

    .block3 .block3-list {
        max-width: 750px;
        margin: 30px auto 0
    }

    .block1 {
        height: auto
    }

    .no-webp .block1 {
        background: url(../images/back1.jpg) no-repeat center;
        background-size: cover
    }

    .webp .block1 {
        background: url(../images/back1.webp) no-repeat center;
        background-size: cover
    }

    .block1 .container {
        padding-bottom: 15px
    }

    .block1-leg {
        display: none
    }

    .product__sticker {
        display: none
    }

    .block1 .block1-header {
        padding-left: 0;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .logo {
        width: 100%;
        padding: 0;
        border: none;
        text-align: center;
        margin-bottom: 10px
    }

    .block1 .container {
        padding-top: 10px
    }

    .block1 .block1-header__text {
        text-align: center;
        font-size: 18px;
        width: 100%
    }

    .block1 .block1__inner .product {
        width: auto;
        height: auto;
        order: 0;
        text-align: center;
        margin-right: 20px
    }

    .block1 .block1__inner {
        position: relative;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: center
    }

    .block1 .block1-content {
        margin-left: 0;
        width: 100%;
        order: -1;
        max-width: 100%;
        margin-right: 0
    }

    .main-form {
        order: 1;
        margin: 0 auto
    }

    .block1 .main-form {
        margin-top: 0
    }

    .form__arrow {
        display: none
    }

    .block1 .block1-subheader {
        font-size: 24px;
        text-align: center
    }

    .product__img {
        display: inline-block;
        height: 450px;
        margin-right: 0
    }

    .main-form .btn {
        width: 280px;
        -webkit-background-size: contain;
        background-size: contain;
        margin: 15px auto 0;
        font-size: 24px;
        height: 100px;
        display: block;
        padding-bottom: 37px
    }

    .form__header {
        padding: 15px 30px 30px
    }

    .block2 .container {
        padding: 40px 15px
    }

    .header--main {
        font-size: 26px
    }

    .block2 .header--main {
        margin-bottom: 20px
    }

    .text--main {
        font-size: 18px
    }

    .block2 .text--main {
        margin-bottom: 30px
    }

    .list-block2 {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .list-block2__item {
        width: 100%
    }

    .list-block2__item:not(:last-of-type) {
        margin-bottom: 25px
    }

    .list-block2__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        -ms-flex-align: center;
        align-items: center
    }

    .list-block2__img {
        width: 100px;
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding: 6px;
        margin-bottom: 0;
        margin-right: 15px
    }

    .list-block2__img::after {
        display: none
    }

    .list-block2__img::before {
        content: none
    }

    .list-block2__text {
        font-size: 16px;
        text-align: left
    }

    .warning__icon {
        display: none
    }

    .warning {
        width: 495px
    }

    .warning__text,
    .warning__wrapper {
        -webkit-border-radius: 15px;
        border-radius: 15px
    }

    .warning__text {
        text-align: center
    }

    .no-webp .block3,
    .webp .block3 {
        background: #efe2d2;
        height: auto
    }

    .block3 .container {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .block3 .block3-list {
        width: 100%;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .block3-list__text {
        font-size: 16px
    }

    .block4-sticker {
        display: none
    }

    .block4 .container {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .block4 .text--main {
        margin-bottom: 35px
    }

    .block4-list__wrap {
        display: block
    }

    .block4-list__img {
        width: 100%;
        text-align: center;
        display: none
    }

    .block4-list__img img {
        width: 180px
    }

    .block4-list__content {
        margin-top: 15px
    }

    .block4-list__header {
        font-size: 18px
    }

    .block4-list__text {
        font-size: 16px
    }

    .block4-list__text p+p {
        margin-top: 15px
    }

    .block4-sublist {
        margin-top: 10px;
        margin-left: 0;
        padding-left: 0
    }

    .block4-sublist__item {
        width: 40%
    }

    .block4-sublist__img {
        width: 60px
    }

    .block4-sublist__img img {
        width: 100%
    }

    .block4-sublist__text {
        font-size: 16px
    }

    .block4-list__item:first-child .block4-sublist {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .block4-list__item+.block4-list__item {
        margin-top: 25px
    }

    .block4-list__item:nth-child(2) .block4-list__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .block4-list__item:nth-child(2) .block4-list__img {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        margin-left: 0
    }

    .block4-list__item:nth-child(3n) .block4-list__content {
        padding-top: 0
    }

    .no-webp .block5,
    .webp .block5 {
        background: #f4efe8;
        height: auto
    }

    .block5 .container {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .block5 .product {
        display: none
    }

    .block5-content {
        padding-left: 0
    }

    .blockt-list__text {
        font-size: 16px
    }

    .block6 {
        height: auto
    }

    .no-webp .block6,
    .webp .block6 {
        background-size: cover
    }

    .block6 .container {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .block6 .text--main {
        margin-bottom: 30px
    }

    .block6-list-image {
        margin-right: 15px;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: center
    }

    .block6-list-image__item {
        width: 47%
    }

    .block6-list-image__item:nth-child(2n+1) {
        margin-right: 10px
    }

    .block6-list-image__img img {
        width: 100%
    }

    .block6-list-image__text {
        font-size: 16px
    }

    .block6-list-progress {
        padding-left: 0
    }

    .block6-list-progress__text {
        font-size: 16px
    }

    .block7 .header--main {
        margin-bottom: 60px
    }

    .doc {
        display: none
    }

    .doc-text {
        width: 100%;
        padding: 140px 20px 140px 35px
    }

    .doc-text::before {
        content: '';
        width: 150px;
        height: 147px;
        position: absolute;
        top: -30px;
        left: 50%;
        transform: translateX(-50%);
        border-radius: 50%
    }

    .no-webp .doc-text::before {
        background: url(../images/doc.png) no-repeat center;
        background-size: contain
    }

    .webp .doc-text::before {
        background: url(../images/doc.webp) no-repeat center;
        background-size: contain
    }

    .doc-text p+p {
        margin-top: 15px
    }

    .doc-text p {
        font-size: 16px
    }

    .doc__name {
        padding-right: 0;
        font-size: 16px
    }

    .block7 {
        height: auto
    }

    .no-webp .block7,
    .webp .block7 {
        background-size: cover
    }

    .block7 .container {
        padding-bottom: 40px
    }

    .block9 .container {
        padding-top: 40px;
        padding-bottom: 40px
    }

    .block9-list {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        justify-content: space-around
    }

    .block9-list__item {
        width: 40%
    }

    .block9-list__item:nth-child(1),
    .block9-list__item:nth-child(2) {
        margin-bottom: 25px
    }

    .block9-list__item+.block9-list__item {
        margin-top: 15px
    }

    .info__text {
        padding: 10px 10px 10px 190px;
        -webkit-border-radius: 10px;
        border-radius: 10px
    }

    .info {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        width: 715px;
        margin: 80px auto 50px
    }

    .block1-2__item {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between
    }

    .block1-2 .timer {
        -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        margin-right: 20px
    }

    .timer__item+.timer__item {
        margin-left: 10px
    }

    .timer__item-tx {
        font-size: 30px
    }

    .block1-2 {
        background-color: #e03800;
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
        z-index: 10;
        color: #fff
    }

    .block1-2 .container {
        padding-top: 15px;
        padding-bottom: 15px
    }

    .block1-2 .timer {
        color: #fff;
        margin-right: 20px
    }

    .mobile {
        display: block
    }

    .button-mobile {
        background-color: transparent;
        border: 2px solid #fff;
        font-size: 24px;
        padding: 10px;
        text-transform: uppercase;
        color: #fff;
        font-weight: 700;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
        flex-grow: 1
    }

    .button-mobile:active,
    .button-mobile:hover {
        color: #fff;
        text-decoration: none
    }

    .review__item {
        width: 100%
    }

    .review__img {
        width: 290px;
        margin: 0 auto 60px
    }

    .review__name {
        margin-top: 20px !important
    }

    .owl-theme .owl-dots .owl-dot span {
        width: 20px;
        height: 20px;
        background: 0 0;
        border: 1px solid #009f8a
    }

    .owl-theme .owl-dots .owl-dot.active span,
    .owl-theme .owl-dots .owl-dot:hover span {
        background: #009f8a
    }

    .desktop {
        display: none
    }

    .block1-subheader.mobile {
        display: block;
        text-align: center;
        margin-top: 20px;
        margin-bottom: 0;
        width: 100%;
        line-height: 1.2
    }

    .block1 .block1-header {
        margin-bottom: 20px
    }
}

.mop_input {
    color: #000 !important;
    background: #fff !important
}

#mop_holder .mop_col {
    width: 49%;
    padding: 0;
    float: left;
    text-align: center;
    overflow: hidden
}

#mop_holder .mop_col_left {
    width: 40%
}

#mop_holder .mop_padder {
    padding: 10px
}

#mop_holder .mop_col_right {
    width: 59%
}

#mop_holder .mop_col img.prod_img {
    width: 100%;
    height: auto
}

#mop_holder a {
    font-size: 20px;
    font-weight: 700;
    text-align: center;
    color: #fff !important;
    text-decoration: none;
    cursor: pointer
}

#mop_holder .mop_buynowbtn {
    padding: 10px 20px;
    background: red;
    border-radius: 8px;
    text-shadow: 1px 1px 5px #a9a9a9;
    font-size: 18px;
    line-height: 1.5em
}

#mop_holder input {
    border-radius: 8px;
    margin: 2px;
    padding: 7px;
    width: 90%;
    border: solid 1px gray
}

#mop_holder .mop_form-row {
    padding: 3px
}

#mop_holder .mop_text {
    margin-top: 20px;
    color: #fff;
    font-size: 18px;
    line-height: 130%
}

#mop_holder .mop_footer {
    font-size: 12px;
    color: #fff;
    text-align: center
}

#mop_holder .mop_header {
    margin: 5px 30px;
    padding: 10px;
    font-size: 14px;
    color: #000;
    text-align: center;
    background: #ffc000;
    border: solid 1px #f79646;
    font-weight: 700;
    border-radius: 4px
}

#mop_holder .buynow {
    margin: 0 !important;
    color: #fff;
    cursor: pointer
}

@media (max-width:1000px) {
    #mop_holder {
        display: none !important
    }
}

@media (max-width:480px) {
    .info__text {
        position: relative;
        padding-top: 210px;
        padding-left: 10px
    }

    .info__img {
        top: 20px;
        left: 50%;
        transform: translateX(-50%);
        margin-top: 0
    }

    .warning__text {
        padding: 20px;
        font-size: 16px
    }
}

@media screen and (max-width:1000px) {
    .ever-popup {
        display: none !important
    }

    .ever-popup__inner {
        display: none
    }
}

.ever-popup__inner {
    display: block;
    width: 600px !important
}

.ever-popup__body {
    background: #ccc;
    background: -moz-linear-gradient(top, #ccc 0, #999 44%, #666 100%);
    background: -webkit-linear-gradient(top, #ccc 0, #999 44666666 100%);
    background: linear-gradient(to bottom, #ccc 0, #999 44%, #666 100%);
    border-radius: 15px;
    padding: 10px;
    z-index: 9999;
    box-shadow: 0 0 30px #888
}

.link-form {
    text-align: center
}

.link-form {
    text-align: center
}

.timer {
    margin-bottom: 20px
}

@media screen and (max-width:1023px) {

    .owl-carousel .owl-nav button.owl-next,
    .owl-carousel .owl-nav button.owl-prev {
        position: absolute;
        top: 100px;
        width: 40px;
        height: 40px;
        background: #009f8a;
        color: #fff;
        border-radius: 50%;
        font-size: 36px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 0
    }

    .owl-carousel .owl-nav button.owl-next span,
    .owl-carousel .owl-nav button.owl-prev span {
        height: 40px
    }

    .owl-theme .owl-nav [class*=owl-]:hover {
        background: #009f8a
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 70px
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 70px
    }

    .block4-sublist__img {
        width: 88px
    }

    .block4-sublist__item {
        margin-left: 0
    }

    .block3-list__item {
        margin-left: 0
    }

    .block3-list {
        justify-content: space-around
    }

    .main-form {
        margin: 0
    }

    .block5-list__img:after,
    .block5-list__img:before {
        display: none
    }

    .block5-list {
        max-width: 450px;
        margin: 0 auto
    }

    .block4-sublist {
        max-width: 100%;
        margin: 0 auto
    }

    .block1-list {
        max-width: 670px;
        margin: 0 auto 20px
    }

    .list-block2 {
        justify-content: space-around
    }

    .list-block2__item {
        max-width: 40%
    }

    .create_rom_footer,
    .ev-footer {
        padding: 15px 0
    }

    .form__wrapper {
        margin-right: 0
    }

    .block1 .logo+.block1-header__text {
        margin-left: 0;
        margin-bottom: 5px
    }

    .block1-2.mobile {
        display: none
    }

    .phoneBtnContainer {
        display: none
    }

    .block4-list__header {
        width: 100%;
        max-width: 400px;
        margin: 0 auto 20px;
        text-align: center;
        padding: 10px 15px
    }

    .block5-content {
        padding-top: 0
    }

    .block5 .text--main {
        margin-bottom: 20px
    }

    .block1 .container {
        padding-bottom: 40px
    }

    .block1 .block1__inner {
        margin-bottom: 0
    }

    .block3-list__item:nth-of-type(5) {
        margin-bottom: 0
    }
}

@media screen and (max-width:767px) {
    .product__img {
        margin: 0;
        height: 350px
    }

    .block1 .block1__inner {
        flex-direction: column;
        align-items: center
    }

    .block1 .block1__inner .product {
        width: auto;
        margin-bottom: 20px;
        margin-top: 0;
        margin-right: 0
    }

    .block4-sublist__item {
        width: 50%;
        max-width: 222px
    }

    .list-block2__item {
        max-width: 250px
    }

    .main-form {
        margin: 0 auto 0
    }

    .price__new {
        font-size: 28px
    }

    .price__old {
        font-size: 24px
    }

    .block3-list__img img {
        width: 88px
    }

    .block3-list__img::before {
        width: 40px;
        height: 40px
    }

    .block3-list__item {
        width: 40%
    }

    .block3-list__item:nth-child(5) {
        margin-bottom: 0
    }

    .block6-list-image {
        justify-content: center
    }

    .block1-list,
    .block1-subheader.mobile {
        max-width: 455px
    }

    .block1-subheader.mobile {
        margin: 0 auto
    }

    .form__wrapper {
        margin-right: 0
    }

    .info {
        width: 500px;
        margin: 70px auto 40px
    }
}

@media screen and (max-width:639px) {
    .block6-content {
        flex-wrap: wrap
    }

    .block9-list__item {
        width: 100%
    }

    .block9-list__item:not(:last-of-type) {
        margin-bottom: 20px
    }

    .block6-list-image {
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
        justify-content: space-around
    }

    .block6-list-progress {
        width: 100%
    }

    .block4-list__item:nth-child(2n) .block4-sublist__item {
        width: 45%
    }

    .block3 .block3-list {
        max-width: 400px
    }

    .block3-list__item {
        width: 100%
    }

    .block3-list__img img {
        width: 88px
    }

    .block3-list__img::before {
        width: 40px;
        height: 40px
    }

    .list-block2 {
        max-width: 400px;
        margin: 0 auto
    }

    .block3-list__item:nth-child(5) {
        margin-bottom: 25px
    }

    .list-block2__item {
        max-width: 100%
    }

    .block4-list__item:nth-child(3n) .block4-sublist {
        max-width: 100%
    }

    .block4-list__item:nth-child(3n) .block4-sublist__item {
        width: 222px
    }

    .block6-list-image__item {
        width: 45%
    }

    .warning {
        width: 440px
    }

    .warning__text {
        padding: 20px 10px
    }

    .info {
        width: 445px
    }

    .block9-list {
        margin-bottom: 20px
    }

    .block2 .warning {
        margin-top: 20px
    }

    .block6-list-image__item {
        max-width: 140px;
        margin-top: 0
    }

    .block6-list-image {
        max-width: 320px;
        margin: 0 auto 20px
    }

    .owl-carousel .owl-nav button.owl-next {
        right: 0
    }

    .owl-carousel .owl-nav button.owl-prev {
        left: 0
    }
}

@media screen and (max-width:479px) {
    .main-form {
        max-width: 100%;
        width: auto;
        margin: 0
    }

    .price__old {
        margin-right: 10px
    }

    .block6-list-image__item {
        width: 48%
    }

    .block6-list-image__item:nth-child(2n+1) {
        margin-right: 0
    }

    .block4-list__item:nth-child(2n) .block4-sublist__item {
        width: 100%
    }

    .block4-list__item:nth-child(2n) .block4-sublist,
    .block4-list__item:nth-child(3n) .block4-sublist {
        max-width: 300px
    }

    .block4-sublist {
        max-width: 300px;
        margin: 0 auto
    }

    .block4-sublist__item {
        width: 50%;
        max-width: 50%
    }

    .block3 .block3-list {
        max-width: 300px
    }

    .doc__sign {
        width: 270px;
        right: 50%;
        transform: translateX(50%)
    }

    .list-block2 {
        max-width: 350px;
        margin: 0 auto
    }

    .info__text {
        text-align: center
    }

    .block4-sublist__img {
        width: 55px;
        margin-right: 5px
    }
}

@media screen and (max-width:479px) {
    .button-mobile {
        font-size: 16px
    }

    .block3-list__item {
        margin-left: 0
    }

    .block3-list {
        margin-left: 0
    }

    .block4-list__item:nth-child(1) .block4-sublist__item {
        width: 100%
    }

    .header--main {
        font-size: 22px
    }

    .block1-list__item+.block1-list__item {
        margin-top: 10px
    }

    .form__wrapper {
        margin-bottom: 0
    }

    .block1-subheader.mobile {
        margin-top: 10px
    }

    .product__img {
        height: 300px
    }

    .info,
    .warning {
        width: 100%
    }

    .info {
        margin: 0 auto
    }

    .block4-list__item+.block4-list__item {
        margin-top: 0
    }

    .block4 .text--main {
        margin-bottom: 20px
    }

    .block4-list__item:nth-child(3n) .block4-sublist__item {
        width: 50%
    }

    .block4-sublist__text {
        font-size: 14px
    }

    .block9-list {
        margin-bottom: 30px
    }

    .block1 .block1__inner {
        margin-bottom: 0
    }

    .info__img {
        left: calc(50% + 15px)
    }

    .block4-list__text {
        line-height: 1.2
    }

    .review__text {
        font-size: 18px
    }
}

.hair-img {
    max-width: 300px
}

.owl-theme .owl-nav {
    margin-top: 0
}

.owl-dots {
    max-height: 25px;
    display: flex;
    align-items: center;
    justify-content: center
}

@media(max-width:405px) {
    .doc__sign {
        width: 220px
    }

    .doc__sign img {
        width: 100%
    }
}

@media(min-width:1024px) {
    .block6 {
        padding-top: 40px;
        padding-bottom: 40px
    }
}

@media(max-width:1219px) {
    .product__sticker {
        display: none;
        background: 0 0
    }
}
.x_country_select {display:none!important;}
.red {
    color:red;
}