.ni-content.media{
    text-align: center;
}
.ni-content.media .media{
    display: inline-block;
}
.ni-content.media .media:first-child{
    margin-right: 10px;
}

/*Long pool*/
.sb-element.blogs.pool{
    overflow: unset;
}
.sb-element.blogs.pool .democracy{
    z-index: 1;
    background: #fff;
}
/*Long pool END*/
header.menu-open{
    z-index: 2;
}

.tabs__content input{
    -webkit-user-select: text; /* Chrome, Opera, Safari */
    -moz-user-select: text; /* Firefox 2+ */
    -ms-user-select: text; /* IE 10+ */
    user-select: text; /* Standard syntax */
}
