

/* Start:/local/templates/template.monsterior/components/ma/catalog/catalog/css/section.css?17442781295099*/
.l-content.l-content--inner{
    padding-top: 0 !important;
}
.l-catalog-banner{
    margin-bottom: 20px;
}
.l-catalog-banner.has-image{
    position: relative;
    overflow: hidden;
}
.l-catalog-banner-img,
.l-catalog-banner.has-image::before{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
}
.l-catalog-banner-img{
    filter: blur(3px);
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.l-catalog-banner.has-image::before{
    content: '';
    background-color: #00000033;
    z-index: 1;
}
.l-catalog-banner.has-image,
.l-catalog-banner.has-image a,
.page-holder .l-catalog-banner.has-image a{
    color: var(--site-light-color);
}
.l-catalog-banner-inner{
    position: relative;
    z-index: 2;
    padding: 30px 0;
}
.l-catalog-banner-inner h1{
    margin: 0;
    margin-top: 16px;
	font-weight: 500;
    font-size: 36px;
	color: var(--site-accent-color);
}

.l-catalog-content{
    flex: 1;
}

.l-catalog-content-wrapper{
    display: flex;
	flex-wrap: wrap;
}

.l-catalog-sections{
	width: 100%;
	max-width: 100vw;
    overflow: hidden;
	position: relative;
	margin-bottom: 100px;
}

@media(min-width: 1200px){
	.l-catalog-sections::after{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		right: 0;
		width: calc((100vw - 1200px) / 2);
		z-index: 2;
		background: linear-gradient(90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	}
	.l-catalog-sections::before{
		content: '';
		position: absolute;
		top: 0;
		bottom: 0;
		left: 0;
		width: calc((100vw - 1200px) / 2);
		z-index: 2;
		background: linear-gradient(-90deg, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
	}
}

.l-catalog-banner-bc .b-breadcrumb{
    margin-top: 0;
}


.l-catalog-filter-values{
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 12px;
}
.l-catalog-filter-values-item{
    padding: 8px 16px;
    border-radius: 8px;
    background-color: var(--site-light-grey-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    gap: 8px;
    font-weight: 600;
}
.l-catalog-filter-values-item .clear{
    width: 20px;
    height: 20px;
    min-width: 20px;
    min-height: 20px;
    max-width: 20px;
    max-height: 20px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L15 5M5 5L15 15' stroke='%23323233' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");
    cursor: pointer;
}
.l-catalog-filter-values-item.l-catalog-filter-values-item--all{
    background-color: var(--site-light-color);
    color: var(--site-grey-color);
}
.l-catalog-filter-values-item.l-catalog-filter-values-item--all .clear{
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5 15L15 5M5 5L15 15' stroke='%23949594' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A");

}

.b-catalog-elements-description{
	margin-top: 80px;
}

@media(max-width: 1024px){
    .l-catalog-content-wrapper{
        flex-direction: column;
        margin-bottom: 24px;
    }
	.l-catalog-sections{
		margin-bottom: 60px;
	}
}

@media(max-width: 768px){
    .l-catalog-banner.has-image,
    .l-catalog-banner.has-image a,
    .page-holder .l-catalog-banner.has-image a{
        color: var(--site-default-color);
    }
    .l-catalog-banner-img{
        background-image: unset !important;
    }
    .l-catalog-banner.has-image::before {
        content: unset;
    }
    .l-catalog-banner {
        margin-bottom: 0;
    }

	.b-catalog-elements-description{
		margin-top: 20px;
	}

	.l-catalog-sections{
		margin-bottom: 16px;
	}
	.l-catalog-banner-inner h1 {
		font-size: 30px;
		color: var(--site-default-color);
	}
	.l-catalog-banner-inner {
		padding: 10px 0 20px;
	}
}

.l-catalog-content.l-catalog-search {
  order: 1;
}

.l-catalog-search-wrapper.l-catalog-content-wrapper {
  display: flex;
}

.l-catalog-sidebar--inner {
  display: flex;
  flex-direction: column;
  min-width: 100%;
}

.l-catalog-sidebar--filter {
  order: 1;
}

.catalog__search-failed {
  display: table;
  margin: 0 auto;
  text-align: center;
}

h2.catalog__title {
	/* font-weight: 300; */
	margin-bottom: 1rem;
	margin-top: 0;
}

h2.catalog__title span.count{
    padding-left: 16px;
    display: inline-block;
    color: #727272;
    font-size: 18px;
    line-height: 1;
    font-weight: 700;
}

h2.catalog__title > strong {
  font-weight: 700;
}

.search-language-guess {
  font-size: 16px;
}

@media(max-width: 991px){
    h2.catalog__title span.count{
        padding-left: 8px;
        font-size: 16px;
        font-weight: 600;
    }
}

/* End */


/* Start:/local/templates/template.monsterior/components/ma/breadcrumb/crumbs/style.css?17452319721265*/
.b-breadcrumb {
	margin: 28px 0 18px;
}
.b-breadcrumb a,
.page-holder .b-breadcrumb a{
	border-color: transparent;
	color: var(--site-grey-color) !important;
}
.b-breadcrumb a:hover,
.page-holder .b-breadcrumb a:hover{
	border-color: transparent;
	color: var(--site-accent-color) !important;
}

.b-breadcrumb .last-item{
	font-weight: 500;
}

@media(max-width: 768px){
	.b-breadcrumb *:not(a.prev-link){
		display: none !important;
	}

	.b-breadcrumb a.prev-link{
		display: block;
		padding-left: 22px;
		position: relative;
	}
	.b-breadcrumb a, .page-holder .b-breadcrumb a{
		color: var(--site-default-color) !important;
		font-weight: 500 !important;
	}
	.b-breadcrumb a.prev-link::before{
		content: '';
		position: absolute;
		left: 0;
		top: 0;
		bottom: 0;
		width: 20px;
		background-repeat: no-repeat;
		background-position: center;
		background-size: 20px;
		background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6667 5.83337L7.5 10L11.6667 14.1667' stroke='%23595959' stroke-width='1.66667' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");

	}
	.b-breadcrumb {
		margin: 16px 0;
	}
}

/* End */


/* Start:/local/templates/template.monsterior/components/ma/catalog.favorite.result/favorites/style.css?174426730851*/


.empty-favorite__link{
	margin-top: 20px;
}

/* End */
/* /local/templates/template.monsterior/components/ma/catalog/catalog/css/section.css?17442781295099 */
/* /local/templates/template.monsterior/components/ma/breadcrumb/crumbs/style.css?17452319721265 */
/* /local/templates/template.monsterior/components/ma/catalog.favorite.result/favorites/style.css?174426730851 */
