@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100..900&family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap);
@charset "UTF-8"; /**
    Font-family
*/
/**
    Titles
*/
/**
    Subtitles
*/
/** 
    Text
*/
:root[data-theme=violet] {
  --c-scrollbar-track: #f0f0f0;
  --c-scrollbar-thumb: #c0c0c0;
  --c-scroller-top: #e0e0e0;
  --c-bg-main: #0d0e15;
  --c-prime: #7154e5;
  --c-bg-dark: #0d0e15;
  --c-text: #fff;
  --c-prime-dark: #1d1b37;
  --c-bg-light: #11111c;
  --c-prime-light: #373073;
  --c-white: #f0f0f0;
  --c-second: #baa9fd;
  --c-text-dark: #787f91;
  --c-black: #000000;
  --c-prime-rgb: rgb(36, 36, 36);
  --c-bg-icon: #f4f4f4;
  --c-text-menu: #fff;
  --c-input: #b9b9b9;
  --c-title-th: #333232;
  --c-fill: #7154e5;
  --c-fill2: #373073;
  --c-fill-go-on: #1d1b37;
  --c-fill-range: #1d1b37;
  --c-fill-contacts: #1d1b37;
  --c-fill-enhanced: #1d1b37;
  --c-fill-rect: #ffffff;
  --c-fill-bg: #1d1b37;
}

.wrapper {
  width: 100%;
  max-width: 1320px;
  margin-inline: auto;
  padding: 0 16px;
}
@media screen and (max-width: 1024px) {
  .wrapper {
    max-width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 0 15px;
  }
}

body {
  background: var(--c-bg-main);
}
body::-webkit-scrollbar {
  width: 10px;
}
body::-webkit-scrollbar-track {
  background: var(--c-scrollbar-track);
}
body::-webkit-scrollbar-thumb {
  background: var(--c-scrollbar-thumb);
  border-radius: 6px;
}

section {
  overflow: hidden;
  position: relative;
  z-index: 1;
}

section:not(.not-found, .banner, .subheader, .part-faq, .edu, .analytics) {
  padding: clamp(50px, 5.2083333333vw, 100px) 0;
}
@media screen and (max-width: 768px) {
  section:not(.not-found, .banner, .subheader, .part-faq, .edu, .analytics) {
    padding: clamp(35px, 3.6458333333vw, 70px) 0;
  }
}

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

h1 {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(42px, 4.4791666667vw, 86px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 300;
}

h2 {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(30px, 3.3333333333vw, 64px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 300;
}

h3 {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(20px, 1.6666666667vw, 32px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 400;
}

h4 {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
}

.subtitle {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
}

.paragraph {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
}

.intro-part h1,
.intro-part h2,
.intro-part h3 {
  color: var(--c-text);
}
.intro-part p {
  color: var(--c-text-dark);
  margin: 30px 0 0;
}
@media (max-width: 992px) {
  .intro-part p {
    margin: 15px 0 0;
  }
}
@media (max-width: 768px) {
  .intro-part p {
    margin: 10px 0 0;
  }
}

.text1 {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}

.text-btn {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
}

.text-menu {
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
}

.btn-head {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 26px;
  border-radius: 30px;
  transition: all 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
}

.btn-main {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 14px 36px;
  border-radius: 30px;
  max-width: 320px;
  width: 100%;
  transition: all 0.3s ease-in-out;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
}

.btn-prime {
  color: var(--c-white);
  background: var(--c-prime);
  border: 1px solid var(--c-prime);
}
.btn-prime:hover {
  color: var(--c-white);
  background: var(--c-prime-dark);
  border: 1px solid var(--c-prime-dark);
}

.btn-white {
  color: var(--c-prime);
  background: var(--c-white);
  border: 1px solid var(--c-white);
}
.btn-white:hover {
  color: var(--c-white);
  background: var(--c-prime-dark);
  border: 1px solid var(--c-prime-dark);
}

.btn-dark {
  color: var(--c-text);
  background: var(--c-bg-main);
  border: 1px solid var(--c-bg-main);
}
.btn-dark:hover {
  color: var(--c-white);
  background: var(--c-prime);
  border: 1px solid var(--c-bg-main);
}

.btn-transparent {
  color: var(--c-prime);
  background: transparent;
  border: 1px solid var(--c-prime);
}
.btn-transparent:hover {
  color: var(--c-white);
  background: var(--c-prime);
}

.btn-log {
  color: var(--c-brown);
  padding: 0 16px;
}
.btn-log:hover {
  color: var(--c-second);
  background: var(--c-brown);
  transform: translateY(-3px);
}

.btn-reg {
  padding: 0 18px;
  width: fit-content;
  color: var(--c-second);
  background: var(--c-brown);
  border: 1px solid var(--c-brown);
  position: relative;
}
.btn-reg::before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: scale(0) translate(-50%, -50%);
  width: calc(100% + 2px);
  height: calc(100% + 2px);
  transition: all 0.3s ease-in-out;
  background: var(--c-beige);
  z-index: -1;
  transform-origin: left top;
}
.btn-reg:hover {
  color: var(--c-prime);
  border: 1px solid var(--c-beige);
  box-shadow: rgba(45, 35, 66, 0.4) 0 4px 8px, rgba(45, 35, 66, 0.3) 0 7px 13px -3px, var(--c-beige) 0 -2px 0 inset;
  transform: translateY(-3px);
}
.btn-reg:hover::before {
  transform: scale(1) translate(-50%, -50%);
}

.btn-go-home {
  background: transparent;
  color: var(--c-btn-reg);
  position: relative;
}
.btn-go-home:hover {
  background: transparent;
  color: var(--c-btn-reg);
}
.btn-go-home:hover::before {
  z-index: -2;
  animation: 0.5s zoomOut forwards;
}
.btn-go-home:hover::after {
  z-index: -1;
  animation: 0.5s zoomIn forwards;
}
.btn-go-home::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gr-main);
  border-radius: 12px;
  animation: 0.5s zoomIn forwards;
}
.btn-go-home::after {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--gr-main-hover);
  border-radius: 12px;
  animation: 0.5s zoomOut forwards;
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@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(1);
    opacity: 0;
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    opacity: 1;
    transform: scale(1);
  }
}
@keyframes zoomOut {
  0% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 1;
    transform: scale(1.1);
  }
  100% {
    transform: scale(1);
    opacity: 0;
  }
}
@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 blink {
  to {
    visibility: hidden;
  }
}
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;
}

input:focus-visible,
textarea:focus-visible {
  border: none;
  outline: none;
}

/*! 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;
}

.header {
  position: sticky;
  top: 0;
  left: 0;
  background: var(--c-header-bg);
  width: 100%;
  height: 100px;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: all 0.5s ease-in-out;
  /* Lang */
}
.header.active {
  box-shadow: 0px 15px 10px -15px var(--c-prime);
  height: 60px;
  background: var(--c-header-bg);
}
.header.active .header__btns a {
  height: 40px;
}
.header .header__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .header__logo img {
  max-width: 200px;
  width: 100%;
}
.header .header__menu {
  margin: 0 10px;
  width: 55%;
}
.header .header__menu .menu__wrapper {
  display: flex;
  justify-content: center;
}
.header .header__menu .menu__links {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: 100%;
  padding: 0 30px;
  cursor: pointer;
}
.header .header__menu .menu__links .current-menu-item {
  cursor: pointer;
}
.header .header__menu .menu__links .current-menu-item > a {
  color: var(--c-prime);
  border-bottom: 2px solid var(--c-prime);
}
.header .header__menu .menu__links > li {
  position: relative;
}
.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);
}
.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: 7px;
  height: 4px;
  background: var(--img-menu-icon);
  background-size: contain;
  top: 50%;
  right: -14px;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
}
.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(--c-prime);
  transition: all 0.3s ease-in-out;
  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: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  color: var(--c-text-menu);
  position: relative;
  white-space: nowrap;
}
.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% + 14px);
  padding: 8px;
  background: var(--c-bg-main);
  transform: scaleY(0);
  transform-origin: top;
  transition: all 0.3s ease-in-out;
  width: fit-content;
  box-shadow: 0px 4px 10px 0px rgba(205, 206, 211, 0.85);
}
.header .header__menu .menu__links > li > ul.sub-menu > li:not(.current-menu-item) > a {
  transition: all 0.3s ease-in-out;
}
.header .header__menu .menu__links > li > ul.sub-menu > li:not(.current-menu-item) > a::before {
  content: "";
  position: absolute;
  bottom: -2px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 2px;
  background: var(--c-prime);
  transition: all 0.3s ease-in-out;
  transform-origin: center;
}
.header .header__menu .menu__links > li > ul.sub-menu > li:not(.current-menu-item) > a:hover::before {
  width: 100%;
}
.header #menu-item-270 .sub-menu {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 20px;
  width: fit-content;
}
.header .header__closer {
  display: none;
}
.header .header__burger {
  cursor: pointer;
  height: 30px;
}
.header .header__burger span {
  position: relative;
  display: block;
  width: 40px;
  box-shadow: 0 2px 10px 0 var(--c-text-menu);
  border-radius: 3px;
  height: 3px;
  background: var(--c-text-menu);
}
.header .header__burger span::before, .header .header__burger span::after {
  content: "";
  position: absolute;
  display: block;
  width: 40px;
  box-shadow: 0 2px 10px 0 var(--c-text-menu);
  border-radius: 3px;
  height: 3px;
  background: var(--c-text-menu);
}
.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;
  position: relative;
  z-index: 100;
  gap: clamp(15px, 1.5625vw, 30px);
}
.header .language {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.header .language > ul.menu_lang {
  font-family: "Noto Sans", sans-serif;
  text-transform: uppercase;
  display: contents;
  color: var(--c-text-menu);
  transition: all 0.3s ease-in-out;
  position: relative;
  cursor: pointer;
}
.header .language > ul.menu_lang .menu-item {
  font-size: clamp(12px, 1.125vw, 18px);
  line-height: clamp(16px, 1.4vw, 20px);
  text-transform: uppercase;
  font-family: "Noto Sans", sans-serif;
}
.header .language > ul.menu_lang .menu-item a {
  display: flex;
}
.header .language > ul.menu_lang .menu-item a img {
  object-fit: contain;
  max-width: 18px;
}
.header .language > ul.menu_lang > .menu-item::after {
  content: "";
  position: absolute;
  width: 7px;
  height: 4px;
  background: var(--img-menu-icon);
  background-size: contain;
  right: -14px;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
.header .language > ul.menu_lang > .menu-item:hover > ul.sub-menu {
  font-family: "Noto Sans", sans-serif;
  transform: scaleY(1);
  cursor: pointer;
  color: var(--c-text-menu);
}
.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: all 0.3s ease-in-out;
  transform-origin: top;
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}
.header .language > ul.menu_lang > .menu-item > ul.sub-menu span {
  font-family: "Noto Sans", sans-serif;
  font-weight: 400;
}

@media screen and (max-width: 992px) {
  .btn-lang {
    margin-left: auto;
    margin-right: 40px;
  }
}

/** Media **/
@media screen and (max-width: 1200px) {
  .header .header__menu {
    margin: 0;
  }
}
@media screen and (max-width: 1200px) {
  .header .header__menu {
    margin: 0;
    position: fixed;
    top: 0;
    left: -100vw;
    z-index: 500;
    width: 100vw;
    height: 100vh;
    background-color: var(--c-bg-main);
    transition: all 0.7s ease-in-out;
  }
  .header .header__menu.active {
    height: 100vh;
    left: 0;
  }
  .header .header__menu .menu__wrapper {
    width: 100%;
    margin: 80px 0 0;
  }
  .header .header__menu .menu__links {
    display: flex;
    flex-direction: column;
    text-align: center;
  }
  .header .header__menu .menu__links > li a {
    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: 500px;
    padding: 10px 14px;
    width: 100%;
  }
  .header .header__menu .menu__links > li ul.sub-menu {
    display: grid;
    grid-gap: 8px 0;
    text-align: center;
    border-left: none;
  }
  .header .header__menu .menu__links > li > ul.sub-menu {
    position: static;
    top: unset;
    padding: 0;
    overflow: hidden;
    background: var(--c-bg-main);
    transform: unset;
    transform-origin: unset;
    max-height: 0;
  }
  .header .header__menu #menu-item-270 .sub-menu {
    grid-template-columns: 1fr;
    gap: initial;
    width: initial;
  }
  .header .header__menu .header__closer {
    display: inline-block;
    font-size: 50px;
    line-height: 0;
    color: var(--c-text-menu);
    position: absolute;
    top: 80px;
    right: 50px;
    cursor: pointer;
  }
  .header .header__btns {
    margin-right: 20px;
  }
  .header .language > ul.menu_lang .menu-item {
    font-size: 16px;
    line-height: normal;
    font-weight: 700;
  }
}
@media screen and (max-width: 768px) {
  .header {
    height: unset;
  }
  .header .header__menu .menu__wrapper {
    width: 100%;
    margin: 40px 0 0;
  }
  .header .header__menu .header__closer {
    top: 40px;
  }
  .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: 36px;
    grid-template-columns: repeat(2, 36px);
    grid-gap: 0 30px;
    margin-right: 20px;
  }
  .header .language {
    margin: 0 auto;
  }
}
@media (max-width: 576px) {
  .header.active {
    height: unset;
  }
  .header.active .header__inner {
    grid-gap: unset;
    padding: 10px 0;
  }
  .header .header__inner {
    display: grid;
    padding: 20px 0;
    grid-gap: 20px 0;
  }
  .header .header__logo {
    grid-row: 1/2;
    grid-column: 1/4;
    width: fit-content;
    width: 130px;
    margin: 0 auto 10px;
  }
  .header .header__logo img {
    max-height: 50px;
  }
  .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;
  }
}
@media screen and (min-width: 1201px) {
  .header .header__burger {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .header .header__btns-mob {
    display: none;
  }
}
.isnotactive-tradeholic #menu-item-149 {
  display: none;
}
.isnotactive-tradeholic #menu-footer-menu {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.isnotactive-tradeholic #menu-footer-menu > li {
  padding: 0 16px;
}

.footer {
  padding: clamp(40px, 4.1666666667vw, 80px) 0;
}
.footer .footer__menu-tree {
  margin-bottom: clamp(20px, 2.0833333333vw, 40px);
}
.footer .footer__menu-tree .footer_menu_link {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 10px;
}
.footer .footer__menu-tree .footer_menu_link > li.menu-item-has-children > a {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--c-text);
}
.footer .footer__menu-tree .footer_menu_link .sub-menu {
  margin-top: 20px;
}
.footer .footer__menu-tree .footer_menu_link .sub-menu > li {
  margin-bottom: 12px;
}
.footer .footer__menu-tree .footer_menu_link .sub-menu > li > a {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.2;
  color: var(--c-text);
}
.footer .footer__menu-tree .footer_menu_link .sub-menu .menu-item-121 a,
.footer .footer__menu-tree .footer_menu_link .sub-menu .menu-item-122 a,
.footer .footer__menu-tree .footer_menu_link .sub-menu .menu-item-135 a,
.footer .footer__menu-tree .footer_menu_link .sub-menu .menu-item-194 a {
  font-weight: 600;
}
.footer .footer__menu-tree #menu-footer-menu-landing {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.footer .footer__menu-tree #menu-footer-menu-landing li {
  padding-right: 10px;
}
.footer .footer__menu-tree #menu-footer-menu-landing li a {
  cursor: pointer;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: normal;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 600;
  color: var(--c-text);
}
.footer .footer__main {
  background: var(--c-bg-light);
  border-radius: 15px;
  padding: 10px clamp(20px, 2.0833333333vw, 40px);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
  align-items: center;
}
.footer .footer__main .footer__col-left {
  display: flex;
  gap: 30px;
  align-items: center;
}
.footer .footer__main .footer__col-left .footer__copy {
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 500;
  color: var(--c-text);
}
.footer .footer__main .footer__col-right {
  color: var(--c-text);
}
.footer .footer__main .footer__col-right a {
  color: var(--c-prime);
}
.footer .footer__risk {
  margin: 40px 0 0;
}
.footer .footer__risk h4 {
  color: var(--c-text);
}
.footer .footer__risk .footer__risk-items {
  margin: 20px 0 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 40px;
}
.footer .footer__risk .footer__risk-items .paragraph {
  color: var(--c-text);
}

@media screen and (max-width: 768px) {
  .isnotactive-tradeholic #menu-footer-menu {
    flex-direction: column;
  }
  .isnotactive-tradeholic #menu-footer-menu > li {
    padding: 0;
  }
  .footer .footer__menu-tree .footer_menu_link > li.menu-item-has-children > a {
    font-size: 16px;
  }
  .footer .footer__menu-tree .footer_menu_link .sub-menu {
    margin-top: 10px;
  }
  .footer .footer__menu-tree .footer_menu_link .sub-menu > li {
    margin-bottom: 6px;
  }
  .footer .footer__menu-tree .footer_menu_link .sub-menu > li > a {
    font-size: 14px;
  }
  .footer .footer__menu-tree #menu-footer-menu-landing {
    flex-direction: column;
  }
  .footer .footer__main {
    grid-template-columns: 1fr;
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .footer .footer__risk .footer__risk-items {
    grid-template-columns: 1fr;
    gap: 0;
    margin: 16px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .footer .footer__main .footer__col-left {
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
  }
}
.subheader {
  background: var(--subheader-bg);
  background-position: center;
  background-size: cover;
  height: clamp(340px, 19.0625vw, 366px);
  display: flex;
  align-items: center;
  text-align: center;
}
@media screen and (min-width: 1024px) {
  .subheader h2 {
    text-wrap: balance;
    opacity: 0;
    animation: 1s fadeInUp ease-in-out forwards;
  }
  .subheader p {
    text-wrap: balance;
    animation: 1.4s fadeInUp ease-in-out forwards;
  }
}
@media screen and (max-width: 576px) {
  .subheader h2 {
    margin-top: 5%;
  }
}

.main-menu {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 111;
  transition: all 0.5s ease-in-out;
  width: 100vw;
  height: 100vh;
  background: rgba(var(--c-prime-rgb), 0.9);
  transform: translateX(-100vw);
}
.main-menu.active {
  transform: translateX(0);
}
.main-menu.active .main-menu__nav {
  transform: translateX(0);
}
.main-menu .menu-closer {
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  width: fit-content;
  height: fit-content;
  padding: 0 6px;
  margin-inline-start: auto;
  color: var(--c-second);
  background: var(--c-grey);
  border-radius: 2px;
  transition: all 0.3s ease-in-out;
}
.main-menu .menu-closer:hover {
  background: var(--c-prime);
}
.main-menu .main-menu__nav {
  position: relative;
  background: var(--c-second);
  width: 300px;
  height: 100vh;
  padding: 20px;
  transform: translateX(-300px);
  transition: all 0.7s ease-in-out;
}
.main-menu ul.main-menu__list {
  display: grid;
  grid-gap: 20px;
  margin: 20px 0 0;
}
.main-menu ul.main-menu__list li a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
  color: var(--c-prime);
  position: relative;
}
.main-menu ul.main-menu__list li a:hover::after {
  width: 100%;
}
.main-menu ul.main-menu__list li a::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 2px;
  background: var(--c-grey);
  bottom: -4px;
  left: 0;
  transition: all 0.3s ease-in-out;
}

#progressCircle {
  display: none;
  position: fixed;
  z-index: 100;
  bottom: 30px;
  right: 30px;
  width: 65px;
  height: 65px;
  transition: 0.3s ease-in-out;
  cursor: pointer;
}
#progressCircle.visible {
  display: block;
}
#progressCircle:hover {
  transform: scale(1.1);
}
#progressCircle path {
  transform: translate(38%, 38%) scale(1.1);
  fill: var(--c-scroller-top);
}
#progressCircle #outerCircle {
  stroke: transparent;
}
#progressCircle #innerCircle {
  stroke: var(--c-scroller-top);
}
#progressCircle.done {
  animation: shakeX 1s;
}
#progressCircle.done #innerCircle {
  stroke: rgb(53, 231, 53);
}
#progressCircle.done path {
  fill: rgb(53, 231, 53);
}

.part-faq {
  background: var(--part-faq-bg);
  background-size: cover;
  background-position: center top;
  padding: clamp(150px, 15.1041666667vw, 290px) 0 clamp(50px, 5.7291666667vw, 110px);
}
.part-faq h2 {
  text-align: center;
  color: var(--c-text);
}
.part-faq .part-faq__accordions {
  max-width: 1000px;
  margin: 40px auto 0;
  display: grid;
  grid-gap: clamp(15px, 1.5625vw, 30px);
}
.part-faq .part-faq__accordions input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.part-faq .part-faq__accordions .part-faq__accordion {
  overflow: hidden;
  background: var(--c-bg-light);
  border-radius: 20px;
}
.part-faq .part-faq__accordions .part-faq__accordion-label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: var(--c-text);
  padding: 25px 35px;
}
.part-faq .part-faq__accordions .part-faq__accordion-label::after {
  content: "❯";
  color: var(--c-prime);
  width: 16px;
  height: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.part-faq .part-faq__accordions .part-faq__accordion-content {
  max-height: 0;
  padding: 0 65px 0 35px;
  color: var(--c-text);
  transition: all 0.3s ease-in-out;
  border-radius: 0 0 20px 20px;
}
.part-faq .part-faq__accordions .part-faq__accordion-content p {
  color: var(--c-text-dark);
}
.part-faq .part-faq__accordions input:checked + .part-faq__accordion-label {
  color: var(--c-prime);
}
.part-faq .part-faq__accordions input:checked + .part-faq__accordion-label::after {
  transform: rotate(90deg);
}
.part-faq .part-faq__accordions input:checked ~ .part-faq__accordion-content {
  max-height: 100vh;
  padding: 0 65px 25px 35px;
}

@media screen and (max-width: 768px) {
  .part-faq .part-faq__accordions .part-faq__accordion {
    border-radius: 15px;
  }
  .part-faq .part-faq__accordions .part-faq__accordion-label {
    padding: 15px 20px;
  }
  .part-faq .part-faq__accordions input:checked ~ .part-faq__accordion-content {
    max-height: 100vh;
    padding: 0 65px 25px 20px;
  }
}
@media screen and (max-width: 576px) {
  .part-faq {
    padding: 72px 0 48px 0;
  }
  .part-faq .part-faq__accordions input:checked ~ .part-faq__accordion-content {
    max-height: 100vh;
    padding: 0 25px 25px 20px;
  }
}
.start-way {
  background: var(--c-prime);
  padding: clamp(60px, 6.25vw, 120px) 0;
  text-align: center;
}
.start-way .start-way__inner {
  max-width: clamp(550px, 41.9791666667vw, 806px);
  width: 100%;
  margin-inline: auto;
}
.start-way .start-way__inner h2,
.start-way .start-way__inner p {
  color: var(--c-content-start-way);
}
.start-way .start-way__inner a {
  margin: 40px auto 30px;
}

@media screen and (max-width: 768px) {
  .start-way .start-way__inner {
    max-width: 768px;
  }
  .start-way .start-way__inner .intro-part .subtitle {
    margin: 15px 0 0;
  }
  .start-way .start-way__inner a {
    margin: 24px 0 15px 0;
    margin: 24px auto 15px;
  }
}
.swiper-pagination {
  display: flex;
  flex-direction: column;
  position: absolute;
  text-align: center;
  transition: 0.3s opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
  top: 50%;
  right: 7%;
  transform: translate(0, -50%);
}

.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, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #cbe6d7;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
  border: 1px solid #7154E5;
  margin: 8px 0;
}

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: #7154E5;
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical > .swiper-pagination-bullets {
  right: 8%;
  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;
}

.home .banner {
  background: var(--banner-bg);
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}
.home .banner .banner__inner {
  margin-inline: auto;
  width: 60%;
  text-align: center;
}
.home .banner .banner__inner .intro-part h1 {
  color: var(--c-text);
}
.home .banner .banner__btns {
  margin: 40px 0 0;
  display: flex;
  justify-content: center;
  gap: 24px;
}
.home .interface {
  background: var(--interface-bg);
  background-size: cover;
  background-position: center;
}
.home .interface .interface__inner {
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: 60px clamp(60px, 6.25vw, 120px);
  position: relative;
}
.home .interface .interface__info a {
  margin: 40px 0 0;
}
.home .interface .interface__info .intro-part {
  width: 100%;
  max-width: 465px;
}
.home .interface .interface__info .intro-part h3 {
  color: var(--c-text);
}
.home .interface .interface__mockup {
  position: absolute;
  bottom: 0;
  right: clamp(40px, 4.1666666667vw, 80px);
  max-width: clamp(520px, 30vw, 576px);
}
.home .interface .interface__mockup img {
  display: block;
}
.home .exp {
  background: var(--exp-bg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.home .exp .exp-subheading {
  color: var(--c-text);
}
.home .exp .exp__mockup {
  margin: 30px 0 0;
}
.home .benefits {
  background: var(--benefits-bg);
  background-size: cover;
  background-position: center;
}
.home .benefits .benefits__items {
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: clamp(30px, 3.6458333333vw, 60px) clamp(60px, 6.25vw, 120px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(45px, 4.6875vw, 90px);
}
.home .benefits .benefits__items .item h4 {
  margin: 12px 0;
  color: var(--c-text);
}
.home .benefits .benefits__items .item p {
  color: var(--c-text-dark);
}
.home .coins {
  background: var(--coins-bg);
  background-size: cover;
  background-position: center;
}
.home .coins .intro-part {
  text-align: center;
}
.home .coins .coins__mockup {
  max-width: 1140px;
  margin: 60px auto 0;
  overflow: hidden;
  height: 528px;
  position: relative;
}
.home .coins .coins__mockup::after {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 2;
  background: var(--coins-mockup-bg);
}
.home .why {
  background: var(--why-bg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.home .why .why__items {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(30px, 3.6458333333vw, 60px);
}
.home .why .why__items .item {
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: clamp(30px, 3.6458333333vw, 60px);
}
.home .why .why__items .item h4 {
  color: var(--c-text);
  margin: 16px 0;
}
.home .why .why__items .item p {
  color: var(--c-text-dark);
  max-width: 200px;
  margin-inline: auto;
}
.home .why .why__items .item-num {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.home .why .why__items .item-num .num {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(42px, 4.4791666667vw, 86px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 300;
  color: var(--c-prime);
}
.home .why .why__items .item-num h3 {
  color: var(--c-text);
}
.home .on-go .intro-part {
  text-align: center;
}
.home .on-go .intro-part .on-go-subheading {
  color: var(--c-text);
}
.home .on-go .on-go__inner {
  display: grid;
  grid-template-columns: 2fr 1fr;
  grid-gap: clamp(100px, 10.4166666667vw, 200px);
  align-items: center;
  margin: 30px 0 0;
}
.home .on-go .on-go__items {
  display: grid;
  grid-gap: 26px;
}
.home .on-go .on-go__items .item {
  display: flex;
  align-items: center;
  gap: 20px;
}
.home .on-go .on-go__items .item p {
  color: var(--c-text);
}
.home .vision .intro-part {
  text-align: center;
}
.home .vision .intro-part .vision-subheading {
  color: var(--c-text);
}
.home .vision .vision__items {
  background: var(--c-bg-dark);
  padding: clamp(30px, 3.6458333333vw, 60px) clamp(60px, 6.25vw, 120px);
  border-radius: 30px;
  margin: clamp(30px, 3.6458333333vw, 60px) 0 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: clamp(25px, 2.6041666667vw, 50px);
}
.home .vision .vision__items .item {
  display: grid;
  grid-template-columns: 56px 1fr;
  grid-gap: 15px;
}
.home .vision .vision__items .item .descr {
  padding: 16px 0 0;
}
.home .vision .vision__items .item .descr .text1 {
  color: var(--c-text);
}
.home .vision .vision__items .item .descr .num {
  margin: 10px 0 0;
  color: var(--c-prime);
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(36px, 2.6041666667vw, 50px);
  line-height: 1.35;
}

@media screen and (max-width: 992px) {
  .home .interface .interface__inner {
    padding: clamp(60px, 6.25vw, 120px) clamp(30px, 3.6458333333vw, 60px);
  }
  .home .interface .interface__info {
    width: 40%;
  }
  .home .interface .interface__mockup {
    right: 0;
    max-width: clamp(400px, 20.8333333333vw, 400px);
  }
  .home .benefits .benefits__items {
    padding: clamp(30px, 3.6458333333vw, 60px);
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .home .why .why__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .home .on-go .on-go__inner {
    grid-template-columns: 1fr;
  }
  .home .on-go .on-go__mockup {
    width: 80%;
    margin: 0 auto;
  }
  .home .on-go .on-go__items {
    grid-template-columns: repeat(2, 1fr);
    width: 81%;
    margin: 0 auto;
    column-gap: 20vw;
  }
  .home .vision .vision__items {
    padding: clamp(30px, 3.6458333333vw, 60px);
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .home .banner .banner__inner {
    width: 80%;
  }
  .home .banner .banner__btns {
    justify-content: flex-start;
  }
  .home .interface .interface__inner {
    border-radius: 15px;
    padding: 25px 15px 0;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
    gap: 20px;
  }
  .home .interface .interface__info {
    width: 100%;
    text-align: center;
    margin-bottom: 24px;
  }
  .home .interface .interface__info .intro-part {
    max-width: 768px;
  }
  .home .interface .interface__info a {
    margin: 20px 0 0;
    margin: 20px auto;
  }
  .home .interface .interface__mockup {
    margin-top: clamp(30px, 3.6458333333vw, 60px);
    position: initial;
    right: inherit;
    max-width: clamp(520px, 30vw, 576px);
  }
  .home .interface .interface__mockup img {
    max-width: 75%;
    margin: 0 auto;
  }
  .home .exp .exp__mockup {
    width: 726px;
  }
  .home .benefits .benefits__items {
    border-radius: 15px;
    padding: 40px;
    grid-template-columns: 1fr;
    gap: 40px;
  }
  .home .benefits .benefits-item {
    display: grid;
    grid-template-columns: 56px 1fr;
    column-gap: 12px;
  }
  .home .benefits .benefits-item .paragraph {
    grid-column: 2;
  }
  .home .coins .intro-part {
    text-wrap: balance;
  }
  .home .coins .coins__mockup {
    margin: clamp(30px, 3.6458333333vw, 60px) 0 0;
    max-width: 768px;
    width: 100%;
    height: 400px;
  }
  .home .why .why__info {
    text-wrap: balance;
  }
  .home .why .why__items {
    margin: 30px 0 0;
    gap: clamp(20px, 2.0833333333vw, 40px);
  }
  .home .why .why__items .item {
    border-radius: 15px;
    padding: 25px 15px;
  }
  .home .why .why__items .item p {
    padding: 0;
    max-width: 100%;
  }
  .home .why .why__items .item-num {
    align-items: center;
    grid-row: 6;
    padding: 25px 15px;
  }
  .home .on-go .intro-part {
    text-wrap: balance;
  }
  .home .on-go .on-go__inner {
    grid-template-columns: 1fr;
    gap: clamp(10px, 1.0416666667vw, 20px);
  }
  .home .on-go .on-go__items {
    width: 100%;
    column-gap: 24px;
  }
  .home .on-go .on-go__items .item:nth-of-type(even) {
    margin-left: 5vw;
  }
  .home .vision .intro-part {
    text-wrap: balance;
  }
  .home .vision .vision__items {
    padding: 25px 15px;
    border-radius: 15px;
    gap: 40px;
    grid-template-columns: repeat(1, 1fr);
  }
  .home .vision .vision__items .item {
    max-width: 247px;
    width: 100%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 576px) {
  .home .banner .banner__inner {
    width: 100%;
  }
  .home .banner .banner__btns {
    flex-direction: column;
    align-items: center;
    margin: 30px 0 0;
    gap: 15px;
  }
  .home .benefits .benefits__items {
    grid-template-columns: 1fr;
  }
  .home .why .why__items {
    grid-template-columns: 1fr;
  }
  .home .on-go .on-go__items {
    grid-template-columns: 1fr;
    max-width: 263px;
    width: 100%;
  }
  .home .on-go .on-go__items .item:nth-of-type(even) {
    margin-left: unset;
  }
  .home .vision .vision__items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 460px) {
  .home .interface .interface__mockup img {
    max-width: 100%;
  }
  .home .why .why__items {
    grid-template-columns: 1fr;
  }
  .home .benefits .benefits__items {
    padding: 40px 20px;
  }
}
.platform .banner {
  background: var(--banner-bg);
  background-size: cover;
  background-position: center;
  min-height: calc(100vh - 100px);
  display: flex;
  align-items: center;
}
.platform .banner .banner__inner {
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  grid-gap: 30px;
  align-items: center;
}
.platform .banner .banner__info h2 {
  color: var(--c-text);
}
.platform .banner .banner__info .paragraph {
  margin: 30px 0 0;
  max-width: 420px;
  color: var(--c-text-dark);
}
.platform .banner .banner__mockup img {
  max-width: 786px;
  width: 100%;
}
.platform .benefits {
  background: var(--benefits-bg);
  background-size: cover;
  background-position: center;
}
.platform .benefits .benefits__inner {
  background: var(--c-bg-light);
  border-radius: 30px;
  display: flex;
  align-items: center;
  gap: clamp(40px, 4.1666666667vw, 80px);
  padding: 0 35px;
  overflow: hidden;
}
.platform .benefits .benefits__mockup {
  flex: 0 0 40%;
}
.platform .benefits .benefits__info {
  flex: 0 0 46%;
  padding: 35px 0;
}
.platform .benefits .benefits__info a {
  margin: 40px 0 0;
}
.platform .interface .interface__inner {
  display: flex;
  align-items: center;
  gap: clamp(40px, 4.1666666667vw, 80px);
}
.platform .interface .interface__info {
  flex: 0 0 34%;
}
.platform .interface .interface__mockup {
  flex: 0 0 64%;
}
.platform .chart {
  background: var(--chart-bg);
  background-size: cover;
  background-position: center;
}
.platform .chart .chart__info {
  text-align: center;
  display: grid;
  justify-items: center;
}
.platform .chart .chart__info h2 {
  max-width: 800px;
}
.platform .chart .chart__info p {
  max-width: 590px;
}
.platform .chart .chart__grafic {
  display: grid;
  grid-template-columns: 67px 1fr 67px;
  grid-gap: 16px;
  margin: 30px 0 0;
}
@media screen and (max-width: 768px) {
  .platform .chart .chart__grafic {
    display: none;
  }
}
.platform .chart .chart__grafic img[alt=icon1] {
  margin: auto 0;
}
.platform .chart .chart__grafic img[alt=icon1],
.platform .chart .chart__grafic img[alt=icon2] {
  filter: drop-shadow(5px 6px 19px rgba(12, 72, 210, 0.6));
}
.platform .chart .chart__grafic .chart__mockups {
  display: grid;
  justify-content: space-between;
  grid-template-areas: "img1 . img3" "img1 img2 img3" "img1 img2 img3" "img1 img2 img3" "img1 img2 img3" ". img2 .";
  margin: 60px 0 35px;
}
.platform .chart .chart__grafic .chart__mockups img {
  width: 100%;
}
.platform .chart .chart__grafic .chart__mockups img .picture1 {
  max-width: 270px;
  border-radius: 41px;
  grid-area: img1;
}
.platform .chart .chart__grafic .chart__mockups img .picture2 {
  max-width: 305px;
  grid-area: img2;
}
.platform .chart .chart__grafic .chart__mockups img .picture3 {
  max-width: 270px;
  border-radius: 43px;
  grid-area: img3;
}
.platform .chart .chart__grafic-mobile {
  display: none;
}
@media screen and (max-width: 768px) {
  .platform .chart .chart__grafic-mobile {
    display: block;
  }
}
.platform .multi {
  background: var(--multi-bg);
  background-size: cover;
  background-position: center;
}
.platform .multi .multi__items {
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: clamp(30px, 3.6458333333vw, 60px) clamp(60px, 6.25vw, 120px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(40px, 4.1666666667vw, 80px);
}
.platform .multi .multi__items .item h4 {
  margin: 12px 0;
  color: var(--c-text);
}
.platform .multi .multi__items .item p {
  color: var(--c-text-dark);
}
.platform .trade {
  background: var(--trade-bg);
  background-size: cover;
  background-position: center;
}
.platform .trade .trade__inner {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  align-items: center;
  grid-gap: clamp(50px, 5.2083333333vw, 100px);
}
.platform .trade .trade__mockup {
  display: grid;
  grid-template-columns: 1fr 1.55fr;
  grid-gap: clamp(15px, 1.5625vw, 30px);
}
.platform .trade .trade__mockup img {
  width: 100%;
}
.platform .trade .trade__mockup img:last-child {
  margin: clamp(25px, 2.6041666667vw, 50px) 0 0;
}
.platform .trade .trade__info .subtitle {
  color: var(--c-text);
}
.platform .trade .trade__info > p {
  margin: 30px 0 0;
  color: var(--c-text);
}
.platform .trade .trade__info .paragraph {
  color: var(--c-text-dark);
}

@media screen and (max-width: 992px) {
  .platform .multi .multi__items {
    padding: clamp(30px, 3.6458333333vw, 60px);
  }
  .platform .trade .trade__inner {
    grid-template-columns: 1fr;
    gap: clamp(30px, 3.6458333333vw, 60px);
  }
  .platform .trade .trade__mockup {
    width: 75%;
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .platform .banner .banner__inner {
    grid-template-columns: 1fr;
    gap: clamp(20px, 2.0833333333vw, 40px);
  }
  .platform .banner .banner__info {
    margin-top: clamp(40px, 4.1666666667vw, 80px);
    text-align: center;
  }
  .platform .banner .banner__info .paragraph {
    margin: 0 auto;
    margin-top: 30px;
  }
  .platform .banner .banner__mockup img {
    max-width: 75%;
    margin: 0 auto;
  }
  .platform .benefits .benefits__inner {
    border-radius: 15px;
    padding: 25px 15px;
    flex-direction: column-reverse;
    align-items: unset;
    gap: clamp(20px, 2.0833333333vw, 40px);
  }
  .platform .benefits .benefits__mockup {
    flex: 0 0 100%;
  }
  .platform .benefits .benefits__mockup img {
    max-width: 75%;
    margin: 0 auto;
  }
  .platform .benefits .benefits__info {
    padding: 0;
    flex: 0 0 100%;
    text-wrap: balance;
    width: 60%;
  }
  .platform .benefits .benefits__info a {
    margin: 30px 0 0;
  }
  .platform .interface .interface__inner {
    flex-direction: column;
    gap: 40px;
  }
  .platform .interface .interface__info {
    flex: 0 0 100%;
  }
  .platform .interface .interface__mockup {
    flex: 0 0 100%;
  }
  .platform .interface .interface__mockup img {
    max-width: 100%;
  }
  .platform .chart .chart__items {
    display: flex;
    flex-direction: column;
  }
  .platform .chart .chart__info {
    justify-content: flex-start;
    text-align: left;
    text-wrap: balance;
    justify-items: start;
  }
  .platform .chart .chart__grafic {
    grid-template-columns: 32px 1fr 32px;
    margin: 0;
    gap: 0;
  }
  .platform .chart .chart__grafic .chart__mockups {
    margin: 0;
  }
  .platform .multi .multi__items {
    padding: 25px 15px;
    border-radius: 15px;
    gap: clamp(20px, 2.0833333333vw, 40px);
    grid-template-columns: 1fr;
  }
  .platform .trade .trade__inner {
    grid-template-columns: 1fr;
    gap: clamp(20px, 2.0833333333vw, 40px);
  }
  .platform .trade .trade__mockup img {
    max-width: 75%;
  }
  .platform .trade .trade__info p {
    margin: 15px 0 0;
  }
}
@media screen and (max-width: 576px) {
  .platform .banner .banner__mockup img {
    max-width: 100%;
  }
  .platform .benefits .benefits__mockup img {
    max-width: 100%;
  }
  .platform .benefits .benefits__info {
    width: 100%;
    text-align: left;
  }
  .platform .interface .interface__mockup img {
    max-width: 100%;
  }
  .platform .chart .chart__grafic {
    grid-template-columns: 0 1fr 0;
    margin: 0;
  }
  .platform .trade .trade__mockup img {
    max-width: 100%;
  }
}
.crypto-trading .range {
  background: var(--range-bg);
  background-size: cover;
  background-position: center;
  padding: 60px 0;
}
.crypto-trading .range .range__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(45px, 4.6875vw, 90px);
  align-items: center;
}
.crypto-trading .range .range__inner .intro-part .subtitle {
  color: var(--c-text);
}
.crypto-trading .range .range__info ul.range__list {
  margin: 40px 0 0;
  max-width: 480px;
  display: grid;
  grid-gap: clamp(15px, 1.5625vw, 30px);
}
.crypto-trading .range .range__info ul.range__list li {
  display: flex;
  gap: clamp(15px, 1.5625vw, 30px);
}
.crypto-trading .range .range__info ul.range__list li svg {
  display: flex;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.crypto-trading .range .range__info ul.range__list li p {
  color: var(--c-text-dark);
}
.crypto-trading .range .range__mockup {
  height: 350px;
  position: relative;
}
.crypto-trading .range .range__mockup::before {
  content: "";
  position: absolute;
  display: block;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 30%;
  z-index: 10;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(13, 14, 21) 100%);
}
.crypto-trading .range .range__mockup::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  z-index: 10;
  background: linear-gradient(to right, rgba(125, 185, 232, 0) 0%, rgb(13, 14, 21) 100%);
}
.crypto-trading .features {
  background: var(--features-bg);
  background-size: contain;
  background-position: center;
}
.crypto-trading .features .features__inner {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(70px, 7.2916666667vw, 140px);
  align-items: center;
}
.crypto-trading .features .features__info {
  max-width: 600px;
}
.crypto-trading .features .features__info .features__accordions {
  margin: 30px auto 0;
  display: grid;
  grid-gap: clamp(15px, 1.5625vw, 30px);
}
.crypto-trading .features .features__info .features__accordions input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.crypto-trading .features .features__info .features__accordions .features__accordion {
  overflow: hidden;
  background: var(--c-bg-light);
  border-radius: 30px;
}
.crypto-trading .features .features__info .features__accordions .features__accordion-label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: var(--c-text);
  padding: 30px 30px 0;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
}
.crypto-trading .features .features__info .features__accordions .features__accordion-label::after {
  content: "❯";
  color: var(--c-prime);
  width: 16px;
  height: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.crypto-trading .features .features__info .features__accordions .features__accordion-content {
  max-height: 0;
  padding: 0 70px 0 30px;
  color: var(--c-text-dark);
  transition: all 0.3s ease-in-out;
}
.crypto-trading .features .features__info .features__accordions .features__accordion-content p {
  color: var(--c-text-dark);
}
.crypto-trading .features .features__info .features__accordions input:checked + .features__accordion-label {
  color: var(--c-prime);
}
.crypto-trading .features .features__info .features__accordions input:checked + .features__accordion-label::after {
  transform: rotate(90deg);
}
.crypto-trading .features .features__info .features__accordions input:checked ~ .features__accordion-content {
  max-height: 100vh;
  padding: 0 65px 25px 35px;
}
.crypto-trading .edu-hub {
  background: var(--edu-hub-bg);
  background-size: cover;
  background-position: center;
  text-align: center;
}
.crypto-trading .edu-hub .edu-hub__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 60px;
  margin: clamp(30px, 3.6458333333vw, 60px) 0;
}
.crypto-trading .edu-hub .edu-hub__items .item {
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: clamp(35px, 3.6458333333vw, 70px) clamp(25px, 2.6041666667vw, 50px);
}
.crypto-trading .edu-hub .edu-hub__items .item p {
  margin: 12px 0 0;
  color: var(--c-text);
}
.crypto-trading .edu-hub a {
  margin-inline: auto;
}
.crypto-trading .reliability {
  background: var(--reliability-bg);
  background-size: cover;
  background-position: center;
}
.crypto-trading .reliability .intro-part {
  text-align: center;
}
.crypto-trading .reliability .reliability__items {
  margin: 60px 0 0;
  display: grid;
  grid-template-columns: 1fr 1.3fr 1fr;
}
.crypto-trading .reliability .reliability__items-group {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
}
.crypto-trading .reliability .reliability__items-group .item {
  display: flex;
  gap: 20px;
  border-radius: 30px;
  padding: 42px 35px;
  background: var(--c-bg-light);
  box-shadow: 0 -6px 50px 0 rgba(113, 84, 229, 0.2);
}
.crypto-trading .reliability .reliability__items-group .item svg {
  display: flex;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
}
.crypto-trading .reliability .reliability__items-group .item p {
  color: var(--c-text);
}
.crypto-trading .reliability .reliability__items-group .item.item-prime {
  background: var(--c-prime);
}

@media screen and (max-width: 1100px) {
  .crypto-trading .reliability .reliability__items-group .item {
    padding: clamp(20px, 2.0833333333vw, 40px);
  }
}
@media screen and (max-width: 992px) {
  .crypto-trading .features .features__inner {
    gap: clamp(20px, 2.0833333333vw, 40px);
  }
  .crypto-trading .edu-hub .edu-hub__items {
    gap: clamp(20px, 2.0833333333vw, 40px);
  }
  .crypto-trading .reliability .reliability__items {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(20px, 2.0833333333vw, 40px);
  }
  .crypto-trading .reliability .reliability__items-group .item {
    height: -webkit-fill-available;
    align-items: center;
  }
  .crypto-trading .reliability .reliability__items-mockup {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .crypto-trading .range .range__inner {
    display: flex;
    flex-direction: column;
    gap: clamp(20px, 2.0833333333vw, 40px);
    align-items: flex-start;
  }
  .crypto-trading .range .range__info {
    width: 100%;
  }
  .crypto-trading .range .range__info ul.range__list {
    max-width: 100%;
  }
  .crypto-trading .range .range__mockup {
    width: 100%;
    background: var(--c-bg-light);
  }
  .crypto-trading .features .features__inner {
    grid-template-columns: 1fr;
    gap: 0;
  }
  .crypto-trading .features .features__mockup {
    grid-row: 2;
  }
  .crypto-trading .features .features__mockup img {
    max-width: 75%;
    margin: 0 auto;
  }
  .crypto-trading .features .features__info {
    max-width: 768px;
  }
  .crypto-trading .features .features__info .features__accordions {
    margin: 15px 0 0 0;
  }
  .crypto-trading .features .features__info .features__accordions .features__accordion {
    border-radius: 15px;
  }
  .crypto-trading .features .features__info .features__accordions .features__accordion .features__accordion-label {
    padding: 15px 20px;
  }
  .crypto-trading .features .features__info .features__accordions .features__accordion input:checked ~ .features__accordion-content {
    max-height: 100vh;
    padding: 0 65px 25px 20px;
  }
  .crypto-trading .edu-hub .edu-hub__items {
    grid-template-columns: repeat(1, 0.6fr);
    justify-content: center;
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .crypto-trading .edu-hub .edu-hub__items .item {
    border-radius: 15px;
    padding: 25px 15px;
  }
  .crypto-trading .edu-hub a {
    margin: 0 auto;
  }
  .crypto-trading .reliability .reliability__items {
    margin: 30px 0 0;
    grid-template-columns: 0.8fr;
    justify-content: center;
  }
  .crypto-trading .reliability .reliability__items .reliability__items-group {
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .crypto-trading .reliability .reliability__items .item {
    padding: 25px 15px;
    border-radius: 15px;
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }
  .crypto-trading .reliability .reliability__items .item-reverse {
    flex-direction: row-reverse;
    flex-direction: column-reverse;
  }
  .crypto-trading .reliability .reliability__items .reliability__items-mockup {
    order: -2;
  }
  .crypto-trading .reliability .reliability__items .reliability__items-mockup img {
    max-width: 50%;
  }
}
@media screen and (max-width: 576px) {
  .crypto-trading .range .range__mockup img {
    max-width: 100%;
  }
  .crypto-trading .features .features__mockup img {
    max-width: 100%;
  }
  .crypto-trading .features .features__info .features__accordions {
    margin: 15px 0 0 0;
  }
  .crypto-trading .features .features__info .features__accordions .features__accordion {
    border-radius: 15px;
  }
  .crypto-trading .features .features__info .features__accordions .features__accordion .features__accordion-label {
    padding: 15px 20px;
  }
  .crypto-trading .features .features__info .features__accordions .features__accordion input:checked ~ .features__accordion-content {
    max-height: 100vh;
    padding: 0 25px 25px 20px;
  }
  .crypto-trading .edu-hub .edu-hub__items {
    grid-template-columns: 0.9fr;
  }
}
@media screen and (max-width: 460px) {
  .crypto-trading .edu-hub .edu-hub__items {
    grid-template-columns: 1fr;
  }
  .crypto-trading .range .range__info ul.range__list li {
    flex-direction: colum;
  }
  .crypto-trading .reliability .reliability__items .item {
    gap: 12px;
    align-items: center;
    justify-content: flex-end;
    flex-direction: column;
    align-items: flex-start;
    text-align: left;
  }
  .crypto-trading .reliability .reliability__items .item-reverse {
    flex-direction: row-reverse;
    flex-direction: column-reverse;
  }
  .crypto-trading .reliability .reliability__items .reliability__items-mockup img {
    max-width: 100%;
  }
}
.cfd-trading .benefits {
  background: var(--benefits-bg);
  background-size: cover;
  background-position: center;
}
.cfd-trading .benefits .benefits__items {
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: clamp(30px, 3.6458333333vw, 60px) clamp(60px, 6.25vw, 120px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(30px, 3.6458333333vw, 60px);
  overflow: hidden;
}
.cfd-trading .benefits .benefits__items .item h4 {
  margin: 12px 0;
  color: var(--c-text);
}
.cfd-trading .benefits .benefits__items .item ul {
  display: grid;
  grid-gap: 12px;
  max-width: 260px;
}
.cfd-trading .benefits .benefits__items .item ul li {
  display: flex;
  gap: 12px;
}
.cfd-trading .benefits .benefits__items .item ul li svg {
  display: flex;
  flex-shrink: 0;
  width: 23px;
  height: 27px;
}
.cfd-trading .benefits .benefits__items .item ul li p {
  color: var(--c-text-dark);
}
.cfd-trading .assets .assets__info {
  max-width: clamp(750px, 43.75vw, 840px);
  margin-inline: auto;
  text-align: center;
}
.cfd-trading .assets .assets_mockup {
  margin: 30px 0 0;
}
.cfd-trading .adv-tools {
  background: var(--adv-tools-bg);
  background-size: contain;
  background-position: top left;
}
.cfd-trading .adv-tools .adv__info {
  text-align: center;
}
.cfd-trading .adv-tools .adv-tools__inner {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  grid-gap: clamp(30px, 3.6458333333vw, 60px);
  align-items: center;
}
.cfd-trading .adv-tools .adv-tools__accordions {
  margin: 30px auto 0;
  display: grid;
  grid-gap: clamp(15px, 1.5625vw, 30px);
  height: fit-content;
}
.cfd-trading .adv-tools .adv-tools__accordions input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.cfd-trading .adv-tools .adv-tools__accordions .adv-tools__accordion {
  overflow: hidden;
  background: var(--c-bg-light);
  border-radius: 30px;
}
.cfd-trading .adv-tools .adv-tools__accordions .adv-tools__accordion-label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: var(--c-text);
  padding: 30px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
}
.cfd-trading .adv-tools .adv-tools__accordions .adv-tools__accordion-label::after {
  content: "❯";
  color: var(--c-prime);
  width: 16px;
  height: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.cfd-trading .adv-tools .adv-tools__accordions .adv-tools__accordion-content {
  max-height: 0;
  padding: 0 70px 0 30px;
  color: var(--c-text-dark);
  transition: all 0.3s ease-in-out;
}
.cfd-trading .adv-tools .adv-tools__accordions input:checked + .adv-tools__accordion-label {
  color: var(--c-prime);
}
.cfd-trading .adv-tools .adv-tools__accordions input:checked + .adv-tools__accordion-label::after {
  transform: rotate(90deg);
}
.cfd-trading .adv-tools .adv-tools__accordions input:checked ~ .adv-tools__accordion-content {
  max-height: 100vh;
  padding: 0 65px 25px 35px;
}

@media screen and (max-width: 992px) {
  .cfd-trading .benefits .benefits__items {
    padding: clamp(30px, 3.6458333333vw, 60px);
    gap: clamp(15px, 1.5625vw, 30px);
    grid-template-columns: 1fr;
  }
  .cfd-trading .benefits .benefits__items .item ul {
    max-width: unset;
  }
  .cfd-trading .assets .assets_mockup svg {
    display: block;
    width: 100%;
    height: 100%;
  }
  .cfd-trading .adv-tools .adv-tools__inner {
    grid-template-columns: repeat(2, 1fr);
    gap: clamp(15px, 1.5625vw, 30px);
  }
}
@media screen and (max-width: 768px) {
  .cfd-trading .benefits .benefits__items {
    padding: 25px 15px;
    border-radius: 15px;
    gap: clamp(25px, 2.6041666667vw, 50px);
  }
  .cfd-trading .adv-tools .adv-tools__inner {
    grid-template-columns: 1fr;
    align-items: start;
  }
  .cfd-trading .adv-tools .adv-tools__inner .adv-tools__mockup {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
    grid-row: 2;
  }
  .cfd-trading .adv-tools .adv-tools__inner .adv-tools__mockup img {
    max-width: 75%;
    margin: 0 auto;
  }
  .cfd-trading .adv-tools .adv-tools__accordions {
    margin: 15px 0 0 0;
  }
  .cfd-trading .adv-tools .adv-tools__accordions .adv-tools__accordion {
    border-radius: 15px;
  }
  .cfd-trading .adv-tools .adv-tools__accordions .adv-tools__accordion .adv-tools__accordion-label {
    padding: 15px 20px;
  }
  .cfd-trading .adv-tools .adv-tools__accordions .adv-tools__accordion input:checked ~ .adv-tools__accordion-content {
    max-height: 100vh;
    padding: 0 65px 25px 20px;
  }
}
@media screen and (max-width: 576px) {
  .cfd-trading .benefits .benefits__items {
    grid-template-columns: 1fr;
  }
  .cfd-trading .adv-tools .adv-tools__inner .adv-tools__mockup img {
    max-width: 100%;
  }
  .cfd-trading .adv-tools .adv-tools__accordions .adv-tools__accordion input:checked ~ .adv-tools__accordion-content {
    max-height: 100vh;
    padding: 0 25px 25px 20px;
  }
}
.education .edu:not(:last-child) {
  margin: 0 0 clamp(30px, 3.6458333333vw, 60px);
}
.education .edu .edu__title {
  display: flex;
  align-items: center;
  gap: 15px;
}
.education .edu .edu__title .edu__title-content {
  text-align: center;
  max-width: 430px;
  width: 100%;
}
.education .edu .edu__title .edu__title-content p {
  margin: 15px 0 0;
}
.education .edu .edu__title::before, .education .edu .edu__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--c-prime);
}
.education .edu .edu__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(30px, 3.6458333333vw, 60px);
  margin: clamp(30px, 3.6458333333vw, 60px) 0 0;
}
.education .edu .edu__items .item {
  cursor: pointer;
  display: inline-block;
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: clamp(20px, 2.0833333333vw, 40px) 0 clamp(40px, 4.1666666667vw, 80px) clamp(25px, 2.6041666667vw, 50px);
}
.education .edu .edu__items .item-head {
  display: flex;
  justify-content: space-between;
}
.education .edu .edu__items .item-head .item-amount {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
  color: var(--c-prime);
  background: var(--c-bg-dark);
  padding: 5px 14px;
  border-radius: 8px 0px 0px 8px;
  height: fit-content;
}
.education .edu .edu__items .item-body {
  margin: 12px 0 0;
  max-width: 220px;
}
.education .edu .edu__items .item-body h4 {
  color: var(--c-text);
}
.education .edu .edu__items .item-body p {
  margin: 15px 0 0;
  color: var(--c-text-dark);
}

@media screen and (max-width: 992px) {
  .education .edu .edu__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .education .edu .edu__items .item .item-main {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .education .edu .edu__title {
    justify-content: center;
  }
  .education .edu .edu__title::before, .education .edu .edu__title::after {
    display: none;
  }
  .education .edu .edu__title .edu__title-content p {
    margin: 8px 0 0;
  }
  .education .edu .edu__items {
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .education .edu .edu__items .item {
    border-radius: 15px;
    padding: 20px;
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .education .edu .edu__items .item .item-main h4 {
    margin: 8px 0 12px;
  }
}
@media screen and (max-width: 576px) {
  .education .edu .edu__items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 460px) {
  .education .edu .edu__items {
    grid-template-columns: 1fr;
  }
}
.faq-page .faq h3 {
  display: flex;
  align-items: center;
  gap: 30px;
  color: var(--c-text);
}
.faq-page .faq h3::before, .faq-page .faq h3::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--c-prime);
}
.faq-page .faq h3:not(:first-of-type) {
  margin: clamp(30px, 3.6458333333vw, 60px) 0 0;
}
.faq-page .faq .faq__accordions {
  margin: clamp(30px, 3.6458333333vw, 60px) auto 0;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: clamp(15px, 1.5625vw, 30px) clamp(20px, 2.0833333333vw, 40px);
}
.faq-page .faq .faq__accordions input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.faq-page .faq .faq__accordions .faq__accordion {
  overflow: hidden;
  height: fit-content;
  background: var(--c-bg-light);
  border-radius: 30px;
}
.faq-page .faq .faq__accordions .faq__accordion-label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: var(--c-text);
  padding: 30px 50px;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}
.faq-page .faq .faq__accordions .faq__accordion-label::after {
  content: "❯";
  color: var(--c-prime);
  width: 16px;
  height: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.faq-page .faq .faq__accordions .faq__accordion-content {
  max-height: 0;
  padding: 0 50px;
  color: var(--c-text-dark);
  transition: all 0.3s ease-in-out;
}
.faq-page .faq .faq__accordions input:checked + .faq__accordion-label {
  color: var(--c-prime);
}
.faq-page .faq .faq__accordions input:checked + .faq__accordion-label::after {
  transform: rotate(90deg);
}
.faq-page .faq .faq__accordions input:checked ~ .faq__accordion-content {
  max-height: 100vh;
  padding: 0 50px 30px;
}

@media screen and (max-width: 992px) {
  .faq-page .faq .faq__accordions .faq__accordion .faq__accordion-label {
    padding: 30px;
  }
  .faq-page .faq .faq__accordions .faq__accordion input:checked ~ .faq__accordion-content {
    padding: 0 30px 30px;
  }
}
@media screen and (max-width: 768px) {
  .faq-page .faq h3 {
    gap: 25px;
  }
  .faq-page .faq h3::before {
    display: none;
  }
  .faq-page .faq .faq__accordions {
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .faq-page .faq .faq__accordions .faq__accordion {
    border-radius: 15px;
  }
  .faq-page .faq .faq__accordions .faq__accordion .faq__accordion-label {
    padding: 20px;
  }
  .faq-page .faq .faq__accordions .faq__accordion input:checked ~ .faq__accordion-content {
    padding: 0 20px 20px;
  }
}
@media screen and (max-width: 576px) {
  .faq-page .faq .faq__accordions {
    grid-template-columns: 1fr;
  }
}
.analytics-page .analytics {
  margin: 0 0 60px;
}
.analytics-page .analytics:first-child {
  padding: 60px 0 0;
}
.analytics-page .analytics .analytics__title {
  display: flex;
  align-items: center;
  gap: clamp(25px, 2.6041666667vw, 50px);
}
.analytics-page .analytics .analytics__title::before, .analytics-page .analytics .analytics__title::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background: var(--c-prime);
}
.analytics-page .analytics .analytics__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: clamp(15px, 1.5625vw, 30px) clamp(30px, 3.6458333333vw, 60px);
  margin: clamp(30px, 3.6458333333vw, 60px) 0 0;
}
.analytics-page .analytics .analytics__items .item {
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: clamp(25px, 2.6041666667vw, 50px) clamp(30px, 3.6458333333vw, 60px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(30px, 3.6458333333vw, 60px);
}
.analytics-page .analytics .analytics__items .item .item-main {
  margin: 12px 0 0;
  max-width: 290px;
}
.analytics-page .analytics .analytics__items .item .item-main h4 {
  margin: 12px 0 15px;
  color: var(--c-text);
}
.analytics-page .analytics .analytics__items .item .item-main p {
  color: var(--c-text-dark);
}
.analytics-page .analytics .analytics__items .item a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
  color: var(--c-prime);
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.analytics-page .analytics .analytics__items .item a:hover::after {
  transform: translateX(6px);
}
.analytics-page .analytics .analytics__items .item a::after {
  content: "❯";
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .analytics-page .analytics .analytics__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .analytics-page .analytics .analytics__items .item .item-main {
    margin: 0;
  }
}
@media screen and (max-width: 768px) {
  .analytics-page .analytics .analytics__items {
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .analytics-page .analytics .analytics__items .item {
    border-radius: 15px;
    padding: 20px;
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .analytics-page .analytics .analytics__items .item .item-main h4 {
    margin: 8px 0 12px;
  }
}
@media screen and (max-width: 576px) {
  .analytics-page .analytics .analytics__items {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 460px) {
  .analytics-page .analytics .analytics__title {
    justify-content: flex-start;
  }
  .analytics-page .analytics .analytics__title::before {
    display: none;
  }
  .analytics-page .analytics .analytics__items {
    grid-template-columns: 1fr;
  }
}
.all-markets-page .tabs__navs {
  display: flex;
  gap: 34px;
  justify-content: center;
  flex-wrap: wrap;
}
.all-markets-page .tabs__navs .tabs__nav {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
  cursor: pointer;
  border-radius: 30px;
  padding: 15px 20px;
  color: var(--c-prime);
  background: var(--c-prime-dark);
}
.all-markets-page .tabs__navs .tabs__nav.active {
  color: var(--c-text);
  background: var(--c-prime);
}
.all-markets-page .tabs__contents {
  margin: 60px 0 0;
}
.all-markets-page .tabs__contents .tabs__content {
  display: none;
}
.all-markets-page .tabs__contents .tabs__content.active {
  display: block;
}
.all-markets-page .tabs__contents .tabs__content h3 {
  text-align: center;
  color: var(--c-text);
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols {
  margin: 30px 0 0;
  display: grid;
  grid-template-columns: 1fr 1.4fr 1fr;
  grid-gap: 30px;
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-center,
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right {
  background: var(--c-bg-light);
  border-radius: 30px;
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-left {
  padding: clamp(30px, 3.6458333333vw, 60px) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-left .tabs__descr .subtitle {
  color: var(--c-text);
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-left .tabs__descr .paragraph {
  color: var(--c-text-dark);
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-left p.paragraph {
  margin: 30px 0 0;
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-center {
  padding: clamp(30px, 3.6458333333vw, 60px) 0 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(50px, 5.2083333333vw, 100px);
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-center .tabs__mockup {
  line-height: 0;
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 30px;
  padding: clamp(30px, 3.6458333333vw, 60px);
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right ul.tabs__list {
  display: grid;
  grid-gap: 12px;
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right ul.tabs__list li {
  display: flex;
  align-items: center;
  gap: 12px;
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right ul.tabs__list li svg {
  display: flex;
  flex-shrink: 0;
  width: 40px;
  height: 40px;
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right ul.tabs__list li p {
  color: var(--c-text-dark);
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
  color: var(--c-prime);
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right a:hover::after {
  transform: translateX(6px);
}
.all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right a::after {
  content: "❯";
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .all-markets-page .tabs__contents .tabs__content .tabs__cols {
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    grid-template-areas: "col-left col-center" "col-right col-right";
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-left {
    grid-area: col-left;
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-center {
    grid-area: col-center;
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right {
    grid-area: col-right;
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right ul.tabs__list {
    display: flex;
    flex-wrap: wrap;
    gap: 40px;
  }
}
@media screen and (max-width: 768px) {
  .all-markets-page .tabs__navs {
    gap: 20px;
    justify-content: flex-start;
  }
  .all-markets-page .tabs__navs .tabs__nav {
    border-radius: 15px;
  }
  .all-markets-page .tabs__contents {
    margin: clamp(30px, 3.6458333333vw, 60px) 0 0;
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols {
    margin: 15px 0 0;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
    grid-template-areas: "col-left" "col-center" "col-right";
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-left {
    padding: 0;
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-left p.paragraph {
    margin: 10px 0 20px;
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-center {
    padding: 20px 0 0;
    border-radius: 15px;
    gap: clamp(20px, 2.0833333333vw, 40px);
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-center h3 {
    padding: 0 15px;
  }
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right {
    border-radius: 15px;
    padding: 20px 15px;
  }
  .all-markets-page .tabs__descr {
    text-align: center;
  }
}
@media screen and (max-width: 400px) {
  .all-markets-page .tabs__contents .tabs__content .tabs__cols .col-right ul.tabs__list {
    flex-direction: column;
    gap: 15px;
  }
}
.market-tools-page .market-tools {
  margin-top: clamp(30px, 3.6458333333vw, 60px);
}
.market-tools-page .market-tools .market-tools__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 3.6458333333vw, 60px);
}
.market-tools-page .market-tools .market-tools__items .item {
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: clamp(20px, 2.0833333333vw, 40px) clamp(25px, 2.6041666667vw, 50px);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: clamp(30px, 3.6458333333vw, 60px);
}
.market-tools-page .market-tools .market-tools__items .item .item-main {
  max-width: 300px;
}
.market-tools-page .market-tools .market-tools__items .item .item-main h4 {
  margin: 12px 0 15px;
  color: var(--c-text);
}
.market-tools-page .market-tools .market-tools__items .item .item-main p {
  color: var(--c-text-dark);
}
.market-tools-page .market-tools .market-tools__items .item a {
  font-family: "Inter", sans-serif;
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: 600;
  color: var(--c-prime);
  display: flex;
  align-items: center;
  gap: 8px;
  width: fit-content;
}
.market-tools-page .market-tools .market-tools__items .item a:hover::after {
  transform: translateX(6px);
}
.market-tools-page .market-tools .market-tools__items .item a::after {
  content: "❯";
  font-size: 12px;
  transition: all 0.3s ease-in-out;
}

@media screen and (max-width: 992px) {
  .market-tools-page .market-tools .market-tools__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media screen and (max-width: 768px) {
  .market-tools-page .market-tools .market-tools__items {
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .market-tools-page .market-tools .market-tools__items .item {
    border-radius: 15px;
    padding: 20px;
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .market-tools-page .market-tools .market-tools__items .item .item-main h4 {
    margin: 8px 0 12px;
  }
}
@media screen and (max-width: 576px) {
  .market-tools-page .market-tools .market-tools__items {
    grid-template-columns: 1fr;
    gap: clamp(15px, 1.5625vw, 30px);
  }
  .market-tools-page .market-tools .market-tools__items .item {
    gap: clamp(15px, 1.5625vw, 30px);
  }
}
@media screen and (max-width: 460px) {
  .market-tools-page .market-tools .market-tools__items {
    grid-template-columns: 1fr;
  }
}
.about .info {
  background: var(--info-bg);
  background-size: cover;
}
.about .info .info__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .info .info__wrap .text {
  flex: 0 0 43%;
}
.about .info .info__wrap .text .paragraph {
  margin-top: 30px;
  text-wrap: balance;
}
.about .info .info__wrap .picture {
  flex: 0 0 48%;
}
.about .glance {
  background: var(--glance-bg);
  background-size: cover;
}
.about .glance .glance__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .glance .glance__wrap .picture {
  flex: 0 0 52%;
}
.about .glance .glance__wrap .text {
  flex: 0 0 47%;
}
.about .glance .glance__wrap .text h2 {
  color: var(--c-text);
}
.about .glance .glance__wrap .text .glance-tools__accordions {
  margin: 30px auto 0;
  display: grid;
  grid-gap: clamp(15px, 1.5625vw, 30px);
  height: fit-content;
}
.about .glance .glance__wrap .text .glance-tools__accordions input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.about .glance .glance__wrap .text .glance-tools__accordions .glance-tools__accordion {
  overflow: hidden;
  background: var(--c-bg-light);
  border-radius: 30px;
}
.about .glance .glance__wrap .text .glance-tools__accordions .glance-tools__accordion-label {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  color: var(--c-text);
  padding: 30px;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 600;
}
.about .glance .glance__wrap .text .glance-tools__accordions .glance-tools__accordion-label::after {
  content: "❯";
  color: var(--c-prime);
  width: 16px;
  height: 16px;
  text-align: center;
  transition: all 0.3s ease-in-out;
}
.about .glance .glance__wrap .text .glance-tools__accordions .glance-tools__accordion-content {
  max-height: 0;
  padding: 0 70px 0 30px;
  color: var(--c-text-dark);
  transition: all 0.3s ease-in-out;
}
.about .glance .glance__wrap .text .glance-tools__accordions .glance-tools__accordion-content p {
  color: var(--c-text-dark);
}
.about .glance .glance__wrap .text .glance-tools__accordions input:checked + .glance-tools__accordion-label {
  color: var(--c-prime);
}
.about .glance .glance__wrap .text .glance-tools__accordions input:checked + .glance-tools__accordion-label::after {
  transform: rotate(90deg);
}
.about .glance .glance__wrap .text .glance-tools__accordions input:checked ~ .glance-tools__accordion-content {
  max-height: 100vh;
  padding: 0 65px 25px 35px;
}
.about .commitment {
  background: var(--commitment-bg);
  background-size: cover;
}
.about .commitment .commitment__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.about .commitment .commitment__wrap .text {
  flex: 0 0 43%;
}
.about .commitment .commitment__wrap .text h2 {
  text-wrap: balance;
}
.about .commitment .commitment__wrap .text p {
  text-wrap: balance;
}
.about .commitment .commitment__wrap .slider {
  flex: 0 0 56%;
  position: relative;
}
.about .commitment .commitment__wrap .slider .swiper-wrapper {
  height: 420px !important;
}
.about .commitment .commitment__wrap .slider .slider-main {
  height: 420px;
  position: relative;
  z-index: 20;
  display: flex;
  align-items: center;
  background: var(--c-bg-light);
  border-radius: 30px;
  box-shadow: 8px 18px 35px 0 var(--c-prime-light);
  padding: clamp(30px, 3.6458333333vw, 60px) clamp(50px, 5.2083333333vw, 100px) clamp(30px, 3.6458333333vw, 60px) clamp(30px, 3.6458333333vw, 60px);
  overflow: hidden;
}
.about .commitment .commitment__wrap .slider .slider-main .swiper-slide .slide-body {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.about .commitment .commitment__wrap .slider .slider-main .swiper-slide .slide-body .num {
  flex: 0 0 25%;
}
.about .commitment .commitment__wrap .slider .slider-main .swiper-slide .slide-body .num img {
  text-align: center;
}
.about .commitment .commitment__wrap .slider .slider-main .swiper-slide .slide-body .text {
  flex: 0 0 68%;
  padding: 0 0 clamp(20px, 2.0833333333vw, 40px) clamp(25px, 2.6041666667vw, 50px);
  background: var(--border-bg);
  background-position: left bottom;
  background-size: 50% 60px;
  border-image-width: 50% 0 0 0;
  margin-top: 0;
}
.about .commitment .commitment__wrap .slider .slider-main .swiper-slide .slide-body .text h4 {
  color: var(--c-text);
}
.about .commitment .commitment__wrap .slider .slider-main .swiper-slide .slide-body .text .paragraph {
  margin-top: 15px;
  color: var(--c-text-dark);
}
.about .worldwide h2 {
  text-align: center;
}
.about .worldwide .paragraph {
  text-align: center;
  margin: 30px 0;
}
.about .worldwide .worldwide__items {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: clamp(25px, 2.6041666667vw, 50px);
  margin-top: 30px;
}
.about .worldwide .worldwide__items .item {
  display: flex;
  align-items: center;
  gap: 15px;
  background: var(--c-bg-light);
  border-radius: 30px;
  padding: 14px 15px;
  transition: all 0.3s ease-in-out;
}
.about .worldwide .worldwide__items .item:hover {
  background: var(--c-prime);
}
.about .worldwide .worldwide__items .item:hover .number {
  color: var(--c-second);
}
.about .worldwide .worldwide__items .item .number {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(20px, 1.6666666667vw, 32px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 400;
  color: var(--c-prime);
}
.about .worldwide .worldwide__items .item .country {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  color: var(--c-text);
  font-weight: 400;
}
.about .aparat {
  background: var(--aparat-bg);
  background-size: cover;
}
.about .aparat .aparat__wrap {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(50px, 5.2083333333vw, 100px);
  align-items: center;
}
.about .aparat .aparat__wrap .text .paragraph {
  text-wrap: balance;
}
.about .aparat .aparat__wrap .cards {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(15px, 1.5625vw, 30px);
}
.about .aparat .aparat__wrap .cards .card {
  background: var(--c-bg-light);
  box-shadow: 8px 18px 35px 0 var(--c-prime-light);
  border-radius: 30px;
  padding: 30px;
}
.about .aparat .aparat__wrap .cards .card .title {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 300;
  font-weight: 400;
  color: var(--c-text);
  margin: 30px 0 9px;
}
.about .aparat .aparat__wrap .cards .card .description,
.about .aparat .aparat__wrap .cards .card .number {
  display: inline-flex;
  align-items: center;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(28px, 2.6041666667vw, 50px);
  line-height: 1.5;
  font-style: normal;
  font-weight: 300;
  color: var(--c-prime);
}

@media screen and (max-width: 1224px) {
  .about .aparat .aparat__wrap {
    grid-template-columns: 0.7fr;
    justify-content: center;
  }
  .about .aparat .aparat__wrap .text {
    text-align: center;
  }
}
@media screen and (max-width: 992px) {
  .about .glance .glance__wrap .picture {
    flex: 0 0 46%;
  }
  .about .glance .glance__wrap .text {
    flex: 0 0 50%;
  }
  .about .commitment .commitment__wrap .text {
    flex: 0 0 46%;
  }
  .about .commitment .commitment__wrap .slider {
    flex: 0 0 50%;
  }
  .about .commitment .commitment__wrap .slider .swiper-wrapper {
    height: 320px !important;
  }
  .about .commitment .commitment__wrap .slider .slider-main {
    height: 320px;
    padding: clamp(15px, 1.5625vw, 30px);
  }
  .about .worldwide .worldwide__items {
    justify-content: space-evenly;
  }
  .about .aparat .aparat__wrap {
    grid-template-columns: 1fr;
  }
  .about .aparat .aparat__wrap .text .paragraph {
    margin-top: 15px;
  }
}
@media screen and (max-width: 768px) {
  .about .info .info__wrap {
    flex-direction: column;
    text-align: center;
    gap: 30px;
  }
  .about .info .info__wrap .picture {
    flex: 0 0 100%;
  }
  .about .info .info__wrap .picture img {
    max-width: 80%;
    margin: 0 auto;
  }
  .about .info .info__wrap .text {
    flex: 0 0 100%;
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
  .about .info .info__wrap .text .paragraph {
    margin: 15px 0 0;
  }
  .about .glance .glance__wrap {
    flex-direction: column-reverse;
  }
  .about .glance .glance__wrap .picture {
    flex: 0 0 100%;
  }
  .about .glance .glance__wrap .picture img {
    max-width: 80%;
    margin: 0 auto;
  }
  .about .glance .glance__wrap .text {
    flex: 0 0 100%;
    width: 90%;
  }
  .about .glance .glance__wrap .text .glance-tools__accordions {
    margin: 15px 0 0 0;
  }
  .about .glance .glance__wrap .text .glance-tools__accordions .glance-tools__accordion {
    border-radius: 15px;
  }
  .about .glance .glance__wrap .text .glance-tools__accordions .glance-tools__accordion .glance-tools__accordion-label {
    padding: 15px 20px;
  }
  .about .glance .glance__wrap .text .glance-tools__accordions .glance-tools__accordion input:checked ~ .glance-tools__accordion-content {
    max-height: 100vh;
    padding: 0 65px 25px 20px;
  }
  .about .commitment .commitment__wrap {
    flex-direction: column;
    gap: clamp(40px, 6vw, 80px);
  }
  .about .commitment .commitment__wrap .text {
    flex: 0 0 100%;
    text-align: center;
    width: 80%;
  }
  .about .commitment .commitment__wrap .text .paragraph {
    margin-top: 15px;
  }
  .about .commitment .commitment__wrap .slider {
    flex: 0 0 100%;
    margin-top: clamp(30px, 3.6458333333vw, 60px);
  }
  .about .commitment .commitment__wrap .slider .slider-main {
    border-radius: 15px;
  }
  .about .worldwide .paragraph {
    margin: 15px 0;
  }
}
@media screen and (max-width: 576px) {
  .about .aparat .aparat__wrap .cards {
    gap: 15px;
  }
  .about .aparat .aparat__wrap .cards .card {
    border-radius: 15px;
    padding: 20px;
  }
}
@media screen and (max-width: 460px) {
  .about .worldwide .worldwide__items {
    justify-content: flex-start;
  }
  .about .commitment .commitment__wrap .slider .slider-main .swiper-slide .slide-body .num {
    flex: 0 0 15%;
  }
  .about .commitment .commitment__wrap .slider .slider-main .swiper-slide .slide-body .text {
    flex: 0 0 85%;
    background: none;
    padding: 0 30px 0 15px;
  }
  .about .aparat .aparat__wrap .cards {
    grid-template-columns: 1fr;
  }
}
.tradeholic-theme {
  background: var(--c-white);
}
.tradeholic-theme .tradeholic {
  padding: 120px 15px;
}
.tradeholic-theme .tradeholic #btn-instr:not(:lang(ru-RU)) {
  display: none !important;
}
.tradeholic-theme .tradeholic h2,
.tradeholic-theme .tradeholic h3,
.tradeholic-theme .tradeholic h4,
.tradeholic-theme .tradeholic h5,
.tradeholic-theme .tradeholic h6 {
  color: var(--c-title-th);
  text-align: center;
  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: var(--c-white);
  padding: 50px 0;
}
.tradeholic-theme .tradeholic .subheader {
  padding-bottom: 80px;
  background: var(--c-white);
}
.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: var(--c-white);
  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%;
  }
}
.our-history-page .history .history__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.our-history-page .history .history__row .year {
  flex: 0 0 40%;
}
.our-history-page .history .history__row .year .year-data {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(16px, 1.0416666667vw, 20px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 900;
  font-size: clamp(50px, 5vw, 96px);
  color: var(--c-prime);
}
.our-history-page .history .history__row .year .color-light {
  color: var(--c-second);
}
.our-history-page .history .history__row .year .year__t-right {
  text-align: right;
}
.our-history-page .history .history__row .picture {
  flex: 0 0 13%;
  margin-top: 50px;
}
.our-history-page .history .history__row .info {
  flex: 0 0 40%;
}
.our-history-page .history .history__row .info .info-title {
  color: var(--c-prime);
  margin-bottom: 15px;
}
.our-history-page .history .history__row .info .color-light {
  color: var(--c-second);
}
.our-history-page .history .history__row .info .paragraph {
  color: var(--c-text);
  text-wrap: balance;
}
.our-history-page .history .history__row .info__b-right {
  border-image: var(--info__b-right-border);
  padding: clamp(20px, 2.0833333333vw, 40px) clamp(25px, 2.6041666667vw, 50px) clamp(20px, 2.0833333333vw, 40px) clamp(15px, 1.5625vw, 30px);
}
.our-history-page .history .history__row .info__b-left {
  border-image: var(--info__b-left-border);
  padding: clamp(20px, 2.0833333333vw, 40px) 0 clamp(20px, 2.0833333333vw, 40px) clamp(30px, 3.6458333333vw, 60px);
}
.our-history-page .history .line {
  display: flex;
  justify-content: center;
  height: 50px;
}
.our-history-page .history .line .line-got {
  height: 50px;
  display: block;
  border: 2px dashed var(--c-prime);
}

@media screen and (max-width: 992px) {
  .our-history-page .history .history__row .picture {
    margin-top: 25px;
  }
  .our-history-page .history .history__row .info__b-right {
    border-image: none;
  }
  .our-history-page .history .history__row .info__b-left {
    border-image: none;
  }
}
@media screen and (max-width: 768px) {
  .our-history-page .history .history__row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: clamp(15px, 1.5625vw, 30px);
  }
  .our-history-page .history .history__row .year {
    flex: 0 0 100%;
    margin-top: -15px;
  }
  .our-history-page .history .history__row .picture {
    flex: 0 0 100%;
    margin-top: 16px;
  }
  .our-history-page .history .history__row .picture img {
    width: 100px;
    height: 100px;
  }
  .our-history-page .history .history__row #order-img {
    order: -1;
  }
  .our-history-page .history .history__row #order-img2 {
    order: 1;
  }
  .our-history-page .history .history__row .info {
    flex: 0 0 100%;
    padding: 0 0 clamp(20px, 2.0833333333vw, 40px) 0;
  }
  .our-history-page .history .row-reverse {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .our-history-page .history .line {
    display: none;
  }
}
.our-contacts-page {
  overflow: initial !important;
}
.our-contacts-page .contacts {
  overflow: hidden;
  background: var(--contacts-bg);
  background-size: cover;
}
.our-contacts-page .contacts .contacts__wrap {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.our-contacts-page .contacts .contacts__wrap .contacts__sh {
  position: absolute;
  top: 50%;
  left: 25%;
  transform: translate(-50%, -50%);
  display: block;
  background: var(--contacts__sh-bg);
  background-size: contain;
  z-index: -1;
  width: 100%;
  height: clamp(463px, 43vw, 611px);
}
.our-contacts-page .contacts .contacts__wrap .feedback {
  flex: 0 0 40.5%;
  padding: clamp(30px, 3.6458333333vw, 60px);
  border-radius: 15px;
  background-color: var(--c-bg-dark);
  position: relative;
  z-index: 10;
}
.our-contacts-page .contacts .contacts__wrap .feedback h3 {
  text-align: center;
  margin-bottom: 30px;
  color: var(--c-text);
}
.our-contacts-page .contacts .contacts__wrap .feedback form {
  position: relative;
  display: grid;
  grid-gap: 15px;
}
.our-contacts-page .contacts .contacts__wrap .feedback form input {
  width: 100%;
  height: 60px;
  padding: clamp(10px, 1.0416666667vw, 20px);
  border-radius: 15px;
  border: none;
  box-shadow: none;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  background: var(--c-bg-light);
  color: var(--c-text);
}
.our-contacts-page .contacts .contacts__wrap .feedback form input::placeholder {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  color: var(--c-text-dark);
  transition: all 0.3s ease-in-out;
}
.our-contacts-page .contacts .contacts__wrap .feedback form input:focus::-webkit-input-placeholder {
  color: transparent;
}
.our-contacts-page .contacts .contacts__wrap .feedback form input:focus::-moz-placeholder {
  color: transparent;
}
.our-contacts-page .contacts .contacts__wrap .feedback form input:focus:-moz-placeholder {
  color: transparent;
}
.our-contacts-page .contacts .contacts__wrap .feedback form input:focus:-ms-input-placeholder {
  color: transparent;
}
.our-contacts-page .contacts .contacts__wrap .feedback form .field__center {
  display: flex;
  justify-content: center;
}
.our-contacts-page .contacts .contacts__wrap .feedback form .form__response {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
  transform: scale(0, 1);
  transform-origin: center;
  transition: all 0.3s ease-in-out;
}
.our-contacts-page .contacts .contacts__wrap .feedback form .form__response.active {
  transform: scale(1, 1);
}
.our-contacts-page .contacts .contacts__wrap .feedback form .form__response .form__status {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 80%;
  text-align: center;
  transform: translate(-50%, -50%);
  border-radius: 10px;
  background: #fafafa;
  box-shadow: 10px 10px 20px 0px rgba(0, 0, 0, 0.3);
  padding: 24px;
}
.our-contacts-page .contacts .contacts__wrap .feedback form .form__response .response__closer {
  cursor: pointer;
  position: absolute;
  top: 10px;
  right: 20px;
  color: #fafafa;
  font-weight: 700;
  font-size: 34px;
}
.our-contacts-page .contacts .contacts__wrap .datas {
  flex: 0 0 40.5%;
}
.our-contacts-page .contacts .contacts__wrap .datas h3 {
  margin-top: clamp(30px, 3.6458333333vw, 60px);
  color: var(--c-text);
}
.our-contacts-page .contacts .contacts__wrap .datas .row {
  margin-top: clamp(15px, 1.5625vw, 30px);
  display: flex;
  align-items: center;
}
.our-contacts-page .contacts .contacts__wrap .datas .row .row__detalis {
  padding-left: clamp(15px, 1.5625vw, 30px);
}
.our-contacts-page .contacts .contacts__wrap .datas .row .row__detalis p,
.our-contacts-page .contacts .contacts__wrap .datas .row .row__detalis span,
.our-contacts-page .contacts .contacts__wrap .datas .row .row__detalis a {
  color: var(--c-text-dark);
}

@media screen and (max-width: 992px) {
  .our-contacts-page .contacts .contacts__wrap .feedback {
    flex: 0 0 45%;
  }
  .our-contacts-page .contacts .contacts__wrap .datas {
    flex: 0 0 45%;
  }
}
@media screen and (max-width: 768px) {
  .our-contacts-page .contacts .contacts__wrap {
    flex-direction: column;
  }
  .our-contacts-page .contacts .contacts__wrap .feedback {
    flex: 0 0 100%;
    width: 100%;
    max-width: unset;
    margin-top: clamp(35px, 3.6458333333vw, 70px);
    padding: 60px 20px;
  }
  .our-contacts-page .contacts .contacts__wrap .feedback form {
    width: 60%;
    margin: 0 auto;
  }
  .our-contacts-page .contacts .contacts__wrap .datas {
    flex: 0 0 100%;
  }
}
@media screen and (max-width: 576px) {
  .our-contacts-page .contacts .contacts__wrap .feedback {
    padding: 40px 15px;
  }
  .our-contacts-page .contacts .contacts__wrap .feedback form {
    width: 100%;
  }
}
.security-page .intro-part {
  display: block;
  width: 100%;
  max-width: 950px;
  margin: 0 auto;
}
.security-page .philosophy {
  background: var(--philosophy-bg);
  background-size: cover;
  background-position: center;
}
.security-page .philosophy .philosophy__wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.security-page .philosophy .philosophy__wrap .philosophy-text {
  flex: 0 0 39%;
}
.security-page .philosophy .philosophy__wrap .philosophy-text h2 {
  color: var(--c-text);
}
.security-page .philosophy .philosophy__wrap .philosophy-text h4 {
  margin: 30px 0 15px;
  color: var(--c-text);
}
.security-page .philosophy .philosophy__wrap .philosophy-text .paragraph {
  color: var(--c-text-dark);
}
.security-page .philosophy .philosophy__wrap .philosophy-picture {
  flex: 0 0 45%;
}
.security-page .enhanced {
  background: var(--enhanced-bg);
  background-size: cover;
  background-position: center;
}
.security-page .enhanced h2 {
  text-align: center;
  color: var(--c-text);
}
.security-page .enhanced .enhanced__items {
  margin-top: clamp(30px, 3.6458333333vw, 60px);
  display: flex;
  justify-content: space-between;
}
.security-page .enhanced .enhanced__items .item {
  flex: 0 0 43%;
}
.security-page .enhanced .enhanced__items .item .row {
  margin-bottom: 30px;
  display: flex;
}
.security-page .enhanced .enhanced__items .item .row svg {
  display: flex;
  flex-shrink: 0;
  width: 64px;
  height: 64px;
}
.security-page .enhanced .enhanced__items .item .row .detalis {
  padding-left: 25px;
}
.security-page .enhanced .enhanced__items .item .row .detalis .detalis-title {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  color: var(--c-text);
  margin-bottom: 15px;
}
.security-page .enhanced .enhanced__items .item .row .detalis .paragraph {
  color: var(--c-text-dark);
}
.security-page .clarify {
  background: var(--clarify-bg);
  background-size: cover;
}
.security-page .clarify h2 {
  text-align: center;
  color: var(--c-text);
}
.security-page .clarify .clarify__items {
  margin-top: clamp(30px, 3.6458333333vw, 60px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: clamp(30px, 3.6458333333vw, 60px);
}
.security-page .clarify .clarify__items .item {
  background: var(--c-bg-dark);
  border-radius: 30px;
  padding: clamp(30px, 3.6458333333vw, 60px) clamp(25px, 2.6041666667vw, 50px);
  position: relative;
  z-index: 10;
}
.security-page .clarify .clarify__items .item .item-main {
  max-width: 300px;
}
.security-page .clarify .clarify__items .item .item-main svg {
  display: block;
  margin: 0 auto;
}
.security-page .clarify .clarify__items .item .item-main h4 {
  color: var(--c-text);
  text-align: center;
  margin: 12px 0 15px;
}
.security-page .clarify .clarify__items .item .item-main .paragraph {
  text-align: center;
  text-wrap: balance;
  color: var(--c-text-dark);
}
.security-page .clarify .clarify__items .not-bg {
  background: none;
  padding: 0 clamp(25px, 2.6041666667vw, 50px);
}

@media screen and (max-width: 992px) {
  .security-page .philosophy .philosophy__wrap .philosophy-text {
    flex: 0 0 47%;
  }
  .security-page .clarify .clarify__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }
  .security-page .clarify .clarify__items .item .item-main {
    max-width: unset;
  }
  .security-page .clarify .clarify__items .not-bg > img {
    margin: 0 auto;
  }
}
@media screen and (max-width: 768px) {
  .security-page .intro-part .subtitle {
    margin: 15px 0 0;
  }
  .security-page .philosophy .philosophy__wrap {
    flex-direction: column;
    gap: 40px;
    align-items: flex-start;
  }
  .security-page .philosophy .philosophy__wrap .philosophy-text {
    flex: 0 0 100%;
    margin-top: clamp(20px, 2.0833333333vw, 40px);
  }
  .security-page .philosophy .philosophy__wrap .philosophy-text h4 {
    margin: 15px 0 8px;
  }
  .security-page .philosophy .philosophy__wrap .philosophy-picture {
    flex: 0 0 100%;
  }
  .security-page .philosophy .philosophy__wrap .philosophy-picture img {
    max-width: 75%;
    margin: 0 auto;
  }
  .security-page .enhanced h2 {
    text-align: left;
  }
  .security-page .enhanced .enhanced__items {
    margin-top: clamp(20px, 2.0833333333vw, 40px);
    flex-direction: column;
    align-items: flex-start;
  }
  .security-page .enhanced .enhanced__items .item {
    flex: 0 0 100%;
  }
  .security-page .enhanced .enhanced__items .item .row {
    margin-bottom: 15px;
  }
  .security-page .enhanced .enhanced__items .item .row .detalis {
    padding-left: 15px;
  }
  .security-page .enhanced .enhanced__items .item .row .detalis .detalis-title {
    margin-bottom: 8px;
  }
  .security-page .clarify .clarify__items .item {
    border-radius: 15px;
  }
  .security-page .clarify .clarify__items .item .item-main svg {
    margin: 0 auto;
  }
  .security-page .clarify .clarify__items .item .item-main h4 {
    margin: 6px 0 10px;
  }
}
@media screen and (max-width: 576px) {
  .security-page .subheader {
    height: auto;
  }
  .security-page .philosophy .philosophy__wrap .philosophy-picture img {
    max-width: 100%;
  }
  .security-page .clarify .clarify__items {
    grid-template-columns: 0.7fr;
    justify-content: center;
    gap: 15px;
  }
  .security-page .clarify .clarify__items::after {
    display: none;
  }
  .security-page .clarify .clarify__items .item {
    padding: 70px 20px;
  }
}
@media screen and (max-width: 420px) {
  .security-page .enhanced .enhanced__items .item .row {
    flex-direction: column;
    align-items: flex-start;
    margin-bottom: 30px;
  }
  .security-page .enhanced .enhanced__items .item .row .detalis {
    padding-left: 0;
    margin-top: 15px;
  }
  .security-page .clarify .clarify__items {
    grid-template-columns: 1fr;
  }
  .security-page .clarify .clarify__items .item {
    padding: 40px 15px;
  }
}
.docs-page {
  padding-bottom: clamp(80px, 8.3333333333vw, 160px);
}
.docs-page .legal__line {
  display: flex;
  align-items: center;
  gap: clamp(20px, 2.0833333333vw, 40px);
}
.docs-page .legal__line h4 {
  color: var(--c-text);
}
.docs-page .legal__line .dot {
  display: block;
  width: 100%;
  height: 1px;
  background: var(--c-prime);
}
.docs-page .d-inline {
  display: inline;
}
.docs-page .general-text {
  display: inline;
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  color: var(--c-text);
  margin-top: -12px !important;
}
.docs-page .docs-title {
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(30px, 3.3333333333vw, 64px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 300;
}
.docs-page .docs-subtitle {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
}
.docs-page .brand-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: clamp(40px, 4.1666666667vw, 80px);
  margin-top: clamp(40px, 4.1666666667vw, 80px);
}
.docs-page .docs-line {
  margin-top: clamp(10px, 1.0416666667vw, 20px);
}
.docs-page .docs-line:first-child {
  margin-top: 0;
}
.docs-page .docs-link {
  cursor: pointer;
  display: inline-flex;
  align-items: center;
}
.docs-page .docs-heading {
  padding-left: clamp(10px, 1.0416666667vw, 20px);
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  font-weight: 600;
  color: var(--c-text);
  transition: all 0.3s ease-in-out;
}
.docs-page .docs-heading:hover {
  color: var(--c-prime);
}
.docs-page .legal-list {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
  gap: 48px 64px;
}
.docs-page .legal-item {
  display: flex;
  align-items: center;
}
.docs-page .legal-icon {
  display: flex;
  flex-shrink: 0;
  width: 32px;
  height: 32px;
}
.docs-page .tabs {
  display: grid;
  grid-template-columns: 0.63fr 1.37fr;
  grid-column-gap: clamp(30px, 3.6458333333vw, 60px);
  position: relative;
  z-index: 20;
}
.docs-page .tabs__nav {
  height: fit-content;
  overflow: hidden;
  border-radius: 24px 0 0 24px;
  padding: 16px 0;
}
.docs-page .tabs__content p,
.docs-page .tabs__content li,
.docs-page .tabs__content span {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  margin-top: 12px;
  color: var(--c-text);
  text-wrap: initial;
  cursor: auto;
}
.docs-page .tabs-nav__item {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 18px;
  cursor: pointer;
  margin: 0;
  text-wrap: initial;
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(20px, 1.6666666667vw, 32px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 400;
  font-size: clamp(16px, 1.39vw, 20px);
  letter-spacing: 0;
  color: var(--c-text);
  border-radius: 8px;
}
.docs-page .tabs-nav__item.is-active {
  background: var(--c-second);
  color: var(--c-text);
}
.docs-page .tabs-nav__item:not(.is-active):hover {
  background: var(--c-second);
  color: var(--c-text);
}
.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: "Noto Sans", sans-serif;
  font-size: clamp(30px, 3.3333333333vw, 64px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 300;
  color: var(--c-text);
  margin-bottom: 24px;
  letter-spacing: 0;
}
.docs-page .tab__heading {
  color: var(--c-text);
  font-family: "Noto Sans", sans-serif;
  font-size: clamp(30px, 3.3333333333vw, 64px);
  line-height: 1.35;
  font-style: normal;
  font-weight: 300;
  letter-spacing: 0;
}
.docs-page .tab_description {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  margin-top: 0;
  color: var(--c-text);
  text-wrap: initial;
}
.docs-page .tab__step {
  font-family: "Inter", sans-serif;
  font-size: clamp(14px, 0.8333333333vw, 16px);
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  margin-top: 0 !important;
  color: var(--c-text);
  text-wrap: initial;
}
.docs-page span {
  color: var(--c-text);
}

@media (max-width: 1200px) {
  .docs-page .tabs {
    grid-column-gap: 50px;
  }
}
@media (max-width: 1024px) {
  .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: 16px;
  }
  .docs-page .tabs-nav__item.is-active {
    color: var(--palette-white);
  }
  .docs-page .tabs__content {
    margin-top: 30px;
    padding: 0;
  }
  .docs-page .tab {
    font-size: 14px;
    font-weight: 500;
    line-height: 20px;
  }
}
@media screen and (max-width: 768px) {
  .docs-page .legal .legal__line .dot {
    display: none;
  }
}
@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;
  }
}
.not-found {
  display: flex;
  height: 100vh;
  /* Beyond mobile */
  /* Animations */
}
.not-found .container-paper {
  display: grid;
  grid-gap: 3em 1.5em;
  margin: auto;
  max-width: 40em;
  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(--c-white);
}
.not-found .text1 {
  color: var(--c-white);
  margin-bottom: 24px;
}
@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;
  }
}
