﻿/* CSS Document */

@font-face {
    font-family: 'calibri';
    src: url('/fonts/calibri/calibri.eot');
    src: url('/fonts/calibri/calibri.eot?#iefix') format('embedded-opentype'),
         url('/fonts/calibri/calibri.woff') format('woff'),
         url('/fonts/calibri/calibri.ttf') format('truetype');


}
@font-face {
    font-family: 'lucida_sans';
    src: url('/fonts/lucida/lucidasansuni.eot');
    src: url('/fonts/lucida/lucidasansuni.eot?#iefix') format('embedded-opentype'),
         url('/fonts/lucida/lucidasansuni.woff') format('woff'),
         url('/fonts/lucida/lucidasansuni.ttf') format('truetype');
}
@font-face {
    font-family: 'century_gothic';
    src: url('/fonts/century_gothic/century_gothic.eot');
    src: url('/fonts/century_gothic/century_gothic.eot?#iefix') format('embedded-opentype'),
         url('/fonts/century_gothic/century_gothic.woff') format('woff'),
         url('/fonts/century_gothic/century_gothic.ttf') format('truetype');


}


html,body{
   font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
        background: #1f2936;
/*	overflow-y:auto; */
	overflow:hidden;
	width: 100%;
	height: 100%;
}
body{
	text-align: center;
	width: 100%;
	height: 100%;
	background-color: #1f2936;
	overflow:hidden;

     }
#black_load{
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #000;
	top: 0px;
	bottom: 0px;
	z-index: 1000;
}
#bg_fon{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* z-index: -1; */
	overflow: hidden;
	text-align: center;
}
#slide_show{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* z-index: -1; */
	overflow: hidden;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #1f2936;
	background-size: cover;
}
#slide_show_2{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	/* z-index: -1; */
	overflow: hidden;
	text-align: center;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}
#bottom_menu{
	position: fixed;
	bottom: 0px;
	display: table;
	width: 100%;
/*	background-color: #000;
	border-top: #447699 solid 2px; */
	height: 85px;
}
#numbers{
	position: fixed;
	bottom: 0px;
	display: table;
	background-color: #343434;
/*	border-top: #447699 solid 2px; */
	height: 85px;
	background-repeat: no-repeat;
	background-position: 20px center;
	background-size: contain;
}
#top_menu{
    position: absolute;
    top: 0px;
    /* display: table; */
    height: 100%;
    width: 705px;
    background-color: rgba(0, 0, 0, 0.38);
    margin-left: 80px;
}

#right_menu{
	position: absolute;
	top: 0px;
	right: 0px;
	display: table;
	height: 100%;
}
#left_menu{
	position: absolute;
	top: 0px;
	left: 0px;
	display: table;
	height: 100%;
}
#bottom_menu li, #bottom_menu ul, #right_menu li, #right_menu ul, #left_menu li, #left_menu ul{
	list-style: none;padding: 0;margin: 0;

}
.middle_right_menu img{
    cursor: pointer;
}
.up_right_menu img{
    cursor: pointer;
}

#top_menu li, #top_menu ul{
	list-style: none;padding: 0;margin: 0
}
#bottom_menu li{
	display: table-cell;
	vertical-align: middle;
}
#bottom_menu ul{
	display: table-row;
}
#top_menu li{
    /* display: table-cell; */
    vertical-align: middle;
}
#top_menu ul{
/*	display: table-row; */
}
#right_menu li{
	display: table-cell;
}
#right_menu ul{
	display: table-row;
	height: 50%;
}
#left_menu li{
	display: table-cell;
}
#left_menu ul{
	display: table-row;
	height: 50%;
}

#bottom_menu li:first-child{width: 50%;height: 85px;text-align: left;padding-left: 60px;box-sizing: border-box;}
#bottom_menu li:last-child{
  width: 70%;
  height: 85px;
  text-align: right;
  padding-right: 20px;
  background-color: #343434;
  box-sizing: border-box;
}
#top_menu li:first-child{height: 250px;text-align: center;padding-left: 20px;padding-right: 20px;;}
#top_menu li:last-child{height: 250px;text-align: right;padding-right: 20px;}

.left_top_menu{

}
.middle_left_menu{
	text-align: left;
    cursor: pointer;
}

.middle_left_menu img{
	padding-left: 10px;

}
.up_left_menu{
	padding: 90px 0px 0px 5px;
    cursor: pointer;
}

.left_top_menu span{
	margin: 10px 0px 0px 0px;
	color: #bdbdbd;
    font-family: 'lucida_sans';
	font-size: 20px;
	font-weight: bold;
	display: table-cell;
	vertical-align: top;
}
.left_top_menu img{
 	margin: 10px 0px 0px 0px;
}

 .left_top_menu span:last-child{
	 padding-left: 30px;
 }
.left_top_menu h1{
    font-family: 'fira_sans_regular';
	color: #aaa;
	font-size: 30px;
	text-transform: none;
	font-weight: lighter;
    margin: 30px 50px 10px 0px;
	width: 100%;
   text-shadow: 0px 2px 5px rgba(0, 0, 0, 1);
  line-height: 95%;
}

.left_top_menu h2 {
  font-family: 'fira_sans_regular';;
  color: #8c8c8c;
  font-size: 25px;
  /* text-transform: uppercase; */
  font-weight: normal;
  margin: 20px 0px 10px 0px;
  text-align: center;
  width: 100%;
}
.left_top_menu h3{
    font-family: 'lucida_sans';
	color: #c6c8c8;
	font-size: 25px;
/*	text-transform: uppercase; */
	font-weight: lighter;
	margin: 45px 0px 0px 0px;
    font-style: normal;
	width: 100%;
}

.right_top_menu img:first-child{
	margin: 0px 60px 0px 30px;
}
#full_scr_2{
    position: absolute;
    top: 10px;
    right: 10px;
    cursor: pointer;
}

.right_top_menu img{
    cursor: pointer;
}

.right_down_menu img{
    margin: 0px 5px 0px 5px;
}
.left_down_menu img{
    margin: 0px 5px 0px 5px;
}
#central_block{
	/* background-color: #444; */
	width: 100%;
	/* margin: 0 auto; */
	position: absolute;

}
.middle_empty{
   height: 500px;

}

.main_pictuares img{


}
.main_pictuares{
	margin: 0 auto;
	display: inline-block;
	background: #bbb;
/*	-webkit-box-shadow: 3px 3px 11px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    3px 3px 11px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         3px 3px 11px 0px rgba(50, 50, 50, 0.75); */
}
.pic_icons{
	display: inline-block;
}

.expo{

}
h1{
	margin: 10px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #000;
	text-transform: uppercase;
}
h2{
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 16px;
	color: #575656;
}
h3{
	margin: 5px 0px 5px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #2e2e2e;
	font-style: italic;
}
.teatr{

}

.up_right_menu img{
    display: block;
    margin: 0px 10px 10px 10px;
}
.up_right_menu img:first-child{
    margin: 75px 10px 0px 10px;
}

.right_menu{
/*	background-color: #666; */
}

#info{
    cursor: pointer;
}


h4{
	margin: 5px 0px 5px 0px;
    font-family: 'calibri';
	font-size: 14px;
	color: #555;
}
#bt_close{
    width: 25px;
    margin: -35px 0px 5px -35px;
    position: fixed;
    cursor: pointer;

}
.item_wrapper{
    cursor: pointer;
}

.item_pic{
/*	width: 319px; */
	/* border: #000 solid 2px; */
	/* margin: 0 auto; */
	position: relative;

}

.pic_border{
    position: absolute;
	width: 185px;
	height: 185px;
	border: solid 50px rgba(255, 255, 255, 0.55);
	top: 0px;
	left: 0px;
}
.pic_border_in{
    position: absolute;
	width: 183px;
	height: 183px;
	border: solid 1px #000;
	margin: 50px;
	top: 0px;
	left: 0px;
}
.pic_pic img{
	padding: 5px;
	border: 2px solid #fff;
	width: 320px;
	height: 320px;
}
.item_wrapper h1{
    font-family: 'century_gothic';
	color: #d1d8e6;
	font-size: 25px;
	text-transform: none;
	font-weight: lighter;
    height: 220px;
	width: 580px;
	border: 1px solid #fff;
	display: table-cell;
	vertical-align: middle;
    margin: 0 auto;

}
.item_sign{

	color: #d1d8e6;
	font-size: 16px;
	text-transform: none;
	font-weight: lighter;
	height: 220px;

	/* border: 1px solid #fff; */
	vertical-align: middle;
/*	margin: 0 auto; */
	font-family: Arial, Helvetica, sans-serif;
	text-align: right;
}
.item_sign div{
    display: table-cell;
    vertical-align: middle;
    width: 100%;
    height: 100%;
}
.item_sign h4{
	/* font-family: 'century_gothic'; */
	color: #a1a09f;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: lighter;
	/* height: 220px; */
	/* width: 580px; */
	/* border: 1px solid #fff; */
	/* display: table-cell; */
	vertical-align: middle;
    margin: 5px 0px -2px 0px;
}
.item_sign h2:not(:first-child){
	font-family: 'fira_sans_light';
	font-size: 20px;
	color: #fff;
    line-height: 18px;

}
.item_sign h2{
	margin: 8px 0px 0px 0px;
}
.item_sign h5{
	font-family: 'fira_sans_light';
	font-size: 18px;
	color: #a1a09f;
	margin: 0px 0px 0px 0px;

}
.empty_image_div{
	height: 85px;
}
#swipper_menu{
	height: 500px;
	width: 1420px;
	margin: 0px 70px 0px 430px;
	/* margin: 0 auto; */
}
#sq_line{
    position: absolute;
	top: 122px;
	height: 275px;
	width: 100%;
	background: rgba(0, 0, 0, 0.51);
	display: table-cell;
	vertical-align: middle;
}

.item_line_sq {
    height: 220px;
	width: 580px;
	border: 1px solid #fff;
	display: inline-block;
}
.empty_item_line_sq{
	display: inline-block;
}
.empty_item_line_sq_middle{
	display: inline-block;
}
.empty_item_line_sq_gor{

}
.empty_sq_line{
	position: absolute;
	/* width: 1850px; */
	left: 245px;
	z-index: 10;
    top: 50px;
	pointer-events: none;
}
.empty_sq{
	position: absolute;
	/* width: 1850px; */
	left: 245px;
	z-index: 10;
    top: 50px;
	pointer-events: none;
    width: 285px;
	height: 285px;
 	border: 2px solid #fff;
}


 .empty_sq_line div:last-child{
	margin: 40px 30px 0px 0px;
 }
 .arrow_prev{
  	position: absolute;
	left: 0px;
	bottom: 225px;
    cursor: pointer;
 }

 .arrow_next{
  	position: absolute;
	left: 0px;
	bottom: 225px;
    cursor: pointer;
 }
.circle-wrapper, .circle, .circle_active{
    cursor: auto;
}
.swiper-container {
	margin: 0px;
}
#central_block_empty_div{
	width: 431px;
}
#pic_list_numbers {
    position: absolute;
    bottom: 10px;
    left: 0px;
    color: #9f9d9d;
    font-size: 125%;
    text-transform: uppercase;
    display: table;
    text-align: center;
    /* background: rgba(0, 0, 0, 0.4); */
    padding-left: 10px;
    padding-top: 7px;
    padding-bottom: 7px;
    z-index: 1000;
}
#desc_wrapper{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: hidden;
/*	background-color: #1f2936; */

}
#description{
	position: absolute;
	top: 0px;
	right: 0px;
	height: 800px;
	width: 0px;
	background-color: rgba(117, 117, 117, 0.7);
	overflow: hidden;
}

#description p{
    font-family: 'fira_sans_light';
    color: #fff;
    font-size: 18px;

}
#description p:first-child{
	margin-top: 0px;

}
#arrow_close div span{
    display: table-cell;
    vertical-align: middle;
}

#arrow_close{
    height: 300px;
    padding: 0px 40px 0px 20px;
    cursor: pointer;
	z-index: 10;
 	position: absolute;
	top: 0px;
}
#arrow_close img{
	height: 45px;
}

#desc_desc{
	height: 300px;
	position: absolute;
	top: 0px;
	/* background-color: #444; */
	text-align: left;
	padding: 20px 280px 0px 60px;
	overflow-y: auto;
	overflow-x: hidden;
}
#desc_content{
	overflow: hidden;
	padding-right: 20px;
	text-align: justify;
}

#arrow_close div{
    display: table;
    height: 100%;
}
/* ЗАГРУЗЧИК */
#loader_wrapper{
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0px;
    left: 0px;
    color: #b6702a;
    text-transform: uppercase;
    display: table;
    font-family: 'century_gothic';
    font-weight: bold;
    font-size: 15px;
	z-index: 200;
}
#loader{
    display: table-cell;
    vertical-align: middle;
    text-align: center;
}
.percents{
    color: #fff;
    font-size: 20px;
}
#div_overflow{
    width: 100%;
    height: 100%;
    background-color: #000;
    position: fixed;
    top: 0px;
    left: 0px;
	pointer-events: none;
}
@media screen and (max-width: 1600px){
	#description p {
		font-size: 16px;
	}
.item_sign h2:not(:first-child){
	    line-height: 12px;
	}
}
@media screen and (max-width: 1000px){
	#description p {
		font-size: 14px;
	}
.item_sign h2:not(:first-child){
	    line-height: 10px;
	}
}
.arrow_prev img, .arrow_next img{
	height: 50px;
}
.right_down_menu img:first-child{
    height: 32px;
}
.right_down_menu img:nth-child(2){
    height: 29px;
}
.right_down_menu img:nth-child(3){
    height: 30px;
    cursor: pointer;
    margin: 0px 0px 10px 0px;
    margin-top: 0px;
}
a{
	text-decoration: none;
}
#tool_tip{
  position: absolute;
  background-color: rgba(51,51,51,1);
  color: #fff;
  z-index: 5000;
  font-family: 'century_gothic';
  font-size: 12px;
  padding: 10px;
}