/*!***************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/sass-loader/dist/cjs.js!./scss/main.scss ***!
  \***************************************************************************************************************************************/
html,
body,
div,
span,
h1,
h2,
h3,
h4,
h5,
h6,
p,
pre,
a,
img,
small,
strike,
strong,
sub,
sup,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
section,
time,
audio,
video {
  margin: 0;
  padding: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
  border: 0;
}

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

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

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

* {
  box-sizing: border-box;
  -webkit-appearance: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-text-size-adjust: 100%;
}
*::before,
*::after {
  box-sizing: border-box;
}

a {
  color: inherit;
  text-decoration: none;
}

button,
input,
textarea {
  font-family: inherit;
  font-size: inherit;
  background: none;
  border: 0;
  border-radius: 0;
  outline: none;
}

@font-face {
  font-family: "Neo Sans Pro";
  font-weight: 400;
  font-style: normal;
  src: url("../assets/fonts/NeoSansPro/NeoSansProCyr-Regular.eot");
  src:
    local("NeoSansProCyr-Regular"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Regular.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Regular.woff2")
      format("woff2"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Regular.woff") format("woff"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Regular.ttf")
      format("truetype");
}

@font-face {
  font-family: "Neo Sans Pro";
  font-weight: 500;
  font-style: normal;
  src: url("../assets/fonts/NeoSansPro/NeoSansProCyr-Medium.eot");
  src:
    local("NeoSansProCyr-Medium"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Medium.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Medium.woff2") format("woff2"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Medium.woff") format("woff"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Medium.ttf")
      format("truetype");
}

@font-face {
  font-family: "Neo Sans Pro";
  font-weight: 700;
  font-style: normal;
  src: url("../assets/fonts/NeoSansPro/NeoSansProCyr-Bold.eot");
  src:
    local("NeoSansProCyr-Bold"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Bold.eot?#iefix")
      format("embedded-opentype"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Bold.woff2") format("woff2"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Bold.woff") format("woff"),
    url("../assets/fonts/NeoSansPro/NeoSansProCyr-Bold.ttf") format("truetype");
}

.d-b {
  display: block !important;
}

.d-i {
  display: inline !important;
}

.d-ib {
  display: inline-block !important;
}

.d-f {
  display: flex !important;
}

.d-if {
  display: inline-flex !important;
}

.d-n {
  display: none !important;
}

@media (max-width: 767px) {
  .d-sm-down-n {
    display: none !important;
  }
}

@media (max-width: 991px) {
  .d-md-down-n {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .d-md-up-n {
    display: none !important;
  }
}

@media (min-width: 992px) {
  .d-lg-up-n {
    display: none !important;
  }
}

.fd-r {
  flex-direction: row !important;
}

.fd-rr {
  flex-direction: row-reverse !important;
}

.fd-c {
  flex-direction: column !important;
}

.fd-cr {
  flex-direction: column-reverse !important;
}

.fw-w {
  flex-wrap: wrap !important;
}

.fw-n {
  flex-wrap: nowrap !important;
}

.jc-fs {
  justify-content: flex-start !important;
}

.jc-fe {
  justify-content: flex-end !important;
}

.jc-c {
  justify-content: center !important;
}

.jc-sb {
  justify-content: space-between !important;
}

.jc-sa {
  justify-content: space-between !important;
}

.jc-se {
  justify-content: space-evenly !important;
}

.ai-fs {
  align-items: flex-start !important;
}

.ai-fe {
  align-items: flex-end !important;
}

.ai-c {
  align-items: center !important;
}

.ai-s {
  align-items: stretch !important;
}

.as-fs {
  align-self: flex-start !important;
}

.as-fe {
  align-self: flex-end !important;
}

.as-c {
  align-self: center !important;
}

.as-s {
  align-self: stretch !important;
}

.fs-0 {
  flex-shrink: 0 !important;
}

.fs-1 {
  flex-shrink: 1 !important;
}

.fs-2 {
  flex-shrink: 2 !important;
}

.fg-1 {
  flex-grow: 1 !important;
}

.w-50 {
  width: 50% !important;
}

.w-100 {
  width: 100% !important;
}

.h-50 {
  height: 50% !important;
}

.h-100 {
  height: 100% !important;
}

.grid-gap-12 {
  gap: 12px !important;
}

.grid-gap-16 {
  gap: 16px !important;
}

.m-0 {
  margin: 0 !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.ml-0 {
  margin-left: 0 !important;
}

.mr-0 {
  margin-right: 0 !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mb-0 {
  margin-bottom: 0 !important;
}

.p-0 {
  padding: 0 !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.py-0 {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.pl-0 {
  padding-left: 0 !important;
}

.pr-0 {
  padding-right: 0 !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.m-2 {
  margin: 2px !important;
}

.mx-2 {
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.my-2 {
  margin-top: 2px !important;
  margin-bottom: 2px !important;
}

.ml-2 {
  margin-left: 2px !important;
}

.mr-2 {
  margin-right: 2px !important;
}

.mt-2 {
  margin-top: 2px !important;
}

.mb-2 {
  margin-bottom: 2px !important;
}

.p-2 {
  padding: 2px !important;
}

.px-2 {
  padding-right: 2px !important;
  padding-left: 2px !important;
}

.py-2 {
  padding-top: 2px !important;
  padding-bottom: 2px !important;
}

.pl-2 {
  padding-left: 2px !important;
}

.pr-2 {
  padding-right: 2px !important;
}

.pt-2 {
  padding-top: 2px !important;
}

.pb-2 {
  padding-bottom: 2px !important;
}

.m-4 {
  margin: 4px !important;
}

.mx-4 {
  margin-right: 4px !important;
  margin-left: 4px !important;
}

.my-4 {
  margin-top: 4px !important;
  margin-bottom: 4px !important;
}

.ml-4 {
  margin-left: 4px !important;
}

.mr-4 {
  margin-right: 4px !important;
}

.mt-4 {
  margin-top: 4px !important;
}

.mb-4 {
  margin-bottom: 4px !important;
}

.p-4 {
  padding: 4px !important;
}

.px-4 {
  padding-right: 4px !important;
  padding-left: 4px !important;
}

.py-4 {
  padding-top: 4px !important;
  padding-bottom: 4px !important;
}

.pl-4 {
  padding-left: 4px !important;
}

.pr-4 {
  padding-right: 4px !important;
}

.pt-4 {
  padding-top: 4px !important;
}

.pb-4 {
  padding-bottom: 4px !important;
}

.m-8 {
  margin: 8px !important;
}

.mx-8 {
  margin-right: 8px !important;
  margin-left: 8px !important;
}

.my-8 {
  margin-top: 8px !important;
  margin-bottom: 8px !important;
}

.ml-8 {
  margin-left: 8px !important;
}

.mr-8 {
  margin-right: 8px !important;
}

.mt-8 {
  margin-top: 8px !important;
}

.mb-8 {
  margin-bottom: 8px !important;
}

.p-8 {
  padding: 8px !important;
}

.px-8 {
  padding-right: 8px !important;
  padding-left: 8px !important;
}

.py-8 {
  padding-top: 8px !important;
  padding-bottom: 8px !important;
}

.pl-8 {
  padding-left: 8px !important;
}

.pr-8 {
  padding-right: 8px !important;
}

.pt-8 {
  padding-top: 8px !important;
}

.pb-8 {
  padding-bottom: 8px !important;
}

.m-10 {
  margin: 10px !important;
}

.mx-10 {
  margin-right: 10px !important;
  margin-left: 10px !important;
}

.my-10 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.ml-10 {
  margin-left: 10px !important;
}

.mr-10 {
  margin-right: 10px !important;
}

.mt-10 {
  margin-top: 10px !important;
}

.mb-10 {
  margin-bottom: 10px !important;
}

.p-10 {
  padding: 10px !important;
}

.px-10 {
  padding-right: 10px !important;
  padding-left: 10px !important;
}

.py-10 {
  padding-top: 10px !important;
  padding-bottom: 10px !important;
}

.pl-10 {
  padding-left: 10px !important;
}

.pr-10 {
  padding-right: 10px !important;
}

.pt-10 {
  padding-top: 10px !important;
}

.pb-10 {
  padding-bottom: 10px !important;
}

.m-12 {
  margin: 12px !important;
}

.mx-12 {
  margin-right: 12px !important;
  margin-left: 12px !important;
}

.my-12 {
  margin-top: 12px !important;
  margin-bottom: 12px !important;
}

.ml-12 {
  margin-left: 12px !important;
}

.mr-12 {
  margin-right: 12px !important;
}

.mt-12 {
  margin-top: 12px !important;
}

.mb-12 {
  margin-bottom: 12px !important;
}

.p-12 {
  padding: 12px !important;
}

.px-12 {
  padding-right: 12px !important;
  padding-left: 12px !important;
}

.py-12 {
  padding-top: 12px !important;
  padding-bottom: 12px !important;
}

.pl-12 {
  padding-left: 12px !important;
}

.pr-12 {
  padding-right: 12px !important;
}

.pt-12 {
  padding-top: 12px !important;
}

.pb-12 {
  padding-bottom: 12px !important;
}

.m-14 {
  margin: 14px !important;
}

.mx-14 {
  margin-right: 14px !important;
  margin-left: 14px !important;
}

.my-14 {
  margin-top: 14px !important;
  margin-bottom: 14px !important;
}

.ml-14 {
  margin-left: 14px !important;
}

.mr-14 {
  margin-right: 14px !important;
}

.mt-14 {
  margin-top: 14px !important;
}

.mb-14 {
  margin-bottom: 14px !important;
}

.p-14 {
  padding: 14px !important;
}

.px-14 {
  padding-right: 14px !important;
  padding-left: 14px !important;
}

.py-14 {
  padding-top: 14px !important;
  padding-bottom: 14px !important;
}

.pl-14 {
  padding-left: 14px !important;
}

.pr-14 {
  padding-right: 14px !important;
}

.pt-14 {
  padding-top: 14px !important;
}

.pb-14 {
  padding-bottom: 14px !important;
}

.m-16 {
  margin: 16px !important;
}

.mx-16 {
  margin-right: 16px !important;
  margin-left: 16px !important;
}

.my-16 {
  margin-top: 16px !important;
  margin-bottom: 16px !important;
}

.ml-16 {
  margin-left: 16px !important;
}

.mr-16 {
  margin-right: 16px !important;
}

.mt-16 {
  margin-top: 16px !important;
}

.mb-16 {
  margin-bottom: 16px !important;
}

.p-16 {
  padding: 16px !important;
}

.px-16 {
  padding-right: 16px !important;
  padding-left: 16px !important;
}

.py-16 {
  padding-top: 16px !important;
  padding-bottom: 16px !important;
}

.pl-16 {
  padding-left: 16px !important;
}

.pr-16 {
  padding-right: 16px !important;
}

.pt-16 {
  padding-top: 16px !important;
}

.pb-16 {
  padding-bottom: 16px !important;
}

.m-18 {
  margin: 18px !important;
}

.mx-18 {
  margin-right: 18px !important;
  margin-left: 18px !important;
}

.my-18 {
  margin-top: 18px !important;
  margin-bottom: 18px !important;
}

.ml-18 {
  margin-left: 18px !important;
}

.mr-18 {
  margin-right: 18px !important;
}

.mt-18 {
  margin-top: 18px !important;
}

.mb-18 {
  margin-bottom: 18px !important;
}

.p-18 {
  padding: 18px !important;
}

.px-18 {
  padding-right: 18px !important;
  padding-left: 18px !important;
}

.py-18 {
  padding-top: 18px !important;
  padding-bottom: 18px !important;
}

.pl-18 {
  padding-left: 18px !important;
}

.pr-18 {
  padding-right: 18px !important;
}

.pt-18 {
  padding-top: 18px !important;
}

.pb-18 {
  padding-bottom: 18px !important;
}

.m-20 {
  margin: 20px !important;
}

.mx-20 {
  margin-right: 20px !important;
  margin-left: 20px !important;
}

.my-20 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.ml-20 {
  margin-left: 20px !important;
}

.mr-20 {
  margin-right: 20px !important;
}

.mt-20 {
  margin-top: 20px !important;
}

.mb-20 {
  margin-bottom: 20px !important;
}

.p-20 {
  padding: 20px !important;
}

.px-20 {
  padding-right: 20px !important;
  padding-left: 20px !important;
}

.py-20 {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}

.pl-20 {
  padding-left: 20px !important;
}

.pr-20 {
  padding-right: 20px !important;
}

.pt-20 {
  padding-top: 20px !important;
}

.pb-20 {
  padding-bottom: 20px !important;
}

.m-22 {
  margin: 22px !important;
}

.mx-22 {
  margin-right: 22px !important;
  margin-left: 22px !important;
}

.my-22 {
  margin-top: 22px !important;
  margin-bottom: 22px !important;
}

.ml-22 {
  margin-left: 22px !important;
}

.mr-22 {
  margin-right: 22px !important;
}

.mt-22 {
  margin-top: 22px !important;
}

.mb-22 {
  margin-bottom: 22px !important;
}

.p-22 {
  padding: 22px !important;
}

.px-22 {
  padding-right: 22px !important;
  padding-left: 22px !important;
}

.py-22 {
  padding-top: 22px !important;
  padding-bottom: 22px !important;
}

.pl-22 {
  padding-left: 22px !important;
}

.pr-22 {
  padding-right: 22px !important;
}

.pt-22 {
  padding-top: 22px !important;
}

.pb-22 {
  padding-bottom: 22px !important;
}

.m-24 {
  margin: 24px !important;
}

.mx-24 {
  margin-right: 24px !important;
  margin-left: 24px !important;
}

.my-24 {
  margin-top: 24px !important;
  margin-bottom: 24px !important;
}

.ml-24 {
  margin-left: 24px !important;
}

.mr-24 {
  margin-right: 24px !important;
}

.mt-24 {
  margin-top: 24px !important;
}

.mb-24 {
  margin-bottom: 24px !important;
}

.p-24 {
  padding: 24px !important;
}

.px-24 {
  padding-right: 24px !important;
  padding-left: 24px !important;
}

.py-24 {
  padding-top: 24px !important;
  padding-bottom: 24px !important;
}

.pl-24 {
  padding-left: 24px !important;
}

.pr-24 {
  padding-right: 24px !important;
}

.pt-24 {
  padding-top: 24px !important;
}

.pb-24 {
  padding-bottom: 24px !important;
}

.m-28 {
  margin: 28px !important;
}

.mx-28 {
  margin-right: 28px !important;
  margin-left: 28px !important;
}

.my-28 {
  margin-top: 28px !important;
  margin-bottom: 28px !important;
}

.ml-28 {
  margin-left: 28px !important;
}

.mr-28 {
  margin-right: 28px !important;
}

.mt-28 {
  margin-top: 28px !important;
}

.mb-28 {
  margin-bottom: 28px !important;
}

.p-28 {
  padding: 28px !important;
}

.px-28 {
  padding-right: 28px !important;
  padding-left: 28px !important;
}

.py-28 {
  padding-top: 28px !important;
  padding-bottom: 28px !important;
}

.pl-28 {
  padding-left: 28px !important;
}

.pr-28 {
  padding-right: 28px !important;
}

.pt-28 {
  padding-top: 28px !important;
}

.pb-28 {
  padding-bottom: 28px !important;
}

.m-32 {
  margin: 32px !important;
}

.mx-32 {
  margin-right: 32px !important;
  margin-left: 32px !important;
}

.my-32 {
  margin-top: 32px !important;
  margin-bottom: 32px !important;
}

.ml-32 {
  margin-left: 32px !important;
}

.mr-32 {
  margin-right: 32px !important;
}

.mt-32 {
  margin-top: 32px !important;
}

.mb-32 {
  margin-bottom: 32px !important;
}

.p-32 {
  padding: 32px !important;
}

.px-32 {
  padding-right: 32px !important;
  padding-left: 32px !important;
}

.py-32 {
  padding-top: 32px !important;
  padding-bottom: 32px !important;
}

.pl-32 {
  padding-left: 32px !important;
}

.pr-32 {
  padding-right: 32px !important;
}

.pt-32 {
  padding-top: 32px !important;
}

.pb-32 {
  padding-bottom: 32px !important;
}

.m-36 {
  margin: 36px !important;
}

.mx-36 {
  margin-right: 36px !important;
  margin-left: 36px !important;
}

.my-36 {
  margin-top: 36px !important;
  margin-bottom: 36px !important;
}

.ml-36 {
  margin-left: 36px !important;
}

.mr-36 {
  margin-right: 36px !important;
}

.mt-36 {
  margin-top: 36px !important;
}

.mb-36 {
  margin-bottom: 36px !important;
}

.p-36 {
  padding: 36px !important;
}

.px-36 {
  padding-right: 36px !important;
  padding-left: 36px !important;
}

.py-36 {
  padding-top: 36px !important;
  padding-bottom: 36px !important;
}

.pl-36 {
  padding-left: 36px !important;
}

.pr-36 {
  padding-right: 36px !important;
}

.pt-36 {
  padding-top: 36px !important;
}

.pb-36 {
  padding-bottom: 36px !important;
}

.m-38 {
  margin: 38px !important;
}

.mx-38 {
  margin-right: 38px !important;
  margin-left: 38px !important;
}

.my-38 {
  margin-top: 38px !important;
  margin-bottom: 38px !important;
}

.ml-38 {
  margin-left: 38px !important;
}

.mr-38 {
  margin-right: 38px !important;
}

.mt-38 {
  margin-top: 38px !important;
}

.mb-38 {
  margin-bottom: 38px !important;
}

.p-38 {
  padding: 38px !important;
}

.px-38 {
  padding-right: 38px !important;
  padding-left: 38px !important;
}

.py-38 {
  padding-top: 38px !important;
  padding-bottom: 38px !important;
}

.pl-38 {
  padding-left: 38px !important;
}

.pr-38 {
  padding-right: 38px !important;
}

.pt-38 {
  padding-top: 38px !important;
}

.pb-38 {
  padding-bottom: 38px !important;
}

.m-40 {
  margin: 40px !important;
}

.mx-40 {
  margin-right: 40px !important;
  margin-left: 40px !important;
}

.my-40 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.ml-40 {
  margin-left: 40px !important;
}

.mr-40 {
  margin-right: 40px !important;
}

.mt-40 {
  margin-top: 40px !important;
}

.mb-40 {
  margin-bottom: 40px !important;
}

.p-40 {
  padding: 40px !important;
}

.px-40 {
  padding-right: 40px !important;
  padding-left: 40px !important;
}

.py-40 {
  padding-top: 40px !important;
  padding-bottom: 40px !important;
}

.pl-40 {
  padding-left: 40px !important;
}

.pr-40 {
  padding-right: 40px !important;
}

.pt-40 {
  padding-top: 40px !important;
}

.pb-40 {
  padding-bottom: 40px !important;
}

.m-42 {
  margin: 42px !important;
}

.mx-42 {
  margin-right: 42px !important;
  margin-left: 42px !important;
}

.my-42 {
  margin-top: 42px !important;
  margin-bottom: 42px !important;
}

.ml-42 {
  margin-left: 42px !important;
}

.mr-42 {
  margin-right: 42px !important;
}

.mt-42 {
  margin-top: 42px !important;
}

.mb-42 {
  margin-bottom: 42px !important;
}

.p-42 {
  padding: 42px !important;
}

.px-42 {
  padding-right: 42px !important;
  padding-left: 42px !important;
}

.py-42 {
  padding-top: 42px !important;
  padding-bottom: 42px !important;
}

.pl-42 {
  padding-left: 42px !important;
}

.pr-42 {
  padding-right: 42px !important;
}

.pt-42 {
  padding-top: 42px !important;
}

.pb-42 {
  padding-bottom: 42px !important;
}

.m-48 {
  margin: 48px !important;
}

.mx-48 {
  margin-right: 48px !important;
  margin-left: 48px !important;
}

.my-48 {
  margin-top: 48px !important;
  margin-bottom: 48px !important;
}

.ml-48 {
  margin-left: 48px !important;
}

.mr-48 {
  margin-right: 48px !important;
}

.mt-48 {
  margin-top: 48px !important;
}

.mb-48 {
  margin-bottom: 48px !important;
}

.p-48 {
  padding: 48px !important;
}

.px-48 {
  padding-right: 48px !important;
  padding-left: 48px !important;
}

.py-48 {
  padding-top: 48px !important;
  padding-bottom: 48px !important;
}

.pl-48 {
  padding-left: 48px !important;
}

.pr-48 {
  padding-right: 48px !important;
}

.pt-48 {
  padding-top: 48px !important;
}

.pb-48 {
  padding-bottom: 48px !important;
}

.m-56 {
  margin: 56px !important;
}

.mx-56 {
  margin-right: 56px !important;
  margin-left: 56px !important;
}

.my-56 {
  margin-top: 56px !important;
  margin-bottom: 56px !important;
}

.ml-56 {
  margin-left: 56px !important;
}

.mr-56 {
  margin-right: 56px !important;
}

.mt-56 {
  margin-top: 56px !important;
}

.mb-56 {
  margin-bottom: 56px !important;
}

.p-56 {
  padding: 56px !important;
}

.px-56 {
  padding-right: 56px !important;
  padding-left: 56px !important;
}

.py-56 {
  padding-top: 56px !important;
  padding-bottom: 56px !important;
}

.pl-56 {
  padding-left: 56px !important;
}

.pr-56 {
  padding-right: 56px !important;
}

.pt-56 {
  padding-top: 56px !important;
}

.pb-56 {
  padding-bottom: 56px !important;
}

.m-60 {
  margin: 60px !important;
}

.mx-60 {
  margin-right: 60px !important;
  margin-left: 60px !important;
}

.my-60 {
  margin-top: 60px !important;
  margin-bottom: 60px !important;
}

.ml-60 {
  margin-left: 60px !important;
}

.mr-60 {
  margin-right: 60px !important;
}

.mt-60 {
  margin-top: 60px !important;
}

.mb-60 {
  margin-bottom: 60px !important;
}

.p-60 {
  padding: 60px !important;
}

.px-60 {
  padding-right: 60px !important;
  padding-left: 60px !important;
}

.py-60 {
  padding-top: 60px !important;
  padding-bottom: 60px !important;
}

.pl-60 {
  padding-left: 60px !important;
}

.pr-60 {
  padding-right: 60px !important;
}

.pt-60 {
  padding-top: 60px !important;
}

.pb-60 {
  padding-bottom: 60px !important;
}

.m-84 {
  margin: 84px !important;
}

.mx-84 {
  margin-right: 84px !important;
  margin-left: 84px !important;
}

.my-84 {
  margin-top: 84px !important;
  margin-bottom: 84px !important;
}

.ml-84 {
  margin-left: 84px !important;
}

.mr-84 {
  margin-right: 84px !important;
}

.mt-84 {
  margin-top: 84px !important;
}

.mb-84 {
  margin-bottom: 84px !important;
}

.p-84 {
  padding: 84px !important;
}

.px-84 {
  padding-right: 84px !important;
  padding-left: 84px !important;
}

.py-84 {
  padding-top: 84px !important;
  padding-bottom: 84px !important;
}

.pl-84 {
  padding-left: 84px !important;
}

.pr-84 {
  padding-right: 84px !important;
}

.pt-84 {
  padding-top: 84px !important;
}

.pb-84 {
  padding-bottom: 84px !important;
}

.m-auto {
  margin: auto !important;
}

.mx-auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.ml-auto {
  margin-left: auto !important;
}

.mr-auto {
  margin-right: auto !important;
}

.mt-auto {
  margin-top: auto !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.p-auto {
  padding: auto !important;
}

.px-auto {
  padding-right: auto !important;
  padding-left: auto !important;
}

.py-auto {
  padding-top: auto !important;
  padding-bottom: auto !important;
}

.pl-auto {
  padding-left: auto !important;
}

.pr-auto {
  padding-right: auto !important;
}

.pt-auto {
  padding-top: auto !important;
}

.pb-auto {
  padding-bottom: auto !important;
}

.ellipsis {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
}

.ellipsis-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  display: -webkit-box;
}

.ellipsis-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  display: -webkit-box;
}

.ellipsis-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  display: -webkit-box;
}

.ellipsis-5 {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  display: -webkit-box;
}

.fw-300 {
  font-weight: 300 !important;
}

.fw-400 {
  font-weight: 400 !important;
}

.fw-500 {
  font-weight: 500 !important;
}

.fw-600 {
  font-weight: 600 !important;
}

.fw-700 {
  font-weight: 700 !important;
}

.ta-l {
  text-align: left !important;
}

.ta-r {
  text-align: right !important;
}

.ta-c {
  text-align: center !important;
}

.ta-j {
  text-align: justify !important;
}

.wb-bw {
  word-break: break-word !important;
}

.wb-ba {
  word-break: break-all !important;
}

.ws-nw {
  white-space: nowrap !important;
}

.text-h1 {
  font-size: 48px;
}

.text-h2 {
  font-size: 32px;
}

.text-h3 {
  font-size: 24px;
}

.text-h4 {
  font-size: 16px;
}

.text-p20 {
  font-size: 20px;
}

.text-p16 {
  font-size: 16px;
}

.text-p14 {
  font-size: 14px;
}

.text-p10 {
  font-size: 10px;
}

.text-underline {
  text-decoration: underline;
  text-decoration-skip-ink: none;
  text-underline-position: from-font;
  text-underline-offset: 1px;
}

.text-color-dark {
  color: #364048;
}

html {
  font-size: 16px;
  line-height: 1.25;
}

body {
  /* for Firefox */
  scrollbar-face-color: #005e9e;
  scrollbar-track-color: transparent;
  scrollbar-color: #005e9e transparent;
  scrollbar-width: thin;
  display: flex;
  flex-direction: column;
  width: 100vw;
  min-height: 100vh;
  overflow-x: hidden;
  font-family: "Neo Sans Pro", sans-serif;
  color: #001121;
}
body::-webkit-scrollbar {
  width: 4px;
  height: 4px;
  background: #fff;
}
body::-webkit-scrollbar-thumb {
  background: #005e9e;
  background-clip: padding-box;
  border-radius: 4px;
}

:root {
  --header-height: 96px;
  --page-padding-bottom: 96px;
  --container-width: 1110px;
  --container-padding: 32px;
}
@media (max-width: 1199px) {
  :root {
    --header-height: 68px;
  }
}
@media (max-width: 767px) {
  :root {
    --page-padding-bottom: 48px;
    --container-padding: 16px;
  }
}

::selection {
  background: rgba(227, 227, 227, 0.6);
}

.page {
  padding-top: var(--header-height);
  padding-bottom: var(--page-padding-bottom);
}
.page--narrow-header {
  --header-height: 82px;
}
@media (max-width: 1199px) {
  .page--narrow-header {
    --header-height: 68px;
  }
}

.container {
  width: 100%;
  max-width: calc(var(--container-width) + var(--container-padding) * 2);
  margin: 0 auto;
  padding: 0 var(--container-padding);
}
@media (max-width: 1199px) {
  .container {
    max-width: 100%;
  }
}

sup {
  font-size: 0.6em;
  line-height: 0;
  vertical-align: super;
}

b,
strong {
  font-weight: 700;
}

i,
em {
  font-style: italic;
}

picture {
  display: block;
  object-fit: cover;
  object-position: center;
}
picture img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: inherit;
  object-position: inherit;
}

[data-expansion-panel-content] {
  height: 0;
  overflow: hidden;
  transition: height 0.5s;
}

[data-expansion-panel-trigger].trigger-expansion-panel-open
  [data-expansion-panel-content-when-closed] {
  display: none !important;
}

[data-expansion-panel-trigger]:not(.trigger-expansion-panel-open)
  [data-expansion-panel-content-when-open] {
  display: none !important;
}

[data-expansion-opacity-panel-content] {
  height: 0;
  overflow: hidden;
}
[data-expansion-opacity-panel-content].expansion-opacity-panel-open {
  opacity: 1;
  transition: opacity 1s;
}
[data-expansion-opacity-panel-content]:not(.expansion-opacity-panel-open) {
  opacity: 0;
  transition:
    opacity 0.5s,
    height 0s linear 0.5s;
}

[data-expansion-opacity-panel-trigger].expansion-opacity-panel-open
  [data-expansion-opacity-panel-content-when-closed] {
  display: none !important;
}

[data-expansion-opacity-panel-trigger]:not(.expansion-opacity-panel-open)
  [data-expansion-opacity-panel-content-when-open] {
  display: none !important;
}

.anchors-fixed-arrow {
  position: sticky;
  right: 64px;
  bottom: 40vh;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  margin-top: -64px;
  margin-left: auto;
  background-color: rgba(0, 94, 158, 0.15);
  border-radius: 50%;
  transform: translateY(-32px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.5s;
  cursor: pointer;
}
.anchors-fixed-arrow img {
  width: 32px;
  transition: transform 0.2s;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .anchors-fixed-arrow:hover img {
    transform: translateY(4px);
  }
}
.anchors-fixed-arrow::before,
.anchors-fixed-arrow::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 64px;
  aspect-ratio: 1/1;
  background-color: rgba(0, 94, 158, 0.15);
  border-radius: 50%;
  transform: translate(-50%, -50%);
  opacity: 0;
  animation: fixed-arrow-pulse 6s infinite linear;
  pointer-events: none;
}
.anchors-fixed-arrow::after {
  animation-delay: -1.5s;
}

@keyframes fixed-arrow-pulse {
  0% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
  }
  60% {
    opacity: 0;
    transform: translate(-50%, -50%) scale(0.6);
  }
  70% {
    opacity: 1;
  }
  100% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
}
.anchors-fixed-arrow--visible {
  opacity: 1;
  pointer-events: all;
}
.anchors-fixed-arrow--up img {
  transform: rotate(180deg);
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .anchors-fixed-arrow--up:hover img {
    transform: rotate(180deg) translateY(-4px);
  }
}
@media (max-width: 1199px) {
  .anchors-fixed-arrow {
    display: none;
  }
}

.to-top-arrow {
  position: relative;
  width: 40px;
  height: 40px;
  margin-top: 30px;
  margin-right: 4px;
  margin-left: auto;
  background: url(../assets/images/icons/arrow-long-top.svg) no-repeat center
    center/16px auto #00aac6;
  border-radius: 50%;
}
@media (min-width: 768px) {
  .to-top-arrow {
    display: none;
  }
}
.to-top-arrow::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: -1;
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 170, 198, 0.25);
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.to-top-arrow::before {
  animation: to-top-arrow-pulse 2s infinite linear;
}

@keyframes to-top-arrow-pulse {
  0% {
    opacity: 0;
    transform: translate3d(-50%, -50%, 0);
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(2);
    opacity: 0;
  }
}

.page-tabs {
  display: flex;
  margin-top: 28px;
  overflow: auto;
}
@media (max-width: 767px) {
  .page-tabs {
    width: 100vw;
    margin-top: 18px;
    margin-left: calc(var(--container-padding) * -1);
    padding: 0 var(--container-padding);
  }
}
.page-tabs__item {
  padding: 9px 13px;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 500;
  color: #364048;
  background-color: #e2f1fb;
  border-radius: 8px;
  transition: 0.2s;
}
.page-tabs__item:not(:last-child) {
  margin-right: 18px;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .page-tabs__item:not(.page-tabs__item--active):hover {
    background-color: rgba(0, 94, 158, 0.25);
  }
}
.page-tabs__item--active {
  color: #fff;
  background-color: #005e9e;
}

.s-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  padding: 14px 32px;
  font-size: 20px;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.1s;
}
@media (max-width: 767px) {
  .s-button {
    padding: 12px;
    font-size: 16px;
  }
}
.platform-mac .s-button span {
  margin-top: 2px;
  margin-bottom: -2px;
}
.s-button__icon {
  width: 20px;
  margin-left: 10px;
}
.s-button--fill {
  box-shadow: 0 15px 15px 0 rgba(0, 0, 0, 0.1);
}
.s-button--fill.s-button--blue {
  background-color: #005e9e;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-button--fill.s-button--blue:hover {
    background-color: #01548c;
  }
}
.s-button--fill.s-button--blue.s-button--disabled {
  background-color: #005e9e;
}
.s-button--fill.s-button--white {
  color: #005e9e;
  background-color: #fff;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-button--fill.s-button--white:hover {
    background-color: #cbf3ff;
  }
}
.s-button--fill.s-button--white.s-button--disabled {
  background-color: rgba(255, 255, 255, 0.5);
}
.s-button--outline.s-button--blue {
  color: #005e9e;
  border: 1px solid #005e9e;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-button--outline.s-button--blue:hover {
    background-color: rgba(0, 94, 158, 0.05);
  }
}
.s-button--outline.s-button--blue.s-button--disabled {
  background-color: rgba(0, 94, 158, 0.1);
}
.s-button--small {
  padding: 8px 24px 9px;
}
.s-button--center {
  display: flex;
  width: fit-content;
  margin: 0 auto;
}
.s-button--block {
  width: 100%;
}
@media (max-width: 991px) {
  .s-button--md-down-block {
    width: 100%;
  }
}
.s-button--disabled {
  pointer-events: none;
}

.s-breadcrumbs {
  display: flex;
  margin: 42px 0 16px;
}
@media (max-width: 767px) {
  .s-breadcrumbs {
    margin-top: 24px;
  }
}
.s-breadcrumbs__link,
.s-breadcrumbs__item {
  overflow: hidden;
  text-overflow: ellipsis;
  overflow-wrap: break-word;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  display: block;
  white-space: nowrap;
  font-size: 18px;
}
@media (max-width: 767px) {
  .s-breadcrumbs__link,
  .s-breadcrumbs__item {
    font-size: 14px;
  }
}
.s-breadcrumbs__link {
  color: #005e9e;
}
.s-breadcrumbs__item {
  color: #395066;
}
.s-breadcrumbs__divider {
  margin: 0 12px;
  font-size: 12px;
  vertical-align: top;
  color: #395066;
}

.s-header {
  position: fixed;
  top: 0;
  z-index: 100;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: var(--header-height);
  padding: 8px 48px;
  background-color: #fff;
  box-shadow:
    0 1px 0 0 #c9d2dd,
    0 -1px 0 1px #fff;
}
@media (max-width: 1199px) {
  .s-header {
    padding: 8px 16px;
  }
}
.s-header__burger {
  width: 32px;
}
@media (min-width: 1200px) {
  .s-header__burger {
    display: none;
  }
}
.s-header__logo {
  display: flex;
  width: 157px;
}
@media (max-width: 1199px) {
  .s-header__logo {
    width: 101px;
  }
}
.s-header__logo img {
  width: 100%;
}
@media (max-width: 1199px) {
  .s-header__button {
    padding: 8px;
    font-size: 0;
  }
  .s-header__button .s-button__icon {
    margin: 0;
  }
}
.s-header--narrow .s-header__logo {
  width: 128px;
}
@media (max-width: 1199px) {
  .s-header--narrow .s-header__logo {
    width: 101px;
  }
}

@media (max-width: 1199px) {
  .s-header-nav {
    position: fixed;
    inset: 0;
    display: flex;
    flex-direction: column;
    background-color: #fff;
    transform: translate3d(-100%, 0, 0);
  }
}

@media (max-width: 1199px) {
  .s-header-nav__content {
    display: flex;
    flex-grow: 1;
    flex-direction: column;
    padding: 32px;
    overflow: auto;
  }
}

.s-header-nav__links {
  display: flex;
  gap: 52px;
}
@media (max-width: 1600px) {
  .s-header-nav__links {
    gap: 32px;
  }
}
@media (max-width: 1199px) {
  .s-header-nav__links {
    flex-grow: 1;
    flex-direction: column;
    gap: 6vh;
    margin: 6vh 0 10vh;
  }
}

.s-header-nav__header {
  display: flex;
  align-items: center;
  height: 68px;
  padding: 16px 48px 16px 16px;
  box-shadow: 0 1px 0 0 #c9d2dd;
}

.s-header-nav__closer {
  width: 32px;
}

.s-header-nav__logo {
  width: 101px;
  margin: 0 auto;
}
.s-header-nav__logo img {
  width: 100%;
}

@media (min-width: 1200px) {
  .s-header-nav__header,
  .s-header-nav__button {
    display: none;
  }
}

@media (max-width: 767px) {
  .s-header-nav__button {
    padding: 14px 12px;
    font-size: 20px;
  }
}

@media (max-width: 1199px) {
  .s-header-nav--open {
    transform: translate3d(0, 0, 0);
    transition: transform 0.5s;
  }
}

.s-header-nav--hide-animation {
  transition: transform 0.5s;
}

.s-header-link,
.s-header-dropdown__trigger {
  display: inline-flex;
  align-items: center;
  font-size: 24px;
  color: #364048;
  cursor: pointer;
  user-select: none;
  transition: color 0.1s;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-header-link:hover,
  .s-header-dropdown__trigger:hover {
    color: #01548c;
  }
}
@media (max-width: 1600px) {
  .s-header-link,
  .s-header-dropdown__trigger {
    font-size: 20px;
  }
}
@media (max-width: 1280px) {
  .s-header-link,
  .s-header-dropdown__trigger {
    font-size: 18px;
  }
}
@media (max-width: 1199px) {
  .s-header-link,
  .s-header-dropdown__trigger {
    font-size: 32px;
  }
}

.s-header-dropdown {
  position: relative;
}
.s-header-dropdown__trigger svg {
  width: 14px;
  margin: 2px 0 0 5px;
  transition: transform 0.3s;
}
@media (min-width: 1200px) {
  .s-header-dropdown__trigger svg {
    margin-right: -12px;
  }
}
@media (max-width: 767px) {
  .s-header-dropdown__trigger svg {
    width: 20px;
    margin: 2px 0 0 8px;
  }
}
@media (max-width: 767px) {
  .s-header-dropdown__trigger svg path {
    stroke-width: 1.5;
  }
}
.s-header-dropdown__trigger.active {
  color: #005e9e;
}
.s-header-dropdown__trigger.active svg {
  transform: rotate(180deg);
}
.s-header-dropdown__content {
  overflow: hidden;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .s-header-dropdown__content {
    position: absolute;
    top: calc(100% + 44px);
    left: 0;
    min-width: 255px;
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
  }
  .s-header-dropdown__content:not(.visible) {
    opacity: 0;
    transform: translateY(-10px);
  }
}
.s-header-dropdown__content:not(.visible) {
  height: 0;
}
.s-header-dropdown__content:not(.displayed) {
  display: none;
}
.s-header-dropdown__wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1200px) {
  .s-header-dropdown__wrapper {
    padding: 30px;
  }
}
.s-header-dropdown__link {
  white-space: nowrap;
}
@media (max-width: 1199px) {
  .s-header-dropdown__link {
    margin-top: 24px;
    font-size: 24px;
  }
}
.s-header-dropdown__divider {
  width: 100%;
  height: 1px;
  margin: 18px 0;
  background-color: #bac6cf;
}
@media (max-width: 1199px) {
  .s-header-dropdown__divider {
    display: none;
  }
}
.s-header-dropdown__divider:last-child {
  display: none;
}

.s-footer {
  margin-top: auto;
  color: #fff;
  background-color: #013463;
}
.s-footer__disclaimer {
  padding: 24px;
  background-color: #012444;
}
@media (max-width: 991px) {
  .s-footer__disclaimer {
    padding: 16px 12px;
  }
}
.s-footer__content {
  padding: 32px 0;
}
@media (min-width: 992px) {
  .s-footer__content {
    display: flex;
  }
}
@media (min-width: 992px) {
  .s-footer__left {
    flex-shrink: 0;
    width: 32%;
  }
}
@media (max-width: 991px) {
  .s-footer__left {
    margin-bottom: 16px;
  }
}
.s-footer__right {
  width: 100%;
}
.s-footer__logo {
  display: flex;
  width: 216px;
  margin-bottom: 12px;
}
.s-footer__logo img {
  width: 100%;
}
.s-footer__copy {
  font-size: 12px;
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 768px) {
  .s-footer__contacts {
    display: flex;
  }
}
@media (min-width: 768px) {
  .s-footer__contact:nth-of-type(1) {
    margin-right: 6%;
  }
}
@media (max-width: 767px) {
  .s-footer__contact:nth-of-type(1) {
    margin-bottom: 30px;
  }
}
.s-footer__label {
  margin-bottom: 4px;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.4);
}
.s-footer__value {
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  transition: color 0.1s;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-footer__value:hover {
    color: rgba(255, 255, 255, 0.75);
  }
}
.s-footer__text {
  margin-top: 16px;
  font-size: 10px;
  line-height: 1.3;
  color: rgba(255, 255, 255, 0.3);
}
@media (min-width: 992px) {
  .s-footer__text {
    min-height: 20px;
  }
}
.s-footer__text ul,
.s-footer__text ol {
  margin-left: 16px;
}
.s-footer__text ol {
  list-style: decimal;
}
.s-footer__links {
  display: flex;
  margin-top: 8px;
}
@media (max-width: 991px) {
  .s-footer__links {
    margin-top: 16px;
  }
}
@media (max-width: 767px) {
  .s-footer__links {
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.s-footer__links a {
  font-size: 10px;
  color: rgba(255, 255, 255, 0.5);
  transition: color 0.2s;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-footer__links a:hover {
    color: rgba(255, 255, 255, 0.75);
  }
}
@media (min-width: 768px) {
  .s-footer__links a {
    margin-right: 32px;
  }
}
@media (max-width: 767px) {
  .s-footer__links a {
    margin-bottom: 10px;
  }
}
.s-footer__more-button {
  display: inline-flex;
  align-items: center;
  margin: 8px 0 4px;
  color: #fff;
  cursor: pointer;
}
.s-footer__more-button img {
  width: 9px;
  margin-left: 4px;
}

.s-text-field {
  position: relative;
}
.s-text-field__input,
.s-text-field__textarea {
  width: 100%;
  padding: 12px;
  font-size: 14px;
  background-color: #fff;
  border: 1px solid rgba(0, 94, 158, 0.2);
  border-radius: 12px;
}
.s-text-field__input::placeholder,
.s-text-field__textarea::placeholder {
  color: rgba(57, 80, 102, 0.5);
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-text-field__input:hover,
  .s-text-field__textarea:hover {
    border-color: rgba(0, 94, 158, 0.4);
  }
}
.s-text-field__input:focus,
.s-text-field__textarea:focus {
  border-color: #005e9e;
}
.s-text-field__textarea {
  height: 100px;
  resize: none;
}
.s-text-field__error {
  position: absolute;
  top: calc(100% + 2px);
  right: 0;
  font-size: 9px;
  text-align: right;
  color: #ffa386;
}
.s-text-field--invalid .s-text-field__input,
.s-text-field--invalid .s-text-field__textarea {
  border-color: #ffa386;
}

.s-article-card {
  display: flex;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .s-article-card {
    flex-direction: column;
  }
}
.s-article-card__preview {
  position: relative;
  z-index: 2;
  width: 300px;
  aspect-ratio: 3/2;
  object-fit: cover;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .s-article-card__preview {
    width: 100%;
  }
}
.s-article-card__content {
  z-index: 1;
  width: 100%;
  margin-top: 35px;
  padding: 32px 64px;
  word-break: break-word;
  background: #fff;
  border: 1px solid #e7edf4;
  border-radius: 32px;
  box-shadow: 0 7px 15px 0 rgba(0, 0, 0, 0.1);
}
@media (max-width: 767px) {
  .s-article-card__content {
    margin-top: -16px;
  }
}
.s-article-card__title {
  margin-bottom: 16px;
  font-size: 32px;
  line-height: 1.2;
  font-weight: 600;
}
@media (max-width: 767px) {
  .s-article-card__title {
    margin-bottom: 8px;
    font-size: 24px;
  }
}
.s-article-card__text {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.2;
  color: #364048;
}
@media (max-width: 767px) {
  .s-article-card__text {
    font-size: 18px;
  }
}
.s-article-card__link {
  display: inline-flex;
  align-items: center;
  font-size: 20px;
  font-weight: 600;
  color: #005e9e;
  cursor: pointer;
  transition: opacity 0.2s;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-article-card__link:hover {
    opacity: 0.8;
  }
}
.s-article-card__link-arrow {
  width: 20px;
  margin-left: 8px;
}
@media (min-width: 768px) {
  .s-article-card:nth-child(odd) .s-article-card__content {
    margin-left: -48px;
  }
}
@media (min-width: 768px) {
  .s-article-card:nth-child(even) .s-article-card__content {
    order: -1;
    margin-right: -48px;
  }
}

.s-question-form {
  position: relative;
  padding: 16px;
  background-color: #f8fbff;
  border: 1px solid #00aac6;
  border-radius: 12px;
}
@media (min-width: 768px) {
  .s-question-form {
    padding: 32px;
  }
}
.s-question-form__title {
  margin-bottom: 24px;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}
.s-question-form__field {
  margin-bottom: 16px;
}
.s-question-form__agreement {
  margin: 24px 0;
  font-size: 14px;
  line-height: 1.2;
  color: #395066;
}
.s-question-form__agreement a {
  color: #005e9e;
  transition: color 0.1s;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-question-form__agreement a:hover {
    color: #005e9e;
  }
}
.s-question-form__button {
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}

.s-question-form-success {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #f8fbff;
  border-radius: 12px;
}
.s-question-form-success__icon {
  width: 64px;
}
.s-question-form-success__title {
  margin: 32px 0;
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
.s-question-form-success__button {
  font-size: 16px;
  font-weight: 400;
  text-transform: initial;
}

.s-intro {
  position: relative;
  padding-top: 75px;
  background: url(../assets/images/intro-bg.png) no-repeat center -96px / auto
    664px;
}
@media (max-width: 991px) {
  .s-intro {
    background-position-y: -250px;
  }
}
@media (max-width: 767px) {
  .s-intro {
    padding-top: 44px;
    background-position-y: -380px;
  }
}
@media (max-width: 479px) {
  .s-intro {
    background: url(../assets/images/intro-bg--xs.png) repeat-x center top/auto
      212px;
  }
}
.s-intro__title,
.s-intro__subtitle {
  font-size: 70px;
  line-height: 1.2;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .s-intro__title,
  .s-intro__subtitle {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .s-intro__title,
  .s-intro__subtitle {
    font-size: 50px;
  }
}
@media (max-width: 767px) {
  .s-intro__title,
  .s-intro__subtitle {
    padding-left: 4px;
    font-size: 24px;
  }
}
.s-intro__title {
  color: #007b8c;
}
.s-intro__subtitle {
  color: #eb7aad;
}
.s-intro__image {
  display: flex;
  justify-content: center;
}
.s-intro__image picture {
  flex-shrink: 0;
  width: 1450px;
  max-width: 100vw;
  margin: -16px 0 -65px -26px;
  object-fit: contain;
}
@media (max-width: 1199px) {
  .s-intro__image picture {
    margin: 6px auto -11px;
  }
}
@media (max-width: 479px) {
  .s-intro__image picture {
    width: 354px;
  }
}
.s-intro__title,
.s-intro__subtitle,
.s-intro__image {
  opacity: 0;
}
.s-intro__disclaimer {
  position: relative;
  z-index: 1;
  margin: 0 36px;
}
@media (max-width: 479px) {
  .s-intro__disclaimer {
    margin: 0 20px;
  }
}
.s-intro-nice-price {
  position: absolute;
  top: 54px;
  right: 0;
  display: flex;
  align-items: center;
  padding: 24px 36px 24px 24px;
  font-size: 48px;
  color: #fff;
  background-color: #eb7aad;
  border-radius: 30px 0 0 30px;
}
.platform-mac .s-intro-nice-price span {
  margin-top: 2px;
  margin-bottom: -2px;
}
@media (max-width: 1199px) {
  .s-intro-nice-price {
    padding: 20px;
    font-size: 34px;
    border-radius: 15px 0 0 15px;
  }
}
@media (max-width: 767px) {
  .s-intro-nice-price {
    top: 24px;
    padding: 10px;
    font-size: 18px;
  }
}
.s-intro-nice-price__icon {
  width: 64px;
  margin: -8px 0 8px 11px;
}
@media (max-width: 1199px) {
  .s-intro-nice-price__icon {
    width: 34px;
    margin: -2px 0 2px 8px;
  }
}
@media (max-width: 767px) {
  .s-intro-nice-price__icon {
    width: 20px;
  }
}

.s-shops {
  padding-top: 40px;
}
.s-shops__wrapper {
  padding: 48px;
  background: url(../assets/images/shops-map.png) no-repeat center top/cover;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .s-shops__wrapper {
    padding: 28px 16px;
  }
}
@media (max-width: 479px) {
  .s-shops__wrapper {
    background-image: url(../assets/images/shops-map--xs.png);
  }
}
.s-shops__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .s-shops__title {
    font-size: 28px;
    text-align: left;
  }
}
.s-shops__tabs {
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-top: 30px;
}
@media (max-width: 767px) {
  .s-shops__tabs {
    gap: 10px;
    margin-top: 14px;
  }
}
.s-shops__tab {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 58px;
  padding: 0 20px;
  font-size: 30px;
  font-weight: 700;
  color: #005e9e;
  border: 2px solid #005e9e;
  border-radius: 12px;
  cursor: pointer;
  transition: 0.3s;
}
.platform-mac .s-shops__tab {
  padding-top: 4px;
}
@media (max-width: 767px) {
  .s-shops__tab {
    flex-grow: 1;
    height: 46px;
    padding: 2px 8px 0;
    font-size: 20px;
    border-radius: 10px;
  }
}
.s-shops__tab[data-shop-tab-active] {
  color: #fff;
  background-color: #005e9e;
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-shops__tab:not([data-shop-tab-active]):hover {
    color: #003b64;
    border-color: #003b64;
  }
}
.s-shops [data-shop-tab-content]:not([data-shop-tab-content-active]) {
  display: none;
}
.s-shops__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 30px;
  margin-top: 42px;
}
@media (max-width: 991px) {
  .s-shops__list {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .s-shops__list {
    gap: 8px;
    margin-top: 22px;
  }
}
.s-shops__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc((100% - 30px * 2) / 3);
  padding: 26px 32px;
  background-color: #fff;
  border-radius: 12px;
  box-shadow: 0 0 0 1px #e7edf4 inset;
  transition: box-shadow 0.2s;
}
@media (max-width: 991px) {
  .s-shops__item {
    width: calc((100% - 16px * 2) / 3);
    padding: 12px 32px;
  }
}
@media (max-width: 767px) {
  .s-shops__item {
    justify-content: center;
    padding: 8px 16px;
  }
}
@media (max-width: 479px) {
  .s-shops__item {
    width: calc((100% - 8px) / 2);
  }
}
@media (hover: hover),
  screen and (-ms-high-contrast: active),
  screen and (-ms-high-contrast: none) {
  .s-shops__item:hover {
    box-shadow: 0 0 0 4px rgba(0, 94, 158, 0.4) inset;
  }
}
.s-shops__item-logo {
  max-width: calc(100% - 24px);
  height: 48px;
  object-fit: contain;
}
@media (max-width: 767px) {
  .s-shops__item-logo {
    max-width: 100%;
  }
}
.s-shops__item-arrow {
  flex-shrink: 0;
  width: 20px;
}
@media (max-width: 767px) {
  .s-shops__item-arrow {
    display: none;
  }
}

.s-video {
  position: relative;
  padding: 10px;
  background-color: #def2f8;
  border-radius: 60px;
  cursor: pointer;
}
@media (max-width: 767px) {
  .s-video {
    padding: 4px;
    border-radius: 32px;
  }
}
.s-video__video {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: initial;
  border-radius: inherit;
}
.s-video__video .vjs-control-bar {
  padding: 0 32px;
  background-color: rgba(0, 94, 158, 0.45);
}
@media (max-width: 767px) {
  .s-video__video .vjs-control-bar {
    padding: 0 8px;
  }
}
.s-video__video .vjs-picture-in-picture-control {
  display: none;
}
.s-video__video .vjs-tech,
.s-video__video .vjs-poster img {
  object-fit: cover;
}
.s-video__video .vjs-time-control {
  font-size: 14px;
  line-height: 2;
}
.s-video__video .vjs-poster {
  transition: opacity 0.5s;
}
.s-video__video .vjs-big-play-button {
  position: relative;
  width: 96px;
  height: 96px;
  margin-top: -48px;
  margin-left: -48px;
  background: url(../assets/images/icons/play-button.svg) no-repeat 55%
    center/30% auto #fff;
  border-radius: 50%;
}
@media (max-width: 767px) {
  .s-video__video .vjs-big-play-button {
    width: 54px;
    height: 54px;
    margin-top: -27px;
    margin-left: -27px;
  }
}
.s-video__video .vjs-big-play-button .vjs-icon-placeholder {
  display: none;
}
.s-video__video .vjs-big-play-button::before,
.s-video__video .vjs-big-play-button::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.s-video__video.video-js:hover .vjs-big-play-button {
  background-color: #fff;
}
.s-video__video.video-js:hover .vjs-big-play-button::before,
.s-video__video.video-js:hover .vjs-big-play-button::after {
  animation: pulse 2s infinite linear;
}
.s-video__video.video-js:hover .vjs-big-play-button::after {
  animation-delay: 1s;
}

@keyframes pulse {
  from {
    box-shadow: 0 0 0 #fff;
  }
  to {
    box-shadow: 0 0 0 15px transparent;
  }
}
.s-video__video.vjs-has-started .vjs-poster {
  display: block;
  opacity: 0;
  pointer-events: none;
}
.s-video__video.vjs-fullscreen {
  border-radius: 0;
}
.s-video__play-description {
  position: absolute;
  top: 63%;
  left: 50%;
  font-size: 20px;
  font-weight: 500;
  color: #fff;
  transform: translate(-50%, -50%);
}
@media (max-width: 767px) {
  .s-video__play-description {
    top: 70%;
    font-size: 12px;
  }
}
.s-video--pause .vjs-big-play-button {
  display: block !important;
}
.s-video--playing .s-video__play-description {
  display: none;
}

/*!*************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/sass-loader/dist/cjs.js!./scss/pages/slabicap.scss ***!
  \*************************************************************************************************************************************************/
.slabicap-page .s-intro {
  padding-top: 88px;
}
@media (max-width: 991px) {
  .slabicap-page .s-intro {
    padding-top: 30px;
  }
}
.slabicap-page .s-intro__title,
.slabicap-page .s-intro__subtitle {
  font-size: 80px;
}
@media (max-width: 1440px) {
  .slabicap-page .s-intro__title,
  .slabicap-page .s-intro__subtitle {
    font-size: 70px;
  }
}
@media (max-width: 1199px) {
  .slabicap-page .s-intro__title,
  .slabicap-page .s-intro__subtitle {
    font-size: 60px;
  }
}
@media (max-width: 991px) {
  .slabicap-page .s-intro__title,
  .slabicap-page .s-intro__subtitle {
    font-size: 48px;
  }
}
@media (max-width: 767px) {
  .slabicap-page .s-intro__title,
  .slabicap-page .s-intro__subtitle {
    padding-left: 4px;
    font-size: 24px;
    line-height: 1.4;
  }
}
.slabicap-page .s-intro__image picture {
  width: 1318px;
  margin: -168px 0 -167px 106px;
}
@media (max-width: 1199px) {
  .slabicap-page .s-intro__image picture {
    margin: -120px auto -124px;
  }
}
@media (max-width: 991px) {
  .slabicap-page .s-intro__image picture {
    margin: -12px auto -24px;
  }
}
@media (max-width: 479px) {
  .slabicap-page .s-intro__image picture {
    width: 363px;
  }
}
.slabicap-page .s-intro-nice-price {
  top: 68px;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slabicap-page .s-intro-nice-price {
    top: 110px;
  }
}
@media (max-width: 767px) {
  .slabicap-page .s-intro-nice-price {
    top: 68px;
  }
}

.slabicap-page .s-shops {
  margin-top: 24px;
}

.slabicap-benefits {
  margin-top: 80px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .slabicap-benefits {
    margin-top: 36px;
  }
}
.slabicap-benefits__title {
  margin-bottom: 44px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .slabicap-benefits__title {
    margin-bottom: 28px;
    font-size: 28px;
  }
}
.slabicap-benefits__items {
  display: flex;
  margin-bottom: 40px;
}
@media (max-width: 991px) {
  .slabicap-benefits__items {
    flex-direction: column;
    margin-bottom: 44px;
  }
}
.slabicap-benefits__item {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .slabicap-benefits__item:not(:last-child) {
    margin-bottom: 24px;
  }
}
.slabicap-benefits__item:nth-child(2) {
  padding-right: 8px;
}
@media (min-width: 1200px) {
  .slabicap-benefits__item:nth-child(2) {
    margin-right: -3%;
    margin-left: 3%;
  }
}
.slabicap-benefits__icon {
  width: 82px;
  margin-right: 16px;
}
.slabicap-benefits__text {
  font-size: 24px;
  line-height: 1.25;
  color: #364048;
}
@media (max-width: 1199px) {
  .slabicap-benefits__text {
    font-size: 20px;
  }
}

@media (min-width: 992px) {
  .slabicap-variants__list {
    display: grid;
    grid-gap: 32px;
    grid-template-columns: 1fr 1fr;
  }
}

.slabicap-variants__decor {
  position: relative;
  z-index: -1;
  height: 500px;
  margin: -250px 0;
  overflow: hidden;
}
.slabicap-variants__decor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 100%;
  aspect-ratio: 1/1;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(0, 94, 158, 0.15) 0%,
    rgba(253, 109, 188, 0) 100%
  );
  border-radius: 50%;
  filter: blur(10px);
  transform: translate(45%, 0);
}
@media (max-width: 767px) {
  .slabicap-variants__decor {
    display: none;
  }
}

.slabicap-variant {
  position: relative;
  padding-top: 266px;
}
@media (max-width: 767px) {
  .slabicap-variant {
    padding-top: 170px;
  }
}
.slabicap-variant__image {
  position: absolute;
  transform: translate3d(-50%, -50%, 0);
  pointer-events: none;
}
.slabicap-variant__content {
  padding: 40px 30px 32px;
  color: #364048;
  background: radial-gradient(
    100% 100% at 50.09% 0%,
    #bcd 0%,
    #f2f6fa 46.34%,
    #f2f6fa 91.15%
  );
  border-radius: 32px;
}
@media (max-width: 767px) {
  .slabicap-variant__content {
    padding: 40px 16px 32px;
  }
}
.slabicap-variant__name {
  margin-bottom: 36px;
  font-size: 20px;
  font-weight: 700;
  text-align: right;
  color: #007b8c;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .slabicap-variant__name {
    margin-right: 8px;
    margin-bottom: 40px;
    font-size: 16px;
  }
}
.slabicap-variant__text {
  margin-bottom: 32px;
  padding-left: 40px;
  font-size: 24px;
  line-height: 40px;
  list-style: disc;
}
@media (max-width: 1199px) {
  .slabicap-variant__text {
    padding-left: 30px;
    font-size: 19px;
    line-height: 32px;
  }
}
@media (max-width: 767px) {
  .slabicap-variant__text {
    display: grid;
    grid-gap: 5px;
    font-size: 20px;
    line-height: 1.5;
  }
}
.slabicap-variant__info {
  display: flex;
  align-items: center;
  padding: 12px 16px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  color: #eb7aad;
  background-color: #fff;
  border-radius: 20px;
}
@media (max-width: 991px) {
  .slabicap-variant__info {
    justify-content: center;
  }
}
@media (max-width: 1199px) {
  .slabicap-variant__info {
    font-size: 24px;
  }
}
.slabicap-variant__info img {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  margin-right: 12px;
}
.slabicap-variant__pulse {
  position: absolute;
  top: 216px;
  left: 50%;
  z-index: -1;
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  .slabicap-variant__pulse {
    top: 170px;
  }
}
.slabicap-variant__pulse span {
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 160px;
  aspect-ratio: 1/1;
  background-color: rgba(0, 170, 198, 0.08);
  border-radius: 50%;
  transform: translate3d(-50%, -50%, 0);
}
@media (max-width: 767px) {
  .slabicap-variant__pulse span {
    width: 113px;
  }
}
.slabicap-variant__pulse span:nth-child(1) {
  animation: variant-pulse 6s infinite;
}
.slabicap-variant__pulse span:nth-child(2) {
  animation: variant-pulse 6s -1.5s infinite;
}
.slabicap-variant__pulse span:nth-child(3) {
  animation: variant-pulse 6s -3s infinite;
}
.slabicap-variant__pulse span:nth-child(4) {
  animation: variant-pulse 6s -4.5s infinite;
}

@keyframes variant-pulse {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    transform: translate3d(-50%, -50%, 0) scale(3);
    opacity: 0;
  }
}
.slabicap-variant--1 .slabicap-variant__image {
  top: 150px;
  left: 59%;
  width: 194px;
}
@media (max-width: 767px) {
  .slabicap-variant--1 .slabicap-variant__image {
    top: 120px;
    left: 61%;
    width: 148px;
  }
}
.slabicap-variant--2 .slabicap-variant__image {
  top: 212px;
  left: 45%;
  width: 471px;
}
@media (max-width: 767px) {
  .slabicap-variant--2 .slabicap-variant__image {
    top: 146px;
    left: 43%;
    width: 304px;
  }
}

.slabicap-use {
  margin-top: 84px;
  padding-top: 40px;
}
@media (max-width: 767px) {
  .slabicap-use {
    margin-top: 36px;
  }
}
.slabicap-use__title {
  margin-bottom: 36px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .slabicap-use__title {
    margin-bottom: 28px;
    font-size: 28px;
  }
}
.slabicap-use__text {
  margin-bottom: 30px;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #364048;
}
@media (max-width: 767px) {
  .slabicap-use__text {
    font-size: 20px;
  }
}
.slabicap-use__attention {
  position: relative;
  max-width: 956px;
  margin: 0 auto;
  padding: 28px 24px;
  overflow: hidden;
  font-size: 28px;
  line-height: 1.3;
  color: #364048;
  background: linear-gradient(
    91deg,
    rgba(131, 195, 255, 0.25) 0%,
    rgba(255, 215, 71, 0.25) 100%
  );
  border-radius: 12px;
}
@media (max-width: 767px) {
  .slabicap-use__attention {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .slabicap-use__attention {
    padding: 28px 8px 158px;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }
}
.slabicap-use__attention-sun {
  position: absolute;
  right: -50px;
  bottom: calc(50% - 50px);
  width: 100px;
}
@media (max-width: 767px) {
  .slabicap-use__attention-sun {
    right: calc(50% - 125px);
    bottom: -125px;
    width: 250px;
  }
}
.slabicap-use__variants {
  display: grid;
  align-items: flex-start;
  grid-gap: 64px 30px;
  grid-template-columns: 1fr 1fr;
  padding-top: 40px;
}
@media (max-width: 1199px) {
  .slabicap-use__variants {
    display: flex;
    flex-direction: column;
    padding-top: 64px;
  }
}

.slabicap-use-variant {
  position: relative;
  padding: 28px 32px 32px;
  background: linear-gradient(145.94deg, #ddf1f7 54.3%, #cff3fd 98.78%);
  border-radius: 100px 32px 32px 32px;
}
@media (max-width: 1199px) {
  .slabicap-use-variant {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .slabicap-use-variant {
    padding: 100px 16px 32px;
    border-top-left-radius: 80px;
  }
}
@media (min-width: 768px) {
  .slabicap-use-variant__title,
  .slabicap-use-variant__text {
    margin-left: 68px;
  }
}
.slabicap-use-variant__title {
  line-height: 1.2;
  font-weight: 700;
}
@media (min-width: 768px) {
  .slabicap-use-variant__title {
    max-width: 180px;
    margin-bottom: 20px;
    font-size: 32px;
  }
}
@media (max-width: 767px) {
  .slabicap-use-variant__title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}
.slabicap-use-variant__info {
  position: absolute;
  top: 0;
  right: 32px;
  padding: 10px 18px 14px;
  font-size: 28px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  color: #fff;
  background-color: #eb7aad;
  border-radius: 0 0 20px 20px;
  box-shadow: 5px 5px 8px 0 rgba(0, 0, 0, 0.04);
}
@media (max-width: 767px) {
  .slabicap-use-variant__info {
    padding: 10px 15px 14px;
    font-size: 20px;
  }
}
.slabicap-use-variant__text {
  line-height: 1.2;
  color: #364048;
}
@media (min-width: 1200px) {
  .slabicap-use-variant__text {
    min-height: 192px;
    font-size: 24px;
  }
}
@media (max-width: 1199px) {
  .slabicap-use-variant__text {
    margin-bottom: 28px;
    font-size: 20px;
  }
}
.slabicap-use-variant__text ul {
  margin-top: 12px;
  margin-left: 29px;
  line-height: 1.2;
  list-style: disc;
}
@media (min-width: 768px) {
  .slabicap-use-variant__text ul {
    margin-top: 4px;
    margin-left: 36px;
    line-height: 1.7;
  }
}
.slabicap-use-variant__buttons {
  display: flex;
}
@media (max-width: 767px) {
  .slabicap-use-variant__buttons {
    flex-direction: column-reverse;
    padding: 0 16px;
  }
}
@media (min-width: 768px) {
  .slabicap-use-variant__buttons .s-button {
    margin-right: 12px;
    padding: 14px 24px;
  }
}
@media (max-width: 767px) {
  .slabicap-use-variant__buttons .s-button {
    justify-content: center;
    width: 100%;
    font-size: 20px;
  }
}
@media (max-width: 767px) {
  .slabicap-use-variant__buttons .s-button:nth-child(2) {
    margin-bottom: 20px;
  }
}
.slabicap-use-variant__buttons .s-button .s-button__icon {
  transition: transform 0.2s;
}
.slabicap-use-variant__buttons
  .s-button.trigger-expansion-panel-open
  .s-button__icon {
  transform: rotate(180deg);
}
.slabicap-use-variant__footer {
  padding-top: 24px;
  font-size: 20px;
  line-height: 1.28;
  color: #364048;
}
@media (min-width: 768px) {
  .slabicap-use-variant__footer {
    padding-top: 32px;
    font-size: 24px;
  }
}
.slabicap-use-variant__footer ul {
  margin-left: 26px;
  list-style: disc;
}
.slabicap-use-variant__decor-base,
.slabicap-use-variant__decor-shadow {
  position: absolute;
}
.slabicap-use-variant__decor-base {
  animation: decor-base 1.5s infinite alternate;
}

@keyframes decor-base {
  from {
    transform: translateY(-5%);
  }
  to {
    transform: translateY(10%);
  }
}
.slabicap-use-variant__decor-shadow {
  animation: decor-shadow 1.5s infinite alternate;
}

@keyframes decor-shadow {
  from {
    transform: scale(1.05);
  }
  to {
    transform: scale(0.9);
  }
}
.slabicap-use-variant--drop .slabicap-use-variant__decor-base {
  top: -15px;
  left: 15px;
  width: 61px;
}
@media (max-width: 767px) {
  .slabicap-use-variant--drop .slabicap-use-variant__decor-base {
    top: -48px;
    left: 40px;
  }
}
.slabicap-use-variant--drop .slabicap-use-variant__decor-shadow {
  top: 81px;
  left: 0;
  width: 87px;
}
@media (max-width: 767px) {
  .slabicap-use-variant--drop .slabicap-use-variant__decor-shadow {
    top: 51px;
    left: 26px;
  }
}
.slabicap-use-variant--pill .slabicap-use-variant__decor-base {
  top: -3px;
  left: 13px;
  width: 66px;
}
@media (max-width: 767px) {
  .slabicap-use-variant--pill .slabicap-use-variant__decor-base {
    top: -36px;
    left: 39px;
  }
}
.slabicap-use-variant--pill .slabicap-use-variant__decor-shadow {
  top: 71px;
  left: 2px;
  width: 84px;
}
@media (max-width: 767px) {
  .slabicap-use-variant--pill .slabicap-use-variant__decor-shadow {
    top: 43px;
    left: 30px;
  }
}

.slabicap-blue-decor {
  position: relative;
  z-index: -1;
  height: 540px;
  margin-top: 200px;
  margin-bottom: -740px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slabicap-blue-decor {
    display: none;
  }
}
.slabicap-blue-decor::before {
  content: "";
  position: absolute;
  top: 0;
  left: 50%;
  z-index: -1;
  height: 100%;
  aspect-ratio: 1/1;
  background: radial-gradient(
    50% 50% at 50% 50%,
    rgba(0, 94, 158, 0.15) 0%,
    rgba(0, 94, 158, 0) 100%
  );
  border-radius: 50%;
  filter: blur(10px);
  transform: translate(55%, 0);
}
@media (max-width: 767px) {
  .slabicap-blue-decor::before {
    transform: translate(-10%, 0%);
  }
}

.slabicap-effect {
  margin-top: 72px;
  padding-top: 40px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .slabicap-effect {
    margin-top: 40px;
  }
}
.slabicap-effect__content {
  padding: 64px 66px 96px;
  background: #f3f6fa;
  border-radius: 32px;
}
@media (max-width: 767px) {
  .slabicap-effect__content {
    padding: 32px 16px;
  }
}
.slabicap-effect__title {
  margin-bottom: 12px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 500;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .slabicap-effect__title {
    margin-bottom: 24px;
    font-size: 28px;
  }
}
.slabicap-effect__title sup {
  position: relative;
  right: -0.15em;
  font-weight: 400;
}
@media (min-width: 992px) {
  .slabicap-effect__title sup {
    top: -0.25em;
    font-size: 0.5em;
  }
}
.slabicap-effect__subtitle {
  margin-bottom: 48px;
  font-size: 28px;
  line-height: 1.2;
  text-align: center;
  color:  #364048;
  opacity: 0.8;
}
@media (max-width: 767px) {
  .slabicap-effect__subtitle {
    margin-bottom: 32px;
    font-size: 24px;
  }
}
.slabicap-effect__items {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 991px) {
  .slabicap-effect__items {
    flex-direction: column;
  }
}
.slabicap-effect__item {
  display: flex;
  align-items: center;
}
@media (min-width: 992px) {
  .slabicap-effect__item:nth-child(2) {
    margin-right: 1%;
    margin-left: 5%;
  }
}
/* @media (max-width: 991px) {
  .slabicap-effect__item:not(:last-child) {
    margin-bottom: 24px;
  }
} */
.slabicap-effect__icon {
  flex-shrink: 0;
  width: 60px;
  margin-right: 24px;
}
.slabicap-effect__text {
  font-size: 24px;
  line-height: 1.2;
  color: #364048;
}
@media (max-width: 767px) {
  .slabicap-effect__text {
    font-size: 20px;
  }
}

.slabicap-articles {
  padding-top: 40px;
}
@media (min-width: 768px) {
  .slabicap-articles {
    margin-top: 72px;
  }
}
.slabicap-articles__title {
  margin-bottom: 48px;
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
}
@media (max-width: 767px) {
  .slabicap-articles__title {
    margin-bottom: 28px;
    font-size: 28px;
  }
}
.slabicap-articles__list {
  display: grid;
  grid-gap: 40px;
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .slabicap-articles__list {
    grid-gap: 24px;
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) {
  [data-expansion-panel-content="slabicap-variants"],
  [data-expansion-panel-content="slabicap-use"] {
    height: initial !important;
  }
}

@media (min-width: 768px) {
  [data-expansion-panel-trigger="slabicap-variants"],
  [data-expansion-panel-trigger="slabicap-use"] {
    display: none;
  }
}

@media (min-width: 768px) {
  [data-expansion-opacity-panel-content="slabicap-effect"] {
    height: initial !important;
    opacity: 1 !important;
  }
}

@media (min-width: 768px) {
  [data-expansion-opacity-panel-trigger="slabicap-effect"] {
    display: none;
  }
}

.slabicap-intestines-desktop .step-2-item,
.slabicap-intestines-desktop .step-3-show,
.slabicap-intestines-desktop .intestines-health-wrapper,
.slabicap-intestines-mobile .step-2-item,
.slabicap-intestines-mobile .step-3-show,
.slabicap-intestines-mobile .intestines-health-wrapper {
  opacity: 0;
}

.slabicap-intestines-desktop .intestines-sick-wrapper,
.slabicap-intestines-desktop .intestines-health-wrapper,
.slabicap-intestines-mobile .intestines-sick-wrapper,
.slabicap-intestines-mobile .intestines-health-wrapper {
  transition: opacity 0.3s linear;
}

.slabicap-intestines-desktop .text,
.slabicap-intestines-mobile .text {
  opacity: 0;
  transition: opacity 0.5s;
}

.slabicap-intestines-desktop {
  height: 100vh;
  min-height: 800px;
  padding: 24px;
}
@media (max-width: 991px) {
  .slabicap-intestines-desktop {
    display: none;
  }
}
.slabicap-intestines-desktop__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  height: 100%;
}
.slabicap-intestines-desktop .container {
  margin-top: -80px;
  padding-left: 124px;
}
.slabicap-intestines-desktop__button {
  transition: opacity 0.5s;
}
.slabicap-intestines-desktop__button--hidden {
  opacity: 0;
  pointer-events: none;
}
.slabicap-intestines-desktop svg {
  height: 100%;
}
.slabicap-intestines-desktop .pill {
  opacity: 0;
}
.slabicap-intestines-desktop .slabicap-intestines-pill-pulse {
  opacity: 0;
}
.slabicap-intestines-desktop
  .slabicap-intestines-pill-pulse
  circle:nth-child(1) {
  animation: intestines-pill-pulse-desktop 3s infinite;
}
.slabicap-intestines-desktop
  .slabicap-intestines-pill-pulse
  circle:nth-child(2) {
  animation: intestines-pill-pulse-desktop 3s -1s infinite;
}
.slabicap-intestines-desktop
  .slabicap-intestines-pill-pulse
  circle:nth-child(3) {
  animation: intestines-pill-pulse-desktop 3s -2s infinite;
}

@keyframes intestines-pill-pulse-desktop {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    r: 107px;
    opacity: 0;
  }
}

.slabicap-intestines-mobile {
  padding-top: 48px;
}
@media (min-width: 992px) {
  .slabicap-intestines-mobile {
    display: none;
  }
}
.slabicap-intestines-mobile svg {
  display: block;
  width: 100%;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slabicap-intestines-mobile svg {
    width: 75%;
    margin: 0 auto;
  }
}
.slabicap-intestines-mobile__buttons {
  display: flex;
  margin: 0 -9px;
}
.slabicap-intestines-mobile__button {
  margin: 0 9px;
  padding: 8px;
  font-size: 18px;
  box-shadow: none;
}
.slabicap-intestines-mobile__button .s-button__icon {
  width: 32px;
}
.slabicap-intestines-mobile__button--prev .s-button__icon {
  margin: 0 10px 0 0;
}
.slabicap-intestines-mobile__button--hidden {
  display: none;
}
.slabicap-intestines-mobile__button--disabled {
  opacity: 0.75;
  pointer-events: none;
  transition: opacity 0.3s;
}
.slabicap-intestines-mobile__texts {
  position: relative;
  height: 47vw;
  margin: 9vw 0 6vw;
}
@media (min-width: 768px) and (max-width: 991px) {
  .slabicap-intestines-mobile__texts {
    height: 30vw;
  }
}
.slabicap-intestines-mobile .slabicap-intestines-pill-pulse {
  opacity: 0;
}
.slabicap-intestines-mobile
  .slabicap-intestines-pill-pulse
  circle:nth-child(1) {
  animation: intestines-pill-pulse-mobile 3s infinite;
}
.slabicap-intestines-mobile
  .slabicap-intestines-pill-pulse
  circle:nth-child(2) {
  animation: intestines-pill-pulse-mobile 3s -1s infinite;
}
.slabicap-intestines-mobile
  .slabicap-intestines-pill-pulse
  circle:nth-child(3) {
  animation: intestines-pill-pulse-mobile 3s -2s infinite;
}

@keyframes intestines-pill-pulse-mobile {
  0% {
    opacity: 0;
  }
  30% {
    opacity: 1;
  }
  100% {
    r: 37px;
    opacity: 0;
  }
}

.slabicap-intestines-mobile-text {
  position: absolute;
  inset: 0;
  padding: 1.6em 0.8em 0.8em 1.6em;
  font-size: 5.55vw;
  line-height: 1.2;
  background-color: #F3F6FA;
  border-radius: 16px
}
@media (min-width: 768px) and (max-width: 991px) {
  .slabicap-intestines-mobile-text {
    font-size: 4vw;
  }
}

.slabicap-intestines-mobile-text__number {
  position: absolute;
  top: -1em;
  left: 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  padding-top: 3px;
  font-weight: 700;
  color: #00aac6;
  background-color: #fff;
  border: 1px solid #e1f1f4;
  border-radius: 50%;
  box-shadow: 0 0.4em 0.8em 0 rgba(0, 0, 0, 0.1);
}

/*!*********************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!../node_modules/sass-loader/dist/cjs.js!./scss/pages/home.scss ***!
  \*********************************************************************************************************************************************/
.home-slider {
  --swiper-pagination-bullet-horizontal-gap: 5px;
  --swiper-pagination-bullet-size: 10px;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-color: #005e9e;
  --swiper-pagination-bullet-inactive-color: #005e9e;
  margin: 150px 0 32px;
}
@media (max-width: 991px) {
  .home-slider {
    margin: 48px 0 16px;
  }
}
.home-slider__title {
  font-size: 40px;
  line-height: 1.2;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 767px) {
  .home-slider__title {
    font-size: 28px;
  }
}
.home-slider__text {
  margin-top: 32px;
  font-size: 24px;
  line-height: 1.3;
  text-align: center;
  color: #364048;
}
@media (max-width: 767px) {
  .home-slider__text {
    margin-top: 9px;
    font-size: 20px;
  }
}
.home-slider__text b {
  font-weight: 500;
}
.home-slider .swiper {
  padding: 100px 0 12px;
}
@media (max-width: 767px) {
  .home-slider .swiper {
    padding: 80px 0 12px;
  }
}
.home-slider-slide::before {
  content: "";
  position: absolute;
  top: 45%;
  left: 50%;
  z-index: -1;
  width: 788px;
  aspect-ratio: 1;
  background: url(../assets/images/pages/home/slider-blur.png) no-repeat center
    center/contain;
  transform: translate(-50%, -50%);
  transition: 0.3s;
}
@media (max-width: 767px) {
  .home-slider-slide::before {
    top: 35%;
    width: 400px;
  }
}
.home-slider-slide__picture {
  display: block;
  width: 521px;
  max-width: 100%;
  margin: 0 auto -17%;
  aspect-ratio: 1;
  object-fit: contain;
  transition: transform 0.3s;
}
@media (max-width: 991px) {
  .home-slider-slide__picture {
    width: 75%;
  }
}
@media (max-width: 767px) {
  .home-slider-slide__picture {
    width: 85%;
    margin: 0 auto -32px;
  }
}
.home-slider-slide__content {
  position: relative;
  top: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.3s;
}
.home-slider-slide__description {
  margin-bottom: 15px;
  font-size: 20px;
  text-align: center;
  color: #007b8c;
  text-transform: uppercase;
  transition: opacity 0.3s;
}
@media (max-width: 767px) {
  .home-slider-slide__description {
    font-size: 18px;
  }
}
.home-slider-slide__name {
  margin-bottom: 20px;
  font-size: 54px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 1366px) {
  .home-slider-slide__name {
    font-size: 48px;
  }
}
@media (max-width: 1199px) {
  .home-slider-slide__name {
    font-size: 40px;
  }
}
@media (max-width: 767px) {
  .home-slider-slide__name {
    font-size: 34px;
  }
}
.home-slider-slide__button {
  padding: 14px 22px;
  font-size: 15px;
  transition: opacity 0.3s;
}
.home-slider-slide__button .s-button__icon {
  margin-left: 20px;
}
@media (min-width: 992px) {
  .home-slider-slide.swiper-slide-prev::before,
  .home-slider-slide.swiper-slide-next::before {
    transform: translate(-50%, -50%) scale(0.75);
  }
  .home-slider-slide:not(.swiper-slide-active) .home-slider-slide__picture {
    transform: scale(0.68);
  }
  .home-slider-slide:not(.swiper-slide-active) .home-slider-slide__content {
    top: -112px;
    transform: scale(0.7);
  }
  .home-slider-slide:not(.swiper-slide-active) .home-slider-slide__description,
  .home-slider-slide:not(.swiper-slide-active) .home-slider-slide__button {
    opacity: 0;
    pointer-events: none;
  }
  .home-slider-slide.swiper-slide-prev::after,
  .home-slider-slide.swiper-slide-active::after {
    content: "";
    position: absolute;
    top: 40%;
    right: -7%;
    width: 1px;
    height: 280px;
    background: #d6d6d6;
    transform: translateY(-50%);
    transition: 0.3s;
  }
}
@media (min-width: 992px) and (min-width: 992px) and (max-width: 1199px) {
  .home-slider-slide.swiper-slide-prev::after,
  .home-slider-slide.swiper-slide-active::after {
    top: 30%;
    height: 200px;
  }
}
@media (min-width: 992px) {
  .home-slider-slide.swiper-slide-prev.swiper-slide-prev::after,
  .home-slider-slide.swiper-slide-active.swiper-slide-prev::after {
    right: 6%;
  }
}
.home-slider__navigation {
  position: absolute;
  top: 43%;
  left: 50%;
  z-index: 1;
  width: 1700px;
  max-width: 98%;
  transform: translateX(-50%);
}
@media (max-width: 767px) {
  .home-slider__navigation {
    top: 37%;
    max-width: calc(100% - 24px);
  }
}
.home-slider .swiper-pagination {
  bottom: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}
.home-slider .swiper-pagination-bullet-active {
  width: 14px !important;
  height: 14px !important;
}
.home-slider .swiper-button-prev,
.home-slider .swiper-button-next {
  width: 62px;
  height: 62px;
  margin-top: 0;
  background: no-repeat center center / contain;
  transform: translateY(-50%);
}
@media (max-width: 479px) {
  .home-slider .swiper-button-prev,
  .home-slider .swiper-button-next {
    width: 32px;
    height: 32px;
  }
}
.home-slider .swiper-button-prev::after,
.home-slider .swiper-button-next::after {
  display: none;
}
.home-slider .swiper-button-prev {
  left: 0;
  background-image: url(../assets/images/icons/slider-arrow-left.svg);
}
.home-slider .swiper-button-next {
  right: 0;
  background-image: url(../assets/images/icons/slider-arrow-right.svg);
}

/* Новые стили */

.main-color {
  color: #e25c98;
}

@media only screen and (max-width: 767px) {
  .above-tablet-display {
    display: none;
  }
}
@media only screen and (max-width: 1023px) {
  .above-desktop-display {
    display: none !important;
  }
}
@media only screen and (min-width: 768px) {
  .below-tablet-display {
    display: none;
  }
}
@media only screen and (min-width: 1024px) {
  .below-desktop-display {
    display: none;
  }
}

.image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio {
  flex-shrink: 0;
  position: relative;
}

.aspect-ratio svg,
.aspect-ratio img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.aspect-ratio::after {
  content: "";
  position: relative;
  z-index: -1;
  display: block;
}

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

.icon,
.icon-wrapper svg,
.icon-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.icon-wrapper {
  position: relative;
  flex-shrink: 0;
}

.icon-16-mob {
  width: 16px;
  height: 16px;
}

@media (min-width: 768px) {
  .icon-20 {
    width: 20px;
    height: 20px;
  }
}

.ml-4-mob {
  margin-left: 4px !important;
}

@media (min-width: 768px) {
  .ml-12 {
    margin-left: 12px;
  }
}

.title-h2,
.title-h2-small {
  font-size: 28px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.title-h2-small {
  font-size: 24px;
}

.title-24-38,
.title-24-28 {
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.1;
  text-transform: uppercase;
}

.title-h3,
.title-h3-small {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  text-transform: uppercase;
}

@media (min-width: 992px) {
  .title-h2,
  .title-h2-small {
    font-size: 56px;
  }

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

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

  .title-h3,
  .title-h3-big {
    font-size: 24px;
  }

  .title-h3-small {
    font-size: 20px;
  }
}

.button--new {
  display: inline-block;
  flex-shrink: 0;
  background-color: transparent;
  transition: all 0.3s;
  box-sizing: border-box;
  position: relative;
  cursor: pointer;
  text-transform: uppercase;
}

.button--layer span:first-child:not(.button__icon) {
  margin-top: 2px;
}

.button--full-block {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.buttons--row,
.buttons--row-nowrap {
  display: flex;
  /* flex-wrap: wrap; */
  margin-top: -6px;
  margin-left: -6px;
}
.buttons--row .button,
.buttons--row-nowrap .button {
  margin-top: 6px;
  margin-left: 6px;
}
.buttons--center {
  justify-content: center;
}
.buttons--between {
  justify-content: space-between;
  margin-left: 0;
}
.buttons--right {
  justify-content: flex-end;
}
@media only screen and (min-width: 768px) {
  .buttons .below-tablet-display {
    display: none;
  }
  .buttons--row,
  .buttons--row-nowrap {
    flex-direction: row;
    align-items: center;
    margin-top: -12px;
    margin-left: -12px;
  }
  .buttons--row .button,
  .buttons--row-nowrap .button {
    margin-top: 12px;
    margin-left: 12px;
  }
}
@media only screen and (min-width: 1024px) {
  .buttons--row {
    margin-left: -12px;
  }
  .buttons--row .button {
    margin-left: 12px;
  }
}
@media only screen and (max-width: 767px) {
  .buttons .above-tablet-display {
    display: none;
  }
  .buttons--row .button--grow-mob,
  .buttons--row-nowrap .button--grow-mob {
    min-width: 40%;
    flex-grow: 1;
  }
  .buttons--row-nowrap {
    flex-wrap: nowrap;
  }
  .buttons--column-mob {
    flex-direction: column;
  }
  .buttons--column-mob.buttons--center {
    align-items: center;
  }
  .buttons--center-mob {
    justify-content: center;
  }
  .buttons--between-mob {
    justify-content: space-between;
    margin-left: 0;
  }
  .buttons--between-mob .button {
    margin-left: 0;
  }
}
.button--new {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font: inherit;
  background-color: transparent;
  border: 0;
  padding: 0;
  text-align: center;
  line-height: 1;
  transition: all 0.3s;
}
.button--layout,
.button--layer {
  font-weight: 700;
}
.button--layout:not([class*="fs"]),
.button--layer:not([class*="fs"]) {
  font-size: 14px;
}
.button--stroke {
  font-weight: 700;
}
.button--stroke:not([class*="fs"]) {
  font-size: 14px;
}
.button--right {
  justify-content: flex-end;
}
.button--pointer {
  pointer-events: auto;
  cursor: pointer;
}
.button--main-color {
  background-color: #e25c98;
  color: #fff;
}
@media (any-hover: hover) {
  .button--main-color:hover {
    background-color: #eb7aad;
  }
}

.button--main-color[disabled],
.button--main-color--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.button--white-color,
.button--white {
  background-color: #fff;
  color: #e25c98;
  border: 1.5px solid white;
}
@media (any-hover: hover) {
  .button--white-color:hover,
  .button--white:hover {
    border-color: #e25c98;
  }
}
.button--white-color[disabled],
.button--white[disabled],
.button--white--disabled {
  opacity: 0.6;
  pointer-events: none;
}
.button--white-color.button--round[disabled],
.button--white.button--round[disabled],
.button--white.button--round.button--disabled {
  color: #fff;
  background-color: transparent;
  pointer-events: none;
  border: 1px solid #fff;
}

.button--default-stroke {
  color: #6b644e;
  border: 1px solid #6b644e;
}
@media (any-hover: hover) {
  .button--default-stroke:hover {
    color: #0073aa;
    border-color: #0073aa;
  }
}
.button--default-stroke[disabled],
.button--default-stroke--disabled {
  opacity: 0.6;
  pointer-events: none;
}

.button--height-44-50 {
  min-height: 44px;
  padding: 4px 14px;
  border-radius: 8px;
}

@media only screen and (min-width: 768px) {
  .button--height-44-50 {
    min-height: 50px;
    padding: 4px 24px;
  }

  .button--height-44-50 .button__icon {
    margin-right: -8px;
  }
}

.button--round {
  border-radius: 50%;
}

.button--rounded {
  border-radius: 13.2px;
}

.button--w-h-55 {
  width: 55px;
  height: 55px;
      position: relative !important;
      left: 0 !important;
      right: 0 !important;
}

.button--nav.swiper-button-lock {
  display: none;
}
.button--text-flex .button__text {
  display: flex;
  align-items: center;
}
.button__extra-text {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  text-align: left;
}

.button--nav.swiper-button-disabled {
  opacity: 0.6;
  pointer-events: none;
}

.button--nav:last-child {
  margin-left: 8px;
}
/* Основные блоки */

.love-intro {
  display: grid;
  grid-template-columns: 100%;
  grid-template-rows: auto;
}

.love-intro__image-block {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.love-intro__container {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
}

.love-intro__small-slogan {
  margin-bottom: 16px;
}

.love-intro__text {
  position: relative;
  z-index: 1;
}

.love-intro__slogan-image {
  margin-top: 16.216%;
}

.love-intro__bg-image::after {
    padding-bottom: 193.4375%;
  }

  .love-intro__slogan-image::after {
    padding-bottom: 31.4189%;
  }
  

  @media (max-width: 768px) {
    .advantages {
              position: relative;
        z-index: 1;
        margin-top: -24px;
    }
    .love-intro__wrapper {
              display: flex;
        flex-direction: column;
      height: 100%;
      padding-bottom: 64px;
    }

    .love-intro__text {
      margin-top: auto;
    }

    .love-intro__bg-image {
  margin-top: -56px;
}

.use__item-icon {
  order: 1;
}

.advantages__text {
  max-width: 230px;
}
  }


.advantages__swiper-wrapper {
  box-sizing: border-box;
}

.advantages__slide {
      display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  padding: 24px;
  border-radius: 32px;
  color: white;
  height: auto !important;
}

.advantages__slide:first-child {
    background-color: #EB7AAD;
}

.advantages__slide:nth-child(2) {
    background-color: #05B5CB;
}

.advantages__slide:nth-child(3) {
    background-color: #0291A4;
}

.advantages__slide:nth-child(4) {
    background-color: #005C69;
}

.advantages__text {
  text-transform: uppercase;
}

.advantages__icon {
  width: 68px;
  height: 68px;
  flex-shrink: 0;
  margin-top: 38px;
}

.advantages__swiper {
  overflow: visible !important;
}

.advantages__slide {
  height: auto !important;
}

.features {
  position: relative;
  z-index: 1;
  margin-bottom: 48px;
  padding-top: 64px;
  padding-bottom: 77px;
  background-color: #F1FEFD;
}

.features__title {
  margin-bottom: 17px;
}

.features__swiper-wrapper {
  box-sizing: border-box;
}

.features__slide {
  display: flex !important;
  align-items: center !important;
  height: auto !important;
}

.features__item {
  width: 100%;
  height: 255px;
  padding: 20px 20px 20px 20px;
  background-color: white;
  border-radius: 24px;
}

.features__slide {
    min-height: 321px;
}

.features__name {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.18;
  text-transform: uppercase;
  font-weight: 500;
}

.features__text {
  color: #364048;
  opacity: 0.8;
  font-size: 14px;
  line-height: 1.3;
  /* transition: font-size 0.3s; */
}

.features__icon {
  width: 54px;
  height: 54px;
  margin-bottom: 16px;
}

.features__decor {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

@media (min-width: 992px) {
  .features__navigation {
    display: flex;
    align-items: center;
    top: -60px;

  }
}

@media (min-width: 1120px) {
  .features__navigation {
    margin-right: calc((100vw - 1120px) / 2);
  }

  .features__wrapper {
    width: calc(100vw - (100vw - 1120px) / 2);
  }
}

.features__navigation button {
  color: white !important;
}

.features__navigation button svg {
  width: 22px;
  height: 22px;
}

.use {
  padding-top: 48px;
  padding-bottom: 32px;
  background-color: #f0fdfd;
  background-image: linear-gradient(
    180deg,
    rgba(223, 236, 239, 0) 0%,
    #eff7f8 96.01%
  );
}

.use__tabs-section {
  position: relative;
  z-index: 1;
}

.use__title {
  margin-bottom: 64px;
}

.use__sub-title {
  width: 296px;
  margin-bottom: 16px;
}

.use__tabs-section{
  margin-top: 5px;
}

.use__tabs {
  display: flex;
  margin-bottom: 12px;
  background-color: white;
  border-radius: 16px;
}

.use__tab-icon {
  flex-shrink: 0;
  margin-right: 8px;
}

.use__tab-name {
  margin-top: 2px;
}

.use__tab {
  flex-grow: 1;
  height: 48px;
  min-width: 145px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 16px;
  cursor: pointer;
  text-transform: uppercase;
  color: #E25C98;
  font-weight: 600;
}

.use__tab[data-shop-tab-active] {
  background-color:  #E25C98;
  color: white;
}

.use__tab:first-child {
  padding: 6px 15px 6px 23px;
}

.use__tab:first-child .use__tab-icon {
  width: 14px;
  height: 24px;
}

.use__tab:nth-child(2) {
  padding: 6px 39px 6px 34px;
}

.use__tab:nth-child(2) .use__tab-icon {
  width: 19px;
  height: 19px;
}

.use__item {
  margin-bottom: 12px;
  padding: 20px 15px;
  border-radius: 24px;
  background-color: white;
}

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

.use__item-name {
  margin-bottom: 12px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 500;
  text-transform: uppercase;
}

.use__item-wrapper {
  display: flex;
  justify-content: space-between;
}

.use__item-head {
  margin-bottom: 16px;
}

.use__item-icon {
  width: 48px;
  height: 48px;
  margin-left: 32px;
}

.use__item-text {
  font-size: 14px;
  line-height: 1.3;
  color: #364048;
  opacity: 0.8;
}

.use__pack::after {
  padding-bottom: 101.5625%
}

.slabicap-effect__subtitle {
  font-size: 14px;
}

.slabicap-effect__content {
  padding: 0;
  background-color: transparent;
}

.slabicap-effect__items {
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 12px;
}

.slabicap-effect__item {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  width: 100%;
  padding: 20px 16px 20px;
  border-radius: 24px;
}

.slabicap-effect__item:first-child {
  background-color: #eb7aad;
}

.slabicap-effect__item:nth-child(2) {
  background-color: #05b5cb;
}

.slabicap-effect__item:nth-child(3) {
  background-color: #005c69;
}

.slabicap-effect__title {
  margin-bottom: 16px;
  font-size: 24px;
}

.slabicap-effect__subtitle {
  font-size: 14px;
  margin-bottom: 32px;
}

.slabicap-effect__text {
  color: white;
  text-transform: uppercase;
  font-size: 18px;
}

.slabicap-effect__icon {
  width: 68px;
  height: 68px;
  margin-bottom: 26px;
}

.slabicap-intestines-new {
  position: relative;
}

.sources__button-full {
  display: none;
}

.use__title,
.features__title {
  text-align: center;
}

.swiper-button-prev,
.swiper-button-next {
  width: 55px !important;
  height: 55px !important;
  color: white;
}

.swiper-button-prev:after,
.swiper-button-next:after {
  content: none !important;
}

 .swiper-rtl .swiper-button-next:after,
 .swiper-rtl .swiper-button-prev:after {
  content: none !important;
 }


 .features__wrapper {
  position: relative;
 }

   .slabicap-intestines-mobile-text__number,
  .slabicap-intestines-new-text__number {
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    background-color: #05B5CB;
    color: white;
    width: 50px;
    height: 50px;
    margin-top: -25px;
    margin-right: -25px;
    padding-top: 4px;
    font-size: 26px;
    line-height: 1;
    font-feature-settings: 'pnum' on, 'lnum' on;
  }

    .slabicap-intestines-new__text:nth-child(3) .slabicap-intestines-new-text__number,
    .slabicap-intestines-new__text:nth-child(3) .slabicap-intestines-mobile-text__number {
      right: auto;
      left: 0;
      margin-top: -25px;
      margin-right: 0;
      margin-left: -25px;
    }

    .slabicap-intestines-mobile-text__number {
      margin-right: 0;
    }

    .slabicap-intestines-new__text:nth-child(3) .slabicap-intestines-mobile-text__number {
      left: auto;
      right: 0;
      margin-left: 0;
      margin-right: 0;
    }
@media (min-width: 768px) {
  .love-intro__small-slogan {
    margin-bottom: 24px;
  }

  .love-intro__bg-image::after {
    padding-bottom: 69.72%;
  }

  .love-intro__slogan-image {
    width: 73.75%;
    margin-top: 2.946%;
    margin-bottom: 7.143%;
  }

  .love-intro__slogan-image::after {
    padding-bottom: 37.53%;
  }

  .advantages {
    margin-top: -120px;
  }

  .advantages__icon {
    margin-top: 42px;
  }

  .features__text {
    font-size: 16px;
    line-height: 1.33;
  }

  .features__slide.swiper-slide-active .features__text {
    font-size: 18px;
  }

  .features__decor::after {
    padding-bottom: 36.39%;
  }

  .features__name {
    font-size: 24px;
    line-height: 1.2;
  }

  .use__tabs {
    margin-bottom: 16px;
  }

  .use__tab {
    height: 61px;
    min-width: 269px;
  }

  .use__tab:first-child .use__tab-icon {
    width: 18px;
    height: 32px;
  }

  .use__tab:nth-child(2) .use__tab-icon {
  width: 25px;
  height: 25px;
}

  .use__item-wrapper {
    justify-content: flex-start;
  }

  .use__item-text {
    font-size: 18px;
    width: 85%;
  }

  .use__item-head {
    margin-bottom: 12px;
  }

  .use__item-icon {
    width: 64px;
    height: 64px;
    margin-right: 32px;
    margin-left: 0;
    margin-top: -8px;
  }

  .use__item {
    margin-bottom: 16px;
    padding: 32px 24px;
  }

  .use__item-name {
    width: 50%;
    min-width: 250px;
    margin-bottom: 16px;
  }

  .use__image-block {
    width: 128.57%;
    margin-left: -14%;
    margin-top: 67px;
  }

  .use__sub-title {
    width: 360px;
  }

  .use__pack::after {
    padding-bottom: 24.93%;
  }

  .slabicap-effect__item {
    padding: 24px 24px 32px;
  }

  .slabicap-effect__title {
    margin-bottom: 24px;
    font-size: 56px;
  }

  .slabicap-effect__subtitle {
    font-size: 18px;
    margin-bottom: 48px;
  }

  .slabicap-effect__text {
    font-size: 20px;
  }

  .slabicap-effect__icon {
    margin-bottom: 24px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .use__text {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

      .use__sub-title {
    text-align: center;
  }
}

.features__ellipses {
  z-index: 1;
}

@media (max-width: 991px) {
  .advantages {
    padding-top: 32px;
    border-top-left-radius: 24px;
    border-top-right-radius: 24px;
    background-color: #f1fefd;
  }

  
  .features__swiper {
  overflow: visible !important;
}

.features__title {
  margin-bottom: 40px;
}

  .features__slide {
    min-height: 321px;
  }

  .features__slide.swiper-slide-active .features__item {
    border-top-left-radius: 0;
  }

  .features__ellipses {
    position: absolute;
    pointer-events: none;
    display: flex;
    align-items: center;
    width: 297px;
    height: 100%;
    top: 0;
    left: 0;
  }

  .features__ellipses-wrapper {
    width: 255px;
    height: 231px;
    background-color: white;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .features__ellipse-top {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -14px;
    width: 246px;
    height: 71px;
  }

  .features__ellipse-bottom {
    position: absolute;
    left: 0;
    bottom: 9px;
    width: 246px;
    height: 64px;
  } 
}

@media (min-width: 992px) {
  .slabicap-intestines-desktop__button {
    position: relative;
    z-index: 1;
  }
  .slabicap-intestines-new__relative-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  left: 50%;
  transform: translate(-50%);
  max-width: 1094px;
}
  .slabicap-intestines-new__text {
    background-color: #F3F6FA;
    padding: 24px;
    border-radius: 16px;
  }

  .container {
    max-width: 1120px;
    padding-right: 0;
    padding-left: 0;
  }

  .use__title,
  .features__title {
    max-width: 962px;
    margin-left: auto;
    margin-right: auto;
  }

  .love-intro {
    max-width: 1560px;
    margin-left: auto;
    margin-right: auto;
  }

  .love-intro__slogan-image {
    margin-left: 31.696%;
  }

  .love-intro__text {
    margin-left: 55%;
  }

  .advantages {
    margin-top: -140px;
  }

  .advantages__slide.swiper-slide {
    width: 265px;
    margin-right: 15px;
  }

  .advantages__text {
    width: 86%;
    font-size: 20px;
    line-height: 1.2;
  }

  .features {
    margin-bottom: 80px;
    padding-top: 140px;
    padding-bottom: 195px;
    background-color: #f0fdfd;
  }

  .features__wrapper {
    position: relative;
  }

  .features__title {
    margin-bottom: 32px;
  }

  .features__icon {
  width: 80px;
  height: 80px;
  margin-bottom: 34px;
}

.features__name {
  margin-bottom: 16px;
}

  .features__navigation {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 0;
    margin-bottom: 32px;
  }

  .features__slide {
    min-height: 463px;
        width: 360px !important;
        margin-right: 20px !important;
  }

  .features__item {
    position: relative;
    height: 342px;
    padding: 32px 32px 24px;
    border-radius: 32px;
  }

  .features__ellipses {
    position: absolute;
    pointer-events: none;
    display: flex;
    align-items: center;
    width: 392px;
    height: 100%;
    top: 0;
    left: -32px;
  }

  .features__ellipses-wrapper {
    width: 100%;
    height: 362px;
    background-color: white;
    border-top-right-radius: 32px;
    border-bottom-right-radius: 32px;
  }

  .features__ellipse-top {
    position: absolute;
    z-index: 2;
    left: 0;
    top: -7px;
    width: 360px;
    height: 102px;
  }

  .features__ellipse-bottom {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: 0;
    width: 360px;
    height: 102px;
  } 

  .use {
    padding-top: 80px;
    padding-bottom: 0;
  }

  .use__title {
    margin-bottom: 100px;
  }

  .use__wrapper {
    display: grid;
    grid-template-columns: repeat(2, 49.11%); /*calc(550% / 1120) */
    grid-template-rows: auto auto;
    justify-content: space-between;
  }

  .use__text {
    grid-column: 1 / 2;
    grid-row: 1 / 2;
  }

  .use__image-block {
    grid-column: 1 / 3;
    grid-row: 2 / 3;
    margin-top: 116px;
  }

  .use__tabs-section {
    grid-column: 2 / 3;
    grid-row: 1 / 3;
  }

  .use__item {
    min-height: 226px;
    border-radius: 16px;
  }

  .use__item-name {
    font-size: 24px;
  }

  .slabicap-effect__items {
    grid-gap: 20px;
    grid-template-columns: repeat(3, 1fr);
  }

  .slabicap-effect__item {
    border-radius: 32px;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  .slabicap-effect__text {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .slabicap-intestines-new__text {
    position: absolute;
    top: 0;
    left: 0;
  }

  .slabicap-intestines-new__text:nth-child(1) {
        top: 4.054%;
        left: 11.482%;
    width: 28.43%;
  }

  .slabicap-intestines-new__text:nth-child(2) {
    left: auto;
            top: 6%;
        right: -2%;
    width: 28.52%;
  }

  .slabicap-intestines-new__text:nth-child(3) {
            top: 49.143%;
        left: 10%;
    width: 24.223%;
  }

  .slabicap-intestines-new__text:nth-child(4) {
    left: auto;
            top: 62.054%;
        right: 0.59%;
    width: 30.44%;
  }

  .slabicap__item-name {
    margin-bottom: 9px;
    font-size: 20px;
    line-height: 1.2;
    text-transform: uppercase;
    color: black;
    font-weight: 500;
  }

  .slabicap__item-description {
    font-size: 18px;
    line-height: 1.3;
    color:  #364048;
    opacity: 0.8;
  }
}

.anchors-fixed-arrow {
  z-index: 1;
}

@media (min-width: 1300px) {
  .advantages {
    margin-top: -290px;
  }
}

@media (min-width: 1441px) {
  .love-intro__slogan-image {
    margin-bottom: 10.143%;
  }
}

  @media (min-width: 420px) and (max-width: 768px) {
        .love-intro__bg-image {
        margin-top: -106px;
      }

      .love-intro__text {
        margin-bottom: 20px;
      }
  }

  @media (min-width: 768px) and (max-width: 991px) {
  .love-intro__text {
        margin-top: 29%;
  }

  .advantages {
    margin-top: -2px;
    border-radius: 0;
  }
  }

  .use__bg {
    position: absolute;
    pointer-events: none;
  }

  @media (max-width: 991px) {
    .use__item-head {
      order: 1;
    }

    .features {
      margin-bottom: 0;
    }

    .features__decor::after {
      padding-bottom: 259px;
    }

    .use__text {
      position: relative;
      z-index: 1;
    }

    .use__image-block {
      margin-left: -16px;
    }
  }

  @media (max-width: 768px) {
    .use__image-block {
          margin-top: -80px;
    }
  }


.use [data-shop-tab-content]:not([data-shop-tab-content-active]) {
  display: none;
}

.love-intro-wrapper {
  background: #f0fdfd;
}

.home-slider__text {
  color: #364048;
  opacity: 0.8;
  font-size: 16px;
  line-height: 1.3;
}

.home-slider__text b {
  font-weight: 600;
}

.s-header__logo {
  width: 112px;
  height: 22px;
}

@media (min-width) {
  .s-header__logo {
    width: 185px;
    height: 26px;
  }
}

main.great-love-page {
  overflow: hidden;
}

.s-shops--love .s-shops__wrapper {
  background: none;
  background-color: #E9FAFA;
}

.slabicap-intestines-mobile__button.s-button--fill.s-button--blue {
  background-color: #E25C98;;
}

@media (max-width: 991px) {
  [data-expansion-opacity-panel-content="slabicap-effect"] {
    height: initial !important;
    opacity: 1 !important;
  }
}

@media (min-width: 992px) {
  .home-slider--new .home-slider__title {
    font-size: 38px;
  }

  .home-slider--new .home-slider__text {
    font-size: 18px;
  }

  .home-slider--new .swiper {
    padding-top: 29px;
  }
}