

/* Start:/local/templates/main/components/bitrix/news.list/projects/style.css?17815907951539*/
.sProjects__item:nth-child(13n+13),
.sProjects__item:nth-child(13n+6),
.sProjects__item:nth-child(13n+1),
.sProjects__item:nth-child(13n+5),
.sProjects__item:nth-child(13n+7) {
    grid-column: span 4 !important;
    grid-row: unset !important;
    aspect-ratio: 316 / 251 !important;
}
.sProjects {
    padding-top: 33px;
}
.all_projects {
    padding: 10px 24px;
    color: var(--text, #000);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 30px;
    border-radius: 15px;
    background: var(--grey-button, #D9D9D9);
    display: inline-block;

}
.show_all {
    border-radius: 15px;
    border: 1px solid var(--text, #000);
    padding: 10px 24px;
    color: var(--text, #000);
    leading-trim: both;
    text-edge: cap;
    font-family: Montserrat;
    font-size: 11px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
    margin-top: 20px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 992px) and (min-width: 768px) {
    .sProjects .sProjects__grid {
        display: grid;
        grid-template-columns: repeat(8, 1fr);
    }
}

@media(min-width: 768px) {
    .show_all {
        display: none;
    }
}
@media(max-width: 767px) {
    .hidden_mobile {
        display: none !important;
    }
    .all_projects {
        width: 100%;
        text-align: center;
        margin-top: 20px;
    }
}
/* End */
/* /local/templates/main/components/bitrix/news.list/projects/style.css?17815907951539 */
