

/* Start:/bitrix/components/mav/sale.products/templates/.default/style.css?17420393792029*/
.sales-list {
    margin-bottom: 50px;
    margin-top: 10px;
}
.sales-list .item {
    margin-bottom: 10px;
}
.sales-list .item .img-container {
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--bs-light);
    border-radius: .5rem;
    opacity: 1;
    transition: opacity .5s;
}
.sales-list .item .img-container:hover {
    opacity: .7;
    transition: opacity .5s;
}
.sales-list .item a:hover {
    color: unset;
}
.sales-list .item .name {
    text-align: center;
    padding: 10px 0;
    letter-spacing: 1px;
}
.sales-list .item .img-container img {
    max-height: 150px;
    max-width: 150px;
    padding: 10px
}
.short-description-block {
    margin: 0 auto 30px auto;
    max-width: 1780px;
}

/*Timer*/
.timer__items {
    display: flex;
    font-size: 2.8rem;
    justify-content: center;
    color: var(--bs-red);
    padding-bottom: 30px;
}
.timer__item {
    position: relative;
    min-width: 60px;
    margin-left: 10px;
    margin-right: 10px;
    padding-bottom: 15px;
    text-align: center;
}
.timer__item::before {
    content: attr(data-title);
    display: block;
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    font-size: 14px;
    color: #333;
}
.timer__item:not(:last-child)::after {
    content: ':';
    position: absolute;
    right: -15px;
}
.timer .final-label {
    text-align: center;
    padding: 15px 0;
    margin-bottom: 0;
    font-weight: 700;
}

.preview-text {
    padding: 20px;
    text-align: justify;
    color: #777;
    border-radius: 0.5rem;
    margin: 0 auto 30px auto;
    font-weight: 300;
}

/*Устройства Medium (планшеты, 768 пикселей и выше)*/
@media (min-width: 768px) {
    .preview-text {
        padding: 40px;
        width: 80vw;
    }
    .sales-list .item .img-container img {
        max-width: 200px;
        max-height: 200px;
    }
    .short-description-block {
        padding: 40px;
        width: 80vw;
    }
}
/* End */
/* /bitrix/components/mav/sale.products/templates/.default/style.css?17420393792029 */
