.description__text ul li{
	list-style: circle;
	margin-left: 20px;
}

.description__text ul {
	margin-left: 30px;
}

.description__text ol li{
	list-style: circle;
	margin-left: 20px;
}

.description__text a {
	color: #538833;
	text-decoration: underline;
}

.description__text a:hover {
	color: #000;
}

.description__text h2 {
	font-size: 24px;
	font-weight: 700;
	padding: 20px 0px 20px 0px;
}

.price__table table {
	width: 100%;
}

.price__table tr {
	border-bottom: 1px solid #eee;
}

.price__table tr:first-child {
	background-color: #6bac6b;
	color: #fff;
}

.price__table td {
	height: 51px;
	padding: 5px 20px;
}

.price__table th {
	height: 51px;
	padding: 5px 20px;
}

.btn2 {
    display: inline-block;
    text-align: center;
    white-space: normal;
    cursor: pointer;
    position: relative;
    top: 0;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.3;
    max-width: 240px;
    width: 100%;
    color: #fff;
    font-family: FuturaPT,sans-serif;
    background-color: #8cdd8b;
    background: -webkit-gradient(linear,right top,left top,from(#8cdd8b),to(#52bf50));
    background: -o-linear-gradient(right,#8cdd8b 0,#52bf50 100%);
    background: linear-gradient(to left,#8cdd8b 0,#52bf50 100%);
    border: 1px solid #fff;
    border-radius: 5px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
	text-transform: uppercase;
}

.help-items__links a {
	color: #538833;
	text-decoration: underline;
	font-size: 18px;
}

.help-items__links a:hover {
	color: #000;
	text-decoration: none;
}

.help-items__links li {
	margin-top: 10px;
}

.news__item  {
	display: flex;
	border-radius: 5px;
	overflow: hidden;
}

.news__img {
    width: 180px;
    height: 180px;
    flex-shrink: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.news__info {
    padding: 10px 15px 60px;
    flex-grow: 1;
    position: relative;
}