body, body a, .mute-video{position:relative;}
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%;z-index:2;}
.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:1920px;height:1080px;position:fixed;top:0;left:50%;overflow:hidden;margin-left:-960px;}
.brandingArea img{display:block;width:1920px;height:1080px;}
/**/
.preload{display:none;}  
/**/
.talir{position:absolute;top:13px;left:1196px;display:block;width:210px;height:auto;animation: rotate 10s linear infinite;}
/**/
@keyframes rotate {
  from { transform: rotate(0deg); }
  to { transform: rotate(360deg); }
}
/**/
.pecet{position:absolute;top:830px;left:300px;display:block;width:110px;height:auto;}
.pecet_2{left:unset;right:300px;}
.pecet:hover{transform: scale(1.5) rotate(45deg)!important;}
/**/
.video{
  position:absolute;
  top: 232px;
  left: 286px;
  width: 128px;
  height:233px;
  overflow:hidden;
  border-radius:7px;
  border:solid 4px #318428;
  z-index:1;
}

.video video{
  position:absolute;
  top:-1px;
  left:0px;
  width:132px;
  height:auto;
}

.video-two{
  left:unset;
  right:286px;
}
.mute-video {
	position: absolute;
  top:450px;
  left:387px;
	background: url(mute_off.png) no-repeat center;
	background-size: 34px;
	width: 34px;
	height: 34px;
	z-index: 12;
	cursor: pointer;
	transition: 0.3s;
	border: none;
}
.mute-video-two{
  left:unset;
  right:387px;
}
.mute-video:hover {
	background: url(mute_on.png) no-repeat center;
	background-size: 34px;
	transition: 0.3s;
}
.unmute-video {
	background: url(mute_on.png) no-repeat center;
	background-size: 34px;
}
.unmute-video:hover {
	background: url(mute_off.png) no-repeat center;
	background-size: 34px;
}
.button {
  z-index:4;
  position:absolute;
  bottom:10px;
  left:50px;
}      
/* Max-width:1440px =========================== */
@media screen and (max-width:1440px){
html{}

}
