<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* znanie-ural.ru ver.:2018-03-02 */
@import url(reset.css);
* {
	box-sizing:border-box;
}
body {
	color:#585858;
	font: 0.8em/1.2em Arial, sans-serif;
	background:
		url("../images/top_bg.jpg") no-repeat 50% 0%,
		url("../images/top_bg.png") repeat-x;
}
p {
	margin: 10px 0;
}
strong {
	font-weight: bold;
}
em {
	font-style: italic;
}
table {
	border-collapse: collapse;
}
td {
	border: 1px solid #d3d3d3;
	padding: 3px 5px;
}
th {
	border: 1px solid #d3d3d3;
	padding: 3px 5px;
	font-weight: bold;
}
.page {
	min-width: 1260px;
	max-width: 1600px;
	margin: 0 auto;
}
.header {
	height: 113px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 0 30px;
}
.header a {
	text-decoration: none;
}
.search .search-query {
	height: 25px;
	border-width: 1px;
	border-radius: 12px;
	padding-left: 25px;
}
.site {
	display: flex;
	/*padding-top: 35px;*/
	/*background:
		white;*/
		/*url("../images/content-bg.jpg") repeat-y 50% 100%;*/
	margin-bottom: 23px;
}
/* ================================================================================= SIDEBAR START */
.sidebar {
	padding: 35px 0;
	width: 24%;
	background: 
		url("../images/lpl_tl.png") no-repeat 0 0,
		url("../images/lpl_br.png") no-repeat 100% 100%,
		url("../images/lpl_bl.png") no-repeat 0 100%,
		url("../images/lpl_ml.png") repeat-y 0 0 padding-box content-box,
		url("../images/lpl_tr.png") no-repeat 100% 0,
		url("../images/lpl_mr.png") repeat-y 100% 0 padding-box content-box;
}
.sidebar .moduletable {
	width: 80%;
	margin: 0 auto;
	background: white;
	border: 1px solid #d3d3d3;
	border-radius: 8px;
}
.sidebar .category-module {
	padding: 10px;
}
.sidebar h3 {
	font-size: 20px;
	line-height: 42px;
	background: linear-gradient(to bottom, #0d719d, #114f74);
	color: white;
	padding: 0 14px;
	border: 2px solid white;
	border-radius: 8px 8px 0px 0px;
}
.sidebar li {
	min-height: 82px;
	position: relative;
	margin-bottom: 20px;
	padding-left: 88px;
}
.sidebar img {
	border: 1px solid #d3d3d3;
	padding: 4px;
	width: 78px;
	height: 78px;
	position: absolute;
	top: 0;
	left: 0;
}
.sidebar p.mod-articles-category-introtext {
	margin: 3px 0 0 0;
}
.sidebar a.mod-articles-category-title {
	color: #0d719d;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
}
.sidebar .mod-articles-category-date {
	display: block;
	margin-bottom: 3px;
	font-size: 12px;
}
.sidebar .mod-articles-category-category {
	display: block;
	padding: 0 15px 15px;
	text-align: right;
}
.sidebar .mod-articles-category-category a {
	color: #aa2422;
	font-size: 12px;
	padding-left: 20px;
	background: url("../images/all_news.png") no-repeat left center;
}
.sidebar .mod-articles-category-category a:hover {
	text-decoration: none;
}
/* ================================================================================= SIDEBAR END */
.main {
	/*margin-left: 24%;*/
	padding: 35px 0;
	width: 76%;
	background: 
		url("../images/lpc_tl.png") no-repeat 0 0,
		url("../images/lpc_mr.png") repeat-y 100% 0 padding-box content-box,
		url("../images/lpc_tr.png") no-repeat 100% 0,
		url("../images/lpc_bl.png") no-repeat 0 100%,
		url("../images/lpc_br.png") no-repeat 103% 100%,
		url("../images/lpc_ml2.png") repeat-y 0 0 padding-box content-box;
}
.content {
	padding: 0px 30px 30px 30px;
}
h1, h2, h3, h4, h5, h6 {
	color: #115076;
}
h2, h1 {
	font-size: 19px;
	margin: 15px 0px;
}
td, th {
	vertical-align: middle;
}
.content a {
	color: #0d719d;
}
.content a:hover {
	color: #aa2422;
	text-decoration: none;
}
.content ul {
	list-style-type: disc;
	list-style-position: inside;
	margin-bottom: 10px;
}
.content li:first-child {
	margin-top: 5px;
}
.content li {
	margin-bottom: 5px;
}
.content h3 {
	margin-bottom: 10px;
}
/* ================================================================================= EXPERT START */
.categories-list.mainpage {
	display: flex;
	flex-wrap: wrap;
}
.categories-list.mainpage &gt; div:not(.category-desc) {
	width: 20%;
	margin-bottom: 12px;
	padding: 0 6px;
	height: 128px;
	position: relative;
	border-radius: 6px;
	/* background: url("../images/mp_cat_td.png") no-repeat 50% 110%; */
}
.categories-list.mainpage h3 {
	height: 100%;
	background: linear-gradient(135deg, #eeeeee, #fdfdfd);
	border-radius: inherit;
}
.categories-list.mainpage h3 a {
	position: relative;
	color: #323e45;
	font-weight: bold;
	font-size: 16px;
	line-height: 18px;
	display: block;
	height: 100%;
	z-index: 1000;
	border: 1px solid #d3d3d3;
	border-radius: inherit;
	padding: 20px 45px 0 8px;
	text-decoration: none;
}
.categories-list.mainpage h3 a:hover {
	box-shadow: 0 0 0 5px #84d5ff;
}
.categories-list.mainpage img {
	position: absolute;
	bottom: 0;
	right: 6px;
	z-index: 100;
	border-radius: inherit;
}
.categories-list.mainpage .category-desc.base-desc {
	width: 100%;
}
.blog.onecolumn .items-row.cols-1 .span12 {
	position: relative;
	padding-left: 0;
	margin-bottom: 0;
	padding-left: 0;
}
.blog.onecolumn .items-row.cols-1 {
	margin-bottom: 20px;
	width: 100%;
}
.blog.onecolumn .item-image img {
	width: 150px;
	height: auto;
	float: left;
	border: none;
	position: relative;
	margin-right: 15px;
}
.blog.onecolumn .page-header {
	position: absolute;
	top: 0;
	left: 165px;
}
.blog.onecolumn .item p:first-of-type {
	padding-top: 28px;
}
.item-page.onecolumn .item-image img {
	width: 150px;
	height: auto;
	float: left;
	border: none;
	margin: 0px 15px 10px 0px;
}
/* ================================================================================= EXPERT END */
/* ================================================================================= CATEGORIES LIST START */
.categories-list.twocolumn {
	display: flex;
	flex-wrap: wrap;
}
.categories-list.twocolumn h1 {
	width: 100%;
}
.categories-list.twocolumn &gt; div:not(.category-desc) {
	width: 37%;
	margin-bottom: 12px;
	padding: 0 6px 0 110px;
	min-height: 100px;
	position: relative;
}
.categories-list.twocolumn h3 {
	font-weight: bold;
	width: 100%;
}
.categories-list.twocolumn img {
	position: absolute;
	width: 100px;
	height: 100px;
	top: 0;
	left: 0;
}
/* ================================================================================= CATEGORIES LIST END */
/* ================================================================================= MATERIALS LIST-BLOG START */
.blog .items-row.cols-1 .span12 {
	position: relative;
	padding-left: 110px;
	margin-bottom: 15px;
	min-height: 100px;
}
.blog .items-row.cols-1 .span12 .page-header h2 {
	font-size: 15px;
	margin: 0 0 10px 0;
}
.blog img {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid #d3d3d3;
}
/* ================================================================================= MATERIALS LIST-BLOG  END */
/* ================================================================================= PAGINATION  START */
.pagination ul {
	list-style-type: none;
}
.pagination ul li {
	display: inline-block;
	padding: 5px 10px;
}
.pagination .pagination-start {
	padding-left: 0;
}
.tooltip {
	display: none !important;
}
/* ================================================================================= PAGINATION  END */
.nav {
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.mainmenu {
	position: relative;
	height: 96px;
	padding-left: 60px;
	padding-right: 30px;
	background: url(../images/lh_menu.png) no-repeat;
}
.mainmenu::after {
	display: block;
	position: absolute;
	content: "";
	right: -28px;
	top: 6px;
	width: 31px;
	height: 58px;
	background: url("../images/lh_menu_r.png") no-repeat;
}
.mainmenu ul {
	height: 65px;
}
.mainmenu ul li {
	height: 28px;
}
.mainmenu ul li a {
	display: block;
	padding: 0 7px;
	font-weight: bold;
	font-size: 14px;
	line-height: 28px;
	color: white;
	text-decoration: none;
	border-radius: 4px;
}
.mainmenu ul li.current a, .mainmenu ul li.active a {
	color: #c0e4f5;
}
.mainmenu ul li.current a:hover {
	background: none;
}
.mainmenu ul li a:hover {
	background: #c62420;
}
.breadcrumb {
	margin: 0;
	padding: 0;
}
.breadcrumb li {
	display: inline-block;
	padding: 0;
	margin: 0;
}
.breadcrumb li:first-child {
	display: none;
}
.breadcrumb li, .breadcrumb li a {
	color: #888;
	font-size: 11px;
}
.breadcrumb li a:hover {
	text-decoration: none;
}
.footer {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	font-size: 12px;
	line-height: 16px;
	padding: 0 30px;
}
.footer a {
	color: #585858;
}
.footer a:hover {
	text-decoration: none;
}
.footer .nav {
	width: 100%;
	justify-content: center;
	margin-bottom: 23px;
}
.footer .nav li {
	margin: 0 12px;
}
.footer .nav li a {
	color: #0d719d;
}
.footer .nav li a:hover {
	color: #aa2422;
}
.footer .nav li.current a,
.footer .nav li.active a {
	color: #aa2422;
}
.clearfix {
	display: table;
	content: "";
	clear: both;
}
/* С†РёС‚Р°С‚С‹ */
blockquote {
	padding: 0px 30px;
	font-style: italic;
	margin: 5px 0px;
}</pre></body></html>