* {
	margin: 0;
	padding: 0;
}
header, nav, section, article, aside, footer{
	display: block;
}
body {
	font: 12px/18px Arial, Tahoma, Verdana, sans-serif;
	width: 100%;
    background: url("../img/bg.jpg") center top repeat;
    overflow: hidden;
}
a {
	color: blue;
	outline: none;
	text-decoration: underline;
}
a:hover {
	text-decoration: none;
}
p {
margin: 0 0 18px
}
img {
	border: none;
}
input {
	vertical-align: middle;
}
#wrapper {
	width: 1000px;
	margin: 0 auto;
}
h1 {
    color: #00336c;
    font: bold 24px Arial;
}
h2{
    font-size: 16px;
    line-height: normal;
    color: rgb(102, 102, 102);
    padding-top: 8px;
    padding-bottom: 5px;
    margin: 0;
    font-weight: bolder;
}
h3, h4, h5, h6{
    padding-top: 8px;
    padding-bottom: 5px;
    margin: 0;
}

ul{
    list-style: none outside none;
}
.contentpaneopen ul{
    margin-bottom: 10px;
    margin-top: 10px;
}
li {
    padding-left: 15px;
    padding-top: 0;
    background-image: url("../img/arrow_grey.png");
    background-repeat: no-repeat;
    background-position: 0 3px;
}
/* Header
-----------------------------------------------------------------------------*/
#header_bg {
	background: url("../img/bg_menu.png") center no-repeat;
    height: 94px;
    position: relative;
    margin-top: 23px;
    margin-bottom: 10px;
}
.logo{
    position: absolute;
    top: 12px;
    left: 44px;
}
.logo_2{
    position: absolute;
    top: 2px;
    right: 23px;
}
.head_text{
    position: absolute;
    top: 11px;
    left: 380px;
    color: #FFF;
    font: bold 14px Arial;
    text-transform: uppercase;
}
.head_info{
    position: absolute;
    top: 30px;
    left: 382px;
    color: #FFF;
    font: italic 12px Arial;
}
.head_phone {
    float: left;
}
.head_phone span{
    font: bold italic 13px Arial;
}
.head_email{
    float: left;
    width: 100%;
}
.head_email a{
    color: #FFF;
}
.head_address{
    font: italic 14px Arial;
    float: left;
}
/* Middle
-----------------------------------------------------------------------------*/
#sb-site, #middle {
	border-left: 200px solid #FFF;
	height: 1%;
	position: relative;
    background: #FFF;
    border-radius: 30px 0 0 0;
    padding-top: 14px;
    padding-bottom: 18px;
}
#sb-site:after, #middle:after {
	content: '';
	clear: both;
	display: table;
}
#container{
	width: 100%;
	float: left;
	overflow: hidden;
	margin-right: -100%;
}
#content {
	padding: 0 30px;
}
.cont_title{
    text-align: center;
}
#innerSlider{
    /*
	width:729px;

*/
    margin-top: 12px;
	position:relative;
    margin-bottom: 16px;
}

#carousel {
	width: 729px;
	border-radius:2px 2px 2px 2px;
	margin: 0 auto;
}

#ui-carousel-prev {
	left: 0;
    top:74px;
}
#ui-carousel-next > span, #ui-carousel-prev > span {
	display: none;
}
.slide {
	margin: 0;
	position: relative;
}
#pages {
	width:135px;
	top: 270px;
    left: 546px;
    position: absolute;

}
.bullet {
	background: url(../img/page-off.png) center center no-repeat;
	display: block;
	width: 17px;
	height: 17px;
	margin: 0;
	margin-right: 10px;
	margin-top:10px;
	float: left;
}
.prod_items{
    float: left;
    width: 177px;
    margin:5px 7px 5px 0;
}
.prod_img{
    float: left;
 /*   background: url("../img/bg_img.png") no-repeat;
    height: 123px;*/
    width: 177px;
    padding: 3px 0 0 0 !important;
}
.prod_name{
    float: left;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
.prod_name a{
    color: #002e69;
    font: 13px Arial;
    text-decoration: none;
}
.prod_text{
    float: left;
    color: #6c6161;
    font: italic 12px/18px Arial;
    margin-top: 10px;
    margin-left: 11px;
    min-height: 55px;
}
.more{
    float: left;
    width: 100%;
    text-align: right;
    margin-top: 2px;
}
.more a{
    color: #03579f;
    font: italic 12px Arial;
    text-decoration: none;
}
/* Sidebar Left
-----------------------------------------------------------------------------*/
#sideLeft {
	float: left;
	width: 200px;
	position: relative;
	left: -200px;
    padding-left: 16px;
}
.left_menu{
    float: left;
    margin-top: 10px;
    margin-left: 5px;
}
.left_menu ul li{
    padding-left: 0;
}
.left_menu ul li a {
    color: #002e69;
    display: block;
    font: 14px Arial;
  /*  height: 20px; */
    text-decoration: none;
    padding-left: 6px;
    padding-top: 4px;
    padding-bottom: 3px;
    float: left;
    width: 100%;
    border-bottom: 1px dotted #0074c1;
}
.left_menu ul li.active a {
    background: #002e69;
    color: #FFF;
}
.left_menu ul li a:hover {
    color: #456a9a;
}
.left_menu ul li.active li a, .left_menu ul li li a {
    background: none ;
    color: #0074C1;
    padding-left: 12px;
    width: 173px;
}
.left_menu ul li li a:hover {
    color: #69b8ed;
}
.left_menu ul{
    list-style-type: none;
    width: 174px;
}
.news{
    float: left;
    width: 180px;
    margin-left: 5px;
}
.title{
    background: #002e69;
    text-align: center;
    height: 28px;
    padding-top: 6px;
    color: #FFF;
    font: bold 14px Arial;
    margin-top: 26px;
}
.news_item{
    float: left;
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 6px;
    clear: both;
}
.news_date{
    color: #6b6c6d;
    font: italic 12px Arial;
    margin-bottom: 4px;
}
.news_a a{
    color: #03579f;
    font: 12px Arial;
}
.news_b a{
    color: #03579f;
    font: 18px Arial;
}
/* Footer
-----------------------------------------------------------------------------*/
#footer {
	height: 74px;
	background: url("../img/bg_footer.png") repeat-x;
    position: relative;
    color: #FFFFFF;
    font: 12px Arial;
}
.copyright {
    margin-top: 16px;
    margin-left: 22px;
    color: #ede5e5;
    position: absolute;
}

.copyright a {
    color: #ede5e5;
    text-decoration: none;
}
.phone_footer {
    top: 16px;
    left: 244px;
    position: absolute;
}
.phone_footer span{
    height: 56px;
    float: left;
    margin-right: 10px;
}
.adress_footer {
    top: 16px;
    left: 500px;
    position: absolute;
}
.adress_footer span{
    height: 56px;
    float: left;
    margin-right: 10px;
}
.developer, .seo{
    position: absolute;
    right: 22px;
    top: 16px;
    width:158px;
    z-index: 1;
}
.seo{
   top: 36px;
}
.developer a, .seo a {
    color: #d2ced2;
    font: 12px Arial;
}
.developer span.dweb{
    background: url("../img/dweb.png");
    width: 52px;
    height: 12px;
    float: right;
    margin-top: 2px;
}
/*-----Catalog--------*/
.cont_title.catalog{
    text-align: left;
    margin-left: 12px;
}
.line{
    background: url("../img/line.png") no-repeat;
    width: 727px;
    height: 3px;
    margin: 10px 30px 10px 0;
    float: left;
}
.gr_items{
    margin-left: 12px;
    float: left;
    width: 684px;
}

.def_list{
    width:100%;
    float:left;
    margin: 0 0 35px 0;
}
.def_list .gr_items.def{
  /*  width: 230px; */
    margin: 0 0 10px 0;
    border-bottom: 2px solid #00336c;
  border-left: 1px solid #5E9EE7;
  border-right: 1px solid #5E9EE7;
    padding: 0;
}
.def_list .gr_text.good{
    width:92%;
}
.def_list .gr_text a{
    margin: 7px 0 11px 0;
}
.def_list .gr_name.good{
    background: #CCDFF4;
    /* float: none;*/
    float:left;
    color: #00336c;
    font: bold italic 16px Arial;
     padding: 10px 5px 10px 5px;
 /* width: 220px !important;  */
    margin: 0 0 17px 0;
    border-top: 2px solid #5E9EE7;
    border-bottom: 2px solid #5E9EE7;
    text-align: center;
    display: table-cell;
    height:70px;
    vertical-align: middle;
}
.def_list .gr_img.good{
    min-height:160px;
    margin: 17px 0 0 0;
/* width: 230px;*/
}

.gr_name{
background: url("../img/list.png") 0 2px no-repeat;
float: left;
color: #00336c;
font: bold italic 16px Arial;
padding-left: 20px;
margin-top: 12px;
}
.gr_img{
margin-top: 10px;
float: left;
width: 100%;
}
.gr_text{
color: #2e2e2e;
font: 12px Arial;
float: left;
margin-top: 10px;
}
.gr_text a{
color: rgb(3, 87, 159);
font: italic 12px Arial;
text-decoration: none;
margin-top: 7px;
display: block;
}
.line_2{
background: url("../img/line_2.png") repeat-x;
width: 708px;
height: 1px;
float: left;
margin-top: 28px;
}
/*-----reglament-----*/
.reglament_items{
    margin-left: 28px;
    margin-bottom: 40px;
    float: left;
}
.reglament_name{
    color: #00336c;
    font: bold 16px Arial;
    margin-bottom: 22px;
    margin-top: 8px;
    float: left;
    width: 100%;
}
.reglament_img img{
    float: left;
    border: 2px solid #496a94 ;
    margin-right: 18px;
}
.fancybox-custom .fancybox-skin {
	box-shadow: 0 0 50px #222;
}
/*-------goods------*/
.good_doc{
  /*--  margin-top: 8px;
    margin-left: 12px;
    --*/
    /*float: left;*/
    margin:8px 0 10px 0;
}
.good_doc a{
    color: #264079;
    font: bold 13px/24px Arial;
    text-decoration: none;
    float: left;
    width: 100%;
}
.line_2.good{
    margin-top: 8px;
}
.gr_img.good{
    text-align: right;
  /*  width: 244px; */
    margin-top: 0;
}
.gr_text.good{
    width: 430px;
    margin-bottom: 4px;
    margin-left: 10px;
}
.gr_name.good{
  /*  width: 420px; */
    margin-left: 6px;
}
.gr_text.good span{
    font: bold italic 12px Arial;
}
/*------contact----*/
.cont_info{
    margin-top: 22px;
    float: left;
    width: 100%;
    color: #2e2e2e;
    margin-left: 30px;
}
.cont_info span{
    font: bold 14px Arial;
    width: 156px;
    margin-right: 22px;
    float: left;
}
.cont_info.phone{
    margin-top: 16px;
}
.cont_phone{
    float: left;
}
.line_2.contact{
    margin-top: 8px;
}
.cont_info.details{
    margin-top: 10px;
}
.cont_info.details span{
    margin-bottom: 18px;
    width: 100%;
}
.cont_info.u_address span{
    font: bold 12px Arial;
}
.cont_info.u_address {
    font: 12px/32px Arial;
    margin-top: -5px;
}
.map{
    float: left;

    width: 100%;  /*
    margin: 10px 0 10px 30px;
    */
}
/*------units------*/
.unit_item{
    margin-top: 14px;
    float: left;
    margin-right: 20px;
    width: 120px;
}
.unit_item a{
    color: #002e69;
    font: 12px Arial;
    text-transform: uppercase;
    text-decoration: none;
    float: left;
}

.unit_img img{
    border: 1px solid #878787;
    margin-top: 14px;
}

.unit_img_bg a{
    background: url("../img/pdf.png") no-repeat;
    height: 33px;
    width: 29px;
     float: left;
    margin-top: -20px;
    margin-left: 90px;
}
.unit_img_bg.cdr a{
    background: url("../img/cdr.png") no-repeat;
}
.unit_file_info{
    float: left;
    color: #6c6161;
    font: 12px Arial;
    margin-top: 4px;
    margin-bottom: 18px;
}

table.contentpaneopen td {
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 10px;
}
td.techinfoForCenterAligned {
    text-align: center;
    padding: 10px;
    border-width: 1px;
    border-style: none solid solid none;
    border-color: rgb(169, 177, 212);
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: normal;
}
td.techinfoForCenterAligned {
    text-align: center;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    line-height: normal;
}
table.techinfo {
    border-width: 1px;
    border-style: solid none none solid;
    border-color: rgb(169, 177, 212);
}
td.techinfo {
    text-align: left;
    border-width: 1px;
    border-style: none solid solid none;
    border-color: rgb(169, 177, 212);
    margin: 0;
    padding: 5px !important;
    font-family: Verdana,Arial,Helvetica,sans-serif;
    font-size: 11px;
    clip: rect(auto, auto, auto, auto);
    line-height: 15px;
}
.top{
    float: left;
    width: 50%;
margin: 20px 0 0 0;
}
#counters{
    display: none;
    height: 0;
}
.read_more a{
    color: #03579f;
    font: 12px Arial;
    float:right;
}
table{
    border-collapse: collapse;
}
table td, th {
    
    padding: 4px;
  text-align: center;
}
.tech_block{
    float:left;
    width:95%;
    margin:20px 0 40px 25px;
}
.link_tech a{
  font:16px/26px Arial;
}
.gallery_preview_block{
 float:left;   
 width:100%;
}
.gallery_preview_block div{
    float:left;
    margin:10px 12px 10px 0;
    width:220px;
}
.gallery_preview_block div:last-child{
        margin:10px 0 10px 0;
    
}
.gallery_preview_block a, .gallery_preview_block span{
    float:left;
}
.main_text{
    color: #000;
    font: 14px/20px Arial;
    float: left;
    margin:-25px 5px 0 5px;
}
.main_text p{
    margin-bottom:9px;
}
.main_text h1{
    color: #1f8c2e;
    font: bold 20px/22px Arial;
    margin-bottom: 6px;
}
.brend a:hover{
    text-decoration: underline;
    text-align: center;
    color: #000000;
    font:18px Arial;
    float: left;
    width:225px;
}
.justifyleft{
    text-align:  left;
}
.brend a{
    text-decoration: none;
    text-align: center;
    color: #000000;
    font:18px Arial;
    float: left;
    width:225px;
}
.brend_item{
    width:225px;
    margin: 20px 10px 20px 0;
    float: left;
}
.MsoTableLightShadingAccent1{
    border-right: none !important;
    border-left: none !important;
}

.menu-btn{
    width: 100px;
    padding: 10px;
    background: #000;
    color: #fff;
    text-align: center;
    cursor: pointer;
    font-size: 18px;
    margin: 15px 0 0 0;
    position: relative;
    z-index: 888;
}
@media(max-width: 992px){
    #wrapper {
        width:100%;
    }
    #middle{
        border-left:20px solid #FFF;
    }
    #sb-site{
        border-left:10px solid #FFF;
        border-right:10px solid #FFF;
    }
    .left_menu{
        float: right;
    }
    .left_menu ul li a{

    }
    #content{
        padding: 0;
    }
}
@media (max-width: 980px){
    .cont_title{
        margin: 70px 0 0 0;
    }
    .cont_info{
        margin-left: 15px;
    }
}
@media (max-width: 420px){
    #header_bg {
    background: url("../img/bg_menu_2.png") center no-repeat;
    height: 130px;
    position: relative;
    margin-top: 23px;
    margin-bottom: 10px;
}
    .phone_footer {
        left: 144px;
    }
    h1{
        font-size: 24px !important;
    }
    .h2, h2 {
        font-size: 22px !important;
    }
}
.prod_items.col-xs-6.col-sm-6{
    width: 49%;
}
@media (min-width: 992px){
    .prod_items.col-md-3 {
        width: 24%;
        padding: 0;
    }
    .prod_img{
        height: 100px;
    }
}
@media (max-width: 992px){
    .prod_img{
        background: none;
    }
}

.vid{
    margin: 20px 0 20px 0;
}
.mobh_cont{
    right: 0;
    top:0;
    color: #fff;
}
.logom{
    top:20px;
}
.mobh_cont a{
    color: #fff;
    text-decoration: none;
}
.brend_item{
    padding: 0;
    height: 180px;
}
@media (min-width: 1000px){
    .brend_item.col-lg-4{
        width: 31%;
    }
}
/* #breadcrumbs {float:left; padding:0; margin:0;  border:0;}  */
/*  #breadcrumbs ul li { float:left; list-style-type: none; }  */
#breadcrumbs li {display: inline-table; list-style-type: none;  background-image: none; padding-left: 0;}
#content ol li {background-image: none; list-style-position: inside;}

.title_block{
    background: #002e69;
    text-align: center;
    height: 28px;
    padding-top: 6px;
    color: #FFF;
    font: bold 14px Arial;
    margin-top: 26px;
}
.title_block a {color: #FFF;}
.fotoVideo iframe {
    width: 100%;
}


/* --- [ dev styles ] --- */
@media (max-width: 499px) {
    .dev_table_document table.techinfo td.techinfo {
        max-width: 180px;
    }
    .dev_table_document strong {
        font-size: 8px;
    }
}