
/*rating*/
.rating-text-end {
	visibility: hidden;
}

select.rating,
.rating-outer select {
	display: none;
}

.br-widget {
	height: 15px;
	white-space: nowrap;
	margin-left: -1px;
	margin-right: -1px;
	font-size: 0;
}

.br-widget a {
	text-decoration: none;
	height: 15px;
	width: 15px;
	font-size: 23px;
	margin-right: 1px;
	margin-left: 1px;
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
	background-image: url(../img/_star.svg);
	display: inline-block;
	vertical-align: top;
}

.br-widget a.br-active {
	background-image: url(../img/_star_active.svg);
}

.br-widget a.br-selected {
	background-image: url(../img/_star_active.svg);
}

.br-widget .br-current-rating {
	display: none;
}

.br-readonly a {
	cursor: default;
}

.br-readonly a:nth-child(odd) {
	display: none;
}


/*products*/
.status {
	font-size: .8em;
	position: relative;
	padding-left: 13px;
	line-height: 1;
	white-space: nowrap;
}

.status:before {
	content: '';
	width: 5px;
	height: 5px;
	border-radius: 100%;
	position: absolute;
	left: 0;
	top: 4px;
}

.status > span {
	border-bottom: 1px dotted;
}

.nalichie-yes {
	color: #5fa800;
}

.nalichie-yes:before {
	background-color: #5fa800;
}

.nalichie-yes > span {
	border-color: #5fa800;
}

.nalichie-zakaz {
	color: #e6c553;
}

.nalichie-zakaz:before {
	background-color: #e6c553;
}

.nalichie-zakaz > span {
	border-color: #e6c553;
}

.nalichie-no {
	color: #e10000;
}

.nalichie-no > span {
	border-color: #e10000;
}

.nalichie-no:before {
	background-color: #e10000;
}

.product__gift {
	position: absolute;
	width: 47px;
	height: 32px;
	left: 10px;
	top: 5px;
	background: url(../img/_product__gift.png) no-repeat left center;
	z-index: 3;
	text-align: left;
}

.product__gift:hover {
	z-index: 4;
}

.product__gift-inner {
	display: none;
	left: 100%;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	width: 184px;
	padding: 10px;
	border: 1px solid #ececec;
	position: absolute;
	background: #fff;
	z-index: 5;
	text-align: left;
}

.product__gift:hover .product__gift-inner {
	display: block;
}

.product__gift-inner:before {
	content: '';
	position: absolute;
	top: 50%;
	left: 0;
	margin: -7px 0 0 -7px;
	border: 1px solid #ececec;
	background: #fff;
	width: 14px;
	height: 14px;
	transform: rotate(45deg);
	z-index: 1;
}

.product__gift-inner:after {
	content: '';
	background: #fff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 2;
}

.product__gift-header {
	z-index: 3;
	position: relative;
	font-weight: 500;
	line-height: 1.2;
	color: #e74c3c;
	white-space: nowrap;
	font-size: .8em;
	display: none;
	margin-bottom: 8px;
}

.product__gift-content {
	z-index: 3;
	position: relative;
}

.product__gift-content:first-child {
	margin-top: 0;
}

.product__gift-item {
	display: block;
	position: relative;
	color: #333;
	font-weight: 400;
	padding-left: 63px;
	text-decoration: none;
	min-height: 55px;
}

.product__gift-item + .product__gift-item {
	margin-top: 8px;
}

.product__gift-item:hover {
	text-decoration: none;
}

.product__gift-item-title {
	display: flex;
	align-items: center;
	font-size: 12px;
	line-height: 1.2;
	height: 55px;
}

.product__gift-item-image-block {
	position: absolute;
	width: 55px;
	height: 55px;
	left: 0;
	top: 50%;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	display: block;
}

.product__gift-item-image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.product__sku {
	font-size: .8em;
	/*color: #999;*/
	color: #333;
	line-height: 1;
}

.product__sku-name {
	font-weight: 500;
}

.product__firm {
	font-size: .8em;
	line-height: 1;
	color: #333;
	font-weight: 500;
}

.product__firm .a {
	transition: color 20ms ease-out;
}

.product__firm .a:hover {
	color: #333;
}

.product__extra-tools > * {
	width: 32px;
	height: 32px;
	border-radius: 3px;
	margin-bottom: 4px;
	opacity: 0;
	transition: opacity .3s;
	position: relative;
	overflow: hidden;
	display: block;
}

.product__favorite {
}

.product__compare {
}

.product__zoom {
}

.product__fast {
}

.product__favorite_disable,
.product__compare_disable {
	opacity: .6!important;
}

.product__item-inner:hover .product__extra-tools > * {
	opacity: 1!important;
}

.product__description-and-properties-link,
.product__fast-link,
.product__zoom-link,
.product__favorite-link,
.product__compare-link {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-color: #fff;
}

.product__description-and-properties-link .svg path,
.product__zoom-link .svg use,
.product__fast-link .svg path,
.product__zoom-link .svg path,
.product__favorite-link .svg path,
.product__compare-link .svg path {
	fill: #999;
}

.product__favorite_disable .product__favorite-link .svg path,
.product__compare_disable .product__compare-link .svg path {
	fill: #fff;
}

.product__description-and-properties-link:hover path,
.product__zoom-link:hover .svg use,
.product__fast-link:hover .svg path,
.product__zoom-link:hover .svg path,
.product__favorite-link:hover .svg path,
.product__compare-link:hover .svg path {
	fill: #fff;
}


/*products-list*/
.products-list {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.products-list .product__item {
	margin: 0 0 -1px -1px;
	width: 100%;
}

.products-list .product__item-inner {
	padding: 22px 30px 30px;
	box-shadow: inset 0 0 0 1px #ececec;
	background: #fff;
	position: relative;
	transition: box-shadow .4s ease-out , border .4s ease-out;
	margin: 0 -1px 0 0;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.products-list .product__item-inner:hover {
	border-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	z-index: 4;
}

.products-list .product__image-block {
	position: relative;
	width: 200px;
	height: 200px;
}

.products-list .product__image-link {
	position: relative;
	width: 200px;
	height: 200px;
	display: block;
}

.products-list .product__image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.products-list .product__gift {
	top: auto;
	bottom: 10px;
}

.products-list .product__sale {
	top: 0;
	left: -2px;
	right: 0;
	position: absolute;
	z-index: 3;
	font-size: 0;
	pointer-events: none;
}

.products-list .product__sale-item {
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	border-radius: 2px;
	padding: 6px 7px;
	margin: 0 2px 4px;
	font-size: 12px;
}

.products-list .product__sale-item_icon_new {
	background-color: #2992d9;
}

.products-list .product__sale-item_icon_spec {
	background-color: #60c339;
}

.products-list .product__sale-item_icon_hit {
	background-color: #fc482d;
}

.products-list .product__content {
	width: calc(100% - 200px - 240px);
	padding: 0 30px 60px;
	position: relative;
}

.products-list .product__title {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: 1.067em;
	line-height: 1.501em;
	font-weight: 500;
}

.products-list .product__title a {
	transition: color 20ms ease-out;
	color: #333;
}

.products-list .product__title a:hover {
}

.products-list .product__info {
	margin: 0 -11px 0;
	display: flex;
	flex-wrap: wrap;
}

.products-list .rate,
.products-list .rating {
	margin: 14px 11px -2px;
}

.products-list .product__status-outer {
	margin: 15px 11px 0;
}

.products-list .product__status {
}

.products-list .product__sku {
	margin: 15px 11px 0;
}

.products-list .product__sku-name {
}

.products-list .product__sku-value {
}

.products-list .product__firm {
	margin: 15px 11px 0;
}

.products-list .product__firm-name {
}

.products-list .product__firm .a {
}

.products-list .product__firm .a:hover {
}

.products-list .product__buy-block {
	width: 240px;
}

.products-list .countdown-datetime {
	border: 1px solid #eee;
	background-color: #fafafa;
	display: inline-block;
	position: relative;
	padding-left: 33px;
	pointer-events: none;
	margin-bottom: 14px;
}

.products-list .countdown-datetime__title {
	font-size: 12px;
	line-height: 1.2;
	color: #e52a29;
	padding: 3px 8px 3px 0;
	font-weight: 500;
	text-align: left;
	margin-bottom: -5px;
	margin-left: -24px;
}

.products-list .countdown-datetime .svg {
	width: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 8px;
	bottom: 0;
	top: auto;
}

.products-list .countdown-datetime .svg path {
	fill: #e52a29;
}

.products-list .countdown-datetime__inner {
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	height: 40px;
}

.products-list .countdown-datetime__inner > div {
	width: 25%;
	min-width: 38px;
	text-align: center;
	position: relative;
}

.products-list .countdown-datetime__inner > div:before {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 5px;
}

.products-list .countdown-datetime__inner > div:after {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 10px;
}

.products-list .countdown-datetime__inner > div:last-child:before,
.products-list .countdown-datetime__inner > div:last-child:after {
	display: none;
}

.products-list .countdown-datetime__inner > div > span {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	display: block;
}

.products-list .countdown-datetime__inner > div > div {
	color: #333;
	opacity: .6;
	font-size: 9px;
	line-height: 1;
	margin-top: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-list .product__price-block {
	/*margin: 14px -6px 0;*/
	/*margin: 0 -6px;*/
	display: flex;
	margin: 0 -6px 4px;
	/*flex-wrap: nowrap;*/
	flex-wrap: wrap;
	position: relative;
}

.products-list .product__price {
	margin: 0 6px;
	color: #333;
	font-size: 1.133em;
	line-height: 1.454em;
	font-weight: 700;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
}

.products-list .product__price-old {
	margin: 0 6px;
	font-size: .867em;
	line-height: 1.692em;
	color: #999;
	text-decoration: line-through;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	width: calc(100% - 12px);
}

.products-list .profit {
	font-size: .733em;
	line-height: 1.273em;
	color: #333;
	display: inline-block;
	padding: 1px;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
}

.products-list .profit__percent {
	display: inline-block;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
	padding: 0 3px 0 5px;
}

.products-list .profit__price {
	background: #fff8db;
	display: inline-block;
	padding: 2px 5px 1px;
}

.products-list .product__content .product__extra-tools {
	bottom: 0;
	left: 30px;
	right: 30px;
	position: absolute;
	font-size: 0;
}

.products-list .product__extra-tools > * {
	margin-bottom: 0;
	margin-right: 6px;
	opacity: 1;
	display: inline-block;
}

.products-list .product__extra-tools > * > * {
	background-color: #fafafa;
}

.products-list .product__button-block {
	margin: 19px -4px 0;
}

.products-list .product__amount-minus {
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-list .product__amount-minus:before {
	content: '';
	width: 13px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -6px;
	opacity: .5;
	transition: opacity .3s;
}

.products-list .product__amount-plus {
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-list .product__amount-plus:before {
	content: '';
	width: 11px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -5px;
	opacity: .5;
	transition: opacity .3s;
}

.products-list .product__amount-plus:after {
	content: '';
	width: 1px;
	height: 11px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 0;
	opacity: .5;
	transition: opacity .3s;
}

.products-list .product__amount-minus:hover:before,
.products-list .product__amount-plus:hover:before,
.products-list .product__amount-plus:hover:after {
	opacity: 1;
}

.products-list .product__button-block .button {
}

.products-list .product__amount {
	float: left;
	width: calc(50% - 8px);
	margin: 0 4px;
}

.products-list .product__amount-inner {
	position: relative;
}

.products-list .product__amount-input {
	border: 1px solid #eee;
	background: #fafafa;
	white-space: nowrap;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
}

.products-list .product__amount-minus + .product__amount-input {
	padding: 0 30px;
}

.products-list .product__amount-inner.hidden-controls .product__amount-input {
	padding: 0 5px;
}

.products-list .product__amount-inner.hidden-controls .product__amount-minus,
.products-list .product__amount-inner.hidden-controls .product__amount-plus {
	display: none;
}

.products-list .product__button-block .button {
	height: 40px;
	float: left;
	width: 100%;
}

.products-list .product__button-block.has_amount_field .button:not(.product__button_fast) {
	float: right;
	width: calc(50% - 8px);
	margin: 0 4px;
	padding-left: 10px;
	padding-right: 10px;
}

.products-list .product__button-block .product__button_fast {
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
}

.products-list .product__button-block .button + .product__button_fast {
	margin-top: 8px;
}

.products-list .product__button-block.has_amount_field .product__button_fast {
	width: calc(100% - 8px);
	margin-left: 4px;
	margin-right: 4px;
}

.products-list .product__description {
	font-size: .867em;
	line-height: 1.692em;
	color: #888;
	margin-top: 19px;
}

.products-list .product__description p {
	margin: 0;
}

.products-list .product__description + .properties-block {
	margin-top: 9px;
}

.products-list .product__more {
	margin-top: 19px;
}

.products-list .product__more-link {
	font-size: .867em;
	line-height: 1.692em;
	color: #333;
	cursor: pointer;
}

.products-list .product__more-link .svg {
	padding: 0 14px 0 1px;
}

.products-list .product__more-link:not(.active) .svg svg {
	transform: rotate(180deg);
}

.products-list .product__more-link .svg path {
	fill: #333;
}

.products-list .product__more-link:hover {
}

.products-list .product__more-link:hover .svg path {
}

.products-list .properties-block {
	display: none;
	margin-top: 19px;
}

.products-list .properties {
	/*display: none;*/
	font-size: .867em;
	line-height: 1.692em;
	color: #666;
	padding-bottom: 9px;
}

.products-list .properties__title {
	/*color: #333;*/
	margin-top: 1em;
	font-weight: 500;
}

.products-list .properties__title:first-child {
	margin-top: 0;
}

.products-list .properties__item {
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
	text-overflow: ellipsis;
	background: url(../img/_dot.png) no-repeat;
	background-position: 0 12px;
	background-repeat: repeat-x;
}

.products-list .properties__item-name {
	width: 50%;
	color: #333;
}

.products-list .properties__item-value {
	width: 50%;
	color: #777;
	margin-left: auto;
	text-align: right;
}

.products-list .properties__item-name > span {
	background: #fff;
	padding-right: 12px;
}

.products-list .properties__item-value > span {
	background: #fff;
	padding-left: 12px;
}

.products-list .properties__item_list {
	display: block;
	background: none;
}

.products-list .properties__item-name_list {
}

.products-list .properties__list {
}

.products-list .properties__list-item {
	padding-left: 15px;
	position: relative;
}

.products-list .properties__list-item:first-child {
}

.products-list .properties__list-item:before {
	content: '';
	width: 5px;
	height: 1px;
	background: #333;
	left: 0;
	top: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.products-list .product__item .product__variants-opener {
	width: 18px;
	height: 14px;
	line-height: 12px;
	padding: 0;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
	vertical-align: middle;
	display: none;
	margin: 5px 6px 0 6px;
}

.products-list .product__item .product__variants-opener > div {
	display: none;
}

.products-list .product__item .product__variants-opener.active > div {
	display: none!important;
}

.products-list .product__item.has-variants .product__variants-opener {
	display: inline-block;
}

.products-list .product__variants-opener .svg path {
	fill: #333;
}

.products-list .product__variants-opener.active .svg path,
.products-list .product__item-inner:hover .product__variants-opener .svg path {
	fill: #fff;
}

.products-list .product__variants {
	position: absolute;
	right: calc(100% + 2px);
	width: 275px;
	background: #fff;
	top: -12px;
	z-index: 5;
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 15%);
	display: none;
	border-radius: 3px;
	text-align: left;
}

.products-list .product__variants-header {
	padding: 18px 24px 11px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size: .867em;
	line-height: 1;
	font-weight: 700;
}

.products-list .product__variants-content {
	padding: 0 14px 18px 24px;
	max-height: 200px;
	overflow-y: auto;
}

.products-list .product__variants .input-radio {
	margin-top: 10px;
	font-size: 12px;
}

.products-list .product__variants .input-radio .i {
	top: -2px;
}

.products-list .product__variants-item-price {
	font-weight: 600;
	display: none;
}

.products-list .product__variants .close {
	position: absolute;
	top: 19px;
	right: 20px;
	width: 11px;
	height: 11px;
	cursor: pointer;
}

.products-list .product__variants .close:before,
.products-list .product__variants .close:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 15px;
	margin-top: -1px;
	margin-left: -7px;
	transform: rotate(-45deg);
	background-color: #999;
}

.products-list .product__variants .close:after {
	transform: rotate(45deg);
}

@media (max-width:959px) {
	.products-list .product__item-inner {
		padding: 15px;
	}

	.products-list .product__image-block {
		width: 160px;
		height: 160px;
	}

	.products-list .product__content {
		width: calc(100% - 160px - 240px);
		padding: 0 25px 60px 15px;
	}

	.products-list .product__image-link {
		width: 160px;
		height: 160px;
	}

	.products-list .product__content .product__extra-tools {
		left: 15px;
		right: 25px;
	}
}

@media (min-width:768px) {
	.products-list .product__item-inner:hover .product__variants-opener > div {
		display: block;
		position: absolute;
		left: 0px;
		bottom: 49px;
		z-index: 5;
		font-size: 12px;
		background: #333;
		padding: 5px 10px;
		color: #fff;
		border-radius: 3px;
	}

	.products-list .product__item-inner:hover .product__variants-opener > div:after {
		content: '';
		position: absolute;
		left: 11px;
		bottom: -9px;
		border: 4px solid transparent;
		border-top: 5px solid #333;
	}
}

@media (max-width:767px) {
	.products-list .product__item-inner {
		flex-wrap: wrap;
	}

	.products-list .product__content {
		width: 100%;
		padding: 15px 0 0;
		position: static;
	}

	.products-list .product__content .product__extra-tools {
		left: auto;
		right: 16px;
		bottom: auto;
		top: 16px;
	}

	.products-list .product__extra-tools > * {
		margin-right: 0;
		margin-left: 6px;
	}

	.products-list .product__buy-block {
		width: 100%;
	}

	.products-list .countdown-datetime {
		margin-top: 14px;
		margin-bottom: 0;
	}

	.products-list .product__price-block {
		margin-top: 14px;
	}

	.products-list .product__button-block {
		margin-top: 11px;
	}

	.products-list .product__amount {
		width: calc(33.33333333333333% - 8px);
		margin-top: 8px;
		min-width: 114px;
	}

	.products-list .product__button-block .button {
		float: left!important;
		width: calc(33.33333333333333% - 8px)!important;
		margin: 8px 4px 0!important;
		min-width: 177px;
	}

	.products-list .product__button-block.has_amount_field .button {
		float: right!important;
	}

	.products-list .product__variants {
		right: auto;
		left: 30px;
		top: 50%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.products-list .product__item .product__variants-opener {
		margin: 6px 0 13px 6px;
		position: relative;
	}

	.products-list .product__item .product__variants-opener > div {
		display: inline-block;
		position: absolute;
		left: 24px;
		top: 0px;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 500;
		border-bottom: 1px dashed #000;
		color: #000;
	}

	.products-list .product__price {
		width: calc(100% - 12px);
	}

	.products-list .product__gift {
		bottom: 5px;
		left: 5px;
	}
}

@media (max-width:359px) {
	.products-list .product__button-block.has_amount_field .button,
	.products-list .product__button-block .button {
		float: left!important;
	}

	.products-list .product__variants {
		left: 50%;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}
}


/*products-table*/
.products-table {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.products-table .product__item {
	margin: 0 0 -1px 0;
	width: 100%;
}

.products-table .product__item-inner {
	padding: 19px;
	box-shadow: inset 0 0 0 1px #ececec;
	background: #fff;
	position: relative;
	transition: box-shadow .4s ease-out , border .4s ease-out;
	height: 100%;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.products-table .product__item-inner:hover {
	border-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	z-index: 4;
}

.products-table .product__image-block {
	width: 60px;
	position: relative;
}

.products-table .product__image-link {
	position: relative;
	width: 60px;
	height: 60px;
	display: block;
}

.products-table .product__image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.products-table .product__gift {
	position: relative;
	left: auto;
	top: auto;
	background-position: center center;
	margin: 5px auto 0;
	width: 24px;
	height: 24px;
	background-size: contain;
}

.products-table .product__content {
	width: calc(100% - 256px - 310px);
	display: flex;
	flex-wrap: wrap;
}

.products-table .product__content-inner {
	width: calc(100% - 60px);
	padding: 0 20px;
}

.products-table .product__title {
	font-size: 15px;
	line-height: 1.3;
}

.products-table .product__title a {
	transition: color 20ms ease-out;
	color: #333;
}

.products-table .product__title a:hover {
}

.products-table .product__info {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -11px 0;
}

.products-table .rate,
.products-table .rating {
	margin: 14px 11px -2px;
}

.products-table .rate__stars {
	margin-right: 0;
}

.products-table .product__status-outer {
	margin: 15px 11px 0;
	width: calc(100% - 85px - 44px);
}

.products-table .product__status {
}

.products-table .product__sku {
	margin: 15px 11px 0;
}

.products-table .product__sku-name {
}

.products-table .product__sku-value {
}

.products-table .product__firm {
	margin: 15px 11px 0;
}

.products-table .product__firm-name {
}

.products-table .product__firm .a {
}

.products-table .product__firm .a:hover {
}

.products-table .product__price-block {
	position: relative;
	width: 256px;
}

.products-table .product__price {
	margin: 0 6px;
	color: #333;
	font-size: 1.133em;
	line-height: 1.454em;
	font-weight: 700;
	width: calc(100% - 12px);
}

.products-table .product__price-old {
	margin: 0 6px;
	font-size: .867em;
	line-height: 1.692em;
	color: #999;
	text-decoration: line-through;
	width: calc(100% - 12px);
}

.products-table .profit {
	font-size: .733em;
	line-height: 1.273em;
	color: #333;
	display: inline-block;
	padding: 1px;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
	margin: 4px 6px 0;
}

.products-table .profit__percent {
	display: inline-block;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
	padding: 0 3px 0 5px;
}

.products-table .profit__price {
	background: #fff8db;
	display: inline-block;
	padding: 2px 5px 1px;
}

.products-table .countdown-datetime {
	border: 1px solid #eee;
	background-color: #fafafa;
	display: inline-block;
	position: relative;
	padding-left: 33px;
	pointer-events: none;
	margin: 8px 6px 0;
}

.products-table .countdown-datetime__title {
	font-size: 12px;
	line-height: 1.2;
	color: #e52a29;
	padding: 3px 8px 3px 0;
	font-weight: 500;
	text-align: left;
	margin-bottom: -5px;
	margin-left: -24px;
}

.products-table .countdown-datetime .svg {
	width: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 8px;
	bottom: 0;
	top: auto;
}

.products-table .countdown-datetime .svg path {
	fill: #e52a29;
}

.products-table .countdown-datetime__inner {
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	height: 40px;
}

.products-table .countdown-datetime__inner > div {
	width: 25%;
	min-width: 38px;
	text-align: center;
	position: relative;
}

.products-table .countdown-datetime__inner > div:before {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 5px;
}

.products-table .countdown-datetime__inner > div:after {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 10px;
}

.products-table .countdown-datetime__inner > div:last-child:before,
.products-table .countdown-datetime__inner > div:last-child:after {
	display: none;
}

.products-table .countdown-datetime__inner > div > span {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	display: block;
}

.products-table .countdown-datetime__inner > div > div {
	color: #333;
	opacity: .6;
	font-size: 9px;
	line-height: 1;
	margin-top: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-table .product__buy-block {
	width: 310px;
	display: flex;
	margin-top: -8px;
}

.products-table .product__sale {
    /*top: 0;*/
    /*right: -2px;*/
    /*position: absolute;*/
    /*z-index: 3;*/
    /*font-size: 0;*/
    /*pointer-events: none;*/
	width: 100%;
	margin-bottom: 15px;
}

.products-table .product__sale-item {
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	border-radius: 2px;
	padding: 6px 7px;
	margin: 0 2px 4px;
	font-size: 12px;
}

.products-table .product__sale-item_icon_new {
	background-color: #2992d9;
}

.products-table .product__sale-item_icon_spec {
	background-color: #60c339;
}

.products-table .product__sale-item_icon_hit {
	background-color: #fc482d;
}

.products-table .product__extra-tools {
	margin-top: 8px;
	display: flex;
}

.products-table .product__extra-tools > * {
	margin-bottom: 0;
	margin-left: 8px;
	opacity: 1;
	display: inline-block;
	width: 40px;
	height: 40px;
	border: 1px solid #ececec;
}

.products-table .product__extra-tools > * > * {
}

.products-table .product__button-block {
	margin: 8px -4px 0;
	display: flex;
}

.products-table .product__amount-minus {
	width: 30px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-table .product__amount-minus:before {
	content: '';
	width: 13px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -6px;
	opacity: .5;
	transition: opacity .3s;
}

.products-table .product__amount-plus {
	width: 30px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-table .product__amount-plus:before {
	content: '';
	width: 11px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -5px;
	opacity: .5;
	transition: opacity .3s;
}

.products-table .product__amount-plus:after {
	content: '';
	width: 1px;
	height: 11px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 0;
	opacity: .5;
	transition: opacity .3s;
}

.products-table .product__amount-minus:hover:before,
.products-table .product__amount-plus:hover:before,
.products-table .product__amount-plus:hover:after {
	opacity: 1;
}

.products-table .product__button-block .button {
}

.products-table .product__amount {
	float: left;
	margin: 0 4px;
}

.products-table .product__amount-inner {
	position: relative;
}

.products-table .product__amount-input {
	border: 1px solid #eee;
	background: #fafafa;
	white-space: nowrap;
	height: 40px;
	padding: 0 15px;
	width: 100%;
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	border-radius: 3px;
	width: 100px;
}

.products-table .product__amount-minus + .product__amount-input {
	padding: 0 30px;
}

.products-table .product__amount-inner.hidden-controls .product__amount-input {
	padding: 0 5px;
}

.products-table .product__amount-inner.hidden-controls .product__amount-minus,
.products-table .product__amount-inner.hidden-controls .product__amount-plus {
	display: none;
}

.products-table .product__button-block .button {
	height: 40px;
	margin: 0 4px;
	width: 100px;
	padding: 0;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.products-table .product__button-block .button.product__button_disabled {
	width: 208px;
}

.products-table .product__button-block.has_amount_field .button:not(.product__button_fast) {
	/*float: right;*/
	/*width: calc(50% - 8px);*/
	/*margin: 0 4px;*/
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
}

.products-table .product__button-block .product__button_fast {
	/*width: 100%;*/
	/*padding-left: 10px;*/
	/*padding-right: 10px;*/
}

.products-table .product__button-block .button + .product__button_fast {
	/*margin-top: 8px;*/
}

.products-table .product__button-block.has_amount_field .product__button_fast {
	/*width: calc(100% - 8px);*/
	/*margin-left: 4px;*/
	/*margin-right: 4px;*/
}

.products-table .product__item .product__variants-opener {
	width: 18px;
	height: 14px;
	line-height: 12px;
	padding: 0;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
	vertical-align: middle;
	display: none;
	margin: 0 0 8px 6px;
	position: relative;
}

.products-table .product__item .product__variants-opener > div {
	display: inline-block;
	position: absolute;
	left: 24px;
	top: 0px;
	font-size: 10px;
	text-transform: uppercase;
	font-weight: 500;
	border-bottom: 1px dashed #000;
	color: #000;
}

.products-table .product__item .product__variants-opener.active > div {
	/*display: none!important;*/
	border-color: transparent!important;
}

.products-table .product__item.has-variants .product__variants-opener {
	display: inline-block;
}

.products-table .product__variants-opener .svg path {
	fill: #fff;
}

.products-table .product__variants-opener.active .svg path,
.products-table .product__item-inner:hover .product__variants-opener .svg path {
	/*fill: #fff;*/
}

.products-table .product__variants {
	position: absolute;
	right: calc(100% + 2px);
	width: 275px;
	background: #fff;
	top: -12px;
	z-index: 5;
	box-shadow: 0 20px 50px 0 rgb(0 0 0 / 15%);
	display: none;
	border-radius: 3px;
	text-align: left;
}

.products-table .product__variants-header {
	padding: 18px 24px 11px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size: .867em;
	line-height: 1;
	font-weight: 700;
}

.products-table .product__variants-content {
	padding: 0 14px 18px 24px;
}

.products-table .product__variants .input-radio {
	margin-top: 10px;
	font-size: 12px;
}

.products-table .product__variants .input-radio .i {
	top: -2px;
}

.products-table .product__variants-item-price {
	font-weight: 600;
	display: none;
}

.products-table .product__variants .close {
	position: absolute;
	top: 19px;
	right: 20px;
	width: 11px;
	height: 11px;
	cursor: pointer;
}

.products-table .product__variants .close:before,
.products-table .product__variants .close:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 15px;
	margin-top: -1px;
	margin-left: -7px;
	transform: rotate(-45deg);
	background-color: #999;
}

.products-table .product__variants .close:after {
	transform: rotate(45deg);
}

@media (min-width:768px) and (max-width:959px) {
	.products-table .product__content {
		width: calc(100% - 226px - 168px);
	}

	.products-table .product__price-block {
		width: 226px;
	}

	.products-table .product__buy-block {
		flex-wrap: wrap;
		width: 168px;
	}

	.products-table .product__button-block {
		flex-wrap: wrap;
		width: 128px;
		margin-top: 0;
	}

	.products-table .product__amount {
		margin-bottom: 8px;
	}

	.products-table .product__amount-input {
		width: 120px;
	}

	.products-table .product__button-block:before,
	.products-table .product__button-block:after {
		display: none;
	}

	.products-table .product__button-block .button {
		width: 120px;
	}

	.products-table .product__button-block .button.product__button_disabled {
		width: 120px;
	}

	.products-table .product__extra-tools {
		margin-top: 0;
		width: 48px;
		flex-wrap: wrap;
	}

	.products-table .product__extra-tools > * + * {
		margin-top: 8px;
	}
}

@media (max-width:767px) {
	.products-table .product__item-inner {
		flex-wrap: wrap;
		padding: 10px;
	}

	.products-table .product__gift {
	    /*position: absolute;*/
	    /*left: 14px;*/
	    /*top: 42px;*/
	    /*margin: 0;*/
	}

	.products-table .product__content {
		width: 100%;
	}

	.products-table .product__content-inner {
		padding: 0 0 0 10px;
	}

	.products-table .product__title {
		font-size: 13px;
	}

	.products-table .rate,
	.products-table .rating {
		margin-top: 7px;
	}

	.products-table .product__status-outer {
		margin-top: 7px;
	}

	.products-table .product__sku {
		margin-top: 12px;
	}

	.products-table .product__firm {
		margin-top: 12px;
	}

	.products-table .product__price-block {
		width: calc(100% + 12px);
		margin: 10px -6px 10px;
	}

	.products-table .product__price {
		font-size: 14px;
	}

	.products-table .product__price-old {
		font-size: 12px;
	}

	.products-table .product__buy-block {
		width: 100%;
		flex-wrap: wrap;
	}

	.products-table .product__button-block {
		padding-right: 8px;
	}

	.products-table .product__extra-tools > * {
		margin-left: 0;
		margin-right: 8px;
	}

	.products-table .product__extra-tools > *:last-child {
		margin-right: 0;
	}
}

@media (max-width:359px) {
}


/*products-grid*/
.products-grid {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
}

.products-grid .product__item {
	margin: 0 0 -1px -1px;
	width: 25%;
}

.products-grid .product__item-inner {
	padding: 25px 25px 30px;
	box-shadow: inset 0 0 0 1px #ececec;
	background: #fff;
	position: relative;
	transition: box-shadow .4s ease-out , border .4s ease-out;
	margin: 0 -1px 0 0;
	height: 100%;
}

.products-grid .product__image-block {
	position: relative;
	width: 100%;
	padding-bottom: 100%;
}

.products-grid .product__image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.products-grid .product__gift {
	top: auto;
	bottom: 10px;
}

.products-grid .countdown-datetime + .product__gift {
	bottom: 52px;
}

.products-grid .countdown-datetime_with_header + .product__gift {
	bottom: 67px;
}

.products-grid .product__sale {
	/*top: 25px;*/
	/*left: 23px;*/
	top: 4px;
	left: -2px;
	right: 78px;
	position: absolute;
	z-index: 3;
	font-size: 0;
	pointer-events: none;
}

.products-grid .product__sale-item {
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	border-radius: 2px;
	padding: 6px 7px;
	margin: 0 2px 4px;
	font-size: 12px;
}

.products-grid .product__sale-item_icon_new {
	background-color: #2992d9;
}

.products-grid .product__sale-item_icon_spec {
	background-color: #60c339;
}

.products-grid .product__sale-item_icon_hit {
	background-color: #fc482d;
}

.products-grid .rate,
.products-grid .rating {
	margin-top: 15px;
}

.products-grid .product__title {
	overflow: hidden;
	text-overflow: ellipsis;
	font-size: .933em;
	line-height: 1.501em;
	margin-top: 13px;
	font-weight: 500;
}

.products-grid .product__title a {
	transition: color 20ms ease-out;
	color: #333;
}

.products-grid .product__title a:hover {
}

.products-grid .product__title_row_1 {
	/*height: 21px;*/
	height: auto;
	white-space: nowrap;
}

.products-grid .product__title_row_2 {
	height: 42px;
}

.products-grid .product__title_row_3 {
	height: 63px;
}

.products-grid .product__title_row_4 {
	height: 84px;
}

.products-grid .product__title_row_5 {
	height: 105px;
}

.products-grid .product__info {
	margin: 0 -8px 0;
	display: flex;
	flex-wrap: nowrap;
}


.products-grid .product__status-outer {
	margin: 9px 8px 0;
}

.products-grid .product__status {
}

.products-grid .product__sku {
	margin: 9px 8px 0;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.products-grid .product__sku-name {
}

.products-grid .product__sku-value {
}

.products-grid .countdown-datetime {
	border: 1px solid #eee;
	background-color: #fafafa;
	display: inline-block;
	position: absolute;
	padding-left: 33px;
	pointer-events: none;
	bottom: 0;
	z-index: 3;
	opacity: .9;
	left: 0;
	/*left: 50%;*/
    /*-webkit-transform: translate(-50%, 0);*/
    /*-ms-transform: translate(-50%, 0);*/
    /*transform: translate(-50%, 0);*/
}

.products-grid .countdown-datetime__title {
	font-size: 11px;
	line-height: 1.2;
	color: #e52a29;
	padding: 4px 8px 3px 0;
	font-weight: 500;
	text-align: left;
	margin-bottom: -5px;
	margin-left: -24px;
}

.products-grid .countdown-datetime .svg {
	width: 20px;
	height: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	left: 8px;
	bottom: 0;
	top: auto;
}

.products-grid .countdown-datetime .svg path {
	fill: #e52a29;
}

.products-grid .countdown-datetime__inner {
	flex-wrap: nowrap;
	display: flex;
	align-items: center;
	height: 40px;
}

.products-grid .countdown-datetime__inner > div {
	width: 25%;
	min-width: 36px;
	text-align: center;
	position: relative;
}

.products-grid .countdown-datetime__inner > div:before {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 5px;
}

.products-grid .countdown-datetime__inner > div:after {
	content: '';
	background: #333;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 10px;
}

.products-grid .countdown-datetime__inner > div:last-child:before,
.products-grid .countdown-datetime__inner > div:last-child:after {
	display: none;
}

.products-grid .countdown-datetime__inner > div > span {
	color: #333;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	display: block;
}

.products-grid .countdown-datetime__inner > div > div {
	color: #333;
	opacity: .6;
	font-size: 9px;
	line-height: 1;
	margin-top: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-grid .product__price-block {
	margin: 14px -6px 0;
	display: flex;
	/*flex-wrap: nowrap;*/
	flex-wrap: wrap;
	position: relative;
}


.products-grid .product__price {
	margin: 0 6px;
	color: #333;
	font-size: 1.133em;
	line-height: 1.454em;
	font-weight: 700;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	white-space: nowrap;
}

.products-grid .product__price-old {
	margin: 0 6px;
	font-size: .867em;
	line-height: 1.692em;
	color: #999;
	text-decoration: line-through;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-end;
	white-space: nowrap;
	width: 100%;
}

.products-grid .product__price-old .profit {
	display: none;
}

.products-grid .profit {
	font-size: .733em;
	line-height: 1.273em;
	color: #333;
	display: inline-block;
	padding: 1px;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
	margin-top: 7px;
}

.products-grid .profit__percent {
	display: inline-block;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
	padding: 0 3px 0 5px;
}

.products-grid .profit__price {
	background: #fff8db;
	display: inline-block;
	padding: 2px 5px 1px;
}

.products-grid .product__extra-tools {
	top: 25px;
	right: 25px;
	position: absolute;
	z-index: 3;
}
/*
.products-grid .product__content {
	display: none;
	border-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	z-index: 4;
	position: absolute;
	background: #fff;
	padding: 0 25px;
	left: 0;
	right: 0;
	top: 100%;
}

.products-grid .product__item-inner:hover .product__content:before {
	content: '';
	background: #fff;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	height: 30px;
}
*/
.products-grid .product__button-block {
	margin: 0 -25px;
}

.products-grid .product__amount-minus {
	width: 48px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-grid .product__amount-minus:before {
	content: '';
	width: 13px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -6px;
	opacity: .5;
	transition: opacity .3s;
}

.products-grid .product__amount-plus {
	width: 48px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-grid .product__amount-plus:before {
	content: '';
	width: 11px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -5px;
	opacity: .5;
	transition: opacity .3s;
}

.products-grid .product__amount-plus:after {
	content: '';
	width: 1px;
	height: 11px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 0;
	opacity: .5;
	transition: opacity .3s;
}

.products-grid .product__amount-minus:hover:before,
.products-grid .product__amount-plus:hover:before,
.products-grid .product__amount-plus:hover:after {
	opacity: 1;
}

.products-grid .product__amount {
	float: left;
	width: 50%;
}

.products-grid .product__amount-inner {
	position: relative;
}

.products-grid .product__amount-input {
	border: 1px solid #eee;
	border-left: 0;
	border-right: 0;
	background: #fafafa;
	white-space: nowrap;
	height: 56px;
	padding: 0 15px;
	width: 100%;
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 1;
}

.products-grid .minus + .product__amount-input {
	padding: 0 48px;
}

.products-grid .product__button-block .button {
	border-radius: 0;
	height: 56px;
	float: left;
	width: 100%;
	padding-left: 15px;
/*íîâîå*/
	padding-right: 15px;
/*íîâîå*/
}

.products-grid .product__button-block.has_amount_field .button:not(.product__button_disabled) {
	width: 50%;
}

.products-grid .product__description {
	font-size: .8em;
	color: #333;
	padding: 30px 0 30px;
	line-height: 1.501em;
}

.products-grid .product__description p {
	margin: 0;
}

.products-grid .properties {
	font-size: .8em;
	color: #333;
	padding: 30px 0 30px;
	line-height: 1.501em;
}

.products-grid .product__description + .properties {
	padding-top: 0;
}

.products-grid .properties__title {
	font-weight: 500;
	color: #000;
	margin-top: 1em;
}

.products-grid .properties__title:first-child {
	margin-top: 0;
}

.products-grid .properties__item {
}

.products-grid .properties__item-name {
	color: #333;
}

.products-grid .properties__item-value {
	color: #777;
}

.products-grid .properties__item_list {
}

.products-grid .properties__item-name_list {
}

.products-grid .properties__list {
}

.products-grid .properties__list-item {
	padding-left: 15px;
	position: relative;
}

.products-grid .properties__list-item:first-child {
}

.products-grid .properties__list-item:before {
	content: '';
	width: 5px;
	height: 1px;
	background: #333;
	left: 0;
	top: 8px;
	display: inline-block;
	vertical-align: middle;
	margin: 0 8px 0 0;
}

.products-grid .product__item .product__variants-opener {
	width: 18px;
	height: 14px;
	line-height: 12px;
	padding: 0;
	text-align: center;
	border: 1px solid #eee;
	border-radius: 3px;
	cursor: pointer;
	vertical-align: middle;
	display: none;
	margin: 5px 6px 0 6px;
}

.products-grid .product__item .product__variants-opener > div {
	display: none;
}

.products-grid .product__item .product__variants-opener.active > div {
	display: none!important;
}

.products-grid .product__item.has-variants .product__variants-opener {
	display: inline-block;
}

.products-grid .product__variants-opener .svg path {
	fill: #333;
}

.products-grid .product__variants-opener.active .svg path,
.products-grid .product__item-inner:hover .product__variants-opener .svg path {
	fill: #fff;
}

.products-grid .product__variants {
	position: absolute;
	left: 6px;
	width: 275px;
	background: #fff;
	/*top: 27px;*/
	bottom: calc(100% + 17px);
	z-index: 5;
	box-shadow: 0 20px 50px 0 rgba(0,0,0,.15);
	display: none;
	border-radius: 3px;
	text-align: left;
}

.products-grid .product__variants-header {
	padding: 18px 24px 11px;
	color: #333;
	text-transform: uppercase;
	letter-spacing: .8px;
	font-size: .867em;
	line-height: 1;
	font-weight: 700;
}

.products-grid .product__variants-content {
	padding: 0 14px 18px 24px;
	overflow-y: auto;
    /*max-height: 300px;*/
	max-height: 208px;
}

.products-grid .product__variants .input-radio {
	margin-top: 10px;
	font-size: 12px;
}

.products-grid .product__variants .input-radio .i {
	top: -2px;
}

.products-grid .product__variants-item-price {
	font-weight: 600;
	display: none;
}

.products-grid .product__variants .close {
	position: absolute;
	top: 19px;
	right: 20px;
	width: 11px;
	height: 11px;
	cursor: pointer;
}

.products-grid .product__variants .close:before,
.products-grid .product__variants .close:after {
	content: '';
	position: absolute;
	display: block;
	top: 50%;
	left: 50%;
	height: 1px;
	width: 15px;
	margin-top: -1px;
	margin-left: -7px;
	transform: rotate(-45deg);
	background-color: #999;
}

.products-grid .product__variants .close:after {
	transform: rotate(45deg);
}

/***opisanie_type_show_1***/
.products-grid .product__item.opisanie_type_show_1 .product__content {
	display: none;
	border-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	z-index: 4;
	position: absolute;
	background: #fff;
	padding: 0 25px;
	left: 0;
	right: 0;
	top: 100%;
}

.products-grid .product__item.opisanie_type_show_1 .product__item-inner:hover .product__content:before {
	content: '';
	background: #fff;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	height: 30px;
}

@media (min-width:768px) {
	.products-grid .product__item.opisanie_type_show_1 .product__description-and-properties {
		display: block;
	}

	.products-grid .product__item.opisanie_type_show_1 .product__description {
		padding: 0;
	}

	.products-grid .product__item.opisanie_type_show_1 .properties {
		padding: 0;
	}

	.products-grid .product__item.opisanie_type_show_1 .product__description + .properties {
		padding-top: 15px;
	}

	.products-grid .product__item.opisanie_type_show_1 .product__content-inner {
		display: none;
		position: absolute;
		left: 0px;
		top: 0px;
		right: 1px;
		bottom: 0px;
		background: rgb(255 255 255 / 90%);
		z-index: 4;
		padding: 30px 15px 15px;
		overflow-y: auto;
		box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	}

	.products-grid .product__item.opisanie_type_show_1 .product__content .close {
		display: none;
		position: absolute;
		width: 14px;
		height: 14px;
		top: 10px;
		right: 11px;
		z-index: 5;
	    /*pointer-events: none;*/
		cursor: pointer;
	}

	.products-grid .product__item.opisanie_type_show_1 .product__content .close:before,
	.products-grid .product__item.opisanie_type_show_1 .product__content .close:after {
		content: '';
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		height: 2px;
		width: 18px;
		margin-top: -1px;
		margin-left: -9px;
		transform: rotate(-45deg);
		background-color: #b8b8b8;
	}

	.products-grid .product__item.opisanie_type_show_1 .product__content .close:hover:before,
	.products-grid .product__item.opisanie_type_show_1 .product__content .close:hover:after {
		background-color: #333;
	}

	.products-grid .product__item.opisanie_type_show_1 .product__content .close:after {
		transform: rotate(45deg);
	}

	.products-grid .product__item.opisanie_type_show_1 .product__item-inner:hover .product__content {
		display: block;
	}
}

@media (max-width:767px) {
	.products-grid .product__item.opisanie_type_show_1 .product__content {
		display: block;
		box-shadow: none;
		padding: 0;
		left: 15px;
		right: 15px;
		top: auto;
		bottom: 15px!important;
		margin-top: 15px;
	}

	.products-grid .product__item.opisanie_type_show_1 .product__content:before {
		display: none;
	}
}
/***opisanie_type_show_1***/

/***opisanie_type_show_2***/
.products-grid .product__item.opisanie_type_show_2 .product__content {
	display: none;
	border-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	z-index: 4;
	position: absolute;
	background: #fff;
	padding: 0 25px;
	left: 0;
	right: 0;
	top: 100%;
}

.products-grid .product__item.opisanie_type_show_2 .product__item-inner:hover .product__content:before {
	content: '';
	background: #fff;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	height: 30px;
}

@media (min-width:768px) {
	.products-grid .product__item.opisanie_type_show_2 .product__item-inner:hover .product__content {
		display: block;
	}
}

@media (max-width:767px) {
	.products-grid .product__item.opisanie_type_show_2 .product__content {
		display: block;
		box-shadow: none;
		padding: 0;
		left: 15px;
		right: 15px;
		top: auto;
		bottom: 15px!important;
		margin-top: 15px;
	}

	.products-grid .product__item.opisanie_type_show_2 .product__content:before {
		display: none;
	}
}
/***opisanie_type_show_2***/

/***opisanie_type_show_3***/
.products-grid .product__item.opisanie_type_show_3 .product__content {
	margin-top: 25px;
}

.products-grid .product__item.opisanie_type_show_3 .product__description {
	padding: 30px 0 0 0;
}

.products-grid .product__item.opisanie_type_show_3 .properties {
	padding: 30px 0 0 0;
}

@media (max-width:767px) {
	/*
	.products-grid .product__item.opisanie_type_show_3 .product__content-inner {
	    display: block;
	}
	.products-grid .product__item.opisanie_type_show_3 .product__content .close {
	    display: block;
	}
	*/
	.products-grid .product__item.opisanie_type_show_3 .product__description {
		padding: 0;
	}

	.products-grid .product__item.opisanie_type_show_3 .properties {
		padding: 15px 0 0 0;
	}

	.products-grid .product__item.opisanie_type_show_3 .product__content {
		display: none;
		border-color: #fff;
		box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
		z-index: 4;
		position: absolute;
		background: #fff;
		padding: 0 25px;
		left: 0;
		right: 0;
		top: 100%;
	}

	.products-grid .product__item.opisanie_type_show_3 .product__item-inner:hover .product__content:before {
		content: '';
		background: #fff;
		position: absolute;
		top: -30px;
		right: 0;
		left: 0;
		height: 30px;
	}

	.products-grid .product__item.opisanie_type_show_3 .product__content {
		display: block;
		box-shadow: none;
		padding: 0;
		left: 15px;
		right: 15px;
		top: auto;
		bottom: 15px!important;
		margin-top: 15px;
	}

	.products-grid .product__item.opisanie_type_show_3 .product__content:before {
		display: none;
	}
}
/***opisanie_type_show_3***/

/***opisanie_type_show_0***/
.products-grid .product__item.opisanie_type_show_0 .product__content {
	display: none;
	border-color: #fff;
	box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	z-index: 4;
	position: absolute;
	background: #fff;
	padding: 0 25px;
	left: 0;
	right: 0;
	top: 100%;
}

.products-grid .product__item.opisanie_type_show_0 .product__item-inner:hover .product__content:before {
	content: '';
	background: #fff;
	position: absolute;
	top: -30px;
	right: 0;
	left: 0;
	height: 30px;
}

@media (min-width:768px) {
	.products-grid .product__item.opisanie_type_show_0 .product__item-inner:hover .product__content {
		display: block;
	}
}

@media (max-width:767px) {
	.products-grid .product__item.opisanie_type_show_0 .product__content {
		display: block;
		box-shadow: none;
		padding: 0;
		left: 15px;
		right: 15px;
		top: auto;
		bottom: 15px!important;
		margin-top: 15px;
	}

	.products-grid .product__item.opisanie_type_show_0 .product__content:before {
		display: none;
	}
}
/***opisanie_type_show_0***/

@media (max-width:1300px) {
	.products-grid .product__gift-inner {
		left: calc(100% - 5px);
	}

	.products-grid .product__gift {
		left: 5px;
		bottom: 5px;
	}
}

@media (max-width:1259px) {
	.products-grid:not(.slider) .product__item {
		width: 33.33333333333333%!important;
	}
}

@media (max-width:959px) {
	.products-grid:not(.slider) .product__item {
		width: 50%!important;
	}
}

@media (min-width:768px) {
	.products-grid:not(.slider) .product__item-inner:hover {
		border-color: #fff;
		box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
		z-index: 4;
	}

	.products-grid .product__item-inner:hover .product__variants-opener > div {
		display: block;
		position: absolute;
		left: 0px;
		top: 26px;
		z-index: 5;
		font-size: 12px;
		background: #333;
		padding: 5px 10px;
		color: #fff;
		border-radius: 3px;
	}

	.products-grid .product__item-inner:hover .product__variants-opener > div:after {
		content: '';
		position: absolute;
		left: 11px;
		top: -9px;
		border: 4px solid transparent;
		border-bottom: 5px solid #333;
	}

	.products-grid .product__description-and-properties {
		display: none;
	}
}

@media (max-width:767px) {
	.overflow-y-hidden-xs {
		overflow-y: hidden;
	}

	.products-grid .product__item-inner {
		padding: 15px 15px 62px;
	}

	.products-grid .product__sale {
		right: 41px;
	}

	.products-grid .product__sale-item {
		font-size: 11px;
	}

	.products-grid .product__extra-tools {
		/*top: auto;*/
		/*right: auto;*/
		/*left: 15px;*/
		/*display: flex;*/
		/*flex-wrap: nowrap;*/
		/*margin-top: -32px;*/
		/*top: 25px;*/
		top: 4px;
		right: 5px;
	}

	.products-grid .product__extra-tools > * {
		opacity: 1;
		border: 1px solid #ececec;
		/*margin-bottom: 0;*/
		/*margin-right: 3px;*/
	}

	.products-grid .product__fast {
		display: none;
	}

	.products-grid .rate,
	.products-grid .rating {
		margin-top: 12px;
	}

	.products-grid .product__title {
		font-size: 13px;
		line-height: 1.4;
		margin-top: 8px;
	}

	.products-grid .product__title_row_1 {
		height: 19px;
	}

	.products-grid .product__title_row_2 {
		height: 37px;
	}

	.products-grid .product__title_row_3 {
		height: 55px;
	}

	.products-grid .product__title_row_4 {
		height: 73px;
	}

	.products-grid .product__title_row_5 {
		height: 91px;
	}

	.products-grid .product__info {
		display: none;
	}

	.products-grid .countdown-datetime {
		/*display: none;*/
		padding-left: 0;
	}

	.products-grid .countdown-datetime__title {
		margin-left: 0;
		padding-left: 9px;
	}

	.products-grid .countdown-datetime .svg {
		display: none;
	}

	.products-grid .product__price-block {
		margin: 5px 0 0;
		flex-wrap: wrap;
	}

	.products-grid .product__price {
		margin: 0;
		font-size: 14px;
		line-height: 1;
		width: 100%;
		display: block;
	}

	.products-grid .product__price-old {
		margin: 7px 0 0;
		display: block;
		text-decoration: none;
	}

	.products-grid .product__price-old > div:not(.profit) {
		font-size: 11px;
		line-height: 1;
		display: inline-block;
		text-decoration: line-through;
		margin-right: 7px;
	}

	.products-grid .profit {
		/*position: absolute;*/
		/*top: 4px;*/
		/*right: 5px;*/
		/*margin-top: 0;*/
		display: none;
		margin-top: 0;
	}

	.products-grid .profit__price {
		/*display: none;*/
	}

	.products-grid .product__price-old .profit {
		display: inline-block;
	}

	.products-grid .product__button-block {
		margin: 0;
	}

	.products-grid .product__amount {
		display: none!important;
	}

	.products-grid .product__button-block .button {
		height: 32px;
		float: none;
		width: auto!important;
		display: inline-flex;
		padding: 2px 15px;
		align-items: center;
		border-radius: 3px;
	}

	.products-grid .product__item .product__variants-opener {
		margin: 6px 0 13px 0;
		position: relative;
	}

	.products-grid .product__item .product__variants-opener > div {
		display: inline-block;
		position: absolute;
		left: 24px;
		top: 0px;
		font-size: 10px;
		text-transform: uppercase;
		font-weight: 500;
		border-bottom: 1px dashed #000;
		color: #000;
	}

	.products-grid .product__variants {
		position: fixed;
		left: 50%;
		top: 50%;
		bottom: auto;
		-webkit-transform: translate(-50%, -50%);
		-ms-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	.products-grid .product__description {
		/*display: none!important;*/
		padding: 0;
	}

	.products-grid .properties {
		/*display: none!important;*/
		padding: 0;
	}

	.products-grid .product__description + .properties {
		padding-top: 15px;
	}

	.products-grid .product__gift {
		/*top: auto;*/
		/*bottom: 37px!important;*/
		/*left: 0;*/
        /*left: 0;*/
	    /*bottom: 40px;*/
		left: auto;
		right: 13px;
		bottom: auto;
		top: -10px;
	}

	.products-grid .product__content-inner {
		display: none;
		position: absolute;
		left: 0px;
		top: 0px;
		right: 1px;
		bottom: 0px;
		background: rgb(255 255 255 / 90%);
		z-index: 4;
		padding: 30px 15px 15px;
		overflow-y: auto;
		box-shadow: 0 0 20px 0 rgba(0,0,0,.15);
	}

	.products-grid .product__content .close {
		display: none;
		position: absolute;
		width: 14px;
		height: 14px;
		top: 10px;
		right: 11px;
		z-index: 5;
		pointer-events: none;
	}

	.products-grid .product__content .close:before,
	.products-grid .product__content .close:after {
		content: '';
		position: absolute;
		display: block;
		top: 50%;
		left: 50%;
		height: 2px;
		width: 18px;
		margin-top: -1px;
		margin-left: -9px;
		transform: rotate(-45deg);
		background-color: #b8b8b8;
	}

	.products-grid .product__content .close:after {
		transform: rotate(45deg);
	}
}

@media (max-width:540px) {
	.products-grid .product__gift-inner {
		display: none!important;
	}
}

@media (min-width:360px) and (max-width:540px) {
	.products-grid .countdown-datetime .countdown-datetime__seconds {
		display: none;
	}

	.products-grid .countdown-datetime .countdown-datetime__minutes:before,
    .products-grid .countdown-datetime .countdown-datetime__minutes:after {
		display: none;
	}
}

@media (max-width:359px) {
	.products-grid:not(.slider) .product__item {
		width: 100%!important;
	}
}


/*products-slider*/
.products-slider {
}

.products-slider .products-grid {
	display: block;
}

/*
.products-slider .slick-list {
	overflow: visible;
}

.products-slider .slick-track {
	display: flex;
	flex-wrap: nowrap;
}

.products-slider .slick-slide {
	float: none;
	height: auto;
	opacity: 0;
}

.products-slider .slick-slide.slick-active {
	opacity: 1;
}
*/

.products-slider .products-grid .product__item {
	/*margin: 0;*/
}

.products-slider .products-grid .product__content {
	display: block;
	box-shadow: none;
	top: auto;
	bottom: 0;
}

.products-slider .products-grid .product__content:before {
	display: none!important;
}

.products-slider .products-grid .product__variants {
	top: auto;
	bottom: calc(100% + 10px);
	left: -6px;
	width: 226px;
}

/*
.products-slider .slick-arrow {
	border: 1px solid #fff;
	width: 38px;
	height: 38px;
	border-radius: 3px;
	background: #fff;
	transition: .3s ease-in-out;
	z-index: 2;
}

.products-slider .slick-arrow.slick-disabled {
	opacity: .6;
}

.products-slider .slick-arrow:hover {
}

.products-slider .slick-arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	width: 7px;
	height: 12px;
	background-image: url(../img/_original__header_icons.svg);
	background-repeat: no-repeat;
}

.products-slider .slick-prev {
	left: -48px;
}

.products-slider .slick-prev:after {
	background-position: 0 -65px;
	left: 50%;
	margin-left: -4px;
}

.products-slider .slick-prev:hover:after {
	background-position: 0 -81px;
}

.products-slider .slick-next {
	right: -48px;
}

.products-slider .slick-next:after {
	background-position: -11px -65px;
	right: 50%;
	margin-right: -4px;
}

.products-slider .slick-next:hover:after {
	background-position: -11px -81px;
}
*/

.products-slider .products-grid .product__sale {
	left: -1px;
}

@media (max-width:959px) {
	/*
	.products-slider .products-grid.slick-dotted {
		padding-bottom: 43px;
	}

	.products-slider .slick-dots {
		bottom: 0;
		font-size: 0;
	}

	.products-slider .slick-dots li {
		width: 8px;
		height: 8px;
		margin: 0 6px;
		background-color: #D6D6D6;
		border-radius: 100%;
	}

	.products-slider .slick-dots li.slick-active {
		background-color: #869791;
	}
    */
    
	.products-slider .products-grid .product__variants-opener {
		display: none!important;
	}
}

@media (max-width:767px) {
	.additional_is_recommended .products-grid .product__item-inner {
		padding-bottom: 15px!important;
	}
}


/*hidden-buy-block*/
.products-grid.hidden-buy-block .product__content {
	display: none!important;
}

.products-slider .products-grid:not(.hidden-buy-block) .product__item-inner {
	padding-bottom: 86px;
}

@media (max-width:767px) {
	.products-slider .products-grid:not(.hidden-buy-block) .product__item-inner {
		padding-bottom: 62px;
	}
}


/*additional*/
.additional {
	margin-top: 60px;
}

.additional_is_recommended {
}

.additional_is_associated {
}

/*
.additional.products-slider .slick-arrow {
	opacity: 0;
}

.additional.products-slider:hover .slick-arrow {
	opacity: 1;
}

.additional.products-slider .slick-prev {
	left: -18px;
}

.additional.products-slider .slick-next {
	right: -18px;
}

.additional.products-slider .slick-prev:after {
	background-position: 0 -81px;
}

.additional.products-slider .slick-next:after {
	background-position: -11px -81px;
}
*/

.additional.products-slider .product__content-inner {
	display: none;
}

@media (max-width:959px) {
	.additional {
		margin-top: 40px;
	}

	/*
	.additional.products-slider .slick-arrow {
		display: none!important;
	}
	*/
}


/*products-full*/
.products-full {
	margin-top: 40px;
}

.products-full:first-child {
	margin-top: 0;
}

.products-full .products__content {
	display: flex;
	flex-wrap: wrap;
}

.products-full .products__content-left {
	width: 42%;
	position: relative;
}

.products-full .products__content-right {
	width: 58%;
	padding-left: 36px;
}

.products-full .products__content-center {
	width: 100%;
}

.products-full .product__image-block-outer {
	padding-top: 4.133rem;
	position: relative;
}

.products-full .products__big-slider {
	margin: auto;
	width: 450px;
	height: 450px;
	overflow: hidden;
}

.products-full .product__image-block {
	margin: auto;
	width: 450px;
	height: 450px;
	position: relative;
}

.products-full .product__image-link {
}

.products-full .product__image {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

/*
.products__big-slider .slick-arrow {
	border: 1px solid #fff;
	width: 38px;
	height: 38px;
	border-radius: 3px;
	background: #fff;
	transition: .3s ease-in-out;
	z-index: 2;
}

.products__big-slider .slick-arrow:hover {
}

.products__big-slider .slick-arrow:after {
	content: '';
	position: absolute;
	top: 50%;
	margin-top: -6px;
	width: 7px;
	height: 12px;
	background-image: url(../img/_original__header_icons.svg);
	background-repeat: no-repeat;
}

.products__big-slider .slick-prev {
	left: -38px;
}

.products__big-slider:hover .slick-prev {
	left: 0;
}

.products__big-slider .slick-prev:hover {
}

.products__big-slider .slick-prev:after {
	background-position: 0 -65px;
	left: 50%;
	margin-left: -4px;
}

.products__big-slider .slick-prev:hover:after {
	background-position: 0 -81px;
}

.products__big-slider .slick-next {
	right: -38px;
}

.products__big-slider:hover .slick-next {
	right: 0;
}

.products__big-slider .slick-next:after {
	background-position: -11px -65px;
	right: 50%;
	margin-right: -4px;
}

.products__big-slider .slick-next:hover:after {
	background-position: -11px -81px;
}

.products__big-slider .slick-disabled {
	opacity: .5;
	pointer-events: none;
}
*/

.products-full .product__thumb-block-outer {
	margin-top: 17px;
}

.products-full .products__small-slider {
	max-width: 270px;
	margin: auto;
}

.products-full .product__thumb-block {
	width: 60px;
	height: 60px;
	position: relative;
	padding: 0 5px;
}

.products-full .product__thumb-link {
	opacity: .4;
	cursor: pointer;
	display: block;
	width: 100%;
	height: 100%;
	position: relative;
}

.products-full .product__thumb-link:hover {
	opacity: 1;
}

.products__small-slider .slick-slide.active .product__thumb-link {
	opacity: 1;
}

.products-full .product__thumb {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.products__small-slider .slick-arrow {
	width: 38px;
	height: 38px;
	z-index: 2;
}

.products__small-slider .slick-arrow .svg {
	position: absolute;
	top: 50%;
	margin-top: -6px;
}

.products__small-slider .slick-prev {
	left: -45px;
}

.products__small-slider .slick-prev:hover {
}

.products__small-slider .slick-prev .svg {
	left: 50%;
	top: 50%;
	transform: rotate(-90deg);
	margin: -4px 0px 0px -6px;
}

.products__small-slider .slick-next {
	right: -45px;
}

.products__small-slider .slick-next:hover {
}

.products__small-slider .slick-next .svg {
	left: 50%;
	top: 50%;
	transform: rotate(90deg);
	margin: -4px 0px 0px -6px;
}

.products__small-slider .slick-disabled {
	opacity: .5;
	pointer-events: none;
}

.products-full .product__gift {
	top: 33px;
	left: 4px;
}

.products-full .product__sale {
	top: 0;
	left: 0;
	position: absolute;
	z-index: 3;
	font-size: 0;
	pointer-events: none;
}

.products-full .product__sale-item {
	line-height: 1;
	position: relative;
	display: inline-block;
	vertical-align: top;
	color: #fff;
	border-radius: 2px;
	padding: 6px 7px;
	margin: 0 2px 4px;
	font-size: 12px;
}

.products-full .product__sale-item_icon_new {
	background-color: #2992d9;
}

.products-full .product__sale-item_icon_spec {
	background-color: #60c339;
}

.products-full .product__sale-item_icon_hit {
	background-color: #fc482d;
}

.products-full .product__extra-tools {
	margin-right: auto;
	display: flex;
	flex-wrap: nowrap;
}

.products-full .product__extra-tools > * {
	opacity: 1;
	margin-right: 6px;
	margin-bottom: 0;
}

.products-full .product__extra-tools > *:last-child {
	margin-right: 0;
}

.products-full .product__extra-tools > * > * {
	background-color: #fafafa;
}

.products-full__block-1 {
	display: flex;
	flex-wrap: nowrap;
	justify-content: flex-end;
	align-items: center;
	border-bottom: 1px solid #ececec;
	margin: 0 0 38px;
	padding: 0 0 27px;
}

.products-full__block-2 {
	display: flex;
	flex-wrap: nowrap;
}

.products-full__block-2-left {
	padding-right: 60px;
	width: 50%;
}

.products-full__block-2-right {
	width: 50%;
}

.products-full .product__sku {
	margin-left: 40px;
}

.products-full .product__firm {
	margin-left: 40px;
}

.products-full .product__firm-name {
	display: none;
}

.products-full .product__firm-value {
	display: none;
}

.products-full .product__firm-image {
	max-width: 70px;
}

.products-full .rating-outer {
	margin-left: 40px;
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.products-full .rating-col {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.products-full .rating-col + .rating-col {
	margin-left: 20px;
}

.products-full .rating-title {
	font-size: 11px;
	line-height: 1;
	margin-right: 5px;
	white-space: nowrap;
}

.products-full .rating-text {
	font-size: 11px;
	line-height: 1;
	margin-right: 5px;
	white-space: nowrap;
}

.products-full .product__buy-block {
	box-shadow: 0 3px 14px rgb(0 0 0 / 12%);
}

.products-full .countdown-datetime {
	background: #fc482d;
	padding: 6px 29px 8px 50px;
	border-radius: 3px 3px 0 0;
	position: relative;
}

.products-full .countdown-datetime__title {
	color: #fff;
	font-size: 13px;
	font-weight: 500;
	line-height: 1.1;
	padding-left: 11px;
	margin-bottom: 3px;
}

.products-full .countdown-datetime .svg {
	width: 16px;
	height: 16px;
	position: absolute;
	left: 29px;
	top: 50%;
	margin-top: -8px;
}

.products-full .countdown-datetime .svg svg {
	width: 16px;
	height: 16px;
}

.products-full .countdown-datetime .svg path {
	fill: #fff;
}

.products-full .countdown-datetime__inner {
	flex-wrap: nowrap;
	display: inline-flex;
	align-items: center;
}

.products-full .countdown-datetime__inner > div {
	width: 25%;
	min-width: 42px;
	text-align: center;
	position: relative;
}

.products-full .countdown-datetime__inner > div:before {
	content: '';
	background: #fff;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 5px;
}

.products-full .countdown-datetime__inner> div:after {
	content: '';
	background: #fff;
	width: 2px;
	height: 2px;
	display: block;
	position: absolute;
	right: -1px;
	border-radius: 50%;
	top: 10px;
}

.products-full .countdown-datetime__inner > div:last-child:before,
.products-full .countdown-datetime__inner > div:last-child:after {
	display: none;
}

.products-full .countdown-datetime__inner > div > span {
	color: #fff;
	font-size: 15px;
	font-weight: 700;
	line-height: 1;
	display: block;
}

.products-full .countdown-datetime__inner > div > div {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	margin-top: 1px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

.products-full .product__price-block-outer {
	padding: 20px 30px 20px;
}

.products-full .product__price-block-outer .custom-select {
	margin-bottom: 11px;
}

.products-full .product__price-block {
	margin: 0 -3px 0;
}

.products-full .product__price {
	font-size: 1.733em;
	line-height: 1.454em;
	margin: 0 3px 0;
	display: inline-block;
	font-weight: 700;
}

.products-full .product__price-old {
	margin: 0 3px 0;
	display: inline-block;
	color: #999;
}

.products-full .profit {
	font-size: .733em;
	line-height: 1.273em;
	color: #333;
	display: inline-block;
	padding: 1px;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
	margin-top: 4px;
}

.products-full .profit__percent {
	display: inline-block;
	background: #ffd83a;
	white-space: nowrap;
	border-radius: 2px;
	padding: 0 3px 0 5px;
}

.products-full .profit__price {
	background: #fff8db;
	display: inline-block;
	padding: 2px 5px 1px;
}

.products-full .product__status-outer {
	margin-top: 20px;
}

.products-full .product__button-block {
}

.products-full .product__button-block .button {
	height: 48px;
	border-radius: 0!important;
}

.products-full .product__button-block .button:not(.product__button_fast) {
	width: 50%;
}

.products-full .product__button-block .button.product__button_fast {
	width: 100%;
}

.products-full .product__button-block .button.product__button_fast:not(.button_alt) {
	border: 0;
	background: #fff;
}

.products-full .product__button-block .button.product__button_fast:not(.button_alt):hover {
	background: #fff;
	color: #333!important;
}

.products-full .product__amount-minus {
	width: 40px;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-full .product__amount-minus:before {
	content: '';
	width: 13px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -6px;
	opacity: .5;
	transition: opacity .3s;
}

.products-full .product__amount-plus {
	width: 40px;
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	z-index: 2;
	cursor: pointer;
}

.products-full .product__amount-plus:before {
	content: '';
	width: 11px;
	height: 1px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: 0 0 0 -5px;
	opacity: .5;
	transition: opacity .3s;
}

.products-full .product__amount-plus:after {
	content: '';
	width: 1px;
	height: 11px;
	background: #333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin: -5px 0 0 0;
	opacity: .5;
	transition: opacity .3s;
}

.products-full .product__amount-minus:hover:before,
.products-full .product__amount-plus:hover:before,
.products-full .product__amount-plus:hover:after {
	opacity: 1;
}

.products-full .product__amount {
	float: left;
	width: 50%;
	margin: 0;
	position: relative;
}

.products-full .product__amount-input {
	border: 1px solid #eee;
	background: #fafafa;
	white-space: nowrap;
	height: 48px;
	padding: 0 40px;
	width: 100%;
	color: #333;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	border-left: 0;
	border-right: 0;
}

@media (max-width:1259px) {
	.products-full .product__gift {
		top: 0;
	}

	.products-full .product__gift + .product__sale {
		left: 45px;
		top: 8px;
	}
}

@media (min-width:960px) and (max-width:1259px) {
	.products-full .products__content-left {
		width: calc(100% - 696px);
	}

	.products-full .products__content-right {
		width: 696px;
	}

	.products-full .products__big-slider {
		width: 100%;
		height: auto;
	}

	.products-full .product__image-block {
		width: 100%;
		height: auto;
		padding-bottom: calc(100vw - 696px - 60px);
	}

	.products-full .products__small-slider {
		padding-left: 28px;
		padding-right: 28px;
	}

	.products-full .product__thumb-block {
		width: 40px;
		height: 40px;
	}

	.products__small-slider .slick-prev {
		left: -14px;
	}

	.products__small-slider .slick-next {
		right: -14px;
	}
}

@media (max-width:959px) {
	.products-full .products__content-left {
		width: 100%;
	}

	.products-full .products__content-right {
		width: 100%;
		padding-left: 0;
		padding-top: 35px;
	}

	.products-full__block-2-left {
		padding-right: 30px;
	}
}

@media (max-width:767px) {
	.products-full .product__image-block-outer {
		max-width: 400px;
		margin-left: auto;
		margin-right: auto;
		position: static;
		padding-top: 0;
	}

	.products-full .products__big-slider {
		width: 100%;
		height: auto;
	}

	.products-full .product__image-block {
		height: auto;
		width: 100%;
	}

	.products-full .product__image-link {
		width: 100%!important;
		padding-bottom: 100%;
		display: block;
		position: relative;
	}

	.products-full .product__sale {
		width: 160px;
	}

	.products-full__block-1 {
		flex-wrap: wrap;
		justify-content: flex-start;
		padding: 0;
		border-bottom: 0;
	}

	.products-full .product__extra-tools {
		margin-right: 0;
		order: 0;
	}

	.products-full .product__extra-tools > *:last-child {
		margin-right: 15px;
	}

	.products-full .rating-outer {
		margin-left: 0;
		width: 100%;
		margin-top: 15px;
		order: 3;
	}

	.products-full .product__sku {
		/*margin-left: 15px;*/
		margin-left: 0;
		order: 1;
	}

	.products-full .product__firm {
		margin-left: auto;
		order: 2;
	}

	.products-full .product__firm-image {
		max-width: 50px;
	}

	.products-full__block-2 {
		flex-wrap: wrap;
	}

	.products-full__block-2-left {
		padding-right: 0;
		width: 100%;
		order: 1;
		margin-top: 38px;
	}

	.products-full__block-2-right {
		width: 100%;
		order: 0;
	}

	.products-full .product__gift + .product__sale {
		left: 0;
		top: 45px;
	}
}

@media (max-width:359px) {
	.products-full .rating-outer {
		flex-wrap: wrap;
	}

	.products-full .rating-col + .rating-col {
		margin-left: 0;
		margin-top: 8px;
	}

	.products-full .products__small-slider {
		max-width: 230px;
	}

	.products-full .product__price-block-outer {
		padding: 15px 15px 20px;
	}

	.products-full .product__price {
		width: calc(100% - 6px);
	}

	.products-full .product__price-old {
		width: calc(100% - 6px);
	}
}




/*product__tabs*/
.product__tabs {
}

.product__tabs-control {
	margin: -3px;
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
}

.product__tabs-control-item {
	font-size: .733em;
	line-height: 1.3em;
	text-transform: uppercase;
	letter-spacing: .8px;
	margin: 3px;
	background: #fafafa;
	transition: background-color .3s,box-shadow .3s ease;
	display: inline-flex;
	align-items: center;
	min-height: 46px;
	cursor: pointer;
	padding: 0 24px;
	color: #777;
	position: relative;
}

.product__tabs-control-item:hover {
	color: #333;
	background: #fff;
}

.product__tabs-control-item.active {
	color: #333;
	background: #fff;
}

.product__tabs-control-item.active:before {
	content: '';
	position: absolute;
	left: -1px;
	right: -1px;
	top: -1px;
	z-index: 1;
	height: 2px;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

.product__tabs-control-item span {
}

.product__tabs-content {
	margin-top: 40px;
}

.product__tabs-content-item {
}

@media (max-width:767px) {
	.product__tabs-control-item {
		min-height: 40px;
		padding: 0 13px;
	}
}




/*properties_is_short*/
.properties_is_short {
	margin-top: 18px;
}

.properties_is_short:first-child {
	margin-top: 0;
}

.properties_is_short .properties__header {
	/*font-size: .933em;*/
	/*line-height: 1.501em;*/
	/*color: #333;*/
	/*font-weight: 500;*/
}

.properties_is_short .properties__content {
	/*margin-top: 13px;*/
	font-size: .867em;
	line-height: 1.5;
}

.properties_is_short .properties__item {
	/*font-size: .867em;*/
	/*line-height: 1.692em;*/
	/*margin-top: 2px;*/
}

.properties_is_short .properties__item-name {
	color: #333;
}

.properties_is_short .properties__item-name:not(.properties__item-name_list):after {
	/*content: '—';*/
	/*color: #333;*/
	/*margin: 0 5px;*/
}

.properties_is_short .properties__item-value {
	color: #777;
}

.properties_is_short .properties__item_list {
}

.properties_is_short .properties__list-item {
	/*position: relative;*/
}

.properties_is_short .properties__list-item:before {
	/*content: '';*/
	/*width: 3px;*/
	/*height: 3px;*/
	/*background: #333;*/
	/*left: 0;*/
	/*top: 8px;*/
	/*display: inline-block;*/
	/*vertical-align: middle;*/
	/*margin: 0 8px 0 0;*/
	/*border-radius: 50%;*/
}

.properties_is_short .product__more {
	/*margin-top: 9px;*/
}

.properties_is_short .product__more-link {
	font-size: .867em;
	line-height: 1.692em;
	cursor: pointer;
}

.properties_is_short .product__more-link:hover {
	color: #333!important;
}

.properties_is_short .product__more-link .svg {
	padding: 0 1px 0 14px;
}

.properties_is_short .product__more-link .svg svg {
	transform: rotate(180deg);
}

.properties_is_short .product__more-link:hover .svg path {
	fill: #333!important;
}


/*properties_is_full*/
.properties_is_full {
	font-size: .867em;
	line-height: 1.692em;
}

.properties_is_full table {
	width: 100%;
}

.properties_is_full table tr {
}

.properties_is_full table tr th {
	border: 1px solid #ececec;
	text-align: left;
	font-weight: 500;
	color: #365edc;
	padding: 6px 10px;
}

.properties_is_full table tr td {
	border: 1px solid #ececec;
	color: #777;
	padding: 6px 10px;
}

.properties_is_full table tr td:first-child {
	color: #333;
	width: 50%;
	padding-left: 20px;
}

.properties_is_full table tr td:last-child {
	width: 50%;
	padding-right: 20px;
}

.properties_is_full table tr:nth-child(even) td {
}

.properties_is_full table tr:nth-child(odd) td {
}

.properties_is_full table tr:hover td {
	background: #fafafa;
}

.properties_is_full ul {
	margin-left: 1em;
}

.properties_is_full ul > li {
	display: list-item;
	list-style: disc outside;
	margin-left: 1em;
	/*padding-left: 1em;*/
	padding-left: .3em;
}

.properties_is_full ul > li + li {
	margin-top: 3px;
}

@media (max-width:767px) {
	.properties_is_full table tr td:first-child {
		padding-left: 10px;
	}

	.properties_is_full table tr td:last-child {
		padding-right: 10px;
	}
}





/*rate*/
.rate {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
}

.rate__stars {
	display: block;
	margin-right: 10px;
	width: 85px;
	height: 15px;
	position: relative;
	margin-top: -1px;
}

.rate__stars:before {
	content: '';
	background-image: url(../img/_star.svg);
	background-repeat: repeat-x;
	background-size: 17px 15px;
	background-position: 0 0;
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

.rate__stars > div {
	background-image: url(../img/_star_active.svg);
	background-repeat: repeat-x;
	background-size: 17px 15px;
	background-position: 0 0;
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-color: #fff;
}

.rate__text {
	font-size: .867em;
	color: #333;
	white-space: nowrap;
}

.products-list .rate__stars,
.products-grid .rate__stars {
	margin-right: 0;
}


/*response*/
.response .message {
	/*margin-bottom: 0;*/
	/*margin-top: 20px;*/
}

.response__header {
	margin: 30px 0 13px;
	font-size: 1.0667em;
	line-height: 1.5625em;
	color: #333;
}

.response__list {
	margin-top: 30px;
}

.response__list:first-child {
	margin-top: 0;
}

.response__add {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	margin-left: -15px;
	margin-right: -15px;
	margin-top: -15px;
	line-height: 1;
}

.response__add > div {
	padding: 0 15px;
	white-space: nowrap;
	margin-top: 15px;
}

.response__all {
	font-size: .867em;
	color: #333;
	white-space: nowrap;
}

a.response__all {
	text-decoration: none;
}

a.response__all:hover {
	text-decoration: none;
	color: #333;
}

.response__form + .message,
.response__form + .response,
.response__form + .page-text {
	margin-top: 30px;
}

.page-text + .response {
	padding-top: 30px;
	margin-top: 30px;
	border-top: 1px solid #ececec;
}

.response__item {
	margin-top: 30px;
	display: flex;
	flex-wrap: nowrap;
	align-items: flex-start;
}

.response__item:first-child {
	margin-top: 0;
}

.response__item + .response__item {
	border-top: 1px solid #ececec;
	padding-top: 30px;
}

.response__item-avatar {
	width: 42px;
	height: 42px;
	background: url(../img/default-user.png) no-repeat center center / cover;
	flex-shrink: 0;
}

.response__item-content {
	padding: 0 0 0 15px;
	width: calc(100% - 42px);
}

.response__item-name {
	font-weight: 700;
	font-size: .867em;
	line-height: 1.126em;
	margin-bottom: 7px;
}

.response__item-text {
	margin-top: 13px;
	color: #333;
	font-size: .867em;
	line-height: 1.692em;
}

.response__item-date {
	font-size: .8em;
	line-height: 1;
	color: #999;
	margin-top: 13px;
	white-space: nowrap;
}











/*filter*/
.filter {
}

.filter .sidebar-block__header {
	/*pointer-events: none;*/
}

.filter__block {
	border: 1px solid #ececec;
	margin-top: -1px;
}

.filter__block:first-child {
	margin-top: 0;
}

.filter__label {
	padding: 15px 15px 15px 15px;
	display: block;
	color: #333;
	font-size: 13px;
	cursor: pointer;
	position: relative;
}

.filter__label:hover {
}

.filter__label.active {
}

.filter__opener {
	position: absolute;
	right: 15px;
	top: 22px;
	transform: rotate(90deg);
}

.filter__label.active .filter__opener {
	top: 21px;
	transform: rotate(-90deg);
}

.filter__elements {
	display: none;
	padding: 0 15px 15px 15px;
}

.filter__toggle-elements {
	display: none;
	padding: 0 15px 15px;
}

.filter__elements.active + .filter__toggle-elements {
	display: block;
}

.filter__toggle-elements > span {
	font-size: 13px;
	cursor: pointer;
}

.filter .select {
	height: 32px;
	font-size: 12px;
}

.filter .select > span {
	height: 30px;
}

.filter .select:after {
	height: 30px;
}

.filter .input-multiselect {
	font-size: 12px;
}

.filter .input-radio {
	margin-top: 10px;
	font-size: 12px;
}

.filter .input-radio:first-child {
	margin-top: 2px;
}

.filter .input-radio.active {
	display: block!important;
}

.filter .input-checkbox .i {
	top: -2px;
}

.filter .input-checkbox {
	margin-top: 10px;
	font-size: 12px;
}

.filter .input-checkbox:first-child {
	margin-top: 2px;
}

.filter .input-checkbox.active {
	display: block!important;
}

.filter .input-radio .i {
	top: -2px;
}

.filter .input-text {
	font-size: 12px;
	height: 32px;
}

.filter__slider {
	margin-bottom: 15px;
	margin-top: 5px;
}

.filter__slider-range {
	height: 3px;
	border: 0!important;
	background: #ececec;
}

.filter__slider .ui-widget-header {
	background: #ea543f;
}

.filter__slider .ui-slider-handle {
	width: 13px;
	height: 13px;
	border: 2px solid #fff;
	background: #fff;
	top: -5px;
	margin-left: -3px;
	border-radius: 50%;
	outline: none;
}

.filter__slider .ui-slider-handle + .ui-slider-handle {
	margin-left: -10px;
}

.filter__col {
	width: 40%;
	float: left;
}

.filter__interval-to {
	width: 20%;
	float: left;
	height: 32px;
	position: relative;
}

.filter__interval-to:after {
	content: '';
	position: absolute;
	left: 15px;
	right: 15px;
	height: 1px;
	background: #ccc;
	top: 16px;
}




/* filter type content */
.filter_type_content {
	margin-top: 32px;
}

.filter_type_content:first-child {
	margin-top: 0;
}

.filter_type_content .block__header {
	cursor: pointer;
	margin: 0;
	padding: 0 38px 0 0;
}

.filter_type_content .block__header:after {
	cursor: pointer;
	content: '';
	width: 18px;
	height: 18px;
	position: absolute;
	background: url(../img/_chevron.svg) no-repeat center center / contain;
	right: 0;
	top: 9px;
}

.filter_type_content .block__header.opened:after {
	transform: rotate(180deg);
}

.filter_type_content form {
	display: flex;
	flex-wrap: wrap;
}

.filter_type_content .column {
	width: 50%;
}

.filter_type_content .column + .column {
	margin-left: -1px;
	width: calc(50% + 1px);
}

.filter_type_content .filter__button-block {
	margin: 30px -5px 0;
	width: 100%;
	display: flex;
	flex-wrap: nowrap;
}

.filter_type_content .filter__button-block .button {
	width: auto;
	margin-top: 0;
}




/*filter type column*/
.filter_type_column {
	/*display: none;*/
}

.sidebar-filter__header {
	padding-top: 5px;
	padding-bottom: 23px;
	position: relative;
	cursor: pointer;
}

.sidebar-filter__header:after {
	content: '';
	background: #ececec;
	height: 1px;
	position: absolute;
	bottom: -1px;
	left: 0;
	right: 0;
}

.sidebar-filter__title {
	position: relative;
	display: block;
	padding-left: 20px;
	font-size: 0.733em;
	line-height: 1;
	text-transform: uppercase;
	letter-spacing: 0.8px;
	font-weight: bold;
	color: #333;
	overflow: hidden;
	text-overflow: ellipsis;
}

.sidebar-filter__title:before {
	content: '';
	background-image: url(../img/_filter.svg);
	background-repeat: no-repeat;
	display: block;
	width: 12px;
	height: 10px;
	position: absolute;
	left: 0;
	top: 50%;
	margin-top: -5px;
}

.sidebar-filter__opener {
	position: absolute;
	right: 6px;
	top: 0px;
	transition: transform 0.2s ease;
	width: 20px;
	height: 20px;
	border-radius: 3px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.sidebar-filter__header.opened .sidebar-filter__opener {
	transform: rotate(180deg);
}

.sidebar-filter__header:hover .sidebar-filter__opener path {
	fill: #fff;
}

.filter_type_column .column + .column {
	margin-top: -1px;
}

.filter_type_column .filter__button-block {
	display: flex;
	flex-wrap: nowrap;
	margin: 0 -5px;
}

@media (max-width:1259px) {
	.filter_type_content .block__header {
		margin: 0 0 13px;
		padding: 0 26px 0 24px;
		font-size: 1.0667em;
		line-height: 1.5625em;
		color: #333;
	}

	.filter_type_content .block__header:before {
		content: '';
		width: 12px;
		height: 10px;
		position: absolute;
		background: url(../img/_filter.svg) no-repeat center center / contain;
		left: 0;
		top: 8px;
	}

	.filter_type_content .block__header:after {
		width: 13px;
		height: 13px;
		top: 6px;
	}

	.filter .sidebar-block__header {
		/*pointer-events: auto;*/
		/*cursor: pointer;*/
	}

	.filter .sidebar-block__header > span {
		/*padding: 0 26px 0 24px;*/
		/*display: inline-block;*/
		/*position: relative;*/
	}

	.filter .sidebar-block__header > span:before {
		/*content: '';*/
		/*width: 12px;*/
		/*height: 10px;*/
		/*position: absolute;*/
		/*background: url(../img/_filter.svg) no-repeat center center / contain;*/
		/*left: 0;*/
		/*top: 8px;*/
	}

	.filter .sidebar-block__header > span:after {
		/*cursor: pointer;*/
		/*content: '';*/
		/*background: url(../img/_chevron.svg) no-repeat center center / contain;*/
		/*position: absolute;*/
		/*right: 0;*/
		/*width: 13px;*/
		/*height: 13px;*/
		/*top: 6px;*/
	}

	.filter .sidebar-block__header > span.active:after {
		/*transform: rotate(180deg);*/
	}

	.filter_type_column form {
		display: none;
	}

	.filter_type_column form {
		display: flex;
		flex-wrap: wrap;
	}

	.filter_type_column .column {
		width: 50%;
	}

	.filter_type_column .column + .column {
		margin-top: 0;
		margin-left: -1px;
	}
}

@media (max-width:540px) {
	.filter_type_column .column {
		width: 100%;
	}

	.filter_type_column .column + .column {
		margin-top: -1px;
		margin-left: 0;
	}

	.filter_type_content .column {
		width: 100%;
	}

	.filter_type_content .column + .column {
		margin-top: -1px;
		margin-left: 0;
		width: 100%;
	}
}




/*menu_catalog_column_type_1*/
.menu_catalog_column_type_1 .sidebar-menu__menu-item {
	overflow-wrap: break-word;
	border: 1px solid #ececec;
}

.menu_catalog_column_type_1 .sidebar-menu__menu-item + .sidebar-menu__menu-item {
	margin-top: -1px;
}

.menu_catalog_column_type_1.column_menu_popup_level_current .sidebar-menu__menu-item {
	position: relative;
}

.menu_catalog_column_type_1 .sidebar-menu__menu-item > .a {
	padding: 15px;
	display: block;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	position: relative;
}

.menu_catalog_column_type_1 .sidebar-menu__menu-item.parent > .a:after {
	content: '';
	border: 3px solid transparent;
	border-left: 3px solid #000;
	position: absolute;
	right: 11px;
	top: 50%;
	margin-top: -3px;
}

.menu_catalog_column_type_1 .sidebar-menu__menu-item > .a:hover {
	background-color: #fafafa;
}

.menu_catalog_column_type_1 .sidebar-menu__menu-item.current > .a,
.menu_catalog_column_type_1 .sidebar-menu__menu-item > .a.active {
	font-weight: bold;
}

.menu_catalog_column_type_1 .sidebar-menu__menu-item.parent > .a {
	padding-right: 30px;
}

.menu_catalog_column_type_1.column_menu_icons_show_yes .sidebar-menu__menu-item > .a {
	padding-left: 57px;
}

.menu_catalog_column_type_1 .sidebar-menu__menu-item-image-block {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -15px;
}

.menu_catalog_column_type_1 .sidebar-menu__menu-item-image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.menu_catalog_column_type_1 .sidebar-menu__submenu {
	display: none;
	position: absolute;
	left: calc(100% + 1px);
	top: 0;
	z-index: 81;
	background: #fff;
	padding-bottom: 30px;
	box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.1);
	min-width: 500px;
	overflow-y: auto;
	max-height: calc(100vh - 100px);
}

.menu_catalog_column_type_1 .sidebar-menu__menu-item:hover .sidebar-menu__submenu {
	display: flex;
	flex-wrap: wrap;
}

.menu_catalog_column_type_1 .sidebar-menu__submenu-item {
	padding: 30px 30px 0 30px;
	width: 33.33333333%;
	position: relative;
}

.menu_catalog_column_type_1 .sidebar-menu__submenu-item > .a {
	color: #333;
	font-size: 15px;
	display: flex;
	align-items: center;
}

.menu_catalog_column_type_1 .sidebar-menu__submenu-item-image-block {
	width: 40px;
	height: 40px;
	position: relative;
	margin-right: 20px;
	display: block;
	flex-shrink: 0;
}

.menu_catalog_column_type_1 .sidebar-menu__submenu-item-image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.menu_catalog_column_type_1 .sidebar-menu__subsubmenu {
	margin-top: 9px;
}

.menu_catalog_column_type_1.column_menu_popup_icons_show_yes .sidebar-menu__subsubmenu {
	padding-left: calc(40px + 20px);
}

.menu_catalog_column_type_1 .sidebar-menu__subsubmenu-item {
	margin-top: 6px;
	font-size: 13px;
}

.menu_catalog_column_type_1 .sidebar-menu__subsubmenu-item > .a {
	color: #555;
}


/*menu_catalog_column_type_2*/
.menu_catalog_column_type_2 .sidebar-menu__menu-item {
	overflow-wrap: break-word;
	border: 1px solid #ececec;
}

.menu_catalog_column_type_2 .sidebar-menu__menu-item + .sidebar-menu__menu-item {
	margin-top: -1px;
}

.menu_catalog_column_type_2.column_menu_popup_level_current .sidebar-menu__menu-item {
	position: relative;
}

.menu_catalog_column_type_2 .sidebar-menu__menu-item > .a {
	padding: 15px;
	display: block;
	color: #333;
	font-size: 13px;
	text-decoration: none;
	position: relative;
}

.menu_catalog_column_type_2 .sidebar-menu__menu-item > .a:hover {
	background-color: #fafafa;
}

.menu_catalog_column_type_2 .sidebar-menu__menu-item.current > .a,
.menu_catalog_column_type_2 .sidebar-menu__menu-item > .a.active {
	font-weight: bold;
}

.menu_catalog_column_type_2 .sidebar-menu__menu-item.parent > .a {
	padding-right: 30px;
}

.menu_catalog_column_type_2.column_menu_icons_show_yes .sidebar-menu__menu-item > .a {
	padding-left: 57px;
}

.menu_catalog_column_type_2 .sidebar-menu__menu-item-image-block {
	width: 30px;
	height: 30px;
	position: absolute;
	left: 14px;
	top: 50%;
	margin-top: -15px;
}

.menu_catalog_column_type_2 .sidebar-menu__menu-item-image-block img {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	max-width: 100%;
	max-height: 100%;
	margin: auto;
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-opener {
	position: absolute;
	right: 0;
	top: 0;
	width: 30px;
	height: 48px;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-opener > span {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: rotate(90deg);
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-opener path {
	fill: #333;
}

.menu_catalog_column_type_2 .sidebar-menu__menu-item:hover .sidebar-menu__submenu-opener path {
	fill: #fff;
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-opener.active > span {
	transform: rotate(270deg);
}

.menu_catalog_column_type_2 .sidebar-menu__submenu {
	display: none;
	background: #fafafa;
	padding: 12px 0;
}

.menu_catalog_column_type_2 .sidebar-menu__menu-item.current .sidebar-menu__submenu {
	display: block;
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-item {
	position: relative;
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-item > .a {
	display: block;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	padding: 4px 16px 4px;
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-item.current > .a,
.menu_catalog_column_type_2 .sidebar-menu__submenu-item > .a.active {
	font-weight: bold;
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-item.parent > .a {
	padding-right: 30px;
}

.menu_catalog_column_type_2 .sidebar-menu__subsubmenu-opener {
	position: absolute;
	right: 0;
	top: 7px;
	width: 30px;
	height: auto;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.menu_catalog_column_type_2 .sidebar-menu__subsubmenu-opener > span {
	width: 15px;
	height: 15px;
	border-radius: 3px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transform: rotate(90deg);
}

.menu_catalog_column_type_2 .sidebar-menu__subsubmenu-opener path {
	fill: #333;
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-item .sidebar-menu__subsubmenu-opener:hover path {
	fill: #fff;
}

.menu_catalog_column_type_2 .sidebar-menu__subsubmenu-opener.active > span {
	transform: rotate(270deg);
}

.menu_catalog_column_type_2 .sidebar-menu__subsubmenu {
	display: none;
	padding-left: 10px;
}

.menu_catalog_column_type_2 .sidebar-menu__submenu-item.current .sidebar-menu__subsubmenu {
	display: block;
}

.menu_catalog_column_type_2 .sidebar-menu__subsubmenu-item > .a {
	display: block;
	color: #333;
	font-size: 12px;
	text-decoration: none;
	position: relative;
	padding: 4px 16px 4px;
}
