/* 300 — Light */
@font-face {
  font-family: "Kaspersky Sans Text";
  src: url("../../fonts/KasperskySansText-Light.woff2") format("woff2"),
       url("../../fonts/KasperskySansText-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
/* 400 — Regular */
@font-face {
  font-family: "Kaspersky Sans Text";
  src: url("../../fonts/KasperskySansText-Regular.woff2") format("woff2"),
       url("../../fonts/KasperskySansText-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
/* 500 — Medium */
@font-face {
  font-family: "Kaspersky Sans Text";
  src: url("../../fonts/KasperskySansText-Medium.woff2") format("woff2"),
       url("../../fonts/KasperskySansText-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* 600 — DemiBold */
@font-face {
  font-family: "Kaspersky Sans Text";
  src: url("../../fonts/KasperskySansText-SemiBold.woff2") format("woff2"),
       url("../../fonts/KasperskySansText-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
/* 700 — Bold */
@font-face {
  font-family: "Kaspersky Sans Text";
  src: url("../../fonts/KasperskySansText-Bold.woff2") format("woff2"),
       url("../../fonts/KasperskySansText-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* 800 — ExtraBold */
@font-face {
  font-family: "Kaspersky Sans Text";
  src: url("../../fonts/KasperskySansText-ExtraBold.woff2") format("woff2"),
       url("../../fonts/KasperskySansText-ExtraBold.woff") format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
:root {
		--gutter-x: 32px;
		--gutter-y: 32px;
}
.row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
		margin-right: calc(-1 * var(--gutter-x) * .5);
		margin-left: calc(-1 * var(--gutter-x) * .5);
		/* margin-block: calc(-1 * var(--gutter-y) / 2); */
}
[class*="col-"] {
		-webkit-box-flex: 0;
		    -ms-flex: 0 0 auto;
		        flex: 0 0 auto;
		padding-right: calc(var(--gutter-x) * .5);
		padding-left: calc(var(--gutter-x) * .5);
}
/* модификатор для отключения горизонтальных отступов */
.row.no-gutters-x {
		margin-inline: 0;
}
.row.no-gutters-x [class*="col-"] {
		padding-inline: 0;
}
/* Колонки (extra small - xs) */
.col-1 {
		-ms-flex-preferred-size: 8.333%;
		    flex-basis: 8.333%;
		max-width: 8.333%;
}
.col-2 {
		-ms-flex-preferred-size: 16.666%;
		    flex-basis: 16.666%;
		max-width: 16.666%;
}
.col-3 {
		-ms-flex-preferred-size: 25%;
		    flex-basis: 25%;
		max-width: 25%;
}
.col-4 {
		-ms-flex-preferred-size: 33.333%;
		    flex-basis: 33.333%;
		max-width: 33.333%;
}
.col-5 {
		-ms-flex-preferred-size: 41.666%;
		    flex-basis: 41.666%;
		max-width: 41.666%;
}
.col-6 {
		-ms-flex-preferred-size: 50%;
		    flex-basis: 50%;
		max-width: 50%;
}
.col-7 {
		-ms-flex-preferred-size: 58.333%;
		    flex-basis: 58.333%;
		max-width: 58.333%;
}
.col-8 {
		-ms-flex-preferred-size: 66.666%;
		    flex-basis: 66.666%;
		max-width: 66.666%;
}
.col-9 {
		-ms-flex-preferred-size: 75%;
		    flex-basis: 75%;
		max-width: 75%;
}
.col-10 {
		-ms-flex-preferred-size: 83.333%;
		    flex-basis: 83.333%;
		max-width: 83.333%;
}
.col-11 {
		-ms-flex-preferred-size: 91.666%;
		    flex-basis: 91.666%;
		max-width: 91.666%;
}
.col-12 {
		-ms-flex-preferred-size: 100%;
		    flex-basis: 100%;
		max-width: 100%;
}
body{
		margin: 0;
		padding: 0;
}
/* Media queries как в Bootstrap */
@media (min-width: 576px) {
		.col-sm-6 {
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%;
				max-width: 50%;
		}

		.col-sm-12 {
				-ms-flex-preferred-size: 100%;
				    flex-basis: 100%;
				max-width: 100%;
		}
}
@media (min-width: 768px) {
		.col-md-4 {
				-ms-flex-preferred-size: 33.333%;
				    flex-basis: 33.333%;
				max-width: 33.333%;
		}

		.col-md-6 {
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%;
				max-width: 50%;
		}
}
@media (min-width: 1024px) {
		.col-lg-3 {
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%;
				max-width: 25%;
		}

		.col-lg-4 {
				-ms-flex-preferred-size: 33.333%;
				    flex-basis: 33.333%;
				max-width: 33.333%;
		}

		.col-lg-6 {
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%;
				max-width: 50%;
		}

		.col-lg-8 {
				-ms-flex-preferred-size: 66.666%;
				    flex-basis: 66.666%;
				max-width: 66.666%;
		}

		.col-lg-9 {
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%;
				max-width: 75%;
		}
}
@media (min-width: 1200px) {
		.col-xl-3 {
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%;
				max-width: 25%;
		}

		.col-xl-4 {
				-ms-flex-preferred-size: 33.333%;
				    flex-basis: 33.333%;
				max-width: 33.333%;
		}

		.col-xl-6 {
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%;
				max-width: 50%;
		}

		.col-xl-9 {
				-ms-flex-preferred-size: 75%;
				    flex-basis: 75%;
				max-width: 75%;
		}
}
@media (min-width: 1400px) {

		.col-xxl-3 {
				-ms-flex-preferred-size: 25%;
				    flex-basis: 25%;
				max-width: 25%;
		}

		.col-xxl-4 {
				-ms-flex-preferred-size: 33.333%;
				    flex-basis: 33.333%;
				max-width: 33.333%;
		}

		.col-xxl-6 {
				-ms-flex-preferred-size: 50%;
				    flex-basis: 50%;
				max-width: 50%;
		}
}
:root {
	--container: calc(1320px + 120px);
	--n_accent: #0A8289;
	--n_active: #05B3B6;
	--n_sec_text: #5C637A;
	--n_sec_title: #141928;
	--top-menu-gap: 24px;
	--font-family: "Kaspersky Sans Text", sans-serif;
	/* --gutter-x: 120px;
	--gutter-y: 120px; */
	--cus-gutter: 120px;
	
}
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
* {
	margin: initial;
  padding: initial;
}
html {
  scrollbar-gutter: stable;
}
body {
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* body.home, */
.n_header__wrapper,
.page-home,
.new_footer,
.n_b24_cust
{
	font-family: var(--font-family);
	line-height: 1.15;
	letter-spacing: 0.01em;
	font-weight: 500;
	font-size: 18px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* body .n_container {
	font-family: var(--font-family);
	line-height: 1.15;
} */
body.menu-open {
  overflow: hidden;
}
h1, h2, h3, h4, h5, h6 {
	margin: 0;
}
.cus-cont, .n_container {
	padding-right: calc(var(--cus-gutter) * .5);
	padding-left: calc(var(--cus-gutter) * .5);
}
.n_header__wrapper .n_container, .submenu-panel {
	padding-right: calc(var(--cus-gutter) * .5 - 20px);
	padding-left: calc(var(--cus-gutter) * .5 - 20px);
}
.row.row-auto {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
.page-home {
	font-family: var(--font-family);
}
.n_container {
		max-width: var(--container);
		width: 100%;
		margin: 0 auto;
		font-family: var(--font-family);
}
.n_h_sect_btn {
	background: #F3F6F8;
	display: inline-block;
	line-height: 62px;
	padding: 0 40px;
	border-radius: 16px;
	color: var(--n_sec_title);
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.n_h_sect_btn:hover {
		background: #DADEE3;
	}
}
.n_h_sect_btn.n_btn_footer	{
	background: #fff;
}
@media (hover: hover) and (pointer: fine) {
	.n_h_sect_btn.n_btn_footer:hover {
		background: #DADEE3;
	}
}
.n_header__wrapper {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	/* align-items: center; */
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	z-index: 99;
	-webkit-transition: all 0.25s ease;
	transition: all 0.25s ease;
	font-family: var(--font-family);
}
.admin-bar .n_header__wrapper {
	top: 32px;
}
.n_header {
	width: 100%;
	margin-top: 32px;
	position: relative;
	z-index: 90;
	margin: 32px auto 0;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), rgba(20, 25, 40, 0.6);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), rgba(20, 25, 40, 0.6);
	-webkit-backdrop-filter: blur(25px);
	        backdrop-filter: blur(25px);
	border-radius: 32px;
	padding: 16px;
}
.n_header__block {
	width: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	color: #fff;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	font-size: 14px;
	font-weight: 500;
}
.n_header__block > * {
	height: 48px;
	line-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
}
a {
	outline: none;
	text-decoration: none;
}
.n_logo {
	margin-right: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.n_logo picture {
	height: 100%;
	max-height: 39px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.n_top_main  {
	margin-right: auto;
}
.n_top_menu, .sub-menu, .top-menu-right__list {
	padding: 0;
	margin: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.n_top_menu a {
	text-decoration: none;
	color: #fff;
	
}
.n_top_menu {
	gap: var(--top-menu-gap)
}
.n_top_menu > li > a, .top-menu-right__list > li > a  {
	/* font-size: 14px;
	font-weight: 500; */
	line-height: 48px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	position: relative;
}
.n_top_menu > li > a::before {
	content: "";
	position: absolute;
	height: 2px;
	background: #00E3E3;
	border-radius: 20px;
	width: 0%;
	bottom: 8px;
	left: 0;
	-webkit-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
@media (hover: hover) and (pointer: fine) {
	.n_top_menu > li > a:hover::before {
		width: 100%;
	}
}
.n_top_menu > li {
	position: relative;
}
.submenu-source {
	/* display: none; */
	position: absolute;
}
.n_top-btn-search {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	cursor: pointer;
	margin-right: 8px;
	background-color: #fff; 
  width: 24px;
	
  /* Используем SVG как маску */
  -webkit-mask: url('../../img/icon/n_search.svg') no-repeat center;
  mask: url('../../img/icon/n_search.svg') no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.n_top-btn-search.active {
	background-color: var(--n_active);
}
@media (hover: hover) and (pointer: fine) {
	.n_top-btn-search.active, .n_top-btn-search:hover {
		background-color: var(--n_active); 
	}
}
.n_lang {
	width: 38px;
	margin-right: 8px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-size: 16px;
}
@media (hover: hover) and (pointer: fine) {
	.n_lang:hover{
		color: var(--n_active);
	}
}
.n_lang__list {
	position: absolute;
	top: 100%;
	right: 0;
	background: #242836B2;
	padding: 16px;
	-webkit-backdrop-filter: blur(20px);
	        backdrop-filter: blur(20px);
	border-radius: 16px;
}
.n_lang__list {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s;
  transition: opacity 0.3s ease, visibility 0.3s;
  position: absolute;
  top: 100%;
	z-index: 10;
}
.mob-submenu-panel.active .n_lang__list {
	top: 0;
	position: relative;
	visibility: visible;
	opacity: 1;
	background: transparent;
	padding: 20px 0 32px;
}
.mob-submenu-panel.active .n_lang__list ul li {
	text-align: left;
	margin-bottom: 20px;
}
.mob-submenu-panel.active .n_lang__list ul li:last-child {
	margin-bottom: 0;
}
/* Состояние при наведении */
.n_lang.active {
	color: #00E3E3;
}
.n_lang.active .n_lang__list {
  opacity: 1;
  visibility: visible;
}
.n_lang__list ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.n_lang__list ul li {
	line-height: 1.15;
	margin-bottom: 24px;
	text-align: right;
}
.n_lang__list ul li:last-child {
	margin-bottom: 0;
}
.n_lang__list ul li a {
	line-height: 1.15 ;
	font-size: 14px;
	font-weight: 500;
	color: #fff;
	position: relative;
}
.n_lang__list ul li a::before {
	content: "";
	bottom: -6px;
	background: #00E3E3;
	border-radius: 2px;
	left: 0;
	width: 0;
	height: 2px;
	position: absolute;
	-webkit-transition: width 0.3s ease;
	transition: width 0.3s ease;
	opacity: 0;
}
@media (hover: hover) and (pointer: fine) {
	.n_lang__list ul li.active a::before, .n_lang__list ul li:hover a::before{
		content: "";
		bottom: -6px;
		background: #00E3E3;
		border-radius: 2px;
		right: 0;
		left: 0;
		width: 100%;
		height: 2px;
		position: absolute;
		opacity: 1;
	}
}
.top-menu-right__list > li > span {
	cursor: pointer;
	border-radius: 16px;
	background: #F1F4F74D;
	/* font-size: 14px;
	font-weight: 500; */
	padding: 0 54px 0 28px;
	position: relative;
	margin-right: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.top-menu-right__list > li.is-hover > span {
	background: var(--n_active);
}
.top-menu-right__list > li.is-hover > span::before {
	-webkit-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	        transform: scaleY(-1);
}
.top-menu-right__list > li > span::before {
	content: "";
	position: absolute;
	right: 22px;
	top: calc(50% - 11px);
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: transparent url('../../img/icon/n_arrow-b.svg') no-repeat;
}
/* подменю */
.menu-depth-0.has-submenu  > .submenu-source {
	display: none;
}
.submenu-panel {
	max-width: var(--container) ;
  position: absolute;
  top: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 100%;
  pointer-events: none;
  opacity: 0;
  -webkit-transition: opacity .2s;
  transition: opacity .2s;
	z-index: 90;
/*	padding: 0 16px;*/
}
.submenu-panel__inner, .subpanel-dev {
	margin-top: 4px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 16px;
	width: -webkit-fit-content;
	width: -moz-fit-content;
	width: fit-content;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), rgba(20, 25, 40, 0.6);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), rgba(20, 25, 40, 0.6);
	-webkit-backdrop-filter: blur(25px);
	        backdrop-filter: blur(25px);
	border-radius: 32px;
}
/* когда открыта — панель активна */
.submenu-panel.is-open {
  pointer-events: auto;
  opacity: 1;
	top: 100%;

}
/* .submenu-panel .submenu-source{
	background: #fff;
	border-radius: 16px;
} */
.submenu-columns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 16px;
}
.submenu-group {
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 0px;
	        flex: 1 1 0;
}
.submenu-group.banner {
	min-height: 380px;
	background-color: #EEF1F2;
	background-position: center bottom;
	background-repeat: no-repeat;
	background-size: 100%;
	/* border-radius: 24px; */
}
.submenu-group.banner.white-text{
	background-color: #141928;
}
.submenu-group.banner a {
	height: 100%;
	display: block;
}
.submenu-group, .submenu--single {
	background: #fff;
	border-radius: 24px;
	padding: 32px;
	-webkit-box-flex: 1;
	    -ms-flex: 1;
	        flex: 1;
}
.column-header, .nested-title, .single-title {
	color: var(--n_accent);
	margin-bottom: 28px;
	font-weight: 500;
	font-size: 14px;
}
.column-list, .single-list{
	padding: 0;
	margin: 0;
	list-style-type: none;
	outline: none;
}
.column-list > .submenu-item {
	margin-bottom: 24px;
}
.column-item .column-item-title{
	line-height: 1.15;
	font-size: 18px;
	margin-bottom: 8px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	font-weight: 500;
	color: #141928;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.column-item:hover  .column-item-title, .column-item.is-hover  .column-item-title {
		color: #5512DB;
	}

}
.column-item .column-item-desc, .single-list .single-item-desc {
	color: #141928;
	font-size: 14px;
	line-height: 1.15;
	font-weight: 400;
	opacity: 0.6;
	display: inline-block;
}
.column-item {
	margin-bottom: 28px;
}
.column-item:last-child {
	margin-bottom: 0;
}
/* для 2 колонок кастом  */
.col-2-cust{
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 67%;
	        flex: 0 0 67%;
}
.col-2-cust .column-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	gap: 0 28px;
}
.col-2-cust .column-item {
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 calc(50% - 14px);
	        flex: 0 0 calc(50% - 14px);
}
.submenu-group.banner .column-header {
	font-size: 24px;
	color: #141928;
	margin-bottom: 12px;
	line-height: 1.25;
}
.submenu-group.banner.white-text .column-header{
	color: #fff;
}
.submenu-group.banner .column-desc {
	font-size: 14px;
	color: #5C637A;
	opacity: 1;
	font-weight: 500;
	line-height: 1.15;
}
.submenu-group.banner.white-text .column-desc {
	color: #fff;
}
/* 3 подменю */
.has-nested-submenu {
	width: 100%;
	position: relative;
}
.menu-item-has-children .sub-menu, .has-submenu .submenu {
	display: none;
}
/* другой тип меню */
.submenu--nested {
	background: #fff;
	border-radius: 24px;
	padding: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 32px;
	width: 850px;
}
.submenu-left {
	border-radius: 16px;
	background: #F1F4F7;
	padding: 24px;
	/* max-width: 20%; */
	width: 100%;
	-webkit-box-flex: 0;
	    -ms-flex: 0 0 36%;
	        flex: 0 0 36%;

}
.submenu-right {
	width: 100%;
	/* max-width: 80%; */
	padding-top: 20px;
	-webkit-box-flex: 1;
	    -ms-flex: 1 1 auto;
	        flex: 1 1 auto;
}
.submenu-right__inner-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	height: 100%;
}
.submenu-right__image {
	border-radius: 16px;
	overflow: hidden;
	height: 244px;
}
.submenu-right__image img {
	-o-object-fit: cover;
	   object-fit: cover;
	display: block;
	-o-object-position: center;
	   object-position: center;
	width: 100%;
	height: 100%;
}
.submenu-root {
	padding: 0;
	margin: 0;
	list-style-type: none;
}
.submenu-root .nested-item {
	margin-bottom: 24px;
}
.submenu-root .nested-item a{
	color: #141928;
	font-size: 18px;
	font-weight: 500;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	display: inline-block;
}
@media (hover: hover) and (pointer: fine) {
	.submenu-root .nested-item a:hover {
		color: #5512DB;
	}
}
.submenu-root .sub-sub-menu {
	display: none;
}
.sub-sub-menu {
	margin: 0;
	padding: 0;
	list-style-type: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	gap: 0 28px;
}
.sub-sub-menu .column-item{
	/* max-width: calc(50% - 14px); */
}
.sub-sub-menu .column-item-title {
	font-size: 18px;
	font-weight: 500;
	color: #141928;
	-webkit-transition: color 0.3s ease;
	transition: color 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.sub-sub-menu .column-item-title:hover {
		color: #5512DB;
	}
}
.sub-sub-menu .column-item-desc {
	font-size: 14px;
	color: #141928;
	opacity: 0.6;
}
/* сингл */
.submenu--single {
	max-width: 430px;
}
.single-list .single-item {
	margin-bottom: 28px;
}
.single-list li.single-item:last-child {
	margin-bottom: 0;
}
.submenu-panel.panel-single .submenu-panel__inner {
  max-width: 540px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
.submenu-panel.panel-multi .submenu-panel__inner, .submenu-panel.panel-multi .submenu-anim-layer {
  max-width: var(--container);
  width: 100%;
}
/*.submenu-panel.panel-nested .submenu-panel__inner, .submenu .submenu--nested, .submenu-panel.panel-nested .submenu-anim-layer {
  max-width: var(--container);
  width: 100%;
}*/
.submenu-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.25);
  -webkit-backdrop-filter: blur(6px);
          backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 10; /* ниже панели, выше контента */
}
.submenu-overlay.is-visible {
  opacity: 1;
  pointer-events: all;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* мобильное меню */
.mob-menu-btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 3px;
	width: 24px;
	height: 24px;
	position: relative;

}
.mob-menu-btn span {
	/* display: flex; */
	position: absolute;
	width: 18px;
	height: 2px;
	background: #fff;
	border-radius: 2px;
	opacity: 1;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	left: 3px;
}
.mob-menu-btn span:nth-child(1){
	top: 6px;
}
.mob-menu-btn span:nth-child(2){

	top: 11px;
}
.mob-menu-btn span:nth-child(3){
	top: 16px;
}
.mob-menu-btn.active span:nth-child(1){
	top: 11px;
	-webkit-transform: rotate(45deg);
	    -ms-transform: rotate(45deg);
	        transform: rotate(45deg);
}
.mob-menu-btn.active span:nth-child(2){
	opacity: 0;
}
.mob-menu-btn.active span:nth-child(3){
	top: 11px;
	-webkit-transform: rotate(-45deg);
	    -ms-transform: rotate(-45deg);
	        transform: rotate(-45deg);
}
.mob-submenu-panel {
  height: calc(100dvh - 76px);
  overflow-y: auto;
  max-height: 0;
  opacity: 0;
  -webkit-transition: opacity 0.25s ease;
  transition: opacity 0.25s ease;
  padding-bottom: env(safe-area-inset-bottom);
	scrollbar-width: none;
	font-size: 16px;
}
.mob-submenu-panel::-webkit-scrollbar {
  display: none;
}
.mob-submenu-panel.active {
  max-height: calc(100dvh - 76px);
  opacity: 1;
}
.mob-submenu-panel.active .n_top_main{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	
}
.mob-submenu-panel.active .n_top_main {
	padding-top: 20px;
}
.mob-submenu-panel.active .n_top_menu {

	-webkit-box-orient: vertical;

	-webkit-box-direction: normal;

	    -ms-flex-direction: column;

	        flex-direction: column;
	width: 100%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	max-height: 100%;
}
.n_header__wrapper.mob_bg {
	background: #141928;
}
.mob-submenu-panel.active .n_top_menu > li > a {
	line-height: 24px;
	width: 100%;
	/* position: relative; */
	display: block;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mob-submenu-panel.active .n_top_menu > li.has-submenu.active > a {
	color: #878EA8;
	padding-left: 24px;
	margin-bottom: 16px;
}
.mob-submenu-panel.active .n_top_menu > li.has-submenu {
	position: relative;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
.mob-submenu-panel.active .n_top_menu > li.has-submenu::after{
	content: "";
	position: absolute;
	z-index: 10;
	width: 24px;
	height: 24px;
	top: 0;
	right: 0;
	-webkit-mask: url('../../img/icon/n_arrow-w-right.svg') no-repeat center;
	        mask: url('../../img/icon/n_arrow-w-right.svg') no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
	background-color: #fff;
}
.mob-submenu-panel.active .n_top_menu > li.has-submenu.active::after {
	opacity: 0;
}
.mob-submenu-panel.active .n_top_menu > li > a::before {
	background: transparent;
}
.mob-submenu-panel.active .n_top_menu > li.has-submenu.active::before{
	content: "";
	position: absolute;
	z-index: 10;
	width: 24px;
	height: 24px;
	top: 0;
	left: 0;
	-webkit-mask: url('../../img/icon/n_arrow-w-left.svg') no-repeat center;
	        mask: url('../../img/icon/n_arrow-w-left.svg') no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
	background-color: #878EA8;
}
/* n_arrow-w-right.svg */
.mob-submenu-panel .submenu-open .n_top_menu > li{
	height: 0;
	opacity: 0;
}
.mob-submenu-panel .submenu-open .n_top_menu > li.active{
	height: auto;
	opacity: 1;
	/* padding-left: 24px; */
}
.mob-submenu-panel .submenu-open .n_top_menu{
	gap: 0;
	/* max-height: 24px; */
	overflow: hidden;
}
/* открытие сабменю при клике  */
.mob-submenu-panel.active .n_top_menu > li.has-submenu.active .submenu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	width: 100%;
	max-width: 100%;
}
.mob-submenu-panel.active .n_top_menu > li.has-submenu.active .submenu-columns {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
}
.popup-mob-menu-btn {
	line-height: 59px;
	margin-bottom: 32px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 8px;
	font-size: 16px;
	font-weight: 400;
}
.popup-mob-menu-btn .n_contact_us{
	display: inline-block;
	
}
.btn-r-menu {
	cursor: pointer;
	border-radius: 16px;
	background: #F1F4F74D;
	padding: 0 54px 0 28px;
	position: relative;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	color: #fff;
}
.btn-r-menu.active {
	background: var(--n_active);
}
.btn-r-menu::before {
	content: "";
	position: absolute;
	right: 22px;
	top: calc(50% - 11px);
	width: 24px;
	height: 24px;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	background: transparent url(../../img/icon/n_arrow-b.svg) no-repeat;
}
.btn-r-menu.active::before {
	-webkit-transform: scaleY(-1);
	    -ms-transform: scaleY(-1);
	        transform: scaleY(-1);
}
.popup-mob-right-menu {
	/* display: none; */
	max-height: 0;
	-webkit-transition: all 0.2s ease;
	transition: all 0.2s ease;
	overflow: hidden;
}
.popup-mob-right-menu.active {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	max-height: 999px;
}
.popup-mob-right-menu .submenu {
	width: 100%;
	padding-bottom: 16px;
}
/* +++++++++++++++++++++++++++++++++++++++++++++++++++++ */
/* блокируем скролл */
body.menu-overlay-active {
  overflow: hidden;
}
.header-search {
  overflow: hidden;
  max-height: 0;
  -webkit-transition: max-height .25s ease;
  transition: max-height .25s ease;
}
.header-search.is-open {
  max-height: 120px; /* подбираем по дизайну */
}
.header-search__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* gap: 12px; */
  padding-top:10px;
	position: relative;
}
.header-search__input {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  font-size: 16px;
  outline: none;
	padding: 0 24px;

	height: 69px;

	background: #F3F6F8;
	font-size: 18px;
	font-weight: 500;
	border: 2px solid transparent;
	border-radius: 16px;
	color: #242836;

}
.header-search__input:focus {
	border-color: #00E3E3;
}
.header-search__input::-webkit-input-placeholder {
	color: #878EA8;
}
.header-search__input::-moz-placeholder {
	color: #878EA8;
}
.header-search__input:-ms-input-placeholder {
	color: #878EA8;
}
.header-search__input::-ms-input-placeholder {
	color: #878EA8;
}
.header-search__input::placeholder {
	color: #878EA8;
}
/* #878EA8  */
.header-search__clear {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  /* font-size: 18px; */
  border: none;
  background: transparent;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .2s ease;
  transition: opacity .2s ease;
  cursor: pointer;
	background: transparent url(../../img/icon/n_search-clear.svg) no-repeat center;
	width: 14px;
	height: 14px;
	position: absolute;
	right: 29px;
	top: calc(50% - 2px);
}
.header-search__clear.is-visible {
  opacity: 1;
  pointer-events: all;
}
.submenu-bridge {
  position: absolute;
  top: 100%;   /* сразу под header */
  left: 0;
  width: 100%;
  height: 14px; /* 10px разрыв + небольшой запас */

  pointer-events: auto;  /* мышь проходит через него */
  background: transparent;
}
/* #141928 */
/* .submenu-panel {
  opacity: 0;
  pointer-events: none;
  transition: opacity .2s;
}

.submenu-panel.is-open {
  opacity: 1;
  pointer-events: auto;
} */
.n_btn {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	padding: 0 32px;
	background: rgba(20, 25, 40, 0.3);
	-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	-webkit-backdrop-filter: blur(15px);
	        backdrop-filter: blur(15px);
	border-radius: 16px;
	color: #fff;
	text-decoration: none;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
	letter-spacing: 0.01em;
}
.n_btn.type_l {
	background: rgba(20, 25, 40, 0.1);
	-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	font-weight: 500;
}
.n_btn.type_s {
	background: rgba(20, 25, 40, 0.1);
	-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	font-weight: 400;
}
@media (hover: hover) and (pointer: fine) {
	.n_btn:hover{
		background: rgba(20, 25, 40, 0.1);
		-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 22px #00E3E3, inset 0px 4px 28px #00E3E3, inset 0px -2px 22px #7733FF, inset 0px -4px 28px #7733FF;
		        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 22px #00E3E3, inset 0px 4px 28px #00E3E3, inset 0px -2px 22px #7733FF, inset 0px -4px 28px #7733FF;
	}
	.n_btn.type_l:hover {
		background: rgba(20, 25, 40, 0.1);
		-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 22px #00E3E3, inset 0px 4px 28px #00E3E3, inset 0px -2px 22px #7733FF, inset 0px -4px 28px #7733FF;
		        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 22px #00E3E3, inset 0px 4px 28px #00E3E3, inset 0px -2px 22px #7733FF, inset 0px -4px 28px #7733FF;
	}
	.n_btn.type_s:hover {
		background: rgba(20, 25, 40, 0.1);
		-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 20px #00E3E3, inset 0px 4px 26px #00E3E3, inset 0px -2px 20px #7733FF, inset 0px -4px 26px #7733FF;
		        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 20px #00E3E3, inset 0px 4px 26px #00E3E3, inset 0px -2px 20px #7733FF, inset 0px -4px 26px #7733FF;
	}
}
/* анимация появления меню */
.submenu-panel__inner {
  -webkit-transition: height 420ms ease, opacity 200ms ease-out;
  transition: height 420ms ease, opacity 200ms ease-out;
}
/* контент панели */
.submenu-content {
  opacity: 1;
  -webkit-transition: opacity 200ms ease-out;
  transition: opacity 200ms ease-out;
}
.submenu-content.is-hidden {
  opacity: 0;
}
footer {
	background: #F3F6F8;
	padding: 64px 0 40px;
	font-family: var(--font-family);
}
.new_footer-menu a, .new_footer__btm a{
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.new_footer-menu a:hover, .new_footer__btm .link a:hover {
		color: #00E3E3;
	}
}
.footer_logo {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}
.footer_logo img{
	max-width: 100%;
}
.n_btn_footer {
	background: #fff;
}
.new_footer__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	margin-bottom: 32px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.new_footer-menu {
	margin-bottom: 32px;
}
.new_footer-menu .title{
	color: var(--n_sec_title);
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 12px;
}
.new_footer-menu .footer-list{
	margin: 0;
	padding: 0;
	list-style-type: none;
}
.new_footer-menu.duble-link .footer-list li:nth-child(2n) {
	padding-left: 6px;
}
.footer-list {

	display: inline-block;
}
.footer-list li {
	margin-bottom: 12px;
}
.footer-list li:last-child {
	margin-bottom: 0;
}
.footer-list li.divider-after {
	position: relative;
	margin-bottom: 24px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.footer-list li.divider-after::after {
	background: #DADEE3;
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	--divider-after: 11px;
	top: calc(var(--divider-after) + 100%);
	height: 1px;
}
.footer-list a {
	color: #878EA8;
	font-size: 16px;
	line-height: 18px;
	display: block;
}
.duble-link .footer-list{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.duble-link .footer-list li {
	max-width: 50%;
	width: 100%;
}
/* .duble-link .footer-list li:nth-child(2n) {
	padding-left: 20px;
} */
.new_footer__btm {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	line-height: 1.15;
	color: #878EA8;
	font-size: 16px;
	-ms-flex-wrap: wrap;
	    flex-wrap: wrap;
}
.new_footer__btm .link{
	margin-right: auto;
}
.new_footer__btm .copiright {
	margin-right: 24px;
}
.new_footer__btm .link a{
	color: #878EA8;
	font-size: 16px;
	position: relative;
	line-height: 1.15;
	display: inline-block;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.new_footer__btm .link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	gap: 28px;
	

}
.new_footer__btm .link a::after {
	content: "";
	position: absolute;
	border-radius: 50%;
	width: 4px;
	height: 4px;
	background: #878EA8;
	top: calc(50% - 1px);
	right: -15px;
}
.new_footer__btm .link a:last-child::after {
	display: none;
}
.new_footer__btm > *{
	display: -webkit-inline-box;
	display: -ms-inline-flexbox;
	display: inline-flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 24px;
}
.social-link {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	gap: 12px;
}
.social-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
@media (hover: hover) and (pointer: fine) {
	.social-link a:hover {
		opacity: 0.8;
	}
}
.social-link a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	width: 24px;
	height: 24px;
}
.social-link img{
	width: 100%;
	
}
/* Запрещает выделение текста */
.mob-submenu-panel {
  -webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
}
/* Убирает синий tap-highlight  */
.h_how_use__float.float-card, 
.embla__slide,
.n_btn, .page-home a, 
.n_header__wrapper a, 
.new_footer a, 
.mob-submenu-panel a,
.mob-submenu-panel button,
.mob-submenu-panel div {
  -webkit-tap-highlight-color: transparent;
	-webkit-user-select: none;
  -moz-user-select: none;
   -ms-user-select: none;
	     user-select: none;
}
/* Убирает outline при клике */
.mob-submenu-panel a:focus,
.mob-submenu-panel button:focus {
  outline: none;
}
.n_modal {
  position: fixed;
  inset: 0;
  overflow-y: auto;      /* скролл у всей модалки */
  overflow-x: hidden;
	display: none;
}
.n_modal.active {
  opacity: 1;
	display: block;
  pointer-events: auto;
	z-index: 999;
}
.modal__overlay {
  position: fixed;    /* фиксируем к экрану */
  inset: 0;
  background: #141928;
	opacity: 0.8;
  z-index: 0;
}
.modal__window,
.modal__content {
  position: relative;
  background: #fff;
  width: 100%;
	max-width: 500px;
  margin: 8vh auto;
  padding: 32px;
  border-radius: 32px;
	z-index: 99;
}
.modal__close {
  position: absolute;
  right: 32px;
  top: 32px;
  width: 24px;
  height: 24px;
	-webkit-mask: url('../../img/icon/f_close.svg') no-repeat center;
	        mask: url('../../img/icon/f_close.svg') no-repeat center;
  -webkit-mask-size: contain;
          mask-size: contain;
  cursor: pointer;
	background-color: #878EA8;
	
}
@media (hover: hover) and (pointer: fine) {
	.modal__close:hover {
		background-color: var(--n_active); 
	}
}
body.modal-open {
  overflow: hidden;
}
.hidden {
	display: none;
}
/*global fix*/
._animatic ._intro .section__wrap::before, ._animatic ._intro .section__wrap::after {
	display: none;
}
.n_header__wrapper a, .page-home a, footer a{
	border-bottom: none;
}
@media (hover: hover) and (pointer: fine) {
	.n_header__wrapper a:hover, .page-home a:hover, footer a:hover{
		border-bottom: none;
	}
}
#global-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.5);
  -webkit-backdrop-filter: blur(2.5px);
          backdrop-filter: blur(2.5px);
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity .25s ease;
  transition: opacity .25s ease;
  z-index: 90;
}
#global-overlay.is-active {
  opacity: 1;
  pointer-events: auto;
}
.cookies-body {
	position: fixed;
	z-index: 200;
	
	bottom: 24px;
	right: 24px;

	display: -webkit-box;

	display: -ms-flexbox;

	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	padding: 32px;
	width: 100%;
	max-width: 430px;
	background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 255, 255, 0.1)), to(rgba(255, 255, 255, 0.1))), rgba(20, 25, 40, 0.6);
	background: linear-gradient(0deg, rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.1)), rgba(20, 25, 40, 0.6);
	-webkit-backdrop-filter: blur(25px);
	        backdrop-filter: blur(25px);
	border-radius: 32px;
	font-family: var(--font-family);
	font-weight: 500;
	color: #fff;
}
.cookies-body__title {
	line-height: 1.25;
	font-size: 24px;
	margin-bottom: 12px;
}
.cookies-body__text {
	line-height: 1.15;
	font-size: 16px;
	margin-bottom: 32px;
}
.cookies-body__text a {
		color: #fff;
		display: inline-block;
		position: relative;
		border: none;
}
.cookies-body__text a::before {
	content: '';
	position: absolute;
	top: calc(100% + 2px);
	background: #00E3E3;
	border-radius: 2px;
	width: 100%;
	height: 2px;
}
.cookies-body__button, .cookies-body__button.button._fill {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	background: rgba(20, 25, 40, 0.1);
	-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 12px #00E3E3, inset 0px 4px 18px #00E3E3, inset 0px -2px 12px #7733FF, inset 0px -4px 18px #7733FF;
	-webkit-backdrop-filter: blur(15px);
	        backdrop-filter: blur(15px);

	border-radius: 16px;
	color: #fff;
	margin-bottom: 0;
	line-height: 62px;
	font-size: 18px;
	height: auto;
	padding: 0;
	font-weight: 500;
	font-family: var(--font-family);
	border: none;
	outline: none;
}
@media (hover: hover) and (pointer: fine) {
	.cookies-body__button:hover, .cookies-body__button.button._fill:hover {
		background: rgba(20, 25, 40, 0.1);
		-webkit-box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 22px #00E3E3, inset 0px 4px 28px #00E3E3, inset 0px -2px 22px #7733FF, inset 0px -4px 28px #7733FF;
		        box-shadow: inset 0px 1px 6px #FFFFFF, inset 0px 2px 22px #00E3E3, inset 0px 4px 28px #00E3E3, inset 0px -2px 22px #7733FF, inset 0px -4px 28px #7733FF;
	}
	
}
@media  (max-width: 767px){

		.cookies-body {
			max-width: 343px;
			padding: 24px ;
			
			right: 16px;
			bottom: 16px;
		}
		.cookies-body__title {
			font-size: 20px;
			margin-bottom: 8px;
		}
		.cookies-body__text {
			font-size: 14px;
			margin-bottom: 24px;
		}
		.cookies-body__button, .cookies-body__button.button._fill {
			line-height: 59px;
			font-size: 16px;
		}
}
@media  (max-width: 375px){
	.cookies-body {
			max-width: calc(100% - 32px) ;
			right: 16px;
			bottom: 16px;
			left: 16px;
		}
}
@media (max-width: 1440px) {
	:root{
		--top-menu-gap: 16px;
	}
	.n_logo {
		margin-right: 16px;
	}
	.n_lang {
		width: 29px;
	}
	.hero-screen__title {
		margin-bottom: 60px;
	}
	.s_hero-screen {
		padding-top: 136px;
	}
	.s_product__block img {
		max-width: 44px;
		margin-bottom: 8px;
	}
	.s_product__block .n_h_sect_btn{
		width: 100%;
		text-align: center;
	}

	
}
@media (max-width: 1400px) {
	
	.submenu-panel {
		/* padding: 0 16px; */
		padding-right: calc(var(--cus-gutter) * .5 - 20px);
		padding-left: calc(var(--cus-gutter) * .5 - 20px);
	}
}
@media (max-width: 1280px) {
	.n_header__block > * {
		line-height: 36px;
		height: 36px;
	}
	.n_header {
		padding: 12px 16px;
		border-radius: 20px;
	}
	.n_logo picture {
		max-height: 26px;
	}
	/* .n_lang {
		font-size: 12px;
	} */
	.n_top-btn-search {
		width: 16px;
	}
	.n_header__block {
		font-size: 12px;
	}
	.top-menu-right__list > li > span {
		margin-right: 4px;
		padding: 0 36px 0 16px;
		border-radius: 12px;
	}
	.top-menu-right__list > li > span::before {
		top: calc(50% - 8px);
		right: 16px;
		background-size: 100%;
		width: 16px;
		height: 16px;
	}
	.header-search__input {
		height: 55px;
		font-size: 16px;
		border-radius: 12px;
	}
	.n_header__wrapper .n_container, .submenu-panel {
		padding-right: calc(var(--cus-gutter) * .5 - 16px);
		padding-left: calc(var(--cus-gutter) * .5 - 16px);
	}
	.n_contact_us.n_btn {
		border-radius: 12px;
		padding: 0 16px;
	}
	.n_lang {
		font-size: 12px;
	}

}
@media (max-width: 1023px) {
	
	:root{
		--top-menu-gap: 20px;
		--cus-gutter: 32px;
	}
	.n_logo picture {
		max-height: 28px;
	}
	.n_header__wrapper .n_container, .cus-cont, .n_container {
		padding-right: calc(var(--cus-gutter) * .5);
		padding-left: calc(var(--cus-gutter) * .5);
	}
	.n_top_main, .top-menu-right, .n_contact_us  {
		display: none;
	}
	.mob-submenu-panel {
		padding-left: 6px;
	}
	.mob-submenu-panel.active .n_top_main{
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.n_logo {
		margin-right: auto;
	}
	.n_header {
		border-radius: 24px;
		margin-top: 16px;
	}
	.mob-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.n_header__block {
		font-size: 14px;
	}
	.n_top-btn-search {
		width: 24px;
		margin-right: 16px;
	}
	.submenu-columns {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
	.submenu-group, .submenu--single {
		border-radius: 24px;
	}
	.column-header {
		font-size: 14px;
		margin-bottom: 16px;
	}
	.column-item .column-item-title {
		font-size: 20px;
		margin-bottom: 4px;
	}
	.submenu-group.banner .column-header {
		margin-bottom: 12px;
		font-size: 20px;
	}
	.mob-submenu-panel.active .n_top_menu > li.active .submenu-columns {
		width: 100%;
	}
	.submenu-group.banner {
			min-height: calc((100vw - 32px) * 0.73);
	}
	.column-item {
		margin-bottom: 24px;
	}
	.submenu-group, .submenu--single {
		padding: 24px;
	}
	.mob-submenu-panel.active .n_top_main {
		margin-bottom: 32px;
	}

	.submenu--nested {
		background: transparent;
		border-radius: 16px;
		padding: 0;
		gap: 0;
		width: 100%;
	}
	
	.submenu-left {
		-webkit-box-flex: 1;
		    -ms-flex: auto;
		        flex: auto;
		background: transparent;
		padding: 0;
	}
	.submenu--nested .submenu-right, .nested-header {
		display: none;
	}
	.submenu-root > .column-item{
		background: #fff;
		border-radius: 16px;
		padding: 20px;
	}
	.submenu--nested > .submenu-left > .submenu-root > .column-item > a > .column-item-title {
		font-size: 14px;
		margin-bottom: 16px;
		color: var(--n_accent);
		font-weight: 500;
	}
	.submenu-root .sub-sub-menu {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		gap: 0;
	}
	.sub-sub-menu .column-item {
		max-width: 100%;
	}
	
	footer {
		padding: 48px 0;
	}
	.footer-list a {
		line-height: 16px;
		font-size: 14px;
	}
	.footer_logo {
		max-width: 249px;
		display: block;
	}
	.n_btn_footer {
		width: auto;
		display: inline-block;
		line-height: 59px;
		font-size: 16px;
	}
	.new_footer__top {
		margin-bottom: 24px;
	}
	.new_footer__top .n_h_sect_btn.n_btn_footer{
		width: auto;
		padding: 0 28px;
	}
	.new_footer-menu .title {
		font-size: 16px;
		margin-bottom: 8px;
	}
	.footer-list li {
		font-size: 14px;
		margin-bottom: 8px;
	}

	.footer-list li.divider-after {
		margin-bottom: 16px;
	}
	.footer-list li.divider-after::after {
		--divider-after: 7px;
	}
	.new_footer__btm {
		font-size: 14px;
	}
	.social-link {
		-webkit-box-ordinal-group: 2;
		    -ms-flex-order: 1;
		        order: 1;
		margin-bottom: 24px;
	}
	.new_footer__btm .link {
		-webkit-box-ordinal-group: 3;
		    -ms-flex-order: 2;
		        order: 2;
		margin-bottom: 24px;
		-ms-flex-wrap: wrap;
		    flex-wrap: wrap;
	}
	.new_footer__btm .copiright {
		-webkit-box-ordinal-group: 4;
		    -ms-flex-order: 3;
		        order: 3;
		margin-bottom: 0;
	}
	.new_footer__btm > * {
		width: 100%;
	}
	.duble-link .footer-list li {
		max-width: 100%;
	}
	.n_lang {
		font-size: 14px;
		margin-right: 16px;
		letter-spacing: 0.01em;
		width: 22px;
	}
	.n_header__block .n_lang .n_lang__list {
		display: none;
	} 
	.social-link a {
		width: 32px;
		height: 32px;
	}
	.n_lang__list ul li:hover a::before {
		display: none;
	}
	.new_footer-menu {
		margin-bottom: 24px;
	}
	.n_lang__list ul li.active a::before {
		width: 100%;
		opacity: 1;
	}
	.new_footer-menu.duble-link .footer-list li:nth-child(2n) {
		padding-left: 0;
	}
	.n_contact_us.n_btn {
		border-radius: 16px;
	}
	.submenu-group, .submenu--single, .submenu--nested {
		border-radius: 16px;
	}
	.new_footer__btm .link a {
		font-size: 14px;
	}
	.new_footer__btm .link  {
			gap: 16px;
	}
	.new_footer__btm .link a::after {
		right: -10px;
	}
	/* костыль */
	.submenu.submenu--nested .submenu-left .submenu-root > li:first-child .column-item-title{
		font-size: 20px;
		margin-bottom: 0;
		font-weight: 500;
		color: #141928;
	}
	
}
@media (max-width: 767px) {
	:root{
		
	}
	
	.footer_logo {
		margin-bottom: 24px;
	}
	.n_btn_footer {
		width: 100%;
	}
	
	.new_footer__top .n_h_sect_btn.n_btn_footer{
		width: 100%;
	}
	.column-item .column-item-desc, .single-list .single-item-desc {
		font-weight: 500;
	}
	
}
@media (max-width: 540px) {
	.popup-mob-menu-btn .btn-r-menu{
		width: 42.19%;
		text-align: center;
	}
	.popup-mob-menu-btn .n_contact_us.n_btn{
		width: 55.1%;
		text-align: center;
	}
	
	
}
@media (max-width: 480px) {
	.submenu-group.banner {
		min-height: 380px;
	}
	.modal__window {
		width: auto;
		margin: 8vh 16px;
	}
	.n_contact_us.n_btn {
		padding: 0 23px;
	} 
	

}
@media (max-width: 365px) {
	.n_contact_us.n_btn {
		padding: 0 20px;
	}
	.btn-r-menu {
		padding: 0 38px 0 18px;
	}
	.btn-r-menu::before {
		right: 12px;
	}
}
@media (min-width: 1024px) {
	.mob-menu-btn {
		display: none;
	}
}
