.bgLightGrey {
  background: #eee;
  padding: 20px;
  margin-bottom: 20px;
}

.incut-lines {
	color: #7C7C7C;
	text-align: center;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
	padding: 20px;
	margin: 20px 0;
}

.incut-quotes {
	background-image: url(../images/blog-bg.svg);
	background-position: 0 8px;
    background-repeat: no-repeat;
	color: #7C7C7C;
	text-align: left;
	padding: 20px;
	margin: 20px 0;
}


/* Корректировки общих стилей */
.w300 {
	width: 300px;
}

.floatRight {
	float: right;
	margin: 0 0 10px 30px;
	text-align: left;
}

.floatLeft {
	float: left;
	margin: 0 20px 10px 0;
	text-align: left;
}
