html{
height: 100%;
}

body{
font-family: 'Open Sans', sans-serif;
font-size: 14px;
font-weight: 400;
color: #000000;
margin: 0;
height: 100%;
display: flex;
align-items: center;
justify-content: center;
}

*{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
outline: 0;
}
*:before,
*:after{
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
}

.container{
max-width: 1200px;
margin: auto;
padding: 0 15px;
}

.center{
flex-basis: 100%;
height: 100%;
}

#header{
text-align: center;
padding: 60px 0;
background: url(../img/interface/fond.jpg) center;
font-size: 22px;
}

#header a{
display: inline-block;
text-decoration: none;
color: inherit;
}

#header a img{
display: block;
max-width: 100%;
height: auto;
}

#content{
padding: 30px 0;
}

#content h1{
margin: 0 0 15px;
font-size: 28px;
color: #e74812;
text-align: center;
font-style: italic;
}

#content p{
margin: 0 0 30px;
font-size: 18px;
color: #e74812;
text-align: center;
font-style: italic;
}

#content p a{
color: inherit;
text-decoration: none;
}

#content #galery{
display: flex;
}

#content #galery img{
display: block;
max-width: 100%;
height: auto;
margin: 0 0 30px;
}

#content #galery img:last-child{
margin: 0;
}

#content #galery .left{
width: calc((100% / 3) * 2);
}

#content #galery .right{
width: calc(100% / 3);
padding: 0 0 0 15px;
}

#content #galery .right img:first-child{
margin: 0 0 20px;
}

#footer{
text-align: center;
padding: 45px 30px;
background: url(../img/interface/fond.jpg) center;
font-size: 22px;
display: flex;
flex-wrap: wrap;
justify-content: center;
}
#footer img{
display: block;
max-width: 100%;
height: auto;
margin: 15px;
}

@media all and (max-width: 1200px)
}

@media all and (max-width: 992px){
}

@media all and (max-width: 768px){
}

@media all and (max-width: 500px){
}