/*! 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: "RfDewiExtended";
    src: url(../fonts/RFDewiExtended-light-36247.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

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

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

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

.container {
    display: flex;
    position: relative;
    max-width: 1180px;
    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: "RfDewiExtended", "Arial", sans-serif;
    line-height: 1.2;
    scroll-behavior: smooth;
    color: #2d1a61
}

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

section {
    position: relative
}

button {
    border: none
}

button:focus {
    outline: none
}

.btn {
    color: #fff;
    font-size: 17px;
    font-weight: 800;
    text-decoration: none;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(90.32deg, #7B42EE 0.28%, #E30670 97.18%);
    position: relative;
    max-width: 300px;
    padding: 15px 20px;
    transition: all .3s ease-in-out;
    transform: scale(1);
    border-radius: 90px;
    box-shadow: 0 9px 25px rgba(123, 66, 238, .31)
}

.btn:hover {
    transform: scale(1.01);
    box-shadow: 0 0 10px rgba(0, 0, 0, .3)
}

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

.counter {
    margin: 30px auto 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 233px;
    padding-bottom: 20px
}

.counter__item {
    max-width: 69px;
    padding: 16px;
    position: relative;
    background-color: #fff;
    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: 28px;
    font-weight: 700
}

.counter__text {
    font-size: 15px;
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateY(100%);
    text-align: center
}

.logo {
    width: 137px
}

.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 {
    text-align: center;
    display: none;
    width: 100%;
    max-width: 305px
}

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

.nav__item {
    font-size: 15px;
    font-weight: 400;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    width: auto;
    margin-right: 40px;
    padding: 8px 0;
    cursor: pointer;
    border-radius: 10px
}

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

.nav__item:hover {
    font-weight: 700
}

.nav__item_active {
    color: #e30670
}

.nav__item_active:before {
    content: "";
    display: block;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #e30670;
    position: absolute
}

.nav__item_order {
    color: #fff;
    background-color: #000;
    padding: 8px 25px
}

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

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

    .nav__item {
        color: #2d1a61
    }

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

    .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;
        margin-bottom: 70px;
        position: relative
    }

    .nav__title:before {
        content: ""
    }

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

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

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

    .nav__item_active {
        text-decoration: underline
    }

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

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

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

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

.title {
    font-size: 40px;
    font-weight: 700;
    line-height: .8
}

@media screen and (max-width: 991px) {
    section .title {
        line-height: 1;
        width: fit-content;
        margin: 0 auto 30px;
    }
}

@media screen and (max-width: 576px) {
    section .title {
        font-size: 24px;

        line-height: 1
    }
}

.form {
    background: #fff;
    max-width: 346px;
    border-radius: 20px;
    position: relative;
    padding: 30px
}

.form__title {
    font-weight: 700;
    text-align: center;
    font-size: 28px;
    margin-bottom: 15px
}

.form__select {
    position: relative
}

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

.form__input {
    border: 1px solid #ececec;
    border-radius: 90px;
    padding: 15px 33px;
    margin-bottom: 20px
}

.price {
    display: flex;
    align-content: center;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center
}

.price__item {
    color: #e30670;
    font-size: 30px;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: center;
    width: auto;
    margin-bottom: 10px;
    line-height: 1
}

.price__old {
    color: #8a8a8a;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: line-through;
    padding: 0 5px
}

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

.price__new {
    text-align: center;
    margin-left: 10px
}

.product {
    width: 100%;
    max-width: 623px
}

.product__img {
    width: 100%
}

.alarm {
    position: relative
}

.alarm:before {
    content: "";
    display: block;
    background: url(../images/alarm-556d6.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 65px;
    height: 57px
}

.alarm__title {
    max-width: 275px;
    margin: 5px 0 40px auto
}

@media screen and (max-width: 991px) {
    .alarm:before {
        position: relative;
        margin-bottom: 20px
    }

    .alarm__title {
        margin-left: 0;
        margin-bottom: 20px
    }
}

.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/consist__arrow-2c036.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    width: 57px;
    height: 57px
}

.slider__arrows-item_white:before {
    background: url(../images/consist__arrow_white-2db6c.svg) no-repeat center/contain
}

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

.stock {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.stock__btn {
    flex: 1 0 100%;
    max-width: 284px;
    margin-right: 25px;
    margin-bottom: 15px
}

.stock__text {
    width: auto;
    margin-bottom: 15px
}

.stock__text span {
    color: #e30670;
    font-size: 24px;
    line-height: 1;
    display: block
}

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

    .stock__text span {
        display: inline;
        font-size: inherit
    }

    .stock__text,
    .stock__btn {
        margin: 0 auto 30px
    }
}

.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: #faf6fe
}

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

.header__logo {
    font-size: 32px;
    font-weight: 700;
    color: #e30670;
    width: auto
}

.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 {
    padding: 130px 0 50px;
}

.main:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    top: 24%;
    background: url(../images/problems__before-17136.svg) no-repeat center/contain;
    width: 625px;
    height: 140px;
    transform: translateX(-40%)
}

.main__container {
    align-items: center;
    justify-content: space-between;
    z-index: 3
}

.main__bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.main__bg-item {
    position: absolute;
    top: 0;
    border-radius: 50%
}

.main__bg-item_pink {
    background-color: #fff1f3;
    left: 0;
    width: 630px;
    height: 630px;
    transform: translate(-50%, -50%);
    filter: blur(190px)
}

.main__bg-item_violet {
    background: #faf6fe;
    right: 0;
    width: 1300px;
    height: 1300px;
    transform: translate(50%, -50%)
}

.main__bg-item_bottom {
    background: rgba(250, 246, 254, .51);
    bottom: 0;
    left: 0;
    width: 1000px;
    height: 1000px;
    transform: translate(-37%, 60%)
}

.main__left {
    max-width: 52%
}

.main__title {
    margin-bottom: 60px;
    position: relative;
    z-index: 3
}

.main__list {
    max-width: 330px;
    margin-bottom: 75px;
    position: relative;
    z-index: 3
}

.main__list-item {
    display: flex;
    align-items: flex-start;
    margin-bottom: 25px
}

.main__list-img {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #fbf1ef;
    max-width: 59px;
    height: 59px;
    margin-right: 20px;
    border-radius: 20px;
    box-shadow: 0 6px 22px rgba(255, 255, 255, .4)
}

.main__list-icon {
    max-width: 36px
}

.main__stock-text_red {
    color: #e30670;
    font-size: 24px
}

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

.main__right {
    display: flex;
    align-items: center;
    justify-content: center;
    background: linear-gradient(203.83deg, #FAF1EE -0.41%, #F8E7F9 92.95%);
    max-width: 387px;
    padding: 20px;
    border-radius: 20px;
    box-shadow: 14px 19px 95px -6px #feebff;
    position: relative;
    z-index: 3
}

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

    .main__bg {
        display: none
    }

    .main:before {
        content: none
    }

    .main_top {
        padding-top: 100px
    }

    .main__container {
        justify-content: center
    }

    .main__left {
        max-width: 600px;
        margin-bottom: 50px;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .main__title {
        order: 1
    }

    .main__product {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        order: 2
    }

    .main__stock {
        order: 3;
        margin-bottom: 30px
    }

    .main__stock span {
        display: inline
    }

    .main .stock__text {
        text-align: left;
        margin-left: 0
    }

    .main__list {
        margin-bottom: 0;
        order: 4;
        display: flex;
        flex-wrap: wrap;
        max-width: 100%
    }

    .main__list-item {
        flex-wrap: wrap;
        max-width: 50%
    }

    .main__list-img {
        margin-bottom: 10px
    }
}

@media screen and (max-width: 576px) {
    .main__stock {
        margin-top: 30px
    }

    .main__list-item {
        font-size: 13px;
        padding-right: 20px
    }
}

.problems {
    padding: 120px 0
}

.problems:before {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(../images/problems__before-17136.svg) no-repeat center/contain;
    width: 625px;
    height: 140px;
    transform: translate(-30%, -50%)
}

.problems__container {
    align-items: center;
    z-index: 3
}

.problems__left {
    max-width: 515px
}

.problems__title {
    margin-bottom: 50px
}

.problems__img {
    position: absolute;
    top: 50%;
    right: 0;
    max-width: 49%;
    transform: translateY(-50%)
}

.problems__list-item {
    position: relative;
    margin-bottom: 22px;
    padding: 20px 0 20px 80px
}

.problems__list-item:before {
    content: ":(";
    color: #2d1a61;
    font-size: 40px;
    text-align: center;
    display: block;
    background: #fbf1ef;
    position: absolute;
    top: 0;
    left: 0;
    width: 59px;
    height: 59px;
    border-radius: 20px;
    box-shadow: 0 6px 22px rgba(255, 255, 255, .4)
}

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

    .problems__container {
        justify-content: center
    }

    .problems__img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 584px;
        margin-bottom: 20px
    }
}

.for {
    padding: 50px 0
}

.for:before {
    content: "";
    display: block;
    background: url(../images/for__before-dff2d.svg) no-repeat center/contain;
    position: absolute;
    top: 190px;
    right: 0;
    width: 531px;
    height: 326px
}

.for__title {
    max-width: 600px;
    margin-bottom: 70px;
    margin-left: auto
}

.for__card {
    background: linear-gradient(203.83deg, #FAF1EE -0.41%, #F8E7F9 92.95%);
    padding: 80px 30px 30px;
    border: 19px solid #fff;
    border-radius: 386px 75px 75px 75px;
    box-shadow: 0 4px 47px #f9e9f8
}

.for__img {
    position: absolute;
    bottom: 19px;
    left: 70px;
    max-width: 35%
}

.for__right {
    position: relative;
    z-index: 3;
    max-width: 53%;
    margin-left: auto
}

.for__list {
    margin-bottom: 50px
}

.for__list-item {
    position: relative;
    margin-bottom: 30px;
    padding-left: 40px
}

.for__list-item:before {
    content: "";
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    border-radius: 50%
}

.for__list-item:after {
    content: "!";
    font-size: 40px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -10px;
    left: 0;
    width: 30px;
    height: 30px
}

.for__list-item b {
    text-transform: uppercase
}

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

    .for__title {
        margin-left: 0
    }

    .for__card {
        margin-top: 30px
    }
}

@media screen and (max-width: 768px) {
    .for__card {
        border-radius: 40px;
        padding: 70px 30px 0
    }

    .for__right {
        margin: 0 auto;
        max-width: 560px
    }

    .for__img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 0 auto;
        max-width: 272px
    }

    .for__stock {
        margin-bottom: 30px
    }

    .for__stock .btn {
        order: 2
    }

    .for__stock .stock__text {
        order: 1
    }
}

@media screen and (max-width: 576px) {
    .for__card {
        padding: 70px 15px 0
    }
}

.info {
    padding: 50px 0 140px
}

.info__row {
    position: relative;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 50px
}

.info__title {
    margin-bottom: 35px
}

.info__text {
    margin-bottom: 50px
}

.info__text b {
    color: #e30670
}

.info__text_color {
    text-transform: uppercase;
    color: #e30670;
    font-weight: 700
}

.info__footer-text {
    margin-bottom: 10px
}

.info__footer-text span {
    display: block;
    font-size: 24px;
    color: #e30670
}

.info__left {
    max-width: 47%
}

.info__product {
    max-width: 33%;
    position: relative
}

.info__product-img {
    position: relative;
    z-index: 3
}

.info__product-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 505px;
    height: 505px;
    z-index: -1
}

.info__product-circle {
    position: absolute;
    top: 0;
    left: 0;
    background: #faf6fe;
    border-radius: 50%;
    height: 100%
}

.info__product-circle_1 {
    animation: pulse 3s linear infinite
}

.info__product-circle_2 {
    animation: pulse 3s 1.5s linear infinite
}

.info__product-circle_3 {
    animation: pulse 3s 3s linear infinite
}

.info__img {
    max-width: 50%;
    position: absolute;
    top: 0;
    left: 0
}

.info__right {
    max-width: 41%;
    margin-left: auto
}

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

    .info__row {
        justify-content: center;
        margin-bottom: 30px
    }

    .info__left,
    .info__product,
    .info__img,
    .info__right {
        max-width: 455px
    }

    .info__img {
        order: 2;
        position: relative;
        margin-bottom: 30px
    }

    .info__right {
        order: 1;
        margin-left: 0
    }

    .info__text {
        margin-bottom: 30px
    }
}

.component {
    background: #fff9f9;
    z-index: 3;
    padding-top: 90px
}

.component__left {
    max-width: 51%
}

.component__title {
    margin-bottom: 20px
}

.component__subtitle {
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 35px
}

.component__text {
    margin-bottom: 30px
}

.component__text_last {
    max-width: 430px
}

.component__img {
    max-width: 48%
}

.component__footer-text {
    margin-bottom: 15px
}

.component__footer-text span {
    color: #e30670;
    font-size: 24px;
    display: block
}

.component__product {
    position: absolute;
    bottom: -50px;
    left: 50%;
    max-width: 16%;
    transform: translateX(8%)
}

.component__stock {
    max-width: 300px
}

@media screen and (max-width: 1200px) {
    .component__product {
        transform: translateX(-30%)
    }
}

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

    .component__container {
        justify-content: flex-start;
        align-items: center;
        flex-direction: column
    }

    .component__left {
        max-width: 600px
    }

    .component__text_last {
        max-width: 100%
    }

    .component__img {
        max-width: 320px
    }

    .component__product {
        max-width: 140px;
        transform: translateX(-65%)
    }

    .component__stock {
        max-width: 100%
    }
}

@media screen and (max-width: 390px) {
    .component__product {
        bottom: -150px
    }
}

.consist {
    background-color: #fff2fe;
    padding: 100px 0
}

.consist__item {
    height: 100%;
    background: #fff9f9;
    padding: 30px 30px 220px;
    border: 19px solid #fff;
    border-radius: 75px 425px 75px 75px;
    box-shadow: 0 4px 95px rgba(223, 197, 221, .6)
}

.consist__item-left {
    max-width: 530px
}

.consist__item-title {
    margin-bottom: 50px
}

.consist__item-subtitle {
    font-weight: 400;
    text-transform: uppercase;
    max-width: 422px;
    margin-bottom: 30px
}

.consist__item-text {
    max-width: 422px
}

.consist__item-img {
    position: absolute;
    top: 50%;
    right: 120px;
    max-width: 38%;
    transform: translateY(-50%)
}

@media screen and (max-width: 1200px) {
    .consist__item-img {
        right: 50px
    }
}

@media screen and (max-width: 991px) {
    .consist__item {
        border-radius: 40px;
        padding: 30px 15px 100px
    }

    .consist__item-left {
        margin: 0 auto
    }

    .consist__item-img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 0 auto;
        max-width: 500px
    }
}

.why {
    background-color: #fff2fe;
    padding: 70px 0 110px
}

.why__container {
    justify-content: flex-end
}

.why__product {
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    left: 30px;
    max-width: 30%
}

.why__product-bg {
    max-width: 65%;
    position: absolute;
    bottom: -50px;
    right: 0
}

.why__left {
    max-width: 54%
}

.why__title {
    margin-bottom: 40px
}

.why__text {
    margin: 25px 0
}

.why__subtitle {
    text-transform: uppercase;
    color: #e30670;
    margin-bottom: 25px
}

.why__card {
    background: #fff9f9;
    padding: 30px;
    border: 19px solid #fff;
    border-radius: 32px;
    margin: 40px 0;
    position: relative
}

.why__card:before {
    content: "?";
    display: block;
    position: absolute;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    color: #e30670;
    font-size: 96px;
    font-weight: 700;
    line-height: 1
}

.why__card-info {
    max-width: 324px;
    margin: 0 auto
}

.why__card-title {
    color: #e30670;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px
}

.why__list {
    margin-bottom: 30px;
    list-style: disc;
    padding-left: 20px
}

.why__list-item {
    display: list-item;
    margin-bottom: 5px
}

.why__btn {
    font-size: 16px;
    text-transform: none;
    max-width: 538px
}

.why .slider__item {
    left: 50%;
    top: 0;
    transform: translateX(-50%)
}

.why .slider__item_active {
    left: 0;
    transform: none
}

.why .slider__arrows {
    display: flex;
    justify-content: flex-end;
    bottom: 70px
}

.why .slider__arrows-item {
    background: url(../images/arrow_pink-f24d9.svg) no-repeat center/contain
}

.why .slider__arrows-item:before {
    content: none
}

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

    .why__container {
        justify-content: center
    }

    .why__left {
        max-width: 600px
    }

    .why__product {
        max-width: 340px;
        margin: 0 auto 30px;
        position: relative;
        top: 0;
        left: 0;
        transform: none
    }

    .why__product-bg {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: -75px auto 0
    }

    .why__card {
        padding: 15px
    }

    .why__card:before {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 0 auto 10px;
        text-align: center;
        width: auto
    }

    .why__card-title {
        margin-bottom: 10px;
        text-align: center
    }

    .why__card-text {
        text-align: center
    }

    .why__btn {
        text-align: center
    }

    .why .slider__arrows {
        padding: 0 15px;
        bottom: -80px
    }
}

@media screen and (max-width: 576px) {
    .why__product-bg {
        margin-top: -70px;
        max-width: 350px
    }

    .why__card {
        padding: 0 15px 20px
    }

    .why__card-title {
        font-size: 15px
    }
}

.use {
    padding: 130px 0
}

.use__container {
    background: linear-gradient(203.83deg, #FAF1EE -0.41%, #F8E7F9 92.95%);
    border-radius: 13px;
    padding: 40px;
    justify-content: space-around;
    align-items: center
}

.use__item {
    padding: 10px
}

.use__left {
    max-width: 462px
}

.use__title {
    margin-bottom: 30px;
    line-height: 1
}

.use__list {
    display: flex;
    align-items: flex-start;
    justify-content: space-between
}

.use__img {
    max-width: 80px;
    margin-bottom: 30px
}

.use__text {
    padding-right: 15px
}

.use__list-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    max-width: 140px
}

.use__right {
    max-width: 414px
}

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

    .use__container {
        padding: 30px 15px
    }

    .use__title {
        font-size: 23px
    }

    .use__item {
        padding: 0
    }

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

    .use__list-item {
        max-width: 175px;
        padding-right: 10px;
        margin-bottom: 30px
    }

    .use__img {
        margin-bottom: 15px
    }
}

.line {
    z-index: 3;
    padding: 0 0 70px
}

.line__list {
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 3;
    padding-top: 80px
}

.line__title {
    color: #fff9f9;
    font-size: 500px;
    font-weight: 700;
    line-height: .7;
    text-align: center;
    letter-spacing: -0.08em;
    position: absolute;
    z-index: -1;
    top: -100px;
    left: 50%;
    width: 1720px;
    transform: translateX(-50%)
}

.line__product {
    flex: 1 0 100%;
    max-width: 192px;
    margin: 15px;
    transform: rotate(24deg);
    filter: drop-shadow(0px 4px 33px #EBDEEA)
}

.line__product:nth-child(odd) {
    transform: rotate(-156deg)
}

@media screen and (max-width: 1200px) {
    .line__title {
        font-size: 35vw
    }
}

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

    .line__title {
        top: 0
    }

    .line__list {
        padding-top: 50px
    }

    .line__product {
        max-width: 80px;
        margin: 8px
    }
}

.expert {
    background: #fff9f9;
    margin-top: -250px;
    padding: 250px 0 100px
}

.expert__container {
    justify-content: flex-end
}

.expert__left {
    max-width: 50%
}

.expert__title {
    margin-bottom: 30px
}

.expert__img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 44%
}

.expert__text {
    max-width: 511px;
    margin-bottom: 40px
}

.expert__info {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: absolute;
    bottom: 0;
    left: 0;
    max-width: 440px
}

.expert__name {
    width: auto
}

.expert__name b {
    display: block;
    width: auto
}

.expert__sign {
    max-width: 237px
}

.expert__footer {
    display: flex;
    align-items: center;
    margin-top: 100px
}

.expert__btn {
    flex: 1 0 100%;
    max-width: 284px
}

.expert__footer-text span {
    color: #e30670;
    font-size: 24px;
    display: block
}

@media screen and (max-width: 1200px) {
    .expert__img {
        top: 50%;
        transform: translateY(-50%)
    }
}

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

    .expert__container {
        justify-content: center
    }

    .expert__img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 20px auto;
        max-width: 360px
    }

    .expert__info {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        display: block;
        margin: 40px 0
    }

    .expert__text {
        margin-bottom: 20px
    }

    .expert__sign {
        margin-bottom: 20px
    }

    .expert__name b {
        display: inline
    }

    .expert__left {
        max-width: 600px
    }

    .expert__stock {
        max-width: 350px;
        margin: 0 auto
    }
}

.comments {
    padding: 100px 0 30px
}

.comments__item {
    display: flex;
    align-items: flex-start;
    justify-content: flex-end;
    background: linear-gradient(203.83deg, #FAF1EE -0.41%, #F8E7F9 92.95%);
    padding: 0 40px;
    border: 19px solid #fff;
    border-radius: 75px;
    box-shadow: 0 4px 47px #f9e9f8
}

.comments__avatar {
    position: absolute;
    top: 50%;
    left: 40px;
    max-width: 31%;
    overflow: hidden;
    transform: translateY(-50%)
}

.comments__info {
    max-width: 56%;
    padding: 90px 0 110px
}

.comments__title {
    margin-bottom: 30px
}

.comments__text {
    font-size: 17px;
    margin-bottom: 30px
}

.comments__name {
    color: #e30670;
    font-weight: 700
}

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

    .comments__item {
        flex-wrap: wrap;
        justify-content: center;
        padding: 30px 30px 120px;
        border-radius: 40px
    }

    .comments__avatar {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        max-width: 350px;
        margin: 0 auto 30px
    }

    .comments__info {
        max-width: 800px;
        padding: 0
    }
}

@media screen and (max-width: 576px) {
    .comments__item {
        border-width: 10px;
        padding: 30px 15px 120px
    }
}

/* .footer {
    padding: 30px 0;
    position: relative;
    z-index: 5
} */

.footer__text {
    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
}

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