.search-page {
	margin-top: 15px;
}

.search-page input[type=text] {
	background: #fff !important;
	border-color: #c13542 !important;
	max-width: 433px;
	width: 100%;
}
.search-page.theme-red input[type=submit] {
	background: #c13542 !important;
}
.search-main-block {
	display: flex;
}
.search-filters {
    width: 360px;
    margin-right: 30px;
}
.search-filters__title {
	display: flex;
    line-height: 14px;
    font-size: 14px;
    font-weight: 700;
    color: var(--color-text);
    align-items: center;
    padding: 20px;
    justify-content: space-between;
    background-color: #ededed;
    border: 1px solid #ffffff !important;
}
.catalog-left-bottom {
	padding: 20px 20px 10px !important;
}

.filter-btn {
	background: var(--color-bgnd);
    box-shadow: 0px 5px 15px rgba(166, 38, 54, 0.3);
    height: 40px;
    width: 100%;
    line-height: 15px;
    font-size: 12px;
    margin-bottom: 10px;
    color: #FFFFFF;
}
.filter-btn-white {
	background: white;
    color: #666666;
    border: 1px solid #EDEDED;
    box-shadow: none;
}
.bx_filter .bx_filter_parameters_box.active .bx_filter_block {
	margin-left: 20px;
}
.search-filters__title .arrow-down {
	transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	margin-right: 5px;
	display: none;
}
.search-filters__title.active .arrow-down {
	transform: rotate(0deg);
	-webkit-transform: rotate(0deg);
}
.catalog-flex {
	margin-top: 0 !important;
}
@media (max-width: 768px) {
	.search-main-block {
		flex-direction: column;
	}
	.search-filters {
		margin: 0 auto 15px;
	    width: 100%;
	}
	.search-page br {
		display: none;
	}
	.searchFilter_form {
		display: none;
	}
	.bx_filter {
		display: none;
	}
	.search-filters__title .arrow-down {
		display: block;
	}
}