.section-list {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: center;
    /* margin-bottom: 40px; */
}

.section-item {
    width: 344px;
    max-width: 100%;
    display: flex;
    align-items: center;
    margin-right: 32px;
    margin-bottom: 20px;
    border: 2px solid #DBDEE0;
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px;
}

.section-item.no-pict {
    padding: 20px;
}

.section-item__image {
    max-width: 100%;
    max-height: 100%;
    object-position: center;
    object-fit: contain;
}

.section-item__name {
    font-size: 18px;
    line-height: 21px;
    color: #222222;
}

.section-item:hover .section-item__name {
    color: #EC1C23;
}

.section-item__image-wrapper {
    width: 74px;
    height: 50px;
    margin-right: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-grow: 0;
    flex-shrink: 0;
}

.section-controls {
    border-top: 2px solid #DBDEE0;
    border-bottom: 2px solid #DBDEE0;
    padding: 10px 0;
    margin-bottom: 30px;
}

.pagen-area {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.sort-line {
    display: flex;
    align-items: center;
}

.sort-item-inactive {
    color: #7E7E7E;
}

.sort-item-active {
    color: black;
}

.sort-item,
.sort-title {
    margin-right: 20px;
}

.sort-item__link {
    width: 10px;
    height: 10px;
    background-image: url("image/angle.svg");
    background-position: center;
    background-size: 10px;
    background-repeat: no-repeat;
    display: inline-block;
    margin: 0 5px;
}

.sort-item__link.sort_up {
    transform: rotate(180deg);
}

.catalog_brand_block {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 10px;
}

.catalog_brand_title {
    margin-right: 10px;
}

.catalog_brand_item {
    margin-right: 10px;
}

.section-anounce-text {
    padding: 10px 0;
}

@media (max-width: 1025px) {
    .section-list {
        justify-content: space-between;
    }

    .section-item {
        width: calc(50% - 10px);
        margin-right: 0;
    }

    .section-item__name {
        font-size: 16px;
        line-height: 19px;
    }
}

@media (max-width: 600px) {
    .section-item {
        width: 100%;
        margin-bottom: 10px;
    }

    .sort-line {
        font-size: 12px;
        line-height: 14px;
        margin-bottom: 10px;
    }

    .pagen-area {
        flex-direction: column;
        align-items: flex-start;
    }

    .sort-item:last-of-type {
        margin-right: 0;
    }
}

.cat_description img {
    width: 50%;
    float: right;
    margin: 0 0 10px 10px;
    display: none;
}

.cat_description p {
    text-align: justify;
}

@media (max-width: 600px) {
    .table-specific_categiry {
        border: 2px solid black;
        text-align: center;
        font-size: 18px;
        font-style: unset;
        font-weight: 700;
        color: #626262;
        width: auto;
        display: none;
    }

    .table-specific_categiry tr {
        border: 2px solid;
    }

    .table-specific_categiry td {
        border: 2px solid;
        padding: 5px;
    }

    .cat_description img {
        width: 50%;
        float: right;
        margin: 0 0 10px 10px;
        display: flex;
    }

}

.table-specific_categiry {
    border: 2px solid black;
    text-align: center;
    font-size: 18px;
    font-style: unset;
    font-weight: 700;
    color: #626262;
    width: auto;
}

.table-specific_categiry tr {
    border: 2px solid;
}

.table-specific_categiry td {
    border: 2px solid;
    padding: 5px;
}

.tagDiv .tags__more {
    display: none;
}

.tagDiv .tags__more {
    min-width: unset;
    display: block;
    width: 150px;
    height: 32px;
    margin-bottom: 6px;
    border-radius: 16px;
    padding: 0 5px;
    font-weight: 400;
    white-space: nowrap;
}

.tagDiv .tagOverlay:nth-child(n+6) {
    display: none;
}

.tagDiv.visible--all .tagOverlay {
    display: block !important;
}

@media only screen and (max-width: 1024px) {
    .tagDiv .tags__more {
        padding: 0 20px;
    }
<<<<<<< HEAD
}
=======
}
>>>>>>> c5ff8001fd74251f18d79fc37a30646bc39566c5
