/*!***************************************************************************************************************************************!*\
  !*** 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 .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 .5s, height 0s linear .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 .5s;
  cursor: pointer; }
  .anchors-fixed-arrow img {
    width: 32px;
    transition: transform .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: .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: .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 .5s; } }

.s-header-nav--hide-animation {
  transition: transform .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 .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 .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: .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 .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 .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 .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 .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: .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 .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/instruction.scss ***!
  \****************************************************************************************************************************************************/
.instruction-info {
  margin-top: 16px;
  margin-bottom: 75px; }
  .instruction-info::after {
    content: '';
    display: block;
    clear: both; }
  @media (max-width: 991px) {
    .instruction-info {
      margin-bottom: 36px; } }
  .instruction-info__title {
    display: inline-block;
    margin-bottom: 36px;
    font-size: 40px;
    line-height: 1.2;
    font-weight: 700;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .instruction-info__title {
        margin-bottom: 32px;
        font-size: 28px; } }
  .instruction-info__params {
    display: flex;
    flex-wrap: wrap; }

.instruction-info-download {
  display: flex;
  flex-direction: column;
  align-items: center; }
  @media (min-width: 992px) {
    .instruction-info-download {
      align-items: flex-end;
      float: right;
      margin-left: 56px; } }
  @media (min-width: 768px) and (max-width: 991px) {
    .instruction-info-download {
      margin-bottom: 48px; } }
  @media (max-width: 767px) {
    .instruction-info-download {
      margin-bottom: 24px; } }
  .instruction-info-download__3d {
    width: 254px;
    height: 270px;
    margin-bottom: 16px;
    overflow: hidden; }
    .instruction-info-download__3d model-viewer {
      width: 100%;
      height: 100%; }
    @media (max-width: 767px) {
      .instruction-info-download__3d {
        width: 90%;
        height: 330px; } }
  .instruction-info-download__arrows {
    display: block;
    width: 132px;
    margin: 0 auto; }
  .instruction-info-download__button {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-top: 44px;
    padding: 12px 40px;
    font-size: 18px;
    line-height: 1.2;
    color: #005E9E;
    border: 1px solid #005E9E;
    border-radius: 12px;
    cursor: pointer;
    transition: .1s; }
    @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .instruction-info-download__button:hover {
        background-color: rgba(0, 94, 158, 0.05); } }
    @media (max-width: 767px) {
      .instruction-info-download__button {
        margin-top: 24px; } }
    @media (max-width: 479px) {
      .instruction-info-download__button {
        width: 100%; } }
    .instruction-info-download__button span {
      margin-top: 5px;
      font-size: 12px;
      color: rgba(57, 80, 102, 0.3); }

.instruction-info-param {
  margin-bottom: 12px; }
  @media (max-width: 479px) {
    .instruction-info-param {
      width: 100%; } }
  @media (min-width: 480px) {
    .instruction-info-param {
      margin-right: 32px; } }
  @media (min-width: 768px) {
    .instruction-info-param {
      min-width: 280px;
      margin-bottom: 24px; } }
  @media (min-width: 992px) {
    .instruction-info-param {
      min-width: 336px; } }
  .instruction-info-param__label {
    margin-bottom: 6px;
    font-size: 12px;
    line-height: 1.2;
    color: rgba(57, 80, 102, 0.6); }
    @media (max-width: 767px) {
      .instruction-info-param__label {
        margin-bottom: 4px; } }
  .instruction-info-param__value {
    font-size: 24px;
    line-height: 1.2;
    color: #395066; }
    @media (max-width: 767px) {
      .instruction-info-param__value {
        font-size: 20px; } }

.instruction-content .container {
  display: flex;
  align-items: flex-start; }

.instruction-content__tabs {
  width: 100%; }
  @media (min-width: 992px) {
    .instruction-content__tabs {
      padding: 0 24px 24px;
      border: 1px solid #E7EDF4;
      border-radius: 12px; } }

.instruction-menu {
  /* for Firefox */
  scrollbar-face-color: #E7EDF4;
  scrollbar-track-color: transparent;
  scrollbar-color: #E7EDF4 transparent;
  scrollbar-width: thin;
  position: sticky;
  top: 90px;
  display: grid;
  flex-shrink: 0;
  grid-gap: 16px;
  width: 380px;
  max-height: calc(100vh - 90px - 32px);
  margin-right: 24px;
  padding: 24px;
  overflow: auto;
  background-color: #F8FBFF;
  border-radius: 12px; }
  .instruction-menu::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    background: #F8FBFF; }
  .instruction-menu::-webkit-scrollbar-thumb {
    background: #E7EDF4;
    background-clip: padding-box;
    border-radius: 4px; }
  @media (max-width: 991px) {
    .instruction-menu {
      display: none; } }
  .instruction-menu__item {
    padding: 12px;
    font-size: 20px;
    line-height: 1.12;
    font-weight: 700;
    color: #395066;
    background-color: #fff;
    border: 1px solid #E7EDF4;
    border-radius: 8px;
    box-shadow: 0 15px 30px 0 rgba(0, 0, 0, 0.05);
    cursor: pointer;
    transition: .2s; }
    @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .instruction-menu__item:hover {
        color: #001121; } }
    .instruction-menu__item--active {
      color: #001121;
      background-color: rgba(0, 94, 158, 0.05);
      box-shadow: none; }

.instruction-content-tab {
  padding-top: 24px;
  font-size: 18px;
  line-height: 1.21; }
  @media (min-width: 768px) {
    .instruction-content-tab {
      font-size: 24px; } }
  @media (min-width: 992px) {
    .instruction-content-tab {
      padding-top: 0; }
      .instruction-content-tab [data-expansion-panel-trigger] {
        pointer-events: none; }
      .instruction-content-tab [data-expansion-panel-content] {
        height: initial !important; } }
  .instruction-content-tab__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700; }
    @media (min-width: 992px) {
      .instruction-content-tab__title {
        padding-top: 16px; } }
    @media (max-width: 991px) {
      .instruction-content-tab__title::after {
        content: '';
        flex-shrink: 0;
        width: 20px;
        height: 20px;
        background: url(../assets/images/icons/arrow-bottom-blue.svg) no-repeat center center/contain;
        transition: transform .3s; }
      .instruction-content-tab__title.trigger-expansion-panel-open::after {
        transform: rotate(180deg); }
      .instruction-content-tab__title--no-arrow::after {
        display: none; } }
  .instruction-content-tab__content {
    padding-top: 12px;
    color: #395066; }
    @media (hover: hover), screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
      .instruction-content-tab__content a:hover {
        text-decoration: underline; } }
    .instruction-content-tab__content ul, .instruction-content-tab__content ol {
      padding-left: 1.25em; }
    .instruction-content-tab__content ul {
      list-style-type: disc; }
    .instruction-content-tab__content ol {
      list-style-type: decimal; }

.instruction-form {
  margin-bottom: 70px;
  padding-top: 36px; }
  @media (min-width: 992px) {
    .instruction-form .s-question-form {
      max-width: calc(100% - 380px - 24px);
      margin-left: auto; } }


/*# sourceMappingURL=instruction.css.map*/