@charset "UTF-8";
/* CSS Document */

@media (max-width: 768px)
{
	
.Router {
	width: 100%;
	height: 200px;
}


.News {
	padding: 0;
	margin: 20px 0;
}


.News .Photo {
	position:relative;
	margin-bottom: 10px;
	}


.Dealers {
	width: 100%;
}



/* Filtration */

.Filtration label {
	display: block;
	width: 100%;
	margin:10px 0 4px 0;
	height: auto;
}


/* Product Detail */

.ProductDescription .Wrapper {
	padding-right: 0;
}

.ProductDescription .LeftBlock {
	display: block;
	float: none;
	width: 100%;
	margin: 0 auto 20px 0;
}

.ProductDescription .Shopping {
	display: block;
	width: 100%;
	text-align: center;
}

.ProductDescription .Photo {
	display: block;
	width: 100%;
	text-align: center;
}

.ProductDescription .Photo img {
	max-width: 100%;
	max-height: 300px;
}

.ProductParameters .Wrapper {
	-moz-column-count:1;
	-webkit-column-count:1;
	column-count:1;
	-moz-column-gap:0px;
	-webkit-column-gap:0px;
	column-gap:0px;
}

.ProductParameters .Wrapper p {
	width: 100%;
	padding-left: 150px;
}

.ProductParameters .Wrapper p span.Label {
	display: inline-block;
	float: left;
	width: 130px;
	margin-left: -150px;
}







}
