@charset "utf-8";
/* CSS Document */
@font-face{
	font-family: Heebo;
	src: url("../fonts/Heebo-Regular.ttf");
	font-display: swap;
}
@font-face{
	font-family: Heebo_bold;
	src: url("../fonts/Heebo-Bold.ttf");
	font-display: swap;
}
*{
	box-sizing: border-box;
}
.contentScroll {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
	top: 20px;
	right: 60px;
	width: 1px;
	word-wrap: normal !important;
}

.contentScroll:focus {
	position: absolute;
	z-index: 20;
	padding: 8px 16px;
	border-radius: 8px;
	background-color: var(--color_yellow);
	color: var(--color_white);
	clip: unset;
	clip-path: unset;
	overflow: unset;
	height: auto;
	width: auto;
}
header{
	font-family: Heebo;
	font-weight: 600;
	background-color: #fff;
    top: 0;
	height: 80px;
	width: 100%;
	position: fixed;
	z-index: 6;
	border-bottom: 2px dashed #E7E7E7!important
}
.header_center{
	width: 100%;
	max-width: 1640px;
	height: 80px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	position: relative;
}

/*MOBILE NAVBAR*/

.mobile_navbar{
	height: 80px;
	line-height: 70px;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	z-index: 10;
	background-color: white;
}
.header_bg{
	width: 100%;
	height: 80px;
	position: absolute;
	border-bottom: 2px dashed #E7E7E7;
	top: 0;
	lest: 0;
	z-index: 3;
	background: white;
}
.mobile_logo{
	width: 170px;
	height: 70px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 5;
}
.mobile_logo a{
	display: block;
	width: 170px;
	height: 70px;
}
.mobile_call{
	width: 60px;
	height: 60px;
	position: absolute;
	top: 10px;
	left: 0;
	z-index: 5;
}
.mobile_call a{
	width: 60px;
	height: 60px;
	display: block;
}
.mobile_call a img{
	width: 24px;
	height: 24px;
	margin: 18px;
	vertical-align: unset;
}
.menu_mobile{
	width: 100%;
	z-index: 2;
	position: absolute;
	text-align: right;
	transition: 0.4s;
	box-sizing: border-box;
	top: -850px;
	display: block;
}

.menu_mobile > ul li a{
	box-sizing: border-box;
	height: 65px;
	padding-right: 20px;
	display: block;
	background-color: #ffffffe6;
	font-size: 1em;
    text-align: right;
	font-family: Heebo !important;
	font-weight: 100;
	line-height: 65px;
	border-bottom: 1px dashed #7A7A7ABD;
}
.menu_mobile > ul:nth-child(1) > li:nth-child(4) > a{
	border: none;
}
.menu_mobile li a:hover{
	background-color: #ffffff;
	color: #FBBB00;
}
.menu_mobile li a:focus{
	background-color: #ffffff;
	color: #FBBB00;
}
.menu_mobile li > ul li a{
	text-transform: none;
	box-sizing: border-box;
}
.open_sub_menu svg{
	height: 6px;
	width: 10px;
	margin-left: 16px;
	margin-top: 30px;
	float: left;
	transition: all 0.1s ease;
}
.open_sub_menu svg path{
	fill: #999;
}
.menu_mobile li:hover > svg path{
	fill: #FBBB00;
}

/*MOBILE NAVBAR*/

/*SUB MENU*/

.sub_menu{
	width: 100%;
	display: none;
}
.show_sub_menu{
	display: block;
	text-transform: none;
	transition: .4s ease-in-out;
}
.show_menu{
/*		left: 0px;*/
/*		display: block;*/
	top: 80px;
	}

/*SUB MENU*/

/*ICON_BURGER*/

.icon{
	position: absolute;
	background-color: white;
	top: 10px;
	right: 0px;
	height: 60px;
	width: 60px;
	cursor: pointer;
	display: block;
	z-index: 4;
	border: none;
}
.burger{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #4C6571;
	height: 3px;
	width: 20px;
	transition: .3s;
}
.burger:before,
.burger:after{
	content: '';
	position: absolute;
	height: 3px;
	width: 20px;
	background-color: #4C6571;
	transition: .3s;
	right: 0;
}
.burger:before{
	top:-8px;
}
.burger:after{
	top:8px;
}
.icon.active .burger{
	background: rgba(0,0,0,0);
}
.icon.active .burger:before{
	transform: rotate(45deg);
	background-color: #FBBB00;
	top: 0;
}
.icon.active .burger:after{
	transform: rotate(135deg);
	background-color: #FBBB00;
	top: 0;
}

/*ICON_BURGER*/

/*NAVBAR*/

.logo{
	width: 207px;
	height: 46px;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	display: none;
}
.logo a{
	width: 207px;
	height: 46px;
	display: block;
}
.header_contact{
	height: 80px;
	min-width: 425px;
	display: none;
	justify-content: flex-end;
}
.header_contact a{
	display: block;
	padding: 30px 20px 0;
	font-size: 1.1em;
	height: 80px;
    font-family: Heebo;
    font-weight: 400;
	text-align: center;
	text-decoration: none;
	box-sizing: border-box;
}
.header_contact a:hover{
/*	color: #FBBB00;*/
	transition: all 0.1s ease;
    opacity: .6;
}
.header_contact button{
    font-size: 1.1em;
    font-weight: 400;
    letter-spacing: 0.3px;
    color: #FFFFFF;
    border-style: double;
    border-width: 4px 4px 4px 4px;
	width: 150px;
	height: 40px;
	background-color: #73a4bc;
	margin: 20px 50px;;
}
.header_contact button:hover{
	background-color: #FBBB00;
	transition: all 0.3s ease;
}
.navbar{
	display: none;
	z-index: 10;
	box-sizing: border-box;
	height: 80px;
	min-width: 425px;
}
.navbar > ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar > ul li a{
	display: block;
	padding: 30px 15px 0;
	font-size: 1em;
	height: 80px;
	text-align: center;
	color: #54595F;
	text-decoration: none;
	box-sizing: border-box;
}
.navbar > ul li a.active{
	font-weight: bold;
	color: #ee7d30;
}
.navbar li a:hover{
	color: #FBBB00;
	transition: all 0.1s ease;
}
.navbar li ul{
	list-style: none;
	z-index: 30;
	padding-right: 0;
	display: none;
	position: absolute;
/*	box-shadow: 0px 10px 15px 0px #f3f3f3;*/
}
.navbar li > ul li {
	border-bottom: 1px dashed #c7c8ca;
}
.navbar li > ul li:last-child{
	border: none;
}
.navbar li > ul li a{
	padding: 10px 30px;
	height: 40px;
	text-transform: none;
	background-color: #ffffffe6;
	text-align: right;
	min-width: 130px;
	font-weight: 100;
}
.navbar li > ul li a:hover{
	background-color: #ffffff;
	box-shadow: 0px 0px 10px 0px #f3f3f3;
}
.navbar li:hover > ul{
	display: block;
}
.navbar li:focus-within > ul{
	display: block;
}
.navbar ul li a svg{
	height: 6px;
	width: 10px;
	margin-right: 5px;
	float: left;
	margin-top: 8px;
}
.navbar li a svg path{
	fill: #666a71;
}
.navbar li a:hover > svg path{
	fill: #ee7d30;
	transition: all 0.1s ease;
}

/*NAVBAR*/


@media(min-width: 992px){
	.navbar{
		display: block;
	}
	.icon, .menu_mobile, .header_bg, .mobile_navbar{
		display: none;
	}
	.header_contact{
		display: flex;
	}
	.logo{
		display: block;
	}
}