/*! 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: "Montserrat";
  src: url(../assets/fonts/Montserrat-Regular-f263c.woff2) format("woff2");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../assets/fonts/Montserrat-Medium-e6e0b.woff2) format("woff2");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../assets/fonts/Montserrat-SemiBold-c567d.woff2) format("woff2");
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: "Montserrat";
  src: url(../assets/fonts/Montserrat-Bold-e9dea.woff2) format("woff2");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "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-Regular-ae36b.woff2) format("woff2"),
    url(../assets/fonts/HeadingPro-Regular-892f1.woff) format("woff");
  font-weight: 400;
  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;
}
* {
  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: "Montserrat", "Arial", sans-serif;
  line-height: 1.3;
  color: #3d365c;
}
h1,
h2,
h3,
button,
a {
  font-family: "HeadingPro", "Arial", sans-serif;
}
.title {
  font-size: 77px;
  font-weight: 700;
  line-height: 1;
  color: #3d365c;
  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: 42px;
  }
}
.product {
  position: relative;
  max-width: 525px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.product:before {
  content: "";
  background: url(../assets/img/product__background-333fe.png) no-repeat 50% 90% /
    contain;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 549px;
  height: 578px;
  display: block;
  transform: translate(-35%, -85%);
}
.product__img {
  position: relative;
  max-width: 100%;
  z-index: 3;
}
.form {
  background: #fff;
  position: relative;
  max-width: 340px;
  margin: 0 auto;
  padding: 30px 30px 50px;
  z-index: 3;
  border-radius: 3px;
  color: #000;
}
.form__title {
  font-size: 27px;
  text-transform: uppercase;
  text-align: center;
  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(../assets/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-size: 21px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: #85d1d6;
  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: 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 25px;
}
.price__old {
  font-size: 18px;
  color: #898989;
  text-decoration: line-through;
  margin: 5px;
}
.price__new {
  font-size: 30px;
  font-weight: 600;
  color: #836db6;
  margin: 0 10px;
}
.list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  position: relative;
  z-index: 3;
}
.list__item {
  position: relative;
  max-width: 254px;
  height: 440px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  padding: 30px;
  z-index: 2;
  overflow: hidden;
}
.list__img-block {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.list__img {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.list__item:nth-child(even) .list__title {
  color: #fff;
}
.list__title {
  font-size: 20px;
  font-weight: 700;
  position: relative;
  max-width: 100%;
  flex: 1 0 100%;
  z-index: 3;
}
@media screen and (max-width: 576px) {
  .list__item {
    max-width: 145px;
    height: 250px;
    padding: 15px;
  }
  .list__title {
    font-size: 13px;
  }
}
.alarm {
  width: 100%;
  max-width: 1920px;
  margin: 0 auto 50px;
  padding: 0 30px;
}
.alarm__container {
  background: url(../assets/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;
  border: 1px solid #ccc;
  border-radius: 10px;
}
.alarm__container:before {
  content: "";
  background: url(../assets/img/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 {
  background: #ea1111;
  padding: 10px 40px;
  border: none;
}
.alarm__left {
  max-width: 260px;
  flex: 1 0 100%;
  margin: 10px 10px 10px 0;
}
.alarm__title {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 18px;
  font-weight: 700;
  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 30px;
  }
}
@media screen and (max-width: 576px) {
  .alarm {
    padding: 30px 10px 30px 30px;
  }
  .alarm__container {
    padding: 15px 15px 15px 30px;
  }
  .alarm__right {
    font-size: 16px;
  }
}
.logo {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  color: #836db6;
  text-align: center;
  text-transform: uppercase;
  width: auto;
  margin-bottom: 20px;
  padding: 5px 10px;
  border: 2px solid #85d1d6;
  border-radius: 10px;
}
.logo_center {
  margin: 0 auto 30px;
}
@media screen and (max-width: 576px) {
  .logo {
    font-size: 13px;
    margin-bottom: 10px;
  }
}
.order {
  background: linear-gradient(to right, #5a95cf, #836db6);
  position: relative;
  padding: 60px 0;
}
.order_footer {
  margin-bottom: 60px;
}
.order__background-title {
  font-size: 460px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.15);
  text-align: center;
  text-transform: uppercase;
  position: absolute;
  top: 0;
  left: 50%;
  width: auto;
  display: inline-block;
  transform: translate(-50%, -60%);
}
.order__container {
  position: static;
  align-items: flex-start;
  justify-content: space-between;
}
.order__left {
  max-width: 440px;
  margin-top: 40px;
}
.order__subtitle {
  font-family: "Montserrat", "Arial", sans-serif;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background: #85d1d6;
  position: relative;
  width: auto;
  display: inline-block;
  margin-bottom: 20px;
  padding: 5px 15px;
  z-index: 3;
  border-radius: 5px;
}
.order__title {
  color: #fff;
  position: relative;
  margin-bottom: 80px;
  z-index: 3;
}
.order__list {
  position: relative;
  max-width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin: 10px 0;
  z-index: 3;
}
.order__list-title {
  font-size: 31px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.order__list-item {
  background: #fff;
  position: relative;
  max-width: 130px;
  height: 130px;
  display: flex;
  flex-wrap: wrap;
  align-content: flex-end;
  align-items: flex-end;
  flex: 1 0 100%;
  justify-content: center;
  margin: 7px;
  padding: 25px 15px;
  border-radius: 15px;
}
.order__list-item_violet {
  background: #836db6;
}
.order__list-item_cyan {
  background: #85d1d6;
}
.order__list-img {
  width: auto;
  max-width: 100%;
  margin-bottom: 10px;
}
.order__list-text {
  font-size: 17px;
  font-weight: 500;
  text-align: center;
  width: 100%;
}
.order__list-text_white {
  color: #fff;
}
.order__product {
  position: absolute;
  bottom: 0;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, 15%);
}
.order__right {
  max-width: 340px;
}
@media screen and (max-width: 1300px) {
  .order__left {
    max-width: 340px;
  }
  .order__title {
    font-size: 60px;
  }
  .order__subtitle {
    font-size: 19px;
  }
  .order__product {
    max-width: 450px;
  }
  .order__background-title {
    font-size: 28vw;
  }
}
@media screen and (max-width: 991px) {
  .order {
    padding: 30px 0;
  }
  .order_footer {
    margin-bottom: 0;
  }
  .order__background-title {
    font-size: 28vw;
    top: 0;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  .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: 320px;
    flex: 1 0 100%;
    margin-top: 100px;
    transform: none;
  }
  .order__product:before {
    width: 100%;
    max-width: 100%;
    height: 100%;
  }
  .order__product-img {
    transform: none;
  }
}
@media screen and (max-width: 768px) {
  .order__container {
    justify-content: center;
  }
}
@media screen and (max-width: 576px) {
  .order__subtitle {
    font-size: 4vw;
    width: 100%;
    display: block;
  }
  .order__title {
    font-size: 52px;
    text-align: left;
  }
  .order__list-title {
    font-size: 21px;
  }
  .order__list-item {
    max-width: calc((100% / 3) - 10px);
    height: auto;
    margin: 5px;
    padding: 5% 10px;
  }
  .order__list-img {
    width: 100%;
    max-width: 45%;
  }
  .order__list-title {
    text-align: left;
  }
  .order__list-text {
    font-size: 11px;
  }
}
.save {
  background: #fff;
  padding: 120px 0 60px;
}
.save__container {
  max-width: 100%;
  justify-content: center;
}
.save__title {
  max-width: 960px;
}
.what {
  background: #fff;
  position: relative;
  padding: 100px 0 60px;
  overflow: hidden;
}
.what__container {
  position: static;
}
.what__background {
  position: absolute;
  top: 0;
  left: 50%;
  max-width: 494px;
  transform: translate(120%, -20%);
}
.what__left {
  position: relative;
  max-width: 50%;
}
.what__text {
  font-size: 18px;
  margin-bottom: 20px;
  padding-right: 15px;
}
.what__text_big {
  font-size: 21px;
}
.what__list {
  position: absolute;
  top: 50%;
  right: 0;
  max-width: 250px;
  display: flex;
  flex-wrap: wrap;
  transform: translate(100%, -50%);
}
.what__item {
  position: relative;
  max-width: 230px;
  height: 230px;
  display: flex;
  align-items: flex-end;
  flex: 1 0 100%;
  justify-content: flex-end;
  margin: 25px 10px;
}
.what__item_background {
  background: #ff7f7f;
  border: 3px solid #ff7f7f;
}
.what__item_border {
  border: 3px solid #d9cebf;
}
.what__item-img {
  position: absolute;
  bottom: -3px;
  left: 20px;
  width: auto;
  max-width: 100%;
}
.what__item-text {
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  z-index: 3;
  transform: rotate(90deg) rotateX(180deg) rotateY(-180deg)
    translate(93%, -200%);
  transform-origin: 100% 0;
}
.what__item-text_white {
  color: #fff;
}
@media screen and (max-width: 991px) {
  .what__left,
  .what__list {
    max-width: 100%;
  }
  .what__list {
    position: relative;
    top: 0;
    right: 0;
    display: flex;
    align-items: flex-start;
    justify-content: center;
    transform: none;
  }
  .what__header {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: -20px;
  }
  .what__background {
    position: relative;
    top: -40px;
    left: 0;
    max-width: 130px;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .what__item {
    max-width: calc(50% - 20px);
    height: auto;
    padding: 18% 0;
  }
  .what__item-img {
    width: 100%;
    max-width: 65%;
    left: 1px;
  }
  .what__item-text {
    font-size: 3vw;
    transform: rotate(90deg) rotateX(180deg) rotateY(-180deg)
      translate(45%, -200%);
  }
}
.symptoms {
  background: linear-gradient(to right, #f1e9df, #f7bab4);
  position: relative;
  padding: 60px 0;
  overflow: hidden;
}
.symptoms__background {
  position: absolute;
  bottom: 0;
  left: 50%;
  max-width: 928px;
  transform: translate(-104%, 17%);
}
.symptoms__container {
  justify-content: flex-end;
}
.symptoms__right {
  max-width: 50%;
}
.symptoms__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.symptoms__col {
  max-width: calc(50% - 10px);
  margin: 0 5px;
}
.symptoms__item {
  position: relative;
  max-width: 100%;
  margin-bottom: 20px;
  padding-right: 5px;
  padding-left: 50px;
  min-height: 33px;
}
.symptoms__item:before,
.symptoms__item:after {
  text-align: center;
  position: absolute;
  top: 5px;
  left: 0;
  width: 33px;
  height: 33px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.symptoms__item:before {
  content: "+";
  font-size: 32px;
  color: #fff;
  z-index: 1;
  transform: rotate(45deg);
}
.symptoms__item:after {
  content: "";
  background: #e04f5f;
  border-radius: 5px;
}
.symptoms__text {
  font-size: 18px;
}
.symptoms__text-bold {
  font-weight: 600;
}
@media screen and (max-width: 991px) {
  .symptoms__right {
    max-width: 100%;
  }
  .symptoms__background {
    position: relative;
    top: 0;
    left: 0;
    transform: translate(-30%, 0);
    max-width: 900px;
  }
}
@media screen and (max-width: 576px) {
  .symptoms__title {
    font-size: 53px;
  }
  .symptoms__col {
    max-width: 100%;
  }
}
.work {
  padding: 60px 0;
  background: #fff;
}
.work__item {
  max-width: calc(100% / 3);
  flex: 1 0 100%;
  height: 325px;
}
.work__item_big {
  max-width: 50%;
  height: 360px;
}
.work__item:nth-child(odd) .work__item-title {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .work__item_big,
  .work__item {
    max-width: 50%;
    flex: 1 0 100%;
  }
}
@media screen and (max-width: 576px) {
  .work__title {
    font-size: 55px;
  }
  .work__item_big,
  .work__item {
    max-width: 400px;
    height: 166px;
  }
  .work .list__title {
    font-size: 15px;
  }
}
.use {
  background: #fff;
}
.use__left {
  position: relative;
  max-width: 510px;
  padding: 80px 0;
}
.use__left:before {
  content: "";
  background: linear-gradient(to right, #fff 80%, rgba(255, 255, 255, 0.001));
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
}
.use__subtitle {
  font-size: 51px;
  line-height: 1;
  color: #ff7f7f;
  text-transform: uppercase;
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
}
.use__title {
  font-size: 102px;
  font-weight: 800;
  text-transform: uppercase;
  background: linear-gradient(to right, #5a95cf, #836db6);
  -webkit-background-clip: text;
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
  -webkit-text-fill-color: rgba(255, 255, 255, 0);
  display: block;
}
.use__title-big {
  font-size: 148px;
  margin-top: -70px;
}
.use__background {
  background: url(../assets/img/use__background-3234a.png) no-repeat
    center/cover;
  position: absolute;
  top: 50%;
  right: 50%;
  width: 1340px;
  height: 100%;
  transform: translate(101%, -50%);
}
.use__product {
  position: absolute;
  top: 60%;
  right: 50%;
  max-width: 660px;
  transform: translate(60%, -35%);
}
.use__product:before {
  content: none;
}
.use__product-img {
  max-width: 70%;
}
.use__text {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
}
.use__text_big {
  font-size: 22px;
}
.use__footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  z-index: 3;
}
.use__btn {
  font-size: 23px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  background: #85d1d6;
  max-width: 290px;
  flex: 1 0 100%;
  margin: 5px;
  padding: 15px;
  border: 2px solid #85d1d6;
  border-radius: 5px;
}
.use__btn_border {
  color: #85d1d6;
  background: none;
  flex: 1 0;
}
@media screen and (max-width: 1280px) {
  .use__background {
    transform: translate(95%, -50%);
  }
  .use__product {
    transform: translate(33%, -35%);
  }
}
@media screen and (max-width: 991px) {
  .use__left {
    max-width: 100%;
    padding: 0;
  }
  .use__left:before {
    content: none;
  }
  .use__background {
    background-position: 85% 0;
    position: relative;
    top: 0;
    right: 0;
    left: -15px;
    width: calc(100% + 30px);
    height: auto;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 20% 0 5%;
    transform: none;
  }
  .use__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;
  }
  .use__product {
    position: relative;
    top: 0;
    right: 0;
    max-width: 70%;
    transform: none;
  }
}
@media screen and (max-width: 576px) {
  .use__subtitle {
    font-size: 28px;
    margin-bottom: 0;
  }
  .use__title {
    font-size: 18vw;
  }
  .use__title-big {
    font-size: 26vw;
    margin-top: -14vw;
  }
  .use__footer {
    justify-content: center;
  }
  .use__btn {
    flex: 1 0 100%;
  }
}
.want {
  background: #628dca no-repeat center/cover;
  padding: 60px 0;
}
.want__container:before {
  content: "";
  display: block;
  background: url(../assets/img/product__background-333fe.png) no-repeat
    center/contain;
  width: 549px;
  height: 578px;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(35%, -50%);
}
.want__title {
  font-size: 102px;
  font-weight: 800;
  color: #fff;
  max-width: 830px;
}
@media screen and (max-width: 576px) {
  .want__container:before {
    content: none;
  }
  .want__title {
    font-size: 36px;
  }
}
.expert {
  background: url(../assets/img/expert__background-8b214.jpg) no-repeat
    center/cover;
  position: relative;
  padding: 60px 0 60px;
}
.expert__container {
  position: static;
}
.expert__left {
  max-width: 620px;
}
.expert__title {
  position: relative;
  z-index: 3;
}
.expert__text {
  font-size: 18px;
  position: relative;
  margin-bottom: 20px;
  z-index: 3;
}
.expert__text_big {
  font-size: 24px;
}
.expert__footer {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  z-index: 3;
}
.expert__info {
  font-style: italic;
  max-width: 300px;
  margin-right: 15px;
}
.expert__name {
  font-size: 24px;
  font-weight: 400;
  font-style: italic;
}
.expert__img {
  position: absolute;
  right: 50%;
  bottom: 0;
  max-width: 551px;
  transform: translate(110%, 0);
}
.sign {
  max-width: 145px;
}
@media screen and (max-width: 991px) {
  .expert__container {
    justify-content: center;
  }
  .expert__title {
    margin: 0;
  }
  .expert__img {
    position: relative;
    right: 0;
    max-width: 200px;
    transform: none;
    -webkit-mask-image: linear-gradient(black 70%, transparent);
  }
}
@media screen and (max-width: 576px) {
  .expert__img {
    margin: 10px auto;
  }
  .expert__title {
    font-size: 52px;
  }
  .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: 18px;
  }
  .expert__prof {
    font-size: 12px;
  }
}
.how {
  position: relative;
  padding: 90px 0;
  overflow: hidden;
}
.how__container {
  position: static;
  justify-content: flex-end;
}
.how__background {
  background: #fff url(../assets/img/how__background-95cd4.jpg) no-repeat 100%
    50% / cover;
  position: absolute;
  top: 50%;
  left: 50%;
  max-width: 1100px;
  height: 100%;
  transform: translate(-90%, -50%);
}
.how__right {
  position: relative;
  max-width: 50%;
  z-index: 3;
}
.how__title {
  font-size: 102px;
  font-weight: 800;
  color: #9fbae2;
}
.how__text {
  font-size: 18px;
  max-width: 550px;
  margin-bottom: 20px;
}
.how__text_big {
  font-size: 24px;
}
@media screen and (max-width: 991px) {
  .wrap .how {
    padding: 0;
  }
  .how__container {
    display: block;
  }
  .how__right {
    max-width: 100%;
  }
  .how__background {
    background-position: 50% 90%;
    position: relative;
    top: 0;
    left: -15px;
    width: calc(100% + 30px);
    max-width: calc(100% + 30px);
    height: auto;
    margin-bottom: 20px;
    padding-top: 220px;
    transform: none;
  }
  .how__title {
    font-size: 17vw;
  }
}
.comments {
  background: #fff;
  position: relative;
  padding: 60px 0;
}
.comments:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 663px;
  display: block;
}
.comments__title {
  font-size: 56px;
  text-align: center;
  margin-bottom: 40px;
}
.comments__item {
  background: #fff;
  position: relative;
  max-width: 380px;
  margin: 45px 20px 20px;
  padding: 70px 30px 30px;
  border: 9px solid #f3f6fb;
  border-radius: 5px;
}
.comments__header {
  margin-bottom: 10px;
}
.comments__img-block {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100px;
  height: 100px;
  overflow: hidden;
  transform: translate(25%, -50%);
  border-radius: 50%;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.3);
}
.comments__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.comments__text {
  font-size: 17px;
  margin-bottom: 20px;
}
.comments__info {
  font-weight: 350;
  font-size: 25px;
}
.comments__name {
  font-weight: 700;
}
.stars {
  max-width: 136px;
}
@media screen and (max-width: 768px) {
  .comments__img-block {
    left: 50%;
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 576px) {
  .comments {
    padding: 30px 0;
  }
  .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: 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, 0.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, 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: #9fbae2;
    top: 45px;
  }
  .slick-prev.slick-arrow:before,
  .slick-next.slick-arrow:before {
    content: "";
    background: url(../assets/img/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;
  }
  .use__title {
    color: #5a95cf;
    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;
  }
}
@media screen and (max-width: 991px) {
  .wrap section {
    padding: 30px 0;
  }
}

