@charset "UTF-8";
/*@font-face {
    font-family: 'Montserrat';
    src: url(/css/fonts/montserrat/font.ttf);
}*/
:root {
    --swiper-theme-color: #7A41F7 !important;
    --swiper-navigation-size: 24px !important;
    --swiper-navigation-color: #7A41F7 !important;
}
*, ::after, ::before, ::backdrop, ::file-selector-button {
    box-sizing: border-box;
    margin: 0;
    padding: 0;
    border: 0 solid;
}
body{
    font-family: "Montserrat", serif;
    color: #FFFFFF;
    background: #0C0C0D;
    vertical-align: baseline;
    z-index:1;
}
.bg-color{
    height: 100%;
    background: url(/img/bg-body.png) no-repeat;
    background-position: center;
    background-size: cover;
    background-attachment: fixed;
    z-index:2;
}

a{
  color: #FFFFFF;
  text-decoration:none;
}
ul{
    list-style: none;
    margin:0;
    padding:0;
}
.container{
    margin:0 auto;
    padding: 0 5vw;
    width: 100%;
}
.header {
    width: 100%;
    margin:0;
    position: sticky;
    top: 0;
    z-index: 9999;
    background-color: #0C0C0D;
    padding: 30px 0 15px 0;
    border-bottom:1px solid #7a41f7;
}
.top-header{
    display:flex;
    justify-content:space-between;
    align-items:center;
}
.logo a{
    display:flex;
    align-items:center;
    box-shadow: 0px 0px 15px 5px #7a41f7;
    padding: 0 15px;
    border-radius: 8px;
}
.logo a span{
    font-weight:600;
}
.logo a img{
    width:62px;
    height:56px;
}

.link-top-film{
    align-items: center;
    background-image: linear-gradient(144deg,#AF40FF, #5B42F3 50%,#00DDEB);
    border: 0;
    border-radius: 8px;
    box-shadow: rgba(151, 65, 252, 0.2) 0 15px 30px -5px;
    box-sizing: border-box;
    color: #FFFFFF;
    display: flex;
    font-size: 18px;
    justify-content: center;
    line-height: 1em;
    max-width: 100%;
    min-width: 140px;
    padding: 17px 24px;
    text-decoration: none;
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    white-space: nowrap;
    cursor: pointer;
}
.link-top-film:active,
.link-top-film:hover {
    outline: 0;
}
.link-top-film:hover{
    transform: scale(1.05);
    transition: all .3s;
}
.search-form{
    position:relative;
}
.search-form input{
    width: 27vw;
    padding: 15px;
    border-radius:8px;
    background: rgba(85, 85, 85, 0.35);
    backdrop-filter: blur(5px);
    border: 1px solid #7a41f7;
    color: #FFFFFF;
    font-size: 18px;
}
.search-button{
    position:absolute;
    top: 16px;
    right: 25px;
    background-color: #222125;
    cursor:pointer;
}
.search-button i{
    color: #7a41f7;
    font-size: 20px;
}
.nav{
    margin:40px 0 20px 0;
}
.list-nav{
    display:flex;
    width:100%;
    justify-content: space-between;
}
.link-nav:hover{
    color:#7a41f7;
    transition: all 0.3s ease-in-out;
}
.active-nav{
    color: #FFFFFF;
    background: #7a41f7;
    border-radius: 8px;
    padding:6px 15px; /*10px 20px*/
    box-shadow: 0px 0px 15px 5px #7a41f7;
}
.active-nav:hover{
    color:#FFFFFF;
}
.content{
    display:flex;
}
.left-sidebar{
    position:fixed;
    top: 19vh;
    left: 0;
    background: rgba(85, 85, 85, 0.35);
    backdrop-filter: blur(21px);
    height:81vh;
    overflow-y: auto;
    overflow-x: hidden;
}
.list-jenre{
    display:flex;
    flex-direction:column;
    gap:18px;
    margin:25px 0;
}
.item-jenre {
    padding: 10px 20px;
}
.item-jenre:hover{
    background:#d6c4fd73;
    transition: all 0.3s ease-in-out;
}

.block-list-films{
    width: 100vw;
    margin-left:14vw ;/*290px*/
}
.list-films{
    display:grid;
    grid-template-columns:repeat(6,1fr);
    gap:15px;
    margin:12px 0;
    justify-content: center;
}
.item-film{
    background: rgba(85, 85, 85, 0.35);
    backdrop-filter: blur(5px);
    padding:20px;
    border-radius:20px;
}
.link-film{
    position:relative;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items: center;
}
.link-film:hover{
    transform: scale(1.05);
    transition: all .3s;
}
.link-film img{
    border-radius:20px;
    width:180px;
    height:268px;
}
.info-film{
    background: rgba(30, 31, 32, 0.5);
    backdrop-filter: blur(12.5px);
    color:#FFFFFF;
    padding:10px;
    position:absolute;
    width:100%;
    bottom:0;
    left: 0;
    border-radius:0 0 20px 20px;
    min-height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align:center;
}
.title-film{
    margin: 0;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.header-news {
    background: linear-gradient(180deg, rgb(122 65 247 / 43%) 1%, rgb(12 12 13 / 27%) 100%);
    width: 100%;
    height: 365px;
    display: flex;
    align-items: center;
}
.title-banner h1{
    text-align: center;
    font-family: "Montserrat", serif;
    font-size:14vw;
    font-style: normal;
    font-weight: 600;
    line-height: 80%;
    letter-spacing: -1px;
    color: #ffffff;
}
.list-news{
    display:grid;
    grid-template-columns:repeat(6,240px);
    grid-template-rows:0.5fr;
    gap:15px;
    justify-content: center;
}
.link-news img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-radius: 20px 20px 0 0;
}
.item-news{
    background: #8080807a;
    backdrop-filter: blur(5px);
    color:#FFFFFF;
    padding:0px;
    width:100%;
    border-radius:20px;
}
.item-news:hover{
    transform: scale(1.05);
    transition: all .3s;
}
.info-news {
    padding: 10px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 128px;
}
.title-news{
    -webkit-line-clamp: 3;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight:600;
    text-align:left;
}
.more-info{
    padding:15px 0;
    display:flex;
    width:100%;
    justify-content:flex-end;
}
.more-info span{
    border-bottom:1px solid white;
}
.block-item-news{
    display:flex;
    flex-direction:column;
    align-items: center;
    max-width: 1800px;
}
.header-item-news {
    position:relative;
    margin-top: 25px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    max-width:800px ;  /*1800px*/
}
.img-news {
    width:800px; /*1200px*/
    height:800px;/*auto*/
    background: #8080807a;
    backdrop-filter: blur(22px);
    border-radius: 20px;
}
.img-news img{
    width: 100%;
    height:100%; /*70%*/
    object-fit: contain;
    border-radius:20px;
}
.content-news{
    background: #8080807a;
    backdrop-filter: blur(22px);
    border-radius:20px;
    margin-top: 25px;
    padding: 20px 25px;
    display: flex;
    justify-content: center;
    width: 100%;
    height: auto;
    max-width:800px; /*1198px*/
}
.data-news{
    margin:15px 0;
    font-weight:600;
    font-size:18px;
}
.title-item-news{
    padding:15px;
    position:absolute;
    bottom:0;
    width: 100%;
    height:30%;
    max-width:800px; /*1200px*/
    background: #8080807a;
    backdrop-filter: blur(22px);
    border-radius:0 0 20px 20px;
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.text{
    width:100%;
    font-size: 18px;
}
.block-content{
    padding-bottom:45px;
}
.news-block{
    max-width:1990px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.block-pagination{
    margin-left: 14vw;
    margin-top:25px;
    display: flex;
    justify-content: center;
}
.list-pagination{
    display: grid;
    grid-template-columns: repeat(15, 50px);
    gap:12px;
    width: 100%;
    justify-content: center;
}
.item-pagination{
    background: #8080807a;
    backdrop-filter: blur(22px);
    border-radius:8px;
    display:flex;
    justify-content: center;
}
.link-pagination{
    padding:10px;
    font-size:18px;
}
.link-pagination:hover{
    color:#d6c4fd73;
    transition: all 0.3s ease-in-out;
}
.wrap-info-film {
    margin-top: 35px;
    display: flex;
    flex-direction: column;
    width: 100%;
    align-items: center;
    gap: 15px;
}
.info-item-film{
    background: #8080807a;
    backdrop-filter: blur(22px);
    border-radius: 8px;
    align-items: center;
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 15px;
    justify-content: center;
    width: 890px;
}
.wrap-description {
    display: flex;
    align-items: flex-start;
    gap: 35px;
    margin-top: 20px;
    width: 100%;
}
.detail-film{
    background: #8080807a;
    backdrop-filter: blur(22px);
    border-radius: 8px;
    padding: 25px;
    width: 890px;
}
.tile-item-film{
    font-size: clamp(32px, 1.823vw, 48px);
    font-weight: 600;
    line-height: 120%;
    display: flex;
    justify-content: flex-start;
    width: 100%;
}
.img-film img{
    border-radius:8px;
    box-shadow: 0px 0px 15px 8px #7a41f7;
}
.item-detail{
   display: grid;
   grid-template-columns: 1fr 1fr;
   padding: 10px 0;
}
.table-torrent{
    border-radius: 8px;
    width: 890px;
    max-height: 400px;
    overflow: auto;
    position:relative;
}
.header-table-torrent{
    display: flex;
    justify-content: space-between;
    width: 100%;
    -webkit-box-shadow: 0 7px 6px -6px #7a41f7;
    -moz-box-shadow: 0 7px 6px -6px #7a41f7;
    box-shadow: 0 7px 6px -6px #7a41f7;
    padding: 0 10px 10px 10px;
    position: sticky;
    top: 0;
    z-index: 10;
    background:#222125;
    border-radius:8px 8px 0 0;
}
.body-table {
    background: #222125;
    border-radius: 0 0 8px 8px;
    padding: 0 17px 17px 17px;
}
.item-torrent {
    display: flex;
    flex-direction: column;
}
.item-header-table,.item-body-table {
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    font-weight: 600;
    font-size: 13px;
    border-right: 1px solid #FFFFFF;
    padding: 5px 0;
    cursor: pointer;
}
.item-header-table{
    border-right:none;
}

.info-torrent {
    display: flex;
    justify-content: space-between;
    width: 100%;
    /*padding: 0 10px; */
    border-bottom: 1px solid #FFFFFF;
}
.quality-header, .files-header, .sizes-header, .magnet-header, .download-torrent-header, .quality-body,
.files-body, .sizes-body, .magnet-body, .download-torrent-body {
    width: 11%;
}
.link-quality {
    display: flex;
    flex-direction: column;
}
.quality-img img {
    width: 12px;
}
.more-detailed {
    border-bottom: 1px solid #ffffff;
    width: 79px;
    background:transparent;
    color:#ffffff;
}
.translate, .translate-block {
    width: 43%;
}
.magnet-body a img, .download-torrent-body a img {
    width: 36px;
}
.header-table .item-header-table:last-child, .info-torrent .item-body-table:last-child {
    border-right: none;
}
.img-film-page .link-img-film{
    display:flex;
    margin:10px 0;
    gap:12px;
    flex-wrap:wrap;
    justify-content:center;
}
.link-img-film img{
    width: 180px;
    height: 108px;
    border-radius: 8px;
}
.torrent-detail{
    padding:15px 0;
}
.quality-body{
    display:flex;
    flex-direction:column;
}
.sizon-block,.episode-block{
     background: #8080807a;
     backdrop-filter: blur(22px);
     width:890px;
     padding:15px 0;
     border-radius: 8px;
}
.sizon{
    display:flex;
    justify-content: center;
    align-items:center;
    border:1px solid #7a41f7;
    padding:8px 16px;
    cursor:pointer;
}
.swiper {
    width: 90% !important;
}
.episode-block{
    position:relative;
}
.swiper-button-next i,.swiper-button-prev i,.swiper-button-next-episode i,.swiper-button-prev-episode i{
    font-size:24px;
    color:#7A41F7;
    position:absolute;
    cursor:pointer;
}
.swiper-button-next i,.swiper-button-next-episode i{
    right:10px;
    left:auto;
    top:24px;
}
.swiper-button-prev i,.swiper-button-prev-episode i{
    left:10px;
    right:auto;
    top:24px;
}
.play-films-block{
    background: #8080807a;
    backdrop-filter: blur(22px);
    width:890px;
    border-radius: 8px;
    padding:15px;
}
.play-block{
    display:flex;
    flex-direction:column;
}
.title-trail{
    margin:15px 0;
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    width:100%;
    justify-content: center;
}
.trail-play{
    position:relative;
    background-color:#000000;
    width:100%;
    height:400px;
}
.trail-play div{
    position:absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    width: 100%;
    height: 100%;
    text-align: center;
    cursor: pointer;
}
.video-js .vjs-control-bar {

    bottom: -98% !important;

}
.footer{
    -webkit-box-shadow: -1px -5px 11px 0px #7a41f7;
    -moz-box-shadow: -1px -5px 11px 0px #7a41f7;
    box-shadow: -1px -5px 11px 0px #7a41f7;
    height:50px;
    background-color:#000000;
}
.content-footer {
    display: flex;
    width: 100%;
    height: 50px;
    justify-content: center;
    align-items: center;
}
.content-footer span:first-child{
    font-weight:bold;
    color:#7a41f7;
    margin-right:11px;
}
.search_block{
    position: absolute;
    top:67px;
    background-color: #fff;
    width: 100%;
    border-radius:8px;
    height: auto;
    padding:10px;

}
.item_search{
    display:flex;
    align-items:center;
}
.item_search a{
    display:flex;
    gap:15px;
    align-items:center;
    color:#000000;
}
.item_search a img{
    width:50px;
    height:62px;
}
.search_list{
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.img-film-page{
    display: flex;
    width: 100%;
    justify-content: center;
    gap: 10px;
}
.active-serial,.active-episod{
    color: #FFFFFF;
    background: #7a41f7;
   /* box-shadow: 0px 0px 15px 5px #7a41f7;*/
}
.prev-episod i {
    right: auto;
    left:10px;
    top: 22px;
}
.next-episod i{
    right: 10px;
    left: auto;
    top: 22px;
}
.choose-sizon{
    display: flex;
    width:100%;
    justify-content:center;
}
.playicon {
    background-image: url(/img/play.png);
    background-repeat: no-repeat;
    background-position: center;
    width: 128px;
    height: 128px;
    margin: 0px auto;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    cursor: pointer;
}
.swiper-button-prev-episode,
.swiper-button-next-episode{
    display:none;
}
.vjs-loading-spinner{
    width:60px !important;
    height:60px !important;
}
.swiper-button-next:after, .swiper-button-prev:after {
   display:none;
}
.text-news{
    margin-top:15px;
}
.link-no-active{
    pointer-events: none;
    cursor: default;
    background-color: #d6c4fd73;
}
