.catalog-section {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -8px;
}

.product-item-container {
    width: 25%;
    padding: 0 8px;
}

.catalog-section-description.without-img {
    min-height: 300px;
}
.catalog-section-description.without-img::after {
    background-color: #F3F3F3;
}
.catalog-section-description.without-img .catalog-section-item.catalog-section-desc {
    max-width: 1410px;
    width: unset;
    position: relative;
    margin: 0 auto;
}
.catalog-section-description {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
}
@media (max-width: 768px) {
    .header{
        margin-top: 0px;
    }
}
.catalog-section-description::after {
    content: '';
    position: absolute;
    width: 500%;
    background: #ffffff;
    left: -250%;
}

.catalog-section-item {
    z-index: 9;
}

.catalog-section-item.catalog-section-img {
    position: relative;
    width: 100%;
    text-align: center;
}
.catalog-section-item.catalog-section-desc {
    position: absolute;
    width: 66%;
    margin-left: 30%;
}
.section-preview-picture {
    width: 100%;
    max-height: 60vw;
}
.section-description-title {
    font-weight: 600;
    font-size: 32px;
    line-height: 120%;
    padding-bottom: 24px;
    position: relative;
    max-width: 507px;
}

.section-description-title::after {
    content: '';
    border-bottom: 1px solid #333333;
    width: 48px;
    position: absolute;
    bottom: 0;
    left: 0;
}

.section-description {
    padding-top: 24px;
    max-width: 507px;
    font-size: 16px;
}

.catalog-section-title {
    font-size: 24px;
    margin-bottom: 12px;
}

.catalog-section-amount {
    color: #666666;
    margin-bottom: 16px;
}
.product-item-button-container {
    visibility: hidden;
}
@media (max-width: 1440px) {
    .product-item-container {
        width: 25%;
    }
}

@media (max-width: 1024px) {
    .catalog-section-description {
        display: none;
    }

    .product-item-button-container {
        visibility: visible;
    }
}

@media (max-width: 768px) {
    .product-item-container {
        width: 33.3333%;
    }
    .bradcrumb{
        background: #fff;
        padding: 12px !important;
    }
}

@media (max-width: 480px) {
    .product-item-container {
        width: 50%;
    }
    .catalog-wrapper .product-item-container {
        padding: 0 4px;
    }
    .catalog-wrapper .catalog-section-title {
        font-size: 24px;
    }
}