@font-face {
	font-family: 'icomoon';
	src: url('icons/icomoon.eot');
	src: url('icons/icomoon.eot@') format('embedded-opentype'),
		url('icons/icomoon.ttf.html') format('truetype'),
		url('icons/icomoon.woff') format('woff'),
		url('icons/icomoon.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
.wrapper--top {
	position: relative;
	display: inline-block;
}
.wrapper--3d {
	overflow: hidden;
	cursor:w-resize;
}
.wrapper--3d.fullscreen {
	background:#fff;
}
.wrapper--panel, .wrapper--3d {
	margin: 0;
	padding: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.wrapper--3d canvas {
	position: absolute;
}
.icon--panel {
	cursor:default;
	padding-bottom:30px;
	position: absolute;
	font-family: 'icomoon';
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.icon--panel.ios-top {
	top:0 !important;
	margin-top:0 !important;
}
.icon--panel a {
	color: #343740;
	width: 30px;
	height: 30px;
	line-height: 30px !important;
	font-size: 20px;
	cursor: pointer;
	border-radius:50%;
	text-align: center;
	text-decoration:none !important;
	background:#fff;
	opacity:.8;
}
.icon--panel a:hover {
	opacity:1;
}
.icon--panel a:active {
	color:#1ab09c !important;
}
.wrapper--top.small .icon--panel a {
	width:28px;
	height: 28px;
	line-height:28px !important;
	font-size:16px;
}
.icon--panel a.not--active, .icon--panel a.not--active:hover{
	color: #555;
	border-color:#555;
	opacity: 0.5;
}
.ip--horizon a {
	margin:0 4px;
	display: inline-block;
}
.ip--vertical {
	padding-bottom: 0;
}
.ip--vertical a {
	margin-bottom: 10px;
	display: block;
}
№textimage, .icon--panel a.not--active {
	font-size:0;
	color:transparent;
	display:none;
}