

/* Start:/local/templates/olissys2026/components/bitrix/news/photo-new/bitrix/news.detail/.default/style.css?17797100401939*/
.pohogie {
display:block;
width:100%;
}

.pohogie_title {
    font-size: 28px;
    font-weight: 500;
    padding-bottom: 20px;
}




.svaz {
margin-bottom:80px;
text-align:center;
}

.svaz .kn {
    margin: 0 auto;
    background: #009FE3;
    color: white;
    padding: 20px 30px;
    font-size: 24px;
    border-radius: 50px;
    display: inline-block;
    margin-bottom: 30px;
}

.svaz .text {
    margin: 0 auto;
max-width: 600px;
    text-align: center;
    font-size: 18px;
}

.montage-order {
display: grid;
    grid-auto-flow: column;
    justify-content: center;
    gap: 20px;
    padding-top: 50px;
    padding-bottom: 50px;
    border-top: 1px solid var(--grey);
    border-bottom: 1px solid var(--grey);
    margin-bottom: 50px;
}

.montage-order .montage-order__title {
    font-size: 25px;
}

.montage-order .montage-order__order {

}

.montage-order .montage-order__order ul {

}

.montage-order .montage-order__order ul li {
    font-size: 20px;
    line-height: 28px;
}

.swiper {
    margin-bottom: 50px;
}



.montage-gallery {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
margin-bottom:50px;
}

.montage-gallery__item {
    width: calc((100% - 8px * 3) / 4); /* 4 в ряд с учётом 3 gap'ов */
    padding-bottom: calc((100% - 8px * 3) / 4); /* квадрат */
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0.85;
    transition: opacity 0.2s;
}

.montage-gallery__item:hover {
    opacity: 1;
}

@media (max-width: 767px) {


.montage-order {
    grid-auto-flow: row;
}

    .montage-gallery__item {
        width: calc((100% - 8px * 2) / 3); /* 3 в ряд */
        padding-bottom: calc((100% - 8px * 2) / 3);
    }

.svaz .kn {
    font-size: 20px;
}





}

@media (max-width: 480px) {
    .montage-gallery__item {
        width: calc((100% - 8px) / 2); /* 2 в ряд */
        padding-bottom: calc((100% - 8px) / 2);
    }
}



/* End */
/* /local/templates/olissys2026/components/bitrix/news/photo-new/bitrix/news.detail/.default/style.css?17797100401939 */
