.xxx-blk-filter-collapse {
	position: relative;
}

.xxx-blk-filter-collapse__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}

.xxx-blk-filter-collapse__top .h2 {
	margin-bottom: 0;
}

.xxx-blk-filter-collapse__top.xxx-blk-filter-collapse__top--padding-t-b {
	padding-top: 15px;
	padding-bottom: 15px;
}

.xxx-blk-filter-collapse__top.xxx-blk-filter-collapse__top--padding-t {
	padding-top: 15px;
}

.xxx-blk-filter-collapse__top.xxx-blk-filter-collapse__top--active-padding-b {
	-webkit-transition: padding-bottom 0.3s ease;
	transition: padding-bottom 0.3s ease;
}

.xxx-blk-filter-collapse__top.xxx-blk-filter-collapse__top--active-padding-b.active {
	padding-bottom: 15px;
}

.xxx-blk-filter-collapse__top.xxx-blk-filter-collapse__top--border-t {
	border-top: 1px solid #e8ecef;
}

.xxx-blk-filter-collapse__collapse-block {
	max-height: 0;
	pointer-events: none;
	overflow: hidden;
	-webkit-transition: max-height 0.3s ease;
	transition: max-height 0.3s ease, padding-bottom 0.3s ease;
}

.xxx-blk-filter-collapse__collapse-block.active {
	max-height: 1000px;
	pointer-events: auto;
	-webkit-transition: max-height 0.5s ease;
	transition: max-height 0.5s ease , padding-bottom 0.3s ease;
	overflow: unset;
	padding-bottom: 15px;
}

.xxx-blk-filter-collapse__collapse-block .xxx-filter-pretty__item:last-child{
	margin-bottom: 0;
}

.filtered .xxx-blk-filter-collapse__collapse-block:not(.active) + .xxx-blk-filter-collapse__bottom.mob\:xxx-blk-filter-collapse__bottom--border-t-not-active{
	border-top: 1px solid #e8ecef;
}

.xxx-blk-filter-collapse__collapse-block:not(.active) + .xxx-blk-filter-collapse__bottom.mob\:xxx-blk-filter-collapse__bottom--border-b-not-active{
	padding-top: 15px;
}

.xxx-blk-filter-collapse__icon {
	margin-left: 5px;
	color: #333e50;
	font-size: 20px;
	position: relative;
}

.xxx-blk-filter-collapse__icon:after {
	content: "\e938";
	font-family: bankiros;
}

.xxx-blk-filter-collapse__top.active .xxx-blk-filter-collapse__icon:after {
	content: "\e916";
}

.xxx-blk-filter-collapse.mob\:xxx-filter-pretty--filtered-bottom.filtered .xxx-blk-filter-collapse__bottom{
	padding-bottom: 10px;
}

.xxx-blk-filter-collapse.xxx-filter-pretty--filtered-btn.filtered .xxx-blk-filter-collapse__top:not(.active) .xxx-blk-filter-collapse__icon:before,
.xxx-blk-filter-collapse.xxx-filter-pretty--filtered-btn.filtered .xxx-blk-filter-collapse__short .xxx-blk-filter-collapse__icon:before{
	content: "";
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #ffac2f;
	position: absolute;
	right: 0;
	top: -1px;
}

.xxx-blk-filter-collapse__reset-btn{
	display: none;
}

.xxx-blk-filter-collapse.mob\:xxx-filter-pretty--filtered-bottom.filtered .xxx-blk-filter-collapse__reset-btn{
	display: block;
}

.xxx-blk-filter-collapse__short{
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	border-top: #E1E1E1;
	-webkit-box-shadow: 0 0 20px #adb4bf;
	box-shadow: 0 0 20px #adb4bf;
	padding: 8px 15px 8px 15px;
	background-color: #fff;
	z-index: 100;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-transition: -webkit-transform .25s;
	transition: -webkit-transform .25s;
	-o-transition: transform .25s;
	transition: transform .25s;
	transition: transform .25s, -webkit-transform .25s;
	-webkit-transform: translateY(-120%);
	-ms-transform: translateY(-120%);
	transform: translateY(-120%);
}

.xxx-blk-filter-collapse__short.visible{
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0);
}

.xxx-blk-filter-collapse__short-left{
	margin-right: 10px;
}

.xxx-blk-filter-collapse__short-right{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-negative: 0;
	flex-shrink: 0;
}
