@font-face {
    font-family: Alumni;
    src: url('fonts/AlumniSans-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 300;
}
@font-face {
    font-family: Alumni;
    src: url('fonts/AlumniSans-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: Alumni;
    src: url('fonts/AlumniSans-SemiBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
}

html,
body {
    background: #890000;
}

::-webkit-scrollbar-track {
	background-color: #e4e4e4;
    border-radius: 5px;
}

::-webkit-scrollbar {
	width: 6px;
    height: 6px;
	background-color: #e4e4e4;
    pointer-events: none;
    border-radius: 5px;
}

::-webkit-scrollbar-thumb {
	background-color: #949494;
    border-radius: 5px;
}

html,
body,
*,
header li a,
footer li a,
.bannerMain h1,
.bannerMain p,
.blockTitle,
.menuMobileWrap ul a {
    font-family: Alumni, sans-serif, Arial;
}

header {
    background: #FF0004;
    -moz-box-shadow: 0px 4px 48.4px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0px 4px 48.4px rgba(0, 0, 0, 0.4);
    box-shadow: 0px 4px 48.4px rgba(0, 0, 0, 0.4);
}

.storyWB,
.newsWrap {
    background: #D9D9D9;
}

#swbl, #swbr,
.blockTitle:before,
.blockTitle:after {
    display: none;
}

header li a,
footer li a {
    font-size: 27px;
    text-transform: uppercase;
}

.shareWrap {
    background: url(images/shareR.svg);
}

.button {
    box-shadow: none;
    font-weight: 700;
    text-transform: uppercase;
    background: #FF1700;
    color: #fff;
    padding: 12px 18px 13px;
    border-radius: 15px;
}

.buttonRed {
    background: none;
    box-shadow: inset 0 0 0 1px #fff;
}

.bannerMain h1 {
    color: #fff;
    font-weight: 700;
    font-size: 54px;
}

.bannerMain p {
    font-size: 28px;
    color: #fff;
}

.bannerMain:before {
    display: none;
}

.policyNotif a {
    color: #FF1700;
}

.storyWB,
.newsWrap {
    background: url(images/aboutBack.jpg);
    background-color: #D9D9D9;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.storyWB:before,
.seasonsBlock:before,
.reviewsWrap:before,
.newsWrap:before {
    background: url(images/ptoGR.svg);
    height: 180px;
    background-size: cover!important;
    top: -175px;
}

.seasonsBlock:before,
.reviewsWrap:before {
    background: url(images/ptoGR0.svg);
}

.blockTitle {
    justify-content: center;
}

.storyContent p {
    font-size: 30px;
    line-height: 120%;
}

.slick-arrow {
    background: url(images/arrowGray.svg);
}

.sdItem {
    background: #fff;
    font-family: Roboto, Arial;
    font-weight: 700;
}

.sdItem text {
    font-family: Roboto, Arial;
    font-weight: 300;
}

.seasonsBlock {
    background: url(images/seasonsBack.jpg);
    background-color: #818181;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    padding-bottom: 200px;
}

.seasonsWrap {
    padding: 65px 0 0;
}

#seasons .blockTitle {
    color: #fff;
}

.seasonItem h3 {
    border-radius: 5px;
    background: rgb(255 255 255 / 80%);
}

.seasonItem {
    background: none;
    -moz-box-shadow: 0px 24px 31.6px -16px rgba(0, 0, 0, 0.78), inset 0 0 0 1px #fff;
    -webkit-box-shadow: 0px 24px 31.6px -16px rgba(0, 0, 0, 0.78), inset 0 0 0 1px #fff;
    box-shadow: 0px 24px 31.6px -16px rgba(0, 0, 0, 0.78), inset 0 0 0 1px #fff;
}

.actorsWrap {
    background: url(images/actorsBack.jpg);
    background-color: #B50000;
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    margin: 0;
}

.actorsWrap:before {
    content: '';
    position: absolute;
    left: 0;
    background: url(images/ptoR.svg);
    height: 180px;
    background-size: cover!important;
    top: -180px;
    width: 100%;
}

.actorsWrap .container {
    padding-top: 100px;
}

.actorsWrap .blockTitle,
.episodesWrap .blockTitle {
    color: #fff;
}

.actorItem:before {
    display: none;
}

.actorItem img {
    box-shadow: none;
}

.actorItem h4 {
    font-size: 24px;
}

.actorItem span {
    line-height: 120%;
    color: #fff;
    font-size: 20px;
}

.episodesBlock:before {
    background: url(images/ptoR0.svg);
    background-size: cover!important;
    height: 180px;
    top: -175px;
}

.noPhoto {
    background: -moz-radial-gradient(95% 222.06% at 56.04% 45.5%, #FF0000 0%, #9D0000 50%, #640000 100%);
    background: -webkit-radial-gradient(95% 222.06% at 56.04% 45.5%, #FF0000 0%, #9D0000 50%, #640000 100%);
    background: radial-gradient(95% 222.06% at 56.04% 45.5%, #FF0000 0%, #9D0000 50%, #640000 100%);
}

.episodeTitle {
    background: rgb(255 0 0 / 70%);
    font-size: 16px;
    border-radius: 5px;
    font-weight: 500;
}

.episodeItem .button {
    background: none;
    border-radius: 10px;
    box-shadow: inset 0 0 0 2px #fff;
    color: #fff !important;
    font-weight: 100;
    font-size: 22px;
}

.episodeItem .button:after {
    filter: grayscale(1) brightness(2);
}

.newsWrap .blockTitle {
    color: #640000;
}

.postItem {
    background: #fff;
}

.postItem h3 {
    color: #C00000;
    font-weight: 600;
}

.postItem span {
    color: #C00000;
}

.postItem .button {
    background: #8F8F8F;
}

.reviewsWrap {
    margin: 0;
    background: url(images/seasonsBack.jpg);
    background-color: #818181;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 3;
}

.reviewsWrap:after {
    display: none;
}

.reviewsWrap .blockTitle,
.similarWrap .blockTitle {
    color: #fff;
}

.reviewItem h4 {
    color: #D51300;
}

.reviewBottom {
    color: #414141;
}

.similarWrap {
    z-index: 3;
    padding-bottom: 500px;
}

.similarWrap:before {
    background: url(images/ptoR1.svg);
    background-size: cover;
    height: 180px;
    top: -175px;
    pointer-events: none;
}

.similarSlider .slick-slide h4 {
    margin-bottom: 2px;
}

footer:before {
    background: url(images/footer3.png);
    /* background-position: bottom center !important; */
    height: 1130px;
}

footer > img {
    display: none;
}

.actorsWrap.sawb {
    margin-top: 200px;
    padding-bottom: 300px;
}

footer .button {
    padding-bottom: 16px;
}

.episodesBlock.twb .trailerWrap .blockTitle {
    color: #fff;
}

.pageWrap {
    background: #ededed;
}

.actorsWrap.sawb.actorsSecondary.inCast {
    margin-top: 0;
    padding-bottom: 400px;
}

.newsWrap.stw {
    padding-bottom: 500px;
}

.errorPageWrap {
    padding-bottom: 400px;
}

.errCode {
    background: -moz-linear-gradient(180deg, rgba(233, 121, 121, 0.65) 0%, rgba(7, 55, 135, 0) 100%);
    background: -webkit-linear-gradient(180deg, rgba(233, 121, 121, 0.65) 0%, rgba(7, 55, 135, 0) 100%);
    background: linear-gradient(180deg, rgba(233, 121, 121, 0.65) 0%, rgba(7, 55, 135, 0) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    text-fill-color: transparent;
}

@media screen and (max-width: 2000px) {
    .storyWrap {
        padding: 60px 0 280px;
    }
    footer:before {
        height: 830px;
    }
    .similarWrap {
        padding-bottom: 300px;
    }
    .actorsWrap.sawb {
        padding-bottom: 75px;
    }
    .actorsWrap.sawb {
        margin-top: 230px;
    }
    .actorsWrap.sawb.actorsSecondary.inCast {
        padding-bottom: 200px;
        background-size: cover !important;
    }
    .newsWrap.stw {
        padding-bottom: 300px;
    }
}

@media screen and (max-width: 1680px) {
    .bannerMain h1 {
        font-size: 44px;
        line-height: 120%;
    }
    .bannerMain p {
        font-size: 24px;
        margin-bottom: 50px;
    }
    .seasonsBlock,
    .storyWB, .newsWrap,
    .reviewsWrap {
        background-size: cover !important;
    }
    .actorsWrap.sawb.actorsSecondary.inCast {
        margin-top: 45px;
    }
    .home .storyWB {
        margin-top: 65px;
    }
}

@media screen and (max-width: 1580px) {
    .bannerMain {
        background-size: cover !important;
    }
    footer:before {
        height: 800px;
    }
    .similarWrap {
        padding-bottom: 250px;
    }
    .actorsWrap.sawb {
        margin-top: 240px;
    }
}

@media screen and (max-width: 1500px) {
    .bannerMain {
        padding-bottom: 290px;
    }
    .newsWrap {
        padding: 20px 0 120px;
    }
    .reviewsWrap {
        padding-top: 50px;
    }
    .similarWrap {
        padding-bottom: 350px;
    }
}

@media screen and (max-width: 1400px) {
    .bannerMain img {
        max-width: 450px;
    }
    .actorsWrap {
        background-size: cover !important;
        padding-top: 0;
    }
    .actorsWrap .container {
        padding: 0;
    }
    .bannerMain {
        padding-bottom: 140px;
    }
    .actorsWrap.sawb {
        margin-top: 55px;
    }
    .actorsWrap.sawb {
        margin-top: 220px;
    }
}

@media screen and (max-width: 1280px) {
    .bannerMain h1 {
        font-size: 35px;
        line-height: 120%;
    }
    .storyContent p {
        font-size: 24px;
    }
    .storyWrap {
        padding: 60px 0 80px;
    }
}

@media screen and (max-width: 1100px) {
    .bannerMain .button {
        font-size: 20px;
        padding: 18px 45px 19px;
    }
    .bannerMain {
        /* background-size: 135% !important; */
        padding-bottom: 45px;
    }
    .storyWrap {
        padding: 0;
    }
    .storyWB:before,
    .seasonsBlock:before,
    .reviewsWrap:before,
    .newsWrap:before {
        height: 160px;
        top: -150px;
    }
    .episodesBlock.twb {
        margin-top: -20px;
    }
    .home .storyWB {
        margin-top: 40px;
    }
}

@media screen and (max-width: 900px) {
    .bannerMain {
    }
    footer:before {
        height: 660px;
    }
    .similarWrap {
        padding-bottom: 200px;
    }
}

@media screen and (max-width: 780px) {
    .reviewsList .slick-dots button {
        color: #fff;
    }
    .reviewsList .slick-dots .slick-active button {
        background: #ffffff;
        color: #414141;
    }
    .actorsWrap.sawb {
        margin-top: 255px;
    }
    .inCast .buttonsWrap {
        bottom: 100px;
    }
}

@media screen and (max-width: 680px) {
    .home .storyWB {
        margin-top: 70px;
    }
    .home .buttonsWrap {
        bottom: 60px;
    }
    .bannerMain {
        margin-bottom: -50px;
    }
}

@media screen and (max-width: 580px) {
    footer:before {
        height: 500px;
        background-size: 210% !important;
        margin-bottom: -5px;
    }
    footer {
        padding-top: 100px;
        background: #ededed;
    }
    footer:before {
        height: 500px;
        background-size: 210% !important;
        margin-bottom: 160px;
        background-position: -380px 10px !important;
    }
    .inCast .buttonsWrap {
        bottom: 130px;
    }
    .episodesBlock + .actorsWrap.sawb {
        margin-top: 245px;
    }
}

@media screen and (max-width: 480px) {
    .storyContent p {
        font-size: 20px;
    }
    .actorsWrap:before {
        height: 100px;
        top: -100px;
    }
    .actorsWrap {
        background: #B50000!important;
    }
    .newsWrap:before {
        height: 80px;
        top: -70px;
    }
    .bannerMain.hasMobile {
        padding-bottom: 220px;
    }
    .storyWB {
        margin-top: -95px;
    }
    .storyWB:before,
    .seasonsBlock:before,
    .reviewsWrap:before,
    .newsWrap:before {
        height: 100px;
        top: -100px;
    }
    .episodesBlock:before {
        height: 110px;
        top: -100px;
    }
    .episodesBlock + .actorsWrap.sawb {
        margin-top: 165px;
    }
    .actorsWrap.sawb {
        margin-top: -130px;
    }
    footer:before {
        background: url(images/footerMX.png);
        background-size: cover !important;
        background-position: bottom center !important;
        margin: 0;
        height: 800px;
    }
    .similarWrap {
        padding-bottom: 100px;
        margin-bottom: -100px;
    }
    footer .container {
        margin-bottom: 470px;
    }
    footer {
        background: none;
    }
    footer:before {
        bottom: -5px;
    }
    .actorsWrap.sawb {
        margin-bottom: -100px;
    }
    .actorsWrap.sawb.actorsSecondary.inCast {
        margin-top: -120px;
    }
    .home .storyWB {
        margin-top: -110px;
    }
    .newsWrap.stw {
        padding-bottom: 20px;
    }
    .blog footer {
        background: #d9d9d9;
    }
    .bannerMain {
        margin-bottom: -160px;
    }
}

@media screen and (max-width: 420px) {
    .inCast .buttonsWrap {
        bottom: 50px;
    }
}

@media screen and (max-width: 390px) {
    .storyWB:before,
    .seasonsBlock:before,
    .reviewsWrap:before,
    .newsWrap:before {
        top: -95px;
    }
}

















