@import url(https://fonts.googleapis.com/css2?family=Karla:ital,wght@0,200..800;1,200..800&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Murecho:wght@100..900&display=swap);
@import url(https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeInUp {
  from {
    opacity: 0;
    transform: translate3d(0, 100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInDown {
  from {
    opacity: 0;
    transform: translate3d(0, -100%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInLeft {
  from {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomIn {
  0% {
    transform: scale(0);
    opacity: 0;
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes revealLeft {
  0% {
    clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes revealRight {
  0% {
    clip-path: inset(0 0 0 100%);
  }
  100% {
    clip-path: inset(0 0 0 0);
  }
}
@keyframes lightSpeedInLeft {
  from {
    transform: translate3d(-100%, 0, 0) skewX(30deg);
    opacity: 0;
  }
  60% {
    transform: skewX(-20deg);
    opacity: 1;
  }
  80% {
    transform: skewX(5deg);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes flipInX {
  from {
    transform: perspective(400px) rotate3d(1, 0, 0, 90deg);
    animation-timing-function: ease-in;
    opacity: 0;
  }
  40% {
    transform: perspective(400px) rotate3d(1, 0, 0, -20deg);
    animation-timing-function: ease-in;
  }
  60% {
    transform: perspective(400px) rotate3d(1, 0, 0, 10deg);
    opacity: 1;
  }
  80% {
    transform: perspective(400px) rotate3d(1, 0, 0, -5deg);
  }
  to {
    transform: perspective(400px);
  }
}
@keyframes tracking-in-contract-bck {
  0% {
    letter-spacing: 1em;
    -webkit-transform: translateZ(400px);
    transform: translateZ(400px);
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    opacity: 1;
  }
}
@keyframes scale-in-hor-center {
  0% {
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
    opacity: 1;
  }
}
@keyframes tilt-in-fwd-br {
  0% {
    -webkit-transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    transform: rotateY(20deg) rotateX(-35deg) translate(300px, 300px) skew(35deg, -10deg);
    opacity: 0;
  }
  100% {
    -webkit-transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    transform: rotateY(0) rotateX(0deg) translate(0, 0) skew(0deg, 0deg);
    opacity: 1;
  }
}
@keyframes tracking-in-expand {
  0% {
    letter-spacing: -0.5em;
    opacity: 0;
  }
  40% {
    opacity: 0.6;
  }
  100% {
    opacity: 1;
  }
}
body {
  box-sizing: border-box;
}
body * {
  box-sizing: border-box;
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background-color: #f7f8fb;
}
body::-webkit-scrollbar-thumb {
  background-color: var(--active-btn-c);
  border-radius: 6px;
}

:root {
  --font-size-h1: clamp(26px, 4vw, 56px);
  --font-size-h2: clamp(22px, 3.33vw, 48px);
  --font-size-h3: clamp(20px, 2.22vw, 32px);
  --font-size-text: clamp(16px, 1.28vw, 18px);
  --font-size-big: clamp(18px, 1.7vw, 24px);
  --font-family: "Rubik", sans-serif;
  --second-family: "Murecho", sans-serif;
  --third-family: "Poppins", sans-serif;
  --m-space-8: clamp(4px, 0.7vw, 8px);
  --m-space-16: clamp(8px, 1.14vw, 16px);
  --m-space-18: clamp(10px, 1.28vw, 18px);
  --m-space-20: clamp(10px, 1.42vw, 20px);
  --m-space-25: clamp(13px, 1.78vw, 25px);
  --m-space-28: clamp(14px, 2vw, 28px);
  --m-space-30: clamp(15px, 2.14vw, 30px);
  --m-space-32: clamp(16px, 2.28vw, 32px);
  --m-space-34: clamp(16px, 2.43vw, 34px);
  --m-space-40: clamp(18px, 2.85vw, 40px);
  --m-space-50: clamp(25px, 3.57vw, 50px);
  --m-space-56: clamp(28px, 4vw, 56px);
  --m-space-60: clamp(20px, 4.28vw, 60px);
  --m-space-65: clamp(24px, 4.46vw, 65px);
  --m-space-70: clamp(35px, 5vw, 70px);
  --m-space-80: clamp(40px, 5.71vw, 80px);
  --m-space-100: clamp(50px, 7.14vw, 100px);
  --m-space-110: clamp(16px, 7.85vw, 110px);
  --m-space-152: clamp(64px, 10.85vw, 152px);
  --m-space-172: clamp(80px, 12.28vw, 172px);
  --container-padding: clamp(8px, 1vw, 14px);
  --container-margin: clamp(8px, 1vw, 14px);
  --transition-main: all 0.3s ease-in-out;
  --c-scrollbar-track: #ffffff;
  --c-scrollbar-thumb: #7b7b7b;
  --c-scroller-top: #3f4042;
  --h1-light: #1a1a1b;
  --maintext-light: #3f4042;
  --h2-light: #1f1f20;
  --h3-h4-light: #333434;
  --button-text: #fafafa;
  --blocks-white: #fefeff;
  --menu-button: #636468;
  --light-blue: #e0ebf7;
  --h1-dark: #f7faff;
  --h2-h4-dark: #fbfbfb;
  --maintext-dark: #f3f3f3;
  --bg-white: #f7f8fb;
  --additional-grey: #303849;
  --primary: #111111;
  --seconday: #3d6fd8;
  --active-btn-c: #5f6b82;
}

h1 {
  color: var(--h1-light);
  font-family: var(--third-family);
  font-size: var(--font-size-h1);
  font-weight: 600;
  line-height: 114%;
  text-wrap: balance;
}

h2 {
  font-family: var(--third-family);
  font-size: var(--font-size-h2);
  font-style: normal;
  line-height: 121%;
  text-wrap: balance;
  font-weight: 600;
}

h3 {
  font-family: var(--third-family);
  font-size: var(--font-size-h3);
  font-weight: 600;
  line-height: 125%;
  text-wrap: balance;
}

p.text-subtitle {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  margin-top: 16px;
}
@media (max-width: 992px) {
  p.text-subtitle {
    margin-top: 8px;
  }
}

span.rz-block {
  display: block;
}
@media (max-width: 768px) {
  span.rz-block {
    display: inline;
  }
}

.container {
  box-sizing: border-box;
  max-width: 100%;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  width: 1390px;
  margin: 0 auto;
}
@media (max-width: 992px) {
  .container {
    width: 100%;
    max-width: 768px;
    padding: 0 14px;
  }
}
@media (max-width: 768px) {
  .container {
    width: 100%;
    max-width: 576px;
  }
}
@media (max-width: 576px) {
  .container {
    max-width: 576px;
  }
}

img {
  display: block;
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}

span.rz-box {
  font-weight: inherit;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button {
  border: none;
  outline: none;
  background: unset;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

ul {
  margin: 0;
  padding: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
  color: unset;
}
a:hover {
  color: unset;
}

h1, h2, h3, h4, h5, h6, p {
  margin: 0;
  padding: 0;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
  text-decoration: none;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

.btn-common {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-family: var(--font-family);
  font-size: clamp(16px, 1.57vw, 22px);
  font-weight: 500;
  line-height: 118%;
  font-style: normal;
  transition: var(--transition-main);
  padding: 0 var(--m-space-18);
  border-radius: 100px;
}

.btn-log {
  background: transparent;
  border: 1px solid transparent;
  color: var(--primary);
}
.btn-log:hover {
  background: var(--primary);
  color: var(--button-text);
  border: 1px solid var(--primary);
}
.btn-log:active {
  background: var(--primary);
  color: var(--button-text);
  border: 1px solid var(--primary);
}

.btn-reg {
  min-width: 132px;
  padding: 0 var(--m-space-60);
  background: var(--primary);
  color: var(--button-text);
  border: 1px solid var(--primary);
}
.btn-reg:hover {
  background: transparent;
  border: 1px solid var(--primary);
}
.btn-reg:active {
  background: transparent;
  border: 1px solid var(--primary);
}

.btn-open {
  min-width: 272px;
  height: 66px;
  display: inline-flex;
  justify-content: space-between;
  padding: 0 8px 0 var(--m-space-32);
  background: var(--primary);
  color: var(--button-text);
  border: 1px solid var(--primary);
}
@media screen and (max-width: 576px) {
  .btn-open {
    min-width: 260px;
  }
}
.btn-open:hover {
  color: var(--button-text);
}
.btn-open:active {
  color: var(--button-text);
}

.btn-circle {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: var(--primary);
}

.btn-open:hover .bg-circle {
  fill: var(--light-blue);
}

.btn-open:hover .path-circle {
  animation: rotate 0.2s linear;
  animation-iteration-count: 1;
}

@keyframes rotate {
  from {
    transform: rotate(0deg);
    transform-origin: center;
  }
  to {
    transform: rotate(360deg);
    transform-origin: center;
  }
}
.btn-open .path-circle {
  animation: rotate-back 0.2s linear forwards;
  animation-iteration-count: 1;
}

@keyframes rotate-back {
  from {
    transform: rotate(360deg);
    transform-origin: center;
  }
  to {
    transform: rotate(0deg);
    transform-origin: center;
  }
}
.btn-go-home {
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  font-family: var(--font-family);
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  font-style: normal;
  transition: var(--transition-main);
  border-radius: 15px;
  padding: 0 var(--m-space-32);
  min-width: 132px;
  padding: 0 var(--m-space-60);
  background: var(--primary);
  color: var(--button-text);
  border: 1px solid var(--primary);
}
.btn-go-home:hover {
  background: transparent;
  border: 1px solid var(--primary);
}
.btn-go-home:active {
  background: transparent;
  border: 1px solid var(--primary);
}

.btn-account {
  width: 100%;
  padding: 0 var(--m-space-60);
  background: var(--primary);
  color: var(--button-text);
  border: 1px solid var(--primary);
}
.btn-account:hover {
  background: transparent;
  border: 1px solid var(--primary);
}
.btn-account:active {
  background: transparent;
  border: 1px solid var(--primary);
}

.btn-lang {
  width: 68px;
  display: flex;
  background: var(--light-blue);
  border-radius: 8px;
  padding: 6px 13px 6px 15px;
  margin-right: 16px;
}
@media screen and (max-width: 576px) {
  .btn-lang {
    margin-right: 0;
  }
}

.header {
  position: fixed;
  background: transparent;
  top: 0;
  left: 0;
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: var(--transition-main);
  /* Lang */
}
.header.active {
  background: var(--bg-white);
  height: 100px;
}
.header.active .header__logo img {
  max-height: 60px;
}
.header .header__btns-mob {
  display: none;
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 99px;
}
.header .header__logo img {
  min-width: 77px;
  max-height: 88px;
  width: 100%;
  position: relative;
  z-index: 200;
}
.header .header__menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 0 0 0 0;
  width: 50%;
}
.header .header__menu .menu__wrapper {
  display: flex;
  justify-content: center;
  width: 100%;
}
.header .header__menu .menu__links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 0;
  cursor: pointer;
}
.header .header__menu .menu__links .current-menu-item > a {
  color: var(--seconday);
  cursor: pointer;
}
.header .header__menu .menu__links > li {
  position: relative;
  cursor: pointer;
  padding: 0 var(--m-space-32) 0 0;
}
.header .header__menu .menu__links > li:hover > ul.sub-menu {
  transform: scaleY(1);
}
.header .header__menu .menu__links > li:hover.menu-item-has-children > a::after {
  transform: translateY(-50%) rotate(180deg);
  background: url(../img/header/arrow.svg) no-repeat center center;
  background-size: contain;
}
.header .header__menu .menu__links > li.menu-item-has-children > a {
  position: relative;
}
.header .header__menu .menu__links > li.menu-item-has-children > a::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 5px;
  background: url(../img/header/arrow.svg) no-repeat center center;
  background-size: contain;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  transition: var(--transition-main);
}
.header .header__menu .menu__links > li:not(.menu-item-has-children) > a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--light-blue);
  transition: var(--transition-main);
  transform-origin: center;
}
.header .header__menu .menu__links > li:not(.menu-item-has-children) > a:hover::before {
  width: 100%;
}
.header .header__menu .menu__links > li a {
  font-family: var(--font-family);
  font-size: clamp(14px, 1.42vw, 20px);
  line-height: normal;
  font-weight: 400;
  color: var(--maintext-light);
  position: relative;
  white-space: nowrap;
}
.header .header__menu .menu__links > li a:hover {
  color: var(--seconday);
}
.header .header__menu .menu__links > li ul.sub-menu {
  display: grid;
  grid-gap: 8px 0;
  z-index: 2;
}
.header .header__menu .menu__links > li > ul.sub-menu {
  position: absolute;
  top: calc(100% + 5px);
  padding: 8px;
  background: var(--bg-white);
  transform: scaleY(0);
  transform-origin: top;
  transition: var(--transition-main);
}
.header .header__menu .menu__links > li > ul.sub-menu > li {
  font-weight: 400;
}
.header .header__menu .menu__links > li > ul.sub-menu > li > a {
  transition: var(--transition-main);
  font-weight: 400;
}
.header #menu-item-269 a:not([href]),
.header #menu-item-270 a:not([href]) {
  pointer-events: none !important;
  color: #000000;
}
.header .header__closer {
  display: none;
}
.header .header__burger {
  display: none;
  cursor: pointer;
  height: 30px;
}
.header .header__burger span {
  position: relative;
  display: block;
  width: 40px;
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  height: 3px;
  background: var(--color-white);
}
.header .header__burger span::before, .header .header__burger span::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.3);
  border-radius: 3px;
  height: 3px;
  background: var(--color-white);
}
.header .header__burger span::before {
  top: -12px;
}
.header .header__burger span::after {
  top: 12px;
}
.header .header__btns {
  display: grid;
  grid-template-columns: repeat(2, auto);
  align-items: center;
  gap: var(--m-space-25);
  position: relative;
  z-index: 200;
}
.header #btn-lang-992 {
  display: none;
}
.header .language {
  display: flex;
  align-items: center;
  position: relative;
}
.header .language > ul.menu_lang {
  font-family: var(--font-family);
  font-size: clamp(14px, 1.42vw, 20px);
  font-weight: 400;
  line-height: 110%;
  display: contents;
  color: var(--maintext-light);
  transition: var(--transition-main);
  position: relative;
  cursor: pointer;
}
.header .language > ul.menu_lang .menu-item {
  font-size: clamp(14px, 1.42vw, 20px);
  line-height: normal;
  font-weight: 400;
  color: var(--maintext-light);
  font-family: var(--font-family);
}
.header .language > ul.menu_lang .menu-item:hover {
  color: var(--maintext-light);
}
.header .language > ul.menu_lang > .menu-item::after {
  content: "";
  position: absolute;
  width: 12px;
  height: 12px;
  background: url(../img/header/arrow_lang.svg) no-repeat center center;
  background-size: contain;
  right: -20px;
  top: 50%;
  transform: translateY(-50%);
  transition: var(--transition-main);
  cursor: pointer;
}
.header .language > ul.menu_lang > .menu-item:hover > ul.sub-menu {
  transform: scaleY(1);
  cursor: pointer;
  color: var(--maintext-light);
  font-family: var(--font-family);
  padding: 6px 13px 6px 15px;
  left: -15px;
  border-radius: 0 0 8px 8px;
}
.header .language > ul.menu_lang > .menu-item:hover::after {
  transform: translateY(-50%) rotate(180deg);
}
.header .language > ul.menu_lang > .menu-item > ul.sub-menu {
  position: absolute;
  top: 100%;
  padding: 0;
  margin: 0;
  transform: scaleY(0);
  transition: var(--transition-main);
  transform-origin: top;
  font-family: var(--font-family);
  font-weight: 400;
}
.header .language > ul.menu_lang > .menu-item > ul.sub-menu span {
  color: var(--maintext-light);
  font-family: var(--font-family);
  font-weight: 400;
}

/** Media **/
@media screen and (max-width: 1200px) {
  .header {
    height: 100px;
  }
  .header.active {
    height: 90px;
  }
  .header.active .header__logo img {
    max-height: 44px;
  }
  .header .header__logo img {
    max-height: 60px;
  }
}
@media screen and (max-width: 992px) {
  .header {
    position: fixed;
    top: 0;
    height: unset;
    z-index: 500;
  }
  .header .header__logo img {
    min-width: 39px;
    max-height: 44px;
  }
  .header .header__menu {
    margin: 0;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 500;
    max-width: 992px;
    width: 100vw;
    height: 100vh;
    background-color: var(--bg-white);
    transition: var(--transition-main);
  }
  .header .header__menu .menu__wrapper {
    width: 100%;
  }
  .header .header__menu .menu__links {
    display: flex;
    flex-direction: column;
    text-align: center;
    padding: 0;
  }
  .header .header__menu .menu__links > li a {
    color: var(--color-01);
    font-size: 16px;
  }
  .header .header__menu .menu__links > li:not(:last-child) {
    margin: 0 0 14px;
  }
  .header .header__menu .menu__links > li:hover > ul.sub-menu {
    transform: unset;
    max-height: 350px;
    padding: 10px 14px;
    border: none;
  }
  .header .header__menu .menu__links > li ul.sub-menu {
    display: grid;
    grid-gap: 8px 0;
  }
  .header .header__menu .menu__links > li > ul.sub-menu {
    position: static;
    top: unset;
    padding: 0;
    overflow: hidden;
    transform: unset;
    transform-origin: unset;
    max-height: 0;
  }
  .header .header__menu .header__closer {
    display: inline-block;
    font-size: 50px;
    line-height: 0;
    color: var(--color-01);
    position: absolute;
    top: 80px;
    right: 50px;
    cursor: pointer;
  }
  .header .header__burger {
    display: block;
    cursor: pointer;
    height: 30px;
    position: relative;
    z-index: 200;
  }
  .header .header__burger span {
    position: relative;
    display: block;
    width: 40px;
    box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    height: 3px;
    background: var(--primary);
  }
  .header .header__burger span::before, .header .header__burger span::after {
    content: "";
    position: absolute;
    display: block;
    width: 40px;
    box-shadow: 0 2px 10px 0 rgba(255, 255, 255, 0.3);
    border-radius: 3px;
    height: 3px;
    background: var(--primary);
  }
  .header .header__burger span::before {
    top: -12px;
  }
  .header .header__burger span::after {
    top: 12px;
  }
  .header .header__menu .menu__links > li > ul.sub-menu {
    background: var(--bg-white);
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: unset;
  }
  .header .header__menu {
    display: flex;
    align-items: flex-start;
  }
  .header .header__menu .menu__wrapper {
    margin: 120px 0 0;
  }
  .header .header__inner {
    padding: 10px 0;
  }
  .header .header__logo {
    width: fit-content;
  }
  .header .btn-header,
.header .header__btns {
    display: none;
  }
  .header .header__btns-mob {
    display: grid;
    grid-template-columns: 40px;
    grid-template-columns: repeat(2, 40px);
    grid-gap: 0 30px;
    position: relative;
    z-index: 200;
  }
  .header .header__btns-mob a {
    display: inline-block;
    height: auto;
  }
}
@media (max-width: 576px) {
  .header {
    height: unset;
  }
  .header.active {
    height: unset;
  }
  .header.active .header__logo img {
    padding-right: 0;
  }
  .header.active .header__inner {
    grid-gap: unset;
    padding: 10px 0;
  }
  .header .header__inner {
    display: grid;
    padding: 20px 0;
    grid-gap: 20px 0;
    border: none;
    height: auto;
  }
  .header .header__logo {
    grid-row: 1/2;
    grid-column: 1/4;
    width: fit-content;
    width: 130px;
    margin: 0 auto 10px;
  }
  .header .header__left-col {
    grid-row: 2/3;
    grid-column: 1/2;
  }
  .header .header__btns {
    display: none;
  }
  .header .header__btns-mob {
    grid-row: 2/3;
    grid-column: 2/3;
    display: grid;
    grid-template-columns: repeat(2, 40px);
    grid-gap: 0 30px;
    margin: 0;
  }
}
.footer {
  position: relative;
  padding: var(--m-space-110) 0 var(--m-space-152);
  background: var(--bg-white);
  border-top: 1px solid #c6d9f9;
}
.footer .footer-panel {
  display: flex;
  justify-content: space-between;
}
.footer .footer-logo {
  flex: 0 0 148px;
}
.footer .footer-logo img {
  aspect-ratio: 1/1;
}
.footer .footer-contact {
  flex: 0 0 23%;
}
.footer .footer-heading {
  font-family: var(--third-family);
  font-size: var(--font-size-h3);
  font-weight: 600;
  line-height: 125%;
  text-wrap: balance;
  color: var(--h3-h4-light);
  margin-bottom: var(--m-space-32);
}
.footer .contact-row {
  display: flex;
  align-items: center;
  margin-bottom: var(--m-space-32);
}
.footer .contact-icon {
  height: 24px;
}
.footer .contact-name,
.footer .footer-copywrite {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  color: var(--maintext-light);
  padding-left: var(--m-space-16);
}
.footer .footer-copywrite {
  padding-left: 0;
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  color: var(--h1-light);
}
.footer .footer-risk {
  flex: 0 0 40%;
}
.footer .footer-subheading {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  color: var(--maintext-light);
  margin-bottom: var(--m-space-28);
}
.footer .payment-block {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  padding-top: var(--m-space-28);
}
.footer .payment-item {
  margin-right: 8%;
  margin-bottom: var(--m-space-28);
}
.footer .payment-item :last-child {
  margin-right: 0;
}
.footer .f-laptop {
  display: none;
}

/** Media **/
@media (max-width: 1200px) {
  .footer .footer-risk {
    flex: 0 0 50%;
  }
}
@media (max-width: 992px) {
  .footer .f-desktop {
    display: none;
  }
  .footer .f-laptop {
    display: block;
    margin-top: var(--m-space-34);
  }
  .footer .footer-panel {
    flex-direction: column;
  }
  .footer .footer-logo,
.footer .footer-contact,
.footer .footer-risk {
    flex: 0 0 100%;
  }
  .footer .footer-contact,
.footer .footer-risk {
    margin-top: var(--m-space-50);
  }
}
.subheader {
  margin-top: 120px;
  background: url(../img/subheader/subheader_bg.webp) no-repeat top center;
  background-size: cover;
  height: 327px;
  display: flex;
  align-items: center;
}
.subheader .subheader-bg {
  display: flex;
  align-items: center;
}
.subheader .subheader-heading {
  color: var(--h2-h4-dark);
  padding-left: 5%;
}

@media (max-width: 992px) {
  .subheader .subheader-heading {
    padding-left: 0;
  }
}
@media (max-width: 768px) {
  .subheader {
    height: 260px;
  }
}
@media (max-width: 576px) {
  .subheader {
    margin-top: 150px;
  }
}
#progressCircle {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#progressCircle:hover {
  transform: scale(1.1);
}
#progressCircle text {
  fill: #3891d6;
  font-family: var(--font-family);
}
#progressCircle #outerCircle {
  stroke: #fff;
}
#progressCircle #innerCircle {
  stroke: #3891d6;
}
#progressCircle.done {
  animation: shakeX 1s;
}
#progressCircle.done #innerCircle {
  stroke: #35e735;
}
#progressCircle.done text {
  fill: #35e735;
}

/**
 * Swiper 8.4.3
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 6, 2022
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  overflow: hidden;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
  align-items: center;
  height: 100%;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  z-index: 200;
  top: 50%;
  transform: translate(0, -50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next.swiper-button-hidden,
.swiper-button-prev.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-next,
.swiper-navigation-disabled .swiper-button-prev {
  display: none !important;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: -104px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: 16px;
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

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

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

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

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

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

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

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 16px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 16px));
  display: inline-block;
  border-radius: 50%;
  background: #232732;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  border: 1px solid #5dc988;
  margin: 0 15px;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0 15px;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #5dc988;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 30px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 0.2s transform, 0.2s top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 0.2s transform, 0.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-scrollbar.swiper-scrollbar-vertical,
.swiper-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas,
.swiper-zoom-container > img,
.swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader,
.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next + .swiper-slide,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.swiper-button-next svg,
.swiper-button-prev svg {
  width: 80px;
  height: 80px;
  display: flex;
  flex-shrink: 0;
}

.swiper-button-next,
.swiper-button-prev {
  width: 80px;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "";
  display: none;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "";
  display: none;
}

body {
  background: var(--bg-white);
}

.home-page {
  overflow: hidden;
  padding-top: 168px;
  /*start  info*/
  /*end  info*/
  /*start  innovations*/
  /*end  innovations*/
  /*start  derivatives*/
  /*end  derivatives*/
  /*start  connects*/
  /*end  connects*/
  /*start  conditions*/
  /*end  conditions*/
  /*start  rules*/
  /*end  rules*/
}
.home-page .info .info-panel {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
  grid-template-areas: "info-picture info-text" "info-picture info-actives";
}
.home-page .info .info-picture {
  grid-area: info-picture;
  background: url(../img/home/photo_mockup.webp) center;
  background-size: cover;
  padding: var(--m-space-40);
  border-radius: 56px;
  display: flex;
  align-items: flex-end;
}
.home-page .info .info-picture svg {
  width: 100%;
  height: 100%;
}
.home-page .info .info-picture .info-progress {
  display: block;
  width: 100%;
  max-width: 536px;
  margin: 0 auto;
}
.home-page .info .info-text {
  grid-area: info-text;
  background: var(--blocks-white);
  border-radius: 56px;
  padding: var(--m-space-56) var(--m-space-56);
}
.home-page .info .info-text .info-block {
  display: block;
  max-width: 424px;
  margin: 0 auto;
}
.home-page .info .info-text .info-block .info-title {
  animation: revealLeft ease-in-out forwards 0.5s;
}
.home-page .info .info-text .info-block .info-subtitle {
  animation: revealLeft ease-in-out forwards 0.7s;
  color: var(--maintext-light);
}
.home-page .info .info-text .info-btn {
  margin-top: var(--m-space-56);
  animation: fadeInUp ease-in-out forwards 0.7s;
}
.home-page .info .info-actives {
  grid-area: info-actives;
  background: url(../img/home/small_bg.webp) no-repeat center;
  background-size: cover;
  border-radius: 56px;
  padding: var(--m-space-56);
  display: flex;
  align-items: center;
  animation: fadeInUp ease-in-out forwards 0.7s;
}
.home-page .info .info-actives .info-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  align-content: center;
  gap: var(--m-space-28);
  background: url(../img/home/card_bg.svg) no-repeat center;
  background-size: cover;
  backdrop-filter: blur(27.6418247223px);
  border-radius: 24px;
  padding: var(--m-space-32) var(--m-space-34);
}
.home-page .info .info-actives .info-row .info-col {
  display: flex;
  align-items: center;
  justify-content: center;
}
.home-page .info .info-actives .info-row .info-col .text-subtitle {
  margin-top: 0;
  color: var(--light-blue);
  padding-left: 8px;
  font-size: 14px;
  font-weight: 500;
}
.home-page .info #text-svg,
.home-page .info #text-svg2 {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
}
.home-page .innovations {
  padding: var(--m-space-110) 0;
}
.home-page .innovations .innovations-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: var(--blocks-white);
  box-shadow: 4px 4px 16px 0 rgba(240, 241, 242, 0.25);
  overflow: hidden;
  border-radius: 56px;
}
.home-page .innovations .innovations-panel .innovations-text {
  flex: 0 0 51.5%;
  padding: 0 var(--m-space-56);
}
.home-page .innovations .innovations-panel .innovations-text .innovations-block {
  display: block;
  max-width: 424px;
  margin: 0 auto;
}
.home-page .innovations .innovations-panel .innovations-text .text-subtitle {
  color: var(--maintext-light);
}
.home-page .innovations .innovations-panel .innovations-picture {
  flex: 0 0 48.5%;
  background-size: cover;
}
.home-page .innovations .innovations-panel .innovations-picture img {
  width: 100%;
}
.home-page .derivatives {
  background: url(../img/home/derivatives_bg.webp) no-repeat top center;
  background-size: cover;
  padding-top: 138px;
  padding-bottom: var(--m-space-70);
}
.home-page .derivatives .derivatives-row {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto;
  gap: 24px;
  grid-template-areas: "derivatives-col1 derivatives-col2" "derivatives-col4 derivatives-col3";
}
.home-page .derivatives .derivatives-col1 {
  grid-area: derivatives-col1;
}
.home-page .derivatives .derivatives-col1 .derivatives-items {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}
.home-page .derivatives .derivatives-col1 .derivatives-items .derivatives-item {
  background: url(../img/home/card_bg.svg) repeat center;
  background-size: cover;
  border-radius: 33px;
  padding: var(--m-space-50);
}
.home-page .derivatives .derivatives-col1 .derivatives-items .derivatives-item h3 {
  margin-top: 16px;
  color: var(--h2-h4-dark);
  font-size: clamp(20px, 2vw, 30px);
}
.home-page .derivatives .derivatives-col1 .derivatives-items .derivatives-item .text-subtitle {
  margin-top: 8px;
  color: var(--maintext-dark);
}
.home-page .derivatives .derivatives-item,
.home-page .derivatives .derivatives-col3,
.home-page .derivatives .derivatives-col4 {
  backdrop-filter: blur(20px);
}
.home-page .derivatives .derivatives-col2 {
  grid-area: derivatives-col2;
  display: flex;
  justify-content: flex-end;
}
.home-page .derivatives .derivatives-col2 .derivatives-body {
  padding: 0 var(--m-space-56);
}
.home-page .derivatives .derivatives-col2 .derivatives-body h2 {
  text-align: center;
  padding-top: var(--m-space-40);
}
.home-page .derivatives .derivatives-col3 {
  grid-area: derivatives-col3;
  background: url(../img/home/card_bg.svg) repeat center;
  background-size: cover;
  border-radius: 56px;
  padding: var(--m-space-40) var(--m-space-50);
}
.home-page .derivatives .derivatives-col3 h3 {
  margin-top: 16px;
  color: var(--h2-h4-dark);
}
.home-page .derivatives .derivatives-col3 .text-subtitle {
  margin-top: 8px;
  color: var(--maintext-dark);
}
.home-page .derivatives .derivatives-col4 {
  grid-area: derivatives-col4;
  background: url(../img/home/card_bg.svg) repeat center;
  background-size: cover;
  border-radius: 56px;
  padding: var(--m-space-40) var(--m-space-50);
}
.home-page .derivatives .derivatives-col4 h3 {
  margin-top: 16px;
  color: var(--h2-h4-dark);
}
.home-page .derivatives .derivatives-col4 .text-subtitle {
  margin-top: 8px;
  color: var(--maintext-dark);
}
.home-page .connects {
  padding: var(--m-space-152) 0;
}
.home-page .connects .connects-panel {
  display: flex;
  justify-content: space-between;
}
.home-page .connects .connects-panel .connects-text {
  flex: 0 0 57.5%;
  background: var(--blocks-white);
  border-radius: 56px;
  padding: var(--m-space-60) var(--m-space-50);
}
.home-page .connects .connects-panel .connects-text .connects-block {
  display: block;
  max-width: 536px;
  margin: 0 auto;
}
.home-page .connects .connects-panel .connects-text .connects-block .text-subtitle {
  color: var(--maintext-light);
}
.home-page .connects .connects-panel .connects-picture {
  flex: 0 0 38.5%;
  border-radius: 56px;
  overflow: hidden;
}
.home-page .conditions {
  background: url(../img/home/slider_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 120px 0;
}
.home-page .conditions .conditions__swiper-wrap {
  position: relative;
}
.home-page .conditions .conditions__swiper-wrap .conditions__swiper {
  width: calc(100% - clamp(70px, 11.6vw, 224px));
  margin-inline: auto;
}
.home-page .conditions .conditions__swiper-wrap .conditions__swiper .swiper-wrapper .swiper-slide {
  display: grid;
  grid-template-columns: clamp(16px, 1.66vw, 32px) auto;
  grid-gap: 16px;
  padding: clamp(20px, 2.08vw, 40px) clamp(20px, 2.08vw, 40px) clamp(20px, 1.56vw, 30px) clamp(20px, 2.5vw, 48px);
  border-radius: 40px;
  background: url(../img/home/card_bg.svg) repeat center;
  background-size: cover;
  backdrop-filter: blur(27px);
}
@media (max-width: 576px) {
  .home-page .conditions .conditions__swiper-wrap .conditions__swiper .swiper-wrapper .swiper-slide {
    min-height: fit-content;
  }
}
.home-page .conditions .conditions__swiper-wrap .conditions__swiper .swiper-wrapper .swiper-slide svg {
  width: 100%;
}
.home-page .conditions .conditions__swiper-wrap .conditions__swiper .swiper-wrapper .swiper-slide .slide__text h3 {
  color: var(--h2-h4-dark);
}
.home-page .conditions .conditions__swiper-wrap .conditions__swiper .swiper-wrapper .swiper-slide .slide__text .text-subtitle {
  margin-top: 8px;
  color: var(--h2-h4-dark);
}
.home-page .conditions .conditions__swiper-wrap .swiper-button-next,
.home-page .conditions .conditions__swiper-wrap .swiper-button-prev {
  width: clamp(30px, 4.58vw, 88px);
  height: clamp(30px, 4.58vw, 88px);
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(46deg, rgba(198, 207, 218, 0.24) 45.95%, rgba(195, 205, 229, 0.32) 72.34%);
  border: 1px solid rgba(198, 223, 251, 0.25);
  border-radius: 50%;
  backdrop-filter: blur(13.8209123611px);
  transition: background-color 0.3s, transform 0.3s, opacity 0.4s;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 10;
}
.home-page .conditions .conditions__swiper-wrap .swiper-button-next:hover,
.home-page .conditions .conditions__swiper-wrap .swiper-button-prev:hover {
  background-color: rgba(0, 0, 0, 0.8);
  transform: translateY(-50%) scale(1.1);
}
.home-page .conditions .conditions__swiper-wrap .swiper-button-next svg,
.home-page .conditions .conditions__swiper-wrap .swiper-button-prev svg {
  width: clamp(12px, 1.25vw, 24px);
  height: auto;
}
.home-page .conditions .conditions__swiper-wrap .swiper-button-next.swiper-button-disabled,
.home-page .conditions .conditions__swiper-wrap .swiper-button-prev.swiper-button-disabled {
  opacity: 0;
}
.home-page .conditions .conditions__swiper-wrap .swiper-button-prev {
  left: 0;
}
.home-page .conditions .conditions__swiper-wrap .swiper-button-next {
  right: 0;
}
.home-page .rules {
  padding-top: 40px;
}
.home-page .rules .rules-bg {
  background: var(--additional-grey);
  height: clamp(200px, 21.875vw, 400px);
}
.home-page .rules .rules-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  align-items: initial;
}
.home-page .rules .rules-row .rules-col {
  flex: 0 0 50%;
}
.home-page .rules .rules-row .rules-picture {
  overflow: hidden;
  padding: 0 24px 24px 0;
}
.home-page .rules .rules-row .rules-picture img {
  border-radius: 56px;
  margin-left: auto;
}
.home-page .rules .rules-row .rules-text {
  background: var(--additional-grey);
  border-radius: 56px 56px 0 0;
  padding: var(--m-space-80) var(--m-space-32) 0;
  position: relative;
}
.home-page .rules .rules-row .rules-text::before {
  content: "";
  position: absolute;
  left: -48px;
  bottom: 0;
  display: block;
  background: url(../img/home/left.svg) no-repeat center;
  background-size: contain;
  width: 48px;
  height: 55px;
}
.home-page .rules .rules-row .rules-text::after {
  content: "";
  position: absolute;
  right: -48px;
  bottom: 0;
  display: block;
  background: url(../img/home/right.svg) no-repeat center;
  background-size: contain;
  width: 48px;
  height: 55px;
}
.home-page .rules .rules-row .rules-text .rules-block {
  display: block;
  max-width: 424px;
  margin: 0 auto;
}
.home-page .rules .rules-row .rules-text .rules-block h2 {
  color: var(--h2-h4-dark);
  margin-bottom: var(--m-space-32);
}
.home-page .rules .rules-row .rules-text .rules-block .rules-line {
  display: flex;
  margin-bottom: 12px;
}
.home-page .rules .rules-row .rules-text .rules-block .rules-line .text-subtitle {
  color: var(--maintext-dark);
  margin-top: 0;
  padding-left: 16px;
  line-height: 32px;
}
.home-page .rules .rules-row .rules-text .rules-block .rules-btn {
  margin-top: var(--m-space-70);
}

@media (max-width: 992px) {
  .home-page .info {
    padding: clamp(40px, 5vw, 60px) 0;
  }
  .home-page .info .info-panel {
    grid-template-columns: 1fr;
    gap: 16px;
    grid-template-areas: "info-picture " "info-text" "info-actives";
  }
  .home-page .innovations {
    margin-top: var(--m-space-110);
  }
  .home-page .innovations .innovations-panel {
    flex-direction: column-reverse;
    background: none;
    box-shadow: none;
  }
  .home-page .innovations .innovations-panel .innovations-text {
    margin-top: var(--m-space-50);
    background: var(--blocks-white);
    border-radius: 56px;
    flex: 0 0 100%;
    width: 100%;
    padding: var(--m-space-56);
  }
  .home-page .innovations .innovations-panel .innovations-picture {
    flex: 0 0 100%;
    width: 100%;
    overflow: hidden;
    border-radius: 56px;
  }
  .home-page .derivatives {
    padding: var(--m-space-110) 0;
  }
  .home-page .derivatives .derivatives-row {
    grid-template-columns: 1fr;
    gap: 16px;
    grid-template-areas: "derivatives-col2" "derivatives-col1" "derivatives-col3" "derivatives-col4";
  }
  .home-page .derivatives .derivatives-col2 {
    justify-content: center;
  }
  .home-page .derivatives .derivatives-col2 .derivatives-body {
    padding: 0;
  }
  .home-page .derivatives .derivatives-col2 .derivatives-body h2 {
    padding-top: 0;
    margin-bottom: var(--m-space-50);
  }
  .home-page .derivatives .derivatives-col3,
.home-page .derivatives .derivatives-col4 {
    backdrop-filter: blur(27.6418247223px);
    background: linear-gradient(98deg, rgba(198, 207, 218, 0.8) 5.73%, rgba(195, 205, 229, 0.8) 100%);
  }
  .home-page .derivatives .derivatives-col1 .derivatives-items .derivatives-item {
    backdrop-filter: blur(27.6418247223px);
    background: linear-gradient(98deg, rgba(198, 207, 218, 0.8) 5.73%, rgba(195, 205, 229, 0.8) 100%);
  }
  .home-page .conditions .conditions-wrap .swiper .swiper-wrapper .swiper-slide .carousel-row {
    height: 200px;
  }
  .home-page .connects .connects-panel {
    flex-direction: column-reverse;
  }
  .home-page .connects .connects-panel .connects-text {
    flex: 0 0 100%;
    margin-top: var(--m-space-50);
  }
  .home-page .connects .connects-panel .connects-picture {
    flex: 0 0 100%;
    border-radius: 0;
  }
  .home-page .connects .connects-panel .connects-picture img {
    margin: 0 auto;
    border-radius: 56px;
  }
  .home-page .rules .rules-row {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }
  .home-page .rules .rules-row .rules-col {
    flex: 0 0 100%;
  }
  .home-page .rules .rules-row .rules-picture {
    padding: 0;
  }
  .home-page .rules .rules-row .rules-text {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .home-page .info .info-panel {
    grid-template-rows: auto;
  }
  .home-page .info .info-panel .info-picture {
    height: 460px;
    border-radius: 25px;
    padding: 16px;
  }
  .home-page .info .info-panel .info-text {
    border-radius: 25px;
    padding: var(--m-space-56) 16px;
  }
  .home-page .info .info-panel .info-text .info-block {
    margin: 0;
  }
  .home-page .info .info-panel .info-actives {
    border-radius: 25px;
    padding: 16px;
  }
  .home-page .info .info-panel .info-actives .info-row {
    border-radius: 25px;
    grid-template-columns: 1fr;
  }
  .home-page .innovations .innovations-panel {
    border-radius: 0;
  }
  .home-page .innovations .innovations-panel .innovations-picture {
    border-radius: 25px;
    background: var(--h1-light);
  }
  .home-page .innovations .innovations-panel .innovations-text {
    border-radius: 25px;
    padding: var(--m-space-56) 16px;
  }
  .home-page .innovations .innovations-panel .innovations-text .innovations-block {
    margin: 0;
  }
  .home-page .derivatives .derivatives-col1 .derivatives-items .derivatives-item {
    border-radius: 25px;
    padding: 25px 16px;
    backdrop-filter: blur(27.6418247223px);
    background: linear-gradient(98deg, rgba(198, 207, 218, 0.8) 5.73%, rgba(195, 205, 229, 0.8) 100%);
  }
  .home-page .derivatives .derivatives-col2 {
    justify-content: flex-start;
  }
  .home-page .derivatives .derivatives-col2 .derivatives-body h2 {
    text-align: left;
  }
  .home-page .derivatives .derivatives-col3,
.home-page .derivatives .derivatives-col4 {
    backdrop-filter: blur(27.6418247223px);
    background: linear-gradient(98deg, rgba(198, 207, 218, 0.8) 5.73%, rgba(195, 205, 229, 0.8) 100%);
    border-radius: 25px;
    padding: 25px 16px;
  }
  .home-page .connects .connects-panel .connects-picture img {
    border-radius: 25px;
  }
  .home-page .connects .connects-panel .connects-text {
    border-radius: 25px;
    padding: 25px 16px;
  }
  .home-page .conditions .conditions-wrap .swiper .swiper-wrapper .swiper-slide .carousel-row {
    border-radius: 25px;
  }
  .home-page .rules .rules-bg {
    height: 120px;
  }
  .home-page .rules .rules-row .rules-picture img {
    border-radius: 25px;
  }
  .home-page .rules .rules-row .rules-text {
    border-radius: 25px 25px 0 0;
    padding: 25px 16px;
  }
  .home-page .rules .rules-row .rules-text .rules-block {
    margin: 0;
  }
}
@media (max-width: 576px) {
  .home-page .derivatives {
    padding: var(--m-space-152) 0;
  }
  .home-page .derivatives .derivatives-row .derivatives-col1 .derivatives-items {
    gap: 16px;
    grid-template-columns: 1fr;
  }
  .home-page .derivatives .derivatives-row .derivatives-col2 .derivatives-body h2 {
    margin-bottom: var(--m-space-32);
  }
}
@media (max-width: 460px) {
  .home-page .info .info-panel .info-picture {
    height: 320px;
  }
}
.about {
  margin-top: 120px;
}
.about .history {
  padding: var(--m-space-56) 0;
}
.about .history .history-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}
.about .history .history-row .history-text {
  box-shadow: 4px 4px 16px 0 rgba(240, 241, 242, 0.25);
  background: var(--blocks-white);
  border-radius: 56px;
  padding: var(--m-space-70) var(--m-space-32) var(--m-space-80);
}
.about .history .history-row .history-text .history-block {
  display: block;
  max-width: 424px;
  margin: 0 auto;
}
.about .history .history-row .history-text h2 {
  color: var(--h1-light);
  animation: revealLeft ease-in-out forwards 0.5s;
}
.about .history .history-row .history-text .text-subtitle {
  color: var(--h1-light);
  animation: revealLeft ease-in-out forwards 0.7s;
}
.about .history .history-row .history-picture {
  background: url(../img/about/history_bg.webp) no-repeat center;
  background-size: cover;
  border-radius: 56px;
  overflow: hidden;
  display: flex;
  justify-content: center;
  padding: 0 16px var(--m-space-40);
  align-items: flex-end;
  animation: fadeInRight ease-in-out forwards 0.7s;
}
.about .history .history-row .history-picture .history-panel {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  align-items: end;
  gap: 24px;
}
.about .history .history-row .history-picture .history-bg {
  background: url(../img/about/card_bg.svg) repeat top center;
  background-size: cover;
  backdrop-filter: blur(14.6590909958px);
  border-radius: 20px;
  margin-top: 24px;
  padding: var(--m-space-20) var(--m-space-40);
}
.about .history .history-row .history-picture .history-bg .history-items {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.about .history .history-row .history-picture .history-bg .history-items .history-item {
  display: flex;
  align-items: center;
}
.about .history .history-row .history-picture .history-bg .history-items .history-item .text-subtitle {
  margin-top: 0;
  padding-left: 8px;
  color: var(--light-blue);
}
.about .strategy {
  padding: var(--m-space-100) 0;
}
.about .strategy .strategy-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}
.about .strategy .strategy-row .strategy-icon {
  display: block;
  max-width: 424px;
  margin: 0 auto;
  position: relative;
}
.about .strategy .strategy-row .strategy-icon .strategy-block {
  display: block;
  max-width: 424px;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about .strategy .strategy-row .strategy-icon .strategy-block h3 {
  color: var(--h3-h4-light);
}
.about .strategy .strategy-row .strategy-icon .strategy-block .text-subtitle {
  color: var(--maintext-light);
}
.about .markets {
  padding: var(--m-space-80) 0 var(--m-space-110);
}
.about .markets .markets-row {
  box-shadow: 4px 4px 16px 0 rgba(240, 241, 242, 0.25);
  background: var(--blocks-white);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  border-radius: 56px;
}
.about .markets .markets-row .markets-text {
  padding: var(--m-space-60) 0 var(--m-space-70);
}
.about .markets .markets-row .markets-text .markets-block {
  display: block;
  max-width: 424px;
  margin: 0 auto;
}
.about .markets .markets-row .markets-text .markets-block h2 {
  color: var(--h2-light);
}
.about .markets .markets-row .markets-text .markets-block .text-subtitle {
  color: var(--maintext-light);
}
.about .markets .markets-row .markets-text .markets-block .markets-btn {
  margin-top: var(--m-space-56);
}
.about .markets .markets-row .markets-picture {
  background: url(../img/about/planet_mockup.webp) no-repeat center;
  background-size: cover;
  border-radius: 0 56px 56px 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  padding: var(--m-space-65) var(--m-space-56);
}
.about .markets .markets-row .markets-picture .markets-charts {
  width: 100%;
}
.about .markets .markets-row .markets-picture .markets-charts .markets-chart {
  display: flex;
  justify-content: space-between;
  gap: 32px;
  background: url(../img/about/card_bg.svg) no-repeat top center;
  background-size: cover;
  backdrop-filter: blur(14.6590909958px);
  border-radius: 32px;
  padding: 8px 24px;
  margin-bottom: 16px;
}
.about .markets .markets-row .markets-picture .markets-charts .markets-chart:last-child {
  margin-bottom: 0;
}
.about .markets .markets-row .markets-picture .markets-charts .markets-chart .chart-name,
.about .markets .markets-row .markets-picture .markets-charts .markets-chart .chart-data {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  color: var(--maintext-dark);
}
.about .markets .markets-row .markets-picture .markets-charts .chart-1 {
  width: 90%;
}
.about .markets .markets-row .markets-picture .markets-charts .chart-2 {
  width: 64%;
}
.about .markets .markets-row .markets-picture .markets-charts .chart-3 {
  width: 80%;
}
.about .markets .markets-row .markets-picture .markets-charts .chart-4 {
  width: 77%;
}
.about .markets .markets-row .markets-picture .markets-charts .chart-5 {
  width: 68%;
}
.about .markets .markets-row .markets-picture .markets-charts .chart-6 {
  width: 82%;
}
.about .markets .markets-row .markets-picture .markets-charts .chart-7 {
  width: 59%;
}
.about .trading {
  background: url(../img/about/trading_bg.webp) no-repeat top center;
  background-size: cover;
  padding: var(--m-space-56) 0;
}
.about .trading .trading-row {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  grid-template-rows: auto;
  gap: 24px;
  grid-template-areas: "trading-col1 trading-col2" "trading-col1 trading-col3";
}
.about .trading .trading-col1 {
  grid-area: trading-col1;
  padding-right: var(--m-space-110);
}
.about .trading .trading-col1 img {
  border-radius: 56px;
}
.about .trading .trading-col2 {
  grid-area: trading-col2;
}
.about .trading .trading-col2 .trading-body {
  display: block;
  max-width: 480px;
}
.about .trading .trading-col2 .trading-body h2 {
  color: var(--h2-light);
}
.about .trading .trading-col3 {
  grid-area: trading-col3;
  display: flex;
  align-items: flex-end;
  height: fit-content;
  margin-top: 25%;
}
.about .trading .trading-col3 .trading-body {
  display: inline-flex;
  flex-wrap: wrap;
  gap: 16px;
  max-width: 540px;
}
.about .trading .trading-col3 .trading-body .trading-item {
  border-radius: 32px;
  border: 0.733px solid rgba(198, 223, 251, 0.25);
  background: linear-gradient(49deg, rgba(225, 233, 243, 0.24) 44.82%, rgba(222, 229, 248, 0.32) 60.19%);
  backdrop-filter: blur(7.3295454979px);
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 16px 8px 8px;
}
.about .trading .trading-col3 .trading-body .trading-item .trading-name {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  color: var(--maintext-dark);
}
.about .partnership {
  padding: var(--m-space-70) 0;
}
.about .partnership .partnership-text {
  display: block;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
}
.about .partnership .partnership-text h2 {
  color: var(--h2-light);
}
.about .partnership .partnership-text .text-subtitle {
  color: var(--maintext-light);
}
.about .partnership .partnership-panel {
  margin-top: var(--m-space-80);
  background: url(../img/about/partnership_bg.webp) no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 56px;
  padding: var(--m-space-80) var(--m-space-40);
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .partnership .partnership-panel .partnership-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: auto;
  gap: var(--m-space-152);
}
.about .partnership .partnership-panel .partnership-col {
  background: url(../img/about/card_bg.svg) no-repeat top center;
  background-size: cover;
  backdrop-filter: blur(14.6590909958px);
  border-radius: 32px;
  padding: var(--m-space-32) var(--m-space-40);
}
.about .partnership .partnership-panel .partnership-col .partnership-inf {
  display: flex;
  align-items: center;
  justify-content: center;
}
.about .partnership .partnership-panel .partnership-col .partnership-data,
.about .partnership .partnership-panel .partnership-col .part-plus {
  text-align: center;
  color: var(--h1-light);
  font-family: var(--third-family);
  font-size: var(--font-size-h1);
  font-weight: 600;
  line-height: 114%;
  text-wrap: balance;
  color: var(--maintext-dark);
}
.about .partnership .partnership-panel .partnership-col .text-subtitle {
  text-align: center;
  color: var(--maintext-dark);
  font-size: 14px;
}

@media (max-width: 992px) {
  .about .history .history-row {
    display: flex;
    flex-direction: column-reverse;
  }
  .about .history .history-row .history-col {
    flex: 0 0 100%;
  }
  .about .history .history-row .history-picture {
    padding-top: var(--m-space-80);
  }
  .about .strategy .strategy-row .strategy-icon .strategy-block {
    bottom: initial;
    top: 70%;
    z-index: 1;
    transform: translate(0, -50%);
  }
  .about .markets .markets-row {
    background: none;
    display: flex;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .about .markets .markets-row .markets-col {
    flex: 0 0 100%;
  }
  .about .markets .markets-row .markets-text {
    box-shadow: 4px 4px 16px 0 rgba(240, 241, 242, 0.25);
    background: var(--blocks-white);
    border-radius: 56px;
  }
  .about .markets .markets-row .markets-picture {
    border-radius: 56px;
    padding: var(--m-space-56);
  }
  .about .trading {
    background: var(--additional-grey);
  }
  .about .trading .trading-row {
    grid-template-columns: 1fr;
    gap: 24px;
    grid-template-areas: "trading-col1" "trading-col2" "trading-col3";
  }
  .about .trading .trading-col1 {
    padding-right: 0;
  }
  .about .trading .trading-col2 .trading-body h2 {
    color: var(--h2-h4-dark);
  }
  .about .trading .trading-col3 {
    margin-top: 0;
  }
  .about .partnership .partnership-panel {
    padding: var(--m-space-70) var(--m-space-32);
  }
  .about .partnership .partnership-panel .partnership-row {
    gap: var(--m-space-40);
  }
  .about .partnership .partnership-panel .partnership-row .partnership-col {
    padding: var(--m-space-32) var(--m-space-25);
    border-radius: 25px;
  }
}
@media (max-width: 768px) {
  .about .history .history-row {
    gap: 16px;
  }
  .about .history .history-row .history-col {
    border-radius: 25px;
  }
  .about .history .history-row .history-picture {
    border-radius: 25px;
    padding: var(--m-space-100) 16px 16px 16px;
  }
  .about .history .history-row .history-picture .history-panel {
    gap: 16px;
  }
  .about .history .history-row .history-picture .history-bg {
    margin-top: 16px;
    border-radius: 16px;
  }
  .about .history .history-row .history-text {
    border-radius: 25px;
    padding: 25px 16px;
  }
  .about .history .history-row .history-text .history-block {
    max-width: 576px;
  }
  .about .strategy .strategy-row {
    grid-template-columns: 1fr;
  }
  .about .strategy .strategy-row .strategy-icon {
    max-width: 576px;
  }
  .about .strategy .strategy-row .strategy-icon .strategy-block {
    text-align: left;
  }
  .about .markets {
    padding: var(--m-space-110) 0;
  }
  .about .markets .markets-row .markets-text {
    border-radius: 25px;
    padding: 25px 16px;
  }
  .about .markets .markets-row .markets-text .markets-block {
    max-width: 576px;
  }
  .about .markets .markets-row .markets-picture {
    border-radius: 25px;
    padding: 25px 16px;
  }
  .about .markets .markets-row .markets-picture .markets-charts .markets-chart {
    border-radius: 16px;
  }
  .about .trading .trading-row .trading-col1 img {
    border-radius: 25px;
  }
  .about .partnership .partnership-text {
    text-align: left;
  }
  .about .partnership .partnership-panel {
    align-items: flex-start;
    justify-content: flex-start;
    border-radius: 25px;
    padding: var(--m-space-70) 16px;
  }
  .about .partnership .partnership-panel .partnership-row {
    border-radius: 16px;
    width: 100%;
  }
}
@media (max-width: 576px) {
  .about .trading .trading-col3 .trading-body {
    display: flex;
    flex-direction: column;
    max-width: 576px;
    width: 100%;
  }
  .about .partnership .partnership-panel .partnership-row {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 460px) {
  .about .history .history-row .history-picture .history-bg .history-items {
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
  }
  .about .markets .markets-row .markets-picture .markets-charts .markets-chart .chart-name,
.about .markets .markets-row .markets-picture .markets-charts .markets-chart .chart-data {
    font-size: 14px;
  }
}
@media (max-width: 400px) {
  .about .markets .markets-row .markets-picture .markets-charts .markets-chart {
    gap: 8px;
    padding: 8px;
  }
}
@media (max-width: 320px) {
  .about .markets .markets-row .markets-picture .markets-charts .markets-chart .chart-name,
.about .markets .markets-row .markets-picture .markets-charts .markets-chart .chart-data {
    font-size: 12px;
  }
}
.accounts-page .accounts {
  padding: var(--m-space-100) 0 var(--m-space-152);
}
.accounts-page .accounts .accounts-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: auto;
  gap: 24px;
}
.accounts-page .accounts .accounts-row .accounts-col {
  box-shadow: 4px 4px 16px 0 rgba(240, 241, 242, 0.25);
  background: var(--blocks-white);
  border-radius: 32px;
  padding: var(--m-space-32) var(--m-space-56) var(--m-space-40);
  transition: var(--transition-main);
  border: 2px solid transparent;
}
.accounts-page .accounts .accounts-row .accounts-col:hover {
  border: 2px solid var(--primary);
}
.accounts-page .accounts .accounts-row .accounts-col.accounts-selected {
  border: 2px solid var(--primary);
  box-shadow: 4px 4px 16px 0px rgba(240, 241, 242, 0.25);
}
.accounts-page .accounts .accounts-row .accounts-col .text-subtitle {
  margin-top: 0;
  color: var(--maintext-light);
}
.accounts-page .accounts .accounts-row .accounts-col .accounts-value {
  font-family: var(--third-family);
  font-size: var(--font-size-h3);
  font-weight: 600;
  line-height: 125%;
  text-wrap: balance;
  color: var(--h3-h4-light);
}
.accounts-page .accounts .accounts-row .accounts-col .accounts-line {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--light-blue);
  margin: var(--m-space-25) 0 var(--m-space-32);
}
.accounts-page .accounts .accounts-row .accounts-col .accounts-info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 16px;
}
.accounts-page .accounts .accounts-row .accounts-col .accounts-info .accounts-conditions {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  color: var(--maintext-light);
}
.accounts-page .accounts .accounts-row .accounts-col .accounts-info .accounts-description {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  color: var(--seconday);
}
.accounts-page .accounts .accounts-row .accounts-col .accounts-info:last-child {
  margin-bottom: 0;
}
.accounts-page .accounts .accounts-row .accounts-col .accounts-btn {
  margin-top: var(--m-space-50);
}

@media (max-width: 992px) {
  .accounts-page .accounts .accounts-row {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: auto;
  }
}
@media (max-width: 768px) {
  .accounts-page .accounts .accounts-row .accounts-col {
    border-radius: 25px;
  }
}
@media (max-width: 576px) {
  .accounts-page .accounts .accounts-row {
    grid-template-columns: 0.7fr;
  }
}
@media (max-width: 460px) {
  .accounts-page .accounts .accounts-row {
    grid-template-columns: 1fr;
  }
}
.docs-page {
  position: relative;
}
.docs-page .docs {
  padding: var(--m-space-110) 0;
  background-size: cover;
  position: relative;
}
.docs-page .tabs {
  display: grid;
  grid-template-columns: 0.85fr 2fr;
  grid-column-gap: var(--m-space-70);
  position: relative;
  z-index: 20;
}
.docs-page .tabs__nav {
  height: fit-content;
  overflow: hidden;
}
.docs-page .tabs__content p,
.docs-page .tabs__content li {
  margin-top: 16px;
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
}
.docs-page .tabs-nav__item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 16px 24px;
  cursor: pointer;
  transition: var(--transition-main);
  font-family: var(--third-family);
  font-size: var(--font-size-big);
  font-weight: 600;
  line-height: 125%;
  color: var(--h3-h4-light);
  margin: 0;
  border-radius: 8px;
}
.docs-page .tabs-nav__item.is-active {
  color: var(--seconday);
  background: var(--light-blue);
}
.docs-page .tabs-nav__item:not(.is-active):hover {
  background: var(--light-blue);
  color: var(--seconday);
}
.docs-page .tabs-nav__item .tabs__content {
  position: relative;
}
.docs-page .tab {
  display: none;
  transition: var(--transition-main);
}
.docs-page .tab.is-active {
  display: block;
}
.docs-page .tab__title {
  font-family: var(--third-family);
  font-size: var(--font-size-h3);
  font-weight: 600;
  line-height: 125%;
  text-wrap: balance;
  color: var(--h3-h4-light);
  margin-bottom: 30px;
}
.docs-page .tab__heading {
  font-family: var(--third-family);
  font-size: var(--font-size-h3);
  font-weight: 600;
  line-height: 125%;
  text-wrap: balance;
  color: var(--h3-h4-light);
}
.docs-page .tab_description {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  margin-top: 0;
  color: var(--h3-h4-light);
}
.docs-page .tab__step {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  color: var(--h3-h4-light);
  margin-top: 0 !important;
}

@media (max-width: 1200px) {
  .docs-page {
    padding: 0 0 80px;
  }
  .docs-page .tabs {
    grid-column-gap: 50px;
  }
}
@media (max-width: 992px) {
  .docs-page {
    padding: 0 0 56px;
  }
  .docs-page .tabs {
    grid-template-columns: 1fr;
  }
  .docs-page .tabs__nav {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 20px;
  }
  .docs-page .tabs-nav__item {
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    padding: 14px;
  }
  .docs-page .tabs-nav__item.is-active {
    color: var(--h3-h4-light);
  }
  .docs-page .tabs__content {
    margin-top: 30px;
    padding: 0;
  }
  .docs-page .tab {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
@media (max-width: 576px) {
  .docs-page .tabs__nav {
    grid-template-columns: 1fr;
  }
  .docs-page .tab_description p, .docs-page .tabs__content li {
    margin-top: 8px !important;
  }
}
.contacts-page .contacts {
  position: relative;
  padding: var(--m-space-100) 0 var(--m-space-152);
}
.contacts-page .contacts .contacts-row {
  background: var(--blocks-white);
  border-radius: 56px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: auto;
  align-items: center;
  overflow: hidden;
}
.contacts-page .contacts .contacts-row .contacts-col1 {
  padding: 0 var(--m-space-40);
}
.contacts-page .contacts .contacts-row .contacts-col1 .contacts-block {
  display: block;
  max-width: 424px;
  margin: 0 auto;
}
.contacts-page .contacts .contacts-row .contacts-col1 .contacts-block h2 {
  color: var(--h2-light);
}
.contacts-page .contacts .contacts-row .contacts-col1 .contacts-block .contacts-list {
  margin-top: var(--m-space-80);
}
.contacts-page .contacts .contacts-row .contacts-col1 .contacts-block .contacts-list .contacts-item {
  display: flex;
  margin-bottom: var(--m-space-40);
}
.contacts-page .contacts .contacts-row .contacts-col1 .contacts-block .contacts-list .contacts-item .contacts-text {
  padding-left: var(--m-space-25);
}
.contacts-page .contacts .contacts-row .contacts-col1 .contacts-block .contacts-list .contacts-item .contacts-text h3 {
  color: var(--h3-h4-light);
}
.contacts-page .contacts .contacts-row .contacts-col1 .contacts-block .contacts-list .contacts-item .contacts-text .contacts-description {
  font-family: var(--font-family);
  font-size: var(--font-size-text);
  font-weight: 400;
  line-height: 140%;
  color: var(--maintext-light);
}

@media (max-width: 992px) {
  .contacts-page .contacts .contacts-row .contacts-col2 iframe {
    height: 540px !important;
  }
}
@media (max-width: 768px) {
  .contacts-page .contacts .contacts-row {
    border-radius: 25px;
    display: flex;
    flex-direction: column-reverse;
    align-items: initial;
  }
  .contacts-page .contacts .contacts-row .contacts-col1 {
    padding: 0 16px;
    flex: 0 0 100%;
    margin-top: var(--m-space-50);
  }
  .contacts-page .contacts .contacts-row .contacts-col1 .contacts-block {
    margin: 0;
  }
  .contacts-page .contacts .contacts-row .contacts-col1 .contacts-block .contacts-list {
    margin-top: var(--m-space-50);
  }
  .contacts-page .contacts .contacts-row .contacts-col2 {
    flex: 0 0 100%;
    width: 100%;
  }
  .contacts-page .contacts .contacts-row .contacts-col2 iframe {
    width: 100% !important;
    height: 450px !important;
  }
}
.tradeholic-theme .tradeholic {
  background: #ffffff;
  padding: 120px 15px;
}
.tradeholic-theme .tradeholic #btn-instr:lang(ru-RU) {
  display: block !important;
}
.tradeholic-theme .tradeholic #btn-instr:lang(en-US) {
  display: none !important;
}
.tradeholic-theme .tradeholic #btn-instr:lang(de-DE) {
  display: none !important;
}
.tradeholic-theme .tradeholic #btn-instr:lang(cs-CS) {
  display: none !important;
}
.tradeholic-theme .tradeholic #btn-instr:lang(fr-FR) {
  display: none !important;
}
.tradeholic-theme .tradeholic body {
  position: relative;
}
.tradeholic-theme .tradeholic h2,
.tradeholic-theme .tradeholic h3,
.tradeholic-theme .tradeholic h4,
.tradeholic-theme .tradeholic h5,
.tradeholic-theme .tradeholic h6 {
  font-family: var(--font-family);
  font-weight: 700;
  font-size: clamp(20px, 2vw, 32px);
  line-height: clamp(24px, 2.2vw, 38px);
  color: #000000;
  text-align: center;
  font-weight: 700;
  margin-bottom: clamp(24px, 3vw, 48px);
}
.tradeholic-theme .tradeholic .tradeholic-panel {
  display: flex;
  justify-content: space-between;
}
.tradeholic-theme .tradeholic .tradeholic-column {
  width: 48%;
}
.tradeholic-theme .tradeholic .th-field {
  background-color: #ffffff;
  padding: 50px 0;
}
.tradeholic-theme .tradeholic .subheader {
  padding-bottom: 80px;
  background: #ffffff;
}
.tradeholic-theme .tradeholic .calc-wrapper {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 0 30px;
}
.tradeholic-theme .tradeholic .th__button {
  /* display: none !important; */
  cursor: pointer;
  box-sizing: border-box;
  max-width: 160px;
  width: 100%;
  padding: 10px 32px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
  font-size: 15px;
  line-height: 22px;
  color: #ffffff;
  background-color: #26b985;
  border-radius: 7px;
  border: 2px solid #26b985;
  transition: all 0.3s ease-in-out;
  margin: 25px 0 0 0;
}
.tradeholic-theme .tradeholic .th__button:hover {
  background-color: transparent;
  color: #26b985;
}
.tradeholic-theme .tradeholic .th__title {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.2em;
  text-align: center;
  margin: 60px 0 20px 0;
  color: #000000;
}
.tradeholic-theme .tradeholic .mtop-96 {
  margin-top: clamp(48px, 6.8vw, 96px);
}

@media (max-width: 991px) {
  .tradeholic-theme .tradeholic .tradeholic-panel {
    flex-direction: column;
  }
  .tradeholic-theme .tradeholic .tradeholic-panel .tradeholic-column {
    width: 100%;
  }
}
.not-found {
  display: flex;
  height: 100vh;
  /* Beyond mobile */
  /* Animations */
}
.not-found .container-paper {
  display: grid;
  grid-gap: 3em 1.5em;
  margin: auto;
  max-width: 60em;
  padding: 3em 0;
  text-align: center;
  width: calc(100% - 3em);
}
.not-found .paper {
  display: block;
  margin: auto;
  overflow: visible;
  width: 100%;
  max-width: 224px;
  height: auto;
}
.not-found .paper__fill {
  fill: hsl(0deg, 0%, 100%);
}
.not-found .paper__outline, .not-found .paper__lines {
  transition: stroke 0.3s;
}
.not-found .paper__top, .not-found .paper__bottom, .not-found .paper__tear, .not-found .paper__tear-fill {
  animation: paperTop 1.25s cubic-bezier(0.77, 0, 0.18, 1);
}
.not-found .paper__top, .not-found .paper__bottom {
  transform-origin: 0 148px;
  transition: transform 0.3s cubic-bezier(0.77, 0, 0.18, 1);
}
.not-found .paper__top {
  transform: translate(0, 8px);
}
.not-found .paper__bottom {
  animation-name: paperBottom;
  transform: translate(0, 42px);
}
.not-found .paper__tear, .not-found .paper__tear-fill {
  animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
}
.not-found .paper__tear {
  animation-name: paperTear;
  stroke-dashoffset: 0;
}
.not-found .paper__tear-fill {
  animation-name: paperTearFill;
}
.not-found .paper__outline:hover .paper__top, .not-found .paper__outline:hover .paper__bottom {
  transform: translate(0, 25px);
}
.not-found .content-heading {
  color: var(--h1-light);
  font-family: var(--third-family);
  font-size: var(--font-size-h1);
  font-weight: 600;
  line-height: 114%;
  text-wrap: balance;
}
@media (min-width: 768px) {
  .not-found .container-paper {
    grid-template-columns: 1fr 2fr;
    align-items: center;
    text-align: left;
  }
  .not-found .paper {
    max-width: 300px;
  }
}
@keyframes paperTop {
  from, 40% {
    animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
    transform: translate(0, 25px) rotate(0);
    transform-origin: 61px 148px;
  }
  70% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1.5);
    transform: translate(0, 25px) rotate(-5deg);
    transform-origin: 61px 148px;
  }
  to {
    transform: translate(0, 8px) rotate(0);
    transform-origin: 0 148px;
  }
}
@keyframes paperBottom {
  from, 40% {
    animation-timing-function: cubic-bezier(0.32, 0, 0.67, 0);
    transform: translate(0, 25px) rotate(0);
    transform-origin: 61px 148px;
  }
  70% {
    animation-timing-function: cubic-bezier(0.33, 1, 0.67, 1.5);
    transform: translate(0, 25px) rotate(5deg);
    transform-origin: 61px 148px;
  }
  to {
    transform: translate(0, 42px) rotate(0);
    transform-origin: 0 148px;
  }
}
@keyframes paperTear {
  from, 40% {
    stroke-dashoffset: -198;
  }
  70%, to {
    stroke-dashoffset: 0;
  }
}
@keyframes paperTearFill {
  from, 40% {
    width: 187px;
  }
  70%, to {
    width: 0;
  }
}
