

/* Start:/local/templates/wine/components/bitrix/news.list/main-banner/style.css?17610455615457*/
.banner {
    padding: 148px 24px 0;
}

.banner-title {
    position: absolute;
    z-index: 1;
    overflow: hidden;
}

.banner-title .anime {
    opacity: 0;
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
    transform: translateY(100px);
    top: 30px;
    position: relative;
}

.banner-title .anime.show {
    transform: translateY(0);
    opacity: 1;
    top: 0;
}

.banner-title__span {
    display: inline-block;
    font-size: 136px;
    font-weight: 500;
    line-height: 160.5px;
    letter-spacing: -0.04em;
    text-transform: uppercase;
}

@media (max-width: 1919px) {
    .banner-title__span {
        font-size: 112px;
        line-height: 140.89px;
    }
}

@media (max-width: 1439px) {
    .banner-title__span {
        font-size: 80px;
        line-height: 94.41px;
    }
}

@media (max-width: 1023px) {
    .banner-title__span {
        font-size: 44px;
        line-height: 51.93px;
    }

    .banner {
        padding: 88px 8px 0;
    }
}

.banner-title__span:not(:first-child) {
    margin-block-start: -18px;
}

.banner-title__span-accent {
    font-family: var(--font-family-accent), serif;
    color: var(--color-accent);
    font-size: 136px;
    font-weight: 400;
    line-height: 127.37px;
    letter-spacing: -0.02em;
}

@media (max-width: 1919px) {
    .banner-title__span-accent {
        font-size: 112px;
        line-height: 140.89px
    }
}

@media (max-width: 1439px) {
    .banner-title__span-accent {
        font-size: 80px;
        line-height: 100%;
    }
}

@media (max-width: 1023px) {
    .banner-title__span-accent {
        font-size: 44px;
        line-height: 41.21px;
        letter-spacing: -2px;
    }
}

.banner-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 182px;
    margin-block-start: 82px;
    margin-left: 182px;
}

.banner-text {
    inline-size: 608px;
    font-weight: 400;
    line-height: 28.32px;
    margin-block-start: 499px;
}

@media (max-width: 1919px) {
    .banner-container {
        gap: 8px;
        margin-left: 142px;
    }

    .banner-text {
        margin-block-start: 448px;
        inline-size: 448px;
        font-size: 20px;
        line-height: 23.6px;
    }
}

.banner-text:after {
    content: "";
    display: block;
    margin-block-start: 30px;
    height: 1px;
    width: 74%;
    border-top: 1px solid #cfcfce;

    opacity: 0;
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
    transform: translateY(300px);
    top: 30px;
    position: relative;
}

@media (max-width: 1439px) {
    .banner-text {
        margin-block-start: 320px;
        inline-size: 320px;
        font-size: 16px;
        line-height: 18.88px;
    }

    .banner-text:after {
        margin-block-start: 24px;
    }

    .banner-container {
        gap: 8px;
        margin-left: 100px;
    }
}

.banner-text span {
    opacity: 0;
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
    transform: translateY(300px);
    top: 30px;
    position: relative;
}

.banner-text span.show {
    transform: translateY(0);
    opacity: 1;
    top: 0;
}

.banner-text.show:after {
    transform: translateY(0);
    opacity: 1;
    top: 0;
}

.banner-media-container {
    inline-size: 924px;
    block-size: 1024px;
    overflow: hidden;
    border-radius: 32px;
}

@media (max-width: 1919px) {
    .banner-media-container {
        inline-size: 684px;
        block-size: 835px;
        min-width: 684px;
    }
}

@media (max-width: 1439px) {
    .banner-media-container {
        inline-size: 488px;
        block-size: 544px;
        min-width: 488px;
    }
}

.banner-media {
    inline-size: 100%;
    block-size: 100%;
    position: relative;
}

.banner-media .video {
    /* left: -55.1%;*/
    width: 100%;
}

.banner-media__button-play {
    position: absolute;
    background-color: transparent;
    border: none;
    padding: 0;
    inset: 0;
    margin: auto;
    z-index: 1;
}

.banner-media__button-play:hover {
    cursor: pointer;
}

.banner-media__button-play_image {
    inline-size: 88px;
    block-size: 88px;
    fill: none;
}

@media (max-width: 1023px) {
    .banner-container {
        align-items: flex-end;
        flex-direction: column;
        margin-block-start: 0px;
        margin-left: 0;
    }

    .banner-text {
        margin-block-start: 160px;
        inline-size: 267px;
    }

    .banner-media-container {
        inline-size: 100%;
        block-size: 512px;
        min-width: unset;
        margin-top: 40px;
    }

    .banner-media__button-play svg {
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        position: absolute;
    }

    .banner-media {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .video {
        position: unset;
        width: 100%;
        aspect-ratio: 9 / 16;
    }

    .banner-media .banner-media__button-play {
        display: none;
    }

    .banner-media video {
        pointer-events: none;
    }
}

.banner-media .banner-media__button-play {
    display: none;
}

.banner-media video {
    pointer-events: none;
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/actions/style.css?17610455615734*/
.actions {
    display: flex;
    padding: 100px 24px 0px;
}

.actions__container {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.actions__item {
    display: block;
    position: relative;
}

.actions__item:hover {
    cursor: pointer;
}

.actions__item:hover .actions__item-link {
    color: #82191B;
}

.actions__item-first {
    padding: 322px 0 0 790px;
    padding: 18% 0px 0px 42%;
}

.actions__item-second {
    padding: 53px 0 0 12px;
    padding: 2.5% 0 0 0.5%;
}

.actions__item-third {
    display: flex;
    justify-content: end;
    padding: 314px 0 0 0;
    padding: 17% 0 0 0;
}

.actions__item-href {
    text-decoration: none;
    inline-size: 608px;
    display: flex;
    flex-direction: column;
}

.actions__item-first .actions__item-href {
    inline-size: 450px;
}


.actions__item-image {
    block-size: 500px;
    inline-size: 450px;
    overflow: hidden;
    position: absolute;
    border-radius: 32px;
}

.actions__item .btn{
    margin-top: 40px;
}

@media (max-width: 1919px) {
    .actions__item-image {
        block-size: 360px;
        inline-size: 330px;
    }

    .actions__item-second {
        margin-top: 110px;
    }
}

@media (max-width: 1439px) {
    .actions__item-image {
        block-size: 264px;
        inline-size: 236px;
    }

    .actions__item .btn{
        margin-top: 32px;
    }
}


.actions__item-first .actions__item-image {
    top: 28px;
    left: 158px;
}

.actions__item-second .actions__item-image {
    top: -213px;
    right: -12px;
    right: 110px;
}

.actions__item-third .actions__item-image {
    top: 64px;
    left: 632px;
    /*inline-size: 608px;*/
}

@media (max-width: 1919px) {
    .actions__item-third .actions__item-image {
        top: 145px;
        left: 160px;
        inline-size: 448px;
    }
}

@media (max-width: 1439px) {
    .actions__item-href {
        inline-size: 320px;
    }

    .actions__item-first .actions__item-image {
        left: 80px;
    }

    .actions__item-first .actions__item-href {
        inline-size: 236px;
    }

    .actions__item-second .actions__item-image {
        top: -100px;
    }

    .actions__item-third .actions__item-image {
        inline-size: 320px;
        block-size: 264px;
        top: 135px;
        left: 100px;
    }

    .actions__item-third .actions__item-href {
        inline-size: 600px;
        padding-right: 184px;
        padding-left: 96px;
    }
}

.actions__item-image img {
    transition: 1s ease-in-out;
    block-size: 100%;
    inline-size: 100%;
    object-fit: cover;
}

.actions__item-number {
    line-height: 28.32px;
    text-align: left;
    color: #9c9c9c;
}

.actions__item-title {
    font-family: var(--font-family-accent), serif;
    font-size: 49px;
    font-weight: 400;
    line-height: 56px;
    text-align: left;
    margin-block-start: 72px;
    padding-block-end: 24px;
    border-block-end: 1px solid #cfcfce
}

.actions__item-text {
    font-weight: 400;
    line-height: 28.32px;
    text-align: left;
    margin-block-start: 24px;
    color: #5C5C5B;
}

@media (max-width: 1919px) {
    .actions__item-number {
        font-size: 20px;
        line-height: 23.6px;
    }

    .actions__item-title {
        margin-block-start: 56px;
        font-size: 40px;
        line-height: 48px;
    }

    .actions__item-text {
        line-height: 28.32px;
        font-size: 20px;
    }
}

@media (max-width: 1439px) {
    .actions__item-number {
        font-size: 16px;
        line-height: 18.88px;
    }

    .actions__item-title {
        margin-block-start: 40px;
        font-size: 32px;
        line-height: 40px;
    }

    .actions__item-text {
        font-size: 16px;
        line-height: 18.88px;
    }
}

.actions__item-href--mobile {
    display: none;
}

@media (max-width: 1023px) {
    .actions__item-href--mobile {
        display: unset;
    }

    .actions {
        padding: 72px 8px 0px;
        padding-bottom: 96px;
    }

    .actions__container {
        width: 100%;
        transform: unset !important;
    }

    .actions__item-href {
        inline-size: 100%;
        display: flex;
        flex-direction: row;
        gap: 60px;
    }

    .actions__item-first {
        padding: unset;
    }

    .actions__item-second {
        padding: unset;
    }

    .actions__item-third {
        padding: unset;
    }

    .actions__item-image {
        position: unset;
        inline-size: 267px;
        block-size: 296px;
    }

    .actions__item-href-container {
        /*    min-width: 267px;
            max-width: 267px;*/
    }

    .actions__item-href-container .actions__item-number {
        display: none;
    }

    .actions__item-title {
        margin-block-start: 64px;
        font-size: 28px;
        line-height: 32px;
    }

    .actions__item {
        transform: unset !important;
        padding-top: 40px;
        border-top: 1px solid rgb(207, 207, 206);
        margin-top: 56px;
    }

    .actions__item-third .actions__item-href {
        inline-size: 100%;
        padding: 0;
    }

    .actions__item-third .actions__item-image {
        position: unset;
        inline-size: 267px;
        block-size: 296px;
    }

    .actions__item-image {
        transform: unset !important;
    }
}


.btn.actions__item-link:hover {
    color: #fff;
}

@media (max-width: 1439px) {
    .btn {
        padding: 16px 24px;
        font-size: 16px;
        line-height: 18.88px;
    }
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/featured-project/style.css?17610455615252*/
.featured-projects {
    color: #fff;
    contain: paint;
    position: relative
}

.container-featured {
    margin: 0;
    will-change: transform
}

.overlay {
    background: #1e1d1c;
    bottom: 0;
    left: 0;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    visibility: hidden;
    z-index: 1
}

.featured-project {
    background: #fff;
    height: 177.6vw;
    padding: 27.4666666667vw 0;
    position: relative
}

@media (min-width: 601px) {
    .featured-project {
        contain: paint;
        cursor: pointer;
        height: 100vh;
        padding: 0
    }

    .featured-project:first-child .content {
        top: 0
    }

    .featured-project:first-child .content, .featured-project:last-child .content {
        height: 200vh;
    }

    .content {
        height: 300vh;
        left: 0;
        position: absolute;
        right: 0;
        top: -100vh;
        z-index: 2
    }

    .sticky {
        align-items: center;
        display: flex;
        height: 100vh;
        position: sticky;
        top: 0
    }
}

.info {
    position: absolute
}

@media (max-width: 1023px) {
    .info {
        left: 5.3333333333vw;
        right: 13.3333333333vw;
        top: 22.6666666667vw
    }
}

@media (min-width: 601px) {
    .info {
        left: 8.1944444444vw;
        width: 41.6666666667vw
    }
}

@media (max-width: 600px) {
    .category {
        font-size: 24px;
        font-weight: 500;
        line-height: 28.32px;
        text-align: left;
    }
}

@media (min-width: 601px) {
    .category {
        font-size: 24px;
        font-weight: 500;
        line-height: 28.32px;
        text-align: left;
    }
}

.title {
    font-size: 88px;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.04em;
    text-align: left;
    margin-top: 16px;
    text-transform: uppercase;
}

@media (max-width: 1919px) {
    .title {
        font-size: 64px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -0.04em;
        text-align: left;
    }
}

@media (max-width: 1439px) {
    .title {
        font-size: 48px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -0.04em;
        text-align: left;
        margin-top: 8px;
    }
}

@media (max-width: 1023px) {
    .title {
        font-size: 40px;
        font-weight: 500;
        line-height: 100%;
        letter-spacing: -0.04em;
        text-align: left;
    }
}

.cover {
    will-change: transform
}

.cover, .cover:before {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cover:before {
    /*background: linear-gradient(1turn, rgba(0, 0, 0, .4) 25%, rgba(0, 0, 0, .1) 65%);*/
    content: "";
    z-index: 1
}

.cover .picture {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0
}

.cover .picture img {
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: bottom;
    object-position: bottom;
    block-size: 155%;
    inline-size: 100%;
}

@media (max-width: 1919px) {
    .cover .picture img{
        block-size: 155%;
    }
}

.video {
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
    object-fit: cover;
    right: 0;
    top: 0
}

.thumbnail, .video {
    position: absolute;
    height: 100%;
}

@media (max-width: 600px) {
    .thumbnail {
        height: 92vw;
        left: 5.3333333333vw;
        right: 5.3333333333vw;
        top: 61.3333333333vw;
        width: 89.3333333333vw
    }
}

@media (min-width: 601px) {
    .thumbnail {
        height: 30.0694444444vw;
        /*left: 56.7361111111vw;*/
        left: 60%;
        width: 29.0277777778vw
    }
}


.sticky .picture img {
    border-radius: 32px;
}

@media (max-width: 1919px) {
    .picture img {
        width: 448px;
        height: 448px;
    }

    .category {
        font-size: 20px;
        line-height: 23.6px;
    }

    .title {
        font-size: 64px;
        line-height: 75.53px;
    }
}

@media (max-width: 1439px) {
    .picture img {
        width: 320px;
        height: 320px;
    }

    .category {
        font-size: 16px;
        line-height: 18.88px;
    }

    .title {
        font-size: 48px;
        line-height: 56.65px;
    }
}

@media (max-width: 1023px) {
    .featured-projects {
        top: unset !important;
    }

    .picture img {
        width: 359px;
        height: 359px;
    }

    .category {
        font-size: 16px;
        line-height: 18.88px;
    }

    .title {
        font-size: 40px;
        line-height: 47.21px;
    }

    .thumbnail {
        left: 50% !important;
        transform: translateX(-50%) !important;
        width: 359px !important;
    }

    .featured-project {
        position: relative !important;
        top: -1px !important;
        height: 177.6vw !important;
    }
}

.featured-project {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 0;
}

.page.loaded.close {
    overflow: unset!important;
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/history/style.css?17610455614608*/
.history {
    display: flex;
    flex-direction: column;
    padding: 120px 24px 0;
    gap: 38px;
    background-color: #fff;
    z-index: 1;
    position: sticky;
}

.history__info-container {
    display: flex;
    flex-direction: row;
}

.history__info-container-start {
    inline-size: 50%;
    display: flex;
    justify-content: start;
}

.history__title {
    position: absolute;
    z-index: 1;
    overflow: hidden;

    font-size: 88px;
    font-weight: 500;
    line-height: 88px;
    letter-spacing: -0.04em;
    text-align: left;
    text-transform: uppercase;
}

.history__title .anime {
    opacity: 0;
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
    transform: translateY(100px);
    top: 30px;
    position: relative;
}

.history__title__span {
    display: flex;
    overflow: hidden;
}

.history.visible .history__title .anime.show {
    transform: translateY(0);
    opacity: 1;
    top: 0;
}

.history__title-accent {
    margin-block-start: 13px;
    font-family: var(--font-family-accent), serif;
    color: var(--color-accent);
    font-size: 88px;
    font-weight: 400;
    line-height: 82.41px;
    letter-spacing: -0.04em;
    text-align: left;
}

.history__link{
    margin-top: 40px;
}

@media (max-width: 1919px) {
    .history__title {
        font-size: 64px;
        line-height: 64px;
    }

    .history__title-accent {
        font-size: 64px;
        line-height: 59.94px;
    }
}

@media (max-width: 1439px) {
    .history__title {
        font-size: 48px;
        line-height: 51px;
    }

    .history__title-accent {
        font-size: 48px;
        line-height: 44.95px;
    }

    .history__link{
        margin-top: 32px;
    }
}

.history__info-container-finish {
    inline-size: 50%;
    display: flex;
    justify-content: end;
}

.history__description {
    inline-size: 608px;
    display: flex;
    flex-direction: column;
    margin-inline-end: 158px;
}

.history__description-picture {
    margin-block-start: 17px;
    inline-size: 450px;
    block-size: 500px;
    object-fit: cover;
    border-radius: 32px;
}

.history__description-text {
    margin-block-start: 72px;
    font-weight: 400;
    line-height: 28.32px;
    text-align: left;
    padding-block-end: 40px;
    border-bottom: 1px solid #cfcfce;
}

.history__description-text span {
    opacity: 0;
    -webkit-transition: .75s ease-in-out;
    transition: .75s ease-in-out;
    transform: translateY(300px);
    top: 30px;
    position: relative;
}

.history.visible .history__description-text span.show {
    transform: translateY(0);
    opacity: 1;
    top: 0;
}

@media (max-width: 1919px) {
    .history__description {
        inline-size: 448px;
    }

    .history__description-picture {
        inline-size: 330px;
        block-size: 360px;
    }

    .history__description-text {
        font-size: 20px;
        line-height: 23.6px;
        margin-block-start: 48px;
    }
}

@media (max-width: 1439px) {
    .history__description {
        inline-size: 320px;
    }

    .history__description-picture {
        inline-size: 236px;
        block-size: 264px;
    }

    .history__description-text {
        font-size: 16px;
        line-height: 18.88px;
        margin-block-start: 40px;
    }

    .history__description--mobile {
        padding-top: 50px;
    }
}

@media (max-width: 1023px) {
    .history {
        padding: 96px 8px 0;
        padding-bottom: 96px;
    }

    .history__info-container {
        flex-direction: column;
    }

    .history__description {
        transform: unset !important;
        inline-size: 267px;
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        margin-inline-end: unset;
    }

    .history__info-container-start {
        inline-size: 100%;
    }

    .history__info-container-finish {
        inline-size: 100%;
    }

    .history__title {
        position: unset;
        font-size: 40px;
        line-height: 40px;
    }

    .history__description--mobile {
        width: 100%;
    }

    .history__description-picture {
        inline-size: 267px;
        block-size: 296px;
    }

    .history__description-text {
        margin-block-start: 32px;
        padding-block-end: 32px;
    }

    .history__title-accent {
        font-size: 40px;
        line-height: 37.46px;
        margin-block-start: 4px;
    }
}
/* End */


/* Start:/local/templates/wine/components/bitrix/news.list/news-list/style.css?17610455616586*/
.news {
    display: flex;
    flex-direction: column;
    gap: 72px;
    padding: 77px 24px 0;
    background-color: #fff;
    z-index: 1;
    position: sticky;
    padding-bottom: 0!important;
    margin-bottom: 0!important;
}

.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;
}

.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;
    }
}

@media (max-width: 1439px) {
    .news {
        padding: 0 24px 0;
    }

    .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;
    }

    .news__item .btn{
        margin-top: 32px;
    }
}

.news__container--mobile {
    display: none;
}

@media (max-width: 1023px) {
    .news {
        padding: 0 8px 96px 8px;
        margin-bottom: 90px!important;
        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__container {
        display: none;
    }

    .news__container--mobile {
        display: flex;
    }

    .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;
    }
}
/* End */
/* /local/templates/wine/components/bitrix/news.list/main-banner/style.css?17610455615457 */
/* /local/templates/wine/components/bitrix/news.list/actions/style.css?17610455615734 */
/* /local/templates/wine/components/bitrix/news.list/featured-project/style.css?17610455615252 */
/* /local/templates/wine/components/bitrix/news.list/history/style.css?17610455614608 */
/* /local/templates/wine/components/bitrix/news.list/news-list/style.css?17610455616586 */
