.catalog-section-link{
    cursor: pointer
}

.catalog-section_list {
    display: block;
    height: 50px;
    overflow-y: hidden;
}

.section-block {
    position: relative;
}


.catalog-section_more {
    /*display: none;*/
    width: 20px;
    height: 20px;
    position: absolute;
    right: 0;
    top: 0;
    text-align: center;
    cursor: pointer;
    visibility: hidden;
    
}

.catalog-section_more:hover {
 /*   background-color: #cacaca;*/
}

@media (max-width: 768px) {

    .catalog-section_more {
        display: none;
    }

    .catalog-section_list {
        overflow-x: scroll;
        display: flex;
        height: auto;
        /*-ms-overflow-style: none;*/
        /*scrollbar-width: none;*/
    }
}


.catalog-section_link {
    border-radius: 11px;
    color: #242424;
    border: 1px solid #7F7F7F;
    display: inline-block;
    padding: 8px 8px;
    margin-top: 10px;
    margin-right: 10px;
    min-width: fit-content;
    text-align: center;
}

.catalog-section_list::-webkit-scrollbar {
    display: none;
    height: 0;
}

.active_section {
    border: 1px solid #004ae0;
}

.active_section_text {
    color: #004ae0;
}
