@media only screen and (max-width: 1010px){
	.container{
		width: 100%;
		max-width: 100%;
	}
	.wrapper{
        padding: 10px !important;
    }
}
@media only screen and (max-width: 840px){
	.container>.left{
		float: none;
		width: 100%;
	}
	.block{
		display: inline-block;
		width: 48%;
		margin-right: 4% !important;
		vertical-align: top;
	}
	.block:nth-child(2n+2){
		margin-right: 0 !important;
	}
	.item_list li{
		margin-left: 0;
	}
	.item_list{
		margin-top: 0;
	}
	#ad_block_for_canariasads{
		display: none !important;
	}	
}
@media only screen and (max-width: 769px){
	
}
@media only screen and (max-width: 569px){
	header .fl_l .inline_2{
		width: 48%;
		margin-right: 4%;
	}
	header .fl_l .inline_2:last-child{
		margin-right: 0;
	}
	.block{
		display: block;
		width: 100%;
		margin-right: 0;
	}
	.bl_el{
		margin-bottom: 10px;
	}
	.bl_el .bl_content{
		display: none;
	}
	.bl_el.main .bl_content{
		display: block;
	}
	.item_content{
		font-size: 13px;
	}
}
@media only screen and (max-width: 610px){
	.view_on{
		float: none !important;
		text-align: left !important;
		margin: 5px 0 8px 0;
	}
	#map_link{
		display: block;
		text-align: left;
	}
	#infomap_link{
		float: none !important;
		max-width: 100%;
		overflow: hidden;
		margin-bottom: 10px;
	}
	.det_inf .inline_l{
		width: 69%;
		margin-right: 1%;
	}
	.det_inf .inline_r{
		width: 30%;
	}
}
@media only screen and (max-width: 510px){
	header .lang{
		display: none;
	}
	header .set_lang{
		margin-top: 10px !important;
		display: block !important;
	}
	header .set_lang select{
		font-size: 14px;
		color: #222;
	}
	header .fl_l{
		padding-right: 35px !important;
		width: 100%;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
	}
	header .lang_line{
		margin-left: 5px;
	}
	header .fl_l .inline_2:first-child{
		width: 100px;
		margin-right: 5px;
		float: left;
	}
	header .fl_l .inline_2:last-child{
		overflow: hidden;
	}
	header .fl_l .inline_2:first-child input{
		padding-left: 2px;
	}
	header .overflow .back-h{
		position: absolute !important;
		top: 8px !important;
		right: 0 !important;
		float: none !important;
		margin: 0 !important;
	}
	header .overflow{
		position: relative;
	}
}
@media only screen and (max-width: 479px){
	header .fl_l{
		padding-left: 10px;
	}
	.item_list{
		width: 100%;
	}
		.item_list .line{
			width: 100%;
		}
		.item_list>li{
		width: 100%;
		margin-right: 0;
	}
		.item_list>li:nth-child(2n+2){
			margin-right: 0;
		}
			.item_bl_main{
				margin-right: 0;
			}
				.item_photo_wr{
					float: none;
					margin-right: 0;
				}
					.item_photo{
						width: 100%;
						height: auto;
						overflow: hidden;
					}
				.item_info{
					padding: 0 10px;
				}
			.item_bl_add{
				position: relative;
			}
				.item_bl_add li{
					display: inline-block;
					vertical-align: top;
					height: 45px;
					width: 33.3%;
					border: 0 none;
					border-top: 1px solid #eeeef1;
					background: url(../images/line.png) right top repeat-y;
				}
				.item_bl_add li:last-child{
					background: none;
				}
					.item_bl_add li a{
						padding: 15px 0;
					}
}
@media only screen and (max-width: 400px){
	.item_list>li{
		width: 100%;
		margin-right: 0;
	}
	.left{
		padding: 20px 10px;
	}
	
	.item_block2{
		padding-left: 0;
		padding-right: 0;
	}
	.det_inf .inline_l{
		width: 100%;
		margin-right: 0;
	}
	.det_inf .inline_r{
		width: 100%;
	}
	
	.item_block .images img{
		width:190px;
		height:120px;
	}
}
@media only screen and (max-width: 372px){
	.item_block .images img{
		width: 167px;
		height: 117px;
	}
	
	.item_block .date_bl .item_date{
		margin-right:0px;
	}
}


@media only screen and (max-width: 333px){
	header .fl_l{
		padding-left: 5px;
	}
	header .lang_line{
		padding-right: 5px;
	}
	header .fl_l .inline_2:last-child{
		width: auto;
		display: block;
	}
}
@media only screen and (max-width: 320px){
	.inp_text input{
		margin-right: 5px;
	}
}