/* normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.63em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.cf:before,
.clearfix:before,
.cf:after,
.clearfix:after {
  content: "";
  display: table;
}
.cf:after,
.clearfix:after {
  clear: both;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Regular.woff2") format("woff2"), url("/assets/fonts/Montserrat-Regular.woff") format("woff"), url("/assets/fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Medium.woff2") format("woff2"), url("/assets/fonts/Montserrat-Medium.woff") format("woff"), url("/assets/fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-SemiBold.woff2") format("woff2"), url("/assets/fonts/Montserrat-SemiBold.woff") format("woff"), url("/assets/fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat";
  src: url("/assets/fonts/Montserrat-Bold.woff2") format("woff2"), url("/assets/fonts/Montserrat-Bold.woff") format("woff"), url("/assets/fonts/Montserrat-Bold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body,
html {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  -webkit-tap-highlight-color: rgba(0,0,0,0);
  -webkit-tap-highlight-color: transparent;
  box-sizing: border-box;
  background-color: #fff;
}
*,
*::after,
*::before,
input[type="search"] {
  box-sizing: inherit;
}
body.is-hover-disabled {
  pointer-events: none;
}
body.is-popup-opened {
  overflow: hidden;
}
main {
  width: 100%;
}
.l-wrapper {
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  overflow: hidden;
}
.l-wrapper.is-abs {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.l-content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex: 1 0 auto;
  -ms-flex: 1 0 auto;
  flex: 1 0 auto;
}
.l-content--100vh {
  min-height: 100vh;
}
.l-header,
.l-footer {
  display: block;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
.l-footer {
  overflow: visible;
}
.l-container {
  position: relative;
  margin: 0 auto;
  width: 100%;
  max-width: 136rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .l-container {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}
.g-hidden {
  display: none !important;
}
.g-hidden--soft {
  display: none;
}
.g-vam {
  display: inline-block;
  vertical-align: middle;
}
.g-tac {
  text-align: center;
}
.g-relative {
  position: relative;
}
.g-nobr {
  white-space: nowrap;
}
hr {
  margin: 2rem 0;
  border: 0;
  height: 1px;
  background-color: #ccc;
}
.g-preparing {
  position: relative;
}
.g-preparing.is-preparing > *:not(.g-show-preparing) {
  opacity: 0;
  visibility: hidden;
}
.g-preparing.is-preparing:after {
  content: "";
}
figure {
  margin: 1em 0;
  text-align: center;
}
figcaption {
  margin-top: 1em;
  font-size: 0.9em;
}
img {
  max-width: 100%;
  height: auto;
  word-break: break-word;
}
.visually-hidden {
  position: absolute !important;
  clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
  clip: rect(1px, 1px, 1px, 1px);
  padding: 0 !important;
  border: 0 !important;
  height: 1px !important;
  width: 1px !important;
  overflow: hidden;
}
#svg-container {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}
.js-focus-visible :focus:not(.focus-visible) {
  outline: none;
}
.swiper-container:not(.swiper-container-initialized) {
  overflow: hidden;
}
.swiper-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  box-sizing: border-box;
  height: auto;
}
.swiper-wrapper .swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.js-padding {
  padding-top: 5.6rem;
}
@media only screen and (min-width: 1024px) {
  .js-padding {
    padding-top: 9.7rem;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
  font-size: 1.6rem;
  line-height: inherit;
}
@media only screen and (min-width: 1024px) {
  h1,
  h2,
  h3,
  h4,
  h5,
  h6 {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 575px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: calc(10px + (100vw - 575px) * 0.010417);
  }
}
@media only screen and (min-width: 768px) {
  html {
    font-size: calc(12px + (100vw - 767px) * -0.003906);
  }
}
@media only screen and (min-width: 1440px) {
  html {
    font-size: 10px !important;
  }
}
@media only screen and (min-width: 768px) and (max-width: 575px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 768px) and (min-width: 576px) and (max-width: 767px) {
  html {
    font-size: calc(10px + (100vw - 575px) * 0);
  }
}
@media only screen and (min-width: 768px) and (min-width: 768px) {
  html {
    font-size: calc(10px + (100vw - 767px) * 0.003906);
  }
}
@media only screen and (min-width: 1024px) and (max-width: 575px) {
  html {
    font-size: 10px;
  }
}
@media only screen and (min-width: 1024px) and (min-width: 576px) and (max-width: 1023px) {
  html {
    font-size: calc(10px + (100vw - 575px) * -0.004464);
  }
}
@media only screen and (min-width: 1024px) and (min-width: 1024px) {
  html {
    font-size: calc(8px + (100vw - 1023px) * 0.004808);
  }
}
body {
  font-size: 1.6rem;
  line-height: 1.25;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -webkit-text-size-adjust: none;
  text-rendering: optimizeLegibility;
  color: #44269a;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  font-feature-settings: "kern" 1, "liga" 1, "calt" 1, "pnum" 1, "tnum" 0, "onum" 0, "lnum" 0, "dlig" 0;
}
@media only screen and (min-width: 1024px) {
  body {
    font-size: 1.8rem;
    line-height: 1.33;
  }
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: unset;
}
@supports not (border-image-width: 1) {
}
#mocha a {
  text-decoration: none;
  border-image: none;
  border-bottom: none;
}
a {
  color: inherit;
  text-decoration: none;
  display: inline-block;
}
a[role="button"] {
  cursor: pointer;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
p {
  margin: unset;
}
ol {
  list-style-type: none;
  margin: 1em 0 2em;
  padding: 0;
}
ol li {
  margin: 0.3em 0;
}
ul {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
ul li {
  position: relative;
  padding-left: 1.6rem;
}
ul li:last-child {
  margin-bottom: 0;
}
ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 1rem;
  width: 0.4rem;
  height: 0.4rem;
  font-size: 0;
  border-radius: 50%;
  background-color: #333;
}
ul ol > li::before {
  display: inline;
  background: none;
  -webkit-transform: none;
  transform: none;
}
ol {
  counter-reset: ol-level-1;
  margin: unset;
}
ol li {
  position: relative;
}
ol li a {
  word-break: break-all;
  display: inline;
}
@media (any-hover: hover) {
  ol li a:hover {
    text-decoration: underline;
  }
}
ol > li {
  counter-increment: ol-level-1;
}
ol > li::before {
  content: counter(ol-level-1) ". ";
  display: inline;
}
ol > li > ol {
  counter-reset: ol-level-2;
}
ol > li > ol > li {
  counter-increment: ol-level-2;
  margin-left: 1.8em;
}
ol > li > ol > li::before {
  content: counter(ol-level-1) "." counter(ol-level-2) ". ";
}
ol > li > ol > li > ol {
  counter-reset: ol-level-3;
}
ol > li > ol > li > ol > li {
  counter-increment: ol-level-3;
  margin-left: 2.7em;
}
ol > li > ol > li > ol > li::before {
  content: counter(ol-level-1) "." counter(ol-level-2) "." counter(ol-level-3) ". ";
}
blockquote {
  margin: 1em 0;
  padding: 0.5em 0 0.5em 2em;
  border-left: 2px solid currentColor;
}
dl {
  margin: 1em 0;
}
dt {
  margin-bottom: 0.5em;
}
dd {
  margin-bottom: 1.2em;
  font-style: italic;
}
pre {
  overflow: auto;
  white-space: pre-wrap;
}
.typography section:not(.mb-100) {
  margin-bottom: 5.6rem;
}
@media only screen and (min-width: 768px) {
  .typography section:not(.mb-100) {
    margin-bottom: 4rem;
  }
}
.typography h2 {
  font-weight: 700;
  line-height: 1.05;
  font-size: 2.4rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .typography h2 {
    font-size: 4.8rem;
  }
}
.typography h3 {
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 4rem 0 2rem 0;
}
@media only screen and (min-width: 1024px) {
  .typography h3 {
    font-size: 2rem;
  }
}
.typography p,
.typography ul,
.typography li {
  color: #333;
  margin-bottom: 2rem;
}
.typography p:last-child,
.typography ul:last-child,
.typography li:last-child {
  margin-bottom: unset;
}
.title {
  line-height: 1.17;
  font-weight: 700;
}
@media only screen and (min-width: 1024px) {
  .title {
    line-height: 1.05;
  }
}
.fw-400 {
  font-weight: 400;
}
.fw-500 {
  font-weight: 500;
}
.fw-600 {
  font-weight: 600;
}
.fw-700 {
  font-weight: 700;
}
.fs-200 {
  font-size: 9.5rem;
}
@media only screen and (min-width: 1024px) {
  .fs-200 {
    font-size: 20rem;
  }
}
.fs-80 {
  font-size: 3.6rem;
}
@media only screen and (min-width: 1024px) {
  .fs-80 {
    font-size: 8rem;
  }
}
.fs-72 {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1023px) {
  .fs-72 {
    line-height: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .fs-72 {
    font-size: 7.2rem;
  }
}
.fs-64 {
  font-size: 3.6rem;
}
@media only screen and (max-width: 1023px) {
  .fs-64 {
    line-height: 1;
  }
}
@media only screen and (min-width: 1024px) {
  .fs-64 {
    font-size: 6.4rem;
  }
}
.fs-48 {
  font-size: 2.4rem;
}
@media only screen and (min-width: 1024px) {
  .fs-48 {
    font-size: 4.8rem;
  }
}
.fs-44 {
  font-size: 2.4rem;
}
@media only screen and (min-width: 1024px) {
  .fs-44 {
    font-size: 4.4rem;
  }
}
.fs-40 {
  font-size: 2.4rem;
}
@media only screen and (min-width: 1024px) {
  .fs-40 {
    font-size: 4rem;
  }
}
@media only screen and (max-width: 575px) {
  .page__main .fs-40 {
    font-size: 2rem;
  }
}
.fs-35 {
  font-size: 2rem;
  font-weight: bold;
}
@media only screen and (min-width: 1024px) {
  .fs-35 {
    font-size: 3.5rem;
    font-weight: bold;
  }
}
.fs-22, .use__text .title.fs-22 {
  font-size: 2.2rem;
}
@media only screen and (min-width: 1024px) {
  .fs-22, .use__text .title.fs-22 {
    font-size: 2.2rem;
  }
}
@media only screen and (max-width: 575px) {
  .page__main .fs-22{
    font-size: 1.8rem;
  }
}

.fs-32 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .fs-32 {
    font-size: 3.2rem;
  }
}
.fs-24 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .fs-24 {
    font-size: 2.4rem;
  }
}
.fs-20 {
  font-size: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .fs-20 {
    font-size: 2rem;
  }
}
.fs-18 {
  font-size: 1.8rem;
}
.fs-16 {
  font-size: 1.6rem;
}
.fs-14 {
  font-size: 1.4rem;
}
.fs-13 {
  font-size: 1.3rem;
}
.mb-150 {
  margin-bottom: 5.6rem;
}
@media only screen and (min-width: 1024px) {
  .mb-150 {
    margin-bottom: 15rem;
  }
}
.mb-100 {
  margin-bottom: 5.6rem;
}
@media only screen and (min-width: 1024px) {
  .mb-100 {
    margin-bottom: 10rem;
  }
}
.mb-80 {
  margin-bottom: 4rem;
}
@media only screen and (min-width: 1024px) {
  .mb-80 {
    margin-bottom: 8rem;
  }
}
.mb-48 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .mb-48 {
    margin-bottom: 4.8rem;
  }
}
.mb-40 {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 1024px) {
  .mb-40 {
    margin-bottom: 4rem;
  }
}
.mb-24 {
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .mb-24 {
    margin-bottom: 2.4rem;
  }
}
.mb-20 {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .mb-20 {
    margin-bottom: 2rem;
  }
}
.mb-16 {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .mb-16 {
    margin-bottom: 1.6rem;
  }
}
.mb-8 {
  margin-bottom: unset;
}
@media only screen and (min-width: 1024px) {
  .mb-8 {
    margin-bottom: 0.8rem;
  }
}
.mt-100 {
  margin-top: 5.6rem;
}
@media only screen and (min-width: 1024px) {
  .mt-100 {
    margin-top: 10rem;
  }
}
.mt-50 {
  margin-top: 3rem;
}
@media only screen and (min-width: 1024px) {
  .mt-50 {
    margin-top: 5rem;
  }
}
.mt-40 {
  margin-top: 2rem;
}
@media only screen and (min-width: 1024px) {
  .mt-40 {
    margin-top: 4rem;
  }
}
.mt-24 {
  margin-top: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .mt-24 {
    margin-top: 2.4rem;
  }
}
.lh-1 {
  line-height: 1;
}
.lh-117 {
  line-height: 1.17;
}
.lh-120 {
  line-height: 1.2;
}
.lh-130 {
  line-height: 1.3;
}
.upcase {
  text-transform: uppercase;
}
.c-gray {
  color: #333;
}
.c-black {
  color: #000;
}
.c-blue {
  color: #44269a;
}
.c-pink {
  color: #e31d93;
}
.c-gray-2 {
  color: #8A8A8A;
}

.item-shadow {
  border-radius: 2.8rem;
  background-color: #fff;
  box-shadow: 0px 20px 50px rgba(162,160,197,0.4);
}
.item-response {
  position: relative;
}
.item-response:before {
  content: '';
  display: block;
  padding-bottom: 100%;
}
.item-response img,
.item-response svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.use_firts .item-response img,
.use_firts .item-response svg{
  top: 50%;
}

@media only screen and (max-width: 767px) {
  .use_firts .item-response img,
  .use_firts .item-response svg{
    top: -15px;
    transform: rotate(248deg) scale(1) !important;
  }

  .use_firts .item-response:before{
    padding-bottom: 80%;
  }
}

.item-center {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.item-w-h {
  width: 100%;
  height: 100%;
}
.item-cover {
  object-fit: cover !important;
}
.img-bg-circle {
  z-index: 0;
  pointer-events: none;
}
@media only screen and (min-width: 768px) {
  .img-bg-circle {
    left: 46%;
  }
}
.img-bg-circle:before {
  padding-bottom: 92.421%;
}
.img-bg-circle img {
  object-fit: contain;
}
.gap-20 {
  gap: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .gap-20 {
    gap: 2rem;
  }
}
.fl {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.fl--auto {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.fl--wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.fl--center {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fl--center-vert {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.fl--center-hor {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.fl--end-vert {
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.fl--start-vert {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.fl--between {
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.fl--column {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.fl--inline {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.fl--not-mobile {
  display: block;
}
@media only screen and (min-width: 768px) {
  .fl--not-mobile {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
  }
}
.fl--mobile {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
@media only screen and (min-width: 768px) {
  .fl--mobile {
    display: block;
  }
}
@media only screen and (max-width: 767px) {
  .mobile-hidden {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .desktop-hidden {
    display: none !important;
  }
}
.no-max-width {
  max-width: unset !important;
}
.mw-1054 {
  max-width: 105.4rem;
}
.mw-844 {
  max-width: 84.4rem;
}
.text p,
.text ul {
  margin-bottom: 2rem;
}
.text p:last-child,
.text ul:last-child {
  margin-bottom: unset;
}
.text--small-margin p,
.text--small-margin ul {
  margin-bottom: 1.6rem;
}
.underline {
  text-decoration: underline;
}
@media (any-hover: hover) {
  .hover-links a:hover {
    text-decoration: underline;
  }
}
.list-item-reset li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
}
.list-item-reset li::before {
  content: none;
}
.anim-up-tab {
  -webkit-animation: upTabContent 0.3s both;
  animation: upTabContent 0.3s both;
}
.anim-fade-tab {
  -webkit-animation: fadeTabContent 0.3s both;
  animation: fadeTabContent 0.3s both;
}
@media only screen and (min-width: 768px) {
  .js-anim {
    -webkit-transform: translate(0, 10rem);
    transform: translate(0, 10rem);
    opacity: 0;
    transition-property: opacity, -webkit-transform;
    transition-property: transform, opacity;
    transition-property: transform, opacity, -webkit-transform;
  }
  .js-anim--opacity {
    -webkit-transform: none;
    transform: none;
  }
  .js-anim--left {
    -webkit-transform: translate(-10rem, 0);
    transform: translate(-10rem, 0);
  }
  .js-anim--right {
    -webkit-transform: translate(10rem, 0);
    transform: translate(10rem, 0);
  }
  .js-anim--top {
    -webkit-transform: translate(0, -10rem);
    transform: translate(0, -10rem);
  }
  .js-anim--scale {
    -webkit-transform: translate(0, 0) scale(1.25);
    transform: translate(0, 0) scale(1.25);
  }
  .js-anim--d-01 {
    transition-delay: 0.1s;
  }
  .js-anim--d-02 {
    transition-delay: 0.2s;
  }
  .js-anim--d-03 {
    transition-delay: 0.3s;
  }
  .js-anim--d-04 {
    transition-delay: 0.4s;
  }
  .js-anim--d-05 {
    transition-delay: 0.5s;
  }
  .js-anim.js-anim--show {
    -webkit-transform: none;
    transform: none;
    opacity: 1;
    transition-duration: 0.7s;
  }
}
@-webkit-keyframes upTabContent {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@keyframes upTabContent {
  from {
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@-webkit-keyframes fadeTabContent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fadeTabContent {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.breadcrubms__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  padding-top: 3rem;
  margin-top: -0.4rem;
}
@media only screen and (max-width: 767px) {
  .breadcrubms__list {
    font-size: 1.2rem;
  }
}
.breadcrubms__list li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0.4rem;
  margin-right: 0.8rem;
  padding-right: 1.4rem;
}
@media only screen and (min-width: 1024px) {
  .breadcrubms__list li {
    padding-right: 2.4rem;
    margin-right: 1.8rem;
  }
}
.breadcrubms__list li:last-child {
  padding-right: unset;
}
.breadcrubms__list li:last-child:before {
  display: none;
}
.breadcrubms__list li:last-child {
  margin-right: unset;
}
.breadcrubms__list li:before {
  width: 0.6rem;
  height: 0.6rem;
  background-color: #44269a;
  left: auto;
  right: 0;
  top: 0.45rem;
}
@media only screen and (min-width: 768px) {
  .breadcrubms__list li:before {
    top: 0.8rem;
  }
}
.breadcrubms__list span {
  font-weight: 600;
}
@media (any-hover: hover) {
  .breadcrubms__list a:hover {
    text-decoration: underline;
  }
}
button {
  display: inline-block;
  background-color: transparent;
  box-sizing: border-box;
  position: relative;
  border: none;
  padding: unset;
}
button:hover {
  border-image: none;
}
.btn {
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font: inherit;
  background-color: transparent;
  border: 0;
  text-align: center;
  font-weight: 700;
  line-height: 1.2;
  background-color: #e31d93;
  color: #fff;
  padding: 0 2rem;
  height: 4.4rem;
  font-size: 1.6rem;
  border-radius: 6.4rem;
  white-space: nowrap;
}
@media only screen and (min-width: 1024px) {
  .btn {
    padding: 0 2.4rem;
    height: 6.1rem;
    font-size: 2.4rem;
  }
}
@media (any-hover: hover) {
  .btn {
    transition: box-shadow 0.3s;
  }
  .btn:hover {
    box-shadow: 0px 20px 50px #7463a7;
  }
}
.btn--cart {
  height: 3.8rem;
  padding: 0 1.6rem;
  font-size: 1.8rem;
}
@media only screen and (max-width: 1023px) {
  .btn--cart {
    width: 4rem;
    height: 4rem;
    border-radius: 50%;
    padding: unset;
  }
}
@media (any-hover: hover) {
  .btn--cart:hover {
    box-shadow: 0px 10px 25px #7463a7;
  }
}
@media only screen and (max-width: 1023px) {
  .btn--cart span {
    display: none;
  }
}
.btn--cart svg {
  width: 2.4rem;
  height: 2.4rem;
}
@media only screen and (min-width: 1024px) {
  .btn--cart svg {
    display: none;
  }
}
.btn--blue {
  background-color: #44269a;
}
.btn--blue-half {
  background: rgba(68,38,154,0.5);
}
.btn--dark-blue {
  /* background: #535db5; */
  background-color: white;
  /* background-color: #E0C0F1; */
  border: 1px solid #535db5;
  color: #535db5;
  /* color: white; */
}
.card-article {
  position: relative;
  border-radius: 2.8rem;
  height: 100%;
  background: #d8e0ed;
}
.card-article__hash {
  position: absolute;
  z-index: 1;
  background-color: #fff;
  border-radius: 4rem;
  top: 0.8rem;
  left: 0.8rem;
  padding: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .card-article__hash {
    top: 1.6rem;
    left: 1.6rem;
    padding: 1.2rem 1.6rem;
  }
}
.card-article__image {
  z-index: 0;
  border-radius: 2.8rem 2.8rem 0 0;
  overflow: hidden;
}
.card-article__image:before {
  padding-bottom: 48.611%;
}
@media only screen and (min-width: 768px) {
  .card-article__image:before {
    padding-bottom: 41.95%;
  }
}
.card-article__image img {
  object-fit: cover;
}
.card-article__body {
  margin-top: -3rem;
  position: relative;
  z-index: 1;
  min-height: 17.2rem;
  border-radius: inherit;
  padding: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .card-article__body {
    padding: 4rem;
    min-height: 29.2rem;
    margin-top: -4rem;
  }
}
.card-article__title,
.card-article__link {
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media (any-hover: hover) {
  .card-article__title .card-article__arrow,
  .card-article__link .card-article__arrow {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .card-article__title:hover .card-article__arrow,
  .card-article__link:hover .card-article__arrow {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
}
.card-article__arrow {
  margin-left: 1.6rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
}
.card-article__arrow:before {
  display: none;
}
@media only screen and (min-width: 768px) {
  .card-article__arrow:before {
    content: '';
    width: 2rem;
    height: 0.3rem;
    background-color: #44269a;
    display: block;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.card-article__arrow img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .card-article__arrow img {
    width: 1.2rem;
    margin-left: -0.9rem;
  }
}
.nav-unstruction._fixed {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  background-color: #fff;
  padding: 0.8rem 0;
  transition: all 0.3s;
  opacity: 0;
  pointer-events: none;
  -webkit-transform: none;
  transform: none;
}
@media only screen and (max-width: 1023px) {
  .nav-unstruction._fixed {
    display: none;
  }
}
.nav-unstruction._fixed._show {
  opacity: 1;
  pointer-events: all;
}
.nav-unstruction._fixed .btn {
  font-size: 1.4rem;
  height: 4rem;
  padding: 0 1rem;
}
.nav-unstruction .btn {
  transition: background 0.3s;
  height: 3.6rem;
  padding: 0 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .nav-unstruction .btn {
    font-size: 1.8rem;
    height: 4.8rem;
    padding: 0 1.6rem;
  }
}
@media (any-hover: hover) {
  .nav-unstruction .btn:hover {
    box-shadow: none;
    background: rgba(68,38,154,0.75);
  }
}
.nav-unstruction .btn._active {
  background: #44269a;
}
.nav-unstruction__row {
  margin: -0.4rem;
}
.nav-unstruction__item {
  padding: 0.4rem;
}
.numbered-list__item {
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .numbered-list__item {
    margin-bottom: 2rem;
  }
}
.numbered-list__item:last-child {
  margin-bottom: unset;
}
.numbered-list__item:before {
  content: attr(data-number);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  display: block;
  font-weight: 600;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  font-size: 3.6rem;
  min-width: 5.7rem;
  margin-right: 0.8rem;
  color: #44269a;
}
@media only screen and (min-width: 1024px) {
  .numbered-list__item:before {
    font-size: 6.4rem;
    min-width: 9rem;
    margin-right: 2rem;
  }
}
@media (any-hover: hover) {
  .js-pages-links a:not(.btn) {
    transition: color 0.3s;
  }
  .js-pages-links a:not(.btn):hover {
    color: #44269a;
  }
}
.js-pages-links.is-current a,
.js-pages-links .is-current a {
  pointer-events: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.js-pages-links.is-current a:not(.btn),
.js-pages-links .is-current a:not(.btn) {
  color: #44269a;
}
.popup {
  position: fixed;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: auto;
  overflow-x: hidden;
  text-align: center;
  padding: 0;
  background: rgba(255,255,255,0.8);
  opacity: 0;
  pointer-events: none;
  white-space: nowrap;
  font-size: 0;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.popup::before {
  content: '';
  display: inline-block;
  height: 100%;
}
.popup::before,
.popup__content {
  vertical-align: middle;
}
.popup.is-opened {
  z-index: 10000;
  opacity: 1;
  pointer-events: all;
}
.popup__content {
  font-size: 1.6rem;
  -webkit-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
  white-space: normal;
  vertical-align: middle;
  position: relative;
  outline: 0;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  text-size-adjust: 100%;
  box-sizing: border-box;
  margin: 0;
  padding: 6rem 1.6rem 4rem;
  background-color: #fff;
  display: inline-block;
  text-align: left;
  width: 100%;
  overflow: hidden;
}
@media only screen and (min-width: 768px) {
  .popup__content {
    padding: 5.5rem 5.5rem 4.5rem;
    box-shadow: 0px 20px 50px #7463a7;
    border-radius: 2.8rem;
    width: 65.6rem;
    margin: 2rem 0;
  }
}
@media only screen and (min-width: 1024px) {
  .popup__content {
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 767px) {
  .popup__content {
    min-height: 100%;
  }
}
.popup__close {
  display: block;
  position: absolute;
  z-index: 2;
  top: 1.5rem;
  right: 1.5rem;
  padding: 0;
  width: 1.5rem;
  height: 1.5rem;
  cursor: pointer;
  border: 0;
  line-height: 0;
}
@media only screen and (min-width: 768px) {
  .popup__close {
    top: 2rem;
    right: 2rem;
  }
}
@media (any-hover: hover) {
  .popup__close {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .popup__close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.popup__close img {
  width: 100%;
  height: 100%;
}
.section {
  position: relative;
  max-width: 144rem;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.slider .swiper-container {
  overflow: visible;
}
.slider__nav {
  margin-top: 4rem;
  position: relative;
  z-index: 2;
}
.slider__pag {
  height: 0.8rem;
  max-width: 18rem;
  width: 100%;
}
.slider__pag .swiper-pagination-bullet {
  width: 0.8rem;
  height: 0.8rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 0.8rem;
  border-radius: 50%;
  background-color: #e31d93;
  opacity: 1;
}
.slider__pag .swiper-pagination-bullet:last-child {
  margin-right: unset;
}
.slider__pag .swiper-pagination-bullet-active {
  max-width: 8rem;
  width: 100%;
  -webkit-flex-shrink: 1;
  -ms-flex-negative: 1;
  flex-shrink: 1;
  border-radius: 1rem;
}
.slider__arrows {
  margin-left: 2rem;
}
.slider__arrow {
  cursor: pointer;
  width: 4rem;
  height: 4rem;
  margin-right: 0.8rem;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: #e31d93;
  transition: background-color 0.3s;
}
.slider__arrow:last-child {
  margin-right: unset;
}
@media (any-hover: hover) {
  .slider__arrow {
    transition: box-shadow 0.3s, background-color 0.3s;
  }
  .slider__arrow:hover:not(.swiper-button-disabled) {
    box-shadow: 0px 10px 25px #7463a7;
  }
}
.slider__arrow.swiper-button-disabled {
  background-color: #44269a;
}
.slider__arrow.js-prev-btn:not(.swiper-button-disabled):active img {
  -webkit-transform: translateX(-3px);
  transform: translateX(-3px);
}
.slider__arrow.js-next-btn:not(.swiper-button-disabled):active img {
  -webkit-transform: translateX(3px);
  transform: translateX(3px);
}
.slider__arrow img {
  width: 1.8rem;
  height: 1.7rem;
}
.svg-icon,
.noscript-bar svg {
  fill: currentColor;
  stroke: none;
  width: 1em;
  height: 1em;
  display: inline-block;
  vertical-align: middle;
  overflow: visible !important;
  border: 0;
  outline: 0;
  -webkit-transform-origin: center center;
  transform-origin: center center;
  position: relative;
  box-sizing: border-box;
}
.svg-icon--stroke {
  fill: none;
  stroke: currentColor;
  stroke-width: 16;
}
.svg-icon--contain {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.svg-icon--border {
  border: 0.2em solid currentColor;
  border-radius: 100%;
  padding: 0.6em;
  width: 2.6em;
  height: 2.6em;
}
.svg-icon--fill {
  border-radius: 100%;
  padding: 0.8em;
  background-color: #000;
  color: #fff;
  width: 2.6em;
  height: 2.6em;
}
.svg-icon--rotate-45 {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.svg-icon--rotate-90 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
.svg-icon--rotate-180 {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.svg-icon--rotate-270 {
  -webkit-transform: rotate(270deg);
  transform: rotate(270deg);
}
.svg-icon > svg {
  display: block;
}
symbol {
  overflow: visible;
}
.table-detailed {
  margin: 2rem 0;
}
@media only screen and (min-width: 768px) {
  .table-detailed {
    margin: 4rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .table-detailed__body {
    padding: 1.6rem 4rem 1.6rem 1.6rem;
    position: relative;
    border-radius: 2.8rem;
    background-color: #fff;
    box-shadow: 0px 20px 50px rgba(162,160,197,0.4);
  }
  .table-detailed__body._open {
    z-index: 2;
  }
  .table-detailed__body._open .table-detailed__content {
    opacity: 1;
    pointer-events: all;
  }
  .table-detailed__body._open .table-detailed__arrow {
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
  }
}
.table-detailed__trigger {
  z-index: 1;
}
.table-detailed__arrow {
  position: absolute;
  bottom: 1.6rem;
  right: 1.6rem;
  width: 1.5rem;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.table-detailed__content {
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .table-detailed__content {
    background-color: #fff;
    position: absolute;
    top: 100%;
    left: 0;
    overflow: auto;
    width: 100%;
    opacity: 0;
    pointer-events: none;
    border-radius: 2.4rem;
    border: 1px solid #e0e0e0;
    transition: opacity 0.3s;
  }
  .table-detailed__content img {
    width: unset;
    max-width: unset;
    border-radius: inherit;
    display: block;
    line-height: 0;
  }
}
.tabs__btns {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.tabs__btn {
  background: rgba(82,93,179,0.5);
  margin-right: 0.8rem;
  height: 4.4rem;
  padding: 0 2rem;
  font-size: 1.6rem;
  transition: background 0.3s;
}
@media (any-hover: hover) {
  .tabs__btn {
    transition: background 0.3s, box-shadow 0.3s;
  }
}
@media only screen and (min-width: 1024px) {
  .tabs__btn {
    font-size: 1.6rem;
    height: 4.8rem;
    padding: 0 1.6rem;
  }
}
.tabs__btn:last-child {
  margin-right: unset;
}
.tabs__btn.js-tab-name--active {
  background: #44269a;
  pointer-events: none;
}
@media (any-hover: hover) {
  .tabs__btn.js-tab-name--active:hover {
    box-shadow: none;
  }
}
.wave {
  position: absolute;
  line-height: 0;
  pointer-events: none;
  z-index: 0;
}
.wave img {
  width: 100%;
  height: 100%;
}
.page__main {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}
.page__section-grow {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}
.page__accordion-content {
  display: none;
  transition: height 0.3s ease-in;
  overflow: hidden;
}
.page__icon-wrapper {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page__accordion-icon {
  transition: all 0.3s;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.page .js-accordion-item--open-ready .page__accordion-content:not(.js-accordion-content--child),
.page .js-accordion-item--active .page__accordion-content:not(.js-accordion-content--child) {
  display: block;
}
.page .js-accordion-item--open-ready .page__accordion-icon,
.page .js-accordion-item--active .page__accordion-icon {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.page .js-accordion-item--close-ready .page__accordion-icon {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
.page .js-accordion-item--open-ready .page__accordion-content,
.page .js-accordion-item--close-ready .page__accordion-content,
.page .js-accordion-item--active .page__accordion-content {
  height: auto;
}
.page .js-tab-content:not(.js-tab-content--active) {
  transition: all 0.5s;
  display: none;
}
.page .js-tab-content:not(.js-tab-content--active).js-tab-content--active.js-content-show,
.page .js-tab-content:not(.js-tab-content--active).js-tab-content--active {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.page .js-tab-content:not(.js-tab-content--active).js-content-hide {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.page .js-tab-content:not(.js-tab-content--active).js-content-show {
  opacity: 0;
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
}
.about__wave {
  display: none;
}
@media only screen and (min-width: 768px) {
  .about__wave {
    display: block;
    width: 69.037%;
    right: -2rem;
    top: -8rem;
  }
}
@media only screen and (min-width: 768px) {
  .about__wave {
    top: -17rem;
  }
}
.about__head .title {
  max-width: 73rem;
}
@media only screen and (min-width: 768px) {
  .slider-about .swiper-wrapper {
    width: auto;
    margin: -0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .slider-about .swiper-wrapper {
    margin: -1rem;
  }
}
.slider-about .slider__nav {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .slider-about .slider__nav {
    display: none;
  }
}
.slide-about {
  max-width: 50rem;
  width: 100%;
  margin-right: 2rem;
}
.slide-about:last-child {
  margin-right: unset;
}
@media only screen and (min-width: 768px) {
  .slide-about {
    max-width: unset;
    margin-right: unset;
    width: 50%;
    padding: 0.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .slide-about {
    padding: 1rem;
  }
}
.card-about {
  position: relative;
  margin-bottom: 1.2rem;
  border-radius: 2.4rem;
  background: #d8e0ed;
}
@media only screen and (min-width: 1024px) {
  .card-about {
    border-radius: 4rem;
    margin-bottom: 2rem;
  }
}
.card-about:last-child {
  margin-bottom: unset;
}
@media (any-hover: hover) {
  .card-about .card-about__image img {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .card-about:hover .card-about__image img {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.card-about__image {
  z-index: 0;
  width: 100%;
  border-radius: inherit;
  overflow: hidden;
}
.card-about__image:before {
  padding-bottom: 48.255%;
}
.card-about__image img {
  object-fit: cover;
}
.card-about__body {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 1;
  min-height: 7.2rem;
  padding: 1.6rem;
  background-color: #fff;
  max-width: 16.9rem;
  border-radius: 2.4rem 0px 2.4rem 2.4rem;
}
@media only screen and (min-width: 768px) {
  .card-about__body {
    max-width: 22rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-about__body {
    padding: 2.4rem;
    min-height: 9.6rem;
    border-radius: 2.8rem 0px 2.8rem 2.8rem;
  }
}
.card-about__arrow {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .card-about__arrow {
    display: block;
    position: absolute;
    z-index: 1;
    width: 1.9rem;
    top: 2rem;
    right: 2rem;
    transition: opacity 0.3s 0.3s;
  }
}
.intro-about__wave {
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro-about__wave {
    display: block;
    width: 67.853%;
    right: -5rem;
    top: 7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .intro-about__wave {
    right: -5rem;
    top: 7rem;
  }
}
.intro-about__image {
  background: #d8e0ed;
  overflow: hidden;
  border-radius: 3rem;
  position: relative;
  width: 28.8rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: 0 auto 2rem;
}
.intro-about__image._gradient {
  background: radial-gradient(79.71% 71.28% at 79.42% 28.72%, #fcfdff 0%, #e6e7ea 100%);
}
@media only screen and (min-width: 768px) {
  .intro-about__image {
    width: 32.275%;
    margin-left: unset;
    margin-right: 2rem;
    margin-bottom: unset;
  }
}
.intro-about__image-bg {
  width: 76.034%;
  top: 40%;
  left: 57%;
  z-index: 0;
}
.intro-about__image-box {
  z-index: 1;
  border-radius: 3rem;
  overflow: hidden;
}
.intro-about__image-box:before {
  padding-bottom: 109.446%;
}
.intro-about__image-box img {
  object-fit: contain;
  border-radius: 3rem;
  object-position: left bottom;
}
.intro-about__hash {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  z-index: 2;
  background-color: #fff;
  border-radius: 4rem;
  min-height: 4rem;
  padding: 0.8rem;
  line-height: 0;
}
@media only screen and (max-width: 767px) {
  .intro-about__hash {
    font-weight: 600;
  }
}
@media only screen and (min-width: 1024px) {
  .intro-about__hash {
    top: 1.6rem;
    left: 1.6rem;
    border-radius: 6.4rem;
    min-height: 4.8rem;
    padding: 1.2rem 1.6rem;
  }
}
.intro-about__col {
  max-width: 73.6rem;
  width: 100%;
}
.intro-about__body > p {
  max-width: 39.7rem;
  margin-bottom: 4.5rem;
}
@media only screen and (min-width: 768px) {
  .intro-about__body > p {
    margin-bottom: unset;
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .intro-about__body .btn {
    font-size: 1.8rem;
    height: 5.4rem;
  }
}
.away-block {
  position: absolute;
  left: 50%;
  top: 15%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 100%;
  height: 100%;
  max-width: 640px;
  text-align: center;
  color: #173865;
  font-size: 20px;
  overflow-y: auto;
}
.away-block a {
  color: #173865;
  font-weight: 700;
}
.away-block h1 {
  text-align: center;
  font-size: 1.2em;
  font-weight: 700;
  margin: 19px 0 17px;
  margin-top: 15px;
  line-height: 160%;
}
.away-block__content {
  font-size: 0.75em;
  line-height: 160%;
}
.away-block__browser-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin: 20px 0 0;
  padding: 0;
}
.away-block__browser-list li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: inline-block;
  border-radius: 10px;
  padding-bottom: 10px;
}
.away-block__browser-list li::before {
  content: none;
}
.away-block__good-browser {
  width: 110px;
  height: 120px;
  display: inline-block;
}
.away-block__icon {
  background-image: url("/media/images/browsers.png");
  background-size: 80px;
  background-repeat: no-repeat;
  display: inline-block;
  margin-top: 20px;
  width: 80px;
  height: 80px;
}
.away-block__icon--chrome {
  background-position: 0 -160px;
}
.away-block__icon--yandex {
  background-position: 0 -320px;
}
.away-block__icon--opera {
  background-position: 0 -240px;
}
.away-block__icon--firefox {
  background-position: 0 -80px;
}
.banner {
  z-index: 1;
}
.banner-test .banner__image {
  margin-left: unset;
}
@media only screen and (max-width: 767px) {
  .banner-test .banner__image {
    -webkit-order: 2;
    -ms-flex-order: 2;
    order: 2;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.banner-test .banner__image-box {
  width: 52.334%;
}
.banner-test .banner__image-box:before {
  padding-bottom: 115.356%;
}
.banner-test .banner__image-bg {
  bottom: -35%;
  left: -22%;
}
.banner-test .banner__col {
  max-width: 63rem;
}
@media only screen and (max-width: 767px) {
  .banner-test .banner__col {
    -webkit-order: 1;
    -ms-flex-order: 1;
    order: 1;
    margin-top: unset;
    padding-top: 2.4rem;
    padding-bottom: 4rem;
  }
}
@media only screen and (min-width: 768px) {
  .banner-test .banner__col {
    margin-left: -18rem;
  }
}
@media only screen and (min-width: 1024px) {
  .banner-test .banner__col {
    padding: 2rem 0;
    margin-left: -27rem;
  }
}
@media only screen and (max-width: 767px) {
  .banner-test .banner__body .title {
    font-size: 2.4rem;
  }
}
.banner__wrapper {
  overflow: hidden;
  background: radial-gradient(79.71% 71.28% at 79.42% 28.72%, #fcfdff 0%, #f6f7f9 100%);
  border-radius: 2.4rem;
  min-height: 40rem;
}
@media only screen and (min-width: 1024px) {
  .banner__wrapper {
    border-radius: 6rem;
    min-height: 57.2rem;
  }
}
.banner__row {
  position: relative;
  width: 100%;
  padding-top: 4rem;
}
@media only screen and (max-width: 767px) {
  .banner__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.banner__image {
  position: relative;
  z-index: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 43.9rem;
  margin-left: auto;
  margin-right: auto;
  -webkit-transform: translateX(-5rem);
  transform: translateX(-5rem);
}
@media only screen and (min-width: 768px) {
  .banner__image {
    -webkit-transform: none;
    transform: none;
    margin-right: unset;
    width: 53.915%;
    margin-left: -6.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .banner__image {
    margin-left: -9.5rem;
  }
}
.banner__image-box {
  z-index: 1;
}
.banner__image-box:before {
  padding-bottom: 55.65%;
}
.banner__image_main_page .banner__image-box:before {
  margin-top: 5rem;
}
@media only screen and (max-width: 767px) {
  .banner__image_main_page .banner__image-box:before {
    margin-top: -3rem;
    margin-bottom: 5rem;
  }
}

.mobile_btn_kupit{
  text-align: center;
  margin:10px 0;
}
.banner__image-box img {
  object-fit: contain;
}
.banner__image-bg {
  width: 89.225%;
  top: auto;
  -webkit-transform: none;
  transform: none;
  bottom: 0;
  left: 0%;
}
.logo_banner{
  margin-bottom:1rem;
}
@media only screen and (min-width: 1024px) {
  .logo_banner{
    width: 300px;
  }
}
.banner__col {
  max-width: 51rem;
  width: 100%;
  position: relative;
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  padding: 1.6rem;
  margin-top: -5rem;
}
.banner__image_main_page .banner__col{
  max-width: 81rem;
  padding-top:0;
}
@media only screen and (min-width: 768px) {
  .banner__col {
    margin-top: unset;
    margin-left: -12rem;
    margin-right: 2rem;
    padding: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .banner__col {
    margin-right: 12rem;
    margin-left: -13rem;
    padding: 8rem 0 2rem 0;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
}
.banner__note {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .banner__note {
    margin-top: 6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .banner__note {
    margin-top: 9rem;
  }
}
.snoska{
  max-width: 116rem;
  margin: 0 auto;
  margin-top: -1rem;
  margin-bottom: 3rem;
  padding: 0 2rem;
  font-size: 11px !important;
}
@media only screen and (min-width: 1024px) {
  .snoska{
    padding:0;
  }
}
.benchmark {
  display: none;
}
.buy__frame-wrapper {
  position: relative;
  background-color: #fff;
  height: 52rem;
  padding-top: 5.5rem;
  margin: 0 -1.6rem;
}
@media only screen and (min-width: 768px) {
  .buy__frame-wrapper {
    margin: unset;
    min-height: 1px;
    max-height: none;
    height: auto;
    padding-top: 55rem;
  }
}
@media only screen and (min-width: 1024px) {
  .buy__frame-wrapper {
    padding-top: 60rem;
  }
}
.buy__frame-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 5.5rem);
  opacity: 0;
  transition: opacity 0.3s 0.7s;
}
.buy__frame-container.js-visible {
  opacity: 1;
}
.confirmation__btns .btn {
  margin-right: 0.8rem;
}
.confirmation__btns .btn:last-child {
  margin-right: unset;
}
.doctors__head .title {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .doctors__head .title {
    margin-bottom: unset;
    margin-right: 2rem;
  }
}
.doctors__wave {
  display: none;
}
@media only screen and (min-width: 768px) {
  .doctors__wave {
    display: block;
    width: 86.399%;
    right: 3.3rem;
    top: 37rem;
  }
}
.doctors__row {
  margin: -1rem;
}
.doctors__item {
  padding: 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .doctors__item {
    width: 50%;
  }
}
.error__wave {
  display: none;
}
@media only screen and (min-width: 768px) {
  .error__wave {
    display: block;
    width: 86.399%;
    top: 6rem;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .error__wave {
    top: 17rem;
    right: 15rem;
  }
}
.error__row {
  padding: 6rem 0;
}
@media only screen and (min-width: 1024px) {
  .error__row {
    padding: 14rem 0 26rem;
  }
}
.error__body {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-bottom: 6.5rem;
}
@media only screen and (min-width: 768px) {
  .error__body {
    margin-bottom: unset;
    margin-right: 5rem;
  }
}
.error__body >p {
  z-index: 2;
}
.error__text {
  width: 12.5rem;
  position: relative;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 1.5rem;
}
@media only screen and (min-width: 1024px) {
  .error__text {
    width: 26.1rem;
    margin: 0 3rem;
  }
}
.error__text:before {
  background-color: #fff;
  position: relative;
  border-radius: inherit;
  z-index: 1;
}
.error__text p {
  z-index: 2;
}
@media only screen and (max-width: 767px) {
  .error__text p {
    font-size: 2rem;
  }
}
.error__bg {
  width: 191.193%;
  z-index: 0;
}
.faq-detailed__wave {
  display: none;
}
@media only screen and (min-width: 768px) {
  .faq-detailed__wave {
    display: block;
    width: 69.037%;
    right: -7rem;
    top: -8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .faq-detailed__wave {
    right: -1rem;
    top: -18rem;
  }
}
.faq-detailed__head .title {
  max-width: 72.6rem;
}
.faq-detailed__text {
  max-width: 105.4rem;
}
.faq__head .title {
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .faq__head .title {
    margin-bottom: unset;
    margin-right: 2rem;
  }
}
@media only screen and (max-width: 575px) {
  .faq__head .tabs__btns {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .faq__head .tabs__btns .btn:first-child {
    margin-bottom: 1.6rem;
    margin-right: unset;
  }
}
.faq__row {
  margin: -1rem;
}
.faq__item {
  padding: 1rem;
  width: 100%;
}
@media only screen and (min-width: 576px) {
  .faq__item {
    width: 50%;
  }
}
.card-faq {
  position: relative;
  min-height: 13.2rem;
  padding: 1.6rem;
  height: 100%;
}
@media only screen and (min-width: 1024px) {
  .card-faq {
    padding: 4rem;
    min-height: 18rem;
  }
}
@media (any-hover: hover) {
  .card-faq {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .card-faq .card-faq__link {
    transition: -webkit-transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s;
    transition: transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
  }
  .card-faq:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  .card-faq:hover .card-faq__link {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }
}
.card-faq__link {
  position: absolute;
  width: 1.5rem;
  top: 1.6rem;
  right: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .card-faq__link {
    top: 2.4rem;
    width: 1.9rem;
  }
}
.card-faq__body {
  margin-top: 2rem;
}
.frequency__wave {
  display: none;
}
@media only screen and (min-width: 768px) {
  .frequency__wave {
    display: block;
    width: 88.577%;
    right: -6.6rem;
    top: 10rem;
  }
  .frequency__wave._top {
    top: -3rem;
  }
}
.item-frequency {
  max-width: 106.6rem;
  width: 100%;
  padding: 1.6rem 0.5rem;
  margin-bottom: 2rem;
}
.item-frequency._big {
  max-width: 116.9rem;
}
.item-frequency:last-child {
  margin-bottom: unset;
}
@media only screen and (min-width: 768px) {
  .item-frequency {
    padding: 1.6rem 1.6rem 2.6rem 2.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .item-frequency {
    margin-bottom: 4rem;
    padding: 4rem 2.5rem 4rem 4rem;
  }
}
@media only screen and (max-width: 767px) {
  .item-frequency__row {
    text-align: center;
  }
}
.item-frequency__icons {
  margin: 0 -0.2rem;
}
@media only screen and (min-width: 1024px) {
  .item-frequency__icons {
    margin: 0 -0.8rem;
  }
}
.item-frequency__icons img {
  display: block;
  width: 2.4rem;
  height: 2.4rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0 0.2rem;
}
@media only screen and (min-width: 768px) {
  .item-frequency__icons img {
    width: 3.6rem;
    height: 3.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .item-frequency__icons img {
    margin: 0 0.8rem;
    width: 6.4rem;
    height: 6.4rem;
  }
}
.item-frequency__body {
  margin-top: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .item-frequency__body {
    margin-top: unset;
    margin-left: 1.6rem;
  }
}
@media only screen and (min-width: 1024px) {
  .item-frequency__body {
    margin-left: 2.4rem;
  }
}
@media only screen and (min-width: 768px) {
  .item-frequency__body .title {
    font-weight: 600;
  }
}
.item-frequency__body .title sup {
  font-size: 65%;
}
@media only screen and (max-width: 767px) {
  .item-frequency__body p br {
    display: none;
  }
}
.info__wave {
  display: none;
}
@media only screen and (min-width: 768px) {
  .info__wave {
    display: block;
    width: 69.721%;
    left: 0;
    top: 12rem;
  }
}
@media only screen and (min-width: 1024px) {
  .info__wave {
    left: -8.4rem;
    top: 15rem;
  }
}
@media only screen and (max-width: 1279px) {
  .info .slider-about {
    max-width: 84.7rem;
  }
}
@media only screen and (max-width: 767px) {
  .info .slider-about .swiper-container {
    z-index: 3;
    position: relative;
  }
}
@media only screen and (min-width: 768px) {
  .info .slider-about .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.info .slide-about .card-info:last-child .card-info__content {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 768px) {
  .info .slide-about {
    width: calc(100% + 10px);
    margin: -5px;
  }
  .info .slide-about .card-info {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    padding: 5px;
    width: 55.814%;
  }
  .info .slide-about .card-info:last-child {
    width: 44.194%;
  }
  .info .slide-about:nth-child(even) .card-info {
    width: 49.275%;
  }
  .info .slide-about:nth-child(even) .card-info:last-child {
    width: 50.735%;
  }
  .info .slide-about:last-child .card-info {
    width: 44.194%;
  }
  .info .slide-about:last-child .card-info:last-child {
    width: 55.814%;
  }
}
@media only screen and (min-width: 1024px) {
  .info .slide-about {
    width: calc(100% + 20px);
    margin: -10px;
  }
  .info .slide-about .card-info {
    padding: 10px;
  }
}
@media only screen and (max-width: 1023px) {
  .info__wrapper {
    display: block;
  }
}
.info__wrapper .slider-about {
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  min-width: 0;
  width: 100%;
}
.info__image {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: radial-gradient(132.9% 132.14% at 20.29% 15.43%, #fff 0%, #d3d9e1 100%);
  border-radius: 2.4rem;
  overflow: hidden;
  max-width: 28.8rem;
  width: 100%;
  margin: 0 auto;
  margin-top: 5.6rem;
}
@media only screen and (min-width: 1024px) {
  .info__image {
    border-radius: 6rem;
    margin-top: unset;
    max-width: unset;
    width: 33rem;
    margin-right: unset;
    margin-left: 2rem;
  }
}
@media only screen and (min-width: 1280px) {
  .info__image {
    width: 32.275%;
  }
}
.info__image:before {
  padding-bottom: 142.866%;
}
.info__image:before img {
  border-radius: inherit;
  object-fit: cover;
}
.card-info {
  margin-bottom: 2rem;
}
.card-info:last-child {
  margin-bottom: unset;
}
@media only screen and (min-width: 768px) {
  .card-info {
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .card-info {
    height: 100%;
  }
}
.card-info__wrapper {
  position: relative;
  padding: 4rem 2.4rem 2.4rem;
  min-height: 14.4rem;
  border-radius: 2.4rem;
}
@media only screen and (min-width: 768px) {
  .card-info__wrapper {
    min-height: 18rem;
    border-radius: 4.4rem;
  }
}
.card-info__wrapper._open .card-info__content {
  opacity: 1;
  pointer-events: all;
}
.card-info__wrapper._open .card-info__content .text {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
  transition: all 0.3s 0.3s;
}
.card-info__trigger {
  border-radius: inherit;
  z-index: 2;
}
@media (any-hover: hover) {
  .card-info__trigger:hover ~ .card-info__icon._arrow {
    -webkit-transform: translate(5px, -5px);
    transform: translate(5px, -5px);
  }
}
.card-info__icon {
  position: absolute;
  top: 1.5rem;
  right: 1.5rem;
  z-index: 1;
  line-height: 0;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 768px) {
  .card-info__icon {
    top: 2.5rem;
    right: 2.5rem;
  }
}
.card-info__icon._arrow {
  width: 1.9rem;
}
.card-info__icon._close {
  width: 1.5rem;
}
@media (any-hover: hover) {
  .card-info__icon._close {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .card-info__icon._close:hover {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
}
.card-info__content {
  position: absolute;
  padding: 3.2rem 1.6rem 1.6rem;
  min-height: 14.4rem;
  top: 0;
  left: 0;
  z-index: 3;
  opacity: 0;
  pointer-events: none;
  border-radius: inherit;
  transition: opacity 0.3s;
}
@media only screen and (min-width: 768px) {
  .card-info__content {
    width: 73.6rem;
    min-height: 18rem;
    padding: 4rem 2.4rem 2.4rem;
    min-height: 100%;
  }
}
@media only screen and (min-width: 1024px) {
  .card-info__content {
    width: 84.7rem;
  }
}
.card-info__content .text {
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  opacity: 0;
  transition: all 0.3s;
}
@media only screen and (max-width: 1023px) {
  .instruction__head {
    margin-bottom: 2rem;
  }
}
.instruction__head .btn {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .instruction__head .btn {
    margin-top: unset;
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .instruction .section.mb-40 {
    margin-bottom: 5.6rem;
  }
}
.main-menu {
  color: #333;
}
@media only screen and (max-width: 1023px) {
  .main-menu {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    overflow-y: auto;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
}
.main-menu .btn {
  margin-top: 2rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
@media only screen and (min-width: 1024px) {
  .main-menu .btn {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .main-menu__list {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .main-menu__list {
    margin-left: -2rem;
  }
}
.main-menu__item {
  position: relative;
}
@media only screen and (max-width: 1023px) {
  .main-menu__item {
    margin-bottom: 2rem;
  }
  .main-menu__item:last-child {
    margin-bottom: unset;
  }
}
@media only screen and (min-width: 1024px) {
  .main-menu__item {
    margin-left: 2rem;
  }
}
@media only screen and (max-width: 1023px) {
  .main-menu__item._submenu-open .submenu {
    display: block;
  }
  .main-menu__item._submenu-open .main-menu__link svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
}
@media only screen and (min-width: 1024px) {
  .main-menu__item:hover .main-menu__link svg,
  .main-menu__item:focus .main-menu__link svg {
    -webkit-transform: rotate(-180deg);
    transform: rotate(-180deg);
  }
  .main-menu__item:hover .submenu,
  .main-menu__item:focus .submenu {
    opacity: 1;
    pointer-events: all;
    -webkit-transform: none;
    transform: none;
  }
}
.main-menu__link svg {
  width: 1.2rem;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.submenu {
  padding-top: 1rem;
  display: none;
}
@media only screen and (min-width: 1024px) {
  .submenu {
    padding-top: 0.2rem;
    display: block;
    position: absolute;
    left: -4rem;
    top: 100%;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    pointer-events: none;
  }
}
@media only screen and (min-width: 1024px) {
  .submenu {
    transition: all 0.3s;
  }
}
.submenu__list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media only screen and (min-width: 1024px) {
  .submenu__list {
    padding: 2.4rem 4rem;
    box-shadow: 0px 20px 50px rgba(162,160,197,0.4);
    border-radius: 4.4rem;
    background-color: #fff;
  }
  .submenu__list.submenu__list_faq{
    padding: 2.4rem 3rem;
  }
}
.submenu__item {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1rem;
}
.submenu__item::before {
  content: none;
}
@media only screen and (min-width: 1024px) {
  .submenu__item {
    margin-bottom: 2rem;
  }
}
.submenu__item:last-child {
  margin-bottom: unset;
}
@media only screen and (max-width: 1023px) {
  .submenu__link {
    white-space: nowrap;
  }
}
.compos__wave {
  display: none;
}
@media only screen and (min-width: 768px) {
  .compos__wave {
    display: block;
    width: 102.787%;
    right: -12rem;
    top: -10.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .compos__wave {
    right: -17rem;
    top: -15rem;
  }
}
.compos__body {
  width: 100%;
  max-width: 28rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .compos__body {
    margin-right: unset;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .compos__body {
    max-width: 51.2rem;
  }
}
.compos__cols {
  margin: -1rem;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}
@media only screen and (min-width: 1024px) {
  .compos__cols {
    margin: -1.2rem;
  }
}
.compos__col {
  padding: 1rem;
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .compos__col {
    width: 50%;
  }
}
@media only screen and (min-width: 1024px) {
  .compos__col {
    padding: 1.2rem;
  }
}
.compos__item {
  padding: 1.6rem;
  height: 100%;
  min-height: 10rem;
}
@media only screen and (min-width: 1024px) {
  .compos__item {
    min-height: 20rem;
    padding: 2.4rem;
  }
}
@media (any-hover: hover) {
  .compos__item {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .compos__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.effect__wave {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .effect__wave {
    display: block;
    width: 105.074%;
    right: -20rem;
    top: 2rem;
  }
}
.effect__head .title {
  max-width: 50rem;
}
@media only screen and (min-width: 1024px) {
  .effect__head .title {
    max-width: 77rem;
  }
}
.effect__row {
  margin: -1rem;
}
@media only screen and (max-width: 1023px) {
  .effect__row {
    display: none;
  }
}
.effect__col {
  width: 50%;
  padding: 1rem;
}
.effect__col.js-tab-name--active .effect__item {
  box-shadow: 0px 20px 50px #7463a7;
}
.effect__item {
  position: relative;
  min-height: 20rem;
  padding: 4.4rem 4rem;
  transition: box-shadow 0.3s;
}
@media (any-hover: hover) {
  .effect__item {
    transition: box-shadow 0.3s, -webkit-transform 0.3s;
    transition: transform 0.3s, box-shadow 0.3s;
    transition: transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s;
  }
  .effect__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.effect__icon {
  width: 5.6rem;
  height: 5.6rem;
  position: absolute;
  bottom: 1.5rem;
  right: 1.5rem;
  z-index: 0;
}
@media only screen and (min-width: 1024px) {
  .effect__icon {
    width: 10rem;
    height: 10rem;
    bottom: 0.8rem;
    right: 0.8rem;
  }
}
.effect__trigger {
  z-index: 1;
  border-radius: inherit;
}
.effect__content {
  min-width: 0;
}
@media only screen and (min-width: 1024px) {
  .effect__content {
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    width: 52.2rem;
    margin-left: 1.9rem;
  }
}
@media only screen and (min-width: 1024px) {
  .effect__content .slider__nav {
    display: none;
  }
}
.effect__slide {
  max-width: 100%;
}
@media only screen and (max-width: 1023px) {
  .effect__slide {
    display: block !important;
    width: 28.8rem;
    margin-right: 2rem;
  }
  .effect__slide:last-child {
    margin-right: unset;
  }
}
.card-effect {
  border-radius: 2.8rem 2.8rem 3.2rem 3.2rem;
  background: radial-gradient(94.11% 80.79% at 62.08% 31.04%, #fcfdff 0%, #e6e7ea 100%);
}
.card-effect__image {
  z-index: 0;
  position: relative;
}
.card-effect__image:before {
  padding-bottom: 69.351%;
}
@media only screen and (min-width: 1024px) {
  .card-effect__image {
    opacity: 0;
  }
}
.card-effect__image img {
  object-fit: contain;
  height: auto;
  max-height: 100%;
  width: auto;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (max-width: 1023px) {
  .card-effect__image img {
    padding: 2rem;
  }
}
.card-effect__col {
  position: relative;
  z-index: 1;
  background: #fff;
  box-shadow: 0px 20px 50px rgba(162,160,197,0.4);
  border-radius: 3.2rem;
  min-height: 24.6rem;
  padding: 1.6rem;
  margin-top: -1.5rem;
}
@media only screen and (min-width: 1024px) {
  .card-effect__col {
    margin-top: unset;
    min-height: 27.8rem;
    padding: 4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-effect__col .effect__icon {
    opacity: 0;
  }
}
.card-effect__body {
  padding-bottom: 7rem;
}
@media only screen and (max-width: 1023px) {
  .card-effect__body .title {
    font-size: 1.6rem;
  }
}
.help__pack {
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 32rem;
}
@media only screen and (max-width: 767px) {
  .help__pack {
    width: 100%;
    max-width: 40rem;

    margin: 0 auto;
    -webkit-transform: translateX(-1.6rem);
    transform: translateX(-1.6rem);
  }
}
@media only screen and (max-width: 575px) {
  .help__pack {
    max-width: 32rem;
  }
}
@media only screen and (min-width: 768px) {
  .help__pack {
    width: 49.065%;
    margin-right: 3.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .help__pack {
    margin-right: 4.8rem;
  }
}
.help__pack-box {
  z-index: 1;
}
.help__pack-box:before {
  padding-bottom: 55.65%;
}
.help__pack-bg {
  width: 134.392%;
}
@media only screen and (min-width: 768px) {
  .help__pack-bg {
    left: 46%;
  }
}
@media only screen and (min-width: 769px) {
  .btn-pack-box {
    display: none;
  }
}
.mainpage-btns {
  display: flex;
  justify-content: flex-start;
}
.mainpage-btns > .btn:first-of-type {
  margin-right: 1rem;
}
.mainpage-mobile-btns {
  display: none;
}
@media only screen and (max-width: 768px) {
  .help__pack-box {
    max-width: 28rem;
  }
  .help .btn {
    display: none;
  }
  .help .btn-pack-box {
    display: flex;
    /* position: absolute; */
    /* right: 0; */
    /* top: 9rem; */
  }
  .mainpage-btns {
    display: none;
  }
  .mainpage-mobile-btns {
    display: flex;
    flex-direction: column;
    position: absolute;
    right: -2rem;
    top: 6rem;
  }
  .help .btn--dark-blue {
    display: flex;
  }
  .mainpage-mobile-btns > .btn:first-of-type {
    margin-bottom: 1rem;
  }
}
@media only screen and (max-width: 575px) {
  .help__pack {
    transform: none;
  }
  .help__pack-box {
    /* max-width: 22rem; */
    max-width: 100%;
  }
  .help .btn-pack-box {
    top: 7rem;
  }

  .mainpage-mobile-btns {
    position: relative;
    right: auto;
    top: 0;
    margin-bottom: 2rem;
  }

  .help .item-response img {
    left: 0;
    margin-left: 50%;
    transform: translateX(-50%);
  }
}

.help__col {
  max-width: 50.9rem;
  width: 100%;
  position: relative;
  z-index: 1;
}
.intro__wave {
  display: none;
}
@media only screen and (min-width: 768px) {
  .intro__wave {
    display: block;
    top: -1rem;
    width: 69.037%;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 1024px) {
  .intro__wave {
    top: -6rem;
  }
}
.intro__container {
  padding-top: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .intro__container {
    padding-top: 3.5rem;
  }
}
.intro__head {
  margin-bottom: 3rem;
}
@media only screen and (min-width: 768px) {
  .intro__head {
    margin-bottom: 5rem;
  }
}
.intro__title {
  max-width: 28rem;
  margin-bottom: 0.8rem;
}
@media only screen and (max-width: 767px) {
  .intro__title {
    transition: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 768px) {
  .intro__title {
    margin-bottom: unset;
    margin-right: 3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__title {
    max-width: 61.8rem;
  }
}
.intro__title span {
  display: inline-block;
  margin-left: 7.7rem;
}
@media only screen and (min-width: 1024px) {
  .intro__title span {
    margin-left: 18rem;
  }
}
.intro__subtitle {
  max-width: 25rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media only screen and (max-width: 767px) {
  .intro__subtitle {
    transition: none;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
@media only screen and (min-width: 1024px) {
  .intro__subtitle {
    line-height: 1.12;
    max-width: 52.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .slider-intro {
    min-height: 23.7rem;
    width: 21.2rem;
    margin: 0 auto;
    transition-delay: 0s !important;
    transition: none;
  }
}
@media only screen and (min-width: 768px) {
  .slider-intro .swiper-wrapper {
    width: auto;
    margin: -1rem;
  }
}
.slider-intro .slider__nav {
  margin-top: 2rem;
}
@media only screen and (min-width: 768px) {
  .slider-intro .slider__nav {
    display: none;
  }
}
.slider-intro .slider__nav .slider__pag {
  max-width: unset;
  width: unset;
}
.slider-intro .slider__nav .slider__pag .swiper-pagination-bullet-active {
  width: 8rem;
}
@media only screen and (max-width: 767px) {
  .card-intro {
    opacity: 1 !important;
    transition: all 0.5s;
  }
  .card-intro .card-intro__wrapper > div {
    transition: opacity 0.5s;
  }
  .card-intro:not(.swiper-slide-active) .card-intro__wrapper {
    pointer-events: none;
    -webkit-transform: translateX(-9.5rem) scale(0.7);
    transform: translateX(-9.5rem) scale(0.7);
  }
  .card-intro:not(.swiper-slide-active) .card-intro__wrapper > div {
    opacity: 0;
  }
  .card-intro.swiper-slide-active {
    z-index: 3;
  }
  .card-intro.swiper-slide-active[aria-label='2 / 4'] ~ .swiper-slide:last-child {
    z-index: 0;
  }
  .card-intro.swiper-slide-active[aria-label='2 / 4'] ~ .swiper-slide:last-child .card-intro__wrapper {
    -webkit-transform: translateX(9.5rem) scale(0.7) !important;
    transform: translateX(9.5rem) scale(0.7) !important;
  }
  .card-intro.swiper-slide-next {
    z-index: 2;
  }
  .card-intro.swiper-slide-next .card-intro__wrapper {
    -webkit-transform: translateX(5.5rem) scale(0.8);
    transform: translateX(5.5rem) scale(0.8);
  }
  .card-intro.swiper-slide-next ~ .swiper-slide {
    z-index: 1;
  }
  .card-intro.swiper-slide-next ~ .swiper-slide .card-intro__wrapper {
    -webkit-transform: translateX(9.5rem) scale(0.7);
    transform: translateX(9.5rem) scale(0.7);
  }
  .card-intro.swiper-slide-next ~ .swiper-slide:last-child {
    z-index: 0;
  }
  .card-intro.swiper-slide-next ~ .swiper-slide:last-child .card-intro__wrapper {
    -webkit-transform: translateX(12.5rem) scale(0.6);
    transform: translateX(12.5rem) scale(0.6);
  }
  .card-intro.swiper-slide-prev {
    z-index: 1;
  }
  .card-intro.swiper-slide-prev .card-intro__wrapper {
    -webkit-transform: translateX(-5.5rem) scale(0.8);
    transform: translateX(-5.5rem) scale(0.8);
  }
}
@media only screen and (min-width: 768px) {
  .card-intro {
    -webkit-flex: 3;
    -ms-flex: 3;
    flex: 3;
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .card-intro:nth-child(3) .card-intro__body {
    width: 7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-intro:nth-child(3) .card-intro__body {
    width: 9.1rem;
  }
}
@media only screen and (min-width: 768px) {
  .card-intro:last-child .card-intro__body {
    width: 14.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-intro:last-child .card-intro__body {
    width: 18.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-intro {
    transition: all 0.3s;
  }
  .card-intro:first-child .card-intro__image img {
    -webkit-transform: translateX(0.5rem);
    transform: translateX(0.5rem);
  }
  .card-intro .card-intro__link {
    transition: 0.3s;
  }
  .card-intro .card-intro__body {
    transition: all 0.3s;
  }
  .card-intro .card-intro__bg {
    transition: opacity 0.3s;
  }
  .card-intro .card-intro__image {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .card-intro:hover {
    -webkit-flex: 4;
    -ms-flex: 4;
    flex: 4;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
  }
  .card-intro:hover .card-intro__link {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
    transition: all 0.3s 0.3s;
  }
  .card-intro:hover .card-intro__body {
    height: 15.2rem;
    width: 27rem;
  }
  .card-intro:hover .card-intro__body p {
    display: block;
  }
  .card-intro:hover .card-intro__bg {
    opacity: 1;
  }
  .card-intro:hover .card-intro__image {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
  }
}
.card-intro__wrapper {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background: radial-gradient(79.71% 71.28% at 79.42% 28.72%, #fcfdff 0%, #e6e7ea 100%);
  border-radius: 2rem;
  min-height: 23.7rem;
  box-shadow: 0px 20px 50px rgba(162,160,197,0.4);
}
@media only screen and (max-width: 767px) {
  .card-intro__wrapper {
    transition: all 0.5s;
    -webkit-transform-origin: bottom;
    transform-origin: bottom;
  }
}
@media only screen and (min-width: 768px) {
  .card-intro__wrapper {
    min-height: 22rem;
    border-radius: 4rem;
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .card-intro__wrapper {
    min-height: 32rem;
  }
}
.card-intro__link {
  display: none;
}
@media only screen and (min-width: 768px) {
  .card-intro__link {
    display: block;
    position: absolute;
    z-index: 1;
    line-height: 0;
    opacity: 1;
    top: 2rem;
    right: 2rem;
    width: 1.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-intro__link {
    width: 1.9rem;
    -webkit-transform: translate(-10px, 10px);
    transform: translate(-10px, 10px);
    opacity: 0;
    top: 3.5rem;
    right: 3.5rem;
  }
}
.card-intro__bg {
  z-index: 0;
  width: 69.574%;
}
@media only screen and (min-width: 768px) {
  .card-intro__bg {
    opacity: 0;
    left: 55%;
  }
}
.card-intro__image {
  z-index: 1;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  border-radius: inherit;
  overflow: hidden;
}
@media only screen and (max-width: 767px) {
  .card-intro__image {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
    pointer-events: none;
  }
}
.card-intro__image img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  object-position: left bottom;
}
@media only screen and (max-width: 767px) {
  .card-intro__image img {
    width: 98%;
    height: 98%;
  }
}
.card-intro__body {
  border-radius: 2rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 1.6rem 1rem;
}
@media only screen and (max-width: 767px) {
  .card-intro__body {
    max-width: 20rem;
    width: 100%;
    margin-left: auto;
  }
}
@media only screen and (min-width: 768px) {
  .card-intro__body {
    padding: 1.6rem;
    height: 5rem;
    width: 8rem;
    border-radius: 2.8rem 0px 2.8rem 2.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .card-intro__body {
    height: 7.2rem;
    padding: 2.4rem;
    width: 10.2rem;
  }
}
.card-intro__body p {
  margin-top: 0.4rem;
}
@media only screen and (min-width: 768px) {
  .card-intro__body p {
    margin-top: 0.8rem;
    display: none;
    -webkit-animation: upTabContent 0.3s 0.3s both;
    animation: upTabContent 0.3s 0.3s both;
  }
}
@media only screen and (max-width: 767px) {
  .card-intro__title {
    font-size: 2rem;
  }
}
.switch._switched .action-switch__body {
  background-color: #e31d93;
}
.switch._switched .action-switch__body:before {
  -webkit-transform: translateX(6.4rem);
  transform: translateX(6.4rem);
}
@media only screen and (min-width: 1024px) {
  .switch._switched .action-switch__body:before {
    -webkit-transform: translateX(13.2rem);
    transform: translateX(13.2rem);
  }
}
.switch._switched .action-switch__arrow {
  opacity: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}
.switch._switched .circle-switch__flash {
  background: radial-gradient(50% 50% at 50% 50%, #c85889 0%, rgba(255,230,242,0) 100%);
}
.switch._switched .circle-switch__bg-static {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.switch._switched .circle-switch__bg-switched {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}
.switch._switched .text-for-switch span:first-child {
  display: none;
}
.switch._switched .text-for-switch span:nth-child(2) {
  display: block;
}
.switch__wrapper {
  position: relative;
}
.switch__head .title {
  max-width: 95rem;
  margin-bottom: 2rem;
}
@media only screen and (min-width: 768px) {
  .switch__head .title {
    margin-bottom: unset;
    margin-right: 2rem;
  }
}
.switch__head .btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.switch__woman {
  margin-right: 1.5rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  opacity: 0;
  transition: opacity 0.3s 0.3s;
}
.switch__woman._loaded {
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .switch__woman {
    width: 17rem;
    position: absolute;
    top: 0;
    width: 18rem;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (max-width: 575px) {
  .switch__woman {
    left: -2.5rem;
    -webkit-transform: none;
    transform: none;
  }
}
@media (max-width: 359px) {
  .switch__woman {
    left: -3.5rem;
  }
}
@media only screen and (min-width: 768px) {
  .switch__woman {
    margin-left: -2rem;
    width: 23rem;
  }
}
@media only screen and (min-width: 1024px) {
  .switch__woman {
    width: 40rem;
    margin-left: -2.5rem;
  }
}
.switch__woman-box:before {
  padding-bottom: 186%;
}
.switch__woman-box lottie-player {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (min-width: 768px) {
  .switch__content {
    padding-top: 2.6rem;
  }
}
.switch__row {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .switch__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.switch__items {
  z-index: 1;
}
@media only screen and (max-width: 767px) {
  .switch__items {
    margin-left: auto;
    width: 100%;
  }
}
.item-switch {
  margin-bottom: 1.6rem;
  padding: 1rem;
  width: 15.2rem;
  min-height: 9.3rem;
}
@media only screen and (max-width: 767px) {
  .item-switch {
    margin-left: auto;
  }
}
@media only screen and (min-width: 1024px) {
  .item-switch {
    width: 30rem;
    min-height: 15.6rem;
    padding: 2.4rem;
    margin-bottom: 2.4rem;
  }
}
.item-switch:first-child .item-switch__title:before {
  background-color: #e31d93;
}
.item-switch:nth-child(odd) {
  margin-left: auto;
}
@media only screen and (min-width: 1024px) {
  .item-switch:nth-child(odd) {
    margin-left: 6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .item-switch:nth-child(even) {
    width: 18rem;
  }
}
.item-switch:last-child {
  margin-bottom: unset;
}
.item-switch:last-child .item-switch__title:before {
  background-color: #51b1a0;
}
.item-switch__title {
  margin-bottom: 0.8rem;
}
.item-switch__title:before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #44269a;
  margin-right: 0.8rem;
}
@media only screen and (min-width: 1024px) {
  .item-switch__title:before {
    width: 3.5rem;
    height: 3.5rem;
    margin-right: 2rem;
  }
}
.item-switch__title sub {
  bottom: -0.1em;
}
.circle-switch {
  width: 17rem;
  height: 17rem;
  text-align: center;
  position: relative;
  margin-top: 8rem;
  margin-left: auto;
  margin-right: auto;
}
@media only screen and (min-width: 768px) {
  .circle-switch {
    margin-top: unset;
    width: 20rem;
    height: 20rem;
    margin-right: unset;
    margin-left: 7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .circle-switch {
    width: 32.8rem;
    height: 32.8rem;
    margin-left: 10rem;
  }
}
.circle-switch__bg {
  width: 171.045%;
  z-index: 0;
  transition: opacity 0.3s;
}
.circle-switch__bg img {
  object-fit: contain;
  transition: all 1s;
}
.circle-switch__bg-switched {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.circle-switch__item {
  position: relative;
  background-color: #fff;
  border-radius: 50%;
  z-index: 1;
}
.circle-switch__title {
  margin-bottom: 0.8rem;
}
.circle-switch__flash {
  border-radius: 50%;
  width: 152.449%;
  background: radial-gradient(50% 50% at 50% 50%, #8d93eb 0%, rgba(255,255,255,0) 100%);
  z-index: -1;
}
.action-switch {
  margin-top: 4rem;
  position: relative;
  z-index: 2;
  padding: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .action-switch {
    padding: 1.5rem 2.4rem;
  }
}
.action-switch > p {
  max-width: 50.1rem;
}
.action-switch__btn {
  width: 10.6rem;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  height: 4rem;
  position: relative;
  cursor: pointer;
  border-radius: 4rem;
  margin-bottom: 1.6rem;
}
@media only screen and (min-width: 768px) {
  .action-switch__btn {
    margin-bottom: unset;
    margin-right: 4.3rem;
  }
}
@media only screen and (min-width: 1024px) {
  .action-switch__btn {
    width: 21.2rem;
    height: 8rem;
    margin-right: 6.2rem;
  }
}
.action-switch__body {
  background-color: #ffd4ee;
  border-radius: inherit;
  padding: 0.4rem;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .action-switch__body {
    padding: 0.8rem;
  }
}
@media (any-hover: hover) {
  .action-switch__body:hover:before {
    border-color: #e31d93;
  }
}
.action-switch__body:before {
  content: '';
  display: block;
  border-radius: 50%;
  width: 3.2rem;
  height: 3.2rem;
  box-shadow: 0px 20px 50px rgba(162,160,197,0.4);
  background-color: #fff;
  border: solid 1px #fff;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: 1.3rem;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
@media only screen and (min-width: 1024px) {
  .action-switch__body:before {
    width: 6.4rem;
    height: 6.4rem;
    margin-right: 2.5rem;
  }
}
.action-switch__arrow {
  width: 3.6rem;
  transition: all 0.3s;
}
@media only screen and (min-width: 1024px) {
  .action-switch__arrow {
    width: 7.4rem;
  }
}
.text-for-switch span {
  -webkit-animation: showText 1s both;
  animation: showText 1s both;
}
.text-for-switch span:first-child {
  display: block;
}
.text-for-switch span:nth-child(2) {
  display: none;
}
@-webkit-keyframes showText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes showText {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
.use__wave {
  top: 65%;
  width: 57rem;
}
@media only screen and (min-width: 576px) {
  .use__wave {
    top: 75%;
    width: 338.035%;
  }
}
@media only screen and (max-width: 767px) {
  .use__head {
    margin-bottom: 4rem;
  }
}
.use__head > .title {
  max-width: 45rem;
  width: 100%;
  margin-bottom: 2rem;
}


.use__head > .title.title_use_main {
  max-width: inherit;
  width: 100%;
  margin-bottom: 2rem;
}

@media only screen and (min-width: 768px) {
  .use__head > .title {
    margin-bottom: unset;
    margin-right: 3.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .use__head > .title {
    margin-right: 5rem;
  }
}
.use__head > p {
  max-width: 75.5rem;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media only screen and (max-width: 575px) {
  .use__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.use__col {
  width: 100%;
  z-index: 1;
}
@media only screen and (min-width: 576px) {
  .use__col {
    width: 33.333%;
  }
  .use_firts .use__col{
    width: 39%;
  }
  .use_firts .use__col._with-pill{
    width:21%;
  }
}
.use__col._with-pill {
  position: relative;
  text-align: center;
  z-index: 0;
}
.use__col .btn {
  z-index: 1;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
}
@media only screen and (max-width: 575px) {
  .use__col .btn {
    display: none;
  }
}
@media only screen and (max-width: 767px) {
  .use__col > .title {
    font-size: 1.6rem;
  }
}

.use_firts .use__items {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.use__item {
  position: relative;
  padding: 1.6rem 2.4rem;
  margin-bottom: 1.6rem;
  min-height: 11.4rem;
}
.use__items .use__item.use__item-colum{
  margin-left: 0;
  width: 50rem;
  box-sizing: border-box;
  position: relative;
  padding-top: 6rem;
}
@media only screen and (max-width: 1023px) {
  .use_firts .use__items .use__item.use__item-colum {
    max-width: 50rem;
    width: auto;
  }
  .use_firts .use__text .title.fs-22{
    font-size: 1.8rem;
  }
  .use_firts .use__text .c-gray{
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 575px) {
  .use_firts .use__text .title.fs-22{
    font-size: 2.2rem;
  }
  .use_firts .use__text .c-gray{
    font-size: 1.6rem;
  }
}
.use__item.use__item-colum .title {
  color: #E31D93;
  margin-right: 0;
}
.use__item.use__item-colum .title:after{
  content: '';
  position: absolute;
  width:38px;
  height: 40px;
  background: url('/media/images/icons/icon-main-page.svg');
  top: -4.7rem;
  left: -1.9rem;
}
@media only screen and (max-width: 575px) {
  .use__item {
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}
@media only screen and (min-width: 1024px) {
  .use__item {
    min-height: 20rem;
    padding: 4rem;
    margin-bottom: 2.4rem;
  }
}
@media (any-hover: hover) {
  .use__item {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .use__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@media only screen and (min-width: 768px) {
  .use__item:first-child {
    margin-right: 3.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .use__item:first-child {
    margin-right: 5rem;
  }
}
.use__item:last-child {
  margin-bottom: unset;
}
@media only screen and (min-width: 768px) {
  .use__item:last-child {
    margin-left: 3.5rem;
  }
}
@media only screen and (min-width: 1024px) {
  .use__item:last-child {
    margin-left: 5rem;
  }
}
.use__icon {
  position: absolute;
  bottom: 0.8rem;
  right: 0.8rem;
  width: 5.6rem;
  height: 5.6rem;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .use__icon {
    width: 10rem;
    height: 10rem;
  }
}
.use__text {
  position: relative;
}
.use__text .title {
  margin-right: 2rem;
}
@media only screen and (max-width: 1023px) {
  .use__text .title {
    font-size: 3.6rem;
    margin-right: 0.8rem;
  }
}
.use__pill {
  z-index: 1;
}
@media only screen and (max-width: 575px) {
  .use__pill {
    margin: 0 auto;
    width: 21.5rem;
  }
}
.use__pill img {
  object-fit: contain;
}
.use__mobile {
  margin-top: 5rem;
}
@media only screen and (min-width: 576px) {
  .use__mobile {
    display: none;
  }
}
.noscript-bar {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  font-size: 0.7em;
}
.noscript-bar__content {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  background-color: #000;
  color: #fff;
  z-index: 100;
  padding: 1em 0;
}
.noscript-bar__checkbox {
  display: none;
}
.noscript-bar__checkbox:checked + .noscript-bar__content {
  display: none;
}
.noscript-bar__cols {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.noscript-bar label {
  cursor: pointer;
}
.page-footer__wrapper {
  background-color: #efecff;
  color: #333;
  padding: 4rem 0 10rem;
  border-radius: 2.4rem 2.4rem 0px 0px;
}
@media only screen and (min-width: 1024px) {
  .page-footer__wrapper {
    border-radius: 6rem 6rem 0px 0px;
    padding: 10rem 0;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer__wrapper .btn {
    margin-top: 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-footer__wrapper .btn {
    padding: 0 3.6rem;
  }
}
.page-footer__row {
  margin: -1rem;
  margin-top: 3rem;
}
@media only screen and (max-width: 1023px) {
  .page-footer__row {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media only screen and (min-width: 1024px) {
  .page-footer__row {
    margin: -1.5rem;
    margin-top: 7.6rem;
  }
}
.page-footer__row:first-child {
  margin-top: unset;
}
.page-footer__col {
  padding: 1rem;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .page-footer__col._empty {
    padding: unset;
  }
}
@media only screen and (min-width: 768px) {
  .page-footer__col {
    width: 33.333%;
  }
}
@media only screen and (min-width: 1024px) {
  .page-footer__col {
    padding: unset;
    width: 20%;
    margin: 1.5rem;
  }
}
.page-footer__col:first-child {
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-footer__col:first-child {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .page-footer__col:last-child {
    width: 22.6rem;
  }
}
.page-footer__logo {
  line-height: 0;
  display: block;
  margin-bottom: 1.2rem;
}
@media (any-hover: hover) {
  .page-footer__logo {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page-footer__logo:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.page-footer__logo._site {
  width: 14.5rem;
}
@media only screen and (max-width: 767px) {
  .page-footer__logo._site {
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .page-footer__logo._site {
    width: 28.2rem;
  }
}
.page-footer__logo._major {
  width: 15.6rem;
}
.page-footer__logo img,
.page-footer__logo svg {
  width: 100%;
  height: 100%;
}
.page-footer__nav {
  list-style: none;
  margin: 0;
  padding-left: 0;
}
@media only screen and (max-width: 767px) {
  .page-footer__nav {
    font-size: 2rem;
  }
}
@media only screen and (max-width: 767px) {
  .page-footer__nav._small {
    font-size: 1.6rem;
  }
}
.page-footer__nav li {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  margin-bottom: 1.6rem;
}
.page-footer__nav li::before {
  content: none;
}
@media only screen and (min-width: 1024px) {
  .page-footer__nav li {
    margin-bottom: 2rem;
  }
}
.page-footer__nav li:last-child {
  margin-bottom: unset;
}
.page-header {
  position: fixed;
  top: 0;
  left: 0;
  background-color: #fff;
  z-index: 301;
  width: 100%;
}
@media only screen and (min-width: 1024px) {
  .page-header.js-fixed .page-header__content {
    padding: 0.8rem 0;
  }
}
@media only screen and (max-width: 1023px) {
  .page-header.is-opened .page-header__nav {
    opacity: 1;
    pointer-events: all;
  }
  .page-header.is-opened .main-menu {
    transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s;
    transition: opacity 0.3s 0.3s, transform 0.3s 0.3s, -webkit-transform 0.3s 0.3s;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}
.page-header__content {
  padding: 0.8rem 0;
  transition: padding 0.3s;
}
@media only screen and (min-width: 1024px) {
  .page-header__content {
    padding: 2.1rem 0;
  }
}
.page-header__logo {
  line-height: 0;
  width: 12.8rem;
}
@media only screen and (min-width: 1024px) {
  .page-header__logo {
    width: 19.2rem;
    height: 5.5rem;
  }
}
@media (any-hover: hover) {
  .page-header__logo {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .page-header__logo:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.page-header__logo img {
  width: 100%;
  height: 100%;
}
.page-header__left {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  line-height: 0;
}
.page-header__actions {
  margin-left: 2rem;
}
.page-header__nav {
  padding: 5.5rem 2.2rem;
}
@media only screen and (max-width: 1023px) {
  .page-header__nav {
    position: fixed;
    z-index: 0;
    top: 0;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 30.6rem;
    right: 0;
    pointer-events: none;
    transition: opacity 0.3s;
    opacity: 0;
    overflow: auto;
    max-height: 100vh;
    background-color: #fff;
    box-shadow: 0px 20px 50px rgba(162,160,197,0.4);
    border-radius: 2rem 0 2rem 2rem;
  }
}
@media only screen and (min-width: 1024px) {
  .page-header__nav {
    padding: unset;
    margin: unset;
  }
}
.burger {
  position: relative;
  z-index: 1;
  width: 4rem;
  height: 4rem;
  background-color: #44269a;
  border-radius: 50%;
  cursor: pointer;
  margin-left: 0.8rem;
}
.burger.is-active .burger__icon-close {
  opacity: 1;
}
.burger.is-active .burger__icon-open {
  opacity: 0;
}
@media only screen and (min-width: 1024px) {
  .burger {
    display: none;
  }
}
.burger svg {
  width: 2.4rem;
  height: 2.4rem;
  position: absolute;
  transition: opacity 0.3s;
}
.burger__icon-close {
  opacity: 0;
}
.pg-list {
  display: none;
}
.pharmacies__row {
  list-style: none;
  margin: 0;
  padding-left: 0;
  margin: -0.4rem;
}
@media only screen and (min-width: 1024px) {
  .pharmacies__row {
    margin: -1rem;
  }
}
.pharmacies__item {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  padding: 0.4rem;
  width: 50%;
}
.pharmacies__item::before {
  content: none;
}
@media only screen and (min-width: 576px) {
  .pharmacies__item {
    width: 33.333%;
  }
}
@media only screen and (min-width: 768px) {
  .pharmacies__item {
    width: 25%;
  }
}
@media only screen and (min-width: 1024px) {
  .pharmacies__item {
    padding: 1rem;
  }
}
.pharmacies__link {
  padding: 1rem;
  height: 5.4rem;
  border-radius: 2rem;
}
@media only screen and (min-width: 1024px) {
  .pharmacies__link {
    height: 12rem;
    border-radius: 4.4rem;
  }
}
@media (any-hover: hover) {
  .pharmacies__link {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .pharmacies__link:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.pharmacies__link img {
  max-height: 3rem;
}
@media only screen and (min-width: 1024px) {
  .pharmacies__link img {
    max-height: 6.8rem;
  }
}
.quiz__wrapper {
  background: radial-gradient(73.76% 72.33% at 25.21% 24.46%, #fff 0%, #d3d9e1 100%);
  border-radius: 2.4rem;
  padding: 2.4rem 1.6rem;
  position: relative;
  overflow: hidden;
}
@media only screen and (min-width: 1024px) {
  .quiz__wrapper {
    padding: 6rem 4rem 4rem;
    border-radius: 6rem;
    min-height: 64.8rem;
  }
}
.quiz__wave {
  width: 50.9rem;
  right: -1.5rem;
  bottom: -22rem;
}
@media only screen and (min-width: 768px) {
  .quiz__wave {
    width: 110.79%;
    left: -23.9rem;
    bottom: -11.7rem;
  }
}
.quiz__content {
  position: relative;
  z-index: 2;
  width: 100%;
  padding-bottom: 18rem;
}
@media only screen and (min-width: 768px) {
  .quiz__content {
    padding-bottom: 14rem;
  }
}
.quiz__step {
  display: none;
  -webkit-animation: fadeTabContent 0.7s both;
  animation: fadeTabContent 0.7s both;
}
.quiz__step._active {
  display: block;
}
.quiz__fraction {
  min-height: 3.7rem;
  position: absolute;
  bottom: 0;
  right: 0;
}
@media only screen and (min-width: 1024px) {
  .quiz__fraction {
    min-height: 10.9rem;
  }
}
.quiz__fraction-item {
  opacity: 0.5;
  margin-right: 1.6rem;
  transition: all 0.3s;
  font-size: 2.4rem;
  line-height: 0.75;
}
.quiz__fraction-item:last-child {
  margin-right: unset;
}
@media only screen and (min-width: 1024px) {
  .quiz__fraction-item {
    font-size: 6.4rem;
    margin-right: 2.8rem;
  }
}
.quiz__fraction-item._active {
  opacity: 1;
  font-size: 3.6rem;
}
@media only screen and (min-width: 1024px) {
  .quiz__fraction-item._active {
    font-size: 14.4rem;
  }
}
.quiz__nav._show-restart .js-quiz-next {
  display: none;
}
.quiz__nav._show-restart .quiz-restart-wrapper {
  display: block;
}
.quiz .slider__arrows {
  margin: unset;
}
.quiz .slider__arrow {
  -webkit-animation: fadeTabContent 0.7s;
  animation: fadeTabContent 0.7s;
  transition: all 0.3s;
}
.quiz .slider__arrow:disabled {
  background-color: #44269a;
  opacity: 0.5;
}
@media (any-hover: hover) {
  .quiz .slider__arrow:disabled:hover {
    box-shadow: none;
  }
}
@media only screen and (min-width: 1024px) {
  .quiz .slider__arrow {
    width: 5.6rem;
    height: 5.6rem;
  }
  .quiz .slider__arrow img {
    width: 2.4rem;
    height: 2.4rem;
  }
}
@media only screen and (max-width: 767px) {
  .quiz .title {
    line-height: 1;
  }
}
.radio-quiz__item {
  margin-bottom: 0.8rem;
  position: relative;
}
.radio-quiz__item:last-child {
  margin-bottom: unset;
}
.radio-quiz__input {
  display: none;
}
.radio-quiz__input:checked ~ .radio-quiz__body:after {
  opacity: 1;
  -webkit-transform: none;
  transform: none;
}
.radio-quiz__input:checked ~ .radio-quiz__answer {
  display: block;
}
.radio-quiz__body {
  background-color: #fff;
  position: relative;
  min-height: 4.5rem;
  padding: 0.4rem 1.6rem;
  border-radius: 2.4rem;
  transition: box-shadow 0.3s;
  cursor: pointer;
}
@media (any-hover: hover) {
  .radio-quiz__body:hover {
    box-shadow: 0 0 3px #e31d93;
  }
}
.radio-quiz__body:before,
.radio-quiz__body:after {
  content: '';
  border-radius: 50%;
}
.radio-quiz__body:before {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 2.4rem;
  height: 2.4rem;
  margin-right: 2.4rem;
  background-color: #e6e7ea;
}
.radio-quiz__body:after {
  position: absolute;
  width: 1.4rem;
  height: 1.4rem;
  background-color: #e31d93;
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
  left: 2.1rem;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s, -webkit-transform 0.3s;
}
.radio-quiz__text {
  font-size: 2.4rem;
}
.radio-quiz__answer {
  padding: 0.8rem 1.6rem;
  border-radius: 2.4rem;
  background-color: #fff;
  margin-top: 0.8rem;
  -webkit-animation: fadeTabContent 0.7s both;
  animation: fadeTabContent 0.7s both;
  display: none;
  cursor: text;
}
@media only screen and (min-width: 1024px) {
  .radio-quiz__answer {
    padding: 3rem 6.4rem;
    font-size: 1.8rem;
  }
}
.radio-quiz__answer span {
  display: block;
}
.radio-quiz__answer span[data-age] {
  display: none;
}
.radio-quiz__answer span[data-age]._show {
  display: block;
}
.radio-quiz__answer span[data-not-age] {
  display: none;
}
.radio-quiz__answer span[data-not-age]._show {
  display: block;
}
.quiz-restart-wrapper {
  display: none;
  -webkit-animation: fadeTabContent 0.7s both;
  animation: fadeTabContent 0.7s both;
}
@media only screen and (min-width: 768px) {
  .reasons .swiper-wrapper {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.reasons .card-about {
  height: 100%;
}
@media only screen and (max-width: 1023px) {
  .reasons .card-about {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
@media only screen and (min-width: 1024px) {
  .reasons .card-about {
    border-radius: 2.8rem;
  }
}
@media (any-hover: hover) {
  .reasons .card-about:hover .card-about__image img {
    -webkit-transform: none;
    transform: none;
  }
}
.reasons .card-about__image:before {
  padding-bottom: 62.864%;
}
.reasons .card-about__body {
  position: absolute;
  bottom: 0;
  left: 0;
  max-width: 100%;
  width: 100%;
  padding: 2.4rem 1.6rem;
  border-radius: inherit;
}
@media only screen and (max-width: 1023px) {
  .reasons .card-about__body {
    position: relative;
    margin-top: -4rem;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
  }
}
@media only screen and (min-width: 1024px) {
  .reasons .card-about__body {
    padding: 4rem;
    height: 14.4rem;
    transition: height 0.3s 0.3s;
  }
  .reasons .card-about__body:hover {
    transition: height 0.3s;
    height: 22.4rem;
  }
  .reasons .card-about__body:hover .card-about__text {
    transition: all 0.3s 0.3s;
    opacity: 1;
    pointer-events: all;
    -webkit-transform: none;
    transform: none;
  }
  .reasons .card-about__body:hover .card-about__arrow {
    transition: opacity 0.3s;
    opacity: 0;
  }
}
@media only screen and (max-width: 767px) {
  .reasons .card-about__text {
    margin-top: -0.8rem;
  }
}
@media only screen and (min-width: 1024px) {
  .reasons .card-about__text {
    height: 10rem;
    overflow: auto;
    opacity: 0;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    pointer-events: none;
    transition: all 0.3s;
  }
}
.result__col {
  max-width: 65.6rem;
  width: 100%;
  margin-right: 3rem;
  position: relative;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .result__col .title {
    max-width: 35rem;
  }
}
@media only screen and (min-width: 1024px) {
  .result__col .title {
    max-width: 58.1rem;
  }
}
.result__image {
  width: 24.8rem;
  position: relative;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  margin: -2rem auto 0;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .result__image {
    margin: unset;
    width: 43.75%;
  }
}
@media only screen and (min-width: 1024px) {
  .result__image {
    margin-top: -8rem;
  }
}
.result__image-box {
  z-index: 1;
}
.result__image-box:before {
  padding-bottom: 118.577%;
}
.result__image-bg {
  width: 154.293%;
  z-index: 0;
}
@media only screen and (min-width: 768px) {
  .slider-articles__head .title {
    margin-right: 2rem;
  }
}
@media only screen and (min-width: 768px) {
  .slider-articles .slider__nav {
    margin-top: unset;
  }
}
.slider-articles .swiper-slide {
  max-width: 63rem;
}
.symptoms {
  z-index: 1;
}
.symptoms__wave {
  top: 10rem;
  width: 64rem;
}
@media only screen and (max-width: 767px) {
  .symptoms__wave {
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@media only screen and (min-width: 768px) {
  .symptoms__wave {
    top: 3rem;
    width: 69.796%;
    right: 0;
  }
}
@media only screen and (min-width: 1024px) {
  .symptoms__wave {
    top: 9.5rem;
  }
}
.symptoms__row {
  margin: -0.8rem;
}
@media only screen and (min-width: 1024px) {
  .symptoms__row {
    margin: -1rem;
  }
}
.symptoms__col {
  width: 50%;
  padding: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .symptoms__col {
    width: 20%;
  }
}
@media only screen and (min-width: 1024px) {
  .symptoms__col {
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .symptoms__col:nth-child(even) {
    margin-top: 7.7rem;
  }
}
@media only screen and (min-width: 1024px) {
  .symptoms__col:nth-child(even) {
    margin-top: 11rem;
  }
}
.symptoms__col:nth-child(odd) {
  margin-top: -3rem;
}
@media only screen and (min-width: 768px) {
  .symptoms__col:nth-child(odd) {
    margin-top: unset;
  }
}
@media only screen and (max-width: 768px) {
  .page__main .symptoms__col:nth-child(odd) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  .page__main .symptoms__col.js-anim--d-05 {
    display: none;
  }
}
.symptoms__col:first-child {
  margin-top: unset;
}
@media only screen and (max-width: 767px) {
  .symptoms__col:nth-child(2) {
    margin-top: 3rem;
  }
  .page__main .symptoms__col:nth-child(2) {
    margin-top: 0;
  }
}
.symptoms__item {
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  min-height: 9.3rem;
  padding: 1.6rem 0.8rem;
  border-radius: 2rem;
  position: relative;
}
@media only screen and (min-width: 1024px) {
  .symptoms__item {
    min-height: 14rem;
    padding: 2.8rem 2.2rem;
  }
}
@media only screen and (max-width: 768px) {
  .page__main .symptoms__item {
    min-height: 7.3rem;
  }
}

@media (any-hover: hover) {
  .symptoms__item {
    transition: -webkit-transform 0.3s;
    transition: transform 0.3s;
    transition: transform 0.3s, -webkit-transform 0.3s;
  }
  .symptoms__item:hover {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.symptoms__icon {
  width: 6.4rem;
  height: 6.4rem;
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  pointer-events: none;
}
@media only screen and (min-width: 1024px) {
  .symptoms__icon {
    width: 10rem;
    height: 10rem;
  }
}
.symptoms__title {
  position: relative;
  z-index: 1;
}
.uteka-widget__header {
  background-color: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.uteka-widget iframe {
  width: 100%;
  height: 100%;
  border-width: initial;
  border-style: none;
  border-color: initial;
  border-image: initial;
}
.widget-product-selector {
  -webkit-align-items: center !important;
  -ms-flex-align: center !important;
  align-items: center !important;
}
.uteka-widget {
  width: 100%;
  height: 100%;
}
.uteka-widget iframe {
  border: none;
  width: 100%;
  height: calc(100% - 57px);
}
.uteka-widget__container {
  margin: 0 auto;
  padding: 0 16px;
}
@media (min-width: 600px) {
  .uteka-widget__container {
    padding: 0 20px;
  }
}
@media (min-width: 768px) {
  .uteka-widget__container {
    padding: 0 40px;
  }
}
@media (min-width: 1024px) {
  .uteka-widget__container {
    padding: 0 44px;
  }
}
@media (min-width: 1440px) {
  .uteka-widget__container {
    padding: 0 60px;
    max-width: 1440px;
  }
}
.uteka-widget-header {
  background: #fff;
  border-bottom: 1px solid #e0e0e0;
}
.uteka-widget-header__inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  height: 56px;
}
.uteka-widget-header__title {
  color: #151415;
  text-align: center;
  text-transform: none;
  font-family: "Montserrat", "Arial", sans-serif;
  font-weight: 400;
  font-size: 1.4rem;
}
.uteka-widget-header__logo {
  height: 16px;
}
.uteka-widget-header__logo img {
  height: 100%;
}
.uteka-widget-header__close {
  position: absolute;
  top: 0;
  right: -8px;
  bottom: 0;
  z-index: 5;
  margin: auto;
  width: 32px;
  height: 32px;
  background: url("https://widget.uteka.ru/static/img/widgets/close_2.svg") no-repeat center;
}
@media (min-width: 1024px) {
  .uteka-widget-header__inner {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  .uteka-widget-header__title {
    font-size: 1.6rem;
  }
  .uteka-widget-header__logo {
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    margin: auto;
    height: 32px;
  }
}
@media only screen and (max-width: 767px) {
  .work__head {
    margin-bottom: 3rem;
  }
}
.work__row {
  margin: -2rem;
}
@media only screen and (min-width: 768px) {
  .work__row {
    margin: -1rem;
  }
}
.work__col {
  width: 100%;
  padding: 2rem;
}
@media only screen and (min-width: 768px) {
  .work__col {
    width: 50%;
    padding: 1rem;
  }
}
@media only screen and (min-width: 768px) {
  .work__col:first-child .item-work__image-box img {
    -webkit-transform: translateY(0.4rem);
    transform: translateY(0.4rem);
  }
}
@media only screen and (min-width: 1024px) {
  .work__col:first-child .item-work__image-box img {
    -webkit-transform: translateY(1rem);
    transform: translateY(1rem);
  }
}
.work__col:last-child .item-work__subtitle._left {
  left: 1.5rem;
}
@media only screen and (min-width: 768px) {
  .work__col:last-child .item-work__subtitle._left {
    left: 2.4rem;
  }
}
@media only screen and (min-width: 1024px) {
  .work__col:last-child .item-work__subtitle._left {
    left: 3.5rem;
  }
}
.item-work__image {
  position: relative;
  min-height: 9.5rem;
}
@media only screen and (min-width: 768px) {
  .item-work__image {
    min-height: 14rem;
  }
}
@media only screen and (min-width: 1024px) {
  .item-work__image {
    min-height: 20.9rem;
  }
}
.item-work__image-box {
  z-index: 0;
  line-height: 0;
  width: 100%;
}
.item-work__image-box img {
  width: 100%;
}
.item-work__subtitle {
  position: absolute;
  z-index: 1;
  top: -1.7rem;
}
@media only screen and (min-width: 768px) {
  .item-work__subtitle {
    top: 2.6rem;
  }
}
@media only screen and (max-width: 1023px) {
  .item-work__subtitle {
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 767px) {
  .item-work__subtitle {
    max-width: 12rem;
    font-size: 1.4rem;
  }
  .item-work__subtitle br {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .item-work__subtitle {
    top: 2.2rem;
  }
}
.item-work__subtitle._left {
  left: 0;
}
.item-work__subtitle._right {
  right: 1rem;
}
@media only screen and (min-width: 768px) {
  .item-work__subtitle._right {
    right: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .item-work__subtitle._right {
    right: 3rem;
  }
}
.note-work {
  padding: 1.6rem;
}
@media only screen and (min-width: 1024px) {
  .note-work {
    padding: 2.4rem;
  }
}
.note-work__icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  width: 4rem;
  height: 4rem;
  margin-bottom: 0.8rem;
}
@media only screen and (min-width: 768px) {
  .note-work__icon {
    margin-bottom: unset;
    margin-right: 1rem;
  }
}
@media only screen and (min-width: 1024px) {
  .note-work__icon {
    width: 6.7rem;
    height: 6.7rem;
    margin-right: 2.8rem;
  }
}
@media print {
  *,
  *:before,
  *:after {
    background: transparent !important;
    color: #000 !important; /* Black prints faster: http://www.sanbeiji.com/archives/953 */
    box-shadow: none !important;
    text-shadow: none !important;
  }
  a,
  a:visited {
    text-decoration: underline;
  }
  a[href]:after {
    content: " (" attr(href) ")";
  }
  abbr[title]:after {
    content: " (" attr(title) ")";
  }
  a[href^="#"]:after,
  a[href^="javascript:"]:after {
    content: "";
  }
  pre,
  blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }
  thead {
    display: table-header-group;
  }
  tr,
  img {
    page-break-inside: avoid;
  }
  img {
    max-width: 100% !important;
  }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }
  h2,
  h3 {
    page-break-after: avoid;
  }
}
#mocha {
  margin: 0 !important;
  padding: 1em;
  border-top: 0.1em solid #000;
  line-height: 1;
  color: #000;
  background: #fff;
  font-weight: inherit;
  font-style: inherit;
  font-family: inherit;
  font-size: 100%;
  vertical-align: baseline;
  -webkit-flex: none;
  -ms-flex: none;
  flex: none;
}
#mocha a {
  text-decoration: none;
}


@media screen and (max-width: 768px) {
  .page__main .symptoms__head.mb-80 {
    margin-bottom: 2rem;
  }
  .page__main .symptoms.mb-100 {
    margin-bottom: 0;
  }
}
