@font-face {
  font-family: DaxlineProRegular;
  src: url(../fonts/DaxlinePro-Regular.otf);
}
@font-face {
  font-family: DaxlineProThin;
  src: url(../fonts/DaxlinePro-Thin.otf);
}
*{margin: 0; padding: 0; -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;}
.left{ float: left;}
.right{ float: right;}
.clear:after { content: ""; display: block; clear: both; }
ul li{ list-style: none;}

.content-width{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
}
.wrapper{
	width: 100%;
	background: #000;
}
.container{
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
	padding: 0 20px;
	position: relative;
}
/*__________home_____________*/
#home{
	width: 100%;
	background: url(../images/bg_home2.jpg) no-repeat;
	background-size: 100% 100%;
}
.bg-home{
	width: 100%;
	height: 100%;
	background: url(../images/layer2.png);
	padding-bottom: 40px;
}
#home-link{
	position: fixed;
	bottom: 10%;
	right: 50px;
	display: block;
	font-size: 40px;
	color: rgb(103, 116, 132);
	display: none;
	z-index: 9999;
}
#home-link:hover{
	color: #da1a18;
}
.header{
	padding: 10px 0;
	background: url(../images/bg_top.png);
	box-shadow: 0 0 30px rgba(255,255,255,.8);
}
.header a{
	text-decoration: none;
}
.top-menu {
	text-align: center;
}
.top-menu li{
	display: inline-block;
}
.top-menu li a{
	color: #D4D4D4;
	padding: 0 48px;
	font-size: 12px;
	vertical-align: baseline;
	letter-spacing: 2px;
	font-family: "DaxlineProRegular";
	font-weight: 400;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.top-menu li a:hover{
	color: #35d4f1;
}
.logo{
	text-align: center;
}
.logo img{
	width: 30%;
	margin-top: 70px;
	box-shadow: 0 0 10px rgba(255,255,255,.8);
	padding: 10px;
	border-radius: 59px;
	background: rgba(0,0,0,.3);
}
.slogan{
	text-align: center;
	margin-top: 30px;
}
.container-play-game-link{
	height: 100px;
}

.arrow-down{
	position: absolute;
	bottom: -70px;
	color: #fff;
	left: 50%;
	font-size: 30px;
	margin-left: -15px;
	cursor: pointer;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.arrow-down:hover{
	color: #000;
}
#about-game{
	background-size: 100% 100%;	
	color: #fff;
	font-family: "DaxlineProRegular";
	padding: 40px 0;
	background: url(../images/66.png) no-repeat;
	background-size: 100% 100%; 
	box-shadow: 0 0 30px rgba(255,255,255,.8);
}
.about{
	cursor: default;
	margin-bottom: 30px;
	float: left;
	width: 33%;

}
.icon{
	width: 100%;
	font-size: 380%;
	padding-top: 9px;
	text-align: center;
	transition: 0.5s;
	color: #fff;
	background: url(../images/layer0.png) no-repeat;
	background-size: 58% 100%; 
	background-position: center center;
	text-shadow: 1px 1px 20px rgba(0,0,0,.8);
}
.text{
	width: 100%;
}
.button-play-home{
	display: block;
	width: 300px;
	height: 70px;
	margin: 40px auto 0 auto;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "DaxlineProRegular";
	font-weight: 600;
	font-size: 40px;
	padding-top: 6px;
	border: 2px solid red;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+13,ea2803+41,c72200+100 */
background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 13%, rgba(234,40,3,1) 41%, rgba(199,34,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,197,189,1)), color-stop(13%,rgba(232,108,87,1)), color-stop(41%,rgba(234,40,3,1)), color-stop(100%,rgba(199,34,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */

	text-shadow: 0px 0px 20px rgba(0,0,0,1);	
	box-shadow: 0 0 25px rgba(0,0,0,.9);
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.title-about{
	font-size: 20px;
	letter-spacing: 4px;
	padding-bottom: 15px;
	text-align: center;
}
.text-about{
	min-height: 76px;
	padding: 0 20px 0px 20px;
	text-align: center;
	font-size: 13px;
	color: #fff;

}
.text-about a{
	color: #959672;
}
.text-about a:hover{
	text-decoration: none;
}
.title1-about-game{
	font-size: 50px;
	text-align: center;
	letter-spacing: 4px;
}
.title2-about-game{
	font-size: 14px;
	text-align: center;
	padding: 0 10% 40px 10%;
}
.text-registration{
	padding: 30px 2%;
}
.text-registration span{
	display: block;
	font-size: 22px;
	padding-top: 14px;
}
.button-start-game{
	display: block;
	text-decoration: none;
	margin: 0 auto;
	color: #fff;
	transition: 0.5s;
	font-size: 14px;
	border: 2px solid #da1a18;
	padding: 18px 0;
	letter-spacing: 4px;
	text-align: center;
	width: 300px;
	background: #da1a18;
	border: 2px solid #da1a18;
	font-family: "DaxlineProRegular";
	border-radius: 5px;
	box-shadow: 0px 2px 15px rgba(255,255,255,.8);
}
.button_hover{
  -webkit-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -o-transform: scale(1.1, 1.1);
}
.button{
	width: 300px;
	height: 50px;
	padding-top: 25px;
}
/*servers*/
.servers{
	color: #fff;
	font-family: "DaxlineProThin";
	background: url(../images/bg_serv.png) no-repeat;
	background-size: 100% 100%; 
}
.ekran-title5{
	padding-top: 50px;
}
.ekran-title5 {
	font-size: 50px;
	text-align: center;
	letter-spacing: 2px;
	font-family: "DaxlineProThin";
}
.column{
	width: 19%;
	margin-left: 1%;
	text-align: center;
	font-size: 20px;
	margin-bottom: 70px;
	margin-top: 30px;
	border-radius: 5px;
	background: linear-gradient(to bottom, #525252 0%,#4e4e4e 7%,#636363 100%);
}
.column1{
	text-align: left !important; 
	box-shadow: 0 0 0 0 !important;
	background: none !important;
}
.title-column1{
	background: none !important;
}
.title-column{
	font-family: "DaxlineProRegular";
	min-height: 48px;
	border-bottom: 1px solid #000;
	border-radius: 3px 3px 0 0;
	padding: 5px 0;
}
.string-column{
	color: #fff;
	padding: 1px 20px;
}
.string-column-link{
	border-top: 1px solid #000;
	border-radius: 0px 0px 3px 3px;
}
.string-column-link a{
	color: #fff;
	background: #da1a18;
	display: block;
	font-size: 14px;
	text-decoration: none;
	padding: 15px 0;
	letter-spacing: 2px;
	margin: 15px 0;
	border-radius: 3px;
}
.string-column-link a:hover{
	background: #0058FF;
}
.alfa{
	box-shadow: 0px 0px 10px rgba(255,255,255, .9);
	background: #EAEEF1;
}
.shadow{
	box-shadow: 0px 0px 10px rgba(255,255,255, .9);
	cursor: pointer;
}
.bg-string{
	background: rgb(1, 114, 253);
}

.alfa .title-column{
	color: #000 !important;
}
.alfa .string-column{
	color: #000 !important;
}
/*play-now*/
#play-now{
	color: #fff;
	font-family: "DaxlineProThin";
	background: url(../images/bggo.png) no-repeat;
	background-size: 100% 100%; 
}
#play-now .bg-home{
}
.text-play{
	width: 50%;
	font-size: 25px;
	padding: 100px 0;
text-shadow: 0 0 2px 1px hsl(35, 70%, 30%),
             /* переход к подложке */
             0 0 4px 4px hsla(30, 100%, 55%, 0.5),
             /* подложка */
             -1px 1px 2px 7px hsl(45, 60%, 95%),
             /* объем подложки */
             -3px 3px 1px 4px hsl(35, 70%, 30%),
             /* переход к фону */
             -3px 3px 4px 8px hsla(30, 90%, 55%, 0.5); 
}
.button-play{
	width: 50%;
}
.button-play2{
	display: block;
	width: 378px;
	height: 75px;
	margin: 27% auto;
	border-radius: 16px;
	-moz-border-radius: 16px;
	-webkit-border-radius: 16px;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "DaxlineProRegular";
	font-weight: 600;
	font-size: 40px;
	padding-top: 6px;
	border: 2px solid red;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+13,ea2803+41,c72200+100 */
background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 13%, rgba(234,40,3,1) 41%, rgba(199,34,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,197,189,1)), color-stop(13%,rgba(232,108,87,1)), color-stop(41%,rgba(234,40,3,1)), color-stop(100%,rgba(199,34,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */

	text-shadow: 0px 0px 20px rgba(0,0,0,1);	
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button-hover:hover{
	box-shadow: 0 0 20px rgba(255,255,255,.7);	
}
.button-play-table{
	display: block;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "DaxlineProRegular";
	font-weight: 600;
	font-size: 14px;
	padding: 13px 0 10px 0;
	border: 2px solid red;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+13,ea2803+41,c72200+100 */
background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 13%, rgba(234,40,3,1) 41%, rgba(199,34,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,197,189,1)), color-stop(13%,rgba(232,108,87,1)), color-stop(41%,rgba(234,40,3,1)), color-stop(100%,rgba(199,34,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */

	text-shadow: 0px 0px 20px rgba(0,0,0,1);	
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}

.button-play-table-help{
	display: block;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "DaxlineProRegular";
	font-weight: 600;
	font-size: 14px;
	padding: 13px 0 10px 0;
	border: 2px solid red;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#b4ddb4+0,83c783+17,52b152+33,008a00+67,005700+83,002400+100;Green+3D+%231 */
background: #b4ddb4; /* Old browsers */
background: -moz-linear-gradient(top,  #b4ddb4 0%, #83c783 17%, #52b152 33%, #008a00 67%, #005700 83%, #002400 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom,  #b4ddb4 0%,#83c783 17%,#52b152 33%,#008a00 67%,#005700 83%,#002400 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b4ddb4', endColorstr='#002400',GradientType=0 ); /* IE6-9 */
	text-shadow: 0px 0px 20px rgba(0,0,0,1);	
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}


.button-play-table2{
	display: block;
	width: 100%;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	margin: 10px 0;
	text-align: center;
	color: #fff;
	text-decoration: none;
	font-family: "DaxlineProRegular";
	font-weight: 600;
	font-size: 22px;
	padding: 13px 0 10px 0;
	border: 2px solid red;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f3c5bd+0,e86c57+13,ea2803+41,c72200+100 */
background: rgb(243,197,189); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(243,197,189,1) 0%, rgba(232,108,87,1) 13%, rgba(234,40,3,1) 41%, rgba(199,34,0,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(243,197,189,1)), color-stop(13%,rgba(232,108,87,1)), color-stop(41%,rgba(234,40,3,1)), color-stop(100%,rgba(199,34,0,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(243,197,189,1) 0%,rgba(232,108,87,1) 13%,rgba(234,40,3,1) 41%,rgba(199,34,0,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3c5bd', endColorstr='#c72200',GradientType=0 ); /* IE6-9 */

	text-shadow: 0px 0px 20px rgba(0,0,0,1);	
	box-shadow: 0 0 10px rgba(0,0,0,.5);
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.button-play-table:hover{
	
}
/*contacts*/
#contacts{
	color: #fff;
	font-family: "DaxlineProThin";
	padding: 40px 0 70px 0;

}
.ekran-title {
	font-size: 50px;
	letter-spacing: 2px;
	text-align: center;
}
.ekran-title-min{
	text-align: center;
	padding: 0 10% 10px 10%;
	font-size: 14px;
}
.form{
	width: 60%;
}
.form p{
	font-size: 28px;
	letter-spacing: 4px;
	font-family: "DaxlineProRegular";
	padding: 50px 0 15px 0;
}
.form ul{
	width: 100%;
}
.form ul li{
	float: left;
	display: block;
	width: 33%;
}
.form ul li label{
	display: block;
	width: 100%;
	font-size: 16px;
	letter-spacing: 3px;
}
.form ul li input{
	width: 90%;
	background: none;
	border: none;
	outline: 0;
	padding: 2px 30px 2px 2px;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(255,255,255,.4);
	font-family: "DaxlineProThin";
}
.wrap-msg label{
	display: block;
	width: 100%;
	font-size: 16px;
	letter-spacing: 3px;
	padding: 20px 0 5px 0;
}
.wrap-msg textarea{
	width: 96%;
	background: none;
	border: none;
	outline: 0;
	color: #fff;
	font-size: 14px;
	letter-spacing: 2px;
	border-bottom: 1px solid rgba(255,255,255,.4);
	font-family: "DaxlineProThin";
}
.btn_submit{
	background: 0;
	border: 1px solid #fff;
	padding: 15px 40px;
	color: #fff;
	cursor: pointer;
	font-size: 16px;
	letter-spacing: 3px;
	margin-top: 20px;
}
.btn_submit:hover{
	background: #fff;
	color: rgba(0,0,0,.9);
	transition: 0.5s;
}
.contacts{
	width: 30%;
}
.contacts p{
	font-size: 18px;
	letter-spacing: 4px;
	font-family: "DaxlineProRegular";
	padding: 50px 0 15px 0;
}
.contacts-this{
	margin-bottom: 15px;
}
.contacts-this-icon{
	width: 10%;
	font-size: 160%;
	padding-top: 2px;
}
.contacts-this-text{
	font-size: 18px;
	width: 90%;
	padding-left: 2%;
}
.phone-number{
	padding-top: 5px;
	display: block;
}
.skype{
	padding-top: 7px;
	display: block;
}
.adress{
	font-size: 18px;
	line-height: 20px;
}
/*footer*/

#footer{
	background: url(../images/footer-bottom.png);
	background-size: 100% 100%;
	padding: 10px 0;
}
.logo-footer{
	width: 8%;
}
.logo-footer img{
	width: 100%;
}

.footer-menu {
	text-align: center;
	margin-top: 20px;
	width: 72%;
}
.footer-menu li{
	display: inline-block;
	border-right: 1px solid #fff;
}
.footer-menu li a{
	color: #35d4f1;
	text-decoration: none;
	padding: 0 18px;
	font-size: 12px;
	vertical-align: baseline;
	letter-spacing: 2px;
	font-family: "DaxlineProRegular";
	font-weight: 400;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.footer-menu li:last-child{
	border-right: none;
}
.footer-menu li a:hover{
	text-decoration: underline;
}
.copy{
	width: 20%;
	color: #fff;
	padding-top: 20px;
	font-family: "DaxlineProRegular";
}
/*_____________icon___________*/
.icon-home{
	text-align: center;
	padding-bottom: 40px;
}
.icon-this{
	display: inline-block;
	text-decoration: none;
	width: 100px;
	margin-right: 20px;
	padding-top: 20px;
}
.icon-this small{
	display: block;
	width: 100px;
	height: 100px;
	border: 3px solid #fff;
	border-radius: 50%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	box-shadow: 0 0 20px rgba(255,255,255,.9);
}
.apple-icon{
	background: rgba(0,0,0,.5) url(../images/icon/Appleicon.png) center center no-repeat;
	background-size: 90% 90%;	
}
.android-icon{
	background: rgba(0,0,0,.5) url(../images/icon/Android.png) center center no-repeat;
	background-size: 90% 90%;	
}
.WindowsPhone-icon{
	background: rgba(0,0,0,.5) url(../images/icon/WindowsPhone.png) center center no-repeat;
	background-size: 80% 80%;	
}
.Windows8-icon{
	background: rgba(0,0,0,.5) url(../images/icon/Windows8.png) center center no-repeat;
	background-size: 65% 65%;	
}
.vk-icon{
	background: rgba(0,0,0,.5) url(../images/icon/vkontakte.png) center center no-repeat;
	background-size: 70% 70%;	
}
.browser-icon{
	background: rgba(0,0,0,.5) url(../images/icon/browser.png) center center no-repeat;
	background-size: 70% 70%;	
}
.icon-this strong{
	background: #fff;
	color: #000;
	width: 100%;
	display: block;
	font-family: "DaxlineProRegular";
	letter-spacing: 2px;
	margin-top: 5px;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;	
	font-size: 13px;
	font-weight: 400;
}
/*_____slider______*/
#what{
	color: #fff;
	background: #000;
	position: relative;
}
.wrapper {
  width: 100%;
  position: relative;
  overflow: hidden;
  margin: 0 auto;
}
.wrapper--demo {
  overflow: visible;
  max-width: 1300px;
}
.wrapper--demo:after, .wrapper--demo:before {
  content: "";
  position: absolute;
  width: 800px;
  height: 100%;
  top: 0;
  left: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2;
}
.wrapper--demo:before {
  left: -800px;
}

.carousel {
  width: 100%;
  position: relative;
}
.carousel .carousel__content {
  width: auto;
  position: relative;
  overflow: hidden;
  -webkit-backface-visibility: hidden;
  -webkit-transition: translate3d(0, 0, 0);
}
.carousel .carousel__content .item {
  display: block;
  float: left;
  width: 100%;
  position: relative;
}
.carousel .carousel__content .item .title {
  position: absolute;
  top: 50%;
  left: 0;
  margin: -33px 0 0 0;
  padding: 0;
  font-size: 3rem;
  width: 100%;
  text-align: center;
  letter-spacing: .3rem;
  color: #FFF;
}
.carousel .carousel__content .item .title--sub {
  margin-top: 20px;
  font-size: 1.2em;
  opacity: .5;
}
.carousel .carousel__content .item img {
  width: 100%;
  max-width: 100%;
  display: block;
}
.carousel .carousel__nav {
  position: absolute;
  width: 100%;
  top: 50%;
  margin-top: -17px;
  left: 0;
  z-index: 1;
}
.carousel .carousel__nav .nav {
  position: absolute;
  top: 0;
  color: rgba(255,255,255,.5);
  background: rgba(0,0,0,.5);
  padding: 8px 12px;
  font-weight: bold;
  text-decoration: none;
  font-size: .8rem;
  transition: padding .25s ease;
  font-size: 50px;
  cursor: pointer;
}
.carousel .carousel__nav .nav:hover {
  padding: 8px 20px;
}
.carousel .carousel__nav .nav--left {
  border-radius: 0px 3px 3px 0px;
}
.carousel .carousel__nav .nav--right {
  right: 0;
  border-radius: 3px 0px 0px 3px;
}
.start-game-slider{
	position: absolute;
	z-index: 9999;
	margin: 0 0 0 -185px !important;
	left: 50%;
	bottom: 0;
	width: 378px !important;
	height: 75px !important;
}
.start-game-slider:hover{
	box-shadow: 0 0 25px rgba(255,255,255, .7);
}
.sponsors {
	padding-left: 4%;
	text-align: center;
	padding-top: 10px;
}
.sponsors img{
	width: 12%;
	margin-right: 4%;
}
/*______my-game_________*/

#my-game{
	color: #fff;
	font-family: "DaxlineProThin";
	padding-bottom: 60px;
	text-align: center;
}
.container-link a{
	color: #000;
	text-decoration: none;
	font-size: 20px;
	display: inline-block;
	border: 1px solid #fff;
	background: #d7d7d7;
	padding: 10px 30px;
	margin: 7px 5px;
	transition: 0.5s;
	-o-transition: 0.5s;
	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
}
.container-link a:hover{
	color: #0096ce;
	border: 1px solid #fff;
	background: #E5E5E5;
}



@media screen and (max-width:1125px){
	.text-registration span{font-size: 18px;}
	.copy{font-size: 12px;}
	.column1{font-size: 16px;}
	.string-column{min-height: 33px;}
	.title-about{font-size: 15px;}
}
@media screen and (max-width:1050px){
	.top-menu li a{padding: 0 37px;}
}
@media screen and (max-width:990px){
	.text-registration span{font-size: 16px;}
	.text-play{font-size: 18px;}
	.top-menu li a{padding: 0 20px;}
	.string-column-link a{font-size: 12px;}
	.form ul li input{font-size: 11px;}
}
@media screen and (max-width:950px){
	.text-registration span{font-size: 19px; text-align: center;}
	.text-play{font-size: 18px;}
	.top-menu li a{padding: 0 24px;}
	.string-column-link a{font-size: 12px;}
	.form ul li input{font-size: 11px;}
	.logo img{width: 45%;}
	.slogan img{width: 90%;}
	.about{width: 50%; padding: 0 2%;}
	.text-registration{padding: 20px 2% 0 2%;}
	.button{width: 100%;}
	.column{font-size: 16px; width: 17%;}
	.column1{font-size: 16px; width: 27%;}
	.text-play{width: 100%; padding: 50px 0 0 0; text-align: center;}
	.button-play{width: 100%; height: 140px;}
	.button-play2{margin: 20px auto;}
	.footer-menu{display: none;}
	.copy{width: 40%; float: right !important; text-align: right; padding-top: 15px;}
	.logo-footer{width: 13%;}
	.form{width: 100%;}
	.contacts{width: 100%;}
	.contacts-this{float: left; width: 33%;}
	#contacts{padding: 40px 0 5px 0;}
	.form p{font-size: 18px;}
}
@media screen and (max-width:767px){
	.text-registration span{font-size: 19px; text-align: center;}
	.text-play{font-size: 18px;}
	.top-menu li a{padding: 0 5px; font-size: 10px;}
	.string-column-link a{font-size: 10px;}
	.form ul li input{font-size: 11px;}
	.logo img{width: 70%;}
	.slogan img{width: 100%;}
	.about{width: 100%; padding: 0 2%;}
	.text-registration{padding: 20px 2% 0 2%;}
	.button{width: 100%;}
	.column{font-size: 16px; width: 17%;}
	.column1{font-size: 16px; width: 27%;}
	.text-play{width: 100%; padding: 0px 0 0 0; text-align: center;}
	.button-play{width: 100%;}
	.button-play2{margin: 20px auto; width: 300px !important; height: 75px !important;}
	.button-play2:hover{background-position: 0 0;}
	.footer-menu{display: none;}
	.copy{width: 40%; float: right !important; text-align: right; padding-top: 15px;}
	.logo-footer{width: 13%;}
	.form{width: 100%;}
	.contacts{width: 100%;}
	.contacts-this{float: none; width: 100%;}
	#contacts{padding: 40px 0 5px 0;}
	#servers{padding-top: 60px;}
	.form p{font-size: 18px;}
	.container{padding: 0 8px;}
	.ekran-title-min{padding: 0;}
	.string-column{padding: 1px 5px; min-height: 60px;}
	.form ul li{width: 100%; padding-bottom: 15px;}
	.form ul li input{width: 100%; font-size: 14px;}
	.wrap-msg textarea{width: 100%;}
	.arrow-down{display: none;}
	.start-game-slider{margin-left: -150px !important; bottom: -34px;}
	.sponsors img{ width: 20%; margin-right: 1%; margin-bottom: 10px;}
}
@media screen and (max-width:480px){
	.logo img{width: 90%;}
	.title1-about-game{font-size: 38px;}
	.ekran-title{font-size: 38px;}
	.copy{width: 60%;}
	.logo-footer{width: 30%;}
	.column{font-size: 13px; width: 18%;}
	.column1{font-size: 12px; width: 20%;}
	.content-width{padding: 0 5px;}
	#home-link{right: 2px;}
	.string-column-link a span {display: none;}
	.string-column{padding: 1px 2px;}
	.button-start-game{width: 250px;}
	.start-game-slider{bottom: -65px;}
}

