

/* Start:/local/templates/new_design/components/bitrix/news/special/style.css?173383259837*/
.date-out__text{
text-align:center;
}
/* End */


/* Start:/local/templates/new_design/components/bitrix/news/special/bitrix/news.list/special_list/style.css?17830863444556*/

.c-card-special-offer {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.c-card-special-offer__photo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    overflow: hidden;
    width: 272px;
    min-height: 272px;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

.c-card-special-offer__photo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    will-change: transfom;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out;
}

.c-card-special-offer__info {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 40px;
    padding-top: 32px;
    -webkit-transition: color 0.3s ease-in-out;
    transition: color 0.3s ease-in-out;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.c-card-special-offer__info > * {
    position: relative;
    z-index: 2;
}

.c-card-special-offer__info::after, .c-card-special-offer__info::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}

.c-card-special-offer__info::after {
    background: -webkit-gradient(linear, left top, right top, from(#F5F5F5), to(#FFF));
    background: linear-gradient(90deg, #F5F5F5 0%, #FFF 100%);
    z-index: 0;
}

.c-card-special-offer__info::before {
    background: var(--secondary-color-500);
    opacity: 0;
    z-index: 1;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
}

.c-card-special-offer__info-name {
    display: inline-block;
    margin-bottom: 20px;
}

.c-card-special-offer__info-date {
    margin-top: auto;
    color: var(--gray-300);
    margin-bottom: 16px;
}

.c-card-special-offer__info-button {
    gap: 24px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.c-card-special-offer__info-button .t-button-text {
    padding: 16px 40px;
    color: var(--primary-color);
}
@media (max-width: 1839.98px) {

    .c-card-special-offer__photo {
        min-height: 302px;
        width: 250px;
    }

    .c-card-special-offer__info {
        padding-left: 25px;
        padding-right: 25px;
    }

    .c-card-special-offer__info-button {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        gap: 0;
        max-width: 250px;
    }

    .c-card-special-offer__info-button .c-button {
        width: 100%;
        height: 48px;
    }

    .c-card-special-offer__info-button .t-button-text {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 0;
        padding-right: 0;
    }
}

@media (max-width: 1199.98px) {
    .c-card-special-offer__info-name {
        font-size: 28px;
    }
}

@media (max-width: 767.98px) {
    .c-card-special-offer {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .c-card-special-offer__photo {
        min-height: 166px;
        height: 51.875vw;
        width: 100%;
    }

    .c-card-special-offer__info-name {
        font-size: 24px;
    }

    .c-card-special-offer__info-date {
        margin-bottom: 10px;
    }
}

@media (any-hover: hover) {
    .c-card-special-offer:hover .c-card-special-offer__photo img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1);
    }

    .c-card-special-offer:hover .c-card-special-offer__info {
        color: var(--white);
    }

    .c-card-special-offer:hover .c-card-special-offer__info::before {
        opacity: 1;
    }
}
/* End */
/* /local/templates/new_design/components/bitrix/news/special/style.css?173383259837 */
/* /local/templates/new_design/components/bitrix/news/special/bitrix/news.list/special_list/style.css?17830863444556 */
