@font-face {
	font-family: 'tip';
	src: url('font/tip.eot?67157969');
	src: url('font/tip.eot?67157969#iefix') format('embedded-opentype'),
		url('font/tip.woff2?67157969') format('woff2'),
		url('font/tip.woff?67157969') format('woff'),
		url('font/tip.ttf?67157969') format('truetype'),
		url('font/tip.svg?67157969#tip') format('svg');
	font-weight: normal;
	font-style: normal;
}

html,
body {
	height: 100%;
}

body {
	background: #fff;
	font-family: 'Open Sans', sans-serif;
	color: #212121;
	font-weight: 300;
}

a {
	color: #256f3a;
	text-decoration: none;
}

a:hover,
a:focus,
a:active {
	color: #256f3a;
}

.text_block a {
	text-decoration: underline;
}

/* */
.header {
	padding-top: 167px;
	position: relative;
}

.footer {
	background: #f3ffed;
}

.section_fixed {
	position: fixed;
	left: 0px;
	top: 0px;
	z-index: 101;
	width: 100%;
}

.section_footer_violet {
	background: #256f3a;
}

.rezhim {
	color: #dbc3cf;
	line-height: 22px;
	padding-top: 14px;
	padding-bottom: 14px;
	font-size: 18px;
}

.section_footer_content {
	background: url("graphics/section_footer_bg1.jpg?v1") no-repeat left bottom;
	padding-top: 0px;
	padding-bottom: 0px;
}

.section_footer_content_bg2 {
	padding-top: 30px;
	padding-bottom: 30px;
	background: url("graphics/section_footer_bg2.jpg?v1") no-repeat right bottom;
}

.white_opacity {
	padding: 20px 0px 20px 0px;
	margin-bottom: 30px;
	background: #fff;
	background: rgba(255, 255, 255, 0.8);
}

.section_footer {
	padding: 20px 0px;
	background: #256f3a;
}

.section_footer_white {
	background: #fff;
	padding-bottom: 40px;
}

/* navbar */
.navbar-alex {
	background-color: #fff;
	border-top: 1px solid #e8e6e6;
	/*border-bottom: 1px solid #e8e6e6;*/
	border-bottom: 0;
	margin-bottom: 0px;
	min-height: 75px;
}

.navbar-alex .col-logo {
	padding-top: 24px;
	padding-bottom: 14px;
}

.navbar-alex .col-adress {
	padding-top: 26px;
	padding-bottom: 14px;
}

.navbar-alex .logo {
	display: block;
}

.navbar-alex .adress {
	list-style: none;
	margin: 0px 0px 10px 0px;
	padding: 0px;
}

.navbar-alex .adress>li {
	float: left;
	color: #256f3a;
}

.navbar-alex .adress>li+li {
	margin-left: 10px;
}

.navbar-alex .adress>li>a,
.navbar-alex .adress>li>a:hover {
	color: #256f3a;
	text-decoration: none;
	font-weight: 600;
}

/* */
.top_navigation {
	background: #fbfbfb;
}

.top_navigation .container {
	position: relative;
}

.top_navigation .navbar-nav>li>a {
	line-height: 20px;
	color: #256f3a;
	font-size: 13px;
	height: 40px;
	padding: 10px 10px;
	text-decoration: underline;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.top_navigation .navbar-nav>li:first-child>a {
	text-decoration: none;
}

.top_navigation .navbar-nav>li>a:hover,
.top_navigation .navbar-nav>li>a:focus,
.top_navigation .navbar-nav>li>a:active {
	background: #2f9c49;
	color: #fff;
}

.top_navigation .navbar-nav>li.active>a {
	color: #2f9c49;
}

.top_navigation .navbar-right {
	margin-right: 15px;
	position: relative;
}

.top_navigation .navbar-right a {
	text-decoration: underline !important;
}

.market_link {
	display: block;
	line-height: 20px;
	color: #fff;
	font-size: 14px;
	height: 40px;
	padding: 10px 45px 10px 17px;
	float: right;
	margin-right: -15px;
	position: relative;
	cursor: pointer;
	background: #bda2bf;
	background: -moz-linear-gradient(top, #bda2bf 0%, #8f6992 50%, #845c88 51%, #77527a 100%);
	background: -webkit-linear-gradient(top, #bda2bf 0%, #8f6992 50%, #845c88 51%, #77527a 100%);
	background: linear-gradient(to bottom, #bda2bf 0%, #8f6992 50%, #845c88 51%, #77527a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bda2bf', endColorstr='#77527a', GradientType=0);
}

.market_link:before,
.market_link:after {
	content: '';
	display: block;
	height: 40px;
	width: 40px;
	background: #fbfbfb;
	position: absolute;
}

.market_link:before {
	right: -15px;
	top: -21px;
	-webkit-transform: rotate(-35deg);
	-ms-transform: rotate(-35deg);
	-o-transform: rotate(-35deg);
	transform: rotate(-35deg);
}

.market_link:after {
	-webkit-transform: rotate(35deg);
	-ms-transform: rotate(35deg);
	-o-transform: rotate(35deg);
	transform: rotate(35deg);
	right: -15px;
	bottom: -21px;
}

.market_link:hover {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	color: #fff;
	text-decoration: none;
	background: #77527a;
	background: -moz-linear-gradient(top, #77527a 0%, #845c88 49%, #8f6992 50%, #bda2bf 100%);
	background: -webkit-linear-gradient(top, #77527a 0%, #845c88 49%, #8f6992 50%, #bda2bf 100%);
	background: linear-gradient(to bottom, #77527a 0%, #845c88 49%, #8f6992 50%, #bda2bf 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#77527a', endColorstr='#bda2bf', GradientType=0);
}

/* */
#viewed {
	position: fixed;
	bottom: 20px;
	left: 20px;
	z-index: 102;
}

#viewed button {
	background: #256f3a;
	border-color: #2f9c49;
	border-radius: 5px 0px 5px 0px;
	color: #fff;
	opacity: 0.7;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	font-size: 13px;
	font-weight: 300;
}

#viewed button span {
	padding-right: 4px;
}

#viewed button:hover {
	background: #2f9c49;
	border-color: #630037;
	opacity: 1;
}

#choose {
	position: fixed;
	bottom: 60px;
	right: 10px;
	z-index: 102;
	border: 2px solid #256f3a;
	padding: 2px;
	border-radius: 5px;
}

#choose button {
	width: 110px;
	height: 110px;
	background: url("graphics/order-caj.png") no-repeat left top;
	background-size: auto auto;
	white-space: normal;
	padding: 0px;
	vertical-align: baseline !important;
	border: 2px solid #256f3a;
	color: #256f3a;
	font-size: 15px;
	line-height: 16px;
	font-weight: 300;
}

#choose button span {
	display: block;
	margin-top: 64px;
}

#choose button:hover,
#choose button:focus,
#choose button:active {
	border: 2px solid #2f9c49;
	color: #2f9c49;
}

#choose:hover {
	border: 2px solid #256f3a;
}

#socseti {
	position: fixed;
	padding: 0px 5px 5px 5px;
	background: #fff;
	top: 290px;
	right: 10px;
	border-radius: 5px;
	border: 1px solid #e8e6e6;
	z-index: 102;
	opacity: 0.7;
}

#socseti:hover {
	opacity: 1;
}

#socseti .btn-violet {
	display: block;
	margin-top: 5px;
}

.socseti {
	font-size: 20px;
	color: #2f9c49;
	font-weight: 400;
}

.btn-violet {
	background: #256f3a;
	border: 0px;
	color: #fff;
	font-size: 18px;
	padding: 6px 6px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.btn-violet:hover,
.btn-violet:focus,
.btn-violet:active {
	background: #2f9c49;
	border: 0px;
	color: #fff;
}

.btn-search {
	background-color: #2f9c49;
	color: #fff;
	border-color: #2f9c49;
	font-size: 22px;
	line-height: 22px;
	padding: 4px 4px 5px 4px;
}

.btn-search:hover,
.btn-search:active,
.btn-search:focus {
	background-color: #256f3a;
	color: #fff;
	border-right-color: #256f3a;
	border-top-color: #256f3a;
	border-bottom-color: #256f3a;
}

.input-group-search>.form-control:focus,
.form-control:focus {
	border-color: #2f9c49;
	box-shadow: 0 1px 1px rgba(0, 0, 0, .075) inset, 0 0 8px rgba(213, 59, 150, .6);
}

/* */
.basket {
	margin-top: -30px;
}

.basket_link {
	display: block;
	color: #2f9c49;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
}

.basket_link:hover {
	color: #77527a;
}

.basket_link u {
	display: inline-block;
	line-height: 36px;
	font-size: 20px;
	position: relative;
	padding-left: 40px;
}

.basket .about_block {
	margin-top: 2px;
	display: block;
	padding-left: 4px;
	font-size: 13px;
}

.basket .about_block b {
	color: #2f9c49;
}

.navbar-basket {
	padding: 6px 10px;
	position: relative;
	float: right;
	margin-top: -5px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-color: transparent;
	background-image: none;
	border: 1px solid #ddd;
	border-radius: 4px;
}

.navbar-basket .icon-basket-1 {
	font-size: 24px;
	line-height: 24px;
}

.navbar-basket .icon-basket-1:before {
	line-height: 24px !important;
	margin: 0px !important;
	color: #2f9c49;
}

.navbar-basket:hover .icon-basket-1:before {
	color: #77527a;
}

.navbar-basket .badge {
	vertical-align: top;
	background-color: #2f9c49;
	font-weight: 400;
	font-size: 10px;
	padding: 2px 5px;
}

/* category navigation */
.cat_nav_block {
	background: #256f3a url("graphics/back_cat_nav_block.png") repeat left top;
}

/* */
.subnav {
	position: absolute;
	left: 0;
	top: 140px;
	background: #fff;
	margin: 0;
	width: 1140px;
	display: none;
	z-index: 101;
	border: 1px solid #2f9c49;
	padding: 20px 12px 12px 12px;
	border-top: 0px;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
	text-align: left;
	box-sizing: padding-box;
}

.subnav>ul {
	margin: 0px;
	padding: 0px;
	width: 32%;
	list-style: none;
	float: left;
}

.subnav>ul+ul {
	margin-left: 2%;
}

.subnav>ul>li {
	margin: 0px 0px 6px 0px;
	padding-left: 20px;
	position: relative;
}

.subnav>ul a {
	font-size: 16px;
	color: #256f3a;
	text-decoration: underline;
	line-height: 18.5px;
}

.subnav>ul a:hover,
.subnav>ul a:focus,
.subnav>ul a:active {
	color: #2f9c49;
}

.subnav>ul>li>ul {
	list-style: none;
	margin: 4px 0px 4px 0px;
	padding: 0px 0px 0px 20px;
}

.subnav>ul>li>ul>li {
	margin: 0px 0px 5px 0px;
}

.subnav>ul>li>ul>li>a {
	font-size: 14px;
	color: #256f3a;
	text-decoration: underline;
	line-height: 16.5px;
	display: block;
}



/* */
.cat_nav_block .container {
	position: relative;
}

.cat_nav_block .container>ul {
	margin: 0px;
	list-style: none;
	padding: 0px;
}

.cat_nav_block .container>ul>li {
	float: left;
	width: 16.5%;
	display: block;
}

.btn-category::after,
.cat_nav_block .container>ul>li:first-child .btn-category::before {
	content: '';
	display: block;
	position: absolute;
	right: -1px;
	top: 0px;
	background-color: #256f3a;
	width: 2px;
	height: 72px;
}

.cat_nav_block .container>ul>li:first-child::before {
	left: -1px;
}

.cat_nav_block .container>ul>li.category-lg {
	width: 16.5%;
}

.btn-category {
	position: relative;
	display: block;
	height: 72px;
	box-sizing: border-box;
	text-decoration: none;
}

.btn-category::after,
.cat_nav_block .container>ul>li:first-child .btn-category::before {
	content: '';
	display: block;
	position: absolute;
	right: -1px;
	top: 0px;
	background-color: #256f3a;
	width: 2px;
	height: 72px;
}

.cat_nav_block .container>ul>li:first-child .btn-category::before {
	left: -1px;
}

.btn-category span {
	display: table-cell;
	height: 72px;
	width: inherit;
	text-align: center;
	color: #fff;
	text-decoration: none;
	vertical-align: middle;
	padding: 0px 10px;
	font-size: 16px;
	cursor: pointer;
}

.btn-category:hover,
.btn-category.hover,
.btn-category.active,
.btn-category:focus,
.btn-category:active {
	text-decoration: none;
	background: linear-gradient(to bottom, #10371b 0%, #2f9c49 100%);
}

/* */
.big_shadow:after {
	content: '';
	height: 16px;
	width: 100%;
	background: url("graphics/big_shadow.png") no-repeat center top;
	display: block;
	position: absolute;
	left: 0px;
	bottom: -16px;
	z-index: 97;
}

.big_bottom_shadow {
	position: relative;
	margin-bottom: 35px;
}

.big_bottom_shadow:after {
	content: '';
	height: 17px;
	width: 100%;
	background: url("graphics/big_shadow_bottom.png") no-repeat center top;
	display: block;
	position: absolute;
	left: 0px;
	bottom: 0px;
	z-index: 90;
}

/* */
.vender_nav {
	padding-top: 10px;
	padding-bottom: 10px;
	border-bottom: 1px solid #dbdbdb;
	background: #f3ffed;
}

.vender_nav span {
	color: #3d3d3d;
	padding: 0px 10px 0px 0px;
	line-height: 25px;
	float: left;
	border-right: 0px;
	font-size: 13px;
}

.vender_nav .lang {
	line-height: 25px;
	float: left;
	color: #2f9c49;
	padding: 0px 8px;
	float: left;
	display: block;
	float: left;
	font-size: 12px;
	text-decoration: none;
	background: #f1e6ec;
	border-radius: 3px 0px 3px 0px;
	margin-right: 4px;
}

.vender_nav .lang:hover {
	color: #fff;
	background: #970e60;
}

.vender_nav .lang.active {
	color: #fff;
	background: #256f3a;
}

.vender_nav .alphbet {
	margin-left: 10px;
	float: left;
	min-height: 25px;
}

.vender_nav .alphbet>ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.vender_nav .alphbet>ul>li {
	float: left;
	margin: 0px;
	padding: 0px;
	position: relative;
}

.vender_nav .alphbet.hidden {
	display: none;
}

.vender_nav .alphbet>ul>li>a {
	display: inline-block;
	padding: 0px 8px 0px 9px;
	color: #256f3a;
	position: relative;
	font-size: 14px;
	line-height: 24px;
	text-transform: uppercase;
	border-left: 0px;
	border-right: 0px;
	border: 1px solid transparent;
	border-bottom: 0px;
}

.vender_nav .alphbet>ul>li>a:hover,
.vender_nav .alphbet>ul>li>a.hover {
	color: #2f9c49;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-bottom: 0px;
	border-radius: 3px 3px 0px 0px;
}

.vender_nav .alphbet>ul>li>a:hover::before,
.vender_nav .alphbet>ul>li>a.hover::before {
	content: '';
	position: absolute;
	display: block;
	width: 100%;
	height: 1px;
	background: #fff;
	position: absolute;
	bottom: -1px;
	left: 0px;
	z-index: 102;
}

.vender_nav .alphbet>ul>li::before {
	content: '';
	display: block;
	position: absolute;
	height: 17px;
	width: 1px;
	background: #d5d5d5;
	top: 4px;
	left: 0px;
}

.vender_nav .alphbet>ul>li.first::before,
.vender_nav .alphbet>ul>li:first-child::before {
	display: none;
}

.vender_nav .alphbet>ul>li>a:hover {
	color: #2f9c49;
}

.vsubnav a {
	font-size: 12px;
	color: #595959;
	display: block;
	margin-bottom: 5px;
	line-height: 16px !important;
}

.vsubnav a:hover {
	color: #2f9c49;
}

.vsubnav {
	position: absolute;
	left: 0;
	top: 30px;
	background: #fff;
	border: 1px solid #e8e8e8;
	border-radius: 0px 3px 3px 3px;
	margin: 0;
	padding: 12px;
	padding-bottom: 10px;
	display: none;
	float: left;
	min-width: 150px;
	z-index: 101;
	box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.3);
}

/* */
.main-content {
	padding-top: 25px;
}

.col-slides-sm a {
	display: block;
	width: 100%;
	margin-bottom: 20px;
}

.col-slides-foo a {
	display: block;
	width: 23.5%;
	margin-bottom: 0px;
	float: left;
}

.col-slides-sm a img,
.col-slides-foo a img {
	display: block;
	width: 100%;
	opacity: 1;
	transition: opacity 0.5s ease;
	-webkit-transition: opacity 0.5s ease;
}

.col-slides-sm a:hover img,
.col-slides-foo a:hover img {
	opacity: 0.75;
}

.col-slides-foo a+a {
	margin-left: 2%;
}


/*-----------counter-----------*/
.counter {
	height: 100px;
	border: 0px;
	margin-bottom: 40px;
	position: relative;
	display: block;
	border-radius: 5px 0px 5px 0px;
	text-decoration: none;
	border: 1px solid #dbdbdb;
	background: url("graphics/counter_bg.jpg") no-repeat left top;
}

.counter_inner {
	position: relative;
	height: 98px;
	border-radius: 5px 0px 5px 0px;
	background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64.99%, rgb(45 151 71) 65%, rgb(0 0 0) 100%);
	background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64.99%, rgb(45 151 71) 65%, rgb(0 0 0) 100%);
	background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 64.99%, rgb(45 151 71) 65%, rgb(0 0 0) 100%);
}

.counter_inner::after {
	content: '';
	display: block;
	width: 51px;
	height: 51px;
	position: absolute;
	bottom: 10px;
	right: 34%;
	background: url("graphics/counter_ico.png") no-repeat left top;
}

.counter_inner::before {
	content: attr(data-product-day-name);
	display: block;
	width: 95px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 31.5%;
	color: #2f9c49;
	font-size: 18px;
	line-height: 20px;
	font-weight: 300;
}

.counter .clock {
	position: absolute;
	right: 16px;
	top: 40px;
}

.counter .clock:before {
	content: attr(data-end-promotion);
	display: block;
	position: absolute;
	top: -24px;
	left: 0px;
	width: 260px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	line-height: 13px;
	height: 13px;
	text-shadow: 0px 0px 1px #000;
}

.counter .motivation {
	font-size: 42px;
	font-weight: 300;
	color: #2f9c49;
	text-align: center;
	line-height: 66px;
	text-transform: uppercase;
	margin: 0px 32% 0px 12%;
}

.counter .motiv2 {
	display: block;
	color: #2f9c49;
	text-transform: lowercase;
	font-size: 18px;
	line-height: 18px;
}

.counter .dash {
	width: 60px;
	height: 32px;
	padding: 0px 12px;
	float: left;
	position: relative;
	color: #018695;
	line-height: 32px;
	display: block;
	text-align: center !important;
	background: #fff;
	border-radius: 4px;
}

.counter .days_dash {
	width: 41px;
}

.counter span.dots {
	float: left;
	display: block;
	width: 14px;
	height: 32px;
	line-height: 30px;
	font-size: 20px;
	color: #fff;
	font-weight: 300;
	text-align: center !important;
}

.counter span.dot {
	float: left;
	background: none;
	display: block;
	width: 11px;
	height: 30px;
}

.counter .dash .digit {
	line-height: 32px;
	font-size: 24px;
	width: 16px;
	float: left;
	color: #000;
	text-align: center !important;
	position: relative;
	display: block;
}

.counter .dash .digit .top,
.counter .dash .digit .bottom {
	text-align: center !important;
}

.counter .dash .next {
	float: left;
}

.counter .hours_dash::after,
.counter .days_dash::after,
.counter .minutes_dash::after,
.counter .seconds_dash::after {
	content: 'дней';
	display: block;
	width: 45px;
	height: 12px;
	background: none;
	color: #fff;
	font-size: 11px;
	font-weight: 300;
	line-height: 11px;
	position: absolute;
	text-align: center;
	bottom: -13px;
	left: 0px;
	z-index: 3;
}

.counter .hours_dash::after {
	content: 'часов';
	width: 60px;
}

.counter .minutes_dash::after {
	content: 'минут';
	width: 60px;
}

.counter .seconds_dash::after {
	content: 'секунд';
	width: 60px;
}

/* */
h1 {
	color: #256f3a;
	margin-top: 0px;
	font-size: 30px;
	font-weight: 400;
}

h2 {
	color: #256f3a;
	font-size: 24px;
	font-weight: 400;
}

h3 {
	color: #256f3a;
	font-size: 20px;
	font-weight: 400;
}

/* */
.text_block {
	margin-bottom: 30px;
}

.text_block b {
	font-weight: 400;
}

/* */
.title_block {
	padding-top: 28px;
	border-bottom: 1px solid #d3d3d3;
	text-align: center;
	height: 34px;
	margin-bottom: 56px;
	margin-top: 10px;
	font-weight: 300;
}

.title_block span {
	display: inline-block;
	height: 54px;
	width: 340px;
	font-weight: 300;
	font-size: 24px;
	line-height: 54px;
	color: #fff;
	background: #256f3a;
	margin-top: -27px;
	border-radius: 5px 0px 5px 0px;
}

.title_block_auto span {
	display: inline-block;
	height: auto;
	width: auto;
	font-size: 24px;
	line-height: 28px;
	padding: 13px 20px;
}

.title_block_white span {
	color: #2f9c49;
	background: #fff;
	display: inline-block;
	height: auto;
	width: auto;
	font-size: 30px;
	line-height: 34px;
	padding: 7px 20px;
}

.title_block a {
	color: #fff;
	text-decoration: underline;
}

.title_block a:hover {
	color: #2f9c49;
}

/* */
.title {
	position: relative;
	border-bottom: 1px solid #d3d3d3;
	padding-top: 26px;
	margin-bottom: 66px;
}

.title div {
	background: #256f3a;
	border-radius: 4px 0px 4px 0px;
	text-align: center;
	height: 54px;
	line-height: 54px;
	color: #e8e6e6;
	font-size: 16px;
	margin-top: -26px;
}

/* */
.partner {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	list-style: none;
	counter-reset: li;
}

.partner li {
	float: left;
	position: relative;
	font-size: 16px;
	color: #256f3a;
}

.partner li img {
	width: 100%;
	margin-bottom: 10px;
}

.partner li:before {
	position: absolute;
	content: counter(li);
	counter-increment: li;
	display: block;
	width: 30px;
	height: 30px;
	border-radius: 4px 0px 4px 0px;
	color: #fff;
	font-size: 18px;
	line-height: 30px;
	background: #2f9c49;
	text-align: center;
}

/* */
.btn-basket {
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	color: #fff;
	font-weight: 300;
	border-color: #630037;
	background: #256f3a;
	background: -moz-linear-gradient(top, #256f3a 0%, #2f9c49 100%);
	background: -webkit-linear-gradient(top, #256f3a 0%, #2f9c49 100%);
	background: linear-gradient(to bottom, #256f3a 0%, #2f9c49 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#256f3a', endColorstr='#2f9c49', GradientType=0);
	box-shadow: inset #ff92d2 0px 0px 1px;
}

.btn-basket.disabled:active,
.btn-basket.disabled:focus,
.btn-basket.disabled:hover,
.btn-basket[disabled],
.btn-basket[disabled].active,
.btn-basket[disabled].focus,
.btn-basket[disabled]:active,
.btn-basket[disabled]:focus,
.btn-basket[disabled]:hover {
	background: #d6d6d6;
	background: -moz-linear-gradient(top, #d6d6d6 0%, #4f4f4f 100%);
	background: -webkit-linear-gradient(top, #d6d6d6 0%, #4f4f4f 100%);
	background: linear-gradient(to bottom, #d6d6d6 0%, #4f4f4f 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#d6d6d6', endColorstr='#4f4f4f', GradientType=0);
	box-shadow: inset #fff 0px 0px 1px;
	border-color: #256f3a;
}

.btn-basket:hover,
.btn-basket:focus,
.btn-basket:active {
	color: #fff;
	border-color: #630037;
	background: #2f9c49;
	background: -moz-linear-gradient(top, #2f9c49 0%, #256f3a 100%);
	background: -webkit-linear-gradient(top, #2f9c49 0%, #256f3a 100%);
	background: linear-gradient(to bottom, #2f9c49 0%, #256f3a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#2f9c49', endColorstr='#256f3a', GradientType=0);
	box-shadow: inset #ff92d2 0px 0px 1px;
}

.btn-basket.btn-lg {
	padding-left: 50px;
	padding-right: 50px;
}

.modal-footer .btn-basket.btn-lg {
	padding-left: 15px;
	padding-right: 15px;
}

.btn-gray {
	font-weight: 400;
	border-color: #bfbabd;
	background: #f8f8f8;
	background: -moz-linear-gradient(top, #f8f8f8 0%, #cdc8cb 100%);
	background: -webkit-linear-gradient(top, #f8f8f8 0%, #cdc8cb 100%);
	background: linear-gradient(to bottom, #f8f8f8 0%, #cdc8cb 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#f8f8f8', endColorstr='#cdc8cb', GradientType=0);
	color: #000;
	box-shadow: inset #fff 0px 0px 1px;
}

.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active {
	font-weight: 400;
	background: #cdc8cb;
	background: -moz-linear-gradient(top, #cdc8cb 0%, #f8f8f8 100%);
	background: -webkit-linear-gradient(top, #cdc8cb 0%, #f8f8f8 100%);
	background: linear-gradient(to bottom, #cdc8cb 0%, #f8f8f8 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#cdc8cb', endColorstr='#f8f8f8', GradientType=0);
	color: #256f3a;
	box-shadow: inset #fff 0px 0px 1px;
}


/* */

div.rating-cancel,
div.star-rating {
	float: left;
	width: 23px;
	height: 21px;
	text-indent: -999em;
	cursor: pointer;
	display: block;
	background: transparent;
	overflow: hidden
}

div.rating-cancel,
div.rating-cancel a {
	background: url("graphics/delete.png") no-repeat 0 -21px
}

div.star-rating,
div.star-rating a {
	background: url("graphics/star.png") no-repeat 0 0px
}

div.rating-cancel a,
div.star-rating a {
	display: block;
	width: 23px;
	height: 100%;
	background-position: 0 0px;
	border: 0
}

div.star-rating-on a {
	background-position: 0 -21px !important
}

div.star-rating-hover a {
	background-position: 0 -42px
}

div.star-rating-readonly a {
	cursor: default !important
}

div.star-rating {
	background: transparent !important;
	overflow: hidden !important
}

/* */
.small_item {
	border: 1px solid #e4e4e4;
	border-radius: 5px 0px 5px 0px;
	padding: 8px 8px;
}

.items_catalog .small_item {
	margin-bottom: 30px;
}

.small_item .btn-basket {
	border-radius: 5px 0px 5px 0px;
	width: 100%;
	margin-bottom: 5px;
}

.small_item .item_title {
	position: relative;
	display: block;
}

.small_item .item_title span {
	color: #256f3a;
	font-size: 14px;
	line-height: 16.5px;
	height: 48px;
	margin-bottom: 4px;
	display: block;
	text-decoration: underline;
}

.small_item .item_title:hover {
	text-decoration: none;
}

.small_item .item_title:hover span {
	color: #2f9c49;
}

.small_item .item_title img {
	width: 100%;
}

.small_item .price_block {
	margin: 6px 0px 4px 0px;
}

.small_item .stars {
	width: 38%;
	float: left;
	padding-top: 8px;
	display: flex;
}

.small_item .stars i:before {
	margin: 0px !important;
	color: #ff7800;
}

.small_item dl {
	color: #000;
	font-size: 12px;
	margin-bottom: 10px;
}

.small_item dt {
	float: left;
	margin-right: 10px;
	font-weight: 300;
}

.small_item dd {
	font-weight: 300;
}

.small_item dl a {
	color: #256f3a;
	text-decoration: underline;
}

.small_item dl a:hover,
.small_item dl a:focus,
.small_item dl a:active {
	color: #2f9c49;
}

.price,
.price ins,
.price .price-new {
	font-size: 24px;
	font-weight: 600;
	color: #2f9c49;
	line-height: 34px;
	height: 34px;
}

.price {
	display: block;
	float: left;
	width: 60%;
	margin-right: 2%;
}

.price small {
	font-size: 13px;
	font-weight: 300;
}

.price ins,
.price .price-new {
	display: block;
	float: left;
	text-decoration: none;
	padding-right: 3px;
}

.price del,
.price .price-old {
	display: block;
	font-size: 12px;
	line-height: 15px;
	color: #757575;
	font-weight: 300;
}

.price .price-old {
	text-decoration: line-through;
}

.price del+small,
.price .price-old+small {
	display: block;
	font-size: 13px;
	line-height: 13px;
}

.flag {
	position: absolute;
	z-index: 1;
	right: -5px;
	top: 55px;
	display: block;
	width: 55px;
	height: 55px;
	font-size: 12px;
	line-height: 15px;
	border-radius: 60px;
	font-style: normal;
	text-decoration: none;
	border: 1px solid #015e42;
	background: #208065;
	color: #fff;
	text-align: center;
	padding-top: 9px;
}

.swiper-container .flag {
	top: 5px;
	right: 5px;
}

.label-day {
	position: absolute;
	z-index: 1;
	left: -5px;
	bottom: 0px;
	display: block;
	width: auto;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	text-decoration: none;
	background: #1c963a;
	color: #fff;
	text-align: center;
	padding: 0px 10px;
}

.swiper-container .label-day {
	bottom: 13px;
}

.flag.flag-hit {
	z-index: 3;
}

.flag.flag-novelty {
	border: 1px solid #ba2a43;
	background: #e65a71;
	padding-top: 18px;
	z-index: 4;
}

.flag.flag-present {
	border: 1px solid #125c77;
	background: #206f8c;
	padding-top: 18px;
	z-index: 5;
}

.flag.flag-day {
	border: 1px solid #198533;
	background: #2f9c4a;
	padding-top: 12px;
	z-index: 2;
}

.flag.flag-sale {
	border: 1px solid #0e968c;
	background: #13b7ab;
	padding-top: 12px;
	z-index: 1;
}

.carousel-bestseller .flag.flag-hit,
.carousel-latest .flag.flag-novelty {
	z-index: 6;
}

/* */
.popover {
	z-index: 90;
	background-color: #e7e7e7;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
	white-space: normal;
	font-style: italic;
	color: #000;
}

.popover.top>.arrow:after {
	border-top-color: #e7e7e7;
}

/* */
.copyright {
	font-size: 12px;
	color: #fff;
	font-weight: 300;
}

.copyright2 a {
	margin-top: -4px;
	text-align: right;
	float: right;
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: 300;
	line-height: 15px;
	padding: 4px 42px 4px 0px;
	background: url("graphics/webskill.png") no-repeat right 1px;
}

.copyright a {
	font-size: 12px;
	color: #fff;
	text-decoration: underline;
	font-weight: 300;
}

.copyright2 a:hover,
.copyright a:hover {
	color: #d9fec6;
}

/* */
.menu_footer {
	text-align: center;
	margin: 0px 0px 24px 0px;
}

.menu_footer a {
	font-size: 13px;
	color: #fff;
	text-decoration: underline;
}

.menu_footer a:hover {
	color: #d9fec6;
}

.menu_footer span {
	width: 30px;
	font-size: 11px;
	line-height: 13px;
	text-align: center;
	display: inline-block;
}

/* */
.nav-tabs {
	border-bottom: 1px solid #c1c1c1;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid #256f3a;
	border-radius: 4px 4px 0 0;
	background-color: #256f3a;
	font-size: 16px;
	color: #fff;
}

.nav-tabs>li>a:hover {
	border-color: #2f9c49 #2f9c49 #c1c1c1;
	background: #fff;
	color: #2f9c49;
}

.nav-tabs>li.active>a,
.nav-tabs>li.active>a:focus,
.nav-tabs>li.active>a:hover {
	color: #fff;
	cursor: default;
	background-color: #2f9c49;
	border: 1px solid #256f3a;
	border-bottom-color: transparent;
}

.nav-tabs>li>a {
	margin-right: 2px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
}

.tab-content {
	padding: 0px 10px;
}

/* */
.sm_news_item {
	position: relative;
	display: block;
	padding-left: 110px;
	color: #393939;
	min-height: 90px;
	font-size: 15px;
	cursor: pointer;
	line-height: 18px;
	margin-top: 20px;
}

.sm_news_item:hover {
	text-decoration: none;
	color: #393939;
}

.sm_news_item .title {
	text-decoration: underline;
	font-size: 14px;
	margin-bottom: 12px;
	line-height: 16.5px;
	color: #343434;
}

.sm_news_item:hover {
	color: #2f9c49;
}

.sm_news_item img {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 90px;
	height: 90px;
	border: 1px solid #e8e6e6;
}

.sm_news_item:hover img {
	border-color: #256f3a;
}

.sm_news_item .data {
	color: #6a6a6a;
	font-size: 12px;
	margin-bottom: 6px;
}

/* */
div.more {
	text-align: right;
	margin: 2px 0px 1px 0px;
}

a.more {
	font-size: 13px;
	line-height: 13px;
	color: #256f3a;
	text-decoration: underline;
}

a.more:after {
	content: ' →';
}

a.more:hover {
	color: #256f3a;
}

/* */
.foot_contact {
	color: #256f3a;
	font-size: 16px;
	font-weight: 400;
}

.foot_contact dt {
	color: #2f9c49;
	font-size: 20px;
	font-weight: 400;
}

.foot_contact dd {
	display: block;
	padding-left: 60px;
	margin-bottom: 12px;
}

.foot_contact dd a {
	color: #256f3a;
}

.foot_contact dd a:hover {
	color: #256f3a;
}

/* */
.benefits {
	background: #fff;
	margin-top: 0px;
	margin-bottom: 0px;
	padding: 20px 0px 14px 0px;
	list-style: none;
	border-radius: 5px 0px 5px 0px;
	overflow: hidden;
}

.benefits li {
	text-align: center;
	font-size: 16px;
	color: #000;
	padding-bottom: 4px;
}

.benefits li:nth-child(1) {
	background: url("graphics/benefit_ico1.png") no-repeat center 32px;
}

.benefits li:nth-child(2) {
	background: url("graphics/benefit_ico2.png") no-repeat center 32px;
}

.benefits li:nth-child(3) {
	background: url("graphics/benefit_ico3.png") no-repeat center 32px;
}

.benefits li:nth-child(4) {
	background: url("graphics/benefit_ico4.png") no-repeat center 32px;
}

.benefitsli--name {
	display: block;
	font-weight: 400;
	font-size: 24px;
	color: #2f9c49;
	text-align: center;
	margin-bottom: 14px;
}

.benefits img {
	max-width: 150px !important;
	display: inline-block;
	width: auto;
	margin-top: 5px;
}

/* */
.breadcrumb {
	margin: 0px 0px 4px 0px;
	padding: 0px;
	color: #000;
	font-size: 12px;
	font-weight: 300;
	background: transparent;
}

.breadcrumb a {
	color: #000;
	text-decoration: underline;
}

.breadcrumb a:hover {
	color: #2f9c49;
}

.breadcrumb>.active {
	color: #000;
}

.breadcrumb+h1 {
	margin: 0px;
	margin-bottom: 24px;
}

/* */
.category-list {
	margin-bottom: 20px;
}

.category-item {
	margin-bottom: 20px;
	border: 1px solid #256f3a;
	position: relative;
	overflow: hidden;
	display: block;
}

.category-item img {
	width: 100%;
	position: relative;
}

.category-item .category-item-title {
	position: absolute;
	bottom: 20px;
	left: 0px;
	font-size: 22px;
	line-height: 24px !important;
	background: #2f9c49cc;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.6);
	border-left: 0px;
	border-right: 0px;
	color: #fff;
	display: block;
	text-decoration: none;
	width: 100%;
	padding: 10px 12px;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	z-index: 3;
}

.category-item:hover .category-item-title {
	background: #256f3adb;
	border: 1px solid #fff;
	border: 1px solid rgba(255, 255, 255, 0.8);
	border-left: 0px;
	border-right: 0px;
}


.nav_block {
	margin-bottom: 45px;
	position: relative;
	padding-top: 45px;
}

.nav_title {
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	background: linear-gradient(to bottom, #256f3a 0%, #2f9c49 100%);
	font-size: 30px;
	color: #fff;
	line-height: 32px;
	font-weight: 300;
	padding: 9px 14px;
	border-radius: 5px 0px 5px 0px;
	z-index: 2;
}

.nav_block_category>ul {
	list-style: none;
	margin: 0px;
	padding: 4px 0px 0px 0px;
	background: #f3ffed;
	border-radius: 0px 0px 5px 5px;
	border: 1px solid #ededed;
}

.nav_block_category>ul ul {
	list-style: none;
	margin: 0px;
	padding: 10px 20px;
	background: transparent url("graphics/cat_but_shadow.png") no-repeat center top;
}

.nav_block_category>ul ul ul {
	list-style: none;
	margin: 0px;
	padding: 10px 0px 2px 20px;
	background: transparent;
	border-top: 0px;
}

.nav_block_category>ul>li {
	padding: 0px 0px 0px 0px;
}

.nav_block_category>ul ul>li {
	margin-bottom: 8px;
}

.nav_block_category>ul>li>a {
	display: block;
	padding: 15px 10px 15px 24px;
	color: #2f9c49;
	font-size: 16px;
	line-height: 18px;
	position: relative;
	background: transparent url("graphics/cat_but_shadow.png") no-repeat center top;
}

.nav_block_category>ul ul>li>a {
	display: block;
	color: #256f3a;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	text-decoration: underline;
	padding: 0px 0px 0px 12px;
}

.nav_block_category>ul>li.active>a {
	color: #256f3a;
	font-weight: 400;
	text-decoration: none;
}

.nav_block_category>ul>li.active {}

.nav_block_category>ul>li>a:hover,
.nav_block_category>ul>li>a:focus,
.nav_block_category>ul>li>a:active {
	color: #2f9c49;
	text-decoration: none;
}

.nav_block_category>ul ul>li.active>a {
	color: #256f3a;
	font-weight: 400;
}

.nav_block_category>ul ul>li>a:hover {
	color: #2f9c49;
}

.hiddenli,
.hide_all {
	display: none;
}

.nav_block_category>ul>li.hide_all>a,
.nav_block_category>ul>li.show_all>a {
	display: block;
	padding: 10px 10px 10px 24px;
	color: #256f3a;
	font-size: 14px;
	line-height: 16px;
	position: relative;
	background: #e7e7e7;
}

.nav_block_category>ul>li.hide_all>a:hover,
.nav_block_category>ul>li.show_all>a:hover {
	color: #2f9c49;
	background: #e7e7e7;
}

/* */
.filter_block_top {
	border-bottom: 1px solid #dbdbdb;
	padding: 0px 0px 12px 0px;
	margin-bottom: 20px;
}

a.mradio,
.filter_block a.mradio {
	margin: 0px;
	font-size: 14px;
	line-height: 18px;
	display: block;
	padding-left: 18px;
	color: #000;
	text-decoration: none;
	position: relative;
}

a.mradio::before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 1px solid #919191;
	position: absolute;
	left: 0px;
	top: 3px;
	background: #fff;
}

a.mradio::after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	border: 1px solid #b5babe;
	position: absolute;
	left: 2px;
	top: 5px;
	background: #b4babf;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4babf', endColorstr='#ffffff', GradientType=1);
}

a.mradio.active::after {
	background: #256f3a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#256f3a', endColorstr='#6a0f5a', GradientType=1);
}

a.mradio:hover::after {
	background: #256f3a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#256f3a', endColorstr='#6a0f5a', GradientType=1);
}

a.mradio:hover {
	color: #2f9c49;
}

a.mradio.active {
	color: #256f3a;
}

.filter_block_top a.mradio {
	line-height: 24px;
	font-size: 14px;
	text-decoration: none;
	float: left;
	margin-right: 20px;
}

.filter_block_top a.mradio:last-child {
	margin-right: 0px;
}

.filter_block_top a.mradio::before {
	top: 7px;
}

.filter_block_top a.mradio::after {
	top: 9px;
}

/* ocfilter input */
.ocfilter label.mradio {
	position: relative;
	padding: 0 18px 0;
	font-size: 14px;
	font-weight: 300;
	line-height: 18px;
	display: block;
	color: #000;
	text-decoration: none;
	position: relative;
	margin-bottom: 4px;
}

.ocfilter label.mradio:hover {
	color: #2f9c49;
}

.ocfilter label.mradio.ocf-selected {
	color: #256f3a;
	font-weight: 400;
}

.ocfilter label.mradio input {
	display: none;
}

.ocfilter label.mradio:before {
	content: '';
	display: block;
	width: 12px;
	height: 12px;
	border-radius: 12px;
	border: 1px solid #919191;
	position: absolute;
	left: 0px;
	top: 3px;
	background: #fff;
}

.ocfilter label.mradio:after {
	content: '';
	display: block;
	width: 8px;
	height: 8px;
	border-radius: 10px;
	border: 1px solid #b5babe;
	position: absolute;
	left: 2px;
	top: 5px;
	background: #b4babf;
	background: -moz-linear-gradient(-45deg, #b4babf 0%, #ffffff 100%);
	background: -webkit-linear-gradient(-45deg, #b4babf 0%, #ffffff 100%);
	background: linear-gradient(135deg, #b4babf 0%, #ffffff 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b4babf', endColorstr='#ffffff', GradientType=1);
}

.ocfilter label.mradio.ocf-selected::after {
	background: #256f3a;
	background: -moz-linear-gradient(-45deg, #b50569 0%, #6a0f5a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50569', endColorstr='#6a0f5a', GradientType=1);
}

.ocfilter label.mradio:hover:after {
	border: 1px solid #256f3a;
	background: #256f3a;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#b50569', endColorstr='#6a0f5a', GradientType=1);
}

.flag-sm {
	width: 92px;
	height: 24px;
	line-height: 24px;
	color: #fff;
	text-align: center;
	display: block;
	background: #006949;
	font-size: 13px;
	font-style: normal;
	border-radius: 4px 0px 4px 0px;
}

.flag-sm-hit {
	background: #006949;
}

.flag-sm-novelty {
	background: #f04d68;
}

.flag-sm-day {
	background: #1c963a;
}

.flag-sm-present {
	background: #206f8c;
}

.flag-sm-sale {
	background: #13b7ab;
}

.flag-sm-allitems {
	background: #e7e7e7;
	color: #393939;
}

.flag-sm-allitems small {
	font-size: 13px;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:focus,
.dropdown-menu>.active>a:hover {
	color: #fff;
	text-decoration: none;
	background-color: #8eb32a;
	outline: 0;
}

.dropdown-menu>li>a:focus,
.dropdown-menu>li>a:hover {
	color: #262626;
	text-decoration: none;
	background-color: #f5f8ec;
}

.text_al_right {
	text-align: right;
}

/* */
.pages .pagination {
	margin: 0px;
	float: right;
}

.pages {
	margin-bottom: 30px;
}

.pages_bottom {
	margin-bottom: 30px;
}

.pagination>li>a,
.pagination>li>span,
.pagination>li>a:focus {
	color: #2f9c49;
	background: #fff;
	border-color: #dddddd;
}

.pagination>li>a:hover {
	background-color: #256f3a;
	border-color: #256f3a;
	color: #fff;
}

.pagination>li.active>a,
.pagination>li.active>a:hover {
	background-color: #2f9c49;
	border-color: #2f9c49;
	color: #fff;
}

.pagination>li:first-child>a,
.pagination>li:first-child>span,
.pagination>li:last-child>a,
.pagination>li:last-child>span {}

.pages_text {
	float: right;
	margin-right: 8px;
	font-size: 13px;
	line-height: 34px;
}

/* */
.filter_block {
	background: #f3ffed;
}

.filter_b {
	padding: 20px;
	border-bottom: 1px solid #d8d6c9;
}

.filter_b b {
	font-size: 16px;
	display: block;
	margin-bottom: 6px;
	color: #256f3a;
}

.filter_b ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

.filter_b li {
	margin: 0px 0px 4px 0px;
}

.filter_block .nav_title {
	background: linear-gradient(to bottom, #256f3a 0%, #2f9c49 100%);
}

.filter_b .btn-default:active,
.filter_b .btn-default:focus,
.filter_b .btn-default:hover {
	color: #fff;
	background-color: #256f3a;
	border-color: #adadad;
}

.filter_b .btn-default.active,
.filter_b .btn-default.active:hover {
	color: #256f3a;
	background-color: #e6e6e6;
	border-color: #adadad;
}

/*---------slider----------------*/
#scale-price {
	margin-bottom: 10px;
	height: 4px;
	border: none;
}

#scale-price .noUi-pips {
	display: none;
}

.limit #price-min,
.limit #price-max {
	color: #256f3a;
	display: block;
	font-size: 12px;
}

.limit #price-min {
	float: left;
}

.limit #price-max {
	float: right;
}

.limit #price-min small,
.limit #price-max small {
	color: #256f3a !important;
	font-size: 14px;
	font-weight: 400;
}

.ui-slider {
	position: relative;
}

.noUi-horizontal .noUi-handle {
	position: absolute;
	z-index: 2;
	width: 12px !important;
	height: 12px !important;
	left: -6px !important;
	top: -4px !important;
	box-shadow: none;
	border-radius: 100%;
	background: #256f3a;
	border: 1px solid #256f3a;
	cursor: pointer;
}

.noUi-horizontal .noUi-handle:before,
.noUi-horizontal .noUi-handle:after {
	display: none;
}

#scale-price .noUi-base,
#scale-price .noUi-background {
	border-radius: 12px;
	background: #afafaf;
	box-shadow: none;
}

.ui-slider .ui-slider-range {
	position: absolute;
	z-index: 1;
	display: block;
	border: 0;
	overflow: hidden;
}

.ui-slider-horizontal {
	height: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -4px;
	margin-left: -6px;
}

.ui-slider-horizontal .ui-slider-range {
	top: 0;
	height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
	left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
	right: 0;
}

.ui-widget-content {
	background: #afafaf;
	border-top: 0px;
	height: 4px;
}

#scale-price .noUi-connect {
	background: #256f3a;
	margin-top: 0px;
}

.ui-corner-all {
	-moz-border-radius: 12px;
	-webkit-border-radius: 12px;
	border-radius: 12px;
}

/* */
.slimScrollBar {
	background: #256f3a !important;
}

/* */
.brands {
	margin-bottom: 40px;
}

.brand_block img {
	border: 1px solid #eaeaea;
	border-radius: 0px;
	width: 100%;
}

.brand_block div {
	text-align: center;
	color: #256f3a;
	font-size: 20px;
	line-height: 22px;
	font-weight: 300;
	padding: 10px 12px 10px 12px;
}

.brand_block span {
	display: block;
	text-align: center;
	color: #646464;
	font-size: 12px;
	line-height: 14px;
	font-weight: 300;
	margin-top: 5px;
}

.brand_block:hover {
	text-decoration: none;
}

.brand_block:hover div {
	color: #a63071;
}

.brand_block:hover img {
	border-color: #a63071;
}

.brand_title {
	color: #2f9c49;
	font-size: 24px;
	padding-bottom: 6px;
	margin-bottom: 16px;
	border-bottom: 1px solid #d0d0d0;
}

.brand_img {
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
	border: 1px solid #e0e0e0;
	border-radius: 0px;
	width: 210px;
}

/* */
.sub_buttons {
	margin-bottom: 25px;
}

.sub_buttons a {
	display: block;
	transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	color: #fff;
	font-size: 16px;
	line-height: 18px;
	height: 74px;
	text-decoration: none;
	text-align: center;
	padding: 0px 20px;
	font-weight: 300;
	border: 1px solid #630037;
	background: #bc6499;
	background: -moz-linear-gradient(top, #bc6499 0%, #801053 60%, #7b0a4e 60.1%, #6b0440 100%);
	background: -webkit-linear-gradient(top, #bc6499 0%, #801053 60%, #7b0a4e 60.1%, #6b0440 100%);
	background: linear-gradient(to bottom, #bc6499 0%, #801053 60%, #7b0a4e 60.1%, #6b0440 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#bc6499', endColorstr='#6b0440', GradientType=0);
	box-shadow: inset #ff92d2 0px 0px 1px;
	border-radius: 5px 0px 5px 0px;
	margin-bottom: 20px;
}

.sub_buttons a span {
	display: table-cell;
	height: 74px;
	vertical-align: middle;
	width: 200px;
}

.sub_buttons a:hover,
.sub_buttons a:focus,
.sub_buttons a:active {
	color: #fff;
	border-color: #630037;
	background: #6b033f;
	background: -moz-linear-gradient(top, #6b033f 0%, #960d60 100%);
	background: -webkit-linear-gradient(top, #6b033f 0%, #960d60 100%);
	background: linear-gradient(to bottom, #6b033f 0%, #960d60 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#6b033f', endColorstr='#960d60', GradientType=0);
	box-shadow: inset #ff92d2 0px 0px 1px;
	text-decoration: none;
}

.sub_buttons_violet a {
	border-color: #653869;
	background: #ccb4ce;
	background: -moz-linear-gradient(top, #ccb4ce 0%, #7b4f7f 60%, #76497a 60.1%, #653669 100%);
	background: -webkit-linear-gradient(top, #ccb4ce 0%, #7b4f7f 60%, #76497a 60.1%, #653669 100%);
	background: linear-gradient(to bottom, #ccb4ce 0%, #7b4f7f 60%, #76497a 60.1%, #653669 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ccb4ce', endColorstr='#653669', GradientType=0);
	box-shadow: inset #d7b2db 0px 0px 1px;
}

.sub_buttons_violet a:hover,
.sub_buttons_violet a:focus,
.sub_buttons_violet a:active {
	color: #fff;
	border-color: #653869;
	background: #653669;
	background: -moz-linear-gradient(top, #653669 0%, #966a9a 100%);
	background: -webkit-linear-gradient(top, #653669 0%, #966a9a 100%);
	background: linear-gradient(to bottom, #653669 0%, #966a9a 100%);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#653669', endColorstr='#966a9a', GradientType=0);
	box-shadow: inset #d7b2db 0px 0px 1px;
	text-decoration: none;
}

/*  */
.product {
	margin-bottom: 30px;
}

.product .counter {
	margin-bottom: 20px;
}

.tab-content.description {
	padding: 20px;
	border: 1px solid #e7e7e7;
	border-top: 0px;
	border-radius: 0px 0px 5px 5px;
	margin-bottom: 30px;
}

.item_img {
	border: 1px solid #ebebeb;
	display: block;
	position: relative;
	margin-bottom: 12px;
}

.item_img .flag {
	top: 5px;
	right: 5px;
}

.item_img .label-day {
	left: 0px;
}

.item_img img {
	width: 100%;
}

.images {
	list-style: none;
	padding: 0px;
	margin-left: -10px;
	margin-right: -10px;
}

.images .col-sm-6 {
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
}

.item_img_sm {
	border: 1px solid #ebebeb;
	display: block;
}

.item_img:hover,
.item_img_sm:hover,
.item_img:focus,
.item_img_sm:focus,
.item_img:active,
.item_img_sm:active {
	border: 1px solid #bb6f96;
}

.starres {
	text-align: center;
	border-bottom: 1px solid #c8c8c8;
	height: 13px;
	margin-bottom: 20px;
}

.starres_inner {
	padding: 0px 20px;
	background: #fff;
	display: inline-block;
}

.starres i {
	font-size: 20px;
	color: #f29b11;
}

.starres i:before {
	margin: 0 !important;
}

.item_img_sm img {
	width: 100%;
}

#viewedmodal .modal-body {
	padding-left: 25px;
	padding-right: 25px;
}

#viewedmodal .owl-alex-theme {
	margin-bottom: 5px;
}

.modal-body .form-alex {
	margin-bottom: 0px !important;
}

.testimonials {
	background: #f3f7f2;
	border: 1px solid #e7e7e7;
	padding: 12px 12px;
}


.testim_images {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0 -5px;
}

.testim_images a {
	display: block;
	width: 25%;

	padding: 5px;
}

.testim_images a img {
	width: 100%;
}



.testim_title {
	font-size: 30px;
	line-height: 32px;
	color: #2f9c49;
	font-weight: 300;
	margin-bottom: 10px;
	border-bottom: 1px solid #fff;
	padding-bottom: 6px;
}

.testim_title small {
	font-size: 14px;
	line-height: 32px;
	color: #256f3a;
}

.testim_item {
	color: #256f3a;
	font-size: 13px;
	padding-bottom: 10px;
	border-bottom: 1px solid #fff;
}

.testim__stars {
	color: #f29b11;
}

.testim__stars i:before {
	margin: 0px !important;
}

.testim_item+.testim_item {
	margin-top: 14px;
}

.testim_author {
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 6px;
	color: #2f9c49;
}

.testim_author small {
	font-size: 12px;
	display: block;
	float: right;
	color: #848484;
}

.testim_items {
	margin-bottom: 10px;
}

.testim_buttons .btn:last-child {
	float: right;
}

dl.itemparams,
dl.itemparams2 {
	color: #000;
	font-size: 14px;
	margin-bottom: 20px;
}

dl.itemparams dt,
dl.itemparams2 dt {
	float: left;
	margin-right: 10px;
	font-weight: 300;
}

dl.itemparams dd {
	font-weight: 500;
	color: #256f3a;
}

dl.itemparams2 dd {
	font-weight: 500;
}

dl.itemparams a,
dl.itemparams2 a {
	color: #256f3a;
	text-decoration: underline;
}

dl.itemparams a:hover,
dl.itemparams a:focus,
dl.itemparams a:active,
dl.itemparams2 a:hover,
dl.itemparams2 a:focus,
dl.itemparams2 a:active {
	color: #2f9c49;
}

.buttons_item {
	text-align: right;
}

.buttons_item .btn-gray {
	width: 140px;
}

.buttons_item .btn-gray:first-child {
	margin-bottom: 4px;
}

.itemname {
	font-size: 16px;
	color: #000;
	font-style: italic;
	margin-bottom: 35px;
	border: 1px solid #d0d0d0;
    border-radius: 5px;
    padding: 10px;
}

.block_product_price {
	border-top: 1px solid #d0d0d0;
	border-bottom: 1px solid #d0d0d0;
	padding-top: 30px;
	padding-bottom: 30px;
	margin-bottom: 30px;
}

.block_product_price .price,
.block_product_price .price ins,
.block_product_price .price .price-new {
	font-size: 48px;
	font-weight: 600;
	color: #2f9c49;
	line-height: 48px;
	height: 48px;
}

.block_product_price .price {
	display: block;
	float: left;
	width: 60%;
	max-width: 160px;
	margin-right: 20px;
}

.block_product_price .price small {
	font-size: 18px;
	font-weight: 300;
}

.block_product_price .price ins,
.block_product_price .price .price-new {
	display: block;
	float: left;
	text-decoration: none;
	padding-right: 5px;
}

.block_product_price .price del,
.block_product_price .price .price-old {
	display: block;
	font-size: 16px;
	line-height: 26px;
	color: #757575;
	font-weight: 300;
}

.block_product_price .price del+small,
.block_product_price .price .price-old+small {
	display: block;
	font-size: 18px;
	line-height: 18px;
}

.qty {
	display: block;
	position: relative;
}

.qty .qty_btn {
	display: block;
	text-align: center;
	line-height: 15px;
	font-size: 9px;
	width: 17.5px;
	height: 17.5px;
	background: #efefef;
	border: 1px solid #ccc;
	color: #696969;
	position: absolute;
	right: 0px;
	top: 0px;
	cursor: pointer;
	border-radius: 0px 4px 0px 0px;
	z-index: 10;
}

.qty .qty_btn.qty_btn_dec {
	top: auto;
	bottom: 0px;
	border-radius: 0px 0px 4px 0px;
}

.qty .qty_btn:hover {
	z-index: 11;
	color: #fff;
	border-color: #630037;
	background: #2f9c49;
}

.qty.big .qty_btn {
	line-height: 22px;
	font-size: 12px;
	width: 23.5px;
	height: 23.5px;
}

.block_product_price .qty {
	float: left;
	width: 38%;
	max-width: 70px;
	margin-right: 30px;
}

/* */
.order_1click {
	border-top: 1px solid #d0d0d0;
	padding-top: 20px;
	margin-bottom: 30px;
}

.order_1click label {
	font-size: 16px;
	font-weight: 400;
	color: #2f9c49;
}

.order_1click .icon-mobile:before {
	font-size: 20px;
	margin: 0px !important;
}

.order_1click .input-group .form-control {
	border-right-color: #630037;
}

/* */
.col-colmplects2 {
	display: flex;
	flex-wrap: wrap;
}

.col-colmplects2 label {
	display: block;
	padding: 7px 5px 7px 5px;
	border: 1px solid #e8e8e8;
	border-radius: 5px;
	margin-bottom: 20px;
}

.col-colmplects2 label div {
	position: relative;
	margin-top: 4px;
}

.col-colmplects2 label div input {
	position: absolute;
	top: 2px;
	left: 5px;
}

.col-colmplects2 label div span {
	display: block;
	margin-left: 25px;
	font-weight: 400;
	line-height: 16px;
}

.col-colmplects2 label:hover {
	border-color: #c76ea2;
}

.col-colmplects2 label:hover span {
	color: #2f9c49;
}

/* */
.param_title {
	font-weight: 600;
	color: #000;
	font-size: 16px;
	margin-bottom: 5px;
}

.col-colmplects {}

.col-complect-row {
	margin-bottom: 10px;
}

.col-complect-name,
.col-complect-qty,
.col-complect-price {
	display: table-cell;
	border: 1px solid #eaeaea;
	margin: 0px;
	padding: 0px;
	vertical-align: middle;
}

.col-complect-qty {
	width: 75px;
	max-width: 75px;
	min-width: 75px;
	margin: 0px;
	padding: 0px 0px 0px 10px;
	border-left: 0px;
	border-right: 0px;
	vertical-align: middle;
}

.col-complect-qty .qty {
	width: 55px;
}

.col-complect-name {
	width: 100%;
	position: relative;
	padding: 10px 10px 10px 45px;
}

.col-complect-name label {
	font-weight: 300;
	font-size: 14px;
	line-height: 16.5px;
	margin-bottom: 0px;
}

.complect-title {
	display: block;
}

.complect-description {
	margin-top: 3px;
	font-size: 12.5px;
	display: block;
	color: #7f7f7f;
}

.col-complect-name input[type=checkbox] {
	position: absolute;
	left: 20px;
	top: 9px;
}

.col-complect-name a {
	display: block;
	width: 34px;
	float: left;
	position: absolute;
	top: 10px;
	left: 48px;
	border: 1px solid #d0d0d0;
}

.col-complect-name a+label {
	margin-left: 50px;
}

.col-complect-price {
	width: 120px;
	min-width: 120px;
	max-width: 120px;
	background-color: #2f9c49;
	border-color: #2f9c49;
	padding: 0px 0px 0px 10px;
	font-size: 12px;
	color: #fff;
}

.disabled .col-complect-price {
	background-color: #eaeaea;
	border-color: #eaeaea;
	color: #595959;
}

.col-complect-price .price {
	width: 100%;
}

.col-complect-price .price,
.col-complect-price .price ins,
.col-complect-price .price del,
.col-complect-price .price .price-new,
.col-complect-price .price .price-old {
	color: #fff;
}

.disabled .col-complect-price .price,
.disabled .col-complect-price .price ins,
.disabled .col-complect-price .price del,
.disabled .col-complect-price .price .price-new,
.disabled .col-complect-price .price .price-old {
	color: #595959;
}

/* */
.row-complect .btn-basket.btn-lg {
	padding-left: 10px;
	padding-right: 10px;
	width: 100%;
}

.compl-skidka {
	color: #256f3a;
	font-size: 24px;
	margin-bottom: 10px;
	text-align: center;
}

.compl-ekonom {
	background-color: #256f3a;
	text-align: center;
	font-weight: 400;
	color: #fff;
	border-radius: 5px 0px;
	padding: 4px 5px;
	margin-bottom: 10px;
}

.compl-price {
	text-align: center;
	font-size: 60px;
	color: #2f9c49;
	margin-bottom: 10px;
}

.compl-price small {
	font-size: 20px;
}

.row-complect {
	margin-bottom: 0px;
}

.row-complect .col-sm-2 {
	padding-top: 150px;
	text-align: center;
	padding-left: 0;
	padding-right: 0;
}

.complect-skidka {
	padding-top: 55px;
}

.col-plus span,
.col-eq span {
	display: inline-block;
	width: 70px;
	height: 70px;
	border: 1px solid #d7d6d7;
	border-radius: 50px;
	text-align: center;
	line-height: 68px;
	font-size: 36px;
	background: #efefef;
	color: #fff;
	text-shadow: 0px 0px 1px #000;
}

/* */
.present_block {
	height: 80px;
	border: 1px solid #46b1d9;
	border-radius: 5px;
	margin-bottom: 30px;
	background: #edf7ff;
}

.present_block_title {
	background: #46b1d9;
	border-radius: 4px 0px 0px 4px;
	padding: 0px 12px 0px 12px;
	color: #fff;
	font-size: 16px;
	line-height: 18.5px;
	height: 78px !important;
	width: 155px;
	float: left;
}

.present_block_title span {
	height: 78px;
	display: table-cell;
	width: 200px;
	vertical-align: middle;
}

.present_block_a {
	height: 78px;
	width: 80px;
	display: block;
	float: left;
	border-right: 2px solid #0e9acd;
}

.present_block_a a {
	display: block;
	height: 78px;
	width: 78px;
}

.present_block_a a img {
	height: 78px;
	width: 78px;
}

.present_block_inner {
	display: table-cell;
	background: #edf7ff;
	height: 78px !important;
	border-radius: 0px 5px 5px 0px;
	padding: 0px 12px;
	font-size: 15px;
	line-height: 17.5px;
	color: #153e72;
	vertical-align: middle;
}

/* */
.basket_header,
.basket_footer {
	background: #2f9c49;
	color: #fff;
	font-size: 12px;
	line-height: 17px;
}

.basket_header {
	border-radius: 4px 4px 0px 0px;
}

.basket_footer {
	border-radius: 0px 0px 4px 4px;
}

.basket_header .basket_hc {
	padding-top: 6px;
	padding-bottom: 6px;
}

.basket_header .basket_hcc {
	text-align: center;
}

.basket_footer {
	padding-top: 6px;
	padding-bottom: 6px;
	font-size: 14px;
	text-align: right;
	margin-bottom: 20px;
}

.basket_footer ins {
	text-decoration: none;
}

.basket_footer big {
	font-size: 17px;
}

.basket_footer big span {
	font-size: 14px;
}

.basket_item {
	background: #f9f8f9;
	color: #256f3a;
}

.basket_item .img_bandl {
	float: left;
	margin-right: 15px;
	width: 34px;
}

.basket_it_bandl {
	position: relative;
}

.basket_it_bandl:before {
	content: attr(data-bundle-lable);
	display: block;
	font-size: 11px;
	color: #630037;
	font-weight: 400;
	letter-spacing: 2px;
	z-index: 2;
	left: 64px;
	top: -4px;
	position: absolute;
}

.basket_item .img_bandl>a>img,
.basket_item .img_bandl>img {
	margin-bottom: 2px;
}

.basket_item .img {
	float: left;
	margin-right: 15px;
}

.basket_item .basket_it_prod,
.basket_item .basket_it_price,
.basket_item .basket_it_qty,
.basket_item .basket_it_sum,
.basket_item .basket_it_but,
.basket_item .basket_it_qty2 {
	padding-top: 10px;
	padding-bottom: 10px;
	position: relative;
	max-height: 88px;
	overflow: hidden;
}

.basket_item .basket_it_qty {
	padding-top: 27px;
}

.basket_item .basket_it_prod {
	font-weight: 300;
	font-size: 12px;
	color: #256f3a;
	background: #fff;
}

.basket_item .basket_it_prod a {
	color: #256f3a;
	font-size: 14px;
	line-height: 16px;
	text-decoration: underline;
	font-weight: 400;
}

.basket_item .basket_it_prod a:hover {
	color: #2f9c49;
}

.basket_item .basket_it_price span,
.basket_item .basket_it_sum span,
.basket_item .basket_it_qty2 span {
	font-size: 11px;
	font-weight: 300;
}

.basket_item .basket_it_price,
.basket_item .basket_it_sum,
.basket_item .basket_it_but,
.basket_item .basket_it_qty2 {
	text-align: center;

	min-height: 68px;
}

.basket_item .basket_it_but {
	padding-left: 0px;
	padding-right: 0px;
}

.basket_item .basket_it_sum {
	background: #f3ffed;
}

.basket_item .basket_it_prod:before,
.basket_item .basket_it_prod:after,
.basket_item .basket_it_price:before,
.basket_item .basket_it_price:after,
.basket_item .basket_it_sum:before,
.basket_item .basket_it_sum:after,
.basket_item .basket_it_but:after {
	content: '';
	display: block;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 1px;
	height: 100%;
	background: #d5d5d5;
}

.basket_item .basket_it_prod:after,
.basket_item .basket_it_sum:after,
.basket_item .basket_it_price:after,
.basket_item .basket_it_but:after {
	left: auto;
	right: 0px;
}

.fa-lg {
	font-size: 1.33333333em;
	line-height: .75em;
}

.btn-left {
	float: left;
}

.basket-footer {
	text-align: right;
	margin-bottom: 30px;
}

.basket-footer .btn-left {
	margin-right: 5px;
}

/* */
.sh_news_item {
	position: relative;
	display: block;
	padding-left: 155px;
	color: #787878;
	min-height: 140px;
	font-size: 14px;
	cursor: pointer;
	line-height: 16.5px;
	font-weight: 300;
	margin-top: 20px;
}

.sh_news_item:hover {
	text-decoration: none;
	color: #393939;
}

.sh_news_item .news-title {
	text-decoration: underline;
	font-size: 16px;
	margin-bottom: 4px;
	line-height: 20px;
	color: #2f9c49;
}

.sh_news_item:hover .news-title {
	color: #2f9c49;
}

.sh_news_item img {
	position: absolute;
	top: 0px;
	left: 0px;
	border-radius: 4px;
	border: 1px solid #e4e4e4;
}

.sh_news_item .data {
	color: #646464;
	font-size: 12px;
	text-align: left;
	margin-bottom: 6px;
}

.sh_news_item:hover img {
	border-color: #2f9c49;
}

/* */
.modal-title,
.block_title {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 12px 10px;
	border-radius: 5px 0px 5px 0px;
	background: #256f3a;
	color: #fff;
	margin-bottom: 24px;
	display: block;
	width: intrinsic;
	margin: 5px 30px;
}

.block_title {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 12px 10px;
	border-radius: 5px 0px 5px 0px;
	background: #256f3a;
	color: #fff;
	margin-bottom: 24px;
	display: block;
	width: intrinsic;
	margin: 5px 0px 15px 0px;
}

.form-alex {
	margin-bottom: 50px;
}

.form-alex .form-control {
	border-radius: 0px;
	background-color: #f1f1f1;
	border: 0px;
	border-left: 4px solid #256f3a;
}

.form-alex .form-control+.form-control {
	margin-top: 10px;
}

.form-alex textarea.form-control {
	height: 122px;
}

.form-alex .col-xs-12 {
	margin-bottom: 10px;
}

.form-button {
	text-align: right;
}

/* */
.error_404 {
	margin: 50px;
}

.error_404 h1 {
	margin-bottom: 2px;
}

.error_404 h2 {
	font-size: 48px;
	line-height: 48px;
}

/* */
.block_title_delivery {
	color: #fff;
	background: #2f9c49;
	font-size: 16px;
	line-height: 32px;
	padding: 0px 10px;
	font-weight: 300;
	position: relative;
	margin-bottom: 12px;
	border-radius: 3px;
}

.delivery {}

.delivery .form-group {
	margin-bottom: 12px;
}

.delivery .form-group label {
	font-weight: 400;
	margin-bottom: 3px;
}

.delivery .form-group.delvariant {
	margin-top: 4px;
}

.delivery .form-group.delvariant div {
	font-size: 13px;
}

.taright {
	text-align: right;
}

.delvariant .form-control {
	margin-bottom: 4px;
}

.delvariant .col-xs-4 {
	font-size: 14px;
	line-height: 16px;
}

.delvariant {
	display: none;
}

.delvariant.opened {
	display: block;
}

.radios label {
	display: block;
}

.name_user {
	display: block;
	color: #256f3a;
	font-size: 16px;
	font-weight: 300;
	margin-bottom: 10px;
}

/* */
.alert-info {
	color: #630037;
	background-color: #f3ffed;
	border-color: #eec9e0;
}

.alert-info a {
	text-decoration: underline;
}

.full_title {
	font-size: 24px;
	line-height: 28px;
	text-align: center;
	padding: 12px 10px;
	border-radius: 5px 0px 5px 0px;
	background: #256f3a;
	color: #fff;
	margin-bottom: 24px;
}

.contact_violet .full_title {
	background: #256f3a;
}

.full_title small {
	font-size: 16px;
}

.contact dl {
	font-size: 18px;
}

.contact .dl-horizontal dt {
	text-align: left;
	font-weight: 300;
	color: #000;
	width: 100px;
}

.contact .dl-horizontal a {
	color: #000;
	text-decoration: none;
}

.contact .dl-horizontal dd {
	margin-left: 115px;
	color: #000;
}

.contact_violet .dl-horizontal dt {
	color: #000;
}

.contact_socseti {
	font-size: 18px;
	color: #000;
	font-weight: 500;
}

.product .ya-share2 {
	margin-bottom: 10px;
}

/* */
[class^="icon-"]:before,
[class*=" icon-"]:before,
.navbar-alex .adress>li:before,
.footer_block .adress>li:before,
.contact a.vb::after,
.top_navigation .navbar-right:before,
.basket_link u:before,
.add_menu ul li:before,
.nav_block_category>ul>li>a::before,
.nav_block_category>ul ul>li>a::before {
	font-family: "tip";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	text-decoration: inherit;
	width: 1em;
	margin-right: .2em;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	margin-left: .2em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.contact a.vb::after {
	display: none;
	content: '\f232';
	background: #903bce;
	padding: 2px 3px;
	text-align: left;
	margin-left: .4em;
	font-size: 15px;
	color: #fff;
	border-radius: 3px;
	width: auto;
}

.contact a.vb:hover::after {
	text-decoration: none;
}

.basket_link u:before {
	font-size: 36px;
	text-decoration: none;
	position: absolute;
	left: 0px;
	top: 0px;
	margin: 0px;
	content: '\e80d';
}

.top_navigation .navbar-right:before {
	position: absolute;
	top: 13px;
	left: -20px;
}

.add_menu ul li:before {
	content: '\f111';
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 8px;
	color: #fff;
}

.nav_block_category>ul>li>a::before {
	content: '\f111';
	position: absolute;
	left: 8px;
	top: 20px;
	font-size: 8px;
	color: #8e7486;
}

.nav_block_category>ul>li>a:hover::before,
.nav_block_category>ul>li.active>a::before,
.nav_block_category>ul ul>li.active>a::before {
	color: #256f3a;
}

.nav_block_category>ul ul>li>a::before {
	content: '\f111';
	position: absolute;
	left: 0px;
	top: 5px;
	font-size: 6px;
	color: #2f9c49;
	text-decoration: none;
}

.nav_block_category>ul>li.hide_all>a::before,
.nav_block_category>ul>li.show_all>a::before {
	content: '\f147';
	color: #256f3a;
	font-size: 13px;
	left: 4px;
	top: 12px;
}

.nav_block_category>ul>li.show_all>a::before {
	content: '\f196';
}

.del i:before {
	margin: 0px;
}

.icon-vk:before {
	margin-left: 0em;
}

.footer_block .adress>li.none:before {
	content: '';
}

.navbar-alex .adress>li:before,
.footer_block .adress>li:before {
	content: '\e810';
	color: #2f9c49;
}

.navbar-alex .adress>li.not-icon-tel:before,
.footer_block .adress>li.not-icon-tel:before {
	content: '';
	display: none;
}

.navbar-alex .adress>li.not-icon-tel {
	margin-top: -5px;
}

.not-icon-tel-cont {
	margin: 10px 0 0 0;
}

.navbar-alex .adress>li.pin:before,
.footer_block .adress>li.pin:before {
	content: '\e809';
}

.navbar-alex .adress>li.vb:before,
.footer_block .adress>li.vb:before {
	content: '\f232';
}

.top_navigation .navbar-right:before {
	content: '\e802';
}

.icon-login:before {
	content: '\e800';
}

.icon-logout:before {
	content: '\e801';
}

.icon-key-outline:before {
	content: '\e802';
}

.icon-angle-left:before {
	content: '\e803';
}

.icon-angle-right:before {
	content: '\e804';
}

.icon-left-open-big:before {
	content: '\e805';
}

.icon-right-open-big:before {
	content: '\e806';
}

.icon-vk:before {
	content: '\e807';
}

.icon-youtube-1:before {
	content: '\e808';
}

.icon-location:before {
	content: '\e809';
}

.icon-stop:before {
	content: '\e80a';
}

.icon-home:before {
	content: '\e80b';
}

.icon-left-circle:before {
	content: '\e80c';
}

.icon-basket-1:before {
	content: '\e80d';
}

.icon-right-circle:before {
	content: '\e80f';
}

.icon-mobile:before {
	content: '\e810';
}

.icon-eq:before {
	content: '\e811';
}

.icon-plus:before {
	content: '\e812';
}

.icon-minus-circled:before {
	content: '\e814';
}

.icon-star-empty:before {
	content: '\e815';
}

.icon-star-half-alt:before {
	content: '\e816';
}

.icon-star:before {
	content: '\e817';
}

.icon-cancel:before {
	content: '\e818';
}

.icon-chat-1:before {
	content: '\e819';
}

.icon-search-1:before {
	content: '\e81a';
}

.icon-dot-3:before {
	content: '\e821';
}

.icon-mail:before {
	content: '\e823';
}

.icon-print:before {
	content: '\e826';
}

.icon-trash-empty:before {
	content: '\e828';
}

.icon-angle-double-right:before {
	content: '\e82b';
}

.icon-block:before {
	content: '\e82c';
}

.icon-right-open-mini:before {
	content: '\e82d';
}

.icon-down-open-mini:before {
	content: '\e82e';
}

.icon-chat:before {
	content: '\f03d';
}

.icon-menu:before {
	content: '\f0c9';
}

.icon-angle-up:before {
	content: '\f106';
}

.icon-angle-down:before {
	content: '\f107';
}

.icon-circle:before {
	content: '\f111';
}

.icon-minus-squared-alt:before {
	content: '\f147';
}

.icon-plus-squared-alt:before {
	content: '\f196';
}

.icon-whatsapp:before {
	content: '\f232';
}

.icon-facebook-2:before {
	content: '\f300';
}

.icon-twitter-2:before {
	content: '\f302';
}

.icon-instagram-1:before {
	content: '\f31e';
}

.icon-telegram-1:before {
    content: '';
    height: 18px;
    background-image: url('/catalog/view/theme/qweb/css/font/telegram.svg');
}

/* owl */
.owl-carousel .animated {
	-webkit-animation-duration: 1000ms;
	animation-duration: 1000ms;
	-webkit-animation-fill-mode: both;
	animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
	z-index: 0;
}

.owl-carousel .owl-animated-out {
	z-index: 1;
}

.owl-carousel .fadeOut {
	-webkit-animation-name: fadeOut;
	animation-name: fadeOut;
}

@-webkit-keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

@keyframes fadeOut {
	0% {
		opacity: 1;
	}

	100% {
		opacity: 0;
	}
}

.owl-height {
	-webkit-transition: height 500ms ease-in-out;
	-moz-transition: height 500ms ease-in-out;
	-ms-transition: height 500ms ease-in-out;
	-o-transition: height 500ms ease-in-out;
	transition: height 500ms ease-in-out;
}

.owl-carousel {
	display: none;
	width: 100%;
	-webkit-tap-highlight-color: transparent;
	position: relative;
	z-index: 1;
}

.owl-carousel .owl-stage {
	position: relative;
	-ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.owl-carousel .owl-stage-outer {
	position: relative;
	overflow: hidden;
	-webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-controls .owl-nav .owl-prev,
.owl-carousel .owl-controls .owl-nav .owl-next,
.owl-carousel .owl-controls .owl-dot {
	cursor: pointer;
	cursor: hand;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel.owl-loaded {
	display: block;
}

.owl-carousel.owl-loading {
	opacity: 0;
	display: block;
}

.owl-carousel.owl-hidden {
	opacity: 0;
}

.owl-carousel .owl-refresh .owl-item {
	display: none;
}

.owl-carousel .owl-item {
	position: relative;
	min-height: 1px;
	float: left;
	-webkit-backface-visibility: hidden;
	-webkit-tap-highlight-color: transparent;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.owl-carousel .owl-item img {
	display: block;
	width: 100%;
	-webkit-transform-style: preserve-3d;
}

.owl-carousel.owl-text-select-on .owl-item {
	-webkit-user-select: auto;
	-moz-user-select: auto;
	-ms-user-select: auto;
	user-select: auto;
}

.owl-carousel .owl-grab {
	cursor: move;
	cursor: -webkit-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
}

.owl-carousel.owl-rtl {
	direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
	float: right;
}

.no-js .owl-carousel {
	display: block;
}

.owl-carousel .owl-item .owl-lazy {
	opacity: 0;
	-webkit-transition: opacity 400ms ease;
	-moz-transition: opacity 400ms ease;
	-ms-transition: opacity 400ms ease;
	-o-transition: opacity 400ms ease;
	transition: opacity 400ms ease;
}

.owl-carousel .owl-item img {
	transform-style: preserve-3d;
}

.owl-carousel .owl-dots {
	text-align: center;
	height: 16px;
}

.owl-carousel .owl-dots .owl-dot {
	display: inline-block;
	zoom: 1;
}

.owl-carousel .owl-dots .owl-dot span {
	width: 14px;
	height: 14px;
	margin: 0px 5px;
	background: #fff;
	border: 1px solid #bdbdbd;
	display: block;
	-webkit-backface-visibility: visible;
	-webkit-transition: opacity 200ms ease;
	-moz-transition: opacity 200ms ease;
	-ms-transition: opacity 200ms ease;
	-o-transition: opacity 200ms ease;
	transition: opacity 200ms ease;
	-webkit-border-radius: 30px;
	-moz-border-radius: 30px;
	border-radius: 30px;
}

.owl-carousel .owl-dots .owl-dot.active span {
	background: #c4699e;
	border-color: #c4699e;
}

.owl-carousel .owl-dots .owl-dot:hover span {
	background: #a11a66;
	border-color: #a11a66;
}

/* */
.owl-alex-theme {
	margin-bottom: 50px;
}

#owl-complex {
	margin-bottom: 0px;
}

.owl-alex-theme .owl-prev,
.owl-alex-theme .owl-next {
	width: 38px;
	height: 38px;
	border-radius: 50px;
	display: none;
	cursor: pointer;
	color: #2f9c49;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	line-height: 36px;
	font-size: 36px;
	background: transparent;
	padding: 1px;
	margin: 0px;
	opacity: 0.7;
	position: absolute;
	top: 40%;
}

#owl-complect .owl-dots {
	padding-top: 22px;
}

#owl-complect .owl-prev,
#owl-complect .owl-next {
	top: auto;
	bottom: -20px;
}

.owl-alex-theme .owl-prev {
	left: -20px;
}

.owl-alex-theme .owl-next {
	right: -20px;
}

.owl-alex-theme .owl-prev i:before,
.owl-alex-theme .owl-next i:before {
	margin: 0px;
	width: 36px;
	height: 36px;
	padding: 0px;
	line-height: 36px;
}

.owl-alex-theme .owl-nav .owl-prev:hover,
.owl-alex-theme .owl-nav .owl-next:hover {
	color: #2f9c49;
	opacity: 1;
	background: transparent;
	text-decoration: none;
}

.owl-alex-theme .owl-nav .owl-prev:active,
.owl-alex-theme .owl-nav .owl-next:active {
	color: #256f3a;
	opacity: 1;
	background: transparent;
	text-decoration: none;
}

.owl-alex-theme .owl-dots {
	padding-top: 8px;
}

/* */
.owl-left-slide {
	margin-bottom: 40px;
}

.owl-left-slide .owl-stage-outer {
	border-radius: 5px;
}

.owl-left-slide img {
	border-radius: 5px;
	border: 1px solid #e4e4e4;
}

.owl-left-slide .owl-dots {
	padding-top: 8px;
}

/* */
#owl-top .owl-controls {
	position: absolute;
	bottom: 17px;
	z-index: 100;
	width: 100%;
	left: 0px;
}

#owl-top .owl-nav {
	text-align: center;
}

#owl-top .owl-prev,
#owl-top .owl-next {
	width: 32px;
	height: 32px;
	border-radius: 50px;
	display: none;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	background: rgba(119, 82, 122, 0.5);
	padding: 1px;
	margin: 0px;
}

#owl-top .owl-prev {
	margin-right: 100px;
}

#owl-top .owl-next {
	margin-left: 100px;
}

#owl-top .owl-prev i:before,
#owl-top .owl-next i:before {
	margin: 0px;
	width: 30px;
	height: 30px;
	padding: 0px;
	line-height: 30px;
}

#owl-top .owl-nav .owl-prev:hover,
#owl-top .owl-nav .owl-next:hover {
	color: #a11966;
	background: transparent;
	text-decoration: none;
}

#owl-top .owl-nav .owl-prev:active,
#owl-top .owl-nav .owl-next:active {
	color: #77527a;
	background: transparent;
	text-decoration: none;
}

#owl-top .owl-next {
	left: auto;
	right: 0px;
}

#owl-top {
	margin-bottom: 0px;
}

#owl-top .owl-wrapper-outer {
	border: 0px solid #e8e8e8;
}

#owl-top img {
	width: 100%;
}




#owl-topmob .owl-controls {}

#owl-topmob .owl-nav {}

#owl-topmob .owl-prev,
#owl-topmob .owl-next {}


#owl-topmob .owl-next {
	left: auto;
	right: 0px;
}

#owl-topmob {}

#owl-topmob .owl-wrapper-outer {
	border: 0px solid #e8e8e8;
}

#owl-topmob img {
	width: 100%;
}

#owl-topmob .owl-stage {
	padding-left: 0px !important;
}


#owl-topmob .item {
	border: 1px solid #e4e4e4;
	border-radius: 5px 0px 5px 0px;
	padding: 5px;
	margin-right: 6px;
}

#owl-topmob .owl-dots {
	display: none !important;
}


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

#owl-totop .owl-controls {
	position: absolute;
	bottom: 30px;
	z-index: 100;
	width: 100%;
	left: 0px;
}

#owl-totop .owl-nav {
	text-align: center;
}

#owl-totop .owl-prev,
#owl-totop .owl-next {
	width: 32px;
	height: 32px;
	border-radius: 50px;
	display: none;
	cursor: pointer;
	color: #fff;
	display: inline-block;
	zoom: 1;
	*display: inline;
	text-align: center;
	line-height: 30px;
	font-size: 30px;
	background: rgba(119, 82, 122, 0.5);
	padding: 1px;
	margin: 0px;
}

#owl-totop .owl-prev {
	margin-right: 100px;
}

#owl-totop .owl-next {
	margin-left: 100px;
}

#owl-totop .owl-prev i:before,
#owl-totop .owl-next i:before {
	margin: 0px;
	width: 30px;
	height: 30px;
	padding: 0px;
	line-height: 30px;
}

#owl-totop .owl-nav .owl-prev:hover,
#owl-totop .owl-nav .owl-next:hover {
	color: #a11966;
	background: transparent;
	text-decoration: none;
}

#owl-totop .owl-nav .owl-prev:active,
#owl-totop .owl-nav .owl-next:active {
	color: #77527a;
	background: transparent;
	text-decoration: none;
}

#owl-totop .owl-next {
	left: auto;
	right: 0px;
}

#owl-totop {
	margin-bottom: 0px;
}

#owl-totop .owl-wrapper-outer {
	border: 0px solid #e8e8e8;
}

#owl-totop img {
	width: 100%;
}









@-webkit-keyframes empty {
	0% {
		opacity: 1
	}
}

@-moz-keyframes empty {
	0% {
		opacity: 1
	}
}

@keyframes empty {
	0% {
		opacity: 1
	}
}

.modal-backdrop.in {
	filter: alpha(opacity=80);
	opacity: .8;
}

/* */
.typeahead__result {
	width: 100% !important;
}

.typeahead__list {
	max-height: 420px;
	overflow-y: scroll;
	width: 100% !important;
}

.typeahead__list>li>a,
.typeahead__list {
	padding: 0px;
}

.typeahead__list>li.typeahead__item:last-child {
	width: 100% !important;
	float: none !important;
	clear: both !important;
}

.typeahead__list>li.typeahead__group {
	background: #2f9c49;
	border: none !important;
	font-weight: 300;
	padding: 2px 4px;
	color: #fff;
}

.typeahead__list>li.typeahead__item+li.typeahead__group {
	margin-top: 8px;
}

.typeahead__list>li.typeahead__group {
	display: block !important;
	width: 100% !important;
	float: none !important;
	clear: both !important;
}

.typeahead__list>li.typeahead__group+li.typeahead__item {
	border-top: 1px solid #ccc;
}

.typeahead__list>li.typeahead__group[data-search-group="items"] a,
.typeahead__list>li.typeahead__group[data-search-group="categorys"] a,
.typeahead__list>li.typeahead__group[data-search-group="brands"] a {
	display: none;
}

.typeahead__list>li.typeahead__group[data-search-group="items"] span {
	font-size: 10px;
}

/*.typeahead__list > li.typeahead__group[data-search-group="items"]:before 
{
content: 'товары: ';
}
.typeahead__list > li.typeahead__group[data-search-group="items"]:after 
{
content: '(выводятся по 15, уточняйте поисковую фразу)';
font-size: 10px;
}
.typeahead__list > li.typeahead__group[data-search-group="categorys"]:before
{
content: 'категории:';
}
.typeahead__list > li.typeahead__group[data-search-group="brands"]:before
{
content: 'бренды:';
}*/
.search__product {
	padding: 4px;
	position: relative;
	min-height: 83px;
}

.search__product_no {
	padding: 4px 8px;
	font-size: 14px;
}

.search__product .flag {
	width: 83px;
	height: 15px;
	border-radius: 1px;
	line-height: 15px;
	font-size: 11px;
	left: 0px;
	top: auto;
	bottom: 0px;
	padding: 0px;
	border: 0px;
}

.search__product .label-day {
	display: none;
}

.search__product_name {
	font-family: 'Open Sans', sans-serif;
	padding: 0px 79px 0px 85px;
	display: block;
	font-size: 13px;
}

.search__product_img {
	width: 75px;
	position: absolute;
	top: 4px;
	left: 4px;
}

.search__product_price {
	font-family: 'Open Sans', sans-serif;
	display: block;
	vertical-align: middle;
	width: 75px;
	height: 75px;
	background: #f3ffed;
	position: absolute;
	top: 4px;
	right: 4px;
}

.search__product .akcia_text {
	display: none;
}

.search__product_price .price {
	display: table-cell;
	vertical-align: middle;
	width: 75px;
	height: 75px;
	text-align: center;
	float: none;
}

.search__product_price .flag {
	left: auto;
	right: 80px;
	width: 120px;
	height: 22px;
	line-height: 22px;
	font-size: 12px;
	padding: 0px 4px;
}

.search__product div.present {
	display: none;
}

.search__product_price .price,
.search__product_price .price ins,
.search__product_price .price .price-new {
	font-size: 28px;
	padding: 0px;
}

.search__product_price .price ins {
	display: block;
	float: none;
	width: 75px;
	text-align: center;
}

.search__product_price .price del,
.search__product_price .price .price-old {
	display: block;
	font-size: 14px;
	line-height: 18px;
	color: #757575;
	text-align: center;
}

.search__product_price small {
	font-size: 12px;
	line-height: 12px;
	display: block;
}

.typeahead__list>li>a.find_more {
	padding: 6px 4px 6px 6px;
}

.typeahead__list>li>a.find_more:hover {
	color: #2f9c49;
}

.input-group-search input.form-control {
	border-radius: 4px 0px 0px 4px !important;
}

.search__brand {
	padding: 4px;
	position: relative;
	min-height: 83px;
}

.search__brand_name {
	font-family: 'Open Sans', sans-serif;
	padding: 0px 0px 0px 85px;
	height: 75px;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}

.search__brand_img {
	width: 75px;
	position: absolute;
	top: 4px;
	left: 4px;
}

.search__category {
	padding: 4px;
	position: relative;
	min-height: 73px;
	overflow: hidden;
}

.search__category_name {
	font-family: 'Open Sans', sans-serif;
	padding: 0px 0px 0px 130px;
	height: 65px;
	display: table-cell;
	vertical-align: middle;
	font-size: 13px;
}

.search__category_img {
	width: 123px;
	position: absolute;
	top: 4px;
	left: 4px;
}

/* */
.float_left {
	float: left;
	border: 1px solid #e8e6e6;
	margin: 0px 20px 20px 0px;
}

a:hover .float_left {
	border-color: #256f3a;
}

.text_block .date {
	margin-bottom: 8px;
	font-size: 13px;
	color: #7f7f7f;
}

.visible-xs-small {
	display: none;
}

.basket_sale {
	border-radius: 5px;
	border: 1px solid #d9d9d9;
	margin-bottom: 15px;
}

ul.d-flex-content {
	list-style: none;
}

ul.d-flex-content li {
	float: left;
	padding-right: 10px;
	font-size: 16px;
	width: 50%;
}

ul.d-flex-content img {
	width: auto;
	height: 30px;
	margin-right: 10px;
}

ul.d-flex-content li:last-child {
	margin-bottom: 20px;
}

@media (min-width: 992px) {
	.col-md-3-5 {
		width: 29.16666655%;
	}
}

@media (min-width: 768px) {}

/* Медиаселекторы */
@media (min-width: 1400px)
/* Огромное разрешение */
	{
	.logo img {
		height: 87px;
	}

	.visible-xs-small {
		display: none !important;
	}

	.navbar-basket {
		display: none;
	}

	.cat_nav_block .container>ul>li,
	.cat_nav_block .container>ul>li.category-lg {
		width: 16.5%;
	}

	.cat_nav_block .container>ul>li>a>span {
		padding: 0 30px;
	}

	.cat_nav_block .container>ul>li.category-lg>a>span {
		padding: 0 30px;
	}

	.counter_inner {
		background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
	}

	.counter_inner::after {
		right: 28.74%;
	}

	.counter_inner::before {
		right: 26.6%;
	}

	.order_1click .input-group {
		width: 55%;
	}

	.product .counter_inner {
		background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
	}

	.product .counter_inner::after {
		right: 39.5%;
	}

	.product .counter {
		background-position: -20px top;
	}

	.product .counter .motivation {
		font-size: 18px;
		font-weight: 400;
		margin: 0px 0px 0px 185px;
		text-align: left;
		line-height: 24px;
		padding: 20px 0px 0px 0px;
	}

	.product .counter_inner::before {
		display: none;
	}

	.basket_item .basket_it_price:before {
		display: none;
	}
}

@media (min-width: 1200px) and (max-width: 1399px)
/* Большое разрешение LG  */
	{
	.logo img {
		height: 87px;
	}

	.visible-xs-small {
		display: none !important;
	}

	.navbar-basket {
		display: none;
	}

	.cat_nav_block .container>ul>li,
	.cat_nav_block .container>ul>li.category-lg {
		width: 16.5%;
	}

	.cat_nav_block .container>ul>li>a>span {
		padding: 0 30px;
	}

	.cat_nav_block .container>ul>li.category-lg>a>span {
		padding: 0 30px;
	}

	.counter_inner {
		background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
	}

	.counter_inner::after {
		right: 28.74%;
	}

	.counter_inner::before {
		right: 26.6%;
	}

	.order_1click .input-group {
		width: 55%;
	}

	.product .counter_inner {
		background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 69.99%, rgb(45 151 71) 70%, rgb(0 0 0) 100%);
	}

	.product .counter_inner::after {
		right: 39.5%;
	}

	.product .counter {
		background-position: -20px top;
	}

	.product .counter .motivation {
		font-size: 18px;
		font-weight: 400;
		margin: 0px 0px 0px 185px;
		text-align: left;
		line-height: 24px;
		padding: 20px 0px 0px 0px;
	}

	.product .counter_inner::before {
		display: none;
	}

	.basket_item .basket_it_price:before {
		display: none;
	}
}

@media (min-width: 992px) and (max-width: 1199px)
/* Среднее разрешение MD */
	{
	.visible-xs-small {
		display: none !important;
	}

	.navbar-basket {
		display: none;
	}

	.header {
		padding-top: 156px;
	}

	#choose button {
		width: 95px;
		height: 95px;
		background-size: 100% auto;
		font-size: 14px;
		line-height: 15px;
	}

	#choose button span {
		margin-top: 55px;
	}

	.subnav {
		width: 940px;
	}

	.filter_block_top a.mradio {
		margin-right: 15px;
	}

	.filter_block_top a.mradio:last-child {
		margin-right: 0px;
	}

	.flag-sm-allitems {
		width: 42px;
	}

	.flag-sm-allitems small {
		display: none;
	}

	.order_1click .input-group {
		width: 70%;
	}

	.row-complect .col-sm-1 {
		padding-top: 150px;
		padding-left: 5px;
		padding-right: 5px;
	}

	.complect-skidka {
		padding-top: 55px;
	}

	.product .counter_inner {
		background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 52.99%, rgb(45 151 71) 53%, rgb(0 0 0) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 52.99%, rgb(45 151 71) 53%, rgb(0 0 0) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 52.99%, rgb(45 151 71) 53%, rgb(0 0 0) 100%);
	}

	.product .counter_inner::after {
		right: 47.5%;
	}

	.product .counter {
		background: none;
	}

	.product .counter .motivation {
		font-size: 18px;
		font-weight: 400;
		margin: 0px 0px 0px 20px;
		text-align: left;
		line-height: 24px;
		padding: 20px 0px 0px 0px;
	}

	.product .counter_inner::before {
		display: none;
	}

	.basket_item .basket_it_price:before {
		display: none;
	}
}

@media (min-width: 768px) and (max-width: 991px)
/* Малое разрешение SM */
	{
	.modal-dialog {
		width: 700px;
	}

	.visible-xs-small {
		display: none !important;
	}

	.navbar-basket {
		position: absolute;
		top: 23px;
		right: 15px;
	}

	.header {
		padding-top: 153px;
		position: relative;
	}

	.col-slides-sm {
		margin-bottom: 25px;
	}

	.col-slides-sm a,
	.col-slides-foo a {
		display: block;
		width: 23.5%;
		margin-bottom: 0px;
		float: left;
	}

	.col-slides-sm a+a,
	.col-slides-foo a+a {
		margin-left: 2%;
	}

	.counter_inner {
		background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55.99%, rgb(45 151 71) 56%, rgb(0 0 0) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55.99%, rgb(45 151 71) 56%, rgb(0 0 0) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 55.99%, rgb(45 151 71) 56%, rgb(0 0 0) 100%);
	}

	.counter_inner::after {
		right: 43.74%;
	}

	.counter_inner::before {
		right: 40%;
	}

	.counter {
		background: none;
	}

	.counter .motivation {
		font-size: 34px;
		margin: 0px 52% 0px 0%;
	}

	.partner li {
		font-size: 14px;
	}

	.benefits li {
		font-size: 14px;
		padding-bottom: 0px;
		line-height: 17px;
		min-height: 115px;
	}

	.benefitsli--name {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.foot_contact dd {
		padding-left: 0px;
		margin-bottom: 10px;
	}

	.section_footer_content_bg2 {
		background: none;
	}

	.vender_nav .alphbet {
		margin-left: 0px;
		margin-top: 4px;
	}

	#choose button {
		width: 95px;
		height: 95px;
		background-size: 100% auto;
		font-size: 14px;
		line-height: 15px;
	}

	#choose button span {
		margin-top: 55px;
	}

	.filter_block_top a.mradio {
		margin-right: 30px;
	}

	.filter_block_top a.mradio:last-child {
		margin-right: 0px;
	}

	.filter_block_top a.mradio:nth-child(1),
	.filter_block_top a.mradio:nth-child(2),
	.filter_block_top a.mradio:nth-child(3) {
		margin-bottom: 10px;
	}

	.testim_buttons .btn {
		width: 100%;
	}

	.testim_buttons .btn:last-child {
		float: none;
		margin-top: 5px;
	}

	.row-complect .price {
		width: 58%;
	}

	.row-complect .stars {
		width: 40%;
	}

	.col-md-3-5 {
		width: 29.16666655%;

	}

	.col-sm-1 span {
		width: 65px;
		height: 65px;
		line-height: 63px;
		font-size: 32px;
	}

	.row-complect .col-sm-1 {
		padding-left: 6px;
		padding-top: 120px;
	}

	.compl-price {
		font-size: 48px;
	}

	.complect-skidka {
		padding-top: 35px;
	}

	.product .counter_inner {
		background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40.99%, rgb(45 151 71) 41%, rgb(0 0 0) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40.99%, rgb(45 151 71) 41%, rgb(0 0 0) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 40.99%, rgb(45 151 71) 41%, rgb(0 0 0) 100%);
	}

	.product .counter_inner::after {
		display: none;
	}

	.product .counter {
		background: none;
	}

	.product .counter .motivation {
		font-size: 18px;
		font-weight: 400;
		margin: 0px 0px 0px 10px;
		text-align: left;
		line-height: 24px;
		padding: 20px 0px 0px 0px;
	}

	.product .counter_inner::before {
		display: none;
	}

	.basket_item .basket_it_price:before {
		display: none;
	}
}

@media (min-width: 500px) and (max-width: 767px)
/* Малое разрешение разрешение XS - планшет/телефон */
	{
	.section_footer_content {
		background: none;
	}

	.header {
		padding-top: 169px;
		position: relative;
	}

	.cat_nav_block .container>ul>li {
		width: 20%;
	}

	.cat_nav_block .container>ul>li.category-lg {
		width: 30%;
	}

	.btn-category span {
		width: 200px;
		padding: 0px 15px;
	}

	.hidden-xs-tablet,
	.visible-xs-small {
		display: none !important;
	}

	.top_navigation .navbar-left {
		float: left;
		margin: 0;
	}

	.top_navigation .navbar-right {
		float: right;
		margin: 0;
	}

	.top_navigation .navbar-nav>li {
		float: left !important;
	}

	.navbar-toggle {
		position: absolute;
		top: 10px;
		right: 0px;
	}

	.navbar-basket {
		position: absolute;
		top: 23px;
		right: 65px;
	}

	.navbar-alex .adress {
		list-style: none;
		margin: 0px 0px 10px 0px;
		padding: 0px;
	}

	.navbar-offcanvas .adress {
		margin: 10px 0px 10px 10px;
	}

	.navbar-offcanvas .adress>li {
		margin: 0px 0px 4px 0px;
	}

	.navbar-alex .adress>li {
		float: none;
	}

	.navbar-alex .adress>li+li {
		margin-left: 0px;
	}

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-offcanvas>navbar-nav>li>a:hover,
	.navbar-offcanvas>navbar-nav>li>a:focus,
	.navbar-offcanvas>navbar-nav>li>a:active {
		color: #fff;
		background-color: #2f9c49;
	}

	.navbar-offcanvas>.navbar-nav>.active>a,
	.navbar-offcanvas>.navbar-nav>.active>a:focus,
	.navbar-offcanvas>.navbar-nav>.active>a:hover {
		color: #fff;
		background-color: #78527b;
	}

	.navbar-alex .col-logo {
		padding-top: 20px;
		padding-bottom: 0px;
	}

	.navbar-alex .col-logo .logo img {
		max-width: 165px;
	}

	.navbar-alex .col-adress {
		padding-top: 10px;
		padding-bottom: 18px;
	}

	.navbar-alex .col-search {
		margin-top: -10px;
	}

	.navbar-alex .col-adress .adress {
		margin-bottom: 0px;
		margin-top: -4px;
		position: absolute;
		top: -62px;
		right: -140px;
	}

	.cat_nav_block .container>ul>li:nth-child(5) .btn-category::before {
		content: '';
		display: block;
		position: absolute;
		left: -1px;
		top: 0px;
		background-color: #256f3a;
		width: 2px;
		height: 72px;
	}

	.col-slides-sm {
		margin-bottom: 25px;
	}

	.col-slides-foo a+a {
		margin-left: 0px;
	}

	.col-slides-sm a,
	.col-slides-foo a {
		width: 48%;
		margin-bottom: 0px;
		float: left;
	}

	.col-slides-sm a:nth-child(even),
	.col-slides-foo a:nth-child(even) {
		margin-left: 4%;
	}

	.col-slides-sm a:nth-child(1),
	.col-slides-sm a:nth-child(2),
	.col-slides-foo a:nth-child(1),
	.col-slides-foo a:nth-child(2) {
		margin-bottom: 20px;
	}

	.partner li {
		font-size: 14px;
		display: block;
		margin-bottom: 20px;
	}

	.small_item .price {
		display: block;
		float: left;
		width: 55%;
		margin-right: 2%;
	}

	.small_item .stars {
		width: 43%;
		float: left;
		padding-top: 8px;
	}

	.owl-alex-theme .owl-next {
		right: -15px;
	}

	.owl-alex-theme .owl-prev {
		left: -15px;
	}

	.benefits li {
		font-size: 14px;
		padding-bottom: 0px;
		line-height: 17px;
		min-height: 115px;
		background-position: center top !important;
	}

	.benefitsli--name {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.benefits {
		padding-bottom: 0px;
	}

	.foot_contact dd {
		padding-left: 0px;
		margin-bottom: 4px;
	}

	.foot_contact {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.foot_contact dt {
		font-size: 16px;
	}

	.section_footer_content_bg2 {
		background-size: auto 100% !important;
	}

	.white_opacity .col-sm-6:last-child {
		margin-top: 30px;
	}

	#socseti {
		top: auto;
		bottom: 160px;
		right: 0px;
	}

	#viewed {
		bottom: 0px;
		left: 0px;
	}

	.vender_nav .alphbet {
		margin-left: 0px;
		margin-top: 4px;
	}

	#choose {
		top: auto;
		bottom: 60px;
		right: 0px;
	}

	#choose button {
		width: 85px;
		height: 85px;
		background-size: 100% auto;
		font-size: 13px;
		line-height: 13px;
	}

	#choose button span {
		margin-top: 45px;
	}

	.filter_block_top a.mradio {
		margin-right: 20px;
	}

	.filter_block_top a.mradio:last-child {
		margin-right: 0px;
	}

	.filter_block_top {
		padding-bottom: 4px;
	}

	.filter_block_top a.mradio {
		margin-bottom: 10px;
	}

	.flag-sm-allitems {
		width: 42px;
	}

	.flag-sm-allitems small {
		display: none;
	}

	.testim_items {
		display: none;
	}

	.testimonials {
		margin-bottom: 20px;
	}

	.order_1click .input-group {
		width: 420px;
	}

	.col-xs-5-5 {
		width: 45.83333315%;
	}

	.row-complect .col-xs-5-5 {
		width: 41.66666667%;
	}

	.row-complect .col-plus {
		padding-left: 0px;
		padding-right: 0px;
		text-align: center;
	}

	.row-complect .col-plus span {
		width: 50px;
		height: 50px;
		line-height: 47px;
		font-size: 30px;
	}

	.row-complect .col-eq {
		padding-top: 0px;
		padding-bottom: 10px;
		text-align: center;
	}

	.compl-price-bar {}

	.row-complect .btn-basket.btn-lg {}

	.row-complect .complect-skidka {
		padding-top: 0px;

	}

	.compl-price {
		text-align: center;
		font-size: 60px;
		line-height: 60px;
		color: #2f9c49;
		margin-bottom: 10px;
	}

	.complect-skidka {
		border-bottom: 1px solid #c1c1c1;
	}

	.product .counter .motiv2+.motiv2 {
		display: none;
	}

	.basket_it_params:after,
	.basket_it_params:before {
		content: '';
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 1px;
		background: #d5d5d5;
	}

	.basket_it_params:before {
		top: 0px;
		background: #edecec;
	}

	.basket_item .basket_it_price,
	.basket_item .basket_it_sum,
	.basket_item .basket_it_but {
		text-align: center;
		line-height: 16px;
		min-height: 54px;
	}

	.basket_item .basket_it_but {
		line-height: 34px;
	}

	.basket_it+.basket_it .basket_it_prod {
		padding-top: 20px;
	}

	.basket_item .basket_it_qty {
		padding-top: 10px;
	}

	.basket_item .basket_it_prod {
		max-height: none;
		overflow: visible;
	}

	.contact .col-xs-12.col-sm-6:first-child {
		margin-bottom: 40px;
	}
}

@media (min-width: 600px) and (max-width: 767px)
/* для таймера */
	{
	.counter_inner {
		background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45.99%, rgb(45 151 71) 46%, rgb(0 0 0) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45.99%, rgb(45 151 71) 46%, rgb(0 0 0) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45.99%, rgb(45 151 71) 46%, rgb(0 0 0) 100%);
	}

	.counter_inner::after {
		display: none;
	}

	.counter_inner::before {
		display: none;
	}

	.counter {
		background: none;
	}

	.counter .motivation {
		font-size: 30px;
		font-weight: 300;
		color: #2f9c49;
		display: inline-block;
		text-align: center;
		line-height: 46px;
		text-transform: uppercase;
		margin: 14px 0px 0px 10px;
	}

	.counter .motivation .motiv2 {
		font-size: 16px;
	}

	.sub_buttons a span {
		width: 500px;
	}
}

@media (min-width: 500px) and (max-width: 599px)
/* для таймера */
	{
	.counter_inner {
		background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35.99%, rgb(45 151 71) 36%, rgb(0 0 0) 100%);
		background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35.99%, rgb(45 151 71) 36%, rgb(0 0 0) 100%);
		background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 35.99%, rgb(45 151 71) 36%, rgb(0 0 0) 100%);
	}

	.counter_inner::after {
		right: 68.2%;
	}

	.counter_inner::before {
		left: 20px;
	}

	.counter {
		background: none;
	}

	.counter .motivation {
		display: none;
	}

	.subnav>ul {
		margin: 0px;
		padding: 0px;
		width: 49%;
		list-style: none;
		float: left;
	}

	.subnav>ul+ul {
		margin-left: 2%;
	}

	.col-xs-even {
		padding-right: 10px;
	}

	.col-xs-odd {
		padding-left: 10px;
	}

	.sub_buttons .col-xs-6 {
		width: 100%;
	}

	.sub_buttons a span {
		width: 500px;
	}
}

@media (max-width: 1200px)
/* Разрешение <1200 */
	{
	.navbar-alex .col-logo {
		width: 21%;
	}
	}

@media (max-width: 499px)
/* Малое разрешение разрешение XS - телефон */
	{
	.category-list .col-xs-6 {
		/*width: 100%;*/
	}

	.category-item .category-item-title {
	    bottom: 0px;
	    font-size: 12px;
	    line-height: 14px !important;
	    padding: 3px 5px;
	}

	.homeosncontent .owl-carousel {
		display: block !important;
	}

	.navbar-alex .col-logo {
		padding-top: 20px;
		padding-bottom: 0px;
		width: 33%;
	}

	.vender_nav .alphbet {
		margin-left: 0px;
		margin-top: 4px;
	}

	.header {
		padding-top: 110px;
	}

	.navbar-alex .col-adress {
		padding-top: 10px;
		padding-bottom: 15px;
	}

	.col-adress .col-xs-5 {
		display: none;
	}

	.col-adress .col-xs-7 {
		width: 100%;
	}

	.hidden-xs-tablet,
	.hidden-xs-small {
		display: none !important;
	}

	.top_navigation .navbar-left {
		float: left;
		margin: 0;
	}

	.top_navigation .navbar-right {
		float: right;
		margin: 0;
	}

	.top_navigation .navbar-nav>li {
		float: left !important;
	}

	.navbar-toggle {
		position: absolute;
		top: 10px;
		right: 0px;
	}

	.navbar-basket {
		position: absolute;
		top: 23px;
		right: 65px;
	}



	.cat_nav_block .container>ul>li {
		width: 33%;
	}

	.cat_nav_block .container>ul>li.category-lg {
		width: 33%;
	}

	.btn-category span {
		width: 200px;
		padding: 0px 2px;
		font-size: 15px;
	}

	.logo img {
		width: 124px !important;
	}

	.cat_nav_block .container>ul>li:nth-child(5) .btn-category::before {
		content: '';
		display: block;
		position: absolute;
		left: -1px;
		top: 0px;
		background-color: #256f3a;
		width: 2px;
		height: 72px;
	}

	.counter .clock {
		position: relative;
		width: 260px;
		margin: 0px auto 0px auto;
		top: auto;
		right: auto;
	}

	.counter_inner {
		padding-top: 38px;
		background: #2f9c49;
	}

	.counter_inner::after {
		display: none;
	}

	.counter_inner::before {
		display: none;
	}

	.counter {
		background: none;
	}

	.counter .motivation {
		display: none;
	}

	.partner li {
		font-size: 14px;
		display: block;
		margin-bottom: 20px;
	}

	.owl-alex-theme .owl-next {
		right: -15px;
	}

	.owl-alex-theme .owl-prev {
		left: -15px;
	}

	.benefits li {
		font-size: 14px;
		padding-bottom: 0px;
		line-height: 17px;
		min-height: 115px;
		background-position: center top !important;
	}

	.benefitsli--name {
		font-size: 22px;
		margin-bottom: 10px;
	}

	.benefits {
		padding-bottom: 0px;
	}

	.foot_contact dd {
		padding-left: 0px;
		margin-bottom: 4px;
	}

	.foot_contact {
		font-size: 14px;
		margin-bottom: 5px;
	}

	.foot_contact dt {
		font-size: 16px;
	}

	.section_footer_content {
		background: none;
	}

	.section_footer_content_bg2 {
		background-size: auto 100% !important;
	}

	#socseti {
		top: auto;
		bottom: 85px;
		right: 0px;
	}

	#viewed {
		bottom: 0px;
		left: 0px;
	}

	#choose {
		top: auto;
		bottom: 40px;
		right: 0px;
		border: 0px;
		padding: 0px;
		opacity: 0.7;
	}

	#choose:hover {
		border: 0px;
		opacity: 1;
	}

	#choose button {
		width: 85px;
		height: 45px;
		background-size: 100% auto;
		font-size: 13px;
		line-height: 13px;
		background: #fff;
	}

	#choose button span {
		margin-top: 0px;
	}

	.subnav>ul {
		margin: 0px;
		padding: 0px;
		width: 100%;
		list-style: none;
		float: left;
	}

	.subnav>ul+ul {
		margin-left: 0%;
	}

	.navbar-offcanvas .adress {
		margin: 10px 10px 10px 10px;
	}

	.navbar-offcanvas .adress>li {
		margin: 0px 0px 4px 0px;
	}

	.navbar-alex .adress>li {
		float: none;
	}

	.navbar-alex .adress>li+li {
		margin-left: 0px;
	}

	.navbar-default .navbar-nav>li>a:focus,
	.navbar-default .navbar-nav>li>a:hover,
	.navbar-offcanvas>navbar-nav>li>a:hover,
	.navbar-offcanvas>navbar-nav>li>a:focus,
	.navbar-offcanvas>navbar-nav>li>a:active {
		color: #fff;
		background-color: #2f9c49;
	}

	.navbar-offcanvas>.navbar-nav>.active>a,
	.navbar-offcanvas>.navbar-nav>.active>a:focus,
	.navbar-offcanvas>.navbar-nav>.active>a:hover {
		color: #fff;
		background-color: #78527b;
	}

	.col-slides-foo a+a {
		margin-left: 0px;
	}

	.col-slides-foo a {
		width: 48%;
		margin-bottom: 0px;
		float: left;
	}

	.col-slides-foo a:nth-child(even) {
		margin-left: 4%;
	}

	.col-slides-foo a:nth-child(1),
	.col-slides-foo a:nth-child(2) {
		margin-bottom: 20px;
	}

	.filter_block_top a.mradio {
		margin-right: 20px;
	}

	.filter_block_top a.mradio:last-child {
		margin-right: 0px;
	}

	.filter_block_top {
		padding-bottom: 4px;
	}

	.filter_block_top a.mradio {
		margin-bottom: 10px;
	}

	.col-xs-even {
		padding-right: 10px;
	}

	.col-xs-odd {
		padding-left: 10px;
	}

	.block_product_price .qty {
		margin-bottom: 20px;
	}

	.row-params .col-xs-8 {
		width: 100%;
	}

	.testim_items {
		/*display: none;*/
	}

	.testimonials {
		margin-bottom: 20px;
	}

	.product .row:first-child .col-xs-9.col-sm-12 {
		padding-right: 0px;
	}

	.col-complect-qty {
		padding: 0px 5px;
		width: 65px;
		max-width: 65px;
		min-width: 65px;
	}

	.col-complect-name a {
		top: 40px;
		left: 6px;
		border: 1px solid #d0d0d0;
	}

	.col-complect-name a+label {
		margin-left: 0px;
	}

	.row-complect .col-xs-5-5 {
		/*width: 100%;*/
	}

	.row-complect .col-plus,
	.row-complect .col-eq {
		/*width: 100%;*/
		text-align: center;
		padding-top: 0px;
		margin-top: -5px;
		margin-bottom: -5px;
	}

	.col-plus span,
	.col-eq span {

		width: 50px;
		height: 50px;
		line-height: 50px;
	}

	.row-complect .col-xs-5 {
		width: 41.66666667%;
	}

	.row-complect [class^="icon-"]:before {
		margin: 0 !important;
	}

	.row-complect .col-sm-2 {
		padding-top: 75px;

	}

	.row-complect .col-sm-12.complect-skidka {
		padding-top: 25px;

	}

	.row-complect .col-sm-2.col-eq {
		padding-top: 25px;
	}

	.row-complect .small_item .stars {
		display: none;
	}

	.complect-skidka {
		padding-top: 5px;
		border-bottom: 1px solid #c1c1c1;
		padding-bottom: 15px;
	}

	.compl-price {
		line-height: 60px;
	}

	.product .counter .motiv2+.motiv2 {
		display: none;
	}

	.present_block_title {
		font-size: 13px;
		line-height: 15.5px;
		height: 78px !important;
		width: 105px;
		padding: 0px 10px;
	}

	.present_block_inner {
		font-size: 14px;
		line-height: 16.5px;
		padding: 0px 10px;
	}

	.basket_it_params:after,
	.basket_it_params:before {
		content: '';
		display: block;
		position: absolute;
		left: 0px;
		bottom: 0px;
		width: 100%;
		height: 1px;
		background: #d5d5d5;
	}

	.basket_it_params:before {
		top: 0px;
		background: #edecec;
	}

	.basket_item .basket_it_price,
	.basket_item .basket_it_sum,
	.basket_item .basket_it_but {
		text-align: center;
		line-height: 16px;
		min-height: 54px;
	}

	.basket_item .basket_it_but {
		line-height: 34px;
	}

	.basket_it+.basket_it .basket_it_prod {
		padding-top: 20px;
	}

	.basket_item .basket_it_qty {
		padding-top: 10px;
	}

	.basket_item .basket_it_prod {
		max-height: none;
		overflow: visible;
	}

	.basket_item .basket_it_prod {
		font-size: 11px;
		line-height: 13.5px;
	}

	.basket_item .basket_it_prod a {
		font-size: 13px;
		line-height: 15px;
	}

	.modal-title {
		font-size: 18px;
		line-height: 20px;
		text-align: center;
		padding: 8px 8px;
	}

	.modal-footer .btn-gray+.btn-lg.btn-basket {
		margin-top: 5px;
	}

	.visible-xs-small {
		display: block !important;
	}

	.sub_buttons .col-xs-6 {
		width: 100%;
	}

	.sub_buttons a span {
		width: 400px;
	}

	ul.d-flex-content li {
		float: left;
		padding-right: 10px;
		font-size: 18px;
		width: 100%;
	}
}

@media (max-width: 420px) {
	.items_catalog {
		display: flex;
		flex-wrap: wrap;
		align-items: stretch;
		gap: 10px;
		margin: 0;
		padding: 0;
		justify-content: space-between;
		margin-bottom: 25px;
	}

	.items_catalog:before,
	.items_catalog:after {
		display: none;
	}

	.items_catalog .col-xs-6 {
		width: calc(50% - 5px);
		padding: 0;
	}

	.items_catalog .small_item {
		margin-bottom: 0;
	}

	.small_item .price_block {
		display: flex;
		flex-direction: column;
		gap: 8px;
	}

	.small_item .price_block .price {
		margin-right: 0;
		float: none;
		width: 100%;
	}

	.small_item .stars {
		width: 100%;
		float: none;
		padding: 0;
	}

	.small_item .btn-basket {
		padding: 5px 0;
		font-size: 16px;
	}

	.filter_block_top a.mradio {
		margin-right: 5px;
	}

	.flag-sm {
		width: 87px;
	}

	ul.d-flex-content {
		padding-left: 0;
	}

	ul.d-flex-content li {
		width: 100%;
		padding-right: 0;
		margin-bottom: 5px;
		font-size: 15px;
	}
}

@media (max-width: 359px)
/* Самое малое разрешение разрешение XS - телефон */
	{


	.top_navigation .container {
		padding: 0px 0px;
		overflow: hidden;
	}

	.logo img {
		width: 98px !important;
	}

	.btn-category span {
		width: 200px;
		padding: 0px 2px;
		font-size: 12.5px;
	}

	.cat_nav_block .container {
		padding: 0px 1px;
	}

	.navbar-alex .col-adress {
		padding-top: 16px;
		padding-bottom: 12px;
	}

	.top_navigation .navbar-right:before {
		display: none;
	}

	.hidden-xs-tablet,
	.hidden-xs-small {
		display: none !important;
	}

	.visible-xs-small {
		display: block !important;
	}

	.top_navigation .navbar-left {
		float: left;
		margin: 0;
	}

	.top_navigation .navbar-right {
		float: right;
		margin: 0;
	}

	.top_navigation .navbar-nav>li {
		float: left !important;
	}

	.partner li {
		width: 100%;
		font-size: 14px;
		display: block;
		margin-bottom: 20px;
	}

	.benefits li {
		font-size: 13px;
		padding-bottom: 0px;
		line-height: 16px;
		min-height: 130px;
		background-position: center top !important;
	}

	.benefitsli--name {
		font-size: 20px;
		margin-bottom: 10px;
	}

	.section_footer_content {
		background: none;
	}

	.section_footer_content_bg2 {
		background-size: auto 100% !important;
	}

	.socseti {
		font-size: 16px;
	}

	.title_block.title_block_white {
		padding: 0px;
		border: 0px;
		margin-bottom: 20px;
		height: auto;
	}

	.title_block_white span {
		margin: 0px;
		font-size: 24px;
		line-height: 28px;
	}

	.col-slides-foo a+a {
		margin-left: 0px;
	}

	.col-slides-foo a {
		width: 100%;
		margin: 0px 0px 0px 0px;
		float: none;
	}

	.col-slides-foo a:nth-child(1),
	.col-slides-foo a:nth-child(2),
	.col-slides-foo a:nth-child(3) {
		margin: 0px 0px 20px 0px;
	}

	.col-slides-foo a:nth-child(4) {
		margin: 0px;
	}

	.block_product_price .qty {
		margin-right: 0px;
		margin-bottom: 20px;
	}

	.block_product_price .btn-basket {
		width: 100%;
	}

	.order_1click .input-group .icon-mobile {
		display: none;
	}

	.present_block_a,
	.present_block_a a {
		width: 40px;
		height: 40px;
	}

	.present_block_a a img {
		width: 40px;
		height: 40px;
	}

	.present_block_title {
		font-size: 13px;
		line-height: 15.5px;
		height: 78px !important;
		width: 90px;
		padding: 0px 10px;
	}

	.present_block_inner {
		font-size: 13px;
		line-height: 15px;
		padding: 0px 10px;
	}

	.items_catalog {
		gap: 0;
	}

	.items_catalog .col-xs-6 {
		width: 50%;
	}

	.items_catalog .col-xs-6:nth-child(odd) {
		border-left: 1px solid #e4e4e4;
	}

	.items_catalog .col-xs-6:nth-child(-n+2) {
		border-top: 1px solid #e4e4e4;
	}

	.small_item {
		border: none;
		border-radius: 0;
		border-right: 1px solid #e4e4e4;
		border-bottom: 1px solid #e4e4e4;
	}

	.small_item .btn-basket {
		border-radius: 0;
	}
}

@media (max-width: 319px) {
	.items_catalog .col-xs-6 {
		width: 100%;
	}
}


.filereview .filereviewwrapp {
	display: flex;
	align-items: center;
	color: #000;
	font-size: 16px;
	font-weight: 300;
	line-height: 20px;
	margin-top: 15px;
}

.filereview .filereviewwrapp svg {
	flex-shrink: 0;
	margin-right: 20px;
}

.filereview input {
	display: block;
	width: 100%;
	border: 0;
	margin-top: 14px;
}

.formsearchmob {
	padding: 10px;
}

.searchdrop .vender_nav {
	margin: 10px;
	border-bottom: 0;
}

.btn-langnew {
	position: relative;
	display: inline-block;
	background: transparent;
	border: none;
	line-height: 20px;
	color: #333;
	font-size: 13px;
	height: 40px;
	padding: 10px 5px;
}


.btn-langnew.active {
	color: #256f3a;
}

.btn-langnew+.btn-langnew:before {
	content: "/";
	position: absolute;
	left: -4px;
	color: #333 !important;
}

.navbar-alex .adress>li.messicons {
	display: flex;
	margin: 20px 0;
	gap: 10px;
	justify-content: space-between;
	align-items: center;
}

.messicons2 {
	display: flex;
	gap: 10px;
}

.messicons3 {}

.adress li.messicons:before {
	content: unset;

}

.navbtopinfoaccount a {
	display: flex;
	align-items: center;
	gap: 10px;
}

.closemenunavbar {}

.closemenunavbar svg {
	width: 30px;

}

.navbtopinfoaccount svg {
	width: 20px;
}

.navbtopinfo .pull-right {
	float: none !important
}

.navbtopinfo {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	background: #f3ffed;
	margin-bottom: 10px;
}

.submenunavm {
	list-style: none;
	padding-left: 30px;
	display: none;
	padding-bottom: 15px;

}

.submenunavm li a {
	color: #777;
	padding: 5px;
	display: block;
}

.nav>li>.submenumother {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 3px 15px;

}

.nav>li>.submenumother a {
	color: #777;
}

.svgspanmn {
	padding: 5px 10px;
}

.activelinavm .svgspanmn {
	transform: rotate(180deg);
}

.submenumother svg {
	width: 20px;
}

.homeosncontent h1 {

	font-size: 18px;
}

.title_mobtext {
	padding-right: 85px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 15px;
	height: 35px;
}

.itemproductsmob {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
	margin: 5px;
}

.itemproductsmob .itemp {
	width: calc(50% - 2.5px);
	flex-shrink: 0;

}

.owlnewmobcarousel.owl-alex-theme .owl-prev {
	left: auto;
	right: 44px;
	top: -55px;
}

.owlnewmobcarousel.owl-alex-theme .owl-next {
	left: auto;
	right: 0;
	top: -55px;
}

.owlnewmobcarouselwrap {
	margin: 0 -5px;
}

.newproditem {}

.productdotname {
	text-align: center;
	font-size: 13px;
	height: 39px;
	overflow: hidden;
	line-height: 13px;
	margin-top: 5px;


}

.prodotprice {
	display: flex;
	align-items: center;
	justify-content: space-between;
	height: 35px;
	overflow: hidden;
}


.small_item .prodotprice .btn-basket {
	padding: 5px 0;
	font-size: 11px;
	margin-bottom: 0;
}

.prodotprice .price,
.prodotprice .price ins,
.prodotprice .price .price-new {
	font-size: 21px;
}

.prodotprice .price .price-old {

	font-size: 8px;
}


.prodotprice .price small {
	font-size: 9px;

}

.newproditem .label-day2 {
	position: relative;
	display: block;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	text-decoration: none;
	background: #1c963a;
	color: #fff;
	text-align: center;
	padding: 0px 10px;
	height: 20px;
}

.prodotstars {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin: 10px 0 0;
}

.small_item.newproditem {
	padding: 5px;
}

.artpstars {
	font-weight: 300;
	font-size: 11px;
	flex-shrink: 0;
	text-align: right;
}

.newprodsticker {
	position: absolute;
	left: 0;
	top: 0;
	display: flex;
	flex-direction: column;
	gap: 5px;
	align-items: baseline;
}

.newprodsticker .flag2.flag-novelty {
	background: #e65a71;
	color: #fff;
}

.newprodsticker .flag2 {
	background: #13b7ab;
	font-style: normal;
	font-size: 11px;
	border-radius: 5px 0px 5px 0px;
	padding: 1px 4px;
}

.newprodsticker .flag2.flag-hit {
	color: #fff;

}

.newprodsticker .flag2.flag-sale {
	background: #2f9c49;
	color: #fff;

}

#video-placeholder {
	display: none;
}

.col-optwithprice {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-bottom: 15px;
}

.optwithprice {
	border: 1px solid #e4e4e4;
	border-radius: 5px 0px 5px 0px;
	padding: 7px;
	text-align: center;
}

.optwithprice .artpstars {}

.optwithprice .prodotstars {}

.optwithprice .pricel {
	display: flex;
	margin-bottom: 10px;
	justify-content: space-between;
	align-items: center;
	text-align: left;
}

.optwithprice .pricel .check {
	width: 30px;
	height: 30px;
	border: 2px solid #2f9c49;
	border-radius: 5px 0px 5px 0px;
	position: relative;
	flex-shrink: 0;
}

.optwithprice.active .pricel .check:after {
	background-image: url('data:image/svg+xml,<svg viewBox="0 0 20.00 20.00" xmlns="http://www.w3.org/2000/svg" fill="none"><g id="SVGRepo_bgCarrier" stroke-width="0"></g><g id="SVGRepo_tracerCarrier" stroke-linecap="round" stroke-linejoin="round" stroke="%23CCCCCC" stroke-width="0.24"></g><g id="SVGRepo_iconCarrier"><path stroke="%238c0d58" stroke-linecap="round" stroke-linejoin="round" stroke-width="2" d="M17 5L8 15l-5-4"></path></g></svg>');
}

.optwithpricetogle {
	display: none;
}

.optwithprice.active {
	border-color: #2f9c49;
}

.optwithprice .pricel .check:after {
	content: '';
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	top: 1px;
	left: 1px;
	background-repeat: no-repeat;

}

.optwithprice .pricel .price-old {
	font-size: 8px;
}

.optwithprice .pricel .price {
	margin-right: 0;
	float: none;
	width: 100%;
}

.optwithprice .label-day2 {
	position: relative;
	display: block;
	height: 20px;
	font-size: 12px;
	line-height: 20px;
	font-style: normal;
	text-decoration: none;
	background: #1c963a;
	color: #fff;
	text-align: center;
	padding: 0px 10px;

}

.optwithprice .nametio {
	text-align: center;
	font-weight: 300;
	font-size: 14px;
	height: 39px;
	overflow: hidden;
	line-height: 13px;
	margin-top: 5px;
	color: #2f9c49;
}

.optwithprice .pricelinput {}

.btn-feathome {
	margin-top: -45px;
	margin-left: auto;
	margin-right: auto;
	display: block;
	width: 100%;
	max-width: 240px;
	margin-bottom: 25px;
}




@media screen and (max-width: 767px) {
	#video-placeholder iframe {
		width: 100%;
		height: 220px !important;
	}

	.optwithprice {

		width: calc(50% - 5px);
	}

	#video-placeholder {
		display: block;
	}

	.copyright {

		text-align: center;
	}

	.section_footer .menu_footer {
		display: flex;
		margin-bottom: 15px;
		flex-wrap: wrap;
		gap: 10px;
	}

	.section_footer .menu_footer a {
		flex: 1 1 31%;
		text-align: left;
		font-size: 12px;
	}

	.nav-tabs>li {
    float: left;
    margin-bottom: 4px;
	}

	.section_footer .menu_footer span {
		display: none;
	}

	.foot_contactflex {
		display: flex;
		justify-content: space-between;
	}

	.section_footer_content_bg2 .white_opacity {

		margin-bottom: 0px;

		padding: 19px 0px 0px;
	}

	.benefits {
        display: flex;
        flex-wrap: wrap;
		padding: 10px 0;

	}

	.rezhim span {
		display: block;
		font-weight: 700;
	}

	.section_footer_content_bg2 {
		/* background: none !important; */
		padding: 0 !important;
	}
	.white_opacity, .benefits {
		background: rgba(255, 255, 255, 0.9);
	}
	.benefitsli {
		padding: 10px 0;
		min-height: 120px;
		font-size: 12px;
	}

	.benefits .benefitsli img {
		max-width: 94px !important;

	}

	.rezhim {

		line-height: 20px;
		padding-top: 10px;
		padding-bottom: 10px;
		font-size: 14px;
	}

	.benefits li {
		background: none !important;
		text-align: left;
	}

	.benefitsli--name {
		text-align: left;
		font-size: 16px;
	}

	.osntexth #video-placeholder {
		height: 220px;
		width: 100%;
	}

	.small_item.newproditem .btn-basket {
		border-radius: 5px 0px 5px 0px;
		width: 100%;
		margin-bottom: 5px;
	}

	.small_item.newproditem {
		border: 1px solid #e4e4e4;
		border-radius: 5px 0px 5px 0px;
	}

	.osntexth {
		margin-bottom: 25px;
		font-size: 13px;
		max-height: 450px;
		overflow-y: scroll;
	}

	.big_bottom_shadow:after {
		content: unset;
	}

	.big_bottom_shadow {

		margin-bottom: 15px;
	}

	.homeosncontent .counter {
		display: none
	}

	.navbar-alex ul.navbar-menu li {
		font-weight: 700;
		text-transform: uppercase;

	}

	.small_item .item_title span {
		font-size: 13px;
		line-height: 15.5px;
		height: 58px;
	}


	.btn-langnew {

		height: 30px;
		padding: 1px 5px;
	}

	.btn-category::after,
	.cat_nav_block .container>ul>li:first-child .btn-category::before,
	.cat_nav_block .container>ul>li:nth-child(5) .btn-category::before {
		height: 55px;
	}

	.btn-category span {
		height: 55px;
	}

	.cat_nav_block {
		background: #256f3a url("graphics/back_cat_nav_block2.png") repeat left top;

	}

	.top_navigation .navbar-nav>li>a {
		line-height: 1;

		padding: 7px 10px;
		height: 30px;
	}

	.market_link {

		height: 30px;
		padding: 5px 45px 10px 17px;

	}

	.navbarsearch {
		position: absolute;
		top: 18px;
		right: 147px;
		line-height: 29px;
	}


	.btn-category {
		height: 55px;
	}

	.manufacturer_menu .vender_nav {
		display: none;




	}


















}
.homeosncontent #counter_q_product_day_0_2{
	display: none;
}
.benefitsli--name {
    display: flex;
    align-items: center;
}
.benefitsli--name img{
	margin: 0 10px 0 0;
}
@media screen and (max-width: 500px) {
	.homeosncontent #counter_q_product_day_0_2{
		display: block !important;
	}
}
@media (min-width: 500px) and (max-width: 767px) {
	.hide_mobile{
		display: none !important;
	}
	.visible_mobile{
		display: block !important;
	}
}