/* Reset and base styles  */
* {
	padding: 0px;
	margin: 0px;
	border: none;
	scrollbar-width: thin;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
html {
	scroll-behavior: smooth;
}
* {
	-webkit-tap-highlight-color: transparent;
}
img {
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	outline: none !important;
}
:focus {
	outline: none !important;
}
/* html {
	overflow-y: scroll;
} */
body {
	scrollbar-color: rgba(0, 0, 0, 0.05);
	scrollbar-width: thin;
}

/* полоса прокрутки (скроллбар) */
::-webkit-scrollbar {
	background-color: #eee;
	width: 10px;
}
/* ползунок скроллбара */
::-webkit-scrollbar-thumb {
	background-color: rgba(0, 0, 0, 0.05);
	border-radius: 9em;
}
*::-webkit-scrollbar-track {
	background-color: rgba(0, 0, 0, 0.05);
}
::-webkit-scrollbar-thumb:hover {
	background-color: rgba(0, 0, 0, 0.1);
}
/* Стрелки */
::-webkit-scrollbar-button:vertical:start:decrement {
	background: rgba(0, 0, 0, 0.05);
	background-color: #eee;
}
::-webkit-scrollbar-button:vertical:end:increment {
	background: rgba(0, 0, 0, 0.05);
	background-color: #f6f8f4;
}
::-webkit-scrollbar-button:horizontal:start:decrement {
	background: rgba(0, 0, 0, 0.05);
	background-color: #f6f8f4;
}
::-webkit-scrollbar-button:horizontal:end:increment {
	background: rgba(0, 0, 0, 0.05);
	background-color: #f6f8f4;
}
/* Links */
a,
a:link,
a:visited {
	text-decoration: none;
}
a:hover {
	text-decoration: none;
}
/* Common */
aside,
nav,
footer,
header,
section,
main {
	display: block;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
	font-size: inherit;
	font-weight: inherit;
	margin: 0;
}
ul,
ul li {
	list-style: none;
}
img {
	vertical-align: top;
}
img,
svg {
	max-width: 100%;
	height: auto;
}
address {
	font-style: normal;
}
/* Form */
input,
textarea,
button,
select {
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background-color: transparent;
}
input::-ms-clear {
	display: none;
}
button,
input[type="submit"] {
	display: inline-block;
	box-shadow: none;
	background-color: transparent;
	background: none;
	cursor: pointer;
}
input:focus,
input:active,
button:focus,
button:active {
	outline: none;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}
label {
	cursor: pointer;
}
legend {
	display: block;
}
:focus {
	outline: none;
}
::-moz-focus-inner {
	border: 0;
}
/* Общие стили */
* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
body,
html {
	min-height: 100vh;
}
body {
	min-height: 100%;
	/* width: 100%; */
	font-family: "Manrope", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	position: relative;
}
.body-wrap {
	position: relative;
}
/* .body-wrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 200vh;
	z-index: 14;
	background: rgba(41, 41, 45, 0.08);
	backdrop-filter: blur(10px);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 4;
}
body.fix .body-wrap::before {
	display: block;
} */
:root {
	--text-accent-text: #13bcfe;
	--text-accent-table: #3ccb7f;
	--text-accent-presentation: #f38744;
	--text-accent-SDK: #7370bd;
	--text-accent-calendar: #a274db;
	--text-accent-: #2970ff;
	--text-accent-squadus: #ff692e;
	--text-accent-documents: #15b79e;
	--text-accent-mail: #d4a72c;
	--text-accent-mailion: #e62e05;
}
a,
button {
	transition: all 0.3s linear;
}
.header.active {
	--Black: #101840;
	background: #fff;
	transform: translateY(0px);
	top: 0px;
	transition: transform 0.7s ease;
}
html.fix,
body.fix {
	position: fixed;
	overflow-y: auto;
	width: 100%;
}
.body-wrap {
	position: relative;
}
.header-middle {
	position: relative;
	width: 100%;
	clear: both;
	z-index: 16;
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 30px;
}
.header.none {
	display: none;
}
.header .container {
	max-width: 1290px;
	padding: 0 40px;
	margin: 0 auto;
}
.header-left {
	display: flex;
	align-items: center;
}
.header-logo .img-responsive {
	display: inline-block;
}
.img-responsive {
	display: block;
	max-width: 100%;
	width: 100%;
	height: auto;
}
.header-right {
	display: flex;
	gap: 32px;
	align-items: center;
}
header {
	position: fixed;
	width: 100%;
	top: 0px;
	z-index: 16;
	background: #fff;
	font-family: "Manrope";
	border-bottom: 0.5px solid #eee;
}
.contact-details a {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.32px;
	white-space: nowrap;
	display: flex;
	padding: 10px 12px 10px 16px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 9999px;
	background: linear-gradient(90deg, #13bcfe 0%, #9575cd 100%);
	transition: all 0.3s linear;
}
.header-tel a {
	display: flex;
	align-items: center;
	gap: 4px;
	color: #0ba5ec;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.32px;
}
.header-tel a svg {
	fill: #0ba5ec;
	transition: all 0.3s linear;
}
.submenu {
	opacity: 0;
	pointer-events: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	text-align: left;
	min-width: 100%;
	width: 100%;
	width: max-content;
	z-index: 16;
	border-radius: 20px;
	/* border: 1px solid #111927; */
	-webkit-box-shadow: 4px 0px 62px -6px rgba(34, 60, 80, 0.16);
	-moz-box-shadow: 4px 0px 62px -6px rgba(34, 60, 80, 0.16);
	box-shadow: 4px 0px 62px -6px rgba(34, 60, 80, 0.16);
	background: #fff;
	cursor: default;
	transition:
		opacity 0.3s ease 0s,
		max-height 0.3s ease 0s,
		-webkit-transform 0.3s ease 0s;
	transition:
		transform 0.3s ease 0s,
		opacity 0.3s ease 0s,
		max-height 0.3s ease 0s;
	transition:
		transform 0.3s ease 0s,
		opacity 0.3s ease 0s,
		max-height 0.3s ease 0s,
		-webkit-transform 0.3s ease 0s;
}
/* .submenu::before {
	content: "";
	display: block;
	width: 13px;
	height: 6px;
	background: url("../img/Tip.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: -5px;
	left: 20%;
} */
.header-menu-list li:nth-child(4) .submenu::before {
	left: 14%;
}
.big-menu.submenu {
	width: 100%;
	max-width: 920px;
	min-width: unset;
}
.big-menu.submenu::before {
	left: 25%;
}
.submenu-ul {
	padding: 16px;
}
.submenu-ul a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	color: #111927;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.28px;
	padding: 8px;
	border-radius: 4px;
}
.submenu-ul a:hover {
	background: #eff4ff;
	transition: all 0.3s linear;
}
.submenu > ul hr {
	height: 1px;
	width: 100%;
	background: #d2d6db;
	margin: 12px 0;
}
.close {
	position: absolute;
	color: #424242;
	top: 20px;
	right: 50px;
	font-size: 48px;
	cursor: pointer;
	display: none;
	z-index: 999;
	transform: rotate(45deg);
	transition: all 600ms cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.close:hover {
	font-size: 42px;
	transform: rotate(360deg);
}
.header.fixed {
	position: fixed;
}
header.active.header_hidden,
header.header_hidden {
	transform: translateY(-100%);
	transition: transform 0.7s linear;
}
header.active.no-transform,
header.active.header_hidden.no-transform,
.header_hidden.no-transform {
	transform: none;
}
.header.white svg {
	fill: #fff;
}
.header-menu-list > li > span {
	position: relative;
}
.header-menu-list > li:first-child > span {
	padding-left: 0;
	position: unset;
	font-weight: 700;
}
.header-menu-list > li > span,
.header-menu-list > li > a {
	display: flex;
	align-items: center;
	padding: 26px 14px;
	cursor: pointer;
	color: #111927;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.32px;
	transition: all 0.3s linear;
}
.header-logo a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-menu-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-menu-icon {
	min-width: 8px;
	margin-left: 6px;
}
.header-menu-list li.active .submenu {
	-webkit-overflow-scrolling: touch;
	max-height: 2000px;
	opacity: 1;
	pointer-events: auto;
}
.header-menu-list li.active .header-menu-icon {
	transform: rotate(180deg);
}
a.disabled {
	pointer-events: none;
}
.header-menu-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-logo-burger {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	width: 20px;
	height: 20px;
	min-width: 20px;
	margin-left: 20px;
}
.burger-menu .header-logo-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
	padding: 0;
	min-width: 26px;
	height: 20px;
	position: relative;
	cursor: pointer;
}
.header-logo-menu span {
	background: #0ba5ec;
	height: 2px;
	width: 20px;
	display: block;
	position: absolute;
	top: 9px;
	right: 3px;
}
.header-logo-menu svg {
	fill: #404052;
	margin-left: 8px;
}
.header-logo-burger.active .header-logo-menu span:first-child {
	transform: rotate(45deg);
	top: 8px;
}
.header-logo-burger.active .header-logo-menu span:last-child {
	width: 25px;
	top: 8px;
	transform: rotate(-45deg);
}
.header-logo-burger.active .header-logo-menu span:nth-child(2) {
	display: none;
}
.white .header-logo-burger {
	color: #fff;
}
.white .header-logo-menu span {
	background: #fff;
}
.header-logo-menu span:first-child {
	top: 2px;
}
.header-logo-menu span:nth-child(2) {
	left: unset;
}
.header-logo-menu span:last-child {
	top: 16px;
}
.hidden-menu {
	margin: 0;
	position: fixed;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	top: 0px;
	left: 0;
	z-index: 5;
	background: rgba(19, 17, 17, 0.64);
	opacity: 0;
	visibility: hidden;
	height: calc(100% - 83px);
	height: 100%;
	transition: 0.3s;
	width: 100%;
}
.hidden-close {
	position: absolute;
	top: 22px;
	right: 40px;
	cursor: pointer;
}
.hidden-menu.curent {
	opacity: 1;
	visibility: visible;
}
.hidden-menu-box {
	width: 100%;
	background: #fff;
	display: block;
	margin: 0;
	z-index: 16;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
.header__menu.hide {
	opacity: 0;
	visibility: hidden;
	transition: all 0.5s linear;
}
.hidden-menu-box.show {
	opacity: 1;
	visibility: visible;
	transition: all 0.5s linear;
}
.hidden-menu-scroll {
	display: flex;
	flex-direction: column;
	margin-top: 20px;
	scrollbar-width: thin;
}
.hidden-menu-list > li {
	position: relative;
}
.hidden-menu-list > li {
	border-radius: 8px;
	border: 1px solid #d2d6db;
	display: flex;
	padding: 20px;
	flex-direction: column;
	align-items: flex-start;
	color: #111927;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.32px;
}
.hidden-menu-list > li > a {
	color: #111927;
}
.hidden-menu-list {
	display: flex;
	flex-direction: column;
	gap: 10px;
}
.header__menu-list-drop {
	min-width: auto;
	width: 100%;
	overflow: hidden;
	max-height: 0px;
	transition: max-height 0.2s linear;
}
.header__menu-list-drop a {
	display: flex;
}
.header__menu-list-drop a.bold {
	margin-top: 12px;
}
.header__menu-list-drop a.bold,
.header__menu-list-drop a.bolds {
	font-weight: 500;
}
.header-n__menu-list-drop-item.curent .header__menu-list-drop {
	max-height: 2000px;
}
.header__menu-list-drop a,
.hidden-menu-list > li > a,
.header__menu > ul.hidden-menu-list > li > a,
.hidden-menu-list > li.header-n__menu-list-drop-item {
	position: relative;
	cursor: pointer;
}
.header-n__menu-list-drop-item::before {
	content: "";
	display: block;
	position: absolute;
	background: url("../img/drop-item.svg");
	background-repeat: no-repeat;
	background-size: contain;
	width: 20px;
	height: 20px;
	top: 20px;
	right: 14px;
}
.header-n__menu-list-drop-item.curent::before {
	transform: rotate(90deg);
}
.hidden-menu__btn {
	margin-top: 30px;
	display: block;
	border: 1px solid #eac290;
	padding: 10px 30px;
	font-weight: 500;
	font-size: 16px;
	line-height: 150%;
	text-align: center;
	color: #232328;
}
.header__menu > ul > li > a {
	display: flex;
	align-items: center;
	color: #2c2d2e;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.333%;
}
.burger-menu {
	display: none;
	align-items: center;
}
.hidden-tel svg {
	margin-right: 20px;
}
.hidden-tel {
	display: flex;
	padding: 20px 0;
}
.hidden-tel a {
	display: flex;
}
.big-menu {
	display: flex;
	gap: 20px;
}
.big-menu-left {
	display: flex;
	width: 215px;
	min-width: 215px;
	padding: 24px;
	flex-direction: column;
	align-items: flex-start;
	border-radius: 19px;
	background: linear-gradient(90deg, #b9e6fe 0%, #d1c4e9 100%);
}
.big-menu-left ul {
	display: flex;
	flex-direction: column;
	gap: 18px;
}
.big-menu-left a {
	display: flex;
	padding: 10px 15px;
	align-items: center;
	border-radius: 9999px;
	border: 1px solid #fff;
	background: #fff;
	color: #111927;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.28px;
	white-space: nowrap;
	width: max-content;
}
.big-menu-title {
	color: #111927;
	font-size: 14px;
	font-style: normal;
	font-weight: 700;
	line-height: 16px;
	text-transform: uppercase;
	margin-bottom: 20px;
}
.big-menu-right {
	padding: 24px;
	display: flex;
	gap: 12px;
}
.big-menu-flex {
	display: flex;
}
.menu-decisions-list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	margin-bottom: 12px;
}
.menu-decisions-card {
	border-radius: 16px;
	padding: 16px 16px 32px;
	display: flex;
	position: relative;
	transition: all 0.3s linear;
}
.menu-decisions-card::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #111927;
	opacity: 0;
	border-radius: 16px;
	transition: all 0.3s linear;
}
.menu-decisions-card:nth-child(1) {
	background: linear-gradient(
		327deg,
		rgba(212, 92, 242, 0.2) 5.8%,
		rgba(248, 70, 40, 0.2) 42.8%,
		rgba(255, 156, 47, 0.2) 85.22%,
		rgba(255, 248, 234, 0.2) 117.53%
	);
}
.menu-decisions-card:nth-child(2) {
	background: linear-gradient(292deg, rgba(239, 220, 253, 0.8) 38.13%, rgba(246, 242, 250, 0.8) 104.64%);
}
.menu-decisions-card:nth-child(3) {
	background: linear-gradient(
		260deg,
		rgba(83, 137, 207, 0.2) 4.92%,
		rgba(111, 169, 234, 0.2) 45.01%,
		rgba(196, 222, 248, 0.2) 86.86%
	);
}
.menu-decisions-card:nth-child(4) {
	background: linear-gradient(
		114deg,
		rgba(230, 96, 90, 0.3) -1.66%,
		rgba(253, 239, 247, 0.3) 42.37%,
		rgba(252, 222, 179, 0.3) 68.12%,
		rgba(221, 183, 125, 0.3) 97.77%
	);
}
.menu-decisions-card__icon {
	min-width: 32px;
	height: 32px;
	width: 32px;
	margin-right: 16px;
}
.menu-decisions-card__icon img {
	width: 100%;
	height: 100%;
}
.menu-decisions-card__content {
	margin-right: 12px;
	flex-grow: 1;
}
.menu-decisions-card__title {
	color: #111927;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 114%;
	letter-spacing: -0.32px;
	margin-bottom: 8px;
}
.menu-decisions-card__text {
	color: #111927;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.28px;
	max-width: 500px;
}
.menu-decisions-card__text a,
.menu-decisions-card__text span {
	color: #3670d0;
}
.menu-app-cards__arr,
.menu-decisions-card__arr {
	min-width: 32px;
	height: 32px;
	width: 32px;
	border-radius: 50%;
	border: 1px solid #111927;
	margin-top: auto;
	display: flex;
	justify-content: center;
	align-items: center;
}
.menu-decisions-flex {
	display: flex;
	gap: 12px;
	margin-bottom: 12px;
}
.menu-decisions-flex a {
	padding: 10px;
	border-radius: 10px;
	border: 1px solid #111927;
	display: flex;
	align-items: center;
	gap: 8px;
	color: #111927;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.28px;
	width: 30%;
	flex-grow: 1;
	transition: all 0.3s linear;
}
.menu-decisions-flex a svg {
	min-width: 24px;
	fill: #111927;
	transition: all 0.3s linear;
}
.menu-decisions-btn a {
	width: 100%;
	display: flex;
	padding: 16px 20px 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	align-self: stretch;
	border-radius: 9999px;
	background: linear-gradient(90deg, #13bcfe 0%, #9575cd 100%);
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.32px;
}
.menu-app {
	padding-left: 36px;
	display: flex;
	flex-direction: column;
	max-width: 458px;
}
.menu-app-grid {
	grid-gap: 20px;
	margin-bottom: auto;
	display: flex;
	flex-wrap: wrap;
	margin-right: -20px;
}
.menu-app-card {
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.28px;
}
.menu-app-card:nth-child(2n + 1) {
	width: 52%;
}
.menu-app-card:nth-child(2n) {
	width: 39%;
}
.menu-app-card a b {
	font-weight: 500;
}
.menu-app-card p {
	color: #9da4ae;
	margin-bottom: 16px;
}
.menu-app-card ul {
	display: flex;
	flex-direction: column;
	gap: 12px;
}
.menu-app-card a {
	display: flex;
	gap: 8px;
	color: #111927;
}
.menu-app-icon {
	min-width: 32px;
	height: 32px;
	width: 32px;
}
.menu-app-icon img {
	width: 100%;
	height: 100%;
}
.menu-app-card a span:nth-child(2) {
	padding-top: 8px;
	display: block;
}
.menu-app-card a span:nth-child(2)::after {
	content: "";
	display: block;
	height: 1px;
	width: 0;
	bottom: -0.25em;
	background: #111927;
	transition: all 0.3s linear;
}
.menu-app-card a:hover span:nth-child(2)::after {
	width: 100%;
	transition: all 0.3s linear;
}
.tone1 {
	color: var(--text-accent-text);
}
.tone2 {
	color: var(--text-accent-table);
}
.tone3 {
	color: var(--text-accent-presentation);
}
.tone4 {
	background: linear-gradient(90deg, #13bcfe 0%, #2ed3b7) 16.54%;
	background-clip: text;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}
.tone5 {
	color: var(--text-accent-SDK);
}
.tone6 {
	color: var(--text-accent-calendar);
}
.tone7 {
	color: var(--text-accent-);
}
.tone8 {
	color: var(--text-accent-squadus);
}
.tone9 {
	color: var(--text-accent-documents);
}
.tone10 {
	color: var(--text-accent-mail);
}
.tone11 {
	color: var(--text-accent-mailion);
}
.menu-app-cards a {
	border-radius: 16px;
	border: 1px solid transparent;
	padding: 16px;
	display: flex;
	gap: 12px;
	background: linear-gradient(90deg, #b9e6fe 0%, #d1c4e9 100%);
}
.menu-app-cards__content b {
	color: #111927;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 114%;
	letter-spacing: -0.32px;
	margin-bottom: 8px;
	display: block;
}
.menu-app-cards__content p {
	color: #111927;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 16px;
	letter-spacing: -0.28px;
}
.menu-app-btn {
	margin-top: 12px;
}
.menu-app-btn a {
	display: flex;
	padding: 16px 20px 16px 24px;
	justify-content: center;
	align-items: center;
	gap: 4px;
	border-radius: 9999px;
	border: 1px solid #111927;
	color: #111927;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 20px;
	letter-spacing: -0.32px;
	transition: all 0.3s linear;
}
.menu-app-btn a svg {
	fill: #111927;
	transition: all 0.3s linear;
}
.logo {
	max-width: 130px;
}
.hidden-menu-top {
	padding: 12px 40px;
	position: relative;
	border-bottom: 0.5px solid #d2d6db;
}
.hidden-menu-contact {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: 40px;
	padding: 0 40px;
	gap: 24px;
}
.menu-app-btn a:hover,
.menu-decisions-flex a:hover {
	color: #2970ff;
	border-color: #2970ff;
	transition: all 0.3s linear;
}
.menu-app-btn a:hover svg,
.menu-decisions-flex a:hover svg {
	fill: #2970ff;
	transition: all 0.3s linear;
}
.menu-app-cards a:hover,
.menu-decisions-card:nth-child(1):hover,
.menu-decisions-card:nth-child(2):hover,
.menu-decisions-card:nth-child(3):hover,
.menu-decisions-card:nth-child(4):hover {
	background: transparent;
	transition: all 0.3s linear;
}
.menu-decisions-card:hover::before {
	opacity: 1;
	transition: all 0.3s linear;
}
.big-menu-left a:hover {
	border-color: #111927;
	transition: all 0.3s linear;
}
.menu-decisions-btn a:hover,
.contact-details a:hover {
	background: linear-gradient(90deg, #0ba5ec 0%, #7e57c2 100%);
	transition: 0.3s linear;
}
.menu-decisions-btn a:active,
.contact-details a:active {
	background: linear-gradient(90deg, #0ba5ec 0%, #7e57c2 100%);
	transition: 0.3s linear;
}
.header-tel a:hover {
	color: #2970ff;
	transition: 0.3s linear;
}
.header-tel a:hover svg {
	fill: #2970ff;
	transition: 0.3s linear;
}
.header-menu-list > li > span:hover,
.header-menu-list > li > a:hover {
	color: #9da4ae;
	transition: 0.3s linear;
}
.header-menu-list > li > span:active,
.header-menu-list a:active {
	color: #004eeb;
	transition: 0.3s linear;
}
.hidden-menu a:hover,
.header-logo-menu:hover {
	opacity: 0.7;
	transition: all 0.5s linear;
}
.header-menu-right {
	max-width: 337px;
	width: 100%;
	transition: all 0.3s linear;
}
.logo:hover,
.header-logo:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.hidden-menu-box {
	height: unset;
	min-height: 100vh;
}
.hidden-menu-list > li {
	margin: 0 40px;
}
.hidden-menu-list > li.curent {
	font-weight: 700;
}
.menu-decisions-card__text a {
	display: inline;
}
@media (max-width: 1540px) {
	.menu-decisions-card {
		padding: 14px 16px 14px;
	}
	.big-menu-title {
		margin-bottom: 16px;
	}
	.big-menu.submenu::before {
		left: 28%;
	}
	.header-logo {
		max-width: 112px;
	}
	.header-menu-list > li > span,
	.header-menu-list > li > a {
		font-size: 14px;
		padding: 24px 12px;
	}
	.header-tel a {
		font-size: 14px;
	}
	.contact-details a svg,
	.header-tel a svg {
		max-width: 16px;
	}
	.contact-details a {
		font-size: 14px;
		line-height: 16px;
		letter-spacing: -0.28px;
		padding: 8px 10px 8px 12px;
	}

	.big-menu-left ul {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.big-menu {
		max-width: 600px;
	}
	.big-menu-left {
		padding: 20px;
	}
	.big-menu-right {
		padding: 20px;
	}
	.menu-decisions {
		max-width: unset;
	}
	.menu-app {
		padding-left: 32px;
		max-width: 580px;
		width: 50%;
	}
	.menu-decisions-list {
		gap: 8px;
		margin-bottom: 8px;
	}
	.menu-decisions-card__icon {
		margin-right: 12px;
	}
	.menu-app-cards__arr,
	.menu-decisions-card__arr {
		min-width: 24px;
		height: 24px;
		width: 24px;
	}
	.menu-app-cards__arr svg,
	.menu-decisions-card__arr svg {
		max-width: 12px;
	}
	.menu-app-icon,
	.menu-decisions-card__icon {
		min-width: 24px;
		height: 24px;
		width: 24px;
	}
	.menu-decisions-flex {
		margin-bottom: 8px;
		gap: 8px;
	}
	.menu-decisions-flex a {
		padding: 12px;
		flex-grow: 1;
	}
	.menu-decisions-flex a svg {
		min-width: 20px;
		max-width: 20px;
	}
	.menu-decisions-btn a {
		padding: 16px;
		font-size: 14px;
		line-height: 16px;
		letter-spacing: -0.28px;
	}
	.menu-app-btn a {
		padding: 15px;
		font-size: 14px;
		line-height: 16px;
	}
	.menu-app-btn a svg,
	.menu-decisions-btn a svg {
		max-width: 16px;
		height: auto;
	}
	.menu-app-card {
		font-size: 14px;
	}
	.menu-app-card a span:nth-child(2) {
		padding-top: 4px;
	}
	.big-menu-flex {
		width: 100%;
	}
}
@media (max-width: 1185px) {
	.menu-decisions-list {
		flex-direction: row;
		flex-wrap: wrap;
	}
	.menu-decisions-list a {
		width: 48%;
		flex-grow: 1;
	}
	.big-menu {
		flex-direction: column;
		gap: 0;
	}
	.big-menu-left .big-menu-title {
		display: none;
	}
	.menu-decisions-flex a svg {
		fill: unset;
	}
	.menu-decisions-flex a,
	.big-menu-left {
		width: 100%;
	}
	.big-menu-left ul {
		gap: 16px;
	}
	.submenu::before,
	.big-menu.submenu::before,
	.header-right,
	.header-menu-list {
		display: none;
	}
	.header-middle {
		padding: 12px 0;
	}
	.burger-menu {
		display: flex;
	}
	.big-menu-left {
		padding: 16px;
	}
	.big-menu-left a {
		padding: 8px 12px;
		font-size: 12px;
	}
	.big-menu-right {
		padding: 16px;
	}
	.menu-app {
		padding-left: 24px;
	}
	.big-menu-title {
		margin-bottom: 16px;
	}
	.menu-decisions-card {
		padding: 12px;
		border-radius: 8px;
	}
	.menu-decisions-card::before {
		border-radius: 8px;
	}
	.menu-app-cards__content b,
	.menu-decisions-card__title {
		font-size: 14px;
		letter-spacing: -0.28px;
	}
	.menu-decisions-card__title {
		margin-bottom: 4px;
	}
	.menu-app-icon,
	.menu-decisions-card__icon {
		min-width: 20px;
		height: 20px;
		width: 20px;
	}
	.menu-app-cards__content p,
	.menu-decisions-card__text {
		font-size: 12px;
		letter-spacing: -0.24px;
		line-height: 14px;
	}
	.menu-decisions-flex {
		flex-direction: column;
		margin-bottom: 32px;
	}
	.menu-decisions-flex a {
		border-radius: 8px;
	}
	.menu-app-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-gap: 16px;
		margin: 0px 0px 32px 0px;
	}
	.menu-app-card:nth-child(2n),
	.menu-app-card:nth-child(2n + 1) {
		width: 100%;
	}
	.menu-app-card p {
		font-size: 12px;
		line-height: 14px;
		letter-spacing: -0.24px;
		margin-bottom: 12px;
	}
	.menu-app-cards a {
		border-radius: 8px;
	}
	.menu-app-btn {
		margin-top: 8px;
	}
	.big-menu-left ul {
		flex-wrap: wrap;
	}
	.header-n__menu-list-drop-item {
		overflow: hidden;
	}
	.header-n__menu-list-drop-item.curent .header__menu-list-drop {
		overflow: unset;
	}
	.big-menu {
		margin-top: 20px;
		border-radius: 20px;
		box-shadow: 0px 12px 12px 0px rgba(0, 0, 0, 0.1);
		max-width: unset;
	}
	.menu-decisions {
		display: flex;
		flex-direction: column;
	}
	.menu-decisions-btn {
		margin-top: auto;
	}
	.submenu {
		opacity: 1;
		transform: unset;
		position: unset;
		border: none;
		border-radius: 0;
		box-shadow: none;
	}
	.submenu-ul {
		padding: 20px 0 0;
		display: grid;
		grid-template-columns: 1fr 1fr;
		grid-column-gap: 16px;
	}
	.submenu-ul a {
		padding: 8px 0;
		border-radius: 0;
	}
	.hidden-menu-box {
		padding-bottom: 20px;
		margin-bottom: 20px;
		overflow: auto;
		scrollbar-width: thin;
	}
}
@media (max-width: 767px) {
	.menu-decisions-flex {
		margin-bottom: 10px;
	}
	.menu-decisions-list a {
		width: 100%;
	}
	.big-menu-left {
		border-bottom-left-radius: 0;
		border-bottom-right-radius: 0;
	}
	.big-menu-left {
		overflow-x: scroll;
		overflow-y: unset;
	}
	.big-menu-left ul {
		white-space: nowrap;
		flex-wrap: nowrap;
	}
	.big-menu-flex {
		flex-direction: column;
	}
	.header .container {
		padding: 0 20px;
	}
	.hidden-menu-top {
		padding: 12px 20px;
	}
	.hidden-menu-contact {
		padding: 0 20px;
		margin-top: 20px;
	}
	.hidden-menu-list > li {
		margin: 0 19px;
	}
	.hidden-close {
		right: 20px;
		top: 14px;
	}
	.logo {
		max-width: 100px;
		display: flex;
	}
	.menu-app,
	.menu-decisions {
		max-width: 100%;
		padding: 0;
		width: 100%;
	}
	.menu-decisions {
		border-right: none;
	}
	.menu-decisions-btn a {
		padding: 16px 14px;
	}
	.big-menu-right {
		padding: 16px 15px;
	}
	.menu-app-cards a {
		padding: 12px;
	}
	.submenu-ul {
		grid-template-columns: 1fr;
	}
}
/* header end  */
