

/* Start:/local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1721122334611*/
span.loader {
	width: 48px;
	height: 48px;
	border-radius: 50%;
	display: inline-block;
	border-top: 4px solid #6ebeff;
	border-right: 4px solid transparent;
	box-sizing: border-box;
	animation: rotation 1s linear infinite;
	opacity: 1;
	z-index: 999;
}
span.loader::after {
	content: '';  
	box-sizing: border-box;
	position: absolute;
	left: 0;
	top: 0;
	width: 48px;
	height: 48px;
	border-radius: 50%;
	border-bottom: 4px solid #337AB7;
	border-left: 4px solid transparent;
}
@keyframes rotation {
	0% {
		transform: rotate(0deg);
	}
	100% {
		transform: rotate(360deg);
	}
} 
/* End */


/* Start:/local/templates/main/components/bitrix/catalog.section/catalog.list/style.css?17562313632628*/
.product-list.spisok .product:first-child {
	margin-top: 0;
}

.product-list.spisok .product {
	width: 100%;
	padding-top: 20px;
	margin-top: 10px;
}

.product-list.spisok [data-goto] {
	flex-direction: row;
}

.product-list.spisok .slider {
	width: 33%;
}

.product-list.spisok .product-content {
	flex-direction: row;
}

.product .product-to-basket {
	min-width: 50px;
}

.product .product-to-basket span {
	display: none;
}

.product-list.spisok .price_block {
	text-align: right;
}

.product-list.spisok .product-footer {
	padding: 0;
	padding-top: 20px;
	padding-bottom: 15px;
}

.product-list.spisok .product-img {
	border: 0;
}

.product-list.spisok .product-mobile-wrap {
	display: block;
}

.product-list.spisok .product-to-basket span {
	display: inline-block;
}

.product-info {
	z-index: 3;
}


.product-props {
	font-size: 14px;
	margin: 10px 0;
}

.product-props__name {
	color: #999;
}

.product-props__value {
}

.button-more-details{
    border: 1px solid #4577E7;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    background: #4577E7;
    color: #fff;
    text-align: center;
    font-weight: 600;
    font-size: 16px;
    line-height: 100%;
    padding: 11px 23px;
}

.selected-filters {
	/*display: inline-block;*/
	padding: 15px;
	background: #f8f9fa;
	border-radius: 12px;
	/*border: 1px solid #e9ecef;*/
	width: 100%;
}
.selected-filters h3 {
	margin: 0 0 15px 0;
	font-size: 18px;
	font-weight: 600;
	color: #2c3e50;
}
.filter-tags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
}
.filter-group {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 8px;
}
.filter-group-name {
	font-weight: 600;
	color: #495057;
	margin-right: 5px;
}
.filter-tag {
	display: flex;
	align-items: center;
	padding: 6px 12px;
	background: #fff;
	border: 1px solid #dee2e6;
	border-radius: 20px;
	font-size: 14px;
	box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}
.filter-value {
	margin-right: 8px;
	color: #495057;
}
.filter-remove {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 18px;
	height: 18px;
	border-radius: 50%;
	background: darkorange;
	color: white;
	text-decoration: none;
	font-weight: bold;
	font-size: 14px;
	line-height: 1;
	cursor: pointer;
	transition: background 0.2s ease;
}
.filter-remove:hover {
	background: orangered;
	text-decoration: none;
	color: white;
}
.clear-all-filters {
	padding: 8px 16px;
	background: cornflowerblue;
	color: white;
	text-decoration: none;
	border-radius: 20px;
	font-size: 14px;
	font-weight: 500;
	transition: background 0.2s ease;
}
.clear-all-filters:hover {
	background: dodgerblue;
	color: white;
}
/* End */
/* /local/templates/main/components/bitrix/system.pagenavigation/.default/style.css?1721122334611 */
/* /local/templates/main/components/bitrix/catalog.section/catalog.list/style.css?17562313632628 */
