

/* Start:/local/templates/.default/components/bitrix/news.list/services/style.css?17545551531783*/

.categories-section {
    margin: 0px 20px;
    zoom: var(--zoom);
    padding-bottom: 60px;
}

.categories-section .items {
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 25px;
}

.categories-section .items .item {
    padding: 30px 70px;
    box-sizing: border-box;
    flex: 0 0 calc(50% - 12.5px);
    border-radius: 40px;
    background-color: rgb(0, 0, 0, 0.4) !important;
    background-position: center center !important;
    height: 217px;
    background-repeat: no-repeat !important;
    background-size: cover !important;
    position: relative;
    overflow: hidden;
    display: flex;
    align-items: center;
}

.categories-section .items .item::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1;
}

.categories-section .items .item .content {
    z-index: 1;
    position: relative;
}

.categories-section .items .item .title {
    color: #ffffff;
    font-size: 28px;
    font-family: 'Benzin-Regular', Arial, sans-serif;
    font-weight: 400;
    margin-bottom: 15px;
    max-width: 340px;
}

.categories-section .items .item .btn-detail {
    height: 51px;
}

@media (max-width: 1200px) {
    .categories-section {
        margin: 0px 10px;
    }
}

@media (max-width: 960px) {
    .categories-section .items {
        flex-direction: column;
        gap: 15px;
    }

    .categories-section .items .item {
        flex: unset;
        height: 220px;
        width: 100%;
        padding: 30px 50px;
    }
}

@media (max-width: 480px) {
    .categories-section .items .item .title {
        font-size: 20px;
    }

    .categories-section .items .item {
        padding: 40px 30px;
    }
}
/* End */
/* /local/templates/.default/components/bitrix/news.list/services/style.css?17545551531783 */
