.ad-slot {
    width: 100%;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(67, 78, 110, 0.12);
    background: #fff;
}

.ad-slot__link {
    display: block;
    line-height: 0;
}

.ad-slot__image {
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.ad-slot__html5-wrap {
    width: 100%;
    min-height: 180px;
}

.ad-slot__html5 {
    width: 100%;
    min-height: 180px;
    border: 0;
}

.ad-slot--placeholder .ad-slot__placeholder {
    min-height: 180px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #69759b;
    background: repeating-linear-gradient(
        45deg,
        #eef2ff,
        #eef2ff 14px,
        #e6ecff 14px,
        #e6ecff 28px
    );
    font-weight: 600;
    padding: 20px;
}
