html.js .loader {
	background: none repeat scroll 0 0 #ffffff;
	bottom: 0;
	height: 100%;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
	z-index: 9999;
}
html.js .loader_inner {
	background-image: url("../img/preloader.gif");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center center;
	background-color: #fff;
	height: 60px;
	width: 60px;
	margin-top: -30px;
	margin-left: -30px;
	left: 50%;
	top: 50%;
	position: absolute;
}
body {
	font-family: sans-serif;
	font-size: 16px;
	min-width: 320px;
	position: relative;
	line-height: 1.2;
	font-family: 'pf_agora_sans_prolight', sans-serif;
	overflow-x: hidden;
	margin:0;
}
#wrapper{
	overflow: hidden;
	width: 100%;
}
.header{
	background: #272e33;
	height: 123px;
}
.h:after{
	content: '';
	display: block;
	clear: both;
}
*{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.h{
	max-width: 970px;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	position: relative;
}
.logo{
	position: absolute;
	left:0;
	top:0;
	width: 160px;
	text-align: right;
}
.logo>a{
	position: relative;
	left: 0px;
}
.logo .t{
	text-transform: uppercase;
}
.logo .t1{
	color: #1e1b20;
	padding-top: 2px;
	font-size: 18px;
	font-family: 'pf_agora_sans_proregular';
	padding-bottom: 5px;
	margin-bottom: 5px;
	border-bottom: 1px solid #a9abad;
	font-weight:normal;
}
.logo .t2{
	color: #974f38;
	font-size: 30px;
	font-family: 'bebas_neue_regularregular';
}
.top-head .cont{
	display: none;
}
.cart .photos .like{
	display: none;
}
.header .right{
	width: 720px;
	float: right;
	color: #fff;
}
.top-head{
	border-bottom: 1px solid #fff;
	height: 65px;
	font-size: 15px;
	overflow: hidden;
}
.top-head .tel{
	width: 193px;
	float: left;
	margin-right: 12px;
	padding-top: 16px;
}
.top-head .tel a{
	color: #fff;
	text-decoration: none;
	font-size: 24px;
}
.top-head .adr{
	padding-left: 30px;
	width: 140px;
	float: left;
	background: url(../img/ico1.png) 0 50% no-repeat;
	margin-right: 15px;
	margin-top: 15px;
}
.top-head .call{
	padding-left: 30px;
	width: 95px;
	float: left;
	background: url(../img/ico2.png) 0 50% no-repeat;
	margin-right: 15px;
	margin-top: 15px;
}
.top-head .call a{
	color: #fff;
	text-decoration: none;
}
.top-head .call a:hover{
	text-decoration: underline;
}
.top-head .quest{
	padding-left: 30px;
	width: 80px;
	float: left;
	margin-top: 15px;
	background: url(../img/ico3.png) 0 50% no-repeat;
	margin-right: 15px;
}
.top-head .quest a{
	color: #fff;
	text-decoration: none;
}
.top-head .quest a:hover{
	text-decoration: underline;
}
.top-head .search{
	margin-top: 19px;
	position: relative;
	width: 70px;
	float: left;
	padding: 5px 0;
	padding-left: 30px;
	background: url(../img/ico4.png) 0 50% no-repeat;
}
.top-head .search .opener{
	cursor: pointer;
}
.top-head .basket{
	width: 62px;
	height: 65px;
	float: right;
	background: url(../img/bask.png) 0 0 no-repeat;
}
.top-head .basket:hover{
	opacity: 0.9;
}
.top-head .basket a{
	display: block;
	height: 100%;
}
.top-head .search form{
	position: absolute;
	top:-6px;
	right:0;
	width: 507px;
	height: 39px;
	border:1px solid #fff;
	background-color: #22282c;
	padding-right: 40px;
	display: none;
}
.top-head .search form input[type='submit']{
	width: 39px;
	height: 37px;
	position: absolute;
	right: 0;
	top:0;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	background: url(../img/ico4.png) 50% 50% no-repeat;
}
.top-head .search form input[type='text']{
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	background: none;
	border: 0;
	line-height: 37px;
	padding: 0 10px;
	color: #fff;
	font-size: 15px;
} 
.top-head .search .close{
	position: absolute;
	top:-20px;
	right: -10px;
	color: #fff;
	cursor: pointer;
	display: none;
}
.nav{
	font-size: 25px;
	text-transform: uppercase;
	padding: 0;
	margin: 0;
	list-style: none;
	font-family: 'bebas_neue_regularregular';
}
.nav:after{
	content: '';
	display: block;
	clear: both;
}
.nav>li{
	float: left;
	position: relative;
}
.nav>li>a{
	color: #fff;
	display: block;
	padding: 14px 15px;
	text-decoration: none;
}
.nav .drop{
	position: absolute;
	width: 215px;
	right: 0;
	top:100%;
	padding: 0;
	margin: 0;
	list-style: none;
	background-color: #974f38;
	font-family: 'pf_agora_sans_proregular';
	font-size: 16px;
	z-index: 4;
	display: none;
}
.nav .drop-left{
	left: 0;
	right: auto;
}

@media screen and (max-width: 760px) {
   .nav .drop-left{
   display:none;
   }
}

.nav .drop li{
	border-top: 1px solid #fff;
}
.nav>li:hover>.drop{display: block;}
.nav .drop li:hover a{
	background-color: #272e33;
}
.nav .drop a{
	color: #fff;
	text-decoration: none;
	display: block;
	padding: 5px 10px;
	text-transform: uppercase;
}
.nav>li>a:hover, .nav>li:hover>a{
	background-color: #974f38;
	text-decoration: none;
}
.top-slider{
	padding: 50px 0;
}
.top-slider .right{
	padding: 0 60px;
	position: relative;
	width: 740px;
	float: right;
}
.gallery-holder {
	position:relative;
}
.gallery-holder .gholder {
	overflow: hidden;
	width: 100%;
}
.gallery-holder .gmask {
	position: relative;
}
.gallery-holder .gmask .slideset {
	list-style: none;
	overflow: hidden;
	padding: 0;
	margin: 0;
	width:100%;
}
.gallery-holder .gmask .slide {
	position: absolute;
	top: 0;
	left: 0;
	width:100%;
	border:1px solid #adafb1;
}
.gallery-holder .gmask .slide img{
	display: block;
	width: 100%;
}
.slideshow .gmask div.active {
	z-index: 1;
}
.gallery-holder a.btn-prev,
.gallery-holder a.btn-next {
	width: 46px;
	height: 84px;
	position: absolute;
	left:-60px;
	top:50%;
	margin-top: -42px;
	z-index: 3;
	background: url(../img/prev.png) 0 0 no-repeat;
}
.gallery-holder a.btn-next {
	background: url(../img/next.png) 0 0 no-repeat;
	left: auto;
	right: -60px;
}
.tb1{
	padding: 30px 0;
	background-color: #272e33;
	color: #fff;
}
.tb1 ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.tb1 ul li{
	width: 20%;
	float: left;
}
.tb1 .t1{
	padding-left: 45px;
	text-transform: uppercase;
	font-family: 'bebas_neue_regularregular';
	margin-bottom: 5px;
	font-size: 32px;
}
.tb1 p{
	padding-left: 45px;
	margin: 0;
	font-size: 18px;
}
.tb1 .item1 .t1{
	background: url(../img/tb1-ico1.png) 0 50% no-repeat;
}
.tb1 .item2 .t1{
	background: url(../img/tb1-ico2.png) 0 50% no-repeat;
}
.tb1 .item3 .t1{
	background: url(../img/tb1-ico3.png) 0 50% no-repeat;
}
.tb1 .item4 .t1{
	background: url(../img/tb1-ico4.png) 0 50% no-repeat;
}
.tb1 .item5 .t1{
	background: url(../img/tb1-ico5.png) 10px 50% no-repeat;
}
.tb2{
	padding: 30px 0;
}
.c{
	text-align: center;
	margin-bottom: 35px;
}
.h2{
	position: relative;
	text-transform: uppercase;
	font-size: 48px;
	display: inline-block;
	padding: 0 10px;
	color: #000;
	font-family: 'bebas_neue_regularregular';
}
.h2:before{
	content: '';
	background: #aeaeae;
	position: absolute;
	left:100%;
	top:27px;
	height: 1px;
}
.h2:after{
	content: '';
	background: #aeaeae;
	position: absolute;
	right:100%;
	top:27px;
	height: 1px;
}
@media screen and (min-width: 1000px) {
    .h2:before{
     	width: 1000px; 
}
  .h2:after{
     	width: 1000px; 
}
}

.tb2 .wr{
	color: #3b3b3b;
	font-size: 18px;
	overflow: hidden;
	position: relative;
	padding-right: 215px;
}
.tb2 p{
	margin: 0 0 20px;
}
.tb2 .right{
	width: 165px;
	position: absolute;
	right:0;
	top:0;
}
.tb2 .right .t1{
	padding-bottom: 5px;
	margin-bottom: 10px;
	border-bottom: 3px solid #000;
	font-size: 20px;
}
.tb2 .right .t1 a{
	text-decoration: none;
	font-size: 16px;
	color: #974f38;
	text-transform: uppercase;
}
.tb2 .right p{
	margin-bottom: 10px;
}
.tb2 .right .t2{
	border-top: 1px solid #a3a3a3;
	padding-top: 5px;
}
.tb2 .right .t2 a{
	text-decoration: underline;
	color: #974f38;
}
.tb3{
	height: 330px;
	background: url(../img/tb3.jpg) 50% 0 no-repeat;
}
.tb3 .h{
	padding-top: 10px;
	color: #fff;
}
.tb3 .h2{
	color: #fff;
}
.tb3 .h2:after, .tb3 .h2:before{background-color: #fff;}
.tb3 .all{
	color: #fff;
	font-size: 18px;
	text-decoration: underline;
}
.tb3 .all:hover{
	text-decoration: none;
}
.tb3 ul{
	padding: 0;
	margin: 0;
	text-align: center;
	list-style: none;
}
.tb3 ul li{
	width: 16.66666%;
	float: left;
	padding: 0 5px;
}
.tb3 .c{
	margin-bottom: 50px;
}
.tb4{
	padding: 30px 0;
}
.tb4 .tabs{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
	margin-bottom: 40px;
	border:1px solid #c9c9c9;
	text-align: center;
	line-height: 76px;
	font-size: 40px;
	font-family: 'bebas_neue_regularregular';
	text-transform: uppercase;
}
.tb4 .tabs li{
	width: 33.3333%;
	float: left;
}
.tb4 .tabs .ico{
	width: 30px;
	display: inline-block;
	margin-right: 10px;
	line-height: 76px;
}
.tb4 .tabs .ico1{
	background: url(../img/tab-ico1.png) 50% 50% no-repeat;
}
.tb4 .tabs .ico2{
	background: url(../img/tab-ico2.png) 50% 50% no-repeat;
}
.tb4 .tabs .ico3{
	background: url(../img/tab-ico3.png) 50% 50% no-repeat;
}
.tb4 .tabs .t{
	display: inline-block;
}
.tb4 .tabs li.active, .tb4 .tabs li:hover{
	color: #fff;
	background-color: #974f38;
	cursor: pointer;
}
.tb4 .tabs li.active .ico1, .tb4 .tabs li:nth-child(1):hover .ico{
	background: url(../img/tab-ico1-a.png) 50% 50% no-repeat;
}
.tb4 .tabs li.active .ico2, .tb4 .tabs li:nth-child(2):hover .ico{
	background: url(../img/tab-ico2-a.png) 50% 50% no-repeat;
}
.tb4 .tabs li.active .ico3, .tb4 .tabs li:nth-child(3):hover .ico{
	background: url(../img/tab-ico3-a.png) 50% 50% no-repeat;
}
.catalog{
	overflow: hidden;
}
.tovar{
	height: 370px;
	width: 33.333%;
	float: left;
	margin-bottom: 30px;
	min-width: 180px;
	border:1px solid #eee;
}
.tovar .img{
	height: 226px;
	text-align: center;
	margin-bottom: 4px;
}
.tovar .img a{
	display: block;
	height: 100%;
}
.tovar .img a:after{
	width: 0;
	content: '';
	display: inline-block;
	vertical-align: middle;
	height: 100%;
}
.tovar .img img{
	display: inline-block;
	vertical-align: middle;
	max-height: 200px;
	max-width: 145px;
}
.tovar .t{
	max-width: 200px;
	margin: 0 auto;
}
.tovar .t p{
	margin: 0 0 5px;
	font-size: 16px;
	color: #3b3b3b;
}
.tovar .t .name{
	font-family: 'pf_agora_sans_proregular';
	text-transform: uppercase;
	margin-bottom: 5px;
	min-height:40px;
}
.tovar .t .name a{
	color: #000;
	text-decoration: none;
}
.tovar .t .name a:hover{
	text-decoration: underline;
}
.tovar .price{
	width: 173px;
	border:1px solid #000;
	height: 37px;
	position: relative;
	padding-right: 41px;
}
.tovar .price .bask{
	width: 41px;
	height: 37px;
	position: absolute;
	right: -1px;
	top:-1px;
	background: url(../img/bask2.png) 0 0 no-repeat;
}
.tovar .price .bask:hover{
	opacity: 0.9;
}
.tovar .price .pr{
	text-align: center;
	color: #3b3b3b;
	font-size: 24px;
	line-height: 35px;
}
.tovar .price .pr .rub{
	display: inline-block;
	position: relative;
}
.tovar .price .pr .rub:after{
	content: '';
	width: 12px;
	position: absolute;
	height: 1px;
	background-color: #3b3b3b;
	left:-1px;
	top:20px;
}
.tb5{
	padding: 30px 0;
}
.tb5 .wr{
	margin-left: -50px;
	overflow: hidden;
}
.tb5 .wr .box{
	width: 33.3333%;
	float: left;
	padding-left: 50px;
}
.tb5 .wr .box .img{
	height: 125px;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
}
.tb5 .wr .box .img img{
	max-height: 122px;
}
.tb5 .wr .box .date{
	color: #636363;
	font-size: 14px;
}
.tb5 .wr .box .name{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.tb5 .wr .box .name a{
	color: #3b3b3b;
	text-decoration: underline; 
}
.tb5 .wr .box .name a:hover{
	text-decoration: none;
}
.tb5 .wr .box p{
	margin: 0;
	color: #3b3b3b;
	font-size: 16px;
}
.tb6 .wr .box .img{
	height: auto;
	padding-bottom: 10px;
	min-height:50px;
}
.tb6 .wr .box .img a{
	color: #3b3b3b;
	text-decoration: underline;
}
.tb6 .wr .box .img a:hover{
	text-decoration: none;
}
.tb6 .wr .box .image{
	margin-bottom: 5px;
}
.tb6 .wr .box .image img{
	display: block;
	width: 100%;
}
.tb7{
	height: 623px;
	background: url(../img/tb7.jpg) 50% 0 no-repeat;
}
.tb7 .h{
	padding-top: 20px;
}
.tb7 .h2{
	color: #fff;
}
.tb7 .h2:after, .tb7 .h2:before{background-color: #fff;}
.tb7 .wr{
	overflow: hidden;
}
.tb7 .left{
	width: 60%;
	float: left;
}
.tb7 .right{
	width: 40%;
	float: left;
	color: #fff;
}
.tb7 .left ul{
	padding: 0;
	margin: 0;
	list-style: none;
	overflow: hidden;
}
.tb7 .left ul li{
	width: 50%;
	float: left;
	padding-right: 15px;
	margin-bottom: 15px;
}
.tb7 .left ul li p{
	margin: 0 0 15px;
	color: #fff;
	font-size: 22px;
}
.tb7 .left ul li img{
	display: block;
	width: 100%;
}
.tb7 .numb{
	width: 43%;
	padding: 20px 15px;
	margin-top: 41px;
	float: left;
	background-color: #fff;
	height: 416px;
}
.tb7 .numb .box:first-child{
	padding-bottom: 30px;
	margin-bottom: 16px;
	border-bottom: 1px solid #999d9f;
}
.tb7 .numb .box .n{
	color: #974f38;
	font-family:  'pf_agora_sans_proregular';
	font-size: 111px;
	line-height: 101px;
}
.tb7 .numb .box p{
	font-size: 21px;
	color: #3b3b3b;
	margin: 0;
}
.tb7 .t{
	padding-top: 40px;
	overflow: hidden;
	padding-left: 10px;
}
.tb7 .t .h4{
	text-transform: uppercase;
	margin: 0 0 35px; 
	font-size: 29px;
	font-family: 'bebas_neue_regularregular';
}
.tb7 .t ul{
	font-size: 15px;
	padding-left: 20px;
	margin: 0;
}
.tb7 .t ul li{
	margin-bottom: 10px;
}
.tb8{
	padding: 30px 0 ;
}
.tb8 .wr{
	overflow: hidden;
}
.tb8 .left{
	width: 370px;
	float: left;
}
.tb8 .right{
	width: 363px;
	float: right;
}
.tb8 .t1{
	font-size: 22px;
	font-family: 'pf_agora_sans_proregular';
	margin-bottom: 15px;
}
.tb8 p{
	margin: 0;
	font-size: 18px;
	color: #3b3b3b;
}
.tb8 .right .wrap{
	overflow: hidden;
	margin-top: 30px;
}
.tb8 .right .l{
	width: 50%;
	border-right: 1px solid #525252;
	padding: 10px 0;
	float: left;
}
.tb8 .right .r{
	width: 50%;
	float: left;
	padding-top: 30px;
	padding-left: 15px;
}
.tb8 .right .r a{
	color: #974f38;
	text-decoration: underline;
	font-size: 18px;
}
.tb8 .right .r a:hover{
	text-decoration: none;
}
.footer{
	border-top: 1px solid #b2b2b2;
}
.links{
	padding: 30px 0 15px;
	border-bottom: 1px solid #b2b2b2;
}
.links ul{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 25%;
	float: left;
	font-size: 16px;
	padding-right: 20px;
}
.links ul li{
	margin-bottom: 12px;
}
.links ul li a{
	color: #3b3b3b;
	text-decoration: none;
}
.links ul li a:hover{
	text-decoration: underline;
}
.foot{
	padding: 20px 0;
}



.foot  .tel{
	width: 193px;
	float: left;
	margin-right: 25px;
	margin-top: 4px;
}
.foot  .tel a{
	color: #000;
	text-decoration: none;
	font-size: 26px;
}
.foot  .adr{
	padding: 10px 0 10px 30px;
	width: 316px;
	float: left;
	background: url(../img/f-ico2.png) 0 50% no-repeat;
	margin-right: 25px;
	
}
.foot  .call{
	padding: 10px 0 10px 30px;
	width: 145px;
	float: left;
	background: url(../img/f-ico1.png) 0 50% no-repeat;
	margin-right: 25px;
	
}
.foot  .call a{
	color: #000;
	text-decoration: none;
}
.foot  .call a:hover{
	text-decoration: underline;
}
.foot .soc{
	padding: 0;
	margin: 0;
	list-style: none;
	float: right;
}
.foot .soc li{
	display: inline-block;
}
.overlay{
	position:fixed;
	background:rgba(0,0,0,0.7);
	height:100%;
	left:0;
	top:0;
	width:100%;
	z-index:10;
	display: none;
}
.popup{
	left:50%;
	top:100px;
	text-align:center;
	margin:0 0 0 -310px;
	position:fixed;
	z-index:11;
	width:620px;
	padding: 40px;
	background: #fff;
	box-shadow:0 0 16px 0px rgba(0,0,0,0.7);
	display: none;
}
.popup .close{
	position:absolute;
	width:18px;
	top:-10px;
	right:-10px;
	height:18px;
	background:url(../img/close.png) no-repeat;
}
.popup .close:hover{
	opacity:0.9;
	cursor:pointer;
}
.popup form input[type='text']{
	color: #272e33;
	font-size: 18px;
	display: block;
	width: 100%;
	border:1px solid #b8babc;
	padding: 8px 10px;
	margin: 0 0 10px;
	font-family: 'pf_agora_sans_prolight';
}
.popup form textarea{
	color: #272e33;
	font-size: 18px;
	display: block;
	width: 100% !important;
	border:1px solid #b8babc;
	padding: 8px 10px;
	margin: 0 0 15px;
	height: 140px !important;
	font-family: 'pf_agora_sans_prolight';
	overflow: auto;
}
.popup form input[type='submit']{
	color: #272e33;
	font-size: 18px;
	display: block;
	width: 100%;
	border:1px solid #b8babc;
	padding: 0;
	margin: 0;
	width: 234px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	background-color: #af4f3d;
	cursor: pointer;
	height: 45px;
	border: 0;
	font-family: 'pf_agora_sans_prolight';
}
.popup form input[type='submit']:hover{
	background-color: #272e33;
}
.popup .tel-form input[type='text']{
	height: 73px;
	padding: 0;
	text-align: center;
	line-height: 71px;
	color: #272e33;
	font-size: 30px;
}
.popup .tel-form input[type='submit']{
	margin: 0 auto;
}
.popup2{
	width: 480px;
	margin-left: -240px;
}
.header-inner .logo{
	text-align: left;
	width: 266px;
}
.header-inner .logo a{
	left: auto;
	float: left;
	width: 140px;
}
.header-inner .logo a img{
	width: 100%;
}
 .header-inner .logo .t1{
	border: 0;
	color: #fff;
	text-align: left;
	font-size: 14px;
	padding-left:10px;
}
.header-inner .logo .t{
	padding-top: 40px;
	overflow: hidden;
}
.header-inner .basket{
	width: 131px;
	height: 65px;
	text-align: center;
	background: url(../img/bask-1.png) 0 0 no-repeat;
}
.header-inner .top-head .tel{
	width: 146px;
	padding-top: 22px;
	margin-right: 5px;
}
.header-inner .top-head .tel a{
	font-size: 19px;
}
.header-inner .basket a{
	color: #fff;
	text-decoration: none;
	padding-left: 65px;
}
.header-inner .basket a .num{
	font-size: 14px;
}
.header-inner .basket a .num .s1{
	font-size: 33px;
	line-height: 33px;
	display: block;
	padding-top: 6px;
}
.header-inner .logo .t2{display: none;}
.pagin{
	padding: 0;
	margin: 0;
	list-style: none;
	color: #3b3b3b;
	font-size: 18px;
	margin-bottom: 20px;
}
.pagin li{
	display: inline-block;
}
.pagin li:after{
	content: ' / ';
}
.pagin li:last-child:after{display: none;}
.pagin a{
	color: #3b3b3b;
	text-decoration: underline;
}
.pagin a:hover{
	text-decoration: none;
}
.cart{
	padding-top: 40px;
}
.cart .h1{
	font-size: 30px;
	text-transform: uppercase;
	margin: 0 0 15px;
}
.cart .nal{
	line-height: 26px;
	font-size: 18px;
	color: #3b3b3b;
	margin-bottom: 30px;
}
.cart .nal img , .cart .nal span{
	display: inline-block;
	vertical-align: middle;
}
.cart .price{
	width: 286px;
	border:1px solid #000;
	height: 68px;
	position: relative;
	padding-right: 69px;
	margin-bottom: 30px;
}
.cart .price .bask{
	width: 69px;
	height: 68px;
	position: absolute;
	right: -1px;
	top:-1px;
	background: url(../img/bask-c.png) 0 0 no-repeat;
}
.cart .price .bask:hover{
	opacity: 0.9;
}
.cart .price .pr{
	text-align: center;
	color: #3b3b3b;
	font-size: 42px;
	line-height: 68px;
}
.cart .price .pr .rub{
	display: inline-block;
	position: relative;
}
.cart .price .pr .rub:after{
	content: '';
	width: 12px;
	position: absolute;
	height: 1px;
	background-color: #3b3b3b;
	left:0px;
	top:38px;
}
.cart .wrap{
	overflow: hidden;
	position: relative;
}
.cart .left{
	width: 56%;
	float: left;
	padding-right: 55px;
}
.cart .right{
	width: 44%;
	float: left;
}
.cart .photos{
	width: 420px;
	overflow: hidden;
	border:1px solid #aeaeae;
	padding: 10px;
	position: absolute;
	right: 0;
	top:0;
}
.cart .photos .big{
	width: 80%;
	float: left;
}
.cart .photos .big img{
	width: auto;
	max-height:260px;
	display: block;
}
.cart .photos .mini{
	padding: 0;
	margin: 0;
	list-style: none;
	width: 20%;
	position:absolute;
	
	float: left;
	padding-left: 10px;
	background-color:#fff;
	padding-right:10px;
	right:0px !important;
	height:260px;
}
.cart .photos .mini li{
	margin-bottom: 30px;
}
.cart .photos .mini li img{
	width: 100%;
	display: block;
}
.cart::-webkit-scrollbar-thumb {
    border: 2px solid white;
    background-color: #ccc;
}
.cart::-webkit-scrollbar {
    -webkit-appearance: none;
}

.cart::-webkit-scrollbar:horizontal {
    height: 13px;
}

.cart::-webkit-scrollbar-thumb {
    border-radius: 6px;
    border: 2px solid white; 
    background-color: rgba(0, 0, 0, .5);
}
.cart .photos .mini li a{display: block;}
.cart h3{
	font-weight: normal;
	text-transform: uppercase;
	font-size: 30px;
	font-family: 'bebas_neue_regularregular';
	margin: 0 0 10px;
}
.cart .color{
	margin-bottom: 20px;
}
.cart .color ul{
	padding: 0;
	margin: 0;
	list-style: none;
}
.cart .color ul li{
	width: 91px;
	display: inline-block;
	vertical-align: top;
}
.cart .color ul .ico{
	margin-bottom: 10px;
	width: 53px;
	height: 53px;
	border-radius: 27px;
	overflow: hidden;
	border:3px solid #ccc;
}
.cart .color ul .ico img{
	width: 100%;
	height: 100%;
	display: block;
}
.cart .color .pr{
	color: #3b3b3b;
	font-size: 18px;
	line-height: 22px;
}
.cart .color  .pr .rub{
	display: inline-block;
	position: relative;
}
.cart .color .pr .rub:after{
	content: '';
	width: 12px;
	position: absolute;
	height: 1px;
	background-color: #3b3b3b;
	left:-2px;
	top:12px;
}
.cart .color .name{
	margin-bottom: 2px;
	font-size: 14px;
}
.cart .color .active .ico{
	border: 5px solid #b45543;
}
.cart .list{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
	width: 418px;
	position: absolute;
	right: 0;
	top:317px;
}
.cart .list li{
	width: 162px;
	display: inline-block;
	vertical-align: top;
	margin: 0 0px 20px 0 ;
	overflow: hidden;
}
.cart .list li .t{
	overflow: hidden;
}
.cart .list li img{
	float: left;
	margin: 0 8px 0 0;
}
.cart .list li:first-child{
	width: 160px;
	margin-right: 50px;
}
.cart .list a{
	color: #000;
}
.cart .desc{
	padding: 12px 0 20px;
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	margin-bottom: 20px;
	display:block;
	clear:both;
}
.cart .desc p{
	margin: 0;
	font-size: 16px;
	color: #3b3b3b;
}
.cart .desc p a{
	color: #000;
}
.cart .tables{
	border-bottom: 3px solid #000;
	margin-bottom: 20px;
}
.cart .tables .table{
	padding: 0;
	margin: 0;
	list-style: none;
	line-height: 29px;
	color: #3b3b3b;
	font-size: 16px;
	margin-bottom: 20px;
	max-width: 336px;
}
.cart .tables .table li{
	overflow: hidden;
}
.cart .tables .table .t1{
	width: 60%;
	float: left;
	padding-left: 15px;
}
.cart .tables .table .t2{
	width: 25%;
	float: left;
}
.cart .tables .table li:nth-child(odd){
	background-color: #e3e3e3;
}
.cart .blue-box{
	height: 79px;
	padding-top: 2px;
	background-color: #0fabde;
	color: #fff;
	font-family: 'bebas_neue_regularregular';
	margin-bottom: 30px;
	text-transform: uppercase;
}
.cart .blue-box .t1{
	font-size: 21px;
	width: 170px;
	text-align: right;
	margin-right: 10px;
	float: left;
}
.cart .blue-box .t3{
	font-size: 21px;
	width: 127px;
	float: right;
}
.cart .blue-box .t2{
	font-size: 77px;
	line-height: 79px;
	width: 85px;
	float: left;
	text-align: center;
}
.cart .right{
	padding-top: 447px;
}
.cart .form-box p{
	margin: 0 0 5px;
	color: #3b3b3b;
	font-size: 16px;
}
.cart .form-box input[type='text']{
	line-height: 26px;
	border:1px solid #aeaeae;
	margin: 0 0 10px;
	width: 267px;
	padding: 0 10px;
	color: #3b3b3b;
	font-size: 16px;
	font-family: 'pf_agora_sans_prolight';
}
.cart .form-box textarea{
	line-height: 18px;
	border:1px solid #aeaeae;
	margin: 0 0 15px;
	width: 100% !important;
	height: 116px !important;
	padding: 10px;
	color: #3b3b3b;
	overflow:auto;
	font-size: 16px;
	font-family: 'pf_agora_sans_prolight';
}
.cart .form-box input[type='submit']{
	width: 196px;
	height: 45px;
	background-color: #af4f3d;
	color: #fff;
	text-transform: uppercase;
	font-size: 24px;
	font-family: 'pf_agora_sans_prolight';
	border: 0;
	cursor: pointer;
	padding: 0;
	margin: 0;
}
.cart .form-box input[type='submit']:hover{
	background-color: #272e33;
}
.aside {
	width: 240px;
	float: left;
	margin-right: 20px;
}
.aside .list{
	padding: 0;
	background-color: #272e33;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 16px;
	font-family: 'pf_agora_sans_proregular';
	margin-bottom: 30px;
}
.aside .ban{
	text-align: center;
}
.aside .list li{
	border-top: 1px solid #444a4f;
}
.aside .list li:first-child{
	border: 0;
}
.aside .list a{
	color: #fff;
	display: block;
	padding: 10px 30px;
	text-decoration: none;
}
.aside .list a:hover{
	background-color: #af4f3d;
}
.main-holder{
	max-width: 970px;
	padding-left: 10px;
	padding-right: 10px;
	margin: 0 auto;
	overflow: hidden;
	padding: 40px 0;
}
.content{
	overflow: hidden;
}
.content .tabs{
	font-size: 38px;
	max-width: 470px;
}
.content .tabs li{
	width: 50%;
}
.content .h2{
	font-size: 30px;
	line-height: 54px;
}
.content .tb4 .c a{
	color: #af4f3d;
	text-decoration: underline;
	font-size: 18px;
}
.content .tb4 .c a:hover{
	text-decoration: none;
}
.content .tb4 {
	padding: 0;
}
.catalog-search{
	width: 100%;
	height: 63px;
	border:1px solid #aeaeae;
	padding-right: 63px;
	margin-bottom: 15px;
	position: relative;
}
.catalog-search input[type='submit']{
	width: 63px;
	height:63px;
	position: absolute;
	right: 0;
	top:0;
	padding: 0;
	margin: 0;
	border: 0;
	cursor: pointer;
	background: url(../img/ss.png) 50% 50% no-repeat;
}
.catalog-search input[type='text']{
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	background: none;
	border: 0;
	line-height: 61px;
	padding: 0 10px;
	color: #3b3b3b;
	font-size: 24px;
	font-family: 'pf_agora_sans_prolight';
} 
.aside .sw{
	padding: 10px;
	margin: 0;
	list-style: none;
	font-size: 27px;
	text-transform: uppercase;
	font-family: 'bebas_neue_regularregular';
	display: none;
}
.aside .sw li{
	display: inline-block;
}
.aside .sw li:first-child{
	margin: 0;
	position: relative;
	padding-right: 40px;
	background: url(../img/arr1.png) 100% 50% no-repeat;
}
.aside .sw li a{
	color: #fff;
	text-decoration: none;
}
.aside .sw li.active a{
	color: #974f38;
}
.alpha{
	padding: 0;
	margin: 0;
	list-style: none;
	text-transform: uppercase;
	font-size: 34px;
	font-family: 'bebas_neue_regularregular';
	margin-bottom: 30px;
}

.alpha li{
	display: inline-block;
}
.alpha li a{
	display: block;
	width: 20px;
	color: #272e33;
	text-align: center;
	text-decoration: none;
}
.alpha li.active a, .alpha li a:hover{
	background-color: #974f38;
	color: #fff;
	text-decoration: none;
}
.letter-box{
	margin-bottom: 20px;
}
.letter-box .letter{
	margin-bottom: 20px;
	position: relative;
	font-size: 38px;
	line-height: 38px;
	overflow: hidden;
	text-transform: uppercase;
	font-family: 'bebas_neue_regularregular';
}
.letter-box .letter:after{
	content: '';
	border: 1px solid #aeaeae;
	width: 100%;
	position: absolute;
	bottom: 7px;
	left: 30px;
}
.letter-box .wr{
	overflow: hidden;
	margin-bottom: 20px;
}
.letter-box ul{
	width: 25%;
	float: left;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 16px;
	text-transform: uppercase;
}
.letter-box ul li{
	margin: 0 0 3px;
}
.letter-box ul a{
	color: #3b3b3b;
	text-decoration: underline;
}
.letter-box ul a:hover{
	text-decoration: none;
}
.aside .filter{
	background-color: #fff;
	border:1px solid #000;
	padding: 10px;
}
.aside .filter .h3{
	text-transform: uppercase;
	font-family: 'bebas_neue_regularregular';
	color: #3b3b3b;
	margin: 0 0 3px;
	font-size: 24px;
}
.aside .filter .wr{
	overflow: hidden;
	margin-bottom: 5px;
}
.aside .filter .l{
	width: 100px;
	margin-right: 10px;
	float: left;
}
.aside .filter .l:last-child{margin: 0;}
.aside .filter .l p{
	margin: 0 0 5px;
	color: #3b3b3b;
	font-size: 16px;
}
.aside .filter input[type='text']{
	padding: 0;
	margin: 0;
	width: 100%;
	display: block;
	background: none;
	border: 0;
	line-height: 26px;
	padding: 0 10px;
	color: #000;
	font-size: 15px;
	border:1px solid #aeaeae;
}
.aside .filter label{
	text-transform: uppercase;
	font-family: 'bebas_neue_regularregular';
	color: #3b3b3b;
	font-size: 24px;
	margin: 0;
	overflow: hidden;
}

/* hide original element */
.jcf-hidden {
	display: block !important;
	position: absolute !important;
	left: -9999px !important; /* change to right: -9999px on RTL sites */
}
/* custom checkbox styles */
.chk-area {
	margin: 4px 5px 0 0;
	float: left;
	width: 19px;
	height: 17px;
	background-color: #767676;
}
.chk-checked {
	background: url(../img/ch.png) 0 0 no-repeat;
}

.aside .filter input[type='submit'], .aside .filter input[type='button'] {
	color: #272e33;
	font-size: 18px;
	display: block;
	width: 100%;
	border:1px solid #b8babc;
	padding: 0;
	margin: 0;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	background-color: #af4f3d;
	cursor: pointer;
	height: 30px;
	border: 0;
	font-family: 'pf_agora_sans_prolight';
}
.aside .filter input[type='submit']:hover, .aside .filter input[type='button']:hover{
	background-color: #272e33;
}
.sel{
	max-width: 486px;
	overflow: hidden;
	border:1px solid #aeaeae;
	margin-bottom: 35px;
}
.sel a{
	
	float: left;
	padding: 5px 36px 5px 15px;
	font-size: 18px;
	text-decoration: none;
	color: #000;
	background: url(../img/arr2.png) 90% 50% no-repeat;
}
.sel .active, .sel a:hover{
	color: #fff;
	background: #aeaeae url(../img/arr2-2.png) 90% 50% no-repeat;
}
.content .tb6 .box{
	width: 50%;
}
.content .banner img{
	width: 100%;
	display: block;
}
.content .banner{
	margin-bottom: 20px;
	margin-top:25px;
}
.pager{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 30px;
	font-family: 'bebas_neue_regularregular';
	margin-bottom: 30px;
	position: relative;
}
.pager:after{
	content: '';
	background: #aeaeae;
	width: 1000px;
	position: absolute;
	left: 210px;
	top:18px;
	height: 1px;
}
.pager li{
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
}
.pager li a{
	color: #000;
	text-decoration: none;
}
.pager li.active a, .pager li a:hover{
	color: #974f38;
} 
.pager li a img{display: block;}
.tb .h1{
	text-transform: uppercase;
	font-size: 30px;
}
.content .tb6 .box{
	margin-bottom: 30px;
}
.tb4 .h{overflow: hidden;}
.razdel {
	margin-bottom: 30px;
	padding-left: 60px;
}
.razdel p{
	margin: 0 30px 0 0;
	display: inline-block;
	color: #3b3b3b;
	font-size: 18px;
}
.razdel ul{
	padding: 0;
	margin: 0;
	list-style: none;
	display: inline-block;
	text-transform: uppercase;
	font-size: 18px;
}
.razdel ul li{
	display: inline-block;
	margin-right: 30px;
	padding-left: 20px;
	background: url(../img/razd.png) 0 50% no-repeat;
}
.razdel ul li.active{
	background: url(../img/razd-a.png) 0 50% no-repeat;
}
.razdel ul li a{
	color: #aeaeae;
	text-decoration: none;
}
.razdel ul li.active a{
	color: #000;
}
.razdel+.c .h2{
	font-size: 30px;
	line-height: 54px;
}
.korzina .sw{
	text-align: center;
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
	text-transform: uppercase;
}
.korzina .sw li{
	display: inline-block;
}
.korzina .sw li:after{
	content: ' / ';
}
.korzina .sw li:last-child:after{display: none;}
.korzina .sw a{
	color: #000;
	text-decoration: none;
}
.korzina .sw .active a, .korzina .sw  a:hover{
	text-decoration: underline;
}
.korzina .sp{
	max-width: 620px;
	margin: 0 auto;
	overflow: hidden;
	margin-bottom: 50px;
}
.korzina .h3{
	font-family: 'bebas_neue_regularregular';
	margin-bottom: 15px;
	text-transform: uppercase;
	font-size: 30px;
}
.korzina .sp .left{
	width: 260px;
	float: left;
}
.korzina .sp .right{
	width: 284px;
	float: right;
}
.korzina .sp .wr{
	margin-bottom: 15px;
	font-size: 18px;
}
.korzina .sp label{
	cursor: pointer;
}
.korzina .form-box{
	padding-bottom: 40px;
}
.korzina .form-box .wr{
	overflow: hidden;
	margin-bottom: 30px;
}
.korzina .form-box .wr .box{
	width: 33.333333%;
	float: left;
	padding: 0 17px;
}
.korzina .form-box input[type='text']{
	color: #272e33;
	font-size: 18px;
	display: block;
	width: 100%;
	border:1px solid #b8babc;
	padding: 8px 10px;
	margin: 0 0 10px;
	font-family: 'pf_agora_sans_prolight';
}
.korzina .form-box input[type='submit']{
	color: #272e33;
	font-size: 18px;
	display: block;
	width: 100%;
	border:1px solid #b8babc;
	padding: 0;
	margin: 0 auto;
	width: 253px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	background-color: #af4f3d;
	cursor: pointer;
	height: 45px;
	border: 0;
	font-family: 'pf_agora_sans_prolight';
}
.korzina .form-box input[type='submit']:hover{
	background-color: #272e33;
}
.korzina .form-box .h3{
	text-align: center;
}
.korzina .form-box p{
	margin: 0 0 5px;
}
.korzina .form-box p span{
	color: #f00;
}
.korzina {
	padding-top: 50px;
}
.basket-box .box{
	overflow: hidden;
}
.basket-box .box .img{
	border:1px solid #aeaeae;
	width: 131px;
	height: 126px;
	float: left;
	margin-right: 20px;
	text-align: center;
}
.basket-box .box .img:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
}
.basket-box .box .img img{
	display: inline-block;
	vertical-align: middle;
}
.basket-box .box .name{
	font-size: 18px;
	width: 430px;
	float: left;
	margin-right: 10px;
}
.basket-box .box .name a{
	color: #000;
	text-decoration: underline;
}
.basket-box .box .name a:hover{
	text-decoration: none;
}
.basket-box .box .pr{
	width: 100px;
	float: left;
	margin-right: 40px;
}
.basket-box .box .num{
	width: 155px;
	float: left;
}
.basket-box .box .num>*{
	display: inline-block;
	vertical-align: middle;
}
.basket-box .box .num img{display: block;}
.basket-box .box .close{
	float: right;
	cursor: pointer;
}
.basket-box .box .num input{
	border:1px solid #aeaeae;
	width: 80px;
	height: 27px;
	line-height: 25px;
	font-size: 18px;
	text-align: center;
	margin-right: 5px;
}
.basket-box .box .num>div{cursor: pointer;}
.basket-box .box .pr{
	color: #3b3b3b;
	font-size: 24px;
}
.basket-box .box .num .down{
	margin-right: 5px;
}
.basket-box .box .pr .rub{
	position: relative;
}
.basket-box .box .pr .rub:after{
	content: '';
	width: 12px;
	position: absolute;
	height: 1px;
	background-color: #3b3b3b;
	left:-1px;
	top:17px;
}
.basket-box .box{
	margin-bottom: 15px;
}
.itogo .pr{
	padding: 0 10px;
	height: 49px;
	line-height: 49px;
	color: #fff;
	text-align: right;
	font-size: 24px;
	background-color: #32bea6;
}
.itogo .btn{
	color: #272e33;
	font-size: 18px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	width: 256px;
	text-align: center;
	line-height: 45px;
	text-transform: uppercase;
	color: #fff;
	font-size: 24px;
	background-color: #af4f3d;
	cursor: pointer;
	height: 45px;
	border: 0;
	text-decoration: none;
	color: #fff;
	margin-top: 15px;
	font-family: 'pf_agora_sans_prolight';
}
.itogo .btn:hover{
	background-color: #272e33;
}
.itogo{
	padding-bottom: 50px;
}
.aside .big-list a{
	padding: 15px 30px;
}
.calendar{
	margin-top: 50px;
	margin-bottom: 20px;
}
.aside .heading{
	background-color: #272e33;
	color: #fff;
	text-transform: uppercase;
	padding: 5px 0 5px 50px;
	font-size: 30px;
	line-height: 28px;
	font-family: 'bebas_neue_regularregular';
	margin-bottom: 15px;
}
.aside .heading a{
	color: #fff;
	text-decoration: underline;
	text-transform: none;
	font-family: 'pf_agora_sans_prolight';
	font-size: 18px;
	line-height: 18px;
	position: relative;
	top:-5px;
}
.aside .heading a:hover{
	text-decoration: none;
}

.aside .news-box .box{
	
}
.aside .news-box  .box .img{
	height: 125px;
	border-bottom: 3px solid #000;
	margin-bottom: 10px;
}
.aside .news-box  .box .img img{
	max-height: 122px;
}
.aside .news-box .box .date{
	color: #636363;
	font-size: 14px;
}
.aside .news-box .box .name{
	font-size: 18px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.aside .news-box .box .name a{
	color: #3b3b3b;
	text-decoration: underline; 
}
.aside .news-box .box .name a:hover{
	text-decoration: none;
}
.aside .news-box .box p{
	margin: 0;
	color: #3b3b3b;
	font-size: 16px;
}
.tb .tags{
	padding: 0;
	margin: 0;
	list-style: none;
	font-size: 18px;
}
.tb .tags li{
	display: inline-block;
	margin-right: 10px;
}
.tb .tags li a{
	padding: 2px 10px;
	display: block;
	border-radius: 10px;
	background-color: #c5c6c8;
	color: #272e33;
	text-decoration: none;
}
.tb .image{
	text-align: center;
	margin-bottom: 15px;
}
.tb-3-col .wr .box .img{
	height: auto;
	padding-bottom: 10px;
}
.tb-3-col .wr .box .img a{
	color: #3b3b3b;
	text-decoration: underline;
	font-size: 18px;
}
.tb-3-col .wr .box .img a:hover{
	text-decoration: none;
}
.tb-col-1 .wr{
	margin: 0;
}
.tb-col-1 .wr .box{
	padding: 0;
	width: auto;
	float: none;
	margin-bottom: 20px;
	overflow: hidden;
}
.tb-col-1 .wr .box .l{
	float: left;
	margin-right: 20px;
	width:150px;
}
.tb-col-1 .wr .box .r{
	overflow: hidden;
}
.tb4 .heading{
	margin-bottom: 30px;
}
.tb4 .heading .name{
	font-size: 48px;
	text-transform: uppercase;
	font-family: 'bebas_neue_regularregular';
	line-height: 48px;
}
.tb4 .heading img{
	position: relative;
}
.tb4 .heading a{
	font-size: 18px;
	color: #000;
	text-decoration: underline;
}
.tb4 .heading a:hover{
	text-decoration: none;
}
.tb4 .heading .t{
	display: inline-block;
	padding-right: 20px;
	position: relative;
}
.tb4 .heading .t:after{
	content: '';
	border-top: 1px solid #aeaeae;
	width: 1000px;
	left: 100%;
	position: absolute;
	top:40px;
}
.tb-col-1 .wr .box .img{
	max-width: 260px;
}

a {color:#AF4F3D;}
.popup-window-buttons { background-color:#AE4934; padding:10px; width:180px; margin:0 auto; height:40px; overflow:hidden; cursor:hand; cursor:pointer; color:#fff; margin-top:10px;}
.popup-window-with-titlebar .popup-window-content, .popup-window-content-gray .popup-window-content {background-color:#fff !important;}
.popup-window-titlebar {font-size:18px;margin-top:14px; margin-left:10px; }








