html,
body {
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	margin: 0;
	padding: 0;
	background-color: #fff;
	height: 100%;
	width: 100%;
	min-width: 320px;
	color: #181818;
}

article {
	display: block;
}

hr {
	border-color: #ebebeb;
	background-color: #ebebeb;
	border: 0;
	border-top: 4px solid;
	height: 0;
	color: #ebebeb;
	padding: 0;
	margin: 0;
}

table td {
	vertical-align: top;
	padding: 0;
}

.ui.container .ui.breadcrumb {
	margin: 2em 0 0;
	padding: 0 5px;
	position: relative;
	z-index: 1;
}

.ui.container .ui.breadcrumb .active.section {
	font-weight: 500;
	color: rgba(0, 0, 0, 0.82);
}

.ui.container .ui.breadcrumb .section {
	display: inline;
	line-height: 19px;
	font-size: 14px;
}

.ui.container .ui.breadcrumb.articles {
	margin-bottom: -20px;
}

.font.pretty {
	font-family: 'Rubik', -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol';
}

.front.header {
	background-color: #0183c7;
	color: white;
	padding: 20px 0;
}

.front.subscribe-header .ui.button {
	border: 1px solid rgba(255, 255, 255, 0.4);
	box-shadow: none !important;
	padding: 3px;
	margin: 0 0 0 10px;
	cursor: inherit;
}

.front.subscribe-header .ui.button i.icon {
	color: white;
	opacity: 1;
	font-size: 14px;
	width: 16px;
	height: 16px;
	line-height: 16px;
}

.subscribe-header.front {
	cursor: pointer;
	margin: 0 0 4px 14px;
}

.front.header table td {
	vertical-align: middle;
	padding: 0;
}

.subscribe-header.front.ui.pointing.dropdown > .menu {
	min-width: 200px;
	border-radius: 0;
	border: 0;
}

.subscribe-header.front.ui.pointing.dropdown > .menu > .item {
	font-size: 14px;
	color: #a1a1a1;
	transition: color 250ms ease;
	padding: 14px !important;
	background-color: transparent;
}

.subscribe-header.front.ui.pointing.dropdown > .menu > .item + .item {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.subscribe-header.front.ui.pointing.dropdown > .menu > .item.twitter:hover {
	color: #1fc1f1;
}

.subscribe-header.front.ui.pointing.dropdown > .menu > .item.vk:hover {
	color: #3a5795;
}

.main-menu.front {
	border-bottom: 1px solid #eaeaea;
}

.main-menu.front ul {
	display: block;
	padding: 0;
	margin: 0 -24px;
	list-style: none;
}

.main-menu.front ul > li {
	display: inline-block;
	padding: 0 24px;
}

.main-menu.front ul > li.ui.pointing.dropdown > .menu {
	min-width: 200px;
	margin-top: -20px;
	border-radius: 0;
	max-height: 400px;
	overflow: auto;
}

.main-menu.front ul > li.ui.pointing.dropdown > .menu:after {
	display: none;
}

.main-menu.front ul > li.ui.pointing.dropdown > .menu > .item {
	font-size: 16px;
}

.main-menu.front ul > li.ui.pointing.dropdown > .menu > .item + .item {
	border-top: 1px solid rgba(0, 0, 0, 0.05);
}

.main-menu.front ul > li span,
.main-menu.front ul > li a {
	margin: 0;
	padding: 0;
	position: relative;
	display: block;
	color: #181818;
	text-decoration: none;
	height: 88px;
	line-height: 88px;
	outline: none;
	transition: color 250ms ease;
	font-size: 16px;
}

.main-menu.front ul > li span i.icon,
.main-menu.front ul > li a i.icon {
	color: #c2c2c2;
	transition: color 250ms ease;
	position: absolute;
	font-size: 14px;
}

.main-menu.front ul > li span {
	cursor: text;
}

/*
.main-menu.front ul > li span:hover i.icon,
.main-menu.front ul > li span:hover,
*/
.main-menu.front ul > li a:hover i.icon,
.main-menu.front ul > li a:hover {
	color: #00a6fd;
}

.main-menu.front input {
	padding: 9px 14px 11px;
	font-size: 16px;
	width: 220px;
}

.main-menu.front button {
	border: 0;
	background: transparent;
	cursor: pointer;
	color: #989a9e;
	padding: 0;
	margin: 0 0 0 8px;
	font-size: 16px;
	display: inline-block;
}

.main-menu.front table {
	width: 100%;
}

.main-menu.front td.right {
	text-align: right;
	vertical-align: middle;
}

.footer {
	background-color: #252525;
	padding: 48px 0 20px;
	color: #b0b1b4;
}

.footer .ui.vertical.menu {
	width: 100%;
	background: transparent;
	border: 0;
	box-shadow: none;
	max-width: 170px;
}

.footer .ui.vertical.menu > .item {
	color: #acacac;
	background: transparent !important;
	padding: 14px 2px;
	border-bottom: 2px solid #2e2e2e;
	margin: 0;
}

.footer .ui.vertical.menu > .item a {
	color: #acacac;
}

.footer .ui.vertical.menu > .item a:hover,
.footer .ui.vertical.menu > .item:hover {
	color: #00a6fd;
}

.footer table {
	width: 100%;
}

.footer b {
	color: white;
	font-weight: 500;
}

.footer a {
	color: #acacac;
	transition: color 250ms ease;
	text-decoration: none;
	font-size: 15px;
}

.footer a[href*='mailto']:hover {
	color: #00a6fd;
	text-decoration: underline;
}

.footer table td {
	width: 33%;
	vertical-align: top;
}

.footer table td {
	padding-right: 12px;
}

.footer table td + td {
	padding-left: 12px;
}

.footer .bigger p {
	font-size: 18px;
	line-height: 27px;
	font-weight: 300;
	margin: 19px 0 21px;
	padding: 0 0 20px;
	border-bottom: 2px solid #2e2e2e;
}

.footer .social {
	padding: 16px 0;
	margin: 0;
}

.footer .social a.ui.button {
	background-color: #343434;
	color: #b0b1b4;
	font-size: 20px;
	padding: 0;
	height: 40px;
	width: 40px;
	text-align: center;
	margin: 0 10px 0 0;
	line-height: 40px;
	transition: color 250ms ease;
}

.footer .social a.ui.button:hover {
	color: white;
}

.footer.copyright {
	background-color: #1e1e1e;
	color: #949494;
	line-height: 50px;
	font-size: 14px;
	font-weight: 300;
	padding: 0;
}

.main-menu.front > .ui.container {
	position: relative;
}

.tablet-search {
	position: absolute;
	right: 0;
	transition: width 250ms ease;
	width: 0%;
	min-width: 45px;
	z-index: 1;
	margin: 0;
	padding: 0;
	overflow: hidden;
	height: 100%;
	background: white;
}

.tablet-search form {
	position: relative;
	display: block;
	height: 40px;
	margin: 25px 0;
}

.tablet-search.active .ui.input,
.tablet-search.active,
.tablet-search .ui.input input {
	width: 100%;
	opacity: 1;
}

.tablet-search .ui.input {
	overflow: hidden;
	position: absolute;
	right: 0;
	opacity: 0;
	transition: width 250ms ease, opacity 250ms ease;
	width: 0%;
	padding: 0 25px 0 0;
}

.tablet-search i.icon[rel='search'] {
	margin: 0;
	font-size: 16px;
	width: 40px;
	height: 40px;
	padding: 0;
	display: block;
	right: 0;
	position: absolute;
	line-height: 40px;
	text-align: right;
	z-index: 2;
	cursor: pointer;
	color: #989a9e;
	transition: color 250ms ease;
}

.tablet-search i.icon[rel='search']:hover {
	color: #4a4b4e;
}

.tablet-search i.icon[rel='search']:before {
	content: '\f002';
}

.tablet-search.active i.icon[rel='search']:before {
	content: '\f00d';
}

.toggle-side-menu {
	cursor: pointer;
	display: inline-block;
	margin: 0;
	color: white;
}

.toggle-side-menu span {
	background-color: white;
	height: 2px;
	width: 22px;
	display: block;
	transition: all 0.2s;
}

.toggle-side-menu:hover span {
	background-color: #252525;
}

.toggle-side-menu span + span {
	margin-top: 4px;
}

.toggle-side-menu.open .middle-bar {
	opacity: 0;
}

.toggle-side-menu.open .top-bar {
	transform: rotate(45deg);
	transform-origin: 10% 10%;
}

.toggle-side-menu.open .bottom-bar {
	transform: rotate(-45deg);
	transform-origin: 10% 90%;
}

.index-page {
	padding: 2em 0;
}

.index-page > .ui.container > table {
	width: 100%;
	border-spacing: 0;
}

.index-page > .ui.container > table td.sidebar {
	width: 31.5%;
}

.index-page .headings .header {
	display: inline-block;
	background: white;
	border: 1px solid #ebebeb;
	border-bottom: 0;
	transition: none;
	border-radius: 3px 3px 0 0;
	color: #2d3340;
	padding: 11px 20px;
}

.index-page .headings .tags {
	border: 1px solid #ebebeb;
	padding: 20px;
	margin-top: -1px;
	background-color: #fff;
	border-radius: 3px;
}

.index-page .headings .tags:after {
	content: '';
	display: block;
	margin: -6px 0 0;
}

.index-page .headings .tags a.ui.button {
	color: #2d3340;
	background-color: #f4f4f4;
	font-weight: 400;
	font-size: 16px;
	padding: 8px 12px;
	line-height: normal;
	margin: 0 5px 5px 0;
}

.index-page .headings .tags a.ui.button:hover {
	background-color: #0183c7;
	color: white;
}

table.mainnews {
	width: 100%;
	border-spacing: 0;
}

table.mainnews td.big {
	width: 55%;
}

table.mainnews td.big h3 {
	font-size: 48px;
	line-height: 50px;
	font-weight: 700;
	margin: 0 -3px;
}

table.mainnews td.big p {
	margin: 1.4em 0 0;
	font-size: 16px;
	background-color: #fff;
}

table.mainnews td img {
	width: 100%;
	height: auto;
}

table.mainnews td.mini img {
	max-height: 160px;
	background-color: rgba(244, 244, 244, 0.8);
}

table.mainnews td.mini img,
table.mainnews td img {
	/*object-fit: contain;*/
	object-fit: cover;
	object-position: center;
}

table.mainnews td.mini {
	padding-left: 3em;
}

table.mainnews td.mini h3 {
	font-size: 18px;
	font-weight: 500;
	margin: 1em 0 0;
}

table.mainnews td.mini > div + div {
	margin: 4.5em 0 0;
}

.index-page td.contents {
	padding-right: 2em;
}

.index-page td.contents hr {
	margin: 4em 0 0;
}

h4.index-news-header {
	font-size: 24px;
	font-weight: 300;
	line-height: 40px;
	margin: 8px 0 10px;
}

table.mainnews.less td.big {
	width: 47%;
}

table.mainnews.less td.big h3 {
	font-size: 22px;
	line-height: normal;
	margin: 0 -1px;
}

table.mainnews.less td.big p {
	margin: 1em 0 0;
}

table.mainnews img {
	opacity: 1;
	transform: scale(1);
	transition: opacity 250ms ease, transform 250ms ease;
}

table.mainnews img:hover {
	opacity: 0.8;
	transform: scale(1.02);
}

table.mainnews.less td.mini img {
	width: 110px;
	max-height: 76px;
}

table.mainnews.less td.mini > div > table {
	border-spacing: 0;
}

table.mainnews.less td.mini > div + div {
	border-top: 1px solid #eaeaea;
	margin: 15px 0 0;
	padding: 15px 0 0;
}

table.mainnews.less td.mini h3 {
	margin: -2px 0 0;
	font-size: 15px;
	padding: 0 0 0 10px;
}

table.mainnews.less td.mini .date {
	font-size: 14px;
	color: #959595;
	padding: 6px 0 0 10px;
}

.break-word {
	overflow-wrap: break-word;
	word-wrap: break-word;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-ms-hyphens: auto;
	-moz-hyphens: auto;
	-webkit-hyphens: auto;
	hyphens: auto;
}

a.blue.theme {
	color: #181818;
	text-decoration: none;
	transition: color 200ms ease;
}

a.blue.theme:hover {
	color: #0183c7;
}

span.category.mini,
a.category.mini {
	display: inline-block;
	font-size: 10px;
	color: #a1a1a1;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 21px;
	text-decoration: none;
}

span.category.mini[redirect] {
	cursor: pointer;
}

span.category.mini[redirect]:hover,
a.category.mini:hover {
	text-decoration: underline;
}

.invisible-fade {
	opacity: 0;
	position: relative;
	transform: translate(0, 30px);
	transition: transform 750ms ease, opacity 1000ms ease;
	will-change: opacity;
}

.invisible-fade.animate {
	opacity: 1;
	transform: translate(0, 0);
}

.index-page .archive {
	border: 1px solid #ebebeb;
	padding: 20px;
	background-color: #fff;
	border-radius: 3px;
	margin: 2em 0 0;
}

.index-page .archive h5 {
	font-size: 24px;
	font-weight: 300;
	margin: 0 0 20px;
}

.index-page .archive .month {
	margin: -6px 0;
}

.index-page .archive .month > div {
	padding: 12px 1px 11px;
}

.index-page .archive .month > div + div {
	border-top: 1px solid #ededed;
}

.index-page .archive .month a {
	font-size: 16px;
}

.index-page .archive .month a span {
	color: #acacac;
}

article .head > h1,
article .head > h2 {
	font-size: 48px;
	line-height: 55px;
	font-weight: 700;
	margin: 1em 0 0.8em;
}

article .head > .short {
	font-size: 24px;
	line-height: 36px;
	font-weight: 300;
	margin-bottom: 26px;
}

article .head > .date {
	color: #b7b7b7;
	font-size: 16px;
}

article .head {
	padding-bottom: 39px;
	border-bottom: 1px solid #e1e1e1;
	margin-bottom: 40px;
}

article .contents {
	font-size: 16px;
	border-bottom: 4px solid #ebebeb;
	padding-bottom: 2em;
	margin-bottom: 6em;
	padding-top: 12px;
}

.ui.grid > .page-contents.column,
.ui.grid > .category-articles.column {
	padding: 4em 1.2em 6em;
}

.ui.grid > .category-articles.column .items > .item {
	margin: 0;
}

.ui.grid > .category-articles.column .items > .item + .item {
	margin: 3em 0 0;
}

.ui.grid > .category-articles.column .items > .item > .image img {
	object-fit: cover;
	object-position: center;
	width: 100%;
	height: 250px;
	background-color: rgba(244, 244, 244, 0.8);
}

.ui.grid > .category-articles.column .items > .item > .image a {
	display: inline-block;
	position: relative;
	width: 100%;
}

.ui.grid > .category-articles.column .items > .item > .image a span {
	opacity: 0;
	transform: scale(1);
	transition: opacity 250ms ease, transform 250ms ease;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	background-size: cover;
	background-color: rgb(255, 255, 255);
	background-position: center;
	background-repeat: no-repeat;
}

.ui.grid > .category-articles.column .items > .item > .image a:hover span {
	opacity: 1;
	transform: scale(1.02);
}

.ui.grid > .category-articles.column .items > .item > .image {
	width: 350px;
}

.ui.grid > .category-articles.column .items > .item > .content {
	padding-left: 1em;
}

.ui.grid > .category-articles.column .items > .item > .content[data-noimage] {
	padding-left: 0;
}

.ui.grid > .category-articles.column .items > .item > .content .description {
	margin: 0;
	font-size: 15px;
}

.ui.grid > .category-articles.column .items > .item > .content > h3 {
	font-size: 22px;
	font-weight: 500;
	margin: 0.6rem 0;
}

.ui.grid > .category-articles.column .items > .item > .content > .meta {
	margin: 0;
	line-height: 5px;
}

.ui.grid > .category-articles.column .items > .item > .content > .meta a {
	line-height: 0;
}

.ui.grid > .category-articles.column .items > .item > .content .extra {
	font-size: 13px;
}

nav.navigation {
	margin: 3em 0 0;
}

nav.navigation .ui.menu .item > i.icon {
	margin: 0;
}

.ui.grid > .page-contents.column > h1 {
	font-size: 3.4em;
	font-weight: 500;
	margin: 10px -3px 25px;
}

.ui.grid > .page-contents.column {
	font-size: 16px;
}

.ui.grid > .page-contents.column h2,
.ui.grid > .page-contents.column h3,
.ui.grid > .page-contents.column strong,
.ui.grid > .page-contents.column b {
	font-weight: 600;
	color: rgba(0, 0, 0, 0.87);
}

.archive-page > h1 {
	font-size: 44px;
	font-weight: 500;
	margin: 1.2em 0 0.6em;
}

.archive-page > table {
	width: 100%;
	text-align: center;
	table-layout: fixed;
	border: 1px solid rgb(232, 232, 232);
	border-radius: 0.28571429rem;
}

.archive-page > table td {
	vertical-align: middle;
	padding: 0;
}

.archive-page > table td a {
	transform: scale(1);
	transition: color 250ms ease, transform 100ms ease;
	position: relative;
	display: block;
	padding: 10px 0;
}

.archive-page > table td a:hover {
	transform: scale(1.2);
}

.archive-page {
	clear: both;
	position: relative;
	z-index: 1;
}

.related-next.ui.items > .item .meta {
	margin: -5px 0 8px;
}

.related-next h4.header > a {
	font-size: 16px;
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji',
		'Segoe UI Symbol';
	font-weight: 600;
	line-height: 19px;
	display: inline-block;
}

.related-next.ui.items > .item > .content > .description {
	margin: 3px 0 0;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.76);
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	line-height: 18px;
	max-height: 36px;
}

.related-next.ui.items > .item .meta span.category.mini,
.related-next.ui.items > .item .meta a.category.mini {
	line-height: 0;
}

.related-next.ui.items > .item {
	margin: 0 0 18px;
	padding: 0 0 18px;
	border-bottom: 1px solid #ebebeb;
}

.related-next.ui.items img.ui.image {
	height: 110px;
	width: 100%;
	object-fit: cover;
	object-position: center;
}

.related-next.ui.items > .item .extra {
	margin: 5px 0 0;
	font-size: 11px;
	display: inline-block;
	color: #bdbdbd;
	text-decoration: none;
}

.related-next.ui.items > .item:last-child {
	border: 0;
}

.ui.items.related-next {
	margin: 0 0 3em !important;
}

.header.ui.related-header {
	font-size: 22px;
	font-weight: 500;
	margin: -3.35em 0 1em;
}

.footer .ui.vertical.menu.latest-news {
	max-width: 100%;
}

.footer .ui.vertical.menu.latest-news > .item {
	padding: 12px 0;
	border: 0;
}

.footer .ui.vertical.menu.latest-news > .item .date {
	color: #636363;
	font-size: 13px;
	font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', Arial, sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol';
	margin: 8px 0 0;
}

.category-articles > h1 {
	font-size: 48px;
	line-height: 55px;
	font-weight: 700;
	margin: 0 0 1em;
}

.archive-years-page .ui.horizontal.list a.item {
	margin: 0 15px 10px 0;
}

@media only screen and (min-width: 1200px) {
	.ui.container {
		width: 1170px;
		padding-right: 6px;
		padding-left: 6px;
	}
}

@media only screen and (min-width: 992px) {
	.tablet-only {
		display: none !important;
	}
}

@media only screen and (max-width: 991px) {
	.category-articles > h1,
	.archive-page > h1,
	article .head > h1,
	article .head > h2 {
		font-size: 30px;
		line-height: normal;
	}

	article .head > .short {
		font-size: 18px;
		line-height: normal;
	}

	.ui.container > .ui.grid > .twelve.wide.column {
		width: 100% !important;
	}

	.index-page > .ui.container > table > tbody,
	.index-page > .ui.container > table > tbody > tr,
	.index-page > .ui.container > table > tbody > tr > td,
	.index-page > .ui.container > table td.sidebar,
	.index-page > .ui.container > table {
		display: block;
		width: 100%;
		padding: 0;
	}

	.index-page > .ui.container > table td.sidebar {
		margin: 2em 0 0;
	}

	.archive-page > table tbody,
	.archive-page > table tr,
	.archive-page > table {
		border: 0;
		display: block;
		width: 100%;
		text-align: left;
	}

	.archive-page > table td {
		display: inline-block;
		margin-right: 2em;
		font-size: 16px;
	}

	.desk-only {
		display: none !important;
	}

	.main-menu.front ul > li {
		padding: 0 15px;
	}

	.main-menu.front ul > li span,
	.main-menu.front ul > li a {
		font-size: 18px;
	}

	.main-menu.front ul {
		margin: 0 -15px;
	}

	.footer .ui.container > table > tbody > tr > td,
	.footer .ui.container > table > tbody > tr,
	.footer .ui.container > table > tbody,
	.footer .ui.container > table {
		display: block;
		width: 100%;
		margin: 0 0 15px;
		padding: 0;
	}

	.footer .ui.vertical.menu {
		max-width: 100%;
	}

	.footer .ui.container iframe {
		max-width: 100% !important;
		min-width: 0 !important;
	}
}

@media only screen and (min-width: 768px) {
	.mobile-only {
		display: none !important;
	}
}

@media only screen and (max-width: 624px) {
	.related-next.ui.items img.ui.image {
		height: 300px;
		height: auto;
	}

	.related-next.ui.items > .item > div.image {
		max-height: none !important;
		display: block;
	}
}

@media only screen and (max-width: 767px) {
	nav.navigation .ui.pagination.menu {
		max-width: 100%;
		overflow: auto;
	}

	.ui.grid > .category-articles.column .items > .item,
	.ui.grid > .category-articles.column .items > .item > .content,
	.ui.grid > .category-articles.column .items > .item > .image {
		width: 100% !important;
		display: block;
		padding-left: 0;
		padding-right: 0;
	}

	.ui.grid > .category-articles.column .items > .item > .image img {
		height: auto;
		max-height: 350px;
		margin: 0 0 1em;
	}

	.ui.grid > .category-articles.column .items > .item > .image a span {
		display: none !important;
	}

	.main-menu.front {
		overflow: hidden;
		height: 0;
		opacity: 0;
		transition: height 250ms ease, opacity 200ms ease;
	}

	.main-menu.front.open {
		height: 225px;
		overflow: visible;
		opacity: 1;
	}

	.main-menu.front ul > li span i.icon,
	.main-menu.front ul > li a i.icon,
	.tablet-search i.icon[rel='search'] {
		display: none;
	}

	.tablet-search .ui.input,
	.tablet-search {
		position: relative;
		width: 100%;
		opacity: 1;
		padding: 0;
	}

	.tablet-search form {
		margin: 15px 0 2px;
	}

	.main-menu.front ul {
		margin: 0;
	}

	.main-menu.front ul > li {
		padding: 0;
		display: block;
		text-align: center;
	}

	.main-menu.front ul > li span,
	.main-menu.front ul > li a {
		height: 22px;
		line-height: 22px;
		margin: 14px 0;
	}

	/*
	.main-menu.front ul > li.ui.pointing.dropdown > .menu {
		width: 100%;
		position: absolute;
		top: 60px;
	}
	*/

	.main-menu.front ul > li.ui.pointing.dropdown > .menu {
		height: 0 !important;
		width: 0 !important;
		left: -100%;
	}

	.front.header table {
		width: 100%;
	}

	.front.header table td.mobile-only {
		width: 22px;
	}
}

@media only screen and (max-width: 700px) {
	.index-page table.mainnews > tbody,
	.index-page table.mainnews > tbody > tr,
	.index-page table.mainnews > tbody > tr > td,
	.index-page table.mainnews td.sidebar,
	.index-page table.mainnews {
		display: block;
		width: 100%;
		padding: 0;
	}

	.index-page table.mainnews td.mini img {
		max-height: 350px;
	}

	.index-page table.mainnews.less td.big,
	.index-page table.mainnews > tbody > tr > td.big {
		padding-bottom: 3em;
		width: 100%;
	}

	.index-page table.mainnews td.big h3 {
		font-size: 26px;
		line-height: normal;
	}
}

@media only screen and (max-width: 420px) {
	article .head > h1,
	article .head > h2,
	.category-articles > h1 {
		font-size: 22px;
	}

	article .head > .short {
		font-size: 16px;
	}
}
