/* подключение шрифта Roboto */
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 400;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/otf/TT-Norms-Pro-Regular.otf") format("otf");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 500;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/otf/TT-Norms-Pro-Medium.otf") format("otf");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 700;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/otf/TT-Norms-Pro-Bold.otf") format("otf");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 400;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/ttf/TT-Norms-Pro-Regular.ttf") format("ttf");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 500;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/ttf/TT-Norms-Pro-Medium.ttf") format("ttf");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 700;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/ttf/TT-Norms-Pro-Bold.ttf") format("ttf");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 400;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/woff/TT_Norms_Pro_Regular.woff") format("woff");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 500;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/woff/TT_Norms_Pro_Medium.woff") format("woff");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 700;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/woff/TT_Norms_Pro_Bold.woff") format("woff");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 400;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/woff2/TT_Norms_Pro_Regular.woff2") format("woff2");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 500;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/woff2/TT_Norms_Pro_Medium.woff2") format("woff2");
}
@font-face {
	font-family: "TT Norms Pro";
	font-weight: 700;
	src:
		local("TT Norms Pro"),
		local("TT Norms Pro"),
		url("../fonts/woff2/TT_Norms_Pro_Bold.woff2") format("woff2");
}

body {
	min-height: 100%;
	width: 100%;
	font-family: "TT Norms Pro", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #2c2d2e;
}
:root {
	--Black: #2c2d2e;
}
:root {
	--White: #ffffff;
}
/* .white {
	--Black: #fff;
} */
.header.active {
	--Black: #2c2d2e;
	position: fixed;
	transform: translateY(0%);
	transition: transform 0.3s ease;
}
html.fix,
body.fix {
	overflow: hidden;
}
.top-baner-wrap.active,
.top-baner-wrap.close {
	display: none;
}
.top-baner-wrap {
	border-radius: 0px 0px 20px 20px;
	background: url("../img/top-baner.png");
	background-size: cover;
	background-repeat: no-repeat;
	padding: 20px 40px;
	position: relative;
}
.top-baner {
	display: flex;
	justify-content: space-between;
	align-items: center;
	/* max-width: 1860px; */
	margin: 0 auto;
	padding: 0 30px;
}
.top-baner-close {
	cursor: pointer;
	margin-left: 40px;
}
.top-baner-left {
	color: #fff;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 116.667%;
}
.top-baner-right {
	display: flex;
	margin-left: auto;
}
@media (prefers-reduced-motion: no-preference) {
	:root {
		scroll-behavior: smooth;
	}
}
.timer__items {
	display: flex;
}
.timer__item {
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
	text-align: center;
	color: #fff;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.timer-day,
.timer-text {
	color: #fff;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155.556%;
}
.timer-text {
	margin-right: 40px;
}
.timer-day {
	margin: 0 64px 0 30px;
}
.timer-left {
	display: flex;
	align-items: center;
}
/* .timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
  } */
.timer__seconds,
.timer__minutes,
.timer__hours,
.timer__days,
.timer-right {
	display: flex;
	align-items: center;
}
.timer-right .timer__item:not(:last-child)::after {
	content: ":";
	position: absolute;
	right: -6px;
}
.digit {
	border-radius: 10px;
	background: rgba(255, 255, 255, 0.1);
	padding: 15px 17.5px;
	margin-right: 11px;
	width: 60px;
	height: 54px;
}
.timer__result {
	text-align: center;
	/* padding: 10px; */
	color: #9c27b0;
	font-weight: bold;
}
.top-baner-btn {
	display: flex;
	align-items: center;
}
.top-baner-btn a {
	color: #2c2d2e;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	padding: 11px 24px;
	border-radius: 40px;
	background: #fff;
	display: inline-block;
	border: 1px solid transparent;
	transition: all 0.4s linear;
}
.timer-text2 {
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 4px;
}
.body-wrap {
	position: relative;
}
.header-wrap.active {
	padding: 80px 0;
}
header {
	position: sticky;
	/* position: fixed; */
	top: 0px;
	width: 100%;
	background: #fff;
	border-bottom: 1px solid #e8e8e8;
	z-index: 444444;
}
.header.transparent {
	background: transparent;
	border-bottom: none;
}
.header.active .header-menu-list svg,
header svg {
	fill: #2c2d2e;
}
.grey .header-top {
	background: #f4f4f5;
}
header.grey {
	border-bottom: none;
}
.grey .header-bottom__row {
	border-bottom: 1px solid #e8e8e8;
}
.header-top ul {
	display: flex;
	align-items: center;
}
.header-top li {
	margin-right: 24px;
}
.header-top-left {
	display: flex;
	align-items: center;
}
.header-top-right {
	display: flex;
	align-items: center;
}
.header-top-right a {
	display: flex;
	margin-right: 24px;
	color: #2c2d2e;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 146.667%;
}
.header-top-right a svg {
	margin-right: 8px;
}
.header-language {
	display: flex;
	align-items: center;
}
.header-top ul a {
	color: var(--Gray, #696e82);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 146.667%;
}
.header-bottom__row {
	max-width: 1580px;
	padding: 20px 37px 20px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.hw-one .header-bottom__row {
	padding: 30px 37px 20px;
}
.header-wrap {
	min-height: 80px;
}
.header.fixed {
	position: fixed;
}
header.active.header_hidden,
header.header_hidden {
	transform: translateY(-100%);
	position: fixed;
	/* transition:
		transform 0.3s ease,
		box-shadow 0.3s ease; */
}
header.active .header-top {
	padding: 10px 0;
	display: none;
}
.hw-one header.active .header-bottom__row,
header.active .header-bottom__row {
	padding-top: 15px;
	padding-bottom: 15px;
}
.header.white svg {
	fill: #fff;
}
/* header.active .header-bottom {
	padding: 15px 0;
} */
/* .transparent .header-bottom .header-menu-list > li > span,
.header.transparent .header-bottom .header-menu-left a,
.header.transparent .header-bottom .header-menu-right a {
	color: #fff;
} */
.logo-w {
	display: none;
}
.header.transparent .logo-w {
	display: block;
}
.header.transparent .logo-b {
	display: none;
}
.header-top {
	padding: 10px 0;
}
.header-menu-list > li > span {
	position: relative;
}
.header-menu-list > li > span,
.header-top a {
	display: flex;
	align-items: center;
}
.header-top__row {
	max-width: 1580px;
	padding: 0 37px;
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-menu-left {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-top-left {
	color: var(--Gray, #696e82);
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 146.667%;
}
.header-menu-list > li > span,
.header-menu-list a {
	display: flex;
	align-items: center;
	padding: 10px 16px;
	cursor: pointer;
	color: var(--Black);
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	border-radius: 40px;
}
.header-menu-list > li > span:hover,
.header-menu-list a:hover,
.header-menu-list a.active {
	background: #fff;
}
header.white:not(.active) .header-menu-list > li > span,
header.white:not(.active) .header-menu-list a {
	color: var(--White);
}
header.white .header-menu-list > li > span:hover,
header.white .header-menu-list a:hover {
	color: var(--Black);
}
.header-logo {
	margin-right: 40px;
}
.header-logo svg path:first-child {
	fill: #004fc7;
}


header.green svg {
	fill: #ffffff;
}
.header.green .header-logo svg path:first-child {
	fill: #ffffff;
}
.header.green .header-logo svg path:last-child {
	fill: #ffffff;
}
.header.green .header-menu-list a{
	color: #fff;
}
.header.green .header-menu-list a.active
{
	color: var(--Black);
}
.header.green .header-menu-list a.active svg {
	fill: var(--Black);
}
.header.green .header-menu-list a:hover svg {
	fill: #2c2d2e;
}

.header-logo svg path:last-child {
	fill: #2c2d2e;
}
.white .header-logo svg path:first-child,
.white .header-logo svg path:last-child {
	fill: #fff;
}

.header.active .header-logo svg path:last-child {
	fill: #2c2d2e;
}
.mobile-application {
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 40px;
	background: #fff;
	width: max-content;
	position: relative;
	padding: 12px 24px;
	color: #2c2d2e;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	margin-right: 10px;
}
.mobile-application svg {
	margin-left: 8px;
}
.mobile-application-show {
	position: absolute;
	top: 109%;
	left: 0;
	width: 320px;
	padding: 32px 24px 24px 24px;
	border-radius: 24px;
	background: #fff;
	opacity: 0;
	visibility: hidden;
	cursor: pointer;
	display: flex;
	flex-direction: column;
	align-items: center;
	transition: all 0.1s linear;
}
.mobile-application-qr {
	margin-bottom: 16px;
}
.mobile-application-title {
	color: #2c2d2e;
	text-align: center;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 140%;
	margin-bottom: 8px;
}
.mobile-application-text {
	color: #2c2d2e;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
}
.mobile-application:hover .mobile-application-show {
	opacity: 1;
	visibility: visible;
	transition: all 0.1s linear;
}
.header-menu-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-menu-list svg {
	margin-right: 10px;
}
.header-menu-list > li {
	display: flex;
	align-items: center;
}
.header-menu-list li ul {
	position: absolute;
	top: 109%;
	left: 0;
	padding: 17px 0;
	background: #fff;
	box-shadow: 0px 4px 4.5px 0px #1a1e241a;
	border-radius: 16px;
	opacity: 0;
	visibility: hidden;
	transition: all 0.1s linear;
}
header.active .header-menu-list li ul {
	top: 141%;
	border-top-left-radius: 0px;
	border-top-right-radius: 0px;
}
.header .header-menu-left .header-menu-list > li ul a {
	padding: 5px 17px;
	color: #2c2d2e;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	position: relative;
	display: inline-block;
}
.header-menu-list > li > span:hover ul {
	opacity: 1;
	visibility: visible;
	transition: all 0.1s linear;
}
header.header_hidden .header-menu-list > li > span ul {
	opacity: 0;
}
.header .header-menu-left .header-menu-list > li ul.header-catalog a {
	display: flex;
	align-items: flex-end;
}
.header-menu-list li:nth-child(2) {
	position: relative;
}
.header-menu-list li:nth-child(2) span ul {
	min-width: 208px;
}
a.disabled {
	pointer-events: none;
}
.header-menu-list li:nth-child(2) > ul li a {
	font-size: 14px;
	font-weight: 300;
	line-height: normal;
}
.header-menu-list li ul.header-catalog {
	padding: 50px 0;
}
.header-menu-list li ul.header-catalog {
	max-width: 1400px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 0 40px;
}
.header-catalog li {
	width: 28%;
}
.header-catalog a {
	display: flex;
	align-items: flex-start;
	font-size: 18px;
	font-weight: 500;
	line-height: 111.111%;
}
.header-menu-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
header.active .header-menu-right a:last-child,
.header-menu-right a:last-child {
	display: flex;
	height: auto;
	justify-content: center;
	align-items: center;
	flex-shrink: 0;
	border-radius: 100px;
	background: #0050c8;
	border: 1px solid transparent;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.04);
	padding: 11px 24px;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	position: relative;
	transition: all 0.3s linear;
}
.burger-menu {
	display: none;
}
.burger-menu {
	display: none;
}
.header-logo-burger {
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	display: none;
	padding: 8px 16px;
	border-radius: 100px;
	background: rgba(255, 255, 255, 0.3);
	color: #404052;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.header-logo-menu {
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 2;
}
.header-logo-menu span {
	background: #232328;
	height: 2px;
	width: 26px;
	display: block;
	position: absolute;
	top: 19px;
	right: 0px;
}
.header-logo-menu svg {
	fill: #404052;
	margin-left: 8px;
}
.hidden-close {
	width: 40px;
	height: 40px;
	padding: 8px;
	border-radius: 100px;
	background: #f4f4f5;
	position: fixed;
	top: 8px;
	right: 16px;
	cursor: pointer;
}
.hidden-menu-sticky {
	position: fixed;
	top: 0;
	left: 0;
	background: #fff;
	width: 100%;
	padding: 12px 0;
	z-index: 6;
}
.hidden-close span {
	background: #232328;
	height: 2px;
	width: 16px;
	min-width: 16px;
	display: block;
	position: absolute;
	top: 19px;
	right: 12px;
}
.hidden-close span:first-child {
	transform: rotate(45deg);
}
.hidden-close span:last-child {
	transform: rotate(-45deg);
}
.white .header-logo-burger {
	color: #fff;
}
.white .header-logo-menu span {
	background: #fff;
}
.header-logo-menu span:first-child {
	top: 12px;
	width: 20px;
}
.header-logo-menu span:nth-child(2) {
	width: 24px;
	left: unset;
	right: 0px;
}
.header-logo-menu span:nth-child(3) {
	width: 16px;
}
.header-logo-menu span:last-child {
	top: 26px;
}
.hidden-menu {
	margin: 0;
	position: absolute;
	top: 0px;
	right: 0;
	width: 100vw;
	min-height: 100vh;
	height: 100%;
	overflow: auto;
	z-index: 5;
	background: rgba(35, 35, 40, 0.7);
	backdrop-filter: blur(2.5px);
	/* transform: translateX(100%); */
	display: none;
	/* overflow-y: scroll; */
	/* transition: all 0.5s linear; */
}
.hidden-menu.open {
	/* transform: translateX(0%); */
	display: block;
	/* transition: all 0.5s linear; */
}
.hidden-menu-list > li {
	position: relative;
}
.header__menu-list-drop li:first-child {
	margin-top: 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 {
	color: #2c2d2e;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin-bottom: 12px;
	display: inline-block;
}
.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.open .header__menu-list-drop {
	max-height: 2000px;
}
.hidden-menu-list > li.header-n__menu-list-drop-item {
	color: #2c2d2e;
	font-size: 18px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.333%;
	position: relative;
	cursor: pointer;
}
.header-n__menu-list-drop-item::before {
	content: "";
	display: block;
	background: #111;
	position: absolute;
	background: url("../img/drop-item.svg");
	width: 24px;
	height: 24px;
	top: 16px;
	right: 16px;
}
.header-n__menu-list-drop-item.open::before {
	transform: rotate(180deg);
}
.hidden-logo {
	margin: 0 37px;
	width: 98px;
	display: inline-block;
}
.hidden-logo svg {
	width: 100%;
	height: auto;
}
.header__menu {
	width: 100vw;
	min-height: 100vh;
	background: #fff;
	display: block;
	margin: 0;
	z-index: 7;
	padding-bottom: 50px;
	padding-top: 90px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
	overflow-y: scroll;
	height: 100%;
}
.hidden-menu-bottom {
	margin-top: auto;
	display: flex;
	justify-content: space-between;
	padding: 0 37px;
}
.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.transparent .hidden-menu svg {
	fill: #111;
}
.hidden-menu-list > li {
	border-radius: 8px;
	background: #f4f4f5;
	padding: 16px;
	position: relative;
	margin: 0 37px 8px;
}
.header-n__menu-list-drop-item svg {
	margin-bottom: -7px;
}
.hidden-menu-list svg {
	margin-right: 10px;
}
.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%;
}
.header-menu-list li ul a {
	white-space: nowrap;
}
.header .header-menu-left .header-menu-list > li ul a span {
	display: inline-block;
	color: #a1a1a1;
	font-size: 14px;
	font-style: normal;
	font-weight: 500;
	line-height: 142.857%;
	margin: 0px 0px 6px 7px;
}
.header-language {
	position: relative;
}
.header-language::before {
	content: "";
	display: block;
	background: url("../img/16px.svg");
	background-size: contain;
	width: 16px;
	min-width: 16px;
	height: 16px;
	position: absolute;
	top: 14px;
	left: 0;
}
.select {
	display: block;
	max-width: 215px;
	width: 100%;
	position: relative;
}
.new-select {
	position: relative;
	padding: 10px 15px 10px 23px;
	cursor: pointer;
	user-select: none;
	color: #2c2d2e;
	font-family: "TT Norms Pro";
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 146.667%;
}
.new-select__list {
	position: absolute;
	top: 45px;
	left: 0;
	border: 1px solid #ced4da;
	cursor: pointer;
	width: 100%;
	z-index: 8;
	background: #fff;
	user-select: none;
}
.new-select__list.on {
	display: block;
}
.new-select__item span {
	display: block;
	padding: 10px 15px;
}
.new-select__item span:hover {
	color: #12b223;
}
.new-select:after {
	content: "";
	display: block;
	width: 25px;
	height: 25px;
	position: absolute;
	right: 9px;
	top: 9px;
	/* background: url("path-to-image") no-repeat right center / cover; */
	opacity: 0.6;
	-webkit-transition: all 0.27s ease-in-out;
	-o-transition: all 0.27s ease-in-out;
	transition: all 0.27s ease-in-out;
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	-o-transform: rotate(0deg);
	transform: rotate(0deg);
}
.new-select.on:after {
	-webkit-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.hidden-menu-top {
	margin: 0 20px 24px;
	display: flex;
	flex-direction: column-reverse;
}
.burger-menu .hidden-menu-top a {
	display: flex;
	align-items: center;
	color: #2c2d2e;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	padding: 11px 0;
}
.hidden-menu-top svg {
	margin-right: 8px;
}
.hidden-menu-app__flex {
	display: flex;
}
.hidden-menu-app {
	margin: 24px 0;
}
.hidden-menu-app a:first-child {
	margin-right: 10px;
}
.hidden-menu-contact a {
	color: #2c2d2e;
	font-size: 24px;
	font-style: normal;
	font-weight: 500;
	line-height: 133.333%;
	text-align: left;
}
.hidden-menu-row {
	margin-bottom: 24px;
}
.hidden-menu-sub {
	text-align: left;
	margin-bottom: 10px;
	color: #696e82;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.hidden-menu-soc__wrap {
	color: #696e82;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
}
.hidden-menu-soc {
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
}
.hidden-menu-soc a {
	width: 47px;
	min-width: 47px;
	height: 47px;
	border-radius: 100px;
	background: #f4f4f5;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0px 4px 4px 0px;
}
.hidden-menu-soc a:last-child {
	margin-right: 0;
}
.border-header-btn {
	padding: 9px 16px;
	border-radius: 100px;
	border: 1px solid rgba(228, 228, 231, 0.3);
}
.white .header-menu-right a.header-white-btn:last-child {
	background: #fff;
	color: #2c2d2e;
}
header.active .header-menu-right a.header-white-btn:last-child,
.header-menu-right a.header-white-btn:last-child {
	background: #0050c8;
	color: #fff;
	border: 1px solid transparent;
}
.header-menu-list > li > span:hover,
.header.transparent .header-menu-right a:hover,
.header .header-menu-left .header-menu-list a:hover,
.header .header-menu-left .header-menu-list > li ul a:hover {
	color: #2c2d2e;
}
/* .header.transparent .header-menu-list span:hover svg, */
.header.white a:hover svg,
.header.transparent .header-top .header-menu-right a:hover svg,
.header-menu-list > li > span:hover svg {
	fill: #2c2d2e;
}
/* #search {
    display: none;
} */
.header.active .header-menu-list a:hover .active .header-menu-list > li > span:hover {
	color: #003c97;
}
.header.active .header-menu-list a:hover svg,
.header.active .header-menu-list > li > span:hover svg {
	fill: #003c97;
}
.hidden-menu a:hover,
.header-logo-menu:hover {
	opacity: 0.7;
	transition: all 0.5s linear;
}
.top-baner-btn a:hover {
	border-color: #696e82;
	/* transition: all 0.4s linear; */
}
.timer-text2 {
	display: none;
}
.white .header-menu-right a:last-child {
	background: transparent;
	border-color: #fff;
	color: #fff;
}
.header-menu-right a:last-child span {
	position: relative;
	z-index: 2;
	color: #fff;
}
.header-menu-right {
	transition: all 0.3s linear;
}
header.active .header-menu-right a:last-child:hover,
/* .white .header-menu-right a:last-child:hover, */
.header-menu-right a:last-child:hover {
	background: #003c97;
	border-color: #003c97;
	transition: all 0.3s linear;
}
.header-top-right a:active,
.header .header-menu-left .header-menu-list > li ul a:active,
.header-top ul a:active {
	color: #a8aab0;
}
.top-baner-btn a:active,
.header-menu-right a:last-child:active {
	border-radius: 100px;
	background: #e3e6ef;
	border-color: #e3e6ef;
	color: #a8aab0;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.04);
}
.header-top-right a:hover,
.header .header-menu-left .header-menu-list > li ul a:hover,
.header-top ul a:hover {
	color: #003c97;
	/* transition: all 0.4s linear; */
}
.white .header-menu-right a.header-white-btn:last-child:hover {
	border-color: #696e82;
	background: rgba(255, 255, 255, 0.6);
}
.border-header-btn:active,
.white .header-menu-right a.header-white-btn:last-child:active {
	background: #e3e6ef;
	border-color: #e3e6ef;
	color: #a8aab0;
	box-shadow: 0px 2px 24px 0px rgba(0, 0, 0, 0.04);
}
.border-header-btn:active svg {
	fill: #a8aab0;
}
@media (max-width: 1920px) {
	.header-logo {
		margin-right: 4vw;
	}
}
@media (max-width: 1548px) {
	.header-top {
		font-size: 13px;
	}
}
@media (max-width: 1440px) {
	.top-baner-close {
		position: absolute;
		top: 38px;
		right: 40px;
	}
	.top-baner {
		flex-direction: column;
		align-items: flex-start;
	}
	.top-baner-left {
		margin-bottom: 24px;
	}
	.top-baner-right {
		width: 100%;
		justify-content: space-between;
	}
}
@media (max-width: 1340px) {
	.header-logo {
		max-width: 98px;
		margin-right: 40px;
	}
	.header-menu-list li:nth-child(4),
	.header-menu-list li:nth-child(5) {
		/* display: none; */
	}
}
@media (max-width: 1270px) {
	.header-logo {
		margin-right: 30px;
	}
	.header-menu-right {
		margin: 0px 25px 0px auto;
	}
	.header-top {
		padding: 10px 0;
	}
	.header-menu-right a {
		font-size: 14px;
	}
	.header-menu-right a:last-child {
		padding: 16px 25px;
	}
	.header-menu-list {
		display: none;
	}
	.header-logo-burger,
	.header__mob-btn,
	.burger-menu {
		display: flex;
		align-items: center;
	}
	.white.active .header-logo-burger {
		color: #404052;
	}
	.white.active .header-logo-menu svg {
		fill: #404052;
	}
	.white.active .header-logo-menu span {
		background: #232328;
	}
	.grey .header-logo-burger {
		background: #f4f4f5;
	}
	header.active {
		position: fixed;
	}
	.grey .header-bottom__row {
		border-bottom: none;
	}
}
@media (max-width: 1170px) {
	.not-found-wrap .header-logo-burger {
		background: rgb(255, 255, 255, 1);
	}
	header {
		position: absolute;
	}
	header.active .header-logo-burger {
		border-radius: 100px;
		background: var(--Gray-Bg, #f4f4f5);
	}
	.header-menu-right {
		display: none;
	}
	.header-top {
		display: none;
	}
	.top-baner-wrap {
		padding: 16px;
		margin-bottom: 10px;
	}
	.top-baner-left {
		font-size: 18px;
		line-height: 133.333%;
		margin-bottom: 12px;
	}
	.timer-text {
		width: 100%;
		margin: 0px 0px 4px 0px;
	}
	.timer-text {
		display: none;
	}
	.timer-text2 {
		display: block;
	}
	.timer__days {
		margin-left: 0;
	}
	.timer__item {
		margin-right: 5px;
		margin-left: 5px;
	}
	.timer-day {
		margin: 0px 0px 0px 0px;
	}
	.top-baner-right {
		flex-direction: column;
	}
	.top-baner-btn {
		margin-top: 24px;
	}
	.top-baner-btn a {
		width: 100%;
		text-align: center;
	}
	.top-baner-close {
		top: 30px;
	}
	.timer-right .timer__item:not(:last-child)::after {
		right: -1px;
	}
	.hidden-menu-bottom {
		flex-direction: column;
	}
}
@media (max-width: 767px) {
	.not-found-wrap,
	.body-wrap {
		margin-top: 8px;
	}
	.header-wrap.hw-one {
		min-height: 80px;
	}
	.header-wrap {
		min-height: 60px;
	}
	.hw-one header.active .header-bottom__row,
	.header-bottom__row {
		padding: 8px 16px;
	}
	.header-top__row {
		padding: 16px;
	}
	.hidden-menu-bottom {
		padding: 0 16px;
		flex-direction: column;
	}
	.hidden-menu-list > li {
		margin: 0 16px 8px;
	}
	.hidden-logo {
		margin: 0 16px;
	}
	.header__menu {
		width: 100vw;
	}
	.hw-one .header-bottom__row {
		padding: 20px 32px 20px;
	}
	.top-baner-wrap {
		margin-bottom: 20px;
	}
	.top-baner-close {
		right: 20px;
		top: 20px;
	}
	.hw-one.pt-0 {
		padding-top: 0;
	}
}
/* header end  */
/* new css 10.10.2024  */
.header-menu-search__wrap.active .header-menu-search button > svg,
.header-menu-search__box .menu-search-mob > svg {
	fill: #2c2d2e;
}
.search-result {
	padding: 16px;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0px 0px 24px 0px rgba(0, 0, 0, 0.08);
	position: absolute;
	top: 86%;
	left: 50%;
	width: 100%;
	max-width: 1366px;
	opacity: 0;
	transform: translateX(-50%);
	visibility: hidden;
	transition: all 0.3s linear;
}
.search-result.active {
	visibility: visible;
	opacity: 1;
}
.search-result.active .search-result-title a {
	color: #2c2d2e;
	font-size: 16px;
	font-style: normal;
	font-weight: 500;
	line-height: 150%;
	padding: 10px 0 0;
	transition: all 0.3s linear;
}
.search-result-list {
	max-height: 230px;
	overflow-y: auto;
	scrollbar-width: thin;
}
.search-result.active .search-result-list li a {
	color: #2c2d2e;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	display: inline-block;
	padding: 10px 0;
	transition: all 0.3s linear;
}
.search-result-list li span,
.search-result-list li b {
	color: #ff490c;
	transition: all 0.3s linear;
}
.search-result-list li a:hover span,
.search-result-list li a:hover {
	color: #003c97;
	transition: all 0.3s linear;
}
.hr {
	border-top: 1px solid #f0f0f0;
}
.menu-search-mob {
	display: flex;
}
.header-menu-search__wrap {
	z-index: 5;
	transition: all 0.5s linear;
}
.header-menu-search__wrap {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	background: #fff;
	width: 100%;
	padding: 23px 37px;
	max-width: unset;
}
.header-menu-search__wrap.active {
	display: flex;
}
.header-menu-search {
	border-radius: 100px;
	position: relative;
	width: 100%;
}
.header-menu-search button {
	display: flex;
	position: absolute;
	top: 22px;
	right: 24px;
	pointer-events: none;
}
.serch-btn {
	font-size: 18px;
	font-weight: 500;
	line-height: 28px;
	text-align: left;
	color: #ffffff;
	padding: 18px 32px 18px 32px;
	border-radius: 100px;
	background: #0050c8;
	box-shadow: 0px 2px 24px 0px #0000000a;
	margin-left: 8px;
	transition: all 0.3s linear;
}
.header-menu-search input {
	width: 100%;
	height: 100%;
	padding: 12px 50px 12px 24px;
	border: 1px solid #dadada;
	border-radius: 100px;
	width: 100%;
	caret-color: #ff490c;
	transition: all 0.5s linear;
}
.header-menu-search input::placeholder {
	font-size: 15px;
	font-weight: 500;
	line-height: 19.5px;
	text-align: left;
	color: #acacac;
	transition: all 0.3s linear;
}
.header-menu-search input:valid {
	border-color: #dadada;
}
.header-search-reset {
	position: absolute;
	right: 52px;
	cursor: pointer;
	top: 20px;
	opacity: 0;
	visibility: hidden;
}
.header-search-reset.active {
	opacity: 1;
	visibility: visible;
}
body {
	position: relative;
}
body::before {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	width: 100%;
	height: 100%;
	background: #1e1e1e;
	opacity: 0.9;
	transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
	z-index: 222222;
}
body.fix::before {
	display: block;
}
body.fix {
	overflow: hidden;
	position: fixed;
	overflow-y: auto;
}
body.fix .header.transparent {
	background: #fff;
}
.search-result-list ul {
	flex-direction: column;
	align-items: flex-start;
}
.serch-btn:hover {
	background: #003c97;
	border-color: #003c97;
	transition: all 0.3s linear;
}
.search-single-top .header-menu-search__wrap {
	display: flex;
	position: relative;
	top: unset;
	left: unset;
	padding: 0;
	margin-top: 24px;
}
.search-single-top .search-result {
	top: 107%;
}
.results-found {
	color: #696e82;
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 155.556%;
	margin-top: 16px;
}
.search-single-list {
	margin-top: 40px;
}
.search-single-card {
	display: flex;
	flex-direction: column;
	padding: 24px 0;
	border-bottom: 1px solid #e4e4e7;
}
.search-single-card:first-child {
	padding-top: 0;
}
.search-single-card:last-child {
	padding-bottom: 0;
	border: none;
}
.search-single-card h6 {
	color: #2c2d2e;
	font-size: 20px;
	font-style: normal;
	font-weight: 500;
	line-height: 28px;
	margin: 0px 0px 5px 0px;
}
.search-single-card p {
	color: #2c2d2e;
	font-size: 16px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%;
	margin: 0;
}
.search-single-card span,
.search-single-card b {
	color: #0050c8;
	font-weight:500;
}
.paginations {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: flex-start;
	margin-top: 40px;
}
.paginations-page {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	color: #2c2d2e;
	text-align: center;
	font-size: 15px;
	font-style: normal;
	font-weight: 500;
	line-height: 146.667%;
}
.page__numbers,
.page__btn {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 4px;
	cursor: pointer;
}
.page__numbers {
	width: 42px;
	height: 42px;
	min-width: 42px;
	border-radius: 120px;
	transition: all 0.3s linear;
}
.page__numbers:hover {
	color: #0050c8;
	transition: all 0.3s linear;
}
.page__numbers.active {
	color: #ffffff;
	background: #0050c8;
	transition: all 0.3s linear;
}
.page__btn svg {
	fill: #a8aab0;
	transition: all 0.3s linear;
}
.page__btn:hover svg {
	fill: #0050c8;
	transition: all 0.3s linear;
}
.page__btn {
	width: 28px;
	height: 28px;
	min-width: 28px;
	display: flex;
	justify-content: center;
	align-items: center;
}
.page__btn span {
	display: flex;
}
.page__btn.active:hover {
	color: #429777;
}
@media (max-width: 1170px) {
	.serch-btn {
		display: none;
	}
	.header-menu-search__wrap {
		display: flex;
		position: relative;
		top: unset;
		left: unset;
		padding: 0;
		margin-top: 24px;
	}
	.header-menu-search input {
		padding: 16px 50px 16px 24px;
	}
	.header-menu-search button {
		top: 19px;
		right: 14px;
	}
	.header-search-reset {
		top: 15px;
		right: 37px;
	}
	.search-result {
		top: 107%;
		padding: 14px 14px 8px 14px;
	}
	.search-result-list li {
		padding: 0;
	}
	.header-menu-search button {
		pointer-events: inherit;
		cursor: pointer;
		z-index: 2;
	}
	.results-found {
		font-size: 16px;
	}
	.search-single-list {
		margin-top: 24px;
	}
	.search-single-card h6 {
		font-size: 16px;
		line-height: 24px;
	}
	.search-single-card p {
		font-size: 15px;
		line-height: 22px;
	}
	.page__numbers {
		width: 28px;
		height: 28px;
		min-width: 28px;
	}
	.paginations-page {
		font-size: 12px;
	}
	.search-single-card {
		padding: 16px 0;
	}
	.header-menu-search button svg {
		max-width: 16px;
		height: auto;
	}
}
.header-menu-list li img { margin-right: 10px; }
.header.white .header-menu-list li:not(:hover) img { filter: invert(1); }