/* Размер экрана меньше чем 480 xxs */
@media (max-width: 480px) {
	
	.col-xxs-12 {
		width:100%;
	}

	.col-xxs-6 {
		width:50%;
	}
	
	.products .products-th {
		padding:20px 0 10px 20px;	
	}
	
	.products .products-th span.prodZag {
		font-size:32px;
		color:#663300;
		display:block;
		float:left;
	}
	
 	.h3tt {
		margin-top:0px;
	}
	
	.h3tt h3 { 
		font-size:30px;
		margin-bottom:0;
		padding-bottom:0;
	} 
	
	.form-zag-titul span {
		font-size:30px;
	}
	
	
	.PriceTitle {
	display: block;
	float: none;
    vertical-align: inherit;
}

.PriceDate {
	display: block;
	float: none;
    vertical-align: inherit;
		text-align: left;
}	
	
.Logo img {
	max-width:70%;
}	

.phone {
	font-size:20px;
}	
	
h3 {
	font-size:20px;
}	

	
.read-more-hr {
  width: 25%;
}

.read-more {
  width: 50%;
}	

.slider-hidden {
  display: none;  
}


h1 {
  font-size: 18px;
}


.PriceTitleDateAdaptive h3 {
    display: block;
}

.PriceDate {
    display: block;
}


.myButtom {
 padding: 3px 10px;
 font-size: 13px;
}

.button-titul {
  margin: 15px 0 0 0;
  float: right;
}

	
}