

/* Start:/bitrix/templates/.default/components/bitrix/news.list/page-delivery/style.css?17479818541850*/
 .detail-item {
        max-width: 1200px;
        margin: 0 auto;
        padding: 20px;
    }
    .property-item {
        margin: 15px 0;
    }
    .item-separator {
        width: 300px;
        height: 2px;
        background: #ccc;
        margin: 25px 0;
    }
    .two-columns-wrapper {
        display: flex;
        gap: 40px;
        margin: 30px 0;
    }
    .col-left {
        width: calc(33.33% - 5px);
    }
    .col-right {
        width: calc(66.66% - 20px);
    }
    .property-fullwidth {
        width: 100%;
        margin: 10px  0 0 0;
    }
    
    /* Адаптивность */
    @media (max-width: 768px) {
        .two-columns-wrapper {
            flex-direction: column;
        }
        .col-left,
        .col-right {
            width: 100%;
        }
        .item-separator {
            width: 100%;
        }
    }
	
.plates-row {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin: 0 -10px;
}

.plate-item {
    flex: 1 1 calc(20% - 20px);
    min-width: 180px;
    background: #fff;
    border-radius: 10px;
    border: 5px solid #F3F4F7;
    padding: 10px;
    box-sizing: border-box;
    height: 100px;
}

.plate-link {
    display: block;
    height: 100%;
    text-decoration: none;
}

.plate-image {
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.plate-img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

@media (max-width: 1200px) {
    .plate-item { flex-basis: calc(25% - 20px); }
}

@media (max-width: 992px) {
    .plate-item { flex-basis: calc(33.33% - 20px); }
}

@media (max-width: 768px) {
    .plate-item { flex-basis: calc(50% - 20px); }
}

@media (max-width: 576px) {
    .plate-item { flex-basis: 100%; }
}
/* End */
/* /bitrix/templates/.default/components/bitrix/news.list/page-delivery/style.css?17479818541850 */
