@import 'https://fonts.googleapis.com/css?family=Roboto:400,700,900&subset=cyrillic,cyrillic-ext,greek,greek-ext,latin-ext,vietnamese';
@font-face {
	font-family: roboto;
	font-style: normal;
	font-weight: 400
}

html {
	margin: 0;
	min-height: 100%;
	box-sizing: border-box
}

body {
	background: #000;
	min-height: 100%;
	font-family: roboto, Arial, sans-serif;
	margin: 0;
	padding: 0;
	color: #333;
	font-size: 14px;
	line-height: 1.42857143
}

*,
*:before,
*:after {
	box-sizing: border-box;
	margin: 0;
	padding: 0
}

#frames {
	background: #000 no-repeat top center;
	width: 100%;
	margin: 0 auto;
	display: block;
	min-height: 1103px;
	color: #fff;
	transition: background .5s ease-out
}

#frames>div {
	max-width: 1170px;
	margin: 0 auto;
	display: block;
	padding: 15px;
	transition: opacity 1s ease-out;
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 0;
	overflow: hidden
}

#frames>div:first-child,
#frames>div[data-state=show] {
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	opacity: 1;
	height: auto
}

#frames>div[data-state=hide] {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 0;
	padding: 0
}

#frames h1 {
	font-size: 26px;
	line-height: 24px;
	text-transform: uppercase;
	font-weight: 900;
	letter-spacing: -1px
}

#frames h1 span {
	color: #0ef
}

#frames h2 {
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	margin: 10px 0;
	line-height: 1.1
}

#frames h2 span {
	color: #0dba00
}

#frames p {
	display: none;
	font-size: 16px;
	font-weight: 400;
	color: #fff;
	margin: 0 0 10px
}

#frames .yellow,
#frames .blue {
	display: block;
	font-size: 16px;
	font-weight: 400;
	color: #14e0dc
}

#frames h3 {
	width: 100%;
	font-size: 16px;
	font-weight: 900;
	padding: 6px 0;
	margin-top: 10px;
	margin-left: 5%
}

#frames h3 i {
	font-style: normal;
	font-size: 27px;
	line-height: 43px;
	font-weight: 700;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	padding: 8px 18px;
	margin-right: 10%;
	background: rgba(265, 0, 0, .2);
	border: rgba(265, 265, 265, .2) 3px solid;
	color: rgba(265, 265, 265, .2)
}

#frames h3 .active {
	background-color: #0ef;
	color: #333;
	box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, .3);
	border: #fff 3px solid
}

#frames h4 {
	font-size: 26px;
	line-height: 24px;
	margin: 10px 0;
	font-weight: 900
}

#frames>div>div>div {
	max-width: 311px;
	float: left;
	width: 50%;
	padding: 0 15px;
	text-align: center;
	cursor: pointer
}

#frames>div>div:after {
	content: " ";
	display: table;
	clear: both;
	float: none
}

#frames>div>div>div>img {
	display: block;
	max-width: 100%;
	height: auto;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	border: 3px solid #fff
}

#frames>div>div>div>span {
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 10px;
	display: block
}

#frames h5 {
	height: 50px;
	line-height: 50px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	margin-bottom: 10px;
	border-radius: 6px;
	border: 1px solid #999;
	background-color: #ccc;
	font-size: 14px;
	color: #333;
	padding: 0 30px;
	font-weight: 900;
	letter-spacing: 2px;
	text-transform: uppercase;
	display: inline-block;
	cursor: pointer
}

#frames ul {
	display: block;
	color: #fff;
	font-size: 17px;
	line-height: 1.5;
	margin: 10px 0 10px 20px
}

#frames ul li {
	padding: 0 5px
}

.cta {
	font-size: 30px;
	font-weight: 700;
	border-radius: 10px;
	background: #00a2ff;
	color: #fff;
	text-decoration: none;
	padding: 20px 54px;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

@media screen and (max-width:360px) {
	#frames ul {
		font-size: 14px
	}
}

@media screen and (min-width:481px) {
	#frames h1 {
		font-size: 22px;
		line-height: 24px
	}
	#frames h2 {
		font-size: 15px;
		font-weight: 400
	}
	#frames h4 {
		font-size: 22px;
		line-height: 24px
	}
	#frames .blue {
		font-size: 24px
	}
	#frames .yellow {
		font-size: 24px;
		color: #ffb930
	}
}

@media screen and (min-width:768px) {
	#frames>div {
		max-width: 750px
	}
	#frames h1 {
		font-size: 44px;
		line-height: 40px
	}
	#frames h2 {
		margin-top: 20px;
		font-size: 25px;
		font-weight: 900
	}
	#frames p {
		display: block
	}
	#frames h4 {
		font-size: 40px;
		line-height: 1.1
	}
	#frames h1,
	#frames h2,
	#frames p {
		width: 83.33333333%
	}
	#frames>div>div>div {
		width: 25%
	}
}

@media screen and (min-width:992px) {
	#frames>div {
		max-width: 970px
	}
}

@media screen and (min-width:1200px) {
	#frames h1 {
		font-size: 39px;
		margin-top: 20px;
		margin-bottom: 10px
	}
	#frames>div {
		max-width: 1170px
	}
}

#pContainer {
	position: absolute;
	width: 100%;
	height: 100%;
	z-index: 99;
	left: 0;
	top: 0;
	display: none
}

#pExitDiv {
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	background: #fff;
	margin-top: 0;
	margin-left: 0
}

#no_escape {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 30000;
	background-color: #fff;
	background-position: center center;
	background-repeat: no-repeat;
	background-color: #e4496a;
	background-size: cover
}

#pImg {
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	width: 100%;
	margin: 0 auto;
	display: block
}

#pImg i {
	display: inline-block
}

#modal {
	z-index: 998!important
}

#modal #popup_img.shake {
	-webkit-animation: shake 1000ms linear both!important;
	animation: shake 1000ms linear both!important
}

@-webkit-keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

@keyframes shake {
	from,
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
	10%,
	30%,
	50%,
	70%,
	90% {
		-webkit-transform: translate3d(-10px, 0, 0);
		transform: translate3d(-10px, 0, 0)
	}
	20%,
	40%,
	60%,
	80% {
		-webkit-transform: translate3d(10px, 0, 0);
		transform: translate3d(10px, 0, 0)
	}
}

#closePop {
	position: absolute;
	right: 3px;
	top: 1px;
	display: block;
	font-weight: 700;
	color: #fd6b18;
	font-size: 14px;
	cursor: pointer;
	line-height: 1;
	padding: 0 4px 2px
}

#closePop:hover {
	color: #fff;
	border-color: #fff
}

#uOnline {
	padding: 10px 15px;
	position: fixed;
	right: 0;
	bottom: 0;
	color: #fff;
	border-radius: 6px 0 0 0;
	display: none;
	animation: fadeInUp 1s ease-out 1 forwards;
	-webkit-animation: fadeInUp 1s ease-out 1 forwards;
	z-index: 99;
	background: #00a7ff url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAZRJREFUeNqk1cErREEcB/D1skt7csBFOThwFcXB0WETyQ1/g1z2wM2NorjvQeRATuqlNsmBg7S5OXAikkREYdduz/hO/bbGmDfzm91ffdqdfb/f/F7zZt42CCESHpGCOWiFPijCBRzAKXz+q5ANLHLwDFkab4m/8Q63yjiEdnUOV4NQKf6GktZATr4K58pvA+ocgWNJNujzC3YhqV3vhCxdL0MEJTXB1WAPDiENVxDG5PXS85EPtMfnGUgdUFGWxBbzej2ngTQieNGv1wbM7ZmHFUZes+82rUpBwXH3x6ZaboMby8TVrTtuqm1kLlHScm0ZHkmi1iUaMtx5GS5hDNriarkNpFetwRGkocVWF3i86M60cYVO8JutyKeBHhlYdGYxlkYuwb5lFy3Z6m0TB7DGOL13tTTocux9NSJ4gkFug0nGpEX40X7LcxrMxkz4AZswSs/jHh4MeROuk9ykja9hAbbpXS/jBWTdDEwpuRHlO3fRMP0Hdzt2V0a7+1y9J9lkR2lQqPckm2Ia1un7iSnhV4ABAA/H321i8XScAAAAAElFTkSuQmCC) no-repeat 5px center
}

#uOnline p {
	font-size: 13px;
	padding-left: 20px;
	padding-right: 10px;
	padding-top: 2px
}

@-webkit-keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

@keyframes fadeInUp {
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 100%, 0);
		transform: translate3d(0, 100%, 0)
	}
	to {
		opacity: 1;
		-webkit-transform: none;
		transform: none
	}
}

#notify {
	display: none
}

#notify div:first-child {
	display: block
}

#notify div {
	padding: 10px 15px;
	position: fixed;
	right: 10px;
	bottom: 10px;
	color: #000;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	display: none;
	animation: bounceInUp 1.5s ease-out 1 forwards;
	-webkit-animation: bounceInUp 1.5s ease-out 1 forwards;
	z-index: 99;
	font-family: Tahoma, Arial, sans-serif;
	font-size: 12px;
	width: 250px;
	transition: opacity 1.5s ease-out;
	background: #0ef no-repeat 5px center;
	-webkit-transition: background 1s ease;
	-moz-transition: background 1s ease;
	transition: background 1s ease
}

#notify div.wImg {
	padding-left: 46px;
	min-height: 48px
}

#notify .hide {
	filter: alpha(opacity=0);
	-moz-opacity: 0;
	opacity: 0;
	height: 0
}

#notify div .closeN {
	position: absolute;
	right: 8px;
	top: 10px;
	display: block;
	color: #03909a;
	font-size: 12px;
	cursor: pointer;
	padding: 0 4px;
	line-height: 1;
	font-weight: 800
}

#notify div .closeN:before {
	content: "x"
}

@-webkit-keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@keyframes bounceInUp {
	from,
	60%,
	75%,
	90%,
	to {
		-webkit-animation-timing-function: cubic-bezier(.215, .61, .355, 1);
		animation-timing-function: cubic-bezier(.215, .61, .355, 1)
	}
	from {
		opacity: 0;
		-webkit-transform: translate3d(0, 3000px, 0);
		transform: translate3d(0, 3000px, 0)
	}
	60% {
		opacity: 1;
		-webkit-transform: translate3d(0, -20px, 0);
		transform: translate3d(0, -20px, 0)
	}
	75% {
		-webkit-transform: translate3d(0, 10px, 0);
		transform: translate3d(0, 10px, 0)
	}
	90% {
		-webkit-transform: translate3d(0, -5px, 0);
		transform: translate3d(0, -5px, 0)
	}
	to {
		-webkit-transform: translate3d(0, 0, 0);
		transform: translate3d(0, 0, 0)
	}
}

@-webkit-keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

@keyframes bounceOutRight {
	20% {
		opacity: 1;
		-webkit-transform: translate3d(-20px, 0, 0);
		transform: translate3d(-20px, 0, 0)
	}
	to {
		opacity: 0;
		-webkit-transform: translate3d(2000px, 0, 0);
		transform: translate3d(2000px, 0, 0)
	}
}

#notify .out {
	background-color: #181818;
	animation: bounceOutRight 1.5s ease-out 1 forwards;
	-webkit-animation: bounceOutRight 1.5s ease-out 1 forwards
}

#notify .red {
	background-color: #ea4949
}

#toForm {}

#frames #toForm>a {
	float: none;
	font-size: 30px;
	font-weight: 700;
	border-radius: 10px;
	background: #00a2ff;
	color: #fff;
	text-decoration: none;
	padding: 20px 54px;
	display: inline-block;
	margin-top: 20px;
	cursor: pointer;
	-webkit-tap-highlight-color: transparent
}

pre {
display: none;
}
input[type="submit"] {
    float: none;
    font-size: 30px;
    font-weight: 700;
    border-radius: 10px;
    background: #00a2ff;
    color: #fff;
    text-decoration: none;
    padding: 20px 54px;
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: transparent;
	margin-top: 30px;
	}
