html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

html {
	height: 100%;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	width: 100%;
	height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
}
.wrp {
	width: 1146px;
	margin: 0 auto;
	position: relative;
}


.header-top {
	height: 34px;
	background: #2d4657;
}

.logo{
    position: absolute;
    top: 20px;
    left: 0;
}
.logo a{
	display:inline-block;
    width: 221px;
    height: 72px;
	background:url(../img/logo1.svg) 0 0 no-repeat;
}


.top {
    height: 140px;
    background: #fff;
    margin-bottom: 52px;
	border-bottom: 2px solid #AEAEAE;
}

.header-phone {
	position: absolute;
    top: 2px;
    right: 0px;
    line-height: 24px;
    margin: 0 0 0 0;
    padding: 0px 0 0 35px;
    background: url(../img/phone.png) 0 0 no-repeat;
}
.header-phone a {
    font-family: 'Roboto bold';
    font-size: 15px;
    line-height: 32px;
    color: #FFFFFF;
    text-decoration: none;
}

.header-whatsapp {
    position: absolute;
    left: 926px;
    top: 2px;
    padding: 0 0 0 29px;
    background: url(../img/whatsapp.png) 0 0 no-repeat;
    font-size: 16px;
    line-height: 22px;
    text-decoration: none;
    color: #000000;
    width: 30px;
    height: 30px;
    overflow: hidden;
    text-indent: 40px;
}

.header-menu {
    position: absolute;
    left: 0;
    top: 2px;
}
.header-menu-li {
    display: inline-block;
    padding-left: 20px;
}
.header-menu-a {
	font-size: 15px;
	line-height: 31px;
	text-align: right;
	text-transform: ;
	text-decoration: none;
	font-family: 'Roboto bold';
	color: #FFFFFF;
}
.header-menu-action {
    background: url(../img/action.png) 0 0 no-repeat;
    padding-left: 51px;
}
.header-menu-action a {
	color: #D0323D;
}

.header-menu-box {
    position: absolute;
    left: 200px;
    top: 27px;
}
.header-menu-triger {
	height: 50px;
    background: #79a3c4;
    border-radius: 10px;
    font-family: 'Roboto bold';
    font-size: 18px;
    line-height: 23px;
    text-transform: uppercase;
    color: #FFFFFF;
    line-height: 50px;
    position: relative;
    padding: 0px 16px;
    display: inline-block;
    text-decoration: none;
}
.header-menu-triger:before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 21px;
    background: url(../img/menu.png) 0 0 no-repeat;
    margin-right: 20px;
    vertical-align: middle;
}
.header-menu-popup {
    position: absolute;
    top: 50px;
    z-index: 99998;
	display: none;
	width: 400px;
	background: #F5F5F6;
	border: 3px solid #79a3c4;
	border-radius: 10px;
	padding: 15px 0 15px 15px;
}
.header-menu-popup .left_menu_1__link {
	margin-bottom: 0;
	font-size: 16px;
	line-height: 20px;
	color: #FFFFFF;
	text-decoration: none;	
	color: #000000;
	padding: 5px 0;
	display: inline-block;
}
/* .header-menu-popup .left_menu_1__link::after {
    content: '';
    display: inline-block;
    background: url(../img/popup.png) 0px 0px no-repeat;
    width: 16px;
    height: 11px;
    margin-left: 10px;
    vertical-align: middle;
} */
.header-menu-popup .left_menu_1__link:hover {
	color: #D0323D;
}
.header-menu-popup .left_menu_1__row:hover .left_menu__popup {
	display: block;
}
.left_menu_1__row {
    margin: 0 0;
}
.left_menu__popup {
    position: absolute;
    right: -387px;
    top: -3px;
    width: 350px;
    background: #fff;
    border: 3px solid #D0323D;
    border-radius: 10px;
    padding: 15px;
    z-index: 999;
    display: none;
	height: 281px;
}
.active .left_menu__popup {
	display: block;
}
.left_menu__popup ul {
	margin: 0;
	padding: 0 5px 0 5px;
}
.left_menu__popup li {
	margin: 0px 0px 10px 0;
	padding: 0;
}
.left_menu__popup a {
	color: #000000;
	display: block;
	text-decoration: none;
	font-size: 17px;
	line-height: 19px;
	background: url(../img/mrk.png) 0px 50% no-repeat;
	padding-left: 15px;
}
.left_menu__popup a:hover {
	color: #D0323D;
}


.header-search {
	line-height: 48px;
    position: absolute;
    left: 475px;
    top: 27px;
    width: 446px;
    height: 48px;
    background: #fff;
    border: 1px solid #b5b5b9;
    border-radius: 10px;
}
.header-search input[type=text]{
	display:inline-block;
	background:none;
	border:none;
	padding:0 0;
	margin:0;
	width:90%;
	height:50px;
	line-height:50px;
	outline:none;
	text-indent:30px;
	font-family: 'Roboto';
	font-size: 16px;
	color: #000000;
}
.header-search input[type=submit]{
	position: absolute;
    top: 9px;
    right: 12px;
    background: url(../img/search.png) 50% 50% no-repeat;
    width: 30px;
    height: 30px;
    display: inline-block;
    border: none;
    padding: 0;
    margin: 0;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    text-indent: 100px;
}


.header-login {
    background: url(../img/header-login.png) 50% 0 no-repeat;
    position: absolute;
    width: 103px;
    top: 23px;
    right: 93px;
    padding-top: 39px;
}
.header-login-links {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: center;
	display: block;
	height: 30px;
}
.header-login-links a {
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: center;
	text-decoration: none;
}

.header-basket {
	position: absolute;
    top: 21px;
    right: 0;
    width: 55px;
    text-align: center;
}
.header-basket a {
	background: url(../img/basket.png) 50% 0 no-repeat;
	display: block;
	position: relative;
	text-decoration: none;
	font-size: 12px;
	line-height: 14px;
	color: #000;
	text-align: center;
	text-decoration: none;	
	padding-top: 40px;
    text-align: center;
}
.header-basket a span {
	font-size: 13px;
	color: rgb(255, 255, 255);
	border-radius: 50%;
	background-color: #000;
	position: absolute;
    top: -6px;
    right: 1px;
	width: 22px;
	height: 22px;
	line-height: 22px;
	text-align: center;
}


.header-category {
	position: absolute;
	top: 111px;
	left: 150px;
	font-family: 'Roboto bold';
	font-size: 14px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #000000;
	text-decoration: none;
}


.header-category  ul {
	margin-right: -40px;
}
.header-category  li {
	margin-right: 41px;
	display: inline-block;
	vertical-align: top;
}
.header-category  a {
	font-family: 'Roboto bold';
	font-size: 12px;
	line-height: 16px;
	letter-spacing: 0.01em;
	color: #000000;
	text-decoration: none;	text-transform: uppercase;
}




.footer {
	margin: 0 auto 0;
	height: 153px;
	background: #2d4657;
	position: relative;
}

.footer-logo {
	position: absolute;
	top: 20px;
	left: 0px;
	display:inline-block;
	width: 210px;
	height: 80px;
	background:url(../img/logo.svg) 0 0 no-repeat;
}

.footer-phone {
    position: absolute;
    top: 20px;
    right: 0;
    margin: 0 0 0 0;
    line-height: 31px;
    padding: 0 0 0 37px;
    background: url(../img/phone.png) 0 0 no-repeat;
}
.footer-phone a {
	text-decoration: none;
	font-family: 'Roboto bold';
	font-size: 20px;
	line-height: 23px;
	color: #FFFFFF;
}


.footer-callback {
	position: absolute;
    top: 48px;
    right: 0;
}
.footer-callback a {
	font-family: 'Roboto bold';
	font-size: 18px;
	line-height: 19px;
	text-decoration: underline;
	color: #D0323D;
}
.footer-whatsapp {
    position: absolute;
    right: 0;
    top: 90px;
    padding: 0 0 0 36px;
    background: url(../img/whatsapp.png) 0 0 no-repeat;
    font-size: 16px;
    line-height: 30px;
    text-decoration: underline;
    color: #FFFFFF;
}

.copyright {
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	position: absolute;
	left: 0;
	top: 110px;
}

.footer-politika {
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	position: absolute;
	left: 319px;
	top: 110px;
}
.footer-politika a {
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
}

.footer-menu {
	position: absolute;
	top: 15px;
}
.footer-menu-1 {
	left: 320px;
}
.footer-menu-2 {
	left: 440px;
}
.footer-menu-3 {
	left: 660px;
}


.footer-menu ul {
	margin: 0;
	padding: 0;
}
.footer-menu ul li {
	margin: 6px 0;
	padding: 0;
}
.footer-menu ul li a{
	font-size: 16px;
	line-height: 19px;
	color: #FFFFFF;
	text-decoration: none;
}

.footer-pay {
    position: absolute;
    top: 100px;
    left: 58%;
    /* margin-left: -200px; */
    display: inline-block;
    width: 120px;
    height: 50px;
    background: url(../img/moscow.png) 0 0 no-repeat;
    background-size: 100% 100%;
}



.main_sliders {
	margin-bottom: 30px; 
}
.main_sliders-left {
	width: 656px;
	float: left;
}
.main_sliders-right {
	margin-left: 686px;
}

.main_slider {
	height: 400px;
	margin-bottom:30px;
}
.main_slider ul {
	margin: 0;
	padding: 0;
}
.main_slider ul li img {
	width: 100%;
	height: auto;
	border-radius: 10px;
}
.main_slider .bx-wrapper{
	position: relative;
	margin: 0 auto;
}
.main_slider .bx-viewport {
	z-index: 1;
}
.main_slider .bx-controls{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main_slider .bx-controls-direction {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main_slider .bx-controls-direction a:hover {
	filter: brightness(90%);
}
.main_slider .bx-prev {
	background: url(../img/prev.png) 0 0 no-repeat; 
	display: inline-block; 
	width: 40px;
	height: 40px;	
	position: absolute;
	margin-top: -20px;	
	top: 50%;
	left: -20px;
	overflow: hidden;
	text-indent: 999px; 
	z-index: 1000;
}
.main_slider .bx-next {
	background: url(../img/next.png) 0 0 no-repeat;    
	display: inline-block; 
	width: 40px;
	height: 40px;
	position: absolute;
	margin-top: -20px;	
	top: 50%;
	right: -20px;
	overflow: hidden;
	text-indent: 999px;
	z-index: 1000;
}

.main_banners {
	margin-bottom: 10px;
}
.main_banners ul {
	overflow: hidden;
	margin: 0 -35px 0 0;
}
.main_banners ul li {
	margin: 0 0 14px 0;
	float: left;
}
.main_banners ul li img {
	border-radius: 10px;
}


.main_brands {
	margin-bottom:30px;
}
.main_brands .h1 {
	text-align: center;
}
.main_brands ul {
	overflow: hidden;
	margin: 0 -35px 0 0;
}
.main_brands ul li {
	margin: 0 30px 30px 0;
	float: left;
	width: 259px;
	height: 150px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}
.main_brands ul li img {
	border-radius: 10px;
}
.main_brands-link {
	text-align: right;
}
.main_brands-link a {
	font-family: 'Roboto bold';
	font-size: 20px;
	line-height: 23px;
	letter-spacing: 0.01em;
	text-decoration: underline;
	color: #45843C;
}


.main_brands .bx-wrapper{
	position: relative;
	margin: 0 auto;
}
.main_brands .bx-viewport {
	z-index: 1;
}
.main_brands .bx-controls{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main_brands .bx-controls-direction {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.main_brands .bx-controls-direction a:hover {
	filter: brightness(90%);
}
.main_brands .bx-prev {
	background: url(../img/prev.png) 0 0 no-repeat; 
	display: inline-block; 
	width: 40px;
	height: 40px;	
	position: absolute;
	margin-top: -20px;	
	top: 50%;
	left: -20px;
	overflow: hidden;
	text-indent: 999px; 
	z-index: 1000;
}
.main_brands .bx-next {
	background: url(../img/next.png) 0 0 no-repeat;    
	display: inline-block; 
	width: 40px;
	height: 40px;
	position: absolute;
	margin-top: -20px;	
	top: 50%;
	right: -20px;
	overflow: hidden;
	text-indent: 999px;
	z-index: 1000;
}




.brands__lettr{margin-bottom:30px;width:100%; padding-top: 30px;}
.brands__lettr td{vertical-align:top;width:33%;}
.brands__lettr__row{color:#d0323d;font-weight:bold;font-size:30px;margin-bottom:10px;line-height:30px;}
.brands__lettr__item{width:165px;text-align:left;margin-bottom:10px;position:relative;}
.brands__lettr__item img{border:1px solid #BBBABA;}
.brands__lettr__item span{display:none;position:absolute;top:0;left:0;display:none;width:164px;height:72px;background:url(../img/blackout.png) 0 0 repeat;}
.brands__lettr__item a:hover span{display:block;}











.main_ban {
	margin-bottom:30px;
}
/* 
.main_text {
	margin-bottom:30px;
	background: #6f95b4 url(../img/main_text.png) 96% 0% no-repeat;
	border-radius: 10px;
	padding: 40px 40px 40px 40px;
}
*/

.main_trigers {
	margin-bottom:30px;
}
.main_trigers .h1 {
	text-align: center;
}
.main_trigers ul {
	overflow: hidden;
	margin: 0 -35px 0 0;
}
.main_trigers li {
	display: inline-block;
	width: 362px;
	padding: 220px 0 0 0;
	text-align: center;
	float: left;
	margin: 0 30px 30px 0;
}
.main_trigers-1 {background: url(../img/main_trigers-1.png) 50% 0 no-repeat;}
.main_trigers-2 {background: url(../img/main_trigers-2.png) 50% 0 no-repeat;}
.main_trigers-3 {background: url(../img/main_trigers-3.png) 50% 0 no-repeat;}

.main_trigers-name {
	font-family: 'Roboto bold';
	font-size: 20px;
	line-height: 23px;
	text-align: center;
	color: #45843C;
	margin-bottom: 5px;
}




.main_blog {
	padding: 47px 0 47px  0;
}
.main_blog .h1 {
    background: url(../img/blog.png) 0 50% no-repeat;
    padding-left: 50px;
    line-height: 50px;
}
.main_blog .h1 a {
	display: inline-block;
    height: 43px;
    background: #79a3c4;
    border-radius: 10px;
    font-family: 'Roboto bold';
    font-size: 20px;
    line-height: 43px;
    color: #FFFFFF;
    text-decoration: none;
    padding: 0 15px;
    text-transform: none;
    margin-left: 23px;
    vertical-align: middle;
}
.main_blog ul{
	padding: 0 0 30px 0;
	margin: 0 -30px 0 0;
	overflow: hidden;
}
.main_blog li {
    display: block;
    float: left;
    width: 362px;
    height: 360px;
    padding: 0 0 0 0;
    margin: 0 30px 30px 0;
    border: 1px solid #79a3c4;
    border-radius: 10px;
    box-sizing: border-box;
    background: #fff;
}
.main_blog-img {
	display: block;
}
.main_blog-img img {
	width: 100%;
	border-radius: 8px 8px 0 0;
}
.main_blog-data {
	padding: 20px;
}
.main_blog-name {
	font-family: 'Roboto bold';
	font-size: 18px;
	line-height: 21px;
	text-align: center;
	color: #79a3c4;
    overflow: hidden;
	margin-bottom: 10px;
}
.main_blog-preview {
	font-size: 18px;
	line-height: 21px;
	color: #000;
	text-align: center;
}

.inner_blog-list{
	padding: 0 0 30px 0;
	margin: 0 -30px 0 0;
	overflow: hidden;
}
.inner_blog-list li {
	display: block;
	float: left;
	width: 380px;
	padding: 0 0 0 0;
	margin: 0 22px 22px 0;
}
.inner_blog-img {
	display: block;
}
.inner_blog-img img {

}
.inner_blog-data {
	padding: 29px 0;
}
.inner_blog-date {
	margin-bottom: 21px;
	font-size: 14px;
	color: rgb(152, 152, 152);
}
.inner_blog-name {
    font-size: 16px;
    font-family: "Roboto bold";
    color: #282828;
    line-height: 1.333;
    margin-bottom: 26px;
    height: 54px;
    overflow: hidden;
	margin-bottom: 10px;
}
.inner_blog-preview {
	margin-bottom: 17px;
	font-size: 14px;
	color: rgb(40, 40, 40);
	line-height: 1.429;
}
.inner_blog-btn {

}
.inner_blog-btn a {
	font-size: 14px;
	color: rgb(237, 90, 47);
	line-height: 1.429;
	text-decoration: none;
}
.inner_blog-btn a:after {
	content: '';
	display: inline-block;
	width: 11px;
	height: 12px;
	vertical-align: middle;
	background: url(../img/arrow.png) 0 0 no-repeat;
	margin-left: 8px;
}









.middle {
	width: 100%;
	padding: 0 0 0;
	position: relative;
}
.middle:after {
	display: table;
	clear: both;
	content: '';
}
.container {
	width: 100%;
	float: left;
}
.content {
	padding: 0 0 0 294px;
}
.main-content {
	padding: 0 0 30px 0;
}

.left-sidebar {
	float: left;
	width: 260px;
	margin-left: -100%;
	position: relative;
}





.main_category {
	padding: 3px 0 70px 0;
}
.main_category .h1 {
	text-align: center;
}
.main_category ul {
	padding: 0;
	margin: 0 -30px 0 0;
	overflow: hidden;
}
.main_category li {
    display: block;
    padding: 0 0 0 0;
    margin: 0 24px 44px 0;
    text-align: center;
    box-sizing: border-box;
    width: 362px;
	height: 300px;
    float: left;
}
.main_category-img {
	display: block;
	box-sizing: border-box;
	width: 362px;
	height: 360px;
	margin-bottom: 25px;
}
.main_category-img img {
	width: 100%;	height: 360px;
	border-radius: 10px;
	border: 0px solid #797979;	
}
.main_category-name {
	text-decoration: none;
	text-align: center;
	font-family: 'Roboto bold';
	font-size: 16px;
	line-height: 19px;
	text-align: center;
	text-transform: ;
	color: #000000;
}

.main_actions {
	margin-bottom:30px;
}
.main_actions .h1 {
	text-align: center;
}
.main_actions-btn {
	text-align: center;
	padding: 15px;
}























.main_actions ul {
	padding: 38px 0 30px 0;
	margin: 0 -30px 0 0;
	overflow: hidden;
}
.main_actions li {
	display: block;
	float: left;
	width: 380px;
	padding: 0 0 0 0;
	margin: 0 22px 22px 0;
	background: #f1f1f1;
}
.main_actions-img {
	display: block;
}
.main_actions-img img {
	border: 1px solid #f1f1f1;
}
.main_actions-data {
	padding: 21px 25px;
}
.main_actions-name {
    font-size: 16px;
    font-family: "Roboto bold";
    color: #282828;
    line-height: 1.333;
    margin-bottom: 26px;
    height: 43px;
    overflow: hidden;
}

.main_consultation {
	padding: 64px 0 64px 0;
	background: #387c33 url(../img/main_consultation.jpg) 50% 50% no-repeat;
	background-size: cover;
}
.main_consultation-title {
	font-size: 30px;
	font-family: "Roboto bold";
	color: rgb(255, 255, 255);
	text-align: center;
	margin-bottom: 29px;
}
.main_consultation-text {
	font-size: 18px;
	font-family: "Roboto";
	color: rgb(255, 255, 255);
	line-height: 1.667;
	text-align: center;
	margin-bottom: 37px;
}
.main_consultation-btn {
	text-align: center;
}


.main_prods {
	padding: 40px 0 20px 0;
}
.main_prods .h1 {
	text-align: center;
}
	



.header-callback {
    position: absolute;
    top: 6px;
    right: 233px;
}
.header-callback a {
    font-family: 'Roboto bold';
    font-size: 16px;
    line-height: 19px;
    text-decoration: underline;
    color: #fff;
}



/* 

.inner_page .header  {
	box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.15);
	margin-bottom: 35px;
}





.header-menu {
	position: absolute;
    top: 38px;
    left: 308px;
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.header-menu li {
	margin: 0 40px 0 0;
	padding: 0 0 0 0;
	display: inline-block;
}
.header-menu li a {
	font-size: 14px;
	font-family: "Open Sans bold";
	color: rgb(40, 40, 40);
	text-transform: uppercase;
	text-decoration: none;
}
 */









	







.slider{
	position:relative;
	margin-bottom:28px;
}
.slider ul {	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}	
.slider li {	
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
.slider .bx-wrapper{
	position:relative;
}
.slider .bx-pager{
	position: absolute;
	bottom: 28px;
	right: 41px;
	width: 1000px;
	text-align: right;
	z-index: 100;
}
.slider .bx-pager-item{
	display:inline-block;
}
.slider .bx-pager-link{
	width:19px;
	height:19px;
	display:inline-block;
	background:url(../img/slider-3.png) 0 0 no-repeat;
	text-indent:999px;
	overflow:hidden;
	margin:0 3px;
}
.slider .bx-pager-link.active{
	background:url(../img/slider-4.png) 0 0 no-repeat;
}
.slider .bx-viewport{height:433px !important;}
.slider .bx-wrapper{position:relative;}
.slider .bx-prev{position:absolute;top: 186px;left:21px;width:37px;height:37px;background:url(../img/slider-1.png) 0 0 no-repeat;overflow:hidden;text-indent:-999px;z-index: 100;}
.slider .bx-next{position:absolute;top:186px;right:21px;width:37px;height:37px;background:url(../img/slider-2.png) 0 0 no-repeat;overflow:hidden;text-indent:-999px;z-index: 100;}


















.main_collection ul {
	margin: 0 -30px 40px  0;
	overflow: hidden;
}
.main_collection li {
	padding: 0;
	width: 280px;
	height: 212px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
}
.main_collection span {
	position: absolute;
	bottom: 10px;
	left: 10px;
	font-size: 12px;
	font-family: "Open Sans bold";
	color: rgb(40, 40, 40);
	text-transform: uppercase;
	line-height: 33px;
	background-color: rgb(255, 220, 48);
	width: 266px;
	height: 33px;
	z-index: 165;
	text-align: center;
}

.wirks_list {
	margin-bottom: 20px;
	
}
.wirks_list-items {
	margin: 0 -30px 40px  0;
	overflow: hidden;
}
.wirks_list-items a {
	padding: 0;
	width: 280px;
	height: 212px;
	float: left;
	position: relative;
	margin: 0 20px 20px 0;
	display: inline-block;
}






.prod_list_a .bx-viewport{height:337px !important;}
.prod_list_a .bx-wrapper{position:relative;}
.prod_list_a .bx-prev{position:absolute;top:108px;left:-22px;width:16px;height:40px;background:url(../img/main_prods-prev.png) 0 0 no-repeat;overflow:hidden;text-indent:-999px;}
.prod_list_a .bx-next{position:absolute;top:108px;right:-22px;width:16px;height:40px;background:url(../img/main_prods-next.png) 0 0 no-repeat;overflow:hidden;text-indent:-999px;}
	
	


.prod-look {
	position: relative;
	padding: 0 0 50px 0;
}
	.prod-look .bx-wrapper {
		margin: 0 0 0 0 !important;
	}
	.prod-look .bx-controls{
		position: absolute;
		top: 0;
		right: 0;
		text-align: right;
	}
	.prod-look .bx-prev{
		display:inline-block;
		width:30px;
		height:30px;
		text-indent:50px;
		overflow:hidden;
		z-index:100;
		background:url(../img/look-1.png) 0 0 no-repeat;
		margin-right: 9px;
	}
	.prod-look .bx-next{
		display:inline-block;
		width:30px;
		height:30px;
		text-indent:50px;
		overflow:hidden;
		z-index:100;
		background:url(../img/look-2.png) 0 0 no-repeat;
	}


 
 
 



.compare {
    width: 100%;
    overflow: auto;
	margin-bottom: 30px;
}
.compare table {
	table-layout: fixed;
}
.compare th {
	border: 1px solid #ddd;
	padding: 10px;
	font-size: 13px;
	vertical-align: middle;
	width: 158px;
	font-family: "Roboto bold";
	color: rgb(55, 14, 14);
}
.compare td {
	border: 1px solid #ddd;
	padding: 10px;
	vertical-align: middle;
	width: 158px;
	text-align: center;
}
.compare-name a {
	text-decoration: none;
	font-family: "Roboto bold";
}
.compare-price {
	font-size: 16px;
	font-family: "Roboto bold";
	color: rgb(255, 84, 0);
	line-height: 1.333;
}	
.compare-price span {

}	
.compare-price strike {
	display: block;
	text-decoration: line-through;
	font-family: "Roboto";
}




.prod-count {
	margin-bottom: 25px;
}

.prod_options-item {
	margin-bottom: 25px;
}
.prod_options-title {
	font-family: 'Roboto bold'; 
	margin-bottom: 15px;
}
 
.prod_options-2 {
	display: block;
}
.prod_options-2 li {
	width: 56px;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px 15px 0;
}
.prod_options-2 label {
	border: 3px solid #fff;
	width: 50px;
	height: 50px;
	display: inline-block;
	user-select: none;	
	cursor: pointer;
	position: relative;
}
.prod_options-2 li input {
	display: none;
}
.prod_options-2 input[type=radio]:checked + label {
	border: 3px solid orange;
}


.faq_list {
	margin-bottom: 20px;
}
.faq_list-item {
	margin-bottom: 20px;
}
.faq_list-name {
	font-family: 'Roboto bold'; 
	font-size: 18px;
	margin-bottom: 10px;
}
.faq_list-text {
	margin-bottom: 10px;
}

.reviews_list {
	margin-bottom: 20px;
}
.reviews_list-item {
	margin-bottom: 20px;
}
.reviews_list-name {
	font-family: 'Roboto bold'; 
	font-size: 18px;
	margin-bottom: 10px;
}
.reviews_list-text {
	margin-bottom: 10px;
}




	 

.prod-cheaper {
	margin-bottom: 10px;
}
.prod-cheaper a {
    line-height: 52px;
    background: #1c94c4;
    height: 52px;
    display: inline-block;
    border: none;
    margin: 0;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 0px 0;
    font-size: 15px;
    font-family: 'Roboto bold';
    color: #fff;
    text-decoration: none;
    border: none;
}

.list_category-cheaper {
	margin-bottom: 10px;
}
.list_category-cheaper a {
    line-height: 52px;
    background: #1c94c4;
    height: 52px;
    display: inline-block;
    border: none;
    margin: 0;
    cursor: pointer;
    outline: none;
    overflow: hidden;
    width: 100%;
    text-align: center;
    padding: 0px 0;
    font-size: 15px;
    font-family: 'Roboto bold';
    color: #fff;
    text-decoration: none;
    border: none;
}


.header-soc {
    position: absolute;
    right: 170px;
    top: 77px;
}
.header-soc a {
	display: inline-block;
	margin: 0 10px;
	width: 19px;
	height: 19px;
}
.header-soc .fb {
	background: url(../img/fb.png) 50% 50% no-repeat;
}
.header-soc .vk {
	background: url(../img/vk.png) 50% 50% no-repeat;
}
.header-soc .tw {
	background: url(../img/tw.png) 50% 50% no-repeat;
}
.header-soc .in {
	background: url(../img/in.png) 50% 50% no-repeat;
}
.header .whatsapp {
    position: absolute;
    right: 429px;
    top: 77px;
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url(../img/whatsapp.png) 0 0 no-repeat;
}

.footer-soc {
	position: absolute;
    left: 387px;
    top: 185px;
}
.footer-soc a {
	display: inline-block;
	margin: 0 10px;
	width: 19px;
	height: 19px;
}
.footer-soc .fb {
	background: url(../img/fb-2.png) 50% 50% no-repeat;
}
.footer-soc .vk {
	background: url(../img/vk-2.png) 50% 50% no-repeat;
}
.footer-soc .tw {
	background: url(../img/tw-2.png) 50% 50% no-repeat;
}
.footer-soc .in {
	background: url(../img/in-2.png) 50% 50% no-repeat;
}
.footer .whatsapp {
    position: absolute;
    left: 28px;
    top: 229px;
    display: inline-block;
    width: 19px;
    height: 18px;
    background: url(../img/whatsapp.png) 0 0 no-repeat;
}



.prod {
	margin-bottom:30px;
}
.prod-images {
	width: 558px;
	float: left;
}
.prod-images-main {
	margin-bottom: 20px;
}
.prod-images-main img {
	min-height: 350px;
	width: 100%;
	border: 1px solid #dbebf3;
	border-radius: 10px;
}
.prod-slider {
	margin:0 0 30px 0;
}
.prod-slider ul{
	margin:0 0 30px 0;
	padding:0;
	margin-right: -160px;
}
.prod-slider li{
	list-style:none;
	display:inline-block;
	width: 119px;
	margin:0 22px 15px 0;
	padding:0
}
.prod-slider li img{
	width: 100%; 
	height: auto;
	border: 1px solid #dbebf3;
	border-radius: 10px;
}

.prod-slider .bx-wrapper{
	position: relative;
	margin: 0 auto;
}
.prod-slider .bx-viewport {
	z-index: 1;
}
.prod-slider .bx-controls{
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.prod-slider .bx-controls-direction {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.prod-slider .bx-controls-direction a:hover {
	filter: brightness(90%);
}
.prod-slider .bx-prev {
	background: url(../img/prev.png) 0 0 no-repeat; 
	display: inline-block; 
	width: 40px;
	height: 40px;	
	position: absolute;
	margin-top: -20px;	
	top: 50%;
	left: -20px;
	overflow: hidden;
	text-indent: 999px; 
	z-index: 1000;
}
.prod-slider .bx-next {
	background: url(../img/next.png) 0 0 no-repeat;    
	display: inline-block; 
	width: 40px;
	height: 40px;
	position: absolute;
	margin-top: -20px;	
	top: 50%;
	right: -20px;
	overflow: hidden;
	text-indent: 999px;
	z-index: 1000;
}




.prod-data {
	margin: 0 0 0 660px;
	overflow: hidden;
}
.prod-data-box {
	border-radius: 10px;
	margin-bottom: 30px;
}

.prod-sku {
	margin-bottom: 20px;
	font-size: 20px;
	line-height: 23px;
	color: #000000;
}
.prod-sku span {
	
}

.prod-stock {
	margin-bottom: 20px;
    font-size: 20px;
    line-height: 41px;
    color: #000000;
    background: url(../img/stock.png) 0 0 no-repeat;
    padding-left: 58px;
}





.prod-data-attr {
	margin: 0 0 34px 0;
}
.prod-data-attr-row {

}
.prod-data-attr-name {
	font-size: 14px;
	font-family: "Open Sans";
	color: rgb(84, 84, 84);
	line-height: 2.571;
	display: inline-block;
	width: 199px;
}
.prod-data-attr-value {
	display: inline-block;
	font-size: 14px;
	font-family: "Open Sans bold";
	color: rgb(62, 62, 86);
	line-height: 2.571;
}
.prod-data-attr-value a {
	font-size: 14px;
	font-family: "Open Sans bold";
	color: rgb(62, 62, 86);
	line-height: 2.571;
}



.prod-price {
	font-size: 24px;
	font-family: "Roboto bold";
	color: rgb(40, 40, 40);
	line-height: 1.4;
	margin-bottom: 15px;
}
.prod-price-sale {
	margin-bottom: 20px;
}
.prod-price-percent {
	display: inline-block;
	font-size: 14px;
	font-family: "Roboto bold";
	color: rgb(255, 255, 255);
	background-color: rgb(255, 120, 0);
	height: 27px;
	line-height: 27px;
	vertical-align: top;
	margin-right: 20px;
	padding: 0 10px;
}
.prod-price-val {
	display: inline-block;
	vertical-align: top;
	text-decoration: line-through;
	font-size: 20px;
	line-height: 27px;
	color: #adadad;
}
 
.prod-btns {
	padding-top: 30px;
	margin-bottom: 30px;
}
.prod-btns a {
	margin-right: 20px;
	text-transform: uppercase;
}

.prod-text h3 {
	font-family: 'Roboto bold';
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #D0323D;
	margin-bottom: 20px;
}

.prod_feature_box {
	margin-bottom: 20px;
}
.prod_feature_box h3 {
	font-family: 'Roboto bold';
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #D0323D;
	margin-bottom: 20px;
}
.prod_feature {
	width: 558px;
	margin-bottom: 30px;
	overflow: hidden;
}
.prod_feature tr {
	border-bottom: 1px dashed #000;
}
.prod_feature th {
	vertical-align: top;
	text-align: left;
	font-size: 16px;
	width: 250px;
	padding: 12px 12px 12px 0;
	font-weight: normal;
	border: none;
}
.prod_feature td {
	vertical-align: top;
	text-align: left;
	font-size: 18px;
	padding: 12px 12px 12px 0;
	border: none;
}
.prod_feature-1 {
	display: block;
	float: left;
	width: 50%;
}
.prod_feature-2 {
	display: block;
	margin-left: 50%;
}


.prod-t {
	overflow: hidden;
}
.prod-t-left {
	width: 580px;
	float: left;
}
.prod-t-right {
	margin-left: 610px;
}







.content_block {
	overflow: hidden;
	position: relative; 
}
.content_block.hide {
	height: 250px;
}
.content_block.hide:after{
	content: "";
	display: block;
	height: 100px;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 75%)
}
.content_toggle-row {
	margin-bottom: 20px;
}
.content_toggle {
	font-family: 'Roboto bold';
	font-size: 16px;
	line-height: 19px;
	text-decoration: underline;
	color: #D0323D;
}


.prod-prices-item {
	width: 150px;
	display: inline-block;
}
.prod-prices-title {
	font-size: 14px;
	color: rgb(84, 84, 84);
	line-height: 2.143;
}		
.prod-prices-value {
	font-size: 24px;
	color: #3e3e56;
}
.prod-prices-value span {
	font-size: 24px;
}	
.prod-prices-value strike {
	font-size: 24px;
	color: rgb(134, 134, 134);
	text-decoration: line-through;
	line-height: 1.333;
} 



	



.category-sort {
	margin-bottom: 28px;
} 
.category-sort span {
	font-size: 14px;
	color: rgb(60, 60, 60);
	line-height: 1.286;	
	display: inline-block;
	margin-right: 20px;
}
.category-sort a {
	font-size: 14px;font-family: 'Roboto bold';
	color: #D0323D;
	line-height: 1.286;	
	padding-right: 20px;
	margin-right: 10px;
}
.category-sort a:last-child {
	background: none !important;
	padding-right: 0;
	margin-right: 0;
}

.catalog-childs {
	margin-bottom: 20px;
	margin-right: -10px;
}
.catalog-childs a {
	display: inline-block;
    border: 1px solid #B5B5B5;
    border-radius: 6px;
    padding: 5px 5px;
    text-decoration: none;
    margin: 0 5px 10px 0;
    width: 194px;
}
.catalog-childs a:hover {
    color: #D0323D;
	border-color: #D0323D; 	
}
.catalog-childs-box {
	display: flex;
	align-items: center;
}
.catalog-childs-img {
	display: inline-block;
	height: 64px;
	width: 64px;
	margin-right: 10px;
}
.catalog-childs-img img {
	height: 64px;
	width: 64px;
}
.catalog-childs-name {
	display: flex;
	align-items: center;  
	display: inline-block;
	font-size: 13px;   
	font-family: 'Roboto';
	color: #222;
	line-height: 15px;	
}


.filter {
	background: #fff;
	margin: 0 0 30px 0;
	padding: 1px;
	border: 1px solid #B5B5B5;
	border-radius: 10px;
}
.filter-row {
	padding: 20px 30px;
}
.filter-title {
	font-family: 'Roboto bold';
	font-style: normal;
	font-weight: 700;
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 20px;
	position: relative;
	cursor: pointer;
}
.filter-list-title:after {
	background: url(../img/down1.png) 50% 50% no-repeat;
	display: inline-block;
	content: '';
	width: 20px;
	height: 20px;
	position: absolute;
    top: 1px;
    right: -18px;
}





.filter-body.hid {	
	display: none;
}
.filter-body.hid.open {	
	display: block !important;
}




.filter-body li label {
	margin: 0 0 0 0;
	padding: 3px;
	font-size: 12px;
	font-family: "Roboto bold";
	color: #464646;
	vertical-align: top;
	position: relative;
	padding-left: 25px;
    display: inline-block;
}
.filter-body li label input {
	position: absolute;
	left: 0;
	top: 3px;
}

.filter-btn {
	padding: 10px 0 20px 0;
	text-align: center;
}
.filter-btn .btn {
	font-family: 'Roboto bold';
	font-size: 14px;
	text-transform: uppercase;
	color: #FFFFFF;
}

.basket_list{}
.basket_list table{
	width:100%;
	margin-bottom:20px;
}
.basket_list tr{
	padding: 8px 19px;
	word-wrap:break-word;
	border: 1px solid #ddd;
}
.basket_list td{
	vertical-align:middle;
	padding: 20px;
	word-wrap:break-word;
}









 
.basket_list {margin-bottom:30px;}
.basket_list-img{width:120px;text-align:left;}
.basket_list-img img{width:90px;height:auto;}
.basket_list td{vertical-align: top;}
.basket_list-name{text-align:left;}
.basket_list-name a{font-size: 14px;font-family: "Roboto bold";color: rgb(62, 62, 86); margin-bottom: 5px;}
.basket_list-sku{color:#666;}
.basket_list-count{text-align:center;width:130px;}
.basket_list-count input{}
.basket_list-price{width:140px;text-align:center; font-size: 14px;color: rgb(62, 62, 86); margin-bottom: 5px;}
.basket_list-sum{width:140px;text-align:center; font-size: 16px;font-family: "Roboto bold";color: rgb(62, 62, 86); margin-bottom: 5px;}
.basket_list-remove{width:50px;text-align:center;}
.basket_list-remove a{display:block;width:37px;height:37px;background: url(../img/remove.png) 50% 50% no-repeat;opacity:0.5;}
.basket_list-remove a:hover{opacity:1.5;}
.basket_list-promo{background:#eaeaea;position:relative;height:41px;margin-bottom:13px;}
.basket_list-promo-title{position:absolute;top:13px;left:18px;font-size:13px;}
.basket_list-form{position:absolute;top:8px;left:163px;}
.basket_list-form input[type=text]{display:inline-block;background:#fff;padding:0 0 0 0;margin:0;height:25px;line-height:25px;outline:none;font-size:12px;width:218px;border:1px solid #c5c5c5;border-radius:2px;color:rgb(38, 38, 38);font-weight:bold;text-indent:10px;text-align:center;text-transform:uppercase;}
.basket_list-form input[type=submit]{display:inline-block;background:#fff;padding:0;margin:0;height:25px;text-align:center;text-transform:uppercase;background:#525252;color:#fff;height:25px;line-height:25px;border:none;width:55px;}
.basket_list-form-result{font-size:20px;color:rgb(29, 29, 29);font-weight:bold;line-height:1.2;margin-left:30px;}
.basket_list-total{font-size:24px;color:rgb(29, 29, 29);font-weight:bold;line-height:1.2;margin-bottom:30px;}
.basket_list-total span{font-size:27px;}






.basket_form {
	border: 1px solid #b6b6b6;
	margin-bottom: 38px;
	padding: 33px 84px 0 84px;
	position: relative;
}
.basket_form-title
{
	background: #fff;
	color: rgb(53, 53, 53);
	font-family: "Arial";
	font-size: 26px;
	font-weight: bold;
	left: 50%;
	line-height: 1.2;
	margin-left: -150px;
	padding: 10px;
	position: absolute;
	text-align: center;
	top: -28px;
	width: 300px;
	z-index: 289;
}
.basket_form .text
{
	font-size: 13px;
	line-height: 18px;
	margin-left: 17px;
	margin-top: 5px;
}
.basket_form-body
{
	padding-bottom: 20px;
}
.basket_form-table
{
	width: 100%;
}
.basket_form-table td
{
	padding: 0 0 0 0;
	vertical-align: top;
	width: 50%;
}
.form-group label
{
	color: rgb(64, 64, 64);
	display: block;
	font-size: 14px;
	font-weight: bold;
	line-height: 1.286;
	margin-bottom: 5px;
}
.form-group label span
{
	color: rgb(64, 64, 64);
	display: block;
	font-size: 12px;
	font-weight: normal;
}
.basket_form input[type="text"]
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
    font-size: 14px;
    font-family: "Proxima Nova";
    color: rgb(159, 159, 159);
	display: block;
	line-height: 1.42857143;
	height: 34px;
	padding: 0 12px;
	width: 92%;
}
.basket_form textarea
{
	background-color: #fff;
	background-image: none;
	border: 1px solid #ddd;
    font-size: 14px;
    font-family: "Proxima Nova";
    color: rgb(159, 159, 159);
	display: block;
	line-height: 1.42857143;
	display: block;
	padding: 5px 12px;
	width: 92%;
}
.basket_form .has-error *
{
	color: red;
}
.basket_form-radio
{
	list-style: none;
}
.basket_form-radio li
{
	color: rgb(70, 70, 70);
	font-size: 14px;
	line-height: 1.286;
	margin-bottom: 10px;
	text-align: left;
}
.basket_form #fid-address
{
	height: 60px;
	max-height: 60px !important;
	min-height: 60px !important;
	width: 695px !important;
}
.basket_form-submit {
	text-align: center;
	padding: 20px 0;
}
 
 
.basket_add{
	overflow:hidden;
	margin-bottom:10px;
}
.basket_add-img{
	width:120px;
	height:120px;
	overflow: hidden;
	float:left;
	text-align:left;
}
.basket_add-img img{
	width:100px;
	height:auto;
}
.basket_add-data{
	margin-left:130px;
	margin-bottom:10px;
}
.basket_add-name{
	font-size:20px;
	margin-bottom:10px;
}
.basket_add-price{
    font-size: 24px;
    font-family: "Roboto bold";
    color: rgb(62, 62, 86);
    line-height: 0.75;
	padding:5px 0 5px 0;
	margin-bottom: 20px;
}
.basket_add-price span {
    font-size: 16px;
}	
.basket_add-price strike {
	font-size: 18px;
	color: rgb(134, 134, 134);
	text-decoration: line-through;
	line-height: 1.333;
}
.basket_add-row .basket_add-price {
	float: left;
	width: 50%;
}
.basket_add-row .basket_add-count {
	margin-left: 50%;
}

.basket_add-count {
	width: 100px;
}

.basket_add-buttons{
	overflow:hidden;
	padding: 0 0 0 0;
	text-align: center;
}






.prod-deliviry {
	border: 1px solid #B5B5B5;
	border-radius: 10px;
	padding: 14px 20px 20px 20px;
	margin-bottom: 30px;
}
.prod-deliviry-title {
	font-family: 'Roboto bold';
    font-size: 18px;
    line-height: 21px;
    text-transform: uppercase;
    color: #45843C;
    background: url(../img/deliviry.png) 0 50% no-repeat;
    padding-left: 47px;
    margin-bottom: 14px;
}
.prod-deliviry-text {
	font-family: 'Roboto';
	font-size: 16px;
	line-height: 19px;
	color: #000000;
	margin-bottom: 5px;
}
.prod-deliviry-link {

}
.prod-deliviry-link a {
	font-family: 'Roboto';
	font-size: 18px;
	line-height: 21px;
	color: #45843C;
	
}
.prod-deliviry-link a:after {
	content: '';
    display: inline-block;
    background: url(../img/link.png) 0 50% no-repeat;
    width: 21px;
    height: 21px;
    margin-left: 10px;
    vertical-align: middle;
}




.main-reviews {
	margin-bottom: 61px;
}
.main-reviews .h1 {
	text-align: center;
}
.main-reviews-slider ul {
	margin: 0;
	padding: 0;
	overflow: hidden;
	margin: 0px -40px 30px 0;
}
.main-reviews li {
	border: 1px solid #000000;
	border-radius: 20px;
	padding: 20px;
	position: relative;
	float: left;
	width: 362px;
	height: 172px;
	margin: 0px 30px 30px 0;
	box-sizing: border-box;
}
.main-reviews-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #000000;
	margin-bottom: 15px;
}
.main-reviews-date {
	position: absolute;
	top: 20px;
	right: 30px;
}
.main-reviews-text {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
    overflow: hidden;
    height: 297px;
}
.main-reviews-link {
	text-align: left;
}
.main-reviews-link a {
	font-family: 'Roboto bold';
	font-size: 20px;
	line-height: 23px;
	color: #45843C;
}

.reviews li {
	border: 1px solid #000000;
	border-radius: 20px;
	padding: 20px;
	position: relative;
	margin-bottom: 30px;
	display: block;
}
.reviews-name {
	font-weight: 700;
	font-size: 18px;
	line-height: 21px;
	color: #D0323D;
	margin-bottom: 15px;
}
.reviews-date {
	position: absolute;
	top: 20px;
	right: 30px;
	font-size: 16px;
}
.reviews-text {
	font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    line-height: 21px;
    color: #000000;
}

	
.range__grid{margin-bottom:0; width: 100%;}
.range__grid td{padding:0;}

.range__control{
	border:none;
	border-radius:0;
	margin-bottom:5px; 
	background: #d6e1dc;
	height: 2px;
	margin-bottom: 20px;
}
.range__grid .ui-slider-range{
	border: none;
	border-radius:0;
	background: #f87500;
	height: 2px;
}
.range__grid .ui-slider-handle, .range__grid .ui-slider-handle:hover {
	border-radius: 50%;
	background: #D0323D !important;
	box-shadow: 0px 3px 14px 0px rgba(161, 161, 161, 0.7);	
	width:14px;
	height:14px;
	top:7px;
	margin-left:-10px;
	margin-top: -13px;
	cursor:pointer;
	border:none;
}
.range__input_left  {
	padding-bottom: 25px!important;
}
.range__input_left input {
	font-size: 12px !important;
	font-family: "Roboto" !important;
	color: rgb(176, 176, 176) !important;
	width: 80px !important;
	height: 34px !important;
	line-height: 34px !important;
	text-align: center !important;
	padding: 0 !important;
	display: inline-block !important;
	border: 1px solid #D0323D !important;
	border-radius: 10px !important;	
	background: #FFFFFF !important;	
}
.range__input_right {
	width: 40px;
	text-align: right;
}
.range__input_right input {
	line-height: 30px;
  	background:#348a0a;
	height:30px;
	width: 41px;
	display:inline-block;
	border:none;
	margin:0;
	cursor:pointer;
	outline:none;
	overflow:hidden;
	text-align:center;
	padding: 0 0;
	font-size: 12px;
	font-family: 'Roboto'; 
	color: #fff;
	text-decoration: none;
	border: none;
}

.list_category {
	margin: 0 -30px 0 0;
	overflow: hidden;
}
.list_category-item {
	padding: 0;
	width: 264px;
	height: 412px;
	float: left;
	position: relative;
	margin: 0 30px 30px 0;
	padding: 0;
	box-sizing: border-box;
	border: 1px solid #dbebf3;
	border-radius: 10px;
}
.list_category-img {
}
.list_category-img img {
	border-radius: 10px 10px 0; 
}
.list_category-data {
	padding: 44px 15px 16px 15px;
}
.list_category-name {
	margin-bottom: 13px;
	line-height: 16px;
	min-height: 40px;
	text-align: center;
}	
.list_category-name a {
	font-family: 'Roboto bold';
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	color: #000000;
	text-decoration: none;
}
.list_category-price {
	font-family: 'Roboto bold';
	font-size: 24px;
	line-height: 35px;
	color: #000000;
	height: 50px;
	text-align: center;
}	
.list_category-price span {
	font-size: 18px;
}	
.list_category-price strike {
	font-size: 18px;
	line-height: 35px;
	color: #8E8E8E;
	display: inline-block;
	margin-right: 30px;
}
.list_category-buy {
	text-align: center;
}
.list_category-add {
	height: 40px;
	display: inline-block;
	background: #79a3c4;
	border-radius: 10px;
	font-family: 'Roboto bold';
	font-size: 14px;
	line-height: 16px;
	text-align: center;
	text-transform: uppercase;
	color: #FFFFFF;
	text-decoration: none;
	line-height: 40px;
	padding: 0 20px;
}
 
 
.subcat {
	margin-bottom: 15px;
}


.orders_list {
	border: 1px solid #ddd;
	width: 100%;
	background: #fff;
}

.orders_list th {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	padding: 10px;
	word-wrap: break-word;
	text-align: center;
}

.orders_list td {
	vertical-align: middle;
	border-bottom: 1px solid #ddd;
	padding: 10px 5px;
	word-wrap: break-word;
}

.orders_list-id {
	text-align: center;
}

.orders_list-id a {
	color: #6e9a34;
}

.orders_list-date {
	text-align: center;
}

.orders_list-total {
	color: #000;
	vertical-align: middle;
	text-align: center;
}

.orders_list-status {
	vertical-align: middle;
	text-align: center;
}

.orders_list-link {
	text-align: center;
}

.orders_list-link a {
	color: #6e9a34;
}


.prod_attrs {
	margin-bottom: 49px;
}

.prod_attrs-title {
	color: #000;
	text-transform: uppercase;
	line-height: 2.143;
	margin-bottom: 15px;
}
.prod_attrs table {
	width: 100%;
}
.prod_attrs th {
	width: 180px;
	color: #000;
	vertical-align: top;
	text-align: left;
	padding: 6px 0;
}
.prod_attrs td {
	color: #000;
	vertical-align: top;
	text-align: left;
	padding: 6px 0;
}



.prod-reviews {
	overflow:hidden;
	margin-bottom: 30px;
}
.prod-reviews-link {
	float: left;
	width: 50%;
}
.prod-reviews-link a {
	font-family: 'Roboto bold';
	font-size: 20px;
	line-height: 43px;
	text-decoration: underline;
	color: #D0323D;
}

.prod-reviews-add {
	margin-left: 50%;
	text-align: right;
}
.prod-reviews-add .btn {
	font-size: 12px;
}
.prod-reviews-add .btn:before {
    content: '';
    background: url(../img/prod-reviews-add.png) 0 0 no-repeat;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin-right: 8px;
    vertical-align: middle;
}
.prod-price strike {
    font-size: 20px;
    margin-right: 20px;
    font-family: "Roboto";
    color: #666;
}
.prod-price span {
    font-size: 20px;
}

.sale_btn {
	margin-bottom: 20px;
}
.sale_btn span {
    font-size: 16px;
    display: block;
    padding-top: 10px;
    color: #898989;
}



/* 

.header-menu-popup .left_menu_1__link::before {
    content: '';
    display: inline-block;
    background: url(../img/sport3.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
}

*/ 

#fid_menu_69::before {
    content: '';
    display: inline-block;
    background: url(../img/invalid.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_138::before {
    content: '';
    display: inline-block;
    background: url(../img/sport5.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_57::before {
    content: '';
    display: inline-block;
    background: url(../img/barometr.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_71::before {
    content: '';
    display: inline-block;
    background: url(../img/kocmetolog.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_60::before {
    content: '';
    display: inline-block;
    background: url(../img/massag2.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_81::before {
    content: '';
    display: inline-block;
    background: url(../img/medik.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_88::before {
    content: '';
    display: inline-block;
    background: url(../img/med.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_230::before {
    content: '';
    display: inline-block;
    background: url(../img/salt.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_231::before {
    content: '';
    display: inline-block;
    background: url(../img/tea.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_232::before {
    content: '';
    display: inline-block;
    background: url(../img/magic.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

#fid_menu_233::before {
    content: '';
    display: inline-block;
    background: url(../img/present.png) 0px 0px no-repeat;
    width: 30px;
    height: 30px;
    margin-left: 10px;
    vertical-align: middle;
    padding-left: 10px;
}

.header-category  a:hover {
    color: #d0323d;
}

.header-menu-a:hover {
    color: #d0323d;
}

.footer-menu a:hover{
    color: #d0323d;
}

#sticker {
	width: 100%;
	top: 0 !important;
}

.sticky-wrapper {
	z-index: 999999;
	background: #fff;
	border-bottom: 1px solid #eee;
}

.is-sticky .header-category {
	display: none;
}
.is-sticky .top {
    height: 95px;
}



.filter-next-title {
	font-size: 16px;
	font-family: "roboto bold";
	color: #29160a;
	line-height: 1.125;
	margin-bottom: 14px;
}

.filter-next-list {
	padding: 10px 0 10px 0;
	margin-bottom: 30px;
}

.filter-next-list-title {
	font-size: 16px;
    font-family: "roboto bold";
    color: #29160a;
    margin-bottom: 0;
    padding-right: 21px;
    float: left;
    width: auto;
    display: inline-block;
    line-height: 40px;
}

.filter-next-list ul {
	margin: 0;
	padding: 0;
	display: inline-block;
}

.filter-next-list li {
	margin: 0;
	display: block;
	border: 1px solid #EDEAE7;
	width: auto;
	float: left;
	margin-right: 10px;
	margin-bottom: 9px;
}
.filter-next-list li a {
	color: #222;
    font-size: 16px;
    padding: 7px 7px;
    display: block;
}
.filter-next-list li:last-child {
	margin-right: 10px;
}


