/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* описание товара */
.opisaniye-div{
width:100%;
margin:60px 0 0 0;
padding:0;	
}
.opisaniye-div-div{
margin:0;
padding:0;	
}
.opisaniye-div p{
margin:40px 0 0 0;
text-align:left;
line-height:1.4;	
}
.opisaniye-div p:first-of-type{
margin:0;	
}
.opisaniye-div p b{
font-weight:700;	
}
/* --------------------------------------------------- */
.opisaniye-div ul{
width:100%;
margin:0;
padding:0;
list-style:none;	
}
.opisaniye-div li:first-of-type{
display:inline-block;	
width:48%;
margin:20px 0 0 0;
padding:0 2% 0 0;
vertical-align:top;
}
.opisaniye-div li:last-of-type{
display:inline-block;
width:48%;
margin:20px 0 0 0;
padding:0 0 0 2%;
text-align:left;
vertical-align:top;	
}
.opisaniye-div li img{
display:block;
width:100%;
border:0; border-radius:7px;
margin:0;
}
/* --------------------------------------------------- */
.opisaniye-div ul ul{
width:96%;
margin:0;
padding:0 0 0 4%;
text-align:left;
list-style-type:square;
}
.opisaniye-div li li, .opisaniye-div li li:first-of-type, .opisaniye-div li li:last-of-type{
display:list-item;	
width:auto;	
margin:10px 0 0 0;
padding:0;
text-align:left;
line-height:1.4;	
}
.opisaniye-div .opisaniye-div-2{
display:none;
margin:40px 0 0 0;
}

/* --------------------------------------------------- */
/* --------------------------------------------------- */
/* преимущества товара */
.preim-div{
width:100%;
margin:60px 0 0 0;
padding:0;	
}
.preim-div-div{
margin:0;
padding:0;	
}
.preim-div ul{
width:96%;
margin:0;
padding:0 0 0 4%;
text-align:left;
list-style-type:square;
}
.preim-div li{
margin:10px 0 0 0;
text-align:left;	
}
.preim-div li b{
font-weight:700;	
}


@media screen and (min-width:100px) and (max-width:400px){
	.opisaniye-div li:first-of-type, .opisaniye-div li:last-of-type{
	width:100%;
	padding:0;
	}
}
@media screen and (min-width:401px) and (max-width:500px){
	.opisaniye-div li:first-of-type, .opisaniye-div li:last-of-type{
	width:100%;
	padding:0;
	}
}
@media screen and (min-width:501px) and (max-width:600px){
	.opisaniye-div li:first-of-type, .opisaniye-div li:last-of-type{
	width:100%;
	padding:0;
	}
}
@media screen and (min-width:601px) and (max-width:700px){
	.opisaniye-div li:first-of-type, .opisaniye-div li:last-of-type{
	width:100%;
	padding:0;
	}
}
@media screen and (min-width:701px) and (max-width:800px){
	
}
@media screen and (min-width:801px) and (max-width:900px){
	
}
@media screen and (min-width:901px) and (max-width:1000px){
	
}
@media screen and (min-width:1001px) and (max-width:1100px){
	
}
@media screen and (min-width:1101px){
	.opisaniye-div .opisaniye-div-2{
	display:block;
	}
	.preim-div{
	display:none;	
	}
}