.quotes-item{
	background: #f1eddd;
	padding: 40px 60px;
	border-radius: 10px;
	margin-bottom: 34px;
}


.quotes-item p {
	margin: 0;
	text-align: justify;
	font-size: 17px;
	font-style: italic;
	color: #4d4c4c;
	font-weight: bold;
	position: relative;
}
.quotes-item p.quotes-class:before{
	content: '';
	position: absolute;
	width: 24px;
	height: 22px;
	left: -38px;
	top: -20px;
	background: url(/img/left-quote.png) center no-repeat;
}
.quotes-item p.quotes-class:after{
	content: '';
	position: absolute;
	width: 24px;
	height: 22px;
	bottom: -20px;
	right: -38px;
	background: url(/img/right-quote.png) center no-repeat;
}
.rounded{
	width: 104px;
	height: 104px;
	overflow: hidden;
	border-radius: 50%;
	float: right;
}
.rounded img {
	max-width: none;
}
.with-img{
	width: 75%;
	float: left;
}
.quotes-item.lft .rounded {
	float: left;
}
.quotes-item.lft{
	padding: 40px 30px;
}
.quotes-item.lft .with-img{
	margin-left: 32px;
}
.gr{
	background: #e8e8e8;
}
.no-quotes p:before{
	display: none;
}
.no-quotes p:after{
	display: none;
}
.quotes-item.big-circle .rounded{
	width: 116px;
	height: 129px;
}
.green{
	background: #edf5e6;
}
.rounded.world{
	width: 118px;
	height: 88px;
}
.quotes-item ul{
	list-style-type: none;
}
.quotes-item ul li {
	position: relative;
	padding-bottom: 7px;
}
.quotes-item ul li a,.rounded-list a {
	font-size: 18px;
	color: #215c13;
/*	font-style: italic; */
	border-bottom: 1px dashed #215c13;
	    z-index: 2;
}

.quotes-item ul li a:hover,.rounded-list a:hover{
	text-decoration: none;
	color: #3e9b28;
	border-bottom: none;
}
.quotes-item ul li:nth-child(1):before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(/img/num-1.png) center no-repeat;
	left: -35px;
	top: 0;
}
.quotes-item ul li:nth-child(2):before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(/img/num-2.png) center no-repeat;
	left: -35px;
	top: 0;
}
.quotes-item ul li:nth-child(3):before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(/img/num-3.png) center no-repeat;
	left: -35px;
	top: 0;
}
.quotes-item ul li:nth-child(4):before {
	content: '';
	position: absolute;
	width: 23px;
	height: 23px;
	background: url(/img/num-4.png) center no-repeat;
	left: -35px;
	top: 0;
}
.quotes-item.rg-fon{
	position: relative;
	overflow: hidden;
}
.leaves{
	position: absolute;
	right: 0;
	top: 0;
	width: 139px;
	height: 250px;
}
.quotes-item.num-leaves ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 12px;
	background: url(/img/num-leaves.png) center no-repeat;
	left: -35px;
	top: 8px;
}
.quotes-item.num-leaves{
	background: url(/img/fon1.jpg) center;
	padding: 18px 60px;
	-webkit-background-size: cover;
	background-size: cover;
	position: relative;
}
.quotes-item.orange-fon{
	background: #faf7eb;
}
.quotes-item.orange-fon .leaves{
	right: 0;
	top: 30px;
}
.quotes-item.orange-fon ul li a {
	color: #d13c0f;
	border-bottom: 1px dashed #d13c0f;
}
.quotes-item.orange-fon ul li a:hover {
	color: #ef744f;
	border-bottom: none;
}
.quotes-item.orange-fon ul li:before {
	content: '';
	position: absolute;
	width: 24px;
	height: 15px;
	background: url(/img/orange-arr.png) center no-repeat;
	left: -35px;
	top: 8px;
}



ol {
    counter-reset: li; /* Устанавливает идентификатор */
    list-style-type: none; /* Удаляем стандартную нумерацию */
    font: 15px 'trebuchet MS', 'lucida sans';
    padding: 0;
}
ol ol {
    margin: 0 0 0 2em; /* Отступ для вложенных списков */
}
.rounded-list a{
    position: relative;
    text-decoration: none;  
}
.rounded-list a:before{
    content: counter(li);
    counter-increment: li;
    position: absolute; 
    left: -1.3em;
    top: 50%;
    margin-top: -1.3em;
    height: 2em;
    width: 2em;
    line-height: 2em;
    text-align: center;
    font-weight: bold;
    border-radius: 2em;
}
.rounded-list  li::before{
	display: none;
}
.rounded-list a:before{
	width: 23px;
	height: 23px;
	border-radius: 50%;
	background: #375034;
	color: #fff;
	line-height: 23px;
	left: -33px;
	top: 23px;
}
.close-advert{
	display: block;
	width: 160px;
	height: 28px;
	text-align: center;
	line-height: 28px;
	color: #fff;
	border-radius: 5px;


	background-image: -webkit-gradient(
	linear,
	left top,
	left bottom,
	color-stop(0, #B22C2A),
	color-stop(1, #8D2321)
);
background-image: -o-linear-gradient(bottom, #B22C2A 0%, #8D2321 100%);
background-image: -moz-linear-gradient(bottom, #B22C2A 0%, #8D2321 100%);
background-image: -webkit-linear-gradient(bottom, #B22C2A 0%, #8D2321 100%);
background-image: -ms-linear-gradient(bottom, #B22C2A 0%, #8D2321 100%);
background-image: linear-gradient(to bottom, #B22C2A 0%, #8D2321 100%);

}
.close-advert:hover{
	text-decoration: none !important;
}
.close-advert img {
	display: inline-block;
	float: none;
	margin-bottom: 0;
	vertical-align: middle;
	margin-right: 5px;
}

.leaves {
 right: -60px;
 top: -184px;
}
.quotes-item.orange-fon .leaves {
 right: -61px;
 top: -210px;
}

.quotes-item ul {
 list-style-image: none !important;
}

.quotes-item2{
	background: #f1eddd;
	padding: 30px 50px;
	border-radius: 10px;
	margin-bottom: 34px;
}



.quotes-item.orange-fon ul li::before{top: 5px;};

