/* Center the loader */
#loader {
    position: absolute;
    left: 60%;
    top: 30%;
    z-index: 4;
    width: 150px;
    height: 150px;
    margin: -75px 0 0 -75px;
    border: 16px solid #f3f3f3;
    border-radius: 50%;
    border-top: 16px solid #3498db;
    -webkit-animation: spin 2s linear infinite;
    animation: spin 2s linear infinite;
    display: none;
}

@-webkit-keyframes spin {
    0% { -webkit-transform: rotate(0deg); }
    100% { -webkit-transform: rotate(360deg); }
}

@keyframes spin {
    0% { transform: rotate(0deg); }
    100% { transform: rotate(360deg); }
}

.loader-blocker {
    z-index: 3;
    height: 100%!important;
    width: 100%!important;
    background-color: rgba(255, 255, 255, 0.7)!important;
    position: absolute!important;
    display: none;
}

#mobileshow { 
    display: none; 
}
.sidebar__news_mobile {
    display: none;
}
.sidebar__news-title.sidebar__news-title_mobile {
    display: none;
}
@media screen and (max-width: 320px) {
    .main-page__section_mobile {
        width: 100%;
    }
}
@media screen and (max-width: 376px) {
    .sidebar__news_mobile .sidebar__news-item {
        height: 460px;
    }
}
@media screen and (min-width: 321px) and (max-width: 1024px) {
    .main-page__section_mobile {
        width: 80%;
    }
}
@media screen and (min-width: 376px) and (max-width: 1024px) {
    .sidebar__news_mobile .sidebar__news-item {
        height: 880px;
    }
}
@media screen and (max-width: 1024px) {
    #mobileshow { 
        display: block;
        padding-bottom: 20px;
        padding-left: 10px;
        padding-right: 10px;
        overflow-x: scroll;
        overflow-y: hidden;
        white-space: nowrap;
    }
    #mobileshow .sidebar__art-item {
        display: inline-block;
        width: 242px;
        min-height: 240px;
        white-space: initial;
    }
    #mobileshow .sidebar__art-item .sidebar__art-item-bg {
        height: 164px;
        display: block;
    }
    #mobileshow .sidebar__art-item .sidebar__art-item-text {
        display: block;
        width: 240px;
        text-align: center;
    }
    .ads_separator {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .ads_upper {
        margin-bottom: -20px!important;
    }
    .padding__bottom__0px { 
        padding-bottom: 0px!important;
    }
    .sidebar__news-title.sidebar__news-title_mobile {
        display: block;
        position: inherit;
    }
    .main-page__section_mobile {
        margin-left: auto;
        margin-right: auto;
    }
    .sidebar__news_mobile {
        display: block;
    }
}