/*! 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;
    color: #BC6084;
    transition: all .3s ease-in;
}

a:active,
a:hover {
    outline: 0;
    opacity: 0.8;
    text-decoration: none;
    transition: all .3s ease-in;
}

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: "Nunito";
    src: url(../fonts/nunito-Regular-9fd74.woff2) format("woff2");
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: "Nunito";
    src: url(../fonts/nunito-Italic-88e24.woff2) format("woff2");
    font-weight: 400;
    font-style: italic
}

@font-face {
    font-family: "Nunito";
    src: url(../fonts/nunito-SemiBold-e78af.woff2) format("woff2");
    font-weight: 600;
    font-style: normal
}

@font-face {
    font-family: "Nunito";
    src: url(../fonts/nunito-Bold-abd20.woff2) format("woff2");
    font-weight: 700;
    font-style: normal
}

@font-face {
    font-family: "Nunito";
    src: url(../fonts/nunito-ExtraBold-31b18.woff2) format("woff2");
    font-weight: 800;
    font-style: normal
}

@font-face {
    font-family: "Nunito";
    src: url(../fonts/nunito-BoldItalic-842ef.woff2) format("woff2");
    font-weight: 800;
    font-style: italic
}

@font-face {
    font-family: "Nunito";
    src: url(../fonts/nunito-Black-76a18.woff2) format("woff2");
    font-weight: 900;
    font-style: normal
}

* {
    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 {
    width: 100%;
    display: block;
    margin: 0;
    padding: 0
}

ul {
    list-style: none
}

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

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

body {
    font-family: "Nunito", "Arial", sans-serif;
    line-height: 1.3
}

.title {
    font-size: 55px;
    font-weight: 800;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 30px
}

.title_center {
    text-align: center
}

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

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

.product {
    position: relative;
    max-width: 550px;
    display: flex;
    align-items: center;
    justify-content: center
}
.product__img {
    position: relative;
    max-width: 375px;
    margin: 0 auto;
    z-index: 3
}

.form {
    background: #fff;
    position: relative;
    max-width: 340px;
    margin: 0 auto;
    padding: 30px 30px 30px;
    z-index: 3;
    border-radius: 3px;
    color: #000
}

.form__title {
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    margin-bottom: 15px;
}

.form__title a {
    color: #0198A5;
}

.form__title strong {
    display: block
}

.form select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none
}

.form .select {
    position: relative
}

.form .select:before {
    content: "";
    text-align: center;
    background: url(../img/sort-down-solid-20031.svg) no-repeat center;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    right: 10px;
    bottom: -20px;
    left: inherit;
    width: 30px;
    height: 26px;
    display: block;
    z-index: 2;
    cursor: pointer
}

.form__label {
    font-weight: 500
}

.form__input {
    background: #f8f8f8;
    margin: 10px 0 15px;
    padding: 15px;
    border: none
}

.form__input_select {
    background: #f1f1f1
}

.form__button {
    font-weight: 800;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: #017386;
    padding: 20px;
    border: none;
    border-radius: 6px;
	transition: all .3s ease-in-out;
}

.form__button:hover {
    background: #BC6084;
    transition: all .3s ease-in-out;
}

.form-bottom, .form-top {
    background: #fff;
    max-width: 340px;
    margin: 10px auto 0px;
    padding: 10px;
    text-align: center;
    position: relative;
    z-index: 30;
    border-radius: 3px;
    color: #000
}

.form-top {
    margin-top: 0;
    margin-bottom: 10px;
}

.counter {
    margin-bottom: 30px
}

.counter__title {
    font-size: 16px;
    font-weight: 400;
    text-align: center;
    margin: 30px 0 10px
}

.counter__time {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-top: 5px
}

.counter__item {
    max-width: 70px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center
}

.counter__square {

    font-size: 30px;
    font-weight: 500;
    color: #000;
    background: #fff;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 10px 5px;
    border: 3px solid #f1f1f1
}

.counter__text {
    font-size: 15px;
    font-weight: 600;
    text-align: center
}

.price {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 15px
}

.price__old {
    font-size: 18px;
    color: #898989;
    text-decoration: line-through;
    margin: 2px
}

.price__new {
    font-size: 30px;
    font-weight: 600;
    color: #0198A5;
    margin: 0 10px;
    position: relative;
}

.price__new::after {
    position: absolute;
    content: '*';
    width: 2.5px;
    height: 2.5px;
    right: -3px;
    top: -3px;
}

.warning {
    background-color: #000;
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    padding: 30px;
    overflow: hidden;
    transform: translateY(50%);
    border-radius: 15px
}

.warning:before,
.warning:after {
    content: "";
    position: absolute;
    top: 50%;
    display: block
}

.warning:before {
    background: url(../img/warning__before-a78f6.jpg) no-repeat center/cover;
    left: 0;
    width: 375px;
    height: 251px;
    transform: translateX(-25%) translateY(-50%)
}

.warning:after {
    background: url(../img/warning__after-4b7a9.jpg) no-repeat center/cover;
    right: 0;
    width: 419px;
    height: 281px;
    transform: translateX(25%) translateY(-50%)
}

.warning__item {
    position: relative;
    max-width: 370px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    z-index: 3
}

.warning__text {
    font-weight: 600;
    color: #fff;
    max-width: 190px;
    flex: 1 0
}

.warning__text_big {
    font-size: 22px;
    font-weight: 800;
    max-width: 100%
}

.warning__text-color {
    font-weight: 700;
    color: #fcbf7c
}

.warning__img {
    max-width: 58px;
    margin-right: 20px
}

@media screen and (max-width: 1024px) {
    .warning {
        align-items: center;
        flex-direction: column;
        transform: none
    }

    .warning__item {
        margin: 0 0 10px
    }

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

    .warning__text_big {
        text-align: left
    }
}

@media screen and (max-width: 768px) {
    .warning {
        background-color: #242424;
        padding: 0
    }

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

    .warning__item:before {
        content: "";
        background-repeat: no-repeat;
        background-position: center 50%;
        background-size: cover;
        width: 100%;
        height: 160px;
        display: block
    }

    .warning__item:first-child:before {
        background-image: url(../img/warning__before-a78f6.jpg);
        -webkit-mask-image: radial-gradient(black, transparent 75%)
    }

    .warning__item:last-child:before {
        background-image: url(../img/warning__after-4b7a9.jpg);
        -webkit-mask-image: radial-gradient(black, transparent 75%)
    }

    .warning__text {
        padding: 0 15px;
        margin-top: -35px;
        z-index: 4
    }

    .warning__text_big {
        font-size: 17px
    }

    .warning__img {
        padding-left: 15px;
        margin: 0
    }
}

.alarm {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 30px;
    position: relative;
    z-index: 0;
}

.alarm__container {
    background: url(../img/alarm-bg-37513.jpg) no-repeat 10% 50%/cover;
    position: relative;
    max-width: 1280px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin: 0 auto;
    padding: 15px 40px 15px 55px;
    border: 1px solid #ccc;
    border-radius: 10px
}

.alarm:before {
    content: "";
    background: url(../img/alarm-before-907f0.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 34px;
    width: 55px;
    height: 49px;
    display: block;
    margin: auto;
    z-index: 2;
}

.alarm__container_color {
    background: #ea1111;
    padding: 10px 40px;
    border: none
}

.alarm__left {
    max-width: 260px;
    flex: 1 0 100%;
    margin: 10px 10px 10px 0
}

.alarm__title {
    font-size: 18px;
    font-weight: 800;
    color: #000
}

.alarm__title_color {
    color: #ea1111;
    display: block
}

.alarm__right {
    font-size: 18px;
    font-weight: 400;
    max-width: 750px;
    flex: 1 0 100%;
    margin: 10px 0
}

@media screen and (max-width: 991px) {
    .wrap .alarm {
        padding: 30px 10px 30px 10px;
    }
    .alarm:before {
        left: 10px;
    }
}

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

    .alarm__container {
        padding: 15px 15px 15px 55px;
    }

    .alarm__right {
        font-size: 16px
    }
}

.order {
    background: linear-gradient(to right, #017386, #0198A5);
    position: relative;
    padding: 60px 0;
}

.order_footer {
}

.order__container {
    position: static;
    align-items: flex-start;
    justify-content: space-between
}

.order__left {
    max-width: 440px
}

.order__logo {
    font-size: 17px;
    line-height: 1;
    color: #fff;
    text-decoration: none;
    text-align: center;
    text-transform: uppercase;
    background: #BC6084;
    position: relative;
    width: auto;
    display: inline-block;
    margin-bottom: 40px;
    padding: 5px 10px;
    z-index: 3;
    border-radius: 5px
}

.order__title {
    color: #fff;
    position: relative;
    margin-bottom: 50px;
    z-index: 3
}

.order__list {
    position: relative;
    max-width: 290px;
    display: flex;
    flex-wrap: wrap;
    margin: 10px 0;
    z-index: 3
}

.order__list-item {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    flex: 1 0 100%;
    align-items: flex-start;
    margin: 20px 0
}

.order__list-img {
    max-width: 57px;
    margin-right: 20px
}

.order__list-text {
    font-size: 17px;
    text-transform: uppercase;
    flex: 1 0;
    color: #fff
}

.order__list-text_bold {
    font-weight: 800
}

.order__product {
    position: absolute;
    bottom: 34%;
    left: 50%;
    z-index: 1;
    transform: translate(-50%, 5%)
}

.order__product .product__img {
    position: relative;
    max-width: 375px;
    margin: 0px 0px 0px 90px;
    z-index: 3;
}

.order__left {
    margin-top: 50px;
}

.order__right {
    max-width: 340px
}

@media screen and (max-width: 1300px) {
    .order__logo {
        font-size: 19px
    }

    .order__list-text {
        text-shadow: 0 0 2px #000
    }

    .consist__product {
        top: 55%;
    }
    .order__product .product__img {
        max-width: 300px;
        margin: 0px 0px 0px 0px;
    }
}

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

    .order__product .product__img {
        max-width: 367px;
    }

    .order_footer {
        margin-bottom: 0
    }
    .product:after {
    bottom: -5%;
}
    .order__logo {
        margin-bottom: 20px
    }

    .order__left {
        max-width: 100%;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        margin-top: 0
    }

    .order__list {
        justify-content: center
    }

    .order__list-title {
        text-align: center
    }

    .order__title {
        text-align: center;
        max-width: 100%;
        margin-bottom: 20px
    }

    .order__right {
        max-width: 100%;
        margin-top: 20px
    }

    .order__product {
        position: relative;
        left: 0;
        max-width: 360px;
        flex: 1 0 100%;
        transform: none;
        margin-bottom: 20px
    }

    .order__product:after {
        transform: translateX(-50%) translateY(35%)
    }

    .order__product-img {
        max-width: 100%;
        transform: none
    }
}

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

@media screen and (max-width: 576px) {
    .order__list-title {
        font-size: 21px
    }

    .order__list-title {
        text-align: left
    }
}

.save {
    background: #fff;
    padding: 120px 0 60px
}

.save__container {
    max-width: 100%;
    justify-content: center
}

.save__title {
    max-width: 960px
}

.sugar {
    background: #fff;
    position: relative;
    padding: 160px 0 110px;
    overflow: hidden
}

.sugar__container {
    position: static;
    justify-content: flex-end
}

.sugar__title {
    color: #0198A5;
}

.sugar__background {
    background: url(../img/sugar__background-67164.jpg) no-repeat 100% 50%/cover;
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 944px;
    height: 100%;
    transform: translateY(-50%) translateX(-100%);
    -webkit-mask-image: linear-gradient(to right, black 70%, transparent)
}

.sugar__right {
    max-width: 50%;
    position: relative;
    z-index: 3
}

.sugar__text {
    font-size: 18px;
    margin-bottom: 40px
}

.sugar__footer {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start
}

.sugar__footer-img {
    max-width: 58px;
    margin-right: 20px
}

.sugar__footer-text {
    font-size: 20px;
    max-width: 100%;
    flex: 1 0
}

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

    .sugar__right {
        max-width: 100%
    }

    .sugar__background {
        position: relative;
        padding-bottom: 60%;
        transform: none;
        background-size: contain;
        background-position: 0 50%;
        top: 0;
        left: -15px;
        max-width: 100%;
        -webkit-mask-image: linear-gradient(transparent 15%, black 50%)
    }
}

@media screen and (max-width: 576px) {
    .sugar__item {
        max-width: calc(50% - 20px);
        height: auto;
        padding: 18% 0
    }

    .sugar__item-img {
        left: 1px;
        width: 100%;
        max-width: 65%
    }

    .sugar__item-text {
        font-size: 3vw;
        transform: rotate(90deg) rotateX(180deg) rotateY(-180deg) translate(45%, -200%)
    }
}

.danger {
    background: url(../img/danger__background-485e0.jpg) no-repeat center/cover;
    position: relative;
    padding: 60px 0 0;
    z-index: 3
}

.danger__title {
    font-size: 46px;
    max-width: 1000px;
    margin-right: auto;
    margin-left: auto
}

.danger__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

.danger__item {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 15px 0;
    overflow: hidden;
    border-radius: 15px
}

.danger__item:nth-child(odd) {
    background: #fff;
    transform: translateX(30px)
}

.danger__item:nth-child(even) {
    background: #350a19;
    transform: translateX(-30px)
}

.danger__item:nth-child(even) .danger__item-title,
.danger__item:nth-child(even) .danger__text {
    color: #fff
}

.danger__img-block {
    position: relative;
    max-width: 590px;
    height: 100%;
    flex: 1 0
}

.danger__img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center
}

.danger__info {
    max-width: 100%;
    flex: 1 0;
    padding: 80px 50px
}

.danger__item-title {
    font-size: 27px;
    font-weight: 800;
    text-transform: uppercase;
    margin-bottom: 20px
}

.danger__text {
    font-size: 17px
}

.danger__text-bold {
    font-weight: 600
}

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

    .danger__title {
        font-size: 28px
    }

    .danger__info {
        padding: 30px
    }
}

@media screen and (max-width: 768px) {

    .danger__info,
    .danger__img-block {
        max-width: 100%;
        flex: 1 0 100%
    }

    .danger__item:nth-child(even),
    .danger__item:nth-child(odd) {
        transform: none
    }

    .danger__item:nth-child(even) .danger__info {
        order: 2
    }

    .danger__item:nth-child(even) .danger__img-block {
        order: 1
    }

    .danger__item-title {
        margin-bottom: 10px
    }

    .danger__info {
        padding: 15px
    }

    .danger__img-block {
        height: auto;
        padding-bottom: 50%
    }
}

.therapy {
    position: relative;
    padding: 140px 0 70px
}

.therapy__container {
    position: static
}

.therapy__left {
    max-width: 560px
}

.therapy__title {
    color: #0198A5;
    position: relative;
    z-index: 3
}

.therapy__background {
    background: url(../img/bg1.2.jpg) no-repeat center/cover;
    /*background-position: 0  101%;*/
    position: absolute;
    top: 50%;
    right: 50%;
    width: 1172px;
    height: 100%;
    transform: translate(82%, -50%)
}

.therapy__product {
    position: absolute;
    top: 42%;
    left: 55%;
    max-width: 330px;
    transform: translate(-100%, 0)
}

.therapy__product:before {
    content: none
}

.therapy__product:after {
    width: 80%;
    transform: translateX(-50%) translateY(35%)
}

.therapy__product-img {
    /*width: 70%*/
}

.therapy__text {
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
    z-index: 3
}

.therapy__text_big {
    font-size: 22px
}

.therapy__list {
    position: relative;
    z-index: 3
}

.therapy__item {
    background-color: #f4ecf0;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 15px 0;
    padding: 15px
}

.therapy__img {
    width: auto;
    max-width: 100%;
    margin-right: 20px;
    max-width: 35px;
}

.therapy__item-text {
    max-width: 100%;
    flex: 1 0
}

.therapy__footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    z-index: 3
}

.therapy__btn {
    font-size: 23px;
    font-weight: 800;
    color: #fff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    background: #017386;
    max-width: 290px;
    flex: 1 0 100%;
    margin: 5px;
    padding: 15px;
    border: 2px solid #688EC4;
    border-radius: 5px;
    transition: all .3s ease;
}

.therapy__btn:hover {
    background-color: #BC6084;
    border: 2px solid #BC6084;
    transition: all .3s ease;
}

.therapy__btn_border {
    color: #688EC4;
    background: none;
    flex: 1 0
}

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

    .therapy__container {
        display: block
    }

    .therapy__left {
        margin: 0 auto;
        padding: 0
    }

    .therapy__left:before {
        content: none
    }

    .therapy__btn {
        margin: 5px auto
    }

    .therapy__background {
        background-position: 50% 100%;
        position: relative;
        top: auto;
        right: auto;
        left: -15px;
        width: calc(100% + 30px);
        height: auto;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 30% 0 5%;
        transform: none
    }

    .therapy__background:before {
        content: "";
        background: linear-gradient(#fff, rgba(255, 255, 255, 0.0001));
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 30px;
        display: block
    }

    .therapy__product {
        position: relative;
        top: 0;
        right: 0;
        left: 0;
        transform: translateX(-50%);
        max-width: 40%
    }

    .therapy__product:after {
        transform: translateX(-50%) translateY(45%)
    }
}

.consist {
    background: url(../img/consist__background-4f48a.jpg) no-repeat center/cover;
    padding: 60px 0
}

.consist__title {
    text-decoration: none;
    font-size: 67px;
    position: absolute;
    top: -43px;
    left: 48%;
    max-width: 412px;
    z-index: 3;
    transform: translateY(20%) translateX(-50%)
}

.consist__product {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 3;
    transform: translateX(-50%) translateY(-50%)
}

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

.consist__row {
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    flex: 1 0 100%;
    justify-content: space-between
}

.consist__item {
    max-width: 350px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: 20px 0
}

.consist__item_big {
    max-width: 45%
}

.consist__img-block {
    position: relative;
    width: auto;
    max-width: 110px;
    margin-left: 20px
}

.consist__img-block_right {
    margin-right: 20px;
    margin-left: 0
}

.consist__img {
    position: relative;
    z-index: 4;
    border-radius: 100%;
}

.consist__info {
    flex: 1 0
}

.consist__info_left {
    text-align: right
}

.consist__item-title {
    font-size: 20px;
    font-weight: 700;
    color: rgb(255, 255, 255);
    margin-bottom: 15px
}

.consist__item-text {
    font-size: 15px;
    color: #fff
}

.consist__line {
    position: absolute;
    top: 50%;
    left: 50%;
    width: auto;
    height: auto
}

.consist__line_2,
.consist__line_4 {
    transform: translateX(-100%)
}

.consist__line_5 {
    transform: translateY(-60%)
}

.consist__line_6 {
    transform: translateY(-75%) translateX(-100%)
}

.consist__line_7 {
    transform: translateY(-100%) translateX(-35%)
}

.consist__line_8 {
    transform: translateY(-100%) translateX(-100%)
}

@media screen and (max-width: 1280px) {
    .consist__item {
        max-width: 320px
    }

    .consist__item_big {
        max-width: 45%
    }
}
@media screen and (max-width: 1232px) {
.consist__title {
    left: 50%;
    font-size: 3em
}
}
@media screen and (max-width: 1019px) {
    .consist {
        padding: 30px 0
    }

    .consist__container {
        justify-content: center
    }

    .consist__title {
        max-width: 100%
    }

    .consist__product,
    .consist__title {
        position: relative;
        top: 0;
        left: 0;
        transform: none
    }

    .consist__product {
        max-width: 300px
    }

    .consist__line {
        display: none
    }

    .consist__row {
        justify-content: center
    }

    .consist__item {
        max-width: 300px;
        align-items: baseline;
        justify-content: center;
        margin: 15px
    }

    .consist__info {
        text-align: center;
        max-width: 100%;
        flex: 1 0 100%;
        order: 2
    }

    .consist__img-block {
        width: auto;
        height: 110px;
        order: 1;
        margin: 0 0 15px
    }
}

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

.effects__title {
    color: #0198A5;
}

.effects__list {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: center;
    z-index: 3
}

.effects__item {
    position: relative;
    max-width: 245px;
    height: 382px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    margin: 5px;
    padding: 30px;
    z-index: 2;
    overflow: hidden;
    border-radius: 5px
}

.effects__img-block {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.effects__img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    object-fit: cover
}

.effects__item-title {
    font-size: 20px;
    font-weight: 800;
    color: #fff;
    position: relative;
    max-width: 100%;
    flex: 1 0 100%;
    z-index: 3
}

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

.proof {
    background: url(../img/proof__background-ff2fc.jpg) no-repeat center/cover;
    padding: 60px 0
}

.proof__text {
    font-size: 18px;
    color: #fff;
    max-width: 800px;
    margin: 0 auto 40px;
    text-align: center;
}

.proof__text a {
    color: #0ac8e8;
    font-weight: 700;
}

.proof__list {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-around
}

.proof__item {
    color: #fff;
    text-align: center;
    max-width: 360px;
    margin: 10px
}

.proof__percents-block {
    background: #66435b;
    position: relative;
    margin-bottom: 30px;
    padding: 30px;
    border: 2px solid #452d3f;
    border-radius: 5px
}

.proof__percents-block:before {
    content: "";
    background: #66435b;
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 32px;
    height: 32px;
    display: block;
    z-index: 3;
    transform: translateX(-50%) translateY(50%) rotate(-45deg);
    border-bottom: 2px solid #452d3f;
    border-left: 2px solid #452d3f;
    border-radius: 5px
}

.proof__percents {
    font-size: 109px;
    font-weight: 900;
    line-height: 1
}

.proof__percents-subtitle {
    font-size: 27px;
    font-weight: 700
}

.proof__percents-text {
    font-size: 21px
}

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

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

    .proof__percents {
        font-size: 88px
    }
}
@media screen and (max-width: 539px) {
    .effects__item {
        max-width: 100%;
    }
}
@media screen and (max-width: 406px) {
    .consist__title {
        font-size: 2.3em;
    }
}
.expert {
    background: url(../img/expert__background-8f651.jpg) no-repeat 100% 50%/cover;
    position: relative;
    padding: 60px 0
}

.expert__container {
    position: static
}

.expert__left {
    max-width: 600px
}

.expert__title {
    position: relative;
    z-index: 3;
    color: #0198A5;
}

.expert__text {
    font-size: 18px;
    position: relative;
    margin-bottom: 20px;
    z-index: 3
}

.expert__text_big {
    font-size: 22px
}

.expert__footer {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    z-index: 3
}

.expert__info {
    font-style: italic;
    max-width: 345px;
    margin-right: 15px
}

.expert__name {
    font-size: 22px;
    font-weight: 800;
    font-style: italic;
    color: #1b56cd
}

.expert__prof {
    font-size: 18px;
    font-style: italic
}

.expert__img {
    position: absolute;
    right: 50%;
    bottom: 0;
    max-width: 510px;
    transform: translate(110%, 0)
}

.sign {
    max-width: 145px
}

@media screen and (max-width: 991px) {
    .expert {
        padding: 15px 0 30px;
        background-size: 100%;
        background-position: 0 0
    }

    .expert__container {
        justify-content: center
    }

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

    .expert__title {
        margin: 0;
        font-size: 29px
    }

    .expert__img {
        position: relative;
        right: 0;
        max-width: 45%;
        transform: none;
        -webkit-mask-image: linear-gradient(black 70%, transparent)
    }
}

@media screen and (max-width: 576px) {
    .expert__text {
        font-size: 16px;
        margin-bottom: 15px
    }

    .expert__text_big {
        font-size: 18px
    }

    .expert__info,
    .expert .sign {
        max-width: 47%
    }

    .expert__name {
        font-size: 17px
    }

    .expert__prof {
        font-size: 12px
    }
}

.comments {
    background: #c5dce2;
    position: relative;
    padding: 60px 0;
    z-index: 3
}

.comments:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 663px;
    display: block
}

.comments__list {
        margin-bottom: 30px
}
.comments__pano {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 766px) {
    .comments__list {
    max-width: 407px;
    }
}
.comments__title {
    font-size: 56px;
    color: #000;
    text-align: center;
    margin-bottom: 40px
}

.comments__item {
    background: #fff;
    /*max-width:300px ;*/
    position: relative;
    margin: 45px 20px 20px;
    padding: 70px 30px 30px;
    border-radius: 5px
}

.comments__header {
    position: absolute;
    top: 0;
    left: 50%;
    max-width: 270px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    transform: translateX(-50%) translateY(-50%)
}

.comments__img-block {
    max-width: 100px;
    height: 100px;
    margin-right: 15px;
    overflow: hidden;
    background: #c5dce2;
    border: 10px solid #c5dce2;
    border-radius: 50%
}

.comments__img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

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

.comments__info {
    font-size: 18px;
    font-weight: 400;
    font-style: italic;
    color: #fff;
    background: #679ba9;
    padding: 10px;
    width: auto;
    display: inline-block;
    border-radius: 5px;
    transform: skewX(-10deg)
}

.comments__name {
    font-weight: 800
}

.stars {
    max-width: 136px
}

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

    .comments__title {
        font-size: 33px;
        margin-bottom: 5px
    }

    .comments__img-block {
        max-width: 75px;
        height: 75px;
        border-width: 5px
    }

    .comments__info {
        font-size: 14px;
        padding: 5px
    }

    .comments__item {
        margin: 45px 10px 10px;
        padding: 50px 15px 30px;
        box-shadow: none
    }

    .comments__text {
        font-size: 16px
    }
}

.footer {
    /*border-top: 1px solid rgba(0,0,0, 0.125);*/
    font-size: 16px;

    font-weight: 800;
    text-align: center;
    position: relative;
    padding: 20px 0;
    z-index: 3
}
.footer > p{
    font-size: 24px;
    margin-bottom: 0.5em;
}
.footer > a {
    text-decoration: none;
    color: black;
    font-weight: 400;
}
.footer > a:hover {
    text-decoration: underline;
}
@media screen and (max-width: 1200px) {
    footer {
        font-size: 20px;
        font-weight: 400;
        padding: 15px 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: 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 {
    line-height: 0px;
    color: transparent;
    background: transparent;
    position: absolute;
    top: 60px;
    width: 30px;
    height: 30px;
    display: block;
    padding: 0;
    z-index: 2;
    cursor: pointer;
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    border: none;
    outline: none
}

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
    color: transparent;
    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;
    color: #fff;
    opacity: 1
}

.slick-prev,
.slick-next {
    border-radius: 50%
}

.slick-prev {
    left: 40px
}

.slick-next {
    right: 40px
}

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

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

.slick-dots li {
    position: relative;
    width: 100%;
    max-width: 30px;
    height: 7px;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #000;
    border-radius: 10px
}

.slick-dots li button {
    line-height: 0;
    color: transparent;
    background: transparent;
    width: 40px;
    height: 6px;
    display: block;
    cursor: pointer;
    border: 0;
    outline: none
}

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

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

.slick-dots li button:before {
    content: "•";
    line-height: 20px;
    color: rgba(255, 255, 255, .00001);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 6px;
    opacity: 1
}

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

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

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

.pulsating-circle {
    background-color: rgba(255, 255, 255, .5);
    position: absolute;
    right: 0;
    bottom: -50%;
    left: 0;
    width: 900px;
    height: 900px;
    display: block;
    margin: 0 auto;
    z-index: 0;
    animation: pulse-ring 5s cubic-bezier(0.215, 0.61, 0.355, 1) infinite;
    border-radius: 50%
}

.pulsating-circle:before,
.pulsating-circle:after {
    content: "";
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    z-index: -1;
    border-radius: 50%
}

.pulsating-circle:before {
    background-color: rgba(255, 255, 255, .3);
    width: 100%;
    height: 100%;
    animation: pulse-dot 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) .1s infinite
}

.pulsating-circle:after {
    background-color: rgba(255, 255, 255, .3);
    width: 100%;
    height: 100%;
    animation: pulse-dot 5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 1.1s infinite
}

@keyframes pulse-ring {
    from {
        transform: scale(1)
    }

    50% {
        transform: scale(1.1)
    }

    to {
        transform: scale(1)
    }
}

@keyframes pulse-dot {
    0% {
        transform: scale(1);
        opacity: 0
    }

    50% {
        opacity: 1
    }

    100% {
        transform: scale(3);
        opacity: 0
    }
}

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

@keyframes fadeIn {
    from {
        opacity: 0
    }

    to {
        opacity: 1
    }
}

@media screen and (max-width: 991px) {
    .pulsating-circle {
        top: -20%;
        left: 0;
        bottom: 0;
        right: 0;
        width: 50%;
        margin: auto;
        height: 0;
        padding-bottom: 50%
    }
}

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

    .use__title {
        color: #62acd2;
        background: none
    }

    .use__btn_border {
        flex: 1 0 100%
    }

    .list__img {
        height: auto
    }
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none),
(max-width: 991px) {
    .alarm__container {
        justify-content: flex-start
    }
}