﻿@font-face {
	font-family: 'KelsonSans RegularRu';
	src: url('../fonts/kelson_sans_regular_ru/kelson_sans_regular_ru.eot');
	src: local('☺'), url('../fonts/kelson_sans_regular_ru/kelson_sans_regular_ru.woff') format('woff'), 
	url('../fonts/kelson_sans_regular_ru/kelson_sans_regular_ru.ttf') format('truetype'), url('../fonts/kelson_sans_regular_ru/kelson_sans_regular_ru.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'KelsonSans BoldRu';
	src: url('../fonts/kelson_sans_bold_ru/kelson_sans_bold_ru.eot');
	src: local('☺'), url('../fonts/kelson_sans_bold_ru/kelson_sans_bold_ru.woff') format('woff'), 
	url('../fonts/kelson_sans_bold_ru/kelson_sans_bold_ru.ttf') format('truetype'), url('../fonts/kelson_sans_bold_ru/kelson_sans_bold_ru.svg') format('svg');
	font-weight: normal;
	font-style: normal;
} 
/*----*/
hyml, body{
	width:100%;
	min-height:100%;
	min-width:800px; 
	margin:0;
	padding:0;
	font-family:"KelsonSans RegularRu";
}
html{
    height:100%;
}
body{
    height:100%;
}
.wrapper{
	overflow:hidden;
}	
header.header{
	display:block;
	width:100%;
	margin:0;
	padding:0;
}
header.header.header-1{
    background:#023770;
	height:40px;
}
.center-box{
    clear:both;
	max-width:1180px;
	min-width:800px;
	width:100%;
	margin:0 auto;
}
.language-title{
	display: block;
	float: left;
	margin: 11px 20px 0 0;
	font: normal 12px/1.5 "KelsonSans RegularRu", sans-serif;
	color: white;
}
a.lang-link{
	display: block;
	float: left;
	height:40px;
	margin: 0;
	padding:10px 15px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #6eb1fa;
	text-transform:uppercase;
	text-decoration:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
a.lang-link:hover{
color:#e40421;
}
a.lang-link.active, a.lang-link.active:hover{
	color:white;
	background:#022c5a;
	cursor:default;
}
/*----Search----*/
.search{
	float:right;
	width:300px;
	height:40px;
	background:#022c5a;
}
.search .search-button{
    float:right;
	height:40px;
	width:40px;
	margin:0 5px 0 0;
	border:none;
	background:transparent url(../images/search-button.png) 5px 5px no-repeat;
	cursor:pointer;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.search .input-text{
    float:left;
	width:230px;
	margin: 10px 0 0 20px;
	font: normal 12px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #9fcdff;
	border:none;
	background:transparent;
}
h1.logo{
	float:left; 
	margin:20px 0;
}
/*----*/
section.contacts{
	float:right;
	width:260px;
	margin: 30px 0 0; 
}
section.contacts.contact-address{
    margin-left:5%;
}
section.contacts span{
	float:right;
	min-width:190px;
	text-align:left;
	font: normal 24px/1.2 "KelsonSans RegularRu", sans-serif;
	color:black;
}
section.contacts.contact-address{
    width:240px;
}
section.contacts.contact-address span, section.contacts.contact-address a{
    min-width:170px;
}
section.contacts span sub{
    font-size:18px;
}
section.contacts a{
	float:right;
	min-width:190px;
	text-align:left;
	font: normal 14px/2 "KelsonSans RegularRu", sans-serif;
	color:#e30421;
}
section.contacts a:hover{
    text-decoration:none;
}
section.contacts img{
	float:left;
	width:62px;
}
section.contacts.contacts-phone{
    cursor:pointer;
	position:relative;
}
.hide-phhone{
	display:none;
	width: 195px;
	position: absolute;
	right: 0;
	top: 0;
	padding:10px;
	background: white;
	z-index:999;
	box-shadow: -1px 1px 5px 1px #d3d3d3;
	-moz-box-shadow: -1px 1px 5px 1px #d3d3d3;
	-webkit-box-shadow: -1px 1px 5px 1px #d3d3d3;
}
section.contacts.contacts-phone:hover .hide-phhone{
    /*display:block;*/
}
.book-a-call{
}
/*----Top Menu----*/
nav.top-menu{
	display:block;
	float:left;
	width:100%;
	padding: 0;
	border-top:1px #f1f2f6 solid;
}
nav.top-menu ul{
    display:block;
    float:left;
	margin:0 auto;
	padding:0;
}
nav.top-menu ul li{
    position:relative;
	display:block;
	float:left;
	margin:0;
	padding:20px 0;
}
nav.top-menu ul li.level-1{
}
nav.top-menu ul li a{
    float:left;
	font: normal 16px/1.5 "KelsonSans RegularRu", sans-serif;
	color:black;
	text-transform:uppercase;
	text-decoration:none;
}
nav.top-menu ul li a:hover{
	text-decoration:underline;
}
nav.top-menu ul li span.separator{
    float:left;
	font: normal 16px/1.5 "KelsonSans RegularRu", sans-serif;
	color:black;
    margin:0 20px; 
}
.download-pdf{
    float:right;
    margin: 12px 0 0;
	padding: 12px 20px 10px;
	font: normal 14px/1 "KelsonSans RegularRu", sans-serif;
	color:#e30421;
	text-transform:uppercase;
	border:1px #e30421 solid;
	text-decoration:none;
	border-radius:5px;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
}
.download-pdf:hover{
	color:white;
	border-color:#e30421;
	background:#e30421;
}
nav.top-menu ul li ul{
	position: absolute;
	top: 50px;
	left:0;
	width: 210px;
	display: none;
	margin: 0;
	padding:5px 15px;
	background: white;
	z-index: 10000;
	box-shadow: 0px 2px 10px 1px #d3d3d3;
	-moz-box-shadow: 0px 2px 10px 1px #d3d3d3;
	-webkit-box-shadow: 0px 2px 10px 1px #d3d3d3;
}
nav.top-menu ul li ul li{
	display: block;
	float:left;
	width:100%;
	margin: 0;
	padding: 14px 0 12px;
	border-bottom: 1px #f1f2f6 solid;
}
nav.top-menu ul li ul li:last-child{
    border-bottom:none;
}
nav.top-menu ul li ul li a{
	display:block;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
}
/*-------*/
ul.links-icon{
	float:left;
	width:100%;
	margin:150px 0 0;
	padding: 0 0 40px;
	text-align:center;
	clear:both;
}
ul.links-icon li{
	display:inline-block;
	min-width:220px;
	margin:0;
	padding:0;
}
ul.links-icon li a{
	display:block;
	text-decoration:none;
}
ul.links-icon li a span{
	display:block;
	margin:0 auto;
	width:110px;
	height:110px;
}
ul.links-icon li a span.engines-links{
    background:transparent url(../images/links-icon.png) 1px 1px no-repeat;
}
ul.links-icon li a:hover span.engines-links{
    background-position:1px -105px;
}
ul.links-icon li a span.spare-parts-links{
    background:transparent url(../images/links-icon.png) -119px 1px no-repeat;
}
ul.links-icon li a:hover span.spare-parts-links{
background-position:-119px -105px;
}
ul.links-icon li a span.deals-links{
    background:transparent url(../images/links-icon.png) -240px 1px no-repeat;
}
ul.links-icon li a:hover span.deals-links{
    background-position:-240px -105px;
}
ul.links-icon li a span.service-links{
    background:transparent url(../images/links-icon.png) -359px 1px no-repeat;
}
ul.links-icon li a:hover span.service-links{
    background-position:-359px -105px;
}
ul.links-icon li a span.new-projects-links{
    background:transparent url(../images/links-icon.png) -477px 1px no-repeat;
}
ul.links-icon li a:hover span.new-projects-links{
    background-position:-477px -105px;
}
ul.links-icon li a h4{
    margin: 10px 0;
	padding:0;
	font: normal 18px/1.5 "KelsonSans RegularRu", sans-serif;
	color:black;
	text-transform:uppercase;
}
/*----*/
.gray-box{
	width:100%;
	float:left;
	padding:50px 0;
	background:#f1f2f6;
}
h2.title-red-line{
	float:left;
	width:100%;
	margin:0 0 40px;
	padding:0;
	text-align:center;
	text-transform:uppercase;
	font: normal 30px/1.5 "KelsonSans BoldRu", sans-serif;
}
span.red-hr{
	display:block;
	margin:0 auto;
	width:110px;
	border-top:2px #e30421 solid;
}
.gray-box p{
    margin:0;
	padding:10px 0;
	font: normal 16px/1.5 "KelsonSans RegularRu", sans-serif;
	color:black;
}
ul.business-links{
	display:block;
	float:left;
	width:100%;
	margin:0;
	padding: 10px 0 20px;
	text-align:center;
}
ul.business-links li{
	display: inline-block;
	margin: 0 3%;
	padding: 7px 0 4px 45px;
	background: transparent url(../images/mrk.png) 0 0px no-repeat;
}
ul.business-links li a{
	font: normal 16px/1.5 "KelsonSans BoldRu", sans-serif;
	color:black;
}
ul.business-links li a:hover{
text-decoration:none;
}
/*----*/
.blue-box{
	width:100%;
	float:left;
	padding:50px 0;
	background:#023770; 
}
.blue-box .center-box{
    overflow:hidden;
}
.blue-box h2.title-red-line{
   color:white;
}
ul.bottom-news{
	float:left;
	width:110%;
	margin:0;
	padding:0;
}
ul.bottom-news li{
	float: left;
	width: 22%;
	margin: 0 1% 0 0;
	padding: 0;
}
ul.bottom-news li .bn-title{
	float: left;
	width: 100%;
	padding: 8px 8px 8px 34px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #9fcdff;
	text-transform: uppercase;
	background: #022c5a url(../images/watch-icon.png) 4px 7px no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul.bottom-news li h5{
	float: left;
	width: 100%;
	padding:20px 0 10px;
	font: normal 14px/1.3 "KelsonSans RegularRu", sans-serif;
	color: white;	
	}
ul.bottom-news li p{
	float: left;
	width: 100%;
	padding:5px 0;
	font: normal 12px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #cbcbcb;	
}
a.bn-red-more{
	float:left;
	clear:both;
	padding:10px 0;
	font: normal 14px/1.5 "KelsonSans BoldRu", sans-serif;
	color:white;
	text-transform:uppercase;
	text-decoration:underline;
}
a.bn-red-more:hover{
    text-decoration:none;
}
/*----*/
.dealers{
	width:100%;
	float:left;
	padding: 50px 0;
}
.dealers-list{
	display: block;
	width: 100%;
	margin: 0;
	padding: 0;
	text-align: center;
}
.dealers-list li{
	display: inline-block;
	margin: 0 0.3%;
	padding: 0;
}
.dealers-list li a{
	display:block;
	width:100%;
}
.dealers-list li a img{
	display:block;
	width:auto;
	border:1px #f1f2f6 solid;
}
/*----Footer----*/
footer.footer{
	float:left;
	width:100%;
	padding:40px 0;
	border-top:5px #e30421 solid;
	background:#f1f2f6;
}
footer.footer h1.logo{
	margin-top:0!important;
	margin-bottom:0!important;
}
footer.footer section.contacts  span a{
	font: normal 18px/1.5 "KelsonSans RegularRu", sans-serif;
	color: black;
	text-decoration:none;
}
footer.footer section.contacts  span a:hover{
    text-decoration:underline;
}
footer.footer section.contacts{
	margin-top:0;
	margin-left: 3%;
}
footer.footer section.contacts.footer-social{
    width:170px;
}
footer.footer section.contacts.footer-social span, footer.footer section.contacts.footer-social span a{
    min-width:100px;
}
section.copyright{
	display:block;
	float:left;
	width:100%;
	padding: 15px 0 14px;
	background:#022c5a;
}
section.copyright h5{
	float:left;
	margin:0;
	padding:0;
	font: normal 12px/1.5 "KelsonSans RegularRu", sans-serif;
	color:white; 
}
section.copyright address{
	float:right;
	margin:0;
	padding:0;
	font: normal 12px/1.5 "KelsonSans RegularRu", sans-serif;
	color:white; 
}
section.copyright address a{
	color:#4591e4;
	text-decoration:none;
}
section.copyright address a:hover{
    text-decoration:underline;
}
li.separator-item{ 
    display:none!important;
}
/*----Title Breadcrumbs----*/
.title-breadcrumbs{
	float:left;
	width:100%;
	position:relative;
}
.title-breadcrumbs img{
	display:block;
	width:100%;
}
.title-breadcrumbs h1.title{
	min-width: 800px;
	margin: 0 auto;
	padding:0;
	font: normal 30px/1.5 "KelsonSans BoldRu", sans-serif;
	color:white;
	text-transform:uppercase;
	text-align:center;
}
.title-breadcrumbs ul.breadcrumbs{
	display:block;
	float:left;
	width:100%;
	min-width: 800px;
	margin: 0 auto;
	padding:0;
	text-align:center;
}
.title-breadcrumbs ul.breadcrumbs li{
	display:inline-block;
	margin:0;
	padding:0
}
.title-breadcrumbs ul.breadcrumbs a, .title-breadcrumbs ul.breadcrumbs span{
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color:white; 
	text-decoration:none;
}
.title-breadcrumbs ul.breadcrumbs a:hover{
    text-decoration:underline;
}
.title-breadcrumbs ul.breadcrumbs span.separator{
    margin:0 10px;
}
.title-breadcrumbs .center-box{
	position:absolute;
	top:50%;
	left:0;
	margin-top: -35px;
	max-width:100%;
	width:100%;
}
.links-icon-box{
	float:left;
	width:100%;
	background:#f1f2f6;
}
.links-icon-box ul.links-icon {
    margin: 45px 0 0;
}
/*----News List----*/
.news-list-box{
	float:left;
	width:100%;
}
.news-list-box .center-box{
    overflow:hidden; 
}
ul.news-list{
	float:left;
	width: 32%;
	margin:50px 0 0;
	padding:0;
}
ul.news-list li{
	float:left;
	vertical-align:top;
	width: 100%;
	margin: 0 0 10% 0;
	padding: 0;
	background:#f1f2f6;
}
ul.news-list.nl-col2{
    margin-left:2%;
}
ul.news-list.nl-col3{
	float:right;
	margin-right:0;
}
ul.news-list li img{
	float:left;
	display:block;
	width:100%;
}
ul.news-list li h5{
	float:left;
	width:100%;
	margin:0;
	padding:15px 20px;
	font: normal 24px/1.2 "KelsonSans RegularRu", sans-serif;
	color:black; 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.news-list li p{
	float:left;
	width:100%;
	margin:0;
	padding:0 20px 20px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color:#646464; 
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
ul.news-list li  .bn-title{
	position:relative;
	float: left;
	width: 100%;
	padding: 8px 8px 8px 54px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #9fcdff;
	text-transform: uppercase;
	background: #023770 url(../images/watch-icon.png) 20px 7px no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
ul.news-list li  .bn-title a{
	position:absolute;
	right:0;
	top:0;
	width:140px;
	padding: 8px;
	font: normal 14x/1.5 "KelsonSans BoldRu", sans-serif;
	color:white;
	text-align:center;
	text-transform:uppercase;
	text-decoration:none;
	background:#022c5a;
}
ul.news-list li  .bn-title a:hover{
    color: #e40421;
}
/*----Pager----*/
.pager{
	display:block;
	float:left;
	width:100%;
	margin:10px 0;
	padding:20px 0 40px;
	text-align:center;
	border-top:1px #dfdfdf solid;
}
.pager li{
	display:inline-block;
	margin: 0 1px;
}
.pager li a{
	display: block;
	padding: 10px 12px;
	font: normal 14px/1 "KelsonSans RegularRu", sans-serif;
	color: #646464;
	text-transform: uppercase;
	text-decoration: none;
	background: #e0e0e0;
}
.pager li a:hover{
	background:#d3d3d3;
	color:black;
}
.pager li span{
	display:block;
	padding: 10px 12px;
	font: normal 14px/1 "KelsonSans RegularRu", sans-serif;
	color: white;
	text-transform:uppercase;
	background:#023770;
}
.pager li.next a, .pager li.prev a{
    padding: 10px 20px;
}
section.map-block{
	float:left;
	width:100%;
	margin:0;
	padding:60px 0;
}
.map-box{
	position:relative;
	max-width:1070px;
	width:100%;
	margin:0 auto;
}
.map-box img{
    width:100%;
}
#vitebsk{
	top: 8%;
	right: 27.9%;
}
#orsha{
	top: 21.8%;
	right: 24.7%;
}
#borisov{
	top: 29.7%;
	right: 41%;
}
#volozhin{
	top: 32%;
	right: 56.8%;
}
#minsk{
	top: 40.5%;
	right: 48.8%;
}
#mogilev{
	top: 36%;
	right: 24.2%;
}
#grodno{
	top: 39.8%;
	left: 14.2%;
}
#sluck{ 
	top: 52.5%;
	left: 46.8%;
}
#brest{
	top: 69%;
	left: 11.4%;
}
#gomel{
	top: 62%;
	left: 78%;
}
.collout{
	display:none;
	position: absolute;
	bottom: 50px;
	right: -190%;
	width: 250px;
}
.collout .content-collout{
	float:left;
	width:100%;
	padding:0 30px;
	background: transparent url(../images/collout-center.png) 0 0 repeat-y;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.collout:before{
	content:"";
	float:left;
	width:100%;
	height:20px;
	background: transparent url(../images/collout.png) 0 top no-repeat;
}
.collout:after{
	content:"";
	float:left;
	width:100%;
	height:30px;
	background: transparent url(../images/collout.png) 0 bottom no-repeat;
}
.collout .content-collout h5{
	margin:0;
	padding:0 0 5px;
	font: normal 16px/1.5 "KelsonSans RegularRu", sans-serif;
	color:black;
}
.collout .content-collout p{
	margin:0;
	padding:0;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color:#646464;
}
.collout-hover{
	width: 50px;
	height: 50px;
	position: absolute;
	cursor: pointer;
	z-index:100;
	line-height:1;
}
.crd-big{
    background: transparent url(../images/crd-big.png) 0 0 no-repeat;
}
.crd-medium{
    background: transparent url(../images/crd-medium.png) 0 0 no-repeat;
}
.crd-small{
    background: transparent url(../images/crd-small.png) 0 0 no-repeat;
}
.crd-small span.ch-name {
	position: relative;
	top: -25px;
}
.crd-medium span.ch-name {
	display: block;
	position: relative;
	top: -20px;
	line-height:1;
}
.crd-big span.ch-name{
	position:relative;
	top: -10px;
}
/*
noindex:-o-prefocus,.crd-small span.ch-name {
	top: -45px;
}
noindex:-o-prefocus,.crd-medium span.ch-name {
	top: -40px;
}
noindex:-o-prefocus,.crd-big span.ch-name {
	top: -30px;
}
*/
.collout-hover:hover .collout{
	display:block!important;
	z-index:400!important;
}
.dl-block{
	width:100%;
	display:block;
	float:left;
}
.dl-block .center-box{
    overflow:hidden;
}
.dl-list{
	float:left;
	width:110%;
	margin:0;
	padding:0;
}
.dl-list li{
	float:left;
	width: 21.5%;
	margin: 0 1.7% 0 0;
	padding:0;
}
.dl-list li  h3{
	float:left;
	width:100%;
	margin: 0 0 20px;
	padding:5px 10px;
	font: normal 24px/1.5 "KelsonSans BoldRu", sans-serif;
	color:black;
	background:#f1f2f6;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.dl-list li  h4{
	float:left;
	width:100%;
	margin:0 0 30px;
	padding:0 0 5px;
	font: normal 18px/1.5 "KelsonSans BoldRu", sans-serif;
	color:black;
	border-bottom:1px #c0c0c0 solid;
}
.dl-list li dl{
	float:left;
	width:100%;
	margin: 0 0 30px;
	padding:0;
}
.dl-list li dl dt{
	float:left;
	width:100%;
	margin:0;
	padding:0 0 10px;
	font: normal 16px/1.3 "KelsonSans RegularRu", sans-serif;
	color: black;
}
.dl-list li dl dd{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	font: normal 14px/1.3 "KelsonSans RegularRu", sans-serif;
	color:#646464;
}
/*----Catalog----*/
.catalog-list-box{
}
.catalog-list-box{
	width:100%;
	display:block;
	float:left;
}
.catalog-list-box .center-box{
}
.catalog-list{
	float: left;
	width: 110%;
	margin: 50px 0 25px;
	padding: 0;
}
.catalog-list li.catalog-list-item{
	position:relative;
	float: left;
	width: 29.1%;
	margin: 0 1.8% 2% 0;
	padding: 0;
	background:#f1f2f6;
	overflow:hidden;
}
.catalog-list li.catalog-list-item.fts{
}
.catalog-list li.catalog-list-item.fts:hover{
    overflow:visible;
}
.catalog-list li.catalog-list-item.fts:hover ol{
	min-height: 77.4%;
	z-index:2000;
	box-shadow: -1px 1px 5px 1px #d3d3d3;
	-moz-box-shadow: -1px 1px 5px 1px #d3d3d3;
	-webkit-box-shadow: -1px 1px 5px 1px #d3d3d3;
}
.catalog-list li.catalog-list-item.fts:hover ol li.hideItem{
    display:block!important;
}
.catalog-list li.catalog-list-item.fts:hover ol li.all-group{
    display:none!important;
}
.catalog-list li.catalog-list-item .cli-title{
	position: relative;
	display: table;
	float: left;
	width: 100%;
	min-height: 62px;
	margin: 0;
	padding: 0px 15px;
	text-align: center;
	vertical-align: middle;
	border-bottom: 4px #e30421 solid;
	background: #023770;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.catalog-list li.catalog-list-item .cli-title strong{
	display: table-cell;
	margin: 0 auto;
	padding: 0;
	width: 100%;
	height: 62px;
	text-align: center;
	vertical-align: middle;
	font: normal 16px/1.3 "KelsonSans RegularRu", sans-serif;
	color: white;
	text-transform: uppercase;
}
.catalog-list li.catalog-list-item img{
	float:left;
	width: 47.7%;
}
.catalog-list li.catalog-list-item ol {
	width: 52.1%;
	height:auto;
	/*position: absolute;
	top: 22.7%;
	left: 47.7%;
	*/
	position:relative;
	top:0!important;
	display: block;
	float:right;
	margin: 0;
	padding: 12px 20px;
	background: #f1f2f6;
	box-sizing: border-box;
	-moz-box-sizing: border-box; 
} 
.catalog-list li.catalog-list-item ol li{
	float:left;
	width:100%;
	margin:0;
	padding: 0 0 15px;
	text-align:left; 
}
.catalog-list li.catalog-list-item ol li.hideItem{
display:none;
}
.catalog-list li.catalog-list-item ol li span{
	display:block;
	color:red;
	padding: 10px 0 0;
	line-height:1;
}
.catalog-list li.catalog-list-item ol li a{
	font: normal 14px/1.2 "KelsonSans RegularRu", sans-serif;
	color: black;
	text-decoration:underline;
}
.catalog-list li.catalog-list-item ol li a:hover{
    text-decoration:none;
}
section.box-block{
	width:100%;
	display:block;
	float:left;
}
.detail-table{
	float:left;
	width:70%;
	border-collapse:collapse;
}
.detail-table td, .detail-table th{
	padding:5px 15px;
	height:50px;
	border:1px black solid;
	vertical-align:middle;
	border:1px #c0c0c0 solid;
	background:#f1f2f6;
	color:black;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
}
.detail-table th{
	text-align:center;
	padding:5px 15px;
	font: bold 16px/1.5 "KelsonSans RegularRu", sans-serif;
	color:white;
	border-color:#023770;
	background:#023770;
	border-bottom:4px #e30421 solid;
}
.detail-table td.td-img{
	padding: 15px;
	width:20%;
	vertical-align:top;
}
.detail-table td.td-img img{
    width:100%;
}
ul.detail-menu{
	display:block;
	float:right;
	width:25%;
	margin:0;
	padding:0;
}
ul.detail-menu li{
	display:block;
	float:left;
	width:100%;
	margin:0;
	padding:0;
}
ul.detail-menu li.hide-link{
    display:none;
}
ul.detail-menu li h4{
	margin:0;
	padding: 0 0 15px;
	font: normal 18px/1.5 "KelsonSans BoldRu", sans-serif;
	color:black;
	text-transform:uppercase;
}
ul.detail-menu li a{
	display:block;
	margin:0;
	padding:0 0 5px;
	font: normal 16px/1.5 "KelsonSans RegularRu", sans-serif;
	color:black;
	text-decoration:none;
}
ul.detail-menu li a:hover{
    text-decoration:underline;
}
ul.detail-menu li a.red-more{
	color:#e30421;
	cursor:pointer;
}
.std-detail{
	float:left;
	width:100%;
	padding:50px 0 25px;
}
.std-detail h2{
	margin:0;
	padding: 0 0 20px;
	font: normal 18px/1.5 "KelsonSans BoldRu", sans-serif;
	color:black;
	text-transform:uppercase;
}
.std-detail p{
	margin:0;
	padding: 0 0 20px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color:black;
}
section.box-block .center-box{
    padding:50px 0;
}
/*----Contacts----*/
.title-contacts{
	float:left;
	width:100%;
	margin:0;
	padding:0;
	text-align:center;
	font: normal 26px/1.2 "KelsonSans BoldRu", sans-serif;
	color:black;
	text-transform:uppercase;
}
.contacts-links{
	float: left;
	width: 100%;
	margin: 0 0 50px;
	padding: 30px 0 10px;
	border-bottom: 1px #dfdfdf solid;
}
.contacts-links li{
	float:left;
	width:23%;
	margin:0 2% 0 0; 
	padding:0;
}
.contacts-links li dl{
	float:left;
	width:100%;
	min-height: 70px;
	margin:0;
	padding: 0 0 30px 75px;
}
.contacts-links li dl.phones-dl{
    background:transparent url(../images/phone-icon.png) 0 0 no-repeat;
}
.contacts-links li dl.address-dl{
    background:transparent url(../images/address-icon.png) 0 0 no-repeat;
}
.contacts-links li dl.mail-dl{
    background:transparent url(../images/mail-icon.png) 0 0 no-repeat;
}
.contacts-links li dl.requisites-dl{
    background:transparent url(../images/clip-icon.png) 0 0 no-repeat;
}
.contacts-links li dl.social-dl{
    background:transparent url(../images/social-icon.png) 0 0 no-repeat;
}
.contacts-links li dl dt{
	margin:0;
	padding: 0 0 10px;
	font: normal 26px/1.2 "KelsonSans BoldRu", sans-serif;
	color:black;
	text-transform:uppercase;
}
.contacts-links li dl dd{
	margin:0;
	padding:0;
	font: normal 20px/1.3 "KelsonSans RegularRu", sans-serif;
	color:black;
}
.contacts-links li dl dd a{
	font: normal 20px/1.3 "KelsonSans RegularRu", sans-serif;
	color:black;
	text-decoration:none;
}
.contacts-links li dl dd a:hover{
    text-decoration:underline;
}
.contact-form{
	float:left;
	width:100%;
	padding:30px 0 0;
	border-top: 1px #dfdfdf solid;
}
.contact-form .cf-left{
	float: left;
	width: 25%;
}
.contact-form .cf-right{
	float:right;
	width: 74%;
}
.contact-form .cf-left .input-text{
	float: left;
	width: 100%;
	padding: 15px;
	margin: 0 0 10px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #c4c4c4;
	border: 1px #c4c4c4 solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-form .cf-left .captcha {
	float: left;
	width: 100%;
}
.contact-form .cf-left .captcha span {
	float: left;
	margin: 0 10px 0 0;
	font: normal 28px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #e30421;
}
.contact-form .cf-left .captcha input {
	float: right;
	width: 72%;
	padding: 15px;
	margin: 0 0 10px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #c4c4c4;
	border: 1px #c4c4c4 solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-form .cf-right textarea{
	float: left;
	width: 100%;
	min-height: 179px;
	padding: 15px;
	margin: 0 0 10px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #c4c4c4;
	border: 1px #c4c4c4 solid;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.contact-form .cf-right textarea:focus, .contact-form .cf-left .captcha input:focus, .contact-form .cf-left .input-text:focus{
    color:black;
}
input.submit-cf{
	display: block;
	clear:both;
	width: 190px;
	margin: 0 auto 30px;
	padding: 15px 0 12px;
	font: normal 20px/1 "KelsonSans RegularRu", sans-serif;
	color: white;
	text-transform: uppercase;
	border: none;
	background: #023770;
	cursor: pointer;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
input.submit-cf:hover {
    background: #022c5a;
}
.yandex-map{
	float:left;
	width:100%;
}
/*----News One----*/
.center-box.center-box-news{
	width:100%;
	margin-bottom: 45px;
	padding: 50px 0 0;
}
.center-box.center-box-news img{
    width:100%;
}
.news-one-text{
	padding:20px;
	background:#f1f2f6;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.news-one-text h1{
	margin: 0;
	padding:0 0 20px;
	font: bold 24px/1.3 "KelsonSans RegularRu", sans-serif;
	color: black;
}
.news-one-text p{
	margin: 0;
	padding:0 0 20px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #646464;
}
.news-bar{
	position: relative;
	float: left;
	width: 100%;
	padding: 8px 8px 8px 54px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: #9fcdff;
	text-transform: uppercase;
	background: #023770 url(../images/watch-icon.png) 20px 7px no-repeat;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.news-bar span.date{ 
}
/*----Static Page----*/
.center-box.std{
}
.center-box.std h1{
	margin: 0;
	padding:0 0 20px;
	font: bold 30px/1.3 "KelsonSans RegularRu", sans-serif;
	color: black;
	border-bottom:1px #dfdfdf solid;
}
.center-box.std h2{
	margin: 0;
	padding:0 0 20px;
	font: bold 24px/1.3 "KelsonSans RegularRu", sans-serif;
	color: black;
	border-bottom:1px #dfdfdf solid;
}
.center-box.std h3{
	margin: 0 0 20px;
	padding:0 0 20px;
	font: bold 18px/1.3 "KelsonSans RegularRu", sans-serif;
	color: black;
	border-bottom:1px #dfdfdf solid;
}
.center-box.std p{
	margin: 0;
	padding:0 0 20px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: black;
}
.center-box.std img.img-left{
	float:left; 
	margin:0 20px 20px 0;
}
.center-box.std img.img-right{
	float:right;
	margin:0 0 20px 20px;
}
.center-box.std .border-gray-4{
    border:10px #f1f2f6 solid;
}
.center-box.std cite{
	display: block;
	min-height: 70px;
	padding:0 0 20px 70px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color:#646464;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	background:transparent url(../images/lquo.png) 0 0 no-repeat;
}
.center-box.std span.cite-author{
	display:block;
	padding-top:10px;
	text-align:right;
	font: bold 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color:black;
}
.center-box.std table{
    border-collapse:collapse;
}
.center-box.std thead th{
	vertical-align:middle;
	text-align:left;
	padding:5px 15px;
	font: bold 16px/1.5 "KelsonSans RegularRu", sans-serif;
	color:white;
	text-transform:uppercase;
	border-bottom:4px #e30421 solid;
	background:#023770;
}
.center-box.std table td{
	vertical-align:middle;
	text-align:left;
	padding:15px;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color:black;
	border:1px #e1e1e1 solid;
	background:#f1f2f6;
}
.center-box.std a { 
    color: #e30421;
}
.center-box.std a:hover{
    text-decoration:none;
}
/*----Error-404----*/
body.error-404{
	background:#1b586a url(../images/error-404.jpg) center center no-repeat;
	background-attachment:fixed!important;
	background-size:cover;
}
.wrapper-error-404{
	width:100%;
	height:100%;
}
.error-disk{
	position:absolute;
	left:50%;
	top:50%;
	margin:-323px 0 0 -323px;
	width:655px;
	height:655px;
	text-align:center;
	color:white;
	background:transparent url(../images/error-disk.png) 0 0 no-repeat;
}
.error-disk h1{
	margin: 50px auto 0;
	padding:0;
	font: normal 219px/1 "KelsonSans RegularRu", sans-serif;
}
.error-disk h1 strong{
	display:block;
	margin:0;
	padding:0;
	font: normal 97px/1 "KelsonSans BoldRu", sans-serif;
}
span.error-hr{
	display:block;
	margin: 40px auto;
	width:220px;
	border-top:8px white solid;
}
.error-disk p{
	width: 400px;
	margin: 20px auto 0;
	padding: 0;
	font: normal 21px/1.5 "KelsonSans RegularRu", sans-serif;
	color: white;
}
.error-disk span{
	display: block;
	width: 400px;
	margin: 20px auto 0;
	padding: 0;
	font: normal 14px/1.5 "KelsonSans RegularRu", sans-serif;
	color: white;
}
.error-disk span a{
	color:white;
	text-decoration:none;
}
.error-disk span a:hover{
    text-decoration:underline;
}
.error-disk a.home-link{
	display:block;
	clear:both;
	float:none;
	width:140px;
	margin:20px auto 0;
	padding: 7px 5px 5px;
	color:white;
	font: normal 18px/1.5 "KelsonSans BoldRu", sans-serif;
	text-transform:uppercase;
	text-align:center;
	text-decoration:none;
	background:#023770;
	border-radius:3px;
	-moz-border-radius:3px;
	-webkit-border-radius:3px;
}
.error-disk a.home-link:hover{
    background: #022c5a;
}
/*----Hac----*/
@-moz-document url-prefix() { 
	.contact-form .cf-right textarea {
		min-height: 170px;
	}
} 