.gallery-container__models {
    gap: 34px;
    justify-content: center;
}

.gallery-swiper__cont {
    height: 300px;
}

/* .swiper-gallery .swiper-wrapper {
    justify-content: center;
} */

/* ********* $BANNER ********* */

.banner__mob-img {
    display: none;
}

.banner-bg {
    margin: 0;
    padding: 0;

    background: none;

    padding: 29px 0 30px;
}

.banner__desk-img {
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;

    width: 100%;
    height: 100%;

    object-fit: cover;

    display: block;
}

.banner-container {
    width: max-content;

    margin-left: auto;
}

/* _________ */