

/* Start:/local/templates/proconsim/components/bitrix/news/stock/bitrix/news.list/.default/style.css?17512584261018*/
.discounts-row a.discount-btn {
    text-decoration: none;
    display: inline-block;
}
.discounts-row a.discount-btn:hover {
    color: #ffffff;
}
.discounts-row a.discount-btn
{
    padding:13px 42px ;
}

.discounts-row.type-card .col-12
{
    width: 50%;
    padding: 0 10px;
}
.discounts-row.type-card .discount-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.discounts-row.type-card .discount-card {
    grid-template-columns: 40% 60%;
}

.discounts-row.type-row .col-12
{
    width: 100%;
}
.discounts-row.type-row .discount-img img {
    height: 300px;
}
.discounts-row.type-row .discount-card {
    grid-template-columns: 75% 25%;
}
@media (max-width: 991px) {
    .discounts-row.type-card .col-12
    {
        width: 100%;
    }

    .discounts-row.type-row .discount-card,
    .discounts-row.type-card .discount-card
    {
        grid-template-columns: 1fr;
    }
    .discount-head .right-side
    {
        display: none;
    }
}

/* End */
/* /local/templates/proconsim/components/bitrix/news/stock/bitrix/news.list/.default/style.css?17512584261018 */
