@media screen and (max-width: 2000px) {
    .newsWrap:before {
        background-size: 100%;
        margin-top: 65px;
    }
    footer {
        padding: 25px 0 50px;
    }
    footer:before {
        height: 330px;
    }
}

@media screen and (max-width: 1680px) {
    .newsWrap:before {
        background-size: 130%;
    }
    footer:before {
        background-size: 120%;
        background-position: center!important;
        background-repeat: no-repeat!important;
    }
    .shareCloud,
    .policyNotif {
        right: 20px;
    }
}

@media screen and (max-width: 1500px) {
    .newsWrap {
        padding: 150px 0 100px;
    }
    footer {
        padding: 25px 0 35px;
    }
    footer:before {
        height: 285px;
    }
}

@media screen and (max-width: 1400px) {
    .newsWrap:before {
        background-size: 140%;
    }
    .policyNotif p {
        font-size: 16px;
        width: 355px;
    }
}

@media screen and (max-width: 1280px) {
    .container {
        width: 1100px;
    }
    .bannerMain h1 {
        font-size: 74px;
        padding: 170px 0 25px;
    }
    .bannerMain p {
        font-size: 28px;
        max-width: 650px;
        margin: 0 0 50px;
        min-height: 230px;
    }
    .bannerMain:before {
        width: 1001px;
        height: 1001px;
        left: -588px;
        top: 33px;
    }
    .bannerMain {
        padding-bottom: 155px;
    }
    header ul,
    footer ul {
        gap: 0 40px;
    }
    .storyWrap {
        padding: 90px 0 0;
    }
    .storyWrap:before {
        width: 540px;
        height: 570px;
        right: -60px;
        margin-top: 95px;
    }
    .sdItem text {
        padding-right: 5px;
    }
    .sdItem.sdAge text {
        padding-right: 0;
    }
    .newsWrap:before {
        background-size: 170%;
    }
    footer:before {
        background-size: 135%;
    }
}

@media screen and (max-width: 1100px) {
    .container {
        width: 940px;
    }
    header ul,
    footer ul,
    .headerContacts,
    .storyWrap:after {
        display: none;
    }
    .menuToggle {
        display: block;
    }
    .bannerMain p {
        font-size: 22px!important;
        max-width: 450px;
        margin: 0 0 75px;
        min-height: auto;
    }
    .storyWrap:before {
        width: 100%;
        left: 0;
        right: auto;
        top: 0;
        transform: none;
        margin: 0;
        background-size: 750px !important;
    }
    .storyWrap {
        padding: 625px 0 0;
    }
    .storyContent {
        max-width: 100%;
    }
    .blockTitle {
        font-size: 38px;
        margin: 0 0 40px;
    }
    .showData {
        margin: 60px 0 0;
    }
    .seasonsWrap {
        padding: 110px 0 0;
    }
    .seasonPreview {
        margin: 0 20px;
    }
    .actorsList {
        margin: 0;
        gap: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    .actorItem,
    .actorItem:nth-child(5n) {
        width: 32%;
        margin-right: 2%;
        margin-bottom: 25px;
    }
    .actorItem:nth-child(3n) {
        margin-right: 0;
    }
    .postItem p {
        font-size: 14px;
    }
    footer:before {
        background-size: 175%;
    }
    .trailerWrap {
        margin: 110px 0 0;
    }
    .trailerWrap a {
        height: 435px;
    }
    .shareCloud {
        display: none!important;
    }
}

@media screen and (max-width: 900px) {
    .bannerMain .button {
        font-size: 18px;
        padding: 17px 45px;
    }
}

@media screen and (max-width: 780px) {
    .bannerMain .container {
        display: flex;
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    .buttonsWrap {
        flex-direction: column;
        gap: 25px 0;
    }
    .buttonsWrap .button {
        width: 165px;
        justify-content: center;
    }
    .bannerMain:before {
        display: none;
    }
    .episodeItem {
        width: 100%;
        margin-right: 0;
    }
    .episodeItem img {
        height: 400px;
    }
    .slick-arrow {
        width: 40px;
        height: 40px;
    }
    .slick-arrow:before {
        width: 10px;
        height: 17px;
    }
    .episodesList .slick-dots {
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin: 0 70px;
        padding: 0;
        width: 100%;
    }
    .episodesList .slick-dots li {
        display: block;
    }
    .episodesList .slick-dots button {
        width: 28px;
        height: 28px;
        background: rgba(0, 0, 0, 0);
        padding: 0;
        margin: 0;
        border: none;
        border-radius: 50%;
        color: #fff;
        font-size: 18px;
        cursor: pointer;
        opacity: .5;
        font-weight: 100;
        transition: .3s all;
    }
    .episodesList .slick-dots .slick-active button {
        background: rgba(0, 0, 0, 50%);
        color: #ff0000;
        font-size: 18px;
        opacity: 1;
        font-weight: 300;
    }
    .episodesList .slick-arrow {
        transform: none;
        left: 0;
        top: auto;
        bottom: -5px;
    }
    .episodesList .slick-next {
        left: auto;
        right: 0;
    }
    .episodesList {
        margin-top: 0;
    }
    .postItem {
        width: 100%;
        margin-right: 0;
        margin-bottom: 70px;
    }
    .postItem img {
        height: auto;
    }
    .newsWrap:before {
        background: url(../images/redBackM.png);
        background-size: 100%;
        background-position: top center;
        margin-top: -150px;
        height: 112%;
    }
    footer:before {
        background-size: 235%;
    }
    html, body {
        background: #1C1010;
    }
    .trailerWrap a {
        height: 320px;
    }
    .trailerWrap .play {
        width: 95px;
        height: 95px;
    }
    .trailerWrap .trailerData {
        left: 20px;
        bottom: 20px;
        width: calc(100% - 40px);
        font-size: 16px;
    }
    .new-inner p {
        font-size: 16px;
    }
}

@media screen and (max-width: 680px) {
    header {
        padding: 0 15px;
        width: calc(100% - 30px);
    }
    header .container {
        padding: 25px 0;
    }
    .newsWrap:before {
        margin-top: -90px;
    }
    footer:before {
        background-size: 315%;
        height: 360px;
        background-position: center bottom !important;
    }
    .trailerWrap.trailerSlider .trailerData {
        top: 15px;
    }
    .trailerSlider .slick-arrow {
        left: 15px;
    }
    .trailerSlider .slick-next {
        left: auto;
        right: 15px;
    }
    .pageWrap {
        margin: 150px 0 150px;
    }
}

@media screen and (max-width: 580px) {
    .bannerMain h1 {
        font-size: 50px;
        padding: 160px 0 20px;
    }
    .storyWrap:before {
        background-size: 650px !important;
        height: 500px;
    }
    .storyWrap {
        padding: 525px 0 0;
    }
    .storyContent p {
        font-size: 13px;
        margin: -20px 0 0;
    }
    .seasonItem {
        width: 100%;
    }
    .seasonsList {
        flex-wrap: wrap;
    }
    .actorItem, .actorItem:nth-child(3n),
    .actorItem:nth-child(5n) {
        width: 49%;
        margin-right: 2%;
    }
    .actorItem:nth-child(2n) {
        margin-right: 0;
    }
    .episodeItem img {
        height: 260px;
    }
    .newsWrap:before {
        margin-top: -50px;
    }
    footer .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }
    footer ul {
        display: flex;
        margin: 25px 0 0;
        gap: 20px 0;
        flex-direction: column;
    }
    footer .container + .container {
        margin-top: 20px;
    }
    footer .container + .container a + a {
        margin-top: 15px;
    }
    footer:before {
        background-size: 615%;
        height: 550px;
        background-position: center bottom !important;
    }
    .postItem h3 {
        margin: 10px 0 20px;
        font-size: 18px;
    }
    .postItem .button {
        margin: 25px auto 0;
    }
    .newsWrap {
        padding: 150px 0 50px;
    }
    .trailerWrap a {
        height: 235px;
    }
    .bannerMain.hasMobile {
        background: var(--mobile) !important;
        background-position: center bottom !important;
        background-size: cover !important;
    }
    .bannerMain.hasMobile .tooLong {
        min-height: 280px;
    }
    .policyNotif {
        padding: 20px;
        width: calc(100% - 80px);
        bottom: 70px;
    }
    .policyNotif p {
        width: auto;
        font-size: 14px;
    }
}

@media screen and (max-width: 480px) {
    .storyWrap:before {
        background-size: 540px !important;
        height: 450px;
    }
    .storyWrap {
        padding: 460px 0 0;
    }
    .episodeItem img {
        height: 225px;
    }
    .logo {
        width: 90px;
    }
    footer .logo {
        width: 145px;
    }
    .bannerMain .button {
        font-size: 16px;
    }
    .bannerMain h1 {
        padding: 120px 0 20px;
    }
    .bannerMain p {
        font-size: 20px!important;
        margin: 0 0 60px;
    }
    .bannerMain {
        padding-bottom: 95px;
    }
    .pageTitle {
        font-size: 26px;
    }
}

@media screen and (max-width: 420px) {
    footer:before {
        background-size: 835%;
        height: 550px;
    }
    .newsWrap:before {
        margin-top: 0;
    }
    .actorItem {
        width: 225px !important;
        margin-right: auto!important;
        margin-left: auto!important;
    }
    .actorItem img {
        height: auto;
    }
    .episodeItem img {
        height: 200px;
    }
    .trailerWrap .play {
        width: 65px;
        height: 65px;
    }
    .trailerWrap a {
        height: 185px;
    }
    .trailerWrap .trailerData {
        left: 15px;
        bottom: 15px;
        width: calc(100% - 30px);
        font-size: 14px;
    }
}

@media screen and (max-width: 380px) {
    .storyWrap:before {
        background-size: 395px !important;
        height: 310px;
    }
    .storyWrap {
        padding: 335px 0 0;
    }
    .showData {
        flex-direction: column;
    }
    .sdItem {
        width: fit-content;
    }
    .seasonsWrap {
        padding: 60px 0 0;
    }
    .seasonItem h3 {
        font-size: 18px;
        padding: 20px 0 15px;
    }
    .buttonArrow {
        margin: 15px 0 20px;
    }
    .blockTitle {
        font-size: 34px;
        margin: 0 0 40px;
    }
    .episodeItem img {
        height: 165px;
    }
    .episodeTitle {
        font-size: 12px;
    }
    .episodesList .slick-dots {
        margin: 0 55px;
    }
    footer:before {
        background-size: 865%;
        height: 550px;
    }
    .newsWrap:before {
        margin-top: 35px;
    }
    .trailerWrap a {
        height: 150px;
    }
    .trailerWrap {
        margin: 60px 0 -50px;
    }
}

@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1680px) {}
@media screen and (max-width: 1680px) {}