

/* Start:/local/templates/main/assets/styles/tseny.css?17654413331006*/
.offer__top {
    padding: 15px;
    background: #034C55;
}

.offer__top.h3 {
    color: #fff;
}

.offer__price {
    border-radius: 100%;
    background-color: #FF8562;
    color: #FFF;
    width: 140px;
    height: 140px;
    display: flex;
    flex-direction: column;
    align-content: center;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.offer__body {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    gap: 20px;
}

.offer__price-new {
    font-size: 28px;
    font-weight: 500;
}

.offer__price-old {
    text-decoration: line-through;
    font-size: 16px;
    font-weight: 400;
}

.offer__title {
    font-weight: 500;
}

.offer__info {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

@media (max-width: 1024px) {
    .offer__body {
        padding: 15px;
    }
}

@media (max-width: 767px) {
    .offer__price {
        width: 100px;
        height: 100px;
    }

    .offer__price-new {
        font-size: 20px;
    }
}
/* End */


/* Start:/local/templates/main/components/bitrix/news.list/tseny/style.css?1766730444503*/
.tseny {
    margin-top: 80px;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.tseny__item {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    border-bottom: solid #E3E3EB 1px;
}

.tseny__item-price {
    flex-shrink: 0;
}

.tseny__item-name {
    color: #24314A;
    font-weight: 400;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0;
}

.accordion:hover .tseny__item {
    border-color: #F8F8FC;
}
/* End */
/* /local/templates/main/assets/styles/tseny.css?17654413331006 */
/* /local/templates/main/components/bitrix/news.list/tseny/style.css?1766730444503 */
