/*! 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;
    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: "Montserrat";
    src: url(../assets/fonts/Montserrat-Regular-f263c.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(../assets/fonts/Montserrat-Medium-057bc.woff2) format("woff2");
    font-weight: 500;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(../assets/fonts/Montserrat-Bold-e9dea.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(../assets/fonts/Montserrat-ExtraBold-724e2.woff2) format("woff2");
    font-weight: 800;
    font-style: normal
}

.wrap {
    position: relative;
    max-width: 1730px;
    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: "Montserrat", "Arial", sans-serif;
    letter-spacing: -0.025em;
    scroll-behavior: smooth
}

p {
    line-height: 1.4
}

select {
    text-indent: 1px;
    text-overflow: "";
    -webkit-appearance: none;
    -moz-appearance: none
}

section {
    position: relative
}

button {
    border: none
}

button:focus {
    outline: none
}

.gradient {
    background: linear-gradient(103.57deg, #7B9AFB 0%, #1849AB 100%)
}

.btn {
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    text-decoration: none;
    text-transform: lowercase;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #ff5c00;
    position: relative;
    max-width: 300px;
    padding: 15px 20px;
    transition: all .3s ease-in-out;
    border-radius: 100px;
    mix-blend-mode: normal;
    backdrop-filter: blur(17.5px)
}

.btn_mobile {
    display: none
}

@media screen and (max-width: 991px) {
    .btn_mobile {
        text-align: center;
        display: block;
        z-index: 4;
        width: 100%;
        margin-top: 0
    }
}

@media screen and (max-width: 576px) {
    .btn {
        max-width: 300px;
        margin: 0 auto
    }
}

.counter {
    margin: 20px auto 0;
    max-width: 233px;
    padding-bottom: 20px
}

.counter__title {
    font-size: 17px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #181818
}

.counter__list {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.counter__item {
    max-width: 69px;
    position: relative;
    color: #181818;
    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: #181818;
    font-size: 15px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate(-50%, 100%);
    text-align: center
}

.logo {
    font-size: 64px;
    font-weight: 700;
    color: #4a72d3;
    text-transform: uppercase
}

.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 {
    text-transform: lowercase;
    color: #252525;
    font-size: 16px;
    font-weight: 400;
    white-space: nowrap;
    text-decoration: none;
    position: relative;
    width: auto;
    margin-right: 40px;
    padding: 8px 0 8px 15px;
    cursor: pointer
}

.nav__item:last-child {
    margin-right: 0
}

.nav__item:hover {
    font-weight: 900
}

.nav__item_active {
    color: #4a72d3;
    font-weight: 700
}

.nav__item_order {
    color: #fff;
    font-size: 13px;
    font-weight: 700;
    text-transform: uppercase;
    background: linear-gradient(103.57deg, #4975FF 0%, #094CCD 100%);
    padding: 15px 30px;
    border-radius: 60px
}

@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__icon {
        text-align: center;
        display: block;
        position: fixed;
        z-index: 99;
        top: 30px;
        right: 20px;
        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;
        position: relative;
        margin-bottom: 70px
    }

    .nav__title:before {
        content: ""
    }

    .nav__list {
        display: flex;
        align-content: center;
        align-items: center;
        flex-wrap: wrap;
        justify-content: center;
        background: #4a72d3;
        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 {
        justify-content: center;
        right: 0;
        padding: 0 15px 0 35px;
        transform: translateX(0);
        opacity: 1
    }

    .nav__item {
        color: #fff;
        font-size: 25px;
        text-align: right;
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px
    }

    .nav__item_order {
        font-size: 16px;
        text-align: center;
        background: #fff;
        color: #181818;
        max-width: 310px
    }

    .nav__item_active {
        color: #000
    }

    .nav__item_active:before,
    .nav__item_active:after {
        content: none
    }
}

@media screen and (max-width: 576px) {
    .nav__item {
        margin-bottom: 15px
    }

    .nav__item_order {
        text-align: center;
        width: 100%;
        max-width: 576px
    }

    .nav__title {
        justify-content: flex-start
    }
}

.title {
    font-size: 64px;
    font-weight: 700;
    line-height: 1;
    margin-bottom: 30px
}

.form {
    background: #fff;
    position: relative;
    max-width: 370px;
    padding: 24px;
    border-radius: 26px;
    box-shadow: 0px -5px 36px -16px rgba(66, 67, 74, .4)
}

.form__title {
    color: #181818;
    font-size: 17px;
    text-align: center;
    margin-bottom: 20px
}

.form__select {
    position: relative
}

.form__select:before {
    content: "";
    background: url(../assets/img/form__select-a92dc.svg) no-repeat center/contain;
    position: absolute;
    top: 50%;
    right: 30px;
    width: 15px;
    height: 15px;
    transform: translateY(-50%)
}

.form__input {
    color: #4a72d3;
    background: #fff;
    margin-bottom: 20px;
    padding: 15px 33px;
    border: 1px solid #bbb;
    border-radius: 90px
}

.price {
    display: flex;
    align-content: center;
    align-items: flex-end;
    justify-content: space-between;
    margin-bottom: 20px
}

.price_mobile {
    display: none;
    justify-content: center
}

.price__item {
    line-height: 1;
    width: auto
}

.price__new {
    color: #3f6ff7;
    font-size: 30px;
    font-weight: 800
}

.price__old {
    color: #181818;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
    text-decoration: line-through
}

.price__old-value,
.price__new-value,
.price__currency {
    color: inherit
}

@media screen and (max-width: 768px) {
    .price_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-width: 285px;
        margin-bottom: 20px
    }

    .price_mobile .price__new {
        max-width: 225px;
        margin-bottom: 10px
    }
}

@media screen and (max-width: 576px) {
    .price_mobile {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        max-width: 165px;
        margin-bottom: 10px
    }

    .price_mobile .price__new {
        font-size: 40px;
        margin-bottom: 10px;
        text-align: center
    }
}

.name {
    color: #fff;
    font-size: 16vw;
    line-height: .6;
    text-align: center;
    margin-top: 150px
}

@media screen and (min-width: 1730px) {
    .name {
        font-size: 300px
    }
}

@media screen and (max-width: 991px) {
    .name {
        margin-top: 65px
    }
}

.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: #e6effd
}

.header__container {
    align-items: center;
    justify-content: space-between
}

.header__nav {
    width: auto
}

.header__logo {
    width: auto;
    font-size: 20px;
    font-weight: 700;
    color: #4a72d3
}

@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 {
    background: url(../assets/img/main__bg-a9ecb.jpg) no-repeat 50% 100%/cover;
    padding: 60px 0 0
}

.main_top {
    padding-top: 150px
}

.main__container {
    justify-content: flex-end;
    gap: 25px
}

.main__left {
    max-width: 540px
}

.main__header {
    line-height: .9;
    letter-spacing: -0.025em;
    position: relative;
    z-index: 3
}

.main__title {
    color: #4a72d3;
    font-size: 70px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 10px
}

.main__subtitle {
    color: #4a72d3;
    font-size: 32px;
    font-weight: 700;
    text-transform: uppercase;
    margin-bottom: 50px
}

.main__text {
    font-size: 20px
}

.main__text b {
    display: block
}

.main__list {
    max-width: 400px;
    margin-left: auto
}

.main__list-item {
    display: block;
    position: relative;
    width: auto;
    margin-bottom: 40px;
    padding-right: 15px;
    padding-left: 70px
}

.main__list-item:last-child {
    margin-left: 60px
}

.main__list-item:before {
    content: "";
    display: block;
    background: url(../assets/img/main__check-e9ec1.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 46px;
    height: 29px
}

.main__product {
    max-width: 394px;
    margin-left: auto
}

.main__product-block {
    position: relative
}

.main__product-block:before {
    content: "";
    display: block;
    background: url(../assets/img/main__arrow-8222e.svg) no-repeat center/contain;
    position: absolute;
    right: 0;
    bottom: 100px;
    width: 143px;
    height: 85px;
    transform: translateX(100%)
}

.main__product-img {
    position: relative;
    z-index: 5
}

.main__bg {
    position: absolute;
    bottom: 0;
    left: -100px;
    max-width: 45%
}

.main__bg-img {
    position: relative;
    z-index: 1
}

.main__right {
    position: relative;
    z-index: 4;
    max-width: 300px;
    margin-top: 30px
}

@media screen and (max-width: 991px) {
    .main {
        padding: 80px 0
    }

    .main_top {
        padding-top: 100px
    }

    .main__container {
        align-content: flex-start;
        align-items: flex-start;
        justify-content: center;
        gap: 0
    }

    .main__title,
    .main__subtitle {
        text-align: center
    }

    .main__left {
        position: relative;
        max-width: 600px
    }

    .main__list {
        margin: 0 auto
    }

    .main__list-item {
        font-size: 15px;
        margin-bottom: 20px;
        padding-left: 50px
    }

    .main__list-item:before {
        width: 34px;
        height: 21px
    }

    .main__list-item:last-child {
        max-width: 220px;
        margin-left: 0;
        padding-right: 0
    }

    .main__product {
        position: relative;
        margin: 0 auto;
        padding: 10px 0 40px
    }

    .main__product-block:before {
        content: none
    }

    .main__product-img {
        position: relative;
        z-index: 3;
        max-width: 200px
    }

    .main__bg {
        right: -15px;
        left: auto;
        max-width: 270px
    }

    .main__right {
        display: flex;
        justify-content: center;
        max-width: 100%;
        margin-top: 0
    }
}

@media screen and (max-width: 576px) {
    .main {
        background: radial-gradient(49.64% 116.42% at 50% 57.39%, #FFFFFF 0%, #EBEDF2 100%)
    }

    .main__title,
    .main__subtitle {
        text-align: left
    }

    .main__title {
        font-size: 12vw;
        margin-bottom: 5px
    }

    .main__product {
        position: relative
    }

    .main__bg {
        right: -60px;
        left: auto;
        max-width: 270px
    }

    .main__bg:before {
        content: "";
        display: block;
        background: url(../assets/img/main__bg-mobile-a6077.svg) no-repeat center/contain;
        position: absolute;
        right: -70px;
        bottom: -45px;
        width: 378px;
        height: 378px;
        -webkit-mask-image: linear-gradient(black 88%, transparent 88%)
    }
}

@media screen and (max-width: 480px) {
    .main__subtitle {
        font-size: 20px;
        text-transform: none;
        max-width: 300px;
        margin-bottom: 20px
    }

    .main__list {
        position: relative;
        z-index: 4
    }
}

@media screen and (max-width: 374px) {
    .main__bg {
        max-width: 220px
    }
}

.help {
    padding: 80px 0
}

.help__block {
    max-width: 68%
}

.help__title {
    color: #4a72d3;
    text-transform: uppercase;
    margin-bottom: 10px
}

.help__product {
    position: absolute;
    top: 50%;
    right: -15px;
    max-width: 388px;
    transform: translateY(-50%)
}

.help__text {
    margin-bottom: 35px
}

.help__line {
    background: #4a72d3;
    height: 6px;
    border-radius: 20px
}

@media screen and (max-width: 991px) {
    .help__container {
        justify-content: center
    }

    .help__title {
        font-size: 48px;
        margin-bottom: 45px
    }

    .help__block {
        max-width: 600px
    }

    .help__title {
        text-align: center
    }

    .help__product {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        margin: 20px auto
    }
}

@media screen and (max-width: 375px) {
    .help__title {
        font-size: 39px
    }
}

.problems {
    background: linear-gradient(103.57deg, #7B9AFB 0%, #1849AB 100%);
    padding: 80px 0
}

.problems__title {
    max-width: 641px;
    color: #fff
}

.problems__subtitle {
    max-width: 765px;
    font-size: 32px;
    font-weight: 400;
    text-transform: uppercase;
    color: #fff;
    margin-bottom: 80px
}

.problems__list {
    display: flex;
    align-items: flex-start;
    align-content: flex-start;
    justify-content: center;
    gap: 20px;
    margin-bottom: 80px
}

.problems__block {
    padding: 0 10px
}

.problems__list-item {
    height: 100%;
    max-width: 270px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-content: flex-start;
    padding: 100px 20px 30px;
    background: #fff;
    border-radius: 25px;
    min-height: 535px;
    margin: 0 auto
}

.problems__icon {
    max-width: 150px;
    height: 128px;
    margin-bottom: 60px
}

.problems__item-title {
    text-align: center;
    color: #fba11a;
    font-size: 32px;
    position: relative;
    padding-bottom: 30px;
    margin-bottom: 15px;
    min-height: 110px;
    display: flex;
    align-items: center;
    justify-content: center
}

.problems__item-title:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fba11a
}

.problems__item-text {
    text-align: center
}

.problems__ps {
    display: flex;
    align-items: center;
    gap: 60px
}

.problems__ps-icon {
    max-width: 115px
}

.problems__ps-text {
    max-width: 960px;
    font-size: 24px;
    font-weight: 700;
    color: #fff
}

.problems__ps-text span {
    color: #fba11a
}

.problems .slick-prev,
.problems .slick-next {
    bottom: -70px
}

.problems .slick-dots {
    bottom: -60px
}

.problems .slick-dots li {
    border-radius: 50%;
    width: 30px;
    height: 30px;
    background: rgba(249, 248, 248, .42)
}

@media screen and (max-width: 1100px) {
    .problems__ps {
        margin-top: 70px
    }
}

@media screen and (max-width: 991px) {
    .problems {
        padding: 60px 0
    }
}

@media screen and (max-width: 576px) {
    .problems__title {
        font-size: 36px
    }

    .problems__subtitle {
        font-size: 20px;
        margin-bottom: 40px
    }

    .problems__block {
        padding: 0
    }

    .problems__ps {
        margin-top: 100px;
        gap: 15px;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start
    }

    .problems__ps-text {
        font-size: 16px;
        text-align: center
    }
}

.safe {
    padding: 100px 0;
    background: url(../assets/img/safe__bg-a2316.jpg) no-repeat center/cover
}

.safe__container {
    align-items: flex-start;
    align-content: flex-start;
    min-height: 590px
}

.safe__title {
    font-size: 32px;
    text-align: center;
    color: #fff
}

.safe__text {
    color: #fff
}

.safe__img {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transform: translate(-50%, -27%);
    max-width: 34%
}

@media screen and (max-width: 991px) {
    .safe {
        padding: 60px 0 30px
    }

    .safe__container {
        min-height: auto
    }

    .safe__title {
        font-size: 50px;
        margin-bottom: 0
    }

    .safe__img {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        max-width: 396px;
        margin: 0 auto
    }

    .safe__text {
        text-shadow: 0 0 2px #000
    }
}

@media screen and (max-width: 576px) {
    .safe__title {
        font-size: 9vw;
        text-align: left
    }
}

.why {
    padding: 100px 0 50px
}

.why__title {
    color: #4a72d3;
    max-width: 665px;
    margin-bottom: 80px
}

.why__block {
    position: relative
}

.why__list {
    position: relative;
    z-index: 3
}

.why__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-bottom: 70px
}

.why__item {
    max-width: 335px
}

.why__item:last-child {
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end
}

.why__item-title {
    color: #4a72d3;
    font-size: 24px;
    text-transform: uppercase;
    position: relative;
    max-width: 200px;
    margin-bottom: 40px
}

.why__item-title_big {
    max-width: 100%
}

.why__item-title:before {
    content: "";
    display: block;
    background: #4a72d3;
    position: absolute;
    top: 13px;
    right: 0;
    width: 155px;
    height: 1px;
    transform: translateX(100%)
}

.why__item-title_reverse:before {
    right: auto;
    left: 0;
    transform: translateX(-100%)
}

.why__center {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 408px
}

.why__img {
    position: relative;
    z-index: 4
}

.why__circle {
    max-width: 387px;
    height: 387px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    border-radius: 50%
}

.why__circle-item {
    border-radius: 50%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.why__circle-item_1 {
    background: #fba11a;
    width: 100%;
    height: 100%;
    animation: circleFirst 2s ease-in-out infinite
}

.why__circle-item_2 {
    border: 1px solid #fba11a;
    width: 100%;
    height: 100%;
    animation: circleSecond 2s .3s linear infinite
}

@media screen and (max-width: 1100px) {
    .why__center {
        max-width: 32%
    }
}

@media screen and (max-width: 991px) {
    .why {
        padding: 60px 0 30px
    }

    .why__container {
        justify-content: center
    }

    .why__title {
        font-size: 36px;
        max-width: 600px;
        margin-bottom: 40px
    }

    .why__center {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        max-width: 400px;
        margin: 0 auto
    }

    .why__block {
        max-width: 600px
    }

    .why__row {
        margin-bottom: 30px;
        gap: 30px
    }

    .why__item {
        max-width: 600px;
        margin-bottom: 20px
    }

    .why__item:last-child {
        text-align: left;
        justify-content: flex-start
    }

    .why__item-title {
        font-size: 16px;
        max-width: 100%;
        margin-bottom: 20px
    }

    .why__item-title:before {
        content: none
    }
}

@media screen and (max-width: 375px) {
    .why__title {
        font-size: 30px
    }
}

.link {
    padding: 50px 0;
    position: relative;
    z-index: 5
}

.link__container {
    justify-content: flex-end
}

.link__right {
    max-width: 50%
}

.link__title {
    color: #4a72d3;
    text-transform: uppercase;
    margin-bottom: 10px
}

.link__text {
    max-width: 470px;
    margin-bottom: 30px;
    font-size: 20px;
    text-transform: uppercase
}

.link__btn {
    max-width: 400px
}

@media screen and (max-width: 991px) {
    .link {
        padding-bottom: 150px
    }

    .link__container {
        justify-content: center
    }

    .link__right {
        max-width: 470px
    }
}

@media screen and (max-width: 576px) {
    .link__title {
        font-size: 48px
    }
}

@media screen and (max-width: 375px) {
    .link__title {
        font-size: 40px
    }
}

.pluses {
    background: linear-gradient(103.57deg, #7B9AFB 0%, #1849AB 100%);
    padding: 0 0 90px
}

.pluses__container:before {
    content: "";
    display: block;
    background: url(../assets/img/pluses__bg-6f726.svg) no-repeat center/contain;
    position: absolute;
    top: -130px;
    left: -130px;
    width: 582px;
    height: 582px
}

.pluses__row {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    margin-top: -300px;
    margin-bottom: 90px;
    position: relative;
    z-index: 3
}

.pluses__product {
    position: relative;
    max-width: 487px
}

.pluses__product-bg {
    position: absolute;
    right: -100px;
    bottom: 0;
    max-width: 272px
}

.pluses__info {
    max-width: 42%
}

.pluses__text {
    color: #fff;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom: 30px
}

.pluses__text_upper {
    text-transform: uppercase;
    position: relative
}

.pluses__text_upper:before {
    content: "";
    display: block;
    background: #fff;
    position: absolute;
    top: 10px;
    left: -20px;
    width: 58px;
    height: 2px;
    transform: translateX(-100%)
}

.pluses__list {
    position: relative;
    z-index: 3
}

.pluses__list-block {
    height: 100%;
    padding: 0 15px
}

.pluses__list-item {
    display: flex;
    align-items: flex-start;
    flex-wrap: wrap;
    justify-content: center;
    background: #fff;
    min-height: 285px;
    padding: 50px 24px 20px;
    border-radius: 26px;
    box-shadow: 0 -5px 36px -16px rgba(66, 67, 74, .4);
    backdrop-filter: blur(15.5px)
}

.pluses__list-icon {
    width: auto;
    max-width: 85px;
    height: 85px;
    margin-bottom: 20px
}

.pluses__list-text {
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding-top: 20px
}

.pluses__list-text:before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background: #fba11a
}

.pluses .slick-dots li {
    width: 20%
}

@media screen and (max-width: 991px) {
    .pluses__container {
        justify-content: center
    }

    .pluses__row {
        margin: -100px 0 30px;
        justify-content: center
    }

    .pluses__info {
        display: none
    }

    .pluses__product {
        max-width: 300px
    }
}

.consist {
    padding: 130px 0 80px
}

.consist__title {
    color: #4a72d3;
    font-size: 48px;
    max-width: 790px;
    margin-bottom: 250px
}

.consist__title span {
    font-size: 64px;
    text-transform: uppercase;
    display: block
}

.consist__card {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background: #f9fcff;
    position: relative;
    padding: 0 70px 70px;
    border: 19px solid #fff;
    border-radius: 75px;
    box-shadow: 0 4px 95px rgba(197, 217, 223, .6)
}

.consist__card:before,
.consist__card:after {
    content: "";
    display: block;
    background-image: url(../assets/img/consist__left-716c6.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    z-index: -1;
    top: 50%;
    left: -25%;
    width: 1064px;
    height: 453px;
    transform: translateY(-50%)
}

.consist__card:after {
    background-image: url(../assets/img/consist__right-636ae.png);
    right: -25%;
    left: auto
}

.consist__ingredients {
    display: flex;
    align-items: flex-start;
    justify-content: center;
    position: relative;
    max-width: 890px;
    margin-top: -200px;
    margin-bottom: 160px
}

.consist__img {
    position: absolute
}

.consist__img_1 {
    z-index: 2;
    bottom: -40px;
    left: 0;
    max-width: 326px
}

.consist__img_2 {
    z-index: 4;
    bottom: -50px;
    left: 50%;
    max-width: 184px;
    transform: translateX(-100%)
}

.consist__img_3 {
    z-index: 3;
    bottom: -50px;
    left: 50%;
    max-width: 352px;
    transform: translateX(-15%)
}

.consist__img_4 {
    z-index: 2;
    right: 0;
    bottom: 0;
    max-width: 300px
}

.consist__img_5 {
    position: relative;
    z-index: 1;
    max-width: 413px
}

.consist__info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    gap: 30px
}

.consist__info-item {
    position: relative;
    max-width: 300px
}

.consist__info-item:nth-child(1):before,
.consist__info-item:nth-child(2):before,
.consist__info-item:nth-child(3):before {
    content: "";
    display: block;
    background: #4a72d3;
    position: absolute;
    top: -20px;
    left: 50%;
    width: 2px;
    height: 46px;
    transform: translate(-50%, -100%)
}

.consist__info-item:nth-child(1):before {
    transform: translate(-50%, -100%) rotate(30deg)
}

.consist__info-item:nth-child(3):before {
    transform: translate(-50%, -100%) rotate(-30deg)
}

.consist__info-title {
    color: #4a72d3;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 5px
}

@media screen and (max-width: 1200px) {

    .consist__info-item:nth-child(1):before,
    .consist__info-item:nth-child(2):before,
    .consist__info-item:nth-child(3):before {
        content: none
    }
}

@media screen and (max-width: 768px) {
    .consist {
        padding: 30px 0
    }

    .consist__title {
        font-size: 36px;
        margin-bottom: 200px
    }

    .consist__title span {
        font-size: inherit
    }

    .consist__card {
        padding: 0 15px;
        border-width: 15px;
        border-radius: 40px
    }

    .consist__ingredients {
        max-width: 450px;
        margin-bottom: 100px
    }

    .consist__img_1 {
        left: -33px;
        max-width: 174px
    }

    .consist__img_2 {
        max-width: 99px
    }

    .consist__img_3 {
        max-width: 189px
    }

    .consist__img_4 {
        right: -33px;
        max-width: 138px
    }

    .consist__img_5 {
        max-width: 281px
    }

    .consist__info {
        gap: 0
    }

    .consist__info-item {
        margin-bottom: 20px
    }

    .consist__info-item:nth-child(1):before,
    .consist__info-item:nth-child(2):before,
    .consist__info-item:nth-child(3):before {
        content: none
    }

    .consist__info-title,
    .consist__info-text {
        text-align: center
    }
}

.research {
    position: relative;
    padding: 80px 0
}

.research__container {
    justify-content: center
}

.research:before {
    content: "";
    display: block;
    background: url(../assets/img/research__bg-962e2.svg) no-repeat center/contain;
    position: absolute;
    top: 100px;
    left: 50%;
    width: 943px;
    height: 943px;
    transform: translateX(-50%)
}

.research__title {
    color: #4a72d3;
    font-size: 40px;
    text-align: center;
    max-width: 660px;
    margin-bottom: 110px
}

.research__block {
    position: relative
}

.research__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center
}

.research__row {
    display: flex;
    justify-content: space-between;
    max-width: 1050px
}

.research__row:first-child {
    max-width: 956px;
    margin-bottom: 65px
}

.research__row:last-child {
    max-width: 100%;
    margin-top: 120px
}

.research__item {
    position: relative;
    max-width: 240px
}

.research__item_long {
    max-width: 320px
}

.research__item:before {
    content: "";
    display: block;
    background: url(../assets/img/research__icon-132bb.svg) no-repeat center/contain;
    position: absolute;
    top: 0;
    width: 45px;
    height: 42px
}

.research__item:first-child {
    text-align: right;
    padding-right: 60px
}

.research__item:first-child:before {
    right: 0
}

.research__item:last-child {
    padding-left: 60px
}

.research__item:last-child:before {
    right: auto;
    left: 0
}

.research__product {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 400px
}

.research__product-img {
    position: relative;
    z-index: 1
}

.research__product-bg {
    position: absolute;
    left: 50%
}

.research__product-bg_1 {
    z-index: 3;
    bottom: -65px;
    max-width: 272px;
    transform: translateX(-50%)
}

.research__product-bg_2 {
    z-index: 2;
    bottom: -25px;
    max-width: 147px;
    transform: translateX(-100%)
}

@media screen and (max-width: 991px) {
    .research {
        padding: 30px 0
    }

    .research__title {
        margin-bottom: 30px
    }

    .research__row {
        flex-wrap: wrap;
        justify-content: center;
        max-width: 500px;
        margin-bottom: 65px;
        gap: 20px
    }

    .research__row:last-child {
        margin-top: 0
    }

    .research__item:first-child {
        text-align: left;
        padding-right: 0;
        padding-left: 60px
    }

    .research__item:first-child:before {
        right: auto;
        left: 0
    }

    .research__item_long {
        max-width: 240px
    }

    .research__product {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        margin: 0 auto
    }
}

@media screen and (max-width: 576px) {
    .research__title {
        font-size: 36px;
        text-align: left
    }

    .research__row {
        justify-content: flex-start;
        align-items: flex-start;
        margin-bottom: 30px;
        max-width: 100%
    }

    .research__row:first-child {
        margin-bottom: 30px
    }

    .research__item {
        max-width: 100%;
        min-height: 40px
    }
}

.use {
    color: #fff
}

.use__container {
    padding: 100px 15px;
    border-bottom: 2px solid #fff;
    gap: 20px
}

.use__left,
.use__right {
    max-width: 48%
}

.use__title {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 20px
}

.use__title_left {
    word-spacing: 300px
}

.use__list {
    display: flex;
    gap: 40px
}

.use__list-item {
    max-width: 150px
}

.use__list-product {
    max-width: 100%;
    transform: translateX(-25px)
}

.use__list-icon {
    max-width: 111px
}

.use__list-text {
    margin-top: 15px
}

.use__text {
    max-width: 413px;
    margin-bottom: 30px
}

.use__btn {
    text-transform: uppercase;
    background: none;
    border: 5px solid #fff;
    border-radius: 100px;
    max-width: 400px
}

@media screen and (max-width: 991px) {
    .use {
        padding: 30px 0
    }

    .use__container {
        justify-content: center;
        padding: 0 15px;
        gap: 50px;
        border: none
    }

    .use__left,
    .use__right {
        max-width: 500px
    }

    .use__title_left {
        text-align: center;
        word-spacing: normal;
        margin-bottom: 40px
    }

    .use__list {
        flex-wrap: wrap;
        justify-content: space-around;
        gap: 20px
    }

    .use__list-item {
        max-width: 230px
    }

    .use__list-item:first-child {
        max-width: 300px
    }

    .use__list-icon {
        margin: 0 auto
    }

    .use__list-text {
        text-align: center
    }

    .use__text {
        max-width: 100%
    }

    .use__btn {
        margin: 0 auto
    }
}

@media screen and (max-width: 576px) {
    .use__title_left {
        text-align: left
    }

    .use__list-item {
        max-width: 45%
    }

    .use__list-text {
        text-align: left
    }

    .use__btn {
        max-width: 500px
    }
}

.expert {
    padding: 60px 0
}

.expert__container {
    justify-content: center
}

.expert__title {
    max-width: 500px;
    text-align: center;
    margin-bottom: 80px
}

.expert__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 60px;
    gap: 70px
}

.expert__item_reverse {
    flex-direction: row-reverse
}

.expert__item_reverse * {
    text-align: right
}

.expert__item:last-child {
    margin-bottom: 0
}

.expert__img {
    max-width: 338px
}

.expert__info {
    max-width: 685px
}

.expert__info-title {
    font-size: 32px;
    color: #4a72d3
}

.expert__info-text {
    margin-bottom: 30px;
    position: relative
}

.expert__info-text:before {
    content: "";
    display: block;
    position: absolute;
    top: 7px;
    width: 48px;
    height: 6px;
    background: #4a72d3;
    left: -20px;
    transform: translateX(-100%)
}

.expert__info-text_reverse:before {
    left: auto;
    right: -20px;
    transform: translateX(100%)
}

.expert__footer {
    color: #4a72d3;
    font-weight: 700
}

.expert__footer span {
    display: block
}

@media screen and (max-width: 991px) {
    .expert {
        padding-top: 100px
    }

    .expert__container {
        justify-content: center
    }

    .expert__title {
        margin-bottom: 30px
    }

    .expert__item {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px
    }

    .expert__item_reverse * {
        text-align: left
    }

    .expert__info-text {
        margin-bottom: 20px
    }

    .expert__info-text:before {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        transform: none;
        margin-bottom: 30px
    }
}

.comments {
    color: #fff;
    padding: 140px 0
}

.comments__title {
    max-width: 790px;
    font-size: 32px;
    margin-left: auto;
    margin-bottom: 0
}

.comments__item {
    display: flex;
    align-items: center;
    gap: 60px
}

.comments__avatar {
    max-width: 290px;
    border-radius: 50%
}

.comments__info {
    max-width: 750px
}

.comments__text {
    margin-bottom: 30px
}

.comments__name span {
    text-decoration: underline
}

.comments .slick-dots {
    bottom: -100px
}

.comments .slick-prev,
.comments .slick-next {
    bottom: -117px
}

@media screen and (max-width: 991px) {
    .comments {
        padding: 30px 0
    }

    .comments__title {
        margin-bottom: 30px
    }

    .comments__block {
        padding: 0 10px
    }

    .comments__item {
        flex-wrap: wrap;
        justify-content: center;
        gap: 40px
    }

    .comments .slick-dots {
        bottom: -60px
    }
}

@media screen and (max-width: 576px) {
    .comments__title {
        font-size: 32px
    }
}

.footer {
    padding: 30px 0;
    position: relative;
    z-index: 5
}

.footer__container {
    padding: 0 15px;
    justify-content: center;
    align-items: center
}

.footer__logo {
    width: auto;
    color: #fff;
    font-weight: 700
}

.footer__text {
    width: auto;
    margin: 0;
    font-size: 20px;
    font-weight: 400;
    color: #000;
    text-align: center
}

@media screen and (max-width: 576px) {
    .footer__container {
        justify-content: center
    }

    .footer__logo {
        width: 100%;
        text-align: center;
        max-width: 100%
    }

    .footer__text {
        margin: 15px 0 0;
        font-size: 19px;
        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 {
    position: absolute;
    display: block;
    height: 20px;
    width: 20px;
    line-height: 0px;
    font-size: 0px;
    cursor: pointer;
    background: rgba(0, 0, 0, 0);
    color: rgba(0, 0, 0, 0);
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding: 0;
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    outline: none;
    background: rgba(0, 0, 0, 0);
    color: 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-size: 20px;
    line-height: 1;
    color: #fff;
    opacity: .75;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-prev {
    left: -25px
}

[dir=rtl] .slick-prev {
    left: auto;
    right: -25px
}

.slick-prev:before {
    content: ""
}

[dir=rtl] .slick-prev:before {
    content: ""
}

.slick-next {
    right: -25px
}

[dir=rtl] .slick-next {
    left: -25px;
    right: auto
}

.slick-next:before {
    content: ""
}

[dir=rtl] .slick-next:before {
    content: ""
}

.slick-dotted.slick-slider {
    margin-bottom: 30px
}

.slick-dots {
    position: absolute;
    bottom: -25px;
    list-style: none;
    display: block;
    text-align: center;
    padding: 0;
    margin: 0;
    width: 100%
}

.slick-dots li {
    position: relative;
    display: inline-block;
    height: 20px;
    width: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer
}

.slick-dots li button {
    border: 0;
    background: rgba(0, 0, 0, 0);
    display: block;
    height: 20px;
    width: 20px;
    outline: none;
    line-height: 0px;
    font-size: 0px;
    color: rgba(0, 0, 0, 0);
    padding: 5px;
    cursor: pointer
}

.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 {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 20px;
    height: 20px;
    font-size: 6px;
    line-height: 20px;
    text-align: center;
    color: #000;
    opacity: .25;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
    color: #000;
    opacity: .75
}

.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
    }
}

@keyframes circleFirst {
    from {
        transform: translate(-50%, -50%) scale(1)
    }

    50% {
        transform: translate(-50%, -50%) scale(1.1)
    }

    to {
        transform: translate(-50%, -50%) scale(1)
    }
}

@keyframes circleSecond {
    from {
        opacity: 1;
        transform: translate(-50%, -50%) scale(0.9)
    }

    to {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5)
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    select::-ms-expand {
        display: none
    }
}

.slick-prev,
.slick-next {
    width: 36px;
    height: 26px;
    bottom: -67px;
    top: auto;
    z-index: 100
}

.slick-prev {
    left: 20px
}

.slick-next {
    right: 20px;
    transform: translate(0, -50%) rotate(180deg)
}

.slick-prev:before,
.slick-next:before {
    width: 100%;
    height: 100%;
    display: block;
    background: url(../assets/img/slider__arrow-c602c.svg) no-repeat center/contain
}

.slick-dots {
    bottom: -50px
}

.slick-dots li {
    border-radius: 40px;
    width: 25%;
    height: 11px;
    background: rgba(249, 248, 248, .42)
}

.slick-dots li.slick-active {
    background: #033c90
}