/*! normalize.scss v0.1.0 | MIT License | based on git.io/normalize */
html {
    font-family: sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

body {
    margin: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
    display: block
}

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background-color: rgba(0, 0, 0, 0)
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
    -webkit-appearance: button;
    appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    padding: 0
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
    height: auto
}

input[type=search] {
    -webkit-appearance: textfield;
    appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box
}

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

legend {
    border: 0;
    padding: 0
}

textarea {
    overflow: auto
}

optgroup {
    font-weight: bold
}

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

td,
th {
    padding: 0
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Regular-c1ba4.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Medium-6e1f7.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-Bold-08276.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(../fonts/Montserrat-ExtraBold-75ee4.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

.wrap {
    position: relative;
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

.container {
    display: flex;
    position: relative;
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 15px;
    flex-wrap: wrap
}

* {
    box-sizing: border-box
}

body,
div,
section,
header,
footer,
nav,
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
input,
select,
button,
form,
label,
img {
    display: block;
    width: 100%;
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

* {
    font-family: "Montserrat", "Arial", sans-serif;
    line-height: 1;
    scroll-behavior: smooth
}

select {
    text-indent: 1px;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

section {
    position: relative
}

button {
    border: none
}

button:focus {
    outline: none
}

p {
    font-size: 18px;
    font-weight: 500;
    color: #2f2f2f
}

.gradient {
    background: linear-gradient(rgba(255, 255, 255, 0) 20%, #E4252F 98.07%)
}

.nav {
    z-index: 99;
    width: 100%;
    transition: all .3s linear
}

.nav__icon {
    display: none;
    width: 37px
}

.nav__title {
    display: none
}

.nav__icon-mobile {
    max-width: 137px
}

.nav__mobile {
    display: none;
    width: 100%;
    max-width: 305px;
    text-align: center
}

.nav__list {
    display: flex;
    align-items: center
}

.nav__item {
    font-size: 16px;
    font-weight: 700;
    position: relative;
    width: auto;
    margin-right: 40px;
    padding: 8px 10px 4px;
    cursor: pointer;
    white-space: nowrap;
    text-decoration: none;
    color: #fff;
    border-bottom: 3px solid rgba(255, 255, 255, .001)
}

.nav__item:last-child {
    margin-right: 0
}

.nav__item:hover {
    font-weight: 900
}

.nav__item_active {
    border-bottom: 3px solid #fff
}

.nav__item_active:before,
.nav__item_active:after {
    content: "";
    display: block;
    position: absolute;
    background: #fff;
    bottom: 0;
    left: 0;
    width: 3px;
    height: 50%
}

.nav__item_active:after {
    right: 0;
    left: auto
}

.nav__item_order {
    padding: 8px 20px;
    color: #fff;
    border: 3px solid #fff;
    border-radius: 100px
}

@media screen and (max-width: 991px) {
    .nav {
        position: fixed;
        z-index: 98;
        top: 0;
        right: 0;
        left: 0;
        background: rgba(0, 0, 0, .5)
    }

    .nav_active {
        display: flex;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, .5)
    }

    .nav__icon {
        display: block;
        position: fixed;
        z-index: 99;
        top: 30px;
        right: 20px;
        transition: all .3s ease-in-out;
        text-align: center
    }

    .nav__icon_active {
        top: 13px
    }

    .nav__icon_hide {
        display: none
    }

    .nav__icon_close {
        position: absolute
    }

    .nav__title {
        display: flex;
        align-items: center;
        justify-content: center;
        position: relative;
        margin-bottom: 70px
    }

    .nav__title:before {
        content: ""
    }

    .nav__list {
        display: flex;
        flex-wrap: wrap;
        align-content: center;
        align-items: center;
        justify-content: center;
        position: fixed;
        top: 0;
        right: -40px;
        bottom: 0;
        left: auto;
        max-width: 100%;
        padding: 10px;
        transition: transform .3s ease-in-out;
        transform: translateX(100%);
        background: #e4252f
    }

    .nav__list_active {
        justify-content: center;
        right: 0;
        padding: 0 15px 0 35px;
        transform: translateX(0);
        opacity: 1
    }

    .nav__item {
        font-size: 25px;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
        text-align: center;
        color: #fff
    }

    .nav__item_order {
        max-width: 320px
    }

    .nav__item_active {
        border: none;
        text-decoration: underline
    }

    .nav__item_active:before,
    .nav__item_active:after {
        content: none
    }
}

@media screen and (max-width: 576px) {
    .nav__item {
        margin-bottom: 15px
    }

    .nav__item_order {
        width: 100%;
        max-width: 576px;
        text-align: center
    }

    .nav__title {
        justify-content: flex-start
    }
}

.counter {
    margin: 30px auto 0;
    max-width: 233px;
    padding-bottom: 20px
}

.counter__title {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #2f2f2f
}

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

.counter__item {
    max-width: 69px;
    position: relative;
    color: #2f2f2f;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

.counter__item:before {
    content: ":";
    font-size: inherit;
    font-weight: inherit;
    position: absolute;
    color: inherit;
    right: -8px;
    top: 50%;
    transform: translateY(-50%)
}

.counter__item:last-child:before {
    content: none
}

.counter__value {
    font-size: 40px;
    font-weight: 700
}

.counter__text {
    color: #2f2f2f;
    font-size: 15px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 100%);
    text-align: center
}

.title {
    font-size: 40px;
    font-weight: 900;
    margin-bottom: 30px;
    position: relative;
    z-index: 4;
    text-transform: uppercase
}

.title span {
    font-weight: 400
}

.form {
    position: relative;
    max-width: 320px;
    padding: 24px;
    border-radius: 27px;
    background: #fff;
    box-shadow: 0 4px 29px -5px rgba(100, 0, 5, .73)
}

.form__block {
    margin-top: 125px
}

.form__select {
    position: relative
}

.form__select:before {
    content: "";
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%);
    background: url(../images/form__select-273a3.svg) no-repeat center/contain
}

.form__input {
    margin-bottom: 20px;
    padding: 15px 33px;
    color: #2f2f2f;
    border: 1px solid #949494;
    border-radius: 90px;
    background: #fff
}

.price {
    display: flex;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    top: 30px;
    left: -20px;
    width: calc(100% + 20px)
}

.price_mobile {
    display: none;
    justify-content: center;
    position: relative;
    top: 0;
    left: 0;
    transform: none;
    width: 100%
}

.price__item {
    line-height: 1;
    display: flex;
    align-items: center;
    justify-content: center
}

.price__new {
    color: #fff;
    font-size: 25px;
    font-weight: 800;
    text-align: right;
    background: linear-gradient(357.82deg, #38AF5A 4%, #9BD96B 91.86%);
    max-width: 200px;
    padding: 5px 30px;
    box-shadow: 0 4px 29px -5px rgba(100, 0, 5, .73);
    border-radius: 47px;
    backdrop-filter: blur(15.5px);
    mix-blend-mode: normal
}

.price__new_mobile {
    font-size: 40px;
    background: none;
    width: auto;
    margin: 10px;
    padding: 0;
    border: none;
    backdrop-filter: none
}

.price__old {
    color: #949494;
    font-size: 30px;
    font-weight: 800;
    text-align: center;
    text-decoration: line-through;
    flex: 1 0
}

.price__old_mobile {
    font-size: 20px;
    flex: none;
    width: auto;
    margin: 10px
}

.price__old-value,
.price__new-value,
.price__currency {
    color: inherit
}

@media screen and (max-width: 991px) {
    .price_mobile {
        position: absolute;
        top: 0;
        left: 0;
        display: block;
        max-width: 165px;
        margin-bottom: 20px
    }

    .price_mobile .price__new {
        font-size: 40px;
        margin-bottom: 10px
    }

    .price_mobile .price__old {
        font-size: 24px;
        color: #2f2f2f
    }
}

.product1 {
    width: 150%;
    transform: translateY(-60px) translateX(-20px);
}

.product,
.product2{
    max-width: 1000px;
    width: 100%;
}

.product__img {
    width: 100%
}

.slider {
    position: relative
}

.slider__list {
    position: relative
}

.slider__item {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: 1;
    transition: all .3s ease-out
}

.slider__item_active {
    position: relative;
    opacity: 1;
    z-index: 3
}

.slider__arrows {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 30px;
    left: 0;
    padding: 0 60px;
    z-index: 4
}

.slider__arrows-item {
    text-transform: uppercase;
    position: relative;
    width: auto;
    padding: 30px 0;
    cursor: pointer;
    user-select: none
}

.slider__arrows-item:before {
    content: "";
    display: block;
    background: url(../images/slider__arrow-prev-db28f.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    width: 57px;
    height: 57px
}

.slider__prev {
    padding-left: 80px
}

.slider__prev:before {
    left: 0;
    transform: translateY(-50%)
}

.slider__next {
    padding-right: 80px;
    text-align: right
}

.slider__next:before {
    right: 0;
    transform: translateY(-50%) rotate(180deg)
}

.slider__dots {
    max-width: 800px;
    position: absolute;
    display: flex;
    justify-content: center;
    align-items: center;
    bottom: -60px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 5
}

.slider__dots-item {
    margin: 0 10px;
    background: #fff;
    border-radius: 40px;
    height: 11px;
    transition: .3s ease-in-out;
    cursor: pointer
}

.slider__dots-item_active {
    background-color: #eed1ec
}

@media screen and (max-width: 991px) {
    .slider__arrows {
        padding: 0 50px
    }

    .slider__arrows-item span {
        display: none
    }

    .slider__dots-item {
        margin: 0 5px
    }
}

.alarm {
    background: #e4252f;
    position: relative;
    padding: 20px 40px 20px 180px;
    border-radius: 64px
}

.alarm__img {
    position: absolute;
    top: 50%;
    left: 60px;
    max-width: 90px;
    transform: translateY(-50%)
}

.alarm__title {
    color: #fff;
    font-size: 22px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 15px
}

.alarm__text {
    color: #fff;
    font-size: 16px
}

@media screen and (max-width: 576px) {
    .alarm {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
        justify-content: space-around;
        padding: 30px;
        border-radius: 25px
    }

    .alarm__img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 20%;
        margin-right: 10px;
        transform: none
    }

    .alarm__title {
        font-size: 18px;
        max-width: 167px;
        margin-bottom: 0
    }

    .alarm__text {
        font-size: 16px;
        margin-top: 20px
    }
}

.btn {
    width: 100%;
    max-width: 370px;
    text-align: center;
    display: block;
    background: linear-gradient(357.82deg, #38AF5A 4%, #9BD96B 91.86%);
    padding: 15px;
    color: #fff;
    font-weight: 900;
    font-size: 18px;
    text-transform: uppercase;
    border-radius: 100px;
    text-decoration: none
}

.header {
    background: rgba(255, 255, 255, .001);
    position: fixed;
    z-index: 999;
    top: 0;
    right: 0;
    left: 0;
    width: 100%;
    margin: 0 auto;
    padding: 45px 0 10px;
    transition: all .3s ease-in-out
}

.header_bg {
    padding: 10px 0;
    background: #ff9ba0
}

.header__container {
    padding: 0 15px;
    align-items: center;
    justify-content: space-between
}

.header__logo {
    max-width: 134px
}

.header__nav {
    width: auto
}

@media screen and (max-width: 1200px) {
    .header {
        padding-top: 15px
    }
}

@media screen and (max-width: 991px) {
    .header {
        padding: 30px 0
    }

    .header__nav {
        max-width: 100%
    }

    .header_bg {
        padding: 13px 0
    }

    .header__container {
        min-height: 35px;
        justify-content: flex-start;
        padding: 0 15px
    }

    .header__container:before {
        content: none
    }
}

.main {
    position: relative;
    z-index: 3;
    padding: 185px 0 90px
}

.main__container {
    justify-content: space-between
}

.main__left {
    max-width: 450px;
    position: relative;
    z-index: 3
}

.main__title {
    color: #fff;
    font-weight: 400;
    font-size: 35px;
    margin-bottom: 20px
}

.main__title span {
    font-size: 55px;
    font-weight: 900;
    color: #e4252f
}

.main__subtitle {
    max-width: 250px;
    font-size: 18px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 25px
}

.main__text {
    font-size: 18px;
    margin-bottom: 40px;
    color: #fff;
    max-width: 330px
}

.main__text_small {
    max-width: 260px
}

.main__text span {
    display: block;
    margin-bottom: 5px
}

.main__btn {
    max-width: 260px;
    background: none;
    border: 3px solid #fff;
    color: #fff;
    padding: 15px;
    text-align: center;
    position: relative;
    border-radius: 100px;
    margin-bottom: 40px
}

.main__ps {
    font-size: 14px;
    font-weight: 500;
    color: #e4252f;
    max-width: 205px
}

.main__product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 70%
}

.main__product-btn {
    color: #fff;
    font-size: 18px;
    font-weight: 900;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    display: none;
    background: none;
    max-width: 330px;
    margin: 15px auto 0;
    padding: 15px;
    border: 2px solid #fff;
    border-radius: 100px
}

.main__right {
    max-width: 320px
}

@media screen and (max-width: 991px) {
    .main {
        padding: 100px 0 30px;
        z-index: 3
    }

    .main_bottom {
        padding: 30px 0 60px
    }

    .main_bottom .main__left {
        margin-bottom: 0
    }

    .main__container {
        justify-content: center
    }

    .main__left {
        max-width: 600px;
        margin-bottom: 30px
    }

    .main__btn {
        display: none
    }

    .main__right {
        max-width: 100%;
        display: flex;
        justify-content: center
    }

    .main__product {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 600px;
        margin-bottom: 30px
    }

    .main__product-btn {
        display: block
    }

    .product2{
        margin-top: 120px;
    }
}

@media screen and (max-width: 576px) {
    .main__title {
        font-size: 30px;
        max-width: 400px
    }

    .main__title span {
        font-size: 30px
    }

    .main__subtitle {
        font-size: 16px
    }

    .main__product img {
        width: 80%;
        position: relative;
        left: 40%;
        transform: translateX(-33%)
    }
}

.sugar {
    position: static;
    padding: 60px 0
}

.sugar__background {
    width: 1920px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%)
}

.sugar__background-mobile {
    display: none
}

.sugar__container {
    flex-direction: column;
    align-items: center
}

.sugar__title {
    max-width: 625px;
    color: #fff;
    text-align: center
}

.sugar__subtitle {
    max-width: 410px;
    text-align: center;
    color: #fff;
    font-size: 20px;
    font-weight: 700
}

.sugar__list {
    margin-top: -100px;
    display: flex;
    justify-content: space-between
}

.sugar__list-item {
    max-width: 178px;
    padding: 5px
}

.sugar__list-item_mid {
    margin-top: 100px
}

.sugar__list-item_bottom {
    margin-top: 165px
}

.sugar__img {
    margin-bottom: 15px
}

.sugar__item-title {
    text-align: center;
    font-size: 20px;
    font-weight: 900;
    color: #e4252f;
    text-transform: uppercase;
    margin-bottom: 10px
}

.sugar__item-text {
    text-align: center;
    font-weight: 500;
    color: #2f2f2f
}

@media screen and (max-width: 1200px) {
    .sugar__list {
        margin-top: -70px
    }
}

@media screen and (max-width: 991px) {
    .sugar {
        position: relative;
        padding: 30px 0
    }

    .sugar__background {
        position: absolute;
        top: 55%;
        left: 50%;
        transform: translate(-50%, -100%);
        background: linear-gradient(#FAD1D3 20%, #E4252F);
        right: -350px;
        width: 3000px
    }

    .sugar__background-desktop {
        display: none
    }

    .sugar__background-mobile {
        display: block
    }

    .sugar__container {
        justify-content: center
    }

    .sugar__list {
        margin-top: 40px;
        max-width: 330px
    }

    .sugar__list-item {
        max-width: 180px;
        margin: 0 auto
    }
}

@media screen and (max-width: 576px) {
    .sugar__title {
        max-width: 330px;
        font-size: 25px
    }

    .sugar__subtitle {
        font-size: 18px;
        max-width: 330px
    }
}

.sick {
    padding-bottom: 80px
}

.sick__container {
    justify-content: center
}

.sick__title {
    max-width: 900px;
    padding: 35px;
    text-align: center;
    text-transform: none;
    color: #e4252f;
    border-radius: 100px;
    background: #f8f8f8;
    margin-bottom: 120px
}

.sick__title span {
    color: #2f2f2f
}

.sick__row {
    display: flex;
    justify-content: flex-end
}

.sick__img {
    position: absolute;
    left: -60px;
    top: 90px;
    max-width: 65%
}

.sick__list {
    max-width: 39%;
    display: flex;
    flex-wrap: wrap
}

.sick__list-item {
    max-width: 380px;
    margin-bottom: 55px;
    font-size: 18px;
    font-weight: 500
}

.sick__list-item_2 {
    margin-left: 40px
}

.sick__list-item_3 {
    margin-left: 60px
}

.sick__list-item_4 {
    margin-left: 40px
}

.sick__list-item_5 {
    margin-left: 10px
}

@media screen and (max-width: 1100px) {
    .sick__img {
        top: auto;
        bottom: 0
    }
}

@media screen and (max-width: 991px) {
    .sick {
        padding-bottom: 30px
    }

    .sick__title {
        margin-bottom: 0
    }

    .sick__row {
        justify-content: center;
        flex-wrap: wrap
    }

    .sick__list {
        max-width: 600px;
        justify-content: center
    }

    .sick__img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 600px;
        margin-top: -30px;
        margin-bottom: 30px
    }

    .sick__list-item {
        text-align: center;
        margin-bottom: 15px
    }

    .sick__list-item_1,
    .sick__list-item_2,
    .sick__list-item_3,
    .sick__list-item_4,
    .sick__list-item_5 {
        margin-left: 0
    }
}

@media screen and (max-width: 576px) {
    .sick__title {
        font-size: 20px
    }

    .sick__list-item {
        font-size: 16px
    }
}

.problems {
    padding: 100px 0 60px
}

.problems__container {
    justify-content: center
}

.problems__title {
    color: #fff;
    max-width: 900px;
    text-transform: none;
    text-align: center
}

.problems__title span {
    font-weight: 900;
    text-transform: uppercase;
    display: block
}

.problems__col {
    padding: 5px
}

.problems__item {
    display: flex;
    align-items: center;
    margin-bottom: 10px
}

.problems__left {
    max-width: 340px
}

.problems__item-title {
    font-size: 21px;
    font-weight: 900;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 10px;
    text-align: right
}

.problems__item-text {
    font-size: 17px;
    font-weight: 500;
    color: #fff;
    text-align: right
}

.problems__item-right {
    max-width: 238px;
    margin-left: 25px
}

.problems__col-reverse .problems__item-left {
    order: 2
}

.problems__col-reverse .problems__item-right {
    order: 1;
    margin-left: 0;
    margin-right: 25px
}

.problems__col-reverse .problems__item-title,
.problems__col-reverse .problems__item-text {
    text-align: left
}

.problems .slick-next,
.problems .slick-prev {
    bottom: -60px
}

.problems .slick-prev:before,
.problems .slick-next:before {
    background: url(../images/slider__arrow-prev_white-2d732.svg) no-repeat center/contain
}

@media screen and (max-width: 991px) {
    .problems {
        padding: 30px 0 60px
    }

    .problems__list {
        max-width: 600px
    }
}

@media screen and (max-width: 576px) {
    .problems__title {
        font-size: 25px
    }

    .problems__col {
        padding: 0
    }

    .problems__list {
        width: calc(100% + 30px)
    }

    .problems__item {
        margin-bottom: 20px
    }

    .problems__item-left {
        padding-left: 15px
    }

    .problems__item-title {
        font-size: 18px;
        text-align: left;
        margin-bottom: 5px
    }

    .problems__item-text {
        text-align: left;
        font-size: 14px
    }

    .problems__item-right {
        margin-left: 5px
    }

    .problems__col-reverse .problems__item-left {
        order: 1
    }

    .problems__col-reverse .problems__item-right {
        order: 2;
        margin-left: 5px
    }
}

.consist {
    padding: 80px 0
}

.consist__container {
    justify-content: center
}

.consist__title {
    text-align: center;
    max-width: 1000px;
    color: #2f2f2f
}

.consist__subtitle {
    text-align: center;
    margin-bottom: 40px;
    font-size: 20px;
    font-weight: 500
}

.consist__list {
    display: flex;
    align-items: flex-start;
    justify-content: center
}

.consist__left {
    max-width: 375px;
    position: relative;
    margin-right: 40px
}

.consist__img {
    opacity: 0;
    position: absolute
}

.consist__img.active {
    position: relative;
    opacity: 1
}

.consist__right {
    max-width: 524px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.consist__name {
    max-width: 195px;
    margin-right: 30px
}

.consist__name-item {
    margin-bottom: 10px;
    padding: 10px 25px;
    width: auto;
    display: inline-block;
    cursor: pointer;
    border-radius: 17px;
    background: rgba(255, 255, 255, .2);
    color: #2f2f2f;
    border: 1px solid rgba(0, 0, 0, .001)
}

.consist__name-item.active {
    position: relative;
    z-index: 3;
    color: #e4252f;
    border: 1px solid #e4252f
}

.consist__name-item.active:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -30px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #e4252f;
    transform: translateY(-50%)
}

.consist__block {
    max-width: 290px
}

.consist__desc {
    position: relative;
    background: #f8f8f8;
    padding: 30px;
    border-radius: 22px;
    text-align: center;
    margin-bottom: 25px
}

.consist__desc-item {
    font-size: 20px;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

.consist__desc-item.active {
    position: relative;
    opacity: 1;
    z-index: 3
}

.consist__desc-title {
    color: #e4252f;
    margin-bottom: 20px
}

.consist__desc-text {
    font-size: 16px;
    font-weight: 400
}

.consist__nav {
    display: flex;
    justify-content: space-around
}

.consist__nav-arrow {
    width: 40px;
    height: 40px;
    cursor: pointer
}

.consist__nav-arrow_next {
    transform: rotate(180deg)
}

.consist__footer {
    font-size: 22px;
    font-weight: 500;
    margin-top: 50px;
    padding-left: 20px
}

.consist__footer b {
    font-weight: 900;
    color: #e4252f;
    text-transform: uppercase
}

@media screen and (max-width: 991px) {
    .consist {
        padding: 30px 0 40px
    }

    .consist__list {
        max-width: 600px;
        flex-wrap: wrap;
        justify-content: center
    }

    .consist__name {
        display: none
    }

    .consist__desc {
        max-width: 600px;
        margin-top: 30px
    }

    .consist__right {
        justify-content: center
    }

    .consist__left {
        margin-right: 0
    }
}

@media screen and (max-width: 768px) {
    .consist__name-item {
        padding: 10px 20px
    }

    .consist__name-item.active:before {
        width: 32px;
        height: 32px;
        border-radius: 6px;
        top: 5px;
        left: -6px
    }
}

@media screen and (max-width: 576px) {
    .consist__title {
        font-size: 22px
    }

    .consist__subtitle {
        font-size: 18px
    }

    .consist__desc-text {
        font-size: 16px
    }

    .consist__footer {
        text-align: center;
        padding-left: 0
    }
}

.pluses {
    padding: 70px 0
}

.pluses__container {
    justify-content: space-around;
    align-items: center
}

.pluses__title {
    max-width: 1070px;
    text-align: center;
    margin-bottom: 50px
}

.pluses__right {
    max-width: 38%
}

.pluses__text {
    margin-bottom: 20px
}

.pluses__list {
    position: relative;
    padding: 20px 0;
    margin-bottom: 20px
}

.pluses__list:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    border-radius: 131.5px;
    background: #f8f8f8;
    width: 1000px;
    height: 100%;
    z-index: -1
}

.pluses__item {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    max-width: 275px
}

.pluses__item:last-child {
    margin-bottom: 0
}

.pluses__icon {
    max-width: 40px;
    margin-right: 20px
}

.pluses__product {
    max-width: 57%;
    transform: translateX(-20px)
}

@media screen and (max-width: 991px) {
    .pluses {
        padding: 30px 0
    }

    .pluses__title {
        max-width: 600px
    }

    .pluses__product {
        order: 2;
        max-width: 600px
    }

    .pluses__right {
        order: 1;
        max-width: 600px;
        margin-bottom: 30px
    }

    .pluses__btn {
        margin: 0 auto
    }
}

@media screen and (max-width: 576px) {
    .pluses__product {
        position: relative;
        width: 450px
    }

    .pluses__title {
        font-size: 22px;
        margin-bottom: 20px
    }

    .pluses__text {
        font-size: 16px
    }

    .pluses__item-text {
        font-size: 16px
    }
}

.result {
    background: radial-gradient(59.78% 100.92% at 50% 50%, #FF222E 0%, #830000 100%)
}

.result__container {
    justify-content: flex-end
}

.result__left {
    position: absolute;
    bottom: 0;
    left: 0
}

.result__img {
    max-width: 47%;
    position: relative;
    left: -15px
}

.result__product {
    max-width: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-25%, -50%);
}

@media screen and (max-width: 1200px) {
    .result__product {
        transform: translate(-30%, -55%);
    }
}

@media screen and (max-width: 1140px) {
    .result__product {
        transform: translate(-30%, -60%);
    }
}

@media screen and (max-width: 1045px) {
    .result__product {
        transform: translate(-30%, -65%);
    }
}

.result__right {
    position: relative;
    z-index: 2;
    max-width: 53%;
    padding: 80px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.result__title {
    color: #fff;
    text-transform: none;
    margin-bottom: 60px
}

.result__list {
    transform: translateX(50px);
    max-width: 73%
}

.result__item {
    position: relative;
    margin-bottom: 15px;
    color: #fff;
    max-width: 320px;
    padding-left: 55px;
    font-size: 18px;
    min-height: 35px
}

.result__item b {
    font-size: 20px;
    font-weight: 900;
    display: block;
    max-width: 260px
}

.result__item:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    width: 35px;
    height: 35px;
    background-image: url(../images/result__icon-da6f5.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain
}

.result__icon {
    max-width: 35px;
    margin-right: 30px
}

@media screen and (max-width: 1200px) {
    .result__title {
        font-size: 30px
    }
}

@media screen and (max-width: 991px) {
    .result {
        background: none;
        padding: 30px 0
    }

    .result__container {
        display: block
    }

    .result__left {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        background: radial-gradient(59.78% 100.92% at 50% 50%, #FF222E 0%, #830000 100%);
        width: calc(100% + 30px);
        max-width: 1000px;
        left: 50%;
        transform: translateX(-50%);
        display: flex;
        justify-content: center;
        padding: 30px 0 0
    }

    .result__img {
        max-width: 50%;
        align-self: flex-end
    }

    .result__product {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        align-self: center;
        margin: 0 0 10px 10px;
        width: 30%;
    }

    .result__right {
        max-width: 600px;
        margin: 30px auto 0;
        padding: 0
    }

    .result__title {
        font-size: 30px;
        color: #2f2f2f;
        margin-bottom: 20px
    }

    .result__list {
        max-width: 100%
    }

    .result__item {
        color: #2f2f2f;
        max-width: 100%
    }

    .result__item:before {
        background-image: url(../images/pluses__icon-c1405.svg)
    }
}

@media screen and (max-width: 576px) {
    .result__product {
        max-width: 28%
    }

    .result__title {
        font-size: 20px;
        text-align: center
    }

    .result__item {
        font-size: 16px
    }
}

.expert {
    padding: 50px 0
}

.expert__container {
    justify-content: flex-end
}

.expert__title {
    width: auto;
    position: absolute;
    top: 0;
    left: 50%
}

.expert__list {
    margin-bottom: 30px
}

.expert__item {
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
    overflow: hidden
}

.expert__right {
    max-width: 625px;
    padding-right: 50px
}

.expert__left {
    max-width: 452px;
    margin-right: 30px;
    position: relative
}

.expert__left:before {
    content: "";
    display: block;
    position: absolute;
    bottom: 0;
    left: -500px;
    width: 3000px;
    height: 2px;
    background: #e4252f
}

.expert__text {
    margin-bottom: 30px
}

.expert__name {
    font-size: 22px;
    margin-bottom: 30px
}

.expert__name b {
    font-weight: 800
}

.expert__btn {
    position: absolute;
    bottom: -50px;
    left: 50%
}

.expert .slick-prev,
.expert .slick-next {
    top: auto;
    bottom: -90px
}

@media screen and (max-width: 991px) {
    .expert {
        padding: 30px 0
    }

    .expert__container {
        justify-content: center
    }

    .expert__title {
        position: relative;
        top: 0;
        left: 0;
        transform: none
    }

    .expert__list {
        margin-bottom: 80px
    }

    .expert__item {
        flex-wrap: wrap;
        justify-content: center
    }

    .expert__left {
        margin-bottom: 30px;
        margin-right: 0
    }

    .expert__btn {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        bottom: 0
    }

    .expert .slick-prev,
    .expert .slick-next {
        top: auto;
        bottom: -80px
    }

    .expert .slick-prev {
        left: 50%;
        transform: translate(-200%, -50%)
    }

    .expert .slick-next {
        left: 50%;
        right: auto;
        transform: translate(50%, -50%) rotate(-180deg)
    }
}

@media screen and (max-width: 576px) {
    .expert__title {
        font-size: 25px
    }
}

.use {
    padding: 70px 0
}

.use__title {
    color: #e4252f;
    text-align: center;
    margin-bottom: 50px
}

.use__title span {
    color: #2f2f2f;
    text-transform: none
}

.use__left {
    max-width: 180px;
    margin-right: 60px
}

.use__right {
    max-width: 72%
}

.use__list {
    display: flex;
    position: relative;
    margin-bottom: 60px;
    overflow: hidden
}

.use__item {
    padding: 0 10px
}

.use__icon {
    width: auto;
    max-width: 105px;
    height: 105px;
    margin: 0 auto 30px
}

.use__text {
    text-align: center;
    position: relative;
    padding-top: 30px
}

.use__text b {
    font-weight: 800
}

.use__item:first-child .use__text:before {
    content: "";
    display: block;
    background: #e4252f;
    position: absolute;
    top: 0;
    left: 0;
    width: 1000px;
    height: 1px
}

@media screen and (max-width: 991px) {
    .use {
        padding: 30px 0
    }

    .use__container {
        justify-content: center
    }

    .use__left {
        display: none
    }

    .use__right {
        max-width: 600px
    }

    .use__list {
        flex-wrap: wrap
    }

    .use__item {
        display: flex;
        align-items: center
    }

    .use__item:first-child .use__text:before {
        width: 1px;
        top: -100px;
        height: 1000px
    }

    .use__icon {
        max-width: 75px;
        height: auto;
        margin-right: 25px
    }

    .use__text {
        text-align: left;
        padding: 0 0 0 25px
    }
}

@media screen and (max-width: 576px) {
    .use__title {
        font-size: 25px
    }

    .use__list {
        margin-bottom: 30px
    }
}

.comments {
    padding: 0 0 70px;
    position: relative;
    z-index: 3
}

.comments__title {
    text-align: center;
    margin-bottom: 40px
}

.comments__list {
    padding-bottom: 50px
}

.comments__list:before {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    height: calc(100% - 100px);
    width: 100%;
    border-radius: 100px;
    border: 1px solid #e4252f
}

.comments__block {
    padding: 0 20px
}

.comments__item {
    max-width: 309px;
    margin: 0 auto
}

.comments__avatar {
    max-width: 228px;
    margin: 0 auto 30px
}

.comments__text {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px
}

.comments__name {
    font-weight: 800;
    text-align: center
}

.comments .slick-prev,
.comments .slick-next {
    top: auto;
    bottom: -80px
}

.comments .slick-prev {
    left: 50%;
    transform: translate(-250%, -50%)
}

.comments .slick-next {
    left: 50%;
    right: auto;
    transform: translate(100%, -50%) rotate(-180deg)
}

@media screen and (max-width: 991px) {
    .comments {
        padding: 30px 0 100px
    }

    .comments__list {
        padding-bottom: 0
    }

    .comments__list:before {
        content: none
    }

    .comments__block {
        padding: 0
    }

    .comments__item {
        margin-top: 120px;
        border-radius: 25px;
        border: 1px solid #e4252f;
        padding: 130px 20px 20px;
        position: relative;
        max-width: 500px
    }

    .comments__avatar {
        position: absolute;
        top: 0;
        left: 50%;
        transform: translate(-50%, -50%)
    }
}

@media screen and (max-width: 576px) {
    .comments__title {
        font-size: 25px
    }
}

.footer__background {
    display: block;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1920px
}

.footer__container {
    padding: 30px 15px;
    border-top: 2px solid #fff;
    align-items: center;
    justify-content: center
}

.footer__logo {
    max-width: 84px;
    margin: 5px
}

.footer__text {
    margin: 5px;
    width: auto;
    color: #fff;
    text-align: center;
    font-size: 20px
}

@media screen and (max-width: 991px) {
    .footer__background {
        left: auto;
        right: -230px;
        transform: none
    }
}

@media screen and (max-width: 576px) {
    .footer__container {
        justify-content: center
    }

    .footer__text {
        width: 100%;
        text-align: center
    }
}

.slick-slider {
    position: relative;
    display: block;
    box-sizing: border-box;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

.slick-list {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0;
    padding: 0
}

.slick-list:focus {
    outline: none
}

.slick-list.dragging {
    cursor: pointer;
    cursor: hand
}

.slick-slider .slick-track,
.slick-slider .slick-list {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

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

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

.slick-track:after {
    clear: both
}

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

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

[dir=rtl] .slick-slide {
    float: right
}

.slick-slide img {
    display: block
}

.slick-slide.slick-loading img {
    display: none
}

.slick-slide.dragging img {
    pointer-events: none
}

.slick-initialized .slick-slide {
    display: block
}

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

.slick-vertical .slick-slide {
    display: block;
    height: auto;
    border: 1px solid rgba(0, 0, 0, 0)
}

.slick-arrow.slick-hidden {
    display: none
}

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

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: rgba(0, 0, 0, 0);
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
    opacity: 1
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
    opacity: .25
}

.slick-prev:before,
.slick-next: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 {
    display: block;
    position: absolute;
    bottom: -25px;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center
}

.slick-dots li {
    display: inline-block;
    position: relative;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: rgba(0, 0, 0, 0);
    border: 0;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.slick-dots li button:hover,
.slick-dots li button:focus {
    outline: none
}

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
    opacity: 1
}

.slick-dots li button:before {
    content: "•";
    font-family: "slick";
    font-size: 6px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    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
}

.animation-fadeIn {
    animation: fadeIn .5s ease-in-out
}

.animation-fadeOut {
    animation: fadeOut .5s ease-in-out
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes pulse {
    from {
        transform: scale(1);
        opacity: 0
    }

    10% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(2);
        opacity: 0
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    select::-ms-expand {
        display: none
    }
}

.slick-prev {
    left: 15px
}

.slick-next {
    right: 15px;
    transform: translateY(-50%) rotate(180deg)
}

.slick-prev,
.slick-next {
    width: 40px;
    height: 40px;
    bottom: 20px;
    top: auto
}

.slick-prev:before,
.slick-next:before {
    display: block;
    width: 100%;
    height: 100%;
    color: rgba(255, 255, 255, .001);
    background: url(../images/slider__arrow-prev-db28f.svg) no-repeat center/contain
}

.slick-dots {
    bottom: -35px
}

.slick-dots li {
    border-radius: 50%;
    background: #d6d6d6
}

.slick-dots li button:before {
    color: rgba(255, 255, 255, .001)
}

.slick-dots li.slick-active {
    background: #fbb84a
}

.slick-dots li.slick-active button:before {
    color: rgba(255, 255, 255, .001)
}