* {
    background: transparent;
    margin: 0;
    padding: 0;
    outline: none;
    border: 0;
    box-sizing: border-box;
}

ol,ul {
    position: relative;
    padding-left: 18px;
 }

blockquote, q {
    quotes: none;
}

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

input, select {
    vertical-align: middle;
}

article, aside, figure, figure img, hgroup, footer, header, nav, section, main {
    display: block;
}

img {
    max-width: 100%;
}

.clr {
    clear: both;
}

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

body {
    font: 16px 'Roboto', sans-serif;
    line-height: 1.5;
    padding: 0;
    margin: 0;
    color: #333;
    background: #ffffff;
    min-height: 100%;
    width: 100%;
    font-weight: 400;
}

a {
    color: #515365;
    text-decoration: none;
}

a:hover, a:focus {
    color: #ffad33;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: 400;
    font-size: 22px;
}

button, textarea, select, input[type="text"], input[type="password"], input[type="button"], input[type="submit"] {
    appearance: none;
    -webkit-appearance: none;
    font-size: 16px;
    font-family: 'Roboto' !important;
}

.button, .btn, .pagi-load a, .up-second li a, .usp-edit a, .qq-upload-button, button:not(.color-btn):not([class*=fr]):not(.search-btn):not([class*=owl-]):not([class*=plyr]), html input[type="button"], input[type="reset"], input[type="submit"], .meta-fav a, .usp-btn a {
    display: inline-block;
    text-align: center;
    padding: 0 20px;
    height: 40px;
    line-height: 39px;
    border-radius: 4px;
    cursor: pointer;
    background-color: #f5f6fa;
    color: #777790;
    font-size: 16px;
    border: 1px solid #dbdfec;
}

.button:hover, .btn:hover, .up-second li a:hover, .usp-edit a:hover, .qq-upload-button:hover, .pagi-load a:hover, .usp-btn a:hover, button:not(.color-btn):not([class*=fr]):not(.search-btn1):not([class*=owl-]):not([class*=plyr]):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover, .meta-fav a:hover {
    background-color: #ff9800;
    color: #fff;
    border-color: #ff9900;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0);
}

button:active, input[type="button"]:active, input[type="submit"]:active {
    box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
}

input[type="text"], input[type="password"] {
    height: 40px;
    line-height: 40px;
    border-radius: 4px;
    border: 0;
    padding: 0 15px;
}

select {
    height: 40px;
    border: 0;
    padding: 0 15px;
}

textarea {
    padding: 15px;
    overflow: auto;
    vertical-align: top;
    resize: vertical;
}

input[type="text"], input[type="password"], select, textarea {
    width: 100%;
    background-color: #fff;
    color: #000;
    box-shadow: inset 0 0 0 1px #f3f3f3, inset 1px 2px 5px rgba(255, 255, 255, 0.1);
}

select {
    width: auto;
}

input[type="text"]:focus, input[type="password"]:focus, textarea:focus {
    box-shadow: inset 0 0 0 1px #3498db, inset 1px 2px 5px rgba(0,0,0,0.1);
}

input::placeholder, textarea::placeholder {
    color: #000;
    opacity: 0.5;
    font-size: 14px;
}

input:focus::placeholder, textarea:focus::placeholder {
    color: transparent
}

.img-box, .img-wide, .img-resp, .img-resp-vert, .img-fit {
    overflow: hidden;
    position: relative;
}

.img-resp {
    padding-top: 70%;
}

.img-resp-vert {
    padding-top: 140%;
}

.img-box img, .img-resp img, .img-resp-vert img {
    width: 100%;
    min-height: 100%;
    display: block;
}

.img-resp img, .img-resp-vert img {
    position: absolute;
    left: 0;
    top: 0;
}

.img-wide img {
    width: 100%;
    display: block;
}

.img-fit img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.nowrap {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

/*.fx-row, #dle-content {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}*/

.fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}
.fx-unit { display: -ms-flexbox; display: -webkit-flex; display: flex;-ms-flex-wrap: wrap; -webkit-flex-wrap: wrap; flex-wrap: wrap; -ms-flex-pack: justify;}
.fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.fx-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.fx-first {
    -ms-flex-order: -1;
    -webkit-order: -1;
    order: -1;
}

.fx-last {
    -ms-flex-order: 10;
    -webkit-order: 10;
    order: 10;
}

.fx-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
}

.fx-between {
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

b, strong, .fw700 {
    font-weight: 700;
}

.icon-left [class*="fa-"], .icon-left .icon {
    margin-right: 10px;
}

.icon-right [class*="fa-"], .icon-right .icon {
    margin-left: 10px;
}

.hidden, #dofullsearch {
    display: none;
}

.anim, .btn, button, .nav-load a, .short-item a, .header-menu a, .header-btn, .short-img, .footer a, .side-nav a {
    transition: all .3s;
}

.mtitle, .sub-title h1, .form-wrap h1 {
    margin-bottom: 20px;
    font-size: 22px !important;
}

#dle-content > *:not(.short-thumb) {
    width: 100%;
}

/* BASIC GRID
----------------------------------------------- */
.wrap {
    min-width: 320px;
    position: relative;
}

.wrap-center {
    max-width: 1400px;
    width: calc(100% - 60px);
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.wrap-main {
    background-color: #f6f7fb;
}

.header {
    transition: top 0.48s linear;
    color: #656565;
    background-color: #ffffff;
    position: fixed;
    left: 0;
    top: 0;
    z-index: 990;
    width: 100%;
    -webkit-box-shadow: 0px 0px 20px 0px rgba(103,92,139,0.05);
    box-shadow: 0px 0px 20px 0px rgba(103,92,139,0.05);
}

.header.sticky {
    position: fixed;
}

.header.sticky-hide {
    top: -80px;
}

.header.sticky-vis {
    top: 0;
}

.header-in {
    padding: 0 30px;
}

.main {
    min-height: 100vh;
    padding: 20px;
}

.sidebar {
    width: 325px;
    padding: 20px;
}

.footer {
    background-color: #2d2f38;
    color: #ccc;
    overflow: hidden;
}

.footer-one {
    padding: 20px 30px;
}

.footer-two {
    background-color: rgba(0,0,0,0.4);
    margin: 0 -2000px;
    padding: 20px 2030px;
}

#gotop {
    position: fixed;
    width: 50px;
    height: 50px;
    line-height: 50px;
    right: 10px;
    bottom: 10px;
    z-index: 990;
    display: none;
    background-color: #ff9800;
    color: #fff;
    cursor: pointer;
    font-size: 24px;
    border-radius: 100%;
    text-align: center;
    box-shadow: 0 0 20px rgba(0,0,0,0);
}

/* HEADER
----------------------------------------------- */
.logo {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #fff !important;
    font-weight: 700;
    font-size: 26px;
    text-transform: uppercase;
    margin-right: 15px;
}

.logo span {
    color: #ffad33;
}

.logo span.logo-domain {
    color: #91929d;
    font-size: 14px;
}

.header-btn:hover, .header-menu > li > a:hover, .header-menu > li:hover > a {
    color: #ccc;
}

.header-btn {
    cursor: pointer;
}

.header-menu > li {
    margin: 0 15px;
    position: relative;
}

.header-menu > li > a {
    display: block;
    height: 70px;
    line-height: 70px;
    color: #656565;
}

.header-menu li [class*=fa-] {
    color: #5d68f4;
    margin-right: 10px;
}

.header-menu > li > a:hover {
    color: #5d68f4;
}

.submenu > a:after {
    content: "\f107";
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    margin-left: 7px;
    transition: all .2s;
    display: inline-block;
}

.hidden-menu {
    background-color: #fff;
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
    z-index: 100;
    position: absolute;
    left: -10%;
    top: 100%;
    width: 240px;
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
}

.hidden-menu li a {
    display: block;
    padding: 10px 20px;
    border-bottom: 1px solid rgba(0,0,0,0.05);
}

.header-menu > li:hover .hidden-menu, .side-nav > li:hover .hidden-menu {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px);
}

li.submenu:hover > a:after {
    transform: rotate(-180deg) !important
}

/* SIDEBAR
----------------------------------------------- */
.search-box {
    position: relative;
}

.search-box input, .search-box input:focus {
    padding: 0 50px 0 15px;
    border-radius: 4px;
    box-shadow: none;
    border: 1px solid #dbdfec;
    height: 40px;
    line-height: 39px;
}

.search-box input:not(:focus)::placeholder {
    color: #495057;
    opacity: 0.4;
    font-size: 15px;
}

.search-box button {
    position: absolute;
    right: 0px;
    top: 0px;
    z-index: 10;
    width: 40px;
    background-color: #f5f6fa;
    color: #777790;
    font-size: 16px;
    padding: 0;
    border: 1px solid #dbdfec;
    height: 40px;
    line-height: 39px;
    border-radius: 0 4px 4px 0;
    text-align: center;
    cursor: pointer;
}

.side-bt {
    margin: -7px -20px 20px -20px;
    padding: 0 20px 13px 20px;
    border-bottom: 1px solid #f2f2f2;
    font-size: 17px;
}

.side-sticky {
    position: sticky;
    left: 0;
    top: 20px;
}

.side-nav {
    padding: 0 !important;
}

.side-nav > li > a {
    display: block;
    border-bottom: 1px solid #f2f2f2;
    padding: 10px 20px;
    color: #6e7182;
}

.side-nav li {
    position: relative;
}

.side-nav > li:last-child > a {
    border-bottom: 0;
}

.side-nav li span {
    background-color: rgba(26, 26, 40, 0.05);
    color: rgb(255, 173, 51);
    display: inline-block;
    border-radius: 3px;
    padding: 0px 4px;
    font-size: 12px;
    position: absolute;
    right: 20px;
    top: 13px;
    pointer-events: none;
}

.side-nav > li > a:hover, .side-nav > li:hover > a {
    background-color: #f5f6fa;
    color: #6e7182;
}

.side-nav .hidden-menu {
    top: 0;
    right: 100%;
    left: auto;
}

.lcomm:first-child {
    margin-top: -20px;
}

.lcomm {
    margin: -0 -20px;
    padding: 10px 20px;
    border-bottom: 1px solid #f2f2f2;
}

.lcomm:last-child {
    border-bottom: 0;
    border-radius: 0 0 4px 4px;
    margin-bottom: -20px;
}

.ltitle {
    display: block;
    line-height: 1;
}

.ltext {
    line-height: 1.3;
    color: #5c5c5c;
    font-size: 14px;
}

.lmeta {
    font-size: 12px;
    margin: 5px 0;
    color: #91929d;
}

.ldate, .lav, .lname {
    display: inline-block;
    vertical-align: middle;
    margin-right: 7px;
}

.lav {
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.lcomm .comm-letter {
    line-height: 20px;
    font-size: 12px;
}

.side-subscribe {
    background-color: #1a1a28 !important;
    color: #fff;
}

.side-subscribe .side-bt {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 15px;
}

.side-subscribe-caption {
    font-size: 13px;
    margin-top: 10px;
    color: #ccc;
}

/* FOOTER
----------------------------------------------- */
.footer-col-desc {
    width: 45%;
}

.footer-col-title {
    color: #fff;
    display: inline-block;
    font-size: 18px;
    margin-bottom: 15px;
}

.footer-col li + li {
    margin-top: 3px;
}

.footer-col a:not(:hover) {
    color: #ccc;
}

.ft-soc {
    height: 30px;
    white-space: nowrap;
    margin-right: -10px;
}

.ft-soc .fal, .ft-soc .far, .ft-soc .fab {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    background-color: #2ba4e0;
    color: #fff;
    font-size: 14px;
    margin: 20px 8px 0 0;
    cursor: pointer;
}

.ft-soc span:hover {
    opacity: 0.8;
}

.fab.fa-vk, .fal.fa-paper-plane {
    background-color: #5075a5;
}

.fab.fa-facebook-f {
    background-color: #4b6baf;
}

.fab.fa-twitter {
    background-color: #2daae1;
}

.fab.fa-odnoklassniki, .fas.fa-rss {
    background-color: #FC6D00;
}

.fab.fa-instagram {
    background: #f09433;
    background: linear-gradient(45deg, #f09433 0%,#e6683c 25%,#dc2743 50%,#cc2366 75%,#bc1888 100%);
}

/* SECTION
----------------------------------------------- */
.sect, .sect-header {
    margin-bottom: 20px;
    min-height: 54px;
}

.sect:last-child {
    margin-bottom: 0;
}

.sect-header {
    box-shadow: 0 1px 1px rgba(219, 223, 236, 0.45);
    background-color: #fff;
    border-radius: 6px;
    padding: 10px 20px;
}

.sect-title {
    font-weight: 700;
    color: #888da8;
    font-size: 17px;
}

.sect-title [class*=fa-], .side-bt [class*=fa-], .speedbar [class*=fa-] {
    color: #5d68f4;
    margin-right: 10px;
}

.sect-link {
    display: block;
    height: 34px;
    line-height: 34px;
    padding: 0 10px;
    cursor: pointer;
    background: rgba(230, 233, 243, 0.4);
    color: #363636;
    margin-left: 15px;
}

.sorter {
    position: relative;
    cursor: pointer;
    height: 34px;
    line-height: 34px;
    margin-left: 15px;
    padding: 0 10px;
    background-color: #dadada;
    color: #494949;
    margin-right: -10px;
    border-radius: 0 6px 6px 0;
}

.sorter:before {
    content: attr(data-label);
    display: inline-block;
    vertical-align: top;
}

.sorter > span {
    display: inline-block;
    vertical-align: top;
    margin-left: 2px;
}

.sorter form {
    display: none;
    background-color: #fff;
    padding: 10px;
    line-height: 26px;
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.1);
    position: absolute;
    right: 0;
    top: 100%;
    width: 160px;
    z-index: 999;
    border-radius: 4px;
}

.sorter a:hover {
    text-decoration: underline;
}

.sort li.asc a:after, .sort li.desc a:after {
    content: "\f063";
    font-family: "Font Awesome 5 Pro";
    display: inline-block;
    margin-left: 10px;
    font-weight: 300;
}

.sort li.desc a:after {
    content: "\f062"
}

.sorter:hover, .sect-link:hover {
    background-color: #c6c6c6;
    color: #494949;
}

.sect-popular .sect-header {
    padding-right: 98px;
}

/* SHORT ITEM
----------------------------------------------- */
.short-item, .sect-bg, .side-box, .short-thumb, .speedbar, .comm-item {
    box-shadow: 0 1px 1px rgba(219, 223, 236, 0.45);
    background-color: #fff;
    border-radius: 6px;
    margin-bottom: 20px;
    padding: 20px;
}

.short-img {
    width: 300px;
    margin-right: 20px;
    display: block;
}

.short-title {
    display: inline-block;
    font-size: 22px;
    line-height: 1.3;
}

.short-cat {
    font-size: 13px;
    margin-bottom: 10px;
    margin-top: 5px;
}

.short-cat a {
    color: #888da8;
}

.short-cat [class*=fa-], .short-tags [class*=fa-], .short-meta-item > [class*=fa-] {
    color: #91929d;
    margin-right: 6px;
}

.short-tags {
    margin-top: 10px;
    line-height: 20px;
    font-size: 13px;
}

.short-tags a {
    display: inline-block;
    color: #b3b3b3;
    background: #f3f3f3;
    padding: 0px 6px;
    border-radius: 3px;
    margin-right: 3px;
}

.short-tags a:hover {
    background-color: #ffad33;
    color: #fff;
}

.short-meta {
    margin: 20px -20px -5px -20px;
    padding: 15px 10px 0 20px;
    border-top: 1px solid #f2f2f2;
    font-size: 13px;
    color: #91929d;
}

.short-meta-item {
    margin-right: 10px;
}

.short-meta a:not(:hover) {
    color: #91929d;
}

.short-author {
    width: 20px;
    height: 20px;
    line-height: 20px;
    text-align: center;
    border-radius: 50%;
    background-color: #a9a9a9;
    color: #fff;
    margin-right: 10px;
    font-size: 11px;
}

.short-meta-item:first-child {
    margin-right: 20px;
}

.short-img:hover, .short-thumb-img:hover {
    opacity: 0.6;
}

.short-thumb {
    width: calc((100% - 20px)/2);
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 76px;
}

.short-thumb-img {
    display: block;
    margin: -10px;
    margin-bottom: 20px;
    padding-top: 50%;
}

.short-thumb-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.short-thumb-meta {
    border: 0;
    padding: 0;
    margin: 20px 0 -5px 0;
}

.short-thumb-meta-btm {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 15px;
    margin: 0;
}

.owl-item .short-thumb {
    width: 100%;
    margin: 0;
    height: 100%;
}

.sect-popular .owl-item {
    padding: 0 1px 2px 1px;
}

/* BOTTOM NAVIGATION
----------------------------------------------- */
.bottom-nav {
    margin-bottom: -10px;
}

.nav-load a {
    display: block;
    padding: 20px 0px;
    max-width: 602px;
    margin: 0 auto;
    background-color: #ffcc00;
    color: #000;
    text-align: center;
    font-size: 14px;
}

.nav-load a:hover {
    background-color: #06c;
    color: #fff;
}

.navigation {
    text-align: center;
}

.navigation a, .navigation span, .pnext a, .pprev a, .pprev > span, .pnext > span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px 10px 3px;
    line-height: 40px;
    min-width: 40px;
    background-color: #fff;
    box-shadow: 0 1px 1px rgba(219, 223, 236, 0.45);
    border-radius: 6px;
}

.navigation span:not(.nav_ext), .pagi-nav a:hover {
    background-color: #1a1a28;
    color: #eee;
}

/* FULL
----------------------------------------------- */
.speedbar {
    font-size: 14px;
    color: #bbb;
    padding: 10px 20px;
}

.fheader {
    margin-bottom: 40px;
}

.fcat {
    padding: 8px 15px;
    background-color: #1a1a28;
    color: #fff;
    font-size: 14px;
    position: absolute;
    z-index: 10;
    left: 20px;
    top: 0;
}

.fheader h1 {
    font-size: 22px;
    line-height: 1.4;
    font-weight: 400;
    margin-bottom: 20px;
}

.fheader h1 a {
    font-size: 16px;
    margin-left: 10px;
}

.fimg {
    margin: 0 -20px 20px -20px;
    height: 300px;
}

.fimg::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5;
    height: 50%;
    background: linear-gradient(to top, rgba(0,0,0,0.8) 0%,rgba(0,0,0,0) 100%);
}

.fauthor .short-author {
    width: 30px;
    height: 30px;
    line-height: 30px;
    font-size: 14px;
    margin-right: 10px;
}

.fmeta {
    font-size: 14px;
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
    padding-right: 10px;
    margin: 0;
    border: 0;
    color: #ccc;
}

.fmeta a:not(:hover) {
    color: #ccc;
}

.fdesc {
    max-width: 760px;
    margin: 0 auto 20px auto;
    text-align: justify;
}

.fbtm {
    margin: 20px 0 0 0;
}

.fbtm-one {
    border-top: 1px solid #f2f2f2;
    margin: 20px -20px;
    padding: 20px 20px 0 20px;
}

.ferror {
    color: #939393;
    font-size: 14px;
    line-height: 1.3;
}

.ferror-btns {
    margin-right: 9px;
}

.ferror-btns div, .faddcomms {
    margin-right: 6px;
    background-color: #939393;
    color: #fff;
    padding: 8px 15px;
    border-radius: 3px;
    font-weight: 700;
}

.ferror-text div, .ferror-text span {
    font-weight: 700;
}

.ferror-text div span {
    color: #ea969e;
}

.ffav a {
    margin: 0 15px;
    padding-left: 50px;
    position: relative;
    display: block;
    font-size: 14px;
    color: #949494;
    line-height: 1.3;
}

.ffav .fal {
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px !important;
    cursor: pointer;
    box-shadow: inset 0 0 0 1px #e3e3e3;
    border-radius: 50%;
    font-size: 14px;
    background: transparent !important;
    position: absolute;
    left: 0;
    top: -2px;
}

.frating .fal {
    margin: 0 10px 0 0;
    font-size: 18px;
    color: #27ae60;
}

.frating .fdislike .fal {
    color: #e74c3c;
}

.frating a {
    margin-left: 15px;
    display: block;
    height: 36px;
    line-height: 36px;
    padding: 0 10px;
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 1px;
    font-size: 14px;
    color: #919191;
    font-weight: 700;
    background: linear-gradient(to bottom, #fff 0%, #fff 30%, #ffffff 100%);
}

.frating-counter {
    display: inline-block;
    border-left: 1px solid rgba(0,0,0,.1);
    padding-left: 10px;
    margin-left: 10px;
}

.frating a:hover {
    background: linear-gradient(to top, #ffffff 0%, #ffffff 30%, #ffffff 100%);
    color: #ffad33;
    border: 1px solid rgba(0,0,0,.1);
}

.fyadzen {
    display: block;
    padding-right: 135px;
    display: block;
    height: 36px;
    background: url(../images/yandex-dzen.png) right center no-repeat;
}

.fyadzen-label {
    position: relative;
    height: 36px;
    line-height: 30px;
    width: 56px;
    text-align: right;
    font-weight: 700;
    border: 3px solid #ffdb4d;
    border-right: 0;
    display: inline-block;
    padding-right: 2px;
}

.fyadzen-label::before {
    content: '';
    border: 18px solid transparent;
    border-left-color: #ffdb4d;
    position: absolute;
    left: 53px;
    top: -3px;
    transform: scale(0.8,1);
    transform-origin: left center;
}

.fyadzen-label::after {
    content: '';
    border: 15px solid transparent;
    border-left-color: #fff;
    position: absolute;
    left: 52px;
    top: 0px;
    z-index: 5;
    transform: scale(0.8,1);
    transform-origin: left center;
}

.fyadzen:hover .fyadzen-label {
    background-color: #ffdb4d;
    color: #000;
}

.fyadzen:hover .fyadzen-label::after {
    border-left-color: #ffdb4b;
}

.fadd-comms {
    margin-right: -10px;
}

/* FULL STORY STATIC
----------------------------------------------- */
.video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
    max-width: 100% !important;
    display: block;
    width: 100%;
    height: 400px;
}

.mejs-container {
    max-width: 100% !important;
}

.full-text {
    line-height: 1.5;
    font-size: 18px;
    font-weight: 300;
    color: #222;
}

.full-text img:not(.emoji) {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
}

.full-text > img[style*="left"], .full-text > .highslide img[style*="left"] {
    margin: 0 10px 10px 0;
}

.full-text > img[style*="right"], .full-text > .highslide img[style*="right"] {
    margin: 0 0 10px 10px;
}

.full-text a {
    text-decoration: underline;
    color: #06c;
}

.full-text a:hover {
    text-decoration: none;
}

.full-text h2, .full-text h3, .full-text h4, .full-text h5 {
    margin: 10px 0;
    font-size: 24px;
    font-weight: 700;
}

.full-text p {
    margin-bottom: 10px;
}

.full-text > ul, .full-text > ol {
    margin: 0;
}

.full-text > ul li {
    list-style: disc;
    margin-left: 40px;
}

.full-text > ol li {
    list-style: decimal;
    margin-left: 40px;
}

/* COMMENTS
----------------------------------------------- */
.fcomms {
    margin-bottom: -20px;
}

.add-comms {
    margin-bottom: 20px;
    display: none;
}

.ac-inputs input {
    width: 48.5%;
    margin-bottom: 15px;
}

.ac-textarea textarea {
    height: 100px;
    margin-bottom: 15px;
}

.add-comms input, .add-comms textarea, .ac-submit button {
}

.ac-protect, .ac-textarea .bb-editor + br {
    display: none;
}

.comments_subscribe input {
    margin-right: 10px;
}

.comments_subscribe {
    display: block;
}

.mass_comments_action {
    display: none;
}

.last-comm-link {
    display: inline-block;
    padding-bottom: 20px;
    color: #06c;
    font-size: 18px;
}

.comm-avatar {
    position: absolute;
    left: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.comm-letter {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    line-height: 40px;
    text-align: center;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
}

.comm-item {
    font-size: 14px;
    padding-left: 80px;
    position: relative;
    min-height: 80px;
}

.comm-two {
    margin: 10px 0;
}

.comm-one > span {
    margin-right: 15px;
    color: #949494;
}

.comm-one > span.comm-author, .comm-one > span.comm-author a {
    color: #333;
    opacity: 1;
}

.comm-three-left > a, .comm-three-right li a {
    opacity: 0.6;
}

.comm-three-right li {
    display: inline-block;
    margin-left: 15px;
}

.comm-rate3 {
    white-space: nowrap;
    font-size: 14px;
    margin-right: 15px;
    height: 20px;
    line-height: 20px;
    display: inline-block;
    vertical-align: top;
    position: relative;
    top: -3px;
}

.comm-rate3 a {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    opacity: 0.4;
}

.comm-rate3 a:last-child {
}

.comm-rate3 > span {
    margin: 0 5px;
}

.comm-rate3 > span > span.ratingtypeplus {
    color: #06b601;
}

.comm-rate3 > span > span.ratingplus {
    color: #95c613;
}

.comm-rate3 > span > span.ratingminus {
    color: #ff0e0e;
}

.comm-three a:hover {
    border-bottom-color: transparent;
}

.comm-three-left > a {
    opacity: 1;
    color: #333;
}

/* LOGIN
----------------------------------------------- */
.overlay-box {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.8;
    background-color: #000;
    cursor: pointer;
}

.login-box {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    background-color: #fff;
    padding: 30px 60px 40px 60px;
    border-top: 5px solid #ffad33;
    width: 400px;
    box-shadow: 0 20px 60px rgba(0,0,0,0.5);
}

.login-close {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    font-size: 24px;
    cursor: pointer;
    position: absolute;
    top: -30px;
    right: -30px;
    color: #fff;
}

.login-title {
    font-size: 22px;
    margin-bottom: 15px;
    text-align: center;
}

.login-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    margin: 0 auto 15px auto;
    text-align: center;
    line-height: 60px;
    font-size: 24px;
    background-color: #f2f6f8;
    color: #939393;
}

.login-input {
    margin-bottom: 15px;
}

.login-btn button {
    width: 100%;
    margin: 15px 0;
}

.login-btm a {
    border-bottom: 1px dotted #06c;
    color: #06c;
    font-size: 14px;
}

.login-check {
    position: relative;
    font-size: 14px;
}

.login-check input {
    opacity: 0;
    position: absolute;
    cursor: pointer;
}

.login-check span {
    display: block;
    padding-left: 36px;
    height: 30px;
    line-height: 30px;
    color: #939393;
}

.login-check span:before, .login-check span:after {
    content: '';
    position: absolute;
    top: 50%;
    transition: .3s;
}

.login-check span:before {
    left: 0;
    height: 10px;
    margin-top: -5px;
    width: 26px;
    border-radius: 5px;
    background: #fff;
    box-shadow: inset 0 1px 4px rgba(0,0,0,0.3);
}

.login-check span:after {
    left: 1px;
    height: 12px;
    width: 12px;
    margin-top: -6px;
    background: #2ecc71;
    border-radius: 6px;
    box-shadow: 0 1px 4px rgba(0,0,0,0);
}

.login-check input:checked + span:before {
    background-color: #fff;
}

.login-check input:checked + span:after {
    left: 13px;
    background-color: #fff;
    box-shadow: 0 1px 4px rgba(0,0,0,0.3);
}

.login-menu {
    border-top: 1px solid #e3e3e3;
    border-left: 1px solid #e3e3e3;
}

.login-menu li {
    text-align: center;
    border-right: 1px solid #e3e3e3;
    border-bottom: 1px solid #e3e3ee;
    width: 50%;
}

.login-menu a {
    display: block;
    padding: 10px 5px;
    font-size: 14px;
}

.login-menu li .fa {
    display: none;
    height: 28px;
    font-size: 22px;
    color: #06c;
}

.login-admin {
    text-align: center;
    margin: -10px 0 25px 0;
}

.login-soc-title {
    display: flex;
    align-items: center;
    margin: 30px 0 15px 0;
}

.login-soc-title:before, .login-soc-title:after {
    content: '';
    height: 1px;
    background-color: #e3e3e3;
    flex: 1;
}

.login-soc-title:before {
    margin-right: 15px;
}

.login-soc-title:after {
    margin-left: 15px;
}

.login-soc-btns {
    text-align: center;
}

.login-soc-btns a {
    display: inline-block;
    margin: 0 3px;
    vertical-align: top;
}

.login-soc-btns img {
    display: block;
    width: 30px;
    height: 30px;
    border-radius: 50%;
}

/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 10;
}

.owl-carousel .owl-stage {
    position: relative;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
}

.owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    -webkit-transform: translate3d(0px, 0px, 0px);
}

.owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
}

.owl-carousel .owl-nav.disabled, .owl-carousel .owl-dots.disabled, .owl-carousel.owl-refresh .owl-item {
    display: none;
}

.owl-carousel.owl-loaded, .owl-carousel.owl-loading, .no-js .owl-carousel {
    display: block;
}

.owl-carousel.owl-loading, .owl-carousel.owl-hidden {
    opacity: 0;
}

.owl-carousel.owl-drag .owl-item {
    user-select: none;
}

.owl-carousel.owl-grab {
    cursor: move;
    cursor: grab;
}

.owl-carousel .animated {
    animation-duration: 1000ms;
    animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
    z-index: 0;
}

.owl-carousel .owl-animated-out {
    z-index: 1;
}

.owl-carousel .fadeOut {
    animation-name: fadeOut;
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }

    100% {
        opacity: 0;
    }
}

.owl-height {
    transition: height 500ms ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
    opacity: 0;
    transition: opacity 400ms ease;
}

.owl-carousel .owl-item img.owl-lazy {
    transform-style: preserve-3d;
}

.owl-nav {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
}

.owl-prev, .owl-next {
    display: block;
    cursor: pointer;
    background-color: #8d8d9e;
    color: #fff;
    box-shadow: none;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    position: absolute;
    top: -64px;
}

.owl-prev {
    right: 54px;
}

.owl-next {
    right: 10px;
    border-radius: 0 6px 6px 0;
}

.owl-prev:hover, .owl-next:hover {
    color: #fff;
    background-color: #6d6d6d !important;
}

/* ADAPTIVE
----------------------------------------------- */
.btn-menu {
    display: none;
}

.side-panel {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    background-color: #eeeff6;
    /*padding: 10px 20px;*/
    z-index: 9999;
    position: fixed;
    left: -320px;
    top: 0;
    transition: left .4s;
}

.side-panel.active {
    left: 0;
}

.close-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9998;
    display: none;
}

.btn-close {
    cursor: pointer;
    display: block;
    left: 280px;
    top: -40px;
    position: fixed;
    z-index: 9999;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    font-size: 18px;
    background-color: #e84e36;
    color: #fff;
    transition: top .4s;
}

.btn-close.active {
    top: 0px;
}

body.opened-menu {
    overflow: hidden;
    width: 100%;
    height: 100%;
}

.side-panel .header-menu {
    display: block;
}

.side-panel .header-menu > li {
    margin: 0;
}

.side-panel .header-menu > li > a {
    height: 40px;
    line-height: 40px;
    color: #333;
}

.side-panel .hidden-menu {
    box-shadow: none;
    position: static;
    width: calc(100% + 40px);
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0);
    margin: 15px -20px;
}

.side-panel .hidden-menu li a {
    padding: 10px 15px;
    font-size: 14px;
}

.side-panel .side-nav {
    border-radius: 0;
    margin: 20px -20px;
}

.side-panel .side-nav .hidden-menu {
    width: 100%;
    margin: 0;
    background-color: #f5f6fa;
}

@media screen and (max-width: 1220px) {
    .wrap {
        padding: 0;
        overflow: hidden;
    }

    .wrap-center {
        max-width: 1000px;
        width: 100%
    }

    .header .header-menu, .sidebar > *:not(.search-wrap) {
        display: none;
    }

    .logo {
        -ms-flex-preferred-size: 0;
        flex-basis: 0;
        -webkit-box-flex: 1;
        -ms-flex-positive: 1;
        flex-grow: 1;
        max-width: 100%;
        min-width: 50px;
        position: relative;
    }

    .btn-menu {
        display: block;
        font-size: 28px;
        /*margin-left: 20px;*/
        margin-right: 20px;
        cursor: pointer;
    }

    .header.sticky {
        padding: 0;
    }

    .sidebar {
        width: 100%;
        background: none;
    }

    .search-wrap {
        background: none;
        margin: 0;
        padding: 0;
        box-shadow: none;
        border-radius: 0;
    }

    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
        height: 400px;
    }
}

@media screen and (max-width: 950px) {
    .wrap-center {
        max-width:768px;
    }

    .footer-col-desc {
        width: 100%;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 760px) {
    .wrap-center {
        max-width:640px;
    }

    .not-logged .login-avatar {
        display: none;
    }

    .login-close {
        top: -5px;
    }

    .login-title {
        font-size: 18px;
    }

    .login-box {
        max-width: calc(100% - 60px);
        padding: 15px;
    }

    .short-img {
        width: 100%;
        padding-top: 50%;
        margin: 0 0 20px 0;
        overflow: hidden;
    }

    .short-img img {
        position: absolute;
        left: 0;
        top: 0;
        height: 100%;
        object-fit: cover;
    }

    .short-title {
        font-size: 18px;
    }

    .fimg {
        height: 200px;
    }

    .ferror {
        min-width: 100%;
        margin-bottom: 15px;
    }

    .ffav a {
        margin: 0;
    }

    .frating a {
        font-size: 0;
    }

    .frating-counter {
        margin-left: 0;
        font-size: 14px;
    }

    .dcont button {
        font-size: 12px;
        padding: 0 15px !important;
    }

    .comments-tree-list .comments-tree-list {
        padding-left: 0px !important;
    }

    .comments-tree-list .comments-tree-list:before {
        display: none;
    }

    .mass_comments_action {
        display: none;
    }
}

@media screen and (max-width: 590px) {
    .wrap-center {
        max-width:480px;
    }

    .short-thumb {
        width: 100%;
    }

    .footer-one, .footer-two {
        display: block;
        text-align: center;
    }

    .footer-col, .footer-copyright {
        margin-bottom: 30px;
    }

    .fmeta {
        justify-content: flex-start;
        padding: 10px;
        padding-right: 0;
    }

    .fimg::before {
        height: 100%;
    }

    .ac-inputs input {
        width: 100%;
    }

    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
        height: 300px;
    }

    .ui-dialog {
        width: 100% !important;
    }

    .upop-left, .upop-right {
        float: none !important;
        width: 100% !important;
        margin: 0;
        padding: 0 20px;
    }

    .upop-left {
        margin-bottom: 10px;
        text-align: center;
    }

    .ui-dialog-buttonset button {
        display: block;
        margin: 0 0 5px 0;
        width: 100%;
    }

    #dofullsearch, #searchsuggestions span.seperator {
        display: none !important;
    }

    .attach .download-link {
        margin: 0 -15px 0 0;
        float: none;
        display: block;
        padding: 0 10px;
    }

    .attach-info {
        float: none;
    }
}

@media screen and (max-width: 470px) {
    .wrap-center22 {
        max-width:360px;
    }

    .header-btn {
        font-size: 0;
    }

    .header-btn span {
        font-size: 16px;
    }

    .sect-popular .sect-link, .short-item .short-meta-item:first-child, .short-thumb-meta {
        display: none;
    }

    .sect-header {
        padding-left: 10px;
    }

    .sorter {
        font-size: 14px;
    }

    .sorter:before {
        content: 'По ';
    }

    .speedbar {
        padding: 10px;
    }

    .fmain {
        border-radius: 0;
        margin-left: -20px;
        margin-right: -20px;
    }

    .fheader h1 {
        font-size: 18px;
    }

    .fauthor {
        width: 100%;
        margin: 0 0 10px 0;
        justify-content: flex-start;
    }

    .full-text {
        font-size: 16px;
        text-align: left;
    }

    .ferror, .fyadzen-label {
        display: none;
    }

    .fyadzen {
        padding-right: 110px;
    }

    .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
        height: 250px;
    }
}
::-webkit-scrollbar { width: 6px; background-color: #ffffff; }
::-webkit-scrollbar-thumb { background-color: #c0c4d485; }

.logo-svg {
    background: url(/uploads/icon/logo-nav.svg) no-repeat;
    width: 48px;
    height: 48px;
    margin: 10px 1px 1px 1px;
}
.fx-row {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

.fx-col {
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
    flex-direction: column
}

.fx-center {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.fx-middle {
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center
}

.fx-1 {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    min-width: 50px;
}

.fdl-btn {
    background: #27ae60;
    color: #fff;
    background: linear-gradient(to right, #2ecc71, #27ae60);
}
.fdl-btn-wr {
    margin-bottom: 10px;
}

.fdl-btn {
    padding: 10px 15px;
    border-radius: 6px;
    position: relative;
    padding-left: 71px;
    min-height: 56px;
    cursor: pointer;
}

.fdl-btn-icon {
    width: 56px;
    height: 100%;
    border-radius: 4px 0 0 4px;
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    font-size: 24px;
    background-color: rgba(0,0,0,0.15);
}

.fdl-btn-size {
    display: inline-block;
    background-color: #2ecc71;
    color: #fff;
    padding: 5px 5px;
    border-radius: 4px;
}

.fdl-btn:hover {
    color: #fff;
    background: #27ac5f;
}
@media screen and (max-width: 760px) {
    .fdl-btn {
        text-align: center;
    }

    .fdl-btn-size {
        width: 100%;
        margin: 10px 0 0 0;
    }
}
a.fdl-btn.fx-row.fx-middle {
    text-decoration: none;
    color: #ffffff;
}
@media screen and (min-width: 991px) {.adblock-mobile {display: none;}}
@media screen and (max-width: 768px) {.adblock-pc {display: none;}}
.rating, .unit-rating { width: 115px; height: 23px; }
	.rating { font-size: 11px; }
	.unit-rating, .unit-rating li a:hover, .unit-rating li.current-rating {
		background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAC4AAACKBAMAAAAnGmX8AAAALVBMVEX///+RkZH+12L/w0//7cP/5aj+24X/+u7/9d2tra3Jycne3t7/zGn5+fnx8fHkdmbhAAACEUlEQVRIx+2UuUsDQRTGF+8bp4yiyKDRUhiNFikW73LxwsIiRETL4F2KilpYmFYQklIE0VYbIQQsY2kjWkbwfzDjzvhm3rzCJiCSr1p+SfY7HsT7w2rYp3ltQPO6HpqPDdA8GSVxPeckr+HcJ205T1D8gHPSeJbzPopz7hrvnk4sSL4wcboLdIpb6v0ZxuY+LGB/HRY2ubn2MeB1a5ukxtEUGkEp4bSVchtvhLzfORaE/NV7VCDnlFzJPSKPJmEcczpffhg4x13zvB2nVxXvDdP2oKNHU+FOAyi+r/xRgWn9sOVVRKv8/ycJmlc/0nx8iOYrMRLXC5EibYUIKN4iBGl8KMQoaSsEaZwTIo7Z3tHkoihpdX7mBOiysJSHhJYCWMDExho1JjfXPgP8ZG2T0zhub7SjecJpK+U23gz5iHMsHRJpLuTDzmoqjnNEJRXTbByTv/Gd48YD+WHgHHddtsMnrhb5MO0gih/b/7ZfQQWWA+WPCizph22vojKr7Y3mTec0L7bT/K6T5ukIbctYgbRlLEPxRsbOSVvGuimeZYw0ZiVh9vpwfyX5xfXDJ1CJDHVAQlOQtvXOxMYazSa/9UDvGqIOrWmNI/ZxXjS/xCOrjHjSZ3g7Wg1CmsZZ6Eq9P1LAR1RCXDaOpKGtOV2mGUaD48pGRXliFL8jTNuF4odB2tKoQDaj/FGBG/3w4f0LfQHtX5JXyZBVcwAAAABJRU5ErkJggg==);
		-webkit-background-size: 23px auto; background-size:  23px auto;
	}
	.unit-rating {
		list-style: none;
		margin: 0; padding: 0;
		position: relative;
		background-position: 0 -46px;
	}
	.unit-rating li {
		text-indent: -90000px;
		padding: 0; margin: 0;
		float: left;
	}
	.unit-rating li a {
		display: block;
		width: 23px; height: 23px;
		text-decoration: none;
		border: 0 none !important;
		text-indent: -9000px;
		z-index: 17;
		position: absolute;
		padding: 0;
	}
	.unit-rating li a:hover {
		background-position: 0 -23px;
		z-index: 2;
		left: 0;
	}
	.unit-rating a.r1-unit { left: 0; }
	.unit-rating a.r1-unit:hover { width: 23px; }
	.unit-rating a.r2-unit { left: 23px; }
	.unit-rating a.r2-unit:hover { width: 46px; }
	.unit-rating a.r3-unit { left: 46px; }
	.unit-rating a.r3-unit:hover { width: 69px; }
	.unit-rating a.r4-unit { left: 69px; }
	.unit-rating a.r4-unit:hover { width: 92px; }
	.unit-rating a.r5-unit { left: 92px; }
	.unit-rating a.r5-unit:hover { width: 115px; }
	.unit-rating li.current-rating {
		background-position: 0 0;
		position: absolute;
		height: 23px;
		display: block;
		text-indent: -9000px;
		z-index: 1;
		padding: 0px;
	}

	.ratingplus {
		color: #70bb39;
	}

	.ratingminus {
		color: red;
	}

	.ratingzero {
		color: #6c838e;
    }
    #tagNavSil .icon-format {
        background-image: url(/uploads/posts/2020-04/icon-mobs-cater_oog.png);
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: text-top;
        background-repeat: no-repeat;
        margin-right: 4px
    }
    
    #tagNavSil .size16 {
        width: 16px;
        height: 16px
    }
    
    #tagNavSil .size18 {
        width: 18px;
        height: 18px
    }
    
    #tagNavInf {
        width: 100%;
        padding: 0
    }
    
    #tagNavInf #tagNavSil {
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 14px 8px;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        background: linear-gradient(90deg,rgba(0, 0, 0, 0.03) 0%,rgba(237, 237, 237, 0) 10%,rgba(255, 255, 255, 0.03) 90%,rgba(0, 0, 0, 0.03) 100%);
    }
    
    #tagNavInf #tagNavSil:after {
        content: "";
        display: block;
        clear: both
    }
    
    #tagNavInf #tagNavSil::-webkit-scrollbar-track {
        background-color: #eee;
        cursor: pointer
    }
    
    #tagNavInf #tagNavSil::-webkit-scrollbar {
        height: 5px;
        background-color: #eee;
        cursor: pointer
    }
    
    #tagNavInf #tagNavSil::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #cecece;
        cursor: pointer;
    }
    
    #tagNavInf #tagNavSil div {
        white-space: nowrap
    }
    
    #tagNavInf #tagNavSil div:after {
        content: "";
        display: block;
        clear: both
    }
    
    #tagNavInf #tagNavSil a {
        padding: 6px 9px;
        ;font-family: 'Roboto';
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        color: #494949;
        display: inline-block;
    }
    
    #tagNavInf #tagNavSil a.active {
        color: #757575
    }
    
    #tagNavInf #tagNavSil a:first-child {
        color: #363636;
    }

    #tagNavSil1 .icon-format1 {
        background-image: url(/uploads/posts/2020-09/icons-versiontbeta.png);
        width: 16px;
        height: 16px;
        display: inline-block;
        vertical-align: text-top;
        background-repeat: no-repeat;
        margin-right: 4px
    }
    
    #tagNavSil1 .size16-1 {
        width: 16px;
        height: 16px
    }
    
    #tagNavSil1 .size18-1 {
        width: 18px;
        height: 18px
    }
    
    #tagNavInf11 {
        width: 100%;
        padding: 0
    }
    
    #tagNavInf1 #tagNavSil1 {
        overflow-x: scroll;
        overflow-y: hidden;
        padding: 14px 8px;
        margin-bottom: 0;
        text-align: center;
        white-space: nowrap;
        background: linear-gradient(90deg,rgba(0, 0, 0, 0.03) 0%,rgba(237, 237, 237, 0) 10%,rgba(255, 255, 255, 0.03) 90%,rgba(0, 0, 0, 0.03) 100%);
    }
    
    #tagNavInf1 #tagNavSil1:after {
        content: "";
        display: block;
        clear: both
    }
    
    #tagNavInf1 #tagNavSil1::-webkit-scrollbar-track {
        background-color: #eee;
        cursor: pointer
    }
    
    #tagNavInf1 #tagNavSil1::-webkit-scrollbar {
        height: 5px;
        background-color: #eee;
        cursor: pointer
    }
    
    #tagNavInf1 #tagNavSil1::-webkit-scrollbar-thumb {
        border-radius: 10px;
        background-color: #cecece;
        cursor: pointer;
    }
    
    #tagNavInf1 #tagNavSil1 div {
        white-space: nowrap
    }
    
    #tagNavInf1 #tagNavSil1 div:after {
        content: "";
        display: block;
        clear: both
    }
    
    #tagNavInf1 #tagNavSil1 a {
        padding: 6px 9px;
        ;font-family: 'Roboto';
        font-size: 16px;
        text-transform: uppercase;
        text-decoration: none;
        color: #494949;
        display: inline-block;
    }
    
    #tagNavInf1 #tagNavSil1 a.active {
        color: #757575
    }
    
    #tagNavInf1 #tagNavSil1 a:first-child {
        color: #363636;
    }
    .m-right {
        margin-left: -60%;
    }
    .m-left {
        margin-left: 60%;
    }
    @media screen and (min-width: 1220px) {
        .mobile-menu-width {
          display: none;
        }
      }
      
      @media screen and (max-width: 1220px) {
        .search-max-dekstop {
          display: none;
        }
      }
      span.fal.fa-search {
        margin-right: 0px;
    }

    /*Кнопки скачать*/
    .color-buttons{
    --main-green-color:#4861ff;--blue-color:#378df1;--transparent-border-color:rgba(0, 0, 0, 0.12)}

@media only screen and(-webkit-min-device-pixel-ratio: 1.5),only screen and(-o-min-device-pixel-ratio:3/2),only screen and(min--moz-device-pixel-ratio:1.5),only screen and(min-device-pixel-ratio:1.5) {
    body,html {
        width:100%;
        overflow-x: hidden
    }
}
.icon {
    background-repeat: no-repeat
}

.download-link-white {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyNCIgaGVpZ2h0PSIyNCIgdmlld0JveD0iMCAwIDI0IDI0Ij4KICAgIDxnIGZpbGw9Im5vbmUiIGZpbGwtcnVsZT0iZXZlbm9kZCI+CiAgICAgICAgPHBhdGggZD0iTTAgMEwyNCAwIDI0IDI0IDAgMjR6Ii8+CiAgICAgICAgPHBhdGggZmlsbD0id2hpdGUiIGZpbGwtcnVsZT0ibm9uemVybyIgZD0iTTE5IDEzdjVjMCAuNTUtLjQ1IDEtMSAxSDZjLS41NSAwLTEtLjQ1LTEtMXYtNWMwLS41NS0uNDUtMS0xLTFzLTEgLjQ1LTEgMXY2YzAgMS4xLjkgMiAyIDJoMTRjMS4xIDAgMi0uOSAyLTJ2LTZjMC0uNTUtLjQ1LTEtMS0xcy0xIC40NS0xIDF6bS02LS4zM2wxLjg4LTEuODhjLjM5LS4zOSAxLjAyLS4zOSAxLjQxIDAgLjM5LjM5LjM5IDEuMDIgMCAxLjQxbC0zLjU5IDMuNTljLS4zOS4zOS0xLjAyLjM5LTEuNDEgMEw3LjcgMTIuMmMtLjM5LS4zOS0uMzktMS4wMiAwLTEuNDEuMzktLjM5IDEuMDItLjM5IDEuNDEgMEwxMSAxMi42N1Y0YzAtLjU1LjQ1LTEgMS0xczEgLjQ1IDEgMXY4LjY3eiIvPgogICAgPC9nPgo8L3N2Zz4K)
}

.flex {
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.middle {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.between {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center
}

.black {
    color: rgba(0,0,0,.87)
}

.grey {
    color: rgba(0,0,0,.54)
}

.transparent-grey {
    color: rgba(0,0,0,.38)
}

.white {
    color: #fff
}

.blue {
    color: var(--blue-color)
}

.green-bg {
    background-color: var(--main-green-color)
}

.bold {
    font-family: sf-ui-text-bold,sans-serif
}

.medium {
    font-family: sf-ui-text-medium,sans-serif
}

.regular {
    font-family: sf-ui-text-regular,sans-serif
}

.b-actual-v-wrap {
    margin-bottom: 16px
}

.b-actual-v-wrap>span {
    line-height: 1.4;
    font-size: 20px;
    display: inline-block
}

.b-actual-v {
    background: #fff;
    border: 1px solid rgba(0,0,0,.1);
    box-sizing: border-box;
    border-radius: 10px;
    position: relative;
    margin-top: 16px
}

.b-actual-v>div {
    padding: 12px
}

.b-actual-v>div::after {
    content: "";
    display: block;
    clear: both
}

.b-actual-v .b-actual-v_image {
    width: 62px;
    min-width: 62px;
    height: 62px;
    background: #d8d8d8;
    border-radius: 15px;
    overflow: hidden;
    float: left
}

.b-actual-v .b-actual-v_image>img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center top
}

.b-actual-v .b-actual-v_content {
    margin-left: 14px;
    width: calc(100% - 76px);
    float: left
}

.b-actual-v .b-actual-v_content>span {
    font-size: 14px;
    line-height: 20px
}

.b-actual-v .b-actual-v_content>p {
    font-size: 12px;
    line-height: 18px;
    padding-top: 4px
}

.b-actual-v .b-actual-v__links {
    border-top: 1px solid #e5e5e5;
    padding: 11px 12px 0;
    width: 100%;
    margin: 12px -12px 0;
    float: left;
    clear: both
}

.b-actual-v .b-actual-v__links>span {
    font-size: 10px;
    line-height: 16px;
    letter-spacing: .5px;
    text-transform: uppercase
}

.b-actual-v .b-actual-v__links .list>.item:not(:first-child) {
    border-top: 1px solid #e5e5e5
}

.b-actual-v .b-actual-v__links .list>.item {
    padding: 10px 0;
    font-size: 12px;
    line-height: 16px
}

.b-actual-v .b-actual-v__links .list>.item>div>a.grey {
    text-decoration: underline;
    margin-top: 2px
}

.b-actual-v .b-actual-v__links .list>.item a.flex {
    width: 100%;
    outline: 0;
    border-radius: 6px;
    text-transform: uppercase;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.43;
    min-width: 160px;
    height: 36px
}

.b-actual-v .b-actual-v__links .list>.item a.flex>div {
    height: 36px;
    width: 100%
}

.b-actual-v .b-actual-v__links .list>.item a.flex>div>span {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-right: 6px
}

.b-actual-v .b-actual-v__links .list>.item a.flex>div>span>i {
    width: 20px;
    height: 20px;
    display: block;
    background-size: 100%
}

@media only screen and (min-width: 48em) {

    .flex-sm {
        box-sizing: border-box;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .b-actual-v>div {
        padding: 18px 18px 0
    }

    .b-actual-v .b-actual-v_image {
        width: 120px;
        min-width: 120px;
        height: 120px;
        border-radius: 21px;
        margin-bottom: 18px
    }

    .b-actual-v .b-actual-v_content {
        margin-left: 24px;
        width: calc(100% - 144px)
    }

    .b-actual-v .b-actual-v_content>span {
        font-size: 16px;
        line-height: 22px;
        padding-right: 136px;
        display: inline-block
    }

    .b-actual-v .b-actual-v_content>p {
        color: #000;
        padding-top: 6px
    }

    .b-actual-v .b-actual-v__links {
        width: calc(100% - 144px);
        margin: 12px 0 0 24px;
        padding: 0;
        clear: none
    }

    .b-actual-v .b-actual-v__links>span {
        position: absolute;
        top: 20px;
        right: 18px;
        text-transform: none;
        letter-spacing: normal;
        font-size: 12px;
        line-height: 18px
    }

    .b-actual-v .b-actual-v__links .list {
        flex-wrap: wrap
    }

    .b-actual-v .b-actual-v__links .list>.item {
        width: 50%;
        flex-basis: 50%
    }

    .b-actual-v .b-actual-v__links .list>.item:not(:first-child) {
        border-top: none
    }

    .b-actual-v .b-actual-v__links .list>.item:nth-child(odd) {
        padding-right: 18px;
        border-right: 1px solid #e5e5e5
    }

    .b-actual-v .b-actual-v__links .list>.item:nth-child(even) {
        padding-left: 18px
    }

    .b-actual-v .b-actual-v__links .list>.item>div:first-child {
        padding-right: 8px
    }

    .b-actual-v .b-actual-v__links .list>.item a.flex {
        min-width: 110px;
        font-size: 12px
    }
}

    .col-buttons-65g {
        --brand: #f6f6f6;--brand-gradient:linear-gradient(90deg,#8ea1e1,#7289da);--greyple: #99aab5;--dark-not-black: #2c2f33;--focus-border:#00b0f4;--status-green:#43b581;--text-link:#00b0f4;--off-white:#f6f6f6;--white:#fff;--not-quite-black: #ffffff;--not-quite-black-rgb:35,39,42;--black:#000;--page-max-width:1260px;--num-grid-columns:4;--page-gutter:24px;--section-spacing:56px;}

    .button-dream {
        border-radius: 50%;
        line-height: 24px;
        cursor: pointer;
        font-weight: 500;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition-property: background-color,color,-webkit-box-shadow;
        transition-property: background-color,color,-webkit-box-shadow;
        transition-property: background-color,color,box-shadow;
        transition-property: background-color,color,box-shadow,-webkit-box-shadow;
        -webkit-transition-duration: .2s;
        transition-duration: .2s;
        -webkit-transition-timing-function: ease-in-out;
        transition-timing-function: ease-in-out
    }

    .button-dream:hover {
        -webkit-box-shadow: 0 8px 15px rgba(0,0,0,.2);
        box-shadow: 0 8px 15px rgba(0,0,0,.2)
    }

    .button-wear {
        background-color: #fff;
        background-color: #5d68f4;
        color: #23272a;
        color: var(--not-quite-black);
    }

    .button-wear:hover {
        color: #7289da;
        color: var(--brand)
    }

    .button-Small {
        border-radius: 40px;
        font-size: 14px;
        padding: 7px 16px
    }

    col-buttons-65g {
        --page-max-width:1260px;--num-grid-columns:4;--page-gutter:24px;--section-spacing:56px}

    @media screen and (min-width: 768px) {
        col-buttons-65g {
            --num-grid-columns:8;
            --page-gutter:40px;--section-spacing:80px}
    }

    @media screen and (min-width: 1024px) {
        col-buttons-65g {
            --num-grid-columns:12;
            --section-spacing:120px}
    }

    @media screen and (max-width: 767px) {
        body,html {
            min-width:320px
        }
    }

    .button-tmails {
        white-space: nowrap
    }

    .Button-reals {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto;
        width: 124px;
        text-align: end;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-flow: row-reverse;
        flex-flow: row-reverse
    }
.fab.fa-discord {
    background-color: #7389dc;
    color: rgb(255 255 255);
}
ul { 
    list-style: none; 
}
.versions a{
    font-size: 18px;
    font-weight: 600;
    padding: 9px 8px;
    background: green;
    transition: all .2s ease 0s;
    border-radius: 3px;
    color: #fff;
    margin-right: -4px;
    margin-left: 2px;
    line-height: 3;
}