div#intro {
	position: absolute;
	overflow: auto;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;

/* 	background-color: #000;
	background-size:cover;
	background-position: center; */
	border: 0;
	z-index:10000;
	}
	
div#intro::after {
  content: "";
  background: url('//3d.pano-tour.ru/slon1/css/bg.png') repeat; 
  opacity: 0.3;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  position: absolute;
  z-index: -1;   
}

.introtitle {
	position:relative;				
	width: 100%;
	margin: 0 auto;
	text-align:center;
	background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(0,0,0,0) 100%);
}
.introtitle h1{
font-family: Tahoma,Verdana,Segoe,sans-serif;
font-size: 35px;
font-style: normal;
font-variant: normal;
font-weight: 700;
color: #FFF;
}
.introtitle h2{
font-family: Tahoma,Verdana,Segoe,sans-serif;
font-size: 20px;
font-style: normal;
font-variant: normal;
font-weight: 400;
color: #FFF;
}
.buttons{text-align: center;
position:relative;

}
.btn{
display: inline-block;
text-decoration: none;
font-size: 24px;
font-weight: 500;
color: #170800;
border: 5px solid #E64156;
transition: all 0.3s ease 0s;
padding: 19px 37px;
font-family: Tahoma,Verdana,Segoe,sans-serif;
background: rgba(255, 255, 255, 0.7) none repeat scroll 0% 0%;
margin: 20px 50px;			
cursor:pointer;
border-radius: 15px;
}
.btn:hover {		
background: #E64156 none repeat scroll 0% 0%;
color: #FFF;
}
.errorlink{
position: absolute;
 height: 100%; min-height: 100%; width: 100%; margin: 0 auto; 
 z-index:10001;
 display: none;
 background: #000;
 text-align: center;
}
.errorlink h1{
	color:#f00;
	margin:10% auto;
	text-align: center;
}
.blockin {
width: 90%;
position: relative;
margin: 0px auto;
display: inline-flex;
}
.blocktx {
width: 50%;
color: rgb(255, 255, 255);
text-align: left;
font-family: Tahoma,Verdana,Arial,sans-serif;
float: left;
padding: 15px;
background: RGBA(0, 0, 0, 0.7);
border-radius: 10px;
}
.blocktx br {margin-bottom: 10px;}
.blockim {
width: 50%;
float: right;
}

.kolorBoxTopUIBar{
margin-top: -2px !important;
margin-bottom: -2px !important;
}
.kolorBox {
	height: auto !important;
}