/* =========== © 2016 Centroarts.com =========== */

@import url(../fonts/font.css);

/* Сброс */

html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block
}

body {
    line-height: 1
}

ol,
ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none
}

table {
    border-collapse: collapse;
    border-spacing: 0
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

html,
html a {
    -webkit-font-smoothing: antialiased;
}

.wseditor table,
.bb-editor table {
    margin: 0px;
}


/* Настройка основной типографии */

body,
select,
input,
textarea,
button {
    font-family: "Segoe UI", "Roboto", "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
    /*"GothaPro", Arial, Helvetica, sans-serif;
    letter-spacing: 0.012em;*/
    color: #1a1a1a;
    outline: none;
    line-height: 1.5;
    font-size: 1rem;
}

a {
    outline: none;
    color: #4e8cda;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

a img {
    border: 0 none;
}

a>img {
    vertical-align: bottom;
}


/* Заголовки H1-6 */

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5 {
    margin: 2em 0 .8em 0;
    letter-spacing: -0.01em;
    line-height: 1.35em;
    font-weight: bold;
    text-rendering: optimizeLegibility;
}

h1,
.h1 {
    font-size: 1.9em;
}

h2,
.h2 {
    font-size: 1.5em;
}

h3,
.h3 {
    font-size: 1.4em;
}

h4,
.h4 {
    font-size: 1.2em;
}

h5,
.h5 {
    font-size: 1.1em;
}


/* Частые стили */

.strike {
    text-decoration: line-through;
}

.nobr {
    white-space: nowrap;
}

.hide {
    display: none;
}

.title_hide {
    left: -9999px;
    position: absolute;
    top: -9999px;
    overflow: hidden;
    width: 0;
    height: 0;
}

.uline {
    text-decoration: underline;
}

.strike {
    text-decoration: line-through;
}

.justify {
    text-align: justify;
}

.center {
    text-align: center;
}

.left {
    float: left;
}

.right {
    float: right;
}

fieldset {
    border: 1px solid rgba(0, 0, 0, 0.1);
    padding: 15px;
    margin-bottom: 1.5em;
}

fieldset legend {
    font-weight: bold;
}

.grey {
    color: #999;
}

.grey a {
    color: inherit;
}

.grey a:hover {
    color: #1a1a1a;
}

.green {
    color: #95c00e;
}

sup {
    vertical-align: super;
    font-size: smaller;
}

.over {
    display: inline-block;
    vertical-align: middle;
    max-width: 100%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

a .over {
    cursor: pointer;
}

.cover {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
    background-size: cover;
}

.list_unstyled {
    list-style: none;
    padding: 0;
    margin: 0;
}

.list_unstyled a {
    color: inherit;
}

.list_unstyled a:hover {
    text-decoration: none;
    color: #e05b37;
}

.sticky {
    position: fixed;
    top: 75px;
    width: 340px;
    margin-top: 0px;
}

.img-in-full{
	position:relative;
}

.image-counter {
position: absolute;
padding: 3px 5px;
left:0;
top:0;
color: #FFF;
font-size: 11px;
background-color: rgba(28, 9, 41, 0.2);
}


/* Настройка других элементов */

ul {
    padding-left: 40px;
    list-style: disc outside;
    margin-top: 1em;
    margin-bottom: 1em;
}

ol {
    padding-left: 40px;
    list-style: decimal outside;
    margin-top: 1em;
    margin-bottom: 1em;
}

.instagram-media,
.twitter-tweet {
    display: inline-block !important;
}

strong,
b {
    font-weight: bold
}

em,
cite,
i {
    font-style: italic
}

caption {
    text-align: left
}

th,
td {
    vertical-align: middle
}

small,
.small {
    font-size: .9em;
}

hr {
    height: 0;
    border: 0;
    border-top: 2px solid #eeeeef;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    margin: 20px 0;
}

.clr {
    clear: both
}

.clrfix:after {
    clear: both;
    content: "";
    display: table;
}


/* --- Деление на колонки --- */

@media only screen and (min-width: 701px) {
    .grid_1_2,
    .grid_1_4 {
        float: left;
        margin-right: 4%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .grid_1_2 {
        width: 48%;
    }
    .grid_1_4 {
        width: 22%;
    }
    .grid_last {
        margin-right: 0;
    }
}


/* --- Bootstrap --- */


/* DropDown Меню и формы */

.dropdown {
    /*   position: relative;*/
}

.dropdown-menu,
.dropdown-form {
    min-width: 160px;
    padding: 12px 0;
    border-radius: 2px;
    margin-top: 5px !important;
    display: none;
    z-index: 99;
    position: absolute;
    box-shadow: 0 8px 40px -10px rgba(0, 0, 0, 0.3);
    border: 1px solid #e6e6e6;
    border-color: rgba(0, 0, 0, 0.1);
    background-clip: padding-box;
    background-color: #fff;
}

.dropdown-menu {
    list-style: none;
    margin: 0;
}

.dropdown-form {
    padding: 40px;
}


/*.dropdown-menu.dot:before,
.dropdown-form.dot:before {
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    margin: -11px 0 0 -11px;
    width: 22px;
    height: 22px;
    border-radius: 50%;
    background-color: #fff;
}*/


/* DropMenu */

.dropdown-menu li a {
    height: 1%;
    padding: 5px 20px;
    border: 0 none;
    display: block;
    white-space: nowrap;
    text-decoration: none;
    color: inherit;
}

.dropdown-menu li a:hover {
    background-color: #e05b37;
    color: #fff;
}

.open .dropdown-menu,
.open .dropdown-form {
    display: block;
}


/* Expand & Collapse */

.fade {
    opacity: 0;
    -webkit-transition: opacity 0.15s linear;
    transition: opacity 0.15s linear;
}

.fade.in {
    opacity: 1;
}

.collapse {
    overflow: hidden;
    height: 0;
    width: 0;
    display: inline-block;
}

.collapse.in {
    display: block;
    width: auto;
    height: auto;
}

.collapsing {
    position: relative;
    height: 0;
    overflow: hidden;
    -webkit-transition: height 0.35s ease;
    transition: height 0.35s ease;
}


/* --- Работа вкладок --- */

.tab-content>.tab-pane {
    display: none;
}

.tab-content>.active {
    display: block;
}


/* --- Иконки --- */

.icon {
    display: inline-block;
    width: 32px;
    height: 32px;
    fill: #1a1a1a;
    vertical-align: middle;
}

.icon-logo {
    width: 40px;
    height: 40px;
}

.icon-vk {
    width: 10px;
    height: 1em;
}

.icon-tw {
    width: 14px;
    height: 1em;
}

.icon-fb {
    width: 8px;
    height: 1em;
}

.icon-gp {
    width: 18px;
    height: 1em;
}

.icon-ya {
    width: 7px;
    height: 1em;
}

.icon-od {
    width: 10px;
    height: 1em;
}

.icon-mail {
    width: 16px;
    height: 1em;
}

.icon-coms {
    width: 17px;
    height: 16px;
}

.icon-view {
    width: 17px;
    height: 15px;
}

.icon-author {
    width: 13px;
    height: 14px;
}

.icon-reply {
    width: 17px;
    height: 15px;
}

.icon-compl {
    width: 17px;
    height: 9px;
}

.icon-del {
    width: 13px;
    height: 13px;
}

.icon-loc,
.icon-phone {
    width: 21px;
    height: 27px;
}

.icon-login {
    width: 34px;
    height: 38px;
}

.icon-login_m,
.icon-sort_m {
    width: 24px;
    height: 26px;
}

.icon-sort {
    width: 30px;
    height: 31px;
}

.icon-arrow_left,
.icon-arrow_right {
    width: 12px;
    height: 21px;
}

.icon-left,
.icon-right {
    width: 36px;
    height: 21px;
}


/* --- Базовые слои --- */

body {
    /*background: #eee;*/
    background: #eee url(../images/bg.gif) repeat;
}

.wrp {
    max-width: 1200px;
    margin: 0 auto;
}


/* --- Структура --- */

.body {
    background-color: #fff;
    border-radius: 8px;
    overflow: hidden;
    position: relative;
}

#header:after {
    clear: both;
    content: "";
    display: table;
}

#body_left {
    width: 80px;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
}

#body_left:before {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 13px;
    height: 100%;
    border-right: 1px solid rgba(0, 0, 0, 0.06);
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
    background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
    background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
    background-image: linear-gradient(left, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.03) 100%);
}

.body_right {
    width: 100%;
}

.structure:after {
    clear: both;
    content: "";
    display: table;
}

.structure {
    width: 100%;
}

.str_right {
    float: right;
    max-width: 340px;
    width: 32.26%;
}

.str_left {
    float: left;
    /* width: 67.74%;*/
    width: calc(100% - 340px);
    width: -webkit-calc(100% - 340px);
}


/* --- Шапка сайта --- */

.body_left_in {
    position: relative;
    z-index: 21;
}

@media only screen and (min-width: 701px) {
    /* .headfix #header,
    .headfix .greenmenu {
        position: fixed;
        top: 0;
    }*/
}

#header {
    /* margin-bottom: 25px;*/
}

#header,
#header_menu {
    height: 80px;
}

.header {
    width: 100%;
    height: 0;
    z-index: 22;
   /* position: absolute;
    left: 0;
    top: 0;*/
}

.header .midside {
    height: 0;
}

.topmenu {
    background-color: #F09812;
    border-radius: 0 0 2px 2px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    position: relative;
    z-index: 15;
}

#header_menu {
    padding: 0 25px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}


/* Кнопка включения меню */

#mobile_menu_btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 40px;
    height: 80px;
    text-transform: lowercase;
    white-space: nowrap;
    border: 0 none;
    background-color: transparent;
    color: #fff;
    padding: 5px;
    text-align: center;
    border-right: 1px solid rgba(255, 255, 255, 0.1)
}

#mobile_menu_btn>*,
#mobile_menu_btn {
    cursor: pointer;
}

.menu_toggle {
    display: inline-block;
    vertical-align: middle;
    width: 18px;
    height: 18px;
    margin: -2px 6px;
    position: relative;
}

.menu_toggle>i {
    height: 2px;
    width: 100%;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.mt_1 {
    margin-top: 2px;
}

.mt_2 {
    margin-top: 8px;
}

.mt_3 {
    margin-top: 14px;
}

.menu_toggle__title {
    display: none;
}

.mobile-menu_open #mobile_menu_btn .mt_1 {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.mobile-menu_open #mobile_menu_btn .mt_2 {
    opacity: 0;
}

.mobile-menu_open #mobile_menu_btn .mt_3 {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* Логотип */

.logotype {
    white-space: nowrap;
    color: #fff;
    text-decoration: none !important;
    display: flex;
    align-items: center;
    justify-content: space-around;
    height: 80px;
}

.logotype img {
    max-height: 100%;
    height: auto;
}

.logotype .logo_title {
    margin: 0 0 0 18px;
    font-size: 20px;
    line-height: 34px;
    font-weight: normal;
}

.logotype .icon-logo {
    fill: #fff;
}


/* Меню в Шапке */

#top_menu {
    margin: 0 25px;
    flex: 1 auto;
    white-space: nowrap;
    text-align: center;
    cursor: default;
}

#top_menu>a {
    text-decoration: none !important;
    display: inline-block;
    color: #fff;
    position: relative;
    z-index: 2;
    padding: 10px 3%;
    opacity: .8;
}

#top_menu>a:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -5px 0 0 -5px;
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #fff;
    overflow: hidden;
    opacity: 0;
}

@-webkit-keyframes sun {
    0% {
        margin: -5px 0 0 -5px;
        width: 10px;
        height: 10px;
        opacity: 0;
    }
    50% {
        margin: -50px 0 0 -50px;
        width: 100px;
        height: 100px;
        opacity: .15;
    }
    100% {
        margin: -80px 0 0 -80px;
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}

@keyframes sun {
    0% {
        margin: -5px 0 0 -5px;
        width: 10px;
        height: 10px;
        opacity: 0;
    }
    50% {
        margin: -50px 0 0 -50px;
        width: 100px;
        height: 100px;
        opacity: .15;
    }
    100% {
        margin: -80px 0 0 -80px;
        width: 160px;
        height: 160px;
        opacity: 0;
    }
}

#top_menu>a:hover {
    z-index: 1;
    opacity: 1;
}

#top_menu>a:hover:after {
    -webkit-animation: sun .3s ease;
    animation: sun .3s ease;
}

#top_menu>a.active {
    cursor: default;
    opacity: 1;
}

#top_menu>a.active:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 100%;
    width: 4px;
    height: 4px;
    margin: -2px 0 0 -2px;
    border-radius: 50%;
    background-color: #fff;
}

#top_menu>a.active:after {
    display: none;
}


/* Авторизация */

#login_pane {
    list-style: none;
    padding: 0;
    margin: 0;
}

#login_pane>li>.btn-border {
    border-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    white-space: nowrap;
}

#login_pane>li>.btn-border:hover {
    border-color: #fff;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: inset 0 0 0 2px rgba(255, 255, 255, 0.2);
}

#login_pane>li>.btn-border .over {
    max-width: 120px;
    margin-top: -2px;
}

#login_pane>li>.btn-border>.pm_num {
    margin-top: -3px;
    vertical-align: middle;
    display: inline-block;
}

.pm_num {
    font-size: 11px;
    background-color: #fff;
    border-radius: 10px;
    min-width: 12px;
    height: 12px;
    line-height: 13px;
    margin: -2px -14px 0 12px;
    padding: 4px;
    color: #F09812;
    text-align: center;
    vertical-align: middle;
}


/* Форма входа */

#login_pane .dropdown-form {
    text-align: center;
    left: 50%;
    padding: 39px;
    margin-left: -150px;
    width: 220px;
}

.dropdown-form .soc_links {
    margin: 0;
}

.dropdown-form .soc_links>a {
    margin-bottom: 20px;
}

.login_form {
    list-style: none;
    padding: 0;
    margin: 0;
    border-bottom: 1px solid #efefef;
}

.login_form>li {
    border-top: 1px solid #efefef;
    display: block;
    position: relative;
}

.login_form>li>label {
    display: none;
}

.login_form>li>input {
    border: 0 none;
    padding: 19px;
    padding-left: 23px;
    border-radius: 0;
    background-color: transparent;
    width: 100%;
    height: 60px;
}

.login_form>li>.icon {
    position: absolute;
    left: 3px;
    top: 50%;
    margin: -7px 0 0 0;
    height: 14px;
    width: 1em;
}

.login_form>li.login_input-btn>input {
    padding-right: 65px;
}

.login_form>li.login_input-btn>.btn {
    position: absolute;
    right: 0;
    top: 50%;
    margin-top: -18px;
    padding: 0;
    width: 54px;
}

.login_form__foot {
    text-align: left;
    margin-top: 20px;
}


/* При успешной авторизации */

.dropdown-form.logged:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 99px;
    z-index: -1;
}

.login_pane__info .avatar {
    margin: 12px 0;
}

.login_pane__menu {
    list-style: none;
    padding: 0;
    margin: 25px 0;
    text-align: left;
    border-bottom: 1px solid #efefef;
}

.login_pane__menu li a {
    color: inherit;
    text-decoration: none !important;
    padding: 14px 0;
    display: block;
    border-top: 1px solid #efefef;
}

.login_pane__menu li a:hover {
    color: #F09812;
}

.login_pane__foot {
    text-align: left;
}

.login_pane__foot .plus_icon {
    margin: -3px 5px 0 0;
}


/* Меню Категорий */

@media only screen and (min-width: 601px) {
    #cat_menu {
        float: left;
        width: 13%;
        position: relative;
        z-index: 10;
        margin-top: 105px;
    }
    .cat_menu a,
    .cat_menu a:after {
        -webkit-transition: all ease .22s;
        transition: all ease .22s;
    }
    .cat_menu a {
        display: block;
        padding: 6% 10px;
        color: #5a5a5a;
        text-decoration: none !important;
        position: relative;
    }
    .cat_menu a:hover {
        color: #F09812;
    }
    .cat_menu a:before,
    .cat_menu a:after {
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        bottom: 0;
        background-color: #5a5a5a;
        width: 0;
        height: auto;
    }
    .cat_menu a:hover:after {
        width: 5px;
        background-color: #F09812;
    }
    .cat_menu a.active {
        cursor: default;
        color: inherit;
    }
    .cat_menu a.active:after {
        display: none;
    }
    .cat_menu a.active:before {
        width: 5px;
    }
}

.cat_menu ul {
    display: block;
    margin: 0;
    padding: 0;
    list-style: none;
}

.cat_menu ul ul {
    padding-left: 10px;
}


/* Мы в Соц.сетях */

#cat_menu .soc_links {
    padding: 0 25px;
    margin-top: 35px;
}

.soc_links {
    display: flex;
    justify-content: space-between;
}

.soc_links>a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #bababa;
    text-align: center;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}

.soc_links>a:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.soc_links>a>.icon {
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.soc_vk:hover {
    background-color: #5486ca;
}

.soc_tw:hover {
    background-color: #60bbf5;
}

.soc_fb:hover {
    background-color: #4268ca;
}

.soc_gp:hover {
    background-color: #de553a;
}

.soc_ya:hover {
    background-color: #ff0000;
}

.soc_od:hover {
    background-color: #ff7800;
}

.soc_mail:hover {
    background-color: #006cff;
}


/* --- Поиск --- */

.q_search {
    position: relative;
    margin-top: 22px;
}

.q_search>input {
    width: 100%;
    height: 36px;
    line-height: 22px;
    padding: 7px 72px 7px 18px;
    border-radius: 18px;
    background-color: #dfdfdf;
    display: block;
    border: 0 none;
    box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.q_search>input:focus {
    background-color: #fff;
    box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
}

.q_search>.btn {
    width: 36px;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.q_search .icon-search {
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    width: 16px;
    height: 16px;
}

.q_search .q_search_adv {
    position: absolute;
    right: 0;
    top: 0;
    margin-right: 36px;
    width: 36px;
    height: 36px;
}

.q_search .icon-set {
    width: 16px;
    height: 16px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -8px 0 0 -8px;
    fill: #737373;
}

.q_search .q_search_adv:hover .icon-set {
    fill: #F09812;
}


/* Сортировка новостей */

#sort {
    position: relative;
}

.sortbtn_open #sort_drop {
    display: block;
}

.sort {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sort_label {
    text-transform: uppercase;
    margin-bottom: 25px;
    display: block;
}

.sort>li a {
    display: block;
    padding: 14px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
}

.sort>li a:hover {
    color: #fff;
}

.sort>li.asc a:after,
.sort>li.desc a:after {
    content: "";
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAA4CAMAAADU8BjBAAAATlBMVEUAAAD///////////////////////////////////////////////////////////////////////////////////////////////////+QlxstAAAAGXRSTlMA8AMPk52hmo2p7JHuhPneiAX0CoF3btuv+lnAWwAAANZJREFUOMvd1EkWgyAQBNBSEg1gnDL2/S+aKE3qmZYLWAt49F9SAGaKoYsT9hLlm3GXwkJhl2TNwakGcGur4fFP99C/HdrlHDeUZh6VqCllkR5DmpxISWTGQ9SUssgVOGVL21l0B9QYCs0IzQjNCM0IzQiNYoxici4Kbm1XKrZrqjDWe1J7vQErjay5FIRmhGaEZoVGMUaxRrFGietaedqYu+US1dme6FSghGwDepUfZQvwKiS1Fq6ZX0+AtNilm72DhsSnVyAchqZ+ocFC/i7uhc5vi/0BLrc3Rm37p04AAAAASUVORK5CYII=);
    float: right;
    margin: 4px 0 0 .4em;
    width: 13px;
    height: 14px;
    background-position: 0 -14px;
    -webkit-background-size: 13px auto;
    background-size: 13px auto;
}

.sort>li.asc a:after {
    background-position: 0 0;
}


/* Кнопка наверх */


/*.upper {
    position: absolute;
    left: 0;
    width: 13%;
    text-align: center;
}*/

#upper {
    display: block;
    margin: 0 auto;
    border-radius: 50%;
    width: 64px;
    height: 64px;
    background-color: #d7d7d7b3;
    cursor: pointer;
    display: none;
    position: fixed;
    z-index: 999;
    text-align: center;
    bottom: 30px;
    right: 30px;
}

#upper .icon {
    width: 20px;
    height: 32px;
    fill: #ededed;
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -16px 0 0 -10px;
}

#upper:hover {
    background-color: #f09812b3;
}

#upper:hover .icon {
    fill: #fff;
}


/* --- Футер --- */

#footer {
    border-top: 1px solid #e7e7e7;
    padding: 50px 0;
}


/* Меню в футере */

.foot_menu {
    list-style: none;
    padding: 0 0 0 50px;
    margin: 0 0 50px 0;
}

.foot_menu:after,
.foot:after,
.footer:after {
    clear: both;
    display: table;
    content: "";
}

.foot_menu>li {
    float: left;
    width: 20%;
    padding-right: 50px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.foot_menu>li>b {
    display: block;
    margin-bottom: 1em;
    text-transform: uppercase;
}

.foot_menu>li>b>i {
    display: none;
}

.foot_menu>li nav>a {
    color: #999;
    display: block;
    padding: .2em 0;
    text-decoration: none !important;
}

.foot_menu>li nav>a:hover {
    color: inherit;
}

@media only screen and (min-width: 991px) {
    .foot_menu>li>div {
        display: block !important;
        height: auto !important;
        width: auto !important;
    }
}


/* Копирайты */

.footer {
    padding: 0 50px;
    font-size: .9em;
}

.copyright {
    float: left;
}


/* CENTROARTS */

.ca {
    float: right;
    white-space: nowrap;
}

a.ca * {
    cursor: pointer;
}

.ca>span {
    width: 40px;
    height: 40px;
    float: left;
    background-color: #e7e7e7;
    border-radius: 50%;
    margin-right: 15px;
    -webkit-transition: background-color ease .7s;
    transition: background-color ease .7s;
}

.ca:hover>span {
    background-color: #1a1a1a;
}

.ca>span>.icon {
    fill: #fff;
    width: 25px;
    height: 14px;
    margin: 13px 0 0 9px;
}

.ca>div {
    float: left;
}

.ca>div>b {
    display: block;
    text-transform: uppercase;
}

.ca>.icon {
    margin: -.2em .8em 0 0;
    width: 30px;
    height: 17px;
    fill: #cbcbcb;
}

.ca:hover>.icon {
    fill: #838383;
}


/* Нижняя часть шаблона */

.foot {
    padding-top: 30px;
    font-size: .9em;
}

.counters {
    list-style: none;
    margin: 0;
    padding: 0;
    float: right;
}

.counters>li {
    float: left;
    margin-left: 8px;
    opacity: .5;
    height: 31px;
}

.counters>li:first-child {
    margin-left: 0;
}

.counters>li:hover {
    opacity: 1;
}


/* Мы в Соц.сетях */

.soc_links {
    display: flex;
    justify-content: space-between;
}

.soc_links>.title {
    text-transform: uppercase;
    padding: 7px 0;
    margin-right: 25px;
}

.soc_links>a {
    display: inline-block;
    width: 26px;
    height: 26px;
    line-height: 26px;
    border-radius: 50%;
    background-color: #bababa;
    text-align: center;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}

.soc_links>a:hover {
    -webkit-transform: scale(1.3, 1.3);
    transform: scale(1.3, 1.3);
}

.soc_links>a>.icon {
    fill: #fff;
    vertical-align: middle;
    margin: -3px 0 0 0;
}

.soc_vk:hover {
    background-color: #5486ca;
}

.soc_tw:hover {
    background-color: #60bbf5;
}

.soc_fb:hover {
    background-color: #4268ca;
}

.soc_gp:hover {
    background-color: #de553a;
}

.soc_ya:hover {
    background-color: #ff0000;
}

.soc_od:hover {
    background-color: #ff7800;
}

.soc_mail:hover {
    background-color: #006cff;
}


/* --- Верхние блоки --- */


/* Карусель */

.carousel {
    position: relative;
    padding-top: 53.6%;
    margin-bottom: 0;
    overflow: hidden;
    width: 100%;
}

.carousel-inner {
    position: absolute;
    overflow: hidden;
    width: 100%;
    left: 0;
    top: 0;
    bottom: 0;
}

.carousel-inner>.item {
    display: none;
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    -webkit-transition: 0.6s ease-in-out left;
    transition: 0.6s ease-in-out left;
}

.carousel-inner>.item>.cover {
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
}

.carousel-inner>.item>img,
.carousel-inner>.item>a>img {
    line-height: 1;
    vertical-align: top;
}

.carousel-inner>.active,
.carousel-inner>.next,
.carousel-inner>.prev {
    display: block;
}

.carousel-inner>.active {
    left: 0;
}

.carousel-inner>.next,
.carousel-inner>.prev {
    position: absolute;
    top: 0;
    width: 100%;
}

.carousel-inner>.next {
    left: 100%;
}

.carousel-inner>.prev {
    left: -100%;
}

.carousel-inner>.next.left,
.carousel-inner>.prev.right {
    left: 0;
}

.carousel-inner>.active.left {
    left: -100%;
}

.carousel-inner>.active.right {
    left: 100%;
}

.carousel .slide_prev,
.carousel .slide_next {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100px;
    z-index: 4;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.carousel .slide_next {
    right: 0;
}

.carousel .slide_prev {
    margin-left: -60px;
    opacity: 0;
}

.carousel .slide_next {
    margin-right: -60px;
    opacity: 0;
}

.carousel:hover .slide_prev {
    margin-left: 0;
    opacity: .6;
}

.carousel:hover .slide_next {
    margin-right: 0;
    opacity: .6;
}

.carousel .slide_prev:hover,
.carousel .slide_next:hover {
    opacity: 1;
}

.carousel .slide_next .icon,
.carousel .slide_prev .icon {
    position: absolute;
    fill: #fff;
    top: 50%;
}

.carousel .slide_next .icon {
    right: 0;
    margin: -10px 50px 0 0;
}

.carousel .slide_prev .icon {
    margin: -10px 0 0 50px;
}

.carousel-caption {
    position: absolute;
    left: 50%;
    top: 50%;
    display: table;
    width: 70%;
    height: 260px;
    margin: -130px 0 0 -35%;
    z-index: 3;
    color: #fff;
}

.carousel-caption_in {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}

.carousel-caption .title {
    font-weight: bold;
    letter-spacing: -.03em;
    font-size: 2.9em;
    line-height: 1.3em;
}

.carousel-caption .text {
    font-size: 1.6em;
}


/* Новости в Рэндоме */

#topside {
    position: relative;
}

#topside_right {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
}

.bignews {
    position: relative;
    width: 100%;
    height: 100%;
}

.bignews a,
.bignews .item_bg {
    display: block;
    width: 100%;
    height: 100%;
}

.bignews a {
    color: #fff;
    text-decoration: none;
}

.bignews .item {
    position: relative;
    display: block;
    height: 50%;
    background: #1a1a1a;
    overflow: hidden;
}

.bignews .item_cont {
    font-size: 1.1em;
    z-index: 1;
    position: absolute;
    left: 0;
    bottom: 0;
    margin: 50px;
}

.bignews .item_bg {
    background-image: url(../images/nobignews.png);
    opacity: .8;
    -webkit-transition: all ease .6s;
    transition: all ease .6s;
}

.bignews a:hover .item_bg {
    opacity: .6;
}

.bignews .item .date {
    display: block;
    font-size: 1.2em;
}

.bignews .item .edit_btn {
    position: absolute;
    right: 0;
    top: 0;
    margin: 10px;
}

.bignews .edit_btn>a>i,
.bignews .edit_btn>a:after,
.bignews .edit_btn>a:before {
    background-color: #fff;
}


/* Хлебные крошки */

#breadcrumbs {
    padding: 28px 50px;
    line-height: 23px;
    color: #fff;
}

.speedbar {
    color: rgba(255, 255, 255, 0.6);
}

.speedbar a {
    color: #fff;
}


/* --- Правая колонка --- */

#rightside {
    position: relative;
    z-index: 1;
}

#mainside {
    position: relative;
}

.rightside_bg {
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    width: 32.26%;
    max-width: 340px;
    background: #fbfbfb;
}

.rightside_bg:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 1px;
    height: 100%;
    background: #e7e7e7;
    z-index: 1;
}

.rightside_bg:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 20%;
    background-image: -webkit-linear-gradient(top, #fbfbfb 0%, #fff 100%);
    background-image: -moz-linear-gradient(top, #fbfbfb 0%, #fff 100%);
    background-image: -o-linear-gradient(top, #fbfbfb 0%, #fff 100%);
    background-image: -ms-linear-gradient(top, #fbfbfb 0%, #fff 100%);
    background-image: linear-gradient(top, #fbfbfb 0%, #fff 100%);
}


/* Блок */

.block {
    margin: 25px 0;
    padding: 0 15px;
}

.block_sep {
    margin: 50px 0;
    height: 1px;
    width: 100%;
    background: #e7e7e7;
}

.block>h4.title {
    text-transform: uppercase;
}


/* Вкладки в блоках */

.block_tabs {
    list-style: none;
    height: 32px;
    padding: 2px;
    border-radius: 18px;
    margin-bottom: 25px;
    overflow: hidden;
    box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 1px 4px 0 rgba(0, 0, 0, 0.06);
    -webkit-box-shadow: 0 1px 0 0 rgba(255, 255, 255, 0.5), inset 0 1px 4px 0 rgba(0, 0, 0, 0.06);
    background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -moz-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: -ms-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
    background-image: linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
}

.block_tabs>li {
    float: left;
    width: 50%;
}

.block_tabs>li>a {
    text-align: center;
    display: block;
    height: 22px;
    line-height: 22px;
    padding: 5px;
    color: #999;
    text-decoration: none !important;
    text-transform: uppercase;
    border-radius: 16px;
    font-size: 11px;
    font-weight: bold;
}

.block_tabs>li.active>a {
    color: #a0c92c;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    background-image: -webkit-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background-image: -moz-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background-image: -o-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background-image: -ms-linear-gradient(top, #fff 0%, #f7f7f7 100%);
    background-image: linear-gradient(top, #fff 0%, #f7f7f7 100%);
}


/* Похожие, популярные, обсуждаемые */
.related-news{
    margin:0 auto;
max-width:50%;
}
.story_line {
    display: block;
    margin-top: 25px;
}

.story_line:after {
    clear: both;
    display: table;
    content: "";
}

.story_line .edit_btn {
    float: right;
}

.story_line .image {
    float: left;
    width: 100%;
    height: 160px;
    background-color: #fff;
    position: relative;
    box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.1);
}


/*
.story_line .image:after,
.story_line .image:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    border-radius: 50%;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0.2, 0.2);
    transform: scale(0.2, 0.2);
}

.story_line .image:before {
    margin: -25px 0 0 -25px;
    background-color: #95c00e;
    width: 50px;
    height: 50px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.story_line .image:after {
    margin: -10px 0 0 -10px;
    background-color: #fff;
    width: 20px;
    height: 20px;
    -webkit-transition: all ease .5s;
    transition: all ease .5s;
}

.story_line a:hover .image::after,
.story_line a:hover .image:before {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
}*/

.story_line>a {
    color: inherit;
    text-decoration: none !important;
}

.story_line>a * {
    display: block;
    cursor: pointer;
}

.story_line>a>div {
    overflow: hidden;
    opacity: .8;
}

.story_line>a:hover>div {
    opacity: 1;
}

.story_line .date {
    font-size: .8em;
    margin-bottom: .7em;
}

.story_line .title {
    text-align: center;
    font-weight: 700;
}


/* Опросы */

.vote_title {
    margin-top: 0;
}

.vote_more {
    margin: -.6em 0 1em 0;
    text-transform: lowercase;
}

.vote_list {
    margin: 1.5em 0;
}

.vote_list .vote,
.vote_list .pollanswer {
    margin: .6em 0 .2em 0;
}

.vote_list .vote>input,
.vote_list .pollanswer>input {
    display: none;
}

.vote_list .vote>input+label:before,
.vote_list .pollanswer>input+label:before {
    display: inline-block;
    width: 12px;
    height: 12px;
    border: 2px solid #c3c3c3;
    background-color: transparent;
    margin: -3px 4px 0 0;
    vertical-align: middle;
    cursor: pointer;
    content: "";
    border-radius: 2px;
}

.vote_list .vote>input[type="radio"]+label:before,
.vote_list .pollanswer>input[type="radio"]+label:before {
    border-radius: 50%;
}

.vote_list .vote>input+label:hover:before,
.vote_list .pollanswer>input+label:hover:before {
    border-color: #95c00e;
}

.vote_list .vote>input:checked+label:before,
.vote_list .pollanswer>input:checked+label:before {
    background-color: #ffde27;
    width: 8px;
    height: 8px;
    border: 4px solid #95c00e;
}

.vote_list .vote>input+label:before,
.vote_list .vote>input:checked+label:before,
.vote_list .pollanswer>input+label:before,
.vote_list .pollanswer>input:checked+label:before {
    -webkit-transition: border-color ease .2s;
    transition: border-color ease .2s;
}

.vote_votes,
.pollallvotes {
    font-size: .9em;
}

#dlevotespopupcontent {
    height: auto !important;
    overflow: visible !important;
}


/* Кнопка "Результаты опроса" */

.vote_result_btn {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    height: 40px;
    width: 40px;
    border-radius: 50%;
    outline: none;
    margin: 0 0 0 10px;
    padding: 0;
    box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: inset 0 1px 5px 0 rgba(0, 0, 0, 0.14);
    background-color: #f2f2f2;
}

.vote_result_btn>span {
    display: block;
    width: 18px;
    margin: 2px auto;
}

.vote_result_btn>span>i {
    display: block;
    height: 3px;
    width: 18px;
    border-radius: 2px;
    margin: 1px 0 3px 0;
    background: #1a1a1a;
    -webkit-transition: width ease .3s;
    transition: width ease .3s;
}

.vote_result_btn>span>i.vr_2 {
    width: 9px;
}

.vote_result_btn>span>i.vr_3 {
    width: 13px;
}

.vote_result_btn:hover>span>i.vr_1 {
    width: 6px;
}

.vote_result_btn:hover>span>i.vr_2 {
    width: 18px;
}

.vote_result_btn:hover>span>i.vr_3 {
    width: 15px;
}


/* Опросы в новости */

.poll_block {
    margin: 1.5em 0;
    padding: 1.5em;
    background-color: #f2f2f2;
    overflow: hidden;
}

.poll_block_in {
    margin: 0 auto;
    background-color: #fff;
    max-width: 400px;
    padding: 50px;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.14);
    border-radius: 4px;
}


/* Блок баннера */

.block>.banner {
    display: block;
    width: 100%;
    text-align: center;
}

.block>.banner img {
    max-width: 100%;
    vertical-align: top;
}


/* Популярные теги */

.tag_list>span {
    margin: 0 3px 3px 0;
}

.tag_list>span,
.tag_list>span>a {
    display: inline-block;
}

.tag_list>span>a {
    color: inherit;
    text-decoration: none !important;
    padding: 5px 10px;
    border-radius: 6px;
    background-color: #f0f0f0;
}

.tag_list>span>a:hover {
    background-color: #fff;
    color: #95c00e;
    position: relative;
    box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 3px 20px 0 rgba(0, 0, 0, 0.2);
}

.tags_more {
    margin-top: 1em;
}


/* Изменить оформление */

.change_skin {
    height: 40px;
    position: relative;
    background-color: #fff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    padding-left: 50px;
}

.change_skin>.title {
    padding: 9px 0;
    line-height: 22px;
    margin: 0;
    font-size: .9em;
    text-transform: uppercase;
}

.cs_colors {
    width: 16px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 50%;
    margin: -30px 0 0 20px;
}

.cs_colors>i {
    display: block;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    overflow: hidden;
    margin-top: 6px;
}

.cs_colors>i:first-child {
    margin-top: 0;
}

.cs_1 {
    background-color: #F09812;
}

.cs_2 {
    background-color: #95c00e;
}

.cs_3 {
    background-color: #ff485b;
}

.change_skin select {
    opacity: 0;
    height: 40px;
    width: 100%;
    border: 0 none;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
    cursor: pointer;
}

.change_skin .arrow {
    position: absolute;
    right: 0;
    top: 50%;
    margin: -1px 15px 0 0;
    width: 22px;
}

.change_skin .arrow:after,
.change_skin .arrow:before {
    content: "";
    position: absolute;
    width: 11px;
    height: 3px;
    background-color: #dedbdb;
    border-radius: 2px;
    -webkit-transition: all ease .3s;
    transition: all ease .3s;
}

.change_skin .arrow:after {
    margin-left: 7px;
}

.change_skin:hover .arrow:after,
.change_skin:hover .arrow:before {
    background: #1a1a1a;
}

.change_skin:hover .arrow:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.change_skin:hover .arrow:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


/* --- Новости --- */

.story {
    position: relative;
}

.story .title {
    margin: -.1em 0 .8em 0;
}

.story .title>a {
    color: inherit;
    text-decoration: none !important;
    -webkit-transition: color ease .2s;
    transition: color ease .2s;
}

.story .title>a:hover {
    color: #95c00e;
}

.story_top {
    margin-bottom: 1.5em;
    margin-top: -.8em;
}

.story_top .date {
    font-weight: bold;
    font-size: .86em;
}

.story>.text:after {
    content: "";
    display: block;
    clear: both;
}


.story>.text>img[style*="left"],
.story>.text>.highslide img[style*="left"] {
    margin: 4px 20px 20px 0;
}

.story>.text>img[style*="right"],
.story>.text>.highslide img[style*="right"] {
    margin: 4px 0 20px 20px;
}

.story img {
    max-width: 100%;
}



.story>.category,
.editdate {
    margin: 1.5em 0;
}

.story>.category>.icon {
    width: 17px;
    height: 9px;
    margin: -2px 8px 0 0;
    fill: #95c00e;
}


/* Редактировал... */

.editdate {
    font-family: Georgia, "Times New Roman", Times, serif;
    font-style: italic;
}


/* Иконки новости "В закладки" и "Редактировать" */

.story_icons {
    float: right;
    list-style: none;
    padding: 0;
    margin: 0 0 0 20px;
}

.story_icons>li {
    text-align: center;
    margin: 0 0 10px 0;
}

.fav_btn>a,
.edit_btn>a {
    display: inline-block;
    width: 30px;
    height: 26px;
    padding-top: 4px;
}

.fav_btn .icon {
    width: 19px;
    height: 26px;
    vertical-align: top;
}

.fav_btn .icon-fav {
    fill: #919191;
}

.fav_btn:hover .icon-fav {
    fill: #1a1a1a;
}

.fav_btn .icon-fav_del {
    fill: #ffde27;
}


/* Кнопка "Редактировать" */

.edit_btn>a {
    position: relative;
    overflow: hidden;
}

.edit_btn>a>i,
.edit_btn>a:after,
.edit_btn>a:before {
    padding-top: 3px;
    width: 19px;
    height: 0;
    background-color: #1a1a1a;
    overflow: hidden;
    display: block;
    border-radius: 2px;
    margin: 3px 0 0 6px;
    opacity: .4;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.edit_btn>a:before {
    margin-top: 2px;
}

.edit_btn>a:after,
.edit_btn>a:before {
    content: "";
}

.edit_btn>a:hover>i,
.edit_btn>a:hover:after,
.edit_btn>a:hover:before {
    opacity: 1;
}

.edit_btn>a:hover>i {
    margin-left: 0;
}


/* Вложения */

.attachment>a {
    color: inherit;
    display: block;
    margin: .4em 0;
}

.attachment>a>.icon {
    fill: #95c00e;
    width: 16px;
    height: 17px;
    margin: -.2em .6em 0 0;
}


/* Важная новость */

.fixed_label {
    font-size: 11px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 3px;
    padding: 4px 7px;
    background-color: #fcf5d1;
    color: #976318;
    margin-right: 1em;
}


/* Нижняя часть новости */

.story_tools {
    margin-top: 1.5em;
    position: relative;
    font-size: .9em;
}

.story_tools_in {
    float: left;
}

.story_tools_in:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    border-radius: 20px;
    height: 38px;
    border: 1px solid #eaeaea;
    z-index: 0;
}

.story_tools:after {
    content: "";
    display: block;
    clear: both;
}

.story_tools_in>.btn,
.story_tools_in>.rate {
    position: relative;
    z-index: 1;
    float: left;
}

.story_tools_in>.rate {
    margin: 2px 0 0 10px;
}

.story_tools_in>.btn {
    float: left;
}

.story_tools>.rate {
    float: left;
}

.story_tools .rate_stars {
    margin-top: 6px;
}

.rate_like>a,
.rate_like-dislike {
    float: left;
    height: 22px;
    line-height: 22px;
    padding: 6px 12px;
    text-decoration: none !important;
    font-weight: bold;
    color: #919191;
    -webkit-transition: all ease .2s;
    transition: all ease .2s;
}

.rate_like>a:hover {
    border-color: #F09812;
    color: #F09812;
}

.rate_like .icon {
    width: 16px;
    height: 15px;
    margin: -.2em .3em 0 0;
}

.rate_like-dislike>a {
    display: inline-block;
    width: 22px;
    height: 22px;
    text-align: center;
}

.rate_like-dislike>a .icon {
    width: 14px;
    height: 15px;
    fill: #787878;
    vertical-align: middle;
    margin: -.3em 0 0 0;
}

.rate_like-dislike>a:hover .icon {
    fill: #F09812;
}

.rate_like-dislike .ratingplus {
    color: #88c54d;
}

.rate_like-dislike .ratingminus {
    color: #e45757;
}

.rate_like-dislike>span {
    cursor: default;
    margin: 0 .3em;
}


/* Иконки Плюс и Минус */

.plus_icon,
.plus_icon>span {
    width: 15px;
    height: 15px;
}

.plus_icon {
    border: 4px solid transparent;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.plus_icon>span,
.plus_icon>span:before,
.plus_icon>span:after {
    overflow: hidden;
    text-indent: -9999px;
    white-space: nowrap;
    position: absolute;
    border-radius: 2px;
}

.plus_icon>span:before,
.plus_icon>span:after {
    background-color: #1a1a1a;
    content: "";
}

.plus_icon>span {
    left: 0;
    top: 0;
}

.plus_icon>span:after {
    left: 0;
    top: 0;
    width: 100%;
    height: 3px;
    margin-top: 6px;
}

.plus_icon>span:before {
    left: 0;
    top: 0;
    width: 3px;
    height: 100%;
    margin-left: 6px;
}

.plus_icon.minus>span:before {
    display: none;
}


/* Иконка подробнее */

.more_icon {
    height: 5px;
    width: 21px;
    margin-top: 8px;
    display: flex;
    justify-content: space-between;
}

.more_icon>i {
    float: left;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background-color: #fff;
}


/* Поделиться от Yandex */

.share {
    float: left;
    margin: 10px 0 0 10px;
}

.share a .ya-share2__badge {
    border-radius: 50%;
    background-color: #1a1a1a;
}

.share a:hover .ya-share2__badge {
    background-color: #95c00e;
}

.share .ya-share2__container_size_s .ya-share2__icon {
    width: 21px;
    height: 21px;
    background-size: 21px 21px;
}


/* Статистика новости */

.story_tools>.meta {
    margin: 11px 18px 0 0;
    float: right;
    position: relative;
    z-index: 1;
}

.meta:after {
    clear: both;
    display: table;
    content: "";
}

.meta {
    list-style: none;
    padding: 0;
    margin: 0;
}

.meta>li {
    display: inline;
    margin-left: 25px;
}

.meta>li:first-child {
    margin-left: 0;
}

.meta>li .icon {
    margin: -3px 8px 0 0;
}

.signature {
    font-size: .9em;
    opacity: .5;
    margin-top: .9em;
}


/* --- Постраничная навигация --- */

.navigation:after {
    clear: both;
    display: block;
    content: "";
}

.navigation {
    position: relative;
}

.pages {
    text-align: center;
    padding: 0 55px;
}

.pages>* {
    color: inherit;
    display: inline-block;
    position: relative;
    padding: 4px 4px;
    border: 3px solid transparent;
    min-width: 22px;
    height: 22px;
    line-height: 21px;
    border-radius: 18px;
    text-align: center;
    text-decoration: none !important;
    font-weight: bold;
}

.pages span {
    border-color: #e1e1e1;
}

.pages span.nav_ext {
    border-color: transparent !important;
}

.pages a:hover {
    border-color: #95c00e;
    color: #95c00e;
}

.page_next-prev {
    position: relative;
    height: 0;
}

.page_next-prev>span {
    position: absolute;
    top: 0;
}

.page_prev {
    left: 0;
    margin-left: -20px;
}

.page_next {
    right: 0;
    margin-right: -20px;
}

.page_next-prev>span>span {
    opacity: 0.5;
}

.page_next-prev>span>* {
    display: block;
    width: 36px;
    height: 28px;
    padding: 8px 20px 0 20px;
}

.page_next-prev>span .icon {
    fill: #1a1a1a;
}

.page_next-prev>span>a:hover .icon {
    fill: #95c00e;
}


/* Постраничная навигация в новости */

.splitnewsnavigation {
    margin: 1.5em 0;
    padding: 15px 0;
    font-weight: bold;
    border: 0 dashed #efefef;
    border-width: 2px 0;
    text-transform: uppercase;
}

.splitnewsnavigation>div {
    display: inline;
    margin-left: 1em;
}

.splitnewsnavigation a {
    color: inherit;
}

.splitnewsnavigation a,
.splitnewsnavigation span {
    padding: 6px 10px;
}

.splitnewsnavigation span {
    color: #95c00e;
}


/* --- Статические страницы --- */

.static_pages {
    margin-top: 1.5em;
    font-weight: bold;
}


/* --- Информация об ошибках --- */

.alert {
    background: #fcf6d2;
    padding: 20px 25px;
    margin-bottom: 25px;
    border-radius: 4px;
}


/* --- Комментарии --- */


/* Формы на UL */

ul.ui-form {
    list-style: none;
    padding: 0;
    margin: 0;
}

ul.ui-form>li {
    margin-bottom: 20px;
}

ul.ui-form>li:last-child {
    margin-bottom: 0;
}

.form-group {
    margin-bottom: 20px;
}

.form-group>label {
    display: block;
    margin-bottom: .4em;
}

.form-group.imp>label:after {
    content: "*";
    margin: 0 0 0 10px;
    color: #e85319;
}

@media only screen and (min-width: 601px) {
    .form-group.combo:after {
        clear: both;
        display: table;
        content: "";
    }
    .form-group.combo>.combo_field {
        width: 50%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .form-group.combo>.combo_field:last-child {
        padding-left: 10px;
    }
    .form-group.combo>.combo_field:first-child {
        padding-right: 10px;
    }
}

@media only screen and (max-width: 600px) {
    .combo_field {
        margin-bottom: 20px;
    }
}

.form_submit {
    margin-top: 20px;
}

.form-sep {
    border-top: 1px solid #efefef;
}


/* Модификация BB редактора для комментариев */

#comment-editor .bb-editor textarea {
    height: 140px;
}

.addpm #comment-editor .bb-editor textarea {
    height: 340px;
}


/* Страницы с формами */

.regtext {
    margin-bottom: 1.5em;
}

.login_check {
    position: relative;
}

.login_check>input {
    padding-right: 120px;
}

.login_check>.btn {
    width: 100px;
    height: 30px;
    padding: 4px 10px;
    position: absolute;
    right: 0;
    top: 0;
    font-weight: bold;
    font-size: 11px;
    margin: 5px;
    background: #fff;
    color: #95c00e !important;
}


/* Комментарии: Оформление блока со списком комментариев */

.comments_box {
    background-color: #95c00e;
    padding: 3px;
    position: relative;
    font-size: 0.9rem;
    line-height: 1.3;
}

.comments_box_in {
    border-radius: 8px;
    background-color: #fff;
    padding: 37px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    position: relative;
}

/*.comments_box_in:after,
.comments_box:after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 288px;
    border: solid transparent;
    border-width: 0 31px 31px 0;
}

.comments_box:after {
    margin-top: -31px;
    border-bottom-color: #95c00e;
}

.comments_box_in:after {
    margin-top: -13px;
    border-bottom-color: #fff;
}*/

.comments_box_in .block {
    padding: 0;
    margin-top: 37px;
    margin-bottom: 0;
}

.comments_box_in>.title {
    text-transform: uppercase;
    margin-top: 0;
}


/* Комментарии: Оформление */

.comment {
    margin-bottom: 50px;
    position: relative;
}

.comments_box_in .comment {
    margin-top: 37px;
    margin-bottom: 0;
}


/* Аватарка */

.avatar {
    display: inline-block;
}

.avatar .cover {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    white-space: nowrap;
    text-indent: -9999px;
    display: inline-block;
}


/* Верхняя часть комментария */

.com_info {
    border: 1px solid #eaeaea;
    height: 39px;
    border-radius: 21px;
    margin-bottom: 1.5em;
    background: #fff;
    position: relative;
}

.com_info:after {
    clear: both;
    display: block;
    content: "";
}

.com_info .avatar {
    float: left;
    margin: -6px 15px 0 -6px;
}

.com_info .avatar .cover {
    width: 47px;
    height: 47px;
}

.com_user {
    float: left;
    margin-top: 9px;
}

.com_user>.name {
    margin-right: 20px;
}

.com_user>.name a {
    color: inherit;
}

.com_info>.rate {
    float: right;
    margin: 2px 10px 0 0;
}

.com_info>.rate .rate_stars {
    margin: 5px 2px 0 0;
}

.com_info>.rate .rate_like-dislike {
    margin-top: -2px;
}

.comment .status {
    position: absolute;
    left: 0;
    margin: 17px 0 0 -24px;
    overflow: hidden;
    text-indent: -9999px;
    background-color: #95c00e;
    width: 7px;
    height: 7px;
    border-radius: 50%;
}

.comment iframe,
.comment video {
    max-width: 100%;
}

.status.offline {
    background-color: #e75820;
}

.comment.online .status.offline,
.status.online {
    display: none;
}

.comment.online .status.online,
.status.offline {
    display: block;
}

.com_tools {
    margin: 1.5em 0 0 0;
    font-size: .9em;
}

.com_tools .edit_btn,
.com_tools .mass {
    float: right;
    margin-top: -3px;
}

.com_tools .mass input {
    margin: 4px 0 0 10px;
}

.com_tools_links {
    display: inline;
}

.com_tools_links>a {
    margin: 0 2em 0 0;
}

.com_tools_links>a>.icon {
    margin: -3px 8px 0 0;
    width: 15px;
    height: 16px;
    fill: #F09812 !important;
}


/* Древовидные комментарии */

.comments-tree-list {
    padding: 0;
    margin: 0;
    list-style: none;
    position: relative;
}

.comments-tree-list .comment {
    position: static;
    margin: 0;
}

.comments-tree-list .comment:before {
    content: "";
    position: absolute;
    left: 0;
    width: 100%;
    height: 3px;
    background: #bababa;
    margin: 19px 0 0 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACgAAAAGBAMAAABDdsEYAAAAD1BMVEX///+6urrZ2dm/v7/9/f2Xp6s6AAAAHUlEQVQI12NwMlZhwACKgkKYgoaCwjgFCWvHahEArAICZfxDRiQAAAAASUVORK5CYII=);
    background-size: auto 3px;
    z-index: -2px;
}

.comments-tree-list .comments-tree-list {
    padding-left: 40px;
    position: static;
}

.comments-tree-list>li {
    margin-top: 37px;
}


/* Управление комментариями */

.mass_comments_action {
    text-align: right;
    border-top: 2px dashed #efefef;
    padding: 20px 50px 0 50px;
    margin-top: 50px;
}

.block .mass_comments_action {
    padding-left: 0;
    padding-right: 0;
}

.comments_box_in .mass_comments_action {
    padding-left: 0;
    padding-right: 0;
    margin-top: 37px;
}

.mass_comments_action>select {
    padding: 5px;
    width: 200px;
    margin-left: 1em;
}


/* --- Контакты --- */

#map {
    width: 100%;
    height: 400px;
}

.map_resp {
    width: 100%;
    padding-top: 60%;
    height: 0;
    position: relative;
}

.map_resp>#map {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    height: auto;
    border-radius: 4px;
    overflow: hidden;
}

.contact_head>.title {
    margin-top: 0;
}

.contacts {
    font-size: 1.2em;
}

.contacts>.grid_1_2 {
    padding-left: 42px;
}

.contacts>.grid_1_2 .icon {
    float: left;
    margin: 5px 0 0 -42px;
}


/* --- PM --- */

.pm-box {
    margin-bottom: 1.5em;
    background-color: #f2f2f2;
    border-radius: 4px;
}

#pm-menu:after {
    content: "";
    clear: both;
    display: block;
}

#pm-menu {
    border-bottom: 1px solid #fff;
}

#pm-menu>a {
    color: inherit;
    padding: 10px 12px;
    float: left;
    text-decoration: none !important;
    border-right: 1px solid #fff;
}

#pm-menu>a:first-child {
    border-radius: 4px 0 0 0;
}

#pm-menu>a:hover {
    background-color: #1a1a1a;
    color: #fff;
}

.pm_status {
    padding: 30px;
}

.pm_progress_bar {
    background-color: #fff;
    margin-bottom: 10px;
    border-radius: 10px;
    overflow: hidden;
    border: 3px solid #1a1a1a;
}

.pm_progress_bar span {
    background: #95c00e;
    font-size: 0;
    height: 14px;
    border-radius: 7px;
    display: block;
    overflow: hidden
}


/* --- Страница пользователя --- */

.userinfo_top {
    position: relative;
    border-bottom: 2px dashed #efefef;
    padding: 50px;
    margin-bottom: 50px;
}

.userinfo_top:after {
    clear: both;
    display: block;
    content: "";
}

.userinfo_top .avatar {
    float: right;
}

.userinfo_status {
    margin: -1em 0 1.2em 0;
    font-size: .9em;
}

.user_tab {
    list-style: none;
    padding: 0;
    margin: 0;
    display: inline-block;
    border: 1px solid #e7e7e7;
    height: 28px;
    border-radius: 15px;
}

.user_tab:after {
    clear: both;
    display: block;
    content: "";
}

.user_tab>li {
    float: left;
}

.user_tab>li:first-child>a {
    border-left-width: 0;
}

.user_tab>li>a {
    border-left: 1px solid #e7e7e7;
    display: block;
    text-decoration: none !important;
    color: inherit;
    font-size: 11px;
    font-weight: bold;
    color: #999;
    line-height: 20px;
    padding: 4px 12px;
    -webkit-transition: color ease .3s;
    transition: color ease .3s;
}

.user_tab>li.active>a {
    color: inherit;
}

.usinf {
    list-style: none;
    padding: 0;
    margin: 0;
}

.usinf>li {
    padding: 12px 0;
    border-top: 1px solid #e7e7e7;
}

.usinf>li:first-child {
    border-top-width: 0;
}

.ui-c1,
.ui-c2 {
    display: inline-block;
    vertical-align: top;
}

.ui-c1 {
    width: 30%;
    margin-right: 5%;
}

.ui-c2 {
    width: 60%;
}


/* Окно пользователя */

.dle-popup-userprofile .ui-dialog-content {
    padding: 0;
}

.popup_userinfo_top {
    background-color: #f2f2f2;
    padding: 10px;
    text-align: center;
}

.popup_userinfo_top .avatar {
    vertical-align: top;
    border-radius: 50%;
    border: 3px solid #1a1a1a;
}

.popup_userinfo_top .avatar .cover {
    display: block;
    width: 120px;
    height: 120px;
    border: 10px solid #fff;
}

.popup_userinfo.useronline .avatar {
    border-color: #95c00e;
}

.popup_userinfo>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.popup_userinfo .usinf {
    padding: 0px 20px;
    font-size: .9em;
}


/* --- Статистика --- */

.stats_head>ul {
    list-style: none;
    padding: 0;
    margin: 0;
    font-size: 1.2em;
}

.stats_head>ul>li {
    margin-top: 15px;
    padding-left: 30px;
}

.stats_head>ul>li:before {
    content: "";
    float: left;
    margin: 2px 0 0 -30px;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background-color: #95c00e;
}

.stats_head>ul>li>b {
    display: block;
    font-size: .8em;
    opacity: .5;
    font-weight: normal;
}

.stats_head>ul>li.stats_d:before {
    background-color: #ffde27;
}

.stats_head>ul>li.stats_w:before {
    background-color: #3e99e7;
}

.stat_group {
    margin-bottom: 25px;
}

.stat_group>h5 {
    margin-top: 0;
    margin-bottom: 1em;
}

.stat_group>ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.stat_group>ul>li {
    padding: .6em 0;
    border-top: 1px dotted #d5d5d5;
}


/* --- Страница поиска --- */

.searchpage {
    border-bottom: 2px dashed #efefef;
    padding-bottom: 50px;
    margin-bottom: 0;
}

.search_head_line {
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 30px;
    padding-top: 30px;
    margin: 0;
}

.search_result_num {
    font-size: .9em;
    margin: 25px 0 0;
}

.search table {
    width: 100%;
    border-spacing: 5px;
    border-collapse: separate;
}

#searchtable td,
#searchtable td div,
#searchtable table {
    margin: 0 !important;
    padding: 0 !important;
}

#searchtable td.search br {
    display: none;
}

td.search .bbcodes {
    margin: 0 !important;
}

td.search {
    vertical-align: top;
}


/* --- Оптимизация для разрешений меньше 1200 px --- */

@media only screen and (min-width: 1201px) {
    .m_ico {
        display: none;
    }
}

@media only screen and (max-width: 1200px) {
    .n_ico {
        display: none;
    }
    /*.wrp {
        padding: 10px;
    }*/
    /* Кнопочка Наверх */
    #upper {
        width: 60px;
        height: 60px;
    }
    #upper .icon {
        width: 20px;
        height: 32px;
        fill: #a9a9a9;
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -16px 0 0 -10px;
    }
    /* Хлебные крошки */
    #breadcrumbs {
        padding: 18px 30px;
    }
    /* Корректировка отступов */
    .block {
        padding-left: 30px;
        padding-right: 30px;
        margin-top: 30px;
        margin-bottom: 30px;
    }
    .block_sep {
        margin: 30px 0;
    }
    #footer {
        padding: 30px 0;
    }
    .footer {
        padding: 0 30px;
    }
    .foot {
        padding-top: 10px;
    }
    .foot_menu {
        padding-left: 30px;
        margin-bottom: 30px;
    }
    .foot_menu>li {
        padding-right: 30px;
    }
    .foot_menu>li nav>a {
        font-size: .9em;
    }
    /* Новости в блоках */
 
    /*.story_line .image {
        width: 44px;
        height: 44px;
        border-radius: 50%;
        margin-right: 15px;
    }*/
    /*.story_line .image:after,
    .story_line .image:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 50%;
        border-radius: 50%;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.2, 0.2);
        transform: scale(0.2, 0.2);
    }
    .story_line .image:before {
        margin: -17px 0 0 -17px;
        width: 34px;
        height: 34px;
    }
    .story_line .image:after {
        margin: -7px 0 0 -7px;
        width: 14px;
        height: 14px;
    }*/
    .searchpage {
        padding-bottom: 30px;
    }
    /* Карусель */
    .carousel .slide_prev .icon {
        margin-left: 30px;
    }
    .carousel .slide_next .icon {
        margin-right: 30px;
    }
    .carousel-caption .title {
        font-size: 1.8em;
    }
    .carousel-caption .text {
        font-size: 1.2em;
    }
    .bignews .item_cont {
        font-size: 1em;
        margin: 30px;
    }
    /* Страница пользователя */
    .userinfo_top {
        padding: 30px;
        margin-bottom: 30px;
    }
    /* Комментарии */
    .comments_box {
        padding: 6px 0 0 0;
    }
    .comments_box_in {
        border-radius: 0;
        padding: 30px;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .comments_box_in:after,
    .comments_box:after {
        margin-left: 288px;
        border-width: 0 16px 16px 0;
    }
    .comments_box:after {
        margin-top: -16px;
    }
    .comments_box_in:after {
        margin-left: 294px;
        margin-top: -8px;
        z-index: 1;
    }
    .comments_box_in .block {
        padding: 0;
        margin-top: 30px;
        margin-bottom: 0;
    }
    .comments_box_in .comment {
        margin-top: 30px;
        margin-bottom: 0;
    }
    .comments-tree-list>li {
        margin-top: 30px;
    }
    .comments-tree-list .comment {
        margin: 0;
    }
    .comment .status {
        margin-left: -21px;
    }
    .mass_comments_action {
        padding: 20px 30px 0 30px;
        margin-top: 30px;
    }
    .comments_box_in .mass_comments_action {
        margin-top: 30px;
        padding-top: 30px;
    }
}


/* --- Оптимизация для разрешений меньше 1024 px --- */

@media only screen and (max-width: 990px) {
   
    .str_right {
        display: none;
    }
    .rightside_bg {
        display: none;
    }
    .str_left {
        float: none;
        width: auto;
    }
    .copyright,
    .ca {
        display: block;
        float: none;
    }
    .ca {
        margin-top: 20px;
    }
    /* Меню снизу */
    .foot_menu {
        margin: 0 0 30px 0;
        padding: 0 30px;
    }
    .foot_menu>li {
        float: none;
        width: auto;
        padding: 0;
    }
    .foot_menu>li:first-child>b {
        border-top-width: 0;
    }
    .foot_menu>li>b {
        cursor: pointer;
        margin: 0;
        padding: 5px 0 5px 32px;
    }
    .foot_menu>li>b i {
        display: block;
        float: left;
        width: 13px;
        height: 3px;
        position: relative;
        margin: 9px 0 5px -32px;
        background-color: #1a1a1a;
        border-radius: 2px;
    }
    .foot_menu>li>b.collapsed i,
    .foot_menu>li>b.collapsed i:after {
        background-color: #1a1a1a;
    }
    .foot_menu>li>b.collapsed i:after {
        content: "";
        display: block;
        margin: -5px auto 0 auto;
        height: 13px;
        width: 3px;
        border-radius: 2px;
    }
    .foot_menu>li .collapse {
        display: none;
    }
    .foot_menu>li .collapse.in {
        display: block;
    }
    .foot_menu>li nav {
        padding: 10px 32px;
        padding-top: 0;
    }
    /* Оптимизация BB редактора */
    .bb-pane {
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        overflow-x: auto;
        white-space: nowrap;
        -webkit-overflow-scrolling: touch;
    }
    #comment-editor .bb-editor textarea {
        height: 240px;
    }
    .bb-btn {
        float: none;
        display: inline-block;
        margin-left: -.3em !important;
    }
    /* Опрос в посте */
    .poll_block_in {
        padding: 30px;
    }
}


/* --- Оптимизация для разрешений меньше 800 px --- */

@media only screen and (max-width: 800px) {
    .wrp {
        padding: 0;
    }
    .body {
        border-radius: 0;
    }
    .foot {
        padding: 20px;
    }
    .soc_links>.title {
        display: none;
    }
    .soc_links>a {
        margin-left: 0;
        margin-right: 6px;
    }
    h1,
    .h1 {
        font-size: 1.4em;
    }
    h2,
    .h2 {
        font-size: 1.3em;
    }
    h3,
    .h3 {
        font-size: 1.2em;
    }
    h4,
    .h4 {
        font-size: 1.1em;
    }
    h5,
    .h5 {
        font-size: 1.0em;
    }
}


/* --- Оптимизация для разрешений меньше 700 px --- */

@media only screen and (max-width: 700px) {
    /* Оптимизация шапки */
    .body {
        padding-left: 0;
    }
    #body_left,
    .body_left_in {
        position: static;
        height: 60px;
        width: 100%;
    }
    .body_left_in {
        position: fixed;
        left: 0;
        top: 0;
        background-color: #fff;
        z-index: 22;
        box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.2);
    }
    #upper {
        display: none;
		width:40px;
		height:40px;
    }
    .h_btn,
    .logotype {
        float: left;
        box-shadow: none;
        -webkit-box-shadow: none;
    }
    .mejs-container {
        max-width: 100%;
    }
    .story video {
        max-width: 100%;
    }
    .story iframe {
        max-width: 100%;
    }
    /* Оптимизация Сортировки и авторизации */
    .sort_label {
        margin-bottom: 20px;
    }
    /* Карусель */
    .carousel .slide_prev .icon {
        margin-left: 20px;
    }
    .carousel .slide_next .icon {
        margin-right: 20px;
    }
    /* Корректировка отступов */
    .foot_menu {
        margin-bottom: 20px;
        padding: 0 20px;
    }
    .block {
        padding-left: 20px;
        padding-right: 20px;
        margin-bottom: 20px;
        margin-top: 20px;
    }
    .shortstory,
    .fullstory {
        padding: 20px;
        margin: 0;
    }
    .shortstory:after,
    .fullstory:after {
        content: "";
        position: absolute;
        left: 0;
        top: 100%;
        width: 100%;
        height: 6px;
        background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
        background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
        background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
        background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
        background-image: linear-gradient(bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.08) 100%);
    }
    .block_sep {
        display: none;
    }
    .story_tools_in,
    .story_tools>.meta {
        float: none;
    }
    .story_tools_in {
        height: 40px;
    }
    .story_tools_in>.rate {
        float: right;
        margin-left: 0;
        margin-right: 10px;
    }
    .story_tools_in:after {
        clear: both;
        display: table;
        content: "";
    }
    .story_tools>.meta {
        margin: 20px 0 0 0;
    }
    .story_tools>.meta>li {
        float: right;
    }
    .story_tools>.meta>li.meta_author {
        float: left;
    }
    /* Опрос в посте */
    .poll_block_in {
        padding: 20px;
    }
    /* Комментарии */
    .comments_box_in {
        padding: 20px;
    }
    .com_info {
        border-width: 0;
        border-radius: 0;
        height: auto;
        margin-bottom: 1em;
    }
    .com_info .avatar {
        float: right;
        margin: 0;
    }
    .com_info .avatar .cover {
        border-width: 0;
    }
    .comment {
        padding-bottom: 20px;
        margin-bottom: 20px;
        position: relative;
    }
    .comment:after {
        content: "";
        position: absolute;
        left: 0;
        width: 1000px;
        margin: 20px 0 0 -20px;
        height: 1px;
        background-color: #e5e5e5;
    }
    .comment .status {
        left: auto;
        right: 0;
        margin-left: 0;
        margin-right: -12px;
        margin-top: 19px;
        width: 4px;
        height: 4px;
    }
    .comments-tree-list .comment {
        margin-bottom: 0;
    }
    .comments-tree-list .comment:before {
        margin-top: 9px;
    }
    .comments-tree-list>li {
        margin-top: 20px;
    }
    .com_user {
        float: none;
    }
    .com_user>* {
        display: block;
        margin: 0;
    }
    .com_user>.date {
        font-size: .9em;
    }
    .com_info>.rate {
        float: none;
    }
    .com_info>.rate:after {
        content: "";
        display: block;
        clear: both;
    }
    .com_info>.rate .rate_like-dislike {
        margin-left: -10px;
    }
    .com_info>.rate .rate_like {
        margin-left: -6px;
    }
    .com_tools_links>a {
        margin-right: 1em;
    }
    .com_tools_links>a>span {
        display: none;
    }
    .com_tools_links>a>.icon {
        margin-right: 0;
    }
    .mass_comments_action {
        margin-top: 20px;
        padding-top: 0;
        border-width: 0;
    }
    .comments_box_in .mass_comments_action {
        margin-top: 20px;
        padding-top: 0;
    }
    /* Футер */
    #footer {
        padding: 20px 0;
    }
    .footer {
        padding: 0 20px;
    }
    .soc_links {
        float: none;
        width: 100%;
    }
    .counters {
        float: none;
        visibility: hidden;
        opacity: 0;
        height: 0;
        overflow: hidden;
    }
    /* Хлебные крошки */
    #breadcrumbs {
        padding: 20px 0;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #breadcrumbs .speedbar {
        display: inline;
        padding: 0 20px;
    }
    #breadcrumbs .over {
        overflow: visible;
        max-width: none;
    }
    /* Персональные сообщения */
    .pm_status {
        padding: 20px;
    }
    #pm-menu {
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    #pm-menu>a {
        display: inline-block;
        float: none;
        padding: 10px 20px;
    }
    .pmlist {
        width: 100%;
        margin: 0 -20px;
        padding: 0 20px;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .pmlist>form {
        min-width: 800px;
        padding-right: 20px;
    }
    /* Статистика */
    .stats_head>ul {
        font-size: 1em;
        margin-bottom: 20px;
    }
    .block_table_top_users {
        padding: 0;
        margin-top: 40px;
    }
    .block_table_top_users>.title {
        padding: 0 20px;
    }
    .table_top_users {
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .table_top_users>table {
        width: 800px;
        margin: 0 20px;
    }
    /* Заголовок в контактов */
    .contacts {
        font-size: 1em;
    }
    .contacts>.grid_1_2 {
        margin-bottom: 20px;
    }
    .contacts>.grid_1_2.grid_last {
        margin-bottom: 0;
    }
    .map_resp {
        padding-top: 100%;
    }
    /* Форма */
    .form_submit .c-capcha {
        float: none;
        margin-bottom: 20px;
    }
    .form_submit .c-capcha {
        padding-left: 110px;
        position: relative;
    }
    .form_submit .c-capcha img {
        position: absolute;
        left: 0;
    }
    .form_submit .c-capcha input {
        width: 100%;
    }
    /* Поиск по сайту */
    .searchpage {
        padding: 20px;
        margin-bottom: 0;
    }
    #dofullsearch {
        display: none;
    }
    /* Полная новость */
    #add_news_preview {
        display: none;
    }
    /* Постраничная навигация */
    .navigation {
        padding: 0;
        margin: 0;
    }
    .pages {
        background-color: #95c00e;
        padding: 20px;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
    }
    .pages>*:last-child {
        margin-right: 20px;
    }
    .page_next-prev {
        height: auto;
        position: relative;
        overflow: hidden;
    }
    .page_next-prev:before {
        content: "";
        position: absolute;
        left: 50%;
        top: 0;
        bottom: 0;
        width: 1px;
        background-color: #eaeaea;
    }
    .page_next-prev:after {
        content: "";
        display: block;
        clear: both;
    }
    .page_next-prev>span {
        position: static;
    }
    .page_prev {
        float: left;
        width: 50%;
        margin: 0;
    }
    .page_next {
        float: right;
        width: 50%;
        margin: 0;
    }
    .page_next-prev>span>* {
        text-align: center;
        width: 100%;
        height: 20px;
        padding: 15px 0;
        display: block;
        margin: 0 auto;
    }
    .page_next-prev>span .icon {
        display: block;
        margin: 0 auto;
    }
    .pages span {
        border-color: #fff;
        color: #fff;
    }
    .pages a:hover {
        border-color: #1a1a1a;
        color: #1a1a1a;
    }
    /* Всплывающие окна */
    .ui-dialog {
        width: auto !important;
        left: 10px !important;
        right: 10px;
    }
    .ui-dialog-buttonset>.ui-button {
        margin: 2px;
    }
    /* Страница пользователя */
    .popup_userinfo_top,
    .userinfo_top {
        padding: 20px;
    }
    .userinfo_top {
        margin-bottom: 20px;
        text-align: center;
    }
    .userinfo_top .avatar {
        float: none;
        margin-bottom: 20px;
    }
    .ui-c1,
    .ui-c2 {
        display: block;
        width: auto;
        margin-right: 0;
    }
    .user_tab>li>a {
        padding: 4px 10px;
    }
    /* Сообщения */
    .alert {
        margin-bottom: 20px;
        padding: 20px;
    }
}

@media only screen and (max-width: 500px) {
    .carousel {
        padding-top: 70%;
    }
}

@media only screen and (max-device-width: 480px) {
    body {
        -webkit-text-size-adjust: 100%;
    }
}

.grecaptcha-badge {
    display: none;
}


/* --- === Разрешение ниже 1280 === ---*/

@media only screen and (max-width: 1279px) {
    .midside {
        padding-right: 290px;
    }
    /* Шапка сайта */
    .logotype .logo_title {
        font-size: 18px;
    }
}

@media only screen and (max-width: 1235px) {
    .midside {
        padding-left: 25px;
    }
    #top_menu {
        display: none;
    }
    #header_menu {
        padding-left: 65px;
    }
    #cat_menu,
    .page,
    .header {
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    #cat_menu {
        position: fixed;
        z-index: 1111;
        top: 0;
        left: 0;
        top: 0;
        bottom: 0;
        margin: 0;
        overflow-y: auto;
        overflow-x: hidden;
        width: 200px;
        background-color: #ededed;
        border-right: 1px solid #d9d9d9;
        margin-left: -200px;
        visibility: hidden;
        opacity: 0;
        -webkit-overflow-scrolling: touch;
    }
    #cat_menu .soc_links {
        padding-bottom: 20px;
    }
    .mobile-menu_open #cat_menu {
        margin-left: 0;
        visibility: visible;
        opacity: 1;
    }
    .mobile-menu_open .page {
        margin-left: 200px;
        overflow: hidden;
    }
    .mobile-menu_open body {
        overflow: hidden;
    }
    .mobile-menu_open .header {
        left: 200px;
    }
}

@media (min-width: 1236px) {
    .cat_menu__tm,
    #mobile_menu_btn {
        display: none;
    }
}


/* --- === Разрешение ниже 980 === ---*/

@media (min-width: 981px) {
    #search_btn {
        display: none;
    }
}

@media (max-width: 980px) {
    .midside {
        padding-right: 25px;
    }
    /* Шапка и модификация поиска */
    #header_menu {
        display: block;
        padding-right: 86px;
    }
    .logotype {
        float: left;
    }
    #login_pane {
        float: right;
        margin-top: 22px;
    }
    #search_btn {
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        width: 86px;
        height: 80px;
        padding: 0 25px;
        border: 0 none;
        cursor: pointer;
        background-color: transparent;
    }
    #search_btn>span {
        display: block;
        width: 32px;
        height: 32px;
        border: 2px solid #fff;
        border-radius: 50%;
        overflow: hidden;
        position: relative;
    }
    #search_btn>span>.icon {
        position: absolute;
        left: 50%;
        top: 50%;
        margin: -8px 0 0 -8px;
        width: 16px;
        height: 16px;
        fill: #fff;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    .search_open #search_btn>span>.icon-search,
    #search_btn>span>.icon-cross {
        opacity: 0;
        visibility: hidden;
        -webkit-transform: scale(0.3, 0.3);
        transform: scale(0.3, 0.3);
    }
    .search_open #search_btn>span>.icon-cross,
    #search_btn>span>.icon-search {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1);
    }
    #q_search {
        display: block;
        position: fixed;
        z-index: 23;
        left: 25px;
        right: 86px;
        top: 0;
        margin: 0;
        width: auto;
        height: 80px;
        margin-top: -80px;
    }
    .q_search>input {
        background-color: #fff;
    }
    .logotype,
    #mobile_menu_btn,
    #login_pane,
    #q_search {
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    .search_open .logotype,
    .search_open #mobile_menu_btn,
    .search_open #login_pane,
    #q_search {
        opacity: 0;
        visibility: hidden;
    }
    .search_open #q_search {
        margin-top: 0;
        opacity: 1;
        visibility: visible;
    }
    .q_search_adv {
        display: none;
    }
}

@media only screen and (max-width: 700px) {
    .page_form__form .login_check>.btn {
        margin: 5px;
        font-weight: normal;
    }
}


/* --- === Разрешение ниже 600 === ---*/

@media only screen and (max-width: 600px) {
    .related-news{
        max-width: 100%;
    margin: 0 auto;
    }
    /* Уменьшение отступов */
    .midside {
        padding: 0;
    }
    .story img {
        max-width: 100%;
    }
    .navigation {
        margin: 15px 0;
    }
    /* Всплывающие окна */
    .ui-dialog {
        width: 100% !important;
        left: 0 !important;
    }
    .ui-dialog-buttonset>.ui-button {
        margin: 2px;
    }
    /* Оптимизация шапки */
    #header,
    .header {
        margin: 0;
        height: 50px;
    }
    .header {
        background-color: #F09812;
        box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
        -webkit-box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.2);
    }
    #header_menu {
        position: relative;
        height: auto;
        border-radius: 0;
        box-shadow: none;
        -webkit-box-shadow: none;
        padding: 0 50px;
        z-index: 1;
        height: 50px;
    }
    #header_menu:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 0;
        height: 1px;
        width: 100%;
        background: rgba(255, 255, 255, 0.1);
    }
    .logotype {
        float: none;
        width: 100%;
        height: 50px;
        text-align: center;
        justify-content: center;
    }
    .logo_title {
        display: none;
    }
    .logotype .icon-logo {
        width: 32px;
        height: 32px;
    }
    /* Оптимизация меню */
    #mobile_menu_btn,
    #search_btn {
        width: 50px;
        height: 50px;
        padding: 0;
        border-right-width: 0;
    }
    .mobile-menu_open .mt_1 {
        margin-top: 8px;
    }
    .mobile-menu_open .mt_2 {
        margin-top: 8px;
    }
    .mobile-menu_open .mt_3 {
        margin-top: 8px;
    }
    #cat_menu {
        position: fixed;
        z-index: 0;
        margin: -60% 0 0 0;
        width: 100%;
        background: #F09812;
        left: auto;
        right: auto;
    }
    #cat_menu:after {
        content: "";
        position: fixed;
        width: 100%;
        height: 70px;
        margin-top: 50px;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1;
        background-repeat: repeat-y;
        background-image: -webkit-linear-gradient(top, #F09812 30%, rgba(51, 148, 230, 0) 100%);
        background-image: -moz-linear-gradient(top, #F09812 30%, rgba(51, 148, 230, 0) 100%);
        background-image: -o-linear-gradient(top, #F09812 30%, rgba(51, 148, 230, 0) 100%);
        background-image: linear-gradient(top, #F09812 30%, rgba(51, 148, 230, 0) 100%);
    }
    .cat_menu {
        padding: 10%;
        margin-top: 50px;
    }
    .cat_menu a:first-child {
        border-top-width: 0;
    }
    .cat_menu a {
        text-decoration: none !important;
        font-size: 1.1em;
        padding: 3% 0;
        display: block;
        color: #fff;
        border-top-color: #3d99e7;
        border-top: 1px solid rgba(255, 255, 255, 0.06);
    }
    #cat_menu .soc_links {
        display: none;
    }
    .mobile-menu_open .header {
        left: auto;
    }
    .mobile-menu_open .page {
        margin-left: 0;
    }
    .mobile-menu_open #cat_menu {
        margin-top: 50px;
    }
    .mobile-menu_open #login_pane {
        opacity: 1;
        visibility: visible;
    }
    /* Оптимизация авторизации */
    #login_pane {
        float: none;
        margin-top: 16px;
        text-align: center;
        visibility: hidden;
        opacity: 0;
        -webkit-transition: all ease .3s;
        transition: all ease .3s;
    }
    #login_pane .dropdown-form {
        position: fixed;
        top: 105px;
        left: 10px;
        right: 10px;
        bottom: 10px;
        overflow-x: hidden;
        overflow-y: auto;
        margin: 0;
        padding-bottom: 0;
        width: auto;
        min-width: 0;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
    .login_pane__foot,
    .login_form__foot {
        padding-bottom: 39px;
    }
    /* Оптимизация поиска */
    #search_btn {
        padding: 7px;
    }
    #search_btn>span {
        border-width: 0;
        width: 36px;
        height: 36px;
    }
    #q_search {
        left: 15px;
        right: 50px;
        height: 50px;
        padding: 0;
    }
    .q_search {
        margin-top: 7px;
    }
    /* Формы */
    .form_submit>.btn-big {
        width: 100%;
        margin-top: 5px;
    }
    .form_submit .c-captcha {
        float: none;
        margin-bottom: 20px;
    }
    .c-captcha img,
    .c-captcha>input {
        width: 122px;
    }
    .combo_field {
        margin-bottom: 20px;
    }
    /* Оптимизация регистрации и восстановления пароля */
    .page_form {
        padding-left: 0;
        padding-top: 50px;
    }
    .page_form__body {
        padding: 0 8%;
    }
    .page_form__logo .icon {
        margin-top: 0;
    }
    .page_form__back {
        left: 0;
        z-index: 999;
        width: 100%;
        height: 50px;
        padding: 0;
    }
    .page_form__back>.icon {
        top: 50%;
        left: 0;
        margin: -10px 0 0 8%;
    }
    .page_form__back:after {
        display: none;
    }
    .page_form__inner>.title {
        font-size: 24px;
    }
    /* Персональные сообщения */
    #pm-menu {
        margin-bottom: 20px;
    }
    #pm-menu a {
        padding: 10px 0;
        color: inherit;
        display: block;
        border-top: 1px solid #efefef;
        text-decoration: none !important;
    }
    #pm-menu a:hover {
        color: #F09812;
    }
}


/* --- ÐÐ°ÑÑ‚Ñ€Ð¾Ð¹ÐºÐ° ÐºÐ½Ð¾Ð¿Ð¾Ðº --- */

.btn,
.bbcodes,
.btn-border {
    border: 0 none;
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    border-radius: 18px;
    line-height: 22px;
    outline: none;
    background-color: #3394e6;
    color: #fff;
    border: 0 none;
    padding: 7px 22px;
    text-decoration: none !important;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2);
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all ease .1s;
    transition: all ease .1s;
}

.btn-border {
    color: #3394e6;
    border: 2px solid #3394e6;
    line-height: 22px;
    padding: 5px 20px;
    background-color: transparent !important;
    overflow: hidden;
    box-shadow: inset 0 0 0 0 transparent;
    -webkit-box-shadow: inset 0 0 0 0 transparent;
}

ins[data-ad-status=unfilled] {display:none!important}

