

/* Start:/bitrix/templates/lombard/components/bitrix/news/special/bitrix/news.list/.default/style.css?16922252551275*/
.special-container {
    display: flex;
    flex-wrap: wrap;
}

.special-offer {
    width: 33.3%;
    padding: 0 15px;
}

.special-offer .special-offer-name {
    font-weight: bold;
    font-size: 22px;
    display: block;
    margin-bottom: 10px;
}

.special-offer .special-offer-name {
    display: none;
}

.special-offer-image-container {
    width: 100%;
    margin-bottom: 15px;
}

.special-offer-description {
    height: 125px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
}

.special-offer:not(:last-child) {
    margin-bottom: 40px;
}

.inactive-img {
    filter: grayscale(100%);
}

@media (max-width: 1023px) {
    .special-offer-name {
        display: none !important;
    }

    .special-offer-image-container {
        width: 100%;
    }

    .special-offer-description {
        width: 100%;
        margin-top: 15px;
        font-size: 14px;
    }
}

@media (max-width:767px) {
    .special-offer {
        width: 100%;
    }



    #main-content .special-offer .special-offer-name {
        display: none;
    }

    .special-offer-image-container {
        width: 100%;
    }

    .special-offer-description {
        width: 100%;
        height: unset;
    }
}
/* End */
/* /bitrix/templates/lombard/components/bitrix/news/special/bitrix/news.list/.default/style.css?16922252551275 */
