/*скролбар*/
 body::-webkit-scrollbar {
     width: 5px;
}
 ::-webkit-scrollbar {
     height: 5px;
}
 ::-webkit-scrollbar-track {
     background:#333a4c;
    /*фон у вас не будет фоновой цвета потому что он на none изменяем его на любой цветом*/
     opacity:.7;
}
 ::-webkit-scrollbar-thumb {
     background: #fe023d;
     cursor: pointer;
}
/*скролбар*/
 .full-18{
     font-size: 18px;
}
 .rate-r{
     float: right;
}
 .maines {
     font-size: 22px;
     font-weight: bold;
     text-transform: uppercase;
     width: 100%;
     text-align: center;
     margin: 0 auto;
}
 .mains {
     color: #645a80;
     display: inline-block;
     font-weight: bold;
     text-transform: uppercase;
     box-shadow: 0px 0px 15px 0px rgba(51, 58, 76, 0.1);
     background: #fefefd;
     padding: 15px 25px;
     border-radius: 50px;
     text-align: center;
     margin: 0 auto;
}
 .card__rateslide {
     padding: 0 0 0 10px;
     float: right;
     right: 5px;
     bottom: 5px;
     position: relative;
}
 .full_header {
     position: relative;
     margin-left: -18px;
     margin-right: -18px;
}
 .full_header-bg {
     position: absolute;
     border-radius: 5px;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     overflow: hidden;
}
 .full_header__bg-img {
     position: absolute;
     top: 0;
     bottom: 0;
     right: 0;
     left: 0;
     background-size: cover;
     background-position: center center;
}
 .full_header__bg-img:before {
     content: '';
     display: block;
     position: absolute;
     width: 100%;
     height: 100%;
     left: 0;
     top: 0;
     background: #15161738;
     background: -webkit-linear-gradient(top,#15161796,#151617);
     background: -moz-linear-gradient(top,#15161796,#151617);
     background: linear-gradient(to bottom,#15161796,#151617);
     z-index: 0;
}
 .full_header-inner {
     text-align: center;
     padding-top: 40px;
     padding-bottom: 76px;
     position: relative;
}
 .full_header-title {
     margin-left: 15%;
     margin-right: 15%;
     z-index: 1;
     position: relative;
}
 .full_header-title .full_content-poster {
     display: none;
}
 .full_content-poster {
     width: 20%;
     position: relative;
     margin-top: -64px;
     margin-bottom: 32px;
}
 .full_content-poster img {
     -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
     border-radius: 4px;
     min-height: auto;
     display: block;
}
 .full_header-title h1 {
     color: #fff;
     font-size: 40px;
     font-weight: 700;
}
 .full_header-actions {
     margin-top: 70px;
}
 .full_header-actions a {
     margin-right: 15px;
}
 .full_header-actions a:last-child {
     background-color: #242227;
}
 svg:not(:root).svg-inline--fa {
     overflow: visible;
}
 .svg-inline--fa.fa-w-14 {
     width: .875em;
}
 .svg-inline--fa.fa-w-18 {
     width: 1.125em;
}
 .svg-inline--fa {
     display: inline-block;
     font-size: inherit;
     height: 1em;
     overflow: visible;
     vertical-align: -.125em;
}
 .fa-play:before {
     content: "\f04b";
}
 .fa-youtube:before {
     content: "\f167";
}
 .full_header-subtitle {
     color: #c4d3e3;
     font-size: 15px;
     margin-top: 10px;
}
/*Прелоадер*/
 #p_prldr{
     position: fixed;
     left: 0;
     top: 0;
     right:0;
     bottom:0;
     background: linear-gradient(to right, rgba(49, 55, 69, 1) 0%, rgba(223, 10, 67, 1) 100%);
     z-index: 30000000;
}
 .contpre small{
    font-size:25px;
}
 .contpre{
     width: 250px;
     height: 100px;
     position: absolute;
     left: 50%;
    top: 48%;
     margin-left:-125px;
     margin-top:-75px;
     color:#fff;
     font-size:40px;
     letter-spacing:-2px;
     text-align:center;
     line-height:35px;
}
 #p_prldr .svg_anm {
     position: absolute;
     width: 41px;
     height: 41px;
     background: url(/uploads/img/tail-spin.svg) center center no-repeat;
     background-size:41px;
     margin: -16px 0 0 -16px;
}
/*Прелоадер*/
 .button {
     background: #fe023d;
     border-radius: 5px;
}
 .owl-theme .owl-nav [class*=owl-]:hover {
     font-size: 80px !important;
}
 .frate {
     position: absolute;
     right: 10px;
     bottom: 10px;
     height: 35px;
     line-height: 24px;
     width: 200px;
     opacity: 0;
     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;
     z-index: 999999999;
}
 .frate.done {
    opacity:1;
    z-index: 999999999;
}
 .rate-data {
    display:none;
}
 .rate-plus, .rate-minus {
    cursor:pointer;
}
 .frate .fap {
    color:#81be5d;
     display:inline-block;
     vertical-align:top;
     font-size: 24px;
     margin-right:10px;
}
 .frate .fam {
    display:inline-block;
     vertical-align:top;
     font-size: 24px;
     margin-left:10px;
}
 .rate-minus .fa {
    color:#ff6161;
     position: relative;
}
 .frate div:hover .fa {
}
 .rbar {
    height:6px;
     overflow:hidden;
     background-color:#ff6161;
     border-radius:3px;
     position:absolute;
     left:0;
     bottom:0;
     width:100%;
}
 .rfill {
    width:50%;
     height:100%;
     position:absolute;
     left:0;
     top:0;
     background-color:#81be5d;
     transition:width 1s linear;
}
 .rate-perc {
    font-size: 18px;
     font-weight: 700;
}
 .rate-perc.high {
    color:#81be5d;
}
 .rate-perc.low {
    color:#ff6161;
}
 @keyframes bounceRate {
     from {
        transform: translate(0,0%);
    }
     to {
        transform: translate(0,-50%);
    }
}
 .short-rate-perc.low {
    background-color: #ff6161;
}
 .short-rate-perc.high{
    background-color: #81be5d;
}
 .wdone {
    opacity: 1;
}
 .rate_like-dislike .plus {
    color: #81be5d
}
 .rate_like-dislike .minus {
    color: #ff6161
}
 .short-rate-perc {
    background-color: #fd0648;
     opacity: 0;
     display: inline-block;
     height: 24px;
     line-height: 24px;
     padding: 0 7px;
     border-radius: 3px;
     color: #fff;
}
 .wdone {
    opacity: 1;
}
 .slider-bg {
     background: url(/templates/AniWay/images/bgslider.jpg) no-repeat center top;
     background-position: 50% 50%;
     background-size: cover;
}
 .slider-overlay {
     background: linear-gradient(to right, rgba(49, 55, 69, 0.9) 0%, rgba(223, 10, 67, 0.9) 100%);
}
 .card__short-rate--num {
     color: #adadad;
}
 .c__item-titleslide {
     display: inline-block;
     width: 85%;
     font-weight: 600;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .c__item-title {
     color: #333a4c;
     display: contents;
     font-weight: 600;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .short__item-bottom {
     margin: 0px 10px 0;
     padding: 10px 5px;
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .short__item {
     overflow: hidden;
     margin: 0px 1% 40px;
     text-align: center;
     width: 31.33%;
     border-radius: 5px;
     float: left;
     position: relative;
}
 .short__item-image {
     position: relative;
     height: 295px;
     border-radius: 5px;
     border-radius: 5px;
     overflow: hidden;
}
 .short__item-imagenews {
     position: relative;
     height: 120px;
     border-radius: 5px;
     border-radius: 5px;
     overflow: hidden;
}
 .short__item-image img{
     position: absolute;
     width: 100%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .short__item-imagenews img{
     position: absolute;
     width: 100%;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .owl-carousel .owl-item img {
     position: absolute;
     top: 50%;
     left: 50%;
     transform: translate(-50%, -50%);
}
 .owl-theme .owl-nav [class*=owl-] {
     position: absolute;
     top: 25px;
     font-size: 60px !important;
}
 .owl-theme .owl-nav .owl-prev {
     left: 0;
     border-radius: 0 15px 15px 0;
     background: linear-gradient(to right, rgba(51,58,76,1) 0%,rgba(51,58,76,0.6) 80%,rgba(51,58,76,0.5) 99%);
}
 .owl-theme .owl-nav .owl-next {
     right: 0;
     border-radius: 15px 0 0 15px;
     background: linear-gradient(to right, rgba(253,6,72,0.5) 0%,rgba(253,6,72,0.51) 1%,rgba(253,6,72,1) 100%);
}
 .carousel__item-bottom {
     position: absolute;
     bottom: 0;
     width: 300px;
     text-align: center;
     color: #fff;
     padding: 20px 5px 10px;
     background: #4250638f;
     margin: 0 10px;
     border-radius: 0 0 15px 15px;
     display: none;
}
 .center .carousel__item-bottom {
     display: block;
}
 .c__item-image {
     margin-top: 25px;
     position: relative;
     background-position: 50% 50%;
     background-size: cover;
     height: 300px;
     border-radius: 15px;
     width: 300px;
     overflow: hidden;
}
 .center .c__item-image {
     margin-top: 15px;
     height: 240px !important;
}
 .carousel__item-header {
     position: relative;
     margin: 0px 10px 0;
}
 .center .label__pg {
     position: absolute;
     top: 5px;
     left: 5px;
     padding: 10px;
     background: #fff;
     border-radius: 5px;
     opacity: 1;
}
 .label__pg {
     opacity: 0;
}
 .center .label__rate {
     position: absolute;
     top: 5px;
     right: 5px;
     padding: 5px 10px;
     background: #fd0648;
     border-radius: 50px;
     opacity: 1;
     color: #fff;
}
 .label__rate {
     opacity: 0;
}
 .label__play {
     position: absolute;
     bottom: 5px;
     right: 5px;
     opacity: 1;
}
 .label__rating {
     position: absolute;
     bottom: 5px;
     left: 5px;
     opacity: 1;
}
 .short-slide {
     opacity:0;
}
 .center .short-slide {
     opacity:1;
}
 .short-slide {
     position: absolute;
     width: 100%;
     bottom: 0px;
     background: #495a658f;
     color: #fff;
}
 .full-infos {
     margin-top: 15px;
}
 .center .imgSlider {
     margin-top: 15px;
     height: 240px !important;
}
 .imgSlider {
     margin-top: 25px;
     position: relative;
     background-position: 50% 50%;
     background-size: cover;
     float: left;
     height: 220px;
     border-radius: 15px;
     width: 300px;
}
 .owl-theme .owl-nav [class*=owl-] {
     width: 40px;
     height: 220px;
}
 .short {
     filter: blur(10px);
     text-align: center;
     width: 100%;
     height: 360px;
     margin: 15px 10px;
     position: absolute;
}
 .shortfix {
     margin: 0px 1% 40px;
     text-align: center;
     width: 31.33%;
     border-radius: 25px;
     float: left;
     position: relative;
     background: #f3f5fd;
     padding: 15px;
}
 .shortslider {
     margin: 0px 10px 0;
     text-align: center;
     max-width: 300px;
     border-radius: 25px;
     position: relative;
}
 .newsfix {
     margin: 0px 1% 40px;
     text-align: center;
     width:23%;
     border-radius: 25px;
     float: left;
     position: relative;
     background: #fefefd;
     padding: 15px;
}
 .orther {
     position: relative;
}
 .shortimagemask {
     position: relative;
}
 .imgRadius {
     margin-bottom: -4px;
     height: 360px;
     position: relative;
     width: 100%;
     border-radius: 15px;
}
 .imgRadiusnews {
     margin-bottom: -4px;
     height: 150px;
     position: relative;
     width: 100%;
     border-radius: 15px;
}
 .short-i {
     height: 360px;
     margin-bottom: 12px;
     border-radius: 10px;
}
 .img-box {
     overflow: hidden;
     position: relative;
     background-color: #CCC;
}
 .topicImageshort {
     background-position: 50% 50%;
     background-size: cover;
     float: left;
     height: 360px;
     width: 100%;
     border-radius: 25px;
}
 .img-box img {
     width: 100%;
     min-height: 100%;
}
 .short-t-or, .short-t, .short-c {
     white-space: nowrap;
     overflow: hidden;
     text-overflow: ellipsis;
}
 .short-t-or, .short-c {
     color: #000;
}
 .short-t {
     display: block;
     font-size: 28px;
     margin: 7px 0;
}
 .short-c {
     font-size: 12px;
}
 .short-text {
     position: relative;
     margin-top: 20px;
}
/* Datalife Engine template by: redissx (ICQ: 275116000, E-mail: redissx@gmail.com, Website: webrambo.ru ) */
/* SET BASE ----------------------------------------------- */
 * {
     background: transparent;
     margin:0;
     padding:0;
     outline:none;
     border: 0;
     -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
     box-sizing: border-box;
}
 ol, ul {
     list-style:none;
}
 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 {
     display: block;
}
 body {
     font: 12px/14px 'AvertaCY-Regular',Tahoma,Geneva,sans-serif;
     line-height:normal;
     padding:0;
     margin:0;
     color: #333a4c;
     background-color:#000;
     height:100%;
     width:100%;
     font-weight:400;
}
 img {
     max-width:100%;
}
 .clr {
     clear: both;
}
 .clearfix:after {
     content: "";
     display: table;
     clear: both;
}
 a {
     color: #fe023d;
     text-decoration: none;
}
 a:hover, a:focus {
     color:#000;
     text-decoration: none;
}
 h1, h2, h3, h4, h5 {
     font-weight:400;
     font-size:18px;
}
 .form-wrap {
     margin:0;
     background-color:#fff;
     padding-top:20px;
}
 .sub-title h1 {
     margin-bottom:15px;
     font-size:14px;
}
 .pm-page, .search-page, .static-page, .tags-page {
}
 @font-face {
     font-family: "LeagueGothicRegular";
     src: url("../fonts/LeagueGothicRegular.eot");
     src: url("../fonts/LeagueGothicRegular.eot?#iefix")format("embedded-opentype"), url("../fonts/LeagueGothicRegular.woff") format("woff"), url("../fonts/LeagueGothicRegular.ttf") format("truetype");
     font-style: normal;
     font-weight: normal;
}
/*--- SET ---*/
 .button, .up-second li a, .up-edit a, .qq-upload-button, button:not(.color-btn), html input[type="button"], input[type="reset"], input[type="submit"] {
     padding:0 20px;
     color:#fff;
     display:inline-block;
     cursor:pointer;
    /*text-transform:uppercase;
    */
     height: 40px;
     line-height: 40px;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
     border:0;
     padding:0;
}
 button[disabled], input[disabled] {
     cursor:default;
}
 .button:hover, .up-second li a:hover, .up-edit a:hover, .qq-upload-button:hover, button:not(.color-btn):hover, html input[type="button"]:hover, input[type="reset"]:hover, input[type="submit"]:hover {
     color:#fff;
}
 button:active, html input[type="button"]:active, input[type="reset"]:active, input[type="submit"]:active {
     box-shadow: inset 0 1px 4px 0 rgba(0,0,0,0.1);
}
 input[type="submit"].bbcodes, input[type="button"].bbcodes, input.bbcodes, .ui-button {
     font-size: 12px !important;
     height: 30px !important;
     line-height:30px !important;
     padding: 0px 10px;
     border-radius:3px;
}
 input[type="text"], input[type="password"] {
     display:block;
     width:100%;
     height:40px;
     line-height:40px;
     padding:0 15px;
     color:#000000;
     background-color:#f5f5f5;
     border-radius:0px;
     -webkit-appearance: none;
     box-shadow:0 0 0 1px #EDEDED;
}
 input[type="text"]:focus {
}
 input:focus::-webkit-input-placeholder {
     color: transparent 
}
 input:focus::-moz-placeholder {
     color: transparent 
}
 input:focus:-moz-placeholder {
     color: transparent 
}
 input:focus:-ms-input-placeholder {
     color: transparent 
}
 select {
     border:1px solid #e3e3e3;
     background-color:#FFF;
}
 textarea {
     display:block;
     width:100%;
     padding:10px;
     border:1px solid #e3e3e3;
     background-color:#FFF;
     border-radius:0 0 6px 6px;
     box-shadow:inset 0 0 4px 0 rgba(0,0,0,0.1);
     overflow:auto;
     vertical-align:top;
     resize:vertical;
}
 .img-box {
     overflow:hidden;
     position:relative;
     background-color:#CCC;
}
 .img-box img {
     width:100%;
     min-height:100%;
}
 .square-img img {
     display:block;
     width:150%;
     max-width:150%;
     margin-left:-25%;
}
 .nowrap {
     white-space:nowrap;
     overflow:hidden;
     text-overflow:ellipsis;
}
 button, .show-login {
     transition: all .3s;
}
 a, .ser-i:before, .news-i:before, .ser-i .fa, .news-i .fa, .ps-link, .short-mask, .rel:before, .highslide:before {
     transition: color .3s, background-color .3s, opacity .3s;
}
 .flex-row {
     display:flex;
     flex-flow:row wrap;
     justify-content:space-between;
}
 .flex-col {
     display:flex;
     flex-direction:column;
     justify-content:center;
}
 .ic-l span.fa {
     margin-right:10px;
}
 .ic-r span.fa {
     margin-left:10px;
}
 .ps-link, .ps-link2 {
     cursor:pointer;
}
 .titles-up, h1, h2, h3, h4, h5, .menus a, .side-bt, .b-col p, .head-menu, .rel-t, .comms-title {
}
 .color1, h1, h2, h3, h4, h5, .side-bt, .ser-s, .tops-l > a, .short-t, .screens-t, .rel-t, .comms-title, .voices {
     color:#333a4c;
}
/* BASIC GRID ----------------------------------------------- */
 .wrap {
     height:auto;
     min-width:320px;
     position:relative;
     background:#f3f5fd;
}
 .center {
     min-width:320px;
    /*max-width:1240px;
    */
     max-width:1920px;
     margin:0 auto;
     position:relative;
     z-index:200;
}
 .head-sticky {
     padding: 0px 10px;
     z-index: 999;
     width:100%;
     background-color:#333a4c;
     position:relative;
     left:0;
     top:0;
     box-shadow: 0 5px 25px 0 rgba(0,0,0,0.05);
}
 .head-in {
     height:75px;
     padding-left:220px;
}
 .main {
     background-color:#fefefd;
     border-radius: 10px;
     margin-top: 10px;
}
 .menus {
     height: 40px;
     border-radius: 10px;
     border-left: 3px solid #fe023d;
     border-bottom: 3px solid #fe023d;
     background-color: #333a4c;
     color: #FFF;
     min-width: 320px;
     max-width: 1240px;
     margin: 0 auto;
     margin-top: 15px;
     margin-bottom: 15px;
}
 .cols {
     padding-left:310px;
     position:relative;
}
 .cols:before {
     border-radius: 10px;
     width:310px;
     height:100%;
     position:absolute;
     left:0;
     top:0;
     content:"";
}
 .side {
     border-radius: 10px;
     width: 310px;
     margin-left: -310px;
     float: left;
     position: relative;
     z-index: 100;
     background-color: #fefefd;
     padding: 10px 10px;
}
 .cont {
     width:100%;
     float:right;
     min-height:600px;
     padding:30px;
     position:relative;
     z-index:200;
}
 .foot {
     background-color:#282828;
     color:#fff;
}
 .bottom-in {
     padding:40px 0;
}
/* HEADER AND MENUS ----------------------------------------------- */
 .logotype {
     display:block;
     width:200px;
     height:75px;
     text-indent:-8888px;
     overflow:hidden;
     position:absolute;
     left:0;
     top:0;
     background:url(../images/logo.png) left center no-repeat;
     background-size:contain;
}
 .head-menu {
     font-size:14px;
}
 .head-menu > li {
     float:left;
     position:relative;
}
 .head-menu > li > a {
     display:block;
     padding:0 20px;
     line-height:75px;
     color:#7b8294;
}
 .head-menu > li > a:hover {
     color:#fe023d;
}
 .head-menu > li.head-ic {
     float:right;
}
 .head-ic > a {
     width:75px;
     text-align:center;
}
 .hidden-menu {
     background-color:#fe023d;
     width:230px;
     top:100%;
     left:0;
     position: absolute;
     z-index: 9999;
     display: none;
}
 .head-ic .hidden-menu {
     left:auto;
     right:0;
}
 .hidden-menu > li > a {
     display:block;
     color:#fff;
     padding:0 20px;
     line-height:40px;
}
 .hidden-menu > li > a:hover {
     background-color:#ee5069;
     color:#fff;
}
 .menuactive > a, li.menuactive > a:hover {
     background-color:#fd0648;
     color:#FFF !important;
}
 .search-box {
     width:400px;
     background-color:#FFF;
}
 .search-box > li, .login-box > li {
     padding:10px;
}
 .search-inner {
     width:100%;
     position:relative;
}
 .search-inner input, .search-inner input:focus {
     width:100%;
     padding:0 100px 0 20px;
}
 .search-box button {
     position:absolute;
     right:0;
     top:0;
     font-size:14px;
     padding:0;
     text-align:center;
     width:80px;
}
 .loginbtn {
     width:40px;
     height:40px;
     border-radius:50%;
     line-height:normal;
     position:relative;
     top:12px;
     display:inline-block;
}
 .menus li {
     display:inline-block;
     float:left;
}
 .menus a {
     color:#FFF;
     padding:0 10px;
     line-height:40px;
     font-size:14px;
     display:block;
}
 .menus a:hover {
     color:#fe023d;
}
 .menus a.active {
     background-color:#fe023d;
     color:#fff;
}
 .menus li:last-child {
     float:right;
}
/* MENU GENRES ----------------------------------------------- */
 .menu-inner {
     background-color:#333a4c;
     display:none;
}
 .menu-inner ul {
     padding:10px;
}
 .menu-inner li {
     display:inline-block;
     width:16%;
     margin-bottom:0px;
}
 .menu-inner a {
     display:block;
     padding:0 10px;
     height:36px;
     line-height:36px;
}
 .menu-inner a:hover {
     color:#fff;
     background-color:#fe023d;
}
/* SIDEBAR ----------------------------------------------- */
 .side-b {
     margin-bottom:30px;
}
 .side-bt {
     font-size: 14px;
     text-align: center;
     margin-bottom: 5px;
     padding: 10px 0px;
     border-left: 3px solid #fe023d;
     border-bottom: 3px solid #fe023d;
     background: #333a4c;
     color: #fefefd;
     font-weight: bold;
     border-radius: 5px;
}
 .side-bc {
     margin:0 -10px;
}
 .ser {
     padding:10px 10px 10px 125px;
     position: relative;
     min-height:110px;
     font-size:12px;
}
 .ser-i {
     border-radius: 5px;
     width:105px;
     height:105px;
     position:absolute;
     left:10px;
     top:10px;
}
 .topicImage {
     background-position: 50% 50%;
     background-size: cover;
     float: left;
     height: 105px;
     width: 105px;
     top:10px;
}
 .topicImageshort {
     background-position: 50% 50%;
     background-size: cover;
     float: left;
     height: 260px;
     width: 100%;
}
 .topicImagenews {
     background-position: 50% 50%;
     background-size: cover;
     float: left;
     height: 150px;
     width: 100%;
}
 .ser-t {
     font-size:14px;
     display:block;
}
 .ser-i .fa, .news-i .fa {
     position:absolute;
     left:50%;
     top:50%;
     width:30px;
     height:30px;
     margin:-15px 0 0 -15px;
     font-size:30px;
     color:#FFF;
     opacity:0;
}
 .ser-i .fa {
     opacity:0.5;
}
 .ser-i:before, .news-i:before {
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background: linear-gradient(to right, rgba(49,55,69,1) 0%, rgba(223,10,67,1) 100%);
     content:"";
     opacity:0;
}
 .ser-i:hover:before, .news-i:hover:before {
     opacity:0.8;
}
 .ser-i:hover .fa, .news-i:hover .fa {
     opacity:1;
}
 .tops {
     padding:10px;
     width:100%;
     font-size:12px;
     display:table;
}
 .tops > div {
     float: left;
     display:table-cell;
     vertical-align:middle;
}
 .tops-l {
     width:70%;
}
 .tops-r {
     width:30%;
     text-align:right;
     color:#fe023d;
     font-size:14px;
}
 .tops-l > a {
     font-size:14px;
     display:block;
     margin-bottom:5px;
}
 .tops-l > a:hover {
     color:#fe023d;
}
 .tops-c a:hover {
     text-decoration:underline;
     color:#fe023d;
}
 .news {
     padding:10px;
     font-size:12px;
}
 .news-i {
     height:120px;
}
 .news-c {
     margin:5px 0;
}
 .news-c a {
     color:#9D9C9C;
}
 .news-c a:hover {
     color:#fe023d;
}
 .news > a {
     font-size:14px;
     display:block;
}
/* FOR SHORTS ----------------------------------------------- */
 .top-title {
     font-size:20px;
     margin-bottom:20px;
}
 .floaters {
     margin:0 -8px;
}
 .speedbar {
     font-size:12px;
     text-transform:uppercase;
     margin-bottom:20px;
}
 .sorter {
     text-transform: uppercase;
     background: #fefefd;
     padding: 5px 10px;
     line-height: 30px;
     font-size: 10px;
     margin-bottom: 20px;
     border-radius: 9px;
}
 .sorter:before {
     content:attr(data-label);
     display:inline-block;
     float:left;
}
 .sorter form, .sorter li {
     display:inline-block;
     float:left;
}
 .sorter li {
     padding:0 5px;
}
 .sorter a, .speedbar, .speedbar a {
     color: #AFAEAE;
}
 .sorter a:hover, .speedbar a:hover {
     text-decoration:underline;
     color:#fe023d;
}
 .asc a, .desc a {
     color: #333a4c;
}
 .sort li.asc a:after, .sort li.desc a:after {
     content:"\f063";
     font:normal normal normal 14px/1 FontAwesome;
     font-size:inherit;
     text-rendering:auto;
     -webkit-font-smoothing:antialiased;
     -moz-osx-font-smoothing:grayscale;
     display: inline-block;
     margin-left:10px;
}
 .sort li.desc a:after {
     content:"\f062" 
}
 .grid-select {
     float:right;
}
 .grid-select div {
     display:block;
     height:30px;
     width:30px;
     text-align:center;
     float:left;
     margin-left:10px;
     font-size:18px;
     cursor:pointer;
}
 .grid-select div:hover, .grid-select div.current {
     color:#fff;
     background-color:#333a4c;
}
 .grid-list {
     margin:0;
}
/* SHORTS ----------------------------------------------- */
 .news-i {
     height:150px;
     margin-bottom:12px;
     border-radius: 10px;
}
 .short-t-or, .short-c {
     color:#AFAEAE;
}
 .short-c {
     font-size:12px;
}
 .short-t {
     display:block;
     font-size:14px;
     margin:7px 0;
}
 .short-t:hover {
     color:#fe023d;
}
 .short-c a:hover {
     text-decoration:underline;
     color:#fe023d;
}
 .short-mask {
     border-radius: 15px;
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background: linear-gradient(to right, rgba(223, 10, 67, 0.8) 0%, rgba(49, 55, 69, 0.8) 100%);
     display:flex;
     flex-direction:column;
     justify-content:space-between;
     align-items:center;
     color:#FFF;
     opacity:0;
}
 .short-mask:hover {
     opacity:1;
}
 .mask-top, .mask-bottom {
     width:100%;
     font-size: 12px;
}
 .mask-top {
     width: 230px;
     margin: 10px;
}
 .m-views {
     width: 230px;
     height: 150px;
     border-radius: 10px;
     margin: 10px 0;
}
 .m-views > div {
     font-size:40px;
}
 .m-viewsnews {
     width:230px;
     height:130px;
     border-radius:10px;
}
 .m-viewsnews > div {
     font-size:40px;
}
 .m-rate {
     font-size:20px;
}
 .m-meta > span {
     margin:0 10px;
}
 .mask-top > div {
     width:50%;
     float:left;
     padding:10px 0 10px 10px;
     text-align:left;
     cursor:pointer;
     background: linear-gradient(to right, rgba(49,55,69,1) 0%, rgba(223,10,67,1) 100%);
     border-radius: 10px 0 0 10px;
}
 .mask-top > div:last-child {
     padding:10px 10px 10px 0;
     text-align:right;
     background: linear-gradient(to right, rgba(223, 10, 67, 1) 0%, rgba(49, 55, 69, 1) 100%);
     border-radius: 0 10px 10px 0;
}
 .mask-top a {
     color:#FFF;
}
 .mask-top div:hover, .mask-top a:hover {
     color:#f3f7b3;
}
 .mask-bottom {
     width: 230px;
     margin: 10px;
}
 .mask-bottom .ps-link {
     width:50%;
     float:left;
     padding:10px;
     color:#FFF;
     background: linear-gradient(to right, rgba(49,55,69,1) 0%, rgba(223,10,67,1) 100%);
     border-radius: 10px 0 0 10px;
}
 .mask-bottom .ps-link:last-child {
     background: linear-gradient(to right, rgba(223, 10, 67, 1) 0%, rgba(49, 55, 69, 1) 100%);
     border-radius: 0 10px 10px 0;
}
 .short-d, .short-text .ps-link {
     display:none;
}
 .short-t-or, .short-t, .short-c {
     white-space:nowrap;
     overflow:hidden;
     text-overflow:ellipsis;
}
 .grid-thumb .short-d {
     display: none !important;
}
 .grid-thumb .short-d:after {
     right: 100%;
     top:40px;
     border: solid transparent;
     content: " ";
     height: 0;
     width: 0;
     position: absolute;
     pointer-events: none;
     border-color: rgba(255, 255, 255, 0);
     border-right-color: #fff;
     border-width: 20px;
}
 .s-active {
     z-index:200;
}
 .grid-list .short {
     width:100%;
     float:none;
     margin:0 0 30px 0;
     padding-left:273px;
}
 .grid-list .short-i {
     width:273px;
     margin-left:-273px;
     float:left;
     margin-bottom:0;
}
 .grid-list .news-i {
     width:273px;
     margin-left:-273px;
     float:left;
     margin-bottom:0;
}
 .grid-list .short-text {
     width:100%;
     float:right;
     padding-left:30px;
     text-align:left;
}
 .grid-list .short-t {
     font-size:40px;
}
 .grid-list .short-d {
     display:block;
     margin:20px 0;
     padding:20px;
     background-color:#fafafa;
}
 .grid-list .short-t-or, .grid-list .short-t, .grid-list .short-c {
     white-space:normal;
}
 .grid-list .short-text .ps-link {
     padding:10px 20px;
     background-color:#81be5d;
     color:#FFF;
     display:inline-block;
}
/* SHORTS IN BOTTOM SECTION ----------------------------------------------- */
 .section {
     background-color:#f3f3f3;
}
 .section-in {
     padding-top:40px;
}
 .section-title {
     border-bottom:5px solid #fe023d;
     margin-bottom:20px;
     padding-bottom:10px;
}
 .section-title h2 {
     float:left;
     font-size:40px;
}
 .section-title a {
     float:right;
     position:relative;
     top:2px;
}
 .more-link {
     display:inline-block;
     padding:10px 20px;
     text-transform:uppercase;
     border-radius:3px;
     background-color:#e8e7e7;
     color:#a2a2a2;
}
 .more-link:hover {
     background-color:#fe023d;
     color:#fff;
}
/* FOOTER ----------------------------------------------- */
 .b-col {
     width:18%;
     float:right;
}
 .b-col:last-child {
     width:28%;
     padding-right:40px;
}
 .b-col p {
     font-size:14px;
     margin-bottom:10px;
}
 .b-col ul a {
     display:inline-block;
     padding:7px 10px;
     color:#fff;
}
 .b-col ul a:before {
     content:"\f105";
     margin-right:10px;
     font-family:'FontAwesome';
}
 .b-col ul a:hover {
     background-color:#fe023d;
     color:#fff;
}
 .b-text {
     color:#D7D3D3;
     padding:7px 0 20px 0;
}
 .podpiska {
     position:relative;
}
 .podpiska input {
     border-radius: 5px;
     background-color:#fff;
     box-shadow:none;
     padding:0 120px 0 15px;
}
 .podpiska button {
     position:absolute;
     right:0;
     top:0;
}
 .bottom-last {
     background-color: #333a4c;
     margin-top: 15px;
     color: #999;
     padding: 10px;
}
 .copyr {
     float:left;
     padding-top:7px;
}
 .counts {
     float:right;
     width:88px;
     height:31px;
}
/* FULL ----------------------------------------------- */
 .full-title {
     position:relative;
}
 .full-title a {
     display:inline-block;
     font-size:18px;
     position:absolute;
     right:-20px;
     top:-60px;
     color:#888;
}
 .full .top-title {
     margin-bottom:5px;
}
 .full-desc, .rels {
     margin:20px 0;
     background-color:#f4f7fe;
     padding: 20px;
}
 .fi-col-item {
     margin-bottom:5px;
}
 .fi-col-item:last-child {
     margin-bottom:0;
}
 .fi-col-item span {
     margin-right:5px;
     color:#333a4c;
}
 .screens-t, .rel-t {
     font-size:14px;
     margin-bottom:20px;
}
 .screens-c {
     margin:0 0 10px 0;
}
 .screens-c .highslide {
     position:relative;
     display:inline-block;
     vertical-align:top;
     margin:0 0 10px 0;
     width:160px;
     height:100px;
     overflow:hidden;
}
 .screens-c .highslide img {
     display:block;
     min-height:100%;
}
 .screens-c br {
     display:none;
}
 .info-btns a, .info-btns div {
     border-radius: 5px;
     display:inline-block;
     vertical-align:top;
     padding:10px 20px;
     background-color:#c0bfbf;
     color:#FFF;
     text-transform:uppercase;
     margin-right:0px;
}
 .info-btns > *:first-child {
     background-color:#fe023d;
}
 .info-btns a:hover {
     background-color:#81be5d;
     color:#fff;
}
 .tabs-box {
     margin-top:20px;
     margin-bottom:20px;
     position:relative;
}
 .tabs-sel {
     z-index: 999999999;
     padding:10px;
}
 .tabs-sel span {
     border-radius: 5px;
     display:inline-block;
     cursor:pointer;
     margin-right:7px;
     padding:0 20px;
     line-height:40px;
     background-color:#333a4c;
     color:#fff;
}
 .tabs-sel span.current {
     background-color:#fe023d;
}
 .js .tabs-b {
     display:none;
}
 .js .tabs-b.visible {
     display:block;
}
 .rel-c {
     margin: 0 0 10px 0;
     white-space: nowrap;
     overflow-y: hidden;
     overflow-x: auto;
}
 .rel {
     border-radius: 5px;
     display:inline-block;
     vertical-align:top;
     width:180px;
     height:180px;
     margin:0 10px 10px 0;
}
 .rel:before, .screens-c .highslide:before {
     position:absolute;
     left:0;
     top:0;
     width:100%;
     height:100%;
     background: linear-gradient(to right, rgba(49,55,69,0.8) 0%, rgba(223,10,67,0.8) 100%);
     display:flex;
     flex-direction:column;
     justify-content:center;
     align-items:center;
     color:#FFF;
     opacity:0;
     content: "\f002";
     font-family:'FontAwesome';
     font-size:14px;
}
 .rel:hover:before, .highslide:hover:before {
     opacity:1;
}
 .full-poster {
     width:270px;
     margin:0 auto 30px auto;
}
 .full-desc .full-poster {
     float:left;
     margin:0 10px 5px 0;
     margin-top: -100px;
}
 .f-poster {
     position:relative;
}
 .f-poster img {
     display:block;
     width:100%;
     border-radius: 5px 5px 0 0;
     border-radius: 5px;
}
 .fp-rate {
     border-radius: 0 5px;
     background-color:#fe023d;
     color:#fff;
     font-size:20px;
     display:inline-block;
     padding:10px;
     position:absolute;
     right:0;
     top:0;
}
 .scrolla {
    /*display: block;
    */
     text-align: center;
    /*padding: 0 5px;
    */
     margin-top: 10px;
     border-radius: 5px;
}
 .voices {
     font: 14px 'Open Sans', Arial, Helvetica, sans-serif;
     margin-top: 10px;
     color: #fff;
     background: #fe023d;
     padding: 10px 5px;
     text-align: center;
     border-radius: 5px;
}
 .rate3 {
     border-radius: 5px 5px 0 0;
     height: 40px;
     position: absolute;
     bottom: 15px;
     right: 10px;
     background-color: #282e3c;
     display: inline-block;
}
 .rate3 span[id*="vote-num"], .rate3 span[id*="ratig-layer"], .tops-r span[id*="vote-num"], .tops-r span[id*="ratig-layer"], .m-rate span[id*="vote-num"], .m-rate span[id*="ratig-layer"], .fp-rate span[id*="vote-num"], .fp-rate span[id*="ratig-layer"] {
     display:none;
}
 .pluss, .minuss {
     cursor:pointer;
     padding:0 10px;
     line-height:40px;
     float:left;
     color:#81be5d;
     text-align:center;
}
 .minuss {
     color:#fe023d;
}
 .rate3 span.fa {
     font-size:14px;
     margin-right:10px;
     vertical-align:middle;
}
 .pluss:hover {
     border-radius: 5px 0 0 0;
     color:#FFF;
     background-color:#028c19;
}
 .minuss:hover {
     border-radius: 0 5px 0 0;
     background-color:#c1050a;
     color:#fff;
}
 .ratebar {
     width:100%;
     height:5px;
     overflow:hidden;
     position:absolute;
     right:0;
     bottom:-5px;
     background-color:#fe023d;
}
 .ratefill {
     width:50%;
     height:100%;
     position:absolute;
     left:0;
     top:0;
     background-color:#81be5d;
     transition:width 1s linear;
}
/* FULL STATIC ----------------------------------------------- */
 .video-box embed, .video-box object, .video-box video, .video-box iframe, .video-box frame {
     width: 100%;
     max-width:100% !important;
     height:400px;
}
 .mejs-container {
     max-width:100% !important;
}
 .full-text {
}
 .full-text img:not(.emoji) {
     max-width:100%;
}
 .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;
}
 .full-text a:hover {
     text-decoration:none;
}
 .full-text h2, .full-text h3, .full-text h4, .full-text h5 {
     margin:10px 0;
     font-size:14px;
}
 .full-text p {
     margin-bottom:19px;
}
 .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;
}
 .full-text table {
     width:100%;
     text-align:left;
}
 .full-text table tr td {
     padding:10px;
     border:1px solid #ccc;
     font-size:12px;
}
 .full-text table tr:nth-child(2n+1) {
     background-color:#f6f6f6;
}
 .full-text table img {
     display:block;
     margin:0;
     border:0;
     max-width:350px 
}
 .attach {
     line-height:40px;
     background-color:#f5f5f5;
     padding:0 15px 0 0;
     border-radius:4px;
     margin:10px 0;
     overflow:hidden;
}
 .attach .download-link {
     color:#FFF !important;
     text-decoration:none !important;
     margin-right:15px;
     float:left;
     display:inline-block;
     padding:0 15px;
     background:#333a4c;
}
 .attach-info {
     float:right;
}
 .attach i {
     margin-right:5px;
}
 .dcont {
     border:1px solid #e3e3e3;
     padding:0 15px 15px 15px;
     margin:20px 0;
     line-height:20px;
     background-color:#FFF;
}
 .polltitle {
     display:block;
     padding:5px 15px;
     margin:0 -15px 15px -15px;
     font-size:18px;
     background-color:#f5f5f5;
     line-height:normal;
}
 .full-taglist {
     font-size:12px;
     padding-top:20px;
}
 .full-taglist-t {
     margin-bottom:5px;
     font-weight:700;
}
 .full-taglist a {
     margin:0 0 3px 0;
}
 .full-taglist span {
     margin-right:5px;
}
/* COMMENTS ----------------------------------------------- */
 .full-comms {
}
 .comms-head {
     margin-bottom:20px;
}
 .comms-title {
     font-size:14px;
     float:left;
     line-height:40px;
}
 .comms-title sup {
     color:#fe023d;
}
 .add-commbtn {
     float:right;
}
 .comms-head + form #add-comm-form {
     display:none;
     margin:20px 0;
}
 .add-comm-form {
     margin:0 0 20px 0;
     background-color:#fafafa;
     padding:20px 20px 10px 140px;
     position:relative;
     border:1px solid #ededed;
}
 .ac-av {
     width:80px;
     height:80px;
     border-radius:50%;
     position:absolute;
     top:20px;
     left:30px;
     background:#CCC url(../dleimages/noavatar.png) no-repeat;
     background-size:contain;
}
 .ac-title {
     font-weight:700;
     margin-bottom:10px;
     font-size:16px;
}
 .ac-inputs input {
     width:49%;
     float:left;
}
 .ac-inputs input:last-child {
     float:right;
}
 .ac-inputs, .ac-textarea {
     margin-bottom:15px;
}
 .ac-textarea textarea {
     height:85px;
}
 .ac-submit {
     position:absolute;
     top:120px;
     left:0;
     width:140px;
     text-align:center;
}
 .sec-answer + .sec-label {
     margin-top:10px;
}
 .add-com-but + form #addcform {
     display:none;
     margin:20px 0;
}
 .ac-protect {
     margin-top:-10px;
}
 .ac-protect .label {
     font-size:12px;
}
 .ac-protect .sep-input {
     padding:10px 10px 10px 160px;
}
 .add-comm-form .login-social {
     position:absolute;
     right:17px;
     top:10px;
}
 .mass_comments_action {
     text-align:right;
     padding:5px 15px;
     background-color:#f0f0f0;
     margin:20px 0;
}
 .last-comm-link {
     font-size:16px;
     margin-bottom:10px;
}
 .last-comm-link a {
     text-decoration:underline;
     color:#06c;
}
 .comments-items {
     margin:20px 0;
}
 .comm-item {
     margin-bottom:20px;
     padding-left:90px;
     position:relative;
     min-height:80px;
}
 .comm-one {
     position:relative;
     height:40px;
}
 .comm-one > div {
     height:100%;
     float:left;
     margin-right:20px;
     line-height:20px;
}
 .comm-item:before {
     content:"";
     width:8px;
     height:8px;
     position:absolute;
     left:-2px;
     top:70px;
     background-color:#ccc;
     border-radius:50%;
}
 .status-online:before {
     background-color:#3C0;
}
 .comm-av {
     width:80px;
     border-radius:50%;
     height:80px;
     position:absolute;
     left:0;
     top:0;
}
 .comm-author, .comm-author a {
     color:#333a4c;
     text-transform:uppercase;
}
 .comm-author a:hover {
     text-decoration:underline;
}
 .comm-date, .comm-num {
     font-size:12px;
     color:#888;
}
 .comm-one > div.comm-ratebox {
     float:right;
     margin-right:0;
}
 .comm-two {
     background-color:#fafafa;
     padding:10px;
     border:1px solid #ededed;
     margin:10px 0;
}
 .signature {
     font:italic 11px Georgia, "Times New Roman", Times, serif;
     margin-top:10px;
     padding-top:10px;
     border-top:1px dashed #e3e3e3;
}
 .comm-three ul {
     text-align:right;
     text-transform:uppercase;
}
 .comm-three ul li {
     margin-left:5px;
     display:inline-block;
}
 .comm-three li:first-child, .comm-three li.comm-q {
     float:left;
     margin-left:0;
     margin-right:10px;
}
 .comm-three ul li a {
     font-size:10px;
     color:#333a4c;
}
 .comm-three ul li span.fa {
     margin-right:10px;
     color:#888;
}
 .comm-three a:hover {
     text-decoration:underline;
}
 .comments-tree-list .comments-tree-list {
}
 .comm-rate {
     background-color:#f5f5f5;
     background: linear-gradient(to bottom, #f9f9f9 0%,#f5f5f5 100%);
     border-radius:4px;
     overflow:hidden;
     box-shadow:0px 1px 3px rgba(0, 0, 0, 0.2);
     height:24px;
     line-height:24px;
     position:relative;
     padding:0 30px;
     text-align:center;
}
 .comm-rate a {
     display:block;
     color:#fff;
     background-color:#7db625;
     width:24px;
     height:24px;
     position:absolute;
     top:0;
     left:0px;
     line-height:24px;
     font-size:12px;
}
 .comm-rate a:nth-child(2) {
     background-color:#cd3560;
     left:auto;
     right:0;
}
 .comm-rate a:hover {
     opacity:0.7;
}
 .comm-rate > span > span.ratingzero {
     color: #444444;
}
 .comm-rate > span > span.ratingtypeplus {
     color: #06b601;
}
 .comm-rate > span > span.ratingplus {
     color: #95c613;
}
 .comm-rate > span > span.ratingminus {
     color: #ff0e0e;
}
/* LOGIN ----------------------------------------------- */
 .login-box {
     width:320px;
     background-color:#FFF;
}
 .login-box a {
     font-size:14px;
     color:#9D9C9C;
     text-transform:none;
}
 .login-input {
     margin-bottom:20px;
}
 .login-button button {
     display:block;
     text-align:center;
     font-size:14px;
     width:100%;
     height:40px;
     line-height:40px;
}
 .login-button button:hover {
}
 .login-checkbox {
     font-size:10px;
     margin:10px 0;
     color:#888;
     font-family:'Open Sans';
}
 .login-checkbox input {
     display:none;
}
 .login-checkbox input + label:before {
     width:10px;
     height:10px;
     margin-right:5px;
     cursor:pointer;
     position:relative;
     top:2px;
     border-radius:3px;
     border:1px solid #ccc;
     content:"";
     background-color:#f6f6f6;
     display:inline-block;
}
 .login-checkbox input:checked + label:before {
     background-color:#c9282d;
}
 .login-links {
     text-align:center;
     line-height:30px;
}
 .login-links a {
     float:left;
     text-decoration:underline;
}
 .login-links a:last-child {
     float:right;
}
 .login-links a:hover {
     text-decoration:none;
}
 .login-social {
     text-align:center;
}
 .login-social:before {
     content:attr(data-label);
     display:inline-block;
     vertical-align:top;
     line-height:30px;
     margin-right:10px;
}
 .login-social a {
     display:inline-block;
     margin:0 3px 10px 3px;
}
 .login-social img {
     display:block;
     width:30px;
}
 .login-social a:hover img {
     transform:scale(1.1);
}
 .login-avatar {
     text-align:center;
}
 .avatar-box {
     display:inline-block;
     width:80px;
     height:80px;
     border-radius:0;
     overflow:hidden;
}
 .avatar-box img {
     width:100%;
     min-height:100%;
}
 .avatar-box + a {
     display:block;
     margin-top:5px;
     text-decoration:underline;
}
 .login-menu {
     margin-top:20px;
}
 .login-menu a {
     display: block;
     height: 25px;
     padding: 0 10px;
     line-height: 24px;
     background-color: #f5f5f5;
     margin-bottom: 5px;
}
 .login-menu a:hover {
     color:#fff;
     background-color:#9D9C9C;
}
/* GO TOP BUTTON */
 #gotop{
     position:fixed;
     width:40px;
     height:40px;
     right:10px;
     bottom:50px;
     cursor:pointer;
     z-index:9998;
     display:none;
     opacity:0.8;
     background-color:#000;
     color:#fff;
     font-size:18px;
     text-align:center;
     line-height:40px;
     border-radius:4px;
}
/* ADAPTIVE ----------------------------------------------- */
 .show-menu {
     display:none;
}
 @media screen and (max-width: 1220px) {
     .wrap {
        /*padding-top:75px;
         */
         background-image:none;
    }
     .center {
         max-width:1000px;
    }
     .head-menu {
         border:0;
    }
     .head-menu > li:not(.head-ic) {
         display:none;
    }
     .menus {
         white-space:nowrap;
         overflow-y:hidden;
         overflow-x:auto;
    }
     .menus li {
         display:inline-block;
         float:none !important;
    }
     .menus a {
         padding:0 10px;
         font-size:14px;
    }
     .wrap {
         overflow:hidden;
    }
     .menu-inner li {
         width:19.5%;
    }
     .cols {
         padding-left:0;
    }
     .cols:before, .short-mask {
         display:none;
    }
     .side {
         width:100%;
         margin-left:0;
         float:none;
         padding:10px;
    }
     .cont {
         float:none;
         padding:20px;
    }
     .side-bc {
         display:flex;
         flex-flow:row wrap;
         justify-content:space-between;
    }
     .ser, .tops, .news {
         width:32%;
    }
     .section-in {
         padding:40px 20px 0 20px;
         display:none;
    }
     .section .floaters {
         margin:0;
         white-space:nowrap;
         overflow-y:hidden;
         overflow-x:auto;
    }
     .section .short {
         width:285px;
         float:none;
         display:inline-block;
         vertical-align:top;
         margin:0 20px 40px 0;
    }
     .section .short-i {
         height:260px;
    }
     .bottom-in {
         padding:20px;
    }
     .bottom-last {
         padding:10px 20px;
    }
     .b-col {
         width:25%;
    }
     .b-col:last-child {
         width:100%;
         padding:20px 0 0 0;
    }
     .head-in {
         padding-left:250px;
    }
     .show-menu {
         position: absolute;
         left: 220px;
         top: 0;
         width: 50px;
         text-align: center;
         line-height: 75px;
         color: #ffffff;
         font-size: 14px;
         cursor: pointer;
         display: block;
    }
     .mob-menu {
         position: absolute;
         left: 0;
         top: 75px;
         bottom: 0;
         width: 320px;
         overflow-y: auto;
         overflow-x: hidden;
         padding: 10px 0;
         background-color: #333a4c;
         z-index: 100;
         display: none;
    }
     .mob-menu a {
         display:block;
         padding:5px 20px;
         color:#FFF;
         font-size:16px;
    }
     .mob-menu .hidden-menu {
         padding-left:20px;
         position:static;
         width:100%;
         margin:5px 0;
         display:block;
    }
     .mob-menu .hidden-menu a {
         font-size:14px;
    }
     .fada {
         opacity:0.3;
    }
     .logotype {
         left:10px;
    }
     .full-title a {
         right:-10px;
         top:-50px;
    }
     .rel-c, .screens-c {
         margin:0 0 10px 0;
         white-space:nowrap;
         overflow-y:hidden;
         overflow-x:auto;
    }
}
 @media screen and (max-width: 950px) {
     .center {
         max-width:768px;
    }
     .menu-inner li {
         width:24%;
    }
     .short-i {
         height:260px;
    }
     .ser, .tops, .news {
         width:48%;
    }
     .b-col {
         width:50%;
         padding-bottom:10px;
    }
     .copyr {
         float:none;
         padding:0;
    }
     .counts {
         display:none;
    }
     .grid-list .short {
         margin:0 0 20px 0;
         padding-left:200px;
    }
     .grid-list .short-i {
         width:200px;
         margin-left:-200px;
    }
     .grid-list .short-text {
         padding-left:10px;
    }
     .grid-list .short-t {
         font-size:14px;
    }
     .grid-list .short-d {
         padding:10px;
         margin:10px 0;
    }
     .info-btns, .screens-c {
         display:block !important;
         white-space:nowrap;
         overflow-y:hidden;
         overflow-x:auto;
    }
     .info-btns a, .info-btns div, .screens-c .highslide {
         margin-right:10px;
         font-size:12px;
    }
     .pagi-nav {
         white-space:nowrap;
         overflow-y:hidden;
         overflow-x:auto;
    }
}
 @media screen and (max-width: 760px) {
     .full-desc .full-poster {
         margin-top: -75px;
    }
     .full_header-title h1 {
         font-size: 24px;
    }
     .full_header-inner {
         padding-top: 30px;
         padding-bottom: 60px;
    }
     .center {
         max-width:640px;
    }
     .head-in {
         padding-left:170px;
    }
     .logotype {
         width:120px;
    }
     .show-menu {
         left:140px;
    }
     .head-ic > a {
         width:60px;
         padding:0 !important;
    }
     .menu-inner li a {
         white-space:nowrap;
         overflow:hidden;
         text-overflow:ellipsis;
    }
     .top-title, .section-title h2 {
         font-size:14px;
    }
     .section-title h2 {
         position:relative;
         top:7px;
    }
     .short {
         width: 80%;
    }
     .shortfix {
         width:48%;
    }
     .short__item {
         width:48%;
    }
     .section .short {
         width:200px;
    }
     .section .short-i {
         height:280px;
    }
     .full-poster {
         width:120px;
    }
     .fp-rate {
         font-size:14px;
    }
     .voices {
         margin-top:10px;
    }
     .fi-col {
         width:100%;
         float:none;
         padding:0 0 5px 0;
    }
     .tabs-sel {
         white-space:nowrap;
         overflow-y:hidden;
         overflow-x:auto;
    }
     .rate3 {
         border-radius: 0px;
         position:relative;
         display:block;
         bottom:0;
         right:0;
    }
     .pluss:hover {
         border-radius: 0px;
    }
     .minuss:hover {
         border-radius: 0px;
    }
     .pluss, .minuss {
         width:50%;
    }
     .full-desc, .rels {
         margin:20px -20px;
    }
     .add-comm-form {
         padding:20px 10px;
         overflow:hidden;
    }
     .ac-av {
         display:none;
    }
     .ac-submit {
         position:static;
         width:100%;
    }
     .ac-submit button {
         width:100%;
    }
     .comments-tree-list .comments-tree-list {
         padding-left:0 !important;
    }
     .mass_comments_action {
         display:none;
    }
     .sub-title h1 {
         font-size:18px;
         line-height:24px;
    }
}
 @media screen and (max-width: 590px) {
     iframe {
         height: 200px !important;
        ;
    }
     .full-desc .full-poster {
         margin-top: -65px;
    }
     .full_header-title h1 {
         font-size: 18px;
    }
     .full_header-inner {
         padding-top: 20px;
         padding-bottom: 50px;
    }
     .frate {
         position: relative;
         width: 100%;
         height: 35px;
         right: 0;
         bottom: 0;
    }
     .tabs-sel span {
         width: 100%;
         text-align: center;
    }
     .sorter {
         display: none;
    }
     .short__item {
         width:100%;
         margin: 0;
    }
     .center {
         max-width:480px;
    }
     .head-share, .sorter form, .sorter:before, .grid-list .short-text .ps-link {
         display:none;
    }
     .menu-inner li {
         width:32.33%;
    }
     .grid-select {
         float:none;
    }
     .ser, .tops, .news {
         width:100%;
    }
     .grid-list .short {
         padding-left:120px;
    }
     .grid-list .short-i {
         width:120px;
         margin-left:-120px;
         height:180px;
    }
     .grid-list .short-d {
         font-size:12px;
         margin-bottom:0;
    }
     .comm-item {
         margin-bottom:10px;
         padding-left:50px;
         min-height:50px;
    }
     .comm-item:before {
         left:-2px;
         top:40px;
    }
     .comm-av {
         width:40px;
         height:40px;
    }
     .comm-one > div {
         margin-right:10px;
    }
     .comm-three ul li {
         display:none;
    }
     .comm-three li.comm-q {
         display:inline-block;
    }
     .comm-one > div:nth-child(1) {
         max-width:140px;
         overflow:hidden;
    }
     .comm-one > div:nth-child(2) {
         display:none;
    }
     .add-comm-form .login-social {
         position:static;
         text-align:left;
    }
     .ac-inputs input {
         width:100%;
         float:none !important;
         margin-top:10px;
    }
     .ac-protect {
         width:100%;
         float:none;
         margin:-10px 0 0 0;
    }
     .ac-submit button {
         float:none;
         display:block;
         text-align:center;
         width:100%;
    }
     .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) {
     .center22 {
         max-width:320px;
    }
     .menu-inner li {
         width:49%;
    }
     .menu-inner a {
         padding:0 5px;
    }
     .short {
         margin-bottom:20px;
    }
     .short-i {
         height:200px;
    }
     .grid-thumb .short-c {
         display:none;
    }
     .section-title {
         text-align:center;
    }
     .section-title h2 {
         float:none;
         top:0;
    }
     .section-title a {
         float:none;
         top:0;
         margin-top:5px;
    }
     .b-col {
         width:100%;
    }
     .grid-list .short {
         padding-left:0;
    }
     .grid-list .short-i {
         margin:0 auto;
         float:none;
    }
     .grid-list .short-text {
         padding:10px 0 0 0;
         float:none;
    }
     .search-box {
         width:320px;
         right:-60px !important;
    }
     .short {
         width: 74%;
    }
     .imgRadius {
         height: 220px;
    }
     .short-i {
         height: 220px;
    }
     .comms-head {
         text-align:center;
    }
     .comms-title {
         float:none;
    }
     .add-commbtn {
         float:none;
    }
     .login-social:before {
         display:block;
         line-height:30px;
         margin-right:0;
    }
}
 @media screen and (min-width: 1400px) {
     .short__item-image {
         height: 450px;
    }
     .short__item-imagenews {
         height: 195px;
    }
     iframe {
         height: 700px !important;
        ;
    }
}

/*--- Подсветка исходного кода ---*/
.hljs-comment, .hljs-quote {
  color: #a0a1a7;
  font-style: italic;
}

.hljs-doctag, .hljs-keyword, .hljs-formula {
  color: #a626a4;
}

.hljs-section, .hljs-name, .hljs-selector-tag, .hljs-deletion, .hljs-subst {
  color: #e45649;
}

.hljs-literal {
  color: #0184bb;
}

.hljs-string, .hljs-regexp, .hljs-addition, .hljs-attribute, .hljs-meta-string {
  color: #50a14f;
}

.hljs-built_in, .hljs-class .hljs-title {
  color: #c18401;
}

.hljs-attr, .hljs-variable, .hljs-template-variable, .hljs-type, .hljs-selector-class, .hljs-selector-attr,
.hljs-selector-pseudo, .hljs-number {
  color: #986801;
}

.hljs-symbol, .hljs-bullet, .hljs-link, .hljs-meta, .hljs-selector-id, .hljs-title {
  color: #4078f2;
}

.hljs-emphasis {
  font-style: italic;
}

.hljs-strong {
  font-weight: bold;
}

.hljs-link {
  text-decoration: underline;
}

figure {
    margin: 0;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image.align-center {
    display: table;
    margin-left: auto;
    margin-right: auto;
}

figure.image figcaption {
	padding: 1rem;
    background-color: #fafafa;
    font-size: .8rem;
    caption-side: bottom;
    word-break: break-word;
    text-align: center;
}

figure.image.align-center figcaption {
	display: table-caption;
}

/** -------- MY LIST ------ **/.mylists-switch,.mylists-tabs{list-style:none;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px;font-size:12px;min-height:30px;padding:14px;position:relative;border-color:#efeff0;-webkit-box-shadow:0 0 15px 0 rgba(28,25,44,0.05);-moz-box-shadow:0 0 15px 0 rgba(28,25,44,0.05);-webkit-box-shadow:0 0 15px 0 rgba(28,25,44,0.05);-moz-box-shadow:0 0 15px 0 rgba(28,25,44,0.05);-ms-box-shadow:0 0 15px 0 rgba(28,25,44,0.05);-o-box-shadow:0 0 15px 0 rgba(28,25,44,0.05);box-shadow:0 0 15px 0 rgba(28,25,44,0.05);margin-bottom:15px;background-color:#fff;-webkit-border-radius:3px;-moz-border-radius:3px;-ms-border-radius:3px;-o-border-radius:3px;border-radius:3px}
.mylists-switch li,.mylists-tabs li{display:inline-block;margin:0 10px 0 0;color:#333;text-decoration:none;padding:8px 10px}
.mylists-switch li:hover,.mylists-tabs li:hover{color:#dc3545;cursor:pointer}
.mylists-switch li:hover a,.mylists-tabs li:hover a{color:#dc3545}
.mylists-switch li:last-child,.mylists-tabs li:last-child{margin:0}
.mylists-switch li.active,.mylists-tabs li.active{background-color:#dc3545;color:#fff;border:0;-webkit-border-radius:4px;-moz-border-radius:4px;-ms-border-radius:4px;-o-border-radius:4px;border-radius:4px}
.mylists-tabs li.active a{color:#fff}

.image-container2 {
  width: 50px; /* Установите нужную ширину */
  height: 50px; /* Установите такую же высоту, как ширина */
  overflow: hidden; /* Обрезает все, что выходит за пределы контейнера */
  border-radius: 50%; /* Делает контейнер круглым */
  display: flex; /* Для центрирования изображения внутри контейнера */
  justify-content: center;
  align-items: center;
}

.image-container2 img {
  width: 100%; /* Картинка занимает всю ширину контейнера */
  height: 100%; /* Картинка занимает всю высоту контейнера */
  object-fit: cover; /* Масштабирует изображение, чтобы оно покрывало контейнер, сохраняя соотношение сторон */
}

/* --- 1. ОБЩИЕ СТИЛИ КОНТЕЙНЕРА --- */
.full-news {
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    margin-bottom: 20px;
    font-family: system-ui, -apple-system, sans-serif;
}

/* --- 2. ХЕДЕР: ЦЕНТРИРОВАНИЕ И ФОН --- */
.full_header {
    position: relative;
    padding: 50px 20px;
    color: #fff;
    background: #222;
    text-align: center;
}

.full_header-bg {
    position: absolute;
    top: 0; left: 0; right: 0; bottom: 0;
    z-index: 1;
    opacity: 0.3;
}

.full_header__bg-img {
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    filter: blur(10px);
}

.full_header-inner {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
}

.full_header-title {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.full_header-title h1 {
    font-size: 28px;
    margin: 15px 0;
    line-height: 1.3;
    max-width: 950px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.5);
}

/* --- 3. КАТЕГОРИИ (ТЕГИ) ПО ЦЕНТРУ --- */
.full-tags {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    font-size: 0; /* Убираем запятые DLE */
    margin-top: 5px;
}

.full-tags a {
    display: inline-flex;
    font-size: 13px;
    background: rgba(255, 255, 255, 0.15);
    color: #fff !important;
    padding: 6px 16px;
    border-radius: 100px;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(5px);
    transition: all 0.2s ease;
    text-decoration: none;
}

.full-tags a:hover {
    background: #fff;
    color: #000 !important;
    transform: translateY(-2px);
}

/* --- 4. ОСНОВНОЙ КОНТЕНТ (GRID) --- */
.full-desc {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px;
    padding: 30px 20px;
}

.full-side-info { display: flex; flex-direction: column; gap: 20px; }

.f-poster img {
    width: 100%;
    border-radius: 6px;
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.fi-list { background: #f9f9f9; padding: 15px; border-radius: 6px; }

.fi-item {
    font-size: 14px; padding: 8px 0;
    border-bottom: 1px solid #eee;
    display: flex; justify-content: space-between;
}

.fi-item:last-child { border: none; }
.fi-item span:first-child { color: #777; font-weight: 500; }

/* --- 5. АВТОР РЕЛИЗА (КРУГЛЫЙ) --- */
.release-author {
    display: flex;
    align-items: center;
    gap: 10px;
    margin: 20px 0;
    padding: 4px 12px 4px 4px;
    background: #f1f1f1;
    border-radius: 30px;
    width: fit-content;
}

.image-container2, 
.image-container2 img,
.author-avatar {
    width: 32px !important;
    height: 32px !important;
    border-radius: 50% !important;
    object-fit: cover;
    display: block;
}

/* --- 6. ДОПОЛНИТЕЛЬНЫЕ БЛОКИ --- */
.playlist-box {
    background: #fafafa;
    border: 1px dashed #ccc;
    padding: 15px;
    margin-top: 10px;
    font-size: 13px;
    line-height: 1.6;
}

.download-section {
    margin: 25px 0; padding: 20px;
    background: #e3f2fd; border-radius: 8px;
    border-left: 5px solid #2196f3;
}

/* --- 7. МОБИЛЬНАЯ АДАПТАЦИЯ (768px) --- */
@media screen and (max-width: 768px) {
    /* Полная новость */
    .full-desc { grid-template-columns: 1fr; }
    
    .full_header-inner h1 { font-size: 22px; }
    
    .full_content-poster img { max-width: 160px; }

    /* Короткая новость (из вашего примера) */
    .short__item {
        width: 100% !important;
        float: none !important;
        margin-bottom: 30px;
        display: block;
    }

    .short__item-image, 
    .short__item-image figure, 
    .short__item-image img {
        width: 100% !important;
        aspect-ratio: 1 / 1 !important; /* Квадрат */
        object-fit: cover;
        height: auto !important;
        display: block;
    }

    .short-mask {
        position: absolute;
        top: 0; left: 0;
        width: 100%; height: 100%;
    }
}

/* Контейнер для списка новостей (нужно обернуть {content} или список новостей) */
.custom-grid {
    display: grid;
    gap: 20px; /* Отступ между карточками */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)); /* Авто-колонки */
    padding: 15px 0;
}

/* Контейнер карточки */
.mus-card {
    display: flex;
    flex-direction: column;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    overflow: hidden;
    height: 100%; /* Чтобы все карточки были одной высоты в ряду */
    transition: 0.3s ease;
}

.mus-card:hover {
    box-shadow: 0 10px 20px rgba(0,0,0,0.1);
    border-color: #a32a2a;
}

/* Ссылка-обертка */
.mus-card__inner {
    display: flex;
    flex-direction: column;
    height: 100%;
    text-decoration: none !important;
}

/* Блок с картинкой */
.mus-card__img-box {
    position: relative;
    width: 100%;
    aspect-ratio: 1 / 1; /* Делаем обложки идеально квадратными */
    background: #f0f0f0;
    overflow: hidden;
}

.mus-card__img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.mus-card:hover .mus-card__img {
    transform: scale(1.05); /* Легкий зум при наведении */
}

/* Бейджи на картинке */
.mus-card__top-info {
    position: absolute;
    top: 10px;
    left: 10px;
    right: 10px;
    display: flex;
    justify-content: space-between;
    z-index: 2;
}

.mus-badge {
    background: rgba(0, 0, 0, 0.7);
    color: #fff;
    padding: 3px 8px;
    font-size: 11px;
    border-radius: 4px;
    font-weight: bold;
}

/* Нижняя красная плашка на фото (Кодек) */
.mus-badge--codec {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(163, 42, 42, 0.9); /* Тот самый бордово-красный */
    color: #fff;
    font-size: 10px;
    padding: 6px;
    text-align: center;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 0.5px;
}

/* Текстовый блок под фото */
.mus-card__body {
    padding: 12px;
    display: flex;
    flex-direction: column;
    flex-grow: 1; /* Растягивает блок, чтобы кнопки/мета всегда были снизу */
}

/* Заголовок (Группа и Альбом) */
.mus-card__title {
    margin: 0 0 10px 0;
    font-size: 14px;
    line-height: 1.4;
    color: #000000; /* Цвет ссылок со скрина */
    font-weight: normal;
}

.mus-card__title strong {
    display: block;
    color: #333;
    font-size: 16px;
    margin-bottom: 4px;
    text-transform: uppercase;
    letter-spacing: -0.3px;
}

/* Мета-данные (Год и Жанр) */
.mus-card__meta {
    margin-top: auto; /* Прижимает к низу карточки */
    padding-top: 10px;
    border-top: 1px solid #f5f5f5;
    display: flex;
    justify-content: space-between;
    font-size: 12px;
    color: #888;
}

.mus-card__genre {
    color: #777;
    font-style: italic;
    max-width: 70%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


/* Адаптивность для мобильных (1 колонка на совсем маленьких) */
@media (max-width: 480px) {
    .custom-grid {
        grid-template-columns: 1fr;
        gap: 15px;
    }
}

/* Контейнер для новостей (в main.tpl это обычно {content}) */
/* ВАЖНО: В main.tpl оберните {content} в <div class="mus-grid-container">{content}</div> */
/* Если внутри #grid находятся наши музыкальные карточки */
#grid:has(.mus-card) {
    display: grid !important;
    /* Увеличиваем minmax до 280px для крупных картинок */
    grid-template-columns: repeat(auto-fill, minmax(280px, 1fr)) !important;
    gap: 25px !important;
    float: none !important; /* Отключаем старые флоаты */
    width: 100% !important;
    padding: 20px 0;
}

/* Убираем влияние clearfix, если включен Grid */
#grid:has(.mus-card)::after, 
#grid:has(.mus-card)::before {
    display: none !important;
}

/* Растягиваем пагинацию внутри сетки */
#grid:has(.mus-card) > .navigation {
    grid-column: 1 / -1 !important;
    display: flex !important;
    justify-content: center;
    gap: 8px;
    padding: 30px 0 !important;
}

/* Стили самой карточки (чтобы не было конфликтов с флоатами) */
.mus-card {
    float: none !important;
    width: 100% !important;
    margin: 0 !important;
    display: block;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #eee;
    overflow: hidden;
}

/* Адаптив для мобильных устройств */
@media (max-width: 650px) {
    #grid:has(.mus-card) {
        grid-template-columns: repeat(2, 1fr) !important; /* Ровно 2 в ряд */
        gap: 10px !important;
    }
    .navigation { flex-wrap: wrap; }
    .navigation a, .navigation span { min-width: 32px; height: 32px; }
}


/* Выбиваем пагинацию из общей сетки новостей */
.mus-grid-container > .navigation, 
.mus-grid-container > div[align="center"],
.mus-grid-container > center {
    grid-column: 1 / -1 !important; /* Растянуть от первой до последней колонки */
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    gap: 8px;
    padding: 40px 0 !important;
    width: 100%;
    clear: both;
}

/* Стили кнопок как на твоем скрине */
.navigation a, 
.navigation span,
.navigation b {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 38px;
    height: 38px;
    background: #f1f1f1;
    color: #777;
    text-decoration: none;
    font-size: 14px;
    border-radius: 4px;
    transition: 0.2s;
    border: none;
}

/* Активная страница (черная) */
.navigation span, 
.navigation b,
.navigation .nav_current {
    background: #222 !important;
    color: #fff !important;
    font-weight: bold;
}

/* Кнопки Назад/Вперед (стрелочки) */
.navigation a:hover {
    background: #e5e5e5;
    color: #333;
}

/* Цвет стрелочек как на скрине (розово-красный) */
.navigation a:last-child, 
.navigation a:first-child {
    color: #ff4d6d; 
    font-size: 18px;
}

/* Адаптивная пагинация */
@media (max-width: 600px) {
    .mus-grid-container > .navigation, 
    .navigation {
        flex-wrap: wrap; /* Разрешаем кнопкам переноситься на новую строку, если не влезли */
        justify-content: center;
        gap: 5px; /* Уменьшаем отступы между кнопками на мобилке */
        padding: 20px 5px !important;
        width: 100%;
        box-sizing: border-box; /* Чтобы отступы не распирали ширину */
    }

    .navigation a, 
    .navigation span {
        min-width: 32px; /* Чуть уменьшаем размер кнопок (было 38-40) */
        height: 32px;
        font-size: 12px; /* Уменьшаем шрифт цифр */
        margin: 2px; /* Добавляем микро-отступы, чтобы кнопки не слипались при переносе */
    }

    /* Увеличиваем область нажатия для стрелок, чтобы было удобнее попадать пальцем */
    .navigation a:first-child, 
    .navigation a:last-child {
        min-width: 45px; 
        background: #eee; /* Делаем стрелки заметнее */
    }
}

.side-rel-item {
    padding: 12px 15px; /* 12px сверху/снизу, 15px слева/справа */
    border-bottom: 1px solid #f0f0f0;
    line-height: 1.4;
    background: #fff; /* Белый фон, чтобы текст читался лучше */
    transition: background 0.2s;
}

.side-rel-item:hover {
    background: #fafafa; /* Легкое подсвечивание при наведении */
}

/* Заголовок теперь не будет липнуть к краю */
.side-rel-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #a32a2a; 
    text-decoration: none;
    margin-bottom: 5px;
    word-wrap: break-word; /* Чтобы длинные слова не ломали верстку */
}

.side-rel-item:last-child { border-bottom: none; }

/* Тот самый полукрасный цвет из краткой новости */
.side-rel-title {
    display: block;
    font-size: 13px;
    font-weight: 600;
    color: #a32a2a; 
    text-decoration: none;
    margin-bottom: 4px;
}

.side-rel-title:hover { color: #d13a3a; text-decoration: underline; }

.side-rel-codec {
    font-size: 11px;
    font-weight: bold;
    color: #444;
    display: block;
    margin-bottom: 2px;
}

.side-rel-genre {
    font-size: 11px;
    color: #888;
    margin-bottom: 4px;
}

.side-rel-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 5px;
}

.side-rel-bit {
    font-size: 10px;
    color: #999;
}

/* Яркая плашка для каналов (5.1, 4.0 и т.д.) */
.side-rel-channels {
    font-size: 10px;
    background: #2e7d32; /* Темно-зеленый аудиофильский */
    color: #fff;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
}

/* Общий контейнер описания */
.mus-category-info {
    background: #fff;
    margin: 20px 10px; /* Отступы от краев монитора и других блоков */
    padding: 25px;
    border-radius: 8px;
    border: 1px solid #eee;
    border-left: 5px solid #a32a2a; /* Та самая красная полоса слева */
    box-shadow: 0 2px 10px rgba(0,0,0,0.03);
}

/* Заголовок страницы (H1) */
.mus-page-title {
    margin: 0 0 15px 0;
    font-size: 24px;
    color: #222;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: -0.5px;
}

/* Текст описания */
.mus-page-description {
    font-size: 15px;
    line-height: 1.6;
    color: #555;
}

/* Если внутри описания есть ссылки */
.mus-page-description a {
    color: #a32a2a;
    text-decoration: underline;
}

.mus-page-description a:hover {
    text-decoration: none;
}

/* Адаптив для мобилок */
@media (max-width: 600px) {
    .mus-category-info {
        margin: 10px 5px;
        padding: 15px;
        border-left-width: 3px;
    }
    .mus-page-title {
        font-size: 18px;
    }
    .mus-page-description {
        font-size: 14px;
    }
}

/* Контейнер строки информации */
.mus-full-info-row {
    display: flex;
    justify-content: space-between; /* Текст разлетается по краям: метка слева, дата справа */
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f0f0f0; /* Легкая разделительная линия */
    font-size: 13px;
}

.mus-full-info-row:last-child {
    border-bottom: none;
}

/* Левая часть (Название параметра) */
.info-label {
    color: #888;
    font-weight: normal;
    flex-shrink: 0;
}

/* Правая часть (Дата и Время) */
.info-value {
    text-align: right; /* Весь текст прижимаем вправо */
    color: #333;
    font-weight: 500;
}

/* Стилизация именно времени */
.info-time {
    display: inline-block;
    background: #fdf2f2; /* Очень светлый красный фон */
    color: #a32a2a;      /* Твой полукрасный цвет */
    padding: 2px 6px;
    border-radius: 4px;
    font-weight: bold;
    margin-left: 8px;    /* Отступ от даты */
    border: 1px solid rgba(163, 42, 42, 0.1);
}

/* Иконка (если захочешь добавить перед временем) */
.info-time::before {
    content: "🕒";
    margin-right: 4px;
    font-size: 11px;
    vertical-align: middle;
}

/* Позиционируем над плашкой кодека, справа */
.mus-badge--surround {
    position: absolute;
    bottom: 40px; /* Чуть выше кодека, чтобы не накладывались */
    right: 8px;
    background: #2e7d32; /* Глубокий зеленый (символ качества) */
    color: #fff;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.3);
    z-index: 2;
    border: 1px solid rgba(255,255,255,0.2);
    text-transform: uppercase;
}

/* Иконка перед цифрами (если есть шрифт иконок, если нет - можно без нее) */
.m-icon-surround::before {
    content: "●"; /* Просто аккуратная точка или иконка */
    margin-right: 3px;
    color: #81c784;
}

/* Эффект при наведении на карточку */
.mus-card:hover .mus-badge--surround {
    background: #388e3c;
    transform: scale(1.05);
    transition: 0.2s;
}

.side-up-item {
    padding: 12px 15px;
    border-bottom: 1px solid #f0f0f0;
    transition: background 0.2s;
}

.side-up-item:hover { background: #fafafa; }
.side-up-item:last-child { border-bottom: none; }

/* Верхняя строка: Название + Дата */
.side-up-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 10px;
}

/* Название - твой фирменный полукрасный */
.side-up-title {
    font-size: 13px;
    font-weight: 600;
    color: #a32a2a;
    text-decoration: none;
    line-height: 1.3;
    flex: 1; /* Занимает всё свободное место */
}

/* Дата выхода - выделяем плашкой */
.side-up-date {
    font-size: 10px;
    background: #343a4e; /* Темно-синий под стиль сайта */
    color: #fff;
    padding: 2px 6px;
    border-radius: 3px;
    white-space: nowrap; /* Чтобы дата не разрывалась */
    font-weight: bold;
    margin-top: 2px;
}

/* Жанр */
.side-up-genre {
    font-size: 11px;
    color: #888;
    margin-top: 3px;
    font-style: italic;
}

/* Мобильная адаптация */
@media (max-width: 480px) {
    .side-up-item { padding: 10px; }
    .side-up-title { font-size: 12px; }
    .side-up-date { font-size: 9px; padding: 1px 4px; }
}

.mus-timer-block {
    background: #fdfdfd;
    border: 1px solid #eee;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
    text-align: center;
    box-shadow: 0 4px 15px rgba(0,0,0,0.03);
}

.mus-timer-head {
    font-size: 13px;
    text-transform: uppercase;
    color: #888;
    letter-spacing: 1px;
    margin-bottom: 15px;
    font-weight: bold;
}

.mus-timer-display {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.timer-item {
    display: flex;
    flex-direction: column;
    min-width: 60px;
}

.timer-item span {
    font-size: 32px;
    font-weight: 800;
    color: #a32a2a; /* Твой полукрасный */
    line-height: 1;
}

.timer-item small {
    font-size: 10px;
    color: #999;
    text-transform: uppercase;
    margin-top: 5px;
}

.timer-divider {
    font-size: 28px;
    font-weight: bold;
    color: #ddd;
    padding-bottom: 20px;
}

.mus-timer-status {
    background: #e8f5e9;
    color: #2e7d32;
    padding: 15px;
    border-radius: 6px;
    font-weight: bold;
    font-size: 14px;
    border: 1px dotted #2e7d32;
}

/* Мобильная версия */
@media (max-width: 480px) {
    .timer-item span { font-size: 24px; }
    .timer-item { min-width: 45px; }
    .timer-divider { font-size: 20px; }
}

.side-up-item {
    padding: 12px 15px;
    border-bottom: 1px solid #f4f4f4;
}

.side-up-header { margin-bottom: 6px; }

/* Название (полукрасный) */
.side-up-title {
    font-size: 13px;
    font-weight: 600;
    color: #a32a2a;
    text-decoration: none;
    line-height: 1.2;
    flex: 1;
}

/* Стикер формата справа от названия */
.side-up-format-tag {
    font-size: 9px;
    background: #e0e0e0;
    color: #444;
    padding: 1px 5px;
    border-radius: 3px;
    font-weight: bold;
    text-transform: uppercase;
    flex-shrink: 0;
}

/* Нижняя строка */
.side-up-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 11px;
}

.side-up-genre { color: #999; font-style: italic; }

/* Блок времени */
.side-up-time-info { display: flex; align-items: center; gap: 8px; }

.side-up-full-date { color: #bbb; font-weight: normal; }

/* Тот самый "умный" текст отсчета */
.js-countdown-mini {
    font-weight: bold;
    color: #2e7d32; /* По умолчанию зеленый (вышел) */
    text-transform: uppercase;
    font-size: 10px;
}

/* Мобильная адаптация */
@media (max-width: 480px) {
    .side-up-time-info { flex-direction: column; align-items: flex-end; gap: 2px; }
}

.mus-tg-card {
    background: linear-gradient(135deg, #2aabee 0%, #229ed9 100%);
    border-radius: 10px;
    padding: 18px;
    margin: 10px; /* Отступы от краев, как у твоих рейтингов */
    color: #fff;
    box-shadow: 0 4px 15px rgba(34, 158, 217, 0.2);
    font-family: sans-serif;
}

.tg-card-body { 
    display: flex; 
    align-items: center; 
    margin-bottom: 15px; 
}

.tg-card-icon { 
    width: 44px; 
    height: 44px; 
    background: rgba(255,255,255,0.15); 
    border-radius: 50%; 
    display: flex; 
    align-items: center; 
    justify-content: center; 
    margin-right: 12px; 
    flex-shrink: 0;
}

.tg-card-text b { 
    display: block; 
    font-size: 16px; 
    margin-bottom: 3px; 
    color: #fff;
}

/* Ссылка на новость - делаем её белой и убираем подчеркивание */
.tg-info-link { 
    font-size: 12px; 
    color: rgba(255,255,255,0.9) !important; 
    text-decoration: none !important;
    border-bottom: 1px dashed rgba(255,255,255,0.4);
    transition: 0.3s;
}

.tg-info-link:hover { 
    color: #fff !important; 
    border-bottom-color: #fff;
}

/* Кнопка "Подписаться" */
.tg-card-btn { 
    display: block; 
    background: #fff; 
    color: #229ed9 !important; 
    text-align: center; 
    padding: 10px; 
    border-radius: 6px; 
    text-decoration: none !important; 
    font-weight: bold; 
    font-size: 13px; 
    transition: 0.3s;
}

.tg-card-btn:hover { 
    background: #f8f8f8; 
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0,0,0,0.1);
}

/* Прячем чекбоксы */
.h-input { display: none !important; }

/* Общие стили шапки */
.main-header { background: #1a1a1a; min-height: 60px; position: relative; z-index: 9999; border-bottom: 1px solid #333; width: 100%; }
.header-container { 
    display: flex; justify-content: space-between; align-items: center; 
    height: 60px; max-width: 1200px; margin: 0 auto; padding: 0 15px; position: relative;
}

/* Колонки */
.header-left { flex: 0 0 auto; }
.header-right { flex: 0 0 auto; display: flex; align-items: center; }
.header-nav { flex: 1; display: flex; justify-content: center; }

/* Стили элементов */
.logo {
     display: block;
     width: 200px;
     height: 60px;
     text-indent: -8888px;
     overflow: hidden;
     
     /* Фикс: выносим логотип к краю монитора */
     position: absolute; /* Либо absolute, если родитель header имеет width: 100% */
     left: 10px;      /* Тот самый зазор 10 пикселей от границы монитора */
     top: 0;
     z-index: 10001;  /* Чтобы был поверх всех элементов меню */
     
     background: url(../images/logo.png) left center no-repeat;
     background-size: contain;
}

/* Если на мобилках логотип должен вернуться в поток или центрироваться */
@media screen and (max-width: 1024px) {
    .logo {
        position: absolute; 
        left: 10px; /* Оставляем зазор и на мобилках */
    }
}

.top-menu { display: flex; list-style: none; margin: 0; padding: 0; }
.top-menu li { position: relative; }
.top-menu a, .sub-label { color: #ccc; padding: 0 15px; line-height: 30px; cursor: pointer; display: block; text-decoration: none; }
.icon-item { margin-left: 20px; position: relative; color: #fff; cursor: pointer; }

/* Выпадающие окна (Поиск, Логин, Подменю) */
.drop-box, .sub-menu { 
    display: none; position: absolute; top: 60px; right: 0; 
    background: #252525; min-width: 200px; padding: 10px 0; 
    box-shadow: 0 10px 30px rgba(0,0,0,0.5); z-index: 10000;
}
.search-box { right: 0; left: auto; padding: 15px; width: 450px; }

/* ЛОГИКА КЛИКА: Показать, если чекбокс нажат */
.h-input:checked ~ .drop-box,
.h-input:checked ~ .sub-menu { display: block !important; }

/* --- МОБИЛЬНАЯ АДАПТАЦИЯ (ФИНАЛЬНЫЙ ФИКС) --- */
@media screen and (max-width: 1024px) {
    .menu-btn { display: block; color: #fff; font-size: 24px; cursor: pointer; margin-left: 15px; order: 2; }
    .header-left { order: 1; flex: 1; }
    .header-right { order: 3; }
    
    /* Мобильное меню выпадает СНИЗУ */
    .header-nav { 
        display: none !important; 
        position: absolute; top: 60px; left: 0; width: 100%; 
        background: #1a1a1a; height: auto !important;
        box-shadow: 0 20px 40px rgba(0,0,0,0.8);
    }
    
    /* Раскрытие бургера */
    #menu-tgl:checked ~ .header-nav { display: block !important; }
    
    .top-menu { flex-direction: column; width: 100%; }
    .top-menu li { width: 100%; border-bottom: 1px solid #333; }
    .top-menu a, .sub-label { line-height: 50px; padding: 0 20px; }
    
    /* Подменю в мобилке открывается ВНИЗ (не перекрывая ничего) */
    .sub-menu { position: static !important; width: 100%; background: #111; box-shadow: none; padding-left: 20px; }
}

@media screen and (min-width: 1025px) {
    .menu-btn { display: none; }
}

@media screen and (max-width: 1024px) {
    /* 1. Главный фикс: заставляем выпадашку игнорировать родителя */
    .drop-box {
        position: fixed !important; /* Именно fixed, чтобы не зависеть от иконки */
        top: 60px !important;       /* Сразу под шапкой */
        left: 0 !important;
        right: 0 !important;
        width: 100vw !important;    /* На всю ширину окна браузера */
        margin: 0 !important;
        padding: 20px !important;
        background: #252525 !important;
        box-shadow: 0 15px 30px rgba(0,0,0,0.9) !important;
        box-sizing: border-box !important;
        z-index: 10000 !important;
    }

    /* 2. Если внутри логина длинные кнопки или текст, они не вылезут за край */
    .login-box * {
        max-width: 100%;
        box-sizing: border-box;
    }

    /* 3. Делаем форму поиска тоже на всю ширину */
    .search-box form {
        display: flex;
        width: 100%;
    }
    .search-box input {
        flex: 1;
        height: 40px;
        padding: 0 10px;
        background: #333;
        border: 1px solid #444;
        color: #fff;
    }
}

/* --- НОВЫЙ БЛОК ЛОГИНА (БЕЗ КОНФЛИКТОВ) --- */

/* Контейнер всей карточки */
.fl-user-card {
    padding: 10px;
    background: #1a1a1a;
    color: #fff;
}

/* Аватар и админка */
.fl-avatar-area {
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
}

.fl-avatar-img img {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    border: 2px solid #e74c3c;
    object-fit: cover;
    margin-bottom: 8px;
}

.fl-admin-btn {
    display: inline-block;
    color: #e74c3c !important;
    font-size: 12px;
    text-transform: uppercase;
    text-decoration: none;
    font-weight: bold;
}

/* Список меню */
.fl-user-nav {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
}

.fl-user-nav li {
    margin-bottom: 6px !important;
    padding: 0 !important;
}

/* КНОПКИ (Исправляем высоту букв) */
.fl-user-nav li a {
    display: block !important;
    background: #252525 !important;
    color: #efefef !important;
    
    /* Центрирование текста и фикс высоты */
    padding: 12px 10px !important; 
    line-height: 1.2 !important; /* Чтобы буквы не «торчали» сверху или снизу */
    
    text-align: center;
    text-decoration: none !important;
    font-size: 14px !important;
    border: 1px solid #333 !important;
    border-radius: 3px;
    box-sizing: border-box !important;
    transition: background 0.2s;
}

/* Эффект наведения/клика */
.fl-user-nav li a:hover,
.fl-user-nav li a:active {
    background: #e74c3c !important;
    color: #fff !important;
    border-color: #e74c3c !important;
}

/* Кнопка выхода */
.fl-logout a {
    color: #888 !important;
    border-style: dashed !important;
}

/* --- СТИЛИ ДЛЯ ГОСТЕЙ (fl-) --- */

.fl-guest-form { padding: 15px; background: #1a1a1a; }

/* Соцсети в ряд */
.fl-social-links { display: flex; justify-content: center; gap: 8px; margin-bottom: 20px; flex-wrap: wrap; }
.fl-social-links img { width: 32px; height: 32px; border-radius: 4px; opacity: 0.8; transition: 0.3s; }
.fl-social-links img:hover { opacity: 1; transform: translateY(-2px); }

/* Поля ввода */
.fl-input-row { margin-bottom: 10px; }
.fl-input-row input {
    width: 100%;
    background: #252525 !important;
    border: 1px solid #333 !important;
    color: #fff !important;
    padding: 12px 15px !important;
    line-height: 1.2 !important; /* Фикс высоты букв */
    border-radius: 4px;
    box-sizing: border-box;
    font-size: 14px;
}

/* Кнопка войти */
.fl-button-row button {
    width: 100%;
    background: #e74c3c !important; /* Красная кнопка как лого */
    color: #fff !important;
    border: none !important;
    padding: 14px !important;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 4px;
    cursor: pointer;
    line-height: 1 !important;
    transition: 0.3s;
}
.fl-button-row button:hover { background: #ff5240 !important; }

/* Галочка */
.fl-options-row { margin: 15px 0; color: #888; font-size: 13px; display: flex; align-items: center; gap: 8px; }
.fl-options-row input { cursor: pointer; }

/* Ссылки внизу */
.fl-links-row { display: flex; justify-content: space-between; border-top: 1px solid #333; padding-top: 15px; }
.fl-links-row a { color: #888; text-decoration: none; font-size: 13px; }
.fl-links-row a:hover { color: #fff; text-decoration: underline; }
.fl-reg-link { color: #e74c3c !important; font-weight: bold; }

/* Базовый фон футера */
.fl-ft-main {
    background: #111; /* Темнее чем меню для контраста */
    border-top: 2px solid #e74c3c; /* Красная линия как в лого */
    padding: 40px 0 20px;
    color: #ccc;
    font-family: sans-serif;
    clear: both;
}

.fl-ft-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}

/* Колонки */
.fl-ft-col {
    flex: 1;
    min-width: 250px;
    margin-left: 10px;
}

.fl-ft-title {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #333;
    font-weight: bold;
}

/* Списки ссылок */
.fl-ft-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.fl-ft-list li {
    margin-bottom: 8px;
}

.fl-ft-list a {
    color: #888;
    text-decoration: none;
    font-size: 13px;
    transition: 0.3s;
}

.fl-ft-list a:hover {
    color: #e74c3c;
    padding-left: 5px;
}

/* Правая колонка с кнопками */
.fl-ft-links a {
    display: block;
    background: #222;
    color: #fff;
    padding: 10px 15px;
    margin-bottom: 10px;
    border-radius: 4px;
    text-decoration: none;
    font-size: 14px;
    border: 1px solid #333;
    transition: 0.3s;
}

.fl-ft-links a:hover {
    background: #e74c3c;
    border-color: #e74c3c;
}

.fl-ft-links .fa {
    margin-right: 8px;
    width: 16px;
}

.fl-ft-tg { border-left: 3px solid #0088cc !important; }

.fl-ft-info p {
    font-size: 13px;
    line-height: 1.6;
    margin-bottom: 20px;
}

.fl-ft-copy {
    margin-top: 20px;
    font-size: 12px;
    color: #555;
}

/* АДАПТИВНОСТЬ */
@media (max-width: 768px) {
    .fl-ft-container {
        flex-direction: column;
        text-align: center;
        padding: 0 20px;
    }
    .fl-ft-col {
        width: 100%;
    }
    .fl-ft-title {
        text-align: center;
    }
    .fl-ft-list a:hover {
        padding-left: 0;
    }
}

/* Контейнер на всю ширину */
.fl-add-wrap { 
    background: #fff; 
    padding: 20px; 
    border: 1px solid #ddd; 
    border-radius: 4px; 
    color: #333; 
    max-width: 100%; /* Растягиваем на весь контейнер темы */
    margin: 20px auto; 
    box-sizing: border-box;
}

.fl-add-title { color: #b00000; font-size: 24px; border-bottom: 2px solid #b00000; padding-bottom: 10px; margin-bottom: 25px; }

/* Широкий блок категорий */
.fl-cat-wide { margin-bottom: 30px; }
.fl-cat-wide select { width: 100% !important; height: 150px !important; }

/* Сетка доп. полей */
.fl-add-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 30px; margin-bottom: 30px; }
.fl-field-row { margin-bottom: 18px; }
.fl-field-row label { display: block; font-size: 13px; font-weight: bold; color: #555; margin-bottom: 6px; }

/* Оформление инпутов */
.fl-add-wrap input[type="text"], 
.fl-add-wrap textarea, 
.fl-add-wrap select {
    width: 100%; padding: 12px; border: 1px solid #ccc; border-radius: 3px; font-size: 14px; box-sizing: border-box; background: #fafafa;
}
.fl-add-wrap input:focus { border-color: #b00000; background: #fff; outline: none; }

/* Кнопки */
.fl-check-rel button { background: #eee; border: 1px solid #ccc; padding: 10px 20px; cursor: pointer; border-radius: 3px; margin-top: 10px; }
.fl-upload-zone { background: #fff9f9; padding: 20px; border: 2px dashed #b00000; border-radius: 4px; margin: 30px 0; }
.fl-main-label { display: block; font-weight: bold; color: #b00000; margin-bottom: 12px; font-size: 16px; }

.fl-submit-btns { display: flex; gap: 15px; margin-top: 25px; }
.btn-send { flex: 2; background: #b00000; color: #fff; border: none; padding: 18px; font-weight: bold; cursor: pointer; border-radius: 3px; text-transform: uppercase; font-size: 16px; }
.btn-view { flex: 1; background: #444; color: #fff; border: none; padding: 18px; cursor: pointer; border-radius: 3px; }

/* Адаптив */
@media (max-width: 900px) {
    .fl-add-grid { grid-template-columns: 1fr; }
    .fl-submit-btns { flex-direction: column; }
}

.fl-inline-fields { display: flex; gap: 15px; }
.fl-inline-fields > * { flex: 1; }

/* Делаем список категорий удобным и высоким */
.fl-category-wrapper select {
    width: 100% !important;
    min-height: 250px !important; /* Увеличили высоту, чтобы видеть всё сразу */
    background: #fff !important;
    border: 1px solid #ccc !important;
    border-radius: 4px;
    padding: 10px !important;
    font-size: 15px !important;
    outline: none;
    cursor: pointer;
}

/* Стилизация строк внутри списка категорий */
.fl-category-wrapper option {
    padding: 8px 12px;
    border-bottom: 1px solid #f0f0f0;
}

/* Цвет выбранной категории (твой темно-красный) */
.fl-category-wrapper option:checked {
    background: #b00000 linear-gradient(0deg, #b00000 0%, #b00000 100%) !important;
    color: #fff !important;
}

/* Прячем только технические чекбоксы меню, не трогая форму добавления */
.nav-wrapper .h-input, 
.head-right .h-input { 
    display: none !important; 
}

/* Оформление чекбоксов внутри формы добавления раздачи (чтобы они были КРАСИВЫМИ) */
.fl-add-wrap input[type="checkbox"] {
    display: inline-block !important; /* Возвращаем видимость */
    width: 18px;
    height: 18px;
    vertical-align: middle;
    cursor: pointer;
    accent-color: #b00000; /* Делаем галочку красной в современных браузерах */
}

/* Текст рядом с чекбоксом */
.fl-add-wrap label {
    display: inline-block !important;
    cursor: pointer;
    vertical-align: middle;
    margin-left: 5px;
    font-weight: normal !important;
}

/* Стили для блока доната */
.crypto-donate-block {
    background-color: #1A1B1F;
    border-radius: 4px;
    padding: 18px 15px;
    margin-top: 15px;
    font-family: inherit;
    box-sizing: border-box;
    text-align: left;
}

.donate-header {
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    margin-bottom: 5px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Настройки размера и цвета иконки */
.donate-svg {
    width: 20px;
    height: 20px;
}

.donate-subtitle {
    color: #A0A5B5;
    font-size: 12px;
    margin-bottom: 15px;
    line-height: 1.4;
}

.donate-btn {
    display: block;
    background-color: #FFB100;
    color: #000000 !important;
    text-align: center;
    padding: 12px 10px;
    border-radius: 4px;
    font-size: 14px;
    font-weight: bold;
    text-decoration: none !important;
    transition: background-color 0.2s ease, transform 0.1s ease;
}

/* Эффект при наведении мыши */
.donate-btn:hover {
    background-color: #E69D00;
    color: #000000 !important;
}

/* Эффект при клике */
.donate-btn:active {
    transform: scale(0.98);
}