

/* Start:/local/templates/meven/components/bitrix/news.list/special/style.css?17600103031386*/

.card-sale__bottom-new{
    display: flex;
    border: 1px solid grey;
    border-radius: 10px;
}
.card-sale__bottom-new > div{
    padding: 15px;
    position: relative;
    border-radius: 10px;
}
.card-sale__bottom-offline{
    flex-basis: 40%;
}
.card-sale__bottom-online{
    background-color: #005A76;
    color: white;
    flex-basis: 60%;
}
.card-sale__bottom-online_value{
    font-size: 2em;
}
.card-sale__bottom-offline_value{
    font-size: 1.25em;
}
.card-sale__bottom-online:after{
    content: "";
    position: absolute;
    bottom: calc(50% - 7.5px);
    right: 15px;
    width: 15px;
    height: 15px;
    rotate: -45deg;
    border-width: 0;
    border-style: solid;
    border-color: white;
    border-right-width: 2px;
    border-bottom-width: 2px;
}
@media screen and (max-width: 1200px) and (min-width: 991px) {

    .card-sale__bottom-online_value{
        font-size: 1.5em;
    }
    .card-sale__bottom-offline_value{
        font-size: 1em;
    }

    .card-sale__bottom-online_label{
        font-size: 10px;
    }
    .card-sale__bottom-offline_label{
        font-size: 10px;
    }
}

@media screen and (max-width: 440px) {

    .sale-special .card-sale__bottom-online_value{
        font-size: 1.5em;
    }
    .sale-special .card-sale__bottom-offline_value{
        font-size: 1em;
    }

}
/* End */
/* /local/templates/meven/components/bitrix/news.list/special/style.css?17600103031386 */
