

/* Start:/local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?17720089355962*/
.car-selector .title,
.smartfilter,
.bx-filter-title,
.bx-filter-parameters-box-title,
.smartfilter .checkbox .checkbox-text,
.checkbox .checkbox-text .checkbox-count {
	font-family: 'Inter';
}

.car-selector {
	margin-bottom: 25px;
}

.bx-filter-title {
	font-size: 14px;
	line-height: 22px;
	font-weight: 700;
	color: #313131;
	border-bottom: 2px solid #313131;
}

.bx-filter-parameters-box {
	padding: 30px 0 12px 0;
	border-bottom: 1px solid #f5f5f5;
}

.bx-filter-parameters-box-title {
	font-size: 14px;
	font-weight: 500;
	color: #313131;
	margin-bottom: 15px;
}

/*checkbox color*/
.smartfilter .color-checkbox {
	display: flex;
	margin: 0 10px 10px 0;
	position: relative;
	align-items: center;
	gap: 8px;
	cursor: pointer;
}

.smartfilter .color-checkbox .checkbox-text {
	width: 100%;
	display: flex;
	/* justify-content: space-between; */
}

.smartfilter .color-checkbox__pic {
	border: 1px solid #757575;
	height: 20px;
	width: 20px;
	background-position: center;
	background-size: cover;
	position: relative;
	flex-shrink: 0;
}

/* .smartfilter .color-checkbox .color-selected {
	display: none;
	width: 36px;
	height: 36px;
	border: 1px solid #387ab0;
	border-radius: 50%;
	position: absolute;
    left: -3px;
    top: -3px;
    background-color: transparent;
} */
/* .smartfilter .color-checkbox.bx-active .color-selected {
	display: block;
} */
.smartfilter .color-checkbox .color-checkbox__pic::after {
	content: "";
	position: absolute;
	display: none;
	left: -3px;
	top: -3px;
	width: calc(100% + 6px);
	height: calc(100% + 6px);
	border: 1px solid #474747;
}

.smartfilter .color-checkbox.bx-active .color-checkbox__pic::after {
	display: block;
}

/*checkbox*/
.smartfilter .checkbox {
	color: #313131;
	display: block;
	position: relative;
	padding-left: 25px;
	margin-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	line-height: 18px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.smartfilter .checkbox input {
	position: absolute;
	opacity: 0;
	cursor: pointer;
	height: 0;
	width: 0;
}

.smartfilter .checkbox .checkmark {
	position: absolute;
	top: 0;
	left: 0;
	height: 18px;
	width: 18px;
	border-radius: 2px;
	background-color: #fff;
	border: 1px solid #333;
}

.smartfilter .checkbox .checkmark:after {
	content: "";
	position: absolute;
	display: none;
}

.smartfilter .checkbox input:checked~.checkmark:after {
	display: block;
}

.smartfilter .checkbox .checkmark:after {
	left: 5px;
	top: 1px;
	width: 6px;
	height: 11px;
	border: solid #2fac2f;
	border-width: 0 3px 3px 0;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}

.filter-names-mobile {
	background-color: #3e3e3e;
	color: white;
	padding: 5px 0;
	text-align: center;
	font-size: 14px;
}

.smartfilter .checkbox-count {
	/* color: #585858;
    margin-left: 5px; */
	background-color: #e0e0e0;
	color: #5e5e5e;
	height: 18px;
	margin-left: 1.2rem;
	padding: 0 .4rem;
}

.catalog-sorting {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	/* border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0; */
	height: 60px;
}

.catalog-sorting::after,
.catalog-sorting::before {
	content: '';
	display: block;
	width: 200vw;
	height: 1px;
	background: #e0e0e0;
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
}

.catalog-sorting::before {
	top: auto;
	bottom: 0;
}

.catalog-sorting__left {
	height: 100%;
	display: flex;
	align-items: center;
	border-right: 1px solid #e0e0e0;
	padding-right: 24px;
	color: #000000;
}

.catalog-sorting__right {
	padding-left: 24px;
	gap: 4px;
	display: flex;
	align-items: center;
}

.catalog-sorting select {
	margin-bottom: 0;
	width: auto;
	font-family: 'Inter';
	border: none;
	box-shadow: none;
}

.catalog-sorting__filter-toggle {
	display: none;
	align-items: center;
	gap: 12px;
	cursor: pointer;
}

.smartfilter__mobile-close {
	cursor: pointer;
}

.loading-line-animation {
	display: none !important;
}

.smartfilter__btn {
	display: flex;
	gap: 16px;
	line-height: 1;
	padding: 5px 15px;
	padding-left: 0px;
	align-items: center;
	justify-content: center;
	/* width: max-content; */
	width: 100%;
	border: 1px solid transparent;
	font-size: 15px;
	min-height: 32px;
	border-radius: 4px;
	font-weight: 400;
}

.smartfilter__btn--red {
	color: white;
	background: #d04620;
	border-color: #d04620;
}

.smartfilter__btn--dark {
	color: white;
	border-color: #575757;
	background: #575757;
}

.smartfilter__btn--dark-border {
	background: white;
	border-color: #575757;
}

.smartfilter__mobile-header {
	display: none;
	background-color: #fff;
	border-bottom: 1px solid #e0e0e0;
	/* display: flex; */
	align-items: center;
	justify-content: space-between;
	padding: 1rem 0;
}

.smartfilter__mobile-header .catalog-sorting__filter-toggle {
	pointer-events: none;
}

.smartfilter__mobile-bottom {
	display: none;
	background-color: #fff;
	border-top: 1px solid #e0e0e0;
	flex-direction: column;
	gap: 1rem;
	padding: 1.4rem 2rem 1.2rem;
}

@media (max-width: 991px) {
	.catalog-sorting__right {
		padding-left: 0 !important;
	}

	.catalog-sorting__filter-toggle {
		gap: 0px !important;
		font-size: 12px;
	}

	.designed-select {
		font-size: 12px;
	}

	.catalog-sorting {
		justify-content: space-between;
	}

	.smartfilter {
		position: fixed;
		left: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		transform: translateX(-100%);
		transition: all 0.3s;
		z-index: 1000000000;
		background: #fff;
		display: grid;
		grid-template-rows: auto 1fr;
	}

	.smartfilter.active {
		transform: translateX(0);
	}

	.catalog-sorting__filter-toggle,
	.smartfilter__mobile-header,
	.smartfilter__mobile-bottom {
		display: flex;
	}

	.smartfilter__body {
		padding: 0 2rem 0;
		overflow-y: auto;
	}

	.catalog-sorting__right-text,
	.smartfilter-open .b24pseudo {
		display: none;
	}

	.catalog-sorting {
		padding: 0 15px;
	}

	.catalog-sorting__left {
		display: none;
	}
}
/* End */


/* Start:/local/templates/.default/components/bitrix/catalog.section/redesigned/style.css?17720089355594*/
.products-grid {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	flex-wrap: wrap;
	gap: 60px 30px;
	padding-bottom: 40px;
}

.products-list {
	padding-top: 0px;
}

.product {
	/* margin-bottom: 60px; */
	margin-top: 0px;
	padding: 0px !important;
	width: 100% !important;
	max-width: 100% !important;
}

/* .product>div {
	height: 100%;
} */

.product-picture .product-labels {
	top: 6px;
	right: 6px;
}

.product-picture__link {
	max-width: 100%;
	border: 1px solid #f5f5f5;
	/* height: 180px; */
	overflow: hidden;
	aspect-ratio: 1/1;
}

.product-picture__image {
	max-width: 100%;
	transition: .3s all;
	z-index: 3;
	opacity: 1;
}

.product-picture__image.not-loaded {
	width: 100%;
}

.product-picture__image.loaded:hover {
	transition: .3s all;
	transform: scale(1.2);
}

.product-picture__link_arrow {
	position: absolute;
	right: 10px;
	bottom: 10px;
	z-index: 20;
}

.product-picture__link_arrow svg {
	width: 31px;
}

.product__main .product__product-buy {
	display: inline-flex !important;
	gap: 16px;
	line-height: 1;
	padding: 5px 15px;
	padding-left: 0px;
	align-items: center;
	width: max-content;
	max-width: 100%;
}

.product__main .product__product-buy::before {
	content: '';
	display: block;
	width: 50px;
	background-image: url(/local/assets/img/ico/cart.svg);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 18px;
	border-right: 1px solid #ffffff;
	min-height: inherit;
}

.product-picture__image.fade-enter-active,
.product-picture__image.fade-leave-active {
	transition: .3s opacity;
}

.product-picture__image.fade-enter,
.product-picture__image.fade-leave {
	opacity: 0;
}

.product-picture-controls {
	margin: 15px 0 11px;
}

.product-picture__dot-wrap {
	margin: 2px;
	padding: 4px;
	cursor: pointer;
	display: block;
}

.product-picture__dot {
	height: 8px;
	width: 8px;
	background-color: #bbb;
	border-radius: 50%;
	display: block;
}

.product-picture__dot.active,
.product-picture__dot-wrap:hover .product-picture__dot {
	background-color: #a0a0a0;
}

.product__product-name,
.product__product-description,
.product__product-price,
.product__product-more-link,
.product__product-buy {
	font-family: 'Inter';
}

.product__product-name {
	font-size: 17px;
	line-height: 23px;
	max-height: 48px;
	font-weight: 700;
	margin: 20px 0 0 0;
	color: #121212;
	text-decoration: none;
}

.product__product-name:hover {
	text-decoration: none;
	color: #575757;
}

.product__product-description {
	color: #000000;
	font-size: 14px;
	line-height: 22px;
	max-height: 88px;
	height: 100%;
	margin: 10px 0 0 0;

	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
}

.product__product-price {
	font-weight: 700;
	font-size: 18px;
	margin: 20px 0 0 0;
	min-height: 20px;
	color: #000000;
}

.product__product-more-link {
	color: white;
	background-color: #000000;
	border-radius: 4px;
	padding: 6px 10px;
	text-decoration: none;
	margin: 20px 0 0 0;
}

.product__product-more-link:hover {
	color: white;
	background-color: #616161;
	text-decoration: none;
}

/* .product__product-buy {
	margin: 20px 0 0 0;
} */
.product__product-buy:active {
	transform: translateY(1px);
}

.product-colors {
	gap: 2px;
	margin: 15px 0 11px;
}

.product-colors__item {
	display: block;
	border: 4px solid #fff;
	height: 40px;
	width: 40px;
	cursor: pointer;
	background: gray;
	position: relative;
	background-position: center;
	background-size: cover;
}

.product-colors__item.active {
	box-shadow: 0 0 0 1px #181818;
}

.catalog-wrapper {
	padding-bottom: 50px;
}

.product__link {
	display: block;
	margin-top: 16px;
}

@media screen and (max-width: 1460px) {
	/* .product-picture__link {
		height: 200px;
	} */
}

.loading-line-animation {
	position: absolute !important;
	width: calc(100% - 30px) !important;
	left: 15px !important;
}

.products-leave-active {
	position: absolute !important;
	opacity: 0;
}

.products-enter-active,
.products-leave-active {
	transition: all .4s;
}

.products-enter {
	opacity: 0;
}

.products-leave-to {
	opacity: 0;
}

.products-move {
	transition: transform .4s;
}

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

	.row.row--sorting-wrap,
	.row.row--catalog-list-wrap {
		margin-left: -30px;
		margin-right: -30px;
	}

	.smartfilter>.col-12 {
		padding-left: 0;
		padding-right: 0;
	}

	/* .product {
		padding: 0 6px !important;
	} */

	.products-grid {
		gap: 24px 12px;
		margin: 12px -6px 0px;
		grid-template-columns: calc(50% - 6px) calc(50% - 6px);
	}

	.product-colors__item {
		width: 20px;
		height: 20px;
		border: 1px solid #fff;
	}

	.product-colors {
		gap: 8px;
	}
}
/* @media screen and (max-width: 600px) {

	.products-grid {
		grid-template-columns: 1fr;
	}
} */

.product .product__product-name,
.product .product__product-description,
.product .product__product-price {
	margin: 0 0 15px 0;
}

@media screen and (max-width: 500px) {
	.product__product-description,
	.product__product-name {
		font-size: 11px;
		line-height: 16px;
	}
	.product__product-price {
		font-size: 14px;
	}
	.product .product__product-name,
	.product .product__product-description,
	.product .product__product-price {
		margin-bottom: 8px;
	}
	.product .product__product-description {
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		overflow: hidden;
		text-overflow: ellipsis;
	}
	.product__product-buy {
		font-size: 14px !important;
		gap: 8px !important;
		min-height: 26px !important;
	}
	.product-picture__link {
		border: unset;
	}
	.products-grid {
        gap: 12px 8px;
        grid-template-columns: calc(50% - 4px) calc(50% - 4px);
    }
}
/* End */
/* /local/templates/.default/components/bitrix/catalog.smart.filter/.default/style.css?17720089355962 */
/* /local/templates/.default/components/bitrix/catalog.section/redesigned/style.css?17720089355594 */
