@charset "utf-8";
/* CSS Document */

/*FONTS*/

@font-face{
	font-family: rubik;
	src: url("../fonts/Rubik-Regular.ttf");
	font-display: swap;
}
@font-face{
	font-family: rubik_bold;
	src: url("../fonts/Rubik-Bold.ttf");
	font-display: swap;
}

/*END FONTS*/

/*HEADER*/

label{
	position: absolute;
	opacity: 0;
}
.top_bar{
    display: none;
    height: 40px;
    width: 100%;
    background: rgb(1,131,193);
    background: linear-gradient(93deg, rgba(1,131,193,1) 0%, rgba(43,170,225,1) 100%);
}
.top_bar_center{
    max-width: 1200px;
    width: 100%;
    padding: 0 20px;
    height: 40px;
    margin: auto;
    display: flex;
    justify-content: space-between;
    flex-direction: row-reverse;
}
.top_bar_center div{
    display: flex;
}
.top_bar_center a{
    display: flex;
    flex-direction: row-reverse;
    margin-right: 30px;
}
.top_bar_center a:hover, .top_bar_center p:hover{
    opacity: .8;
    transition: .4s;
}
.top_bar_center p{
    line-height: 40px;
    color: white;
    margin-right: 30px;
    cursor: pointer;
}
.top_bar_center img{
    height: 20px;
    width: 20px;
    margin: 10px 10px 0 0;
}
header{
	background-color: #fff;
	height: 80px;
	width: 100%;
	position: relative;
	z-index: 100;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
.header_center{
	width: 100%;
	max-width: 1600px;
	height: 100%;
	margin: auto;
	position: relative;
	display: flex;
	flex-direction: column-reverse;
	padding: 0 20px;
}
.logo{
	z-index: 15;
	margin: 20px auto 24px;
/*	padding: 15px 0;*/
}
.logo img{
	height: 36px;
    
}
.phone_navbar{
	width: 160px;
	display: none;
	padding-top: 0;
	margin: auto;
    font-size: 1.4em;
	color: #444349;
	text-align: center;
}
.phone_navbar:hover{
	color: #2BAAE1;
}
button:nth-child(1) > img:nth-child(1){
	width: 24px;
	height: 24px;
	margin-right: -10px;
}
.nav_search_btn:hover{
	opacity: 1;
}
.nav_search input{
	width: 100%;
	font-family: rubik;
	font-size: 1em;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 11px 10px;
  	margin: 20px 0;
	text-align: right;
}
.call_icon{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
	margin: 28px 18px;
	cursor: pointer;
	background-image: url("../svg/call.svg");
}
.call_icon:hover{
	background-image: url("../svg/call_hover.svg");
}
.search_icon{
	width: 24px;
	height: 24px;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 40;
	margin: 28px 18px;
	cursor: pointer;
	background-image: url("../svg/search.svg");
}
.search_icon.active{
	background-image: url("../svg/close.svg");
}
/*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;
	top: 0;
	left: 0;
	z-index: 3;
	background: white;
    box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
}
.menu_mobile{
	width: 100%;
	z-index: 2;
	position: absolute;
	text-align: right;
/*	top: 80px;*/
	transition: 0.4s;
	background-color: white;
	box-sizing: border-box;
    box-shadow: 0 0 27px 0 rgba(75, 81, 91, 0.15);
	padding: 10px;
/*	left: -1000px;*/
	top: -850px;
	display: block;
}
.menu_mobile > ul li a{
	box-sizing: border-box;
	height: 50px;
	font-weight: bold;
	padding-right: 10px;
	display: block;
	font-size: 1em;
	font-family: rubik !important;
	color: #444349;
	line-height: 45px;
    text-align: center;
}
.menu_mobile li a:hover{
	color: #B0BB60;
    transition: .2s;
}
.open_sub_menu svg{
	height: 6px;
	width: 10px;
	margin-left: 16px;
	margin-top: 22px;
	float: left;
/*	left: 10px;*/
	transition: all 0.1s ease;
}
.menu_mobile.show_menu ul li.open_sub_menu svg{
	left: 10px !important;
}

.open_sub_menu svg path{
	fill: #fff;
}
.menu_mobile li:hover > svg path{
	fill: #fff;
	transition: all 2s ease;
}

.nav_search_mpbile{
	width: 100%;
	height: 84px;
	background-color: white;
	position: absolute;
	top: -20px;
/*	padding: 0 20px;*/
	box-sizing: border-box;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
	transition: .4s ease-in-out;
}
.nav_search_mpbile input{
	width: calc(100% - 40px);
	font-family: rubik;
	font-size: 1em;
	border-radius: 4px;
	box-sizing: border-box;
	border: 1px solid #ccc;
	padding: 11px 20px;
  	margin: 20px 20px;
	text-align: right;
}
.nav_search_mpbile button.nav_search_btn{
	left: 20px;
}
.show_search{
	transition: .4s ease-in-out;
	top: 60px;
}
/*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;
	top: 10px;
/*	left: 0px;*/
	height: 60px;
	width: 60px;
	cursor: pointer;
	display: block;
	z-index: 4;
	}
.burger{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background-color: #2BAAE1;
	height: 2px;
	width: 18px;
	transition: .3s;
}
.burger:before,
.burger:after{
	content: '';
	position: absolute;
	height: 2px;
	width: 18px;
	background-color: #2BAAE1;
	transition: .3s;
}
.burger:before{
	top:-6px;
}
.burger:after{
	top:6px;
}
.icon.active .burger{
	background: rgba(0,0,0,0);
}
.icon.active .burger:before{
	transform: rotate(45deg);
	background-color: #B0BB60;
	top: 0;
}
.icon.active .burger:after{
	transform: rotate(135deg);
	background-color: #B0BB60;
	top: 0;
}
/*
.icon:hover{
	opacity: 0.5;
}
*/
/*ICON_BURGER*/

/*NAVBAR*/

.navbar{
	display: none;
	z-index: 10;
	height: 40px;
	margin: 0 auto;
}
.navbar > ul{
	display: flex;
	list-style: none;
	margin: 0;
	padding: 0;
}
.navbar > ul li a{
	display: block;
	padding: 12px 20px 12px;
	font-size: 1em;
	text-align: center;
	color: black;
	text-decoration: none;
	box-sizing: border-box;
}
.navbar > ul li a.active{
	font-weight: bold;
	color: #2BAAE1;
}
.navbar li a:hover{
	color: #2BAAE1;
	transition: all 0.1s ease;
}
.navbar li ul{
	list-style: none;
	z-index: 30;
	padding-right: 0;
	display: none;
	position: absolute;
	top: 120px;
}
.navbar li > ul li a{
	padding: 10px 20px 10px;
	height: 40px;
	color: white;
	text-transform: none;
	background-color: #444349;
	text-align: center;
}
.navbar li > ul li a:hover{
	color: white;
	text-decoration: underline;
}
.navbar li:hover > ul{
	display: block;
}
.navbar ul li a svg{
	height: 6px;
	width: 10px;
	margin-right: 7px;
	float: left;
	margin-top: 7px;
}
.navbar li a svg path{
	fill: black;
}
.navbar li a:hover > svg path{
	fill: #2BAAE1;
	transition: all 0.1s ease;
}

/*NAVBAR*/
@media(min-width: 992px){
    .navbar, .nav_search, .phone_navbar {
		display: block;
	}
	.icon, .menu_mobile, .header_bg, .mobile_navbar{
		display: none;
	}
    .top_bar{
        display: block;
    }
	header{
		height: 112px;
	}
	.header_center{
		flex-direction: row;
		justify-content: space-between;
	}
	.logo{
		margin: 28px auto;
        height: 56px;
        padding: 0;
	}
	.logo img{
		height: 55px;
	}
	.navbar > ul li a{
		padding: 48px 20px 48px;
	}
	.navbar li ul{
		top: 80px;
	}
	.phone_navbar{
        margin: auto 0;
		font-size: 1.8em;
        text-align: right;
        width: 234px;
	}
}