.about-us-galary {
	width:100%;
	float: left;
}
.about-us-galary-item {
	float: left;
	width: 50%;
}
.about-us-galary-item-1 {
	background-position: center;
	background-repeat: no-repeat;
	height: 450px;
	position: relative;
}
.about-us-galary-text {
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 18px;
	padding: 2em;
	background: url(/img/copy_version/bg-about-catalog.png);
}
.about-us-galary-text span{
	font-size: 30px;
	font-weight: bold;
	text-transform: uppercase;
}
.mobile-games {
	width: 100%;
	float: left;
	padding: 50px 0;
	background-color: #eeeeee;
}
.mobile-games-title{
	color: #f60;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 54px;
	line-height: 64px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1em;
}

.mobile-games-1{
	width: 1140px;
	margin: 0 auto;
}
.mobile-game-img{
	float: left;
	width: 50%;
	text-align: center;
}
.mobile-game-text{
	float: right;
	width: 50%;
	text-align: center;
	color: #685c65;
	padding-bottom: 30px;
}
.mobile-game-text span{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
}
.mobile-game-text p{
	padding: 0.5em;
	font-size: 15px;
}

/* Mobile games preview 2 */
.mobile-games-2{
	width: 50%;
	float: left;
}
.mobile-games-3{
	width: 50%;
	float: right;
}
.mobile-game-img-2{
	text-align: center;
}
.game-logo {
	height: 180px;
    vertical-align: middle;
    display: table-cell;
    text-align: center !important;
    width: 1%;
    margin: 0 auto !important;
}
.mobile-game-text-2{
	text-align: center;
	color: #685c65;
	padding-bottom: 30px;
	width: 70%;
	margin: auto;
}
.mobile-game-text-2 span{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 40px;
	font-weight: 700;
}
.mobile-game-text-2 p{
	padding: 0.5em;
	font-size: 15px;
}
.pp {
	float: left;
	padding: 20px;
	width: 100%;
	text-align: center;
	border-top: 1px solid #dddddd;
}

.browzer-games {
	width: 100%;
	float: left;
	padding: 50px 0;
	background-color: #f1f1f1;
}
.browzer-games-title{
	color: #f60;
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 54px;
	line-height: 64px;
	font-weight: 700;
	text-align: center;
	padding-bottom: 1em;
}
.browzer-games-item {
	width: 80%;
	margin: 0 auto;
}
.browzer-games-1{
	width: 33%;
	float: left;
	padding: 0 1em;
}
.browzer-game-img{
	text-align: center;
}
.browzer-game-img img{
	width:70%;
}
.browzer-game-logo{
	height: 120px;
	vertical-align: middle;
	display: table-cell;
	width: 10%;
}
.browzer-game-text{
	text-align: center;
	color: #685c65;
}
.browzer-game-text span{
	text-transform: uppercase;
	letter-spacing: 1px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
}
.browzer-game-text p{
	padding: 0.5em;
	font-size: 15px;
}

.form_layer
{
	position:fixed;
	transform: translateY(0%);
	transition: all 0.2s;
	top:-100%;
	left:0;
	width:100%;
	height:100%;
	z-index:10000;
}
.fog_of_war
{
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	background:black;
	opacity:.7;
	z-index:10001;
}
.modalotchka
{
	display: flex;
	justify-content: center;
	align-items: center;
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:100%;
	z-index:10002;
}
/*
.form_layer.show .modalotchka iframe
{
	transform: scale(1);
}

.form_layer .modalotchka iframe
{
	transform: scale(0);
	transition: all 0.7s;
}
*/
.form_layer.show
{
	transform: translateY(100%);
}
.form_layer .send_result
{
	width:300px;
	/*height:100px;*/
	font-size:16px;
	color:#ff6600;
	z-index:10003;
	background:white;
	text-align:center;
	justify-content: center;
	align-items: center;
	display:none;
	border-radius: 1em;
	padding: 1em;
}
.form_layer .send_result button
{
	background-color: green;
	border: 0;
	padding: 1em;
	border-radius: 0.5em;
	margin-top: 1em;
	color: #fff;
}
.form_layer.success .send_result
{
	display:flex
}
.form_layer.success .form-bg
{
	opacity: .6;
}