

/* Start:/bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section.list/sp_list_new/style.css?17495608777473*/
.catalog-section-list {
    padding: 0;
    margin: 10px -5px 30px -5px;
}
.catalog_body .bottom_fix_menu {
    grid-template-columns: 1fr 1fr 1fr!important;
}
.catalog-section-list .row {
    margin-right: 0px;
    padding-left: 5px;
    margin-left: 0;
}
.catalog_sect, .catalog_sect a, .section_price {
    position: relative;
}
.catalog_sect {
    width: 50%;
    height: 160px;
    padding: 0 5px 5px 0;
}
.sect_inner {
    border-radius: var(--border-radius-main);
    text-align: center;
    background: var(--color-white);
    box-shadow: var(--box-shadow-fix-top);
    transition: all .4s;
    height: 100%;
}
.catalog_sect a {
    width: 100%;
    height: 100%;
    display: block;
    margin: 0px;
    background-size: 102%;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
    background-color: var(--color-white);
    box-shadow: none;
    border-radius: var(--border-radius-main);
    font-size: 14px;
    font-weight: normal;
}
.catalog_sect a {
    background-size: cover;
}
.section_price {
    top: 5px;
    border-radius: var(--border-radius-main);
    right: -2.5px;
    color: var(--color-main-black);
    display: block;
    position: absolute;
    z-index: 9;
    background: var(--color-yellow);
    padding: 3px 5px;
    font-size: var(--font-size-s);
    font-weight: normal;
}
.catalog_sect a .name {
    position: absolute;
    bottom: 8px;
    left: 0px;
    z-index: 99;
    width: 100%;
    text-align: center;
    font-weight: bold;
    color: #333;
}
@media(min-width: 500px){
    .catalog_sect {
        width: 33.3333%;
        height: 190px;
    }
}
@media(min-width: 768px){
    .catalog-section-list {
        padding: 0;
        margin: 0 0px 30px 0px;
    }
    .catalog-section-list .row {
        margin-right: -7.5px;
        padding-left: 0;
        margin-left: -7.5px;
        display: flex;
    	flex-wrap: wrap;
    }
    .catalog_sect {
        width: 33.3333%;
        height: 190px;
        padding: 7.5px;
    }
}
@media(min-width: 992px){
    .sections {
        padding-left: 0;
        padding-right: 0;
    }
}
@media(min-width: 1200px){
    .catalog_sect {
        height: 220px;
    }
}
@media(max-width: 320px){
    .catalog_sect{
        height: 140px
    }
}
@media (max-width: 767px) and (orientation: portrait){
    .catalog_body .bottom_fix_menu {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.row .catalog_sect {
    height: auto;
    width: 100%;
}
.row .catalog_sect .sect_inner{
    display: flex;
    position: relative;
    min-height: 180px;
    border: 1px solid var(--color-light-grey);
}
.row .catalog_sect .sect_inner a{
    width: 30%;
    height: auto;
    background-position-y: top;
    background-size: auto;
    background-position-x: center;
}
.row .catalog_sect .sect_inner a.no_cat {
    width: 100%;
}
.row .catalog_sect a .name{
    position: absolute;
    font-size: 25px;
    display: block;
    bottom: 48px;
    top: unset;
    text-align: left;
    left: 10px;
    line-height: 26px;
}
.row .catalog_sect .section_price{
    position: absolute;
    top: unset;
    bottom: 15px;
    width: 115px;
    left: 10px;
}
.row .catalog_sect .section_price.sales{
    width: 120px;
}
.subcategories_menu_cat{
    display: grid;
    position: relative;
    width: 70%;
    height: auto;
    background: var(--color-white);
    padding: 10px;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
    border-radius: var(--border-radius-main);
}
.catalog_subsect_cat {
    border-radius: var(--border-radius-main);
    cursor: pointer;
    transition: all 0.2s ease;
}
.subsect_inner_cat {
    text-align: left;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: var(--border-radius-main);
    background: var(--color-white);
    height: 85px;
    box-shadow: var(--box-shadow-main);
    overflow: hidden;
    padding-top: 5px;
    transition: transform 0.05s ease, box-shadow 0.1s ease;
    padding-left: 5px;
    border: 1px solid var(--color-light-grey);
}
.subsect_inner_cat:hover {
    transform: scale(1.02);
}
.sub_inner_name_text_cat{
    line-height: 14px;
    width: 54%;
    position: absolute;
    z-index: 3;
    font-size: 14px;
    color: #000;
    left: 5px;
    top: 3px;
}
.subsection_price_cat {
    background: var(--color-ad-yellow);
    padding: 3px 8px 3px;
    font-size: var(--font-size-s-fixed);
    border-radius: var(--border-radius-main);
    margin-top: 3px;
    display: block;
    width: auto;
    position: absolute;
    bottom: 5px;
    left: 5px;
    z-index: 3;
}
.catalog_subsect_cat:hover .sub_inner_name_text_cat{
    color: #ff7200;
}
.row .catalog_sect a.sub_content_inner_cat {
    position: absolute;
    top: 0;
    left: 0;
    background: transparent;
    height: 100%;
    width: 100%;
    z-index: 3;
}
.catalog_sect .sect_inner a:hover .name {
    color: #ff7200;
}
.sect_inner{
    border: 1px solid var(--color-light-grey);
}
.sub_img_inner_cat {
    display: flex;
    justify-content: end;
    padding: 0;
    align-items: end;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
}
.sub_img_inner_cat::before {
    content: "";
    display: block;
    height: 100%;
    width: 100%;
    background: linear-gradient(90deg, rgb(255, 255, 255) 0%, rgba(255,255,255,0.98) 50%, rgba(255,255,255,0.84) 55%, rgba(255,255,255,0.68) 57%, rgba(255,255,255,0.52) 60%, rgba(255,255,255,0.36) 62%, rgba(255,255,255,0.2) 65%, rgba(255,255,255,0) 100%);
    z-index: 2;
}
.sub_img_inner_cat img {
    transition: all 0.1s ease;
    right: 0;
    position: absolute;
    bottom: 0;
    width: auto;
    height: 100%;
}
.row .catalog_sect.is_no_cat{
    width: 33.3333%;
}
.row .catalog_sect.is_no_cat .sect_inner {
    min-height: 240px;
}
.row .catalog_sect .sect_inner a::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 62%;
    width: 100%;
    z-index: 1;
    background: linear-gradient(0deg, rgb(255, 255, 255) 0%, rgb(255, 255, 255) 55%, rgba(255,255,255,0.9) 60%, rgba(255,255,255,0.6) 70%, rgba(255,255,255,0.3) 80%, rgba(255,255,255,0) 100%);
    border-radius: 4px;
}
.row .catalog_sect a.sub_content_inner_cat::before {
    display: none;
}
@media(max-width:767px){
    .row .catalog_sect .sect_inner{
        flex-direction: column;
    }
    .row .catalog_sect .sect_inner a{
        width: 100%;
        background-size: 110px;
        background-position-x: right;
        height: 110px;
        background-position-y: center;
    }
    .subcategories_menu_cat{
        grid-template-columns: repeat(2, 1fr);
        width: 100%;
    }
    .row .catalog_sect a .name{
        width: 70%;
    }
    .row .catalog_sect.is_no_cat .sect_inner{
        min-height: max-content;
    }
    .row .catalog_sect.is_no_cat{
        width: 100%;
    }
    .row .catalog_sect .sect_inner a::before{
        display: none;
    }
    .row .catalog_sect .section_price{
        top: 70px;
        bottom: unset;
    }
}
@media(min-width: 1400px){
    .catalog_body .catalog_sect .sect_inner {
        height: 230px !important;
        aspect-ratio: unset;
    }
    .subsect_inner_cat{
        height: 100%;
        max-height: 115px;
    }
    .row .catalog_sect.is_no_cat {
        width: 25%;
    }
    .row .catalog_sect.is_no_cat .sect_inner{
        aspect-ratio: unset;
    }
    .sub_inner_name_text_cat {
    	font-size: 15px;
    	padding: 5px;
    	font-weight: normal;
    }
}

/* End */
/* /bitrix/templates/redesign2024/components/configurator_mebely_by_step/catalog.section.list/sp_list_new/style.css?17495608777473 */
