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

/**
   * 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: #393968;
	--btn-color-1-hover: #4a50d9;
	/* 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: #3F3F67;
	--theme-light-text: #6B6D92;

	--theme-dark-title: #fff;
	--theme-dark-text: #D1D2F1;

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

@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: 767px) {
	: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;
	}
}

.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-dark-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: 767px) {
	.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;
	box-sizing: border-box;
	font-size: var(--default-size);
	line-height: 1.4;
	font-family: 'Gilroy', Arial, sans-serif !important;
}

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

*:before,
*:after {
	box-sizing: border-box;
}

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 {
	width: 100%;
	max-width: 1000px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 0;
	padding-right: 0;
}

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

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

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

@media (max-width: 1030px) {
	body .container {
		max-width: none;
		padding-left: 15px !important;
		padding-right: 15px !important;
	}
}

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

.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;
	top: 20px;
	width: 100%;
	z-index: 999;
	user-select: none;
	background-color: transparent;
	transition: none;
}

@media screen and (max-width: 767px) {
	.header {
		top: 16px;
	}
}

.header__navigation {
	position: relative;
	display: flex;
	align-items: center;
}

.header__logo {
	z-index: 1;
	position: relative;
	flex: 0 0 84px;
	margin-right: 98px;
	line-height: 0;
}

.header__logo svg {
	width: 100%;
}

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

@media (max-width: 767px) {
	.cont-nav-desktop {
		display: none;
	}
}

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

.nav__item:last-child {
	margin-left: auto;
	margin-right: 0;
}

@media (max-width: 1024px) {
	.nav__item {
		margin-right: 5px;
	}

	.nav__item:last-child {
		margin-right: 10px;
	}
}

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

.nav__link {
	display: inline-block;
	padding: 10px;
	font-size: 15px;
	line-height: 1;
	text-transform: capitalize;
	color: inherit;
}

@media (max-width: 1024px) {
	.nav__link {
		padding: 10px 5px;
	}
}

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

.nav__item:hover .nav__link,
.nav__item:hover::after {
	opacity: 0.8;
}

.sub-nav {
	padding-top: 25px;
	visibility: hidden;
	opacity: 0;
	pointer-events: none;
	position: absolute;
	right: 50%;
	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: translateX(50%) scale3d(0.9, 0.9, 0.9);
	will-change: transform;
}

.sub-nav::before {
	content: '';
	width: 0;
	height: 0;
	position: absolute;
	border: 7px solid transparent;
	border-bottom-color: var(--white);
	top: 12px;
	left: 50%;
	transform: translate(-50%, 0);
}

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

.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);
}

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

@media (max-width: 767px) {
	.cont-nav-mobile {
		display: flex;
		margin-left: auto;
	}
}

.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%;
}

.menu-mobile {
	position: fixed;
	top: 53px;
	left: 50%;
	display: none;
	flex-direction: column;
	visibility: hidden;
	border-radius: 10px;
	padding: 0;
	width: calc(100% - 30px);
	max-height: calc(100vh - 70px);
	height: auto;
	opacity: 0;
	background-color: var(--white);
	box-shadow: 2px 10px 30px 8px rgba(50, 50, 93, 0.29);
	overflow: hidden;
	transition: 0.4s transform ease-in-out, 0.4s visible ease-in-out, 0.4s opacity ease-in-out;
	transform: translateY(10%) translateX(-50%);
	z-index: 2;
}

.fixed .menu-mobile {
	top: 58px;
	height: calc(100vh - 75px);
}

@media (max-width: 767px) {
	.menu-mobile {
		display: flex;
	}
}

.menu-mobile.active {
	transform: translateY(0) translateX(-50%);
	visibility: visible;
	opacity: 1;
}

.menu-mobile_container {
	width: 100%;
	height: 100%;
	overflow-x: hidden;
	overflow-y: auto;
	transition: 0.4s ease-in-out;
}

.menu_close {
	position: absolute;
	right: 10px;
	top: 10px;
	font-size: 20px;
}

/* .navbar-nav > li > span {
    line-height: 20px;
    font-size: 16px;
    font-weight: 400;
    display: block;
    padding: 0;
    color: var(--white);
    margin: 5px 20px 10px 20px;
} */
@media (max-width: 991px) {
	.navbar-nav>li>span {
		margin: 5px 10px 10px 10px;
	}
}

@media (min-width: 768px) {
	.menu_close {
		display: none;
	}
}

@media (max-width: 767px) {
	.logo img {
		max-width: 50px;
	}

	.s-top .logo {
		color: var(--white);
		font-weight: normal;
		font-size: 18px;
	}

	/* .navbar-nav {
        text-align: right;
        margin-right: 0;
    } */
	.navbar {
		min-height: auto;
	}

	/* .mobil_li-container {
        float: left;
        padding: 0;
    }
    .mobil_li-container li {
        margin: 3px 0;
    }
    .mobil_li-container > li > a {
        text-align: left;
        color: #6772e5;
        font-size: 12px;
    } */
}

/* footer start */

footer {
	position: relative;
	padding: 0;
	background-color: var(--white);
	color: var(--theme-light-title);
	font-size: 14px;
	line-height: 1.5;
	content-visibility: auto;
}

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

/* footer a,
footer a:link,
footer a:visited {
    color: #525f7f;
} */
/* footer a:hover {
    color: #6672e2;
} */
footer ul {
	padding: 0;
	margin: 0;
}

footer .title {
	font-size: 14px;
	font-weight: 500;
	line-height: 14px;
	text-transform: uppercase;
	color: var(--theme-light-title);
	margin-top: 0;
	margin-bottom: 25px;
}

@media (max-width: 767px) {
	footer .title {
		font-size: 11px;
		line-height: 11px;
	}
}

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-navigation {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	gap: 0 15px;
	padding: 50px 0 70px;
	width: 100%;
	border-top: 1px solid #dde6ef;
}

@media (max-width: 767px) {
	.footer-navigation {
		padding: 35px 0 35px;
		grid-template-columns: 1fr 1fr;
		gap: 35px 15px;
	}

	.footer-navigation>div:nth-child(n + 3) {
		padding-top: 35px;
		border-top: 1px solid #ebf1f8;
	}
}

/* .footer-navigation a {
    color: #525f7f;
    transition: 0.3s color ease-in-out;
}
.footer-navigation a:hover {
    color: #6672e2;
} */
.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-navigation_b-work-us .work-us {
	font-weight: 500;
	font-size: 26px;
	line-height: 1;
	color: #4a50d9;
}

@media (max-width: 767px) {
	.footer-navigation_b-work-us .work-us {
		font-size: 16px;
		margin-bottom: 20px;
	}
}

.footer-navigation_b-work-us p {
	margin-bottom: 40px;
}

@media (max-width: 992px) {
	.footer-navigation_b-work-us p {
		display: none;
	}
}

.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_b-bottom {
	background-color: #ebf1f8;
	padding: 30px 0 30px 0;
}

.footer_b-bottom__cont__priv {
	margin: 0 auto;
}

@media (max-width: 767px) {
	.footer_b-bottom {
		padding: 15px 0 15px 0;
		margin-top: 0;
	}
}

.footer_b-bottom__cont {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
	position: relative;
}

.footer_b-bottom__mobile-cont-priv {
	display: none;
	justify-content: center;
	margin-bottom: 5px;
}

@media (max-width: 550px) {
	.footer_b-bottom__mobile-cont-priv {
		display: flex;
	}

	.footer_b-bottom__cont__priv {
		display: none;
	}
}

.footer_b-bottom__cont__priv a {
	line-height: 14px;
	transition: 0.3s color ease-in-out;
	text-decoration: underline;
}

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

/* 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: 767px) {
	.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: 48px;
	bottom: 38px;
	display: flex;
	border-radius: 20px;
	max-width:  467px;
	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: 60px 0 25px;
}

.leading-modal::before{
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #F6C760;
	height: 100%;
	width: 235px;
}

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

.leading-modal__close {
	position: absolute;
	top: 20px;
	right: 20px;
	border: none;
	width: 15px;
	height: 15px;
	background-color: transparent;
	cursor: pointer;
	z-index: 3;
}

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

.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__bg {
	position: absolute;
    top: -370px;
    left: -165px;
    transform: rotate(20deg);
}

.leading-modal__logo {
	display: flex;
	position: absolute;
	gap: 7px;
	top: 32px;
	left: 20px;
	z-index: 2;
}
.leading-modal__logo-item{
	font-size: 0;
}
.leading-modal__logo-item:first-of-type{
	padding-right: 7px;
	box-shadow: 1px 0px 0px 0px var(--white);
}

.leading-modal__logo-item img{
	width: 100%;
	height: 100%;
}

.leading-modal__wrap {
	width: 100%;
	display: flex;
	position: relative;
}

.leading-modal__content{
	width: 235px;
	display: flex;
	align-items: center;
	flex-direction: column;
}

.leading-modal__time,
.leading-modal__tag {
	text-transform: uppercase;
	font-size: 10px;
	color: #FB8947;
	line-height: 1;
	padding: 4px 9px;
	border-radius: 14px;
	background-color: var(--white);
	font-weight: 700;
	display: flex;
	margin-bottom: 16px;
}

.leading-modal__info{
	display: flex;
    flex-direction: column;
    align-items: self-start;
	padding-left: 50px;
}

.leading-modal__tag{
	background-color: #FB8947;
	color: var(--white);
}

.leading-modal__title{
	color: #FB8947;
	text-transform: uppercase;
	font-size: 17px;
	font-weight: 700;
	max-width: 150px;
	line-height: 1;
	margin-bottom: 12px;
}

.leading-modal__title span{
	font-weight: 500;
	color: #383838;
	line-height: 1;
}

.leading-modal__link {
	font-size: 14px;
	text-transform: uppercase;
	color: var(--white);
	background-color: #383838;
	font-weight: 700;
	padding: 5px 19px;
	border-radius: 20px;
	transition: 0.3s background-color ease-in-out;
}

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

/* speaker-card */

.speaker-card{
	background-color: var(--white);
	padding: 7px;
	display: flex;
	flex-direction: column;
	border-radius: 14px;
	color: #383838;
	max-width: 124px;
	width: 100%;
}

.speaker-card__photo{
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
	position: relative;
	height: 0;
	padding-top: 92%;
	align-self: center;
}
.speaker-card__photo img{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.speaker-card__name{
	font-size: 8px;
	text-transform: uppercase;
	font-weight: 700;
	margin-top: 5px;
}
.speaker-card__expertise{
	font-size: 5px;
	text-transform: uppercase;
	font-weight: 400;
}

@media screen and (max-width: 768px) {
	.leading-modal.visible {
		transform: translateX(-50%);
		max-width: 95%;
		left: 50%;
		padding: 58px 0 10px;
	}
	.leading-modal__bg{
		top: -380px;
		left: -120px;
	}
	.leading-modal__content,
	.leading-modal::before{
		width: 40%;
	}
	.leading-modal__logo{
		height: 18.5px;
		top: 26px;
		left: 23px;
	}
	.leading-modal__time, .leading-modal__tag{
		font-size: 13px;
		padding: 5px 13px;
	}
	.leading-modal__tag{
		margin-bottom: 10px;
	}
	.leading-modal__title{
		font-size: 24px;
		max-width: 350px;
	}
	.leading-modal__link{
		font-size: 18px;
		padding: 6px 25px;
	}
	.speaker-card{
		max-width: 134px;
	}
	.speaker-card__name{
		font-size: 9.6px;
	}
	.speaker-card__expertise{
		font-size: 6px;
	}
}

@media screen and (max-width: 640px) {
	.leading-modal__logo{
		height: auto;
	}
	.leading-modal__title{
		max-width: 210px;
	}
	.leading-modal__info{
		padding: 0;
	}
	.leading-modal__wrap{
		justify-content: space-around;
	}
	.leading-modal::before{
		width: 50%;
	}
	.leading-modal__bg{
		left: -160px;
	}
}

@media screen and (max-width: 520px) {
	.leading-modal.visible{
		padding: 34px 0 10px;
		border-radius: 10px;
		bottom: 20px;
	}
	.leading-modal__logo{
		height: 10px;
		top: 15px;
		left: 10px;
	}
	.leading-modal__time, .leading-modal__tag{
		font-size: 7px;
		padding: 3px 6px;
		margin-bottom: 13px;
	}
	.leading-modal__title{
		font-size: 13px;
		max-width: 115px;
		margin-bottom: 10px;
	}
	.leading-modal__link{
		font-size: 10px;
		padding: 3px 13px;
	}
	.leading-modal__close{
		top: 10px;
    	right: 10px;
	}
	.speaker-card{
		max-width: 85px;
		padding: 4.5px;
		border-radius: 7px;
	}
	.speaker-card__photo{
		border-radius: 6px;
	}
	.speaker-card__name{
		font-size: 6px;
	}
	.speaker-card__expertise{
		font-size: 4px;
	}
	.leading-modal__bg {
        width: 360px;
        left: -90px;
        top: -165px;
		transform: rotate(10deg);
    }
}


/* popup. end */


/*header redisign*/

.subitem__link {
	display: flex;
}

.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:hover {
	text-decoration: none;
}

.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: 30px;
}

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

.solutions__menu {
	display: flex;
	width: 920px;
}

.solutions__content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 0 56px;
	border-radius: 7px 0 0 7px;
	padding: 34px 49px 41px 28px;
	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-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-item:not(:last-child) {
	margin-bottom: 20px;
}

.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__menu {
	width: 458px;
}

.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__menu {
	width: 250px;
}

.about__content {
	border-radius: 7px 7px 0 0;
	padding: 31px 20px 22px 28px;
	background-color: var(--white);
}

.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:not(:last-child) {
	margin-bottom: 20px;
}

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

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

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

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

.hybrid__menu {
	width: 285px;
}

.hybrid__content {
	border-radius: 7px;
	padding: 28px;
	background-color: var(--white);
}

.hybrid__icon {
	display: block;
	max-width: 35px;
	height: 35px;
}

.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 {
	right: -280%;
}

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

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

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

.platform__menu {
	right: -30%;
}

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

.about__menu {
	right: 95%;
}

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

.hybrid__menu {
	right: 155%;
}

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

.hybrid__polish-menu {
	right: 100%;
}

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

.header.fixed-state {
	position: fixed;
	top: 0;
	left: 0;
	padding: 17px 0;
	height: 70px;
	background-color: rgba(255, 255, 255, 0.6);
	backdrop-filter: blur(4px);
	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(--theme-grey-color) !important;
}

.header.fixed :is(.nav__link, .change-language-q) {
	color: var(--theme-grey-color) !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;
}

.header.fixed-state .header__logo {
	flex: 0 0 73px;
}

.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 color linear, .3s fill linear, .3s stroke linear, .3s opacity linear, .3s transform 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 .sub-nav {
	padding-top: 31px;
}

.header.fixed .sub-nav::before {
	top: 17px;
}

.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: 7px;
	padding: 47px 42px;
	max-width: 440px;
	width: 100%;
	background-color: var(--white);
	transform: translate(-50%, -50%);
}

.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: 10px;
	right: 10px;
	display: block;
	border: none;
	width: 20px;
	height: 20px;
	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: 18px;
	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;
	margin-bottom: 32px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.35;
	color: var(--theme-grey-color);
	text-transform: capitalize;
	z-index: 1;
}

.modal-window__fields {
	margin-bottom: 31px;
}

.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),
.modal-window__label.error :where(select){
	outline-color: var(--error-color);
}

.modal-window__label.error > div{
	border-color: var(--error-color);
}

.modal-window__label:not(:last-child) {
	margin-bottom: 24px;
}

.modal-window__input,
.ss-main {
	outline: 1px solid #BABAC8;
	border: none;
	border-radius: 3px;
	width: 100%;
	padding: 12px 8px;
	background-color: var(--white);
	color: var(--theme-grey-color);
	transition: .3s outline-color linear;
}

.modal-window__input,
.ss-main,
.modal-window__input::placeholder{
	font-size: 16px;
	line-height: 1.6;
	font-weight: 400;
}

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

.modal-window__input:focus 
.ss-main: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__bottom {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

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

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

.modal-window__submit.btn {
	border: none;
	border-radius: 3px;
	padding: 12px 29px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2;
	text-transform: uppercase;
	color: var(--white);
	background-color: #393968;
	box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
	transition: .3s opacity linear;
	cursor: pointer;
}

.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 {
		padding-right: 100px;
	}
}

@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: 767px) {
	.header.fixed {
		padding: 16px 0;
		height: 58px;
	}
}

@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: 767px) {

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

	#change-language3 {
		display: none;
		right: 10px;
	}

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

#CybotCookiebotDialog {
	position: fixed !important;
}

/*header redisign. end*/

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


/* buttons */
.button {
	display: inline-block;
	position: relative;
	margin-right: auto;
	font-size: var(--button-size);
	text-transform: uppercase;
	border: none;
	border-radius: 4px;
	padding: 12px 32px 12px 16px;
	transition: .3s all ease-in-out;
}

.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');
}

.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));
}