.catalog-wrapper {
	display: flex;
}
.catalog__review_main {
	max-width: 300px !important;
}
.filter-mobile {
	display: none !important;
}
.filter-mobile span {
	position: relative;
    color: #E23737;
    font-family: 'Inter-Regular';
}
.filter-mobile-isset span {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row-reverse;
    gap: 10px;
}
.filter-mobile-isset span::before{
    content: '';
    position: relative;
    width: 8px;
    height: 8px;
    background-color: #E23737;
    border-radius: 50%;
    display: block;
}
.catalog-adbanner {
	display: flex;
	flex-direction: column;
	gap: 16px;
    width: 100%;
    max-width: 283px;
    border-radius: 20px;
	background-image: url('/local/templates/new/img/vykup-avto.png');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 20px;
	position: relative;
	margin-top: 16px;
	margin-bottom: 50px;
}
.catalog-adbanner::before{
	content: '';
    position: absolute;
	border-radius: 20px;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(127.67deg, rgba(0, 0, 0, 0.48) 16.03%, rgba(0, 0, 0, 0) 97.31%);
}
.catalog-adbanner-title {
	font-family: 'Inter-SemiBold';
	font-size: 22px;
	color: white;
	position: relative;
    z-index: 1;
}
.catalog-adbanner-list {
	display: flex;
	flex-direction: column;
	gap: 8px;
	position: relative;
    z-index: 1;
}
.catalog-adbanner-list p {
	font-family: 'Inter-Regular';
	font-size: 13px;
	color: white;
	position: relative;
    z-index: 1;
	display: flex;
	align-items: center;
	justify-content: start;
	gap: 6px;
}
.catalog-adbanner-list svg path {
	fill: none !important;
	stroke: #E23737 !important;
}
.catalog-adbanner-btn {
	margin-top: 44px;
	position: relative;
    z-index: 1;
}
.catalog-adbanner.catalog-adbanner-top {
	display: none;
	margin-bottom: 24px;
	max-width: none;
}
.catalog-adbanner.catalog-adbanner-top .catalog-adbanner-list p {
    font-size: 15px;
}
.catalog-adbanner.catalog-adbanner-top .catalog-adbanner-btn {
	margin-top: 16px;
	max-width: 300px;
}

@media (max-width: 900px) {
	.catalog-adbanner.catalog-adbanner-top {
		display: flex;
	}
	.catalog-adbanner.catalog-adbanner-left {
		display: none;
	}
	.filter-mobile {
		display: flex !important;
		align-items: center;
		justify-content: center;
		gap: 5px;
		cursor: pointer;
		width: 100%;
	}
	.filter-mobile svg path{
		fill: #E23737 !important;
		stroke: none !important;
		stroke-width: 0.5px;
	}
	.catalog_sorting{
		width: 100% !important;
		border-radius: 12px !important;
	}

	.sort-wrapper {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-direction: column;
		gap: 10px;
		width: 100%;
	}
	.catalog_sorting_distance {
		flex-direction: column;
		align-items: start !important;
		gap: 16px;
	}
}

@media (max-width: 550px) {
	.catalog-adbanner.catalog-adbanner-top .catalog-adbanner-list p {
		font-size: 13px;
	}
	.catalog-adbanner.catalog-adbanner-top .catalog-adbanner-btn {
		margin-top: 44px;
		max-width: 100%;
	}
}

.filter-mobile-button-open:hover span{
	color: white;
}
.filter-mobile-button-open:hover svg path {
	fill: white !important
}