.hided_image {
    opacity: 0;
    line-height: 0px;
    max-height: 100%;
    max-width: 100%;
}
.banner_block {
    position: fixed;
    z-index: 99999999;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.in_banner_block {
    position: relative;
    z-index: 5;
}
.back_banner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
}
.hided_image img {
    max-width: 100%;
    max-height: 100%;
}
.banner_in {
    max-height: 100%;
    max-width: 100%;
    border-radius: 10px;
    filter: drop-shadow(0px 4px 30px rgba(0, 0, 0, 0.3));
}
.in_banner_block {
    position: relative;
    z-index: 5;
    max-height: 100%;
    max-width: 100%;
}
.close_banner {
    cursor: pointer;
    position: absolute;
    right: 24px;
    top: 24px;
    z-index: 3;
}
.back_banner {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    cursor: pointer;
}
.buttons_banner {
    position: absolute;
    right: 61px;
    top: 222px;
}
.buttons_banner a{display:block; margin-bottom:17px;}
@media (max-width: 600px){
.banner_in {
    max-height: 100%;
    max-width: 100%;
    background-size: 100% !important;
}
.in_banner_block {
    max-width: 320px;
}
.buttons_banner a:first-child img {
    max-height: 45px;
}
.buttons_banner a:last-child img {
    max-height: 40px;
}
.buttons_banner a {
    display: block;
    margin-bottom: 7px;
}
.buttons_banner {
    position: absolute;
    right: 25px;
    top: 145px;
}
}
