/*!
Theme Name: Brand
Author: RedCorner
Description: No Description
Version: 1.0
Text Domain: brand
*/

@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Light.ttf') format('truetype');
    font-display: swap;
    font-weight: 100;
}
@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-display: swap;
    font-weight: 200;
}
@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-SemiBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
}
@font-face {
    font-family: Roboto;
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-display: swap;
    font-weight: 900;
}
@font-face {
    font-family: Oswald;
    src: url('fonts/Oswald-Medium.ttf') format('truetype');
    font-display: swap;
    font-weight: 500;
}
@font-face {
    font-family: Oswald;
    src: url('fonts/Oswald-SemiBold.ttf') format('truetype');
    font-display: swap;
    font-weight: 700;
}

body {
    overflow: hidden;
}

html,
body {
    font-family: Roboto, sans-serif, Arial;
    font-weight: 300;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
    /*background-image: url(images/pageBack.png); */
    background-color: #111111;
    /* background-size: auto;
    background-repeat: repeat; */
    color: #fff;
    position: relative;
}

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: #FF0000;
    border-radius: 5px;
}

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

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

a {
    color: #fff;
    text-decoration: none;
    transition: .3s all;
}

a:hover {
    color: #fff;
}

.center {
    text-align: center;
}

.button {
    font-size: 14px;
    cursor: pointer;
    transition: .3s all;
    color: #fff;
    overflow: hidden;
    position: relative;
    align-items: center;
    padding: 12px 16px;
    background: -moz-linear-gradient(180deg, #FF0000 0%, #CE0000 252.14%);
    background: -webkit-linear-gradient(180deg, #FF0000 0%, #CE0000 252.14%);
    background: linear-gradient(180deg, #FF0000 0%, #CE0000 252.14%);
    border-radius: 6px;
    text-transform: uppercase;
    font-weight: 500;
    display: flex;
}

.button:before {
    content: '';
    position: absolute;
    background: -moz-linear-gradient(180deg, #FF0000 0%, #EB0000 31.73%, #C50000 47.6%, #CE0000 100%);
    background: -webkit-linear-gradient(180deg, #FF0000 0%, #EB0000 31.73%, #C50000 47.6%, #CE0000 100%);
    background: linear-gradient(180deg, #FF0000 0%, #EB0000 31.73%, #C50000 47.6%, #CE0000 100%);
    border-radius: 6px;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 1;
    transition: .3s all;
}

.button:hover:before {
    opacity: 0;
}

.button text {
    position: relative;
    z-index: 2;
    font-weight: 700;
}

.buttonPlay:after {
    content: '';
    background: url(images/play.svg);
    background-size: contain!important;
    background-repeat: no-repeat!important;
    background-position: center!important;
    width: 15px;
    height: 15px;
    margin-left: 15px;
    flex-shrink: 0;
    position: relative;
    z-index: 2;
}

.shareWrap {
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    position: relative;
    border-radius: 6px;
    cursor: pointer;
    transition: .3s all;
}

.shareWrap:hover {
    border: 1px solid rgb(255 255 255 / 60%);
    background: rgb(255 255 255 / 60%);
}

.shareWrap:before {
    content: '';
    width: 20px;
    height: 20px;
    background: url(images/share.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    top: 50%;
    left: 50%;
    position: absolute;
    transform: translate(-50%, -50%);
    filter: brightness(1);
    transition: .3s all;
}

.shareWrap:hover:before {
    filter: brightness(5);
}

.container {
    width: 1215px;
    max-width: calc(100% - 30px);
    margin: 0 auto;
}

.menuToggle {
    display: none;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 5px;
    background: url(images/menu.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 23px;
}

header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background: -moz-linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    background: -webkit-linear-gradient(180deg, #000000 0%, rgba(187, 132, 132, 0) 100%);
    background: linear-gradient(180deg, #000000 0%, rgba(0, 0, 0, 0) 100%);
    z-index: 15;
}

.bannerMain {
    width: 100%;
    background-size: cover !important;
    background-position: bottom center !important;
    background-repeat: no-repeat !important;
    padding-bottom: 255px;
    position: relative;
}

.bannerMain:before {
    content: '';
    position: absolute;
    width: 1701px;
    height: 1701px;
    left: -988px;
    top: 33px;
    background: -moz-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.34) 0%, rgba(255, 0, 0, 0) 100%);
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.34) 0%, rgba(255, 0, 0, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.34) 0%, rgba(255, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 2;
}

.bannerMain .container {
    position: relative;
    z-index: 3;
}

header .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 40px 0;
}

.logo {
    width: 140px;
}

header ul,
footer ul {
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    gap: 0 85px;
}

header ul li,
footer ul li {
    display: block;
}

header li a,
footer li a {
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
    color: #fff;
    transition: .3s all;
}

header li a:hover,
footer li a:hover {
    color: #f00;
}

.headerContacts {
    display: flex;
    align-items: center;
    gap: 0 25px;
}

.bannerMain h1 {
    font-family: Oswald;
    font-size: 96px;
    text-transform: uppercase;
    padding: 190px 0 50px;
    margin: 0;
}

.bannerMain p {
    font-size: 40px;
    font-family: Oswald;
    max-width: 870px;
    font-weight: 500;
    margin: 0 0 100px;
    line-height: 135%;
    min-height: 230px;
}

.buttonsWrap {
    display: flex;
    align-items: center;
    gap: 0 40px;
}

.bannerMain .button {
    font-size: 20px;
    padding: 22px 55px;
}

.buttonBordered {
    background: none;
    box-shadow: inset 0 0 0 1px #fff;
    text-transform: none;
}

.buttonBordered:hover {
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 60%);
    background: rgb(255 255 255 / 60%);
    color: #000;
}

.buttonBordered:before {
    display: none;
}

.blockTitle {
    font-family: Oswald;
    font-size: 48px;
    text-transform: uppercase;
    margin: 0 0 75px;
    font-weight: 700;
}

.storyContent p {
    /* font-weight: 500; */
    font-size: 16px;
    line-height: 155%;
}

.storyWrap {
    padding: 140px 0 0;
    position: relative;
}

.storyWrap:before {
    content: '';
    width: 940px;
    height: 1070px;
    background: url(images/story.png);
    position: absolute;
    right: -295px;
    background-size: contain!important;
    background-position: center!important;
    background-repeat: no-repeat!important;
    top: 50%;
    transform: translateY(-50%);
    margin-top: 135px;
    z-index: 2;
    pointer-events: none;
}

.storyWrap.storySecond:before {
    background: url(images/storyS.png);
}

.storyWrap:after {
    content: '';
    position: absolute;
    z-index: 1;
    width: 1100px;
    height: 1780px;
    background: url(images/al0.png);
    background-position: right center;
    background-size: contain;
    background-repeat: no-repeat;
    top: 50%;
    right: -350px;
    transform: translateY(-50%);
    margin-top: 135px;
    pointer-events: none;
}

.storyContent {
    max-width: 620px;
    position: relative;
    z-index: 3;
}

.showData {
    margin: 125px 0 0;
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.sdItem {
    display: flex;
    align-items: center;
    padding: 9px 15px;
    background: rgba(173, 173, 173, 0.27);
    border-radius: 5px;
    color: #fff;
    font-weight: 500;
    font-size: 14px;
}

.sdItem text {
    color: #8D8D8D;
    padding-right: 5px;
}

.sdItem:before {
    content: '';
    width: 20px;
    height: 20px;
    margin-right: 15px;
    background-position: center !important;
    background-size: contain !important;
    background-repeat: no-repeat !important;
}

.sdItem.sdGenre:before {
    background: url(images/sd0.svg);
}
.sdItem.sdDate:before {
    background: url(images/sd1.svg);
}
.sdItem.sdCountry:before {
    background: url(images/sd2.svg);
}
.sdItem.sdSeasons:before {
    background: url(images/sd3.svg);
}
.sdItem.sdDuration:before {
    background: url(images/sd4.svg);
}

.sdItem.sdAge:before {
    display: none;
}

.sdItem.sdAge {
    background: rgb(255 0 0 / 60%);
    font-size: 18px;
    padding: 8px 12px;
}

.sdItem.sdAge text {
    color: #fff;
    font-weight: 500;
    padding: 0;
}

.seasonsWrap {
    padding: 200px 0 0;
    position: relative;
}

.seasonsList:before {
    content: '';
    width: 1540px;
    height: 1780px;
    position: absolute;
    top: -220px;
    left: -700px;
    background: url(images/al1.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
}

.seasonsWrap:after {
    content: '';
    position: absolute;
    width: 1701px;
    height: 1701px;
    top: 350px;
    right: -1500px;
    background: -moz-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
}

.seasonItem {
    background: #242424;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 49%;
    margin-bottom: 25px;
    position: relative;
    z-index: 3;
}

.seasonItem h3 {
    font-size: 20px;
    margin: 0;
    padding: 35px 0 20px;
    text-transform: uppercase;
}

.seasonsList {
    display: flex;
    justify-content: space-between;
}

.seasonPreview {
    display: block;
    margin: 0 45px;
    position: relative;
}

.seasonPreview img {
    border-radius: 5px;
    -moz-box-shadow: 0px 4px 24.4px 18px rgba(0, 0, 0, 0.25);
    -webkit-box-shadow: 0px 4px 24.4px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0px 4px 24.4px 18px rgba(0, 0, 0, 0.25);
}

.seasonPreview span {
    position: absolute;
    top: 8px;
    right: 14px;
    background: rgb(255 0 0 / 60%);
    border-radius: 4px;
    padding: 8px 15px;
}

.seasonPreview span.last {
    background: rgb(0 0 0 / 27%);
}

.buttonArrow {
    display: flex;
    margin: 25px 0 35px;
    padding: 16px 30px 15px;
    align-items: center;
}

.buttonArrow:after {
    content: '';
    width: 42px;
    height: 16px;
    background: url(images/arrow.svg);
    background-position: right center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
    margin-left: 20px;
}

.actorsWrap {
    margin-top: 160px;
    background: #000;
    position: relative;
    z-index: 3;
}

.actorsWrap:before {
    content: '';
    width: 100%;
    height: 115px;
    background: url(images/border0.svg);
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: -114px;
    transform: translateX(-50%);
    pointer-events: none;
}

.actorsList {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    margin: -25px 0 0;
    /* gap: 0 12px; */
}

.actorItem {
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 25px;
}

.actorItem:nth-child(5n) {
    margin-right: 0;
}

.actorItem img {
    height: 290px;
    border-radius: 5px;
    width: 100%;
    object-fit: cover;
    object-position: center;
}

.actorItem h4 {
    text-align: center;
    font-size: 20px;
    margin: 15px 0 5px;
}

.actorItem span {
    display: block;
    text-align: center;
    line-height: 135%;
    color: #8D8D8D;
}

.viewAll {
    display: flex;
    justify-content: center;
}

.actorsWrap:after {
    content: '';
    width: 100%;
    height: 115px;
    background: url(images/border0.svg);
    background-position: center bottom;
    background-size: cover;
    position: absolute;
    left: 50%;
    bottom: -85px;
    transform: translateX(-50%) rotate(180deg);
    pointer-events: none;
}

.episodesWrap {
    padding-top: 135px;
    position: relative;
}

.episodesWrap > * {
    position: relative;
    z-index: 3;
}

.episodesWrap:before {
    content: '';
    position: absolute;
    width: 2024px;
    height: 2024px;
    background: -moz-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    top: -1000px;
    left: -2300px;
    pointer-events: none;
}

.episodesWrap:after {
    content: '';
    width: 1540px;
    height: 1780px;
    position: absolute;
    top: -330px;
    right: -1500px;
    background: url(images/al1.png);
    background-position: top right;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}

.episodesWrap + .episodesWrap:after {
    display: none;
}

.episodesWrap + .episodesWrap:before {
    top: auto;
    left: auto;
    bottom: -1300px;
    right: -1800px;
}

.episodesWrap.episodesSingle:after {
    display: none;
}

.episodesWrap.episodesSingle:before {
    left: auto;
    right: -2000px;
    top: -600px;
}

.episodesList {
    display: flex;
    flex-wrap: wrap;
    margin-top: -35px;
}

.episodeItem {
    background: #242424;
    width: calc(32% - 30px);
    padding: 15px;
    border-radius: 5px;
    margin-right: 2%;
    margin-bottom: 25px;
}

.episodeItem:nth-child(3n) {
    margin-right: 0;
}

.episodeItem a {
    position: relative;
}

.episodeItem a:not(.button) {
    position: relative;
    display: block;
}

.episodeTitle {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    top: 8px;
    left: 7px;
    border-radius: 4px;
    padding: 5px 10px;
    text-transform: uppercase;
}

.episodeDuration {
    background: rgb(0 0 0 / 60%);
    position: absolute;
    right: 8px;
    bottom: 7px;
    border-radius: 4px;
    padding: 6px 5px;
    font-size: 12px;
}

.episodeItem img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    object-position: center;
    border-radius: 4px;
}

.episodeItem .button {
    justify-content: center;
    margin: 10px 0 0;
    font-size: 16px;
}

.episodesWrap + .episodesWrap {
    padding-top: 90px;
}

.newsWrap {
    margin: 0;
    padding: 200px 0 150px;
    position: relative;
}

.newsWrap:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url(images/redBack.png);
    width: 100%;
    height: 100%;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 83%;
    margin-top: 75px;
}

.newsWrap .container {
    position: relative;
    z-index: 2;
}

.newsList {
    display: flex;
    flex-wrap: wrap;
    margin-top: -10px;
}

.postItem {
    width: 32%;
    margin-right: 2%;
}

.postItem:nth-child(3n) {
    margin-right: 0;
}

.postItem img {
    height: 220px;
    width: 100%;
    object-fit: cover;
    object-position: center;
    border-radius: 5px;
}

.postItem span {
    display: block;
    color: #868686;
    margin: 5px 0 0;
}

.postItem h3 {
    margin: 10px 0 25px;
    font-size: 20px;
}

.postItem p {
    margin: 0;
    font-weight: 100;
    line-height: 155%;
}

.postItem .button {
    margin: 25px 0 0;
    width: fit-content;
}

footer {
    position: relative;
    padding: 45px 0 50px;
    z-index: 3;
}

footer .container {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 2;
}

footer .logo {
    width: 210px;
}

footer .container + .container {
    margin-top: 35px;
}

footer .container + .container p {
    text-transform: uppercase;
}

footer .container + .container a {
    color: #BFBFBF;
}

footer:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 350px;
    background: url(images/footer.png);
    background-size: 100%;
}

/* footer:after {
    content: '';
    position: absolute;
    width: 1701px;
    height: 1701px;
    left: -1300px;
    bottom: -800px;
    background: -moz-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    background: -webkit-radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
    background: radial-gradient(50% 50% at 50% 50%, rgba(255, 0, 0, 0.5) 0%, rgba(255, 0, 0, 0) 100%);
} */

.bannerPage {
    background-position: bottom center !important;
}

.bannerMain .tooLong {
    font-size: 30px;
    max-width: 560px;
}

.buttonBlack {
    background: #000;
}

.buttonBlack:before {
    background: -moz-linear-gradient(180deg, #737373 0%, #000000 100%);
    background: -webkit-linear-gradient(180deg, #737373 0%, #000000 100%);
    background: linear-gradient(180deg, #737373 0%, #000000 100%);
}

.bannerMain .buttonPlay {
    -moz-box-shadow: 0px 22px 33.5px 1px rgba(255, 0, 0, 0.36);
    -webkit-box-shadow: 0px 22px 33.5px 1px rgba(255, 0, 0, 0.36);
    box-shadow: 0px 22px 33.5px 1px rgba(255, 0, 0, 0.36);
}

.bannerMain .buttonPlay.buttonBlack {
    -moz-box-shadow: 0px 22px 33.5px 1px rgba(0, 0, 0, 0.36);
    -webkit-box-shadow: 0px 22px 33.5px 1px rgba(0, 0, 0, 0.36);
    box-shadow: 0px 22px 33.5px 1px rgba(0, 0, 0, 0.36);
}

.trailerWrap {
    margin: 170px 0 0;
}

.trailerWrap a {
    display: block;
    width: 100%;
    height: 565px;
    background-size: cover !important;
    background-position: center !important;
    background-repeat: no-repeat !important;
    border-radius: 5px;
    position: relative;
}

.trailerWrap .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 120px;
    height: 120px;
    background: url(images/playX.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
}

.trailerWrap .trailerData {
    position: absolute;
    left: 30px;
    bottom: 30px;
    width: calc(100% - 60px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 20px;
}

.actorsWrap.actorsSecondary {
    margin-top: 15px;
    padding-bottom: 175px;
}

.trailerWrap.trailerSlider .trailerData {
    bottom: auto;
    top: 30px;
}

.slick-arrow {
    background: hsl(0deg 0% 0% / 50%);
    font-size: 0;
    padding: 0;
    margin: 0;
    position: absolute;
    top: 50%;
    left: 30px;
    transform: translateY(-50%);
    z-index: 3;
    border: none;
    width: 65px;
    height: 65px;
    cursor: pointer;
    border-radius: 50%;
}

.slick-next {
    left: auto;
    right: 30px;
}

.slick-arrow:before {
    content: '';
    width: 15px;
    height: 25px;
    left: 50%;
    top: 50%;
    position: absolute;
    transform: translate(-50%, -50%) rotate(180deg);
    background: url(images/chevron.svg);
    background-size: contain;
    background-position: center;
    background-repeat: no-repeat;
}

.slick-next:before {
    transform: translate(-50%, -50%);
}

.menuToggle {
    background-color: rgb(255 0 0 / 50%);
    border: none;
    width: 40px;
    height: 40px;
}

.menuMobileWrap {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 20;
    background: #1C1010;
    width: 100%;
    height: 100%;
    opacity: 0;
    pointer-events: none;
    transition: .3s all;
}

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

.mmHeader {
    display: flex;
    align-items: center;
    padding: 25px 30px;
    justify-content: space-between;
}

.mmClose {
    font-size: 35px;
    font-weight: 100;
    width: 38px;
    height: 38px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-align: center;
    line-height: 35px;
}


.menuMobileWrap ul {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 20px 0 0;
    padding: 0;
    gap: 20px 0;
}

.menuMobileWrap li {
    display: block;
}

.menuMobileWrap ul a {
    font-family: Oswald;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 18px;
}

.episodesWrap.episodesSingle {
    margin-bottom: 200px;
}

.episodeItem:first-child .episodeTitle {
    background: rgb(212 0 0 / 60%);
}

.episodeItem:first-child .button {
    box-shadow: inset 0 0 0 1px #FF0D0D;
}

.episodeItem:first-child .button:hover {
    box-shadow: inset 0 0 0 1px rgb(255 255 255 / 60%);
}

.shareCloud {
    position: absolute;
    top: 130px;
    right: calc(calc(calc(100% - 1215px) / 2) - 330px);
    background: rgb(0 0 0 / 40%);
    /* background: red; */
    padding: 12px;
    border-radius: 5px;
    align-items: center;
    gap: 0 23px;
    z-index: 25;
    display: none;
}

.shareCloud.open {
    display: flex;
}

.shareCloud a {
    display: flex;
    align-items: center;
    gap: 0 10px;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
}

.shareCloud a:hover {
    color: #fff;
    font-weight: 500;
}

.shareCloud a:before {
    content: '';
    width: 35px;
    height: 35px;
    background-position: center!important;
    background-repeat: no-repeat!important;
    background-size: contain!important;
}

.shareCloud .shareVK:before {
    background: url(images/shareVK.svg);
}
.shareCloud .shareOK:before {
    background: url(images/shareOK.svg);
}
.shareCloud .shareTG:before {
    background: url(images/shareTG.svg);
}
.shareCloud .shareX:before {
    background: url(images/shareX.svg);
}
.shareCloud .shareC:before {
    background: url(images/shareC.svg);
}

#shareCopy {
    display: none;
}

.policyNotif {
    position: fixed;
    right: calc(calc(calc(100% - 1215px) / 2) - 305px);
    bottom: 70px;
    background: #111;
    padding: 30px 25px;
    border-radius: 5px;
    align-items: center;
    z-index: 25;
    display: none;
}

.policyNotif.open {
    display: flex;
}

.policyNotif p {
    font-size: 18px;
    color: #838383;
    margin: 0;
    width: 410px;
    margin-right: 20px;
}

.policyNotif a {
    text-decoration: underline;
}

.policyNotif .button {
    flex-shrink: 0;
    width: 50px;
    text-align: center;
    justify-content: center;
}

.pageWrap {
    margin: 200px 0 100px;
}

.storyImages {
    display: none;
}

.new-inner__info {
    margin: 10px 0 35px;
}

.new-inner__image img {
    width: 100%;
    border-radius: 15px;
}

.new-inner {
    padding-bottom: 30px;
}

.new-inner p {
    font-size: 18px;
    line-height: 160%;
}

*[class^="fancybox"] {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}



