@import url("content.css");
@import url("structure.css");
@import url("news.css");
@import url("spoiler.css");
@import url("slider.css");

@import "http://webfonts.ru/import/ptsans.css";

@import "http://webfonts.ru/import/lato.css";
@font-face {
  font-family: 'OpenSans';
  src:
  	url('font/OpenSans/OpenSans.eot?#iefix') format('embedded-opentype'), 
  	url('font/OpenSans/OpenSans.woff') format('woff'), 
  	url('font/OpenSans/OpenSans.ttf')  format('truetype'), 
  	url('font/OpenSans/OpenSans.svg#OpenSans') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Italic';
  src:
  	url('font/OpenSans-Italic/OpenSans-Italic.eot?#iefix') format('embedded-opentype'),  
  	url('font/OpenSans-Italic/OpenSans-Italic.woff') format('woff'), 
  	url('font/OpenSans-Italic/OpenSans-Italic.ttf')  format('truetype'), 
  	url('font/OpenSans-Italic/OpenSans-Italic.svg#OpenSans-Italic') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'OpenSans-Bold';
  src: 
  	url('font/OpenSans-Bold/OpenSans-Bold.eot?#iefix') format('embedded-opentype'),  
  	url('font/OpenSans-Bold/OpenSans-Bold.woff') format('woff'), 
  	url('font/OpenSans-Bold/OpenSans-Bold.ttf')  format('truetype'), 
  	url('font/OpenSans-Bold/OpenSans-Bold.svg#OpenSans-Bold') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'FontAwesome';
  src: url('font/fontawesome-webfont.eot?v=4.2.0');
  src: url('font/fontawesome-webfont.eot?#iefix&v=4.2.0') format('embedded-opentype'), url('font/fontawesome-webfont.woff?v=4.2.0') format('woff'), url('font/fontawesome-webfont.ttf?v=4.2.0') format('truetype'), url('font/fontawesome-webfont.svg?v=4.2.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Light';
  src: url('font/HelveticaNeueCyr-Light.eot?#iefix') format('embedded-opentype'),  url('font/HelveticaNeueCyr-Light.otf')  format('opentype'),
	     url('font/HelveticaNeueCyr-Light.woff') format('woff'), url('font/HelveticaNeueCyr-Light.ttf')  format('truetype'), url('font/HelveticaNeueCyr-Light.svg#HelveticaNeueCyr-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'HelveticaNeueCyr-Medium';
  src: url('font/HelveticaNeueCyr-Medium.eot?#iefix') format('embedded-opentype'),  url('font/HelveticaNeueCyr-Medium.otf')  format('opentype'),
	     url('font/HelveticaNeueCyr-Medium.woff') format('woff'), url('font/HelveticaNeueCyr-Medium.ttf')  format('truetype'), url('font/HelveticaNeueCyr-Medium.svg#HelveticaNeueCyr-Medium') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('font/Calibri.eot?#iefix') format('embedded-opentype'),  url('font/Calibri.woff') format('woff'), url('font/Calibri.ttf')  format('truetype'), url('font/Calibri.svg#Calibri') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('font/Calibri-Bold.eot?#iefix') format('embedded-opentype'),  url('font/Calibri-Bold.woff') format('woff'), url('font/Calibri-Bold.ttf')  format('truetype'), url('font/Calibri-Bold.svg#Calibri-Bold') format('svg');
  font-weight: bold;
  font-style: normal;
}
@font-face {
	font-family:'NeoSansProBold';
	src:url('font/neosanspro-bold-webfont.eot');
	src:local('☺'),url('font/neosanspro-bold-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'NeoSansProMedium';
	src:url('font/neosanspro-medium-webfont.eot');
	src:local('☺'),url('font/neosanspro-medium-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}
@font-face {
	font-family:'NeoSansProRegular';
	src:url('font/neosanspro-regular-webfont.eot');
	src:local('☺'),url('font/neosanspro-regular-webfont.ttf') format('truetype');
	font-weight:normal;
	font-style:normal;
}

@font-face {
  font-family: 'PFDinTextCondPro-Light';
  src: url('font/PFDinTextCondPro-Light/PFDinTextCondPro-Light.eot?#iefix') format('embedded-opentype'),  url('font/PFDinTextCondPro-Light/PFDinTextCondPro-Light.woff') format('woff'), url('font/PFDinTextCondPro-Light/PFDinTextCondPro-Light.ttf')  format('truetype'), url('font/PFDinTextCondPro-Light/PFDinTextCondPro-Light.svg#PFDinTextCondPro-Light') format('svg');
  font-weight: normal;
  font-style: normal;
}

@keyframes AJAX_IMAGE{
	0%{
		transform: rotate(0deg);
	}
	100%{
		transform: rotate(360deg);
	}
}
@-webkit-keyframes AJAX_IMAGE{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}

body p{
	margin: 0 0 10px 0;
}

#main{
	position: relative;
	margin-left: auto;
	margin-right: auto;
}
#head2{
	position: relative;
}
#footer{
	position: relative;
	clear: both;
}
#tab{
	display: table;
	position: relative;
	width: 100%;
}
#left{
	padding-right: 20px;
}
#right{
	padding-left: 20px;
}

#top{
	position: relative;
}

#bottom{
	position: relative;
}

/*фиксированые элементы*/
.company{
	display: block;
	letter-spacing: -2px;
	font: 46px 'NeoSansProRegular';
	z-index:1;
}

.company .layer1{
	position:absolute;
	top:0;
	left:0;
	z-index:1;
}

.company .layer2{
	position:absolute;
	top:0;
	left:0;
	z-index:0;
	display:none;
}

.social{
	position: absolute;
	left: 825px;
	top: -15px;
}

.socicons a{
	text-decoration:none;
	width:25px;
	height:25px;
	margin-right:12px;
	display:inline-block;
	background-image:url(../images/soc.png);
	-webkit-transition-property: background;
    -webkit-transition-duration: 0.3s;
    -webkit-transition-timing-function: ease;
	transition-property: background;
    transition-duration: 0.3s;
    transition-timing-function: ease;
    box-shadow: 0 0 2px rgba(0, 0, 0, .2);
}

.icon-yt{
	background-position: 0px 0px;
}

.icon-gp{
	background-position: -150px 0px;
}

.icon-fb{
	background-position: -50px 0px;
}

.icon-vk{
	background-position: -75px 0px;
}

.icon-tw{
	background-position: -100px 0px;
}

.icon-yt:hover{
	background-position: 0px -25px;
}

.icon-gp:hover{
	background-position: -150px -25px;
}

.icon-fb:hover{
	background-position: -50px -25px;
}

.icon-vk:hover{
	background-position: -75px -25px;
}

.icon-tw:hover{
	background-position: -100px -25px;
}


.krug{
text-align:center;
vertical-align:middle;
width:10px;
color:#aeaeae;
font-size:7px;
}

/*Footer*/

#footer .cod_city{
	right: 100%;
	top: 10px;
	padding-right: 5px;
}

.print{
	position:absolute;
	right:0;
	top:7px;
	width:16px;
	height:16px;
	background:url('../images/print.png') no-repeat;
	cursor:pointer;
}

/*Head*/
#head1{
	position: relative;
}
#tab{padding: 0 15px;box-sizing: border-box;}
#head1 .ihome{
	display:block;
	position: absolute;
	right: 50px;
	top: 1px;
	margin: -2px 0 0 -23px;
	width: 16px;
	height: 16px;
	background: url('../images/home.gif') no-repeat;
}
#head1 .imail{
	display: block;
	position: absolute;
	right: 25px;
	top: 0;
	width: 16px;
	height: 16px;
	margin-left: 20px;
	background: url('../images/mail.gif') no-repeat;
}
#head1 .imap{
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	width: 16px;
	height: 16px;
	margin-left: 52px;
	background: url('../images/map.gif') no-repeat;
}

.lang{
	position:absolute;
}

.lang *{
	font-size:13px;
}

.icons{position:absolute}
#cart-alpha{
	display: block;
	height: 14px;
	width: 15px;
	background: url('../images/cart.png') no-repeat;
}
/*Block*/
.cart_buy{
	white-space: nowrap; 
}

.block{
	clear: both;
	margin-bottom: 25px;
	padding: 0 6px;
}

/*File*/

a[href$=".xls"],a[href$=".xlsx"]{
	display: block;
	padding: 10px 0 14px 46px;
	background: url('../images/icon/xls.png') no-repeat 0 0;
}
a[href$=".doc"],a[href$=".docx"]{
	display: block;
	padding: 10px 0 14px 46px;
	background: url('../images/icon/doc.png') no-repeat 0 0;
}

a[href$=".txt"]{
	display: block;
	padding: 10px 0 14px 46px;
	background: url('../images/icon/txt.png') no-repeat 0 0;
}
a[href$=".pdf"]{
	display: block;
	padding: 10px 0 14px 46px;
	background: url('../images/icon/pdf.png') no-repeat 0 0;
}
a[href$=".rar"]{
	display: block;
	padding: 10px 0 14px 46px;
	background: url('../images/icon/rar.png') no-repeat 0 0;
}
a[href$=".zip"]{
	display: block;
	padding: 10px 0 14px 46px;
	background: url('../images/icon/zip.png') no-repeat 0 0;
}
/*Image*/
.date{
	display: block;
	font: 24px 'NeoSansProRegular';
	color: #AFAEAE;
}
.bi{
	position:relative;
	display:inline-block;
	border:5px solid #E4E4E4;
	overflow:hidden;
}

.bi .blik{
	position:absolute;
	width:259px;
	height:210px;
	left:-259px;
	bottom:0;
	background:url(../images/blick.png) no-repeat;
}

.bi img{
	border: solid #FFF 1px;

}
.pic3{
	width: 100%;
	padding: 0;
	border-spacing: 0;
}
.pic3 tr td{
	width: 33%;
}
.pic3 tr td .bi{
	margin-bottom: 3px;
}
.header-page{
	position: relative;
	width: 930px;
	height: 134px;
	background: url('../images/header-page.png');
	margin: 0 auto;
	border-radius: 6px;
	overflow:hidden;
}
.pageTitle{
	left: 30px;
	top: 20px;
	position: absolute;
	letter-spacing: -2px;
	font: 50px 'NeoSansProRegular';
	color: #FFF;
	text-shadow: 1px 1px 4px #000;
	z-index:11;
}
.pageTitle *{
	font: 33px 'NeoSansProRegular';
	left: 5px;
	top: 50px;
	position: absolute;
}

.filter{
	background: #F1F1F1;
	padding: 6px;
	border-radius: 6px;
}


.edit{
cursor:move;
outline:1px dashed #CCC;
}

.edit *{
cursor:move;
}

.slider_wrap{
	position: relative;
	margin-top: 0px;
}

/*gallery*/
.gallery-list{
	list-style: none;
	margin: 0;
	padding: 0;
	margin-left: -17px;
}
.gallery-list li{
	vertical-align: top;
	display: inline-block;
	margin-left: 17px;
	padding-bottom: 30px;
	width: 235px;
}
.gallery-list li:nth-child(4n-1){
	padding-right: 0;
}
.gallery-list li.gallery-list-clear{
	display: block;
	height: 0;
	padding: 0;
	float: none;
	clear: both;
}
.gallery-list .plus{
	padding-top: 5px;
	padding-bottom: 5px;
}

/* Ajax rotate */
.ajax_image{
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-animation: AJAX_IMAGE 1s linear infinite;
	animation: AJAX_IMAGE 1s linear infinite;
}
.bx-wrapper .bx-pager{
	bottom: 20px !important;
}

img{
	vertical-align: middle;
}