﻿html {
	-ms-touch-action: none;
}
html,body{
    font-family: 'fira_sans_light';
	margin: 0px;
	padding: 0px;
    resize: none;
    overflow: hidden;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
  	background-color: #000;
}

#dop_iso{
	position: absolute;
	right: 0px;
	top: 50px;
	height: 100%;
	background-color: #363636;;
    width: 20%;
	overflow-x: hidden;
	overflow-y: auto;
}
.dop_iso_item{
width: 100%;
  height: 20%;
  border-top: 20px transparent solid;
  border-left: 20px transparent solid;
  border-right: 45px transparent solid;
  border-bottom: 3px transparent solid;
  box-sizing: border-box;
  position: relative;
  /* outline: 2px #999 solid; */
  padding-right: 40px;
  cursor: pointer;
}
.img_background{
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
}
.dop_img_border{
  position: absolute;
  width: 100%;
  height: 100%;
  outline: #999 solid 1px;
  padding: 2px;
  margin-top: -3px;
  margin-left: -3px;
  border: transparent solid 2px;
  transition: 0.2s linear;
  background-color: transparent
}
#dop_iso h1{
  color: #ddd;
  font-family: 'fira_sans_light'; 
  font-size: 15px;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
  margin-top: 40px;
  box-sizing: border-box;
  width: 100%;
  padding: 0px 42px 0px 20px;
  text-align: right;
}
.dop_iso_item:last-child{
	margin-bottom: 20px;
}
#bt_dop_iso_close{
  position: fixed;
  top: 55px;
  right: 10px;
  width: 25px;
  margin: 0px;
  cursor: pointer;
  opacity: 0.7;
/*  z-index: 50; */
}
.tapped{
	cursor: pointer;
}
#bt_dop_iso_open{
  position: absolute;
  bottom: 10%;
  right: 10px;
  cursor: pointer;
}
#central_block {
  margin: 0px;
  top: 50px;
}
#left_menu, #right_menu {
  overflow: hidden;
  box-sizing: border-box;
}
#description{
    left: 0px;
    width: 30%;
    box-sizing: border-box;
    top: 50px;
/*	z-index: 0;*/
}
#bt_all_menu {
  z-index: 10000;
}
#bg_fon, #card_full_scr{
  z-index: 50;
}
#black_load{
	position: relative;
	height: 100%;
	width: 100%;
	background-color: #000;
	top: 0px;
	bottom: 0px;
	z-index: 1000;
}
.dop_img_border.active{
  background-color: rgba(255, 255, 255, 0.2);
}
.left_down_menu img:nth-child(2) {
  height: 35px;
}
.left_down_menu img:first-child{
	padding: 0px 0px 0px 0px;
}
a{
	text-decoration: none;
}
.up_left_menu {
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  position: absolute;
  bottom: 7px;
  right: 70px;
}
#play_wrapper{
  position: absolute;
  right: 110px;
  bottom: 7px;
}
#play{
  position: absolute;
  right: 125px;
  bottom: 7px;
  cursor: pointer;
}
#play_tfk{
  position: absolute;
  right: 70px;
  bottom: 7px;
  cursor: pointer;
}
#play_rjya{
  position: absolute;
  right: 15px;
  bottom: 7px;
  cursor: pointer;
}
#play_video {
  height: auto;
  position: absolute;
  right: 180px;
  bottom: 7px;
  cursor: pointer;
}
.right_down_menu img {
  margin: 0px 7px 0px 10px;
  vertical-align: middle;
}
#music_play{
  height: 34px;
  margin: 0px 8px 0px 8px;
}
@media screen and (max-width: 1000px){
	#description, #dop_iso{
		overflow-x: hidden;
		overflow-y: scroll;
		z-index: 100;
	}
	#bt_dop_iso_open{
		z-index: 100;
	}
	#ascrail2000{
		z-index: 10;
	}

}

.fancybox-opened{
/*  z-index: 100000; */
}
@media screen and (min-width: 1000px){
		.dop_img_border:hover{
		  background-color: rgba(255, 255, 255, 0.2);
		}
	}
@media screen and (max-width: 1400px){
	#dop_iso h1{
	  font-size: 13px;
	}
}
@media screen and (max-width: 1000px){
	#dop_iso h1{
	  font-size: 12px;
	}
}