.header_select_dialog_wrapper {
    display: none;
}

.header_select_dialog_wrapper.show {
    display: block;
}

.header_catalog_wrapper {
    position: absolute;
    top: 172px;
    left: 0;
    z-index: 5;
    background-color: rgba(26, 30, 33, 0.33);
    height: 100%;
    width: 100%;
}

.header_catalog_wrapper.fixed {
    top: 94px;
}

.header_catalog_menu_wrapper {
    padding: 0 40px;
}

.header_catalog_menu_wrapper > div {
    border-radius: 0 0 20px 20px;
}

.header_catalog_menu_btn {
    color: var(--Black, #000);
    text-align: center;
    font-family: Onest;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 123%; /* 19.68px */
}

.catalog_menu.header_catalog_menu {
    display: none;
    position: fixed;
    z-index: 100;
    top: 172px;
}

body:has(.bx-panel-folded) .catalog_menu.header_catalog_menu {
    top: 211px;
}

.header:has(.header_main_row__fixed) .catalog_menu.header_catalog_menu {
    top: 90px;
}

.header_catalog_menu_b1 {
    background: #464B4F;
    border-radius: 0rem 0rem 1.25rem 1.25rem;
}









/* catalog.section.list */
section.catalog_menu.container-fluid {
    padding: 0 40px;
}
.catalog_menu_list {
    padding: 10px;
    margin-top: 20px;
    width: 100%;
    /*height: 100%;*/
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    border-radius: 20px;
    background: #464B4F;
}

.catalog_list_item {
    outline: none;
    border-radius: 10px;
    padding: 10px 16px;
    width: 100%;
    color: #F1F1EF;
    text-decoration: none;
    opacity: 0.75;
    font-family: Onest, sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 16px;
    letter-spacing: 0;
    text-align: left;
    display: block;
    margin: 0 0 0 1px;
}

.catalog_list_item:hover, .catalog_list_item.active {
    opacity: 1;
    color: #F1F1EF;
    margin: 0;
    background: rgba(255, 255, 255, 0.06);
    border-left: 1px solid #FFB61C;
}

.catalog_list_item > img {
    display: none;
}

.catalog_list_item:hover > img, .catalog_list_item.active > img {
    display: block;
    margin-left: auto;
}

.catalog_carousel {
    width: 100%;
    height: 100%;
}

.example-slide {
    background-color: #666;
    color: #999;
    display: flex;
    font-size: 1.5rem;
    min-height: 10rem;
    align-items: center;
    width: 100%;
    height: 100%;
    border-radius: 20px;
}

.catalog_menu .carousel__indicators {
    background: #393E42;
    padding: 7px 8px !important;
    border-radius: 35px;
    align-items: center;
    bottom: 16px !important;
}

.catalog_menu .carousel__indicator {
    cursor: pointer;
    margin: 0.125rem;
    opacity: .5;
    position: relative;
    transition: opacity .15s;
    width: 6px!important;
    height: 6px!important;
    background: #FFFFFF4D!important;
    border-radius: 100%!important;
}

.catalog_menu .carousel__indicator--active {
    width: 10px!important;
    height: 10px!important;
    opacity: 1!important;
    background: #FFFFFF!important;
}

.catalog_menu .carousel__control[data-v-ec1d3686] {
    background: #393E42 !important;
    opacity: .8 !important;
    border-radius: 20px;
    padding: 25px;
    margin: -27px -3px -3px;
}

.catalog_menu .carousel__control:hover {
    opacity: 1 !important;
}

.catalog_menu .carousel__list, .catalog_menu  .carousel__item {
    width: 100%;
    height: 100%;
}

.catalog_2nd_depth_sections {
    display: none;
    padding: 10px;
    margin-top: 20px;
    background: #464B4F;
    border-radius: 20px;
    height: calc(100% - 19px);
    /*max-height: 35rem;
    overflow-y: auto;
    overflow-x: hidden !important;*/
}

.catalog_2nd_depth_sections.show {
    display: flex;
    justify-content: space-between;
}

.catalog_2nd_depth_sections .sec_section {
    display: none;
}


.catalog_2nd_depth_sections .sec_section.show {
    display: grid;
    grid-template-columns: 1fr 1fr;
}

.catalog_2nd_depth_sections.show .sections{
    flex: 1;
    margin-right: 1rem;
}

.catalog_2nd_depth_sections .preview_block {
    margin: 0px !important;
    width: 18rem;
}

.catalog_2nd_depth_sections .element-rig-product_index .detail_link {
    color: #000;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.catalog_2nd_depth_sections .element-rig-product_index .detail_link:hover {
    color: #000;
}

.catalog_2nd_depth_sections .element-rig-product_index {
    margin: 0px !important;
    width: 100%;
}

.catalog_2nd_depth_sections .element-rig-product_index .image_link{
    display: flex;
    justify-content: center;
}

.catalog_2nd_depth_sections .element-rig-product_index.hide {
    display: none !important;
}

.catalog_2nd_depth_sections .sec_section a{
    color: var(--light-gray, #F1F1EF);
    /*opacity: 0.75;*/
    padding: 10px 16px;
    font-size: 15px;
    line-height: 16px;
}

.catalog_2nd_depth_sections .sec_section a:hover {
    color: #FFB61C;
}

.main_page_slider.hide {
    display: none;
}

.deep_section {
    display: none;
}

.deep_toggle {
    cursor: pointer;
    color: #fff;
    rotate: 90deg;
    padding: 0px 10px;
}

.deep_link {
    display: flex;
    align-items: center;
    color: #fff;
}

@media (max-width: 992px) {
    .catalog_menu .catalog_menu_list, .catalog_menu .carousel__control {
        display: none;
    }

    .catalog_menu_list.p-0 {
        display: flex;
        background-color: initial;
    }

    .catalog_2nd_depth_sections {
        display: none !important;
    }

   .catalog_menu .col-md-9 {
        
   }
}