@font-face {
    font-family: Rubik;
    src: url('fonts/Rubik-Light.ttf') format('truetype');
    font-display: swap;
    font-weight: 100;
}
@font-face {
    font-family: Rubik;
    src: url('fonts/Rubik-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 200;
}
@font-face {
    font-family: Rubik;
    src: url('fonts/Rubik-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 300;
}
@font-face {
    font-family: Rubik;
    src: url('fonts/Rubik-SemiBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: Rubik;
    src: url('fonts/Rubik-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
}
@font-face {
    font-family: Rubik;
    src: url('fonts/Rubik-ExtraBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 900;
}

html,
body {
    font-family: Rubik, sans-serif, Arial;
    font-weight: 300;
    background: #DEDEDE;
    color: #161616;
}

html::-webkit-scrollbar,
body::-webkit-scrollbar {
    width: 0;
    height: 0;
}

::-webkit-scrollbar-track {
	background-color: #242424;
    border-radius: 5px;
}

::-webkit-scrollbar {
	width: 5px;
    height: 5px;
	background-color: #242424;
    pointer-events: none;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #910000;
    border-radius: 5px;
}

* {
    outline: none;
    box-shadow: none;
    font-family: Rubik, sans-serif, Arial;
    font-weight: 300;
}

.bannerMain:before,
.storyWrap:before,
.storyWrap:after,
.seasonsWrap:after,
.seasonsList:before,
.actorsWrap:before,
.actorsWrap:after,
.episodesWrap:before,
.episodesWrap:after,
.newsWrap:before,
footer:before,
.storyWrap.storySecond:before {
    display: none;
}

.bannerMain h1 {
    font-family: Rubik;
    font-weight: 900;
}

.blockTitle {
    font-family: Rubik;
    font-weight: 700;
    color: #ADADAD;
    margin-bottom: 40px;
}

header {
    background: rgb(255 255 255 / 60%);
    -moz-box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    -webkit-box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    box-shadow: 0 0 20px rgb(0 0 0 / 50%);
    padding: 20px 30px;
    width: 1155px;
    top: 20px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 40px;
}

header .container {
    max-width: 100%;
    padding: 0;
}

header ul,
footer ul {
    gap: 0 60px;
}

header li a,
footer li a {
    color: #000;
    text-transform: none;
    font-family: Rubik;
    font-size: 16px;
}

.shareWrap {
    border: none!important;
    background: #BFBFBF!important;
    border-radius: 10px;
}

.button {
    background: #910000;
    border-radius: 50px;
}

.buttonBordered {
    background: none;
    box-shadow: inset 0 0 0 1px #910000;
    color: #910000;
}

.button:before {
    background: -moz-linear-gradient(180deg, #910000 0%, #2B0000 100%);
    background: -webkit-linear-gradient(180deg, #910000 0%, #2B0000 100%);
    background: linear-gradient(180deg, #910000 0%, #2B0000 100%);
}

.bannerMain .buttonPlay {
    box-shadow: none!important;
}

.storyWrap {
    background: #fff;
    padding: 70px 40px;
    border-radius: 30px;
    margin-top: 140px;
    position: relative;
    overflow: hidden;
    -moz-box-shadow: 0px 34px 53.1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 34px 53.1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 34px 53.1px rgba(0, 0, 0, 0.25);
}

.storyBack {
    position: absolute;
    top: 0;
    right: 0;
    width: 60%;
    height: 100%;
    background-position: center !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
}

.storyWrap:before,
.storyWrap.storySecond:before {
    display: block;
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    transform: none;
    bottom: auto;
    right: auto;
    background: -moz-linear-gradient(90deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 110%);
    background: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 110%);
    background: linear-gradient(90deg, rgba(255, 255, 255, 1) 45%, rgba(255, 255, 255, 0) 110%);
    margin: 0;
}

.storyContent p {
    font-size: 18px;
}

.showData {
    margin: 70px 0 0;
}

.sdItem {
    color: #161616;
    border-radius: 50px;
}

.sdItem:before {
    filter: grayscale(1);
    opacity: .35;
}

.sdItem.sdAge {
    background: #910000;
}

.seasonsWrap {
    background: #fff;
    -moz-box-shadow: 0px 34px 53.1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 34px 53.1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 34px 53.1px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 30px 30px 0;
    margin-top: 170px;
}

.seasonItem {
    background: none;
}

.buttonArrow:after {
    background: url(images/arrowRed.svg);
    filter: brightness(0.6);
}

.seasonItem h3 {
    text-transform: none;
}

.actorItem img {
    height: auto;
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: top center;
    border-radius: 50%;
}

.actorsWrap {
    background: none;
}

.actorsWrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
    background: #FFFFFF;
    filter: blur(77.2px);
    display: block;
}

.actorsWrap > * {
    position: relative;
    z-index: 2;
}

.actorsList {
    margin: 25px 0;
}

.episodesList {
    margin: 0;
    background: #fff;
    -moz-box-shadow: 0px 34px 53.1px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 34px 53.1px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 34px 53.1px rgba(0, 0, 0, 0.25);
    border-radius: 30px;
    padding: 35px 35px 10px;
}

.episodeItem {
    width: 32%;
    padding: 0;
    background: none;
}

.episodeItem img {
    border-radius: 15px;
}

.episodeTitle {
    text-transform: none;
    border-radius: 50px;
    font-size: 14px;
}

.episodeItem:first-child .button {
    box-shadow: inset 0 0 0 1px #910000!important;
    filter: grayscale(0);
    opacity: 1;
}

.episodeItem .buttonPlay:after {
    background: url(images/playR.svg);
}

.buttonBordered:hover {
    box-shadow: inset 0 0 0 1px #910000;
    color: #910000;
}

.episodeItem .button {
    width: fit-content;
    padding-left: 25px;
    padding-right: 25px;
    margin: 10px auto;
    filter: grayscale(1);
    opacity: .5;
}

.episodeItem .button:hover {
    filter: grayscale(0);
    opacity: 1;
}

.newsWrap:before {
    content: '';
    display: block;
    margin: 0;
    background: #FFFFFF;
    filter: blur(77.2px);
    width: 100%;
    height: 100%;
}

.bannerMain + .container {
    position: relative;
}

.bannerMain + .container:after {
    content: '';
    display: block;
    background: url(images/lkh.png);
    height: 630px;
    width: 135%;
    left: 50%;
    right: auto;
    top: 0;
    bottom: auto;
    transform: translateX(-50%);
    margin: -85px 0 0;
    position: absolute;
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.bannerMain + .container > * {
    position: relative;
    z-index: 2;
}

footer {
    background: url(images/lkh.png);
    background-size: contain;
    background-position: center;
}

.policyNotif {
    background: #fff;
}

.policyNotif p,
.policyNotif a {
    color: #000;
}

.bannerMain p {
    text-transform: uppercase;
}

.button text {
    font-weight: 300;
}

.menuToggle {
    background-color: rgb(127 0 0 / 50%);
}

.menuMobileWrap {
    background: #fff;
}

.menuMobileWrap ul a {
    color: #000;
    font-family: Rubik;
}

.errorPage .btn {
    color: #6f0000;
}

footer .container + .container a {
    color: #535353;
}

@media screen and (max-width: 1100px) {
    header {
        width: calc(100% - 90px);
    }
    .storyWrap:before,
    .storyWrap.storySecond:before {
        background-size: 100% !important;
    }
    .sdItem {
        background: rgb(255 255 255 / 85%);
    }
}

@media screen and (max-width: 780px) {
    .episodesList .slick-arrow {
        bottom: 5px;
        left: 10px;
    }
    .episodesList .slick-next {
        left: auto;
        right: 10px;
    }
    .episodesList .slick-dots button {
        color: #000;
        font-size: 14px;
        width: 22px;
        height: 22px;
    }
    .episodesList .slick-dots .slick-active button {
        color: #fff;
        font-size: 14px;
    }
    .episodesList .slick-dots {
        margin: 0 30px;
    }
    .actorsWrap {
        margin-top: 60px;
    }
}

@media screen and (max-width: 680px) {
    .storyWrap {
        padding: 20px;
        border-radius: 20px;
    }
    .storyContent p {
        font-size: 14px;
    }
    .seasonsWrap {
        padding: 15px;
        border-radius: 20px;
        margin-top: 80px;
    }
    .episodesList {
        padding: 15px;
        border-radius: 20px;
    }
    .episodesList .slick-dots {
        margin: 0 50px 10px;
    }
    .episodesList .slick-arrow {
        bottom: 15px;
    }
}

















