*{
    pointer-events: none;
}

body {
    margin: 0;
}

#ad-viewport {
    min-width: 320px;
    position: relative
}

#ad-container,
#ad-viewport {
    width: 100%;
    height: 100%;
    overflow: hidden
}

#ad-container {
    position: fixed;
    cursor: pointer
}

#ad-content {
    width: 100%;
    height: 100%;
    position: relative;
}

#click {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    pointer-events: all;
    z-index: 100;
}

div{
    position: absolute;
}

.landscape, .portrait{
    width: 100%;
    height: 100%;
}

.portrait{
    visibility: hidden;
}

.videoBlock {
    width: 53%;
    top: 31.8%;
    left: 4%;
    right: auto;
    margin: auto;
    z-index: 111;
}


video {
    width: 100%;
    height: 100%;

    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;

    object-fit: cover;
}

.sound {
    background: url(images/sound.png) 50% 50% no-repeat;
    background-size: contain;

    position: absolute;

    width: 35px;
    height: 35px;

    bottom: 5%;
    left: 2%;

    z-index: 160;

    opacity: 0;
    visibility: hidden;
    pointer-events: all;
}

.sound.active {
    opacity: 1;
    visibility: visible;
}

.mute {
    background: url(images/mute.png) 50% 50% no-repeat;
    background-size: contain;

    position: absolute;

    width: 35px;
    height: 35px;

    bottom: 5%;
    left: 2%;

    z-index: 160;

    opacity: 0;
    visibility: hidden;
    pointer-events: all;
}

.mute.active {
    opacity: 1;
    visibility: visible;
}

.repeat {
    background: url(images/repeat.png) 50% 50% no-repeat;
    background-size: contain;

    position: absolute;

    width: 35px;
    height: 35px;

    bottom: 5%;
    left: 2%;

    z-index: 160;

    opacity: 0;
    visibility: hidden;
    pointer-events: all;
}

.repeat.active {
    opacity: 1;
    visibility: visible;
}


@media (orientation: portrait) {
    .videoBlock {
        width: 88%;
        top: 25.9%;
        left: 0;
        right: 0;
        margin: auto;
    }
}

.bgPort{
    background: url(images/bg.jpg) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;

    pointer-events: none;
}

.burgerPort{
    background: url(images/burger.png) 0% 100% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: 0;
    z-index: 111;
}

.newPort {
    background: url(images/new.svg) 0% 100% no-repeat;
    background-size: contain;
    width: 12.2%;
    height: 9%;
    left: 40.4%;
    bottom: 31.9%;
    z-index: 111;
}

.text1Port {
    background: url(images/text1.svg) 0% 0% no-repeat;
    background-size: contain;
    width: 52.6%;
    height: 19%;
    left: 6%;
    top: 4%;
}

.text2Port {
    background: url(images/text2.svg) 100% 100% no-repeat;
    background-size: contain;
    width: 35.1%;
    height: 7%;
    right: 8.4%;
    bottom: 20.1%;
}

.logoPort {
    background: url(images/logo.svg) 100% 100% no-repeat;
    background-size: contain;
    width: 15.8%;
    height: 11%;
    right: 4.7%;
    bottom: 3.9%;
}

.btnPort {
    background: url(images/btn.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 34.1%;
    height: 6%;
    right: 5%;
    top: 3.3%;
    animation-name: btn;
    z-index: 2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.btnBigPort {
    background: url(images/btn.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 34.1%;
    height: 6%;
    right: 5%;
    top: 3.3%;
    animation-name: btnBig;
    z-index: 1;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}




.bgLand{
    background: url(images/bgLand.jpg) 50% 50% no-repeat;
    background-size: cover;
    width: 100%;
    height: 100%;

    pointer-events: none;
}

.burgerLand {
    background: url(images/burgerLand.png) 0% 100% no-repeat;
    background-size: contain;
    width: 46.5%;
    height: 68%;
    right: 0%;
    bottom: 19.3%;
    z-index: 112;
}

.newLand {
    background: url(images/new.svg) 100% 0% no-repeat;
    background-size: contain;
    width: 7.1%;
    height: 15%;
    right: 6.8%;
    top: 11.3%;
    z-index: 113;
}

.text1Land {
    background: url(images/text1Land.svg) 0% 0% no-repeat;
    background-size: contain;
    width: 50.7%;
    height: 22%;
    left: 3.8%;
    top: 6.4%;
}

.text2Land {
    background: url(images/text2.svg) 100% 100% no-repeat;
    background-size: contain;
    width: 35.1%;
    height: 7%;
    right: 8.4%;
    bottom: 20.1%;
}

.text3Land {
    background: url(images/text3.svg) 100% 100% no-repeat;
    background-size: contain;
    width: 27.9%;
    height: 4.3%;
    right: 12.8%;
    bottom: 19.5%;
    
    z-index: 114;
}

.logoLand {
    background: url(images/logo.svg) 100% 100% no-repeat;
    background-size: contain;
    width: 17.8%;
    height: 14%;
    right: 3.4%;
    bottom: 7.9%;
}

.btnLand {
    background: url(images/btn.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 34.1%;
    height: 9%;
    right: 9.6%;
    bottom: 8.3%;
    animation-name: btn;
    z-index: 2;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}

.btnBigLand {
    background: url(images/btn.svg) 50% 50% no-repeat;
    background-size: contain;
    width: 34.1%;
    height: 9%;
    right: 9.6%;
    bottom: 8.3%;
    animation-name: btnBig;
    z-index: 1;
    animation-duration: 1.5s;
    animation-iteration-count: infinite;
}






@keyframes btn{
    0%{
        transform: scale(1);
    }
    50%{
        transform: scale(1.1);
    }
    100%{
        transform: scale(1);
    }
}

@keyframes btnBig{
    0%{
        opacity: 1;
        transform: scaleY(1);
    }
    50%{
        opacity: 1;
        transform: scaleY(1);
    }
    100%{
        opacity: 0;
        transform: scaleY(1.5) scaleX(1.2);
    }
}

.ligalPort {
    background: url(images/ligal.svg) 50% 100% no-repeat;
    background-size: contain;
    width: 85%;
    height: 2%;
    bottom: 1.6%;
    left: 0;
    right: 0;
    margin: auto;
}

.ligalLand {
    background: url(images/ligal.svg) 0% 100% no-repeat;
    background-size: contain;
    width: 56.1%;
    height: 3%;
    bottom: 1.6%;
    left: 1%;
}



@media (orientation: portrait){
    .landscape{
        visibility: hidden;
    }
    .portrait{
        visibility: visible;
    }
}

#hellopreloader>p{
    display:none;
}

#hellopreloader_preload{
    display: block;
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #222222 url(images/audio.svg) center center no-repeat;
    background-size:41px;
}