/* Donor RTB strip: 90% / max 1000px — no carousel */
.menu-clear {
    clear: both;
    height: 0;
    line-height: 0;
    font-size: 0;
}

.yandex-rtb-wrap {
    width: 90%;
    max-width: 1000px;
    margin: 15px auto 25px auto;
    display: block;
    text-align: center;
    overflow: hidden;
}

.yandex-rtb-slot {
    width: 100%;
    min-height: 90px;
    line-height: normal;
    overflow: hidden;
    text-align: center;
}

.yandex-rtb-slot iframe {
    display: block;
    max-width: 100%;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 768px) {
    .yandex-rtb-wrap {
        width: 94%;
        margin: 8px auto 12px auto;
    }

    .yandex-rtb-slot {
        min-height: 60px;
    }
}
