

/* Start:/local/templates/aspro_next_custom/components/bitrix/news.detail/montage/style.css?1783925618916*/
.callback {
    display: flex;
    justify-content: center;
}

.red-btn {
    background: #ec1b23;
    border: 1px solid #6699d0;
    border-radius: 2px;
    padding: 11px 26px;
    /* width: 210px; */
    height: 40px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.28571;
    text-align: center;
    color: #fff;
}

.fetcher-item {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.slider__work {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}

.work__item {
    overflow: hidden;
    max-height: 246px;
}

.work__item__pict {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media (max-width: 991px) {
    .slider__work {
        grid-template-columns: repeat(2, 1fr);
        gap: 12px;
    }
}

@media (max-width: 575px) {
    .slider__work {
        grid-template-columns: 1fr;
        gap: 10px;
    }
}
/* End */
/* /local/templates/aspro_next_custom/components/bitrix/news.detail/montage/style.css?1783925618916 */
