:root {
	--logo: 200px;
	--logofix: 147px;
}

.main-header {
	background: #ffffffa3;
	position: relative;
	z-index: 3;
	border-bottom: 0;
	position: sticky;
	/* left: 50%; */
	/* transform: translateX(-50%); */
	width: 100%;
	top: 0;
	/* border-bottom: 1px solid #e9e9e9; */
	box-shadow: 0 0 15px #00000029;
	height: 98px;
}

.header_logo {
	width: var(--logo);
	padding: 0 15px;
	height: 100%;
	background: var(--color3);
	display: flex;
	align-items: center;
}

.header_logo img {
	width: 100%;
}

.header_right_content {
	width: calc(100% - var(--logo));
}

.header_top_content {
	background: var(--color3);
	padding: 10px 0 10px 10px;
	display: flex;
	align-items: center;
	color: #ffffff;
	position: relative;
}

.header_top_content::before {
	position: absolute;
	/* content: ""; */
	background: rgba(0, 0, 0, 0.2);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
}

.header_top_left_info {
	display: flex;
	position: relative;
}

.header_top_info {
	border-right: 1px solid #cdab14;
	padding-right: 23px;
	padding-left: 23px;
	line-height: 0;
}

.header_top_info a,
.header_top_info span {
	color: #ffffff;
	font-family: glacial;
	font-weight: 400;
	font-size: 13px;
	line-height: normal;
}

.header_top_left_info .header_top_info:last-child {
	border-right: none;
}

.header_top_left_info .header_top_info:first-child {
	padding-left: 0;
}

.header .header_inner .header_right_content .header_top_content .header_top_info_right {
	margin-left: auto;
	margin-right: 75px;
	position: relative;
}

.header .header_inner .header_right_content .header_top_content .header_top_info_right a {
	color: #ffffff;
	padding-left: 23px;
	font-size: 14px;
}

.header_bottom_content {

	display: flex;

	align-items: center;

	justify-content: space-between;

	padding: 10px 15px;

	/* border-left: 1px solid #e3e3e3; */
}

.main-menu {
	display: flex;
	align-items: center;
	gap: 0;
	height: 100%;
}

.mid-head-inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: .0;
	padding-right: 20px;
}

.main-menu ul {}

.main-menu ul>li {}

.main-menu ul>li:last-child {
	margin-right: 0px !important;
}

.main-menu ul>li:last-child a {
	margin-right: 0;
}

.main-btn-bk {
	display: none;
}

.close {
	display: none;
}

.main-menu .up-head-inner,
.main-menu.navbar-light .header__right {
	display: none;
}

.main-menu ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px;
	padding-left: var(--p30);
}

.main-menu ul>li {
	float: left;
	cursor: pointer;
	z-index: 2;
	transition: all 300ms ease;
	font-size: 15px;
	color: var(--color1);
	position: relative;
	text-transform: uppercase;
	line-height: normal;
	font-family: season;
	letter-spacing: 0.5px;
	font-family: glacial;
}

.main-menu ul>li:last-child {
	margin-right: 0px !important;
}

.main-menu ul>li:last-child a {
	margin-right: 0;
}

.main-btn-bk,
.close,
.main_ul .header__right {
	display: none;
}

.header__right a {
	width: max-content;
	border: 1px solid var(--color2);
	padding: 11px 21px;
	border-radius: 50px;
	text-transform: uppercase;
	font-size: 13px;
	color: var(--color1);
	display: inline-block
}

.main-menu ul>li a.active {
	color: var(--color3);
}

.main-header.fixed-header {
	background: white;
	transition: .5s;
	height: 59px;
}

.main-header.fixed-header .header_top_content {
	display: none;
}

.main-header.fixed-header .header_logo {
	width: var(--logofix);
	transition: .5s;
}

.main-header.fixed-header .header_right_content {
	width: calc(100% - var(--logofix));
	transition: .5s;
}

@media only screen and (min-width: 1701px) {
	:root {
		--logo: 230px;
		--logofix: 180px;
	}

	.main-menu ul>li {
		font-size: 16px;
	}

	.header_top_info a,
	.header_top_info span {
		color: #ffffff;
		font-family: glacial;
		font-weight: 400;
		font-size: 16px;
	}

	.main-header {
		height: 104px;
	}

	.main-header.fixed-header {
		height: 79px;
	}

	.header__right a {
		padding: 13px 25px;
		font-size: 16px;
	}
}

@media only screen and (min-width: 1000px) and (max-width: 1300px) {
	:root {
		--logo: 142px;
		--logofix: 105px;
	}

	.header_top_info {
		border-right: 1px solid #cdab14;
		padding-right: 10px;
		padding-left: 10px;
	}

	.header__right a {
		padding: 7px 13px;
	}

	.header_logo {
		padding: 0 9px;
	}

	.header_bottom_content {
		padding: 5px 15px;
	}

	.main-menu ul>li {
		font-size: 13px;
	}

	.main-header {
		height: 80px;
	}

	.main-header.fixed-header {
		background: white;
		transition: .5s;
		height: 49px;
	}
}

@media only screen and (min-width: 300px) and (max-width: 999px) {
	:root {

		--logofix: 120px;
	}

	.header_top_content {
		display: none;
	}

	.main-menu ul {
		align-items: start;
		justify-content: flex-start;
		padding: 60px 15px 15px 23px;
		position: fixed;
		top: 0;
		height: var(--viewport);
		left: -100%;
		width: 80%;
		z-index: 1;
		background: white;
		box-shadow: 0 0 15px #00000029;
		flex-direction: column;
		opacity: 0;
		visibility: hidden;
		transition: .5s;
	}

	.main_ul.open {
		left: 0;
		opacity: 1;
		visibility: visible;
		transition: .5s;
	}

	.main-btn-bk,
	.close,
	.main_ul .header__right {
		display: block;
	}

	.close {

		position: absolute;
		top: 20px;
		right: 20px;
	}

	.main-btn-bk {
		padding: 0;
		border: 0;
		background: transparent;
		font-size: 22px;
		color: var(--color3);
	}

	.header_logo {
		padding: 0 10px;
	}

	.header_right_content {
		width: 100%;
	}

	.header__right a {
		padding: 7px 15px;
		font-size: 12px;
	}

	.header_bottom_content {
		padding: 10px 12px;
	}

	.main-header {
		height: 70px;
	}

	.main-header.fixed-header {
		height: 51px;
	}
}