@media (max-width: 768px){
.article{
	width:100%;
}
.article div{
	width:100%;
	float:left;
	margin-bottom:20px;
	font-size:0.75rem;
	line-height:1.5rem;
	border:1px solid #e4e1e1cc;
	padding:3px;
}
.article div img{
	width:40%;
	float:left;
	margin-right:2%;
}
.article div h3{
	font-size:0.9rem !important;
	line-height:1.3rem;
}
.contacts{
	width:100%;
	text-align:center;
	margin:3px 0px;
	border:1px solid #fa9403 !important;
}
.contacts a{
	font-weight:600;
	}
.str{
	min-height:250px;
	line-height:2.0rem;
	margin:15px 0px;
	padding:13px;
	border:1px solid #e8e4e4;
	}
	
.str img{
	width:100%;
	float:left;
	height:250px;
}
.str span{
	font-weight:600;
}
.str a.strc{
	color:#fa9403;
	font-weight:bold;
}
}
@media (min-width: 769px){
.article{
	width:100%;
}
.article div{
	width:100%;
	float:left;
	margin-bottom:20px;
	border:1px solid #e4e1e1cc;
	padding:10px 0px;
}
.article div img{
	width:200px !important;
	height:150px !important;
	float:left;
	margin-right:1%;
}
.article div h3{
	font-size:1.0rem !important
}
.contacts{
	width: auto !important;
	min-width:200px;
	border:1px solid #fa9403 !important;
	text-align:center;
	margin:3px 0px;
	padding:0px !important;
}
.contacts a{
	font-weight:600;
	}
	.str{
	min-height:250px;
	line-height:1.4rem;
	}
	
.str img{
	width:200px !important;
	height:150px !important;
	float:left;
	margin-right:1%;
}
.str span{
	font-weight:600;
}
.str a.strc{
	color:#fa9403;
	font-weight:bold;
}
}

