:root {
	--logo: 200px;
	--logofix: 147px;
	--headerheightfx: 64px;
	--headerheight: 102px;
}


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

.header_logo {
	width: 0;
	padding: 0;
	transition: .5s;
}

.header_logo img {
	width: 100%;
}

.header_right_content {
	width: 100%;
}

.header_top_content {
	background-image: linear-gradient(45deg, #163887, #3e98bf);
	padding: 10px var(--p30);
	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 #f3f3f3;
	padding-right: 23px;
	padding-left: 23px;
	line-height: 0;
}

.header_top_info a,
.header_top_info span {
	color: #ffffff;
	font-family: garet;
	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 var(--p30);
	border-left: 1px solid #e3e3e3;
	transition: .5s;
}

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

.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;
	transition: .5s;
	/* padding-left: var(--p30); */
}

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

.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: var(--headerheightfx);
}

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

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

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

.main-header.fixed-header .header_bottom_content {
	padding: 10px 15px;
	transition: .5s;
}

.main-header.fixed-header .main-menu ul {
	padding-left: var(--p30);
	transition: .5s;
}

.sub-menu {
	position: absolute;
	top: 165%;
	left: 0;
	flex-direction: column;
	gap: 15px !important;
	width: max-content;
	border: 0 !important;
	align-items: start !important;
	background: #ffffff;
	border-radius: 10px;
	padding: 16px !important;
	display: none !important;
	box-shadow: 0 0 15px #00000029;
}

.sub-menu.active {
	display: flex !important;
}

.sub-menu li {
	border-bottom: 1px solid #adadad47;
	width: 100%;
	padding-bottom: 10px;

}

.sub-menu li:last-child {
	border-bottom: 0;
	padding-bottom: 0;

}

.sub-menu li a {}

.has_sub i {
	margin-left: 5px;
}

.has_sub.active i {
	transform: rotate(180deg);
}

.main-menu ul>li.brochure {
	color: var(--color1);
}

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

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

	.header_top_info a,
	.header_top_info span {
		font-size: 17px;
	}

	.header_top_content {
		padding: 14px 0 14px 14px;
	}

	.header_bottom_content {
		padding: 11px 16px;
	}

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

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

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

	.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;
	}

	.header_top_info a,
	.header_top_info span {
		font-size: 10px;
	}

	.content .section {
		padding-top: 81px;
	}
	    .main-header.fixed-header .header_bottom_content {
    padding: 5px 7px;
}
.main-header.fixed-header .main-menu ul {
    padding-left: 10px;
}
.main-menu ul {
    gap: 8px;
}
    .main-menu ul>li {
        font-size: 11px;
    }
}

@media only screen and (min-width: 300px) and (max-width: 999px) {
	:root {
		--logo: 150px;
		--logofix: 130px;
		--headerheight: 53px;
		--headerheightfx: 53px;
	}

	.header_top_content {
		display: none;
	}

	.main-menu ul {
		align-items: start;
		justify-content: flex-start;
		padding: 15px 15px 15px 23px;
		position: fixed;
		top: 0;
		height: 100vh;
		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: 27px;
		right: 20px;
	}

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

	.header_logo {
		/* display: none; */
	}

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

	.header_bottom_content {
		padding: 10px 12px;
	}

	.mob-logo {
		width: 150px;
	}

	.mob-logo img {
		width: 100%;
	}

	.main-menu ul li {
		width: 100%;
	}

	.sub-menu {
		left: 0 !important;
		top: 100% !important;
		height: auto !important;
		opacity: 1 !important;
		visibility: visible !important;
		position: unset !important;
		width: 100% !important;
		margin-top: 10px;
		padding: 10px !important;
		gap: 10px !important;
	}

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

	.main-menu ul {
		gap: 12px;
	}

	.main-menu ul>li.brochure {
		margin-top: 8px;
	}
}