@font-face{
	font-family: 'poppins';
	src: url('../fonts/poppins-light.eot');
	src: url('../fonts/poppins-light.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins-light.woff') format('woff'),
	url('../fonts/poppins-light.ttf') format('truetype');
	font-weight: 300;
	font-style: normal;
	}
@font-face{
	font-family: 'poppins';
	src: url('../fonts/poppins-light-italic.eot');
	src: url('../fonts/poppins-light-italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins-light-italic.woff') format('woff'),
	url('../fonts/poppins-light-italic.ttf') format('truetype');
	font-weight: 300;
	font-style: italic;
	}
@font-face{
	font-family: 'poppins';
	src: url('../fonts/poppins-regular.eot');
	src: url('../fonts/poppins-regular.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins-regular.woff') format('woff'),
	url('../fonts/poppins-regular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal;
	}
@font-face{
	font-family: 'poppins';
	src: url('../fonts/poppins-italic.eot');
	src: url('../fonts/poppins-italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins-italic.woff') format('woff'),
	url('../fonts/poppins-italic.ttf') format('truetype');
	font-weight: 400;
	font-style: italic;
	}
@font-face{
	font-family: 'poppins';
	src: url('../fonts/poppins-medium.eot');
	src: url('../fonts/poppins-medium.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins-medium.woff') format('woff'),
	url('../fonts/poppins-medium.ttf') format('truetype');
	font-weight: 500;
	font-style: normal;
	}
@font-face{
	font-family: 'poppins';
	src: url('../fonts/poppins-semi-bold.eot');
	src: url('../fonts/poppins-semi-bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins-semi-bold.woff') format('woff'),
	url('../fonts/poppins-semi-bold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal;
	}
@font-face{
	font-family: 'poppins';
	src: url('../fonts/poppins-bold.eot');
	src: url('../fonts/poppins-bold.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins-bold.woff') format('woff'),
	url('../fonts/poppins-bold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	}
@font-face{
	font-family: 'poppins';
	src: url('../fonts/poppins-bold-italic.eot');
	src: url('../fonts/poppins-bold-italic.eot?#iefix') format('embedded-opentype'),
	url('../fonts/poppins-bold-italic.woff') format('woff'),
	url('../fonts/poppins-bold-italic.ttf') format('truetype');
	font-weight: 700;
	font-style: italic;
	}
@font-face{
	font-family: 'fontello';
	src: url('../fonts/fontello.eot?60480237');
	src: url('../fonts/fontello.eot?60480237#iefix') format('embedded-opentype'), url('../fonts/fontello.woff2?60480237') format('woff2'), url('../fonts/fontello.woff?60480237') format('woff'), url('../fonts/fontello.ttf?60480237') format('truetype'), url('../fonts/fontello.svg?60480237#fontello') format('svg');
	font-weight: normal;
	font-style: normal;
	}
/*Fontello icons*/
[class*="font-icon-"]:before, .social-links a:before, .social-links a:after{
	font-family: "fontello";
	font-style: normal;
	font-weight: normal;
	speak: none;
	display: inline-block;
	vertical-align: top;
	font-size: 18px;
	color: #fff;
	text-decoration: inherit;
	text-align: center;
	font-variant: normal;
	text-transform: none;
	line-height: 1em;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video{
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	}
strong, b{
	font-weight: bold;
	}
em, i{
	font-style: italic;
	}
sup, sub{
	position: relative;
	top: -0.6em;
	font-size: 75% !important;
	line-height: 1em !important;
	}
sub{
	top: auto;
	bottom: -0.3em;
	}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, menu, nav, section, main{
	display: block;
	}
/*_____________________________________________*/
html{
	height: 100% !important;
	}
html.animate{
	overflow-x: hidden;
	}
body{
	height: 100%;
	color: #1b1515;
	font-weight: 300;
	font-family: 'poppins';
	font-size: 14px;
	line-height: 1.736842105263158em;
	min-width: 320px;
	background: #19171c;
	}
/*.no-touch */
body.no-scroll{
	overflow: hidden;
	}
/*Common styles*/
*{
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-focus-ring-color: rgba(0, 0, 0, 0);
	outline: none !important;
	}
h1, h2, .h2, h3, .h3, h4, h5{
	font-family: 'poppins';
	position: relative;
	}
h2, .h2, h3, .h3, h4{
	color: #1b1515;
	}
h1{
	font-weight: 700;
	font-size: 80px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 61px;
	text-align: center;
	}
.client h1{
	font-size: 72px;
	line-height: 1.2075em;
	margin: 0 auto 18px;
	max-width: 1040px;
	}
.screen-text .thin, h1 .thin{
	font-weight: 200;
	display: block;
	margin-top: -8px;
	}
main h1{
	font-size: 60px;
	font-weight: 600;
	line-height: 1em;
	margin: 33px 0 14px;
	text-transform: none;
	text-align: left;
	}
h2, .h2{
	font-size: 60px;
	font-weight: 600;
	line-height: 1.3em;
	margin: 33px 0 14px;
	}
h3, .h3{
	font-size: 26px;
	line-height: 1.215em;
	margin: 33px 0 12px;
	}
h3 b, .h3 b{
	font-weight: 700;
	}
h4{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.335em;
	letter-spacing: 1.5px;
	margin: 37px 0 14px;
	}
h5{
	font-size: 18px;
	font-weight: 700;
	line-height: 1.444444444444444em;
	margin: 34px 0 13px;
	}
.sub-title{
	text-align: center;
	font-weight: 600;
	margin-top: 0;
	}
h3.sub-title, .h3.sub-title{
	letter-spacing: 6px;
	}
.sub-title:after{
	content: '';
	display: block;
	margin: 22px auto 27px;
	width: 64px;
	height: 4px;
	background: #dd0920;
	}
h3.sub-title:after, .h3.sub-title:after{
	margin: 13px auto 16px;
	width: 53px;
	}
.sub-line{
	position: relative;
	}
.sub-line:before, .sub-line:after{
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	top: -7px;
	height: 1px;
	background: rgba(193, 8, 28, .6);
	}
.sub-line:after{
	right: 100%;
	background: rgba(193, 8, 28, 1);
	transition: all .2s linear;
	}
.no-touch .sub-line.hover:after{
	right: 0;
	}
ol, ul{
	list-style: none;
	margin: 12px 0 41px;
	}
ul li, ol li{
	padding: 0 0 0 40px;
	margin-bottom: 12px;
	background: url("../i/list-bullet.gif") no-repeat 0 11px;
	position: relative;
	}
ol{
	counter-reset: li;
	list-style: none;
	}
ol ol{
	margin: 0 0 3px;
	}
ol li{
	background: none;
	}
ol li:before{
	content: counter(li) '.';
	counter-increment: li;
	position: absolute;
	left: 0;
	top: 2px;
	font-family: 'poppins';
	font-weight: 700;
	}
ul li p, ol li p{
	margin-bottom: 0;
	}
/*_______________________________*/
.scroll-tbl{
	margin: 22px 0 40px;
	position: relative;
	width: 100%;
	overflow-x: auto;
	}
.scroll-tbl.large-indent{
	margin-bottom: 120px;
	}
.scroll-tbl table{
	margin: 0 auto;
	min-width: 700px;
	}
.scroll-tbl .no-border-tbl{
	margin-top: -10px;
	}
table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 22px auto 40px;
	overflow: auto;
	position: relative;
	}
table.large-indent{
	margin-bottom: 120px;
	}
table th, table td{
	font-size: 18px;
	line-height: 1.3125em;
	padding: 7px 14px 10px;
	text-align: left;
	border: 1px solid #c8c4c4;
	vertical-align: top;
	}
table th{
	font-weight: 700;
	}
.no-border-tbl{
	table-layout: fixed;
	}
* + .no-border-tbl{
	margin-top: 40px;
	}
h3 + table, h3 + .no-border-tbl, .h3 + table, .h3 + .no-border-tbl{
	margin-top: 25px;
	}
.no-border-tbl th{
	font-family: 'poppins';
	font-weight: 400;
	font-size: 20px;
	line-height: 1em;
	text-transform: uppercase;
	color: #7b7172;
	padding: 15px 20px 15px 27px;
	border: none;
	}
table td{
	font-size: 16px;
	padding: 9px 14px 12px;
	}
table:not(.no-border-tbl) tr:nth-child(2n-1) td{
	background: #f6f6f6;
	}
.no-border-tbl td{
	font-size: 18px;
	line-height: 1.175em;
	padding: 22px 20px 24px 27px;
	vertical-align: middle;
	border: none;
	background: none;
	word-wrap: break-word;
	}
.no-border-tbl:not(.no-th) tr:nth-child(2n) td{
	background: #f8f8f8;
	}
.no-border-tbl.no-th tr:nth-child(2n-1) td{
	background: #f8f8f8;
	}
.no-border-tbl a{
	color: #dd0920;
	}
.no-border-tbl .show-mobile{
	display: none;
	}
.no-border-tbl .time{
	font-size: 18px;
	line-height: 1em;
	margin: 0;
	color: #1b1515;
	}
.no-border-tbl .time span{
	color: #7b7172;
	}
.no-border-tbl .time sup{
	font-size: 11px !important;
	top: -7px;
	}
.no-border-tbl .on-mobile{
	display: none;
	}
.no-border-tbl .icon-col{
	padding-right: 0;
	width: 70px;
	}
.no-border-tbl .icon-col + td{
	padding-left: 13px;
	}
.no-border-tbl .download-col{
	width: 77px;
	padding-left: 10px;
	padding-right: 36px;
	}
.no-border-tbl .size-col{
	width: 142px;
	padding-right: 0;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.1em;
	text-align: right;
	white-space: nowrap;
	color: #b1abac;
	}
.no-border-tbl .time-col{
	width: 158px;
	padding-right: 0;
	padding-left: 10px;
	color: #b1abac;
	text-align: right;
	}
.no-border-tbl .time-col .time{
	font-size: 16px;
	line-height: 1.1em;
	color: #b1abac;
	white-space: nowrap;
	}
.no-border-tbl .time-col .separator{
	position: relative;
	top: 2px;
	display: inline-block;
	vertical-align: top;
	width: 1px;
	height: 18px;
	margin: 0 6px 0 2px;
	background: #e6dfe0;
	}
.no-border-tbl .icon{
	box-shadow: none;
	margin: 0 auto;
	}
.no-border-tbl .download, .no-border-tbl .download-all{
	display: block;
	margin: 0 auto;
	width: 25px;
	height: 24px;
	background: url("../i/download-icon.svg") no-repeat 0 0/25px 24px;
	}
.no-border-tbl .download-all{
	width: 31px;
	height: 30px;
	background: url("../i/download-icon.svg") no-repeat 0 0/31px 30px;
	}
.no-border-tbl .file{
	display: block;
	font-size: 16px;
	line-height: 1.1em;
	}
.no-border-tbl .size-mob{
	font-size: 11px;
	line-height: 1em;
	color: #b1abac;
	margin: 4px 0 -12px 0;
	display: none;
	}
/*Three column list*/
.three-col-list{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	margin: 0;
	overflow: hidden;
	}
.three-col-list ul{
	margin: 0 !important;
	padding-right: 35px;
	display: inline-block;
	vertical-align: top;
	width: 37%;
	}
.three-col-list ul:nth-of-type(3n){
	width: 26%;
	padding-right: 0;
	}
.three-col-list.same-col-width ul{
	width: 33.3333%;
	}
/*Timer*/
.timer{
	display: block;
	font-family: 'poppins';
	font-weight: 500;
	font-size: 15px;
	line-height: 1.1em;
	color: #1b1515;
	padding-left: 15px;
	margin: 10px 0 0;
	background: url("../i/timer-icon.png") no-repeat 0 3px;
	}
.timer.bg{
	height: 21px;
	display: inline-block;
	vertical-align: top;
	padding: 2px 1px 0 20px;
	color: #fff;
	background: #dd0920 url("../i/timer-icon-bg.png") no-repeat 5px 5px;
	}
.timer .countdown-section{
	margin: 0 4px 0 0;
	}
.timer .countdown-period{
	font-size: 9px;
	position: relative;
	top: -6px;
	color: #7b7172;
	}
.timer.bg .countdown-period{
	color: #fff;
	}
.game-timer{
	font-size: 0;
	}
.game-timer .countdown-section{
	display: inline-block;
	vertical-align: top;
	margin: 0 7px;
	}
.game-timer .countdown-amount{
	font-weight: 700;
	font-size: 30px;
	}
.game-timer .countdown-period{
	font-weight: 400;
	font-size: 16px;
	margin: -3px 0 0 3px;
	}
/**/
a{
	color: #dd0920;
	text-decoration: none;
	outline: none !important;
	}
.no-touch a:hover{
	opacity: .7;
	}
/*a[target="_blank"]:after{
	content: '';
	width: 8px;
	height: 8px;
	display: inline-block;
	background: url("../i/standart-blank.gif") no-repeat 0 0;
	margin: 0 4px 0 2px;
	position: relative;
	top: -2px;
	}*/
/**/
.col-text{
	-webkit-column-count: 2;
	-moz-column-count: 2;
	column-count: 2;
	-webkit-column-gap: 26px;
	-moz-column-gap: 26px;
	column-gap: 26px;
	font-size: 16px;
	line-height: 1.5em;
	margin: 30px 0 50px;
	}
.col-text p:first-child{
	margin-top: 0;
	}
p{
	margin: 12px 0;
	}
.intro-text{
	font-size: 2.142857142857143em;
	line-height: 1.6em;
	letter-spacing: .025em;
	text-align: center;
	margin: 42px 0 64px;
	}
.intro-text .container{
	max-width: 1250px;
	}
.intro-text + .container{
	margin-top: 90px;
	}
blockquote{
	font-size: 18px;
	line-height: 1.666666666666667em;
	display: block;
	padding: 0 0 0 40px;
	position: relative;
	margin: 12px 0 40px;
	}
blockquote:before{
	content: '';
	position: absolute;
	left: 0;
	top: 9px;
	width: 24px;
	height: 19px;
	background: url("../i/quotes.png") no-repeat 0 0;
	}
blockquote p, ul li p, table td p{
	margin: 0 0 12px;
	}
blockquote:last-child p, ul li p:last-child, table td p:last-child{
	margin: 0 !important;
	}
blockquote .author{
	font-size: 15px;
	letter-spacing: 3px;
	}
img{
	max-width: 100%;
	display: block;
	margin: 12px 0 40px;
	}
a img{
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	}
.shadow-img{
	-webkit-box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
	box-shadow: 0 15px 30px rgba(0, 0, 0, .3);
	}
main img{
	-webkit-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	box-shadow: 0 10px 20px rgba(0, 0, 0, .2);
	}
.img.lft, img.lft{
	margin: 11px 20px 40px 0;
	max-width: 50%;
	}
.img.rght, img.rght{
	margin: 11px 0 40px 20px;
	max-width: 50%;
	}
p .img.lft, p img.lft, p .img.rght, p img.rght{
	margin-top: 11px;
	margin-bottom: 13px;
	}
.img img{
	margin: 0;
	}
figure{
	margin: 31px auto 27px;
	}
figure img{
	margin: 0;
	}
figcaption{
	position: relative;
	font-size: 12px;
	line-height: 1.2em;
	color: #9a9a9a;
	margin: 17px 0 0;
	display: block;
	}
figcaption:before, figcaption:after{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 34px;
	height: 1px;
	background: #c8c4c4;
	margin: 7px 16px 0 0;
	}
figcaption:after{
	margin: 7px 0 0 16px;
	}
.no-touch a.img:hover img, .no-touch .img.hover img{
	opacity: .7;
	}
/*To top*/
/*#to-top{
	position: absolute;
	z-index: 99;
	width: 54px;
	height: 54px;
	right: 36px;
	bottom: 42px;
	background: url("../i/to-top.png") no-repeat 0 0;
	display: none;
	cursor: pointer;
	}*/
/*_______*/
span{
	
	}
small{
	font-size: 0.8em;
	}
.time{
	display: block;
	margin: -8px 0 25px;
	font-size: 14px;
	line-height: 1.2em;
	color: #c1c1c1;
	}
h1 + .time, h2 + .time, .h2 + .time{
	margin-top: -12px;
	}
.close{
	position: absolute;
	top: 0;
	right: 0;
	width: 53px;
	height: 53px;
	background: url("../i/close-bg.gif") no-repeat 50% 50%;
	cursor: pointer;
	}
.no-touch .close:hover{
	opacity: .7;
	}
/*___________________________*/
/*Form styles*/
.form{
	display: block;
	position: relative;
	z-index: 2;
	margin: 40px 0;
	font-size: 0;
	}
.form:after{
	content: '';
	display: table;
	clear: both;
	}
form .field{
	position: relative;
	float: left;
	width: 100%;
	margin: 0;
	font-size: 0;
	}
form .field-name{
	display: inline-block;
	vertical-align: top;
	font-weight: 400;
	font-size: 13px;
	line-height: 1.315em;
	color: #1b1515;
	text-align: right;
	text-transform: uppercase;
	width: 74px;
	padding-right: 14px;
	margin: 12px 0 0;
	}
span.err{
	
	}
.err{
	border-color: #da251d;
	}
.ok-message{
	
	}
.form-control{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 74px);
	font-family: 'poppins';
	font-weight: 400;
	font-size: 16px;
	color: #1b1515;
	line-height: 36px;
	margin: 0 0 20px;
	height: 38px;
	padding: 0 16px;
	background: #fff;
	border: 1px solid #949395;
	border-radius: 0;
	outline: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	}
textarea.form-control{
	overflow: auto;
	resize: none;
	height: 83px;
	line-height: 18px;
	padding: 6px 18px;
	}
.form-control.parsley-error{
	border-color: #dd0920;
	}
input:focus, textarea:focus{
	
	}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{
	opacity: 1;
	color: #b2b2b2;
	}
input::-moz-placeholder, textarea::-moz-placeholder{
	opacity: 1;
	color: #b2b2b2;
	}
input:-ms-input-placeholder, textarea:-ms-input-placeholder{
	opacity: 1;
	color: #b2b2b2;
	}
input:focus::-webkit-input-placeholder, textarea:focus::-webkit-input-placeholder{
	opacity: 0 !important;
	}
input:focus::-moz-placeholder, textarea:focus::-moz-placeholder{
	opacity: 0 !important;
	}
input:focus:-ms-input-placeholder, textarea:focus:-ms-input-placeholder{
	opacity: 0 !important;
	}
/*Btn*/
button{
	border: none;
	cursor: pointer;
	}
.no-touch button:hover{
	
	}
.no-touch button:active{
	
	}
button:disabled, button:disabled:hover{
	
	}
button::-moz-focus-inner{
	border: 0;
	}
.btn{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 4;
	font-family: 'poppins';
	font-weight: 600;
	font-size: 15px;
	line-height: 1.325em;
	letter-spacing: 1px;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	border: 2px solid #dd0920;
	padding: 10px 32px 9px;
	margin: 12px 0;
	min-width: 100px;
	background: #dd0920;
	border-radius: 3px;
	outline: none !important;
	transition: all .2s ease;
	}
.btn.large{
	padding: 11px 32px 8px;
	font-size: 21px;
	min-width: 192px;
	}
.btn.largest{
	padding: 11px 32px 10px;
	font-size: 21px;
	}
.btn.action-btn{
	min-width: 388px;
	}
.btn.light{
	border-color: #fff;
	color: #fff;
	}
.btn.light-bg{
	border-color: #fff;
	color: #000;
	background: #fff !important;
	}
.btn.cntr{
	display: table;
	margin: 12px auto;
	}
.btn.fluid{
	min-width: 0;
	}
.btn.full-width{
	width: 100%;
	}
.no-touch .btn:not(:disabled):hover{
	background: #1b1515;
	border-color: #1b1515;
	box-shadow: none;
	}
.no-touch .btn:active:not(:disabled), .no-touch a.action-btn:active:not(:disabled):hover{
	border-color: #1b1515;
	background-color: #423838 !important;
	box-shadow: inset 0 5px 5px 0 rgba(27, 21, 21, .75) !important;
	}
.btn:disabled{
	opacity: .3;
	cursor: default;
	}
a.btn, .no-touch a.btn:active:not(:disabled), span.btn{
	color: #dd0920;
	background: transparent !important;
	box-shadow: none !important;
	}
.no-touch a.btn:active:not(:disabled){
	border-color: #dd0920;
	box-shadow: inset 0 5px 5px 0 rgba(27, 21, 21, .25) !important;
	}
.no-touch a.btn:not(:disabled):hover, .no-touch .careers-list a.hover.btn:not(:disabled){
	color: #fff;
	background: #dd0920 !important;
	border-color: #dd0920 !important;
	opacity: 1;
	}
.no-touch a.btn.light:not(:disabled):hover, .no-touch a.btn.light.hover{
	background: #fff !important;
	border-color: #fff !important;
	color: #000;
	}
a.action-btn, .no-touch a.btn:active:not(:disabled){
	color: #fff;
	background: #dd0920 !important;
	}
.no-touch a.action-btn:not(:disabled):hover{
	background: #1b1515 !important;
	border-color: #1b1515 !important;
	box-shadow: none;
	}
.form .btn{
	margin-top: 19px;
	margin-left: 74px;
	width: calc(100% - 74px);
	}
/*Radio input*/
.radio-item{
	margin: 0 0 12px;
	}
.radio-group .radio-item:last-child{
	margin: 0;
	}
.radio-item input[type="radio"]{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	opacity: 0;
	}
.radio-item input[type="radio"] + label{
	position: relative;
	display: block;
	font-weight: 400;
	font-size: 14px;
	line-height: 1.315em;
	color: #1b1515;
	padding-left: 22px;
	transition: color .2s ease;
	cursor: pointer;
	}
.radio-item input[type="radio"]:checked + label{
	cursor: default;
	}
.radio-item input[type="radio"]:disabled + label{
	cursor: default;
	}
.radio-item input[type="radio"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 3px;
	width: 11px;
	height: 11px;
	border: 1px solid #ed0013;
	transition: border-color .2s ease;
	}
.radio-item input[type="radio"] + label:after{
	content: '';
	display: none;
	position: absolute;
	left: 3px;
	top: 6px;
	width: 7px;
	height: 7px;
	background: #ed0013;
	border-radius: 110%;
	}
.radio-item input[type="radio"]:checked + label:after{
	display: block;
	}
.no-touchevents .radio-item input[type="radio"]:not(:checked) + label:hover{
	color: #397CBE;
	}
.radio-item input[type="radio"]:disabled + label:before{
	background-color: #eceded;
	border-color: #eceded;
	cursor: default;
	}
.radio-item input[type="radio"] + label:before{
	border-radius: 110%;
	}
.radio-item input[type="radio"] + label .form-control{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	line-height: 27px;
	width: 140px;
	margin: -3px 0 0 8px;
	height: 28px;
	padding: 0;
	border: none;
	border-bottom: 1px solid #949395;
	}
.radio-item input[type="radio"] + label .form-control:disabled{
	color: rgba(0, 0, 0, .5);
	}


.form p{
	
	}
.thanks{
	font-size: 18px;
	line-height: 1.5em;
	margin: 20px 0 0;
	text-align: center;
	display: none;
	}
.thanks .important{
	font-size: 20px;
	font-weight: 600;
	display: block;
	margin: 0 0 10px;
	}
.play-form .thanks{
	margin-left: 74px;
	}
/*Type file*/
.fileinput-wrapper{
	display: block;
	margin: -8px 0 15px 74px;
	text-align: center;
	}
.fileinput{
	overflow: hidden;
	position: relative;
	cursor: pointer;
	z-index: 1;
	}
.fileinput input[type=file],
.fileinput input[type=file]:focus,
.fileinput input[type=file]:hover{
	position: absolute;
	top: 0;
	right: 0;
	margin: 0;
	opacity: 0;
	-ms-filter: 'alpha(opacity=0)';
	font-size: 200px;
	direction: ltr;
	cursor: pointer;
	outline: 0;
	}
.fileinput-name{
	position: relative;
	display: block;
	margin: 10px 0 0 0;
	font-size: 18px;
	line-height: 1.5em;
	}
.fileinput-name .close{
	position: relative;
	top: -1px;
	display: inline-block;
	float: none;
	margin: 0 0 0 8px;
	padding: 0;
	right: 0;
	width: 14px;
	height: 14px;
	line-height: 14px;
	vertical-align: middle;
	background: none;
	border: 0;
	cursor: pointer;
	}
.fileinput.btn, .no-touch .fileinput.btn:active:not(:disabled){
	position: relative;
	display: inline-block;
	font-family: 'poppins';
	font-size: 20px;
	line-height: 1.444444444444444em;
	font-weight: 400;
	color: #dd0920;
	letter-spacing: 0;
	text-transform: none;
	white-space: nowrap;
	text-align: center;
	padding: 0 !important;
	width: auto !important;
	margin: 0 auto !important;
	border: none !important;
	background: none !important;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	}
.fileinput.btn:before{
	content: '';
	position: relative;
	display: inline-block;
	top: 5px;
	left: -3px;
	width: 21px;
	height: 21px;
	background: url("../i/attach-icon.png") no-repeat 0 0;
	}
.no-touch .fileinput.btn:hover{
	opacity: .7;
	}
/*Radio and Checkboxes*/
.checkbox-item{
	position: relative;
	margin: 13px 0;
	line-height: 0;
	}
.form .checkbox-item{
	margin-left: 134px;
	}
.field + .checkbox-item{
	clear: both;
	}
.checkbox-item input[type="checkbox"]{
	width: 0;
	height: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: -1;
	opacity: 0;
	}
.checkbox-item input[type="checkbox"] + label{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-family: 'poppins';
	font-weight: 300;
	font-size: 12px;
	line-height: 1.333em;
	padding: 0 0 0 19px;
	color: #19171c;
	cursor: pointer;
	}
.checkbox-item input[type="checkbox"]:disabled + label{
	cursor: default;
	}
.checkbox-item input[type="checkbox"] + label:before{
	content: '';
	position: absolute;
	left: 0;
	top: 2px;
	width: 9px;
	height: 9px;
	border: 1px solid #ed0013;
	}
.checkbox-item input[type="checkbox"]:checked + label:before{
	background: url("../i/checked-icon.svg") no-repeat 0 2px/9px auto;
	}
.checkbox-item input[type="checkbox"]:disabled + label:before, .radio-item input[type="radio"]:disabled + label:before{
	opacity: .6;
	cursor: default;
	}
.checkbox-item input[type="checkbox"] + label a, .checkbox-item input[type="checkbox"] + label strong{
	font-weight: 400;
	color: #ed0013;
	}
.no-touch .checkbox-item input[type="checkbox"] + label .js-open-popup:hover{
	opacity: .6;
	}
.form .checkbox-item + .btn{
	margin-top: 8px;
	}
/*Independent*/
.container, .wide-container, .large-container{
	max-width: 1086px;
	padding: 0 25px;
	margin: 0 auto;
	position: relative;
	z-index: 2;
	}
.wide-container{
	max-width: 1800px;
	}
.large-container{
	max-width: 1980px;
	}
/*Social share*/
.social-links{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	justify-content: flex-end;
	margin: 4px 0 0;
	}
.social-links a{
	position: relative;
	z-index: 2;
	text-align: center;
	width: 30px;
	height: 30px;
	margin: 0 0 0 10px;
	text-decoration: none;
	text-align: center;
	color: #ed0013;
	}
.no-touch .social-links a:hover{
	color: #fff;
	opacity: 1;
	}
.social-links a:before, .social-links a:after{
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	font-size: 27px;
	line-height: 30px;
	width: 100%;
	height: 100%;
	color: #ed0013;
	transition: color .2s ease;
	}
.no-touch .social-links a:hover:before{
	color: #fff;
	}
.social-links a:after{
	z-index: 0;
	opacity: .15;
	color: #fff;
	}
.social-links .facebook:before, .social-links .facebook:after{
	content: '\f09a';
	font-size: 23px;
	}
.social-links .linkedin:before, .social-links .linkedin:after{
	content: '\f0e1';
	font-size: 26px;
	}
.social-links .twitter:before, .social-links .twitter:after{
	content: '';
	font-size: 28px;
	background: url("../i/twitter-icon.svg") no-repeat 50% 50%/24px auto;
	}
.social-links .twitter:after, .no-touch .social-links .twitter:hover:before{
	background-image: url("../i/twitter-icon-light.svg");
	}
.social-links .instagram:before, .social-links .instagram:after{
	content: '\f16d';
	}
.social-links .youtube:before, .social-links .youtube:after{
	content: '\f167';
	font-size: 24px;
	
	}
.social-links a:after{
	pointer-events: none;
	}
.no-touch .social-links a:hover:after{
	opacity: 0;
	visibility: hidden;
	-webkit-transform: scale(4);
	transform: scale(4);
	-webkit-transition: all .3s ease-out;
	-moz-transition: all .3s ease-out;
	transition: all .3s ease-out;
	}
/*Appearance*/
.lft{
	float: left;
	}
.rght{
	float: right;
	}
.cntr{
	text-align: center;
	}
.clr{
	clear: both;
	}
.uppercase{
	text-transform: uppercase;
	}
.no-indent{
	margin-bottom: 0 !important;
	}
.align-m, .align-b{
	display: table-cell;
	vertical-align: middle;
	}
.align-b{
	vertical-align: bottom;
	}
.intro{
	text-align: center;
	max-width: 780px;
	margin: 23px auto 79px;
	}
h2 + .intro, .h2 + .intro{
	margin-top: 28px;
	}
.intro.small-indent{
	margin-bottom: 20px;
	}
.intro.line:before{
	content: '';
	display: block;
	margin: 50px auto 30px;
	width: 64px;
	height: 4px;
	background: #dd0920;
	}
.author{
	display: block;
	font-weight: 700;
	font-size: 18px;
	color: #adadad;
	line-height: 1.3em;
	letter-spacing: 3.6px;
	margin: 10px 0 0;
	}
/*================================================================================
								STRUCTURE
================================================================================*/
#all{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	position: relative;
	z-index: 10;
	padding-top: 74px;
	overflow: hidden;
	}
.game-inner #all{
	
	}
#indent{
	clear: both;
	}
#top-page{
	position: relative;
	z-index: 101;
	}
.game-inner #top-page{
	z-index: auto;
	padding-bottom: 48px;
	}
/*Game bg*/
.game-page-bg{
	position: absolute;
	z-index: -1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 0;
	}
/*================================HEADER====================================*/
#header{
	position: fixed !important;
	left: 0;
	top: 0;
	width: 100%;
	height: 74px;
	padding-top: 47px;
	position: relative;
	z-index: 101;
	transition: all .3s ease;
	}
.sticky-header #header{
	background: rgba(26, 24, 29, .85);
	}
.client #header{
	height: auto;
	min-height: 74px;
	padding-top: 22px;
	}
#header .wide-container{
	display: flex;
	justify-content: space-between;
	}
#logo{
	float: left;
	width: 146px;
	height: 16px;
	background: url("../i/logo.svg") no-repeat 0 0;
	background-size: 100% auto;
	margin: 0 !important;
	transition: opacity .2s ease;
	}
.client #logo{
	position: absolute;
	left: 25px;
	top: -4px;
	width: 164px;
	height: 42px;
	background: url("../i/client-logo-v2.png") no-repeat 0 0/100% auto;
	}
.no-touch a#logo:hover{
	opacity: .7;
	}
#header .switch-btn-box{
	position: absolute;
	z-index: 1;
	right: 62px;
	top: 30px;
	font-weight: 600;
	font-size: 14px;
	line-height: 1em;
	color: #7b7172;
	}
#header .switch-btn-box p{
	margin: 0 0 6px;
	}
.switch-btn{
	display: flex;
	align-items: center;
	font-weight: 600;
	font-size: 14px;
	line-height: 1em;
	color: #7b7172;
	}
.switch-btn input[type="checkbox"]{
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 0;
	height: 0;
	margin: 0;
	opacity: 0;
	}
.switch-btn label{
	display: block;
	width: 44px;
	height: 24px;
	padding: 2px;
	margin: 0 6px;
	background: #dd0920;
	border-radius: 16px;
	cursor: pointer;
	}
.switch-btn label:before{
	content: "";
	position: relative;
	display: block;
	width: 50%;
	height: 100%;
	background: #fff;
	border-radius: 110%;
	transition: all .2s ease;
	}
.switch-btn input[type="checkbox"]:checked + label:before{
	transform: translateX(100%);
	}
.js-choose-platform span{
	color: rgba(255, 255, 255, .64);
	cursor: pointer;
	}
.js-choose-platform .active{
	color: #dd0920;
	cursor: default;
	}
/*============NAV=================*/
#nav ul{
	margin: 0;
	position: relative;
	}
#nav li{
	font-size: 19px;
	line-height: 1em;
	color: #fff;
	padding: 0;
	margin: 0 20px;
	background: none;
	float: left;
	}
#nav > ul > .current{
	font-weight: 700;
	}
#nav li a{
	position: relative;
	color: #fff;
	padding-bottom: 3px;
	}
.no-touch #nav > ul > li > a:hover{
	opacity: 1;
	}
#nav > ul > li > a:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	height: 1px;
	width: 0;
	background: #dd0920;
	transform: translateX(-50%);
	transition: width .2s ease;
	}
#nav li.active > a:after, .no-touch #nav > ul > li > a:hover:after, .touch #nav > ul > li.opened-dropdown > a:after, #subnav li .active:after{
	width: 100%;
	}
.no-touch #nav li.active:not(.has-child) > a:hover:after{
	width: 0;
	}
#nav .social-bar{
	display: none;
	}
/*Client nav*/
.client #nav-box{
	max-width: 720px;
	margin: 0 auto;
	
	}
.hide-nav #nav-box, .hide-nav #open-nav{
	display: none;
	}
.client #nav{
	text-align: center;
	}
.client #nav ul{
	float: none;
	display: inline-block;
	vertical-align: top;
	}
.client #nav .visible-dropdown{
	position: static;
	}
.client #nav li{
	font-weight: 300;
	float: none;
	display: inline-block;
	vertical-align: top;
	margin: 0 15px;
	}
.client #nav li, .client #nav li .active{
	color: #fff;
	}
.client #nav li a{
	color: #fff;
	}
.client #nav > ul > li > a{
	opacity: 1 !important;
	}
.no-touch.client #nav > ul > li > a:hover{
	
	}
.client #nav > ul > li.has-child > a{
	position: relative;
	z-index: 2;
	}
.client #nav .dropdown{
	display: none;
	position: absolute;
	z-index: 1;
	text-align: left;
	top: -17px;
	left: -15px;
	height: auto;
	width: 151px;
	padding: 53px 15px 10px;
	background: #19171c;
	box-shadow: 0 9px 13px rgba(16, 15, 18, .91);
	}
.client #nav .dropdown li{
	display: block;
	float: none;
	font-size: 19px;
	line-height: 1.2em;
	letter-spacing: 0;
	text-transform: none;
	margin: 0 0 16px;
	}
.client #nav .dropdown .active a{
	opacity: .7;
	}
.no-touch.client #nav .dropdown .active a:hover{
	opacity: 1;
	}
/*Logging*/
#logging-box{
	position: absolute;
	top: -4px;
	right: 25px;
	font-weight: 500;
	font-size: 13px;
	line-height: 1.2em;
	color: rgba(255, 255, 255, .64);
	margin: 8px 0 0 0;
	}
#logging-box #logged:before{
	content: '';
	display: inline-block;
	vertical-align: top;
	width: 16px;
	height: 19px;
	margin: -2px 7px 0 0;
	background: url("../i/logged-icon.svg") no-repeat 0 0/16px 19px;
	}
#logging-box .exit{
	display: inline-block;
	vertical-align: top;
	width: 19px;
	height: 18px;
	margin: -2px 0 0 14px;
	background: url("../i/exit.svg") no-repeat 0 0;
	}
/*Open nav button*/
#open-nav{
	position: fixed;
	z-index: 113;
	width: 41px;
	height: 28px;
	right: 25px;
	top: 16px;
	cursor: pointer;
	display: none;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	}
#open-nav.bg{
	right: 12px;
	}
#open-nav.bg:not(.active):before{
	content: '';
	position: absolute;
	z-index: 1;
	left: -5px;
	top: -8px;
	bottom: -8px;
	right: -5px;
	background: rgba(0, 0, 0, .6);
	}
#open-nav .lines{
	top: 12px;
	height: 4px;
	display: block;
	width: 41px;
	background: #fff;
	position: relative;
	z-index: 2;
	-ms-transition: background .2s linear;
	-webkit-transition: background .2s linear;
	transition: background .2s linear;
	}
#open-nav .lines .top-line, #open-nav .lines .bottom-line{
	position: absolute;
	right: 0;
	width: 41px;
	top: -11px;
	border-bottom: 4px solid #fff;
	height: 0;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	}
#open-nav .lines .bottom-line{
	top: auto;
	bottom: -11px;
	}
#open-nav.active .lines{
	background: #000;
	}
#open-nav.active .lines .top-line, #open-nav.active .lines .bottom-line{
	border-color: #000;
	}
#open-nav.active .top-line{
	right: -4px;
	top: -5px;
	width: 16px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg);
	}
#open-nav.active .bottom-line{
	right: -4px;
	bottom: -5px;
	width: 16px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
/*Client*/

/*==========END OF NAV=============*/
.logo-bg-layer{
	position: fixed;
	z-index: 1;
	top: 50%;
	left: 38.65%;
	width: 98.6%;
	min-width: 400px;
	max-width: 1892px;
	height: auto;
	opacity: .08;
	pointer-events: none;
	transform: translate3d(0, -46%, 0);
	}
.game-inner .logo-bg-layer{
	opacity: 1;
	}
.logo-bg-layer .ratio{
	height: auto;
	width: 100%;
	margin: 12px 0 48px;
	}
.logo-bg-layer svg{
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}
.logo-bg-layer .animated-layer, .logo-bg-layer .scaled-layer, .logo-bg-layer .over-layer, .logo-bg-layer .blended-logo, .logo-bg-layer svg{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	}
.logo-bg-layer .blended-logo{
	opacity: 0;
	}
.logo-bg-layer .scaled-layer:before, .logo-bg-layer .scaled-layer:after{
	content: '';
	position: absolute;
	right: calc(100% - 2px);
	top: 0;
	height: 100%;
	width: 4000px;
	background: #19171c;
	}
.logo-bg-layer .scaled-layer:after{
	right: -4000px;
	left: -4000px;
	width: auto;
	height: 3000px;
	top: -2968px;
	}
.logo-bg-layer .scaled-layer .bg{
	position: absolute;
	top: 0;
	bottom: 0;
	left: calc(100% - 5px);
	width: 4000px;
	background: #19171c;
	}
.logo-bg-layer .scaled-layer .bg:after{
	content: '';
	position: absolute;
	left: -150%;
	width: 10000px;
	top: calc(100% - 32px);
	height: 4000px;
	background: #19171c;
	}
.logo-bg-layer .over-layer{
	overflow: hidden;
	}
.logo-bg-layer .over-layer-top{
	left: 23%;
	}
.logo-bg-layer .over-layer-top svg{
	left: -23%;
	}
.logo-bg-layer .over-layer-bottom{
	left: 33%;
	}
.logo-bg-layer .over-layer-bottom svg{
	left: -33%;
	}
.logo-bg-layer .over-layer svg{
	transition: transform 1s ease .45s;
	}
.logo-bg-layer .over-layer-bottom svg{
	transition: transform 1s ease .55s;
	}
.logo-bg-layer .over-layer svg{
	transform: translateX(-110%);
	}
.logo-bg-layer .scaled-layer .angle{
	opacity: 0;
	transition: opacity .3s ease .5s;
	}
/*Page title box*/
#page-title-box{
	font-size: 22px;
	line-height: 1.75em;
	margin: -8px 0 0;
	padding: 0 24px;
	}
#page-title-box .wide-container{
	display: flex;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	width: 100%;
	min-height: 282px;
	padding-top: 54px;
	padding-bottom: 54px;
	}
.game-inner #page-title-box .wide-container{
	padding-top: 64px;
	padding-bottom: 0;
	margin-bottom: 48px;
	min-height: 0;
	}

#page-title-box h1{
	color: #fff;
	margin: 0 auto;
	max-width: 1080px;
	}

#page-title-box .intro{
	color: #fff;
	margin: 24px auto 0;
	}
#page-title-box .banner-box{
	display: flex;
	align-items: flex-end;
	margin: 0 0 0 auto;
	height: 0;
	width: 40%;
	}
#page-title-box .banner{
	display: table;
	margin: 0 auto;
	width: 240px;
	max-width: 100%;
	transform: translateY(12%);
	transition: opacity .4s ease;
	}
#page-title-box .wide-container.justify{
	align-items: center;
	justify-content: flex-start;
	flex-direction: row;
	}
#page-title-box .wide-container.justify h1{
	margin: 0;
	}
#page-title-box .wide-container.justify .banner-box{
	align-items: flex-start;
	line-height: 0;
	width: auto;
	height: auto;
	margin: 0 0 0 auto;
	}
#page-title-box .wide-container.justify .banner-box .banner{
	transform: none;
	width: 320px;
	}
#page-title-box .banner img{
	margin: 0;
	max-width: 100%;
	}

.option-link{
	display: table;
	max-width: 90%;
	line-height: 0;
	width: 480px;
	transition: opacity .4s ease;
	}
.option-link .option-img{
	margin: 0;
	max-width: 100%;
	}


.search-form-box{
	font-family: 'poppins';
	font-weight: 500;
	font-size: 25px;
	line-height: 1.4em;
	text-align: center;
	padding: 59px 16px 40px;
	background: #fff;
	}
.search-form-box > *:first-child{
	margin-top: 0;
	}
.search-form-box > *:last-child{
	margin-bottom: 0;
	}
.search-form{
	max-width: 525px;
	margin: 0 auto 60px;
	}
.search-form .field-name{
	width: 110px;
	}
.search-form .form-control{
	width: calc(100% - 110px);
	margin: 0;
	padding-right: 59px;
	}
.search-form .search-btn, .games-search-form .search-btn{
	position: absolute;
	bottom: 1px;
	right: 1px;
	width: 43px;
	max-width: 43px;
	height: 36px;
	margin: 0;
	padding: 0;
	min-width: 30px;
	background: #f00 url("../i/search-btn.svg") no-repeat 50% 50%/20px auto;
	border: none;
	border-radius: 0;
	box-shadow: none;
	}
.no-touch .search-btn:not(:disabled):hover{
	background: #19171c url("../i/search-btn.svg") no-repeat 50% 50%/20px auto !important;
	}
.no-touch .search-btn:not(:disabled):active{
	background: #423838 url("../i/search-btn.svg") no-repeat 50% 50%/20px auto !important;
	}
.games-search-form{
	position: relative;
	padding: 0;
	margin: 0;
	}
.games-search-form .form-control{
	display: block;
	font-family: 'poppins';
	font-weight: 400;
	font-size: 16px;
	line-height: 33px;
	text-transform: uppercase;
	color: #fff;
	height: 33px;
	padding: 0 76px;
	margin: 0;
	width: 100%;
	background: rgba(255, 255, 255, .32);
	border: none;
	}
.games-search-form .form-control::-webkit-input-placeholder{
	color: #fff;
	}
.games-search-form .form-control::-moz-placeholder{
	color: #fff;
	}
.games-search-form .form-control:-ms-input-placeholder{
	color: #fff;
	}
.games-search-form .search-btn{
	bottom: 0;
	left: 0;
	width: 72px;
	max-width: 72px;
	height: 33px;
	background-color: transparent;
	background-size: 19px auto;
	transform: scaleX(-1);
	}
.no-touch .search-btn:not(:disabled):active, .no-touch .search-btn:not(:disabled):hover{
	background-size: 19px auto !important;
	background-color: transparent !important;
	opacity: .5;
	}
.games-search-form:after{
	display: none;
	}
.js-clear-inp{
	position: relative;
	width: 32px;
	height: 32px;
	cursor: pointer;
	transition: opacity .2s ease;
	}
.no-touch .js-clear-inp:hover{
	opacity: .6;
	}
.games-search-form .js-clear-inp{
	position: absolute;
	z-index: 10;
	right: 18px;
	top: 6px;
	}
.js-clear-inp:before, .js-clear-inp:after{
	content: '';
	position: absolute;
	left: 50%;
	top: 0;
	height: 20px;
	width: 1px;
	background: #fff;
	transform: rotate(-135deg);
	}
.js-clear-inp:after{
	transform: rotate(135deg);
	}
/*Selection box*/
.selection-box{
	font-family: 'poppins';
	font-weight: 500;
	font-size: 20px;
	line-height: 1.55em;
	color: #2c2b2e;
	text-align: center;
	max-width: 1024px;
	margin: 0 auto 96px;
	}
.selection-box.ver2{
	color: #fff;
	padding: 0 16px;
	margin: 60px auto 40px;
	}
.main .selection-box{
	padding-top: 20px;
	}
.selection-box p{
	max-width: 780px;
	margin: 0 auto;
	}
.selection-box > *:first-child{
	margin-top: 0;
	}
.selection-box > *:last-child{
	margin-bottom: 0;
	}
.switch-btn.large-size{
	position: relative;
	font-size: 18px;
	}
.selection-box .switch-btn-box{
	margin: 48px 0 0;
	}
.selection-box .switch-btn{
	display: inline-flex;
	}
.switch-btn.large-size label{
	line-height: 0;
	width: 66px;
	height: 35px;
	margin: 0 25px;
	padding: 5px 6px;
	border-radius: 50px;
	}
.switch-btn.large-size label:before{
	width: 25px;
	height: 25px;
	}
.switch-btn.large-size input[type="checkbox"]:checked + label::before{
	transform: translateX(29px);
	}
.no-touch .switch-btn.large-size span{
	transition: color .2s ease;
	}
.switch-btn.large-size span:not(.active){
	color: #a9a8ac;
	}
.no-touch .switch-btn.large-size span:not(.active):hover{
	background: -webkit-linear-gradient(#76767f, #373748);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	}
.switch-btn input[type="checkbox"]{
	}
/*=============================END OF HEADER=================================*/
/*Main screen*/
#main-screen{
	position: relative;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	min-height: 480px;
	height: 100vh;
	margin: -74px 0 64px;
	width: 100%;
	padding: 120px 0;
	}
#main-screen .wide-container{
	width: 100%;
	height: 100%;
	}
.index-page #main-screen, .error-page #main-screen{
	background-color: #141319;
	background-position: 0 50%;
	}
#main-screen.no-indent{
	margin-bottom: 0;
	}
#main-screen .wide-container .wrap{
	position: relative;
	display: block;
	height: 100%;
	}
#main-screen .screen-img{
	position: absolute;
	top: -6%;
	left: 1.25%;
	max-width: 70.78947368421053%;
	width: 100%;
	height: 110%;
	white-space: nowrap;
	}
.error-page #main-screen .screen-img{
	max-width: 100%;
	left: 0;
	top: -6% !important;
	}
#main-screen .screen-img .img-box{
	position: relative;
	height: 100%;
	text-align: center;
	}
.error-page #main-screen .screen-img .img-box{
	height: 80%;
	text-align: center;
	padding-left: 6%;
	}
#main-screen .screen-img .img-box:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	}
#main-screen .screen-img img{
	max-height: 100%;
	margin: 0;
	display: inline-block;
	vertical-align: middle;
	}
#main-screen .screen-text h2, #main-screen h1{
	font-size: 80px;
	font-weight: 700;
	line-height: 1em;
	letter-spacing: 0;
	color: #fff;
	margin: 0;
	}
#main-screen .screen-text{
	position: absolute;
	top: 78.8%;
	right: .8%;
	min-width: 33.15789473684211%;
	-webkit-transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	}
#main-screen .anchor{
	position: absolute;
	z-index: 3;
	left: 50%;
	bottom: 40px;
	width: 37px;
	height: 26px;
	margin: 0 0 0 -18px;
	cursor: pointer;
	}
#main-screen .anchor:after{
	content: '';
	position: absolute;
	width: 37px;
	height: 26px;
	top: 0;
	left: 0;
	background: url("../i/anchor-arrow.png") no-repeat 0 0;
	}
.no-touch .anchor:hover:after{
	-webkit-animation: anchor .3s infinite ease-in-out;
	-moz-animation: anchor .3s infinite ease-in-out;
	animation: anchor .6s infinite ease-in-out;
	}
@-webkit-keyframes anchor{
	0%{
		top: 0;
		}
	50%{
		top: 10px;
		}
	100%{
		top: 0;
		}
	}
@-moz-keyframes anchor{
	0%{
		top: 0;
		}
	50%{
		top: 10px;
		}
	100%{
		top: 0;
		}
	}
@keyframes anchor{
	0%{
		top: 0;
		}
	50%{
		top: 10px;
		}
	100%{
		top: 0;
		}
	}
/*Main screen inner*/
#main-screen .container{
	display: table;
	width: 100%;
	height: 100%;
	table-layout: fixed;
	}
#main-screen p{
	max-width: 790px;
	text-align: center;
	color: #fff;
	margin: 0 auto;
	line-height: 1.5em;
	padding: 0 15px;
	}
#main-screen .page-name, #top-screen .page-name{
	font-size: 22px;
	line-height: 1.5em;
	text-align: center;
	display: block;
	color: #dd0920;
	margin: 0 0 2px;
	}
#main-screen h1 + .page-name, #top-screen h1 + .page-name{
	margin-top: -7px;
	}
/*Main screen error page*/
#main-screen .error-box{
	width: 100%;
	position: absolute;
	top: 97%;
	left: 0;
	text-align: center;
	margin: 0;
	white-space: normal;
	-webkit-transform: translateY(-100%);
	-moz-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%);
	}
#main-screen .error-box .num{
	display: block;
	font-weight: 700;
	font-size: 400px;
	line-height: .75em;
	color: #fff;
	}
#main-screen .error-box .btn{
	margin: 38px 0 0;
	}
@media screen and (max-height: 900px){
	#main-screen .error-box .num{
		font-size: 300px;
		}
	}
@media screen and (max-height: 820px){
	#main-screen .error-box .num{
		font-size: 200px;
		}
	#main-screen .error-box{
		-webkit-transform: translateY(-80%);
		-moz-transform: translateY(-80%);
		-ms-transform: translateY(-80%);
		transform: translateY(-80%);
		}
	}
@media screen and (max-width: 1000px) and (max-height: 890px){
	#main-screen .error-box .num{
		font-size: 200px;
		}
	#main-screen .error-box{
		-webkit-transform: translateY(-90%);
		-moz-transform: translateY(-90%);
		-ms-transform: translateY(-90%);
		transform: translateY(-90%);
		}
	}
@media screen and (max-height: 660px){
	#main-screen .error-box .num{
		font-size: 150px;
		}
	#main-screen .error-box .btn{
		margin: 20px 0 0;
		}
	}
@media screen and (max-height: 570px){
	#main-screen .error-box .num{
		font-size: 130px;
		}
	#main-screen .error-box{
		-webkit-transform: translateY(-70%);
		-moz-transform: translateY(-70%);
		-ms-transform: translateY(-70%);
		transform: translateY(-70%);
		}
	}
@media screen and (max-width: 1420px) and (min-height: 880px){
	#main-screen .error-box .num{
		font-size: 300px;
		}
	}
@media screen and (max-width: 1220px) and (min-height: 880px){
	#main-screen .error-box .num{
		font-size: 200px;
		}
	}
@media screen and (max-width: 770px) and (min-height: 880px){
	#main-screen .error-box .num{
		font-size: 200px;
		}
	#main-screen .error-box{
		-webkit-transform: translateY(-120%);
		-moz-transform: translateY(-120%);
		-ms-transform: translateY(-120%);
		transform: translateY(-120%);
		}
	}
@media screen and (max-width: 480px) and (min-height: 880px){
	#main-screen .error-box .num{
		font-size: 150px;
		}
	#main-screen .error-box{
		-webkit-transform: translateY(-140%);
		-moz-transform: translateY(-140%);
		-ms-transform: translateY(-140%);
		transform: translateY(-140%);
		}
	}
@media screen and (max-width: 1280px){
	.client #nav-box{
		max-width: 690px;
		}
	.client #nav li{
		margin-left: 20px;
		}
	}
@media screen and (max-width: 1220px){
	/*Main screen*/
	.index-page #main-screen, .error-page #main-screen{
		padding: 120px 0 100px;
		}
	#main-screen .wide-container{
		display: table;
		table-layout: fixed;
		}
	#main-screen .wide-container .wrap{
		display: table-cell;
		vertical-align: bottom;
		}
	#main-screen .screen-img{
		top: 0;
		left: 0;
		max-width: none;
		max-height: 70%;
		}
	.error-page #main-screen .screen-img{
		max-height: 100%;
		}
	#main-screen .screen-img .img-box{
		max-width: 90%;
		margin: 0 auto;
		text-align: center;
		}
	.error-page #main-screen .screen-img .img-box{
		padding-left: 0;
		}
	#main-screen .screen-text{
		position: relative;
		top: auto;
		right: auto;
		text-align: center;
		margin: 0;
		font-size: 70px !important;
		-webkit-transform: translateY(0);
		-moz-transform: translateY(0);
		-ms-transform: translateY(0);
		transform: translateY(0);
		}
	}
/*Client resolution*/
@media screen and (max-width: 1700px){
	#page-title-box .banner-box{
		width: 35%;
		}
	}
@media screen and (max-width: 1480px){
	#page-title-box .banner-box{
		width: 30%;
		}
	}
@media screen and (max-width: 1310px){
	#page-title-box .banner-box{
		width: 240px;
		}
	}
@media screen and (max-width: 1180px){
	#page-title-box .banner-box{
		margin-right: -25px;
		}
	}
@media screen and (max-width: 1080px){
	/*Main screen*/
	#main-screen .screen-text h2{
		font-size: 70px !important;
		}
	}
@media screen and (max-width: 990px){
	/*Main screen*/
	#main-screen .screen-img{
		top: 10%;
		}
	#main-screen .screen-text h2{
		font-size: 60px !important;
		}
	}
@media screen and (max-width: 990px) and (max-height: 560px){
	/*Main screen*/
	#main-screen .screen-img{
		top: 3%;
		}
	}
@media screen and (max-width: 990px) and (max-height: 520px){
	/*Main screen*/
	#main-screen .screen-img{
		top: 0;
		}
	}
@media screen and (max-width: 400px) and (max-height: 520px){
	/*Main screen*/
	#main-screen .screen-img{
		top: -9%;
		}
	}
@media screen and (max-width: 767px){
	.error-page #main-screen .screen-img{
		top: -10% !important;
		}
	}
@media screen and (max-width: 720px){
	/*Main screen*/
	#main-screen .screen-text h2{
		font-size: 50px !important;
		}
	#main-screen h1 + .page-name, #top-screen h1 + .page-name{
		margin-top: 0;
		}
	}
@media screen and (max-width: 1080px) and (max-height: 620px){
	#main-screen .screen-text h2{
		font-size: 60px !important;
		}
	}
@media screen and (max-width: 640px){
	/*Main screen*/
	#main-screen p{
		font-size: 18px;
		}
	#main-screen .page-name, #top-screen .page-name{
		font-size: 20px;
		}
	}
@media screen and (max-width: 540px){
	/*Main screen*/
	#main-screen .screen-text h2{
		font-size: 44px !important;
		}
	#main-screen p{
		padding: 0;
		}
	}
@media screen and (max-width: 480px){
	/*Main screen*/
	.index-page #main-screen, .error-page #main-screen{
		padding: 120px 0 74px;
		}
	#main-screen .screen-img .img-box{
		max-width: 100%;
		}
	#main-screen .screen-text{
		font-size: 40px !important;
		}
	#main-screen .anchor{
		bottom: 20px;
		}
	}
/*Top screen*/
#top-screen{
	position: relative;
	height: 469px;
	margin: -74px 0 75px;
	float: left;
	width: 100%;
	white-space: nowrap;
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	padding: 120px 15px;
	}
#top-screen.small-indent{
	margin-bottom: 17px;
	}
#top-screen:before{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 0;
	height: 100%;
	}
#top-screen .align-m{
	display: inline-block;
	width: 100%;
	}
#top-screen h1{
	color: #fff;
	margin: 0;
	white-space: normal;
	}
/*Dots bg*/
.dots-bg{
	background: url("../i/dots-bg.gif") repeat 100% 100%;
	}
/*Half bg*/
.half-bg{
	position: relative;
	}
/*Shadow box*/
.shadow-box{
	margin: 0 0 100px;
	overflow: hidden;
	-webkit-box-shadow: inset 0 33px 250px 0 rgba(27, 21, 21, .1);
	-moz-box-shadow: inset 0 33px 250px 0 rgba(27, 21, 21, .1);
	box-shadow: inset 0 33px 250px 0 rgba(27, 21, 21, .1);
	}
.half-bg .shadow-box{
	background: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 100px;
	margin: 0;
	}
/*Dark-box*/
.dark-box{
	background: #1b1515 url("../i/dark-box-bg.gif") repeat 100% 100%;
	padding: 96px 0 90px;
	margin: 0 0 97px;
	}
.dark-box .sub-title, .team-list-box .sub-title, .team-list-box p{
	color: #fff;
	}
.dark-box p{
	color: #cac9cf;
	}
/*Cases*/
.cases-box{
	font-size: 0;
	height: 510px;
	position: relative;
	margin: 0 0 110px;
	}
.cases-box .item{
	position: absolute;
	z-index: 0;
	width: 33.5%;
	left: 0;
	top: 0;
	height: 510px;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	overflow: hidden;
	display: table;
	table-layout: fixed;
	opacity: 1 !important;
	}
.cases-box .item:nth-child(2){
	left: 33.3333333333%;
	}
.cases-box .item:nth-child(3){
	left: 66.6666666666%;
	}
.no-touch .in-focus .item{
	width: 30.4%;
	}
.no-touch .cases-box .item.active{
	width: 40.4%;
	}
.cases-box .item:after{
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background: rgba(0, 0, 0, .6);
	opacity: 0;
	-webkit-transition: all .3s ease-in-out;
	-moz-transition: all .3s ease-in-out;
	transition: all .3s ease-in-out;
	}
.cases-box .item.active:after, .touch .cases-box .item:after{
	opacity: 1;
	}
.cases-box span.btn{
	border-color: #fff !important;
	}
/*First*/
.no-touch .cases-box.first-active .item:nth-child(2){
	left: 40%;
	}
.no-touch .cases-box.first-active .item:nth-child(3){
	left: 70%;
	}
.no-touch .cases-box.second-active .item:nth-child(2){
	left: 30%;
	}
.no-touch .cases-box.first-active .item:nth-child(3), .no-touch .cases-box.second-active .item:nth-child(3){
	left: 70%;
	}
.no-touch .cases-box.third-active .item:nth-child(2){
	left: 30%;
	}
.no-touch .cases-box.third-active .item:nth-child(3){
	left: 60%;
	}
/*bg*/
.cases-box .item .bg{
	position: absolute;
	z-index: 1;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
/*Cases content*/
.cases-box .item .align-m{
	position: relative;
	z-index: 3;
	width: 100%;
	text-align: center;
	padding: 0 25px;
	}
.cases-box .item .logo{
	position: relative;
	margin: 0 auto;
	-webkit-transition: all .2s linear;
	-moz-transition: all .2s linear;
	transition: all .2s linear;
	max-width: 90%;
	max-height: 210px;
	}
.cases-box .item.active .logo, .touch .cases-box .item .logo{
	margin-top: -100px;
	}
.cases-box .item .description{
	font-size: 19px;
	line-height: 1.157894736842105em;
	color: #fff;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: all .3s linear;
	-moz-transition: all .3s linear;
	transition: all .3s linear;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 49px;
	}
.cases-box .item.active .description, .touch .cases-box .item .description{
	opacity: 1;
	}
.cases-box .item .description .wrap{
	max-width: 458px;
	padding: 0 25px;
	margin: 0 auto;
	}
.cases-box .item .description p{
	margin: 0 0 20px;
	}
.cases-box .item .view{
	display: inline-block;
	vertical-align: top;
	position: relative;
	z-index: 4;
	font-weight: 700;
	font-size: 18px;
	line-height: 1.325em;
	color: #fff;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 3.6px;
	padding: 8px 32px 7px;
	margin: 12px 0;
	}
/*Advantages*/
.advantages-box{
	margin: 110px 0 39px;
	}
.advantages{
	margin: 0 -25px;
	font-size: 0;
	text-align: center;
	}
.advantages .item{
	font-size: 19px;
	line-height: 1.5em;
	width: 33%;
	display: inline-block;
	vertical-align: top;
	padding: 0 25px;
	margin: 0 0 60px;
	}
.advantages .img{
	line-height: 0;
	white-space: nowrap;
	margin: 0 0 44px;
	}
.advantages .img:before{
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	height: 100%;
	}
.advantages .item img{
	margin: 0;
	display: inline-block;
	vertical-align: bottom;
	}
.advantages .item p{
	color: #676767;
	}
/*Thinking box*/
.thinking-box{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 60px 0;
	}
.index-page .shadow-box .thinking-box{
	margin: 36px 0 0;
	}
.thinking-box .col{
	display: table-cell;
	vertical-align: middle;
	}
.thinking-box .text-col{
	width: 48.84210526315789%;
	text-align: center;
	padding: 50px 0;
	}
.thinking-box .text-col .container > *:first-child{
	margin-top: 0;
	}
.thinking-box .text-col .container > *:last-child{
	margin-bottom: 0;
	}
.thinking-box .text-col .container{
	max-width: 810px;
	}
.thinking-box .text-col .btn{
	margin-top: 27px;
	}
.thinking-box .img-col{
	vertical-align: bottom;
	}
.thinking-box .img-col img{
	margin: 0;
	float: right;
	}
/*Two-col box*/
.two-col-box{
	display: table;
	table-layout: fixed;
	width: 100%;
	margin: 61px auto 0;
	}
.two-col-box .col{
	display: table-cell;
	vertical-align: middle;
	}
.two-col-box .text-col{
	width: 50%;
	text-align: center;
	padding: 0 0 5.3%;
	}
.two-col-box .text-col .content{
	max-width: 720px;
	}
.two-col-box .text-col .sub-title{
	margin-top: 0;
	}
.two-col-box .img-col{
	vertical-align: bottom;
	}
.two-col-box .img-col.has-indent{
	padding: 0 25px 70px;
	}
.two-col-box .img-col img{
	margin: 0 auto;
	}
.two-col-box .img-col.has-indent img{
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .3) !important;
	-moz-box-shadow: 0 15px 40px rgba(0, 0, 0, .3) !important;
	box-shadow: 0 15px 40px rgba(0, 0, 0, .3) !important;
	}
/*Articles list*/
.articles-list{
	font-size: 0;
	margin: 0 -4%;
	padding-top: 7px;
	}
.dark-box .articles-list{
	margin: 106px -4% -23px;
	padding: 0;
	}
.articles-list.has-counter{
	counter-reset: item;
	}
.articles-list .item{
	width: 33.333333%;
	font-size: 18px;
	color: #1b1515;
	display: inline-block;
	vertical-align: top;
	padding: 0 4%;
	margin: 0 0 53px;
	position: relative;
	z-index: 3;
	}
.dark-box .articles-list .item{
	color: #cac9cf;
	}
.articles-list.has-counter .item:before{
	content: '0' counter(item);
	counter-increment: item;
	position: absolute;
	z-index: -1;
	left: 50%;
	top: 0;
	font-weight: 700;
	font-size: 400px;
	line-height: .43em;
	color: #0e0e0e;
	-webkit-transform: translateX(-50%);
	-moz-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	opacity: .4;
	}
.articles-list .item .img{
	position: relative;
	z-index: -1;
	display: block;
	margin: 0 0 28px;
	opacity: 1 !important;
	padding-bottom: 66%;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .3);
	-moz-box-shadow: 0 15px 40px rgba(0, 0, 0, .3);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .3);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}
.no-touch .articles-list .item .img:hover, .no-touch .articles-list .item .img.hover{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
.articles-list .item h3, .articles-list .item .h3{
	font-size: 24px;
	line-height: 1.266666666666667em;
	margin: 0 0 12px;
	}
.articles-list .item h3 a:hover, .articles-list .item .h3 a:hover{
	color: #000;
	opacity: 1;
	}
.dark-box .articles-list .item h3 a:hover, .dark-box .articles-list .item .h3 a:hover{
	color: #fff;
	}
.articles-list .item p{
	font-size: 16px;
	line-height: 1.736842105263158em;
	}
.articles-list .time{
	font-size: 12px;
	margin: -8px 0 7px;
	}
/*Two-col plates box*/
.two-col-plates-box{
	font-size: 0;
	margin: 0 -11px 68px;
	}
.two-col-plates-box .col{
	display: inline-block;
	vertical-align: top;
	width: 50%;
	padding: 0 11px;
	}
.two-col-plates-box .item{
	display: table;
	table-layout: fixed;
	width: 100%;
	height: 243px;
	font-size: 18px;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	box-shadow: 0 15px 40px rgba(0, 0, 0, 0.2);
	}
.two-col-plates-box .item h3, .two-col-plates-box .item .h3{
	margin-bottom: 10px;
	}
.two-col-plates-box .item .sub-text + h3, .two-col-plates-box .item .sub-text + .h3{
	margin-top: 0;
	}
.two-col-plates-box .item .sub-text{
	display: block;
	font-size: 12px;
	line-height: 1em;
	color: #c1c1c1;
	margin: 0 0 3px;
	}
.two-col-plates-box .item p{
	line-height: 1.444444444444444em;
	margin-top: 10px;
	color: #676767;
	}
.two-col-plates-box .img{
	width: 371px;
	display: table-cell !important;
	vertical-align: bottom;
	padding: 0 30px;
	position: relative !important;
	}
.two-col-plates-box .img img{
	margin: -28px auto 0;
	max-height: 270px;
	}
.two-col-plates-box .content{
	position: relative;
	z-index: 2;
	display: table-cell;
	vertical-align: top;
	padding: 39px 25px 30px 0;
	}
/*Careers box*/
.careers-box{
	color: #676767;
	margin: 0 0 156px;
	}
/*Careers list*/
.careers-list .item{
	border-bottom: 1px solid #ececec;
	}
.careers-list .item, .careers-list img{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	}
.two-col-plates-box.careers-list{
	margin-bottom: -86px;
	}
.two-col-plates-box.careers-list .col{
	margin: 0 0 86px;
	}
.careers-list .col:nth-last-child(2) .item, .careers-list .col:last-child .item{
	border: none;
	}
/*Game id*/
#game-id{
	font-size: 0;
	text-align: center;
	margin: 8px 0 0;
	}
#game-id .col{
	display: inline-block;
	vertical-align: top;
	/*width: 50%;*/
	text-align: left;
	padding: 0 0 0 27px;
	font-weight: 300;
	font-size: 30px;
	color: #fff;
	}
#game-id .col:first-child{
	border-right: 1px solid #fff;
	padding: 0 27px 0 0;
	}
#game-id .col p{
	margin: 0;
	}
#game-id .data{
	font-weight: 700;
	}
.roadmap-img{
	margin: 0 auto 60px;
	box-shadow: none;
	}
.roadmap-img:last-child{
	margin-bottom: 0;
	}
/*Game slider*/
.game-slider-box, .roadmap-img-box{
	position: relative;
	z-index: 10;
	padding: 30px 40px 53px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
.game-inner .game-slider-box{
	padding-top: 0;
	padding-bottom: 0;
	margin: 0;
	}
.roadmap-img-box{
	padding: 50px 40px;
	}
.roadmap-img-box img{
	width: 1036px;
	margin: 0 auto;
	}
.game-slider{
	max-width: 1300px;
	margin: 0 auto;
	}
.game-slider .slick-list{
	border: 1px solid #837f77;
	box-shadow: 0 3px 15px rgba(0, 0, 0, .35);
	}
.game-slider .video-box{
	position: relative;
	padding-bottom: 57.3%;
	}
.game-slider .video{
	background: #000;
	}
.game-slider .poster, .game-slider .video, .game-slider .iframe{
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	}
.game-slider .play-btn{
	position: absolute;
	z-index: 5;
	width: 120px;
	height: 120px;
	left: 50%;
	top: 50%;
	margin: -60px 0 0 -60px;
	background: url("../i/video-play-btn.png") no-repeat 0 0;
	background-size: 100% auto;
	-webkit-box-shadow: 0 5px 51px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 5px 51px rgba(0, 0, 0, 0.75);
	box-shadow: 0 5px 51px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 71px;
	-moz-border-radius: 71px;
	border-radius: 71px;
	cursor: pointer;
	}
.game-slider img{
	margin: 0;
	width: 100%;
	}
.game-slider .slick-dots{
	position: relative;
	bottom: auto;
	margin: 32px 0 -14px;
	}
.game-slider .slick-dots li{
	margin-bottom: 14px;
	}
/*Accordion*/
.accordion{
	margin: 32px 0;
	}
.accordion > .item{
	margin: 0 0 66px;
	}
.accordion > .item:not(.no-separator){
	padding-bottom: 56px;
	border-bottom: 1px solid rgba(118, 116, 121, .7);
	}
.accordion > .item:last-child{
	margin: 0 !important;
	padding-bottom: 0 !important;
	border-bottom: 0 !important;
	}
.accordion h3, .accordion .h3{
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #fff;
	margin: 0 0 14px;
	padding-right: 48px;
	}
.accordion h3 span, .accordion .h3 span{
	position: relative;
	cursor: pointer;
	}
.accordion h3 span:after, .accordion .h3 span:after{
	content: '';
	position: relative;
	right: -46px;
	display: inline-block;
	vertical-align: top;
	width: 30px;
	height: 30px;
	margin: 7px 0 0 -30px;
	background: url("../i/accr-arrow.svg") no-repeat 50% 50%/13px 30px;
	}
.accordion h3 span.active:after, .accordion .h3 span.active:after{
	transform: rotate(90deg);
	}
.accordion h3 span:before, .accordion .h3 span:before{
	content: '';
	position: absolute;
	top: 8px;
	width: 21px;
	bottom: 4px;
	right: -20px;
	}
.accordion .text{
	display: none;
	font-size: 24px;
	line-height: 2.166666666666667em;
	padding-top: 20px;
	}
.accordion .text > *:first-child{
	margin-top: 0;
	}
.accordion .text > .download-link:first-child{
	margin-top: 6px;
	}
.accordion .text > h4:first-child{
	padding-top: 6px;
	}
.accordion .text > *:last-child{
	margin-bottom: 0;
	}
.accordion .text > *:last-child > *:last-child{
	margin-bottom: 0;
	}
.accordion h4{
	margin-top: 22px;
	}
.download-link{
	display: inline-block;
	vertical-align: top;
	font-size: 16px;
	line-height: 1.325em;
	color: #dd0920;
	padding: 2px 0 0 40px;
	margin: 28px 0;
	min-height: 24px;
	background: url("../i/download-icon.svg") no-repeat 0 0/25px 24px;
	}
.accordion .download-link + h4{
	margin-top: 0;
	}
.accordion li, .main.view2 .accordion li{
	padding-left: 42px;
	background-position: 0 22px;
	}
/*=================================MAIN======================================*/
main{
	padding-bottom: 50px;
	position: relative;
	z-index: 10;
	clear: both;
	background: #fff;
	}
.corp-static-styles main{
	color: #fff;
	font-size: 19px;
	line-height: 1.736842105263158em;
	letter-spacing: .025em;
	background: transparent;
	}

.corp-static-styles main h2, .corp-static-styles main .h2, .corp-static-styles main h3, .corp-static-styles main .h3, .corp-static-styles main h4{
	color: #fff;
	letter-spacing: 0;
	}
.corp-static-styles main h3{
	font-size: 30px;
	line-height: 1.215em;
	}
.corp-static-styles main li{
	background-position: 0 15px;
	}

.corp-static-styles main .scroll-tbl{
	margin: 50px 0 40px;
	position: relative;
	width: 100%;
	overflow-x: auto;
	}
.corp-static-styles main .scroll-tbl table{
	margin: 0 auto;
	min-width: 700px;
	}
.corp-static-styles main table{
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
	margin: 50px auto 40px;
	overflow: auto;
	position: relative;
	}
.corp-static-styles main table th, .corp-static-styles main table td{
	font-size: 16px;
	line-height: 1.3125em;
	padding: 7px 14px 10px;
	text-align: left;
	border: 1px solid #c8c4c4;
	vertical-align: top;
	}
.corp-static-styles main table th{
	font-weight: 700;
	}
.corp-static-styles main table td{
	font-size: 14px;
	padding: 9px 14px 12px;
	}
.corp-static-styles main table tr:nth-child(2n-1) td {
	background: transparent;
	}
.corp-static-styles main table ul li{
	background-position: 0 8px;
	}
.corp-static-styles main table td:first-child{
	border-left: 0;
	}
.corp-static-styles main table td:last-child{
	border-right: 0;
	}

.client .main, .client main{
	padding: 60px 0;
	}
.rare-main{
	padding: 73px 0 30px;
	overflow: hidden;
	}
main.no-indent{
	padding-bottom: 0 !important;
	}
main.view2{
	font-size: 18px;
	line-height: 2em;
	color: #fff;
	background: none;
	}
main .container > *:first-child{
	margin-top: 0;
	}
main .close-to-top{
	margin: -130px 0 0 0 !important;
	}
/*Main view2*/
.main.view2 .container{
	max-width: 1174px;
	}
.light-bg-box{
	position: relative;
	color: #1a171f;
	padding: 50px 0;
	margin: 0 0 64px;
	}
main.view2 .light-bg-box:first-child{
	margin-top: -60px;
	}
.light-bg-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	left: -1500px;
	right: -1500px;
	top: 0;
	bottom: 0;
	background: #fff;
	}
.light-bg-box > *:first-child{
	margin-top: 0 !important;
	}
.light-bg-box > *:last-child{
	margin-bottom: 0 !important;
	}
.main.view2 .h5{
	text-transform: uppercase;
	margin: 36px 0 21px;
	}
.main.view2 p{
	margin: 21px 0;
	}
.main.view2 ul{
	margin: 21px 0;
	}
.main.view2 ul li{
	padding-left: 28px;
	margin: 0;
	background: url("../i/list-bullet-v2.svg") no-repeat 0 15px/10px auto;
	}
.main.view2 .no-bullet li{
	background: none;
	}
.main.view2 .scroll-tbl table{
	min-width: 430px;
	}
.main.view2 table tr th, .main.view2 table tr td{
	font-size: 18px;
	line-height: 1.45em;
	padding: 10px 24px 10px 4.5%;
	border: 1px solid rgba(118, 116, 121, .7);
	}
.main.view2 table tr td{
	background: none;
	}
.main.view2 table strong{
	font-weight: 600;
	}
.game-stats{
	display: flex;
	align-items: flex-start;
	justify-content: flex-end;
	flex-wrap: wrap;
	margin: 24px 0 22px;
	}
.game-stats .item{
	font-size: 24px;
	line-height: 1.35em;
	text-align: center;
	text-transform: uppercase;
	margin: 0 0 40px 5%;
	padding: 0 24px;
	}
.game-stats .icon{
	display: flex;
	align-items: flex-end;
	justify-content: center;
	line-height: 0;
	height: 114px;
	margin: 0 0 12px;
	}
.game-stats p{
	margin: 0 !important;
	}
.game-stats .result{
	font-weight: 700;
	font-size: 42px;
	line-height: 1.2em;
	margin: 0 0 10px !important;
	}
.main.view2 .h4{
	font-weight: 300;
	font-size: 26px;
	line-height: 1.45em;
	margin: 12px 0 16px;
	}
.main.view2 .three-col-list + .h4{
	margin-top: 54px;
	}
/*Login form*/
.login-form{
	max-width: 534px;
	margin: 0 auto 40px;
	position: relative;
	left: -62px;
	}
.login-form .field-name{
	width: 134px;
	}
.login-form .form-control{
	width: calc(100% - 134px);
	}
.login-form .select-box{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 134px);
	}
.login-form .radio-group{
	display: inline-block;
	vertical-align: top;
	width: calc(100% - 134px);
	margin: 36px 0 2px;
	}
.login-form .btn{
	width: calc(100% - 134px);
	margin-left: 134px;
	}
.login-form .forgot-pass{
	font-size: 14px;
	line-height: 1em;
	}
.login-form .sub-box{
	padding: 0 0 0 124px;
	text-align: center;
	margin: 0;
	}
.login-form .account-box{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.2em;
	color: #1b1515;
	overflow: hidden;
	padding: 26px 0 0 0;
	margin: 4px 0 0 134px;
	border-top: 1px solid #e4dfdf;
	}
.login-form .account-box.no-separator{
	border-top-color: transparent;
	}
.login-form .account-box .text{
	float: left;
	margin: 11px 0 0;
	}
.login-form .account-box .btn{
	float: right;
	width: auto;
	margin: 0;
	min-width: 170px;
	}
/*Return box*/
.return-box{
	position: relative;
	max-width: 1750px;
	margin: -24px auto -12px;
	border: 1px solid transparent;
	}
.return-box .return{
	position: absolute;
	top: 20px;
	left: 0;
	}
.has-return .return{
	position: absolute;
	left: 25px;
	top: 8px;
	}
.return{
	position: relative;
	font-weight: 500;
	font-size: 13px;
	line-height: 1em;
	color: #fff;
	padding-left: 15px;
	opacity: 1 !important;
	}
#page-title-box h1 + .return{
	display: block;
	vertical-align: top;
	line-height: 16.5px;
	margin: -30px auto 50px 0;
	width: 114px;
	white-space: nowrap;
	}
.return:before{
	content: '';
	position: absolute;
	left: 0;
	top: 4px;
	width: 5px;
	height: 11px;
	background: url("../i/return-arrow.svg") no-repeat 0 0/5px 11px;
	}
.client .return:before{
	top: 3px;
	}
.return-box .return:before{
	top: 2px;
	}
.no-touch .return:hover:before{
	animation: return .6s infinite ease;
	}
@-webkit-keyframes return{
	0%{
		left: 0;
		}
	50%{
		left: -5px;
		}
	100%{
		left: 0;
		}
	}
@-moz-keyframes return{
	0%{
		left: 0;
		}
	50%{
		left: -5px;
		}
	100%{
		left: 0;
		}
	}
@keyframes return{
	0%{
		left: 0;
		}
	50%{
		left: -5px;
		}
	100%{
		left: 0;
		}
	}
/*Download box*/
.download-box{
	position: relative;
	z-index: 10;
	padding: 50px 16px;
	margin-bottom: 60px;
	background: #fff;
	}
.download-box .btn{
	font-weight: 500;
	font-size: 20px;
	letter-spacing: .05em;
	margin: 0 auto;
	border: 1px solid #dd0920;
	border-radius: 0;
	}
.download-box.btns-grid{
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: center;
	margin: 0 -8px 36px;
	}
.download-box.btns-grid .btn{
	max-width: calc(50% - 16px);
	margin: 0 8px 16px;
	}
/*Content video*/
.content-video{
	position: relative;
	margin: 0 auto;
	max-height: 1000px;
	overflow: hidden;
	background-color: #000;
	}
.content-video .box{
	padding-bottom: 56.25%;
	}
.content-video iframe, .content-video .poster{
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: 3;
	top: 0;
	left: 0;
	border: none !important;
	}
.content-video .poster{
	z-index: 4;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
.content-video .play-video-btn{
	position: absolute;
	z-index: 5;
	width: 141px;
	height: 141px;
	left: 50%;
	top: 50%;
	margin: -70px 0 0 -70px;
	background: url("../i/video-play-btn.png") no-repeat 0 0;
	background-size: 100% auto;
	-webkit-box-shadow: 0 5px 51px rgba(0, 0, 0, 0.75);
	-moz-box-shadow: 0 5px 51px rgba(0, 0, 0, 0.75);
	box-shadow: 0 5px 51px rgba(0, 0, 0, 0.75);
	-webkit-border-radius: 71px;
	-moz-border-radius: 71px;
	border-radius: 71px;
	cursor: pointer;
	}
.no-touch .content-video .play-video-btn:hover{
	opacity: .7;
	}
/*Licensed box*/
.licensed-box{
	margin: 83px 0 76px;
	}
.licensed-box .intro{
	max-width: 650px;
	margin-bottom: 60px;
	}
/*Logos box*/
.we-work{
	margin: 0 0 10px;
	}
.logos-box{
	text-align: center;
	font-size: 0;
	}
.logos-box .item{
	display: inline-block;
	vertical-align: middle;
	width: 20%;
	margin: 0 0 68px;
	padding: 0 30px;
	}
.logos-box .item img{
	margin: 0 auto;
	}
/*Timeline*/
.inner-top-indent{
	padding-top: 97px;
	}
.timeline-title{
	margin-bottom: -10px !important;
	}
.timeline-box{
	position: relative !important;
	z-index: 10 !important;
	margin: 0 auto 77px;
	text-align: center;
	}
.touch .timeline-box{
	overflow-y: hidden;
	overflow-x: auto;
	margin: 0;
	}
.timeline-content{
	position: relative;
	padding: 0 100px;
	float: left;
	font-size: 0;
	height: 490px;
	text-align: left;
	margin: 0 0 68px;
	}
.touch .timeline-content{
	margin: 0;
	}
.timeline-content:after{
	content: '';
	position: absolute;
	height: 1px;
	left: 0;
	right: 0;
	top: 50%;
	background: #c8c4c4;
	}
.timeline-content .item{
	width: 430px;
	height: 490px;
	position: relative;
	display: inline-block;
	vertical-align: top;
	}
.timeline-content .item .content{
	font-size: 18px;
	line-height: 1.444444444444444em;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 280px;
	-webkit-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	box-shadow: 0 0 30px rgba(0, 0, 0, .15);
	padding: 28px 34px 23px;
	color: #676767;
	background: #fff;
	}
.timeline-content .item.important .content{
	background: #dd0920;
	color: #fff;
	}
.timeline-content .item:nth-child(2n) .content{
	bottom: auto;
	top: 280px;
	}
.timeline-content .item .content:after{
	content: '';
	position: absolute;
	z-index: 10;
	top: 100%;
	width: 26px;
	left: 50%;
	margin-left: -5px;
	height: 17px;
	background: url("../i/time-line-content-arrow.png") no-repeat 0 0;
	}
.timeline-content .item:nth-child(2n) .content:after{
	top: auto;
	bottom: 100%;
	background-position: 0 -17px;
	}
.timeline-content .item.important .content:after{
	background-position: 0 -34px;
	}
.timeline-content .item.important:nth-child(2n) .content:after{
	top: auto;
	bottom: 100%;
	background-position: 0 -51px;
	}
.timeline-content .item .content *{
	margin: 0 0 10px;
	}
.timeline-content .item.important h3{
	color: #fff;
	}
.timeline-content .item .content h3:last-child{
	margin-bottom: 4px;
	}
.timeline-content .item .pin{
	color: #676767;
	font-weight: 700;
	font-size: 15px;
	line-height: 1em;
	text-align: center;
	height: 60px;
	width: 34px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -30px 0 0 -17px;
	}
.timeline-content .item:nth-child(2n-1) .pin{
	padding-top: 48px;
	}
.timeline-content .item .pin:after{
	content: '';
	position: absolute;
	z-index: 10;
	width: 7px;
	height: 7px;
	top: 50%;
	left: 50%;
	margin: -7px 0 0 -7px;
	background: #fff;
	border: 4px solid #dd0920;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	}
/*Roadmap redesign*/
.roadmap-all{
	max-width: 1554px;
	margin: min(max(16px, calc(1rem + ((1vw - 4.2px) * 2.8))), 58px) auto 60px;
	}

.roadmap-controls{
	display: flex;
	flex-direction: column;
	gap: 64px;
	margin: 0 0 64px;
	}
.roadmap-controls .row{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	}
.roadmap-select-region-box{
	position: relative;
	z-index: 10;
	display: flex;
	gap: 16px;
	font-weight: 700;
	font-size: 50px;
	line-height: 1em;
	text-transform: uppercase;
	color: #7B7172;
	}
.roadmap-select-region{
	position: relative;
	}
.current-region{
	display: flex;
	align-items: center;
	gap: 10px;
	color: #1B1515;
	cursor: pointer;
	}
.opened .current-region svg{
	transform: scaleY(-1);
	}
.select-region-dropdown{
	display: none;
	position: absolute;
	z-index: -1;
	left: -10px;
	top: -24px;
	flex-direction: column;
	font-size: .8em;
	gap: 12px;
	min-width: calc(100% + 20px);
	padding: 78px 10px 10px;
	background: #fff;
	box-shadow: 0 0 3px rgba(0, 0, 0, .2);
	}
.opened .select-region-dropdown{
	display: flex;
	}
.select-region-dropdown li{
	padding: 0;
	margin: 0;
	background: none;
	}
.select-region-dropdown a{
	color: #1B1515;
	transition: all .2s ease;
	}

.download-roadmap{
	display: flex;
	align-items: center;
	gap: 16px;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.2em;
	letter-spacing: .07em;
	color: #7B7172;
	text-transform: uppercase;
	margin: 0 0 0 auto;
	}
.no-touch .download-roadmap:hover{
	opacity: 1;
	color: #DD0920
	}
.download-roadmap svg{
	width: 24px;
	height: auto;
	transform: translateZ(0);
	}

.transcript-labels{
	display: flex;
	gap: 48px
	}
.transcript-labels .label{
	display: flex;
	align-items: center;
	gap: 16px;
	line-height: 0;
	}
.transcript-labels svg{
	width: 25px;
	height: auto;
	transform: translateZ(0);
	}
.transcript-labels img{
	margin: 0;
	box-shadow: none;
	}



.switch-roadmap-grid{
	display: flex;
	margin: 0 0 0 auto;
	}
.switch-roadmap-grid .item{
	display: flex;
	justify-content: center;
	align-items: center;
	width: 45px;
	height: 45px;
	line-height: 0;
	border: 1px solid #D7D7D7;
	cursor: pointer;
	transition: all .2s ease;
	}
.switch-roadmap-grid .item + .item{
	margin-left: -1px;
	}
.switch-roadmap-grid .item.active{
	background: #F8F8F8;
	cursor: default;
	}
.switch-roadmap-grid .item svg{
	transform: translateZ(0);
	transition: opacity .2s ease;
	}
.no-touch .switch-roadmap-grid .item:not(.active):hover svg{
	opacity: .7;
	}
.switch-roadmap-grid .item.active svg *{
	fill: #DD0920;
	}
.roadmap-box{
	position: relative;
	}
.roadmap-box.recently-launched{
	margin: min(max(48px, calc(3rem + ((1vw - 4.2px) * 1.4667))), 70px) 0 0;
	}
.recently-launched .roadmap-slider{
	display: none;
	}
.roadmap-box:before{
	content: '';
	position: absolute;
	z-index: -1;
	top: 86px;
	left: 40px;
	bottom: 0;
	width: 1px;
	background: #DD0920;
	}
.roadmap-box.recently-launched:before{
	top: -70px;
	}
.roadmap-box.recently-launched:after{
	content: '';
	position: absolute;
	left: 36px;
	bottom: 0;
	width: 9px;
	height: 9px;
	background: #DD0920;
	border-radius: 110%;
	}
.roadmap-box .title{
	display: flex;
	align-items: center;
	gap: 32px;
	font-weight: 700;
	font-size: 36px;
	line-height: 1.2em;
	text-transform: uppercase;
	margin: 0 0 46px;
	background: #fff;
	}
.roadmap-box .title .icon{
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 80px;
	min-width: 80px;
	height: 80px;
	padding-top: 6px;
	background: #DD0920;
	border-radius: 110%;
	}
.roadmap-box .title .icon svg{
	width: 48%;
	max-width: 38px;
	height: auto;
	}


.roadmap-item, .recently-launched-games{
	padding-left: 118px;
	}
.roadmap-item .roadmap-month{
	position: relative;
	display: block;
	font-weight: 700;
	font-size: 30px;
	line-height: 1.2em;
	text-transform: uppercase;
	color: #19171C;
	margin: 0 0 14px;
	}
.roadmap-item .roadmap-month .icon{
	position: absolute;
	left: -94px;
	top: 2px;
	width: 32px;
	height: auto;
	transform: translateZ(0);
	}
.roadmap-all:not(.slider-view) .roadmap-item .swiper-wrapper{
	display: flex;
	flex-direction: column;
	gap: 46px;
	}
.roadmap-games{
	display: flex;
	flex-wrap: wrap;
	gap: 32px 24px;
	}
.roadmap-game{
	font-weight: 600;
	font-size: 18px;
	line-height: 1.1666em;
	text-transform: uppercase;
	color: #1B1515;
	text-align: center;
	width: calc(14.28571428571429% - 20.57142857142857px);
	}
.roadmap-game .img{
	position: relative;
	display: flex;
	justify-content: center;
	line-height: 0;
	margin: 0 0 12px;
	}
.roadmap-game .game-title + .img, .roadmap-game .date + .img{
	margin: 12px 0 0;
	}
.roadmap-game img{
	margin: 0;
	box-shadow: none;
	}
.roadmap-game .img .label{
	position: absolute;
	z-index: 5;
	left: 0;
	top: 0;
	font-weight: 600;
	font-size: 18px;
	line-height: 21px;
	text-transform: uppercase;
	color: #fff;
	padding: 0 5px;
	background: #DD0920;
	}
.roadmap-game .game-title{
	font-weight: 700;
	font-size: 20px;
	line-height: 23px;
	margin: 0 0 4px;
	}
.roadmap-game .clr2{
	color: #DD0920;
	}
.roadmap-game .soon{
	color: #7B7172;
	}


.roadmap-item .swiper-btn{
	display: none;
	}


.slider-view .roadmap-box .title{
	margin-bottom: 32px;
	}
.slider-view .recently-launched-games{
	display: none;
	}
.slider-view .recently-launched .roadmap-slider, .slider-view .roadmap-item .swiper-btn{
	display: block;
	}
.inline-view .swiper-container{
	overflow: visible;
	}
.slider-view .roadmap-box:before, .roadmap-all.slider-view .roadmap-box:after{
	display: none;
	}
.slider-view .roadmap-item{
	padding: 0;
	}
.slider-view .roadmap-slider{
	position: relative;
	padding: 0 42px 18px;
	background: #F8F8F8;
	}
.slider-view .roadmap-slider:before{
	content: '';
	position: absolute;
	z-index: 0;
	left: 0;
	top: 0;
	width: 100%;
	height: 42px;
	background: #DD0920;
	}
.slider-view .roadmap-slider .swiper-slide{
	width: 20%;
	padding: 0 12px;
	}
.slider-view .roadmap-slider .swiper-btn{
	position: absolute;
	left: 0;
	top: 42px;
	bottom: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 8px;
	font-weight: 500;
	line-height: 1em;
	font-size: 20px;
	letter-spacing: .03em;
	writing-mode: vertical-lr;
	text-transform: uppercase;
	color: #19171C;
	width: 42px;
	background: #EBEBEB;
	}
.slider-view .roadmap-slider .swiper-btn .text{
	display: block;
	transform: rotate(180deg);
	}
.slider-view .roadmap-slider .swiper-btn.next{
	left: auto;
	right: 0;
	}
.slider-view .roadmap-slider .swiper-btn.prev svg{
	transform: scaleX(-1);
	}
.slider-view .roadmap-slider .swiper-button-disabled{
	display: none;
	}
.slider-view .roadmap-games{
	flex-direction: column;
	gap: 16px;
	}
.slider-view .roadmap-game{
	width: 100%;
	}
.slider-view .roadmap-item .roadmap-month{
	font-size: 19px;
	line-height: 22px;
	text-align: center;
	margin: 0 -12px 16px;
	padding: 10px 12px;
	height: 42px;
	color: #fff;
	background: #DD0920;
	}
.slider-view .roadmap-item .roadmap-month .icon{
	display: none;
	}
.slider-view .roadmap-game{
	font-weight: 500;
	font-size: 13px;
	line-height: 15px;
	}
.slider-view .roadmap-game .img{
	width: 118px;
	margin: 0 auto 8px;
	}
.slider-view .v2 .roadmap-game .img{
	width: auto;
	max-width: 240px;
	}
.slider-view .roadmap-game .game-title{
	font-weight: 300;
	font-size: 18px;
	line-height: 21px;
	text-transform: none;
	}
/**/
.scroll-bar-wrap{
	display: inline-block;
	vertical-align: top;
	padding: 0 4px 0 2px;
	margin: 0 auto;
	}
.touch .scroll-bar-wrap{
	display: none;
	}
.scroll-bar-wrap .ui-slider{
	background: none;
	border: 0;
	height: auto;
	margin: 0 auto;
	}
.scroll-bar-wrap .ui-handle-helper-parent{
	position: relative;
	width: 100%;
	height: 41px;
	margin: 0 auto;
	}
.scroll-bar-wrap .ui-handle-helper-parent:before{
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	height: 6px;
	width: 100%;
	background: #e5e5e5;
	}
.scroll-bar-wrap .ui-handle-helper-parent .fill-color{
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 0;
	height: 6px;
	background: #dd0920;
	}
.scroll-bar-wrap .ui-handle-helper-parent .fill-color:after{
	content: '';
	position: absolute;
	top: -6px;
	right: -2px;
	width: 3px;
	height: 18px;
	background: #dd0920;
	}
.scroll-bar-wrap .ui-slider-handle{
	width: 23px !important;
	height: 20px !important;
	background: url("../i/time-line-handle.png") no-repeat 0 0 !important;
	border: none !important;
	top: 15px !important;
	margin-left: -11px !important;
	-ms-touch-action: none;
	touch-action: none;
	}
.scroll-bar-wrap .ui-slider-handle > *{
	display: none;
	}
.scroll-bar-wrap .ui-slider-handle .ui-icon{
	margin: -8px auto 0;
	position: relative;
	top: 50%;
	}
/*Timeline nav*/
.timeline-nav{
	position: relative;
	height: 12px;
	font-size: 0;
	line-height: 0;
	}
.timeline-nav .item{
	position: relative;
	display: inline-block;
	vertical-align: top;
	width: 51px;
	height: 6px;
	border-left: 1px solid #d3cfcf;
	margin: 6px 0 0 0;
	}
.timeline-nav .item.year-box{
	height: 12px;
	margin: 0;
	}
.timeline-nav .item:last-child{
	width: 1px;
	}
.timeline-nav .year{
	position: absolute;
	left: -11px;
	top: -30px;
	display: block;
	font-weight: 700;
	font-size: 15px;
	line-height: 1em;
	color: #676767;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(-60deg);
	}
/*Timeline anchors*/
.timeline-anchors{
	text-align: center;
	margin: 0 0 86px;
	}
.no-touch .timeline-anchors{
	display: none;
	}
.timeline-anchors a{
	display: inline-block;
	vertical-align: top;
	margin: 0 10px 4px;
	}
/*Three column list*/
.three-col-box{
	font-size: 0;
	margin: 63px -4.1% 60px;
	text-align: center;
	}
.half-bg .three-col-box{
	margin-bottom: -21px;
	}
.three-col-box .item{
	width: 33.3333333%;
	display: inline-block;
	vertical-align: top;
	padding: 0 4%;
	text-align: left;
	}
.three-col-box .shadow-img{
	margin: 0 auto 16px;
	}
.three-col-box h3{
	margin: 0 0 1px;
	}
.three-col-box h4{
	margin: 0 0 8px;
	color: #adadad;
	}
.three-col-box p{
	font-size: 18px;
	line-height: 1.444444444444444em;
	color: #676767;
	margin: 8px 0 12px;
	}
/*Team-list*/
.team-list-box{
	background: #1b1515 url("../i/dark-box-bg.gif") repeat 100% 100%;
	margin: 0 0 97px;
	padding: 96px 0 0;
	}
.team-list{
	font-size: 0;
	text-align: center;
	margin: 63px 0 0;
	}
.team-list .item{
	position: relative;
	z-index: 1;
	display: inline-block;
	vertical-align: top;
	width: 16.66666666666667%;
	padding-bottom: 20%;
	overflow: hidden;
	}
.team-list .item:after{
	content: '';
	position: absolute;
	z-index: 1;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	background: rgba(0, 0, 0, .55);
	opacity: 0;
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	}
.team-list .item.empty:after{
	display: none;
	}
.no-touch .team-list .item:hover:after, .touch .team-list .item:after{
	opacity: 1;
	}
.no-touch .team-list .item.empty{
	-webkit-transition: opacity .3s ease-in-out;
	transition: opacity .3s ease-in-out;
	}
.no-touch .team-list .item.empty:hover{
	opacity: .8;
	}
.team-list .item .img{
	position: absolute;
	z-index: 1;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
.team-list .item.empty .img{
	position: absolute;
	z-index: 1;
	left: -1px;
	top: -1px;
	right: -1px;
	bottom: -1px;
	background-color: #dd0920;
	background-size: 45% auto;
	background-position: 50% 35%;
	background-repeat: no-repeat;
	}
.team-list .item .text{
	position: absolute;
	z-index: 2;
	bottom: -10px;
	left: 0;
	right: 0;
	padding: 0 15px;
	font-weight: 700;
	font-size: 14px;
	line-height: 1.275em;
	color: #fff;
	opacity: 0;
	-webkit-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	}
.no-touch .team-list .item:hover .text, .team-list .item.empty .text, .touch .team-list .item .text{
	opacity: 1;
	bottom: 15px;
	}
.team-list .item.empty .text{
	bottom: 25px !important;
	}
.team-list .item .full-name{
	display: block;
	font-size: 25px;
	font-weight: 400;
	line-height: 1.085em;
	max-width: 280px;
	margin: 0 auto;
	}
.team-list .item .post{
	display: block;
	letter-spacing: 2.8px;
	margin: 8px auto 0;
	max-width: 280px;
	}
.team-list .item .text .in-brief{
	font-weight: 400;
	font-size: 16px;
	line-height: 1.4375em;
	margin: 6px auto 3px;
	max-width: 280px;
	}
/*News box*/
.news-box{
	position: relative;
	z-index: 10;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}
.news-box.hidden{
	-webkit-transform: scale(.9);
	-ms-transform: scale(.9);
	transform: scale(.9);
	opacity: 0;
	}
.news-box .articles-list .item{
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}
.news-box .articles-list .item.hidden{
	-webkit-transform: scale(.5);
	-ms-transform: scale(.5);
	transform: scale(.5);
	opacity: 0;
	}
/*Main content*/
.main-content-box{
	float: left;
	width: 64.97142857142857%;
	position: relative;
	z-index: 30;
	left: -2000px;
	max-width: 1137px;
	padding: 0 60px;
	margin: 0;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
	visibility: hidden;
	height: 0;
	}
.main-content-box.visible{
	left: 0;
	visibility: visible;
	min-height: 100px;
	height: auto;
	margin: 0 0 60px;
	}
.main-content-box.news-inner{
	visibility: visible;
	height: auto;
	left: 0;
	float: none;
	margin: 0 auto 20px;
	width: 100%;
	max-width: 1028px;
	padding: 0 !important;
	}
.main-content-box:after{
	content: '';
	display: table;
	clear: both;
	}
.main-content{
	margin: 60px 0 80px;
	}
.main-content > *:first-child{
	margin-top: 0;
	}
.main-content-box.news-inner .close{
	display: none;
	}
/*Last games box*/
.last-games-box{
	clear: both;
	}
.last-games-box .row{
	position: relative;
	overflow: hidden;
	}
.last-games-box .item{
	height: 460px;
	position: relative;
	width: 33.3333333%;
	color: #fff;
	overflow: hidden;
	float: left;
	opacity: 1 !important;
	}
.last-games-box .item.large-hor{
	width: 66.6666666%;
	}
.last-games-box .item.large-ver{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	height: auto;
	width: 33.333333%;
	}
.last-games-box .row.has-ver .item:nth-child(3){
	clear: left;
	}
.last-games-box .item .wrap{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 3;
	width: 100%;
	height: 100%;
	padding: 0 10.4% 46px;
	white-space: nowrap;
	}
.last-games-box .item.large-hor .wrap{
	padding: 0 5.2% 46px;
	}
.last-games-box .item .wrap:before{
	content: '';
	width: 0;
	height: 100%;
	display: inline-block;
	vertical-align: bottom;
	}
.last-games-box .content{
	display: inline-block;
	vertical-align: bottom;
	max-width: 482px;
	width: 100%;
	overflow: hidden;
	position: relative;
	padding: 0;
	white-space: normal;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.last-games-box .item .sub-line{
	color: #fff;
	font-weight: 700;
	letter-spacing: 6px;
	margin: 33px 0 41px;
	}
.last-games-box .item .sub-line a{
	color: #fff;
	opacity: 1 !important;
	text-transform: uppercase;
	font-weight: 700;
	}
.last-games-box .item p{
	font-size: 16px;
	line-height: 1.375em;
	margin: 0;
	}
.last-games-box .btn{
	position: absolute;
	left: 11.2%;
	bottom: 51px;
	margin: 0;
	opacity: 0;
	transition: opacity .2s ease;
	transform: translate3d(0, 0, 0);
	}
.last-games-box .large-hor .btn{
	left: 5.8%;
	}
.last-games-box .item .btn{
	display: none;
	}
.last-games-box .item .bg-box, .last-games-box .item .bg{
	position: absolute;
	z-index: 1;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	overflow: hidden;
	}
.last-games-box .item .bg{
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	box-shadow: inset 0 -150px 150px 0 rgba(0, 0, 0, .52);
	transition: all .5s ease;
	transform: translate3d(0, 0, 0);
	}
.no-touch .last-games-box .item:hover .bg{
	box-shadow: none;
	transform: scale(1.1);
	}
.last-games-box .bg-box:before{
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background: rgba(0, 0, 0, .5);
	opacity: 0;
	transition: all .4s ease;
	}
.no-touch .last-games-box .item:hover .bg-box:before{
	opacity: 1;
	}
.game-timer-box{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	text-align: center;
	padding: 11px 15px 0;
	height: 65px;
	background: #ed0013;
	}
.game-timer-box.rare{
	background: rgba(255, 255, 255, .8);
	color: #1b1515;
	}
.game-timer-box .text{
	display: block;
	vertical-align: middle;
	font-weight: 400;
	font-size: 16px;
	line-height: 1em;
	text-transform: uppercase;
	margin: 0 0 4px;
	}
.game-timer-box .text:before, .game-timer-box .text:after{
	content: '';
	display: inline-block;
	vertical-align: middle;
	width: 14px;
	height: 1px;
	margin: -2px 10px 0 0;
	background: #fff;
	opacity: .3;
	}
.game-timer-box .text:after{
	margin: -2px 0 0 10px;
	}
.game-timer-box .game-timer{
	margin: 0 0 -1px;
	}
.game-timer-box.rare .text:before, .game-timer-box.rare .text:after{
	background: #1b1515;
	}
.new-game, .game-release{
	position: absolute;
	z-index: 10;
	left: 0;
	top: 0;
	right: 0;
	font-weight: 700;
	font-size: 30px;
	line-height: 1em;
	text-align: center;
    text-transform: uppercase;
	padding: 18px 15px 17px;
	height: 65px;
	background: #ed0013;
	}
.game-release.rare{
    background: rgba(255, 255, 255, .8);
    color: #1b1515;
    }
table .new-game{
	position: relative;
	display: inline-block;
	vertical-align: top;
	font-weight: 600;
	font-size: 18px;
	height: 21px;
	line-height: 21px;
	text-align: left;
	text-transform: uppercase;
	color: #1b1515;
	white-space: nowrap;
	padding: 0;
	margin: 9px 0 0;
	background: none;
	}
table .new-game.bg{
	background: #dd0920;
	color: #fff;
	padding: 0 5px;
	}
/*Client last game box*/
.client .last-games-box{
	position: relative;
	z-index: 10;
	overflow: hidden;
	}
.client .last-games-box.loading{
	min-height: 330px;
	background: url("../i/loader.svg") no-repeat 50% 100px/64px auto;
	}
.client .last-games-box .item{
	width: 25%;
	}
.client .last-games-box .item .wrap{
	padding: 0 28px 3px;
	font-size: 0;
	}
.client .last-games-box .item .sub-line{
	font-weight: 400;
	font-size: 24px;
	letter-spacing: 0;
	}
.client .sub-line:before, .client .sub-line:after{
	top: auto;
	bottom: -12px;
	}
.no-touch.client .last-games-box .item:hover .content, .touch.client .last-games-box .item .content{
	padding: 0 0 59px;
	}
.client .last-games-box .item .icon{
	width: 50px;
	height: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	position: absolute;
	top: 22px;
	right: 15px;
	z-index: 100;
	}
.client .btn-box{
	position: absolute;
	bottom: 32px;
	left: 0;
	right: 0;
	opacity: 0;
	padding: 0 26px;
	-webkit-transition: opacity .2s ease-out;
	-moz-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	}
.no-touch.client .last-games-box .item:hover .btn-box, .touch.client .last-games-box .item .btn-box{
	opacity: 1;
	-webkit-transition: opacity .3s ease-out .1s;
	-moz-transition: opacity .3s ease-out .1s;
	transition: opacity .2s ease-out .1s;
	}
.client .btn-box .wrap-btn{
	max-width: 100%;
	overflow: hidden;
	}
.client .last-games-box .btn{
	position: relative;
	left: 0;
	bottom: 0;
	float: left;
	display: block;
	opacity: 1;
	font-size: 15px;
	padding: 9px 34px 8px;
	font-weight: 700;
	border-radius: 0;
	-webkit-transition: none;
	-moz-transition: none;
	transition: none;
	transition: background-color .3s ease, border .3s ease, color .3s ease;
	}
.client .last-games-box .btn.open-play-form{
	background: #fff;
	color: #000;
	}
.client .last-games-box .btn.more{
	float: right;
	}
.no-result-text{
	font-family: 'Poppins';
	font-weight: normal;
	font-size: 17px;
	line-height: 1em;
	letter-spacing: 0.005em;
	color: #fff;
	margin: 50px 85px 270px !important;
	width: 100%;
	}
/*Game description*/
.game-description{
	
	}
.game-description .row{
	position: relative;
	font-size: 0;
	overflow: hidden;
	background: #1b1515 url("../i/dark-box-bg.gif") repeat 100% 100%;
	}
.game-description .row.light-bg{
	background: #fbfbfb url("../i/dots-bg.gif") repeat 100% 100%;
	}
.game-description .chess-grid{
	display: table;
	table-layout: fixed;
	width: 100%;
	}
.game-description .content{
	font-size: 20px;
	line-height: 1.5em;
	position: relative;
	z-index: 2;
	padding: 84px 0 80px;
	color: #fff;
	width: 50%;
	text-align: center;
	}
.game-description .chess-grid .content{
	display: table-cell;
	vertical-align: middle;
	}
.game-description .chess-grid .content.rare-humpty{
	padding-left: 4%;
	}
.game-description .chess-grid .content.rare-hockey, .game-description .chess-grid .content.rare-meerkats{
	padding-right: 5.3%;
	}
.game-description .chess-grid .content.rare-star{
	padding-left: 3%;
	}
.game-description .chess-grid .content.rare-dream-team{
	padding-right: 4%;
	}
.game-description .row.light-bg .content{
	color: #000;
	}
.game-description .chess-grid .img-box{
	position: relative;
	display: table-cell;
	vertical-align: middle;
	padding: 65px 50px 65px 25px;
	}
.game-description .chess-grid.invert .img-box{
	/*padding-right: 1px;*/
	padding: 65px 25px 65px 50px;
	}
.game-description .chess-grid .img-box img{
	margin: 0 auto;
	}
.game-description .chess-grid .rare-img{
	position: absolute;
	left: 0;
	top: 65px;
	bottom: 65px;
	width: 100%;
	font-size: 0;
	}
.game-description .chess-grid .rare-img.humpty-img{
	left: 10%;
	bottom: 43px;
	text-align: right;
	}
.game-description .chess-grid .rare-img.hockey-img, .game-description .chess-grid .rare-img.meerkats-img{
	left: -10%;
	top: 55px;
	bottom: 55px;
	}
.game-description .chess-grid .rare-img.dream-team-img{
	left: -8%;
	top: 70px;
	bottom: 35px;
	}
.game-description .chess-grid .rare-img.star-img{
	left: 6%;
	top: 75px;
	bottom: 75px;
	text-align: right;
	}
.game-description .chess-grid .rare-img:before{
	content: '';
	display: inline-block;
	vertical-align: bottom;
	width: 0;
	height: 100%;
	white-space: nowrap;
	}
.game-description .chess-grid .rare-img img{
	display: inline-block;
	vertical-align: bottom;
	white-space: nowrap;
	max-height: 100%;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
.game-description .content h2{
	color: #fff;
	}
.game-description .row.light-bg .content h2{
	color: #000;
	}
.game-description .content p{
	max-width: 780px;
	margin-left: auto;
	margin-right: auto;
	}
.game-description .main-img{
	position: absolute;
	z-index: 1;
	top: 0;
	right: 0;
	left: 49.95%;
	bottom: -2px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
.game-description .sub-img{
	position: relative;
	z-index: 2;
	display: inline-block;
	vertical-align: top;
	width: 25%;
	height: 350px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	}
.game-description .rare-box{
	display: table;
	width: 100%;
	table-layout: fixed;
	}
.game-description .rare-col{
	display: table-cell;
	vertical-align: middle;
	}
.game-description .rare-col.img-col{
	padding: 0 10px;
	}
.game-symbols{
	font-size: 0;
	margin: 50px 0 -35px;
	}
.game-symbols .item{
	display: inline-block;
	vertical-align: middle;
	max-width: 33.3333%;
	padding: 0 25px;
	margin-bottom: 35px;
	}
.game-symbols .item.auto-width{
	max-width: none;
	}
.game-symbols .item img{
	margin: 0;
	}
.game-symbols .item.auto-width img{
	max-width: 100%;
	}
/*Contacts*/
.contacts-box{
	max-width: 1326px;
	margin: 0 auto 66px;
	}
.contacts-box:after{
	content: '';
	display: table;
	clear: both;
	}
.contacts{
	float: left;
	width: 53.16742081447964%;
	border-left: 4px solid #ed4340;
	background: #fff;
	padding: 70px 5.9% 76px;
	-webkit-box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
	-moz-box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
	box-shadow: 0 15px 40px rgba(0, 0, 0, .2);
	}
.contacts p{
	margin-bottom: 16px;
	}
.contacts .info{
	font-size: 18px;
	line-height: 1.666666666666667em;
	min-height: 30px;
	padding-left: 40px;
	background: url("../i/info-icon.gif") no-repeat 0 3px;
	margin: 0 0 30px;
	}
.contacts .col{
	width: 49.5%;
	display: inline-block;
	vertical-align: top;
	padding-right: 20px;
	}
.location, .mail, .contacts .phone{
	font-size: 18px;
	line-height: 1.166666666666667em;
	text-transform: uppercase;
	letter-spacing: 3.6px;
	min-height: 32px;
	padding-left: 40px;
	background: url("../i/location-icon.gif") no-repeat 0 0;
	}
.mail{
	min-height: 21px;
	padding-left: 46px;
	background: url("../i/mail-icon.gif") no-repeat 0 0;
	white-space: nowrap;
	}
.contacts .phone{
	white-space: nowrap;
	min-height: 27px;
	padding: 4px 0 0 46px;
	background: url("../i/phone-icon.gif") no-repeat 8px 0;
	}
.contacts .phone a{
	color: #1b1515;
	}
.contacts .social-links{
	border-top: 1px solid #e9e9e9;
	display: block;
	padding: 4px 0 0 0;
	margin: 10px 0 0 40px;
	}
.contacts .social-links a:first-child{
	margin-left: -10px;
	}
.no-touch .contacts .social-links a:hover{
	color: #000;
	}
.no-touch .contacts .social-links a:hover:after{
	color: #000;
	}
.want-to-work{
	float: right;
	width: 40.72398190045249%;
	}
.want-to-work h2{
	margin: -4px 0 48px 0;
	}
.want-to-work .sub-indent{
	padding-right: 56px;
	}
.want-to-work .form{
	max-width: 462px;
	margin: 0 auto;
	}
.want-to-work .form .btn{
	margin-top: 9px;
	}
/*Google maps*/
#map-box{
	position: relative;
	height: 578px;
	margin: 0;
	border: 1px solid #c6ccd2;
	}
#map{
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	}
#map-box .info p{
	font-size: 18px;
	line-height: 1.166666666666667em;
	text-transform: uppercase;
	letter-spacing: 3.6px;
	}
#map-box img{
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	}
#map-box .gm-style-cc{
	visibility: hidden;
	}
/*Form box*/
.form-box{
	padding: 115px 0 160px;
	max-width: 580px;
	margin: 0 auto;
	}
.form-box p{
	text-align: center;
	}
.form-box .sub-indent{
	padding-right: 56px;
	}
.form-box .form{
	max-width: 462px;
	margin: 40px auto 0;
	}
.form-box .form .btn{
	margin-top: 9px;
	}
.tabs-box{
	padding: 0 15px;
	}
.tabs-list{
	display: flex;
	align-items: center;
	justify-content: center;
	}
.tabs-list li{
	background: none;
	padding: 0 9px 1px;
	margin: 0 60px 0 0;
	font-family: 'Poppins';
	font-weight: 700;
	font-size: 20px;
	line-height: 1.5em;
	text-align: center;
	text-transform: uppercase;
	color: #19171c;
	cursor: pointer;
	border-bottom: 3px solid transparent;
	transition: opacity .3s ease;
	}
.no-touch .tabs-list li:not(.current):hover{
	opacity: .8;
	}
.tabs-list li.current{
	cursor: default;
	border-bottom: 3px solid #ed0013;
	}
.tabs-list li:last-child{
	margin: 0;
	}
.tab-content{
	display: none;
	}
.tab-content.current{
	display: block;
	}
.img-grid{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	max-width: 778px;
	margin: 0 auto;
	}
.img-grid.large-width{
	max-width: 1200px;
	}
.img-grid .road-map-logo{
	width: 100%;
	}
.img-grid .img-col{
	font-weight: 700;
	font-size: 18px;
	line-height: 1.3em;
	color: #000;
	text-align: center;
	width: 50%;
	}
.img-grid.quarter-cols .img-col{
	width: 25%;
   }
.img-grid .img{
	margin: 0 0 6px;
	}
.img-grid img{
	max-width: 100%;
	margin: 0 auto;
	box-shadow: none;
	}
.img-grid .title{
	margin: 0;
	}
.img-grid .time{
	font-size: 16px;
	font-weight: 500;
	color: #000;
	margin-top: 4px;
	}
/*==============================END OF MAIN==================================*/
.aside{
	position: relative;
	z-index: 30;
	width: 31.25714285714286%;
	float: right;
	overflow: hidden;
	}
.aside.content-height{
	right: -2000px;
	-webkit-transition: all .4s ease-out;
	-moz-transition: all .4s ease-out;
	transition: all .4s ease-out;
	visibility: hidden;
	}
.aside.content-height.no-height{
	height: 0 !important;
	}
.aside.content-height.visible{
	height: auto;
	right: 0;
	visibility: visible;
	}
.aside .articles-list{
	margin: 7px 0 0;
	padding: 0;
	}
.aside .articles-list .item{
	width: 100%;
	padding: 0;
	}
.aside .articles-list .item:last-child{
	margin: 0;
	}
.aside .articles-list h3{
	margin-top: 0;
	}
.aside .mCSB_container{
	padding-right: 12.79707495429616%;
	}
.client .articles-list .sub-line:before, .client .articles-list .sub-line:after{
	top: -7px;
	}
/*Scroll box*/
.aside .scroll-box{
	height: 100%;
	}
.scroll-box{
	overflow: hidden;
	}
/*Play game box*/
.play-game-box{
	position: relative;
	padding: 76px 0 96px;
	text-align: center;
	background: #19171c;
	}
.client .play-game-box{
	margin: 0;
	padding: 86px 0;
	}
.client .play-game-box:after{
	content: '';
	position: absolute;
	left: 50%;
	bottom: 0;
	width: 1180px;
	height: 1px;
	transform: translateX(-50%);
	background: rgba(255, 255, 255, .6);
	}
.play-game-box .btn{
	margin: 0;
	min-width: 398px;
	}
.no-touch .play-game-box .btn:hover, .no-touch .play-game-box .btn:active{
	color: #19171c !important;
	background: #fff !important;
	border-color: #fff !important;
	}
.no-touch .play-game-box .btn:active{
	box-shadow: inset 0 5px 5px 0 rgba(27, 21, 21, .35) !important;
	}
/*Sub box*/
.sub-box{
	position: relative;
	overflow: hidden;
	padding: 78px 0 77px;
	}
.sub-box .bg{
	position: absolute !important;
	left: -5px;
	top: -5px;
	right: -5px;
	bottom: -5px;
	background-size: cover;
	background-position: 50% 50%;
	background-repeat: no-repeat;
	-webkit-transition: -webkit-transform 25s linear 0s;
	transition: transform 25s linear 0s;
	}
.no-touch .sub-box:hover .bg{
	-webkit-transform: scale(1.4);
	-ms-transform: none;
	transform: scale(1.4);
	}
/*Other games*/
.other-games{
	display: table;
	table-layout: fixed;
	width: 100%;
	}
.other-games .col{
	position: relative;
	width: 50%;
	min-height: 230px;
	display: table-cell;
	vertical-align: top;
	padding: 71px 0 72px;
	text-align: center;
	color: #fff;
	overflow: hidden;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	opacity: 1 !important;
	}
.no-touch .other-games .col:hover, .touch .other-games .col{
	/*padding: 36px 0 37px;*/
	}
.other-games .col.full-width{
	width: 100%;
	}
.other-games .col .container{
	max-width: 510px;
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}
.no-touch .other-games .col:hover .container, .touch .other-games .col .container{
	/*padding-bottom: 70px;*/
	}
.other-games h3, .other-games .h3{
	color: #fff;
	font-weight: 700;
	letter-spacing: 6px;
	margin: 0 0 7px;
	}
.other-games h3 a, .other-games .h3 a{
	color: #fff;
	}
.no-touch .other-games h3 a.hover, .no-touch .careers-list h3 a.hover, .no-touch .other-games .h3 a.hover, .no-touch .careers-list .h3 a.hover{
	opacity: .7;
	}
.other-games p{
	margin: 7px 0 0 0;
	font-size: 16px;
	line-height: 1.375em;
	}
.other-games .btn{
	position: absolute;
	bottom: 0;
	left: 50%;
	margin: 0;
	white-space: nowrap;
	transform: translateX(-50%);
	opacity: 0;
	transition: opacity .2s ease;
	visibility: hidden;
	}
.no-touch .other-games .col:hover .btn, .touch .other-games .col .btn{
	opacity: 1;
	}
.other-games span.btn{
	border-color: #fff !important;
	}
.other-games .col .bg{
	background-size: cover;
	background-position: 50% 0;
	background-repeat: no-repeat;
	position: absolute;
	left: -3px;
	top: -3px;
	right: -3px;
	bottom: -3px;
	transition: all .5s ease;
	}
.no-touch .other-games .col:hover .bg{
	-webkit-transform: scale(1.1);
	-ms-transform: none;
	transform: scale(1.1);
	}
/*Load more*/
.load-more-box{
	position: relative;
	border: 1px solid transparent;
	padding-top: 23px;
	margin: 28px 0 107px;
	}
.load-more-box:before{
	content: '';
	position: absolute;
	left: -900px;
	top: 0;
	height: 1px;
	width: 3500px;
	background: #ececec;
	}
/*Breadcrumbs*/
#breadcrumbs{
	font-size: 16px;
	line-height: 1.315em;
	margin: 0 0 23px;
	}
#breadcrumbs .separator{
	display: inline-block;
	vertical-align: top;
	width: 7px;
	height: 11px;
	margin: 5px 7px 0 10px;
	background: url("../i/breads-separator.svg") no-repeat 0 0/7px 11px;
	}
#breadcrumbs + table{
	margin-top: 23px;
	}
/*Popup*/
.overlay{
	overflow: hidden;
	position: fixed;
	z-index: 300;
	display: none;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	opacity: 0;
	background: rgba(0, 0, 0, .8);
	-webkit-transform: scale(.7);
	-ms-transform: scale(.7);
	transform: scale(.7);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}
.overlay.visible{
	opacity: 1;
	-webkit-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	}
.overlay .popup{
	opacity: 0;
	max-width: 1275px;
	width: 100%;
	position: absolute;
	top: 60px;
	left: 50%;
	min-height: 200px;
	-webkit-transform: translateX(-50.05%) scale(1.2);
	-moz-transform: translateX(-50.05%) scale(1.2);
	-ms-transform: translateX(-50.05%) scale(1.2);
	transform: translateX(-50.05%) scale(1.2);
	background: #fff url("../i/dots-bg.gif") repeat 100% 100%;
	-webkit-box-shadow: inset 0 33px 250px 0 rgba(27, 21, 21, .1);
	-moz-box-shadow: inset 0 33px 250px 0 rgba(27, 21, 21, .1);
	box-shadow: inset 0 33px 250px 0 rgba(27, 21, 21, .1);
	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	transition: all .2s ease-out;
	}
.overlay .popup.visible{
	opacity: 1;
	-webkit-transform: translateX(-50.05%) scale(1);
	-moz-transform: translateX(-50.05%) scale(1);
	-ms-transform: translateX(-50.05%) scale(1);
	transform: translateX(-50.05%) scale(1);
	}
.overlay .popup .container{
	margin: 115px auto 109px;
	}
.popup .play-form{
	max-width: 462px;
	margin: 40px auto 0;
	-webkit-transform: translateX(-32px);
	-moz-transform: translateX(-32px);
	-ms-transform: translateX(-32px);
	transform: translateX(-32px);
	}
/*Popup*/
.opened-popup body{
	overflow-y: hidden;
	}
.no-touch.opened-popup body{
	padding-right: 17px;
	}
.no-touch.opened-popup #header{
	right: 17px;
	width: auto;
	}

.no-touch #popup-box{
	width: calc(100% + 17px);
	}
.no-touch.opened-popup #popup-box{
	width: 100%;
	}
#popup-box{
	position: fixed;
	z-index: 10001;
	top: 0;
	left: 0;
	width: 100%;
	max-height: 100%;
	height: 100%;
	overflow: hidden;
	overflow-y: auto;
	background: rgba(0, 0, 0, .8);
	visibility: hidden;
	opacity: 0;
	transition: opacity .5s ease, visibility .5s ease;
	min-width: 320px;
	}
.opened-popup #popup-box{
	opacity: 1;
	visibility: visible;
	}
#popup-box > .container{
	position: relative;
	display: flex;
	align-items: center;
	min-height: 100%;
	max-width: none;
	padding: 32px 16px 0;
	}
#popup-box .popup{
	position: relative;
	display: none;
	width: 100%;
	max-width: 1155px;
	margin: 0 auto 32px;
	background: #fff;
	}
#popup-box .popup.visible{
	display: block;
	}
#popup-box .popup.intro-popup{
	font-weight: 500;
	font-size: 22px;
	line-height: 1.41em;
	text-align: center;
	padding: 88px 48px 68px;
	}
#popup-box .popup .max-w{
	max-width: 880px;
	margin: 0 auto;
	}
#popup-box .popup .max-w > *:first-child{
	margin-top: 0;
	}
#popup-box .popup .max-w > *:last-child{
	margin-bottom: 0;
	}
#popup-box .popup .checkbox-item{
	text-align: left;
	max-width: 400px;
	margin-left: auto;
	margin-right: auto;
	}
#popup-box .popup p + .checkbox-item{
	margin-top: 23px;
	}
#popup-box .popup .btn{
	width: 100%;
	max-width: 400px;
	margin: 23px 0 0;
	border-radius: 2px;
	}
#popup-box .popup .checkbox-item + .btn{
	margin-top: 9px;
	}

#popup-box .popup.policy-popup{
	font-size: 19px;
	line-height: 1.736842105263158em;
	letter-spacing: .025em;
	color: #fff;
	max-width: none;
	margin: 0 -16px;
	padding: 0 0 44px;
	width: calc(100% + 32px);
	background: #19171c;
	}
#popup-box .popup.policy-popup *{
	color: #fff;
	}
#popup-box .popup.policy-popup a{
	color: #ed0013;
	}
.no-touch #popup-box .popup.policy-popup a:hover{
	opacity: .9;
	}
#popup-box .policy-popup #top-screen{
	text-align: center;
	float: none;
	margin-top: -32px;
	}
#popup-box .policy-popup h1{
	font-weight: 600;
	font-size: 80px;
	letter-spacing: 0;
	max-width: none;
	}
#popup-box .policy-popup .text-box{
	max-width: 1032px;
	margin: 0 auto;
	padding: 0 16px;
	}
#popup-box .policy-popup .text-box > *:first-child{
	margin-top: 0;
	}
#popup-box .policy-popup .text-box > *:last-child{
	margin-bottom: 0;
	}

#popup-box .popup.policy-popup h2, #popup-box .popup.policy-popup .h2{
	font-weight: 700;
	font-size: 50px;
	line-height: 1.2em;
	letter-spacing: 0;
	margin: 33px 0 14px;
	}
#popup-box .popup.policy-popup h3, #popup-box .popup.policy-popup .h3{
	font-size: 30px;
	line-height: 1.215em;
	letter-spacing: 0;
	margin: 33px 0 12px;
	}
#popup-box .popup.policy-popup li{
	background-position: 0 15px;
	}

.js-close-popup{
	position: absolute;
	right: 24px;
	top: 24px;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	cursor: pointer;
	}
.js-close-popup svg{
	height: auto;
	}
.no-touch .js-close-popup svg *{
	transition: fill .2s ease;
	}
.no-touch .js-close-popup:hover svg *{
	fill: #ed0013;
	}

#popup-box .policy-popup .js-close-popup{
	right:0;
	top: -32px;
	width: 54px;
	height:54px;
	background: #ED0013;
	transition: background .2s ease;
	}
.no-touch #popup-box .policy-popup .js-close-popup:hover{
	background: #fff;
	}
.no-touch #popup-box .policy-popup .js-close-popup:hover svg *{
	fill: #ED0013;
	}

.opened-popup .logo-bg-layer{
	z-index: 10002;
	}
.no-touch.opened-popup .logo-bg-layer{
	width: calc(98.6% - 17px);
	margin-left: -6px;
	}
/*================================FOOTER=====================================*/
#footer{
	position: relative;
	z-index: 11;
	font-weight: 300;
	font-size: 16px;
	line-height: 20px;
	color: rgba(255, 255, 255, .64);
	overflow: hidden;
	}
#footer .container{
	max-width: 1650px;
	padding-top: 66px;
	padding-bottom: 32px;
	}
#footer a{
	color: rgba(255, 255, 255, .64);
	transition: opacity .2s ease;
	}
.no-touch #footer a:hover{
	opacity: .6;
	}
.footer-top-grid{
	display: flex;
	align-self: flex-start;
	flex-wrap: wrap;
	justify-content: space-between;
	margin: 0 -16px;
	}

.footer-top-grid .col{
	padding: 0 16px;
	max-width: 310px;
	}
.footer-top-grid .col > *:not(.ftr-logo):first-child{
	margin-top: 0;
	}
.footer-top-grid .col > *:last-child{
	margin-bottom: 0;
	}
.footer-top-grid .col-title{
	font-size: 19px;
	line-height: 1.2em;
	font-weight: 700;
	letter-spacing: .02em;
	text-transform: uppercase;
	color: #fff;
	margin: 32px 0 24px;
	}
.footer-top-grid ul{
	margin: 0;
	}
.footer-top-grid li{
	padding: 0;
	margin: 0 0 11px;
	background: none;
	}
.footer-top-grid li:last-child{
	margin: 0;
	}

.ftr-logo{
	display: inline-block;
	vertical-align: top;
	margin-top: -14px;
	max-width: 14vw;
	min-width: 186px;
	}
.ftr-logo img{
	margin: 0;
	max-width: 100%;
	}
.footer-top-grid .social-links{
	justify-content: flex-start;
	margin: 0 -10px -10px -10px;
	}
.footer-top-grid .social-links a{
	margin: 0 10px 10px 0;
	opacity: 1 !important;
	}
.footer-top-grid .age-col{
	margin-left: -24px;
    }

.ftr-bottom-grid{
	position: relative;
	display: flex;
	justify-content: space-between;
	margin: 40px 0 0;
	}
.ftr-bottom-grid p{
	margin: 0;
	}
.ftr-bottom-grid .age-img{
	display: none;
	}
#footer .ftr-bottom-grid a{
	font-weight: 400;
	color: #ed0013;
	}
/*=============================END OF FOOTER=================================*/
/*Page to image*/
.page-to-image #all{
	background: #19171c;
	}
.page-to-image #footer{
	background: #19171c;
	}
#js-page-to-image{
	position: fixed;
	z-index: 100;
	top: 160px;
	right: 36px;
	width: 54px;
	height: 54px;
	cursor: pointer;
	transition: opacity .2s ease;
	border-radius: 110%;
	}
.start-pti #js-page-to-image, .finish-pti #js-page-to-image{
	background: rgba(0, 0, 0, .2);
	pointer-events: none;
	}
.no-touch:not(.start-pti) #js-page-to-image:hover{
	opacity: .7;
	}
#js-page-to-image:before, #js-page-to-image .loader, #js-page-to-image:after{
	content: '';
	position: absolute;
	left: 0;
	top:0;
	width: 100%;
	height: 100%;
	background: url("../i/page-to-image-download.png") no-repeat 0 0/100% auto;
	transition: opacity .2s ease;
	}
.start-pti #js-page-to-image:before, .finish-pti #js-page-to-image:before{
	opacity: 0;
	}
#js-page-to-image .loader{
	width: 100%;
	background: none;
	opacity: 0;
	}
.start-pti #js-page-to-image .loader{
	opacity: 1;
	}
#js-page-to-image:after{
	width: calc(100% - 4px);
	height: calc(100% - 4px);
	border-radius: 110%;
	background: url("../i/page-to-image-finish.svg") no-repeat 50% 50%/50% auto;
	border: 2px solid rgba(255, 255, 255, .7);
	opacity: 0;
	}
.finish-pti #js-page-to-image:after{
	opacity: 1;
	}
.page-to-image #logging-box{
	margin-top: 2px;
	}
.page-to-image #logging-box #logged:before{
	margin-top: 7px;
	}
.page-to-image #logging-box .exit{
	margin-top: 9px;
	}

.page-to-image .new-game, .page-to-image .game-release{
	padding-top: 14px;
	}
.page-to-image .game-timer-box{
	padding-top: 3px;
	}
.page-to-image .footer-top-grid .col .col-title:first-child{
	margin-top: -4px;
	}
.page-to-image .switch-btn-box span{
	position: relative;
	top:-7px;
	}
.page-to-image  #header .switch-btn-box{
	transform: translateY(4px);
	}
.page-to-image  #header .switch-btn-box span{
	position: relative;
	top:-9px;
	}
.page-to-image form .field-name, .page-to-image form .field.has-error .field-error{
	transform: translateY(-10px);
	}
.page-to-image .checkbox-item input[type="checkbox"] + label{
	transform: translateY(-16px);
	}
.page-to-image .checkbox-item input[type="checkbox"] + label:before{
	transform: translateY(11px);
	}
.page-to-image .login-form .account-box .text{
	margin-top: 2px;
	}
.page-to-image .btn{
	padding-top: 1px;
	padding-bottom: 18px;
	min-height: 43px;
	}
.page-to-image .btn.large{
	padding-bottom: 12px;
	}
.page-to-image .btn.largest{
	padding-top: 6px;
	}
.page-to-image .timer.bg{
	line-height: 0;
	padding-top: 6px;
	padding-bottom: 22px;
	margin-top: 14px;
	}
.page-to-image table .new-game{
	height: auto;
	margin-top: -4px;
	}
.page-to-image table .new-game.bg{
	line-height: 0;
	margin-top: 16px;
	padding-top: 8px;
	padding-bottom: 22px;
	}
.page-to-image .value-dropdown ul li{
	background-position: 0 10px;
	}
.page-to-image .in-numbers-grid .counter-img{
	opacity: 1 !important;
	transform: translateY(-15%) !important;
	animation: none !important;
	}
.page-to-image .our-values-grid .js-open-value-dropdown .arrow{
	width: 11px;
	height: 25px;
	}
.page-to-image.client-area-game #games-main-screen h1{
	opacity: 1 !important;
	transform: translateY(7%) !important;
	}
.page-to-image.game-inner .light-bg-box{
	margin-bottom: 120px;
	}
.page-to-image.game-inner .light-bg-box:before{
	bottom: -60px;
	}
/*==============================TRANSITIONS==================================*/
.no-touch .content-video .play-video-btn{
	transition: all .2s ease;
	}
/**/
/*Some reset*/
/*{
	-webkit-transition: none !important;
	-moz-transition: none !important;
	transition: none !important;
	}*/
.logos-box img, figure img, .main-content-box.news-inner, .standart-android .main-content-box, .thinking-box .img-col img, .two-col-box .img-col img, .no-shadow{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	}
/*
	{
	-webkit-border-radius: 0 !important;
	-moz-border-radius: 0 !important;
	border-radius: 0 !important;
	}*/
/*Resolutions*/
@media screen and (max-width: 1700px){
	.team-list .item{
		width: 20%;
		}
	.team-list .item.empty .img{
		background-size: 38% auto;
		background-position: 50% 30%;
		}
	/*Client*/
	.client .last-games-box .item{
		width: 33.333333%;
		}
	}
@media screen and (max-width: 1560px){
	/*Last games box*/
	.last-games-box .item{
		height: auto;
		padding-bottom: 29.2%;
		}
	/*Two-col plates box*/
	.two-col-plates-box .item{
		height: auto;
		}
	.two-col-plates-box .img{
		width: 50.68306010928962%;
		}
	.two-col-plates-box .item h3, .two-col-plates-box .item .h3{
		margin-top: 20px;
		}
	/*Form box*/
	.form-box{
		padding: 11.1% 0;
		}
	}
@media screen and (max-width: 1500px){
	/*Game description*/
	.game-description .sub-img{
		height: auto;
		padding-bottom: 23.6%;
		}
	/*Roadmap redesign*/
	.roadmap-game{
		width: calc(16.66666666666667% - 20px);
		}
	/*Footer*/
	.ftr-logo{
		margin-top: -.9vw;
		}
	}
@media screen and (max-width: 1440px){
	/*Licensed box*/
	.licensed-box{
		margin: 83px 0 5.4%;
		}
	/*Google maps*/
	#map-box{
		height: auto;
		padding-bottom: 40.4%;
		min-height: 320px;
		}
	}
@media screen and (max-width: 1420px){
	.team-list .item{
		width: 25%;
		padding-bottom: 25%;
		}
	}
@media screen and (max-width: 1390px){
	.has-return .return{
		position: relative;
		left: auto;
		top: -20px;
		}
	.has-return .container{
		padding: 0;
		}
	#page-title-box h1 + .return{
		margin: 24px auto 24px 0;
		}
	}
@media screen and (max-width: 1340px){
	/*Cases*/
	.cases-box .item .description .wrap{
		max-width: 428px;
		}
	/*Two-col plates box*/
	.two-col-plates-box .img{
		padding: 0 20px;
		}
	.two-col-plates-box .content{
		padding: 25px 25px 25px 0;
		}
	.two-col-plates-box .item h3, .two-col-plates-box .item .h3{
		margin-top: 15px;
		}
	/*Careers box*/
	.careers-box{
		margin: 0 0 12.5%;
		}
	/*Three column list*/
	.three-col-box{
		margin: 63px -2.1% 60px;
		}
	.three-col-box .item{
		padding: 0 2%;
		}
    /*Footer*/
	#footer .container{
		padding-top: 52px;
		}
	.footer-top-grid .col.logo-col{
		width: 100%;
		max-width: none;
		margin: 0 0 48px;
		}
	.ftr-logo{
		display: inline-block;
		vertical-align: top;
		margin-top: 0;
		max-width: none;
		min-width: 186px;
		}
	.footer-top-grid .address-col{
		max-width: 25vw;
		}
	/*Popup*/
	.overlay{
		overflow: hidden !important;
		}
	.overlay .popup{
		max-width: none;
		overflow-x: hidden;
		overflow-y: auto;
		top: 0;
		bottom: 0;
		left: 0;
		-webkit-transform: translateX(0) scale(1.2);
		-moz-transform: translateX(0) scale(1.2);
		-ms-transform: translateX(0) scale(1.2);
		transform: translateX(0) scale(1.2);
		}
	.overlay .popup.visible{
		-webkit-transform: translateX(0) scale(1);
		-moz-transform: translateX(0) scale(1);
		-ms-transform: translateX(0) scale(1);
		transform: translateX(0) scale(1);
		}
	}
@media screen and (max-width: 1280px){
	/*Client*/
	.client .last-games-box .item{
		width: 50%;
		padding-bottom: 32%;
		}

	.download-box.btns-grid .btn{
		width: 322px;
		max-width: 100%;
		}

	/*Roadmap redesign*/
	.roadmap-game{
		width: calc(20% - 19.2px);
		}
	}
@media screen and (max-width: 1240px){
	.logo-bg-layer{
		top: -12%;
		transform: none;
		}
	.client .play-game-box:after{
		left: 25px;
		right: 25px;
		width: auto;
		transform: none;
		}
	}
@media screen and (max-width: 1210px){
	/*Main content*/
	.main-content-box{
		padding: 0 25px;
		}
	.main-content{
		margin: 50px 0 60px;
		}
	.close{
		width: 40px;
		height: 40px;
		}
	/*Last games box*/
	.last-games-box .item{
		width: 50%;
		min-height: 330px;
		}
	.last-games-box .item.large-hor{
		width: 100%;
		}
	.last-games-box .item.large-ver{
		width: 100%;
		position: relative;
		}
	.last-games-box .item .wrap, .last-games-box .item.large-hor .wrap{
		padding: 0 25px 25px;
		}
	.last-games-box .btn, .last-games-box .large-hor .btn{
		left: 30px;
		bottom: 30px;
		}
	}
@media screen and (max-width: 1190px){
	/*Top screen*/
	#top-screen{
		height: auto;
		padding: 15% 15px;
		margin-bottom: 70px;
		}
	/*Timeline*/
	.timeline-content{
		margin: 0 0 40px;
		}
	.timeline-nav{
		display: none;
		}
	.scroll-bar-wrap{
		max-width: 750px;
		padding: 0 25px;
		width: 100%;
		}
	/*Load more*/
	.load-more-box{
		margin: 28px 0 70px;
		}
	}
@media screen and (min-width: 1171px){
	.no-touch #nav li.active > a:hover:after{
		width: 0;
		}
	}
@media screen and (max-width: 1170px){
	h2, .h2{
		font-size: 50px;
		}
	.intro-text{
		font-size: 1.75em;
		}
	/*Header*/
	.client #header{
		padding-top: 13px;
		}
	.client #logo{
		top: 0;
		}
	/*NAV*/
	#nav-box{
		float: none;
		margin: 0;
		position: fixed;
		z-index: 10;
		right: -105%;
		top: 0;
		bottom: 0;
		letter-spacing: 0;
		min-width: 300px;
		width: 100%;
		height: 100%;
		height: 100vh;
		background: #fff;
		display: table;
		table-layout: fixed;
		-webkit-transition: all .3s ease-out;
		-moz-transition: all .3s ease-out;
		transition: all .3s ease-out;
		visibility: hidden;
		}
	#nav-box.visible{
		right: 0;
		visibility: visible;
		}
	#nav{
		display: table-cell;
		vertical-align: middle;
		float: none;
		text-align: center;
		height: 100%;
		padding: 70px 0 50px;
		}
	#nav ul{
		float: none;
		height: 100%;
		max-height: 480px;
		}
	#nav li{
		color: #1b1515;
		float: none;
		margin: 0;
		font-size: 36px;
		height: 16.66666%;
		}
	#nav li:before{
		content: '';
		display: inline-block;
		vertical-align: middle;
		height: 100%;
		width: 0;
		}
	#nav li a{
		color: #1b1515;
		}
	#nav li .active{
		color: #ed4340;
		padding-bottom: 4px;
		}
	#nav .social-bar{
		display: flex;
		align-items: center;
		position: absolute;
		top: 0;
		right: 0;
		width: 80px;
		padding: 0 16px;
		height: 100%;
		background: #f1f1f2;
		transition: width .3s ease;
		}
	.sticky-header #nav .social-bar{
		width: 70px;
		padding: 0 11px;
		}
	#nav .social-links a{
		display: flex;
		align-items: center;
		justify-content: center;
		width: 48px;
		height: 48px;
		line-height: 0;
		margin: 12px 0;
		border: 1px solid #727174;
		border-radius: 110%;
		}
	#nav .social-links a.facebook{
		padding-top: 3px;
		}
	#nav .social-links a.mailto{
		border-color: #dc0214;
		}
	.no-touch #nav .social-links a:hover{
		border-color: #1b1515;
		background: #1b1515;
		}
	.no-touch #nav .social-links a.mailto:hover{
		border-color: #dc0214;
		background: #dc0214;
		}
	#nav .social-links a:after{
		display: none;
		}
	#nav .social-links a:before{
		position: relative;
		line-height: 1em;
		color: #727174;
		height: auto;
		}
	#nav .social-links a.mailto:before{
		color: #dc0214;
		}
	.no-touch #nav .social-links a:hover:before{
		color: #fff;
		}
	.social-links .mailto:before, .social-links .mailto:after{
		content: '\2709';
		font-size: 24px;
		}

	#nav .social-links .twitter:before{
		height: 100%;
		background: url("../i/twitter-icon-grey.svg") no-repeat 50% 50%/22px auto;
		}
	.no-touch #nav .social-links .twitter:hover:before{
		background-image: url("../i/twitter-icon-light.svg");
		}
	/*Client nav*/
	.client #nav-box{
		display: block;
		max-width: none;
		padding: 0;
		}
	.client #nav{
		width: 100%;
		position: relative;
		height: 100%;
		display: block;
		font-size: 0;
		padding: 70px 80px 0 0;
		}
	.client #nav:before{
		content: '';
		display: inline-block;
		vertical-align: middle;
		width: 0;
		height: 100%;
		white-space: nowrap;
		}
	.client #nav > ul{
		position: relative;
		display: inline-block;
		vertical-align: middle;
		width: 100%;
		height: auto;
		max-height: 100%;
		padding: 0 30px 10px;
		overflow: auto;
		}
	.standart-android.client #nav > ul{
		width: 99%;
		}
	.client #nav > ul > li{
		position: relative;
		padding: 0 0 50px;
		margin: 0;
		height: auto;
		display: block;
		}
	.client #nav > ul > li:last-child{
		padding: 0 0 30px;
		}
	.client #nav li:before{
		display: none;
		}
	.client #nav > ul > li > a, .client #nav > ul > li > .active, .client #nav > ul > li > span, .client #nav .dropdown a, .client #nav .dropdown span{
		color: #000;
		cursor: pointer;
		}
	.client #nav .has-child > a:after, .client #nav .has-child:not(.visible-dropdown) > a:after, .client #nav .has-child > span:after{
		content: '';
		display: inline-block;
		vertical-align: top;
		position: relative;
		top: 16px;
		left: auto;
		margin: 0 -16px 0 6px;
		width: 10px;
		height: 6px;
		background: url("../i/dropdown-arrow.png") no-repeat 0 0;
		transform: none;
		}
	.touch.client #nav .has-child > a:after, .touch.client #nav .has-child:not(.visible-dropdown) > a:after, .touch.client #nav .has-child > span:after{
		top: 12px;
		}
	.client #nav .has-child:hover > a:after, .client #nav .has-child:not(.visible-dropdown):hover > a:after, .client #nav .has-child:hover > span:after{
		display: inline-block;
		}
	.client #nav .has-child .opened:after{
		background-position: 0 -6px !important;
		}
	.client #nav .dropdown{
		position: relative;
		width: 100%;
		text-align: center !important;
		padding: 26px 0 0 !important;
		left: 0;
		top: 0 !important;
		margin: 0 !important;
		background: none;
		border: none !important;
		box-shadow: none;
		transform: none;
		}
	.client #nav :not(.visible-dropdown) .dropdown:before{
		display: none;
		}
	.client #nav .dropdown li{
		font-size: 24px;
		line-height: 1.2em;
		display: block !important;
		margin: 0 0 24px !important;
		padding: 0;
		float: none;
		height: auto !important;
		}
	.client #nav .dropdown li:last-child{
		margin: 0 !important;
		}
	.client #nav .dropdown li .active-child:after{
		height: 16px;
		top: 8px;
		}
	.client #nav .dropdown li a, .client #nav .dropdown .active a{
		padding: 0;
		}
	/*Logging*/
	#logging-box{
		position: absolute;
		margin: 0;
		top: 25px;
		right: auto;
		left: 25px;
		color: #7b7172;
		}
	/*Open nav*/
	#open-nav{
		display: block;
		}
	#header .switch-btn-box{
		right: 100px;
		top: 5px;
		}
	/*Page title box*/
	#page-title-box .wide-container{
		min-height: 258px;
		}
	#page-title-box h1{
		font-size: 62px;
		}

	#page-title-box .banner{
		transform: translateY(17%);
		}
	/*Page to image*/
	#js-page-to-image{
		top: 160px;
		right: 16px;
		width: 48px;
		height: 48px;
		}
    /*Roadmap redesign*/
	.roadmap-select-region-box{
		gap: 12px;
		font-size: 44px;
		}
	.select-region-dropdown{
		padding: 70px 10px 10px;
		}
	.download-roadmap{
		gap: 12px;
		font-size: 18px;
		letter-spacing: .05em;
		}
	.download-roadmap svg{
		width: 22px;
		}
	.transcript-labels{
		gap: 24px;
		}
	.transcript-labels .label{
		gap: 12px;
		}

	}
@media screen and (max-width: 1150px){
	.team-list .item{
		width: 33.333333333333%;
		padding-bottom: 33.33333333333%;
		}
	}
@media screen and (max-width: 1140px){
	/*Cases*/
	.cases-box .item .description .wrap{
		max-width: 368px;
		}
	/*Contacts*/
	.contacts{
		padding: 50px 4% 56px;
		}
	.location{
		padding-left: 46px;
		background: url("../i/location-icon.gif") no-repeat 2px 0;
		}
	.contacts .info{
		padding-left: 46px;
		background: url("../i/info-icon.gif") no-repeat 2px 3px;
		}
	.contacts .col{
		width: 100%;
		display: block;
		padding: 0;
		}
	.contacts .social-links{
		margin: 10px 0 0 46px;
		}
	.want-to-work{
		width: 42.72398190045249%;
		}
	}
@media screen and (max-width: 1110px){
	/*Articles list*/
	.dark-box .articles-list{
		margin: 100px -4% -20px;
		}
	.articles-list .item{
		width: 50%;
		}
	.articles-list.has-counter .item:before{
		font-size: 260px;
		line-height: .65em;
		}
	/*Logos box*/
	.logos-box .item{
		width: 25%;
		}

	/*Roadmap redesign*/
	.roadmap-game{
		font-size: 16px;
		width: calc(25% - 18px);
		}
	.roadmap-game .img .label{
		font-size: 16px;
		line-height: 18px;
		}
	.roadmap-game .game-title{
		font-size: 18px;
		line-height: 21px;
		}
	}
@media screen and (max-width: 1090px){
	/*Return box*/
	.return-box .return{
		top: -14px;
		}
	/*Roadmap redesign*/
	.slider-view .roadmap-slider .swiper-slide{
		width: 25%;
		}
	}
@media screen and (min-width: 1071px){
	body.no-scroll{
		overflow: visible !important;
		}
	.no-touch .main-content-box .mCustomScrollBox, .no-touch .main-content-box .mCSB_container{
		position: static !important;
		}
	}
@media screen and (max-width: 1070px){
	/*Two-col plates box*/
	.two-col-plates-box{
		margin: 0 0 60px;
		}
	.two-col-plates-box .col{
		display: block;
		width: 100%;
		padding: 0;
		margin: 0 0 70px;
		}
	.two-col-plates-box .col:last-child{
		margin: 0;
		}
	.two-col-plates-box .img{
		width: 371px;
		padding: 0 30px;
		}
	.two-col-plates-box .content{
		padding: 39px 25px 30px 0;
		vertical-align: middle;
		}
	.two-col-plates-box .item h3, .two-col-plates-box .item .h3{
		margin-top: 10px;
		}
	/*Careers list*/
	.careers-list .col:nth-last-child(2) .item{
		border-bottom: 1px solid #ececec;
		}
	.two-col-plates-box.careers-list{
		margin-bottom: -70px;
		}
	.two-col-plates-box.careers-list .col{
		margin: 0 0 70px;
		}
	/*News box*/
	.news-box{
		height: auto !important;
		}
	/*Main content*/
	.main-content-box:not(.news-inner){
		position: fixed;
		z-index: 30;
		overflow: auto;
		top: 0;
		bottom: 0;
		float: none;
		width: 100%;
		height: 100%;
		max-width: none;
		background: #fff;
		padding: 0;
		}
	.main-content-box .main-content{
		padding: 0 25px;
		}
	.main-content-box.visible{
		height: 100%;
		}
	.main-content{
		margin-bottom: 40px;
		overflow: hidden;
		}
	.main-content-box .close{
		opacity: .6;
		right: 6px;
		}
	.touch .main-content-box .close{
		right: 0;
		}
	.main-content-box .close.sticky{
		position: fixed;
		}
	.touch .main-content-box .close{
		right: 0;
		}
	/*Aside*/
	.aside{
		display: none !important;
		}
	}
@media screen and (max-width: 1040px){
	/*Page title*/
	#page-title-box .banner-box{
		height: auto;
		margin: 24px 0 -16px;
		width: 100%;
		}
	#page-title-box .banner{
		transform: none;
		}
	/*Dark-box*/
	.dark-box{
		padding: 89px 0 70px;
		margin-bottom: 83px;
		}
	/*Cases*/
	.cases-box .item .description .wrap{
		max-width: 328px;
		}
	/*Advantages*/
	.advantages-box{
		margin: 110px 0 20px;
		}
	.advantages .item{
		width: 50%;
		}
	/*Thinking box*/
	.thinking-box{
		display: block;
		}
	.thinking-box .col{
		display: block;
		}
	.thinking-box .text-col{
		width: 100%;
		}
	.thinking-box .img-col{
		margin: -40% 0 0;
		}
	.thinking-box .img-col img{
		max-width: 76%;
		opacity: .15;
		}
	/*Timeline*/
	.inner-top-indent{
		padding-top: 89px;
		}
	/*Team list*/
	.team-list-box{
		padding-top: 89px;
		}
    /*Footer*/
	.footer-top-grid{
		margin: 0 -24px;
		}
	.footer-top-grid .col.address-col{
		width: 42%;
		}
	.footer-top-grid .col{
		width: 29%;
		max-width: none;
		padding: 0 24px;
		}
	.footer-top-grid .col.social-col{
		width:100%;
		margin: 48px 0 0;
		}
	.footer-top-grid .social-col .col-title{
		display: none;
		}
	.footer-top-grid .social-links{
		justify-content: center;
		margin: 0 -10px -10px;
		}
	.footer-top-grid .social-links a{
		margin: 0 10px 10px;
		}
    .footer-top-grid .age-col{
	    display: none;
	    }
    .ftr-bottom-grid{
	    margin: 48px 0 0;
	    }
	.ftr-bottom-grid .age-img{
		position: absolute;
		top:50%;
		left: 50%;
		display: block;
		margin: 0;
		transform: translate3d(-50%, -50%, 0);
		}
	}
@media screen and (min-width: 1171px){
	.client #nav .visible-dropdown .dropdown{
		display: block !important;
		}
	}
@media screen and (max-width: 1024px){
	/*Main screen*/
	#main-screen{
		margin-top: -48px;
		}
	/*Top screen*/
	#top-screen{
		margin: 0 0 60px;
		padding: 0;
		display: table;
		table-layout: fixed;
		width: 100%;
		}
	#top-screen .align-m{
		display: table-cell;
		padding: 15% 15px;
		}
	#nav .active a{
		color: #ed4340 !important;
		padding: 0;
		font-weight: 700;
		}
	.client #nav > ul > li{
		font-size: 32px;
		margin: 32px 0;
		padding: 0 !important;
		}
	}
@media screen and (max-width: 1024px) and (max-height: 620px){
	.client #nav > ul > li{
		padding: 0 !important;
		margin: 32px 0;
		}
	#nav .social-links a{
		margin: 6px 0;
		}
	}
@media screen and (max-width: 1170px) and (max-height: 540px){
	.client #nav > ul > li{
		padding: 0 0 40px;
		}
	}
@media screen and (max-width: 1170px) and (max-height: 460px){
	#nav{
		padding: 60px 0 30px;
		}
	.client #nav > ul > li{
		font-size: 30px;
		}
	#nav .social-links a{
		width: 38px;
		height: 38px;
		margin: 4px 0;
		}
	#nav .social-links a:before{
		font-size: 21px !important;
		}
	.client #nav .has-child > a:after, .client #nav .has-child:not(.visible-dropdown) > a:after, .client #nav .has-child > span:after{
		top: 12px;
		}
	.touch.client #nav .has-child > a:after, .touch.client #nav .has-child:not(.visible-dropdown) > a:after, .client #nav .has-child > span:after{
		top: 10px;
		}
	.client #nav > ul > li{
		padding: 0 0 30px;
		}
	.client #nav .dropdown{
		padding: 24px 0 0 !important;
		}
	.client #nav .dropdown li{
		font-size: 22px;
		margin: 0 0 12px !important;
		}
	.client #nav .dropdown li .active-child:after{
		height: 14px;
		}
	}
@media screen and (max-width: 1170px) and (max-height: 390px){
	#nav{
		padding: 50px 0 30px;
		}
	.client #nav > ul > li{
		font-size: 24px;
		}
	.client #nav .has-child > a:after, .client #nav .has-child:not(.visible-dropdown) > a:after, .client #nav .has-child > span:after{
		top: 10px;
		}
	.touch.client #nav .has-child > a:after, .touch.client #nav .has-child:not(.visible-dropdown) > a:after, .client #nav .has-child > span:after{
		top: 6px;
		}
	.client #nav .dropdown{
		padding: 16px 0 0 !important;
		}
	.client #nav .dropdown li{
		font-size: 18px;
		margin: 0 0 10px !important;
		}
	.client #nav .dropdown li .active-child:after{
		top: 6px;
		height: 12px;
		}
	}
@media screen and (max-width: 1170px) and (max-height: 320px){
	#nav{
		padding: 40px 0 20px;
		}
	.client #nav > ul > li{
		font-size: 20px;
		}
	}
@media screen and (max-width: 980px){
	.intro-text{
		margin: 32px 0 48px;
		}
	.intro-text + .container{
		margin-top: 72px;
		}
	/*Header*/
	.client #logo{
		left: 15px;
		}
	#logging-box{
		left: 15px;
		}
	#open-nav{
		right: 20px;
		}
	/*Independent*/
	.container, .wide-container{
		padding: 0 15px;
		}
	/*Search form box*/
	.search-form-box{
		font-size: 22px;
		}
	/*Half*/
	.half-bg .shadow-box{
		display: none !important;
		}
	/*Cases*/
	.cases-box{
		height: auto;
		margin: 0 0 80px;
		}
	.cases-box .item{
		position: relative;
		width: 100% !important;
		height: 410px;
		left: 0 !important;
		}
	.touch .cases-box .item{
		height: auto;
		display: block;
		margin: 0 0 -1px;
		}
	.cases-box .item .align-m{
		padding: 0 15px;
		}
	.touch .cases-box .item .align-m{
		padding: 40px 15px;
		display: block;
		}
	.cases-box .item .description{
		position: relative;
		bottom: 0;
		height: 0;
		}
	.cases-box .item.active .description, .touch .cases-box .item .description{
		margin: 30px 0 0 0;
		height: auto;
		}
	.cases-box .item .description .wrap{
		max-width: 458px;
		padding: 0 15px;
		}
	.cases-box .item .logo{
		margin: 0 auto !important;
		}
	/*Advantages*/
	.advantages-box{
		margin: 80px 0 20px;
		}
	/*Three column list*/
	.three-col-box{
		margin: 63px -3% 60px;
		}
	.three-col-box .item{
		width: 50%;
		margin: 0 0 56px;
		text-align: center;
		padding: 0 3%;
		}
	.three-col-box .item:last-child{
		margin-bottom: 24px;
		}
	.three-col-box .item h3, .three-col-box .item .h3{
		color: #fff;
		}
	.three-col-box .item p{
		color: #adadad;
		}
	/*Main content*/
	.main-content-box .main-content{
		padding: 0 15px;
		}
	/*Content video*/
	.content-video .play-video-btn{
		width: 100px;
		height: 100px;
		margin: -50px 0 0 -50px;
		}
	/*Licensed box*/
	.licensed-box{
		margin: 73px 0 20px;
		}
	/*Game description*/
	.game-description .chess-grid .img-box{
		padding: 65px 40px 65px 15px;
		}
	.game-description .chess-grid.invert .img-box{
		padding: 65px 15px 65px 40px;
		}
	.client .play-game-box:after{
		left: 15px;
		right: 15px;
		}

	/*Roadmap redesign*/
	.roadmap-select-region-box{
		font-size: 40px;
		}


	.download-roadmap{
		gap: 8px;
		font-size: 16px;
		letter-spacing: .025em;
		}
	.download-roadmap svg{
		width: 20px;
		min-width: 20px;
		}


	.roadmap-box:before{
		top: 62px;
		left: 28px;
		}
	.roadmap-box.recently-launched:after{
		left: 25px;
		width: 7px;
		height: 7px;
		}
	.roadmap-box .title{
		font-size: 32px;
		gap: 20px;
		margin-bottom: 40px;
		}
	.roadmap-box .title .icon{
		width: 56px;
		min-width: 56px;
		height: 56px;
		}


	.roadmap-item, .recently-launched-games{
		padding-left: 76px;
		}

	.roadmap-item .roadmap-month{
		font-size: 26px;
		}
	.roadmap-item .roadmap-month .icon{
		left: -61px;
		top: 2px;
		width: 26px;
		}
	.roadmap-game{
		font-size: 14px;
		width: calc(25% - 18px);
		}
	.roadmap-game .img .label{
		font-size: 14px;
		line-height: 16px;
		}
	.roadmap-game .game-title{
		font-size: 16px;
		line-height: 19px;
		}


	}
/*Client resolution*/
@media screen and (max-width: 950px){
	.scroll-tbl.large-indent, table.large-indent{
		margin-bottom: 70px;
		}
	
	.three-col-list{
		justify-content: space-between;
		}
	.three-col-list ul{
		padding: 0 !important;
		width: calc(50% - 16px) !important;
		}
	}
@media screen and (max-width: 890px){
	.team-list .item.empty .img{
		background-size: 35% auto;
		}
	/*Footer*/
	.footer-top-grid{
		margin: 0 -24px;
		}
	.footer-top-grid .col.address-col{
		width: 42%;
		}
	.footer-top-grid .col{
		width: auto;
		max-width: none;
		}
	.footer-top-grid .col.contacts-col{
		width: 32%;
		min-width: 260px;
		}
	
	}
@media screen and (max-width: 880px){
	/*Timeline*/
	.timeline-content{
		padding: 0 25px;
		}
	.timeline-nav{
		display: none;
		}
	.scroll-bar-wrap{
		max-width: 750px;
		padding: 0 25px;
		width: 100%;
		}
	/*Team-list*/
	.team-list-box{
		margin: 0 0 80px;
		}
	/*Load more*/
	.load-more-box{
		margin: 20px 0 50px;
		}
	/*Contacts*/
	.contacts{
		padding: 50px 4% 56px;
		float: none;
		margin: 0 auto 80px;
		width: 100%;
		}
	.contacts .col{
		width: 49.5%;
		display: inline-block;
		padding: 0 20px 0 0;
		}
	.location{
		padding-left: 40px;
		background: url("../i/location-icon.gif") no-repeat 0 0;
		}
	.contacts .info{
		padding-left: 40px;
		background: url("../i/info-icon.gif") no-repeat 0 3px;
		}
	.contacts .phone{
		background: url("../i/phone-icon.gif") no-repeat 5px 0;
		}
	.contacts .social-links{
		margin: 10px 0 0 40px;
		}
	.want-to-work{
		width: 100%;
		}
	.want-to-work .form{
		max-width: 522px;
		}
	.want-to-work h2{
		max-width: 65%;
		margin: 0 auto 48px;
		}
	/*Game slider*/
	.game-slider .play-btn{
		width: 80px;
		height: 80px;
		margin: -40px 0 0 -40px;
		}
	
	#popup-box .policy-popup h1{
		font-size: 9vw;
		}
	
	
	.img-grid.quarter-cols .img-col{
		width: 50%;
		}


	/*Roadmap redesign*/
	.roadmap-controls{
		gap: 32px;
		margin: 0 0 24px;
		}
	.roadmap-controls .row{
		flex-direction: column;
		align-items: flex-start;
		}
	.roadmap-select-region-box{
		font-size: 40px;
		margin: 0 0 32px;
		}
	.download-roadmap{
		margin: 0;
		}
	.switch-roadmap-grid{
		display: flex;
		margin: 32px 0 0 auto;
		}

	/*Roadmap redesign*/
	.slider-view .roadmap-slider .swiper-slide{
		width: 33.333333%;
		}
	}
@media screen and (max-width: 860px){
	/*Client*/
	.client .last-games-box .item{
		width: 100%;
		padding-bottom: 32%;
		}
	.client .last-games-box .item .wrap{
		padding: 0 40px 20px;
		}
	.client .btn-box{
		padding: 0 40px;
		bottom: 40px;
		}
	.client .btn-box .wrap-btn{
		max-width: 360px;
		}
	/*Page title box*/
	.game-inner #page-title-box .wide-container{
		margin-bottom: 32px;
		}
	/*Game id*/
	#game-id{
		margin: 16px 0 0;
		}
	#game-id .col{
		display: block;
		width: 100%;
		padding: 0 !important;
		text-align: center;
		margin: 0 0 14px;
		}
	#game-id .col:first-child{
		text-align: center;
		border: none;
		}
	#game-id .col:first-child:after{
		content: '';
		width: 90px;
		height: 1px;
		background: #c8c4c5;
		display: block;
		margin: 20px auto 0;
		}
	#game-id .col:last-child{
		margin: 0;
		}
	/*View2*/
	.game-stats{
		justify-content: center;
		margin: 24px -24px 0;
		}
	.game-stats .item{
		width: 33.33333%;
		margin: 0 0 40px;
		padding: 0 24px;
		}
	.game-stats + .scroll-tbl{
		margin-top: 0;
		}
	}
@media screen and (max-width: 820px){
	h2, .h2{
		font-size: 46px;
		}
	.intro-text{
		font-size: 1.4em;
		margin: 24px 0 40px;
		}
	.intro-text + .container{
		margin-top: 72px;
		}
	/*Page title box*/
	#page-title-box{
		padding: 0 12px;
		}
	#page-title-box .wide-container{
		min-height: 240px;
		}
	#page-title-box h1{
		font-size: 54px;
		}


	#page-title-box .wide-container.justify{
		display: block;
		}
	#page-title-box .wide-container.justify h1{
		margin: 0;
		}
	#page-title-box .wide-container.justify .banner-box{
		margin: 24px 0 -16px;
		}
	#page-title-box .wide-container.justify .banner-box .banner{
		width: 240px;
		}
	/*Game id*/
	#game-id .col{
		font-size: 28px;
		}
	
	.img-grid .img-col, .img-grid.quarter-cols .img-col{
		width: 100%;
		margin: 0 auto;
		}
	.img-grid .img-col img{
		width: 350px;
		}
	}
@media screen and (max-width: 800px){
	/*Dark-box*/
	.dark-box{
		padding: 80px 0 70px;
		margin-bottom: 82px;
		}
	/*Timeline*/
	.inner-top-indent{
		padding-top: 80px;
		}
	/*Team list*/
	.team-list-box{
		padding-top: 80px;
		}
	/*Main content*/
	.main-content-box.news-inner{
		margin-bottom: 0;
		}
	/*Two-col box*/
	.two-col-box{
		display: block;
		margin: 61px auto 70px;
		}
	.two-col-box .col{
		display: block;
		}
	.two-col-box .text-col{
		width: 100%;
		padding: 0;
		}
	.two-col-box .img-col.has-indent{
		padding: 0 0 70px;
		}
	/*Game description*/
	.game-description .chess-grid.invert .img-box{
		padding-right: 0;
		}
	.game-description .content{
		width: 100%;
		padding: 70px 0 56px !important;
		}
	.game-description .main-img{
		position: relative;
		z-index: 3;
		left: 0;
		padding-bottom: 65%;
		margin: 0 0 -1px;
		}
	.game-description .sub-img{
		padding-bottom: 44%;
		width: 50%;
		}
	.game-description .chess-grid{
		display: block;
		}
	.game-description .chess-grid .content{
		display: block;
		}
	.game-description .chess-grid .img-box{
		display: block;
		margin: 30px 0;
		}
	.game-description .chess-grid .img-box, .game-description .chess-grid.invert .img-box{
		padding: 0;
		}
	.game-description .chess-grid .rare-img{
		left: 0;
		top: 0;
		bottom: 0;
		text-align: left;
		}
	.game-description .chess-grid .rare-img:before{
		display: none;
		}
	.game-description .chess-grid .rare-img.humpty-img{
		left: 3.3%;
		top: 0;
		bottom: -18px;
		}
	.game-description .chess-grid .rare-img.hockey-img, .game-description .chess-grid .rare-img.meerkats-img{
		left: 1.5%;
		text-align: right;
		top: -10px;
		bottom: -10px;
		}
	.game-description .chess-grid .rare-img.meerkats-img{
		left: 2%;
		}
	.game-description .chess-grid .rare-img.star-img{
		left: 1%;
		top: 20px;
		bottom: -20px;
		}
	.game-description .chess-grid .rare-img.dream-team-img{
		left: -3%;
		top: -10px;
		bottom: -20px;
		}
	.game-description .rare-box{
		display: block;
		}
	.game-description .rare-col{
		display: block;
		vertical-align: middle;
		}
	.game-description .rare-col.img-col{
		display: block;
		}
	}
@media screen and (max-width: 790px){
	/*Articles list*/
	.dark-box .articles-list{
		margin: 70px -4% -20px;
		}
	.articles-list .item{
		width: 100%;
		}
	.articles-list.has-counter .item:before{
		font-size: 200px;
		line-height: .75em;
		}
	}
@media screen and (max-width: 780px){
	.logo-bg-layer{
		top: -6%;
		}
	/*Search form box*/
	.search-form-box{
		font-size: 20px;
		}
	/*Selection box*/
	.selection-box{
		margin: 0 auto 64px;
		}
	.main .selection-box{
		padding-top: 10px;
		}
	.selection-box .switch-btn-box{
		
		}
	/*Team list*/
	.team-list .item{
		width: 50%;
		padding-bottom: 50%;
		}
	.team-list .item.empty .img{
		background-size: 40% auto;
		}
	/*Page to image*/
	#js-page-to-image{
		top: auto;
		bottom: calc(33vh - 27px);
		}

	/*Roadmap redesign*/
	.roadmap-all{
		margin-bottom: 32px;
		}
	.roadmap-game{
		font-size: 14px;
		width: calc(33.3333333% - 16px);
		}
	}
@media screen and (max-width: 767px){
	/*Main*/
	main{
		padding-bottom: 40px;
		}
	.client .main{
		padding: 48px 0;
		}
	.blog-box{
		padding: 40px 0;
		}
	/*Main view2*/
	main.view2 .light-bg-box:first-child{
		margin-top: -48px;
		}
	.main.view2 table tr th, .main.view2 table tr td{
		padding: 10px 20px;
		}
	/*Logos box*/
	.logos-box .item{
		padding: 0 20px;
		width: 33.333333%;
		}
	/*Last games box*/
	.last-games-box .item{
		width: 100%;
		}
	.last-games-box .item .wrap, .last-games-box .item.large-hor .wrap{
		padding: 0 15px 25px;
		}
	.last-games-box .btn, .last-games-box .large-hor .btn{
		left: 20px;
		bottom: 30px;
		}
	.touch .last-games-box .item .content{
		padding: 0 0 78px;
		}
	.touch .last-games-box .item .btn{
		display: block;
		opacity: 1;
		border-color: #fff !important;
		}
	/*Play game box*/
	.play-game-box{
		padding: 66px 0;
		text-align: center;
		}
	.client .play-game-box{
		padding: 66px 0;
		}
	/*Other games*/
	.other-games{
		display: block;
		}
	.other-games .col{
		width: 100%;
		min-height: 100px;
		display: block;
		padding: 71px 0 72px;
		}
	.touch .other-games .col .container{
		padding-bottom: 70px;
		}
	.touch .other-games .btn{
		visibility: visible;
		opacity: 1;
		}
	/*Accordion*/
	.accordion h3, .accordion .h3{
		font-size: 30px;
		}
	.accordion h3 span:after, .accordion .h3 span:after{
		margin: 3px 0 0 -30px;
		}
	.accordion .text{
		font-size: 20px;
		padding-top: 0;
		}
	.accordion li, .main.view2 .accordion li{
		padding-left: 32px;
		background-position: 0 19px;
		}
	.main.view2 .h4{
		font-size: 24px;
		}
	.accordion .h4:first-child{
		padding-top: 24px;
		margin-top: 0;
		}
	.main.view2 .three-col-list + .h4{
		margin-top: 40px;
		}
	}
@media screen and (max-width: 760px){
	/*Footer*/
	.footer-top-grid{
		justify-content: flex-start;
		margin: 0 -24px;
		}
	.footer-top-grid .col.address-col{
		width: 100%;
		max-width: none;
		margin: 0 0 40px;
		}
	.footer-top-grid .col.links-col{
		width: 200px;
		max-width: none;
		}
	.footer-top-grid .col.contacts-col{
		width: 260px;
		min-width: 0;
		}
	.footer-top-grid .col.social-col{
		flex: 1;
		margin: 0;
		}
	.footer-top-grid .col.social-col .col-title{
		display: block;
		}
	.footer-top-grid .social-links{
		justify-content: flex-start;
		margin-left: -20px;
		}
	}
@media screen and (max-width: 740px){
	.standart-android .scroll-tbl table{
		width: 640px;
		table-layout: fixed;
		}
	/*Two-col plates box*/
	.two-col-plates-box .col{
		margin: 0 0 10%;
		}
	.two-col-plates-box .img{
		width: 50.68306010928962%;
		padding: 0 25px 0 20px;
		}
	.two-col-plates-box .content{
		padding: 25px 25px 25px 0;
		}
	.two-col-plates-box .item h3, .two-col-plates-box .item .h3{
		margin-top: 10px;
		}
	/*Popup*/
	#popup-box > .container{
		padding: 24px 16px 0;
		}
	#popup-box .popup{
		margin: 0 auto 24px;
		}
	#popup-box .popup.intro-popup{
		font-size: 18px;
		padding: 72px 24px 54px;
		}
	#popup-box .policy-popup #top-screen{
		margin-top: -24px;
		}
	#popup-box .policy-popup .js-close-popup{
		top: -24px;
		width: 46px;
		height:46px;
		}
	/*Footer*/
	.footer-top-grid{
		justify-content: flex-start;
		margin: 0 -24px;
		}
	.footer-top-grid .col.address-col{
		width: 100%;
		max-width: none;
		margin: 0 0 40px;
		}
	.footer-top-grid .col.links-col{
		max-width: calc(50% - 24px);
		flex:1;
		}
	.footer-top-grid .col.contacts-col{
		width: calc(50% - 24px);
		min-width: 260px;
		}
	.footer-top-grid .col.social-col{
		flex: inherit;
		margin: 48px 0 0;
		width: 100%;
		}
	.footer-top-grid .col.social-col .col-title{
		display: none;
		}
	.footer-top-grid .social-links{
		justify-content: center;
		margin-left: 0;
		}
	}
@media screen and (max-width: 710px){
	h2, .h2{
		font-size: 40px;
		}
	.intro-text{
		font-size: 1.3em;
		}
	.intro-text + .container{
		margin-top: 64px;
		}
	/*Rare tbl*/
	.no-border-tbl .size-col{
		width: 112px;
		}
	.no-border-tbl .time-col{
		display: none;
		}
	/*Login form*/
	.login-form{
		max-width: 524px;
		left: -52px;
		}
	/*Page title box*/
	#page-title-box{
		font-size: 19px;
		margin: 8px 0 0;
		}
	#page-title-box .wide-container{
		padding-top: 40px;
		padding-bottom: 40px;
		min-height: 206px;
		}
	.game-inner #page-title-box .wide-container{
		padding-top: 40px;
		}
	#page-title-box h1{
		font-size: 48px;
		}

	#page-title-box .banner-box, #page-title-box .wide-container.justify .banner-box{
		margin: 32px 0 0;
		}
	/*Game id*/
	#game-id .col{
		font-size: 24px;
		}
	/*View2*/
	.game-stats{
		margin: 24px 0 22px;
		}
	.game-stats .item{
		font-size: 22px;
		width: 50%;
		padding: 0 24px;
		margin-bottom: 24px;
		}
	.game-stats .result{
		font-size: 34px;
		margin: 0 0 6px !important;
		}
	}
@media screen and (max-width: 710px){
	/*Dark-box*/
	.dark-box{
		margin-bottom: 75px;
		}
	/*Roadmap redesign*/
	.slider-view .roadmap-slider{
		padding: 0 32px 18px;
		}
	.slider-view .roadmap-slider .swiper-slide{
		width: 50%;
		}
	.slider-view .roadmap-slider .swiper-btn{
		width: 32px;
		}
	.slider-view .roadmap-slider .swiper-btn{
		font-size: 18px;
		}
	}
@media screen and (max-width: 670px){
	/*Sub box*/
	.sub-box{
		padding: 58px 0 57px;
		}
	.roadmap-img{
		margin-bottom: 40px;
		}


	}
@media screen and (max-width: 660px){
	form .field-name{
		display: block;
		text-align: left;
		width: 100%;
		padding-right: 0;
		margin: 0 0 4px;
		}
	.form-control{
		display: block;
		width: 100%;
		}
	.form .btn{
		margin-left: 0;
		width: 100%;
		padding-left: 14px;
		padding-right: 14px;
		}
	.play-form .thanks{
		margin-left: 0;
		}
	.search-form{
		max-width: 400px;
		}
	.search-form .form-control{
		width: 100%;
		}
	.search-btn{
		top: auto;
		bottom: 0;
		}
	/*Radio and Checkboxes*/
	.form .checkbox-item{
		margin-left: 0;
		}
	/*login form*/
	.login-form{
		max-width: 480px;
		}
	.login-form .field-name, .login-form .form-control, .login-form .btn{
		width: 100%;
		}
	.login-form .select-box{
		width: 100%;
		}
	.login-form .radio-group{
		display: block;
		width: 100%;
		margin: 12px 0 2px;
		}
	.login-form .btn{
		margin-left: 0;
		}
	.login-form .sub-box{
		padding: 0;
		}
	.login-form .account-box{
		margin: 4px 0 0 0;
		}
	/*Type file*/
	.fileinput-wrapper{
		margin: -8px 0 15px 0;
		}
	/*Advantages*/
	.advantages .item{
		width: 100%;
		}
	/*Thinking box*/
	.thinking-box .img-col{
		margin: -52% 0 0;
		}
	.thinking-box .img-col img{
		max-width: 100%;
		}
	/*Careers box*/
	.careers-box{
		margin: 0 0 70px;
		}
	/*Three column list*/
	.three-col-box{
		margin: 63px 0 0;
		}
	.three-col-box .item{
		width: 100%;
		padding: 0;
		max-width: 480px;
		}
	/*Team-list*/
	.team-list .item.empty .img{
		background-size: 35% auto;
		}
	/*News box*/
	.news-box .articles-list{
		margin-bottom: -20px;
		}
	/*Load more*/
	.load-more-box{
		margin: 0 0 20px;
		}
	/*Content video*/
	.content-video .play-video-btn{
		width: 70px;
		height: 70px;
		margin: -35px 0 0 -35px;
		}
	.want-to-work .form{
		max-width: 462px;
		}
	.want-to-work h2{
		max-width: 100%;
		padding: 0 10%;
		margin-bottom: 40px;
		}
	/*Main*/
	.rare-main{
		padding: 50px 0 20px;
		}
	.login-form{
		margin-bottom: 16px;
		left: 0;
		}
	/*Popup*/
	.overlay .popup .container{
		margin: 70px auto 50px;
		}
	.popup .play-form{
		-webkit-transform: none;
		-moz-transform: none;
		-ms-transform: none;
		transform: none;
		}
	/*Contacts*/
	.form-box .sub-indent, .want-to-work .sub-indent{
		padding-right: 0;
		}
	/*Form box*/
	.form-box{
		padding: 70px 0 60px;
		}
	
	#popup-box .popup.policy-popup h2, #popup-box .popup.policy-popup .h2{
		font-size: 40px;
		}
	}
@media screen and (max-width: 620px){
	/*Two-col box*/
	.two-col-box{
		margin: 61px auto 60px;
		}
	.two-col-box .text-col{
		width: 100%;
		padding: 10px 0 0;
		}
	.two-col-box .img-col.has-indent{
		padding: 0 0 50px;
		}
	}
@media screen and (max-width: 600px){
	.tabs-list li{
		margin: 0 30px 0 0;
		padding: 0;
		}
	}
@media screen and (max-width: 590px){
	/*Search form box*/
	.search-form-box{
		font-size: 18px;
		}
	/*Selection box*/
	.selection-box{
		font-size: 18px;
		}
	.selection-box .switch-btn-box{
		margin: 40px 0 0;
		}
	/*Rare tbl*/
	.no-border-tbl th{
		padding: 15px;
		}
	.no-border-tbl td{
		padding: 22px 15px 24px;
		}
	.no-border-tbl td:nth-child(2), .no-border-tbl td:nth-child(3){
		font-size: 18px;
		}
	.no-border-tbl:not(.manager) td:nth-child(3){
		width: 24%;
		}
	.no-border-tbl .icon-col{
		width: 62px;
		}
	.no-border-tbl .icon-col + td{
		padding-left: 8px;
		}
	/**/
	.col-text{
		-webkit-column-count: 1;
		-moz-column-count: 1;
		column-count: 1;
		-webkit-column-gap: 0;
		-moz-column-gap: 0;
		column-gap: 0;
		margin: 25px 0;
		}
	/*We work*/
	.we-work{
		margin-bottom: 0;
		}
	/*Timeline anchors*/
	.timeline-anchors{
		margin: 0 0 66px;
		}
	/*Contacts*/
	.contacts-box{
		padding: 0;
		}
	.contacts{
		padding: 0 15px 46px;
		margin: 0 -15px 40px;
		width: auto;
		border: none;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
		}
	.contacts .location{
		padding-left: 46px;
		background: url("../i/location-icon.gif") no-repeat 2px 0;
		margin-bottom: 20px;
		}
	.contacts .info{
		padding-left: 46px;
		background: url("../i/info-icon.gif") no-repeat 2px 3px;
		}
	.contacts .col{
		width: 100%;
		display: block;
		padding: 0;
		}
	.contacts .social-links{
		margin: 10px 0 0 46px;
		}
	
	#top-screen .align-m{
		padding: 90px 15px 72px;
		}
	
	.corporate-site{
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 20px;
		}
	.download-logo-box{
		position: relative;
		top: 0;
		left: 0;
		margin: 0 0 32px;
		}
	/*Roadmap redesign*/

	/*Roadmap redesign*/
	.roadmap-controls{
		gap: 24px;
		margin: 0 0 32px;
		}

	.roadmap-select-region-box{
		font-size: 28px;
		margin: 0 0 24px;
		}
	.current-region{
		gap: 6px;
		}
	.current-region svg{
		width: 10px;
		height: auto;
		}
	.select-region-dropdown{
		padding: 56px 10px 10px;
		}
	.download-roadmap{
		font-size: 14px;
		margin: 0;
		}
	.download-roadmap svg{
		width: 18px;
		min-width: 18px;
		}

	.transcript-labels{
		gap: 8px 16px;
		flex-wrap: wrap;
		}
	.transcript-labels .label{
		gap: 8px;
		}
	.transcript-labels svg{
		width: 20px;
		min-width: 20px;
		}

	.switch-roadmap-grid{
		margin: 24px 0 0 auto;
		}

	.roadmap-box:before{
		top: 44px;
		left: 20px;
		}
	.roadmap-box.recently-launched:after{
		left: 17px;
		}
	.roadmap-box .title{
		font-size: 28px;
		gap: 12px;
		margin-bottom: 32px;
		}
	.roadmap-box .title .icon{
		width: 40px;
		min-width: 40px;
		height: 40px;
		padding-top: 3px;
		}


	.roadmap-item, .recently-launched-games{
		padding-left: 52px;
		}

	.roadmap-item .roadmap-month{
		font-size: 22px;
		}
	.roadmap-item .roadmap-month .icon{
		left: -42px;
		top: 2px;
		width: 22px;
		}
	.roadmap-games{
		gap: 16px;
		}
	.roadmap-game{
		font-size: 14px;
		width: calc(33.333333% - 10.66666666666667px);
		}
	.roadmap-game .img .label{
		font-size: 14px;
		line-height: 16px;
		}
	.roadmap-game .game-title{
		font-size: 16px;
		line-height: 19px;
		}
	}
@media screen and (max-width: 560px){
	.no-border-tbl th{
		font-size: 16px;
		}
	table td{
		font-size: 14px;
		}
	.no-border-tbl td:nth-child(2), .no-border-tbl td:nth-child(3){
		font-size: 14px;
		}
	.no-border-tbl.manager td:nth-child(2), .no-border-tbl.manager td:nth-child(3){
		font-size: 16px;
		}
	.no-border-tbl td{
		font-size: 17px;
		}
	.no-border-tbl .time{
		font-size: 14px;
		}
	.no-border-tbl .time sup{
		font-size: 9px !important;
		}
	/*Footer*/
	.footer-top-grid .col.logo-col{
		margin-bottom: 40px;
		}
	.ftr-bottom-grid{
		display: block;
		text-align: center;
		margin: 40px 0 0;
		}
	.ftr-bottom-grid .age-img{
		position: relative;
		top: auto;
		left: auto;
		display: block;
		margin: 0 auto 40px;
		transform: none;
		}
	.ftr-bottom-grid p{
		margin: 32px 0 0;
		}
	}
@media screen and (max-width: 540px){
	h2, .h2{
		font-size: 36px;
		}
	.img.lft, img.lft, .img.rght, img.rght{
		margin: 20px auto;
		max-width: 100%;
		float: none;
		}
	p .img.lft, p img.lft, p .img.rght, p img.rght{
		margin-top: 20px;
		margin-bottom: 20px;
		}
	.intro-text + .container{
		margin-top: 56px;
		}
	/*Page title box*/
	#page-title-box{
		font-size: 18px;
		padding: 0;
		}
	#page-title-box .wide-container{
		min-height: 190px;
		}
	#page-title-box h1{
		font-size: 42px;
		}
	/*Search form box*/
	.search-form-box{
		padding: 48px 15px 40px;
		}
	/*Game id*/
	#game-id .col{
		font-size: 22px;
		}
	/*Roadmap redesign*/
	.roadmap-games{
		gap: 20px;
		}
	.roadmap-game{
		width: calc(50% - 10px);
		}
	}
@media screen and (max-width: 520px){
	/*Corp static styles*/
	.corp-static-styles main{
		font-size: 18px;
		}
	/*Rare tbl*/
	.no-border-tbl .time{
		margin: 0;
		color: #1b1515;
		}
	.no-border-tbl .time span{
		color: #7b7172;
		}
	.no-border-tbl .time sup{
		font-size: 12px !important;
		top: -7px;
		}
	.no-border-tbl .on-desktop{
		display: none;
		}
	.no-border-tbl .on-mobile{
		display: block;
		}
	.no-border-tbl .week-day{
		display: block;
		}
	/*Timer*/
	.timer{
		display: block;
		font-weight: 400;
		line-height: 1.05em;
		color: #1b1515;
		padding-left: 13px;
		margin: 6px 0 0;
		background-position: 0 2px;
		}
	.timer.bg{
		padding: 2px 1px 0 20px;
		margin: 6px 0 0 -5px;
		}
	.timer .countdown-section{
		margin: 0 4px 0 0;
		}
	.timer .countdown-period{
		font-size: 10px;
		position: relative;
		top: -6px;
		color: #7b7172;
		}
	table .new-game{
		font-size: 16px;
		}
	table .new-game.bg{
		margin-left: -5px;
		}
	/*Two-col plates box*/
	.two-col-plates-box .col{
		margin: 0 0 70px;
		}
	.two-col-plates-box .item{
		display: block;
		}
	.two-col-plates-box .img{
		padding: 0 15px;
		border-bottom: 1px solid #f1f1f1;
		margin: 0;
		}
	.two-col-plates-box .content{
		padding: 34px 15px 24px;
		display: block;
		}
	.two-col-plates-box .item h3, .two-col-plates-box .item .h3{
		margin: 0;
		}
	/*Careers list*/
	.two-col-plates-box.careers-list{
		margin-bottom: -36px;
		padding-top: 30px;
		}
	.two-col-plates-box.careers-list .content{
		padding: 34px 0 24px;
		}
	.two-col-plates-box.careers-list .item{
		border: none !important;
		}
	
	#popup-box .popup.policy-popup{
		font-size: 18px;
		}
	}
@media screen and (max-width: 510px){
	/*Timeline*/
	.timeline-content{
		padding: 15px 10px 0;
		}
	.timeline-content .item{
		width: 300px;
		}
	/*Team list*/
	.team-list-box{
		margin: 0 0 70px;
		}
	.team-list{
		margin: 50px auto 0;
		max-width: 380px;
		}
	.team-list .item{
		width: 100%;
		padding-bottom: 100%;
		display: block;
		margin: 0 0 15px;
		}

	.transcript-labels{
		flex-direction: column;
		}
	.switch-roadmap-grid{
		margin: 8px 0 0 auto;
		}
	/*Roadmap redesign*/
	.slider-view .roadmap-item .roadmap-month{
		font-size: 16px;
		line-height: 20px;
		padding: 11px 4px;
		}
	}
@media screen and (max-width: 500px){
	/*Main*/
	/*Logos box*/
	.logos-box{
		margin: 0 -5px;
		}
	.logos-box .item{
		width: 49.5%;
		}
	}
@media screen and (max-width: 480px){
	
	h2, .h2{
		font-size: 32px;
		}
	.screen-text .thin, h1 .thin{
		margin-top: 0;
		}
	figure{
		margin: 31px -5.5% 27px;
		}
	figure img{
		max-width: 111%;
		}
	figcaption{
		margin-left: 5.5%;
		}
	/*Rare tbl*/
	.no-border-tbl .size-col{
		display: none;
		}
	.no-border-tbl .size-mob{
		display: block;
		}
	/*Header*/
	#header .switch-btn-box{
		position: relative;
		left: 0;
		top: 0;
		margin: 64px 0 0;
		display: flex;
		justify-content: center;
		width: 100%;
		}
	/* nav */
	.client #nav > ul{
		padding: 0 16px;
		}
	.client #nav > ul > li{
		font-size: 27px;
		}
	
	#top-screen .align-m{
		padding: 90px 15px 56px;
		}
	/*Page title box*/
	#page-title-box{
		margin: 0;
		}
	#page-title-box .wide-container{
		min-height: 175px;
		padding-top: 44px;
		padding-bottom: 44px;
		}
	.game-inner #page-title-box .wide-container{
		padding-top: 44px;
		}
	#page-title-box h1{
		font-size: 36px;
		}
	/*Search form box*/
	.search-form-box{
		font-size: 16px;
		}
	.search-form{
		margin: 0 auto 48px;
		}
	/*Selection box*/
	.selection-box{
		font-size: 16px;
		margin: 0 auto 48px;
		}
	.main .selection-box{
		padding-top: 0;
		}
	.selection-box .switch-btn-box{
		margin: 32px 0 0;
		}
	/*Licensed box*/
	.licensed-box{
		margin: 73px 0 10px;
		}
	/*Two col box*/
	.two-col-box .img-col.has-indent{
		padding: 0 0 40px;
		}
	/*Games description*/
	.game-description .chess-grid .rare-img.hockey-img, .game-description .chess-grid .rare-img.humpty-img, .game-description .chess-grid .rare-img.meerkats-img{
		left: 4%;
		}
	.game-description .chess-grid .rare-img.star-img{
		left: 2%;
		top: 15px;
		bottom: -15px;
		}
	.game-description .chess-grid .rare-img.dream-team-img{
		left: -5%;
		}
	/*Game id*/
	#game-id .col{
		display: block;
		width: 100%;
		padding: 0 !important;
		text-align: center;
		margin: 0 0 14px;
		}
	/*Game slider*/
	.game-slider .play-btn{
		width: 60px;
		height: 60px;
		margin: -30px 0 0 -30px;
		}
	/*Main view2*/
	main.view2{
		font-size: 16px;
		}
	.main.view2 .h5{
		margin: 26px 0 18px;
		}
	.main.view2 p, .main.view2 ul{
		margin: 18px 0;
		}
	.main.view2 ul li{
		padding-left: 24px;
		background-position: 0 11px;
		}
	.main.view2 table tr th, .main.view2 table tr td{
		padding: 10px 16px;
		}
	.game-stats{
		margin: 24px -16px 12px;
		}
	.game-stats .item{
		font-size: 18px;
		padding: 0 16px;
		margin: 0 0 24px;
		}
	.game-stats .result{
		font-size: 28px;
		margin: 0 0 4px !important;
		}
	.game-stats .icon{
		height: 100px;
		margin: 0;
		}
	.game-stats .icon svg{
		transform: scale(.75);
		}
	/*Accordion*/
	.accordion > .item{
		margin: 0 0 42px;
		}
	.accordion > .item:not(.no-separator){
		padding-bottom: 38px;
		}
	.accordion h3, .accordion .h3{
		font-size: 26px;
		}
	.accordion h3 span:after, .accordion .h3 span:after{
		margin: 1px 0 0 -36px;
		background: url("../i/accr-arrow.svg") no-repeat 50% 50%/11px 26px;
		}
	.accordion .text{
		font-size: 18px;
		line-height: 1.75em;
		padding-top: 0;
		}
	.accordion .item:not(.no-separator) .text:after{
		margin: 16px 0 0;
		}
	.accordion li, .main.view2 .accordion li{
		padding-left: 24px;
		background-position: 0 13px;
		}
	.three-col-list{
		display: block;
		}
	.three-col-list ul{
		width: 100% !important;
		}
	.main.view2 .h4{
		font-size: 21px;
		}
	.accordion .h4:first-child{
		padding-top: 16px;
		}
	.main.view2 .three-col-list + .h4{
		margin-top: 32px;
		}
	.download-box{
		padding: 48px 16px;
		}
	.main.view2 + .download-box{
		margin-top: -24px;
		}
	.download-box .btn{
		letter-spacing: 0;
		}
	/*Games search form*/
	.games-search-form .form-control{
		padding: 0 50px;
		}
	.games-search-form .search-btn{
		width: 48px;
		max-width: 48px;
		}
	.games-search-form .js-clear-inp{
		right: 10px;
		}
	.no-result-text{
		margin-left: 60px !important;
		}
	/*Roadmap redesign*/
	.roadmap-all{
		margin-bottom: 16px;
		}
	/*Popup*/
	#popup-box > .container{
		padding: 16px 16px 0;
		}
	#popup-box .popup{
		margin: 0 auto 16px;
		}
	#popup-box .popup.intro-popup{
		font-size: 16px;
		padding: 54px 16px 40px;
		}
	#popup-box .popup.policy-popup{
		font-size: 17px;
		}
	#popup-box .popup.policy-popup li{
		background-position: 0 14px;
		}
	#popup-box .policy-popup #top-screen{
		margin-top: -16px;
		}
	#popup-box .policy-popup h1{
		font-size: 44px;
		}
	.js-close-popup{
		right: 16px;
		top: 16px;
		}
	#popup-box .policy-popup .js-close-popup{
		top: -16px;
		width: 40px;
		height:40px;
		}
	#popup-box .policy-popup .js-close-popup svg{
		width: 18px;
		}
	/*Corp static styles*/
	.corp-static-styles main{
		font-size: 17px;
		}
	.corp-static-styles main li{
		background-position: 0 14px;
		}
	}
@media screen and (max-width: 450px){
	/*Rare tbl*/
	.scroll-tbl.large-indent, table.large-indent{
		margin-bottom: 50px;
		}
	.no-border-tbl{
		margin-left: -5%;
		margin-right: -5%;
		width: 110%;
		}
	.no-border-tbl:last-child{
		margin-bottom: 0;
		}
	.no-border-tbl th{
		font-size: 14px;
		}
	.no-border-tbl td{
		font-size: 16px;
		}
	.no-border-tbl td:nth-child(2), .no-border-tbl td:nth-child(3){
		font-size: 14px;
		}
	.no-border-tbl th:nth-child(2), .no-border-tbl td:nth-child(2){
		padding-left: 5px;
		padding-right: 5px;
		}
	.no-border-tbl .icon-col{
		padding-right: 0;
		padding-left: 10px;
		width: 60px;
		}
	.no-border-tbl .download-col{
		width: 57px;
		padding-right: 12px;
		}
	.no-border-tbl .timer{
		white-space: nowrap;
		}
	.no-border-tbl .time{
		font-size: 14px;
		}
	.no-border-tbl .time sup{
		font-size: 9px !important;
		}
	.timer{
		font-size: 13px;
		line-height: 1em;
		}
	.timer .countdown-period{
		font-size: 8px;
		}
	.timer.bg{
		padding-top: 5px;
		}
	table .new-game{
		font-size: 14px;
		}
	.btn.action-btn{
		min-width: 10px;
		width: 100%;
		}
	/*Advantages*/
	.advantages-box{
		margin: 80px 0 0;
		}
	/*Thinking box*/
	.shadow-box .thinking-box{
		margin: 16px 0 0;
		}
	/*Client*/
	.client .last-games-box .item .wrap{
		padding: 0 20px 10px;
		}
	.client .btn-box{
		padding: 0 20px;
		bottom: 30px;
		}
	.touch.client .last-games-box .item .bg{
		-webkit-box-shadow: inset 0 -150px 150px 0 rgba(0, 0, 0, .7);
		-moz-box-shadow: inset 0 -150px 150px 0 rgba(0, 0, 0, .7);
		box-shadow: inset 0 -150px 150px 0 rgba(0, 0, 0, .7);
		}
	/*Login form*/
	.login-form .account-box{
		text-align: center;
		}
	.login-form .account-box .text{
		float: none;
		display: block;
		margin: 0 0 20px;
		}
	.login-form .account-box .btn{
		float: none;
		}
	
	.tabs-list{
		flex-wrap: wrap;
		}
	.tabs-list li{
		margin-bottom: 20px !important;
		}
	/*Footer*/
	.footer-top-grid{
		justify-content: flex-start;
		margin: 0 -24px;
		}
	.ftr-logo{
		display: block;
		margin: 0 auto;
		width: 222px;
		}
	.footer-top-grid .col{
		margin: 0 0 32px;
		}
	.footer-top-grid .col.address-col{
		width: 100%;
		max-width: none;
		margin: 0 0 32px;
		}
	.footer-top-grid .col.links-col{
		max-width: none;
		flex:inherit;
		width:100%;
		}
	.footer-top-grid .col.contacts-col{
		width: 100%;
		}
	.footer-top-grid .col.social-col{
		margin: 8px 0 0;
		}
	.footer-top-grid .col.social-col .col-title{
		display: none;
		}
	.footer-top-grid .social-links{
		justify-content: center;
		margin-left: 0;
		}
	}
@media screen and (max-width: 420px){
	ul li, ol li{
		padding-left: 32px;
		}
	.btn, .btn.largest{
		padding-left: 16px;
		padding-right: 16px;
		}
	.intro-text{
		font-size: 1.1em;
		margin: 10px 0 16px;
		}
	.intro-text + .container{
		margin-top: 48px;
		}
	/*Nav*/
	.client #nav > ul > li{
		font-size: 24px;
		}
	.client #nav .has-child li{
		font-size: 20px;
		}
	/*Page title box*/
	#page-title-box{
		font-size: 17px;
		}
	/*Team list*/
	.team-list{
		max-width: none;
		}
	.team-list .item{
		margin: 0;
		}
	/*Games description*/
	.game-symbols .item{
		padding: 0 15px !important;
		}
	.game-symbols .item img{
		max-width: 66px;
		}
	/*Timer*/
	.timer{
		background-position: 0 1px;
		}
	#popup-box .popup.policy-popup{
		font-size: 16px;
		}
	#popup-box .popup.policy-popup h2, #popup-box .popup.policy-popup .h2{
		font-size: 34px;
		}
	#popup-box .popup.policy-popup li{
		background-position: 0 13px;
		}
	/*Corp static styles*/
	.corp-static-styles main{
		font-size: 16px;
		}
	.corp-static-styles main li{
		background-position: 0 13px;
		}
	/*Roadmap redesign*/
	.slider-view .roadmap-box .title{
		margin-bottom: 24px;
		}
	.slider-view .roadmap-slider .swiper-slide{
		width: 100%;
		}
	}
@media screen and (max-width: 411px){
	.tabs-list li{
		margin: 0 20px 0;
		}
	}
@media screen and (max-width: 410px){
	/*Main*/
	/*Logos box*/
	.logos-box .item{
		padding: 0 15px;
		}
	/*Contacts*/
	.want-to-work h2{
		padding: 0;
		}
	}
@media screen and (max-width: 400px){
	h2, .h2{
		font-size: 30px;
		}
	/*Client*/
	.client .last-games-box .item .wrap{
		padding: 0 20px 5px;
		}
	.client .btn-box{
		padding: 0 20px;
		bottom: 25px;
		-webkit-transition: opacity .2s ease-out;
		-moz-transition: opacity .2s ease-out;
		transition: opacity .2s ease-out;
		}
	.client .btn-box .btn{
		width: 100%;
		margin: 8px 0 0;
		}
	.no-touch.client .last-games-box .item:hover .content, .touch.client .last-games-box .item .content{
		padding: 0 0 100px;
		}
		
	}
/*Retina display*/
@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi){
	
	}
/*Reset for standart android browser*/
.standart-android #top-page, .standart-android .last-games-box .item .bg{
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	box-shadow: none !important;
	}
.standart-android .last-games-box .bg-box:before{
	opacity: .75;
	}
/*Select*/
/*Select*/
.select-box{
	position: relative;
	/*	z-index: 10;*/
	}
.select2-container{
	position: relative;
	display: block;
	margin: 0;
	}
.select + .select2-container, .select-combo + .select2-container{
	width: 100% !important;
	}
.select2-container .select2-selection--single{
	cursor: pointer;
	display: block;
	height: 38px;
	background: #fff;
	border: 1px solid #949395;
	border-radius: 0;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	}
.select2-container.select2-container--open{
	z-index: 10000;
	}
.select2-container.select2-container--open.select2-container--below .select2-selection--single{
	border-bottom-color: #e89c24;
	}
.select2-container .select2-selection--single .select2-selection__rendered{
	display: block;
	font-family: 'poppins';
	font-weight: 400;
	font-size: 16px;
	color: #1b1515;
	line-height: 36px;
	padding: 1px 48px 0 16px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.select2-container .select2-selection--single .select2-selection__clear{
	position: relative;
	}
.select2-container .select2-selection--multiple{
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	min-height: 39px;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	}
.select2-container .select2-selection--multiple .select2-selection__rendered{
	display: block;
	overflow: hidden;
	padding-left: 8px;
	text-overflow: ellipsis;
	white-space: nowrap;
	}
.select2-container .select2-search--inline{
	float: left;
	padding: 0;
	margin: 0;
	background: none;
	}
.select2-container .select2-search--inline .select2-search__field{
	border: none;
	font-size: 100%;
	margin: 0;
	padding: 0 13px;
	height: 39px;
	line-height: 39px;
	}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
	}
.select2-dropdown{
	display: block;
	position: absolute;
	z-index: 10000;
	width: 100%;
	margin: -1px 0 0;
	overflow: hidden;
	background: #fff;
	border: 1px solid #949395;
	}
.select2-dropdown--above.select2-dropdown{
	margin: 1px 0 0;
	}
.select2-results{
	display: block;
	}
.select2-results__options{
	list-style: none;
	margin: 0;
	padding: 0 16px;
	max-width: none;
	}
.select2-results__option{
	font-family: 'poppins';
	font-weight: 400;
	font-size: 15px;
	color: #1b1515;
	line-height: 1.2em;
	padding: 14px 0;
	margin: 0;
	background: #fff;
	border-bottom: 1px solid rgba(0, 0, 0, .2);
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-select: none;
	cursor: pointer;
	transition: background .2s ease, color .2s ease;
	}
.select2-results__option:last-child{
	border: none;
	}
.no-touch .select2-results__option:not([aria-selected=true]):hover{
	color: #ed0013;
	}
.select2-search--dropdown{
	display: block;
	
	padding: 0 16px;
	margin: 14px 0 0;
	background: #fff;

	}
.select2-search--dropdown .select2-search__field{
	font-family: 'poppins';
	font-weight: 400;
	font-size: 15px;
	color: #1b1515;
	line-height: 28px;
	height: 30px;
	width: 100%;
	margin: 0;
	padding: 0 16px;
	border: 1px solid #949395;
	}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button{
	-webkit-appearance: none;
	}
.select2-search--dropdown.select2-search--hide{
	display: none;
	}
.select2-close-mask{
	border: 0;
	margin: 0;
	padding: 0;
	display: block;
	position: fixed;
	left: 0;
	top: 0;
	min-height: 100%;
	min-width: 100%;
	height: auto;
	width: auto;
	opacity: 0;
	z-index: 99;
	background-color: #fff;
	filter: alpha(opacity=0);
	}
.select2-hidden-accessible{
	border: 0 !important;
	clip: rect(0 0 0 0) !important;
	height: 1px !important;
	margin: -1px !important;
	overflow: hidden !important;
	padding: 0 !important;
	position: absolute !important;
	width: 1px !important;
	}
.select2-container--default .select2-selection--single .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow{
	position: absolute;
	top: 0;
	right: 0;
	display: flex;
	align-items: center;
	justify-content:center;
	height: 100%;
	padding-top: 1px;
	width: 38px;
	}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
	width: 16px;
	height: 9px;
	background: url("../i/select-arrow.svg") no-repeat 0 0/16px auto;
	}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b{
	transform: scaleY(-1);
	}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear{
	float: left;
	}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow{
	left: 1px;
	right: auto;
	}
.select2-container--default.select2-container--disabled .select2-selection--single{
	color: #35A3A7;
	background: #f9fbfd;
	cursor: default;
	}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear{
	display: none;
	}
.select2-container--default .select2-selection--multiple{
	background: #fff;
	border: 1px solid #d4d4d4;
	cursor: text;
	}
.select2-container--focus.select2-container--default .select2-selection--multiple{
	border-color: #acacac;
	}
.select2-container--default .select2-selection--multiple .select2-selection__rendered{
	box-sizing: border-box;
	list-style: none;
	margin: 0;
	padding: 0 3px;
	width: 100%;
	min-height: 39px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder, .select2-selection__placeholder{
	position: relative;
	text-overflow: ellipsis;
	color: rgba(0, 0, 0, .3);
	margin: 0;
	float: left;
	width: 100%;
	white-space: nowrap;
	overflow: hidden;
	}
.select2-container--default .select2-selection--multiple .select2-selection__clear{
	cursor: pointer;
	float: right;
	font-weight: bold;
	margin-top: 5px;
	margin-right: 10px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice{
	position: relative;
	font-size: 14px;
	background: #e4e4e4;
	border: 1px solid #aaa;
	border-radius: 2px;
	cursor: default;
	float: left;
	margin: 4px;
	padding: 0 28px 0 10px;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove{
	color: #999;
	cursor: pointer;
	position: absolute;
	font-size: 22px;
	top: 50%;
	width: 20px;
	height: 20px;
	line-height: 22px;
	right: 4px;
	font-weight: bold;
	margin: -10px 0 0;
	text-align: center;
	}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover{
	color: #333;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline{
	float: right;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice{
	margin-left: 5px;
	margin-right: auto;
	}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove{
	margin-left: 2px;
	margin-right: auto;
	}
.select2-container--default.select2-container--focus .select2-selection--multiple{
	outline: 0;
	}
.select2-container--default.select2-container--disabled .select2-selection--multiple{
	background-color: #eee;
	cursor: default;
	}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove{
	display: none;
	}
.select2-container--default .select2-search--inline .select2-search__field{
	background: transparent;
	border: none;
	outline: 0;
	box-shadow: none;
	-webkit-appearance: textfield;
	}
.select2-container--default .select2-results > .select2-results__options{
	max-height: 240px;
	overflow-y: auto;
	}
.select2-container--default .select2-results__option[role=group]{
	padding: 0;
	}
.select2-container--default .select2-results__option[aria-disabled=true]{
	color: #999;
	}
.select2-container--default .select2-results__option[aria-selected=true]{
	color: rgba(0, 0, 0, .5);
	cursor: default;
	}
.select2-container--default .select2-results__option .select2-results__option{
	padding-left: 1em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group{
	padding-left: 0;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -1em;
	padding-left: 2em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -2em;
	padding-left: 3em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -3em;
	padding-left: 4em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -4em;
	padding-left: 5em;
	}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option{
	margin-left: -5em;
	padding-left: 6em;
	}
.select2-container--default .select2-results__group{
	cursor: default;
	display: block;
	padding: 6px;
	}

/*Tooltipster*/
.tooltipster-base{
	display: flex;
	pointer-events: none;
	position: absolute;
	box-sizing: border-box;
	}
.tooltipster-box{
	flex: 1 1 auto;
	}
.tooltipster-content{
	box-sizing: border-box;
	max-height: 100%;
	max-width: 100%;
	overflow: auto;
	}
.tooltipster-ruler{
	bottom: 0;
	left: 0;
	overflow: hidden;
	position: fixed;
	right: 0;
	top: 0;
	visibility: hidden;
	}
.tooltipster-fade{
	opacity: 0;
	transition-property: opacity;
	}
.tooltipster-fade.tooltipster-show{
	opacity: 1;
	}
.tooltip-box{
	position: relative;
	}
.tooltipster-box{
	padding: 10px 20px;
	max-width: 197px;
	background: #1e1e1e;
	}
.tooltipster-box .tooltipster-content{
	font-family: 'poppins';
	font-weight: 400;
	font-size: 14px;
	line-height: 1.5em;
	text-align: center;
	color: #fff;
	}
.tooltipster-box .tooltipster-content p{
	margin: 0 0 5px;
	}
.tooltipster-box .tooltipster-content p:last-child{
	margin: 0;
	}
.tooltipster-arrow{
	position: absolute;
	z-index: 10000;
	top: auto;
	bottom: -2px;
	width: 16px;
	height: 16px;
	margin: 0 0 0 -8px;
	background: #1e1e1e;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	}
.tooltipster-bottom .tooltipster-arrow{
	top: -2px;
	}
.hidden-tooltip{
	position: absolute;
	z-index: -10000;
	right: 0;
	bottom: 0;
	opacity: 0;
	height: 0;
	width: 0;
	overflow: hidden;
	}
/*Slick slider*/
.slick-slider{
	position: relative;
	display: block;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent;
	}
.slick-list{
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0;
	}
.slick-list:focus{
	outline: none;
	}
.slick-list.dragging{
	cursor: pointer;
	cursor: hand;
	}
.slick-slider .slick-track, .slick-slider .slick-list{
	-webkit-transform: translate3d(0, 0, 0);
	-moz-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	-o-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.slick-track{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	}
.slick-track:before, .slick-track:after{
	display: table;
	content: '';
	}
.slick-track:after{
	clear: both;
	}
.slick-loading .slick-track{
	visibility: hidden;
	}
.slick-slide{
	display: none;
	float: left;
	height: 100%;
	min-height: 1px;
	}
[dir='rtl'] .slick-slide{
	float: right;
	}
.slick-slide img{
	display: block;
	}
.slick-slide.slick-loading img{
	display: none;
	}
.slick-slide.dragging img{
	pointer-events: none;
	}
.slick-initialized .slick-slide{
	display: block;
	}
.slick-loading .slick-slide{
	visibility: hidden;
	}
.slick-vertical .slick-slide{
	display: block;
	height: auto;
	border: 1px solid transparent;
	}
.slick-prev, .slick-next{
	width: 12px;
	height: 27px;
	padding: 0;
	min-width: 0;
	text-indent: -10000px;
	position: absolute;
	z-index: 10;
	top: 50%;
	left: -24px;
	margin: -13px 0 0 0;
	background: url("../i/game-slider-arrows.png") no-repeat 0 0;
	outline: none !important;
	}
.slick-prev::-moz-focus-inner, .slick-next::-moz-focus-inner{
	border: none;
	}
.slick-next{
	left: auto;
	right: -24px;
	background-position: 100% 0;
	}
.no-touch .slick-prev:hover, .no-touch .slick-next:hover{
	opacity: .7;
	}
.slick-dots{
	position: absolute;
	z-index: 50;
	left: 0;
	width: 100%;
	bottom: -31px;
	margin: 0;
	padding: 0 15px;
	text-align: center;
	font-size: 0;
	line-height: 0;
	}
.slick-dots li{
	display: inline-block;
	vertical-align: middle;
	margin: 0 7px 0 6px;
	padding: 2px 0 0;
	width: 16px;
	height: 16px;
	border: 1px solid rgba(255, 255, 255, .3);
	background: none;
	-webkit-border-radius: 14px;
	-moz-border-radius: 14px;
	border-radius: 14px;
	}
.slick-dots .slick-active{
	cursor: default !important;
	border: none;
	padding: 1px 0 0;
	}
.no-touch .slick-dots li:hover{
	cursor: pointer;
	}
.slick-dots button{
	width: 10px;
	height: 10px;
	padding: 0;
	background: #fff;
	-webkit-border-radius: 12px;
	-moz-border-radius: 12px;
	border-radius: 12px;
	text-indent: -10000px;
	margin: 0 auto;
	cursor: pointer;
	}
.slick-dots .slick-active button{
	background: none;
	width: 14px;
	height: 14px;
	border: 2px solid rgba(255, 255, 255, .8);
	cursor: default;
	}
.slick-dots button::-moz-focus-inner, .slick-dots button::-moz-focus-inner{
	border: none;
	}
/*Custom elements*/
/* jQuery UI */
.ui-slider .ui-slider-handle{
	position: absolute;
	}
/*Custom scroll*/
.mCustomScrollbar{
	-ms-touch-action: pinch-zoom;
	touch-action: pinch-zoom; /* direct pointer events to js */
	}
.mCustomScrollbar.mCS_no_scrollbar, .mCustomScrollbar.mCS_touch_action{
	-ms-touch-action: auto;
	touch-action: auto;
	}
.mCustomScrollBox{
	position: relative;
	overflow: hidden;
	height: 100%;
	max-width: 100%;
	outline: none;
	direction: ltr;
	}
.mCSB_container{
	overflow: hidden;
	width: auto;
	height: auto;
	}
.mCSB_inside > .mCSB_container{
	}
.mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
	margin-right: 0;
	}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container{
	margin-right: 0;
	margin-left: 30px;
	}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container.mCS_no_scrollbar_y.mCS_y_hidden{
	margin-left: 0;
	}
.mCSB_scrollTools{
	position: absolute;
	width: 6px;
	height: auto;
	left: auto;
	top: 0;
	right: 0;
	bottom: 0;
	}
.mCSB_outside + .mCSB_scrollTools{
	right: -26px;
	}
/* scrollbar position: outside */

.mCS-dir-rtl > .mCSB_inside > .mCSB_scrollTools,
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
	/* RTL direction/left-side scrollbar */
	right: auto;
	left: 0;
	}
.mCS-dir-rtl > .mCSB_outside + .mCSB_scrollTools{
	left: -26px;
	}
/* RTL direction/left-side scrollbar (scrollbar position: outside) */

.mCSB_scrollTools .mCSB_draggerContainer{
	/* contains the draggable element and dragger rail markup */
	position: absolute;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	height: auto;
	}
.mCSB_scrollTools a + .mCSB_draggerContainer{
	margin: 20px 0;
	}
.mCSB_scrollTools .mCSB_draggerRail{
	width: 6px;
	height: 100%;
	margin: 0 auto;
	}
.mCSB_scrollTools .mCSB_dragger{
	/* the draggable element */
	cursor: pointer;
	width: 100%;
	height: 119px; /* minimum dragger height */
	z-index: 1;
	}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	/* the dragger element */
	position: relative;
	width: 6px;
	height: 100%;
	margin: 0 auto;
	text-align: center;
	}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded .mCSB_dragger_bar,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_dragger .mCSB_dragger_bar{
	width: 12px; /* auto-expanded scrollbar */
	}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger.mCSB_dragger_onDrag_expanded + .mCSB_draggerRail,
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerContainer:hover .mCSB_draggerRail{
	width: 8px; /* auto-expanded scrollbar */
	}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown{
	display: block;
	position: absolute;
	height: 20px;
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
	cursor: pointer;
	}
.mCSB_scrollTools .mCSB_buttonDown{
	bottom: 0;
	}
.mCSB_container_wrapper{
	position: absolute;
	height: auto;
	width: auto;
	overflow: hidden;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin-right: 30px;
	margin-bottom: 30px;
	}
.mCSB_container_wrapper > .mCSB_container{
	padding-right: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
/* non-visible vertical scrollbar/RTL direction/left-side scrollbar */
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal,
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	right: 0;
	}
/* RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	left: 20px;
	}
/* non-visible scrollbar/RTL direction/left-side scrollbar */
.mCS-dir-rtl > .mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden + .mCSB_scrollTools ~ .mCSB_scrollTools.mCSB_scrollTools_horizontal{
	left: 0;
	}
.mCS-dir-rtl > .mCSB_inside > .mCSB_container_wrapper{
	/* RTL direction/left-side scrollbar */
	margin-right: 0;
	margin-left: 30px;
	}
.mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden > .mCSB_container{
	padding-right: 0;
	}
.mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden > .mCSB_container{
	padding-bottom: 0;
	}
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_y.mCS_y_hidden{
	margin-right: 0; /* non-visible scrollbar */
	margin-left: 0;
	}
/* non-visible horizontal scrollbar */
.mCustomScrollBox.mCSB_vertical_horizontal.mCSB_inside > .mCSB_container_wrapper.mCS_no_scrollbar_x.mCS_x_hidden{
	margin-bottom: 0;
	}
.mCSB_scrollTools,
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	-webkit-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar, /* auto-expanded scrollbar */
.mCSB_scrollTools_vertical.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_dragger_bar,
.mCSB_scrollTools_horizontal.mCSB_scrollTools_onDrag_expand .mCSB_draggerRail{
	-webkit-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-moz-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	-o-transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	transition: width .2s ease-out .2s, height .2s ease-out .2s, margin-left .2s ease-out .2s, margin-right .2s ease-out .2s, margin-top .2s ease-out .2s, margin-bottom .2s ease-out .2s, opacity .2s ease-in-out, background-color .2s ease-in-out;
	}
.mCSB_scrollTools{
	
	}
.mCS-autoHide > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide > .mCustomScrollBox ~ .mCSB_scrollTools{
	
	}
.mCustomScrollbar > .mCustomScrollBox > .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollbar > .mCustomScrollBox ~ .mCSB_scrollTools.mCSB_scrollTools_onDrag,
.mCustomScrollBox:hover > .mCSB_scrollTools,
.mCustomScrollBox:hover ~ .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox > .mCSB_scrollTools,
.mCS-autoHide:hover > .mCustomScrollBox ~ .mCSB_scrollTools{
	opacity: 1;
	filter: "alpha(opacity=100)";
	-ms-filter: "alpha(opacity=100)";
	}
.mCSB_scrollTools .mCSB_draggerRail{
	background: #e5e5e5;
	}
.mCSB_scrollTools .mCSB_dragger .mCSB_dragger_bar{
	background: #dd0920;
	cursor: pointer;
	}
.mCSB_scrollTools .mCSB_dragger:hover .mCSB_dragger_bar{
	opacity: .7;
	}
.mCSB_scrollTools .mCSB_dragger:active .mCSB_dragger_bar,
.mCSB_scrollTools .mCSB_dragger.mCSB_dragger_onDrag .mCSB_dragger_bar{
	
	}
.mCSB_scrollTools .mCSB_buttonUp,
.mCSB_scrollTools .mCSB_buttonDown,
.mCSB_scrollTools .mCSB_buttonLeft,
.mCSB_scrollTools .mCSB_buttonRight{
	background-repeat: no-repeat;
	opacity: 0.4;
	filter: "alpha(opacity=40)";
	-ms-filter: "alpha(opacity=40)";
	}
.mCSB_scrollTools .mCSB_buttonUp{
	background-position: 0 0;
	}
.mCSB_scrollTools .mCSB_buttonDown{
	background-position: 0 -20px;
	}
.mCSB_scrollTools .mCSB_buttonLeft{
	background-position: 0 -40px;
	}
.mCSB_scrollTools .mCSB_buttonRight{
	background-position: 0 -56px;
	}
.mCSB_scrollTools .mCSB_buttonUp:hover,
.mCSB_scrollTools .mCSB_buttonDown:hover,
.mCSB_scrollTools .mCSB_buttonLeft:hover,
.mCSB_scrollTools .mCSB_buttonRight:hover{
	opacity: 0.75;
	filter: "alpha(opacity=75)";
	-ms-filter: "alpha(opacity=75)";
	}
.mCSB_scrollTools .mCSB_buttonUp:active,
.mCSB_scrollTools .mCSB_buttonDown:active,
.mCSB_scrollTools .mCSB_buttonLeft:active,
.mCSB_scrollTools .mCSB_buttonRight:active{
	opacity: 0.9;
	filter: "alpha(opacity=90)";
	-ms-filter: "alpha(opacity=90)";
	}
@media screen and (max-width: 740px){
	.game-slider-box{
		padding: 0 15px;
		}
	.roadmap-img-box{
		padding: 30px 15px;
		}
	.download-box{
		margin-bottom: 30px;
		}
	.game-slider .slick-arrow{
		display: none !important;
		}
	.slick-dots{
		bottom: -44px;
		}
	.slick-dots li{
		width: 24px;
		height: 24px;
		}
	.slick-dots button{
		width: 18px;
		height: 18px;
		}
	.slick-dots .slick-active button{
		width: 22px;
		height: 22px;
		}
	}
/*Foreign plugins styles*/
/*Swiper*/
.swiper-container{
	margin-left: auto;
	margin-right: auto;
	position: relative;
	overflow: hidden;
	list-style: none;
	padding: 0;
	z-index: 1;
	}
.swiper-wrapper{
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 1;
	display: flex;
	transition-property: transform;
	box-sizing: content-box;
	}
.swiper-slide{
	flex-shrink: 0;
	width: 100%;
	height: 100%;
	position: relative;
	transition-property: transform;
	}
.grab-cursor-activate .swiper-slide{
	user-select: none;
	}
.swiper-container-multirow-column > .swiper-wrapper{
	flex-wrap: wrap;
	flex-direction: column;
	}
.swiper-container-multirow > .swiper-wrapper{
	flex-wrap: wrap;
	}
/* Auto Height */
.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide{
	height: auto;
	}
.swiper-container-autoheight .swiper-wrapper{
	align-items: flex-start;
	transition-property: transform, height;
	}
.swiper-container .swiper-notification{
	position: absolute;
	left: 0;
	top: 0;
	pointer-events: none;
	opacity: 0;
	z-index: -1000;
	}
.swiper-container-fade.swiper-container-free-mode .swiper-slide{
	transition-timing-function: ease-out;
	}
.swiper-container-fade .swiper-slide{
	pointer-events: none;
	transition-property: opacity;
	}
.swiper-container-fade .swiper-slide .swiper-slide{
	pointer-events: none;
	}
.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active{
	pointer-events: auto;
	}
.swiper-pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 32px 0 0;
	}
.swiper-pagination .swiper-pagination-bullet{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	line-height: 0;
	width: 17px;
	height: 17px;
	margin: 0 6px;
	border: 1px solid rgba(255, 255, 255, .5);
	border-radius: 110%;
	cursor: pointer;
	}
.swiper-pagination .swiper-pagination-bullet-active{
	border: 2px solid rgba(255, 255, 255, 1);
	cursor: default;
	}
.swiper-pagination .swiper-pagination-bullet:before{
	content: '';
	display: block;
	width: 11px;
	height: 11px;
	border-radius: 110%;
	background: #fff;
	transition: opacity .1s ease;
	}
.swiper-pagination .swiper-pagination-bullet-active:before{
	opacity: 0;
	}
/* Light gallery */
@font-face{
	font-family: 'lg';
	src: url('../fonts/lg.eot');
	src: url('../fonts/lg.eot?#iefix') format('embedded-opentype'),
	url('../fonts/lg.woff') format('woff'),
	url('../fonts/lg.ttf') format('truetype');
	font-weight: 700;
	font-style: normal;
	}
.lg-icon{
	font-family: 'lg';
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	}
.lg-actions .lg-next, .lg-actions .lg-prev{
	background: #19171c;
	border-radius: 2px;
	color: #fff;
	cursor: pointer;
	display: block;
	font-size: 22px;
	margin-top: -10px;
	padding: 8px 10px 9px;
	position: absolute;
	top: 50%;
	z-index: 1080;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-actions .lg-next.disabled, .lg-actions .lg-prev.disabled{
	pointer-events: none;
	opacity: .5;
	}
.lg-actions .lg-next{
	right: 20px;
	}
.lg-actions .lg-next:before{
	content: "\e095";
	transition: all .2s ease;
	}
.lg-actions .lg-prev{
	left: 20px;
	}
.lg-actions .lg-prev:after{
	content: "\e094";
	transition: all .2s ease;
	}
.lg-actions .lg-next:hover:before, .lg-actions .lg-prev:hover:after{
	opacity: .5;
	}
@-webkit-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-moz-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-ms-keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@keyframes lg-right-end{
	0%{
		left: 0;
		}
	50%{
		left: -30px;
		}
	100%{
		left: 0;
		}
	}
@-webkit-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@-moz-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@-ms-keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
@keyframes lg-left-end{
	0%{
		left: 0;
		}
	50%{
		left: 30px;
		}
	100%{
		left: 0;
		}
	}
.lg-outer.lg-right-end .lg-object{
	-webkit-animation: lg-right-end .3s;
	-o-animation: lg-right-end .3s;
	animation: lg-right-end .3s;
	position: relative;
	}
.lg-outer.lg-left-end .lg-object{
	-webkit-animation: lg-left-end .3s;
	-o-animation: lg-left-end .3s;
	animation: lg-left-end .3s;
	position: relative;
	}
.lg-toolbar{
	z-index: 1080;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	background: #19171c;
	min-width: 320px;
	}
.lg-toolbar .lg-icon{
	color: #fff;
	cursor: pointer;
	float: right;
	font-size: 24px;
	height: 47px;
	line-height: 27px;
	padding: 10px 0;
	text-align: center;
	width: 50px;
	text-decoration: none !important;
	outline: medium none;
	border: none;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-toolbar .lg-icon:hover{
	color: #fff !important;
	opacity: .5;
	}
.lg-toolbar .lg-close:after{
	content: "\e070";
	}
.lg-toolbar .lg-download:after{
	content: "\e0f2";
	background: none;
	}
.lg-sub-html{
	background-color: rgba(0, 0, 0, .45);
	bottom: 0;
	color: #eee;
	font-size: 16px;
	left: 0;
	padding: 10px 40px;
	position: fixed;
	right: 0;
	text-align: center;
	z-index: 1080;
	}
.lg-sub-html h4{
	margin: 0;
	font-size: 13px;
	font-weight: bold;
	}
.lg-sub-html p{
	font-size: 12px;
	margin: 5px 0 0;
	}
#lg-counter{
	color: #fff;
	display: inline-block;
	font-size: 17px;
	padding: 12px 0 0 15px;
	vertical-align: middle;
	}
.lg-toolbar, .lg-prev, .lg-next{
	opacity: 1;
	-webkit-transition: -webkit-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.35s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.35s cubic-bezier(0, 0, 0.25, 1) 0s;
	}
.lg-hide-items .lg-prev{
	opacity: 0;
	-webkit-transform: translate3d(-10px, 0, 0);
	transform: translate3d(-10px, 0, 0);
	}
.lg-hide-items .lg-next{
	opacity: 0;
	-webkit-transform: translate3d(10px, 0, 0);
	transform: translate3d(10px, 0, 0);
	}
.lg-hide-items .lg-toolbar{
	opacity: 0;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-object{
	-webkit-transform: scale3d(0.5, 0.5, 0.5);
	transform: scale3d(0.5, 0.5, 0.5);
	opacity: 0;
	-webkit-transition: -webkit-transform 250ms ease 0s, opacity 250ms !important;
	-moz-transition: -moz-transform 250ms ease 0s, opacity 250ms !important;
	-o-transition: -o-transform 250ms ease 0s, opacity 250ms !important;
	transition: transform 250ms ease 0s, opacity 250ms !important;
	-webkit-transform-origin: 50% 50%;
	-moz-transform-origin: 50% 50%;
	-ms-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	}
body:not(.lg-from-hash) .lg-outer.lg-start-zoom .lg-item.lg-complete .lg-object{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	opacity: 1;
	}
.lg-outer .lg-thumb-outer{
	background: #19171c;
	bottom: 0;
	position: absolute;
	width: 100%;
	z-index: 1080;
	max-height: 350px;
	padding: 0 10px;
	-webkit-transform: translate3d(0, 100%, 0);
	transform: translate3d(0, 100%, 0);
	-webkit-transition: -webkit-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-moz-transition: -moz-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	-o-transition: -o-transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	transition: transform 0.25s cubic-bezier(0, 0, 0.25, 1) 0s;
	}
.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item{
	/*cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;*/
	}
.lg-outer .lg-thumb-outer.lg-grabbing .lg-thumb-item{
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
	}
.lg-outer .lg-thumb-outer.lg-dragging .lg-thumb{
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	}
.lg-outer.lg-thumb-open .lg-thumb-outer{
	-webkit-transform: translate3d(0, 0%, 0);
	transform: translate3d(0, 0%, 0);
	}
.lg-outer .lg-thumb{
	padding: 10px 0;
	height: 100%;
	margin-bottom: -5px;
	}
.lg-outer .lg-thumb-item{
	cursor: pointer;
	float: left;
	overflow: hidden;
	height: 100%;
	border: 2px solid #fff;
	border-radius: 4px;
	margin-bottom: 5px;
	position: relative;
	}
.lg-outer .lg-thumb-item.active{
	border-color: rgba(255, 255, 255, .3);
	}
.lg-outer .lg-thumb-item img{
	min-width: 96px;
	min-height: 76px;
	max-width: 120%;
	opacity: 1;
	}
.lg-outer.lg-has-thumb .lg-item{
	padding-bottom: 120px;
	}
.lg-outer.lg-can-toggle .lg-item{
	padding-bottom: 0;
	}
.lg-outer.lg-pull-caption-up .lg-sub-html{
	-webkit-transition: bottom 0.25s ease;
	-o-transition: bottom 0.25s ease;
	transition: bottom 0.25s ease;
	}
.lg-outer.lg-pull-caption-up.lg-thumb-open .lg-sub-html{
	bottom: 100px;
	}
.lg-outer .lg-toogle-thumb{
	background: #19171c;
	border-radius: 2px 2px 0 0;
	color: #fff;
	cursor: pointer;
	font-size: 24px;
	height: 39px;
	line-height: 27px;
	padding: 5px 0;
	position: absolute;
	right: 20px;
	text-align: center;
	top: -39px;
	width: 50px;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	transition: all .2s ease;
	}
.lg-outer .lg-toogle-thumb:after{
	content: "\e1ff";
	transition: all .2s ease;
	}
.lg-outer .lg-toogle-thumb:hover:after{
	opacity: .5;
	}
.lg-outer .lg-video-cont{
	display: inline-block;
	vertical-align: middle;
	max-width: 1140px;
	max-height: 100%;
	width: 100%;
	padding: 0 5px;
	}
.lg-outer .lg-video{
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
	overflow: hidden;
	position: relative;
	}
.lg-outer .lg-video .lg-object{
	display: inline-block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100% !important;
	height: 100% !important;
	}
.lg-outer .lg-video .lg-video-play{
	position: absolute;
	z-index: 10;
	top: 50%;
	left: 50%;
	width: 90px;
	height: 90px;
	margin: -45px 0 0 -45px;
	/*background: url("../i/play-icon.svg") no-repeat 0 0;*/
	cursor: pointer;
	}
.lg-outer .lg-video-object{
	width: 100% !important;
	height: 100% !important;
	position: absolute;
	top: 0;
	left: 0;
	}
.lg-outer .lg-has-video .lg-video-object{
	visibility: hidden;
	}
.lg-outer .lg-has-video.lg-video-palying .lg-object, .lg-outer .lg-has-video.lg-video-palying .lg-video-play{
	display: none;
	}
.lg-outer .lg-has-video.lg-video-palying .lg-video-object{
	visibility: visible;
	}
.lg-progress-bar{
	background-color: #333;
	height: 5px;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 1080;
	opacity: 0;
	-webkit-transition: opacity 0.08s ease 0s;
	-moz-transition: opacity 0.08s ease 0s;
	-o-transition: opacity 0.08s ease 0s;
	transition: opacity 0.08s ease 0s;
	}
.lg-progress-bar .lg-progress{
	background-color: #fff;
	height: 5px;
	width: 0;
	}
.lg-progress-bar.lg-start .lg-progress{
	width: 100%;
	}
.lg-show-autoplay .lg-progress-bar{
	opacity: 1;
	}
.lg-autoplay-button:after{
	content: "\e01d";
	}
.lg-show-autoplay .lg-autoplay-button:after{
	content: "\e01a";
	}
.lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-img-wrap, .lg-outer.lg-css3.lg-zoom-dragging .lg-item.lg-complete.lg-zoomable .lg-image{
	-webkit-transition-duration: 0s;
	transition-duration: 0s;
	}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-img-wrap{
	-webkit-transition: -webkit-transform 0.3s ease 0s;
	-moz-transition: -moz-transform 0.3s ease 0s;
	-o-transition: -o-transform 0.3s ease 0s;
	transition: transform 0.3s ease 0s;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.lg-outer .lg-item.lg-complete.lg-zoomable .lg-image{
	-webkit-transform: scale3d(1, 1, 1);
	transform: scale3d(1, 1, 1);
	-webkit-transition: -webkit-transform 0.3s ease 0s, opacity 0.15s !important;
	-moz-transition: -moz-transform 0.3s ease 0s, opacity 0.15s !important;
	-o-transition: -o-transform 0.3s ease 0s, opacity 0.15s !important;
	transition: transform 0.3s ease 0s, opacity 0.15s !important;
	-webkit-transform-origin: 0 0;
	-moz-transform-origin: 0 0;
	-ms-transform-origin: 0 0;
	transform-origin: 0 0;
	}
#lg-zoom-in:after{
	content: "\e311";
	}
#lg-zoom-out{
	opacity: 0.5;
	pointer-events: none;
	}
#lg-zoom-out:after{
	content: "\e312";
	}
.lg-zoomed #lg-zoom-out{
	opacity: 1;
	pointer-events: auto;
	}
.lg-outer .lg-pager-outer{
	bottom: 60px;
	left: 0;
	position: absolute;
	right: 0;
	text-align: center;
	z-index: 1080;
	height: 10px;
	}
.lg-outer .lg-pager-outer.lg-pager-hover .lg-pager-cont{
	overflow: visible;
	}
.lg-outer .lg-pager-cont{
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	position: relative;
	vertical-align: top;
	margin: 0 5px;
	}
.lg-outer .lg-pager-cont:hover .lg-pager-thumb-cont{
	opacity: 1;
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	}
.lg-outer .lg-pager-cont.lg-pager-active .lg-pager{
	box-shadow: 0 0 0 2px white inset;
	}
.lg-outer .lg-pager-thumb-cont{
	background-color: #fff;
	color: #fff;
	bottom: 100%;
	height: 83px;
	left: 0;
	margin-bottom: 20px;
	margin-left: -60px;
	opacity: 0;
	padding: 5px;
	position: absolute;
	width: 120px;
	border-radius: 3px;
	-webkit-transition: opacity 0.15s ease 0s, -webkit-transform 0.15s ease 0s;
	-moz-transition: opacity 0.15s ease 0s, -moz-transform 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s, -o-transform 0.15s ease 0s;
	transition: opacity 0.15s ease 0s, transform 0.15s ease 0s;
	-webkit-transform: translate3d(0, 5px, 0);
	transform: translate3d(0, 5px, 0);
	}
.lg-outer .lg-pager-thumb-cont img{
	width: 100%;
	height: 100%;
	}
.lg-outer .lg-pager{
	background-color: rgba(255, 255, 255, 0.5);
	border-radius: 50%;
	box-shadow: 0 0 0 8px rgba(255, 255, 255, .7) inset;
	display: block;
	height: 12px;
	-webkit-transition: box-shadow 0.3s ease 0s;
	-o-transition: box-shadow 0.3s ease 0s;
	transition: box-shadow 0.3s ease 0s;
	width: 12px;
	}
.lg-outer .lg-pager:hover, .lg-outer .lg-pager:focus{
	box-shadow: 0 0 0 8px white inset;
	}
.lg-outer .lg-caret{
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px dashed;
	bottom: -10px;
	display: inline-block;
	height: 0;
	left: 50%;
	margin-left: -5px;
	position: absolute;
	vertical-align: middle;
	width: 0;
	}
.lg-fullscreen:after{
	content: "\e20c";
	}
.lg-fullscreen-on .lg-fullscreen:after{
	content: "\e20d";
	}
.group{
	*zoom: 1;
	}
.group:before, .group:after{
	display: table;
	content: "";
	line-height: 0;
	}
.group:after{
	clear: both;
	}
.lg-outer{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1050;
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-outer *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	}
.lg-outer.lg-visible{
	opacity: 1;
	}
.lg-outer img{
	margin: 0;
	}
.lg-outer.lg-css3 .lg-item.lg-prev-slide, .lg-outer.lg-css3 .lg-item.lg-next-slide, .lg-outer.lg-css3 .lg-item.lg-current{
	-webkit-transition-duration: inherit !important;
	transition-duration: inherit !important;
	-webkit-transition-timing-function: inherit !important;
	transition-timing-function: inherit !important;
	}
.lg-outer.lg-css3.lg-dragging .lg-item.lg-prev-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-next-slide, .lg-outer.lg-css3.lg-dragging .lg-item.lg-current{
	-webkit-transition-duration: 0s !important;
	transition-duration: 0s !important;
	opacity: 1;
	}
.lg-outer.lg-grab img.lg-object{
	cursor: -webkit-grab;
	cursor: -moz-grab;
	cursor: -o-grab;
	cursor: -ms-grab;
	cursor: grab;
	}
.lg-outer.lg-grabbing img.lg-object{
	cursor: move;
	cursor: -webkit-grabbing;
	cursor: -moz-grabbing;
	cursor: -o-grabbing;
	cursor: -ms-grabbing;
	cursor: grabbing;
	}
.lg-outer .lg{
	height: 100%;
	width: 100%;
	position: relative;
	overflow: hidden;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	max-height: 100%;
	}
.lg-outer .lg-inner{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	white-space: nowrap;
	}
.lg-outer .lg-item{
	background: url("../i/loader.svg") no-repeat 50% 50%;
	display: none !important;
	}
.lg-outer.lg-css3 .lg-prev-slide, .lg-outer.lg-css3 .lg-current, .lg-outer.lg-css3 .lg-next-slide{
	display: inline-block !important;
	}
.lg-outer.lg-css .lg-current{
	display: inline-block !important;
	}
.lg-outer .lg-item, .lg-outer .lg-img-wrap{
	display: inline-block;
	text-align: center;
	position: absolute;
	width: 100%;
	height: 100%;
	}
.lg-outer .lg-item:before, .lg-outer .lg-img-wrap:before{
	content: "";
	display: inline-block;
	height: 50%;
	width: 1px;
	margin-right: -1px;
	}
.lg-outer .lg-img-wrap{
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	padding: 55px 5px 8px;
	}
.lg-outer.lg-thumb-open .lg-img-wrap{
	padding-bottom: 108px;
	}
.lg-outer .lg-item.lg-complete{
	background-image: none;
	}
.lg-outer .lg-item.lg-current{
	z-index: 1060;
	}
.lg-outer .lg-image{
	display: inline-block;
	vertical-align: middle;
	max-width: 100%;
	max-height: 100%;
	width: auto !important;
	height: auto !important;
	}
.lg-outer.lg-show-after-load .lg-item .lg-object, .lg-outer.lg-show-after-load .lg-item .lg-video-play{
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-outer.lg-show-after-load .lg-item.lg-complete .lg-object, .lg-outer.lg-show-after-load .lg-item.lg-complete .lg-video-play{
	opacity: 1;
	}
.lg-outer .lg-empty-html{
	display: none;
	}
.lg-backdrop{
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 1040;
	background: rgba(0, 0, 0, .7);
	opacity: 0;
	-webkit-transition: opacity 0.15s ease 0s;
	-o-transition: opacity 0.15s ease 0s;
	transition: opacity 0.15s ease 0s;
	}
.lg-backdrop.in{
	opacity: 1;
	}
.lg-css3.lg-no-trans .lg-prev-slide, .lg-css3.lg-no-trans .lg-next-slide, .lg-css3.lg-no-trans .lg-current{
	-webkit-transition: none 0s ease 0s !important;
	-moz-transition: none 0s ease 0s !important;
	-o-transition: none 0s ease 0s !important;
	transition: none 0s ease 0s !important;
	}
.lg-css3.lg-use-css3 .lg-item{
	will-change: transform, opacity;
	}
.lg-css3.lg-use-left .lg-item{
	will-change: left, opacity;
	}
.lg-css3.lg-fade .lg-item{
	opacity: 0;
	}
.lg-css3.lg-fade .lg-item.lg-current{
	opacity: 1;
	}
.lg-css3.lg-fade .lg-item.lg-prev-slide, .lg-css3.lg-fade .lg-item.lg-next-slide, .lg-css3.lg-fade .lg-item.lg-current{
	-webkit-transition: opacity 0.1s ease 0s;
	-moz-transition: opacity 0.1s ease 0s;
	-o-transition: opacity 0.1s ease 0s;
	transition: opacity 0.1s ease 0s;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item{
	opacity: 0;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide{
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide{
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
	}
.lg-css3.lg-slide.lg-use-css3 .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-css3 .lg-item.lg-current{
	-webkit-transition: -webkit-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: -moz-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: -o-transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: transform 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	}
.lg-css3.lg-slide.lg-use-left .lg-item{
	opacity: 0;
	position: absolute;
	left: 0;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide{
	left: -100%;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide{
	left: 100%;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
	left: 0;
	opacity: 1;
	}
.lg-css3.lg-slide.lg-use-left .lg-item.lg-prev-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-next-slide, .lg-css3.lg-slide.lg-use-left .lg-item.lg-current{
	-webkit-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-moz-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	-o-transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	transition: left 1s cubic-bezier(0, 0, 0.25, 1) 0s, opacity 0.1s ease 0s;
	}
@media screen and (max-width: 410px){
	/*LightGallery*/
	.lg-toolbar .lg-icon{
		width: 40px;
		}
	}