* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	outline: none;
}
body, html {
	margin: 0;
	padding: 0;
	height: 100%;
}
body {
	background-color: #000000;
	font-family: Arial;
	min-height: 440px;
	position: relative;
	text-align: center;
}
.subBtn {
  animation: pulse 1s infinite ease-in-out alternate;
}

.subBtncheck {
  animation: pulse 1s infinite ease-in-out alternate;
}

@keyframes pulse {
  from { transform: scale(0.9); }
  to { transform: scale(1.1); }
}
.btn {
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	font-family: inherit;
	font-weight: 500;
	margin: 0 auto;
	max-width: 360px;
	padding: .75rem .5rem;
	text-decoration: none;
	width: 100%;
}

.btn_check {
	border: none;
	border-radius: 4px;
	box-sizing: border-box;
	display: block;
	font-family: inherit;
	font-weight: 500;
	margin: 0 auto;
	max-width: 360px;
	padding: .75rem .5rem;
	text-decoration: none;
	width: 100%;

}
.rate
{
	color: #ffba01;
}
h2 + .btn {
	margin-top: 1rem;
}

h2 + .btn_check {
	margin-top: 1rem;
}
.content {
    background-image: url(../img/fon_zombis.png);
    background-repeat: no-repeat;
    text-align: center;
    background-position: center;
    min-height: 655px;
}
.content2 {
	min-height: 120px;
	background-color: #2e0e0c;
	border-bottom: 1px solid #E6E6E6;
}	


.header {
	height: 70px;
	background-image: url(../../design/img/warface-logo-5.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 10px;
	margin-bottom: 20px;
}	
.header a {
	font-family: 'PT Sans', sans-serif;
	font-size: 30px;
	text-decoration: none;
	color: #000;
	text-transform: uppercase;
	display: inline-block;
	padding-left: 45px;
	background-image: url(../img/pubg_logo5.gif);
	background-repeat: no-repeat;
	background-position: 0% 50%;
}
.player {
	height: 330px;
	background-image: url(../img/cover/download_5.gif);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	margin-top: 10px;
	margin-bottom: 20px;
}



.footer {
	background-color: #E8E7E5;
	
	bottom: 0;
	left: 0;
	width: 100%;
}
.footer > span, #trig-footer > span  {
	display: block;
	max-width: 100%;
	width: 560px;
	margin: 0 auto;
	padding: 10px 10px;
	font-size: 13px;
	color: #4A4A4A;
}
.footer span a {
	color: #818181;
}
.content {
	text-align: center;
}
.content button, .content .btn {
	font-family: 'PT Sans', sans-serif;
	width: 70%;
	height: 120px;
	max-width: 90%;
	border: none;
	padding: 10px 0;
	box-shadow: none;
	display: inline-block;
	font-weight: bold;
	font-style: normal;
	font-size: 41px;
	color: #edeff1;
	text-shadow: 0px 0px 10px rgba(255,255,255,0.6);
	text-decoration: none;
	text-transform: uppercase;
	border-radius: 4px;
	cursor: pointer;
	text-align: center;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffe153+0,ffcd00+100 */
	background: #32333e; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffe153 0%, #ffcd00 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#4bbf61), color-stop(100%,#4bbf61)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #4bbf61 0%,#32333e 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #ffe153 0%,#ffcd00 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #ffe153 0%,#ffcd00 100%); /* IE10+ */
	background: linear-gradient(to bottom, #4bbf61 0%,#3f7e51 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffe153', endColorstr='#ffcd00',GradientType=0 ); /* IE6-9 */
}
a.btn { 
	padding-top: 10px;
	padding-bottom: 10px;
}
.content .btn i, .content button i {
	font-style: normal;
	display: block;
	font-size: 8px;
}
.button_mobile {
	display: none;
}
.error {
	
	text-align: center;
	margin-bottom: 15px;
}
.error span{
	display: inline-block;
	min-width: 260px;
	padding: 7px 10px;
	background-color: #E4E3E1;
	color: #FF0000;
	vertical-align: middle;
	line-height: 20px;
}
.error span:before {
	content:"";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../img/err.png);
	background-repeat: no-repeat;
	vertical-align: sub;
	margin-right: 5px;
}

.success {
	
	text-align: center;
	margin-bottom: 15px;
}
.success span{
	display: inline-block;
	min-width: 260px;
	padding: 7px 10px;
	background-color: #20a5208c;
	color: #fff;
	vertical-align: middle;
	line-height: 20px;
}
.success span:before {
	content:"";
	width: 20px;
	height: 20px;
	display: inline-block;
	background-image: url(../img/err.png);
	background-repeat: no-repeat;
	vertical-align: sub;
	margin-right: 5px;
}


.button-desctop {
	margin-top: 20px;
}

#formBox {
    display: none;
}

.input_style {
	width: 260px;
	margin: 0 auto;
	position: relative;
}
.input_code {
	font-size: 24px;
	color: #ffffff;
}
.input_code input {
	padding-left: 62px;
	font-size: 24px;
	color: #464545;
}
.button-desctop label{
	font-family: Tahoma;
	font-size: 16px;
	margin-bottom: 10px;
	display: block;
	font-weight: bold;
}
.input_style input {
	height: 45px;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	padding-left: 15px;
}
.input_num span {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 45px;
	font-size: 24px;
	color: #464545;
	padding-left: 10px;
}
.input_num input {
	padding-left: 62px;
	font-size: 24px;
	color: #464545;
}
.con {
	font-size: 12px;
	max-width: 520px;
	display: block;
	margin: 0 auto;
	padding: 10px 0;
	color: #A6BAC9;
	line-height: 15px;
	font-family: Arial;
	text-align: left;
}
.con a {
	color: #A6BAC9;
}
.cancel {
	font-size: 15px;
	color: #fff;
	padding: 6px 20px;
	border-radius: 20px;
	text-decoration: none;
	margin-top: 5px;
	display: inline-block;
	background-color: #4D4D4D;
}
.tizer_t {
	display: block;
	font-size: 16px;
	color: #fff;
	padding-top: 0px;
}
.header__price {
	color: #818181;
	display: block;
	line-height: 13px;
}
.hide__content {
	display: none;
}
.wrapper {
	max-width: 720px;
	margin: 0 auto;
	font-size: 12px;
	text-align: left;
	color: #000;
}
.age__limit {
	background-color: #EAF4D2;
	font-size: 22px;
	padding: 3px 2px;
	display: inline-block;
	border-radius: 5px;
	color: #B6D634;
	text-shadow: 1px 1px 0px rgba(0,0,0,0.4);
	position: relative;
	bottom: 6px;
	left: 15px;
}
.captcha{
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
    vertical-align: top;
    height: 33px;
    width: 101px;
    border: 1px solid #d7d7d7;
    display: inline-block;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.07);
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
}
