
/*xs*/
@media (min-width: 1px){

    #js-asset-intro-video{
        display: none;
    }

    #pk-logo{
        top: 20px;
        left: 20px;
        width: 36px;
    }

    .lang-selector{
        font-size: 15px;
    }

    .logo-container{
        max-width: 196px;
    }

    .hash-tag{
        font-size: 25px;
        margin-bottom: 12px;
        margin-top: 0;
    }

    #sidebar{
        top: auto;
        bottom: 0;
        width: 100%;
        height: auto;
        padding: 0;
    }

    #js-paginator{
        transform: translateX(-50%);
        top: 0;
        left: 50%;
        padding-left: 0;
        margin-bottom: 15px;
        margin-top: 0;
    }

    #js-paginator li{
        display: inline-block;
        padding: 10px;
    }

    .city-link{
        font-size: 20px;
        margin-left: 12px;
    }

    .booking-link,
    .order-link{
        font-size: 17px;
    }

    .bg-asset-container{
        flex-direction: column-reverse;
        -webkit-flex-direction: column-reverse;
    }

    /*.bg-asset{*/
    /*width: auto;*/
    /*height: 100%;*/
    /*}*/

    .section-container{
        top: 60%;
        transform: translateY(-130px);
    }
    .content-container{
        top: 50%;
        left: 0;
        margin-top: -75px;
        text-align: center;
    }

    .caption{
        text-align: center;
    }

    .caption img{
        height: auto;
        width: 64px;
    }

    .title{
        font-size: 50px;
        margin-top: 12px;
        margin-left: 0;
        text-align: center;
    }

    .description{
        font-size: 13px;
        margin-left: auto;
        margin-right: auto;
        margin-top: 20px;
        padding-left:20px;
        padding-right:20px;
        text-align: center;
    }

    .cinemas-title{
        margin-bottom: 25px;
        padding-left: 0;
    }

    .cinemas-col{
        align-self: center;
        -webkit-align-self: center;
        padding-right: 0;
        padding-left: 0;
    }

    .cinemas-block-row{
        text-align: center;
        height: auto;
        flex-direction: column;
        -webkit-flex-direction: column;
    }

    .cinema-block-col{
        margin-bottom: 30px;
    }

    .cinema-block{
        text-align: center;
        margin-bottom: 25px;
    }

    .first-col,
    .last-col{
        text-align: center;
    }

    .cinema-image{
        display: none;
    }

    .cinema-title{
        font-size: 25px;
    }

    .cinema-address{
        font-size: 13px;
        margin-top: 10px;
    }

    .films-title{
        margin-bottom: 15px;
        margin-top: -45px;
        font-size: 24px;
        line-height: 30px;
        text-align: center;
    }

    .film-col{
        /*width: 100px;*/
        /*height: 253px;*/
        width: 125px;
        height: 253px;
        margin-right: 10px;
    }

    .info-block{
        padding: 10px 5px 25px 5px;
    }

    .film-item__inner > b{
        font-size: 10px;
    }

    .film-schedule{
        font-size: 10px;
    }

    .swiper-pagination{
        display: none;
        width: 90%;
        margin-top: 15px;
    }

    .bg-asset{
        /*right: auto;*/
        /*left: 50%;*/
        /*width: auto;*/
        /*height: 100%;*/
        /*transform: scale(1) translateX(-50%);*/
    }

    #js-menu{
        bottom: 53px;
        right: 25px;
    }

    #lang-selector{
        bottom: 56px;
        right: 0;
    }

    .menu-button{
        font-size: 22px;
    }

    .lift-up-link:hover span{
        -moz-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0);
    }

    #page-index{
        top: auto;
        bottom: 15%;
        transform: none;
    }

    .pl-0-xs{ padding-left: 0; }
    .pl-200-xs{ padding-left: 200px; }
}

/*sm*/
@media (min-width: 768px) {

    .booking-link,
    .order-link{
        font-size: 25px;
        line-height: 31px;
    }

    .info-block{
        padding: 10px 5px 30px 5px;
    }

    .film-col{
        width: 200px;
        height: 400px;
    }

    .film-item__inner > b{
        font-size: 13px;
    }

    .film-schedule{
        font-size: 12px;
    }


    .films-title{
        font-size: 30px;
        line-height: 37px;
        margin-bottom: 100px;
        margin-top: 0;
    }

    .swiper-pagination {
        width: 70%;
        margin-top: 45px;
    }

    #js-paginator{
        margin-top: 70px;
    }

    #js-menu{
        bottom: 123px;
        right: 25px;
    }

    #lang-selector{
        bottom: 123px;
        right: 25px;
    }
    .section-container{
        top: 60%;
        transform: translateY(-150px);
    }
    /*.content-container {*/
        /*top: 60%;*/
        /*margin-top: -150px;*/
    /*}*/

    .menu-button{
        font-size: 30px;
    }

    .caption img{
        width: 117px;
    }

    .title{
        font-size: 120px;
    }

    .description {
        font-size: 15px;
        margin-top: 50px;
        max-width: 550px;
    }

    .pl-0-sm{ padding-left: 0; }
    .pl-200-sm{ padding-left: 200px; }


}
/*md*/
@media (min-width: 1023px) {
    #js-asset-intro-video{
        display: block;
    }

    #pk-logo{
        left: 52px;
        top: 40px;
        width: 50px;
    }

    .lang-selector{
        font-size: 20px;
    }

    #footer{
        bottom: 53px;
        padding: 0 70px 0 150px;
    }

    .booking-wrapper,
    .smth-wrapper,
    .cities-wrapper{
        vertical-align: bottom;
    }
    #footer .smth-wrapper{
        padding-bottom: 35px;
    }

    #footer .smth-logo{
        height: 37px;
    }

    .city-link{
        font-size: 30px;
    }
    #sidebar{
        top: 0;
        bottom: auto;
        width: auto;
        height: 100%;
        padding-right: 25px;
    }

    #js-paginator li{
        display: block;
        padding: 7px;
    }


    #js-paginator{
        transform: translateY(-50%);
        top: 50%;
        left: 0;
        padding-left: 70px;
        margin-bottom: 0;
        margin-top: 0;
    }

    .booking-link,
    .order-link{
        font-size: 25px;
    }

    .hash-tag{
        font-size: 35px;
        margin-bottom: 40px;
    }

    .logo-container{
        max-width: 410px;
    }

    .section-container{
        top: 50%;
        transform: translateY(-50%);
    }

    .content-wrapper{
        padding-left: 150px;
    }
    .content-container{
        top: 50%;
        transform: translateY(-50%);
        text-align: left;
        margin-top: 0;

    }

    .caption{
        text-align: left;
    }

    .caption img {
        height: auto;
        width: 120px;
    }

    .title{
        font-size: 120px;
        margin-top: 20px;
        margin-left: -5px;
        text-align: left;
    }

    .description{
        font-size: 15px;
        margin-top: 40px;
        padding-left: 0;
        max-width: 290px;
        text-align: left;
        margin-left: 0;
        margin-right: 0;
    }

    .cinemas-container{
        /*padding: 0 90px 0 130px;*/
    }
    .cinemas-block-row{
        flex-direction: row;
        -webkit-flex-direction: row;
    }

    .cinemas-col{
        padding-right: 40px;
        padding-left: 130px;
    }

    .first-col{
        text-align: left;
    }

    .last-col{
        text-align: right;
    }

    .cinema-image{
        display: inline-block;
        max-width: 215px;
        margin-bottom: 30px;
    }

    .cinemas-title{
        margin-bottom: 30px;
        margin-top: -15px;
        text-align: left;
        padding-left: 0px;
    }


    .films-title{
        font-size: 30px;
        line-height: 37px;
        padding-left: 130px;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left;
    }


    .bg-asset-container{
        flex-direction: row;
        -webkit-flex-direction: row;
    }

    .bg-asset{
        right: 0;
        left: auto;
        /*width: auto;*/
        /*height: 100%;*/
        transform: scale(1);
    }

    .bg-asset-mask{
        display: none;
    }

    #js-menu{
        bottom: 59px;
        right: 65px;
    }

    #lang-selector{
        bottom: 59px;
        right: 65px;
    }
    .menu-button{
        font-size: 30px;
    }

    .pl-0-md{ padding-left: 0; }
    .pl-200-md{ padding-left: 200px; }

}

/*bg*/
@media (min-width: 1199px) {
    .cinemas-title{
        font-size: 30px;
        line-height: 37px;
        padding-left: 130px;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left;
    }

    .films-title{
        font-size: 30px;
        line-height: 37px;
        padding-left: 130px;
        margin-bottom: 0;
        margin-top: 0;
        text-align: left;
    }

    .content-container{
        text-align: left;
    }

    .description{
        max-width: 380px;
    }

    .cinemas-col{
        padding-right: 70px;
        padding-left: 20px;
    }

    .lift-up-link:hover span {
        -moz-transform: translateY(-100%);
        -ms-transform: translateY(-100%);
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%);
    }

    .pl-0-bg{ padding-left: 0; }
    .pl-200-bg{ padding-left: 200px; }
    .content-wrapper{
        padding-left: 200px;
    }

    #footer{
        padding-left: 200px;
        padding-right: 200px;
    }

}

/*lg*/
@media (min-width: 1600px) {
    #pk-logo{
        left: 70px;
        top: 40px;
        width: 50px;
    }


    #js-paginator{
        padding-left: 80px
    }

    #footer{
        bottom: 106px;
        padding-left: 200px;
        padding-right: 200px;
    }
    .booking-wrapper,
    .smth-wrapper,
    .cities-wrapper{
        vertical-align: middle;
    }
    #footer .smth-wrapper{
        padding-bottom: 0px;
    }
    #footer .smth-logo{
        height: 55px;
    }

    .scroll-bottom-button{
        bottom: -40px;
    }

    .lang-selector{
        font-size: 20px;
    }

    .section-container{
        /*padding: 160px 200px;*/
    }

    .logo-container{
        max-width: 684px;
    }

    .hash-tag{
        font-size: 40px;
        margin-bottom: 40px;
        margin-top: -80px;
    }

    .city-link{
        font-size: 36px;
        margin-left: 20px;
    }

    .booking-link,
    .order-link{
        font-size: 32px;
    }


    .content-container{
        top: 0;
        left: 0;
        transform: none;
        margin-top: 0;
        text-align: left;
    }

    .caption img{
        height: auto;
        width: 185px;
    }

    .title{
        font-size: 180px;
        margin-top: 30px;
        margin-left: -7px;
    }

    .description{
        font-size: 18px;
        margin-top: 60px;
        max-width: 410px;
    }

    .cinemas-col{
        padding-right: 80px;
    }

    .cinemas-block-row{
        text-align: left;
        height: 100%;
    }

    .cinema-block-col{
        margin-bottom: 0;
    }

    .cinema-block{
        /*text-align: left;*/
    }

    .cinema-image{
        max-width: 300px;
    }

    .cinema-title{
        font-size: 50px;
    }

    .cinema-address{
        font-size: 22px;
        margin-top: 26px;
    }

    .film-item__inner > b{
        font-size: 15px;
    }

    .film-description{
        font-size: 12px;
    }

    .swiper-pagination{
        width: 60%;
    }

    #js-menu{
        bottom: 59px;
        right: 65px;
    }

    #lang-selector{
        bottom: 59px;
        right: 65px;
    }

    .menu-button{
        font-size: 40px;

    }

    .cinemas-title{
        font-size: 40px;
        padding-left: 200px;
    }
    .films-title{
        font-size: 40px;
        padding-left: 200px;
    }

    .cinemas-col{
        padding-right: 130px;
        padding-left: 70px;
    }

    #page-index{
        top: 50%;
        bottom: auto;
        transform: translateY(-50%);
    }

    #js-menu{
        bottom: 106px;
        right: 65px;
    }

    #lang-selector{
        bottom: 120px;
        right: 65px;
    }

    .pl-0-lg{ padding-left: 0; }
    .pl-200-lg{ padding-left: 200px; }
}

@media (min-height: 480px) {
    .swiper-pagination{
        display: block;
    }
}

@media (min-height: 1px) {
    .description{
        line-height: 150%;
        margin-top: 20px;
    }
}

@media (min-height: 600px) {
    .description{
        line-height: 150%;
        margin-top: 30px;
    }
}

@media (min-height: 728px) {
    .description{
        margin-top: 60px;
    }
}

@media (min-width: 1025px) and (min-height: 1px){
    #footer{
        bottom: 10px;
    }

    #js-menu{
        bottom: 10px;
    }

    #lang-selector{
        bottom: 25px;
    }
    .title{
        margin-top: 5px;
        font-size: 90px;
    }
    .description {
        font-size: 14px;
        margin-top: 30px;
    }

    .section-container{
        /*padding-top: 100px;*/
        /*padding-bottom: 100px;*/
    }

    .scroll-bottom-button {
        bottom: -5px;
    }

    .logo-container {
        max-width: 500px;
    }

    .caption img{
        width: 80px;
    }

    .hash-tag {
        margin-bottom: 30px;
        margin-top: -20px;
    }

    .section-container {
        /*padding-top: 90px;*/
        /*padding-bottom: 90px;*/
    }

    .content-container {
        top: 0;
        transform: none;
        text-align: left;
        margin: 0;
    }

    .cinemas-title {
        font-size: 30px;
    }

    .cinema-title {
        font-size: 30px;
    }

    .cinema-address {
        font-size: 15px;
        margin-top: 10px;
    }

    .cinema-image {
        max-width: 230px;
    }

    .films-title {
        font-size: 30px;
    }

    .swiper-pagination{
        display: none;
    }
}

@media (min-width: 1025px) and (min-height: 600px){
    #footer{
        bottom: 20px;
    }

    #js-menu{
        bottom: 20px;
    }

    #lang-selector{
        bottom: 35px;
    }

    .scroll-bottom-button {
        bottom: -10px;
    }

    .title{
        margin-top: 15px;
        font-size: 120px;
    }

    .caption img {
        width: 90px;
    }

    .description {
        font-size: 15px;
        margin-top: 40px;
    }

    .cinema-image {
        max-width: 270px;
    }

    .swiper-pagination{
        display: block;
    }

}

@media (min-width: 1025px) and (min-height: 700px){
    #footer{
        bottom: 60px;
    }

    #js-menu{
        bottom: 60px;
    }

    #lang-selector{
        bottom: 75px;
    }

    .scroll-bottom-button {
        bottom: -25px;
    }

}

@media (min-width: 1025px) and (min-height: 800px){
    #footer{
        bottom: 80px;
    }

    #js-menu{
        bottom: 80px;
    }

    #lang-selector{
        bottom: 95px;
    }

    .logo-container{
        max-width: 650px;
    }

    .scroll-bottom-button {
        bottom: -20px;
    }

    .title{
        margin-top: 15px;
        font-size: 140px;
    }

    .caption img {
        width: 120px;
    }

    .description {
        font-size: 16px;
        margin-top: 40px;
    }

}

@media (min-width: 1025px) and (min-height: 900px){
    .logo-container{
        max-width: 650px;
    }
    .caption img {
        width: 165px;
    }
    .title{
        margin-top: 15px;
        font-size: 180px;
    }
    .description {
        font-size: 18px;
        margin-top: 40px;
    }
}

@media (min-width: 1600px) and (min-height: 800px){

}

