html {
    height: 100%;
}

#all {
    min-height: 100%;
    position: relative;
    width: 100%;
}

body {
    height: 100%;
    font-family: Tahoma;
    margin: 0px;
    font-size: 0.95rem;
    line-height: 100%;
    color: #333;
}

table {
    border: 0px
}

form {
    margin: 0px;
    padding: 0px;

}

a.bl:visited {
    color: #333;
    text-decoration: underline;
}

a.bl:link {
    text-decoration: underline;
    color: #333;
}

a.bl:active {
    text-decoration: none;
    color: #FF0000;
}

a.bl:hover {
    text-decoration: none;
    color: #FF0000;
}

a:visited {
    color: #FF0000;
    text-decoration: underline;
}

a:link {
    text-decoration: underline;
    color: #FF0000;
}

a:active {
    text-decoration: none;
    color: #FF0000;
}

a:hover {
    text-decoration: none;
    color: #FF0000;
}

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: 0px;
    margin-right: 0px;
}


h1 {
    font-size: 1.8rem;
}


p, h1 {
    text-align: left;
}

.face {
    filter: grayscale(100%);
    transition: 0.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: 0.9rem;
}

.menu {
    margin-top: 20px;
    font-size: 0.9rem;
}

.menu li a {
    padding-right: 0;
}

a.button {
    text-decoration: none;
    color: #fff;
}

ul.pagination li a {
    color: #333;
}

.pagination .current {
    background: #FF0000;
    border-radius: 3px;
}

.footer {
    font-size: 0.85rem;
    line-height: 150%;
}

.footer-share {
    color: #666;
    margin-top: 5px;
    font-size: 0.80rem
}

.search_form label {
    font-size: 0.8rem;
}

.found {
    text-align: right;
    padding-top: 3px;
    font-size: 0.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;
}

.plashka {
    cursor: pointer;
    border: solid 1px #ccc;
    font-size: 1.2rem;
    padding: 10px;
    border-radius: 7px;
    line-height: 150%;
    margin-bottom: 10px;
}