<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html, body {
    height: 100%;
}

body {
	font-family: 'OpenSans';
}

@font-face {
	font-family: 'OpenSans';
	src: url(/fonts/OpenSans-Regular.ttf);
	font-weight: 400;
}

@font-face {
	font-family: 'OpenSans';
	src: url(/fonts/OpenSans-Bold.ttf);
	font-weight: 600;
}

@font-face {
	font-family: 'OpenSans';
	src: url(/fonts/OpenSans-ExtraBold.ttf);
	font-weight: 800;
}


@font-face {
	font-family: 'OpenSans';
	src: url(/fonts/OpenSans-BoldItalic.ttf);
	font-weight: 600;
	font-style: italic;
}

@font-face {
	font-family: 'OpenSans';
	src: url(/fonts/OpenSans-Italic.ttf);
	font-weight: 400;
	font-style: italic;
}

a,a:hover {
	text-decoration: none;
}

h1,h2,h3,h4,h5,h6 {
	margin: 0;
}

.main_wrap {
    background-color: #f0f0f0;
    min-height: 100%;
    height: auto;
    margin: 0 auto -135px;
    padding: 0px 0 135px;
}

.header_bg {
	width: 100%;
	background: url(/images/header_bg.png) #ffffff;
}

.header {
	padding: 20px 0 0 0;
}

.logo {
	float: left;
	position: relative;
	z-index: 2;
}

.vsem {
	float: left;
	padding-top: 18px;
    padding-left: 78px;
}

.vsem a {
	font-size: 48px;
	font-weight: 800;
	color: #2760bf;
	line-height: 1;
}

.search {
	position: relative;
	float: right;
	padding-top: 16px;
}

.search input[type="text"] {
	width: 222px;
	height: 41px;
	padding: 10px;
	border-radius: 5px 0 0 5px;
	border: none;
	display: inline-block;
}

.search ::-webkit-input-placeholder {
	color: #7A7A7A;
	font-weight: 400;
	font-style: italic;
}


.search input[type="submit"] {
	background: url(/images/search_icon.png) no-repeat #2760bf center center;
	width: 17px;
	height: 18px;
	border: none;
	text-indent: -99999px;
	padding: 0;
	padding: 20.5px;
	border-radius: 0 5px 5px 0;
	display: inline-block;
	vertical-align: bottom;
	margin-left: -4px;
}

.logo_pr {
	position: relative;
	margin-top: -23px;
	z-index: 1;
	height: 45px;
}

.logo_title_bg {
	background: #a2d9f7;
	width: 100%;
	position: absolute;
}

.logo_title {
	padding: 13px 145px;
}

.logo_title h1 {
	font-size: 18px;
	font-style: italic;
	font-weight: 600;
	color: #E71836;
}

/*Archive*/

main {
    padding-bottom: 83px;
	position: relative;
}

.all_archive {
    padding-bottom: 40px;
    padding-top: 50px;
}

.archive .main_title {
	padding: 0 0 0 15px;
	font-size: 20px;
	font-weight: 800;
	text-align: center;
	color: #444444;
}

.main_bg {
	position: relative;
	background-color: #ffffff;
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, 0.2);
	border-radius: 5px;
	margin-top: 30px;
	padding-top: 30px;
}

.archive_title {
	padding: 40px 0 50px 0;
	text-align: center;
}

.arch_pr {
    text-align: center;
    border-right: 1px solid #e5e5e5;
}

.arch_pr:last-child {
	border-right: none;
}

.arch_pr ul {
	list-style: none;
	padding: 0;
}

.arch_pr li {
	display: block;
}

.arch_pr li span.bold {
	font-weight: 600;
}

.arch_pr li a {
	font-size: 14px;
	font-weight: 400;
	color: #361C36;
	display: inline-block;
}

.arch_pr li a:before {
	content: "";
	background: url(/images/arch_icon.png) no-repeat;
	width: 11px;
	height: 15px;
	display: inline-block;
	position: relative;
	top: 2px;
	margin-right: 10px;
}

.arch_pr li a:hover {
	color: #2760bf;
}

.arch_pr li a:hover:before {
	background: url(/images/arch_icon_blue.png) no-repeat
}

.arch_pr li:first-child {
	margin-top: 10px;
}

.arch_pr li + li a {
	margin-top: 16px;
}

.footer_bg {
    background-color: #dedede;
    height: 135px;
}

.footer {
	position: relative;
}

.footer_logo {
	float: right;
	margin-top: -47px;
}

.footer_logo:before {
    content: "";
    display: block;
    border: 2px solid #219c5f;
    position: absolute;
    left: 0;
    width: 86.4%;
    bottom: 0;
}

.socs {
	padding-top: 30px;
}

.socs ul {
	padding: 0;
	margin: 0;
}

.socs ul li {
	display: inline-block;
}

.socs ul li a {
	display: inline-block;
	background: url(/images/socs_icon.png) no-repeat;
	width: 20px;
	height: 20px;
}

.socs ul li a.vk {
	background-position: 0 -1px;
}

.socs ul li a.ok {
    background-position: -23px -1px;
}

.socs ul li a.fb {
    background-position: -46px -1px;
}

.socs ul li a.tw {
    background-position: -69px -1px;
}

.socs ul li a.gp {
    background-position: -92px -1px;
}

.socs ul li a.email {
    background-position: -115px -1px;
}

.socs ul li a.mail {
    background-position: -138px -1px;
}

.socs ul li a.print {
    background-position: -161px -1px;
}

.socs ul li a.plus {
    background-position: -184px -1px;
}

.copyright {
	padding-bottom: 30px;
}

.copyright p {
	color: #219C5F;
	font-size: 13px;
	font-weight: 400;
	margin: 10px 0 0 0;
}

.stats a {
	margin-right: 17px;
}

.stats a:last-child {
	margin-right: 0;
}

/*Category*/

ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

.breadcrumb {
	padding: 0 0 20px 15px;
	margin-bottom: 0;
	background-color: transparent;
}

.breadcrumb&gt;li:before {
	display: inline-block;
	background: url(/images/crumb_icon.png) no-repeat;
	width: 7px;
	height: 10px;
	margin-right: 2px;
	content: "";
	padding: 0;
}

.breadcrumb&gt;li+li:before {
    display: inline-block;
    background: url(/images/crumb_icon.png) no-repeat;
    width: 7px;
    height: 10px;
    margin-right: 5px;
    content: "";
    padding: 0;
    margin-left: 5px;
}
/*
.breadcrumb span.bread_icon {
	display: inline-block;
	background: url(/images/crumb_icon.png) no-repeat;
	width: 7px;
	height: 10px;
	margin-right: 2px;
}*/

.breadcrumb ul {
	list-style: none;
}

.breadcrumb ul li {
	display: inline-block;
	margin-right: 5px;
	font-size: 14px;
	font-style: italic;
}

.breadcrumb li a {
	color: #2760BF;
}

.category_wrap {
	padding: 0 15px 35px 15px;
}

.all_category {
	padding-top: 55px;
}

.category_pr li &gt; a.choice:after {
	content: "";
	display: inline-block;
	background: url(/images/arrow.png) no-repeat;
	width: 14px;
	height: 14px;
	background-size: 100%;
	vertical-align: middle;
	position: relative;
	top: 4px;
	left: 10px;
        margin-right: 14px;
}
.category_pr li &gt; a.choice.opened:after {
	background: url(/images/arrow_up.png) no-repeat;
        background-size: 100%;
}

.category_pr .category_title h2 {
	color: #2760BF;
	font-size: 28px;
	font-weight: 800;
}

.category_pr .category_name {
	margin-top: 25px;
}

.category_pr .category_name h3 {
	font-size: 20px;
	color: #ffffff;
	font-weight: 800;
	padding: 10px 15.5px;
	display: inline-block;
	background: #219c5f;
	border-radius: 5px;
	line-height: 1;
}

.category_pr .categories ul {
	padding-left: 15px;
	margin-top: 15px;
}

.category_pr .categories li a {
	font-size: 14px;
	color: #361C36;
}

.category_pr .categories li a:hover {
	/*border-bottom: 1px solid #5c87cf; */
	color: #5c87cf;
}

.category_pr .categories li sup {
	font-size: 14px;
	color: #444444;
	font-weight: 800;
	color: #2760bf;
	margin-left: 5px;
	top: -0.4em;
}

.category_pr .categories li + li {
	margin-top: 12px;
}

.choicedown {
	display: none;
}

/*Notices*/

.notice_wrap {
	padding: 0 15px 35px 15px;
        
}

.offers p {
	font-size: 14px;
	color: #361C36;
	padding: 7px 15px;
	margin: 0;
}

.offers p:nth-child(odd) {
	background-color: #f0f0f0;
}

h1 {
    font-size: 30px;
    font-weight: 800;
    color: #444444;
}

.notice_wrap table {
    margin-top: 35px;    
}


/*results*/

.result h5 {
	padding-left: 15px;
	margin-top: 10px;
}

.results {
    margin-top: 30px;
    padding: 0 30px 15px 30px;
}

.search_result + .search_result {
	margin-top: 25px;
}

.search_result ul.breadcrumb {
	padding: 0;
}

.search_result ul.search_result_text li {
	margin-top: 7px;
	padding: 10px;
}

.search_result ul.search_result_text li:nth-child(odd) {
	background-color: #f0f0f0;
}

/*Advertising*/
.left_ad_block {
	position: absolute;
	top: 30px;
	left: 5px;
	overflow: hidden;
	max-width: 165px;
	width: 100%;
	min-height: 350px;
	height: 100%;
	z-index: 1;
}
.right_ad_block {
	position: absolute;
	top: 30px;
	right: 5px;
	overflow: hidden;
	max-width: 165px;
	width: 100%;
	min-height: 350px;
	height: 100%;
	z-index: 1;
}
.left_ad_block img, .right_ad_block img {
	display: block;
	width: 100%;
	height: auto;
}

.site-index {
	position: relative;
	z-index: 99;
}

/* Links */
.links {
	position: absolute;
	top: 17px;
	right: 40px;
}
.links-item {
	display: block;
	margin-bottom: 5px;
	font-weight: 600;
    text-decoration: underline;
	color: #2760bf;
}

@media (max-width: 1200px) {
	.site-index {
		width: 80%;
		margin: 0 auto;
	}
	.links {
		top: 5px;
    	right: 20px;
	}
	.links-item {
		display: inline-block;
		margin-bottom: 0;
		margin-left: 5px;
	}
}
@media (max-width: 768px) {
	.site-index {
		z-index: 0;
	}
	.left_ad_block, .right_ad_block {
		position: relative;
    	width: 100%;
    	max-width: 275px;
    	height: auto;
    	display: block;
    	margin: 0 auto 20px;
    	z-index: 0;
	}

}
    </pre></body></html>