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%;
    vertical-align: baseline;
    font-weight: normal;
}

html {
    font-family: Arial, sans-serif;
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%
}

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

audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline
}

audio:not([controls]) {
    display: none;
    height: 0
}

[hidden],
template {
    display: none
}

a {
    background: transparent
}

a:active,
a:hover {
    outline: 0
}

abbr[title] {
    border-bottom: 1px dotted
}

b,
strong {
    font-weight: bold
}

dfn {
    font-style: italic
}

mark {
    background: #ff0;
    color: #000
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sup {
    top: -0.5em
}

sub {
    bottom: -0.25em
}

img {
    border: 0
}

svg:not(:root) {
    overflow: hidden
}

figure {
    margin: 1em 40px
}

hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0
}

pre {
    overflow: auto
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0
}

button {
    overflow: visible
}

button,
select {
    text-transform: none
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer
}

button[disabled],
html input[disabled] {
    cursor: default
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0
}

input {
    line-height: normal
}

input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto
}

[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    box-sizing: content-box
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: .35em .625em .75em
}

textarea {
    overflow: auto;
    vertical-align: top
}

optgroup {
    font-weight: bold
}

input:focus,
button:focus,
select:focus,
textarea:focus {
    outline: none
}

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

/* end normalize & reset */

body {
    font: 16px/24px, arial, 'Roboto', sans-serif;
    background: #fff;
}

#main {
    overflow: hidden;
    position: relative;
    min-width: 303px;
}

p {
    margin: 0 0 14px 0;
}

a {
    text-decoration: none;
    color: #db3727;
    transition: color ease-out 0.8s;
}

a:hover {
    text-decoration: underline;
    color: #db3727;
    transition: color ease;
}

ul li {
    list-style: none;
}

.aligncenter,
div.aligncenter {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
}

.alignleft {
    float: left;
}

img.alignleft,
div.alignleft {
    margin: 5px 15px 5px 0 !important;
}

.alignright {
    float: right;
}

img.alignright,
div.alignright {
    margin: 5px 0 5px 15px !important;
}

.wrapper {
    clear: both;
    width: 1000px;
    margin: 0 auto;
}

.wrapper:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}

.content-wrapper:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}

.content {
    margin-bottom: 80px;
    float: left;
    width: 660px;
    min-height: 700px;
}

.content:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}

.tac {
    clear: both;
    text-align: center;
}

.btn {
    display: inline-block;
    padding: 10px 40px;
    background: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    transition: easy;
    background-color: #db3727;
}

.btn:hover {
    text-decoration: none;
    background: #8b8ce7;
    color: #fff;
}

.link {
    color: #010101;
}

.link:hover {
    color: #db3727;
    text-decoration: none;
    border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}

/* Header
===================================================================================================*/

.header {
    padding-top: 12px;
    margin-bottom: 15px;
}

.header:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}

.m-nav .slide-out-close {
    display: none;
}

.main-box .slide-out-open {
    display: none;
}

.logo {
    margin-bottom: 10px;
    float: left;
}

.search-form {
    margin: 6px 0 16px 0;
    float: right;
    position: relative;
    height: 40px;
    width: 340px;
    box-sizing: border-box;
    background: #f8f8f8;
}

.search-form .search-form__field {
    width: 100%;
    height: 40px;
    font-size: 16px;
    line-height: normal;
    border: none;
    padding: 0 45px 0 15px;
    box-sizing: border-box;
    background: none;
    color: #333;
}

.search-form .search-form__field::-webkit-input-placeholder {
    color: #8a8a8a;
}

.search-form .search-form__field::-moz-placeholder {
    color: #8a8a8a;
}

.search-form .search-form__field:-moz-placeholder {
    color: #8a8a8a;
}

.search-form .search-form__field:-ms-input-placeholder {
    color: #8a8a8a;
}

.search-form .search-form__button {
    position: absolute;
    right: 0;
    top: 0;
    border: none;
    width: 45px;
    height: 36px;
    box-sizing: border-box;
    text-indent: -9999px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAdVBMVEUAAACKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqKioqQ3xhgAAAAJnRSTlMA9zs06dAF8GJSQxsM8+C8sgGbaFxXStjVx62po5OMc3AsJ6d4d7VcW7EAAADfSURBVCjPdZDrFoIgEIQBES+plaXdb1bz/o/YCHjAc+z7NeywOwvCUj3XjazTWyJmbB81PJtVVK82COgk3B/rsi2S8nOgyobJePK0dhPMgzo1flDGOrUjp5M7ueOcKPHCFqeYcBOBhC3uXgP0IkIDpRUSeMXGCdhbwezZe1Ogs+Lo1/AYfoKy6sptI6PgkpVVPZgWvocDzv5HOFRP8eaNEKmos52xj+BKfin/djZd7i17MXNyiTnd5AxnXzl0KgMpxMQqv1/br9oysqYhgxNQcnT6f04jFijpaLHoNLr4AWPOGmKL481PAAAAAElFTkSuQmCC) center no-repeat;
}

.main-menu {
    clear: both;
    background: #db3727;
    padding: 20px 1000%;
    margin: 0 -1000%;
}

.main-menu:after {
    content: '';
    display: block;
    clear: both;
    visibility: hidden;
}

.main-menu__inner {
    position: relative;
}

.main-menu__inner .menu-arrow {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAMAAADAMI+zAAAANlBMVEUAAAD////////////////////////////////////////////////////////////////////xY8b8AAAAEnRSTlMA++8rGcxB4uDYdwzHrq1dXD7uePybAAAAOElEQVQI1yXLSQ4AIQzEQDcJ+6z//ywRlOSj6c9km3dnKDvBswa8agbW9BFKSn9U2KxK1eDw63wLLb0A/Q58WxAAAAAASUVORK5CYII=) no-repeat;
    width: 12px;
    height: 6px;
    text-indent: -9999px;
    position: absolute;
    right: 29px;
    top: 8px;
    z-index: 1;
}

.main-menu__list.main-menu__list_m {
    display: none;
}

.main-menu__list > .current-post-parent > a {
    font-weight: bold;
}

.main-menu__list > li {
    float: left;
    padding-right: 50px;
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.main-menu__list > li > a,
.main-menu__list > li > span {
    position: relative;
    z-index: 101;
    color: #fff;
}

.main-menu__list > li > a:hover,
.main-menu__list > li > span:hover {
    text-decoration: none;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.main-menu__list > li > span {
    font-weight: bold;
}

.main-menu__list > li > span:hover {
    border-bottom: 0;
}

.main-menu__list > li > ul {
    /*2*/
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    padding-top: 40px;
    z-index: 110;
    width: 180px;
}

.main-menu__list > li > ul > .current-post-parent a {
    background: #db3727;
}

.main-menu__list > li > ul > li {
    font-size: 16px;
    line-height: 20px;
}

.main-menu__list > li > ul > li > a,
.main-menu__list > li > ul > li > span {
    display: block;
    color: #fff;
    padding: 12px 10px;
    background: #5a5aa1;
    border-bottom: 1px solid #db3727;
}

.main-menu__list > li > ul > li > a:hover,
.main-menu__list > li > ul > li > span:hover {
    text-decoration: none;
    background: #db3727;
}

.main-menu__list > li > ul > li > span {
    background: #db3727;
}

.add-menu__toggle {
    background: #5a5aa1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAmVBMVEUAAAD////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////VHQRUAAAAMnRSTlMAA/fJIgoW8uOYPzgkHtXEuLSeUDQuEOrm3tuwraKEWEZCMNC+uqiVh2pJKol+eks7E5boYJwAAAENSURBVCjPfZFJlsIwDETLkHmAQCaSEEigGRp61P0Ph2Q7i2yoTX1L78kqG/gM/GsF1lfth+Iq9OtvrhNrCeAg0DPsBQ4grQiegRKJ9oVtHO2ZBvzZxkZ7BSzFdy5UbYZXH3w8AkjPRO2JYWy5njBEuQutRw6jfMBbeYmF1LHgpJD9F3TRlS1RJ0M9DnJTuBMrUFJnrWHX622OX6QGYpSzgDmc6QkK2wjFfBcm6QrASmCjZ68kl3vhXJ7stCbayxblCKM4shAVeKsktlCeLBRPAOpKdB4A/ZpLRybyHZmH7XwrBdUIZNNHTTlGxLOAj+lrCzxt40esVUBoJgBrgRtwb3ZZClYfBJ34fxc0IV7rBzL4ggADWwAAAABJRU5ErkJggg==) center no-repeat;
    width: 60px;
    height: 60px;
    position: absolute;
    right: 0;
    top: -60px;
    text-indent: -9999px;
    cursor: pointer;
}

.add-menu {
    position: absolute;
    right: 0;
    top: 40px;
    z-index: 1000;
    width: 180px;
}

.add-menu > ul {
    display: none;
}

.add-menu > ul > .current-post-parent a {
    background: #db3727;
}

.add-menu > ul > li {
    font-size: 16px;
    line-height: 20px;
}

.add-menu > ul > li > a,
.add-menu > ul > li > span {
    display: block;
    color: #fff;
    padding: 12px 10px;
    background: #5a5aa1;
    border-bottom: 1px solid #db3727;
}

.add-menu > ul > li > a:hover,
.add-menu > ul > li > span:hover {
    text-decoration: none;
    background: #db3727;
}

.add-menu > ul > li > span {
    background: #db3727;
}

.slider li {
    display: none;
}

.slider li .slider__item:last-child .slider-text__title,
.slider li .slider__item:nth-child(3) .slider-text__title {
    font-size: 14px;
    line-height: 20px;
}

.slider .bx-wrapper li,
.slider li:first-child {
    display: block;
}

.slider {
    position: relative;
    margin-bottom: 20px;
}

.slider .bx-pager {
    text-align: center;
    margin-top: 20px;
}

.slider .bx-pager-item {
    display: inline-block;
}

.slider .bx-pager-item:last-child {
    margin-right: 0;
}

.slider .bx-pager-item a {
    width: 8px;
    height: 8px;
    display: block;
    text-indent: -9999px;
    margin-right: 10px;
    border: 1px solid black;
}

.slider .bx-pager-item a:hover {
    background: #db3727;
}

.slider .bx-pager-item .active {
    background: #db3727;
}

.slider__item {
    position: relative;
    overflow: hidden;
    float: left;
}

.slider__img {
    vertical-align: bottom;
}

.slider-text {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px 15px 15px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.post-info_slider {
    margin-bottom: 15px;
}

.post-info__cat {
    display: inline-block;
    margin-right: 15px;
    font-size: 12px;
    line-height: 15px;
    margin-bottom: 5px;
    position: relative;
    z-index: 101;
}

.post-info__cat a {
    display: block;
    background: #9187c4;
    padding: 5px 12px;
    color: #fff;
}

.post-info__cat a:hover {
    text-decoration: none;
    background: #db3727;
    color: #fff;
}

.post-info__time {
    font-size: 11px;
    line-height: 15px;
    color: #737373;
    display: inline-block;
    padding-left: 20px;
    position: relative;
}

.post-info__time:after {
    position: absolute;
    content: '';
    left: 0;
    top: -2px;
    width: 17px;
    height: 17px;
    background: url(images/calend.png);
    background-repeat: no-repeat;
    background-position: center;
}

.slider-text__title {
    font-size: 16px;
    line-height: 20px;
    position: relative;
}

.slider-text__title a {
    color: #fff;
    font-weight: 500;
}

.slider-text__title a:hover {
    text-decoration: none;
    color: #db3727;
    border-bottom: 1px solid rgb(219, 55, 39);
}

.slider-text__title a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.m-nav .social-icon {
    display: none;
}

/* Home *
===================================================================================================*/

.title {
    background: #f8f8f8;
    border-left: 4px solid #db3727;
    padding: 12px 15px;
    margin-bottom: 30px;
    font-size: 20px;
    line-height: 25px;
    color: #db3727;
}

.title_recommended {
    background: none;
}

.posts {
    overflow: hidden;
}

.posts .posts__item {
    position: relative;
    overflow: hidden;
    margin-bottom: 30px;
}

.posts_home .posts__item {
    float: left;
    width: 206px;
    margin-right: 20px;
}

.cat-posts .posts__item {
    float: left;
    width: 206px;
    margin-right: 14px;
}

.posts_home .posts__item:nth-child(3n),
.posts_home .posts__item:nth-child(7n) {
    margin-right: 0px;
}

.posts_home .posts__item:nth-child(4n) {
    width: 100%;
}

.posts_home .posts__item:nth-child(6n) {
    margin-right: 20px;
}

.posts__item-img {
    position: relative;
    margin-bottom: 8px;
}

.posts__item-img img {
    vertical-align: bottom;
}

.posts__item-img .post-cat {
    position: relative;
    z-index: 1;
}

.posts__item-title {
    font-size: 16px;
    line-height: 19px;
    margin-bottom: 30px;
}

.posts__item-title a {
    color: #010101;
}

.posts__item-title a:hover {
    color: #db3727;
    text-decoration: none;
    border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}

.posts__item-title a:after {
    position: absolute;
    content: '';
    left: 13px;
    top: 13px;
    width: 180px;
    height: 120px;
    z-index: 0;
}

.posts__item-content {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
}

.more, .more-mi {
    overflow: hidden;
    padding-bottom: 30px;
    text-align: center;
    font-size: 16px;
    line-height: 21px;
    color: #db3727;
}

.more span, .more-mi span {
    border-bottom: 1px dashed #db3727;
    cursor: pointer;
}

.more span:hover, .more-mi span:hover {
    border-bottom: 0;
}

.slider-posts-wrap li {
    display: none;
}

.slider-posts-wrap .bx-wrapper li,
.slider-posts-wrap li:first-child {
    display: block;
}

.slider-posts-wrap {
    background: #f0edfc;
    margin-bottom: 40px;
    overflow: hidden;
    padding: 9px;
    position: relative;
}

.slider-posts-wrap .bx-prev,
.slider-posts-wrap .bx-next {
    position: absolute;
    left: 0;
    top: 41px;
    display: block;
    width: 26px;
    height: 65px;
    text-indent: -9999px;
    background-color: #fff;
    border: 1px solid #e9e5ff;
    box-sizing: border-box;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAWCAMAAADO+P1vAAAAVFBMVEUAAABpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabOQwBRGAAAAG3RSTlMAB7guFxD29O3n39jOxK+snpyQgHViV0khPj1WoCOuAAAAWUlEQVQI113PNxLAIBADQIJxztnW///pQhjNQLUFp9OZ+OxY/Fzgog5gp3yJiQotukA6VJ7agJO6gJW6awyW2T2amD4Dj0l8KX3QWBamFVqc1VFJVddBOvMDqG4FoHcKrngAAAAASUVORK5CYII=);
    background-position: center;
    background-repeat: no-repeat;
}

.slider-posts-wrap .bx-prev:hover,
.slider-posts-wrap .bx-next:hover {
    background-color: #db3727;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAWCAYAAAD5Jg1dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAMRJREFUeNpi+P//PwMezA7E64FYlIUBP5gCxAFAzIXPtKT/CFCKS5EREH+DKloDxIzYFAkB8T2oohtAzA8SR1fEBMTboIq+ALE2TA5dYQOSuyKQ5ZAVeQLxX6iiCehOgjEUgfgtVNERIGbDppATiM9CFT0HYilsIQEi5kIV/QZiO1zhygQMdUakmPiPM46gVp8jxmp0zxzG5RlswdOPTyF6gIfjUwiKwu3ERCEsUdwnlChISmYkJVwYng1VuJOB2MwFEGAA5PyL04pG07UAAAAASUVORK5CYII=);
    border: 1px solid #db3727;
}

.slider-posts-wrap .bx-next {
    left: auto;
    right: 0;
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAWCAMAAADO+P1vAAAAUVBMVEUAAABpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabNpabOAuiUKAAAAGnRSTlMAB/fcuK4T9O7nzsOenI+AdWJXST0yKiEZDiWpgnMAAABVSURBVAjXZc83DsAwDANA9/Te+f+HZhFBBPF0gyxSrmTv7CUM5AwsdEY4jE9ELOazQuLICkz0CGxG36G+zHeDlkl7QP+hBvRNyxShYNVRSVX/H6QzX4ozBVvArJlqAAAAAElFTkSuQmCC);
}

.slider-posts-wrap .bx-next:hover {
    background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAWCAYAAAD5Jg1dAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAALdJREFUeNpi+P//vygQrwdidiBmwIVBxM7/EDCbkMLS/wiQhE8hIxCvgSr8DsRGuBSCMD8Q34Aqvg/EQrgUgrAWEH+BKt4OxEy4FIJwOJJ7G/ApBOF+qMK/QOyJTyEbEB+GKn4LxIq4FIKwFBA/hyo+C8ScDHgC2Q6If0MVz2NiwA3+o/KwmyaJZPU5XFazInnmHT7PwILnH77gISrAiYpCPmISBdHJjOiEC8sKcwhlBaIyF0CAAQBQMasVTOhzegAAAABJRU5ErkJggg==);
}

.slider-posts-wrap .bx-pager {
    text-align: center;
    margin-top: 20px;
}

.slider-posts-wrap .bx-pager-item {
    display: inline-block;
}

.slider-posts-wrap .bx-pager-item:last-child {
    margin-right: 0;
}

.slider-posts-wrap .bx-pager-item a {
    width: 15px;
    height: 15px;
    display: block;
    text-indent: -9999px;
    background: #e5e5e5;
    border-radius: 50%;
    margin-right: 10px;
}

.slider-posts-wrap .bx-pager-item a:hover {
    background: #db3727;
}

.slider-posts-wrap .bx-pager-item .active {
    background: #db3727;
}

.slider-posts li {
    position: relative;
    overflow: hidden;
}

.slider-posts__img {
    position: relative;
    margin-bottom: 8px;
}

.slider-posts__img img {
    vertical-align: bottom;
}

.post-info_slider-posts {
    position: absolute;
    left: 0;
    bottom: 0;
    box-sizing: border-box;
    width: 100%;
    padding: 0 15px 15px 18px;
    background: rgba(0, 0, 0, 0);
    background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0, 0, 0, 0)), color-stop(100%, rgba(0, 0, 0, 0.5)));
    background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: -ms-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#000000', GradientType=0);
}

.slider-posts__title {
    font-size: 14px;
    line-height: 20px;
}

.slider-posts__title a {
    color: #010101;
}

.slider-posts__title a:hover {
    color: #db3727;
    text-decoration: none;
    border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}

.slider-posts__title a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.description {
    border-top: 4px solid #db3727;
    padding: 30px 1000%;
    margin: 0 -1000%;
    font-size: 14px !important;
    line-height: 19px !important;
    color: #666666;
}

.description__title {
    color: #db3727;
    font-size: 20px !important;
    line-height: 25px !important;
    font-weight: bold !important;
}

/* Sidebar *
===================================================================================================*/

.sidebar {
    float: right;
    width: 300px;
    background: #fff;
}

.sidebar .section {
    margin-bottom: 25px;
    overflow: hidden;
}

.sidebar-menu {
    margin-bottom: 30px;
}

.sidebar-menu .title {
    margin-bottom: 0;
}

.sidebar-menu > ul > .current-menu-item > .menu-arrow:before,
.sidebar-menu > ul > .current-menu-item > .menu-arrow:after {
    background: #85ece7;
}

.sidebar-menu > ul > .current-post-parent > .menu-arrow:before,
.sidebar-menu > ul > .current-post-parent > .menu-arrow:after {
    background: #85ece7;
}

.sidebar-menu > ul > li {
    font-size: 18px;
    line-height: 22px;
    position: relative;
}

.sidebar-menu > ul > li:hover .menu-arrow:before,
.sidebar-menu > ul > li:hover .menu-arrow:after {
    background: #85ece7;
}

.sidebar-menu > ul > li .menu-arrow {
    background: url(images/cl.png);
    background-position: center;
    background-repeat: no-repeat;
    position: absolute;
    width: 15px;
    height: 15px;
    cursor: pointer;
    right: 8px;
    top: 18px;
    text-indent: -9999px;
    z-index: 101;
    box-sizing: border-box;
}

.sidebar-menu > ul > li > ul > li .menu-arrow {
    display: none;
}

.sidebar-menu > ul.menu-ul > li {
    position: relative;
}

.sidebar-menu > ul > li .menu-arrow.active {
    background-image: url(images/op.png);
}

.sidebar-menu > ul > li > ul > li > a, .sidebar-menu > ul > li > ul > li > span {
    color: black;
    line-height: 36px;
    font-size: 14px;
    font-weight: bold;
}

.sidebar-menu > ul > li > ul > li > ul > li > a {
    color: black;
    line-height: 26px;
    font-size: 14px;
    padding-left: 20px;
}

.sidebar-menu > ul > li > ul > li > ul > li {
    position: relative;
}

.sidebar-menu > ul > li > ul > li > ul > li:before {
    content: '';
    background: url(images/sq.png);
    background-repeat: no-repeat;
    width: 5px;
    height: 5px;
    display: block;
    position: absolute;
    top: 10px;
    left: 8px;
}

.sidebar-menu > ul > li > ul > li > a:hover {
    color: #db3727;
    text-decoration: none;

}

.sidebar-menu > ul.menu-ul > li.active a {
    border: 0;
}

.sidebar-menu > ul > li > ul > li > ul > li > a:hover {
    color: #db3727;
    text-decoration: none;
}

.sidebar-menu > ul.menu-ul > li {
    border-bottom: 1px solid #e0e0e0;
}

.sidebar-menu > ul > li > a,
.sidebar-menu > ul > li > span {
    display: block;
    padding: 15px 25px 15px 15px;

    color: #666666;
    position: relative;
    z-index: 1;
    transition: easy;
}

.sidebar-menu > ul > li > span {

}

.sidebar-menu > ul > li > .ul_block {
    display: block;
}

.sidebar-menu > ul > li > ul {
    /*2*/
    display: none;

}

.sidebar-menu > ul > li > ul > li.current-post-parent > a {
    color: #db3727;
}

.sidebar-menu > ul > li > ul > li {
    font-size: 14px;
    line-height: 19px;

    padding-left: 20px;
}

.sidebar-menu > ul > li > ul > li:last-child {
    padding-bottom: 0;
}

.sidebar-menu > ul > li > ul > li > ul > li span {
    color: black;
    line-height: 36px;
    font-size: 14px;
    padding-left: 20px;
}

.sidebar-menu > ul > li > ul > li > span {
    color: #db3727;
    line-height: 36px;
    font-size: 14px;

}

.sidebar-menu > ul > li > ul > li > span:hover {
    border-bottom: 0;
}

.section-posts {
    overflow: hidden;
}

.section-posts__item {
    position: relative;
    margin-bottom: 20px;
}

.section-posts__item-title {
    font-size: 16px;
    line-height: 21px;
    margin-bottom: 10px;
}

.section-posts__item-title a {
    color: #010101;
    font-weight: 500;
}

.section-posts__item-title a:hover {
    color: #db3727;
    text-decoration: none;
    border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}

.section-posts__item-title a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    width: 300px;
    height: 180px;
}

.section-posts__item-text {
    font-size: 14px;
    line-height: 20px;
    color: #666666;
    margin-bottom: 12px;
}

.post-info__time_popular.post-info__time,
.post-info__time_single {
    color: #8a8a8a;
}

.post-info__time_popular.post-info__time:after,
.post-info__time_single:after {
    background: url(images/calend.png) no-repeat;
}

/* Crumbs *
===================================================================================================*/

.breadcrumbs {
    overflow: hidden;
    padding: 0 0 10px 0;
}

.breadcrumbs li {
    display: inline-block;
    position: relative;
    margin-right: 14px;
    padding-bottom: 3px;
    font-size: 14px;
    line-height: 18px;
    color: #8a8a8a;
}

.breadcrumbs li:after {
    position: absolute;
    content: '';
    background: url(images/hl.png);
    background-repeat: no-repeat;
    width: 4px;
    height: 6px;
    top: 6px;
    right: -11px;
}

.breadcrumbs li:last-child:after {
    background: url(images/cl.png);
    background-repeat: no-repeat;
    background-size: 6px;
    width: 6px;
    top: 8px;
    right: -15px;
}

.breadcrumbs li a {
    text-decoration: none;
    color: #8a8a8a;
}

.breadcrumbs li a:hover {
    border-bottom: 1px solid rgba(138, 138, 138, 0.2);
    text-decoration: none;
}

/* Category *
===================================================================================================*/

.cat-children {
    overflow: hidden;
    margin-bottom: 20px;
    width: 100%;
    margin-top: 20px;
}

.cat-children__item {
    background: #f3f3f3;
    width: 100%;
    border: 0;
    display: flex;
    font-size: 15px;
    line-height: 19px;
    margin: 0 10px 10px 0;
}

.cat-children__item a.cata {
    cursor: pointer;
    padding: 0;
    padding-right: 30px;
    background: #303030;
    color: white;
    float: left;
    height: 45px;
    padding-left: 30px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.cat-children__item a.cata:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(images/tit-no.png);
    width: 23px;
    height: 45px;
    top: 0;
    right: -23px;
}

.cat-children__item a.cata:hover:after {
    background-image: url(images/tit.png);
}

.cat-children__item a.cata:hover {
    text-decoration: none;
    background: #db3727;
    color: #fff;
}

ul.sub-ul {
    float: left;
    margin-left: 40px;
    padding-bottom: 20px;
}

ul.sub-ul li {
    position: relative;
    display: inline-block;
    padding: 10px 10px;
}

a.subcata {
    color: black;
    margin-left: 5px;
    border-bottom: 1px solid #c6c1c1;
    text-decoration: none;
}

a.subcata:hover {
    color: #db3727;
    border-bottom: 1px solid rgba(219, 55, 39, 0.41);

}

ul.sub-ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 17px;
    width: 4px;
    height: 4px;
    background: #db3727;
}

.cat-posts {
    overflow: hidden;
}

.qwes .bx-viewport {
    z-index: 10;
}

.cat-posts .posts__item:nth-child(2n+3) {

}

.cat-posts.cat-posts_ajax .posts__item:nth-child(odd) {

}

.cat-posts.cat-posts_ajax .posts__item:nth-child(even) {

}

.posts__item_first .posts__item-title a:after {
    width: 660px;
    height: 300px;
}

.posts__item_second {
    float: left;
    width: 320px;
    margin-right: 20px;
}

/* Single *
===================================================================================================*/

.single {
    overflow: hidden;
}

.single table {
    margin: 20px 0;
}

.single th,
.single td {
    padding: 6px 10px;
    border: 1px solid #d0d8db;
}

.single #ya-site-results td {
    border: none;
}

.single .title-img {
    position: relative;
    overflow: hidden;
    max-width: 660px;
    margin: 0 auto 20px auto;
    box-sizing: border-box;
}

.single .title-img img {
    vertical-align: bottom;
}

.single h1,
.single h2,
.single h3,
.single h4,
.single h5,
.single h6 {
    margin: 4px 0 10px;
    font-weight: bold;
}

.single h1 span,
.single h2 span,
.single h3 span,
.single h4 span,
.single h5 span,
.single h6 span {
    font-weight: bold;
}

.single h1 {
    font-size: 28px;
    line-height: 33px;
    margin-top: 0 !important;
}

.single h2 {
    font-size: 24px;
    line-height: 29px;
}

.single h3 {
    font-size: 22px;
    line-height: 27px;
}

.single h4 {
    font-size: 20px;
    line-height: 25px;
}

.single h5 {
    font-size: 19px;
    line-height: 24px;
}

.single h6 {
    font-size: 18px;
    line-height: 23px;
}

article.single {
    font-size: 15px;
    line-height: 18px;
}

.single blockquote {
    padding: 15px 30px;
    margin: 20px 0;
    border-left: 4px solid;
    min-height: 25px;
    font-size: 15px;
    line-height: 1.2;
    font-style: italic;
    background: #f3f3f3;
    color: black;
    font-weight: 500;
}

.single blockquote p:last-child {
    margin-bottom: 0;
}

.single ul li {
    list-style: none;
    padding: 0 0 2px 20px;
    position: relative;
}

.single ul li:last-child {
    padding-bottom: 0;
}

.single ul li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 6px;
    height: 6px;
    background: #db3727;
}

.single ul li ol,
.single ul li ul {
    margin-bottom: 0;
}

.single ul li ol li:last-child,
.single ul li ul li:last-child {
    padding-bottom: 0;
}

.single ol {
    padding: 0 0 10px 0;
    counter-reset: li;
    list-style: none;
}

.single ol li {
    overflow: hidden;
    background: none;
    position: relative;
    padding: 0 0 10px 40px;
}

.single ol li:last-child {
    padding-bottom: 5px;
}

.single ol li:before {
    content: counters(li, ".");
    counter-increment: li;
    position: absolute;
    left: 0;
    top: 0;
    width: 28px;
    height: 19px;
    background: url(images/num.png);
    font-size: 15px;
    line-height: 20px;
    color: #fff;
    font-weight: bold;
    padding-left: 4px;
    box-sizing: border-box;
}

.single ol li ol,
.single ol li ul {
    margin-bottom: 0;
}

.single ol li ol li:last-child,
.single ol li ul li:last-child {
    padding-bottom: 5px;
}

.single ol li ol li:before,
.single ol li ul li:before {
    font-size: 12px;
    line-height: 24px;
}

.single #toc_container {
    width: 100% !important;
    background: #f8f8f8;
    border: 0;
    margin-left: 12px;
    margin-bottom: 25px;
    box-sizing: border-box;
   /* float: right; */
    padding: 25px;
}

.title, .single #toc_container .toc_title {
    border: 0;
    margin: 0;
    margin-bottom: 15px;
}

.single #toc_container > ul {
    text-align: left;
    font-size: 16px;
    line-height: 20px;
    margin-bottom: 0;
}

p.toc_title {
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.single #toc_container > ul > li {
    padding: 0 0 4px 0;
    background: none !important;
    position: relative;
}

.single #toc_container > ul > li:last-child {
    padding-bottom: 0;
}

.single #toc_container > ul > li:before {
    display: none;
}

.single #toc_container > ul > li a {
    color: #000000;
    border-bottom: 1px dashed rgba(102, 102, 102, 0.5);
    font-size: 14px;
}

.single #toc_container > ul > li a:hover {
    color: #db3727;
    text-decoration: none;
    border-bottom: 1px dashed rgba(105, 105, 179, 0.2);
}

.single #toc_container > ul > li a .toc_number {
    font-size: 14px;
    line-height: 16px;
    color: #000;
    font-weight: bold;
    margin-right: 3px;
}

.single #toc_container > ul > li a .toc_number:after {
    content: '.';
}

.single #toc_container > ul > li > ul {
    margin: 8px 0 0 17px;
}

.single #toc_container > ul > li > ul > li {
    position: relative;
    padding-bottom: 8px;
    padding-left: 15px;
    background: none !important;
}

.single #toc_container > ul > li > ul > li:last-child {
    padding-bottom: 0;
}

.single #toc_container > ul > li > ul > li:before {
    display: none;
}


.single #toc_container > ul > li> ul > li > ul {
    margin: 8px 0 0 17px;
}

.single #toc_container > ul > li > ul > li > ul > li {
    position: relative;
    padding-bottom: 8px;
    padding-left: 15px;
    background: none !important;
}

.single #toc_container > ul > li > ul > li > ul > li:before {
    display: none;
}


.single img {
    max-width: 100%;
    height: auto;
    vertical-align: bottom;
    padding: 0 4px 4px 0;
}

.single iframe {
    max-width: 100%;
}

.single .wp-caption {
    text-align: center;
    border: 1px solid #c6c3c3;
    overflow: hidden;
    position: relative;
    padding: 7px 7px 0px 7px;
    margin-bottom:16px;
}

.single .wp-caption-text {
    text-align: center;
    padding: 8px 20px;
    font-size: 14px;
}

.breadcrumbs.breadcrumbs_single {
    padding: 8px 20px;
    background: #f8f8f8;
    width: 100%;
    box-sizing: border-box;
}

.post-meta {
    margin: 0;
    padding: 20px 0 25px 0;
    color: #666666;
    font-size: 12px;
    line-height: 14px;
}

.post-meta:after {
    content: '';
    display: table;
    clear: both;
}

.post-rating{
    float: left;
}

.post-rating__title,
.post-share__title {
    margin-bottom: 4px;
}

.post-ratings img {
    vertical-align: middle;
    padding: 0 5px 0 0 !important;
}

.post-ratings .post-ratings-text {
    position: relative;
    top: 5px;
}

.post-share {
    float: right;
    text-align: right;
}

.yarpp-related {
    overflow: hidden;
    margin-bottom: 30px;
}

.related li {
    overflow: hidden;
    float: left;
    width: 150px;
    position: relative;
    margin-right: 10px;
    font-size: 13px;
    line-height: 18px;
}

.related li:last-child {
    margin-right: 0;
}

.related li a {
    color: #010101;
    border-bottom: 1px solid rgba(105, 105, 179, 0.2);
}

.related li a:hover {
    color: #db3727;
    text-decoration: none;

}

.related li a:after {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    z-index: 2;
    width: 100%;
    height: 100%;
}

.related__item-img {
    position: relative;
    margin-bottom: 7px;
}

.related__item-img img {
    vertical-align: bottom;
}

.related__item-img .related__item-cat {
    position: absolute;
    left: 10px;
    bottom: 10px;
    font-size: 10px;
    line-height: 13px;
    z-index: 101;
    border-bottom: 0;
    max-width: 85%;
}

.related__item-img .related__item-cat > a {
    background: #8b8ce7;
    display: block;
    padding: 4px 10px;
    color: #fff;
}

.related__item-img .related__item-cat > a:hover {
    text-decoration: none;
    background: #db3727;
    color: #fff;
    border-bottom: 0;
}

/* Comments *
===================================================================================================*/

.respond__title {
    margin-bottom: 15px;
    margin-left: -30px;
    cursor: pointer;
    padding: 0;
    width: 90%;
    padding-right: 30px;
    background: #303030;
    color: white;
    float: left;
    height: 45px;
    padding-left: 30px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.respond__title:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(images/tit-no.png);
    width: 23px;
    height: 45px;
    top: 0;
    right: -23px;
}

.respond {
    background: #f6f6f6;
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
    padding-top: 0;
}

.respond input,
.respond textarea {
    color: #333;
    box-sizing: border-box;
    background-color: #fff;
    font-size: 14px;
    line-height: normal;
    border: none;
}

.respond input::-webkit-input-placeholder {
    color: #8a8a8a;
}

.respond input::-moz-placeholder {
    color: #8a8a8a;
}

.respond input:-moz-placeholder {
    color: #8a8a8a;
}

.respond input:-ms-input-placeholder {
    color: #8a8a8a;
}

.respond textarea::-webkit-input-placeholder {
    color: #8a8a8a;
}

.respond textarea::-moz-placeholder {
    color: #8a8a8a;
}

.respond textarea:-moz-placeholder {
    color: #8a8a8a;
}

.respond textarea:-ms-input-placeholder {
    color: #8a8a8a;
}

.respond-form .respond-form__site {
    margin-right: 0;
}

.respond-form__field {
    width: 50%;
    padding: 11px;
    box-sizing: border-box;
    float: left;
    margin: 0 3% 15px 0;
}

.respond-form__textarea {
    width: 100%;
    padding: 11px;
    margin-bottom: 15px;
}

.respond-form .respond-form__button {
    display: inline-block;
    padding: 10px 40px;
    background: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    transition: easy;
    background-color: #db3727;
}

.respond-form .respond-form__button:hover {
    text-decoration: none;
    background: #df2411;
    color: #fff;
}

.comment-title {
    font-size: 14px;
    line-height: 24px;
    color: #000;
    margin-bottom: 15px;
    font-weight: bold;
    position: relative;
    text-transform: uppercase;
}

.commentlist .comment {
    font-size: 14px;
    margin-bottom: 15px;
    color: #000;

    padding: 20px 30px;
    border-top: 1px solid #dfdfdf;
    border-bottom: 1px solid #dfdfdf;
}

.commentlist .comment .gravatar {
    float: left;
    margin-right: 24px;
}

.commentlist .comment .gravatar img {

}

.commentlist .comment p {
    margin-bottom: 15px;
    font-size: 14px;
}

.commentlist .comment .cauthor {
    margin-bottom: 10px;
}

.commentlist .comment .fn,
.commentlist .comment .fn a, .commentlist .comment .comment_date {
    font-size: 12px;
    line-height: 19px;
    color: #000;
    font-weight: bold;
}

.commentlist .comment .reply a {
    font-size: 14px;
    border: none;
    color: #db3727;
    text-decoration: none;
    border-bottom: 1px solid rgba(219, 55, 39, 0.2);
}

.commentlist .comment .reply a:hover {
    border: none;
}

.commentlist .children {
    margin-left: 20px;
}

.commentlist .comment_content {
    padding-left: 75px;
}

/* Footer *
===================================================================================================*/

.footer {
    background: #383838;
    margin: 0 -1000%;
    padding: 0 1000% 0 1000%;
}

.footer-logo {
    float: left;
    margin-bottom: 20px;
    padding-top: 25px;
}

.footer-nav {
    float: right;
    margin-top: 18px;
}

.footer-nav ul {
    overflow: hidden;
}

.footer-nav ul li {
    float: left;
    margin-right: 20px;
    padding-bottom: 2px;
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 18px;
}

.footer-nav ul li:last-child {
    margin-right: 0;
}

.footer-nav ul li a {
    text-decoration: none;
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

.footer-nav ul li a:hover {
    color: #8b8ce7;
    border-bottom: 0;
}

.footer-nav ul li span {
    color: #db3727;
}

.footer-bottom {
    clear: both;
    background: #db3727;
    margin: 0 -1000%;
    padding: 10px 1000%;
    overflow: hidden;
}

.copy {
    font-size: 12px;
    line-height: 16px;
    color: #feffff;
    float: left;
    margin-top: 10px;
}

.social-icon {
    float: right;
}

.social-icon a {
    width: 30px;
    height: 30px;
    display: block;
    float: left;
    text-indent: -9999px;
    margin-right: 12px;
    border-radius: 0;
    border: 1px solid #db3727;
    background-repeat: no-repeat;
    background-position: center;
    opacity: 0.6;
}

.social-icon a:last-child {
    margin-right: 0;
}

.social-icon .ok {
    background-image: url(images/ok_logo.png);
}

.social-icon a:hover {
    background-color: #db3727;
    opacity: 1;
}

.social-icon .yt {
    background-image: url(images/yo.png)
}

.social-icon .fb {
    background-image: url(images/fb.png);
}

.social-icon .gp {
    background-image: url(images/gl.png);
}

.social-icon .tw {
    background-image: url(images/tw.png)
}

.social-icon .in {
    background-image: url(images/in.png)
}

.social-icon .vk {
    background-image: url(images/vk.png)
}

#up {
    background: url(images/up.png);
    background-position: top;
    background-repeat: no-repeat;
    position: fixed;
    width: 32px;
    height: 30px;
    text-align: center;
    padding-top: 15px;
    margin-left: 1060px;
    top: 78%;
    cursor: pointer;
    color: #b7b7b7;
    font-size: 11px;
    z-index: 100;
}

.menu-overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    display: none;
    z-index: 99;
    text-indent: -9999px;
}

.js-nav .menu-overlay {
    display: block;
    background: rgba(255, 255, 255, 0.5);
}

/* Media queries  *
=================================================================================================== */

@media screen and (min-width: 1023px) {
    .main-menu__list > li:hover > ul {
        display: block;
    }

    .main-menu__list > li:hover > .menu-arrow {
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAwAAAAGCAYAAAD37n+BAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAH1JREFUeNpi+P//PwMalgbiE0B8DIgl0OXRFesA8SMg/gHEP4H4HhCr49LgCMTvgfgdENsBsSsQfwLit0Bsha4hAmrqQyDWRjJEH4ifAvE3IA6CaSgB4n9AfAGIpbD4SR6IrwLxHyDOBgk8AOItQMyHRTEMCwLxASC+CBBgAETi7lvzd1KYAAAAAElFTkSuQmCC) center no-repeat;
    }
}

@media screen and (max-width: 760px) {
    .m-nav {
        width: 80%;
        left: -83%;
    }

    .slider__img {
        width: 100%;
        height: auto;
    }

    .slider li .slider__item:nth-child(3),
    .slider li .slider__item:nth-child(4) {
        width: 50%;
    }

    .posts__item-img {
        width: 320px;
        margin: 0 auto 8px auto;
    }

    .posts__item-title a:after {
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
    }

    .slider-posts-wrap .bx-wrapper {
        width: 425px !important;
    }

    .slider-posts li {
        width: 210px !important;
    }

    .posts__item_first .posts__item-img {
        width: 100%;
        max-width: 660px;
    }

    .posts__item_first .posts__item-img img {
        max-width: 100%;
        height: auto;
    }

    .posts__item_first .posts__item-title a:after {
        left: 0;
        margin-left: 0;
    }

    .single .title-img .single__title {
        font-size: 25px;
        line-height: 30px;
        width: 100%;
        max-width: 70%;
        margin-left: 0;
        left: 15%;
    }

    .post-meta {
        text-align: center;
    }

    .post-rating {
        float: none;
        margin: 0 0 10px;
    }

    .post-share {
        float: none;
        text-align: center;
    }

    .related {
        max-width: 322px;
    }

    .related li {
        margin-bottom: 15px;
    }

    .related li:nth-child(odd) {

        margin-right: 20px;
    }

    .related li:nth-child(even) {
        clear: none;

    }

    #respond .respond-form__field {
        width: 100%;
        float: none;
    }

    .footer {
        text-align: center;
    }

    .footer-logo {
        float: none;
    }

    .footer-nav {
        float: none;
        margin-top: 0;
    }

    .footer-nav ul {
        display: inline-block;
    }
}

@media screen and (max-width: 480px) {
    .wrapper {
        width: 94%;
    }

    .m-nav {
        width: 100%;
        left: -103%;
    }

    .slider {
        display: none;
    }

    .logo {
        max-width: 100%;
        height: auto;
    }

    .posts__item-img {
        width: 100%;
    }

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

    .slider-posts-box {
        position: relative;
        margin-bottom: 15px;
        background: #f0edfc;
        padding: 10px;
    }

    .slider-posts-box .bx-wrapper {
        position: static;
    }

    .slider-posts-wrap {
        width: 206px;
        padding: 0;
        overflow: hidden;
        margin: 0 auto;
        background: none;
        position: static;
    }

    .slider-posts-wrap .bx-pager {
        display: none;
    }

    .slider-posts-wrap .bx-prev {
        left: 0;
    }

    .slider-posts-wrap .bx-next {
        right: 0;
    }

    .posts__item_first .posts__item-title a:after {
        width: 445px;
        height: 201px;
    }

    .single .title-img .single__title {
        font-size: 18px;
        line-height: 22px;
    }

    .single blockquote {
        background: #f8f8f8;
        padding: 15px;
    }

    .related {
        max-width: 150px;
    }

    .related li {
        float: none;
        margin-right: 0;
        width: 100%;
    }

    #respond {
        padding: 12px;
    }

    .footer-logo {
        max-width: 100%;
        height: auto;
    }
}

#toc_container ul li {
    padding: 0 0 20px 0;
}

#toc_container ul li:before {
    display: none;
}

header.header {
    padding: 0;
    margin-bottom: 25px;
    background: #db3727;
}

.search-form {
    background: rgba(255, 255, 255, 0.25);
    height: 37px;
    margin-top: 12px;
    width: 275px;
}

.search-form .search-form__field {
    font-size: 13px;
    color: white;
    line-height: 37px;
    height: 37px;
}

.search-form .search-form__field::-webkit-input-placeholder {
    color: #fff;
}

.search-form .search-form__field::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */

.search-form .search-form__field:-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */

.search-form .search-form__field:-ms-input-placeholder {
    color: #fff;
}

.search-form .search-form__button {
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAA8AAAAQCAYAAADJViUEAAABTElEQVQokZWTsSvtYRjHPw4l0e3oOguZbDIiw2VyC6PJYDH4DywMd7qMUgYx3O52dTeThZLJeDopMSgMBnITIeJjOM/h9XNP8q2nvj3P83173uf7vjUqCQaBCaAHaABOgXXgF3BEFipqozqvPvh/HKgj0fsSFTKXNN6pW+pfdT/J/1N7suK+EKgeqt/VerVWzas/kok21LpUvBiFa7U/O1rEQvQ8qd9ScTEKa1WEqF3qZfTNVPI5oBC7K73b5ivOgZPgrZVkDrgNXsgqEtQD+eDXqXg3+BDQUkU8ALQFL6Y+jyd2/LbseXrfXvUo6ntqc7qwvLqZHLCtTqqj6qx6ltT+ZH1G7VRLfoybdNvpeO3qinqhPkbzfRz60/ID0rLXUyo1vv0YAB1AN9AEHAM7wBXlT7MKfAWegOlqj6JaDKvnMcHSZ8WoY+qy+uUZ+kZLjNMQmckAAAAASUVORK5CYII=');
    background-repeat: no-repeat;
    width: 16px;
    background-position: center;
    height: 37px;
    padding: 0 23px;
}

.search-form:before {
    content: "";
    background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABEAAAAlCAYAAACkhgJBAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAA2ppVFh0WE1MOmNvbS5hZG9iZS54bXAAAAAAADw/eHBhY2tldCBiZWdpbj0i77u/IiBpZD0iVzVNME1wQ2VoaUh6cmVTek5UY3prYzlkIj8+IDx4OnhtcG1ldGEgeG1sbnM6eD0iYWRvYmU6bnM6bWV0YS8iIHg6eG1wdGs9IkFkb2JlIFhNUCBDb3JlIDUuNi1jMTM4IDc5LjE1OTgyNCwgMjAxNi8wOS8xNC0wMTowOTowMSAgICAgICAgIj4gPHJkZjpSREYgeG1sbnM6cmRmPSJodHRwOi8vd3d3LnczLm9yZy8xOTk5LzAyLzIyLXJkZi1zeW50YXgtbnMjIj4gPHJkZjpEZXNjcmlwdGlvbiByZGY6YWJvdXQ9IiIgeG1sbnM6eG1wTU09Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9tbS8iIHhtbG5zOnN0UmVmPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvc1R5cGUvUmVzb3VyY2VSZWYjIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDpEMzMxMEIwNUM1RTNFNjExQkQ2NkM0Q0MyMjE2MUU4MyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo5QzU3OUZCMUY5QjIxMUU2QTEzMzk1NDc4RUEyREVDRCIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo5QzU3OUZCMEY5QjIxMUU2QTEzMzk1NDc4RUEyREVDRCIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxNyAoV2luZG93cykiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpBMzJCMUYxNUE5RTdFNjExQUVGODg0MEI0OTVCQzUxQiIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpEMzMxMEIwNUM1RTNFNjExQkQ2NkM0Q0MyMjE2MUU4MyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PkmQmdYAAADQSURBVHjapNWNCoMgFAVgvVuwjf2wxlrpU+z9H85doYGIpccjXLCoj1KP2hCCIdpX6yEEcI1A7DCI/3d6kaPWxCKz1oFFXHrRg4xaFxZx+Q0UOWm9WGTRsgwipV9BkbfWwCJ+7xNbc3JnEV8brJacfFhkqT0nPSsURWJOziziWlchlBMUcaWcIIiss2IYZNrKCYI4A8Y7b7e9nLQiHt0vc2RIz5NeZO7ZvNMXLDqgJeTZkpMa4k1nkyQnI4v41pxsIbLOimEQKCfQqYa0nwADAPOUB0hZp+VDAAAAAElFTkSuQmCC');
    background-repeat: no-repeat;
    display: block;
    width: 18px;
    height: 37px;
    position: absolute;
    margin-left: -17px;
}

.text-logo {
    float: left;
    color: white;
    font-style: italic;
    margin-top: 25px;
}

.text-logo span {
    font-weight: 600;
}

.title {
    background: none;
    border: none;
    text-align: center;
    font-size: 18px;
    color: black;
    font-weight: bold;
    margin: 0;
}

article.description.single {
    border: 0;
}

.footer-bottom {
    background: #303030;
    height: 105px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.cop-text {
    width: 170px;
}

a.logo {
    text-decoration: none;
    display: block;
    margin-bottom: 0;
    color: white;
    font-size: 19px;
    font-weight: bold;
}

.copy {
    font-size: 12px;
    margin: 0;
    color: #b7b7b7;
}

.footer-nav ul li a:hover {
    color: #b7b7b7;
    border-bottom: 1px solid;
}

h1.description__title {
    color: black;
}

a.post-edit-link {
    color: black;
}

.more span {
    color: #db3727;
    border-bottom: 1px dashed #db3727;
}

.slider-text {
    background: url(images/slid-text.png);
    background-repeat: no-repeat;
    background-position: right top;
}

.slider-text {
    background: url(images/slid-text.png);
    background-repeat: no-repeat;
    background-position: right top;
    top: 0;
    right: 0;
    width: 360px;
    padding-left: 120px;
    left: auto;
    padding-top: 80px;
}

.slider-text__title a {
    font-size: 20px;
    font-weight: bold;
    color: black;
}

.slider-text__title {
    margin-bottom: 15px;
}

.posts__item-content__slide {
    font-size: 14px;
}

.bx-controls.bx-has-pager.bx-has-controls-direction {
    position: absolute;
    right: 20px;
    top: 70%;
}

.bx-controls-direction a {
    color: rgba(240, 248, 255, 0);
    font-size: 6px;
}

a.bx-prev:after {
    content: "<";
    font-family: monospace;
    font-size: 35px;
    color: black;
}

a.bx-next:after {
    content: ">";
    font-family: monospace;
    font-size: 35px;
    color: black;
}

.bx-controls-direction {
    position: absolute;
    top: 0;
    right: 0;
}

.slider .bx-pager {
    margin-top: 65px;
}

.bx-pager-item {
    width: 15px;
    margin-right: 10px;
}

a.bx-prev:hover:after,
a.bx-next:hover:after {
    color: #db3727;
}

.slider .bx-pager-item .active {
    background: #db3727;
    border: 1px solid #db3727;
}

.posts.posts_home .posts__item, .posts.cat-posts .posts__item {
    padding: 13px;
    box-sizing: border-box;
    border: 1px solid #dfdfdf;
    min-height: 250px;
    margin-bottom: 15px;
}

.posts_home .posts__item-title a, .cat-posts .posts__item-title a {
    color: #010101;
    font-size: 14px;
    border-bottom: 1px solid #d2d2d2;
}

.posts_home .post-views,
.post-info__comment,
.cat-posts .post-views {
    font-size: 11px;
    line-height: 15px;
    color: #737373;
    display: inline-block;
    padding-left: 22px;
    position: relative;
    margin-left: 10px;
}

.posts_home .post-views:after,
.cat-posts .post-views:after {
    position: absolute;
    content: '';
    left: 0;
    top: -2px;
    width: 20px;
    height: 17px;
    background: url(images/eye.png);
    background-repeat: no-repeat;
    background-position: center;
}

.posts_home .post-info__comment:after,
.cat-posts .post-info__comment:after {
    position: absolute;
    content: '';
    left: 0;
    top: -2px;
    width: 20px;
    height: 17px;
    background: url(images/com.png);
    background-repeat: no-repeat;
    background-position: center;
}

.posts_home .post-info.post-info_loop {
    position: absolute;
    bottom: 20px;
}

.posts_home .posts__item.posts__item_tree .posts__item-img {
    float: left;
    margin-right: 25px;
}

.posts_home .posts__item_tree .posts__item-title a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.posts_home .posts__item_tree .posts__item-content {
    color: black;
}

.posts_home .posts__item.posts__item_tree .post-info.post-info_loop {
    right: 25px;
}

.posts.posts_home .posts__item.posts__item_tree {
    padding: 25px;
}

.posts_home .posts__item_tree .posts__item-title a:hover {
    text-decoration: none;
    color: #db3727;
    border-bottom: 1px solid rgb(219, 55, 39);
}

.title-sidebar {
    cursor: pointer;
    padding-left: 22px;
    padding-right: 30px;
    background: #303030;
    color: rgba(255, 255, 255, 0.50);
    width: 96px;
    float: left;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.title-sidebar.active {
    background: #db3727;
    color: white;
}

.title-sidebar:first-child {
    margin-right: 32px;
    width: 66px;
}

.title-sidebar.active:first-child:after {

    background-image: url(images/tit.png);

}

.title-sidebar:first-child:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(images/tit-no.png);
    width: 23px;
    height: 45px;
    top: 0;
    right: -23px;
}

.title-sidebar:nth-child(2) {
    background: url(images/tab.png);
    margin-left: -23px;
    width: 173px;
    padding-left: 45px;
    box-sizing: border-box;
}
.title-sidebar.active:nth-child(2) {
    background: url(images/tab-active.png);
  
}


.tab-item {
    display: none;
    width: 100%;
    float: left;
    box-sizing: border-box;
    padding: 15px 24px;
    background: #f3f3f3;
}

.tab-item.active {
    display: block;
}

.sidebar-menu {
    width: 100%;
    float: left;
}

.interesting .posts__item-img {
    float: left;
    margin: 0;
    margin-right: 20px;

}

.interesting .posts__item-title {

    float: right;
    width: 130px;
}

.posts__item.interesting {
    position: relative;
    display: table;
    padding: 15px 0;
    border-bottom: 1px solid #c0c0c0;
}

.interesting .post-info.post-info_loop {
    position: absolute;
    right: 58px;
    bottom: 15px;
}

.posts__item.interesting:last-child {
    border: 0;
}

.interesting .posts__item-title a:hover {
    color: #db3727;
    text-decoration: none;
    border-bottom: 1px solid rgba(219, 55, 39, 0.25);
}

.interesting .posts__item-title a {

    text-decoration: none;
    border-bottom: 1px solid rgb(192, 192, 192);
}

.sidebar-menu > ul > li > a, .sidebar-menu > ul > li > span {
    color: black;
    border-color: #c0c0c0;
    padding-left: 20px;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none;
}

.sidebar-menu > ul > li {
    position: relative;
}

.sidebar-menu > ul > li:before {
    content: '';
    display: block;
    width: 7px;
    height: 4px;
    background: url(images/li.png);
    position: absolute;
    top: 25px;
}

.sidebar .section {
    width: 100%;
    margin-top: 30px;
    float: left;
    border: 1px solid #dfdfdf;
    padding: 0 25px;
    box-sizing: border-box;
}

.sidebar .textwidget{
    margin: auto auto auto -25px;
}

.qwes-box {
    width: 100%;
    float: left;
    position: relative;
}

.qwes .slider__item {
    height: 100px;
}

.qwes .slider__item {
    height: 110px;
    padding: 25px;
    box-sizing: border-box;
    padding-bottom: 0;
}

.qwes-box {
    margin-top: 25px;
    width: 100%;
    float: left;
    position: relative;
    height: 390px;
    background: #f3f3f3;
}

.img-bg {
    position: absolute;
    bottom: 0;
    right: 0;
}

.title-qwes:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(images/tit-no.png);
    width: 23px;
    height: 45px;
    top: 0;
    right: -23px;
}

.title-qwes {
    cursor: pointer;
    width: 70%;
    padding-left: 23px;
    padding-right: 30px;
    background: #303030;
    color: white;
    float: left;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.slider-text__title-qwes a {
    font-size: 14px;
    font-style: italic;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #bebdbd;
}

a.get-all-qwes {
    position: relative;
    z-index: 10;
    text-decoration: none;
    display: inline-block;
    margin-left: 50px;
    font-size: 13px;
    color: #db3727;

    font-style: italic;
    border-bottom: 1px solid rgba(241, 42, 46, 0.4);
}

.get-qwe {

    position: relative;
    z-index: 10;
    width: 130px;
    height: 35px;
    background: #db3727;
    text-align: center;
    margin-left: 50px;
    margin-top: 12px;
    line-height: 35px;
}

.get-qwe a {
    text-decoration: none;
    color: white;
    height: 100%;
    font-size: 13px;
    width: 100%;
    display: block;
}

.qwes .bx-controls.bx-has-controls-direction {
    position: absolute;
    left: 37px;
    width: 63px;
    height: 41px;
    bottom: 115px;
    z-index: 100;
}

.slider-text__title-qwes:before {
    content: "?";
    font-weight: 800;
    color: white;
    font-size: 14px;
    width: 18px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    background: #db3727;
    display: block;
    float: left;
    position: absolute;
    left: -5px;
    top: 3px;
}

.slider-text__title-qwes {
    padding-left: 25px;
    position: relative;
}

.big-titlr {
    background: url(images/bg-tit.png);
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    height: 100%;
    width: 360px;
    padding-top: 80px;
    padding-left: 25px;
    box-sizing: border-box;
    padding-right: 85px;
}

h1.single__title {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.2;
    border-bottom:5px solid #db3727;
}

.section-posts-box.section .title {

    padding: 0;
    margin-left: -25px;
    width: 80%;
    margin-bottom: 15px;
    padding-left: 23px;
    padding-right: 30px;
    background: #303030;
    color: white;
    float: left;
    text-align: center;
    height: 45px;
    line-height: 45px;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    position: relative;
}

.section-posts-box.section .title:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(images/tit-no.png);
    width: 23px;
    height: 45px;
    top: 0;
    right: -23px;
}

.section-posts {
    width: 100%;
}

article.single {
    border-bottom: 1px solid #f3f3f3;
}

.related li {
    padding: 14px;
    border: 1px solid #c6c3c3;
    min-height: 220px;
    width: 210px;
    box-sizing: border-box;
}

.section-posts__item {
    padding: 15px 31px;
    box-sizing: border-box;
    border-bottom: 1px solid #dfdfdf;
}

.section-posts__item-title a {
    font-size: 14px;
    border-bottom: 1px solid #dfdfdf;
}

.section-posts__item:last-child {
    border: none;
}

div#qwestion {
    background: #f6f6f6;
    clear: both;
    margin-bottom: 30px;
    overflow: hidden;
    padding: 30px;
    padding-top: 0;
}

input.qwes-form {
    width: 50%;
    padding: 11px;
    box-sizing: border-box;

    margin: 0 3% 12px 0;
    border: 0;
}

textarea.qwes-form {
    width: 100%;
    height: 150px;
    border: none;
    padding: 11px;
    box-sizing: border-box;
}

input.qwes-sbt {
    display: inline-block;
    padding: 10px 40px;
    background: none;
    text-align: center;
    color: #fff;
    font-size: 16px;
    line-height: normal;
    transition: easy;
    background-color: #db3727;
    border: 0;
    margin-top: 15px;
}

h1.faq__title {
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    margin-bottom: 15px;
}

.get-qwestion {
    width: 100%;
    box-sizing: border-box;
    height: 260px;
    background: #f6f6f6;
    background-image: url(images/korz.png);
    background-position: 20px 20px;
    background-repeat: no-repeat;
    margin-bottom: 35px;
    padding-left: 230px;
    padding-top: 35px;
    padding-right: 30px;
}

.text-get {
    font-size: 13.4px;
}

a.get-qwest {
    position: relative;
    z-index: 10;
    width: 130px;
    height: 35px;
    background: #db3727;
    text-align: center;
    margin-left: 140px;
    margin-top: 25px;
    line-height: 35px;
    color: white;
    display: block;
    font-size: 14px;
}

a.get-qwest:hover {
    text-decoration: none;
    background: #ca3325;
}

.slider-pop {
    padding: 0 30px;
    height: 200px;
    position: relative;
    border: 1px solid gainsboro;
    margin-bottom: 30px;
}

.respond__title.pop {
    text-align: center;
}

.slider-text-pop a {
    font-size: 14px;
    font-style: italic;
    color: black;
    text-decoration: none;
    border-bottom: 1px solid #bebdbd;
    font-weight: normal;
}

.slider-text-pop .slider-text__title:before {
    content: "?";
    font-weight: 800;
    color: white;
    font-size: 14px;
    width: 18px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    background: #db3727;
    display: block;
    float: left;
    position: absolute;
    left: 0;
    top: 3px;
}

.slider-text-pop .slider-text__title {
    padding-left: 30px;
    position: relative;
}

.img-bg {
    background-image: url(images/korz.png);
    background-position: -20px bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transform: scale(-1, 1);
}

.slider-pop .bx-controls-direction {
    bottom: 20px;
    top: auto;
    right: 30px;
}

.posts__qwes .posts__item-title a {
    font-size: 14px;

    color: black;
    text-decoration: none;
    border-bottom: 1px solid #bebdbd;
    font-weight: normal;
}

.posts__qwes {
    font-size: 16px;
    width: 32%;
    box-sizing: border-box;
    padding-left: 25px;
    margin-right: 1%;
    float: left;
    line-height: 19px;
    margin-bottom: 20px;
    position: relative;
    height: 100px;
}

.posts__qwes .posts__item-title :before {
    content: "?";
    font-weight: 800;
    color: white;
    font-size: 14px;
    width: 18px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    background: #db3727;
    display: block;
    font-style: normal;
    float: left;
    position: absolute;
    left: 0;
    top: 3px;
}

.more {
    width: 100%;
}

time.post-info__time.post-info__time_single {
    width: 100%;
    margin-bottom: 15px;
}

/*.single h2:nth-child(4) {
    margin-top: 0;
    float: right;
    width: 48%;
}*/

blockquote:nth-child(3) {
    padding-left: 60px;
    position: relative;
}

blockquote:nth-child(3):before {
    content: "?";
    font-weight: 800;
    color: white;
    font-size: 14px;
    width: 18px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    background: #db3727;
    display: block;
    font-style: normal;
    float: left;
    position: absolute;
    left: 30px;
    top: 30px;
}

.title.cat-t {
    text-transform: uppercase;
}

ul.sub-ul.dot {
    width: 100%;
    box-sizing: border-box;
    margin: 0;
    background: #f3f3f3;
    padding: 22px;
}

ul.sub-ul.dot li {
    width: 31%;
    margin-right: 2%;
    box-sizing: border-box;
    float: left;
    border-right: 1px solid gainsboro;
}

ul.sub-ul.dot li:nth-child(3n) {
    border: 0;
}

.posts.cat-posts.ajax_pagination.sub-cat-p {
    width: 100%;
    margin-top: 20px;
    float: left;
    display: flex;
    flex-wrap: wrap;
}

.posts.cat-posts.ajax_pagination.sub-cat-p .posts__item-title {

    margin-bottom: 45px;
}

.cat-posts .posts__item.posts__item_tree .posts__item-img {
    float: left;
    margin-right: 25px;
}

.cat-posts .posts__item_tree .posts__item-title a {
    font-size: 18px;
    font-weight: bold;
    line-height: 1.4;
}

.cat-posts .posts__item_tree .posts__item-content {
    color: black;
}

.cat-posts .posts__item.posts__item_tree .post-info.post-info_loop {
    right: 25px;
    position: absolute;
    bottom: 20px;
}

.posts.cat-posts .posts__item.posts__item_tree {
    padding: 25px;
    width: 100%;
}

.cat-posts .posts__item_tree .posts__item-title a:hover {
    text-decoration: none;
    color: #db3727;
    border-bottom: 1px solid rgb(219, 55, 39);
}

.post-cat-name ul.post-categories li {
    display: none;
}

.post-cat-name ul.post-categories li:last-child {
    display: block;
}

.category .posts.cat-posts .posts__item {
    min-height: 260px;
}

.category .post-info.post-info_loop {
    position: absolute;
    bottom: 15px;
}

.post-cat-name {
    position: absolute;
    bottom: 40px;
    font-size: 13px;
}

ul.post-categories a {
    text-decoration: none;
    color: #db3727;
    border-bottom: 1px solid rgba(219, 55, 39, 0.41);
    margin-left: 10px;
}

ul.post-categories li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 6px;
    width: 4px;
    height: 4px;
    background: #db3727;
}

.posts__item.posts__item_tree .post-cat-name {
    right: 25px;
    bottom: 45px;
}

aside.sidebar .search-form {
    display: none;
}

aside.sidebar .social-icon {
    display: none;
}

.interest {
    display: none;
}

.slider .slider__item {
    display: none;
}

.slider .bx-wrapper .slider__item,
.slider .slider__item:first-child {
    display: block;
}

.qwes .slider__item {
    display: none;
}

.qwes .bx-wrapper .slider__item,
.qwes .slider__item:first-child {
    display: block;
}

.logo.top {
    font-size: 20px;
    font-weight: bold;
    color: white;
    height: 55px;
    background: #303030;
    line-height: 55px;
    padding-left: 90px;
    padding-right: 15px;
    margin-right: 55px;
    position: relative;
}

.logo.top:after {
    content: '';
    display: block;
    position: absolute;
    background-image: url(images/tit-no.png);
    width: 30px;
    background-size: cover;
    height: 55px;
    top: 0;
    right: -26px;
}

.logo.top:before {
    content: '';
    display: block;
    position: absolute;
    background-image: url(images/logo-p.png);
    width: 68px;
    height: 28px;
    top: 11px;
    left: 11px;
}

a.get-all-qwes:hover {
    color: black;
    border: none;
}

a.get-qwes:hover {
    background: #bc3123;
}

.slider-text__title-qwes a:hover {
    color: #db3727;
    border: none;
}

.sidebar-menu > ul > li > span {
    color: #db3727;
}

.sidebar-menu > ul.menu-ul > li a:hover {
    color: #db3727;
}

.posts_home .posts__item-title a:hover, .cat-posts .posts__item-title a:hover {
    color: #db3727;
    border-bottom: 1px solid #ffbfb9;
}

.posts.posts_home .posts__item.posts__item_tree .posts__item-title a:after {
    position: absolute;
    content: '';
    left: 13px;
    top: 25px;
    width: 310px;
    height: 200px;
    z-index: 0;
}

.posts.cat-posts.ajax_pagination.sub-cat-p .posts__item-title a:after {
    position: absolute;
    content: '';
    left: 13px;
    top: 25px;
    width: 310px;
    height: 200px;
    z-index: 0;
}

ul.breadcrumbs a {
    font-size: 12px;
}

article.single ul {
    margin: 0 0 14px 10px;
}

.posts.cat-posts.cat-posts_ajax.ajax_pagination {
    width: 100%;
    margin-top: 20px;
   
}

.posts.cat-posts.ajax_pagination {
    display: flex;
    flex-wrap: wrap;
}

.posts.cat-posts.ajax_pagination.sub-cat-p .posts__item.posts__item_tree .posts__item-title {
    margin-bottom: 5px;
}

.title h1 {
    font-weight: bold;
}

.qwes:after {
    background-image: url(images/korz.png);
    background-position: -20px bottom;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    transform: scale(-1, 1);
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.close, .nav-min {
    display: none;
}
.question {
    padding: 30px;
    margin: 20px 0;
    border-left: 4px solid;
    min-height: 25px;
    font-size: 14px;
    line-height: 1.2;
    font-style: italic;
    background: #f3f3f3;
    color: black;
    font-weight: 500;
    padding-left: 60px;
    position: relative;
}

.question:before {
    content: "?";
    font-weight: 800;
    color: white;
    font-size: 14px;
    width: 18px;
    line-height: 18px;
    height: 18px;
    text-align: center;
    background: #db3727;
    display: block;
    font-style: normal;
    float: left;
    position: absolute;
    left: 30px;
    top: 30px;
}
@media (max-width: 1030px) {
    .text-logo {
        display: none;
    }

    .slider {
        width: 100%;
    }

    img.slider__img {
        width: 100%;
        height: auto;
    }

    .slider-text {
        width: 53%;
        background-size: cover;
        padding-left: 21%;
        padding-top: 17%;
    }

    .main-box {
        border: 0;
    }

    .main-box .slide-out-open {
        display: none;
    }

    .single .title-img {
        max-width: 100%;
    }

    aside.sidebar {
        padding-bottom: 25px;
        box-shadow: -2px 2px 9px #434343;
        position: absolute;
        right: -310px;
        top: 0;
        transition: 0.5s;
        background: #f3f3f3;
    }

    aside.sidebar .search-form {
        display: block;
    }

    aside.sidebar .social-icon {
        display: block;
    }

    main.content, .wrapper {
        width: 100%;
        box-sizing: border-box;
        padding: 0 20px;
    }

    .posts {
        width: 660px;
        margin: auto;
    }

    .search-form {
        display: none;
    }

    .nav-min {
        display: block;
        float: right;
        height: 38px;
        width: 38px;
        cursor: pointer;
        background: #303030;
        border-radius: 3px;
        margin-top: 13px;
        padding: 4px 0;
        box-sizing: border-box;
        text-indent: -9999px;
        background: url(images/nav-min.png);
    }

    aside.sidebar.active {
        right: 0;
    }

    .close {
        content: '';
        display: block;
        background: url(images/close.png);
        height: 33px;
        width: 33px;
        cursor: pointer;
        margin-top: 18px;
        margin-left: 18px;
        background-repeat: no-repeat;
        background-position: center;
        text-indent: -9999px;
        float:left;
    }

    .search-form {
        background: #c2c2c2;
        margin-top: 18px;
        float: left;
        margin-left: 18px;
        width: 265px;
    }

    aside.sidebar .social-icon {
        float: right;
        margin-top: 18px;
        margin-left: 18px;
    }

    aside.sidebar .social-icon a {
        border: 0;
        background-color: #7e7e7e;
        width: 32px;
        height: 32px;
        margin-right: 16px;
    }

    .title-sidebar.active {
        display: block;
        width: 100%;
        text-align: left;
    }

    .title-sidebar {
        display: none;
    }

    .title-qwes {
        width: 100%;
        text-align: left;
    }

    .qwes-box {
        margin-top: 0;
    }
}

@media (max-width: 770px) {
    .text-logo {
        display: none;
    }

    .social-icon {
        display: none;
    }

    main.content {
        width: 100%;
        padding: 0;
    }

    .related {
        max-width: 100%;
    }

    .post-meta {
        text-align: left;
    }

    .post-share {
        float: right;

    }

    .post-rating {
        float: left;

    }

    .section-posts-box.section {
        display: none;
    }

    .title-inter {
        padding: 0;
        margin-left: -25px;
        width: 80%;
        margin-bottom: 15px;
        padding-left: 23px;
        padding-right: 30px;
        background: #303030;
        color: white;
        float: left;
        height: 45px;
        line-height: 45px;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        position: relative;
    }

    .interest {
        background: #f3f3f3;
        padding: 25px;
        box-sizing: border-box;
        padding-top: 0;
        display: table;
    }

    .title-inter:after {
        content: '';
        display: block;
        position: absolute;
        background-image: url(images/tit-no.png);
        width: 23px;
        height: 45px;
        top: 0;
        right: -23px;
    }

    .interest .posts__item-img {
        width: 100px;

    }

    .interest .posts__item.interesting {
        width: 40%;
        float: left;
        margin-right: 10%;
    }

    .big-titlr {
        padding-top: 50px;
    }
}

@media (max-width: 732px) {
    .interest .posts__item.interesting {
        width: 90%;
    }

    .slider {
        display: none;
    }

    .interesting .posts__item-title {
        float: left;
        width: 65%;
    }

    .interesting .post-info.post-info_loop {
        position: absolute;
        left: 115px;
        bottom: 15px;
    }

    .posts_home .posts__item-img img {
        width: 180px;
        height: auto;
    }

    .posts_home .posts__item:nth-child(4n) {
        width: 206px;
    }

    .posts__item-content {
        display: none;
    }

    .posts_home .posts__item-img {
        width: 100%;
    }

    .posts {
        width: 100%;
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }

    .posts_home .posts__item {
        margin: 7px !important;
    }

    .posts_home .posts__item:nth-child(7) {
        display: none;
    }

    main.content {

        padding: 0;
    }

    .wrapper {
        padding: 0 10px;
    }

    .category .posts__item:nth-child(3n) {
        display: none;
    }

    ul.sub-ul.dot li {
        width: 49%;
    }

    .single #toc_container {
        width: 100%;
    }

    .post-meta {
        text-align: center;
    }

    .post-rating, .post-share {
        float: none;
    }

    .yarpp-related ul{
        overflow: hidden;
        text-align: center;
        width: 100%;
    }
    .yarpp-related ul li{
        display: inline-block;
        float: none;
        text-align: left;
    }

    li.related__item:last-child {
        display: none;
    }

    div.alignleft {
        float: none;
        margin: 10px auto !important;
    }

    h2, h3, h4, h5, h6 {
        width: 100%;
    }

    blockquote:nth-child(3) {

        display: table;
    }

    .single h2:nth-child(4) {
        display: none;
    }

    .text-get {
        overflow: hidden;
        height: 90px;
    }

    a.get-qwest {
        margin-left: 0;
        margin-top: 10px;
    }

    .posts__qwes {
        width: 43%;
    }

    .cat-children__item {
        flex-wrap: wrap;
        justify-content: space-between;
    }

    ul.sub-ul {
        width: 100%;
        display: block;
        margin-left: 15px;
    }

    .open-sub {
        width: 30px;
        height: 30px;
        background: #db3727;
        float: right;
        margin-right: 15px;
        margin-top: 8px;
        border-radius: 50%;
        cursor: pointer;
    }

    ul.sub-ul li {
        width: 100%;
    }

    .open-sub:after {
        content: "+";
        font-size: 35px;
        color: white;
        margin-left: 5px;
        margin-top: 5px;
        display: block;
    }
    .open-sub.minus:after {
        content: '-';
        margin-top: 2px;
        margin-left: 9px;
    }

    ul.sub-ul {
        display: none;
    }
}

@media (max-width: 479px) {
    .logo.top {
        font-size: 12px;
        font-weight: bold;
        color: white;
        height: 50px;
        background: #303030;
        line-height: 55px;
        padding-left: 90px;
        padding-right: 15px;
        margin-right: 26px;
        position: relative;
    }

    .logo.top:after {
        content: '';
        display: block;
        position: absolute;
        background-image: url(images/tit-no.png);
        width: 30px;
        background-size: cover;
        height: 50px;
        top: 0;
        right: -26px;
    }

    .logo {
        max-width: 80%;
        height: auto;
    }

    .nav-min {
        margin-bottom: 10px;
    }

    .posts_home .posts__item, .posts_home .posts__item:nth-child(4n), .category .posts.cat-posts .posts__item, .related li {
        width: 100%;
    }

    .posts_home .posts__item-img img, .cat-posts .posts__item-img img, .related__item-img img {
        width: 100%;
        height: auto;
    }

    .posts.posts_home .posts__item, .posts.cat-posts .posts__item, .category .posts.cat-posts .posts__item, li.related__item {
        min-height: 300px;
    }

    .interesting .posts__item-title {

        width: 46%;
    }

    .cop-text, .cop-text a.logo, .copy {
        width: 100%;
        max-width: 100%;
        text-align: center;
    }

    ul.sub-ul.dot li {
        width: 100%;
    }

    .big-titlr {
        width: 66%;
        padding-top: 10px;
        background-size: 100%;
        padding-right: 20px;
    }

    .single .title-img .single__title {
        font-size: 14px;
        line-height: 22px;
    }
}
.rekl_shap_news{margin:0 0 15px}
.rekl_shap_cat{margin:15px 0 0}
.rekl_pod_text{margin:25px 0 25px;}
.vaz_bok_news{}
.rekl_com{margin-bottom:26px;}
#gallery-1{margin-bottom:14px !important}
#custom_html-2 {border:none;}