.navbar-top-bar .bx-searchtitle {
    display:block;
}

/*.grid{}
.grid .bx_content_section{
	margin-bottom: 15px;
}
.grid .bx_sidebar{
	margin-bottom: 15px;
}

.grid2x1{}
.grid2x1 .bx_content_section{
	float: left;
	width: 66%;
	margin-bottom: 15px;
}
.grid2x1 .bx_sidebar{
	float: right;
	width: 33%;
	margin-bottom: 15px;
	padding-left: 5%;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
@media (max-width:960px){
	.grid2x1 .bx_sidebar{
		padding-left: 4%;
	}
}
@media (max-width:640px) {
	.grid2x1 .bx_content_section,
	.grid2x1 .bx_sidebar{
		width: 100%;
		float: none;
	}
	.grid2x1 .bx_sidebar{
		padding-left: 3%;
	}
}
@media (max-width:479px){
	.grid2x1 .bx_sidebar{
		padding-left: 1%;
	}

}
*/
.catalog-note-fold__block {
    overflow: hidden;
    position: relative;
    transition: height 0.2s ease-in-out, margin 0.2s ease-in-out;
    margin-bottom: 10px;
}
.catalog-note.fold .catalog-note-fold__button span {
    display: none;
}
.catalog-note .catalog-note-fold__button span:first-child {
    display: none;
}
.catalog-note.fold .catalog-note-fold__button span:first-child {
    display: block;
}
.catalog-note-fold__block::after {
    content: "";
    user-select: none;
    -moz-user-select: none;
    -webkit-user-select: none;
    transition: visibility 0.2s ease-in-out, opacity 0.2s ease-in-out;
    background: linear-gradient(0deg,white, rgba(0, 0, 0, 0));
    visibility: hidden;
    position: absolute;
    height: 100px;
    z-index: 3;
    opacity: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.catalog-note-fold__block::after {
    background: linear-gradient(0deg, #e6e6e6, rgba(0, 0, 0, 0));
}
.catalog-note.fold .catalog-note-fold__block::after {
    visibility: visible;
    opacity: 1;
}
/*.catalog-note-fold__button.note-button::after {*/
/*    content: "";*/
/*    width: 24px;*/
/*    height: 24px;*/
/*    margin-left: 8px;*/
/*    transform: rotate(90deg) scale(-1, 1);*/
/*    background: url('data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhl…0QjRGNTkiIHN0cm9rZS13aWR0aD0iMS41Ii8+Cjwvc3ZnPgo=') no-repeat center / 24px;*/
/*}*/

.new-catalog-sect__headline {
	display: flex;
	justify-content: space-between;
	align-items: start;
}
.new-catalog-sect__filters-right.--header {
	display: none;
}
@media screen and (max-width: 950px) {
	.new-catalog-sect__filters-right.--header {
		display: block;
		width: max-content;
	}
}
@media screen and (max-width: 595px) {
	.new-catalog-sect__headline {
		flex-direction: column-reverse;
		justify-content: start;
		align-items: start;
	}
	
	.new-catalog-sect__headline .new-catalog-sect__header {
		font-size: 30px;
		line-height: 35px;
	}
	.new-catalog-sect__filters-right.--header {
		margin-bottom: 30px;
	}
	.new-catalog-sect__filters-compare__modal {
		right: unset;
		left: 0;
	}
	.new-catalog-sect__filters-compare__modal {
		width: 300px !important;
	}
	.new-catalog-sect__filters-compare__list {
		grid-template-columns: 1fr 1fr !important;
	}
	.new-catalog-sect__filters-compare__modal {
		padding: 20px 25px !important;
	}
	.breadcrumbs__container {
		flex-direction: column-reverse;
		align-items: start !important;
	}
	.breadcrumbs__container .bx-searchtitle {
		margin: 0 !important;
		margin-bottom: 30px !important;
		width: 100% !important;
	}
	.breadcrumbs-sect {
		padding-top: 20px;
		padding-bottom: 20px;
	}
}

section * {
	min-width: 0px;
	min-height: 0px;
}
