#content_left #opros_announcement {
	margin:	 20px 0;
	font-size:  14px;
	line-height:130%;
	max-width:  750px;
}
#content_left #opros_start {
	display:	block;
	background: #eeebe8;
	padding:	14px 20px 16px;
	text-align: center;
	color:	  #8972aa;
	text-decoration: underline;
	cursor:	 pointer;
	font-weight:bold;
	font-size:  18px;
	max-width:  950px;
	margin:	 0 0 20px;
	box-sizing: border-box;
}
#content_left #opros_end {
	display:	block;
	background: #eeebe8;
	padding:	14px 20px 16px;
	text-align: center;
	color:	  #8972aa;
	font-weight:bold;
	font-size:  18px;
	max-width:  950px;
	margin:	 0 0 20px;
	box-sizing: border-box;
}
#content_left #opros_start:hover {
	color:	  #7b4d98;
}
#content_left #opros_content {
	background: #eeebe8;
	padding:	30px 40px;
	max-width:  950px;
	box-sizing: border-box;
	display:	none;
}
#content_left #opros_numbers {
	width:	  100%;
	height:	 auto;
	margin:	 0 0 10px;
}
#content_left #opros_numbers .opros_number {
	width:	  40px;
	height:	 16px;
	margin:	 10px 10px 0 0;
	padding:	12px 0;
	/*float:	  left;*/
	background: #d7d7d7;
	color:	  #a0a0a4;
	text-align: center;
	display: inline-block;
}
#content_left #opros_numbers .opros_number_done {
	background: #8972aa;
	color:	  #ffffff;
}
#content_left .opros_question {
	display:	none;
}
#content_left .opros_question .opros_question_image {
	background:#ffffff;
	margin:	 0 0 10px;
	border: 1px solid rgba(0,0,0,0.25);
	/*box-shadow: 0 0 5px rgba(0,0,0,0.25);*/
}
#content_left .opros_question .opros_question_image img {
	max-width:  100%;
	display:	block;
	margin:	 0 auto;
}
#content_left .opros_question .opros_question_title {
	background: #8972aa;
	color:	  #ffffff;
	padding:	9px 12px;
	font-size:  24px;
	font-weight: bold;
}
#content_left .opros_question .opros_answers {
	position: relative;
	background: #ffffff;
	width: 100%;
	font-size: 16px;
	/*padding:	12px 12px 2px;*/
}
.opros_answers .opros_answers_row {
	border-top: 1px solid #ebe7e4;
	box-sizing: border-box;
	cursor: pointer;
}
.opros_question .opros_answers_special_row {
	border-bottom: 1px solid #ebe7e4;
}
.opros_answers .opros_answers_anket {
    border-top: 1px solid #ebe7e4;
    box-sizing: border-box;
}
.opros_answers .opros_answers_anket div {
    display: inline-block;
    padding: 15px 15px 15px 35px;
    box-sizing: border-box;
    width: 200px;
    text-align: right;
}
.opros_answers .opros_answers_anket input {
    border: 1px solid #626262;
    padding: 5px 10px;
    box-sizing: border-box;
    font-size: 16px;
    width: 300px;
}
.opros_question .opros_answers_row:hover {
	background: #e8e2f0;
}
#content_left .opros_question .opros_answers .opros_answers_row input{
	position: absolute;
	margin: 15px 5px 15px 15px;
	cursor: pointer;
}
#content_left .opros_question .opros_answers .opros_answers_row .answer_var{
	display: inline-block;
	padding: 15px 15px 15px 35px;
	cursor: pointer;
	box-sizing: border-box;
}

#content_left .opros_question .opros_answers .opros_answers_row_custom {
	/*margin:	 0 -12px 10px;*/
	/*border:	 2px solid #8972aa;*/
	/*border:	 1px solid #808080;*/
	/*padding:	7px 12px;*/
	display:	none;
	/*margin: 0 15px 0 15px;*/
}
.opros_answers .selected_row {
	background: #e8e2f0;
}
#content_left .opros_question .opros_answers .opros_answers_row_custom:last-child {
	/*margin:	 0 -12px -2px;*/
	/*padding: 0 15px 0 15px;*/
	background: #e8e2f0!important;
	padding: 0 15px 15px 15px;
}
#content_left .opros_question .opros_answers .opros_answers_row_custom > div {
	/*background:	 #8972aa;*/
	/*color:		  #ffffff;*/
	/*margin-left: 30px;*/
}
#content_left .opros_question .opros_answers .opros_answers_row_custom .your_version {
	padding: 15px 0;
}
#content_left .opros_question .opros_answers .opros_answers_row_custom > div > textarea {
	width: 100%;
	border:		 1px solid #626262;
	resize:		 none;
	/*height:		 5em;*/
	outline: none;
	padding: 10px 15px 10px 20px;
	box-sizing: border-box;
	font-size: 16px;
}
#content_left #opros_next {
	margin:			24px auto 0;
	border:			1px solid #d1d2d4;
	padding: 		6px 10px;
	display:		block;
	cursor:			pointer;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eeeff0+0,dcddde+45,d1d2d4+100 */
	background: 	#eeeff0; /* Old browsers */
	background: 	-moz-linear-gradient(top, #eeeff0 0%, #dcddde 45%, #d1d2d4 100%); /* FF3.6-15 */
	background: 	-webkit-linear-gradient(top, #eeeff0 0%,#dcddde 45%,#d1d2d4 100%); /* Chrome10-25,Safari5.1-6 */
	background: 	linear-gradient(to bottom, #eeeff0 0%,#dcddde 45%,#d1d2d4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: 		progid:DXImageTransform.Microsoft.gradient( startColorstr='#eeeff0', endColorstr='#d1d2d4',GradientType=0 ); /* IE6-9 */
	font-size:		10px;
	font-weight:	bold;
}

.quest_access_denied {
	width: 100%;
	max-width: 950px;
	background: #eeebe8;
}
.quest_access_denied > div {
	/*margin: 30px 120px;*/
}
.quest_access_denied p {
	padding: 14px 20px 16px;
	text-align: center;
	font-size: 18px;
	color: #8972AA;
}
.quest_access_denied a {
	/*font-weight: bold;*/
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid #8972AA;
}
.quest_access_denied a:hover {
	border-bottom: 1px solid #8972AA;
}

/* PRIZE FORM */
#prize_container {
	width: 100%;
	max-width: 950px;
	color: #000;
	font-size: 16px;
	font-weight: normal;
	padding: 15px;
	background: #eeebe8;
}
#prize_container > div {
	padding: 40px 20px;
	text-align: center;
}
#prize_container p {
	margin: 0 auto;
	width: 320px;
	font-size: 28px;
}
#prize_container .prize_answers_container {
	display: block;
	position: relative;
	list-style: none;
	width: 100%;
	max-width: 550px;
	margin: 30px auto;
	background: #fff;
	font-size: 16px;
}
.grey {
	background: #eeebe8;
	border-left: 0 solid #eeebe8!important;
	border-right: none!important;
}
#prize_container .prize_answers_container li {
	position: relative;
	border-bottom: 1px solid #d9dada;
	min-height: 30px;
	cursor: pointer;
	text-align: left;
	box-sizing: border-box;
}
#prize_container .prize_answers_container li:first-child {
	border-top: 1px solid #d9dada;
}
.check_var {
	height: 35px;
	padding-left: 50px;
	padding-top: 15px;
}
#prize_container .prize_answers_container .check_var > span:before{
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	position: absolute;
	top: 13px;
	left: 20px;
	background-image: url(/template/images/taxes_active_pointer_passive.jpg);
}
#prize_container .prize_answers_container .selected .check_var > span:before {
	content: '';
	display: inline-block;
	height: 20px;
	width: 20px;
	background-image: url(/template/images/taxes_active_pointer_active.jpg);
}
.anketa_wrapper {
	margin-left: 30px;
	position: relative;
	padding-top: 0px;
}
.prize_anketa {
	position: relative;
	width: 100%;
	height: 0;
	overflow: hidden;
	transition: 1s;
	/*margin-left: 30px;*/

	font-size: 13px;
	font-weight: normal;

}
.selected .prize_anketa {
	position: relative;
	height: auto;
	transition: 1s;
	margin-bottom: 20px;
	margin-top: 20px;
	overflow: visible;
}
.prize_anketa > div {
	margin-top: 10px;

}
.prize_anketa span {
	font-size: 11px;
	font-style: italic;
	color: #cc0f13;
	top: -20px;
}
.prize_anketa .main{
	position: absolute;
	font-style: normal;
	font-size: 9px;
}
.prize_anketa > div tr{
	height: 90px;
}
.prize_anketa td:first-child {
	max-width: 200px;
}

.prize_anketa_input {
	width: 95%;
	max-width: 360px;
	height: 30px;
	font-size: 16px;
	outline: none;
}
.prize_anketa_input:focus {
	-webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
}
.prize_anketa_text {
	width: 95%;
	max-width: 360px;
	height: 70px;
	font-size: 16px;
	resize: none;
	outline: none;
}
.prize_anketa_text:focus {
	-webkit-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 25px -5px rgba(0,0,0,0.75);
}
.prize_anketa .hidden {
	opacity: 0;
}
.user_info {
	display: none;
}
#get_answer {
	margin: 0 auto;
}

/* STYLES FOR LAST YEAR ELVER LIST */
/* Was copied and modified from /template/custom_css/elver_all_2018.css  */
.elver_num{
	/*margin: 15px 0;*/
	padding-top: 15px;
	padding-bottom: 15px;
}
.elver_num_articles {
	margin-top: 5px;
	/*margin-left: 25px;*/
	height: auto;
}
.elver_header {
	position: relative;
	cursor: pointer;
	padding-left: 35px;

}
.elver_header img {
	position: absolute;
	top: -3px;
	left: 10px;
	transform: rotate(180deg);
	transition: 1s;
}
.elver_header .number {
	font-size: 16px;
	font-weight: bold;
}
.elver_header .date {
	font-size: 8px;
}
.hidden_elver .elver_header img {
	transform: rotate(360deg);
	transition: 1s;
}
.hidden_elver .elver_num_articles {
	height: 0;
	margin-top: 0;
	overflow: hidden;
}
.link_line {
	position: relative;
	padding: 10px 0;
	cursor: pointer;
}
.link_line:hover {
	background: #e8e2f0;
}
.link_line:hover span {
	text-decoration: underline;
}
.elver_num_articles .marked {
	display: none;
	/*background: #f8f8f8;*/
}
.opros_answers_special_row h4 {
	display: block;
	padding-left: 60px;
}
.link_line span {
	display: block;
	padding-left: 60px;
}
.link_line .checkbox {
	position: absolute;
	top: 7px;
	left: 35px;
	width: 20px;
	height: 20px;
	background: url('/template/images/opros_checkbox.png') no-repeat;
	cursor: pointer;
	z-index: 999999;
}
.link_line .checked {
	background-position: 0 -20px;
}
.hidden_elver .link_line .checkbox {
	display: none;
}

.elver_title_container {
	position: relative;
	display: table;
	margin-bottom: -17px;
}
.elver_title_row {
	position: relative;
	display: table-row;
	cursor: pointer;
}
.elver_title_row  > div {
	display: table-cell;
}
.elver_number_data {
	font-size: 16px;
	min-width: 95px;
	max-width: 105px;
	padding-left: 55px;
	font-weight: bold;
	line-height: .3;
}
.elver_number_data  h4 {
	text-transform: lowercase;
	font-size: 10px;
	font-weight: normal;
}
.elver_number_data  h4:first-letter {
	text-transform: uppercase;
}
.elver_number_data  h4::first-letter {
	text-transform: uppercase;
}
.elver_title_spoiler {
	padding: 3px 10px 0px 0px;
	white-space: nowrap;
}
.lock {
	position: absolute;
	top: 7px;
	float: left;
}
.lock_hide {
	display: none;
}
.arrow {
	position: absolute;
	top: 7px;
	float: left;
	margin-left: 25px;
}

.elver_title_spoiler h4 {
	font-size: 10px;
	font-weight: normal;
	/*padding-left: 25px;*/
	font-weight: normal;
}
.elver_title_spoiler h4 {
	text-transform: lowercase;
}
.elver_title_spoiler h4:first-letter {
	text-transform: uppercase;
}
.elver_title_spoiler h4::first-letter {
	text-transform: uppercase;
}
.elver_title_main {
	font-size: 16px;
	font-weight: bold;
}
.always_enabled_article {
	color: #000!important;
}
.closed_number .always_enabled_article {
	color: #faa61a!important;
}
.razd {
	background: #eeebe8;
	background: linear-gradient(to right, #fff 0%, #fff 150px, #eeebe8 150px, #eeebe8 100%);
	height: 1px;
	/*margin-top: 0px;*/
	/*margin-left: 150px;*/
	border: 0;
	width: 100%;
	max-width: 950px;
	margin: 15px 0;
}
.arrow_click {
	cursor: pointer;
}

.elver_content_container {
	padding-left: 150px;
	position: relative;
	width: 100%;
	max-height: 0;
	overflow: hidden;
	-moz-transition: max-height .3s linear;
	-webkit-transition: max-height .3s linear;
	-o-transition: max-height .3s linear;
	transition: max-height .3s linear;
	box-sizing: border-box;
}

.elver_number_container .opened {
	max-height: 1500px;
	-moz-transition: max-height 1s linear;
	-webkit-transition: max-height 1s linear;
	-o-transition: max-height 1s linear;
	transition: max-height 1s linear;
	box-sizing: border-box;
}
.elver_main_article {
	cursor: pointer;
	float:left;
	display: inline-block;
	white-space: nowrap;
}
.elver_main_article div {
	height: 100%;
	float: left;
}
.elver_main_article > div:nth-child(1) {
}
.elver_main_article > div:nth-child(1) > img {
	margin-top: 7px;
	cursor: pointer;
	transition: 1s;
}
.elver_title_container .arrow {
	transition: 1s;
}
.elver_title_container .rotated {
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	transition: 1s;
}
.elver_main_article > div:nth-child(2) {
	white-space:pre-line;
	font-size: 10px;
	padding: 0 10px;
	height: 100%;
}
.elver_main_article > div:nth-child(3) {
	font-size: 18px;
	padding: 0 10px;
	word-wrap: break-word;
}

.elver_line_between {
	width: 100%;
	max-width: 950px;
	height: 4px;
	background: #eeebe8;
	margin: 15px 0;
}
.elver_line {
	width: 100%;
	max-width: 800px;
	margin-top: -5px;
	margin-left: 150px;
	height: 1px;
	background: #eeebe8;
}
.elver_mag_image {
	width: 100px;
	position: absolute;
	margin-left: -140px;
	margin-top: 8px;
	border: 1px solid #ccc;
	-webkit-box-shadow: 1px 1px 0px 0px #000;
	-moz-box-shadow: 1px 1px 0px 0px #000;
	box-shadow: 1px 1px 0px 0px #000;
}
.magazine_articles {
	margin-top: 20px;
	padding-left: 15px;
}
.magazine_articles h4 {
	font-weight: bold;
	font-size: 16px;
}
.magazine_articles h4:not(:first-child) {
	margin-top: 15px;
}
.magazine_articles p {
	font-size: 16px;
}
.magazine_articles .closed_link {
	color: #888;
	text-decoration: none;
}
.magazine_articles .closed_link:hover {
	text-decoration: underline;
}
.conference_year {
	width: 30px;
}
.elver_link {
	color: #000;
	text-decoration: none;
}
.elver_link:hover {
	text-decoration: underline;
	color: #000!important;
}

.cheked_articles {
	list-style: none;
	position: relative;
	/*margin: 15px 0;*/
}
.cheked_articles li {
	position: relative;
	padding: 10px 0;
	background: #e8e2f0;
	cursor: pointer;
}
.cheked_articles li:first-child {
	margin-top: 15px;
}
.false_checkbox {
	position: absolute;
	top: 7px;
	left: 35px;
	width: 20px;
	height: 20px;
	background: url(/template/images/opros_checkbox.png) 0 -20px no-repeat;
	cursor: pointer;
	z-index: 999999;
}
.false_a_link {
	display: block;
	padding-left: 60px;
	color: #000!important;
}
.false_a_link:hover {
	text-decoration: underline;
}