@-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);
  }
}
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,
br {
  line-height: 1;
}
body {
  min-width: 320px;
  min-height: 100vh;
  font-family: Roboto, Arial, Helvetica, sans-serif;
  font-size: 16px;
  color: #000;
}
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;
}
*,
:after,
:before {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
button,
button:focus,
input,
input:focus {
  outline: 0;
}
a {
  text-decoration: none;
}
button {
  border: 0;
  display: block;
  padding: 0;
}
::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}
:active,
:focus,
:hover,
:visited {
  outline: 0 !important;
}
::-ms-clear {
  display: none;
}
* {
  -webkit-tap-highlight-color: transparent;
}
#comebacker_main_div {
  display: none !important;
  height: 0 !important;
}
html {
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
}
a:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #000;
}
a,
a:active,
a:focus,
a:hover,
a:visited,
select:focus {
  outline: 0 !important;
}
::-moz-focus-inner {
  border: 0;
  outline: 0;
}
select {
  outline: 0 !important;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url(../fonts/select-triangle.svg);
  background-repeat: no-repeat;
}
select,
select:hover {
  background-size: 10px 10px;
  background-position: right 15px center;
}
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;
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 400;
  src: url(../fonts/Roboto-Regular.woff2) format("woff2"),
    url(../fonts/Roboto-Regular.woff) format("woff");
}
@font-face {
  font-family: Roboto;
  font-display: swap;
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/Roboto-Bold.woff2) format("woff2"),
    url(../fonts/Roboto-Bold.woff) format("woff");
}
img {
  display: block;
  max-width: 100%;
}
svg {
  overflow: hidden;
}
picture {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.container {
  margin: 0 auto;
  width: 100%;
  padding: 0 15px;
}
.title {
  font-size: 28px;
  color: #202020;
  line-height: 1.1;
  text-align: center;
}
.text-bold,
.title {
  font-weight: 700;
}
.text-nowrap {
  white-space: nowrap;
}
.blue-word {
  color: #0e2852;
}
.red-word {
  color: #f33;
}
.btn,
.input,
select {
  font-family: Roboto, Arial, Helvetica, sans-serif;
  width: 100%;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.btn {
  border-radius: 50px;
  background-color: #f33;
  color: #fff;
  max-width: 290px;
  letter-spacing: 0.5px;
  border-bottom: 6px solid #d22222;
  font-weight: 700;
  cursor: pointer;
  text-align: center;
  font-size: 30px;
  line-height: 1;
  padding: 13px 10px 9px;
  will-change: transform;
  transition-property: background-color, transform, -webkit-transform;
}
.btn span {
  display: block;
  font-size: 17px;
  line-height: 1;
}
.btn:hover {
  background-color: #ff4d4d;
}
.btn:active {
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.input,
select {
  font-size: 16px;
  line-height: 18px;
  color: #000;
  border: 0;
  border-radius: 30px/50%;
  background-color: #eef2f7;
  padding: 23.5px 30px 23.5px 45px;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
}
.input::-webkit-input-placeholder,
select::-webkit-input-placeholder {
  color: rgba(68, 68, 68, 0.5) !important;
}
.input:-moz-placeholder,
.input::-moz-placeholder,
select:-moz-placeholder,
select::-moz-placeholder {
  color: #313131 !important;
}
.input:-ms-input-placeholder,
select:-ms-input-placeholder {
  color: rgba(68, 68, 68, 0.5) !important;
}
.input::-ms-input-placeholder,
select::-ms-input-placeholder {
  color: #535353 !important;
}
.input::-moz-placeholder,
select::-moz-placeholder {
  color: rgba(68, 68, 68, 0.8);
}
.input::placeholder,
select::placeholder {
  color: rgba(68, 68, 68, 0.8);
}
.input:not(select):hover,
select:not(select):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;
}
.block-bg {
  background-color: #e9eef4;
}
.price__old {
  padding: 0 5px 0 0;
}
.price__new {
  padding: 0 0 0 5px;
}
.slick-list,
.slick-slider {
  position: relative;
  display: block;
}
.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 {
  overflow: hidden;
  margin: 0;
  padding: 0;
}
.slick-dots li button:focus,
.slick-dots li button:hover,
.slick-list:focus {
  outline: 0;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}
.slick-slider .slick-list,
.slick-slider .slick-track {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  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;
  outline: 0;
}
[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;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
}
.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;
}
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64,   d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA")
    format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
  --swiper-navigation-size: 44px;
}
.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}
.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.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: top 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, top 0.2s, -webkit-transform 0.2s;
}
.swiper-container-vertical
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}
.swiper-slide,
.swiper-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-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-multirow-column > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.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, -webkit-transform;
}
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  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,
.swiper-container-3d .swiper-slide-shadow-top {
  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 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
  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-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide-shadow-bottom {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}
.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}
.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}
.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  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;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  left: 10px;
  right: auto;
}
.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  content: "prev";
}
.swiper-button-next {
  right: 10px;
  left: auto;
}
.swiper-button-next:after {
  content: "next";
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}
.swiper-container-rtl .swiper-button-next:after {
  content: "prev";
}
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}
.swiper-container-rtl .swiper-button-prev:after {
  content: "next";
}
.swiper-container-rtl
  .swiper-pagination-progressbar
  .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}
.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}
.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}
.swiper-button-lock {
  display: none;
}
.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
  display: flex;
  align-items: center;
}
.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-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: left 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, left 0.2s, -webkit-transform 0.2s;
}
.swiper-container-horizontal > .swiper-pagination-progressbar {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-container-horizontal
  > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}
.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}
.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 {
  width: 8px;
  height: 8px;
  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: var(--swiper-pagination-color, var(--swiper-theme-color));
}
.swiper-container-horizontal.swiper-container-rtl
  > .swiper-pagination-bullets-dynamic
  .swiper-pagination-bullet {
  -webkit-transition: right 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, right 0.2s, -webkit-transform 0.2s;
}
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  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-pagination-white {
  --swiper-pagination-color: #ffffff;
}
.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}
.swiper-pagination-lock {
  display: none;
}
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}
.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: 1s linear infinite swiper-preloader-spin;
  animation: 1s linear infinite swiper-preloader-spin;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
.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-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-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 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;
}
.block {
  padding: 25px 0;
}
.timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timer__text {
  line-height: 17px;
  margin-right: 16px;
  color: #fff;
}
.timer__block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.timer__block span {
  display: inline-block;
}
.timer .hours,
.timer .minutes,
.timer .seconds {
  padding: 5.5px 10.5px;
  background-color: #ffb400;
  border-radius: 4px;
  font-size: 24px;
  color: #0e2852;
  font-weight: 700;
}
.timer .hours:nth-child(2n-1),
.timer .minutes:nth-child(2n-1),
.timer .seconds:nth-child(2n-1) {
  margin-right: 4px;
}
.timer__dots {
  margin: 0 2.5px 1px;
  color: #fff;
  opacity: 0.51;
  font-size: 19px;
}
.form {
  position: relative;
  width: 290px;
  padding: 10px;
  color: #000;
  text-align: center;
  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);
  margin: 0 auto;
}
.form::before,
.form__field::before {
  position: absolute;
  background-repeat: no-repeat;
}
.form::before,
.form__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.form::before {
  content: "Oferta";
  z-index: 5;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 107px;
  height: 84px;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  background-image: url(../images/form-discount-shape.png);
  background-size: cover;
  top: -35px;
  right: 50%;
  -webkit-transform: translateX(50%);
  transform: translateX(50%);
}
.form__inner {
  padding: 50px 10px 15px;
  border-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);
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.form__title {
  margin-bottom: 10px;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
}
.form__subtitle {
  font-size: 20px;
  color: #f33;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 15px;
}
.form__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  width: 100%;
  margin-bottom: 10px;
}
.form__field, select {
  margin-bottom: 15px;
  width: 100%;
}
.form__field::before {
  content: "";
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-position: center;
  background-size: contain;
}
.form__select::before {
  background-image: url(../images/icon-country.png);
  width: 24px;
  height: 24px;
}
.form__name::before {
  background-image: url(../images/icon-name.png);
  width: 19px;
  height: 23px;
}
.form__phone::before {
  background-image: url(../images/icon-phone.png);
  width: 21px;
  height: 24px;
}
.form .price__text {
  display: block;
  font-size: 17px;
  font-weight: 400;
  padding: 0 5px;
  margin-bottom: 5px;
}
.form .price__old {
  font-size: 22px;
  position: relative;
}
.form .price__old::after,
.form .price__old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f33;
}
.form .price__old::after {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.form .price__old::before {
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.form .price__new {
  font-size: 24px;
  color: #292886;
  font-weight: 700;
}
.form form {
  width: 100%;
}
.form__field,
.header {
  position: relative;
}
.header__wrapper,
.nav__scroll .timer__text br {
  display: none;
}
.nav__button {
  width: 40px;
  height: 40px;
  background: 0 0;
  cursor: pointer;
}
.nav__button-order {
  margin: 0 auto;
}
.nav__overlay {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.nav__wrapper {
  position: relative;
  max-width: 320px;
  height: 100%;
  margin-right: auto;
  padding: 20px;
  background-color: #0e2852;
}
.nav__open,
.nav__scroll .timer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav__open {
  position: absolute;
  top: 28px;
  z-index: 95;
  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;
  padding: 10px 0;
  border-radius: 50%;
  background-color: #ffb400;
}
.nav__open-line,
.nav__open::after,
.nav__open::before {
  content: "";
  display: block;
  width: 20px;
  height: 4px;
  background-color: #fff;
}
.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;
}
.nav__close::after {
  -webkit-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotate(45deg);
}
.nav__close::before {
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
}
.nav__scroll {
  height: 100%;
  padding-top: 15px;
  overflow-y: auto;
}
.nav__scroll .timer {
  margin-bottom: 15px;
}
.nav__scroll .timer .hours,
.nav__scroll .timer .minutes,
.nav__scroll .timer .seconds {
  color: #000;
  padding: 10.5px;
}
.nav__scroll .timer__text {
  margin-right: 0;
  width: 100%;
  text-align: center;
  margin-bottom: 10px;
}
.nav__item,
.nav__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.nav__menu {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.nav__item {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 48px;
  min-height: 37px;
  background-repeat: no-repeat;
  background-position: left center;
  background-size: contain;
  margin-bottom: 15px;
}
.nav__item:first-child {
  background-image: url(../fonts/header_icon_cons.svg);
}
.nav__item:last-child {
  background-image: url(../fonts/header_icon_rev.svg);
}
.nav__item:hover .nav__item-text {
  color: #f33;
}
.nav__item-text {
  color: #fff;
  line-height: 1.3;
  font-size: 14px;
  border-bottom: 2px solid rgba(255, 255, 255);
}
.promo {
  background-color: #e9eef4;
}
.promo__subtitle,
.promo__title {
  text-align: center;
  margin-bottom: 20px;
}
.promo__title {
  font-size: 45px;
  font-weight: 700;
  line-height: 1;
  color: #0e2852;
}
.promo__subtitle {
  color: #333;
  line-height: 1.3;
}
.promo .prove__item br,
.promo__picture {
  display: none;
}
.promo__item {
  position: relative;
  line-height: 1.2;
  padding-left: 40px;
}
.promo__item span {
  font-weight: 700;
}
.promo__item::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffb400;
  background-image: url(../images/bullet-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.promo__item:not(:last-child) {
  margin-bottom: 15px;
}
.promo__content {
  margin-bottom: 20px;
}
.promo__product {
  position: relative;
  max-width: 235px;
  margin: 0 auto;
  padding-top: 40px;
}
.promo__prod {
  margin: 0 auto;
}
.promo__medal {
  position: absolute;
  top: 0;
  right: 0;
  width: 105px;
}
.promo__prove {
  max-width: 240px;
  margin: 0 auto;
}
.promo .prove__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #444;
}
.promo .prove__item:not(:last-child) {
  margin-bottom: 10px;
}
.promo .prove__item::before {
  margin-right: 5px;
  display: block;
  content: "";
  background-position: left center;
  background-repeat: no-repeat;
  background-size: contain;
}
.promo .prove__item:first-child::before {
  background-image: url(../images/main-feat-01.png);
  width: 60px;
  height: 45px;
}
.promo .prove__item:nth-child(2)::before {
  background-image: url(../images/main-feat-02.png);
  width: 60px;
  height: 49px;
}
.promo .prove__item:last-child::before {
  background-image: url(../images/main-feat-03.png);
  width: 50px;
  height: 49px;
}
.symptom__inner {
  position: relative;
  margin: 0 auto;
  max-width: 290px;
}
.promo .form,
.symptom__title {
  margin-bottom: 20px;
}
.symptom__content {
  padding-bottom: 60px;
}
.symptom__item {
  text-align: center;
  padding: 15px;
  position: relative;
}
.symptom__item::after {
  content: "";
  position: absolute;
  width: calc(100% - 60px);
  height: 100%;
  border-radius: 5px;
  background-color: #ebf0f5;
  top: 0;
  left: 30px;
  z-index: -1;
}
.symptom__item-wrapper {
  padding: 15px 10px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.07);
  background-color: #fff;
}
.symptom__item-title {
  line-height: 1.1;
  margin-bottom: 21px;
  color: #333;
}
.symptom__item-image {
  margin: 0 auto 17px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 240px;
  height: 114px;
}
.symptom__item-image-1 {
  background-image: url(../images/symptom-slide-1_mob.jpg);
}
.symptom__item-image-2 {
  background-image: url(../images/symptom-slide-2_mob.jpg);
}
.symptom__item-image-3 {
  background-image: url(../images/symptom-slide-3_mob.jpg);
}
.symptom__item-text {
  line-height: 1.3;
}
.symptom__note {
  font-size: 23px;
  text-align: center;
  font-weight: 700;
  line-height: 1;
}
.symptom .swiper-button-next:after,
.symptom .swiper-button-prev:after {
  content: none;
}
.symptom .swiper-button-next,
.symptom .swiper-button-prev {
  width: 40px;
  height: 28px;
  fill: #0e2852;
  top: auto;
  bottom: 17px;
}
.symptom .swiper-button-next {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.symptom .swiper-pagination {
  bottom: 21px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.symptom .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  margin: 0 7px;
}
.symptom .swiper-pagination-bullet-active {
  width: 14px;
  height: 14px;
  background-color: #ffb400;
}
.symptom .swiper-slide,
.symptom .swiper-slide.swiper-slide-duplicate {
  opacity: 0;
  -webkit-transition: opacity 0.1s, 0.1s linear;
  transition: opacity 0.1s, 0.1s linear;
}
.symptom .swiper-slide.swiper-slide-next,
.symptom .swiper-slide.swiper-slide-prev {
  opacity: 0.5;
}
.symptom .swiper-slide.swiper-slide-active {
  opacity: 1;
}
.advantages__title {
  margin-bottom: 20px;
}
.advantages__content {
  margin-bottom: 30px;
}
.advantages__item {
  width: 100%;
  max-width: 290px;
  margin: 0 auto 20px;
  text-align: center;
  line-height: 1.2;
}
.advantages__item:last-child {
  margin-bottom: 0;
}
.advantages__item-image {
  width: 80px;
  height: 80px;
  background-image: url(../images/dashed-border.png);
  background-size: contain;
  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;
  position: relative;
  margin: 0 auto 10px;
}
.advantages__item-image::after {
  content: "";
  position: absolute;
  background-color: #fff;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 75%;
  height: 75%;
}
.advantages__item-picture {
  position: relative;
  z-index: 1;
}
.advantages__item-title {
  margin-bottom: 5px;
}
.advantages__item-text {
  color: #444;
}
.advantages__item-description {
  width: 100%;
}
.advantages__advice {
  position: relative;
  z-index: 1;
  padding: 15px 0;
}
.advantages__advice::before {
  content: "";
  position: absolute;
  top: 0;
  left: 15px;
  width: calc(100% - 30px);
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  z-index: -1;
}
.advantages__advice-inner {
  padding: 15px;
  -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);
  background-color: #fff;
  border-radius: 5px;
}
.advantages__advice-info {
  position: relative;
}
.advantages__advice-info::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 57px;
  height: 45px;
  background-image: url(../images/icon-quotes.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.advantages__advice-name {
  margin-bottom: 5px;
  font-size: 20px;
  padding-right: 70px;
}
.advantages__advice-post {
  margin-bottom: 10px;
  padding: 0 70px 15px 0;
  line-height: 1.3;
  font-style: italic;
  position: relative;
  color: #444;
}
.advantages__advice-post::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 6px;
  background-color: #00c4db;
}
.advantages__advice-text {
  margin-bottom: 15px;
  color: #444;
  line-height: 1.5;
}
.advantages__advice-image {
  margin: 0 auto;
}
.action1 .timer__text br,
.advantages__advice-expert {
  display: none;
}
.action1__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 25px;
}
.action1__top-img {
  max-height: 65px;
}
.action1__content {
  padding-top: 25px;
}
.action1__title {
  position: relative;
  text-align: center;
  max-width: 290px;
  margin: 0 auto 30px;
  z-index: 1;
}
.action1__title::after {
  content: "";
  position: absolute;
  bottom: -85px;
  left: 25px;
  width: 107px;
  height: 68px;
  background-image: url(../images/50.png);
  background-size: contain;
}
.action1__image {
  max-width: 235px;
  position: relative;
  margin: 0 auto 20px;
}
.action1__medal {
  position: absolute;
  top: -15px;
  right: 0;
  max-width: 100px;
}
.action1__price {
  max-width: 280px;
  margin: 0 auto 15px;
}
.action1 .form__btn,
.action1__form {
  margin: 0 auto;
  max-width: 290px;
}
.action1 .timer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 20px;
}
.action1 .timer__text {
  margin: 0 0 10px;
  color: #000;
}
.action1 .timer__dots {
  color: #000;
}
.action1 .timer .hours,
.action1 .timer .minutes,
.action1 .timer .seconds {
  padding: 10.5px;
}
.action1 .price__text {
  display: block;
  font-size: 17px;
  font-weight: 400;
  padding: 0 5px;
  margin-bottom: 5px;
  text-align: center;
}
.action1 .price__old {
  font-size: 26px;
  position: relative;
}
.action1 .price__new {
  font-size: 26px;
  color: #292886;
  font-weight: 700;
}
.action1 .price__old::after,
.action1 .price__old::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #f33;
}
.action1 .price__old::after {
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
}
.action1 .price__old::before {
  -webkit-transform: rotate(-12deg);
  transform: rotate(-12deg);
}
.about__title {
  margin-bottom: 20px;
}
.about__item,
.about__subtitle {
  text-align: center;
  margin-bottom: 20px;
}
.about__subtitle {
  line-height: 1.2;
  font-size: 18px;
}
.about__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.price-block {
  text-align: center;
}
.about__item:nth-child(3) {
  margin-bottom: 0;
}
.about__item-image {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding: 9px;
  border-radius: 50%;
  border: 3px dashed #ffb400;
  margin-bottom: 10px;
}
.about__item-name {
  font-size: 22px;
  margin-bottom: 10px;
  font-weight: 700;
}
.about__item-text {
  line-height: 21px;
  color: #444;
}
.about__image,
.stats__item-text br,
.stats__subtitle br {
  display: none;
}
.stats__wrapper {
  border-bottom: 1px solid #d6d7d7;
}
.stats__subtitle,
.stats__title {
  margin-bottom: 20px;
}
.stats__subtitle {
  font-size: 17px;
  line-height: 21px;
  text-align: center;
}
.stats__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}
.stats__item:not(:last-child) {
  margin-bottom: 20px;
}
.stats__item-image {
  width: 115px;
  height: 115px;
  background-image: url(../images/stats-img-bg.png);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  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: 15px;
}
.stats__item-svg {
  width: 50px;
  height: 50px;
}
.stats__item-info {
  width: calc(100% - 120px);
}
.stats__item-percent {
  font-size: 50px;
  font-weight: 700;
}
.stats__item-text {
  font-size: 15px;
  line-height: 20px;
}
.expert {
  padding: 25px 0;
  border-bottom: 1px solid #d6d7d7;
}
.expert__title {
  margin-bottom: 20px;
}
.expert__image {
  width: 200px;
  margin: 0 auto 10px;
  position: relative;
  -webkit-box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.33);
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.33);
}
.expert__image-absolute {
  position: absolute;
  bottom: 0;
  right: 0;
}
.expert__image::after,
.expert__plus-block::after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
}
.expert__image::after {
  height: 100px;
  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__plus-block {
  height: 188px;
  max-width: 290px;
  margin: 0 auto 20px;
  overflow-y: scroll;
  position: relative;
  scrollbar-color: #00c4db #dfe2e3 !important;
  scrollbar-width: thin !important;
  padding-right: 5px;
}
.expert__plus-block::-webkit-scrollbar {
  width: 4px;
}
.expert__plus-block::-webkit-scrollbar-track {
  background: #e6e9e9;
  position: relative;
}
.expert__plus-block::-webkit-scrollbar-thumb {
  background-color: #00c4db !important;
  background-size: 4px 4px;
  background-repeat: no-repeat;
  background-position: center center;
}
@-moz-document url-prefix() {
  .expert__plus-block {
    scrollbar-width: thin;
    scrollbar-color: #00c4db #e6e9e9;
  }
}
.expert__text {
  line-height: 26px;
  padding-bottom: 20px;
}
.expert__info,
.expert__text--last {
  position: relative;
}
.expert__text--last::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 6px;
  background-color: #00c4db;
  bottom: 0;
  left: 0;
}
.expert__toogler {
  position: absolute;
  left: 50%;
  bottom: 155px;
  width: 30px;
  height: 30px;
  background-color: #0e2852;
  border-radius: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
}
.expert__toogler:hover {
  background-color: #ffb400;
}
.expert__toogler::after,
.expert__toogler::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 10px;
  border-bottom: 2px solid #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.expert__toogler::after {
  -webkit-transform: translate(-50%, -50%) rotate(-90deg);
  transform: translate(-50%, -50%) rotate(-90deg);
}
.expert__toogler.active::after {
  opacity: 0;
}
.expert__description {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 290px;
  margin: 0 auto;
}
.expert__about {
  width: 100%;
  margin-bottom: 10px;
  font-style: italic;
  line-height: 1.2;
}
.expert__about span {
  font-size: 19px;
  display: block;
  margin-bottom: 10px;
  font-style: normal;
}
.expert__sign {
  width: 105px;
}
.expert__confirm {
  width: 93px;
}
.expert__sert {
  width: 87px;
}
.action2 {
  padding: 25px 0;
}
.action2 .timer,
.action2__title {
  margin-bottom: 20px;
}
.action2__image {
  width: 175px;
  margin: 0 auto 20px;
}
.action2__btn {
  margin: 0 auto;
  max-width: 220px;
}
.action2 .timer__text br,
.action2__info {
  display: none;
}
.action2 .timer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}
.action2 .timer__text {
  margin: 0 0 5px;
  color: #000;
  font-size: 15px;
}
.action2 .timer__dots {
  color: #000;
}
.action2 .timer .hours,
.action2 .timer .minutes,
.action2 .timer .seconds {
  padding: 10.5px;
}
.reviews__title {
  margin-bottom: 20px;
}
.reviews__text {
  font-size: 18px;
  text-align: center;
  color: #333;
  line-height: 1.2;
  margin-bottom: 15px;
}
.reviews__slider {
  max-width: 290px;
  margin: 0 auto 20px;
}
.reviews__btn {
  max-width: 280px;
  font-size: 26px;
  margin: 0 auto;
}
.reviews__item {
  position: relative;
  padding: 15px 0;
  margin-top: 7px;
}
.reviews__item::before {
  content: "";
  width: calc(100% - 30px);
  height: 100%;
  background-color: #fff;
  border-radius: 5px;
  z-index: -1;
  top: 0;
}
.reviews__item-inner::before,
.reviews__item::after,
.reviews__item::before {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.reviews__item::after {
  content: "";
  top: -7px;
  width: 31px;
  height: 25px;
  background-image: url(../images/icon-quotes.png);
  background-size: contain;
  background-repeat: no-repeat;
  z-index: 1;
}
.reviews__item-inner {
  background-color: #fff;
  -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);
  border-radius: 5px;
  position: relative;
  padding: 40px 15px 20px;
}
.reviews__item-inner::before {
  content: "";
  border: 30px solid transparent;
  border-top: 30px solid #f8f8f8;
  top: 0;
  width: 30px;
  height: 30px;
}
.reviews__item-image {
  margin: 0 auto;
  position: relative;
  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;
  width: 140px;
  height: 140px;
}
.reviews__item-image::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/dashed-border.png) 0 0 / cover no-repeat;
  width: 140px;
  height: 125px;
}
.reviews__item-image img {
  border-radius: 50%;
}
.reviews__item-info {
  font-size: 18px;
  font-weight: 700;
  color: #010101;
  text-align: center;
  margin-bottom: 10px;
}
.reviews__item-title {
  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;
  text-align: center;
  line-height: 1.2;
  font-size: 16px;
  font-style: italic;
  margin-bottom: 10px;
  padding-bottom: 19px;
  position: relative;
}
.reviews__item-title::after {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0;
  width: 40px;
  border-bottom: 6px solid #00c4db;
}
.reviews__item-text {
  text-align: center;
  max-height: 176px;
  font-size: 16px;
  line-height: 22px;
  overflow: hidden;
  color: #444;
  position: relative;
  transition: max-height linear 0.5s;
}
.reviews__item-text.show {
  max-height: 1000px;
}
.reviews__item-text::after {
  content: "";
  bottom: 0;
  left: 0;
  position: absolute;
  width: 100%;
  height: 75px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    color-stop(0, rgba(255, 255, 255, 0)),
    to(#fff)
  );
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%);
}
.reviews__item-btn.active::after,
.reviews__item-text.show::after {
  content: none;
}
.reviews__item-btn {
  width: 30px;
  height: 30px;
  background-color: #0e2852;
  border-radius: 50%;
  cursor: pointer;
  -webkit-transition-property: background-color;
  transition-property: background-color;
  position: absolute;
  bottom: -20px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.reviews__item-btn::after,
.reviews__item-btn::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  background-color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.reviews__item-btn::after {
  width: 2px;
  height: 10px;
}
.reviews__item-btn::before {
  width: 10px;
  height: 2px;
}
.reviews__item-btn:hover {
  background-color: #ffb400;
}
.reviews .arrow-left,
.reviews .arrow-right {
  position: absolute;
  z-index: 1;
  top: 250px;
  -webkit-transition: fill, 0.3s;
  transition: fill, 0.3s;
  cursor: pointer;
}
.reviews .arrow-left:hover,
.reviews .arrow-right:hover {
  fill: #ffb400;
}
.reviews .arrow-left {
  left: -10px;
}
.reviews .arrow-right {
  right: -10px;
}
.reviews .slick-list {
  padding-bottom: 5px;
}
.reviews-cta {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #e3e3e3;
  background-color: #fff;
  display: none;
}
.reviews-form__error {
  font-size: 12px;
  color: red;
  position: absolute;
  bottom: -15px;
  left: 0;
  display: none;
}
.reviews-form__field {
  width: 100%;
  color: #222;
  font-family: inherit;
  font-size: 16px;
  line-height: 18px;
  border-radius: 5px;
  background-color: #fff;
  border: 1px solid #dedddd;
  padding: 26px 60px;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
}
.reviews-form__field-wrap {
  margin-bottom: 20px;
  position: relative;
  padding: 1px;
}
.reviews-form__field-wrap.invalid .reviews-form__error {
  display: block;
}
.reviews-form__field-wrap::before {
  content: "";
  position: absolute;
  top: 48%;
  left: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50% 50%;
}
.reviews-form__field-wrap--name::before {
  width: 19px;
  height: 23px;
  background-image: url(../images/icon-name.png);
}
.reviews-form__field-wrap--city::before {
  width: 22px;
  height: 20px;
  background-image: url(../images/icon-city.png);
}
.reviews-form__field-wrap--message::before {
  top: 25px;
  -webkit-transform: translate(0);
  transform: translate(0);
  width: 21px;
  height: 21px;
  background-image: url(../images/icon-message.png);
}
.reviews-form__intrenal-col {
  margin-bottom: 20px;
}
.reviews-form__file,
.reviews-form__file-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.reviews-form__file-img {
  background-image: url(../images/icon-file.png);
  background-size: auto auto;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 65px;
  height: 65px;
  border-radius: 50%;
  -webkit-box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
  box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.06);
  border: 1px solid #e1e1e1;
  background-color: #eef2f7;
  margin-right: 15px;
}
.reviews-form__file.rloaded .reviews-form__file-img {
  background-image: none;
}
.reviews-form__file-text {
  cursor: pointer;
  color: #444;
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
}
.reviews-form__checkmark-icon {
  display: none;
}
.reviews-form__textarea {
  resize: none;
  overflow: hidden;
  min-height: 100px;
  height: 100%;
}
.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 {
  width: 300px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff;
  border: 3px solid green;
  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 .invalid,
.reviews .valid {
  border: 1px solid red;
  border-radius: 6px;
}
.reviews .invalid .reviews-form__field,
.reviews .valid .reviews-form__field {
  border: 0;
}
.reviews .valid {
  border: 1px solid green;
}
.reviews .o-auto {
  overflow: auto;
}
.reviews .visually-hidden {
  position: absolute !important;
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
.use__title {
  margin-bottom: 20px;
}
.use__prod {
  max-width: 185px;
  margin: 0 auto;
}
.use__item {
  text-align: center;
  font-size: 17px;
}
.recommendation__item:not(:last-child),
.use__item:not(:last-child) {
  margin-bottom: 30px;
}
.use__item-image {
  width: 90px;
  height: 90px;
  background-image: url(../images/dashed-border.png);
  background-size: contain;
  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;
  position: relative;
  margin: 0 auto 10px;
}
.use__item-image::before {
  content: "";
  background-color: #f4f8ff;
  z-index: -1;
  border-radius: 50%;
  width: 90px;
  height: 90px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.use__item-instruction {
  margin-bottom: 5px;
}
.use__item-title {
  padding-bottom: 16px;
  position: relative;
  color: #444;
  margin-bottom: 8px;
}
.use__item-title::after {
  content: "";
  position: absolute;
  width: 40px;
  height: 3px;
  background-color: #00c4db;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.use__item-text {
  line-height: 1.3;
}
.recommendation {
  background-color: #e9eef4;
  padding: 25px 0;
}
.order__title br,
.recommendation__expert {
  display: none;
}
.recommendation__info {
  padding: 10px 80px 10px 10px;
  border-radius: 15px;
  background-color: #fff;
  margin-bottom: 20px;
  line-height: 1.3;
  background-repeat: no-repeat;
  background-position: top right 5px;
}
.recommendation__name {
  font-weight: 700;
  font-size: 18px;
}
.recommendation__post {
  color: #444;
  font-style: italic;
}
.recommendation__item {
  line-height: 1.3;
  color: #444;
  padding-left: 40px;
  position: relative;
}
.recommendation__item::before {
  content: "";
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #ffb400;
  background-image: url(../images/bullet-background.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: 20px 14px;
  position: absolute;
  left: 0;
  top: 0;
}
.recommendation__info {
  background-image: url(../images/eye.png);
}
.order__title {
  margin-bottom: 20px;
}
.order__content {
  counter-reset: item;
}
.order__item {
  text-align: center;
  position: relative;
  padding: 0 0 15px;
  max-width: 290px;
  margin: 0 auto;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.order__item:hover {
  -webkit-transform: scale(1.02);
  transform: scale(1.02);
}
.order__item:not(:last-child) {
  margin-bottom: 15px;
}
.order__item::before {
  counter-increment: item;
  content: counter(item);
  position: absolute;
  font-size: 40px;
  color: #0e2852;
  font-weight: 700;
  top: 15px;
  left: 30px;
  z-index: 3;
}
.order__item-wrapper {
  -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: 58px 57px 27px;
  position: relative;
}
.order__item-wrapper::before {
  border: 20px solid transparent;
  border-top: 20px solid #eef1f3;
  top: -1px;
  z-index: 2;
}
.order__item-image,
.order__item-title {
  position: relative;
  margin-bottom: 10px;
}
.order__item-image::after,
.order__item-title::after,
.order__item-wrapper::before {
  content: "";
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.order__item-image::after {
  background: url(../images/dashed-border.png) 0 0 / cover no-repeat;
  width: 140px;
  height: 125px;
  top: -10px;
}
.order__item-image img {
  margin: 0 auto;
}
.order__item-title {
  font-size: 18px;
  line-height: 26px;
  padding-bottom: 16px;
}
.order__item-title::after {
  width: 40px;
  height: 6px;
  background-color: #00c4db;
  bottom: 0;
}
.order__item-text {
  line-height: 1.2;
  color: #444;
}
.ev-footer__logo {
  margin-bottom: 5px;
}
.popup {
  position: relative;
}

.popup__inner {
  background-color: #ebf0f5;
  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);
}
.popup__image {
  display: none;
}
.ever-popup.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
}
.ever-popup__inner {
  margin-top: 0 !important;
  padding-top: 50px !important;
}
.banner {
  display: none;
}
.animation__choice:before {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  -webkit-transition: 0.8s;
  transition: 0.8s;
  top: -50%;
  left: -50%;
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
}
.animation__choice {
  position: absolute;
  z-index: 4;
  -webkit-transition: 0.4s;
  transition: 0.4s;
  overflow: hidden;
  border-radius: 50%;
}
.container:hover .animation__choice,
.popup:hover .animation__choice {
  margin-left: 4px;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.container:hover .animation__choice:before,
.popup:hover .animation__choice:before {
  -webkit-transition: 0.8s;
  transition: 0.8s;
  top: 50%;
  left: 50%;
  background-image: -webkit-gradient(
    linear,
    left top,
    right top,
    color-stop(35%, rgba(2, 0, 36, 0)),
    color-stop(50%, rgba(255, 255, 255, 0.9)),
    color-stop(65%, rgba(0, 212, 255, 0))
  );
  background-image: linear-gradient(
    90deg,
    rgba(2, 0, 36, 0) 35%,
    rgba(255, 255, 255, 0.9) 50%,
    rgba(0, 212, 255, 0) 65%
  );
}
.use__inner {
  display: flex;
  flex-direction: column-reverse;
}
.use__content {
  margin: 0 auto 30px;
  max-width: 320px;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .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-coverflow .swiper-wrapper {
    -ms-perspective: 1200px;
    -webkit-perspective: 1200px;
    perspective: 1200px;
  }
  .ever-popup.show {
    overflow: hidden !important;
  }
}
@media screen and (min-width: 480px) {
  .use__prod {
    margin: 0 auto 10px;
  }
  .container {
    width: 480px;
  }
  .expert__description,
  .expert__plus-block {
    max-width: 100%;
  }
  .block {
    padding: 30px 0;
  }
  .about__subtitle {
    font-size: 22px;
  }
  .nav__open {
    top: 34px;
  }
  .promo__title {
    font-size: 48px;
  }
  .promo__prove {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    max-width: 400px;
  }
  .promo .prove__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    line-height: 1.3;
    width: 30%;
    max-width: 110px;
  }
  .promo .prove__item br {
    display: block;
  }
  .promo .prove__item::before {
    margin-right: 0;
    margin-bottom: 5px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .promo .prove__item:first-child::before,
  .promo .prove__item:nth-child(2)::before {
    width: 45px;
    height: 37px;
  }
  .promo .prove__item:last-child::before {
    width: 35px;
    height: 37px;
  }
  .symptom {
    background-image: url(../images/background-eye.png);
    background-repeat: no-repeat;
    background-position: center left;
  }
  .symptom__inner {
    max-width: 100%;
  }
  .symptom__item {
    max-width: 350px;
  }
  .symptom__item-image {
    width: 300px;
    height: 142.5px;
  }
  .symptom__item-image-1 {
    background-image: url(../images/symptom-slide-1.jpg);
  }
  .symptom__item-image-2 {
    background-image: url(../images/symptom-slide-2.jpg);
  }
  .symptom__item-image-3 {
    background-image: url(../images/symptom-slide-3.jpg);
  }
  .symptom .swiper-button-next,
  .symptom .swiper-button-prev {
    bottom: 55%;
  }
  .symptom .swiper-slide.swiper-slide-next,
  .symptom .swiper-slide.swiper-slide-prev {
    opacity: 0;
  }
  .advantages__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 400px;
    text-align: left;
  }
  .advantages__item-image {
    width: 110px;
    height: 110px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 10px 0 0;
  }
  .advantages__advice-inner {
    padding: 20px;
  }
  .action1__top {
    padding-bottom: 30px;
  }
  .action1__top-img {
    max-height: 85px;
    margin: 0 10px;
  }
  .action1__content {
    padding-top: 30px;
  }
  .action1__title {
    max-width: 330px;
  }
  .action1__title::after {
    left: 50px;
  }
  .about__subtitle {
    margin-bottom: 30px;
  }
  .stats__subtitle {
    line-height: 25px;
    font-size: 20px;
  }
  .stats__item-image {
    width: 130px;
    height: 130px;
    margin-right: 10px;
  }
  .stats__item-svg {
    width: 75px;
    height: 75px;
  }
  .stats__item-info {
    width: calc(100% - 140px);
  }
  .stats__item-text {
    font-size: 18px;
    line-height: 25px;
  }
  .expert {
    padding: 30px 0;
  }
  .expert__about {
    width: 150px;
    margin-bottom: 0;
  }
  .expert__sign {
    width: 160px;
  }
  .expert__confirm {
    width: 105px;
    margin-left: -40px;
  }
  .expert__sert {
    width: 75px;
  }
  .expert__toogler {
    bottom: 115px;
  }
  .action2 {
    padding: 30px 0;
  }
  .action2__content {
    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;
  }
  .action2__image {
    position: absolute;
    left: 0;
    bottom: -15px;
    margin-bottom: 0;
  }
  .action2__info {
    display: block;
    font-size: 20px;
    margin-bottom: 20px;
    margin-left: 200px;
  }
  .action2__btn {
    margin-left: 215px;
  }
  .action2 .timer {
    margin-left: 200px;
  }
  .reviews__slider {
    max-width: 100%;
    padding: 0 50px;
  }
  .reviews .arrow-right {
    right: 0;
  }
  .reviews .arrow-left {
    left: 0;
  }
  .reviews__item-text {
    max-height: 135px;
  }
  .reviews-popup__inner {
    width: auto;
    min-width: 300px;
  }
  .use__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
  }
  .use__item-image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin: 0 20px 0 0;
  }
  .use__item-title::after {
    left: 0;
    -webkit-transform: none;
    transform: none;
  }
  .recommendation {
    padding: 30px 0;
  }
  .recommendation__name {
    font-size: 20px;
  }
  .recommendation__item,
  .recommendation__post {
    font-size: 17px;
  }
  .order__item {
    max-width: 380px;
  }
  .use__inner {
    display: block;
  }
  .use__content {
    margin: 0;
    max-width: 100%;
  }
}
@media screen and (max-width: 639px) {
  .banner {
    display: none !important;
  }
}
@media screen and (min-width: 640px) {
  .container {
    width: 640px;
  }
  .title {
    font-size: 36px;
  }
  .action2 .timer__text {
    font-size: 16px;
  }
  .nav__open {
    top: 36px;
  }
  .promo__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    position: relative;
  }
  .promo__content {
    width: 100%;
    margin-bottom: 55px;
  }
  .promo__title {
    font-size: 52px;
  }
  .promo__subtitle {
    font-size: 18px;
  }
  .promo__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .promo__image {
    margin-top: -20px;
  }
  .promo__item {
    padding: 50px 0 0;
    text-align: center;
    width: 31%;
  }
  .promo__item::before {
    width: 40px;
    height: 40px;
    background-size: 26px 19px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .promo__item:not(:last-child) {
    margin-bottom: 0;
  }
  .promo__prove {
    -webkit-box-orient: vertical;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .promo .form {
    margin: 0;
  }
  .promo .prove__item,
  .promo__prove {
    -webkit-box-direction: normal;
    width: auto;
  }
  .promo .prove__item {
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
    max-width: 100%;
  }
  .promo .prove__item br {
    display: none;
  }
  .promo .prove__item::before {
    margin-right: 5px;
    margin-bottom: 0;
  }
  .promo .prove__item:first-child::before,
  .promo .prove__item:last-child::before,
  .promo .prove__item:nth-child(2)::before {
    width: 67px;
    height: 50px;
  }
  .symptom__item {
    max-width: 510px;
    font-size: 18px;
  }
  .symptom__item-image {
    width: 440px;
    height: 209px;
  }
  .symptom__item-wrapper {
    padding: 25px 20px;
  }
  .advantages__content {
    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;
  }
  .advantages__item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    max-width: 300px;
    text-align: center;
  }
  .advantages__item:nth-child(3) {
    margin-bottom: 0;
  }
  .advantages__item-image {
    margin: 0 0 20px;
  }
  .advantages__item-title {
    max-width: 220px;
    margin: 0 auto 5px;
  }
  .action1__top-img {
    margin: 0 20px;
  }
  .action1__title {
    max-width: 590px;
    padding: 0 110px;
  }
  .action1__title::after {
    bottom: -10px;
    left: auto;
    right: 0;
  }
  .action1__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .action1 .timer {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }
  .action1__price {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin: 0 0 15px;
  }
  .action1__image {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
    margin: 14px 0 0;
  }
  .action1__form {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    margin: 0;
  }
  .about__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    text-align: left;
  }
  .about__item-image {
    margin-bottom: 0;
    margin-right: 10px;
  }
  .stats__subtitle {
    font-size: 22px;
  }
  .stats__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .stats__item {
    display: block;
    width: 33%;
  }
  .stats__item:not(:last-child) {
    margin-bottom: 0;
  }
  .stats__item-image {
    margin: 0 auto 15px;
    width: 160px;
    height: 160px;
  }
  .stats__item-info {
    width: 100%;
  }
  .stats__item-text br {
    display: block;
  }
  .expert__image {
    float: left;
    margin: 0 10px 0 0;
  }
  .expert__image::after,
  .expert__plus-block::after {
    content: none;
  }
  .expert__toogler {
    display: none;
  }
  .expert__plus-block {
    height: auto;
    overflow: visible;
    margin-bottom: 20px;
  }
  .expert__about {
    width: 200px;
  }
  .expert__sign {
    width: 202px;
  }
  .expert__confirm {
    margin-left: -18px;
    margin-right: 20px;
    width: 127px;
  }
  .expert__sert {
    width: 79px;
  }
  .expert__description {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .action2__content {
    padding-left: 200px;
  }
  .action2__image {
    bottom: 0;
    left: 30px;
  }
  .action2__info {
    margin-left: 0;
    margin-bottom: 10px;
  }
  .action2__btn {
    margin: 0 auto;
  }
  .action2 .timer {
    margin-left: 0;
    margin-bottom: 15px;
  }
  .reviews__slider {
    max-width: 480px;
  }
  .reviews-form__row {
    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;
  }
  .reviews-form__field-wrap--city,
  .reviews-form__field-wrap--name {
    width: 48%;
  }
  .reviews-form__field-wrap--message {
    width: 100%;
  }
  .reviews-cta {
    padding: 30px;
  }
  .order__item {
    max-width: 370px;
  }
  .order__item::before {
    font-size: 50px;
  }
  .order__item::after {
    height: calc(100% - 55px);
    top: 55px;
  }
  .banner {
    padding: 10px 0;
    position: fixed;
    bottom: 0;
    width: 100%;
    max-width: 100%;
    z-index: 11;
    background-color: #0e2852;
    color: #fff;
  }
  .banner .timer__text br,
  .banner__description {
    display: none;
  }
  .banner__image {
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .banner__wrapper {
    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;
  }
  .banner__btn {
    font-size: 16px;
    padding: 5px 20px;
    line-height: 1.1;
    max-width: 190px;
    letter-spacing: 1.15px;
  }
  .banner .timer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .banner .timer__text {
    margin-right: 0;
    margin-bottom: 5px;
  }
  .use__content {
    max-width: 500px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 768px) {
  .container {
    width: 768px;
  }
  .title {
    font-size: 40px;
  }
  .promo .prove__item::before {
    margin-right: 10px;
  }
  .block-bg {
    background-image: url(../images/background-eye.png),
      url(../images/background-eye.png),
      -webkit-gradient(linear, left top, right top, from(#f7f8f9), to(#e9eef4));
    background-image: url(../images/background-eye.png),
      url(../images/background-eye.png),
      linear-gradient(to right, #f7f8f9, #e9eef4);
    background-position: left calc(50% - 550px) center,
      left calc(50% - -550px) center, left top;
    background-repeat: no-repeat, no-repeat, repeat;
  }
  .block {
    padding: 40px 0;
  }
  .nav__open {
    top: 46px;
  }
  .promo {
    background-image: url(../images/background-eye.png),
      -webkit-gradient(linear, left top, right top, from(#f7f8f9), to(#e9eef4));
    background-image: url(../images/background-eye.png),
      linear-gradient(to right, #f7f8f9, #e9eef4);
    background-repeat: no-repeat;
    background-position: top 65% left 18%;
  }
  .symptom__item {
    max-width: 400px;
  }
  .symptom__item-image {
    width: 330px;
    height: 156.75px;
  }
  .symptom__note {
    font-size: 26px;
  }
  .symptom .swiper-slide.swiper-slide-next,
  .symptom .swiper-slide.swiper-slide-prev {
    opacity: 0.5;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
  }
  .advantages__advice-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding: 20px 20px 0;
  }
  .advantages__advice-expert {
    display: block;
    max-width: 220px;
  }
  .advantages__advice-info {
    padding: 0 0 20px 35px;
  }
  .advantages__advice-image {
    margin: 0;
  }
  .action1__top {
    padding-bottom: 40px;
  }
  .action1__top-img {
    max-height: 100px;
    margin: 0 40px;
  }
  .action1__title {
    max-width: 100%;
  }
  .action1__content {
    padding-top: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .action1 .timer {
    margin-right: 20px;
  }
  .action1__image {
    margin: 14px 60px 0 0;
    left: 5px;
  }
  .expert {
    padding: 40px 0;
    background-position: calc(50% - 272px);
  }
  .expert__text {
    font-size: 17px;
  }
  .expert__about {
    font-size: 17px;
    line-height: 19px;
  }
  .expert__about span {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .expert {
    background-image: url(../images/expert_bg.jpg);
  }
  .action2 {
    padding: 40px 0;
  }
  .action2__content {
    padding-left: 235px;
  }
  .action2__image {
    left: 80px;
  }
  .reviews__slider {
    max-width: 100%;
    margin-bottom: 35px;
  }
  .reviews__item {
    margin: 7px 20px 0;
  }
  .reviews__item-text {
    max-height: 135px;
  }
  .use__prod {
    margin-bottom: 0;
  }
  .use__item {
    font-size: 18px;
  }
  .recommendation {
    background-image: -webkit-gradient(
      linear,
      left top,
      right top,
      from(#f7f8f9),
      to(#e9eef4)
    );
    background-image: linear-gradient(to right, #f7f8f9, #e9eef4);
    padding: 40px 0;
  }
  .recommendation__info {
    width: 450px;
    margin: 0 auto 20px;
  }
  .recommendation__item {
    font-size: 18px;
  }
  .order__title br {
    display: block;
  }
  .order__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .order__item {
    width: 32%;
    margin: 0;
  }
  .order__item:not(:last-child) {
    margin-bottom: 0;
  }
  .order__item-wrapper {
    height: 100%;
    padding: 58px 5px 27px;
  }
  .order__item-text {
    font-size: 15px;
  }
  .banner__btn {
    font-size: 20px;
    max-width: 230px;
  }
  .use__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    flex-direction: row;
  }
  .use__content {
    width: 100%;
    max-width: 75%;
    margin: 0;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .order__item-text {
    font-size: 16px;
  }
  .order__item-title {
    line-height: 23px;
  }
}
@media screen and (min-width: 1000px) {
  .popup__inner {
    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;
  }
  .popup__image {
    display: block;
    width: 350px;
    position: relative;
    margin-right: 20px;
  }
  .popup__prod {
    max-width: 260px;
    margin: 0 auto;
  }
  .popup__medal {
    position: absolute;
    top: 115px;
    right: 35px;
    max-width: 110px;
  }
  .popup__title {
    margin-bottom: 7px;
    color: #0e2852;
    font-weight: 700;
    font-size: 30px;
    text-align: center;
  }
  .popup__subtitle {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.2;
    text-align: center;
    padding-left: 20px;
  }
  .ever-popup__inner {
    width: 660px !important;
  }
}
@media screen and (min-width: 1024px) {
  .container {
    width: 1024px;
    padding: 0 25px;
  }
  .title {
    font-size: 44px;
  }
  .header {
    display: block;
    padding: 12px 0 14px;
    background-color: #0e2852;
  }
  .header__wrapper {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .header__nav,
  .header__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .header__button {
    padding: 12px 15px;
    font-size: 18px;
    border-bottom: 3px solid #d22222;
    max-width: 195px;
  }
  .header .timer__text {
    margin-right: 10px;
  }
  .nav__open,
  .nav__overlay {
    display: none !important;
  }
  .nav__item {
    margin-bottom: 0;
  }
  .nav__item:first-child {
    margin-right: 27px;
  }
  .nav__item-text {
    font-size: 16px;
  }
  .promo__wrapper {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  .promo__title {
    font-size: 85px;
    margin-left: -290px;
    line-height: 62px;
  }
  .promo__subtitle {
    font-size: 20px;
    margin-left: -290px;
    padding: 0 30px;
    margin-bottom: 50px;
  }
  .promo__image {
    order: 2;
    align-self: flex-end;
    margin-right: auto;
  }
  .promo__product {
    max-width: 235px;
    padding-top: 20px;
  }
  .promo__content {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 400px;
    flex: 0 1 400px;
    margin: 0 15px 0 0;
  }
  .promo__list {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .promo__item {
    padding: 0 0 0 70px;
    text-align: left;
    font-size: 18px;
    width: 100%;
  }
  .promo__item::before {
    left: 0;
    top: 0;
    -webkit-transform: none;
    transform: none;
  }
  .promo__item::after {
    content: "";
    position: absolute;
    left: 40px;
    top: 20px;
    width: 15px;
    border-bottom: 1px solid #ffb400;
  }
  .promo__item span {
    display: block;
    margin-bottom: 10px;
    max-width: 240px;
  }
  .promo__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .promo__prove {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
    position: static;
    width: 100%;
    max-width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    padding-top: 50px;
  }
  .promo .prove__item {
    font-size: 18px;
  }
  .promo .prove__item:not(:last-child) {
    margin: 0 20px 0 0;
  }
  .promo .prove__item:last-child::before {
    width: 51px;
  }
  .promo .form {
    -webkit-box-ordinal-group: 5;
    -ms-flex-order: 4;
    order: 4;
  }
  .symptom__title {
    margin-bottom: 35px;
  }
  .symptom__content {
    padding-bottom: 80px;
  }
  .symptom__item {
    max-width: 530px;
  }
  .symptom__item-image {
    width: 430px;
    height: 204.25px;
  }
  .symptom__item-wrapper {
    padding: 25px 35px;
  }
  .symptom .swiper-pagination {
    bottom: 31px;
  }
  .symptom .swiper-slide.swiper-slide-prev {
    -webkit-transform: translate3d(50px, 0, -1000px) !important;
    transform: translate3d(50px, 0, -1000px) !important;
  }
  .symptom .swiper-slide.swiper-slide-next {
    -webkit-transform: translate3d(-50px, 0, -1000px) !important;
    transform: translate3d(-50px, 0, -1000px) !important;
  }
  .advantages__title {
    margin-bottom: 35px;
  }
  .advantages__content {
    margin-bottom: 40px;
  }
  .advantages__item {
    max-width: 215px;
    margin-bottom: 0;
  }
  .advantages__advice-name {
    font-size: 22px;
    margin-bottom: 10px;
  }
  .advantages__advice-post {
    margin-bottom: 20px;
    padding-bottom: 25px;
    font-size: 17px;
  }
  .advantages__advice-text {
    font-size: 18px;
    margin-bottom: 25px;
    padding-right: 80px;
  }
  .advantages__advice-inner {
    padding: 30px 30px 0;
  }
  .advantages__advice-expert {
    max-width: 100%;
  }
  .advantages__advice-info {
    padding: 0 0 30px 60px;
  }
  .action1__top {
    padding-bottom: 60px;
  }
  .action1__top-img {
    max-height: none;
  }
  .action1__content,
  .action1__price {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .action1__content {
    padding-top: 60px;
    padding-left: 195px;
    position: relative;
  }
  .action1 .timer {
    -webkit-box-ordinal-group: 4;
    -ms-flex-order: 3;
    order: 3;
    margin-right: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .action1 .timer__text {
    margin: 0 15px 0 0;
  }
  .action1 .timer__text br {
    display: block;
  }
  .action1__price {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin-bottom: 20px;
  }
  .action1__title {
    padding: 0 150px 0 20px;
    margin: 0 auto 30px 0;
  }
  .action1__title::after {
    bottom: -5px;
    -webkit-transform: rotate(-35deg);
    transform: rotate(-35deg);
  }
  .action1__image {
    position: absolute;
    left: 0;
    top: 35px;
    margin: 0;
    max-width: 200px;
  }
  .action1__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    width: 100%;
  }
  .action1 .form__btn {
    padding: 6px 9px;
    max-width: 33%;
  }
  .action1 .form__field {
    max-width: 33%;
    margin-right: 10px;
    margin-bottom: 0;
  }
  .about__subtitle {
    margin-bottom: 50px;
  }
  .about__content {
    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;
  }
  .about__description {
    width: 100%;
  }
  .about__item:not(:last-child) {
    margin-bottom: 35px;
  }
  .about__image {
    max-width: 270px;
    display: block;
    background-image: url(../images/about-bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .stats__subtitle {
    margin-bottom: 50px;
  }
  .stats__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 32%;
    text-align: left;
  }
  .stats__item-image {
    margin: 0 15px 0 0;
  }
  .stats__item-text br {
    display: none;
  }
  .expert {
    padding: 60px 0 0;
  }
  .expert__title {
    margin-bottom: 35px;
  }
  .expert__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .expert__image {
    float: none;
    width: 390px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    margin-left: -80px;
    margin-right: 35px;
  }
  .expert__image-absolute {
    bottom: 60px;
    right: 0;
  }
  .expert__info {
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .expert__text {
    padding-bottom: 30px;
  }
  .expert__plus-block {
    margin-bottom: 20px;
  }
  .expert__confirm {
    margin-left: -45px;
    margin-right: 0;
    width: 120px;
  }
  .expert__description {
    padding-bottom: 15px;
  }
  .action2 {
    padding: 60px 0;
  }
  .action2__title {
    width: 100%;
    text-align: left;
  }
  .action2__content {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0 0 0 200px;
  }
  .action2 .timer,
  .action2__info {
    margin: 0;
  }
  .action2__image {
    left: 0;
    bottom: 50%;
    -webkit-transform: translateY(50%);
    transform: translateY(50%);
  }
  .action2__btn {
    margin: 0;
  }
  .reviews__title {
    margin-bottom: 35px;
  }
  .reviews__text {
    margin-bottom: 25px;
  }
  .reviews__item {
    margin: 7px 5px 0;
  }
  .reviews__item-text {
    max-height: 135px;
  }
  .reviews-form__row {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .reviews-form__field-wrap--city,
  .reviews-form__field-wrap--name {
    width: 30%;
    margin-right: 25px;
  }
  .reviews-cta {
    padding: 40px 50px;
  }
  .use__title {
    margin-bottom: 35px;
  }
  .use__prod {
    max-width: 100%;
    margin-right: 60px;
  }
  .use__content {
    padding-left: 60px;
    position: relative;
  }
  .use__content:before {
    content: "";
    position: absolute;
    background-image: url(../images/use-line.png);
    background-repeat: no-repeat;
    width: 40px;
    height: 350px;
    top: 50%;
    left: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .use__item:not(:last-child) {
    margin-bottom: 30px;
  }
  .recommendation {
    padding: 0;
  }
  .recommendation__expert {
    display: block;
    margin-right: 20px;
    width: 239px;
  }
  .recommendation__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
  .recommendation__inner {
    padding: 30px 0;
    -ms-flex-item-align: start;
    align-self: flex-start;
    width: calc(100% - 260px);
  }
  .recommendation__info {
    margin-bottom: 30px;
  }
  .recommendation__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .recommendation__item {
    padding: 35px 0 0;
    width: 33%;
    position: relative;
  }
  .recommendation__item:not(:last-child) {
    margin-right: 20px;
    padding-right: 10px;
  }
  .recommendation__item:not(:last-child)::after {
    content: "";
    height: calc(100% - 35px);
    border-right: 1px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    bottom: 0;
    right: 0;
  }
  .order__title {
    margin-bottom: 35px;
  }
  .order__item-wrapper {
    padding: 58px 35px 27px;
  }
  .order__item-text {
    font-size: 18px;
  }
  .footer {
    padding: 15px 0;
  }
  .banner {
    padding: 20px 0;
  }
  .banner__description {
    display: block;
  }
  .banner__info {
    text-align: center;
    margin-bottom: 5px;
  }
  .banner .price__text {
    display: block;
    font-size: 17px;
    font-weight: 400;
    padding: 0 5px;
    margin-bottom: 5px;
  }
  .banner .price__new,
  .banner .price__old {
    font-size: 18px;
    display: block;
    text-align: center;
    padding: 0 5px;
  }
  .banner .price__old {
    position: relative;
  }
  .banner .price__old::after,
  .banner .price__old::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #f33;
  }
  .banner .price__old::after {
    -webkit-transform: rotate(12deg);
    transform: rotate(12deg);
  }
  .banner .price__old::before {
    -webkit-transform: rotate(-12deg);
    transform: rotate(-12deg);
  }
  .banner .price__new {
    font-weight: 700;
  }
}
@media screen and (min-width: 1220px) {
  .container {
    width: 1220px;
  }
  .title {
    font-size: 50px;
  }
  .promo__wrapper {
    padding: 80px 0;
  }
  .order__item-wrapper {
    padding: 58px 57px 27px;
  }
  .order__item-text {
    line-height: 22px;
  }
  .promo__subtitle {
    padding: 0;
    max-width: 350px;
  }
  .promo__subtitle,
  .promo__title {
    margin-left: 0;
    text-align: left;
  }
  .promo__picture {
    display: block;
    position: absolute;
    bottom: 0;
    left: -70px;
  }
  .promo__content {
    max-width: 350px;
    margin-right: 30px;
  }
  .promo__image {
    position: absolute;
    left: 45px;
    bottom: -80px;
  }
  .promo__product {
    padding-top: 40px;
  }
  .promo__prove {
    width: auto;
    position: absolute;
    padding-top: 0;
    bottom: -80px;
    left: auto;
    right: 80px;
  }
  .action2 .timer__text br,
  .banner .timer__text br,
  .promo .prove__item br {
    display: block;
  }
  .promo .form {
    margin: 15px 45px 0 0;
  }
  .promo .form::before {
    top: -30px;
    right: -50px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
  }
  .promo .form::after {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: #f7f7f7;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  .promo .form__inner {
    padding-top: 20px;
  }
  .symptom {
    padding: 160px 0 80px;
  }
  .symptom__item {
    max-width: 660px;
  }
  .symptom__item-image {
    width: 560px;
    height: 266px;
  }
  .symptom .swiper-slide.swiper-slide-prev {
    -webkit-transform: translate3d(100px, 0, -1200px) !important;
    transform: translate3d(100px, 0, -1200px) !important;
  }
  .symptom .swiper-slide.swiper-slide-next {
    -webkit-transform: translate3d(-100px, 0, -1200px) !important;
    transform: translate3d(-100px, 0, -1200px) !important;
  }
  .advantages {
    padding: 80px 0;
  }
  .advantages__item {
    font-size: 18px;
    max-width: 270px;
    margin: 0;
  }
  .advantages__item-title {
    max-width: 100%;
  }
  .advantages__advice-inner {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    padding: 40px 40px 0 60px;
  }
  .advantages__advice-text {
    padding-right: 120px;
  }
  .action1 {
    padding: 80px 0;
  }
  .action1__top {
    padding-bottom: 80px;
  }
  .action1__content {
    padding-left: 230px;
    padding-top: 80px;
  }
  .action1__title {
    padding: 0;
    width: 100%;
    text-align: left;
  }
  .action1__title::after {
    right: 300px;
  }
  .action1__image {
    top: 55px;
  }
  .about {
    padding: 80px 0;
  }
  .about__image {
    max-width: 310px;
  }
  .about__item-text {
    font-size: 18px;
  }
  .stats__wrapper {
    padding: 80px 0;
  }
  .expert {
    padding: 80px 0 0;
  }
  .expert__image {
    width: auto;
    margin-left: 40px;
    margin-right: 55px;
  }
  .expert__text {
    font-size: 18px;
    line-height: 28px;
  }
  .expert__description {
    padding-bottom: 0;
  }
  .expert__confirm {
    margin-right: 20px;
    width: 127px;
  }
  .action2 .timer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .action2 .timer__text {
    margin-right: 15px;
  }
  .reviews {
    padding: 80px 0;
  }
  .reviews__item {
    margin: 7px 10px 0;
  }
  .reviews__item-info {
    font-size: 20px;
  }
  .reviews__item-title {
    font-size: 17px;
    min-height: 49px;
    padding-bottom: 15px;
  }
  .reviews__item-text {
    font-size: 18px;
    line-height: 26px;
  }
  .use {
    padding: 80px 0;
  }
  .use__inner {
    padding: 0 50px;
  }
  .use__item:not(:last-child) {
    margin-bottom: 40px;
  }
  .use__prod {
    margin-right: 90px;
  }
  .use__content {
    padding-left: 70px;
  }
  .recommendation__expert {
    margin-right: 80px;
  }
  .recommendation__item:not(:last-child) {
    margin-right: 45px;
    padding-right: 35px;
  }
  .order {
    padding: 80px 0;
  }
  .footer {
    padding: 120px 0 15px;
  }
  .banner .timer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .banner .timer__text {
    margin-right: 15px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1400px) {
  .promo__content {
    max-width: 400px;
  }
  .promo .form {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) and (max-width: 1219px) {
  .block {
    padding: 60px 0;
  }
  .stats__item-percent {
    font-size: 47px;
  }
}
@media (max-width: 639px) {
  .expert__image::after {
    display: none;
  }
}
@media (max-width: 1023px) {
  .action1 .timer__text,
  .nav__scroll .timer__text {
    margin-bottom: 5px;
  }
}
@media (max-width: 479px) {
  .action2__info {
    display: block;
    text-align: center;
    margin-bottom: 15px;
  }
}
@media (min-width: 480px) and (max-width: 639px) {
  .promo .prove__item:not(:last-child) {
    margin-bottom: 0;
  }
}
.promo__image {
  margin-bottom: 55px;
}
.promo__prove-mobile {
  display: none;
}
.stats__item-info {
  text-align: left;
}
@media screen and (min-width: 640px) {
  .promo__prove-desctop {
    display: none;
  }
  .promo__prove-mobile {
    display: block;
  }
  .promo__product {
    margin-bottom: 5px;
    max-width: 190px;
  }
  .promo__image {
    margin-bottom: 0;
  }
  .stats__item-info {
    text-align: inherit;
  }
  .banner__image {
    max-width: 42px;
  }
}
@media screen and (min-width: 1024px) {
  .promo__prove-desctop {
    display: flex;
  }
  .promo__prove-mobile {
    display: none;
  }
  .promo__product {
    margin-bottom: 0;
    max-width: 235px;
  }
  .banner__image {
    max-width: 55px;
  }
}
@media screen and (min-width: 1220px) {
  .action1 .timer__text br {
    display: none;
  }
}
b {
  font-weight: 700;
}


.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 5px; 
  font-size: 14px;
  text-align: left;
  margin-top: 15px;
  text-align: center;
}