<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">html {
	margin: 0 auto;
	max-width: 1000px;
	height: 100%;
	background: url(/images/bg2.jpg) 50% 0 repeat-y;
}

@media not screen and (min-width: 1024px) {
	html {
		background: none;
	}
}

body {
	height: 100%;
	padding: 0 !important;
	font: 1em/150% "Arial";
	/* filter: grayscale(100%); */
}

table {
	border-width: 0;
	border-style: none;
	border-spacing: 0;
	font-size: inherit;
}

table thead, table tbody, table tfoot {
	vertical-align: top;
}

table thead, table tfoot {
	height: 10%;
}

table td {
	border-width: 0;
	border-style: none;
	padding: 0;
}

fieldset {
	padding-top: 1em;
	padding-bottom: 1em;
	border-style: solid;
	border-radius: 6px;
	border-color: #cfcfcf;
}

legend {
	font-size: 125%;
	font-weight: bold;
	padding-inline-start: 0.25em;
	padding-inline-end: 0.25em;
}

table.main_wrap {
	width:100%;
	height: 100%;
}

/*td.header {
	border-bottom: 5px solid #DEE6EC;
}*/

.hat {
	border-radius: 6px;
	position: relative;
}

.logotype {
	border-radius: 6px;
	display: inline-block;
	vertical-align: middle;
	width: 350px;
	/*background: url(/images/9may.png) left bottom no-repeat;*/
}

@media (max-width: 800px) {
	div.logotype {
		width: 100% !important;
		text-align: center !important;
	}
}

div.logotype img {
	max-width: 300px;
	padding: 0.25em;
	vertical-align: middle;
}

footer {
	/*border-top: 5px solid #DEE6EC;*/
	/*padding: 0 0 1em 0;*/
}

td.last {
	border-bottom: 5px solid #F0F0F0;
}

div.mobileversionlink {
	float: left;
	padding: 0.2em 0.5em;
/*	padding-top: 10px;
	padding-bottom: 4px;
	text-align: left;
	font-weight: bold;*/
}

div.mobileversionlink img {
	width: 24px;
	height: 24px;
	vertical-align: text-top;
}

div.fastlinks {
	width: 100%;
	padding-top: 10px;
	padding-bottom: 4px;
	text-align: right;
	font-weight: bold;
}

div.social {
	padding: 10px 0;
	height: 24px;
	/*overflow: hidden;*/
}

div.social div.like {
	padding: 0 10px;
	display: table-cell;
	vertical-align: middle;
	color: white;
	font-weight: bold;
}

div.popular_queries {
	/*height: 14px;*/
	padding-left: 10px;
	padding-right: 91px;
	text-align: right;
	font-weight: bold;
}

div.popular_queries span a {
	color: white;
}

form {
	/* line-height: 2em;	 */
}

/* form label { */
	/* margin-right: 0.5em; */
/* } */

form div span {
	vertical-align: middle;
}

/* form div label { */
	/* display: flex; */
	/* align-items: center; */
/* } */

form.search {
	text-align: right;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 350px;
	right: 0;
	padding: 0 10px;
	margin: auto;
	height: 38.4px;
	line-height: 24px;
}

@media (max-width: 800px) {
	form.search {
		left: 0;
		text-align: center;
		position: inherit;
		padding: 0.5em 0;
	}
}

form.search div.input {
	min-width: 16em;
	width: 75%;
	display: inline-block;
}

/* form.search div.input input { */
	/* height: 24px; */
	/* font-size: 0.9em; */
/* } */

form.search div.submit {
	/* padding-left: 10px; */
	display: inline-block;
}

input, /*select ,*/ textarea, button {
	border-style: solid;
	border-radius: 4px;
	border-color: #cfcfcf;
	border-width: 2px;
	min-height: 24px;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
}

input[type="search"], input[type="email"], input[type="tel"], input[type="text"], input[type="url"] {
	padding: 0.25em 0.5em;
}

input[type="checkbox"] {
	transform: scale(1.5);
}

input[type="submit"]:focus {
	box-shadow: 0px 0px 10px orange;
	outline-color: orange;
}

input[type="submit"]:active {
	box-shadow: 0px 0px 25px orange;
	outline-color: orange;
}

/* form.search div.submit input { */
	/* height: 24px; */
	/* font-size: 0.9em; */
/* } */

form.search input[type="search"] {
	width: 100%;
	width: -webkit-fill-available;
}

div.slogan {
	text-align: center;
	font-weight: 900;
	text-transform: uppercase;
	color: red;
}

main.loginpage {
	text-align: center;
}

main.loginpage section div {
	display: inline-block;
}

main section {
	margin: 1em 0;
}

div.panel {
	border-radius: 6px;
}

div.subpanel {
	display: inline-block;
	vertical-align: top;
	padding: 1em;
}

div.errorpanel {
	padding: 1em;
	background-color: #ffddcc;
	font-style: italic;
}

div.noticepanel {
	padding: 1em;
	background-color: #e0ffcc;
	font-style: italic;
}

div.dialogpanel {
	padding: 1em;
	background-color: #eaf1f6;
}

div.dialogpanel span {
	display: inline-block;
	padding: 0.5em;
}

div.controlpanel {
	padding: 1em;
	background-color: #fcee69;
}

div.infopanel {
	white-space: nowrap;
	margin-right: 2em;
}

div.infopanel img, div.editpanel img, div.favpanel img, div.socialpanel img {
	width: 24px;
	height: 24px;
}

div.infopanel img.state {
	float: left;
	margin-right: 1em;
}

div.editpanel a.delete {
	margin-left: 1em;
}

div.favpanel {
	float: right;
	margin-left: 2em;
}

div.socialpanel {
	float: right;
	text-align: center;
}

div.itempanel {
	display: flex;
	flex-flow: row wrap;
	background-color: #eaf1f6;
}

div.imagepanel {
	padding: 1em;
	z-index: 2;
	flex: 1 1 0;
	order: 2;
}

div.descpanel {
	padding: 1em;
	z-index: 1;
	flex: 2 0.5 0;
	order: 1;
}

/* select {
	padding: 1px 0px;
} */

div.listingpanel {
	padding: 0.5em;
	background-color: #fdfdfd;
}

div.listingrow0 {
	background-color: #f4f4f4;
}

div.listingrow1 {
	background-color: #ffffff;
}

main.messagepage section {
	margin: 1em 0; padding: 0 0.5em;
	vertical-align: top;
}

main.messagepage section.message {
	width: 100%;
}

main.messagepage section.message img.icon {
	float: left;
}

main.messagepage section.message div.text {
	padding: 0 1em 0 7em;
}

main.messagepage section.ad {
	width: 100%;
	text-align: right;
	overflow: hidden;
}

@media (min-width: 1000px) {
	main.messagepage section {
		display: inline-block;
	}

	main.messagepage section.message {
		max-width: 600px;
	}
	
	main.messagepage section.ad {
		max-width: 360px;
	}
}

div.citylist {
	margin-top: 6px;
}

div.citylist span.favcity {
	margin-right: 12px;
	font-weight: bold;
}

nav.top {
	margin: 0.5em 0;
	/*padding: 0.5em 0;
	height: 24px;*/
	background-color: white;
	border-radius: 6px;
}

@media print {
	nav.top {
		display: none;
	}
}

nav.top ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-weight: bold;
}

nav.top ul li {
	/*float: right;*/
	position: relative;
	/*z-index: 1;*/
	margin: 0 0.5em;
	padding: 0.5em 0;
	display: inline-block;
}

nav.top ul li a {
	display: block;
	color: #fff;
	text-decoration: none;
	border-radius: 4px;
	max-height: 24px;
}

nav.top ul li img {
	width: 24px;
	height: 24px;
	vertical-align: top;
}

nav.top ul li a img {
}

nav.top ul li ul {
	list-style: none;
	padding: 0;
	margin: 0;
	display: none;
	position: absolute;
	right: 0;
	white-space: nowrap;
	z-index: 1;
}

nav.top ul li ul li {
	float: none;
	display: list-item;
	margin: 0;
	padding: 8px 0em;
	text-align: left;
	background: #fafafa;
	border-radius: 8px;
}

nav.top ul li ul li a {
	padding: 0 1em;
}

nav.top ul li a span {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 0.75em;
	vertical-align: top;
	padding: 0 0.5em;
}

nav.top ul li:hover ul {
	display:block;  
}
nav.top ul li ul li:hover {
	background:#f1f1f1;
}

nav.path {
	margin: 1em 0;
	padding: 0 6px;
	font: 0.9em/1.5em "Tahoma", "Arial";
}

nav.path a {
	text-decoration: initial;
}

nav.path a:hover {
	text-decoration: underline;
}

nav.local ul {
	list-style: none;
	padding: 0;
	margin: 0;
	font-family: Arial;
	font-weight: bold;
}

nav.local ul li {
	margin: 0 0.5em;
	padding: 0.5em 0;
}

nav.local ul li a {
	display: inline-block;
	color: #445964;
	text-decoration: none;
	border-radius: 4px;
}

nav.local ul li img {
	width: 24px;
	height: 24px;
	vertical-align: top;
}

nav.local ul li a span {
	text-transform: uppercase;
	line-height: 24px;
	font-size: 0.75em;
	vertical-align: top;
	padding: 0 0.5em;
}

/*nav.bottom a.rss {
	float:right;
}

nav.bottom a.rss  img {
	vertical-align: middle;
}*/


h1 {
	display: block !important;
	margin: 0.5em 0 1em !important;
	padding: 0 6px !important;
	font: bold 1.2em/1.5em "Tahoma", "Arial" !important;
	text-transform: uppercase;
}

h3 {
	margin: 1em 0;
}

h4 {
	margin-bottom: 0.5em;
}

div.infoline {
	vertical-align: top;
	background-color: #eaf1f6;
	padding: 8px 10px;
	margin-bottom: 8px;
}

div.infoline div.block {
	display: inline-block;
	vertical-align: top;
}

div.infoline div.leftblock, div.infoline div.rightblock {
	display: inline-block;
	width: 50%;
	vertical-align: top;
}

div.infoline div.rightblock  div.adcount{
	text-align: right;
}

.catalog {
	margin-bottom: 8px;
	display: flex !important;
	display: -webkit-flex !important;
	display: -moz-flex !important;
	display: -ms-flexbox !important;
	display: -webkit-box;
	justify-content: space-between;
	-webkit-justify-content: space-between;
}

.catalog div.block {
	/*display: table-cell;*/
	max-width: 50%;
	vertical-align: top;
	flex: 1;
	-webkit-flex: 1;
}

.catalog div.block  div.category_title {
	background-color: #ecf1f0;
	margin: 0 5px 5px 5px;
	padding: 3px 0;
	font: 110%/110% "Tahoma", "Arial";
}

.catalog div.block  div.subcategory_list {
	padding: 0 10px;
	margin-bottom: 16px;
}

.catalog div.block  div.category_title  span.category_name {
	padding: 0 5px;
}

.catalog div.block  div.category_title  span.category_name a {
	color: #445964 !important;
	font-weight: bold;
}

@media (min-width: 800px) {
	.catalog div.block .subcategory_name {
		/* white-space: nowrap; */
		display: inline-block;
	}
}

footer {
	background-color: #eaf1f6;
	border-radius: 6px;
}

div.links {
	padding: 0.5em 0;
	text-align: center;
}

div.links a {
	margin: 0 0.5em;
}

div.links a  img {
	width: 24px;
	height: 24px;
	vertical-align: middle;
	margin: 0.5em 0;
}

div.links a  span {
	margin-left: 0.5em;
	vertical-align: middle;
}

div.copyright {
	padding: 0.5em 0.25em;
	text-align: center;
	font: 0.9em/1.5em "Tahoma", "Arial";
}

div.counter {
	padding: 0.5em 0.25em;
	vertical-align: top;
	text-align: center;
}

div.counter img {
	border-radius: 4px;
	border-width: 1.5px;
	border-color: orange;
}

.black {
	color: #445964 !important;
}

.light {
	color: #A6B0B5 !important;
}

.red {
	color: #FF0000 !important;
}

.green {
	color: #139E24 !important;
}

.white {
	color: white !important;
}

.linecolor1 {
	background-color: #EAF1F6;
}

.linecolor2 {
}

div.itemlist {
	display: table;
	width: 100%;
}

div.itemlist section.itemline {
	display: table-row;
}

div.itemlist section.itemline div.adpanel {
	display: table-cell;
	padding: 1em;
	border-bottom: 0.5em solid #F0F0F0;
	vertical-align: top;
}

div.itemlist section.itemline div.adstate {
	width: 1em;
}

div.itemlist section.itemline div.adstate img {
	width: 24px;
	height: 24px;
}

div.itemlist section.itemline div.adbody  img.thumbnail {
	border: 1pt solid #C5C5C5;
	box-shadow: 4pt 4pt 4pt #aaa;
	padding: 4pt;
	background-color: white;
	float: left;
	margin-right: 2em;
	margin-bottom: 1em;
}

header.adtitle, h2.adtitle {
	font-family: Tahoma, Arial;
	font-size: 1em;
	font-weight: bold;
	line-height: 1.5em;
	padding: 0;
	margin: 0 0 1em;
}

h1.adtitle {
	display: block;
	font-family: Tahoma, Arial;
	font-size: 18px;
	font-weight: bold;
	line-height: 22px;
	padding: 0;
	margin: 0 0 1em;
}

header.adtitle span, h1.adtitle span , h2.adtitle span {
	vertical-align: top;
}

header.adtitle img, h1.adtitle img , h2.adtitle img {
	width: 18px;
	height: 18px;
	vertical-align: middle;
}

header.adtitle h3, h2.adtitle h3 {
	display: inline;
	font-size: inherit;
	font-family: inherit;
	margin: inherit;
	padding: inherit;
}

div.addescription {
	margin-bottom: 2em;
	text-align: justify;
}

div.geo {
	margin-bottom: 1em;	
}

div.itemlist section.itemline div.adbody div.adtext {
	padding: 1em 0;
}

div.itemlist section.itemline div.adbody div.adbreadcrumbs  a {
	color: inherit;
	font-size: 0.9em;
	font-family: "Tahoma", "Arial";
}

div.itemlist section.itemline div.adextra {
	text-align: right;
}

div.itemlist section.itemline div.adextra  div.addate{
	font-size: 0.9em;
	font-family: "Tahoma", "Arial";
	padding: 1em 0;
}

div.itemlist section.itemline div.adextra  div.adcity {
	font-family: Tahoma, Arial;
	font-size: 1.05em;
	font-weight: bold;
	line-height: 1.125em;
	padding: 0;
	margin: 0;
}

div.itemlist section.itemline div.adcontrol {
	width: 9em;
	text-align: right;
}

div.itemlist section.itemline div.adcontrol img {
	width: 24px;
	height: 24px;
}

div.itemlist section.itemline div.adcontrol a.delete {
	margin-left: 1em;
}

div.itemlist section.itemline div.adcontrol div.adstatus {
	margin-top: 2em;
}

td.list1 {
	vertical-align: top;
	background-color: #eaf1f6;
	padding: 9px 10px 11px 10px;
	word-break: break-all; /* Р’Р°Р¶РЅРѕ */
}

td.list2 {
	vertical-align: top;
	padding: 9px 10px 11px 10px;
}

img.icon_image {
	max-width: 64px;
	max-height: 64px;
	padding: 6px;
}

img.small_image {
	border: 1px solid #c5c5c5;
	border-radius: 6px;
	margin-top: 0 !important;
	margin-right: 10px;
	margin-bottom: 10px;
	box-shadow: 5px 5px 5px #aaa;
	padding: 5px;
	background-color: #ffffff;
	float: left;
}

/* img.normal_image { */
	/* border: 1px solid #c5c5c5; */
	/* border-radius: 6px; */
	/* box-shadow: 5px 5px 5px #aaa; */
	/* padding: 5px; */
	/* background-color: #ffffff; */
	/* max-width: 296px; */
	/* max-height: 296px; */
	/* transition: 0.4s; */
	/* cursor: zoom-in; */
/* } */

.as_photo {
	display: inline-block;
	border: 1px solid #c5c5c5;
	box-shadow: 5px 5px 5px #aaa;
	background-color: #ffffff;
	border-radius: 6px;
	padding: 5px;
	/* max-width: 296px; */
	/* max-height: 296px; */
	transition: 0.4s;
	cursor: zoom-in;
}

.as_photo img {
	display: block;
	max-width: 296px;
	max-height: 296px;
}

.as_photo:hover {
	transform: scale(1.75,1.75) translate(-20%,10%);
}

/* img.normal_image:hover { */
	/* transform: scale(1.75,1.75) translate(-20%,10%); */
/* } */

/* .mainimagepanel img.normal_image { */
	/* display: none; */
	/* transition: .8s ease-in-out; */
/* } */

/* .mainimagepanel img.normal_image:target { */
	/* display: initial; */
/* } */

/* .mainimagepanel img.normal_image#image00 { */
	/* display: initial */
/* } */


div.pager {
	font-size: 1.4em;
}

div.user_name {
	width: 100%;
	text-align: center;
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 12px
}

div.panel_element {
	width: 124px;
	text-align: center;
	display: inline-block;
	margin-bottom: 24px;
	vertical-align: top;
    margin: 2px;
	height: 100px;
}

div.own_stat, div.moderator_stat, div.activity {
	margin-bottom: 16px;
}

div.own_stat span.title, div.moderator_stat span.title {
	font-weight: bold;
}

div.own_stat div.stat_item {
	background-color: #eaeaea;
	border-width: 1px 0;
	border-style: solid;
	border-color: white;
}

div.own_stat div.stat_item  span.name{
	font-weight: bold;
	display: inline-block;
	width: 160px;
}

div.own_stat div.stat_item  span.value {
	display: inline-block;
	width: 130px;
	text-align: right;
}

div.signals {
	text-align: right;
	margin-bottom: 6px;
	white-space: nowrap;
}

div.signals img {
	width: 24px;
	height: 24px;
	margin-left: 4px;
}

div.moderate {
	text-align: right;
	margin-bottom: 6px;
	white-space: nowrap;
}

label.moderate {
	width: 32px;
	height: 32px;
	display: inline-block;
	position: relative;
	margin-left: 6px;
}

label.moderate input[type="checkbox"] {
	opacity: 0;
}

input[type="checkbox"] + span {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.15;
	cursor: pointer;
}

input[type="checkbox"]:checked + span {
	opacity: 1;
}

input[type="checkbox"] + span.clone {
	background: url(/images/button_clone.png) no-repeat;
}

input[type="checkbox"] + span.plagiat {
	background: url(/images/button_plagiat.png) no-repeat;
}

input[type="checkbox"] + span.spam {
	background: url(/images/button_spam.png) no-repeat;
}

input[type="checkbox"] + span.error {
	background: url(/images/button_error.png) no-repeat;
}

input[type="checkbox"] + span.old {
	background: url(/images/button_old.png) no-repeat;
}

div.control {
	white-space: nowrap;
}

div.control a img{
	width: 32px;
	height: 32px;
	opacity: 0.75;
}

.small {
	font: 0.8em/1.6em "Verdana", "Arial";
	text-decoration: none;
}

.fixed  {
	background-color: #FFFF99 !important;
	color: #222222;
}

.premium {
	background-color: #CCFFCC !important;
	color: #222222;
}

.marked {
	background-color: #FFF500 !important;
}

div.tags  ul {
	padding: 0;
}

div.tags ul li {
	display: block;
	float: left;
	padding: 2px 5px;
	background: #FFF;
	border: 1px solid #999;
	margin-right: 3px;
	margin-bottom: 3px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	-webkit-box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
	box-shadow: 1px 1px 1px 0px rgba(0, 0, 0, 0.3);
}

div.ad {
	/* display: contents; */
	text-align: center;
	margin: 2em 0;
}

div.ad&gt;div{
	display: inline-block;
}

section header, section h2 {
	margin: 0;
	padding: 6px;
	font: bold 1.2em/1.5em "Tahoma", "Arial";
}

section h3 {
	font-size: 1em;
}

/* РџР°РЅРµР»СЊ Р‘РѕР»СЊС€Рµ РѕР±СЉСЏРІР»РµРЅРёР№ */
section.moreadspanel {
	font-size: 0.9em;
	line-height: 1.25em;
}

section.moreadspanel div.substrate {
	background-color: #ECF6EA;
}

section.moreadspanel div.substrate &gt; div {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
}

section.moreadspanel div.moread {
	padding: 1em;
	flex: 1 0 20%;
}

section.moreadspanel div.moread &gt; a {
	display: inline-flex;
	text-decoration: initial;
}

section.moreadspanel div.moread figure {
	display: inline-block;
	margin: 0;
	vertical-align: top;
}

section.moreadspanel div.moread p {
	display: inline-block;
	margin: 0;
	padding: 3px;
	vertical-align: top;
}

section.moreadspanel img.small_image {
	float: none;
	margin-bottom: 0;
}

section.moreadspanel div.substrate label.show_all {
	display: block;
	width: 100%;
	text-align: center;
	cursor: pointer;
	line-height: 2em;
}

section.moreadspanel div.substrate div &gt; div {
	display: none;
}

section.moreadspanel div.substrate div div:nth-of-type(-n+8) {
	display: block;
}

section.moreadspanel div.substrate div input.show_all:checked ~ div {
	display: block;
}

section.moreadspanel div.substrate div input.show_all:checked ~ label.show_all {
	display: none;
}

section.moreadspanel div.substrate a.show_all {
	display: none;
	width: 100%;
	text-align: center;
	cursor: pointer;
	line-height: 2em;
	text-decoration: none;
}

section.moreadspanel div.substrate div input.show_all:checked ~ a.show_all {
	display: block;
}

label.show_all:after {
	content: " \290B";
}


/* РџР°РЅРµР»СЊ СѓРїСЂР°РІР»РµРЅРёСЏ */
section.controlpanel {
	display: flex;
	flex-wrap: wrap;
	font-size: 0.9em;
	line-height: 1.25em;
}

.substrate {
	width: 100%;
	background-color: #FCEE69;
}

div.infopanel, div.socialpanel, div.favpanel {
	flex: initial;
}

div.editpanel {
	flex: auto;
}

/* РџР°РЅРµР»СЊ СѓРїСЂР°РІР»РµРЅРёСЏ РѕР±СЉСЏРІР»РµРЅРёРµРј */
div.controlpanel {
	margin: 1em 0;
}

div.controlpanel div.panels {
	/*min-height: 56px;*/
	background-color: #FCEE69;
	/* border-radius: 5px; */
}

div.controlpanel div.panels img {
	width: 24px;
	height: 24px;
}

div.controlpanel div.panels div.infopanel,
div.controlpanel div.panels div.editpanel,
div.controlpanel div.panels div.socialpanel,
div.controlpanel div.panels div.favpanel {
	display: inline-block;
	/*padding: 1em;*/
	vertical-align: top;
}

div.controlpanel div.panels div.infopanel {
	white-space: nowrap;
}

div.controlpanel div.panels div.infopanel img.state {
	float: left;
	margin-right: 1em;
}

span.important {
	font-weight: bold;
}

div.controlpanel div.panels div.editpanel a.delete {
	margin-left: 1em;
}

div.controlpanel div.panels div.favpanel {
	float: right;
}

div.controlpanel div.panels div.socialpanel {
	float: right;
	text-align: center;
}

/* РћР±СЉСЏРІР»РµРЅРёРµ */
article.announcement {
	background-color: #EAF1F6;
}

article.announcement div.image, article.announcement div.description {
	display: table-cell;
	vertical-align: top;
	padding: 1em;
	word-break: break-word;
}

article.announcement div.description header.title img {
	width: 18px;
	height: 18px;
}

/* Р”РѕРїРѕР»РЅРёС‚РµР»СЊРЅС‹Рµ РѕР±СЉСЏРІР»РµРЅРёСЏ Рё СЃСЃС‹Р»РєРё */
div.more {
	background-color: #EAF1F6;
}

div.more div.announcements, div.more div.ads {
	display: table-cell;
	vertical-align: top;
	padding: 1em;
}

div.more div.announcements {
	/*min-width: 70%;*/
}

/* РџРѕРґР°С‡Р°/СЂРµРґР°РєС‚РёСЂРѕРІР°РЅРёРµ РѕР±СЉСЏРІР»РµРЅРёСЏ */
div.subpanel div:first-child span {
	font-weight: bold;
}

/* Yandex Direct */
#yap-yandex_ad-horizontal .yap-title-font-size {
	font-weight: bold !important;
}

a.yap-title-text, a.yap-title-font-size {
	font-weight: bold !important;
}

.ya-partner__list {
	margin-bottom: 6px;
}

.ya-partner__item {
	/*background-color: #FAFAC6 !important;*/
}

.ya-partner__title-link-text {
	padding: 5px 5px !important;
}

.ya-partner__text {
	color: black;
	font-size: 13px !important;
	padding: 5px 5px !important;
}

.ya-partner__url {
	font-size: 100% !important;
	padding: 5px 5px;
}

div.ad div.trg-b-standard {
	text-align: left !important;
	background: none !important;
}

div.ad div.trg-domain {
	background: none !important;
}

div.ad img.trg-img {
	width: 90px !important;
	height: 75px !important;
	box-shadow: 5px 5px 5px #aaa;
	padding: 5px;
	border-radius: 6px;
	margin-right: -55px !important;
	background: white !important;
}

div.ad div.trg-rt {
	max-width: 60%;
}

div.ad div.trg-title-wrapper {
	font-size: 18px !important;
	font-weight: bold;
	color: rgb(0, 68, 161);
	margin-top: 8px;
	margin-bottom: 6px;
}

div.ad div.trg-text {
	font-size: 16px !important;
	  color: #222222 !important;
}

div.tr_ads {
	display: flex;
	margin: 1em 0;
	padding: 1em 0;
}

/* Tryndex.Direct */
div.tr_ad {
	flex: 1;
	margin: 0 0.25em;
	padding: 1em;
	background-color: lemonchiffon;
	border-radius: 6px;
}

div.tr_ad div.tr_image {
	float: left;
}

div.tr_ad div.tr_image img.icon {
	width: 16px;
	height: 16px;
	margin-right: 8px;
}

div.tr_ad div.tr_image img.normal {
	width: 75px;
	/*height: 75px;*/
	margin-right: 12px;
	margin-bottom: 10px;
	padding: 5px;	
	border: 1px solid #c5c5c5;
	box-shadow: 5px 5px 5px #aaa;
	background-color: #ffffff;
	border-radius: 6px;
}

div.tr_ad div.tr_title {
	padding-bottom: 0.5em;
	font: bold 1em/1.2em "Tahoma";
	text-align: left;
}

div.tr_ad div.tr_title a {
	text-decoration: none;
}

div.tr_ad div.tr_description {
	text-align: justify;
}

div.tr_ad div.tr_description div.tr_text {
	/* font: 1em/1.3em "Arial"; */
	white-space: pre-line;
}

div.tr_ad div.tr_description div.tr_attention {
	font-size: 10px;
	color: gray;
	line-height: 10px;
	margin-top: 6px;
}

.nowrap {
	white-space: nowrap;
}

details.controlpanel {
	
}

details.controlpanel summary {
	padding: 6px;
}

details.controlpanel summary:focus {
	outline: none;
}

details.controlpanel summary h2 {
	display: inline-block;
	padding: 0;
	border-bottom: 1px dashed green;
	cursor: pointer;
}

/***********/
/* BEM */
/***********/

.b-page__part,
.b-page__partslot {
	margin: 1em 0;
	background-color: transparent;
}

.b-page__part_state-hidden,
.b-page__partslot_state-hidden {
	display: none;
}

.b-plaque {
	display: inline-block;
	margin: 0;
	padding: 0 0.25em;
}

.b-plaque__sign {
	display: inline-block;
	margin: 0.25em;
	line-height: normal;
	font: bold 0.9em/1.5em "Tahoma", "Arial";
}

.b-plaque__sign_local-link {
	border-bottom: 1px dashed green;
	cursor: pointer;
}

.b-part__workspace {
	display: flex;
	flex-wrap: wrap;
	border-radius: 6px;
	padding: 0.25em 0;
	margin: 2px 0;
}

.b-part__workspace_direction-v {
	flex-direction: column;
}

.b-part__workspace_surface-blue {
	background-color: #EAF1F6;	
}

.b-part__workspace_surface-yellow {
	background-color: #FCEE69;	
}

/*.b-part__workspace_inner_align-center {
	justify-content: center;
}*/

.b-box {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row;
	margin: 0;
	padding: 0 0.25em;
	list-style-type: none;
	flex: 1;
	align-content: center;
}

.b-box_inner_align-center {
	justify-content: center;
	margin: auto;
}

.b-box_direction-v {
	flex-direction: column;
}

.b-box_parent {
	padding: 0;
}

.b-box__itemplace {
	display: initial;
	padding: 0.125em 0.25em;
	flex: 1;
	align-content: center;
}

.b-box_parent &gt; .b-box__itemplace {
	padding: 0;
}

.b-box__itemplace_aligned-left {
	flex: 0 0 auto;
}

.b-box__itemplace_aligned-right {
	flex: initial;
	margin-left: auto;
}

.b-box__itemplace_place-100prcX80vh {
	width: 100%;
	height: 80vh;
}

.b-box__itemplace_pos-centered { /* РЈР±РµРґРёС‚СЊСЃСЏ РІ РЅРµРѕР±С…РѕРґРёРјРѕСЃС‚Рё */
	text-align: center;
}

.b-box__itemplace_grow-no {
	flex-grow: 0;
}

.b-item {
	height: 100%;
	display: flex;
	flex-direction: column;
	flex-wrap: nowrap;
	justify-content: space-between;
}

/*.b-item_inner_align-center {
	text-align: center;
}*/

.b-item__cover {
	margin: auto;
	padding: 0.25em 0;
	flex-grow: 0;
}

.b-item__cover_greedysize-v {
	flex-grow: 1;
}

.b-item__cover_greedysize-h {
	width: 100%;
}

.b-item__cover_aligned-left {
	margin-left: 0;
	margin-right: auto;
}

.b-item__cover_aligned-right {
	margin-left: auto;
	margin-right: 0;
}

.b-item__cover_linkable {
	text-decoration: none !important;
	cursor: pointer;
}

.b-item__cover_disable {
	opacity: 0.3;
	cursor: not-allowed;
}

.b-sticker {
	display: flex;
	flex-wrap: nowrap;
	align-items: center;
	margin: 0;
	box-sizing: border-box;
}

.b-sticker_inner_align-center {
	justify-content: center;
}

/* Рљ РїРµСЂРµРЅРѕСЃСѓ РІ b-sticker-v */
.b-sticker_vertical {
	flex-direction: column;
	text-align: center;
}

.b-sticker_button {
	border-radius: 6px;
	padding: 0.5em;
	border: 2px solid;
	border-color: #D3D3D380;
	background-color: #D3D3D310;
	height: 100%;
}

.b-sticker_size-small {
	padding: 0;
}

.b-sticker_button-active {
	border-color: #228B2280;
	background-color: #228B2210;
}

.b-sticker_button-inactive {
	border-color: #D3D3D380;
	background-color: #D3D3D3EE;
}

.b-sticker_button-alarm {
    border-color: #FF000080;
    background-color: #FF000010;
}

.b-sticker_button-attract {
    border-color: #228B2280;
    background-color: #228B22EE;
}

.b-sticker_button-transparent {
    border-color: transparent;
    background-color: transparent;
}

.b-sticker__image {
	height: 36px;
}

.b-sticker_size-small .b-sticker__image {
	height: 24px;
}

.b-sticker_size-xsmall .b-sticker__image {
	height: 16px;
}

.b-sticker__image_disabled {
	opacity: 20%;
}

.b-sticker__text {
	white-space: normal;
	line-height: normal;
	color: #445964;
	text-transform: uppercase;
	font-size: 0.75em;
	font-weight: bold;
	margin: 0 0.25em;
}

.b-sticker__text_textwrap-no {
	white-space: nowrap;
}

.b-sticker_button .b-sticker__text {
	/* margin: 0 0.25em; */
}

.b-sticker__image + .b-sticker__text {
	margin-left: 6px;
}

.b-sticker_size-small .b-sticker__image + .b-sticker__text {
	margin-left: 4px;
}

.b-sticker_inner_align-center .b-sticker__text {
	text-align: center;
}

.b-sticker_button-inactive .b-sticker__text {
	color: white;
}

.b-sticker_button-attract .b-sticker__text {
	color: white;
}

.bem-label {
	vertical-align: middle;
	align-content: center;
	font-size: 0.75em;
	text-transform: uppercase;
	font-weight: bold;
	padding: 0.25em;
	margin: 0.25em;
	font-family: Arial;
	display: inline-block;
	box-sizing: border-box;
}

.bem-input-text,
.bem-input-email,
.bem-textarea,
.bem-input-search,
.bem-input-submit,
.bem-select {
	vertical-align: middle;
	align-content: center;
	font-size: 1em;
	border-radius: 6px;
	border: 2px solid #D3D3D380;
	box-sizing: border-box;
	padding: 0.25em 0.5em;
	margin: 0.25em;
	font-family: Arial;
}

.bem-summary:focus {
	outline: none;
}

/***********/

/*************/
/* TEST MODE */
/*************/
#testmodeindicator {
	position: fixed;
	max-width: 320px;
    top: 10px;
    left: 10px;
    padding: 0.25em 0.25em;
    background-color: #ffffffcc;
	text-align: left;
	pointer-events: none;
	z-index: 9999;
}

#testmodeindicator div {
	padding: 0.25em 0.25em;
    font-variant: all-petite-caps;
    font-weight: bold;
}

#testmodemessage {
    color: red;
}

#testmodetask {
    color: black;
	background-color: lightblue;
}

#testmodecode {
    color: red;
	pointer-events: all;
}

.testmodecircle {
    position: absolute;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    border: 8px black solid;	
	cursor: pointer;
	z-index: 9999;
}

.bggreen {
    background-color: limegreen !important;
}

.bgyellow {
    background-color: yellow !important;
}

.bgred {
    background-color: red !important;
}

.testmoderect {
    outline-offset: -8px;
}

.testmoderectout {
    padding: 16px;
}

.olblue {
	outline: 8px solid blue;
}

.blurtest {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Ads */
/* ins.adsbygoogle ~ div.adsbyyandex { */
	/* display: none; */
/* } */

/* ins.adsbygoogle[data-ad-status="unfilled"] { */
	/* display: none !important; */
/* } */

/* ins.adsbygoogle:not([data-ad-status]) ~ div.adsbyyandex, ins.adsbygoogle[data-ad-status="unfilled"] ~ div.adsbyyandex { */
	/* display: inline-block; */
/* } */

section.adpanel {
	position: sticky;
}
/***********/

/* TMP */
h2.title {
	margin: 0 0 1em;
}
h2.title img {
	vertical-align: middle;
}</pre></body></html>