html{
	-webkit-text-size-adjust: none;
}
body {
	margin:0;
	color:#000;
	font: 14px/18px 'Arial', sans-serif;
	background:#fff;
	min-width:320px;
}
.site-color {
	color: #354889;
}
img {
	border-style:none;
	vertical-align:top;
}



a {
	color: #000;
	outline: none;
}
a:hover {
	text-decoration:none;
}
* {
	outline:none;
}
input, textarea, select {
	font-size: 100%;
	vertical-align:middle;
}
form, fieldset {
	margin:0;
	padding:0;
	border-style:none;
}
header,
nav,
section,
article,
aside,
footer,
figure,
menu,
dialog {
	display: block;
}
strong{
	font-weight:normal;
}
p{
	margin:0 0 21px;
}
.w1{
	width:100%;
	overflow:hidden;
	position:relative;
}
#wrapper{
	max-width:1000px;
	background:#fff;
	margin:0 auto;
	box-shadow:0 0 35px 0 #e8e8e8;
	-webkit-box-shadow:0 0 35px 0 #e8e8e8;
}
.center{
	max-width:960px;
	padding:0 10px;
	margin:0 auto;
}
.center:after{
	display:block;
	clear:both;
	content:'';
}
#header{
	position:relative;
	padding:12px 0 0;
	margin:0 0 16px;
	font-size: 14px;
	line-height:16px;
}
.header-panel{
	background:#fafafa;
	overflow:hidden;
	margin:0 0 5px;
	padding:8px 0px 8px 13px;
}
.call-back{
	float:right;
	text-decoration:none;
	border-bottom:1px solid #d0d0d0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.call-back:hover{
	border-bottom:1px solid #fafafa;
}
.header-panel ul{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.header-panel ul li{
	float:left;
	padding:0 0 0 10px;
	margin:0 0 0 11px;
	position:relative;
}
.header-panel ul li:after{
	content:'';
	background:#000;
	height:14px;
	width:1px;
	position:absolute;
	top:50%;
	left:0;
	margin:-7px 0 0;
}
.header-panel ul li:first-child{
	padding:0;
	margin:0;
}
.header-panel ul li:first-child:after{
	display:none;
}
.header-panel ul a{
	text-decoration:none;
	border-bottom:1px solid #d0d0d0;
	display:inline-block;
	vertical-align:top;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.header-panel ul li.active a,
.header-panel ul a:hover{
	color:#dcb346;
	border-bottom:1px solid #fafafa;
}
.header-block{
	overflow:hidden;
}
.logo-box{
	float:left;
	background:url(../images/logo.png) no-repeat;
	width:215px;
	height:100px;
	padding:0 0 0 114px;
}
.logo{
	float:left;
	width:178px;
	height:25px;
	background:url(../images/logo.png) no-repeat;
	text-indent:-9999px;
	overflow:hidden;
	margin:30px 0 4px;
}
.logo a{
	display:block;
	height:100%;
}
.logo-box span{
	font-size: 13px;
	line-height:15px;
}
.header-list{
	margin:0;
	padding:8px 0 0 10px;
	list-style:none;
	float:left;
	font-size: 0;
	line-height:0;
	max-width:400px;
}
.header-list li{
	display:inline-block;
	vertical-align:top;
	font-size: 14px;
	line-height:16px;
	margin:0 8px 10px 0;
}
.header-list .icon{
	display:inline-block;
	vertical-align:middle;
	width:43px;
	height:43px;
	margin:0 3px 0 0;
}
.header-list .title{
	display:inline-block;
	vertical-align:middle;
	width:140px;
}
.header-list a{
	text-decoration:none;
	color:#c48c28;
}
.header-list a:hover .title{
	text-decoration:underline;
}
.header-info{
	float:right;
	width:255px;
	/*height: 90px;*/
	padding: 0px 0px 20px 0px;
	text-align:center;
	font-size: 14px;
	line-height:15px;
}
.header-info a{
	display: block;
}
.header-info .phone, #footer .phone{
	font-size: 18px;
	line-height: 30px;
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	margin: 0px 10px 0px 10px;
}
.header-info .email{
	margin: 0px 10px 0px 10px;
}
.header-info span{
	display:block;
}

.header-info .schedule{
	margin: 20px 0px 0px 0px;
	font-size: 12px;
}

.header-row{
	overflow:hidden;
	margin:0 0 25px;
}
.basket-btn{
	float:right;
	width:230px;
	padding:0 10px;
	height:40px;
	font-size: 14px;
	line-height: 40px;
	background:#fff;
	border: 1px solid #dcdcdc;
	text-align:center;
	margin:0 0 0 9px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.basket-btn:hover{
	background:#fff;
}
.basket-btn strong{
	font-weight:bold;
}
.search-form{
	overflow:hidden;
	height:38px;
	padding:0 120px 0 24px;
	position:relative;
	border:1px solid #dfdfdf;
	box-shadow:inset 4px 4px 6px -1px #ededed;
	-webkit-box-shadow:inset 4px 4px 6px -1px #ededed;
}
.search-form input{
	color:#000;
	margin:0;
	border:none;
	width:100%;
	background:none;
	font-size: 14px;
	line-height: 22px;
	height:22px;
	padding:7px 0 0;
    font-style: italic;
}
.search-form input:focus::-webkit-input-placeholder {
	color:transparent;
}
.search-form input:focus:-moz-placeholder {
	color:transparent;
}
.search-form input:focus:-ms-input-placeholder {
	color:transparent;
}
.search-form input:focus::-moz-placeholder {
	color:transparent;
}
.search-form input::-webkit-input-placeholder { /* WebKit browsers */
	color:#ababab;
	opacity:1;
}
.search-form input:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
	color:#ababab;
	opacity:1;
}
.search-form input::-moz-placeholder { /* Mozilla Firefox 19+ */
	color:#ababab;
	opacity:1;
}
.search-form input:-ms-input-placeholder { /* Internet Explorer 10+ */
	color:#ababab;
	opacity:1;
}
.search-form button{
	width:71px;
	height:26px;
	font-size: 14px;
	line-height: 26px;
	padding:0 5px;
	background:#fff;
	position:absolute;
	right:20px;
	top:6px;
	text-align:center;
    text-decoration: underline;
	border:none;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.search-form button:hover{
	cursor:pointer;
	background:#fff;
}
#nav ul{
	list-style:none;
	margin:0;
	padding:0;
	font-size: 15px;
	line-height: 53px;
	display:table;
	width:100%;
	box-shadow:4px 4px 15px 0 #c9ab88;
	-webkit-box-shadow:4px 4px 15px 0 #c9ab88;
}
#nav li{
	display:table-cell;
	vertical-align:top;
	font-size: 12px;
}
#nav a{
	color: #fff;
	height:53px;
	display:block;
	text-align:center;
	text-decoration:none;
	position:relative;
	z-index:5;
	padding:0 10px;
	background-color: #354889;
	text-shadow: 0 1px 0 #f5e3bc;
}
.no-touch #nav a:hover, .no-touch #nav li:hover a{
	color: #fff;
	background-color: #667cc6;
}
#nav a:after{
	content:'';
	position:absolute;
	top:0;
	bottom:0;
	left:0;
	background-color: #667cc6;
	width:1px;
}
#nav li:first-child a:after{
	display:none;
}
.drop-cover{
	position:relative;
}
.drop-hold{
	position:absolute;
	top:100%;
	left:10px;
	padding:8px 0 0;
	z-index:1000;
	display:none;
}
#nav li:hover .drop-hold{
	display:block;
}
#nav .drop{
	margin:0;
	padding:30px 23px 27px;
	list-style:none;
	background:#fff;
	box-shadow:none;
	width:auto;
	min-width:246px;
	box-shadow:0 0 5px -1px #b8b8b8;
	-webkit-box-shadow:0 0 5px -1px #b8b8b8;
}
#nav .drop li{
	display:block;
	white-space:nowrap;
	margin:0 0 3px;
}
#nav .drop a{
	background:bottom;
	text-align:left;
	color:#000000 !important;
	text-shadow:none;
	font-size: 14px;
	line-height:20px;
	padding:0 10px 5px;
	height:auto;
    text-decoration: underline;
	/*border-bottom:1px solid #963caf;*/
}
#nav li:hover .drop  a, #nav a:hover .drop a{
	background:none;
}
#nav .drop a:after{
	display:none;
}
#nav .drop a:hover{
	color:#000000;
    text-decoration: none;
}
#nav .drop-right .drop-hold{
	left:auto;
	right:10px;
}

#main{
	overflow:hidden;
	position: relative;
}
.slider-holder{
	position:relative;
	margin:0 0 36px;
}
.slider{
	margin:0;
	padding:0;
	list-style:none;
	
}
.slider li{
	width:100%;
	background-size:cover;
	background-position:50% 50%;
	float:left;
}
.slider li a{
	position:relative;
	display:block;
	max-height:278px;
	color:#bababa;
	font-size: 18px;
	line-height:24px;
}
.slider img{
	visibility:hidden;
	width: 100%;
	height: auto;
}
.slider .title{
	position:absolute;
	width:40%;
	top:49px;
	left:52%;
	z-index:2;
}
.slider .left-text .title{
	left:10%;
}
.slider h3{
	font-size: 47px;
	line-height: 53px;
	font-weight:normal;
	color:#fbda80;
	margin:0 0 13px;
}
.slider p{
	margin:0;
}
.slider-holder .bx-prev, .slider-holder .bx-next{
	background:url(../images/prev.png) no-repeat;
	width:25px;
	height:50px;
	position:absolute;
	top:50%;
	left:0;
	margin:-30px 0 0;
	z-index:4;
	overflow:hidden;
	text-indent:-9999px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.slider-holder .bx-next{
	background:url(../images/next.png) no-repeat;
	left:auto;
	right:0;
}
.slider-holder .bx-prev:hover, .slider-holder .bx-next:hover{
	opacity:0.8;
}
.slider-holder .bx-viewport{
	z-index:2;
}
.product-category{
	margin:0 0 48px;
	padding:0;
	list-style:none;
	font-size: 0;
	line-height:0;
}
.product-category li{
	display:inline-block;
	vertical-align:top;
	font-size: 18px;
	line-height:22px;
	margin:0 4px 0 0;
}
.product-category a{
	text-decoration:none;
	border-bottom:1px solid #d4d4d4;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.product-category li.active a{
	color:#deb248;
	border-bottom:1px solid #f7eddb;
}
.product-category a:hover, .product-category li.active a:hover{
	color:#deb248;
	border-bottom:1px solid #fff;
}
h2{
	font-size: 18px;
	line-height:22px;
	font-weight:normal;
	margin:0;
}
.content-box h2, .content-block h2{
	padding:0 10px;
	font-size: 24px;
	line-height:33px;
	border:1px solid #f0f0f0;
	margin:0 0 8px;
}
.product-list{
	margin:0 -26px 4px;
	padding:12px 0 0;
	list-style:none;
	text-align:center;
	font-size: 0;
	line-height:0;
}
.product-list li{
	display:inline-block;
	vertical-align:top;
	width:184px;
	margin:0 5px 10px;
	border:1px solid #fff;
	border-radius:5px;
	-webkit-transition: all 50ms linear;
	-moz-transition: all 50ms linear;
	-ms-transition: all 50ms linear;
	-o-transition: all 50ms linear;
	transition: all 50ms linear;
}
.product-list li:hover{
	box-shadow:0 0 5px -1px #d3d3d3;
	-webkit-box-shadow:0 0 5px -1px #d3d3d3;
}
.product-list .btn{
    display: block;
    width: 117px;
    height: 26px;
    color: #fff;
	background-color: #354889;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
    border-radius: 4px;
	position: absolute;
	bottom: 7px;
	left: 50%;
	margin: 0 0 0 -56px;
}
.product-list .btn:hover{
	background-color: #667cc6;
}
.product-list li:hover .btn{
	display:block;
}
.product-list > li > div {
	display:block;
	text-decoration:none;
	font-size: 16px;
	line-height:22px;
	position:relative;
	padding:20px 0 38px;
}
.product-list a,
.product-list span{
	display:block;
	text-decoration: none;
}
.product-list a.name:hover {
	text-decoration: underline !important;
}
.product-list .summ-holder {
	vertical-align: bottom;
	min-height: 53px;
}
.product-list .old-summ {
	font-size: 15px;
	height: 22px;
	max-height: 8%;
	line-height: 17px;
	display: block;
	vertical-align: bottom;
}
.product-list .price {
	font-size: 20px;
	line-height: 22px;
	display: inline-block;
	vertical-align: bottom;
}
.product-list .visual{
	margin:0 auto 6px;
	width:150px;
	height:150px;
	line-height:150px;
	text-align:center;
}
.product-list .visual img{
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}
.product-list a:hover .name, .product-list .price:hover{
	text-decoration:none;
}
.product-list .slogan{
	font-size: 14px;
	line-height:18px;
	position:absolute;
	top:-8px;
	right:-5px;
	z-index:2;
	left:-5px;
	padding:10px 5px;
	color:#fff;
	background:#efcc68;
	text-align:center;
}
.info-box{
	text-align:center;
	margin:0 0 50px;
}
.info-box h3{
	font-size: 24px;
	line-height: 25px;
	font-weight:normal;
	margin:0;
	display:inline-block;
	vertical-align:top;
	border-bottom:1px solid #bbbbbb;
}
.info-box p{
	margin:0;
}
.gallery-map{
	position:relative;
	overflow:hidden;
	margin: 0 78px 15px 11px;
	padding:0 0 37px;
	border-bottom:1px solid #354889;
}
.gallery-map-holder{
	float:left;
	margin:0;
	padding:0;
	list-style:none;
	width:625px;
	height:309px;
	position:relative;
}
.gallery-map-holder li{
	position:absolute;
	top:0;
	left:0;
	width:625px;
	height:309px;
}
.gallery-map-holder li.active{
	position:relative;
}
.gallery-map-holder img{
	width:100%;
	height:auto;
}
.switcher-map{
	margin:0;
	padding:0;
	list-style:none;
	position:absolute;
	top:0;
	right:0;
}
.switcher-map li{
	width:156px;
	height:77px;
	margin:39px 0 0;
}
.switcher-map li:first-child{
	margin:0;
}
.breadcrumbs{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
	font-size: 14px;
	line-height:22px;
}
.breadcrumbs li{
	float:left;
	margin:0 0 0 12px;
	padding:0 0 5px 16px;
	background:url(../images/line-01.png) no-repeat 0 50%;
}
.breadcrumbs li:first-child{
	margin:0;
	padding-left:0;
	background:none;
}
.breadcrumbs a{
	text-decoration:none;
	display:inline-block;
	vertical-align:top;
	border-bottom:1px solid #d4d4d4;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.breadcrumbs a:hover{
	border-bottom:1px solid #fff;
}
.product-holder{
	overflow:hidden;
	margin:0 0 25px;
}
.product-gallery{
	float:left;
	position: relative;
	width:53.5%;
	margin:0 20px 0 0;
	padding:9px 0 0;
}
.product-gallery .share-btn {
	background: #e80723;
	z-index: 50;
	color: #fff;
	position: absolute;
	top: 13px;
	left: 12px;
	text-decoration: none;
	font-size: 20px;
	line-height: 25px;
	font-weight: bold;
	padding: 5px;
}
.product-gallery .bx-wrapper{
	margin:0 0 21px;
}
.gallery-holder{
	margin:0;
	padding:0;
	list-style:none;
}
.gallery-holder li{
	float:left;
	min-height: 250px;
	text-align: center;
}
.gallery-holder img{
	/*width:100%;*/
	/*height:auto;*/
}
#gallery-pager{
	margin:0;
	position: relative;
	overflow:hidden;
	padding:0;
	list-style:none;
	width:99999px;
}
#gallery-pager a{
	display:block;
}
#gallery-pager img{
	width:100%;
	height:auto;
}
#gallery-pager li{
	float:left;
	margin:0 18px 0 0;
	width:90px;
	overflow:hidden;
	position:relative;
	cursor:pointer;
}
.discription{
	overflow:hidden;
}
.discription h1{
	font-weight:normal;
	font-size: 30px;
	line-height:35px;
	margin:0;
	padding:0;
}
.discription p{
	margin:0;
}
.brand{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	border-bottom:1px solid #354889;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.brand:hover{
	border-bottom:1px solid #fff;
}
.discript-list{
	margin:6px 0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.discript-list li{
	float:left;
	margin:0 10px 0 0;
	position:relative;
}
.discript-list a{
	display:inline-block;
	vertical-align:top;
	text-decoration:none;
	border-bottom:1px solid #d4d4d4;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.discript-list a:hover{
	border-bottom:1px solid #fff;
}
.product-box{
	overflow:hidden;
	padding:12px 0 0;
}
.price-box{
	float:left;
	width:195px;
	padding:0 5px 0 0;
	margin: 0 0 20px;
}
.availability{
	display:block;
	padding:0 0 0 18px;
	background:url(../images/icon-06.png) no-repeat 0 3px;
	font-size: 13px;
	line-height:18px;
	color:#339900;
	margin:0 0 6px;
}
.price{
	font-size: 18px;
	line-height: 18px;
	padding: 12px 8px 0 0;
	text-decoration: none;
}
.price strong{
	float: left;
	margin: 0 4px 0 0;
	line-height: 31px;
}
.price-frame{
	position: relative;
}
.price-frame .old-summ {
	font-size: 15px;
	text-align: right;
	top: -21px;
	right: 0;
	position: absolute;
}
.price-frame span{
	display: block;
	font-weight: bold;
	overflow: hidden;
	color: #a50000;
	letter-spacing: -0.05em;
	font-size: 26px;
	line-height: 29px;
}
.price-frame em{
	font-style:normal;
	text-decoration:line-through;
	font-size: 18px;
	line-height:22px;
	color:#454545;
}
.btn-box{
	float:left;
	width:161px;
}

.btn-buy {
	display: block;
	width: 162px;
	height: 41px;
	color: #fff;
	background-color: #d26300;
	font-size: 18px;
	line-height: 41px;
	text-decoration: none;
	text-align: center;
	border-radius: 4px;
}
.btn-buy:hover {
	opacity: 0.7;
}
.btn-buy.small {

}

.btn-click {
	display: block;
    width: 162px;
    height: 41px;
    color: #000;
    box-shadow: 0 0 0 4px #dbdbdb inset;
    font-size: 18px;
    line-height: 41px;
    text-decoration: underline;
    text-decoration-style: dashed;
    text-align: center;
    border-radius: 4px;
}
.btn-click:hover {
    color: #667cc6;
    text-decoration: underline;
    text-decoration-style: dashed;
}

.social{
	overflow:hidden;
	margin:0 0 22px;
}
.content-block{
	margin:0 0 27px;
}
.content-block:after{
	display:block;
	clear:both;
	content:'';
}
.reviews{
	margin:0;
	padding:0;
	list-style:none;
	overflow:hidden;
}
.reviews li{
	margin:0 0 30px;
}
.reviews .head{
	display:inline-block;
	vertical-align:top;
	margin:0 0 8px;
	padding:0 10px 5px 0;
	line-height:24px;
	border-bottom:1px solid #efcc68;
}
.reviews .name{
	font-weight: bold;
}
.reviews p{
	margin:0;
}
.content-block h2{
	margin:0 0 16px;
}
.text{
	margin:0 0 8px;
}
.text p{
	margin:0;
}
.filter{
	border-top: 1px solid #8d1aae;
	padding:13px 9px;
	margin:0 0 10px;
}
.filter a{
	display:inline-block;
	vertical-align:top;
	font-size: 14px;
	line-height:20px;
	text-decoration:none;
	border-bottom:1px solid #d4d4d4;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.filter a:hover{
	border-bottom:1px solid #fff;
}
.brand-row{
	overflow:hidden;
	margin:0 0 5px;
}
.brand-row span{
	display:inline-block;
	vertical-align:top;
	margin:0 16px 0 0;
}
.brand-row ul{
	margin:0;
	padding:0;
	list-style:none;
	display:inline-block;
	vertical-align:top;
}
.brand-row li{
	padding:0 0 0 11px;
	margin:0 0 0 16px;
	float:left;
	background:url(../images/line-02.png) no-repeat 0 50%;
}
.brand-row li:first-child{
	padding:0;
	margin:0;
	background:none;
}
.filter-row{
	text-align:center;
}
.filter-row:after{
	display:block;
	clear:both;
	content:'';
}
.filter-list{
	margin:0;
	padding:0;
	list-style:none;
	font-size: 18px;
	line-height:22px;
	float:right;
}
.filter-list li{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 12px;
	padding:3px 0 0 16px;
	background:url(../images/line-01.png) no-repeat 0 80%;
}
.filter-list li:first-child{
	margin:0;
	padding-left:0;
	background:none;
}
.paging{
	margin:0;
	padding:0;
	list-style:none;
	float:left;
}
.paging li{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 15px;
}
.paging li:first-child{
	margin:0;
}
.paging a{
	display:block;
	line-height:26px;
	font-size: 25px;
}
.paging li.active a{
	background:#efcc68;
	border-bottom:1px solid #efcc68;
	border-radius:9px;
	padding:2px 7px 3px;
}
.show{
	overflow:hidden;
	padding:0 20px;
	line-height:31px;
}
.content-info{
	overflow:hidden;
	margin:0 0 40px;
}
.content-info .picture{
	float:left;
	text-align:center;
	width:250px;
	padding:6px 20px 0;
}
.content-info .picture img{
	width:100%;
	height:auto;
}
em{
	font-size: 14px;
	line-height: 17px;
	font-style:normal;
}
em strong{
	font-weight:normal;
}
.picture em{
	display:block;
	padding:5px 0 0;
}
.content-info .title{
	overflow:hidden;
	padding:0 50px 0 0;
}
h3{
	font-weight:normal;
	font-size: 14px;
	line-height: 18px;
	margin:0 0 20px;
}
h4{
	font-size: 18px;
	line-height:22px;
	font-weight:normal;
	margin:0;
}
.list{
	margin:0;
	padding:0;
	list-style:none;
}
.list li{
	padding:0 0 0 35px;
	position:relative;
}
.list li:after{
	content:'';
	background:#e2b750;
	width:8px;
	height:8px;
	position:absolute;
	left:12px;
	top:9px;
	border-radius:50%;
}
.news-list{
	margin: 0 0 0 -26px;
	padding:10px 0 0;
	list-style:none;
	font-size: 0;
	line-height:0;
}
.news-list li{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 0 0 26px;
	width:50%;
	margin:0 0 50px;
	font-size: 14px;
	line-height:16px;
	display:inline-block;
	vertical-align:top;
}
.news-list .visual{
	width:186px;
	height:143px;
	line-height:143px;
	text-align:center;
	float:left;
	margin:4px 25px 0 0;
	overflow:hidden;
	border:1px solid #a7a7a7;
}
.news-list .visual img{
	vertical-align:middle;
	max-width:100%;
	max-height:100%;
}
.news-list .title-box{
	overflow:hidden;
}
.news-list .date{
	display:block;
	color:#dfb34a;
	font-size: 18px;
	line-height:22px;
}
.news-list .name{
	display:inline-block;
	vertical-align:top;
	margin:0 0 20px;
	font-size: 18px;
	line-height:22px;
}
.news-list p{
	margin:0 0 20px;
}
.read-more{
}
.basket{
	border:1px solid #949494;
	margin:10px 0 20px;
	overflow:hidden;
}
.basket h1{
	font-size: 24px;
	line-height: 28px;
	border-bottom:1px solid #949494;
	padding:6px 16px;
	margin:0;
}
.table-cover{
	padding:0 20px;
}
.table{
	width:100%;
	border-collapse:collapse;
	font-size: 24px;
	line-height: 28px;
}
.table td{
	border-top:1px solid #e2e2e2;
	padding:18px 10px 20px 0;
	height:48px;
	text-align:left;
}
.table tr:first-child td{
	border:none;
}
.table .name{
	text-decoration:none;
}
.table .name:hover{
	text-decoration:underline;
}
.amount{
	border:1px solid #b4b4b4;
	width:83px;
	height:25px;
	display:inline-block;
	vertical-align:top;
}
.amount .plus, .amount .minus{
	overflow:hidden;
	width:25px;
	height:25px;
	text-indent:-9999px;
	background:url(../images/icon-13.png) no-repeat;
	float:left;
}
.amount .minus{
	background:url(../images/icon-12.png) no-repeat;
}
.amount input{
	width:31px;
	height:25px;
	padding:0;
	border:none;
	border-left:1px solid #b4b4b4;
	border-right:1px solid #b4b4b4;
	float:left;
	color:#b8b8b8;
	font-size: 22px;
	line-height:22px;
	text-align:center;
	box-shadow:inset 5px 5px 5px 0 #e8e8e8;
	-webkit-box-shadow:inset 5px 5px 5px 0 #e8e8e8;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
.basket .price{
	font-size: 24px;
	line-height: 28px;
	display:block;
}
.del{
	background:url(../images/icon-14.png) no-repeat;
	width:25px;
	height:25px;
	overflow:hidden;
	display:inline-block;
	vertical-align:top;
	text-indent:-99999px;
	border:1px solid #e2e2e2;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.del:hover{
	opacity:0.8;
}
.basket-button{
	display:inline-block;
	vertical-align:top;
	height:49px;
	border:1px solid #dcdcdc;
	background:#f7f7f7;
	padding:0 20px;
	text-decoration:none;
	color:#000;
}
.basket-button:hover{
	background:#ededed;
}
.basket-button span{
	font-size: 18px;
	line-height: 20px;
	display:inline-block;
	vertical-align:top;
	padding:0 0 0 20px;
	background:url(../images/icon-15.png) no-repeat 0 50%;
	border-bottom:1px solid #ccc;
	margin:12px 0 0;
}
.basket-button:hover span{
	border:none;
}
.total{
	display:inline-block;
	vertical-align:top;
	border-bottom:1px solid #d3d3d3;
	font-size: 18px;
	line-height: 22px;
}
.basket-form{
	border:1px solid #949494;
	padding:20px;
	border-radius:10px;
}
.columns{
	overflow:hidden;
}
.basket-form .column{
	width:30%;
	padding:0 0 0 2%;
	margin:0 0 0 2%;
	float:left;
	position:relative;
}
.basket-form .column:after{
	content:'';
	position:absolute;
	left:0;
	top:0;
	width:1px;
	bottom:-99999px;
	border-left:1px dotted #ccc;
}
.basket-form .column:first-child{
	padding:0;
	margin:0;
}
.basket-form .column h3{
	font-size: 16px;
	line-height:26px;
}
.basket-form .column:first-child h3{
	font-size: 24px;
}
.basket-form .column:first-child:after{
	display:none;
}
.basket-form .row{
	position:relative;
	padding:0 30px 0 10px;
	border:1px solid #ccc;
	height:28px;
	border-radius:4px;
	margin:0 0 10px;
}
.basket-form .row.necessarily:after{
	content:'*';
	position:absolute;
	top:6px;
	right:10px;
	color:#f00;
	font-size: 14px;
	line-height:22px;
}
.basket-form .input{
	border:none;
	padding:2px 0 0;
	color:#666;
	font-size: 14px;
	line-height:22px;
	height:25px;
	width:100%;
	-webkit-appearance:none;
	-webkit-border-radius:0;
}
.basket-form .textarea{
	padding:5px 30px 5px 10px;
	width:100%;
	border:1px solid #ccc;
	height:90px;
	border-radius:4px;
	margin:20px 0 0;
	color:#666;
	font-size: 14px;
	line-height:18px;
	overflow:auto;
	resize:none;
	-webkit-appearance:none;
	-webkit-border-radius:0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.info-text{
	font-size: 12px;
	line-height:14px;
	display:block;
	margin:0 0 10px;
	color:#008000;
}
.basket-form button{
	background:#d2982f;
	height:48px;
	font-size: 18px;
	line-height: 44px;
	color:#fff;
	cursor:pointer;
	width:100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding:0 10px;
	border:none;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.basket-form button:hover{
	background:#e2a942;
}
.basket-form .selecter{
	width:100%;
	max-width:100%;
	margin:0 0 20px;
}
.basket-form .selecter-selected{
	width:100%;
	border:1px solid #ccc;
	height:30px;
	font-size: 14px;
	line-height:30px;
	border-radius:4px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.basket-form .selecter-selected:after{
	border-top-color:#aaa;
}
.basket-form h5{
	margin:0;
	font-size: 14px;
	line-height: 18px;
}
.check-row{
	font-size: 14px;
	line-height:20px;
	margin:0 0 5px;
}
.radio{
	margin:0;
}
#footer{
	font-size: 14px;
	line-height:17px;
	padding:20px 0;
	position:relative;
}
.time-work{
	float:right;
	width:170px;
	margin:8px 77px 0 30px;
}
.time-work p{
	margin:0;
}
.f-columns{
	margin:0 0px 0px 0px;
}
.f-column{
	margin:0 0 20px 0px;
}

#footer .h4-title {
	font-size: 18px;
	line-height:22px;
	font-weight:normal;
	margin:0 0 24px;
	display: none;
}
.f-column ul{
	margin:0;
	padding:0;
	list-style:none;
}
.f-info{
	overflow:hidden;
	padding:18px 0 0;
}
.social-list{
	overflow:hidden;
	padding:6px 0 0;
	font-size: 0;
	line-height:0;
}
.social-list a{
	display:inline-block;
	vertical-align:top;
	margin:0 7px 7px 0;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.social-list a:hover{
	opacity:0.8;
}
h1{
	font-size: 20px;
	line-height: 24px;
	font-weight:normal;
	margin:0 0 15px;
	padding:10px 0 0;
}
.selecter{
	display:inline-block;
	vertical-align:top;
	margin:0 0 0 5px;
}
.selecter-selected{
	padding:0 10px;
	width:51px;
	height:38px;
	border:1px solid #b6b6b6;
	border-radius:10px;
	text-align:left;
	font-size: 18px;
	line-height: 34px;
	color:#000;
	max-width: 100%;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.selecter-selected:after{
	border-top-color:#000;
	right:6px;
}
.selecter-item{
	padding:0 10px;
	text-align:left;
}
.popup-holder{
	max-width:800px;
	padding:10px;
}
.popup-holder h1{
	font-size: 22px;
	line-height:28px;
	border-bottom:1px solid #ccc;
}
.popup-holder-title {
	font-size: 22px;
	line-height:28px;
	border-bottom:1px solid #ccc;
	margin:0 0 15px;
	padding:10px 0 0;
}
.popup-holder .row{
	overflow:hidden;
	margin:0 0 15px;
}
.popup-holder label{
	width:50%;
	float:left;
	text-align:right;
	font-size: 14px;
	line-height:30px;
	padding:0 10px 0 0;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup-holder input{
	width:50%;
	border:none;
	float:left;
	padding:0 10px;
	height:30px;
	line-height:18px;
	font-size: 14px;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.popup-holder textarea{
	width:50%;
	border:none;
	float:left;
	padding:3px 10px;
	height:120px;
	line-height:18px;
	font-size: 14px;
	border:1px solid #ccc;
	border-radius:5px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	overflow:auto;
	resize:none;
}
.popup-holder button{
	position:relative;
	left:50%;
	cursor:pointer;
	border-radius:5px;
	border:none;
	height:30px;
	line-height:25px;
	font-size: 14px;
	border:1px solid #ccc;
}
.gallery-wrap{
	overflow:hidden;
	margin:0 0 20px;
	position:relative;
}
.pager-holder{
	position:relative;
}
#gallery-pager li.active:after{
	border:1px solid #dbdbdb;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	content:'';
}
.popup-holder{
	/*display:none;*/
}
.product-gallery .prev, .product-gallery .next{
	background:url(../images/prev.png) no-repeat;
	width:25px;
	height:50px;
	position:absolute;
	top:50%;
	left:0;
	margin:-30px 0 0;
	z-index:4;
	overflow:hidden;
	text-indent:-9999px;
	-webkit-transition: all 100ms linear;
	-moz-transition: all 100ms linear;
	-ms-transition: all 100ms linear;
	-o-transition: all 100ms linear;
	transition: all 100ms linear;
}
.product-gallery .next{
	background:url(../images/next.png) no-repeat;
	left:auto;
	right:0;
}
.product-gallery .prev:hover, .product-gallery .next:hover{
	opacity:0.8;
}
.pager-holder .prev, .pager-holder .next{
	background-size:20px 40px;
	width:20px;
	height:40px;
	margin-top:-20px;
}
.product-gallery .disabled{
	display:none;
}
.pager-cover{
	padding:0 3px 0 0;
}

/* upd */
#nav .mob-btn {
	width: 46px;
	height: 37px;
	position: absolute;
	left: 10px;
	top: 12px;
	display: none;
	padding:0;
	z-index: 2;
	background: none;
}
.mob-btn span {
	display: block;
	position: relative;
	width: 26px;
	height: 3px;
	background: #fff;
	margin: 12px auto 0;
}
.mob-btn span:before,
.mob-btn span:after {
	content: '';
	position: absolute;
	width: 100%;
	background: #fff;
	height: 3px;
	top: -7px;
	left:0;
	-webkit-transition: all 200ms linear;
	-moz-transition: all 200ms linear;
	-ms-transition: all 200ms linear;
	-o-transition: all 200ms linear;
	transition: all 200ms linear;
}
.mob-btn span:after {
	top: 7px;
}
#nav.active .mob-btn span,
.header-panel.active .mob-btn span {
	background: none;
}
#nav.active .mob-btn span:before,
.header-panel.active .mob-btn span:before {
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
	margin: 7px 0 0;
}
#nav.active .mob-btn span:after,
.header-panel.active .mob-btn span:after {
	-moz-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-webkit-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
	margin: -7px 0 0;
}
.brand-row ul{
	width: auto !important;
}
.filter-row{
	margin: 30px 0 0;
}
.filter .sort-buttons{
	display: none;
}
.filter .brand-row{
	overflow: visible !important;
}
.filter .brand-row:after{
	display:block;
	clear:both;
	content:'';
}
.filter .select{
	width: 189px;
}
.filter .selecter-selected{
	width: 189px;
	font-size: 14px;
	line-height: 20px;
	padding: 6px 10px;
	border-radius: 5px;
	height: 34px;
	margin: 0;
	background: rgba(0, 0, 0, 0) linear-gradient(#fff, #e6e6e6) repeat;
}
.filter .selecter-selected:hover{
	background: rgba(0, 0, 0, 0) linear-gradient(#f6f6f6, #e6e6e6) repeat;
}
.filter .selecter-selected:before{
	border-left:1px solid #ccc;
	content:'';
	position: absolute;
	right: 35px;
	top: 0;
	height: 100px;
}
.filter .selecter-selected:after{
	right: 12px;
	border-top-color: #000;
	opacity: 0.4;
}
.filter .selecter-selected:hover:after{
	opacity: 1;
}
.filter .selecter-options{
	width: 189px;
}
.filter .selecter-item{
	padding: 5px 10px;
}
.header-panel .mob-btn {
	display: none;
}
@media screen and (max-width: 980px){
	.logo-box{
		margin-left:5%;
	}
	.header-list{
		max-width:100%;
		padding:0;
		float:none;
		clear:both;
	}
	.header-list li{
		width:25%;
		margin:0 0 20px;
		padding:20px 0 0;
	}
	.search-form input{
		font-size: 16px;
	}
	.time-work{
		margin-right:0;
	}
	/* upd */
	#header{
		z-index: 101;
	}
	#nav{
		background: #354889;
		height: 50px;
		position: relative;
	}
	#nav > ul{
		display: none;
		box-shadow:none;
	}
	#nav .mob-btn{
		display: block;
	}
	.no-touch #nav .mob-btn:hover{
		background: none;
	}
	#nav .mob-btn:after{
		display: none;
	}
	#nav.active > ul{
		display: block;
		position: absolute;
		left: 0;
		top: 100%;
		width: 100%;
		z-index: 99;
		border-bottom: 1px solid #fff;
	}
	#nav li{
		display: block;
	}
	#nav li a{
		border-top: 1px solid #fff;
	}
	#nav li:hover .drop-hold{
		display: none;
	}
	#nav li .drop-hold{
		position: relative;
		left: auto;
		top: auto;
		padding: 0;
	}
	#nav .drop{
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
	}
	#nav .drop li{
		white-space: normal;
	}
	#nav .drop a{
		text-align: center;
		font-size: 14px !important;
		line-height: 18px !important;
		padding: 5px 0 !important;
	}
	.header-info-block{
		display: none;
	}

}
@media screen and (max-width: 920px){
	.gallery-map{
		margin:0 0 53px;
	}
	.gallery-map-holder{
		margin:0 auto 20px;
		float:none;
	}
	.switcher-map{
		position:relative;
		text-align:center;
		font-size: 0;
		line-height:0;
	}
	.switcher-map li{
		display:inline-block;
		vertical-align:top;
		width:24%;
		height:auto;
		margin:0 6px;
	}
	.switcher-map li:first-child{
		margin:0 6px;
	}
	.switcher-map img{
		width:100%;
		height:auto;
	}
	.show{
		width:100%;
		clear:both;
		display:block;
		padding:0;
		overflow:visible;
	}
}
@media screen and (max-width: 840px){
	.header-list .icon{
		display:block;
		text-align:center;
		width:100%;
		margin:0 0 5px;
	}
	.header-list .title{
		display:block;
		padding:0 10px;
		text-align:center;
		width:100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.header-row{
		text-align:center;
	}
	.search-form{
		display:block;
	}
	.basket-btn{
		float:none;
		display:inline-block;
		vertical-align:top;
		margin-bottom:20px;
	}
	.product-gallery{
		width:100%;
		margin:0;
		float:none;
	}
	.discription{
		margin:0 30px;
	}
	.social{
		margin:0 30px 22px;;
	}
	.product-gallery{
		margin:0 0 30px;
	}
	.news-list{
		margin:0;
	}
	.news-list li{
		width:100%;
		padding:0;
	}
	.call-back {
		color: #fff;
	}
	.header-panel {
		background: #354889;
		overflow: inherit;
		position: relative;
		padding: 13px 15px 16px 5px;
	}
	.header-panel:after{
		display:block;
		clear:both;
		content:'';
	}
	.header-panel.active ul {
		display: block;
	}
	.header-panel ul {
		display: none;
		position: absolute;
		width: 100%;
		float: none;
		top: 33px;
		left: 0;
		padding: 14px 0 0 0;
		z-index: 100;
		background: #354889;
	}
	.header-panel ul li {
		float: none;
		display: block;
		margin: 0;
		padding: 0;
		text-align: center;
	}
	.header-panel ul a {
		border-top: 1px solid #fff;
	}
	.header-panel ul a {
		border-bottom: none;
		text-decoration: none;
		color: #fff;
		height: 53px;
		line-height: 53px;
		display: block;
		text-align: center;
		text-decoration: none;
		position: relative;
		z-index: 5;
		padding: 0 10px;
		background-color: #354889;
		text-shadow: 0 1px 0 #f5e3bc;
	}
	.header-panel .mob-btn {
		display: block;
		position: absolute;
		top: 10px;
		height: 27px;
		left: 10px;
	}
	.header-panel ul li.active a,
	.header-panel ul a:hover {
	 	border-bottom: none;
	 	color: #fff;
	 	background-color: #667cc6;
	 }
}
@media screen and (max-width: 780px){
	#nav ul{
		font-size: 20px;
	}
	#nav li{
		display:block;
	}
	#nav li a:after{
		display:none;
	}
	.slider .title{
		left:10%;
		width:80%;
	}
	.f-info{
		display:block;
		text-align:center;
		width:100%;
		clear:both;
	}

	.time-work{
		margin-left:0;
	}
	.filter-list{
		float:none;
		margin:0 0 5px;
	}
	.paging{
		float:none;
		margin:0 0 5px;
	}
	.brand-row{
		text-align:center;
	}
	.drop-hold{
		position:static;
	}
	#nav li:hover .drop-hold{
		display:none;
	}
	.drop-hold{
		padding:0 20px;
		text-align:center;
	}
	#nav .drop{
		width:100%;
		padding:20px 0;
	}
	#nav .drop a{
		text-align:center;
		font-size: 17px;
		line-height:34px;
	}
	#nav .drop{
		box-shadow:none;
	}
	.table, .basket .price{
		font-size: 18px;
		line-height:22px;
	}
	/* upd */
	.sort{
		position: static !important;
		margin: 0 0 10px;
	}
	.sort:after{
		display:block;
		clear:both;
		content:'';
	}
	.sort-title{
		padding: 7px 0 0;
	}
	.brand-row ul{
		margin: 10px 0 30px;
		width: auto !important;
	}
	.brand-row li{
		background: none;
		padding: 0;
		margin: 0;
	}
	.filter .brand-row ul{
		display: none;
	}
	.filter .sort-buttons{
		display: block;
	}
	.sort-title{
		float: none !important;
		text-align: center;
		width: 100% !important;
	}
	.sort-buttons{
		float: none;
		display: block;
		width: 100%;
		margin: 5px 0 0;
		text-align: center;
	}
	.filter .brand-row > div{
		float: none !important;
		margin: 0 0 5px !important;
		text-align: center;
	}
	.product-description-right{
		display: none;
	}
	.product-description-left{
		width: 100% !important;
		margin: 0 !important;
		float: none !important;
	}
	.filter .selecter-selected{
		text-align: center !important;
		padding: 6px 50px 6px 10px;
	}
	.shares {
		width: 100%!important;
		margin: 0!important;
		float: none!important;
	}
	.shares div {
		width: 100%;
		margin: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding: 0;
	}
	.shares div div {
		width: 100%!important;
		float: none!important;
	}

}
@media screen and (max-width: 680px){
	.table img{
		display:none;
	}
}
@media screen and (max-width: 640px){
	#header{
		font-size: 16px;
		line-height:20px;
	}
	.call-back {
		color: #fff;
	}
	.header-panel{
		text-align:center;
		background: #354889;
		height: 50px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
		padding:13px 20px 8px 20px;
	}
	.call-back{
		float:none;
		display:inline-block;
		vertical-align:top;
		margin:0 0 10px;
	}
	.logo-box{
		margin:0 auto 10px;
		float:none;
	}
	.header-info{
		width:100%;
		margin:0;
	}
	.header-list li{
		width:50%;
	}
	.gallery-map-holder, .gallery-map-holder li{
		width:100%;
	}
	.gallery-map-holder img{
		width:100%;
		height:309px;
	}
	.switcher-map li{
		width:29%;
	}
	#footer{
		font-size: 16px;
		line-height: 20px;
	}
	.time-work{
		float:none;
		width:100%;
		text-align:center;
		margin:0 0 20px;
	}
	.f-columns{
		width:100%;
		margin:0 0 20px;
	}
	.f-column{
		width:100%;
		text-align:center;
		margin:0;
	}
	#footer h4{
		margin:0 0 10px;
	}
	.f-column li{
		margin:0 0 5px;
	}
	.popup-holder{
		text-align:center;
	}
	.popup-holder h1{
		font-size: 20px;
		line-height:25px;
	}
	.popup-holder label{
		width:100%;
		display:block;
		text-align:center;
	}
	.popup-holder input, .popup-holder textarea{
		display:block;
		float:none;
		width:100%;
	}
	.popup-holder button{
		left:auto;
	}
	.content-info .picture{
		float:none;
		margin:0 auto 20px;
		padding:0;
	}
	.content-info .title{
		padding:0 20px;
	}
	.basket-form .column{
		width:100%;
		padding:0;
		text-align:center;
		margin:0;
	}
	.basket-form .column:after{
		display:none;
	}
	.basket-form h5{
		margin:0 0 10px;
	}
	.table td{
		display:block;
		height:auto;
		padding-top:0px;
		padding-bottom:10px;
		border:none;
		text-align:center;
	}
	.table td:first-child{
		padding-top:10px;
	}
	.table td:last-child, .table tr:first-child td:last-child{
		border-bottom:1px solid #ccc;
	}
	.table tr:last-child td:last-child{
		border:none;#c8c8c8
	}
	.basket{
		margin:0 0 40px;
	}
	.basket h1{
		text-align:center;
	}
	.basket-form .column{
		position:static;
	}
	.basket-form .columns{
		position:relative;
		padding:0 0 70px;
	}
	.basket-form button{
		position:absolute;
		bottom:10px;
		left:0;
		right:0;
		width:100%;;
	}
	.basket-form .selecter{
		margin:0 0 10px;
	}
	.basket-form .column h3{
		margin:0 0 10px;
	}
	.check-row{
		text-align:left;
		width:60%;
		margin:0 auto 5px;
	}
	.header-info .phone {
		display: block;
	}
}
@media screen and (max-width: 520px){
	.header-info-block {
		display: none;
	}
	.header-panel ul li{
		display:block;
		padding:0;
		margin:0;
		font-size: 12px;
		line-height:20px;
		margin:0;
	}
	.header-panel ul a{
		display:block;
	}
	.header-panel ul li:after{
		display:none;
	}
	.logo-box{
		background-size:70px 70px;
		background-position:0 50%;
		padding:0 0 0 75px;
	}
	.slider .title{
		top:20px;
		font-size: 16px;
		line-height:18px;
	}
	.slider h3{
		font-size: 37px;
		line-height:43px;
		margin:0 0 5px;
	}
	.discription{
		margin:0;
	}
	.social{
		margin:0 0 22px;
	}
	.product-list li {
		width: 100%;
		padding: 0 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.product-list {
		margin: 0;
	}
}
@media screen and (max-width: 460px){
	.f-column{
		width:100%;
	}
	.f-column:first-child{
		margin:0 0 20px;
	}
	.price-box{
		width:300px;
		margin:0 auto 20px;
		float:none;
	}
	.btn-box{
		float:none;
		width:300px;
		margin:0 auto;
	}
	.news-list li{
		text-align:center;
	}
	.news-list .visual{
		float:none;
		margin:0 auto 10px;
	}

}
.filter-select-block {
	display: inline-block;
	margin: 0 10px 10px 0;
}
.h2-content-block  {
	padding: 0;
	font-size: 18px;
	line-height: 33px;
	margin: 0 0 8px;
	font-weight: bold;
	border: none;
}

#footer {
	padding: 10px 30px 0px 30px;
}
#footer .footer-inner{
	position: relative;
	display: flex;
    justify-content: space-between;	
     flex-wrap: wrap;	
}

#footer .footer-inner ul{
	list-style: none;
	margin: 0px;
	padding: 0px;
}
#footer .footer-inner ul li{
	display: inline-block;
	list-style: none;
}

#footer .footer-inner .footer-1{
	max-width: 240px;
	margin: 0px 0px 20px 0px;
}

#footer .mylogo{
	display: block;
	float: none;
	margin: 0px 0px 10px 0px;
}
#footer .mylogo img{
	max-width: 200px;
}

#footer .footer-inner .footer-1 .row{
	display: block;
}

#footer .footer-inner .footer-1 .row .title{
	font-weight: bold;
	margin: 15px 0px 20px 0px;
}

#footer .footer-inner .footer-1 .row span{
	display: block;
}

#footer .footer-inner .footer-1 .row.r2{
	margin: 5px 0px 10px 0px;
}

#footer .footer-inner .footer-1 .row.r3{
	display: block;
}

#footer .footer-inner .footer-2{
	max-width: calc(100% - 240px);
}
#footer .payment{
    display: flex;
    align-items: center;
    justify-content: center;   
    margin: 0px 10px 0px 10px;
}
#footer .payment ul,#footer .social ul{
	display: flex;

    align-items: center;
    justify-content: center;   
}
#footer .payment img{
	max-width: 50px;
}

#footer .footer-inner .footer-2 .toprow{
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;	
    align-items: center;    
     flex-wrap: wrap;		
}

#footer .footer-inner .footer-2 .botrow{
	margin: 10px 0px 0px 0px;
	display: flex;
	flex-wrap: wrap;	
	justify-content: space-between;	
    align-items: center; 
}

#footer .footer-2 .toprow .col1{
	margin: 0px 30px 0px 0px;
}
#footer .footer-2 .toprow .col1, #footer .footer-2 .toprow .col2{
	display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    justify-content: space-between;	
    align-items: center;    
     flex-wrap: wrap;	
}

#footer .social{
	display: flex;

    flex-wrap: wrap;
    align-items: center;
    justify-content: center;   
    margin: 0px 10px 0px 10px;
}

#footer .social a{
	display: inline-block;
	width: 60px;
	height: 60px;
	margin: 0px 10px 0px 10px;
}

#footer .social a.youtube{
	background: url('/static/images/youtube.svg') no-repeat center center;
	background-size: 100%;	
}

#footer .social a.instagram{
	background: url('/static/images/instagram.svg') no-repeat center center;
	background-size: 100%;	
}


@media screen and (max-width: 800px){
	#footer .footer-inner{
		display: block;
	}
	#footer .footer-inner .footer-1, #footer .footer-inner .footer-2{
		max-width: 100%;
	}
	#footer .footer-2 .toprow .col1, #footer .footer-2 .toprow .col2{
		display: block;
	}
	#footer .social, #footer .payment{
		display: block;
		margin: 20px 0px 20px 0px;
	}	
}


.filter .product-cnt{
	display: inline-block;
	text-align: right;
	color: #888;
	float: right;
	margin: 5px 0px 0px 0px;
}
.filter .product-cnt span{
	font-weight: bold;
	color: #000;
}


.contactcallback-holder{
	clear:both;
	float: none;
	padding: 0px;
}

.contactcallback-holder .row{
	display: flex;	
    	align-items: center; 	
}

.contactcallback-holder .popup-holder label, .contactcallback-holder .popup-holder input, .contactcallback-holder .error{
	width: auto;
	float: none;
 
}
 .contactcallback-holder .error{
 	margin: 0px 0px 0px 20px;
 }
.contactcallback-holder .popup-holder label{
	min-width: 100px;
	text-align: left;
}

.content-info img{
	max-width: 100%;
}


.content-info .gallery .fancybox{
	display: inline-block;
	margin: 0px 0px 5px 0px;
}
.content-info .gallery .fancybox img{
}

.rating.stars{
	display: flex;	
    	align-items: center; 	
}
.rating.stars span{
	display: inline-block;
	width: 16px;
	height: 16px;
	background: url('/static/images/star_grey.svg') no-repeat center center;
	background-size: 100%;		
}
.rating.stars.s1 span:nth-child(1){
	background: url('/static/images/star.svg') no-repeat center center; background-size: 100%;		
}
.rating.stars.s2 span:nth-child(1),.rating.stars.s2 span:nth-child(2){
	background: url('/static/images/star.svg') no-repeat center center; background-size: 100%;		
}
.rating.stars.s3 span:nth-child(1),.rating.stars.s3 span:nth-child(2),.rating.stars.s3 span:nth-child(3) {
	background: url('/static/images/star.svg') no-repeat center center; background-size: 100%;		
}
.rating.stars.s4 span:nth-child(1),.rating.stars.s4 span:nth-child(2),.rating.stars.s4 span:nth-child(3),.rating.stars.s4 span:nth-child(4) {
	background: url('/static/images/star.svg') no-repeat center center; background-size: 100%;		
}
.rating.stars.s5 span{
	background: url('/static/images/star.svg') no-repeat center center; background-size: 100%;		
}

.form-comment .rating.stars{
	line-height: 30px;
	margin: 5px 0px 0px 0px;
}
.form-comment .rating.stars span{
	width: 20px;
	height: 20px;
	cursor: pointer;
}
.form-comment select#id_rating{
	display: none;
}

.botrow .time-work{
	display: none;
}

.botrow  .f-column ul li{
	width: 210px;
	overflow: ellipsis;
}

.mylogo img{
	max-width: 240px;
}

.header-info{
	display: flex;
	justify-content: space-between;	
	align-items: center;    
	/*flex-wrap: wrap;*/	
	text-align: right;
}
.header-info .phone, .header-info .email{
	margin: 0px;
}

.header-info .schedule-compact{
	width: 80px;
}
.header-info .schedule-compact span{
	line-height: 31px;
	vertical-align: top;
	margin: 0px 0px 0px 0px;
}

.header-info .c1{
	margin: -16px 0px 0px 0px;
}


.mobile{
	display: none;
}
.home-h1{text-align: center;}

@media screen and (max-width: 840px){

	.mobile{
		display: unset;
	}
	.notmobile{
		display: none;
	}	
	
	.mylogo{
		display: block;
		width: 100%;
		margin: auto;
		text-align: center;
	}
	.mylogo img{
		max-width: none;
	}


	.header-info{
		width: auto;
		float: none;
		clear: both;
		margin: auto;
		justify-content: center;
		text-align: center;
	}

}







.warning {
	position: fixed;
	bottom: 0;
	left: 0;
	display: none;
	justify-content: center;
	width: 100%;
	padding: 30px;
	box-sizing: border-box;
	background-color: yellow;
}

.warning--active {
	display: flex;
}

.warning__text {
	margin-right: 30px;
}

.warning__read {
	display: block;
	margin-left: 15px;
}
