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;
    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;
    -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: "DelaGothicOne";
    src: url(../assets/fonts/DelaGothicOne-Regular-d0051.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Jost";
    src: url(../assets/fonts/Jost-Light-2504a.woff) format("woff");
    font-weight: 300;
    font-style: normal
}

@font-face {
    font-family: "jost";
    src: url(../assets/fonts/Jost-Regular-14d3c.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "jost";
    src: url(../assets/fonts/Jost-Medium-1b95d.woff) format("woff");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "jost";
    src: url(../assets/fonts/Jost-SemiBold-ad2ad.woff) format("woff");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "jost";
    src: url(../assets/fonts/Jost-Bold-45a90.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

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

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

.row {
    display: flex;
    align-items: flex-start;
    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: "Jost", "Arial", sans-serif;
    line-height: 1.3;
    scroll-behavior: smooth
}

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

.select {
    position: relative
}

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

section {
    position: relative
}

button {
    border: none
}

button:focus {
    outline: none
}

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

.logo__img {
    max-width: 33px;
    margin-right: 10px
}

.logo__text {
    font-size: 20px;
    text-transform: uppercase
}

.title {
    font-size: 45px;
    font-weight: 800;
    margin-bottom: 35px;
    color: #000;
    position: relative
}

.title_white {
    color: #fff
}

.title_big {
    font-size: 60px
}

.title_center {
    text-align: center
}

@media screen and (max-width: 991px) {
    .title {
        margin-bottom: 20px
    }
}

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

.form {
    background: #f8f8f8;
    max-width: 345px;
    border-radius: 15px;
    position: relative;
    padding: 30px
}

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

.form__block {
    margin: 20px 0
}

.form select {
    background-color: #ececec
}

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

.form ::placeholder {
    color: #000
}

.form__button {
    color: #fff;
    padding: 15px;
    text-align: center;
    background: #f4bf59;
    box-shadow: 0 9px 25px rgba(244, 182, 89, .5);
    border-radius: 90px
}

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

.price__item {
    text-align: center;
    width: auto;
    margin: 0 10px
}

.price__old {
    font-size: 18px;
    color: #8a8a8a;
    text-decoration: line-through
}

.price__new {
    color: #c053a0;
    font-size: 30px;
    font-weight: 700
}

.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: 25px;
    font-weight: 300
}

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

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

.product__img {
    margin: 0 auto;
    width: 100%
}

.alarm {
    background: linear-gradient(#F4BF59 50%, #fff 50%);
    z-index: 2;
    margin-top: -1px
}

.alarm__container {
    align-items: center;
    justify-content: space-between;
    background: #f4f4f4;
    padding: 100px 40px;
    border: 12px solid #f4bf59;
    border-radius: 40px;
    box-shadow: 0 4px 44px rgba(0, 0, 0, .15)
}

.alarm__title {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 42px;
    max-width: 432px
}

.alarm__text {
    font-size: 22px;
    max-width: 426px;
    padding-left: 20px;
    border-left: 8px solid #d9d9d9
}

.alarm__product {
    background: url(../assets/img/alarm__bg-96b74.png) no-repeat 40% 0/50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 700px
}

.alarm__product img {
    position: relative;
    bottom: -40px
}

@media screen and (max-width: 1280px) {
    .alarm {
        padding: 0 15px
    }

    .alarm__container {
        align-items: center;
        flex-direction: column;
        justify-content: center;
        max-width: 900px
    }

    .alarm__product {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 40px 0 50px
    }
}

@media screen and (max-width: 576px) {
    .alarm__container {
        padding: 40px 25px
    }

    .alarm__title {
        font-size: 22px
    }

    .alarm__text {
        font-size: 16px
    }

    .alarm__product {
        background-size: contain;
        margin-top: 20px
    }

    .alarm__product img {
        left: 50%;
        width: 367px;
        max-width: 367px;
        transform: translateX(-50%)
    }
}

.header {
    position: absolute;
    top: 60px;
    left: 0;
    width: 100%
}

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

.main {
    background: #c053a0;
    background: linear-gradient(280.29deg, rgba(255, 0, 180, 0.1) 0%, rgba(66, 0, 255, 0.1) 100%);
    position: relative;
    padding: 140px 0;
    z-index: 5
}

.main__background {
    position: absolute;
    top: 50%;
    right: 50%;
    width: 1890px;
    transform: translate(53%, -60%) rotate(-19deg)
}

.main__container {
    justify-content: space-between
}

.main__img {
    max-width: 1557px
}

.main__left {
    max-width: 512px
}

.main__title {
    color: #2c2c2c;
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 35px;
    line-height: .7;
    letter-spacing: -3px;
    margin-bottom: 30px;
    padding-bottom: 30px
}

.main__title b {
    color: #c053a0;
    font-family: inherit;
    font-weight: inherit;
    line-height: inherit
}

.main__list {
    max-width: 350px
}

.main__list-item {
    display: flex;
    align-items: center;
    margin-bottom: 35px
}

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

.main__list-img {
    max-width: 41px
}

.main__list-text {
    font-size: 18px
}

.main__list-text_last {
    padding-right: 80px
}

.main__product {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 40%)
}

.main__form {
    max-width: 346px
}

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

    .main__container {
        justify-content: center
    }

    .main__left {
        max-width: 100%
    }

    .main__title {
        text-align: center
    }

    .main__list {
        margin: 0 auto
    }

    .main__product {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin: 100px 0 30px
    }

    .main__background {
        transform: translate(40%, -55%) rotate(-7deg);
        width: 180%
    }
}

@media screen and (max-width: 576px) {
    .main__title {
        font-size: 52px;
        margin-bottom: 20px;
        text-align: left
    }

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

    .main__list-item:last-child {
        max-width: 220px
    }

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

    .main__list-square {
        margin-right: 10px;
        max-width: 47px;
        height: 47px
    }

    .main__list-img {
        max-width: 29px
    }

    .main__background {
        transform: translate(37%, -82%) rotate(0);
        width: 185%
    }

    .main__product img {
        max-width: 118%;
        width: 118%;
        position: relative;
        left: 50%;
        transform: translateX(-50%)
    }
}

@media screen and (max-width: 376px) {
    .main__product img {
        max-width: 405px;
        width: 405px
    }
}

.kilo {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    background: #fff;
    position: relative;
    z-index: 4;
    padding: 300px 0 200px
}

.kilo__bg {
    position: absolute;
    top: 110px;
    left: 50%;
    width: 2480px;
    transform: translateX(-40%)
}

.kilo__img {
    position: absolute;
    z-index: 4;
    top: 100px;
    left: 50%;
    max-width: 46%;
    transform: translateX(-30%)
}

.kilo__container {
    display: block;
    z-index: 3
}

.kilo__value {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 232px;
    line-height: .9;
    background: linear-gradient(0deg, #F55353, #F55353);
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-fill-color: rgba(0, 0, 0, 0)
}

.kilo__title {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 52px;
    line-height: .8;
    max-width: 440px;
    margin-bottom: 40px
}

.kilo__text {
    font-size: 18px;
    max-width: 680px;
    margin-bottom: 30px
}

.kilo__text_border {
    font-size: 22px;
    padding-left: 20px;
    border-left: 7px solid #f55353
}

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

@media screen and (max-width: 1280px) {
    .kilo__value {
        font-size: 10vw
    }
}

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

    .kilo__bg {
        top: 30px;
        width: 150%
    }

    .kilo__img {
        top: 0;
        right: 25px;
        left: auto;
        max-width: 50%;
        transform: none
    }

    .kilo__value {
        font-size: 17vw;
        line-height: 1
    }

    .kilo__title {
        margin-bottom: 100px
    }

    .kilo__text {
        max-width: 500px
    }
}

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

@media screen and (max-width: 576px) {
    .kilo {
        padding-bottom: 0
    }

    .kilo__title {
        font-size: 22px;
        width: 200px;
        margin-bottom: 90px
    }

    .kilo__img {
        right: auto;
        left: 50%;
        max-width: 200px;
        transform: translateX(-20%)
    }

    .kilo__text {
        font-size: 16px
    }
}

.problems {
    background: linear-gradient(#fff 50%, rgba(0, 0, 0, 0.001) 50%);
    position: relative;
    z-index: 4;
    padding-top: 100px
}

.problems__container {
    justify-content: center;
    max-width: 100%;
    padding: 0
}

.problems__item {
    display: flex;
    align-items: flex-end;
    max-width: 270px;
    height: 467px;
    margin: 20px;
    padding: 30px;
    border-radius: 40px;
    box-shadow: 0 4px 44px rgba(0, 0, 0, .15)
}

.problems__item_1 {
    background: url(../assets/img/problems__img1-50564.jpg) no-repeat center/cover
}

.problems__item_2 {
    background: url(../assets/img/problems__img2-b18f1.jpg) no-repeat center/cover
}

.problems__item_3 {
    background: url(../assets/img/problems__img3-189b4.jpg) no-repeat center/cover
}

.problems__item_4 {
    background: url(../assets/img/problems__img4-fdf47.jpg) no-repeat center/cover
}

.problems__item_5 {
    background: url(../assets/img/problems__img5-cdc82.jpg) no-repeat center/cover
}

.problems__item_shift {
    transform: translateY(-25%)
}

.problems__item_shift .problems__title {
    color: #000
}

.problems__title {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    color: #fff;
    font-size: 23px
}

.problems__title_small {
    font-size: 16px;
    line-height: 1.7
}

@media screen and (max-width: 1600px) {
    .problems {
        background: #fff;
        padding: 0 0 30px
    }

    .problems__container {
        max-width: 1200px
    }

    .problems__item_shift {
        transform: none
    }
}

@media screen and (max-width: 991px) {
    .problems {
        background: linear-gradient(#fff 50%, rgba(255, 255, 255, 0.001) 50%)
    }

    .problems__container {
        max-width: 900px
    }

    .problems__item {
        height: 290px
    }

    .problems__item_shift {
        transform: none
    }

    .problems__title {
        font-size: 18px
    }
}

@media screen and (max-width: 768px) {
    .problems {
        position: relative;
        width: 100%;
        transform: none
    }
}

.danger {
    background-color: #f4bf59;
    position: relative;
    z-index: 2;
    margin-top: -310px;
    padding: 500px 0 200px;
    overflow: hidden
}

.danger__background {
    position: absolute;
    top: 0;
    right: 0;
    width: 1968px;
    transform: translate(58%, -28%)
}

.danger__background-img {
    position: relative;
    z-index: 3;
    top: 0;
    left: 0
}

.danger__background-circle {
    position: absolute;
    top: 40%;
    left: 120px;
    max-width: 600px;
    height: 600px;
    opacity: 0;
    border: 60px solid #f55353;
    border-radius: 50%;
    box-shadow: 0 0 50px #f55353
}

.danger__background-circle_shadow {
    background: radial-gradient(#F55353 100%, rgba(255, 255, 255, 0.001) 90%);
    opacity: 1;
    border: none
}

.danger__background-circle_1 {
    animation: danger 4s linear infinite
}

.danger__background-circle_2 {
    animation: danger 4s 1.3s linear infinite
}

.danger__background-circle_3 {
    animation: danger 4s 2.6s linear infinite
}

.danger__container {
    display: block;
    z-index: 3
}

.danger__text {
    font-size: 64px;
    font-weight: 400;
    line-height: .8;
    margin-bottom: 30px
}

.danger__subtitle {
    font-size: 81px;
    font-weight: 700;
    line-height: .8;
    max-width: 644px;
    margin-bottom: 15px
}

.danger__title {
    color: #000;
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 100px;
    line-height: .65;
    background: url(../assets/img/danger__text-8b82e.jpg) no-repeat center/cover;
    -webkit-background-clip: text;
    background-clip: text;
    max-width: 660px;
    margin-bottom: 120px;
    padding-bottom: 25px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-fill-color: rgba(0, 0, 0, 0)
}

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

.danger__card {
    background-color: #fff;
    position: relative;
    max-width: 330px;
    height: 700px;
    margin: 10px;
    padding: 70px 30px;
    border-radius: 40px
}

.danger__card_1 {
    background: url(../assets/img/danger__card1-4a7fa.jpg) no-repeat center/cover
}

.danger__card_2 {
    background: url(../assets/img/danger__card2-0a9e5.jpg) no-repeat center/cover
}

.danger__card_3 {
    background: url(../assets/img/danger__card3-c7ff1.jpg) no-repeat center/cover
}

.danger__card_4 {
    background: url(../assets/img/danger__card4-afc00.jpg) no-repeat center/cover
}

.danger__card_shift {
    margin-top: 40px
}

.danger__numb {
    color: #fff;
    font-size: 29px;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 73px;
    height: 73px;
    transform: translate(-50%, -50%);
    border: 11px solid #fff;
    border-radius: 50%
}

.danger__numb_1 {
    background: #f9b9b9
}

.danger__numb_2 {
    background: #f78787
}

.danger__numb_3 {
    background: #f36565
}

.danger__numb_4 {
    background: #e84e4e
}

.danger__card-title {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 23px;
    margin-bottom: 20px
}

.danger__card-text {
    font-size: 18px
}

@media screen and (max-width: 1440px) {
    .danger__list {
        max-width: 1000px;
        margin: 0 auto
    }

    .danger__card {
        margin-bottom: 60px
    }

    .danger__card_shift {
        margin-top: 10px
    }
}

@media screen and (max-width: 1280px) {
    .danger__background {
        width: 150%
    }
}

@media screen and (max-width: 991px) {
    .danger {
        margin-top: -500px;
        padding-top: 700px
    }

    .danger__background {
        top: 5%;
        width: 150%;
        transform: translate(64%, -20%)
    }

    .danger__background-circle {
        display: none
    }
}

@media screen and (max-width: 768px) {
    .danger__title {
        font-size: 126px
    }
}

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

    .danger__background {
        top: 9%;
        width: 200%;
        transform: translate(64%, -30%)
    }

    .danger__text {
        font-size: 20px;
        margin-bottom: 10px
    }

    .danger__subtitle {
        font-size: 41px
    }

    .danger__title {
        font-size: 67px;
        margin-bottom: 50px
    }

    .danger__card {
        padding: 50px 30px
    }

    .danger__card-title {
        font-size: 22px
    }
}

.help {
    background-color: #fff;
    position: relative;
    z-index: 3;
    padding: 170px 0 100px
}

.help__row {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 60px
}

.help__row_block {
    display: block
}

.help__header {
    font-size: 311px;
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    line-height: .6;
    letter-spacing: -10px;
    word-break: break-word;
    background: linear-gradient(296.76deg, #E9E9E9 44.13%, #C053A0 103.11%);
    -webkit-background-clip: text;
    background-clip: text;
    max-width: 62%;
    margin-bottom: 30px;
    padding: 35px 0 50px;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    text-fill-color: rgba(0, 0, 0, 0)
}

.help__product {
    position: absolute;
    top: 0;
    right: 0;
    max-width: 60%;
    transform: translate(7%, -30%)
}

.help__product-img {
    position: relative;
    z-index: 3;
    max-width: 76%
}

.help__product-bg {
    position: absolute;
    top: 50%;
    right: 0;
    transform: translate(12%, -50%)
}

.help__title {
    font-size: 40px;
    font-weight: 500;
    line-height: 1;
    max-width: 600px;
    margin-bottom: 30px
}

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

.help__text_border {
    font-size: 18px;
    position: relative;
    max-width: 732px;
    padding-left: 30px
}

.help__text_border:before {
    content: "";
    display: block;
    background: #c053a0;
    position: absolute;
    top: 0;
    left: 0;
    width: 7px;
    height: 100%;
    border-radius: 80px
}

.help__img {
    max-width: 50%;
    padding-right: 15px;
    overflow: hidden;
    border-radius: 40px;
    filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.15))
}

.help__block {
    max-width: 47%
}

@media screen and (max-width: 1440px) {
    .help__header {
        font-size: 9vw;
        max-width: 57%
    }

    .help__product {
        transform: translate(0, -30%)
    }
}

@media screen and (max-width: 991px) {
    .help__img {
        max-width: 660px;
        margin-bottom: 30px
    }

    .help__block {
        max-width: 660px
    }
}

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

    .help__header {
        font-size: 21vw
    }
}

@media screen and (max-width: 576px) {
    .help {
        padding-bottom: 0
    }

    .help__header {
        padding: 4% 0
    }

    .help__product {
        transform: translate(-5%, -30%)
    }

    .help__row {
        margin-bottom: 20px
    }

    .help__title {
        font-size: 18px;
        max-width: 200px
    }

    .help__text {
        font-size: 16px
    }

    .help__text_border {
        padding-left: 20px
    }
}

.research {
    background: url(../assets/img/research__bg-f0c45.jpg) no-repeat 75% 50%/cover;
    padding: 70px 0
}

.research__container {
    z-index: 3
}

.research__left {
    max-width: 59%
}

.research__title {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 62px;
    line-height: 1;
    max-width: 760px;
    margin-bottom: 30px
}

.research__text {
    font-size: 22px;
    max-width: 830px;
    margin-bottom: 30px
}

.research__list {
    max-width: 650px
}

.research__list-item {
    background-color: #fff;
    position: relative;
    width: max-content;
    margin-bottom: 15px;
    padding: 10px 10px 10px 35px;
    border-radius: 5px
}

.research__list-item:before {
    content: "";
    display: block;
    background: url(../assets/img/research__icon-4c24b.jpg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    left: 10px;
    width: 17px;
    height: 17px;
    transform: translateY(-50%)
}

.research__right {
    position: relative;
    max-width: 32%
}

.research__result {
    display: flex;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    justify-content: space-between;
    background-color: #e3e3e3;
    max-width: 325px;
    overflow: hidden;
    border: 4px solid #fff;
    border-radius: 6px;
    box-shadow: 0px 12px 24px rgba(0, 0, 0, .3);
    gap: 10px
}

.research__result_1 {
    z-index: 3;
    transform: rotate(5deg) translate(-50%, -80%)
}

.research__result_2 {
    transform: rotate(-5deg) translate(-85%, -10%)
}

.research__item {
    position: relative
}

.research__result-text {
    font-size: 14px;
    font-weight: 600;
    background-color: #fff;
    position: absolute;
    bottom: 20px;
    left: 0;
    width: auto;
    padding: 5px 10px
}

.research__result-text_after {
    color: #fff;
    background-color: #1eb06a
}

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

@media screen and (max-width: 991px) {
    .research {
        background: #dcf1fa;
        position: relative;
        padding: 150px 0 60px
    }

    .research:before {
        content: "";
        display: block;
        background: url(../assets/img/research__bg-f0c45.jpg) no-repeat 100% 50%/cover;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 300px;
        -webkit-mask-image: linear-gradient(#000, rgba(255, 255, 255, 0.001))
    }

    .research__container {
        justify-content: center
    }

    .research__left {
        max-width: 600px
    }

    .research__list-item {
        width: auto
    }

    .research__right {
        max-width: 500px;
        transform: none;
        margin-top: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center
    }

    .research__result {
        position: relative;
        top: 0;
        left: 0;
        max-width: 60%
    }

    .research__result_1 {
        transform: rotate(5deg) translateX(25%)
    }

    .research__result_2 {
        transform: rotate(-5deg) translateX(-25%);
        margin-top: -30px
    }
}

@media screen and (max-width: 768px) {
    .research__title {
        font-size: 23px;
        margin-bottom: 20px
    }

    .research__text {
        font-size: 20px;
        margin-bottom: 10px
    }

    .research__right {
        margin-top: 10px
    }
}

.consist {
    padding: 70px 0;
    background-color: #fff
}

.consist__title {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 52px;
    text-align: center;
    margin-bottom: 70px
}

.consist__item {
    margin-top: 60px;
    max-width: 265px;
    background: #f8f8f8;
    border-radius: 40px;
    padding: 90px 30px 30px 30px;
    position: relative
}

.consist__img {
    max-width: 120px;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%)
}

.consist__item-title {
    font-size: 22px;
    margin-bottom: 15px
}

.consist__item-text {
    font-size: 18px;
    line-height: 1.15
}

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

    .consist__container {
        justify-content: center
    }

    .consist__title {
        font-size: 22px;
        max-width: 500px;
        margin-bottom: 30px
    }
}

.expert {
    background-color: #fff;
    padding: 0
}

.expert__container {
    justify-content: space-between
}

.expert__left {
    max-width: 59%;
    padding-right: 15px;
    padding-bottom: 80px
}

.expert__img {
    position: absolute;
    bottom: 0;
    right: 0;
    max-width: 41%
}

.expert__title {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 45px;
    margin-bottom: 35px
}

.expert__info {
    padding-left: 22px;
    border-left: 16px solid #f8f8f8
}

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

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

.expert__footer-info {
    display: flex;
    align-items: center
}

.expert__name {
    color: #2f3e87;
    font-size: 22px;
    width: auto;
    margin-right: 15px
}

.expert__name b {
    color: inherit;
    display: block
}

.expert__sign {
    max-width: 300px
}

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

    .expert__img {
        position: relative;
        max-width: 200px;
        height: 200px;
        border-radius: 50%;
        margin-right: 15px;
        overflow: hidden
    }

    .expert__left {
        max-width: 100%;
        padding-bottom: 0
    }

    .expert__footer {
        margin-top: 30px;
        justify-content: flex-end
    }

    .expert__footer-info {
        display: block;
        width: auto
    }
}

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

    .expert__img {
        max-width: 150px;
        height: 150px
    }

    .expert__info {
        padding-left: 15px
    }

    .expert__text {
        font-size: 16px;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 375px) {
    .expert__img {
        max-width: 100px;
        height: 100px
    }
}

.use {
    background-color: #f4bf59;
    padding: 75px 0
}

.use__title {
    font-size: 52px;
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    text-align: center;
    margin-bottom: 40px
}

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

.use__list-item {
    position: relative;
    max-width: 444px;
    margin: 0 10px 50px
}

.use__list-text {
    font-size: 24px;
    text-align: center
}

.use__list-img {
    margin-bottom: 30px;
    overflow: hidden;
    border-radius: 40px;
    filter: drop-shadow(0px 4px 44px rgba(0, 0, 0, 0.15))
}

.use__list-numb {
    color: #fff;
    font-size: 42px;
    position: absolute;
    z-index: 3;
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    top: 35px;
    left: 35px
}

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

    .use__title {
        font-size: 26px;
        margin-bottom: 25px
    }

    .use__list-img {
        margin-bottom: 20px
    }
}

.buy {
    padding: 30px 0 140px;
    position: relative;
    z-index: 6;
    background-color: #fff
}

.buy__title {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 52px;
    text-align: center;
    margin-bottom: 36px
}

.buy__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.buy__list-item {
    max-width: 330px;
    flex: 1 0 100%;
    border-radius: 40px;
    padding: 35px;
    height: 455px;
    box-shadow: 0 4px 44px rgba(0, 0, 0, .15);
    margin: 10px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat
}

.buy__list-item_1 {
    background-image: url(../assets/img/buy1-eb97c.jpg)
}

.buy__list-item_2 {
    background-image: url(../assets/img/buy2-be933.jpg)
}

.buy__list-item_3 {
    background-image: url(../assets/img/buy3-4039f.jpg)
}

.buy__list-item_4 {
    background-image: url(../assets/img/buy4-4a942.jpg)
}

.buy__list-numb {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 52px;
    color: #e4e4e4;
    margin-bottom: 20px
}

.buy__list-title {
    font-size: 23px
}

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

    .buy__title {
        font-size: 25px
    }

    .buy__list-item {
        margin: 20px 0
    }
}

.comments {
    padding: 140px 0;
    background-color: #fff
}

.comments__container {
    justify-content: center
}

.comments__title {
    font-family: "DelaGothicOne", "Arial", sans-serif;
    font-weight: 400;
    font-size: 52px;
    text-align: center;
    margin-bottom: 30px;
    max-width: 1100px
}

.comments__list-item {
    position: relative;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    background-color: #f8f8f8;
    border-radius: 40px;
    padding: 50px;
    max-width: 1234px;
    margin: 0 auto
}

.comments__avatar {
    flex: 1 0 100%;
    max-width: 134px;
    margin-right: 15px;
    border-radius: 50%;
    overflow: hidden
}

.comments__info {
    width: auto
}

.comments__name {
    font-size: 22px;
    font-weight: 400;
    margin-bottom: 30px
}

.comments__name b {
    font-weight: 700
}

.comments__text {
    font-size: 18px;
    margin-bottom: 25px
}

.comments__img {
    max-width: 343px
}

.comments .slick-dots li {
    width: 19%;
    height: 11px;
    border-radius: 40px;
    background: #f6f6f6;
    box-shadow: inset 0 4px 4px rgba(0, 0, 0, .05);
    border: none
}

.comments .slick-dots li.slick-active {
    background: #c053a0
}

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

    .comments__title {
        font-size: 25px
    }

    .comments__list-item {
        margin-top: 80px;
        padding-top: 80px
    }

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

    .comments__text {
        font-size: 16px
    }
}

@media screen and (max-width: 576px) {
    .comments__list-item {
        padding: 80px 15px 40px;
        border-radius: 20px 20px 0 0
    }

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

.footer {
    background-color: #fff;
    padding: 120px 0 60px
}

.footer__container {
    height: 100%;
    align-items: center;
    justify-content: center
}

.footer__text {
    width: auto;
    font-size: 22px;
    font-weight: 400;
    text-transform: uppercase;
    text-align: center
}

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

.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 {
    line-height: 0px;
    display: block;
    position: absolute;
    z-index: 2;
    top: auto;
    bottom: -81px;
    width: 30px;
    height: 30px;
    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
}

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

.slick-prev:before,
.slick-next:before {
    line-height: 1;
    opacity: 1;
    color: #fff
}

.slick-prev,
.slick-next {
    border-radius: 50%;
    background: url(../assets/img/slider__nav-02930.svg) no-repeat center/contain;
    width: 34px;
    height: 34px;
    top: 50%
}

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

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

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

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

.slick-dots li {
    display: inline-block;
    position: relative;
    width: 19px;
    height: 19px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 2px solid #000;
    border-radius: 50%
}

.slick-dots li button {
    line-height: 0;
    display: block;
    width: 24px;
    height: 24px;
    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.slick-active {
    background: #000
}

.slick-dots li.slick-active :before {
    background: #000
}

.slick-dots li.slick-active button:before {
    opacity: 1;
    color: rgba(255, 255, 255, .00001)
}

.slick-track .slick-slide>div {
    display: flex;
    justify-content: center
}

.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 danger {
    from {
        transform: scale(1);
        opacity: 0
    }

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

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

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

    .kilo__value {
        color: #f55353;
        background: none
    }

    .danger__title {
        color: #bb161c;
        background: none
    }

    .help__header {
        color: #c053a0;
        background: none;
        word-wrap: break-word
    }
}