.pl {
	width: 100%;
	margin-bottom: 10px;
	background: #faf1e7;
	padding: 11px 10px;
}

.main-article {
	width: 100%;
	margin-bottom: 10px;
	background: #faf1e7;
	padding: 11px 10px;
}

.main-article__picture-wrap {
	width: 100%;
	display: block;
	margin-bottom: 10px;
}

.main-article__picture {
	width: 100%;
	display: block;
}

.main-article__title-wrap {
	color: #000;
	text-decoration: none;
	display: block;
	margin-bottom: 10px;
}

.main-article__title {
	font-size: 20px;
	font-weight: bold;
}

.main-article__title-wrap:hover {
	text-decoration: underline;
}

.main-article__date {
	color: #666666;
	margin-bottom: 10px;
}

.main-article__lead {
	color: #000;
	text-decoration: none;
	display: block;
	font-size: 14px;
}

.main-article__lead:hover {
	text-decoration: underline;
}

.articles {
	width: 100%;
	margin-bottom: 10px;
	background: #faf1e7;
	padding: 11px 10px;
	list-style: none;
}

.articles__item {
	list-style-type: none;
}

.articles__item {
	list-style-type: none;
}

.articles__title {
	padding: 6px 0 8px 10px;
	background: #000;
	font: bold 16px Tahoma;
	color: #fff;
	text-decoration: none;
	margin-bottom: 20px;
}

.articles__item:not(:last-of-type) {
	margin-bottom: 10px;
	border-bottom: solid #dadada 1px;
}

.articles__item {
	padding-bottom: 10px;
}

.article-card {
	font-size: 13px;
	color: #000;
}

.article-card__top {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-bottom: 10px;
}

.article-card__top a {
	height: 82px;
    width: 100px;
}

.article-card__pic {
	width: inherit;
}

.article-card__title a {
	color: #000;
    font-weight: bold;
	font-size: 16px;
	text-decoration: none;
}

.article-card__title {
	margin-bottom: 10px;
}

.article-card__top a:first-of-type {
	margin-right: 10px;
	color: #000;
}

.article-card__top a {
	color: #000;
}

.article-card__date {
	margin-bottom: 10px;
}

.article-card__lead {
	color: #000;
	text-decoration: none;
	font-size: 14px;
}

.news {
	width: 100%;
	margin-bottom: 10px;
	background: #faf1e7;
	padding: 11px 10px;
}

.news__title {
	padding: 6px 0 8px 10px;
	background: #000;
	font: bold 16px Tahoma;
    color: #fff;
	text-decoration: none;
	margin-bottom: 20px;
}

.news__list {
	margin: 0;
	padding: 0;
}

.news__item {
	list-style-type: none;
	padding: 7px 0;
    border-bottom: solid #dadada 1px;
}

.news__item a, .news__link {
	color: #000;
	text-decoration: none;
	font-size: 14px;	
}
.news__item a:hover, .news__link:hover {
	text-decoration: underline;	
}

.content p {
	padding: 5px 0;
}


.fishki {
	background: #f2f2f2 !important;
	margin-bottom: 20px;
}

.fishki__title {
	padding: 10px;
	background: #000;
	font: bold 16px Tahoma;
    color: #fff;
}

.fishki ul {
	list-style-type: none;
}

.fishki ul li {
	padding: 10px;
}

.fishki ul li a {
	background: url(/www-include/decor/ico-rss.png) no-repeat 6px 2px;
	color: #e77919;
	text-decoration: underline;
	padding-left: 30px;
}

.articlebanner {
	width: 100%;
	margin-bottom: 10px;
	background: #faf1e7;
	padding: 11px 10px;
}

.lastpages {
	text-align: center;
	padding: 5px;
	background-color: #FFCBA3;
}

.lastpages a {
    font: bold 14px Tahoma;
	text-decoration: none;
	color: #000;
}

@media screen and (max-width: 768px) {
	.main-article__title {
		font-size: 15px;
	}

	.article-card__title a {
		font-size: 14px;
	}

	.article-card__top {
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		    -ms-flex-direction: column;
		        flex-direction: column;
	}
}

@media screen and (max-width: 480px) {
	.main-article__title {
		font-size: 15px;
	}

	.article-card__title a {
		font-size: 14px;
	}

	.article-card__top {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		    -ms-flex-direction: row;
		        flex-direction: row;
	}
}
