body {
	margin: 0;
	background: url('images/bg.png');
	font: normal 14px Arial;
}
.bg {
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	height: 606px;
	overflow: hidden;
}
.bg-center {
	position: relative;
	margin: 0 auto;
	width: 895px;
	height: 606px;
}
.bg-left {
	position: absolute;
	right: 100%;
	width: 999999px;
	top: 0;
	bottom: 0;
	background: url('images/bg-left.png');
}
.bg-left-photo {
	position: absolute;
	right: 0;
	top: 0;
	width: 630px;
	height: 606px;
	background: url('images/bg-left-photo1.png');
}
.bg-right {
	position: absolute;
	left: 100%;
	width: 999999px;
	top: 0;
	bottom: 0;
	background: url('images/bg-right.png');
}
.bg-right-photo {
	position: absolute;
	left: 0;
	top: 0;
	width: 652px;
	height: 606px;
	background: url('images/bg-right-photo1.png');
}
.sheet {
	position: relative;
	margin: 0 auto;
	width: 895px;
}
.menu {
	position: relative;
	height: 80px;
	background: rgba(56, 55, 77, 0.7);
}
.menu-items {
	position: absolute;
	left: 25px;
	top: 30px;
	font: normal 19px 'Corsiva';
	letter-spacing: 0px;
}
.menu-items a {
	display: block;
	float: left;
	color: white;
	text-decoration: none;
	line-height: 20px;
	border-right: 1px solid #797888;
	padding: 0 10px;
	transition: all 0.3s ease;
}
.menu-items a:last-child {
	border-right: none;
}
.menu-items a:hover {
	color: #ffff00;
}
.menu-info {
	position: absolute;
	top: 12px;
	right: 92px;
	color: white;
	text-align: right;
	font: normal 14px 'Corsiva';
	line-height: 14px;
}
.content {
	position: relative;
	margin: 0 auto;
	width: 860px;
	background: rgba(248, 248, 250, 0.07);
	min-height: 600px;
	padding-top: 95px;
}
.langs {
	position: absolute;
    bottom: 8px;
    right: 8px;
}
.langs a {
	display: block;
	float: left;
	width: 25px;
	height: 19px;
	transition: all 0.3s ease;
	border-radius: 3px;
	background-repeat: no-repeat;
	background-position: center center;
}
.langs a:hover {
	background-color: rgba(255, 255, 255, 0.3);
}
.lang-ua {
	background-image: url('images/lang-ua.png');
}
.lang-ru {
	background-image: url('images/lang-ru.png');
}
.lang-en {
	background-image: url('images/lang-en.png');
}
.logo-ru {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 252px;
	height: 86px;
	margin-left: -126px;
	background: url('images/logo-ru.png');
}
.logo-ua {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 252px;
	height: 86px;
	margin-left: -126px;
	background: url('images/logo-ua.png');
}
.logo-en {
	position: absolute;
	left: 50%;
	top: 9px;
	width: 252px;
	height: 86px;
	margin-left: -126px;
	background: url('images/logo-en.png');
}
.logo-ru a,
.logo-ua a,
.logo-en a {
	display: block;
	width: 100%;
	height: 100%;
}
.instagram {
	position: absolute;
	background: url('images/instagram2.png') no-repeat;
	width: 35px;
	height: 30px;
	right: 25px;
    top: 15px;
}
.instagram a {
	display: block;
	width: 100%;
	height: 100%;
}
.footer {
	background-image: url('images/footer.png');
	min-width: 895px;
}
.footer-content {
	position: relative;
	margin: 0 auto;
	width: 860px;
	height: 99px;
}
.footer-left-butterfly {
	position: absolute;
	left: 0;
	top: 17px;
	width: 57px;
	height: 63px;
	background: url('images/footer-left-butterfly.png');
}
.footer-right-butterfly {
	position: absolute;
	right: 0;
	top: 17px;
	width: 57px;
	height: 63px;
	background: url('images/footer-right-butterfly.png');
}
.footer-menu {
	position: absolute;
	left: 0;
	right: 0;
	top: 10px;
	text-align: center;
}
.footer-menu  a {
	display: inline-block;
	vertical-align: top;
	height: 24px;
	line-height: 24px;
	color: white;
	padding: 0 16px;
	text-decoration: none;
	font: normal 16px 'Corsiva';
}
.footer-menu  a:hover {
	text-decoration: underline;
}
.footer-my-name {
	position: absolute;
	bottom: 8px;
	left: 0;
	right: 0;
	font: normal 11px 'Candara';
	color: #f6e048;
	text-align: center;
}
.footer-copyright {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 23px;
	text-align: center;
	color: white;
	font: normal 20px 'Corsiva';
}