@import url('https://fonts.googleapis.com/css?family=Jura:600&subset=cyrillic');

:root {
	--gap: 4px;
}

* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
	font-size: 13px;
}

body {
	color: #484848;
	line-height: 16px;
}

.video-container {
	position: relative;
	width: 100%;
	height: 0;
	padding-bottom: 56.25%;
}

.video-container > video,
.video-container > iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

p {
	line-height: 20px;
	font-size: 13px;
	padding-bottom: 16px;
	text-align: justify;
}

p:first-letter {
	padding-left: 15px;
}

a {
	color: #036cb5;
	text-decoration: none;
	font-weight: bold;
	outline: none;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s;
}

a:hover {
	text-decoration: underline;
}

h3, h5 {
	color: #444;
}

h3 {
	display: block;
	margin-top: 10px;
	margin-bottom: 17px;
	border-bottom: 1px dotted #c4c4c4;
	color: #555;
	font-size: 26px;
	line-height: 28px;
	font-family: 'Jura';
	font-weight: 600;
	letter-spacing: .8px;
}

.subtitle {
	font-size: 22px;
}

ol {
	margin-bottom: 18px;
}

ol ol {
	margin-top: 5px;
	margin-bottom: 0;
}

ol li {
	margin-left: 25px;
	margin-bottom: 5px;
	line-height: 1.5;
}

li a {
	font-size: 11px;
}

label {
	color: #9a9a9a;
	font-style: italic;
	font-weight: bold;
	display: block;
	font-size: 11px;
	line-height: 24px;
}

input, textarea {
	background: #fff;
	width: 300px;
	margin-bottom: 5px;
	padding: 6px 10px;
	border: 1px solid #d4d4d4;
	font-size: 11px;
}

textarea {
    width: 500px;
    font-family: Arial;
}

#header {
	background: transparent url("/uploads/design/header-bg.jpg") repeat-x scroll center top;
}

#head {
	background: transparent url("/uploads/design/header-deco.jpg") no-repeat scroll center top;
	max-width: 990px;
	min-height: 240px;
	margin: 0px auto;
	position: relative;
	z-index: 10;
}

#top-bar {
	height: 30px;
	overflow: hidden;
	color: #8FAE9F;
}

#top-bar > ul {
	float: right;
}

#top-bar ul  li {
	float: left;
	list-style: none;
	line-height: 30px;
}

#top-bar ul  li:after {
	content: "|";
}

#top-bar ul  li:last-child:after {
	content: "";
}

#top-bar ul li a {
	color: #8FAE9F;
	padding-right: 5px;
	padding-left: 5px;
}

.nav-toggle {
	display: none;
    position: relative;
    padding-left: 9px;
    right: 0;
    top: 0;
    width: 40px;
    height: 30px;
    cursor: pointer;
    z-index: 20;
}

.nav-toggle:before,
.nav-toggle:after,
.nav-toggle span {
    content: '';
    background: #fff;
    position: absolute;
    display: block;
    top: 7px;
    width: 25px;
    height: 2px;
    -webkit-transition: all .25s;
    -o-transition: all .25s;
    transition: all .25s;
}

.nav-toggle:after {
    top: 14px;
}

.nav-toggle span {
    top: 21px;
}

.nav-opened .nav-toggle span {
	display: none;
}

.nav-opened .nav-toggle:before {
	webkit-transform: rotate(45deg) translate(4px, 5px);
    -moz-transform: rotate(45deg) translate(4px, 5px);
    -ms-transform: rotate(45deg) translate(4px, 5px);
    -o-transform: rotate(45deg) translate(4px, 5px);
    transform: rotate(45deg) translate(4px, 5px);
}

.nav-opened .nav-toggle:after {
	-webkit-transform: rotate(-45deg) translate(0, -1px);
    -moz-transform: rotate(-45deg) translate(0, -1px);
    -ms-transform: rotate(-45deg) translate(0, -1px);
    -o-transform: rotate(-45deg) translate(0, -1px);
    transform: rotate(-45deg) translate(0, -1px);
}

#head-main-area {
	position: relative;
	margin: 0px auto;
	z-index: 10;
}

#head-main-area img {
	width: 100%;
	max-width: 570px;
}

#logo {
	display: block;
	margin: 10px 0 30px;
	padding: 4px 0 0 10px;
	position: relative;
	left: 0px;
}

/*#search-bar {
	background: transparent url("/uploads/design/search-bar.png") no-repeat scroll center center;
	position: relative;
	width: 264px;
	float: right;
	margin: 54px 0 0;
	height: 28px;
}

#search-bar input {
	background-color: #314B36;
	border: 0px none;
	padding: 4px;
	height: 21px;
	line-height: 14px;
	margin-top: 2px;
}

#search-bar input:nth-child(1) {
	width: 72%;
	color: #99B49E;
	font-size: 11px;
	margin-left: 8px;
	font-style: italic;
}

#search-bar input:nth-child(2) {
	width: 24%;
	color: #fff;
	cursor: pointer;
	margin-left: -6px;
	margin-right: 3px;
	font-size: 11px;
	font-weight: 600;
}*/

#top-menu {
	background-color: rgba(0,30,0,.15);
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	border-radius: 7px;
	box-shadow: 0px 0px 3px rgba(0,20,0,.4) inset;
}

#top-menu ul li {
	display: inline-block;
	list-style: none;
	position: relative;
	vertical-align: top;
	padding-top: 2px;
}

#top-menu > ul > li:first-child{
	margin-top: 12px;
	padding-right: 7px;
	height: 20px;
	border-right: 1px solid rgba(0, 140, 0, 0.4);
}

#top-menu > ul > li:first-child a {
	display: block;
	position: relative;
	padding-top: 14px;
	padding-bottom: 5px;
}

#top-menu > ul > li > span,
#top-menu > ul > li > a {
	padding: 12px 13px;
	color: #FFF;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	line-height: 42px;
	text-shadow: 0px -1px 0px #000;
}

#top-menu li:hover a, #top-menu li.active a {
    color: #98cd4e;
	text-decoration: none;
}

#top-menu > ul li > ul {
	position: absolute;
	margin: 0;
	padding: 0;
	width: 190px;
	top: 54px;
	left: 0;
	background: #fff;
	border: 1px solid #bcbcbc;
	border-top: 8px solid #193807;
	visibility: hidden;
	overflow: hidden;
	opacity: 0;
	-webkit-transition: visibility .25s, opacity .25s, top .25s;
	-o-transition: visibility .25s, opacity .25s, top .25s;
	transition: visibility .25s, opacity .25s, top .25s;
}
#top-menu > ul li > ul ul {
	position: absolute;
	height: auto;
	margin: 0;
	padding: 0;
	width: 190px;
	top: -1px !important;
	left: 170px;
	background: #fff;
	border: 1px solid #bcbcbc;
	opacity: 0;
	visibility: hidden;
	overflow: hidden;
	z-index: 7;
	-webkit-transition: visibility .25s, opacity .25s, top .25s;
	-o-transition: visibility .25s, opacity .25s, top .25s;
	transition: visibility .25s, opacity .25s, top .25s;
}
#top-menu > ul li > ul li:hover ul {
	display: block;
}
#top-menu ul li > ul li {
	margin: 0 0 1px 0;
	position: relative;
	clear: both;
	display: block;
	width: 100%;
	padding: 0;
}

#top-menu ul ul span,
#top-menu li ul a {
	background-color: #f6f6f6;
	text-shadow: 0 0 0 #000;
	font-size: 12px;
	font-weight: normal;
	text-transform: none;
	color: #6b6b6b !important;
	clear: both;
	display: block;
	max-width: 190px;
	height: 36px;
	line-height: 36px;
	text-indent: 10px;
	overflow: hidden;
	user-select: none;
}

#top-menu span {
	cursor: default;
	user-select: none;
}

#top-menu li ul li:hover > a {
	background: #DDD!important;
	color: #000!important;
}

#top-menu li:hover > ul {
	opacity: 1;
	visibility: visible;
	height: auto;
	top: 41px;
	overflow: visible;
}

#home {
	background: url('/uploads/design/green-home.png') no-repeat 60% 0%;
}

#head-line {
	position: relative;
	width: 100%;
	height: 1px;
	top: 1px;
	background-color: rgba(255,255,255,.75);
	box-shadow: 2px 3px 6px #000;
}

#head-line2 {
	position: relative;
	width: 99%;
	height: 0px;
	top: 1px;
	margin: 0 auto;
	background-color: rgba(255,255,255,.75);
	box-shadow: 2px 3px 20px 2px #000;
}

#content {
	display: table;
	position: relative;
	width: 100%;
	background: #F1F1F1 url("/uploads/design/bg.gif") repeat-x scroll center top;
	padding-bottom: 40px;
}

.intro-img {
	width: 365px;
}

#right-column img {
	max-width: 100%;
	border: 1px solid #c4c4c4;
	padding: 4px;
}

#main-block {
	position: relative;
	max-width: 1020px;
	width: 100%;
	margin: auto;
	padding: 40px 15px 60px;
}

#main-block:after {
	content: '';
	display: table;
	clear: both;
}

#left-column {
	width: 23%;
	padding-right: 20px;
	float: left;
	overflow: hidden;
	margin-right: 26px;
	background: transparent url("/uploads/design/left-column-shadow.png") no-repeat scroll right top;
	min-height: 634px;
	padding-top: 24px;
}

.widget {
	margin-bottom: 33px;
}

.widget__title {
	background-color: #635f22;
	color: #FFF;
	font-size: 14px;
	padding: 6px 0 6px 14px;
	margin-bottom: 14px;
	border-bottom: none;
	text-shadow: 0 -1px 0 #444;
	cursor: default;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	-o-user-select: none;
	user-select: none;
}

ul#tags {
	list-style: none;
	overflow: hidden;
}

ul#tags li a {
	display: block;
	color: #000;
	background-color: #d9d9d9;
	border: 1px solid #bfbfbf;
	padding: 2px 10px;
	margin-bottom: 2px;
	font-size: 13px;
	font-weight: 600;
	text-align: center;
	width: 100%;
	transition: background-color .1s, color .1s;
}

ul#tags li a:hover {
	text-decoration: none;
	background-color: #000;
	color: #FFF;
}

#right-column {
	font-family: Arial, Tahoma, Verdana;
	float: right;
	width: 73%;
	padding-top: 24px;
}

#right-column p {
	color: #484848;
}

.headline {
	margin-left: 61px;
	margin-bottom: 20px;
}

.meta-data {
	height: 20px;
	line-height: 20px;
	color: #b2b2b2;
	border-bottom: 1px dotted #d0d0d0;
	border-top: 1px dotted #d0d0d0;
}

.meta-data * {
	font-size: 11px;
}

.blog-item .meta-data {
	border-top: none;
}

.blog-item .meta-data:first-of-type {
	border-top: 1px dotted #d0d0d0;
}

.meta-data span {
	display: block;
	float: left;
	padding-left: 2px;
}

.meta-data a {
	color: #b2b2b2;
	font-size: 11px;
}

.blog-item img {
	max-width: 100%;
	margin-bottom: 5px;
}

.comment-icon {
	background: transparent url("/uploads/design/comments-icon.png") no-repeat center center;
	float: left;
	width: 51px;
	height: 51px;
	margin-right: 10px;
	line-height: 51px;
}
ul.custom {
	list-style-type: none;
	margin-left: 20px;
	margin-bottom: 20px;
	overflow: hidden;
}

ul.custom ul.custom {
	margin-top: 10px;
}

ul.custom li {
	background: transparent url('/uploads/design/list-type.png') no-repeat left top 5px;
	font-size: 13px;
	display: block;
	color: #575757;
	font-family: Arial;
	padding-left: 24px;
	margin-bottom: 10px;
	line-height: 1.44;
}

ul.style-2 li {
	background: transparent url('/uploads/design/list-type-2.png') no-repeat left top 3px;
}

.list--unstyled,
.list--cups {
	margin: 0;
	list-style: none;
}

.list--unstyled li {
	padding: 0;
	margin: 0;
}

.list--cups li {
	display: flex;
	align-items: center;
	margin: 0;
	padding: 5px 0;
}

.list--cups li::before {
	content: '';
	background-repeat: no-repeat;
	background-position: 50% 50%;
	position: relative;
	display: block;
	width: 40px;
	min-width: 40px;
	height: 40px;
	margin-right: 10px;
}

.list--cups li:nth-child(1)::before {
	background-image: url('../uploads/icons/cups/gold.svg');
}

.list--cups li:nth-child(2)::before {
	background-image: url('../uploads/icons/cups/silver.svg');
}

.list--cups li:nth-child(3)::before {
	background-image: url('../uploads/icons/cups/bronze.svg');
}

h5.simple {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	font-family: 'Jura';
	font-weight: 600;
	letter-spacing: .5px;
}

.list-view .pager {
	margin-bottom: 50px;
}

.alignleft {
	float: left;
	margin-right: 20px;
	margin-bottom: 10px;
}

div.clr {
	clear: both;
}

.container {
	position: relative;
}

.category_title {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 3px;
}

.summary {
	position: absolute;
	top: 9px;
	right: 5px;
	font-size: 11px;
	font-family: 'Jura';
}

.blog-item {
    clear: both;
    margin-bottom: 40px;
}

.short-item__title {
	display: block;
	padding-bottom: 2px;
	margin-bottom: 20px;
	border-bottom: 1px dotted #c7c7c7;
}

.headline h1,
.headline > a,
.short-item__title a {
	display: inline-block;
	margin-top: 0;
	color: #555;
	font-family: 'Jura';
	font-size: 30px;
	font-weight: 600;
	letter-spacing: .8px;
	line-height: 1;
}

.headline h1,
.headline > a,
.short-item__title a {
	font-size: 25px;
	letter-spacing: .5px;
	padding-bottom: 4px;
}

.headline > a:hover,
.short-item__title a:hover {
	color: #106295;
	text-decoration: none;
}

.short-item__date {
	display: block;
	margin-bottom: 12px;
	font-weight: 300;
	font-style: italic;
}

.short-item__img {
	display: inline-block;
	width: 125px;
	margin-right: 15px;
	vertical-align: top;
}

.short-item__desc {
	display: inline-block;
	width: calc(100% - 145px);
}

.dir_code {
	vertical-align: top;
	border-radius: 6px;
	margin-top: 20px;
	text-align: center;
}

.dir_code td {
	padding: 7px;
	border: 1px solid #777;
	vertical-align: top;
}

.tl-tag {
	color: #b2b2b2;
	font-size: 11px;
}

.minimized {
	cursor: pointer;
}
 
.minimized:hover {
	border: 1px solid #a4a4a4 !important;
}

#magnify {
	background: rgba(0,0,0,.5);
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 9999;
	opacity: 0;
	overflow: hidden;
	cursor: pointer;
}

#magnify.opened {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-animation: appearing .3s ease 1;
	-o-animation: appearing .3s ease 1;
	animation: appearing .3s ease 1;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes appearing {
	from {
		opacity: 0;
	}
	to {
		opacity: 1;
	}
}
 
#magnify img {
	background-color: #fff;
	padding: 5px;
	max-width: 80%;
	max-height: 90%;
	border-radius: 3px;
	cursor: default;
}

#magnify.opened img {
	-webkit-animation: imgAppearing .25s ease 1;
	-o-animation: imgAppearing .25s ease 1;
	animation: imgAppearing .25s ease 1;
	-webkit-animation-fill-mode: forwards;
	-o-animation-fill-mode: forwards;
	animation-fill-mode: forwards;
}

@keyframes imgAppearing {
	from {
		opacity: 0;
		-webkit-transform: scale(.7);
		-ms-transform: scale(.7);
		-o-transform: scale(.7);
		transform: scale(.7);
	}
	to {
		opacity: 1;
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		-o-transform: scale(1);
		transform: scale(1);
	}
}

#close-popup {
	position: absolute;
	width: 28px;
	height: 28px;
	top: 12px;
	right: 11px;
	-webkit-transition: transform .3s;
	-o-transition: transform .3s;
	transition: transform .3s;
	z-index: 7;
	cursor: pointer;
}

#close-popup:hover {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	-o-transform: rotate(90deg);
	transform: rotate(90deg);
}

#close-popup:before,
#close-popup:after {
	content: '';
	background-color: #fff;
	position: absolute;
	display: block;
	width: 2px;
	height: 27px;
	left: 50%;
}

#close-popup:before {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#close-popup:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.complete-headline {
	margin-bottom: 20px;
}

.complete-headline > h3 {
	position: relative;
	margin: 0;
	border-bottom: none;
	top: -4px;
	font-size: 28px;
}

a.read-more {
	clear: both;
	display: block;
	width: 103px;
	height: 27px;
	background: transparent url('../uploads/design/read-more-button.png') no-repeat center;
	color: #6d6d6d;
	line-height: 28px;
	text-align: center;
	text-decoration: none;
	font-size: 11px;
	font-weight: normal;
	text-shadow: 0 1px 0 #fff;
	margin-bottom: 3px;
	margin-left: 1px;
	-webkit-transition: color .15s;
	-o-transition: color .15s;
	transition: color .15s;
}

a.read-more:hover {
	color: #111;
}

.contact {
	display: table;
	margin-top: 5px;
}

.email-link {
	font-size: 0;
	text-decoration: none !important;
}

.email-link:before {
	content: '';
	background: transparent url('../uploads/design/email.svg') no-repeat center;
	display: inline-block;
	width: 22px;
	height: 22px;
	margin-right: 5px;
	vertical-align: top;
}

.email-link span {
	position: relative;
	padding: 2px 0;
	vertical-align: middle;
	font-size: 13px;
}

.email-link span:after {
	content: '';
	background-color: #036cb5;
	display: block;
	position: absolute;
	height: 1px;
	left: 50%;
	right: 50%;
	bottom: 0px;
	transition: all .25s;
}

.email-link:hover span:after {
	left: 0;
	right: 0;
}

.page-title {
	display: block;
	margin-top: 10px;
	margin-bottom: 20px;
	color: #555;
	font-size: 26px;
	line-height: 28px;
	font-family: 'Jura';
	font-weight: 600;
	letter-spacing: .8px;
}

.page-title .small {
	font-size: 18px;
}

.table {
	background-color: #fefefe;
	width: 100%;
	border: 1px solid #f1f5fa;
	border-collapse: collapse;
	border-spacing: 0;
	border-radius: 3px;
	box-shadow: 0 0 5px rgb(0, 0, 0, .1);
	text-align: center;
}

.table__row {
	position: relative;
	border-bottom: 1px solid #e1e5ea;
	cursor: default;
}

.table__row:hover {
	background-color: rgba(0,0,0,.04);
}

.table__cell {
	padding: 10px 12px;
	line-height: 1.5;
}

.table__cell:first-child {
	color: #844;
}

.table--unstyle .table__cell:first-child {
	color: inherit;
}

.table__cell--headline {
	background-color: #eaeeea;
	text-transform: uppercase;
	font-weight: 400;
	font-size: 0.9em;
}

.article {
    font-size: 15px;
    line-height: 1.56;
    font-family: "-apple-system",BlinkMacSystemFont,"Segoe UI",Arial,sans-serif;
    overflow-wrap: break-word;
}

.article * {
	font-size: inherit;
	line-height: inherit;
}

.article p {
	padding-bottom: 0;
	margin-bottom: 16px;
}

.article p:first-letter {
	padding-left: 0;
}

.article h2,
.article h3,
.article h4,
.article h5,
.article h6 {
	margin-top: 15px;
	margin-bottom: 15px;
	font-weight: 600;
}

.article h4 {;
	font-size: 20px;
}

.article h5 {;
	font-size: 18px;
}

.article h6 {;
	font-size: 17px;
}

.article code {
	margin-bottom: 15px;
}

.center {
	text-align: center;
}

.center p {
	text-align: inherit;
}

.d-flex {
	display: flex;
}

.justify-space-between {
	justify-content: space-between;
}

.mb-3 {
	margin-bottom: calc(3 * var(--gap));
}

.mb-4 {
	margin-bottom: calc(4 * var(--gap));
}

pre {
    word-break: break-all;
}

code {
    white-space: normal;
    font-size: 14px;
    font-family: Menlo,Monaco,'Consolas','Courier New',monospace;
}

pre code {
    display: block;
    padding: 17px 20px 20px;
    border: 1px solid #e5e8ec;
    background: #fbfdff;
    white-space: pre-wrap;
    tab-size: 3;
	-moz-tab-size: 3;
	-o-tab-size: 3;
}

.o-hidden {
	overflow: hidden;
}

.clearfix:after {
	content: " ";
	clear: both;
	display: table;
}


@media screen and (max-width:830px) {
	body,
	#top-menu {
		-webkit-transition: all .35s;
		-o-transition: all .35s;
		transition: all .35s;
	}
	body {
		position: relative;
		min-height: 100vh;
		display: flex;
		flex-direction: column;
		left: 0;
	}
	#content {
		display: flex;
		flex: 1;
	}
	#main-block {
		margin-top: 0;
	}
	.nav-opened {
		left: 320px;
		overflow: hidden;
	}
	.nav-opened:before {
		content: '';
		position: absolute;
		top: 30px;
		left: 0;
		bottom: 0;
		right: 0;
		background-color: rgba(0,0,0,.6);
		z-index: 19;
	}
	#main-block {
		padding-left: 12px;
		padding-right: 12px;
	}
	#head {
		min-height: 140px;
	}
	#logo {
		margin: 20px 0;
	}
	#head-line,
	#head-line2,
	#home {
		display: none !important;
	}
	.nav-toggle {
		display: inline-block;
	}
	#top-menu {
		background: #4a5568;
		position: fixed;
		width: 320px;
		margin: 0;
		border-radius: 0px;
		box-shadow: 0px 0px 3px rgba(0,20,0,.4) inset;
		top: 0;
		bottom: 0;
		left: -320px;
		visibility: hidden;
		overflow: hidden;
	}
	.nav-opened #top-menu {
		left: 0;
		visibility: visible;
		overflow: auto;
	}
	#top-menu ul li {
		display: block;
	}
	#top-menu ul li {
		padding: 0;
	}
	#top-menu ul li a {
		display: block;
		max-width: 100%;
		line-height: 38px;
		padding-top: 0;
		padding-bottom: 0;
	    text-shadow: none !important;
	}
	#top-menu li:hover a {
		color: #fff;
	}
	#top-menu li ul {
		border: none !important;
		background: transparent !important;
		display: block !important;
		width: 100% !important;
		position: relative !important;
		top: auto !important;
		left: auto !important;
		visibility: visible !important;
		opacity: 1 !important;
		overflow: visible !important;
	}
	#top-menu span, #top-menu li ul a,
	#top-menu ul ul span, #top-menu li ul a {
		background-color: transparent;
		border: none;
		font-size: 14px;
		color: #fff !important;
	}
	#top-menu li ul li:hover>a {
		background-color: transparent !important;
		color: #fff !important;
	}
	#top-menu li.active > a {
		background-color: #ddd;
	    color: #222 !important;
	}
	#top-menu li ul a {
		padding-left: 19px;
	}
	#top-menu li ul ul a {
		padding-left: 30px;
	}
	#left-column {
		display: none;
	}
	#right-column {
		width: 99%;
	}
	.headline h1, .headline > a, .short-item__title a {
		font-size: 22px;
		letter-spacing: 0;
	}
}

@media screen and (max-width:600px) {
	#content {
		display: block;
		width: 100%;
	}
	#magnify {
		padding: 4px;
	}
	#magnify img {
		max-width: 100%;
	}
	#right-column {
		padding-top: 0;
		float: none;
	}
	.headline h1, .headline > a, .short-item__title a {
		font-size: 18px;
		letter-spacing: .5px;
	}
	#right-column img {
		display: block;
		width: 100%;
		max-width: 400px;
		margin: 0 auto 20px !important;
		float: none;
	}
	#right-column .buklet {
		display: inline-flex;
		width: 44%;
		height: auto;
		margin: 0 5px 20px !important;
	}
	.short-item__desc {
		width: 100%;
	}
	.list-view .pager {
		font-size: 0;
		margin: 0;
	}
	.dir_code {
		display: flex;
		max-width: 100%;
		overflow-y: scroll;
	}
	.xs-hidden {
		display: none;
	}
	.table {
		display: flex;
		flex-direction: column;
	}
	.table__row {
		display: flex;
		flex-direction: column;
	}
	.table__row:hover {
		background-color: transparent;
	}
	.table__cell {
		display: flex;
		align-items: stretch;
		justify-content: flex-start;
		width: 100%;
		padding-right: 12px;
		text-align: left;
	}
	.table__cell::before {
	    content: attr(data-title);
	    display: flex;
	    width: 30%;
	    min-width: max(30%, 110px);
	    padding-right: 15px;
	    margin-right: 12px;
	    box-sizing: border-box;
	}
	.table__cell:first-child {
	    background-color: #eaeeea;		
	}
}