<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/**************
 DO NOT EDIT
**************/

/* Header 1 */

#header.header3 #logo
{
	display:block;
	height:100%;
	vertical-align:middle;
	text-align:center;
	padding:0;
}

#header.header3 #header_top
{
	padding:0px 30px;
	text-align:center;
	display:block;
	width:100%;
	position:relative;
}
#header.header3 #header_top_block
{
	position:relative;
	display:block;
	width:100%;
	max-width:1200px;
	margin:auto;
}

#header.header3 #header_top_content
{
	position:relative;
	display:table;
	width:100%;
	
}

#header.header3 #header_top_left
{
	display:table-cell;
	width:1%;
	vertical-align:middle;
	padding-right:30px;
}

#header.header3 #header_top_right
{
	display:table-cell;
	vertical-align:top;
	text-align:right;
}

#header.header3 #header_bottom
{
	padding:0px 20px 0px 30px;
	display:table;
	width:100%;
	clear:both;
}

#header.header3 .header_top_right
{
	display:table-cell;
	height:100%;
}

.header3 .header_phone
{
	position:relative;
	padding-left:12px;
	margin-right:10px;
}

.header3 .top_header_info
{
	text-align:right;
	float:right;
	margin-top:20px;
	margin-bottom:40px;
	margin-right:15px;
}


.header3 #facebook_ico:before,
.header3 #instagram_ico:before,
.header3 #pinterest_ico:before,
.header3 #youtube_ico:before,
.header3 #twitter_ico:before,
.header3 #google_ico:before,
.header3 #linkedin_ico:before,
.header3 .header_phone:before
{
	font-size:26px;
}

.header3 #menu_block
{
	float:none;
	margin-left:0;
}

.header3 #menu &gt; li &gt; a
{
	padding:25px 30px;
	border:none;
}


.rot_title
{
	width:35%;
	text-align:right;
	margin-left:55%;
	font-weight:700;
	font-style:normal;
	text-transform:uppercase;
	line-height:1;
	margin-bottom:20px;
}
.rot_txt
{
	width:30%;
	text-align:right;
	margin-left:60%;
	font-size:17px;
	color:#ffffff;
	line-height:25px;
}
.rot_btn
{
	width:35%;
	margin-left:55%;
	text-align:right;
}

#rotator_menu
{
	display:none;
}

#header_top_menu
{
	float:right;
	clear:both;
}

#menu_block
{
	display:block !important;
}

#rotator #rotator_text &gt; ul
{
	max-width:100%;
	margin:auto;
}

#rotator_text ul li
{
	left:10%;
	width:80%;
}

/* Fin Header 1 */



@media screen and (max-width: 1000px) 
{
	
	.header_top_menu
	{
		width:calc(100% + 60px);
		position:absolute;
		left:-30px;
		bottom:0;
	}
	.header3 .top_header_info
	{
		margin-bottom:20px;
		margin-right:0;
	}
	
	#header.header3 #header_top_right
	{
		padding-bottom:48px;
	}
	
	.header3 #menu_block
	{
		display:block;
		//margin-top:40px;
		z-index:100;
		width:100%;
		position:absolute;
		margin-left:0;
	}


	.header3 #menu_media
	{
		position:relative;
		display:block;
		cursor:pointer;
		padding:0px 39px 20px 0px;
		top:0;
		right:0;
		//transform:translateY(-50%);
	}
	
	.rot_title,
	.rot_txt,
	.rot_btn
	{
		margin-left:0;
		width:100%;
	}
	
	.header3 #menu &gt; li &gt; a
	{
		padding:8px 30px;
	}
}

@media screen and (max-width: 656px) 
{
	.rot_title,
	.rot_txt,
	.rot_btn
	{
		text-align:center;
	}
	
	#menu
	{
		margin-left:0 !important;
		margin-right:0 !important;
		width:100% !important;
	}
	
	.header3 .header_phone	
	{
		font-size:0px !important;
		vertical-align:middle;
	}
	
	.header3 .header_phone:before	
	{
		content:"\f095";
		position:absolute;
		left:50%;
		top:50%;
		transform:translate(-50%,-50%);
		font-family:"FontAwesome";
	}
}</pre></body></html>