body{
    font-family: verdana, arial, sans-serif;
    line-height: 1.5;
    background: url(/img/flag.jpg) fixed;
    background-size: 100% 100%;
    margin: 0;
    padding: 0;
}
.bg{
    background: rgba(0,0,0,0.8);
}
.bg2{
    background: #fff;
    padding: 50px 20px;
    color: #285803;
    font-weight: bold;
    text-align: center;
    height: 100%;
    box-sizing: border-box;
    font-size: 24px;
}
.bg2 img{
    margin-bottom: 20px;
}
.wrapper{
    max-width: 980px;
    margin: 0px auto;
    padding: 20px;
    background: rgba(0,0,0,0.2);
    color: #ccc;
    word-break: break-word;
}
img{
    max-width: 100%;
}
@media(max-width: 750px){
    .galery{
    overflow-x: auto;
    height: 180px;
    white-space: nowrap;
    }
    iframe{
        max-width: 100%;
    }
}

.galery a{
    display: inline-block;
}
.galery img{
    height: 150px;
}
a{
    color: inherit;
}
a:hover{
    color: #eee;
    text-decoration: none;
}
.lang{
    text-align: right;
}
.lang a:first-child{
    color: #329fdf;
}
.lang a{
    color: #bfbf32;
    text-decoration: none;
    font-size: 14px;
}
.lang a:hover{
    text-decoration: underline;
}