@charset "UTF-8";

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

  90% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

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

  90% {
    opacity: 1;
  }

  to {
    -webkit-transform: translate(-50%, -50%) scale(2);
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}

@-webkit-keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@keyframes shakeX {

  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(-5px, 0, 0);
    transform: translate3d(-5px, 0, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(5px, 0, 0);
    transform: translate3d(5px, 0, 0);
  }
}

@-webkit-keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fade-in {
  0% {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@-webkit-keyframes btn-line {
  to {
    left: calc(100% + 70px);
  }
}

@keyframes btn-line {
  to {
    left: calc(100% + 70px);
  }
}

@-webkit-keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@keyframes bounceIn {

  0%,
  20%,
  40%,
  60%,
  80%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: scale3d(0.3, 0.3, 0.3);
    transform: scale3d(0.3, 0.3, 0.3);
  }

  20% {
    -webkit-transform: scale3d(1.1, 1.1, 1.1);
    transform: scale3d(1.1, 1.1, 1.1);
  }

  40% {
    -webkit-transform: scale3d(0.9, 0.9, 0.9);
    transform: scale3d(0.9, 0.9, 0.9);
  }

  60% {
    opacity: 1;
    -webkit-transform: scale3d(1.03, 1.03, 1.03);
    transform: scale3d(1.03, 1.03, 1.03);
  }

  80% {
    -webkit-transform: scale3d(0.97, 0.97, 0.97);
    transform: scale3d(0.97, 0.97, 0.97);
  }

  to {
    opacity: 1;
    -webkit-transform: scale3d(1, 1, 1);
    transform: scale3d(1, 1, 1);
  }
}

@-webkit-keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@keyframes ticker {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}

@-webkit-keyframes moving {

  0%,
  to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@keyframes moving {

  0%,
  to {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  50% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }

  to {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.6);
    box-shadow: 0 0 0 0 rgba(255, 77, 77, 0.6);
  }

  70% {
    -webkit-box-shadow: 0 0 0 10px transparent;
    box-shadow: 0 0 0 10px transparent;
  }

  to {
    -webkit-box-shadow: 0 0 0 0 transparent;
    box-shadow: 0 0 0 0 transparent;
  }
}

@-webkit-keyframes float {

  0%,
  to {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  50% {
    -webkit-transform: translateY(-30px) translateX(15px);
    transform: translateY(-30px) translateX(15px);
  }
}

@keyframes float {

  0%,
  to {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  50% {
    -webkit-transform: translateY(-30px) translateX(15px);
    transform: translateY(-30px) translateX(15px);
  }
}

@-webkit-keyframes borderBubbles {

  0%,
  to {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  50% {
    -webkit-transform: translateY(15px) translateX(30px);
    transform: translateY(15px) translateX(30px);
  }
}

@keyframes borderBubbles {

  0%,
  to {
    -webkit-transform: translateY(0) translateX(0);
    transform: translateY(0) translateX(0);
  }

  50% {
    -webkit-transform: translateY(15px) translateX(30px);
    transform: translateY(15px) translateX(30px);
  }
}

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

  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

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

  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;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
label,
menu,
nav,
picture,
section {
  display: block;
}

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;
  overflow: visible;
  cursor: pointer;
}

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

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

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

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

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

* {
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
}

#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%;
}

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 {
  border: 0;
}

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

@font-face {
  font-display: swap;
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 500;
  src: url(../fonts/NeueMontreal-Regular.woff2) format("woff2");
}

@font-face {
  font-display: swap;
  font-family: "Neue Montreal";
  font-style: normal;
  font-weight: 700;
  src: url(../fonts/NeueMontreal-Bold.woff2) format("woff2");
}

body,
html {
  overflow-x: hidden;
}

body {
  font-family: "Helvetica Neue", sans-serif;
  font-size: 16px;
  line-height: 1.3;
  color: #263573;
  background: #fff;
}

body.hidden {
  overflow-y: hidden;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

svg {
  overflow: hidden;
}

input:-moz-submit-invalid {
  box-shadow: none;
}

input:-moz-ui-invalid {
  box-shadow: none;
}

.container {
  width: 100%;
  padding: 0 15px;
  position: relative;
}

.subtitle,
.title {
  margin-bottom: 20px;
  text-align: center;
}

.title {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.subtitle {
  text-transform: uppercase;
  font-size: 16px;
}

.fw300 {
  font-weight: 300;
}

.fw400 {
  font-weight: 400;
}

.fw500 {
  font-weight: 500;
}

.fw700,
b,
strong {
  font-weight: 700;
}

.nowrap {
  white-space: nowrap;
}

.bg {
  background: -webkit-gradient(linear, left top, right top, from(#f0f6ff), color-stop(50.96%, #f9fffe), to(#f4f8ff));
  background: linear-gradient(90deg, #f0f6ff 0, #f9fffe 50.96%, #f4f8ff 100%);
}

.bg-white {
  background: #fff;
}

.btn,
.highlighted {
  position: relative;
  color: #fff;
  line-height: 1;
}

.btn,
.btn:hover {
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
}

.btn {
  width: 100%;
  padding: 15px;
  display: block;
  font-weight: 700;
  font-size: 16px;
  text-align: center;
  font-family: "Helvetica Neue", sans-serif;
  overflow: hidden;
  cursor: pointer;
  border-radius: 30px;
  -webkit-box-shadow: 0 4px 20px rgba(255, 0, 0, 0.5);
  box-shadow: 0 4px 20px rgba(255, 0, 0, 0.5);
  -webkit-transition:
    background 0.5s ease,
    -webkit-box-shadow 0.3s ease,
    -webkit-transform 0.3s ease,
    -webkit-filter 0.3s ease;
  transition:
    background 0.5s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease,
    filter 0.3s ease;
  transition:
    background 0.5s ease,
    box-shadow 0.3s ease,
    transform 0.3s ease,
    filter 0.3s ease,
    -webkit-box-shadow 0.3s ease,
    -webkit-transform 0.3s ease,
    -webkit-filter 0.3s ease;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.btn::after,
.highlighted::before {
  position: absolute;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.btn::after {
  content: "";
  top: 50%;
  right: 16px;
  width: 13px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgZmlsbD0ibm9uZSIgc3Ryb2tlPSIjZmZmZmZmIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiIHN0cm9rZS13aWR0aD0iMiIgY2xhc3M9Imx1Y2lkZSBsdWNpZGUtYXJyb3ctcmlnaHQtaWNvbiBsdWNpZGUtYXJyb3ctcmlnaHQiPjxwYXRoIGQ9Ik01IDEyaDE0TTEyIDVsNyA3LTcgNyIvPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
}

.btn:hover {
  -webkit-box-shadow: 0 6px 30px rgba(255, 0, 0, 0.7);
  box-shadow: 0 6px 30px rgba(255, 0, 0, 0.7);
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  -webkit-filter: brightness(1.1);
  filter: brightness(1.1);
  -webkit-animation: none;
  animation: none;
}

.highlighted {
  display: inline-block;
  -webkit-transition: color 0.3s ease-out 0.6s;
  transition: color 0.3s ease-out 0.6s;
  z-index: 1;
  padding: 0 6px;
}

.highlighted::before {
  content: "";
  top: calc(50% + 1px);
  left: 0;
  background: #263573;
  border-radius: 5px;
  z-index: -1;
  width: 100%;
  height: 100%;
  -webkit-transition: none;
  transition: none;
}

.highlighted::before,
body.loaded .highlighted::before {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}

body.loaded .highlighted {
  color: #fff;
}



:root {
  --swiper-theme-color: #007aff;
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper,
.swiper-wrapper {
  position: relative;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
  list-style: none;
  padding: 0;
  display: block;
}

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

.swiper-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  -webkit-transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: transform;
  transition-property:
    transform,
    -webkit-transform;
  display: block;
}

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

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

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal>.swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical>.swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper {
  -ms-scroll-snap-type: none;
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
  -ms-flex-order: 9999;
  order: 9999;
}

.swiper-css-mode.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

.swiper-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-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), transparent);
}

.swiper-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-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-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (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));
}

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

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

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-transform-origin: center;
  transform-origin: center;
}

.swiper-rtl .swiper-button-next svg,
.swiper-rtl .swiper-button-prev svg {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

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

.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;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

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

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

.swiper-pagination-disabled>.swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

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

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

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

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-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:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

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

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

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

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

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

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

.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, 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-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

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

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

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

.swiper-scrollbar,
.swiper-scrollbar-drag {
  position: relative;
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
}

.swiper-scrollbar {
  -ms-touch-action: none;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical>.swiper-scrollbar {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  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;
  -ms-touch-action: none;
  touch-action: none;
}

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

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

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

.swiper-grid-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-fade.swiper-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
}

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

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

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

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

.swiper-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-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

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

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

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

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

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

.swiper-flip .swiper-slide {
  pointer-events: none;
  z-index: 1;
}

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

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

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

.swiper-cards .swiper-slide,
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-transition-property:
    opacity,
    height,
    -webkit-transform;
  transition-property: transform, opacity, height;
  transition-property:
    transform,
    opacity,
    height,
    -webkit-transform;
}

.swiper-cards .swiper-slide {
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}

.price,
.price-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  gap: 16px;
}

.price {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 15px;
}

.price .new-price .price__value {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #263573;
  text-align: center;
}

.price,
.price .old-price .price__value {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.price .old-price .price__value {
  color: #76c6e5;
  text-align: center;
}

.new-price span {
  display: inline-block;
  line-height: 1;
}

.new-price .price__value {
  white-space: nowrap;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #263573;
}

.old-price .price__value {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  font-size: 25px;
  line-height: 1;
}

.price__value {
  text-decoration: line-through;
  color: #263573;
  padding-bottom: 2px;
}

.old-price .price__title {
  margin-bottom: 3px;
}

.price__title {
  color: #263573;
  font-size: 16px;
  text-align: center;
}

.delimiter-price {
  width: 1px;
  background: #263573;
  height: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.form__input {
  width: 100%;
  background: 0 0;
  padding: 15px;
  border-radius: 50px;
  border: 1px solid #263573;
  color: #263573;
  margin-bottom: 15px;
  font-size: 16px;
  text-align: center;
}

.form__input::-webkit-input-placeholder {
  color: #263573;
  text-align: center;
}

.form__input::-moz-placeholder {
  color: #263573;
  text-align: center;
}

.form__input:-ms-input-placeholder {
  color: #263573;
  text-align: center;
}

.form__input::placeholder {
  color: #263573;
  text-align: center;
}

.ever-popup__inner {
  width: 280px !important;
  padding-top: 0 !important;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  margin: 0 auto !important;
}

.ever-popup.show {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}

.ever-popup__close {
  width: 25px !important;
  height: 25px !important;
  right: 0 !important;
  top: -30px !important;
}

.ever-popup__close:after,
.ever-popup__close:before {
  height: 4px !important;
  right: 0 !important;
  bottom: 0 !important;
  border-radius: 5px;
  width: 25px !important;
}

.my-popup {
  padding: 15px;
}

.my-popup__product {
  max-width: 160px;
}

.my-popup__content,
.my-popup__wrapper {
  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;
}

.my-popup__content {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  gap: 15px;
}

.my-popup__wrapper {
  width: 100%;
}

.my-popup__product-wrapper {
  position: relative;
  width: 100%;
  margin-top: 15px;
}

.my-popup__title {
  width: 100%;
  color: #263573;
  font-size: 20px;
  border-radius: 20px;
  text-align: left;
}

.my-popup__title--desk {
  display: none;
}

.my-popup__title span {
  display: inline-block;
  padding: 0px 6px;
  border-radius: 5px;
  color: #fff;
  background: #263573;
}

.my-popup__price {
  margin-bottom: 15px;
}

.my-popup__certs {
  max-width: 110px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.my-popup__certs img {
  width: 55px;
}

.my-popup__certs img:nth-child(2) {
  width: 64px;
  -ms-flex-item-align: center;
  align-self: center;
}

.my-popup__certs img:nth-child(3) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.header {
  z-index: 3;
  padding-top: 15px;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

.header,
.header .container {
  position: relative;
}

.header .container:before {
  position: absolute;
  content: "";
  width: calc(100% - 30px);
  height: 1px;
  border-bottom: 1px solid #263573;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: -15px;
}

.header .content__list,
.header__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header__bg,
.header__content {
  position: fixed;
  top: 0;
  width: 100%;
  height: 100vh;
}

.header__bg {
  background-color: rgba(0, 0, 0, 0.8);
  left: 0;
}

.header__content {
  right: 0;
  max-width: 300px;
  background-color: #263573;
  padding: 15px;
  overflow: auto;
  z-index: 11;
}

.header .content__list {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 70px;
}

.header .list__item {
  font-size: 22px;
}

.header .item__link {
  color: #fff;
  font-weight: 700;
}

.header .item__link:hover {
  border-bottom: 1px solid #fff;
}

.header .content__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.header .top__logo {
  max-width: 145px;
}

.header .top__close {
  position: relative;
  width: 30px;
  height: 30px;
  cursor: pointer;
}

.header .top__close::after,
.header .top__close::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 3px;
  background-color: #fff;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%) rotate(45deg);
  transform: translateY(-50%) rotate(45deg);
}

.header .top__close::after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
  transform: translateY(-50%) rotate(-45deg);
}

.header__mob,
.header__mob.open {
  -webkit-transition: all 200ms;
  transition: all 200ms;
}

.header__bg {
  display: none;
  z-index: 10;
}

.header .header__mob.open .header__bg {
  display: block;
}

.header .header__mob.open .header__content,
.header__content {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  -webkit-transition: all 300ms;
  transition: all 300ms;
}

.header .header__mob.open .header__content {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header .menu-desc {
  display: none;
}

.header__burger {
  width: 25px;
  cursor: pointer;
}

.promo {
  position: relative;
  z-index: 2;
  padding: 30px 0;
  text-align: center;
}

.promo.block--no-top {
  padding-top: 0;
}

.promo__title.title {
  text-align: left;
  font-weight: 400;
  font-size: 22px;
  font-size: 19px;
  line-height: 1.2;
  margin-bottom: 0;
  z-index: 2;
}

.promo__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 15px;
  margin-bottom: 15px;
}

.promo__left {
  gap: 15px;
}

.promo__left,
.promo__right {
  display: contents;
}

.promo__body,
.promo__joints,
.promo__joints li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.promo__body {
  position: relative;
  padding-top: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  width: 100%;
  margin: 0 auto;
}

.promo__joints,
.promo__joints li {
  gap: 10px;
}

.promo__joints {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.promo__joints li {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  text-align: left;
}

.promo__joints li:not(:last-of-type) {
  max-width: 100px;
  width: 100%;
}

.promo__circle-wrapper {
  position: relative;
  display: none;
}

.promo__pack {
  position: absolute;
  right: 0px;
  top: -10px;
}

.promo__pack img {
  max-width: 200px;
  width: 100%;
}

.promo__pack--desktop {
  display: none;
}

.promo__certs {
  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;
  gap: 10px;
  margin: 0;
}

.promo__certs--mob {
  display: none;
}

.promo__certs img {
  width: 80px;
  height: auto;
}

.promo__order {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding: 13px;
  border-radius: 20px;
  background: #fff;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  max-width: 350px;
  width: 100%;
  margin: 0 auto;
}

.promo__btn {
  max-width: 270px;
  width: 100%;
  margin: 0 auto;
  position: relative;
}

.promo__price {
  margin-bottom: 15px;
}

.bullet {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.bullet::after,
.bullet::before {
  position: absolute;
  content: "";
  border-radius: 50%;
}

.bullet,
.bullet::before {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bullet::before {
  width: 18px;
  height: 18px;
  background: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.bullet::after {
  width: 12px;
  height: 12px;
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
}

.bullet,
.faq__columns,
.faq__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.faq__columns {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 16px;
}

.faq__list {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.faq__item {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 100%;
  flex: 1 1 100%;
  padding: 15px;
  background: #fff;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#f0f6ff), color-stop(50.96%, #f9fffe), to(#f4f8ff));
  background: linear-gradient(90deg, #f0f6ff 0, #f9fffe 50.96%, #f4f8ff 100%);
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.07);
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition:
    box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
}

.faq__item:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.faq__item.active .faq__content {
  opacity: 1;
}

.efficacy__item.active .efficacy__toggle::after,
.faq__item.active .faq__toggle::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq__header {
  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;
  cursor: pointer;
  gap: 40px;
}

.faq__header-title {
  font-weight: 800;
  font-size: 16px;
}

.faq__toggle,
.faq__toggle::after,
.faq__toggle::before {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.faq__toggle {
  position: relative;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.faq__toggle::after,
.faq__toggle::before {
  content: "";
  position: absolute;
  background: #fff;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1px;
}

.faq__toggle::before {
  width: 14px;
  height: 2px;
}

.faq__toggle::after {
  width: 2px;
  height: 14px;
}

.faq__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition:
    max-height 0.5s ease,
    opacity 0.3s ease;
  transition:
    max-height 0.5s ease,
    opacity 0.3s ease;
  opacity: 0;
}

.efficacy__content p,
.faq__content p {
  margin-top: 10px;
}

.focus__title.title {
  margin-bottom: 8px;
}

.focus__subtitle {
  text-align: center;
  font-size: 16px;
  margin-bottom: 30px;
  color: #263573;
}

.focus__item,
.focus__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.focus__list {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 16px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0;
  list-style: none;
  max-width: 500px;
  width: 100%;
  margin: 0 auto 24px;
}

.focus__item {
  width: calc(50% - 8px);
  max-width: 100%;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 12px;
}

.focus__icon {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
}

.focus__text {
  font-size: 14px;
  font-weight: 700;
}

.focus__btn,
.focus__btn:hover {
  -webkit-transition: background 0.3s;
  transition: background 0.3s;
}

.focus__btn {
  display: block;
  margin: 0 auto;
  padding: 12px 24px;
  font-size: 16px;
  border-radius: 100px;
  border: 1px solid red;
  color: #263573;
  text-align: center;
  background: 0 0;
  cursor: pointer;
  max-width: 260px;
  width: 100%;
}

.focus__btn:hover {
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
  color: #fff;
}

.effect {
  padding: 20px 16px;
  background: -webkit-gradient(linear, left top, right top, from(#f0f6ff), color-stop(50.96%, #f9fffe), to(#f4f8ff));
  background: linear-gradient(90deg, #f0f6ff 0, #f9fffe 50.96%, #f4f8ff 100%);
}

.effect__product:before,
.effect__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.effect__wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 2;
}

.effect__content {
  display: contents;
}

.effect__title {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 15px;
  text-align: center;
}

.effect__subtitle {
  font-size: 16px;
  margin-bottom: 20px;
  text-align: center;
  color: #263573;
}

.effect__product {
  position: relative;
  max-width: 250px;
  width: 100%;
  display: block;
  margin: 0 auto 15px;
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.effect__product:before {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  content: "-50%";
  font-size: 25px;
  line-height: 1;
  font-style: normal;
  font-weight: 700;
  color: #fff;
  background: url(../images/sale.webp) no-repeat;
  background-size: 100px;
  width: 100px;
  height: 100px;
  top: 0;
  left: -35px;
}

.effect__list {
  list-style: none;
  padding: 0;
  -webkit-box-ordinal-group: 4;
  -ms-flex-order: 3;
  order: 3;
  margin: 0 0 24px;
}

.effect .effect__item {
  position: relative;
  padding-left: 35px;
  font-size: 16px;
  line-height: 1.4;
  text-align: left;
  font-weight: 700;
}

.effect .effect__item:not(:last-of-type) {
  margin-bottom: 10px;
}

.effect .effect__item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(50% 50% at 50% 50%, rgba(235, 250, 255, 0.5) 0, #a6e9ff 100%);
}

.effect .effect__item::after {
  content: "";
  position: absolute;
  left: 4px;
  top: 3px;
  width: 20px;
  height: 13px;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjIiIGhlaWdodD0iMTQiIHZpZXdCb3g9IjAgMCAyMiAxNCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik0zLjQ2NTY2IDMuNzU4NzVDNy4xNzQ0NSAxOC43NDEyIDYuNzY3MDcgLTAuNzUxMjAxIDIxLjE1MDMgMC41NjI2MTZDMTcuNDk5NCAxLjQwNjQxIDEyLjkzMzYgNC4zOTIxNiA3LjM4NTk0IDEzLjM2OTVDNS4zMDAwMiAxNS42NzkzIDEuMDEwMTkgNy42NDIwMSAwLjc0NTI4IDcuMTYwOEMwLjcyMDc5MiAzLjA4NzI5IDMuNDY1NjYgMy43NTg3NSAzLjQ2NTY2IDMuNzU4NzVaIiBmaWxsPSIjMkIzMzc3Ii8+Cjwvc3ZnPgo=);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.effect__btn {
  display: block;
  width: 100%;
  max-width: 280px;
  margin: 0 auto;
  -webkit-box-ordinal-group: 5;
  -ms-flex-order: 4;
  order: 4;
}

.efficacy {
  background: -webkit-gradient(linear, left top, right top, from(#f0f6ff), color-stop(50.96%, #f9fffe), to(#f4f8ff));
  background: linear-gradient(90deg, #f0f6ff 0, #f9fffe 50.96%, #f4f8ff 100%);
}

.efficacy__item-wrapper,
.efficacy__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.efficacy__list {
  flex-wrap: wrap;
  gap: 24px;
  list-style: none;
  padding: 0;
  margin: 0;
}

.efficacy__item {
  position: relative;
  flex: 1 1 100%;
  padding: 15px 15px 25px;
  background: #fff;
  -webkit-transition: -webkit-box-shadow 0.3s ease;
  transition: box-shadow 0.3s ease;
  transition:
    box-shadow 0.3s ease,
    -webkit-box-shadow 0.3s ease;
  border-radius: 40px;
  -webkit-box-shadow: 0 2.734px 8.202px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2.734px 8.202px 0 rgba(0, 0, 0, 0.12);
}

.efficacy__item:hover {
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
}

.efficacy__item.active .efficacy__content {
  opacity: 1;
}

.efficacy__header {
  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;
  cursor: pointer;
  gap: 40px;
}

.efficacy__header-title {
  font-weight: 700;
  font-size: 16px;
}

.efficacy__product {
  max-width: 215px;
  width: 100%;
}

.efficacy__wrapper {
  position: relative;
  max-width: 300px;
  width: 100%;
  margin: 0 auto 20px;
}

.efficacy__certs {
  max-width: 115px;
  width: 100%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
}

.efficacy__certs img {
  width: 70px;
}

.efficacy__certs img:nth-child(2) {
  -ms-flex-item-align: center;
  align-self: center;
}

.efficacy__certs img:nth-child(3) {
  -ms-flex-item-align: end;
  align-self: flex-end;
}

.efficacy__toggle,
.efficacy__toggle::after,
.efficacy__toggle::before {
  position: absolute;
  left: 50%;
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition:
    transform 0.3s ease,
    -webkit-transform 0.3s ease;
}

.efficacy__toggle {
  bottom: -16px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
  color: #fff;
  border: 0;
  border-radius: 50%;
  width: 32px;
  height: 32px;
  font-size: 20px;
  line-height: 32px;
  text-align: center;
  cursor: pointer;
}

.efficacy__toggle::after,
.efficacy__toggle::before {
  content: "";
  background: #fff;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 1px;
}

.efficacy__toggle::before {
  width: 14px;
  height: 2px;
}

.efficacy__toggle::after {
  width: 2px;
  height: 14px;
}

.efficacy__content {
  max-height: 0;
  overflow: hidden;
  -webkit-transition:
    max-height 0.5s ease,
    opacity 0.3s ease;
  transition:
    max-height 0.5s ease,
    opacity 0.3s ease;
  opacity: 0;
}

.efficacy__image {
  width: 50px;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.efficacy__item-content {
  width: calc(100% - 60px);
}

.expert__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 25px;
}

.expert__image {
  position: relative;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#f0f6ff), color-stop(50.96%, #f9fffe), to(#f4f8ff));
  background: linear-gradient(90deg, #f0f6ff 0, #f9fffe 50.96%, #f4f8ff 100%);
  overflow: hidden;
}

.expert__image--desktop,
.expert__step-title br {
  display: none;
}

.expert__image img {
  width: 95px;
  height: 95px;
  -o-object-fit: cover;
  object-fit: cover;
}

.expert__info {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.expert__name {
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  margin-bottom: 10px;
}

.expert__position {
  color: #263573;
  font-size: 14px;
}

.expert__quote {
  position: relative;
  padding: 30px 20px;
  font-style: italic;
  margin-bottom: 25px;
  border-radius: 20px;
  background: -webkit-gradient(linear, left top, right top, from(#f0f6ff), color-stop(50.96%, #f9fffe), to(#f4f8ff));
  background: linear-gradient(90deg, #f0f6ff 0, #f9fffe 50.96%, #f4f8ff 100%);
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.12);
}

.expert__quote::after,
.expert__quote::before {
  content: "";
  position: absolute;
  width: 15px;
  height: 15px;
  background: url(../images/quote.svg) no-repeat;
  background-size: 15px;
  z-index: 0;
}

.expert__quote::before {
  top: 10px;
  left: 20px;
}

.expert__quote::after {
  bottom: 10px;
  right: 20px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.expert__steps {
  position: relative;
  padding-left: 35px;
  counter-reset: step;
}

.expert__steps::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  bottom: 50px;
  left: 10px;
  width: 1px;
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
  z-index: 0;
  -webkit-transition: height 1.5s ease-in-out;
  transition: height 1.5s ease-in-out;
}

.expert__steps .expert__step:last-child::after {
  content: "";
  position: absolute;
  top: 0;
  left: -26px;
  height: 100%;
  width: 3px;
  background: #fff;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  z-index: 0;
}

.expert__step {
  position: relative;
  counter-increment: step;
}

.expert__step:not(:last-of-type) {
  margin-bottom: 20px;
}

.expert__step::before {
  content: counter(step);
  position: absolute;
  top: 0;
  left: -35px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
  color: #fff;
  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;
  font-size: 14px;
  font-weight: 700;
  z-index: 1;
}

.expert__step-title {
  font-weight: 600;
  margin-bottom: 5px;
}

.expert__step-text {
  font-size: 16px;
  color: #263573;
}

.reviews {
  position: relative;
  background: -webkit-gradient(linear, left top, right top, from(#f0f6ff), color-stop(50.96%, #f9fffe), to(#f4f8ff));
  background: linear-gradient(90deg, #f0f6ff 0, #f9fffe 50.96%, #f4f8ff 100%);
}

.reviews__wrapper {
  padding-top: 5px;
  padding-bottom: 12px;
  -webkit-box-align: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  height: 100% !important;
}

.reviews__title {
  text-align: center;
}

.reviews__slider {
  width: 100%;
  margin: 0 auto 20px;
}

.reviews__item {
  padding: 20px;
  background: #fff;
  border-radius: 20px;
  -webkit-box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.07);
  box-shadow: 1px 3px 7px 0 rgba(0, 0, 0, 0.07);
  margin-bottom: 3px;
  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: stretch !important;
  -ms-flex-align: stretch !important;
  align-items: stretch !important;
  height: 100% !important;
}

.swiper-slide {
  padding: 0 7px;
}

.reviews__item-content,
.reviews__item-user {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.reviews__item-content {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  height: 100%;
}

.reviews__item-user {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  margin-top: auto;
}

.reviews__item-name {
  font-weight: 700;
  font-size: 18px;
}

.reviews__item-ava {
  border-radius: 50%;
  width: 50px;
  height: 50px;
}

.reviews-slider__controls .reviews-slider__pagination,
.reviews__item-about {
  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;
  margin-bottom: 20px;
}

.reviews__item-text {
  margin-bottom: 15px;
}

.reviews__item-rating {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  gap: 5px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.reviews-slider__controls {
  position: relative;
  z-index: 2;
}

.reviews-slider__controls .reviews-slider__pagination {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  gap: 10px;
  text-align: center;
  margin-top: 30px;
}

.reviews-slider__controls .reviews-slider__pagination .swiper-pagination-bullet {
  width: 17px;
  height: 17px;
  display: inline-block;
  background: 0 0;
  border: 1px solid #d9d9d9;
  margin: 0;
  opacity: 1;
  border-radius: 20px;
}

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

.reviews-slider__controls .reviews-slider__pagination .swiper-pagination-bullet-active {
  opacity: 1;
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  border: 0;
}

.reviews-slider__controls .reviews-slider__button-next,
.reviews-slider__controls .reviews-slider__button-prev {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 40px;
  height: 20px;
  z-index: 10;
  cursor: pointer;
  background-repeat: no-repeat;
}

.reviews-slider__controls .reviews-slider__button-prev {
  background-position: left;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA3IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTA3IDE2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMC4yOTI5IDcuMjkyOUMtMC4wOTc2MjU4IDcuNjgzNDMgLTAuMDk3NjI1NyA4LjMxNjU5IDAuMjkyOSA4LjcwNzEyTDYuNjU2ODYgMTUuMDcxMUM3LjA0NzM5IDE1LjQ2MTYgNy42ODA1NSAxNS40NjE2IDguMDcxMDggMTUuMDcxMUM4LjQ2MTYgMTQuNjgwNiA4LjQ2MTYgMTQuMDQ3NCA4LjA3MTA4IDEzLjY1NjlMMi40MTQyMiA4LjAwMDAxTDguMDcxMDcgMi4zNDMxNUM4LjQ2MTYgMS45NTI2MyA4LjQ2MTYgMS4zMTk0NyA4LjA3MTA3IDAuOTI4OTQxQzcuNjgwNTUgMC41Mzg0MTYgNy4wNDczOSAwLjUzODQxNyA2LjY1Njg2IDAuOTI4OTQxTDAuMjkyOSA3LjI5MjlaTTEwNyA4TDEwNyA3TDEuMDAwMDEgNy4wMDAwMUwxLjAwMDAxIDguMDAwMDFMMS4wMDAwMSA5LjAwMDAxTDEwNyA5TDEwNyA4WiIgZmlsbD0idXJsKCNwYWludDBfcmFkaWFsXzI3XzUzKSIvPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzI3XzUzIiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDU0IDcuNzczNikgcm90YXRlKDE4MCkgc2NhbGUoODIuMDAxNiAwLjc3MzYpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGNEQ0RCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNEMTE3MTciLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
  left: 10px;
  right: auto;
}

.reviews-slider__controls .reviews-slider__button-next {
  background-position: right;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTA3IiBoZWlnaHQ9IjE2IiB2aWV3Qm94PSIwIDAgMTA3IDE2IiBmaWxsPSJub25lIiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPgo8cGF0aCBkPSJNMTA2LjcwNyA4LjcwNzEyQzEwNy4wOTggOC4zMTY1OSAxMDcuMDk4IDcuNjgzNDMgMTA2LjcwNyA3LjI5MjlMMTAwLjM0MyAwLjkyODk0MUM5OS45NTI2IDAuNTM4NDE3IDk5LjMxOTUgMC41Mzg0MTYgOTguOTI4OSAwLjkyODk0MUM5OC41Mzg0IDEuMzE5NDcgOTguNTM4NCAxLjk1MjYzIDk4LjkyODkgMi4zNDMxNUwxMDQuNTg2IDguMDAwMDFMOTguOTI4OSAxMy42NTY5Qzk4LjUzODQgMTQuMDQ3NCA5OC41Mzg0IDE0LjY4MDYgOTguOTI4OSAxNS4wNzExQzk5LjMxOTQgMTUuNDYxNiA5OS45NTI2IDE1LjQ2MTYgMTAwLjM0MyAxNS4wNzExTDEwNi43MDcgOC43MDcxMlpNMCA4TC04Ljc0MjI4ZS0wOCA5TDEwNiA5LjAwMDAxTDEwNiA4LjAwMDAxTDEwNiA3LjAwMDAxTDguNzQyMjhlLTA4IDdMMCA4WiIgZmlsbD0idXJsKCNwYWludDBfcmFkaWFsXzI3XzU0KSIvPgo8ZGVmcz4KPHJhZGlhbEdyYWRpZW50IGlkPSJwYWludDBfcmFkaWFsXzI3XzU0IiBjeD0iMCIgY3k9IjAiIHI9IjEiIGdyYWRpZW50VW5pdHM9InVzZXJTcGFjZU9uVXNlIiBncmFkaWVudFRyYW5zZm9ybT0idHJhbnNsYXRlKDUzIDguMjI2NCkgc2NhbGUoODIuMDAxNiAwLjc3MzYpIj4KPHN0b3Agc3RvcC1jb2xvcj0iI0ZGNEQ0RCIvPgo8c3RvcCBvZmZzZXQ9IjEiIHN0b3AtY29sb3I9IiNEMTE3MTciLz4KPC9yYWRpYWxHcmFkaWVudD4KPC9kZWZzPgo8L3N2Zz4K);
  right: 10px;
  left: auto;
}

.reviews-slider__controls .reviews-slider__button-next:focus,
.reviews-slider__controls .reviews-slider__button-prev:focus {
  outline: 0 !important;
}

.swiper-button-disabled {
  opacity: 0.3;
  cursor: default !important;
}

.reviews-slider__pagination {
  margin: 0 !important;
  display: none !important;
}

.footer {
  padding: 0 0 20px;
  text-align: center;
}

.footer__text {
  text-align: center;
  color: #263573;
  font-size: 14px;
}

.block {
  padding: 25px 0;
  position: relative;
}

@media (min-width: 350px) {
  .promo__joints li:not(:last-of-type) {
    max-width: 100%;
    width: 100%;
  }

  .promo__pack img {
    max-width: 190px;
  }
}

@media (min-width: 375px) {
  .promo__pack img {
    max-width: 195px;
  }

  .title {
    font-size: 28px;
  }

  .price {
    gap: 25px;
  }

  .ever-popup__inner {
    width: 340px !important;
  }

  .my-popup__product {
    margin: 0 25px;
  }

  .my-popup__certs {
    right: 35px;
  }

  .promo__body {
    max-width: 370px;
    padding-top: 15px;
  }

  .promo__joints {
    gap: 15px;
  }

  .promo__joints li:not(:last-of-type) {
    max-width: 100%;
  }

  .promo__pack {
    top: 0;
    right: 15px;
  }

  .expert__quote::before {
    top: 15px;
    left: 15px;
  }

  .expert__quote::after {
    bottom: 15px;
    right: 15px;
  }

  .expert__quote {
    padding: 30px 35px;
  }
}

@media (min-width: 440px) {

  .btn,
  .subtitle {
    font-size: 18px;
  }

  .new-price .price__value {
    font-size: 35px;
  }

  .old-price .price__value {
    font-size: 30px;
  }

  .form__input {
    font-size: 20px;
  }

  .my-popup__content {
    gap: 15px;
  }

  .my-popup .btn,
  .my-popup .form__input {
    font-size: 16px;
  }

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

  header {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .promo__joints {
    max-width: 200px;
  }

  .promo__joints li:not(:last-of-type) {
    max-width: 100%;
  }

  .reviews__item-name br {
    display: none;
  }

  .reviews-slider__controls .reviews-slider__pagination {
    gap: 20px;
  }
}

@media (min-width: 480px) {
  .container {
    width: 480px;
    margin: 0 auto;
  }

  .title {
    font-size: 32px;
  }

  .promo__title.title {
    font-size: 24px;
  }

  .promo__wrapper {
    gap: 15px;
    margin-bottom: 25px;
  }

  .promo__body {
    padding-top: 35px;
    margin: 0;
  }

  .promo__joints {
    gap: 10px;
  }

  .promo__pack {
    top: 0;
    right: 5px;
  }

  .promo__certs {
    position: absolute;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 5px;
    right: -80px;
    max-width: 125px;
    width: 100%;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .promo__certs--desktop {
    display: none;
  }

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

  .promo__certs img {
    width: 70px;
  }

  .promo__certs img:nth-child(2) {
    -ms-flex-item-align: center;
    align-self: center;
  }

  .promo__certs img:nth-child(3) {
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .focus__icon {
    width: 65px;
    height: 65px;
  }

  .effect__wrapper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -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;
    gap: 20px;
  }

  .effect__subtitle,
  .effect__title {
    margin-bottom: 0;
  }

  .effect__product {
    max-width: 250px;
    margin-bottom: 0;
  }

  .effect__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 15px 10px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }

  .effect .effect__item {
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    overflow-wrap: break-word;
    word-break: break-word;
    width: calc(50% - 10px);
  }

  .effect .effect__item:not(:last-of-type) {
    margin-bottom: 0;
  }

  .expert__step-title {
    margin-bottom: 10px;
  }

  .block {
    padding: 30px 0;
  }
}

@media (min-width: 640px) {
  .container {
    width: 640px;
  }

  .title {
    font-size: 34px;
  }

  .my-popup__price .new-price .price__value {
    font-size: 35px;
  }

  .my-popup__price .old-price .price__value {
    font-size: 30px;
  }

  .promo__title.title {
    font-size: 26px;
  }

  .promo__wrapper {
    -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;
  }

  .promo__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 330px;
    width: 100%;
  }

  .promo__right {
    display: block;
  }

  .promo__body {
    max-width: 100%;
    padding-top: 0;
    gap: 0;
  }

  .promo__joints {
    max-width: 100%;
    margin-left: -40px;
  }

  .promo__joints li:nth-child(2),
  .promo__joints li:nth-child(6) {
    padding-left: 25px;
  }

  .promo__joints li:nth-child(3),
  .promo__joints li:nth-child(5) {
    padding-left: 45px;
  }

  .promo__joints li:nth-child(4) {
    padding-left: 55px;
  }

  .promo__zoom {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 100px;
    height: 100px;
    border-radius: 50%;
    overflow: hidden;
    cursor: default;
    background-size: 150%;
    background-position: center;
    background-repeat: no-repeat;
    background-image: none;
  }

  .promo__zoom.active {
    background-image: url(../images/promo-circle.webp);
  }

  .promo__zoom.active:hover img {
    opacity: 0;
  }

  .promo__zoom img {
    pointer-events: none;
  }

  .promo__circle-wrapper {
    display: block;
    max-width: 160px;
    width: 100%;
  }

  .promo__pack {
    position: static;
  }

  .promo__pack img {
    margin: 0 auto 15px;
    max-width: 325px;
  }

  .promo__pack--desktop {
    display: block;
  }

  .promo__pack--desktop {
    /* background: #000; */
    width: 450px;
  }

  .promo__pack--mob {
    display: none;
  }

  .promo__certs {
    max-width: 100%;
    position: static;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .promo__certs--mob {
    display: none;
  }

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

  .promo__certs img:nth-child(2),
  .promo__certs img:nth-child(3) {
    margin-left: 0;
  }

  .promo__order {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 650px;
  }

  .promo__price {
    margin-bottom: 0;
  }

  .faq__columns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 25px;
  }

  .faq__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
  }

  .focus__list {
    max-width: 100%;
  }

  .focus__item {
    width: calc(25% - 12px);
    -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;
  }

  .focus__icon {
    width: 80px;
    height: 80px;
  }

  .focus__text {
    font-size: 16px;
    text-align: center;
  }

  .effect__wrapper {
    gap: 20px 30px;
  }

  .effect__product {
    width: 50%;
    margin: 0;
  }

  .effect__list {
    display: block;
    width: 50%;
  }

  .effect .effect__item {
    width: 100%;
  }

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

  .efficacy__item {
    -webkit-box-flex: 1;
    -ms-flex: 1 1 calc(50% - 12px);
    flex: 1 1 calc(50% - 12px);
  }

  .efficacy__product {
    max-width: 325px;
  }

  .efficacy__wrapper {
    max-width: 410px;
  }

  .efficacy__certs {
    max-width: 150px;
  }

  .efficacy__certs img {
    width: 90px;
  }

  .expert__quote,
  .reviews__slider {
    margin-bottom: 30px;
  }

  .reviews-slider__controls .reviews-slider__button-next,
  .reviews-slider__controls .reviews-slider__button-prev {
    width: 110px;
  }

  .reviews-slider__pagination {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
  }
}

@media (min-width: 767px) {
  .promo__title.title {
    font-size: 34px;
    max-width: 460px;
    width: 100%;
  }
}

@media (min-width: 768px) {
  body {
    font-size: 18px;
  }

  .container {
    width: 768px;
  }

  .title {
    margin-bottom: 25px;
    font-size: 36px;
  }

  .new-price .price__value {
    font-size: 40px;
  }

  .old-price .price__value {
    font-size: 35px;
  }

  .promo__wrapper {
    margin-bottom: 35px;
  }

  .promo__left {
    gap: 30px;
    max-width: 400px;
  }

  .promo__joints li {
    font-size: 16px;
  }

  .promo__joints li:nth-child(2),
  .promo__joints li:nth-child(6) {
    padding-left: 35px;
  }

  .promo__joints li:nth-child(3),
  .promo__joints li:nth-child(5) {
    padding-left: 55px;
  }

  .promo__joints li:nth-child(4) {
    padding-left: 65px;
  }

  .promo__circle-wrapper {
    max-width: 200px;
  }

  .promo__certs img {
    width: 90px;
  }

  .focus__subtitle {
    font-size: 18px;
  }

  .focus__icon {
    width: 90px;
    height: 90px;
  }

  .effect__wrapper {
    gap: 20px 50px;
  }

  .effect__title {
    margin-bottom: 0;
  }

  .effect .effect__item,
  .effect__subtitle {
    font-size: 16px;
  }

  .effect__product {
    max-width: 210px;
  }

  .expert .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }

  .expert__image--mob {
    display: none;
  }

  .expert__image--desktop {
    position: absolute;
    bottom: -40px;
    right: 10px;
    display: block;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    background: 0 0;
    border-radius: 0;
  }

  .expert__image img {
    width: 100%;
    max-width: 360px;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }

  .expert__info {
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .expert__name {
    font-size: 34px;
  }

  .expert__position {
    width: 100%;
    font-size: 18px;
  }

  .expert__quote {
    margin-bottom: 35px;
  }

  .expert__steps {
    max-width: 370px;
    width: 100%;
  }

  .expert__step:not(:last-of-type) {
    margin-bottom: 30px;
  }

  .block {
    padding: 40px 0;
  }
}

@media (min-width: 1024px) {
  .container {
    width: 1024px;
    padding: 0 35px;
  }

  .title {
    font-size: 40px;
  }

  .subtitle {
    font-size: 20px;
    margin-bottom: 30px;
  }

  .fadeIn {
    opacity: 0;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 1s;
    transition-duration: 1s;
  }

  .fade-top {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-transition-property:
      opacity,
      -webkit-transform;
    transition-property: opacity, transform;
    transition-property:
      opacity,
      transform,
      -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .fade-left {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
  }

  .fade-down,
  .fade-left,
  .fade-right {
    opacity: 0;
    -webkit-transition-property:
      opacity,
      -webkit-transform;
    transition-property: opacity, transform;
    transition-property:
      opacity,
      transform,
      -webkit-transform;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
  }

  .fade-right {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
  }

  .fade-down {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  .animated.fadeIn {
    opacity: 1;
  }

  .animated.fade-down,
  .animated.fade-left,
  .animated.fade-right,
  .animated.fade-top {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }

  .highlighted {
    color: transparent;
  }

  .highlighted::before {
    -webkit-clip-path: inset(0 100% 0 0);
    clip-path: inset(0 100% 0 0);
    -webkit-transition: -webkit-clip-path 1s ease-out;
    transition: clip-path 1s ease-out;
    transition:
      clip-path 1s ease-out,
      -webkit-clip-path 1s ease-out;
  }

  .bubble-fill {
    width: 300px;
    height: 300px;
    top: -200px;
    left: max(-600px, -22vw);
    background: radial-gradient(50% 50% at 50% 50%, rgba(235, 250, 255, 0.5) 0, #a6e9ff 100%);
    -webkit-animation: float 15s ease-in-out infinite;
    animation: float 15s ease-in-out infinite;
    -webkit-filter: blur(1px);
    filter: blur(1px);
    pointer-events: none;
  }

  .bubble-border,
  .bubble-border::after,
  .bubble-fill {
    position: absolute;
    border-radius: 50%;
    z-index: 0;
  }

  .bubble-border {
    width: 400px;
    height: 400px;
    background: radial-gradient(circle at center, rgba(235, 250, 255, 0.5) 0, #a6e9ff 100%);
    right: max(-600px, -22vw);
    top: -300px;
    -webkit-animation: borderBubbles 15s ease-in-out infinite;
    animation: borderBubbles 15s ease-in-out infinite;
  }

  .bubble-border::after {
    content: "";
    top: 50%;
    left: 50%;
    width: 320px;
    height: 320px;
    background: #fff;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }

  .price {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 25px;
    margin: 0 auto;
  }

  .ever-popup__inner {
    width: 690px !important;
    border-radius: 20px;
  }

  .my-popup.ever-popup__body {
    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;
    gap: 40px;
    padding: 20px;
  }

  .my-popup__product {
    max-width: 320px;
    margin: 0 0 0 -25px;
  }

  .my-popup__content {
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

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

  .my-popup__wrapper form {
    width: 100%;
  }

  .my-popup .btn,
  .my-popup .form__input {
    font-size: 20px;
  }

  .my-popup__product-wrapper {
    margin-top: 0;
  }

  .my-popup__title span {
    display: inline;
  }

  .my-popup__title {
    font-size: 30px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    text-align: left;
    margin-bottom: 15px;
  }

  .my-popup__title--desk {
    display: block;
  }

  .my-popup__title--mob {
    display: none;
  }

  .my-popup__form {
    max-width: 340px;
    width: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }

  .my-popup__price {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .my-popup__price .new-price .price__value {
    font-size: 35px;
  }

  .my-popup__price .old-price .price__value {
    font-size: 30px;
  }

  .my-popup__price-wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .header .header__mob.open .header__bg,
  .my-popup__certs {
    display: none;
  }

  .header .container:before {
    width: calc(100% - 70px);
    bottom: -20px;
  }

  .header .list__item {
    font-size: 18px;
  }

  .header .item__link {
    font-weight: 400;
  }

  .header {
    padding: 20px 0;
  }

  .header__burger,
  .header__wrapper {
    display: none;
  }

  .header__content {
    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;
    position: static;
    max-width: 100%;
    height: auto;
    -webkit-transform: translateX(0);
    transform: translateX(0);
    padding: 0;
    background: 0 0;
  }

  .header .content__top {
    margin-bottom: 0;
  }

  .header .top__close {
    display: none;
  }

  .header .content__list {
    -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;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 30px;
  }

  .header .item__link {
    color: #263573;
  }

  .header .item__link:hover {
    border-bottom: 1px solid #263573;
  }

  .promo--last .bubble-fill {
    display: none;
  }

  .promo--last .bubble-border {
    bottom: 100px;
    top: auto;
  }

  .promo__title.title {
    max-width: 460px;
    width: 100%;
  }

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

  .promo__left {
    gap: 40px;
    max-width: 510px;
  }

  .promo__joints {
    gap: 20px;
  }

  .promo__circle-wrapper {
    max-width: 240px;
  }

  .promo__certs,
  .promo__pack {
    position: absolute;
    right: 115px;
    top: 0;
  }

  .promo__pack img {
    max-width: 460px;
    margin-bottom: 0;
  }

  .promo__certs {
    max-width: 200px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    top: 5px;
    right: 30px;
  }

  .promo__certs img {
    width: 100px;
  }

  .promo__certs img:nth-child(2) {
    width: 120px;
  }

  .promo__order {
    gap: 20px;
    margin-left: 0;
    position: relative;
    z-index: 2;
    max-width: 570px;
    border-radius: 36px;
    padding: 15px 25px;
  }

  .faq__item {
    padding: 20px;
  }

  .faq__header {
    min-height: 52px;
  }

  .faq__header-title {
    font-size: 20px;
  }

  .focus__list {
    max-width: 100%;
    gap: 25px 20px;
    margin-bottom: 40px;
  }

  .focus__item {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: calc(25% - 16px);
  }

  .focus__text {
    font-size: 18px;
    text-align: left;
  }

  .effect .bubble-border {
    top: auto;
    bottom: 50px;
  }

  .effect .bubble-fill {
    top: 100px;
    left: max(-600px, -10vw);
  }

  .effect__wrapper {
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 40px;
  }

  .effect__content {
    display: block;
    max-width: 590px;
    width: 100%;
  }

  .effect__subtitle,
  .effect__title {
    text-align: left;
    margin-bottom: 20px;
  }

  .effect__subtitle {
    font-size: 18px;
  }

  .effect__product {
    max-width: 350px;
  }

  .effect__product:before {
    font-size: 24px;
  }

  .effect__list {
    width: 100%;
    margin-bottom: 30px;
  }

  .effect__btn {
    margin-left: 0;
  }

  .efficacy {
    min-height: 670px;
  }

  .efficacy .bubble-border {
    top: 40px;
  }

  .efficacy .bubble-fill {
    top: 40px;
    left: max(-600px, -15vw);
  }

  .efficacy__list {
    background: #000;
  }

  .efficacy__item {
    border-radius: 60px;
    position: absolute;
    padding: 20px;
    max-width: 380px;
    width: 100%;
  }

  .efficacy__item:nth-child(1) {
    top: 290px;
    left: 35px;
  }

  .efficacy__item:nth-child(2) {
    top: 290px;
    right: 35px;
  }

  /* .efficacy__item:nth-child(3) {
    top: 230px;
    right: 35px;
  } */

  /* .efficacy__item:nth-child(4) {
    top: 480px;
    right: 70px;
  } */

  .efficacy__header-title {
    font-size: 20px;
  }

  .efficacy__product {
    max-width: 480px;
    margin: 0 auto;
  }

  .efficacy__wrapper {
    max-width: 100%;
  }

  .efficacy__certs {
    right: 40px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content;
  }

  .efficacy__certs img {
    width: 110px;
  }

  .efficacy__content {
    max-height: 60px;
    opacity: 1;
  }

  .efficacy__image {
    width: 70px;
  }

  .efficacy__item-content {
    width: calc(100% - 80px);
  }

  .expert .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .expert__wrapper {
    max-width: 500px;
    width: 100%;
  }

  .expert__row {
    margin-bottom: 35px;
  }

  .expert__image--desktop {
    right: 15px;
  }

  .expert__image img {
    max-width: 470px;
  }

  .expert__name {
    font-size: 40px;
  }

  .expert__position {
    font-size: 20px;
  }

  .expert__quote {
    margin-bottom: 40px;
  }

  .expert__steps::before {
    height: 0;
  }

  .expert__steps.line-full::before {
    height: 100%;
  }

  .expert__steps {
    max-width: 100%;
    padding-left: 40px;
  }

  .expert__steps .expert__step:last-child::after {
    left: -31px;
  }

  .expert__step::before {
    left: -40px;
  }

  .reviews .bubble-fill {
    top: 40px;
    left: max(-600px, -10vw);
  }

  .reviews__slider {
    margin-bottom: 40px;
  }

  .reviews__item-name {
    font-size: 20px;
  }

  .reviews__item-text {
    font-size: 18px;
    margin-bottom: 35px;
  }

  .footer {
    text-align: left;
    padding-bottom: 40px;
  }
}

@media (min-width: 1220px) {
  .container {
    width: 1220px;
  }

  .title {
    margin-bottom: 30px;
  }

  .subtitle {
    margin-bottom: 40px;
  }

  .bubble-fill {
    width: 390px;
    height: 390px;
  }

  .my-popup {
    padding: 30px;
  }

  .promo__title.title {
    max-width: 520px;
    width: 100%;
    font-size: 38px;
  }

  .promo__pack {
    right: 140px;
  }

  .promo__pack img {
    max-width: 500px;
  }

  .promo__certs {
    right: 60px;
  }

  .promo__certs img {
    width: 110px;
  }

  .promo__certs img:nth-child(2) {
    width: 130px;
  }

  .promo__order {
    gap: 25px;
    margin-left: 30px;
    max-width: 625px;
  }

  .faq__columns {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .focus__list {
    gap: 25px 15px;
  }

  .focus__item {
    width: calc(25% - 12px);
  }

  .focus__item:nth-child(4),
  .focus__item:nth-child(8) {
    width: calc(18% - 12px);
  }

  .effect__product:before,
  .focus__icon {
    width: 120px;
    height: 120px;
  }

  .focus__text {
    font-size: 20px;
  }

  .effect__wrapper {
    gap: 75px;
  }

  .effect__content {
    max-width: 600px;
  }

  .effect__product {
    max-width: 350px;
    padding-top: 50px;
  }

  .effect__product:before {
    font-size: 30px;
    background-size: 120px;
  }

  .effect__list {
    margin-bottom: 50px;
  }

  .efficacy__item {
    border-radius: 70px;
    max-width: 445px;
  }

  .efficacy__certs {
    right: 85px;
  }

  .efficacy__image {
    width: 90px;
  }

  .efficacy__item-content {
    width: calc(100% - 100px);
  }

  .expert__wrapper {
    max-width: 630px;
  }

  .expert__row {
    margin-bottom: 45px;
  }

  .expert__image--desktop {
    right: 0;
    bottom: -50px;
  }

  .expert__image img {
    max-width: 525px;
  }

  .expert__name {
    font-size: 50px;
  }

  .expert__position {
    font-size: 22px;
  }

  .expert__quote {
    margin-bottom: 60px;
  }

  /* .expert__step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    gap: 50px;
  } */

  .expert__step:not(:last-of-type) {
    margin-bottom: 40px;
  }

  .expert__step-title {
    margin-bottom: 0;
    font-size: 20px;
  }

  .expert__step-title br {
    display: block;
  }

  .reviews__slider {
    margin-bottom: 50px;
  }

  .footer {
    padding-bottom: 50px;
  }

  .block {
    padding: 50px 0;
  }
}

@media (min-width: 640px) and (min-width: 768px) {
  .promo__zoom {
    width: 125px;
    height: 125px;
  }
}

@media (min-width: 640px) and (min-width: 1024px) {
  .promo__zoom {
    width: 160px;
    height: 160px;
  }
}

@media (min-width: 1024px) and (min-width: 1220px) {
  .bubble-border {
    width: 500px;
    height: 500px;
    top: -300px;
  }

  .bubble-border::after {
    width: 400px;
    height: 400px;
  }
}
