html {
	min-width: 350px;
	height: 100%;
}
body {
	min-height: 100%;
	width: 100%;
	font-family: "Manrope", sans-serif;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	color: #000;
	position: relative;
	min-width: 350px;
	display: flex;
	flex-direction: column;
}
body::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	z-index: 14;
	background: rgba(35, 35, 40, 0.7);
	backdrop-filter: blur(2.5px);
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	z-index: 7;
}
:root {
	--Black: #000;
	--Stroke-grey-3: #dadada;
}
.white {
	--Black: #fff;
}
.header.active {
	--Black: #000;
	position: sticky;
	transform: translateY(0%);
	transition: transform 0.3s ease;
}
.header.active {
	background: #fff;
	backdrop-filter: blur(0px);
}
html.fix,
body.fix {
	overflow: hidden;
}
.header-baner {
	padding: 20px 0;
	background: #fff;
	margin-bottom: 32px;
}
.header-container {
	max-width: 1284px;
	padding: 0 40px;
	margin: 0 auto;
}
.header-baner a {
	color: #0e0e0e;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: -0.32px;
}
.header-baner-flex {
	gap: 16px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-baner-right {
	display: flex;
	gap: 24px;
}
header {
	position: sticky;
	top: 0px;
	width: 100%;
	z-index: 8;
	transition: transform 0.3s ease;
}
.header-menu-list > li > span,
.header-menu-list li a {
	color: #0e0e0e;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: -0.32px;
}
.w_header__nav-item a {
	display: flex;
	padding: 8px 16px;
	justify-content: center;
	align-items: center;
	text-align: center;
	font-size: 16px;
	font-style: normal;
	white-space: nowrap;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: -0.32px;
}
.fon-btn {
	background: #ff7a42;
	color: #fff;
	display: inline-block;
	border-radius: 9999px;
}
.border-btn {
	border: 1px solid #0e0e0e;
	color: #0e0e0e;
	display: inline-block;
	border-radius: 9999px;
}
header.header_hidden {
	transform: translateY(-100%);
}

.no-head .header-wrap,
.no-head header {
	position: relative;
}
.no-head .body-wrap {
	margin-top: 26px;
}
.no-head header.header_hidden {
	transform: none;
}
/* header.active .header-top {
	padding: 10px 0;
} */
.logo-w {
	display: none;
}
.header-top {
	padding: 24px;
	border-radius: 16px;
	background: rgba(255, 255, 255, 0.4);
	backdrop-filter: blur(10px);
}
.header-menu-list > li > span,
.header-top a {
	display: flex;
	align-items: center;
}
.header-top__row {
	display: flex;
	justify-content: space-between;
	position: relative;
}
.header-top-col {
	display: flex;
	align-items: center;
}
.header-top-col:first-child {
	width: 21.3%;
}
.header-top-col:nth-child(4) {
	width: 14.4%;
	justify-content: flex-end;
}
.header-top-col:nth-child(3) {
	flex-grow: 1;
}
.header-menu-list > li > span,
.header-menu-list a {
	padding: 7px 0;
	cursor: pointer;
}
.header-menu-list {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.header-menu-list > li:not(:last-child) {
	margin-right: 32px;
}
.header-menu-list li ul {
	position: absolute;
	top: 100%;
	left: 0;
	padding: 10px 0;
	background: #fff;
	opacity: 0;
	visibility: hidden;
}
.header .header-menu-list > li ul a {
	padding: 11px 20px;
	color: #000;
	font-style: normal;
	position: relative;
	display: inline-block;
}
.header-menu-list > li > span:hover ul {
	opacity: 1;
	visibility: visible;
	transition: all 0.3s linear;
}
.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:nth-child(2) li a::before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 2px;
	height: 100%;
	background: #00d31d;
	opacity: 0;
}
.header-menu-list > li:nth-child(2) li a:hover::before {
	opacity: 1;
}
.header-menu-right {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.hr {
	border-top: 1px solid #f0f0f0;
}
.header-menu-link {
	position: relative;
	transition: all 0.3s linear;
}
.header-menu-link {
	flex-shrink: 0;
	border-radius: 100px;
	background: var(--Fill-orange, #269bfb);
	padding: 12px 20px;
	text-align: center;
	color: #fff;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
}
.header-menu-link span {
	display: flex;
	justify-content: center;
	align-items: center;
}
.header-menu-link svg {
	margin-right: 8px;
}
.header-menu-link svg path:first-child {
	fill: white;
}
.header-menu-link svg path:last-child {
	stroke: white;
}
.burger-menu {
	display: none;
}
.burger-menu {
	display: none;
}
.header-logo-burger {
	text-align: center;
	flex-wrap: wrap;
	justify-content: center;
	display: none;
}
.header-logo-menu {
	min-width: 24px;
	max-width: 24px;
	height: 12px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	z-index: 3;
}
.header-logo-menu span {
	background: #000;
	height: 2px;
	width: 24px;
	display: block;
	position: absolute;
	left: 0px;
}
.header-logo-menu span:first-child {
	top: 6px;
}
.header-logo-menu span:last-child {
	top: 12px;
}
.hidden-menu {
	margin: 0;
	position: fixed;
	top: 0px;
	right: 0;
	width: 100%;
	z-index: 15;
	border-top: 1px solid #f0f0f0;
	transform: translateX(100%);
	padding-bottom: 64px;
	opacity: 0;
	scrollbar-width: none;
	overflow: auto;
	overflow-x: none;
	-ms-overflow-style: none; /* IE and Edge */
	scrollbar-width: none; /* Firefox */
	display: none;
	/* transition: transform 0.3s linear; */
	transition: opacity 0.4s linear;
}
.hidden-menu::-webkit-scrollbar {
	display: none !important;
}
@media screen and (max-height: 600px) {
	.hidden-menu {
		overflow: auto;
	}
}
.hidden-menu.open {
	display: block;
	transform: translateX(0%);
	opacity: 1;
	/* transition: transform 0.3s linear; */
	transition: opacity 0.4s linear;
}
.hidden-menu-list > li {
	position: relative;
}
.header__menu-list-drop li:first-child {
	margin-top: 30px;
}
.header__menu-list-drop {
	min-width: auto;
	width: 100%;
	padding: 0px 35px 0 36px;
	overflow: hidden;
	max-height: 0px;
	transition: max-height 1.5s linear;
}
.header__menu-list-drop a {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: normal;
	padding: 15px 0;
}
.hidden-logo {
	margin: 0 16px;
	max-width: 138px;
}
.hidden-menu-center {
	padding: 24px 40px;
	display: none;
}
.header-wrap::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(35, 35, 40, 0.7);
	z-index: 9;
	display: none;
}
body.fix .header-wrap::before {
	display: block;
}
.hidden-menu-center span {
	display: flex;
	align-items: center;
	min-width: 18px;
	margin-right: 6px;
}
.hidden-menu-list a {
	color: #000;
	font-size: 14px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: block;
}
.header__menu {
	min-height: 100vh;
	border-radius: 0;
	background: #fff;
	display: block;
	margin: 0;
	z-index: 7;
	padding-bottom: 28px;
	margin-left: auto;
	display: flex;
	flex-direction: column;
}
.hidden-menu-bottom {
	padding-top: 24px;
	border-top: 1px solid #e5e5e5;
	display: none;
}
.hidden-menu-bottom .header-menu-link {
	width: max-content;
	margin: 0 auto;
}
.hidden-show {
	display: flex;
	padding: 0 20px;
	margin-bottom: 22px;
}
.hide {
	display: none;
}
.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: #000;
}
.header-logo-menu.active span:first-child {
	transform: rotate(45deg);
	top: 14px;
	background: #000;
}
.header-logo-menu.active span:last-child {
	top: 14px;
	transform: rotate(-45deg);
	background: #000;
}
.hidden-menu-list > li {
	position: relative;
	margin: 0 40px 16px;
}
.hidden-menu-list svg {
	margin-right: 10px;
}
.header-menu-list li ul a {
	white-space: nowrap;
}
.header .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;
}
.w_header__nav_primary {
	display: none;
	order: 4;
	margin-left: auto;
	align-items: center;
	padding: 0 0 0 20px;
	gap: 10px;
}
.authorized .w_header__nav_primary {
	display: flex;
}
.w_header__nav-item {
	position: relative;
}
a.w_header__nav-link {
	position: relative;
}
.w_header__nav-link {
	cursor: pointer;
	transition: color 0.1s ease;
}
.w_header__nav a.w_header__nav-link {
	color: #000000;
	font-size: 14px;
}
.w_header__nav-item_favorites a {
	display: flex;
	justify-content: center;
	align-items: center;
}
.w_header__nav_primary .w_header__nav-item_favorites .w_header__nav-icon {
	margin-right: 0;
}
a.w_header__nav-link:hover {
	color: #269bfb;
}
.dropdown__login .w_btn-dropdown__link:hover {
	opacity: 0.7;
	transition: all 0.3s linear;
}
.w_btn-dropdown {
	position: relative;
	display: inline-block;
}
.dropdown__login .w_btn-dropdown__link {
	display: flex;
	padding: 10px 16px;
	justify-content: center;
	align-items: center;
	gap: 8px;
	color: #0e0e0e;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: 125%;
	letter-spacing: -0.32px;
	overflow: hidden;
	cursor: pointer;
	transition: all 0.3s linear;
}
.dropdown__login img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.authorized .header-menu-link {
	display: none;
}
.authorized .hidden-menu-bottom,
.authorized .hidden-menu-center {
	display: block;
}
.hidden-menu-top {
	display: flex;
	display: none;
	align-items: center;
	padding: 9px 40px 10px;
	border-bottom: 1px solid #e5e5e5;
	margin-bottom: 20px;
	position: sticky;
	top: 0;
	background: #fff;
	z-index: 3;
}
.hidden-menu-top .header-logo {
	margin-right: auto;
}
.hidden-menu-top .header-menu-link {
	margin-left: 16px;
}
.burger-close {
	display: flex;
	margin-left: 2px;
}
.hidden-menu-list a:hover,
.hidden-menu-list a:active {
	opacity: 0.7;
}
.header-menu-link:hover {
	opacity: 0.7;
}
.header-menu-list > li > span:hover,
.header .header-menu-list > li ul a:hover {
	opacity: 0.7;
}
.header-baner a:hover,
.header-menu-list a:hover {
	opacity: 0.7;
}
.header-logo:hover,
.header-logo-menu:hover {
	opacity: 0.7;
	transition: all 0.4s linear;
}
/* header end  */
.jquery-modal.blocker {
	z-index: 24;
}
.modal-container {
	min-height: 300px;
	max-width: 590px;
	display: flex;
	flex-direction: column;
	overflow: hidden;
	border-radius: 8px;
	-webkit-transform: translateZ(0px);
	transition: all 0.3s linear;
}
.flex {
	display: flex;
	justify-content: center;
	align-items: center;
}
.not-remember {
	margin-top: 0;
}
.not-remember {
	color: #999;
	font-size: 16px;
	font-style: normal;
	font-weight: 600;
	line-height: normal;
	display: flex;
	align-items: center;
	margin: 0;
}
.not-remember svg {
	margin: -5px 6px 0px 0px;
	fill: #999999;
	transition: all 0.3s linear;
}
#access1 input:valid {
	cursor: pointer;
	display: block;
	color: #141414;
	font-size: 14px;
	font-style: normal;
	font-weight: 400;
	line-height: 130%;
	letter-spacing: -0.28px;
	cursor: pointer;
	display: block;
}
.flex.jcsb {
	justify-content: space-between;
}
.remember-me {
	display: flex;
	align-items: center;
}
.not-remember:hover svg {
	fill: #269bfb;
}
.fancybox-bg {
	background: rgba(0, 0, 0, 0.5);
}
@media (max-width: 1548px) {
	.header-baner {
		margin-bottom: 20px;
	}
	.header-menu-list li {
		margin-right: 2vw;
	}
}
@media (max-width: 1480px) {
	header a {
		font-size: 14px;
	}
}
@media (max-width: 1340px) {
	.header-logo {
		max-width: 138px;
	}
}
@media (max-width: 1170px) {
	.header.active,
	header {
		position: fixed;
	}
	.authorized .hidden-menu-center,
	.hidden-menu-center {
		display: flex;
		flex-direction: column;
		gap: 10px;
	}
	.hidden-menu-center a {
		padding: 14px 32px;
		font-size: 15px;
		width: 100%;
		margin-bottom: 0;
		height: 48px;
	}
	.hidden-menu-center .w_header__nav-item {
		display: block;
	}
	.header-top__row {
		padding: 0 40px;
	}
	.header-container {
		padding: 0;
	}
	.dropdown__login .w_btn-dropdown__link {
		position: relative;
		font-size: 15px;
		gap: 6px;
	}
	.dropdown__login .w_btn-dropdown__link::before {
		content: "";
		display: block;
		background: url("../new-img/user.svg") no-repeat;
		width: 24px;
		height: 24px;
	}
	.header-logo {
		max-width: 105px;
	}
	.w_header__nav_primary {
		order: unset;
	}
	.w_header__nav-item,
	.header-baner {
		display: none;
	}
	.header-top-col:first-child {
		width: unset;
	}
	.header-top-col:nth-child(4) {
		width: unset;
	}
	.header-top-col:nth-child(3) {
		flex-grow: unset;
	}
	.header-menu-link {
		margin-left: 30px;
	}
	body.fix::before {
		display: block;
	}
	.header-menu-link {
		padding: 12px 30px;
	}
	.header-top-col:first-child {
		margin-right: auto;
	}
	.header-top-col:last-child {
		margin-left: 20px;
	}
	.header-top-col:nth-child(2) {
		display: none;
		position: absolute;
		top: 40px;
		left: 0;
		background: #fff;
		width: 100%;
		padding: 12px;
		max-width: unset;
	}
	.header-menu-right {
		display: none;
	}
	.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;
	}
	.header-wrap header {
		position: unset;
	}
	.header-menu-link {
		padding: 10px 30px;
	}
	.hidden-menu {
		top: 0;
	}
	.w_header__nav_primary {
		margin-left: 0;
	}
	.hidden-menu-top {
		display: flex;
	}
}
@media (max-width: 767px) {
	.burger-close {
		margin-left: 14px;
	}
	.header-top__row {
		padding: 0px 20px;
	}
	.header-menu-link {
		margin-left: 0px;
	}
	.header-logo-menu.active span:first-child {
		transform: none;
		top: 8px;
	}
	.header-logo-menu.active span:last-child {
		top: 18px;
		transform: none;
	}
	.header-wrap header {
		position: unset;
	}
	.header.header_hidden {
		transform: none;
	}
	.header-wrap {
		position: sticky;
		top: 0;
		z-index: 8;
		background: #fff;
	}
	header {
		max-height: unset;
	}
	.header-menu-link {
		padding: 8px 15px;
		width: 90px;
		font-size: 12px;
	}
	.header-menu-link svg {
		max-width: 16px;
		margin-right: 4px;
	}
	.header-logo-menu {
		min-width: 22px;
		max-width: 22px;
	}
	.header-logo {
		max-width: 101px;
	}
	.hidden-menu-bottom {
		flex-direction: column;
	}
	.hidden-menu-list > li {
		margin: 0 20px 0px;
	}
	.hidden-menu-list > li:not(:last-child) {
		margin: 0 20px 16px;
	}
	.hidden-logo {
		margin: 0 20px;
	}
	.header-menu-right {
		display: none;
	}
	.header__menu {
		min-width: 100vw;
		width: 100%;
	}
	.header-top-col:last-child {
		margin-left: 16px;
	}

	.w_header__nav_primary {
		padding: 0;
	}
	.dropdown__login .w_btn-dropdown__link {
		padding: 8px 16px;
	}
	.burger-menu {
		margin-left: 16px;
	}
	.hidden-menu-top {
		padding: 10px 20px;
	}
	.hidden-menu-center {
		padding: 24px 20px;
	}
}
@media (max-width: 350px) {
	html.fix,
	body.fix {
		overflow: scroll;
	}
}
.pages .page form > div {
	position: relative;
	z-index: 4;
}
