﻿                     @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');
}
@font-face {
    font-family: 'century_gothicbold';
    src: url('../fonts/century_gothic_bold/century_gothic_bold.eot');
    src: url('../fonts/century_gothic_bold/century_gothic_bold.eot?#iefix') format('embedded-opentype'),
         url('../fonts/century_gothic_bold/century_gothic_bold.woff') format('woff'),
         url('../fonts/century_gothic_bold/century_gothic_bold.ttf') format('truetype');
}
@font-face {
    font-family: 'century_gothic_bold_italic';
    src: url('../fonts/century_gothic_bold_italic/century_gothic_bold_italic.eot');
    src: url('../fonts/century_gothic_bold_italic/century_gothic_bold_italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/century_gothic_bold_italic/century_gothic_bold_italic.woff') format('woff'),
         url('../fonts/century_gothic_bold_italic/century_gothic_bold_italic.ttf') format('truetype');
}
@font-face {
    font-family: 'century_gothic_italic';
    src: url('../fonts/century_gothic_italic/century_gothic_italic.eot');
    src: url('../fonts/century_gothic_italic/century_gothic_italic.eot?#iefix') format('embedded-opentype'),
         url('../fonts/century_gothic_italic/century_gothic_italic.woff') format('woff'),
         url('../fonts/century_gothic_italic/century_gothic_italic.ttf') format('truetype');
}
html,body{
   font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
    background: #888;
	overflow: hidden;
	width: 100%;
	height: 100%;
}
#black_load{
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #000;
	top: 0px;
	bottom: 0px;
	z-index: 10000;
}

.img_background{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
#common_wrapper{
    width: 100%;
    height: 100%;
    background-color: #555;
    overflow: hidden;
    position: relative;
}
#left_block{
    position: absolute;
    width: 40%;
    height: 100%;
    background: gray;
	overflow: hidden;
}


#right_top_block{
    position: absolute;
    width: 60%;
    height: 50%;
    background: #373737;
    top: 0px;
    right: 0px;
}

#right_bottom_block{
    position: absolute;
    width: 60%;
    height: 50%;
    background: #232323;
    border-bottom: solid #4d4d4d 75px;
    padding-right: 45px;
    padding-left: 45px;
    box-sizing: border-box;
    bottom: 0px;
    right: 0px;
    text-align: center;

}
#right_bottom_block .arrow_prev{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 30px;
    box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
	background-size: 60%;
}

#right_bottom_block .arrow_next{
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    width: 30px;
    box-sizing: border-box;
    box-sizing: border-box;
    cursor: pointer;
	background-size: 60%;
}

#common_table{
    width: 100%;
    height: 100%;
    display: table;
}
.common_table_tr{
    height: 50%;
    display: table-row;
    overflow: hidden;
    clear: both;
}
.common_table_td{
    display: table-cell;
    overflow: hidden;
}
.common_table_tr:nth-child(1) .common_table_td:nth-child(1){
    width: 40%;
    background-color: #373737;
}
.common_table_tr:nth-child(1) .common_table_td:nth-child(2){
    width: 60%;
    background-color: gray;
}

.common_table_tr:nth-child(2) .common_table_td:nth-child(1){
    width: 40%;
    background-color: #191919;
}
.common_table_tr:nth-child(2) .common_table_td:nth-child(2){
    width: 60%;
    background-color: #232323;
}
#top_panel{
    position: fixed;
    width: 100%;
    height: 125px;
    background-color: rgba(0,0,0,0.37);
    top: 0px;
    z-index: 10;
}
#bottom_left_panel{
    position: fixed;
    width: 40%;
    height: 75px;
    background-color: #373737;
    bottom: 0px;
    z-index: 10;
    background-size: 7%;
    background-position:  center;
    cursor: pointer;
}
#museum_sign{
    width: 40%;
    height: 100%;
    float: left;
    background-color: #232323;
}
#museum_logo{
    float: left;
    margin-left: 20px;
    width: 20%;
    height: 100%;
	background-size: 70%;
	opacity: 0.5;
}

.museum_sign{
/*    float: right; */
    height: 100%;
    width: 70%;
}
.museum_sign p{
    font-family: 'fira_sans_light';
    margin: 0px;
    height: 100%;
    display: table;
    color: #fff;
    font-size: 18px;
    line-height: 20px;
    padding-right: 20px;
    text-transform: uppercase;
}
.museum_sign p span{
    display: table-cell;
    vertical-align: middle;
}
#expo_sign{
    width: 60%;
    height: 100%;
    float: right;
	background-position: center right;
	background-repeat: no-repeat;
	background-size: auto;
}
#expo_sign p{
    font-family: 'fira_sans_light';
    margin: 0px;
    height: 100%;
    display: table;
    color: #d5d5d5;
    font-size: 20px;
    line-height: 24px;
    padding-left: 20px;
	text-transform: uppercase;
}
a{
	text-decoration: none;
}

#expo_sign p span{
    display: table-cell;
    vertical-align: middle;
}
.slide_show{
    width: 100%;
    height: 100%;
    background-size: cover;
    position: relative;
}
.slide_sign{
    position: absolute;
    bottom: 0px;
    width: 100%;
    text-align: right;
}
.slide_sign h1{
    margin: 0px;
    padding: 0px 20px 0px 0px;
    font-family: 'fira_sans_light_italic';
    color: #eee;
    font-size: 25px;
    text-shadow:0px 2px 2px rgba(0, 0, 0, 1);
    line-height: 100%;
}
.slide_sign h2{
    margin: 0px;
    padding: 0px 20px 0px 10px;
    margin-bottom: 0px;
    font-family: 'fira_sans_italic';
    color: #ddd;
    font-size: 20px;
    text-shadow:0px 2px 2px rgba(0, 0, 0, 1);
    font-weight: normal;
}

/*.common_table_tr:nth-child(1) .common_table_td:nth-child(2) .item{
    height: 100%;
} */
#slide-show{
    display: block;
    width: 100%;
    height: 100%;
}
#owl_master{
    display: block;
    width: 100%;
    height: 100%;
}
#owl_master .owl-wrapper-outer, #owl_master .owl-wrapper, #owl_master .owl-item{
    height: 100%;
}

#bt_menu{
    display: table;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    border-spacing: 20px;
}
#bt_menu .item{
    height: 80%;
    display: table-cell;
    width: 40%;
    background-size: contain;
    /* border: 40px; */
    cursor: pointer;
}
#bt_menu img{
    border: 2px solid #fafafa;
    height: 80%;
}
.masterpieces_wrapper{
    display: table;
    height: 100%;
}
.vert_align{
    display: table-cell;
    vertical-align: middle;
}

.masterpieces{
    border: 1px solid #fafafa;
    background-size: 98%;
    cursor: pointer;
}

/*.owl-carousel, .owl-wrapper-outer, .owl-wrapper, .owl-item{
    height: 100%;
}        */
/* PANORAMS */
#buttons{
    width: 100%;
    height: 50%;
    position: relative;
    background: #191919;
    border-bottom: solid #191919 75px;
    box-sizing: border-box;
}
#virt_exib{
    width: 100%;
    height: 50%;
    position: relative;
    background: #191919;
    box-sizing: border-box;
    border: solid #373737 40px;
    border-top: solid #373737 130px;
    border-bottom: solid #373737 30px;
    background-size: cover;
    position: relative;
}
#virt_exib_2{
    width: 100%;
    height: 50%;
    position: relative;
    background: #191919;
    box-sizing: border-box;
    border: solid #191919 40px;
    border-top: solid #191919 40px;
    border-bottom: solid #191919 120px;
    background-size: cover;
    position: relative;
}
#virt_exib h1{
    margin: 0px;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #a2a5c3;
    text-transform: uppercase;
    font-family: 'fira_sans_regular';
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    width: 100%;
    }
#virt_exib_2 h1{
    margin: 0px;
    padding: 10px;
    background-color: rgba(0,0,0,0.5);
    text-align: center;
    color: #c4bfab;
    font-family: 'fira_sans_regular';
    font-size: 24px;
    position: absolute;
    bottom: 0px;
    box-sizing: border-box;
    width: 100%;
    }
.icon_play{
    position: absolute;
    bottom: -30px;
    right: 0px;
}

#panoramas{
    width: 100%;
    height: 50%;
    background-color: #373737;
    position: relative;
    z-index: 10;
}
#owl-panoramas{
    display: block;
    width: 100%;
    height: 100%;
}
.item_panorama{
    width: 100%;
    height: 100%;
    background-size: cover;
    border: #373737 solid 40px;
    box-sizing: border-box;
    border-top: #373737 solid 165px;;
    cursor: pointer;
}
.item_panorama .slide_sign{
    position: absolute;
    top: 125px;
    width: 100%;
    border-left: transparent solid 0px;
    border-right: transparent solid 80px;
    box-sizing: border-box;
    text-align: center;
}

.item_panorama .slide_sign h1{
    font-family: 'fira_sans_regular';
    margin: 10px 0px 0px 0px;
    color: #949494;
    font-size: 18px;
    text-shadow:none;
}
#virt_pan{
    position: absolute;
    /*bottom: -20px; 
    right: 40px;
    width: 188px;
    height: 78px;*/
	top: 165px;
    right: 23px;
    width: 188px;
    height: 43px;
}

#virt_plan{
    position: absolute;
	bottom: 0px;
    left: 16px;
    width: 188px;
    height: 40px;
}

#virt_plan a {
	display: inline-block;
    width: 100%;
    height: 100%;
}

#panoramas .arrow_prev{
    position: absolute;
    top: 0px;
    left: 5px;
    height: 100%;
    width: 16px;
    box-sizing: border-box;
    border-top: transparent solid 165px;
    border-bottom: transparent solid 40px;
    cursor: pointer;
}

#panoramas .arrow_next{
    position: absolute;
    top: 0px;
    right: 5px;
    height: 100%;
    width: 16px;
    box-sizing: border-box;
    border-top: transparent solid 165px;
    border-bottom: transparent solid 40px;
    cursor: pointer;
}

#panoramas .owl-theme .owl-controls{
    margin-top: -30px;
    margin-left: 30px;
    text-align: left;
}
#panoramas .owl-theme .owl-controls .owl-page span{
    background: #9d6b4a;
}
#right_bottom_block .slide_sign{
    position: absolute;
    top: 0px;
    width: 100%;
    text-align: center;
    padding-right: 40px;
    box-sizing: border-box;
    pointer-events: none;
}
#right_bottom_block h1{

    font-family: 'fira_sans_regular';
    margin: 5px 0px 0px 0px;
    color: #606060;
    font-size: 18px;
    text-shadow: none;

}
#right_bottom_block .owl-theme .owl-controls{
    margin-left: 0px;
    text-align: left;
}
#right_bottom_block .owl-theme .owl-controls .owl-page span{
    background: #ddd;
}
.owl-theme .owl-controls .owl-page span {
	width: 9px;
	height: 9px;
	margin: 4px 6px;
}

#info{
    position: absolute;
    bottom: -50px;
    width: 60px;
    right: 70px;
    height: 30px;
    cursor: pointer;
}
#soc_nets{
	position: absolute;
	bottom: -55px;
	width: 40px;
	right: 10px;
	height: 35px;
	cursor: pointer;
}
#sub_menu{
    width: 100%;
    height: 30px;
    margin-top: 3px;
    cursor: pointer;
	background-size: 7%;
}
.fon_transform{
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
/*    background-position: center 35px; */
}

/* PANORAMS */
#description_wrapper {
    position: absolute;
    top: 0px;
    right: 0px;
    width: 60%;
    height: 100%;
    z-index: 90;
	pointer-events: none;
/*    background-color: #aeaeae;
    border-bottom: transparent solid 75px;
    box-sizing: border-box;
    pointer-events: none;        */
}
#description{
    width: 100%;
    height: 100%;
    background-color: #aeaeae;
}
#desc_arrow{
    position: absolute;
    right: 0px;
    top: 0px;
    height: 50%;
    width: 40px;
    cursor: pointer;
    background-size: 80%;
    background-position: top center;
    pointer-events: auto;
    opacity: 0.5;
    border-left: 30px solid transparent;
}
#empty_points-event{
    position: absolute;
    right: 0px;
    bottom: 0px;
    height: 150px;
    width: 150px;
    pointer-events: auto;
}

#description_up{
    width: 100%;
    height: 50%;
    background-color: #888;
    padding-top: 0px;
    box-sizing: border-box;
	border-bottom: 40px;
	overflow: hidden;
    pointer-events: auto;
    border-bottom: 45px solid transparent;
    padding-bottom: 45px;
}
#description_map{
     width: 100%;
     height: 50%;
/*    background-color: #aeaeae; */
    border-bottom: transparent solid 75px;
    box-sizing: border-box;
}
#map{
    box-sizing: border-box;
    padding: 0px 20px 0px 20px;
    width: 100%;
    height: 100%;
    background-color: #787878;
    position: relative;
    pointer-events: auto;
}
#map p{
    font-family: 'fira_sans_regular';
    color: #dadada;
    margin: 0px;
    font-size: 16px;
    padding: 3px 0px 0px 70px;
    text-transform: uppercase;
    }
.map_info{
    position: absolute;
    top: -35px;
    left: 20px;
    height: 70px;
    width: 70px;
}
.map_info img{
    height: 60px;
}
#yandex_map_wrapper{
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
    border: 25px solid transparent;
    border-left: 25px solid transparent;
/*    border-left: 25px solid transparent; */
    box-sizing: border-box;
}
#yandex_map{
    height: 100%;
    width: 100%;
    border: 1px solid #000;
    box-sizing: border-box;
}
.line_contact{
    width: 100%;
    background-color: #9d9d9d;
    position: relative;
}
.line_contact p{
	font-family: 'fira_sans_regular';
	color: #dcdbdb;
	margin: 0px;
	font-size: 16px;
	text-transform: uppercase;
	padding: 70px 0px 33px 93px;
}
.line_contact .map_info{
    top: 28px;
    left: 20px;
    height: 70px;
    width: 70px;
}
.line_contact .map_info img{
    height: 70px;
}
#info_museum_table{
    padding: 20px 20px 20px 20px;
	display: table-cell;
}

#info_museum_text{
	display: table-cell;
    color: #fdfdfd;
    font-family: 'fira_sans_regular';
    font-size: 14px;
    text-align: left;
	padding-right: 20px;
	padding-left: 60px;
	padding-top: 20px;
	padding-bottom: 20px;
}
#info_museum_table{
    color: #fdfdfd;
    font-family: 'fira_sans_regular';
    font-size: 14px;
    vertical-align: top;
    width: 40%;
}
#info_museum_table td{
    vertical-align: top;
    padding: 0px 10px 20px 0px;
}
#info_museum_table td:first-of-type{
    text-align: left;
/*    padding: 10px 10px 10px 0px; */
    font-weight: bold;
}
#info_museum_table td:last-of-type{
    text-align: right;
    padding: 10px 0px 10px 10px
    width: 60%;
}
#info_museum_table a{
    color: #7d4302;
    text-decoration: none;
}
#info_museum_table a:hover{
    color: #fff;
    text-decoration: underline;
}
#info_museum_text h1{
    color: #d7d6d6;
    font-size: 14px;
    margin: 30px 0px 0px 0px;
}
#info_museum_text h2{
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
}
#info_museum_text h3{
    color: #3a3939;
    font-size: 14px;
    margin: 0px;
}
#info_museum_text hr{
    width: 90%;
    /* background-color: #a3a3a3; */
    border-color: #a3a3a3;
    /* height: 1px; */
    margin: 0px;

}
#info_museum_text p{
    margin: 0px;
}
#info_museum_text p:first-of-type{
/*    margin-top: 10px; */
}
    #info_museum_text, #info_museum_table, #info_museum_text h1, #info_museum_text h2, #info_museum_text h3{
        font-size: 16px;
    }

/* МЕДИАТЕКА  */
.video_poster{
    position: relative;
}

#media_teka_wrapper{
    position: fixed;
    top: 0px;
    width: 40%;
    height: 100%;
    z-index: 1200;
    box-sizing: border-box;
    border-top: transparent solid 125px;
    overflow: hidden;
}
#media_teka{
    width: 100%;
    background-color: #424242;
    height: 100%;
    padding: 30px;
    overflow-y: auto;
    overflow-x: hidden;
    -webkit-box-shadow: 6px -4px 5px 0px rgba(50, 50, 50, 0.65);
    -moz-box-shadow:    6px -4px 5px 0px rgba(50, 50, 50, 0.65);
    box-shadow:         6px -4px 5px 0px rgba(50, 50, 50, 0.65);
    box-sizing: border-box;
}
#museum_media, #museum_afisha{
    cursor: pointer;
}
#media_header{
    width: 100%;
    display: table;
}

#media_header_sign{
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    font-family: 'fira_sans_light';
    color: #b1afaf;
    text-transform: uppercase;
    font-size: 23px;

}
#media_header_sign span{
    margin: 0px 0px 20px 10px;
    position: relative;
    bottom: 15px;
}

#media_header_close{
    display: table-cell;
    vertical-align: top;
    text-align: right;
    cursor: pointer;
    position: fixed;
    margin-left: 5px;
    margin-top: -28px;
}
#media_header_close img{
}
#media_table{
    border: #aaa 1px solid;
    width: 100%;
	cursor: default;
}
#media_table td{
    padding: 15px;
    text-align: left;
    vertical-align: top;
    position: relative;
}
#media_table tr{
    border: #aaa 1px solid;
}
#media_table tr:nth-child(even){
    background-color: #4e4e4e;
}
#media_table tr:hover{
    background-color: #4e6d8b;
}
.td_sign{
    width: 100%;
}

#media_table h1{
    font-family: 'fira_sans_light';
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    margin: 0px 0px 0px 0px;
  line-height: 97%;
}
#media_table h2{
    font-family: 'fira_sans_light';
    color: #cccbcb;
    text-transform: uppercase;
    font-size: 16px;
    margin: 10px 0px 0px 0px;
    font-style: italic;
  line-height: 97%;
}
#media_table h3{
    font-family: 'fira_sans_light';
    color: #fff;
    font-size: 17px;
    margin: 10px 0px 0px 0px;
    font-weight: normal;
  line-height: 97%;
}
#media_table h4{
  font-family: 'fira_sans_light';
  color: #fff;
  font-size: 22px;
  margin: 10px 20px 10px 0px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  font-weight: normal;
  background-color: #363636;
  padding: 0px 10px 0px 10px;
  color: #8b8b8b;
}
.empty_little_block{
    height: 20px;
}

#media_items{

}
.bt_play{
    position: relative;
    bottom: 35px;
    right: 0px;
    cursor: pointer;
}

#text_museum p{
    font-family: 'fira_sans_regular';
    color: #fff;
    font-size: 16px;
    margin: 10px 20px 0px 20px;
}
    #media_header_sign img{
        width: 50px;
    }
/* МЕДИАТЕКА  */
#info_wrapper{
	width: 100%;
	height: 80%;
	border-bottom: solid #aeaeae 0px;
	overflow-x: hidden;
	overflow-y: auto;
	box-sizing: border-box;
/*	padding-bottom: 40px; */
}

@media screen and (max-height: 900px){
	.line_contact .map_info img{
	    height: 60px;
	}
	.map_info{
	    position: absolute;
	    top: -35px;
	    left: 20px;
	    height: 70px;
	    width: 70px;
	}
	.map_info img{
	    height: 60px;
	}
	#media_header_close{
	    margin-left: 8px;
	    margin-top: -27px;
	}
	.line_contact p{
		padding: 60px 0px 16px 87px;
	}

    #info_museum_table{
        padding: 10px 20px 20px 20px;
    	display: table-cell;
    }
    .map_info img{
        height: 55px;
    }
    #info_museum_text h1 {
        margin: 20px 0px 0px 0px;
    }
    #description_up{
        padding-top: 0px;
    }
    #text_museum p{
        font-size: 14px;
    }

    #media_teka_wrapper{
        border-top: transparent solid 100px;
    }
    #description_map{
        border-bottom: transparent solid 65px;
    }
	#top_panel {
		height: 100px;
	}
    #bottom_left_panel{
        height: 65px;
    }
    .item_panorama{
        border-top: #373737 solid 140px;;
    }
    .item_panorama .slide_sign{
        top: 100px;
    }
    .item_panorama .slide_sign h1{
        font-size: 15px;
    }
    #right_bottom_block h1{
        font-size: 15px;
    }
    .icon_play img{
        width: 90px;
    }
    .icon_play.vv img{
        width: 130px;
    }
/*    #virt_exib{
        border-top: solid #373737 130px;
        }                   */

    #media_table h1{
        font-size: 18px;
    }
    #media_table h2{
        font-size: 12px;
    }
    #media_table h3{
      font-size: 12px;
    }
    #virt_exib h1{
        font-size: 20px;
        }
    #virt_exib_2 h1{
        font-size: 20px;
        }
    #buttons{
        border-bottom: solid #191919 65px;
    }
    #right_bottom_block{
        border-bottom: solid #4d4d4d 65px;
    }
    #virt_pan{
        width: 141px;
        height: 59px;
        bottom: -10px;
    }
    #panoramas .arrow_prev, #panoramas .arrow_next{
        border-top: transparent solid 140px;
    }

    .museum_sign p {
        font-size: 14px;
        line-height: 17px;
    }
    #museum_logo {
        background-size: 60%;
    }
    #expo_sign p {
        font-size: 15px;
        line-height: 16px;
    }
    #expo_sign {
        background-size: 20%;
    }
    .slide_sign h1{
        font-size: 22px;
    }
    .slide_sign h2{
        font-size: 18px;
    }
    #info_museum_text, #info_museum_table, #info_museum_text h1, #info_museum_text h2, #info_museum_text h3{
        font-size: 14px;
    }
    #desc_arrow{
        background-size: 80%;
    }
    #media_header_sign img{
        width: 50px;
    }
    #media_header_sign {
        font-size: 18px;
    }
    #media_header_close img{
        width: 25px;
    }
	#media_table h4{
	  font-size: 18px;
	  margin: 0px 10px 10px 0px;
	  padding: 0px 5px 0px 5px;
	}
}

@media screen and (max-height: 770px){
	#media_header_close{
	    margin-left: 10px;
	    margin-top: -24px;
	}
    #info_museum_table{
        padding: 5px 20px 20px 20px;
    	display: table-cell;
    }
    #info_museum_text h1 {
        margin: 10px 0px 0px 0px;
    }
    #text_museum p{
        font-size: 14px;
    }
    #description_map{
        border-bottom: transparent solid 50px;
    }
    #media_teka_wrapper{
        border-top: transparent solid 70px;
    }
    #description_up{
        padding-top: 0px;
    }
    .line_contact .map_info {
        top: 20px;
    }
    .line_contact p {
        font-family: 'fira_sans_regular';
        color: #dcdbdb;
        margin: 0px;
        font-size: 12px;
        text-transform: uppercase;
		padding: 45px 0px 8px 70px;
    }
	#top_panel {
		height: 70px;
	}
    #bottom_left_panel{
        height: 50px;
    }
    .item_panorama{
        border-top: #373737 solid 110px;;
    }
    .item_panorama .slide_sign{
        top: 70px;
    }
    .item_panorama .slide_sign h1{
        font-size: 12px;
    }
    #right_bottom_block h1{
        font-size: 12px;
    }
    #virt_exib{
        border-top: solid #373737 80px;
        }
    #virt_exib_2{
        border-top: solid #191919 30px;
        border-bottom: solid #191919 80px;
        }
    #virt_exib h1{
        font-size: 16px;
        }
    #virt_exib_2 h1{
        font-size: 16px;
        }
    .icon_play img{
        width: 70px;
    }
    .icon_play.vv img{
        width: 105px;
    }
    #panoramas .arrow_prev, #panoramas .arrow_next{
        border-top: transparent solid 110px;
    }
   .museum_sign p {
        font-size: 12px;
        line-height: 15px;
    }
    #buttons{
        border-bottom: solid #191919 50px;
    }
    #right_bottom_block{
        border-bottom: solid #4d4d4d 50px;
    }
    #info{
        bottom: -40px;
        width: 35px;
        height: 30px;
		right: 70px;
    }
    .map_info img{
        height: 40px;
    }
    .map_info {
        top: -15px;
    }
	#soc_nets{
		bottom: -42px;
		width: 30px;
/*		right: 70px; */
		height: 35px;
	}

    #virt_pan{
		top: 100px;
		right: 38px;
    }
    #museum_logo {
        background-size: 60%;
    }
    #expo_sign p {
        font-size: 15px;
        line-height: 16px;
    }
    #expo_sign {
        background-size: 20%;
    }
    .slide_sign h1{
        font-size: 16px;
    }
    .slide_sign h2{
        font-size: 14px;
    }
    #info_museum_text, #info_museum_table, #info_museum_text h1, #info_museum_text h2, #info_museum_text h3{
        font-size: 12px;
    }
    #media_table h1{
        font-size: 15px;
    }
    #media_table h2{
        font-size: 10px;
    }
    #media_table h3{
        font-size: 10px;
    }
    .bt_play {
        bottom: 25px;
        right: 0px;
    }
    .bt_play img {
        width: 50px;
    }
    #media_table td {
        padding: 5px;
    }
    #desc_arrow{
        background-size: 60%;
    }
    #media_header_sign img{
        width: 35px;
    }
    #media_header_sign {
        font-size: 16px;
    }
    #media_header_close img{
        width: 20px;
    }
	.line_contact .map_info img {
 		height: 45px;
	}
	#map p {
		font-size: 12px;
		padding: 3px 0px 0px 50px;
	}
	#media_table h4{
	  font-size: 14px;
	  margin: 0px 5px 5px 0px;
	  padding: 0px 5px 0px 5px;

	}
}
.bt_play {
  position: absolute;
  bottom: -40px;
  left: 0px;
  cursor: pointer;
}
.video_poster {
  position: relative;
}
#media_table tr td:nth-child(1) {
  padding: 15px;
  text-align: left;
  vertical-align: top;
  position: relative;
  padding-bottom: 45px;
}
#master_pieces_sign{
  padding-top: 5px;
  color: #ddd;
  text-transform: uppercase;
  font-family: 'fira_sans_medium';
  font-size: 19px;
  pointer-events: none;
}
@media screen and (max-width: 1600px){
  #master_pieces_sign{
    font-size: 15px;
  }
}
@media screen and (max-width: 1200px){
  #master_pieces_sign{
    font-size: 13px;
  }
}
@media screen and (max-width: 1000px){
  #master_pieces_sign{
    font-size: 12px;
  }
}
#expo_sign a{
    text-decoration: none;
}