@font-face {
    font-family: 'Cervo';
    src: url('../fonts/cervo/Cervo-Regular.eot');
    src: url('../fonts/cervo/Cervo-Regular.eot?#iefix') format('embedded-opentype'),
    url('../fonts/cervo/Cervo-Regular.woff2') format('woff2'),
    url('../fonts/cervo/Cervo-Regular.woff') format('woff'),
    url('../fonts/cervo/Cervo-Regular.ttf') format('truetype'),
    url('../fonts/cervo/Cervo-Regular.svg#Cervo-Medium') format('svg');
    font-weight: 500;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/ptsans/ptsans.woff2') format('woff2'),
    url('../fonts/ptsans/ptsans.woff') format('woff'),
    url('../fonts/ptsans/ptsans.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'PT Sans';
    src: url('../fonts/ptsans/ptsansbold.woff2') format('woff2'),
    url('../fonts/ptsans/ptsansbold.woff') format('woff'),
    url('../fonts/ptsans/ptsansbold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}


html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, table,
caption, tbody, tfoot, thead, tr, th, td
{margin: 0;padding: 0;border: 0;outline: 0;
    font-size: 100%;vertical-align: baseline;
    background: transparent;}
body              {line-height: 1;}
ol, ul            {list-style: none;}
blockquote, q     {quotes: none;}
blockquote:before, blockquote:after,
q:before, q:after {content: '';	content: none;}
:focus            {outline: 0;}
ins               {text-decoration: none;}
del               {text-decoration: line-through;}
table             {border-collapse: collapse;border-spacing: 0;}

a, a:hover, a:focus, a:active, a:visited,
button, button:hover, button:focus, button:active, button:visited {
    outline: none;
}

img, svg{
    display: block;
    margin: 0;
    padding: 0;
}

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.clear {
    clear: both;
}

*{
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

img, svg{
    display: block;
    padding: 0;
    margin: 0;
    outline: none;
}

html, body{
    position: relative;
    width: 100%;
    height: 100%;
    font-family: "Cervo", sans-serif;
    font-weight: 500;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow: hidden;
}

body{
    min-width: 320px;
    overflow: hidden;
    background-color: #000;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
}

main{
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    z-index: 1;
}

#scroll-wrapper{
    display: block;
    position: relative;
    z-index:2;
    background-color: #c00;
    width: 100%;
    height: 100%;
    overflow-y: scroll;
    opacity: 0.01;
}

#sidebar{
    display: block;
    position: absolute;
    left: 0;
    z-index: 3;
}
#header{
    display: block;
    width: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 4;
    padding: 40px 50px 0 50px;
}

.header-wrapper{
    display: table;
    width: 100%;
}
#footer{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 120px;
    z-index: 4;
    padding:0 200px;

}

.footer-wrapper{
    display: table;
    width: 100%;
}

.scroll-bottom-button{
    display: inline-block;
    padding: 0;
    position: absolute;
    width: 74px;
    left: 50%;
    margin-left: -37px;
    bottom: 0px;
    animation: move-up-down 2s ease-in-out infinite;
    animation-fill-mode: both;
    transform: translateY(0) scale(1);
}

@keyframes move-up-down{
    0% {
        transform: translateY(0) scale(1);
    }
    50%{
        transform: translateY(18px) scale(0.8);
    }
    100% {
        transform: translateY(0) scale(1);
    }
}

.booking-wrapper,
.smth-wrapper,
.cities-wrapper{
    display: table-cell;
    width: 33.333%;
    vertical-align: bottom;
    position: relative;
}

.booking-wrapper{
    text-align: left;
}

.booking-link,
.order-link{
    color: rgb(60,180,231);
    text-transform: none;
    text-decoration: none;
    /*overflow: hidden;*/
    display: inline-block;
}
.booking-link{
    display: inline-block;
}
.order-link{
    display: none;
}
.lift-up-link{
    overflow: hidden;
    transition: opacity 0.2s ease-in;
}
.lift-up-link span{
    display: block;
    /*position: relative;*/
    transition: 0.3s;
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0);
    line-height: 150%;
}
.lift-up-link span:before{
    position: absolute;
    display: block;
    top: 100%;
    content: attr(data-hover);
}

.lift-up-link:hover{
    opacity: 1;
}
.lift-up-link:hover span {
    -moz-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);

}

.lift-up-link span:before{
    color: rgb(60,180,231);
}

.booking-link span:before,
.order-link span:before{
    color: #ffffff;
}

[data-current-index="4"] .booking-link{
    display: none;
}
[data-current-index="4"] .order-link{
    display: inline-block;
}

.smth-wrapper{
    color: rgb(255,255,255);
    font-size: 36px;
    text-align: center;
}

#footer .smth-logo{
    display: inline-block;
    padding: 0;
    margin: 0;
    width: auto;
}

.cities-wrapper{
    text-align: right;
}

.city-link{
    display: inline-block;
    vertical-align: baseline;
    color: rgb(255,255,255);
    text-decoration: none;
    margin-left: 20px;
    cursor: pointer;
}

.city-link:first-child {
    margin-left: 0;
}

.city-link:hover{
    text-decoration: none;
}


.smth-wrapper,
.cities-wrapper,
.scroll-bottom-button{
    opacity: 0;
    visibility: hidden;

    transition: opacity 0.6s ease-out, visibility 0s linear 2s;
}



[data-current-index="0"] .smth-wrapper,
[data-current-index="0"] .cities-wrapper,
[data-current-index="0"] .scroll-bottom-button{
    opacity: 1;
    visibility: visible;

    transition: opacity 0.6s ease-out, visibility 0s;
}

#pk-logo{
    display: block;
    position: absolute;
    z-index: 4;
}

#lang-selector{
    display: block;
    position: absolute;
    z-index: 5;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.4s ease-out, visibility 0s 0.4s;
}

[data-current-index="7"] #lang-selector{
    opacity: 1;
    visibility: visible;

    transition: opacity 0.6s ease-out, visibility 0s;
}

.lang-selector-wrapper{
    display: table;
}

.lang-wrapper{
    display: table-cell;
}

.lang-selector{
    display: block;
    opacity: 0.5;
    color: rgb(255,255,255);
    letter-spacing: 0.2em;
    text-decoration: none;
}

.lang-selector.active{
    opacity: 1;
}

.lang-selector-wrapper .lang-selector:first-child{
    margin-right: 10px;
}

#js-paginator{
    display: block;
    height: auto;
    position: relative;
    text-align:center;
}

#js-paginator li{
    position: relative;
    cursor: pointer;
}

#js-paginator li:before{
    content: "";
    display: block;
    background-color: #fff;
    transform: skewX(-30deg) scale(0.4);
    width: 10px;
    height: 13px;
    border: none;
    opacity: 0.5;
    transition: transform 500ms ease-out;
}

#js-paginator li:hover:before{
    opacity: 1;
}


#js-paginator li.active:before{
    opacity: 1;
    transform: skewX(-30deg) scale(1) rotate(180deg);
}

#page-index{
    width: 20px;
    position: absolute;
    height: 20px;
    left: 75px;
    /*bottom: 135px;*/
    overflow: hidden;
    z-index: 4;
    top: 50%;
    transform: translateY(-50%);
}

#js-page-index-real,
#js-page-index-fake{
    display: block;
    position: relative;
    height: 9px;
    left: 0;
    overflow: hidden;
    transform: translateX(0px);
}

#js-page-index-real ul,
#js-page-index-fake ul{
    display: table;
    position: relative;
    transition: transform 1000ms ease-in-out;
    height: 100%;
}

#js-page-index-real li,
#js-page-index-fake li{
    display: table-cell;
    height: 100%;
    width: 30px;
    min-width: 30px;
    position: relative;
}

#js-page-index-real li span{
    display: block;
    font-size: 20px;
    line-height: 100%;
    padding-top: 1px;
    letter-spacing: 0.2em;
    overflow: hidden;
    color: rgb(255,255,255);
    position: absolute;
}

#js-page-index-fake li span{
    display: block;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0.2em;
    overflow: hidden;
    color: rgb(255,255,255);
    position: absolute;
    top: -8px;
}

[data-current-index="0"] #js-page-index-real ul{ transform: translateX(0); }
[data-current-index="1"] #js-page-index-real ul{ transform: translateX(-12.5%); }
[data-current-index="2"] #js-page-index-real ul{ transform: translateX(-25%); }
[data-current-index="3"] #js-page-index-real ul{ transform: translateX(-37.5%); }
[data-current-index="4"] #js-page-index-real ul{ transform: translateX(-50%); }
[data-current-index="5"] #js-page-index-real ul{ transform: translateX(-62.5%); }
[data-current-index="6"] #js-page-index-real ul{ transform: translateX(-75%); }
[data-current-index="7"] #js-page-index-real ul{ transform: translateX(-87.5%); }

[data-current-index="7"] #js-page-index-fake ul{ transform: translateX(0); }
[data-current-index="6"] #js-page-index-fake ul{ transform: translateX(-12.5%); }
[data-current-index="5"] #js-page-index-fake ul{ transform: translateX(-25%); }
[data-current-index="4"] #js-page-index-fake ul{ transform: translateX(-37.5%); }
[data-current-index="3"] #js-page-index-fake ul{ transform: translateX(-50%); }
[data-current-index="2"] #js-page-index-fake ul{ transform: translateX(-62.5%); }
[data-current-index="1"] #js-page-index-fake ul{ transform: translateX(-75%); }
[data-current-index="0"] #js-page-index-fake ul{ transform: translateX(-87.5%); }

















.screen-section{
    width: 100%;
    height: 100%;
    position: relative;
}

.section-wrapper{
    display: block;
    z-index: 1;
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    transition: opacity 600ms ease-out, visibility 0ms 600ms;
}

.section-container{
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    width: 100%;
    height: auto;
    transform: translateY(-50%);
    z-index: 2;
}

.section-wrapper.active{
    visibility: visible;
    opacity: 1;
    /*transition: none;*/
    transition: opacity 600ms ease-out, visibility 0ms;
}

@keyframes fadeInDown{
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInDownDelay{
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    33%{
        transform: translateY(-30px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}

@keyframes fadeInDelay{
    0% {
        transform: translateY(-30px);
        opacity: 0;
    }
    33%{
        transform: translateY(-30px);
        opacity: 0;
    }
    100%{
        transform: translateY(0);
        opacity: 1;
    }
}


.caption{
    color: rgb(255,255,255);
    opacity: 1;

    transform: translateY(0);
    animation-fill-mode: forwards;
    animation-direction: normal;
}

.caption img{
    display: inline-block;
}

.section-wrapper.active .caption{
    animation: fadeInDown 600ms ease-out;
}

.title{
    color: rgb(255,255,255);
    line-height: 80%;
    text-transform: uppercase;
    opacity: 1;
    white-space: nowrap;
    transform: translateY(0);

    animation-fill-mode: forwards;
    animation-direction: normal;
}

.section-wrapper.active .title{
    animation: fadeInDownDelay 900ms ease-out;
}

.description{
    display: block;
    font-size: 18px;
    line-height: 150%;
    max-width: 420px;
    width: 100%;
    color: #9DA6B0;
    opacity: 0;
    font-family: 'PT Sans', sans-serif;
    transition: opacity 600ms;
}

.section-wrapper.active .description{
    opacity: 1;
    transition: opacity 600ms ease-out 600ms;
}

.section-number{
    display: inline-block;
    position: absolute;
    color: #fff;
    top: 30px;
    left: 30px;
}

#js-background,
#js-content,
#js-mask{
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#js-background{
    z-index: 1
}

#js-mask{
    z-index: 2;
}

#js-content{
    z-index: 3;
}

#js-asset-intro-video{
    /*display: block;*/
    display: none;
    padding: 0;
    position: relative;
    margin: 0 auto;
}

.bg-asset--wrapper{
    display: block;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    background-color: #000;
    visibility: hidden;
}

.bg-asset--wrapper.active{
    visibility: visible;
    z-index: 2;
}

.bg-asset-container{
    display: flex;
    flex-direction: row;
    display: -webkit-flex;
    -webkit-flex-direction: row;
    width: 100%;
    height: 100%
}

.bg-asset-col{
    height: 100%;
    position: relative;
    overflow: hidden;
}

.bg-asset{
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    left: auto;
    width: auto;
    height: 100%;
    transform: scale(1);
    z-index: 1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-asset-mask{
    display: none;
    width: 100%;
    height: 30%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(11, 16, 22, 0) 0%, #0B1016 100%);
    z-index: 2;
}

.bg-asset--wrapper.active .bg-asset{
    /*animation: scale 30s ease-in-out infinite;*/
    /*animation-delay: 2s;*/
}

@keyframes scale{
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.15);
    }
    100% {
        transform: scale(1);
    }
}

.hash-tag{
    display: block;
    text-align: center;
    color: #fff;
}

.logo-container{
    display: block;
    position: relative;
    margin: auto;
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}

.logo-container img{
    display: block;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
}

.smth-logo-center{
    display: block;
    margin: 50px auto 60px;
    position: relative;
    text-align: center;
}

.smth-logo-center img{
    display: inline-block;
    width: auto;
    height: 50px;
    margin: auto;
    padding-left: 16px;
    vertical-align: top;
}

.scroll-button-right{
    display: inline-block;
    position: relative;
    top: 0;
    right: 0;
    height: 100%;
    width: auto;
    margin-left: 20px;
    vertical-align: top;
    margin-top: 4px;
    transform: translateX(0) scale(1);
    animation: move-right-left 2s ease-in-out infinite;
    animation-fill-mode: both;
}

.start-link{
    display: inline-block;
    cursor: pointer;
}

@keyframes move-right-left{
    0% {
        transform: translateX(0) scale(1);
    }
    50% {
        transform: translateX(18px) scale(0.8);
    }
    100% {
        transform: translateX(0) scale(1);
    }
}

.content-container{
    display: block;
    position: relative;

}

.shutter{
    display: block;
    position: relative;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgb(13,17,23);
    width: 100%;
    z-index: 2;
}

[data-id="0"] .shutter{
    width: 100%;
    opacity: 1;
    transition: opacity 2s ease-out 1s;
}

.shutter.hide{
    opacity: 0;
}

.svg-stroke-wrapper{
    display: block;
    position: absolute;
    /*top: 50%;*/
    /*left: 50%;*/
    /*transform: translate(-50%, -50%);*/
    z-index: 1;
    opacity: 0.5;
    /*width: 100%;*/
    /*height: 100%;*/
}

.svg-stroke-wrapper svg{
    display: block;
    position: relative;
}

.active .svg-stroke-wrapper line,
.active .svg-stroke-wrapper polyline,
.active .svg-stroke-wrapper path{
    stroke-dasharray: 4014px;
    stroke-dashoffset: 4014px;
    animation: dash 3s linear both 1s;
}

[data-id="0"].active .svg-stroke-wrapper line,
[data-id="0"].active .svg-stroke-wrapper polyline,
[data-id="0"].active .svg-stroke-wrapper path{
    stroke-dasharray: 4014px;
    stroke-dashoffset: 4014px;
    animation: dash 4s linear both 2s;
}

@keyframes dash {
    100% {
        stroke-dashoffset: 0;
    }
}

.cinemas-container{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    height: 100%;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}

.cinemas-title{
    font-size: 25px;
    line-height: 30px;
    text-align: center;
    color: #fff
}
.cinemas-block-row{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    height: 100%;
    align-items: center;
    -webkit-align-items: center;
    /*margin: 0 -30px;*/
}

.cinema-block-wrapper{
    text-align: center;
    display: inline-block;
}

/*.cinema-block:first-child{*/
/*padding-right: 0;*/
/*}*/
/*.cinema-block:last-child{*/
/*margin-bottom: 0;*/
/*padding-right: 0;*/
/*}*/

.cinema-image{
    display: inline-block;
    margin: 0;
    padding: 0;
    width: 100%;
    max-width: 320px;
    margin-bottom: 60px;
    background: no-repeat center/cover;
    text-align: center;
}
.cinema-image img{
    display: inline-block;
    padding: 0;
    width: 100%;
    height: auto;
}


.cinema-title{
    /*font-size: 50px;*/
    color: rgb(255,255,255);
}

.cinema-address{
    font-family: 'PT Sans', sans-serif;
    line-height: 150%;
    color: rgb(255,255,255);
}

.films-container{
    display: flex;
    display: -webkit-flex;
    flex-direction: row;
    -webkit-flex-direction: row;
    height: 100%;
    width: 100%;
    align-items: center;
    -webkit-align-items: center;
}

.films-title{
    color: #fff;
}
.films-block{
    display: block;
    width: 100%;
    position: relative;
    /*overflow-x: scroll;*/
    /*overflow-y: hidden;*/
    /*top: 50%;*/
    /*left: 0;*/
    /*transform: translateY(-50%);*/
}

.film-col{
    display: inline-block;
    /*padding: 0 13px;*/
}

.film-col:first-child{
    margin-left: 20px;
}
.film-col:last-child{
    margin-right: 20px;
}



.film-item{
    display: block;
    background-color: rgb(60,180,231);
    color: #fff;
    height: 100%;
    position: relative;
    text-decoration: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}


.film-item__inner{
    display: block;
    height: 100%;
}

.img-block{
    display: block;

}
.img-block__inner{
    display: block;
    height: 100%;
}
.img-block img{
    display: block;
    margin: 0;
    padding: 0;
    width: 100%;
    height: auto;
}

.film-description{
    display: none;
    margin-top: 10px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: normal;
    line-height: 100%;
    text-align: center;
}

.film-item__inner > b{
    display: block;
    margin-top: 15px;
    font-family: 'PT Sans', sans-serif;
    font-style: normal;
    font-weight: bold;
    line-height: 100%;
    text-align: center;
}
.film-item__inner > span{
    display: block;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    font-family: 'PT Sans', sans-serif;
    font-size: 12px;
    text-align: center;
    padding: 10px 5px;
}

.table{
    display: table;
}

.cell{
    display: table-cell;
    height: 100%;
}

.swiper-container {
    width: 100%;
}

.swiper-pagination{
    height: 1px;
    margin: auto;
    background: rgba(255,255,255, 0.3);
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: rgb(255,255,255);
}

#js-menu{
    display: inline-block;
    bottom: 123px;
    right: 120px;
    position: absolute;
    z-index: 4;
    visibility: hidden;
    opacity: 0;
    overflow: hidden;
    transition: opacity 600ms ease-out, visibility 0ms linear 600ms;

}

[data-current-index="2"] #js-menu{
    opacity: 1;
    visibility: visible;
    transition: opacity 600ms ease-out, visibility 0ms;
}

.menu-button{
    color: #FFFFFF;
    text-decoration: none;
}

.fit-x{
    width: 100%;
    height: auto;
    position: absolute;
}

.fit-y{
    width: auto;
    height: 100%;
    top: 0;
    left:0;
}

.fit-center-right{
    left: auto;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}

.fit-center-left{
    left: 0;
    right: auto;
    top: 50%;
    transform: translateY(-50%);
}
.fit-center-center{
    left: 50%;
    right: auto;
    top: 50%;
    transform: translate(-50%, -50%);
}


.fit-x > svg{
    width: 100%;
    height: auto;
}

.fit-y > svg{
    height: 100%;
    width: auto;
}