﻿
.news-slide-section .swiper {
    padding: 0 14px;
}

.news-slide-section .news .news-img-wrapper .icon {
    position: absolute;
    width: 56px;
    height: 56px;
    bottom: 8px;
    left: 7px;
}

    .news-slide-section .news .news-img-wrapper .icon svg {
        width: 56px;
        height: 56px;
        fill: white;
    }

.news-slide-section .news:hover .news-img-wrapper .icon svg {
    fill: #c30000;
}


.news-slide-section .link {
    width: 100%;
    display: flex !important;
    justify-content: center;
    padding: 0;
    padding: 0 0 32px;
}

    .news-slide-section .link.desktop-only {
        display: none !important;
    }

    .news-slide-section .link .button-see-more {
        color: #242424;
        font-size: 18px;
        font-weight: bold;
        line-height: 22px;
        text-decoration: none;
        margin-top: 20px;
    }

        .news-slide-section .link .button-see-more svg.arrow {
            stroke: #242424;
        }

@media (min-width: 768px) {

    .news-slide-section .swiper {
        padding: 0 1.683% 25px;
    }

        .news-slide-section .swiper .swiper-wrapper {
            display: grid;
            grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
            row-gap: min(calc((65 / 1366) * 100vw), 65px);
        }

            .news-slide-section .swiper .swiper-wrapper .swiper-slide {
                width: 100% !important;
                margin: 0 !important;
                padding-left: 6px;
                padding-right: 6px;
            }

                .news-slide-section .swiper .swiper-wrapper .swiper-slide:nth-child(1) {
                    grid-column: 1 / span 3;
                    justify-self: flex-start;
                    padding-left: 0;
                    padding-right: 12px
                }

                .news-slide-section .swiper .swiper-wrapper .swiper-slide:nth-child(2) {
                    grid-column: 4 / span 3;
                    justify-self: flex-end;
                    padding-right: 0;
                    padding-left: 12px;
                }

                .news-slide-section .swiper .swiper-wrapper .swiper-slide:nth-child(3) {
                    grid-column: 1 / span 2;
                    justify-self: flex-start;
                    padding-left: 0;
                    padding-right: 12px
                }

                .news-slide-section .swiper .swiper-wrapper .swiper-slide:nth-child(4) {
                    grid-column: 3 / span 2;
                    justify-self: center;
                }

                .news-slide-section .swiper .swiper-wrapper .swiper-slide:nth-child(5) {
                    grid-column: 5 / span 2;
                    justify-self: flex-end;
                    padding-right: 0;
                    padding-left: 12px;
                }

    /* Large News */
    .news-slide-section .swiper-slide:nth-child(1) .news .news-img-wrapper,
    .news-slide-section .swiper-slide:nth-child(2) .news .news-img-wrapper {
        margin-bottom: 20px;
    }

        .news-slide-section .swiper-slide:nth-child(1) .news .news-img-wrapper .news-img,
        .news-slide-section .swiper-slide:nth-child(2) .news .news-img-wrapper .news-img {
            width: 100%;
            /*max-height: 365px;*/
            min-height: unset;
        }

        .news-slide-section .swiper-slide:nth-child(1) .news .news-img-wrapper .icon,
        .news-slide-section .swiper-slide:nth-child(2) .news .news-img-wrapper .icon {
            left: 27px;
            bottom: 23px;
        }

    .news-slide-section .swiper-slide:nth-child(1) .news .text-wrapper .news-title,
    .news-slide-section .swiper-slide:nth-child(2) .news .text-wrapper .news-title {
        font-size: 36px;
        line-height: 42px;
    }

    /* Small News */
    .news-slide-section .swiper-slide:nth-child(3) .news .news-img-wrapper,
    .news-slide-section .swiper-slide:nth-child(4) .news .news-img-wrapper,
    .news-slide-section .swiper-slide:nth-child(5) .news .news-img-wrapper {
        width: 100%;
        /*max-height: 239px;*/
        min-height: unset;
    }

        .news-slide-section .swiper-slide:nth-child(3) .news .news-img-wrapper .news-img,
        .news-slide-section .swiper-slide:nth-child(4) .news .news-img-wrapper .news-img,
        .news-slide-section .swiper-slide:nth-child(5) .news .news-img-wrapper .news-img {
            width: 100%;
            /*max-height: 239px;*/
            min-height: unset;
        }

        .news-slide-section .swiper-slide:nth-child(3) .news .news-img-wrapper .icon,
        .news-slide-section .swiper-slide:nth-child(4) .news .news-img-wrapper .icon,
        .news-slide-section .swiper-slide:nth-child(5) .news .news-img-wrapper .icon {
            left: 17px;
            bottom: 17px;
        }


    .news-slide-section .swiper-slide:nth-child(3) .news .text-wrapper .news-title,
    .news-slide-section .swiper-slide:nth-child(4) .news .text-wrapper .news-title,
    .news-slide-section .swiper-slide:nth-child(5) .news .text-wrapper .news-title {
        font-size: 24px;
        line-height: 28px;
    }

    .news-slide-section .news .text-wrapper {
        padding: 0;
    }

    .news-slide-section .news:hover .text-wrapper .news-title,
    .news-slide-section .news:hover .text-wrapper .news-subtitle {
        color: #c30000 !important;
    }

    /* News Color Section */

    .newslist .news-color-section.black {
        padding-top: 49px;
        margin-bottom: 46px;
        padding-left: 23px;
        padding-right: 23px;
    }
}
