html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
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,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}
body {
  line-height: 1;
  text-rendering: optimizespeed;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}
ol,
ul {
  list-style: none;
}
blockquote,
q {
  quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner {
  border: none;
  padding: 0;
}
/*global*/
section,
main,
header,
footer,
aside,
div,
ul,
ol,
li,
a,
i,
dl,
dt,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
blockquote,
cite,
span {
  position: relative;
  box-sizing: border-box;
}
input,
select,
textarea,
form,
label,
button {
  -webkit-backface-visibility: hidden;
  box-sizing: border-box;
}
ymaps {
  box-sizing: content-box;
  position: static;
}
html,
body {
  padding: 0;
  margin: 0;
}
* {
  -webkit-text-size-adjust: 100%;
}
img {
  border: 0;
  display: inline-block;
  max-width: 100%;
  vertical-align: middle;
  -ms-interpolation-mode: bicubic;
}
:root {
  --border-width: 1px;
  --border-radius: 3px;
  --border-color: rgba(0, 0, 0, 0.125);
  --border-color_l: rgba(0, 0, 0, 0.05);
  --border-color_d: rgba(0, 0, 0, 0.25);
}
._invert {
  --border-color: rgba(255, 255, 255, 0.35);
  --border-color_l: rgba(255, 255, 255, 0.45);
  --border-color_d: rgba(255, 255, 255, 0.25);
}
:root {
  --btn-height: 2.5em;
  --btn-padding: 0 1.5em;
  --btn-ff: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  --btn-color: var(--c-header);
  --btn-fs: 1em;
  --btn-fw: 400;
  --btn-br: 0;
  --btn-primary-height: var(--btn-height);
  --btn-primary-padding: var(--btn-padding);
  --btn-primary-br: var(--btn-br);
  --btn-primary-ff: var(--btn-ff);
  --btn-primary-fs: var(--btn-fs);
  --btn-primary-fw: 500;
  --btn-primary-ls: .035em;
  --btn-primary-tt: uppercase;
  --btn-primary-color: #000;
  --btn-primary-color_hover: var(--btn-primary-color);
  --btn-primary-color_focus: var(--btn-primary-color);
  --btn-primary-color_active: var(--btn-primary-color);
  --btn-primary-bg: #ffcc00;
  --btn-primary-bg_hover: var(--btn-primary-bg);
  --btn-primary-bg_focus: var(--btn-primary-bg);
  --btn-primary-bg_active: var(--btn-primary-bg);
  --btn-primary-bw: 1px;
  --btn-primary-bc: var(--c-border);
  --btn-primary-bc_hover: var(--btn-primary-bc);
  --btn-primary-bc_focus: var(--btn-primary-bc);
  --btn-primary-bc_active: var(--btn-primary-bc);
  --btn-default-height: var(--btn-height);
  --btn-default-padding: var(--btn-padding);
  --btn-default-br: var(--btn-br);
  --btn-default-ff: var(--btn-ff);
  --btn-default-fs: var(--btn-fs);
  --btn-default-fw: 500;
  --btn-default-ls: .035em;
  --btn-default-tt: uppercase;
  --btn-default-color: var(--btn-color);
  --btn-default-color_hover: var(--c-link);
  --btn-default-color_focus: var(--brand-2);
  --btn-default-color_active: var(--brand-2);
  --btn-default-bg: transparent;
  --btn-default-bg_hover: transparent;
  --btn-default-bg_focus: transparent;
  --btn-default-bg_active: transparent;
  --btn-default-bw: 1px;
  --btn-default-bc: var(--c-border);
  --btn-default-bc_hover: var(--c-link);
  --btn-default-bc_focus: var(--brand-2);
  --btn-default-bc_active: var(--brand-2);
}
:root {
  --c-bg_01: #ffffff;
  --c-bg_02: #f2f2f2;
  --c-bg_03: #e6e6e6;
  --c-bg_04: #d9d9d9;
  --c-bg_05: #cccccc;
  --brand-1: #34BE5B;
  --brand-2: #3C56BC;
  --brand-3: #3C56BC;
  --c-primary: #34BE5B;
  --c-secondary: #3C56BC;
  --c-header: #111;
  --c-text: #2E2D36;
  --c-text_muted: #808080;
  --c-link: #3C56BC;
  --c-link_hover: #3C56BC;
  --c-link_focus: #3C56BC;
  --c-link_active: #34BE5B;
  --c-link_visited: #3C56BC;
  --c-hl: #ffe380;
  --c-hl_l: #ffeeb3;
  --c-outline: var(--c-link);
  --c-border: rgba(0, 0, 0, 0.25);
  --c-gray: #808080;
  --c-gray_l: #999999;
  --c-gray_d: #666666;
  --c-bg: #ebebeb;
  --c-bg_l: #f5f5f5;
  --c-bg_d: #e0e0e0;
}
@media (max-width:767px) {
  :root {
    --c-text: #111;
  }
}
._invert {
  --c-bg_01: #000000;
  --c-bg_02: #0d0d0d;
  --c-bg_03: #1a1a1a;
  --c-bg_04: #262626;
  --c-bg_05: #333333;
  --c-text: rgba(255, 255, 255, 0.7);
  --c-text_muted: #808080;
  --c-header: #fff;
  --c-border: rgba(255, 255, 255, 0.125);
}
@media (max-width:767px) {
  ._invert {
    --c-text: rgba(255, 255, 255, 0.7);
  }
}
:root {
  --spacing_content_x: 5rem;
  --spacing_content_y: 5rem;
  --spacing_content: var(--spacing_content_y) var(--spacing_content_x);
  --offset_content_x: -5rem;
  --offset_content_y: -5rem;
  --offset_content: var(--offset_content_x) var(--offset_content_y);
}
@media (min-width:768px) and (max-width:1199px) {
  :root {
    --spacing_content_y: calc(3vmax + 3vmin);
    --spacing_content_x: 5vw;
    --offset_content_y: calc(-3vmax - 3vmin);
    --offset_content_x: -5vw;
  }
}
@media (max-width:767px) {
  :root {
    --spacing_content_y: calc(5vmax + 5vmin);
    --spacing_content_x: 5vw;
    --offset_content_y: calc(-5vmax - 5vmin);
    --offset_content_x: -5vw;
  }
}
:root {
  --fs: 16px;
  --fs_h1: 2.0736em;
  --fs_h2: 1.728em;
  --fs_h3: 1.44em;
  --fs_h4: 1.2em;
  --fs_h5: 1em;
  --fs_h6: 0.83333333em;
}
@media (max-width:767px) {
  :root {
    --fs_h1: 2.0736em;
    --fs_h2: 1.728em;
    --fs_h3: 1.44em;
    --fs_h4: 1.2em;
  }
}
:root {
  --content-width: 30rem;
  --editor-content-width: unset;
  --width-text: 60ch;
  --width_page: 60rem;
  --width_content: 30rem;
  --width_form: 24rem;
  --width_factor: 192px;
  --width_content-calc: calc(100vw - var(--left-bar-width) - var(--spacing_content_x) * 2);
}
@media (min-width:1920px) {
  :root {
    --width_content-calc: calc(1920px - var(--left-bar-width) - var(--spacing_content_x) * 2);
  }
}
@keyframes spin {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
@keyframes fade-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes fade-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes move-from-top {
  from {
    transform: translateY(-100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes move-to-top {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(-100%);
  }
}
@keyframes move-from-right {
  from {
    transform: translateX(100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes move-to-right {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(100%);
  }
}
@keyframes move-from-bottom {
  from {
    transform: translateY(100%);
  }
  to {
    transform: translateY(0);
  }
}
@keyframes move-to-bottom {
  from {
    transform: translateY(0);
  }
  to {
    transform: translateY(100%);
  }
}
@keyframes move-from-left {
  from {
    transform: translateX(-100%);
  }
  to {
    transform: translateX(0);
  }
}
@keyframes move-to-left {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-100%);
  }
}
.bg_info {
  background-color: #448fd6;
}
.bg_success {
  background-color: var(--brand-1);
}
.bg_warning {
  background-color: #f8951d;
}
.bg_fail {
  background-color: #ed2024;
}
.bg_secondary {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #3C56BC;
}
.bg_light {
  --c-bg: #F3F7FC;
  background-color: var(--c-bg);
}
.bgp_lc {
  background-position: left center;
}
.bgp_rc {
  background-position: right center;
}
.bgp_cc {
  background-position: center center;
}
.b {
  border: var(--border-width) solid var(--border-color);
}
.bt {
  border-top: var(--border-width) solid var(--border-color);
}
.br {
  border-right: var(--border-width) solid var(--border-color);
}
.bb {
  border-bottom: var(--border-width) solid var(--border-color);
}
.bl {
  border-left: var(--border-width) solid var(--border-color);
}
.oh {
  overflow: hidden !important;
}
.ov {
  overflow: visible !important;
}
.flex {
  display: flex;
}
.flex_inline {
  display: inline-flex;
}
.flex_column {
  flex-direction: column;
}
.flex_wrap {
  flex-wrap: wrap;
}
.flex-item_1 {
  flex: 1 1 auto;
}
.flex-item_0 {
  flex: 0 0 auto;
}
.flex_center {
  justify-content: center;
  align-items: center;
}
.grid {
  display: grid;
  min-width: 0;
}
.grid_xxs {
  grid-gap: 0.25rem;
}
.grid_xs {
  grid-gap: 0.5rem;
}
.grid_s {
  grid-gap: 0.75rem;
}
.grid_m {
  grid-gap: 1rem;
}
.grid_l {
  grid-gap: 1.5rem;
}
.grid_xl {
  grid-gap: 2rem;
}
.grid_xxl {
  grid-gap: 3rem;
}
.grid_gr {
  grid-template-columns: 3fr 5fr;
}
.grid_1 {
  grid-template-columns: 100%;
}
.grid_2 {
  grid-template-columns: repeat(2, 1fr);
}
.grid_3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid_4 {
  grid-template-columns: repeat(4, 1fr);
}
.grid_5 {
  grid-template-columns: repeat(5, 1fr);
}
.grid_6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid_7 {
  grid-template-columns: repeat(7, 1fr);
}
.grid_8 {
  grid-template-columns: repeat(8, 1fr);
}
.grid_9 {
  grid-template-columns: repeat(9, 1fr);
}
.grid_10 {
  grid-template-columns: repeat(10, 1fr);
}
.grid_11 {
  grid-template-columns: repeat(11, 1fr);
}
.grid_12 {
  grid-template-columns: repeat(12, 1fr);
}
@media (min-width:960px) {
  .grid_content {
    display: grid;
    grid-template-columns: auto 16rem;
    grid-gap: 4rem;
  }
}
.guides {
  --guides-padding: var(--spacing_content_x);
  --guides-columns: 12;
  --guides-gap: 1rem;
  --guides-column-width: calc((100% - var(--guides-gap) * var(--guides-columns)) / var(--guides-columns));
}
@media (max-width:767px) {
  .guides {
    --guides-columns: 6;
  }
}
.guides:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 100;
  opacity: .05;
  pointer-events: none;
  border: solid transparent;
  background-repeat: no-repeat;
  border-width: 0 calc(var(--guides-padding) - var(--guides-gap) / 2);
  background-image: repeating-linear-gradient(to right, transparent 0, transparent calc(var(--guides-gap) / 2), red calc(var(--guides-gap) / 2), red calc(var(--guides-gap) / 2 + var(--guides-column-width)), transparent calc(var(--guides-gap) / 2 + var(--guides-column-width)), transparent calc(var(--guides-gap) + var(--guides-column-width)));
}
.m_0 {
  margin: 0 !important;
}
.m_auto {
  margin: auto;
}
.m_xxs {
  margin: 0.25rem;
}
.m_xs {
  margin: 0.5rem;
}
.m_s {
  margin: 0.75rem;
}
.m_m {
  margin: 1rem;
}
.m_l {
  margin: 1.5rem;
}
.m_xl {
  margin: 2rem;
}
.m_xxl {
  margin: 3rem;
}
.mh_0 {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.mh_auto {
  margin-left: auto;
  margin-right: auto;
}
.mh_xxs {
  margin-left: 0.25rem;
  margin-right: 0.25rem;
}
.mh_xs {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
}
.mh_s {
  margin-left: 0.75rem;
  margin-right: 0.75rem;
}
.mh_m {
  margin-left: 1rem;
  margin-right: 1rem;
}
.mh_l {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}
.mh_xl {
  margin-left: 2rem;
  margin-right: 2rem;
}
.mh_xxl {
  margin-left: 3rem;
  margin-right: 3rem;
}
.mv_0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.mv_auto {
  margin-top: auto;
  margin-bottom: auto;
}
.mv_xxs {
  margin-top: 0.25rem;
  margin-bottom: 0.25rem;
}
.mv_xs {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.mv_s {
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
}
.mv_m {
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.mv_l {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}
.mv_xl {
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.mv_xxl {
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.mt_0 {
  margin-top: 0 !important;
}
.mt_auto {
  margin-top: auto;
}
.mt_xxs {
  margin-top: 0.25rem;
}
.mt_xs {
  margin-top: 0.5rem;
}
.mt_s {
  margin-top: 0.75rem;
}
.mt_m {
  margin-top: 1rem;
}
.mt_l {
  margin-top: 1.5rem;
}
.mt_xl {
  margin-top: 2rem;
}
.mt_xxl {
  margin-top: 3rem;
}
.mt_content {
  margin-top: var(--spacing_content_y);
}
.mr_0 {
  margin-right: 0 !important;
}
.mr_auto {
  margin-right: auto;
}
.mr_xxs {
  margin-right: 0.25rem;
}
.mr_xs {
  margin-right: 0.5rem;
}
.mr_s {
  margin-right: 0.75rem;
}
.mr_m {
  margin-right: 1rem;
}
.mr_l {
  margin-right: 1.5rem;
}
.mr_xl {
  margin-right: 2rem;
}
.mr_xxl {
  margin-right: 3rem;
}
.mb_0 {
  margin-bottom: 0 !important;
}
.mb_auto {
  margin-bottom: auto;
}
.mb_xxs {
  margin-bottom: 0.25rem;
}
.mb_xs {
  margin-bottom: 0.5rem;
}
.mb_s {
  margin-bottom: 0.75rem;
}
.mb_m {
  margin-bottom: 1rem;
}
.mb_l {
  margin-bottom: 1.5rem;
}
.mb_xl {
  margin-bottom: 2rem;
}
.mb_xxl {
  margin-bottom: 3rem;
}
.ml_0 {
  margin-left: 0 !important;
}
.ml_auto {
  margin-left: auto;
}
.ml_xxs {
  margin-left: 0.25rem;
}
.ml_xs {
  margin-left: 0.5rem;
}
.ml_s {
  margin-left: 0.75rem;
}
.ml_m {
  margin-left: 1rem;
}
.ml_l {
  margin-left: 1.5rem;
}
.ml_xl {
  margin-left: 2rem;
}
.ml_xxl {
  margin-left: 3rem;
}
.o_xxs {
  margin: -0.25rem;
}
.o_xs {
  margin: -0.5rem;
}
.o_s {
  margin: -0.75rem;
}
.o_m {
  margin: -1rem;
}
.o_l {
  margin: -1.5rem;
}
.o_xl {
  margin: -2rem;
}
.o_xxl {
  margin: -3rem;
}
.oh_xxs {
  margin-left: -0.25rem;
  margin-right: -0.25rem;
}
.oh_xs {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.oh_s {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}
.oh_m {
  margin-left: -1rem;
  margin-right: -1rem;
}
.oh_l {
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}
.oh_xl {
  margin-left: -2rem;
  margin-right: -2rem;
}
.oh_xxl {
  margin-left: -3rem;
  margin-right: -3rem;
}
.ov_xxs {
  margin-top: -0.25rem;
  margin-bottom: -0.25rem;
}
.ov_xs {
  margin-top: -0.5rem;
  margin-bottom: -0.5rem;
}
.ov_s {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.ov_m {
  margin-top: -1rem;
  margin-bottom: -1rem;
}
.ov_l {
  margin-top: -1.5rem;
  margin-bottom: -1.5rem;
}
.ov_xl {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.ov_xxl {
  margin-top: -3rem;
  margin-bottom: -3rem;
}
.ot_xxs {
  margin-top: -0.25rem;
}
.ot_xs {
  margin-top: -0.5rem;
}
.ot_s {
  margin-top: -0.75rem;
}
.ot_m {
  margin-top: -1rem;
}
.ot_l {
  margin-top: -1.5rem;
}
.ot_xl {
  margin-top: -2rem;
}
.ot_xxl {
  margin-top: -3rem;
}
.or_xxs {
  margin-right: -0.25rem;
}
.or_xs {
  margin-right: -0.5rem;
}
.or_s {
  margin-right: -0.75rem;
}
.or_m {
  margin-right: -1rem;
}
.or_l {
  margin-right: -1.5rem;
}
.or_xl {
  margin-right: -2rem;
}
.or_xxl {
  margin-right: -3rem;
}
.ob_xxs {
  margin-bottom: -0.25rem;
}
.ob_xs {
  margin-bottom: -0.5rem;
}
.ob_s {
  margin-bottom: -0.75rem;
}
.ob_m {
  margin-bottom: -1rem;
}
.ob_l {
  margin-bottom: -1.5rem;
}
.ob_xl {
  margin-bottom: -2rem;
}
.ob_xxl {
  margin-bottom: -3rem;
}
.ol_xxs {
  margin-left: -0.25rem;
}
.ol_xs {
  margin-left: -0.5rem;
}
.ol_s {
  margin-left: -0.75rem;
}
.ol_m {
  margin-left: -1rem;
}
.ol_l {
  margin-left: -1.5rem;
}
.ol_xl {
  margin-left: -2rem;
}
.ol_xxl {
  margin-left: -3rem;
}
.o_content {
  margin: var(--offset_content);
}
.oh_content {
  margin-left: var(--offset_content_x);
  margin-right: var(--offset_content_x);
}
.ov_content {
  margin-top: var(--offset_content_y);
  margin-bottom: var(--offset_content_y);
}
.ot_content {
  margin-top: var(--offset_content_y);
}
.or_content {
  margin-right: var(--offset_content_x);
}
.ob_content {
  margin-bottom: var(--offset_content_y);
}
.ol_content {
  margin-left: var(--offset_content_x);
}
.p_xxs {
  padding: 0.25rem;
}
.p_xs {
  padding: 0.5rem;
}
.p_s {
  padding: 0.75rem;
}
.p_m {
  padding: 1rem;
}
.p_l {
  padding: 1.5rem;
}
.p_xl {
  padding: 2rem;
}
.p_xxl {
  padding: 3rem;
}
/*PADDING HORISONTAL*/
.ph_xxs {
  padding-left: 0.25rem;
  padding-right: 0.25rem;
}
.ph_xs {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}
.ph_s {
  padding-left: 0.75rem;
  padding-right: 0.75rem;
}
.ph_m {
  padding-left: 1rem;
  padding-right: 1rem;
}
.ph_l {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}
.ph_xl {
  padding-left: 2rem;
  padding-right: 2rem;
}
.ph_xxl {
  padding-left: 3rem;
  padding-right: 3rem;
}
/*PADDING VERTICAL*/
.pv_xxs {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.pv_xs {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.pv_s {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.pv_m {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.pv_l {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.pv_xl {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.pv_xxl {
  padding-top: 3rem;
  padding-bottom: 3rem;
}
.p_content {
  padding: var(--spacing_content);
}
.ph_content {
  padding-left: var(--spacing_content_x);
  padding-right: var(--spacing_content_x);
}
.pv_content {
  padding-top: var(--spacing_content_y);
  padding-bottom: var(--spacing_content_y);
}
.shadow_0 {
  box-shadow: none;
}
.shadow_1 {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
.shadow_2 {
  box-shadow: 0 0.25rem 0.25rem -0.125rem rgba(0, 0, 0, 0.25), 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.shadow_3 {
  box-shadow: 0 0.5rem 0.5rem -0.25rem rgba(0, 0, 0, 0.25), 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.shadow_4 {
  box-shadow: 0 3px 0.75rem -0.375rem rgba(0, 0, 0, 0.12), 0 1.125rem 1.125rem -0.75rem rgba(0, 0, 0, 0.25);
}
.shadow_5 {
  box-shadow: 0 3px 1rem -0.5rem rgba(0, 0, 0, 0.12), 0 1.5rem 1.5rem -1rem rgba(0, 0, 0, 0.25);
}
.shadow_inset_1 {
  box-shadow: 0 3px 1px -2px rgba(0, 0, 0, 0.12) inset, 0 2px 2px 0 rgba(0, 0, 0, 0.12) inset;
}
.shadow_inset_2 {
  box-shadow: 0 3px 0.25rem -0.125rem rgba(0, 0, 0, 0.12) inset, 0 0.375rem 0.375rem -0.25rem rgba(0, 0, 0, 0.25) inset;
}
html {
  font-size: var(--fs);
}
body {
  color: var(--c-text);
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 400;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: var(--c-header);
}
h1:before,
h2:before,
h3:before,
h4:before,
h5:before,
h6:before,
.h1:before,
.h2:before,
.h3:before,
.h4:before,
.h5:before,
.h6:before {
  content: '';
  display: block;
  margin-top: -0.25em;
}
h1:after,
h2:after,
h3:after,
h4:after,
h5:after,
h6:after,
.h1:after,
.h2:after,
.h3:after,
.h4:after,
.h5:after,
.h6:after {
  content: '';
  display: block;
  margin-bottom: -0.25em;
}
h1,
.h1 {
  font-size: var(--fs_h1);
}
h2,
.h2 {
  font-size: var(--fs_h2);
}
h3,
.h3 {
  font-size: var(--fs_h3);
}
h4,
.h4 {
  font-size: var(--fs_h4);
}
h5,
.h5 {
  font-size: var(--fs_h5);
}
h6,
.h6 {
  font-size: var(--fs_h6);
}
a {
  color: var(--c-link);
}
a:not([class]):hover {
  color: var(--c-link_hover);
}
a:not([class]):focus {
  color: var(--c-link_focus);
}
a:not([class]):active {
  color: var(--c-link_active);
}
p {
  line-height: 1.5;
  padding-top: 1px;
  padding-bottom: 1px;
}
p:before {
  content: '';
  display: block;
  position: relative;
  margin-top: -0.1875em;
}
p:after {
  content: '';
  display: block;
  position: relative;
  margin-bottom: -0.1875em;
}
blockquote:before {
  position: absolute;
  display: block;
  line-height: 1;
  font-size: 3em;
  pointer-events: none;
  content: '«';
  right: 100%;
  margin-top: -0.5em;
  margin-right: 0.125em;
}
blockquote:after {
  position: absolute;
  display: inline-block;
  line-height: 1;
  font-size: 3em;
  pointer-events: none;
  content: '»';
  text-align: right;
  margin-top: -0.15em;
  margin-left: 0.125em;
}
cite {
  display: block;
  font-style: normal;
}
small {
  font-size: 75%;
}
b,
strong {
  font-weight: bold;
}
i {
  font-style: normal;
}
hr {
  margin: 0;
  border: 0;
  border-top: var(--border-width) solid var(--border-color);
  height: 0;
  clear: both;
}
@media (min-width:768px) {
  hr {
    margin-top: 2rem;
    margin-bottom: 2rem;
  }
}
@media (max-width:767px) {
  hr {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
  }
}
dl {
  margin: 0;
}
dt,
dd {
  line-height: 1;
  display: block;
  padding: 0;
  margin: 0;
}
dt {
  color: var(--c-text);
  font-size: 100%;
}
dd {
  color: var(--c-header);
}
.lh {
  line-height: 1 !important;
}
.lh_xs {
  line-height: 1;
}
.lh_s {
  line-height: 1.125;
}
.lh_m {
  line-height: 1.25;
}
.lh_l {
  line-height: 1.375;
}
.lh_xl {
  line-height: 1.5;
}
.ff_primary {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.ff_secondary {
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.ff_headings {
  font-family: var(--ff-headings);
}
.ff_text {
  font-family: var(--ff-text);
}
.fs_xxs {
  font-size: 0.625em;
}
.fs_xs {
  font-size: 0.75em;
}
.fs_s {
  font-size: 0.875em;
}
.fs_m {
  font-size: 1em;
}
.fs_l {
  font-size: 1.125em;
}
.fs_xl {
  font-size: 1.25em;
}
.fs_xxl {
  font-size: 1.5em;
}
.fs_100pct {
  font-size: 100%;
}
.fs_200pct {
  font-size: 200%;
}
.fs_300pct {
  font-size: 300%;
}
.fs_400pct {
  font-size: 400%;
}
.fs_500pct {
  font-size: 500%;
}
.fs_600pct {
  font-size: 600%;
}
.fs_700pct {
  font-size: 700%;
}
.fs_800pct {
  font-size: 800%;
}
.fs_900pct {
  font-size: 900%;
}
.fs_1000pct {
  font-size: 1000%;
}
@media (min-width:768px) {
  .fs_display {
    font-size: 150%;
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .fs_display {
    font-size: calc(1rem + .5 * (100vw - 48rem) / (75 - 48));
  }
}
.fw_100 {
  font-weight: 100;
}
.fw_200 {
  font-weight: 200;
}
.fw_300 {
  font-weight: 300;
}
.fw_normal,
.fw_400 {
  font-weight: 400;
}
.fw_medium,
.fw_500 {
  font-weight: 500;
}
.fw_bold,
.fw_600 {
  font-weight: 600;
}
.fw_700 {
  font-weight: 700;
}
.fw_800 {
  font-weight: 800;
}
.fw_900 {
  font-weight: 900;
}
.tt_lowercase {
  text-transform: lowercase;
}
.tt_capitalize {
  text-transform: capitalize;
}
.tt_uppercase {
  text-transform: uppercase;
}
.ta_left {
  text-align: left;
}
.ta_center {
  text-align: center;
}
.ta_right {
  text-align: right;
}
.nowrap {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  max-width: 100%;
}
._invert {
  color: var(--c-text);
}
.width_content {
  max-width: var(--editor-content-width);
  margin-left: var(--editor-content-align-left);
  margin-right: var(--editor-content-align-right);
}
.width_full {
  margin-left: var(--offset_content_x);
  margin-right: var(--offset_content_x);
}
.width_text {
  max-width: 60ch;
  margin-left: auto;
  margin-right: auto;
}

/* rubik-300 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 300;
  src: url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-300.eot'); /* IE9 Compat Modes */
  src: local('Rubik Light'), local('Rubik-Light'),
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-300.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-300.woff2') format('woff2'), /* Super Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-300.woff') format('woff'), /* Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-300.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-300.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-regular - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 400;
  src: url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-regular.eot'); /* IE9 Compat Modes */
  src: local('Rubik'), local('Rubik-Regular'),
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-regular.woff2') format('woff2'), /* Super Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-regular.woff') format('woff'), /* Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-regular.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-regular.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-500 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 500;
  src: url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-500.eot'); /* IE9 Compat Modes */
  src: local('Rubik Medium'), local('Rubik-Medium'),
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-500.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-500.woff2') format('woff2'), /* Super Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-500.woff') format('woff'), /* Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-500.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-500.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-italic - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: italic;
  font-weight: 400;
  src: url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-italic.eot'); /* IE9 Compat Modes */
  src: local('Rubik Italic'), local('Rubik-Italic'),
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-italic.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-italic.woff2') format('woff2'), /* Super Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-italic.woff') format('woff'), /* Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-italic.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-italic.svg#Rubik') format('svg'); /* Legacy iOS */
}
/* rubik-700 - latin_cyrillic */
@font-face {
  font-family: 'Rubik';
  font-style: normal;
  font-weight: 700;
  src: url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-700.eot'); /* IE9 Compat Modes */
  src: local('Rubik Bold'), local('Rubik-Bold'),
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-700.woff2') format('woff2'), /* Super Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-700.woff') format('woff'), /* Modern Browsers */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-700.ttf') format('truetype'), /* Safari, Android, iOS */
  url('/wp-content/themes/english/assets/b/font/rubik/rubik-v9-latin_cyrillic-700.svg#Rubik') format('svg'); /* Legacy iOS */
}

body {
  min-width: 320px;
  overflow-x: hidden;
  background-color: #fff;
}
@media (min-width:1200px) {
  body {
    overflow-y: scroll;
  }
}
/**
 * @license Highcharts
 *
 * (c) 2009-2016 Torstein Honsi
 *
 * License: www.highcharts.com/license
 */
.highcharts-container {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  text-align: left;
  line-height: normal;
  z-index: 0;
  /* #1072 */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 1rem;
}
.highcharts-root {
  display: block;
}
.highcharts-root text {
  stroke-width: 0;
}
.highcharts-strong {
  font-weight: bold;
}
.highcharts-emphasized {
  font-style: italic;
}
.highcharts-anchor {
  cursor: pointer;
}
.highcharts-background {
  fill: transparent;
}
.highcharts-plot-border,
.highcharts-plot-background {
  fill: none;
}
.highcharts-label-box {
  fill: none;
}
.highcharts-button-box {
  fill: inherit;
}
.highcharts-tracker-line {
  stroke-linejoin: round;
  stroke: rgba(192, 192, 192, 0.0001);
  stroke-width: 22;
  fill: none;
}
.highcharts-tracker-area {
  fill: rgba(192, 192, 192, 0.0001);
  stroke-width: 0;
}
/* Titles */
.highcharts-title {
  fill: #333333;
  font-size: 1.5em;
}
.highcharts-subtitle {
  fill: #666666;
}
/* Axes */
.highcharts-axis-line {
  fill: none;
  stroke: #ccd6eb;
}
.highcharts-yaxis .highcharts-axis-line {
  stroke-width: 0;
}
.highcharts-axis-title {
  fill: #666666;
}
.highcharts-axis-labels {
  fill: #666666;
  cursor: default;
  font-size: 0.9em;
}
.highcharts-grid-line {
  fill: none;
  stroke: #e6e6e6;
}
.highcharts-xaxis-grid .highcharts-grid-line {
  stroke-width: 0px;
}
.highcharts-tick {
  stroke: #ccd6eb;
}
.highcharts-yaxis .highcharts-tick {
  stroke-width: 0;
}
.highcharts-minor-grid-line {
  stroke: #f2f2f2;
}
.highcharts-crosshair-thin {
  stroke-width: 1px;
  stroke: #cccccc;
}
.highcharts-crosshair-category {
  stroke: #ccd6eb;
  stroke-opacity: 0.25;
}
/* Credits */
.highcharts-credits {
  cursor: pointer;
  fill: #999999;
  font-size: 0.7em;
  transition: fill 250ms, font-size 250ms;
}
.highcharts-credits:hover {
  fill: black;
  font-size: 1em;
}
/* Tooltip */
.highcharts-tooltip {
  cursor: default;
  pointer-events: none;
  white-space: nowrap;
  transition: stroke 150ms;
}
.highcharts-tooltip text {
  fill: #333333;
}
.highcharts-tooltip .highcharts-header {
  font-size: 0.85em;
}
.highcharts-tooltip-box {
  stroke-width: 1px;
  fill: #f7f7f7;
  fill-opacity: 0.85;
}
.highcharts-tooltip-box .highcharts-label-box {
  fill: #f7f7f7;
  fill-opacity: 0.85;
}
div.highcharts-tooltip {
  filter: none;
}
.highcharts-selection-marker {
  fill: #335cad;
  fill-opacity: 0.25;
}
.highcharts-graph {
  fill: none;
  stroke-width: 4px;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.highcharts-state-hover .highcharts-graph {
  stroke-width: 3;
}
.highcharts-point-inactive {
  opacity: 0.2;
  transition: opacity 50ms;
  /* quick in */
}
.highcharts-series-inactive {
  opacity: 0.2;
  transition: opacity 50ms;
  /* quick in */
}
.highcharts-state-hover path {
  transition: stroke-width 50ms;
  /* quick in */
}
.highcharts-state-normal path {
  transition: stroke-width 250ms;
  /* slow out */
}
/* Legend hover affects points and series */
g.highcharts-series,
.highcharts-point,
.highcharts-markers,
.highcharts-data-labels {
  transition: opacity 250ms;
}
.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover),
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover) {
  opacity: 0.2;
}
/* Series options */
/* Default colors */
.highcharts-color-0 {
  fill: #34BE5B;
  stroke: #34BE5B;
}
.highcharts-color-1 {
  fill: #3C56BC;
  stroke: #3C56BC;
}
.highcharts-color-2 {
  fill: #3C56BC;
  stroke: #3C56BC;
}
.highcharts-color-3 {
  fill: #f7a35c;
  stroke: #f7a35c;
}
.highcharts-color-4 {
  fill: #8085e9;
  stroke: #8085e9;
}
.highcharts-color-5 {
  fill: #f15c80;
  stroke: #f15c80;
}
.highcharts-color-6 {
  fill: #e4d354;
  stroke: #e4d354;
}
.highcharts-color-7 {
  fill: #2b908f;
  stroke: #2b908f;
}
.highcharts-color-8 {
  fill: #f45b5b;
  stroke: #f45b5b;
}
.highcharts-color-9 {
  fill: #91e8e1;
  stroke: #91e8e1;
}
.highcharts-area {
  fill-opacity: 0.75;
  stroke-width: 0;
}
.highcharts-markers {
  stroke-width: 1px;
  stroke: #ffffff;
}
.highcharts-point {
  stroke-width: 1px;
}
.highcharts-dense-data .highcharts-point {
  stroke-width: 0;
}
.highcharts-data-label {
  font-size: 0.9em;
  font-weight: bold;
}
.highcharts-data-label-box {
  fill: none;
  stroke-width: 0;
}
.highcharts-data-label text,
text.highcharts-data-label {
  fill: #333333;
}
.highcharts-data-label-connector {
  fill: none;
}
.highcharts-halo {
  fill-opacity: 0.25;
  stroke-width: 0;
}
.highcharts-series:not(.highcharts-pie-series) .highcharts-point-select,
.highcharts-markers .highcharts-point-select {
  fill: #cccccc;
  stroke: #000000;
}
.highcharts-column-series rect.highcharts-point {
  stroke: #ffffff;
}
.highcharts-column-series .highcharts-point {
  transition: fill-opacity 250ms;
}
.highcharts-column-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.highcharts-pie-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}
.highcharts-pie-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.highcharts-funnel-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}
.highcharts-funnel-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.highcharts-funnel-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.highcharts-pyramid-series .highcharts-point {
  stroke-linejoin: round;
  stroke: #ffffff;
}
.highcharts-pyramid-series .highcharts-point-hover {
  fill-opacity: 0.75;
  transition: fill-opacity 50ms;
}
.highcharts-pyramid-series .highcharts-point-select {
  fill: inherit;
  stroke: inherit;
}
.highcharts-solidgauge-series .highcharts-point {
  stroke-width: 0;
}
.highcharts-treemap-series .highcharts-point {
  stroke-width: 1px;
  stroke: #e6e6e6;
  transition: stroke 250ms, fill 250ms, fill-opacity 250ms;
}
.highcharts-treemap-series .highcharts-point-hover {
  stroke: #999999;
  transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.highcharts-treemap-series .highcharts-above-level {
  display: none;
}
.highcharts-treemap-series .highcharts-internal-node {
  fill: none;
}
.highcharts-treemap-series .highcharts-internal-node-interactive {
  fill-opacity: 0.15;
  cursor: pointer;
}
.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
  fill-opacity: 0.75;
}
.highcharts-vector-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.highcharts-windbarb-series .highcharts-point {
  fill: none;
  stroke-width: 2px;
}
.highcharts-lollipop-stem {
  stroke: #000000;
}
.highcharts-focus-border {
  fill: none;
  stroke-width: 2px;
}
.highcharts-legend-item-hidden .highcharts-focus-border {
  fill: none !important;
}
/* Legend */
.highcharts-legend-box {
  fill: none;
  stroke-width: 0;
}
.highcharts-legend-item > text {
  fill: #333333;
  font-weight: bold;
  font-size: 1em;
  cursor: pointer;
  stroke-width: 0;
}
.highcharts-legend-item:hover text {
  fill: #000000;
}
.highcharts-legend-item-hidden * {
  fill: #cccccc !important;
  stroke: #cccccc !important;
  transition: fill 250ms;
}
.highcharts-legend-nav-active {
  fill: #003399;
  cursor: pointer;
}
.highcharts-legend-nav-inactive {
  fill: #cccccc;
}
circle.highcharts-legend-nav-active,
circle.highcharts-legend-nav-inactive {
  /* tracker */
  fill: rgba(192, 192, 192, 0.0001);
}
.highcharts-legend-title-box {
  fill: none;
  stroke-width: 0;
}
/* Bubble legend */
.highcharts-bubble-legend-symbol {
  stroke-width: 2;
  fill-opacity: 0.5;
}
.highcharts-bubble-legend-connectors {
  stroke-width: 1;
}
.highcharts-bubble-legend-labels {
  fill: #333333;
}
/* Loading */
.highcharts-loading {
  position: absolute;
  background-color: #ffffff;
  opacity: 0.5;
  text-align: center;
  z-index: 10;
  transition: opacity 250ms;
}
.highcharts-loading-hidden {
  height: 0 !important;
  opacity: 0;
  overflow: hidden;
  transition: opacity 250ms, height 250ms step-end;
}
.highcharts-loading-inner {
  font-weight: bold;
  position: relative;
  top: 45%;
}
/* Plot bands and polar pane backgrounds */
.highcharts-plot-band,
.highcharts-pane {
  fill: #000000;
  fill-opacity: 0.05;
}
.highcharts-plot-line {
  fill: none;
  stroke: #999999;
  stroke-width: 1px;
}
/* Highcharts More and modules */
.highcharts-boxplot-box {
  fill: #ffffff;
}
.highcharts-boxplot-median {
  stroke-width: 2px;
}
.highcharts-bubble-series .highcharts-point {
  fill-opacity: 0.5;
}
.highcharts-errorbar-series .highcharts-point {
  stroke: #000000;
}
.highcharts-gauge-series .highcharts-data-label-box {
  stroke: #cccccc;
  stroke-width: 1px;
}
.highcharts-gauge-series .highcharts-dial {
  fill: #000000;
  stroke-width: 0;
}
.highcharts-polygon-series .highcharts-graph {
  fill: inherit;
  stroke-width: 0;
}
.highcharts-waterfall-series .highcharts-graph {
  stroke: #333333;
  stroke-dasharray: 1, 3;
}
.highcharts-sankey-series .highcharts-point {
  stroke-width: 0;
}
.highcharts-sankey-series .highcharts-link {
  transition: fill 250ms, fill-opacity 250ms;
  fill-opacity: 0.5;
}
.highcharts-sankey-series .highcharts-point-hover.highcharts-link {
  transition: fill 50ms, fill-opacity 50ms;
  fill-opacity: 1;
}
.highcharts-venn-series .highcharts-point {
  fill-opacity: 0.75;
  stroke: #cccccc;
  transition: stroke 250ms, fill-opacity 250ms;
}
.highcharts-venn-series .highcharts-point-hover {
  fill-opacity: 1;
  stroke: #cccccc;
}
/* Highstock */
.highcharts-navigator-mask-outside {
  fill-opacity: 0;
}
.highcharts-navigator-mask-inside {
  fill: #6685c2;
  /* navigator.maskFill option */
  fill-opacity: 0.25;
  cursor: ew-resize;
}
.highcharts-navigator-outline {
  stroke: #cccccc;
  fill: none;
}
.highcharts-navigator-handle {
  stroke: #cccccc;
  fill: #f2f2f2;
  cursor: ew-resize;
}
.highcharts-navigator-series {
  fill: #335cad;
  stroke: #335cad;
}
.highcharts-navigator-series .highcharts-graph {
  stroke-width: 1px;
}
.highcharts-navigator-series .highcharts-area {
  fill-opacity: 0.05;
}
.highcharts-navigator-xaxis .highcharts-axis-line {
  stroke-width: 0;
}
.highcharts-navigator-xaxis .highcharts-grid-line {
  stroke-width: 1px;
  stroke: #e6e6e6;
}
.highcharts-navigator-xaxis.highcharts-axis-labels {
  fill: #999999;
}
.highcharts-navigator-yaxis .highcharts-grid-line {
  stroke-width: 0;
}
.highcharts-scrollbar-thumb {
  fill: #cccccc;
  stroke: #cccccc;
  stroke-width: 1px;
}
.highcharts-scrollbar-button {
  fill: #e6e6e6;
  stroke: #cccccc;
  stroke-width: 1px;
}
.highcharts-scrollbar-arrow {
  fill: #666666;
}
.highcharts-scrollbar-rifles {
  stroke: #666666;
  stroke-width: 1px;
}
.highcharts-scrollbar-track {
  fill: #f2f2f2;
  stroke: #f2f2f2;
  stroke-width: 1px;
}
.highcharts-button {
  fill: #f7f7f7;
  stroke: #cccccc;
  cursor: default;
  stroke-width: 1px;
  transition: fill 250ms;
}
.highcharts-button text {
  fill: #333333;
}
.highcharts-button-hover {
  transition: fill 0ms;
  fill: #e6e6e6;
  stroke: #cccccc;
}
.highcharts-button-hover text {
  fill: #333333;
}
.highcharts-button-pressed {
  font-weight: bold;
  fill: #e6ebf5;
  stroke: #cccccc;
}
.highcharts-button-pressed text {
  fill: #333333;
  font-weight: bold;
}
.highcharts-button-disabled text {
  fill: #333333;
}
.highcharts-range-selector-buttons .highcharts-button {
  stroke-width: 0px;
}
.highcharts-range-label rect {
  fill: none;
}
.highcharts-range-label text {
  fill: #666666;
}
.highcharts-range-input rect {
  fill: none;
}
.highcharts-range-input text {
  fill: #333333;
}
.highcharts-range-input {
  stroke-width: 1px;
  stroke: #cccccc;
}
input.highcharts-range-selector {
  position: absolute;
  border: 0;
  width: 1px;
  /* Chrome needs a pixel to see it */
  height: 1px;
  padding: 0;
  text-align: center;
  left: -9em;
  /* #4798 */
}
.highcharts-crosshair-label text {
  fill: #ffffff;
  font-size: 1.1em;
}
.highcharts-crosshair-label .highcharts-label-box {
  fill: inherit;
}
.highcharts-candlestick-series .highcharts-point {
  stroke: #000000;
  stroke-width: 1px;
}
.highcharts-candlestick-series .highcharts-point-up {
  fill: #ffffff;
}
.highcharts-ohlc-series .highcharts-point-hover {
  stroke-width: 3px;
}
.highcharts-flags-series .highcharts-point .highcharts-label-box {
  stroke: #999999;
  fill: #ffffff;
  transition: fill 250ms;
}
.highcharts-flags-series .highcharts-point-hover .highcharts-label-box {
  stroke: #000000;
  fill: #ccd6eb;
}
.highcharts-flags-series .highcharts-point text {
  fill: #000000;
  font-size: 0.9em;
  font-weight: bold;
}
/* Highmaps */
.highcharts-map-series .highcharts-point {
  transition: fill 500ms, fill-opacity 500ms, stroke-width 250ms;
  stroke: #cccccc;
}
.highcharts-map-series .highcharts-point-hover {
  transition: fill 0ms, fill-opacity 0ms;
  fill-opacity: 0.5;
  stroke-width: 2px;
}
.highcharts-mapline-series .highcharts-point {
  fill: none;
}
.highcharts-heatmap-series .highcharts-point {
  stroke-width: 0;
}
.highcharts-map-navigation {
  font-size: 1.3em;
  font-weight: bold;
  text-align: center;
}
.highcharts-coloraxis {
  stroke-width: 0;
}
.highcharts-coloraxis-marker {
  fill: #999999;
}
.highcharts-null-point {
  fill: #f7f7f7;
}
/* 3d charts */
.highcharts-3d-frame {
  fill: transparent;
}
/* Exporting module */
.highcharts-contextbutton {
  fill: #ffffff;
  /* needed to capture hover */
  stroke: none;
  stroke-linecap: round;
}
.highcharts-contextbutton:hover {
  fill: #e6e6e6;
  stroke: #e6e6e6;
}
.highcharts-button-symbol {
  stroke: #666666;
  stroke-width: 3px;
}
.highcharts-menu {
  border: 1px solid #999999;
  background: #ffffff;
  padding: 5px 0;
  box-shadow: 3px 3px 10px #888;
}
.highcharts-menu-item {
  padding: 0.5em 1em;
  background: none;
  color: #333333;
  cursor: pointer;
  transition: background 250ms, color 250ms;
}
.highcharts-menu-item:hover {
  background: #335cad;
  color: #ffffff;
}
/* Drilldown module */
.highcharts-drilldown-point {
  cursor: pointer;
}
.highcharts-drilldown-data-label text,
text.highcharts-drilldown-data-label,
.highcharts-drilldown-axis-label {
  cursor: pointer;
  fill: #003399;
  font-weight: bold;
  text-decoration: underline;
}
/* No-data module */
.highcharts-no-data text {
  font-weight: bold;
  font-size: 12px;
  fill: #666666;
}
/* Drag-panes module */
.highcharts-axis-resizer {
  cursor: ns-resize;
  stroke: black;
  stroke-width: 2px;
}
/* Bullet type series */
.highcharts-bullet-target {
  stroke-width: 0;
}
/* Lineargauge type series */
.highcharts-lineargauge-target {
  stroke-width: 1px;
  stroke: #333333;
}
.highcharts-lineargauge-target-line {
  stroke-width: 1px;
  stroke: #333333;
}
/* Annotations module */
.highcharts-annotation-label-box {
  stroke-width: 1px;
  stroke: #000000;
  fill: #000000;
  fill-opacity: 0.75;
}
.highcharts-annotation-label text {
  fill: #e6e6e6;
}
/* Gantt */
.highcharts-treegrid-node-collapsed,
.highcharts-treegrid-node-expanded {
  cursor: pointer;
}
.highcharts-point-connecting-path {
  fill: none;
}
.highcharts-grid-axis .highcharts-tick {
  stroke-width: 1px;
}
.highcharts-grid-axis .highcharts-axis-line {
  stroke-width: 1px;
}
/*! nouislider - 9.2.0 - 2017-01-11 10:35:35 */
/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
  direction: ltr;
}
.noUi-base {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
  /* Fix 401 */
}
.noUi-connect {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
}
.noUi-origin {
  position: absolute;
  height: 0;
  width: 0;
}
.noUi-handle {
  position: relative;
  z-index: 1;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
  transition: top 0.3s, right 0.3s, bottom 0.3s, left 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Painting and performance;
 * Browsers can paint handles in their own layer.
 */
.noUi-base,
.noUi-handle {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
/* Styling;
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connect {
  background: #3FB8AF;
  box-shadow: inset 0 0 3px rgba(51, 51, 51, 0.45);
  -webkit-transition: background 450ms;
  transition: background 450ms;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate3d(-50%, 50%, 0);
  transform: translate3d(-50%, 50%, 0);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate3d(0, 50%, 0);
  transform: translate3d(0, 50%, 0);
  padding-left: 25px;
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.swiper-slide-zoomed {
  cursor: move;
}
/* Preloader */
:root {
  /*
    --swiper-preloader-color: var(--swiper-theme-color);
    */
}
.swiper-lazy-preloader {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  backface-visibility: hidden;
}
.swiper-lazy-preloader svg {
  display: block;
  width: 12rem;
}
.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  100% {
    transform: rotate(360deg);
  }
}
.browsers {
  padding: 2em 1em;
  background-color: #000;
  display: none;
  background-size: 100% auto;
  background-position: center top;
}
.html_browsers .browsers {
  display: block;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 10000;
  overflow: auto;
}
.browsers__header {
  margin-bottom: 2rem;
}
.browsers__contacts {
  text-align: center;
  margin-top: 2rem;
}
.browsers__contacts li + li {
  margin-top: .5rem;
}
.browsers__contacts a {
  color: #fff;
  text-decoration: none;
}
.browsers__phone {
  font-size: 125%;
}
.browsers__body {
  background-color: #fff;
  width: 40rem;
  max-width: 100%;
  padding: 5%;
  border-radius: 3px;
  box-shadow: 0 0.5rem 0.5rem -0.25rem rgba(0, 0, 0, 0.25), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  margin: auto;
}
.browsers table {
  width: 100%;
}
.browsers__img {
  display: block;
  width: 12rem;
  margin: auto;
  max-width: 60%;
}
.browsers__text {
  text-align: center;
  max-width: 800px;
  margin: auto;
}
.browsers__title {
  font-size: 150%;
  font-weight: bold;
  color: #000;
}
.browsers__item {
  display: inline-block;
  width: 33%;
  text-decoration: none;
  padding: 0 2%;
}
.browsers__item p {
  line-height: 1.25;
  margin-top: .5rem;
}
.btn-switch {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  background-color: rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  overflow: hidden;
}
.btn-switch .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-switch .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-switch .btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group .btn:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.btn-group .btn:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.btn-group .btn:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.btn-group_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width:768px) {
  .btn-group_kids {
    max-width: 24rem;
  }
}
.btn {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex: 0 0 auto;
  line-height: 1;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  touch-action: manipulation;
  cursor: pointer;
  user-select: none;
  text-decoration: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border: 0;
  box-sizing: border-box;
  transition: opacity 0.25s ease;
  background: none;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}
.btn:hover,
.btn:focus,
.btn:active {
  outline: none;
}
.btn_disabled,
.btn_disabled:hover,
.btn_disabled:active,
.btn_disabled:focus,
.btn[disabled],
.btn:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn * {
  pointer-events: none;
}
.btn__grid {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}
.btn__mask {
  -webkit-transform: translateZ(0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
.btn__bg {
  -webkit-transform: translateZ(0);
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  transition: opacity 0.25s ease, transform 0.25s ease, filter 0.25s ease;
}
.btn_hover .btn__bg,
.btn:hover .btn__bg {
  transform: scale(1.2) translateZ(0);
  filter: brightness(125%) saturate(100%);
}
.btn_focus .btn__bg,
.btn:focus .btn__bg {
  transform: scale(1.1) translateZ(0);
  filter: brightness(100%) saturate(125%);
}
.btn_active .btn__bg,
.btn:active .btn__bg {
  transform: scale(1.1) translateZ(0);
  filter: brightness(75%) saturate(125%);
}
.btn__title {
  transition: color 0.25s ease;
  z-index: 5;
}
.btn__notification {
  background-color: var(--c-primary);
  color: var(--c-header);
  border-radius: 50%;
  width: 0.5rem;
  height: 0.5rem;
  position: absolute;
  top: 0;
  right: 0;
  transform: translate(50%, -50%);
}
.btn_block {
  width: 100%;
}
.btn_inline {
  display: inline-flex;
}
.btn_noflex {
  display: block !important;
}
.btn_rounded {
  border-radius: var(--border-radius);
}
.btn_circle {
  border-radius: 50% !important;
}
.btn_circle:before,
.btn_circle:after {
  border-radius: 50% !important;
}
.btn_circle,
.btn_square {
  padding: 0 !important;
  height: var(--btn-height);
  width: var(--btn-height);
}
.btn_answer {
  --btn-bgc: #fff;
  --btn-c: #000;
  --btn-border-c: #fff;
  --btn-trans-dur: .2s;
  background-color: var(--btn-bgc);
  border-radius: 4px;
  color: var(--btn-c);
  fill: var(--btn-c);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  font-size: 1.4em;
  min-height: 3.75em;
  padding: 0 1.25em;
  text-align: left;
  display: block;
  transition: all 0.125s ease;
  overflow: hidden;
}
@media (max-width:767px) {
  .btn_answer {
    font-size: 1.2em;
  }
}
.btn_answer:hover {
  --btn-c: var(--brand-2);
  box-shadow: 0 3px 1rem -0.5rem rgba(0, 0, 0, 0.12), 0 1.5rem 1.5rem -1rem rgba(0, 0, 0, 0.25);
}
.btn_default {
  --btn-c: var(--c-header);
  --btn-brdc: var(--c-gray);
  --btn-trans-dur: .2s;
  border-radius: 4px;
  border: 1px solid var(--btn-brdc);
  color: var(--btn-c);
  fill: var(--btn-c);
  overflow: hidden;
  padding: 0 1.25em;
  transition: var(--btn-trans-dur) box-shadow ease, var(--btn-trans-dur) background-color ease, var(--btn-trans-dur) color ease;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn_default:hover {
  --btn-bgc: #3bce65;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.35);
}
.btn_default:active,
.btn_default:active:hover {
  --btn-bgc: #34bc5a;
  --btn-c: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn_lvl-test {
  --btn-bgc: #fff;
  --btn-c: #000;
  --btn-border-c: #fff;
  --btn-trans-dur: .2s;
  background-color: var(--btn-bgc);
  border-radius: 4px;
  color: var(--btn-c);
  fill: var(--btn-c);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  display: block;
  transition: all 0.125s ease;
  overflow: hidden;
  padding: 0.41666667em 0.83333333em 0.41666667em 2.5em;
  width: 100%;
  min-height: 2.5em;
  font-size: 1em;
}
@media (min-width:768px) {
  .btn_lvl-test {
    font-size: 1.4em;
  }
}
.btn_lvl-test:hover {
  --btn-c: var(--brand-2);
  box-shadow: 0 3px 1rem -0.5rem rgba(0, 0, 0, 0.12), 0 1.5rem 1.5rem -1rem rgba(0, 0, 0, 0.25);
}
.btn_lvl-test:before {
  font-size: 1em;
  counter-increment: section;
  display: block;
  box-sizing: border-box;
  content: counters(section, ".");
  opacity: .125;
  width: 2.5em;
  text-align: center;
  margin-bottom: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.btn_lvl-test.btn_success {
  background-color: #b9f3c7;
}
.btn_lvl-test[disabled] {
  opacity: 1;
}
.btn_no {
  --btn-bgc: #A051FF;
  --btn-c: #fff;
  --btn-trans-dur: .2s;
  background-color: var(--btn-bgc);
  border-radius: 4px;
  color: var(--btn-c);
  fill: var(--btn-c);
  overflow: hidden;
  padding: 0 1.25em;
  transition: var(--btn-trans-dur) box-shadow ease, var(--btn-trans-dur) background-color ease, var(--btn-trans-dur) color ease;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn_no:hover {
  --btn-bgc: #aa68ff;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.35);
}
.btn_no:active,
.btn_no:active:hover {
  --btn-bgc: #A051FF;
  --btn-c: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn_outline {
  --btn-bgc: rgba(0, 0, 0, 0.25);
  --btn-c: var(--brand-2);
  --btn-trans-dur: .2s;
  border-radius: 4px;
  color: var(--btn-c);
  fill: var(--btn-c);
  overflow: hidden;
  padding: 0 1.25em;
  border: 1px solid var(--btn-c);
}
.btn_page-number {
  --btn-bgc: #fff;
  color: #000;
}
.btn_page-number:hover {
  --btn-bgc: var(--brand-3);
}
.btn_page-number:hover:before {
  box-shadow: 0 0.5rem 0.5rem -0.25rem rgba(0, 0, 0, 0.25), 0 1px 0 0 rgba(0, 0, 0, 0.05);
}
.btn_page-number.btn_active,
.btn_page-number:active {
  --btn-bgc: var(--brand-2);
  color: #fff;
}
.btn_page-number:before {
  display: block;
  content: '';
  height: 100%;
  width: 100%;
  position: absolute;
  transform: skew(-20deg);
  background-color: var(--btn-bgc);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
.btn_paginator {
  color: var(--c-header);
  font-weight: normal;
}
.btn_paginator.btn_active {
  background-color: var(--c-primary);
  color: var(--c-header);
}
.btn_primary {
  --btn-bgc: #34bc5a;
  --btn-c: #fff;
  --btn-trans-dur: .2s;
  background-color: var(--btn-bgc);
  border-radius: 4px;
  color: var(--btn-c);
  fill: var(--btn-c);
  overflow: hidden;
  padding: 0 1.25em;
  transition: var(--btn-trans-dur) box-shadow ease, var(--btn-trans-dur) background-color ease, var(--btn-trans-dur) color ease;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn-switch .btn_primary {
  background-color: transparent;
}
.btn-switch .btn_primary:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: var(--btn-bgc);
  transition: transform ease 0.25s;
}
.btn-switch .btn_primary:first-child:before {
  transform: translateX(100%);
}
.btn-switch .btn_primary:last-child:before {
  transform: translateX(-100%);
}
.btn-switch .btn_primary.btn_active:before {
  transform: translateX(0);
}
.btn_primary:hover {
  --btn-bgc: #3bce65;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.35);
}
.btn_primary:active,
.btn_primary:active:hover {
  --btn-bgc: #34bc5a;
  --btn-c: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn_primary.btn_active {
  pointer-events: none;
}
.btn_secondary {
  --btn-bgc: #3c56be;
  --btn-c: #fff;
  --btn-trans-dur: .2s;
  background-color: var(--btn-bgc);
  border-radius: 4px;
  color: var(--btn-c);
  fill: var(--btn-c);
  overflow: hidden;
  padding: 0 1.25em;
  transition: var(--btn-trans-dur) box-shadow ease, var(--btn-trans-dur) background-color ease, var(--btn-trans-dur) color ease;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn_secondary:hover {
  --btn-bgc: #4d65c7;
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0.35);
}
.btn_secondary:active,
.btn_secondary:active:hover {
  --btn-bgc: #364dab;
  --btn-c: rgba(255, 255, 255, 0.9);
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.btn_auto {
  min-height: 2.5em;
}
.btn_xs {
  font-size: 0.6em;
  min-height: 2.5em;
}
.btn_s {
  font-size: 0.8em;
  min-height: 2.5em;
}
.btn_m {
  font-size: 1em;
  min-height: 2.5em;
}
.btn_l {
  font-size: 1.2em;
  min-height: 2.5em;
}
.btn_xl {
  font-size: 1.4em;
  min-height: 2.5em;
}
@media (max-width:767px) {
  .btn_stretch-mob {
    width: 100%;
  }
}
.btn_swiper {
  --btn-bgc: #fff;
  --btn-bgc_hover: var(--brand-3);
  --btn-bgc_active: var(--brand-2);
  --btn-c: #fff;
  --btn-trans-dur: .125s;
}
.btn_swiper:hover {
  --btn-bg: var(--brand-3);
  fill: #fff;
}
.btn_swiper:hover:before {
  box-shadow: 0 3px 0.75rem -0.375rem rgba(0, 0, 0, 0.12), 0 1.125rem 1.125rem -0.75rem rgba(0, 0, 0, 0.25);
  background-position: 50% 0;
}
.btn_swiper:active:before {
  --btn-trans-dur: .05s;
  background-position: 0 0;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
.btn_swiper:before {
  display: block;
  content: '';
  left: 50%;
  height: 100%;
  width: calc(100% + var(--btn-height)*0.364);
  position: absolute;
  transform: translateX(-50%) skew(-20deg);
  transition: var(--btn-trans-dur) background-position ease;
  background-size: 330%;
  background-position: 100% 0;
  background-image: linear-gradient(-90deg, var(--btn-bgc) 0%, var(--btn-bgc) 33%, var(--btn-bgc_hover) 33%, var(--btn-bgc_hover) 66%, var(--btn-bgc_active) 66%, var(--btn-bgc_active) 100%);
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
.btn_white {
  --btn-bgc: #fff;
  --btn-c: #000;
  --btn-trans-dur: .2s;
  background-color: var(--btn-bgc);
  border-radius: 4px;
  color: var(--btn-c);
  fill: var(--btn-c);
  box-shadow: 0 1em 1em -1em rgba(0, 0, 0, 0);
}
.dropdown__content {
  box-shadow: 0 0.5rem 0.5rem -0.25rem rgba(0, 0, 0, 0.25), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  display: none;
  position: absolute;
  z-index: 75;
  background-color: #fff;
}
.dropdown__content_top {
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.dropdown_open .dropdown__content {
  display: block;
}
.editor {
  --editor-factor: 1;
  --editor-content-align-left: auto;
  --editor-content-align-right: auto;
}
.editor_center {
  --editor-content-align-left: auto;
  --editor-content-align-right: auto;
  --editor-content-width: calc(var(--content-width)*var(--editor-factor));
}
.editor_left {
  --editor-content-align-left: auto;
  --editor-content-align-right: unset;
  --editor-content-width: calc(var(--content-width)*var(--editor-factor));
}
.editor_right {
  --editor-content-align-left: unset;
  --editor-content-align-right: auto;
  --editor-content-width: calc(var(--content-width)*var(--editor-factor));
}
.editor h1,
.editor h2,
.editor h3,
.editor h4,
.editor h5,
.editor h6,
.editor p,
.editor ol,
.editor ul,
.editor dl,
.editor hr,
.editor cite,
.editor blockquote,
.editor .table,
.editor__container {
  max-width: var(--editor-content-width);
  margin-left: var(--editor-content-align-left);
  margin-right: var(--editor-content-align-right);
}
.editor * + h1:not([class]),
.editor * + h2:not([class]),
.editor * + h3:not([class]),
.editor * + h4:not([class]),
.editor * + h5:not([class]),
.editor * + h6:not([class]),
* + .editor__gallery,
* + .editor__products {
  margin-top: calc(3rem * var(--editor-factor));
}
.editor h1 + h2:not([class]),
.editor h2 + h3:not([class]),
.editor h3 + h4:not([class]),
.editor h4 + h5:not([class]) {
  margin-top: calc(1.5rem * var(--editor-factor));
}
.editor * + p,
.editor * + ul,
.editor * + ol,
.editor * + dl,
.editor * + table,
.editor * + .box_default,
* + .editor__services {
  margin-top: calc(1.5rem * var(--editor-factor));
}
.editor ul:before,
.editor ol:before {
  content: '';
  display: block;
  position: relative;
  margin-top: -0.25em;
}
.editor ul:after,
.editor ol:after {
  content: '';
  display: block;
  position: relative;
  margin-bottom: -0.25em;
}
@media (min-width:1200px) {
  .editor__gallery {
    padding-bottom: 50%;
  }
}
@media (max-width:1199px) {
  .editor__gallery {
    padding-bottom: 66%;
  }
}
.editor__gallery .swiper {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.editor table:not([class]) {
  border-collapse: collapse;
  border-spacing: 0;
  font-size: 0.875em;
  margin-left: auto;
  margin-right: auto;
}
.editor table:not([class]) th {
  font-weight: 400;
  color: var(--c-header);
  padding: 0.5em;
  border: 1px solid var(--border-color);
}
.editor table:not([class]) td {
  padding: 0.5em;
  border: 1px solid var(--border-color);
}
.editor p:empty {
  display: none;
}
.editor figure {
  margin: calc(2rem * var(--editor-factor)) var(--offset_content_x) 0;
}
.editor figure figcaption {
  padding-left: var(--spacing_content_x);
  padding-right: var(--spacing_content_x);
  max-width: var(--editor-content-width);
  margin: .5em auto 0;
  font-size: 0.875em;
  color: var(--c-text_muted);
  line-height: 1.25;
}
.editor figure img {
  margin: auto;
  display: block;
}
.editor .video-container {
  margin: calc(2rem * var(--editor-factor)) var(--offset_content_x);
  padding-bottom: 62%;
}
.editor .video-container iframe {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
}
.editor .t_hl {
  background-image: linear-gradient(70deg, var(--brand-2), var(--brand-1));
  color: #fff;
  display: inline-block;
  padding: .25em .5em;
  margin-top: 0.5rem;
  box-shadow: 0 0.5rem 0.5rem -0.25rem rgba(0, 0, 0, 0.25), 0 1px 0 0 rgba(0, 0, 0, 0.05);
  z-index: -1;
}
.editor .swiper_products .swiper__pagination {
  max-width: var(--editor-content-width);
  margin-left: var(--editor-content-align-left);
  margin-right: var(--editor-content-align-right);
}
.editor .swiper_products .swiper__button_inside.swiper__button_next {
  right: var(--offset_content_x);
}
.editor .swiper_products .swiper__button_inside.swiper__button_prev {
  left: var(--offset_content_x);
}
@media (min-width:1200px) {
  .editor_l {
    --editor-factor: 1.125;
    font-size: 1.125em;
  }
}
@media (min-width:1200px) {
  .editor_xl {
    --editor-factor: 1.25;
    font-size: 1.25em;
  }
}
.icon {
  display: flex;
  align-content: center;
  align-items: center;
  flex: 0 0 auto;
}
.icon_inline {
  display: inline-flex;
  vertical-align: middle;
}
.icon_circle {
  border-radius: 50%;
}
.icon_circle:before {
  border-radius: 50%;
}
.icon svg {
  display: block;
  position: relative;
  transition: fill 0.25s ease;
  -webkit-transform: translateZ(0);
}
.icon_default {
  fill: var(--c-header);
}
.icon_positive,
.icon_success {
  background-color: var(--brand-1);
  fill: #fff;
}
.icon_negative,
.icon_fail,
.icon_error {
  background-color: #ed2024;
  fill: #fff;
}
.icon_xxs svg {
  width: 12px;
  height: 12px;
}
.icon_xs svg {
  width: 16px;
  height: 16px;
}
.icon_s svg {
  width: 20px;
  height: 20px;
}
.icon_m svg {
  width: 24px;
  height: 24px;
}
.icon_l svg {
  width: 28px;
  height: 28px;
}
.icon_xl svg {
  width: 32px;
  height: 32px;
}
.icon_xxl svg {
  width: 36px;
  height: 36px;
}
.icon_x2 svg {
  width: 48px;
  height: 48px;
}
.icon_x3 svg {
  width: 72px;
  height: 72px;
}
.icon_x4 svg {
  width: 96px;
  height: 96px;
}
.icon_x5 svg {
  width: 120px;
  height: 120px;
}
.icon_16 svg {
  width: 16px;
  height: 16px;
}
.icon_24 svg {
  width: 24px;
  height: 24px;
}
.icon_32 svg {
  width: 32px;
  height: 32px;
}
.icon_48 svg {
  width: 48px;
  height: 48px;
}
.icon_toggle_y {
  position: absolute !important;
  left: 0;
  top: 0;
  transition: transform 0.25s ease;
}
.link {
  display: inline;
  cursor: pointer;
  text-decoration: none;
}
.link-area {
  text-decoration: none;
}
.link_default {
  transition: color 0.25s ease, border-bottom-color 0.25s ease;
  border-bottom: 1px solid var(--c-link);
  color: var(--c-link);
}
.link_grey {
  transition: color 0.25s ease, border-bottom-color 0.25s ease;
  color: #898989;
}
.link-area:hover .link_grey,
.link_grey:visited:hover,
.link_grey:hover {
  color: var(--c-link);
}
.link_muted {
  color: var(--c-text);
  border-bottom: 1px solid #ccc;
}
.link-area:hover .link_muted,
.link_muted:visited:hover,
.link_muted:hover {
  color: var(--c-link);
}
.link_secondary {
  transition: color 0.25s ease, border-bottom-color 0.25s ease;
  border-bottom: 1px solid transparent;
  color: var(--c-text);
}
.link-area:hover .link_secondary,
.link_secondary:visited:hover,
.link_secondary:hover {
  color: var(--c-link);
  border-bottom-color: var(--c-link);
}
.link_secondary:focus,
.link_secondary:active {
  color: var(--c-header);
  border-bottom-color: var(--c-header);
}
.link_text {
  transition: color 0.25s ease, border-bottom-color 0.25s ease;
  color: var(--c-text);
  text-decoration: underline;
}
.link-area:hover .link_text,
.link_text:visited:hover,
.link_text:hover {
  color: var(--c-link);
}
.link_title {
  transition: color 0.25s ease, border-bottom-color 0.25s ease;
  color: var(--c-header);
}
.link-area:hover .link_title,
.link_title:visited:hover,
.link_title:hover {
  color: var(--c-link);
}
.link_title:focus,
.link_title:active {
  color: var(--c-header);
}
._invert .link_title {
  color: #fff;
}
._invert .link-area:hover .link_title,
._invert .link_title:visited:hover,
._invert .link_title:hover {
  color: var(--c-primary);
}
._invert .link_title:focus,
._invert .link_title:active {
  color: #fff;
}
.notifications {
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
}
.notification {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
  border-bottom: 1px solid var(--border-color);
}
.notification_success {
  background-color: #00e486;
}
.notification_info {
  background-color: #448fd6;
}
.notification_warning {
  background-color: #ffc066;
}
.notification_error {
  background-color: #ff1e43;
}
.notification__content {
  padding-left: var(--spacing_content_x);
  padding-right: var(--spacing_content_x);
  padding-top: 1rem;
  padding-bottom: 1rem;
  cursor: pointer;
}
.notification__content:hover {
  background-color: rgba(0, 0, 0, 0.05);
}
@media (min-width:768px) {
  .notification__content {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.notification__text {
  color: var(--c-header);
  line-height: 1.5;
  flex: 1 1 auto;
  font-size: 0.875em;
}
.notification__controls {
  display: flex;
  flex: 0 0 auto;
}
@media (min-width:768px) {
  .notification__controls {
    margin-left: 1rem;
  }
}
@media (max-width:767px) {
  .notification__controls {
    margin-top: 1rem;
  }
}
.list__var {
  color: var(--c-text_muted);
}
.list__val {
  color: var(--c-header);
}
.list__item_sb {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}
.list_default.list_xxs .list__item:not(:first-child) {
  margin-top: 0.25rem;
}
.list_default.list_xs .list__item:not(:first-child) {
  margin-top: 0.5rem;
}
.list_default.list_s .list__item:not(:first-child) {
  margin-top: 0.75rem;
}
.list_default.list_m .list__item:not(:first-child) {
  margin-top: 1rem;
}
.list_default.list_l .list__item:not(:first-child) {
  margin-top: 1.5rem;
}
.list_default.list_xl .list__item:not(:first-child) {
  margin-top: 2rem;
}
.list_features {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1.5rem;
}
@media (max-width:767px) and (orientation: portrait) {
  .list_features {
    grid-template-columns: repeat(2, 1fr);
  }
}
.list_underline .list__item + .list__item {
  border-top: 1px solid var(--border-color);
}
.list_underline.list_xxs .list__item {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
}
.list_underline.list_xs .list__item {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.list_underline.list_s .list__item {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.list_underline.list_m .list__item {
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.list_underline.list_l .list__item {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}
.list_underline.list_xl .list__item {
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.paginator {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
.paginator__pages {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-left: 1rem;
  margin-right: 1rem;
}
@media (max-width:767px) {
  .paginator__pages {
    order: 0;
    margin: 0;
    width: 100%;
  }
}
@media (max-width:767px) {
  .paginator__arrow {
    order: 2;
    margin: 0.75rem;
    display: flex;
    justify-content: center;
    align-items: center;
  }
}
.popup-hidden-content {
  pointer-events: none;
  display: none;
}
.popup-hidden-content > div {
  position: absolute;
}
.popup {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1000;
  overflow: hidden;
  display: none;
}
.popup_active,
.popup_open,
.popup_in,
.popup_out {
  display: flex;
}
.popup__area {
  z-index: 5;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.popup__scroll {
  width: 100%;
  overflow: hidden;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  display: flex;
  z-index: 10;
}
.popup__content {
  max-width: 100%;
  margin: auto;
  z-index: 10;
  padding: 1rem;
  transform: translate3d(0, -100vh, 0);
  display: none;
}
.popup__content_open {
  transform: translate3d(0, 0, 0);
  display: block;
}
.popup__content_in {
  display: block;
  animation: popup__content-in 0.4s cubic-bezier(0.5, 1.3, 0.5, 1) both;
}
.popup__content_out {
  display: block;
  animation: popup__content-out 0.4s cubic-bezier(0.5, 0, 1, -0.6) both;
}
.popup__close {
  position: fixed;
  z-index: 15;
  top: 0;
  right: 0;
  padding: 1rem;
  transform: scale(0);
}
.popup__close_open {
  transform: scale(1);
}
.popup__close_in {
  animation: popup__close-in 0.4s cubic-bezier(0.5, 1.3, 0.5, 1) both;
}
.popup__close_out {
  animation: popup__close-out 0.4s cubic-bezier(0.5, 0, 1, -0.6) both;
}
.popup__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 5;
  background-color: rgba(222, 222, 222, 0.9);
  display: none;
  opacity: 0;
}
.popup__overlay_open {
  display: block;
  opacity: 1;
}
.popup__overlay_in {
  display: block;
  animation: popup__overlay-in 0.25s ease both;
}
.popup__overlay_out {
  display: block;
  animation: popup__overlay-out 0.25s ease both;
}
.html_popup html,
.html_popup body {
  overflow: hidden;
}
@keyframes popup__content-in {
  from {
    transform: translate3d(0, -100vh, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes popup__content-out {
  from {
    transform: translate3d(0, 0, 0);
  }
  to {
    transform: translate3d(0, 100vh, 0);
  }
}
@keyframes popup__overlay-in {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes popup__overlay-out {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes popup__close-in {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
@keyframes popup__close-out {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(0);
  }
}
.price {
  line-height: 1;
}
.price_column {
  display: flex;
  flex-direction: column;
}
.price_inline {
  display: inline-flex;
}
.price_left {
  align-items: flex-start;
}
.price_right {
  align-items: flex-end;
}
.price_center {
  text-align: center;
  align-items: center;
}
.price_btn {
  height: 2.5em;
}
:root {
  --price-fw: 500;
}
.price_default {
  line-height: .75;
}
.price_default .price__val,
.price_default .price__new,
.price_default .price__currency {
  white-space: nowrap;
  color: var(--c-header);
  font-size: 100%;
  font-weight: 600;
}
.price_default .price__units {
  font-size: 1rem;
}
.price_default .price__old {
  white-space: nowrap;
  color: #898989;
  font-size: 100%;
  font-weight: 600;
}
.price_default .price__old:after {
  display: block;
  content: '';
  position: absolute;
  left: -5%;
  right: -5%;
  top: 50%;
  border-bottom: 0.1em solid red;
  margin-top: -0.05em;
}
.price_default .price__per-ct {
  white-space: nowrap;
  color: var(--c-gray);
}
.price_default .price__per-ct small {
  font-size: 50%;
}
.price_default.price_row .price__old {
  margin-right: .5em;
}
.price_xs {
  font-size: 0.66666667em;
}
.price_s {
  font-size: 0.83333333em;
}
.price_m {
  font-size: 1em;
}
.price_l {
  font-size: 1.16666667em;
}
.price_xl {
  font-size: 1.33333333em;
}
.price_xxl {
  font-size: 1.5em;
}
.price_x2 {
  font-size: 200%;
}
.price_x3 {
  font-size: 300%;
}
.progress__bar {
  background-color: var(--brand-1);
  height: .5em;
}
@media (max-width:1199px) {
  .scroll-mobile {
    overflow: hidden;
    overflow-x: auto;
  }
  .scroll-mobile__container {
    display: flex;
  }
  .scroll-mobile__container > * {
    margin-left: auto;
    margin-right: auto;
  }
}
.swiper-notification {
  display: none;
}
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}
.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
}
.swiper__loader {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100%;
  display: none;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}
.swiper_loading .swiper__loader {
  display: flex;
}
.swiper__loader img,
.swiper__loader svg {
  display: block;
  width: 12rem;
}
.swiper__img {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.swiper__caption {
  padding: 1rem;
  background-color: #fff;
}
.swiper__button {
  padding: 0;
  border: 0;
  background: none;
  font-size: 1em;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: transform 0.125s ease;
  outline: none;
}
@media (max-width:1199px) {
  .swiper__button {
    display: none;
  }
}
.swiper__button.swiper__button_disabled {
  pointer-events: none;
  opacity: 0.5;
}
.swiper__button:not(.swiper__button_disabled) {
  cursor: pointer;
}
.swiper__button_inside {
  position: absolute;
  z-index: 10;
  top: 50%;
}
.swiper__button_inside.swiper__button_prev {
  left: 0;
  transform: translate(0, -50%);
}
.swiper__button_inside.swiper__button_prev.swiper__button_disabled {
  transform: translate(-150%, -50%);
}
.swiper__button_inside.swiper__button_next {
  right: 0;
  transform: translate(0, -50%);
}
.swiper__button_inside.swiper__button_next.swiper__button_disabled {
  transform: translate(150%, -50%);
}
.swiper__button_on-edge {
  position: absolute;
}
.swiper__button_on-edge.swiper__button_disabled {
  opacity: 0;
  pointer-events: none;
}
.swiper__button_on-edge.swiper__button_prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.swiper__button_on-edge.swiper__button_prev:hover {
  transform: translate(-50%, -50%) scale(1.2);
}
.swiper__button_on-edge.swiper__button_prev:active {
  transform: translate(-50%, -50%) scale(1.1);
}
.swiper__button_on-edge.swiper__button_next {
  right: 0;
  transform: translate(50%, -50%);
}
.swiper__button_on-edge.swiper__button_next:hover {
  transform: translate(50%, -50%) scale(1.2);
}
.swiper__button_on-edge.swiper__button_next:active {
  transform: translate(50%, -50%) scale(1.1);
}
.swiper_loading .swiper__pagination,
.swiper_loading .swiper__button,
.swiper_loading .swiper__expand,
.swiper_loading .swiper__container {
  opacity: 0 !important;
}
.swiper_content {
  padding-left: var(--spacing_content_x);
  padding-right: var(--spacing_content_x);
  margin-left: var(--offset_content_x);
  margin-right: var(--offset_content_x);
}
.swiper_sections {
  height: 100%;
  overflow: hidden;
}
.swiper_sections .swiper__slide,
.swiper_sections .swiper__container,
.swiper_sections .swiper__wrapper {
  height: 100%;
}
.swiper_sections .swiper__slide {
  max-height: 100%;
}
.swiper_box .swiper__container {
  overflow: hidden;
}
.swiper_box .swiper__button_prev {
  transform: translatex(-50%);
}
.swiper_box .swiper__button_next {
  transform: translatex(50%);
}
.swiper_box .swiper__button_prev.swiper__button_disabled {
  transform: translatex(-50%) scale(0.25);
}
.swiper_box .swiper__button_next.swiper__button_disabled {
  transform: translatex(50%) scale(0.25);
}
.swiper_wide .swiper__button_prev {
  left: -5vw;
}
.swiper_wide .swiper__button_next {
  right: -5vw;
}
@media (orientation: landscape) {
  .swiper_80vh,
  .swiper_80vh .swiper__img {
    height: 80vh;
    min-height: 24rem;
    max-height: 40rem;
  }
}
@media (orientation: portrait) {
  .swiper_80vh,
  .swiper_80vh .swiper__img {
    height: 60vw;
  }
}
@media (orientation: landscape) {
  .swiper_70vh,
  .swiper_70vh .swiper__img {
    height: 70vh;
    min-height: 22rem;
    max-height: 35rem;
  }
}
@media (orientation: portrait) {
  .swiper_70vh,
  .swiper_70vh .swiper__img {
    height: 60vw;
  }
}
@media (orientation: landscape) {
  .swiper_60vh,
  .swiper_60vh .swiper__img {
    height: 60vh;
    min-height: 20rem;
    max-height: 30rem;
  }
}
@media (orientation: portrait) {
  .swiper_60vh,
  .swiper_60vh .swiper__img {
    height: 60vw;
  }
}
.js-swiper img:not(:first-of-type) {
  display: none;
}
.swiper__expand {
  position: absolute;
  cursor: pointer;
  z-index: 5;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
.swiper__expand .btn__icon_zoom {
  display: block;
}
.swiper__expand .btn__icon_close {
  display: none;
}
.swiper__container {
  overflow: visible;
  transition: opacity 0.25s ease;
}
.swiper_h .swiper__wrapper,
.swiper_v .swiper__wrapper {
  display: flex;
  justify-content: flex-start;
}
.swiper_h .swiper__wrapper {
  margin-left: 0 !important;
  margin-right: 0 !important;
}
.swiper_v .swiper__wrapper {
  flex-direction: column;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}
.swiper__slide {
  max-width: 100%;
  background-position: center center;
  background-size: cover;
  flex: 0 0 auto;
}
.swiper__slide_active {
  z-index: 5;
}
.swiper_v .swiper__slide {
  width: 100%;
}
.swiper__slide_video {
  width: 100%;
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper__slide_video iframe {
  width: 100%;
  height: 100%;
  max-height: 100vw;
  margin: auto;
}
.swiper__slide_video:after,
.swiper__slide_video:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  width: 35%;
  top: 3rem;
  bottom: 5rem;
  z-index: 50;
}
.swiper__slide_video:before {
  left: 0;
}
.swiper__slide_video:after {
  right: 0;
}
.swiper__pagination {
  display: flex;
  flex-wrap: wrap;
}
.swiper__pagination:empty {
  display: none;
}
.swiper__pagination_vbottom {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
}
.swiper_h .swiper__pagination_center {
  justify-content: center;
}
.swiper_v .swiper__pagination {
  flex-direction: column;
  flex-wrap: nowrap;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0.5rem;
}
.swiper__pagination-bullet {
  flex: 1 1 auto;
  cursor: pointer;
  position: relative;
  background-color: transparent;
  opacity: 1;
  height: 2em;
  transition: opacity 0.25s ease, transform 0.25s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper__pagination-bullet + .swiper__pagination-bullet {
  margin-left: 4px;
}
.swiper__pagination-bullet:after {
  content: '';
  display: block;
  width: 100%;
  height: 2px;
  transition: background-color 0.125s ease, transform 0.125s ease;
  position: relative;
  transform: skew(-20deg);
  background-color: rgba(128, 128, 128, 0.5);
}
.swiper__pagination-bullet:hover:after {
  background-color: var(--c-link);
}
.swiper__pagination-bullet_active,
.swiper__pagination-bullet_active:hover {
  background: transparent;
}
.swiper__pagination-bullet_active:after,
.swiper__pagination-bullet_active:hover:after {
  background-color: var(--brand-2);
}
.swiper__pagination-bullet:only-child {
  display: none;
}
.swiper__pagination_inside {
  position: absolute;
  z-index: 15;
  bottom: 0;
}
.swiper_banners .swiper__mask {
  overflow: hidden;
}
.swiper_banners .swiper__pagination_inside {
  left: var(--spacing_content_x);
  right: var(--spacing_content_x);
}
.swiper_english .swiper__mask {
  overflow: hidden;
}
.swiper_english .swiper__slide {
  padding-left: var(--spacing_content_x);
  padding-right: var(--spacing_content_x);
}
.html_swiper {
  overflow: hidden;
}
.html_swiper body {
  overflow: hidden;
}
.html_swiper .page {
  position: static;
  z-index: 150;
}
.swiper_fullscreen {
  position: fixed !important;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 3000;
  background-color: #111;
}
.swiper_fullscreen .swiper__pagination_inside {
  left: 2.5em;
  right: 2.5em;
}
.swiper_fullscreen .swiper__expand {
  width: 5rem;
  height: 5rem;
  transform: translate(50%, -50%);
}
.swiper_fullscreen .swiper__wrapper {
  height: 100vh;
  align-items: center;
}
.swiper_fullscreen .swiper__img {
  height: auto !important;
  min-height: 0 !important;
  max-height: 100vh !important;
}
.swiper_fullscreen .swiper__button {
  top: 20%;
  bottom: 20%;
  width: 20%;
}
.swiper_fullscreen .swiper__button_prev {
  left: 0;
  justify-content: flex-start;
  transform: translate(0, 0);
}
.swiper_fullscreen .swiper__button_prev.swiper__button_disabled {
  opacity: 0;
  transform: translate(-100%, 0);
}
.swiper_fullscreen .swiper__button_next {
  right: 0;
  justify-content: flex-end;
  transform: translate(0, 0);
}
.swiper_fullscreen .swiper__button_next.swiper__button_disabled {
  opacity: 0;
  transform: translate(100%, 0);
}
.swiper_fullscreen .swiper__slide:last-of-type {
  min-width: 0 !important;
}
.swiper_fullscreen .swiper__slide img {
  height: auto !important;
}
.swiper_fullscreen .swiper__slide:hover {
  cursor: zoom-out;
}
.swiper_fullscreen .swiper__slide_video {
  align-self: stretch;
  display: flex;
  align-items: center;
  justify-content: center;
}
.swiper_fullscreen .swiper__slide_video:after,
.swiper_fullscreen .swiper__slide_video:before {
  width: 35%;
  height: 100%;
  max-height: 60vw;
  top: 50%;
  transform: translateY(-50%);
  z-index: 50;
}
.swiper_fullscreen .swiper__expand {
  top: 0;
  right: 0;
  transform: translate(0, 0);
  opacity: 1;
}
.swiper_fullscreen .btn__icon_zoom {
  display: none;
}
.swiper_fullscreen .btn__icon_close {
  display: block;
}
.swiper_gallery {
  height: 100%;
}
.swiper_gallery .swiper__mask {
  overflow: hidden;
  height: 100%;
}
.swiper_gallery .swiper__container,
.swiper_gallery .swiper__wrapper {
  height: 100%;
}
.swiper_gallery .swiper__expand {
  display: none;
}
.swiper_gallery .swiper__slide {
  height: 100%;
  overflow: hidden;
}
.swiper_gallery .swiper__slide img {
  height: 100%;
  object-fit: cover;
}
.swiper_gallery .swiper__slide:hover {
  cursor: zoom-in;
}
.swiper_gallery .swiper__pagination_inside {
  left: 2.5em;
  right: 2.5em;
}
.swiper_h100 {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
}
.swiper_h100 .swiper__mask,
.swiper_h100 .swiper__container,
.swiper_h100 .swiper__wrapper,
.swiper_h100 .swiper__slide {
  height: 100%;
}
.swiper_products .swiper__container {
  margin: 0 -1.5%;
}
.swiper_products .swiper__wrapper {
  display: flex;
}
.swiper_products .swiper__slide {
  padding: 0 1.5%;
}
@media (max-width:767px) and (orientation: portrait) {
  .swiper_products .swiper__slide {
    width: 50%;
  }
}
@media (max-width:767px) and (orientation: landscape) {
  .swiper_products .swiper__slide {
    width: 33.33333333%;
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .swiper_products .swiper__slide {
    width: 33.33333333%;
  }
}
@media (min-width:1200px) {
  .swiper_products .swiper__slide {
    width: 25%;
  }
}
.swiper_products .swiper__slide:first-child {
  margin-left: auto;
}
.swiper_products .swiper__slide:last-child {
  margin-right: auto;
}
.swiper_products .swiper__button_inside {
  top: 25%;
}
.swiper_products .swiper__button_prev.swiper__button_disabled {
  opacity: 0;
}
.swiper_products .swiper__button_next.swiper__button_disabled {
  opacity: 0;
}
.swiper_projects {
  --slide-gap: 1.5%;
}
.swiper_projects .swiper__container {
  margin-left: calc(var(--slide-gap)*(-1));
  margin-right: calc(var(--slide-gap)*(-1));
}
.swiper_projects .swiper__wrapper > * {
  width: 33.33333333%;
}
@media (min-width:768px) and (max-width:1199px) and (orientation: portrait) {
  .swiper_projects .swiper__wrapper > * {
    width: 50%;
  }
}
@media (max-width:767px) and (orientation: portrait) {
  .swiper_projects .swiper__wrapper > * {
    width: 100%;
  }
}
@media (max-width:767px) and (orientation: landscape) {
  .swiper_projects .swiper__wrapper > * {
    width: 50%;
  }
}
.swiper_projects .swiper__slide {
  padding: 0 var(--slide-gap);
}
.tabs_landing {
  --color: var(--c-link);
  --bg: trasnsparent;
  --border-color: var(--c-link);
  padding-bottom: var(--spacing_content_y);
  display: flex;
}
.tabs_landing .tabs__container {
  display: flex;
  justify-content: center;
  flex: 1 1 auto;
}
.tabs_landing .tabs__item {
  height: 2.5em;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 1.25em;
  border-radius: 4px;
  color: var(--color);
  border: 2px solid var(--border-color);
  background-color: var(--bg);
  text-decoration: none;
  white-space: nowrap;
  transition: all 0.25s ease;
}
.tabs_landing .tabs__item_l {
  font-size: 1.2em;
}
.tabs_landing .tabs__item_active {
  --color: #fff;
  --bg: var(--c-link);
  --border-color: var(--bg);
  font-weight: 500;
}
.tabs_landing .tabs__item:not(.tabs__item_active):hover {
  --color: var(--brand-1);
}
.tabs_landing .tabs__item:not(:first-child):not(:last-child) {
  border-radius: 0;
}
.tabs_landing .tabs__item:first-child {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
}
.tabs_landing .tabs__item:last-child {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
}
.thumb svg,
.thumb img {
  display: block;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  font-size: 0;
}
.thumb_product {
  padding-bottom: 66.66666667%;
  background-color: #d9d9d9;
  overflow: hidden;
  fill: #fff;
}
@media (min-width:1200px) {
  .thumb_product svg,
  .thumb_product img {
    transition: transform 0.125s ease;
  }
  a:hover .thumb_product svg,
  a:hover .thumb_product img,
  a.thumb_product svg:hover,
  a.thumb_product img:hover {
    transform: scale(1.1);
  }
}
.dropdown-menu {
  font-size: 0.875em;
}
.dropdown-menu__item + .dropdown-menu__item {
  border-top: var(--border-width) solid var(--border-color);
}
.dropdown-menu__item a {
  display: block;
  padding: 0.75rem;
  text-decoration: none;
  white-space: nowrap;
}
.editor ol,
.editor ul {
  line-height: 1.25;
  padding-left: 2em;
}
.editor ul ul {
  margin-top: 0.75rem;
}
.editor ol {
  list-style: decimal;
}
.editor ul {
  list-style: disc;
}
.editor li + li {
  margin-top: 0.75rem;
}
.editor dd + dt {
  margin-top: 1rem;
}
.table_dyno {
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: var(--editor-content-width);
}
@media (max-width:767px) {
  .table_dyno {
    width: 100%;
  }
}
.table_dyno th {
  font-weight: 400;
  text-align: inherit;
  color: var(--c-text_muted);
  padding: .5rem 1rem;
  border: 1px solid var(--border-color);
}
.table_dyno th:not(:first-child) {
  text-align: right;
}
.table_dyno tbody {
  font-size: 1.125em;
}
.table_dyno td {
  padding: .5rem 1rem;
  border: 1px solid var(--border-color);
}
.table_dyno td:not(:first-child) {
  text-align: right;
}
.table_prices {
  --padding-h: 2rem;
  --padding-v: 1rem;
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  margin-left: auto;
  margin-right: auto;
  max-width: calc(var(--editor-content-width) + var(--padding-h) * 2);
  width: 100%;
  box-shadow: 0 3px 1rem -0.5rem rgba(0, 0, 0, 0.12), 0 1.5rem 1.5rem -1rem rgba(0, 0, 0, 0.25);
}
@media (max-width:767px) {
  .table_prices {
    --padding-h: 1rem;
  }
}
.table_prices thead td,
.table_prices thead th {
  padding: calc(var(--padding-v) * 1.5) var(--padding-h);
}
.table_prices th {
  font-weight: 400;
  text-align: inherit;
  color: var(--c-text_muted);
}
.table_prices th:not(:first-child) {
  text-align: right;
}
.table_prices td:last-child {
  white-space: nowrap;
  text-align: right;
}
.table_prices tbody td {
  padding: var(--padding-v) var(--padding-h);
  border-top: 1px solid var(--border-color);
}
.table_prices tbody td:not(:first-child) {
  text-align: right;
  color: var(--c-header);
}
.table_prices tbody tr:hover {
  background-color: var(--c-hl_l);
}
.table_prices tfoot {
  color: var(--c-header);
  font-weight: bold;
}
.table_prices tfoot tr {
  border-top: 3px solid var(--brand-1);
}
.table_prices tfoot td {
  padding: calc(var(--padding-v) * 1.5) var(--padding-h);
}
.check {
  display: flex;
  position: relative;
}
.check:hover {
  cursor: pointer;
}
.check_vmiddle {
  align-items: center;
}
.check input,
.switch input {
  position: absolute;
  height: auto;
  opacity: 0;
  z-index: -1;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
}
.check_checkout-option .check__icon {
  position: absolute;
  right: 100%;
}
.check_checkout-option .check__price {
  flex: 0 0 auto;
  white-space: nowrap;
  margin-left: 1.5rem;
}
.check_default {
  align-items: center;
}
.check_default input[type="checkbox"] ~ .check__icon:after {
  border-radius: 2px;
}
.check_default input[type="radio"] ~ .check__icon {
  border-radius: 50%;
}
.check_default input[type="radio"] ~ .check__icon:before,
.check_default input[type="radio"] ~ .check__icon:after {
  border-radius: 50%;
}
.check_default input:checked ~ .check__icon:before,
.check_default input:checked ~ .check__thumb:before {
  opacity: 1;
}
.check_default input:checked ~ .check__thumb > * {
  opacity: 0.5;
}
.check_default .check__icon {
  display: block;
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin-right: 0.5rem;
}
.check_default .check__content {
  flex: 1 1 auto;
  display: block;
}
.check_default .check__title {
  flex: 1 1 auto;
  display: block;
}
.check_default .check__title:before {
  content: '';
  display: block;
  margin-top: -0.125em;
}
.check_default .check__title:after {
  content: '';
  display: block;
  margin-bottom: -0.125em;
}
.check_default .check__description {
  font-size: 0.75em;
  margin-top: 0.25rem;
  color: #898989;
}
.check_default .check__icon:after {
  content: '';
  display: block;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.check_default .check__icon:before,
.check_default .check__thumb:before {
  content: "";
  display: block;
  z-index: 5;
  position: absolute;
  transition: opacity 0.25s ease;
  opacity: 0;
  background-color: var(--c-header);
}
.check_default .check__icon:before {
  width: 50%;
  height: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.check_default .check__title {
  transition: color 0.25s ease;
}
.check_default:hover .check__title {
  color: var(--c-link);
}
.check_default input:focus ~ .check__title {
  color: var(--c-link);
}
.check_default input:focus ~ .check__icon:after {
  border-color: var(--c-link);
}
.check_default input:checked ~ .check__title {
  color: var(--c-header);
}
.control {
  z-index: 5;
}
.control input,
.control textarea,
.control select {
  font-size: 1em;
  text-transform: none;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  width: 100%;
  background-clip: padding-box;
  background: none;
  transition: border-color 0.25s ease, background-color 0.25s ease, color 0.25s ease, opacity 0.25s ease;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
}
.control input:disabled,
.control textarea:disabled,
.control select:disabled {
  opacity: 0.5;
  pointer-events: none;
}
.control input::-ms-clear,
.control textarea::-ms-clear,
.control select::-ms-clear {
  display: none;
  width: 0;
  height: 0;
}
.control input {
  height: 2.5rem;
}
.control select {
  height: 2.5rem;
  padding-right: 2.5rem;
}
.control select::-ms-expand {
  display: none;
}
.control select[multiple] {
  height: auto;
  min-height: 2.5rem;
}
.control option {
  background-color: #fff;
  color: var(--c-header);
}
.control_select:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  z-index: 10;
  pointer-events: none;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" preserveAspectRatio="none" viewBox="0 0 24 24"><path d="M12 7.5q-.20527344.0017578-.35.15l-7.5 7.5q-.1482422.14472656-.15.35.0017578.20527344.15.35.14472656.1482422.35.15.20527344-.0017578.35-.15L12 8.7l7.15 7.15q.14472656.1482422.35.15.20527344-.0017578.35-.15.1482422-.14472656.15-.35-.0017578-.20527344-.15-.35l-7.5-7.5q-.14472656-.1482422-.35-.15z"/></svg>');
  background-position: center center;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  transform: rotate(180deg);
  transition: transform 0.25s ease;
}
.control__icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-self: center;
  justify-content: center;
  pointer-events: none;
}
.control_center input,
.control_center textarea,
.control_center select {
  text-align: center;
}
.control_default > input {
  background-color: #fff;
  padding: 0 0.625rem;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.control_default > select {
  background-color: #fff;
  padding: 0 2.5rem 0 0.625rem;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.control_default > textarea {
  background-color: #fff;
  padding: 0.625rem;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  font-weight: 400;
  letter-spacing: 0;
  text-transform: none;
}
.control_default > input,
.control_default > select,
.control_default > textarea {
  border-radius: 2px;
  color: var(--c-header);
  border: 1px solid rgba(0, 0, 0, 0.25);
}
.control_default > input:hover,
.control_default > select:hover,
.control_default > textarea:hover {
  color: var(--c-header);
}
.control_default > input:focus,
.control_default > select:focus,
.control_default > textarea:focus {
  color: var(--c-header);
}
.control_default > input:hover,
.control_default > select:hover,
.control_default > textarea:hover {
  border-color: rgba(0, 0, 0, 0.5);
}
.control_default > input:focus,
.control_default > select:focus,
.control_default > textarea:focus {
  border-color: var(--c-link);
}
.control_num input {
  font-size: 112.5%;
  padding-top: 0 !important;
}
.control_primary:hover > input,
.control_primary:hover > select,
.control_primary:hover > textarea {
  box-shadow: 0 3px 0.75rem -0.375rem rgba(0, 0, 0, 0.12), 0 1.125rem 1.125rem -0.75rem rgba(0, 0, 0, 0.25);
}
.control_primary > input,
.control_primary > select,
.control_primary > textarea {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
.control_primary > input:active,
.control_primary > select:active,
.control_primary > textarea:active,
.control_primary > input:focus,
.control_primary > select:focus,
.control_primary > textarea:focus {
  box-shadow: 0 3px 0.75rem -0.375rem rgba(0, 0, 0, 0.12), 0 1.125rem 1.125rem -0.75rem rgba(0, 0, 0, 0.25);
}
.control_search > input {
  border-radius: 1.25rem;
  padding: 0 1em;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-size: 100%;
  font-weight: 300;
  letter-spacing: 0;
  text-transform: none;
  color: var(--c-header);
  border: 1px solid var(--c-border);
}
.control_search > input:hover {
  color: var(--c-header);
}
.control_search > input:focus {
  color: var(--c-header);
}
.control_search > input:hover {
  border-color: var(--c-link);
}
.control_search > input:focus {
  border-color: var(--c-primary);
}
.control_xxs {
  font-size: 0.625em;
}
.control_xxs input,
.control_xxs select {
  height: 1rem;
}
.control_xs {
  font-size: 0.75em;
}
.control_xs input,
.control_xs select {
  height: 1.5rem;
}
.control_s {
  font-size: 0.875em;
}
.control_s input,
.control_s select {
  height: 2rem;
}
.control_m input,
.control_m select {
  height: 2.5rem;
}
.control_l {
  font-size: 1.125em;
}
.control_l input,
.control_l select {
  height: 3rem;
}
.control_xl {
  font-size: 1.25em;
}
.control_xl input,
.control_xl select {
  height: 3.5rem;
}
.control_xxl {
  font-size: 1.5em;
}
.control_xxl input,
.control_xxl select {
  height: 4rem;
}
.control_stepper input {
  text-align: center;
}
.control_stepper .control__step {
  cursor: pointer;
  position: absolute;
  z-index: 5;
  padding-left: 0.25rem;
  padding-right: 0.25rem;
  height: 100%;
  fill: var(--c-link);
  display: flex;
  align-items: center;
  justify-content: center;
}
.control_stepper .control__step_disabled {
  opacity: 0.5;
}
.control_stepper .control__step_down {
  left: 0;
  top: 0;
}
.control_stepper .control__step_up {
  right: 0;
  top: 0;
}
.control_stepper .control__step:hover {
  fill: var(--brand-2);
}
.fieldset_range {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 1rem;
}
.fieldset_list {
  display: grid;
}
.fieldset_list_s {
  grid-gap: 0.75rem;
}
.fieldset_list_m {
  grid-gap: 1rem;
}
.fieldset_list_l {
  grid-gap: 1.5rem;
}
.fieldset_callback .fieldset__item + .fieldset__item {
  margin-top: 0.75rem;
}
.fieldset_car {
  display: grid;
  min-width: 0;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 1rem;
}
.fieldset_executors {
  display: grid;
  min-width: 0;
  grid-gap: 1rem;
}
@media (min-width:960px) {
  .fieldset_executors {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.fieldset_filter .fieldset__item + .fieldset__item {
  margin-top: 1rem;
}
.fieldset_grid3 {
  display: grid;
  min-width: 0;
  grid-gap: 1rem;
}
@media (min-width:960px) {
  .fieldset_grid3 {
    grid-template-columns: repeat(3, 1fr);
  }
}
.fieldset_login .fieldset__item + .fieldset__item {
  margin-top: 1rem;
}
.form_default {
  max-width: 384px;
}
.form_default .form__item + .form__item {
  margin-top: 1.5rem;
}
.form-grid_default {
  margin-top: -2rem;
  margin-bottom: -2rem;
}
.form-grid_default .form-grid__item {
  border-top: var(--border-width) solid var(--border-color);
  padding-top: 2rem;
  padding-bottom: 2rem;
}
.form-grid_default .form-grid__item:first-of-type {
  border: 0;
}
.form-group_default .form-group__header {
  margin-bottom: 1rem;
}
.label_center {
  text-align: center;
}
.label_default {
  display: block;
  color: #898989;
  margin-bottom: 0.25rem;
}
.label_float {
  position: absolute;
  z-index: 10;
  pointer-events: none;
  left: 0.625rem;
  right: 0.625rem;
  height: 100%;
  display: flex;
  align-items: center;
  transition: transform 0.25s ease, opacity 0.25s ease;
  transform-origin: 0% 0%;
}
.field_focus .label_float,
.field_filled .label_float {
  transform: translate(0, -10%) scale(0.75);
  opacity: 0.5;
}
.label_float.label_center {
  justify-content: center;
  transform-origin: 50% 0;
}
.label_float ~ .control input,
.label_float ~ .control textarea,
.label_float ~ .control select {
  padding-top: 0.5em;
}
.label_xs {
  font-size: 0.6em;
}
.label_s {
  font-size: 0.8em;
}
.label_m {
  font-size: 1em;
}
.label_l {
  font-size: 1.2em;
}
.label_xl {
  font-size: 1.4em;
}
.swiper-navigation_lvls {
  width: 100%;
  max-width: var(--width_page);
  z-index: 50;
  top: 50%;
  left: 50%;
  transform: translateX(-50%);
  position: absolute;
}
.swiper-pagination_lvls {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 1fr;
  width: var(--width_page);
  max-width: 100%;
}
.swiper-pagination_lvls:before {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  border-bottom: 1px solid #fff;
  width: 80%;
  left: 10%;
  top: .5em;
}
.swiper-pagination_lvls .swiper-pagination__bullet {
  --bullet-border: #fff;
  --bullet-bg: var(--c-secondary);
  --bullet-1-scale: 1;
  --bullet-2-scale: .5;
  color: #fff;
  text-align: center;
  cursor: pointer;
}
@media (max-width:767px) {
  .swiper-pagination_lvls .swiper-pagination__bullet {
    font-size: 0;
  }
}
.swiper-pagination_lvls .swiper-pagination__bullet:hover {
  --bullet-bg: var(--c-secondary);
  --bullet-1-scale: 1.5;
  --bullet-2-scale: 1;
}
.swiper-pagination_lvls .swiper-pagination__bullet_active,
.swiper-pagination_lvls .swiper-pagination__bullet:active,
.swiper-pagination_lvls .swiper-pagination__bullet_active:hover {
  --bullet-bg: var(--c-primary);
  --bullet-1-scale: 1.5;
  --bullet-2-scale: 1;
}
.swiper-pagination_lvls .swiper-pagination__bullet span {
  display: block;
  width: 1rem;
  height: 1rem;
  margin: 0 auto .5rem;
}
.swiper-pagination_lvls .swiper-pagination__bullet span:before {
  content: '';
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  background-color: var(--bullet-border);
  border-radius: 100%;
  transition: transform ease 0.25s;
  transform: scale(var(--bullet-1-scale));
}
.swiper-pagination_lvls .swiper-pagination__bullet span:after {
  position: absolute;
  content: '';
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  background-color: var(--bullet-bg);
  border-radius: 100%;
  transition: transform ease 0.25s;
  transform: scale(var(--bullet-2-scale));
}
.swiper-pagination_ap {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
}
.swiper-pagination_default {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.swiper-pagination_default .swiper-pagination__bullet {
  --bullet-bg: #DEDEDE;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 1.5em;
  height: 1.5em;
  cursor: pointer;
}
.swiper-pagination_default .swiper-pagination__bullet_active {
  --bullet-bg: var(--c-primary);
}
.swiper-pagination_default .swiper-pagination__bullet:hover {
  --bullet-bg: var(--c-secondary);
}
.swiper-pagination_default .swiper-pagination__bullet:after {
  content: '';
  display: block;
  position: absolute;
  box-sizing: border-box;
  background-color: var(--bullet-bg);
  border-radius: 100%;
  width: 6px;
  height: 6px;
  transition: background-color ease 0.25s;
}
@media (max-width:767px) {
  .swiper-pagination_hiw {
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.swiper-pagination_hiw .swiper-pagination__bullet {
  --bullet-color: rgba(0, 0, 0, 0.2);
  font-size: 1.125em;
  transition: color ease 0.25s;
  outline: 0;
}
.swiper-pagination_hiw .swiper-pagination__bullet:hover {
  cursor: pointer;
}
.swiper-pagination_hiw .swiper-pagination__bullet_active {
  font-weight: 500;
}
.swiper-pagination_hiw .swiper-pagination__bullet_active:after {
  --bullet-color: var(--brand-2);
}
@media (max-width:767px) {
  .swiper-pagination_hiw .swiper-pagination__bullet {
    font-size: 0;
    width: 2rem;
    height: 1rem;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .swiper-pagination_hiw .swiper-pagination__bullet:after {
    content: '';
    display: block;
    position: absolute;
    box-sizing: border-box;
    background-color: var(--bullet-color);
    border-radius: 50%;
    z-index: 5;
    width: .5rem;
    height: .5rem;
  }
}
@media (min-width:768px) {
  .swiper-pagination_hiw li + li {
    margin-top: 1.5rem;
  }
}
.swiper-pagination_inset {
  box-sizing: border-box;
  position: absolute;
  left: 0;
  right: 0;
  z-index: 5;
  bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
}
.apps-market {
  display: flex;
}
@media (max-width:767px) {
  .apps-market {
    justify-content: center;
  }
}
.apps-market a {
  display: block;
}
.apps-market a + a {
  margin-left: 2rem;
}
.arabic .apps-market a + a {
  margin-right: 2rem;
  margin-left: 0;
}
.benefits {
  --icon-size: 6rem;
  display: grid;
}
.benefits_default .benefits__thumb {
  width: var(--icon-size);
  height: var(--icon-size);
  margin: auto;
}
@media (min-width:768px) {
  .benefits_3 {
    grid-gap: 2rem;
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .benefits_3 {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
  }
}
@media (max-width:767px) {
  .benefits_3 {
    --icon-size: 5rem;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1rem;
  }
}
@media (min-width:768px) {
  .benefits_4 {
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 2rem;
  }
}
@media (max-width:959px) {
  .benefits_4 {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
}
@media (max-width:767px) {
  .benefits_4 {
    grid-template-columns: repeat(2, 1fr);
    --icon-size: 5rem;
    grid-gap: 1rem;
  }
}
.benefits_hiw {
  counter-reset: section;
}
.benefits_hiw .benefits__thumb {
  height: var(--icon-size);
}
.benefits_hiw .benefits__thumb svg {
  width: 100%;
  height: 100%;
}
.benefits_hiw .benefits__thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.benefits_hiw .benefits__item:before {
  font-size: 700%;
  counter-increment: section;
  display: block;
  box-sizing: border-box;
  content: counters(section, ".");
  opacity: .25;
  font-weight: bold;
  margin-bottom: 1rem;
}
.benefits__item {
  text-align: center;
}
.benefits__title {
  max-width: 36ch;
  margin-left: auto;
  margin-right: auto;
  margin-top: 1rem;
  line-height: 1.25;
}
@keyframes danetka-success {
  0% {
    background-color: #b9f3c7;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes danetka-error {
  0% {
    background-color: #f6c4ca;
  }
  100% {
    background-color: #fff;
  }
}
@keyframes danetka-1 {
  from {
    transform: scale(1);
  }
  to {
    transform: scale(1);
  }
}
@keyframes danetka-2 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
.danetka-list-wrapper {
  perspective: 50rem;
}
.danetka-list {
  width: 100%;
  max-width: 24rem;
  margin: auto;
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.125);
  border-radius: 10px;
}
.danetka-list_flip {
  height: 20rem;
  transform-style: preserve-3d;
}
.danetka-list_anim {
  transform: rotateY(180deg);
  transition: all 0.25s ease;
}
.danetka-list__front,
.danetka-list__back {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  backface-visibility: hidden;
}
.danetka-list__front {
  transform: rotateY(0deg);
}
.danetka-list__back {
  transform: rotateY(180deg);
}
.danetka-list__temp {
  position: absolute;
  width: 100%;
  z-index: 15;
  border-radius: 10px;
}
.danetka-list__temp_1 {
  animation: danetka-1 0.15s cubic-bezier(0.23, 1, 0.32, 1) both;
}
.danetka-list__temp_2 {
  animation: danetka-2 0.2s cubic-bezier(0.895, 0.03, 0.685, 0.22) both;
}
.danetka-list__item {
  width: 100%;
  flex: 1 1 auto;
}
.danetka {
  background-color: #fff;
  border-radius: 10px;
  width: 100%;
  max-width: 24rem;
  margin: auto;
  box-shadow: 0 1rem 3rem 0 rgba(0, 0, 0, 0.125);
}
.danetka_success {
  background-color: #b9f3c7;
  animation: danetka-success 0.4s ease-in both;
}
.danetka_error {
  background-color: #f6c4ca;
  animation: danetka-error 0.4s ease-in both;
}
.danetka__body {
  padding: 3rem;
  text-align: center;
  color: var(--c-header);
}
.danetka__english {
  font-size: 200%;
  font-weight: 500;
}
.danetka__russian {
  font-size: 150%;
  margin-top: 0.5rem;
}
.danetka__footer {
  font-size: 1rem;
  display: grid;
  grid-gap: 1.5rem;
  grid-template-columns: repeat(2, 1fr);
  margin-top: 2rem;
}
.danetka__status {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
}
.danetka__status_success {
  background-color: var(--brand-1);
  transition: opacity ease 0.075s;
}
.danetka_success .danetka__status_success {
  opacity: 1;
}
.danetka__status_error {
  background-color: #ed2024;
  transition: opacity ease 0.075s;
}
.danetka_error .danetka__status_error {
  opacity: 1;
}
.danetka__status-wrapper {
  width: 4rem;
  height: 4rem;
  overflow: hidden;
  border-radius: 50%;
  margin: 1.5rem auto 0;
  background-color: #e8e8e8;
  fill: #fff;
}
.danetka__status svg {
  display: block;
  width: 100%;
  height: 100%;
}
.danetka-box_done .danetka-box__danetka {
  opacity: 0;
  pointer-events: none;
}
.danetka-box__final {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 5;
}
.danetka-box_done .danetka-box__final {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width:768px) {
  .first-step__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 4rem;
  }
}
@media (max-width:767px) {
  .first-step .section__header {
    text-align: center;
  }
  .first-step .btn {
    margin: auto;
  }
  .first-step__left {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
}
.footer-icons {
  display: grid;
  grid-auto-flow: column;
  align-items: center;
  justify-content: space-between;
  grid-gap: 0.75rem;
}
@media (max-width:767px) {
  .footer-icons {
    grid-gap: 1rem;
    grid-auto-flow: row;
    grid-template-columns: 1fr  ;
    justify-items: center;
  }
}
.footer-icons__socials {
  display: none;
  align-items: center;
}
.footer-icons__socials a {
  display: block;
}
.footer-icons__socials a + a {
  margin-left: 1rem;
}
.footer-icons__apps {
  display: flex;
}
.footer-icons__apps a {
  display: block;
}
.footer-icons__apps a + a {
  margin-left: 1.5rem;
}
@media (min-width:768px) {
  .download-app__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 4rem;
  }
}
.download-app__thumb {
  width: 75%;
  margin: auto;
}
@media (max-width:767px) {
  .download-app .section__header {
    text-align: center;
  }
  .download-app .btn {
    margin: auto;
  }
  .download-app__left {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
}
.footer-nav {
  margin-top: -0.5rem;
}
@media (max-width:767px) {
  .footer-nav {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width:960px) {
  .footer-nav {
    font-size: 0.875em;
    column-count: 4;
  }
}
@media (min-width:768px) and (max-width:959px) {
  .footer-nav {
    font-size: 0.875em;
    column-count: 3;
  }
}
.footer-nav > li {
  padding-top: .5rem;
}
.footer-nav > li > a {
  font-weight: 500;
  color: #fff;
}
@media (max-width:767px) {
  .footer-nav ul {
    display: none;
  }
}
.footer-nav li {
  overflow: hidden;
}
.footer-nav a {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  display: inline-block;
  text-decoration: none;
  color: var(--c-text);
}
.footer-nav a:hover {
  color: #fff;
  text-decoration: underline;
}
.footer-nav a:active,
.footer-nav a:focus {
  color: #fff;
}
.how-it-works__grid {
  display: grid;
}
@media (min-width:768px) {
  .how-it-works__grid {
    grid-column-gap: 4rem;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "header slider" "nav slider";
  }
}
@media (max-width:767px) {
  .how-it-works__grid {
    grid-template-columns: 1fr;
    grid-template-areas: "header" "slider" "nav";
  }
}
.how-it-works__header {
  grid-area: header;
  align-self: end;
}
@media (max-width:767px) {
  .how-it-works__header {
    text-align: center;
  }
}
.how-it-works__nav {
  grid-area: nav;
}
.how-it-works__slider {
  grid-area: slider;
  overflow: hidden;
}
.how-it-works__slider h4 {
  text-align: center;
  margin-bottom: 1rem;
}
@media (min-width:768px) {
  .how-it-works__slider h4 {
    display: none;
  }
}
.how-it-works .swiper__slide {
  background-color: var(--c-bg);
}
.level-test__header {
  text-align: center;
}
.level-test__body {
  --grid-col: 2;
  --grid-gap: 2rem;
  display: grid;
  grid-gap: var(--grid-gap);
  align-items: stretch;
}
@media (min-width:768px) {
  .level-test__body {
    grid-template-columns: 4fr 6fr;
    grid-template-areas: "media answers" ". next";
  }
}
@media (max-width:767px) {
  .level-test__body {
    grid-template-columns: 1fr;
    grid-template-areas: "media" "answers" "next";
    --grid-gap: 1.5rem;
  }
}
.level-test__step {
  opacity: 0 !important;
}
.level-test__step_final {
  display: flex;
  align-items: center;
  justify-content: center;
}
.level-test__step.swiper__slide_active {
  opacity: 1 !important;
  z-index: 5;
}
.level-test__media {
  grid-area: media;
}
@media (max-width:767px) {
  .level-test__media {
    padding-bottom: 59%;
  }
}
.level-test__media img, .level-test__media video {
  display: block;
  background-color: rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}
.level-test__step_success .level-test__media:not(.j-not-comment-leveltest) .level-test__content__box__sound,
.level-test__step_error .level-test__media:not(.j-not-comment-leveltest) .level-test__content__box__sound,
.level-test__step_success .level-test__media:not(.j-not-comment-leveltest) img,
.level-test__step_error .level-test__media:not(.j-not-comment-leveltest) img {
  display: none;
}
.level-test__answers {
  counter-reset: section;
  grid-area: answers;
}
.level-test__next {
  display: flex;
  grid-area: next;
}
.level-test__comment {
  position: absolute;
  display: none;
  background-color: #fff;
  border-radius: 10px;
  padding: 1.5rem;
  box-shadow: 0 3px 1rem -0.5rem rgba(0, 0, 0, 0.12), 0 1.5rem 1.5rem -1rem rgba(0, 0, 0, 0.25);
  box-sizing: border-box;
}
@media (max-width:767px) {
  .level-test__comment {
    max-height: 100%;
    overflow: auto;
  }
}
.level-test__step_success .level-test__comment:not(.j-not-comment-leveltest),
.level-test__step_error .level-test__comment:not(.j-not-comment-leveltest) {
  display: block;
}
.level-test__btn-answer {
  --btn-bgc: #fff;
  --btn-c: #000;
  --btn-border-c: #fff;
  --btn-trans-dur: .2s;
  background-color: var(--btn-bgc);
  border-radius: 4px;
  color: var(--btn-c);
  fill: var(--btn-c);
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12);
  text-align: left;
  display: block;
  transition: all 0.125s ease;
  overflow: hidden;
  padding: 0.41666667em 0.83333333em 0.41666667em 2.5em;
  width: 100%;
  min-height: 2.5em;
  font-size: 1.2em;
}
@media (min-width:768px) {
  .level-test__btn-answer {
    font-size: 1.4em;
  }
}
.level-test__btn-answer:hover {
  --btn-c: var(--brand-2);
  box-shadow: 0 1.5rem 1.5rem -1rem rgba(0, 0, 0, 0.25);
  z-index: 5;
}
.level-test__btn-answer:before {
  font-size: 1em;
  counter-increment: section;
  display: block;
  box-sizing: border-box;
  content: counters(section, ".");
  opacity: .125;
  width: 2.5em;
  text-align: center;
  margin-bottom: 1rem;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.level-test__btn-answer.btn_active {
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.12) inset;
}
.level-test__step_success .level-test__btn-answer.btn_active {
  --btn-bgc: #b9f3c7;
}
.level-test__step_error .level-test__btn-answer.btn_active {
  --btn-bgc: #f6c4ca;
}
.level-test__btn-answer[disabled] {
  opacity: 1;
}
.level-test__btn-answer + .level-test__btn-answer {
  margin-top: 1rem;
}
.level-test__btn-continue {
  display: none;
}
.level-test__step_success .level-test__btn-continue,
.level-test__step_error .level-test__btn-continue {
  display: block;
}
.level-test__step_success .level-test__btn-skip,
.level-test__step_error .level-test__btn-skip {
  display: none;
}
.btn-locale-icon {
  width: 1rem;
  display: block;
  margin-right: 0.5rem;
}
.locales {
  list-style: none;
  padding: 1rem;
  font-size: 0.875em;
}
.locales li + li {
  margin-top: 0.75rem;
}
.locales a {
  display: grid;
  grid-template-columns: 1.5rem auto;
  grid-gap: 0.5rem;
  text-decoration: none;
  align-items: center;
}
.locales img {
  display: block;
}
@media (min-width:768px) {
  .oxford-test__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 4rem;
  }
}
@media (max-width:767px) {
  .oxford-test .section__header {
    text-align: center;
  }
  .oxford-test .btn {
    margin: auto;
  }
  .oxford-test__left {
    max-width: 80%;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
}
.onboarding-test__header {
  text-align: center;
}
.onboarding-test__step {
  opacity: 0 !important;
}
.onboarding-test__step_final {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
}
.onboarding-test__step.swiper__slide_active {
  opacity: 1 !important;
  z-index: 5;
}
.onboarding-test__answers {
  --grid-col: 2;
  --grid-gap: 2rem;
  display: grid;
  grid-template-columns: repeat(var(--grid-col), 1fr);
  grid-gap: var(--grid-gap);
  counter-reset: section;
}
@media (max-width:767px) {
  .onboarding-test__answers {
    --grid-col: 1;
    --grid-gap: 1rem;
  }
}
.onboarding-test__item {
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
  border: 0;
  height: 2.5em;
}
.pe-stats {
  text-align: center;
}
@media (min-width:768px) {
  .pe-stats_default {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 1.5rem;
  }
}
@media (max-width:767px) {
  .pe-stats_default .pe-stats__item + .pe-stats__item {
    margin-top: 1.5rem;
  }
}
@media (min-width:768px) {
  .pe-stats_kids {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
@media (max-width:767px) {
  .pe-stats_kids {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 1.5rem;
  }
  .pe-stats_kids .pe-stats__item:last-child {
    grid-column: span 2;
  }
}
.pe-stats__val {
  color: var(--brand-2);
  font-weight: 500;
}
@media (max-width:1199px) {
  .pe-stats__val {
    font-size: 300%;
  }
}
@media (min-width:1200px) {
  .pe-stats__val {
    font-size: 400%;
  }
}
.pe-stats_kids .pe-stats__val {
  font-size: 300%;
}
.popup-feedback__item:not(:first-child) {
  margin-top: 1rem;
}
.popup-feedback__captcha-grid {
  display: flex;
  align-items: center;
  justify-content: center;
}
.popup-feedback__captcha-reload {
  margin-left: 1rem;
}
.price-table {
  display: grid;
  grid-template-rows: repeat(4, auto);
  box-shadow: 0 1rem 2rem 0 rgba(0, 0, 0, 0.125);
  grid-gap: 1px;
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.125);
}
.price-table_default {
  grid-template-columns: 1fr 1fr 1fr;
}
.price-table_kids {
  grid-template-columns: 1fr 1fr;
  max-width: 40rem;
  margin-left: auto;
  margin-right: auto;
}
@media (max-width:1199px) {
  .price-table {
    margin-bottom: var(--spacing_content_y);
  }
}
.price-table__item {
  display: grid;
  grid-template-rows: subgrid;
  padding: 2rem;
  background-color: #fff;
  grid-row: 1 / 5;
}
@media (max-width:767px) {
  .price-table__item {
    min-width: 18rem;
  }
}
.price-table__item:first-child {
  border-radius: 3px 0 0 3px;
}
.price-table__item:last-child {
  border-radius: 0 3px 3px 0;
}
.price-table__title {
  margin-bottom: 2rem;
}
.price-table__price {
  white-space: nowrap;
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: var(--c-header);
  font-size: var(--fs_h2);
  margin-top: 3rem;
  margin-bottom: 3rem;
}
.arabic .price-table__price{
  white-space: normal;
}
.price-table__price:before {
  content: '';
  display: block;
  margin-top: -0.25em;
}
.price-table__price:after {
  content: '';
  display: block;
  margin-bottom: -0.25em;
}
.price-table__btn {
  white-space: nowrap;
}
.review {
  background-color: #fff;
  box-shadow: 0 0.5rem 1rem -0.5rem rgba(0, 0, 0, 0.12);
  padding: 1.5rem;
  border-radius: 3px;
}
.review__author {
  text-align: center;
  font-weight: 500;
  margin-bottom: 1rem;
  margin-top: 0.75rem;
}
.review__thumb {
  position: absolute;
  background-color: #ccc;
  border-radius: 50%;
  width: 3rem;
  height: 3rem;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}
.review__text {
  line-height: 1.25;
}
.review__header {
  display: grid;
  grid-gap: 1rem;
  grid-template-columns: 2rem auto;
  align-items: center;
  margin-bottom: 1rem;
}
@media (min-width:768px) {
  .reviews-list {
    display: grid;
    grid-gap: 2rem;
    grid-auto-rows: 0;
  }
}
@media (min-width:960px) {
  .reviews-list {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width:768px) and (max-width:959px) {
  .reviews-list {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width:767px) {
  .reviews-list__item {
    display: none;
    padding-top: 2rem;
  }
  .reviews-list__item + .reviews-list__item {
    margin-top: 1rem;
  }
  .reviews-list__item:nth-child(1),
  .reviews-list__item:nth-child(2),
  .reviews-list__item:nth-child(3) {
    display: block;
  }
}
.seo-text {
  font-size: 0.875em;
}
.seo-text__grid {
  display: grid;
}
@media (min-width:1200px) {
  .seo-text__grid {
    grid-template-columns: repeat(3, 1fr);
    grid-gap: 2rem;
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .seo-text__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 2rem;
  }
}
@media (max-width:767px) {
  .seo-text__grid {
    grid-template-columns: 100%;
    grid-gap: 2rem;
  }
}
.seo-text__title {
  padding-top: 1px;
  padding-bottom: 1px;
  font-family: Rubik, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: 500;
  line-height: 1.25;
  color: var(--c-header);
  font-size: var(--fs_h4);
  margin-bottom: 1.5rem;
}
.seo-text__title:before {
  content: '';
  display: block;
  margin-top: -0.25em;
}
.seo-text__title:after {
  content: '';
  display: block;
  margin-bottom: -0.25em;
}
.video-course__thumb {
  padding-bottom: 56%;
}
.video-course__thumb iframe {
  position: absolute;
  top: 0;
}
@media (min-width:768px) {
  .video-course__grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    align-items: center;
    grid-gap: 4rem;
  }
}
@media (max-width:767px) {
  .video-course .section__header {
    text-align: center;
  }
  .video-course .btn {
    margin: auto;
  }
  .video-course__left {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5rem;
  }
}
.main-box {
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.2) 0%, rgba(255, 255, 255, 0) 100%), #3C56BC;
  padding: var(--spacing_content);
  --banner-gap: 4rem;
  --c-text: var(--c-header);
}
@media (max-width:1199px) {
  .main-box {
    --banner-gap: 3rem;
  }
}
.main-box__container {
  width: var(--width_page);
  max-width: 100%;
  margin: auto;
}
@media (min-width:768px) {
  .main-box__container_col2 {
    display: flex;
    align-items: center;
  }
}
@media (min-width:768px) {
  .main-box__grid {
    display: flex;
    align-items: center;
  }
}
@media (min-width:768px) {
  .main-box__thumb {
    order: 2;
    flex: 0 0 auto;
    width: 38%;
    min-width: 20rem;
    margin-left: var(--banner-gap);
  }
}
@media (max-width:767px) {
  .main-box__thumb {
    max-width: 80%;
    margin: 0 auto 1.5rem;
  }
}
.banner-lvls {
  height: 100%;
}
.banner-lvls__container {
  height: 100%;
  background-color: #fff;
  border-radius: 10px;
  padding: 3rem var(--spacing_content_x);
  width: var(--width_page);
  max-width: 100%;
  margin: auto;
}
@media (max-width:767px) {
  .banner-lvls__container {
    padding: 1.5rem;
  }
}
@media (min-width:768px) {
  .banner-lvls__container_col2 {
    display: flex;
    align-items: center;
  }
}
@media (max-width:767px) {
  .banner-lvls__thumb {
    width: 80%;
    margin: 0 auto 1.5rem;
  }
}
@media (min-width:768px) {
  .banner-lvls__thumb {
    order: 2;
    width: 38%;
    flex: 0 0 auto;
    margin-left: 2rem;
  }
}
.banner-lvls__description {
  margin-top: 1.5rem;
}
.banner-lvls__description p + p {
  margin-top: 1rem;
}
.task {
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
}
@media (min-width:768px) {
  .task {
    display: grid;
    grid-template-columns: 11fr 23fr;
  }
}
.task__thumb {
  padding-bottom: 56.25%;
  background-color: #eee;
}
.task__thumb img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.task__body {
  padding: 1rem;
}
.layout {
  max-width: 1920px;
}
.footer {
  background-color: #4a4f5f;
}
.footer__container {
  width: var(--width_page);
  max-width: 100%;
  margin: auto;
}
.footer__nav {
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: var(--spacing_content_x);
  padding-right: var(--spacing_content_x);
}
.footer__icons {
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: var(--spacing_content_x);
  padding-right: var(--spacing_content_x);
}
.footer__skolkovo {
  padding-top: .5rem;
}
.footer__skolkovo svg {
  /* width: 4rem; */
  width: auto;
  min-height: 50px;
}
@media (max-width:767px) {
  .footer__skolkovo {
    grid-row-end: span 2;
    justify-self: end;
    /* margin-top: 15px; */
  }
}
.footer__feedback {
  display: flex;
}
.footer__lang {
  margin-left: 1rem;
}
.box_default {
  --box-spacing: 1.5rem;
}
@media (min-width:1200px) {
  .box_default {
    --box-spacing: 2rem;
  }
}
.box_default .box__header {
  margin-bottom: var(--box-spacing);
}
.box_default .box__footer {
  margin-top: var(--box-spacing);
}
.box_default .box__tabs {
  margin-top: var(--spacing_content_y);
  margin-bottom: var(--offset_content_y);
}
.box_popup {
  background-color: #fff;
  box-shadow: 0 3px 1rem -0.5rem rgba(0, 0, 0, 0.12), 0 1.5rem 1.5rem -1rem rgba(0, 0, 0, 0.25);
  width: 24rem;
  max-width: 100%;
  border-radius: 4px;
}
@media (min-width:768px) {
  .box_popup {
    padding: 3rem;
  }
}
@media (max-width:767px) {
  .box_popup {
    padding: 10%;
  }
}
.box_popup .box__header {
  margin-bottom: 2rem;
}
.box_popup .box__footer {
  margin-top: 2rem;
}
:root {
  --left-bar-width: 16rem;
}
@media (max-width:767px) {
  :root {
    --left-bar-width: 85vmin;
  }
}
.html_left-bar {
  overflow: hidden;
}
.left-bar {
  position: fixed;
  overflow: hidden;
  z-index: 15;
  bottom: 0;
  left: 0;
  top: 0;
}
@media (max-width:1199px) {
  .left-bar {
    display: none;
    z-index: 200;
    right: 0;
  }
}
.left-bar_in,
.left-bar_open,
.left-bar_out {
  display: block !important;
}
.left-bar__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(222, 222, 222, 0.9);
  cursor: pointer;
}
@media (min-width:1200px) {
  .left-bar__overlay {
    display: none;
  }
}
@media (max-width:1199px) {
  .left-bar__overlay {
    opacity: 0;
  }
  .left-bar_in .left-bar__overlay {
    animation: fade-in 0.25s ease both;
  }
  .left-bar_open .left-bar__overlay {
    opacity: 1;
  }
  .left-bar_out .left-bar__overlay {
    animation: fade-out 0.25s ease both;
  }
}
.left-bar__box {
  width: var(--left-bar-width);
  background-color: #fff;
  background-size: cover;
  background-position: center center;
  height: 100%;
}
@media (max-width:1199px) {
  .left-bar__box {
    transform: translateX(-100%);
  }
  .left-bar_in .left-bar__box {
    animation: move-from-left 0.25s ease both;
  }
  .left-bar_open .left-bar__box {
    transform: translateX(0);
  }
  .left-bar_out .left-bar__box {
    animation: move-to-left 0.25s ease both;
  }
}
.left-bar__scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width:1200px) {
  .left-bar__scroll {
    width: calc(var(--left-bar-width)*1.2);
  }
}
@media (min-width:1200px) {
  .left-bar__scroll:hover {
    width: var(--left-bar-width);
  }
}
.left-bar__content {
  width: var(--left-bar-width);
}
.left-bar__content_loading {
  opacity: 0;
}
@media (min-width:768px) {
  .left-bar__content {
    min-height: 100%;
  }
}
@media (max-width:767px) {
  .left-bar__content {
    font-size: 1.2rem;
  }
}
.left-bar__grid {
  width: var(--left-bar-width);
  display: grid;
  grid-auto-flow: row;
  grid-auto-rows: auto;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  min-height: 100%;
}
@media (max-width:767px) {
  .left-bar__grid {
    font-size: 1.2rem;
  }
}
.left-bar__item_logo {
  padding: 3rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.left-bar__logo {
  display: block;
}
.left-bar__auth {
  margin-top: 1rem;
}
.left-bar__body {
  margin: 0 -2rem;
}
.left-bar__contacts {
  margin-top: 1.5rem;
}
.page {
  /*padding-top: 3.5rem;*/
}
.section__count {
  font-size: 50%;
  color: #898989;
  vertical-align: top;
  display: inline-block;
  font-weight: 300;
}
.section_center {
  min-height: calc(100vh - 6rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.section__swiper {
  padding-bottom: 66%;
}
.section_default {
  padding: var(--spacing_content);
}
.section_default .section__grid_2 {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 4rem;
}
.section_default .section__container {
  width: var(--width_page);
  max-width: 100%;
  margin: auto;
}
.section_default .section__container_rows {
  display: grid;
  min-width: 0;
  grid-auto-rows: auto;
  grid-gap: 3rem;
  justify-items: stretch;
}
.section_default .section__container_rows > * {
  min-width: 0;
}
.section_default .section__content {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}
.section_default .section__content_rows {
  display: grid;
  min-width: 0;
  grid-auto-rows: auto;
  grid-gap: 3rem;
  justify-items: stretch;
}
.section_default .section__content_rows > * {
  min-width: 0;
}
.section_default .section__image {
  display: block;
  object-fit: cover;
  height: 50vmin;
  width: 100%;
}
@media (min-width:768px) {
  .section_default .section__image {
    min-height: 25rem;
  }
}
@media (min-width:1200px) {
  .section_default .section__header {
    margin-bottom: 3rem;
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .section_default .section__header {
    margin-bottom: 2rem;
  }
}
@media (max-width:767px) {
  .section_default .section__header {
    margin-bottom: 1.5rem;
  }
}
.section_default .section__header_center {
  text-align: center;
}
@media (min-width:1200px) {
  .section_default .section__footer {
    margin-top: 3rem;
  }
}
@media (min-width:768px) and (max-width:1199px) {
  .section_default .section__footer {
    margin-top: 2rem;
  }
}
@media (max-width:767px) {
  .section_default .section__footer {
    margin-top: 1.5rem;
  }
}
.section_default .section__controls {
  margin-top: 1rem;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr;
  grid-gap: 1rem;
}
.section_default .section__actions {
  margin-top: -0.75rem;
  margin-bottom: -0.75rem;
}
.section_default .section__search {
  width: 16rem;
  margin-left: auto;
  margin-right: 1rem;
}
.section_default .section__nav {
  margin-top: 0.75rem;
}
@media (max-width:1199px) {
  .section_default .section__nav {
    margin-left: var(--offset_content_x);
    margin-right: var(--offset_content_x);
  }
}
@media (min-width:1200px) {
  .section_default .section__nav_mob {
    display: none;
  }
}
.section_default .section__description {
  max-width: 60ch;
  margin: 1.5rem auto 0;
}
.section_default .section__parent {
  background-image: linear-gradient(to right, steelblue, #800080);
  color: #fff;
  padding: 0 .2em;
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
@media (min-width:1200px) and (max-width:1727px) {
  .html_right-bar .page,
  .html_right-bar .top-bar {
    transform: translate3d(-16rem, 0, 0);
  }
}
.right-bar {
  position: fixed;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  max-width: 1920px;
}
@media (max-width:1727px) {
  .right-bar {
    display: none;
  }
}
@media (min-width:1200px) {
  .right-bar {
    z-index: 5;
  }
}
@media (max-width:1199px) {
  .right-bar {
    z-index: 100;
  }
}
.right-bar_in,
.right-bar_open,
.right-bar_out {
  display: block !important;
}
.right-bar__overlay {
  display: none;
  opacity: 0;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(222, 222, 222, 0.9);
  cursor: pointer;
}
.right-bar_in .right-bar__overlay {
  animation: fade-in 0.25s ease both;
  display: block;
}
.right-bar_open .right-bar__overlay {
  opacity: 1;
  display: block;
}
.right-bar_out .right-bar__overlay {
  animation: fade-out 0.25s ease both;
  display: block;
}
.right-bar__box {
  width: 16rem;
  background-color: var(--c-bg_03);
  height: 100%;
  margin-left: auto;
}
@media (max-width:1199px) {
  .right-bar__box {
    transform: translateX(-100%);
  }
  .right-bar_in .right-bar__box {
    animation: move-from-right 0.25s ease both;
  }
  .right-bar_open .right-bar__box {
    transform: translateX(0);
  }
  .right-bar_out .right-bar__box {
    animation: move-to-right 0.25s ease both;
  }
}
@media (min-width:1200px) and (max-width:1727px) {
  .right-bar__box {
    opacity: 0;
  }
  .right-bar_in .right-bar__box {
    animation: fade-in 0.25s ease both;
  }
  .right-bar_open .right-bar__box {
    opacity: 1;
  }
  .right-bar_out .right-bar__box {
    animation: fade-out 0.25s ease both;
  }
}
.right-bar__scroll {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow-x: hidden;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}
@media (min-width:1200px) {
  .right-bar__scroll {
    width: 19.2rem;
  }
}
@media (min-width:1200px) {
  .right-bar__scroll:hover {
    width: 16rem;
  }
}
.right-bar__content {
  padding: 3rem 2rem;
  min-height: 100%;
  width: 16rem;
}
.right-bar__header {
  padding: 2rem;
}
.right-bar__logo {
  display: block;
  text-decoration: none;
  padding: 1rem;
  text-transform: uppercase;
  color: var(--c-header);
  font-size: 200%;
  font-weight: 500;
  letter-spacing: 0.2em;
}
@media (min-width:768px) {
  .right-bar__logo {
    display: none;
  }
}
.right-bar__auth {
  background-color: #000;
}
.top-bar {
  position: sticky;
  position: -webkit-sticky;
  z-index: 100;
  top: 0;
  right: 0;
  height: 3.5rem;
  background-color: #fff;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.12), 0 1px 0 0 rgba(0, 0, 0, 0.12);
  padding-left: var(--spacing_content_x);
  padding-right: var(--spacing_content_x);
  will-change: transform;
  transition: transform 0.25s ease;
  left: 0;
}
.top-bar__container {
  width: var(--width_page);
  max-width: 100%;
  margin: auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.top-bar__auth {
  display: flex;
}
.top-bar__auth .btn + .btn {
  margin-left: 0.5rem;
}
.arabic .top-bar__auth .btn + .btn {
  margin-right: 0.5rem;
}
.top-bar__logo {
  height: 2.5rem;
}
@media (max-width:767px) {
  .top-bar__logo {
    width: 6.2rem;
    overflow: hidden;
  }
}
.top-bar__logo img {
  max-width: none;
  height: 100%;
}
@media (min-width:1200px) {
  .section-controls {
    display: flex;
    justify-content: space-between;
  }
}

.top-bar__about-platform {
  position: relative;
  margin-right: auto;
  margin-left: 32px;
}

.top-bar__about-platform-content {
  display: none;
  position: absolute;
  left: 0;
  top: 40px;
  padding: 16px;
  width: 588px;
  border-radius: 0 12px 12px 12px;
  background-color: #ffffff;
}

.top-bar__about-platform-content.is-active {
  display: block;
}

.top-bar__about-platform-content-title {
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  color: #3E59B9;
}

.top-bar__about-platform-content-subtitle {
  font-size: 12px;
  line-height: 1.4;
  color: #000000;
}

.top-bar__about-platform-content-close {
  position: absolute;
  right: 5px;
  top: 5px;
  cursor: pointer;
}

.top-bar__about-platform-content-close svg {
  width: 38px;
  height: 38px;
}

.top-bar__about-platform-content-close svg path {
  stroke: #dedede;
}

@media screen and (max-width: 991px) {
  .top-bar__about-platform-content {
    width: 440px;
  }
}

@media screen and (max-width: 625px) {
  .top-bar__container_lm {
    flex-wrap: wrap;
  }

  .top-bar__about-platform {
    margin-top: 10px;
    margin-left: 0;
    order: 3;
    flex-basis: 100%;
  }

  .top-bar_lm {
    height: 5rem;
  }

  .top-bar__about-platform-content {
    width: 100%;
  }

  .top-bar__about-platform-content-close {
    right: 0;
    top: 0;
  }
}

.level-test__content__box__sound {
  display: none;
  margin-bottom: 45px;
}

.level-test__content__box__video {
  width: 394px;
  height: 221px;
  margin: 0 auto 45px;
  border: 3px solid #d7d7d7;
  background-color: #e4e4e4;
}

.level-test__content__box__video video {
  width: 100%;
  height: 100%;
  background: #d7d7d7;
}

.level-test__content__box__video {
  position: relative;
}

.level-test__media img, .level-test__media video {
  display: block;
  background-color: rgba(0,0,0,.1);
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
}

.level-test__content__box__video__play-btn {
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background-color: #73bbc6;
  -webkit-box-shadow: 0 4px 0 #64a0aa;
  box-shadow: 0 4px 0 #64a0aa;
  width: 69px;
  height: 60px;
  border-radius: 3px;
}

.level-test__content__box__sound__play__icon {
  content: '';
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-45%, -45%);
  -ms-transform: translate(-45%, -45%);
  -o-transform: translate(-45%, -45%);
  transform: translate(-45%, -45%);
  border-left: 18px solid #fff;
  border-bottom: 8px solid transparent;
  border-top: 8px solid transparent;
}
