/*! 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: 0.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: 0.35em 0.625em 0.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: "TTNormsPro";
    src: url(../fonts/TTNormsPro-Regular-463b9.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "TTNormsPro";
    src: url(../fonts/TTNormsPro-Bold-a7605.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: "TTNormsPro";
    src: url(../fonts/TTNormsPro-ExtraBold-e52b1.woff2) format("woff2");
    font-weight: 800;
    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: "TTNormsPro", "Arial", sans-serif;
    line-height: 1.2;
}
.text__color {
    color: #6035c5;
}
.title {
    font-size: 45px;
    margin-bottom: 35px;
    font-weight: 400;
}
.title__bold {
    font-weight: 700;
}
@media screen and (max-width: 991px) {
    .title {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 576px) {
    .title {
        font-size: 42px;
    }
}
.product {
    position: relative;
    max-width: 525px;
    display: flex;
    align-items: center;
    justify-content: center;
}
.product__img {
    transform: translateX(15%);
    position: relative;
    max-width: 100%;
    z-index: 3;
}
.form {
    color: #000;
    background: #fff;
    position: relative;
    max-width: 340px;
    margin: 0 auto;
    padding: 30px 30px 50px;
    z-index: 3;
    border-radius: 3px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.form__title {
    font-weight: 400;
    font-size: 22px;
    color: #6035c5;
    text-align: center;
    text-transform: uppercase;
    margin-bottom: 25px;
}
.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(../images/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: 700;
    color: #fff;
    text-align: center;
    letter-spacing: 1px;
    text-transform: uppercase;
    background: linear-gradient(#67bec2, #6035c5);
    padding: 20px;
    border: none;
    border-radius: 6px;
}
.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: 38px;
    font-weight: 700;
    color: #000;
    background: #fff;
    max-width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px 10px;
    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 25px;
}
.price__old {
    font-size: 18px;
    color: #898989;
    text-decoration: line-through;
    margin: 5px;
}
.price__new {
    font-size: 30px;
    font-weight: 600;
    margin: 0 10px;
    color: #6035c5;
}
.list {
    background: url(../images/problem__background-948e4.jpg) no-repeat center/cover;
    padding: 70px 0 100px;
    position: relative;
}
.list__title {
    color: #fff;
    text-align: center;
}
.list__cards {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
}
.list__item {
    max-width: 390px;
    margin: 15px;
    padding: 40px;
    min-height: 260px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    position: relative;
    overflow: hidden;
}
.list__item_big {
    min-height: 510px;
    background-color: #ddd5cf;
    display: block;
    padding-top: 200px;
}
.list__item-background {
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center;
}
.list__item-background_top {
    object-fit: contain;
    height: auto;
    object-position: center 0;
    -webkit-mask-image: linear-gradient(black 80%, transparent 99%);
}
.list__item-title,
.list__item-text {
    position: relative;
    z-index: 3;
}
.list__item-title {
    font-size: 24px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    background: #e71a3c;
    width: auto;
    margin-bottom: 20px;
    padding: 0 5px;
}
.list__item-title_light {
    background-color: #9fbac0;
}
.list__item-text {
    font-size: 22px;
    text-shadow: 0 0 3px #fff;
}
@media screen and (max-width: 991px) {
    .list {
        padding: 30px 0 0;
    }
}
@media screen and (max-width: 576px) {
    .list__title {
        font-size: 24px;
    }
    .list__item {
        padding: 15px;
        min-height: auto;
    }
    .list__item_big {
        padding-top: 40%;
    }
    .list__item-title {
        font-size: 21px;
    }
}
.alarm {
    width: 100%;
    max-width: 1100px;
    margin: 0 auto 50px;
    padding: 0 30px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    transform: translateY(-50%);
    z-index: 2;
}
.alarm__container {
    background: url(../images/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;
    border: 1px solid #ccc;
    border-radius: 10px;
}
.alarm__container:before {
    content: "";
    background: url(../images/alarm-before-907f0.png) no-repeat center;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -28px;
    width: 55px;
    height: 49px;
    display: block;
    margin: auto;
}
.alarm__container_color {
    padding: 10px 40px;
    border: none;
}
.alarm__left {
    max-width: 260px;
    flex: 1 0 100%;
    margin: 10px 20px 10px 0;
}
.alarm__title {
    font-family: "Montserrat", "Arial", sans-serif;
    font-size: 18px;
    font-weight: 700;
    color: #000;
}
.alarm__title_color {
    display: block;
}
.alarm__right {
    font-size: 18px;
    font-weight: 400;
    max-width: 750px;
    flex: 1 0;
    margin: 10px 0;
}
@media screen and (max-width: 991px) {
    .alarm {
        padding: 0 10px 0 20px;
        position: relative;
        transform: none;
        margin-top: -30px;
        margin-bottom: 20px;
    }
    .alarm__right {
        flex: 1 0 100%;
    }
}
@media screen and (max-width: 576px) {
    .alarm__container {
        padding: 15px 15px 15px 30px;
    }
    .alarm__right {
        font-size: 16px;
    }
}
.order {
    background: url(../images/order__background-ced10.jpg) no-repeat center/cover;
    position: relative;
    padding: 60px 0 100px;
}
.order__container {
    position: static;
    align-items: flex-start;
    justify-content: space-between;
}
.order__header {
    display: flex;
    justify-content: center;
}
.order__logo {
    font-size: 19px;
    font-weight: 700;
    color: #fff;
    text-align: center;
    background-color: #6035c5;
    width: auto;
    padding: 5px 10px;
    transform: translateY(100%);
    border-radius: 5px;
}
.order__item-left {
    max-width: 420px;
}
.order__title {
    line-height: 1.1;
    position: relative;
    margin-bottom: 45px;
    z-index: 3;
}
.order__block {
    display: block;
}
.order__list {
    position: relative;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 10px 0;
    z-index: 3;
}
.order__list-item {
    background: #fff;
    position: relative;
    max-width: 200px;
    height: 200px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-end;
    align-items: flex-end;
    margin: 5px;
    padding: 15px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    overflow: hidden;
}
.order__list-item_color {
    background-color: #806bb5;
}
.order__list-img {
    width: auto;
    max-width: 100%;
    margin-bottom: 10px;
}
.order__list-img_absolute {
    position: absolute;
    top: 15px;
    right: 15px;
    opacity: 0.1;
    transform: scale(2);
}
.order__list-text {
    max-width: 100%;
}
.order__list-text_white {
    color: #fff;
}
.order__item-product {
    position: absolute;
    top: 50%;
    left: 50%;
    max-width: 550px;
    z-index: 1;
    transform: translate(-43%, -40%);
}
.order__item-right {
    max-width: 330px;
}
@media screen and (max-width: 991px) {
    .order {
        padding: 30px 0;
    }
    .order__container {
        align-items: center;
    }
    .order__logo {
        transform: none;
        margin-bottom: 20px;
    }
    .order__item-product {
        position: relative;
        transform: none;
        top: 0;
        left: 0;
        flex: 1 0;
    }
    .order__item-right {
        margin-top: 20px;
        max-width: 100%;
    }
    .order_footer {
        margin-bottom: 0;
    }
}
@media screen and (max-width: 768px) {
    .order__item-left {
        max-width: 100%;
    }
    .order__item-product {
        flex: 1 0 100%;
        max-width: 400px;
        margin-bottom: 20px;
    }
    .order__container {
        justify-content: center;
    }
}
@media screen and (max-width: 576px) {
    .order__title {
        font-size: 30px;
        text-align: center;
        margin-bottom: 20px;
    }
    .order__list {
        max-width: 290px;
        margin: 0 auto;
    }
    .order__list-item {
        margin: 0;
        max-width: 145px;
        height: auto;
        min-height: 145px;
        padding: 10px;
    }
    .order__list-text {
        font-size: 13px;
    }
}
.reasons {
    background: #c69178 url(../images/reason__background-39b96.jpg) no-repeat 100% 100% / auto;
    padding: 80px 0;
}
.reasons__container {
    justify-content: flex-end;
}
.reasons__item {
    max-width: 550px;
}
.reasons__item-img {
    max-width: 49%;
    position: absolute;
    bottom: -80px;
    left: 0;
}
.reasons__title {
    color: #fff;
    max-width: 330px;
}
.reasons__title strong {
    position: relative;
    width: auto;
    padding-bottom: 20px;
}
.reasons__title strong:before {
    content: "";
    display: block;
    width: 100%;
    background: url(../images/reasons__title-underline-acf9b.png) no-repeat center/100%;
    height: 11px;
    position: absolute;
    bottom: 0;
    left: 0;
}
.reasons__text {
    max-width: 480px;
    color: #fff;
    font-size: 20px;
    margin-bottom: 20px;
}
.reasons__text_big {
    font-size: 24px;
}
@media screen and (max-width: 991px) {
    .reasons {
        padding: 30px 0;
        background-size: contain;
        background-position: 50% 100%;
    }
    .reasons__container {
        justify-content: center;
    }
    .reasons__item-img {
        max-width: 400px;
        position: relative;
        bottom: 0;
        margin: 10px auto;
    }
    .reasons__img {
        -webkit-mask-image: linear-gradient(black 80%, transparent 99%);
    }
    .reasons__title,
    .reasons__text {
        max-width: 100%;
    }
    .reasons__item-right {
        max-width: 700px;
    }
}
.start {
    background-color: #000;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    max-width: 1000px;
    margin: 0 auto;
    padding: 30px 30px 30px 130px;
    z-index: 3;
    transform: translateY(50%);
}
.start__img {
    position: absolute;
    top: 50%;
    left: 25px;
    max-width: 64px;
    transform: translateY(-50%);
}
.start__text {
    font-size: 24px;
    font-weight: 700;
    color: #e71a3c;
    letter-spacing: 15px;
}
.start__text_big {
    font-size: 57px;
    font-weight: 800;
    color: #fff;
    letter-spacing: 0;
}
@media screen and (max-width: 991px) {
    .start {
        position: relative;
        margin-top: 20px;
        transform: none;
    }
    .start__text {
        font-size: 3vw;
        letter-spacing: 1vw;
    }
    .start__text_big {
        font-size: 4vw;
    }
}
@media screen and (max-width: 576px) {
    .start {
        padding: 15px;
    }
    .start__item {
        display: flex;
        justify-content: center;
        align-items: center;
        margin-bottom: 15px;
    }
    .start__item:last-child {
        margin-bottom: 0;
    }
    .start__img {
        position: relative;
        top: 0;
        left: 0;
        transform: none;
        margin-right: 15px;
    }
    .start__text {
        font-size: 21px;
        letter-spacing: 0;
        width: auto;
    }
    .start__text_big {
        font-size: 34px;
        text-align: center;
    }
}
.rescue {
    background: url(../images/rescue__background-5cd31.jpg) no-repeat 50% 0/100%;
    position: relative;
    padding: 130px 0 50px;
    overflow: hidden;
}
.rescue:after {
    content: "";
    background: linear-gradient(rgba(255, 255, 255, 0.001), #9fbac0);
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    z-index: 1;
}
.rescue__container {
    z-index: 2;
}
.rescue__logo {
    font-size: 235px;
    font-weight: 800;
    line-height: 1;
    color: #806bb5;
    text-align: center;
    -webkit-mask-image: linear-gradient(black 25%, transparent 88%);
}
.rescue__logo-circle {
    position: relative;
    z-index: 2;
}
.rescue__logo-circle:before {
    content: "";
    background: url(../images/rescue__title-ad948.png) no-repeat center/100%;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 83%;
    height: 37%;
    display: block;
    z-index: -1;
    transform: translateX(-25%) translateY(-25%);
}
.rescue__title {
    font-size: 46px;
    font-weight: 800;
    text-align: center;
    margin-bottom: 10px;
    transform: translateY(-100%);
}
.rescue__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    transform: translateY(-50px);
}
.rescue__item {
    background: linear-gradient(to right, #ddd5cf, #eee8e4);
    display: flex;
    align-items: center;
    margin: 15px;
    padding: 15px;
}
.rescue__item_left {
    max-width: 220px;
}
.rescue__item_mid {
    max-width: 520px;
}
.rescue__item_right {
    max-width: 450px;
}
.rescue__item-img {
    max-width: 32px;
    margin-right: 15px;
}
.rescue__item-text {
    font-size: 19px;
}
.rescue__product {
    position: relative;
    display: flex;
    z-index: 2;
}
.rescue__product-img {
    position: relative;
    right: 5%;
    max-width: 16%;
    flex: 1 0 100%;
}
.rescue__product-img_reverse {
    transform: rotate(180deg) rotateY(180deg) rotateZ(30deg);
}
@media screen and (max-width: 991px) {
    .rescue {
        padding: 30px 0;
        background-size: 100%;
    }
    .rescue__logo {
        font-size: 22vw;
    }
    .rescue__title {
        font-size: 5vw;
        line-height: 1;
        transform: translateY(-25%);
    }
    .rescue__list {
        transform: none;
        margin-bottom: 20px;
    }
    .rescue__item {
        margin: 5px;
    }
}
@media screen and (max-width: 576px) {
    .rescue {
        padding-top: 10px;
    }
    .rescue__item {
        max-width: 100%;
        padding: 10px;
    }
    .rescue__product-img {
        max-width: 33%;
    }
}
.work {
    background-color: #c69178;
    position: relative;
    padding: 70px 0 30px;
}
.work__container {
    position: static;
    justify-content: flex-end;
}
.work__item-img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 50%;
}
.work__item-right {
    position: relative;
    max-width: 550px;
    z-index: 2;
}
.work__title,
.work__text {
    color: #fff;
}
.work__title {
    margin-bottom: 50px;
}
.work__text {
    font-size: 19px;
    margin-bottom: 35px;
}
.work__text_big {
    font-size: 24px;
}
@media screen and (max-width: 1100px) {
    .work__item-img {
        transform: translateX(-10%);
    }
}
@media screen and (max-width: 991px) {
    .work {
        padding: 0 0 10px;
    }
    .work__container {
        justify-content: center;
    }
    .work__title {
        margin-bottom: 20px;
    }
    .work__item-img {
        position: relative;
        transform: none;
        max-width: 500px;
    }
    .work__item-right {
        margin-top: -20px;
        max-width: 100%;
    }
}
.expert {
    background: url(../images/expert__background-8c60d.jpg) no-repeat center/cover;
    position: relative;
    padding: 70px 0;
}
.expert__container {
    position: static;
}
.expert__img-block {
    position: absolute;
    right: 50%;
    bottom: 0;
    max-width: 776px;
    transform: translateX(105%);
}
.expert__item {
    position: relative;
    max-width: 600px;
    z-index: 3;
}
.expert__text {
    font-size: 20px;
    margin-bottom: 20px;
}
.expert__text_big {
    font-size: 24px;
}
.expert__footer {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.expert__info {
    max-width: 280px;
    margin-right: 15px;
    margin-bottom: 15px;
}
.expert__sign {
    max-width: 136px;
}
@media screen and (max-width: 991px) {
    .expert {
        background: #fff;
        padding: 0 0 30px;
    }
    .expert__container {
        padding: 0;
        justify-content: center;
    }
    .expert__img-block {
        padding-top: 30px;
        background: url(../images/expert__background-8c60d.jpg) no-repeat 75% 50%/991px;
        position: relative;
        top: 0;
        right: 0;
        max-width: 100%;
        display: flex;
        align-items: flex-end;
        justify-content: center;
        transform: none;
        -webkit-mask-image: linear-gradient(black 80%, transparent 99%);
    }
    .expert__img {
        max-width: 300px;
    }
    .expert__item {
        max-width: 600px;
        padding: 15px;
    }
}
.use {
    background-color: #ddd5cf;
    position: relative;
    padding: 70px 0 100px;
    overflow: hidden;
}
.use__container {
    position: static;
    justify-content: flex-end;
}
.use__img {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 64%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: 100% 10%;
}
.use__item {
    position: relative;
    max-width: 550px;
    z-index: 2;
}
.use__text {
    font-size: 20px;
    margin-bottom: 20px;
}
.use__text_big {
    font-size: 24px;
}
@media screen and (max-width: 991px) {
    .use {
        padding: 30px 0 0;
    }
    .use__container {
        justify-content: center;
        padding: 0;
    }
    .use__img {
        position: relative;
        top: 0;
        left: 0;
        height: 270px;
        max-width: 100%;
        transform: none;
        object-position: 30%;
        -webkit-mask-image: linear-gradient(transparent 1%, black 10%);
    }
    .use__item {
        padding: 0 15px;
        max-width: 700px;
    }
}
.comments {
    background: #fff;
    position: relative;
    padding: 100px 0 60px;
}
.comments__title {
    text-align: center;
}
.comments__item {
    background: #f6f3f1;
    position: relative;
    max-width: 380px;
    margin: 45px 35px 20px;
    padding: 70px 30px 30px;
    border-radius: 5px;
}
.comments__header {
    margin-bottom: 10px;
}
.comments__img-block {
    position: absolute;
    top: 0;
    left: 0;
    max-width: 90px;
    height: 90px;
    overflow: hidden;
    transform: translate(25%, -45%);
    border-radius: 50%;
    border: 5px solid #fff;
}
.comments__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.comments__text {
    font-size: 17px;
    margin-bottom: 20px;
}
.comments__info {
    font-weight: 400;
    font-size: 25px;
}
.comments__name {
    font-weight: 700;
}
.stars {
    max-width: 136px;
}
@media screen and (max-width: 991px) {
    .comments {
        padding: 0 0 30px;
    }
}
@media screen and (max-width: 768px) {
    .comments__img-block {
        left: 50%;
        transform: translate(-50%, -50%);
    }
}
@media screen and (max-width: 576px) {
    .comments__title {
        font-size: 33px;
        margin-bottom: 5px;
    }
    .comments__item {
        margin: 45px 0 10px;
        padding: 70px 15px 15px;
        box-shadow: none;
    }
    .comments__text {
        font-size: 16px;
    }
}
footer {
    font-size: 24px;
    font-weight: 700;
    text-align: center;
    padding: 20px 0;
}
@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: 20px;
    height: 20px;
    border-radius: 50%;
    display: inline-block;
    margin: 0 5px;
    padding: 0;
    cursor: pointer;
    border: 1px solid #6035c5;
    background-color: #f6f3f1;
}
.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, 0.00001);
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 6px;
    opacity: 1;
}
.slick-dots li.slick-active {
    background: #6035c5;
}
.slick-dots li.slick-active button:before {
    color: rgba(255, 255, 255, 0.00001);
    opacity: 1;
}
.slick-track .slick-slide > div {
    display: flex;
    justify-content: center;
}
@media screen and (max-width: 480px) {
    .slick-prev.slick-arrow,
    .slick-next.slick-arrow {
        background: #000;
        top: 45px;
    }
    .slick-prev.slick-arrow:before,
    .slick-next.slick-arrow:before {
        content: "";
        background: url(../images/sort-down-solid-20031.svg) no-repeat center/50%;
        position: absolute;
        top: 50%;
        left: 50%;
        width: 100%;
        height: 100%;
        display: block;
    }
    .slick-prev.slick-arrow {
        left: 15%;
    }
    .slick-prev.slick-arrow:before {
        transform: translate(-35%, -50%) rotate(90deg);
    }
    .slick-next.slick-arrow {
        right: 15%;
    }
    .slick-next.slick-arrow:before {
        transform: translate(-65%, -50%) rotate(-90deg);
    }
}
.animation-moveRight {
    animation: moveRight 0.5s ease-in-out;
}
.animation-moveLeft {
    animation: moveLeft 0.5s ease-in-out;
}
.animation-moveUp {
    animation: moveUp 0.75s ease-in-out;
}
.animation-moveDown {
    animation: moveDown 0.75s ease-in-out;
}
.animation-fadeIn {
    animation: fadeIn 0.5s ease-in-out;
}
.animation-fadeOut {
    animation: fadeOut 0.5s ease-in-out;
}
.visibility-none {
    opacity: 0;
}
@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 rotate1 {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(360deg);
    }
}
@keyframes rotate2 {
    from {
        transform: rotate(0);
    }
    to {
        transform: rotate(-360deg);
    }
}
@keyframes before {
    from {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
    to {
        opacity: 0;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    select::-ms-expand {
        display: none;
    }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none), (max-width: 991px) {
    .alarm__container {
        justify-content: flex-start;
    }
}
