/* MAIN */
body {
	font-family: 'GothamPro', sans-serif;
	color: #ffffff;
	font-size: 16px;
	line-height: 24px;
	font-weight: 400;
	background-color: #3a63ba;
	height: 100%;
	/*min-height: 100vh;*/
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-align-content: space-between;
	-ms-flex-line-pack: justify;
	align-content: space-between;
}
h1, h2, h3, h4, h5, h6, p {
	font-family: 'GothamPro', sans-serif;
	margin-bottom: 0;
}
h1 {
	font-size: 60px;
	line-height: 72px;
	font-weight: 900;
	margin-bottom: 30px;
	letter-spacing: 1px;
}
p {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 1px;
}

a {
	color: #ffffff;
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
a:hover {
	text-decoration: none;
	color: #f3f3f3;
	-webkit-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
html {
	height: 100%;
}

/* MAIN */
.bg {
	/* background-image: url(../img/main_bg.jpg); */
	background-color: #3a63ba;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	height: 100%;
	width: 100%;
	position: absolute;
	z-index: -101;
	opacity: 0.75;
}
.bg video {
	display: block;
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
.bg img {
	display: none;
	z-index: -100;
}
header {
	position: relative;
	top: 0;
	z-index: 1;
}
header .rw1, header .rw2 {
	height: 68px;
}
header .rw1 {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: end;
	-webkit-justify-content: flex-end;
	-ms-flex-pack: end;
	justify-content: flex-end;
}
header .row>div {
	display: inline-block;
}
header .logo {
	height: 68px;
}
header .logo a {
	width: 250px;
	height: 68px;
	background: url(../img/logo.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50% 50%;
	padding: 0;
}
header .slogan {
	width: 520px;
	height: 36px;
	padding-left: 30px;
	padding-top: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.6);
}
header .slogan p {
	font-size: 12px;
	line-height: 18px;
	font-weight: 300;
}
header .lang {
	z-index: 3;
}
header .lang ul {
	list-style: none;
	padding-left: 0;
	background-color: rgba(0, 183, 241, 0.6);
}
header .lang ul li {
	padding: 0;
	line-height: 12px;
	height: 0;
	overflow: hidden;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	width: 60px;
	text-align: center;
}
header .lang ul li.active {
	height: 34px;
	padding: 8px 16px 12px;
}
header .lang ul li a {
	letter-spacing: 1px;
	font-weight: 300;
	font-size: 12px;
	text-decoration: none;
	padding-bottom: 2px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.6);
}
header .lang ul:hover li, header .lang ul:focus li, header .lang ul:active li {
	height: 34px;
	padding: 8px 16px 12px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}

/* MAIN */
main ul, main li {
	list-style: none;
	padding-left: 0;
}
main li {
	font-size: 20px;
	line-height: 36px;
	font-weight: 500;
	letter-spacing: 1px;
}
main li:before {
	content: "\2014";
	margin-right: 25px;
}

/* FOOTER */
footer {
	padding: 18px 15px;
	position: relative;
	bottom: 0;
	background-color: rgba(0, 183, 241, 0.6);
}
footer a {
	font-weight: 500;
	text-decoration: none;
	font-size: 15px;
	line-height: 18px;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
	letter-spacing: 1px;
}
footer a:hover {
	text-decoration: underline;
	-webkit-transition: .5s;
	-o-transition: .5s;
	transition: .5s;
}
footer .col-lg-4 {
	background-repeat: no-repeat;
	background-size: auto;
	background-position: 0% 50%;
	padding-left: 36px;
}
footer .mail {
	background-image: url(../img/mail_icn.png);
}
footer .phone {
	background-image: url(../img/phone_icn.png);
}
footer .geo {
	background-image: url(../img/geo_icn.png);
}
footer .geo a span {
	white-space: nowrap;
}


/* ADAPTATION */
@media screen and (min-width: 1199px) {
	footer .phone {
		padding-left: 54px;
    background-position: 20px 50%;
	}
}
@media screen and (min-width: 992px) and (max-width: 1199px) {
	footer .row>div {
		height: 48px;
		line-height: 48px;
		vertical-align: middle;
	}
	footer .row>div.geo {
		line-height: 24px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
	h1 {
		font-size: 48px;
		line-height: 64px;
	}
	main li {
		font-size: 18px;
		line-height: 28px;
	}
}
@media screen and (max-width: 991px) {
	header .rw2 {
		height: auto;
	}
	footer .row>div {
		margin-bottom: 10px;
	}
}
@media screen and (max-width: 767px) {
	.bg video>source:first-child {
		display: none;
	}
	.bg img {
		display: none;
		position: fixed;
		top: 50%;
		left: 50%;
		min-width: 100%;
		min-height: 100%;
		width: auto;
		height: auto;
		z-index: -100;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
	}
	header .logo a {
		margin-right: 0;
	}
	footer .row>div {
		margin-bottom: 10px;
	}
	h1 {
		font-size: 24px;
		line-height: 32px;
	}
	main li {
		font-size: 15px;
		line-height: 24px;
		font-weight: 300;
	}
	main li:before {
		margin-right: 10px;
	}
	header .logo {
		margin-bottom: 10px;
	}
	header .slogan {
		height: auto;
		margin-left: 15px;
		width: 100%;
		padding-left: 12px;
	}
	header .slogan p {
		font-size: 11px;
		letter-spacing: normal;
	}
	header .slogan {
		max-width: 360px;
	}
}
@media screen and (max-width: 380px) {
	h1 {
		font-size: 18px;
		line-height: 24px;
	}
	main li {
		font-size: 14px;
		line-height: 18px;
	}
}