

/* Start:/bitrix/templates/groom-mir/components/bitrix/catalog/.default/style.css?177848563996*/
.catalog-search__empty {
	padding: 3rem 0 1.5rem 0;
	text-align: center;
	font-size: 2rem;
}
/* End */


/* Start:/bitrix/templates/groom-mir/components/groom/catalog.elements/.default/style.css?17775480863053*/
/* catalog */
.catalog {
	display: flex;
	justify-content: flex-start;
	gap: 20px;
}
.catalog-left {
	flex: 0 0 280px;
	max-width: 280px;
}
.catalog-right {
	flex: 1;
}
/* filter */
.catalog-filter__top {
	display: none;
	margin-bottom: 20px;
}
.catalog-filter {
	/*position: sticky;
	top: 148px;*/
}
.catalog-filter__title {
	font-size: 18px;
	font-weight: 600;
}
.catalog-filter__top button {
	padding: 0;
	margin: 0;
	outline: none;
	background: transparent;
	border: none;
}
.catalog-filter__top svg {
	width: 15px;
	height: 15px;
	color: var(--color4);
}
.catalog-filter__top button:hover svg {
	color: black;
}
.catalog-filter__wrapper {}
.catalog-filter__items {}
.catalog-filter__item + .catalog-filter__item {
	padding-top: 10px;
}
/* link */
.catalog-filter__link {
	display: block;
	font-size: 14px;
	line-height: 1.4;
	color: #1e2a3a;
	text-decoration: none;
	transition: color 0.2s ease;
	margin-bottom: 8px;
	font-weight: 500;
}
.catalog-filter__link:hover {
	color: #A9A8B0;
	text-decoration: none;
}
.catalog-filter__link:active {
	color: #004499;
}
.catalog-filter__link span {
	display: inline;
}
.catalog-filter__link small {
	font-size: 12px;
	color: #A9A8B0;
	font-weight: normal;
	margin-left: 4px;
}
.catalog-filter__item--name {
	font-weight: 500;
	font-size: 16px;
}
.catalog-filter__item--wrapper {
	padding-top: 10px;
}
.catalog-filter__checked {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7.5px;
	color: black;
	font-size: 12px;
	cursor: pointer;
	padding: 0 10px;
	background: #A9A8B033;
	border: 1px solid #A9A8B0;
	border-radius: 15px;
}
.catalog-filter__checked:hover {
	background: white;
}
.catalog-filter__checked svg {
	width: 9px;
	height: 9px;
}
.catalog-filter .form-check + .form-check {
	margin-top: 10px;
}
/* controls */
.catalog-controls {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	padding-bottom: 20px;
}
.catalog-control {
	height: 30px;
	display: flex;
	align-items: center;
	justify-content: flex-start;
	gap: 7.5px;
	color: black;
	font-size: 12px;
	cursor: pointer;
	padding: 0 10px;
	border-radius: 15px;
	border: 1px solid #A9A8B0;
}
.catalog-control svg {
	width: 10px;
	height: 20px;
}
@media screen and (min-width: 992px) {
	.catalog-control__filter {
		display: none
	}
}
@media screen and (max-width: 991px) {
	.catalog-filter__top {
		display: flex;
		justify-content: space-between;
	}
	.catalog-left {
		display: none;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 12000;
		background: #fff;
		padding: 20px;
		max-width: 100%;
		overflow-y: auto;
		overflow-x: hidden;
	}
	.filter-open .catalog-left {
		display: flex;
		flex-direction: column;
	}
	.catalog-left .catalog-filter {
		top: 0 !important;
		position: relative !important;
		flex: 1;
		overflow-x: hidden;
		overflow-y: auto;
	}
	.catalog-right .pagination {
		display: none;
	}
}
/* End */


/* Start:/bitrix/templates/groom-mir/components/groom/catalog.item/v2/style.css?17858644054174*/
.catalog-item {
	padding: 10px;
}
.catalog-item__wrapper {
	height: 100%;
	position: relative;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.catalog-item__info {
	flex: 1 0 auto;
	display: flex;
	flex-direction: column;
	gap: 5px;
}
.catalog-item__top {
	position: absolute;
	z-index: 2;
	left: 0;
	right: 0;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 10px;
	padding: 10px;
}
.catalog-item__flags,
.catalog-item__controls {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 5px;
}
.catalog-item__flags span {
	padding: 2px 6px;
	border-radius: 4px;
	color: #fff;
	text-transform: uppercase;
	font-size: 10px;
	white-space: nowrap;
}
.catalog-item__flags .is-hit {
	background-color: #FFAD4D;
}
.catalog-item__flags .is-new {
	background-color: #90C956;
}
.catalog-item__flags .is-discount {
	background-color: #F24941;
}
.catalog-item__flags .is-best {
	background-color: var(--color-primary);
}
.catalog-item__flags .is-action {
	background-color: #90C956;
}
.catalog-item__controls button {
	color: #B3B3B3;
	flex: 0 0 20px;
	max-width: 20px;
}
.catalog-item__controls svg {
	width: 21px;
	height: 18px;
}
.catalog-item__controls button.active svg {
	color: var(--color-primary);
}
.catalog-item__main {
	background: #F2F2F2;
	border-radius: 10px;
	position: relative;
	height: 320px;
	position: relative;
}
.catalog-item__images {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: inherit;
	border-radius: inherit;
}
.catalog-item__images img {
	max-width: 100%;
	height: auto;
	max-height: 100%;
	object-fit: contain;
	object-position: left center;
	mix-blend-mode: multiply;
/*	background-color: #F2F2F2;*/
	border-radius: inherit;
}
/* original */
.catalog-item__origin {
	width: 30px;
	height: 37px;
	position: absolute;
	z-index: 2;
	right: 10px;
	bottom: 10px;
	background-image: url('/upload/icons/origin.webp');
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center center;
}
/* quantity */
.catalog-item__quantity {
	font-size: 12px;
	color: var(--color-primary);
}
/* price */
.catalog-item__price {
	display: flex;
	gap: 5px;
	align-items: center;
	white-space: nowrap;
	font-size: 18px;
	font-weight: 600;
	text-transform: uppercase;
	color: black;
}
.catalog-item__price.has-discount .catalog-item__price--current {
	color: var(--color-primary);
}
.catalog-item__price--base {
	color: #777;
	font-size: 16px;
	font-weight: 500;
	text-decoration: line-through;
}
/* bonus */
.catalog-item__bonus {
	margin-left: auto;
	font-size: 9px;
	color: white;
	background: #90c956;
	padding: 3px 3.5px;
	border-radius: 4px;
}
/* buy */
.catalog-item__buy {
	margin-top: auto;
}
.catalog-item__buy .btn {
	height: 34px;
	font-size: 13px;
}
.catalog-item__price--base.is-empty,
.catalog-item__bonus.is-empty {
	display: block;
	min-height: 1em;
	visibility: hidden;
}
.catalog-item__rating.is-empty {
	visibility: hidden;
}
.catalog-item__quantity {
	font-size: 12px;
	color: #28a745;
}
.catalog-item__quantity.low {
	color: var(--color-primary);
}
.catalog-item__quantity.not-available {
	color: #777;
}
.catalog-item__buy .btn.btn-disabled {
	width: 100%;
	display: inline-flex;
	justify-content: center;
	align-items: center;
	height: 34px;
	border-radius: 10px;
	background: #f7f7f8;
	border: 1px dashed #c4c4c4;
	color: #777;
	font-size: 13px;
	font-weight: 500;
	cursor: default;
	box-sizing: border-box;
	padding: 0 15px;
	transition: none;
}
.catalog-item__buy .btn.btn-disabled:hover,
.catalog-item__buy .btn.btn-disabled:active {
	background: #f7f7f8;
	border-color: #c4c4c4;
	color: #777;
}
/* responsive */
@media screen and (max-width: 1024px) {
	.catalog-item__main {
		height: 280px;
	}
}
@media screen and (max-width: 440px) {
	.catalog-item__main {
		height: 240px;
	}
	.catalog-item__flags span {
		font-size: 8px;
	}
}
/* End */
/* /bitrix/templates/groom-mir/components/bitrix/catalog/.default/style.css?177848563996 */
/* /bitrix/templates/groom-mir/components/groom/catalog.elements/.default/style.css?17775480863053 */
/* /bitrix/templates/groom-mir/components/groom/catalog.item/v2/style.css?17858644054174 */
