body, body a, .mute-video{position:relative;cursor:url(cursor.png) 0 0 ,auto!important;}
body{width:1920px;height:1080px;margin:0;padding:0;overflow:hidden;}
body a{display:block;position:absolute;top:0;left:0;width:100%;height:100%;}
.container{position:fixed;top:0;left:50%;width:1920px;height:1080px;margin-left:-960px;background:url('bg1.jpg');background-size:1920px 1080px;background-position:50% 0;background-repeat:no-repeat;}    
/**/
.content{display:none;position:absolute;bottom:0;left:50%;width:1030px;height:990px;margin:0 0 0 -515px;background:#fff;z-index:999999999;}   
/**/
.brandingArea{width:100%;position:fixed;top:0;left:0;overflow:hidden;border-bottom:solid 2px #f1e9e8;}
.brandingArea img.branding{position:absolute;top:0;left:50%;width:1920px;height:1080px;margin-left:-960px;} 
/**/
.graphic-area{position:fixed;top:0;left:50%;margin:0 0 0 -960px;width:1920px;height:1080px;}  
.graphic-area__{position:fixed;top:0;left:50%;margin:0 0 0 -960px;width:1920px;overflow:hidden;}
.bio{display:block;position:absolute;width:74px;height:auto;}  
.kapka{display:block;position:absolute;width:74px;height:auto;}    
/**/
.graphic-area .kapka.header{top:55px;left:595px;}
.graphic-area .bio.header{top:96px;right:286px;}
.graphic-area .kapka.bottom{bottom:112px;right:283px;}
.graphic-area .bio.bottom{bottom:126px;left:290px;}
/**/
.graphic-area__ .kapka.header{top:62px;right:286px;}
.graphic-area__ .bio.header{top:96px;left:594px;}
.graphic-area__ .kapka.bottom{top:847px;left:289px;}
.graphic-area__ .bio.bottom{top:888px;right:283px;}

/* Max-width:1440px =========================== */
@media screen and (max-width:1440px){
html{}

}

/**/
@keyframes pulse {
    0% {
     transform: scale(1, 1);
    }

    50% {
     transform: scale(1.4, 1.4);
    }

    100% {
    transform: scale(1, 1);
    }
}
.pulse-anim {animation: pulse 1s linear infinite;}


