@import url('https://fonts.googleapis.com/css?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css?family=Exo+2&display=swap&subset=cyrillic-ext');
@import url('https://fonts.googleapis.com/css?family=Montserrat:400,800&display=swap&subset=cyrillic');




a {
	color: inherit;
}
	a:hover{
		text-decoration: none;
	}

/*** HEADER ***/
.header {
	color: #fff;
	background: url(../images/header_bg.jpg) 50% 0%/cover no-repeat;	
}
	.header_top{
		padding-top: 7px;
		padding-bottom: 7px;
		background: #243142;
		/*
		background: none;
		*/
	}
		.header_top_left {
			display: none;
			/*
			display: flex;
			align-items: center;
			font: bold italic 16px/20px 'Exo 2',sans-serif;
			text-transform: capitalize;
			*/
		}
		.header_top_center {
			font: 900 normal 18px/22px 'Exo 2',sans-serif;
			text-align: center;
			text-shadow: 0px 4px 4px rgba(228, 220, 23, 0.25);
		}
			.header_top_center > span {
				display: none;
				/*
				display: unset;
				*/
			}
		.header_top_right.vac {
			font: 900 normal 16px/20px 'Exo 2',sans-serif;
			text-align: right;
			display: flex;
			justify-content: space-between;
			align-items: flex-end;
			padding-top: 11px;
			/*
			flex-direction: column;
			*/
		}

		.telephone-group{
			display: flex;
			align-items: center;
		}

			.vi_icon {
				margin-left: 7px;
			}
			.header_top_right > div:last-child{
				display: none;
				/*
				display: unset;
				*/				
			}
			
	.header_menu_main {
		background: #243142;
		font: bold normal 18px/22px 'Exo 2',sans-serif;
		/*
		padding-top: 11px;
		padding-bottom: 9px;		
		*/
	}
	
.header_txt {
	padding-top: 31px;
	padding-bottom: 81px;
	/*
	padding-top: 105px;
	padding-bottom: 170px;	
	*/
}	
	.header_txt_title{
		font: 900 normal 24px/29px 'Exo 2',sans-serif;
		color: #FEAE03;
		
		/*
		font-size: 48px;
		line-height: 59px;		
		*/
	}
	.header_txt_subtitle{
		font: normal normal 18px/22px 'Exo 2',sans-serif;
		color: #FFFFFF;		
		/*
		font-size: 36px;
		line-height: 44px;		
		*/
	}
	.header_txt .header_form_box{
		display: none;
	}
	.header_form_box{
		border-top: 10px solid #FEAE03;
		background: #212F43;
		padding: 30px 15px 25px;
		max-width: 400px;
		position: relative;
	}
		.header_form_input_name,
		.header_form_input_phone {
			border-radius: 20px;
			font: 500 italic 16px/50px Montserrat,sans-serif;
			color: #8E907F;
			width: 100%;
			border: 0;
			padding-left: 62px;
			margin-bottom: 20px;
		}
			.header_form_input_name {
				background: rgba(255, 255, 255, 0.75) url(../images/name.png) 18px 50% no-repeat;
			}
			.header_form_input_phone {
				background: rgba(255, 255, 255, 0.75) url(../images/phone.png) 18px 50% no-repeat;
			}
		.header_form_title{
			font: 800 normal 18px/22px Montserrat,sans-serif;
			text-align: center;
			text-transform: uppercase;
			color: #FFF;
			padding-bottom: 25px;
		}
		.header_form_subtxt{
			font: normal normal 14px/17px Montserrat,sans-serif;
			color: #FFFFFF;
			display: flex;
			justify-content: space-between;
			padding: 10px 0 23px;
		}
			.header_form_subtxt > img {
				margin-right: 16px;
			}
		.header_form_btn {
			background: linear-gradient(180deg, #FF9900 0%, rgba(255, 255, 255, 0) 100%), #FEAE03;
			border-radius: 20px;
			border: 0;
			width: 100%;	
			font: bold normal 16px/47px Montserrat,sans-serif;
			text-align: center;
			color: #433030;
		}
/*** ABOUT_US ***/	
.about_us {
	margin-top: -30px;
}
	.about_us_box {
		margin-top: 8px;
		margin-bottom: 54px;
		/*
		margin-top: 60px;
		margin-bottom: 65px;		
		*/
	}
		.about_us_img > img {
			width: 100%;
		}
		.about_us_title {
			font: 900 normal 36px/40px 'Exo 2',sans-serif;
			margin-left: auto;
			margin-right: auto;
			/*
			display: none;
			*/
		}
			.about_us_title.desc{
				display: none;
				/*
				display: block;
				*/
			}
		.about_us_img {
			margin-bottom: 16px;
			/*
			margin-bottom: 0;
			*/
		}
		.about_us_txt{
			font: normal normal 14px/17px 'Exo 2',sans-serif;
			/*
			font-size: 22px;
			line-height: 29px;		
			*/
		}
		
	.about_us_cards {
		margin: 0;
	}		
		.about_us_card{
			padding-top: 20px;
			padding-bottom: 10px;
			background: #FEAE03;
			text-align: center;
		}
			.about_us_card:nth-child(2){
				background: linear-gradient(90deg, #FFBF35 0%, #FFBF35 100%), #FEAE03;
			}
			.about_us_card_title{
				font: 900 normal 24px/29px 'Exo 2',sans-serif;
				color: #FFF;		
				margin: 10px 0 10px;
			}
			.about_us_card_txt {
				font: normal normal 18px/22px 'Exo 2',sans-serif;
				color: #FFF;		
				margin-bottom: 10px;			
			}
			
/*** AKCIA ***/
.akcia {
	background: url(../images/akcia_bg.jpg) 50% 50%/cover no-repeat;
	padding: 50px 0 40px;
	font: 900 normal 24px/29px 'Exo 2',sans-serif;
	color: #FFF;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25), 0px 4px 4px rgba(0, 0, 0, 0.25);
	border: 4px dashed #b0b0b0;
	text-align: center;
	/*
	text-align: left;
	font-size: 36px;
	line-height: 44px;	
	*/
}
	.akcia_left{
		display: flex;
		align-items: center;
		border-right: 4px dashed #bobobo;	
		flex-direction: column;
		margin-bottom: 35px;
		/*
		flex-direction: row;
		margin-bottom: 0;
		*/
	}
		.akcia_left > img {
			/*
			margin-right: 25px;
			*/
		}

	.akcia_right{
		/*
		font-size: 39px;
		line-height: 44px;
		padding-left: 40px
		*/
	}
		.akcia_right > span {
			color: #FFB20D;
		}
	.akcia span.gold {
		font-size: 36px;
		/*
		font-size: inherit;
		*/
	}

/*** USLUGI ***/
.uslugi {
	background: url(../images/bubles.png) 50% 100% no-repeat;
	padding-top: 40px;
	padding-bottom: 50px;
}
	.uslugi_tabs {
		background: #212F43;
		display: flex;
		flex-direction: column;
		justify-content: space-around;
		font: 900 normal 20px/24px 'Exo 2',sans-serif;
		color: #fff;
		padding: 0;
		list-style: none;
		text-align: center;
	}
		.uslugi_tab_line {
			flex: 1;

			border-bottom: 1px solid #575757;
		}
			.uslugi_tab {
				display: flex;
				align-items: center;
				justify-content: center;
				height: 100%;
				width: 100%;
				padding: 12px 15px;
			}
			.uslugi_tab.active{
				background: linear-gradient(180deg, #F9FE03 0%, rgba(255, 255, 255, 0) 50%, rgba(255, 255, 255, 0) 100%), #FEAE03;
			}

.uslugi_items {
	
}			
	.uslugi_item {
		display: none;
	}
		.uslugi_item.active {
			display: block;
		}
	.uslugi_item_img > img{
		width: 100%;
	}
	.uslugi_txt_title{
		font: 900 normal 20px/24px 'Exo 2',sans-serif;
		margin-bottom: 18px;
	}
	.uslugi_txt_text{
		font: normal normal 18px/22px 'Exo 2',sans-serif;
	}

	.text-point{
		margin-left: 10px;
	}
		
	.uslugi_baner {
		position:relative;
		background: url(../images/uslugi_baner_bg.png) 50% 0/cover no-repeat;
		margin-top: 25px;
		padding: 20px 10px;
	}	
		.uslugi_baner_bg{
			
		}
		.uslugi_form {
			text-align: center;
			margin-bottom: 31px;
			/*
			margin-bottom: 0;
			border-right: 1px solid rgba(87, 87, 87, 0.72);
			*/
		}
		.uslugi_form_title {
			font: bold normal 18px/22px 'Exo 2',sans-serif;
			text-transform: uppercase;
			text-align: center;
			margin-bottom: 17px;
			display: flex;
			align-items: center;
			justify-content: space-around;
		}
			.uslugi_form_title::before,
			.uslugi_form_title::after{
				content: '';
				display: block;
				width: 70px;
				border: 1px solid #000;
			}
			
			.form_line{
				display: flex;
				justify-content: space-around;
				flex-direction: column;
				/*
				flex-direction: row;
				*/
			}
				.form_line > input {
					border: 1px solid #FEAE03;
					border-radius: 20px;
					padding: 10px;
					font: italic normal 14px/17px 'Exo 2',sans-serif;
					text-transform: capitalize;
					color: #000;
					margin-bottom: 12px;
				}
					.form_line > input.form_line_m05 {
						/*
						margin: 0 5px;
						*/
					}
			.form_uslugi_btn {
				margin-top: 15px;
				background: #FEAE03;
				border: 1px solid #FEAE03;
				border-radius: 20px;
				font: normal normal 14px/34px 'Exo 2',sans-serif;
				font-style: normal;
				text-transform: capitalize;
				color: #FFF;
				width: 179px;
			}

	.uslugi_baner_contact_box {
		text-align: center;
	}
		.uslugi_baner_contact_title {
			font: 900 normal 24px/29px 'Exo 2',sans-serif;

		}
		
		.uslugi_baner_contact_phones {
			margin-top: 22px;
			font: normal normal 24px/28px Roboto,sans-serif;
			color: #575757;
			position: relative;
		}


/*** ROADMAP ***/
.roadmap {
	padding-top: 20px;
	padding-bottom: 16px;	
}
	.roadmap .section_title{
		margin-bottom: 36px;
	}
	.roadmap_bg {
		position: relative;
		/*
		background: url(../images/roadmap_bg.jpg) 0% 0 no-repeat;
		*/
	}
		.roadmap_column {
			background: #fff;
			padding-bottom: 15px;
			padding-top: 15px;			
		}
			.roadmap_list {
				font: 900 normal 18px/22px 'Exo 2',sans-serif;
				color: #FEAE03;
				counter-reset: myCounter;
				position: relative;
				padding-left: 60px;
			}
				.roadmap_list::before{
					content: '';
					display: block;
					height: 100%;
					border-left: 2px dashed #8E907F;
					position: absolute;
					left: 46px;					
				}
				.roadmap_list > li{
					margin-left: 3px;
					position: relative;
					padding-left: 20px;
					margin-bottom: 24px;
				}
					.roadmap_list > li:before {
						counter-increment: myCounter;
						content: counter(myCounter, decimal-leading-zero);
						color: #C4C4C4;
						position: absolute;
						left: -60px;
						font: 900 normal 24px/22px 'Exo 2',sans-serif;
					}
						.roadmap_list > li > span {
							color: #504F4F;
						}
	.roadmap_bottom{
		font: 900 normal 17px/22px Roboto,sans-serif;
		color: #aaa;
		/*
		font-size: 22px;
		line-height: 24px;		
		*/
	}
		.roadmap_bottom > strong {
			font: 900 normal 24px/28px Roboto,sans-serif;
			color: #FEAE03;
			/*
			font-size: 30px;
			line-height: 35px;					
			*/
		}

	.roadmap_phone{
		display: none;
		/*
		display: block;
		font: 900 normal 24px/38px 'Exo 2',sans-serif;
		display: flex;
		justify-content: flex-end;
		align-items: center;
		position: relative;
		*/
	}
	.roadmap_phone_bg{
			position: absolute;
			top: 0;
			right: 0px;
		}
		.roadmap_phones {
			position: relative;
		}
			.roadmap_phones::before {
				content: '';
				display: block;
				width: 32px;
				height: 34px;
				background: url(../images/viber.png) 50% 50%/cover no-repeat;
				position: absolute;
				bottom: -3px;
				left: -40px;
			}
	
/*** WHY WE ***/
.why_we{
	padding-top: 53px;
	padding-bottom: 67px;
	background: url(../images/bubles.png) 50% 0%/cover no-repeat;
}
	.why_we .section_title {
		margin-bottom: 59px;
	}
	.why_we_box{
		background: #fff;
		box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
		border-radius: 20px;
		padding: 13px 5px 15px;
		display: flex;
		flex-direction: column;
		height: 100%;
		/*
		padding: 13px 21px 15px;
		*/
	}
		.why_we_box_icon{
			margin: 0 auto;
			width: 49px;
			height: 49px;
			display: flex;
			justify-content: center;
			align-items: center;
			border: 1px solid #000000;
			box-sizing: border-box;
			border-radius: 50%;
			/*
			width: 89px;
			height: 89px;			
			*/
		}
			.why_we_box_icon > svg {
				height: 33px;
				/*
				height: 64px;
				*/
			}
			.why_we_box_icon > .svg89 {
				height: 49px;
				/*
				height: 89px;
				*/
			}
			
		.why_we_box_txt{
			font: normal normal 14px/16px Roboto,sans-serif;
			text-align: center;
			flex: 1;
			display: flex;
			justify-content: center;
			align-items: center;
			/*
			font-size: 18px;
			line-height: 21px;			
			*/
		}

.slider{
	padding: 70px 0;
	overflow: hidden;
}

.slider .container{
	margin: 0 auto;
}

.slider-title{
	margin-bottom: 40px;
	font-size: 42px;
	color: #000;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
	text-align: center;
}

.photo-container{

	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.img-box{
	width: 350px;
	display: flex;
	justify-content: center;
}

.img-box img{
	width: 100%;
}

.slick-prev:before{
	color: black;
}

.slick-next:before {
	color: black;
}

/*** FOOTER ***/
.footer_contat_box{
	background: #212F43;
	border: 3px solid #FFFFFF;
	box-sizing: border-box;
	box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
	.footer_contat_title{
		color: #FFF;
		margin: 40px 0 0 40px;
		font: 900 24px/29px 'Exo 2',sans-serif;
		text-transform: uppercase;
	}
		.footer_contat_title:nth-child(2)::after{
			content: '';
			display: block;
			border: 1px solid #FFFFFF;
			margin: 21px 0 0 -55px;
			width: 184px;
		}
	.footer_contacts_cont{
		padding: 50px 0 55px 15px;
	}
		.footer_contat_subtitle{
			color: #C4C4C4;
			font: 800 18px/24px 'Exo 2',sans-serif;
			margin-bottom: 6px;
		}
		.footer_contat_txt{
			font: bold normal 16px/19px Roboto,sans-serif;
			text-transform: capitalize;	
			color: #858585;	
			margin-bottom: 9px;
		}
		.footer_contact_link_box{
			margin-top: 24px;
		}
			.footer_contact_link{
				font: bold normal 14px/17px 'Exo 2',sans-serif;
				text-transform: uppercase;
				color: #FEAE03;
				display: block;
				padding-bottom: 12px;
			}
				.footer_contact_link > img{
					vertical-align: unset;
				}
				.footer_contact_link:hover{
					text-decoration: none;
				}
.footer_map_box iframe{
	height: 510px !important;
}
.footer_bottom{
	background: #212F43;
	color: #FFF;
	padding: 22px 0 27px;
}

/*** popup_form ***/
#popup_form {
	display:none;
}
.popup_form_container {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(0,0,0,.8);
	display: flex;
	justify-content: center;
	align-items: center;	
	z-index: 100;
}
	#popup_form.header_form_box {
		box-shadow: 0px 0px 8px 2px #777;
	}
	#popup_form .header_form_title {
		font-size: 24px;
		line-height: 29px;
	}
	#popup_form .header_form_subtxt{
		font-size: 18px;
		line-height: 22px;
		justify-content: center;
		text-align: center;
	}
	.popup_form_close {
		color: #FEAE03;
		font-size: 26px;
		font-weight: 700;
		position: absolute;
		top: 0px;
		right: 8px;
		cursor: pointer;
	}


/*** ALL ***/
.moh{
	display: none;
	/*
	display: block;
	*/
}

.gold{color:#FEAE03}
.section_title {
	font: 900 normal 18px/22px 'Exo 2',sans-serif;
	color: #000;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);	
	text-align: center;
	margin-bottom: 14px;
	/*
	font-size: 36px;
	line-height: 44px;	
	*/	
}
	.section_title::after {
		content: '';
		display: block;
		margin: 14px auto 0;
		border-bottom: 4px dashed #FEAE03;
		width: 90%;
		max-width: 348px;
	}


.mb25{margin-bottom: 25px;}
.m05{margin: 0 5px}

.tac{text-align: center}
.tar{text-align: right}
.vac{
	display: flex;
	align-items: center;
}

.f-jcfe{justify-content: flex-end}
.f1{flex:1}

.w100{width: 100%;}
.dn{display: none;}

@media screen and (max-width: 1199px){
	.img-box{
		width: 300px;
	}

	.form_line{
		flex-direction: column !important;
	}
}

@media screen and (max-width: 991px){
	.img-box{
		width: 220px;
	}

	.link-question{
		font-size: 20px;
	}
}

@media screen and (max-width: 767px){
	.img-box{
		width: 165px;
	}


}

@media screen and (max-width: 575px){
	.slider .container{
		max-width: 500px;
	}

	.img-box{
		width: 130px;
	}

	.uslugi{
		overflow: hidden;
	}
}

@media screen and (max-width: 510px){
	.slider .container{
		max-width: 400px;
	}

	.img-box{
		width: 120px;
	}
}

@media screen and (max-width: 375px){
	.slider .container{
		max-width: 320px;
	}

	.img-box{
		width: 95px;
	}

	.slick-prev {
		top: 130px;
		left: 100px;
	}

	.slick-next {
		top: 130px;
		right: 100px;
	}
}

@media(min-width:700px){
	/*** HEADER ***/
		.header_top{
			background: none;
		}
			.header_top_left {
				display: flex;
				align-items: center;
				font: bold italic 16px/20px 'Exo 2',sans-serif;
				text-transform: capitalize;
			}
				.header_top_center > span {
					display: unset;
				}
			.header_top_right.vac {
				flex-direction: column;
			}
				.header_top_right > div:last-child{
					display: unset;
				}
				
		.header_menu_main {
			padding-top: 11px;
			padding-bottom: 9px;		
		}
		
	.header_txt {
		padding-top: 105px;
		padding-bottom: 170px;	
	}	
		.header_txt_title{
			font-size: 48px;
			line-height: 59px;		
		}
		.header_txt_subtitle{
			font-size: 36px;
			line-height: 44px;		
		}
		.header_txt .header_form_box{
			display: block;
		}
	/*** ABOUT_US ***/	
		.about_us_box {
			margin-top: 60px;
			margin-bottom: 65px;		
		}
			.about_us_title {
				display: none;
			}
				.about_us_title.desc{
					display: block;
				}
			.about_us_img {
				margin-bottom: 0;
			}
			.about_us_txt{
				font-size: 22px;
				line-height: 29px;		
			}
			
	/*** AKCIA ***/
	.akcia {
		text-align: left;
		font-size: 36px;
		line-height: 44px;	
	}
		.akcia_left{
			flex-direction: row;
			margin-bottom: 0;
		}
			.akcia_left > img {
				margin-right: 25px;
			}

		.akcia_right{
			font-size: 39px;
			line-height: 44px;
			padding-left: 40px
		}
		.akcia span.gold {
			font-size: inherit;
		}

	/*** USLUGI ***/
			.uslugi_form {
				margin-bottom: 0;
				border-right: 1px solid rgba(87, 87, 87, 0.72);
			}
				.form_line{
					flex-direction: row;
				}
						.form_line > input.form_line_m05 {
							margin: 0 5px;
						}
	/*** ROADMAP ***/
		.roadmap_bg {
			background: url(../images/roadmap_bg.jpg) 0% 0 no-repeat;
		}
		.roadmap_bottom{
			font-size: 22px;
			line-height: 24px;		
		}
			.roadmap_bottom > strong {
				font-size: 30px;
				line-height: 35px;					
			}

		.roadmap_phone{
			display: block;
			font: 900 normal 24px/38px 'Exo 2',sans-serif;
			display: flex;
			justify-content: flex-end;
			align-items: center;
			position: relative;
		}
		
	/*** WHY WE ***/
		.why_we_box{
			padding: 13px 21px 15px;
		}
			.why_we_box_icon{
				width: 89px;
				height: 89px;			
			}
				.why_we_box_icon > svg {
					height: 64px;
				}
				.why_we_box_icon > .svg89 {
					height: 89px;
				}
				
			.why_we_box_txt{
				font-size: 18px;
				line-height: 21px;			
			}

	/*** ALL ***/
	.moh{
		display: block;
	}
	.section_title {
		font-size: 36px;
		line-height: 44px;	
	}
}


/*** HEADER MENU ***/
.header_menu_container {
	display: flex;
	justify-content: space-between;
	align-items: stretch;
	position: relative;
}
	#header_menu, .header_menu, .header_menu_info  {
		display: none;
		list-style: none;
		margin: 0;
		padding: 0;
	}
		#header_menu.open_burger {
			position: absolute;
			top: 0;
			left: 0;
			right: 0;
			background: #243142;
			font: bold normal 18px/22px 'Exo 2',sans-serif;
			color: #fff;
			margin-left: -15px;
			margin-right: -15px;
			z-index: 50;
		}
		.open_burger .header_menu {
			display: block;
		}
			.open_burger  .header_menu_link {
				display: block;
				padding: 11px 0 11px 25px;
				border-top: 1px solid #C4C4C4;
				text-decoration: none;

			}
				.open_burger  .header_menu_link:hover {
					color: #0056b3;
				}
			
		.open_burger .header_menu_info {
			display: block;
			padding: 15px 0 15px 25px;
			border-top: 1px solid #C4C4C4;
		}
				
		@media(min-width:700px) {
			#header_menu {
				display: block;
				width: 100%;
			}
			.header_menu {
				display: flex;
				justify-content: space-between;
				align-items: stretch;
				height: 100%;					
			}
				.header_menu_link {
					color: #fff;
					text-decoration: none;
					font: bold normal 18px/22px 'Exo 2',sans-serif;
					height: 33px;
				}
					.header_menu_link:hover {
						color: #0056b3;
					}
		}

			
	/* gamburger */		
	.menu__icon {
		position: absolute;
		width: 30px;
		height: 30px;
		cursor: pointer;
		z-index: 91;
		top: -63px;
		right: 15px;
	}
	.top_menu_open .menu__icon {
		background: none;
	}
		.menu__icon span {
			display: block;
			margin: 0 auto;
			position: absolute;
			height: 3px;
			text-align: center;
			background: #fff;
			transform: rotate(0deg);
			transition: .15s ease-in-out;
		}
		.tm_line1, .tm_line2, .tm_line3{
			left: 0px;
		}
		.menu__icon .tm_line1 {
			top: 7px;
			width: 30px;
		}
		.menu__icon .tm_line2 {
			top: 13px;
			width: 30px;
		}
		.menu__icon .tm_line3 {
			top: 19px;
			width: 30px;
		 }
			.open_burger.menu__icon .tm_line1{
				transform: rotate(45deg);
				top: 10px;
				width: 30px;
				border: 0;
			}
			.open_burger.menu__icon .tm_line2{
				top: 11px;
				width: 0%;
				left: 50%;
				border: 0;
			}
			.open_burger.menu__icon .tm_line3{
				transform: rotate(-45deg);
				top: 10px;
				width: 30px;
				border: 0;
			}
		@media(min-width:540px) {
			.menu__icon {
				display: none;
			}
		}

		@media screen and (max-width: 414px){
			.header_top_right.vac{
				align-items: center;
			}
		}

		@media(max-width:340px) {
			.header_top_right.vac {
				font: 900 normal 15px / 20px 'Exo 2', sans-serif;
			}
		}

		@media(max-width:325px) {
			.link-viber{
				width: 16px;
			}

			.link-viber img{
				width: 100%;
			}

			.vi_icon{
				margin-left: 3px;
			}
		}
	/* END gamburger */		