body
{
	margin: 0;
	padding: 0;
	color: #555;
	font: normal 10pt Arial,Helvetica,sans-serif;
}

.yandex1 {
	width: 100%;
	margin-top: 20px;
}

.yandex2 {
	width: 100%;
	margin-top: 20px;
}

#page
{
	margin-top: 5px;
	margin-bottom: 5px;
	background: white;
	border: 1px solid #C9E0ED;
}

#header
{
	margin: 0;
	padding: 0;
	border-top: 3px solid #C9E0ED;
}

#content
{
    padding: 20px;
}

#footer
{
	padding: 10px;
	margin: 10px 20px;
	font-size: 0.8em;
	text-align: center;
	border-top: 1px solid #C9E0ED;
}

#logo
{
	padding: 10px 20px;
	font-size: 200%;
}

#mainmenu
{
	background:white url(bg.gif) repeat-x left top;
}

#mainmenu ul
{
	padding:6px 20px 5px 20px;
	margin:0px;
}

#mainmenu ul li
{
	display: inline;
}

#mainmenu ul li a
{
	color:#ffffff;
	background-color:transparent;
	font-size:12px;
	font-weight:bold;
	text-decoration:none;
	padding:5px 8px;
}

#mainmenu ul li a:hover, #mainmenu ul li.active a
{
	color: #6399cd;
	background-color:#EFF4FA;
	text-decoration:none;
}

div.flash-error, div.flash-notice, div.flash-success
{
	padding:.8em;
	margin-bottom:1em;
	border:2px solid #ddd;
}

div.flash-error
{
	background:#FBE3E4;
	color:#8a1f11;
	border-color:#FBC2C4;
}

div.flash-notice
{
	background:#FFF6BF;
	color:#514721;
	border-color:#FFD324;
}

div.flash-success
{
	background:#E6EFC2;
	color:#264409;
	border-color:#C6D880;
}

div.flash-error a
{
	color:#8a1f11;
}

div.flash-notice a
{
	color:#514721;
}

div.flash-success a
{
	color:#264409;
}

div.form .rememberMe label
{
	display: inline;
}

div.view
{
	padding: 10px;
	margin: 10px 0;
	border: 1px solid #C9E0ED;
}

div.breadcrumbs
{
	font-size: 0.9em;
	padding: 5px 20px;
}

div.breadcrumbs span
{
	font-weight: bold;
}

div.search-form
{
	padding: 10px;
	margin: 10px 0;
	background: #eee;
}

.portlet
{

}

.portlet-decoration
{
	padding: 3px 8px;
	background: #B7D6E7;
	border-left: 5px solid #6FACCF;
}

.portlet-title
{
	font-size: 12px;
	font-weight: bold;
	padding: 0;
	margin: 0;
	color: #298dcd;
}

.portlet-content
{
	font-size:0.9em;
	margin: 0 0 15px 0;
	padding: 5px 8px;
	background:#EFFDFF;
}

.portlet-content ul
{
	list-style-image:none;
	list-style-position:outside;
	list-style-type:none;
	margin: 0;
	padding: 0;
}

.portlet-content li
{
	padding: 2px 0 4px 0px;
}

.operations
{
	list-style-type: none;
	margin: 0;
	padding: 0;
}

.operations li
{
	padding-bottom: 2px;
}

.operations li a
{
	font: bold 12px Arial;
	color: #0066A4;
	display: block;
	padding: 2px 0 2px 8px;
	line-height: 15px;
	text-decoration: none;
}

.operations li a:visited
{
	color: #0066A4;
}

.operations li a:hover
{
	background: #80CFFF;
}

.nav-tab{
	margin:20px 0;
	padding: 0;
	list-style: none;
	word-spacing: -4px;
	border-bottom: 1px solid #444;
}
.nav-tab li{
	display: inline-block;
	word-spacing: normal;
	vertical-align: bottom;
	background:#E8E8E8;
}
.nav-tab li a{
	display: block;
	padding: 3px 20px;
	border: 1px solid #444;
	border-bottom: none;
	position: relative;
	bottom: -1px;
	left: -1px;
}
.nav-tab li:first-child a{
	left: 0;
}
.nav-tab li.active a{
	background: #fff;
	padding: 6px 20px;
}
.tab-box{
	display: none;
}
.tab-box.active{
	display: block;
}
#comt .edit_button{
	vertical-align: middle;
	margin-top: 2px;
}
div.form label.inline {
    display: inline-block;
}
.adv-active {
    background: #90ee90 !important;
}
/* #18380 start */
.judges-bn {
	display: none !important;
}
#header {
	position: relative;
}
@media(min-width: 1900px) {
	.judges-bn {
		position: absolute;
		top: 20px;
		right: -350px;
		z-index: 10;
		display: block !important;
	}
	.judges-bn__list {
		float: left;
		width: 300px;
		display: flex;
		flex-direction: column;
		margin: 0;
		padding: 0;
	}
	.judges-bn__litem {
		display: block;
		float: left;
		width: 100%;
		height: 300px;
	}
	.judges-bn__litem:not(:last-child) {
		margin-bottom: 50px;
	}
}

.page-bn {
	position: fixed;
	left: 50%;
	top: 50%;
	width: 240px;
	height: 400px;
	display: none;
	margin-left: -120px;
	margin-top: -200px;
	background:
			#fff;
	box-shadow: 0 0 3px
	rgba(0,0,0,.5);
	z-index: 10;
}
.page-bn.is-open .page-bn__block-close::before, .page-bn.is-open .page-bn__block-close::after {
	opacity: 0.1;
}
.page-bn__content {
	display: block;
	width: 100%;
	height: 100%;
	float: left;
	position: relative;
}
.page-bn__block-close {
	position: absolute;
	z-index: 5;
	right: 0;
	top: 0;
	display: block;
	width: 40px;
	height: 40px;
	text-decoration: none !important;
	transition: opacity .3s;
}
.page-bn__block-close::before, .page-bn__block-close::after {
	content: "";
	display: block;
	width: 30px;
	height: 2px;
	background:
			#000;
	position: absolute;
	top: 0;
	left: 0;
}
.page-bn__block-close::before {
	transform: rotate(45deg);
	transform-origin: -5px 16px;
}
.page-bn__block-close::after {
	transform: rotate(-45deg);
	transform-origin: 39px 5px;
}
.page-bn__block-close span {
	display: none;
	width: 100%;
	height: 100%;
	text-align: center;
	color: #00465d;
	font-size: 25px;
	line-height: 40px;
	font-weight: bold;
	float: left;
}
/* #18380 end */

h2.faq-section-title {
	font-size: 12pt;
}

.faq-section.level-2 {
	padding-left: 30px;
}
.faq-section.level-3 {
	padding-left: 60px;
}
.faq-section.level-4 {
	padding-left: 90px;
}
.faq-section.level-5 {
	padding-left: 120px;
}
.section-open {
	display: inline-block;
	transform: rotate(45deg);
}
h2.faq-section-title span {
	color: green;
}
.opened h2.faq-section-title span {
	display: inline;
	transform: rotate(45deg);
	color: red
}
.faq-section {
	margin-bottom: 10px;
	min-height: 20px;
}
.faq-section.opened {
	height: inherit;
	margin-bottom: 10px;
}
.faq-section-title {
	cursor: pointer;
	border: 4px double #00789F;
	padding: 5px;
 }
.faq_text .update {
	float: right;
	text-decoration: none;
	padding-top: 8px;
	font-size: 22px;
	transform: scaleX(-1);
}

.faq_text .delete {
	float: right;
	text-decoration: none;
	padding-top: 8px;
	font-size: 22px;
}