*{
border: 0;
margin: 0;
}

img
{
	border: 0px;
	left: auto;
	right: auto;
}

body{
	
	font: 16px 'Roboto', sans-serif;
	color: #000000;
	background: url(images/bg_n.jpg) top center no-repeat #fff;
	line-height: 22px;
	
}

#main {
	max-width: 1100px;
	min-width: 1020px;
	margin: 0px auto;
}

#header { 
width:100%;
background: url(images/header.jpg) left top no-repeat;
height: 323px;
}

#logo {	
		color:#FFFFFF;
		font-size:18px;
	
}
.flogo {
	margin-top: 15px;
}
.soc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
}
.inst {
    background-image: url(images/inst.png);
}
.vkey {
    background-image: url(images/vkey.png);
}
.sc_ft {
	    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;

}
.sc_ft .lnksbl {
	padding: 0 0 0 0;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	    -ms-flex-direction: row;
	        flex-direction: row;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-right: 0px;
}
.sc_ft .lnksbl a {
	margin-right: 40px;
}
.sc_ft .soc {
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-bottom: 0;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;}
.soc_a {
    width: 31px !important;
    height: 31px;
    margin: 0 10px;
	display: block;
    opacity: 0.8;
    background-repeat: no-repeat;
    background-position: center center;
    transition: all 0.3s 0.0s ease;
    -moz-transition: all 0.3s 0.0s ease;
    -o-transition: all 0.3s 0.0s ease;
    -webkit-transition: all 0.3s 0.0s ease;
}
#footer a.soc_a { width: 31px !important;}
.soc_a:hover {opacity: 1;}
#logo a {
display: block;
}


#logo H2 a{
	font-size: 14px;
	font-family: Arial, Helvetica, sans-serif;
	text-transform: none;
	font-weight:100;
}

#buttons{
	width:100%;
	
	text-align:left;
	height:auto;
	display: block;
	white-space:nowrap;
	padding-top: 50px;
	margin-bottom: 20px;
	
}
#footer .buttons{
	width: 100%;
    text-align: left;
    height: auto;
    display: block;
    white-space: nowrap;
    padding-top: 30px;
    margin-bottom: 10px;
	
}
#buttons a {
	
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 9px;
border-bottom:none;
transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 40px;

}
#footer .buttons a {
	
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	padding-bottom: 9px;
border-bottom:none;
transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	text-decoration: none;
	color: #FFFFFF;
	margin-right: 40px;

}
#left h1 {
	color: #171b1f;
	font-size: 16px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center;
	width:auto;
	display: inline-block;
	margin: 0 auto;
	background-color: #fff;
	padding:5px 15px;
	box-sizing: border-box;
	position: relative;
	top: -16px;
	z-index: 2;
}
.maincon {
	height:365px;
	margin-bottom: 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	text-align: left;
	
}
.styler {
	font-family: 'Roboto';
	font-size: 14px;
	padding: 13px;
	color: #2D2D2D;
	border:1px solid #f5f5f5;
	outline: none;
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
}
button.styler {
	margin: 0 auto;
	width: 150px;
	background-color: #00a33e;
	border:1px solid #00a33e;
		transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	color: #fff;
	cursor: pointer;
}
button.styler:hover {background-color: #00B444;
	border:1px solid #00B444;}
.cc {
	width: 100%;
	text-align: center;
}
.styler:hover {
	border:1px solid #C1C1C1;
}
#right H1.cch1 {
	width: 100%;
	text-align: center;
	
}
#right H1.cch1:after {
	display: none;
}
.styler:focus {
	border:1px solid #ADADAD;
}
.form-group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 20px;
}

.form-group label {
	width: 30%;
	display: block;
	box-sizing: border-box;
}
.form-group .styler {
	width: 70%;
		display: block;
	box-sizing: border-box;
}

#fields {
	box-sizing: border-box;
	padding: 30px;
	background-color: #f5f5f5;
}
.brands {
	z-index: 1;
	position: relative;
	width: 100%;
	text-align: center;
	border:4px solid #eef0f2;
	box-sizing: border-box;
	
	
}
.brands img {margin-top: 0;}
.maincon a {
	font-size: 16px;
	color: #fff;
	text-decoration: none;
	padding: 10px 60px;
	margin-top: 20px;
	transition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;
	border:2px solid #fff;
}
.maincon a:hover {
	    background-color: #00a33e;
	border:2px solid #00a33e;
}
#right .maincon h1 {
	font-size: 33px;
	line-height: 44px;
	font-weight: 700;
	color: #fff;
	text-align: left;
}
#right .maincon h1:after {
	display: none;
}
#buttons a:hover {
	border-bottom:3px solid #00bb05;
}
#footer .buttons a:hover {
	border-bottom:3px solid #00bb05;
	text-decoration: none !important;
}
#box_all {
height: 251px;
background:url(images/all_box.jpg) left top no-repeat;
padding-top: 10px;}

#box_all h1 {
text-align:center;
font-size:18px;
color:#FFFFFF;
font-weight:100;
padding: 12px 0px 23px 0px;}

#box_all .text {
padding: 0px 10px 0px 20px;}

.box_munth {
float: left;
width: 132px;
padding: 0px 0px 0px 13px}

.munth {
color:#dff1ff;
	font-size: 14px;
	
	text-transform: uppercase;
	text-align: left;
font-weight:300;


text-decoration:none;}	

.munth a{color:#dff1ff;
width: 100%;
	display: block;
	box-sizing: border-box;
	padding: 10px 25px;
text-decoration:none;
ransition: all 0.3s 0.0s ease;
-moz-transition: all 0.3s 0.0s ease;
-o-transition: all 0.3s 0.0s ease;
-webkit-transition: all 0.3s 0.0s ease;}

.munth a:hover {
color:#fff;background-color: #04ad44;
}
.lmenu {
	padding-bottom: 10px;
	display: block;
}
h5 {
font-weight: 100;
font-size:18px;
color:#10156F;
padding: 13px 0px 5px 0px}	

.img_box {	float:left;
		margin: 6px 7px 3px 0px;
}

#top_tb {
width: 1014px;
height: 19px;
background: url(images/tb_top.jpg) right bottom no-repeat #FFFFFF;
}

#bot_tb {
width: 1014px;
height: 19px;
background: url(images/tb_bot.jpg) right top no-repeat #FFFFFF;
}

#tb{
	max-width: 1100px;
	min-width: 1020px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 60px;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;

}
#left{
	width: 27.28%;
	margin: 0px 0px 0px 0px;
	
	color:#000000;
}
.lf{
	width: 27.28% !important;
	min-height: 200px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-pack: center;
	    -ms-flex-pack: center;
	        justify-content: center;

}
#footer .lf {
	min-height: 100px !important;
}
.rb {
	width: 100%;
	background-color: #00669b;
	text-align: center;
	margin-bottom: 40px;
	padding-top: 15px;

}

.right_b {
		padding-left: 52px;
		padding-right: 5px;
}
.foot .rb {
	margin-bottom: 0;
}
.telbl {
	padding: 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
	margin-top: 5px;
}

.tel {
	background-image: url(images/telbg.png);
	background-position: left center;
	padding: 0 0 0 25px;
	margin-bottom: 3px;
	
	background-repeat: no-repeat;
	color: #fff;
	text-decoration: none;
	font-size: 18px;
	display: block;
	
	font-weight: 700;
}
.lnksbl {
	padding:0px 0 10px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	    -ms-flex-direction: column;
	        flex-direction: column;
	-webkit-box-align: center;
	    -ms-flex-align: center;
	        align-items: center;
}

.lnks {
	font-weight: 700;
	text-decoration: none;
	color: #fff;
font-size: 14px;}
.vk {
	background-image: url(images/vkbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 30px;
}
.mail {
	background-image: url(images/mailbg.png);
	background-repeat: no-repeat;
	background-position: left center;
	padding: 0 0 0 22px;
}
.text{
	padding: 0px 0px 0px 0px;
}

span {font-weight:bold;}

#left span {	color:#000000;
		font-weight:bold;
		font-size:14px;
}

#right span {	
		font-weight:bold;
}
.bl {color:#24292e;}

#left .lmenu h1 {
	background-color: #00a33e;
	box-sizing: border-box;
	width: 100%;
	padding: 18px 25px;
	text-transform: uppercase;
	font-size:16px;
	font-weight: 700;
	color: #fff;
	margin-bottom: -15px;
	text-align:left;

}
.imgcon {
	width: 100%;
	margin-bottom: 20px;
}
.imgcon img {
	max-width: 100%;
	height: auto;
}
#left img{
	padding-top: 20px;
}

.big_red{
	text-align: center;
	font-size:33px;
	color: #0F77BE;
	letter-spacing: 8px;
	font-style: italic;
}

#right H1{
	font-family: 'Roboto', Helvetica, sans-serif;
	font-size:24px;
	font-weight: 300;
	color: #24292e;
	text-align:left;
	line-height: 34px;
	padding: 5px 0px 17px 0px;
	position: relative;
	margin-top: 10px;
	margin-bottom: 20px;
}
.text_contact {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}

.text_contact .telbl {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	margin-right: 50px;
	margin-top: 0;
	
}
.text_contact .lnksbl {
	-webkit-box-align: start;
	    -ms-flex-align: start;
	        align-items: flex-start;
	-webkit-box-pack: start;
	    -ms-flex-pack: start;
	        justify-content: flex-start;
	
}
.text_contact .lnksbl .mail {
	margin-left: 7px;
}
.text_contact .lnksbl a {
	font-weight: 400;
	color: #2B2B2B;
}
.text_contact .telbl a {
	font-weight: 400;
	color: #2B2B2B;
}
#right h1:after {
	content:'';
	display: block;
	width: 80px;
	height: 4px;
	position: absolute;
	bottom: 0;
	left: 0;
	background-color: #D4D4D4;
}
#right h1 a {
	color: #00669b;
}
.mapwr {
    background-color: #f2f4f5;
}
.wrapper {
   width: 100%;
}
.mapwr .colorh2 {
    padding: 25px 25px !important;
    margin: 0 !important;
    box-sizing: border-box;
    font-size: 22px;
    font-weight: 400;
    color: #24292e;
}
.map {
    height: 568px;
    overflow: hidden;
    position: relative;
}
.overlay {
    background: transparent;
    position: relative;
    width: 100%;
    height: 568px;
    top: 568px;
    margin-top: -568px;
}
.map iframe {
    margin-top: -46px;
}
.index_img{
	
	margin: 0px 0px 0px 0px;
}

.top_img {
	
	float: left;
	margin: 0px 20px 0px 0px;
}

.bot_img {

	float: right;
	margin: 8px 0px 0px 20px;
}



.read{
	text-align:right;
	padding-right:5px;
	padding-top: 6px;
	font-weight:bold;
}

.pad_view {padding-right:15px;}

.read a{
color: #0056CC;
text-decoration: underline;}

.read a:hover {
text-decoration:none;}

#right{

width:65.90%;

}
.rf{

width:69.5% !important;
	text-align: left;

}
#footer .rf {
	padding-bottom: 20px;
}
.col { width: 620px;}

.col_left { float:left;
width: 203px;}

.images {
height: 200px;
padding-top: 3px;}

.img_col { float:left;
margin: 7px 7px 0px 0px;}
.buttons {
	padding: 20px 0;
	margin-top: 0px;
}

.col_right { 
color: #24292e;
	font-weight: 300;
	font-size: 14px;
	line-height: 22px;
width: 100%;
padding-top: 8px;
text-align: justify;
}
#footer .rb {
	padding-top: 0 !important;
}
#footer{
	height: auto;
	max-width: 100%;
	min-width: 1120px;
	font-size: 14px;
	color: #FFFFFF;
	text-align: center;
	clear:both;
	
	background-image: url(images/bg_n.jpg);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#footer .foot span {
	padding: 20px 0 0 0;
	font-weight: 300;
	font-size: 14px !important;
}
.foot {
	max-width: 1100px;
	min-width: 1020px;
	margin: 0 auto;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        justify-content: space-between;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
#footer a{
	color: #FFFFFF;

	text-decoration: none;
}

#footer a:hover{
	color: #FFFFFF;

	text-decoration: underline;
}
.header_copy {border:0;color:#f00;float:left;width:50%!important;margin:-202px 0 0 0;overflow:hidden;line-height:0;padding:0;font-size:12px}

#content .inner_copy {
	border:0;
	color:#f00;
	float:left;
	width:50%!important;
	margin:-202px 0 0 0;
	overflow:hidden;
	line-height:0;
	padding:0;
	font-size:12px
}
#zlt{
	position: absolute;
	right: 0;
	
}