BODY {
	min-width: 1050px;
	font-family: open_sans_light, arial;
}

.b-mobile_head,
.mobile_label {
	display: none;
}

.b-header_slider {
	position: relative;
	z-index: 1;
}
.b-header_slider .bx-viewport {
	height: 580px !important;
}
.b-header_slider:after {
	content: '';
	position: absolute;
	z-index: 1;
	bottom: -24px;
	left: 0px;
	width: 100%;
	height: 24px;
	background: url(/themes/default/slider_shadow.png) repeat-x 0 0;
}

.b-wrapper {
  width: 1050px;
	margin-left: auto;
	margin-right: auto;
}

.b-header {
  position: absolute;
	z-index: 1;
	top: 0px;
	left: 0px;
	width: 100%;
}
.b-header_inner {
	height: 119px;
}
.b-header__in {
  height: 119px;
	background: url(/themes/default/header_bg.png) no-repeat 50% 0;
}
.b-header .b-wrapper {
  position: relative;
	z-index: 111;
}
.b-logo {
	position: absolute;
	z-index: 112;
	top: 8px;
	left: 15px;
	display: block;
	width: 268px;
	height: 91px;
	background: url(/themes/default/logo.png) no-repeat 0 0;
	text-indent: -9999px;
}
.b-logo:hover {
	opacity: 0.95;
}
.b-header_contacts {
	position: absolute;
	z-index: 112;
	top: 7px;
	right: 5px;
	overflow: hidden;
}
.b-header_inner .b-header_contacts {
	left: auto;
	right: 0px;
}
.b-header_contacts A,
.b-header_contacts SPAN {
	float: left;
	display: block;
	margin-right: 90px;
	padding-left: 27px;
	background-image: url(/themes/default/top_contacts.png);
	background-repeat: no-repeat;
	font-family: open_sans_light, arial;
	font-size: 16px;
	font-weight: bold;
	color: white;
	line-height: 22px;
}
.b-header_contacts__phone {
	background-position: 0 0;
}
.b-header_contacts__email {
	margin-right: 0px !important;
	background-position: 0 -65px;;
}


.b-header_menu {
	position: absolute;
	z-index: 112;
	top: 56px;
	right: 0px;
	padding: 3px 12px 6px 12px;
	background: url(/themes/default/top_menu-bg.png);
	border-radius: 5px;
	overflow: hidden;
}
.b-header_inner .b-header_menu {
	padding-right: 0px;
}
.b-header_inner .b-header_menu {
	left: auto;
	right: 0px;
}
.b-header_menu LI {
	float: left;
	margin-right: 17px;
}
LI.b-header_menu__last {
	margin-right: 0px;
}
.b-header_menu A {
	display: inline-block;
	font-family: _open_sans_light, arial;
	font-size: 13px;
	color: white;
	line-height: 13px;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 1px 1px 0 black;
}
.b-header_menu A:hover {
	text-decoration: underline;
}
.b-header_inner .b-header_menu {
	background: none;
}
.b-header_inner .b-header_menu A {
	color: black;
	text-shadow: none;
}



.b-slider_margin {
	margin-top: 50px;
}
.b-slider_margin__inner {
	margin-top: 20px;
}
#header_slider LI {
	height: 580px;
}
#header_slider LI IMG {
	width: 0px;
}
.b-main_head {
	margin-bottom: 35px;
	text-align: center;
}
.b-main_head IMG {
	width: 100%;
	display: inline-block;
}



.b-main_games {
	margin-bottom: 30px;
	overflow: hidden;
}
.b-main_games__item {
	float: left;
	width: 325px;
	margin-right: 23px;
	margin-bottom: 23px;
	border: solid 3px white;
	border-radius: 4px;
	overflow: hidden;
}
.b-main_games_2col {
	width: 700px;
	margin-left: auto;
	margin-right: auto;
}
.b-main_games__item:nth-child(3n) {
	margin-right: 0px;
}
.b-main_games_2col .b-main_games__item:nth-child(3n) {
	margin-right: 23px;
}
.b-main_games_2col .b-main_games__item:nth-child(2n) {
	margin-right: 0px;
}
.b-main_games__item:hover {
	border-color: #006EAD;
}
.b-main_games__item_in {
	padding: 20px 0 12px 0;
	background-color: #EFEFEF;
	border: solid 1px #DADADA;
	-webkit-box-shadow: inset 0px 0px 24px 8px rgba(226,226,226,0.75);
	-moz-box-shadow: inset 0px 0px 24px 8px rgba(226,226,226,0.75);
	box-shadow: inset 0px 0px 24px 8px rgba(226,226,226,0.75);
}
.b-main_games__item:hover .b-main_games__item_in {
	border-color: #006EAD;
}
.b-main_games__name {
	font-family: open_sans_semibold, arial;
	font-size: 18px;
	color: #515151;
	line-height: 18px;
	text-align: center;
}
.b-main_games__logo {
	margin: 10px 0;
	height: 135px;
}
.b-main_games__but {
	text-align: center;
}
.b-main_games__but A {
	display: inline-block;
	width: 80%;
	padding: 10px 10px;
	_background: url(/themes/default/catalog_but.png) no-repeat 0 100%;
	background: url(/themes/default/items_arrow.png) no-repeat 95% 50% #FF7B00;
	border-radius: 6px;
	font-family: open_sans_semibold, arial;
	font-size: 16px;
	color: white;
	line-height: 18px;
}
.b-main_games__but A:hover {
	opacity: 0.9;
	text-decoration: none;
}

.b-main_games__logo_1 {
	background: url(/files/items/item_1.png) no-repeat 50% 50%;
}
.b-main_games__item:hover .b-main_games__logo_1 {
	
}
.b-main_games__logo_2 {
	background: url(/files/items/item_2.png) no-repeat 50% 50%;
}
.b-main_games__item:hover .b-main_games__logo_2 {
	
}
.b-main_games__logo_3 {
	background: url(/files/items/item_3.png) no-repeat 50% 50%;
}
.b-main_games__item:hover .b-main_games__logo_3 {
	
}
.b-main_games__logo_4 {
	background: url(/files/items/item_4.png) no-repeat 50% 50%;
}
.b-main_games__item:hover .b-main_games__logo_4 {
	
}
.b-main_games__logo_5 {
	background: url(/files/items/item_5.png) no-repeat 50% 50%;
}
.b-main_games__item:hover .b-main_games__logo_5 {
	
}
.b-main_games__logo_6 {
	background: url(/files/items/item_6.png) no-repeat 50% 50%;
}
.b-main_games__item:hover .b-main_games__logo_6 {
	
}


.b-main_block2 {
	/* height: 523px; */
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: url(/themes/default/background_2.png) repeat-y 50% 0;
	background-size: cover;
}
.b-main_block2 .b-main_head {
	margin-bottom: 10px;
}
.b-main_portf__list {
	max-height: 480px;
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}
.b-main_portf__item {
	width: 240px;
	height: 150px;
	margin: 5px;
	display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
	/* float: left; */
	overflow: hidden;
	box-sizing: border-box;
}
.b-main_portf__item A {
	box-sizing: border-box;
	display: inline-block;
	/* background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%; */
	overflow: hidden;
	
	
	
	text-indent: -9999px;
	border: solid 4px white;
	border-radius: 7px;
	box-sizing: border-box;
	
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  _filter: url(grayscale.svg);
  filter: gray;
	transition: all 0.5s ease;
}
.b-main_portf__item A:hover {
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}
.b-main_portf__item IMG {
	display: inline-block;
	width: 100%;
	
	border: solid 4px white;
	border-radius: 3px;
	box-sizing: border-box;
	
	-webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  _filter: url(grayscale.svg);
  filter: gray;
	transition: all 0.5s ease;
}
.b-main_portf__item:hover IMG {
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}









.b-main_block22 {
	/* height: 523px; */
	margin-bottom: 50px;
	padding-top: 20px;
	padding-bottom: 10px;
	background: url(/themes/default/background_2.png) repeat-y 50% 0;
	background-size: cover;
}
.b-main_portf__list2 {
	margin-left: 15px;
	margin-right: 15px;
	overflow: hidden;
}
.b-main_portf__item2 {
	width: 236px;
	height: 150px;
	margin: 5px 10px 20px 5px;
	display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
	/* float: left; */
	overflow: hidden;
	box-sizing: border-box;
}
.b-main_portf__item2 A {
	display: inline-block;
	
	/* background-size: cover;
	background-repeat: no-repeat;
	background-position: 50% 50%; */
	overflow: hidden;
	
	
	
	text-indent: -9999px;
	border: solid 4px white;
	border-radius: 7px;
	box-sizing: border-box;
	
	/* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  _filter: url(grayscale.svg);
  filter: gray;
	transition: all 0.5s ease; */
}
.b-main_portf__item2 A:hover {
	/* -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none; */
}
.b-main_portf__item2 IMG {
	display: inline-block;
	width: 100%;
	
	border: solid 4px white;
	border-radius: 3px;
	box-sizing: border-box;
	
	/* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  _filter: url(grayscale.svg);
  filter: gray;
	transition: all 0.5s ease; */
}
.b-main_portf__item2:hover IMG {
	-webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}







.b-main_block3 {
	
}
.b-main_block3__list {
	overflow: hidden;
}
.b-main_block3__item {
	display: -moz-inline-stack;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  *display: inline;
	/* float: left; */
	width: 430px;
	margin-bottom: 30px;
	padding: 20px 0px 0px 80px;
}
.b-main_block3__item1 {
	background: url(/files/img_3-1.png) no-repeat 0 0;
}
.b-main_block3__item2 {
	background: url(/files/img_3-2.png) no-repeat 10px 0;
}
.b-main_block3__item3 {
	background: url(/files/img_3-3.png) no-repeat 5px 0;
}
.b-main_block3__item4 {
	background: url(/files/img_3-4.png) no-repeat 0 15px;
}
.b-main_block3__item:nth-child(2n) {
	float: right;
}
.b-main_block3__head {
	font-family: "times new roman", times, arial;
	font-size: 23px;
	font-weight: bold;
	color: #444444;
	line-height: 23px;
}
.b-main_block3__text {
	margin-top: 10px;
	font-family: open_sans_light, arial;
	font-size: 18px;
	color: #444444;
}
.b-main_block3__text P {
	margin: 0px;
	padding: 0px;
}


.b-main_block4 {
	height: 150px;
	margin-top: 30px;
	background: url(/themes/default/pays_bg.png) no-repeat 50% 0;
}
.b-main_block4__img {
	padding-top: 18px;
	text-align: center;
}


.b-footer {
	padding: 17px 0 17px 0;
	background-color: #2A2A2C;
}
.b-footer__row {
	overflow: hidden;
}
.b-footer_logo {
	float: left;
	display: block;
	width: 166px;
	height: 57px;
	background: url(/themes/default/logo_footer.png) no-repeat 0 0;
	text-indent: -9999px;
}
.b-footer_contacts {
	float: left;
	margin-top: 20px;
	margin-left: 110px;
	overflow: hidden;
}
.b-footer_contacts A,
.b-footer_contacts SPAN {
	float: left;
	display: block;
	margin-right: 50px;
	padding-left: 32px;
	background-image: url(/themes/default/top_contacts.png);
	background-repeat: no-repeat;
	font-family: open_sans_light, arial;
	font-size: 14px;
	color: white;
	line-height: 22px;
}
.b-header_contacts__phone {
	background-position: 0 0;
}
.b-header_contacts__email {
	background-position: 0 -65px;;
}
.b-footer__wm {
	float: right;
}
.b-footer__wm A {
	margin-left: 20px;
}


.b-footer2 {
	padding-bottom: 10px;
	background: #181819;
}

.b-footer_menu {
	float: left;
	margin-top: 10px;
	overflow: hidden;
}
.b-footer_menu LI {
	float: left;
	margin: 0px 20px 0px 0px;
	padding: 0px 20px 0px 0px;
	border-right: solid 1px #67676C;
}
LI.b-footer_menu__last {
	border: none;
}
.b-footer_menu LI A {
	font-family: open_sans_light, arial;
	font-size: 13px;
	color: white;
	line-height: 13px;
	text-transform: uppercase;
	text-decoration: underline;
}
.b-footer_menu LI A:hover {
	text-decoration: none;
}

.b-copyright {
	float: right;
	margin-top: 15px;
	font-family: open_sans_light, arial;
	font-size: 13px;
	color: white;
	line-height: 13px;
}





.b-link_chat {
	display: inline-block;
	width: 224px;
	height: 35px;
	margin: 10px 0;
	background: url(/themes/default/chat_link.png) no-repeat 0 0;
	text-indent: -9999px;
}
.b-link_chat:hover {
	opacity: 0.9;
}


H1 {
	margin-bottom: 30px;
	font-size: 25px;
	text-align: center;
}
.b-text {
	
}
.b-text UL {
	margin: 10px 10px 10px 40px;
}
.b-text UL LI {
	list-style-type: disc;
}




.b-order_but_bot {
	margin: 20px;
	text-align: center;
}
.b-order_but_bot A {
	display: inline-block;
	width: 300px;
	padding: 14px 14px;
	_background: url(/themes/default/catalog_but.png) no-repeat 0 100%;
	background: url(/themes/default/items_arrow.png) no-repeat 95% 50% #FF7B00;
	border-radius: 6px;
	font-family: open_sans_semibold, arial;
	font-size: 16px;
	color: white;
	line-height: 18px;
}
.b-order_but_bot A:hover {
	opacity: 0.9;
	text-decoration: none;
}



.b-order_form {
	margin: 10px 10px 30px 10px;
}
.b-order_form LABEL {
	font-family: open_sans_semibold, arial;
	font-size: 14px;
}
.b-order_form INPUT[type="text"] {
	width: 500px;
	padding: 8px 10px;
	border: solid 1px silver;
	border-radius: 6px;
	outline: none;
}
.b-order_form SELECT {
	padding: 8px 10px;
	border: solid 1px silver;
	border-radius: 6px;
	outline: none;
}
.b-order_form INPUT[type="text"]:focus,
.b-order_form INPUT[type="text"]:active {
	border-color: #86A8DF;
}
.b-order_form TEXTAREA {
	width: 500px;
	padding: 8px 10px;
	border: solid 1px silver;
	border-radius: 6px;
	outline: none;
}
.b-order_form TEXTAREA:focus,
.b-order_form TEXTAREA:active {
	border-color: #86A8DF;
}
.b-order_form INPUT[type="submit"] {
	display: inline-block;
	width: 200px;
	padding: 12px 10px 12px 20px;
	_background: url(/themes/default/catalog_but.png) no-repeat 0 100%;
	background: url(/themes/default/items_arrow.png) no-repeat 95% 50% #FF7B00;
	border: none;
	border-radius: 6px;
	font-family: open_sans_semibold, arial;
	font-size: 16px;
	color: white;
	line-height: 18px;
	text-align: left;
}
.b-order_form INPUT[type="submit"]:hover {
	opacity: 0.9;
}

.mes_error {
	margin-bottom: 20px;
	font-family: open_sans_semibold, arial;
	font-size: 16px;
	color: red;
}
.mes_ok {
	margin-bottom: 20px;
	font-family: open_sans_semibold, arial;
	font-size: 16px;
	color: #B5E61D;
}






.b-footer__powered {
	clear: right;
	float: right;
	display: block;
	width: 80px; /* 61px */
	height: 30px; /* 33px */
	margin-top: 10px;
	/* margin-right: 12px; */
	padding-right: 67px;
	padding-top: 3px;
	background: url(/themes/default/logo_iteh.png) no-repeat 100% 0;
	font: bold 11px/13px arial;
	color: white;
	text-align: right;
	text-shadow: 1px 1px 1px black;
	filter: progid: DXImageTransform.Microsoft.Alpha(opacity=70);
	-moz-opacity: 0.7;
	-khtml-opacity: 0.7;
	opacity: 0.7;
	filter: gray;
	-webkit-filter: grayscale(1);
}
.b-footer__powered:hover {
	filter: none;
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
	-webkit-filter: grayscale(0);
}






#imagelightbox {
	position: fixed;
	z-index: 9999;
	-ms-touch-action: none;
	touch-action: none;
	border: solid 5px white;
	box-shadow: 0 0 20px gray;
	border-radius: 12px;
}






#imagelightbox-overlay {
	background-color: #fff;
	background-color: rgba( 255, 255, 255, .9 );
	position: fixed;
	z-index: 9998;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}








/* ARROWS */

.imagelightbox-arrow
{
	width: 3.75em; /* 60 */
	height: 7.5em; /* 120 */
	background-color: #444;
	background-color: rgba( 0, 0, 0, .5 );
	vertical-align: middle;
	display: none;
	position: fixed;
	z-index: 10001;
	top: 50%;
	margin-top: -3.75em; /* 60 */
}
.imagelightbox-arrow:hover,
.imagelightbox-arrow:focus	{ background-color: rgba( 0, 0, 0, .75 ); }
.imagelightbox-arrow:active { background-color: #111; }

	.imagelightbox-arrow-left	{ left: 2.5em; /* 40 */ }
	.imagelightbox-arrow-right	{ right: 2.5em; /* 40 */ }

	.imagelightbox-arrow:before
	{
		width: 0;
		height: 0;
		border: 1em solid transparent;
		content: '';
		display: inline-block;
		margin-bottom: -0.125em; /* 2 */
	}
		.imagelightbox-arrow-left:before
		{
			border-left: none;
			border-right-color: #fff;
			margin-left: -0.313em; /* 5 */
		}
		.imagelightbox-arrow-right:before
		{
			border-right: none;
			border-left-color: #fff;
			margin-right: -0.313em; /* 5 */
		}

#imagelightbox-loading,
#imagelightbox-overlay,
#imagelightbox-close,
#imagelightbox-caption,
#imagelightbox-nav,
.imagelightbox-arrow
{
	-webkit-animation: fade-in .25s linear;
	animation: fade-in .25s linear;
}
	@-webkit-keyframes fade-in
	{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
	}
	@keyframes fade-in
	{
		from	{ opacity: 0; }
		to		{ opacity: 1; }
	}

@media only screen and (max-width: 41.250em) /* 660 */
{
	#container
	{
		width: 100%;
	}
	#imagelightbox-close
	{
		top: 1.25em; /* 20 */
		right: 1.25em; /* 20 */
	}
	#imagelightbox-nav
	{
		bottom: 1.25em; /* 20 */
	}

	.imagelightbox-arrow
	{
		width: 2.5em; /* 40 */
		height: 3.75em; /* 60 */
		margin-top: -2.75em; /* 30 */
	}
	.imagelightbox-arrow-left	{ left: 1.25em; /* 20 */ }
	.imagelightbox-arrow-right	{ right: 1.25em; /* 20 */ }
}

@media only screen and (max-width: 20em) /* 320 */
{
	.imagelightbox-arrow-left	{ left: 0; }
	.imagelightbox-arrow-right	{ right: 0; }
}