.QOverlay {
	background-color: #000000;
	z-index: 9999;
}

.QLoader {
	background-color: #000;
	height: 1px;
}

.QAmt {
	color:#333333;
	font-family:"Trebuchet MS",Arial,Helvetica,sans-serif;
	font-size:40px;
	font-weight:bold;
	line-height:50px;
	height:50px;
	width:100px;
	margin:-60px 0 0 -50px;
}

html,body{
   font-family: 'fira_sans_light';
	margin: 0px;
	padding: 0px;
    background: #616161;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#common_wrapper{
	width: 98%;
	height: 100%;
	margin: 0 auto;
}

.img_background{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#left_part{
	position: relative;
	height: 100%;
	width: 38%;
/*	background-color: #456;*/
    float: left;
    box-sizing: border-box;
}
#right_part{
	height: 30%;
	width: 100%;
/*	background-color: #789;    */
    float: right;
    box-sizing: border-box;
	position: relative;
}
.empty_block{
	position: relative;
	height: 25%;
	width: 100%;
	display: table;
	text-align: center;
/*	background-color: #123; */
}
#epos{
    margin: 0 auto;
    bottom: 10px;
    display: table-cell;
    vertical-align: bottom;
	opacity: 0.7
}
.logo{
	position: relative;
	height: 50%;
	width: 100%;
/*	background-color: #111; */
    padding: 18px 25px 18px 18px;
    box-sizing: border-box;
}

#grm_sign{
	height: 38%;
	width: 100%;
	box-sizing: border-box;
	color: #e5aaaa;
    display: table;
	text-align: center;
	z-index: 10;
    position: relative;
	font-size: 35px;
}
#grm_sign span{
    display: table-cell;
	vertical-align: middle;
	border: solid 6px #c67878;
    outline: solid 18px rgba(0,0,0,0.53);
	background-color: rgba(0,0,0,0.53);
	padding-top: 5%;
	text-transform: uppercase;
}
.logo_bg{
    background-color: rgba(26,26,28,0.46);
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 5;
}

#right_part .logo{
	padding: 0px 36px 0px 0px;
/*	background-color: #456; */
}
#right_part .logo table{
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    border-collapse: collapse;
	border-spacing: 0px;
    border-spacing: 0px
 }
#right_part .logo table td{
	padding: 0px;
 }
#right_part .logo table tr:nth-child(1) td{
	vertical-align: top;
 }

#right_part .logo table tr:nth-child(2) td{
	vertical-align: bottom;
 }


.outer_bt_wrapper{
/*	background-color: #678; */
	box-sizing: border-box;
}
.inner_bt_wrapper{
/*	background-color: #000; */
	box-sizing: border-box;
	border: 3px solid #b8b6b4;
    position: relative;
	background-color: rgba(26,26,28,0.46);
	cursor: pointer;
    transition: 0.15s linear;
}
.inner_bt_wrapper:hover{
	background-color: rgba(218,212,204,0.68);
}
.inner_bt_wrapper span{
	color: #fcf9f9;
    position: absolute;
    bottom: 5px;
    text-align: center;
    text-transform: uppercase;
    font-size: 16px;
/*	font-family: 'fira_sans_medium';  */
    width: 100%;
	line-height: 120%;
}
#bg_slide_show_layer_1{
	width: 120%;
	height: 120%;
    position: absolute;
    background-size: cover;
}
#slide_show_offset{
	width: 100%;
	height: 100%;
    position: absolute;
	top: 0px;
	left: 0px;
	background-color: rgba(0,0,0,0.26)
}
#slide_show, #slide_show_2{
	width: 120%;
	height: 120%;
    position: absolute;
    background-size: cover;
	background-position: center;
    background-repeat: no-repeat;
}
#slide_show_wrapper{
	width: 100%;
	height: 100%;
    position: absolute;
	top: 0px;
	left: 0px;
	overflow: hidden;
}
/****    Изменения для нового дизайна   ****/
#buttons_wrapper{
	width: 100%;
	position: absolute;
	bottom: 0px;
}
.outer_bt_wrapper{
	float: left;
    margin-right: 7px;
}
.outer_bt_wrapper:last-child{
	float: left;
    margin-right: 0px;
}
.inner_bt_wrapper {
    height: 100%;
}
#common_wrapper {
    position: relative;
}
#common_sign_wrapper{
    width: 100%;
    border: 3px solid #b8b6b4;
    text-align: center;
    padding: 30px 10px 25px 20px;
	color: #e8e7e6;
    box-sizing: border-box;
	position: absolute;
}
#common_sign_wrapper span{
	font-size: 37px;
    font-family: 'fira_sans_regular';
	text-transform: uppercase;
    letter-spacing: 5px;
}
#logo_grm {
    position: absolute;
    left: auto;
    bottom: 10px;
    width: 170px;
    height: 170px;
    z-index: 15;
}
#logo_v_grm{
    position: absolute;
    right: 10px;
    bottom: 20px;
    width: 270px;
    height: 120px;
    z-index: 15;
}
.tapped{
	cursor: pointer;
}
#bg_2{
	position: absolute;
	width: 100%;
	height: 100%;
/*background: rgba(255,255,255,0);
background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(93,91,78,0) 60%, rgba(93,91,78,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(60%, rgba(93,91,78,0)), color-stop(100%, rgba(93,91,78,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(93,91,78,0) 60%, rgba(93,91,78,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(93,91,78,0) 60%, rgba(93,91,78,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(93,91,78,0) 60%, rgba(93,91,78,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(93,91,78,0) 60%, rgba(93,91,78,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#5d5b4e', GradientType=0 );*/
/*    background-repeat-y: no-repeat;
    background-repeat-x: repeat;*/
	background-repeat: repeat-x;
    background-position: center bottom;
}
#bg_1{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0,0,0, 0.26);
     }

 @media screen and (max-width: 1000px){
	.outer_bt_wrapper{
	    margin-right: 5px;
	}
	.inner_bt_wrapper {
	    border: 1px solid #b8b6b4;
	}
	 #common_sign_wrapper{
	    border: 1px solid #b8b6b4;
	    padding: 20px 10px 15px 10px;
	}
	 #logo_grm {
	    bottom: 10px;
	}
	#logo_v_grm{
	    bottom: 20px;
	}
 }
@media screen and (orientation: portrait){
	.outer_bt_wrapper{
	    margin-right: 5px;
	}
	.inner_bt_wrapper {
	    border: 2px solid #b8b6b4;
	}
	.outer_bt_wrapper:nth-child(4){
	    margin-right: 0px;
	}
	.outer_bt_wrapper:nth-child(1), .outer_bt_wrapper:nth-child(2), .outer_bt_wrapper:nth-child(3), .outer_bt_wrapper:nth-child(4){
	    margin-bottom: 5px;
	}
	#common_sign_wrapper{
	    border: 2px solid #b8b6b4;
	    padding: 25px 10px 20px 10px;
	}
 }



/****    Изменения для нового дизайна   ****/
#epos_logo{
	position: absolute;
	bottom: 10px;
	right: 0px;
	width: 60px;
	height: 22px;
}
#cult_logo{
	position: absolute;
	bottom: 10px;
	left: 0px;
	width: 158px;
	height: 18px;
}
a{
    text-decoration: none;
}
/* Карта */
#rm_map{
	position: absolute;
	top: 0;
	width: 100%;
	background-size: cover;
	opacity:0;
}
#bt_show_map{
	width: 128px;
	height: 47px;
    position: absolute;
	bottom:  0px;
	cursor: pointer;

}
#bt_show_map p{
	position: relative;
	bottom: -100%;
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 16px;
	margin: 0px;
	padding: 0px;
    font-family: 'fira_sans_light';
}
#bt_show_map.active{

}

/* Карта */