#imp_survey_carousel {
  padding: 20px 0 0 0;
  margin: 0;
  list-style: none;
}

#imp_survey_carousel .slick-arrow {
	background-image: url(/images/arrows1.svg);
	background-color: #fff;
	background-repeat: no-repeat;
	background-position: -9px -68px;
  position: absolute;
  top: 10px;
  right: 0;
  width: 40px;
  height: 40px;
  overflow: hidden;
  border: 0;
  text-indent: -9999px;
  cursor: pointer;
  z-index: 10;
}

#imp_survey_carousel .slick-arrow:active,
#imp_survey_carousel .slick-arrow:hover {
  background-position: -59px -9px;
}

#imp_survey_carousel .slick-arrow.slick-prev {
  background-position: -9px -9px;
  right: 40px;
  border-right: 10px solid #fff;
  display: block;
  width: 50px;
}

#imp_survey_carousel .slick-arrow.slick-prev:active,
#imp_survey_carousel .slick-arrow.slick-prev:hover {
  background-position: -59px -68px;
}

.voteplace {
  position: relative;
  z-index: 3;
}

.titleleft {
  padding: 20px 0 20px 45px;
}

.titleleft big {
  padding: 30px 25px 25px 0;
  margin: 0;
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  display: block;
}

.ct .titleleft big {
  color: #ff0096;  
}

.pravda .titleleft big {
  color: #3cc294;
}

.voteright {
  height: 404px;
}

.voteright .CTFPform {
  margin: 20px;
/*  height: 384px; */
}

.votetab {
  height: 424px;
  margin-top: 40px;
  position: relative;
}

.ct .votetab {
  background:url(/images/bg_CT.jpg) no-repeat;
}

.pravda .votetab {
  background:url(/images/bg_SP.jpg) no-repeat;
}

.votetab:before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 20px;
  left: 20px;
  z-index: 1;
}

.ct .votetab:before {
  background:url(/images/bg_CT2.jpg) no-repeat;
}

.pravda .votetab:before {
  background:url(/images/bg_SP2.jpg) no-repeat;
}

.votetab:after {
  content: "";
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 2;
}

.ct .votetab:after {
  margin-left: -218px;
  width: 237px;
  height: 436px;
  background:url(/images/takmenev.png) no-repeat;  
  background-size: contain;
}

.pravda .votetab:after {
  margin-left: -250px;
  width: 297px;
  height: 436px;
  background:url(/images/babayan.png) no-repeat;
  background-size: contain;
}

/*checkbox, radio*/
.vote .CFEcheckbox, 
.vote .CFEradio {
	background:url(/images/radio_polls.png) no-repeat;
}
.vote .CFEcheckbox_disabled,
.vote .CFEradio_disabled {
	background:url(/images/radio_polls.png) no-repeat;
}

.vote .CFEcheckbox {
	display:inline-block; 
	width:15px; 
	height:15px; 
	position:relative;
}
.vote .CFEradio {
	display:block; 
	vertical-align: top;
	float: left;
	width:20px; 
	height:20px; 
	margin: -3px 10px 15px 0;
	position:relative; 
	background-position:0 0;
}
.vote .CFEradio_checked {
	background-position: -20px 0;
}

.vote {
	position: relative;
	margin: 10px 0;
	padding: 19px 0;
	background: #fff;
}
.vote .line {	
	border-top: 2px solid #23292c;
}
.vote .rez_vote .line {
	margin: 0 0 5px 0;
}
.vote .time {
	background:url(/images/time_1900.png) no-repeat;
	width: 184px;
	height: 66px;
	margin: 0 0 0 25px;
}
.vote .dots {
	left: 117px;
	top: 27px;
	position: relative;
}
 .check_rez {
  font-family: 'Open Sans', sans-serif, Verdana, Arial;
  position: relative;
  background: #fff;
  opacity: .5;
  color: #280e54;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	padding: 19px 100px;
	cursor: pointer;
	border: 0;
	text-align: center;
	text-transform: uppercase;
	-webkit-appearance: none;
	border-radius: 0;
}

a.voted {
  background: #fff;
  opacity: .5;
  color: #280e54;
	font-size: 12px;
	line-height: 12px;
	font-weight: bold;
	text-decoration: none;
	display: block;
	cursor: pointer;
	border: 0;
	text-align: center;
	text-transform: uppercase;
	margin: 30px 45px 0 75px;
	padding: 19px 0;
}

.check_rez i {
  color: #d5d5d6;
  font-style: normal;
}

.check_rez b {
  color: #2c4279;  
}

.vote_wrap {
  padding-top: 25px;
  overflow: hidden;
}

.rez_vote .vote_wrap p {
	display: block;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
	overflow: auto;
	padding: 20px 40px 0 0;
	margin: 0;
}

.rez_vote .vote_wrap {
	color: #fff;
  padding-top: 20px;
  position: absolute;
  right: 0;
  top: 0;
}

.rez_vote .vote_wrap div {
  min-height: 70px;
}

.rez_vote .check_rez {
  margin-top: 10px;
}

.vote_wrap div.choosed span {
	color: #31aa13;
	
}
.vote_wrap div.percent {
	background: #31aa13;
	height: 2px;	
	margin: 4px 0 0 0;
}
.vote_wrap em {
	display: block;
	color: #304482;
	margin: 0 0 15px 0;
	font-size: 11px;
	width: 30px;
	float: right;
	font-style: normal;
}
.vote_wrap div.win div.percent {
	background: #31aa13;
}

.type12,
#votetitle1 span.type12,
#votetitle2 span.type12 {	
	font-size: 12px;
	line-height: 14px;
}
.type15,
#votetitle1 span.type15,
#votetitle2 span.type15 {
	font-size: 15px;
	line-height: 20px;
}
.type22,
#votetitle1 span.type22,
#votetitle2 span.type22 {
	font-size: 32px;
  letter-spacing: -0.5px;
  color: #fff;
  font-weight: 800;
}

.infeedback .type22,
.infeedback #votetitle1 span.type22,
.infeedback #votetitle2 span.type22 {
  font-size: 25px;
}

.infeedback .check_rez {
  margin-left: 0;
  margin-right: 40px;
}

.type22 b,
#votetitle1 span.type22 b,
#votetitle2 span.type22 b {
  font-weight: 800;  
}

.title_v {
	font-style: italic;
	font-weight: normal;
	display: block;
	padding: 15px 50px 0 50px;
	position: relative;
	text-align: center;
	font-size: 12px;
	line-height: normal;
}

.vote #vote_message2401 {
	position: absolute;
	top: 160px;
	left: 25px;
}
.percent_wrap {
	background: #fff;  
	height: 5px;
    margin: 0 0 4px; 
    display: block;
}

.vote1.votetab #votetitle1 .type12 {
  font-size: 20px;
  line-height: 24px;
}

.vote1.votetab .vote_wrap div.survey_ans {
  padding: 0 20px 20px 0;
}

.vTabLeft {
  background: url(/images/bg_tabvote.jpg) no-repeat;
  overflow: hidden;
  width: 354px;
  height: 286px;
  float: left;
  position: relative;
}

.vTabRight {
  height: 286px;
  width: 355px;
  float: right;
  position: relative;
}

/*checkbox, radio*/
.vote1 .CFEcheckbox, 
.vote1 .CFEradio {
  border-radius: 50%;
  border: 2px solid #fff;
  opacity: .5;
}
.vote1 .CFEcheckbox_disabled,
.vote1 .CFEradio_disabled {
	background:url(/images/radionew.png) no-repeat;
}

.vote1 .CFEcheckbox {
	display:inline-block; 
	width:15px; 
	height:15px; 
	position:relative;
}
.vote1 .CFEradio {
	display:block; 
	float: left;
	width:12px; 
	height:12px;
	z-index: 0;
	margin: 3px 0 0 0;
}

.vote1 .CFEradio:focus {outline:0;}

.vote1 .CFEradio_checked {
  position: relative;
}

.vote1 .CFEradio_checked:before {
  content: "";
  position: absolute;
  top: 2px;
  left: 2px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
}

.ct .vote1 .CFEradio_checked:before {
  border: 1px solid #3cc294;
  background: #3cc294;
}

.pravda .vote1 .CFEradio_checked:before {
  border: 1px solid #3cc294;
  background: #3cc294;
}

.headVote {
    height: 55px;
	background:url(/images/vote_bkgr_new_01.jpg) no-repeat;
}
.vote1 .line {
	background:url(/images/vote_line.gif) no-repeat;
	height: 2px;
	margin: 0 20px 0 20px;
}
.vote1 .rez_vote .line {
	margin: 0 0 5px 0;
}
.vote1 .time {
	background:url(/images/time_1900.png) no-repeat;
	width: 184px;
	height: 66px;
	margin: 0 0 0 25px;
}
.vote1 .dots {
	left: 117px;
	top: 27px;
	position: relative;
}

.vote1 {
	font-family: 'Open Sans', sans-serif, Verdana, Arial;
}

.vote1 .vote_wrap .qstn {
  cursor: pointer;
	display: block;
	font-size: 15px;
	line-height: 19px;
	color: #fff;
}

.vote1 .vote_wrap div.percent {
	background: #1a026e;
	height: 5px;	
	margin: 0 0 4px 0;
	padding: 0;
}

.vote1 .vote_wrap em {
  clear: both;
	display: block;
	color: #fff;
	opacity: .5;
  margin: 15px 0 0 0;
  font-size: 20pt;
  width: 90px;
	float: left;
	font-style: normal;
}

.vote1 .vote_wrap em sup {
  font-size: 10pt;
}

.vote1 .vote_wrap .win em {
  font-size: 28pt;
  opacity: 1;
}

.vote1 .vote_wrap div.win div.percent {
	background: #3fb94e;
}

#votetitle2 {
 	margin: 12px 0;
}
.vote1 #vote_message2401 {
	position: absolute;
	top: 160px;
	left: 25px;
}

.vote1 #votetitle1  .type12 {	
    font-size: 14px;
    line-height: 16px;
}
.vote1 #votetitle1 .type15 {
	font-size: 15px;
	line-height: 20px;
}

.vote1  #vote_message2401 {
	position: absolute;
	top: 160px;
	left: 25px;
}
.vote1 .percent_wrap {
	background: #c2c2c2;  
	height: 5px;
    margin: 0 0 10px 0; 
    display: block;
}

.votePeredacha  .vote1 {
    width: 680px;
    height: 320px;
    color: #fff;
    margin: 0;
    padding: 5px 0 0 0;
    position: relative;
    background: #fff;
}
.vote1 .vote_wrap div.survey_ans {
    clear: both;
}
.votePeredacha  .check_rez {
    color: #fff;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	display: block;
	padding: 12px 0;
	margin: 0;
	width: 240px;
	border: none;    
	cursor: pointer;
    position: absolute;
    bottom: 10px;
    left: 218px;
	background: rgba(41,46,107,1);
    background: -moz-linear-gradient(top, rgba(41,46,107,1) 0%, rgba(41,46,107,1) 29%, rgba(19,2,85,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(41,46,107,1)), color-stop(29%, rgba(41,46,107,1)), color-stop(100%, rgba(19,2,85,1)));
    background: -webkit-linear-gradient(top, rgba(41,46,107,1) 0%, rgba(41,46,107,1) 29%, rgba(19,2,85,1) 100%);
    background: -o-linear-gradient(top, rgba(41,46,107,1) 0%, rgba(41,46,107,1) 29%, rgba(19,2,85,1) 100%);
    background: -ms-linear-gradient(top, rgba(41,46,107,1) 0%, rgba(41,46,107,1) 29%, rgba(19,2,85,1) 100%);
    background: linear-gradient(to bottom, rgba(41,46,107,1) 0%, rgba(41,46,107,1) 29%, rgba(19,2,85,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#292e6b', endColorstr='#130255', GradientType=0 );
}

.votePeredacha .vote1 .vote_wrap div.checkRezWrap {
    text-transform: none;
}
.votePeredacha .vote1 .vote_wrap div {
	display: block;
	font-size: 12px;
	line-height: 13px;
	font-weight: bold;
	color: #1a026e;
	text-transform: uppercase;
	background: rgba(230,230,230,1);
background: -moz-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(230,230,230,1)), color-stop(85%, rgba(255,255,255,1)), color-stop(100%, rgba(255,255,255,1)));
background: -webkit-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
background: -o-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
background: -ms-linear-gradient(top, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
background: linear-gradient(to bottom, rgba(230,230,230,1) 0%, rgba(255,255,255,1) 85%, rgba(255,255,255,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6e6e6', endColorstr='#ffffff', GradientType=0 );
}
.votePeredacha .vote1 #votetitle1, 
.votePeredacha .vote1 #votetitle2 {
    text-align: left;
    padding: 10px;
    height: auto;
}
.votePeredacha .vote1 .title {
    margin: 0 5px 15px 5px;
}
.votePeredacha .vote1 #votetitle1 .type22 {
	font-size: 22px;
	line-height: 25px;
}


.votePeredacha .vote1 .vote_wrap div.survey_ans {
    padding: 20px 25px 20px 25px;
}
.votePeredacha .vote1 .CFEradio {
    margin: -2px 20px 20px 0;
}
.votePeredacha .vote1 .rez_vote .vote_wrap div {
    padding: 0 20px 15px 25px;
}
.votePeredacha  .vote1  .rez_vote .vote_wrap div.percent {
    padding: 0;
}
.votePeredacha .vote1 .percent_wrap {
    background: #c2c2c2;
    height: 7px;
    margin: 0 0 12px 0;
    display: block;
}
.votePeredacha .vote1 .vote_wrap div.percent {
    background: #1a026e;
    height: 7px;
    margin: 0 0 4px 0;
    padding: 0;
}
.votePeredacha .qstn {
    padding: 7px 0 0 0;
}
.votePeredacha .vote1 .vote_wrap em {
    display: block;
    color: #1a026e;
    margin: 7px 15px 10px 0;
    font-size: 30px;
    width: 60px;
    float: left;
    font-style: normal;
}
.votePeredacha .vote1 .vote_wrap {
    height: auto;
}

#vote_peredacha {
	margin: 10px 0;
	padding: 10px 0;
	background: #fff;
}
.lineH3 {
	border-top: 2px solid #23292c;
	height: 10px;
}
.lineH3 h3 {
	margin: -15px auto 0 auto;
	font-size: 14px;
	color: #23292c;
	background-color: #fff;
	text-align: center;
	padding: 5px;
	width: 100px;
}
#vote_peredacha h2 span {
	font-style: italic;
	font-weight: normal;
	display: block;
	padding: 0;
	position: relative;
	text-align: center;
	font-size: 24px;
}

#vote_peredacha .CFEcheckbox, 
#vote_peredacha .CFEradio {
	background:url(/images/radio_polls.png) no-repeat;
}
#vote_peredacha .CFEcheckbox_disabled,
#vote_peredacha .CFEradio_disabled {
	background:url(/images/radio_polls.png) no-repeat;
}

#vote_peredacha .CFEcheckbox {
	display:inline-block; 
	width:15px; 
	height:15px; 
	position:relative;
}
#vote_peredacha .CFEradio {
	display:block; 
	vertical-align: top;
	float: left;
	width:20px; 
	height:17px; 
	margin: -3px 5px 0 0;
	position:relative; 
	background-position:0 0;
}

.voteBl span {
	display: block;
	clear: both;
	margin: 0 0 20px 0;
}

.votepage h2 {    
    color: #000;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    margin:  0 auto;
    display: block;
    text-transform: uppercase;
    letter-spacing: 4px;
}
.votepage h1 {
    color: #000;
    text-align: center;
    font-size: 30px;
    line-height: 36px;
    font-weight: normal;
    margin: 30px auto 0 auto;
    display: block;
}
.questions {
    margin: 80px auto;
    width: 430px;
}
.questions div {
    margin: 0 0 20px 0;
}
.questions span,
.questions span a {
    font-size: 14px;
    font-weight: bold;  
    text-decoration: none;
    color: #000;  
}
.questions span a:hover { 
    text-decoration: underline;
    color: #6fbaff;  
}
.votepage {
    padding: 50px 0;
}
.voteBtn {
  text-align: center;
  background: #1ba600;
  font-size: 14px;
  color: #fff;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  text-decoration: none;
	text-align: center;
	display: block;
	padding: 12px;	
    margin: 80px auto 0 auto;
	border: none;    
	min-width: 200px;
	cursor: pointer;
}
.voteBtn:hover  {
	background: #272727;  
}
.voteBtn a {
  color: #fff;
  display: block;
  text-decoration: none;
  padding: 8px 0; 
  height: 16px;
}

.questions .CFEradio {
    display: block;
    vertical-align: top;
    float: left;
    width: 16px;
    height: 16px;
    margin: 1px 7px 0 0;
    position: relative;
    background-position: 0 0;
}
.questions  .CFEradio {
    background: url(/images/poll.gif) no-repeat;
}
.questions .CFEradio.CFEradio_checked {
    background-position: 0 -16px;
}
.votepage .questions .win em {
    color: #1ba600;
}
.votepage .questions em {
    position: relative;
    float: right;
    display: inline-block;    
    color: #a7a7a7;
    font-size: 14px;
    margin: 0 0 0 20px;
    font-style: normal;
}
.questions div.voted {
    text-align: center;
    background: #a7a7a7;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
	text-align: center;
	display: block;
	padding: 12px;	
    margin: 80px auto 0 auto;
	border: none;    
	width: 200px;
}
.questions div.voteRez {
    text-align: center;       
    color: #a7a7a7;
    font-size: 12px;
    margin: 40px 0 0 0;
}

@media screen and (max-width: 1299px) {

  .titleleft {
    padding: 20px 20px 20px 45px;
  }

}

@media screen and (max-width: 969px) {

  #imp_survey_carousel {
    padding: 40px 0 0 0;
  }
 
  #imp_survey_carousel .slick-arrow.slick-next {
    right: 20px;
  }
 
 #imp_survey_carousel .slick-arrow.slick-prev {
   right: 60px;
 }
 
}