.banner_filter {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 12px;
    margin-bottom: 13px;
}

a.ads-block, a.ads-block img {
    display: block;
    width: 100%;    
}
.mt-ads {
    margin-top: 12px;
}
.mb-ads {
    margin-bottom: 12px;
}
.mt-6px-ads {
    margin-top: 12px;
}
.mb-6px-ads {
    margin-bottom: 12px;
}

.text-banner {
    min-height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #0E35EA;
    font-family: Inter;
    font-size: 16px!important;
    font-style: normal;
    font-weight: 900;
    line-height: 20px!important;
    background-color: #FFF1E4;
}
.text-banner.blue {
    color: #0E35EA;
}
.text-banner.red {
    color: #C00E0E;
}
.tr-banner {
    height: 30px!important;
    max-height: 30px;
}
.tr-banner >td, .tr-banner + tr > td{
    border-top: 0px!important;
}

@media (max-width: 604px) {
    .banner_filter {
        grid-template-columns: repeat(1, 1fr);
    }
}