/*.filter-sel{
	width: 100%;
	border: 1px solid rgba(155, 155, 155, 0.50);
	appearance: none;
}

.js-district-selected{
	cursor: pointer;
}

.filter-row_list .select-item.active {
    background-color: rgb(155 155 155 / 30%);
}*/

#c-select img{
	border-radius: 8px;
}

.selector-wrap{
	display: inline-block;
	position: relative;
}


/*.selector-wrap:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(00deg, #07070759 0.04%, #07070759 10%, rgba(255,255,255, 0) 98.98%);
    background: linear-gradient(00deg, #0707075c 0.04%, #07070742 10%, rgba(255, 255, 255, 0) 98.98%);
    border-radius: 8px;
    overflow: hidden;
}*/

.sl-title{
	/*position: absolute;
	z-index: 2;
	bottom: 5px;
	left: 8px;
	color: #fff;*/
	font-weight: 500;
	font-size: 22px;
	font-family: Mulish, sans-serif;
	/*text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.2);*/
	margin-top: 8px;
	color: #222;
	line-height: 1.2;
	display: inline-flex;
	align-items: center;
    justify-content: space-between;
	width: 100%;
	
	padding-right: 8px;
}
.sl-title:after{
	content: "";
	background: url(/assets/images/3/circle_right.svg) no-repeat 50% 50%;
	background-size: contain;
	display: inline-block;
	width: 32px;
	height: 32px;
}

.swiper-button-disabled {
    opacity: 0;  /* Делаем кнопку прозрачной */
    pointer-events: none;  /* Отключаем клики */
    visibility: hidden;  /* Полностью убираем с экрана */
}


.section-cards{
	_background-color: rgba(155, 155, 155, 0.10);
}


@media(max-width: 575.98px){
	.section-cardsX h3{
		font-size: 22px;
		font-weight: 700;
	}
	.sl-title{
		font-size: 20px;
		min-height: 53px;
	}
	body .section-cards{
		padding-bottom: 0 !important;
	}
}









