.product-box_img img.product-box_img img body,
div,
dl,
dt,
dd,
ul,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
code,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
	margin: 0;
	padding: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

a {
	text-decoration: none;
	color:#ed3237;
}

fieldset,
img,
abbr {
	border: 0;
}

address,
caption,
cite,
code,
dfn,
th,
var {
	font-style: normal;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

em {
	font-style: italic;
}

ul li {
	list-style: none;
}

caption,
th {
	text-align: left;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: bold;
}

sup {
	vertical-align: text-top;
}

sub {
	vertical-align: text-bottom;
}

input,
textarea,
select {
	font-family: inherit;
	font-size: inherit;
	font-weight: inherit;
	outline: none;
}

::-webkit-input-placeholder {font-style: italic;}
::-moz-placeholder          {font-style: italic;}/* Firefox 19+ */
:-moz-placeholder           {font-style: italic;}/* Firefox 18- */
:-ms-input-placeholder      {font-style: italic;}

legend {
	color: #000;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
main {
	display: block;
}

* {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	font-family: 'Montserrat', sans-serif;
	font-size: 14px;
	line-height: 1.5;
	background-color: #fff;
	color: #666;
/*	overflow-x: hidden;*/
	margin:0;
}

.clearfix:after {
	content: '';
	display: table;
	clear: both;
}

.btn {
	display: block;
	border: 0;
	outline: none;
	text-align: center;
	-webkit-transition: 0.3s color, 0.3s background-color, 0.3s border;
	-o-transition: 0.3s color, 0.3s background-color, 0.3s border;
	transition: 0.3s color, 0.3s background-color, 0.3s border;
}

.btn:hover {
	cursor: pointer;
}

.header-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	max-width: 1200px;
	margin: 0 auto;
}

.logo {
	width: 260px;
	padding: 25px 20px;
}

.logo img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.info-line {
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
	color: #685761;
}

.info-line_top {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0;
}

.info-line_bottom {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 20px 0 10px;
}

.info-title {
	font-family: 'Montserrat bold';
	text-transform: uppercase;
	padding-right: 20px;
}

.info-text {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.info-item {
	font-size: 18px;
	background-repeat: no-repeat;
	background-position: left center;
	padding: 5px 15px 5px 35px;
}

.info-item_wrap {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.info-phone {
	background-image: url(../img/icon/i-phone.png);
}

.info-email {
	position: absolute;
	top: 100%;
	left: 0;
	background-image: url(../img/icon/i-email.svg);
	background-size: 20px;
}

.info-service-phone {
	position: absolute;
	top: 100%;
	left: 260px;
	width: 500px;
	background-image: url(../img/icon/i-phone.png);
	background-size: 20px;
}


.info-time {
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/icon/i-time.png);
	padding: 5px 5px 5px 30px;
}

.info-social {
	min-width: 50px;
	margin-left: auto;
	font-size: 0;
	margin: 0 5px -10px auto;
}

.icon-social {
	display: inline-block;
	position: relative;
	width: 20px;
	height: 20px;
	background-repeat: no-repeat;
	background-position: 0 0;
}

.icon-social:not(:last-child) {
	margin-right: 10px;
}

.icon-social:after {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	width: 100%;
	height: 100%;
	background-repeat: no-repeat;
	background-image: inherit;
	background-position: 0 -20px;
	-webkit-transition: 0.3s opacity;
	-o-transition: 0.3s opacity;
	transition: 0.3s opacity;
}

.icon-social:hover:after {
	opacity: 1;
}

.icon-vk {
	background-image: url(../img/icon/i-vk.png);
}

.icon-facebook {
	background-image: url(../img/icon/i-facebook.png);
}

.icon-telegram {
	background-image: url(../img/icon/i-telegram.png);
}

.icon-whatsapp {
	background-image: url(../img/icon/i-whatsapp.png);
}

.h-basket {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 15px;
	color: #685761;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/icon/i-basket.png);
	padding: 5px 5px 5px 25px;
	margin-left: auto;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.h-basket:hover {
	color: #ed3237;
}

.h-basket_counter {
	display: inline-block;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	width: 20px;
	text-align: center;
	border: 1px solid #ed3237;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

.h-favorites{
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	font-size: 15px;
	color: #685761;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/fav_hover.png);
	background-size: 20px;
	margin-left: 12px;
	padding: 5px 5px 5px 25px;
	margin-left: auto;
}

.h-favorites:hover {
	color: #ed3237;
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding: 0 20px;
}

.menu-line {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
	background-color: #685761;
	border-top: 1px solid #685761;
	border-bottom: 1px solid #685761;
}

.mobile-menu {
	display: none;
}

.text-menu {
	float: left;
	font-size: 16px;
	text-transform: uppercase;
	padding: 13px 10px;
	color: #fff;
}

.burger-menu {
	position: relative;
	float: left;
	margin: 12px 15px;
	width: 25px;
	height: 20px;
}

.burger-menu .line-burger {
	display: block;
	position: absolute;
	top: 50%;
	left: 0;
	width: 25px;
	height: 3px;
	background-color: #fff;
	-webkit-transition: 0.5s width;
	-o-transition: 0.5s width;
	transition: 0.5s width;
}

.burger-menu .line-burger:after,
.burger-menu .line-burger:before {
	content: '';
	position: absolute;
	width: 25px;
	height: 3px;
	background-color: inherit;
	left: 0;
	-webkit-transition: 0.5s;
	-o-transition: 0.5s;
	transition: 0.5s;
}

.burger-menu .line-burger:after {
	top: -webkit-calc(100% + 5px);
	top: calc(100% + 5px);
}

.burger-menu .line-burger:before {
	bottom: -webkit-calc(100% + 5px);
	bottom: calc(100% + 5px);
}

.burger-menu .line-active {
	width: 0;
}

.burger-menu .line-active:after {
	top: 9px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	-webkit-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
}

.burger-menu .line-active:before {
	bottom: 9px;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	-webkit-transform-origin: 0 100%;
	-ms-transform-origin: 0 100%;
	transform-origin: 0 100%;
}

.menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	position: relative;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.menu-line_fixed {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	max-width: 100%;
	background-color: transparent;
	border: 0;
	z-index: 10;
}

.menu-line_fixed .menu {
	max-width: 1200px;
	margin: 0 auto;
	background-color: #685761;
	border-top: 1px solid #685761;
	border-bottom: 1px solid #685761;
}

.menu li {
	line-height: 1;
}

.menu a {
	display: block;
	color: #fff;
	line-height: 1;
	font-size: 16px;
	text-transform: uppercase;
	padding: 17px 20px;
	z-index: 1;
	-webkit-transition: 0.3s background-color, 0.3s color;
	-o-transition: 0.3s background-color, 0.3s color;
	transition: 0.3s background-color, 0.3s color;
}

.menu a:hover {
	background-color: #fff;
	color: #685761;
}

.submenu-wrap {
	position: absolute;
	background-color: rgba(255, 255, 255, 1);
	left: 0;
	top: 100%;
	width: 100%;
	max-height: calc(100vh - 172px);
	overflow-y: auto;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: 0.2s opacity, 0.2s visibility;
	-o-transition: 0.2s opacity, 0.2s visibility;
	transition: 0.2s opacity, 0.2s visibility;
	z-index: 1000;
}

.submenu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-moz-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	-o-flex-wrap: wrap;
	flex-wrap: wrap;
	border: 1px solid #cacaca;
	margin: 20px 0 0px;
}

.subitem {
	width: calc(100% / 6);
	border: 1px solid #cacaca;
	padding: 10px;
}

.subitem a {
	padding: 0;
}

.subitem a:hover p {
	color: #ed3237;
}

.subitem img {
	display: block;
	width: 100%;
	margin: 0 auto 20px;
}

.subitem p {
	position:relative;
	font-size: 12px;
	line-height: 1.3;
	padding-left: 20px;
	background-image: url(img/icon/triangle.png);
	background-position: top 3px left;
	background-repeat: no-repeat;
	-webkit-background-size: 12px;
	background-size: 12px;
	text-transform: none;
	color: #685761;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
	padding-left:25px;
}

.subitem p:before {
	content: '';
	position: absolute;
	top: 1px;
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../img/zubcat.jpg);
}

/*.submenu {
	position: absolute;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: rgba(255, 255, 255, 1);
	-webkit-box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: 2px 2px 5px 0 rgba(0, 0, 0, 0.5);
	left: -20px;
	max-width: 800px;
	width: 1000px;
	max-height: calc(100vh - 172px);
	overflow-y: auto;
	border-top: 2px solid #f00;
	padding: 10px;
	opacity: 0;
	visibility: hidden;
	z-index: 1;
	-webkit-transition: 0.2s opacity, 0.2s visibility;
	-o-transition: 0.2s opacity, 0.2s visibility;
	transition: 0.2s opacity, 0.2s visibility;
	z-index: 1000;
}

.submenu-column {
	width: 50%;
	padding: 0 10px;
}

.submenu-title {
	font-size: 16px;
	border-bottom: 1px solid #e0e0e0;
	line-height: 1.5;
	padding-bottom: 10px;
	margin-bottom: 5px;
}

.submenu li {
	padding: 5px 0;
}

.submenu a {
	color: #685761;
	font-size: 14px;
	text-transform: none;
	padding: 3px 0;
	margin-bottom: 15px;
}

.submenu a:hover {
	background-color: transparent;
	color: #f00;
}*/

.dropdown:hover .submenu-wrap {
	opacity: 1;
	visibility: visible;
}

.dropdown-link {

}

.slider {
	max-width: 1200px;
	margin: 50px auto;
}

.slider .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slider .owl-stage:after {
	display: none;
}

.slider .owl-dots {
	position: absolute;
	width: 100%;
	bottom: -30px;
	text-align: center;
}

.slider .owl-dot {
	display: inline-block;
}

.slider .owl-dot:not(:last-child) {
	margin-right: 20px;
}

.slider .owl-dot span {
	display: block;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	width: 10px;
	height: 10px;
	background-color: #e0e0e0;
	-webkit-transition: 0.2s background-color, 0.2s -webkit-transform;
	transition: 0.2s background-color, 0.2s -webkit-transform;
	-o-transition: 0.2s background-color, 0.2s transform;
	transition: 0.2s background-color, 0.2s transform;
	transition: 0.2s background-color, 0.2s transform, 0.2s -webkit-transform;
}

.slider .owl-dot span:hover {
	background-color: #f00;
}

.slider .owl-dot.active span {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
	background-color: #f00;
}

.main-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.main-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px;
}

.main-box {
	background-color: #f2f2f2;
	width: -webkit-calc(100% / 3 - 20px);
	width: calc(100% / 3 - 20px);
	margin: 0 10px;
	text-align: right;
	background-repeat: no-repeat;
	background-position: left 20px center;
	font-size: 18px;
	font-family: 'Montserrat bold';
	padding: 23px 50px;
}

.main-box_container {
	position: relative;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	text-align: center;
	background-color: #fff;
	border: 1px solid #f2f2f2;
	padding: 0;
}

.main-box_container:after {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 15px);
	top: calc(50% - 15px);
	left: 50%;
	width: 1px;
	height: 30px;
	background-color: #f2f2f2;
}

.main-box_container p {
	font-size: 12px;
	font-family: 'Montserrat';
}

.main-box_container span {
	font-size: 18px;
	font-family: 'Montserrat bold';
}

.main-box_inner {
	width: 50%;
	padding: 13px 10px;
}

.main-text {
	background-color: #f2f2f2;
	text-align: center;
	margin-top: 50px;
	padding: 40px 100px 30px;
}

.main-text_title {
	font-size: 16px;
	font-family: 'Montserrat bold';
	margin-bottom: 20px;
}

.icon-delivery {
	background-image: url(../img/icon/i-delivery.png);
}

.icon-pickup {
	background-image: url(../img/icon/i-pickup.png);
}

.slider-product_wrap {
	max-width: 1200px;
	margin: 50px auto 0;
}

.slider-product_title {
	text-align: center;
	font-size: 16px;
	font-family: 'Montserrat bold';
	color: #000;
}

.slider-product_main .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.slider-product_main .owl-stage:after {
	display: none;
}

.slider-product_main .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
	left: 0;
}

.slider-product_main .owl-prev,
.slider-product_main .owl-next {
	position: absolute;
	width: 22px;
	height: 16px;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.slider-product_main .owl-prev:after,
.slider-product_main .owl-next:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #685761;
}

.slider-product_main .owl-prev:before,
.slider-product_main .owl-next:before {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	left: 1px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #685761;
	border-bottom: 1px solid #685761;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.slider-product_main .owl-prev.disabled,
.slider-product_main .owl-next.disabled {
	opacity: 0;
	visibility: hidden;
}

.slider-product_main .owl-prev {
	left: -30px;
}

.slider-product_main .owl-next {
	right: -30px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.product-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 10px 5px;
}

.product-box_img img {
	display: block;
	width: 100%;
	max-height: 200px;
	margin: 0 auto;
}

.product-box_title {
	font-size: 14px;
	font-weight: normal;
	color: #685761;
	margin: 15px 0;
	height: 80px;
}

.product-box_info {
	/*margin-top: auto;*/
}

.product-box_price span {
	font-size: 18px;
}

.product-box_cost {
	font-size: 25px;
	color: #ed3237;
}

.product-box_basket {
	font-size: 14px;
	line-height: 1.5;
	background-repeat: no-repeat;
	background-position: left center;
	background-image: url(../img/icon/i-basket.png);
	border: 0;
	background-color: transparent;
	padding: 7px 10px 7px 40px;
	cursor: pointer;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
	float: left;
}

.product-box_basket:hover {
	color: #ed3237;
}

.product-box_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-card {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	margin-bottom: 10px;
}

.product-card-favorite{
	width: -webkit-calc(100% / 4);
	width: calc(100% / 4);
	margin-bottom: 10px;
}


.catalog-product-long .product-card {
	width: 25%;
}

.product-row_big {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #f7f7f7;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
}

.product-row_big .product-box_img {
	width: 140px;
}

.product-row_big .product-box_row {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	width: -webkit-calc(100% - 140px);
	width: calc(100% - 140px);
}

.product-row_big .product-box_title {
	width: -webkit-calc(100% - 260px);
	width: calc(100% - 260px);
	padding: 0 20px;
	margin: 5px 0;
}

.product-row_big .product-box_info {
	width: 260px;
}

.product-row_big .product-box_basket {
	display: block;
	margin-left: auto;
}

.product-row_small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	background-color: #f7f7f7;
	width: 100%;
	margin-bottom: 15px;
	padding: 10px;
}

.product-row_small .product-box_img {
	width: 60px;
}

.product-row_small .product-box_row {
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
}

.product-row_small .product-box_info {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	width: 100%;
	padding: 0 15px;
}

.product-row_small .product-box_title {
	padding: 0 15px;
	margin: 5px 0;
}

.product-row_small .product-box_cost {
	font-size: 18px;
	margin-right: 10px;
}

.product-row_small .product-box_price {
	margin-right: 10px;
}

.product-row_small .product-box_price span {
	font-size: 14px;
}

.product-view {
	position: relative;
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding: 10px 10px 20px;
}

.product-view:not(:last-child) {
	border-right: 1px solid #f2f2f2;
}

.product-card_basket {
	float:left;
	padding: 10px;
	background-color: #f00;
	font-size: 18px;
	border: 1px solid #f00;
	text-transform: uppercase;
	color: #fff;
	cursor: pointer;
}


.product-card_basket:hover {
	background-color: #fff;
	color: #f00;
}


.review-wrap {
	max-width: 1200px;
	margin: 30px auto 0;
	padding: 0 10px;
}

.review-title {
	font-size: 16px;
	font-family: 'Montserrat bold';
	color: #000;
	margin-bottom: 20px;
}

.review-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.review-video {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 50%;
	padding-right: 20px;
}

.review-video .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.review-video .owl-stage:after {
	display: none;
}

.review-video .owl-nav {
	position: absolute;
	width: 100%;
	top: 50%;
}

.review-video .owl-prev,
.review-video .owl-next {
	position: absolute;
	top: -webkit-calc(50% - 40px);
	top: calc(50% - 40px);
	width: 40px;
	height: 80px;
	background-color: rgba(255, 255, 255, 0.8);
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.review-video .owl-prev:before,
.review-video .owl-next:before {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 8px);
	top: calc(50% - 8px);
	left: 13px;
	width: 15px;
	height: 15px;
	border-left: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.review-video .owl-prev.disabled,
.review-video .owl-next.disabled {
	opacity: 0;
	visibility: hidden;
}

.review-video .owl-prev {
	left: 0px;
}

.review-video .owl-next {
	right: 20px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.review-video_slide {
	position: relative;
	padding-top: 56.25%;
}

.review-video_slide iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.review-text {
	width: 50%;
}

.comment {
	margin-bottom: 30px;
}

.comment-author {
	margin-bottom: 5px;
}

.comment-author:first-letter {
	color: #f00;
}

.comment-rating {
	margin-bottom: 5px;
}

.comment-rating_star,
.comment-rating_text {
	display: inline-block;
}

.comment-rating_text {
	margin-left: 10px;
	color: #999;
	font-size: 12px;
}

.comment-dignity,
.comment-text {
	color: #000;
	margin-bottom: 5px;
}

.comment-date {
	color: #999;
	font-size: 12px;
}

.comment-more {
	color: #f00;
}

.comment-more:before {
	content: '';
	display: inline-block;
	margin: 0 10px 2px 0;
	width: 5px;
	height: 5px;
	border-top: 2px solid #f00;
	border-right: 2px solid #f00;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.comment-more:hover {
	color: #000;
}

.deals {
	margin: 50px 0;
}

.deals-wrap {
	max-width: 1200px;
	margin: 0 auto;
}

.deals-title {
	font-size: 16px;
	font-family: 'Montserrat bold';
	color: #000;
	text-align: center;
	margin-bottom: 50px;
}

.deals-slider .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.deals-slider .owl-stage:after {
	display: none;
}

.deals-slider .owl-nav {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
}

.deals-slider .owl-prev,
.deals-slider .owl-next {
	position: absolute;
	width: 22px;
	height: 16px;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.deals-slider .owl-prev:after,
.deals-slider .owl-next:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	height: 1px;
	background-color: #685761;
}

.deals-slider .owl-prev:before,
.deals-slider .owl-next:before {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 5px);
	top: calc(50% - 5px);
	left: 1px;
	width: 10px;
	height: 10px;
	border-left: 1px solid #685761;
	border-bottom: 1px solid #685761;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.deals-slider .owl-prev.disabled,
.deals-slider .owl-next.disabled {
	opacity: 0;
	visibility: hidden;
}

.deals-slider .owl-prev {
	left: -30px;
}

.deals-slider .owl-next {
	right: -30px;
	-webkit-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	transform: scaleX(-1);
}

.deals-slider .owl-item img {
	width: auto;
}

.deals-slide {
	background-color: #f2f2f2;
	padding: 25px 10px 20px;
}

.deals-slide_img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 auto;
}

.deals-slide_title {
	font-size: 16px;
	font-family: 'Montserrat bold';
	text-align: center;
	margin-top: 20px;
}

.deals-slide_producer {
	font-size: 24px;
	font-family: 'Montserrat bold';
	text-align: center;
	text-transform: uppercase;
	height: 120px;
	display: table;
	width: 100%;
}



.deals-slide_producer a{
	color: rgb(102, 102, 102);
	display: table-cell;
	vertical-align: middle;
}

.advantages {
	background-color: #fdfbd3;
	padding-bottom: 30px;
}

.advantages-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.advantages-title {
	font-size: 22px;
	color: #000;
	padding: 10px 0;
}

.advantages-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 0 -10px;
}

.advantages-item {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: -webkit-calc(25% - 10px);
	width: calc(25% - 10px);
	margin: 5px;
}

.advantages-item_img {
	min-width: 60px;
}

.advantages-item_img img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 0 0 0 auto;
}

.advantages-item_info {
	padding: 0 0 0 15px;
}

.advantages-item_title {
	font-size: 16px;
	font-family: 'Montserrat bold';
}

.advantages-item_text {
	font-size: 14px;
}

.advantages-item_text span {
	font-family: 'Montserrat bold';
	color: #f00;
}

.category-title {
	text-transform: uppercase;
	color: #685761;
	font-family: 'Montserrat bold';
	font-size: 16px;
	line-height: 1.3;
	margin-bottom: 20px;
}

.subcategory {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-bottom: 10px;
}

.subcategory-item {
	width: calc(100% / 3);
	border: 1px solid #cacaca;
	padding: 10px;
	overflow: hidden;
}

.catalog-product-long .subcategory-item {
	width: 25%;
}

.subcategory-item a {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.subcategory-item a:hover p {
	color: #ed3237;
}

.subcategory-item img {
	display: block;
	max-width: 70px;
	margin-right: 10px;
}

.subcategory-item p {
	position: relative;
	color: #685761;
	line-height: 1.3;
	font-size: 12px;
	padding-left: 25px;
	transition: 0.2s color;
}

.subcategory-item p:before {
	content: '';
	position: absolute;
	top: calc(50% - 12px);
	left: 0;
	width: 16px;
	height: 16px;
	background: url(../img/zubcat.jpg);
}

.catalog-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.catalog-aside {
	width: 300px;
	padding: 10px 0;
	font-size: 16px;
}

.catalog-product {
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
	padding: 20px 0 0 20px;
}

.catalog-product-favorite {
	width: 100%;
	padding: 20px 0 0 20px;
}

.catalog-product-long {
	width: 100%;
	padding: 0;
}

.catalog-filter {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	background-color: #f2f2f2;
}

.catalog-view {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin-top: 15px;
}

.catalog-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	margin: 30px 0 20px;
}

.catalog-pagination {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 50px 0;
}

.filter-row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.filter-price {
	margin-bottom: 10px;
}

.filter-manufacturer {
	margin-bottom: 10px;
}

.filter-sort {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 460px;
	position: relative;
	z-index: 1;
}

#fil_sort {
	width: 160px;
}

#fil_page {
	width: 60px;
}

.input-price {
	width: 80px;
	border: 0;
	border-bottom: 1px solid #685761;
	padding: 5px;
	margin: 0 5px;
}

.input-checkbox {
	display: none;
}

.input-checkbox + label {
	position: relative;
	cursor: pointer;
	padding: 3px 0 3px 25px;
}

.input-checkbox + label:before {
	content: '';
	position: absolute;
	top: 5px;
	left: 0;
	width: 15px;
	height: 15px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.input-checkbox:checked + label:before {
	background-color: #685761;
}

.search-form {
	position: relative;
	width: -webkit-calc(100% - 460px);
	width: calc(100% - 460px);
}

.search-form input {
	width: 100%;
	border: 1px solid #f2f2f2;
	color: #685761;
	padding: 10px 40px 10px 15px;
}

.btn-search {
	position: absolute;
	width: 30px;
	height: 100%;
	top: 0;
	right: 10px;
	border: 0;
	background-color: transparent;
	background-image: url(../img/icon/i-search.png);
	background-repeat: no-repeat;
	background-position: center;
	cursor: pointer;
}

.view-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-left: auto;
}

.view-box {
	width: 50px;
	height: 37px;
	padding-top: 10px;
	cursor: pointer;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.view-box:hover {
	background-color: #685761;
}

.view-box:hover .view-card_item,
.view-box:hover .view-row_big-item,
.view-box:hover .view-row_small-item {
	background-color: #fff;
}

.view-box:hover .view-card_item:after,
.view-box:hover .view-card_item:before,
.view-box:hover .view-row_big-item:after,
.view-box:hover .view-row_big-item:before,
.view-box:hover .view-row_small-item:after,
.view-box:hover .view-row_small-item:before {
	background-color: #fff;
}

.view-box_active {
	background-color: #685761;
}

.view-box_active .view-card_item,
.view-box_active .view-row_big-item,
.view-box_active .view-row_small-item {
	background-color: #fff;
}

.view-box_active .view-card_item:after,
.view-box_active .view-card_item:before,
.view-box_active .view-row_big-item:after,
.view-box_active .view-row_big-item:before,
.view-box_active .view-row_small-item:after,
.view-box_active .view-row_small-item:before {
	background-color: #fff;
}

.view-card_item {
	display: block;
	position: relative;
	width: 6px;
	height: 4px;
	background-color: #685761;
	margin: 0 auto 2px;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.view-card_item:after,
.view-card_item:before {
	content: '';
	position: absolute;
	top: 0;
	background-color: #685761;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.view-card_item:after {
	right: 8px;
}

.view-card_item:before {
	left: 8px;
}

.view-row_big-item {
	display: block;
	position: relative;
	width: 6px;
	height: 4px;
	background-color: #685761;
	margin: 0 0 2px 15px;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.view-row_big-item:after {
	content: '';
	position: absolute;
	top: 0;
	background-color: #685761;
	width: 200%;
	height: 100%;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.view-row_big-item:after {
	left: 8px;
}

.view-row_small-item {
	display: block;
	position: relative;
	width: 18px;
	height: 2px;
	background-color: #685761;
	margin: 1px auto 6px;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.view-row_small-item:after {
	content: '';
	position: absolute;
	top: 0;
	background-color: #685761;
	width: 100%;
	height: 100%;
	-webkit-transition: 0.3s background-color;
	-o-transition: 0.3s background-color;
	transition: 0.3s background-color;
}

.view-row_small-item:after {
	top: 4px;
	left: 0;
}

.pagination-item {
	font-size: 18px;
	color: #685761;
	padding: 5px;
	margin: 5px;
}

.pagination-current {
	font-family: 'Montserrat bold';
	color: #ed3237;
}

.pagination-prev,
.pagination-next {
	font-size: 24px;
	line-height: 1;
}

#price-slider {
	margin: 30px 0 10px;
}

.price-value {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 14px;
}

.ui-widget.ui-widget-content {
	border: 0;
	background-color: rgba(255, 0, 0, 0.3);
	height: 3px;
}

.ui-widget-header {
	background-color: #f00;
	border: 0;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
	width: 10px;
	height: 10px;
	border: 0;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-color: #f00;
	outline: none;
	cursor: pointer;
	top: -4px;
}

.aside-filter {
	padding: 10px;
}

.aside-category {
	margin-top: 10px;
	padding-top: 30px;
	border-top: 3px solid #685761;
}

.aside-hint {
	background-color: #eee;
	border: 1px solid #dddadc;
	text-transform: uppercase;
	font-size: 14px;
	line-height: 30px;
	color: #000;
	padding: 25px 25px 40px;
	margin-top: 40px;
}

.aside-hint p {
	white-space: pre-line;
}

.aside-hint span {
	font-size: 24px;
}

.aside-hint img {
	display: block;
	max-width: 100%;
	height: auto;
	margin: 40px auto 0;
}

.category-list li {
	display: block;
	font-size: 16px;
	margin: 0px 10px 0px 0px;
}

.category-list a {
	display: block;
	color: #685761;
	padding: 3px 0;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
	padding-right: 20px;
}

.category-list a:hover {
	color: #f00;
}

.subcategory-list {
	display: none;
	padding: 20px 0 20px 20px;
}

.subcategory-list li {
	font-size: 14px;
	list-style-type: disc;
}

.subcategory-list li a {
	display: list-item;
}

.dropdown-category_link {
	position: relative;
}

.dropdown-category_link:after,
.dropdown-category_link:before {
	content: '';
	position: absolute;
	top: 45%;
	right: 5px;
	width: 8px;
	height: 2px;
	background-color: #685761;
	-webkit-transition: 0.3s -webkit-transform;
	transition: 0.3s -webkit-transform;
	-o-transition: 0.3s transform;
	transition: 0.3s transform;
	transition: 0.3s transform, 0.3s -webkit-transform;
}

.dropdown-category_link:before {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.dropdown-category_link-active:before {
	-webkit-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
	transform: rotate(0deg);
}

.filter-select {
	font-family: 'Montserrat';
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0;
}

.filter-select p {
	margin: 0 10px;
}

.filter-select .jq-selectbox:hover .jq-selectbox__trigger-arrow {
	border: 0;
	border-bottom: 1px solid #4c4f5d;
	border-left: 1px solid #4c4f5d;
}

.filter-select .jq-selectbox__select {
	font-family: 'Montserrat';
	background: #f2f2f2;
	width: 100%;
	height: 40px;
	border: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	text-shadow: none;
	color: #4c4f5d;
	-webkit-border-radius: 3px;
	border-radius: 3px;
}

.filter-select .jq-selectbox__select-text {
	font-size: 14px;
	padding: 3px 0;
	text-align: left;
	color: #4c4f5d;
	width: 100% !important;
}

.filter-select .jq-selectbox.focused .jq-selectbox__select {
	border: 0;
}

.filter-select .jq-selectbox__trigger {
	border-left: 0;
}

.filter-select .jq-selectbox__trigger:hover .jq-selectbox__trigger-arrow {
	border: 0;
	border-bottom: 1px solid #4c4f5d;
	border-left: 1px solid #4c4f5d;
}

.filter-select .jq-selectbox__trigger-arrow {
	border: 0;
	border-bottom: 1px solid #4c4f5d;
	border-left: 1px solid #4c4f5d;
	width: 10px;
	height: 10px;
	top: 12px;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.filter-select .jq-selectbox__dropdown {
	font-family: 'Montserrat';
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #4c4f5d;
	overflow: hidden;
}

.filter-select .jq-selectbox__dropdown ul {
	max-height: 250px;
	overflow: auto;
}

.filter-select .jq-selectbox li {
	font-size: 14px;
	padding: 8px 10px;
	text-align: left;
}

.filter-select .jq-selectbox li:hover {
	background-color: #4c4f5d;
}

.filter-select .jq-selectbox li.selected {
	background-color: #4c4f5d;
}

.filter-select .jq-selectbox li.disabled {
	background-color: #fff;
}

.filter-select .jq-selectbox li.disabled:hover {
	background-color: #fff;
	color: #4c4f5d;
}

.text-wrap {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 30px 10px 0;
}

.text-title {
	font-size: 18px;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	margin: 20px 0;
}

.text-content {
	color: #000;
}

.text-content p {
	margin: 1em 0;
}

.breadcrumbs {
	font-size: 0;
	padding: 10px 0;
}

.breadcrumbs-item {
	display: inline-block;
	font-size: 14px;
}

.breadcrumbs-item span {
	color: #4c4f5d;
}

.breadcrumbs-item a {
	position: relative;
	color: #4c4f5d;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.breadcrumbs-item a:after {
	content: '->';
	margin: 0 5px;
}

.breadcrumbs-item a:hover {
	color: #f00;
}

.breadcrumbs-item a:hover:after {
	color: #4c4f5d;
}

.breadcrumbs-item_text {
	position: relative;
	display: inline-block;
	font-size: 10px;
	text-transform: uppercase;
}

.breadcrumbs-item_text a {
	color: #4c4f5d;
	margin-right: 25px;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.breadcrumbs-item_text a:after {
	content: '';
	position: absolute;
	top: 4px;
	right: 10px;
	display: block;
	width: 5px;
	height: 5px;
	border-right: 1px solid #685761;
	border-top: 1px solid #685761;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.breadcrumbs-item_text a:hover {
	color: #f00;
}

.breadcrumbs-item_text a:hover:after {
	color: #4c4f5d;
}

.single-wrap {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 20px 10px 0;
}

.single-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin-bottom: 20px;
}

.single-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 20px;
}

.single-main {
	width: -webkit-calc(100% - 360px);
	width: calc(100% - 360px);
	padding-right: 40px;
}

.single-rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
}

.single-rating_review {
	margin: -5px 10px 0 0;
}

.single-rating_id {
	text-transform: uppercase;
	margin-left: auto;
	background-image: url(../img/icon/i-hist.png);
	background-repeat: no-repeat;
	background-position: center left;
	padding-left: 23px;
}

.single-img {
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin-top: 15px;
	overflow: hidden;
}

.single-img .owl-stage {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.single-img .owl-stage:after {
	display: none;
}

.single-img_small {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin: 7px -7px 0;
}

.single-img_item {
	width: -webkit-calc(20% - 14px);
	width: calc(20% - 14px);
	padding-top: -webkit-calc(20% - 14px);
	padding-top: calc(20% - 14px);
	-webkit-background-size: cover;
	background-size: cover;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	margin: 7px;
	overflow: hidden;
}

.single-img_item-active {
	position: relative;
}

.single-img_item-active:after {
	content: '';
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background-color: rgba(0, 0, 0, 0.5);
	z-index: 1;
}

.single-aside {
	-webkit-align-self: flex-start;
	-ms-flex-item-align: start;
	align-self: flex-start;
	width: 360px;
}

.single-aside_product {
	background-color: #f7f7f7;
	padding: 30px 15px 20px;
}

.single-aside_price {
	font-size: 18px;
	color: #f00;
}

.single-aside_price span {
	font-size: 30px;
	margin-right: 5px;
}

.single-aside_info {
	border-top: 1px dotted #e0e0e0;
	color: #000;
	font-size: 12px;
	padding-top: 10px;
	margin-top: 15px;
}

.single-aside_info p {
	margin: 5px 0;
}

.single-aside_place {
	border-top: 1px dotted #e0e0e0;
	color: #000;
	padding-top: 10px;
}

.single-aside_buy {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	margin-top: 10px;
}

.single-aside_social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	color: #000;
	border-top: 1px dotted #e0e0e0;
	margin-top: 15px;
}

.single-aside_social p {
	margin: 0 10px;
}

.single-aside_advantages {
	margin-top: 100px;
}

.single-aside_title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
}

.single-aside_box {
	padding-left: 40px;
	margin-bottom: 20px;
	background-repeat: no-repeat;
	background-position: left 10px;
	color: #000;
}

.single-icon {
	width: 32px;
	height: 32px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
	background-repeat: no-repeat;
	background-position: center;
	-webkit-background-size: 32px 32px;
	background-size: 32px;
	margin: 10px 0;
	-webkit-transition: 0.3s -webkit-filter;
	transition: 0.3s -webkit-filter;
	-o-transition: 0.3s filter;
	transition: 0.3s filter;
	transition: 0.3s filter, 0.3s -webkit-filter;
}

.single-icon:not(:last-child) {
	margin-right: 10px;
}

.single-icon:hover {
	-webkit-filter: grayscale(0);
	filter: grayscale(0);
}

.single-quantity {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 200px;
	width: -webkit-calc(100% - 177px);
	width: calc(100% - 177px);
	background-color: #fff;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 7px;
}

.single-char {
	color: #000;
	margin-top: 50px;
}

.single-char_title {
	font-size: 18px;
	margin-bottom: 15px;
}

.single-char_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	border-top: 1px dotted #e0e0e0;
}

.single-char_row:last-child {
	border-bottom: 1px dotted #e0e0e0;
}

.single-char_cell {
	padding: 8px 10px;
}

.single-char_cell:first-child {
	width: 40%;
}

.single-char_cell:last-child {
	width: 60%;
}

.single-desc {
	color: #000;
	margin-top: 50px;
}

.single-desc_title {
	font-size: 18px;
	margin-bottom: 15px;
}

.single-desc_text p {
	margin: 1em 0;
}

.single-view {
	margin-top: 50px;
}

.single-view_title {
	font-size: 18px;
	margin-bottom: 15px;
	color: #000;
}

.single-view_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.single-review {
	color: #000;
	margin: 50px 0;
}

.single-review_title {
	font-size: 18px;
	margin-bottom: 15px;
}

.single-review_author {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin-bottom: 10px;
}

.single-review_text {
	font-size: 12px;
	margin-bottom: 15px;
}

.single-review_rating {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	font-size: 12px;
}

.single-review_rating p {
	margin-right: 30px;
}

.aside-box_title {
	font-size: 14px;
}

.aside-box-text {
	font-size: 14px;
}

.favorite{
	height: 27px;
	width: 20px;
	float: left;
	margin-left: 10px;
	padding: 7px 0 7px 35px;
	color: black;
	font-family: Arial;
}
.favorite:hover{
	color: #ed3237;
}

.favorite_add{
	background: url(../img/fav_add.png) 100% 100% no-repeat;
	background-size: 20px;
	background-position: left bottom;
	cursor: pointer;
}

.favorite_add:hover{
	background: url(../img/fav_hover.png) 100% 100% no-repeat;
	background-size: 20px;
	background-position: left bottom;
}

.favorite_del{
	background: url(../img/fav_del.png) 100% 100% no-repeat;
	background-size: 20px;
	background-position: left bottom;
	cursor: pointer;
}

.btn-useful_yes,
.btn-useful_no {
	border: 0;
	background-color: transparent;
	font-family: 'Montserrat';
	background-repeat: no-repeat;
	background-position: center left;
	padding: 3px 3px 3px 25px;
	margin-left: 15px;
	cursor: pointer;
}

.btn-useful_yes {
	background-image: url(../img/icon/i-useful-yes.png);
}

.btn-useful_no {
	background-image: url(../img/icon/i-useful-no.png);
}

.btn-quantity {
	position: relative;
	width: 30px;
	cursor: pointer;
}

.btn-quantity:after {
	content: '';
	position: absolute;
	top: 50%;
	left: -webkit-calc(50% - 6px);
	left: calc(50% - 6px);
	background-color: #333;
	width: 14px;
	height: 2px;
}

.btn-plus:before {
	content: '';
	position: absolute;
	top: -webkit-calc(50% - 6px);
	top: calc(50% - 6px);
	left: 50%;
	background-color: #333;
	width: 2px;
	height: 14px;
}

.input-quantity {
	width: -webkit-calc(100% - 60px);
	width: calc(100% - 60px);
	border: 0;
	font-size: 18px;
	padding: 10px 0;
	text-align: center;
}

.btn-buy {
	background-color: #f00;
	width: 170px;
	font-size: 18px;
	border: 1px solid #f00;
	text-transform: uppercase;
	color: #fff;
}

.green{
	background-color: green;
	border: 1px solid green;
	color: #fff;
}

.btn-buy:hover {
	background-color: #fff;
	color: #f00;
}

.green:hover{
	color: green;
}

.compare-wrap {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 30px 10px 0;
}

.compare-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin: 20px 0;
}

.compare-table {
	margin-top: 30px;
}

.compare .wrap-table {
	overflow-x: auto;
}

.compare .table {
	display: table;
	border-collapse: collapse;
}

.compare .table-row {
	display: table-row;
}

.compare .table-cell {
	position: relative;
	width: 300px;
	display: table-cell;
	border: 1px solid #000;
	padding: 12px 12px;
	text-transform: uppercase;
	vertical-align: top;
	color: #000;
}

.compare .table-cell_noborder {
	border: 0;
}

.compare .table-cell:not(:first-child) {
	min-width: 250px;
	width: 280px;
}

.compare .table-cell:first-child {
	min-width: 250px;
	text-align: left;
	position: relative;
	left: -1px;
	background-color: #fff;
	z-index: 1;
}

.compare .table-cell:first-child:after {
	content: '';
	position: absolute;
	top: 0;
	right: -7px;
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.4)), to(transparent));
	background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.4), transparent);
	background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.4), transparent);
	background-image: linear-gradient(to right, rgba(0, 0, 0, 0.4), transparent);
	width: 7px;
	opacity: 0;
	height: 100%;
	-webkit-transition: 0.2s opacity;
	-o-transition: 0.2s opacity;
	transition: 0.2s opacity;
}

.compare .table-cell:first-child:before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	background-color: #000;
	width: 1px;
	opacity: 1;
	height: 100%;
}

.compare .table-cell.scrolled:first-child:after {
	opacity: 1;
}

.compare-img {
	display: block;
	max-width: 230px;
	margin: 0 auto;
}

.compare-img img {
	display: block;
	width: 100%;
	height: auto;
}

.table-title .table-cell.scrolled:first-child:before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	width: 100%;
	height: 100%;
	border: 1px solid #000;
	background-color: transparent;
}

.basket-wrap {
	max-width: 1200px;
	margin: 0 auto 50px;
	padding: 30px 10px 0;
}

.basket-title {
	font-size: 18px;
	text-transform: uppercase;
	color: #000;
	margin: 20px 0;
}

.basket-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.basket-category {
	width: 300px;
}

.basket-table {
	display: table;
	min-width: 700px;
	border-collapse: collapse;
	margin-top: 10px;
}

.basket-table_box {
	width: -webkit-calc(100% - 300px);
	width: calc(100% - 300px);
}

.basket-table_wrap {
	overflow-x: auto;
}

.basket-table_row {
	display: table-row;
	border-bottom: 1px solid #dddadc;
}

.basket .row-title {
	font-size: 12px;
	text-transform: uppercase;
	background-color: #eee;
	color: #000;
}

.basket .table-cell {
	position: relative;
	width: 300px;
	display: table-cell;
	padding: 10px;
	text-transform: uppercase;
	vertical-align: middle;
	color: #000;
}

.basket .table-cell img {
	display: block;
	width: 100px;
	height: auto;
	margin: 0 auto;
}

.basket .table-cell:nth-child(1) {
	width: 120px;
}

.basket .table-cell:nth-child(3) {
	width: 160px;
}

.basket .table-cell:nth-child(4),
.basket .table-cell:nth-child(5) {
	width: 150px;
	font-size: 12px;
}

.basket .table-cell:nth-child(4) span,
.basket .table-cell:nth-child(5) span {
	font-size: 24px;
}

.basket .table-price {
	color: #f00;
}

.basket-total {
	max-width: 300px;
	margin: -1px 0 0 auto;
	padding: 10px 30px 20px;
	color: #f00;
	background-color: #eee;
	border: 1px solid #dddadc;
}

.basket-total span {
	font-size: 36px;
}

.basket-options{
	margin: 0 0 20px 20px;
	display: none;
}

.basket-options-item{
	margin-top: 20px;
}

.basket-options-item-input{
	margin-top: 10px;
	display: none;
}

.basket-options .color{
	accent-color: gray;
}

.table-quantity {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width: 100%;
	background-color: #fff;
	border: 1px solid #bbbbbb;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	overflow: hidden;
	margin-right: 7px;
}

.btn-order {
	background-color: #f00;
	width: 100%;
	font-size: 18px;
	text-transform: uppercase;
	border: 1px solid #f00;
	color: #fff;
	padding: 10px;
	margin-top: 10px;
}

.btn-order:hover {
	background-color: #fff;
	color: #f00;
}

.service-wrap {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	max-width: 1200px;
	margin: 0 auto;
}

.service-category {
	width: 300px;
	border-top: 0;
	margin-top: 0;
}

.service-container {
	width: -webkit-calc(100% - 300px);
	width: calc(100%);
	padding: 20px 0 0 20px;
}

.service-title {
	color: #000;
	font-family: 'Montserrat bold';
}

.service-date {
	font-size: 12px;
	margin: 10px 0;
}

.service-box {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	background-color: #f2f2f2;
	margin-bottom: 30px;
}

.service-box_img {
	width: 50%;
	min-height: 250px;
	-webkit-background-size: cover;
	background-size: cover;
	background-position: center;
}

.service-box_content {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	max-width: 280px;
	text-align: center;
	margin: 0 auto;
	padding: 70px 10px;
}

.service-box_title,
.service-box_subtitle {
	color: #f00;
	font-family: 'Montserrat bold';
	line-height: 1.2;
}

.service-box_title {
	font-size: 24px;
}

.service-box_subtitle {
	font-size: 20px;
}

.service-box_text {
	font-family: 'Montserrat bold';
	font-size: 16px;
	color: #000;
	margin: 10px 0;
}

.service-box_btn {
	border: 2px solid #f00;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	max-width: 180px;
	font-family: 'Montserrat';
	color: #000;
	font-size: 14px;
	padding: 2px 10px;
	margin: 0 auto;
}

.service-box_btn:hover {
	background-color: #f00;
	color: #fff;
}

footer {
	background-color: #685761;
}

.footer-wrap {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 10px;
}

.footer-form {
	position: relative;
	padding-bottom: 45px;
}

.footer-form:after,
.footer-form:before {
/*	content: '';
	position: absolute;
	*/
	bottom: 0;
	width: 100%;
	height: 2px;
	background-color: #574851;
}

.footer-form:after {
	left: 50%;
}

.footer-form:before {
	right: 50%;
}

.footer-form_title {
	font-family: 'Montserrat bold';
	font-size: 20px;
	color: #fff;
	padding: 20px 0;
}

.footer-form_row {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-form_row label {
	color: #fff;
	font-size: 12px;
	width: 100%;
	margin-right: 20px;
}

.footer-form_row input {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 8px 15px;
	border: 1px solid #fff;
	background-color: #c8c2c6;
	color: #000;
}

.footer-form_radio {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding-top: 20px;
}

.footer-form_radio label {
	position: relative;
	padding: 0 20px 0 30px;
	margin-right: 0;
	cursor: pointer;
}

.footer-form_radio label:before {
	content: '';
	position: absolute;
	top: -2px;
	left: 0;
	width: 20px;
	height: 20px;
	border: 1px solid #fff;
	background-color: #c8c2c6;
}

.footer-form_radio [type="radio"] {
	display: none;
}
.footer-form_radio [type="checkbox"] {
	display: none;
}

.footer-form_radio [type="radio"]:checked + label:after {
	content: '\2713';
	position: absolute;
	color: #f00;
	top: -5px;
	left: 2px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	text-align: center;
}

.footer-form_radio [type="checkbox"]:checked + label:after {
	content: '\2713';
	position: absolute;
	color: #f00;
	top: -5px;
	left: 2px;
	width: 20px;
	height: 20px;
	font-size: 20px;
	text-align: center;
}

.footer-container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	padding-bottom: 20px;
}

.footer-title {
	font-family: 'Montserrat bold';
	font-size: 24px;
	line-height: 1.3;
	color: #fff;
	margin: 20px 0;
}

.footer-box {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
	padding-right: 15px;
}

.footer-box_menu {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-phone {
	color: #fff;
	font-size: 20px;
	margin-bottom: 10px;
}

.footer-text {
	color: #fff;
	margin-bottom: 15px;
}

.footer-link {
	color: #fff;
	text-decoration: underline;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.footer-link:hover {
	color: #f00;
}

.footer-menu {
	width: 50%;
}

.footer-menu li {
	padding: 5px 0;
}

.footer-menu a {
	color: #dddadc;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

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

.footer-buyer {
	width: 50%;
	margin-top: -5px;
	padding-left: 20px;
}

.footer-buyer a {
	display: block;
	font-family: 'Montserrat bold';
	font-size: 16px;
	color: #fff;
	margin: 10px 0;
	-webkit-transition: 0.3s color;
	-o-transition: 0.3s color;
	transition: 0.3s color;
}

.footer-buyer a:hover {
	color: #f00;
}

.footer-social {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.footer-icon {
	width: 48px;
	height: 48px;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	background-repeat: no-repeat;
	background-position: center;
	margin-bottom: 10px;
	-webkit-transition: 0.3s -webkit-filter;
	transition: 0.3s -webkit-filter;
	-o-transition: 0.3s filter;
	transition: 0.3s filter;
	transition: 0.3s filter, 0.3s -webkit-filter;
}

.footer-icon:not(:last-child) {
	margin-right: 10px;
}

.footer-icon:hover {
	-webkit-filter: grayscale(100%);
	filter: grayscale(100%);
}

.footer-subtitle {
	font-family: 'Montserrat bold';
	font-size: 18px;
	line-height: 1.3;
	color: #fff;
	padding: 5px 0 5px 35px;
	margin: 20px 0 10px;
	background-repeat: no-repeat;
	background-position: left center;
}

.footer-pay {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.footer-copyright {
	background-color: #473b42;
	padding: 12px 0;
}

.footer-copyright_container {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	max-width: 1200px;
	color: #fff;
	font-size: 12px;
	margin: 0 auto;
	padding: 0 10px;
}

.f-icon-odnoklasniki {
	background-image: url(../img/icon/i-f-odnoklasniki.png);
}

.f-icon-vk {
	background-image: url(../img/icon/i-f-vk.png);
}

.f-icon-youtube {
	background-image: url(../img/icon/i-f-youtube.png);
}

.f-icon-facebook {
	background-image: url(../img/icon/i-f-facebook.png);
}

.f-icon-instagram {
	background-image: url(../img/icon/i-f-instagram.png);
}

.f-icon-telegram {
	background-image: url(../img/icon/i-f-telegram.png);
}

.f-icon-whatsapp {
	background-image: url(../img/icon/i-f-whatsapp.png);
}

.f-icon-callback {
	background-image: url(../img/icon/i-callback.png);
}

.f-icon-pay {
	background-image: url(../img/icon/i-security.png);
}

.label-email {
	max-width: 360px;
}

.label-name {
	max-width: 240px;
}

.btn-submit {
	width: 100%;
	max-width: 160px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	background-color: #bbb;
	color: #000;
	font-size: 14px;
	font-family: 'Montserrat bold';
	text-align: center;
	margin-top: 16px;
	padding: 11px 10px;
}

.btn-submit:hover {
	background-color: #fff;
}

.copyright-box {
	margin-left: auto;
	padding-right: 50px;
}

.copyright-box a:not(:last-child) {
	margin-right: 30px;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.8);
	opacity: 0;
	visibility: hidden;
	padding-top: 10vh;
	z-index: 20;
	-webkit-transition: 0.3s opacity, 0.3s visibility;
	-o-transition: 0.3s opacity, 0.3s visibility;
	transition: 0.3s opacity, 0.3s visibility;
}

.overlay-active {
	opacity: 1;
	visibility: visible;
}

.overlay-close {
	position: absolute;
	top: 15px;
	right: 15px;
	width: 30px;
	height: 30px;
	cursor: pointer;
	z-index: 1;
}

.overlay-close:after,
.overlay-close:before {
	content: '';
	position: absolute;
	top: 13px;
	left: 3px;
	width: 25px;
	height: 3px;
	background-color: #fdfbd3;
}

.overlay-close:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.overlay-close:before {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.overlay-title {
	font-size: 24px;
	margin-bottom: 20px;
	color: #fff;
}

.overlay-row label {
	display: block;
	cursor: pointer;
	font-size: 16px;
	color: #fff;
	margin-bottom: 20px;
}

.overlay-row input,
.overlay-row textarea {
	display: block;
	width: 100%;
	font-size: 16px;
	padding: 8px 15px;
	border: 1px solid #fff;
	background-color: #c8c2c6;
	color: #000;
}

.overlay-row textarea {
	min-height: 100px;
	resize: none;
}

.overlay-row p {
	margin-bottom: 10px;
}

.overlay-btn {
	width: 100%;
	max-width: 160px;
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
	background-color: #bbb;
	color: #000;
	font-size: 14px;
	font-family: 'Montserrat bold';
	text-align: center;
	margin-top: 16px;
	padding: 11px 10px;
}

.overlay-btn:hover {
	background-color: #fff;
}

.inner-overlay {
	position: relative;
	margin: 0 auto;
	max-width: 500px;
	max-height: 80vh;
	overflow-y: auto;
	background-color: #473b42;
	padding: 45px 15px 20px;
}

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

.slider-product_main {
	padding: 0 40px;
}

.slider-product_main .owl-prev {
	left: 5px;
}

.slider-product_main .owl-next {
	right: 5px;
}

.deals-slider {
	padding: 0 40px;
}

.deals-slider .owl-prev {
	left: 5px;
}

.deals-slider .owl-next {
	right: 5px;
}

}

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

.logo {
	width: 240px;
	padding: 25px 10px;
}

.info-line {
	width: -webkit-calc(100% - 240px);
	width: calc(100% - 240px);
}

.product-view {
	width: 50%;
}

.product-view:not(:last-child) {
	border: 0;
}

.product-view:first-child {
	border-right: 1px solid #f2f2f2;
}

}

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

.info-line_bottom {
	padding-top: 0;
}

.info-item {
	padding: 0 15px 0 35px;
}

.info-item_wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-position: right top, right top 28px;
	padding-right: 25px;
}

.info-email {
	position: static;
}

	.info-service-phone {
		position: static;
		width: 100%;
	}

.info-social {
	margin: 0 5px 0 auto;
}

.main-box {
	padding: 23px 10px 23px 30px;
}

.main-box_container {
	padding: 0;
}

}

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

.subcategory-item {
	width: 50%;
}

.product-card {
	width: 50%;
}

	.product-card-favorite {
		width: 50%;
	}

.product-row_big .product-box_row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	padding: 0 15px;
}

.product-row_big .product-box_title {
	width: 100%;
	padding: 0;
}

.product-row_big .product-box_info {
	width: 100%;
}

.product-row_big .product-box_basket {
	margin-top: -40px;
}

.advantages-item {
	width: -webkit-calc(50% - 10px);
	width: calc(50% - 10px);
	margin-top: 20px;
}

.footer-title {
	font-size: 20px;
}

.footer-box {
	width: -webkit-calc((100% - 270px) / 2);
	width: calc((100% - 270px) / 2);
}

.footer-box:nth-child(2) {
	width: 270px;
}

.footer-box_menu {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-menu {
	width: 100%;
}

.footer-buyer {
	width: 100%;
	padding-left: 0;
}

}

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

.header-wrap {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	margin-bottom: 10px;
}

.info-line {
	width: 100%;
	padding: 0 10px;
}

.menu {
	padding: 0;
}

.mobile-menu {
	display: block;
	cursor: pointer;
}

.menu {
	display: none;
	position: absolute;
	top: 100%;
	left: 0;
	width: 105%;
	max-height: -webkit-calc(100vh - 100px);
	max-height: calc(100vh - 100px);
	overflow: auto;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	background-color: #685761;
	border-bottom: 2px solid #685761;
	z-index: 10;
}

.menu a {
	margin-bottom: 0;
	padding: 15px 25px;
}

/*.submenu {
	display: none;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	left: 0;
	position: relative;
	opacity: 1;
	visibility: visible;
	width: 100%;
	max-width: 100%;
	padding-right: 5%;
	-webkit-box-shadow: inset 0 -2px 5px 0 rgba(0, 0, 0, 0.5);
	box-shadow: inset 0 -2px 5px 0 rgba(0, 0, 0, 0.5);
}*/

.subitem {
	width: 25%;
}

.submenu-column {
	width: 50%;
	margin-bottom: 10px;
}

.submenu a {
	padding: 3px 0;
}

.main-container {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.main-box {
	width: 100%;
	max-width: 400px;
	margin: 0 auto 20px;
}

.main-text {
	padding: 40px 50px 30px;
}

.product-view {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.product-view:not(:last-child) {
	border-right: 1px solid #f2f2f2;
}

.review-video {
	width: 100%;
	padding-right: 0;
	margin-bottom: 20px;
}

.review-video .owl-next {
	right: 0;
}

.review-text {
	width: 100%;
}

.catalog-aside {
	width: 250px;
}

.catalog-product {
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
}

.catalog-product-long {
	width: 100%;
}

.catalog-product-long .subcategory-item{
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.filter-sort {
	width: 100%;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.search-form {
	width: 100%;
}

.single-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-main {
	width: 100%;
	padding-right: 0;
}

.single-aside {
	width: 100%;
	margin-top: 30px;
}

.single-aside_advantages {
	margin: 30px 0;
}

.basket-category {
	width: 250px;
}

.basket-table_box {
	width: -webkit-calc(100% - 250px);
	width: calc(100% - 250px);
}

.service-category {
	width: 100%;
}

.service-container {
	width: 100%;
	padding: 30px 10px 0;
}

.footer-form_row {
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}

.label-email {
	max-width: 50%;
}

.label-name {
	max-width: 40%;
}

}

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

	.info-line_top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
	}

.info-text {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.info-time {
	margin: 30px 0 0;
}

.info-social {
	-webkit-align-self: center;
	-ms-flex-item-align: center;
	align-self: center;
}

.h-basket {
	margin: 0;
}

	.h-favorites {
		margin: 0;
	}

.product-view {
	width: 50%;
}

.product-view:not(:last-child) {
	border: 0;
}

.product-view:first-child {
	border-right: 1px solid #f2f2f2;
}

.catalog-aside {
	width: 100%;
	padding: 10px;
}

.catalog-aside p img {
	display: none;
}

.catalog-product {
	width: 100%;
	padding: 20px 10px 0;
}

.catalog-product-long .product-card {
	width: -webkit-calc(100% / 3);
	width: calc(100% / 3);
}

.catalog-product-long .subcategory-item{
	width: 50%;
}

.basket-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.basket-category {
	width: 100%;
	margin-bottom: 20px;
}

.basket-table_box {
	width: 100%;
}




.footer-container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-box {
	width: 100%;
	padding-right: 0;
	max-width: 300px;
	margin: 0 auto;
}

.footer-box:nth-child(2) {
	width: 100%;
}

.footer-copyright_container {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}

.copyright-box {
	margin: 10px 0 0;
	padding: 0;
}

}

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

.subitem {
	width: calc(100% / 3);
}

.product-card {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

	.product-card-favorite {
		width: 100%;
		max-width: 400px;
		margin: 0 auto;
	}

.catalog-product-long .product-card {
	width: 100%;
	max-width: 400px;
	margin: 0 auto;
}

.advantages-container {
	margin: 0;
}

.advantages-item {
	width: 100%;
	max-width: 500px;
	margin: 20px auto 0;
}

.service-box {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.service-box_img {
	width: 100%;
}


.warning-links{
	text-align: center;
}

.warning-btn{
	display: block;
}

}

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

.subcategory-item {
	width: 100%;
}

.catalog-product-long .subcategory-item{
	width: 100%;
}

.subitem {
	width: 50%;
}


	.info-time{
		margin: 30px 0 0;
	}


.submenu-column {
	width: 100%;
}

.product-row_big .product-box_basket {
	margin-top: 0;
}

.product-view {
	width: 100%;
	max-width: 400px;
	margin: 10px auto;
}

.product-view:first-child {
	border: 0;
}

.single-img_item {
	width: -webkit-calc(25% - 14px);
	width: calc(25% - 14px);
	padding-top: -webkit-calc(25% - 14px);
	padding-top: calc(25% - 14px);
}

.basket-total {
	padding: 10px 20px 20px;
}

}

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

.main-text {
	padding: 40px 30px 30px;
}

.product-row_big {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-row_big .product-box_img {
	margin: 0 auto 20px;
}

.product-row_big .product-box_row {
	width: 100%;
	padding: 0;
}

.product-row_small {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.product-row_small .product-box_img {
	margin: 0 auto 20px;
}

.product-row_small .product-box_row {
	width: 100%;
}

.product-row_small .product-box_info {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: start;
	-webkit-align-items: flex-start;
	-ms-flex-align: start;
	align-items: flex-start;
	padding: 0;
}

.product-row_small .product-box_title {
	padding: 0;
}

.single-aside_buy {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.single-char_cell:first-child {
	width: 50%;
}

.single-char_cell:last-child {
	width: 50%;
}

.btn-buy {
	width: 200px;
	margin-top: 20px;
	padding: 10px;
}

.compare .table-cell:first-child {
	min-width: 150px;
	max-width: 150px;
}

.footer-form_row {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-form_row label {
	margin: 0 0 10px;
}

.footer-form_radio {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
}

.footer-form_radio label {
	margin-bottom: 15px;
}

.label-email {
	max-width: 100%;
}

.label-name {
	max-width: 100%;
}

}

.pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-top: 50px;
    padding: 0;
    margin-bottom: 20px;
}


.pagination-item {
    font-family: 'Muller bold';
    font-size: 16px;
    color: #101011;
    padding: 7px 20px;
    margin: 0 5px 5px 0;
    border: 1px solid #bfbfbf;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    -webkit-transition: 0.3s color, 0.3s background-color;
    -o-transition: 0.3s color, 0.3s background-color;
    transition: 0.3s color, 0.3s background-color;
}

.pagination-current {
    color: #7a7a7a;
    border: 1px solid #e4e3e3;
    cursor: default;
}

.product-box_img{
position:relative;
	height: 200px;
}
.skidki{
	position:absolute; 
	top: -3px;
	right:-3px;
	color:black;
	padding:3px;
	text-align:center;
	width:75px;
}
.text-content ul>li{list-style-type: circle;margin-left:40px;}

.divprice{
	background: #ed3237;
	border-radius: 10px; 
	text-align:center;
	float:left;
	width:80px;
	color:white;
	padding:2px;
	margin:0 3px;
	}
	
.mcatalog{padding:20px 10px 0 10px;}

#warning-text{
	border-radius: 0;
}

#warning-text img{
	width: 250px;
}

.warning-content h3{
	text-align: center;
	margin-bottom: 20px;
}

.warning-content div{
	text-align: center;
}

.warning-links{
	margin: 30px 0 10px 0;
}


.warning-btn{
	width: 100%;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	margin-top: 10px;
}

a.red{
	background-color: #f00;
	border: 1px solid #f00;
}

a.red:hover{
	background-color: #fff;
	color: #f00;
}

a.green{
	background-color: green;
	border: 1px solid green;
	margin-right: 20px;
}

a.green:hover{
	background-color: #fff;
	color: green;
}

.errors-btn {
	width: 150px;
	font-size: 14px;
	text-transform: uppercase;
	color: #fff;
	padding: 10px;
	margin: 10px auto;
	background-color: #f00;
	border: 1px solid #f00;
	display: block;
	text-align: center;
}

a.errors-btn:hover{
	background-color: #fff;
	color: #f00;
}

#errors-text{
	margin: 10px 0 0 20px;
}

#errors-text ul li{
	list-style: square;
}

#load{
	position: fixed;
	left: 0;
	top: 0;
	right:0;
	bottom:0;
	z-index: 10;
	display: none;
}

#load div{
	position: absolute;
	width: 256px;
	top: 35%;
	text-align:center;
	margin: 0 auto;
	left: 0;
	right: 0;
}

.info-line_bottom {
	padding: 20px 0 10px;
}
.info-item_wrap {
	position: relative;
}
.info-email {
	position: absolute;
	top: 100%;
	left: 0;
	background-size: 20px;
}
.info-social {
	margin-top: 0;
}