@media (max-width: 1200px) {
	.inner, .wrapper {
	}
	.navigation .inner {
		padding: 0 13px;
	}
}
@media (max-width: 768px) {
	iframe {
		width: 100% !important;
		height: auto !important;
	}
	.dop-link-once {
		font-size: 10px;
		
	}
	.news-index img {
		max-width: 50%;
		height: auto;
	}
	.prodImg {
		height: 100px !important;
	}
	table img {
		max-width: 85% !important;
		height: auto;
	}
	.main-slider img {
		max-width: 100%;
	}
	.blocks span {
		font-size: 14px;
	}
	
	.media-v iframe {
		max-width: 100%;
		height: auto;
	}
	.media .col-xs-12:first-child {
		margin-bottom: 10px;
	}
	.test {
		position: relative;
    	top: 0;
    	right: 0;
    	width: 100%;

	}
	.links-priem a {
		width: 40%;
	}
	
}
@media (max-width: 480px) {

	#lightcase-case {
		width: 100% !important;
		margin-top: -50% !important;
    	margin-left: -50% !important;
	}
	.lightcase-contentInner {
		width: auto !important;
    	height: auto !important;
	}

	._altasib_spoiler_title_class {
		font-size: 16px;
		line-height: 24px;
	}
	.links-priem a {
		width: 100% !important;
	}
	.news-index img, .img_news_width {
		max-width: 100% !important;
		width: 100% !important;
		margin-right: 0;
	}
	.langs {
		text-align: center;
	}
	.langs ul {
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.langs a {
		font-size: 11px;
		padding: 0 7px;
		line-height: 30px;
	}
	.link-dop-kurs a {
		width: 100%;
	}

	.dop-link-once {
		width: 50% !important;
		float: left;
	}
	.detail_picture {
		width: 100%;
	}

}
@media (min-width: 768px) and (max-width: 991px) {

}
@media (min-width: 991px) and (max-width: 1200px) {

}
@media (min-width: 1200px) {

}