*{ margin: 0; padding: 0; font-family: 'Roboto', sans-serif; outline: none; }

html, body{
	background: #fff;
	color: #564E58;
	font-family: 'Roboto', sans-serif;
	font-size: 15px;
	letter-spacing: 0.3px;
	font-weight: 400;
	height: 100%;
}

.wrap{
	display: flex;
	flex-direction: column;
	height: 100%;
}
.content_main{
	flex: 1 0 auto;
}

header, nav, aside, article, section{ display: block; }

a{ text-decoration: none; }
.clr{ clear: both; }
.tc{ text-align: center; }
.tl{ text-align: left; }
.tr{ text-align: right; }
li{ list-style: none; }
.pad{ padding: 10px; }

input[type="text"], input[type="email"], input[type="password"], select, textarea{
	background: #fff;
	display: block;
	border: 1px #ccc solid;
	font-family: 'Roboto', sans-serif;
	padding: 7px 10px;
	width: calc(100% - 20px);
	border-radius: 2px;
	margin: 3px 0 10px;
}

#sendmail{
	max-width: 500px;
	margin: 0 auto;
}

#sendmail input[type="text"], #sendmail input[type="email"], #sendmail textarea{
	width: calc(100% - 40px) !important;
}

#entryform{
	max-width: 900px;
	margin: 0 auto;
}

#entryform select{
	width: 100%;
}

#entryform input[type="text"], #entryform input[type="email"], #entryform textarea{
	width: calc(100% - 20px) !important;
}

.form-group{
	margin-top: 20px;
}

input[type="submit"]{
	background: #ff8f00;
	display: inline-block;
	width: 100%;
	text-transform: uppercase;
	letter-spacing: 0.7px;
	padding: 10px 18px;
	color: #fff !important;
	font-size: 14px;
	border: none;
	cursor: pointer;
	border-radius: 2px;
	transition: 0.3s;
}

input[type="submit"]:hover{
	background: #0cafea;
}

.w50{
	width: 49%;
	display: inline-block;
	vertical-align: top;
}

.cont{
	max-width: 1355px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

.cont_min{
	max-width: 1355px;
	padding: 0 20px;
	margin: 0 auto;
	position: relative;
}

#header{
	background: #fff;
}

#logo, .schedule, .phones{
	float: left;
	margin-top: 10px;
}

.schedule{
	position: relative;
	margin: 10px 50px 0 100px;
}

.schedule:before{
	content: "\f073";
	font-family: FontAwesome;
	color: #ff8f00;
	font-size: 30px;
	position: absolute;
	top: 5px;
	left: -35px;
}

.phones{
	position: relative;
	margin: 10px 0 0 45px;
}

.phones a{
	color: #5D3D6A;
	font-style: italic;
	font-weight: 600;
}

.phones:before{
	content: "\f095";
	font-family: FontAwesome;
	color: #ff8f00;
	font-size: 30px;
	position: absolute;
	top: 5px;
	left: -35px;
}

.call_me{
	background: #ff7a29;
	color: #fff;
	text-align: center;
	padding: 10px;
	border-radius: 2px;
	display: inline-block;
	margin: 10px 0 0 63px;
}

.call_me:hover{
	background: #f1630d;
}

#cart{
	float: right;
	background: #ff8f00;
	padding: 10px 43px 10px 10px;
}

#menu{
	background: #ff8f00;
	text-align: center;
}

.menu_fix{
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 300;
}

#menu li{
	display: inline-block;
	list-style: none;
	position: relative;
}

#menu > li > a{
	color: #fff;
	display: block;
	padding: 20px;
	transition: 0.2s;
}

.menu_fix > li > a, .menu_fix .profile_login{
	padding: 10px 20px !important;
}

#menu #q_search a{
	display: inline-block;
}

#menu > li > a:hover{
	background: #ffae46;
}

#menu .submenu{
	background: rgba(255, 143, 0, 0.9);
	width: 515px;
	text-align: left;
	position: absolute;
	top: 58px;
	left: 0;
	padding: 0 15px;
	z-index: 1000;
	display: none;
	transition: 1s;
}

#menu .submenu:hover{
	background: #ee8703;
}

.menu_fix .submenu{
	top: 38px !important;
}

#menu > li:hover .submenu{
	display: block;
}

#menu .submenu ul{
	display: inline-block;
	width: 255px;
	vertical-align: top;
}

#menu .submenu li{
	display: block;
}

#menu .submenu li a{
	display: block;
	color: #feedd8;
	font-size: 14px;
	margin: 15px 0;
}

#menu .submenu li a:hover{
	color: #fff;
	text-decoration: underline;
}

#story{
	background: none;
	border-bottom: 1px #fff solid;
	width: 155px;
	padding: 7px 10px;
	color: #fff;
	opacity: 0.8;
}

#story:focus{
	opacity: 1;
}

#story::-webkit-input-placeholder {color:#fff;}
#story::-moz-placeholder          {color:#fff;}/* Firefox 19+ */
#story:-moz-placeholder           {color:#fff;}/* Firefox 18- */
#story:-ms-input-placeholder      {color:#fff;}

#search_btn{
	background: none;
	color: #fff;
	border: none;
	width: 40px;
	height: 30px;
	opacity: 0.8;
	position: relative;
	top: 1px;
	left: -4px;
	cursor: pointer;
	transition: 0.1s;
	transform: scale(1);
}

#search_btn:hover{
	opacity: 1;
	transform: scale(1.7);
}


#slider{
	background: #fff;
	max-height: 435px;
	overflow: hidden;
}

#slider img{
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
	display: block;
	margin: 0 auto;
}

#slider_ .item{
	position: relative;
}

#slider .owl-nav{
	display: none;
}

#slider .owl-dots{
	position: relative;
	top: -90px;
	z-index: 100;
	text-align: center;
}

#slider .owl-dot{
	display: inline-block;
	margin: 0 7px;
}

#slider .owl-dot span{
	background: rgba(255, 255, 255, 0.3);
	box-shadow: 0 3px 5px rgba(0, 0, 0, 0.3);
	width: 10px;
	height: 10px;
	display: inline-block;
	border: 2px #fff solid;
	border-radius: 50px;
}

#slider .active span{
	background: #fff;
}

.s_description{
	background: rgba(0, 132, 180, 0.93);
	position: absolute;
	top: 285px;
	left: 50px;
	color: #fff;
	padding: 15px 20px;
}

.s_description_orange{
	background: rgba(255, 87, 40, 0.92);
}

.s_description_rose{
	background: rgba(226, 55, 87, 0.91);
}

.s_description h2{
	font-size: 25px;
	font-weight: 400;
	margin-bottom: 5px;
}

#catalog{
	text-align: center;
	padding: 40px 0;
}

.catalog_1{
	margin-bottom: 40px;
}

.catalog_1 li{
	display: inline-block;
	margin: 0 20px;
	width: 270px;
	height: 270px;
	position: relative;
	overflow: hidden;
}

.catalog_1 li p, .catalog_2 li p{
	background: rgba(0, 148, 148, 0.9);
	display: block;
	width: calc(100% - 6px);
	padding: 10px 3px;
	text-align: center;
	color: #fff;
	font-size: 17px;
	font-weight: 300;
	position: relative;
	margin: -45px 0 0 0;
}

.catalog_2 li p{
	width: 270px;
	margin: -40px 0 0 0;
}

.catalog_1 li img, .catalog_2 li img{
	transition: 0.2s;
	transform: scale(1);
}

.catalog_1 li img:hover, .catalog_2 li img:hover{
	transform: scale(1.2);
}

.catalog_2{
	max-width: 1355px;
	margin: 0 auto;
}

.catalog_2 li{
	display: inline-block;
	width: 270px;
	height: 270px;
	overflow: hidden;
}

.catalog_2 img{
	margin: 0 auto;
}

.c_blue{ background: rgba(0, 142, 174, 0.9) !important; }
.c_brown{ background: rgba(52, 30, 22, 0.9) !important; }
.c_ochre{ background: rgba(88, 51, 22, 0.9) !important; }
.c_ochre_white{ background: rgba(138, 97, 64, 0.9) !important; }
.c_grey{ background: rgba(55, 53, 56, 0.9) !important; }
.c_ash{ background: rgba(99, 106, 117, 0.9) !important; }


.owl-prev{
	background: url(../images/arrows.png) no-repeat;
	width: 15px;
	height: 23px;
	position: absolute;
	top: 45%;
	left: -10px;
}

.owl-next{
	background: url(../images/arrows.png) no-repeat right center;
	width: 15px;
	height: 23px;
	position: absolute;
	top: 45%;
	right: -10px;
}

.title_line{
	text-align: center;
	font-size: 25px;
	font-weight: 300;
	color: #625965;
	text-transform: uppercase;
	margin: 10px 0 20px;
	padding: 10px;
	position: relative;
	overflow: hidden;
}

.title_line:before{
	content: "";
	background: #625965;
	width: 100%;
	height: 1px;
	margin-left: -100%;
	position: relative;
	left: -20px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

.title_line:after{
	content: "";
	background: #625965;
	width: 100%;
	height: 1px;
	margin-right: -100%;
	position: relative;
	right: -20px;
	display: inline-block;
	vertical-align: middle;
	box-sizing: border-box;
}

#news_min_home{
	max-width: 1400px;
	margin: 0 auto;
}

#news_min_home .item{
	width: 304px;
	margin: 0 auto;
}

.main_image{
	background-repeat: no-repeat;
	display: block;
	width: 304px;
	height: 203px;
	overflow: hidden;
	background-size: contain;
}

#news_min_home .owl-prev, #brands .owl-prev{
	left: -10px;
}

#news_min_home .owl-next, #brands .owl-next{
	right: -10px;
}

#news_min_home .title_min_news{
	color: #ff8f00;
	display: inline-block;
}

#news_min_home .title_min_news:hover{
	color: #00776d;
}

#news_min_home .title_min_news h2{
	font-size: 17px;
	margin: 15px 0 7px 0;
}

#news_min_home .btn{
	text-align: center;
	margin-top: 20px;
}

#news_min_home{
	margin-bottom: 50px;
}

#brands{
	max-width: 1400px;
	margin: 0 auto 50px;
}

#brands img{
	margin: 0 auto;
}

#content{
	font-size: 17px;
}

#content p{
	margin-bottom: 20px;
}

#content h2{
	color: #ff8f00;
	font-size: 19px;
	margin: 25px 0 17px;
}

#footer{
	background: #616161 url("../images/footer_bg.png") repeat;
	color: #fdfdfd;
	padding: 50px 0;
	margin-top: 50px;
	border-top: 5px #ff8f00 solid;
	flex: 0 0 auto;
}

.f_1{
	float: left;
	margin-right: 100px;
}

.f_1 img{
	background: #fff;
	padding: 10px;
	margin-bottom: 10px;
}

.f_2{
	float: left;
}

.f_2 ul{
	display: inline-block;
	width: 300px;
}

.f_2 ul li{
	margin-bottom: 10px;
}

.f_2 ul li a{
	color: #fff;
}

.f_2 ul li a:hover{
	text-decoration: underline;
	color: #A3FFF9;
}

.f_3{
	float: right;
	text-align: right;
}

.f_3 a{
	display: block;
	color: #fff;
	font-size: 21px;
	margin-bottom: 5px;
}

.f_3 a span{
	color: #ff8f00;
}

.speedbar{
    background: #989898;
    color: #A79FAA;
    padding: 5px 10px;
    font-size: 13px;
    margin: 20px 0;
    font-style: italic;
}

.speedbar a{
	color: #ffffff;
}

.speedbar a:hover{
	text-decoration: underline;
}

#main_content h1{
	color: #5D3E6A;
	font-size: 21px;
	font-weight: 500;
	margin-bottom: 20px;
}

.previews{
	width: 500px;
	display: inline-block;
	margin: 0 20px 20px 0;
	vertical-align: top;
}

#full_image{
	display: block;
	height: 430px;
	overflow: hidden;
	margin-bottom: 10px;
	position: relative;
}

#full_image img{
	max-width: 100%;
	max-height: 100%;
	margin: 0 !important;
}

#goods_carousel .item{
	max-height: 75px;
	overflow: hidden;
	border: 1px #b0e1f3 solid;
}

#goods_carousel img{
	max-width: 100%;
	max-height: 75px;
	margin: 0 auto;
}

#full_image .label_new{
	background: url("../images/label_new.png") no-repeat;
	width: 79px;
	height: 80px;
	position: absolute;
	top: -2px;
	left: -1px;
	z-index: 100;
}

.goods_info{
	display: inline-block;
	width: 575px;
	margin-right: 20px;
	vertical-align: top;
}

.price{
	color: #115973;
	font-size: 32px;
	font-weight: bold;
	float: left;
}

.price span{
	font-size: 25px;
	font-weight: 400;
}

.rate{
	float: right;
	margin-top: 10px;
}

.order_buttons{
	margin-top: 10px;
}

.order_buttons li{
	display: inline-block;
	vertical-align: top;
}

.order_click, .add_to_cart{
	display: inline-block;
	padding: 10px 20px;
	color: #fff !important;
	background: #ff7a29;
	font-size: 14px;
	border-radius: 2px;
	transition: 0.3s;
}

.add_to_cart:hover{
	background: #ff3100 !important;
}

.order_click{
	background: #ff8f00;
}

.order_click:hover, .add_to_cart:hover{
	text-decoration: none;
	background: #cecc00;
}

.title_min{
	color: #009D8F;
	font-size: 17px;
	margin: 20px 0 7px;
}

.features li{
	padding: 7px 10px;
	font-weight: 500;
}

.features li:nth-child(odd){
	background: #e2f6fd;
}

.features li:hover{
	background: #ffdac3;
}

.features li span{
	float: right;
	font-weight: 400;
}

#goods_carousel .owl-prev{
	background: url("../images/arrows_min.png") no-repeat;
	width: 13px;
	height: 22px;
	top: 37%;
	left: -20px;
	opacity: 0.5;
}

#goods_carousel .owl-next{
	background: url("../images/arrows_min.png") no-repeat right center;
	width: 13px;
	height: 22px;
	top: 37%;
	right: -20px;
	opacity: 0.5;
}

#goods_carousel .owl-prev:hover, #goods_carousel .owl-next:hover{
	opacity: 1;
}

.goods_help{
	display: inline-block;
	vertical-align: top;
}

.goods_help ul li > p{
	color: #5D3E6A;
	font-size: 17px;
	font-weight: bold;
	margin-bottom: 10px;
}

.goods_help ul{
	margin-bottom: 20px;
}

.goods_help li a{
	color: #ff8f00;
	font-size: 13px;
	margin: 4px 0;
	display: inline-block;
	text-decoration: underline;
}

.goods_help .fa{
	text-decoration: none;
	margin-right: 5px;
}

.goods_help a:hover{
	color: #B54AE4;
}

.modal{
	background: #fff;
	position: fixed;
	width: 300px;
	top: 10%;
	left: 50%;
	margin-left: -150px;
	border-radius: 2px;
	box-shadow: 0 10px 15px rgba(0, 0, 0, 0.3);
	z-index: 99999;
	display: none;
}

.modat_title{
	background: #ff8f00;
	color: #fff;
	padding: 10px 10px;
	text-align: center;
	border-radius: 2px 2px 0 0;
}

.modal_content{
	padding: 10px;
}

.close{
	background: url("../images/close.svg") no-repeat;
	background-size: 100% 100%;
	width: 30px;
	height: 30px;
	position: absolute;
	top: -13px;
	right: -15px;
	z-index: 99999;
	cursor: pointer;
	transition: 0.2s;
	transform: scale(0.5);
}

.close:hover{
	transform: scale(1);
}

.bg_0{
	background: rgba(0, 0, 0, 0.5);
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	display: none;
}

.tabs_content {
	display: none;
	border: 1px #8dd1ea solid;
}
.tabs_content.active {
	display: block;
}
.tabs_caption li{
	background: #53bbe0;
	color: #fff;
	text-align: center;
	padding: 10px 15px;
	border-radius: 4px 4px 0 0;
	display: inline-block;
	cursor: pointer;
}

.tabs_caption .active{
	background: #ff8f00;
}

.copyright{
	font-size: 12px;
	margin-top: 20px;
}

.title_block{
	color: #ff8f00;
	font-size: 19px;
	margin: 20px 0 10px;
}

.goods_also_img{
	max-width: 150px;
	max-height: 100px;
	float: left;
	margin-right: 10px;
}

.goods-also-hit .item{
	height: 100px;
	border: 1px #00ada5 solid;
	border-radius: 2px;
	padding: 5px;
}

.goods-also-hit h2{
	font-size: 13px;
	font-weight: 500;
	height: 45px;
	overflow: hidden;
}

.goods-also-hit h2 a{
	color: #484848;
}

.goods-also-hit .price{
	font-size: 17px;
	float: none;
	display: inline-block;
	margin-top: 3px;
}

.goods-also-hit .price span{
	font-size: 13px;
}

.in_stock_false, .in_stock_true{
	background: #bf7bdc;
	color: #ffffff;
	text-align: center;
	font-size: 11px;
	float: right;
	border-radius: 2px;
	margin-top: 5px;
	font-weight: 300;
	padding: 2px 5px;
	letter-spacing: 0.7px;
}

.in_stock_true{
	background: #009d8f;
}

.goods_help .in_stock_true{
	background: #fff url("../images/checked.svg") no-repeat -50px center;
	color: #00a04b;
	background-size: 70% 70%;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	float: none;
	margin-bottom: 10px;
	padding: 10px 0 10px 33px;
}

.goods_help .in_stock_false{
	background: #fff url("../images/checked_not.svg") no-repeat -50px center;
	color: #ea6b6b;
	background-size: 70% 70%;
	font-size: 15px;
	font-weight: bold;
	text-align: left;
	float: none;
	margin-bottom: 10px;
	padding: 10px 0 10px 33px;
}

.goods-also-hit .owl-prev{
	top: 35%;
	left: -20px;
	opacity: 0.5;
}

.goods-also-hit .owl-next{
	top: 35%;
	right: -20px;
	opacity: 0.5;
}

.goods-also-hit .owl-prev:hover, .goods-also-hit .owl-nex:hover{
	opacity: 1;
}

#sidebar{
    width: 250px;
	position: absolute;
	top: 45px;
	left: 20px;
}

#filter{
	background: #fff;
	border: 1px #ff8f00 solid;
}

.filter_title{
	background: #ff8f00;
	color: #fff;
	text-align: center;
	padding: 10px 0;
}

.filter_title .fa{
	display: none;
}

#filter > ul > li{
	display: block;
}

#filter > ul > li > a{
	background: #fff;
	display: block;
	padding: 10px;
	color: #5D3D6A;
	font-weight: 500;
	border-bottom: 1px #e2e1bb solid;
	position: relative;
}

#filter > ul > li > a:after{
	content: "\f0d7";
	font-family: FontAwesome;
	position: absolute;
	top: 11px;
	right: 10px;
	color: #ffffff;
    text-shadow: 1px 1px 1px #535353;
}

#filter > ul > li > ul{
	background: #f6f8e5;
	box-shadow: 0 3px 5px #e2e1bb inset;
	border-bottom: 1px #e2e1bb solid;
	padding: 5px 0;
	display: none;
}

#filter > ul > li > ul > li{
	padding: 3px 10px;
}

.content_cat{
	padding-left: 270px;
	min-height: 1050px;
}

#catalog_menu{
	background: #e5f1f8;
	margin-bottom: 20px;
}

#catalog_menu h1{
	background: #ff8f00;
	padding: 10px 15px;
	font-size: 21px;
	color: #fff;
	font-weight: 400;
}

#catalog_menu ul{
	display: inline-block;
	vertical-align: top;
	padding: 15px;
	max-width: 163px;
}

#catalog_menu li a{
	color: #5D3D6A;
	font-size: 13px;
	margin: 2px 0;
}

#catalog_menu li a:hover{
	color: #019c7f;
}

.adt{
	background: #e5f1f8;
	border: 1px #a3cddc solid;
	border-radius: 2px;
	display: inline-block;
	vertical-align: top;
	width: 254px;
	margin: 0 20px 20px 0;
}

.adt:nth-child(4n+4){
	margin: 0;
}

.adt:hover{
	position: relative;
	z-index: 200;
	margin-bottom: -37px;
}

.adt:hover .payment_buttons{
	display: block;
}

.adt_img{
	background-size: cover !important;
	height: 200px;
	display: block;
	border-bottom: 1px #a3cddc solid;
	position: relative;
}

.adt_img .price{
	background: #162a31;
	color: #fff;
	font-size: 19px;
	position: absolute;
	left: -5px;
	bottom: 10px;
	padding: 5px 10px;
}

.adt_img .price span{
	font-size: 15px;
}

.adt h2{
	font-size: 15px;
	font-weight: 500;
	height: 30px;
	padding: 10px 10px 0;
}

.adt h2 a{
	color: #5D3D6A;
}

.features_min{
	color: #696969;
	padding: 10px;
	font-size: 13px;
}

.features_min span{
	float: right;
}

.reviews{
	display: inline-block;
	margin-left: 10px;
	font-size: 13px;
}

.adt .rate{
	display: inline-block;
	margin: -2px 7px 0 0;
}

.adt .unit-rating, .adt .unit-rating li a:hover, .adt .unit-rating li.current-rating{
	background-image: url("../images/rating.png");
}

.adt .add_to_cart{
	width: calc(100% - 56px);
	margin: 10px;
	text-align: center;
}

#banner_1{
	background: url("../images/banner_1.png") no-repeat;
	width: 127px;
	height: 127px;
	text-align: center;
	color: #fff;
	margin: 50px auto;
	padding: 30px 20px;
}

#banner_2{
	background: url("../images/banner_2.png") no-repeat;
	width: 210px;
	height: 75px;
	text-align: center;
	color: #fff;
	margin: 20px auto;
	padding: 30px 20px;
}

#banner_3{
	background: url("../images/banner_3.png") no-repeat;
	width: 178px;
	height: 157px;
	margin: 0 auto;
}

.pages span, .pages a{
	background: #00a8c6;
	color: #fff;
	display: inline-block;
	padding: 5px 10px;
}

.pages span{
	opacity: 0.5;
}

.berrors{
	background: #bfe5f7;
	padding: 10px;
	margin: 20px 0;
}

#hsId0{
	display: none;
}

.fullstory h1{
	margin-bottom: 20px;
	color: #ff8f00;
}

.comments .heading{
	margin: 20px 0;
}

.comment{
	margin-bottom: 30px;
}

.comment .avatar{
	width: 70px;
	height: 70px;
	float: left;
	margin: 0 20px 0 0;
}

.comment .avatar img{
	max-width: 70px;
	max-height: 70px;
	border-radius: 100px;
}

.com_content .text{
	background: #e2f6fd;
	padding: 10px;
	border-radius: 4px;
	margin: 5px 0 0 90px;
}

.settings_comment{
	float: right;
}

.settings_comment li{
	display: inline-block;
}

.settings_comment li a{
	margin: 7px 10px 0 0;
	color: #ff8f00;
	font-size: 13px;
	display: inline-block;
}

.com_user a{
	font-weight: bold;
	color: #00ada5;
}

.com_user .grey{
	color: #89a7a5;
	font-size: 13px;
	font-style: italic;
}

#dlemasscomments{
	margin-bottom: 20px;
}

.mass_comments_action{
	max-width: 700px;
}

.mass_comments_action select, .mass_comments_action input{
	display: inline-block;
	vertical-align: middle;
	max-width: 200px;
}

.mass_comments_action input{
	position: relative;
	top: -4px;
	padding: 8px 5px;
}

#addcomment .btn{
	margin-top: 10px;
}

#addcomment #name, #addcomment #mail{
	width: calc(100% - 20px) !important;
}

.c-captcha{
	float: none !important;
	max-width: 500px;
	margin-top: 20px;
}

#addcomment #sec_code{
	display: inline-block !important;
	max-width: 200px;
	float: none !important;
}

.title_form{
	font-size: 17px;
	margin-bottom: 10px;
}

.success{
    color: #198e45;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    display: block;
}

.error{
    color: #bf2a2a;
    text-align: center;
    margin-top: 10px;
    font-weight: 500;
    display: block;
}

.story{
	padding: 20px 0;
}

.story h1{
	margin-bottom: 20px;
	color: #ff8f00;
	font-size: 21px;
}

#registration .bbcodes{
	max-width: 200px;
	display: inline-block;
}

#login_pane{
	background: #fff;
	padding: 10px 20px;
	width: 180px;
	border-radius: 0 0 2px 2px;
	position: absolute;
	top: 48px;
	left: 0;
	z-index: 300;
	text-align: left;
	box-shadow: 0 3px 5px rgba(86, 107, 107, 0.55);
	display: none;
}

#login_pane .btn{
	width: 100%;
}

.login_form__foot a{
	font-size: 13px;
	color: #56838e;
	margin-top: 10px;
	display: inline-block;
}

.profile_window:hover #login_pane{
	display: block !important;
}

.profile_window #login_pane{
	top: 45px !important;
}

.profile_window #login_pane{
	background: #ff8f00 !important;
	width: 220px;
	padding: 0;
}

.profile_window #login_pane a{
	color: #fff;
	display: block !important;
	padding: 10px 20px;
}

.profile_window #login_pane a:hover{
	background: #006a92;
}

.profile_login{
	display: block;
	padding: 15px;
	cursor: pointer;
	color: #fff;
	font-weight: 500;
}

#filter_price{
	margin: 20px 10px;
}

.filter_price{
	border-bottom: 1px #bbd4e2 solid;
	background: #e5f1f8;
	box-shadow: 0 3px 5px #bbd4e2 inset;
}

.filter_price .w50{
	width: 41%;
	padding: 10px 10px 0;
}

.ui-slider-horizontal{
	height: 3px !important;
}

.ui-widget.ui-widget-content{
	border: 1px solid #6eece8 !important;
	background: #defbfa;
}

.ui-widget-header{
	background: #00ccc5 !important;
	border: 1px solid #00ccc5 !important;
	margin-top: -1px;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active{
	background: url("../images/marker.png") no-repeat !important;
	width: 10px !important;
	height: 16px !important;
	border: none !important;
}

.ui-slider-horizontal .ui-slider-handle{
	top: 3px !important;
	margin-left: -4px !important;
}

#filter_media{
	background: #162a31;
	color: #fff;
	padding: 7px 17px;
	position: fixed;
	top: 40%;
	right: -33px;
	border-radius: 0 0 2px 2px;
	letter-spacing: 1px;
	transform: rotate(90deg);
	z-index: 1000;
	display: none;
}

.ysl{
	color: #ea6a1b;
	font-size: 15px;
	font-weight: bold;
	display: inline-block;
	margin: 10px 0 0 0;
	border-bottom: 1px #ea6a1b dotted;
}

.comments{
	margin: 30px auto 0;
}

.ahtung{
	background: #00c4ff;
	text-align: center;
	padding: 7px;
	color: #fff;
}





















@media screen and (max-width: 1455px){
	.catalog_1 li{
		margin: 0 1em;
	}
	#news_min_home .owl-prev, #brands .owl-prev{
		left: 10px;
	}

	#news_min_home .owl-next, #brands .owl-next{
		right: 10px;
	}
}

@media screen and (max-width: 1400px){
	#slider .cont{
		padding: 0;
	}
	.wrap{
		overflow-x: hidden;
	}
}

@media screen and (max-width: 1345px){
	.goods_info{
		width: 400px;
	}
	.payment_buttons{
		margin-top: 5px;
	}
}

@media screen and (max-width: 1395px){
	.adt{
		width: 23.3%;
	}
}

@media screen and (max-width: 1310px){
	.adt{
		width: 23.1%;
	}
}

@media screen and (max-width: 1275px){
	.catalog_1 li{
		margin: 0 10px 20px;
	}
	.s_description{
		top: 300px;
	}
	.adt{
		width: 31.5%;
	}
	.adt:nth-child(3n+3){
		margin: 0;
	}
	.adt:nth-child(4n+4){
		margin: 0 20px 20px 0;
	}
}

@media screen and (max-width: 1173px){
	.previews{
		width: 400px;
	}
	#full_image{
		height: 400px;
	}
}

@media screen and (max-width: 1145px){
	.adt{
		width: 31%;
	}
}

@media screen and (max-width: 1122px){
	.f_1{
		margin-right: 50px;
	}
	.f_2 ul{
		width: auto;
		margin-right: 30px;
	}
}

@media screen and (max-width: 1080px){
	.call_me{
		background: none;
		margin: 47px 0 0 -127px;
		float: none;
		padding: 0;
		color: #00a63f;
	}
	.phones{
		margin: 10px 0 0 45px;
	}
	.adt h2{
		font-size: 13px;
		overflow: hidden;
		height: 30px;
	}
	.goods_help ul{
		display: inline-block;
		vertical-align: top;
		margin-right: 3em;
	}
	.goods_info{
		width: 57%;
		margin: 0;
	}
	.payment_buttons{
		margin-top: 0;
	}
	#cart{
		padding: 11px 43px 11px 10px;
	}
}

@media screen and (max-width: 1038px){
	.goods_info{
		width: 54%;
	}
	.s_description{
		top: 100px;
	}
}

@media screen and (max-width: 980px){
	#menu li{
		display: none;
	}
	.menu_open li{
		display: block !important;
	}
	#menu_media{
		background: url("../images/menu_media.png") no-repeat center center;
		display: block !important;
		width: 24px;
		height: 24px;
		padding: 10px;
		margin: 0 auto;
	}
	.adt{
		width: 48%;
		max-width: inherit;
	}
	.adt:nth-child(3n+3) {
		margin: 0 20px 20px 0;
	}
	.adt:nth-child(2n+2) {
		margin: 0;
	}
	.goods_info{
		width: 51%;
	}
}

@media screen and (max-width: 950px){
	#story{
		position: absolute;
		top: 43px;
		right: 0;
		z-index: 100;
		display: none;
	}
	.f_2 ul{
		display: block;
	}
	.f_3{
		float: left;
	}
}

@media screen and (max-width: 915px){
	.adt{
		width: 47%;
		max-width: inherit;
	}
	.goods_info{
		width: 50%;
	}
}

@media screen and (max-width: 888px){
	#cart{
		background: none;
	}
	#cart:before{
		content: "\f291";
		font-family: FontAwesome;
		position: absolute;
		top: 20px;
		right: 30px;
		font-size: 25px;
		color: #ff8f00;
	}
	#cart a{
		display: none;
	}
	.goods_info{
		width: 47%;
	}
	.order_click, .add_to_cart{
		padding: 7px 13px;
	}
}

@media screen and (max-width: 840px){
	.previews{
		width: 100%;
		display: block;
		margin: 0 auto;
	}
	#goods_carousel img{
		margin: 0 auto;
		max-height: 100%;
	}
	#goods_carousel .owl-prev{
		top: 45%;
		left: 0;
	}
	#goods_carousel .owl-next{
		top: 45%;
		right: 0;
	}
	.goods_info{
		width: 100%;
	}
	#full_image{
		display: none;
	}
	#goods_carousel .item{
		max-height: inherit;
	}
}

@media screen and (max-width: 740px){
	.schedule{
		margin: 20px 5px 0 55px;
	}
}

@media screen and (max-width: 710px){
	#filter{
		background: #fff;
		width: 100%;
		height: 100%;
		overflow-y: auto;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 9999;
		display: none;
	}
	.filter_title{
		text-align: left;
		padding-left: 10px;
	}
	.filter_title .fa{
		display: block;
		float: right;
		margin-right: 20px;
		cursor: pointer;
	}
	.media_dn{
		display: none;
	}
	.content_cat{
		padding: 0;
	}
	.adt{
		width: 48%;
	}
	#filter_media{
		display: block;
	}
}

@media screen and (max-width: 640px){
	.adt{
		width: 47%;
		max-width: inherit;
	}
}

@media screen and (max-width: 630px){
	.schedule{
		display: none;
	}
	.previews{
		margin-bottom: 35px;
	}
	#goods_carousel .owl-prev{
		top: 103%;
		left: 45%;
	}
	#goods_carousel .owl-next{
		top: 103%;
		right: 45%;
	}
}

@media screen and (max-width: 518px){
	.f_1{
		float: none;
	}
	.f_2{
		float: none;
		margin-top: 20px;
	}
	.f_3{
		float: none;
		text-align: left;
	}
	.goods_help .in_stock_true{
		background: none;
		padding: 0;
	}
	.s_description{
		display: none;
	}
}

@media screen and (max-width: 455px){
	.phones{
		margin: 11px 0 0 15px;
	}
	.phones:before{
		display: none;
	}
	.adt{
		width: 100%;
	}
	.adt:nth-child(2n+2), .adt:nth-child(3n+3) {
		margin: 0 0 20px;
	}
	.cont_min{
		padding: 0 10px;
	}
	#filter{
		height: 100%;
		overflow-y: auto;
	}
}

@media screen and (max-width: 420px){
	#cart:before{
		right: 15px;
	}
	.cont{
		padding: 0 10px;
	}
	.myCart{
		padding: 10px 0 !important;
	}
}

@media screen and (max-width: 390px){
	.phones{
		display: none;
	}
	.call_me span{
		display: none;
	}
	.call_me{
		position: relative;
		margin: 20px 0 0 30px;
	}
	.call_me:before{
		content: "\f095";
		font-family: FontAwesome;
		color: #00a63f;
		font-size: 25px;
		position: absolute;
		top: 0;
		left: 0;
	}
}

@media screen and (max-width: 370px){
	.order_click, .add_to_cart{
		padding: 7px 5px;
		font-size: 13px;
	}
}




























