.footer_slider {
    width: 490px;
    margin: 0 auto;
}

.gallery-thumbs {
    min-width: 100px;
    height: 450px;
}

.container_slider {
    display: flex;
}

.gallery-thumbs .swiper-wrapper .swiper-slide {
    height: 150px;
    overflow: hidden;
}

.gallery-thumbs .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.gallery-top {
    max-width: 1800px;
    overflow: hidden;
    height: 500px;
    margin-left: 10px;
}

.gallery-top .swiper-wrapper .swiper-slide img {
    max-width: 100%;
    height: 400px;
    width: 100% !important;
} 

.wiper-button-next{}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after{
    content: "\f0de";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    line-height: 30px;
}
.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after{
    content: "\f0dd";
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    color: #fff;
    font-size: 20px;
    line-height: 15px;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev{
    top: 20px;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    background: #727272;
    height: 20px;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next{
    top: auto;
    bottom: 0;
    left: 0;
    width: 100%;
    text-align: center;
    display: block;
    background: #727272;
    height: 20px;
}



@media(max-width: 767px) {
    .container_slider{
        display: block;
    }
    .footer_slider{
        width: 100%;
    }
    .gallery-top {
        height: 410px;
    }

    .gallery-thumbs .swiper-wrapper .swiper-slide {
        width: 100px;
        height: 80px;
    }

    .gallery-top {
        margin: 0;
    }
    .gallery-thumbs{
        height: 80px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev {
        top: 50%;
        left: 48%;
        width: 100%;
        text-align: center;
        display: block;
        background: #727272;
        height: 20px;
        right: auto;
        bottom: 0;
        transform: rotate(90deg);
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        transform: rotate(90deg);
        top: auto;
        bottom: 50%;
        left: auto;
        width: 100%;
        text-align: center;
        display: block;
        background: #727272;
        height: 20px;
        right: 48%;
    }
}