/*Стили для форм поиска*/
.search_form{
	display: inline-block;
	margin: 15px 0; 
	padding: 10px;
	border: 1px solid #91BBDB;
	width: 100%;
}
.search_form label{
	margin: 0 5px;
}
.search_form h3{
	margin: 5px 0;
}
.search_form input[type="text"], .search_form select{
	padding: 5px;
}
.search_form input.datepicker-here{
	cursor: pointer;
	text-align: center;
}
.search_form .send_search{
	display: inline-block;
	margin: 10px 0;	
	padding: 5px 20px;
}
.search_form .send_search_extend{
	display: block;
	margin: 15px auto;	
	padding: 5px 20px;
}
.extend_search_link{
	display: block;
	text-align: right;
}
.referendum_rus, .referendum_kaz{
	width:100%;
	height:222px;
	margin:5px 0;
	background-image: url('../../../sites/integro.kz/uploads/referendum/ref_rus.jpg');
	background-repeat: no-repeat;
	background-position: center 0;
	background-size: cover;
}
.referendum_kaz{
	background-image: url('../../../sites/integro.kz/uploads/referendum/ref_kaz.jpg');
}
.referendum_rus ul {
    display: block;
    list-style-type: none;
    padding: 98px 83px 10px 91px;
}
.referendum_kaz ul {
    display: block;
    list-style-type: none;
    padding: 98px 83px 10px 91px;
}
.referendum_rus ul li, .referendum_kaz ul li{
	color:#fff;
	margin:5px 10px;
	float:left;
}
.referendum_rus ul li a, .referendum_kaz ul li a{
	color:#fff;
	padding:3px 3px 3px 20px;
	background-image: url('../../../sites/integro.kz/uploads/referendum/check.svg');
	background-repeat: no-repeat;
	background-position: 3px 3px;
	background-size: 15px;
	text-decoration: underline;
	transition: 300ms;
}
.referendum_rus ul li a:hover, .referendum_kaz ul li a:hover{
	color:#f7e700;
}
@media only screen and (max-width: 992px) {
	.pr2{
		display: none;
	}
	.referendum_kaz{
		width:100%;
		height:425px;
		background-image: url('../../../sites/integro.kz/uploads/referendum/ref_kaz_mob.jpg');
		
	}
	.referendum_rus{
		width:100%;
		height:425px;
		background-image: url('../../../sites/integro.kz/uploads/referendum/ref_rus_mob.jpg');
	}
	.referendum_rus ul, .referendum_kaz ul {
		padding: 130px 15px 10px 45px;
	}
	.referendum_rus ul li, .referendum_kaz ul li {
		margin: 18px 10px;
	}
	iframe{
		width:100%!important;
	}
	span.description{
		width:95%;
		font-size:1.1em;
	}
}