html {
    height: 100%;
}

#all {
    min-height: 100%;
    position: relative;
    width: 100%;
}

body {
    height: 100%;
    font-family: Tahoma;
    margin: 0;
    font-size: .95rem;
    line-height: 100%;
    color: #333;
}

table {
    border: 0;
}

form {
    margin: 0;
    padding: 0;
}

a.bl:visited {
    color: #333;
    text-decoration: underline;
}

a.bl:link {
    text-decoration: underline;
    color: #333;
}

a.bl:active {
    text-decoration: none;
    color: red;
}

a.bl:hover {
    text-decoration: none;
    color: red;
}

a:visited {
    color: red;
    text-decoration: underline;
}

a:link {
    text-decoration: underline;
    color: red;
}

a:active {
    text-decoration: none;
    color: red;
}

a:hover {
    text-decoration: none;
    color: red;
}

a.none:visited {
    color: #333;
    text-decoration: none;
}

a.none:link {
    text-decoration: none;
    color: #333;
}

a.none:active {
    text-decoration: none;
    color: #000;
}

a.none:hover {
    text-decoration: none;
    color: #000;
}

h1 {
    font-size: 1.8em;
    margin-bottom: 5px;
}

h2 {
    font-size: 1.2em;
    margin-bottom: 5px;
}

hr {
    color: #aaa;
    border-color: #aaa;
    margin: 10px;
    margin-left: 0;
    margin-right: 0;
}

h1 {
    font-size: 1.8rem;
}

p, h1 {
    text-align: left;
}

.face_color {
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    margin-left: 20px;
    cursor: pointer;
    width: 100px;
    height: 100px;
}

.face {
    filter: grayscale(100%);
    transition: .5s;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50px;
    margin-left: 20px;
    cursor: pointer;
    width: 100px;
    height: 100px;
}

.face:hover {
    filter: grayscale(0);
}

.menu a {
    color: #333;
    font-size: .9rem;
}

.menu {
    margin-top: 20px;
    font-size: .9rem;
}

.menu li a {
    padding-right: 0;
}

a.button {
    text-decoration: none;
    color: #fff;
}

ul.pagination li a {
    color: #333;
}

.pagination .current {
    background: red;
    border-radius: 3px;
}

.footer {
    font-size: .85rem;
    line-height: 150%;
}

.footer-share {
    color: #666;
    margin-top: 5px;
    font-size: .8rem;
}

.search_form label {
    font-size: .8rem;
}

.found {
    text-align: right;
    padding-top: 3px;
    font-size: .85rem;
}

.tooltip {
    border-bottom: dotted 1px #8a8a8a;
    cursor: help;
}

.pagination_div {
    padding-top: 7px;
    padding-bottom: 7px;
    background: #ddd;
}

.sbtn {
    display: flex;
    flex-wrap: wrap;
}

.sbtn button {
    margin-bottom: 10px;
    width: 24px;
    height: 24px;
    margin-top: 10px;
    margin-right: 5px;
    border: 0;
    cursor: pointer;
}

.sbtn a:not(:last-child) {
    margin-right: 5px;
}

.sbtn .facebook {
    background: url(../img/icon/fb.png) no-repeat left top;
}

.sbtn .vkontakte {
    background: url(../img/icon/vk.png) no-repeat left top;
}

.sbtn .ok {
    background: url(../img/icon/ok.png) no-repeat left top;
}

.sbtn .twitter {
    background: url(../img/icon/twitter.png) no-repeat left top;
}

.sbtn .pinterest {
    background: url(../img/icon/pinterest.png) no-repeat left top;
}

.sbtn .mail {
    background: url(../img/icon/mail.png) no-repeat left top;
}

.sbtn .telegram {
    background: url(../img/icon/telegram.png) no-repeat left top;
}

.header_box {
    cursor: pointer;
    border: solid 1px #ccc;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 7px;
    line-height: 150%;
    margin-bottom: 10px;
}

.sidebar-position {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 100;
}

.sticky {
    height: 100%;
    margin-top: 5vh;
}

@media screen and (min-width: 64em) {
    #page-content {
        padding-right: 16.66667%;
    }
}

.submenu {
    list-style-type: none;
    padding-left: 15px;
}

.toggle-button {
    background: none;
    border: none;
    cursor: pointer;
    color: #000000;
}

.submenu-test {
    list-style-type: none;
    padding-left: 15px;
}

#page-content {
    padding-right: 16.66667%;
}

@media (max-width: 767px) {
    .desktop-sidebar {
        display: none;
    }

    #page-content {
        padding-right: 0%;
    }
}

@media (min-width: 768px) {
    .mobile-sidebar {
        display: none;
    }
}