

/* Start:/local/templates/tenery_2024/components/bitrix/news.list/offers/style.css?1782732149544*/
.offers {
    position: relative;
}

.offers .offers__list {
    display: flex;
    flex-wrap: wrap;
    margin-left: -5px;
    margin-right: -5px;
    row-gap: 10px;
}

@media (min-width: 80em) {
    .offers .offers__list {
        margin-left: -10px;
        margin-right: -10px;
        row-gap: 20px;
    }
}

.offers .offers__item {
    flex: 0 0 auto;
    width: 50%;
    padding-left: 5px;
    padding-right: 5px;
}

@media (min-width: 80em) {
    .offers .offers__item {
        padding-left: 10px;
        padding-right: 10px;
    }
}

/* End */


/* Start:/local/components/tenery/offer.item/templates/.default/style.css?17823931524429*/
.offer {
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    position: relative;
}

@media (min-width: 80em) {
    .offer:hover {
        border-color: rgb(var(--beige));
    }
}

.offer .offer__image {
    display: block;
    position: relative;
    padding-top: 69.7%;
}

@media (min-width: 48em) {
    .offer .offer__image:before {
        content: '';
        display: block;
        position: absolute;
        top: 40%;
        bottom: 0;
        left: 0;
        width: 100%;
        height: auto;
        background-image: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.32) 32%, #000 99%);
        z-index: 1;
    }
}

.offer .offer__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.offer .offer__date {
    font-weight: 400;
    font-size: 10px;
    line-height: 1;
    color: rgb(var(--cream));
    background-color: rgb(var(--red));
    padding: 8px 14px;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (min-width: 48em) {
    .offer .offer__date {
        font-size: 12px;
        padding: 10px 16px;
    }
}

@media (min-width: 80em) {
    .offer .offer__date {
        font-size: 16px;
        padding: 12px 20px;
    }
}

.offer .offer__content {
    position: relative;
    flex: 1;
    width: 100%;
    padding: 15px 10px 10px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

@media (max-width: 47.938em) {
    .offer .offer__content {
        background-color: rgba(var(--cream-secondary));
    }
}

@media (min-width: 48em) {
    .offer .offer__content {
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        padding: 20px;
        z-index: 2;
    }
}

@media (min-width: 120em) {
    .offer .offer__content {
        padding: 30px;
    }
}

.offer .offer__title {
    font-family: 'Playfair Display', serif;
    display: inline-block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: rgb(var(--maroon));
    text-decoration: none;
    margin-bottom: 15px;
}

@media (min-width: 48em) {
    .offer .offer__title {
        color: rgb(var(--cream));
        font-size: 16px;
    }
}

@media (min-width: 120em) {
    .offer .offer__title {
        font-size: 24px;
        margin-bottom: 30px;
    }
}

.offer .offer__desc {
    display: none;
}

@media (min-width: 48em) {
    .offer .offer__desc {
        display: block;
        font-weight: 400;
        line-height: 1.2;
        color: rgb(var(--cream));
        font-size: 12px;
        margin-bottom: 20px;

        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        -webkit-box-orient: vertical;
    }
}

@media (min-width: 80em) {
    .offer .offer__desc {
        -webkit-line-clamp: 4;
        line-clamp: 4;
    }
}

@media (min-width: 120em) {
    .offer .offer__desc {
        font-size: 16px;
        margin-bottom: 30px;
    }
}

@media (max-width: 47.938em) {
    .offer .button--offers {
        flex: 0 0 auto;
        width: 30px;
        height: 30px;
        border-radius: 50%;
        background-color: rgba(var(--maroon), .1);
        color: rgb(var(--maroon));
        font-size: 0;
        padding: 0;
        margin-top: auto;
    }

    .offer .button--offers:before {
        display: inline-block;
        font-family: 'Tenery' !important;
        content: "\e91d";
        transform: rotate(-90deg);
        font-size: 20px;
        font-weight: 600;
    }
}

@media (min-width: 48em) {
    .offer .button--offers {

        --button-hover-color: rgb(var(--cream));
        --button-hover-bgcolor: rgb(var(--green));
        --button-hover-border-color: rgb(var(--green));

        --button-active-color: rgb(var(--maroon));
        --button-active-bgcolor: rgb(var(--yellow));
        --button-active-border-color: rgb(var(--yellow));

        --button-padding-x: 20px;
        --button-padding-y: 12px;
        --button-font-size: 12px;

        font-weight: 700;
        text-transform: none;
        height: 30px;
    }
}

@media (min-width: 120em) {
    .offer .button--offers {
        height: 40px;
    }
}
/* End */
/* /local/templates/tenery_2024/components/bitrix/news.list/offers/style.css?1782732149544 */
/* /local/components/tenery/offer.item/templates/.default/style.css?17823931524429 */
