#header {
	position:relative;
	height:143px;
    margin: auto;
	text-align:left;
	width:1004px;
    display: flex;
}
#logo {
	z-index: 20;
}
#header-container {
	position:relative;
	height:131px;
	text-align:left;
	width:715px;
    display: flex;
    overflow:hidden;
}
#ozdobnik-left {
	z-index: 20;
}
#ken-burns-effect {
	margin-left: -80px;
	margin-right: -80px;
	width: 715px;
	max-height: 131px;
	z-index: 10;
	overflow: hidden;
}
#ken-burns-effect > span {
	animation: animate 10s ease;
	display: none;
}
#ken-burns-effect > div img {
	animation: animate 10s ease;
}
#ozdobnik-right {
	z-index: 20;
	display: inline;
}
@-webkit-keyframes animate {
	0% {
		-webkit-transform-origin: right;
		-moz-transform-origin: right;
		-ms-transform-origin: right;
		-o-transform-origin: right;
		transform-origin: right;
		transform: scale(1.0);
	}
	100% {
		transform: scale(1.1);
	}
}

#btn-flag-poland {
    position: absolute;
	top: 10px;
	left: 979px;
	z-index: 30;
}
#btn-flag-gbritain {
	position: absolute;
	top: 15px;
	left: 954px;
	z-index: 30;
}
#btn-flag-georgia {
	position: absolute;
	top: 40px;
	left: 968px;
	z-index: 30;
}
#btn-envelope {
	position: absolute;
	top: 85px;
	left: 979px;
	z-index: 30;
}
#btn-map {
	position: absolute;
	top: 103px;
	left: 963px;
	z-index: 30;
}
.header-btn img {
	border-radius: 15px;
	width: 16px;
	height: 16px;
	transition: transform .2s;
	cursor: pointer;
}
.header-btn img:hover {
  transform: scale(1.2);
}
.header-btn a {
	border-bottom-width: 0px;
}