header {
    height: 100px; /* 70px;*/
    background-color: rgb(31, 5, 94);
    color: #FFF;
    background-image: url(../img/logo_b.jpg);
    background-position: 0%,0%,0%,0%;
    background-repeat: no-repeat;
    white-space: nowrap;
}

.header-text {
    /* margin: 0px; */
    padding-left: 5em;
    line-height: 2px;
    color: rgb(255, 255, 255);
    font: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
}

.header-language-choice {
    padding-top: 12px;
    padding-left: 880px;
    line-height: 10px;
    color: rgb(188, 188, 233);
    font: bold;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: bold;
    font-size: 12px;
}

body {
    margin: 0;
    border: 0;
}

header ul {
    margin: 0px;
    padding-left: 5em;
}

header ul li {
    margin-right: 1em;
    text-indent: 5em;
    display: inline;
    color: #fff;
}

header ul li a {
    color: yellow;
}

body {
    margin: 0;
    border: 0;
    padding: 0;
    background-color: #ddf;
}

section{
    padding-left: 5em;
    padding-right: 3em;
}

.home {
    padding-left: 0px;
    padding-right: 0px;
}

.link-actinv {
    color: aqua;
    font-weight: bold; 
}

.ul-address {
    list-style: none;
}

footer {
    text-align: center;
    color: #666;
    font-size: 12px;
    line-height: 2px;
}

.title1 {
    text-align: center;
}

.writer {
    text-align: right;
}

.contract {
    font-weight: bold;
}

.movie{
	position:relative;
	width:100%;
	padding-top:56.25%;
}

.movie iframe{
	position:absolute;
	top:0;
	right:0;
	width:100%;
	height:100%;
}