/*! 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: transparent
}

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: "HeadingPro";
    src: url(../assets/fonts/HeadingPro-Book-8dcc5.woff2) format("woff2"), url(../assets/fonts/HeadingPro-Book-04fa1.woff) format("woff");
    font-weight: 350;
    font-style: normal
}

@font-face {
    font-family: "HeadingPro";
    src: url(../assets/fonts/HeadingPro-Bold-b764e.woff2) format("woff2"), url(../assets/fonts/HeadingPro-Bold-e1c4f.woff) format("woff");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "HeadingPro";
    src: url(../assets/fonts/HeadingPro-ExtraBold-10eb5.woff2) format("woff2"), url(../assets/fonts/HeadingPro-ExtraBold-34119.woff) format("woff");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: "Montserrat";
    src: url(../assets/fonts/Montserrat-Regular-f263c.woff2) format("woff2"), url(../assets/fonts/Montserrat-Regular-c1ba4.woff) format("woff");
    font-weight: 400;
    font-style: normal
}

body {
    font-family: "Montserrat", "Arial", sans-serif;
    line-height: 1.3
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "HeadingPro", "Arial", sans-serif
}

* {
    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
}

.wrap {
    max-width: 1920px;
    margin: 0 auto;
    overflow: hidden
}

.container {
    max-width: 1310px;
    padding: 0 15px;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-wrap: wrap
}

.product {
    position: relative;
    max-width: 530px;
    display: flex;
    justify-content: center;
    align-items: flex-end
}

.product__background {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto
}

.product__background_1 {
    z-index: 1
}

.product__background_2 {
    z-index: 2
}

.product__img,
.product__img_box {
    max-width: 311px;
    position: relative;
    z-index: 4
}

.product__img_box {
    max-width: 474px;
    z-index: 3
}

.title {
    font-size: 57px;
    text-transform: uppercase;
    color: #000;
    line-height: 1;
    margin-bottom: 40px
}

.title_blue {
    color: #3884a7
}

@media screen and (max-width: 991px) {
    .title {
        font-size: 38px;
        margin-bottom: 15px
    }
}

.order {
    padding: 70px 0;
    background: url(../assets/imgs/order__background-fb84f.jpg) no-repeat center/cover
}

.order .container {
    justify-content: center
}

.order__left {
    max-width: 365px;
    flex: 1 0 100%;
    position: relative;
    z-index: 4
}

.order__title {
    font-size: 76px;
    font-weight: 800;
    text-transform: uppercase;
    color: #fff;
    line-height: 1;
    margin-bottom: 30px
}

.order__subtitle {
    font-size: 27px;
    font-weight: 400;
    color: #fff;
    margin-bottom: 20px
}

.order__list {
    max-width: 365px
}

.order__row {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-start
}

.order__item {
    max-width: 105px;
    flex: 1 0 100%;
    margin: 10px 5px
}

.order__circle {
    max-width: 65px;
    margin: 0 auto 10px;
    height: 65px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center
}

.order__circle:hover img {
    transform: rotateY(-180deg)
}

.order__circle_blue {
    background: #423d9f;
    box-shadow: 0 0 30px rgba(0, 0, 0, .3)
}

.order__circle_border {
    border: 4px solid rgba(255, 255, 255, .4)
}

.order__img {
    max-width: 38px;
    transform: rotateY(0);
    transition: transform .3s linear
}

.order__text {
    font-size: 13px;
    text-align: center;
    color: #fff
}

.order__logo {
    font-size: 27px;
    font-weight: 800;
    color: #fff;
    text-transform: uppercase;
    line-height: 1;
    text-align: center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: auto;
    max-width: 150px;
    z-index: 5;
    padding: 5px;
    border-radius: 5px;
    transition: background .3s ease
}

.order__logo_glitch {
    display: none
}

.order__logo:hover {
    background: #423d9f;
    overflow: hidden;
    animation: glitch__shadow 1s infinite step-start alternate
}

.order__logo:hover .order__logo_glitch {
    display: block;
    background: #423d9f;
    border-radius: 5px;
    padding: 5px;
    width: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    animation-name: glitch, glitch__shift, glitch__shadow;
    animation-duration: 3s, 1s, 1s;
    animation-iteration-count: infinite;
    animation-timing-function: step-start;
    z-index: 1
}

.order__product {
    flex: 1 0
}

.order__product {
    bottom: -130px;
    flex: 1 0
}

.order__right {
    position: relative;
    z-index: 4;
    max-width: 340px
}

.form {
    padding: 30px;
    background: #fff;
    max-width: 340px;
    margin: 0 auto
}

.form__title {
    max-width: 200px;
    font-size: 28px;
    font-weight: 800;
    color: #302e62;
    text-transform: uppercase;
    text-align: center;
    margin: 0 auto 20px
}

.form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.form .select {
    position: relative
}

.form .select:before {
    content: "";
    display: block;
    background: url(../assets/imgs/sort-down-solid-20031.svg) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    bottom: -20px;
    right: 10px;
    left: inherit;
    z-index: 2;
    width: 30px;
    height: 26px;
    text-align: center;
    cursor: pointer
}

.form__input {
    padding: 15px;
    background: #f1f1f1;
    margin: 10px 0 15px;
    border: none
}

.form__button {
    font-size: 20px;
    font-weight: 700;
    color: #fff;
    line-height: 1;
    background: #423d9f;
    padding: 20px 0;
    text-align: center;
    border: none;
    border-radius: 10px
}

.price {
    margin: 0 auto 25px;
    display: flex;
    justify-content: center;
    align-items: center
}

.price__old {
    font-size: 18px;
    font-weight: 350;
    text-decoration: line-through;
    color: #898989
}

.price__new {
    font-size: 31px;
    font-weight: 700;
    color: #423d9f
}

.price__old,
.price__new {
    margin: 0 10px
}

.counter {
    margin-bottom: 20px
}

.counter__title {
    font-size: 22px;
    font-weight: 700
}

.counter__time {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5px
}

.counter__item {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    max-width: 80px
}

.counter__square {
    max-width: 100%;
    font-size: 42px;
    font-weight: 800;
    color: #423d9f;
    line-height: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 8px 0;
    border: 3px solid rgba(241, 241, 241, .9);
    margin-bottom: 8px
}

.counter__text {
    font-size: 17px;
    font-weight: 350;
    text-align: center
}

@media screen and (max-width: 991px) {
    .order {
        padding: 30px 0
    }

    .order .container {
        padding-bottom: 120px
    }

    .order__left,
    .order__product,
    .order__right {
        max-width: 100%;
        flex: 1 0 100%;
        margin: 15px 0;
        position: static
    }

    .order__product {
        max-width: 530px;
        position: relative;
        bottom: 0
    }

    .order__list {
        justify-content: center;
        margin: 0 auto
    }

    .order__row_bottom {
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        top: auto;
        max-width: 365px
    }

    .order__item {
        max-width: 85px
    }

    .order__text {
        font-size: 16px
    }

    .order__logo {
        position: relative;
        margin: 0
    }

    .order__title {
        font-size: 40px;
        margin-bottom: 15px
    }

    .order__text,
    .order__title,
    .order__subtitle {
        text-shadow: 0 0 3px rgba(0, 0, 0, .5)
    }

    .order__title,
    .order__subtitle {
        text-align: center
    }

    .order__product .product__img {
        bottom: 0;
        max-width: 50%
    }
}

.start {
    padding: 150px 0 70px;
    background: url(../assets/imgs/start__background-30ccb.jpg) no-repeat 50% 100%/cover
}

.start__title {
    font-size: 101px;
    font-weight: 800;
    color: #000;
    text-transform: uppercase;
    line-height: 1
}

.start__title_red {
    display: block;
    color: #d20c23
}

.start__bottle {
    margin-top: -50px
}

.bottle {
    position: relative;
    max-width: 1153px;
    min-height: 360px;
    display: flex;
    align-items: center;
    padding-left: 100px
}

.bottle__img {
    position: absolute;
    top: 0;
    left: -150px;
    width: 1153px
}

.bottle__skull {
    max-width: 89px;
    margin-right: 25px;
    position: relative;
    z-index: 2;
    transition: all .3s ease-in-out
}

.bottle__info {
    max-width: 440px;
    position: relative;
    z-index: 2
}

.bottle__title {
    font-size: 24px;
    font-weight: 700;
    text-transform: uppercase;
    color: #d20c23;
    margin-bottom: 15px;
    transition: all .3s ease-in-out
}

.bottle__text {
    font-size: 20px;
    filter: none;
    transition: filter .3s ease-in-out
}

.bottle__title:hover,
.bottle__text:hover,
.bottle__skull:hover {
    filter: blur(2px)
}

@media screen and (max-width: 576px) {
    .bottle {
        padding: 0;
        min-height: 240px
    }

    .bottle__img {
        width: 900px
    }

    .bottle__skull {
        margin-top: 25px;
        max-width: 50px
    }

    .bottle__info {
        margin-top: 25px;
        padding: 10px 0;
        min-height: auto
    }

    .bottle__title {
        font-size: 20px;
        margin-bottom: 5px
    }

    .bottle__text {
        font-size: 13px
    }
}

@media screen and (max-width: 991px) {
    .start {
        padding: 30px 0
    }

    .start__bottle {
        margin: 0
    }

    .start__title {
        font-size: 80px
    }
}

@media screen and (max-width: 576px) {
    .start__title {
        font-size: 42px
    }
}

.reasons__row {
    display: flex;
    justify-content: center
}

.reasons__item {
    position: relative;
    padding: 45px;
    min-height: 412px;
    margin: 10px;
    max-width: 630px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    align-content: flex-end
}

.reasons__item:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    background: radial-gradient(rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.7));
    opacity: 0;
    transition: all .3s ease-in-out
}

.reasons__item:hover:before {
    opacity: 1
}

.reasons__item_1 {
    background: url(../assets/imgs/reasons1-7c991.jpg) no-repeat center/cover
}

.reasons__item_1:hover:before {
    background: radial-gradient(closest-side at 65% 23%, rgba(0, 0, 0, 0.0001), rgba(0, 0, 0, 0.7))
}

.reasons__item_2 {
    background: url(../assets/imgs/reasons2-ddf2b.jpg) no-repeat center/cover
}

.reasons__item_3 {
    background: url(../assets/imgs/reasons3-31c7a.jpg) no-repeat center/cover
}

.reasons__item_4 {
    background: url(../assets/imgs/reasons4-056d4.jpg) no-repeat center/cover
}

.reasons__item_5 {
    background: url(../assets/imgs/reasons5-7463f.jpg) no-repeat center/cover
}

.reasons__title,
.reasons__text {
    color: #fff;
    padding: 10px;
    border-radius: 10px;
    text-shadow: 0 0 10px #000;
    position: relative;
    z-index: 3
}

.reasons__title {
    font-size: 27px;
    font-weight: 700;
    display: inline
}

.reasons__text {
    font-size: 16px;
    max-width: 460px
}

.reasons__subtitle {
    margin: 30px 10px 0;
    font-size: 28px;
    font-weight: 800;
    letter-spacing: 12.5px;
    text-align: center;
    text-transform: uppercase
}

.reasons__subtitle_red {
    color: #d20c23
}

@media screen and (max-width: 991px) {
    .reasons {
        padding: 15px 0
    }

    .reasons__row {
        flex-wrap: wrap
    }

    .reasons__item {
        padding: 20px 15px 10px
    }

    .reasons__title {
        margin-bottom: 10px;
        padding: 0 10px
    }

    .reasons__text {
        font-size: 16px
    }
}

@media screen and (max-width: 576px) {
    .reasons__subtitle {
        font-size: 24px;
        letter-spacing: 1px
    }
}

.pluses {
    position: relative;
    padding: 120px 0 30px;
    background: #fff
}

.pluses .container:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    left: auto;
    bottom: -30px;
    background: url(../assets/imgs/pluses__man-f206e.png) no-repeat center/100%;
    width: 419px;
    height: 673px;
    z-index: 1
}

.pluses__left {
    max-width: 440px;
    z-index: 3
}

.pluses__text {
    font-size: 18px;
    color: #000;
    margin-bottom: 40px
}

.pluses__text_blue {
    font-size: 25px;
    color: #3884a7
}

.pluses__product {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    max-width: 354px;
    top: auto;
    z-index: 2
}

@media screen and (max-width: 1200px) {
    .pluses .container:before {
        width: 375px;
        height: 600px
    }

    .pluses__product {
        right: -100px;
        max-width: 300px
    }
}

@media screen and (max-width: 991px) {
    .pluses {
        padding: 30px 0 0
    }

    .pluses .container:before {
        display: none
    }

    .pluses__text {
        font-size: 20px
    }

    .pluses__product {
        position: relative;
        right: 0;
        flex: 1 0
    }
}

@media screen and (max-width: 768px) {
    .pluses__text {
        font-size: 18px;
        margin-bottom: 20px
    }
}

@media screen and (max-width: 576px) {
    .pluses__product {
        display: none
    }
}

.consist {
    padding: 80px 0;
    background: #f4f4f8
}

.consist__title {
    max-width: 570px;
    margin-left: auto;
    margin-right: auto;
    text-align: center
}

.consist__item img {
    transform: rotate(0);
    transition: transform 60s linear
}

.consist__item {
    overflow: hidden
}

.consist__item:hover img {
    transform: rotate(360deg)
}

.list {
    display: flex;
    justify-content: center
}

.list__item {
    background: #fff;
    border: 2px solid #3884a7;
    padding: 20px 40px 40px;
    max-width: 415px;
    margin: 10px
}

.list__img {
    max-width: 324px;
    margin: 0 auto 20px
}

.list__title {
    font-size: 27px;
    font-weight: 700;
    color: #3884a7;
    margin-bottom: 20px
}

.list__text {
    font-size: 18px
}

@media screen and (max-width: 991px) {
    .list {
        flex-wrap: wrap
    }

    .list__item {
        padding: 15px;
        margin: 5px
    }
}

@media screen and (max-width: 991px) {
    .consist {
        padding: 30px 0
    }
}

.help {
    padding: 90px 0;
    background: #fff
}

.help__title {
    text-align: center;
    max-width: 730px;
    margin-left: auto;
    margin-right: auto
}

.help__text {
    font-size: 46px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase;
    margin: 25px auto 30px;
    letter-spacing: 10px
}

.help__button {
    max-width: 290px;
    margin: 0 auto;
    box-shadow: 0 0 30px rgba(66, 61, 159, .5)
}

.count {
    display: flex;
    justify-content: space-between;
    max-width: 550px;
    margin: 0 auto
}

.count__left,
.count__right {
    display: flex;
    max-width: 245px;
    justify-content: center
}

.count__item {
    font-family: "HeadingPro";
    font-size: 126px;
    font-weight: 800;
    line-height: .7;
    text-align: center;
    color: #fff;
    max-width: 75px;
    flex: 1 0 100%;
    padding: 30px 10px 10px;
    margin: 5px;
    background: linear-gradient(black 47%, white 47%, white 52%, black 52%)
}

@media screen and (max-width: 576px) {
    .count__item {
        font-size: 54px;
        padding: 10px 5px 5px;
        line-height: 1;
        flex: 1 0
    }
}

@media screen and (max-width: 991px) {
    .help {
        padding: 30px 0
    }

    .help__text {
        margin: 15px auto
    }
}

.expert {
    padding: 70px 0;
    background: url(../assets/imgs/expert__background-f40a6.jpg) no-repeat center/cover;
    overflow: hidden
}

.expert__card {
    position: relative;
    border: 7px solid #3884a7;
    padding: 50px;
    background: #fff
}

.expert__left {
    max-width: 550px;
    position: relative;
    z-index: 3
}

.expert__title {
    font-size: 70px
}

.expert__text {
    font-size: 16px;
    margin-bottom: 20px
}

.expert__text_blue {
    font-size: 23px;
    color: #3884a7;
    padding-right: 30px
}

.expert__footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 470px
}

.expert__info {
    max-width: 230px;
    margin-right: 15px
}

.expert__name {
    font-size: 36px;
    font-weight: 800;
    color: #3884a7;
    text-transform: uppercase;
    margin-bottom: 10px
}

.expert__prof {
    font-family: "HeadingPro";
    font-size: 22px;
    font-weight: 350;
    text-transform: uppercase;
    color: #000
}

.expert__img {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: auto;
    left: auto;
    bottom: -80px;
    max-width: 500px
}

.expert__img_mobile {
    background: url(../assets/imgs/expert-0e716.png) no-repeat 50% 0/100%;
    border: 1px solid #3884a7;
    margin: 0 15px 0 0;
    display: none;
    max-width: 90px;
    height: 90px;
    border-radius: 50%
}

.sign {
    max-width: 182px
}

@media screen and (max-width: 1200px) {
    .expert__img {
        max-width: 440px;
        bottom: 0
    }
}

@media screen and (max-width: 991px) {
    .expert {
        padding: 30px 0
    }

    .expert__card {
        max-width: 650px;
        padding: 15px
    }

    .expert__left {
        max-width: 100%
    }

    .expert__info {
        flex: 1 0
    }

    .expert__name {
        font-size: 32px
    }

    .expert__prof {
        font-size: 16px
    }

    .expert__title {
        font-size: 42px
    }

    .expert__text {
        margin-bottom: 15px
    }

    .expert__text_blue {
        font-size: 20px
    }

    .expert__footer {
        max-width: 100%;
        flex-wrap: wrap;
        justify-content: flex-start
    }

    .expert__img {
        display: none
    }

    .expert__img_mobile {
        display: block
    }

    .sign {
        margin: 15px 15px 0 auto
    }
}

.course {
    padding: 80px 0 10px;
    background: #fff
}

.course__title {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto
}

.course__title_list {
    text-align: center;
    min-height: 75px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 15px
}

.course__item {
    padding: 0
}

.course__img {
    max-width: 100%;
    overflow: hidden
}

.course__img img {
    transform: scale(1);
    transition: transform .3s ease-in-out
}

.course__img:hover img {
    transform: scale(1.1)
}

.alarm {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 15px 0 15px 15px;
    background: #fff
}

.alarm-wrap {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    position: relative;
    padding: 30px 40px;
    border: 1px solid #ccc;
    border-radius: 10px;
    background: url(../assets/imgs/alarm-bg-eb514.jpg) no-repeat 10% 50%/cover;
    max-width: 1000px;
    margin: 30px auto
}

.alarm-wrap:before {
    content: "";
    display: block;
    background: url(../assets/imgs/alarm-before-5fd17.png) no-repeat center;
    width: 55px;
    height: 49px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -28px;
    margin: auto
}

.alarm-left {
    max-width: 210px;
    flex: 1 0 100%;
    margin: 10px 10px 10px 0
}

.alarm-title {
    font-size: 24px;
    font-weight: 700;
    color: #000;
    line-height: 1.3
}

.alarm-right {
    font-weight: 400;
    max-width: 630px;
    flex: 1 0 100%;
    margin: 10px 0
}

.alarm-text {
    font-size: 20px;
    line-height: 1.3
}

@media screen and (max-width: 576px) {
    .alarm-wrap {
        padding: 10px 15px 10px 40px
    }
}

@media screen and (max-width: 991px) {
    .course {
        padding: 30px 0 0
    }
}

.comments {
    padding: 70px 0;
    background: #f4f4f8
}

.comments__title {
    color: #3884a7;
    text-align: center
}

.slider {
    display: flex;
    justify-content: center
}

.slider__item {
    position: relative;
    max-width: 410px;
    background: #fff;
    padding: 50px;
    margin: 60px 10px 0;
    border: 3px solid #f4f4f8
}

.slider__avatar {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -60px;
    left: 50px;
    bottom: auto;
    right: auto;
    max-width: 110px
}

.slider__info {
    font-size: 27px;
    font-weight: 700;
    margin: 25px 0 15px
}

.slider__age {
    color: #3884a7
}

.slider__text {
    font-size: 18px
}

.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: transparent
}

.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 transparent
}

.slick-arrow.slick-hidden {
    display: none
}

.slick-prev,
.slick-next {
    z-index: 2;
    position: absolute;
    display: block;
    height: 30px;
    width: 30px;
    line-height: 0px;
    cursor: pointer;
    background: transparent;
    color: transparent;
    top: 60px;
    -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;
    color: transparent
}

.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;
    color: #fff;
    opacity: 1
}

.slick-prev,
.slick-next {
    border-radius: 50%;
    background: #3884a7
}

.slick-prev {
    left: 40px
}

.slick-prev:before {
    content: "";
    background: url(../assets/imgs/angle-left-solid-c1535.svg) no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto
}

.slick-next {
    right: 40px
}

.slick-next:before {
    content: "";
    background: url(../assets/imgs/angle-right-solid-02a54.svg) no-repeat center;
    display: block;
    width: 20px;
    height: 20px;
    margin: 0 auto
}

.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: 15px;
    width: 15px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #3884a7;
    border-radius: 50%
}

.slick-dots li button {
    border: 0;
    background: transparent;
    display: block;
    height: 6px;
    width: 40px;
    outline: none;
    line-height: 0px;
    color: transparent;
    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: 40px;
    height: 6px;
    line-height: 20px;
    text-align: center;
    color: rgba(255, 255, 255, .00001);
    opacity: 1
}

.slick-dots li.slick-active {
    background: #3884a7
}

.slick-dots li.slick-active button:before {
    color: rgba(255, 255, 255, .00001);
    opacity: 1
}

@media screen and (max-width: 768px) {
    .slider {
        max-width: 430px;
        margin: 0 auto
    }

    .slider__item {
        padding: 40px 15px 15px
    }

    .slider__avatar {
        left: 15px
    }
}

@media screen and (max-width: 991px) {
    .comments {
        padding: 30px 0
    }
}

.fake {
    padding: 100px 0;
    background: #fff
}

.fake__card {
    padding: 60px 45px;
    background: #f33344;
    display: flex;
    justify-content: space-between
}

.fake__left,
.fake__right {
    position: relative;
    z-index: 3
}

.fake__left {
    max-width: 430px
}

.fake__title {
    font-size: 70px;
    font-weight: 800
}

.fake__text {
    font-size: 19px;
    color: #fff;
    margin-bottom: 10px
}

.fake__text_big {
    font-size: 24px
}

.fake__middle {
    max-width: 460px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    right: -130px
}

.fake__product {
    justify-content: flex-start;
    align-items: center;
    height: 100%
}

.fake__product_img {
    max-width: 205px;
    margin-left: 10%
}

.fake__product_box {
    max-width: 280px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    right: -70px
}

.fake__right {
    max-width: 253px
}

.fake__cert {
    max-width: 253px;
    margin: 0 auto
}

@media screen and (max-width: 1200px) {
    .fake__middle {
        max-width: 200px
    }

    .fake__product_img {
        max-width: 150px;
        margin-left: 0
    }

    .fake__product_box {
        max-width: 180px;
        position: absolute;
        top: 0;
        bottom: 0;
        left: 0;
        right: 0;
        margin: auto;
        right: -70px
    }
}

@media screen and (max-width: 991px) {
    .fake {
        padding: 0
    }

    .fake__card {
        padding: 30px 15px;
        flex-wrap: wrap;
        justify-content: center
    }

    .fake__left {
        max-width: 100%
    }

    .fake__title {
        font-size: 48px
    }

    .fake__middle {
        position: relative;
        right: 0;
        margin: 0
    }

    .fake__middle,
    .fake__right {
        max-width: 45%;
        margin: 10px
    }

    .fake__product {
        justify-content: center;
        align-items: center
    }

    .fake__product_img {
        max-width: 150px;
        bottom: 0;
        margin: 0;
        right: -35px
    }

    .fake__product_box {
        max-width: 180px;
        position: relative;
        bottom: 0;
        right: 0;
        left: -35px;
        margin: 0
    }
}

@media screen and (max-width: 991px) {

    .fake__middle,
    .fake__right {
        max-width: 300px;
        margin: 10px
    }
}

footer {
    padding: 85px 0 20px;
    text-align: center
}

footer a {
    color: #000
}

@media screen and (max-width: 991px) {
    footer {
        padding: 15px 0
    }
    .order__text {
        color: #000;
        text-shadow: 0 0 1px rgba(0,0,0,.5);
    }
}

.animation-moveRight {
    animation: moveRight .5s ease-in-out
}

.animation-moveLeft {
    animation: moveLeft .5s ease-in-out
}

.animation-moveUp {
    animation: moveUp .75s ease-in-out
}

.animation-moveDown {
    animation: moveDown .75s ease-in-out
}

.animation-fadeIn {
    animation: fadeIn .5s ease-in-out
}

.animation-fadeOut {
    animation: fadeOut .5s ease-in-out
}

.visibility-none {
    opacity: 0
}

.animation-spin {
    animation: spin 120s infinite linear
}

.animation-spin_reverse {
    animation: spin-reverse 120s infinite linear
}

.animation-blur {
    animation: blur 1.5s ease-in
}

@media (max-width: 480px) {
    .order__text {
        font-size: 12px;
    }
}

@keyframes moveRight {
    from {
        transform: translate(-200px, 0);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes moveUp {
    from {
        opacity: 0;
        transform: translate(0, 30px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes moveDown {
    from {
        opacity: 0;
        transform: translate(0, -30px)
    }

    to {
        opacity: 1;
        transform: translate(0, 0)
    }
}

@keyframes moveLeft {
    from {
        transform: translate(200px, 0);
        opacity: 0
    }

    to {
        transform: translate(0, 0);
        opacity: 1
    }
}

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@keyframes fadeOut {
    from {
        opacity: 1
    }

    to {
        opacity: 0
    }
}

@keyframes spin {
    from {
        transform: rotate(360deg)
    }

    to {
        transform: rotate(0deg)
    }
}

@keyframes spin-reverse {
    from {
        transform: rotate(0deg)
    }

    to {
        transform: rotate(360deg)
    }
}

@keyframes blur {
    from {
        filter: none
    }

    20% {
        filter: blur(3px)
    }

    50% {
        filter: blur(1px)
    }

    80% {
        filter: blur(4px)
    }

    to {
        filter: none
    }
}

@keyframes glitch {
    5% {
        clip-path: inset(7px 0 11px)
    }

    10% {
        clip-path: inset(11px 0 11px)
    }

    15% {
        clip-path: inset(7px 0 8px)
    }

    20% {
        clip-path: inset(8px 0 12px)
    }

    25% {
        clip-path: inset(6px 0 12px)
    }

    30% {
        clip-path: inset(6px 0 11px)
    }

    35% {
        clip-path: inset(15px 0 14px)
    }

    40% {
        clip-path: inset(10px 0 7px)
    }

    45% {
        clip-path: inset(10px 0 9px)
    }

    50% {
        clip-path: inset(9px 0 13px)
    }

    55% {
        clip-path: inset(8px 0 10px)
    }

    60% {
        clip-path: inset(13px 0 10px)
    }

    65% {
        clip-path: inset(6px 0 15px)
    }

    70% {
        clip-path: inset(8px 0 7px)
    }

    75% {
        clip-path: inset(10px 0 15px)
    }

    80% {
        clip-path: inset(8px 0 9px)
    }

    85% {
        clip-path: inset(8px 0 10px)
    }

    90% {
        clip-path: inset(12px 0 8px)
    }

    95% {
        clip-path: inset(12px 0 11px)
    }
}

@keyframes glitch__shift {
    from {
        transform: translate(0, 0)
    }

    10% {
        transform: translate(-5px, 0)
    }

    15% {
        transform: translate(10px, 0)
    }

    20% {
        transform: translate(0, 0)
    }

    to {
        transform: translate(0, 0)
    }
}

@keyframes glitch__shadow {
    from {
        text-shadow: none
    }

    9% {
        text-shadow: none
    }

    10% {
        text-shadow: -3px 0 0 red
    }

    20% {
        text-shadow: -3px 0 0 red
    }

    21% {
        text-shadow: none
    }

    80% {
        text-shadow: none
    }

    81% {
        text-shadow: 2px 0 0 red
    }

    to {
        text-shadow: 2px 0 0 red
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {
    select::-ms-expand {
        display: none
    }

    .reasons__item {
        flex: 1 0
    }

    .order__product,
    .pluses__product {
        flex: 1 0 100%
    }
}