

/* Start:/local/templates/mlux/components/bitrix/catalog/main/style.css?1765908586444*/
.catalog-listing {
  display:flex;
  gap:15px;
  & .bx-filter {
    flex:1;
    align-self: flex-end; /* <-- this is the fix */
    position: sticky;
    bottom:0;
    & .bx-filter-section {
      background:#F3F2F7!important;
      border-radius: 10px;
    }
  }
  & #catalogBlock {
    flex:3;
  }
}

.bx-filter .bx-filter-parameters-box {
  padding:0 20px;
}

@media(max-width:990px) {
  .catalog-listing {
    flex-direction: column;
  }
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/catalog.section.list/index_sections/style.css?17659798121813*/
.sections {
	display:flex;
	flex-wrap:wrap;
	gap:15px;
	flex-direction:column;
}

.sections .section {
	width:100%;
	gap:15px;
}

.section .section_inner .section-info {
  position: relative;
  transition:all 0.5s ease;
  right:0;
}

.section .section_inner:hover .section-info {
	transition:all 0.5s ease;
  position: relative;
  background:#CB1F0F;
}

.section .section_inner {
    z-index:0;
    background-size:cover;
	background-position:center;
    min-height:240px;
    color:#fff;
    border-radius:10px;
    position: relative;
    overflow: hidden;
    padding:20px;
    background-color:#999;
    cursor: pointer;
	transition:all 0.5s ease;
}

#section_title a {
    color:#727272;
    font-size:18px;
    line-height: 19.6px;
    letter-spacing: 0;
}

.section .section_inner .section-info {
    background:#000;
    border-radius:10px;
    color:#fff;
    display: inline-block;
    padding: 5px 15px;
}

.section .shadow:before {
    content:"";
    background:rgba(0,0,0,.4);
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    display: block;
    z-index: 0;
}

.section {
    position: relative;
}

.section .section-name {
    font-size:16px;
    font-weight:600;
    width:auto;
}

.section a {
    color:#fff;
    text-decoration: none;
    display: block;
}

.link-dark {
    text-decoration: none;
}

.arrow-right {
    width:25px;
    height:20px;
    background: url("/images/angle-right.svg") no-repeat center;
    background-size: contain;
    display: inline-block;
    vertical-align: middle;
}

@media(max-width:1200px) {
	.sections .sections-row {
		display: flex;
		flex-direction: column;
		gap: 15px;
	}
}

@media(min-width:1200px) {
	.sections .sections-row {
		display:grid;
		gap:15px;
		width:100%;
		grid-template-columns:repeat(3,1fr);
	}
}

/* End */


/* Start:/local/templates/mlux/components/bitrix/catalog/main/bitrix/catalog.compare.list/.default/style.css?17652040331265*/
.bx_catalog-compare-list{
    font-family:Arial, 'Helvetica Neue', Helvetica, sans-serif;
    font-size:12px;
    z-index:998;
    overflow:hidden;
    -webkit-box-sizing:border-box;
       -moz-box-sizing:border-box;
            box-sizing:border-box;
    width:270px;
    max-height:100%;
    padding:10px 8px 0;
    white-space:normal;
    color:#404040;
    border:1px solid #b7b7b7;
    border-radius:3px;
    background:#fff;
    box-shadow:0 2px 5px 0 rgba(0,0,0,.18);
	margin-bottom: 10px;
}
.bx_catalog-compare-list.fix{
	position:fixed;
}
.bx_catalog-compare-list.top{
    top:5px;
}
.bx_catalog-compare-list.right{
    right:5px;
}
.bx_catalog-compare-list.bottom{
    bottom:5px;
}
.bx_catalog-compare-list.left{
    left:5px;
}
.bx_catalog-compare-list .bx_catalog_compare_form {  }
.bx_catalog-compare-list:hover .bx_catalog_compare_form {  }
.bx_catalog-compare-list a{
    font-size:11px;
    color:#327ab7;
}
.bx_catalog-compare-list a:hover{
    text-decoration:none;
}
.bx_catalog_compare_count p{
    margin:0 0 10px 0;
}
.bx_catalog_compare_count p.compare-redirect{
	text-align: center;
	font-weight: bold;
}
.bx_catalog-compare-list .compare-items td{
    font-size:12px;
    font-weight:bold;
    padding-bottom:10px;
	vertical-align: top;
}
/* End */
/* /local/templates/mlux/components/bitrix/catalog/main/style.css?1765908586444 */
/* /local/templates/mlux/components/bitrix/catalog.section.list/index_sections/style.css?17659798121813 */
/* /local/templates/mlux/components/bitrix/catalog/main/bitrix/catalog.compare.list/.default/style.css?17652040331265 */
