html {
	height: 100%;
}

table {
	display: none;
}

body {
	background: url(../i/bg.jpg) no-repeat;
	background-size: cover;
	width: 100%;
	position: fixed;
	top: 0;
	padding: 0;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	margin: 0;
	height: 100%;
	-webkit-font-smoothing: antialiased;
}

body:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	width: 100%;
	height: 100%;
	background: url(../i/bg2.png);
}

/*.wrapper {
  height: 100% !important;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
*/
a {
	text-decoration: none;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}

.border-top {
	top: 0;
	height: 9px;
	width: 100%;
	background: url(../i/border-top.png) 0 0;
	position: fixed;
	background-size: 100%;
	z-index: 9999;
}

.fullpage {
	float: left;
	width: 100%;
	margin: 0 auto;
}

.ads .title h1 span {
	color: #fff32b;
}

section .page_container {
	position: relative;
	margin: 0 auto 0;
	max-width: 1280px;
	border-left: 1px solid #138789;
	height: 100%;
}

section .page_container {
	margin-top: -21px !important;
}

.page2 h1 {
	font-size: 90px;
	margin-bottom: 14px;
}

img {
	position: relative;
	bottom: 106px;
	left: 18px;
}

.main section {
	overflow: hidden;
}

.title {
	position: absolute;
	top: 50%;
	margin-top: -94px;
	padding-left: 58px;
	padding-right: 15px;
}

.title:before {
	content: '';
	display: block;
	position: absolute;
	left: -7px;
	top: 50%;
	width: 12px;
	height: 12px;
	margin-top: -6px;
	background: url(../i/point.png) 0 0 no-repeat;
}

h1 {
	font-size: 80px;
	color: #fff32b;
	font-family: 'Roboto Condensed', sans-serif;
	text-align: left;
	line-height: 71px;
	margin: 0 0 2px;
}

h1 span:first-child {
	color: #03c6bc;
}

h1 span:last-child {
	color: #fff;
	font-size: 94px;
}

h2 {
	text-align: left;
	margin: 0;
	color: #fff;
	font-size: 42px;
	font-family: 'Roboto Condensed', sans-serif;
	font-weight: 400;
}

h2 a {
	color: #9fce20;
	font-weight: bold;
	border-bottom: 1px solid rgba(255, 255, 255, .2);
	display: inline-block;
	line-height: 50px;
}

a:hover {
	border: none;
	opacity: 0.7;
}

.social_page {
	position: absolute;
	bottom: 43px;
	left: 60px;
}

.social_page a {
	width: 43px;
	height: 43px;
	display: inline-block;
	background: url(../i/social.png) 0 0 no-repeat;
	margin-right: 2px;
}

.fb {
	background-position: -49px 0 !important;
}

video {
	position: fixed;
	right: 0;
	bottom: 0;
	/*top: -15px;*/
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
}

#menu li {
	padding: 0;
	text-align: center;
	margin-bottom: 3px;
}

#menu li a {
	padding: 10px;
	width: 4px;
	height: 4px;
	display: block;
}

#menu li a:before {
	content: '';
	position: absolute;
	width: 16px;
	height: 16px;
	left: 5px;
	background: url(../i/point-list.png) 0 0 no-repeat;
	border-radius: 10px;
}

#menu li.active a:before {
	width: 16px;
	height: 16px;
	background: url(../i/point-list-active.png) 0 0 no-repeat;
	left: 5px;
}

#menu {
	position: absolute;
	right: 311px;
	top: 46px;
	z-index: 5;
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
}

.slide_down {
	bottom: 0;
	width: 52px;
	height: 44px;
	position: absolute;
	background: url(../i/slide_down.png) 0 0 no-repeat;
	left: 50%;
	margin-left: -26px;
	display: none;
}

.slide_down_180 {
	bottom: 0;
	display: none;
	width: 52px;
	height: 44px;
	position: absolute;
	background: url(../i/slide_down.png) 0 0 no-repeat;
	left: 50%;
	margin-left: -26px;
}

@media all and (max-width: 1347px) {
	.page_container {
		margin-left: 31px !important;
	}

	#menu {
		right: 28px !important;
	}

	video {
		left: -580px;
	}

	video {
		display: none;
	}

	body:before {
		display: none;
	}

	body {
		background: url(../i/bg.jpg) 0 0 no-repeat;
		background-size: cover !important;
	}
}

@media all and (max-width: 970px) {
	h1 {
		font-size: 60px !important;
	}

	h1 span:last-child {
		font-size: 74px !important;
	}

	h2 {
		font-size: 34px !important;
	}

	h2 a {
		height: 45px;
	}

	.title {
		padding-left: 22px !important;
	}

	.social_page {
		left: 24px !important;
	}

	.social_page a {
		width: 64px;
		height: 63px;
		display: inline-block;
		background: url(../i/social2.png) 0 0 no-repeat;
		margin-right: 15px;
	}

	.fb {
		background-position: -79px 0 !important;
	}
}

@media all and (max-width: 768px) {

	/*  body {
		background-position: -580px 0 !important;
	  }*/
	#mouse {
		display: none;
	}

	#menu li {
		margin-bottom: 26px;
	}

	#menu li.active a:before {
		background: url(../i/point_768_active.png) 0 0 no-repeat !important;
		width: 22px !important;
		height: 22px !important;
	}

	#menu li a:before {
		background: url(../i/point_768.png) 0 0 no-repeat !important;
		width: 22px !important;
		height: 22px !important;
	}

	.slide_down {
		display: block !important;
	}

	.slide_down_180 {
		display: block !important;
		background: url(../i/slide_down_180.png) 0 0 no-repeat !important;
	}

	body {
		background-position: -560px 0 !important;
	}

}

@media all and (max-width: 680px) {
	body {
		background-position: 0 0 !important;
	}
}

@media all and (max-width: 550px) {
	h2 {
		font-size: 24px !important;
		line-height: 14px;
	}

	h2 a {
		height: 38px !important;
		margin-bottom: 7px !important
	}

	h1 {
		font-size: 42px !important;
		line-height: 45px !important;
		margin-top: 12px;
		margin-bottom: 16px;
	}

	.ads .title h1 {
		margin-bottom: -6px !important;
	}

	/*  .ads .title h1 {
		line-height: 45px !important;
		margin-bottom: -10px !important;
	  }*/
	h1 span:last-child {
		font-size: 52px !important;
	}

	.social_page {
		left: auto !important;
		right: 0 !important;
	}

	#menu {
		top: 15px !important;
		right: 10px !important
	}

	#menu li {
		margin-bottom: 12px;
	}

	#menu li.active a:before {
		background: url(../i/point_320_active.png) 0 0 no-repeat !important;
		width: 17px !important;
		height: 17px !important;
	}

	#menu li a:before {
		background: url(../i/point_320.png) 0 0 no-repeat !important;
		width: 17px !important;
		height: 17px !important;
	}

	.social_page {
		bottom: 10px !important;
	}

	.social_page a {
		width: 43px;
		height: 43px;
		display: inline-block;
		background: url(../i/social.png) 0 0 no-repeat;
		margin-right: 8px;
	}

	.fb {
		background-position: -49px 0 !important;
	}

}

@media all and (max-width: 480px) {
	.social_page {
		left: 22px !important;
		bottom: 10px !important;
	}

}

@media all and (max-width: 320px) {
	body {
		background-position: -330px 0 !important;
	}

	.title {
		top: 45% !important;
	}

	.ads .title h1 {
		font-size: 42px !important;
		line-height: 45px !important;
		margin-top: 12px;
		margin-bottom: 16px !important;
	}

	/* .page_container {
		padding-bottom: 55px !important;
	  }*/
	.social_page {
		bottom: 35px !important;
		left: 2px !important;
		right: auto !important;
	}

}

@media all and (max-width: 319px) {
	h1 {
		font-size: 48px !important;
		line-height: 10px !important;
		margin-bottom: 20px !important;
		margin-top: 0 !important;
	}

	h2 a {
		height: 24px !important;
	}

	h2 {
		font-size: 30px !important
	}

	section .page_container {
		border: none !important;
		margin-left: 5px !important;
	}

	section {
		padding-bottom: 60px !important;
	}

	section:first-child {
		border-bottom: 1px solid #138789;
	}

	.title:before {
		display: none !important;
	}

	.ads .title {
		top: 120px !important;
		padding-top: 50px !important;
		padding-bottom: 50px !important
	}

	.ads .title h1 {
		line-height: 11px !important;
		height: 40px !important
	}

	.ads .title h1 span {
		line-height: 15px !important;
		height: 80px !important;
		margin-top: 10px !important;
		padding-top: 20px !important;
		color: #fff32b;
	}

	.slide_down {
		display: none !important;
	}

	.social_page {
		left: 20px !important;
		bottom: -20px !important;
	}

	h1 span:last-child {
		line-height: 10px !important;
		height: 20px !important;
	}

	body {
		background-position: -560px 0 !important;
		background-size: cover !important;
		height: auto !important;
		position: absolute;
	}

	html {
		height: auto !important;
	}
}