@CHARSET "UTF-8";

#svg-container {
	position: absolute;
	width: 100%;
	height: 500px;
}
#intro {
	margin: 40px 0px; 
	width: 55%;
}
#intro h2 {
	color: #555;
	line-height: 140%;
}
#intro h2 a {
	color: #0388c0;
	text-decoration: underline;
}
#intro h2 a:hover {
	color: #ff202b;
	text-decoration: underline;
}
#tags {
	position: relative;
	margin: 40px 0 40px -40px;
	width: 70%;
	min-height: 250px;
	-height: 250px;
}

#problems-counter,
#investigations-counter,
#experts-counter {
	margin: 3em 0 1em 0;
	font-size: 115%;
	line-height: 150%; 
}

#question {
	position: absolute !important;
	top: -465px;
	width: 352px;
	height: 438px;
	overflow: hidden;
}
#question-mask {
	position: absolute;
	z-index: 2;
}
#people {
	width: 400px;
}
#people div {
	position: absolute;
	border: white 1px solid;
	z-index: 0;
}
#people div.active {
	border: #FF202B 3px solid;
	margin-left: -2px;
	margin-top: -2px;
	z-index: 1;
}

#question-bullit {
	position: relative;
	margin-top: 0;
	margin-left: 57px;
}
.problem .p-context {
	padding-top: 0;
}
/*
.problem .p-body {
	border: 3px solid #FF202B;
}
*/
.itsmine .p-body {
	border-color: #ff202b; 
}
.problem .p-body h2 {
	min-height: 50px;
}
.problem .arrow-r {
	background-position: top right !important;
}

.experts-box {
	width: 100%;
	position: relative;
	border: 3px solid #d7d7d7;
}
.experts-box .submit {
	position: absolute;
	bottom: -17px;
	right: 10px;
}
.experts-list {
	position: relative;
	width: 100%;
	margin: 10px 0;
	/*margin-bottom: 15px;*/
	overflow: hidden;
}
.experts {
	position: relative;
	margin: 0 10px;
	float: left;
}
.experts .person {
	position: relative;
	float: left;
	margin: 0 10px 0 0;
	padding: 0;
	clear: none;
}
.experts .person .u-pic {
	height: auto;
	margin: 0;
	padding: 0;
}
.experts .person .u-pic img.pic {
	margin: 0;
	margin-top: 0;
	position: relative;
}
.experts .person .u-pic span.star {
	margin: 0;
	top: 0;
}

.overflow-wrapper {
	position: relative;
	width: 5000px;
}

/* Позиционирование слоёв */

#question {
	z-index: 1;
}
#svg-container {
	z-index: 2;
}
#tags,
#problems-counter,
#problems .p-body {
	position: relative;
	z-index: 3;
}
#question-bullit {
	position: relative;
	z-index: 4;
}

.quote {
	position: absolute;
	margin-left: 0px;
}
.quote .mask {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
}
.quote .text {
	margin-top: 10px;
	font-family: "Trebuchet MS", Tahoma, Arial;
	font-size: 140%;
	line-height: 130%;
	font-style: italic;
}
.quote .author {
	margin-top: 10px;
	margin-left: 80px;
}

#hotline {
	position: relative;
	margin-top: 10px;
	color: #333;
	font-family: "Trebuchet MS", Tahoma;
	font-size: 240%;
	line-height: 120%;
	font-weight: normal;
	margin-left: -4px;
} 



