html { font-family: Arial; }

body
{
	margin: 0;
	background-color: #F1F0EB;
}

img { border: 0; }

ol,
ul
{
	color: #333;
	font-size: 13px;
}
ol p,
ul p
{
	text-indent: 0;
}

header
{
	padding: 23px 0 28px 0;
	background-color: #8BC;
	background-image: -webkit-linear-gradient(top, #4681A0, #BFE2F2);
	background-image: -moz-linear-gradient(top, #4681A0, #BFE2F2);
	background-image: -ms-linear-gradient(top, #4681A0, #BFE2F2);
	background-image: -o-linear-gradient(top, #4681A0, #BFE2F2);
	border-bottom: 4px solid #D5D1C9;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.65);
}

.wide-rounded, footer
{
	width: 1006px;
	box-sizing: border-box;
	border: 3px solid #D5D1C9;
	border-radius: 13px;
}

.header-block
{
	height: 114px;
	margin: 0 auto 18px auto;
	background: 	url("/img/header.jpg") 157px 0 no-repeat #FFF;
	position: relative;
}

.logo
{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 157px;
	text-align: center;
}
.logo::after
{
	content: "";
	position: absolute;
	top: 0;
	right: -170px;
	bottom: 0;
	width: 170px;
	background-image: -webkit-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
	background-image: -moz-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
	background-image: -ms-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
	background-image: -o-linear-gradient(left, rgba(255, 255, 255, 1) 10%, rgba(255, 255, 255, 0.9) 20%, rgba(255, 255, 255, 0) 70%);
}
.logo a { display: inline-block; }
.logo img
{
	display: inline-block;
	vertical-align: top;
	width: 107px;
	height: 100px;
	margin: 4px 0;
}

.columns-content
{
	margin: -28px auto 0 auto;
	background-color: #FFF;
	position: relative;
	font-size: 13px;
	word-spacing: -4px;
}
.columns-content > * { word-spacing: normal; }

#main-menu
{
	margin: -9px 11px 0 11px;
	padding: 0;
	font-size: 13px;
	word-spacing: -4px;
}
#main-menu li
{
	word-spacing: normal;
	list-style: none;
	display: inline-block;
	margin: 0 22px 0 21px;
	background: url("/img/template.png") 0 0 #198FC4;
	position: relative;
}
#main-menu li + li { margin-left: 26px; }
#main-menu li::before
{
	content: "";
	position: absolute;
	top: 0;
	left: -21px;
	width: 21px;
	height: 34px;
	display: inline-block;
	background: url("/img/template.png") 0 -34px;
}
#main-menu li::after
{
	content: "";
	position: absolute;
	top: 0;
	right: -22px;
	width: 22px;
	height: 34px;
	display: inline-block;
	background: url("/img/template.png") -21px -34px;
}
#main-menu li a
{
	display: block;
	height: 34px;
	line-height: 34px;
	text-decoration: none;
	color: #FFF;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 12px;
}
#main-menu li a:hover { text-decoration: underline; }
#main-menu li.active a { color: #FFDD5A; }

.main-column
{
	display: inline-block;
	vertical-align: top;
	min-height: 470px;
	width: 647px;
	margin: 30px 20px 20px 20px;
}
.main-column h1,
.main-column h2,
.main-column h3
{
	font-size: 15px;
	margin: 0;
	color: #1E7AB3;
	text-indent: 16px;
	text-transform: uppercase;
}
.main-column h2 { text-transform: none; }
.main-column h3
{
	font-size: 13px;
	text-transform: none;
}
.main-column p
{
	text-indent: 16px;
	color: #333;
	font-size: 13px;
}
.main-column a
{
	color: #005B8A;
	text-decoration: none;
}
.main-column a:hover { text-decoration: underline; }
.main-column a:visited { color: #C4A; }

.right-column
{
	display: inline-block;
	vertical-align: top;
	width: 310px;
	margin: 30px 0 20px;
	padding-left: 3px;
}

.right-column .wrapper
{
	position: absolute;
	top: 55px;
	right: 0;
	bottom: 20px;
	width: 310px;
	padding: 23px 0;
	border: 3px solid #D5D1C9;
	border-right: 0;
	background-color: #EEE;
	border-radius: 13px 0 0 13px;
	box-shadow: inset 1px 0 3px 0 rgba(0, 0, 0, 0.37);
}
.right-column .wrapper::before, .right-column .wrapper::after
{
	content: "";
	position: absolute;
	right: 0;
	left: 0;
	height: 21px;
	background-color: #07A;
}
.right-column .wrapper::before
{
	top: 0;
	border-bottom: 2px solid #D5D1C9;
	border-radius: 10px 0 0 0;
	background-image: -webkit-linear-gradient(top, #0089CB, #005481);
	background-image: -moz-linear-gradient(top, #0089CB, #005481);
	background-image: -ms-linear-gradient(top, #0089CB, #005481);
	background-image: -o-linear-gradient(top, #0089CB, #005481);
}
.right-column .wrapper::after
{
	bottom: 0;
	border-top: 2px solid #D5D1C9;
	border-radius: 0 0 0 10px;
	background-image: -webkit-linear-gradient(top, #005481, #0089CB);
	background-image: -moz-linear-gradient(top, #005481, #0089CB);
	background-image: -ms-linear-gradient(top, #005481, #0089CB);
	background-image: -o-linear-gradient(top, #005481, #0089CB);
}
.right-column .content
{
	position: relative;
	margin: 26px 0;
}
.right-column h2
{
	margin: 0;
	height: 29px;
	line-height: 29px;
	color: #1E7AB3;
	font-size: 12px;
	text-indent: 16px;
	text-transform: uppercase;
	background: url("/img/template.png") -43px -34px #DDD;
}
.right-column .languages
{
	margin: 0;
	padding: 12px 15px;
}
.right-column .languages li { list-style: none; }
.right-column .languages li + li { margin-top: 4px; }
.right-column .languages a
{
	color: #666;
	text-decoration: none;
}
.right-column .languages a:hover { text-decoration: underline; }
.right-column .languages a::before
{
	content: "";
	width: 16px;
	height: 13px;
	display: inline-block;
	margin: 1px 7px 0 0;
	background-image: url("/img/template.png");
	vertical-align: top;
}
.right-column .languages a.ru::before { background-position: -353px -34px; }
.right-column .languages a.en::before { background-position: -369px -34px; }
.right-column .search
{
	margin: 0;
	padding: 9px 0;
	text-align: center;
}
.right-column .search input
{
	width: 286px;
	height: 17px;
}
.right-column .menu
{
	margin: 0;
	padding: 17px 18px 17px 23px;
}
.right-column .menu li,
ul.marker > li
{
	position: relative;
	list-style: none;
	margin: 1px 0;
}
.right-column .menu li::before,
ul.marker > li::before
{
	content: "";
	position: absolute;
	top: 6px;
	left: -13px;
	width: 4px;
	height: 4px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAFCAYAAABirU3bAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAAuSURBVHjaYmSYddyFgYFhNwMEpDMBiVAGBAhlYkADIIHVSPzVjP///0dRARBgAFCVB80jGWV2AAAAAElFTkSuQmCC");
}
.right-column .menu a
{
	color: #666;
	text-decoration: none;
}
.right-column .menu a:hover { text-decoration: underline; }
.right-column .menu li.parent::before
{
	top: 3px;
	left: -14px;
	width: 7px;
	height: 11px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAALCAYAAACzkJeoAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAACDSURBVHjaYmSYdVyOgYGBH4gvM6ABJiB+DcQHgNgem+R3IH4KxLuAOApdEgROATEbEC8F4gp0ybNIGtqBeDIQM7NABe6gWZcDciBMpxaaZAcQz4LpNIDSf4G4AIingDgwSWOoq6OBeD1MO0iSE4glgNgZiI8jm80ClbAF4pvogQAQYACriBVXkQrqWAAAAABJRU5ErkJggg==");
}
.right-column .menu li.parent.active::before
{
	top: 5px;
	left: -16px;
	width: 11px;
	height: 7px;
	background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAHCAYAAADebrddAAAABGdBTUEAAK/INwWK6QAAABl0RVh0U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAB/SURBVHjaYmGYdVyRgYHhBRB/Z8ANOIFYlAVIsAHxQ6iGs0B8AYivAbEKEBsDsRkQSwOxA0jxTSD2B+K9QKyLxdRfQOwGxJeZoALHgTgaiP9iUZwIxAdBDCYkwfVAXICmsBKIl8E4TGiSU4C4AwsbDFiwWAsy7T4Qz0WXAAgwAEqJFpGuFCejAAAAAElFTkSuQmCC");
}
.right-column .menu li.active > a { color: #17A2CB; }
.right-column .menu ul { padding: 0 0 0 15px; }

footer
{
	height: 41px;
	line-height: 35px;
	margin: 18px auto 0 auto;
	padding: 0 18px;
	background-color: #8BC;
	background-image: -webkit-linear-gradient(top, #08C, #057);
	background-image: -moz-linear-gradient(top, #08C, #057);
	background-image: -ms-linear-gradient(top, #08C, #057);
	background-image: -o-linear-gradient(top, #08C, #057);
	color: #FFF;
	font-size: 12px;
}

ul.marker { padding-left: 29px; }
ul.marker ul.marker { padding-left: 20px; }

.center { text-align: center; }
.right { text-align: right; }

.alert
{
	border-radius: 10px;
	background-color: #F9CECE;
	border: 1px solid #D00;
	margin: 14px auto;
}
.alert p
{
	text-indent: 0;
	margin: 14px;
	color: #D00;
}

.table
{
	margin: 14px auto;
	background-color: #F0F0F0;
	background-image: -webkit-linear-gradient(top, #FFF, #E7E6DF);
	background-image: -moz-linear-gradient(top, #FFF, #E7E6DF);
	background-image: -ms-linear-gradient(top, #FFF, #E7E6DF);
	background-image: -o-linear-gradient(top, #FFF, #E7E6DF);
	background-repeat: no-repeat;
	border: 2px solid #D5D1C9;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.table thead { position: relative; }
.table thead::before
{
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	height: 24px;
	background-color: #07A;
	background-image: -webkit-linear-gradient(top, #0089CB, #005481);
	background-image: -moz-linear-gradient(top, #0089CB, #005481);
	background-image: -ms-linear-gradient(top, #0089CB, #005481);
	background-image: -o-linear-gradient(top, #0089CB, #005481);
	border-radius: 6px 6px 0 0;
}
.table tbody { color: #5F5F5F; }
.table th,
.table td
{
	height: 24px;
	padding: 1px 6px;
	font-size: 12px;
	box-sizing: border-box;
	position: relative;
	z-index: 0;
}
.table th
{
	font-weight: normal;
	color: #FFF;
}
.table td { height: 22px; }
.table th::before,
.table td::before,
.table th::after,
.table td::after
{
	content: "";
	position: absolute;
	top: -1px;
	right: -1px;
	bottom: -1px;
	left: -1px;
	z-index: -1;
}
.table th::before,
.table td::before
{
	border-top: 1px solid rgba(213, 209, 201, 0.75);
	border-left: 1px solid rgba(213, 209, 201, 0.75);
}
.table th::after,
.table td::after
{
	border-right: 1px solid rgba(255, 255, 255, 0.75);
	border-bottom: 1px solid rgba(255, 255, 255, 0.75);
}
.table thead tr:nth-child(1) th:first-child { border-top-left-radius: 6px; }
.table thead tr:nth-child(1) th:last-child { border-top-right-radius: 6px; }
.table tbody tr:first-child td:before { border-top: 2px solid #D5D1C9; }
.table tbody tr:last-child td { height: 21px; }

.table.wide { width: 100%; }
.table.center
{
	margin-right: auto;
	margin-left: auto;
}
.table tbody.center { text-align: center; }

.common-box
{
	margin: 14px auto;
	padding: 10px;
	font-size: 13px;
	background-color: #F0F7FB;
	border: 1px solid #006091;
	border-radius: 10px;
}
.common-box > p:first-child { margin-top: 0; }
.common-box > p:last-child { margin-bottom: 0; }

textarea.example { display: none; }
ol.example .new { background-color: rgba(0, 128, 255, 0.1); }

.json { color: #006091; }
.json li { margin-left: 34px; }
.json pre
{
	margin: 0;
	color: #090;
}
.json .string { color: #36C; }
.json .number { color: #C00; }
.json .boolean,
.json .null
{
	color: #036;
	font-weight: bold;
}

.tabs .labels
{
	padding: 0;
	margin: 0;
}
.tabs .labels li
{
	list-style: none;
	display: inline-block;
	height: 24px;
	line-height: 24px;
	padding: 0 10px 1px 10px;
	background-color: #DDD;
	background-image: -webkit-linear-gradient(left, #CECECF, #EEE);
	background-image: -moz-linear-gradient(left, #CECECF, #EEE);
	background-image: -ms-linear-gradient(left, #CECECF, #EEE);
	background-image: -o-linear-gradient(left, #CECECF, #EEE);
	border: 1px solid #B4B4B4;
	border-bottom: 0;
	border-radius: 12px 12px 0 0;
	cursor: pointer;
	color: #333;
}
.tabs .labels li:hover,
.tabs .labels .active
{
	background-color: #EEE;
	background-image: none;
}
.tabs .labels .active
{
	position: relative;
	z-index: 2;
	cursor: default;
}
.tabs .content
{
	position: relative;
	z-index: 1;
	top: -1px;
	background-color: #EEE;
	border: 1px solid #B4B4B4;
	border-radius: 0 12px 12px 12px;
	padding: 0 14px;
}
.tabs .content > * { display: none; }
.tabs .content > *.active { display: block; }

/* main */

.events
{
	margin: 22px 0;
	vertical-align: top;
	word-spacing: -4px;
	font-size: 13px;
}
.events > *
{
	word-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 0 0 20px 0;
}
.events dt
{
	width: 60px;
	padding: 0 5px 0 0;
	color: #5CB8DD;
	text-align: right;
	border-right: 2px solid #1E7AB3;
	word-spacing: 50px;
}
.events dt:nth-of-type(even) { margin-left: 11px; }
.events dd
{
	width: 246px;
	margin-left: 5px;
	color: #666;
}

/* search */

.form.search input { width: 100%; }

/* export files */

.xml li { margin-left: 34px; }
.xml pre
{
	margin: 0;
	color: #000;
}
.xml .tag, .xml .attribute { color: #00F; }
.xml .value { color: #E00; }
.xml .attribute-value { color: #080; }

.columns, .columns-2, .columns-3
{
	font-size: 13px;
	word-spacing: -4px;
	margin: 13px 0;
}
.columns > *,
.columns-2 > *,
.columns-3 > *
{
	display: inline-block;
	vertical-align: top;
	word-spacing: normal;
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}
.columns li,
.columns-2 li,
.columns-3 li
{
	white-space: nowrap;
}
.columns-2 > * { width: 50%; }
.columns-3 > * { width: 33%; }

/* signatures */

.table.signatures a { color: #17A2CB; }

/* catalog */

.catalog
{
	padding: 4px 3px;
	background-color: #EEE;
	border: 1px solid #666;
	border-radius: 6px;
	font-size: 13px;
	word-spacing: -4px;
}
.catalog li
{
	word-spacing: normal;
	display: inline-block;
	vertical-align: top;
	margin: 3px;
	list-style: none;
	background: #FFF;
	border: 1px solid #B4B4B4;
	border-radius: 3px;
	box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
}
.catalog img
{
	display: block;
	margin: 2px;
	width: 200px;
	height: 150px;
}
.catalog span,
.catalog a
{
	display: block;
	height: 27px;
	line-height: 24px;
	border-radius: 0 0 3px 3px;
	text-align: center;
}
.catalog span { color: #666; }