@charset "UTF-8";

@import url("reset.css");
@import url("debbuger.css");
.sections{
	position:relative;
}
.section-right{
    position: fixed;
	float:right;
    right: 0;
    top: 0;
    width: 249px;
    min-width: 249px;
    padding-left: 25px;
    height: 100%;
	min-height:100%;
	background: white;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.section-right .copyright {
    position: absolute;
    width: 224px;
    height: 54px; 
    bottom: 0;
	margin-top: 20px;
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: 11px;
    line-height: 18px;
    color: #696969;
}

.section-right a.articles {
    position: absolute;
    width: 224px;
    bottom: 0;
	margin-top: 20px;
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: 11px;
	z-index:100;
    line-height: 18px;
    color: #696969;
}	

.section-right .logoBlock {
    border-bottom: 1px solid #c8c8c8;
    padding: 20px 0;
    margin-bottom: 32px;
}

.section-right .logoBlock a {
    color: black;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
}

.section-right .logoBlock a:hover,
.section-right .logoBlock a:focus {
    color: #a4a4a4;
}

.section-right ul {
    border-bottom: 1px solid #c8c8c8;
    padding-bottom: 16px;
    margin-bottom: 16px;
}

.section-right .subMenu ul{
    margin-top: 32px;
    border-bottom: none;
}

.section-right ul li {
    margin-bottom: 20px;
}
.section-right ul li a{
    text-transform: uppercase;
    color: black;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 18px;
}
.section-right .subMenu ul li a{
    text-transform: none;
}
.section-right ul li a{
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    color: black;
}

.section-right ul li a:hover,
.section-right ul li a:focus,
.section-right ul li.active a {
    color: #a4a4a4;
}

.section-right a.phone {
	display:block;
    position: absolute;
    bottom: 70px;
    left: 25px; 
    color: black;
	margin:40px 0 0 0 ;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
} 

.section-right a.cellphone {
	display:block;
    position: absolute;
    bottom: 90px;
    left: 25px; 
    color: black;
	margin:0 ;
    text-decoration: none;
    font-family: Tahoma, sans-serif;
    font-weight: 600;
    font-size: 14px;
    line-height: 18px;
} 

.section-center{ 
    min-height: 100%;
    margin-right: 247px;
    position: relative;
    overflow: hidden;  
	padding: 0 82px; /* 82 */   
    -moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.1); 
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.1); 
    box-shadow: inset 0 0 100px rgba(0,0,0,0.1); 
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.content-wrapper {
    width: 100%;
    position: relative;
    max-width: 1260px;
    margin: 0 auto;
    padding: 40px 0;
	-moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.contacts .content-wrapper{
    padding: 0;
}
.content-wrapper  h1{ 
    display: block;    
    font-size: 38px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 24px 0 24px;
    border-bottom: 1px solid #9f9f9f;
    cursor: default;
}
.content-wrapper  h2{
    display: block;    
    font-size: 23px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 24px 0 14px;
    cursor: default;
}
.content-wrapper .content{
    overflow: hidden;
    margin-top: 24px;
}

.text_panel{
	text-align:left;
}
.text_panel , 
.text_panel div, 
.text_panel strong, 
.text_panel p, 
.text_panel a, 
.text_panel ul, 
.text_panel ol, 
.text_panel li,
.text_panel table tr td{
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: #484546;
    word-wrap: break-word;
    line-height: 20px;    
}
.text_panel a,
.text_panel a:hover,
.text_panel a:visited{
    color: #1FACA6;    
} 
.text_panel ul, .text_panel ol{
    list-style: circle;
    margin: 5px 0 20px; 
    margin-left: 40px;
}
.text_panel p,
.text_panel table{
    margin: 5px 0 20px; 
}
.text_panel table tr:nth-child(odd) {
    background: #e7e7e7;
}
.text_panel table {
    border-bottom: #e7e7e7 2px solid;
}

.text_panel table tr td{
    padding: 5px;
}

.text_panel input,
.text_panel textarea{
    padding: 5px;
    border: 1px solid #9f9f9f;
    height: 36px;
    background:white;
    -webkit-border-radius: 0px;
    border-radius: 0px;
	font-family: monospace;
	font-size: 13px;
}
.text_panel input.submit{
    background:url("../images/bg/submit_bg.png") left top repeat-x;
} 
.text_panel input.submit:hover{
    background:url("../images/bg/submit_bg.png") left -36px repeat-x;
}

.tags, 
.tags h4,
.tags .text_panel , 
.tags .text_panel div, 
.tags .text_panel strong, 
.tags .text_panel p, 
.tags .text_panel a, 
.tags .text_panel ul, 
.tags .text_panel ol, 
.tags .text_panel li,
.tags .text_panel table tr td{
    color: #9f9f9f;
	font-size:11px;
}

.red , 
.red div, 
.red strong, 
.red p, 
.red a, 
.red ul, 
.red ol, 
.red li,
.red table tr td{
	color: #dd4b38;   
}

.content-wrapper .wrapper_sale_block{
    width: 100%;
    
}

.content-wrapper .wrapper_sale_block .products_item{
    width: 186px;
    height: 186px;
    position: relative;
    float: left;
    margin: 0 24px 24px 0;
}
.content-wrapper .wrapper_sale_block .products_item .products_image{
    width: 100%;
    height: 100%; 
}
.content-wrapper .wrapper_sale_block .products_item .products_image a{
    display: block;
    position: absolute;
    left: 1px;
    top: 1px;
    padding: 20px;
    width: 100%;
    height: 100%;
    border: 1px solid #d7d7d7;
    border-width: 1px;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
    outline: 0px solid #d7d7d7;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-wrapper .wrapper_sale_block .products_item:hover > .products_image a,
.content-wrapper .wrapper_sale_block .products_item:focus > .products_image a {
    outline-width: 19px;
}

.content-wrapper .wrapper_sale_block .products_item .wrapper_name_price{
    position: absolute;
    top: 1px;
    left: 1px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    opacity: 0;
    -webkit-transition: 0.1s;
    -moz-transition: 0.1s;
    -ms-transition: 0.1s;
    -o-transition: 0.1s;
    transition: 0.1s;
}

.content-wrapper .wrapper_sale_block .products_item:hover > .wrapper_name_price,
.content-wrapper .wrapper_sale_block .products_item:focus > .wrapper_name_price {
    opacity: 1;
}
.content-wrapper .wrapper_sale_block .products_item .wrapper_name_price a{
    display: block;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-wrapper .wrapper_sale_block .products_item .wrapper_name_price a .products_name{
    position: absolute;
    width: 146px;
    bottom: 20px;
    left: 20px;
    color: white;
    font-family: Tahoma, sans-serif;
	font-size: 13px;
    word-wrap: break-word;
    line-height: 18px;    
    text-transform: uppercase;
}
.map{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.map .googleMap{
    width: 100%;
    height: 100%;
}
.map .contacts{
    width: 100%;
    position: absolute;
    top: 58px;
    left: 0px;
    margin: 0 auto;
    overflow: hidden;    
    padding: 0 82px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 10;
    background: white;
    -moz-box-shadow: inset 0 0 100px rgba(0,0,0,0.1); 
    -webkit-box-shadow: inset 0 0 100px rgba(0,0,0,0.1); 
    box-shadow: inset 0 0 100px rgba(0,0,0,0.1); 
}
.map .contacts .content{
    overflow: hidden;
    margin: 24px 0;     
}

.map .contacts h1{
    display: block;    
    font-size: 43px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 24px 0 24px;
    border-bottom: 1px solid #9f9f9f;
    cursor: default;
}
.content-wrapper .halfLfet{
    float: left;
    width: 60%;
    padding-right: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-wrapper .halfRight{
    float: left;
    width: 40%;
    padding-left: 20px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-wrapper .halfLfet.fifty,
.content-wrapper .halfRight.fifty{
	width: 50%;
}
.content-wrapper a.prev,
.content-wrapper a.next{
    display: block;
    position: fixed;
    top: 50%;
    margin-top: -32px;
    width: 64px;
    height: 64px;
    cursor: pointer;
    margin: 0px;
    padding: 0px;
    overflow: hidden;
    z-index: 100;
    
}
.content-wrapper a.prev {
    left: 50px;
    background:url("../images/bg/sprite.png") -240px -90px no-repeat;
}
.content-wrapper a.prev:hover {
    background:url("../images/bg/sprite.png") -240px -154px no-repeat;
}
.content-wrapper a.next {
    right: 297px;
    background:url("../images/bg/sprite.png") -310px -90px no-repeat;
}
.content-wrapper a.next:hover {
    background:url("../images/bg/sprite.png") -310px -154px no-repeat;
}
.content-wrapper .container{
    overflow: hidden;
	position:relative;
}

.content-wrapper .halfRight .domain{
    margin-top: 58px;
}
.content-wrapper .halfRight .domain a{  
    display: inline-block;
    font-family: Tahoma, sans-serif;
    font-size: 18px;
    word-wrap: break-word;
    line-height: 18px;   
    height: 48px;
    padding-top: 6px;
    text-decoration: none;
    text-transform: uppercase;    
    background:url("../images/bg/right.png") left top no-repeat;
    padding-left: 68px;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.content-wrapper .halfRight .domain a:hover{
    color: #a4a4a4;
}

.content-wrapper .halfRight .cms{
    
}
.content-wrapper .halfRight .cms a{
    text-decoration: none;
    -webkit-transition: color 0.2s ease-in-out;
    -moz-transition: color 0.2s ease-in-out;
    -ms-transition: color 0.2s ease-in-out;
    -o-transition: color 0.2s ease-in-out;
    transition: color 0.2s ease-in-out;
}
.content-wrapper .halfRight .cms a:hover{
    color: #a4a4a4;
}

.clients li{
    padding: 10px;
    border: 1px solid #9f9f9f;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.feedback h2{
    display: block;
    font-size: 23px;
    line-height: 45px;
    text-transform: uppercase;
    padding: 24px 0 24px;
    border-bottom: 1px solid #9f9f9f;
    cursor: default;
}
.feedback .wrapper_form{
    width: 100%;
    overflow: hidden;
    margin: 20px 0;
}
.feedback .wrapper_form input,
.feedback .wrapper_form textarea{
    width: 100%;
    height: 30px;
    margin-bottom: 10px;
}
.feedback .wrapper_form textarea{
    height: 60px;
    resize: none;
}
.feedback .wrapper_form input.submit{
    width: auto;
    float: right;
    margin-top: -40px;
}
.feedback .fieldLabel{
    display: none;
}
.feedback .fieldLine_cap{
    width: 50%;
}
.feedback .wrapper_form input.error,
.feedback .wrapper_form textarea.error{
    background-color: rgba(255, 0, 0, 0.3);
}

.feedback .massage_string{
    margin-top: 29px;
    font-family: Tahoma, sans-serif;
}

.feedback input#Mvol3wKO{
	width:30%;
	float:left;
	margin-right:5px;
}
.feedback .Mvol3wKO_block{
	float:left;
    width: 100px;
    margin-right: 5px;
}
.feedback a.Mvol3wKO_refresh{
	display:block;
    float: left;
	width:25px; 
	height:25px;	
	background:url(../images/bg/circle_double.png) center center no-repeat;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.feedback a.Mvol3wKO_refresh:hover{
	-webkit-transform: rotate(-70deg);
    -moz-transform: rotate(-70deg);
    -o-transform: rotate(-70deg);
}
.feedback .Mvol3wKO{
	height:28px;
	border:1px solid #d7d2e4;	
}

/*paginator*/
.paginator{
    overflow: hidden;
}    
.section_left .paginator{
    padding-right: 10px;
}
.paginator ul{
    overflow: hidden;
    float: right;
	list-style:none;
}
.paginator ul li{
    float: left;
	border: 1px solid #c8c8c8;
	margin-right: 10px;
}
.paginator ul li span,
.paginator ul li a{
    display: block;
    float: left;
    padding:  10px;   
    font-size: 12px;
    color: #7d7d7d;
    text-decoration: none;
}
.section_left .paginator ul li span,
.section_left .paginator ul li a{
     padding: 6px;
 }

.paginator ul li a:hover,
.paginator ul li span{
   
    color: #7d7d7d;
}
/*paginator*/


.text_panel .subpages{
	display:block;
	overflow:hidden;
	margin:0;
	padding:0;
}
.text_panel  .subpages li{
	border: 1px solid #c8c8c8;	
	display:block;
	overflow:hidden;
	width: 100%;
	padding: 20px;
	margin-bottom:20px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.text_panel  .subpages li a.title{
	display: block; 
	cursor: pointer;
	font-size: 20px;
	font-family: monospace;
	text-decoration:none;
	color: #484546;
	text-transform: uppercase;
}
.text_panel  .subpages li a.title:hover{
	text-decoration:underline;
}