body{
    
    background: url("../images/patt3.png") repeat rgb(21,21,29);
}

.logo{
    display: grid;
    grid-template-columns: 30% 50% 20%;
    width: 99%;
    height: auto;
    background-color: #C3292D;
    border-radius: 0px 0px 30px 30px;
    margin: auto;
    position: absolute;
    top: 0px;
     
}
.logo .imglogo{
    margin-top: 10px;

    margin-right: 10px;
}
.logo .imglogo img{
    width: 400px;
    
    height: auto;
}
.logo .imgmag{
    position: absolute;
    margin-top: 10px;
left: 10px;
    
}
.imgmag img{
    width: 150px;
    
    height: auto;
}
.footer{
    position: absolute;
    display: grid;
    grid-template-columns: 10% 80% 10%;
    width: 99%;
    height: 50px;
    background-color: #C3292D;
    border-radius: 30px 30px 0px 0px;
    margin: auto;
    bottom: 0px;
    margin-bottom: -30px;
    
}
.footer p{
    font-family: Tahoma;
    font-weight: bold;
    text-align: center;
    font-size: 1.1em;
}
.video{
    width: 70%;
    height: 90%;
    margin: auto;
    margin-top: 138px;
    box-shadow: 0px 0px 30px rgb(255, 255, 255);

}
.h_iframe-aparat_embed_frame{
    position:relative;
    margin-bottom: 20px;

}

.h_iframe-aparat_embed_frame iframe{
    position:absolute;
    top:0;
    left:0;
    width:100%;
    height:100%;
}
.h_iframe-aparat_embed_frame div{
   
    padding-top:57%;
}
.CDownload{
	width:70px;
	height:70px;
	border-radius:30%;
    box-shadow: 0px 0px 10px white;
    position: fixed;
    bottom: 100px;
    right:80px;
     background-image: url("../images/download.png");
    background-size: cover;
    z-index: 2;
    
}
.dllink:hover + .CDTooltip {
    visibility: visible;
}
.CDownload:hover{
      box-shadow: 0px 0px 20px white;
    
}

a p{
    font-size: 14px;
    font-family: tahoma;
    font-weight: bold;
    color: #fce0a2;
    text-align: center;
    position: fixed;
    bottom: 60px;
    right:45px;
    text-shadow: 0px 0px 10px white;

}
a p:hover{
   text-shadow: 0px 0px 20px white;
}