

/* Start:/local/templates/.default/components/bitrix/voting.form/opros_detail_main/style.css?16988308656092*/
ol.vote-items-list, ol.vote-items-list li {
	margin: 0; padding: 0; border: none; font-size: 100%;}

.content ol {
	padding-left: 0px !important;
}

:focus {
	outline: none !important;
}


.form_select_city {
    height: 52px;
    border: 1px solid #d1d1d1;
    background: #fff;
    /*padding-left: 12px;*/
    padding-right: 12px;
    /*width: 60%;*/
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url(/local/templates/inner/images/icons/down-arrow.svg);
    background-repeat: no-repeat;
    background-position: 95% 50%;
    line-height: 50px;

    font-size: 16px !important;
	width: 22vw;
	height: 48px;
	opacity: 1;
	padding-left: 18px;
	font-family: 'HelveticaNeueCyr', Helvetica, Tahoma, sans-serif;
	font-weight: normal;
}
.vote-items-list {
	margin-left: -60px;
}
.atom_element{
	list-style-type: none;
}
.vote-items-list .molekula_element {
	margin-left: 28px !important;
    font-family: Ubuntu;
    font-style: normal;
    font-weight: bold;
    font-size: 20px;
    line-height: 23px;
    margin-bottom: 50px;
}
.vote-items-list .otvets {
	margin-left: -22px;
	margin-bottom: 0px;
}
.vote-answer-item label {
	font-family: 'HelveticaNeueCyr', Helvetica, Tahoma, sans-serif;
	font-weight: normal;
}
.atom_element {
	margin-bottom: 0px !important;
}
.vote-item-title {
	margin-bottom: 29px;
font-family: Ubuntu;
font-style: normal;
font-weight: bold;
font-size: 20px;
line-height: 23px;
}
.starrequired {
	color: rgb(240,94,34);
}

.flex_block {
	display: flex;
	justify-content: space-between;
}

.text_field {
	width: 22vw;
	height: 48px;
	font-family: 'HelveticaNeueCyr', Helvetica, Tahoma, sans-serif;
	font-style: normal;
	font-weight: normal;
	font-size: 16px;
	line-height: 18px;
	opacity: 1;
	padding-left: 18px;
	font-weight: normal;
}
.bad {
	margin-right: 31px;
    position: relative;
    top: 5px;
    font-family: none;
    font-weight: normal;
}
.excellent {
	 position: relative;
    top: 5px;
     font-family: none;
    font-weight: normal;
}

.checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.checkbox + label {
	position: relative;
	padding: 0 0 0 27px;
	cursor: pointer;
	top: -20px;
}
.checkbox + label:before {
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
	width: 18px;
	height: 18px;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;
}
.checkbox:checked + label:after {
	content: '✔';
	font-size: 15px;
    color: rgb(0, 139, 138);
	position: absolute;
	top: 2px;
	left: 2px;
	width: 22px;
	height: 22px;

}
.checkbox:checked + label:before {
	background: #D1D1D1;
}

.checkbox:focus + label:before {

}



.special_checkbox {
	position: absolute;
	z-index: -1;
	opacity: 0;
	margin: 10px 0 0 20px;
}
.special_checkbox + label {
	position: relative;
	padding: 0 0 0 27px;
	cursor: pointer;
	top: -20px;
}
.special_checkbox + label:before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 20px;
	height: 20px;
	background: #FFFFFF;
	border: 1px solid #D1D1D1;

}
.special_checkbox:checked + label:after {
	content: '✔';
	font-size: 18px;
    color: #008B8A;
	position: absolute;
	top: 0px;
	left: 2px;
	width: 22px;
	height: 22px;

}
.special_checkbox:checked + label:before {
	background: #D1D1D1;
}

.special_checkbox:focus + label:before {

}

.radio_margin {
	margin-right: 31px !important;
}

.special_flex .text_field {
	width:20vw;
}
.special_flex{
	height: 100%;
	display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    height:
}
.special_flex .rowe {
	flex: 1 1 auto;
}
.rowe {
	margin-bottom: 30px;
}
.text_area_detail {
	padding-top: 10px;
	font-family: none;
    font-weight: normal;
}

/*sprite with stars*/
.radio_class input:checked ~ label, .radio_class label, .radio_class label:hover, .radio_class label:hover ~ label {
  background: url(/local/templates/inner/images/icons/double_star.png) no-repeat;
}

.radio_class {
  display: flex;
  /*fix floating problems*/
  overflow: hidden;
  *zoom: 1;
  /*end of fix floating problems*/

  position: relative;
  /* float: left; */
}

.radio_class input {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;

  width: 36px;
  height: 36px;

  position: absolute;
  top: 0;
  z-index: 0;
}

.radio_class input:checked ~ label {
  background-position: bottom;
  height: 36px;
  width: 36px;
}

.radio_class label {
  background-position: 0 0;
  height: 36px;
  width: 36px;
  float: right;
  cursor: pointer;
  margin-right: 0px;

  position: relative;
  z-index: 1;
}

.radio_class #star-0 {
  left: 0px;
}
.radio_class #star-1 {
  left: 53px;
}
.radio_class #star-2 {
  left: 106px;
}
.radio_class #star-3 {
  left: 159px;
}
.radio_class #star-4 {
  left: 212px;
}
.radio_class #star-5 {
  left: 265px;
}

label.anonim_label {
	font-size: 20px !important;
	font-weight: normal;
}

.vote_button button.btn {
	margin-top: 25px;
}
.vote-item-vote-last {
    margin-bottom: 0px !important;
}
.vote-question-list {
	margin-bottom: 0px !important;
}

.hidden_submit {
	display: none;
	width: 153px;
	height: 53px;
}
.hide_anonim_container {
	position: relative;
    top: 0px;
}
.captcha_block {
	display: flex !important;
	margin-top: 31px;
}
#captcha_word {
	margin-right:10px;
	margin-top: 0px;
	height: 48px;
}
.vote-note-box-text {
	color:red;
}
#captcha_word::-webkit-input-placeholder {font-size: 16px !important; padding-left: 18px}
#captcha_word::-moz-placeholder          {font-size: 16px !important; padding-left: 18px}/* Firefox 19+ */
#captcha_word:-moz-placeholder           {font-size: 16px !important; padding-left: 18px}/* Firefox 18- */
#captcha_word:-ms-input-placeholder      {font-size: 16px !important; padding-left: 18px}

@media (max-width: 720px) {
	.flex_block {
		display: inline-block !important;
		/*justify-content: space-between;*/
	}
	.form_select_city {
	width: 80vw;
	}
	.text_field {
	width: 80vw !important;
	margin-top: 15px;
	}
	.special_flex{
		height: fit-content !important;
	}
}

@media (max-width: 420px) {
	#captcha_word {
		margin-right:10px;
		margin-top: 0px;
		height: 48px;
		width: 40vw;
	}
}

/* End */
/* /local/templates/.default/components/bitrix/voting.form/opros_detail_main/style.css?16988308656092 */
