@charset "UTF-8";
/*@font-face {*/
/*    font-family: Roboto;*/
/*    font-style: normal;*/
/*    font-weight: 400;*/
/*    font-display: swap;*/
/*    src: local('Roboto'), local('Roboto-Regular'), url(../fonts/roboto-v20-cyrillic-regular.woff2) format('woff2'), url(../fonts/roboto-v20-cyrillic-regular.woff) format('woff')*/
/*}*/

/*@font-face {*/
/*    font-family: Roboto;*/
/*    font-style: normal;*/
/*    font-weight: 700;*/
/*    font-display: swap;*/
/*    src: local('Roboto Bold'), local('Roboto-Bold'), url(../fonts/roboto-v20-cyrillic-700.woff2) format('woff2'), url(../fonts/roboto-v20-cyrillic-700.woff) format('woff')*/
/*}*/

/*@font-face {*/
/*    font-family: Roboto;*/
/*    font-style: normal;*/
/*    font-weight: 900;*/
/*    font-display: swap;*/
/*    src: local('Roboto Black'), local('Roboto-Black'), url(../fonts/roboto-v20-cyrillic-900.woff2) format('woff2'), url(../fonts/roboto-v20-cyrillic-900.woff) format('woff')*/
/*}*/

@-webkit-keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes showBlock {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes showBlock {
  0% {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

.slick-slide img,
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 14px;
  overflow-x: hidden;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

br {
  font-size: 0;
  line-height: 0;
}

*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus,
button,
button:focus,
input,
input:focus {
  outline: 0;
}

a {
  text-decoration: none;
}

button {
  border: 0;
}

::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}

.slick-slider {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list,
.slick-slider,
.slick-track {
  position: relative;
  display: block;
}

.slick-list {
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list.dragging {
  cursor: pointer;
}

.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  top: 0;
  left: 0;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:after,
.slick-track:before {
  display: table;
  content: "";
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.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-loading .slick-list {
  background: #fff;
}

.slick-next,
.slick-prev {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-next:focus,
.slick-next:hover,
.slick-prev:focus,
.slick-prev:hover {
  color: transparent;
  outline: 0;
  background: 0 0;
}

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

.slick-next.slick-disabled:before,
.slick-prev.slick-disabled:before {
  opacity: 0.25;
}

.slick-next:before,
.slick-prev:before {
  font-size: 20px;
  line-height: 1;
  opacity: 0.75;
  color: #fff;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir="rtl"] .slick-prev {
  right: -25px;
  left: auto;
}

.slick-prev:before {
  content: "←";
}

.slick-next:before,
[dir="rtl"] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir="rtl"] .slick-next {
  right: auto;
  left: -25px;
}

[dir="rtl"] .slick-next:before {
  content: "←";
}

.slick-dots,
.slick-dots li button:before {
  position: absolute;
  left: 0;
  text-align: center;
}

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

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: 0;
  background: 0 0;
}

.slick-dots li button:before {
  font-size: 6px;
  line-height: 20px;
  top: 0;
  width: 20px;
  height: 20px;
  content: "";
  opacity: 0.25;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  opacity: 0.75;
  color: #000;
}

.slick-slide {
  outline: 0;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-no-flexbox .swiper-slide {
  float: left;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-wrapper {
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto;
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto;
}

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E");
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2;
}

button.swiper-pagination-bullet {
  border: 0;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff;
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 0.2s top, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s top;
  transition: 0.2s transform, 0.2s top, 0.2s -webkit-transform;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s left, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s left;
  transition: 0.2s transform, 0.2s left, 0.2s -webkit-transform;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 0.2s right, 0.2s -webkit-transform;
  transition: 0.2s transform, 0.2s right;
  transition: 0.2s transform, 0.2s right, 0.2s -webkit-transform;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill,
.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #fff;
}

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25);
}

.swiper-pagination-black .swiper-pagination-bullet-active,
.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000;
}

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25);
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite;
}

.swiper-lazy-preloader:after {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat;
}

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube,
.swiper-container-flip {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next + .swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-coverflow .swiper-wrapper {
  -ms-perspective: 1200px;
}

html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

::-ms-clear {
  display: none;
}

a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}

::-moz-focus-inner {
  border: 0;
  outline: 0;
}

select {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;

  background-repeat: no-repeat;
}

select,
select:hover {
  background-size: 10px 10px;
  background-position: right 10px center;
}

select:focus {
  outline: 0 !important;
  outline-color: transparent;
  outline-width: 0;
}

select::-ms-expand {
  display: none !important;
  background: 0 0 !important;
  position: fixed;
  border: 0 !important;
  outline: 0 !important;
}

button::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
option::-moz-focus-inner,
select::-moz-focus-inner {
  border: 0;
}

:not(#fake) {
  outline: 0;
}

select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}

img {
  max-width: 100%;
  height: auto;
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
}

svg {
  overflow: hidden;
}

.space {
  white-space: nowrap;
}

a,
button,
input,
select,
textarea {
  -webkit-tap-highlight-color: transparent;
}

@media screen and (max-width: 479px) {
  .about,
  .advantages,
  .reviews {
    background-image: none !important;
  }

  .check__wrap {
    background: 0 0 !important;
  }

  a,
  button,
  input,
  select,
  textarea {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
}

.container {
  width: 1220px;
  margin: 0 auto;
  padding: 0 25px;
}

@media screen and (max-width: 1219px) {
  .container {
    width: 1024px;
  }
}

@media screen and (max-width: 1023px) {
  .container {
    width: 768px;
    padding: 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .container {
    width: 640px;
  }
}

@media screen and (max-width: 639px) {
  .container {
    width: 480px;
  }
}

@media screen and (max-width: 479px) {
  .container {
    width: 100%;
  }
}

.title {
  font-size: 50px;
  font-weight: 900;
  text-align: center;
  line-height: 1;
}

@media screen and (max-width: 1219px) {
  .title {
    font-size: 42px;
  }
}

@media screen and (max-width: 1023px) {
  .title {
    font-size: 36px;
    line-height: 1.1;
  }
}

@media screen and (max-width: 767px) {
  .title {
    font-size: 32px;
  }
}

@media screen and (max-width: 639px) {
  .title {
    font-size: 29px;
  }
}

@media screen and (max-width: 479px) {
  .title {
    font-size: 26px;
  }
}

@media screen and (max-width: 374px) {
  .title {
    font-size: 23px;
  }
}

.text-bold {
  font-weight: 700;
}

.text-black {
  font-weight: 900;
}

.text-nowrap {
  white-space: nowrap;
}

.main-color {
  color: #0e2852;
}

.accent-red,
.menu-item__inner:hover .menu-item__text {
  color: #f33;
}

[data-format] {
  text-transform: lowercase;
  white-space: nowrap;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px);
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.menu-item__icon {
  margin-right: 11px;
}

.menu-item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.menu-item__text {
  border-bottom: 2px dotted rgba(255, 255, 255, 0.5);
  -webkit-transition: color, 0.3s;
  transition: color, 0.3s;
}

.bullet,
.input {
  position: relative;
}

.bullet::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  background-image: url(../img/main_wave.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 640px) {
  .bullet--list::before {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 35px;
    background-size: cover;
  }

  .bullet--list::after {
    display: block;
  }
}

.input--hidden {
  display: none;
}

.input__icon {
  position: absolute;
  top: 20px;
  left: 20px;
}

.input__element,
.form-control {
  height: 65px;
  width: 100%;
  padding-left: 54px;
  padding-right: 40px;
  color: #000;
  font-size: 16px;
  background-color: #eef2f7;
  border: 0;
  border-radius: 30px/50%;
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.input__element--textarea {
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: inherit;
  resize: none;
  overflow: auto;
}

.input__element--textarea :-ms-input-placeholder,
.input__element--textarea:-ms-input-placeholder {
  line-height: 40px;
}

.input__element--textarea::-webkit-input-placeholder {
  line-height: 40px;
}

.input__element--textarea::-moz-placeholder {
  line-height: 40px;
}

.input__element--textarea::-ms-input-placeholder {
  line-height: 40px;
}

.input__element--textarea::placeholder {
  line-height: 40px;
}

.input__element:-ms-input-placeholder {
  color: #666;
}

.input__element::-webkit-input-placeholder {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.input__element::-moz-placeholder {
  -moz-transition: color 0.3s;
  transition: color 0.3s;
}

.input__element::-ms-input-placeholder {
  -ms-transition: color 0.3s;
  transition: color 0.3s;
}

.input__element::placeholder {
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}

.input__element--select,
.input__element--select:hover {
  background-position: right 15px center;
}

.input__element:hover {
  background-color: #f9f9f9;
  -webkit-box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06) inset;
  box-shadow: 0 3px 7px 0 rgba(0, 0, 0, 0.06) inset;
}

.input__element:focus::-webkit-input-placeholder {
  color: transparent;
}

.input__element:focus::-moz-placeholder {
  color: transparent;
}

.input__element:focus:-ms-input-placeholder,
.input__element:focus::-ms-input-placeholder {
  color: transparent;
}

.input__element:focus::placeholder {
  color: transparent;
}

.input--light .input__element {
  background-color: #fff;
  border: 1px solid #eae9e9;
}

.btn {
  display: block;
  width: 100%;
  box-shadow: inset 0 0 4px rgba(251, 109, 22, 0.48);
  background-color: #f33;
  background-image: linear-gradient(to right, #f86503 0, #f68b4a 51%, #f86503 100%);
  border: 0;
  letter-spacing: 0.5px;
  border-radius: 50px;
  border-bottom: 6px solid #e36622;
  font-weight: 700;
  color: #fff;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  cursor: pointer;
  font-size: 30px;
  text-align: center;
  line-height: 26px;
  margin-bottom: 6px !important;
  padding: 13px 42px 9px;
  -webkit-transition-property: background-color, -webkit-box-shadow, -webkit-transform;
  transition-property: background-color, box-shadow, transform;
  transition-property: background-color, box-shadow, transform, -webkit-box-shadow, -webkit-transform;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.btn span {
  position: relative;
  display: block;
  margin-top: 2px;
  font-size: 17px;
  line-height: 1;
}

.btn--lg {
  padding-left: 69px;
  padding-right: 67px;
}

.btn--call {
  padding: 14px 0;
  font-family: "Open Sans", Roboto, Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 13px;
  border-bottom: 3px solid #e36622;
  margin-bottom: 3px !important;
}

.btn--send {
  font-size: 26px;
  line-height: 1;
  padding: 17px 0 16px;
}

.btn--get {
  margin-bottom: 0 !important;
  padding: 12px 26px 11px 29px;
  font-size: 20px;
  line-height: 20px;
  letter-spacing: 1.15px;
}

.btn:hover {
  background-color: #ff4d4d;
}

.btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}

@media screen and (max-width: 1219px) {
  .btn--get {
    padding: 12px 17px 11px 16px;
  }
}

@media screen and (max-width: 767px) {
  .btn--get {
    font-size: 16px;
    padding: 12px 10px 11px 11px;
  }
}

@media screen and (max-width: 479px) {
  .btn--call {
    padding: 12px 0 14px;
    font-size: 15px;
    line-height: 13px;
  }
}

@media screen and (max-width: 374px) {
  .btn--get {
    font-size: 15px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .btn--get {
    padding: 12px 23px 11px 25px;
  }
}

.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.timer__title {
  padding-top: 4px;
  line-height: 17px;
  margin-right: 16px;
}

.timer__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.timer__body :last-child {
  margin-right: 0;
}

.timer__colon {
  font-size: 19px;
  line-height: 12px;
  color: rgba(255, 255, 255, 0.51);
  margin-right: 3px;
}

.timer__cell {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ff9c00;
  border-radius: 4px;
  width: 35px;
  height: 45px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 3px;
  font-size: 24px;
  line-height: 17px;
  color: #000;
  font-weight: 700;
}

.timer--menu {
  display: block;
  max-width: 240px;
  margin: 0 auto;
}

.timer--menu .timer__title {
  margin-bottom: 10px;
  margin-right: 0;
  text-align: center;
}

.timer--action {
  color: #000;
}

.timer--action .timer__title {
  font-size: 16px;
}

.timer--action .timer__colon {
  color: inherit;
}

.timer--sm .timer__cell {
  color: #0e2852;
  height: 35px;
}

@media screen and (max-width: 1219px) {
  .timer__title {
    margin-right: 10px;
  }
}

@media screen and (max-width: 1023px) {
  .no-webp .expert,
  .webp .expert {
    padding-top: 20px !important;
  }

  .timer--scroll {
    display: block;
  }

  .timer--scroll br {
    display: none;
  }

  .timer--scroll .timer__title {
    text-align: center;
    margin: 0 0 10px;
  }
}

@media screen and (max-width: 767px) {
  .timer__title {
    margin-bottom: 10px;
    text-align: center;
  }

  .timer--action .timer__title {
    margin: 0 0 10px;
    padding: 0;
  }

  .timer--action .timer__title br {
    display: none;
  }
}

.box-decoration {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.09);
}

.box-decoration--light {
  background-color: #fff;
}

.box-decoration--light::before {
  background-color: #fcfcfc;
}

.webp .box-decoration__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../img/main_bg.webp);
  background-color: #fff;
  background-position-x: -313px;
  padding: 60px 40px 60px 40px;
  border-radius: inherit;
}

.ever-popup__body .form__lastpack {
  margin-bottom: 5px;
}

.ever-popup__body .text {
  position: absolute;
  max-width: 240px;
}

.no-webp .box-decoration__inner {
  position: relative;
  z-index: 1;
  width: 100%;
  background: url(../img/main_bg.png);
  background-color: #fff;
  background-position-x: -313px;
  padding: 60px 60px 60px 40px;
  border-radius: inherit;
}

.review {
  position: relative;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.review::after,
.review::before {
  content: "";
  position: absolute;
  left: 50%;
}

.review__inner {
  position: relative;
  margin: 0 auto;
}

.review__inner {
  padding: 75px 25px 30px;
  background-color: #fff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  overflow: hidden;
  width: 370px;
}

.review__thumb {
  width: 140px;
  height: 140px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  left: 50%;
  top: -75px;
  transform: translateX(-50%);
  z-index: 5;
}

.review__title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.review__thumb-img {
  position: relative;
  border-radius: 50%;
}

.review__body {
  position: relative;
  text-align: center;
}

.review__title {
  position: relative;
  margin-bottom: 15px;
}

.review__title-person {
  display: block;
  margin-bottom: 10px;
  color: #010101;
  font-size: 20px;
  font-weight: 600;
  line-height: 1;
}

.review__title-annotation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  margin-bottom: 23px;
  font-size: 17px;
  color: #444;
  line-height: 1.2;
  height: 40px;
  position: relative;
}

.review__text,
.review__toggler {
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}

.review__text {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 26px;
  overflow: hidden;
  height: 208px;
  -webkit-transition-property: max-height;
  transition-property: max-height;
}

.review__toggler {
  position: absolute;
  bottom: -15px;
  left: 50%;
  width: 30px;
  height: 30px;
  background-color: #ff9c00;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
}

.review__toggler::after,
.review__toggler::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  border-bottom: 2px solid #000;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.review__toggler::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}

.review__toggler:hover {
  background-color: #ffb400;
}

.review.active .review__text {
  height: auto;
}

.review.active .review__toggler::after,
.review__toggler.active::after {
  opacity: 0;
}

@media screen and (max-width: 1365px) {
  .review::before {
    width: 310px;
  }

  .review__inner {
    width: 340px;
  }
}

@media screen and (max-width: 1219px) {
  .review::before {
    width: 250px;
  }

  .review__inner {
    width: 280px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.05);
  }

  .review__inner::before {
    background: #fafafa;
    -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
    box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.08);
  }

  .review__title-person {
    font-size: 18px;
  }

  .review__title-annotation {
    min-height: 36px;
    font-size: 16px;
  }

  .review__title {
    padding-bottom: 10px;
  }

  .review__text {
    height: 176px;
    font-size: 16px;
    line-height: 22px;
  }
}

.banner {
  width: 100%;
  max-width: 100%;
  background-color: #1f58a7;
  padding: 12px 0 14px;
  color: #fff;
}

.banner__wrap {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.banner__logo,
.banner__menu,
.banner__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.banner__logo {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  white-space: nowrap;
  font-size: 22px;
}

.banner__menu {
  color: #fff;
  font-size: 16px;
}

.banner__menu :first-child a {
  margin-right: 30px;
}

.banner__menu-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.banner__button-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 190px;
  flex: 0 0 190px;
}

.banner__product {
  position: relative;
  height: 43px;
}

.banner__product-img {
  position: relative;
  top: 0;
  left: -30px;
  max-width: 148px;
}

.banner__text {
  -ms-flex-item-align: center;
  align-self: center;
  font-size: 16px;
  line-height: 1.4;
  margin-right: 21px;
  max-width: 300px;
}

.action__action-text b,
.banner__text .accent-red {
  font-weight: 900;
}

.banner__button-wrap--scroll {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
}

.banner--scroll {
  padding-top: 15px;
  padding-bottom: 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  max-width: 100%;
  z-index: 11;
  display: none;
}

.banner--scroll.active {
  display: block;
}

@media screen and (max-width: 1219px) {
  .banner__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .banner__logo {
    width: 100%;
    font-size: 20px;
    margin-bottom: 5px;
  }

  .banner__menu,
  .banner__timer {
    margin-right: 0;
  }

  .banner__menu :first-child {
    margin-right: 10px;
  }

  .banner__text {
    margin-right: 0;
    margin-left: -25px;
    max-width: 210px;
    font-size: 15px;
  }

  .banner__button-wrap--scroll {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 250px;
    flex: 0 0 250px;
  }
}

@media screen and (max-width: 1023px) {
  .banner__menu,
  .banner__product {
    display: none;
  }

  .banner__text {
    max-width: 190px;
    margin-left: 0;
  }

  .banner--top {
    display: none;
  }

  .banner--scroll {
    padding: 10px 0 15px;
  }
}

@media screen and (max-width: 767px) {
  .banner__timer {
    display: block;
    margin-left: 5px;
  }

  .banner__timer br {
    display: none;
  }

  .banner__button-wrap--scroll {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 200px;
    flex: 0 0 200px;
    margin-left: 5px;
  }

  .banner__text {
    max-width: 105px;
    font-size: 13px;
  }
}

@media screen and (max-width: 639px) {
  .banner__timer {
    display: none;
  }

  .banner__text {
    max-width: 240px;
    font-size: 13px;
  }
}

@media screen and (max-width: 479px) {
  .banner__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

  .banner__button-wrap {
    -ms-flex-preferred-size: 150px;
    flex-basis: 150px;
  }

  .banner__button-wrap--scroll {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 200px;
    margin: 0;
  }

  .banner__text {
    margin-bottom: 5px;
    width: 100%;
  }

  .banner__text br {
    display: none;
  }
}

@media screen and (max-width: 374px) {
  .banner__button-wrap--scroll {
    max-width: 190px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner__text {
    margin-right: 26px;
  }

  .banner__menu {
    margin-right: 90px;
  }
}

.nav {
  position: relative;
  display: none;
}

.nav__button {
  width: 40px;
  height: 40px;
  background: 0 0;
  cursor: pointer;
}

.nav__open {
  position: absolute;
  top: 20px;
  z-index: 99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  border-radius: 50%;
  background-color: #ff9c00;
}

.nav__open .nav__close-line,
.nav__open::after,
.nav__open::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
  -webkit-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
}

.nav__open:hover .nav__close-line,
.nav__open:hover::after,
.nav__open:hover::before {
  background-color: #0e2852;
}

.nav__overlay {
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.nav__overlay--hidden {
  display: none !important;
}

.nav__wrapper {
  position: relative;
  max-width: 320px;
  height: 100%;
  margin-right: auto;
  padding: 20px;
  background-color: #1f58a7;
}

.nav__close {
  position: absolute;
  top: 10px;
  right: 10px;
}

.nav__close::after,
.nav__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 5px;
  height: 34px;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color, 0.3s;
  transition: background-color, 0.3s;
}

.nav__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}

.nav__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav__close:hover::after,
.nav__close:hover::before {
  background-color: #f33;
}

.nav__scroll {
  height: 100%;
  padding-top: 30px;
  overflow-y: auto;
}

.nav__scroll::before {
  content: "";
  position: absolute;
  top: 50px;
  left: 0;
  width: 100%;
  height: 15px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#0e2852), to(rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to bottom, #0e2852, rgba(255, 255, 255, 0));
}

.nav__links {
  max-width: 200px;
}

.nav__link,
.nav__links,
.nav__timer {
  margin-bottom: 15px;
}

.nav__button-wrapper {
  max-width: 220px;
  margin: 0 auto;
}

@media screen and (max-width: 1023px) {
  .nav {
    display: block;
  }
}

.webp .main {
  padding-top: 29px;
  background-image: url(../img/main_bg.webp);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -390px;
  background-position-y: -148px;
}

.no-webp .main {
  padding-top: 29px;
  background-image: url(../img/main_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: -390px;
  background-position-y: -148px;
}

.main--bottom {
  padding-top: 59px;
}

.main__container,
.main__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__pictures {
  position: relative;
  left: -240px;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 470px;
  pointer-events: none;
}

.main .person,
.main .product-block,
.main .quality {
  position: absolute;
  max-width: none;
}

.main .person {
  position: relative;
  bottom: 0;
}

.main .product-block {
  left: 200px;
  bottom: -71px;
  width: 475px;
}

.main .quality {
  top: -36px;
  left: 59px;
}

.main__text {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 400px;
  flex: 0 1 400px;
  margin-right: 45px;
  padding: 36px 0 0;
}

.main__hgroup {
  margin-bottom: 25px;
  color: #0e2852;
}

.main__sup {
  display: block;
  font-size: 16px;
  line-height: 1;
}

.main__title {
  margin-bottom: 15px;
  font-size: 65px;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.main__subtitle {
  max-width: 350px;
  color: #333;
  font-size: 20px;
  line-height: 1.3;
}

.main__advantages {
  font-size: 18px;
  line-height: 1.22222;
}

.main__advantage {
  padding-left: 70px;
}

.main__advantage strong {
  display: block;
  margin-bottom: 5px;
  max-width: 260px;
  color: #010101;
  font-weight: 700;
  font-size: 20px;
}

.main__advantage span {
  display: block;
  font-weight: 400;
}

.main__advantage:not(:first-of-type) {
  margin-top: 30px;
}

.main__form {
  margin-bottom: 79px;
  padding-top: 46px;
}

.form__form-security {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  margin-top: 13px;
  padding-left: 27px;
  text-align: center;
  color: #222;
}

.form__form-security img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 12px;
}

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

.main__feature,
.main__features {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.main__features {
  margin-left: 469px;
  color: #444;
  font-size: 17px;
  line-height: 1.33333;
}

.main__feature {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.main__feature img {
  margin-top: 1px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.main__feature span {
  margin-top: 6px;
  margin-left: 14px;
}

.main__feature:not(:last-of-type) {
  margin-right: 22px;
}

@media screen and (max-width: 1365px) {
  .main__form {
    padding-right: 46px;
  }
}

@media screen and (max-width: 1219px) {
  .main__pictures {
    left: auto;
    -ms-flex-preferred-size: 300px;
    flex-basis: 300px;
  }

  .main .person {
    max-width: 100%;
  }

  .main .product-block {
    left: -15px;
    bottom: 20px;
    max-width: 340px;
  }

  .main .quality {
    right: 0;
    max-width: 100px;
  }

  .main__text {
    margin-right: 15px;
  }

  .main__bottom {
    padding: 50px 0;
  }

  .main__features {
    margin: 0 auto;
  }

  .main__form {
    margin-bottom: 51px;
    padding-right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .no-webp .main,
  .webp .main {
    padding: 50px 0 0 !important;
    overflow: hidden;
  }

  .main__body {
    position: relative;
  }

  .main__content {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .main__pictures {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    margin-left: 80px;
  }

  .main .person {
    display: none;
  }

  .main .product-block {
    position: static;
  }

  .main__text {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 460px;
    flex: 0 1 460px;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    margin: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .main__hgroup {
    margin-top: -35px;
    margin-bottom: 20px;
  }

  .main__sup,
  .main__title {
    margin-left: 50px;
    font-size: 12px;
  }

  .main__title {
    font-size: 45px;
  }

  .main__subtitle {
    max-width: none;
    font-size: 18px;
  }

  .main__advantages {
    max-width: 500px;
    font-size: 16px;
  }

  .main__advantage strong {
    max-width: none;
    margin-bottom: 5px;
  }

  .main__advantage:not(:first-of-type) {
    margin-top: 15px;
  }

  .main__form {
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
    margin: 0 auto;
    padding-top: 30px;
  }

  .form__form-security {
    padding-left: 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .main__bottom {
    padding: 40px 10px;
  }

  .main__features {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-left: 0;
    font-size: 16px;
  }

  .main__feature {
    max-width: 210px;
  }
}

@media screen and (max-width: 767px) {
  .main__body {
    padding-bottom: 30px;
  }

  .main__pictures {
    margin-left: 20px;
  }

  .main__hgroup {
    margin-right: -300px;
    text-align: center;
  }

  .main__sup,
  .main__title {
    margin-left: 0;
  }

  .main__subtitle {
    max-width: 400px;
    margin: 0 auto;
  }

  .main__form {
    padding-top: 135px;
  }

  .main__bottom {
    padding: 30px 10px;
  }

  .main__features {
    font-size: 15px;
  }
}

@media screen and (max-width: 639px) {
  .no-webp .main,
  .webp .main {
    padding-top: 30px !important;
  }

  .main__container {
    display: block;
  }

  .main__pictures {
    position: absolute;
    top: 160px;
    left: 50%;
    margin: 0 auto;
    flex-basis: auto;
  }

  .main__text {
    padding-bottom: 0;
  }

  .main__hgroup {
    margin: 0 0 970px;
  }

  .main__subtitle {
    margin: 0 auto;
    font-size: 16px;
  }

  .main__advantage {
    max-width: 300px;
    margin: 0 auto;
    padding-left: 0;
    text-align: center;
  }

  .main__advantage strong {
    max-width: 250px;
    margin: 0 auto;
  }

  .main__form {
    position: absolute;
    top: 440px;
    left: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-top: 40px;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .main__bottom {
    display: none;
  }

  .main__feature {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-size: 14px;
  }

  .main__feature img {
    max-height: 30px;
    margin: 0;
  }

  .main__feature span {
    margin: 0 0 0 10px;
  }

  .main__feature:not(:last-of-type) {
    margin-right: 15px;
  }
}

@media screen and (max-width: 479px) {
  .no-webp .main,
  .webp .main {
    padding-top: 25px !important;
  }

  .main__body {
    padding-bottom: 25px;
  }

  .main__bottom {
    padding: 25px 10px;
  }

  .main__features {
    display: block;
  }

  .main__feature {
    max-width: 230px;
    margin: 0 auto;
  }

  .main__feature:not(:last-of-type) {
    margin: 0 auto 10px;
  }
}

@media screen and (max-width: 379px) {
  .main__hgroup {
    margin-bottom: 950px;
  }
}

.form {
  position: relative;
  width: 270px;
  padding: 2px 2px 43px 2px;
  color: #000;
  text-align: center;
  background-color: #1f58a7;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.05);
}

.webp .form__discount {
  position: absolute;
  z-index: 1;
  top: -44px;
  right: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  background-image: url(../img/form-discount-shape.webp);
  background-repeat: no-repeat;
}

.no-webp .form__discount {
  position: absolute;
  z-index: 1;
  top: -44px;
  right: -40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 87px;
  height: 87px;
  color: #fff;
  font-size: 21px;
  font-weight: 700;
  line-height: 1;
  background-image: url(../img/form-discount-shape.png);
  background-repeat: no-repeat;
}

.form__body {
  position: relative;
  padding: 29px 15px 23px;
  border-top-right-radius: 5px;
  border-top-left-radius: 5px;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  overflow: hidden;
  background: #fff;
}

.form__attention {
  margin-bottom: 14px;
  font-size: 17px;
  line-height: 1.29412;
}

.form__attention-title {
  display: block;
  margin-bottom: 12px;
  font-size: 26px;
  font-weight: 600;
  line-height: 1;
}

.form__mark {
  color: #f33;
  font-weight: 700;
  background: 0 0;
}

.form__fields {
  margin-bottom: 0;
}

.form__field:not(:last-of-type) {
  margin-bottom: 15px;
}

.form__button-wrapper {
  max-width: 220px;
  margin: 20px auto 0;
}

.form__lastpack {
  font-size: 18px;
  line-height: 1.2;
}

.form__description {
  margin-bottom: 10px;
  font-size: 15px;
  line-height: 15px;
  color: #666;
}

@media screen and (max-width: 1219px) {
  .no-webp .form__discount,
  .webp .form__discount {
    top: -25px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .form__body {
    padding-top: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .no-webp .form__discount,
  .webp .form__discount {
    top: -55px;
  }

  .form__body {
    padding-top: 21px;
  }
}

@media screen and (max-width: 639px) {
  .no-webp .form__discount,
  .webp .form__discount {
    top: -35px;
  }

  .form__body {
    padding-top: 21px;
  }
}

.check {
  padding-top: 35px;
  padding-bottom: 103px;
  overflow: hidden;
}

.check__wrap {
  position: relative;
}

.check__title {
  color: #1f2124;
  margin-bottom: 60px;
}

.check__slide {
  position: relative;
}

.check__slide::after {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  border-radius: 5px;
  background-color: #ebf0f5;
  top: 0;
  left: 15px;
  z-index: -1;
}

.check__img {
  padding: 0 34px 25px;
}

.check__box {
  background-color: #fff;
  padding: 28px 0 0;
  max-height: fit-content;
  height: 100%;
  z-index: 1;
  border-radius: 5px;
  border: 2px solid #1f58a7;
}

.check__box-title,
.check__text {
  font-size: 18px;
  text-align: center;
}

.check__box-title {
  margin-bottom: 31px;
  color: #1f2124;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.check__text {
  color: #fff;
  background-color: #1f58a7;
  padding: 20px 24px;
}

.check__ps {
  text-align: center;
  font-size: 26px;
  font-weight: 700;
  line-height: 23px;
}

.check .swiper-container {
  max-width: 1060px;
}

.check .swiper-slide {
  max-width: 600px;
}

.check .swiper-slide-next ::before,
.check .swiper-slide-prev ::before {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.1);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.check .swiper-slide-active,
.check .swiper-slide-next,
.check .swiper-slide-prev {
  opacity: 1;
}

.check .swiper-slide-duplicate-active,
.check .swiper-slide-duplicate-next,
.check .swiper-slide-duplicate-prev {
  visibility: hidden;
}

.check .swiper-slide {
  position: relative;
}

.check-pagination {
  text-align: center;
  margin-bottom: 40px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #000;
  margin-right: 13px;
  -webkit-tap-highlight-color: transparent;
}

.swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #1f58a7;
}

.check-button-next,
.check-button-prev {
  position: absolute;
  top: 268px;
  fill: #1f58a7;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
}

.check-button-next :hover,
.check-button-prev :hover,
.reviews__next:hover svg,
.reviews__prev:hover svg {
  fill: #d7dfe9;
}

.check-button-prev {
  left: -40px;
}

.check-button-next {
  right: -40px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.bold {
  font-weight: 700;
}

@media screen and (max-width: 1265px) {
  .check .swiper-slide {
    max-width: 530px;
  }

  .check .swiper-container {
    max-width: 870px;
  }

  .check-button-prev {
    left: 10px;
  }

  .check-button-next {
    right: 10px;
  }

  .check__box-title {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 1023px) {
  .check__title br {
    display: none;
  }

  .check__box {
    -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  }

  .check .swiper-slide {
    max-width: 630px;
  }

  .check .swiper-container {
    max-width: 630px;
  }

  .check-button-prev {
    left: 5px;
  }

  .check-button-next {
    right: 5px;
  }
}

@media screen and (max-width: 767px) {
  .check .swiper-slide {
    max-width: 530px;
  }

  .check__ps {
    font-size: 23px;
  }

  .check .swiper-container {
    width: calc(100% - 100px);
    margin: 0 auto;
  }

  .check-button-next {
    top: 237px;
  }

  .check-button-prev {
    top: 240px;
  }
}

@media screen and (max-width: 639px) {
  .check__title {
    margin-bottom: 25px;
  }

  .check__box-title,
  .check__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .check .swiper-container {
    width: 100%;
  }

  .check-button-next,
  .check-button-prev {
    z-index: 2;
  }

  .check-button-next {
    top: auto;
    right: 10px;
    bottom: 65px;
  }

  .check-button-prev {
    top: auto;
    left: 10px;
    bottom: 64px;
  }

  .check-pagination {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 374px) {
  .check .swiper-container {
    width: 100%;
    min-width: 290px;
  }
}

@media screen and (max-width: 343px) {
  .check-button-next {
    bottom: 87px;
  }

  .check-button-prev {
    bottom: 87px;
  }
}

.action {
  padding: 91px 0 31px;
  overflow: hidden;
}

.action--small {
  padding: 0 0 31px;
  border-top: 1px solid #d6d7d7;
}

.action .form__description {
  text-align: center;
}

.action__top {
  padding-bottom: 45px;
  border-bottom: 1px solid #ebebeb;
}

.action__marks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 768px;
  margin: 0 auto;
}

.action__mark-img {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.action__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.action__product {
  position: relative;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  width: 415px;
  margin-right: 0;
  pointer-events: none;
  top: -55px;
  left: -65px;
}

.webp .action__discount {
  position: absolute;
  z-index: 1;
  top: -28px;
  left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 67px;
  height: 65px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-image: url(../img/form-discount-shape.webp);
  background-size: cover;
  background-repeat: no-repeat;
}

.no-webp .action__discount {
  position: absolute;
  z-index: 1;
  top: -28px;
  left: 11px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 67px;
  height: 65px;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  background-image: url(../img/form-discount-shape.png);
  background-size: cover;
  background-repeat: no-repeat;
}

.action__product .quality {
  position: absolute;
  top: -30px;
  left: 46px;
  max-width: 80px;
}

.action__content {
  padding-top: 67px;
  padding-bottom: 48px;
}

.action__title {
  margin-bottom: 24px;
  text-align: left;
}

.action__action-text {
  font-size: 19px;
  font-weight: 600;
  line-height: 1.36842;
}

.action__timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 30px;
}

.action__action-text {
  margin-right: 32px;
}

.action__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.action__field {
  max-width: 250px;
  width: 100%;
}

.action__field + * {
  margin-left: 20px;
}

.action--small .action__body {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 40px;
}

.action--small .action__product {
  max-width: 240px;
  margin-right: 0;
  position: relative;
  top: 0;
  left: -40px;
}

.action--small .action__action-text {
  max-width: 233px;
  font-weight: 400;
}

.action--small .action__timer {
  margin-bottom: 0;
}

.action--small .action__button-wrapper {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 270px;
  flex: 0 0 270px;
  margin-left: 43px;
}

@media screen and (max-width: 1219px) {
  .action__content {
    padding: 100px 0 30px;
  }

  .action__product {
    max-width: 259px;
    margin-right: 25px;
  }

  .action--small .action__body,
  .action__timer {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .action__action-text {
    max-width: 250px;
  }

  .action--small .action__action-text {
    max-width: none;
    margin-bottom: 10px;
  }

  .action--small .action__timer {
    display: block;
  }

  .action--small .action__product {
    margin-right: 30px;
  }

  .action--small .action__button-wrapper {
    max-width: 250px;
    margin-left: 30px;
  }
}

@media screen and (max-width: 1023px) {
  .action__mark-img {
    max-height: 90px;
  }

  .action__body {
    position: relative;
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }

  .action__product {
    position: absolute;
    left: 0;
    bottom: 0;
  }

  .no-webp .action__discount,
  .webp .action__discount {
    position: absolute;
    top: 0;
    right: 0;
    width: 107px;
    height: 84px;
    font-size: 18px;
  }

  .action__content {
    padding: 40px 0;
  }

  .action__title {
    margin-bottom: 15px;
    text-align: center;
  }

  .action__timer {
    display: block;
  }

  .action__timer-wrapper {
    max-width: 370px;
    margin: 0 auto;
  }

  .action__action-text {
    max-width: none;
    margin: 0 0 10px;
    text-align: center;
  }

  .action__form {
    display: block;
    max-width: 220px;
    margin-left: auto;
  }

  .action__field + * {
    margin-top: 15px;
    margin-left: 0;
  }

  .action--small .action__body {
    padding: 0 0 0 240px;
  }

  .action__timer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .action__timer-wrapper .timer__title {
    text-align: center;
    margin: 0 0 10px;
    width: 100%;
  }

  .action__timer-wrapper .timer__title br {
    display: none;
  }

  .action--small .action__product {
    position: absolute;
    top: 5px;
    max-width: 200px;
    margin: 0 auto 10px;
    padding-top: 40px;
  }

  .action--small .action__timer {
    margin-bottom: 15px;
  }

  .action--small .action__action-text {
    font-size: 16px;
  }

  .action--small .action__button-wrapper {
    margin: 0 auto;
  }
}

@media screen and (max-width: 639px) {
  .action__mark-img {
    max-height: 80px;
  }

  .action__body {
    padding-top: 25px;
  }

  .action__product {
    position: relative;
    margin: 0 auto;
  }

  .action__content {
    padding: 25px 0 0;
  }

  .action__title {
    margin-bottom: 10px;
  }

  .action__action-text {
    margin-bottom: 5px;
  }

  .action__timer {
    margin-bottom: 15px;
  }

  .action__timer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .action__form {
    margin: 0 auto;
  }

  .action--small .action__body {
    padding: 0;
  }

  .action--small .action__product {
    position: relative;
    top: auto;
    left: 0;
    max-width: 300px;
    margin: 0 auto 15px;
  }
}

@media screen and (max-width: 639px) {
  .action__mark-img {
    max-height: 70px;
  }
}

@media screen and (max-width: 479px) {
  .action__marks {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .action__mark-img {
    max-height: 60px;
  }
}

.advantages {
  padding: 99px 0 120px;
  background-image: url(../img/advantages_bg-wave.png);
  background-size: contain;
  background-color: rgba(222, 231, 230, 0.3);
  background-position: left 0 top 90%;
  background-repeat: no-repeat, no-repeat, repeat;
}

.advantages__title {
  margin-bottom: 53px;
}

.advantages__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 85px;
}

.advantages__item {
  -webkit-box-flex: 0;
  -ms-flex: 0 1 270px;
  flex: 0 1 270px;
}

.advantages__icon {
  position: relative;
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 20px;
}

.advantages__icon::after,
.advantages__icon::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.advantages__icon::before {
  background-image: url(../img/dashed-border.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  width: inherit;
  height: inherit;
}

.advantages__icon::after {
  width: 90px;
  height: 90px;
  background-color: #fff;
  border-radius: 50%;
}

.advantages__icon-img {
  position: relative;
  z-index: 1;
  display: block;
}

.advantages__text-wrapper {
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}

.advantages__label {
  display: block;
  margin-bottom: 8px;
  color: #000;
  font-weight: 400;
}

@media screen and (max-width: 1219px) {
  .advantages__list {
    max-width: 630px;
    margin-left: auto;
    margin-right: auto;
  }

  .advantages__item {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 300px;
    flex: 0 1 300px;
  }

  .advantages__item:nth-of-type(n + 3) {
    margin-top: 30px;
  }

  .advantages__label {
    max-width: 240px;
    margin: 0 auto 10px;
  }

  .advantages__text-wrapper {
    font-size: 16px;
  }
}

@media screen and (max-width: 1023px) {
  .advantages__title {
    max-width: 600px;
    margin: 0 auto 30px;
  }

  .advantages__list {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 639px) {
  .advantages__item,
  .advantages__list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .advantages__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    max-width: 400px;
  }

  .advantages__item:not(:first-of-type) {
    margin-top: 20px !important;
  }

  .advantages__icon {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 110px;
    flex: 0 0 110px;
    margin: 0 10px 0 0;
  }

  .advantages__text-wrapper {
    text-align: left;
  }

  .advantages__list {
    margin-bottom: 30px;
  }

  .advantages__title {
    margin-bottom: 20px;
  }

  .advantages__label {
    max-width: none;
  }
}

@media screen and (max-width: 479px) {
  .advantages__item {
    display: block;
  }

  .advantages__icon {
    width: 80px;
    height: 80px;
    margin: 0 auto 5px;
  }

  .advantages__icon::after {
    width: 60px;
    height: 60px;
  }

  .advantages__icon-img {
    max-width: 60%;
  }

  .advantages__text-wrapper {
    text-align: center;
  }
}

.advice,
.advice__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.advice {
  margin: 0 30px;
  background-color: #fff;
  border-radius: 5px;
}

.advice__inner {
  position: relative;
  margin: 0 -30px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 78px;
  background-color: inherit;
  border-radius: inherit;
  -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.07);
}

.advice__inner::before {
  content: "";
  position: absolute;
  top: 41px;
  right: 39px;
  width: 57px;
  height: 45px;
  background-image: url(../img/icon-quotes.png);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.advice__person {
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  margin-right: 18px;
  position: relative;
  left: -36px;
  top: 0;
}

.advice__person-img {
  display: block;
}

.advice__text {
  padding-bottom: 28px;
  color: #444;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.55556;
  padding-top: 45px;
}

.advice__text b {
  font-weight: 500;
}

.advice__label {
  display: block;
  margin-bottom: 11px;
  color: #000;
  font-size: 22px;
  font-weight: 600;
  line-height: 1;
}

.advice__sublabel {
  position: relative;
  display: block;
  margin-bottom: 18px;
  padding-bottom: 25px;
  font-size: 17px;
  line-height: 1.29412;
  color: #444;
}

.advice__sublabel::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 6px;
  background-color: #1f58a7;
}

.advice__description {
  margin-bottom: 17px;
  color: #444;
}

.advice__reward {
  display: block;
  margin-left: 1px;
}

@media screen and (max-width: 1219px) {
  .advice__inner {
    padding-left: 30px;
    padding-right: 110px;
  }
}

@media screen and (max-width: 1023px) {
  .advice__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 15px 15px 0;
  }

  .advice__inner::before {
    top: 21px;
    right: 19px;
  }

  .advice__person {
    position: static;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 220px;
    flex: 0 0 220px;
    margin-right: 15px;
  }

  .advice__text {
    padding-left: 20px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .advice__label,
  .advice__sublabel {
    padding-right: 70px;
  }

  .advice__label {
    margin-bottom: 5px;
    font-size: 20px;
  }

  .advice__sublabel {
    margin-bottom: 10px;
    padding-bottom: 15px;
    font-size: 16px;
  }

  .advice__description {
    margin-bottom: 15px;
  }
}

@media screen and (max-width: 767px) {
  .advice__person {
    display: none;
    -ms-flex-item-align: end;
    align-self: flex-end;
    -ms-flex-preferred-size: 180px;
    flex-basis: 180px;
  }

  .advice__reward {
    margin: 0 auto;
  }
}

.about {
  padding-top: 97px;
  padding-bottom: 80px;
  background-image: url(../img/advantages_bg-wave.png);
  background-size: contain;
  background-color: rgba(222, 231, 230, 0.3);
  background-position: left 0 top 65%;
  background-repeat: no-repeat;
}

.about__title {
  margin-bottom: 22px;
}

.about__text {
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
  margin-bottom: 68px;
  text-align: center;
}

.about__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.about__item {
  width: 32%;
}

.about__element {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  min-height: 141px;
}

.about__element:first-child {
  margin-bottom: 57px;
}

.about__name {
  font-size: 17px;
  line-height: 23px;
  font-weight: 400;
}

.about__img {
  width: 122px;
  height: 122px;
  border-radius: 50%;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  position: relative;
  margin-top: 5px;
}

.about__img img {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
}

.about__name--title {
  font-weight: 700;
  line-height: 20px;
  font-size: 22px;
  color: #010101;
  margin-bottom: 9px;
  display: block;
}

.about__item--prod {
  position: relative;
}

.about__prod {
  position: absolute;
  max-width: 420px;
  top: 104px;
  left: 42%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  pointer-events: none;
}

.about__bg,
.about__sert {
  position: absolute;
  z-index: 1;
}

.about__sert {
  right: 114px;
  max-width: 154px;
  top: -4px;
}

.about__bg {
  top: 51px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.about__item--left {
  text-align: right;
}

.about__img--right {
  margin-right: 21px;
}

.about__img--left {
  margin-left: 21px;
}

@media screen and (max-width: 1219px) {
  .about__name {
    font-size: 16px;
    line-height: 21px;
  }

  .about__sert {
    right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .about__items {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about__item {
    width: 100%;
  }

  .about__text {
    margin-bottom: 50px;
  }

  .about__element--direction {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .about__img {
    margin: 0 10px 0 0;
  }

  .about__item--prod {
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    max-width: 300px;
    margin: 0 auto;
  }

  .about__bg {
    max-width: 250px;
  }

  .about__item--left {
    text-align: left;
  }

  .about__element {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px;
  }

  .about__element:first-child {
    margin-bottom: 10px;
  }

  .about__element--last {
    margin-bottom: 0 !important;
  }

  .about__prod {
    display: block;
    max-width: 300px;
    margin: 0 auto;
    position: relative;
    z-index: 3;
    top: auto;
    left: auto;
    -webkit-transform: none;
    transform: none;
  }

  .about__sert {
    z-index: 2;
    top: -30px;
    right: 10px;
    max-width: 110px;
  }

  .about__bg {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}

@media screen and (max-width: 479px) {
  .about {
    background: -webkit-gradient(linear, right top, left top, from(#e9eef4), to(#f7f8f9));
    background: linear-gradient(to left, #e9eef4 0, #f7f8f9 100%);
  }
}

@media screen and (max-width: 374px) {
  .about__name {
    font-size: 15px;
  }
}

.stats {
  padding-top: 94px;
  padding-bottom: 96px;
}

.stats,
.stats__wrap {
  position: relative;
}

.stats__inform {
  text-align: center;
  line-height: 29px;
  font-size: 22px;
  margin-top: 21px;
  margin-bottom: 67px;
}

.stats__element,
.stats__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.stats__info {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.stats__element {
  font-weight: 400;
}

.stats__element--first {
  width: 33%;
}

.stats__element--second {
  width: 33%;
}

.stats__element--third {
  width: 32%;
}

.webp .stats__img {
  width: 160px;
  height: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../img/stats-img-bg.webp) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}

.no-webp .stats__img {
  width: 160px;
  height: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url(../img/stats-img-bg.png) no-repeat;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 24px;
}

.stats__description {
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
  margin-top: 21px;
}

.stats__percent {
  font-weight: 700;
  font-size: 60px;
  line-height: 45px;
}

.stats__percent--small {
  font-size: 40px;
}

@media screen and (max-width: 1265px) {
  .stats__inform br {
    display: none;
  }

  .stats__percent {
    font-size: 50px;
  }

  .stats__element {
    width: 33%;
  }
}

@media screen and (max-width: 1023px) {
  .stats__element {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stats__description {
    text-align: center;
  }
}

@media screen and (max-width: 639px) {
  .stats__inform {
    font-size: 20px;
  }

  .stats__element,
  .stats__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .stats__element {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .no-webp .stats__img,
  .webp .stats__img {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-right: 5px;
  }

  .stats__description {
    width: 200px;
  }
}

@media screen and (max-width: 479px) {
  .stats__inform {
    margin-bottom: 40px;
    font-size: 17px;
  }

  .no-webp .stats__img,
  .webp .stats__img {
    width: 140px;
    height: 133px;
    background-size: contain;
  }

  .stats__img svg {
    width: 65px;
    height: 65px;
  }
}

@media screen and (max-width: 374px) {
  .stats__description {
    font-size: 15px;
  }

  .stats__percent {
    font-size: 30px;
  }

  .no-webp .stats__img,
  .webp .stats__img {
    width: 120px;
    height: 117px;
  }

  .stats__img svg {
    width: 50px;
    height: 50px;
  }
}

.webp .expert {
  padding-top: 107px;
  padding-bottom: 30px;
  background: url(../img/expert_bg.webp) no-repeat;
  background-position: calc(50% - 272px);
  position: relative;
}

.no-webp .expert {
  padding-top: 107px;
  padding-bottom: 30px;
  background: url(../img/expert_bg.png) no-repeat;
  background-position: calc(50% - 272px);
  position: relative;
}

.expert__title {
  margin-bottom: 70px;
}

.expert__inform {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.expert__img {
  width: 49%;
}

.expert__info {
  width: 51%;
}

.expert__text {
  font-size: 18px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.expert__text--bold {
  font-weight: 400;
}

.expert__ps {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 30px;
}

.expert__name {
  font-size: 22px;
  line-height: 22px;
  font-weight: 500;
  margin-bottom: 12px;
}

.expert__text--line {
  position: relative;
  margin-bottom: 30px;
  padding-bottom: 34px;
}

.expert__text--line:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  background-color: #1f58a7;
  bottom: 0;
  left: 0;
}

.expert__prof {
  font-size: 17px;
  line-height: 18px;
}

.expert__block {
  width: 33%;
}

.expert__sign {
  width: 20%;
}

.expert__confirm {
  width: 15%;
  position: relative;
}

.expert__confirm img {
  position: absolute;
  bottom: 10px;
  max-width: 100%;
}

.expert__sert {
  width: 16%;
}

.expert__sert img {
  margin-top: 10px;
  margin-left: 10px;
}

.expert__img {
  position: relative;
}

.expert__img-doctor {
  position: absolute;
  bottom: 0;
  left: 0;
}

.expert__img-absolute {
  position: absolute;
  bottom: 68px;
  right: 42px;
}

.expert .review__toggler {
  display: none;
}

.shadow__text {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  opacity: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 240, 243, 0)), color-stop(85%, #fff));
  background-image: linear-gradient(to bottom, rgba(236, 240, 243, 0), #fff 85%);
}

@media screen and (max-width: 1219px) {
  .expert__img {
    width: 40%;
  }

  .expert__info {
    width: 70%;
  }

  .expert__img-doctor {
    left: -80px;
    max-width: 350px;
  }

  .expert__text {
    margin-bottom: 15px;
    font-size: 17px;
    line-height: 26px;
  }

  .expert__ps {
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1023px) {
  .no-webp .expert,
  .webp .expert {
    background: #fff;
  }

  .expert__inform {
    display: block;
  }

  .expert__img {
    float: left;
    width: 200px;
    height: 100%;
    margin-right: 10px;
  }

  .expert__img img {
    max-width: 100%;
  }

  .expert__img-doctor {
    position: static;
  }

  .expert__info {
    width: 100%;
  }

  .expert__img-absolute {
    bottom: 0;
    right: 0;
    width: 100px;
  }

  .expert__ps {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 767px) {
  .expert__title {
    margin-bottom: 30px;
  }

  .expert__title br {
    display: none;
  }

  .expert__text {
    font-size: 16px;
  }

  .expert__name {
    font-size: 19px;
  }

  .expert__prof {
    font-size: 16px;
  }

  .expert__confirm img {
    right: 50px;
    max-width: 105px;
  }
}

@media screen and (max-width: 639px) {
  .expert__img {
    float: none;
    margin: 0 auto;
  }

  .expert__inform {
    position: relative;
  }

  .expert__plus-block {
    height: 190px;
    overflow: hidden;
    position: relative;
  }

  .expert__plus-block--active {
    height: 100% !important;
  }

  .expert .shadow__text--active {
    opacity: 1;
  }

  .expert .shadow__img {
    position: absolute;
    width: 100%;
    height: 100px;
    bottom: 0;
    left: 0;
    opacity: 1;
    z-index: 10;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(236, 240, 243, 0)), to(#fff));
    background-image: linear-gradient(to bottom, rgba(236, 240, 243, 0), #fff 100%);
  }

  .expert .review__toggler {
    display: block;
    bottom: 115px;
  }

  .expert__ps {
    margin-top: 60px;
  }
}

@media screen and (max-width: 479px) {
  .expert__ps {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .expert__ps br {
    display: none;
  }

  .expert__block {
    width: 100%;
    margin-top: 45px;
    margin-bottom: 10px;
  }

  .expert__confirm,
  .expert__sert {
    width: auto;
  }

  .expert__sert img {
    margin-top: 0;
  }

  .expert__confirm img {
    position: static;
  }

  .expert .review__toggler {
    bottom: 180px;
  }
}

@media screen and (max-width: 374px) {
  .expert__plus-block {
    height: 160px;
  }

  .expert__img {
    width: 170px;
  }

  .expert__img-absolute {
    width: 80px;
  }

  .expert__title {
    margin-bottom: 20px;
  }

  .expert__ps {
    margin-top: 20px;
  }

  .expert.block {
    padding-bottom: 0;
  }
}

.reviews {
  padding: 95px 0 95px;
  background-image: url(../img/advantages_bg-wave.png);
  background-size: contain;
  background-color: rgba(222, 231, 230, 0.3);
  background-position: left 0 top 69%;
  background-repeat: no-repeat;
  overflow: hidden;
}

.reviews__title {
  max-width: 970px;
  margin: 0 auto 46px;
}

.reviews__content {
  position: relative;
  margin-bottom: 48px;
}

.reviews__list {
  margin: 0 -15px;
}

.reviews__item {
  padding-top: 70px;
  padding-bottom: 23px;
}

.reviews__nav {
  position: absolute;
  top: 270px;
  left: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: calc(100% + 140px);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}

.reviews__next,
.reviews__prev {
  width: 40px;
  height: 17px;
  padding: 0;
  margin: 0;
  background: 0 0;
  border: 0;
  cursor: pointer;
}

.reviews__next svg,
.reviews__prev svg {
  fill: #1f58a7;
  -webkit-transition: fill, 0.3s;
  transition: fill, 0.3s;
}

.reviews__send-label {
  margin-bottom: 28px;
  color: #332f2f;
  font-size: 26px;
  font-weight: 700;
  text-align: center;
  line-height: 1.3;
}

.reviews__send-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__send-row input {
  padding-left: 30px;
}

.reviews__field {
  -webkit-box-flex: 1;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
  max-width: 867px;
}

.reviews__send-btn-wrap {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 280px;
  flex: 0 0 280px;
  margin-left: 22px;
}

@media screen and (max-width: 1365px) {
  .reviews__list {
    margin: 0;
    padding: 0 50px;
  }

  .reviews__nav {
    width: 100%;
  }
}

@media screen and (max-width: 1219px) {
  .reviews__content {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .reviews__title {
    margin-bottom: 40px;
  }

  .reviews__send-label {
    margin-bottom: 30px;
    font-size: 18px;
  }
}

@media screen and (max-width: 767px) {
  .reviews__send-row {
    display: block;
  }

  .reviews__field {
    margin-bottom: 15px;
  }

  .reviews__send-btn-wrap {
    max-width: 280px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 479px) {
  .reviews__list {
    max-width: 300px;
    margin: 0 auto;
    padding: 0;
  }

  .reviews__nav {
    top: 260px;
    max-width: 300px;
  }

  .reviews__title {
    margin-bottom: 30px;
  }

  .reviews__send-label {
    margin-bottom: 25px;
    font-size: 16px;
  }

  .review__title-annotation br {
    display: none;
  }
}

.use {
  padding-top: 93px;
  padding-bottom: 57px;
}

.use__title {
  margin-bottom: 90px;
}

.use__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.use__prod {
  position: relative;
  width: 37%;
}

.use__sert {
  position: absolute;
  top: -4px;
  left: 163px;
  max-width: 131px;
  z-index: -1;
}

.use__prod-img {
  max-width: 419px;
  position: absolute;
  left: -21px;
  top: 92px;
}

.use__item-img {
  width: 122px;
  height: 122px;
  position: relative;
  margin-right: 16px;
  margin-top: 5px;
  padding: 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.use__item-img:after,
.use__item-img:before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.use__item-img:after {
  background: url(../img/dashed-border.png) no-repeat;
  width: inherit;
  height: inherit;
  top: 50%;
}

.use__item-img img {
  display: block;
}

.use__items {
  width: 60%;
  padding-left: 63px;
  position: relative;
}

.use__items:before {
  content: "";
  position: absolute;
  background: url(../img/use-line.png) no-repeat;
  width: 40px;
  height: 350px;
  top: -33px;
  left: 11px;
}

.use__item--first {
  margin-bottom: 36px;
}

.use__item--second {
  margin-bottom: 172px;
}

.use__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.use__text {
  font-size: 18px;
  margin-bottom: 8px;
  font-weight: 400;
}

.use__text--light {
  font-weight: 400;
  line-height: 1.3;
  color: #444;
  font-size: 18px;
}

.use__text--line {
  padding-bottom: 22px;
  position: relative;
  color: #010101;
  font-weight: 700;
  margin-bottom: 17px;
  font-size: 18px;
}

.use__text--line:after {
  position: absolute;
  content: "";
  width: 40px;
  height: 3px;
  background-color: #1f58a7;
  bottom: 0;
  left: 0;
}

@media screen and (max-width: 1219px) {
  .use__item--second {
    margin-bottom: 130px;
  }

  .use__prod-img {
    max-width: 317px;
  }

  .use__prod {
    margin-bottom: 20px;
  }

  .use__sert {
    max-width: 115px;
  }
}

@media screen and (max-width: 1023px) {
  .use__items:before,
  .use__title br {
    display: none;
  }

  .use__item--second {
    margin-bottom: 100px;
  }

  .use__prod {
    width: auto;
  }

  .use__prod-img {
    position: static;
  }

  .use__items {
    width: 100%;
  }

  .use__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .use.block {
    padding-bottom: 0;
  }
}

@media screen and (max-width: 999px) {
  .use__sert {
    display: none;
  }

  .use__title {
    margin-bottom: 40px;
  }
}

@media screen and (max-width: 767px) {
  .use__text {
    font-size: 17px;
  }

  .use__item--second {
    margin-bottom: 0;
  }

  .use__items {
    margin-bottom: 30px;
  }
}

@media screen and (max-width: 479px) {
  .use__prod {
    margin-bottom: 20px;
  }

  .use__prod-img {
    max-width: 280px;
  }
}

@media screen and (max-width: 374px) {
  .use__item--second {
    margin-bottom: 10px;
  }

  .use__item {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .use__item-img {
    margin: 0 auto 10px;
  }

  .use__text {
    font-size: 16px;
  }

  .use__text:first-of-type {
    text-align: center;
  }

  .use__text:nth-of-type(2) {
    text-align: center;
  }

  .use__text--line:after {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

.recommendation {
  background-color: #dee7e6;
  padding-top: 20px;
  padding-bottom: 33px;
}

.recommendation__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-left: 8px;
}

.recommendation__img {
  position: relative;
  width: 34%;
}

.recommendation__doctor {
  position: absolute;
  bottom: -33px;
  left: 49px;
  max-width: 308px;
}

.recommendation__item {
  width: 20%;
  position: relative;
}

.recommendation__item img {
  margin-bottom: 10px;
}

.recommendation__text {
  font-weight: 400;
  line-height: 1.3;
  font-size: 18px;
  color: #444;
}

.recommendation__text--normal {
  color: #333;
  font-weight: 700;
  font-size: 18px;
  margin-bottom: 10px;
}

.recommendation__title {
  line-height: 26px;
  font-size: 17px;
  color: #444;
  position: absolute;
  top: -117px;
  left: -13px;
  width: 420px;
}

.recommendation__title--bold {
  color: #000;
  font-size: 20px;
  font-weight: 500;
  font-style: normal;
}

.recommendation__item--second {
  width: 23%;
}

.recommendation__item--second .recommendation__text {
  padding-right: 30px;
  padding-left: 30px;
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
}

.recommendation__item--third {
  padding-left: 10px;
}

.recommendation__title-img {
  position: absolute;
  top: 0;
  right: auto;
}

@media screen and (max-width: 1219px) {
  .recommendation__text br {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .recommendation {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .recommendation__img {
    display: none;
  }

  .recommendation__item {
    width: 30%;
  }

  .recommendation__title {
    left: 120px;
  }

  .recommendation__item--second .recommendation__text {
    padding-right: 0;
    padding-left: 0;
    border-right: 0;
    border-left: 0;
  }

  .recommendation__item--second img {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 767px) {
  .recommendation {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .recommendation__title {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 80px 10px 10px;
    margin-bottom: 15px;
    border-radius: 5px;
    background-color: #fff;
  }

  .recommendation__title-img {
    top: 5px;
    right: 5px;
  }

  .recommendation__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .recommendation__item {
    width: 100%;
    margin-bottom: 20px;
  }

  .recommendation__item img {
    display: block;
    margin: 5px auto 5px;
  }

  .recommendation__text {
    font-size: 17px;
  }

  .recommendation__item--third {
    padding-left: 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .use__items {
    margin-bottom: 25px;
  }

  .recommendation {
    padding-top: 25px;
    padding-bottom: 25px;
  }
}

@media screen and (max-width: 374px) {
  .recommendation__text {
    font-size: 16px;
  }

  .recommendation__title {
    font-size: 16px;
    padding-right: 0;
  }

  .recommendation__title--bold {
    padding-right: 80px;
    font-size: 17px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .recommendation__title {
    width: 350px;
  }
}

.order {
  padding-top: 50px;
  padding-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.order__title {
  margin-bottom: 148px;
}

.order__items,
.order__wrap {
  position: relative;
}

.order__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.order__eye,
.order__items:after {
  position: absolute;
  width: 582px;
  height: 298px;
  bottom: -30px;
}

.order__items:after {
  background: url(../img/background-eye.png) no-repeat;
  background-size: contain;
  right: -120px;
  z-index: -2;
}

.order__eye {
  right: -130px;
  z-index: -1;
}

.order__item {
  width: 23%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  max-width: 370px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  background-color: #fff;
  padding: 35px 10px 20px;
  border: 1px solid #1f58a7;
  border-radius: 5px;
}

.order__img {
  position: relative;
  margin-bottom: 29px;
}

.order__img:after {
  content: "";
  position: absolute;
  background: url(../img/dashed-border.png) no-repeat;
  background-size: cover;
  width: 151px;
  height: 151px;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  top: 48%;
}

.order__number {
  position: absolute;
  top: -75px;
  color: #1f2124;
  font-size: 50px;
  font-weight: 900;
  z-index: -2;
}

.order__step {
  position: absolute;
  top: -26px;
  color: #666;
  z-index: 3;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-size: 16px;
}

.order__item-title {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 17px;
  margin-bottom: 10px;
  position: relative;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
}

.order__item-title:after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #1f58a7;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
}

.order__text {
  font-size: 18px;
  line-height: 24px;
  color: #444;
  font-weight: 400;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .order__items {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .order__item {
    width: 47%;
    max-width: 380px;
  }

  .order__item--third {
    margin-top: 21px;
  }
}

@media screen and (max-width: 767px) {
  .order__item {
    width: 100%;
    max-width: 380px;
  }

  .order__item--second {
    margin-top: 21px;
  }

  .order__text {
    font-size: 16px;
  }
}

@media screen and (max-width: 639px) {
  .order__title {
    margin-bottom: 70px;
  }

  .order__title br {
    display: none;
  }

  .order__number {
    top: -65px;
    font-size: 40px;
  }

  .order__item--second,
  .order__item--third {
    margin-top: 21px;
  }

  .order__item--fourth {
    margin-top: 21px;
  }
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .order__step {
    left: 56%;
  }

  .order__number {
    left: 51%;
  }
}

.dat {
  padding-top: 80px;
  padding-bottom: 120px;
  overflow: hidden;
}

.dat__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.dat__title {
  margin-bottom: 64px;
}

.dat__block {
  width: 63%;
}

.dat__prod {
  width: 37%;
  position: relative;
}

.dat__img-dat {
  position: absolute;
  right: 42%;
  top: 29%;
  transform: translate(50%, -50%);
}

.dat__prod-img {
  position: absolute;
  top: -50px;
  right: 0;
  max-width: 477px;
  z-index: -1;
}

.dat__info {
  font-size: 17px;
  line-height: 26px;
  color: #444;
  margin-bottom: 27px;
}

.dat__darkinfo,
.dat__lightinfo {
  border-radius: 5px;
  max-width: 700px;
}

.dat__darkinfo {
  color: #fff;
  font-weight: 500;
  background-color: #0e2852;
  letter-spacing: 0.8px;
  margin-bottom: 27px;
  font-size: 20px;
  line-height: 26px;
  padding: 15px 57px 12px 26px;
}

.dat__lightinfo {
  font-size: 16px;
  line-height: 24px;
  padding: 24px 112px 23px 25px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.07);
}

.dat__lightinfo--underline,
.footer__privacy:hover {
  text-decoration: underline;
}

.dat__lightinfo--first {
  margin-bottom: 24px;
  color: #666;
}

.dat__title--attention {
  color: #f33;
}

@media screen and (max-width: 1219px) {
  .dat__prod-img {
    right: -50px;
  }

  .dat__img-dat {
    max-width: 170px;
  }
}

@media screen and (max-width: 1023px) {
  .dat__wrap {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }

  .dat__block {
    width: 100%;
  }

  .dat__prod {
    width: 50%;
    height: 350px;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  .dat__prod-img {
    max-width: 488px;
  }

  .dat__img-dat {
    right: -25px;
  }

  .dat__title {
    margin-bottom: 44px;
  }

  .dat__darkinfo,
  .dat__lightinfo {
    max-width: 100%;
  }
}

@media screen and (max-width: 639px) {
  .dat__prod {
    width: 80%;
  }
}

@media screen and (max-width: 479px) {
  .dat__prod {
    height: 300px;
  }

  .dat__prod-img {
    max-width: 400px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }

  .dat__img-dat {
    max-width: 120px;
    top: 50px;
    left: 50%;
    right: auto;
    -webkit-transform: translateX(10%);
    transform: translateX(10%);
  }

  .dat__info {
    font-size: 16px;
    line-height: 20px;
  }

  .dat__darkinfo {
    padding-right: 20px;
  }

  .dat__lightinfo {
    padding-right: 50px;
  }
}

@media screen and (max-width: 374px) {
  .dat__lightinfo {
    padding-right: 20px;
    line-height: 20px;
  }

  .dat__darkinfo {
    font-size: 17px;
  }
}

.footer {
  font-size: 16px;
  line-height: 1;
  color: #666;
  padding: 20px 0;
}

.footer__left,
.footer__wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer__left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer__logo {
  max-width: 54px;
  margin-right: 20px;
}

.footer__name {
  margin-bottom: 5px;
}

.footer__center,
.footer__privacy {
  text-align: center;
}

.footer__privacy {
  color: inherit;
  display: block;
  margin-bottom: 5px;
}

.footer__requisites {
  text-transform: uppercase;
  text-align: right;
  margin-bottom: 5px;
}

.footer__requisites:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1023px) {
  .footer {
    font-size: 15px;
  }
}

@media screen and (max-width: 767px) {
  .footer__wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .footer__logo {
    margin-right: 0;
    margin-bottom: 5px;
  }

  .footer__addres,
  .footer__info,
  .footer__right {
    display: none;
  }
}

.deliver {
  padding-top: 75px;
  padding-bottom: 20px;
}

.deliver__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.deliver__var {
  font-size: 21px;
  font-weight: 500;
  line-height: 18px;
  margin-bottom: 20px;
}

.deliver__var--confid {
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  padding-left: 22px;
}

.deliver__confid {
  position: relative;
  margin-bottom: 44px;
}

.deliver__confid img {
  position: absolute;
  top: 38px;
  left: 0;
}

.deliver__operator {
  width: 51%;
}

.deliver__operator br {
  display: none;
}

.deliver__operator--info {
  position: relative;
  font-size: 18px;
  line-height: 18px;
  margin-right: 36px;
  padding-left: 36px;
}

.deliver__operator--info img {
  position: absolute;
  left: 0;
  top: -5px;
}

.deliver__operator--bold {
  font-size: 21px;
  font-weight: 500;
}

.deliver__time {
  font-size: 16px;
  line-height: 24px;
  margin-top: 21px;
}

.deliver__block,
.deliver__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.deliver__block {
  padding: 32px 32px 28px;
  background-color: #f8f8f8;
  border-radius: 5px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.deliver__images {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.deliver__images--title {
  font-size: 21px;
  font-weight: 500;
  margin-right: 40px;
}

.deliver__images--second {
  margin-left: 100px;
}

.deliver__img {
  margin-right: 21px;
}

.deliver__img--second {
  margin-left: 37px;
}

.deliver-line {
  position: relative;
}

.deliver-line::after {
  content: "";
  position: absolute;
  right: -20px;
  top: -8px;
  width: 1px;
  height: 28px;
  background-color: #d8d6d6;
}

@media screen and (max-width: 1219px) {
  .deliver__images--title {
    margin-right: 20px;
  }

  .deliver__images--second {
    margin-left: 30px;
  }

  .deliver__img {
    margin-left: 0;
  }

  .deliver__images {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .deliver__images--first {
    width: 50%;
  }

  .deliver-line {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1023px) {
  .deliver__info {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .deliver__confid,
  .deliver__operator {
    width: auto;
    margin: 0 auto 20px;
  }

  .deliver__images--first {
    margin-bottom: 15px;
  }

  .deliver__images--title {
    margin-right: 10px;
  }

  .deliver__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 30px 10px;
  }

  .deliver__time {
    text-align: center;
  }
}

@media screen and (max-width: 999px) {
  .deliver__block {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .deliver__images {
    width: auto;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .deliver__images--second {
    margin-left: 0;
    margin-top: 20px;
  }

  .deliver__images--title {
    margin-right: 20px;
  }

  .deliver__img {
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .deliver__images--title {
    font-size: 18px;
  }

  .deliver__images img {
    max-width: 70%;
  }
}

@media screen and (max-width: 639px) {
  .deliver__operator--info {
    font-size: 16px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .deliver__operator--bold {
    font-size: 18px;
  }

  .deliver__operator--info {
    width: 100%;
    display: block;
  }

  .deliver__operator--second {
    margin-top: 15px;
  }

  .deliver__images {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .deliver__images--title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .deliver__images--first {
    margin-bottom: 0;
  }

  .delivery__title {
    width: 100%;
    display: block;
    text-align: center;
    margin-bottom: 10px;
  }

  .delivery__inner {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 374px) {
  .deliver__images--title {
    font-size: 16px;
    margin-right: 10px;
  }

  .deliver__img {
    margin-left: 5px;
  }

  .deliver__images--sm {
    font-size: 14px;
  }

  .deliver__operator br {
    display: block;
  }

  .deliver__var {
    font-size: 19px;
  }

  .deliver__var--confid {
    font-size: 15px;
  }
}

.delivery__title {
  font-size: 21px;
  font-weight: 500;
  margin-right: 10px;
}

.delivery__inner,
.delivery__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.delivery__inner {
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.delivery__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 30px;
}

.delivery__item:first-of-type {
  position: relative;
  border-right: 1px solid #d8d6d6;
}

.delivery__icon {
  margin-right: 21px;
}

.delivery__label {
  white-space: nowrap;
}

@media screen and (max-width: 1219px) {
  .delivery__item {
    padding: 0 20px;
  }

  .delivery__label {
    max-width: 65px;
    white-space: normal;
  }
}

@media screen and (max-width: 1023px) {
  .deliver {
    padding-bottom: 0 !important;
  }

  .deliver__images--first {
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media screen and (max-width: 767px) {
  .delivery__title {
    margin-bottom: 10px;
    font-size: 18px;
  }

  .delivery__icon {
    max-width: 30px;
    margin-right: 10px;
  }
}

@media screen and (max-width: 639px) {
  .delivery__item {
    padding: 0 10px;
  }
}

@media screen and (max-width: 479px) {
  .delivery {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .delivery__title {
    margin-right: 10px;
  }

  .delivery__inner {
    width: 100%;
  }

  .delivery__item:first-of-type {
    padding-left: 0;
  }
}

@media screen and (max-width: 374px) {
  .delivery__title {
    font-size: 16px;
  }
}

.rom__svg {
  fill: #e3e3e3 !important;
}

.popup__inner {
  width: 797px;
  min-height: 500px;
  padding: 39px 28px 15px 0;
}

.popup__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.popup__product-block {
  position: relative;
  -ms-flex-item-align: center;
  align-self: center;
  max-width: 435px;
  padding-top: 15px;
  z-index: 10;
}

.popup .quality {
  position: absolute;
  max-width: 90px;
  top: 146px;
  left: -24px;
}

.popup__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-left: auto;
  position: relative;
  border-radius: 5px;
  align-self: center;
}

.ever-popup__body .text {
  left: -20px;
}

.popup .form,
.popup .form__body {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.popup .form {
  width: 255px;
}

.popup .form__body {
  padding: 29px 15px 23px;
}

.popup .form__body::before {
  content: none;
}

.popup .form__discount {
  top: -45px;
  right: -20px;
}

.ever-popup__inner {
  padding-top: 0 !important;
}

.ever-popup__close::after,
.ever-popup__close::before {
  content: "";
  position: absolute;
  top: 50% !important;
  left: 50% !important;
  width: 5px !important;
  height: 34px !important;
  background-color: #fff;
  border-radius: 3px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: background-color, 0.3s !important;
  transition: background-color, 0.3s !important;
}

.ever-popup__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg) !important;
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}

.ever-popup__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg) !important;
  transform: translate(-50%, -50%) rotate(45deg) !important;
}

.ever-popup__close:hover::after,
.ever-popup__close:hover::before {
  background-color: #f33;
}

@media screen and (max-width: 999px) {
  .ever-popup__close {
    top: 20px !important;
  }

  .popup__inner {
    width: auto;
    height: auto;
    padding-top: 70px;
    padding-right: 0;
  }

  .popup__product-block {
    display: none;
  }

  .popup .form {
    width: 270px;
    border-radius: 5px;
  }

  .popup .form__discount {
    top: -25px;
    right: 50%;
    -webkit-transform: translateX(50%);
    transform: translateX(50%);
  }

  .popup .form__body {
    padding: 50px 15px 0;
  }
}

@media screen and (max-width: 1023px) {
  .block {
    padding: 40px 0;
  }
}

@media screen and (max-width: 767px) {
  .block {
    padding: 30px 0;
  }
}

@media screen and (max-width: 639px) {
  .block {
    padding: 30px 0;
  }
}

@media screen and (max-width: 479px) {
  .block {
    padding: 25px 0;
  }
}

.main__blue-block {
  margin-top: 22px;
  max-width: 363px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
  background-color: #1f58a7;
  padding: 12px 15px;
  border-radius: 5px;
}

.main__title::before {
  content: "";
  position: absolute;
  display: block;
  width: 73px;
  height: 72px;
  background: url(../img/main_shine.png);
  left: 113px;
  top: -3px;
  z-index: 1;
}

.main__lastpack {
  position: absolute;
  width: 100%;
  color: #fff;
  font-size: 18px;
  left: 0;
  width: 270px;
  bottom: 13px;
}

.feature-first,
.feature-second {
  border-right: 1px solid #8fabd3;
}

.main__title {
  width: 385px;
  height: 65px;
}

.main__title-title {
  position: absolute;
  z-index: 2;
}

.main-red {
  color: #ea1c28;
}

.check__wrap {
  background: url(../img/check-block_bg.png) no-repeat;
  background-size: 91%;
  background-position: center;
}

.about__quality {
  position: absolute;
  z-index: 5;
  max-width: 80px;
  top: 76px;
  left: -5px;
}

.webp .about__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 122px;
  height: 122px;
  background: url(../img/stats-img-bg.webp) no-repeat;
  background-size: cover;
}

.no-webp .about__img::before {
  content: "";
  display: block;
  position: absolute;
  width: 122px;
  height: 122px;
  background: url(../img/stats-img-bg.png) no-repeat;
  background-size: cover;
}

#send-review {
  width: auto;
  padding: 15px 35px;
  font-size: 27px;
  margin: 0 auto;
}

.review__thumb::after {
  content: "";
  position: absolute;
  display: block;
  width: 130px;
  height: 130px;
  background: url(../img/stats-img-bg.png) no-repeat;
  z-index: -1;
  background-size: cover;
}

.review__thumb-img {
  width: 103px;
  height: 102px;
}

.review__title-localozation {
  color: #666;
  font-size: 16px;
  margin-bottom: 10px;
}

.use__quality {
  position: absolute;
  width: 85px;
  top: 63px;
  left: 20px;
}

.review__title-annotation::after {
  content: "";
  position: absolute;
  top: 50px;
  width: 40px;
  border-bottom: 3px solid #1f58a7;
}

.recommendation__wave {
  width: 30px;
  height: 27px;
}

.recommendation__wave--second {
  margin-left: 30px;
}

.order__item {
  position: relative;
}

.order__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #1f58a7;
  border-radius: 50%;
  top: -101px;
  z-index: 5;
  left: 50%;
  transform: translateX(-50%);
}

.order__items::before {
  content: "";
  width: 100%;
  height: 1px;
  background-color: #d6d7d7;
  top: -95px;
  position: absolute;
  z-index: 1;
}

.dat__blue-box {
  max-width: 700px;
  background-color: #1f58a7;
  color: #fff;
  border-radius: 5px;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.3;
  padding: 19px 57px 19px 26px;
  margin-bottom: 30px;
}

.dat__lightinfo--second {
  color: #000;
  font-weight: 500;
}

.banner__plashka {
  max-width: 70px;
  position: relative;
  left: -12px;
  top: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.banner__plashka::before {
  content: "Акция";
  position: absolute;
  z-index: 2;
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}

.accent-orange {
  color: #fd9c00;
  font-weight: 600;
}

.reviews__form {
  display: none;
  width: 769px;
  margin: 0 auto;
  border-radius: 5px;
  border: 1px solid #acacac;
  padding: 35px 70px 30px;
  position: relative;
  background-color: #fff;
}

.reviews__close {
  position: absolute;
  right: 10px;
  top: 10px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.reviews__close::after,
.reviews__close::before {
  content: "";
  position: absolute;
  width: 2px;
  height: 24px;
  background-color: #ccc;
}

.reviews__close::before {
  transform: rotate(45deg);
}

.reviews__close::after {
  transform: rotate(-45deg);
}

.reviews__inputs-block {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.reviews__age,
.reviews__name,
.reviews__photo,
.reviews__region {
  width: 48%;
  position: relative;
  margin-bottom: 25px;
}

.reviews__age input,
.reviews__name input,
.reviews__region input {
  padding-left: 52px;
}

.reviews__age::before,
.reviews__name::before,
.reviews__region::before {
  content: "";
  position: absolute;
  width: 20px;
  height: 23px;
  top: 50%;
  transform: translateY(-50%);
  left: 19px;
}

.reviews__name::before {
  background: url(../img/icon-name.png) no-repeat;
}

.reviews__age::before {
  width: 22px;
  background: url(../img/icon-calendar.png) no-repeat;
}

.reviews__region::before {
  width: 22px;
  background: url(../img/icon-location.png) no-repeat;
}

.reviews__photo {
  display: flex;
  align-items: center;
}

.reviews__photo-circle {
  flex-shrink: 0;
  width: 61px;
  height: 60px;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
  border-radius: 50%;
  border: 1px solid #e1e1e1;
  background-color: #eef2f7;
  background-image: url(../img/icon-photo.png);
  background-repeat: no-repeat;
  background-position: center;
  margin-right: 20px;
}

#file {
  display: none;
}

.reviews__photo-label {
  color: #666;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
  cursor: pointer;
}

.reviews__photo-label:hover {
  text-decoration: none;
}

.reviews__textarea {
  width: 100%;
  position: relative;
  margin-bottom: 30px;
}

.textarea {
  resize: none;
  padding: 20px 55px;
  height: 110px;
  color: #666;
  font-family: Roboto;
  border-radius: 30px;
}

.reviews__textarea::before {
  content: "";
  position: absolute;
  width: 21px;
  height: 21px;
  background: url(../img/messege.png);
  top: 20px;
  left: 19px;
}

.reviews__btn {
  width: auto;
  padding: 20px 47px;
  margin: 0 auto;
}

.nav__logo {
  color: #fff;
  font-size: 20px;
  font-weight: 600;
}

@media (max-width: 1300px) {
  .main .product-block {
    left: 237px;
    bottom: -71px;
    width: 475px;
  }

  .no-webp .form__discount,
  .webp .form__discount {
    right: -10px;
  }

  .main__form {
    padding-right: 0;
  }
}

@media (max-width: 1219px) {
  .main .product-block {
    left: -40px;
    bottom: 65px;
    width: 500px;
  }

  .main .quality {
    top: -35px;
    left: 26px;
    max-width: 75px;
  }

  .main .person {
    bottom: -40px;
  }

  .main__text {
    margin-left: 10px;
  }

  .main__title {
    font-size: 62px;
  }

  .no-webp .form__discount,
  .webp .form__discount {
    right: 30px;
  }

  .main__title::before {
    width: 67px;
    height: 66px;
    left: 109px;
    top: -3px;
    background-size: cover;
    z-index: 1;
  }

  .main__bottom {
    padding: 0;
  }

  .feature-first,
  .feature-second {
    padding-right: 15px;
  }

  .main__feature:not(:last-of-type) {
    margin-right: 15px;
  }

  .recommendation__doctor {
    left: 0;
  }

  .dat__prod-img {
    right: -5px;
    max-width: 380px;
  }

  .deliver {
    padding-top: 40px;
  }

  .banner__plashka {
    display: none;
  }

  .banner__product-img {
    max-width: 110px;
  }

  .action__product {
    top: -30px;
    left: -35px;
    margin-right: 0;
  }

  .action__product .quality {
    left: 31px;
    max-width: 64px;
  }

  .expert__img-doctor {
    left: -20px;
  }

  .expert__img-absolute {
    max-width: 90px;
    bottom: 10px;
  }

  .action--small .action__product {
    margin-right: 0;
    left: 0;
  }

  .action--small .action__product {
    width: 67px;
  }

  .use__quality {
    position: absolute;
    width: 75px;
    top: 66px;
    left: 2px;
  }

  .hide-br br {
    display: none;
  }

  .expert__title {
    margin-bottom: 40px;
  }
}

@media (min-width: 1023px) and (max-width: 1219px) {
  .block {
    padding: 50px 0;
  }

  .advantages__list {
    margin-bottom: 50px;
  }

  .action__top {
    padding-bottom: 50px;
  }

  .action__content {
    padding: 50px 0 0 0;
  }

  .expert.block {
    padding: 50px 0 0 0;
  }

  .action--small .action__body {
    padding-top: 0;
  }

  .no-webp .main,
  .webp .main {
    padding: 0 0 50px 0;
  }
}

@media (max-width: 1023px) {
  .no-webp .form__discount,
  .webp .form__discount {
    right: 33px;
  }

  .webp .main {
    background-image: url(../img/main_bg.webp);
    background-position-x: -260px;
    background-position-y: 0;
  }

  .no-webp .main {
    background-image: url(../img/main_bg.png);
    background-position-x: -260px;
    background-position-y: 0;
  }

  .main__hgroup {
    margin-top: 0;
  }

  .main__title {
    margin-left: 0;
  }

  .nav__open {
    top: 10px;
  }

  .no-webp .form__discount,
  .webp .form__discount {
    right: 26px;
    top: -40px;
  }

  .main__pictures {
    margin-left: 0;
  }

  .main__bottom {
    padding: 20px 0;
  }

  .advice__reward {
    max-width: 170px;
  }

  .advice__inner::before {
    width: 40px;
    height: 30px;
  }

  .advice__text {
    padding-top: 25px;
  }

  .advice__person {
    flex: 0 0 290px;
  }

  .advice__inner {
    padding: 15px 15px 0 5px;
  }

  .action__product {
    top: 285px;
    max-width: 288px;
  }

  .action__content {
    padding: 40px 0 0;
  }

  .about__element {
    justify-content: flex-start;
  }

  .about__element {
    margin-bottom: 10px;
  }

  .about__prod {
    max-width: 350px;
  }

  .about__item--prod {
    max-width: 390px;
  }

  .about__sert {
    right: -63px;
    max-width: 100px;
  }

  .about__quality {
    max-width: 70px;
    top: -20px;
    left: 55px;
  }

  .about__text {
    margin-bottom: 70px;
  }

  .about__element--second {
    justify-content: flex-end;
  }

  .expert__img-absolute {
    max-width: 70px;
  }

  .action--small .action__product {
    width: 220px;
    max-width: 220px;
    top: 55px;
  }

  .no-webp .action__discount,
  .webp .action__discount {
    width: 74px;
    height: 74px;
    font-size: 17px;
  }

  .review__title-annotation {
    min-height: 57px;
  }

  .review__title-annotation::after {
    top: 64px;
  }

  .use__quality {
    width: 69px;
    top: -12px;
    left: 24px;
  }

  .use__prod-img {
    max-width: 350px;
  }

  .recommendation__title {
    left: 191px;
  }

  .order__item::before {
    display: none;
  }

  .order__items::before {
    width: 0;
    height: 0;
    background: 0 0;
  }

  .order__item--fourth {
    margin-top: 21px;
  }

  .order__title {
    margin-bottom: 115px;
  }

  .dat__prod-img {
    position: relative;
    top: 0;
  }

  .dat__prod {
    height: auto;
    margin-bottom: 20px;
  }

  .main__form {
    padding-top: 50px;
  }

  .no-webp .about__img::before,
  .webp .about__img::before {
    width: 110px;
    height: 110px;
  }

  .about__img {
    width: 110px;
    height: 110px;
  }

  .about__element {
    min-height: 115px;
  }

  .stats__inform {
    margin-bottom: 30px;
  }

  .expert__title {
    margin-bottom: 40px;
  }

  .no-webp .main,
  .webp .main {
    padding: 60px 0 0 !important;
  }

  .main__advantages {
    background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0.9));
    border-radius: 10px;
    padding: 5px;
  }

  .action__product .quality {
    top: -23px;
  }

  .expert__ps {
    margin-bottom: 0;
  }

  .expert__sign {
    width: 16%;
  }

  .about__name br,
  .dat__info br,
  .expert__text br,
  .hide-br br,
  .order__text br {
    display: none !important;
  }

  .dat__prod-img {
    right: 35px;
  }

  .no-webp .form__discount,
  .webp .form__discount {
    right: 31px;
  }

  .dat__blue-box {
    max-width: 100%;
  }

  .expert__confirm {
    width: 13%;
  }
}

@media (min-width: 640px) and (max-width: 1023px) {
  .expert__img {
    box-shadow: 2px 1px 4px 2px #000;
    margin-bottom: -2px;
    padding: 3px 3px 0 3px;
    margin-top: 7px;
    margin-right: 15px;
  }

  .expert__img-doctor {
    position: relative;
    left: 0;
    bottom: -3px;
  }

  .expert__img-absolute {
    right: 5px;
    width: 95px;
  }
}

@media (max-width: 767px) {
  .main__form {
    padding-top: 265px;
  }

  .main__blue-block {
    max-width: 80%;
    margin: 15px auto 30px;
  }

  .main__title {
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .main__title::before {
    left: 236px;
  }

  .check__title {
    margin-bottom: 30px;
  }

  .action__top {
    padding-bottom: 30px;
  }

  .action__product {
    top: 280px;
    text-align: center;
    margin: 0 auto;
  }

  .expert__text {
    margin-bottom: 5px;
  }

  .main__hgroup {
    margin-top: 5px;
  }

  .main__title {
    margin-bottom: 10px;
  }

  .main__advantage strong {
    font-size: 18px;
  }

  .main__content {
    margin-right: 10px;
  }

  .main__hgroup {
    margin-bottom: 80px;
  }

  .expert__sign {
    width: 32%;
  }

  .expert__confirm {
    width: 18%;
  }

  .action--small .action__product {
    margin: 0 auto 10px;
  }

  .reviews__form {
    padding: 35px 35px 25px;
    max-width: 600px;
  }

  .recommendation__title {
    background-color: #fff;
    padding: 10px;
    left: 0;
  }

  .recommendation__text--normal {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .recommendation__text {
    font-size: 15px;
  }

  .use__text {
    font-size: 16px;
  }

  .use__text br {
    display: none;
  }

  .use__item-img {
    width: 100px;
    height: 100px;
  }

  .use__item-img:after {
    width: 100px;
    height: 100px;
    background-size: cover;
    top: 50%;
  }

  .use__text--line {
    padding-bottom: 15px;
    margin-bottom: 15px;
    line-height: 1.2;
  }

  .dat__prod-img {
    right: 15px;
    max-width: 290px;
  }

  .dat__img-dat {
    max-width: 130px;
    right: -7px;
  }

  .main--bottom {
    padding-top: 30px !important;
  }

  .dat__info {
    font-size: 16px;
    margin-bottom: 15px;
  }

  .dat__blue-box {
    font-size: 18px;
    margin-bottom: 15px;
  }

  .reviews__content {
    margin-bottom: 30px;
  }

  .order__step {
    top: -20px;
  }

  .order__number {
    top: -68px;
  }

  .stats__percent {
    font-size: 44px;
  }

  .about__name--title {
    font-size: 20px;
  }

  .stats__inform {
    margin-bottom: 30px;
  }

  .stats__inform {
    font-size: 20px;
  }

  .expert__title {
    margin-bottom: 30px;
  }

  .action__product .product {
    margin-right: -15px;
  }

  .use__quality {
    left: 17px;
  }

  .no-webp .form__discount,
  .webp .form__discount {
    right: 32px;
  }
}

@media (max-width: 639px) {
  .main__title::before {
    left: 151px;
  }

  .main__text {
    margin-left: 0;
  }

  .main__form {
    position: relative;
  }

  .main__form {
    padding-top: 0;
    top: 0;
  }

  .main__pictures {
    position: relative;
    top: 0;
    left: 0;
    margin: 0 auto 30px;
  }

  .main__content {
    margin-right: 0;
  }

  .main__hgroup {
    margin-bottom: 30px;
  }

  .bullet::before {
    width: 30px;
    height: 26px;
    margin: 0 auto 10px;
  }

  .main__advantage {
    max-width: 100%;
  }

  .main__advantage br {
    display: none;
  }

  .product-block .product {
    margin-left: -25px;
  }

  .main .quality {
    top: -29px;
    left: -5px;
  }

  .check__img {
    padding: 0 20px 20px;
  }

  .check__box {
    padding: 25px 0 0;
  }

  .advantages__list {
    align-items: flex-start;
  }

  .check__ps {
    font-size: 21px;
  }

  .about__name--title {
    font-size: 18px;
  }

  .check-pagination {
    margin-bottom: 20px;
  }

  .stats__inform {
    font-size: 17px;
  }

  .stats__description {
    font-size: 16px;
  }

  .no-webp .stats__img,
  .webp .stats__img {
    width: 130px;
    height: 130px;
    background-size: cover;
  }

  .expert__img-absolute {
    width: 80px;
  }

  .stats__element--third {
    margin-bottom: 0;
  }

  .expert__name {
    font-size: 17px;
  }

  .expert__prof {
    font-size: 15px;
  }

  .expert__block {
    width: 40%;
  }

  .expert__sign {
    width: 100px;
    max-width: 130px;
  }

  .expert__confirm {
    width: 90px;
  }

  .expert__confirm img {
    max-width: 100%;
    right: 0;
    position: relative;
    bottom: 0;
  }

  .expert__sert {
    width: 70px;
  }

  .expert__ps {
    display: flex;
    align-items: center;
  }

  .about__sert {
    right: -3px;
    max-width: 85px;
    top: -53px;
  }

  .about__prod {
    max-width: 300px;
  }

  .reviews__form {
    max-width: 440px;
  }

  .reviews__age,
  .reviews__name,
  .reviews__photo,
  .reviews__region {
    width: 100%;
  }

  .use__prod-img {
    max-width: 300px;
  }

  .use__items {
    padding-left: 0;
  }

  .order__title {
    margin-bottom: 90px;
  }

  .dat__img-dat {
    right: 65px;
  }

  .action__product {
    top: 5px;
  }

  .action--small .action__product {
    width: 265px;
    max-width: 265px;
    left: -20px;
  }
}

@media (max-width: 479px) {
  .no-webp .main,
  .webp .main {
    background-image: url(../img/main_bg-mob.png);
    background-position-y: 0;
  }

  .main__title {
    font-size: 48px;
  }

  .main__title::before {
    left: 88px;
    width: 55px;
    height: 55px;
  }

  .check__ps {
    font-size: 19px;
  }

  .advantages__list {
    align-items: center;
  }

  .advice__inner {
    padding: 10px;
  }

  .advice__text {
    padding-left: 0;
    padding-bottom: 0;
    font-size: 15px;
  }

  .advice__label {
    font-size: 19px;
  }

  .about__prod {
    max-width: 240px;
  }

  .about__quality {
    max-width: 60px;
    top: -20px;
    left: 24px;
  }

  .about__sert {
    right: -15px;
    max-width: 75px;
    top: -52px;
  }

  .about__item--prod {
    margin-bottom: 20px;
  }

  .about__img::before {
    width: 105px;
    height: 105px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .about__name--title {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .about__name {
    font-size: 14px;
  }

  .advantages__text-wrapper {
    font-size: 15px;
  }

  .stats__inform {
    font-size: 16px;
  }

  .stats__percent {
    font-size: 40px;
  }

  .no-webp .stats__img,
  .webp .stats__img {
    width: 110px;
    height: 110px;
  }

  .stats__description {
    font-size: 14px;
  }

  .stats__description {
    margin-top: 0;
  }

  .expert__block {
    width: 100%;
  }

  .expert__sign {
    width: 80px;
    max-width: 80px;
  }

  .expert__confirm {
    width: 90px;
  }

  .reviews__form {
    width: 100%;
    padding: 38px 15px 15px;
  }

  .reviews__textarea {
    margin-bottom: 15px;
  }

  .use__prod-img {
    max-width: 260px;
  }

  .use__prod-img {
    margin-right: 25px;
  }

  .use__quality {
    width: 55px;
  }

  .use__item--first {
    margin-bottom: 20px;
  }

  .recommendation__title--bold {
    font-size: 14px;
  }

  .order__number {
    font-size: 38px;
    top: -60px;
  }

  .order__title {
    margin-bottom: 80px;
  }

  .order__item-title br {
    display: none;
    font-size: 17px;
  }

  .order__text {
    font-size: 15px;
  }

  .order__item-title {
    padding-bottom: 10px;
    margin-bottom: 8px;
  }

  .order__item--fourth {
    margin-top: 21px;
  }

  .dat__prod-img {
    max-width: 250px;
  }

  .dat__prod {
    margin-right: 25px;
  }

  .dat__title {
    margin-bottom: 90px;
  }

  .dat__img-dat {
    max-width: 120px;
    top: -75px;
  }

  .dat__blue-box {
    font-size: 15px;
    padding: 10px;
  }

  .dat__lightinfo {
    padding: 10px;
    font-size: 16px;
  }

  .main--bottom {
    padding-top: 25px !important;
  }

  .main__blue-block {
    max-width: 95%;
    margin: 15px auto 14px;
  }

  .main__blue-block {
    margin-top: 15px;
    font-size: 16px;
    padding: 10px 5px;
  }

  .main__title {
    width: 284px;
    margin: 0 auto;
  }

  .main__title::before {
    left: 83px;
  }

  .about__item--prod {
    max-width: 260px;
    margin: 0 auto 15px;
  }

  .review__title-annotation {
    min-height: 50px;
  }

  .review__title {
    padding-bottom: 0;
  }
}

.popup__form-security {
  position: absolute;
  bottom: -35px;
  z-index: 5;
}

@media (max-width: 999px) {
  .no-webp .box-decoration__inner,
  .webp .box-decoration__inner {
    background: #fff;
    padding: 5px 5px 47px 5px;
  }

  .popup .form__discount {
    right: 50%;
    transform: translateX(50%);
    top: -42px;
  }
}

.reviews-popup {
  position: fixed;
  z-index: 300;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
  display: none;
}

.reviews-popup__inner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 3px solid #1f58a7;
  padding: 20px;
  text-align: center;
}

.reviews-popup__text {
  font-size: 25px;
  font-weight: 700;
}

.reviews-popup__big {
  display: inline-block;
  font-size: 30px;
  margin-bottom: 10px;
}

.reviews-form__error {
  font-size: 12px;
  color: red;
  position: absolute;
  bottom: -17px;
  left: 25px;
  display: none;
}

.o-auto {
  overflow: auto;
}

.invalid {
  border: 1px solid red;
  border-radius: 30px/50%;
}

.valid {
  border: 1px solid #0f0;
  border-radius: 30px/50%;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

@media (max-width: 767px) {
  .reviews-popup__inner {
    padding: 25px 15px;
    max-width: 279px;
    width: 100%;
  }

  .reviews-popup__text {
    font-size: 18px;
    line-height: 1.1;
  }
}

.reviews-form__file {
  display: flex;
  align-items: center;
}

.reviews-form__file-img {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
  border: 1px solid #e1e1e1;
  background-color: #eef2f7;
}

.reviews-form__checkmark-icon {
  display: none;
}

.reviews-form__file-text {
  color: #666;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  margin-left: 15px;
}

.visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}

.invalid .reviews-form__error {
  display: block;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.phoneBtnContainer {
  bottom: 90px !important;
}

@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .banner__plashka img {
    flex: none;
  }

  .review__thumb::after {
    top: 5px;
    left: 50%;
    transform: translateX(-50%);
  }

  .order__number,
  .order__step,
  .review__title-annotation::after {
    left: 50%;
    transform: translateX(-50%);
  }

  .order__text {
    max-width: 100%;
  }

  .popup__form-security {
    left: 0;
  }

  .popup__product-block {
    margin-right: 40px;
  }

  .btn--get {
    line-height: 1;
  }

  .action__body {
    width: 100%;
  }

  .recommendation__title-img {
    right: -100px;
  }
}

.popup__form .form__description {
  margin-bottom: 10px;
}

@media (max-width: 323px) {
  .expert__prof {
    font-size: 14px;
  }
}

@media (max-width: 639px) {
  .action--small .action__product {
    top: 0;
  }
}

@media (min-width: 1000px) and (max-width: 1023px) {
  .use__title {
    margin-bottom: 120px;
  }

  .use__sert {
    top: -85px;
  }
}

@media (max-width: 1219px) {
  .no-webp .main,
  .webp .main {
    position: relative;
    background-position-y: 0;
  }

  .main__form {
    margin-bottom: 100px;
  }

  .main__bottom {
    position: absolute;
    bottom: 50px;
    background: 0 0;
    left: 50%;
    transform: translate(-50%);
  }
}

@media (max-width: 1023px) {
  .main__form {
    margin-bottom: 0;
  }

  .main__bottom {
    padding: 0;
  }

  .main__bottom {
    bottom: 40px;
  }

  .main .product-block {
    margin-bottom: 115px;
  }
}

@media (max-width: 767px) {
  .main__text {
    margin-right: 0 !important;
  }

  .main__form {
    margin-bottom: 85px;
  }

  .main__bottom {
    bottom: 30px;
  }
}

@media (max-width: 639px) {
  .no-webp .form__discount,
  .webp .form__discount {
    width: 70px;
    height: 70px;
    background-size: 100%;
    top: -28px;
    right: 20px;
    font-size: 18px;
  }

  .main__form {
    margin-bottom: 0;
  }

  .main .product-block {
    margin-bottom: 0;
  }
}

@media (min-width: 2500px) {
  .no-webp .main,
  .webp .main {
    background-size: cover;
    background-position-x: 0;
  }
}

.banner__button-wrap--scroll {
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
}

.banner__button-wrap--scroll .form__description {
  color: #fff;
  margin-top: 3px;
  margin-bottom: 0;
  position: absolute;
  bottom: -18px;
  font-size: 13px;
}

@media (max-width: 639px) {
  .banner__button-wrap--scroll .form__description {
    position: static;
  }

  .banner--scroll {
    padding: 10px 0;
  }
}

@media (max-width: 374px) {
  .expert__ps {
    margin-bottom: 20px;
  }
}

@media (max-width: 479px) {
  .recommendation__title {
    padding: 10px 80px 10px 10px;
  }

  .ever-popup__body {
    max-width: 280px !important;
  }

  .popup__inner {
    width: 280px !important;
  }

  .popup__form {
    max-width: 100%;
    margin: 0 auto;
  }

  .no-webp .box-decoration__inner,
  .webp .box-decoration__inner {
    padding: 29px 20px 25px 5px;
  }

  .popup .form__discount {
    background-size: cover;
    width: 75px;
    height: 75px;
    font-size: 18px;
    top: -60px;
  }

  .ever-popup__close {
    top: 35px !important;
  }

  .popup__form-security {
    display: none;
  }

  .expert__ps {
    margin-top: 20px;
  }
}

@media (max-width: 1023px) {
  .deliver {
    display: none;
  }
}

.popup__product {
  max-width: 380px;
}

.popup .main__subtitle {
  text-align: center;
  margin: 0 auto 20px;
}

.action__title--second {
  display: none;
}

.action__action-text--second {
  display: none;
}

@media (max-width: 639px) {
  .action__title {
    display: none;
  }

  .action__title--second {
    display: block;
    margin: 0 auto 40px;
  }

  .action__action-text {
    display: none;
  }

  .action__action-text--second {
    display: block;
    margin-bottom: 10px;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.36842;
  }

  .action__action-text--second .accent-red {
    font-weight: 600;
  }

  .stats__description {
    text-align: left;
    margin-left: 20px;
    margin-top: 0;
  }

  .stats__element {
    align-items: center;
  }
}

@media (max-width: 479px) {
  .action__title--second {
    display: block;
    margin: 0 auto 30px;
  }
}

@media (max-width: 1219px) and (min-width: 1023px) {
  .use.block {
    padding: 50px 0 0 0 !important;
  }

  .about__prod {
    max-width: 390px;
  }
}

@media (min-width: 640px) and (max-width: 767px) {
  .no-webp .form__discount,
  .webp .form__discount {
    width: 73px;
    height: 73px;
    background-size: 100%;
    font-size: 18px;
  }

  .stats__element--first,
  .stats__element--second {
    width: 31%;
  }

  .stats__info {
    align-items: flex-start;
  }

  .no-webp .stats__img,
  .webp .stats__img {
    margin-right: 0;
  }
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type="number"] {
  -moz-appearance: textfield;
}

.together {
  display: inline-block;
}

@media (max-width: 1219px) {
  .dat__blue-box br,
  .dat__info br,
  .dat__lightinfo br {
    display: none;
  }
}

@media (max-width: 1023px) {
  .no-webp .stats__img,
  .webp .stats__img {
    width: 130px;
    height: 130px;
    background-size: cover;
  }

  .expert__img {
    overflow: hidden;
  }

  .use__items {
    padding-left: 0;
  }

  .recommendation__wrap {
    padding-left: 0;
  }

  .order__number {
    top: 5px;
    left: 10px;
    z-index: 10;
  }

  .order__step {
    display: none;
  }

  .order__title {
    margin-bottom: 40px;
  }
}

.action__button-wrapper .form__description {
  margin-bottom: 0;
}

.btn-without-mb {
  margin-bottom: 0 !important;
}

@media (min-width: 640px) and (max-width: 1023px) {
  .action__body--big {
    max-width: 570px;
  }

  .action__body--big .action__product {
    top: 270px;
    max-width: 360px;
  }
}

@media (min-width: 768px) and (max-width: 1023px) {
  .about__item--prod {
    margin-bottom: 20px;
  }

  .about__element {
    width: 49%;
  }

  .about__element:first-child {
    margin-right: 20px;
  }

  .about__item {
    display: flex;
  }

  .action--small .action__product {
    width: 325px;
    max-width: 325px;
    top: 37px;
  }

  .action__body {
    max-width: 100%;
  }
}

@media (max-width: 479px) {
  .banner__text {
    font-size: 14px;
    max-width: 100%;
  }

  .banner__text br {
    display: none;
  }

  .btn--get {
    width: 270px;
    font-size: 18px;
  }

  .check__box {
    padding: 15px 0 0 0;
  }
}

.hidden-title {
  display: none;
}

@media (min-width: 640px) and (max-width: 767px) {
  .action__body {
    max-width: 100%;
  }

  .action--small .action__product {
    width: 265px;
    max-width: 265px;
    top: 55px;
  }
}

@media (max-height: 700px) {
  .popup__form-security {
    display: none;
  }

  .popup .form__body {
    padding: 35px 15px 10px;
  }

  .no-webp .box-decoration__inner,
  .webp .box-decoration__inner {
    padding: 5px;
  }

  .popup .form__discount {
    top: -45px;
  }
}

@media (max-width: 360px) {
  .no-webp .box-decoration__inner,
  .no-webp .main,
  .webp .box-decoration__inner,
  .webp .main {
    background-image: none;
    background: 0 0;
    background: #9ad3f3;
    background: linear-gradient(0deg, #9ad3f3 0, rgba(255, 255, 255, 0.711922268907563) 100%);
  }

  .about,
  .advantages,
  .reviews {
    background-image: none;
    background: 0 0;
    background-color: #dee7e6;
  }

  .check__wrap {
    background: 0 0;
    background-color: #fff;
  }
}

.opros__img {
  width: 100%;
  max-width: 475px;
  position: relative;
}

.block1 {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: flex-end;
  padding-top: 20px;
}

.wrapper-img {
  position: relative;
}

.block2 {
  position: relative;
  right: 25px;
  top: -2px;
}

.order_block .block2 {
  right: 11px;
  top: 7px;
}

.tov-img {
  position: relative;
  z-index: 1;
  width: 100%;
  max-width: 255px;
}

.order_block .tov-img {
  padding-left: 10px;
}

.diary-img {
  position: relative;
  left: -15px;
  width: 100%;
  max-width: 280px !important;
}

.order_block .diary-img {
  max-width: 200px !important;
}

.present-img {
  position: absolute;
  left: -33px;
  top: -7px;
  max-width: 90px !important;
}

.order_block .present-img {
  max-width: 110px !important;
  left: -5px;
  top: -24px;
}

.text {
  border: 2px dashed #000;
  padding: 15px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 700;
  border-radius: 3px;
  width: 100%;
  max-width: 250px;
  text-align: center;
  box-sizing: border-box;
  color: #000;
  background: #fff;
  opacity: 0.8;
  position: absolute;
  top: 70px;
  left: -20px;
}

.order_block .text {
  font-size: 17px;
  line-height: 1.3;
  padding: 10px;
  max-width: 300px;
}

.bl_7 .text,
.ever-popup__inner .text {
  border: 2px dashed #000;
  color: #000;
}

@media (max-width: 1219px) {
  .diary-img {
    left: -10px;
  }

  .block1 {
    padding-top: 10px;
  }

  .text {
    position: static;
    max-width: 300px;
    margin: 0 auto;
  }
}

@media (max-width: 1023px) {
  .text {
    position: absolute;
    left: -94px;
    top: 46px;
    max-width: 250px;
  }

  .present-img {
    max-width: 77px !important;
  }

  .main__form {
    margin-top: 30px !important;
  }

  .main__content {
    justify-content: flex-end;
  }

  .main__text {
    padding-bottom: 25px;
    margin-right: 10px;
  }

  .main__bottom {
    position: absolute;
  }
}

@media (max-width: 999px) {
  .bgc .text,
  .bl_7 .text,
  .ever-popup__inner .text {
    position: static;
    border: 2px dashed #fff;
    color: #fff;
    max-width: 300px;
    margin-bottom: 0;
  }

  .bgc .opros__img,
  .bl_7 .opros__img,
  .ever-popup__inner .opros__img {
    margin: 0 auto 20px;
  }

  .form_title {
    margin: 0 auto 10px;
  }

  .head_form {
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
  }

  .order_block .diary-img {
    max-width: 160px !important;
  }

  .block2 {
    top: 0;
  }

  .order_block .block2 {
    right: 21px;
    top: 13px;
  }

  .opros__img {
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .tov-img {
    max-width: 180px;
  }

  .head_form {
    justify-content: center;
  }

  .head_form_1 {
    margin-right: 0;
    margin-bottom: 20px;
  }

  .text {
    position: static;
    max-width: 300px;
  }

  .diary-img {
    max-width: 160px !important;
  }
}

@media (max-width: 479px) {
  .no-webp .box-decoration__inner,
  .webp .box-decoration__inner {
    padding: 10px;
  }

  .tov-img {
    max-width: 151px;
  }

  .main .product-block {
    max-width: 290px;
    width: 100%;
  }

  .diary-img {
    max-width: 140px !important;
  }
}
@media (max-width: 1219px) {
  .main__features {
    display: none;
  }
}

.fields__input {
  height: 65px;
  width: 100%;
  padding-left: 54px;
  padding-right: 40px;
  color: #000;
  font-size: 16px;
  background-color: #eef2f7;
  border: 0;
  border-radius: 30px / 50%;
}
