/* ----------------------------------------------------------------------- */
/* ------------------------------- ICONS --------------------------------- */
/* ----------------------------------------------------------------------- */

.wd_icons {
	display: inline-block;
	position: relative;
	overflow: hidden; 
	background: url(../img/icons.png) no-repeat;
	text-indent: -9999px; 
	text-align: left;
}

/* ----------------------------------------------------------------------- */
/* ------------------------------ SYSTEM --------------------------------- */
/* ----------------------------------------------------------------------- */

* {
	outline: none!important;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
	-webkit-focus-ring-color: rgba(255, 255, 255, 0) !important;
}
body, html { margin: 0; padding: 0; width: 100%; min-width: 300px; }
body {
	background: #33142b;
	line-height: 1.2;
	font-family: Arial;
	font-size: 16px;
	font-weight: 400;
	overflow-x: hidden;
	color: #c3c1c1;
}

h1, .title {
	margin-top: 50px;
	margin-bottom: 75px;
	font-size: 35px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	color: #f6efdf;
}
h2, .subtitle {
	margin-bottom: 30px;
	font-size: 24px;
	color: #f6efdf;
}
h3, .heading {
	margin-bottom: 15px;
	font-size: 17px;
	font-weight: 700;
	text-transform: uppercase;
	color: #333738;
}

p { margin-bottom: 20px; }

.description { color: #333738; }

a {
	text-decoration: underline;
	color: #c3c1c1;
	transition: color 0.3s;
	-webkit-transition: color 0.3s;
	-moz-transition: color 0.3s;
}
a:hover {
	text-decoration: none;
	color: #c3c1c1;
}

input, textarea {
	position: relative;
	top: 5px;
	border: none;
	border-radius: 15px;
	background: #edeced;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 24px;
	color: black;
	
	transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
  
  max-width:100%;
}
input:focus, textarea:focus {
	border-color: #fdd3a7;
}

input::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {color: black; transition:color 0.3s;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;}
input::-moz-placeholder,
textarea::-moz-placeholder {color: black; transition:color 0.3s;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;}
input:-moz-placeholder,
textarea:-moz-placeholder {color: black; transition:color 0.3s;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;}
input:-ms-input-placeholder,
textarea:-ms-input-placeholder {color: black; transition:color 0.3s;-webkit-transition:color 0.3s;-moz-transition:color 0.3s;}

input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {color: transparent;}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {color: transparent;}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {color: transparent;}
input:focus:-ms-input-placeholder,
textarea:focus:-ms-input-placeholder {color: transparent;}

input { height: 50px; }
textarea {
	resize: none;
	border: 2px solid #f6d258;
	box-shadow: 0 0 1px 1px #d2b257, inset 0 0 1px 1px #deb345;
	padding-top: 15px;
	padding-bottom: 15px;
	height: 150px;
	width: 100%;
	max-width: 940px;
	height: 505px;
}

.selectize-control { top: 5px; }
.selectize-control, .selectize-input {
	height: 50px;
	max-width: 320px;
}
.selectize-input {
	z-index: 10;
	border: none;
	border-radius: 15px!important;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	background: #edeced!important;
	padding: 0 20px;
	
	transition: border-color 0.3s;
	-webkit-transition: border-color 0.3s;
	-moz-transition: border-color 0.3s;
}
.selectize-input.disabled { background-color: #F0F1F6; }
.selectize-input.full { background: #edeced; }
.selectize-input input[type="text"] {
	height: 100%;
	vertical-align: middle;
	font-size: 24px;
	color: black;
}
.selectize-input .item {
	margin-top: 17px;
	vertical-align: top;
	font-size: 24px;
	color: black;
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
	.selectize-input .item { margin-top: 26px; }
}
.selectize-input:after {
	border-width: 12px 10px 0 10px!important;
    border-color: black transparent transparent transparent!important;
}
.selectize-input.dropdown-active:after {
	border-width: 0 10px 12px 10px!important;
    border-color: transparent transparent black transparent!important;
}
.selectize-dropdown {
	top: 35px!important;
	z-index: 5;
	border: none;
	border-radius: 0 0 15px 15px!important;
	background: #c3c1c1;
	box-shadow: none!important;
	-moz-box-shadow: none!important;
	overflow: hidden;
	padding-top: 20px;
}
.selectize-dropdown .option {
	border-radius: 15px;
	padding: 15px 20px;
	font-size: 24px;
	color: black;
}
.selectize-dropdown .option.active { background: #6b6d6d; }

.button {
  display: inline-block;
  position: relative;
  border: none;
  background: url(/img/btn_send.png?v=1) no-repeat center;
  opacity: 0.9;
  width: 300px;
  height: 80px;
  transition: opacity 0.3s, background-size 0.05s;
  color: #fff;
  font-size: 30px;
  letter-spacing: 0.08em;
  text-shadow: #304C07 2px 2px 0, 2px 2px 2px rgba(48,76,7,0);
}


.button:hover { opacity: 1; }
.button:active {
	opacity: 1; 
	background-size: 305px;
}

@media (min-width: 1700px) {
	.container { width: 1630px; }
}
@media (max-width: 991px) {
	h1 {
		margin-top: 30px;
		margin-bottom: 20px;
	}
}

/* ----------------------------------------------------------------------- */
/* ------------------------------- INDEX --------------------------------- */
/* ----------------------------------------------------------------------- */

.parent {
	background: url(../img/head_bg.png) no-repeat center 60px;
	width: 100%;
	height: 100%;
}

.header { overflow-x: hidden; }

/* hamburger
-------------------------------------------------------------------------- */

.hamburger {
	display: inline-block;
	position: absolute;
	top: 15px;
    left: 15px;
	z-index: 15;
	border: 3px solid #fee5c2;
	border-radius: 13px;
	margin-right: 15px;
	width: 64px;
    height: 60px;
	cursor: pointer;
	
	transition: top 0.6s, border 0.6s;
	-webkit-transition: top 0.6s, border 0.6s;
	-moz-transition: top 0.6s, border 0.6s;
}
.hamburger span,
.hamburger span:before,
.hamburger span:after {
	display: inline-block;
	position: absolute;
	left: 0;
	border-radius: 4px;
	background: #fee5c2;
	width: 40px;
	height: 8px;
	
	transition: background 0.3s,
		top 0.6s,
		bottom 0.6s,
		width 0.6s,
		transform 0.6s,
		-webkit-transform 0.6s,
		-moz-transform 0.6s,
		left 0.6s;
	-webkit-transition: background 0.3s,
		top 0.6s,
		bottom 0.6s,
		width 0.6s,
		transform 0.6s,
		-webkit-transform 0.6s,
		-moz-transform 0.6s,
		left 0.6s;
	-moz-transition: background 0.3s,
		top 0.6s,
		bottom 0.6s,
		width 0.6s,
		transform 0.6s,
		-webkit-transform 0.6s,
		-moz-transform 0.6s,
		left 0.6s;
}
.hamburger:hover { border-color: #eba340; }
.hamburger:hover span,
.hamburger:hover span:before,
.hamburger:hover span:after { background: #eba340; }
.hamburger span {
	top: 50%;
	left: 9px;
	margin-top: -4px;
	
	transition: background 0.6s;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
}
.hamburger span:before,
.hamburger span:after { content: ''; }
.hamburger span:before { top: -12px;
}
.hamburger span:after { bottom: -12px; }

.hamburger.active span {
	background-color: transparent;
	
	transition: background 0.6s;
	-webkit-transition: background 0.6s;
	-moz-transition: background 0.6s;
}
.hamburger.active span:before {
	top: 0px!important;
	border-radius: 0;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    left: -1px;
}
.hamburger.active span:after {
	bottom: 0px!important;
	border-radius: 0;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    left: -1px;
}

@media (min-width: 768px) {
	.hamburger { display: none; }
}
@media (max-width: 479px) {
	.hamburger { 
		top: 10px;
		width: 40px;
		height: 40px;
	}
	.hamburger span, .hamburger span:before, .hamburger span:after {
		border-radius: 2px;
		width: 22px;
		height: 4px;
	}
	.hamburger span {
		left: 6px;
		margin-top: -2px;
	}
	.hamburger span:before { top: -7px; }
	.hamburger span:after { bottom: -7px; }
	.hamburger.active span:before,
	.hamburger.active span:after { left: 0; }
}

.header_menu_container { margin-bottom: 125px; }
.header_menu {
	padding: 0;
	list-style: none;
	font-size: 0;
}
.header_menu li {
	display: inline-block;
	font-size: 22px;
	text-transform: uppercase;
}
.header_menu li:after {
	content: '';
	display: inline-block;
	position: relative;
	top: 10px;
	background: url(../img/menu_separator.png) no-repeat center;
	margin: 0 15px;
	width: 2px;
	height: 38px;
}
.header_menu li:last-child:after { display: none; }
.header_menu a {
	text-decoration: none;
	color: #f4ce9a;
}
.header_menu a:hover { color: #fee5c2; }
.header_menu .active a {
	text-decoration: underline;
	color: #eba340;
}
.header .social {
	list-style: none;
	margin-top: 12px;
	padding: 0;
	font-size: 0;
}
.header .social li {
	display: inline-block;
	margin-left: 12px;
}
.header .social li a {
	display: inline-block;
	background: no-repeat center;
	background-size: contain;
	height: 35px;
}
.header .social .tw a {
	background-image: url(../img/tw.jpg);
	width: 38px;
}
.header .social .fb a {
	background-image: url(../img/fb.png);
	width: 35px;
}
.header .social .inst a {
	background-image: url(../img/inst.png);
	width: 37px;
}
.header .social .yt a {
	background-image: url(../img/yt.png);
	width: 85px;
}

.wrapper {
	position: relative;
	background: url(../img/foot_bg.png) no-repeat center bottom;
	padding-bottom: 70px;
}
.inner_wrapper {
	background: url(../img/foot_bg.png) no-repeat center bottom, #33142b;
	margin-top: 60px;
	padding-bottom: 350px;
}
.inner_wrapper:before {
	content: '';
	display: block;
	position: absolute;
	top: -79px;
	
	background: -moz-linear-gradient(top,  rgba(51,20,43,0) 0%, rgba(51,20,43,1) 100%);
	background: -webkit-linear-gradient(top,  rgba(51,20,43,0) 0%,rgba(51,20,43,1) 100%);
	background: linear-gradient(to bottom,  rgba(51,20,43,0) 0%,rgba(51,20,43,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0033142b', endColorstr='#33142b',GradientType=0 );

	
	width: 100%;
	height: 80px;
}

.mp_v_l_container {
	background: url(../img/video_bg_lg.png) no-repeat center top;
	padding-top: 45px;
}
.mp_video iframe {
	width: 725px;
    height: 407px;
}

.mp_v_l_container { margin-bottom: 37px; }

.mp_v_l_container .shops {
	margin: 65px auto 0;
	max-width: 945px;
}
.mp_v_l_container .shops ul {
	list-style: none;
	padding: 0;
	width: 100%;
	font-size: 0;
	text-align: center;
}
.mp_v_l_container .shops li {
	display: inline-block;
	margin-right: 50px;
}
.mp_v_l_container .shops li:last-child { margin-right: 0!important; }
.mp_v_l_container .shops a {
	display: inline-block;
	background: no-repeat center;
	background-size: contain;
	margin-bottom: 15px;
	width: 245px;
    height: 77px;
}
.mp_v_l_container .shops .appstore a { background-image: url(../img/appstore.png); }
.mp_v_l_container .shops .gplay a { background-image: url(../img/gplay.png); }
.mp_v_l_container .shops .amazonapps a { background-image: url(../img/amazonapps.png); }


.mp_screenshots {
	max-width: 1200px;
	margin: 0 auto;
}
.mp_screenshots .col:nth-child(odd) { text-align: right; }
.mp_screenshots .col:nth-child(even) { text-align: left; }
.mp_s_elem {
	display: inline-block;
	background: url(../img/screen_border.png) no-repeat center;
	background-size: contain;
	margin-bottom: 25px;
	padding: 15px;
	width: 493px;
    height: 288px;
}
.mp_s_elem img {
	width: 100%;
	height: auto;
	max-height: 100%;
}

.bit_logo {
	display: inline-block;
	position: absolute;
	right: 30px;
	bottom: 10px;
}

.footer {
	background: #33142b;
	padding-top: 35px;
	height: 95px;
	font-size: 22px;
}
.footer .container-fluid { padding: 0 32px; }
.footer_menu {
	list-style: none;
	padding: 0;
}
.footer_menu li {
	display: inline-block;
}
.footer_menu li:after {
	content: '|';
	display: inline-block;
	margin: 0 10px;
	color: #f4ce9a;
}
.footer_menu li:last-child:after { display: none; }
.footer_menu a { color: #f4ce9a; }
.footer_menu a:hover { text-decoration: none; }
.footer .copywrite {
	text-align: right;
	color: #f4ce9a;
}

@media (min-width: 1700px) {
	.mp_s_elem {
		width: 590px;
		height: 347px;
	}
	.mp_v_l_container {
		background-image: url(../img/video_bg.png);
		padding-top: 50px;
	}
	.mp_video iframe {
		width: 856px;
		height: 480px;
	}
	.mp_v_l_container .shops li { margin-right: 40px; }
	.mp_v_l_container .shops a {
		width: 285px;
		height: 89px;
	}
}
@media (max-width: 1699px) {
	.bit_logo img { width: 50px; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	.logo img { width: 350px; }
	.mp_v_l_container {
		background-image: url(../img/video_bg_md.png);
		padding-top: 35px;
	}
	.mp_video iframe {
		width: 600px;
		height: 336px;
	}
	.mp_v_l_container .shops {
		margin: 50px auto 0;
		max-width: 600px;
	}
	.mp_v_l_container .shops li { margin-right: 30px; }
	.mp_v_l_container .shops a {
		width: 174px;
		height: 55px;
	}
	.mp_s_elem {
		padding: 11px;
		width: 400px;
		height: 235px;
	}
}
@media (max-width: 991px) {
	.inner_wrapper { padding-bottom: 200px; }
}
@media (min-width: 768px) and (max-width: 991px) {
	.parent { background-image: url(../img/head_bg_sm.png); }
	.header_menu_container { margin-bottom: 60px; }
	.wrapper { background-image: url(../img/foot_bg_sm.png); }
	.logo img { width: 350px; }
	.mp_v_l_container {
		background-image: url(../img/video_bg_sm.png);
		padding-top: 30px;
	}
	.mp_video iframe {
		width: 450px;
		height: 252px;
	}
	.mp_v_l_container { margin-bottom: 15px; }
	.mp_v_l_container .shops {
		margin: 35px auto 0;
		max-width: 510px;
	}
	.mp_v_l_container .shops li { margin-right: 10px; }
	.mp_v_l_container .shops a {
		width: 160px;
		height: 50px;
	}
	.mp_s_elem {
		padding: 8px;
		width: 300px;
		height: 176px;
	}
	.header_menu {
		position: relative;
		top: 9px;
	}
	.header_menu li,
	.footer { font-size: 18px; }
	.header_menu li:after {
		top: 7px;
		height: 28px;
	}
}
@media (max-width: 767px) {
	.header_menu_outer {
		position: absolute;
		left: 0;
		top: -260px;
		z-index: 5;
		border-radius: 0 0 15px 15px;
		background: #33142b;
		opacity: 0;
		padding-top: 25px;
		width: 100%;
		height: 245px;
		text-align: center;
		
		transition: top 0.6s, opacity 0.3s;
		-webkit-transition: top 0.6s, opacity 0.3s;
		-moz-transition: top 0.6s, opacity 0.3s;
	}
	.header_menu_outer.opened {
		top: 0;
		opacity: 1;
	}
	.header_menu {
		margin: 0 auto;
		width: 270px;
	}
	.header_menu li {
		position: relative;
		margin-bottom: 35px;
		width: 100%;
		text-align: left;
	}
	.header_menu li:last-child { margin-bottom: 0; }
	.header_menu li:after {
		position: absolute;
		top: auto;
		bottom: -20px;
		left: 50%;
		background-image: url(../img/menu_separator_bottom.png);
		margin: 0;
		margin-left: -262px;
		width: 523px;
		height: 3px;
	}
	.logo img { width: 250px; }
	.inner_wrapper { padding-bottom: 150px; }
	.mp_v_l_container .shops .col { padding: 0; }
	.footer {
		padding-top: 30px;
		font-size: 14px;
	}
	.footer .copywrite { text-align: left; }
}
@media (min-width: 480px) and (max-width: 767px) {
	.parent {
		background-image: url(../img/head_bg_xs.png);
		background-position: center 90px;
	}
	.header_menu_container { margin-bottom: 65px; }
	.header_menu li { font-size: 36px; }
	
	.header .social li a { height: 60px; }
	.header .social .tw a { width: 65px; }
	.header .social .fb a { width: 59px; }
	.header .social .inst a { width: 60px; }
	.header .social .yt a { width: 123px; }
	.wrapper { background-image: url(../img/foot_bg_xs.png); }
	.mp_v_l_container {
		background-image: url(../img/video_bg_xs.png);
		padding-top: 22px;
	}
	.mp_video iframe {
		width: 375px;
		height: 209px;
	}
	.mp_v_l_container { margin-bottom: 15px; }
	.mp_v_l_container .shops {
		margin: 25px auto 0;
		max-width: 440px;
	}
	.mp_v_l_container .shops li { margin-right: 15px; }
	.mp_v_l_container .shops a {
		width: 125px;
		height: 40px;
	}
	.mp_s_elem {
		padding: 5px;
		width: 195px;
		height: 115px;
	}
}
@media (max-width: 479px) {
	.parent { background-image: url(../img/head_bg_xxs.png); }
	.header_menu_container { margin-bottom: 40px; }
	.header_menu_outer {
		padding-top: 15px;
		height: 180px;
	}
	.header_menu { width: 270px; }
	.header_menu li { padding-left: 55px; }
	.header_menu li:after { bottom: -20px; }
	.header .social li a {
		background-size: contain;
		height: 30px;
	}
	.header .social .tw a { width: 33px; }
	.header .social .fb a { width: 30px; }
	.header .social .inst a { width: 30px; }
	.header .social .yt a { width: 73px; }
	.wrapper { background-image: url(../img/foot_bg_xxs.png); }
	.mp_v_l_container {
		background-image: url(../img/video_bg_xxs.png);
		padding-top: 15px;
	}
	.mp_video iframe {
		width: 250px;
		height: 140px;
	}
	.mp_v_l_container { margin-bottom: 15px; }
	.mp_v_l_container .shops {
		margin: 25px auto 0;
		max-width: 440px;
	}
	.mp_v_l_container .shops li {
		width: 100%;
		margin-right: 0;
	}
	.mp_v_l_container .shops a {
		width: 125px;
		height: 40px;
	}
	.mp_screenshots .col {
		width: 100%;
		text-align: center!important;
	}
	.mp_s_elem {
		padding: 6px;
		width: 240px;
		height: 141px;
	}
	.footer { font-size: 12px; }
	.footer_menu li:after { margin: 0 5px; }
}

/* ----------------------------------------------------------------------- */
/* ------------------------------- SUPPORT ------------------------------- */
/* ----------------------------------------------------------------------- */

#get_support { margin-bottom: 100px; }
#get_support .row { margin-bottom: 20px; }
#get_support .sys_mess {
	position: relative;
}
#get_support .sys_mess .icon {
	position: relative;
	display: inline-block;
	background: no-repeat center;
	width: 49px;
	height: 36px;
}
#get_support .sys_mess.sys_mess_success .icon {
	top: 10px;
	background: url(../img/success.png);
	width: 49px;
	height: 36px;
}
#get_support .sys_mess.sys_mess_error .icon {
	top: 3px;
	background: url(../img/error.png);
	width: 64px;
	height: 52px;
}
#get_support .sys_mess p {
	border: 2px solid;
	border-radius: 15px;
	padding: 14px 25px 11px;
	font-size: 24px;
}
#get_support .sys_mess p span {
	font-weight: 700;
	text-transform: uppercase;
}
#get_support .sys_mess.sys_mess_success p {
	border-color: #195810;
	background: #b5ffbf;
	color: #108501;
}
#get_support .sys_mess.sys_mess_error p {
	border-color: #ba0000;
	background: #ffd2d2;
	color: #b40000;
}
#get_support input[name="game_id"] { width: 175px; }
#get_support .elem_error .selectize-input,
#get_support input.elem_error,
#get_support textarea.elem_error { 
	box-shadow: 0 0 0 3px #ba0000!important; 
	-webkit-box-shadow: 0 0 0 3px #ba0000!important; 
	-moz-box-shadow: 0 0 0 3px #ba0000!important; 
}
#get_support .info_container {
	display: inline-block;
	position: relative;
	top: 13px;
	margin-left: 20px;
}
#get_support .info_icon {
	display: inline-block;
	position: relative;
	background: url(../img/info_icon.png) no-repeat center;
	width: 33px;
	height: 33px;
	cursor: pointer;
}
#get_support .info_text {
	display: none;
	position: absolute;
	top: 30px;
	left: 30px; 
	z-index: 10;
	border-radius: 15px;
	background: #c3c1c1;
	padding: 20px 15px;
	width: 275px;
	height: 200px;
	font-size: 24px;
	color: black;
	cursor: pointer;
}
#get_support .info_icon:hover + .info_text { display: inline-block; }
#get_support .button { margin-top: 25px; }

@media (max-width: 767px) {
	#get_support textarea { height: 300px }
}
@media (max-width: 767px) {
	#get_support { margin-bottom: 0; }
	#get_support .text-right { text-align: left; }
	#get_support .sys_mess .icon_col {
		max-width: 95px;
	}
}
@media (max-width: 567px) {
	#get_support .info_text {
		top: 45px;
		left: -200px; 
	}
	#get_support .button {
		background-size: 220px;
		width: 220px;
		height: 58px;
	}
	#get_support .button:active { background-size: 222px; }
}

.header .social li {
  vertical-align: middle;
}

.header .social li.language {
 height: auto;
 margin-left: 0;
}
.header .social li.language a {
 height: auto;
}
.header .social li.language + li.language {
 margin-left: 12px;
}
.header .social li.language + li.language:before {
 display: none;
}
.header .social li.language:before {
  top: auto;
  content: '';
  display: inline-block;
  position: relative;
  background: url(/img/menu_separator.png) no-repeat center;
  margin: 0 15px;
  width: 2px;
  height: 38px;
  vertical-align: middle;
}

