.banner_position__button {
    order: 3;
    margin-right: 56px;
}
.banner__button {
    font-size: 21px;
    font-weight: 500;
    height: 53px;
    display: flex;
    align-items: center;
    border-radius: 25px;
    padding: 0 35px;
}
.close_btn__wrapper {
    position: absolute;
    right: 15px;
    top: 10px;
    z-index: 99999;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    background: rgba(251, 251, 252, 0.4);
    display: flex;
    align-items: center;
    justify-content: center;
}
.branding_banner {
    max-height: 375px;
}
.branding_banner .banner_preloader {
    position: absolute;
    top: 0;
    width: 100%;
    display: flex;
    align-items: center;justify-content: center;
}
.branding_banner .banner_preloader img {
    opacity: 0.5;
    margin-top: 150px;
}
.img_banner_preloader {
    display: block;
    margin: 0 auto;
    padding-top: 50px;
}


