.apart_result_flex_in_img img {
	/* border-radius: 16px; */
}

.select2.select2-container.select2-container--default {
	font-size: 16px;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 54px;
	height: 54px;
	border-radius: 8px;
	background: #F2F8F7;
	margin: 0 8px 0 0;
	transition: all .3s;
	cursor: pointer;

}
.apart_result_flex_in.apart_result_flex_in_big .apart_result_flex_in_txt_in3_main {
    margin-top: 0 !important;
}
.apart_result_flex_in_txt_in3_main_left .apart_result_flex_in_txt_in2 {
	margin-bottom: 0;
}

.apart_result_flex_in_txt_in3_main .apart_result_flex_in_txt_in2 {
	min-height: 41px;
}

.apart_result_flex_in_txt_in1.big{
	margin-bottom: 16px;
	margin-top: 16px;
}

.apart_result_flex_in_big {

	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.select2.select2-container.select2-container--default .selection {

	background: #F2F8F7;

}

.select2-selection.select2-selection--multiple::after {
	content: url(/local/assets/img/catalog/smart_filter/arrow_for_fields.svg);
}

.select2-container--default .select2-selection--multiple {
	background-color: #f2f8f7;
	border: 1px solid #f2f8f7;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
}

#select2-project-container {
	width: 95%;
}

.select2.select2-container.select2-container--default .selection {
	background: #F2F8F7;
	width: 100%;
}

.select2-container--default .select2-selection--multiple {
	background-color: #f2f8f7;
}

.select2-container--default .select2-selection--multiple {
	background-color: #f2f8f7 !important;
	border: 1px solid #f2f8f7 !important;

}

.select2-container .select2-selection--multiple .select2-selection__rendered {
	display: flex !important;
	margin: 0 !important;

}

.select2-search.select2-search--inline {
	display: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
	background-color: #f2f8f7 !important;
	border: 1px solid #f2f8f7 !important;

}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {

	border-right: 1px solid #f2f8f7 !important;
	display: none;

}

.loader {
	width: 15px;
	height: 15px;
	display: inline-block;
	position: relative;
}

.loader::after,
.loader::before {
	content: '';
	box-sizing: border-box;
	width: 15px;
	height: 15px;
	border-radius: 50%;
	border: 2px solid #FFF;
	position: absolute;
	left: 0;
	top: 0;
	animation: animloader 2s linear infinite;
}

.loader::after {
	animation-delay: 1s;
}

@keyframes animloader {
	0% {
		transform: scale(0);
		opacity: 1;
	}

	100% {
		transform: scale(1);
		opacity: 0;
	}
}

.show_apart {
	min-width: 215px;
}

.select2-container--default .select2-results>.select2-results__options {
	max-height: 200px;
	overflow-y: auto;
	background-color: #f5f7f9;
}

.select2-results__option--selectable {
	border: none;
	font-size: 16px;
	font-weight: bold;
	color: #575757;
	margin-bottom: 7px;
}

.select2-container--default .select2-results__option--highlighted.select2-results__option--selectable {
	background-color: #f5f7f9;
	color: #575757;
}

.select2-container--default .select2-selection--multiple {
	background-color: white;
	border: 1px solid #aaa;
	border-radius: 4px;
	cursor: text;
	padding-bottom: 5px;
	padding-right: 5px;
	position: relative;
	display: flex !important;
	justify-content: space-between;
	align-items: center;
}

.inner_project {
	display: none;
	height: 300px;
	position: absolute;
	width: 100%;
	background-color: white;
	z-index: 9;
}

.project {
	height: 54px;
	width: 100%;
	background-color: #f2f8f7;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.innwe_wrapp {
	position: relative;
}

.innwe_wrapp .project .inner {
	width: 100%;
	display: flex;
	overflow: hidden;
	height: 40px;
	padding-left: 20px;
	padding-right: 20px;
	align-items: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}

.innwe_wrapp .bx-filter-select-arrow {

	width: 34px;
	height: 39px;
	cursor: pointer;
	background: url(/local/assets/img/catalog/smart_filter/arrow_for_fields.svg) no-repeat center;
	margin-right: 9px;
}

.inner_project .mCSB_scrollTools .mCSB_draggerContainer {
	background-color: #f2f8f7;
	width: 4px;
}


.inner_project .mCSB_scrollTools .mCSB_draggerRail {
	background-color: rgb(245 250 249) !important;
}


.inner_project .mCSB_scrollTools {

	width: 6px;

}