

/* Start:/local/templates/luzar/components/bitrix/catalog.search/.default/style.css?1690548116312*/
a.search-page-params {
    border-bottom: 1px dashed blue;
    text-decoration: none;
}

div.search-page-params {
    margin-top: 6px;
}

.search-item-rate {
    font-size: 11px;
}


.s-favorites__inner {
    margin-top: 2.2rem;
    margin-bottom: 4rem;
}
.page-title__row.before-list {
    margin-top: 2.2rem;
}
/* End */


/* Start:/local/templates/luzar/components/bitrix/search.title/.default/style.css?16902958731861*/
div.title-search-result {
	display:none;
	overflow:hidden;
	z-index:999;
	box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.3);
}

/* csutom */
.s-filters__results {
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	padding: 1.1rem 0 0.9rem;
	background: #F9F9F9;
	border: 0.1rem solid #F5F5F5;
	box-shadow: 0 0.6rem 2rem #0000000d;
	border-radius: 0.5rem;
	transition: .3s ease;
	transform: translateY(1rem);
	opacity: 0;
	pointer-events: none;
	z-index: 2;
}


.title-search-result .s-filters__results {
	opacity: 1;
	position: relative;
	pointer-events: auto;
}


.s-filters__results-list {
	display: flex;
	flex-direction: column;
	max-height: 400px;
	overflow-y: auto;
}


.s-filters__results-link {
	display: inline-block;
	padding: 1rem 1rem;
	font-weight: 500;
	color: white;
	font-size: 1.6rem;
	background-color: #204a8f;
	width: 100%;
	text-align: center;
}
.s-filters__results-item {
	display: flex;
	align-items: center;
	padding: 0.5rem 1rem;
	font-weight: 500;
	font-size: 1.4rem;
	line-height: 1.2;
}
.s-filters__results-title {
	font-weight: 500;
	font-size: 1.4rem;
	color: #204a8f;
	line-height: 1.2;
	padding: 0.5rem 1rem;
}
.s-filters__results-title b,
.s-filters__results-name b {
	font-weight: normal;
}
.s-filters__results-title:hover,
.s-filters__results-item:hover {
	background-color: #1b3f7a;
	color: white;
}




.new-find-search-btn {
	position: absolute;
	top: 50%;
	right: 0px;
	transform: translateY(-50%);
	background-color: transparent;
	border: 0px;
	outline: 0;
	height: 100%;
	width: 59px;
	cursor: pointer;
}
.input-search .new-find-search-btn svg.icon {
	position: relative;
	top: unset;
	right: unset;
	transform: unset;
	height: 17px;
	width: 17px;
}


@media (max-width: 799.98px) {
	.s-filters__results-list {
		max-height: 300px;
	}

	.input-search .new-find-search-btn svg.icon {
		height: 15px;
		width: 15px;
	}
}

/* End */


/* Start:/local/components/carville/products.filter/templates/top-new/style.css?169691466573*/
.form-search__filter .select-default__dropdown {
    min-width: 200%;
}
/* End */


/* Start:/local/templates/luzar/components/bitrix/catalog.section/main/style.css?16995198542106*/
a.card-catalog {
    position: relative;
}
.list-spec-new-label {
    position: absolute;
    top: 10px;
    right: 10px;
    height: 35px;
    width: 72px;
    z-index: 9;
}
.list-spec-new-label span {
    text-align: right;
    display: block;
    margin-bottom: 5px;
}
.list-spec-new-label span b {
    background-color: #204a8f;
    color: white;
    padding: 2px 5px 4px 5px;
    border-radius: 5px;
    font-weight: 100;
    font-size: 13px;
}
.list-spec-new-label.label-arhiv span b {
    background-color: #c1c1c1;
    font-weight: 300;
}
.list-spec-new-label.label-arhiv {
    width: 100%;
}

.slider-points {
    position: absolute;
    display: flex;
    width: 100%;
    justify-content: center;
    bottom: -1rem;
}

.slider-point {
    background: #204a8f;
    height: 1rem;
    width: 100%;
    /* border-radius: 64%; */
    display: block;
    opacity: 0.5;
    margin: 0px 3px;
}

.slider-point.active {
    opacity: 1;
}

.new-slider-prew {
    position: relative;
}

.list-catalog .card-catalog__gallery {
    padding: 3px;
}

.new-slider-prew .catalog__main-products-card-image {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain;
}


.new-slider-prew::before {
    content: "";
    display: block;
    padding-bottom: 100%;
}
/* ровные блоки */
a.card-catalog {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.card-catalog__body {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.list-catalog__col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.card-catalog__body .card-catalog__footer {
    margin-top: auto;
}

.card-catalog__body .card-catalog__group {
    margin-bottom: 1.5rem;
}
/* End */
/* /local/templates/luzar/components/bitrix/catalog.search/.default/style.css?1690548116312 */
/* /local/templates/luzar/components/bitrix/search.title/.default/style.css?16902958731861 */
/* /local/components/carville/products.filter/templates/top-new/style.css?169691466573 */
/* /local/templates/luzar/components/bitrix/catalog.section/main/style.css?16995198542106 */
