/*css*/
@import "../css/reset.css";
@import "../css/skeleton.css";
@import "../css/superfish.css";
@import "../css/camera.css";
@import "../css/touchTouch.css";
@import "../css/form.css";

@import url(//fonts.googleapis.com/css?family=Open+Sans:400,600,700);

html, body {}

a[href^="tel:"] {
	color: inherit;
	text-decoration:none;
}
* {
	-webkit-text-size-adjust: none;
}
.clearfix {
  *zoom: 1;
}


.mrg{
margin-left:30px;
margin-top:40px!important;	
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.fleft {float:left;}
.fright {float:right;}
.clear {clear:both; line-height:0; font-size:0; width:100%;}
.wrapper, .wrapper-extra, .extra-wrap{
	position: relative;
	width: 100%;
	overflow:hidden; 
}
.wrapper-after:after{
	clear:both;
	content:".";
	display:block;
	height:0;
	visibility:hidden;
}
.box{overflow: hidden;}
.dis-block{display: block;}
.dis-inblock{display: inline-block;}

.txt_left{text-align: left;}
.txt_right{text-align: right;}
.txt_cntr{text-align: center;}
.txt_ital{font-style: italic;}
.txt_line_through{text-decoration: line-through;}


.marg-left-0{margin-left:0 !important;}	
.marg-right-0{margin-right:0 !important;}
.marg-left-right-0{margin-left:0 !important; margin-right:0 !important;}
.last-mbot{margin-bottom:0 !important;}	
.last-pbot{padding-bottom: 0 !important;}
.last-mpbot{margin-bottom:0 !important;padding-bottom:0 !important;}

.marRight1{margin-right: 33px;}
.marRight2{margin-right: 55px;}

.marTop1{margin-top: 5px;}
.marTop2{margin-top: 3px;}

.marBot1{margin-bottom: 20px;}
.marBot2{margin-bottom: 14px;}
.marBot3{margin-bottom: 24px;}

.border_botom{border-bottom: 1px solid #f2f2f2; margin-bottom: 25px; padding-bottom: 7px;}

.fs12{font-size: 12px;}

.color1{color: #47d4f9;}
.color2{color: #000000;}
.color3{color: #fafafa;}

/* Global properties ======================================================== */
html, body { padding:0; margin:0; height:100%;}

body {
	font:15px/19px "Open Sans", Arial, Helvetica, sans-serif ;
	color:#383838;
	background: #797979;
	background: url(../images/bg_grad.png) #797979;
	min-width:300px;
	}
.main{
	width:100%;
	height: auto;
	padding:35px 0 30px 0; 
	/*background: #fafafa;*/
}
.div-content{
	width:100%;
	width: 970px;
	margin:0 auto;
	padding-bottom:0;
	background: #dcdcdc;
}
/***********************************************************************/
/*===============================>H-logo-properties=========================*/
h1{
	display: inline-block;
	float:left;
	margin:-8px 0 0 -46px;
}
h1 img{max-width: inherit;
position:relative;
top:9px;
left:36px;
}
h1 a{display:inline-block;}
h2{
	width: 100%;
	min-height: 68px;
	font:bold 20px/54px 'Open Sans', Arial, sans-serif;
	color:#2c2c2c;
	background: url(../images/title_bg.png) right 0;
	text-indent: 21px;
	text-transform: uppercase;
	margin-bottom: 0px;
}
h2.v2{margin-bottom: 5px;}
h3{
	font:600 14px/19px 'Open Sans', Arial, sans-serif;
	color:#053c82; 
	margin-bottom: 11px;
}
h3.v2{margin-bottom: 8px;}
.hline2{
	border-bottom: 1px solid #aeaeae;
	padding-bottom: 4px;
	margin-bottom: 15px;
}
p{margin-bottom: 11px;}
.list1 p{margin-bottom: 12px;}
img{/*max-width:100%;*/ height:auto;}
a {
	text-decoration:none; 
	cursor:pointer; 
	color: #0352ad;
}
a:hover {
	text-decoration:underline;
	color: #000;
}

a{
	-webkit-transition:all 0.3s ease;
	-moz-transition:all 0.3s ease;
	-o-transition:all 0.3s ease;
	transition:all 0.3s ease;
}

.holder{
	text-align:justify;
}

.holder ul{
	list-style-image: url(../images/op.png);
	margin-left:20px;
}
.phone_section{
	float: right;
	/*margin-right: -5px;*/
	text-transform: uppercase;
	color: #8b8b8b;
	padding-bottom: 26px;
	font:11px/15px 'Open Sans', Arial, sans-serif;
}
.phone{
	margin: 0 6px;
	display: inline-block;
	width: 200px;
	height: 35px;
	background: url(../images/tellogo2.png)no-repeat top left/ 23px 23px;
	color:#fff;
	padding-left:30px;
	font-size:20px;
	font-weight:bold;
	line-height:21px;
}
.phone_section .phone_txt{
	font:600 25px/30px 'Open Sans', Arial, sans-serif;
	color:#9b9b9b; 
	margin-top: -13px;
	display: inline-block;
}
/************Header************/
header{
	position: relative;
	padding-bottom: 0px;
	background: url(../images/header_bg.png);
	height: 71px;
	border-top: 1px solid #0a5cb9;
}
.under_header{
	background: url(../images/under_header_bg.png);
	width: 100%;
	height: 20px;
	display: block;
	margin-bottom: 10px;
}
.under_header.marBot0{margin-bottom: 0;}
header .header_spot {
	position: absolute;
	width:366px;
	height:71px;
	top: 0;
	left: 0;
	display: inline-block;
	background: url(../images/header_spot.png) no-repeat;
}
.slider_section	{
	background: url(../images/slider_section.png) 0 bottom;
	padding: 0px 0 10px;
}
.banners_section	{
	background: url(../images/banners_section.png);
	padding: 10px 0 0;
}

.box_inner{
	height:485px;
}

.content_section{
	position: relative;
	width: 100%;
	background: #c6c6c6;
	margin-top: 10px;
}
.content_section .content_section_pad{
	padding: 2px 10px 20px;
}
.content_section .content_section_pad2{
	padding: 2px 14px 20px 20px;
}

.onepad{
	padding: 2px 10px 20px;
}
.twopad{
	text-align: left;
}
.content_section .content_section_pad3{
	padding: 2px 7px 20px 14px;
}
/************Content***********/
figure{
	display: block;
	margin-top: 5px;
	margin-bottom: 16px;
}
figure a{width: 100%;}
.col_1{
	float: left;
	width: 45%;
	margin-right: 5%;
	display: inline;
}
.list_left_part{
	width: 45px;
	margin-right: 3px;
	float: left;
	font:600 14px/17px "Open Sans", Arial, sans-serif;
	color: #0352ad;
}
/* ============================= start lists ====================== */
.listWithMarker{
	margin: 0;
	margin-top: 22px;
	margin-bottom: 25px;
}
.listWithMarker li {
	display:block;
	margin-bottom: 12px;
	padding-left:13px;
	background:url(../images/list_marker.png) 0 6px no-repeat;
}
.listWithMarker li.last {
	border-bottom: none;
}
.listWithMarker li a {
	display:inline-block;
	color:#636363;
	text-decoration:none;
}
.listWithMarker li a:hover {
	padding-left:10px;
	color:#0352ad;
}
/* ============================= end lists ====================== */
.more_btn {
	display: inline-block;
	text-decoration:none;
	color:#fff;
	padding:11px 15px 10px;
	font:bold 14px/17px Arial, sans-serif;
	border-right: 1px solid #041f3f;
	border-bottom: 1px solid #041f3f;


	text-transform: uppercase;
    margin-top: 5px;
    margin-bottom: 4px;

    -moz-box-shadow: 2px 2px 0px rgba(156,156,156,1);
	-webkit-box-shadow: 2px 0px 2px rgba(156,156,156,1);
	box-shadow: 2px 2px 0px rgba(156,156,156,1);

	background: #063469; /* for old browsers */
    background: -moz-linear-gradient(top, #094fa0, #033e82); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#094fa0), color-stop(100%,#033e82));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #094fa0, #033e82);
    background: -o-linear-gradient(top, #094fa0, #033e82); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #094fa0, #033e82); /* IE10 */
    background: linear-gradient(top, #094fa0, #033e82); /* CSS3 */ 
}
.more_btn:hover, .more_btn .active a{
	color:#93c5ff;
	background: #1965bd; /* for old browsers */
    text-decoration:none;

    background: #032f62; /* for old browsers */
    background: -moz-linear-gradient(top, #2488fe, #032f62); /* Firefox 3.6+ */
    /* Chrome 1-9, Safari 4-5 */
    background: -webkit-gradient(linear, left top, left bottom, 
                color-stop(0%,#2488fe), color-stop(100%,#032f62));
    /* Chrome 10+, Safari 5.1+ */
    background: -webkit-linear-gradient(top, #2488fe, #032f62);
    background: -o-linear-gradient(top, #2488fe, #032f62); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #2488fe, #032f62); /* IE10 */
    background: linear-gradient(top, #2488fe, #032f62); /* CSS3 */ 

    padding:11px 19px 10px;
}


.more_arr {
	display: inline-block;
	width: 10px;
	height: 10px;
	margin-top: 5px;
	margin-left: 7px;
	background: url(../images/more_arr1.png) no-repeat 0 0;
}
.more_arr:hover{
	margin-left: 11px;
}
.img1{
	display: inline-block;
	margin-bottom: 10px;
}
.img2{
	float: left;
	display: inline-block;
	margin-top: -3px;
	margin-right: 9px;
}
.img3{
	float: left;
	display: inline-block;
	margin-top: 3px;
	margin-right: 17px;
	margin-bottom: 16px;
}
.img4{
	display: inline-block;
	margin-top: 5px;
	margin-bottom: 26px;
}
.img4.marBot16{margin-bottom: 16px;}
.img5{
	float: left;
	display: inline-block;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 16px;
}
.address figure.img_inner {
	display: block;
	height: auto;
	line-height: 0;
	padding-bottom: 0px;
	overflow: hidden;
	padding-top: 1px;
	margin-bottom: 25px;
}
.address figure iframe {
	width: 100%;
	max-width:394px;
	height: 270px;
}
address{
	font-style: normal;
	display: inline-block;
}
address dl dt{
	color: #0352ad;
	font-size: 14px;
	text-transform: uppercase;
	margin-bottom: 13px;
}
address dd span{
	position: relative;
	display: inline-block;
	width: 94px;
}
address a, .link1{
	color: #636363;
}

/*------start list_carousel ------- */
.list_carousel {
  padding: 0 0 55px;
  position: relative;
  margin-top: -12px;
}
.list_carousel .more_btn{
  margin-bottom: 38px;
}
.list_carousel ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: block;
  overflow: hidden;
  cursor: default;
}
.list_carousel li {
  padding: 0;
  padding-top: 14px;
  margin-right:10px;
  float: left;
}
.list_carousel li blockquote{
	position: relative;
	width: 100%;
	border: 1px solid #e8e8e8;
	border-top: 3px solid #e47e6b;
}
.list_carousel li blockquote .inner{
	padding: 20px;
}

.list_carousel.responsive {
  width: auto;
}
.prev,
.next {
  position: absolute;
  top: -52px;
  display: block;
  width: 10px;
  height: 15px;
}
.next {
  background: url(../images/next.png) no-repeat 0 0;
  right: 10px;
}
.prev {
  background: url(../images/prev.png) no-repeat 0 0;
  right: 43px;
}
.prev:hover,
.next:hover {
  background-position: 0 bottom;
}
/*------end list_carousel ------- */

/*********************************start magnifier2*************************************/
.magnifier2 {
    position:relative;
    /*display:block;*/
    display: inline-block;
}
.magnifier2:after {
	content: '';
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	opacity: 0;
	left: 0;
	top: 0;
	background: #0352ad url('../images/magnifier2.png') center center no-repeat;
	-webkit-transition: 0.3s ease all;
	-moz-transition: 0.3s ease all;
	-ms-transition: 0.3s ease all;
	-o-transition: 0.3s ease all;
	transition: 0.3s ease all;
}
	
.magnifier2:hover:after{
	opacity: 0.4;
	transition: 0.3s easy all;
}
/*********************************end magnifier2*************************************/
/************Footer************/
footer{ 
	width: 100%;
	font-family: Arial, Helvetica, sans-serif; 
	display: block;
	margin-top: 0px;
	}
.main-footer{
	padding-top: 18px; 
	padding-bottom: 14px;
}
.main-footer .footer_left_section{
	float: left;
	margin-left: 10px;
}
.main-footer p{
	float: left;
	margin:0;
	font-size:13px;
	color: #727272;
	margin-top: 2px;
}
footer a{color:#727272;}
footer a:hover{color:#000}

/************start social icons************/
.social{
	overflow:hidden;
	margin-top: 14px;
	margin-right: 6px;
	float: right;
}
.social a{
	display:block; 
	float:left;
	width:19px;
	height: 20px;
	overflow:hidden;
	margin-left: 3px;
}
.social a:first-child{
	margin: 0 0 0 0;
}
.social a:hover img{
	margin-top:-20px;
}	
/************end social icons************/



/*==================================RESPONSIVE LAYOUTS===============================================*/
@media only screen and (max-width: 1039px) {
	

}

@media only screen and (max-width: 995px) {
	.address figure iframe {
		width: 100%;
		max-width:100%;
	}

	.slider_wrapper {height: 296px;}

	.div-content{width: 768px;}

	.caption {top: 54px;}


}
@media only screen and (max-width: 767px) {
	img{width: 100%;}
	figure{width: 100%;}
	img.no_resize{width: auto;}

	.slider_wrapper {height: 163px;}
	
	.div-content{width: 431px;}

	h1{
		margin:6px 0 2px 25px;
	}
	
	.caption {display: none;}
	.box{overflow: visible;}


	.content_section .content_section_pad2{
		padding: 2px 17px 20px 17px;
	}
	.content_section .content_section_pad3{
		padding: 2px 10px 20px 11px;
	}
}


@media only screen and (max-width: 479px) {
	.slider_wrapper {height: 116px;}

	.phone_section .phone_txt{margin-top: 4px;}
	.div-content{width: 310px;}

	header .header_spot {
		width:300px;
		background: url(../images/header_spot.png) right 0 no-repeat;
	}

}
@media only screen and (max-width: 320px) {

}


/********************************FOOTER*******************/
.footbox{
width: 960px;
height:50px;
margin:0 auto;
padding-top:20px;
border-top: 1px solid #595c7c;
box-shadow: 0px -1px 0 #a6a6a7;
}
.lf {
float:left;
position:relative;
left:12px;
}
.rf {
float:right;
width:195px;
position:relative;
left:11px;
bottom:1px;
}
.cf {
overflow: hidden;
text-align: center;
position:relative;
right:23px;
}

.tellogo {
background: url("../images/tellogo.png") no-repeat scroll left top  / 23px 23px;
padding-left: 33px;
width: 220px;
height:30px;
padding-left:32px;
transition-duration:0.2s!important;
text-align: left;

}
.tellogo:hover{
opacity: 0.8;
transition-duration:0.2s!important;
}

.maillogo{
background: url("../images/maillogo.png") no-repeat scroll left top  / 23px 23px;
padding-left: 32px;
width: 220px;
height: 23px;
padding-left:32px;
transition-duration:0.2s!important;
text-align: left;
}

.maillogo:hover{
opacity: 0.8;
transition-duration:0.2s!important;
}

.tellogo h4{
font-size:14px!important;
color:#000!important;
font-weight:normal!important;
letter-spacing:1.2pt;
line-height: 22px;
}

.maillogo a{
font-size:14px!important;
color:#000!important;
font-weight:normal!important;
letter-spacing:0.6pt;
text-decoration:none;
transition-duration:0.2s!important;
line-height: 22px;
}

.palitra img{
	transition-duration:0.3s;
	width:205px;
}
.palitra:hover img{
	width:210px!important;
	transition-duration:0.3s;
	max-width: 150%;
	}



.conteiner_inner{
	background:#fff;
	padding:10px 20px;
	width: 925px;
}

.conteiner_inner ol{
	list-style-type:decimal;
	margin-left:30px;
	display:inline-block;
}
.conteiner_inner ol li{
	margin-top:4px;
	margin-bottom:4px;
}


.col-md-6 {
    float: left;
    width: 31%;
}

.yamap{
	box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
	margin-bottom:20px;
}

.img1{
	opacity:0.9;
	transition-duration:0.3s;
}

.img1:hover{
	opacity:1;
	transition-duration:0.3s;
}

.gallery{
	float:left
}

.gallery p{
	margin-top:15px;
}



.gallery img{
	width:240px;
	border:1px solid #64667a;
	margin-right:65px;
	margin-bottom:0px;
}




/******************CLEARFIX******************/
.clearfix:after {
	clear: both;
	content: ' ';
	display: block;
	font-size: 0;
	line-height: 0;
	visibility: hidden;
	width: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

* html .clearfix {
	height: 1%;
}

.clearfix {
	display: block;
}





/*-----------catalog---------------*/
.big-photo {position: relative; width:243px;    height: 165px;  overflow: hidden;   border:1px solid #190000;   text-align: center; margin-bottom: 12px;background: #fff;}
.big-photo__inner{  position: absolute; opacity: 0;}
.big-photo__inner_active{   opacity: 1; z-index: 1;}
.big-photo .zoom {  display: block; text-decoration: none;  color:#c46227;padding:0 !important;}
/*.big-photo img{       border:1px solid #c46227;border-right:1px solid #c46227;}*/
.big-photo-link{    display: block;}
.photos-container{  overflow: hidden;}
.photos-container ul{   list-style: none;   margin: 0;  padding: 0;}
.photos-container ul li {
	float:left;
	margin:0 10px 10px 0;
	border:1px solid #00275e;
	text-align: center;
	padding: 0px !important;
	cursor:pointer;}
.photos-container ul li.photo_active{   }
/*.photos-container ul li:nth-child(3n+1) { margin-left: 0;}*/
.photos-container ul li img {   border: 1px solid #fff; height:60px;width:93px; cursor:pointer; display: block;}
.photos-container ul li img:hover { border: 1px solid #c46227;}
.product_tpl{   width: 200px;   float: left;    margin: 0 30px 30px 0;  direction: inline-block;}
.product_descr{ clear: both;    padding: 10px 0;    line-height: 20px;  text-align: justify;}
.product_comments{  clear: both;}
.product_features{  padding: 0 0 10px 0;    margin: 0 0 15px 0; /*border-bottom: 1px solid #c46227;*/}
.product_feat{  padding: 3px 0;}
.product_features b{    margin: 0 4px 0 0;}
.product_tpl img{   width: 190px;}
.product_tpl .shk-but{  float: right;}
.product_photo{ display: block; width: 190px;   height: 190px;  padding: 5px;   background: #eaeaea;}
.product_photo_small{   width: 60px;    height: 60px;}
.product_title{ font-size: 14px;    margin: 5px 0 0 0;  text-align: center; display: block; color: #c81110;}
.product_tr td{ padding: 5px 0;}
.product_photo:hover{   background: #ccc;}
.shk-item {width: 205px;
height: 315px;
float: left;
padding-top: 0px;
text-align: center;
margin-right: 10px;
margin-left: 40px;
margin-bottom: 10px;}
.shk-item-2 {height: 30px;padding-top:0px;text-align: left; display: none;}

.shk-item > a {    display: block;    text-align: center;   font-size:18px; font-weight:normal;  font-style:normal; padding:5px 0; width:205px;}
/*.shk-item img{padding: 3px;border:1px solid #c46227;border-radius:5px;}
.shk-item img:hover{padding: 3px;border:1px solid #000;}
*/.item {
   margin:10px 30px 10px 30px;
}
.catalog h1{}


.gallery{
	display: -moz-inline-stack;
    display: inline-block;
    #display: inline;
    _height: 223px;
    zoom: 1;
    margin-bottom: 20px;
    margin-right: 32px;
    margin-left:32px;
    width: 243px;
    vertical-align: top;
    word-wrap: break-word;
    background:#c6c6c6;
    height:295px;
    box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
}
.gallery2{
	display: -moz-inline-stack;
    display: inline-block;
    #display: inline;
    _height: 223px;
    zoom: 1;
    margin-bottom: 20px;
    margin-right: 32px;
    margin-left:32px;
    width: 243px;
    vertical-align: top;
    word-wrap: break-word;
    height:200px;
    transition-duration:0.2s;
}
.gallery2 h3{
	font-weight:normal;
	text-align: left;
	padding-left:6px;
}


.gallery2:hover{
  transition-duration:0.2s;
}
a.sys {
    background: none repeat scroll 0 0 #FEFCFD;
    display: block;
    overflow: hidden;
    padding: 0;
    width: 243px;
    padding:4px;
    border:1px solid;
    border-radius:2px;

}

.sys{
	background: none repeat scroll 0 0 #FEFCFD;
	  padding:4px;
    border:1px solid;
    border-radius:2px;
}
a.sys:hover {
 
}

a.sys img{
    height: 168px;
    width: 171px;
}
span.pict {
   display: -moz-inline-stack;
   display:inline-block;
   display:table-cell;
   vertical-align:middle;
   text-align:center;   
}
span.pict img {
    text-align: center;
    vertical-align: middle;
    width: 243px;
    height:165px;
}
a.sis{text-align:center;    text-decoration:none;}
a.sis h3{padding-top:3px; font-size: 16px;}
.price{ text-align:center;font-size:16px; width:205px;}
span.shk-price{color:#2D02FF;font-size:18px;font-weight: bold;}
.opis{padding-top: 0px;}
.opis td{padding:10px;}

.product-tab {
    width: 100%;
}

.product-tab td p{
    line-height: 30px;
}

.product-tab td{
    vertical-align: top;
}

.product-tab td:first-child {
    width: 65%;
}

.product-tab td:nth-child(2) {
    width: 35%;
    padding: 15px;
}

.catalog-tab {
    width: 100%;
    margin-bottom: 30px;
}

.catalog-tab h1 {
    color: #595959;
    font: italic 25px Georgia,'Times New Roman',Times,serif;
    letter-spacing: -2px;
    margin: 0;
    padding: 5px 0;
    width: 340px;
}

.catalog-tab td{
    line-height: 25px;
    margin: 0 auto;
    max-height: 180px;
    overflow: hidden;
    padding: 15px;
    vertical-align: top;
}

.catalog-tab img {
    width: 308;
    height: 231px;
}

.catalog-tab td:first-child {
    width: 25%;
}

.catalog-tab td:nth-child(2) {
    width: 75%;
}
.photos-container ul li {
    border: none;
}

.photos-container ul li img{
    cursor: pointer;
    display: block;
    height: 49px;
    width: 61px;
}


/************end-catalog***********/

p{
	margin-bottom:8px;
}



.txt1{
text-shadow: 1px 1px 2px black;	
}