/*!
 * Start Bootstrap - Simple Sidebar (https://startbootstrap.com/template/simple-sidebar)
 * Copyright 2013-2020 Start Bootstrap
 * Licensed under MIT (https://github.com/StartBootstrap/startbootstrap-simple-sidebar/blob/master/LICENSE)
 */
@font-face {
    font-family: HeliosExtBlackC; /* Имя шрифта */
    src: url(../../fonts/HeliosExtBlackC.otf); /* Путь к файлу со шрифтом */
}
body{
    font-family: 'Montserrat', sans-serif;
    color: #ffffff;
    background: radial-gradient(56.57% 56.57% at 50% 50%, #40424D 0%, #111112 90.45%);
    background-repeat: no-repeat;
    background-color: #111112 ;
}
::-webkit-scrollbar {
    width: 3px;
}
h2,h3,h4,h5{
    font-family: HeliosExtBlackC;
    letter-spacing: 0.04em;
}
h4{
    font-size: 1.2em;
}
::-webkit-scrollbar-track-piece {
    width: 1px;
    background-color: #535C64;
}

::-webkit-scrollbar-thumb {
    width: 10px;
    background-color: #FFFFFF;
}
#lang{
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    /* identical to box height */

    text-transform: uppercase;
}
.m-logo{
    display: none;
    border-bottom: 1px solid #535C64;
}
.menu-login{
    font-family: 'Montserrat', sans-serif;
    display: none;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0;
}
.menu-login .dropdown{
    padding-left: 50px;
}

@media (max-width: 1200px) {
    .m-logo {
        display: block;
    }
    .full-header{
        display: none !important;
    }
    .menu-login {
        display: block;
    }
}
@media (max-width: 540px) {
    .social {
        justify-content: center !important;
    }
}
#lang .active span{
    border-bottom: 2px solid #ffffff;
}
.link-white{
    padding: 0.5rem 0.5rem;
}
.nav-link{
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
}
.btn-silver{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    margin-top: 10px;
    text-align: center;
    border: 0px !important;
    border-radius: 0px !important;
    width: 260px;
    padding: 14px;
    color: #FFFFFF;
    background: rgba(134, 141, 148, 0.6);
}
.btn-silver:hover{
    color: #FFFFFF;
    background: rgba(134, 141, 148, 0.9);
}
.btn-silver:active{
    border: 0;
    color: #FFFFFF;
    background: rgba(134, 141, 148, 1) !important;
}
.btn-outline:hover{
    color: #868D94;
    border: 1px solid #868D94;
}
.btn-outline:active{
    color: #535C64;
    border: 1px solid #535C64;
}
.btn-outline{
    position: relative;
    cursor: pointer;
    width: 230px;
    height: 42px;
    background: #18181B;
    border: 1px solid #C9D2DC;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 40px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* identical to box height */

    text-align: center;
    color: #C9D2DC;
}
.btn-outline svg path{
    fill: #C9D2DC;
}
.btn-outline:active svg path{
    fill: #535C64;
}
.btn-outline:hover svg path{
    fill: #868D94;
}
@media (max-width: 1280px){
    .carousel  .mt-auto{
        width: 100%;
    }
    .carousel  .btn-outline{
        width: 100%;
    }
}
.btn-login{
    position: relative;
    cursor: pointer;
    width: 250px;
    height: 55px;
    background: #18181B;
    border: 1px solid #535C64;
    box-sizing: border-box;
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 48px;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    /* identical to box height */

    text-align: center;
    color: #FFFFFF;
}
.btn-logo-social {
    width: 50px;
    text-align: center;
}
.btn-profile div{
    max-width: 140px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.btn-profile:hover{
    cursor: pointer;
    text-decoration: underline;
}
#wrapper {
    overflow-x: hidden;
}
.separate > li:not(:last-child) {
    border-right: 1px solid #535C64;
}
#sidebar-wrapper {
    width: 260px;
    min-height: 100vh;
    margin-left: -15rem;
    -webkit-transition: margin .25s ease-out;
    -moz-transition: margin .25s ease-out;
    -o-transition: margin .25s ease-out;
    transition: margin .25s ease-out;
}

#sidebar-wrapper .sidebar-heading {
    background: url("../../img/Magika_7_nov.png") 50% 20% no-repeat;
    background-size: contain;
    margin-top: 35px;
    min-height: 80px;
    font-size: 1.2rem;
    position: relative;
}
#sidebar-wrapper .list-group {
    position: fixed;
    height: 100vh;
    width: 220px;
    border-right: 1px solid #535C64;
}
.sidebar-menu
{
    overflow-y: auto;
}
.sidebar-menu ul{
    margin: 0;
    padding: 15px;
}
.sidebar-menu p{
    display: none;
}
.sidebar-menu .active p{
    display: block;
}

.sidebar-menu .active {
    color: #ffffff;
}
.sidebar{
    position: fixed;
}
.menu-open{
    cursor: pointer;
    margin: 0 50px;
}
.menu-open:hover rect{
    fill: #202126;
    stroke: #ffffff;
    stroke-width: 1px;
}
.menu-close{
    cursor: pointer;
}
.menu-close:hover rect{
    fill: #202126;
    stroke: #ffffff;
    stroke-width: 2px;
}
.svg-box{
    margin: 0 10px;
    width: 48px;
    height: 48px;
    border: 1px solid #535C64;
    box-sizing: border-box;
    background: #1A1B1F;
}
.svg-link{
    cursor: pointer;
    transition: opacity 0.15s ease-in-out;
    opacity: 0.65;
}
.thumbnail .card-film{
    width: 640px;
    height: 360px;
}
.trailer iframe{
    width: 640px;
    height: 360px;
}
.trailer img{
    width: 640px;
}
@media (max-width: 1280px){
    .carousel{
        width: 640px;
    }
    .carousel-item > div{
        flex-direction: column;
    }
    .block-info{
        width: 640px !important;
        max-height: unset !important;
    }
}
@media (max-width: 768px) {
    .carousel{
        width: 426px;
    }
    .trailer iframe{
        width: 426px;
        height: 240px;
    }
    .thumbnail .card-film{
        width: 426px;
        height: 240px;
    }
    .block-info{
        width: 426px !important;
        max-height: unset !important;
    }
}
@media (max-width: 576px) {
    .menu-open{
        margin: 0 10px;
    }
    .container-fluid{
        padding: 0;
    }
    .carousel{
        width: 100vw;
    }
    .trailer iframe{
        width: 100vw;
        height: calc(100vw / 16 * 9);
    }
    .thumbnail .card-film{
        width: 100vw;
        height: calc(100vw / 16 * 9);
    }
    .container{
        padding: 0;
    }
    .block-info{
        width: 100vw !important;
        max-height: unset !important;
    }
}
@media (max-width: 385px) {

}
.block-info{
    overflow-y: auto;
    max-height: 360px;
    padding: 30px;
    background: #19191D;
    opacity: 0.9;
}
.block-info h1{
    font-size: 1.5em;
    font-family: HeliosExtBlackC;
    line-height: 1.5em;
    -webkit-text-stroke: 0px #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
}

.cat-info{
    margin-bottom: 10px;
    font-weight: 500;
}
.film-info{
    color: #868D94;
    font-size: 14px;
    letter-spacing: 0.04em;
}
.attribute div{
    margin: 3px 0;
}
.attribute a{
    display: block !important;
}
.film-info .attribute span{
    margin-right: 10px;
    font-weight: 500;
    text-decoration-line: underline;
}
.description{
    margin-top: 15px;
}
.svg-link:hover{
    opacity: 1;
}
.slide-count{
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 22px;
    text-transform: uppercase;
    color: #535C64;
}
.slide-count span{
    color: #FFFFFF;
}
.menu ul{
    list-style: none;
    font-family: HeliosExtBlackC;
    font-size: 36px;
    line-height: 43px;
    /* identical to box height */
    letter-spacing: 0.05em;
    color: #FFFFFF;

}
.menu-login ul{
    font-family: 'Montserrat', sans-serif;
    display: none;
    font-size: 1rem;
    line-height: 1rem;
    letter-spacing: 0;
}

.menu-btn  a:hover{
    color: #202126;
    text-decoration: none;
    -webkit-text-stroke: 1px #ffffff;
    -webkit-text-fill-color: transparent;
}
.shadow{
    top: 0;
    bottom: 0;
    left: 0;
    position: fixed;
    background: #000;
    opacity: 0.5;
    width: 0%;
    height: 100%;
    z-index: 2;
    border-left: 1px solid #535C64;
}
.main-menu{
    overflow-y: auto;
    padding-bottom: 30px;
    width: auto;
    top: 0;
    position: fixed;
    background: #202126;
    right: -100%;
    height: 100%;
    z-index: 10;
    border-left: 1px solid #535C64;
    transition: 0.15s ease-in-out;
}
.shadow.active{
    width: 100%;
}
.main-menu.active{
    right: 0;
}
.menu svg{
    margin: 10px;
    margin-top: 0;
}
.menu path{
    fill: #ffffff;
}
.menu a:hover path {
    fill: #202126;
    stroke: #ffffff;
    stroke-width: 3px;
}
.text-bg{
    word-break: break-all;
    max-width: 100vw;
    opacity: 0.5;
    filter: blur(1px);
    height: 452px;
    overflow: hidden;
    position: absolute;
    top: calc(50% - 281px);
    z-index: -1;
    font-family: HeliosExtBlackC;
    font-style: normal;
    font-weight: 900;
    font-size: 380px;
    line-height: 452px;
    text-transform: uppercase;
    -webkit-text-stroke: 2px #535C64;
    -webkit-text-fill-color: transparent;
    animation-duration: 60s;
    animation-iteration-count: infinite;
    animation-name: bounce-2;
    animation-timing-function: ease;
}
@keyframes bounce-2 {
    0%   { transform: translateY(0); }
    50%  { transform: translateY(50px); }
    100% { transform: translateY(0); }
}
.sidebar-menu li{
    cursor: pointer;
    margin: 50px 0;
    color: #535C64;
    font-weight: bold;
    font-size: 12px;
    line-height: 18px;
    /* or 150% */
    text-align: center;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    list-style: none;
    text-align: center;
}
.sidebar-menu li a{
    padding: 0;
    text-decoration: none;
    color: #535C64;
}
.sidebar-menu li:hover{
    color: #ffffff;
}
.sidebar-menu li a:hover{
    color: #ffffff;
}
.sidebar-menu span{
    font-size: 16px;
    line-height: 22px;
}
#page-content-wrapper {
    min-width: 100vw;
}

#wrapper.toggled #sidebar-wrapper {
    margin-left: 0;
}

@media (min-width: 1200px) {

    #sidebar-wrapper {
        margin-left: 0;
    }

    #page-content-wrapper {
        min-width: 0;
        width: 100%;
    }

    #wrapper.toggled #sidebar-wrapper {
        margin-left: -220px;
    }

}

/*FILMS*/
h1{
    line-height: 100px;
    font-family: HeliosExtBlackC;
    -webkit-text-stroke: 1px #FFFFFF;
    -webkit-text-fill-color: transparent;
    padding: 0 25px;
}

.card-film{
    cursor: pointer;
    width: 100%;
    padding-top: 56.25%;
    position: relative;
}
.card-img-film{
    overflow: hidden;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
}
.card-img-film img{
    height: 100%;
}
.card-body-film{
    transition: all 0.15s ease-in-out;
    overflow-y: auto;
    padding: 25px 25px 10px 25px;
    background: rgba(25,25,29,0.9);
    bottom: 0;
    position: absolute;
    z-index: 1;
    width: 100%;
    font-size: 14px;
    letter-spacing: 0.02em;
    line-height: 28px;
}
.card-body-film h4{
    font-family: HeliosExtBlackC;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.card-body-film p{
    display: none;
}
.card-film:hover .card-body-film{
    top: 0;
}
.card-film:hover .card-body-film p{
    display: block;
}

/*FILM*/
.promo{
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.7);
    z-index: 1;
}
.nav-tabs-film{
    border-bottom: 1px solid #535C64;
}
.nav-tabs-film .nav-item{
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #535C64;
}
.nav-tabs-film .nav-item .nav-link{
    padding: 0.5em 3em;
}
.nav-tabs-film .nav-item .active {
    border-bottom: 3px solid #FFFFFF;
    color: #FFFFFF;
}
.cont{
    padding: 40px 40px 20px 40px;
    background: #111112;
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
    height: 500px;
    overflow-y: auto;
}
.cont a{
    text-decoration: underline;
}
.award-box-outside{
    margin: 20px;
    float: left;
    display: table;
    width: 300px;
    height: 200px;
    background: #18181B;
    border: 2px solid #535C64;
    box-sizing: border-box;
    padding: 20px;
}
.award-box-inside{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 20px;
    background: #18181B;
    border: 1px solid #535C64;
    box-sizing: border-box;
}
.block-info h4{
    font-size: 1.25em;
    font-family: HeliosExtBlackC;
}
.block-info a{
    display: none;
}
.block-info .active{
    display: block;
}
.streams-block a:hover{
    text-decoration: none !important;
}
.streams-block a:hover > div{
    border: 1px solid #535C64;
}
/*CLUB*/
.attribute ul{
    padding: 0;
    max-height: 100px;
    overflow-y: auto;
    list-style: none;
}
.attribute a span{
    color: #FFFFFF;
    text-decoration-line: none !important;
}
.attribute a{
    cursor: pointer;
    font-size: 14px;
    color: #868D94;
}
.attribute ul li{
    margin-bottom: 5px;
}
.attribute a:hover {
    color: #FFFFFF;
}
/*forms*/
.form-header{

    background-color: rgba(25,25,29,0.9);
}
.form-body{
    background-color: rgba(25,25,29,0.9);
    padding: 40px;
    padding-top: 0;
}
.nav-tabs-form {
    text-align: center;
    -webkit-text-stroke: 1px #FFFFFF;
    -webkit-text-fill-color: transparent;
}
.nav-tabs-form .nav-link{
    padding-top: 30px;
}
.nav-tabs-form .active{
    border-top: 2px solid #FFFFFF;
    -webkit-text-stroke: 0px #FFFFFF;
    -webkit-text-fill-color: #FFFFFF;
}
.form-body input{
    margin-bottom: 15px;
}
.form-body span{
    display: block;
    color: #535C64;
    margin-bottom: 10px;
}
.require:before{
    content: '*';
    color: #EB5757;
    margin-right: 5px;
}
/*PROFILE*/
.user-info{
    padding: 0;
}
.user-info li{
    list-style: none;
    margin: 15px 0;
}
.user-info span{
    display: unset;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    letter-spacing: 0.04em;
    text-decoration-line: underline;
    color: #868D94;
    margin-right: 15px;
}
.img-profile {
    position: relative;
    overflow:hidden;
    width: 180px;
    height: 180px;
    margin: 10px auto;
}
.img-profile img{
    position: absolute;
    top:50%;
    left:50%;
    transform:translate(-50%,-50%);
    width:180px;
    height:180px;
    object-fit:cover;
}
.profile{
    overflow: hidden;
}
.profile .block-info{
    max-height: unset !important;
}
.profile .form-body{
    background-color: rgba(25,25,29,0.6);
}
.profile-info{
    text-align: center;
}
.profile-info a{
    display: block;
}
.profile h6{
    padding-bottom: 20px;
}
.profile-info .svg-link{
    padding: 3px 20px;
    opacity: 1;
}
.profile-info .svg-link:hover{
    opacity: 0.65;
}
.profile-info .separate > li:not(:last-child) {
    border-right: 1px solid #FFFFFF;
}
.profile .tab-pane{
    display: none;
}
.profile .tab-pane.active{
    display: flex;
}
.name{
    margin-top: 6px;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    text-align: center;

    color: #FFFFFF;
}
.userID{
    margin-top: 9px;
    margin-bottom: 5px;
    font-weight: 500;
    font-size: 14px;
    line-height: 17px;
    text-align: center;
    letter-spacing: 0.04em;
    color: #535C64;
}
.subscribe-text{
    margin-top: 35px;
    margin-bottom: 7px;
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 17px;
    color: #535C64;
}
.form-line{
    position: absolute;
    height: 80%;
    right: 0;
    top: 10%;
    border-right: 1px solid rgba(83,92,100,0.6);
}
@media (max-width: 992px){
    .form-line{
        display: none;
    }
    .separate > li:not(:last-child) {
        border-right: 0px solid #535C64;
    }
}
/*FAQ*/
.accordion{
    z-index: 0;
    width: 100%;
}
.accordion-item{
    background-color: rgba(25,25,29,0.9);
    margin-bottom: 20px;
}
.accordion-collapse{
    border-left: 3px solid #535C64;
}
.accordion-collapse.collapsing{
    border-left: 3px solid #FFFFFF ;
}
.accordion-collapse.show{
    border-left: 3px solid #FFFFFF ;
}
.accordion-item h2{
    margin: 0;
    font-family: Montserrat SemiBold;
    font-style: normal;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
    color: #FFFFFF;
}
.accordion-button{
    background-color: rgba(25,25,29,0.0);
    border: none;
    border-left: 3px solid #FFFFFF;
    width: 100%;
    text-align: left;
    padding: 25px 40px;
    text-transform: uppercase;
    color: #FFFFFF;
}
.accordion-body{
    padding: 25px 40px;
    padding-top: 0;
}

.collapsed{
    border-left: 3px solid #535C64;
}
button:active, button:focus {
    outline: none;
}
button::-moz-focus-inner {
    border: 0;
}

.page{
    padding: 40px 40px 20px 40px;
    background-color: rgba(25,25,29,0.9);
    box-shadow: 0px 4px 100px rgba(0, 0, 0, 0.25);
    height: 100%;
}

.cookies-cont{
    display: none;
    left: 20%;
    right: 20%;
    text-align: center;
    border: 1px solid #535C64;
    background: rgb(25 25 29 / 90%);;
    position: fixed;
    bottom: 10px;
    z-index: 1;
    padding: 20px;
}
@media (max-width: 768px){
    .cookies-cont{
        left: 0;
        right: 0;
        bottom: 0px;
    }
}
