*{
	
}
html{
	
}
body{
	background:#eaeff3;
	display:block;
	padding-top:20px;
	font-family:'PT Sans'
}
body,td,th,input,textarea,select,a{
	
}
h1{
	font-size:30px
}
.welcome{
	
}
h2{
	
}
p{
	
}
a,a:visited,a b{
	text-decoration: underline;
}
a:hover{
	text-decoration: none;
}
a img{
	
}
form{
	
}
input[type='text'],input[type='password'],textarea{
	
}
select{
	
}
label{
	
}
#container{
	background:#fff;
	margin-bottom:33px;
	box-shadow:0 0 8px 1px rgba(0,0,0,0.2)
}
#header{
	
}
#header .links_menu{
	padding-top:12px;
	border-bottom:1px solid #dce0e3;
	padding-bottom:8px
}
#header .links_menu a{
	font-family:'PT Sans';
	font-size:14px;
	display:inline-block;
	vertical-align:top;
	margin-right:64px
}
#header #logo{
	
}
#header #logo a{
	display:block;
	padding:18px 0;
	text-align:center
}
#header #logo img{
	width: auto;
	height: 170px;
	display:inline-block;
	vertical-align:top;
	margin: -10px 0;
}
#slogan{
	margin-top:26px;
	display:block;
	margin-bottom:15px;
	border-right:1px solid #dce0e3;
	padding-top:4px;
	padding-bottom:14px
}
#slogan b{
	font-size: 39px;
	font-family: 'Izhitsa', 'PT Sans', sans-serif;
	color: #75ab3e;
	text-align: center;
	display: block;
	line-height: 40px;
}
#slogan small{
	font-size: 17px;
	color: #3f596a;
	display: block;
	line-height: 19px;
	text-align: center;
	margin: 2px 0 0;
}
#regim{
	margin-top:26px;
	margin-bottom:15px;
	border-right:1px solid #dce0e3;
	padding-top:0;
	padding-bottom:0;
	font-size:14px;
	color:#3f596a
}
#regim b{
	font-size:22px;
	color:#3f586a;
	font-weight:bold;
	display:block;
	background:url('../image/clock.png') left center no-repeat;
	padding-left:30px;
	line-height:22px;
	position:relative;
	top:-3px;
	padding-bottom:4px
}
#regim .info{
	font-size:14px;
	font-weight:bold;
	padding-left:30px
}
#zvonok{
	padding-top:20px;
	margin-bottom:19px
}
#zvonok .phone{
	font-size:22px;
	color:#3f586a;
	font-weight:bold;
	background:url('../image/phone.png') left center no-repeat;
	margin-left:8px;
	padding-left:25px
}
#zvonok .info{
	font-size:12px;
	color:#3f586a;
	text-align:center;
	padding-left:10px;
	padding-bottom:8px
}
#zvonok .email{
	font-size:20px;
	color:#3f586a;
	font-weight:bold;
	background:url('../image/email.png') left center no-repeat;
	padding-left:25px;
	margin-left:8px
}
#address .address{
	font-size:20px;
	color:#3f586a;
	font-weight:bold;
	background:url('../image/address_pin.png%3F4') left 25% no-repeat;
	padding-left:25px;
	margin-left:8px
}
#menu{
	clear:both;
	background:#86c248;
	border-radius:5px;
	
}
#menu .catalogue{
	position:relative;
	float:left;
	z-index:100
}
#menu .catalogue > ul{
	position:absolute;
	top:100%;
	left:0;
	padding-left:0;
	display:block;
	width:100%;
	background:#f3f3f3;
	padding-top:16px;
	z-index:999
}
#menu .catalogue > ul > li{
	display:block;
	list-style:none;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child{
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child > a{
	padding-bottom:2px
}
#menu .catalogue > ul > li > a{
	font-size:16px;
	color:#404040;
	display:block;
	border-bottom:1px solid #dbdfe2;
	padding-bottom:4px;
	line-height:19px;
	padding-top:0px
}
#menu .catalogue > ul > li > a:hover{
	color:#ff690f;
	text-decoration:none
}
#menu .catalogue > ul > li:last-child{
	margin-bottom:4px
}
#menu .catalogue > ul > li:last-child > a{
	border:0
}
#menu .catalogue > ul > li > a+div{
	display:none
}
#menu .catalogue > ul > li > a+div > ul{
	
}
#menu .catalogue > ul > li > a+div > ul > li{
	
}
#menu .catalogue > ul > li > a+div > ul > li > a{
	
}
#menu .catalogue > span{
	font-size:16px;
	text-transform:uppercase;
	color:#fff;
	font-family:'Open Sans';
	font-weight:normal;
	background:#75ab3e url('../image/butt.png') 10% center no-repeat;
	padding:12px 32px 12px 42px;
	display:block;
	border-radius:4px;
	cursor:pointer
}
#menu:after{
	content:'';
	display:table;
	clear:both
}
#menu .spec_link{
	font-size:16px;
	color:#fff;
	font-weight:bold;
	background:url('../image/spec_link.png') 10% center no-repeat;
	padding:12px 47px 13px 47px;
	display:block;
	float:left
}
#menu #search{
	float:left;
	padding-left:16px;
	padding-top:5px;
	width:39.3%;
	position:relative;
	display:flex
}
#menu #search .button-search{
	position:absolute;
	top:5px;
	right:1px;
	display:block;
	background:url('../image/button-search.png') left center no-repeat;
	width:30px;
	height:36px;
	z-index:2;
	cursor:pointer
}
#menu #search input[type=text]{
	height:36px;
	width:71%;
	background:#fff;
	border:0;
	padding-left:10px;
	border-radius:4px
}
#menu #search span{
	font-size:16px;
	color:#fff;
	display:inline-block;
	vertical-align:middle;
	margin-right:15px;
	line-height:36px;
	white-space:nowrap
}
#menu #cart{
	float:right;
	background:#ffc200;
	width:225px;
	border-radius:4px
}
#menu #cart .heading{
	display:block;
	padding-top:13px;
	padding-bottom:14px;
	padding-right:17px;
	padding-left:7px
}
#menu #cart .heading a{
	display:block;
	background:url('../image/cart_ico.jpg') left center no-repeat;
	position:relative;
	font-family:'Open Sans'
}
#menu #cart .heading #cart-total{
	font-size:16px;
	color:#23343f;
	display:block;
	padding-left:40px;
	white-space:nowrap
}
#cart-total span{
	display:block;
	background:#ff690f;
	color:#fff;
	font-size:12px;
	font-weight:bold;
	position:absolute;
	top:0;
	right: 5px;
	width:19px;
	height:20px;
	text-align:center;
	line-height:20px;
	border-radius:20px
}
#cart-total b{
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
	margin-left:4px
}
#content{
	padding-top:10px;
	min-height: 400px;
}
.common-home{
	
}
.common-home .slideshow{
	margin-bottom:31px
}
.common-home .slideshow .nivo-directionNav{
	display:block!important
}
.common-home .slideshow .nivo-controlNav{
	display:none
}
.common-home .slideshow img{
	
}
.common-home #bannerh0{
	background:#f3f3f3;
	padding-top:28px;
	padding-left:8px;
	display:flex;
	padding-bottom:28px;
	border-radius:5px;
	margin-bottom:45px
}
.common-home #bannerh0 > div{
	float:left;
	width:128px;
	margin-right:48px
}
.common-home #bannerh0 > div span{
	margin-left:67px;
	display:block;
	font-size:14px;
	color:#404040;
	text-decoration:underline;
	padding-top:3px
}
.common-home #bannerh0 > div a{
	display:block
}
.common-home #bannerh0 > div img{
	display:block;
	float:left
}
.common-home #bannerh0:after{
	content:'';
	display:table;
	clear:both
}
.common-home #bannerh0 > div:first-child{
	width:128px;
	margin-right:41px
}
.common-home #bannerh0 > div:nth-child(2){
	width:134px
}
.common-home #bannerh0 > div:nth-child(3){
	
}
.common-home #bannerh0 > div:nth-child(4){
	
}
.common-home #bannerh0 > div:nth-child(5){
	
}
.common-home #bannerh0 > div:last-child{
	margin-right:0
}
.box-product-module{
	margin-bottom:30px
}
.box-product-module .box-heading{
	background:url('../image/line1.jpg') center center repeat-x;
	text-align:center;
	margin-bottom:31px
}
.box-product-module .box-heading span{
	font-size:30px;
	color:#23343f;
	background:#fff;
	font-weight:bold;
	display:inline-block;
	vertical-align:top;
	position:relative;
	top:-3px;
	padding:0 24px
}
.box-product-module .box-content{
	
}
.box-product-module .box-product{
	padding-left:10px
}
.itemp{
	float:left;
	width:254px;
	border:1px solid #e7e7e7;
	margin-right:24px;
	margin-bottom:30px;
	border-radius:4px
}
.itemp:hover{
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border:1px solid #fff
}
.itemp .sku-rating{
	display:table;
	width:100%
}
.itemp .sku-rating .sku{
	font-size:12px;
	color:#3f596a;
	width:50%;
	display:table-cell;
	text-align:left;
	padding-top:12px;
	padding-left:14px
}
.itemp .sku-rating .sku font{
	color:#23343f
}
.itemp .sku-rating .rating{
	display:table-cell;
	text-align:right
}
.itemp .image{
	text-align:center;
	margin-bottom:0px;
	padding-left:10px;
	padding-right:10px
}
.itemp .image a{
	display:block
}
.itemp .image img{
	display:block;
	margin-left:auto;
	margin-right:auto
}
.itemp .name{
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	min-height:70px
}
.itemp .name a{
	font-size:16px;
	color:#23343f;
	text-decoration:none;
	font-family:'Open Sans'
}
.itemp .price{
	font-family:'Open Sans';
	text-align:center;
	margin-bottom:7px
}
.itemp .price .price-new{
	font-size:22px;
	color:#ff690f;
	font-weight:bold;
	font-family:'Open Sans'
}
.itemp .price .price-old{
	font-size:16px;
	color:#404040;
	text-decoration:line-through
}
.itemp .cart{
	text-align:center;
	margin-bottom:18px
}
.itemp .cart a{
	font-size:14px;
	color:#3f596a;
	text-decoration:underline;
	display:inline-block;
	vertical-align:top;
	line-height:38px;
	position:relative;
	left:7px
}
.itemp .cart input[type=button]{
	background:#ff690f url('../image/cart_cart.png') 16px center no-repeat;
	border:0;
	color:#fff;
	font-family:'Open Sans';
	font-size:14px;
	width:137px;
	height:38px;
	border-radius:4px;
	display:inline-block;
	vertical-align:top;
	margin-left:13px;
	padding-left:24px
}
.itemp:hover .cart input[type=button]{
	background-color:#86c248
}
.common-home .itemp:nth-child(4n){
	margin-right:0
}
.box-product-module .box-product:after{
	content:'';
	display:table;
	clear:both
}
#news_on_home{
	background:#f3f3f3;
	margin-bottom:109px
}
#news_on_home .box{
	padding-top:16px;
	margin-left:0px;
	margin-right:-10px
}
#news_on_home .box-heading{
	font-size:30px;
	color:#23343f;
	text-align:center;
	font-weight:bold;
	margin-bottom:29px
}
#news_on_home .box-content{
	
}
#news_on_home .box-news{
	display:block;
	float:left;
	width:340px;
	font-family:'Open Sans'
}
#news_on_home .box-news .h4{
	font-size:14px;
	color:#404040;
	font-weight:bold;
	font-family:'Open Sans';
	margin-top:0;
	float:left;
	margin-bottom:13px
}
#news_on_home .box-news .posted{
	float:right;
	font-size:12px;
	color:#828282
}
#news_on_home .box-news img{
	display:block
}
#news_on_home .box-news .newsimage{
	display:block;
	float:left;
	margin-bottom:11px
}
#news_on_home .box-news .desc{
	width:100%;
	float:left;
	font-size:12px;
	color:#626262;
	line-height:15px
}
#news_on_home .box-news .desc a{
	
}
#news_on_home .box-news .button{
	float:right;
	font-size:12px;
	color:#00518b;
	text-decoration:underline
}
#news_on_home .box-news:nth-child(3n){
	margin-right:0
}
#info_on_home{
	font-size:14px;
	color:#404040;
	margin-bottom:38px
}
.desc-main{
	padding-right:330px;
	position:relative
}
#info_on_home h1{
	font-size:30px;
	color:#ff690f;
	margin-top:0;
	margin-bottom:24px
}
#info_on_home p{
	font-size:16px;
	color:#404040;
	display:block;
	line-height:22px;
	margin-bottom:20px
}
#info_on_home img{
	float:right;
	margin-right:52px;
	display:block;
	margin-left:45px
}
#map_on_home{
	margin-bottom:20px
}
#map_on_home > .row{
	
}
.breadcrumb{
	
}
.breadcrumb > div{
	
}
.breadcrumb > div a{
	font-size:14px;
	color:#32424c;
	text-decoration:underline
}
.breadcrumb > div span{
	font-size:14px;
	color:#32424c
}
.product-category{
	
}
.product-category #content{
	margin-bottom:49px
}
.product-category #content h1{
	font-size:30px;
	color:#32424c;
	margin-bottom:26px
}
.product-category #content .breadcrumb{
	
}
.product-category #content .breadcrumb > div{
	
}
.product-category #content .breadcrumb > div a{
	
}
.product-category #content .breadcrumb > div span{
	
}
.other_category{
	padding-bottom:15px;
	border-bottom:1px solid #dce0e3
}
.other_category .category-list{
	display:block;
	padding:0
}
.other_category .category-list ul{
	padding:0;
	margin:0;
	display:block
}
.other_category .category-list ul li{
	list-style:none;
	display:inline-block;
	vertical-align:top;
	border-radius:4px;
	margin-right:5px;
	margin-bottom:5px
}
.other_category .category-list ul li a{
	display:block;
	font-size:16px;
	color:#404040;
	line-height:17px;
	padding:13px 17px;
	background:#fff0bf;
	border-radius:4px
}
.other_category .category-list ul li a:hover{
	text-decoration:none;
	background:#c6ef9d
}
.product-filter{
	padding-top:30px
}
.product-filter .sort{
	float:left
}
.product-filter .sort b{
	color:#404040;
	font-size:16px;
	font-weight:normal
}
.product-filter .sort select{
	border:1px solid #c2c6c8;
	height:42px;
	width:259px;
	padding-left:7px;
	border-radius:4px
}
.product-filter .limit{
	float:right
}
.product-filter .limit b{
	color:#404040;
	font-size:16px;
	font-weight:normal
}
.product-filter .limit select{
	border:1px solid #c2c6c8;
	height:42px;
	width:69px;
	padding-left:7px;
	border-radius:4px
}
.product-category .itemp:nth-child(4n){
	margin-right:0
}
.category-info{
	margin-bottom:79px;
	font-size:14px;
	color:#404040;
	line-height:22px
}
.category-info h1{
	margin-top:0
}
.category-info p{
	font-size:14px;
	color:#404040;
	margin-bottom:21px
}
.pagination{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#404040;
	margin-top:17px
}
.pagination .results{
	
}
.pagination .links{
	
}
.pagination a{
	display:inline-block;
	min-width:20px;
	height:26px;
	vertical-align:top;
	line-height:26px
}
.pagination b{
	font-weight:normal;
	display:inline-block;
	width:26px;
	height:26px;
	vertical-align:top;
	line-height:26px;
	background:#c5ef9d;
	border-radius:4px
}
.pagination:after{
	content:'';
	display:table;
	clear:both
}
.pagination:before{
	content:'';
	clear:both;
	display:table
}
.product_in_category{
	margin-bottom:10px
}
.product-product{
	
}
.product-product .breadcrumb{
	margin-bottom:18px
}
.product-product #content > .row > .left{
	
}
.product-product #content > .row > .left .image{
	position:relative
}
.product-product #content > .row > .left .image a{
	display:block
}
.product-product #content > .row > .left .image a img{
	border:1px solid #c3c5c8;
	display:block;
	margin-left:auto;
	margin-right:auto;
	border-radius:3px;
	max-width:99%
}
.product-product #content > .row > .left .image-additional{
	padding-top:13px
}
.product-product #content > .row > .left .image-additional a{
	display:inline-block;
	vertical-align:top;
	margin-left:5px
}
.product-product #content > .row > .left .image-additional a img{
	width:110px;
	max-width:130px;
	max-height:130px;
	border:1px solid #c3c5c8;
	border-radius:3px
}
.product-product #content > .row > .right{
	padding-left:15px
}
.product-product #content > .row > .right .heading{
	font-size:20px;
	color:#23343f;
	padding-top:10px;
	padding-bottom:18px
}
.product-product #content > .row > .right .description{
	
}
.product-product #content > .row > .product-info{
	background:#f3f3f3;
	font-size:14px;
	color:#23343f;
	border-radius:4px
}
.product-info{
	
}
.product-info > .row{
	padding-top:16px;
	padding-left:19px;
	padding-right:27px
}
.product-info .sku{
	font-size:14px;
	color:#3f596a;
	margin-bottom:29px
}
.product-info h1{
	font-size:30px;
	color:#23343f;
	font-weight:normal;
	margin-top:0;
	min-height:95px;
	padding-bottom:10px;
	margin-bottom:25px;
	border-bottom:1px solid #dce0e3
}
.product-info .price{
	margin-bottom:21px
}
.product-info .price .price-new{
	font-size:36px;
	color:#ff690f;
	font-weight:bold;
	display:block;
	line-height:36px
}
.product-info .price .price-old{
	font-weight:normal;
	font-size:18px;
	color:#32424c;
	display:block;
	text-decoration:line-through
}
.product-info .cart{
	border-bottom:1px solid #dce0e3;
	height:95px;
	margin-bottom:26px
}
.product-info .cart .qq{
	
}
.product-info .cart .qq span{
	font-size:14px;
	color:#3f596a;
	display:block;
	margin-bottom:4px
}
.product-info .cart .qq input[type=text]{
	text-align:center;
	font-size:14px;
	color:#000000;
	border-top:0;
	border-bottom:0;
	border-left:1px solid #c2c5c8;
	border-right:1px solid #c2c5c8;
	width:48px
}
.product-info .cart .qq button.plus{
	background:none;
	border:0;
	font-size:14px;
	color:#000
}
.product-info .cart .qq button.minus{
	background:none;
	border:0;
	font-size:14px;
	color:#000;
	height:40px;
	width:19px
}
.product-info .cart .qq #button-cart{
	background:#ff690f url('../image/bc.png') 50px center no-repeat;
	border:0;
	color:#fff;
	font-size:18px;
	height:42px;
	border-radius:5px;
	float:right;
	width:200px;
	padding-left:37px;
	line-height:30px
}
.product-info .cart .qq .qua{
	display:flex;
	border:1px solid #c2c5c8;
	border-radius:4px;
	width:88px;
	float:left;
	background:#fff
}
.product-info .cart .minimum{
	
}
.product-info .info_desc{
	margin-right:-10px;
	margin-bottom:23px
}
.product-info .info_desc ul{
	display:block;
	padding-left:0
}
.product-info .info_desc ul li{
	list-style:none;
	display:block;
	position:relative;
	margin-bottom:16px
}
.product-info .info_desc ul li:first-child{
	
}
.product-info .info_desc ul li img{
	float:left;
	position:relative;
	top:3px;
	left:5px
}
.product-info .info_desc ul li span{
	margin-left:33px;
	display:block;
	letter-spacing:-0.1px;
	text-decoration:underline;
	color:#3f596a;
	font-size:14px;
	padding-bottom:4px
}
.product-info .info_desc ul li font{
	display:block;
	margin-left:31px;
	color:#7992a3;
	font-size:14px
}
.product-info .info_desc ul li:first-child img{
	left:0
}
#tab-attribute{
	
}
#tab-attribute .attribute{
	
}
#tab-attribute .attribute .tr{
	display:flex;
	margin-bottom:9px
}
#tab-attribute .attribute .td{
	font-size:16px;
	color:#23343f;
	padding-right:6px
}
#tab-attribute .attribute .td:first-child{
	
}
#tab-attribute .attribute .td:last-child{
	
}
#tabs{
	text-align:center;
	padding-top:72px;
	margin-bottom:3px
}
#tabs ul{
	background:url(../image/line1.jpg) center center repeat-x
}
#tabs ul li{
	float:none;
	display:inline-block;
	vertical-align:top;
	margin-right:25px;
	margin-left:25px
}
#tabs ul li a{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	
    background:#fff
}
#tabs ul li.active{
	
}
#tabs ul li.active a{
	color:#23343f
}
.product-product .tab-content{
	margin-bottom:80px
}
.product-product .tab-content .tab-pane{
	font-size:14px;
	color:#23343f;
	line-height:27px
}
.product-product .tab-content .tab-pane iframe,.product-product .tab-content .tab-pane frame,.product-product .tab-content .tab-pane *{
	max-width:100%!important
}
.product-product .tab-content .tab-pane p{
	
}
.oct_rev{
	font-size:14px;
	color:#0055aa;
	text-decoration:underline;
	background:none;
	border:0;
	padding:0;
	float:left
}
.all_rev{
	font-size:14px;
	color:#0055aa;
	text-decoration:underline;
	background:none;
	border:0;
	padding:0;
	float:right;
	margin-right:22px
}
.last_review{
	padding-top:33px;
	margin-bottom:17px
}
.last_review .total_rating{
	font-size:20px;
	color:#23343f;
	margin-bottom:15px
}
.last_review .total_rating span{
	float:right;
	font-size:14px;
	color:#3f596a;
	display:block;
	margin-right:19px
}
.last_review .total_rating img{
	
}
.last_review .review-list{
	border:1px solid #dadee1;
	width:92%;
	border-radius:3px;
	padding-left:19px;
	padding-top:14px;
	padding-right:12px;
	padding-bottom:15px
}
.last_review .review-list .text{
	font-size:14px;
	color:#828385;
	font-style:italic;
	line-height:17px;
	margin-bottom:12px;
	height:170px;
	width:100%;
	overflow:hidden
}
.last_review .review-list .author{
	font-size:12px;
	color:#23343f;
	padding-bottom:5px
}
.last_review .review-list .rating{
	font-size:12px;
	color:#23343f
}
.last_review .review-list .rating img{
	margin-left:9px
}
.oct_rev:hover,.all_rev:hover{
	text-decoration:none
}
#tab-related{
	margin-bottom:109px
}
#tab-related .itemp{
	margin-left:10px;
	margin-right:10px
}
#tab-related .box-heading{
	text-align:center;
	background:url(../image/line1.jpg) center center repeat-x;
	margin-bottom:40px
}
#tab-related .box-heading span{
	font-size:30px;
	color:#23343f;
	font-weight:bold;
	background:#fff;
	padding-left:10px;
	padding-right:10px
}
#tab-review{
	
}
#tab-review #review-title{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	
}
#tab-review b{
	
}
#tab-review input[name=name]{
	border:1px solid #dadee1
}
#tab-review input[name=email]{
	border:1px solid #dadee1
}
#tab-review input[name=city]{
	border:1px solid #dadee1
}
#tab-review input[name=rating]{
	
}
#tab-review input[name=captcha]{
	border:1px solid #dadee1;
	margin-bottom:15px
}
#tab-review textarea{
	border:1px solid #dadee1;
	resize:none
}
#tab-review img{
	
}
#tab-review #button-review{
	background:#ff690f;
	border:0;
	color:#fff;
	font-family:'Open Sans';
	font-size:14px;
	width:200px;
	height:38px;
	border-radius:4px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	text-align:center;
	line-height:38px;
	cursor:pointer
}
#review .review-list{
	border:1px solid #dadee1;
	width:100%;
	border-radius:3px;
	padding-left:19px;
	padding-top:14px;
	padding-right:12px;
	padding-bottom:15px;
	margin-bottom:20px
}
#review .review-list .text{
	font-size:14px;
	color:#828385;
	font-style:italic;
	line-height:17px;
	margin-bottom:12px
}
#review .review-list .author{
	
}
#review .review-list .rating{
	
}
#tab-review #button-review:hover{
	background-color:#86c248
}
.information-article{
	
}
.information-article h1{
	
}
.information-article .breadcrumb{
	
}
.information-article .content-article{
	
}
.information-article .content-article .article{
	font-size:14px;
	line-height:19px;
	color:#3f596a
}
.information-article .content-article .image{
	float:left;
	padding-right:20px;
	padding-bottom:20px
}
.information-article .content-article .image img{
	
}
.information-article #content{
	margin-bottom:100px
}
.information-article #content .panelcollapsed .panelcontent p a{
	color: #23527c;
	text-decoration:underline
}
.information-article #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-blog{
	
}
.information-blog h1{
	
}
.information-blog .breadcrumb{
	
}
.information-blog .content-blog{
	
}
.information-blog .content-blog .blog{
	font-size:14px;
	line-height:19px;
	color:#3f596a
}
.information-blog .content-blog .image{
	float:left;
	padding-right:20px;
	padding-bottom:20px
}
.information-blog .content-blog .image img{
	
}
.information-blog #content{
	margin-bottom:100px
}
.information-blog #content .panelcollapsed .panelcontent p a{
	color: #23527c;
	text-decoration:underline
}
.information-blog #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-news{
	
}
.information-news h1{
	
}
.information-news .breadcrumb{
	
}
.information-news .content-news{
	
}
.information-news .content-news .news{
	font-size:14px;
	line-height:19px;
	color:#3f596a
}
.information-news .content-news .image{
	float:left;
	padding-right:20px;
	padding-bottom:20px
}
.information-news .content-news .image img{
	
}
.information-news #content{
	margin-bottom:100px
}
.information-news #content .panelcollapsed .panelcontent p a{
	text-decoration:underline
}
.information-news #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.checkout-simplecheckout{
	
}
.checkout-simplecheckout h1{
	font-weight:bold;
	color:#23343f;
	margin-bottom:22px
}
.simplecheckout-cart th:first-child{
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.simplecheckout-cart th:last-child{
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.simplecheckout-cart td.image a{
	display:block;
	width:131px
}
.simplecheckout-cart td.image img{
	border:1px solid #dce0e3;
	border-radius:3px
}
.simplecheckout-cart td.name a{
	font-size:16px;
	color:#23343f
}
.simplecheckout-cart td.quantity .qua{
	border:1px solid #c2c5c8;
	border-radius:3px;
	display:flex;
	width:88px;
	height:42px;
	margin-left:auto;
	margin-right:auto
}
.simplecheckout-cart td.quantity .qua .minus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua .plus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua input[type=text]{
	border-left:1px solid #c2c5c8;
	border-right:1px solid #c2c5c8;
	border-top:0;
	border-bottom:0;
	font-size:14px;
	color:#000;
	width:47px;
	text-align:center
}
.simplecheckout-cart-total span:first-child{
	text-align:left;
	display:inline-block;
	vertical-align:top;
	font-size:18px;
	color:#404040;
	font-weight:normal
}
#total_total.simplecheckout-cart-total{
	
}
#total_total.simplecheckout-cart-total .simplecheckout-cart-total-value{
	font-size:18px;
	color:#ff690f
}
.simplecheckout-cart td.remove img{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:gray;
	-webkit-filter:grayscale(1)
}
.simplecheckout-cart td.remove img:hover{
	filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	
    filter:none;
	-webkit-filter:grayscale(0)
}
.imregister{
	
}
.imregister td{
	padding-bottom:17px;
	padding-top:0
}
.imregister input[type=radio]{
	display:none
}
.imregister input[type=radio]+label{
	background:url('../image/radio_no.png') left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:23px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262
}
.imregister input[type=radio]:checked+label{
	background:url('../image/radio_yes.png') left center no-repeat
}
#checkout_customer_main_comment{
	resize:none;
	height:107px
}
#simplecheckout_shipping{
	
}
#simplecheckout_shipping .simplecheckout-block-content{
	padding-top:6px;
	min-height:121px
}
#simplecheckout_shipping input[type=radio]{
	display:none
}
#simplecheckout_shipping input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:27px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262;
	margin-bottom:6px
}
#simplecheckout_shipping input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_payment{
	
}
#simplecheckout_payment .simplecheckout-block-content{
	padding-top:8px
}
#simplecheckout_payment input[type=radio]{
	display:none
}
#simplecheckout_payment input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:26px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262;
	margin-bottom:6px
}
#simplecheckout_payment input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_button_confirm{
	background:#ff690f;
	border:0;
	color:#fff;
	font-size:18px;
	width:254px;
	max-width:100%;
	line-height:37px;
	border-radius:4px
}
#simplecheckout_button_confirm+small{
	font-size:12px;
	display:block;
	text-align:center;
	line-height:14px;
	width:254px;
	padding-top:10px
}
#simplecheckout_button_confirm:hover{
	background:#86c248
}
#simplecheckout_button_confirm span{
	
}
#simple_return{
	border:1px solid #c2c6c8;
	width:257px;
	height:50px;
	line-height:37px;
	font-size:18px;
	color:#727272
}
#simple_return:hover{
	background:#c2c6c8;
	color:#fff
}
#footer{
	background:#23343f;
	clear:both;
	padding-top:15px;
	padding-bottom:18px;
	border-radius:3px
}
#footer .box-heading{
	color:#fff;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px
}
#footer .column1{
	padding-left:19px
}
#footer .column1{
	
}
#footer .column1 > img{
	display:block;
	margin-bottom:25px
}
#footer .column1 a{
	display:inline-block;
	vertical-align:top;
	margin-bottom:15px;
	margin-right:2px
}
#footer .column1 .b2{
	margin-bottom:15px
}
#footer a img{
	opacity:1
}
#footer a:hover img{
	opacity:0.6
}
#footer .column1 .rekviz{
	font-size:14px;
	color:#b7cad9;
	line-height:22px
}
#footer .column2{
	
}
#footer .column2 ul{
	padding:0;
	margin:0;
	display:block
}
#footer .column2 li{
	list-style:none;
	display:block
}
#footer .column2 li a{
	font-size:14px;
	color:#b7cad9
}
#footer .column3{
	padding-left:15px
}
#footer .column3 ul{
	padding:0;
	margin:0;
	display:block
}
#footer .column3 li{
	list-style:none;
	display:block;
	line-height:15px;
	padding-bottom:6px
}
#footer .column3 li a{
	font-size:14px;
	color:#b7cad9
}
#footer .column4 .box-heading{
	
}
#footer .column4 input[type=text]{
	display:block;
	width:100%;
	border:0;
	font-style:italic;
	font-size:14px;
	color:#597c93;
	border-radius:3px;
	height:37px;
	padding-left:10px;
	margin-bottom:5px
}
#footer .column4 small{
	color:#fff;
	font-size:12px;
	display:block;
	margin-bottom:10px;
	line-height:14px
}
#footer .column4 input[type=button]{
	border:0;
	font-size:18px;
	color:#fff;
	font-weight:bold;
	text-align:center;
	background:#86c248;
	width:100%;
	margin-top:5px;
	height:37px;
	border-radius:3px;
}
#footer .column4 input[type=button]:hover{
	background:#ff690f
}
#footer .column4 .address{
	font-size:14px;
	color:#b7cad9;
	line-height:22px
}
.copyright{
	text-align:center;
	font-size:14px;
	color:#23343f;
	padding-top:11px;
	padding-bottom:11px
}
#info_on_home  h1{
	margin-bottom:5px;
	font-weight:bold
}
.sdesc{
	font-size:18px;
	margin-bottom:20px;
	display:block
}
#info_on_home h2{
	font-size:24px;
	color:#ff690f;
	font-weight:bold
}
.item-list .item{
	display:inline-block;
	width:44%;
	margin:20px 20px 20px 0;
	vertical-align:top
}
.item-list .item2{
	display:inline-block;
	width:44%;
	margin:20px;
	vertical-align:top
}
.item-list .item img{
	float:left !important;
	margin-right:18px !important;
	display:block;
	margin-left:0px !important
}
.item-list .item p b{
	font-size:20px
}
.item-list .item2 p b{
	font-size:20px
}
.item2 img{
	float:none !important;
	margin-right:0 !important;
	display:block !important;
	margin-left:0 !important;
	margin-bottom:15px
}
.item-list .item p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:16px !important
}
.item-list .item2 p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:21px !important
}
.tablealc tr th{
	background-color:#99c153;
	border-bottom:2px solid #99c153 !important;
	border-right:2px solid #99c153 !important
}
.tablealc tr th p{
	color:#fff !important;
	font-size:20px !important;
	padding:20px 0 20px 50px;
	margin:0 !important
}
.tablealc tr td p{
	font-size:18px !important;
	padding:10px 0 10px 50px;
	margin:0 !important
}
.tablealc tr td:last-child p{
	
}
.tablealc tr td:first-child p{
	
}
.tablealc{
	
}
.tablealc tr td{
	
}
.listalc{
	padding-left:0px;
	list-style:none;
	border-bottom:1px solid #ccc
}
.listalc li{
	padding-bottom:20px;
	padding-left:40px;
	font-size:16px;
	background:url(../../../../../image/main/plus.jpg) no-repeat 5px 2px
}
#info_on_home h3{
	font-size:30px;
	text-align:center;
	margin-bottom:40px;
	margin-top:30px;
	font-weight:bold;
	
}
#info_on_home ol{
	list-style:none
}
#info_on_home ol li{
	display:inline-block;
	width:49%;
	height:251px;
	padding:20px 0 0 20px;
	vertical-align:top;
	border-radius:5px;
	font-size:20px
}
.orange{
	color:#fe6920
}
#info_on_home ol li:first-child{
	background:url(../../../../../image/main/pr1.jpg) no-repeat 0px 0px
}
#info_on_home ol li:last-child{
	background:url(../../../../../image/main/pr2.jpg) no-repeat 0px 0px
}
.border-tablealc{
	border:2px solid #99c153 !important
}
.desc-mainn2{
	background:url('../../../../../image/main/water.png') right top no-repeat;
	padding-left:0;
	margin-right:-34px;
	padding-right:34px
}
.desc-mainn2:after{
	content:'';
	clear:both;
	display:table
}
.desc-mainn2 table{
	
}
.desc-mainn2 table.tablealc{
	width:100%;
	border-collapse:collapse
}
.desc-mainn2 .tablealc1{
	padding-left:0;
	padding-right:0;
	height:100%
}
.desc-mainn2 .tablealc2{
	border-left:2px solid #99c153 !important;
	padding-left:0;
	padding-right:0;
	height:100%
}
.desc-mainn2 .tablealc1 .tablealc tr td p{
	background:url(../../../../../image/main/minus.jpg) no-repeat 15px 10px
}
.desc-mainn2 .tablealc2 .tablealc tr td p{
	background:url(../../../../../image/main/plus.jpg) no-repeat 15px 10px
}
.desc-mainn2 .tablealc1 table.tablealc{
	margin:0 -1px 0 0;
	padding:0;
	width:auto
}
.desc-mainn2 .tablealc2 table.tablealc{
	
}
.desc-mainn3{
	background-color:#f3f3f3;
	margin:20px 0 0px 0;
	padding:1px 20px
}
@media (max-width:490px){
	.desc-mainn1{
	
}
.desc-mainn2{
	background:none;
	margin-right:0;
	padding-right:10px
}
.desc-mainn3{
	
}
#info_on_home .desc-mainn2 img{
	float:none!important;
	margin-left:auto!important;
	margin-right:auto!important;
	margin-bottom:10px
}
#info_on_home .desc-mainn2 .item-list .item2{
	margin-left:2%;
	margin-right:2%
}
.desc-mainn4{
	
}
#info_on_home .desc-mainn4 ol li{
	width:100%;
	margin-right:0!important;
	display:block;
	margin-bottom:15px
}
.desc-mainn5{
	
}
#container{
	padding-left:10px;
	padding-right:10px
}
body{
	padding-top:52px
}
#header .navbar-header{
	position:fixed;
	top:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	z-index:199;
	left:0;
	height:50px
}
#header .navbar-header button{
	color:#000;
	border:1px solid #000;
	background:#efefef
}
#header .links_menu{
	float:left;
	width:100%;
	position:fixed;
	top:50px;
	left:0;
	z-index:199;
	background:rgba(0,0,0,0.6);
	padding-left:15px;
	padding-right:15px
}
#header .links_menu a{
	width:100%;
	float:none;
	margin-right:0;
	color:#fff;
	font-size:18px
}
#header .navbar-header .navbar-toggle .icon-bar{
	background:#404040
}
#slogan{
	border-right:0;
	text-align:center
}
#slogan b{
	font-size:22px;
	color:#3f596a;
	font-weight:bold;
	display:block;
	line-height:28px
}
#slogan small{
	font-size:14px;
	color:#3f596a;
	display:block;
	line-height:18px
}
#regim{
	margin-top:0;
	text-align:center;
	border:0
}
#regim b{
	padding-left:0;
	top:0;
	background:none
}
#regim .info{
	padding-left:0
}
#zvonok{
	padding-top:20px;
	margin-bottom:19px
}
#zvonok .phone{
	background:none;
	margin-left:0;
	padding-left:0;
	text-align:center
}
#zvonok .info{
	padding-left:0
}
#zvonok .email{
	background:none;
	padding-left:0;
	margin-left:0;
	text-align:center
}
#menu{
	clear:both
}
#menu .catalogue{
	position:relative;
	float:none;
	z-index:100
}
#menu .catalogue > ul{
	position:static;
	top:100%;
	left:0;
	padding-left:0;
	display:block;
	width:100%;
	background:#f3f3f3;
	padding-top:16px;
	z-index:999;
	border-left:1px solid #86c248;
	border-right:1px solid #86c248
}
#menu .catalogue > ul.collapse{
	display:none
}
#menu .catalogue > ul.collapse.in{
	display:block
}
#menu .catalogue > ul > li{
	display:block;
	list-style:none;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child{
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child > a{
	padding-bottom:2px
}
#menu .catalogue > ul > li > a{
	font-size:16px;
	color:#404040;
	display:block;
	border-bottom:1px solid #dbdfe2;
	padding-bottom:4px;
	line-height:19px;
	padding-top:0px
}
#menu .catalogue > ul > li > a:hover{
	color:#ff690f;
	text-decoration:none
}
#menu .catalogue > ul > li:last-child{
	margin-bottom:4px
}
#menu .catalogue > ul > li:last-child > a{
	border:0
}
#menu .catalogue > ul > li > a+div{
	display:none
}
#menu .catalogue > ul > li > a+div > ul{
	
}
#menu .catalogue > ul > li > a+div > ul > li{
	
}
#menu .catalogue > ul > li > a+div > ul > li > a{
	
}
#menu .catalogue > span{
	padding-left:50px
}
#menu:after{
	content:'';
	display:table;
	clear:both
}
#menu .spec_link{
	background:none;
	padding:12px 0 13px 0;
	display:block;
	float:none;
	text-align:center
}
#menu #search{
	float:none;
	padding-left:0;
	width:100%;
	display:flex;
	margin-bottom:15px
}
#menu #search .button-search{
	position:absolute;
	top:5px;
	right:1px;
	display:block;
	background:url('../image/button-search.png') left center no-repeat;
	width:30px;
	height:36px;
	z-index:2;
	cursor:pointer
}
#menu #search input[type=text]{
	width:99%;
	margin-left:auto;
	margin-right:auto
}
#menu #search span{
	display:none
}
#menu #cart{
	float:none;
	background:#ffc200;
	border-radius:0;
	position:fixed;
	top:0;
	z-index:200;
	left:0;
	max-width:90%
}
#menu #cart .heading{
	display:block;
	padding-top:15px;
	padding-bottom:13px;
	padding-right:17px;
	padding-left:7px;
	height:50px
}
#menu #cart .heading a{
	display:block;
	background:url('../image/cart_ico.jpg') left center no-repeat;
	position:relative;
	font-family:'Open Sans'
}
#menu #cart .heading #cart-total{
	font-size:12px;
	color:#23343f;
	display:block;
	padding-left:53px
}
#content{
	
}
.slideshow .nivoSlider{
	max-width:100%
}
.common-home{
	
}
.common-home .slideshow{
	margin-bottom:31px
}
.common-home .slideshow .nivo-directionNav{
	display:block!important
}
.common-home .slideshow .nivo-controlNav{
	display:none
}
.common-home .slideshow img{
	
}
.common-home #bannerh0{
	padding-left:15px;
	display:block;
	padding-right:15px
}
.common-home #bannerh0 > div{
	float:left;
	width:100%;
	margin-right:0;
}
.common-home #bannerh0 > div span{
	margin-left:90px;
	white-space:nowrap;
	padding-top:17px;
}
.common-home #bannerh0 > div a{
	display:block
}
.common-home #bannerh0 > div img{
	display:block;
	float:left
}
.common-home #bannerh0:after{
	content:'';
	display:table;
	clear:both
}
.common-home #bannerh0 > div:first-child{
	width:100%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(2){
	width:100%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(3){
	width:100%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(4){
	width:100%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(5){
	
}
.common-home #bannerh0 > div:last-child{
	margin-right:0;
	width:100%
}
.simplecheckout-cart td.name{
	padding-left:0!important;
	padding-right:0;
	text-align:center!important
}
.simplecheckout-cart-total{
	display:flex
}
.simplecheckout-cart-total-value{
	position:relative;
	top:-4px
}
.box-product-module{
	
}
.box-product-module .box-heading{
	
}
.box-product-module .box-heading span{
	
}
.box-product-module .box-content{
	
}
.box-product-module .box-product{
	padding-left:0
}
.itemp{
	width:48%;
	margin-right:1%;
	margin-left:1%
}
.itemp:hover{
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border:1px solid #fff
}
.itemp .sku-rating{
	
}
.itemp .sku-rating .sku{
	display:none
}
.itemp .sku-rating .sku font{
	color:#23343f
}
.itemp .sku-rating .rating{
	display:table-cell;
	text-align:center
}
.itemp .image{
	padding-left:2px;
	padding-right:2px
}
.itemp .image a{
	display:block
}
.itemp .image img{
	display:block;
	margin-left:auto;
	margin-right:auto
}
.itemp .name{
	padding-left:2px;
	padding-right:2px;
	min-height:80px
}
.itemp .name a{
	font-size:14px
}
.itemp .price{
	font-family:'Open Sans';
	text-align:center;
	margin-bottom:7px
}
.itemp .price .price-new{
	font-size:18px
}
.itemp .price .price-old{
	font-size:12px;
	color:#404040;
	text-decoration:line-through
}
.itemp .cart{
	text-align:center;
	margin-bottom:18px
}
.itemp .cart a{
	font-size:14px;
	color:#3f596a;
	text-decoration:underline;
	display:inline-block;
	vertical-align:top;
	line-height:38px;
	position:relative;
	left:0
}
.itemp .cart input[type=button]{
	margin-left:0
}
.itemp:hover .cart input[type=button]{
	background-color:#86c248
}
.common-home .itemp:nth-child(4n){
	margin-right:0
}
.box-product-module .box-product:after{
	content:'';
	display:table;
	clear:both
}
#news_on_home{
	
}
#news_on_home .box{
	margin-left:0px;
	margin-right:0
}
#news_on_home .box-heading{
	
}
#news_on_home .box-content{
	
}
#news_on_home .box-news{
	float:none;
	width:100%
}
#news_on_home .box-news .h4{
	
}
#news_on_home .box-news .posted{
	
}
#news_on_home .box-news img{
	display:block;
	float:none
}
#news_on_home .box-news .newsimage{
	float:none;
	clear:both
}
#news_on_home .box-news .desc{
	float:none
}
#news_on_home .box-news .desc a{
	
}
#news_on_home .box-news .button{
	float:right;
	font-size:12px;
	color:#00518b;
	text-decoration:underline
}
#news_on_home .box-news:nth-child(3n){
	margin-right:0
}
#info_on_home{
	
}
.desc-main{
	padding-right:330px;
	position:relative
}
#info_on_home h1{
	font-size:30px;
	color:#ff690f;
	margin-top:0;
	margin-bottom:24px
}
#info_on_home p{
	font-size:14px
}
#info_on_home img{
	float:none;
	margin-right:auto;
	margin-left:auto;
	max-width:100%
}
#map_on_home{
	
}
#map_on_home > .row{
	
}
.breadcrumb{
	
}
.breadcrumb > div{
	
}
.breadcrumb > div a{
	font-size:14px;
	color:#32424c;
	text-decoration:underline
}
.breadcrumb > div span{
	font-size:14px;
	color:#32424c
}
.product-category{
	
}
.product-category #content{
	
}
.product-category #content h1{
	font-size:26px;
	text-align:center
}
.product-category #content .breadcrumb{
	
}
.product-category #content .breadcrumb > div{
	
}
.product-category #content .breadcrumb > div a{
	
}
.product-category #content .breadcrumb > div span{
	
}
.other_category{
	
}
.other_category .category-list{
	text-align:center
}
.other_category .category-list ul{
	
}
.other_category .category-list ul li{
	margin-right:1%;
	margin-left:1%
}
.other_category .category-list ul li a{
	display:block;
	font-size:16px;
	color:#404040;
	line-height:17px;
	padding:13px 17px;
	background:#fff0bf;
	border-radius:4px
}
.other_category .category-list ul li a:hover{
	text-decoration:none;
	background:#c6ef9d
}
.product-filter{
	display:block;
	float:left;
	width:100%
}
.product-filter .sort{
	float:left;
	width:48%;
	text-align:left
}
.product-filter .sort b{
	display:none
}
.product-filter .sort select{
	width:100%
}
.product-filter .limit{
	float:right;
	width:48%;
	text-align:right
}
.product-filter .limit b{
	display:none
}
.product-filter .limit select{
	width:auto
}
.product-category .itemp:nth-child(4n){
	margin-right:0 !important;
}
.category-info{
	margin-bottom:79px;
	font-size:14px;
	color:#404040;
	line-height:22px
}
.category-info p{
	font-size:14px;
	color:#404040;
	margin-bottom:21px
}
.pagination{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#404040;
	margin-top:17px
}
.pagination .results{
	
}
.pagination .links{
	
}
.pagination a{
	display:inline-block;
	width:20px;
	height:26px;
	vertical-align:top;
	line-height:26px
}
.pagination b{
	font-weight:normal;
	display:inline-block;
	width:26px;
	height:26px;
	vertical-align:top;
	line-height:26px;
	background:#c5ef9d;
	border-radius:4px
}
.pagination:after{
	content:'';
	display:table;
	clear:both
}
.pagination:before{
	content:'';
	clear:both;
	display:table
}
.product_in_category{
	margin-bottom:98px
}
.product-product{
	
}
.product-product .breadcrumb{
	margin-bottom:18px
}
.product-product #content > .row > .left{
	
}
.product-product #content > .row > .left .image{
	
}
.product-product #content > .row > .left .image a{
	
}
.product-product #content > .row > .left .image a img{
	max-width:100%
}
.product-product #content > .row > .left .image-additional{
	margin-left:0;
	margin-right:0;
	float:left;
	width:100%
}
.product-product #content > .row > .left .image-additional a{
	margin-left:1%;
	width:31.341%;
	margin-right:1%;
	display:block;
	float:left
}
.product-product #content > .row > .left .image-additional a img{
	max-width:100%
}
.product-product #content > .row > .right{
	padding-left:0;
	padding-right:0;
	margin-bottom:15px
}
.product-product #content > .row > .right .heading{
	text-align:center
}
.product-product #content > .row > .right .description{
	
}
.product-product #content > .row > .product-info{
	border-radius:0;
	margin-left:0;
	margin-right:0
}
.product-info{
	
}
.product-info > .row{
	padding-left:10px;
	padding-right:10px
}
.product-info .sku{
	text-align:center
}
.product-info h1{
	min-height:auto;
	text-align:center
}
.product-info .price{
	
}
.product-info .price .price-new{
	font-size:42px
}
.product-info .price .price-old{
	display:block;
	float:right
}
.product-info .cart{
	
}
.product-info .cart .qq{
	
}
.product-info .cart .qq span{
	font-size:14px;
	color:#3f596a;
	display:block;
	margin-bottom:4px
}
.product-info .cart .qq input[type=text]{
	text-align:center;
	font-size:14px;
	color:#000000;
	border-top:0;
	border-bottom:0;
	border-left:1px solid #c2c5c8;
	border-right:1px solid #c2c5c8;
	width:48px
}
.product-info .cart .qq button.plus{
	background:none;
	border:0;
	font-size:14px;
	color:#000
}
.product-info .cart .qq button.minus{
	background:none;
	border:0;
	font-size:14px;
	color:#000;
	height:40px;
	width:19px
}
.product-info .cart .qq #button-cart{
	width:70%;
	padding-left:0;
	background-image:none;
	padding-right:0
}
.product-info .cart .qq .qua{
	width:23%
}
.product-info .cart .minimum{
	
}
.product-info .info_desc{
	margin-right:0
}
.product-info .info_desc ul{
	
}
.product-info .info_desc ul li{
	display:block
}
.product-info .info_desc ul li:first-child{
	
}
.product-info .info_desc ul li img{
	float:left;
	position:relative;
	top:3px;
	left:5px
}
.product-info .info_desc ul li span{
	margin-left:33px;
	display:block;
	letter-spacing:-0.1px;
	text-decoration:underline;
	color:#3f596a;
	font-size:14px;
	padding-bottom:4px
}
.product-info .info_desc ul li font{
	display:block;
	margin-left:31px;
	color:#7992a3;
	font-size:14px
}
.product-info .info_desc ul li:first-child img{
	left:0
}
.simplecheckout-button-right{
	text-align:center!important;
	float:none!important
}
#tab-attribute{
	
}
#tab-attribute .attribute{
	
}
#tab-attribute .attribute .tr{
	
}
#tab-attribute .attribute .td{
	
}
#tab-attribute .attribute .td:first-child{
	
}
#tab-attribute .attribute .td:last-child{
	
}
#tabs{
	padding-top:20px
}
#tabs ul{
	background:none
}
#tabs ul li{
	display:block;
	margin-right:0;
	margin-left:0;
	text-align:center
}
#tabs ul li a{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	background:#fff
}
#tabs ul li.active{
	
}
#tabs ul li.active a{
	margin-right:0
}
.product-product .tab-content{
	margin-bottom:80px
}
.product-product .tab-content .tab-pane{
	
}
.product-product .tab-content .tab-pane p{
	
}
.oct_rev{
	
}
.all_rev{
	margin-right:0
}
.last_review{
	
}
.last_review .total_rating{
	
}
.last_review .total_rating span{
	
}
.last_review .total_rating img{
	
}
.last_review .review-list{
	width:100%
}
.last_review .review-list .text{
	
}
.last_review .review-list .author{
	
}
.last_review .review-list .rating{
	
}
.last_review .review-list .rating img{
	
}
.oct_rev:hover,.all_rev:hover{
	text-decoration:none
}
#tab-related{
	
}
#tab-related .box-heading{
	background:none
}
#tab-related .box-heading span{
	font-size:24px;
	padding-left:0;
	padding-right:0
}
#tab-review{
	
}
#tab-review #review-title{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	
}
#tab-review b{
	
}
#tab-review input[name=name]{
	border:1px solid #dadee1
}
#tab-review input[name=email]{
	border:1px solid #dadee1
}
#tab-review input[name=city]{
	border:1px solid #dadee1
}
#tab-review input[name=rating]{
	
}
#tab-review input[name=captcha]{
	border:1px solid #dadee1;
	margin-bottom:15px
}
#tab-review textarea{
	border:1px solid #dadee1;
	resize:none
}
#tab-review img{
	
}
#tab-review #button-review{
	background:#ff690f;
	border:0;
	color:#fff;
	font-family:'Open Sans';
	font-size:14px;
	width:200px;
	height:38px;
	border-radius:4px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	text-align:center;
	line-height:38px;
	cursor:pointer
}
#review .review-list{
	
}
#review .review-list .text{
	font-size:14px;
	color:#828385;
	font-style:italic;
	line-height:17px;
	margin-bottom:12px
}
#review .review-list .author{
	
}
#review .review-list .rating{
	
}
#tab-review #button-review:hover{
	background-color:#86c248
}
.information-article{
	
}
.information-article h1{
	text-align:center
}
.information-article .breadcrumb{
	
}
.information-article .content-article{
	
}
.information-article .content-article .article{
	font-size:14px;
	line-height:19px;
	color:#3f596a
}
.information-article .content-article .image{
	float:left;
	padding-right:20px;
	padding-bottom:20px
}
.information-article .content-article .image img{
	
}
.information-article #content{
	margin-bottom:100px
}
.information-article #content .panelcollapsed .panelcontent p a{
	color: #23527c;
	text-decoration:underline
}
.information-article #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-blog{
	
}
.information-blog h1{
	
}
.information-blog .breadcrumb{
	
}
.information-blog .content-blog{
	
}
.information-blog .content-blog .blog{
	
}
.information-blog .content-blog .image{
	float:none!important;
	padding-right:0;
	padding-bottom:10px;
	width:100%;
	text-align:center
}
.information-blog .content-blog .image img{
	
}
.information-blog #content{
	margin-bottom:100px
}
.information-blog #content .panelcollapsed .panelcontent p a{
	text-decoration:underline
}
.information-blog #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-news{
	
}
.information-news h1{
	text-align:center;
	font-size:24px
}
.information-news .breadcrumb{
	
}
.information-news .content-news{
	
}
.information-news .content-news .news{
	
}
.information-news .content-news .image{
	float:none!important;
	padding-right:0;
	padding-bottom:10px;
	text-align:center
}
.information-news .content-news .image img{
	width:100%
}
.information-news #content{
	margin-bottom:100px
}
.information-news #content .panelcollapsed .panelcontent p a{
	text-decoration:underline
}
.information-news #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.checkout-simplecheckout{
	
}
.checkout-simplecheckout h1{
	font-weight:bold;
	color:#23343f;
	margin-bottom:22px
}
.simplecheckout-cart th:first-child{
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.simplecheckout-cart th:last-child{
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.simplecheckout-cart td.image a{
	display:block;
	width:131px
}
.simplecheckout-cart td.image img{
	border:1px solid #dce0e3;
	border-radius:3px
}
.simplecheckout-cart td.name a{
	font-size:16px;
	color:#23343f
}
.simplecheckout-cart td.quantity .qua{
	width:60px
}
.simplecheckout-cart td.quantity .qua .minus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua .plus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua input[type=text]{
	border-left:1px solid #c2c5c8;
	border-right:1px solid #c2c5c8;
	border-top:0;
	border-bottom:0;
	font-size:14px;
	color:#000;
	width:47px;
	text-align:center
}
.simplecheckout-cart-total span:first-child{
	width:auto;
	white-space:nowrap;
	font-size:12px
}
#total_total.simplecheckout-cart-total{
	
}
#total_total.simplecheckout-cart-total .simplecheckout-cart-total-value{
	font-size:16px
}
.simplecheckout-cart td.remove img{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:url(https://samogon-nnov.ru/catalog/view/theme/default/stylesheet/grayscale.svg);
	filter:gray;
	-webkit-filter:grayscale(1)
}
.simplecheckout-cart td.remove img:hover{
	filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:none;
	-webkit-filter:grayscale(0)
}
.imregister{
	
}
.imregister td{
	padding-bottom:17px;
	padding-top:0
}
.imregister input[type=radio]{
	display:none
}
.imregister input[type=radio]+label{
	background:url('../image/radio_no.png') left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:23px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262
}
.imregister input[type=radio]:checked+label{
	background:url('../image/radio_yes.png') left center no-repeat
}
#checkout_customer_main_comment{
	resize:none;
	height:107px
}
#simplecheckout_shipping{
	
}
#simplecheckout_shipping .simplecheckout-block-content{
	padding-top:6px;
	min-height:121px
}
#simplecheckout_shipping input[type=radio]{
	display:none
}
#simplecheckout_shipping input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:27px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262;
	margin-bottom:6px
}
#simplecheckout_shipping input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_payment{
	
}
#simplecheckout_payment .simplecheckout-block-content{
	padding-top:8px
}
#simplecheckout_payment input[type=radio]{
	display:none
}
#simplecheckout_payment input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:26px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262;
	margin-bottom:6px
}
#simplecheckout_payment input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_button_confirm{
	background:#ff690f;
	border:0;
	color:#fff;
	font-size:18px;
	width:254px;
	max-width:100%;
	line-height:37px;
	border-radius:4px
}
#simplecheckout_button_confirm+small{
	width:100%
}
#simplecheckout_button_confirm:hover{
	background:#86c248
}
#simplecheckout_button_confirm span{
	
}
#simple_return{
	border:1px solid #c2c6c8;
	width:257px;
	height:50px;
	line-height:37px;
	font-size:18px;
	color:#727272
}
#simple_return:hover{
	background:#c2c6c8;
	color:#fff
}
#footer{
	clear:both;
	margin-left:-10px;
	margin-right:-10px;
	border-radius:0
}
#footer .box-heading{
	
}
#footer .column1{
	padding-left:19px
}
#footer .column1{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	margin-bottom:15px
}
#footer .column1 > img{
	display:block;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto
}
#footer .column1 a{
	display:inline-block
}
#footer .column1 .b2{
	margin-bottom:15px
}
#footer a img{
	
}
#footer a:hover img{
	opacity:0.6
}
#footer .column1 .rekviz{
	
}
#footer .column2{
	text-align:center;
	margin-bottom:15px
}
#footer .column2 ul{
	
}
#footer .column2 li{
	list-style:none;
	display:block
}
#footer .column2 li a{
	font-size:14px;
	color:#b7cad9
}
#footer .column3{
	padding-left:10px;
	text-align:center;
	margin-bottom:15px
}
#footer .column3 ul{
	
}
#footer .column3 li{
	
}
#footer .column3 li a{
	
}
#footer .column4 .box-heading{
	text-align:center
}
#footer .column4 input[type=text]{
	
}
#footer .column4 small{
	
}
#footer .column4 input[type=button]{
	
}
#footer .column4 input[type=button]:hover{
	background:#ff690f
}
#footer .column4 .address{
	text-align:left
}
.copyright{
	
}
#info_on_home  h1{
	text-align:center
}
.sdesc{
	font-size:18px;
	margin-bottom:20px;
	display:block
}
#info_on_home h2{
	font-size:24px;
	color:#ff690f;
	font-weight:bold
}
.item-list .item{
	display:inline-block;
	width:44%;
	margin:20px 2% 20px 2%;
	vertical-align:top
}
.item-list .item2{
	display:inline-block;
	width:44%;
	margin:20px;
	vertical-align:top
}
.item-list .item img{
	float:left !important;
	margin-right:18px !important;
	display:block;
	margin-left:0px !important
}
.item-list .item p b{
	font-size:20px
}
.item-list .item2 p b{
	font-size:20px
}
.item2 img{
	float:none !important;
	margin-right:0 !important;
	display:block !important;
	margin-left:0 !important;
	margin-bottom:15px
}
.item-list .item p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:16px !important
}
.item-list .item2 p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:21px !important
}
.tablealc tr th{
	background-color:#99c153;
	border-bottom:2px solid #99c153 !important
}
.tablealc tr th p{
	color:#fff !important;
	font-size:20px !important;
	padding:20px 0 20px 50px;
	margin:0 !important
}
.tablealc tr td p{
	font-size:18px !important;
	padding:10px 0 10px 50px;
	margin:0 !important
}
.tablealc tr td:last-child p{
	background:url(../../../../../image/main/plus.jpg) no-repeat 15px 10px
}
.tablealc tr td:first-child p{
	background:url(../../../../../image/main/minus.jpg) no-repeat 15px 10px
}
.tablealc{
	border:2px solid #99c153 !important
}
.tablealc tr td{
	border-right:2px solid #99c153 !important
}
.listalc{
	padding-left:0px;
	list-style:none;
	border-bottom:1px solid #ccc
}
.listalc li{
	padding-bottom:20px;
	padding-left:40px;
	font-size:16px;
	background:url(../../../../../image/main/plus.jpg) no-repeat 5px 2px
}
#info_on_home h3{
	font-size:30px;
	text-align:center;
	margin-bottom:40px;
	margin-top:30px;
	font-weight:bold
}
#info_on_home ol{
	list-style:none
}
#info_on_home ol li{
	display:inline-block;
	width:49%;
	height:251px;
	padding:20px 0 0 20px;
	vertical-align:top;
	border-radius:5px;
	font-size:20px
}
.orange{
	color:#fe6920
}
#info_on_home ol li:first-child{
	background:url(../../../../../image/main/pr1.jpg) no-repeat 0px 0px
}
#info_on_home ol li:last-child{
	background:url(../../../../../image/main/pr2.jpg) no-repeat 0px 0px
}

}
@media (min-width:491px) and (max-width:767px){
	.desc-mainn1{
	
}
.desc-mainn2{
	background:none;
	margin-right:0;
	padding-right:10px
}
.desc-mainn3{
	
}
#info_on_home .desc-mainn2 img{
	float:none!important;
	margin-left:auto!important;
	margin-right:auto!important;
	margin-bottom:10px
}
#info_on_home .desc-mainn2 .item-list .item2{
	margin-left:2%;
	margin-right:2%
}
.desc-mainn4{
	
}
#info_on_home .desc-mainn4 ol li{
	width:100%;
	margin-right:0!important;
	display:block;
	margin-bottom:15px
}
.desc-mainn5{
	
}
#container{
	padding-left:10px;
	padding-right:10px
}
body{
	padding-top:52px
}
#header .navbar-header{
	position:fixed;
	top:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	z-index:199;
	left:0;
	height:50px
}
#header .navbar-header button{
	color:#000;
	border:1px solid #000;
	background:#efefef
}
#header .links_menu{
	float:left;
	width:100%;
	position:fixed;
	top:50px;
	left:0;
	z-index:199;
	background:rgba(0,0,0,0.6);
	padding-left:15px;
	padding-right:15px
}
#header .links_menu a{
	width:100%;
	float:none;
	margin-right:0;
	color:#fff;
	font-size:18px
}
#header .navbar-header .navbar-toggle .icon-bar{
	background:#404040
}
#slogan{
	border-right:0;
	text-align:center
}
#slogan b{
	font-size:22px;
	color:#3f596a;
	font-weight:bold;
	display:block;
	line-height:28px
}
#slogan small{
	font-size:14px;
	color:#3f596a;
	display:block;
	line-height:18px
}
#regim{
	margin-top:0;
	text-align:center;
	border:0
}
#regim b{
	padding-left:0;
	top:0;
	background:none
}
#regim .info{
	padding-left:0
}
#zvonok{
	padding-top:20px;
	margin-bottom:19px
}
#zvonok .phone{
	background:none;
	margin-left:0;
	padding-left:0;
	text-align:center
}
#zvonok .info{
	padding-left:0
}
#zvonok .email{
	background:none;
	padding-left:0;
	margin-left:0;
	text-align:center
}
#address{
	padding-top: 20px;
	margin-bottom: 19px;
}
#address .address{
	text-align:center;
	background:none;
}
#menu{
	clear:both
}
#menu .catalogue{
	position:relative;
	float:none;
	z-index:100
}
#menu .catalogue > ul{
	position:static;
	top:100%;
	left:0;
	padding-left:0;
	display:block;
	width:100%;
	background:#f3f3f3;
	padding-top:16px;
	z-index:999;
	border-left:1px solid #86c248;
	border-right:1px solid #86c248
}
#menu .catalogue > ul.collapse{
	display:none
}
#menu .catalogue > ul.collapse.in{
	display:block
}
#menu .catalogue > ul > li{
	display:block;
	list-style:none;
	padding-left:20px;
	padding-right:20px;
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child{
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child > a{
	padding-bottom:2px
}
#menu .catalogue > ul > li > a{
	font-size:16px;
	color:#404040;
	display:block;
	border-bottom:1px solid #dbdfe2;
	padding-bottom:4px;
	line-height:19px;
	padding-top:0px
}
#menu .catalogue > ul > li > a:hover{
	color:#ff690f;
	text-decoration:none
}
#menu .catalogue > ul > li:last-child{
	margin-bottom:4px
}
#menu .catalogue > ul > li:last-child > a{
	border:0
}
#menu .catalogue > ul > li > a+div{
	display:none
}
#menu .catalogue > ul > li > a+div > ul{
	
}
#menu .catalogue > ul > li > a+div > ul > li{
	
}
#menu .catalogue > ul > li > a+div > ul > li > a{
	
}
#menu .catalogue > span{
	padding-left:50px;
	background-position:25px center
}
#menu:after{
	content:'';
	display:table;
	clear:both
}
#menu .spec_link{
	background:none;
	padding:12px 0 13px 0;
	display:block;
	float:none;
	text-align:center
}
#menu #search{
	float:none;
	padding-left:0;
	width:100%;
	display:flex;
	margin-bottom:15px
}
#menu #search .button-search{
	position:absolute;
	top:5px;
	right:1px;
	display:block;
	background:url('../image/button-search.png') left center no-repeat;
	width:30px;
	height:36px;
	z-index:2;
	cursor:pointer
}
#menu #search input[type=text]{
	width:99%;
	margin-left:auto;
	margin-right:auto
}
#menu #search span{
	display:none
}
#menu #cart{
	float:none;
	background:#ffc200;
	border-radius:0;
	position:fixed;
	top:0;
	z-index:200;
	left:0;
	max-width:90%
}
#menu #cart .heading{
	display:block;
	padding-top:15px;
	padding-bottom:13px;
	padding-right:17px;
	padding-left:7px;
	height:50px
}
#menu #cart .heading a{
	display:block;
	background:url('../image/cart_ico.jpg') left center no-repeat;
	position:relative;
	font-family:'Open Sans'
}
#menu #cart .heading #cart-total{
	font-size:12px;
	color:#23343f;
	display:block;
	padding-left:53px
}
#content{
	
}
.slideshow .nivoSlider{
	max-width:100%;
	max-height:254px
}
.common-home{
	
}
.common-home .slideshow{
	margin-bottom:31px
}
.common-home .slideshow .nivo-directionNav{
	display:block!important
}
.common-home .slideshow .nivo-controlNav{
	display:none
}
.common-home .slideshow img{
	
}
.common-home #bannerh0{
	padding-left:15px;
	display:block;
	padding-right:15px
}
.common-home #bannerh0 > div{
	float:left;
	width:100%;
	margin-right:0
}
.common-home #bannerh0 > div span{
	margin-left:90px;
	white-space:nowrap;
	padding-top:17px
}
.common-home #bannerh0 > div a{
	display:block
}
.common-home #bannerh0 > div img{
	display:block;
	float:left
}
.common-home #bannerh0:after{
	content:'';
	display:table;
	clear:both
}
.common-home #bannerh0 > div:first-child{
	width:100%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(2){
	width:100%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(3){
	width:100%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(4){
	width:100%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(5){
	
}
.common-home #bannerh0 > div:last-child{
	margin-right:0;
	width:100%
}
.simplecheckout-cart td.name{
	padding-left:0!important;
	padding-right:0;
	text-align:center!important
}
.simplecheckout-cart-total{
	display:flex
}
.simplecheckout-cart-total-value{
	position:relative;
	top:-4px
}
.box-product-module{
	
}
.box-product-module .box-heading{
	
}
.box-product-module .box-heading span{
	
}
.box-product-module .box-content{
	
}
.box-product-module .box-product{
	padding-left:0
}
.itemp{
	width:48%;
	margin-right:1%;
	margin-left:1%
}
.itemp:hover{
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border:1px solid #fff
}
.itemp .sku-rating{
	
}
.itemp .sku-rating .sku{
	display:none
}
.itemp .sku-rating .sku font{
	color:#23343f
}
.itemp .sku-rating .rating{
	display:table-cell;
	text-align:center
}
.itemp .image{
	padding-left:2px;
	padding-right:2px
}
.itemp .image a{
	display:block
}
.itemp .image img{
	display:block;
	margin-left:auto;
	margin-right:auto
}
.itemp .name{
	padding-left:2px;
	padding-right:2px
}
.itemp .name a{
	font-size:14px
}
.itemp .price{
	font-family:'Open Sans';
	text-align:center;
	margin-bottom:7px
}
.itemp .price .price-new{
	font-size:18px
}
.itemp .price .price-old{
	font-size:16px;
	color:#404040;
	text-decoration:line-through
}
.itemp .cart{
	text-align:center;
	margin-bottom:18px
}
.itemp .cart a{
	font-size:14px;
	color:#3f596a;
	text-decoration:underline;
	display:inline-block;
	vertical-align:top;
	line-height:38px;
	position:relative;
	left:0
}
.itemp .cart input[type=button]{
	margin-left:0
}
.itemp:hover .cart input[type=button]{
	background-color:#86c248
}
.common-home .itemp:nth-child(4n){
	margin-right:0
}
.box-product-module .box-product:after{
	content:'';
	display:table;
	clear:both
}
#news_on_home{
	
}
#news_on_home .box{
	margin-left:0px;
	margin-right:0
}
#news_on_home .box-heading{
	
}
#news_on_home .box-content{
	
}
#news_on_home .box-news{
	float:none;
	width:100%
}
#news_on_home .box-news .h4{
	
}
#news_on_home .box-news .posted{
	
}
#news_on_home .box-news img{
	display:block;
	float:none
}
#news_on_home .box-news .newsimage{
	float:none;
	clear:both
}
#news_on_home .box-news .desc{
	float:none
}
#news_on_home .box-news .desc a{
	
}
#news_on_home .box-news .button{
	float:right;
	font-size:12px;
	color:#00518b;
	text-decoration:underline
}
#news_on_home .box-news:nth-child(3n){
	margin-right:0
}
#info_on_home{
	
}
.desc-main{
	padding-right:330px;
	position:relative
}
#info_on_home h1{
	font-size:30px;
	color:#ff690f;
	margin-top:0;
	margin-bottom:24px
}
#info_on_home p{
	font-size:14px
}
#info_on_home img{
	float:none;
	margin-right:auto;
	margin-left:auto;
	max-width:100%
}
#map_on_home{
	
}
#map_on_home > .row{
	
}
.breadcrumb{
	
}
.breadcrumb > div{
	
}
.breadcrumb > div a{
	font-size:14px;
	color:#32424c;
	text-decoration:underline
}
.breadcrumb > div span{
	font-size:14px;
	color:#32424c
}
.product-category{
	
}
.product-category #content{
	
}
.product-category #content h1{
	font-size:26px;
	text-align:center
}
.product-category #content .breadcrumb{
	
}
.product-category #content .breadcrumb > div{
	
}
.product-category #content .breadcrumb > div a{
	
}
.product-category #content .breadcrumb > div span{
	
}
.other_category{
	
}
.other_category .category-list{
	text-align:center
}
.other_category .category-list ul{
	
}
.other_category .category-list ul li{
	margin-right:1%;
	margin-left:1%
}
.other_category .category-list ul li a{
	display:block;
	font-size:16px;
	color:#404040;
	line-height:17px;
	padding:13px 17px;
	background:#fff0bf;
	border-radius:4px
}
.other_category .category-list ul li a:hover{
	text-decoration:none;
	background:#c6ef9d
}
.product-filter{
	display:block;
	float:left;
	width:100%
}
.product-filter .sort{
	float:left;
	width:48%;
	text-align:left
}
.product-filter .sort b{
	display:none
}
.product-filter .sort select{
	width:100%
}
.product-filter .limit{
	float:right;
	width:48%;
	text-align:right
}
.product-filter .limit b{
	display:none
}
.product-filter .limit select{
	width:auto
}
.product-category .itemp:nth-child(4n){
	margin-right:0
}
.category-info{
	margin-bottom:79px;
	font-size:14px;
	color:#404040;
	line-height:22px
}
.category-info p{
	font-size:14px;
	color:#404040;
	margin-bottom:21px
}
.pagination{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#404040;
	margin-top:17px
}
.pagination .results{
	
}
.pagination .links{
	
}
.pagination a{
	display:inline-block;
	width:20px;
	height:26px;
	vertical-align:top;
	line-height:26px
}
.pagination b{
	font-weight:normal;
	display:inline-block;
	width:26px;
	height:26px;
	vertical-align:top;
	line-height:26px;
	background:#c5ef9d;
	border-radius:4px
}
.pagination:after{
	content:'';
	display:table;
	clear:both
}
.pagination:before{
	content:'';
	clear:both;
	display:table
}
.product_in_category{
	margin-bottom:98px
}
.product-product{
	
}
.product-product .breadcrumb{
	margin-bottom:18px
}
.product-product #content > .row > .left{
	
}
.product-product #content > .row > .left .image{
	
}
.product-product #content > .row > .left .image a{
	
}
.product-product #content > .row > .left .image a img{
	max-width:100%
}
.product-product #content > .row > .left .image-additional{
	margin-left:0;
	margin-right:0;
	float:left;
	width:100%
}
.product-product #content > .row > .left .image-additional a{
	display:block;
	float:left
}
.product-product #content > .row > .left .image-additional a img{
	max-width:100%
}
.product-product #content > .row > .right{
	padding-left:0;
	padding-right:0;
	margin-bottom:15px
}
.product-product #content > .row > .right .heading{
	text-align:center
}
.product-product #content > .row > .right .description{
	
}
.product-product #content > .row > .product-info{
	border-radius:0;
	margin-left:0;
	margin-right:0
}
.product-info{
	
}
.product-info > .row{
	padding-left:10px;
	padding-right:10px
}
.product-info .sku{
	text-align:center
}
.product-info h1{
	min-height:auto;
	text-align:center
}
.product-info .price{
	
}
.product-info .price .price-new{
	font-size:42px
}
.product-info .price .price-old{
	display:block;
	float:right
}
.product-info .cart{
	
}
.product-info .cart .qq{
	
}
.product-info .cart .qq span{
	font-size:14px;
	color:#3f596a;
	display:block;
	margin-bottom:4px
}
.product-info .cart .qq input[type=text]{
	text-align:center;
	font-size:14px;
	color:#000000;
	border-top:0;
	border-bottom:0;
	border-left:1px solid #c2c5c8;
	border-right:1px solid #c2c5c8;
	width:48px
}
.product-info .cart .qq button.plus{
	background:none;
	border:0;
	font-size:14px;
	color:#000
}
.product-info .cart .qq button.minus{
	background:none;
	border:0;
	font-size:14px;
	color:#000;
	height:40px;
	width:19px
}
.product-info .cart .qq #button-cart{
	width:70%;
	padding-left:0;
	background-image:none;
	padding-right:0
}
.product-info .cart .qq .qua{
	width:23%
}
.product-info .cart .minimum{
	
}
.product-info .info_desc{
	margin-right:0
}
.product-info .info_desc ul{
	
}
.product-info .info_desc ul li{
	display:block
}
.product-info .info_desc ul li:first-child{
	
}
.product-info .info_desc ul li img{
	float:left;
	position:relative;
	top:3px;
	left:5px
}
.product-info .info_desc ul li span{
	margin-left:33px;
	display:block;
	letter-spacing:-0.1px;
	text-decoration:underline;
	color:#3f596a;
	font-size:14px;
	padding-bottom:4px
}
.product-info .info_desc ul li font{
	display:block;
	margin-left:31px;
	color:#7992a3;
	font-size:14px
}
.product-info .info_desc ul li:first-child img{
	left:0
}
.simplecheckout-button-right{
	text-align:center!important;
	float:none!important
}
#tab-attribute{
	
}
#tab-attribute .attribute{
	
}
#tab-attribute .attribute .tr{
	
}
#tab-attribute .attribute .td{
	
}
#tab-attribute .attribute .td:first-child{
	
}
#tab-attribute .attribute .td:last-child{
	
}
#tabs{
	padding-top:20px
}
#tabs ul{
	background:none
}
#tabs ul li{
	display:block;
	margin-right:0;
	margin-left:0;
	text-align:center
}
#tabs ul li a{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	background:#fff
}
#tabs ul li.active{
	
}
#tabs ul li.active a{
	margin-right:0
}
.product-product .tab-content{
	margin-bottom:80px
}
.product-product .tab-content .tab-pane{
	
}
.product-product .tab-content .tab-pane p{
	
}
.oct_rev{
	
}
.all_rev{
	margin-right:0
}
.last_review{
	
}
.last_review .total_rating{
	
}
.last_review .total_rating span{
	
}
.last_review .total_rating img{
	
}
.last_review .review-list{
	width:100%
}
.last_review .review-list .text{
	
}
.last_review .review-list .author{
	
}
.last_review .review-list .rating{
	
}
.last_review .review-list .rating img{
	
}
.oct_rev:hover,.all_rev:hover{
	text-decoration:none
}
#tab-related{
	
}
#tab-related .box-heading{
	background:none
}
#tab-related .box-heading span{
	font-size:24px;
	padding-left:0;
	padding-right:0
}
#tab-review{
	
}
#tab-review #review-title{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	
}
#tab-review b{
	
}
#tab-review input[name=name]{
	border:1px solid #dadee1
}
#tab-review input[name=email]{
	border:1px solid #dadee1
}
#tab-review input[name=city]{
	border:1px solid #dadee1
}
#tab-review input[name=rating]{
	
}
#tab-review input[name=captcha]{
	border:1px solid #dadee1;
	margin-bottom:15px
}
#tab-review textarea{
	border:1px solid #dadee1;
	resize:none
}
#tab-review img{
	
}
#tab-review #button-review{
	background:#ff690f;
	border:0;
	color:#fff;
	font-family:'Open Sans';
	font-size:14px;
	width:200px;
	height:38px;
	border-radius:4px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	text-align:center;
	line-height:38px;
	cursor:pointer
}
#review .review-list{
	
}
#review .review-list .text{
	font-size:14px;
	color:#828385;
	font-style:italic;
	line-height:17px;
	margin-bottom:12px
}
#review .review-list .author{
	
}
#review .review-list .rating{
	
}
#tab-review #button-review:hover{
	background-color:#86c248
}
.information-article{
	
}
.information-article h1{
	text-align:center
}
.information-article .breadcrumb{
	
}
.information-article .content-article{
	
}
.information-article .content-article .article{
	font-size:14px;
	line-height:19px;
	color:#3f596a
}
.information-article .content-article .image{
	float:left;
	padding-right:20px;
	padding-bottom:20px
}
.information-article .content-article .image img{
	
}
.information-article #content{
	margin-bottom:100px
}
.information-article #content .panelcollapsed .panelcontent p a{
	color: #23527c;
	text-decoration:underline
}
.information-article #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-blog{
	
}
.information-blog h1{
	
}
.information-blog .breadcrumb{
	
}
.information-blog .content-blog{
	
}
.information-blog .content-blog .blog{
	
}
.information-blog .content-blog .image{
	float:none!important;
	padding-right:0;
	padding-bottom:10px;
	width:100%;
	text-align:center
}
.information-blog .content-blog .image img{
	
}
.information-blog #content{
	margin-bottom:100px
}
.information-blog #content .panelcollapsed .panelcontent p a{
	text-decoration:underline
}
.information-blog #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-news{
	
}
.information-news h1{
	text-align:center;
	font-size:24px
}
.information-news .breadcrumb{
	
}
.information-news .content-news{
	
}
.information-news .content-news .news{
	
}
.information-news .content-news .image{
	float:none!important;
	padding-right:0;
	padding-bottom:10px;
	text-align:center
}
.information-news .content-news .image img{
	width:100%
}
.information-news #content{
	margin-bottom:100px
}
.information-news #content .panelcollapsed .panelcontent p a{
	text-decoration:underline
}
.information-news #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.checkout-simplecheckout{
	
}
.checkout-simplecheckout h1{
	font-weight:bold;
	color:#23343f;
	margin-bottom:22px
}
.simplecheckout-cart th:first-child{
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.simplecheckout-cart th:last-child{
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.simplecheckout-cart td.image a{
	display:block;
	width:131px
}
.simplecheckout-cart td.image img{
	border:1px solid #dce0e3;
	border-radius:3px
}
.simplecheckout-cart td.name a{
	font-size:16px;
	color:#23343f
}
.simplecheckout-cart td.quantity .qua{
	width:60px
}
.simplecheckout-cart td.quantity .qua .minus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua .plus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua input[type=text]{
	border-left:1px solid #c2c5c8;
	border-right:1px solid #c2c5c8;
	border-top:0;
	border-bottom:0;
	font-size:14px;
	color:#000;
	width:47px;
	text-align:center
}
.simplecheckout-cart-total span:first-child{
	width:auto;
	white-space:nowrap;
	font-size:12px
}
#total_total.simplecheckout-cart-total{
	
}
#total_total.simplecheckout-cart-total .simplecheckout-cart-total-value{
	font-size:16px
}
.simplecheckout-cart td.remove img{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:url(https://samogon-nnov.ru/catalog/view/theme/default/stylesheet/grayscale.svg);
	filter:gray;
	-webkit-filter:grayscale(1)
}
.simplecheckout-cart td.remove img:hover{
	filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:none;
	-webkit-filter:grayscale(0)
}
.imregister{
	
}
.imregister td{
	padding-bottom:17px;
	padding-top:0
}
.imregister input[type=radio]{
	display:none
}
.imregister input[type=radio]+label{
	background:url('../image/radio_no.png') left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:23px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262
}
.imregister input[type=radio]:checked+label{
	background:url('../image/radio_yes.png') left center no-repeat
}
#checkout_customer_main_comment{
	resize:none;
	height:107px
}
#simplecheckout_shipping{
	
}
#simplecheckout_shipping .simplecheckout-block-content{
	padding-top:6px;
	min-height:121px
}
#simplecheckout_shipping input[type=radio]{
	display:none
}
#simplecheckout_shipping input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:27px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262;
	margin-bottom:6px
}
#simplecheckout_shipping input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_payment{
	
}
#simplecheckout_payment .simplecheckout-block-content{
	padding-top:8px
}
#simplecheckout_payment input[type=radio]{
	display:none
}
#simplecheckout_payment input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:26px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262;
	margin-bottom:6px
}
#simplecheckout_payment input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_button_confirm{
	background:#ff690f;
	border:0;
	color:#fff;
	font-size:18px;
	width:254px;
	max-width:100%;
	line-height:37px;
	border-radius:4px
}
#simplecheckout_button_confirm+small{
	width:100%
}
#simplecheckout_button_confirm:hover{
	background:#86c248
}
#simplecheckout_button_confirm span{
	
}
#simple_return{
	border:1px solid #c2c6c8;
	width:257px;
	height:50px;
	line-height:37px;
	font-size:18px;
	color:#727272
}
#simple_return:hover{
	background:#c2c6c8;
	color:#fff
}
#footer{
	clear:both;
	margin-left:-10px;
	margin-right:-10px;
	border-radius:0
}
#footer .box-heading{
	
}
#footer .column1{
	padding-left:19px
}
#footer .column1{
	padding-left:10px;
	padding-right:10px;
	text-align:center;
	margin-bottom:15px
}
#footer .column1 > img{
	display:block;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto
}
#footer .column1 a{
	display:inline-block
}
#footer .column1 .b2{
	margin-bottom:15px
}
#footer a img{
	
}
#footer a:hover img{
	opacity:0.6
}
#footer .column1 .rekviz{
	
}
#footer .column2{
	text-align:center;
	margin-bottom:15px
}
#footer .column2 ul{
	
}
#footer .column2 li{
	list-style:none;
	display:block
}
#footer .column2 li a{
	font-size:14px;
	color:#b7cad9
}
#footer .column3{
	padding-left:10px;
	text-align:center;
	margin-bottom:15px
}
#footer .column3 ul{
	
}
#footer .column3 li{
	
}
#footer .column3 li a{
	
}
#footer .column4 .box-heading{
	text-align:center
}
#footer .column4 input[type=text]{
	
}
#footer .column4 small{
	
}
#footer .column4 input[type=button]{
	
}
#footer .column4 input[type=button]:hover{
	background:#ff690f
}
#footer .column4 .address{
	text-align:left
}
.copyright{
	
}
#info_on_home  h1{
	text-align:center
}
.sdesc{
	font-size:18px;
	margin-bottom:20px;
	display:block
}
#info_on_home h2{
	font-size:24px;
	color:#ff690f;
	font-weight:bold
}
.item-list .item{
	display:inline-block;
	width:44%;
	margin:20px 20px 20px 0;
	vertical-align:top
}
.item-list .item2{
	display:inline-block;
	width:44%;
	margin:20px;
	vertical-align:top
}
.item-list .item img{
	float:left !important;
	margin-right:18px !important;
	display:block;
	margin-left:0px !important
}
.item-list .item p b{
	font-size:20px
}
.item-list .item2 p b{
	font-size:20px
}
.item2 img{
	float:none !important;
	margin-right:0 !important;
	display:block !important;
	margin-left:0 !important;
	margin-bottom:15px
}
.item-list .item p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:16px !important
}
.item-list .item2 p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:21px !important
}
.tablealc tr th{
	background-color:#99c153;
	border-bottom:2px solid #99c153 !important
}
.tablealc tr th p{
	color:#fff !important;
	font-size:20px !important;
	padding:20px 0 20px 50px;
	margin:0 !important
}
.tablealc tr td p{
	font-size:18px !important;
	padding:10px 0 10px 50px;
	margin:0 !important
}
.tablealc tr td:last-child p{
	background:url(../../../../../image/main/plus.jpg) no-repeat 15px 10px
}
.tablealc tr td:first-child p{
	background:url(../../../../../image/main/minus.jpg) no-repeat 15px 10px
}
.tablealc{
	border:2px solid #99c153 !important
}
.tablealc tr td{
	border-right:2px solid #99c153 !important
}
.listalc{
	padding-left:0px;
	list-style:none;
	border-bottom:1px solid #ccc
}
.listalc li{
	padding-bottom:20px;
	padding-left:40px;
	font-size:16px;
	background:url(../../../../../image/main/plus.jpg) no-repeat 5px 2px
}
#info_on_home h3{
	font-size:30px;
	text-align:center;
	margin-bottom:40px;
	margin-top:30px;
	font-weight:bold
}
#info_on_home ol{
	list-style:none
}
#info_on_home ol li{
	display:inline-block;
	width:49%;
	height:251px;
	padding:20px 0 0 20px;
	vertical-align:top;
	border-radius:5px;
	font-size:20px
}
.orange{
	color:#fe6920
}
#info_on_home ol li:first-child{
	background:url(../../../../../image/main/pr1.jpg) no-repeat 0px 0px
}
#info_on_home ol li:last-child{
	background:url(../../../../../image/main/pr2.jpg) no-repeat 0px 0px
}

}
@media (min-width:768px) and (max-width:991px){
	.desc-mainn1{
	
}
.desc-mainn2{
	margin-right:-3%;
	padding-right:0;
	background-size:30% auto
}
.desc-mainn3{
	
}
#info_on_home .desc-mainn2 img{
	float:none!important;
	margin-left:auto!important;
	margin-right:auto!important;
	margin-bottom:10px
}
#info_on_home .desc-mainn2 .item-list .item2{
	margin-left:2%;
	margin-right:2%
}
.desc-mainn4{
	
}
#info_on_home .desc-mainn4 ol li{
	width:100%;
	margin-right:0!important;
	display:block;
	margin-bottom:15px
}
.desc-mainn5{
	
}
.simplecheckout-left-column{
	margin-right:1%!important;
	min-width:200px!important
}
.simplecheckout-right-column{
	min-width:200px!important
}
.simplecheckout-button-left{
	float:none!important;
	text-align:center!important;
	padding-top:20px
}
#regim .info br{
	display:none
}
#container{
	padding-left:10px;
	padding-right:10px
}
body{
	padding-top:52px
}
#header .navbar-header{
	position:fixed;
	top:0;
	background:rgba(0,0,0,0.6);
	width:100%;
	z-index:199;
	left:0;
	height:50px
}
#header .navbar-header button{
	color:#000;
	border:1px solid #000;
	background:#efefef;
	display:block
}
#header .links_menu{
	float:left;
	width:100%;
	position:fixed;
	top:50px;
	left:0;
	z-index:199;
	background:rgba(0,0,0,0.6);
	padding-left:15px;
	padding-right:15px
}
#header .links_menu a{
	width:100%;
	float:none;
	margin-right:0;
	color:#fff;
	font-size:18px
}
#header .navbar-header .navbar-toggle .icon-bar{
	background:#404040
}
#slogan{
	border-right:0;
	text-align:center;
	margin-top:0
}
#slogan b{
	font-size:15px
}
#slogan small{
	font-size:10px
}
#regim{
	margin-top:0;
	text-align:center;
	border:0;
	width:24%;
	margin-left:0;
	padding-top:4px
}
#regim b{
	padding-left:0;
	top:0;
	background:none;
	font-size:15px;
	line-height:28px
}
#regim .info{
	padding-left:0;
	font-size:10px
}
#zvonok{
	padding-top:4px;
	margin-bottom:19px
}
#zvonok .phone{
	background:none;
	margin-left:0;
	padding-left:0;
	text-align:center;
	font-size:15px;
	line-height:28px;
	padding-bottom:4px
}
#zvonok .info{
	padding-left:0;
	font-size:10px
}
#zvonok .email{
	background:none;
	padding-left:0;
	margin-left:0;
	text-align:center;
	font-size:14px
}
#menu{
	clear:both
}
#menu .catalogue{
	position:relative;
	float:left;
	z-index:100
}
#menu .catalogue > ul{
	position:absolute;
	top:100%;
	left:0;
	padding-left:0;
	width:100%;
	background:#f3f3f3;
	padding-top:16px;
	z-index:999
}
#menu .catalogue > ul.collapse{
	
}
#menu .catalogue > ul.collapse.in{
	
}
#menu .catalogue > ul > li{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child{
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child > a{
	padding-bottom:2px
}
#menu .catalogue > ul > li > a{
	font-size:12px;
	line-height:15px
}
#menu .catalogue > ul > li > a:hover{
	color:#ff690f;
	text-decoration:none
}
#menu .catalogue > ul > li:last-child{
	margin-bottom:4px
}
#menu .catalogue > ul > li:last-child > a{
	border:0
}
#menu .catalogue > ul > li > a+div{
	display:none
}
#menu .catalogue > ul > li > a+div > ul{
	
}
#menu .catalogue > ul > li > a+div > ul > li{
	
}
#menu .catalogue > ul > li > a+div > ul > li > a{
	
}
#menu .catalogue > span{
	background-image:none;
	padding:12px 11px 12px 11px;
	font-size:14px
}
#menu:after{
	content:'';
	display:table;
	clear:both
}
#menu .spec_link{
	background:none;
	padding:11px 11px;
	display:block;
	float:left
}
#menu #search{
	float:right;
	padding-left:0;
	width:auto;
	display:flex;
	margin-bottom:2px;
	padding-top:4px;
	margin-right:5px
}
#menu #search .button-search{
	position:absolute;
	top:5px;
	right:1px;
	display:block;
	background:url('../image/button-search.png') left center no-repeat;
	width:30px;
	height:36px;
	z-index:2;
	cursor:pointer
}
#menu #search input[type=text]{
	width:99%;
	margin-left:auto;
	margin-right:auto
}
#menu #search span{
	display:none
}
#menu #cart{
	float:none;
	background:#ffc200;
	border-radius:0;
	position:fixed;
	top:0;
	z-index:200;
	left:0;
	max-width:90%;
	width:auto
}
#menu #cart .heading{
	display:block;
	padding-top:15px;
	padding-bottom:13px;
	padding-right:17px;
	padding-left:7px;
	height:50px
}
#menu #cart .heading a{
	display:block;
	background:url('../image/cart_ico.jpg') left center no-repeat;
	position:relative;
	font-family:'Open Sans'
}
#menu #cart .heading #cart-total{
	font-size:16px;
	color:#23343f;
	display:block;
	padding-left:53px;
	white-space:nowrap
}
#content{
	
}
.slideshow .nivoSlider{
	max-width:100%
}
.common-home{
	
}
.common-home .slideshow{
	margin-bottom:31px
}
.common-home .slideshow .nivo-directionNav{
	display:block!important
}
.common-home .slideshow .nivo-controlNav{
	display:none
}
.common-home .slideshow img{
	
}
.common-home #bannerh0{
	padding-left:15px;
	display:block;
	padding-right:15px
}
.common-home #bannerh0 > div{
	float:left;
	width:20%;
	margin-right:0
}
.common-home #bannerh0 > div span{
	margin-left:0;
	white-space:initial;
	padding-top:17px;
	text-align:center;
}
.common-home #bannerh0 > div a{
	display:block;
}
.common-home #bannerh0 > div img{
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto
}
.common-home #bannerh0:after{
	content:'';
	display:table;
	clear:both
}
.common-home #bannerh0 > div:first-child{
	width:20%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(2){
	margin-right:0;
	width:20%
}
.common-home #bannerh0 > div:nth-child(3){
	margin-right:0;
	width:20%
}
.common-home #bannerh0 > div:nth-child(4){
	margin-right:0;
	width:20%
}
.common-home #bannerh0 > div:nth-child(5){
	
}
.common-home #bannerh0 > div:last-child{
	margin-right:0;
	width:20%
}
.simplecheckout-cart td.name{
	padding-left:0!important;
	padding-right:0;
	text-align:center!important
}
.simplecheckout-cart-total{
	display:flex
}
.simplecheckout-cart-total-value{
	position:relative;
	top:-4px
}
.box-product-module{
	
}
.box-product-module .box-heading{
	
}
.box-product-module .box-heading span{
	
}
.box-product-module .box-content{
	
}
.box-product-module .box-product{
	padding-left:0
}
.itemp{
	width:31.338%;
	margin-right:1%;
	margin-left:1%
}
.itemp:hover{
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border:1px solid #fff
}
.itemp .sku-rating{
	
}
.itemp .sku-rating .sku{
	display:none
}
.itemp .sku-rating .sku font{
	color:#23343f
}
.itemp .sku-rating .rating{
	display:table-cell;
	text-align:center
}
.itemp .image{
	padding-left:2px;
	padding-right:2px
}
.itemp .image a{
	display:block
}
.itemp .image img{
	display:block;
	margin-left:auto;
	margin-right:auto
}
.itemp .name{
	padding-left:2px;
	padding-right:2px
}
.itemp .name a{
	font-size:14px
}
.itemp .price{
	font-family:'Open Sans';
	text-align:center;
	margin-bottom:7px
}
.itemp .price .price-new{
	font-size:18px
}
.itemp .price .price-old{
	font-size:16px;
	color:#404040;
	text-decoration:line-through
}
.itemp .cart{
	text-align:center;
	margin-bottom:18px
}
.itemp .cart a{
	font-size:14px;
	color:#3f596a;
	text-decoration:underline;
	display:inline-block;
	vertical-align:top;
	line-height:38px;
	position:relative;
	left:0
}
.itemp .cart input[type=button]{
	margin-left:0
}
.itemp:hover .cart input[type=button]{
	background-color:#86c248
}
.common-home .itemp:nth-child(4n){
	margin-right:0
}
.box-product-module .box-product:after{
	content:'';
	display:table;
	clear:both
}
#news_on_home{
	
}
#news_on_home .box{
	margin-left:0px;
	margin-right:0
}
#news_on_home .box-heading{
	
}
#news_on_home .box-content{
	
}
#news_on_home .box-news{
	float:left;
	width:48%;
	margin-right:1%;
	margin-left:1%
}
#news_on_home .box-news .h4{
	
}
#news_on_home .box-news .posted{
	
}
#news_on_home .box-news img{
	display:block;
	float:none
}
#news_on_home .box-news .newsimage{
	float:none;
	clear:both
}
#news_on_home .box-news .desc{
	float:none
}
#news_on_home .box-news .desc a{
	
}
#news_on_home .box-news .button{
	float:right;
	font-size:12px;
	color:#00518b;
	text-decoration:underline
}
#news_on_home .box-news:nth-child(3n){
	margin-right:0
}
#info_on_home{
	
}
.desc-main{
	padding-right:330px;
	position:relative
}
#info_on_home h1{
	font-size:30px;
	color:#ff690f;
	margin-top:0;
	margin-bottom:24px
}
#info_on_home p{
	font-size:14px
}
#info_on_home img{
	float:right;
	max-width:100%
}
#map_on_home{
	
}
#map_on_home > .row{
	
}
.breadcrumb{
	
}
.breadcrumb > div{
	
}
.breadcrumb > div a{
	font-size:14px;
	color:#32424c;
	text-decoration:underline
}
.breadcrumb > div span{
	font-size:14px;
	color:#32424c
}
.product-category{
	
}
.product-category #content{
	
}
.product-category #content h1{
	font-size:26px;
	text-align:left
}
.product-category #content .breadcrumb{
	
}
.product-category #content .breadcrumb > div{
	
}
.product-category #content .breadcrumb > div a{
	
}
.product-category #content .breadcrumb > div span{
	
}
.other_category{
	
}
.other_category .category-list{
	text-align:left
}
.other_category .category-list ul{
	
}
.other_category .category-list ul li{
	margin-right:1%;
	margin-left:1%
}
.other_category .category-list ul li a{
	display:block;
	font-size:16px;
	color:#404040;
	line-height:17px;
	padding:13px 17px;
	background:#fff0bf;
	border-radius:4px
}
.other_category .category-list ul li a:hover{
	text-decoration:none;
	background:#c6ef9d
}
.product-filter{
	display:block;
	float:left;
	width:100%
}
.product-filter .sort{
	float:left;
	width:48%;
	text-align:left
}
.product-filter .sort b{
	display:none
}
.product-filter .sort select{
	width:100%
}
.product-filter .limit{
	float:right;
	width:48%;
	text-align:right
}
.product-filter .limit b{
	display:none
}
.product-filter .limit select{
	width:auto
}
.product-category .itemp:nth-child(4n){
	margin-right:0
}
.category-info{
	margin-bottom:79px;
	font-size:14px;
	color:#404040;
	line-height:22px
}
.category-info p{
	font-size:14px;
	color:#404040;
	margin-bottom:21px
}
.pagination{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#404040;
	margin-top:17px
}
.pagination .results{
	
}
.pagination .links{
	
}
.pagination a{
	display:inline-block;
	width:20px;
	height:26px;
	vertical-align:top;
	line-height:26px
}
.pagination b{
	font-weight:normal;
	display:inline-block;
	width:26px;
	height:26px;
	vertical-align:top;
	line-height:26px;
	background:#c5ef9d;
	border-radius:4px
}
.pagination:after{
	content:'';
	display:table;
	clear:both
}
.pagination:before{
	content:'';
	clear:both;
	display:table
}
.product_in_category{
	margin-bottom:98px
}
.product-product{
	
}
.product-product .breadcrumb{
	margin-bottom:18px
}
.product-product #content > .row > .left{
	width:50%
}
.product-product #content > .row > .left .image{
	
}
.product-product #content > .row > .left .image a{
	
}
.product-product #content > .row > .left .image a img{
	max-width:100%
}
.product-product #content > .row > .left .image-additional{
	margin-left:0;
	margin-right:0;
	float:left;
	width:100%
}
.product-product #content > .row > .left .image-additional a{
	margin-left:1%;
	width:31.341%;
	margin-right:1%;
	display:block;
	float:left
}
.product-product #content > .row > .left .image-additional a img{
	max-width:100%
}
.product-product #content > .row > .right{
	padding-left:0;
	padding-right:0;
	margin-bottom:15px;
	width:49%
}
.product-product #content > .row > .right .heading{
	text-align:center
}
.product-product #content > .row > .right .description{
	
}
.product-product #content > .row > .product-info{
	border-radius:0;
	margin-left:0;
	margin-right:0;
	width:100%
}
.product-info{
	
}
.product-info > .row{
	padding-left:10px;
	padding-right:10px
}
.product-info .sku{
	text-align:center
}
.product-info h1{
	min-height:auto;
	text-align:center
}
.product-info .price{
	text-align:center
}
.product-info .price .price-new{
	font-size:42px;
	display:inline-block;
	vertical-align:top
}
.product-info .price .price-old{
	display:inline-block;
	float:none;
	vertical-align:top
}
.product-info .cart{
	
}
.product-info .cart .qq{
	
}
.product-info .cart .qq span{
	font-size:14px;
	color:#3f596a;
	display:block;
	margin-bottom:4px
}
.product-info .cart .qq input[type=text]{
	width:60%;
	display:table-cell
}
.product-info .cart .qq button.plus{
	width:20%;
	display:table-cell
}
.product-info .cart .qq button.minus{
	height:40px;
	width:20%;
	display:table-cell
}
.product-info .cart .qq #button-cart{
	width:70%;
	padding-left:0;
	background-image:none;
	padding-right:0
}
.product-info .cart .qq .qua{
	width:23%;
	display:table
}
.product-info .cart .minimum{
	
}
.product-info .info_desc{
	margin-right:0
}
.product-info .info_desc ul{
	
}
.product-info .info_desc ul li{
	display:block
}
.product-info .info_desc ul li:first-child{
	
}
.product-info .info_desc ul li img{
	float:left;
	position:relative;
	top:3px;
	left:5px
}
.product-info .info_desc ul li span{
	margin-left:33px;
	display:block;
	letter-spacing:-0.1px;
	text-decoration:underline;
	color:#3f596a;
	font-size:14px;
	padding-bottom:4px
}
.product-info .info_desc ul li font{
	display:block;
	margin-left:31px;
	color:#7992a3;
	font-size:14px
}
.product-info .info_desc ul li:first-child img{
	left:0
}
.simplecheckout-button-right{
	text-align:center!important;
	float:none!important
}
#tab-attribute{
	
}
#tab-attribute .attribute{
	
}
#tab-attribute .attribute .tr{
	
}
#tab-attribute .attribute .td{
	
}
#tab-attribute .attribute .td:first-child{
	
}
#tab-attribute .attribute .td:last-child{
	
}
#tabs{
	padding-top:20px
}
#tabs ul{
	
}
#tabs ul li{
	
}
#tabs ul li a{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	background:#fff
}
#tabs ul li.active{
	
}
#tabs ul li.active a{
	margin-right:0
}
.product-product .tab-content{
	margin-bottom:80px
}
.product-product .tab-content .tab-pane{
	
}
.product-product .tab-content .tab-pane p{
	
}
.oct_rev{
	
}
.all_rev{
	margin-right:0
}
.last_review{
	
}
.last_review .total_rating{
	
}
.last_review .total_rating span{
	
}
.last_review .total_rating img{
	
}
.last_review .review-list{
	width:100%
}
.last_review .review-list .text{
	
}
.last_review .review-list .author{
	
}
.last_review .review-list .rating{
	
}
.last_review .review-list .rating img{
	
}
.oct_rev:hover,.all_rev:hover{
	text-decoration:none
}
#tab-related{
	
}
#tab-related .box-heading{
	background:none
}
#tab-related .box-heading span{
	font-size:24px;
	padding-left:0;
	padding-right:0
}
#tab-review{
	
}
#tab-review #review-title{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	
}
#tab-review b{
	
}
#tab-review input[name=name]{
	border:1px solid #dadee1
}
#tab-review input[name=email]{
	border:1px solid #dadee1
}
#tab-review input[name=city]{
	border:1px solid #dadee1
}
#tab-review input[name=rating]{
	
}
#tab-review input[name=captcha]{
	border:1px solid #dadee1;
	margin-bottom:15px
}
#tab-review textarea{
	border:1px solid #dadee1;
	resize:none
}
#tab-review img{
	
}
#tab-review #button-review{
	background:#ff690f;
	border:0;
	color:#fff;
	font-family:'Open Sans';
	font-size:14px;
	width:200px;
	height:38px;
	border-radius:4px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	text-align:center;
	line-height:38px;
	cursor:pointer
}
#review .review-list{
	
}
#review .review-list .text{
	font-size:14px;
	color:#828385;
	font-style:italic;
	line-height:17px;
	margin-bottom:12px
}
#review .review-list .author{
	
}
#review .review-list .rating{
	
}
#tab-review #button-review:hover{
	background-color:#86c248
}
.information-article{
	
}
.information-article h1{
	text-align:center
}
.information-article .breadcrumb{
	
}
.information-article .content-article{
	
}
.information-article .content-article .article{
	font-size:14px;
	line-height:19px;
	color:#3f596a
}
.information-article .content-article .image{
	float:left;
	padding-right:20px;
	padding-bottom:20px
}
.information-article .content-article .image img{
	
}
.information-article #content{
	margin-bottom:100px
}
.information-article #content .panelcollapsed .panelcontent p a{
	color: #23527c;
	text-decoration:underline
}
.information-article #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-blog{
	
}
.information-blog h1{
	
}
.information-blog .breadcrumb{
	
}
.information-blog .content-blog{
	
}
.information-blog .content-blog .blog{
	
}
.information-blog .content-blog .image{
	float:none!important;
	padding-right:0;
	padding-bottom:10px;
	width:100%;
	text-align:center
}
.information-blog .content-blog .image img{
	
}
.information-blog #content{
	margin-bottom:100px
}
.information-blog #content .panelcollapsed .panelcontent p a{
	text-decoration:underline
}
.information-blog #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-news{
	
}
.information-news h1{
	text-align:center;
	font-size:24px
}
.information-news .breadcrumb{
	
}
.information-news .content-news{
	
}
.information-news .content-news .news{
	
}
.information-news .content-news .image{
	float:none!important;
	padding-right:0;
	padding-bottom:10px;
	text-align:center
}
.information-news .content-news .image img{
	width:100%
}
.information-news #content{
	margin-bottom:100px
}
.information-news #content .panelcollapsed .panelcontent p a{
	text-decoration:underline
}
.information-news #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.checkout-simplecheckout{
	
}
.checkout-simplecheckout h1{
	font-weight:bold;
	color:#23343f;
	margin-bottom:22px
}
.simplecheckout-cart th:first-child{
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.simplecheckout-cart th:last-child{
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.simplecheckout-cart td.image a{
	display:block;
	width:131px
}
.simplecheckout-cart td.image img{
	border:1px solid #dce0e3;
	border-radius:3px
}
.simplecheckout-cart td.name a{
	font-size:16px;
	color:#23343f
}
.simplecheckout-cart td.quantity .qua{
	width:60px
}
.simplecheckout-cart td.quantity .qua .minus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua .plus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua input[type=text]{
	border-left:1px solid #c2c5c8;
	border-right:1px solid #c2c5c8;
	border-top:0;
	border-bottom:0;
	font-size:14px;
	color:#000;
	width:47px;
	text-align:center
}
.simplecheckout-cart-total span:first-child{
	width:auto;
	white-space:nowrap;
	font-size:12px
}
#total_total.simplecheckout-cart-total{
	
}
#total_total.simplecheckout-cart-total .simplecheckout-cart-total-value{
	font-size:16px
}
.simplecheckout-cart td.remove img{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:url(https://samogon-nnov.ru/catalog/view/theme/default/stylesheet/grayscale.svg);
	filter:gray;
	-webkit-filter:grayscale(1)
}
.simplecheckout-cart td.remove img:hover{
	filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:none;
	-webkit-filter:grayscale(0)
}
.imregister{
	
}
.imregister td{
	padding-bottom:17px;
	padding-top:0
}
.imregister input[type=radio]{
	display:none
}
.imregister input[type=radio]+label{
	background:url('../image/radio_no.png') left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:23px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262
}
.imregister input[type=radio]:checked+label{
	background:url('../image/radio_yes.png') left center no-repeat
}
#checkout_customer_main_comment{
	resize:none;
	height:107px
}
#simplecheckout_shipping{
	
}
#simplecheckout_shipping .simplecheckout-block-content{
	padding-top:6px;
	min-height:121px
}
#simplecheckout_shipping input[type=radio]{
	display:none
}
#simplecheckout_shipping input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:18px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px
}
#simplecheckout_shipping input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_payment{
	
}
#simplecheckout_payment .simplecheckout-block-content{
	padding-top:8px
}
#simplecheckout_payment input[type=radio]{
	display:none
}
#simplecheckout_payment input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:26px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262;
	margin-bottom:6px
}
#simplecheckout_payment input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_button_confirm{
	background:#ff690f;
	border:0;
	color:#fff;
	font-size:18px;
	width:254px;
	max-width:100%;
	line-height:37px;
	border-radius:4px
}
#simplecheckout_button_confirm+small{
	width:100%
}
#simplecheckout_button_confirm:hover{
	background:#86c248
}
#simplecheckout_button_confirm span{
	
}
#simple_return{
	border:1px solid #c2c6c8;
	width:257px;
	height:50px;
	line-height:37px;
	font-size:18px;
	color:#727272
}
#simple_return:hover{
	background:#c2c6c8;
	color:#fff
}
#footer{
	clear:both;
	margin-left:-10px;
	margin-right:-10px;
	border-radius:0
}
#footer .box-heading{
	
}
#footer .column1{
	padding-left:19px
}
#footer .column1{
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	margin-bottom:15px
}
#footer .column1 > img{
	display:block;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto
}
#footer .column1 a{
	display:inline-block
}
#footer .column1 .b2{
	margin-bottom:15px
}
#footer a img{
	
}
#footer a:hover img{
	opacity:0.6
}
#footer .column1 .rekviz{
	
}
#footer .column2{
	text-align:left;
	margin-bottom:15px;
	width:27%;
	margin-left:0
}
#footer .column2 ul{
	
}
#footer .column2 li{
	list-style:none;
	display:block
}
#footer .column2 li a{
	font-size:14px;
	color:#b7cad9
}
#footer .column3{
	padding-left:10px;
	text-align:left;
	margin-bottom:15px
}
#footer .column3 ul{
	
}
#footer .column3 li{
	
}
#footer .column3 li a{
	
}
#footer .column4 .box-heading{
	text-align:left
}
#footer .column4 input[type=text]{
	
}
#footer .column4 small{
	
}
#footer .column4 input[type=button]{
	
}
#footer .column4 input[type=button]:hover{
	background:#ff690f
}
#footer .column4 .address{
	text-align:left
}
.copyright{
	
}
#info_on_home  h1{
	text-align:center
}
.sdesc{
	font-size:18px;
	margin-bottom:20px;
	display:block
}
#info_on_home h2{
	font-size:24px;
	color:#ff690f;
	font-weight:bold
}
.item-list .item{
	display:inline-block;
	width:44%;
	margin:20px 20px 20px 0;
	vertical-align:top
}
.item-list .item2{
	display:inline-block;
	width:44%;
	margin:20px;
	vertical-align:top
}
.item-list .item img{
	float:left !important;
	margin-right:18px !important;
	display:block;
	margin-left:0px !important
}
.item-list .item p b{
	font-size:20px
}
.item-list .item2 p b{
	font-size:20px
}
.item2 img{
	float:none !important;
	margin-right:0 !important;
	display:block !important;
	margin-left:0 !important;
	margin-bottom:15px
}
.item-list .item p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:16px !important
}
.item-list .item2 p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:21px !important
}
.tablealc tr th{
	background-color:#99c153;
	border-bottom:2px solid #99c153 !important
}
.tablealc tr th p{
	color:#fff !important;
	font-size:16px !important;
	padding:20px 0 20px 0;
	margin:0 !important;
	text-align:center
}
.tablealc tr td p{
	font-size:18px !important;
	padding:10px 0 10px 50px;
	margin:0 !important
}
.tablealc tr td:last-child p{
	background:url(../../../../../image/main/plus.jpg) no-repeat 15px 10px
}
.tablealc tr td:first-child p{
	background:url(../../../../../image/main/minus.jpg) no-repeat 15px 10px
}
.tablealc{
	
}
.tablealc tr td{
	
}
.listalc{
	padding-left:0px;
	list-style:none;
	border-bottom:1px solid #ccc
}
.listalc li{
	padding-bottom:20px;
	padding-left:40px;
	font-size:16px;
	background:url(../../../../../image/main/plus.jpg) no-repeat 5px 2px
}
#info_on_home h3{
	font-size:30px;
	text-align:center;
	margin-bottom:40px;
	margin-top:30px;
	font-weight:bold
}
#info_on_home ol{
	list-style:none
}
#info_on_home ol li{
	display:inline-block;
	width:49%;
	height:251px;
	padding:20px 0 0 20px;
	vertical-align:top;
	border-radius:5px;
	font-size:20px
}
.orange{
	color:#fe6920
}
#info_on_home ol li:first-child{
	background:url(../../../../../image/main/pr1.jpg) no-repeat 0px 0px;
	background-size:cover
}
#info_on_home ol li:last-child{
	background:url(../../../../../image/main/pr2.jpg) no-repeat 0px 0px;
	background-size:cover
}
.desc-mainn2 .tablealc1{
	border-right:2px solid #99c153 !important
}
.desc-mainn2 .tablealc2{
	border-left:0px solid transparent!important
}

}
@media (min-width:992px) and (max-width:1199px){
	.desc-mainn2 .tablealc1{
	border-right:2px solid #99c153 !important;
}
.desc-mainn2 .tablealc2{
	border-left:0px!important
}
.desc-mainn1{
	
}
.desc-mainn2{
	margin-right:-20px
}
.desc-mainn3{
	
}
#info_on_home .desc-mainn2 img{
	
}
#info_on_home .desc-mainn2 .item-list .item2{
	margin-left:2%;
	margin-right:2%
}
.desc-mainn4{
	
}
#info_on_home .desc-mainn4 ol li{
	
}
.desc-mainn5{
	
}
.simplecheckout-left-column{
	margin-right:1%!important;
	min-width:200px!important
}
.simplecheckout-right-column{
	min-width:200px!important
}
.simplecheckout-button-left{
	float:none!important;
	text-align:center!important;
	padding-top:20px
}
#regim .info br{
	display:none
}
#container{
	padding-left:10px;
	padding-right:10px
}
body{
	
}
#header .navbar-header{
	
}
#header .navbar-header button{
	#efefefdisplay:block
}
#header .links_menu{
	display:block
}
#header .links_menu a{
	
}
#header .navbar-header .navbar-toggle .icon-bar{
	background:#404040
}
#slogan{
	
}
#slogan b{
	font-size:20px
}
#slogan small{
	font-size:14px
}
#regim{
	min-height:64px
}
#regim b{
	font-size:20px
}
#regim .info{
	font-size:12px;
	padding-left:0
}
#zvonok{
	
}
#zvonok .phone{
	text-align:center;
	font-size:20px
}
#zvonok .info{
	padding-left:0;
	font-size:10px
}
#zvonok .email{
	background:none;
	padding-left:0;
	margin-left:0;
	text-align:center;
	font-size:14px
}
#menu{
	clear:both
}
#menu .catalogue{
	position:relative;
	float:left;
	z-index:100
}
#menu .catalogue > ul{
	position:absolute;
	top:100%;
	left:0;
	padding-left:0;
	width:100%;
	background:#f3f3f3;
	padding-top:16px;
	z-index:999
}
#menu .catalogue > ul.collapse{
	
}
#menu .catalogue > ul.collapse.in{
	
}
#menu .catalogue > ul > li{
	padding-left:5px;
	padding-right:5px;
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child{
	margin-bottom:6px
}
#menu .catalogue > ul > li:first-child > a{
	
}
#menu .catalogue > ul > li > a{
	
}
#menu .catalogue > ul > li > a:hover{
	color:#ff690f;
	text-decoration:none
}
#menu .catalogue > ul > li:last-child{
	margin-bottom:4px
}
#menu .catalogue > ul > li:last-child > a{
	border:0
}
#menu .catalogue > ul > li > a+div{
	display:none
}
#menu .catalogue > ul > li > a+div > ul{
	
}
#menu .catalogue > ul > li > a+div > ul > li{
	
}
#menu .catalogue > ul > li > a+div > ul > li > a{
	
}
#menu .catalogue > span{
	background-image:none;
	padding:12px 34px 12px 34px;
	font-size:14px
}
#menu:after{
	content:'';
	display:table;
	clear:both
}
#menu .spec_link{
	background:none;
	padding:11px 11px;
	display:block;
	float:left
}
#menu #search{
	float:right;
	padding-left:0;
	width:auto;
	display:flex;
	margin-bottom:2px;
	padding-top:4px;
	margin-right:5px
}
#menu #search .button-search{
	position:absolute;
	top:5px;
	right:1px;
	display:block;
	background:url('../image/button-search.png') left center no-repeat;
	width:30px;
	height:36px;
	z-index:2;
	cursor:pointer
}
#menu #search input[type=text]{
	width:99%;
	margin-left:auto;
	margin-right:auto
}
#menu #search span{
	display:none
}
#menu #cart{
	float:none;
	background:#ffc200;
	border-radius:0;
	position:fixed;
	top:0;
	z-index:200;
	right:0;
	max-width:90%;
	width:auto
}
#menu #cart .heading{
	display:block;
	padding-top:15px;
	padding-bottom:13px;
	padding-right:17px;
	padding-left:7px;
	height:50px
}
#menu #cart .heading a{
	display:block;
	background:url('../image/cart_ico.jpg') left center no-repeat;
	position:relative;
	font-family:'Open Sans'
}
#menu #cart .heading #cart-total{
	font-size:16px;
	color:#23343f;
	display:block;
	padding-left:53px;
	white-space:nowrap
}
#content{
	
}
.slideshow .nivoSlider{
	max-width:100%
}
.common-home{
	
}
.common-home .slideshow{
	margin-bottom:31px
}
.common-home .slideshow .nivo-directionNav{
	display:block!important
}
.common-home .slideshow .nivo-controlNav{
	display:none
}
.common-home .slideshow img{
	
}
.common-home #bannerh0{
	padding-left:15px;
	display:block;
	padding-right:15px
}
.common-home #bannerh0 > div{
	float:left;
	width:20%;
	margin-right:0
}
.common-home #bannerh0 > div span{
	margin-left:0;
	white-space:initial;
	padding-top:17px;
	text-align:center;
}
.common-home #bannerh0 > div a{
	display:block;
}
.common-home #bannerh0 > div img{
	display:block;
	float:none;
	margin-left:auto;
	margin-right:auto
}
.common-home #bannerh0:after{
	content:'';
	display:table;
	clear:both
}
.common-home #bannerh0 > div:first-child{
	width:20%;
	margin-right:0
}
.common-home #bannerh0 > div:nth-child(2){
	margin-right:0;
	width:20%
}
.common-home #bannerh0 > div:nth-child(3){
	margin-right:0;
	width:20%
}
.common-home #bannerh0 > div:nth-child(4){
	margin-right:0;
	width:20%
}
.common-home #bannerh0 > div:nth-child(5){
	
}
.common-home #bannerh0 > div:last-child{
	margin-right:0;
	width:20%
}
.simplecheckout-cart td.name{
	padding-left:0!important;
	padding-right:0;
	text-align:center!important
}
.simplecheckout-cart-total{
	display:flex
}
.simplecheckout-cart-total-value{
	position:relative;
	top:-4px
}
.box-product-module{
	
}
.box-product-module .box-heading{
	
}
.box-product-module .box-heading span{
	
}
.box-product-module .box-content{
	
}
.box-product-module .box-product{
	padding-left:0
}
.itemp{
	width:23%;
	margin-right:1%;
	margin-left:1%
}
.itemp:hover{
	box-shadow:0 0 20px rgba(0,0,0,0.2);
	border:1px solid #fff
}
.itemp .sku-rating{
	
}
.itemp .sku-rating .sku{
	
}
.itemp .sku-rating .sku font{
	color:#23343f
}
.itemp .sku-rating .rating{
	display:table-cell;
	text-align:center
}
.itemp .image{
	padding-left:2px;
	padding-right:2px
}
.itemp .image a{
	display:block
}
.itemp .image img{
	display:block;
	margin-left:auto;
	margin-right:auto
}
.itemp .name{
	padding-left:2px;
	padding-right:2px
}
.itemp .name a{
	font-size:14px
}
.itemp .price{
	font-family:'Open Sans';
	text-align:center;
	margin-bottom:7px
}
.itemp .price .price-new{
	font-size:18px
}
.itemp .price .price-old{
	font-size:16px;
	color:#404040;
	text-decoration:line-through
}
.itemp .cart{
	text-align:center;
	margin-bottom:18px
}
.itemp .cart a{
	font-size:14px;
	color:#3f596a;
	text-decoration:underline;
	display:inline-block;
	vertical-align:top;
	line-height:38px;
	position:relative;
	left:0
}
.itemp .cart input[type=button]{
	margin-left:0
}
.itemp:hover .cart input[type=button]{
	background-color:#86c248
}
.common-home .itemp:nth-child(4n){
	margin-right:0
}
.box-product-module .box-product:after{
	content:'';
	display:table;
	clear:both
}
#news_on_home{
	
}
#news_on_home .box{
	margin-left:0px;
	margin-right:0
}
#news_on_home .box-heading{
	
}
#news_on_home .box-content{
	
}
#news_on_home .box-news{
	float:left;
	width:31.3334%;
	margin-right:1%;
	margin-left:1%
}
#news_on_home .box-news .h4{
	
}
#news_on_home .box-news .posted{
	
}
#news_on_home .box-news img{
	display:block;
	float:none
}
#news_on_home .box-news .newsimage{
	float:none;
	clear:both
}
#news_on_home .box-news .desc{
	float:none
}
#news_on_home .box-news .desc a{
	
}
#news_on_home .box-news .button{
	float:right;
	font-size:12px;
	color:#00518b;
	text-decoration:underline
}
#news_on_home .box-news:nth-child(3n){
	margin-right:0
}
#info_on_home{
	
}
.desc-main{
	padding-right:330px;
	position:relative
}
#info_on_home h1{
	font-size:30px;
	color:#ff690f;
	margin-top:0;
	margin-bottom:24px
}
#info_on_home p{
	font-size:14px
}
#info_on_home img{
	float:right;
	max-width:100%
}
#map_on_home{
	
}
#map_on_home > .row{
	
}
.breadcrumb{
	
}
.breadcrumb > div{
	
}
.breadcrumb > div a{
	font-size:14px;
	color:#32424c;
	text-decoration:underline
}
.breadcrumb > div span{
	font-size:14px;
	color:#32424c
}
.product-category{
	
}
.product-category #content{
	
}
.product-category #content h1{
	font-size:26px;
	text-align:left
}
.product-category #content .breadcrumb{
	
}
.product-category #content .breadcrumb > div{
	
}
.product-category #content .breadcrumb > div a{
	
}
.product-category #content .breadcrumb > div span{
	
}
.other_category{
	
}
.other_category .category-list{
	text-align:left
}
.other_category .category-list ul{
	
}
.other_category .category-list ul li{
	margin-right:1%;
	margin-left:1%
}
.other_category .category-list ul li a{
	display:block;
	font-size:16px;
	color:#404040;
	line-height:17px;
	padding:13px 17px;
	background:#fff0bf;
	border-radius:4px
}
.other_category .category-list ul li a:hover{
	text-decoration:none;
	background:#c6ef9d
}
.product-filter{
	display:block;
	float:left;
	width:100%
}
.product-filter .sort{
	float:left;
	width:48%;
	text-align:left
}
.product-filter .sort b{
	display:none
}
.product-filter .sort select{
	width:100%
}
.product-filter .limit{
	float:right;
	width:48%;
	text-align:right
}
.product-filter .limit b{
	display:none
}
.product-filter .limit select{
	width:auto
}
.product-category .itemp:nth-child(4n){
	margin-right:0
}
.category-info{
	margin-bottom:79px;
	font-size:14px;
	color:#404040;
	line-height:22px
}
.category-info p{
	font-size:14px;
	color:#404040;
	margin-bottom:21px
}
.pagination{
	float:left;
	width:100%;
	text-align:center;
	font-size:14px;
	color:#404040;
	margin-top:17px
}
.pagination .results{
	
}
.pagination .links{
	
}
.pagination a{
	display:inline-block;
	width:20px;
	height:26px;
	vertical-align:top;
	line-height:26px
}
.pagination b{
	font-weight:normal;
	display:inline-block;
	width:26px;
	height:26px;
	vertical-align:top;
	line-height:26px;
	background:#c5ef9d;
	border-radius:4px
}
.pagination:after{
	content:'';
	display:table;
	clear:both
}
.pagination:before{
	content:'';
	clear:both;
	display:table
}
.product_in_category{
	margin-bottom:98px
}
.product-product{
	
}
.product-product .breadcrumb{
	margin-bottom:18px
}
.product-product #content > .row > .left{
	
}
.product-product #content > .row > .left .image{
	
}
.product-product #content > .row > .left .image a{
	
}
.product-product #content > .row > .left .image a img{
	max-width:100%
}
.product-product #content > .row > .left .image-additional{
	margin-left:0;
	margin-right:0;
	float:left;
	width:100%
}
.product-product #content > .row > .left .image-additional a{
	margin-left:1%;
	width:31.341%;
	margin-right:1%;
	display:block;
	float:left
}
.product-product #content > .row > .left .image-additional a img{
	max-width:100%
}
.product-product #content > .row > .right{
	
}
.product-product #content > .row > .right .heading{
	text-align:center
}
.product-product #content > .row > .right .description{
	
}
.product-product #content > .row > .product-info{
	border-radius:0;
	margin-left:0;
	margin-right:0
}
.product-info{
	
}
.product-info > .row{
	padding-left:10px;
	padding-right:10px
}
.product-info .sku{
	text-align:center
}
.product-info h1{
	min-height:auto;
	text-align:center
}
.product-info .price{
	text-align:center
}
.product-info .price .price-new{
	font-size:42px;
	display:inline-block;
	vertical-align:top
}
.product-info .price .price-old{
	display:inline-block;
	float:none;
	vertical-align:top
}
.product-info .cart{
	
}
.product-info .cart .qq{
	
}
.product-info .cart .qq span{
	font-size:14px;
	color:#3f596a;
	display:block;
	margin-bottom:4px
}
.product-info .cart .qq input[type=text]{
	width:50%;
	display:table-cell
}
.product-info .cart .qq button.plus{
	width:25%;
	display:table-cell
}
.product-info .cart .qq button.minus{
	height:40px;
	width:25%;
	display:table-cell
}
.product-info .cart .qq #button-cart{
	width:70%;
	padding-left:0;
	background-image:none;
	padding-right:0
}
.product-info .cart .qq .qua{
	width:23%;
	display:table
}
.product-info .cart .minimum{
	
}
.product-info .info_desc{
	margin-right:0
}
.product-info .info_desc ul{
	
}
.product-info .info_desc ul li{
	display:block
}
.product-info .info_desc ul li:first-child{
	
}
.product-info .info_desc ul li img{
	float:left;
	position:relative;
	top:3px;
	left:5px
}
.product-info .info_desc ul li span{
	margin-left:33px;
	display:block;
	letter-spacing:-0.1px;
	text-decoration:underline;
	color:#3f596a;
	font-size:14px;
	padding-bottom:4px
}
.product-info .info_desc ul li font{
	display:block;
	margin-left:31px;
	color:#7992a3;
	font-size:14px
}
.product-info .info_desc ul li:first-child img{
	left:0
}
.simplecheckout-button-right{
	text-align:center!important;
	float:none!important
}
#tab-attribute{
	
}
#tab-attribute .attribute{
	
}
#tab-attribute .attribute .tr{
	
}
#tab-attribute .attribute .td{
	
}
#tab-attribute .attribute .td:first-child{
	
}
#tab-attribute .attribute .td:last-child{
	
}
#tabs{
	padding-top:20px
}
#tabs ul{
	
}
#tabs ul li{
	
}
#tabs ul li a{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	background:#fff
}
#tabs ul li.active{
	
}
#tabs ul li.active a{
	margin-right:0
}
.product-product .tab-content{
	margin-bottom:80px
}
.product-product .tab-content .tab-pane{
	
}
.product-product .tab-content .tab-pane p{
	
}
.oct_rev{
	
}
.all_rev{
	margin-right:0
}
.last_review{
	
}
.last_review .total_rating{
	
}
.last_review .total_rating span{
	
}
.last_review .total_rating img{
	
}
.last_review .review-list{
	width:100%
}
.last_review .review-list .text{
	
}
.last_review .review-list .author{
	
}
.last_review .review-list .rating{
	
}
.last_review .review-list .rating img{
	
}
.oct_rev:hover,.all_rev:hover{
	text-decoration:none
}
#tab-related{
	
}
#tab-related .box-heading{
	background:none
}
#tab-related .box-heading span{
	font-size:24px;
	padding-left:0;
	padding-right:0
}
#tab-review{
	
}
#tab-review #review-title{
	font-size:30px;
	color:#90a8b9;
	font-weight:bold;
	
}
#tab-review b{
	
}
#tab-review input[name=name]{
	border:1px solid #dadee1
}
#tab-review input[name=email]{
	border:1px solid #dadee1
}
#tab-review input[name=city]{
	border:1px solid #dadee1
}
#tab-review input[name=rating]{
	
}
#tab-review input[name=captcha]{
	border:1px solid #dadee1;
	margin-bottom:15px
}
#tab-review textarea{
	border:1px solid #dadee1;
	resize:none
}
#tab-review img{
	
}
#tab-review #button-review{
	background:#ff690f;
	border:0;
	color:#fff;
	font-family:'Open Sans';
	font-size:14px;
	width:200px;
	height:38px;
	border-radius:4px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	text-align:center;
	line-height:38px;
	cursor:pointer
}
#review .review-list{
	
}
#review .review-list .text{
	font-size:14px;
	color:#828385;
	font-style:italic;
	line-height:17px;
	margin-bottom:12px
}
#review .review-list .author{
	
}
#review .review-list .rating{
	
}
#tab-review #button-review:hover{
	background-color:#86c248
}
.information-article{
	
}
.information-article h1{
	text-align:center
}
.information-article .breadcrumb{
	
}
.information-article .content-article{
	
}
.information-article .content-article .article{
	font-size:14px;
	line-height:19px;
	color:#3f596a
}
.information-article .content-article .image{
	float:left;
	padding-right:20px;
	padding-bottom:20px
}
.information-article .content-article .image img{
	
}
.information-article #content{
	margin-bottom:100px
}
.information-article #content .panelcollapsed .panelcontent p a{
	color: #23527c;
	text-decoration:underline
}
.information-article #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-blog{
	
}
.information-blog h1{
	
}
.information-blog .breadcrumb{
	
}
.information-blog .content-blog{
	
}
.information-blog .content-blog .blog{
	
}
.information-blog .content-blog .image{
	float:none!important;
	padding-right:0;
	padding-bottom:10px;
	width:100%;
	text-align:center
}
.information-blog .content-blog .image img{
	
}
.information-blog #content{
	margin-bottom:100px
}
.information-blog #content .panelcollapsed .panelcontent p a{	
	text-decoration:underline
}
.information-blog #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.information-news{
	
}
.information-news h1{
	text-align:center;
	font-size:24px
}
.information-news .breadcrumb{
	
}
.information-news .content-news{
	
}
.information-news .content-news .news{
	
}
.information-news .content-news .image{
	float:none!important;
	padding-right:0;
	padding-bottom:10px;
	text-align:center
}
.information-news .content-news .image img{
	width:100%
}
.information-news #content{
	margin-bottom:100px
}
.information-news #content .panelcollapsed .panelcontent p a{
	text-decoration:underline
}
.information-news #content .panelcollapsed .panelcontent p a:hover{
	text-decoration:none
}
.checkout-simplecheckout{
	
}
.checkout-simplecheckout h1{
	font-weight:bold;
	color:#23343f;
	margin-bottom:22px
}
.simplecheckout-cart th:first-child{
	-webkit-border-top-left-radius:4px;
	-webkit-border-bottom-left-radius:4px;
	-moz-border-radius-topleft:4px;
	-moz-border-radius-bottomleft:4px;
	border-top-left-radius:4px;
	border-bottom-left-radius:4px
}
.simplecheckout-cart th:last-child{
	-webkit-border-top-right-radius:4px;
	-webkit-border-bottom-right-radius:4px;
	-moz-border-radius-topright:4px;
	-moz-border-radius-bottomright:4px;
	border-top-right-radius:4px;
	border-bottom-right-radius:4px
}
.simplecheckout-cart td.image a{
	display:block;
	width:131px
}
.simplecheckout-cart td.image img{
	border:1px solid #dce0e3;
	border-radius:3px
}
.simplecheckout-cart td.name a{
	font-size:16px;
	color:#23343f
}
.simplecheckout-cart td.quantity .qua{
	width:60px
}
.simplecheckout-cart td.quantity .qua .minus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua .plus{
	font-size:14px;
	color:#000;
	background:none;
	border:0;
	width:20px
}
.simplecheckout-cart td.quantity .qua input[type=text]{
	border-left:1px solid #c2c5c8;
	border-right:1px solid #c2c5c8;
	border-top:0;
	border-bottom:0;
	font-size:14px;
	color:#000;
	width:47px;
	text-align:center
}
.simplecheckout-cart-total span:first-child{
	width:auto;
	white-space:nowrap;
	font-size:12px
}
#total_total.simplecheckout-cart-total{
	
}
#total_total.simplecheckout-cart-total .simplecheckout-cart-total-value{
	font-size:16px
}
.simplecheckout-cart td.remove img{
	filter:grayscale(100%);
	-webkit-filter:grayscale(100%);
	-moz-filter:grayscale(100%);
	-ms-filter:grayscale(100%);
	-o-filter:grayscale(100%);
	filter:url(https://samogon-nnov.ru/catalog/view/theme/default/stylesheet/grayscale.svg);
	filter:gray;
	-webkit-filter:grayscale(1)
}
.simplecheckout-cart td.remove img:hover{
	filter:grayscale(0%);
	-webkit-filter:grayscale(0%);
	-moz-filter:grayscale(0%);
	-ms-filter:grayscale(0%);
	-o-filter:grayscale(0%);
	filter:none;
	-webkit-filter:grayscale(0)
}
.imregister{
	
}
.imregister td{
	padding-bottom:17px;
	padding-top:0
}
.imregister input[type=radio]{
	display:none
}
.imregister input[type=radio]+label{
	background:url('../image/radio_no.png') left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:23px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262
}
.imregister input[type=radio]:checked+label{
	background:url('../image/radio_yes.png') left center no-repeat
}
#checkout_customer_main_comment{
	resize:none;
	height:107px
}
#simplecheckout_shipping{
	
}
#simplecheckout_shipping .simplecheckout-block-content{
	padding-top:6px;
	min-height:121px
}
#simplecheckout_shipping input[type=radio]{
	display:none
}
#simplecheckout_shipping input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:18px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px
}
#simplecheckout_shipping input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_payment{
	
}
#simplecheckout_payment .simplecheckout-block-content{
	padding-top:8px
}
#simplecheckout_payment input[type=radio]{
	display:none
}
#simplecheckout_payment input[type=radio]+label{
	background:url(../image/radio_no.png) left center no-repeat;
	padding-left:28px;
	font-weight:normal;
	line-height:26px;
	position:relative;
	top:-2px;
	margin-right:9px;
	font-size:14px;
	color:#626262;
	margin-bottom:6px
}
#simplecheckout_payment input[type=radio]:checked+label{
	background:url(../image/radio_yes.png) left center no-repeat
}
#simplecheckout_button_confirm{
	background:#ff690f;
	border:0;
	color:#fff;
	font-size:18px;
	width:254px;
	max-width:100%;
	line-height:37px;
	border-radius:4px
}
#simplecheckout_button_confirm+small{
	width:100%
}
#simplecheckout_button_confirm:hover{
	background:#86c248
}
#simplecheckout_button_confirm span{
	
}
#simple_return{
	border:1px solid #c2c6c8;
	width:257px;
	height:50px;
	line-height:37px;
	font-size:18px;
	color:#727272
}
#simple_return:hover{
	background:#c2c6c8;
	color:#fff
}
#footer{
	clear:both;
	margin-left:-10px;
	margin-right:-10px;
	border-radius:0
}
#footer .box-heading{
	
}
#footer .column1{
	padding-left:19px
}
#footer .column1{
	padding-left:10px;
	padding-right:10px;
	text-align:left;
	margin-bottom:15px
}
#footer .column1 > img{
	display:block;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto
}
#footer .column1 a{
	display:inline-block
}
#footer .column1 .b2{
	margin-bottom:15px
}
#footer a img{
	
}
#footer a:hover img{
	opacity:0.6
}
#footer .column1 .rekviz{
	
}
#footer .column2{
	text-align:left;
	margin-bottom:15px;
	width:27%;
	margin-left:0
}
#footer .column2 ul{
	
}
#footer .column2 li{
	list-style:none;
	display:block
}
#footer .column2 li a{
	font-size:14px;
	color:#b7cad9
}
#footer .column3{
	padding-left:10px;
	text-align:left;
	margin-bottom:15px
}
#footer .column3 ul{
	
}
#footer .column3 li{
	
}
#footer .column3 li a{
	
}
#footer .column4 .box-heading{
	text-align:left
}
#footer .column4 input[type=text]{
	
}
#footer .column4 small{
	
}
#footer .column4 input[type=button]{
	
}
#footer .column4 input[type=button]:hover{
	background:#ff690f
}
#footer .column4 .address{
	text-align:left
}
.copyright{
	
}
#info_on_home  h1{
	text-align:center
}
.sdesc{
	font-size:18px;
	margin-bottom:20px;
	display:block
}
#info_on_home h2{
	font-size:24px;
	color:#ff690f;
	font-weight:bold
}
.item-list .item{
	display:inline-block;
	width:44%;
	margin:20px 20px 20px 0;
	vertical-align:top
}
.item-list .item2{
	display:inline-block;
	width:44%;
	margin:20px;
	vertical-align:top
}
.item-list .item img{
	float:left !important;
	margin-right:18px !important;
	display:block;
	margin-left:0px !important
}
.item-list .item p b{
	font-size:20px
}
.item-list .item2 p b{
	font-size:20px
}
.item2 img{
	float:none !important;
	margin-right:0 !important;
	display:block !important;
	margin-left:0 !important;
	margin-bottom:15px
}
.item-list .item p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:16px !important
}
.item-list .item2 p{
	font-size:16px !important;
	margin-bottom:10px !important;
	line-height:21px !important
}
.tablealc tr th{
	background-color:#99c153;
	border-bottom:2px solid #99c153 !important
}
.tablealc tr th p{
	color:#fff !important;
	font-size:20px !important;
	padding:20px 0 20px 50px;
	margin:0 !important
}
.tablealc tr td p{
	font-size:18px !important;
	padding:10px 0 10px 50px;
	margin:0 !important
}
.tablealc tr td:last-child p{
	background:url(../../../../../image/main/plus.jpg) no-repeat 15px 10px
}
.tablealc tr td:first-child p{
	background:url(../../../../../image/main/minus.jpg) no-repeat 15px 10px
}
.tablealc{
	
}
.tablealc tr td{
	border-right:0!important
}
.listalc{
	padding-left:0px;
	list-style:none;
	border-bottom:1px solid #ccc
}
.listalc li{
	padding-bottom:20px;
	padding-left:40px;
	font-size:16px;
	background:url(../../../../../image/main/plus.jpg) no-repeat 5px 2px
}
#info_on_home h3{
	font-size:30px;
	text-align:center;
	margin-bottom:40px;
	margin-top:30px;
	font-weight:bold
}
#info_on_home ol{
	list-style:none
}
#info_on_home ol li{
	display:inline-block;
	width:49%;
	height:251px;
	padding:20px 0 0 20px;
	vertical-align:top;
	border-radius:5px;
	font-size:20px
}
.orange{
	color:#fe6920
}
#info_on_home ol li:first-child{
	background:url(../../../../../image/main/pr1.jpg) no-repeat 0px 0px;
	margin-right:1%!important
}
#info_on_home ol li:last-child{
	background:url(../../../../../image/main/pr2.jpg) no-repeat 0px 0px
}

}
@media (min-width:1200px){
	#tab-related .box-product{
	margin-left:-20px;
	margin-right:-20px
}
#tab-related .box-product .itemp{
	margin-left:13px;
	margin-right:13px
}
.desc-mainn1{
	
}
.desc-mainn2{
	
}
.desc-mainn3{
	
}
#info_on_home .desc-mainn2 img{
	
}
#info_on_home .desc-mainn2 .item-list .item2{
	
}
.desc-mainn4{
	
}
#info_on_home .desc-mainn4 ol li{
	
}
.desc-mainn5{
	
}
#header .navbar-header{
	
}
#header .navbar-header button{
	
}
#header .navbar-header .navbar-toggle .icon-bar{
	
}
#header .links_menu.collapse{
	display:block
}
#menu .catalogue > ul.collapse,#menu .catalogue > ul.collapsing{
	
}

}
.optionradio{
	
}
.optionradio b{
	font-size:15px;
	font-weight:normal;
	display:inline-block;
	line-height:30px;
	vertical-align:top;
	text-align:left;
	color:#2c2c2c;
	margin-top:3px
}
.optionradio input{
	display:none
}
.optionradio input+label{
	display:inline-block;
	font-family:'Open Sans';
	font-size:20px;
	font-weight:300;
	border-radius:4px;
	padding:3px 9px;
	background:#fff;
	color:#111;
	cursor:pointer;
	margin:0px 3px 10px 3px;
	border:2px solid #c2c5c8
}
.optionradio input:checked+label{
	display:inline-block;
	font-family:'Open Sans';
	font-size:23px;
	font-weight:300;
	border-radius:4px;
	padding:3px 10px;
	color:#fff;
	background:#71ab00;
	cursor:pointer;
	margin:0px 5px 10px 5px;
	border:2px solid #71ab00
}
.optionradio input+label:hover{
	border:2px solid #71ab00
}
.panel__new {
	width: 85%;
}
.info__new {
    display: table;
    width: 100%;	
	padding-bottom: 20px;
}
.info__new-item {
    display: table-cell;
    width: 16.66666666666667%;
    vertical-align: top;	
}
.info__new-two {
	padding-top: 115px;	
}
.info__new-item img {
    max-width: inherit;
    width: auto;
}
@media (max-width:1200px){
	.info__new {
		display: block;
		width: 100%;
		text-align: left;
		margin-bottom: -25px;
	}
	.info__new-item {
		display: inline-block;
		width: 30%;
		text-align: center;
		padding-bottom: 25px;
		padding-top: 0;
	}
	.info__new-two {

	}
	.info__new-item img {

	}
	.info__new-last {
		padding-top: 0px;
	}
}
@media (max-width:991px){
	.info__new {
		text-align: left;
		margin-bottom: -25px;
	}
	.info__new-item {
		padding-top: 0;
		width: 45%;
		padding-bottom: 25px;
	}
	.info__new-two {

	}
	.info__new-item img {

	}
	.info__new-last {
		padding-top: 0px;
	}
	.panel__new {
		width: 100%;
	}
}
.panel__new a {
	color: #23527c;
	text-decoration: underline;
}
.panel__new a:hover {
	text-decoration: none;
}
.category-info2 {
	line-height: 27px;
}
@font-face {
	font-family: 'Izhitsa';
	src: url('../fonts/Izhitsa.eot');
	src: url('../fonts/Izhitsa.eot%3F') format('embedded-opentype'),
		url('../fonts/Izhitsa.woff2') format('woff2'),
		url('../fonts/Izhitsa.woff') format('woff'),
		url('../fonts/Izhitsa.ttf') format('truetype'),
		url('../fonts/Izhitsa.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*Блок подкатегорий*/
.category-list .product-category .itemp{
position:relative;
}
.category-list .itemp:nth-child(4n) {
    margin-right: 0;
margin-right:24px;
}
/*
.category-wrapper:hover .category-image span {
    background: RGBA(0,0,0,0.65);
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
}
*/
.category-image {
    display: inline-block;
    width: 100%;
    text-align: center;
    /*margin-bottom: 20px;*/
    position: relative;
}
.category-readmore {
    display: none;
    position: absolute;
    top: 50%;
    text-align: center;
    width: 100%;
}
.category-wrapper:hover .category-readmore {
    display: block;
}
.category-readmore a {
    background: #75ab3e;
    color: #fff;
    padding: 15px 60px;
    text-decoration: none;
    font-size: 16px;
    font-weight: 400;
    border-radius: 5px;
}
.category-name{
display:inline-block;
width:100%;
padding:10px 0px;
text-align:center;
}
.category-name a{
display:inline-block;
width:100%;
text-align:center;
color:#75ab3e;
font-weight:bold;
}
/*Блок подкатегорий*/

.tpl-grid_1-1-1 {
	width: 100%;
	display: grid;
	grid-column-gap: 72px;
	grid-row-gap: 36px;
	grid-template-columns: 1fr 1fr 1fr;
	margin-bottom: 24px;
	margin-top: 40px;
}
.tpl-grid_1-1 {
	width: 100%;
	display: grid;
	grid-column-gap: 72px;
	grid-row-gap: 36px;
	grid-template-columns: 1fr 1fr;
}
@media screen and (min-width: 600px) {
.parent-kredit{background-color:#FFF;margin:15px 0;border:1px solid #d0d0d0;padding:10px 0;border-radius:4px;font-family: 'PT Sans';}
.parent-kredit p{line-height:15px;font-size:13px;text-align:left;padding:0 10px}
.parent-kredit p b{font-weight:600}
.parent-kredit-h{line-height:36px;font-family: 'PT Sans';padding-left:46px;background-image:url(../../../image/zp-logo.jpg);background-repeat:no-repeat;font-weight:600;margin-left:20px;margin-bottom:10px}
.parent-kredit-item{padding-left:46px;margin-left:20px;background-image:url(../../../image/galka.png);background-repeat:no-repeat;line-height:35px;font-size:14px;background-position:8px}
.parent-kredit-item b{font-weight:600;font-size:17px}
#bez-pereplaty{line-height:30px;font-size:13px;text-align:center;background:#fff8d4;margin-bottom:10px;margin-top:6px}
#bez-pereplaty a{color:#111}
#buy-low-sale{margin:15px 0;border:0;border-bottom:1px solid #d0d0d0;padding:2px 0 12px;border-radius:0;font-family:'Open Sans';text-align:center}
#oths{font-family: 'PT Sans';line-height:20px;margin:0;text-indent:10px;margin-bottom:10px;font-size:14px;padding:6px;border:2px solid #f37638}
}


@media screen and (max-width: 600px) {
	
.parent-kredit{background-color:#FFF;margin:15px 0;border-top:1px solid #d0d0d0;padding:10px 0;font-family: 'PT Sans';border-bottom:1px solid #d0d0d0}
.parent-kredit p{line-height:15px;font-size:13px;text-align:left;padding:0 10px}
.parent-kredit p b{font-weight:600}
.parent-kredit-h{line-height:36px;font-family: 'PT Sans';padding-left:46px;background-image:url(../../../image/zp-logo.jpg);background-repeat:no-repeat;font-weight:600;margin-left:10px;margin-bottom:10px}
.parent-kredit-item{padding-left:46px;margin-left:20px;background-image:url(../../../image/galka.png);background-repeat:no-repeat;line-height:35px;font-size:14px;background-position:8px}
.parent-kredit-item b{font-weight:600;font-size:17px}
#bez-pereplaty{line-height:30px;font-size:13px;text-align:center;background:#fff8d4;margin-bottom:10px;margin-top:6px}
#bez-pereplaty a{color:#111}
#buy-low-sale{margin:15px 0;border:0;border-bottom:1px solid #d0d0d0;padding:2px 0 12px;border-radius:0;font-family: 'PT Sans';text-align:center}
#oths{font-family: 'PT Sans';line-height:20px;margin:0;text-indent:10px;margin-bottom:10px;font-size:14px;padding:6px;border:2px solid #f37638}	
	
}	