.inline-row { margin-left: -17px; margin-right: -17px; font-size: 0; letter-spacing: 0; }

.inline-row > * { font-size: 14px; font-size: 0.875rem; }

[class*="span-"] { display: inline-block; vertical-align: top; padding-left: 17px; padding-right: 17px; }

.span-1 { width: 8.33333%; }

.span-2 { width: 16.66667%; }

.span-3 { width: 25%; }

.span-4 { width: 33.33333%; }

.span-5 { width: 41.66667%; }

.span-6 { width: 50%; }

.span-7 { width: 58.33333%; }

.span-8 { width: 66.66667%; }

.span-9 { width: 75%; }

.span-10 { width: 83.33333%; }

.span-11 { width: 91.66667%; }

.span-12 { width: 100%; }


.block-comments {
	margin-bottom: 1rem;
}
.block-comments + .related-news {
	padding-top: 20px;
}
.related-news {
	padding-bottom: 10px;
	margin-bottom: 50px;
	border-bottom: 1px solid #e5e5e5;
}
.block-title {
	color: #000;
	font-weight: 700;
	font-size: 24px;
	text-transform: uppercase;
	margin-bottom: 25px;
}
.related-item {
	margin-bottom: 32px;
	font-size: 0.9rem;
}
.related-item .img {
	margin-bottom: 15px;
}
.related-item .img a {
	display: block;
	overflow: hidden;
	position: relative;
}
.related-item .img img {
	-webkit-transition: transform .4s;
	-moz-transition: transform .4s;
	-ms-transition: transform .4s;
	-o-transition: transform .4s;
	transition: transform .4s;
	display: block;
	line-height: 0;
}
.related-item .img a:hover img {
	transform: scale(1.1);
}
.related-item .title a {
	color: #666;
	border-bottom: 0;
	text-decoration: none;
}
.related-item .title a:hover {
	color: #0067b9;
}
.also-item {
	margin-bottom: 18px;
	font-size: 0.9rem;
}
.also-item a {
	text-decoration: none;
}
.also-item a:hover {
	color: #666;
}
.article-tags {
	background: #f3f4f6;
	margin-bottom: 20px;
	padding: 22px 25px 22px 75px;
	font-weight: 700;
}
.article-tags .tags-title {
	position: absolute;
	left: 30px;
}
.article-tags a {
	margin-right: 10px;
	text-decoration: none;
}
.article-tags a:hover {
	text-decoration: underline;
}
.title-by-tag span {
	color: #6e778f;
}
.news-tags {
	background: #f3f4f6;
	margin-bottom: 25px;
	padding: 21px 25px 18px;
	font-weight: 700;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.875rem;
}
.news-tags a {
	display: inline-block;
	text-decoration: none;
	border-bottom: 1px dotted #6e778f;
	margin: 0px 5px 3px;
}
.news-tags a:hover {
	border-bottom-color: transparent;
}
.news-tags a.active {
	color: #444;
	border-bottom-color: transparent;
}
.news-week .all-text-news .h3 a,
.news-week .all-text-news h3 a {
  text-decoration: none;
  font-size: 1.333rem;
  line-height: 1.556rem;
  padding-left: 0;
  font-weight: normal;
  color: #090d13;
  font-family: 'PT Sans Narrow', sans-serif;
  margin-left: 0px;
}
.news-week .all-text-news .h3 a:hover,
.news-week .all-text-news h3 a:hover {
	color: #0067b9;
}


@media only screen and (max-width : 768px) {

.span-x-1 { width: 8.33333%; }
.span-x-2 { width: 16.66667%; }
.span-x-3 { width: 25%; }
.span-x-4 { width: 33.33333%; }
.span-x-5 { width: 41.66667%; }
.span-x-6 { width: 50%; }
.span-x-7 { width: 58.33333%; }
.span-x-8 { width: 66.66667%; }
.span-x-9 { width: 75%; }
.span-x-10 { width: 83.33333%; }
.span-x-11 { width: 91.66667%; }
.span-x-12 { width: 100%; }

}

@media only screen and (max-width : 480px) {

.span-u-1 { width: 8.33333%; }
.span-u-2 { width: 16.66667%; }
.span-u-3 { width: 25%; }
.span-u-4 { width: 33.33333%; }
.span-u-5 { width: 41.66667%; }
.span-u-6 { width: 50%; }
.span-u-7 { width: 58.33333%; }
.span-u-8 { width: 66.66667%; }
.span-u-9 { width: 75%; }
.span-u-10 { width: 83.33333%; }
.span-u-11 { width: 91.66667%; }
.span-u-12 { width: 100%; }

}