.photo-albums-list{
    display: flex;
    flex-wrap: wrap;
}
div.inner-wrapper {
    margin-bottom: 40px;
}
.posters-item{
    color:inherit;
}
.aside-span-block .button-toggle{
    display: none;
    position: absolute;
    right: 20px;
    top: 17px;
    transition: .2s;
}
.aside-span-block a.button-toggle.open{
    transform: rotate(180deg);
}
@media (max-width:992px){
    .aside-container{
        margin-left: auto;
        margin-right: auto;
    }
    #actual-topics, #news-feed,#tables{
        display: none;
    }
    .photo-album_big tr, .photo-album_big td{
        display: block;
    }
    div.photo-album-img div.tool{
        position: relative;
    }
}
@media (max-width: 768px){
    div.vk_widjet{
        margin-bottom: 200px;
    }
}
@media (max-width: 576px){
    #actual-topics-main .aside-block{
        display: none;
    }
    .aside-span-block .button-toggle{
        display: block;
    }
    #actual-topics-main .aside-block > a{
        display: block;
        text-align: left;
    }
    #actual-topics-main .aside-block > a:after{
        display: none;
    }
    .photo-album_big .photo-album-img .outer {
        width: 330px!important;
        height: 350px!important;
    }
    .photo-album_big .photo-album-img .tool{
        height: 335px!important;
    }
    .photo-album_big .photo-album-cover{
        width:300px!important;
        height: 300px!important;
    }
    .photo-photo-list{
        display: flex;
        flex-wrap: wrap;
    }
    .photo-photo-list > table {
        flex: 0 0 50%;
    }
    .photo-photo-item-inner{
        text-align: center;
    }
    .photo-albums-list .photo-album{
        width:50%;
    }
    .photo-albums-list table, .photo-albums-list tbody, .photo-albums-list tr, .photo-albums-list td{
        width: 100%!important;
    }
    div.photo-albums-list tr {
        height: auto!important;
    }
    .photo-albums-list .outer,.photo-albums-list .photo-album-cover{
        width: auto!important;
    }
    .photo-albums-list .photo-album-info-name, .photo-albums-list .photo-album-info-name a{
        width: auto!important;
    }
    .photo-albums-list div.empty{
        display: none;
    }
}
