/* Shared Yandex RTB placements for articles, knowledge base pages and clinics. */
.vp-rtb-slot {
    clear: both;
    display: block;
    width: 100%;
    max-width: 800px;
    min-width: 0;
    margin: 38px auto;
}

.vp-rtb-slot__label {
    display: block;
    margin: 0 0 8px;
    color: #7b827a;
    font-size: 12px;
    font-weight: 500;
    line-height: 1.35;
    letter-spacing: 0.04em;
    text-align: center;
    text-transform: uppercase;
}

.vp-rtb-slot__target {
    width: 100%;
    min-height: 250px;
}

.article__main > .vp-rtb-slot--after-content,
.article__main > .vp-rtb-slot--knowledgebase-after-content {
    margin-top: 44px;
    margin-bottom: 28px;
}

.vp-clinic-single__content > .vp-rtb-slot--clinic-after-details {
    max-width: 100%;
    margin: 0;
}

@media (max-width: 640px) {
    .vp-rtb-slot {
        margin-top: 28px;
        margin-bottom: 28px;
    }

    .vp-clinic-single__content > .vp-rtb-slot--clinic-after-details {
        margin: 0;
    }
}
