/*! layout */
.wrapper {
    min-width: 320px;
    position: relative;
    margin-top: 200px!important;
}

.wrapper-container {
    max-width: var(--maximum-width);
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.coll-container {
    max-width: var(--maximum-width);
    margin: 0 auto;
    position: relative;
    z-index: 20;
}

.wrapper-main {
    background-color: #1e1e33;
    box-shadow: 0 20px 60px rgba(0,0,0,0.8);
    border-radius: 30px;
}

.header {
    background: var(--white);
    border-radius: 20px 20px 3px 3px;
    padding: 10px 20px;
    color: #fff;
    z-index: 100;
    position: relative;
    left: 0;
    top: 0;
}

.header.sticky {
    padding-right: 76px;
    padding-left: 76px;
    position: sticky;
    margin: 0 var(--main-indent-negative);
    border-radius: 0;
}

.carousels {
    padding: 10px 10px 10px 130px;
    background-color: var(--grayb);
    position: relative;
}

.cols {
    padding: 40px 25px;
}

.col-left {
    width: 240px;
    margin-right: 20px;
}

.col-right {
    width: 240px;
    margin-left: 20px;
}

.footer {
    background-color: #ffffff;
    border-top: 1px solid #f3f3f3;
}

.footer__one {
    margin: 0 var(--main-indent-negative);
    padding: 15px var(--main-indent);
    background-color: #161616;
}

.footer__two {
    margin: 0 var(--main-indent-negative);
    padding: 15px var(--main-indent);
    font-size: 13px;
    color: #fff;
    background-color: #1d1d1d;
}

.footer__menu {
    margin-left: 80px;
}

.footer__menu a {
    margin-right: 30px;
    color: #fff;
    border-bottom: 1px dotted #fff;
}

.footer .logo__title,
    .footer .logo__title span {
    color: #fff;
}

.footer  .logo__caption {
    color: #54cad8;
}

#scrolltop {
    position: fixed;
    width: 53px;
    height: 53px;
    line-height: 53px;
    right: 10px;
    bottom: 10px;
    z-index: 990;
    display: none;
    background-color: #fff;
    color: #000;
    cursor: pointer;
    font-size: 22px;
    border-radius: 50%;
    text-align: center;
    box-shadow: 0 5px 10px rgba(0,0,0,0.1);
}

.header__btn-menu {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 56px;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(0,0,0,0.15);
    font-size: 18px;
    opacity: 0;
    visibility: hidden;
}

.header__btn-menu {
    right: auto;
    left: 0;
    background-color: var(--blue);
    color: #fff;
    font-size: 24px;
}

.header.sticky .header__btn-menu {
    opacity: 1;
    visibility: visible;
}

.carou-nav {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 114px;
    background-color: #262423;
    z-index: 9999;
    box-shadow: inset 0 11px 8px -10px #000000, inset 0 -11px 8px -10px #000;
}

.carou-prev,
.carou-next {
    cursor: pointer;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-content: center;
    align-items: center;
    padding: 10px 0;
    line-height: 25px;
    color: #a5a2a5;
    font-size: 35px;
    height: 50%;
    position: relative;
    border-bottom: 1px solid #212121;
}

.carou-prev {
    background-color: #333;
}

.carou-nav span {
    color: #525152;
    width: 40px;
    height: 40px;
    line-height: 19px;
    border-radius: 20px;
    box-shadow: inset 0 0 0 2px #525152;
    padding: 11px;
    font-size: 20px;
}

.carou-next span {
    color: #4da0a8;
    box-shadow: inset 0 0 0 2px #4da0a8;
}

.carou-prev:hover,
.carou-next:hover {
    opacity: .7;
}

/*! header */
.header__menu > li {
    margin-left: 20px;
    position: relative;
}

.header__menu > li > a {
    display: block;
    height: 40px;
    line-height: 40px;
    color: var(--darkcolor);
    text-transform: uppercase;
    font-weight: 500;
    font-size: 16px;
}

.header__menu > li:hover > a, .header__menu > li > a.is-active {
    color: var(--bluecolorlight);
}

.header__menu > li > a > span {
    font-size: 8px;
    margin-left: 5px;
}

.header__menu-hidden {
    background-color: var(--white);
    ; width: 600px;
    padding: 10px;
    box-shadow: 0 13px 20px rgb(68 68 68 / 30%);
    ; border-radius: 5px;
    position: absolute;
    left: 0;
    top: 95%;
    z-index: 100;
    color: var(--primary-text-color);
    pointer-events: none;
    opacity: 0;
    transform: translateY(30px);
}

.hm-col {
    width: 33.33%;
    float: left;
}

.hm-col li {
    height: 26px;
    line-height: 26px;
    padding: 0 10px;
}

.hm-caption {
    font-weight: 500;
}

.hm-col a {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    opacity: 0.8;
    margin: 0 -10px;
    padding: 0 10px;
    font-size: 16px;
    display: block;
    color: var(--darkcolor);
}

.hm-col a:hover {
    background-color: #f2f5f8;
    opacity: 1;
}

.header__menu > li:hover .header__menu-hidden {
    pointer-events: auto;
    opacity: 1;
    transform: translateY(0px);
}

.one-col {
    width: 180px;
}

.one-col .hm-col {
    width: 100%;
}

.logo {
    display: inline-flex;
    flex-direction: column;
    justify-content: center;
    height: 46px;
    padding-left: 50px;
    line-height: 1;
    background: url(../images/logo.svg) 0 center / 40px no-repeat;
}

.logo__title {
    text-transform: uppercase;
    color: var(--darkcolor);
    font-weight: 400;
    font-size: 23px;
    letter-spacing: 1px;
}

.logo__title span {
    color: var(--bluecolorlight);
}

.logo__caption {
    font-size: 13px;
    opacity: 0.8;
    margin-top: 1px;
    color: var(--bluecolor);
}

.header__btn-login {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 36px;
    border-radius: 18px;
    padding: 0 20px;
    text-transform: uppercase;
    font-size: 14px;
    box-shadow: 0 2px 4px rgb(68 68 68 / 30%);
    cursor: pointer;
    background: linear-gradient(to right, #4b9ea7 0%, #035d80 100%);
}

.header__btn-login .fal:first-child {
    margin: -2px 10px 0 -17px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #fff;
    color: #035d80;
}

.header__btn-login:hover .fal {
    background-color: #fff;
    color: var(--blue);
}

.header__search {
    position: relative;
    order: 1;
    padding: 50px 15px 50px 15px;
    width: 100%;
    background-image: url(../images/bg__header.webp);
    background-size: cover;
}

.header__search::after {
    content: "";
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(to top, #2e2e2e 0%, #2e2e2e78 50%, #2e2e2e 100%);
}

.header__search input, .header__search input:focus {
    padding: 0 60px 0 20px;
    background: #ffffff3b;
    color: #000;
    box-shadow: none;
}

.header__search input:focus {
    background: #fffffff0;
}

.header__search input:not(:focus)::placeholder {
    color: #ccc;
    opacity: 1;
    font-size: 14px;
}

.header__search input:focus::placeholder {
    color: #000;
    opacity: 1;
    font-size: 14px;
}

.header__search button {
    position: absolute;
    right: 0;
    top: 0;
    width: 54px;
    padding: 0;
    background: none;
    color: #000;
    font-size: 15px;
    height: 40px;
}

.header__search-text {
    width: 100%;
    text-align: center;
    color: var(--darkcolor);
    position: relative;
    z-index: 1;
}

.header__search-text h1 {
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    border-radius: 4px;
    position: relative;
    z-index: 2;
}

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

.header__search-box {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    position: relative;
}


/*! carousel */
.carousels__caption {
    text-transform: uppercase;
    margin-right: 20px;
    font-size: 18px;
    color: #fff;
}

.carousels__tabs div {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 15px;
    margin-right: 5px;
    color: #fff;
}

.carousels__tabs div.is-active {
    background: var(--gradient-blue);
    color: #fff;
}

.carousels__tabs div:not(.is-active):hover {
    background-color: #161616;
}

.carousels__header {
    margin-bottom: 20px;
}

.carousel-item {
    display: block;
    overflow: hidden;
    position: relative;
    border-radius: 2px;
}

.carousel-item__label {
    background-color: rgb(36 128 146);
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 2px;
    position: absolute;
    right: 8px;
    top: 8px;
    z-index: 10;
}

.carousel-item__title {
    background-color: #2e2e2ead;
    padding: 10px 11px;
    margin-top: 5px;
    border-radius: 0;
    font-size: 14px;
    text-align: center;
    position: absolute;
    bottom: 0;
    width: 100%;
}

.carousel-item:hover .carousel-item__title {
    opacity: 0;
}

.carousels__content {
    min-height: 166px;
}

.carousel-item .img-responsive--portrait {
    padding-top: 150%;
    border-radius: 5px;
}

.side-block__list {
    justify-content: space-between;
}

.side-block__list div {
    height: 30px;
    line-height: 30px;
    cursor: pointer;
    border-radius: 3px;
    padding: 0 15px;
    margin-right: 0;
    background-color: #3a9c09;
    width: 49%;
    text-align: center;
    color: #fff;
}

/*! section */
.sect__title {
    font-size: 22px;
    font-weight: 400;
    padding-left: 30px;
    position: relative;
    text-transform: uppercase;
    color: #0378eb;
}

.sect__title::before {
    content: "\f019";
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: 3px;
    color: #217991;
}

.page__main .sect__title::before {
    display: none;
}

.page__main .sect__title {
    padding-left: 0;
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: -15px -15px;
    border-bottom: 1px solid #fafafa;
    margin-bottom: 20px;
    background-color: #293031;
}

.sect__header {
    margin-bottom: 20px;
}

.sect__link-top {
    background: var(--gradient-blue);
    color: #fff;
    font-size: 15px;
    text-transform: uppercase;
    padding: 8px 20px 8px 50px;
    position: relative;
    border-radius: 3px;
}

.sect__link-top span {
    font-size: 18px;
    font-weight: 700;
    text-decoration: underline;
    color: #deb663;
    margin-left: 3px;
}

.sect__link-top::before {
    content: '';
    position: absolute;
    left: -6px;
    bottom: 0px;
    background: url(../images/trophy.svg) 0 0 / contain no-repeat;
    width: 50px;
    height: 50px;
}

.sect__link-top:hover {
    color: #000;
    background-size: 250% 100%;
}

.speedbar {
    font-size: 13px;
    color: #6eb7ff;
    margin-bottom: 20px;
    text-transform: uppercase;
    padding: 12px;
    border-radius: 3px;
    background-color: #262423;
    border: 1px solid #ffffff;
}

.speedbar1 a:after {
    display: inline;
    content: '/';
    margin: 0 5px;
}

.speedbar a {
    color: #fb00fd;
}

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

.desc {
    width: 100%;
    display: grid;
    grid-gap: 20px;
    line-height: 1.7;
    color: #000;
    padding-top: 40px;
    margin-top: 40px;
    border-top: 1px solid #f3f3f3;
}

.desc h1, .desc h2, .desc h3 {
    font-weight: 400;
    font-size: 21px;
    text-transform: uppercase;
    color: var(--darkcolor);
    line-height: 1.3;
}

.desc ul li {
    position: relative;
    padding-left: 25px;
    margin-left: 25px;
}

.desc ul li::before {
    content: "\f00c";
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    color: var(--blue);
    position: absolute;
    left: 0;
    top: 0;
}

.sect__topsto .carousels__tabs {
    justify-content: center;
}

.sect__topsto .carousels__tabs div {
    width: 20%;
    margin: 0 10px;
    background-color: #fafafa;
    color: var(--darkcolor);
}

.sect__topsto .carousels__tabs div:not(.is-active):hover,
.sect__topsto .carousels__tabs div.is-active {
    color: #fff;
}




/*! short */
.item--announce {
    box-shadow: var(--bsh);
    border: 1px solid var(--bdc);
    border-radius: 3px;
    margin-bottom: 20px;
}

.item__header {
    border-bottom: 1px solid var(--bdc);
    padding: 10px 15px;
}

.item__cols {
    padding: 15px;
}

.item__img {
    width: 180px;
    height: 260px;
    display: block;
    margin-right: 15px;
    border-radius: 2px;
}

.item__label {
    background-color: rgb(36 128 146);
    color: #fff;
    padding: 3px 6px;
    font-size: 12px;
    border-radius: 2px;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 10;
}

.label__dark {
    background-color: #ff3904;
    top: 33px;
}

.label__red {
    background-color: #ff4b4b;
}

.th-meta {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 20px 10px 15px;
    color: #11d8d6;
    font-size: 14px;
    background-image: linear-gradient(to bottom,rgba(0,0,0,0),#000);
}

.th-meta-rate {
    color: #fbbc00;
    font-weight: 400;
}

svg.svgicon {
    display: inline-block;
    width: 1em;
    height: 1em;
    stroke-width: 0;
    stroke: currentColor;
    fill: currentColor;
    margin-right: 3px;
}

.item__title {
    font-size: 19px;
    font-weight: 400;
}

.item__meta {
    font-size: 13px;
    padding: 10px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
}

.item__meta .fal {
    margin-right: 5px;
}

.item__meta-item a, .item__category a, .desc a {
    color: #4397a3;
}

.item__meta-item + .item__meta-item::before {
    content: '/';
    opacity: 0.3;
    display: inline;
    margin: 0 8px;
}

.item__rating-value {
    border-radius: 2px;
    padding: 4px 0px;
    font-size: 12px;
    min-width: 23px;
    margin-top: 2px;
}

.item__text {
    -webkit-line-clamp: 7;
    line-height: 1.6;
    opacity: 0.7;
    color: var(--darkcolor);
}

.item__footer {
    font-size: 13px;
    margin-top: 15px;
}

.item__category-icon {
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background-color: var(--yellow);
    color: #000;
    display: inline-block;
    text-align: center;
    line-height: 28px;
    margin-right: 6px;
}

.item__size .fal {
    margin-right: 8px;
    opacity: 0.7;
}

.item__fav a {
    color: var(--yellow);
    margin: 0 20px;
    font-size: 16px;
}

.item__btn {
    height: 36px;
    padding: 0 12px 0 43px;
    position: relative;
    background: var(--gradient-blue);
}

.item__btn::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/ut.svg) 0 0 / 100% auto no-repeat;
    width: 20px;
    height: 20px;
}

.item__header a:hover, .item__category a:hover, .desc a, .item__ctrl .item__fav a:hover {
    text-decoration: underline;
}

a.item__img:hover {
    opacity: 0.8;
}

.item__rating--likes > * {
    background-color: #6ab04c;
    color: #fff !important;
    font-size: 12px;
    display: block;
    border-radius: 2px;
    padding: 4px 6px;
    font-weight: 700;
}

.item__rating--likes > * + * {
    background-color: #eb4d4b;
    margin-left: 5px;
}

.item__rating--likes .fal {
    margin-right: 5px;
}


/*! sidebar */
.side-block {
    padding: 15px;
    border-radius: 3px;
    background-color: #1e1e33;
    border: 1px solid #333333;
    box-shadow: var(--bshsec);
    margin-bottom: 20px;
}

.side-block__title {
    padding: 10px 15px;
    text-transform: lowercase;
    margin-bottom: 15px;
    font-size: 16px;
    background: linear-gradient(to right, #469ba4 0%, #005b7f 100%);
    color: #fff;
    border-radius: 8px 6px 18px 8px;
    border: 1px solid #ffffff;
    box-shadow: 0 7px 8px rgb(68 68 68 / 8%);
    text-shadow: 0 1px 1px #2b2e2f;
    display: flex;
    position: relative;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}

.side-block__title::after {
    content: "";
    position: absolute;
    top: -14px;
    left: -10px;
    background-color: #262423e3;
    width: 100px;
    height: 136px;
    transform: rotate(
309deg
);
}

.side-block__title .fal {
    box-shadow: 0 0 0 5px rgb(29 149 185 / 43%), 0 8px 12px -2px rgb(0 0 0 / 58%);
    margin-right: 0;
    border-radius: 50%;
    width: 23px;
    height: 23px;
    line-height: 23px;
    text-align: center;
    font-size: 17px;
    color: #ffffff;
    text-shadow: none;
    text-transform: uppercase;
    font-weight: 600;
}

.side-block__title span {
    position: relative;
    z-index: 1;
    text-transform: uppercase;
}

.side-block--bg-22 {
    background-color: var(--green);
}

.side-block--bg-none {
    background: none;
    border: 0;
    box-shadow: none;
    padding: 0;
}

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

.side-block:last-child, .poster-item:last-child {
    margin-bottom: 0;
}

.side-block--nav {
    border-radius: 4px;
    padding-bottom: 5px;
    background-color: #f2f5f8;
}

.rkl {
    text-align: center;
}

.posters-nav {
    margin-bottom: 15px;
}

.nav > li {
    position: relative;
}

.nav__btn {
    position: absolute;
    right: 0;
    top: 0px;
    width: 40px;
    height: 32px;
    line-height: 32px;
    font-size: 16px;
    text-align: center;
    cursor: pointer;
    background-color: #217990;
    color: #fff;
}

.nav__btn:hover {
    background-color: #015c7f;
}

.is-active .nav__btn .fal {
    content: "\f068";
}

.nav > li > a {
    display: block;
    padding: 0 35px 0 15px;
    border-top: 1px solid rgba(255,255,255,0.1);
    background-color: #edf1f580;
    background: var(--white);
    font: 16px/30px Calibri;
    color: #4e6378;
    text-shadow: 0 1px 1px #f5f8fa;
    border-radius: 7px;
    margin-bottom: 3px;
    height: 32px;
    line-height: 32px;
    border: 1px solid var(--white);
}

.nav > li > a .fas {
    margin-right: 5px;
}

.nav > li:hover > a {
    background-color: rgba(255,255,255,0.1);
}

.nav > li.submenu.is-active > a {
    background-color: #fff;
    color: #489ba5;
}

.nav__hidden {
    background-color: #fff;
    padding: 0;
    display: none;
    margin-bottom: 10px;
    border-radius: 5px;
}

.nav__hidden a {
    display: block;
    padding: 6px 42px 6px 15px;
    position: relative;
    color: var(--darkcolor);
    border-top: 1px solid #f2f5f8;
}

.nav__hidden a:hover {
    background-color: rgb(242 245 248 / 48%);
}

.side-block__black {
    background-color: #262423;
}

.side-block__black .side-block__title {
    box-shadow: 0 7px 8px rgb(68 68 68 / 8%);
    text-shadow: 0 1px 1px #2b2e2f;
    border: 1px solid #136d89;
}

.side-block__black .nav > li > a {
    border: 1px solid #333;
    color: #00ff4a;
    text-shadow: 0 1px 1px #262423;
    background-color: #333333;
    background: #333;
}

.side-block__black .nav > li > a .fas {
    color: #146e8a;
}

.side-block__black .nav > li.submenu.is-active > a {
    background-color: #333;
}

.side-block__black .nav__hidden {
    background-color: #333;
}

.side-block__black .nav__hidden a {
    color: #acd7fd;
    border-top: 1px solid #262423;
}

.side-block__black .nav__hidden a:hover {
    background-color: rgb(38 36 35);
}

.poster-item {
    display: block;
    padding: .5rem;
    background-color: #1e1e33;
    box-shadow: #eaeaea 0 1.1875rem 2.125rem -0.9375rem;
}

.poster-item:hover .img-fit-cover img {
    filter: grayscale(.8);
}

.side-poster-item {
    box-shadow: none;
    padding: 0;
}

.poster-item__title {
    text-transform: uppercase;
    margin-top: 0;
    font-size: 12px;
    color: #fbfbfb;
    padding: 8px;
    border-radius: 5px 5px 0 0;
    text-align: center;
}

.wait__block .poster-item__img {
    border-radius: 5px;
}

.wait__block .poster-item__title {
    border-radius: 0 0 5px 5px;
}

.poster-item__cat {
    color: #99bfdf;
    margin-top: 0;
    font-size: 13px;
    text-align: center;
}

.item__hover:hover .item-mask {
    opacity: 1;
}

.item-mask {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    padding: 10px;
    background-color: #202126bd;
    font-size: 3.5em;
    opacity: 0;
    font-weight: 500;
    z-index: 10;
}

.item-mask span {
    background: -webkit-linear-gradient(left, #5dc4b9, #05b4e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.item-mask .span {
    opacity: .5;
}

.item__hover:hover .item__label {
    opacity: 0;
}

.poster-item__meta {
    position: absolute;
    left: 10px;
    right: 10px;
    bottom: 10px;
    z-index: 5;
    background-color: var(--black-a);
    color: #eee;
    border-radius: 3px;
    overflow: hidden;
}

.poster-item__meta > * {
    text-align: center;
    font-size: 14px;
    padding: 6px;
}

.popular-item .item-mask {
    font-size: 2.2em;
}

.side-poster-item .item-mask {
    font-size: 2.4em;
}

.carousel-item .poster-item__meta {
    width: 50px;
    bottom: auto;
    top: 8px;
    left: 5px;
}

.carousel-item .poster-item__rating-value > span {
    font-size: 14px;
    color: var(--white);
}

.carousel-item .poster-item__rating-value > span i {
    color: var(--orange);
}

.carousel-item  .poster-item__meta > * {
    padding: 2px;
}

.poster-item__rating-caption {
    font-size: 12px;
}

.poster-item__rating-value > span {
    color: var(--orange);
    font-size: 20px;
}

.rate__low .far,
.rate__low .rate__score {
    color: #ff4b4b;
}

.poster-item__rating-value .fas {
    font-size: 14px;
}

.poster-item__size {
    font-weight: 700;
    background-color: var(--blue-a);
}

.poster-item__size-value {
    padding-top: 5px;
}

.poster-item__category, .poster-item__year {
    font-size: 12px;
}

.poster-item__category {
    background-color: var(--blue-a);
}

.sect__content--top .poster-item {
    margin: 0;
    max-width: 100%;
}

.sect__content--top .poster-item__meta > * {
    min-width: 100%;
}

.sect__content--top .poster-item__size-icon {
    display: none;
}

.popular-item__big .popular-item__img {
    width: 100%;
    height: 90px;
    border-radius: 5px;
    margin-right: 0;
    margin-bottom: 10px;
}

.popular-item__big .popular-item__desc,
.popular-item__last {
    padding: .5rem;
    box-shadow: #eaeaea 0 1.1875rem 2.125rem -0.9375rem;
}

.popular-item__last {
    width: 50%;
}

.popular-item__last .popular-item__img {
    width: 80px;
    height: 105px;
    border-radius: 50px;
    margin-right: 0;
    margin-bottom: 5px;
}

.side-block--pop .popular-item__img {
    border-radius: 5px;
}

.popular li + li {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px solid #383a3d;
}

.popular-item {
    position: relative;
    font-size: 14px;
    line-height: 1.4;
}

.popular-item__img {
    width: 50px;
    height: 70px;
    border-radius: 3px;
    margin-right: 10px;
}

.poster-item .poster-item__meta {
    display: flex;
    justify-content: center;
    background-color: transparent;
}

.poster-item .poster-item__rating {
    background-color: var(--black-a);
    max-width: 100px;
    border-radius: 3px;
    padding: 6px 14px;
}

.poster-item .poster-item__rating .far {
    font-size: 14px;
}

.poster-item .img-responsive--portrait {
    border-radius: 3px;
}

.poster__item .poster-item__title {
    background-color: #000000;
    padding: 10px 11px;
    border-radius: 0;
    font-size: 12px;
    text-align: center;
    bottom: 3px;
    color: #5af20e;
    position: relative;
}

.popular-item__desc small {
    color: #6e7071;
    font-size: 12px;
}

.popular-item:hover .popular-item__title, .poster-item:hover .poster-item__title {
    text-decoration: underline;
}

.popular-item__title {
    color: #aed9ff;
}

.popular {
    counter-reset: num;
}

.popular-item::before {
    content: counter(num);
    counter-increment: num;
    background-color: #268c3e;
    color: #fff;
    width: 16px;
    height: 16px;
    border-radius: 50px;
    line-height: 16px;
    text-align: center;
    font-size: 11px;
    box-shadow: 0 0 0 3px #455aa3;
    position: absolute;
    left: -6px;
    top: 0;
    z-index: 1;
}


/*! fav ajax  */
.poster__favajax {
    position: relative;
}

.favmod {
    display: block;
    margin: 0 auto;
    width: 25px;
    height: 24px;
    padding: 4px;
    opacity: 0;
    position: absolute;
    top: 12px;
    right: 16px;
    z-index: 10;
    font-size: 17px;
}

.poster__favajax:hover .favmod {
    opacity: 1;
}

.favmod.active:hover {
    opacity: .7;
}

.favmod-add {
    color: #ff4b4b;
}

.favmod-unset {
    color: #1bb2d2;
}

.favmod .favmod-unset,
    .favmod.active .favmod-add {
    display: none;
}

.favmod.active .favmod-unset {
    display: block;
}

.page__main .favmod {
    position: relative;
    width: auto;
    z-index: 999;
    top: auto;
    right: auto;
    margin: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    background-color: #de2324;
    border-radius: 4px;
    box-shadow: none;
    margin-right: 10px;
    opacity: 1;
    border: 1px solid #f3f3f3;
}

.page__main .favmod div {
    color: #feffff;
}

.page__main .favmod div .fa {
    margin-right: 5px;
}

/*! navigation */
.pagination {
    text-align: center;
    padding-top: 10px;
}

.pagination__btn-loader a, .pagination__btn-loader span {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 32px;
    padding: 0 80px;
    background: linear-gradient(to right, #469ba4 0%, #005b7f 100%);
    color: #fff;
    border-radius: 3px;
    margin: -10px 0 10px;
}

.pagination__pages a, .pagination__pages span {
    display: inline-block;
    margin: 10px 5px 0 5px;
    line-height: 30px;
    padding: 0 8px;
    min-width: 36px;
    border-radius: 2px;
    border: 1px solid #f3f3f3;
    color: #00ff0a;
}

.pagination__pages span:not(.nav_ext), .pagination__pages a:hover {
    background: linear-gradient(to right, #469ba4 0%, #005b7f 100%);
    color: #fff;
    border-color: #3a909e;
}

.pagination__pages--full a, .pagination__pages--full span {
    line-height: 30px;
    min-width: 30px;
    font-size: 14px;
}


/*! full page */
.page__main, .page__comments, .page__add-comms {
    border-radius: 3px;
    background-color: #1e1e33;
    border: 1px solid #2a2829;
    box-shadow: var(--bshsec);
    margin-bottom: 20px;
}

.page__head {
    padding: 10px;
    border-bottom: 1px solid #f3f3f3;
}

.page__head h1:first-letter {
    color: var(--blue);
    font-weight: 600;
}

.page__add-comms {
    padding: 15px;
    margin-bottom: 0;
}

.page__comments, .page__desc {
    padding: 15px;
}

.sect--related, .page__footer {
    padding: 15px;
    border-top: 1px solid #f2f2f2;
}

.sect--related .popular-item::before {
    display: none;
}

.page__footer {
    background-color: #161616;
    border-radius: 0 0 3px 3px;
}

.page__complaint {
    color: #999;
    font-size: 12px;
    line-height: 1.5;
    padding-left: 38px;
    position: relative;
}

.page__complaint a {
    text-transform: uppercase;
    font-weight: 700;
    color: var(--yellow);
    font-size: 13px;
    display: block;
}

.page__complaint::before {
    content: "\f05a";
    font-weight: 300;
    font-family: 'Font Awesome 5 Pro';
    position: absolute;
    left: 0;
    top: -3px;
    color: #c0392b;
    font-size: 28px;
}

.page__header .item__rating-value {
    background-color: var(--blue2);
    color: #000;
}

.page__header {
    background: linear-gradient(to right,#1e1e33,#1e1e33);
    min-height: 235px;
    padding: 15px;
    color: #00ff39;
    position: relative;
    padding-left: 210px;
    border-radius: 3px 3px 0 0;
    margin-bottom: 60px;
}

.page__header h1,
.page__header div,
.page__header ul {
    z-index: 1;
}

.page__poster {
    width: 180px;
    height: 270px;
    border-radius: 2px;
    position: absolute;
    left: 15px;
    top: 20px;
}

.page__header a {
    color: #4397a3;
}

.page__header h1 {
    font-size: 22px;
}

.page__header h1 a {
    margin-left: 10px;
    font-size: 12px;
    opacity: 0.5;
}

.page__header .item__meta a, .page__header .item__category a {
    border-bottom: 1px dotted #ccc;
}

.page__header .item__meta a:hover, .page__header .item__category a:hover {
    border-color: transparent;
}

.page__header .item__size .fal {
    opacity: 0.8;
}

.page__header .item__size {
    margin-right: 15px;
}

.item__rating-1 {
    position: relative;
    padding: 10px;
}

.item__ctrl .item__fav a {
    margin: 0;
    color: #eee;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    display: inline-block;
}

.item__ctrl .item__fav a .fal, .item__ctrl .item__fav a .fas {
    margin-right: 8px;
    color: #b8b8b8;
}

.item__ctrl > a {
    display: inline-flex;
    align-items: center;
    height: 30px;
    border-radius: 3px;
    padding: 0 20px;
    background-color: #de2424;
    color: #fff;
}

.item__ctrl > a:hover {
    background-color: var(--blue2);
    color: #fff;
}

.item__btns > * {
    font-size: 15px;
    margin-top: 15px;
    color: #fff !important;
}

.item__btn--online {
    background: #4497a3;
    padding: 0 12px 0 43px;
    border-radius: 4px;
    box-shadow: none;
    margin-right: 1px;
    opacity: 1;
    border: 1px solid #126b89;
    color: #ffffff !important;
}

.item__btn--online::before {
    background: url(../images/youtube.svg) 0 0 / 100% auto no-repeat;
}

.item__btn--online:hover {
    background-color: transparent;
}

.page__list {
    line-height: 1.6;
    font-size: 16px;
}

.page__list span {
    margin-right: 6px;
}

.page__list a {
    color: #fd00ff;
    border-bottom: 1px dotted var(--blue);
}

.page__subtitle {
    padding: 10px 15px;
    margin: 0 -15px;
    margin-bottom: 10px;
    border-top: 1px solid #f3f3f3;
    border-bottom: 1px solid #f3f3f3;
    font-size: 18px;
    background-color: #293031;
    text-transform: uppercase;
}

.page__text {
    margin-top: -5px;
    opacity: 0.8;
    color: #ededed!important;
}

.page__screenshots {
    padding: 15px;
}

.page__screenshots br {
    display: none;
}

.page__screenshots, .page__screenshots .xfieldimagegallery {
    display: grid;
    grid-gap: 15px 15px;
    grid-template-columns: repeat(auto-fit,minmax(150px,1fr));
    grid-auto-flow: row dense;
}

.page__screenshots .xfieldimagegallery, .page__screenshots .page__subtitle {
    grid-column: 1 / -1;
}

.page__screenshots a, .page__screenshots img, .page__screenshots li {
    height: 100px;
    display: block !important;
    margin: 0 !important;
    max-width: 100% !important;
    width: 100%;
}

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

.page__player-select {
    background-color: #161616;
}

.page__player-select div {
    cursor: pointer;
    line-height: 40px;
    padding: 0 20px;
    color: #fff;
}

.page__player-select div.is-active {
    background: var(--gradient-blue);
}

.page__dl {
    padding: 15px;
}

.page__dl-title {
    text-transform: uppercase;
    font-size: 18px;
    color: var(--darkcolor);
    text-align: center;
    margin-bottom: 15px;
}

.fdl-btn {
    display: block;
    position: relative;
    text-decoration: none;
    padding: 15px 15px 15px 130px;
    border-radius: 3px;
    background: var(--gradient-blue);
    color: #fff !important;
    overflow: hidden;
}

.fdl-btn-title {
    text-transform: uppercase;
    word-wrap: break-word;
}

.fdl-btn-size {
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 5px;
    margin-bottom: 10px;
    opacity: 0.9;
}

.fdl-btn-caption {
    opacity: 0.7;
    font-size: 14px;
}

.fdl-btn-dl {
    font-size: 12px;
    text-transform: uppercase;
    margin-left: 15px;
}

.fdl-btn > * {
    position: relative;
    z-index: 3;
}

.fdl-btn::before {
    content: '';
    width: 90px;
    height: 90px;
    margin-top: -5px;
    background: url(../images/ut2.svg) 0 0 / 100% auto no-repeat;
    position: absolute;
    left: 20px;
    top: 23%;
    opacity: 0.5;
}

.sect--spoiler .spoiler__text {
    position: relative;
    width: auto;
    z-index: 999;
    top: auto;
    right: auto;
    margin: unset;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    height: 35px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    white-space: nowrap;
    background-color: #ffffff;
    border-radius: 4px;
    box-shadow: none;
    margin-right: 10px;
    opacity: 1;
    border: 1px solid #f3f3f3;
}

.sect--spoiler .spoiler__text .fal {
    font-size: 20px;
    margin-right: 5px;
    background: -webkit-linear-gradient(left, #5dc4b9, #05b4e2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.spoiler__content {
    height: 0;
    overflow: hidden;
    opacity: 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.spoiler__content.spoiler__active {
    height: auto;
    overflow: visible;
    opacity: 1;
}

.spoiler__content a {
    position: relative;
    background: var(--gradient-blue);
    color: #fff;
    height: 30px;
    line-height: 20px;
    cursor: pointer;
    border-radius: 3px;
    padding: 6px 15px 6px 40px;
    margin-right: 0;
    background-color: #333;
    text-align: center;
    margin: 15px 0;
}

.spoiler__content a::before {
    content: '';
    position: absolute;
    left: 12px;
    top: 55%;
    transform: translateY(-50%);
    background: url(../images/ut2.svg) 0 0 / 100% auto no-repeat;
    width: 20px;
    height: 20px;
    opacity: .5;
}

.full-text {
    line-height: 1.6;
    font-size: 16px;
    word-wrap: break-word;
}

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

.full-text img:not(.emoji), .full-text p, .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5, 
.full-text > ul, .full-text > ol, .full-text table, .page__title {
    margin-bottom: 20px;
}

.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 > ul li, .full-text > ol li {
    padding-left: 60px;
    position: relative;
}

.full-text > ul li:before {
    content: '';
    width: 8px;
    height: 8px;
    border-radius: 50%;
    border: 3px solid #fac40c;
    position: absolute;
    top: 4px;
    left: 34px;
}

.full-text > ol {
    counter-reset: num;
}

.full-text > ol li:before {
    content: counter(num);
    counter-increment: num;
    background-color: #fac40c;
    color: #000;
    position: absolute;
    top: -2px;
    left: 17px;
    width: 24px;
    height: 30px;
    font-size: 14px;
    font-weight: 600;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-right: 6px;
    box-sizing: border-box;
}

.full-text > ol li:after {
    content: '';
    border: 10px solid transparent;
    border-left-color: #fac40c;
    position: absolute;
    left: 41px;
    top: -2px;
    transform: scale(0.66,1.5);
    transform-origin: 0 0;
}

.full-text > ul li + li, .full-text > ol li + li {
    margin-top: 10px;
}

.full-text table, .video-inside > * {
    width: 100%;
}

.full-text table tr td {
    padding: 10px;
    border: 2px solid #fff;
}

.full-text table tr:nth-child(2n+1) {
    background-color: #f2f6f9;
}

.full-text table tr:nth-child(1) {
    background-color: #cee0ed;
}

.full-text table img:not(.emoji) {
    margin: 0;
    max-width: 350px;
}

.full-text > *:last-child {
    margin-bottom: 0;
    color: #ededed!important;
}

.video-responsive {
    padding-top: 60%;
    position: relative;
}

.video-responsive > iframe, .video-responsive > video {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {
    font-size: 22px;
}


/*! comments */
.page__comments-list .message-info:last-child {
    margin-bottom: 0;
}

.page__comments-title {
    font-size: 18px;
    text-transform: uppercase;
    padding: 10px 15px;
    margin: -15px -15px;
    border-bottom: 1px solid #f3f3f3;
    margin-bottom: 20px;
    background-color: #0e563a;
}

.page__comments-info {
    font-size: 14px;
    margin-bottom: 15px;
    margin-top: -15px;
    color: #1837d0;
    line-height: 1.5;
}

.page__comments-info .fal {
    color: #eb4d4b;
    margin-right: 6px;
}

.add-comments-form.form {
    margin: 0;
}

.add-comments-form .form__input, .add-comments-form__input, .add-comments-form .form__textarea-inside textarea, 
.mass_comments_action select {
    border-radius: 0;
}

.add-comments-form__input {
    margin-left: 20px;
}

.add-comments-form .d-none, .comments_subscribe + br {
    display: none;
}

.mass_comments_action {
    display: flex;
    align-items: center;
    max-width: 800px;
    white-space: nowrap;
    margin-top: 20px;
}

.mass_comments_action select {
    flex: 1 1 0;
    margin: 0 -8px 0 20px;
}

.mass_comments_action .bbcodes {
    border-radius: 0;
    padding: 0 10px;
}

.comment-item__title {
    font-weight: 400;
    text-transform: uppercase;
    font-size: 18px;
    margin-bottom: 20px;
}

.comment-item__title a {
    color: var(--darkcolor);
}

.comment-item {
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #f3f3f3;
    position: relative;
}

@media screen and (min-width: 760px) {
    .page__comments-list .comments-tree-list > .comments-tree-item .comments-tree-item .js-comm:before {
        content: "";
        border-left: 2px dotted#ececec;
        margin-right: 20px;
        height: 20px;
        width: 20px;
        border-bottom: 2px dotted#ececec;
        position: absolute;
        left: -30px;
    }
}

.comment-item__img {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.comment-item__letter {
    width: 100%;
    height: 100%;
    text-transform: uppercase;
    font-weight: 700;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    color: #fff;
    font-size: 18px;
}

.comment-item__author, .comment-item__author a {
    font-size: 15px;
    color: var(--yellow);
}

.comment-item__date {
    color: var(--grey);
    font-size: 13px;
}

.comment-item__main {
    margin: 8px 0 6px 0;
    line-height: 1.3;
    background-color: #1f507b;
    padding: 10px;
    border-radius: 4px;
    color: #000;
    font-size: 16px;
}

.comment-item__rating {
    white-space: nowrap;
    font-size: 13px;
    justify-content: space-between;
    height: 100%;
    width: 28px;
    display: block;
    border-radius: 4px;
}

.comment-item__rating a {
    display: block;
    margin-bottom: 16px;
}

.comment-item__rating a > span:first-child {
    color: #54ff09;
    text-decoration: underline;
    font-weight: 400;
}

.comment-item__rating a:last-child > span:first-child {
    color: #eb4d4b;
}

.comment-item__reply a {
    font-size: 13px;
    margin-right: 20px;
    color: #092ad2;
}

.comment-item__reply a .fal {
    margin-left: 5px;
}

.comment-item__controls {
    text-align: right;
    font-size: 13px;
    margin-right: -15px;
}

.comment-item__controls li {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 10px;
    height: 16px;
    line-height: 16px;
}

.comment-item__controls a:not(:hover) {
    color: var(--grey);
}

.comment-item__footer a:hover {
    text-decoration: underline;
}

.comment-item__rating a:hover > span:first-child {
    text-decoration: none;
}

.comment-item__controls .checkbox {
    transform: scale(0.8,0.8);
    margin-left: 5px;
}

.comment-roguer {
    padding-left: 55px;
    position: relative;
    min-height: 85px;
    padding-right: 15px;
}

.comment-roguer .comment-item__img {
    position: absolute;
    left: 0;
    top: 0;
    width: 38px;
    height: 38px;
    border-radius: 50%;
}

.comment-roguer .comment-item__main {
    position: relative;
}

.comment-roguer .comment-item__main:before {
    content: '';
    position: absolute;
    right: 100%;
    top: 0;
    border: 4px solid #17171700;
    border-top-color: #e8e8e8;
    border-right-color: #e8e8e8;
}

.comment-roguer .comment-item__meta {
    width: 100%;
}

.comment-item__rating svg {
    width: 15px;
    height: 15px;
    fill: #54ff09;
    margin-right: 5px;
}

.comment-item__rating a:last-child {
    margin-bottom: 0;
}

.comment-item__rating a:last-child svg {
    fill: #f36261;
}

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

.ltitle {
    display: block;
    line-height: 1;
    font-weight: 300;
    font-size: 13px;
    margin-left: 10px;
    color: #00ff16;
}

.ltitle:hover {
    color: #4095a1;
}

.ltext {
    line-height: 1.3;
    background-color: #acd7fd;
    padding: 10px;
    border-radius: 4px;
    color: #000;
    font-size: 13px;
}

.lmeta {
    font-size: 13px;
    margin: 10px 0;
    color: #8491bb;
    font-weight: 300;
}

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

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

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

.lname {
    color: #bcbdfa;
    font-weight: 400;
}

.lcomm__poster {
    width: 33px;
}

.lcomm__poster img {
    border-radius: 3px;
    overflow: hidden;
}

/*! login panel */
.login {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    background-color: #fff;
    border-radius: 4px;
    width: 400px;
    box-shadow: 0 0 0 10px rgb(255 255 255 / 0%), 0 15px 45px rgb(0 0 0 / 29%);
}

.login__header {
    padding: 15px 40px;
    background: var(--gradient-blue);
}

.login__title {
    font-size: 19px;
    font-weight: 400;
    padding: 1px 0;
    text-transform: capitalize;
    color: #fff;
}

.login__close {
    cursor: pointer;
    font-size: 18px;
    opacity: 0.6;
    margin-left: 20px;
    color: #fff;
}

.login__title a {
    margin-left: 10px;
    font-weight: 400;
    color: #ffff;
    font-size: 14px;
}

.login__content {
    padding: 20px 40px;
}

.login__row {
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 14px;
    color: var(--grey);
}

.login__caption {
    font-size: 14px;
    margin-bottom: 10px;
}

.login__caption a {
    text-decoration: underline;
    margin-left: 6px;
    color: var(--blue);
}

.login__input input {
    padding-left: 40px;
}

.login__row .fal {
    opacity: 0.5;
    position: absolute;
    left: 0;
    bottom: 0;
    line-height: 40px;
    width: 40px;
    text-align: center;
}

.login__row button {
    width: 100%;
}

.login__social {
    background-color: var(--ui-bg-darker);
    padding: 20px 40px;
    text-align: center;
}

.login__social-caption {
    font-size: 11px;
    text-transform: uppercase;
    margin-bottom: 10px;
}

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

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

.login__avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-right: 10px;
}

.login__menu {
    padding-left: 35px;
    padding-right: 35px;
    margin-bottom: -10px;
}

.login__menu li {
    flex: 1 1 0;
    min-width: auto;
    max-width: 100%;
    margin: 0 5px 10px 5px;
}

.login__menu a {
    display: block;
    border-radius: 6px;
    padding: 10px;
    text-align: center;
    white-space: nowrap;
    background-color: #fafafa;
    font-size: 13px;
    color: var(--darkcolor);
}

.login__menu .fal {
    display: block;
    height: 30px;
    font-size: 24px;
    opacity: 0.3;
}

.header__btn-nonmoblogin {
    box-shadow: none;
    background: transparent;
}

.login__right-panel-list li {
    margin: 0 15px;
    position: relative;
}

.login__right-panel-list li a {
    display: flex;
    align-items: center;
    color: var(--darkcolor);
}

.header__btn-login .fa:first-child {
    margin: -2px 10px 0 -17px;
    height: 30px;
    width: 30px;
    border-radius: 15px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    background-color: #fafafa!important;
}

.login__right-panel-list li a .fa {
    background-color: #fafafa!important;
}

.login__label {
    background-color: #57b215;
    color: #fff;
    padding: 3px 6px;
    font-size: 10px;
    border-radius: 50%;
    position: absolute;
    right: 3px;
    top: -7px;
    z-index: 10;
}

.label__pm {
    background-color: rgb(255 157 33);
}

.header__btn-nonmoblogin .comment-item__letter {
    font-weight: 400!important;
    font-size: 14px;
}

.header__btn-nonmoblogin .login__title {
    color: var(--darkcolor)!important;
    font-size: 14px;
    max-width: 100px;
}

.modal-is-opened .sect--spoiler .spoiler__text,
.modal-is-opened .favmod {
    z-index: 0;
}


/*! owl carousel */
.owl-carousel {
    display: none;
    width: 100%;
    position: relative;
    z-index: 5;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

    100% {
        opacity: 0;
    }
}

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

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

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

.owl-nav {
    border-radius: 15px;
    border: 2px solid var(--bdc);
    overflow: hidden;
    height: 30px;
    min-width: 132px;
    display: flex;
}

.owl-prev, .owl-next {
    display: block;
    cursor: pointer;
    box-shadow: none;
    width: 35px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 50%;
    border: 1px solid #f3f3f3;
    color: var(--darkcolor);
}

.owl-prev {
    margin: 0;
    margin-right: 10px;
}

.owl-prev:hover, .owl-next:hover {
    background-color: #fafafa;
    color: var(--blue);
    box-shadow: none;
}

.top-carousel .owl-nav, #owl-related .owl-nav {
    position: absolute;
    top: -47px;
    height: 40px;
    border: 0;
    right: -50px;
}

.top-carousel .owl-prev, .top-carousel .owl-next {
    width: 40px;
    height: 40px;
    line-height: 40px;
    border: 0!important;
    position: absolute;
    background-color: #3e3e3e;
    left: 40px;
    color: #fff;
    border-radius: 50%;
}

.top-carousel .owl-next {
    left: auto;
    right: 0;
    background: #046680;
}

.posters .owl-nav {
    margin: 15px auto 0 auto;
    max-width: 210px;
}

/* USER PLAYLIST
----------------------------------------------- */
.sect__collection{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(320px,1fr));
    grid-gap: 20px 20px;
    grid-auto-flow: row dense;
}
.collections__playlist a {
    display: block;
    background-color: var(--bg-3);
    padding: 5px 5px;
    border-radius: 3px;
    background-color: #333;
    box-shadow: var(--bsh-3);
    padding: 5px 5px;
    color: #fff;
}
.collections__playlist-item {
    margin-bottom: 0;
    overflow: hidden;
    border-radius: 2px;
    padding: 30px 24px 30px 205px;
    position: relative;
}
.collections__playlist-item figure {
    float: left;
    position: absolute;
    z-index: 3;
    top: 0;
    left: 0;
    transition: all 1s cubic-bezier(.19, 1, .22, 1);
    display: block;
    height: 100%;
    border: 5px solid #333;
}
.collections__playlist-item figure:nth-child(2) {
    left: 48px;
    z-index: 2;
}
.collections__playlist-item figure:nth-child(3) {
    left: 96px;
    z-index: 1;
}
.collections__playlist-item figure img {
    display: block;
    max-width: 84px;
    height: 100%;
    object-fit: cover;
    border-radius: 3px;
    overflow: hidden;
}


.collections__playlist a:hover figure:nth-child(2) {
    transform: translateX(6px);
}
.collections__playlist a:hover figure:nth-child(3) {
    transform: translateX(12px);
}
.collections__playlist-item .title-quaternary {
    font-size: 19px;
    font-weight: 400;
    line-height: 20px;
    margin-bottom: 5px;
}
.collections__playlist-item svg {
    fill: #6a6883;
    display: inline-block;
    vertical-align: bottom;
}
.collections__playlist-item .collection-owner-image {
    margin-right: .25em;
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 100%;
    vertical-align: top;
    max-width: 100%;
}
.collections__playlist-item .description-secondary {
    color: var(--tt-2);
    font-size: 13px;
    line-height: 19px;
    font-weight: 400;
    word-break: break-all;
        margin-bottom: 10px;
}

/* TOP COMMENTATOR
----------------------------------------------- */
.side__commentator .side-block__content{
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(60px,1fr));
    grid-gap: 10px 10px;
    grid-auto-flow: row dense;
}
.topuser__item,
.topuser__avatar{
    position: relative;
}
.topuser__avatar {
    border-radius: 50%;
    width: 47px;
    height: 47px;
    overflow: hidden;
    background-image: var(--imgb);
    padding: 5px;
}
.topuser__avatar img {
    width: 100%;
    height: 100%;
    border-radius: 50%;
}
.topuser__item .topuser__commnum {
    position: absolute;
    font-size: 10px;
    text-transform: uppercase;
    border-radius: 2px;
    text-align: center;
    background-color: var(--bdc);
    color: #fff;
    right: 0px;
    bottom: 22px;
    height: 15px;
    line-height: 15px;
    font-weight: 600;
    padding: 0 10px;
}
.topuser__item .topuser__number {
    text-align: center;
    position: absolute;
    left: 5px;
    top: 0;
    font-size: .6rem;
    font-weight: 600;
    border-radius: .1rem;
    color: #fff;
    width: 15px;
    height: 15px;
    line-height: 15px;
    background-color: var(--bdc);
}
.topuser__item:nth-child(1) .topuser__number {
    background-color: var(--bluecolor);
}
.topuser__item > a {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.topuser__name{
    font-size: 13px;
    color: var(--accent);
}
.topuser__item:hover .topuser__name {
    color: var(--tt);
}
     

/*! adaptive */
.overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: #000;
    cursor: pointer;
    display: none;
}

.mobile-menu {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 15px;
    z-index: 999;
    position: fixed;
    left: -320px;
    top: 0;
    transition: left .4s;
    background-color: #262626;
}

.mobile-menu.is-active {
    left: 0;
}

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

.mobile-menu-close.is-active {
    top: 0px;
    opacity: 1;
}

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

.mobile-menu .header__menu {
    margin: 0;
    padding: 0;
    display: block;
    margin-bottom: 5px;
}

.mobile-menu .header__menu > li {
    width: 100%;
    margin: 0;
    padding: 0;
}

.mobile-menu .header__menu > li > a {
    height: 30px;
    display: block;
}

@media screen and (max-width: 1220px) {
    body {
        background-image: none;
    }

    .wrapper {
        padding: 0;
    }

    .wrapper-container {
        max-width: 1000px;
    }

    .header__menu {
        display: none;
    }

    .header {
        border-radius: 0;
        margin: 0 0 !important;
        padding-left: 76px;
    }

    .header__btn-menu {
        visibility: visible;
        opacity: 1;
    }

    .carousels__content {
        min-height: 150px;
    }

    .col-left, .col-left .js-this-in-mobile-menu {
        display: none;
        order: 1;
    }

    .logo {
        flex: 1 1 0;
        max-width: 100%;
        min-width: 50px;
    }
}

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

    .col-main {
        min-width: 100%;
    }

    .col-right, .col-left {
        width: 46%;
        margin: 0;
        margin-top: 40px;
        order: 1;
        display: block;
    }

    .footer__one, .footer__two {
        display: block;
        text-align: center;
        background-image: none;
        margin: 0 var(--main-indent-negative);
        padding: 15px var(--main-indent);
    }

    .footer__menu {
        justify-content: center;
        margin: 20px 0 0 0;
    }

    .footer__menu a {
        display: inline-block;
        margin: 0 10px 20px 10px;
    }

    .owl-nav {
        min-width: 80px;
    }

    .side-block--sticky {
        position: static;
    }

    .header__menu > li > a {
        color: #fff;
    }

    .mobile-menu .side-block--nav {
        border: 0;
        padding: 0;
    }

    .mobile-menu .side-block__title {
        box-shadow: none;
        text-shadow: none;
        border: 0;
        background: transparent;
        padding: 0;
        margin-bottom: 20px;
        font-size: 18px;
    }

    .mobile-menu .side-block__title .fal,
    .mobile-menu .side-block__title::after {
        display: none!important;
    }

    .popular-item__last .popular-item__img {
        width: 100%;
        height: 185px;
    }
}

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

    .header__logo {
        flex: 1 1 0;
        min-width: 50px;
        max-width: 100%;
        margin-right: 20px;
    }

    .header__btn-search {
        display: block;
        cursor: pointer;
        font-size: 18px;
        margin-right: 10px;
    }

    .header__btn-login {
        font-size: 0;
        padding: 0;
        height: 30px;
        border-radius: 15px;
    }

    .header__btn-login .fal:first-child {
        margin: 0;
    }

    .header__search {
        min-width: 100%;
        order: 10;
        margin: 0;
        margin-top: 8px;
        display: none;
    }

    .carousels__caption, .header__btn-login::after {
        display: none !important;
    }

    .sect__link-top {
        width: 100%;
        order: -1;
        margin: 0 0 20px 0;
    }

    .item--announce .item__btn {
        width: 100%;
        margin: 0;
        margin-top: 15px;
    }

    .item--announce .item__fav a {
        margin-right: 0;
    }

    .page__main {
        margin-bottom: 0;
    }

    .page__main, .page__comments {
        margin-left: -20px;
        margin-right: -20px;
        border-radius: 0;
        border-left: 0;
        border-right: 0;
    }

    .page__header {
        border-radius: 0;
    }

    .page__header .item__meta {
        display: none;
    }

    .item__btns .item__btn.flex-grow-1 {
        min-width: 100%;
    }

    .item__btns > * {
        margin-left: 0;
        width: 100%;
        padding: 0;
    }

    .full-text h1, .full-text h2, .full-text h3, .full-text h4, .full-text h5 {
        font-size: 18px;
    }

    .add-comments-form__input {
        min-width: 100%;
        margin: 0 0 10px 0;
    }

    .add-comments-form__btn {
        width: 100%;
        order: 10;
    }

    .add-comments-form .form__row--protect .form__caption {
        width: 100%;
        margin: 0 0 10px 0;
    }

    .mass_comments_action, .comment-item__controls, .comment-item__rating-caption {
        display: none;
    }

    .side-grid {
        grid-template-columns: repeat(auto-fill,minmax(100px,1fr));
    }

    .sect__content #dle-content,
    .d-grid {
        grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    }

    .sect__topsto .carousels__tabs div {
        width: 100%;
        margin-bottom: 14px;
    }


    .popular-item__big .popular-item__img {
        height: 120px;
    }

    #scrolltop {
        right: 40px;
    }

    .lcomm__poster {
        width: 50px;
    }

    .ltext {
        font-size: 14px;
    }

    .carousels {
        padding: 10px;
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .header__btn-nonmoblogin .login__title,
    .login__right-panel-list,
    .carou-nav {
        display: none!important;
    }

    .page__head h1 {
        font-size: 21px;
    }

    .page__main .favmod {
        margin-bottom: 10px;
        margin-right: 0;
        width: 100%;
    }
}

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

    .login {
        max-width: 90%;
        max-height: 90%;
        overflow-x: hidden;
        overflow-y: auto;
    }

    .login__header, .login__content, .login__social {
        padding-left: 20px;
        padding-right: 20px;
    }

    .col-right, .col-left {
        width: 48%;
    }

    .page__header {
        padding: 15px;
        display: block;
        margin-bottom: 0;
    }

    .page__poster {
        position: relative;
        bottom: 0;
        left: 0;
        margin: 0 auto;
        top: -5px;
    }

    .page__header h1 {
        text-align: center;
        margin-bottom: 15px;
    }

    .page__screenshots, .page__screenshots .xfieldimagegallery {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(auto-fit,minmax(65px,1fr));
    }

    .page__screenshots a, .page__screenshots img, .page__screenshots li {
        height: 70px;
    }

    .page__player-select div {
        flex: 1 1 0;
        min-width: auto;
        max-width: 100%;
        white-space: nowrap;
        text-align: center;
    }

    .page__share {
        width: 100%;
        margin-top: 15px;
    }

    .page .sect__title, .page__dl-title {
        font-size: 20px;
    }

    .fdl-btn {
        padding-left: 100px;
    }

    .fdl-btn::before {
        width: 65px;
    }

    .fdl-btn-dl {
        display: none;
    }
}

@media screen and (max-width: 760px) and (orientation: landscape) {
    .page__screenshots, .page__screenshots .xfieldimagegallery {
        grid-gap: 15px 15px;
        grid-template-columns: repeat(auto-fit,minmax(80px,1fr));
    }
}

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

    .header__logo {
        padding-left: 0;
        background-image: none;
    }

    .header {
        padding-left: 66px;
        padding-right: 10px;
    }

    .header.sticky {
        padding-right: 66px;
        padding-left: 66px;
    }

    .logo__title {
        font-size: 20px;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .col-right, .col-left {
        width: 100%;
    }

    .item__cols {
        display: block;
    }

    .item__img {
        margin: 0 auto 15px auto;
    }

    .speedbar {
        min-height: 39px;
    }

    .page__header h1, .item__footer {
        min-height: 28px;
    }

    .item__ctrl {
        height: 30px;
    }
}

.side__commentator{
     display: block!important;
}

.top_user{
    position: relative;
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(50px,1fr));
    grid-gap: 20px 20px;
    grid-auto-flow: row dense;
}

.place__user{
    position: relative;
    text-align: center;
}
.top_user img {
    border-radius: 50%;
    object-fit: cover;
}

.place__num{
    position: absolute;
    left: 3px;
    bottom: 20px;
    z-index: 10;
    padding: 4px 3px;
    border-radius: 1px;
    background-color: #283131;
    color: #fff;
    font-size: 11px;
    font-weight: 500;
    letter-spacing: 1px;
}

.place__user:nth-child(1) .place__num,
.place__user:nth-child(2) .place__num,
.place__user:nth-child(3) .place__num{
    background: linear-gradient(to right, #469ba4 0%, #005b7f 100%);
}


/*--- Подсветка исходного кода ---*/
.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;
}

.comments-image-gallery {
  margin: 0;
  padding: 0;
  list-style: none;
  clear: both;
}

.comments-image-gallery li{
  list-style: none;
  margin: 0;
  padding: 0;
}

.image-bordered {
  border: 1px solid #ddd;
}

.image-shadows {
  box-shadow: rgb(9 30 66 / 25%) 0px 4px 8px -2px, rgb(9 30 66 / 8%) 0px 0px 0px 1px;
}

.image-padded {
  padding: 0.5rem;
}

.comments-user-profile {
  font-weight: bold;
  cursor: pointer;
  color: #3394e6;
}

.title_spoiler svg{
  vertical-align: middle;
  margin-top: -4px;
  margin-right: 7px;
  height: 16px;
  width: 16px;
}

.mce-accordion summary {
  cursor: pointer;
}

.self_delete_link {
  border: 0 none;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  padding: 12px 27px;
  border-radius: 10px;
  outline: none;
  background-color: #f44336;
  color: #fff;
  text-shadow: 0 1px #333;
  text-decoration: none !important;
  box-shadow: 0 1px 2px 0 rgba(0,0,0,0.2);
  box-sizing: border-box;
  transition: all ease .1s; transition: all ease .1s;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}