#body {
       height:100%;display: flex;
                                                
     } 

@font-face {
    font-family: 'Akrobat';
    src: url(Akrobat/'Akrobat-SemiBold.otf');
	  }
	
#HeaderIzo {height:auto;width:100%;
           box-shadow: 0 0 10px 0 rgba(0,0,0,0.5);

     }
	 
#Header {
  width: 100%;
  height: auto;
    }

	
h1 {
    /*font-size: 3.0vw;*/
    font-size: 28px;
}
h2 {
    /*font-size: 2.3vw;*/
    font-size: 24px;
}

p {}	 
	 
#HeaderLogo{width: 10%;
  max-width:2160px;
  margin: 0 auto; 
     }	 

.nav { display:flex; justify-content:space-around;
			    background-color: #E64A19;

	 }

.nav  ul {
			    padding:0;
			    margin:0;
			    list-style: none;
			    position: relative;
			    }
			
.nav  ul li {
			    margin: 0 -7px 0 0;
			    display:inline-block;
			    background-color: #E64A19;
			    }
 
.nav a {
			    display:block;
			    padding:0 10px;
			    color:#FFF;
			    font-size:1em;
			    line-height: 50px;
			    text-decoration:none;
			}

.nav  a:hover {
			    background-color:gray;
		}

.nav  ul  ul {
			    display: none;
			    position: absolute;
			    top: 100%;
			}
 
.nav  ul  li:hover > ul {
			    display:inherit;
			}
 
.nav  ul  ul   li {
			    min-width:170px;
			    float:none;
			    display:list-item;
			    position: relative;
			}

img	{ width: 100%;
  height: auto;
}			
#Images {width: 96%;
  max-width: 960px;
  margin: 0 auto;
}
#Images_01 {width: 96%;
  max-width:1094px;
  margin: 0 auto;
}
#Images_02 {width: 96%;
  max-width: 658px;
  margin: 0 auto;
}
#Images_03 {width: 96%;
  max-width: 350px;
  margin: 0 auto;
}
#Images_04 {width: 96%;
  max-width:1366px;
  margin: 0 auto;
}
#Images_05 {width: 96%;
  max-width:488px;
  margin: 0 auto;
}
#Images_06 {width: 96%;
  max-width:443px;
  margin: 0 auto;
}
#Images_07{width: 96%;
  max-width:60px;
  margin: 0 auto;
}
#ImagesPayPal{width: 96%;
  max-width:200px;
  margin: 0 auto;
  text-align: center; /* Выравнивание по центру */         
}
#ImagesPayPal2{width: 100%;
  max-width:300px;
  margin: 0 auto;
  text-align: center; /* Выравнивание по центру */         
}
.video-responsive {
position:relative;
padding-bottom:56.25%;
padding-top:3%;
height:0;
overflow:hidden;
width: 96%;
  margin: 0 auto;
}
.video-responsive iframe,
.video-responsive object,
.video-responsive embed {
position: absolute;
top:10%;
left:13%;
width: 75%;
height: 75%;
}


.topbutton{
width:50px;border:2px solid #ccc;background:#f7f7f7;
opacity:0.75;
text-align:center;padding:3px;position:fixed;
bottom:5px;right:18px;cursor:pointer;
color:#333;font-size:12px;border-radius: 5px;
-moz-border-radius: 5px;-webkit-border-radius: 5px;
}