@-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)
  }
}

@-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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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(.215, .61, .355, 1);
    animation-timing-function: cubic-bezier(.215, .61, .355, 1)
  }

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

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

  40% {
    -webkit-transform: scale3d(.9, .9, .9);
    transform: scale3d(.9, .9, .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(.97, .97, .97);
    transform: scale3d(.97, .97, .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%)
  }
}

@keyframes shakeX {

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

  2% {
    -webkit-transform: translate(-3px, 0);
    transform: translate(-3px, 0)
  }

  4% {
    -webkit-transform: translate(4px, 0);
    transform: translate(4px, 0)
  }

  6% {
    -webkit-transform: translate(-5px, 0);
    transform: translate(-5px, 0)
  }

  8% {
    -webkit-transform: translate(2px, 0);
    transform: translate(2px, 0)
  }
}

@-webkit-keyframes zoom-in-zoom-out {

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

  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
  }
}

@keyframes zoom-in-zoom-out {

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

  50% {
    -webkit-transform: scale(1.5, 1.5);
    transform: scale(1.5, 1.5)
  }
}

@-webkit-keyframes circle-spin {
  0% {
    -webkit-transform: rotate(0deg) translateX(var(--radius-spin)) rotate(0deg);
    transform: rotate(0deg) translateX(var(--radius-spin)) rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg) translateX(var(--radius-spin)) rotate(-360deg);
    transform: rotate(360deg) translateX(var(--radius-spin)) rotate(-360deg)
  }
}

@keyframes circle-spin {
  0% {
    -webkit-transform: rotate(0deg) translateX(var(--radius-spin)) rotate(0deg);
    transform: rotate(0deg) translateX(var(--radius-spin)) rotate(0deg)
  }

  to {
    -webkit-transform: rotate(360deg) translateX(var(--radius-spin)) rotate(-360deg);
    transform: rotate(360deg) translateX(var(--radius-spin)) rotate(-360deg)
  }
}

@-webkit-keyframes circle-spin-ccw {
  0% {
    -webkit-transform: rotate(0deg) translateX(var(--radius-spin)) rotate(0deg);
    transform: rotate(0deg) translateX(var(--radius-spin)) rotate(0deg)
  }

  to {
    -webkit-transform: rotate(-360deg) translateX(var(--radius-spin)) rotate(360deg);
    transform: rotate(-360deg) translateX(var(--radius-spin)) rotate(360deg)
  }
}

@keyframes circle-spin-ccw {
  0% {
    -webkit-transform: rotate(0deg) translateX(var(--radius-spin)) rotate(0deg);
    transform: rotate(0deg) translateX(var(--radius-spin)) rotate(0deg)
  }

  to {
    -webkit-transform: rotate(-360deg) translateX(var(--radius-spin)) rotate(360deg);
    transform: rotate(-360deg) translateX(var(--radius-spin)) rotate(360deg)
  }
}

@-webkit-keyframes pulse-shadow {

  0%,
  to {
    -webkit-box-shadow: 0 0 0 rgba(255, 0, 0, .7);
    box-shadow: 0 0 0 rgba(255, 0, 0, .7)
  }

  20% {
    -webkit-box-shadow: 0 0 20px rgba(255, 0, 0, .9);
    box-shadow: 0 0 20px rgba(255, 0, 0, .9)
  }
}

@keyframes pulse-shadow {

  0%,
  to {
    -webkit-box-shadow: 0 0 0 rgba(255, 0, 0, .7);
    box-shadow: 0 0 0 rgba(255, 0, 0, .7)
  }

  20% {
    -webkit-box-shadow: 0 0 20px rgba(255, 0, 0, .9);
    box-shadow: 0 0 20px rgba(255, 0, 0, .9)
  }
}

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

body {
  font-family: NeueMontreal, Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #2b3377;
  overflow-x: hidden
}

ol,
ul {
  list-style: none
}

blockquote,
q {
  quotes: none
}

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

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

br {
  font-size: 0
}

*,
: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%;
  overflow-x: hidden
}

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-family: 'NeueMontreal';
  font-display: swap;
  src: url(../fonts/NeueMontreal-Light.woff2) format("woff2"), url(../fonts/NeueMontreal-Light.woff) format("woff");
  font-weight: 300;
  font-style: normal
}

@font-face {
  font-family: 'NeueMontreal';
  font-display: swap;
  src: url(../fonts/NeueMontreal-Regular.woff2) format("woff2"), url(../fonts/NeueMontreal-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

@font-face {
  font-family: 'NeueMontreal';
  font-display: swap;
  src: url(../fonts/NeueMontreal-Medium.woff2) format("woff2"), url(../fonts/NeueMontreal-Medium.woff) format("woff");
  font-weight: 500;
  font-style: normal
}

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

@font-face {
  font-family: 'Archia';
  font-display: swap;
  src: url(../fonts/Archia-Regular.woff2) format("woff2"), url(../fonts/Archia-Regular.woff) format("woff");
  font-weight: 400;
  font-style: normal
}

img,
video {
  max-width: 100%;
  display: block
}

img {
  height: auto
}

svg {
  overflow: hidden
}

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

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

.section-bg {
  background-color: #f5fffd
}

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

.title {
  margin-bottom: 15px;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.2;
  font-family: Archia, Arial, Helvetica, sans-serif
}

.subtitle {
  margin: 0 auto 25px;
  font-size: 18px;
  text-align: center;
}

.title-icon {
  padding-left: 70px;
  position: relative
}

.title-icon::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../img/icon-q.svg) no-repeat 50%;
  background-size: contain
}

.circle-prod {
  --circle-prod-width: 290px;
  --paddings-x: calc(var(--circle-prod-width) * 0.083);
  width: var(--circle-prod-width);
  padding: var(--paddings-x) 0;
  position: relative;
  z-index: 0
}

.circle-prod__circle {
  --circle-width: calc(var(--circle-prod-width) * 0.786);
  width: var(--circle-width);
  height: var(--circle-width);
  background-color: #a6e9ff;
  position: absolute;
  top: calc(50% - (var(--circle-width)/2));
  left: calc(50% - (var(--circle-width)/2));
  border-radius: 999px
}

.circle-prod__circle::before {
  width: 80%;
  height: 80%;
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: 999px;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #fff
}

.circle-prod__prod {
  width: 92%;
  position: relative;
  top: 1%;
  left: 8%;
  z-index: 5
}

.circle-prod__prod::before {
  content: "-50%";
  width: 76px;
  height: 76px;
  position: absolute;
  top: 0;
  right: 10%;
  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-family: Archia, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  background-image: url(../img/action-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%
}

.fw300 {
  font-weight: 300
}

.fw400 {
  font-weight: 400
}

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

.text-accent {
  color: #76c6e5
}

.text-warn {
  color: #f84545
}

.td-through {
  text-decoration: line-through;
  white-space: nowrap
}

.ttu {
  text-transform: uppercase
}

.tdu {
  text-decoration: underline
}

.nowrap {
  white-space: nowrap
}

.selected {
  padding: 0 2px;
  display: inline-block;
  line-height: 1.2;
  position: relative;
  z-index: 0
}

.selected::before {
  content: "";
  width: 0;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: 3px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(235, 250, 255, .5) 0, #a6e9ff 100%);
  -webkit-transition: all .5s;
  transition: all .5s;
  -webkit-transition-delay: .5s;
  transition-delay: .5s;
  z-index: -5
}

.selected.active::before {
  width: 100%
}

.btn,
.btn::before {
  -webkit-transition: all .3s;
  transition: all .3s
}

.btn {
  width: 100%;
  max-width: 316px;
  min-height: 40px;
  padding: 10px;
  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;
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  font-family: NeueMontreal, Arial, Helvetica, sans-serif;
  position: relative;
  border-radius: 30px;
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, #d11717 100%);
  -webkit-box-shadow: 0 4px 20px 0 rgba(255, 0, 0, .5);
  box-shadow: 0 4px 20px 0 rgba(255, 0, 0, .5);
  -webkit-animation: pulse-shadow 1.5s infinite;
  animation: pulse-shadow 1.5s infinite;
  z-index: 5
}

.btn::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(../img/arrow-right.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%
}

.btn:hover:not(:disabled) {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  -webkit-animation: none;
  animation: none;
  -webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1), inset 0 10px 15px 0 rgba(255, 255, 255, .2), inset 0 -10px 15px 0 rgba(0, 0, 0, .2);
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1), inset 0 10px 15px 0 rgba(255, 255, 255, .2), inset 0 -10px 15px 0 rgba(0, 0, 0, .2);
  background: radial-gradient(77.36% 77.36% at 50% 22.64%, #ff4d4d 0, red 100%)
}

.btn:hover:not(:disabled)::before {
  -webkit-transform: translate(5px, -50%);
  transform: translate(5px, -50%)
}

.btn:disabled {
  opacity: .5;
  cursor: default
}

.btn--white {
  color: #2b3377;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  border: 1px solid #ff4d4d;
  -webkit-transition: all .3s;
  transition: all .3s
}

.btn--white:hover {
  border-color: #ff5e5e;
  -webkit-box-shadow: 0 4px 20px 0 rgba(255, 0, 0, .5);
  box-shadow: 0 4px 20px 0 rgba(255, 0, 0, .5)
}

.btn--white::before {
  display: none
}

.circle-decor,
.form {
  background: radial-gradient(50% 50% at 50% 50%, rgba(235, 250, 255, .5) 0, #a6e9ff 100%)
}

.circle-decor {
  --circle-decor-width: 200px;
  --radius-spin: 30px;
  width: var(--circle-decor-width);
  height: var(--circle-decor-width);
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  -webkit-animation: circle-spin 10s linear infinite;
  animation: circle-spin 10s linear infinite;
  display: none
}

.circle-decor--white::before {
  content: "";
  width: 80%;
  height: 80%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  background-color: #fff
}

.form {
  padding: 15px;
  border-radius: 0 31.525px
}

.form__input-wrap {
  margin-bottom: 12px
}

.form__input {
  width: 100%;
  height: 42px;
  border-radius: 23.644px;
  border: .788px solid #2b3377;
  font-size: 16px;
  font-weight: 700;
  color: #2b3377;
  background: #fff;
  text-align: center
}

.form__input::-webkit-input-placeholder {
  color: #2b3377
}

.form__input::-moz-placeholder {
  color: #2b3377
}

.form__input:-ms-input-placeholder {
  color: #2b3377
}

.form__input::placeholder {
  color: #2b3377
}

@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");
  font-weight: 400;
  font-style: normal
}

: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, .15)
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, .5)), to(transparent));
  background-image: linear-gradient(to left, rgba(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, .5)), to(transparent));
  background-image: linear-gradient(to right, rgba(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, .5)), to(transparent));
  background-image: linear-gradient(to top, rgba(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, .5)), to(transparent));
  background-image: linear-gradient(to bottom, rgba(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: .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: .3s opacity;
  transition: .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(.33);
  transform: scale(.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(.66);
  transform: scale(.66)
}

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

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(.33);
  transform: scale(.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: .2s transform, .2s top;
  transition: .2s transform, .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: .2s transform, .2s left;
  transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform, .2s right;
  transition: .2s transform, .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: .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
}

.header {
  margin-bottom: 20px;
  padding: 0 0 20px;
  border-bottom: 1px solid #2b3377
}

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

.header__logo {
  width: 160px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.menu {
  width: 100%;
  max-width: 320px;
  padding: 15px;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  -webkit-transform: translateX(110%);
  transform: translateX(110%);
  background-color: #68bfee;
  -webkit-box-shadow: 0 0 5px #579abe;
  box-shadow: 0 0 5px #579abe;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s;
  z-index: 15
}

.menu.active {
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.menu__close {
  width: 30px;
  height: 30px;
  display: block;
  position: absolute;
  top: 15px;
  right: 15px;
  cursor: pointer;
  -webkit-transition: all .3s;
  transition: all .3s
}

.menu__close:hover {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg)
}

.menu__close::after,
.menu__close::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(-45deg);
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 100%;
  height: 1px;
  background: #fff
}

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

.menu-items {
  height: 100%;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.menu-items__item:not(:last-child) {
  margin-bottom: 20px
}

.menu-items__link {
  padding-bottom: 3px;
  font-size: 18px;
  color: #fff;
  font-weight: 500;
  position: relative
}

.menu-items__link::before {
  content: "";
  width: 0;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #fff;
  -webkit-transition: all .3s;
  transition: all .3s
}

.menu-items__link:hover::before {
  width: 100%
}

.menu-items__link.active {
  color: #fafb63
}

.menu-items__link.active::before {
  background-color: #fafb63
}

.burger {
  width: 25px;
  padding: 8px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  background: 0;
  cursor: pointer
}

.burger__line {
  width: 17px;
  height: 3px;
  margin-left: auto;
  border-radius: 3px;
  background-color: #68bfee
}

.burger__line::after,
.burger__line::before {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  top: 0;
  right: 0;
  border-radius: 3px;
  background-color: #68bfee
}

.burger__line::after {
  top: auto;
  bottom: 0
}

.select-lang {
  position: absolute;
  top: 15px;
  left: 15px;
  z-index: 5
}

.select-lang,
.select-lang * {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.select-lang__choice {
  width: 40px;
  height: 40px;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  border-radius: 20px;
  background: #000;
  position: relative;
  cursor: pointer
}

.select-lang__choice::before {
  width: 20px;
  height: 20px;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 5;
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s;
  transition: transform .3s, -webkit-transform .3s
}

.select-lang__choice.active::before {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg)
}

.select-lang-list {
  width: 100%;
  padding: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 20px;
  overflow: hidden;
  display: none
}

.select-lang-list.active,
.select-lang-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.select-lang-list__item {
  width: 40px;
  height: 40px;
  padding: 0;
  border-radius: 100px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  background: #000;
  cursor: pointer
}

.select-lang-list__item:not(:last-child) {
  margin-bottom: 5px
}

.overlay {
  display: none
}

.overlay.active {
  width: 100%;
  height: 100%;
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, .4);
  z-index: 15
}

.overlay--menu.active {
  z-index: 10
}

.promo.block {
  padding-top: 20px
}

.promo-main,
.promo-top {
  margin-bottom: 15px
}

.promo__title {
  color: #76c6e5
}

.promo__title .tdu {
  color: #2b3377
}

.promo__subtitle {
  text-align: left
}

.promo__btn {
  margin: 0 auto
}

.promo__btn--desk {
  display: none
}

.promo__circle-prod {
  margin: 0 auto 25px
}

.feat {
  max-width: 450px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  gap: 15px 10px
}

.feat-item {
  width: calc(50% - 5px)
}

.feat-item:nth-child(1) .feat-video {
  position: relative
}

.feat-item:nth-child(1) .feat-video::before {
  content: "";
  width: 100%;
  height: 100%;
  max-height: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/cross-video.svg) no-repeat 50%;
  background-size: contain
}

.feat-item:last-child {
  width: 100%;
  max-width: none
}

.feat-title,
.feat-title__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.feat-title {
  padding: 5px 10px;
  gap: 5px;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  border-radius: 100px;
  background-color: #fff;
  -webkit-box-shadow: 0 3.152px 9.457px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3.152px 9.457px 0 rgba(0, 0, 0, .12);
  position: relative;
  z-index: 5
}

.feat-title__text {
  min-height: 3lh;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.1
}

.feat-title__icon {
  width: 30px
}

.feat-title__medal {
  width: 40px;
  margin-left: auto;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.feat-video {
  margin-top: -10px;
  padding: 0 5px
}

.feat-video video {
  width: 100%;
  border-radius: 0 0 25px 25px;
  overflow: hidden
}

.promo-bottom {
  max-width: 350px;
  margin: 0 auto;
  padding: 15px 15px 20px;
  border-radius: 10px;
  background: #fff;
  -webkit-box-shadow: 0 2.494px 7.482px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 2.494px 7.482px 0 rgba(0, 0, 0, .12)
}

.promo-bottom .price {
  margin-bottom: 15px
}

.promo-bottom .btn {
  margin: 0 auto
}

.price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center
}

.price__title {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1
}

.price__value {
  line-height: 1
}

.price-part {
  width: 50%
}

.price--desk::before,
.price-part--old {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.price-part--old {
  padding-right: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-right: 1px solid #2b3377
}

.price-part--old .price__value {
  font-size: 28px;
  color: #76c6e5;
  text-decoration: line-through
}

.price-part--new {
  padding-left: 15px
}

.price-part--new .price__value {
  font-size: 32px;
  font-weight: 500
}

.price--desk {
  display: none
}

.price--desk::before {
  content: "-50%";
  width: 100px;
  height: 100px;
  position: absolute;
  top: 50%;
  right: -40px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: Archia, Arial, Helvetica, sans-serif;
  font-weight: 700;
  font-size: 30px;
  color: #fff;
  background-image: url(../img/action-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%
}

.pain-top {
  max-width: 610px;
  margin: 0 auto 15px
}

.pain__subtitle {
  margin: 0;
  font-size: 18px;
  text-align: left
}

.pain__text {
  margin-bottom: 15px
}

.pain__btn {
  display: none
}

.pain__btn:hover {
  -webkit-box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1) !important;
  box-shadow: 0 5px 5px 2px rgba(0, 0, 0, .1) !important;
  background: #fff !important
}

.pain-bottom {
  max-width: 610px;
  margin: 0 auto
}

.side-effects__title {
  margin: 0 auto 15px;
  font-size: 18px
}

.side-effects-list {
  margin: 0 auto;
  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;
  gap: 15px
}

.side-effects-list__item {
  width: calc(50% - 8px);
  padding-bottom: 15px;
  position: relative;
  -webkit-transform: translateX(-3rem);
  transform: translateX(-3rem);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s
}

.side-effects-list__item.active {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0)
}

.side-effects-list__item::before {
  content: "";
  position: absolute;
  width: 40%;
  height: 1px;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #2b3377
}

.side-effects-list__item:nth-last-child(-n+2) {
  padding-bottom: 0
}

.side-effects-list__item:nth-last-child(-n+2)::before {
  display: none
}

.side-effects-list__img {
  width: 55px;
  margin: 0 auto 15px;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 999px;
  overflow: hidden;
  position: relative
}

.side-effects-list__img::before {
  content: "";
  width: 100%;
  max-width: 55%;
  height: 100%;
  max-height: 55%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: url(../img/cross-video.svg) no-repeat 50%;
  background-size: contain
}

.side-effects-list__text {
  text-align: center;
  font-weight: 700
}

.instead.block {
  padding-top: 20px
}

.instead__title {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto
}

.compare-table__left .compare-table__row::before,
.instead__title--desk {
  display: none
}

.instead__circle-prod {
  margin: 0 auto 17px
}

.instead__btn {
  margin: 0 auto
}

.instead-list {
  max-width: 450px;
  margin: 0 auto 22px
}

.instead-list__item {
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 78.812px;
  background: -webkit-gradient(linear, left top, right top, from(#f7fffe), color-stop(50.96%, #f9fffe), to(#f8fffe));
  background: linear-gradient(90deg, #f7fffe 0, #f9fffe 50.96%, #f8fffe 100%);
  -webkit-box-shadow: 0 3.152px 9.457px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3.152px 9.457px 0 rgba(0, 0, 0, .12);
  -webkit-transform: translateX(3rem);
  transform: translateX(3rem);
  opacity: 0;
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s
}

.instead-list__item.active {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

.instead-list__item:not(:last-child) {
  margin-bottom: 17px
}

.instead-list__text {
  font-weight: 700;
  line-height: normal
}

.compare__title {
  max-width: 270px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px
}

.compare-table {
  width: 100%;
  max-width: none;
  padding-bottom: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
  position: relative
}

.compare-table__left {
  width: 100%;
  max-width: 144px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.compare-table__left .compare-table__row:nth-child(even) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 0
}

.compare-table__left .compare-table__text {
  padding-left: 0
}

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

.compare-table__prod,
.compare-table__prod img {
  max-height: 65px;
  margin-bottom: 5px;
  -webkit-transition: all .3s;
  transition: all .3s;
  -webkit-animation: shakeX 5s infinite;
  animation: shakeX 5s infinite
}

.compare-table__col--1 .compare-table__row {
  color: #e83232
}

.compare-table__col--1 .compare-table__row:nth-child(even) {
  border-radius: 0;
  border-left: 0;
  border-right: 0
}

.compare-table__col--1 .compare-table__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background-image: url(../img/icon-warn.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.compare-table__col--2 .compare-table__row {
  color: #76c6e5
}

.compare-table__col--2 .compare-table__row:nth-child(even) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: 0
}

.compare-table__col--2 .compare-table__text::before {
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-41%);
  transform: translateY(-41%);
  width: 27px;
  height: 27px;
  background-image: url(../img/icon-check.svg);
  background-repeat: no-repeat;
  background-size: contain
}

.compare-table__row {
  position: relative
}

.compare-table__row::before {
  content: "";
  width: 1px;
  height: 42%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: #2b3377
}

.compare-table__row:first-child {
  margin-bottom: 15px
}

.compare-table__row:first-child::before {
  display: none
}

.compare-table__row:nth-child(even) {
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(43, 51, 119, .07)
}

.compare-table__cell {
  padding: 5px 12px
}

.compare-table__cell--head,
.compare-table__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.compare-table__cell--head {
  min-height: 108px;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.compare-table__cell--head .compare-table__text {
  min-height: 2lh;
  padding: 0;
  color: #2b3377;
  text-align: center;
  font-size: 16px
}

.compare-table__cell--head .compare-table__text::before {
  display: none
}

.compare-table__text {
  min-height: 4lh;
  line-height: 113%;
  position: relative
}

.compare-slider {
  width: 100%;
  margin: 0
}

.compare-slider__pagination {
  width: 60%;
  max-width: 220px;
  height: 5px !important;
  border-radius: 10px;
  overflow: hidden;
  background-color: #76c6e5;
  top: auto !important;
  left: 50% !important;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%)
}

.compare-slider__pagination .swiper-pagination-progressbar-fill {
  border-radius: 10px;
  background-color: #2b3377
}

.compare-slider__next,
.compare-slider__prev {
  top: 30px
}

.compare-slider__next::after,
.compare-slider__prev::after {
  font-size: 16px;
  color: #2b3377
}

.compare-slider__prev {
  left: 0
}

.compare-slider__next {
  right: 0
}

.swiper-scrollbar {
  width: 60%;
  max-width: 220px;
  height: 5px !important;
  border-radius: 10px;
  top: auto !important;
  left: 50% !important;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #76c6e5;
  overflow: hidden;
  cursor: pointer
}

.swiper-scrollbar .swiper-scrollbar-drag {
  background-color: #2b3377
}

.how__top {
  margin-bottom: -45px
}

.how__subtitle {
  text-align: left
}

.how__details {
  margin-bottom: 15px
}

.how__video {
  max-width: 730px;
  border-radius: 0 16px;
  overflow: hidden;
  position: relative
}

.how__collage.active .how-list::before,
.how__collage.active .how-list__item-line,
.how__collage.active .how__prod::before {
  opacity: 1
}

.how__collage.active .how-list__item {
  opacity: 1;
  -webkit-transform: none;
  transform: none
}

.how__collage.active .how-list__item:nth-child(2) {
  -webkit-transition-delay: .4s;
  transition-delay: .4s
}

.how__collage.active .how-list__item:nth-child(3) {
  -webkit-transition-delay: .8s;
  transition-delay: .8s
}

.how__collage.active .how-list__item:nth-child(4) {
  -webkit-transition-delay: 1.2s;
  transition-delay: 1.2s
}

.how__prod {
  max-width: 123px;
  margin: 0 auto 40px;
  padding: 15px;
  border-radius: 0 22.539px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(235, 250, 255, .5) 0, #a6e9ff 100%), #d9d9d9;
  position: relative;
  z-index: 30
}

.how__prod::before {
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
  -webkit-transition-delay: 1.4s;
  transition-delay: 1.4s
}

.how__prod img {
  width: 110%;
  max-width: none;
  position: relative;
  left: 5%
}

.how__text {
  font-weight: 500
}

.icon-play {
  width: 16%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 999px;
  cursor: pointer
}

.how-list {
  max-width: 310px;
  margin: 0 auto;
  counter-reset: how-list-count
}

.how-list__item {
  padding: 20px;
  border-radius: 16px;
  border: .788px solid rgba(43, 51, 119, .08);
  background: -webkit-gradient(linear, left top, right top, from(#f7fffe), color-stop(50.96%, #f9fffe), to(#f8fffe));
  background: linear-gradient(90deg, #f7fffe 0, #f9fffe 50.96%, #f8fffe 100%);
  position: relative;
  opacity: 0;
  -webkit-transform: translateY(3rem);
  transform: translateY(3rem);
  -webkit-transition: opacity .5s, -webkit-transform .5s;
  transition: opacity .5s, transform .5s;
  transition: opacity .5s, transform .5s, -webkit-transform .5s
}

.how-list__item::before {
  content: counter(how-list-count);
  counter-increment: how-list-count;
  width: 28px;
  height: 28px;
  position: absolute;
  top: -14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  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: 16px;
  font-weight: 800;
  border-radius: 90px;
  background-image: radial-gradient(50% 50% at 50% 50%, #fff 0, #a6e9ff 100%)
}

.how-list__item:not(:last-child) {
  margin-bottom: 36px
}

.how-list__item:nth-child(1) {
  z-index: 20
}

.how-list__item:nth-child(2) {
  z-index: 15
}

.how-list__item:nth-child(3) {
  z-index: 10
}

.how-list__item:last-child {
  z-index: 5
}

.how-list__item-line {
  position: absolute;
  top: -80px;
  left: 50%;
  width: 1px;
  height: 80px;
  background-color: #76c6e5;
  opacity: 0;
  -webkit-transition: all .4s;
  transition: all .4s;
  z-index: -5
}

.how-list__title {
  margin-bottom: 15px;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3
}

.how-list__video {
  max-width: 260px;
  height: 130px;
  margin: 0 auto 15px;
  border-radius: 0 30px;
  overflow: hidden
}

.how-list__video video {
  -o-object-position: 50% -40px;
  object-position: 50% -40px
}

.doc__title::after {
  background-image: url(../img/icon-lamp.svg)
}

.doc__circle-decor--white {
  --doc-circle-width: 440px;
  width: var(--doc-circle-width);
  height: var(--doc-circle-width);
  top: 150px;
  left: auto !important;
  right: -120px;
  z-index: 0
}

.doc-content {
  margin-top: 25px;
  margin-bottom: 20px;
  padding: 15px;
  border-radius: 0 40px;
  background-color: #fff;
  -webkit-box-shadow: 0 3.152px 9.457px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 3.152px 9.457px 0 rgba(0, 0, 0, .12)
}

.doc-content__text {
  padding: 30px 0;
  position: relative
}

.doc-content__text::after,
.doc-content__text::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  background-image: url(../img/icon-quote.svg);
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: contain
}

.doc-content__text::after {
  top: auto !important;
  left: auto !important;
  right: 0;
  bottom: 0;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg)
}

.doc-content__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px
}

.doc-content__name {
  font-weight: 700
}

.doc-content__pos {
  margin-top: 5px;
  display: block;
  font-weight: 400;
  line-height: 1.3
}

.doc-mob,
.doc-mob__inner {
  width: var(--width);
  position: relative
}

.doc-mob {
  padding-top: var(--padding-top);
  --width: 108px;
  --border: calc(var(--width) * 0.1);
  --padding-top: calc(var(--width) * 0.2)
}

.doc-mob__inner {
  height: var(--width);
  border-radius: 999px;
  border: var(--border) solid #b0ebff;
  overflow: hidden
}

.doc-mob__img {
  position: absolute;
  bottom: 0
}

.doc-mob__img--top {
  width: calc(100% - (var(--border)*2));
  left: 50%;
  bottom: var(--border);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 5
}

.medals {
  max-width: 320px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px
}

.doc-collage {
  display: none
}

.result__content {
  max-width: 450px;
  margin: 0 auto 20px
}

.result__title {
  max-width: 240px;
  margin-left: auto;
  margin-right: auto
}

.result .title-icon::after {
  background-image: url(../img/icon-res.svg)
}

.result__text {
  margin-bottom: 20px;
  font-weight: 500
}

.consist-list__img img,
.feed-slider__img img,
.result__btn {
  margin: 0 auto
}

.toggles {
  max-width: 310px;
  margin: 0 auto 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  position: relative;
  z-index: 0
}

.toggles::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  display: block;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  background-color: #76c6e5
}

.toggles__item {
  width: 100%;
  max-width: 180px;
  background: #fff;
  -webkit-box-shadow: none;
  box-shadow: none;
  color: #2b3377;
  border: 1px solid #76c6e5;
  font-weight: 700;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-animation: none;
  animation: none
}

.toggles__item::before,
.toggles__text--desk {
  display: none
}

.toggles__item:hover {
  background: #ecfaff !important;
  -webkit-transform: none !important;
  transform: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important
}

.toggles__item.active {
  color: #fff;
  background: #76c6e5 !important
}

.result-circle {
  --result-circle-width: 290px;
  --border-width: calc((var(--result-circle-width) - (var(--result-circle-width) * 0.817)) / 2);
  width: var(--result-circle-width);
  height: var(--result-circle-width);
  margin: 0 auto 20px;
  border: var(--border-width) solid #76c6e5;
  border-radius: 999px;
  position: relative
}

.result-circle__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 999px;
  background-color: #fff;
  z-index: 10
}

.result-circle__content {
  height: 100%;
  padding-top: 50px;
  position: relative;
  z-index: 5
}

.result-circle__svg {
  width: calc(100% + var(--border-width)*2);
  height: calc(100% + var(--border-width)*2);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) rotate(180deg);
  transform: translate(-50%, -50%) rotate(180deg);
  fill: transparent;
  stroke-width: 16;
  stroke: #2b3377;
  stroke-dashoffset: 379;
  stroke-dasharray: 379;
  border-radius: 50%;
  -webkit-transition: stroke-dashoffset .4s;
  transition: stroke-dashoffset .4s;
  z-index: -5
}

.result-circle__svg.active15 {
  stroke-dashoffset: 322.15
}

.result-circle__svg.active25 {
  stroke-dashoffset: 284.25
}

.result-circle__svg.active35 {
  stroke-dashoffset: 246.35
}

.result-circle__bottom {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.14;
  position: relative;
  z-index: 10
}

.result-labels {
  width: calc(var(--result-circle-width)*.662) !important;
  max-width: none;
  margin: 0 auto 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 7px;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  position: relative;
  z-index: 10
}

.result-labels__item {
  padding: 2px;
  font-size: 14px;
  white-space: nowrap;
  color: #9599bb;
  background: 0
}

.result-labels__item.active {
  color: #2b3377
}

.month-slider {
  max-width: 380px;
  margin: 0 auto
}

.month-slider__scrollbar {
  width: calc(var(--result-circle-width)*.662) !important;
  max-width: none;
  margin: 0 auto 20px;
  -webkit-transform: none;
  transform: none;
  position: relative !important;
  left: 0 !important;
  bottom: auto !important;
  z-index: 5
}

.month-list__item {
  padding-left: 40px;
  font-weight: 700;
  position: relative
}

.month-list__item::before {
  content: "";
  width: 30px;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon-check.svg) no-repeat 0 50%;
  background-size: contain
}

.month-list__item:not(:last-child) {
  margin-bottom: 10px
}

.number {
  margin-bottom: 15px;
  font-size: 82px;
  position: relative;
  z-index: 10
}

.number__content {
  max-width: 80%;
  margin: 0 auto;
  padding-left: 40px;
  position: relative
}

.number__content::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  top: -20%;
  right: 9%;
  background-image: url(../img/point.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%;
  z-index: 5
}

.number-sign {
  width: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 0;
  left: 0
}

.number-sign__arrow {
  width: 60%;
  position: absolute;
  top: 5px
}

.number-sign__minus {
  line-height: 1;
  display: block
}

.number .number-small {
  font-size: .67em
}

.number-slider__item {
  text-align: center;
  display: block;
  line-height: .8
}

.warn {
  margin-bottom: 25px;
  padding: 15px;
  border-radius: 0 14.136px;
  background: -webkit-gradient(linear, left top, right top, from(#f7fffe), color-stop(50.96%, #f9fffe), to(#f8fffe));
  background: linear-gradient(90deg, #f7fffe 0, #f9fffe 50.96%, #f8fffe 100%);
  -webkit-box-shadow: 0 1.414px 4.241px 0 rgba(0, 0, 0, .12);
  box-shadow: 0 1.414px 4.241px 0 rgba(0, 0, 0, .12);
  font-size: 18px;
  line-height: 1.6
}

.warn__video {
  width: 36px;
  border-radius: 999px;
  display: inline;
  vertical-align: sub
}

.warn__star {
  font-size: 1.6em;
  line-height: .7;
  color: #fb0;
  position: relative;
  bottom: -2px
}

.consist {
  color: #fff;
  background-image: url(../img/consist-bg-mob.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50%
}

.consist__title {
  padding: 0;
  text-align: center
}

.consist__title .small-font {
  font-size: .61em
}

.consist__title .equals {
  font-size: .61em;
  line-height: 1
}

.consist__title .small-font {
  font-weight: 400;
  line-height: 1
}

.consist__title-prod {
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 75px;
  height: 100px
}

.consist .title-icon::after {
  background: url(../img/icon-chem.svg) no-repeat 50%;
  background-size: contain;
  display: none
}

.consist-collage {
  margin-top: 25px
}

.consist__circle-prod {
  margin: 0 auto 20px
}

.consist-list {
  max-width: 380px;
  margin-left: auto;
  margin-right: auto
}

.consist-list__item {
  padding: 15px 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 15px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  color: #000;
  background: rgba(255, 255, 255, .9)
}

.consist-list__item .consist-list__img {
  position: relative;
  z-index: 0
}

.consist-list__item .consist-list__img::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-color: #76c6e5;
  -webkit-filter: blur(20px);
  filter: blur(20px);
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all .2s;
  transition: all .2s;
  z-index: -5
}

.consist-list__item:not(:last-child) {
  margin-bottom: 15px
}

.consist-list__img {
  width: 80px;
  -ms-flex-negative: 0;
  flex-shrink: 0
}

.consist-list__title {
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.2
}

.feed__subtitle {
  text-align: left
}

.feed .title-icon::after {
  -webkit-transform: translateY(calc(-50% + 4px));
  transform: translateY(calc(-50% + 4px));
  background-image: url(../img/icon-feed.svg)
}

.feed__text {
  font-weight: 500
}

.feed-slider {
  padding-bottom: 30px;
  position: relative
}

.feed-slider .swiper-wrapper {
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}

.feed-slider__slide {
  max-width: 320px;
  height: auto;
  padding: 20px 15px;
  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;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-radius: 20px;
  border: .788px solid rgba(43, 51, 119, .07);
  background: #fff;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  cursor: -webkit-grab;
  cursor: grab
}

.feed-slider__top {
  margin-bottom: auto
}

.feed-slider__title {
  margin-bottom: 20px;
  padding-left: 40px;
  font-weight: 700;
  font-size: 18px;
  position: relative
}

.feed-slider__title::before {
  content: "";
  width: 25px;
  height: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../img/icon-quote.svg) no-repeat 50%/contain
}

.feed-slider__img {
  max-width: 278px;
  margin: 0 auto 15px;
  border-radius: 0 40px;
  overflow: hidden
}

.feed-slider__bottom {
  margin-top: 20px;
  font-size: 25px
}

.last.block {
  padding-top: 15px;
  padding-bottom: 0
}

.last__title {
  font-weight: 400;
  font-family: NeueMontreal, Arial, Helvetica, sans-serif
}

.last__title span {
  margin-top: 5px;
  display: block
}

.last-content {
  max-width: 450px;
  margin: 0 auto;
  padding: 25px 20px;
  border-radius: 20px;
  border: .788px solid rgba(43, 51, 119, .2);
  background: #fff
}

.last__prod {
  max-width: 360px;
  margin: 0 auto 20px;
  padding: 10px;
  border-radius: 0 30px;
  border: 1px solid #76c6e5;
  position: relative
}

.last__prod::before,
.last__title span,
.popup__title span {
  font-family: Archia, Arial, Helvetica, sans-serif
}

.last .price,
.last__prod::before {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.last__prod::before {
  content: "-50%";
  width: 76px;
  height: 76px;
  position: absolute;
  top: -10px;
  right: -10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  color: #fff;
  background-image: url(../img/action-bg.png);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: 50%
}

.last__prod img {
  border-radius: 0 20px;
  overflow: hidden
}

.last__medals {
  margin-bottom: 20px
}

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

.last .price::before,
.popup__price::before {
  display: none
}

.last .price-part--old .price__value {
  color: #2b3377;
  font-weight: 300;
  font-size: 24px
}

.last .price-part--new .price__value {
  font-size: 26px
}

.last__btn {
  max-width: none
}

.footer {
  text-align: center
}

.ever-popup__inner {
  width: calc(100% - 30px) !important;
  max-width: 450px
}

.popup__content {
  padding: 15px 15px 20px;
  border-radius: 20px;
  border: .788px solid rgba(43, 51, 119, .2);
  background: #fff;
  position: relative
}

.popup__title {
  margin-bottom: 15px;
  font-size: 28px;
  line-height: normal;
  display: none
}

.popup__title span {
  display: block
}

.popup__circle-prod {
  margin: 0 auto 15px;
  left: -10px
}

.popup__medals {
  max-width: 250px;
  margin: 0 auto 15px;
  display: none
}

.popup__price {
  margin-bottom: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.popup .price-part--old .price__value {
  color: #2b3377;
  font-weight: 300;
  font-size: 26px !important
}

.popup .price-part--new .price__value {
  font-size: 28px !important
}

.popup__btn {
  max-width: none
}

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

.hu-notes {
  margin: 0;
  padding: 15px;
  text-align: center;
}

@media (min-width:375px) {
  .compare__title {
    /* max-width: 340px */
  }

  .compare-table__col--1 .compare-table__text::before,
  .compare-table__col--2 .compare-table__text::before {
    content: ""
  }

  .compare-table__row:nth-child(odd) .compare-table__cell {
    padding-top: 0;
    padding-bottom: 0
  }

  .compare-table__cell--head {
    min-height: 90px
  }

  .compare-table__cell--head .compare-table__text {
    min-height: auto
  }

  .compare-table__text {
    padding-left: 35px
  }

  .consist__title .text-accent.ttu {
    display: inline-block
  }

  .consist__title-prod {
    width: 95px
  }

  .popup__circle-prod {
    --circle-prod-width: 330px
  }

  .feat-title__text {
    min-height: 2lh;
  }

  .feat-video {
    margin-top: -7px;
  }
}

@media (min-width:400px) {
  .last .price-part--old .price__value {
    font-size: 28px
  }

  .last .price-part--new .price__value {
    font-size: 30px
  }
}

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

  .title {
    font-size: 28px
  }

  .compare__title {
    max-width: 420px;
  }

  .promo__circle-prod {
    --circle-prod-width: 320px
  }

  .compare-table {
    font-size: 16px
  }

  .compare-table__left {
    max-width: 160px
  }

  .compare-table__text {
    min-height: 3lh
  }

  .doc-content {
    margin-top: 30px;
    padding: 20px
  }

  .doc-content__bottom {
    gap: 25px
  }

  .result__title {
    max-width: 250px
  }

  .warn {
    padding: 20px;
    font-size: 20px
  }

  .consist {
    background-image: url(../img/consist-bg.jpg)
  }

  .consist__circle-prod {
    --circle-prod-width: 320px
  }

  .last__prod::before {
    width: 90px;
    height: 90px;
    top: -15px;
    right: -15px;
    font-size: 26px
  }

  .last .price-part--old .price__value {
    font-size: 32px
  }

  .last .price-part--new .price__value {
    font-size: 36px
  }

  .block {
    padding: 30px 0
  }
}

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

  .title {
    font-size: 30px
  }

  .header {
    padding-bottom: 20px
  }

  .promo.block {
    padding-top: 20px
  }

  .promo__circle-prod {
    --circle-prod-width: 350px
  }

  .feat-title__text {
    font-size: 16px
  }

  .side-effects-list__item {
    width: calc(33% - 8px)
  }

  .side-effects-list__item:nth-last-child(-n+3) {
    padding-bottom: 0
  }

  .side-effects-list__item:nth-last-child(-n+3)::before {
    display: none
  }

  .compare__title {
    max-width: 450px
  }

  .compare__subtitle {
    margin-bottom: 35px
  }

  .compare-table {
    padding-bottom: 0
  }

  .compare-table__left .compare-table__cell--head {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
  }

  .compare-table__prod,
  .compare-table__prod img {
    max-height: 45px;
    margin-bottom: 0
  }

  .compare-table__row:nth-child(odd) .compare-table__cell {
    padding-top: 5px;
    padding-bottom: 5px
  }

  .compare-table__cell {
    padding: 10px 12px
  }

  .compare-table__cell--head {
    min-height: 55px;
    padding-top: 0 !important;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 10px
  }

  .compare-table__cell--head .compare-table__text {
    font-size: 18px;
    text-align: left
  }

  .how__top {
    margin-bottom: -80px
  }

  .how__video {
    max-width: 450px;
    margin: 0 auto
  }

  .how__prod {
    margin-left: 80px
  }

  .how-list {
    max-width: 610px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 20px;
    -moz-column-gap: 20px;
    column-gap: 20px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .how-list__item {
    width: calc(50% - 10px)
  }

  .how-list__item:nth-last-child(-n+2) {
    margin-bottom: 0
  }

  .how-list__item:nth-child(2) .how-list__item-line {
    width: 50px;
    height: 1px;
    top: 50%;
    left: -50px
  }

  .how-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1
  }

  .how-list__item:last-child .how-list__item-line {
    width: 50px;
    height: 1px;
    top: 50%;
    left: auto;
    right: -50px
  }

  .doc-content {
    padding: 30px 30px 20px
  }

  .doc-mob {
    --width: 150px
  }

  .warn {
    margin-bottom: 30px;
    font-size: 22px
  }

  .warn__video {
    width: 42px
  }

  .consist-list {
    max-width: none;
    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;
    gap: 25px 15px
  }

  .consist-list__item {
    width: calc(50% - 10px)
  }

  .consist-list__item:not(:last-child) {
    margin: 0
  }

  .feed-slider__slide {
    max-width: none
  }

  .last.block {
    padding-top: 20px
  }

  .compare-table__row:nth-child(5) .compare-table__text,
  .compare-table__row:nth-child(11) .compare-table__text {
    min-height: 4lh;
  }
}

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

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

  .subtitle {
    font-size: 18px
  }

  .btn {
    padding: 15px
  }

  .header {
    padding-bottom: 30px
  }

  .header__content {
    gap: 15px
  }

  .menu,
  .menu-items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .menu {
    max-width: none;
    padding: 0;
    gap: 20px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    position: relative;
    background: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transition: none;
    transition: none
  }

  .menu-items {
    gap: 25px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .menu__close {
    display: none
  }

  .menu-items {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row
  }

  .menu-items__item:not(:last-child) {
    margin: 0
  }

  .menu-items__link {
    font-size: 16px;
    color: #2b3377
  }

  .menu-items__link::before {
    background-color: #2b3377
  }

  .burger {
    display: none
  }

  .select-lang {
    position: relative;
    top: 0;
    left: 0
  }

  .select-lang__choice {
    color: #000;
    background: #2ccdc4
  }

  .select-lang-list__item {
    background: #2ccdc4
  }

  .promo.block {
    padding-top: 30px
  }

  .instead .container,
  .promo-main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .promo-main {
    margin-bottom: 25px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    gap: 25px
  }

  .feat,
  .promo__circle-prod {
    margin: 0
  }

  .feat {
    max-width: 350px
  }

  .instead .container {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 50px
  }

  .instead__content {
    width: 100%;
    max-width: 418px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .instead__title--desk {
    display: block
  }

  .instead__title--mob {
    display: none
  }

  .instead__circle-prod {
    --circle-prod-width: 360px;
    margin: 0;
    position: absolute;
    top: 50%;
    left: -15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .instead__circle-prod .circle-prod__prod {
    width: 91%;
    left: -2%
  }

  .instead__circle-prod .circle-prod__prod:before {
    top: -40px;
    right: -10px
  }

  .instead__btn {
    margin: 0
  }

  .compare__title {
    max-width: 520px
  }

  .compare__subtitle {
    margin-bottom: 45px
  }

  .compare-table__left {
    max-width: 230px
  }

  .compare-table__right {
    width: 100%
  }

  .how__prod {
    margin-left: 144px
  }

  .doc-content {
    margin-top: 40px;
    padding: 30px 50px 20px
  }

  .doc-content__text {
    padding-top: 35px
  }

  .doc-content__text::after,
  .doc-content__text::before {
    width: 24px;
    height: 24px;
    left: -25px
  }

  .doc-content__text::after {
    right: -25px
  }

  .medals {
    max-width: 340px
  }

  .result__content {
    max-width: 400px;
    margin: 0 0 40px auto;
    position: relative
  }

  .result__title {
    max-width: none
  }

  .result__subtitle {
    text-align: left
  }

  .toggles {
    max-width: 600px
  }

  .result-circle {
    margin: 0;
    position: absolute;
    top: 50%;
    left: -335px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%)
  }

  .month-slider {
    max-width: none
  }

  .warn {
    margin-bottom: 35px;
    padding: 30px;
    border-radius: 0 30px;
    font-size: 26px
  }

  .warn__video {
    width: 56px
  }

  .consist__title-prod {
    width: 105px
  }

  .consist__circle-prod {
    --circle-prod-width: 350px
  }

  .consist-list {
    gap: 25px
  }

  .consist-list__item {
    width: calc(50% - 15px)
  }

  .consist-list__img {
    width: 90px
  }

  .consist-list__title {
    font-size: 22px
  }

  .feed-slider__slide {
    padding-left: 30px;
    padding-right: 30px
  }

  .last.block {
    padding-top: 20px
  }

  .last-content {
    max-width: none
  }

  .last-content__left {
    max-width: 320px
  }

  .last-content__right {
    max-width: 330px;
    position: absolute;
    right: 40px;
    bottom: 25px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .last__prod {
    margin: 0
  }

  .last__medals {
    max-width: 290px;
    margin: 0 auto 40px
  }

  .block {
    padding: 40px 0
  }

  .compare-table__row:nth-child(5) .compare-table__text,
  .compare-table__row:nth-child(11) .compare-table__text {
    min-height: 3lh;
  }

}

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

  .container {
    width: 1024px
  }

  .subtitle {
    font-size: 20px
  }

  .title-icon {
    padding-left: 0
  }

  .title-icon::after {
    margin-left: 20px;
    position: static;
    vertical-align: middle;
    -webkit-transform: none;
    transform: none
  }

  .how__title::after {
    margin-left: 5px;
  }

  .circle-prod__prod::before {
    width: 80px;
    height: 80px
  }

  .circle-decor {
    display: block
  }

  .form__input-wrap {
    margin-bottom: 15px
  }

  .header {
    margin-bottom: 50px
  }

  .header__logo {
    width: 200px
  }

  .menu {
    gap: 30px
  }

  .menu-items {
    gap: 35px
  }

  .menu-items__link,
  .select-lang__choice {
    font-size: 18px
  }

  .promo__content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .promo-top {
    max-width: 370px;
    margin: 0
  }

  .promo-main {
    width: 100%;
    max-width: 625px;
    margin: 0;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 45px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    position: relative
  }

  .promo__subtitle {
    font-size: 18px
  }

  .promo__btn--desk {
    margin: 0;
    display: block
  }

  .promo__circle-prod {
    --circle-prod-width: 450px;
    -ms-flex-item-align: end;
    align-self: flex-end;
    position: absolute;
    right: -50px;
    bottom: 0
  }

  .promo__circle-prod .circle-prod__prod {
    bottom: -30px
  }

  .promo__circle-prod .circle-prod__prod::before {
    display: none
  }

  .promo .price--desk {
    position: absolute;
    top: 0;
    left: 250px
  }

  .promo__circle-decor {
    --radius-spin: 20px;
    --circle-decor-width: 200px;
    display: block;
    top: -90px;
    left: -230px
  }

  .feat {
    max-width: 220px;
    -ms-flex-negative: 0;
    flex-shrink: 0
  }

  .feat,
  .feat-item {
    width: 100%
  }

  .feat-item:nth-child(2) {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse
  }

  .feat-item:nth-child(2) .feat-video {
    margin: 0 0 -7px
  }

  .feat-item:nth-child(2) .feat-video video {
    border-radius: 25px 25px 0 0
  }

  .feat-title {
    padding: 10px
  }

  .feat-title__icon {
    width: 42px
  }

  .feat-video {
    padding: 0 20px
  }

  .promo-bottom,
  .side-effects-list__item::before {
    display: none
  }

  .price--desk {
    width: 100%;
    max-width: 330px;
    padding: 10px 80px 10px 15px;
    border-radius: 20px;
    -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
    box-shadow: 0 4px 12px 0 rgba(0, 0, 0, .12);
    background-color: #fff;
    z-index: 5
  }

  .pain .container,
  .pain-top,
  .price--desk {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .pain .container {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    gap: 50px
  }

  .pain-top {
    max-width: 270px;
    margin: 0;
    padding-right: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    border-right: 1px solid #2b3377
  }

  .pain__subtitle {
    margin-bottom: auto
  }

  .pain__btn {
    max-width: 290px;
    display: block
  }

  .pain-bottom {
    max-width: none
  }

  .side-effects__title {
    font-size: 20px
  }

  .side-effects-list__item {
    padding: 0
  }

  .instead.block {
    padding-top: 40px
  }

  .instead__content {
    max-width: 450px;
    margin-right: 40px
  }

  .instead__circle-prod {
    --circle-prod-width: 560px
  }

  .instead__circle-prod .circle-prod__prod {
    width: 80%;
    left: 1%
  }

  .instead__circle-prod .circle-prod__prod:before {
    width: 100px;
    height: 100px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    right: -40px
  }

  .instead-list {
    margin-bottom: 30px
  }

  .compare__title {
    max-width: none;
    text-align: center
  }

  .compare__circle-decor {
    --radius-spin: 30px;
    --circle-decor-width: 154px;
    top: -10px;
    left: -80px;
    -webkit-animation-duration: 8s;
    animation-duration: 8s
  }

  .compare__circle-decor--white {
    --circle-decor-width: 380px;
    --radius-spin: 30px;
    top: auto;
    left: auto;
    right: -400px;
    bottom: -50px;
    -webkit-animation-name: circle-spin-ccw;
    animation-name: circle-spin-ccw
  }

  .compare-table__left {
    max-width: 310px
  }

  .compare-table__prod,
  .compare-table__prod img {
    max-height: 61px
  }

  .compare-table__row:nth-child(even) {
    border-radius: 20px
  }

  .compare-table__cell {
    padding: 10px 15px
  }

  .compare-table__cell--head {
    min-height: 70px;
    padding-bottom: 0 !important
  }

  .compare-table__text {
    min-height: 2lh
  }

  .how__top {
    margin-bottom: -110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px
  }

  .how__details {
    max-width: 340px;
    margin: 0
  }

  .how__video {
    max-width: 550px;
    margin: 0 0 0 auto
  }

  .how__prod {
    max-width: 170px;
    margin: 0 auto 50px;
    z-index: auto
  }

  .how-list::before,
  .how__prod::before {
    content: "";
    background-color: #76c6e5;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%)
  }

  .how__prod::before {
    width: 1px;
    height: 50px;
    bottom: -20px;
    z-index: -5
  }

  .how-list {
    width: 100%;
    max-width: none;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
  }

  .how-list::before {
    width: 760px;
    height: 1px;
    top: -30px;
    opacity: 0;
    -webkit-transition: opacity .2s;
    transition: opacity .2s;
    -webkit-transition-delay: 1.4s;
    transition-delay: 1.4s
  }

  .how-list__item {
    width: calc(25% - 15px);
    z-index: auto !important
  }

  .how-list__item:not(:last-child) {
    margin-bottom: 0
  }

  .how-list__item:nth-child(2) .how-list__item-line {
    width: 1px;
    height: 30px;
    top: -30px;
    left: 50%
  }

  .how-list__item:nth-child(3) {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0
  }

  .how-list__item:last-child .how-list__item-line {
    width: 1px;
    height: 30px;
    top: -30px;
    left: 50%;
    right: auto
  }

  .how-list__item-line {
    height: 30px;
    top: -30px
  }

  .how-list__title {
    min-height: 2lh;
    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
  }

  .how-list__video {
    height: auto
  }

  .how-list__video video {
    -o-object-position: 50%;
    object-position: 50%
  }

  .doc__wrapper {
    max-width: 510px
  }

  .doc__circle-decor {
    --circle-decor-width: 150px;
    top: 0;
    left: -180px;
    -webkit-animation-name: circle-spin-ccw;
    animation-name: circle-spin-ccw
  }

  .doc-content {
    padding: 30px 50px
  }

  .doc-content__text {
    padding: 40px 0
  }

  .doc-content__text::after,
  .doc-content__text::before {
    width: 30px;
    height: 30px
  }

  .doc-content__name {
    font-size: 20px
  }

  .doc-content__pos {
    margin: 0;
    display: inline;
    font-weight: 700
  }

  .doc-mob {
    display: none
  }

  .medals {
    margin: 0 auto;
    gap: 15px
  }

  .doc-collage {
    width: 100%;
    max-width: 470px;
    display: block;
    position: absolute;
    left: calc(50% + 30px);
    bottom: 0
  }

  .doc-collage__img {
    position: relative;
    z-index: 5
  }

  .result__content {
    max-width: 500px;
    margin-bottom: 50px
  }

  .result .title-icon::after {
    position: relative;
    top: -6px
  }

  .result__text,
  .toggles {
    margin-bottom: 30px
  }

  .toggles {
    margin-left: 0;
    gap: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .toggles__text--mob {
    display: none
  }

  .toggles__text--desk {
    display: block
  }

  .result-circle {
    --result-circle-width: 400px;
    left: -485px
  }

  .result-circle__content {
    padding-top: 60px
  }

  .result-circle__bottom {
    font-size: 18px
  }

  .result-labels {
    width: calc(var(--result-circle-width)*.562) !important
  }

  .result-labels__item {
    font-size: 16px
  }

  .month-slider__scrollbar {
    width: calc(var(--result-circle-width)*.562) !important;
    margin-bottom: 35px
  }

  .month-list__item:not(:last-child) {
    margin-bottom: 15px
  }

  .number {
    margin-bottom: 35px;
    font-size: 100px
  }

  .number__content {
    max-width: 64%
  }

  .number__content::before {
    width: 24px;
    height: 24px;
    top: -28%
  }

  .number-sign__arrow {
    width: 80%
  }

  .warn {
    margin-bottom: 40px;
    padding: 40px;
    font-size: 32px
  }

  .warn__star {
    bottom: -4px
  }

  .consist__title .small-font {
    font-size: 1em
  }

  .consist__title .equals {
    font-size: 1em;
    line-height: inherit
  }

  .consist__title .small-font {
    line-height: inherit
  }

  .consist__title-prod {
    display: none
  }

  .consist .title-icon::after {
    width: 60px;
    height: 60px;
    display: inline-block;
    position: relative;
    top: -5px
  }

  .consist-collage {
    position: relative
  }

  .consist__circle-prod {
    --circle-prod-width: 290px;
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
  }

  .consist__circle-prod .circle-prod__circle {
    --circle-width: calc(var(--circle-prod-width) * 1.1)
  }

  .consist__circle-prod .circle-prod__prod {
    width: 99%;
    left: 10%
  }

  .consist__circle-prod .circle-prod__prod::before {
    top: -20px
  }

  .consist-list {
    -webkit-column-gap: 300px;
    -moz-column-gap: 300px;
    column-gap: 300px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
  }

  .consist-list__item {
    width: 100%;
    max-width: 330px
  }

  .consist-list__item:hover .consist-list__img {
    -webkit-animation: shakeX 5s;
    animation: shakeX 5s
  }

  .consist-list__item .consist-list__img::before,
  .last__prod::before {
    display: none
  }

  .consist-list__item:nth-child(even) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    text-align: right
  }

  .consist-list__item:nth-child(3) {
    max-width: 320px;
    position: relative;
    left: -25px
  }

  .consist-list__item:nth-child(4) {
    max-width: 320px;
    position: relative;
    right: -25px
  }

  .consist-list__text {
    font-size: 16px
  }

  .feed__subtitle,
  .feed__title {
    text-align: center
  }

  .feed .title-icon::after {
    -webkit-transform: none;
    transform: none
  }

  .feed-slider__slide {
    padding-left: 20px;
    padding-right: 20px
  }

  .last.block {
    padding-top: 20px
  }

  .last__circle-decor {
    --circle-decor-width: 150px;
    top: -80px;
    left: -180px
  }

  .last__title span {
    margin-top: 7px
  }

  .last-content {
    padding: 35px 50px;
    position: relative
  }

  .last-content__left {
    max-width: 360px
  }

  .last-content__right {
    width: 410px;
    max-width: none;
    right: 50px;
    bottom: 35px
  }

  .last__prod {
    max-width: none
  }

  .last__medals {
    max-width: 350px;
    margin: 0 auto 20px
  }

  .last__form {
    padding-top: 120px;
    position: relative
  }

  .last .price {
    width: calc(100% + 30px);
    max-width: none !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 70px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 20px !important
  }

  .last .price::before {
    width: 110px;
    height: 110px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .last .price .price__title {
    margin-bottom: 5px
  }

  .last .price-part--old .price__value {
    font-weight: 400;
    color: #76c6e5
  }

  .ever-popup__inner {
    width: 850px !important;
    max-width: none !important
  }

  .popup__content {
    width: 850px;
    padding: 20px 30px 30px
  }

  .popup__title {
    max-width: 310px;
    margin-bottom: 35px;
    display: block;
    font-size: 34px
  }

  .popup__circle-prod {
    --circle-prod-width: 420px;
    margin: 0;
    position: absolute;
    left: auto !important;
    right: -10px;
    bottom: 25px
  }

  .popup .circle-prod__prod {
    width: 93%;
    top: 1%;
    left: 1%
  }

  .popup .circle-prod__prod::before {
    display: none
  }

  .popup__medals,
  .popup__price::before {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
  }

  .popup__medals {
    max-width: 320px;
    position: absolute;
    top: 27px;
    right: 90px
  }

  .popup__form {
    max-width: 340px;
    padding: 110px 20px 30px;
    position: relative
  }

  .popup__price {
    width: calc(100% + 30px);
    max-width: none !important;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 80px;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 20px !important
  }

  .popup__price::before {
    right: -25px
  }

  .popup .price__title {
    margin-bottom: 5px
  }

  .popup .price-part--old .price__value {
    font-weight: 400;
    font-size: 28px !important;
    color: #76c6e5
  }

  .popup .price-part--new .price__value {
    font-size: 32px !important
  }

  .compare-table__row:nth-child(5) .compare-table__text,
  .compare-table__row:nth-child(11) .compare-table__text {
    min-height: 2lh;
  }

}

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

  .title {
    margin-bottom: 30px;
    font-size: 45px
  }

  .promo__title {
    font-size: 40px;
  }

  .subtitle {
    font-size: 28px
  }

  .circle-prod__prod::before {
    width: 90px;
    height: 90px;
    font-size: 26px
  }

  .btn {
    padding: 17px 15px
  }

  .btn,
  .form__input {
    font-size: 18px
  }

  .header {
    margin-bottom: 60px;
    padding-bottom: 30px
  }

  .header__logo {
    width: 226px
  }

  .menu {
    gap: 40px
  }

  .menu-items {
    gap: 45px
  }

  .menu-items__link {
    font-size: 20px
  }

  .promo.block {
    padding-bottom: 80px
  }

  .promo-main {
    max-width: 740px;
    gap: 60px
  }

  .promo__subtitle {
    font-size: 20px
  }

  .promo__circle-prod {
    --circle-prod-width: 570px;
    right: -70px;
    bottom: -30px
  }

  .promo__circle-prod .circle-prod__prod {
    width: 86%;
    left: 10%
  }

  .promo .price--desk {
    left: 290px
  }

  .promo__circle-decor {
    --circle-decor-width: 230px;
    left: -240px
  }

  .feat {
    max-width: 260px
  }

  .price--desk {
    max-width: 390px;
    padding: 15px 90px 15px 25px;
    border-radius: 30px
  }

  .price--desk::before {
    width: 130px;
    height: 130px;
    font-size: 40px
  }

  .pain .container {
    gap: 70px
  }

  .pain-top {
    max-width: 360px;
    padding-right: 50px
  }

  .pain__text {
    margin-bottom: 30px
  }

  .side-effects__title {
    margin-bottom: 30px;
    font-size: 22px
  }

  .side-effects-list {
    row-gap: 25px
  }

  .side-effects-list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .side-effects-list__img {
    margin: 0 15px 0 0
  }

  .side-effects-list__text {
    text-align: left
  }

  .instead.block {
    padding-top: 60px;
    padding-bottom: 80px
  }

  .instead .container {
    gap: 70px
  }

  .instead__content {
    max-width: 560px;
    margin-right: 20px
  }

  .instead__title--desk {
    max-width: none
  }

  .instead__circle-prod {
    --circle-prod-width: 640px;
    left: -30px
  }

  .instead__circle-prod .circle-prod__prod:before {
    width: 120px;
    height: 120px;
    top: -50px;
    right: -50px
  }

  .instead-list {
    max-width: none
  }

  .compare__circle-decor {
    --circle-decor-width: 182px;
    left: -100px
  }

  .compare__circle-decor--white {
    --circle-decor-width: 450px;
    right: -450px;
    bottom: -70px
  }

  .compare-table {
    font-size: 18px
  }

  .compare-table__left {
    max-width: 370px
  }

  .compare-table__prod,
  .compare-table__prod img {
    max-height: 80px
  }

  .compare-table__row:first-child {
    margin-bottom: 20px
  }

  .compare-table__row:nth-child(odd) .compare-table__cell {
    padding-top: 10px;
    padding-bottom: 10px
  }

  .compare-table__row:nth-child(even) {
    border-radius: 40px
  }

  .compare-table__cell {
    padding: 10px 25px
  }

  .compare-table__cell--head {
    min-height: 80px
  }

  .compare-table__cell--head .compare-table__text {
    font-size: 20px
  }

  .how__subtitle {
    margin-bottom: 40px;
    font-size: 26px;
  }

  .how__details {
    max-width: 430px
  }

  .how__video {
    max-width: 640px;
    border-radius: 0 40px
  }

  .how__prod {
    max-width: 190px;
    margin-bottom: 70px;
    padding: 20px
  }

  .how__prod::before {
    bottom: -30px
  }

  .how-list::before {
    width: 890px;
    top: -40px
  }

  .how-list__item:nth-child(2) .how-list__item-line {
    top: -40px
  }

  .how-list__item:last-child .how-list__item-line {
    top: -40px
  }

  .how-list__item-line {
    top: -40px
  }

  .doc__wrapper {
    max-width: 575px
  }

  .doc .title-icon::after {
    width: 60px;
    height: 86px
  }

  .doc__circle-decor {
    --circle-decor-width: 180px;
    top: 10px;
    left: -190px
  }

  .doc__circle-decor--white {
    --doc-circle-width: 550px;
    top: 200px;
    right: -130px
  }

  .doc-content {
    margin-bottom: 40px;
    padding: 70px 70px 45px;
    border-radius: 0 50px
  }

  .doc-content__text {
    margin-bottom: 50px;
    padding: 0;
    line-height: 1.77
  }

  .doc-content__text::after,
  .doc-content__text::before {
    width: 33px;
    height: 33px;
    top: -40px;
    left: -50px
  }

  .doc-content__text::after {
    bottom: -35px;
    right: -40px
  }

  .doc-content__name {
    font-size: 22px
  }

  .medals {
    max-width: 400px
  }

  .doc-collage {
    left: calc(50% - 10px)
  }

  .doc-collage,
  .result__content {
    max-width: 600px
  }

  .result .title-icon::after {
    position: relative;
    top: -7px
  }

  .result__text,
  .toggles {
    margin-bottom: 40px
  }

  .result-circle {
    --result-circle-width: 480px;
    left: -560px
  }

  .result-circle__content {
    padding-top: 80px
  }

  .result-circle__bottom {
    width: 50%;
    font-size: 20px
  }

  .month-slider__scrollbar,
  .result-labels {
    width: calc(var(--result-circle-width)*.462) !important
  }

  .month-slider__scrollbar {
    margin-bottom: 43px
  }

  .month-list__item {
    padding-left: 53px
  }

  .month-list__item::before {
    width: 30px;
    height: 30px
  }

  .number {
    font-size: 120px
  }

  .number__content::before {
    width: 30px;
    height: 30px;
    top: -32%;
    right: 13%
  }

  .number-sign__arrow {
    width: 90%
  }

  .warn {
    padding: 50px;
    border-radius: 0 40px;
    font-size: 38px
  }

  .warn__video {
    width: 90px
  }

  .warn__star {
    bottom: -7px
  }

  .consist-collage {
    margin-top: 60px
  }

  .consist__circle-prod {
    --circle-prod-width: 370px
  }

  .consist-list {
    -webkit-column-gap: 380px;
    -moz-column-gap: 380px;
    column-gap: 380px;
    row-gap: 40px
  }

  .consist-list__item {
    max-width: 380px;
    gap: 20px
  }

  .consist-list__item:nth-child(3),
  .consist-list__item:nth-child(4) {
    max-width: 360px
  }

  .consist-list__item:nth-child(3) {
    left: -35px
  }

  .consist-list__item:nth-child(4) {
    right: -35px
  }

  .consist-list__img {
    width: 120px
  }

  .consist-list__title {
    font-size: 26px
  }

  .consist-list__text {
    font-size: 18px
  }

  .feed-slider__title {
    font-size: 20px
  }

  .last.block {
    padding-top: 35px
  }

  .last__circle-decor {
    --circle-decor-width: 180px;
    top: 110px;
    left: -190px
  }

  .last__title {
    margin-bottom: 60px
  }

  .last__title span {
    margin-top: 10px
  }

  .last-content {
    max-width: 1110px;
    padding: 40px 60px 60px;
    border-radius: 40px
  }

  .last-content__left {
    max-width: 400px
  }

  .last-content__right {
    width: 480px;
    right: 60px;
    bottom: 60px
  }

  .last__prod {
    border-radius: 0 40px
  }

  .last__prod img {
    border-radius: 0 30px
  }

  .last__medals {
    margin-bottom: 40px
  }

  .last__form {
    padding: 130px 25px 30px;
    border-radius: 0 40px
  }

  .last .price {
    padding-right: 100px;
    top: -10px;
    border-radius: 40px !important
  }

  .last .price::before {
    width: 130px;
    height: 130px
  }

  .last .price-part--old .price__value {
    font-size: 34px
  }

  .last .price-part--new .price__value {
    font-size: 38px
  }

  .last .form__input {
    height: 50px
  }

  .footer.block {
    padding: 40px 0
  }

  .ever-popup__inner {
    width: 930px !important
  }

  .popup__content {
    width: 930px;
    padding: 40px
  }

  .popup__title {
    max-width: 340px;
    margin-bottom: 65px;
    font-size: 36px
  }

  .popup__circle-prod {
    --circle-prod-width: 470px
  }

  .popup__medals {
    max-width: 370px !important;
    top: 40px;
    gap: 15px !important
  }

  .popup__price {
    padding: 20px 90px 20px 25px !important;
    top: -20px;
    border-radius: 80px !important;
    left: 50% !important
  }

  .popup__price::before {
    width: 110px !important;
    height: 110px !important;
    font-size: 30px !important;
    right: -40px !important
  }

  .block {
    padding: 60px 0
  }

  .pain__title {
    font-size: 36px;
  }

  .feed-slider__bottom {
    font-size: 24px;
  }

  .promo-top {
    max-width: 400px;
  }
}

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

  .title {
    font-size: 50px
  }

  .doc__title {
    font-size: 42px;
  }

  .subtitle {
    font-size: 32px;
    /* line-height: 1.2 */
  }

  .how__subtitle {
    font-size: 28px;
  }

  .title-icon::after {
    margin-left: 25px
  }

  .how__title::after {
    margin-left: 10px;
  }

  .circle-prod__prod::before {
    width: 152px;
    height: 152px;
    font-size: 40px
  }

  .header {
    margin-bottom: 98px
  }

  .menu {
    gap: 50px
  }

  .menu-items {
    gap: 55px
  }

  .promo.block {
    padding-bottom: 130px
  }

  .promo-top {
    max-width: 450px
  }

  .promo-main {
    width: 100%;
    max-width: 800px;
    gap: 0;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .promo__title {
    margin-bottom: 40px;
    font-size: 45px;
  }

  .promo__subtitle {
    margin-bottom: 56px;
    font-size: 22px
  }

  .promo__circle-prod {
    --circle-prod-width: 710px;
    right: -192px;
    bottom: -40px
  }

  .promo__circle-prod .circle-prod__prod {
    left: 7%;
    bottom: -39px
  }

  .promo .price--desk {
    left: 305px
  }

  .promo__circle-decor {
    --circle-decor-width: 388px;
    top: -224px;
    left: -440px
  }

  .feat {
    max-width: 282px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    gap: 40px
  }

  .feat-item:nth-child(2) .feat-video {
    margin: 0
  }

  .feat-item:nth-child(2) .feat-video video {
    border-radius: 40px 40px 0 0
  }

  .feat-title {
    padding-top: 12px;
    padding-bottom: 12px
  }

  .feat-title__text {
    min-height: auto;
    font-size: 22px
  }

  .feat-title__medal {
    width: 50px
  }

  .feat-video {
    margin: 0;
    padding: 0 34px
  }

  .feat-video video {
    border-radius: 0 0 40px 40px
  }

  .price__title {
    margin-bottom: 5px
  }

  .price-part--old {
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
  }

  .price-part--old .price__value {
    font-size: 34px
  }

  .price-part--new .price__value {
    font-size: 38px
  }

  .price--desk {
    max-width: 415px;
    padding: 20px 90px 20px 25px;
    border-radius: 80px;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
  }

  .price--desk::before {
    width: 152px;
    height: 152px;
    font-size: 45px;
    right: -70px
  }

  .pain .container {
    gap: 90px
  }

  .pain-top {
    max-width: 420px
  }

  .pain__title {
    margin-bottom: 32px;
    font-size: 42px;
  }

  .pain__text {
    margin-bottom: 58px
  }

  .side-effects__title {
    margin-bottom: 39px
  }

  .side-effects-list {
    row-gap: 42px
  }

  .instead.block {
    padding-top: 58px;
    padding-bottom: 130px
  }

  .instead__content {
    max-width: 620px;
    margin-right: 0
  }

  .instead__title--desk {
    margin-bottom: 50px
  }

  .instead__circle-prod {
    --circle-prod-width: 710px;
    top: 280px;
    left: -12px
  }

  .instead__circle-prod .circle-prod__prod {
    top: 15%
  }

  .instead__circle-prod .circle-prod__prod:before {
    width: 152px;
    height: 152px;
    top: -65px;
    right: -56px;
    font-size: 45px
  }

  .instead-list {
    margin-bottom: 67px
  }

  .instead-list__item {
    padding: 12px
  }

  .instead-list__item:not(:last-child) {
    margin-bottom: 22px
  }

  .compare__title {
    margin-bottom: 14px
  }

  .compare .title-icon::after {
    width: 60px;
    height: 60px
  }

  .compare__circle-decor {
    --circle-decor-width: 200px;
    top: -10px;
    left: -270px
  }

  .compare__circle-decor--white {
    --circle-decor-width: 492px;
    right: -564px;
    bottom: -72px
  }

  .compare-table__left .compare-table__cell {
    padding-left: 25px
  }

  .compare-table__col--1 .compare-table__text::before {
    width: 24px;
    height: 24px
  }

  .compare-table__row:first-child {
    margin-bottom: 30px
  }

  .compare-table__cell {
    padding-left: 50px
  }

  .compare-table__cell--head {
    padding-left: 25px;
    gap: 15px
  }

  .compare-table__cell--head .compare-table__text {
    font-size: 22px
  }

  .compare-table__text {
    padding-left: 40px
  }

  .how__top {
    margin-bottom: -156px
  }

  .how__details {
    max-width: 480px
  }

  .how__video {
    max-width: 760px
  }

  .how__prod {
    max-width: 220px;
    border-radius: 0 40px
  }

  .how-list::before {
    width: 990px
  }

  .how-list__item {
    width: 100%;
    max-width: 290px;
    padding: 30px 25px
  }

  .how-list__item::before {
    width: 34px;
    height: 34px;
    font-size: 18px
  }

  .how-list__title {
    font-size: 20px
  }

  .how-list__video {
    margin-bottom: 33px
  }

  .doc.block {
    padding-top: 113px;
    padding-bottom: 104px
  }

  .doc .title-icon::after {
    width: 80px
  }

  .doc__circle-decor {
    --circle-decor-width: 200px;
    top: 14px;
    left: -270px;
    -webkit-animation-duration: 8s;
    animation-duration: 8s
  }

  .doc__circle-decor--white {
    --doc-circle-width: 610px;
    top: 220px;
    right: -152px
  }

  .doc-content {
    margin-top: 44px;
    margin-bottom: 56px;
    padding-top: 72px;
    padding-right: 50px
  }

  .doc-content__text {
    margin-bottom: 39px
  }

  .doc-content__text::after {
    right: -16px
  }

  .doc-collage {
    max-width: 630px;
    left: 50%
  }

  .result__content {
    margin-bottom: 115px
  }

  .result__title {
    margin-bottom: 17px
  }

  .result .title-icon::after {
    position: relative;
    top: -10px
  }

  .result__subtitle {
    margin-bottom: 36px
  }

  .result__text {
    margin-bottom: 55px;
    line-height: 1.6
  }

  .toggles {
    margin-bottom: 52px
  }

  .result-circle {
    --result-circle-width: 550px;
    left: -670px
  }

  .result-circle__content {
    padding-top: 86px
  }

  .result-circle__bottom {
    font-size: 22px
  }

  .result-labels {
    margin-bottom: 15px
  }

  .result-labels__item {
    padding: 0;
    font-size: 18px
  }

  .month-list__item {
    font-size: 22px
  }

  .month-list__item::before {
    width: 32px;
    height: 32px
  }

  .number {
    font-size: 150px
  }

  .number__content {
    max-width: 70%
  }

  .number__content::before {
    top: -25%;
    right: 17%
  }

  .number-sign__arrow {
    width: 100%;
    top: 10px
  }

  .warn {
    margin-bottom: 46px
  }

  .warn__video {
    width: 103px
  }

  .consist.block {
    padding-bottom: 160px
  }

  .consist__title {
    font-size: 48px
  }

  .consist-collage {
    margin-top: 106px
  }

  .consist__circle-prod {
    --circle-prod-width: 460px
  }

  .consist__circle-prod .circle-prod__prod::before {
    width: 140px;
    height: 140px
  }

  .consist-list {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-column-gap: 430px;
    -moz-column-gap: 430px;
    column-gap: 430px;
    row-gap: 68px
  }

  .consist-list__item {
    max-width: 400px
  }

  .consist-list__item:nth-child(3) {
    left: 0
  }

  .consist-list__item:nth-child(4) {
    right: 0
  }

  .feed.block {
    padding-bottom: 60px
  }

  .feed__title {
    margin-bottom: 20px
  }

  .feed__subtitle {
    margin-bottom: 45px
  }

  .feed-slider {
    padding-bottom: 70px
  }

  .feed-slider__slide {
    max-width: 338px;
    padding-left: 28px;
    padding-right: 28px
  }

  .feed-slider__title {
    padding-left: 40px;
    font-size: 22px
  }

  .feed-slider__img {
    margin-bottom: 20px
  }

  .feed-slider__bottom {
    font-size: 30px
  }

  .last.block {
    padding-top: 66px
  }

  .last__circle-decor {
    --circle-decor-width: 200px;
    top: -156px;
    left: -243px
  }

  .last-content {
    max-width: none;
    padding: 60px;
    border-radius: 50px
  }

  .last-content__left {
    max-width: 442px
  }

  .last-content__right {
    width: 540px;
    right: 70px
  }

  .last__medals {
    max-width: 450px
  }

  .last__form {
    padding-top: 134px;
    padding-bottom: 43px
  }

  .last .price {
    padding: 20px 100px 20px 25px;
    border-radius: 80px !important;
    top: -15px
  }

  .last .price::before {
    width: 152px;
    height: 152px;
    right: -60px
  }

  .last .price-part--old .price__value {
    font-size: 40px
  }

  .last .price-part--new .price__value {
    font-size: 44px
  }

  .block {
    padding: 130px 0
  }
}

@media (min-width:768px) and (max-width:1023px) {
  .instead__title--desk {
    font-size: 32px
  }
}