@charset "utf-8";
@import url(/css/reset.css);
@import url(/css/menu.css);

.top{
	background-color: #3a3a3a;
}
.inner-small{
	max-width:900px;
	margin-right: auto;
	margin-left: auto;
}
.buscador{
	float: right;
}
.lang{
	color: #CCC;
	float: right;
	padding-left: 15px;
}
.lan{
	font-size: 14px;
	color: #999;
	text-decoration: none;
	display: inline-block;
	padding: 6px;
}
.lanlang-active{
	font-size: 14px;
	color: #69F;
	text-decoration: underline;
	display: inline-block;
	padding: 10px;
}
#search{
	-webkit-appearance: none;
	background-color: #545454;
	padding: 10px;
	width: 170px;
	color: #999;
	border-radius:0;
}
.form-inline input{
		-webkit-appearance: none;
			border-radius:0;
}
.search{
	max-width:900px;
	margin-right: auto;
	margin-left: auto;
	min-height: 500px;
	padding: 45px 0 45px 0;
}
.search h1{
	padding-bottom:35px;
}
#search-searchword{
	padding: 20px;
	width: 90%;
	border: 1px solid #E5E5E5;
}
.searchintro{
	padding: 20px 0 20px 0;
}
.result-title{
	padding: 10px 0 10px 0;
}
.head{
	background-color: #fff;
	-webkit-box-shadow: 0 0 12px #666;
	-moz-box-shadow: 0 0 12px #666;
	box-shadow: 0 0 12px #666;
}
.logo{
	padding-top: 20px;
	padding-bottom: 20px;
	float:left;
}
.ulmenu li{
	float:left;
	padding: 45px 15px 0 15px;
}
.generaltext{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	width: 1200px;
	margin-bottom: -80px;

}
.innert{
	background-color: #fff;
	width: 900px;
	margin-right: auto;
	margin-left: auto;
	z-index: 9999;
	position: relative;
}
.gtext{
	padding: 35px 10% 25px 10%;
	text-align: center;
}
.gtext h1{
	padding-bottom:25px;
}
.gt-more{
	display: inline-block;
	margin-top: 15px;
	margin-bottom: 15px;
	padding-top: 10px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
	background-color: #0F9;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color: #97aabf;
	color: #FFF;
	text-decoration: none;
}
.gt-more:hover{
	background-color: #007bd2;
	text-decoration: underline;
}
.cuerpo{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0 25px 0;
}
.blocks{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0 25px 0;
		color: #36C;
}
.item-page{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 25px 0 25px 0;
	color: #007bd2;
}
.blocks h1, .item-page h1{
	color: #007bd2;
	padding: 35px 0 35px 0;
}
.blocks h2, .item-page h2{
	color: #007bd2;
	padding: 20px 0 20px 0;
}
.blocks h3, .item-page h3{
	color: #007bd2;
	padding: 15px 0 15px 0;
}
.block2{
	background-color: #007bd2;
	padding: 20px 45px 20px 45px;
	color: #FFF;
	text-align: center;
	margin: 35px 0 35px 0;
}

.block2 h1, .block2 h2, .block2 h3{
		color: #FFF;
}
.buttonup{
	display: inline-block;
	margin: 10px;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	background-color: #97aabf;
	color: #FFF;
	text-decoration: none;
	text-transform: lowercase;
}
.mod-chess{
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	clear: both;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 35px;
	padding-left: 0;
}
.mod-chess ul li h2{
	padding: 25px 0 25px 0;
	text-transform: uppercase;
}
.mod-chess ul li h2 a{
	text-decoration: none;
}
.mod-chess ul li h2 a:hover{
	text-decoration: underline;
	color: #06C;
}
.mod-chess ul li{
	clear: both;
	padding: 45px 0 45px 0;
}
.mod-chess ul li:nth-child(2n+1) div{
	float: right;
	width:550px;
	padding: 0 0 25px 0;
	color: #007bd2;
}
.mod-chess ul li:nth-child(2n+1) img{
	float: left;
}
.mod-chess ul li:nth-child(2n) div{
	float: left;
	width: 550px;
	padding: 0 0 25px 0;
	color: #007bd2;
	text-align: right;
}
.mod-chess ul li:nth-child(2n) img{
	float: right;
}
.seemore{
	display: inline-block;
	margin: 10px 0 10px 0;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #007bd2;
	text-decoration: none;
	border: 1px solid #007bd2;
}
.seemore:hover{
	background-color:#FFF;
}
.mod-goriz{
	clear: both;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 35px;
	padding-right: 0;
	padding-bottom: 0px;
	padding-left: 0;
	position: relative;
}
.text-goriz{
	text-align: center;
	position: absolute;
	width: 50%;
	margin-left: -0%;
	left: 25%;
	top: 25%;
	z-index: 9999;
}
.text-goriz h2{
		line-height: 35px;
	text-transform: uppercase;
	color: #FFF;
}
.seemore-gor{
		display: inline-block;
	margin: 45px 0 10px 0;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #FFF;
	text-decoration: none;
	border: 1px solid #FFF;
}
.projects{
	background-color: #c4cfd8;
	clear: both;
	max-width: 1200px;
	margin-right: auto;
	margin-left: auto;
	padding: 45px 0 45px 0;
	text-align: center;
	background-image: url(/img/bg-proj.jpg);
	background-repeat: repeat;
	position: relative;
}
.projects h3{
	text-transform: uppercase;
	color: #FFF;
	padding-bottom: 35px;	
}
.project{
	height: 168px;
	width: 168px;
	overflow: hidden;
	text-align: center;
	border: 8px solid #FFF;
	float: left;
	margin-left: 35px;
	position:relative;
}
.footer-top{
	background-color: #4f8ce0;
	padding-top: 40px;
	padding-bottom: 40px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #FFF;

}

.footer-bot{
	background-color: #FFF;
	color: #666;
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
}


.absolutbottm{
        position:fixed;
        bottom:30px;
        width:50px;
		right: 40px;
		display:none;

    }
.absolutbottm a{
	background-color:#007bd2;
	color:#fff;
	padding:12px;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -khtml-border-radius: 4px;
}









.dublmen{
	float:right;
	padding-top:25px;
}
.dublmen ul li{
		float:left;
}
.dublmen ul li a{
	color: #C6E2FF;
	text-decoration: none;
	padding-right: 15px;
	padding-left: 15px;
}
.dublmen ul li.active a{
	color: #FFF;
}
.project a{
	position: absolute;
	width: 168px;
	height: 140px;
	color: #FFF;
	z-index: 9999;
	padding-top: 64px;
	text-decoration: none;
}
.project a:hover{
	position: absolute;
	width: 168px;
	height: 140px;
	color: #FFF;
	z-index: 9999;
	padding-top: 64px;
	background-image: url(/img/transp5x5bl.png);
}
.project a span{
	display: none;
}
.project a:hover span{
	display: block;
}
.list-prod{
	margin-bottom: 35px;
}
.list-prod-l{
	float: left;
}
.list-prod-r{
	float: right;
	width: 410px;
	text-align: left;
}
.list-prod-l img{
	width:400px;
}
.list-prod-r h3 a, .list-prod-r h3{
	text-transform: uppercase;
	text-decoration: none;
	padding-top:0;
	margin-top:0;
}
.item-page-list-prod{
		max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	padding: 55px 0 0 0;
		color: #007bd2;
}
.page-header h2, .page-header h2 a{
	text-transform: uppercase;
	text-decoration: none;
	font-size: 22px;
}
.catblock2, .catblock3{
	max-width: 900px;
	margin-right: auto;
	margin-left: auto;
	color: #007bd2;
	margin-top: 25px;
	margin-bottom: 25px;
	padding-top: 25px;
	padding-right: 0;
	padding-bottom: 25px;
	padding-left: 0;
	color:#666;
}
.catblock2 h2, .catblock3 h2{
		text-transform: uppercase;
		padding-bottom:20px;
}
.mapa{
		padding-top: 25px;
	padding-bottom: 25px;
}
.mapaconten{
	border: 6px solid #fff;
	margin-top: 25px;
	-webkit-box-shadow: 0 0 6px #ccc;
	-moz-box-shadow: 0 0 6px #ccc;
	box-shadow: 0 0  6px #ccc;
}
/*------------------------------------------------breadcrumb----------------*/
.breadcrumb li{
	float: left;
	padding-right: 5px;
	color: #999;
	font-size: 14px;
}
.breadcrumb li a{
	color: #999;
		font-size: 14px;
}
.breadcrumb li a:hover{
	color: #007bd2;
}
.breadcrumb{
	padding: 10px 5px 10px 5px;
}
.innernavig{
	max-width:900px;
	margin-right: auto;
	margin-left: auto;
	padding:20px;
}
/*------------------------------------------------ пордукт ---------------*/
.item-page table{
border-collapse: separate;
width:100%;
border-spacing: 3px 3px;
}
.item-page table td{
	padding: 10px;
}
.item-page table td:nth-child(even){
	width:30%;
}
.item-page table td:nth-child(odd){
	width:70%;
}
.item-page table tr:nth-child(even) {
	background-color: #DDD;
}
.item-page table tr:nth-child(odd) {
	background-color: #E9E9E9;
}
.product-l{
	width: 40%;
	float: left;
	padding: 45px 0 45px 0;
	text-align:center;
}
.product-r{
	width: 56%;
	float: left;
	padding: 45px 0 45px 0;
	margin-left:4%;
}
.product-l img{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	border: 8px solid #CCC;
}
.product-r h1{
	padding: 0 0 15px 0;
}
.downloadblock{
	padding: 25px 0 25px 0;
	display: inline-block;
}
.productopisanie-title{
	text-transform: uppercase;
	font-size: 26px;
	padding-bottom:20px;
	display:block;
}
.productopisanie{
	clear: both;
	padding: 20px;
}
.productopisanie table{
}
.downloads{
	display: inline-block;
	margin: 10px 0 10px 0;
	padding-top: 8px;
	padding-right: 8px;
	padding-bottom: 8px;
	padding-left: 8px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-khtml-border-radius: 4px;
	color: #007bd2;
	text-decoration: none;
	border: 1px solid #007bd2;
}
.downloads:hover{
	background-color:#FFF;
}

@media only screen and (max-width: 1024px) {
	.item-page, .blocks{
	margin-right: 35px;
	margin-left: 35px;
}
.inner-small{
	width:100%;
}
.generaltext img, .generaltext, .mod-goriz img, .innert{
		width:100%;
}
.mod-chess ul li:nth-child(2n+1) div{
	float: none;
	width:100%;
	padding: 0 0 25px 0;
	color: #007bd2;
	text-align: center;
}
.mod-chess ul li:nth-child(2n+1) img{
	float: none;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.mod-chess ul li:nth-child(2n) div{
	float: none;
	width: 100%;
	padding: 0 0 25px 0;
	color: #007bd2;
	text-align: center;
}
.mod-chess ul li:nth-child(2n) img{
	float: none;
	width: 60%;
	margin-right: 20%;
	margin-left: 20%;
}
.mod-chess ul li{
	padding: 0px;
}
.mod-chess{
	   padding-bottom: 0;
}
.mod-goriz{
		   padding-top: 0;
}
.logo{
	padding-left: 15px;
}
.mod-chess ul li p{
	padding: 25px;
}
.mod-chess ul li h2{
	padding: 25px;
}
.text-goriz {
    text-align: center;
    position: absolute;
    width: auto;
    margin-left: -0%;
    left: 10%;
    top: 20%;
    z-index: 9999;
}
.text-goriz h2 {
	font-size:20px;
    line-height: 20px;
    text-transform: uppercase;
    color: #FFF;
}
.bottonlogo{
	padding-left:20px;
}
.dublmen{
	float:none;
}
}
@media only screen and (max-width: 919px) {
	.list-prod-l{
	float: none;
}
	.list-prod-l img{
		padding-bottom:35px;
}
.list-prod-r{
	float: none;
	width: 100%;
}
.item-page-list-prod{
	margin-right: 35px;
	margin-left: 35px;
}
.catblock2, .catblock3{
	margin-right: 35px;
	margin-left: 35px;
}
}
@media only screen and (max-width: 740px) {
	.text-goriz h2 {
	font-size:16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF;
}
.mod-goriz img{
	height: 200px;
}
.dublmen ul li a{
	padding:10px;
	display:block;
}
.footer-top .inner-small{
	text-align:center;
}
.product-r h1{
	word-break: break-all;
}
}
@media only screen and (max-width: 498px) {
	.mod-chess ul li:nth-child(2n+1) img{
	float: none;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.mod-chess ul li:nth-child(2n) img{
	float: none;
	width: 80%;
	margin-right: 10%;
	margin-left: 10%;
}
.generaltext{
		overflow: hidden;
}
.generaltext img{
	width:auto;
	height:250px;
}
.logo{
	padding-left:0;
	padding-bottom: 0;
	text-align: center;
	float: none;
	clear: both;
}
.mod-goriz{
	overflow: hidden;	
}
.mod-goriz img{
	width:auto;
	height: 230px;
}
.text-goriz h2 {
	font-size:16px;
    line-height: 16px;
    text-transform: uppercase;
    color: #FFF;
}
.dublmen ul li{
	float:none;
}
.dublmen ul li a{
	padding: 4px 0 4px 20px;
	display:block;

}
.project{
	margin: 20px;
}
.product-l, .product-r{
	width: 100%;
	float: none;
}
.product-r h1{
	word-break: keep-all;
}
}
@media only screen and (max-width: 320px) {
	.project{
		float:none;
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
}
}