/*@font-face
{
	font-family: 'SFUIText-Light';
	src: url('../fonts/SFUIText/SFUIText-Light.eot?#iefix') format('embedded-opentype'),  url('../fonts/SFUIText/SFUIText-Light.otf')  format('opentype'),
		 url('../fonts/SFUIText/SFUIText-Light.woff') format('woff'), url('../fonts/SFUIText/SFUIText-Light.ttf')  format('truetype'), url('../fonts/SFUIText/SFUIText-Light.svg#SFUIText-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face
{
	font-family: 'Turandot';
	src: url('../fonts/Turandot/Turandot.eot?#iefix') format('embedded-opentype'),  url('../fonts/Turandot/Turandot.otf')  format('opentype'),
	url('../fonts/Turandot/Turandot.woff') format('woff'), url('../fonts/Turandot/Turandot.ttf')  format('truetype'), url('../fonts/Turandot/Turandot.svg#SFUIText-Light') format('svg');
	font-weight: normal;
	font-style: normal;
}*/
/*Общие*/
#wrap
{
	font-size: 14px;
	font-family: Arial, 'SFUIText-Light';
	padding: 0;
	margin: 0;
	line-height: 1em;
	width: 100%;
	height: 100%;
	background-color: #000000;

	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	-ms-hyphens: auto;
	hyphens: auto;

	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color: transparent;

	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
#wrap body
{
	padding: 0;
	margin: 0;
	width: 100%;
	height: 100%;
}

#wrap input,
#wrap textarea,
#wrap button,
#wrap a
{
	outline: none;
	font-size: inherit;
}

/*Рука*/
#wrap #ng_fog
{
	background-color: rgba(0,0,0,0.7);
	/*
	background-image: url('../images/ui/ng_hand.png');
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 11.7857em auto;
	*/
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	z-index: 50;
	display: none;
	overflow: auto;
	/*pointer-events: none;*/
}
#wrap #ng_btn_fullscreen
{
	position: absolute;
	display: block;
	width: 20.14285em;
	height: 20.14285em;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	border: solid 0.3571em #FFFFFF;
	background-color: rgba(255,255,255,0.4);
	line-height: 20.14285em;

	-webkit-border-radius: 11em;
	-moz-border-radius: 11em;
	border-radius: 11em;

	text-align: center;
	text-transform: uppercase;
	font-weight: bold;
}
#wrap #ng_btn_fullscreen [data-lang]
{
	font-size: 3em;
}

/*Лейблы*/
#wrap label
{
	font-weight: bold;
	display: inline-block;
	color: #FFFFFF;
	width: 100%;
	text-align: left;
	line-height: 1em;
}

/*Стили таблиц*/
#wrap .table_inline
{
    display: inline-table;
}
#wrap .table
{
    display: table;
}
#wrap .tr
{
    display: table-row;
}
#wrap .td
{
    display: table-cell;
}
/*Выравнивагие*/
#wrap .a_h_l
{
	text-align: left;
}
#wrap .a_h_r
{
	text-align: right;
}
#wrap .a_h_c
{
	text-align: center;
}
#wrap .a_h_j
{
	text-align: justify;
}
#wrap .a_v_t
{
	vertical-align: top;
}
#wrap .a_v_b
{
	vertical-align: bottom;
}
#wrap .a_v_m
{
	vertical-align: middle;
}

/*Поля ввода*/
#wrap input,
#wrap textarea
{
	-ms-user-select: text; 
    -moz-user-select: text; 
    -webkit-user-select: text; 
    user-select: text;
}

/*Скрытие блока*/
#wrap .dhide
{
	display: none !important;
}
#wrap .vhide
{
	visibility: hidden;
	pointer-events: none;
}
#wrap .ohide
{
	opacity: 0;
	pointer-events: none;
}

/*Отображение блока*/
#wrap .dshow
{
	display: initial;
}