html,
body {
    font-family: Rubik, sans-serif, Arial;
    font-weight: 300;
    background: url(images/pageBack.jpg);
    color: #161616;
    background-size: cover;
    background-position: top center;
}

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;
}

header {
    background: none;
}

.policyNotif {
    background: #fff;
}

.policyNotif p,
.policyNotif a {
    color: #000;
}

.bannerMain .button {
    font-size: 20px;
    padding: 22px 55px;
}

.shareWrap {
    background: #fff;
    border-radius: 10px;
}

.button:not(.buttonBordered) {
    background: #CF3535;
    border-radius: 15px;
}

.button:before,
.buttonPlay:after {
    display: none;
}

.buttonBordered {
    background: #aaa;
    box-shadow: none;
    border-radius: 15px;
}

.storyImages {
    width: calc(100% - 720px);
    display: block;
    position: relative;
}

.storyImages img {
    position: absolute;
    top: 0;
    width: 390px;
    height: 390px;
    right: 0;
    display: block;
    z-index: 2;
    border-radius: 30px;
    -moz-box-shadow: 0px 38px 69.9px 9px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 38px 69.9px 9px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 38px 69.9px 9px rgba(0, 0, 0, 0.25);
}

.storyImages img + img {
    width: 285px;
    height: 285px;
    z-index: 2;
    right: auto;
    top: auto;
    left: 0;
    bottom: 0;
}

.storyWrap:before,
.storyWrap:after,
.bannerMain:before,
.seasonsList:before,
.episodesWrap:before,
.episodesWrap:after,
footer:before, .buttonArrow:after,
.storyWrap.storySecond:before,
.actorsWrap:before,
.actorsWrap:after,
.newsWrap:before {
    display: none;
}

.sdItem {
    background: rgb(217 217 217 / 60%);
    color: #000;
}

.sdItem.sdAge {
    background: #E50000;
}

.seasonItem,
.actorsWrap {
    background: none;
}

.blockTitle {
    font-family: Roboto;
    font-weight: 100;
}

.actorItem img {
    border-radius: 15px;
}

.episodeItem {
    width: 32%;
    padding: 0;
    background: none;
}

.storyWrap {
    display: flex;
    /* align-items: center; */
    justify-content: space-between;
    position: relative;
}

.seasonPreview img {
    border-radius: 15px;
}

.episodeTitle {
    text-transform: none;
    font-size: 14px;
    border-radius: 50px;
}

.episodeItem:first-child .episodeTitle {
    background: #CF3535;
}

.episodeItem .button {
    text-transform: uppercase;
}

.episodeItem:first-child .button {
    box-shadow: inset 0 0 0 1px #CF3535;
    background: #CF3535;
}

.episodeItem img {
    border-radius: 15px;
}

.postItem .button {
    margin: 25px auto 0;
    text-transform: uppercase;
}

footer .container + .container a {
    color: #595757;
}

.postItem img {
    box-shadow: 0px 38px 69.9px 9px rgba(0, 0, 0, 0.25);
    border-radius: 20px;
    margin-bottom: 15px;
}

header li a,
footer li a {
    color: #000;
}

.menuToggle {
    background-color: #CF3535;
}

.menuMobileWrap {
    background: #fff;
}

.menuMobileWrap ul a {
    color: #000;
}

.errorPage .btn {
    color: #6f0000;
}

@media screen and (max-width: 1100px) {
    .storyWrap {
        padding: 50px 0 0 !important;
    }
    .storyWrap {
        flex-direction: column;
        gap: 45px 0;
    }
    .storyImages {
        width: 100%;
        height: 400px;
    }
}

@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) {
    .episodesList {
        padding: 15px;
        border-radius: 20px;
    }
    .episodesList .slick-dots {
        margin: 0 50px 10px;
    }
    .episodesList .slick-arrow {
        bottom: 15px;
    }
}

@media screen and (max-width: 580px) {
    .storyImages img {
        width: 260px;
        height: 260px;
        border-radius: 15px;
    }
    .storyImages img + img {
        width: 150px;
        height: 150px;
    }
    .storyImages {
        height: 300px;
    }
}







