#module .xl-content_2.NY_big,
#module .xl-content_3.NY_big,
#module .xl-content_5.NY_big,
#module .xl-content_4.NY_big {
    padding: 0;
    overflow: hidden;
}

#module .xl-content_2.NY_big .NY_big_img,
#module .xl-content_3.NY_big .NY_big_img,
#module .xl-content_5.NY_big .NY_big_img,
#module .xl-content_4.NY_big .NY_big_img {
    text-align: left;
    justify-content: left;
}

#module .xl-content_2.NY_big .NY_big_text,
#module .xl-content_3.NY_big .NY_big_text,
#module .xl-content_5.NY_big .NY_big_text,
#module .xl-content_4.NY_big .NY_big_text {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

#module .swiper-container.swiper2 .swiper-wrapper {
    width: 100% !important;
    text-align: left;
}

#module .swiper3 .swiper-pagination {
    position: relative;
    background: #353535;
    display: flex;
    bottom: 0;
    width: 100%;
    flex-direction: row;
    padding: 0;
    margin: 0;
}

#module .swiper3 .swiper-button-next,
#module .swiper3 .swiper-button-prev {
    background-color: #0f0f0f85;
}

#module .swiper3 .swiper-pagination-bullet {
    width: 50%;
    border-radius: 0;
    height: auto;
    font-family: Gilroy;
    font-weight: bold;
    font-size: var(--font-size-25);
    color: #FFFFFF !important;
    border: none;
    margin: 0;
    line-height: 3;
    opacity: 1;
    background: #353535;
    text-align: center;
}

#module .swiper3 .swiper-pagination-bullet-active {
    background: #222222;
}


@media screen and (max-width: 1920px) {

    #module .xl-content_2.NY_big .NY_big_img a img,
    #module .xl-content_3.NY_big .NY_big_img a img,
    #module .xl-content_5.NY_big .NY_big_img a img,
    #module .xl-content_4.NY_big .NY_big_img a img {
        width: 90%
    }
}



@media screen and (max-width: 768px) {


    #module .swiper-button-next,
    #module .swiper-button-prev {
        width: 5.208vw !important;
        height: 5.208vw !important;
    }


}

@media screen and (max-width: 480px) {

    #module .xl-content_2.NY_big .NY_big_img,
    #module .xl-content_3.NY_big .NY_big_img,
    #module .xl-content_5.NY_big .NY_big_img,
    #module .xl-content_4.NY_big .NY_big_img {
        width: 100%;
    }

    #module .xl-content_2.NY_big .NY_big_text,
    #module .xl-content_3.NY_big .NY_big_text,
    #module .xl-content_5.NY_big .NY_big_text,
    #module .xl-content_4.NY_big .NY_big_text {
        padding-bottom: 5.5vw;
    }
}