/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

/**/
.active_menu {
	display: block !important;
}
.rub_ico {
	display: inline !important;
	font-weight: bold;
	font-size: 1.6rem;
}
.items--discount .discount-mark {
	position: absolute;
	right: -1px;
	top: -1px;
	height: auto;
	display: inline-block;
	background-color: #39a52e;
	color: #fff;
	padding: 2px 10px;
	font-weight: bold;
	border-bottom-left-radius: 6px;
}
a {
	text-decoration: none;
	color: #2c2c33;
	cursor: pointer;
}
.header .header__nav {
	padding: 0;
	margin: 0;
}
.header .header__nav-item a:hover {
	text-decoration: none;
	color: #ffffff;
}
.badge {
	padding: 3px 10px;
	letter-spacing: 0.39px;
	color: #ffffff;
	text-align: center;
	text-transform: uppercase;
	background: #343331;
}

.shop-sidebar {
	margin-right: 82px;
	padding: 10px 0 24px;
	width: 250px;
	gap: 10px;
}

.header-menu {
	display: none;
	width: 100%;
	position: absolute;
	top: 46px;
	left: 0;
}
.header-menu.sr-active,
.header-menu.sr-active,
.header-menu.sr-active {
	display: block;
}
.header-menu .header-menu__container {
	position: relative;
}
.header-menu .header-menu__wrap {
	padding: 32px 0 37px;
	width: 100%;
	background: #ffffff;
	position: absolute;
	z-index: 1000;
}
.header-menu .header-menu__list {
	margin-right: 40px;
	padding-left: 120px;
	padding-right: 120px;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	/* gap: 40px; */
}
.header-menu .header-menu__item {
	padding-bottom: 16px;
	width: 325px;
}
.header-menu .header-menu__item .link {
	font-size: 12px;
	line-height: 24px;
	letter-spacing: 0.24px;
	text-transform: uppercase;
}
.header-menu .overlay,
.header-menu .overlay,
.header-menu .overlay {
	display: none;
}
.header-menu.sr-active .overlay,
.header-menu.sr-active .overlay,
.header-menu.sr-active .overlay {
	display: block;
	top: 150px;
}
@media (max-width: 992px) {
	.header-menu .header-menu__list {
		margin-right: 20px;
		padding-left: 0px;
		padding-right: 0px;
	}
	.header-menu .header-menu__item {
		width: 200px;
	}
}
@media (max-width: 480px) {
}
