

/* Start:/local/templates/wine/components/bitrix/breadcrumb/main/style.css?1761045561240*/

.breadcrumbs {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.breadcrumbs a {
    text-decoration: none;
    color: #5F6368;
}

.breadcrumbs span {
    color: #979797;
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17610455618739*/
.news {
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding: 77px 24px 0;
    background-color: #fff;
    z-index: 1;
    position: sticky;
}

.news__title {
    position: absolute;
    z-index: 1;
    overflow: hidden;

    font-size: 88px;
    font-weight: 500;
    line-height: 103.86px;
    letter-spacing: -0.04em;
    text-align: center;
    text-transform: uppercase;
}

.news__title.anime {
    opacity: 0;
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
    transform: translateY(100px);
    top: 30px;
    position: relative;
}

.news.visible .news__title.anime.show {
    transform: translateY(0);
    opacity: 1;
    top: 0;
}

.news__title-accent {
    font-family: var(--font-family-accent), serif;;
    font-size: 88px;
    font-weight: 400;
    line-height: 82.41px;
    letter-spacing: -0.04em;
    text-align: left;
    color: var(--color-accent);
}

.news__container {
    display: flex;
    flex-direction: row;
}

.news__container-start {
    display: flex;
    flex-direction: column;
    align-items: start;
    min-width: 49%;
}

.news__container-finish {
    display: flex;
    flex-direction: column;
    align-items: end;
    min-width: 52%;
}

.news__item-href {
    text-decoration: none;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.news__item {
    display: flex;
    flex-direction: column;
    position: relative;
}

.news__item-first {
    inline-size: 924px;
    inline-size: 100%;
}

.news__item-second {
    inline-size: 608px;
    margin-block-start: 250px;
    width: 60%;
}

.news__item-third {
    inline-size: 766px;
    margin-block-start: 300px;
    inline-size: 84%;
}

.news__item-fourth {
    inline-size: 924px;
    margin-block-start: 300px;
    width: 95%;
}

.news__item-image {
    block-size: 500px;
    inline-size: 100%;
    overflow: hidden;
    border-radius: 32px;
}

.news__item:hover .news__item-link {
    color: #fff;
    border-color: var(--color);
    background-color: var(--color);
}

.news__item:hover .news__item-link:hover {
    color: #fff;
}

.news__item:hover {
    cursor: pointer;
}

.news__item:hover .news__item-image img {
    transition: 1s ease-in-out;
    transform: scale(1) !important;
}

.news__item-image img {
    transition: 1s ease-in-out;
    block-size: 100%;
    inline-size: 100%;
    object-fit: cover;
}

.news__item-date {
    margin-block-start: 72px;
    font-weight: 400;
    line-height: 28.32px;
    text-align: left;
    color: #9c9c9c;
}

.news__item-info-container {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-block-start: 40px;
    padding-block-end: 40px;
    border-block-end: 1px solid #cfcfce;
}

.news__item-title {
    font-family: var(--font-family-accent), serif;
    font-size: 49px;
    font-weight: 400;
    line-height: 56px;
    text-align: left;
}

.news__item-text {
    font-weight: 400;
    line-height: 28.32px;
    text-align: left;
    color: #5c5c5b;
}

.blog .news__item-first{
    margin-block-start: 112px;
}

.blog .news__item-second{
    margin-block-start: unset;
}

.blog .news__item-third{
    margin-block-start: 400px;
}

.blog .news__item-fourth{
    margin-block-start: 256px;
}

.news__item .btn{
    margin-top: 40px;
}

@media (max-width: 1919px) {
    .news {
        padding: 24px 24px 0;
    }

    .news__title {
        font-size: 64px;
        line-height: 75.53px;
    }

    .news__title-accent {
        font-size: 64px;
        line-height: 59.94px;
    }

    .news__item-first {

    }

    .news__item-image {
        block-size: 360px;
    }

    .news__item-date {
        font-size: 20px;
        line-height: 23.6px;
        margin-block-start: 48px;
    }

    .news__item-text {
        font-size: 20px;
        line-height: 23.6px;
    }

    .news__item-title {
        font-size: 40px;
        line-height: 48px;
    }

    .news__item-info-container {
        padding-block-end: 40px;
    }

    .blog .news__item-first{
        margin-block-start: 67px;
    }

    .blog .news__item-second{
        margin-block-start: unset;
    }

    .blog .news__item-third{
        margin-block-start: 260px;
    }

    .blog .news__item-fourth{
        margin-block-start: 100px;
    }
}

@media (max-width: 1439px) {
    .news {
        padding: 0 24px 0;
        margin-top: 64px;
    }

    .news__title {
        font-size: 48px;
        line-height: 56.65px;
    }

    .news__title-accent {
        font-size: 48px;
        line-height: 56.65px
    }

    .news__item-image {
        block-size: 264px;
        border-radius: 16px;
    }

    .news__item-date {
        font-size: 16px;
        line-height: 18.88px;
        margin-block-start: 40px;
    }

    .news__item-text {
        font-size: 16px;
        line-height: 18.88px;
    }

    .news__item-title {
        font-size: 33px;
        line-height: 40px;
    }

    .news__item-info-container {
        padding-block-end: 32px;
    }

    .blog .news__item-first{
        margin-block-start: 12px;
    }

    .blog .news__item-second{
        margin-block-start: unset;
    }

    .blog .news__item-third{
        margin-block-start: 150px;
    }

    .blog .news__item-fourth{
        margin-block-start: 92px;
    }

    .news__item .btn{
        margin-top: 32px;
    }
}

.news__container--mobile {
    display: none;
}

@media (max-width: 1023px) {
    .news {
        padding: 0 8px 96px 8px;
        gap: 24px;
    }

    .news__title {
        font-size: 40px;
        line-height: 47.21px;
        text-align: left;
        display: flex;
        flex-direction: column;
        gap: 6px;
    }

    .news__title-accent {
        font-size: 40px;
        line-height: 37.46px;
    }

    .news__item {
        transform: unset !important;
    }

    .news__item-info-container {
        margin-block-start: 16px;
        padding-block-end: 32px;
        gap: 16px;
        border: unset;
    }

    .news__item-button-block {
        border-block-start: 1px solid #cfcfce;
    }

    .news__item-text {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -moz-box;
        -moz-box-orient: vertical;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        line-clamp: 3;
        box-orient: vertical;
    }

    .news__item-title {
        /*   overflow: hidden;
           text-overflow: ellipsis;
           display: -moz-box;
           -moz-box-orient: vertical;
           display: -webkit-box;
           -webkit-line-clamp: 2;
           -webkit-box-orient: vertical;
           line-clamp: 2;
           box-orient: vertical;*/
        font-size: 24px;
        line-height: 32px;
    }

    .custom-slide {
        display: flex !important;
        flex-direction: column;
        justify-content: space-between;
    }

    .news__container{
        flex-direction: column;
        gap: 32px;
    }

    .news__item-info-container{
        border-bottom: 1px solid #CFCFCE;
    }

    .news__container-start, .news__container-finish{
        gap: 32px;
    }

    .news__item-link.btn{
        margin-block-start: 32px;
    }

    .news__item-image {
        block-size: 200px;
    }

    .news__item-third{
        inline-size: 100%;
        margin-block-start: 0;
    }

    .news__item-second{
        margin-block-start: 0;
        width: 100%;
    }

    .news__item-fourth{
        margin-block-start: 0;
        width: 100%;
    }

    .blog .news__item-first{
        inline-size: 100%;
        margin-block-start: 0;
    }

    .blog .news__item-second{
        margin-block-start: 0;
        width: 100%;
    }

    .blog .news__item-third{
        inline-size: 100%;
        margin-block-start: 0;
    }

    .blog .news__item-fourth{
        margin-block-start: 0;
        width: 100%;
    }
}

.news {
    margin-bottom: 64px;
}

.news-title {
    margin-top: 32px;
}

@media (max-width: 1439px) {
    .news{
        margin-top: 64px;
    }
}

@media (max-width: 1023px) {
    .news {
        margin-bottom: 0;
    }
}

.news-pagination{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 40px;
}

.news-title a{
    color: #CFCFCE;
}

.news-title a:hover{
    color: #CB272B;
}
/* End */
/* /local/templates/wine/components/bitrix/breadcrumb/main/style.css?1761045561240 */
/* /local/templates/wine/components/bitrix/news/blog/bitrix/news.list/.default/style.css?17610455618739 */
