/*!
Theme Name: OKKO
Author: RedCorner
Description: OKKO Landing WP Theme
Version: 1.1
Text Domain: okko
*/

html,
body {
    font-family: Montserrat, sans-serif, Arial;
    font-weight: 300;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    background-image: url(images/pageBack.webp);
    background-color: #141718;
    background-size: auto;
    background-repeat: repeat;
    color: #fff;
    /* width: 1920px;
    margin: 0 auto; */
}

body {
    /* max-width: 1440px;
    margin: 0 auto; */
}

::-webkit-scrollbar-track {
	background-color: #252829;
}

::-webkit-scrollbar {
	width: 5px;
    height: 5px;
	background-color: #252829;
    pointer-events: none;
}

::-webkit-scrollbar-thumb {
	background-color: #F40C0C;
}

* {
    outline: none;
    box-shadow: none;
    font-family: Montserrat, sans-serif, Arial;
    font-weight: 300;
}

img {
    max-width: 100%;
    max-height: 100%;
}

p {
    line-height: 22px;
}

strong {
    font-weight: 500;
}

.hidden {
    display: none!important;
}

.container {
    max-width: 1530px;
    margin: 0 auto;
    position: relative;
}

.blockTitle {
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 64px;
    margin: 0 0 25px;
    line-height: 72px;
    width: 100%;
    text-align: center;
}

a {
    color: #fff;
}

.button {
    color: #fff;
    text-decoration: none;
    font-size: 16px;
    padding: 12px 40px;
    transition: .3s all;
    cursor: pointer;
    background: -moz-linear-gradient(180deg, #F40C0C 0%, #7E0708 100%);
    background: -webkit-linear-gradient(180deg, #F40C0C 0%, #7E0708 100%);
    background: linear-gradient(180deg, #F40C0C 0%, #7E0708 100%);
    border-radius: 50px;
    font-family: Oswald;
    text-transform: uppercase;
}

.button:hover {
    background: -moz-linear-gradient(180deg, #7E0708 0%, #F40C0C 100%);
    background: -webkit-linear-gradient(180deg, #7E0708 0%, #F40C0C 100%);
    background: linear-gradient(180deg, #7E0708 0%, #F40C0C 100%);
}

.buttonBordered {
    background: hsl(0deg 0% 100% / 0%);
    box-shadow: inset 0 0 0 2px #fff;
}

.buttonBordered:hover {
    background: hsl(0deg 0% 100% / 100%);
    -moz-box-shadow: inset 0 0 0 2px #fff;
    -webkit-box-shadow: inset 0 0 0 2px #fff;
    box-shadow: inset 0 0 0 2px #fff;
    color: #000;
}

.buttonWhite {
    background: #fff;
    color: #000;
    opacity: 1;
}

.buttonWhite:hover {
    background: #fff;
    color: #000;
    opacity: .85;
}

.bwp:after {
    content: '';
    width: 34px;
    height: 34px;
    background: url(images/play.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    margin-left: 15px;
    margin-right: -15px;
    flex-shrink: 0;
}

header {
    padding: 20px 0 30px;
    background: url(images/headerBack.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: repeat-x;
    position: relative;
    z-index: 5;
}

.header {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    justify-content: space-between;
}

.logo {
    margin-left: 45px;
    width: 130px;
}

.header ul {
    margin: -7px 0 0;
    padding: 0;
    display: flex;
}

.header li {
    display: block;
    margin: 0 44px;
}

.header a {
    text-decoration: none;
    color: #fff;
    font-family: Oswald;
    text-transform: uppercase;
}

.headerButtons {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin: -7px 0 0;
}

.share {
    width: 47px;
    height: 47px;
    margin-left: 12px;
    border-radius: 50%;
    background: url(images/share.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

.bannerMain {
    height: 1080px;
    margin: -105px 0 0;
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    position: relative;
}

.bannerMain .container {
    height: 100%;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
}

.bannerMainContent {
    position: relative;
    z-index: 3;
}

.bannerText {
    margin: 45px 0 105px;
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.textLogo {
    width: 100px;
    flex-shrink: 0;
    margin-left: 12px;
    margin-bottom: 0;
    margin-top: 0;
}

.bannerButtons {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.bannerButtons .button {
    font-size: 20px;
    padding: 22px 10px;
    width: 254px;
    text-align: center;
    margin: 0 10px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.bannerMain .container>img:nth-of-type(1),
.bannerImages>img:nth-of-type(1) {
    /* margin-bottom: 10px; */
    position: absolute;
    top: 200px;
    left: 50%;
    transform: translateX(-50%);
}

.bannerMain .container > img:nth-of-type(2),
.bannerImages > img:nth-of-type(2) {
    display: none;
}

.aboutWrap {
    /* background: url(images/alpha0min.webp); */
    background-size: 1920px!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    position: relative;
    z-index: 5;
    margin-top: -70px;
    padding: 125px 0 115px;
}

.aboutWrap .blockTitle {
    text-align: left;
}

.aboutBlock {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.abCoverWrap {
    width: 360px;
    margin-right: 8.5%;
    position: relative;
}

.abCover {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    z-index: 2;
    -moz-box-shadow: 0px 4px 64.5px #000;
    -webkit-box-shadow: 0px 4px 64.5px #000;
    box-shadow: 0px 4px 64.5px #000;
    height: 510px;
}

.abCover img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.abCoverWrap:before {
    content: '';
    position: absolute;
    top: 60px;
    right: -100px;
    background: url(images/alpha1.webp);
    background-position: top right!important;
    background-size: 100%!important;
    background-repeat: no-repeat!important;
    width: 655px;
    height: 530px;
}

.openFull {
    position: absolute;
    right: 20px;
    bottom: 20px;
    width: 38px;
    height: 38px;
    background: url(images/full.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

.abContent {
    width: calc(91.5% - 360px);
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}

.abcMain {
    width: 62%;
    margin-right: 3.5%;
}

.abcData {
    width: 34.5%;
}

.abcData p > a:hover {
    text-decoration: none;
}

.abcMain .button {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 50px;
    display: inline-block;
}

.trailersWrap {
    position: relative;
    z-index: 5;
    margin-top: -15px;
}

.trailersList {
    width: 100%;
    height: 600px;
    margin: 40px 0 0;
}

.trailerItem {
    width: 100%;
    display: none;
    height: 100%;
    border-radius: 15px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    position: relative;
    opacity: 1;
    transition: .3s all;
}

.trailerItem.hide {
    opacity: 0;
}

.trailerItem.active {
    display: block;
}

.playButton {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
}

.playButton:before {
    content: '';
    width: 120px;
    height: 120px;
    background: url(images/playWhite.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
}

.playButton text {
    color: #fff;
    font-family: Oswald;
    text-transform: uppercase;
    margin-top: 20px;
}

.trailersNav {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    margin: 35px 0 0;
}

.trailerNavItem {
    background: rgb(126, 7, 8);
    background: -moz-linear-gradient(0deg, rgba(126, 7, 8, 1) 0%, rgba(244, 12, 12, 1) 100%);
    background: -webkit-linear-gradient(0deg, rgba(126, 7, 8, 1) 0%, rgba(244, 12, 12, 1) 100%);
    background: linear-gradient(0deg, rgba(126, 7, 8, 1) 0%, rgba(244, 12, 12, 1) 100%);
    width: 25%;
    height: 150px;
    margin: 0 6px;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    filter: grayscale(100%);
    opacity: .6;
    transition: .3s all;
    cursor: pointer;
}

.trailerNavItem.mobileOnly {
    display: none;
}

.trailerNavItem:hover,
.trailerNavItem.active {
    filter: grayscale(0%);
    opacity: 1;
}

.trailerNavItem img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: calc(100% + 4px);
    height: calc(100% + 4px);
    object-fit: cover;
    object-position: center;
    filter: grayscale(100%);
    transform: translate(-50%, -50%);
    max-width: calc(100% + 4px);
    max-height: calc(100% + 4px);
    border-radius: 0px;
    transition: .3s all;
}

.trailerNavItem:hover img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 5px;
}

.trailerNavItem.active img {
    width: calc(100% - 10px);
    height: calc(100% - 10px);
    border-radius: 5px;
    filter: grayscale(0%);
}

.framesWrap {
    margin: 75px 0 0;
}

.framesSlider {
    margin: 45px 130px 0;
    border-radius: 10px;
    -moz-box-shadow: 0px 4px 64.5px #000;
    -webkit-box-shadow: 0px 4px 64.5px #000;
    box-shadow: 0px 4px 64.5px #000;
}

.frameItem {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
    height: 725px;
}

.frameItem img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.frameItem:after {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(0deg, #1B1B1B 0%, rgba(27, 27, 27, 0) 100%);
    background: -webkit-linear-gradient(0deg, #1B1B1B 0%, rgba(27, 27, 27, 0) 100%);
    background: linear-gradient(0deg, #1B1B1B 0%, rgba(27, 27, 27, 0) 100%);
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

.frameItem p {
    position: absolute;
    left: 50px;
    bottom: 40px;
    width: calc(100% - 100px);
    z-index: 5;
    font-weight: 100;
}

.slick-arrow {
    position: absolute;
    top: 50%;
    left: -130px;
    width: 65px;
    height: 65px;
    transform: translateY(-50%);
    border: none;
    background: url(images/arrow.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
    cursor: pointer;
    opacity: 1;
    transition: .3s all;
    font-size: 0;
    padding: 0;
    margin: 0;
}

.slick-arrow:hover {
    opacity: .75;
}

.slick-next {
    left: auto;
    right: -130px;
    transform: translateY(-50%) rotate(180deg);
}

.materialsWrap {
    background-size: cover!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    margin: -130px 0 0;
    padding: 180px 0 140px;
}

.materialsList {
    margin: 50px 130px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.materialItem {
    width: 29%;
}

.materialItem img {
    width: 100%;
    height: 360px;
    object-fit: cover;
    object-position: center;
    border-radius: 10px;
}

.materialItem h3 {
    font-family: Oswald;
    text-transform: uppercase;
    font-size: 24px;
    padding-right: 40px;
    line-height: 30px;
    margin: 25px 0 0;
}

.materialItem p {
    margin: 20px 0 0;
}

.materialItem .button {
    display: inline-block;
    margin: 20px 0 0;
    padding-left: 25px;
    padding-right: 25px;
}

.reviewsWrap {
    /* background: url(images/alpha0min.webp); */
    background-size: 1920px!important;
    background-position: top center!important;
    background-repeat: no-repeat!important;
    position: relative;
    z-index: 5;
    margin-top: -80px;
    padding: 85px 0 115px;
}

.reviewsList {
    margin: 45px 130px 0;
}

.reviewsList .slick-list {
    margin: 0 -47px;
}

.reviewItem {
    margin: 0 47px;
    background: #000;
    border-radius: 10px;
    padding: 35px 30px 50px;
    min-height: 360px;
    flex-wrap: wrap;
    justify-content: space-between;
    flex-direction: column;
}

.slick-initialized .slick-slide.reviewItem {
    display: flex;
}

.reviewItem h3 {
    margin: 0 0 18px;
    font-family: Oswald;
    font-size: 24px;
    text-transform: uppercase;
}

.reviewItem span {
    color: #9B9B9B;
    display: block;
}

.reviewItem p {
    margin: 22px 0 0;
}

.similarWrap {
    position: relative;
    z-index: 7;
    margin: -35px 0 0;
}

.similarList {
    margin: 45px 0 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.similarItem {
    text-decoration: none;
}

.similarItem.isCopy {
    display: none;
}

.similarItem img {
    border-radius: 10px;
    width: 275px;
    height: 400px;
    object-fit: cover;
    object-position: center;
}

.similarItem h3 {
    font-family: Oswald;
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    margin: 5px 0 0;
}

.similarItem p {
    margin: 5px 0 0;
}

.similarItem span {
    width: 70px;
    display: block;
    margin: 18px 0 0;
}

footer {
    margin: 85px 0 0;
    background: url(images/footerC.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: repeat-x;
    padding: 105px 0 45px;
    position: relative;
    overflow: hidden;
}

/* footer:before {
    content: '';
    position: absolute;
    top: 55px;
    left: 0;
    width: 92%;
    height: 100%;
    background: url(images/alpha2.webp);
    background-size: contain;
    background-position: top center;
    background-repeat: no-repeat;
    z-index: 1;
}

footer:after {
    content: '';
    position: absolute;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
    width: 820px;
    height: 160px;
    background: url(images/alpha3.webp);
    background-position: bottom center;
    background-repeat: no-repeat;
    z-index: 2;
    margin-left: -55px;
} */

footer .container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    position: relative;
    z-index: 3;
}

footer h4 {
    font-family: Oswald;
    margin: 25px 0 0;
    font-size: 24px;
    text-transform: uppercase;
}

footer .button {
    background: #171A1B !important;
    color: #fff!important;
    font-size: 20px;
    margin: 30px 0 0;
    display: flex;
    align-items: center;
    padding: 18px 40px 19px;
}

footer .button .textLogo {
    width: 80px;
}

.footerImages {
    position: absolute;
    left: 0;
    bottom: -50px;
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    justify-content: space-between;
    pointer-events: none;
}

.footerImages img:nth-of-type(1) {
    margin-left: 275px;
}

.footerImages img:nth-of-type(2) {
    margin-right: 65px;
}

.abcMobile,
#aboutMoreMobile {
    display: none;
}

.framesArrowsMobile {
    display: none;
    justify-content: center;
    align-items: center;
    position: relative;
}

.similarList.sliderInDef {
    margin-left: 130px;
    margin-right: 130px;
}

.similarList.sliderInDef .similarItem {
    margin: 0 10px;
}

.similarList.sliderInDef .similarItem img {
    width: 100%;
    height: 415px;
}

.similarList.sliderInDef .slick-list {
    margin: 0 -10px;
}

span.ya-share2__icon.ya-share2__icon_more {
    display: none;
}

.ya-share2__list.ya-share2__list_direction_horizontal {
    width: 100%;
    margin: 0;
}

.ya-share2__list.ya-share2__list_direction_horizontal > .ya-share2__item {
    width: 100%;
    margin: 0;
}

ul.ya-share2__list.ya-share2__list_direction_vertical {
    padding: 10px;
    margin: 0;
}

.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile) .ya-share2__item,
.ya-share2__container_size_l.ya-share2__container_as-popup .ya-share2__item {
    border-radius: 5px;
    padding: 0 15px 0 0;
}

.ya-share2__container_size_l .ya-share2__popup:not(.ya-share2__popup_mobile) {
    border-radius: 5px;
}

.ya-share2__container_size_l .ya-share2__title {
    line-height: 36px;
    font-size: 14px;
    margin-left: 10px !important;
    text-transform: none !important;
}

.bannerMain .container noscript {
    display: none !important;
}

.bannerImages.mobile {
    display: none;
}

/* .bannerMain .container > img:nth-of-type(1) {
    display: none;
} */

.hideOnLoad > h3 {
    margin-top: 0;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
}

.modal {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 15;
    /* transform: translate(-50%, -50%); */
    width: 100%;
    height: 100%;
    backdrop-filter: blur(10px);
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
}

.modal.open {
    opacity: 1;
    pointer-events: auto;
}

.modalBody {
    position: fixed;
    top: 50%;
    left: 50%;
    background: #171a1b;
    transform: translate(-50%, -50%);
    padding: 40px;
    width: 800px;
    max-height: 90vh;
}

.modalHead {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.modalTitle {
    font-size: 24px;
    font-weight: 400;
}

.modalClose {
    font-size: 45px;
    font-weight: 100;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    margin-left: 35px;
    flex-shrink: 0;
}

.modalContent {
    max-height: calc(90vh - 370px);
    display: block;
    overflow-y: auto;
    padding-right: 25px;
}

.episodesWrap {
    padding: 100px 0 0;
}

.seasonsList {
    background: #1f2223;
    padding: 30px;
    margin-top: 50px;
}

.seasonTitle {
    font-size: 25px;
    font-weight: 400;
    text-transform: uppercase;
    border-bottom: 2px solid #ffffff24;
    padding-bottom: 15px;
    margin-bottom: 25px;
    margin-top: 25px;
}

.episode {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    background: #ffffff0d;
    padding: 10px 25px;
    margin: 5px 0;
    min-height: 60px;
}

.episodeTitle {
    width: calc(100% - 345px);
    margin-right: 35px;
}

.episodeDate {
    width: 155px;
    text-align: center;
}

.episodeLink {
    width: 155px;
    display: flex;
    justify-content: flex-end;
}

.fakeBanner {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: url(images/pseudoBanner.jpg);
    background-size: cover;
    background-position: center;
    height: 100%;
}

.bannerImages {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    /* height: 100%; */
}