.audiolang {
position: absolute;
top: 5px;
padding-left: 3%;
font-size: 11px;
width: 97%;
color: #dddbdb;
}
.audiolang span {
border: 1px solid #dddbdb;
    padding: 1px 6px;
    background: #0000008c;
    border-radius: 4px;
    margin-bottom: 2px;    
}
.audiolang span.left {
float:left;
}
.audiolang span.right {
float:right;
}


.audiolang2 {
position: absolute;
bottom: 40px;
padding-left: 3%;
font-size: 12px;width: 97%;
color: #dddbdb;
}
.audiolang2 span {
border: 1px solid #dddbdb;
    padding: 1px 6px;
    background: #0000008c;
    border-radius: 4px;
    margin-bottom: 2px;    
}
.audiolang2 span.left {
float:left;
}
.audiolang2 span.right {
float:right;
}

.yearshort {
position: absolute;
bottom: 3px;
padding-left: 3%;
font-size: 11px;
width: 97%;
color: #dddbdb;
}
.yearshort span {
border: 1px solid #dddbdb;
    padding: 1px 6px;
    background: #0000008c;
    border-radius: 4px;
    margin-bottom: 2px;    
}
.yearshort span.left {
float:left;
}
.yearshort span.right {
float:right;
}

/* ========== TABS CSS ========== */
ul.tabs {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    gap: 0px;
    width: 100%;
    height: auto !important;
    padding: 12px 0px;
    list-style: none;
    margin: 0px;
}

ul.tabs li {
    font-weight: 500;
    font-size: 14px;
    cursor: pointer;
    height: 40px;
    line-height: 40px;
    padding: 0px 10px 0px 10px;
    border-radius: 0px;
    background-color: var(--medium-color);
    color: #fff;
    overflow: hidden;
    position: relative;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
    font-feature-settings: 'case' on;
}

ul.tabs li:hover {
    background: var(--main-color);
    color: var(--tt-contrast);
}

ul.tabs li.active {
    background: var(--main-color);
    color: var(--tt-contrast);
}

.tab_container {
    position: relative;
    border-top: none;
    clear: both;
    width: 100%;
    border-top: none;
}

.tab_content {
    display: none;
}

.tab_content iframe {
    border-radius: 10px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
}

/* BASIC LAYOUT ----------------------------------------------- */
.wrapper {
    min-width: 320px;
    position: relative;
    overflow: hidden;
    max-width: 1440px;
    margin: 0 auto;
}

.container {
    /* width: calc(100% - 40px); */
    position: relative;
    padding: 0 80px;
}

.header {
    position: relative;
    z-index: 500;
    top: 0;
    padding: 0 80px;
    left: 0;
    right: 0;
}

@media screen and (max-width: 1220px) {
    .header {
        padding: 0 40px;
        height: 48px;
    }
}

@media screen and (max-width: 768px) {
    .header {
        padding: 0 30px;
        height: 48px;
    }
}

.about, .section--last, .footer {
    padding: 30px 1000px;
    margin: 0 -1000px;
}

.about {
    background: #fff url(../images/bg2.jpg) center center / 100vw auto no-repeat;
    box-shadow: inset 0 500px rgba(0, 0, 0, 0.7), 0 4px 24px rgba(0, 0, 0, 0.05);
    color: #fff;
}

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

.footer {
    background: #141414 url(../images/bg.png) center center / 100vw auto no-repeat;
    box-shadow: inset 0 500px rgb(20 20 20 / 90%);
    color: #fff;
    line-height: 1.6;
    margin-top: 40px;
}

.pages-bg {
    padding: 0 80px;
    /* max-width: 1200px; */
    margin: 0 auto;
}

@media (max-width: 1200px) {
    .pages-bg {
        padding: 0 40px;
    }
}

@media (max-width: 950px) {
    .pages-bg {
        padding: 0 30px;
    }
}

/* HEADER, MENU, FOOTER ----------------------------------------------- */
.logo {
    font-weight: 900;
    font-size: 3.4rem;
    line-height: 42px;
    text-transform: uppercase;
    position: relative;
    background: url(../images/logo.png) 0 center / 100px no-repeat;
    padding-left: 50px;
}

.logo span {
    display: inline-block;
    background-color: #2ed573;
    color: #fff;
    font-size: 12px;
    line-height: normal;
    padding: 3px 6px;
    position: absolute;
    left: 50px;
    top: -20px;
    text-transform: none;
    font-weight: 400;
}

.header__logo:hover {
    color: #000;
}

.header__logo {
    z-index: 5;
    position: relative;
    margin-top: 10px;
}

.header__logo span {
    font-size: 20px;
    color: #fff;
    font-weight: 900;
    letter-spacing: 2px;
    text-transform: uppercase;
}

.header__logo p {
    font-size: 7px;
    color: #fff;
    text-transform: uppercase;
    background: var(--main-color-hover);
    display: block;
    padding: 3px 5px;
    border-radius: 6px;
    letter-spacing: 2px;
    text-align: center;
    position: absolute;
    bottom: 22px;
    right: -10px;
}

.header__menu {
    margin-right: auto;
    margin-left: 50px
}

.header__menu > li {
    margin-left: 40px;
    position: relative;
}

.header__menu > li > a {
    height: 60px;
    color: #e6e6e6;
    font-size: 1.0em;
    font-weight: 700;
    display: flex;
    align-items: center;
}

.header__menu-hidden {
    background-color: var(--bg-main-color);
    box-shadow: 0 20px 20px rgba(0, 0, 0, 0.6);
    position: absolute;
    left: -20px;
    top: 100%;
    border-radius: 4px;
    padding: 30px;
    z-index: 50;
    width: 600px;
    visibility: hidden;
    opacity: 0;
    transform: translateY(30px);
    column-width: 100px;
    column-gap: 20px;
}

.header__menu-hidden a {
    display: block;
    padding: 10px;
    font-weight: 600;
}

.header__menu-hidden a:hover {
    background-color: #efefef;
    color: #000;
}

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

.header__menu > li:hover > a:before {
    bottom: 20px;
    opacity: 1;
}

.header__menu > li:hover .header__menu-hidden {
    visibility: visible;
    opacity: 1;
    transform: translateY(0px);
}

.header__register-link {
    margin-right: 20px;
    color: #e2e2e2;
    border-bottom: 1px dotted #e2e2e2;
}

.header__register-link:hover {
    margin-right: 20px;
    color: #ffffff;
}

.su pp {
    position: absolute;
    left: 0;
    top: -24px;
    white-space: nowrap;
    font-size: 1.2rem;
    line-height: 1.3;
    color: #999;
}

.supp span {
    text-decoration: underline;
    color: #3742fa;
}

.footer__logo {
    margin-left: 40px;
}

.footer__menu a {
    margin-right: 20px;
    font-size: 1.5rem;
    font-weight: 500;
    display: block;
    color: #fff;
}

.footer__copyright {
    opacity: 0.8;
    margin-top: 20px;
    font-size: 1.2rem;
}

/* CONTENT SECTION ----------------------------------------------- */
.section {
    margin-top: 40px;
}

.section--last {
    margin-bottom: -40px;
}

.section__column {
    width: calc((100% - 40px) / 2);
}

.section__column--third {
    width: 33.33%;
    margin-left: 40px;
}

.section__title {
    font-weight: bold;
    font-size: 2.2rem;
    line-height: 40px;
    margin-bottom: 30px;
    margin-top: 30px;
    border-bottom: 3px solid var(--main-color);
}

@media screen and (max-width: 768px) {
    .section__title {
        font-size: 1.8rem;
        line-height: 24px;
        max-height: 48px;
    }
}

.section__arrow {
    height: 20px;
    width: 20px;
    margin-left: 8px;
    font-size: 18px;
    padding: 0 6px;
    top: 3px;
    display: inline-block;
    background: #2f2f2f;
    border-radius: 6px;
}

.plot-section {
    font-size: 13px;
    line-height: 16px;
    font-weight: 700;
    font-style: normal;
    border-radius: 6px;
    display: inline-block;
    padding: 8px 20px;
    margin-left: 20px;
    background: var(--medium-color);
}

.plot-section i {
    color: #ff542e;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 16px;
    margin-right: 8px;
}

.section__items {
    margin: 0 -5px -10px -5px;
}

/* SHORTSTORY SLIDER ----------------------------------------------- */
.grid-item {
    display: grid;
    grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    grid-gap: 20px 20px;
    grid-auto-flow: row dense;
}

@media (max-width: 1024px) {
    .grid-item {
        grid-template-columns: repeat(auto-fill,minmax(200px,1fr));
    }
}

@media (max-width: 768px) {
    .grid-item {
        grid-template-columns: repeat(auto-fill,minmax(140px,1fr));
    }
}

@media (max-width: 320px) {
    .grid-item {
        grid-template-columns: repeat(auto-fill,minmax(100px,1fr));
    }
}

.section-movie, .section-movie-v2 {
    overflow: visible;
    padding: 0 100px;
}

@media screen and (max-width: 1440px) {
    .section-movie, .section-movie-v2 {
        padding: 0 60px;
    }
}

@media screen and (max-width: 768px) {
    .section-movie, .section-movie-v2 {
        padding: 0 20px;
    }
}

.section-movie:before, .section-movie-v2:before {
    pointer-events: none;
    right: -10px;
    background-image: linear-gradient( 90deg ,rgba(25,26,29,0),#141414);
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 300px;
    top: 50px;
    z-index: 6;
}

.section-movie:after, .section-movie-v2:after {
    pointer-events: none;
    left: -10px;
    background-image: linear-gradient( 270deg ,rgba(25,26,29,0),#141414);
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 300px;
    top: 50px;
    z-index: 6;
}

@media screen and (max-width: 768px) {
    .slider-button-next, .slider-button-prev, .section-movie:before, .section-movie:after, .section-movie-v2:before, .section-movie-v2:after {
        display: none;
    }
}

.section-movie-v2 .movie-img {
    padding-top: 56%;
}

.related-movie {
    overflow: visible;
}

.related-movie:before {
    pointer-events: none;
    right: -80px;
    background-image: linear-gradient( 90deg ,rgba(25,26,29,0),#141414);
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 300px;
    top: 0;
    z-index: 6;
}

.related-movie:after {
    pointer-events: none;
    left: -80px;
    background-image: linear-gradient( 270deg ,rgba(25,26,29,0),#141414);
    content: "";
    display: block;
    position: absolute;
    width: 80px;
    height: 300px;
    top: 0;
    z-index: 6;
}

.movie-item {
    position: relative;
    /* margin: 0 20px 0 0; */
    /* max-width: 200px; */
    z-index: 5;
    width: 100%;
}

.vion-badge {
    display: inline-block;
    padding: 4px 8px;
    border-radius: 6px;
    position: absolute;
    cursor: pointer;
    z-index: 6;
    right: 0;
    top: 8px;
    margin-right: 10px;
}

.vion-badge_exclusive {
    background-color: #f44336;
}

.vion-badge_text {
    font-size: 10px;
    line-height: 16px;
    font-style: normal;
    font-weight: 600;
    height: 16px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    text-align: center;
}

.movie-detalis img {
    position: absolute;
    object-fit: cover;
}

.movie-img:hover .movie-img-inner {
    opacity: 1;
}

.movie-img {
    overflow: hidden;
    position: relative;
    padding-top: 150%;
    -webkit-transition-duration: .4s;
    -o-transition-duration: .4s;
    transition-duration: .4s;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 7%);
    overflow: visible;
    -webkit-transform: scale(1) translateY(2%);
    -o-transform: scale(1) translateY(2%);
    transform: scale(1) translateY(2%);
}

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

.movie-img:hover, movie-img1:hover {
    -webkit-transform: scale(1.04) translateY(0);
    -o-transfo rm: scale(1.04) translateY(0);
    transform: scale(1.04) translateY(0)
}

.movie-img:focus, movie-img1:hover {
    -webkit-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1)
}

.movie-img:active, movie-img1:hover {
    -webkit-transform: translateY(-10px) scale(0.9);
    transform: translateY(-10px) scale(0.9);
}

.img-box img {
    width: 100%;
    min-height: 100%;
}

.movie-img1 {
    transition: transform 0.25s ease-in-out;
    border-radius: 4px;
    background-color: rgb(255 255 255 / 7%);
}

.movie-title {
    display: block;
    margin: 12px 0 3px;
    /* height: 50px; */
    color: #e5e1fc;
    overflow: hidden;
    font-size: 16px;
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.movie-tags a, .movie-tags {
    color: rgba(255,255,255,0.4);
    font-size: 12px;
    line-height: 14px;
    margin-top: 12px;
}

.movie-tags span {
    padding: 4px 3px;
    background: var(--medium-color);
    border-radius: 6px;
    margin-right: 5px;
}

.movie-img:hover .poster__properties {
    position: absolute;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 1;
    color: #e5e1fc;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    font-style: normal;
}

/* ABOUT, HOW TO STEPS, NEWS ----------------------------------------------- */
.navigation {
    text-align: center;
}

.navigation a, .navigation span, .pnext a, .pprev a, .pprev>span, .pnext>span {
    display: inline-block;
    padding: 0 10px;
    margin: 0 3px 10px 3px;
    line-height: 40px;
    min-width: 40px;
    background-color: var(--medium-color);
    border-radius: 6px;
}

.navigation span:not(.nav_ext) {
    background-color: var(--main-color);
}

.pagi-nav a:hover {
    background-color: var(--two-medium-color);
}

.about__item {
    width: calc((100% - 120px) / 4);
    position: relative;
    padding-left: 55px;
}

.about__caption {
    font-size: 1.6rem;
    font-weight: 500;
}

.about__text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px;
    opacity: 0.8;
}

.about__icon {
    width: 40px;
    position: absolute;
    left: 0;
    top: 0;
}

.how-step {
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.04);
    background-color: #fff;
    border-radius: 6px;
    overflow: hidden;
}

.how-step__title {
    font-weight: 900;
    font-size: 3.4rem;
    text-transform: uppercase;
    width: 285px;
    padding: 40px;
    color: #000;
    background: url(../images/bg3.jpg) center bottom no-repeat;
}

.how-step__items {
    padding: 40px;
    padding-bottom: 0;
    box-shadow: inset 0 700px rgb(0 0 0 / 70%);
    background: #412727 url(../images/bg.png) center center / cover no-repeat;
    color: #fff;
}

.how-step__item {
    width: calc((100% - 40px) / 2);
    margin-bottom: 40px;
    position: relative;
    padding-left: 35px;
}

.how-step__caption {
    font-weight: 500;
    font-size: 1.6rem;
}

.how-step__text {
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 10px;
    opacity: 0.8;
}

.how-step__count {
    font-weight: 900;
    font-size: 3.8rem;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-text-stroke: 1px #ea0042;
    color: transparent;
}

.news-item__img {
    height: 160px;
    margin-bottom: 20px;
    border-radius: 16px;
}

.news-item__title {
    font-weight: 500;
    font-size: 1.6rem;
    letter-spacing: 1px;
    color: #ffffff;
    padding-bottom: 2px;
}

.news-item__title span {
    border-bottom: 1px dotted #444;
}

.news-item__text {
    color: #999;
    font-size: 1.2rem;
    line-height: 1.6;
    margin-top: 15px;
}

.news-item__btn {
    float: right;
    margin-top: 20px;
}

/* FULL STORY STYLES ----------------------------------------------- */
.detail-section__shadow {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 1;
    transform: scale(0.8);
    pointer-events: none;
    height: 20px;
    width: 100%;
}

.detail-section__shadow img {
    filter: blur(40px);
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.detail-section {
    position: relative;
}

.detail-section_bg {
    max-height: 600px;
    position: absolute!important;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

@media (max-width: 767px) {
    .detail-section_bg {
        max-height: 200px;
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
}

.mute-toggle {
    background-color: #3c3c3cb8;
    color: #f7f7f7;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    cursor: pointer;
    margin-bottom: 80%;
}

.detail-section_bg img {
    object-fit: cover;
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    border-radius: 0;
}

.detail-section .detail-section_bg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 2;
}

.detail-section .detail-section_bg:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 3;
    top: 200px;
}

@media (max-width: 767px) {
    .detail-section .detail-section_bg:after {
        top: 40px;
    }
}

.detail-section_breadcrumb {
    display: flex;
    flex-wrap: wrap;
    margin: 25px 0;
}

.detail-section_breadcrumb li {
    margin-right: 10px;
    opacity: 0.9;
}

.detail-section_breadcrumb svg {
    margin-right: 10px;
}

.detail-section .container {
    z-index: 4;
    position: relative;
}

.detail-section_section-info {
    z-index: 5;
    position: relative;
    min-height: 500px;
    margin-top: 35%;
}

.detail-section_section-info p {
    margin: 20px 0;
    line-height: 1.5em;
    width: 80%;
    font-size: 16px;
    height: 70px;
    overflow: hidden;
}

@media (max-width: 767px) {
    .detail-section_section-info p {
        margin: 20px 0;
        line-height: 1.5em;
        width: 100%;
        font-size: 14px;
        height: 0px;
    }
}

.detail-section_category {
    margin-bottom: 15px;
}

.detail-section_category span {
    margin-right: 8px;
}

.detail-section_category .rating {
    color: #01c03a;
    font-size: 14px;
    line-height: 22px;
    font-weight: 800;
}

.detail-section_category .rating.low {
    color: #e13535;
}

.detail-section_category .rating.middle {
    color: #ff6702;
}

.detail-section_category .age {
    padding: 1px 6px;
    border-radius: 4px;
    color: #fff;
    opacity: .8;
    font-size: 12px;
    border: 1px solid rgb(255 255 255 / 43%);
}

.detail-section_category .quality {
    border-radius: 4px;
    color: #000;
    font-size: 12px;
    background: #fff;
    font-weight: 800;
    line-height: 20px;
    padding: 1px 6px;
    border: 1px solid #fff;
}

.detail-section .detail-section_poster {
    width: 180px;
    position: absolute;
    /* top: 8px; */
    /* left: 0; */
}

@media (max-width: 767px) {
    .detail-section .detail-section_poster {
        display: none;
    }
}

.detail-section .detail-section_poster img {
    z-index: 3;
    position: relative;
}

.movie-poster__shadow {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0.9;
    z-index: 1;
    transform: scale(0.8);
    pointer-events: none;
    width: 100%;
}

.movie-poster__shadow img {
    filter: blur(40px);
    border-radius: 8px;
    width: 100%;
    height: 100%;
}

.detail-section .detail-section_block-right {
    padding-left: 210px;
    padding-right: 0;
}

@media (max-width: 767px) {
    .detail-section .detail-section_block-right {
        padding-left: 0;
        padding-right: 0;
    }
}

.detail-section_actors {
    margin: 35px 0 20px;
}

@media (max-width: 767px) {
    .detail-section_actors {
        margin: 0 0 20px;
        display: block;
    }
}

.detail-section_fullstory {
    margin-right: 35px;
    opacity: 0.9;
}

@media (max-width: 425px) {
    .detail-section_fullstory {
        margin-right: 0;
    }
}

@media (max-width: 767px) {
    .detail-section_fullstory {
        margin-bottom: 35px;
    }
}

.detail-section_full {
    overflow: hidden;
    line-height: 1.8;
}

.detail-section_actors-left div, .detail-section_actors-right div {
    margin: 0 0 15px;
}

.detail-section_actors-left span, .detail-section_actors-right span {
    margin-left: 8px;
    opacity: 0.8;
}

.detail-section_title {
    font-size: 14px;
    position: relative;
    line-height: 1.3em;
    font-weight: 300;
    margin-bottom: 20px;
    color: #969696;
}

.detail-section_title img {
    max-width: 220px;
    max-height: 100px;
    display: block;
    border-radius: 0;
    margin-bottom: 5px;
}

.detail-section_title span {
    font-size: 14px;
    position: relative;
    line-height: 1.3em;
    font-weight: 300;
}

.detail-section_title h2 {
    font-size: 35px;
    line-height: 1.3em;
    color: #fff;
    font-weight: 800;
    text-transform: uppercase;
}

.slice-btn {
    font-weight: 600;
    cursor: pointer;
    color: #a5a1b2;
    margin-bottom: 20px;
}

.comments_title {
    font-size: 20px;
    line-height: 24px;
    font-weight: 900;
    font-style: normal;
}

.comments_superscript {
    margin-left: 4px;
    margin-right: 30px;
}

.comments_counter {
    font-size: 10px;
    font-weight: 400;
    color: #a5a1b2;
    background: #292929;
    padding: 2px 5px;
    border-radius: 4px;
    margin-left: 6px;
}

.btn-vion {
    opacity: 1;
    transition: opacity 80ms,border-color 400ms,background-color 400ms;
    position: relative;
    display: inline-block;
    vertical-align: top;
    border: 2px solid rgba(255,255,255,.32);
    user-select: none;
    height: 24px;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 13px;
    line-height: 16px;
    font-weight: 500;
    color: #fff;
    cursor: pointer;
}

.btn-vion:hover {
    border: 2px solid rgb(255 255 255 / 86%)
}

.comments_subHeader {
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 13px;
    line-height: 16px;
    font-weight: 400;
    margin-top: 12px;
    margin-bottom: 12px;
    font-style: normal;
    color: #a5a1b2;
}

.info-nocomment {
    padding: 50px 20px;
    background-color: rgba(86,92,103,.16);
    border-radius: 6px;
    text-align: center;
    color: #a2a2a2;
    font-weight: 600;
    width: 50%;
    transition-duration: .4s;
}

@media (max-width: 767px) {
    .info-nocomment {
        width: 100%;
    }
}

.info-nocomment:hover {
    transform: scale(1.02);
    transition-duration: .4s;
}

.facts li {
    list-style: none;
    color: #bbbbbb;
    padding: 16px 0 16px 24px;
    font-size: 14px;
    line-height: 20px;
    position: relative;
}

.facts li: before {
    position: absolute;
    top: 21px;
    left: 0;
    display: block;
    width: 8px;
    height: 8px;
    content: "";
    border-radius: 50%;
    background-color: var(--main-color);
}

/* Player 
----------------------------------------------- */
.page__player-controls {
    margin-top: 30px;
}

.page__complaint a {
    border-bottom: 1px dotted #fff;
}

.tabs-block__select span {
    cursor: pointer;
    display: inline-block;
}

.tabs-block__select span {
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    margin-right: 10px;
    background-color: var(--medium-color);
}

@media (max-width: 768px) {
    .tabs-block__select span {
        padding: 0 5px;
        margin-right: 10px;
        font-size: 10px;
    }
}

.tabs-block__select span.is-active, .tabs-block__select span:hover {
    background: var(--main-color);
    color: var(--tt-contrast);
}

.video-responsive {
    padding-top: 40%;
    position: relative;
    margin-bottom: 20px;
}

@media (max-width: 768px) {
    .video-responsive {
        padding-top: 80%;
    }
}

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

.page__rating-likes {
    font-family: 'Circe';
    font-weight: 700;
}

.page__rating-likes a {
    display: block;
    height: 30px;
    line-height: 30px;
    border-radius: 2px;
    padding: 0 10px;
    background-color: #0ea842;
    color: #fff;
    font-size: 1em;
}

.page__rating-likes a + a {
    background-color: #da3d3a;
    margin-left: 10px;
}

.page__rating-likes a:hover {
    opacity: 0.6;
}

.page__rating-likes a .fal {
    margin-right: 8px;
}

/* Rating
----------------------------------------------- */
.home__mfull a {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 34px;
    width: auto;
    min-width: 46px;
    padding: 0 20px;
    font-size: 16px;
    color: #b8bcc3;
    font-weight: 500
}

.home__mfull a:nth-child(1) {
    padding-left: 0
}

.home__mfull a:hover {
    color: #ffd200
}

.home__full-desc {
    margin-bottom: 20px
}

.home__rsfull, .ftoplists, .sidebar-module {
    margin-top: 15px;
    overflow: hidden;
}

.home__rfull {
    width: 100%;
    height: 45px;
    position: relative;
    margin-bottom: 25px;
    font-weight: 500;
}

.home__rfull-title {
    color: #babdc2;
    position: absolute;
    left: 0;
    top: 0
}

.th-rate-perc {
    float: right;
}

.home__rfull-count {
    color: #babdc2;
    position: absolute;
    right: 0;
    top: 0
}

.home__rfull-votes {
    font-size: 8px;
    position: absolute;
    right: 0;
    bottom: -10px;
    color: #babdc2;
}

.home__rfull-bar {
    background-color: #313131;
    position: absolute;
    left: 0;
    top: 22px;
    width: 100%;
    height: 5px;
    margin: 2px 0;
    border-radius: 3px;
}

.c_big .home__rfull-fill {
    background: linear-gradient(to right, #06ca42 0%, #14a942 100%);
}

.c_middle .home__rfull-fill {
    background: linear-gradient(to right, #ff7902 0%, #ff6702 100%);
}

.c_small .home__rfull-fill {
    background: linear-gradient(to right, #d02c2c 0%, #bb2020 100%);
}

.home__rfull-bar:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 5;
    background: linear-gradient(to right, rgba(19, 23, 34, 0) 0px, rgba(19, 23, 34, 0) 5px, #131722 4px);
    background-size: 5px 5px;
    background-repeat: repeat-x
}

.home__rfull-fill {
    position: absolute;
    border-radius: 3px;
    left: 0;
    top: 0;
    height: 100%;
    width: 0;
    background: linear-gradient(to right, #ff7902 0%, #ff6702 100%);
}

.home__rfull-imdb .home__rfull-fill {
    background: linear-gradient(to right, #ffa302 0%, #ffca02 100%)
}

.home__rfull-site .home__rfull-bar {
    background: #e13535
}

.home__rfull-site .home__rfull-fill {
    background: #1ee459
}

.home__rfull-site .home__rfull-count {
    display: none
}

.home__full-screens a, .home__full-screens a img {
    height: 140px
}

.likes, .dislikes {
    font-size: 10px;
    color: #babdc2;
    position: absolute;
    bottom: -5px;
    left: 0;
}

.dislikes {
    left: auto;
    right: 0
}

.home__rfull-up, .home__rfull-down {
    width: 35px;
    height: 35px;
    font-weight: 500;
    line-height: 35px;
    text-align: center;
    border-radius: 4px;
    font-size: 12px;
    cursor: pointer;
    color: #e13535;
    background-color: #1f2022;
    float: left;
}

.comm-rate3 .ratingminus, .comm-rate3 .ratingplus {
    background-color: transparent;
}

.comm-rate3 a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    text-align: center;
    border-radius: 3px;
    font-size: 12px;
    cursor: pointer;
    color: #e13535;
    background-color: #1e222d;
    position: absolute;
    top: 10px;
    right: -80px
}

.home__rfull-up {
    color: #1ee459;
    margin-right: 15px
}

/* SLIDER VION V1
-------------------------------------------------------------- */
.slider-main .slider-button-next, .slider-main .slider-button-prev {
    display: -moz-box;
    display: flex;
    -moz-box-pack: center;
    justify-content: center;
    -moz-box-align: center;
    align-items: center;
    position: absolute;
    top: 40%;
    font-size: 25px;
    cursor: pointer;
    z-index: 100;
    border: 0;
    background: #43474e;
    width: 50px;
    color: #fff;
    height: 50px;
    border-radius: 50px;
    transition: .3s;
}

@media (max-width: 767px) {
    .slider-main .slider-button-next, .slider-main .slider-button-prev {
        display: none;
    }
}

.slider-main .slider-button-next:hover, .slider-main .slider-button-prev:hover {
    transform: scale(1.08);
    background: var(--main-color);
}

.slider-main .slider-button-next {
    right: 50px;
}

.slider-main .slider-button-prev {
    left: 50px;
}

.slider-main .swiper-slide {
    opacity: 0.5;
}

.slider-main .swiper-slide-active {
    opacity: 1;
    z-index: 1;
}

.slider-main {
    padding-top: 25px;
}

.slide-main {
    overflow: hidden;
    position: relative;
    border-radius: 10px;
    height: 340px;
}

@media (max-width: 767px) {
    .slide-main {
        height: 400px;
    }
}

@media (max-width: 425px) {
    .slide-main {
        height: 150px;
    }
}

.slide-main > img {
    cursor: pointer;
    opacity: 1;
    transition: all 1s ease 0s;
    will-change: opacity;
    border-radius: 10px;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.slide-extra {
    cursor: pointer;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    opacity: 1;
    will-change: opacity;
    padding: 40px;
    /* background: radial-gradient(99.53% 399.67% at 55.49% 57.34%, transparent 0, rgba(0, 0, 0, 0.8) 100%), linear-gradient(180deg, transparent 44.79%, rgba(0, 0, 0, 0.7)); */
    background: linear-gradient(to top,#000 0,transparent 50%);
}

@media (max-width: 425px) {
    .slide-extra {
        padding: 20px;
    }
}

.slide-extra .top-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.slide-extra.shelf .top-row .original-logo {
    width: 25px;
}

.slide-extra .moving-section {
    position: absolute;
    bottom: 50px;
    left: 40px;
    transition: transform 0.5s ease 0s;
    transition-duration: 0.5s;
    transition-timing-function: linear;
    will-change: transform;
    transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 425px) {
    .slide-extra .moving-section {
        bottom: 35px;
        left: 20px;
        transform: translate3d(0px, 0px, 0px);
    }
}

.moving-section > img {
    max-width: 230px;
    max-height: 120px;
    transition: transform 0.5s ease 0s;
    transform: scale(1);
    transform-origin: bottom left;
    will-change: transform;
}

@media (max-width: 425px) {
    .moving-section > img {
        max-width: 80px;
        max-height: 100px;
    }
}

.slide-extra .moving-section h1 {
    font-weight: 600;
}

@media (max-width: 425px) {
    .slide-extra .moving-section h1 {
        font-size: 14px;
        font-weight: 600;
    }
}

.slide-extra .moving-section .movie-description {
    font-size: 14px;
    line-height: 24px;
    color: #fff;
    width: 516px;
    max-height: 72px;
    overflow: hidden;
    opacity: 1;
    transition: opacity 0.5s ease 0s;
    will-change: opacity;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    margin: 20px 0;
}

@media (max-width: 425px) {
    .slide-extra .moving-section .movie-description {
        opacity: 0.9;
        font-size: 8px;
        line-height: 8px;
        width: 270px;
        margin: 5px 0;
    }
}

@media (max-width: 768px) {
    .slide-extra .volume-button, .slide-extra .original-logo {
        display: none;
    }
}

@media (min-width: 768px) {
    .slide-extra .volume-button {
        background-color: transparent;
        display: flex;
        justify-content: center;
        align-items: center;
        outline: none;
        border: 0;
        position: absolute;
        width: 50px;
        height: 50px;
        right: 39px;
        bottom: 25px;
        padding: 0;
        cursor: pointer;
        opacity: 1;
        transition: all 1s ease 0s;
        will-change: opacity;
    }

    .slide-extra .volume-button .volume-icon {
        width: 24px;
        height: 24px;
    }
}

.slide-extra .bottom-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-end;
}

.slide-extra.shelf .bottom-row .movie-meta {
    font-size: 14px;
    color: #fff;
    opacity: 0.5;
    transform: scale(1);
    transform-origin: left;
    transition: opacity 0.5s ease 0s;
    will-change: opacity;
}

@media (max-width: 425px) {
    .slide-extra.shelf .bottom-row .movie-meta {
        font-size: 6px;
    }
}

/* SLIDER VION ----------------------------------------------- */
@media screen and (min-width: 768px) {
    .vionslider_item::before {
        height: 132px;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        content: '';
        background-image: linear-gradient( 0deg ,rgb(5 7 10 / 77%),rgb(5 7 10 / 5%) 90%,transparent);
    }
}

.vionslider_item img {
    border-radius: 16px;
    -ms-interpolation-mode: nearest-neighbor;
    image-rendering: pixelated;
}

@media screen and (max-width: 768px) {
    .vionslider_item img {
        height: 149px;
        object-fit: cover;
    }
}

.vionslider_item a {
    position: absolute;
    display: inline-block;
    cursor: pointer;
    text-align: center;
    padding: 0 20px;
    height: 32px;
    background: var(--main-color);
    box-shadow: 0 4px 12px rgb(234 65 0 / 40%);
    line-height: 32px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 600;
    border-radius: 6px;
    bottom: 25px;
    margin-left: 30px;
}

@media screen and (max-width: 768px) {
    .vionslider_item a {
        display: none;
    }
}

.vionslider_ageBadge {
    width: 24px;
    height: 16px;
    position: absolute;
    margin-left: 24px;
    top: 20px;
    background: rgb(31, 27, 46);
    opacity: 0.48;
    color: #fff;
    border-radius: 3px;
    font-weight: 600;
    font-size: 10px;
    padding: 3px 3px;
    line-height: 10px;
    text-align: center;
    display: block;
}

@media screen and (max-width: 768px) {
    .vionslider_ageBadge {
        margin-left: 12px;
        top: 10px;
    }
}

/* SEARCH FULL ----------------------------------------------------------------------- */
.search__popular-wrapper {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
}

.search__popular-item {
    width: 50%;
    font-size: 16px;
    line-height: 36px;
}

@media (max-width: 767px) {
    .search__popular-item {
        font-size: 14px;
        line-height: 36px;
        text-align: center;
    }
}

/* TEXT BLOCK, TYPOGRAPHY, VIDEO BLOCK ----------------------------------------------- */
.text {
    line-height: 1.8;
    font-size: 1.6rem;
    color: #a5a1b2;
    word-wrap: break-word;
    margin-top: 20px;
    margin-bottom: 20px;
}

.text-1 {
    font-size: 1.6rem;
    line-height: 24px;
    font-weight: 400;
    font-style: normal;
}

.text a {
    text-decoration: underline;
    color: #686de0;
}

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

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

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

.text > ul li {
    padding-left: 40px;
    position: relative;
    margin-bottom: 20px;
}

.text > ul li: last-child {
    margin-bottom: 0px;
}

.text > ul li: :before, .mwc-subtitle-paymethod::before {
    content: "\f058";
    font-weight: 400;
    font-family: "Font Awesome 5 Pro";
    color: #2ed573;
    font-size: 18px;
    position: absolute;
    left: 10px;
    top: -2px;
}

.imgs-center {
    padding-top: 10px;
    text-align: center;
}

.imgs-center a {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px 5px 5px;
    overflow: hidden;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    border: 1px solid #eee;
}

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

.text table {
    width: 100%;
}

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

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

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

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

.text > *:last-child {
    margin-bottom: 0;
}

.section__content.text {
    font-size: 1.4rem;
}

.agr-sect {
    margin-bottom: 40px;
}

.agr-title {
    font-size: 1.8rem;
    font-weight: 500;
    margin-bottom: 20px;
    text-align: center;
}

.agr-subtitle {
    font-weight: 500;
    margin-bottom: 20px;
    display: inline-block;
    background-color: #2ed573;
    color: #fff;
    padding: 0 5px;
}

.agr-imp {
    display: inline-block;
    background-color: #2ed573;
    color: #fff;
    padding: 0 5px;
}

.container-table100 {
    padding: 0 !important;
}

.wrap-table100 {
    border-radius: 0 !important;
}

.wc-table .hidden, .mwc-ctrl-btns li: nth-child(2) {
    display: none;
}

.wc-table, .wc-table * {
    font-family: "Roboto" !important;
}

.mwc-header, .mwc-links {
    margin-bottom: 20px !important;
}

.mwc-ctrl-btn {
    margin-left: 10px;
    line-height: 30px;
    display: block;
    border-radius: 3px;
    padding: 0 10px;
    background-color: #f9f9f9;
}

.mwc-subtitle {
    font-size: 18px;
    padding-left: 15px;
    border-left: 5px solid #2ed573;
    margin-bottom: 20px;
}

.mwc-subtitle-paymethod {
    margin-bottom: 10px;
    font-size: 18px;
    padding-left: 25px;
    position: relative;
}

.mwc-subtitle-paymethod::before {
    left: 0px;
    top: 1px;
}

.mwc-subtitle-paymethod span {
    color: #999;
    font-size: 14px;
    margin-left: 10px;
}

.mwc-big-btn {
    height: 60px !important;
    line-height: 60px !important;
    padding: 0 60px !important;
    text-transform: uppercase;
    font-size: 16px !important;
}

.mwc-links a {
    margin-right: 20px;
    text-decoration: underl ine;
    color: #3742fa;
}

/* COMMENTS ----------------------------------------------- */
.add-comments-form {
    max-width: 800px;
}

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

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

.mass_comments_action {
    display: flex;
    align-items: center;
    max-width: 800px;
}

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

.comment-item__title {
    font-weight: 500;
    font-size: 2rem;
    margin-bottom: 20px;
}

.comment-item {
    margin-bottom: 20px;
    max-width: 800px;
    padding: 20px;
    margin-right: 15px;
    border-radius: 6px;
    box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
    background: var(--medium-color);
    -webkit-transition: background-color 400ms,background-color 400ms;
    -o-transition: background-color 400ms,background-color 400ms;
    transition: background-color 400ms,background-color 400ms;
}

.comment-item:hover {
    background: rgba(86,92,103,.24);
}

.comment-item__header:not(.comment-item__header--admin) {
    border-left: 3px solid #eee;
    padding-left: 10px;
}

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

.comment-item__author {
    font-weight: 500;
}

.comment-item__date {
    color: #999;
    margin-top: 6px;
    font-size: 1.2rem;
}

.comment-item__main {
    margin: 6px 0;
}

.comment-item__rating {
    margin-left: 20px;
    height: 30px;
    line-height: 30px;
    border-radius: 4px;
    background-color: #f2f6f9;
    padding: 0 10px;
    font-size: 1.2rem;
    color: #97a9b7;
}

.comment-item__rating a {
    color: #97a9b7;
}

.comment-item__rating > span {
    margin: 0 5px;
}

.comment-item__rating > span > span.ratingtypeplus, .comment-item__rating > span > span.ratingplus {
    color: #06b601;
}

.comment-item__rating > span > span.ratingminus {
    color: #ff0e0e;
}

.comment-item__reply {
    font-size: 12px;
    margin-right: 20px;
}

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

.comment-item__reply + .comment-item__reply .fal {
    margin-left: 0;
    margin-right: 5px;
}

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

.comment-item__controls {
    text-align: right;
    font-size: 1.2rem;
}

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

.comment-item__controls a: not(:hover) {
    color: #a5a1b2;
    -webkit-transition: color 400ms,opacity 400ms,color 400ms,opacity 400ms;
    -o-transition: color 400ms,opacity 400ms,color 400ms,opacity 400ms;
    transition: color 400ms,opacity 400ms,color 400ms,opacity 400ms;
}

/* SEACRH ---------------------------------------------- */
.header__search {
    display: inline-block;
    margin-right: 20px;
    cursor: pointer;
    vertical-align: middle;
    line-height: 20px;
    font-weight: 500;
    font-style: normal;
    position: relative;
}

@media (max-width: 768px) {
    .header__search {
        margin-right: 10px;
        display: none;
    }
}

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

.header__search-icon {
    width: 40px;
    height: 38px;
    line-height: 38px;
    display: inline-block;
    color: #b8b8b8;
    font-size: 14px;
    text-align: center;
    background: inherit;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 2;
}

@media (max-width: 768px) {
    .header__search-icon {
        line-height: 40px;
        font-size: 20px;
        position: relative;
    }
}

.header__search-input {
    height: 40px;
    line-height: 40px;
    border-radius: 50px;
    padding-left: 40px;
    font-size: 1.6rem;
    font-family: "Montserrat", sans-serif;
    color: #999;
    width: 100%;
    background-color: var(--medium-color);
}

@media (max-width: 768px) {
    .header__search-input {
        display: none;
    }
}

/* LOGIN ----------------------------------------------- */
.header__sign-in {
    width: 40px;
    height: 40px;
    background-color: #484848;
    position: relative;
    border-radius: 50px;
    font-size: 15px;
    overflow: hidden;
    transition: color .08s,border-color .08s,background-color .08s;
    padding: 10px 13px;
    cursor: pointer;
}

.header__sign-in:hover {
    background-color: rgb(255 255 255 / 30%);
}

.login {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    overflow: hidden;
    border-radius: 16px;
    width: 400px;
    box-shadow: 0 15px 45px rgba(0, 0, 0, 1);
    background: rgb(31 31 31 / 78%);
}

.login__header {
    padding: 20px 40px;
    background-color: #141414;
}

.login__title {
    font-size: 1.9rem;
    font-weight: 500;
    padding: 1px 0;
}

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

.login__title a {
    border-bottom: 1px dotted #444;
    margin-left: 10px;
    font-weight: 400;
    color: #999;
}

.login__content {
    padding: 40px 40px;
}

.login__row {
    margin-bottom: 20px;
    position: relative;
    display: block;
    font-size: 1.2rem;
    color: #999;
}

.login__caption {
    font-size: 12px;
    color: #a5a1b2;
    margin-bottom: 10px;
}

.login__caption a {
    text-decoration: underline;
    margin-left: 6px;
    color: #928cab;
}

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

.login__row .far {
    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: #f2f6f9;
    padding: 20px 40px;
    text-align: center;
}

.login__social-caption {
    font-size: 1.2rem;
    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: #f2f6f8;
    box-shadow: inset 0 0 10px rgba(0, 0, 0, 0.1);
    font-size: 1.2rem;
    color: #000;
}

.login__menu a.login__menu-link--imp {
    background-color: var(--main-color);
    color: #fff;
}

.login__menu .far {
    display: block;
    height: 30px;
    font-size: 2.4rem;
    opacity: 0.3;
}

.login__menu a.login__menu-link--imp .far {
    opacity: 0.8;
}

/* MOBILE MENU ----------------------------------------------- */
.overlay {
    position: fixed;
    z-index: 998;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.6;
    background-color: rgb(0 0 0 / 40%);
    cursor: pointer;
    display: none;
}

.mobile-menu {
    width: 280px;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 10px 20px;
    z-index: 999;
    position: fixed;
    left: -320px;
    top: 0;
    transition: left 0.4s;
    background-color: var(--bg-main-color);
}

.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: var(--main-color);
    box-shadow: 0 4px 15px 0 var(--main-color);
    color: #fff;
    transition: top 0.4s, opacity 0.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;
}

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

.mobile-menu .header__menu > li > a {
    height: 40px;
    padding: 5px 20px;
    margin: 10px 0;
    background-color: var(--medium-color);
    border-radius: 8px;
}

.mobile-menu .header__menu li a:hover, .mobile-menu .header__menu li a:active {
    background-color: var(--main-color);
}

.mobile-menu .header__menu-hidden {
    width: 100%;
    height: auto;
    display: block;
    position: relative;
    left: 0;
    top: 0;
    width: calc(100% + 40px);
    margin: 15px -20px;
    opacity: 1;
    visibility: visible;
    transform: none;
}

.mobile-menu .header__menu-hidden {
    padding: 10px;
    column-width: 100px;
    column-gap: 0px;
}

.mobile-menu .header__menu-hidden {
    display: none !important;
}

.mobile-menu .header__menu-hidden.is-active {
    display: block !important;
}

.tabs_mobile {
    display: none;
}

.tabs_mobilev i {
    font-size: 24px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .tabs_mobile {
        bottom: 0;
        border-top: solid 4px var(--main-color);
        background-color: #1f1f1f;
        box-shadow: 0 -2px 10px 0 rgb(7 5 14 / 24%);
        display: flex;
        height: calc(52px + env(safe-area-inset-bottom));
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        justify-content: space-between;
        left: 0;
        height: 60px;
        padding: 0 16px;
        position: fixed;
        right: 0;
        width: 100%;
        z-index: 20;
    }

    .tabs_mobilev {
        align-items: center;
        color: #a5a1b2;
        display: flex;
        flex-direction: column;
        justify-content: center;
        font-size: 10px;
        font-weight: 400;
        letter-spacing: 0.2px;
        line-height: 5px;
        padding: 6px 8px 6px 8px;
        text-align: center;
        text-decoration: none;
    }
}

/* ADAPTIVE ----------------------------------------------- */
@media screen and (max-width: 1220px) {
    .container {
        /* max-width: 1000px; */ padding: 0 40px;
    }

    .header__menu {
        display: none;
    }

    .header__btn-menu {
        cursor: pointer;
        font-size: 25px;
        margin-left: 20px;
        color: #fff;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .header__caption, .footer__logo {
        display: none;
    }

    .about {
        display: block;
        white-space: nowrap;
        overflow-y: hidden;
        overflow-x: auto;
        margin: 0 -20px;
        padding: 20px;
    }

    .about__item {
        width: 260px;
        margin-right: 20px;
        display: inline-block;
        vertical-align: top;
        white-space: normal;
    }

    .card {
        width: 33.33%;
    }

    .inner-page__main {
        padding-left: 20px;
        padding-right: 20px;
    }

    .inner-page__column-left {
        width: 410px;
        margin-right: 20px;
    }
}

@media screen and (max-width: 950px) {
    .container {
        /* max-width: 768px; */ padding: 0 30px;
    }

    .inner-page__column-left {
        width: 330px;
    }

    .inner-page__subcolumn {
        width: 100%;
    }
}

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

    .searchbox {
        margin: 30px 0 0 0;
        order: 10;
        min-width: 100%;
    }

    .logo span, .header__register-link {
        display: none;
    }

    .how-step__title {
        width: 100%;
        font-size: 1.8rem;
        padding: 20px;
        background-image: none;
    }

    .how-step__items {
        padding: 20px;
        padding-bottom: 0;
    }

    .how-step__item {
        margin-bottom: 20px;
    }

    .section__column--third {
        width: 100%;
        margin: 20px 0 0 0;
    }

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

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

    .footer__menu li {
        white-space: nowrap;
    }

    .inner-page__column-left {
        width: 100%;
        margin: 20px 0 0 0;
        order: 10;
    }

    .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 {
        display: none;
    }
}

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

    .logo {
        flex: 1 1 0;
        max-width: 100%;
        min-width: 50px;
        margin-right: 20px;
        font-size: 2.4rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
    }

    .welcome-section {
        min-height: 100%;
        height: 80vh;
    }

    .welcome-section .welcome-info h1 {
        font-size: 30px;
        line-height: 40px;
        font-weight: 600;
    }

    .top-block {
        display: none;
    }

    .swiper-button-next, .swiper-button-prev {
        display: none;
    }

    .card, .how-step__item {
        width: 100%;
    }

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

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

@media screen and (max-width: 470px) {
    .container {
        /* max-width: 360px; */ padding: 0 30px;
    }

    .inner-page__tabs {
        padding: 10px 0 20px 0;
    }

    .inner-page__tab {
        width: 100%;
        margin-right: 0;
        margin: 10px 0 0 0;
    }
}

/* SCROLLER ----------------------------------------------- */
#scrolltop {
    display: none!important;
}

@media (min-width: 768px) {
    #scrolltop {
        position: fixed;
        width: 50px;
        height: 50px;
        line-height: 50px;
        right: 10px;
        bottom: 10px;
        z-index: 990;
        display: none;
        background-color: var(--medium-color);
        color: #848693;
        cursor: pointer;
        font-size: 20px;
        border-radius: 16px;
        text-align: center;
        box-shadow: 0 5px 10px rgb(0 0 0 / 60%);
    }
}
.player-container { height: 500px; }

@media screen and (max-width: 600px) {
    .player-container { height: 320px; }
}

