.product-line{
	overflow:hidden;
	margin:0 10px 35px 15px;
}
.product-line-img{
	border:2px solid #ccc;
	margin:5px;
}	
.product-line-opis{
	font:14px Verdana, Geneva, sans-serif;
	padding:5px;
}
.product-line-opis h2{
	font:20px Verdana, Geneva, sans-serif;
	margin:0 0 7px 0;
	line-height:1;
}
.product-line-opis h2 a{
	font-size:18px;
	color:#2b8aba;
	text-transform: uppercase;
}
.product-line-opis h2 a:hover{
	text-decoration:none;
}

/* для больших экранов */
@media screen and (min-width: 1024px) {
	.product-line-img{float:left;}
	.product-line-opis{font-size:14px; padding:5px 20px 0 300px;}
}

/* объединенный медиа для средних и маленьких размеров*/
@media screen  and (max-width:1023px){
	.product-line-opis h2 a {font-size:24px; line-height:1.2;}
	.product-line-opis p {margin-top:0;}
	.product-line-img {border:0;margin:0;}
}