﻿/*=============================================================*/
/* Theme: MineCrafter
/* Version: 1.1
/* Autor: Roman Buger
/* Autor URL: https://shopthemes.ru/
/* Copyright (c) 2019 Roman Buger
/*=============================================================*/
@import url('https://fonts.googleapis.com/css?family=Kanit:400,500,600,700,800');
* {margin: 0; padding: 0; box-sizing: border-box;}
body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    color: #ebebeb;
    line-height: 1.6;
    background: #151414;
background: url(/images/content_background.jpg) top center no-repeat #000;
    background-size: cover;
    background-attachment: fixed;
}





a {
    text-decoration: none;
    border: none;
    border-bottom: 1px solid transparent;
    outline: none;
    color: #ffc000;
    font-weight: 500;
    overflow: inherit;
    transition: all 0.3s ease 0s;
}
a:hover {text-decoration:none; cursor: url('/images/fuck_cursor.cur'), auto;}
ul {margin: 0; padding: 0;}
li {list-style: none;}
img {max-width: 100%;}

h1, h2, h3, h4, h5, h6 {color: #ebebeb;margin: 0;font-weight: 600;line-height: 28px;}
h1 {text-transform: uppercase;font-size: 20px;}
.h_title {line-height: 1;padding: 20px 15px;}
.x-unselectable {position:relative;}
#uCatsMenu7 {left: 0% !important;top: 40px !important; margin-left: 0px;}

.uadm.uadm--closed, 
#uAdminBar {display: none !important;}



.middle {padding: 30px 0; padding-top:55px;}
.container {max-width: 1300px; margin: 0 auto;}
.block_elem {background: #242424;box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1); }

/*=============================================================*/
/* HEADER
/*=============================================================*/
.header {
    background: #141414;
    box-shadow: 0 1px 1px rgb(46 46 46 / 10%);
    position: fixed;
    z-index: 9999;
    width: 100%;
}
.header_body {
    width: 100%;
    padding: 10px 0;
}

.header_content,.header_body {
    display: flex;
    justify-content: space-between;
    align-items: center
}

.logo {
    flex: 1;
    max-width: 320px;
    min-width: 320px;
    text-align: center;
    padding: 10px 25px;
    text-transform: uppercase;
    font-size: 26px;
    line-height: 1;
    white-space: nowrap;
    
    font-weight: 500
}
.header_top {display: flex;justify-content: space-between;align-items: center;flex-wrap: wrap;}
#open_top_menu, #open_left_aside, #open_right_aside, .btn_nav {display: none;}
button.active {background: #8eacff;}
.header_top ul li {float: left;}
.header_top ul li a {display: block;color: inherit; padding: 10px 15px;}
.header_top ul li a:hover {background: #35c535; color: #fff;} 
.header_bg {background: url(../images/bg.jpg) no-repeat center; background-size: cover; height: 400px;}
.header_bg .container {display: flex;height: 100%;align-items: center;}
.logotype {color: #f3f0f0;font-size: 50px;font-family: 'Kanit', sans-serif;letter-spacing: 2px;text-shadow: #000000 2px 1px 0px;border-bottom: 3px solid #fff;line-height: 1;border-top: 3px solid #fff;padding-bottom: 5px;display: inline-block;}
.logotype span.slogan {display: block;font-size: 14px;letter-spacing: normal;text-align: right;font-family: sans-serif;text-shadow: #000000 2px 1px 0px;}
.u_panel button, .u_panel .btn {border-radius: 0;padding: 15px;display: block;line-height: 1;}


/*=============================================================*/
/* PRELOADER
/*=============================================================*/
#xLoader {position: fixed;top: 0;bottom: 0;right: 0;left: 0;z-index: 9;background: #fff;}
#xLoader .google-spin-wrapper {top: 0;left: 0;width: 100%;height: 100%;z-index: 1000}
#xLoader .google-spin-wrapper .google-spin {display: block;position: relative;left: 50%;top: 50%;width: 100px;height: 100px;margin: -50px 0 0 -50px;border-radius: 50%;border: 3px solid transparent;border-top-color: #35c535;-webkit-animation: xLoaderGoogleSpin 2s linear infinite;-moz-animation: xLoaderGoogleSpin 2s linear infinite;-ms-animation: xLoaderGoogleSpin 2s linear infinite;-o-animation: xLoaderGoogleSpin 2s linear infinite;animation: xLoaderGoogleSpin 2s linear infinite}
#xLoader .google-spin-wrapper .google-spin:before {content: "";position: absolute;top: 5px;left: 5px;right: 5px;bottom: 5px;border-radius: 50%;border: 3px solid transparent;border-top-color: #8eacff;-webkit-animation: xLoaderGoogleSpin 3s linear infinite;-moz-animation: xLoaderGoogleSpin 3s linear infinite;-ms-animation: xLoaderGoogleSpin 3s linear infinite;-o-animation: xLoaderGoogleSpin 3s linear infinite;animation: xLoaderGoogleSpin 3s linear infinite}
#xLoader .google-spin-wrapper .google-spin:after {content: "";position: absolute;top: 15px;left: 15px;right: 15px;bottom: 15px;border-radius: 50%;border: 3px solid transparent;border-top-color: #ffc000;-webkit-animation: xLoaderGoogleSpin 2s linear infinite;-moz-animation: xLoaderGoogleSpin 2s linear infinite;-ms-animation: xLoaderGoogleSpin 2s linear infinite;-o-animation: xLoaderGoogleSpin 2s linear infinite;animation: xLoaderGoogleSpin 2s linear infinite}
@-webkit-keyframes xLoaderGoogleSpin {0% {transform: rotate(0deg)}100% {transform: rotate(360deg)}}
@-moz-keyframes xLoaderGoogleSpin {0% {transform: rotate(0deg)}100% {transform: rotate(360deg)}}
@-ms-keyframes xLoaderGoogleSpin {0% {transform: rotate(0deg)}100% {transform: rotate(360deg)}}
@-o-keyframes xLoaderGoogleSpin {0% {transform: rotate(0deg)}100% {transform: rotate(360deg)}}
@keyframes xLoaderGoogleSpin {0% {transform: rotate(0deg)}100% {transform: rotate(360deg)}}


/*=============================================================*/
/* SPEEDBAR
/*=============================================================*/
.speedbar {
    background: #242424;
    box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
    padding: 12px;
}
.speedbar span {font-size: 12px;padding: 0 5px;margin-top: 5px;align-items: baseline;color: #c3c3c3;}
.speedbar a {color: #555555;display: inline-block;}
.speedbar a:hover {text-decoration: underline;}


/*=============================================================*/
/* SEARCH
/*=============================================================*/
.search {position: relative;overflow: hidden;flex: 1;
    padding: 0 30px;}
.search form {
    position: relative;
}

.in-put::placeholder {color: #ebebeb;}

.search input {
        width: 100%;
    border-radius: 4px;
    border: 1px solid #464646;
    font-size: 13px;
    padding: 7px 60px 7px 15px;
    color: #d7d7d7;
    height: 37px;
    background: #242424;
}
.search button {
        position: absolute;
    top: 0;
    right: 0;
    background-color: transparent;
    color: #d7d7d7;
    font-size: 24px;
    line-height: 1;
    padding: 6px 15px;
    border-left: 1px solid #464646;
    border-radius: 0;
}



/*=============================================================*/
/* CONTENT
/*=============================================================*/
.middle {display: flex; justify-content: space-between; flex-wrap: wrap;}
.content {flex: 1; min-width: 300px; margin: 0 30px;hyphens: auto;}
.aside {flex: 1; max-width: 300px;}
#allEntries {display: flex; justify-content: space-between; flex-wrap: wrap;}
.content #allEntries {margin: 0px -15px;}
.content #allEntries div[id*="entryID"] {width: 50%;padding: 15px;}
.content.grid #allEntries { margin: -15px -15px 30px;}
.content.grid #allEntries div[id*="entryID"] {width: 50%;padding: 15px;}
.content.list #allEntries {margin: 0px -15px;}
.content.list #allEntries div[id*="entryID"] {width: 100%;padding: 15px;}
.content.full #allEntries {margin: 0px -15px;}
.content.full #allEntries div[id*="entryID"] {width: 100%;padding: 15px;}
.content .search {margin-bottom: 15px;}
.content.grid .search {margin-bottom: 30px;}

/*=============================================================*/
/* SHORTSTORY (default)
/*=============================================================*/
.content .short_item { padding: 30px;transition: all 0.3s ease 0s;}
.content .short_item:hover {box-shadow: 0 0px 20px rgba(108, 111, 115, 0.25);}
.content .short_item .poster {height: 170px;overflow: hidden;border-radius: 3px; margin-bottom: 15px;}
.content .short_item .poster img {display: block; object-fit: cover; width: 100%;height: 100%;}
.content .short_item h3 a {display: inline-block;color: inherit;font-weight: 600;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}
.content .short_item .short_descr {overflow: hidden;height: 70px;margin-bottom: 15px;}
.content .short_item .short_bottom,
.content .short_item .short_info {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.content .short_item .short_info {margin-bottom: 10px; font-size: 13px; color: #888;}
.content .short_item .short_icn i {float: left;font-size: 22px;margin-top: -1px;margin-right: 8px;line-height: 1;}
.content .short_item .short_bottom .stars {font-size: 18px;color: #ddd;}

/*=============================================================*/
/* SHORTSTORY (grid)
/*=============================================================*/
.content.grid .short_item { padding: 30px;transition: all 0.3s ease 0s;}
.content.grid .short_item:hover {box-shadow: 0 0px 20px rgba(108, 111, 115, 0.25);}
.content.grid .short_item .poster {height: 170px;overflow: hidden;border-radius: 3px; margin-bottom: 15px;}
.content.grid .short_item .poster img {display: block; object-fit: cover; width: 100%;height: 100%;}
.content.grid .short_item h3 a {display: inline-block;color: inherit;font-weight: 600;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}
.content.grid .short_item .short_descr {overflow: hidden;height: 68px;margin-bottom: 15px;}
.content.grid .short_item .short_bottom,
.content.grid .short_item .short_info {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.content.grid .short_item .short_info {margin-bottom: 10px; font-size: 13px; color: #888;}
.content.grid .short_item .short_icn i {float: left;font-size: 22px;margin-top: -1px;margin-right: 8px;line-height: 1;}
.content.grid .short_item .short_bottom .stars {font-size: 18px;color: #ddd;}


/*=============================================================*/
/* SHORTSTORY (list)
/*=============================================================*/
.content.list .short_item {padding: 30px;transition: all 0.3s ease 0s;display: flex;flex-wrap: wrap;}
.content.list .short_item:hover {    box-shadow: 0 2px 4px rgb(0 0 0 / 50%);}
.content.list .short_item .poster {height: 190px; overflow: hidden;border-radius: 3px; margin-bottom: 0px;flex: 1;max-width: 190px;margin-right: 30px;}
.content.list .short_item .poster img {display: block; object-fit: cover; width: 100%;height: 100%;}
.content.list .short_content {flex: 1;width: 330px;}
.content.list .short_item h3 a {display: inline-block;color: inherit;font-weight: 600;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}
.content.list .short_item .short_descr {overflow: hidden;height: 70px;margin-bottom: 15px;}
.content.list .short_item .short_bottom,
.content.list .short_item .short_info {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.content.list .short_item .short_info {margin-bottom: 10px; font-size: 13px; color: #888;}
.content.list .short_item .short_icn i {float: left;font-size: 22px;margin-top: -1px;margin-right: 8px;line-height: 1;}
.content.list .short_item .short_bottom .stars {font-size: 18px;color: #ddd;}


/*=============================================================*/
/* SHORTSTORY (full)
/*=============================================================*/
.content.full .short_item { padding: 30px;transition: all 0.3s ease 0s;}
.content.full .short_item:hover {box-shadow: 0 0px 20px rgba(108, 111, 115, 0.25);}
.content.full .short_item .poster {height: auto;overflow: hidden;border-radius: 3px; margin-bottom: 15px;}
.content.full .short_item .poster img {display: block; object-fit: cover; width: 100%;height: 100%;}
.content.full .short_item h3 a {display: inline-block;color: inherit;font-weight: 600;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;}
.content.full .short_item .short_descr {overflow: hidden;height: 70px;margin-bottom: 15px;}
.content.full .short_item .short_bottom,
.content.full .short_item .short_info {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.content.full .short_item .short_info {margin-bottom: 10px; font-size: 13px; color: #888;}
.content.full .short_item .short_icn i {float: left;font-size: 22px;margin-top: -1px;margin-right: 8px;line-height: 1;}
.content.full .short_item .short_bottom .stars {font-size: 18px;color: #ddd;}

/*=============================================================*/
/* ASIDE
/*=============================================================*/
.aside_bl {position: relative; clear: both;border-bottom: solid 2px #343434;}
.aside_title {padding: 20px 30px;font-size: 16px;text-align: center;text-transform: uppercase;font-weight: 600;border-bottom: solid 2px #343434;}
.aside_title span {font-size: 28px;color: #35c535;display: inline-block;line-height: 1;font-weight: 600;}
.aside_content {padding: 0 30px 15px;}


/*=============================================================*/
/* INFORMERS
/*=============================================================*/
.inf_pop { border-bottom: 1px solid #ececec;display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center; padding: 15px 0; position: relative;}
.inf_pop:last-child {border-bottom: 0;}
.inf_pop:hover h5 {color: #ffaf08;}
.num_inf {display: inline-block;background: #8eacff;border-radius: 50%;height: 36px;width: 36px;text-align: center;color: #fff;margin-right: 15px;border: 3px solid #fff;box-shadow: 0px 0px 0px 3px #8eacff;padding: 4px;transition: all 0.3s ease 0s;}
.inf_pop:hover .num_inf {background: #ffb10e;box-shadow: 0px 0px 0px 3px #e59d0a;}
.inf_pop h5 {transition: all 0.3s ease 0s;flex: 1;font-size: 14px;font-weight: 600;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;width: 100%;line-height: 1;}

.inf_recom {border-bottom: 1px solid #ececec;display: flex; justify-content: space-between; flex-wrap: wrap; align-items:flex-start; padding: 15px 0; position: relative;}
.inf_recom:last-child {border-bottom: 0;}
.inf_recom_img {margin-bottom: 10px;border-radius: 3px;overflow: hidden;width: 100%;}
.inf_recom_img img {min-width: 100%;display: block;}
.inf_recom_descr {margin-bottom: -5px;}
.inf_recom_descr h4 {line-height: 1;}
.inf_recom_descr h4 a {line-height: 24px;display: inline-block; color: inherit; transition: all 0.3s ease 0s;flex: 1;font-size: 14px;font-weight: 600;}
.inf_recom:hover .inf_recom_descr h4 a {color: #f5a720;}

.inf_raited {padding: 15px 0;display: flex;flex-wrap: wrap;justify-content: space-between;}
.inf_raited_img {flex: 1; min-width: 70px; max-width: 70px; height: 70px; margin-right: 15px; border-radius: 3px; overflow: hidden; position: relative;} 
.inf_raited_img img {display: block; width: 100%; height: 100%; object-fit: cover;} 
.inf_raited_img span {position: absolute;top: 0;display: inline-block;background: #ffc000;color: #fff;font-size: 12px;padding: 2px 5px;border-radius: 0 0 3px 0;font-weight: 600;left: 0;}
.inf_raited_info {flex: 1;}
.inf_raited_title {overflow: hidden;max-height: 45px;margin-top: -5px;margin-bottom: 10px;}
.inf_raited_title a {font-weight: 600; color: inherit; display: inline-block;}
.inf_raited_title a:hover {color: #f5a720;}
.inf_raited_cat {font-size: 13px;color: #888;}
.inf_raited_cat::before {content: '\f434';font-family: "Ionicons";margin-right: 7px;font-size: 16px;line-height: 1;float: left;margin-top: 2px;}

.inf_comm, .inf_comm_text_top {display: flex;justify-content: space-between;flex-wrap: wrap;}
.inf_comm {padding: 15px 0;border-bottom: 1px solid #ececec;}
.inf_comm:last-child {border-bottom: 0;}
.inf_comm_ava {flex: 1;max-width: 40px;min-width: 40px;height: 40px; border-radius: 50%;overflow: hidden;margin-right: 15px;}
.inf_comm_ava img {display: block; width: 100%; height: 100%; object-fit: cover;}
.inf_comm_text {flex: 1;}
.inf_comm_text_top {margin-bottom: 7px; font-size: 13px;}
.inf_comm_autor a {font-weight: 600; color: inherit;}
.inf_comm_autor span {color: #aaa;font-size: 11px;border-left: 1px solid #ececec;margin-left: 7px;padding-left: 7px;}
.inf_comm_mess {overflow: hidden;max-height: 63px;hyphens: auto;font-size: 13px;}
.inf_comm_item [class*="ion"] {font-size: 16px;float: right;line-height: 1;margin-top: 3px;}
.inf_comm:hover .inf_comm_item a {color: #8eacff;}




/*=============================================================*/
/* jquery-accordion-menu
/*=============================================================*/
nav.nav {padding-bottom: 30px; margin-top: -10px; border-bottom: solid 2px #343434;}
.jquery-accordion-menu {position: relative;}
.jquery-accordion-menu > ul > li > a {border-bottom: 0;transition: all 0.3s ease 0s; color: #d9d9d9; font-weight: 400; padding: 10px 30px; display: block; text-decoration: none;}
.jquery-accordion-menu > ul > li > a:hover {transition: all 0.3s ease 0s;background: #e3a00d;color: #fff;}
.jquery-accordion-menu > ul > li.active > a {color: #fff; background: #35c535;}
.jquery-accordion-menu ul {margin: 0;padding: 0;list-style: none;}
.jquery-accordion-menu .submenu-indicator {float: right;right: 30px;position: absolute;line-height: 19px;font-size: 20px;transition: transform .3s linear;}
.jquery-accordion-menu .submenu-indicator-minus>.submenu-indicator {-ms-transform: rotate(45deg);-moz-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg)}
.jquery-accordion-menu ul ul.submenu {width: 100%;display: none;border-bottom: 5px solid #c98913;background: #1a1a1a; padding: 10px 0;padding-right: 1px;}
.jquery-accordion-menu ul ul.submenu li {clear: both;width: 100%}
.jquery-accordion-menu ul.submenu a {border-bottom: 0;font-size: 13px;color: #ebebeb;font-weight: 400;position: relative;display: block;padding: 7px 15px 7px;border-left: solid 5px transparent;-o-transition: border .03s linear;-moz-transition: border .03s linear;-webkit-transition: border .03s linear;transition: border .03s linear;transition: all 0.3s ease 0s;text-decoration: none;}
.jquery-accordion-menu .submenu a:hover {background: #161616; border-left: solid 5px #c98913;}
#list_cat a {overflow:hidden;text-overflow:ellipsis;-o-text-overflow:ellipsis;white-space:nowrap;width:100%;}
.jquery-accordion-menu .submenu a .ripple {background: #cacaca;}
.jquery-accordion-menu ul.submenu li ul.submenu {background: #f0f0f0; border-bottom: 0;}
.jquery-accordion-menu ul.submenu li ul.submenu li a {padding-left: 40px;}

.jquery-accordion-menu .beefup2 a.beefup-head {display: flex;justify-content: space-between;align-items: center;}
.jquery-accordion-menu .beefup2.open a.beefup-head {background: #e3a00d;color: #fff;}
.jquery-accordion-menu .beefup2 a.beefup-head::after {content: "\f218";font-family: "Ionicons";line-height: 1;}
.jquery-accordion-menu .beefup2.open a.beefup-head::after {content: "\f209";font-family: "Ionicons";}



/*=============================================================*/
/* FOOTER
/*=============================================================*/
.footer {background: #242424;box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1); padding: 15px 0;}
.footer .container {display: flex; justify-content: space-between; flex-wrap: wrap; align-items: center;}
.footer .f_copy {font-size: 12px;}
.footer .f_count {display: flex;}
.footer .f_count img {display: block; margin-left: 15px;}



/*=============================================================*/
/* PAGINATION
/*=============================================================*/
.pagination {text-align: right;}
#pagesBlock1, .pagesBlockuz1, .pagesBlockuz2 {clear: both;font-size: 14px;display: block;font-weight: 400;text-align: center;margin-bottom: 20px;}
/* -- active -- */
.pgSwchA b, .swchItemA span, .swchItemA1 span, .swchItemDots {z-index: 2;color: #FFF;cursor: default;position: relative;line-height: 37px;text-decoration: none;min-width: 37px;height: 36px;background-color: #ff9900;display: inline-block;text-align: center;font-weight: 400;border-radius:3px;box-shadow: 0 2px 4px rgba(108, 111, 115, 0.1);padding: 0 7px;}
/* -- no active -- */
.pgSwch span, .swchItem span, a.swchItem1 {position: relative;
    text-decoration: none;
    line-height: 37px;
    min-width: 37px;
    height: 37px;
    color: #cdcdcd;
    background-color: #242424;
    display: inline-block;
    border: 1px solid #323030;
    border-radius: 3px;
    text-align: center;
    box-shadow: 0 2px 4px rgb(108 111 115 / 10%);
    transition: all 0.3s ease 0s;
    padding: 0 7px;
}
.pgSwch:hover span, .swchItem:hover span, a.swchItem1:hover {color: #888;}



/*=============================================================*/
/* FULLSTORY
/*=============================================================*/
.fullstory {padding: 30px; margin: 30px 0;}
.full_img {text-align: center; margin-bottom: 20px;display: flex;justify-content: center;}
.full_img img { border-radius: 3px; display: block;}
.fullstory_download {text-align: right;padding: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;line-height: 1;align-items: center;margin-bottom: 30px;}
.download_title {text-transform: uppercase;font-weight: 600;font-size: 16px;}
.full_info {padding: 20px;display: flex;justify-content: space-between;flex-wrap: wrap;line-height: 1;align-items: center;margin-bottom: 30px;color: #aaa;}
.rate-stars-wrapper {display: flex;align-items: center;}
.full_rait_num { background: #3c3c3c;border-radius: 3px; padding: 7px;margin-left: 15px;color: #fff;}
.full_info_count {display: flex;flex-wrap: wrap;}
.full_info_count > span {display: flex; align-items: center;margin: 0 7px;}
.full_info_count i[class*="ion"] {line-height: 1;font-size: 20px;margin-right: 7px;}
.full_info_count a {font-size:13px;color: #aaa;}
.full_info_count a:hover {color: #555;}
.bbQuoteBlock {border-left: 5px solid #eff1f5;padding-left: 30px;margin-top: 20px;}
.quoteMessage {border: 0 !important; max-height: none !important;overflow: visible !important;font-size: 17px;color: #000;}
.bbQuoteName {display: none;}
input.uSpoilerButton {background: #181818;width: 100%;text-align: left;font-size: 13px; color: inherit !important;}
.uSpoilerText {padding: 7px 15px;}
input.uSpoilerButton:hover {background: #101010;}
#fcolor, #fsize {display:none}


/*=============================================================*/
/* COMMENTS
/*=============================================================*/
.com-order-block {display:none}
.comments_head {text-transform: uppercase;font-weight: 600;font-size: 16px;line-height: 1;}
.comments_content {padding:30px;margin-bottom: 30px;}
.comments_content #allEntries {margin: 0px;}
.comments_content .uc-answer-link a {color:#35c535;}
.comm_top {display: flex;justify-content: space-between;flex-wrap: wrap;line-height: 1;align-items: center;margin-bottom: 30px;}
.comments_content #allEntries > div {border-bottom: 1px solid #ececec;}
.comments_content #allEntries > div:last-child {border-bottom: 0;}
.uForm, .ucf-content {margin: 0 !important;}


/*=============================================================*/
/* FAQ
/*=============================================================*/
.qNum {margin-right:15px}


/*=============================================================*/
/* FORUM
/*=============================================================*/
a.fNavLink {margin: 0 5px}
.gTableTop {text-transform: uppercase;font-weight: 600;font-size: 16px;line-height: 1;}
.gTableTop a {color: #000;}
.forumDescr {font-size: 12px;}
a.forum {color: inherit;font-weight: 600;}
a.forum:hover {color:#35c535;}
.gTable td {padding: 10px 0;}
select, select.moderOptions, .fastNav {
    border: 1px solid #ccc;
    padding: 7px 10px;
    margin-right: 10px;
}
.forumNamesBar[style="padding-bottom:5px;"] {padding-bottom: 30px !important;}
.signatureView {
    background: #eff1f5;
    display: block;
    border-radius: 3px;
    padding: 10px 15px;
}


/*=============================================================*/
/* Кнопка вверх
/*=============================================================*/
.h-top-link, .h-top-link:hover {display:none;cursor: url('/images/fuck_cursor.cur'), auto;width:48px;height:48px;text-align:center;background:#1d76d9 url('/images/up.png');color:#fff;position:fixed;left:30px;bottom:30px;}


.full_page .breadcrumbs-wrapper {
    padding: 18px 0
}

.full_page .btn_list-grid {
    display: none
}

.full_content {
    padding: 25px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(108,111,115,.1);
    border-radius: 3px;
    margin-bottom: 30px
}

.full_top {
    border-bottom: 1px solid #ececec;
    display: flex;
    flex-wrap: wrap;
    margin: -25px -25px 15px;
    padding: 25px 25px 0;
    overflow: hidden
}

.full_poster {
    flex: 1 auto;
    max-width: 250px;
    margin-right: 25px;
    margin-bottom: 25px
}

.full_poster img {
    width: 100%;
    border-radius: 3px;
    display: block
}

.full_info {
    flex: 1
}

.full_title {
    border-bottom: 1px solid #ececec;
    margin-right: -25px;
    padding-right: 25px;
    padding-bottom: 25px
}

.full_title h1 {
    font-size: 20px;
    text-transform: none;
    line-height: 32px;
    margin-top: -2px
}

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

.full_info_bottom_left {
    flex: 1;
    padding: 20px 0
}

.full_info_bottom_left ul {
    margin-bottom: 25px
}

.full_info_bottom_left li {
    padding: 7px 20px 7px 160px;
    font-size: 13px
}

.full_info_bottom_left li:nth-child(2n) {
    background: #f8f8f8
}

.full_info_bottom_left li span {
    margin-left: -140px;
    min-width: 140px;
    display: inline-block
}

.full_info_bottom_left li a {
    color: inherit
}

.full_info_bottom_left li a.add_user {
    color: #35c535
}

.full_info_bottom_left li a:hover {
    text-decoration: underline
}

.full_screens {
    margin-top: 30px
}

.full_screens .owl-item {
    height: 170px;
    border-radius: 3px;
    overflow: hidden
}

.full_screens .owl-item img {
    border-radius: 3px;
    height: 100%;
    object-fit: cover;
    display: block
}

.screen_hidden {
    display: grid!important
}

#screens_carousel {
    margin-top: 25px
}

#screens_carousel .owl-nav {
    width: 100%;
    margin-top: 10px;
    margin-bottom: -10px;
    padding: 0 32%;
    line-height: 1
}

#screens_carousel .owl-prev,#screens_carousel .owl-next {
    flex: 1
}

#screens_carousel .owl-prev {
    text-align: left
}

#screens_carousel .owl-next {
    float: right
}

#screens_carousel .owl-prev i,#screens_carousel .owl-next i {
    font-size: 45px;
    line-height: 1;
    color: #777;
    transition: all .3s ease 0s
}

#screens_carousel .owl-prev:hover i,#screens_carousel .owl-next:hover i {
    color: #ffc000
}

#screens_carousel .owl-dots {
    position: absolute;
    right: 35%;
    bottom: 8px;
    width: auto;
    text-align: center;
    margin: 0 50px;
    left: 35%
}

#screens_carousel .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #777;
    margin: 0 7px
}

#screens_carousel .owl-dots .owl-dot.active {
    background: #72d0fb;
    box-shadow: inset 0 0 0 2px #fff;
    border: 1px solid #72d0fb
}


.promo_bl {
    padding: 25px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(108,111,115,.1);
    border-radius: 3px;
    margin-bottom: 30px
}

.item_promo_slider {
    position: relative;
    overflow: hidden;
    padding: 0 0 0 1px
}

.slider_img {
    height: 265px;
    border-radius: 3px;
    overflow: hidden;
    border-radius: 3px
}

.slider_img img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    padding-right: 190px
}

.slider_content {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 385px;
    border-bottom: 265px solid #fff;
    border-left: 185px solid transparent;
    border-right: 0 solid transparent
}

.slider_content_title {
    padding: 20px 0 30px;
    text-align: right;
    font-size: 18px;
    font-family: oswald;
    font-weight: 500;
    min-height: 140px
}

.slider_content_title a {
    color: inherit;
    border-bottom: 3px solid transparent
}

.slider_content_title a:hover {
    border-bottom: 3px solid #35c535
}

.bdr_green,.bdr_blue,.bdr_orange {
    position: absolute;
    top: 0;
    right: 0;
    height: 0;
    width: 400px;
    border-left: 185px solid transparent;
    border-right: 0 solid transparent
}

.bdr_green {
    border-bottom: 265px solid rgba(53,197,53,.5)
}

.bdr_blue {
    border-bottom: 265px solid rgba(114,208,251,.5)
}

.bdr_orange {
    border-bottom: 265px solid rgba(255,192,0,.5)
}

.item_promo_slider_cat {
    font-size: 12px
}

.item_promo_slider_cat i[class*=ion] {
    font-size: 18px;
    float: left;
    padding-right: 10px;
    line-height: 1
}

.promo_bl .owl-nav {
    position: absolute;
    right: 0;
    width: 340px;
    bottom: 40px
}

.promo_bl .owl-prev {
    position: absolute;
    left: 0
}

.promo_bl .owl-next {
    position: absolute;
    right: 0
}

.promo_bl .owl-prev i,.promo_bl .owl-next i {
    font-size: 45px;
    line-height: 1;
    color: #777;
    transition: all .3s ease 0s
}

.promo_bl .owl-prev:hover i,.promo_bl .owl-next:hover i {
    color: #ffc000
}

.promo_bl .owl-dots {
    position: absolute;
    right: 0;
    bottom: 8px;
    width: 240px;
    text-align: center;
    margin: 0 50px
}

.promo_bl .owl-dots .owl-dot {
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #777;
    margin: 0 7px
}

.promo_bl .owl-dots .owl-dot.active {
    background: #72d0fb;
    box-shadow: inset 0 0 0 2px #fff;
    border: 1px solid #72d0fb
}
.promo_bl {
    padding: 25px;
    background: #fff;
    box-shadow: 0 2px 4px rgba(108,111,115,.1);
    border-radius: 3px;
    margin-bottom: 30px
}