.bg-blue {
	background: #cbe2ff;
}
.bg-blue a {
	color: #488ee8 !important;
}
.bg-green {
	background: #e6ffcd;
}
.bg-green a {
	color: #7cb544 !important;
}
.bg-yellow {
	background: #fff2d1;
}
.bg-yellow a {
	color: #be8f1c !important;
}
.bg-red {
	background: #ffcdd0;
}
.bg-red a {
	color: #cf222d !important;
}
.mobile-menu {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background: #fff;
	z-index: 9999;
	overflow-y: auto;
	transform: translateX(-100%);
	transition: transform 0.3s ease;
}
.mobile-menu.active {
	transform: translateX(0);
}
.mobile-menu__inner {
	padding: 8px 0 64px;
}
.mobile-menu__header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	margin-bottom: 24px;
	padding-left: 16px;
}
.mobile-menu__close {
	display: flex;
	padding: 16px;
}
.mobile-catalog__title {
	font-family: 'Montserrat';
	font-size: 20px;
	font-weight: 600;
	letter-spacing: -0.6px;
	color: #374957;
}
.mobile-catalog__list {
	margin-right: 16px;
	margin-left: 16px;
}
.mobile-catalog__parent {
	position: relative;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding-top: 20px;
	padding-bottom: 20px;
	border-bottom: 1px solid #d1d1d1;
	font-family: 'Montserrat';
	font-size: 16px;
	font-weight: 600;
	letter-spacing: -0.48px;
	transition: all 0.3s ease-in;
}
.mobile-catalog__parent.is-sale .wrap span {
	color: #e96c24;
}
.mobile-catalog__parent.is-sale svg path {
	fill: #e96c24;
}
.mobile-catalog__parent.is-sale .wrap img {
	filter: invert(53%) sepia(77%) saturate(2650%) hue-rotate(350deg) brightness(95%) contrast(95%);
}
.mobile-catalog__parent .wrap {
	display: flex;
	align-items: center;
	-moz-column-gap: 8px;
	column-gap: 8px;
}
.mobile-catalog__parent .wrap span {
	color: #374957;
}
.mobile-catalog__parent svg path {
	fill: #374957;
}
.mobile-catalog__parent.is-hover {
	color: #e96c24;
}
.mobile-catalog__parent.is-hover .wrap span {
	color: #e96c24;
}
.mobile-catalog__parent.is-hover svg path {
	fill: #e96c24;
}
.mobile-catalog__parent.is-hover .wrap img {
	filter: invert(53%) sepia(77%) saturate(2650%) hue-rotate(350deg) brightness(95%) contrast(95%);
}
.mobile-catalog__parent:hover {
	color: #e96c24;
}
.mobile-catalog__parent:hover .wrap span {
	color: #e96c24;
	text-decoration: underline;
}
.mobile-catalog__parent:hover svg path {
	fill: #e96c24;
}
.mobile-catalog__parent:hover .wrap img {
	filter: invert(53%) sepia(77%) saturate(2650%) hue-rotate(350deg) brightness(95%) contrast(95%);
}
.mobile-catalog__parent:hover:hover .wrap span,
.mobile-catalog__parent:hover.is-hover .wrap span {
	color: #e96c24;
}
.mobile-catalog__icon {
	width: 24px;
	height: 24px;
}
.arrow {
	-webkit-user-select: none;
	-moz-user-select: none;
	user-select: none;
	transition: transform 0.3s ease;
}
.mobile-catalog__parent.open .arrow {
	transform: rotate(90deg);
}
.sidebar-fixed .desktop-submenus {
	opacity: 1;
}
@media screen and (min-width: 1367px) {
	.desktop-submenus {
		position: absolute;
		top: 0;
		left: 100%;
		min-width: 1046px;
		height: 100%;
		margin-left: -16px;
		background: #fff;
		z-index: 1001;
		overflow: hidden;
		opacity: 0;
	}
	.desktop-submenus .main-block {
		width: 100%;
	}
	.desktop-submenus .main-block .submenu-filters__list {
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.desktop-submenus .main-block .submenu-filters__list .submenu-icon {
		width: 16px;
		height: 16px;
		-o-object-fit: contain;
		object-fit: contain;
	}
	.desktop-submenus .main-block .submenu-filters__list.filter-items a {
		text-align: center;
		padding: 8px;
	}
	.desktop-submenus .main-block .submenu-columns {
		display: grid;
		grid-template-columns: repeat(4, 1fr);
		padding: 24px 32px;
	}
	.desktop-submenus .main-block .submenu-columns li a {
		display: flex;
		align-items: center;
		-moz-column-gap: 8px;
		column-gap: 8px;
	}
	.desktop-submenus .main-block .submenu-columns li a img {
		width: 32px;
		height: 32px;
		-o-object-fit: contain;
		object-fit: contain;
	}
}
.mobile-catalog__sub {
	display: none;
	max-height: none;
	padding: 0 32px 0;
	overflow: hidden;
}
@media screen and (min-width: 1367px) {
	.mobile-catalog__sub {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		display: none;
		-moz-column-gap: 32px;
		column-gap: 32px;
		background: #fff;
		z-index: 1;
		max-height: none;
		overflow: visible;
		padding: 24px 32px;
		min-width: 1046px;
		pointer-events: none;
	}
	.mobile-catalog__sub.open {
		display: flex;
		pointer-events: auto;
	}
	.mobile-catalog__sub li {
		min-width: 220px;
		width: 100%;
	}
	.mobile-catalog__sub li:nth-child(1) {
		order: 2;
	}
	.mobile-catalog__sub li:nth-child(2) {
		order: 3;
	}
	.mobile-catalog__sub li:nth-child(3) {
		order: 1;
	}
}
.mobile-catalog__sub.open {
	display: block;
	max-height: none;
	padding: 8px 0;
}
@media screen and (min-width: 1367px) {
	.mobile-catalog__sub.open {
		min-width: 1046px;
		max-height: none;
		padding: 0;
	}
}
.mobile-catalog__sub li a {
	display: block;
	padding-top: 8px;
	padding-bottom: 8px;
	border-bottom: none;
	font-family: 'Montserrat';
	font-weight: 700;
	font-size: 16px;
	letter-spacing: -0.48px;
	color: #374957;
	transition: all 0.3s ease-in;
}
.mobile-catalog__sub li a:hover {
	color: #e96c24;
}
.mobile-catalog__sub li .mobile-catalog__sub-sub li a {
	font-weight: 500;
}
.page-overlay {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100vw;
	height: 100vh;
	background: rgba(0, 0, 0, 0.5);
	backdrop-filter: blur(7.5px);
	z-index: 99;
	pointer-events: auto;
	transition: all 0.3s ease-in;
}
.mobile-catalog__list {
	position: relative;
	z-index: 1000;
}
.mobile-catalog__list .mobile-filter {
	display: flex;
	align-items: center;
	justify-content: center;
	-moz-column-gap: 8px;
	column-gap: 8px;
	width: 100%;
	padding: 12px;
	margin-bottom: 8px;
	font-family: Montserrat;
	font-weight: 700;
	font-size: 16px;
	line-height: 120%;
	letter-spacing: -3%;
	text-align: center;
}
header {
	position: relative;
	z-index: 1001;
}
.mobile-catalog__list.highlighted {
	outline: 3px solid red !important;
	background-color: rgba(255, 0, 0, 0.15) !important;
	transition: background-color 0.3s ease;
}
.sidebar-categories.highlighted {
	background-color: #fff !important;
	transition: background-color 0.3s ease;
	position: relative;
	z-index: 10;
}
.laska-thankyou {
	height: 100vh;
	margin-bottom: -64px;
	background: radial-gradient(45.1% 55.86% at 14.17% 19.08%, #ee8e56 0%, #e96c24 100%);
}
@media screen and (min-width: 1367px) {
	.laska-thankyou {
		margin-bottom: -39px;
	}
}
.laska-thankyou .laska-thankyou__box {
	height: 100%;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	gap: 15px;
	padding-right: 16px;
	padding-left: 16px;
}
.laska-thankyou .laska-thankyou__title {
	text-align: center;
	font-family: 'Montserrat';
	font-weight: 800;
	font-size: 32px;
	line-height: 100%;
	letter-spacing: -3%;
	color: #fff;
}
@media screen and (min-width: 1367px) {
	.laska-thankyou .laska-thankyou__title {
		font-size: 50px;
	}
}
.laska-thankyou .laska-thankyou__actions {
	font-family: 'Montserrat';
}
.mobile-catalog__parent {
	transition:
		color 0.2s ease,
		background-color 0.2s ease,
		border-color 0.2s ease;
}
.mobile-catalog__parent:hover .wrap span {
	text-decoration: none;
}
.mobile-catalog__parent.is-sale .wrap img,
.mobile-catalog__parent.is-hover .wrap img,
.mobile-catalog__parent:hover .wrap img {
	filter: none;
}
@media screen and (min-width: 1367px) {
	.mobile-catalog__sub {
		display: none;
		padding: 0 !important;
		will-change: auto;
		transition: none;
	}
	.mobile-catalog__sub.open {
		display: flex;
		padding: 0 !important;
		max-height: none;
		transition: none;
	}
}
/*# sourceMappingURL=crit.min.css.map */
