/*! 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.
 */
 *,
 *::before,
 *::after{
  box-sizing: border-box;
 }

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  /* 2 */
}

/* Sections
     ========================================================================== */

/**
   * Remove the margin in all browsers.
   */

body {
  margin: 0;
  background-color: #F8F9FF;
}

/**
   * Render the `main` element consistently in IE.
   */

main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

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

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

/* normalize.css v8.0.1 end */
/* @font-face {
    font-family: 'Graphik';
    src: url('../fonts/GraphikLC-Regular.woff2') format('woff2'),
        url('../fonts/GraphikLC-Regular.woff') format('woff'),
        url('../fonts/GraphikLC-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/GraphikLC-Medium.woff2') format('woff2'),
        url('../fonts/GraphikLC-Medium.woff') format('woff'),
        url('../fonts/GraphikLC-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Graphik';
    src: url('../fonts/GraphikLC-Semibold.woff2') format('woff2'),
        url('../fonts/GraphikLC-Semibold.woff') format('woff'),
        url('../fonts/GraphikLC-Semibold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
} */

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-regular.woff2') format('woff2'),
    url('../fonts/gilroy-regular.woff') format('woff'),
    url('../fonts/Gilroy-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-medium.woff2') format('woff2'),
    url('../fonts/gilroy-medium.woff') format('woff'),
    url('../fonts/Gilroy-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/gilroy-semibold.woff2') format('woff2'),
    url('../fonts/gilroy-semibold.woff') format('woff'),
    url('../fonts/Gilroy-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

html {
  font-size: 62.5%;
}

/* variables */

:root {
  --white: #fff;
  --black: #000;

  /* old style button*/
  --btn-color-1: #6103AC;
  --btn-color-1-hover: #932CE5;
  --btn-color-2: #FF6B00;
  --btn-color-3: #F93790;
  --btn-color-3-hover: #f968ac;
  --btn-color-4: #688FF4;
  --btn-color-5: #0661F9;
  /* old style button end*/

  --btn-default: #393968;
  --btn-hover: #3A3AAD;
  --btn-disabled-bg: #E4E8F9;
  --btn-disabled-text: #39396866;
  --link-color: #4A4BCE;

  --head-icon-bg: #E4E8F9;
  --head-icon-color: #C2CBEF;

  --error-color: #ED1C24;

  --theme-grey-color: #32325D;

  /* theme colours */

  --theme-light-title: #141414;
  --theme-light-text: #6B6D92;

  --theme-dark-title: #fff;
  --theme-dark-text: #7B7B7B;

  /* --bg-polygon: polygon(100% 52%,100% 0,0 0,0 100%); */

  --shadow-1: 0px 1px 2px 0px #31325B0D;
  --shadow-2: 0px 1px 2px 0px #31325B0F, 0px 1px 3px 0px #31325B1A;
  --shadow-3: 0px 2px 4px -1px #31325B0F, 0px 4px 6px -1px #31325B1A;
  --shadow-4: 0px 10px 10px -5px #31325B0A, 0px 20px 25px -5px #31325B1A;
  --shadow-5: 0px 25px 50px -12px #31325B40;
  --shadow-max: 10px 60px 60px 0px #31325B26;


  --default-size: 1.6rem;
  --h1-size: 5.1rem;
  --h2-size: 4.6rem;
  --h3-size: 2.4rem;
  --h4-size: 2rem;
  --subtitle-size: 2.6rem;
  --big-text-size: 1.8rem;
  --form-title-size: 2.8rem;
  --button-size: 20px;
}

@media screen and (max-width: 1024px) {
  :root {
    --h1-size: 4.9rem;
    --h2-size: 3.8rem;
    --h3-size: 2.1rem;
    --form-title-size: 2.6rem;
  }
}

@media screen and (max-width: 769px) {
  :root {
    --h1-size: 3rem;
    --h2-size: 2.4rem;
    --h3-size: 1.8rem;
    --h4-size: 1.8rem;
    --subtitle-size: 2rem;
    --big-text-size: 1.7rem;
    --form-title-size: 1.8rem;
  }
}

@media screen and (max-width: 450px) {
  :root {
    --button-size: 20px;
  }
}

.title-h1 {
  margin: 0;
  font-size: var(--h1-size);
  line-height: 1.4;
  font-weight: 500;
}

.title-h2 {
  font-size: var(--h2-size);
  line-height: 1.2;
  font-weight: 400;
}

.title-h3 {
  font-size: var(--h3-size);
  line-height: 1.4;
  font-weight: 500;
  text-transform: uppercase;
}

.title-h4 {
  font-size: var(--h4-size);
  line-height: 1.5;
  font-weight: 500;
}

.title-h5 {
  font-size: var(--default-size);
  line-height: 1.5;
  font-weight: 500;
}

.subtitle {
  font-size: var(--subtitle-size);
  line-height: 1.4;
  font-weight: 400;
}

.text {
  font-size: var(--default-size);
  line-height: 1.4;
  font-weight: 400;
}

.big-text {
  font-size: var(--big-text-size);
  line-height: 1.4;
  font-weight: 400;
}

.bold {
  font-size: var(--default-size);
  line-height: 1.2;
  font-weight: 500;
}

.light-theme-title {
  color: var(--theme-light-title);
}

.light-theme-text {
  color: var(--theme-light-text);
}

.white {
  color: #3F3F67;
}

.dark-theme-title {
  color: var(--theme-light-title);
}

.dark-theme-text {
  color: var(--theme-dark-text);
}

.head-icon {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 50%;
  padding: 17px;
  margin: 0 auto 40px auto;
  width: 68px;
  height: 68px;
  background: var(--head-icon-bg);
  fill: var(--head-icon-color);
}

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  border: 0;
  padding: 0;
  white-space: nowrap;
  clip-path: inset(100%);
  clip: rect(0 0 0 0);
  overflow: hidden;
}

@media screen and (max-width: 769px) {
  .head-icon {
    padding: 12px;
    width: 54px;
    height: 54px;
  }
}

.default-icon {
  display: flex;
  justify-content: flex-end;
  max-width: 50px;
  width: 100%;
  height: 50px;
}

.default-icon :where(img),
.default-icon :where(svg) {
  max-width: 50px;
  max-height: 50px;
}

.head-icon :where(svg) {
  max-width: 40px;
  max-height: 35px;
  fill: inherit;
}

.bg {
  position: absolute;
  height: 100%;
  width: 100%;
  z-index: -1;
}

.form-title {
  font-weight: 500;
  font-size: var(--form-title-size);
  line-height: 1.68;
  text-transform: uppercase;
}

.link {
  position: relative;
  font-size: var(--default-size);
  line-height: 1.2;
  color: var(--link-color);
  font-weight: 500;
}

.link::after {
  content: '';
  position: absolute;
  top: 1px;
  right: -26px;
  display: block;
  width: 16px;
  height: 16px;
  background-image: url('../images/buttons/link-default.svg');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.doc-aside__ad_requirements .link::after {
  display: none;
}

.link:hover::after {
  background-image: url('../images/buttons/link-hover.svg');
}

.link.disabled {
  color: var(--btn-disabled-text);
  cursor: default;
}

.link.disabled::after {
  background-image: url('../images/buttons/link-disabled.svg');
}

.link.disabled:hover {
  pointer-events: none;
}

.link_tech {
  display: inline-block;
  word-break: break-all;
}

.link_tech::before {
  content: none;
}

.link_tech:not(:last-child) {
  margin-bottom: 20px;
}

@media (min-width: 1024px) {
  ::-webkit-scrollbar {
    width: 10px;
    height: 10px;
  }

  ::-webkit-scrollbar-thumb {
    border-radius: 6px;
    background: linear-gradient(to bottom, #330a80, #7d2db1);
    border: 1px solid var(--white);
  }

  ::-webkit-scrollbar-thumb:hover {
    background: #330a80;
  }
}

::selection {
  color: var(--white);
  background-color: rgb(165, 8, 179);
}

* {
  margin: 0;
  padding: 0;
  font-size: var(--default-size);
  line-height: 1;
  font-family: 'Gilroy', Arial, sans-serif !important;
}

span,
a {
  font-size: inherit;
  color: inherit;
}

ul {
  list-style: none;
}

br {
  line-height: 0;
}

img {
  vertical-align: middle;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  line-height: 1.1;
}

body {
  font-size: 14px;
  font-family: 'Gilroy', Arial, sans-serif !important;
}

body>img {
  position: absolute;
  left: 100%;
}

a,
a:hover,
a:link {
  text-decoration: none;
}

fieldset {
  border: none;
  padding: 0;
}

/* basic class */
body .container {
  max-width: 1470px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 0 15px;
}

@media (max-width: 1440px){
    body .container{
        max-width: 1230px;
    }
}

@media (max-width: 1230px){
    body .container{
        max-width: 964px;
        padding: 0 10px;
    }
}

@media (max-width: 964px){
    body .container{
        max-width: 740px;
    }
}

@media (max-width: 730px){
    body .container{
        max-width: 100%;
        padding: 0 10px;
    }
}

img,
svg {
  height: auto;
  user-select: none;
}

@media screen and (max-width: 769px) {

  body,
  html {
    overflow-x: hidden;
  }
}

@media (max-width: 1366px) {
  /* body .container {
    max-width: 1230px;
  } */
}

@media (max-width: 1024px) {
  /* body .container {
    max-width: 960px;
    padding: 0 10px;
  } */
}

@media (max-width: 500px) {
  /* body .container {
    max-width: none;
  } */
}

.no-select {
  user-select: none;
}

.btn{
  border: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
}

.btn,
.btn:focus,
.btn:active,
.btn:active:focus {
  display: inline-block;
  outline: none;
}

:root.overfHidden {
  overflow-y: hidden;
}

.header-color {
  display: none;
}

/* basic class end */

/* new header */

.header {
  position: absolute;
  padding: 36px 0;
  width: 100%;
  z-index: 999;
  user-select: none;
  background-color: transparent;
  transition: none;
  top: 0;
}

.header__navigation {
  position: relative;
  min-height: 54px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.header__logo {
  z-index: 1;
  position: relative;
  max-width: 103px;
  height: 30px;
  line-height: 0;
  margin-right: auto;
}

.header__logo svg {
  width: 100%;
  height: 100%;
  fill: var(--btn-color-1);
}

.cont-nav-desktop {
  display: flex;
  align-items: center;
  /* margin-left: auto; */
}

.nav__item {
  position: relative;
  margin-right: 30px;
  perspective: 1000px;
  transform-style: preserve-3d;
  color: inherit;
  font-size: 0;
}

.nav__item.nav-contact{
  margin-right: 0;
  margin-left: 25px;
}

.nav__item:hover {
  z-index: 2;
}

.nav__link {
  display: inline-block;
  font-size: 18px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: 500;
  color: var(--black);
}

.header.fixed .nav__link{
  color: var(--black);
}

.cont-nav-desktop .nav>li>a:hover,
.cont-nav-desktop .nav>li>a:focus {
  background: none;
}

.nav__item:hover .nav__link,
.nav__item:active .nav__link {
  color: var(--btn-color-1);
}

.sub-nav {
  padding-top: 42px;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  left: 0;
  top: 20px;
  border-radius: 7px;
  filter: drop-shadow(10px 60px 60px rgba(44, 43, 81, 0.15));
  transform-origin: 50% 0;
  transition: 0.1s transform linear, 0.1s opacity linear, 0.1s visibility linear;
  transform: scale3d(0.9, 0.9, 0.9);
  will-change: transform;
}

.nav__item:hover .sub-nav,
.nav__item.nav-contact.show .sub-nav,
.nav__item.nav-contact.show:hover .sub-nav {
  transform: scale3d(1, 1, 1);
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
}

.nav__item.nav-contact:hover .sub-nav{
  transform: scale3d(1, 1, 1) translateY(-30px);
  visibility: hidden;
  opacity: 0;
  pointer-events: auto;
  transition: .2s linear;
}


.nav__item .sub-nav.hide {
  transform: translateX(50%) scale3d(0.9, 0.9, 0.9);
  visibility: hidden;
  opacity: 0;
  transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
}

.cont-nav-desktop .btn-login-console {
  border: none;
  background: transparent;
  padding: 10px;
  margin-right: 15px;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.cont-nav-desktop .btn-login-console:hover {
  opacity: 0.8;
}

.cont-nav-desktop .btn-login-console .login-icon {
  mask: url('../images/template/arrow.svg');
  mask-size: cover;
  content: '';
  display: inline-block;
  width: 15px;
  height: 15px;
  margin-left: 8px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: var(--white);
}

.nav__close-btn,
.nav__burger-btn{
  position: relative;
  display: none;
  flex-direction: column;
  gap: 7px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  cursor: pointer;
  border: 0;
  margin-right: auto;
  background-color: transparent;
}

.nav__burger-btn span{
  display: inline-block;
  width: 26px;
  height: 2px;
  background-color: var(--btn-color-3);
  border-radius: 10px;
  transition: .2s linear;
}

.nav__close-btn{
  position: absolute;
  top: 34px;
  left: 38px;
  width: 26px;
  height: 26px;
}

.nav__close-btn::before,
.nav__close-btn::after,
.nav__burger-btn::before,
.nav__burger-btn::after{
  content: '';
  display: block;
  width: 26px;
  height: 2px;
  border-radius: 10px;
  background-color: var(--btn-color-3);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  transition: .2s linear;
}

.nav__burger-btn::before{
  top: 32%;
}

.nav__burger-btn::after{
  top: 64%;
}

.nav__close-btn::before{
  transform: translateX(-50%) rotate(45deg);
}
.nav__close-btn::after{
  transform: translateX(-50%) rotate(-45deg);
}

/* .nav__burger-btn.active span{
  opacity: 0;
}
.nav__burger-btn.active::before{
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
}

.nav__burger-btn.active::after{
  top: 50%;
  transform: translate(-50%, -50%) rotate(-45deg);
} */


/* .cont-nav-mobile {
  display: none;
} */

/* .btn-toggle-mobile-menu {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  background-color: transparent;
  background-image: none;
  border: none;
  border-radius: 10px;
  margin: 0;
  padding: 0;
  z-index: 10;
  width: 57px;
  height: 27px;
  outline: none;
  background-color: rgba(255, 255, 255, .2);
}

.light :is(.btn-toggle-mobile-menu) {
  background-color: rgba(50, 50, 93, .1);
}

.btn-toggle-mobile-menu_stripe {
  background: var(--white);
  width: 16.5px;
  height: 2px;
  opacity: 1;
  transition: 0.3s transform linear, 0.3s opacity linear;
}

.btn-toggle-mobile-menu_stripe::before,
.btn-toggle-mobile-menu_stripe::after {
  content: '';
  position: absolute;
  display: block;
  width: 16.5px;
  height: 2px;
  background-color: inherit;
  transition: .4s transform linear;
  transform-origin: center center;
}

.btn-toggle-mobile-menu_stripe::before {
  transform: rotate(0) translateY(-6px);
}

.btn-toggle-mobile-menu_stripe::after {
  transform: rotate(0) translateY(6px);
}

.btn-toggle-mobile-menu.active .btn-toggle-mobile-menu_stripe::before {
  left: 20px;
  transform: rotate(-315deg);
}

.btn-toggle-mobile-menu.active .btn-toggle-mobile-menu_stripe {
  width: 0;
}

.btn-toggle-mobile-menu.active .btn-toggle-mobile-menu_stripe::after {
  left: 20px;
  transform: rotate(315deg);
} */

.nav {
  display: flex;
  align-items: center;
  width: 100%;
}

/* footer start */

body.home footer{
    padding-top: 0;
    box-shadow: 0px 0px 110px 240px #6003ac51, 0px 0px 120px 150px #202246, 0px 0px 300px 500px #FA67E0, 0px 410px 120px -200px #6103AC51 inset;
}

footer {
    position: relative;
    padding: 0;
    background-color: #202246;
    color: var(--white);
    font-size: 14px;
    line-height: 1.5;
    z-index: 0;
}

@media (max-width: 769px) {
  footer {
    font-size: 12px;
  }
}

footer ul {
  padding: 0;
  margin: 0;
}

footer .title {
  font-size: 20px;
  font-weight: 400;
  line-height: 1;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 40px;
}

footer .footer_logo {
  display: flex;
  align-items: flex-end;
}

footer .footer_logo .logo_img path {
  transition: 0.3s fill ease-in-out;
}

footer .footer_logo:hover .logo_img path {
  fill: #6672e2;
}

footer .footer_b-top {
  display: flex;
}

.footer__bg{
    position: absolute;
    z-index: -1;
    left: 0;
    height: 165%;
    width: 100%;
    bottom: 0;
    left: 0;
    overflow: hidden;
}

.footer__bg img{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
}

.footer-navigation {
  display: grid;
  grid-template-columns: 1.3fr repeat(2, 1fr) 1fr;
  gap: 0 130px;
  padding: 80px 0 95px;
  width: 100%;
}

.footer-navigation_block{
  width: max-content;
}

.footer-navigation_b-work-us{
  max-width: 410px;
}

footer .footer-navigation {
    border-top: 1px solid #dde6ef
}

.footer__logo{
  display: inline-block;
  max-width: 120px;
  height: 35px;
  margin-bottom: 30px;
}
.footer__logo .hybrid-logo{
  width: 100%;
  height: 100%;
  fill: var(--white);
}

.b-contact_b-link li:not(:last-child),
.b-for-client_b-link li:not(:last-child),
.b-product_b-link li:not(:last-child) {
  margin-bottom: 20px;
}

.footer-navigation_block .b-list_b-link a{
  font-size: 20px;
  color: var(--white);
}

.footer-navigation_b-work-us .work-us {
  font-weight: 600;
  font-size: 30px;
  line-height: 1.2;
  color: var(--white);
  margin-bottom: 10px;
  max-width: 460px;
}

.footer-navigation_b-work-us .work-us-subtitle{
  font-size: 20px;
  color: var(--white);
  margin-bottom: 40px;
}

.button.work-us-btn{
  min-height: 54px;
  max-width: 274px;
  width: 100%;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer-navigation_b-work-us .b-work-us_btn {
  display: inline-block;
  color: var(--white);
  white-space: nowrap;
  text-transform: uppercase;
  background: #393968;
  padding: 12px 24px;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.5);
  border-radius: 3px;
  transition: 0.3s background-color ease-in-out, 0.3s color ease-in-out;
}

.footer-navigation_b-work-us .b-work-us_btn:hover {
  background: #4a50d9;
  color: var(--white);
}

.footer-change-language {
  display: flex;
  align-items: center;
}

.footer-socials{
  margin-top: 55px;
}

.b-contact_b-link .footer-socials li{
  margin: 0;
  font-size: 0;
}
.footer-navigation_block .b-list_b-link a.footer-socials__link{
  font-size: 0;
}
.footer-socials__list{
  display: flex;
  gap: 20px;
}
a.footer-socials__link{
  display: block;
  width: 40px;
}
a.footer-socials__link svg{
  width: 100%;
}
.footer-socials__link svg path{
  transition: .2s linear;
}
.footer-socials__link:hover svg path{
  fill: var(--btn-color-1-hover);
}

.footer__info{
  padding: 24px 0;
  background-color: rgba(255, 255, 255, 0.1);
}

.footer__info-wrapper{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 120px;
}

.footer__info-list{
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
}

.footer__info-item{
  font-size: 0;
}

.footer__info-item span,
.footer__info-item a,
.footer__info-naming{
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  opacity: 0.7;
}

.footer__info-item a{
  margin-right: 10px;
  box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.7)
}

.footer__info-item a:hover{
  opacity: 1;
}

@media (max-width: 1440px){
  .footer-navigation_b-work-us{
    max-width: 310px;
  }
}

@media (max-width: 1230px) {
  footer{
    padding-top: 80px;
  }
  body.home footer{
    box-shadow: 0px 0px 140px 210px #6003ac51, 0px 0px 210px 320px #202246, 0px 0px 300px 710px #FA67E0, 0px 330px 130px -200px #6103AC51 inset;
  }
  footer .title{
    margin-bottom: 20px;
    font-weight: 500;
  }
  footer .footer-navigation{
    padding: 0 0 40px;
    border-top: none;
    grid-template-columns: 0.8fr 0.8fr 0.4fr;
  }
  .footer-navigation{
    gap: 40px;
  }
  .footer-navigation_b-work-us{
    max-width: 100%;
    width: 100%;
    grid-column: 1 / -1;
    padding-bottom: 40px;
    border-bottom: 1px solid #fff;
  }

  .footer-navigation_b-work-us .work-us{
    font-size: 20px;
    margin-bottom: 10px;
  }
  .footer-navigation_block .b-list_b-link a{
    font-size: 16px;
  }
  .b-contact_b-link li:not(:last-child),
  .b-for-client_b-link li:not(:last-child),
  .b-product_b-link li:not(:last-child) {
    margin-bottom: 10px;
  }
  .footer-socials{
    margin-top: 28px;
  }
  .footer-navigation_b-work-us .work-us-subtitle{
    margin-bottom: 20px;
    font-size: 16px;
  }
  .button.work-us-btn{
    font-size: 18px;
    min-width: 200px;
    max-width: 200px;
    min-height: 50px;
    padding: 14px 20px;
  }
  .footer__logo{
    width: 95px;
    height: 27px;
    margin-bottom: 20px;
  }
  .footer-navigation_block{
    width: auto;
  }
  .footer__bg{
    height: 275%;
  }
}

@media (max-width: 964px) {
  .footer-navigation_b-client,
  .footer-navigation_b-product{
    max-width: 210px;
  }

  .footer__info-wrapper{
    justify-content: space-between;
    gap: 20px;
  }
}

@media (max-width: 730px) {
  footer .footer-navigation{
    grid-template-columns: 1fr 1fr;
  }
  .footer-navigation_b-client, 
  .footer-navigation_b-product{
    max-width: 240px;
  }
  .footer__bg {
    height: 190%;
  }
  .footer-socials{
    margin-top: 50px;
  }
  a.footer-socials__link{
    width: 55px;
  }
  .footer__info{
    padding: 20px 0;
  }
  .footer__info-list{
    flex-direction: column;
    gap: 10px;
    align-items: baseline;
  }
  .footer__info-item span{
    display: none;
  }
  .footer__info-item a{
    margin-right: 0;
  }
}

@media (max-width: 450px) {
  body.home footer {
    box-shadow: 0px 0px 130px 140px #6003ac90, 0px 0px 180px 150px #FA67E0, 0px 0px 300px 500px #FA67E0, 0px 330px 130px -30px #6003ac90 inset, 0px 330px 130px -200px #FA67E0 inset;
  }
  .footer-navigation_b-work-us{
    padding-bottom: 0;
    border-bottom: 0;
  }
  footer .footer-navigation{
    grid-template-columns: 1fr;
    padding-bottom: 30px;
  }
  footer .title{
    font-size: 30px;
  }
  .footer-navigation_block .b-list_b-link a{
    font-size: 18px;
  }
  .footer__logo{
    width: 120px;
    height: 35px;
    margin-bottom: 40px;
  }
  .footer-navigation_b-client, 
  .footer-navigation_b-product{
    max-width: 100%;
  }
  .footer-navigation_b-work-us .work-us{
    max-width: 300px;
    margin-bottom: 20px;
  }
  .footer-navigation_b-work-us .work-us-subtitle{
    font-size: 18px;
    margin-bottom: 25px;
    max-width: 300px;
  }
  .button.work-us-btn{
    max-width: 280px;
  }
}


/* footer end */

/* lang switcher */
.change-language {
  position: relative;
}

.change-language-select {
  z-index: 2147483647;
  position: absolute;
  bottom: 30px;
  left: -63px;
  background-color: var(--white);
  border-radius: 8px;
  box-shadow: 0px 10px 20px 0 rgba(33, 33, 52, 0.25);
  padding: 20px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s linear, visibility 0s linear 0.3s;
}

.change-language-select::after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 33px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 0 10px;
  border-color: var(--white) transparent transparent transparent;
}

.change-language-select.active {
  opacity: 1;
  visibility: visible;
  transition: 0.3s opacity linear;
}

.change-language-select-option {
  font-size: 14px;
  font-weight: 500;
  margin-bottom: 10px;
  cursor: pointer;
  color: #525F7F;
}

.change-language .change-language-select .change-language-select-option:last-of-type {
  margin-bottom: 0;
}

.change-language-select-option span {
  color: inherit;
  font-weight: inherit;
}

.change-language-select-option:hover {
  color: #2C2B51;
}

.change-language-q {
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer;
  color: #676ce1;
  font-weight: normal;
}

.change-language-q-text {
  margin-left: 16px;
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 1;
  z-index: 1;
}

.change-language-q::before {
  content: '';
  position: absolute;
  display: none;
  top: -1px;
  right: 25px;
  width: 19px;
  height: 19px;
  background-image: url('../images/template/SVG_Icons/menu/icon.svg');
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

/* header lang switcher */
.header-language {
  position: absolute;
  right: 33px;
  top: 50%;
  transform: translateY(-50%);
  margin-bottom: 0;
  z-index: 1;
}

.header-language .change-language-q {
  font-size: 16px;
}

.header-language .change-language-select {
  bottom: -5px;
  left: -16px;
  transform: translateY(calc(100% + 10px));
}

.header-language .change-language-select::after {
  bottom: 0px;
  top: -9px;
  transform: rotate(180deg);
}

@media (max-width: 769px) {
  .header-language {
    display: none;
  }
}

/* header lang switcher end*/

/* footer lang switcher*/
footer .change-language .footer-change-language-q svg path {
  fill: #6672e2;
}

.change-language-q-text_footer {
  color: #6672e2;
}

footer .change-language-select {
  left: -40px;
}

@media (max-width: 640px) {
  footer .change-language .change-language-q .change-language-q-text_footer {
    margin-left: 2px;
  }
}

/* footer lang switcher end*/

/* lang switcher end */

/* setting up intercom, gcaptcha */

@media (max-width: 900px) {
  .intercom-lightweight-app-launcher {
    right: 5px !important;
    bottom: 54px !important;
  }

  .intercom-launcher-frame {
    right: 5px !important;
    bottom: 54px !important;
  }
}

.grecaptcha-badge {
  display: none !important;
}

/* popup */

.leading-modal {
  position: fixed;
  left: 26px;
  bottom: 23px;
  display: flex;
  border-radius: 10px;
  max-width: 480px;
  width: 100%;
  background-color: var(--white);
  z-index: 100;
  transform: translateY(calc(100% + 23px));
  transition: transform .3s ease-in-out;
  box-shadow: 0px 8px 24px rgba(44, 43, 81, 0.15);
  overflow: hidden;
  visibility: hidden;
  user-select: none;
  padding: 43px 32px;
}

.leading-modal.visible {
  transform: translateY(0);
  visibility: visible;
  user-select: auto;
}

.leading-modal__close {
  position: absolute;
  top: 15px;
  right: 17px;
  border: none;
  width: 18px;
  height: 18px;
  background-color: transparent;
  cursor: pointer;
}

.leading-modal__close::before,
.leading-modal__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 1px;
  width: 18px;
  height: 2px;
  background-color: #fff;
}

.leading-modal__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.leading-modal__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.leading-modal__text {
  margin-bottom: 24px;
  font-weight: 700;
  font-size: 21px;
  line-height: 1.3;
  color: #16182F;
}

.leading-modal__link {
  display: block;
  border-radius: 22px;
  padding: 3px 10px;
  margin-bottom: 15px;
  width: fit-content;
  font-weight: 600;
  font-size: 1rem;
  line-height: 1.4;
  color: var(--white);
  background-color: #FFB02C;
  transition: 0.3s background-color ease-in-out;
}

.leading-modal__link:hover {
  background-color: #FFB02C;
}

.leading-modal__bg {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  width: 100%;
  height: 100%;
}

.leading-modal__title-hybrid {
  display: block;
  margin-bottom: 15px;

}

.leading-modal__title {
  font-size: 2.2rem;
  line-height: 1.3;
  font-weight: 600;
  color: #fff;
  max-width: 270px;
  width: 100%;
  margin-bottom: 5px;
}

.leading-modal__subtitle {
  font-size: 1.5rem;
  font-weight: 400;
  color: #fff;
  max-width: 370px;
  width: 100%;
  margin-bottom: 15px;
}

.leading-modal__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
}

.leading-modal__time {
  color: #FFCF80;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.4;
}

@media screen and (max-width: 768px) {
  .leading-modal {
    width: 100%;
    z-index: 2147483002;
  }
}

@media screen and (max-width: 550px) {
  .leading-modal {
    left: 0;
    bottom: 0;
    flex-direction: column;
    border-radius: 10px 10px 0 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    padding-right: 57px;
  }

  .leading-modal__info-title,
  .leading-modal__text {
    text-align: center;
  }

  .leading-modal__info-title {
    margin-bottom: 7px;
  }

  .leading-modal__text {
    margin-bottom: 13px;
  }

  .leading-modal__speakers img,
  .leading-modal__circles {
    display: none;
  }

  .leading-modal__logos {
    position: static;
  }

  .leading-modal__close {
    top: -26px;
    right: 0;
  }

  .leading-modal__close::before,
  .leading-modal__close::after {
    width: 24px;
    background-color: #A01DDE;
  }

  .leading-modal__info {
    padding: 19px 21px 19px 27px;
  }
}

/* popup. end */


/*header redisign*/

.nav-list{
    border-radius: 15px;
    padding: 35px;
    background-color: var(--white);
    /* min-height: 525px; */
}

.subitem{
  line-height: 1;
}

.subitem__subtitle {
  position: relative;
  display: inline-block;
  margin-bottom: 4px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1;
  color: var(--theme-grey-color);
  transition: .15s color linear;
}

.subitem__subtitle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  display: block;
  width: 10px;
  height: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='11' height='6' viewBox='0 0 11 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.479211 3.064H8.51863L7.01247 4.50172C6.57984 4.91468 7.22878 5.53409 7.66141 5.12114L9.03312 3.80974L9.94881 2.9343C10.1263 2.76389 10.1263 2.48867 9.94881 2.31826L7.66141 0.132283C7.57439 0.0469209 7.4546 -0.000975597 7.32979 1.50683e-05C6.9178 6.46016e-05 6.71562 0.479054 7.01247 0.751752L8.5222 2.18947H0.455524C-0.17897 2.21952 -0.131595 3.09415 0.479211 3.064Z' fill='%2332325D'/%3E%3C/svg%3E%0A");
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  opacity: 0;
  transform: translateY(-50%);
  transition: .15s opacity linear;
}

.subitem__text {
  font-size: 12px;
  line-height: 1.4;
  color: #6C7896;
  transition: .15s color linear;
}

.subitem__text::first-letter {
  text-transform: uppercase;
}

/* .subitem__icon {
  margin-right: 10px;
  max-width: 16px;
  width: 100%;
  height: 16px;
  fill: #B5B5D9;
  stroke: none;
  transition: .15s fill linear;
} */

.subitem__link{
  font-size: 20px;
  line-height: 1;
  color: var(--black);
}

.subitem__link:hover {
  text-decoration: none;
  color: var(--btn-color-3);
}

/* .subitem__link:hover .subitem__icon {
  fill: var(--theme-grey-color);
} */

.subitem__link:hover .subitem__subtitle,
.subitem__link:hover .subitem__text {
  color: var(--theme-grey-color);
}

.subitem__link:hover .subitem__subtitle::after {
  opacity: 1;
}

.subitem:not(:last-child) {
  margin-bottom: 35px;
}

.change-language-q-icon {
  fill: inherit;
}

.solutions__content {
  display: grid;
  grid-template-columns: 1fr;
  gap: 35px;
  background-color: var(--white);
}

.solutions__aside {
  border-radius: 0 7px 7px 0;
  padding: 76px 64px;
  max-width: 321px;
  width: 100%;
  background-color: #F3F7FB;
}

.solutions__content-title{
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
  margin-bottom: 30px;
}

.solutions__content-subtitle {
  margin-bottom: 29px;
}

.about__documentation-subtitle {
  margin-bottom: 20px;
}

.submenu-subtitle {
  font-weight: 500;
  font-size: 12px;
  line-height: 1.17;
  text-transform: uppercase;
  color: #7B8D9F;
}

.solutions__content-list{
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.solutions__content-item {
  line-height: 1;
}

.solutions__content-link{
  cursor: pointer;
}

.solutions__content-column:nth-child(1) { grid-column: 1; grid-row: 1; }
.solutions__content-column:nth-child(2) { grid-column: 1; grid-row: 2; }
.solutions__content-column:nth-child(3) { grid-column: 1; grid-row: 3; }
.solutions__content-column:nth-child(4) { grid-column: 2; grid-row: 1; }

.solutions__aside-link.btn {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: none;
  border-radius: 3px;
  padding: 13px 12px 13px 17px;
  width: 100%;
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  font-size: 13px;
  text-transform: uppercase;
  color: var(--white);
  transition: .3s transform linear;
  cursor: pointer;
}

.solutions__aside-link.btn:focus,
.solutions__aside-link.btn:visited,
.solutions__aside-link.btn:active,
.solutions__aside-link.btn:active:focus {
  display: flex;
}

.solutions__aside-item:not(:last-child) {
  margin-bottom: 23px;
}

.solutions__aside-item_advertisers .solutions__aside-link.btn {
  background-color: #393968;
}

.solutions__aside-item_publishers .solutions__aside-link.btn {
  background-color: #490B90;
}

.solutions__aside-arrow {
  fill: var(--white);
  stroke: none;
}

.platform__head {
  border-radius: 7px 7px 0 0;
  padding: 32px 28px 19px 28px;
  background-color: #F3F7FB;
}

.platform__head-icon {
  max-width: 45px;
  height: 45px;
}

/* .platform__content {
  border-radius: 0 0 7px 7px;
  padding: 25px 30px 34px 76px;
  background-color: var(--white);
} */

.platform__content-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 10px;
  max-width: 35px;
  width: 100%;
  height: 35px;
  background-color: #B5B5D9;
  transition: .3s background-color linear;
}

.platform__content-icon {
  margin-right: 0;
  max-width: 18px;
  height: 18px;
  fill: var(--white);
}

.platform__head-link:hover .icon-default,
.hybrid__link:hover .icon-default {
  opacity: 0;
}

.platform__head-link:hover .icon-hovered,
.hybrid__link:hover .icon-hovered {
  opacity: 1;
}

.platform__content-link:hover .platform__content-icon {
  fill: var(--white);
}

.platform__content-link .platform__content-image_yellow {
  background-color: #FBB52E;
}

.platform__content-link .platform__content-image_blue {
  background-color: #2138ED;
}

.platform__content-link .platform__content-image_green {
  background-color: #1ACC76;
}

.platform__content-link .platform__content-image_red {
  background-color: #CB0015;
}

.about__content {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 35px;
}

.about__content-list{
  display: grid;
  gap: 30px;
}

.about__content-title{
  font-size: 20px;
  font-weight: 400;
  margin-bottom: 30px;
  color: var(--theme-dark-text);
}

.about__documentation {
  border-radius: 0 0 7px 7px;
  padding: 22px 28px 30px 28px;
  background-color: #F3F7FB;
}

.about__content-link,
.about__documentation-link {
  align-items: center;
}

.about__content-item {
  line-height: 1;
  font-size: 0;
}

.about__content-list.social{
  display: flex;
  gap: 20px;
}

.about__content-list.social .about__content-link{
  display: inline-block;
  width: 40px;
}
.about__content-list.documentation {
  gap: 15px;
  padding: 35px 0;
  border-top: 1px solid #CED1E3;
  border-bottom: 1px solid #CED1E3;
}

.about__content-list.documentation .about__content-link{
  font-size: 16px;
  color: #787A81;
}

.about__content-list.documentation .about__content-link:hover{
  color: var(--btn-color-3);
}

.about__content-link svg{
  fill: #CED1E3;
}

.about__content-link.link-vk:hover svg{
  fill: #0077FF;
}

.about__content-link.link-tg:hover svg{
  fill: #24A1DE;
}

.about__documentation-item:not(:last-child) {
  margin-bottom: 24px;
}

.about__documentation-name {
  margin-bottom: 0;
}

.about__content-name {
  margin-bottom: -2px;
}

/* purple menu =========== */

.purp-menu .header .nav-contact__link{
  background-color: var(--white);
  color: var(--btn-color-1) !important;
}
.purp-menu .header .contact__menu{
  background-color: var(--white);
}
.purp-menu .header .contact__link.btn{
  background-color: #D5CDE6;
}
.purp-menu .header .contact__link.btn:hover{
  background-color: #C6B3EC;
}
.purp-menu .header.fixed-state .nav-contact__link{
  background-color: var(--btn-color-1);
  color: var(--white) !important;
}
.purp-menu .header.fixed-state .contact__menu{
  background-color: var(--btn-color-1);
}
.purp-menu .header.fixed-state .contact__link.btn{
  background-color: #F2EEFB;
}
.purp-menu .header.fixed-state .contact__link.btn:hover{
  background-color: var(--white);
}
.purp-menu .header.fixed-state .nav__item:hover .nav-contact__link, 
.purp-menu .header.fixed-state .nav__item:active .nav-contact__link{
  color: var(--white);
}
.purp-menu .header .nav__item:hover .nav__link, 
.purp-menu .header .nav__item:active .nav__link{
  color: var(--btn-color-1);
}
.purp-menu .header .subitem__link:hover,
.purp-menu .header .about__content-list.documentation .about__content-link:hover{
  color: var(--btn-color-1);
}
.purp-menu .header .nav__burger-btn span,
.purp-menu .header .nav__close-btn::before, 
.purp-menu .header .nav__close-btn::after, 
.purp-menu .header .nav__burger-btn::before, 
.purp-menu .header .nav__burger-btn::after{
  background-color: var(--btn-color-1);
}

@media (max-width: 1230px) { 
  .purp-menu .header .nav-contact__link{
    background-color: var(--btn-color-1);
    color: var(--white) !important;
  }
  .purp-menu .header .contact__menu{
    background-color: var(--btn-color-1);
  }
  .purp-menu .header .contact__link.btn{
    background-color: #F2EEFB;
  }
  .purp-menu .header .contact__link.btn:hover{
    background-color: var(--white);
  }
} 
/* /purple menu =========== */

/* pink menu =========== */

.pink-menu .header .nav-contact__link{
  background-color: var(--white);
  color: var(--btn-color-3) !important;
}
.pink-menu .header .contact__menu{
  background-color: var(--white);
}
.pink-menu .header .contact__link.btn{
  background-color: #D5CDE6;
}
.pink-menu .header .contact__link.btn:hover{
  background-color: #ecb3e5;
}
.pink-menu .header.fixed-state .nav-contact__link{
  background-color: var(--btn-color-3);
  color: var(--white) !important;
}
.pink-menu .header.fixed-state .contact__menu{
  background-color: var(--btn-color-3);
}
.pink-menu .header.fixed-state .contact__link.btn{
  background-color: #F2EEFB;
}
.pink-menu .header.fixed-state .contact__link.btn:hover{
  background-color: var(--white);
}
.pink-menu .header.fixed-state .nav__item:hover .nav-contact__link, 
.pink-menu .header.fixed-state .nav__item:active .nav-contact__link{
  color: var(--white);
}
.pink-menu .header .nav__item:hover .nav__link, 
.pink-menu .header .nav__item:active .nav__link{
  color: var(--btn-color-3);
}
.pink-menu .header .subitem__link:hover,
.pink-menu .header .about__content-list.documentation .about__content-link:hover{
  color: var(--btn-color-3);
}
.pink-menu .header .nav__burger-btn span,
.pink-menu .header .nav__close-btn::before, 
.pink-menu .header .nav__close-btn::after, 
.pink-menu .header .nav__burger-btn::before, 
.pink-menu .header .nav__burger-btn::after{
  background-color: var(--btn-color-3);
}

@media (max-width: 1230px) { 
  .pink-menu .header .nav-contact__link{
    background-color: var(--btn-color-3);
    color: var(--white) !important;
  }
  .pink-menu .header .contact__menu{
    background-color: var(--btn-color-3);
  }
  .pink-menu .header .contact__link.btn{
    background-color: #F2EEFB;
  }
  .pink-menu .header .contact__link.btn:hover{
    background-color: var(--white);
  }
}
/* /pink menu =========== */

/* blue menu =========== */

.blue-menu .header .nav-contact__link{
  background-color: var(--white);
  color: var(--btn-color-5) !important;
}
.blue-menu .header .contact__menu{
  background-color: var(--white);
}
.blue-menu .header .contact__link.btn{
  background-color: #D5CDE6;
}
.blue-menu .header .contact__link.btn:hover{
  background-color: #b3b3ec;
}
.blue-menu .header.fixed-state .nav-contact__link{
  background-color: var(--btn-color-5);
  color: var(--white) !important;
}
.blue-menu .header.fixed-state .contact__menu{
  background-color: var(--btn-color-5);
}
.blue-menu .header.fixed-state .contact__link.btn{
  background-color: #F2EEFB;
}
.blue-menu .header.fixed-state .contact__link.btn:hover{
  background-color: var(--white);
}
.blue-menu .header.fixed-state .nav__item:hover .nav-contact__link, 
.blue-menu .header.fixed-state .nav__item:active .nav-contact__link{
  color: var(--white);
}
.blue-menu .header .nav__item:hover .nav__link, 
.blue-menu .header .nav__item:active .nav__link{
  color: var(--btn-color-5);
}
.blue-menu .header .subitem__link:hover,
.blue-menu .header .about__content-list.documentation .about__content-link:hover{
  color: var(--btn-color-5);
}
.blue-menu .header .nav__burger-btn span,
.blue-menu .header .nav__close-btn::before, 
.blue-menu .header .nav__close-btn::after, 
.blue-menu .header .nav__burger-btn::before, 
.blue-menu .header .nav__burger-btn::after{
  background-color: var(--btn-color-5);
}

@media (max-width: 1230px) { 
  .blue-menu .header .nav-contact__link{
    background-color: var(--btn-color-5);
    color: var(--white) !important;
  }
  .blue-menu .header .contact__menu{
    background-color: var(--btn-color-5);
  }
  .blue-menu .header .contact__link.btn{
    background-color: #F2EEFB;
  }
  .blue-menu .header .contact__link.btn:hover{
    background-color: var(--white);
  }
}
/* /blue menu =========== */

.nav-contact__link{
  padding: 15px 30px;
  min-width: 270px;
  border-radius: 50px;
  text-transform: none;
  line-height: 1.2;
  cursor: pointer;
  transition: .2s linear;
  text-align: center;
  color: var(--white) !important;
  position: relative;
  z-index: 1;
  transition: .2s linear;
}

.nav__item.show .nav-contact__link{
  color: var(--white);
  border-radius: 25px 25px 0px 0px;
  /* background-color: var(--btn-color-3-hover); */
}

.nav-arrow {
  display: inline-block;
  vertical-align: middle;
  stroke: inherit;
  fill: none;
}

.hybrid__link {
  align-items: center;
}

.hybrid__name {
  margin-bottom: 0;
}

.hybrid__description {
  margin-top: 4px;
  font-size: 11px;
}

.hybrid .hybrid__description {
  font-size: 11px;
}

.solutions__menu {
  width: 414px;
  right: -50%;
}

.solutions__polish-menu {
  right: -220%;
}

.solutions__polish-btn {
  padding: 76px 55px;
}

.solutions__menu::before {
  left: 16%;
}

.platform__menu {
  width: 357px;
}

.platform__menu::before {
  left: 34%;
}

.contact__menu{
  width: 100%;
  padding-top: 47px;
  background-color: var(--btn-color-3);
  visibility: visible;
  opacity: 1;
  padding: 0 11px 15px;
  top: 50px;
  transform: scale3d(1,1,1) translateY(-30px);
  transition: .2s linear;
  overflow: hidden;
  opacity: 0;
  height: 0;
  transition: .2s linear;
}

.nav__item.show .contact__menu{
  transform: scale3d(1,1,1) translateY(0);
  height: 110px;
  border-radius: 0px 0px 25px 25px;
  z-index: 2;
  opacity: 1;
  transition: .2s linear;
}

.contact__content{
  display: flex;
  flex-direction: column;
  gap: 15px;
  max-width: 248px;
}

.contact__content.nav-list{
  padding: 0;
  min-height: 0;
  background-color: transparent;
}

.contact__link.btn{
  font-size: 18px;
  background-color: #F2EEFB;
  color: #141414;
  width: 100%;
  text-align: center;
  border-radius: 45px;
  min-height: 40px;
}

.contact__link.btn:hover{
  background-color: var(--white);
}

.about__menu {
  right: -100%;
  min-width: 285px;
}

.about__menu::before {
  left: 62%;
}

.hybrid__menu {
  width: 300px;
}

.hybrid__menu::before {
  left: 85%;
}

.hybrid__polish-menu {
  right: 100%;
}

.header.fixed-animate {
  transition: .3s opacity linear;
}

.header.fixed-state {
  position: fixed;
  padding: 20px 0;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  opacity: 0;
  pointer-events: none;
}

.header.fixed {
  opacity: 1;
  pointer-events: all;
  transition: .3s opacity linear;
}

.header.fixed :is(.hybrid-logo, .header-login__icon) {
  fill: var(--btn-color-1) !important;
}

/* .header.fixed :is(.nav__link, .change-language-q) {
  color: var(--theme-light-title) !important;
} */

.header.fixed :is(.nav__link) {
  stroke: var(--theme-grey-color) !important;
}

.header.fixed :is(.login-icon, .btn-toggle-mobile-menu_stripe) {
  background-color: var(--theme-grey-color) !important;
}

.hybrid-logo{
  stroke: none;
}

.header.fixed-state .hybrid-logo,
.header.fixed-state .nav__link,
.header.fixed-state .change-language-q,
.header.fixed-state .header-login__icon,
.header.fixed-state .login-icon,
.header.fixed-state .btn-toggle-mobile-menu .btn-toggle-mobile-menu_stripe {
  transition: .3s linear;
}

.menu-mobile__list {
  padding: 12px 22px 22px 19px;
}

.menu-mobile__toggle {
  position: relative;
  display: block;
  border: none;
  border-bottom: 1px solid rgba(123, 141, 159, 0.16);
  padding: 5px 0;
  width: 100%;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.27;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #7B8D9F;
  background-color: transparent;
  text-align: initial;
}

.droped-menu {
  padding: 9px 0;
}

.droped-menu__link {
  display: flex;
}

.droped-menu__image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  margin-right: 7px;
  width: 22px;
  height: 22px;
  background-color: #EAEDF0;
}

.droped-menu__icon {
  margin-right: 13px;
  max-width: 16px;
  width: 100%;
  height: 16px;
  fill: #B5B5D9;
  stroke: none;
}

.droped-menu__icon_platform {
  margin-right: 0;
  max-width: 12px;
  height: 12px;
}

.droped-menu__name {
  display: flex;
  align-items: center;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.08;
  color: var(--theme-grey-color);
}

.droped-menu__item:not(:last-child) {
  margin-bottom: 11px;
}

.droped-menu__info .droped-menu__name {
  margin-bottom: 4px;
}

.droped-menu__description {
  font-size: 10px;
  line-height: 1.4;
  color: #6C7896;
}

.solutions__aside_mobile {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 36px 45px;
  max-width: none;
}

.solutions__aside_mobile .solutions__aside-item:not(:last-child) {
  margin-bottom: 9px;
}

.solutions__aside_mobile .solutions__aside-item {
  max-width: 194px;
  width: 100%;
}

.droped-menu__icon_platform-icon {
  max-width: 22px;
  height: 22px;
  margin-right: 9px;
}

.droped-menu__icon_platform.droped-menu__icon_platform-icon {
  margin-right: 0;
  max-width: 18px;
  height: 18px;
}

.droped-block {
  max-height: 0;
  overflow: hidden;
  transition: .3s all linear;
}

.menu-mobile__item:not(:last-child) {
  margin-bottom: 11px;
}

.menu-mobile__toggle::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  display: block;
  width: 10px;
  height: 10px;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.99997 5.85012C4.82075 5.85012 4.64155 5.78169 4.50492 5.64512L0.205141 1.3453C-0.0683805 1.07178 -0.0683805 0.628311 0.205141 0.3549C0.478553 0.0814885 0.921933 0.0814885 1.19548 0.3549L4.99997 4.15962L8.80449 0.355033C9.07801 0.0816214 9.52135 0.0816214 9.79474 0.355033C10.0684 0.628444 10.0684 1.07191 9.79474 1.34543L5.49503 5.64525C5.35832 5.78185 5.17913 5.85012 4.99997 5.85012Z' fill='%237B8D9F'/%3E%3C/svg%3E%0A");
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}

.menu-mobile__toggle.open::after {
  transform: translateY(-50%) rotate(180deg);
}

.menu-mobile__toggle.open+.droped-block {
  max-height: none;
}

.header.fixed .btn-toggle-mobile-menu {
  background-color: rgba(255, 255, 255, 0.94);
}

.light .header.fixed .btn-toggle-mobile-menu {
  background-color: rgba(50, 50, 93, .1);
}

.header.fixed .btn-toggle-mobile-menu.active {
  background-color: var(--white);
}

.header-login {
  position: absolute;
  top: 50%;
  right: 68px;
  transform: translateY(-50%);
  z-index: 1;
}

.header-login__icon {
  display: inline-block;
  vertical-align: middle;
}

.header-login:hover,
.header-language:hover .change-language-q-text,
.change-language-select.active+.change-language-q .change-language-q-text {
  opacity: .8;
}

.modal-window {
  position: fixed;
  top: 50%;
  left: 50%;
  border-radius: 45px;
  padding: 57px 80px 80px 80px;
  width: 944px;
  background-color: var(--white);
  transform: translate(-50%, -50%);
}

.popup_image {
  position: absolute;
  right: -125px;
  bottom: -125px;
  z-index: 3;
  width: 250px;
}

.overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.66);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}

.overlay.open {
  opacity: 1;
  z-index: 1000;
  pointer-events: all;
}

.overlay.close {
  opacity: 0;
}

.modal-window__close {
  position: absolute;
  top: 45px;
  right: 45px;
  display: block;
  border: none;
  width: 24px;
  height: 24px;
  background-color: transparent;
  cursor: pointer;
  z-index: 1;
}

.modal-window__close::before,
.modal-window__close::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  border-radius: 1px;
  width: 24px;
  height: 2px;
  background-color: #BABAC8;
  transition: .3s background-color linear;
  transform-origin: 50% 50%;
}

.modal-window__close::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.modal-window__close::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.modal-window__title {
  position: relative;
  display: block;
  border: none;
  font-family: 'Gilroy', Arial, sans-serif !important;
  margin-bottom: 40px;
  font-weight: 600;
  font-size: 36px;
  color: #141414;
  z-index: 1;
}

.modal-window__label {
  position: relative;
  display: block;
}

.modal-window__label:not(.error) :where(input:hover, input:focus) {
  outline-color: var(--theme-grey-color);
}

.modal-window__label.error :where(input) {
  outline-color: var(--error-color);
}

.modal-window__label {
  margin-bottom: 20px;
}

.modal-window__input {
  border: none;
  border-bottom: 2px solid #7B7B7B4D;
  width: 100%;
  padding: 0px 8px 8px 8px;
  color: #787A81;
}

.modal-window__input,
.modal-window__input::placeholder {
  font-size: 20px;
  font-weight: 400;
}

.modal-window__input::placeholder {
  color: #C3C3C3;
}

.modal-window__input:focus {
  outline-color: var(--theme-grey-color);
}

.modal-window__error {
  position: absolute;
  right: 0;
  bottom: -16px;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.3;
  color: var(--error-color);
}

.modal-window__policy {
  max-width: 180px;
  width: 100%;
  font-size: 12px;
  line-height: 1.3;
  color: #7C8D9F;
}

.modal_checkbox_text {
  max-width: 690px;
  font-size: 16px;
}

.modal-window__policy a,
.modal-window__policy a:link {
  color: inherit;
  text-decoration: underline;
}

.modal-window__submit.btn {
  border: none;
  border-radius: 50px;
  padding: 15px 40px;
  font-weight: 500;
  font-size: 20px;
  color: var(--white);
  background-color: #6103AC;
  cursor: pointer;
  margin-bottom: 40px;
  margin-top: 20px;
}

.modal-window__submit:disabled {
  opacity: .5;
  pointer-events: none;
}

.solutions__aside-item_advertisers .solutions__aside-link:hover {
  background-color: #393968;
  color: var(--white);
}

.solutions__aside-item_publishers .solutions__aside-link:hover {
  background-color: #490B90;
  color: var(--white);
}

.modal-window__submit.btn:hover {
  color: var(--white);
}

.modal-loader {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  justify-content: center;
  align-items: center;
  border-radius: 7px;
  background-color: var(--white);
}

.modal-window.load .modal-loader {
  display: flex;
}

.modal-loader__lines {
  margin-right: 20px;
}

.modal-window__text {
  color: #525F7F;
}

.menu-mobile__head {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 18px 18px 0 18px;
}

.header-login_mobile,
.header-language_mobile {
  position: relative;
  top: auto;
  right: auto;
  bottom: auto;
  left: auto;
  display: block;
  transform: none;
}

.header-login_mobile {
  margin-right: 13px;
}

.header-login__icon_mobile {
  fill: var(--theme-grey-color) !important;

}

.header-language_mobile .change-language-q {
  color: var(--theme-grey-color);
}

.header-language_mobile .change-language-q-text {
  margin-left: auto;
}

.header-language_mobile .change-language-select::after {
  content: none;
}

.header-language_mobile .change-language-select {
  left: -10px;
  border-radius: 10px;
  padding: 17px 12px;
  background-color: #F3F7FB;
  box-shadow: none;
}

.header-language_mobile .change-language-q-text {
  font-size: 16px;
}

.change-language-select-option:not(.active) span {
  color: var(--theme-grey-color);
}

@keyframes animLoadLine1 {
  from {
    x: 17px;
    width: 29px;
  }

  50% {
    x: 10px;
    width: 35px;
  }

  to {
    x: 17px;
    width: 29px;
  }
}

@keyframes animLoadLine2 {
  from {
    x: 0px;
    width: 45px;
  }

  50% {
    x: 26px;
    width: 19px;
  }

  to {
    x: 0px;
    width: 45px;
  }
}

@keyframes animLoadLine3 {
  from {
    x: 35px;
    width: 10px;
  }

  50% {
    x: 26px;
    width: 19px;
  }

  80% {
    x: 35px;
    width: 10px;
  }

  to {
    x: 35px;
    width: 10px;
  }
}

.modal-loader__line_1 {
  animation: animLoadLine1 1s linear infinite;
}

.modal-loader__line_2 {
  animation: animLoadLine2 1s linear infinite;
}

.modal-loader__line_3 {
  animation: animLoadLine3 1s linear infinite;
}

@media screen and (max-width: 1200px) {
  .nav__item{
    margin-right: 20px;
  }
}

@media screen and (max-width: 1024px) {
  .nav__item:not(.has-child) {
    display: none;
  }

  .nav__item:first-child {
    margin-left: auto;
  }

  .solutions__menu {
    flex-direction: column;
    width: calc(100vw - 30px);
    right: -50%;
  }

  .solutions__polish-menu {
    right: -45px;
  }

  .solutions__aside {
    border-radius: 0 0 7px 7px;
    padding: 36px 45px;
    max-width: none;
  }

  .solutions__aside-link.btn {
    margin-left: auto;
    margin-right: auto;
    max-width: 200px;
    width: 100%;
  }

  .solutions__content {
    gap: 25px;
    border-radius: 7px 7px 0 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .solutions__menu::before {
    left: 41%;
  }

  .menu-mobile__list,
  .solutions__aside_mobile {
    margin-bottom: 0;
  }

  .menu-mobile_container {
    display: flex;
    flex-direction: column;
  }

  .menu-mobile__list {
    flex-grow: 1;
  }
}

@media screen and (max-width: 991px) {
  .solutions__menu::before {
    left: 39%;
  }
}

@media screen and (max-width: 769px) {
  .header.fixed {
    padding: 16px 0;
  }
}

@media screen and (max-width: 545px) {
  .modal-window {
    padding: 30px 20px;
  }
}

@media screen and (min-width: 1024px) {

  .modal-window__close:hover::before,
  .modal-window__close:hover::after {
    background-color: var(--theme-grey-color);
  }

  .solutions__aside-link.btn:hover {
    transform: translateY(-3px);
  }
}

@media only screen and (max-width: 769px) {

  #change-language2,
  .header-login {
    display: none;
  }

  #change-language3 {
    right: 10px;
  }

  .change-language-q::before {
    display: block;
  }
}

#CybotCookiebotDialog {
  position: fixed !important;
}

@media (max-width: 1230px) {
  .nav__close-btn,
  .nav__burger-btn{
    display: flex;
  }
  .hybrid__menu.sub-nav,
  .solutions__menu.sub-nav,
  .about__menu.sub-nav{
    all: unset;
  }
  .header__logo{
    margin-right: 0;
    position: relative;
    top: 5px;
  }
  .cont-nav-desktop{
    position: fixed;
    background-color: rgba(20, 20, 20, 30%);
    top: 0;
    left: 0;
    width: 100%;
    min-height: 100vh;
    visibility: hidden;
    opacity: 0;
    transform: translateX(-100%);
    transition: .2s ease-in-out;
  }
  .header__navigation {
    position: static;
    flex-direction: row-reverse;
  }
  .cont-nav-desktop.active{
    opacity: 1;
    visibility: visible;
    transform: translateX(0);
    z-index: 1;
  }
  .cont-nav-desktop .nav{
    flex-direction: column;
    gap: 25px;
    background-color: var(--white);
    position: absolute;
    top: 0;
    left: 0;
    max-width: 465px;
    width: 100%;
    height: 100%;
    padding: 80px 40px 0;
  }
  .nav__item.nav-contact{
    margin: 0;
  }
  .cont-nav-desktop .nav__item{
    margin-right: 0;
    padding-bottom: 25px;
    width: 100%;
    box-shadow: 0px 3px 0px -2px #CED1E3;
  }
  .cont-nav-desktop .nav__item:last-of-type{
    box-shadow: none;
    padding-bottom: 0;
  }
  .cont-nav-desktop .nav__item.about{
    padding: 0;
    box-shadow: none;
  }
  body.home .nav__link,
  .cont-nav-desktop .nav__link{
    color: var(--black);
    width: 100%;
  }
  .contact__menu{
    padding: 0 22px 20px;
  }
  .nav-contact__link{
    min-width: 100%;
  }
  .solutions__menu,
  .hybrid__menu{
    transform: none;
    padding: 0;
  }
  .subitem__link{
    font-size: 16px;
    color: #787A81;
  }
  .subitem__link br{
    display: none;
  }
  .hybrid__content{
    display: grid;
  }
  .hybrid__content,
  .solutions__content{
    gap: 10px;
    grid-template-columns: 1fr;
    grid-template-rows: auto;
  }
  .subitem:not(:last-child){
    margin-bottom: 0;
  }
  .solutions__content-column:nth-child(4) {
    grid-column: 1;
    grid-row: auto;
  }
  .about__content{
    flex-direction: column;
    gap: 30px;
  }
  .about__content-title{
    margin-bottom: 15px;
    font-size: 18px;
    font-weight: 500;
  }
  .about__content-list{
    gap: 10px; 
  }
  .nav-list{
    overflow: hidden;
    padding: 0;
    height: 0;
    transition: .2s linear;
    border-radius: 0;
  }
  .nav__item.show .nav-list{
    padding: 20px 0 0 0;
    height: fit-content;
    gap: 20px;
  }
  .nav__item.show .nav-list.contact__content{
    padding: 0;
    gap: 10px;
    max-width: 100%;
  }
  .about__content-list.documentation{
    padding: 20px 0;
  }
}

@media (max-width: 450px) {
  .header{
    padding: 18px 0;
  }
  .nav__burger-btn{
    margin: 0;
  }
  .cont-nav-desktop{
    left: 0;
    max-width: 100%;
  }
  .nav__close-btn{
    left: unset;
    right: 38px;
  }
  .header__navigation{
    flex-direction: row;
  }
  .header__logo{
    margin-right: auto;
  }
}

/*header redisign. end*/

.btn-arrow {
  margin-left: 10px;
  width: 10px;
  height: 10px;
  fill: var(--white);
}


/* buttons */
.button {
  display: inline-block;
  position: relative;
  padding: 13px 40px;
  color: var(--white);
  border-radius: 50px;
  border: 0;
  min-width: 220px;
  min-height: 50px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  font-size: var(--button-size);
  font-weight: 500;
  transition: .3s all ease-in-out; 
}

.btn-purple{
  background-color: var(--btn-color-1);
}

.btn-purple:active,
.btn-purple:hover{
  background-color: var(--btn-color-1-hover);
}

.btn__bord-purple {
  box-shadow: 0px 0px 0px 2px inset var(--btn-color-1);
  color: var(--btn-color-1);
}

.btn__bord-purple:active,
.btn__bord-purple:hover{
  background-color: var(--btn-color-1);
  color: var(--white);
}

.btn__bord-white {
  box-shadow: 0px 0px 0px 2px inset var(--white);
  color: var(--white);
}

.btn__bord-white:active,
.btn__bord-white:hover {
  background-color: var(--btn-color-3);
  box-shadow: 0px 0px 0px 2px inset var(--btn-color-3);
}

.btn__bord-pink {
  box-shadow: 0px 0px 0px 2px inset var(--btn-color-3);
  color: var(--btn-color-3);
}

.btn__bord-pink:active,
.btn__bord-pink:hover{
  background-color: var(--btn-color-3);
  color: var(--white);
}

.btn-orange{
  background-color: var(--btn-color-2);
}

.btn-pink{
  background-color: var(--btn-color-3);
}

.btn-blue{
  background-color: var(--btn-color-4);
}

/* .button::after {
  content: '';
  display: block;
  position: absolute;
  top: calc(50% - 9px);
  right: 8px;
  width: 16px;
  height: 16px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
} */

.btn-light {
  background-color: var(--btn-default);
  color: var(--white);
}

.btn-light::after {
  background-image: url('../images/buttons/btn-light-default.svg');
}

.btn-light:hover {
  background-color: var(--btn-hover);
  color: var(--white);
}

.btn-light:hover::after {
  background-image: url('../images/buttons/btn-light-hover.svg');
}

.btn-dark {
  background-color: var(--white);
  color: var(--btn-default);
  font-weight: 500;
}

.btn-dark::after {
  background-image: url('../images/buttons/btn-dark-default.svg');
}

.btn-dark:hover {
  color: var(--btn-hover);
  background-color: var(--white);
}

.btn-dark:hover::after {
  background-image: url('../images/buttons/btn-dark-hover.svg');
}

.button.disabled,
.button:disabled {
  background-color: var(--btn-disabled-bg);
  color: var(--btn-disabled-text);
  pointer-events: none;
}

.button.disabled::after,
.button:disabled::after {
  background-image: url('../images/buttons/btn-disabled.svg');
}

.btns-block{
  display: flex;
}
@media screen and (max-width: 450px) {
  .btns-block{
    flex-direction: column;
  }

  .button{
    display: flex;
    justify-content: center;
    align-items: center;
  }
}

.submitting::before {
  content: '';
  display: block;
  width: 1.6rem;
  height: 1.6rem;
  position: absolute;
  right: 8%;
  top: 50%;
  transform: translateY(-50%);
  border: 3px solid var(--btn-disabled-text);
  border-left-color: transparent;
  border-radius: 50%;
  animation: submitting 1s linear infinite;
  transition: .2s linear;
  opacity: 0;
  visibility: hidden;
}

.button.submitting::before {
  visibility: visible;
  opacity: 1;
}

.button.submitting::after {
  visibility: hidden;
  opacity: 0;
}

.loading {
  position: relative;
  overflow: hidden;
}

.loading::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 42px;

  opacity: .5;
  filter: blur(4px);

  animation: loading 1s linear infinite;
  transform: translateX(0px);
}

@keyframes loading {
  0% {
    transform: translateX(0px);
  }

  50% {
    transform: translateX(70px);
  }

  100% {
    transform: translateX(140px);
  }
}

@keyframes submitting {
  0% {
    transform: translateY(-50%) rotate(0deg);
  }

  100% {
    transform: translateY(-50%) rotate(360deg);
  }
}

.btn-dark.loading::before {
  background-color: #fff;
}

.btn-light.loading::before {
  background-color: var(--btn-default);
}

.btn-light:hover.loading::before {
  background-color: var(--btn-hover);
}

/* buttons end*/

.more-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 20px;
  padding: 64px 85px;
  color: (var(--white));
}

.canvas{
  width:100%;
  height:100%;
}

#gradient-canvas {
  --gradient-color-1: #F8F9FF; 
  --gradient-color-2: #C15FEB; 
  --gradient-color-3: #FF8F27;  
  --gradient-color-4: #F93790;
}

#decisions-canvas{
  --gradient-color-1: #F8F9FF; 
  --gradient-color-2: #F93790; 
  --gradient-color-3: #F8F9FF;  
  --gradient-color-4: #F93790;
}

#achievements-canvas{
  --gradient-color-1: #F8F9FF; 
  --gradient-color-2: #C15FEB; 
  --gradient-color-3: #F93790;  
  --gradient-color-4: #C15FEB;
}

#academy-canvas{
  --gradient-color-1: #cfeda5; 
  --gradient-color-2: #9ab3f4; 
  --gradient-color-3: #F8F9FF;
  --gradient-color-4: #9ab3f4;
  /* --gradient-color-2: #7d9ff3;  */
  /* --gradient-color-4: #c8e89e; */
}

/* Адаптив модалок */

@media screen and (max-width: 1366px) {
  .modal-window {
    border-radius: 30px;
    padding: 33px 40px 40px 40px;
    width: 720px;
  }

  .popup_image {
    right: -75px;
    bottom: -75px;
    width: 150px;
  }

  .modal-window__close {
    width: 13px;
    height: 13px;
    top: 20px;
    right: 20px;
  }

  .modal-window__close::before,
  .modal-window__close::after {
    width: 16px;
    height: 1px;
  }

  .modal-window__title {
    margin-bottom: 30px;
    font-size: 20px;
  }

  .modal-window__label {
  margin-bottom: 20px;
  }

  .modal-window__input {
    border-bottom: 1px solid #7B7B7B4D;
    padding: 0px 4.5px 4.5px 4.5px;
  }

  .modal-window__input,
  .modal-window__input::placeholder {
    font-size: 18px;
  }

  .modal_checkbox_text {
    font-size: 14px !important;
  }

  .modal-window__submit.btn {
    padding: 13px 40px;
    margin-bottom: 30px;
    margin-top: 10px;
  }
}

@media screen and (max-width: 900px) {
  .popup_image {
    display: none;
  }
}

@media screen and (max-width: 800px) {
    .modal-window {
    padding: 33px 20px 20px 20px;
    width: 90%;
  }

  .modal-window__input {
    border-bottom: 1px solid #7B7B7B4D;
    padding: 0px 4.5px 4.5px 4.5px;
  }

  .modal_checkbox_text {
    font-size: 12px !important;
  }
}

@media screen and (max-width: 550px) {
  .modal-window__submit.btn {
    width: 100%;
  }
}

/* cookie-warning */

.cookie-warning.show{
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.cookie-warning{
  position: fixed;
  bottom: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 0 30px 70px rgba(0,0,0,.3);
  width: 100%;
  padding: 40px 70px;
  color: #263740;
  border-radius: 5px 5px 0 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  z-index: 1000;
  transition: .2s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(100%);
}

.cookie-warning__title{
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 10px;
}

.cookie-warning__btn{
  font-size: 20px;
  cursor: pointer;
  padding: 20px 40px;
  border-radius: 50px;
  border: 0;
  color: #fff;
  font-weight: 600;

  background-color: var(--btn-color-1);
  transition: .2s linear;
}

.cookie-warning__btn:hover{
  background-color: var(--btn-color-1-hover);
}

.cookie-warning__text{
  font-size: 16px;
  margin-bottom: 16px;
}

.cookie-warning__text:last-of-type{
  margin-bottom: 0;
}

.cookie-warning__text a{
  text-decoration: underline;
  color: var(--btn-color-1);
}

.cookie-warning__container{
  max-width: 74%;
}
a.cookie-warning__read{ 
  display: inline-block;
  text-wrap: nowrap;
  font-size: 14px;
  text-decoration: underline;
}

@media (max-width: 1441px) { 
  .cookie-warning {
    justify-content: space-between;
    gap: 20px;
    flex-direction: column;
    padding: 20px 30px;
  }
  .cookie-warning__btns {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .cookie-warning__title{
    font-size: 18px;
  }
  .cookie-warning__text{
    font-size: 16px;
  }
  .cookie-warning__container{
    max-width: 100%;
  }
  a.cookie-warning__read{        
    margin-top: 10px;
    display: inline-block;
  }
  .cookie-warning__btn{
    margin-right: 0;
  }
}

@media (max-width: 769px) {
  .cookie-warning {
    padding: 15px;
  }
  .cookie-warning__text {
    font-size: 14px;
  }
  .cookie-warning__btn{
    font-size: 16px;
  }
}