.p-poster__rate-flag {
    position: absolute;
     opacity: 1;
    visibility: visible;
    transition: opacity 0.5s ease-out;
}
.p-poster__rate-flag:before {
    content: '';
    display: block;
    font-size: 0;
    line-height: 0;
    position: absolute;
    z-index: 3;
    bottom: -7px;
    left: 0;
    border-top: 7px solid #ffd400;
    border-left: 4px solid transparent;
    width: 0;
    height: 0;
}
.p-poster__rate-flag .p-rate-flag__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 700;
    font-size: 15px;
    line-height: 20px;
    color: #111;
    position: relative;
    overflow: hidden;
    padding: 4px 16px 4px 6px;
    z-index: 6;
}
.p-poster__rate-flag .p-rate-flag__inner:before {
    border-top: 15px solid #ffd400;
}
.p-poster__rate-flag .p-rate-flag__inner:after, .p-poster__rate-flag .p-rate-flag__inner:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 0;
    z-index: -1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    border-right: 6px solid transparent;
}
.icon {
    vertical-align: -0.125em;
    display: inline-block;
    width: 1rem;
    height: 1rem;
    position: relative;
    fill: currentColor;
}
.p-poster__rate-flag .p-rate-flag__text {
    display: inline-block;
    vertical-align: middle;
}
.p-poster__rate-flag .p-rate-flag__inner:after {
    top: 50%;
    border-bottom: 15px solid #ffd400;
}


.movie-item:hover .p-poster__rate-flag {
    position: absolute;
    top: 8px;
     opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease-out;
}

.movie-item:hover .p-poster__rate-flag .p-rate-flag__inner:before {
    border-top: 15px solid #ff00eb;  transition: all 0.5s;
}





/* hover a links from old smuvi 
---------------------------------*/
.vernulismuvi a {color: cyan }
.vernulismuvi a:hover {color: yellow}

.limesmuvilink a {color: lime}
.limesmuvilink a:hover {color: yellow}

.agerelated {
    display: inline-block;
    vertical-align: middle;
    margin: 0;
    width: 38px;
    height: 38px;
    border: 2px solid rgb(148 75 140);
    border-radius: 50%;
    will-change: transform;
    color: rgb(169 114 163);
    font-size: 13px;
    font-weight: 400;
    line-height: 33px;
    text-align: center;
    float: left;
    margin-top: 3px;
    margin-right: 20px;
    cursor: default;
}

.th-qual {
    left: 0;
    top: 0;
    display: inline-block;
    padding: 2px 5px;
    background-color: #003697;
    color: #fff;
}

.th-meta {
    position: absolute;
    z-index: 10;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}

.vxodchtobsmotret {
     left: 5%;
    top: 30%;
    display: inline-block;
    padding: 5px 5px;
    background-color: #000000;
    color: #fff;
    position: absolute;
    z-index: 10;
    display: inline-block;
    color: #fff;
    font-size: 14px;
}


.skorostyle {
    display: inline-block;
    padding: 5px 5px;
    background-color: #ff0000;
    position: absolute;
    z-index: 10;
    display: inline-block;
    color: #ffffff;
    font-size: 14px;
    place-self: anchor-center;
    width: -webkit-fill-available;
    text-align: center;
      transition: opacity 1s ease; /* Плавный переход */
}
.movie-item_bg:hover .skorostyle {
    opacity: 0; /* Скрытие при наведении */
}

@font-face {
    font-family: 'CoreSans';
    src: url('/fonts/CoreSansDS65Heavy.eot');
    src: url('/fonts/CoreSansDS65Heavy.eot?#iefix') format('embedded-opentype'),
        url('/fonts/CoreSansDS65Heavy.woff2') format('woff2'),
        url('/fonts/CoreSansDS65Heavy.woff') format('woff'),
        url('/fonts/CoreSansDS65Heavy.ttf') format('truetype'),
        url('/fonts/CoreSansDS65Heavy.svg#CoreSansDS65Heavy') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

.yellowhover:hover a {color: yellow}
.yellowhover a {color: cyan}

/* Screen resolution: 460, 768, 1440, 1920
----------------------------------------------- */
@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Light.woff2) format("woff2"),url(../fonts/Gilroy-Light.woff) format("woff");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Regular.woff2.html) format("woff2"),url(../fonts/Gilroy-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Medium.woff2.html) format("woff2"),url(../fonts/Gilroy-Medium.woff) format("woff");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-SemiBold.woff2.html) format("woff2"),url(../fonts/Gilroy-SemiBold.woff) format("woff");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: Gilroy;
    src: url(../fonts/Gilroy-Bold.woff2.html) format("woff2"),url(../fonts/Gilroy-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

/* HEADER */

header {
    position: relative;
    background: transparent;
    transition: all 0.3s;
    z-index: 5;
}

header.sticky {
    position: fixed;
    height: 67px;
    background: var(--bg2);
    /* backdrop-filter: blur(10px); */
    top: 0;
    left: 0;
    width: 100%;
    z-index: 998;
}

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

header.sticky-vis {
    top: 0;
}

.header-full {
    position: absolute;
    background: transparent;
    background-image: linear-gradient(0deg, rgba(17, 17, 19, 0), rgba(17, 17, 19, 0.6));
    width: 100%;
    z-index: 3;
}

.header-container {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.header-logo {
    width: 130px;
}

@media (max-width: 768px) {
    .header-logo {
        width: 70px;
        height: 30px;
    }
}

.header-logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.header-logo span {
    font-size: xx-large;
    font-family: CoreSans;
}

.header-logo span:hover {
    font-size: xx-large;
   letter-spacing: 5px;
    transition: 0.5s all;
}

.header-menu {
    position: relative;
    margin-left: auto;
    align-items: center;
}

.header-menu a:not(.header-menu_submenu div a) {
    padding: 20px 10px;
    color: #fff;
}

.header-menu a:hover {
    color: var(--color1)!important;
}

@media (min-width: 768px) {
    .header-menu a + a:not(.header-menu_submenu div a) {
        margin-left: 20px;
    }
}

@media (max-width: 768px) {
    .header-menu {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        width: 80%;
        right: -20px;
        top: 0;
        min-height: 100vh;
        background: var(--bg2);
        padding: 64px 20px 64px 20px;
        z-index: 995;
        align-items: flex-start;
        transform: translateX(100%);
        transition: all .3s;
    }
}

@media (max-width: 768px) {
    .header-menu.active {
        visibility: visible;
        opacity: 1;
        flex-direction: column;
        transform: translateX(0);
    }
}

.header-ellipsis {
    position: relative;
}

.header-ellipsis_login i {
    position: relative;
    display: inline-block;
    font-size: 20px;
    color: var(--light2);
    text-align: center;
    margin-left: 40px;
    cursor: pointer;
}

.header-ellipsis_login i:hover {
    opacity: 0.8;
}

/* HEADER SUBMENU */

.header-menu_submenu {
    position: relative;
    padding: 25px 10px;
}

@media (max-width: 768px) {
    .header-menu_submenu {
        padding: 20px 0;
    }
}

.header-menu_submenu>a:after {
    content: "\f054";
    font-weight: 300;
    font-family: "font awesome 5 pro";
    margin-left: 7px;
    transition: all .2s;
    display: inline-block;
    font-size: .8em
}

.header-menu_submenu:hover>a:after {
    transform: rotate(90deg)!important
}

.header-menu_submenu > div {
    position: absolute;
    width: 220px;
    height: 220px;
    top: 100%;
    left: -20%;
    overflow-y: auto;
    visibility: hidden;
    opacity: 0;
    background-color: var(--bg2);
    box-shadow: 0px 0 20px rgb(0 0 0 / 30%);
    padding: 30px;
    border-radius: 10px;
    transform: translateY(30px);
    transition: opacity .3s;
    z-index: 100;
}

@media (max-width: 768px) {
    .header-menu_submenu > div {
        width: 100%;
        margin-top: 20px;
        left: 0;
        border-radius: 10px;
    }
}

.header-menu_submenu:hover.header-menu_submenu > div {
    /*visibility: visible;*/
    opacity: 1;
    transform: translateY(0);
}

@media (max-width: 460px) {
    .header-menu_submenu:hover.header-menu_submenu > div {
        /*position: relative;*/
    }
}

.header-menu_submenu div a {
    display: inline-block;
    padding: 10px;
}

/*HIDDEN */
.header-menu_hidden {
    visibility: hidden;
    opacity: 0;
    background-color: var(--color6);
    box-shadow: 0px 0 20px rgb(0 0 0 / 30%);
    z-index: 100;
    position: absolute;
    left: -60%;
    top: 100%;
    width: 450px;
    padding: 30px;
    border-radius: 20px;
    transform: translateY(30px);
    transition: opacity .3s;
}

@media (min-width: 768px) {
    .header-menu_submenu:hover .header-menu_hidden {
        visibility: visible;
        opacity: 1;
        transform: translateY(0px);
    }
}

@media (max-width: 768px) {
    .header-menu_hidden.active {
        visibility: visible;
        opacity: 1;
        position: relative;
        left: 0;
        width: 105%;
        padding: 10px;
        height: 130px;margin: 10px 0;
        transform: translateY(0px);
    }
}

.header-menu_hidden a {
    width: calc(70% / 1 - -10px);
    display: block;
    padding: 10px 20px;
    border-radius: 10px;
}

@media (max-width: 768px) {
    .header-menu_hidden a {
        width: calc(100% / 2 - 13px);
    }
}

.header-menu_hidden a:hover {
    background: var(--gradient);
}

/* HEADER MOBILE */
.header_btn-menu {
    background: var(--light);
    color: #fff;
    width: 40px;
    height: 40px;
    padding: 13px 11px;
    margin: 10px 0;
    margin-left: 20px;
    border-radius: 8px;
    font-size: 14px;
    z-index: 995;
}

@media (min-width: 768px) {
    .header_btn-menu {
        display: none;
    }
}

.header_btn-menu span {
    display: block;
    width: 18px;
    height: 1px;
    background: #fff;
    border-radius: 1.5px;
    margin: 0 0 5px 0;
    transition: .3s;
}

.header_btn-menu span:nth-child(2) {
    position: absolute;
}

.header_btn-menu.active span {
    opacity: 0;
    transition: .3s;
}

.header_btn-menu.active span:nth-child(2) {
    opacity: 1;
    transform: rotate( 45deg);
}

.header_btn-menu.active span:nth-child(3) {
    opacity: 1;
    transform: rotate(-45deg);
}

/* POISK */
.header-search {
    margin-left: auto;
    cursor: pointer;
}

.header-search i {
    margin-right: 10px;
}

.search-modal {
    display: none;
    position: fixed;
    background: var(--bg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.search-modal_heading {
    padding: 20px 0;
    align-items: center;
    justify-content: space-between;
}

.search-modal_heading h2 {
    margin-bottom: 0;
}

.search-modal_close {
    display: inline-block;
    background: var(--light);
    border-radius: 10px;
    right: 0;
    top: 5px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.search-modal_input {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.search-modal_input input {
    padding: 0;
    background: transparent;
    font-size: 20px;
    border-bottom: 3px solid var(--light);
    padding-bottom: 10px;
    border-radius: 0;
}

.search-modal_voice {
    position: relative;
    background: var(--light);
    border-radius: 10px;
    width: 45px;
    line-height: 45px;
    height: 45px;
    text-align: center;
    margin-right: 20px;
cursor: pointer;}

.search__rezo {
    position: relative;
}

.search__rezo #searchsuggestions {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    grid-gap: 20px 20px;
    margin-top: 20px;
}

@media(max-width: 460px) {
    .search__rezo #searchsuggestions {
        grid-template-columns: repeat(2, 1fr);
    }
}

.fsearch {
    display: flex;
    padding: 10px;
    margin-bottom: 15px;
    align-items: center;
    justify-content: space-between;
    border-radius: 10px;
    color: var(--text-color1);
}

.fsearch:hover {
    background: var(--light)
}

.fsearch_poster {
    position: relative;
    max-width: 85px;
    min-height: 40px;
    margin-right: 10px;
}

.fsearch_poster img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 5px
}

.fsearch_info h4 {
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 0
}

.fsearch_tags span {
    font-size: 12px;
    font-weight: 400;
    opacity: .8
}

.notfound+.seperator {
    display: none;
}

.notfound, .seperator {
    grid-column: 1/-1;
    background: var(--bg3);
    padding: 8px 20px;
    text-align: center;
    border-radius: 10px
}

.searchtable {
    margin-bottom: 30px
}

.searchtable div {
    margin: 0!important
}

#searchinput {
    width: 100%!important;
}

#dofullsearch {
    display: none
}


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

.login-page {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    background: var(--color6);
    width: 500px;
    padding: 40px 80px;
    border-radius: 20px;
    text-align: center;
}

@media (max-width: 425px) {
    .login-page {
        width: 90%;
        padding: 60px 30px;
    }
}

.login-page_close {
    display: inline-block;
    position: absolute;
    background: var(--light);
    border-radius: 10px;
    top: 20px;
    right: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.login-page_btn {
    margin-top: 30px;
    justify-content: center;
}

.login-page_btn a + a {
    margin-left: 20px;
}


.login_log {
    position: fixed;
    z-index: 999;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    overflow: hidden;
    
    background: var(--bg2);
    color: var(--text-color1);width: 320px;
    padding: 20px 30px;
    border-radius: 10px;
    border: 5px solid hsl(0deg 0% 51% / 29%);}

.login_log.active {
    display: block;
}

.login_log-info {
    display: flex;
    align-items: center;
    border-bottom: 2px solid var(--light);
    padding-bottom: 15px;
}

.login_log-avatar {
    display: block;
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 50%;
}

.login_log-name {
    display: flex;
    flex-flow: column;
    font-size: 18px;
    font-weight: 600;
    margin-left: 20px;
}

.login_log-name span {
    font-size: 10px;
}

.login_log-menu {
    display: block;
    margin-top: 12px;
}

.login_log-menu li {
    font-size: 13px;
    margin-top: 12px;
    opacity: 0.8;
}

.login_log-menu li:hover {
    opacity: 1;
}

.login_log-menu li span {
    font-size: 12px;
    float: right;
}

/* MAIN SLIDER */
.main-slider_items {
    margin-top: 20px;
    margin-bottom: 40px;
    padding-bottom: 8px;
}

@media (max-width: 460px) {
    .main-slider_items {
        margin-bottom: 30px;
    }
}

.main-slider_items .swiper-slide {
    opacity: 0.5;
    transform: scale(0.97);
    transition: 0.3s;
}

.main-slider_items .swiper-slide-active {
    transform: scale(1.0);
    opacity: 1;
}

.main-slider {
    position: relative;
    border-radius: 20px;
    height: 81vh;
    overflow: hidden;
}

@media (max-width: 460px) {
    .main-slider {
        height: 250px;
    }
}

.main-slider:before {
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
    position: absolute;
    background-image: linear-gradient(-180deg, transparent 40%, rgb(0 0 0 / 77%) 70%, #000);
}

.main-slider_bg {
    position: absolute;
    width: 100%;
    height: 100%;
}

.main-slider_content {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 60px 80px;
    max-width: 800px;
    height: 100%;
    z-index: 2;
}

@media (max-width: 460px) {
    .main-slider_content {
        padding: 50px 30px;
        max-width: 100%;
    }
}

@media (max-width: 460px) {
    .main-slider_content h2 {
        margin-bottom: 15px;
    }
}

.main-slider_tags {
    align-items: center;
    margin-top: 30px;
    font-size: 16px;
    width: 1200px;
}

@media (max-width: 460px) {
    .main-slider_tags {
        margin-top: 15px;
    }
}

.main-slider_tags span + span {
    margin-left: 20px;
    opacity: 0.6;
}

.main-slider_left {
    left: 0;
}

.main-slider_right {
    right: 0;
}

.main-slider_left, .main-slider_right {
    position: absolute;
    backdrop-filter: blur(13px);
    background: var(--light2);
    border-radius: 10px;
    top: 45%;
    width: 55px;
    height: 55px;
    line-height: 55px;
    margin: 0 182px;
    font-size: 20px;
    text-align: center;
    z-index: 5;
    cursor: pointer;
}

@media (max-width: 460px) {
    .main-slider_left, .main-slider_right {
        display: none;
    }
}

.main-slider_left:hover, .main-slider_right:hover {
    background: var(--color2);
}


.main-slider_content img {
    width: 200px; /* РЈСЃС‚Р°РЅРѕРІРёС‚Рµ РѕРґРёРЅР°РєРѕРІСѓСЋ С€РёСЂРёРЅСѓ РґР»СЏ РІСЃРµС… РёР·РѕР±СЂР°Р¶РµРЅРёР№ */
    height: auto; /* РђРІС‚РѕРјР°С‚РёС‡РµСЃРєР°СЏ РІС‹СЃРѕС‚Р° РґР»СЏ СЃРѕС…СЂР°РЅРµРЅРёСЏ РїСЂРѕРїРѕСЂС†РёР№ */
    object-fit: contain; /* РЎРѕС…СЂР°РЅСЏРµС‚ СЃРѕРѕС‚РЅРѕС€РµРЅРёРµ СЃС‚РѕСЂРѕРЅ РёР·РѕР±СЂР°Р¶РµРЅРёСЏ */
}


/* MOVIE ITEM */
.movie-item_slider {
    padding: 12px 20px;
}

@media (max-width: 460px) {
    .movie-item_slider {
        padding: 0;
    }
}

.movie-item_bg {
    position: relative;
    margin-bottom: 20px;
  /*  height: 160px; */
    border-radius: 10px;
    overflow: hidden;
    transform: scale(1) translateY(2%);
    transition-duration: 0.4s;
    cursor: pointer;
}

@media (max-width: 460px) {
    .movie-item_bg {
        height: 100px;
    }
}

.movie-item_bg:hover {
    transform: scale(1.04) translateY(0);
}

.movie-item_bg:focus {
    transform: scale(1);
}

.movie-item_content h3 {
    margin-bottom: 10px;
}

.movie-item_tags {
    align-items: center;
    justify-content: space-between;
    font-weight: 400;
}

.movie-item_tags .badge {
    margin-right: 10px;
}

@media (max-width: 460px) {
    .movie-item_tags .badge {
        display: none;
    }
}

.movie-item_tags span:not(.badge) {
    margin-right: 10px;
    opacity: 0.6;
}

.movie-item_tags span:last-child {
    margin-right: 0
}

.movie-item_slider-left, .movie-item_slider-right {
    position: absolute;
    backdrop-filter: blur(13px);
    background: linear-gradient(hsla(0,0%,100%,.15),hsla(0,0%,100%,.15)),linear-gradient(rgba(160,118,246,.15),rgba(160,118,246,.15));
    border-radius: 10px;
    top: 30%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 5;
    cursor: pointer;
}

@media (max-width: 460px) {
    .movie-item_slider-left, .movie-item_slider-right {
        display: none;
    }
}

.movie-item_slider-left {
    left: 0;
}

.movie-item_slider-right {
    right: 0;
}

.movie-item_slider-left:hover, .movie-item_slider-right:hover {
    background: var(--color2);
}

/* POPOVER */
@media (max-width: 768px) {
    .popover {
        display: none;
    }
}

.popover {
    position: absolute;
    top: -6px;
    left: 480px;
}

.popover_block {
    border-radius: 8px;
    background-color: #3a71f9;
    box-shadow: 0 20px 40px rgb(0 0 0 / 24%), 0 4px 20px rgb(0 0 0 / 16%);
    padding: 16px;
    max-width: 300px;
    position: relative;
    display: flex;
    flex-direction: column;
}

.popover_block:before {
    position: absolute;
    z-index: 2;
    width: 0;
    height: 0;
    content: "";
    border: 10px solid transparent;
    left: -20px;
    border-right-color: #3a71f9;
    top: calc(50% - 10px);
}

.popover_close {
    position: absolute;
    top: 12px;
    right: 12px;
    background: var(--light);
    opacity: 0.6;
    width: 20px;
    height: 20px;
    border-radius: 50px;
    align-items: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
}

.popover_close:hover {
    opacity: 1;
}

/* MOVIE PODBORKA */

.movie-podb img:nth-child(1) {
    max-width: 105%;
    width: 105%;
}

.movie-podb h2:nth-child(2) {
    position: absolute;
    top: 65px;
    text-align:center;
    width: 100%;
    font-size: 20px;
}

.movie-podb_slider {
    padding: 5px 20px;
}

@media (max-width: 460px) {
    .movie-podb_slider {
        padding: 5px 0;
    }
}

.movie-podb_slider-left, .movie-podb_slider-right {
    position: absolute;
    background: var(--color3);
    border-radius: 10px;
    top: 35%;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    z-index: 5;
    cursor: pointer;
}

@media (max-width: 460px) {
    .movie-podb_slider-left, .movie-podb_slider-right {
        display: none;
    }
}

.movie-podb_slider-left {
    left: 0;
}

.movie-podb_slider-right {
    right: 0;
}

.movie-podb_slider-left:hover, .movie-podb_slider-right:hover {
    background: var(--color2);
}

.movie-podb {
    display: inline-block;
    border-radius: 10px;
    width: 100%;
    height: 180px;
    line-height: 180px;
    text-align: center;
    overflow: hidden;
    transition: 0.3s;
    cursor: pointer;
font-size: 15px;}

@media (max-width: 460px) {
    .movie-podb {
        height: 140px;
        line-height: 140px;
    }
}

.movie-podb:hover {
    transform: scale(1.03);
}

.movie-podb:hover.movie-podb:before {
    width: 70%;
    height: 70%;
}

.movie-podb:before {
    content: "";
    position: absolute;
    background: var(--light);
    border-radius: 30px 0 0 30px;
    right: 0;
    bottom: 0;
    width: 60%;
    height: 60%;
    transition: 0.3s;
}

.movie-podb:nth-child(1n) {
    background: #7770fe;
}

.movie-podb:nth-child(2n) {
    background: #234eff;
}

.movie-podb:nth-child(3n) {
    background: #fe9c03;
}

.movie-podb:nth-child(4n) {
    background: #fe6835;
}

/* FULL MOVIE */
.full-movie {
    position: relative;
    padding: 0;
}

.full-movie_heading {
    margin-top: 20px;
    margin-bottom: 30px;
}

.full-movie_back {
    display: inline-block;
    background: var(--light);
    border-radius: 10px;
    margin-top: 10px;
    margin-right: 40px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    cursor: pointer;
}

@media (max-width: 460px) {
    .full-movie_back {
        display: none;
    }
}

.full-movie_back:hover {
    background: var(--color1);
}

.full-movie_title h1 {
    margin-bottom: 10px;
}

.full-movie_title span + span {
    margin-left: 25px;
}

.full-movie_title span {
    opacity: 0.6;
}

.full-movie_rating {
    display: inline-block;
    background: #73a32f;
    border: 3px solid var(--bg);
    border-radius: 10px;
    width: 45px;
    height: 45px;
    line-height: 40px;
    text-align: center;
    margin-left: auto;
    margin-top: 10px;
}

.full-movie_bg {
    position: relative;
    height: 720px;
    overflow: hidden;
}

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

.full-movie_iframe {
    visibility: visible;
    opacity: 1;
}

.full-movie_iframe.active {
    visibility: hidden;
    opacity: 0;
}

.video-background-controls .mute-toggle {
    position: absolute;
    background: var(--light);
    width: 45px;
    top: 20px;
    right: 20px;
}

.full-movie_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    background: linear-gradient(180deg,rgba(0,0,0,0),rgb(12 12 11 / 90%));
    z-index: 1;
}

.full-movie_trans {
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgb(0 0 0 / 10%);
    backdrop-filter: blur(10px);
    transform: skew( -7deg ) translate(-115%);
    mix-blend-mode: overlay;
    transition: 2s;
    z-index: 5;
}

.full-movie_trans.active {
    transform: skew( -7deg ) translate(230%);
}

.full-movie_prest {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    text-align: center;
    visibility: visible;
    opacity: 1;
    transition: transform .3s ease-in-out 3.2s;
    z-index: 2;
}

.full-movie_logo {
    max-width: 600px;
    max-height: 250px;
    margin-bottom: 40px;
    transition: 3s;
}

.full-movie_bg .full-movie_logo img {
    object-fit: contain;
}

.full-movie_logo.active {
    opacity: 0;
    transform: translateY(-80%) scale(10);
}

.full-movie_prest:not(.active) .full-movie_logo {
    transform: scale(0.4) translateY(160px);
}

.full-movie_prest:not(.active).full-movie_prest p {
    visibility: hidden;
    opacity: 0;
}

.full-movie_prest.active .btn {
    visibility: hidden;
    opacity: 0;
    transition: 1s;
}

.full-movie_prest:not(.active) .btn {
    transform: translateY(1px);
    padding: 15px 60px;
    
}
/* btn 1*/
.full-movie_prest.active .btnI {
    visibility: hidden;
    opacity: 0;
    transition: 1s;
}

.full-movie_prest:not(.active) .btnI {
    transform: translateY(1px);
    padding: 15px 60px;
    margin: 0px 0px 0px 0px
}

/* btn 2	 */
.full-movie_prest.active .btnS {
    visibility: hidden;
    opacity: 0;
    transition: 1s;
}

.full-movie_prest:not(.active) .btnS {
    transform: translateY(1px);
    padding: 15px 48px;
    margin: -48px 600px 0px 0px;
}

/* btn 3	 */
.full-movie_prest.active .btnM {
    visibility: hidden;
    opacity: 0;
    transition: 1s;
}

.full-movie_prest:not(.active) .btnM {
    transform: translateY(1px);
    padding: 15px 36px;
    margin: -48px 0px 0px 600px;
}

.full-movie_prest p {
    font-size: 18px;
    font-weight: 500;
    width: 600px;
    transition: 1s;
}

@media (max-width: 460px) {
    .full-movie_prest p {
        font-size: 16px;
        width: 100%;
        padding: 0 20px;
    }
}

.full-movie_prest p.active {
    transform: translateY(20%) scale(1.2);
    opacity: 0;
}

.full-movie_buttons {
    margin-left: auto;
    margin-top: 10px;
}

@media (max-width: 460px) {
    .full-movie_buttons {
        margin-left: 0;
    }
}

.full-movie_buttons a {
    position: relative;
    display: inline-block;
    background: var(--light);
    width: 45px;
    line-height: 45px;
    height: 45px;
    border-radius: 10px;
    text-align: center;
    cursor: pointer;
}

.full-movie_buttons a:first-child {
    display: inline-block;
    background: var(--light);
    padding: 0 20px;
    width: auto;
    line-height: 45px;
    height: 45px;
    border-radius: 10px;
}

.full-movie_buttons a:hover {
    background: var(--light2);
}

.full-movie_buttons a + a {
    margin-left: 20px;
}

/*.favmod-add,.favmod-unset {
    display: block
} */

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

.favmod.active .favmod-unset {
    display: contents;
    color: var(--color1);
}

.full-subbota_share.active .full-subbota_fshare {
    opacity: 1;
    visibility: visible;
    transform: translateY(0px);
}

.full-subbota_fshare {
    position: absolute;
    left: 50%;
    top: 60px;
    z-index: 5;
    background-color: var(--bg2);
    width: 222px;
    margin-left: -111px;
    transform: translateY(50px);
    visibility: hidden;
    opacity: 0;
    transition: all 0.2s;
    border-radius: 5px;
    padding: 15px;
    box-shadow: rgb(0 0 0 / 24%) 0px 10px 40px;
    justify-content: space-between;
}

.full-subbota_fshare:before {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -7px;
    top: -7px;
    width: 14px;
    height: 14px;
    background: var(--bg2);
    -webkit-transform: rotate( 135deg );
    transform: rotate( 135deg );
}

.full-subbota_fshare span {
    display: inline-block;
    background: var(--light);
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 30px;
    border-radius: 10px;
}

.full-subbota_fshare span:hover {
    background: var(--color1);
}

.full-movie_addleft {
    background: var(--light);
    max-width: 500px;
    border-radius: 20px;
    padding: 40px 20px;
    align-items: center;
    margin-right: 50px;
    margin-bottom: 50px;
    max-resolution: 10px;
    margin-top: 10px;
}

@media (max-width: 460px) {
    .full-movie_addleft {
        max-width: 100%;
        margin-right: auto;
        margin-bottom: 30px;
    }
}

@media (max-width: 1150px) {
    .full-movie_addleft {
        max-width: 100%;
        margin-right: auto;
        margin-bottom: 30px;
    }
}

.full-movie_addleft p {
    font-size: 12px;
    width: 100%;
    margin-top: 10px;
}

.full-movie_gen span:nth-child(1) {
    font-size: 35px;
    font-weight: 700;
    margin-right: 10px;
}

.full-movie_gen span:nth-child(2) {
    opacity: 0.8;
    font-weight: 300;
}

.full-movie_gen {
    margin-right: 40px;
}

.full-movie_rat span > span {
    display: inline-block;
    padding: 2px 7px;
    border-radius: 5px;
    margin-left: 10px;
}

.full-movie_addright {
    padding: 40px 20px;
}

@media (max-width: 460px) {
    .full-movie_addright {
        padding: 0;
        margin-bottom: 30px;
    }
}

.full-movie_info span {
    display: block;
    max-width: 400px;
    margin-right: 30px;
    margin-bottom: 10px;
    color: var(--text-color);
}

.full-movie_info span > span {
    opacity: 1;
    color: #fff;
    margin: 10px 0;
}

/* TRAILER MODAl */
.trailer-modal {
    display: none;
    position: fixed;
    background: var(--bg);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 998;
}

.trailer-modal_heading {
    padding: 20px;
    align-items: center;
    justify-content: space-between;
}

.trailer-modal_heading h4 {
    margin-bottom: 0;
}

.trailer-modal_close {
    display: inline-block;
    background: var(--light);
    border-radius: 10px;
    right: 0;
    top: 5px;
    font-size: 20px;
    width: 40px;
    height: 40px;
    text-align: center;
    line-height: 40px;
    cursor: pointer;
}

.trailer-modal_iframe {
    position: relative;
    padding-bottom: 85vh;
}

.trailer-modal_iframe iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

/* NAVIGATION */
.navigation {
    margin-top: 30px
}

.navigation-page {
    align-items: center;
    grid-column: 1/-1;
    margin-top: 40px
}

.navigation a,.navigation span {
    display: inline-block;
    line-height: 50px;
    min-width: 50px;
    height: 50px;
    background-color: var(--bg2);
    color: var(--text-color1);
    border-radius: 6px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
    cursor: pointer
}

.navigation a:hover {
    opacity: .8
}

.navigation span {
    background-color: var(--color1);
    color: var(--text-color);
}

.navigation-load a,.navigation-load span {
    background: var(--color1);
    padding: 0 30px
}

/* RATING COLOR */
.rating-kp {
    background-color: #3bb33b;
}

.rating-kp.low {
    background: #e13535
}

.rating-kp.middle {
    background: #ff6702
}

/* ACCORDION */
.accord {
    display: block;
    background: var(--color3);
    color: #fff;
    box-shadow: 0px 10px 20px rgb(0 0 0 / 10%);
    cursor: pointer;
    padding: 12px 30px;
    margin: 8px 0;
    border-radius: 10px;
    font-size: 16px;
}

.accord:after {
    content: '\002B';
    color: #777;
    font-weight: bold;
    float: right;
    margin-left: 5px;
}

.accord.active + .accordi {
    margin: 30px;
    opacity: 1;
}

.accord.active:after {
    content: "\2212";
}

.accordi {
    display: block;
    opacity: 0;
    margin: 0 30px;
    max-height: 0px;
    border-radius: 10px;
    overflow: hidden;
    transition: max-height 0.2s ease-out;
}

/* BADGES */
.badge {
    display: inline-block;
    background: var(--bg2);
    color: var(--text-color);
    padding: 5px 10px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    vertical-align: baseline;
    border-radius: 3px;
    transition: all .3s;
}

.badge:hover {
    opacity: .8
}

.badge-red {
    color: #ff4954
}

.badge-orange {
    color: #ff8d49
}

.badge-yellow {
    color: #fffa49
}

.badge-green {
    color: #3cd458
}

.badge-purple {
    color: #673ab7
}

.badge-blue {
    color: #496fff;
}

.badge-lightblue {
    color: #49b0ff
}

.badge.badge-dark {
    color: #fff;
    background-color: #343a40
}

.badge-white {
    background-color: #fff;
    color: #757575;
    box-shadow: 0 1px 4px rgb(0 0 0/16%);
    font-weight: 500
}

/* FOOTER */
.footer {
    background: var(--bg2);	/* edit */
    padding: 30px 0;
}

.footer_soc a {
    width: 35px;
    height: 35px;
    border-radius: 10px;
    background: var(--light);
    margin-right: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    color: #fff;
}

.footer_soc a:nth-child(1):hover {
    background: #23aaea;
}

.footer_soc a:nth-child(2):hover {
    background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
}

.footer_soc a:nth-child(3):hover {
    background: #f00;
}

.footer_soc a + a {
    margin-left: 50px;
}

.footer_menu {
    margin: 20px 0;
    padding-top: 20px;
    border-top: 3px solid var(--light);
}

.footer_menu a {
    font-weight: 600;
}

.footer_menu a:hover, .footer_menu-static a:hover {
    color: var(--color1)
}

.footer_menu a + a, .footer_menu-static a + a {
    margin-left: 20px;
}

.footer_menu-static a {
    opacity: 0.8;
}

.footer_copyright {
    margin-top: 20px;
    opacity: 0.9;
    border-top: 1px solid #353439;
    padding-top: 10px;
}

.footer_copyright p {
    font-size: 14px;
    margin-top: 10px;
}

/* SHORT STORY */
.movie-item.active .movie-item_bg {
    border: 3px solid var(--color3);
}

.movie-item.active .movie-item_bg:before {
    content: "";
    position: absolute;
    left: 50%;
    bottom: -21px;
    border: 10px solid transparent;
    border-top: 10px solid #fff;
}

.shortajax.active + .shortajax-items {
    visibility: visible;
    height: 560px;
    transition: 0.5s;
}

.shortajax-items {
    position: relative;
    background: #000;
    margin-top: 20px;
    margin-bottom: 60px;
    visibility: hidden;
    height: 0;
    transition: 0.5s;
}

.shortajax-item {
    position: relative;
    height: 100%;
    overflow: hidden;
    opacity: 1;
    animation: 0.6s slideop;
}

.shortajax-item_content {
    position: absolute;
    display: flex;
    flex-direction: column;
    justify-content: center;
    max-width: 600px;
    height: 100%;
    left: 90px;
    z-index: 2;
}

@media (max-width: 460px) {
    .shortajax-item_content {
        max-width: 100%;
        left: 20px;
    }
}

.shortajax-item_tags {
    margin-bottom: 1.2rem;
}

.shortajax-item_tags span {
    margin-right: 30px;
}

.shortajax-item_btns {
    margin-top: 40px;
}

.shortajax-item_btns a {
    display: inline-block;
    background: var(--color1);
    border-radius: 10px;
    padding: 0 30px;
    line-height: 48px;
    height: 48px;
    margin-right: 20px;
    cursor: pointer;
}

.shortajax-item_btns a:nth-child(2) {
    background: var(--light);
}

.shortajax-item_bg {
    margin-left: 20%;
    width: auto;
    height: 100%;
}

@media (max-width: 460px) {
    .shortajax-item_bg {
        margin-left: 0;
        height: 300px;
    }
}

.shortajax-item_bg:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient( 90deg , rgb(0 0 0) 0%, rgb(0 0 0 / 94%) 7.25%, rgb(0 0 0 / 86%) 12.45%, rgb(0 0 0 / 78%) 16.48%, rgb(0 0 0 / 9%) 40.26%, rgba(0, 0, 0, 0.04) 44%, rgba(0, 0, 0, 0) 52%);
    z-index: 1;
}

@media (max-width: 460px) {
    .shortajax-item_bg:before {
        background: linear-gradient( 0deg , rgb(0 0 0) 40%, rgba(0, 0, 0, 0) 100%);
    }
}

/* ANIMATION */
@keyframes slideop {
    from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

@keyframes slidein {
    from {
        opacity: 0;
        transform: translateY(5.8rem);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.full-subbota_parametr-age {
    display: inline-block;
    border: 2px solid rgb(255 255 255 / 40%);
    padding: 5px 8px;
    border-radius: 10px;
}

.slider_movie-logo {
    display: block;
    max-width: 250px;
    max-height: 250px;
    width: auto;
    height: auto;
    margin-bottom: 1.2rem;
}

@media (max-width: 425px) {
    .slider_movie-logo {
        max-width: 100px;
        max-height: 150px;
    }
}

.slider_movie-title {
    display: block;
    font-size: 45px;
    margin-bottom: 50px;
}

@media (max-width: 425px) {
    .slider_movie-title {
        font-size: 30px;
    }
}

/* BAGDEk
----------------------------------------------- */
.movie-item_bg .badgek {
    position: absolute;
    right: 0;
    z-index: 2;
    border-radius: 0 8px 0;
    font-weight: inherit;
    font-size: 14px;
    color: var(--text-color1);
    background: var(--gradient);
}

.badgek {
    display: inline-block;
    padding: 5px 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1;
    text-align: center;
    /**/ white-space: pre-wrap; 
    vertical-align: baseline;
    border-radius: 3px;
}
            
.badgek-danger {
    color: #fff;
    background-color: #ff4954;
}

.badgek-success {
    color: #fff;
    background-color: #3cd458;
}

.badgek-primary {
    color: #fff;
    background-color: #50a1ff;
}

.badgek-secondary {
    color: #757575;
    background-color: #fff;
    box-shadow: 0 1px 4px rgb(0 0 0 / 16%);
    font-weight: 600;
}

.badgek-info {
    color: #fff;
    background-color: #926dde;
    border-color: #926dde;
}

.badgek-dark {
    color: #fff;
    background-color: #343a40;
}

.badgek-solid {
    border-bottom: 4px solid #926dde;
    font-weight: 800;
    padding: 0;
    margin: 0 5px;
    text-transform: uppercase;
}

@media (min-width:360px) {
    .movie-item_bg .badgek {
        right: -1px;
    }
} 

@media (min-width:960px) {
    .movie-item_bg .badgek {
        position:absolute;
        right: 0;
        z-index: 2;
        border-radius: 0 8px 0;
        font-weight: inherit;
        font-size: 14px;
        color: var(--text-color1);
        background: var(--gradient);
    }
} 


.collection-num {
    position: absolute;
    background-color: #57b215;
    color: #fff;
    width: 33px;
    height: 23px;
    line-height: 23px;
    border-radius: 38px;
    top: 10px;
    right: 12px;
    text-align: center;
    font-size: 11px;
}