.rennab-top
{
    width: 100%;
    overflow: hidden;
    position: relative;
    height: 90px;
    z-index: 10;
    background: #2b2b2b url(images/loading.gif) no-repeat center center;
}

.rennab-top__stub
{
    position: absolute;
}

.rennab-top__collapse
{
    position: absolute;
    right: 7px;
    top: 7px;
    z-index: 3;
    width: 20px;
    height: 20px;
    display: inline-block;
    background: #fff url(images/cross-small.svg) no-repeat center center;
    text-align: center;
    border-radius: 50%;
}

.rennab-top__stub_visible_image2, .rennab-top__stub_visible_image3, .rennab-top__stub_visible_image4, .rennab-top__stub_visible_image5 {
    display: none;
}

.rennab-top__wrap
{
    position: absolute;
    z-index: 2;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.rennab-top__frame
{
    display: none;
    width: 100%;
    border: 0 none;
    overflow: hidden;
}

.adblock-disabled .rennab-top__frame
{
    display: block;
}

@media (max-width: 1400px) {
    .rennab-top__stub_visible_image2 {
        display: inline;
    }
}

@media (max-width: 1250px) {
    .rennab-top__stub_visible_image3 {
        display: inline;
    }
}

@media (max-width: 1000px) {
    .rennab-top__stub_visible_image4 {
        display: inline;
    }
}

@media (max-width: 760px) {
    .rennab-top__stub_visible_image5 {
        display: inline;
    }
}