@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 300;
    src: url(/onyx/fonts/poppins-v5-latin-300.eot);
    src: local("Poppins Light"), local("Poppins-Light"), url(/onyx/fonts/poppins-v5-latin-300.eot?#iefix) format("embedded-opentype"), url(/onyx/fonts/poppins-v5-latin-300.woff2) format("woff2"), url(/onyx/fonts/poppins-v5-latin-300.woff) format("woff"), url(/onyx/fonts/poppins-v5-latin-300.ttf) format("truetype"), url(/onyx/fonts/poppins-v5-latin-300.svg#Poppins) format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 400;
    src: url(/onyx/fonts/poppins-v5-latin-regular.eot);
    src: local("Poppins Regular"), local("Poppins-Regular"), url(/onyx/fonts/poppins-v5-latin-regular.eot?#iefix) format("embedded-opentype"), url(/onyx/fonts/poppins-v5-latin-regular.woff2) format("woff2"), url(/onyx/fonts/poppins-v5-latin-regular.woff) format("woff"), url(/onyx/fonts/poppins-v5-latin-regular.ttf) format("truetype"), url(/onyx/fonts/poppins-v5-latin-regular.svg#Poppins) format("svg")
}

@font-face {
    font-family: Poppins;
    font-style: normal;
    font-weight: 600;
    src: url(/onyx/fonts/poppins-v5-latin-600.eot);
    src: local("Poppins SemiBold"), local("Poppins-SemiBold"), url(/onyx/fonts/poppins-v5-latin-600.eot?#iefix) format("embedded-opentype"), url(/onyx/fonts/poppins-v5-latin-600.woff2) format("woff2"), url(/onyx/fonts/poppins-v5-latin-600.woff) format("woff"), url(/onyx/fonts/poppins-v5-latin-600.ttf) format("truetype"), url(/onyx/fonts/poppins-v5-latin-600.svg#Poppins) format("svg")
}

* {
    -moz-osx-font-smoothing: grayscale;
    -webkit-box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    box-sizing: border-box
}

body, html {
    background-color: #000;
    color: #fff;
    font-family: Poppins, Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    margin: 0;
    padding: 0
}

html {
    overflow-x: hidden
}

a, a:active, a:hover {
    border: 0;
    color: inherit;
    outline: 0;
    text-decoration: none
}

a:active img, a:hover img, a img {
    border: none;
    outline: none
}

.full {
    height: 100vh;
    overflow: hidden;
    width: 100%
}

.full .bg-full {
    height: 70%;
    text-align: center;
    width: 100%
}

.full .bg-full img {
    -o-object-fit: contain;
    -webkit-transition: opacity .4s, -webkit-transform .5s;
    height: auto;
    object-fit: contain;
    transition: opacity .4s, -webkit-transform .5s;
    transition: transform .5s, opacity .4s;
    transition: transform .5s, opacity .4s, -webkit-transform .5s;
    width: inherit
}

.full .bg-full img.animate {
    -webkit-transform: translateY(30%);
    opacity: 0;
    transform: translateY(30%)
}

.content-wrapper {
    margin: 0 auto;
    max-width: calc(100% - 2em);
    overflow: hidden;
    width: 1100px
}

h1, h2, h3, h4 {
    line-height: 1.2em
}

.header-wrapper {
    -webkit-transition: height .3s;
    background: rgba(0, 0, 0, .85);
    height: 6.25em;
    overflow: hidden;
    position: fixed;
    transition: height .3s;
    width: 100%;
    z-index: 999
}

.header-wrapper .flex {
    -ms-flex-align: center;
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-box-align: center;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    height: 100%;
    justify-content: space-between
}

.header-wrapper .kinopolis-logo {
    -webkit-transition: height .3s;
    display: block;
    height: 100%;
    transition: height .3s
}

.header-wrapper .kinopolis-logo img {
    height: 100%;
    width: auto
}

#main-navigation #burger-menu-icon {
    display: none
}

#main-navigation #burger-menu-icon p {
    color: #fff
}

#main-navigation .nav-wrapper {
    list-style: none;
    padding: 0
}

#main-navigation .nav-wrapper li {
    display: inline-block;
    height: auto;
    padding-right: 1.5em;
    vertical-align: middle
}

#main-navigation .nav-wrapper li:last-child {
    padding-right: 0
}

#main-navigation .nav-wrapper li a {
    display: block;
    font-size: .875em;
    font-weight: 600;
    height: 2em;
    line-height: 2em;
    text-transform: uppercase
}

#main-navigation .nav-wrapper li a img {
    height: 100%;
    width: auto
}

#start {
    width: 100%
}

#video-wrapper {
    position: relative
}

#video-wrapper video {
    bottom: 0;
    height: auto;
    overflow: hidden;
    right: 0;
    width: 100%;
    z-index: -100
}

#video-wrapper .btn-play {
    -webkit-transform: translate(-50%, -50%);
    -webkit-transition: opacity .3s;
    cursor: pointer;
    height: auto;
    left: 50%;
    opacity: 0;
    pointer-events: none;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: opacity .3s;
    width: 10vw
}

#video-wrapper .btn-play.visible {
    opacity: 1
}

@supports ((-o-object-fit:cover) or (object-fit:cover)) {
    #video-wrapper {
        background: #000
    }

    #video-wrapper video {
        -o-object-fit: cover;
        height: 100%;
        object-fit: cover
    }
}

#about {
    height: auto;
    min-height: 100vh;
    position: relative
}

#about .text-wrapper {
    background: rgba(0, 0, 0, .7);
    margin: 0 auto;
    padding: 1em;
    position: relative;
    z-index: 2
}

#about .text-wrapper h3 {
    font-size: 2.375em;
    font-weight: 400;
    margin-bottom: .5em
}

#about .text-wrapper p {
    font-size: 1.25em;
    font-weight: 300
}

#about .image-container {
    -ms-flex-flow: row nowrap;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    padding: 1em 0
}

#about .image-container div {
    -webkit-transition: opacity .3s, -webkit-transform .2s;
    transition: opacity .3s, -webkit-transform .2s;
    transition: transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s, -webkit-transform .2s;
    width: 30%
}

#about .image-container div:nth-child(2) {
    -webkit-transition-delay: .1s;
    transition-delay: .1s
}

#about .image-container div:nth-child(3) {
    -webkit-transition-delay: .2s;
    transition-delay: .2s
}

#about .image-container div.animate {
    -webkit-transform: translateY(20%);
    opacity: 0;
    transform: translateY(20%)
}

#about .image-container div img {
    height: auto;
    width: 100%
}

#about .bg-full {
    margin: 0 auto;
    position: relative;
    width: 90%;
    z-index: 1
}

#about .bg-full img {
    height: auto;
    width: 100%
}

#press {
    -ms-flex-flow: column;
    -webkit-box-direction: normal;
    -webkit-box-orient: vertical;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: column;
    position: relative;
    z-index: 4
}

#press blockquote {
    -webkit-transition: opacity .3s, -webkit-transform .2s;
    margin: 0;
    max-width: 680px;
    padding: 0;
    transition: opacity .3s, -webkit-transform .2s;
    transition: transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s, -webkit-transform .2s;
    width: 90%
}

#press blockquote.animate {
    -webkit-transform: translateX(-100%);
    opacity: 0;
    transform: translateX(-100%)
}

#press blockquote.animate:last-child {
    -webkit-transform: translateX(100%);
    transform: translateX(100%)
}

#press blockquote:last-child {
    -ms-flex-item-align: end;
    align-self: flex-end;
    margin-top: 6em;
    max-width: 900px;
    text-align: right
}

#press blockquote p {
    font-size: 1.875em;
    font-weight: 400;
    line-height: 1.2em;
    margin-bottom: 0
}

#press blockquote p:last-child {
    font-size: 1.25em;
    font-weight: 300;
    margin-top: .75em
}

.space-wrapper {
    background: transparent url(/onyx/images/space.jpg) no-repeat top;
    background-size: cover;
    min-height: 100vh;
    overflow: hidden;
    padding: 30vh 0;
    position: relative;
    width: 100%
}

.space-wrapper .content-wrapper {
    z-index: 4
}

.samsung-onyx-logo {
    -webkit-transition: opacity .3s, -webkit-transform .2s;
    height: auto;
    max-width: 100%;
    position: relative;
    transition: opacity .3s, -webkit-transform .2s;
    transition: transform .2s, opacity .3s;
    transition: transform .2s, opacity .3s, -webkit-transform .2s;
    z-index: 3
}

.samsung-onyx-logo.animate {
    -webkit-transform: translateX(-100%);
    opacity: 0;
    transform: translateX(-100%)
}

.moon {
    -webkit-transition: opacity .9s, -webkit-transform .8s;
    height: auto;
    max-width: 100%;
    position: absolute;
    right: 0;
    top: 15vh;
    transition: opacity .9s, -webkit-transform .8s;
    transition: transform .8s, opacity .9s;
    transition: transform .8s, opacity .9s, -webkit-transform .8s;
    z-index: 2
}

.moon.animate {
    -webkit-transform: translateX(100%);
    opacity: 0;
    transform: translateX(100%)
}

.earth {
    -webkit-transition: opacity .4s, -webkit-transform 1.2s;
    bottom: 0;
    height: auto;
    left: 0;
    max-width: 100%;
    position: absolute;
    transition: opacity .4s, -webkit-transform 1.2s;
    transition: transform 1.2s, opacity .4s;
    transition: transform 1.2s, opacity .4s, -webkit-transform 1.2s;
    z-index: 3
}

.earth.animate {
    -webkit-transform: translate(-10%, 30%);
    opacity: 0;
    transform: translate(-10%, 30%)
}

#tech-specs {
    background: rgba(0, 0, 0, .7);
    margin-top: 40vh;
    max-width: 820px;
    padding: 1em;
    position: relative;
    width: 70%;
    z-index: 3
}

#tech-specs h3 {
    font-size: 2.375em;
    font-weight: 400;
    margin-top: 0
}

#tech-specs p {
    font-size: 1.25em;
    font-weight: 300
}

.tech-specs-images {
    -ms-flex-flow: row wrap;
    -ms-flex-pack: distribute;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-transform-origin: 0 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-around;
    margin: 0 0 3em;
    position: relative;
    transform-origin: 0 0;
    width: 100%;
    z-index: 4
}

.tech-specs-images img {
    height: 200px;
    margin-top: 2em;
    width: auto
}

#current-movies {
    margin: 0 0 10vh;
    position: relative;
    z-index: 4
}

#current-movies h3 {
    font-size: 2.1875em;
    font-weight: 400
}

#current-movies .flex {
    -ms-flex-flow: row wrap;
    -ms-flex-pack: justify;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: justify;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    width: 100%
}

#current-movies .flex > div {
    -webkit-transform-origin: 50% 50%;
    -webkit-transition: -webkit-transform .2s;
    margin-bottom: .5em;
    transform-origin: 50% 50%;
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: calc(25% - 1em)
}

#current-movies .flex > div.fake-item {
    background: transparent;
    height: 0;
    margin-bottom: 0;
    margin-top: 0;
    visibility: hidden
}

#current-movies .flex > div:hover {
    -webkit-transform: scale(1.05);
    transform: scale(1.05)
}

#current-movies .flex > div img {
    height: auto;
    width: 100%
}

#current-movies .link {
    display: inline-block;
    font-size: 1.25em;
    margin-top: 1em;
    position: relative
}

#current-movies .link strong {
    position: relative
}

#current-movies .link strong:after {
    -webkit-transform: translate(120%, 20%) rotate(90deg);
    -webkit-transition: -webkit-transform .2s;
    background: transparent url(/onyx/images/svg/chevron-up-solid.svg) no-repeat 50%;
    background-size: 1em 1em;
    content: "";
    display: inline-block;
    height: 1em;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(120%, 20%) rotate(90deg);
    transition: -webkit-transform .2s;
    transition: transform .2s;
    transition: transform .2s, -webkit-transform .2s;
    width: 1em
}

#current-movies .link:active strong:after, #current-movies .link:hover strong:after {
    -webkit-transform: translate(150%, 20%) rotate(90deg);
    transform: translate(150%, 20%) rotate(90deg)
}

#footer {
    border-top: 1px solid #666;
    color: #666;
    margin-top: 4em;
    padding: 1em 0 4em;
    width: 100%
}

#footer .content-wrapper {
    -ms-flex-flow: row wrap;
    -ms-flex-pack: start;
    -webkit-box-direction: normal;
    -webkit-box-orient: horizontal;
    -webkit-box-pack: start;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    position: relative
}

#footer .content-wrapper a {
    margin: 0 1em 0 0
}

#footer .content-wrapper p {
    margin: 0 0 0 auto
}

a#to-top-btn {
    background-color: #666;
    height: 40px;
    margin: 0 !important;
    padding: 10px;
    position: absolute;
    right: 0;
    top: calc(-40px - 1em);
    width: 40px
}

a#to-top-btn img {
    height: auto;
    width: 100%
}

@media screen and (orientation: portrait) {
    #video-wrapper {
        height: 50vh
    }

    .moon {
        top: 30vh
    }
}

@media screen and (max-width: 1023px) {
    body.noscroll {
        overflow: hidden
    }

    .header-wrapper {
        height: 4em;
        overflow: initial
    }

    #main-navigation.open #burger-menu-icon #burger-menu-icon-inner {
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%)
    }

    #main-navigation.open .nav-wrapper {
        -webkit-transform: translateX(0);
        opacity: 1;
        transform: translateX(0)
    }

    #main-navigation #burger-menu-icon {
        cursor: pointer;
        display: block;
        height: 2em;
        overflow: hidden;
        position: absolute;
        right: 1em;
        top: 1em
    }

    #main-navigation #burger-menu-icon #burger-menu-icon-inner {
        -webkit-transition: -webkit-transform .2s;
        transition: -webkit-transform .2s;
        transition: transform .2s;
        transition: transform .2s, -webkit-transform .2s
    }

    #main-navigation #burger-menu-icon p {
        font-size: 2em;
        font-weight: 800;
        line-height: 1em;
        margin: 0;
        text-rendering: geometricPrecision
    }

    #main-navigation .nav-wrapper {
        -webkit-transform: translateX(100%);
        -webkit-transition: opacity .6s, -webkit-transform .4s;
        background: rgba(0, 0, 0, .7);
        height: calc(100vh - 4em);
        left: 0;
        margin: 0;
        opacity: 0;
        overflow-y: auto;
        position: absolute;
        top: 4em;
        transform: translateX(100%);
        transition: opacity .6s, -webkit-transform .4s;
        transition: transform .4s, opacity .6s;
        transition: transform .4s, opacity .6s, -webkit-transform .4s;
        width: 100%
    }

    #main-navigation .nav-wrapper li {
        border-bottom: 1px solid hsla(0, 0%, 100%, .2);
        display: block;
        padding: 0;
        width: 100%
    }

    #main-navigation .nav-wrapper li:first-child {
        border-top: 1px solid hsla(0, 0%, 100%, .2)
    }

    #main-navigation .nav-wrapper li a {
        height: 4em;
        line-height: 4em;
        text-align: center;
        width: 100%
    }

    #main-navigation .nav-wrapper li a:active, #main-navigation .nav-wrapper li a:hover {
        background: #fff;
        color: #000
    }

    #main-navigation .nav-wrapper li a:active img, #main-navigation .nav-wrapper li a:hover img {
        -webkit-filter: invert(1);
        filter: invert(1)
    }

    #main-navigation .nav-wrapper li a img {
        -webkit-transform: translateY(40%);
        height: 50%;
        transform: translateY(40%)
    }

    #about .bg-full img {
        -webkit-transform: scale(1.5);
        -webkit-transform-origin: 50% 50%;
        height: auto;
        transform: scale(1.5);
        transform-origin: 50% 50%;
        width: 100%
    }

    #tech-specs {
        width: 100%
    }

    .tech-specs-images img {
        height: 135px
    }

    #footer .content-wrapper a, #footer .content-wrapper p {
        margin: 0 1em 0 .5em
    }
}

@media screen and (max-width: 767px) {
    body, html {
        font-size: 12px
    }

    #current-movies .flex {
        -ms-flex-flow: row wrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        flex-flow: row wrap
    }

    #current-movies .flex > div {
        margin-bottom: 1em;
        width: calc(50% - 1em)
    }
}

@media screen and (max-width: 450px) {
    #about .image-container {
        -ms-flex-flow: row wrap;
        -webkit-box-direction: normal;
        -webkit-box-orient: horizontal;
        flex-flow: row wrap;
        padding-bottom: 0
    }

    #about .image-container div {
        margin-bottom: 1em;
        width: 100%
    }
}

#consent {
    width: 100vw;
    height: calc(100vh);
    position: fixed;
    overflow: hidden;
    top: 0;
    left: 0;
    z-index: 100001;
    display: none;
    padding-bottom: 0px;

    font-family: Montserrat,sans-serif;
    font-weight: 300;
    font-size: .975rem;
    color: #000;
}
#consent b{
    font-weight: bold;
}
.consent__bgblocker {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.8);
    pointer-events: none;
    position: absolute;


}

#consent__popup {
    background-color: white;
    width: 100%;
    margin: 0 auto;
    max-width: 800px;
    max-height: 800px;
    height: calc(100% - 150px);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    overflow: auto;
    padding-bottom: 150px;
}


.is-app #consent__popup {
    top: 0;
    transform: none;
    transform: translateX(-50%);


}


.consent__popup__head {
    background-color: #ebebeb;
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 20px;
    padding-top: 20px;
    padding-left: 50px;
    padding-right: 50px;

}


.consent__popup__head h2 {
    font-size: 20px;
    font-weight: bold;
}

.consent__popup__body {
    padding-bottom: 20px;
    padding-left: 50px;
    padding-top: 20px;
    padding-right: 50px;
    font-size: 15px;
    line-height: 25px;
}


#consent .logo {
    height: 72px;
    width: 100%;
    max-width: 140px;
    padding: 1px 0px 0px 0px;
    position: relative;


}

.checkbox-wrapper {
    display: flex;

    justify-content: left;
    flex-wrap: wrap;
    margin-top: 15px;
}

#consent label {
    cursor: pointer;
    display: inline-block;
    position: relative;
    padding-left: 40px; /* 10 px padding right + 15px input type*/
    margin-right: 50px; /* margin between inputs types */
    line-height: 30px;
}

#consent label:before {
    content: "";
    width: 28px;
    height: 28px;
    position: absolute;
    left: 0;
}

#consent .checkbox {
    height: 30px;
}

#consent input[type=checkbox] {
    display: none;
}

#consent .checkbox label:before {
    background: url('/assets/img/cc_checbox_unchecked.gif') left center no-repeat;
    margin-top: 2px;
    -webkit-transition: all 0.30s;
    -moz-transition: all 0.30s;
    -o-transition: all 0.30s;
    transition: all 0.30s;
}


#consent input[type=checkbox]:checked + label:before {
    background: url('/assets/img/cc_checbox_checked.gif') left center no-repeat;

    -webkit-transition: all 0.50s;
    -moz-transition: all 0.50s;
    -o-transition: all 0.50s;
    transition: all 0.50s;
}

#consent input[type=checkbox]:disabled + label:before {
    background: url('/assets/img/cc_checbox_disabled.gif') left center no-repeat;
}

#consent .button-wrapper {
    display: flex;

    padding-top: 50px;
    padding-bottom: 50px;
}
#accept-selected-button{
    margin-right: 15px;
}
#consent .consent__button {
    background-color: #dbdbdb;
    width: 300px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: background-color 500ms linear;
}

#consent .consent__button:hover {
    background-color: #bab6b6;
}

#consent .constent__button--highlight {
    background-color: #e30613;
    color: white;
    font-weight: bold;
    transition: background-color 500ms linear;
}

#consent .constent__button--highlight:hover {
    background-color: #b1040e;

}

.constent__description__wrapper {

    overflow: auto;
    font-size: 11px;
    line-height: 14px;
}

.consent-table {
    background-color: #dbdbdb;
    width: 100%;
    text-align: left;
    border-collapse: collapse;
}

.consent-table td, .consent-table th {
    border: 1px solid #AAAAAA;
    padding: 3px 10px;

}

.consent-table td {
    background-color: white;
}

.consent-table thead {
    background: #e30613;

}

.consent-table thead th {
    font-weight: bold;
    color: #FFFFFF;
    border-left: 2px solid #D0E4F5;
    font-size: 12px;
    text-transform: uppercase;
}

.consent-table thead th:first-child {
    border-left: none;
}

.consent-table .decription__cookie_type {
    font-weight: bold;
}

.cc_description__btn {
    cursor: pointer;
    text-decoration: underline;

    padding-bottom: 10px;
}

@media screen and (max-width: 600px) {
    .consent__popup__body {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 13px;
        line-height: 14px;
    }

    .consent__popup__head {
        padding-left: 20px;
        padding-right: 20px;
    }

    #consent label {
        margin-right: 20px;

    }

    #consent .button-wrapper {
        padding-top: 20px;
        padding-bottom: 20px;
    }

    #consent label {
        padding-left: 35px;
    }
}