.container:after,
#header:after,
#header .holder:after,
.info-box:after,
.archive-box ul:after,
.bio-section .item-list:after,
.bio-section .about-list:after,
#footer:after,
.footer-box:after,
.footer-box ul:after,
.footer-block:after {
	content: " ";
	display: block;
	clear: both;
}

.top-panel .navigation,
.top-panel .slide-block ul,
.ac ul,
.lang-list ul,
.breadcrumbs-1,
.panel-list,
.archive-box ul,
.bio-section .item-list,
.bio-section .about-list,
.jcf-list ul,
.reg-panel ul,
.btn-list ul,
#footer .banner-list,
.footer-box ul,
.service-list {
	margin: 0;
	padding: 0;
	list-style: none;
}

html {
	box-sizing: border-box;
}

*,
*:before,
*:after {
	box-sizing: inherit;
}

body {
	margin: 0;
	color: #1b1d1f;
	background: #fff;
	font: 14px / 1.286 Arial, Helvetica, sans-serif;
	min-width: 320px;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: none;
	overflow-y: scroll;
}

* {
	max-height: 1000000px;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
nav,
section,
summary {
	display: block;
}

img {
	border-style: none;
	vertical-align: middle;
}

a {
	text-decoration: none;
	color: #1c5499;
	outline: none;
}

a:hover {
	text-decoration: underline;
}

input,
textarea,
select {
	font: 100% Arial, Helvetica, sans-serif;
	color: #1b1d1f;
	vertical-align: middle;
}

form,
fieldset {
	margin: 0;
	padding: 0;
	border-style: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
	border: 0;
	padding: 0;
}

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

input[type="submit"]:hover,
button:hover {
	cursor: pointer;
}

input[type="text"],
input[type="tel"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
textarea {
	margin: 0;
	padding: 4px 7px;
	border: 1px solid #a5a5a5;
	-webkit-appearance: none;
	-webkit-border-radius: 0;
	box-shadow: none;
	border-radius: 0;
}

input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
textarea:focus {
	border-color: #595959;
}

textarea {
	overflow: auto;
	resize: vertical;
	vertical-align: top;
}

input[type="checkbox"],
input[type="radio"] {
	padding: 0;
}

input[type="search"] {
	-webkit-appearance: textfield;
	box-sizing: content-box;
	border-radius: 0;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1.2em;
	margin: 0 0 1.2em;
}

p {
	margin: 0 0 1.2em;
}

q {
	quotes: none;
}

q:before,
q:after {
	content: "";
	content: none;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	top: -.5em;
}

sub {
	bottom: -.25em;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

#wrapper {
	overflow: hidden;
	width: 100%;
	position: relative;
}

#wrapper .bg-header {
	position: absolute;
	top: 0;
	left: 50%;
	z-index: 0;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}

.container {
	margin: 0 auto;
	max-width: 980px;
	padding: 0 20px;
}

#header {
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
	width: 100%;
	border-bottom: 6px solid #f0f0f0;
	position: relative;
	z-index: 50;
}

#header .container {
	padding: 19px 20px 0;
}

#header .top-bar {
	overflow: hidden;
	width: 100%;
	padding: 0 17px;
}

#header .holder {
	width: 100%;
	padding: 0 10px 37px 34px;
}

#header .decor {
	float: left;
	background: url(../images/sprite-bg.png) no-repeat -52px -55px;
	width: 41px;
	height: 42px;
	margin: 8px 0 0 9px;
}


.dep-search {
	display: inline-block;
	vertical-align: middle;
	padding: 10px 60px 8px 15px;
	font: 20px/37px "PT Sans Caption", Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	/*border: 2px solid #edbd2f;*/
	transition: all .3s linear;
	margin: 0 0 10px;
	background-color: #edbd2f;
}
.dep-search div {
	/*width: 150px;*/
	height: 37px;
}

.dep-search div::after {
	content: "";
	background: url(../images/sprite-bg.png) no-repeat -50px 0;
	width: 36px;
	height: 37px;
	position: absolute;
	margin-left: 10px;
}

.dep-search:hover {
	cursor: pointer;
	background-color: #edbd2f;
	background-color: #4286be;
	color: white;
}


.top-panel {
	width: 100%;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	background: #edbd2f;
	z-index: 310;
	height: 56px;
}

.top-panel .decor {
	position: absolute;
	left: 20px;
	top: 0;
	width: 56px;
	height: 8px;
	background: #e9ca87;
}

.top-panel .decor:after {
	content: "";
	position: absolute;
	left: 100%;
	top: 0;
	width: 56px;
	height: 8px;
	background: #9dbfdb;
}

.top-panel .container {
	padding: 0 20px;
	position: relative;
}

.top-panel .open-nav {
	display: none;
}

.top-panel.panel-active .opener {
	background: #4286be;
}

.top-panel.panel-active .opener:before,
.top-panel.panel-active .opener:after {
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	top: 50%;
}

.top-panel.panel-active .opener:after {
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.top-panel.panel-active .opener span {
	opacity: 0;
}

.top-panel .opener {
	width: 56px;
	height: 56px;
	background: #da9c15;
	position: relative;
	position: absolute;
	left: 20px;
	top: 0;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-panel .opener:before,
.top-panel .opener:after,
.top-panel .opener span {
	content: "";
	width: 20px;
	height: 2px;
	background: #f9f9f9;
	position: absolute;
	top: 26px;
	left: 18px;
	right: 18px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-panel .opener:before {
	top: 20px;
}

.top-panel .opener:after {
	top: 32px;
}

.top-panel .opener:hover {
	background: #4286be;
}

.top-panel .navigation {
	overflow: hidden;
	width: 100%;
	padding: 0 168px 0 56px;
	font: 14px/18px Arial, Helvetica, sans-serif;
}

.top-panel .navigation li {
	float: left;
}

.top-panel .navigation li.active a {
	background: #4286be;
	color: #fff;
}

.top-panel .navigation li.active a:hover {
	background: #4286be;
}

.top-panel .navigation li a {
	height: 56px;
	padding: 0 15px;
	display: block;
	color: #2c2b39;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	white-space: nowrap;
}

.top-panel .navigation li a:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	vertical-align: middle;
}

.top-panel .navigation li a span {
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
}

.top-panel .navigation li a:hover {
	color: #fff;
	background: #da9c15;
	text-decoration: none;
}

.top-panel .slide-block {
	overflow: hidden;
	background: #da9c15;
	margin: 0 -9999px;
	padding: 0 9999px;
}

.top-panel .slide-block ul {
	padding: 20px 56px;
}

.top-panel .slide-block ul li a {
	display: block;
	color: #fff;
	height: 36px;
	line-height: 36px;
	padding: 0 15px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.top-panel .slide-block ul li a:hover {
	background: #4286be;
	text-decoration: none;
}

.ac {
	position: absolute;
	right: 20px;
	top: 0;
	font: 14px/56px Arial, Helvetica, sans-serif;
}

.ac ul {
	float: right;
}

.ac ul li {
	float: left;
}

.ac ul li a {
	display: block;
	background: #555e6a;
	width: 56px;
	height: 56px;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
	position: relative;
}

.ac ul li a.login:before,
.ac ul li a.login:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/sprite-bg.png) no-repeat -186px -65px;
	width: 18px;
	height: 19px;
	margin: -9px 0 0 -10px;
	opacity: 1;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.ac ul li a.login:before {
	background-position: -206px -65px;
	opacity: 0;
}

.ac ul li a:hover, .ac ul li a.logout:hover, .ac ul li a.logged:hover {
	background: #4286be;
}

.ac ul li a:hover:after {
	opacity: 0;
}

.ac ul li a:hover:before {
	opacity: 1;
}







.ac ul li a.id-gov-ua {
	background: #858e99;
	width: 140px;
	text-align: right;
}


.ac ul li a.id-gov-ua.logged {
	background: #da9c15;
}


.ac ul li a.id-gov-ua img {
	height: 25px;
	margin-right: 10px;
}

.ac ul li a.login.id-gov-ua:before,
.ac ul li a.login.id-gov-ua:after,
.ac ul li a.logged.id-gov-ua:before,
.ac ul li a.logged.id-gov-ua:after {
	left: 20px;
}








.ac div {
	float: right;
}

.ac div .lang {
	display: block;
	width: 56px;
	height: 56px;
	background: #da9c15;
	color: #fff;
	text-align: center;
	padding: 0 5px;
	position: relative;
}

.ac div .lang:hover {
	text-decoration: none;
	background: #4286be;
}

.ac div .lang:hover:after {
	background-position: -239px -91px;
}

.ac div .lang:after {
	content: "";
	position: absolute;
	left: 0;
	bottom: -10px;
	background: url(../images/sprite-bg.png) no-repeat -180px -91px;
	width: 56px;
	height: 12px;
}

.info-box {
	padding: 0 0 13px 26px;
}

.info-box .phone-box {
	border-radius: 3px;
	float: left;
	background: #fff;
	padding: 6px 10px 10px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	width: 39.4%;
	border-top-left-radius: 6px 100%;
	border-top-right-radius: 6px 100%;
	border-bottom-left-radius: 6px 100%;
	border-bottom-right-radius: 6px 100%;
}

.info-box .phone-box .num {
	white-space: nowrap;
	letter-spacing: 1px;
	display: inline-block;
	vertical-align: middle;
	font: 23px/25px Arial, Helvetica, sans-serif;
	padding: 3px 43px 0 15px;
	color: #da251c;
	position: relative;
	width: 36%;
	text-align: center;
}

.info-box .phone-box .num:before {
	content: "";
	position: absolute;
	left: -28px;
	top: -8px;
	background: url(../images/sprite-bg.png) no-repeat;
	width: 43px;
	height: 48px;
}

.info-box .phone-box .num:after {
	content: "";
	position: absolute;
	right: 13px;
	top: 50%;
	background: url(../images/sprite-bg.png) no-repeat 0 -56px;
	width: 27px;
	height: 43px;
	margin: -19px 0 0;
}

.info-box .phone-box span {
	display: inline-block;
	vertical-align: middle;
	letter-spacing: 0;
	width: 64%;
	font-size: 14px;
	line-height: 17px;
	text-transform: uppercase;
	padding: 0 0 0 2px;
}

.info-box .phone-box span a {
	color: #426ca5;
	text-decoration: underline;
	display: inline-block;
	vertical-align: top;
}

.info-box .phone-box span a:hover {
	text-decoration: none;
}

.info-box .date-box {
	padding: 17px 17px 16px 15px;
	float: right;
	background: #fff;
	border-radius: 3px;
	text-transform: uppercase;
	width: 26.2%;
	border-top-left-radius: 6px 100%;
	border-top-right-radius: 6px 100%;
	border-bottom-left-radius: 6px 100%;
	border-bottom-right-radius: 6px 100%;
}

.info-box .date-box time {
	display: block;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.info-box .date-box time span {
	letter-spacing: 0;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	width: 24%;
	text-align: right;
	padding: 0 0 0 20px;
	position: relative;
}

.info-box .date-box time span:before {
	content: "";
	position: absolute;
	left: 2px;
	top: 50%;
	margin: -21px 0 0;
	background: url(../images/sprite-bg.png) no-repeat -33px -56px;
	width: 11px;
	height: 40px;
}

.info-box .date-box time em {
	width: 76%;
	letter-spacing: 0;
	font-size: 14px;
	line-height: 17px;
	display: inline-block;
	vertical-align: middle;
	font-style: normal;
}

.elect #header,
.admin #header {
	height: 255px;
	background: url(../images/bg-header-admin.jpg) no-repeat 50% 56px;
	background-attachment: fixed;
	border: none;
	margin: 56px 0 0;
}

.elect #header .holder,
.admin #header .holder {
	padding: 36px 0 37px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.elect #header h2,
.admin #header h2 {
	display: inline-block;
	vertical-align: middle;
	width: 54%;
	padding: 10px 13px 29px;
	text-transform: uppercase;
	font: 24px/29px "PT Sans Caption", Arial, Helvetica, sans-serif;
	color: #2c2b39;
	margin: 0;
	letter-spacing: 0;
}

.elect #header h2 .sub-title,
.admin #header h2 .sub-title {
	display: block;
	font-size: 16px;
	line-height: 18px;
	font-weight: normal;
	text-transform: uppercase;
	padding: 7px 0 0;
}

.elect .logo,
.admin .logo {
	width: 104px;
	height: 138px;
}

.elect .logo img,
.admin .logo img {
	width: 104px;
	height: 138px;
}

.elect #header h2 {
	padding-bottom: 4px;
}

.logo-holder {
	display: inline-block;
	vertical-align: middle;
	width: 16%;
	padding: 0 5px;
}

.logo-holder .logo {
	float: none;
	display: block;
	margin: 0 auto;
}

.logo {
	float: left;
	width: 340px;
	height: 140px;
	margin: -13px 0 0;
}

.logo img {
	display: block;
	width: 340px;
	height: 140px;
}

.lang-list ul {
	float: right;
}

.lang-list ul li {
	float: left;
	margin: 0 0 0 22px;
}

.lang-list ul li.active a {
	color: #1c5499;
}

.lang-list ul li a {
	text-transform: uppercase;
	color: #1b1d1f;
}

.lang-list ul li a:hover {
	text-decoration: none;
	color: #1c5499;
}

#main {
	overflow: hidden;
	width: 100%;
	background: #fff;
	position: relative;
	z-index: 2;
}

#main h1 {
	text-transform: uppercase;
	color: #000;
	font: 32px/36px Georgia, Times, "Times New Roman", serif;
	margin: 0;
}

#main .main-framebox {
	background: #f9f9f9;
	padding: 30px 0;
}

#main .head-block {
	overflow: hidden;
	width: 100%;
	padding: 0 0 70px;
}

#main .head-block .sel-form {
	float: right;
}

#main .head-block .breadcrumbs-1 {
	max-width: 68%;
}
#main .head-block .breadcrumbs-1.full {
	max-width: 100%;
}


.elect #main .container {
	max-width: 960px;
}

.breadcrumbs-1 {
	float: left;
	/*font-size: 12px;*/
	line-height: 16px;
	color: #9e9e9e;
	padding: 13px 0 0;
}

.breadcrumbs-1 li {
	position: relative;
	float: left;
	padding: 0 19px 0 0;
	margin: 0 0 10px;
}

.breadcrumbs-1 li:last-child:before {
	display: none;
}

.breadcrumbs-1 li:before {
	content: "»";
	position: absolute;
	top: 0;
	right: 6px;
}

.breadcrumbs-1 a {
	color: #9e9e9e;
	text-decoration: underline;
}

.breadcrumbs-1 a:hover {
	text-decoration: none;
}

body > .jcf-select-drop.jcf-select-sel1 .jcf-list {
	font: 16px/18px "PT Sans", Arial, Helvetica, sans-serif;
}

body > .jcf-select-drop.jcf-select-sel1 .jcf-list li span {
	padding: 14px 10px 14px 20px;
	text-transform: uppercase;
}

body > .jcf-select-drop.jcf-select-sel1 .jcf-list li span.jcf-hover {
	color: #fff;
}

body > .jcf-select-drop.jcf-select-sel1 .jcf-list li span.jcf-selected {
	background: #acabab;
	color: #fff;
}

.panel-list {
	position: absolute;
	top: 0;
	right: 0;
}

.panel-list li {
	float: left;
	margin: 0 0 0 2px;
}

.panel-list li.active a:after {
	opacity: 1;
	visibility: visible;
}

.panel-list li a {
	display: block;
	overflow: hidden;
	text-indent: -9999px;
	width: 41px;
	height: 41px;
	position: relative;
}

.panel-list li a.active:after {
	opacity: 1;
	visibility: visible;
}

.panel-list li a:before {
	position: absolute;
	content: "";
	height: 17px;
	left: 11px;
	top: 12px;
}

.panel-list li a.table:before {
	background: url(../images/sprite-bg.png) no-repeat -176px 0;
	width: 19px;
}

.panel-list li a.list:before {
	background: url(../images/sprite-bg.png) no-repeat -204px 0;
	width: 18px;
}

.panel-list li a:after {
	content: "";
	opacity: 0;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url(../images/sprite-bg.png) no-repeat -128px 0;
}

.panel-list li a:hover:after {
	opacity: 1;
	visibility: visible;
}

.news-block {
	margin: 46px 0 0;
	overflow: hidden;
}

#sidebar {
	width: 31.2%;
	float: right;
}

#sidebar .img-box {
	margin: 0 0 81px;
}

#sidebar .img-box img {
	max-width: 100%;
	height: auto;
}

.archive-box {
	overflow: hidden;
	width: 100%;
	margin-bottom: 30px;
	padding: 0 0 0 59px;
}

.archive-box .title {
	display: block;
	font: 18px/20px "PT Sans", Arial, Helvetica, sans-serif;
	color: #4286be;
	padding: 0 0 7px;
}

.archive-box ul {
	font: 14px/16px "PT Sans Narrow", Arial, Helvetica, sans-serif;
}

.archive-box ul li {
	float: left;
	margin: 0 3px 3px 0;
}

.archive-box ul a {
	display: block;
	text-transform: uppercase;
	padding: 17px 15px 15px;
	background: #7e858e;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
	text-decoration: none;
	color: #fff;
	min-width: 62px;
	text-align: center;
}

.archive-box ul a:hover {
	background: #4286be;
}

#content {
	padding: 9px 0 20px;
	float: left;
	width: 66.7%;
}

.elect #content {
	padding-top: 0;
}

#content .holder-box {
	overflow: hidden;
	padding: 0 0 0 10px;
}

#content h1 {
	color: #641b0f;
	margin: 0 0 19px;
}

#content h2 {
	color: #641b0f;
	font: 24px/26px Georgia, Times, "Times New Roman", serif;
	text-transform: uppercase;
	margin: 0 0 23px;
}

#content .text-wrapp {
	color: #9e9e9e;
	font: 18px/24px Georgia, Times, "Times New Roman", serif;
}

#content .text-wrapp p {
	margin: 0 0 23px;
}

.bio-section {
	overflow: hidden;
	width: 100%;
}

.bio-section .holder {
	overflow: hidden;
	background: #e7e4e3;
	padding: 22px 19px 32px;
	margin: 0 0 54px;
}

.bio-section .img-box {
	float: left;
	border: 1px solid #9e9e9e;
	/*width: 149px;*/
	margin: 3px  39px 0 0;
}

.bio-section .img-box img {
	width: 100%;
	height: auto;
}

.bio-section h3 {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 12px;
}

.bio-section .sub-title {
	display: block;
	text-transform: uppercase;
	font: normal 14px/18px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	color: #4286be;
	padding: 0 0 24px;
}

.bio-section .text-holder {
	overflow: hidden;
}

.bio-section .item-list {
	max-width: 84%;
}

.bio-section .item-list li {
	margin: 0 0 21px;
}

.bio-section .item-list a {
	color: #2c2b39;
	text-decoration: underline;
}

.bio-section .item-list a:hover {
	text-decoration: none;
}

.bio-section .frame-holder {
	padding: 0 0 0 8px;
}

.bio-section .about-list {
	font-size: 14px;
	line-height: 18px;
	color: #2c2b39;
	max-width: 90%;
	padding: 0 0 32px;
}

.bio-section .about-list li {
	padding: 0 0 51px;
}

.bio-section .about-list .title {
	display: block;
	color: #4286be;
	font: 18px/22px "PT Sans", Arial, Helvetica, sans-serif;
	padding: 0 0 12px;
}

.bio-section .about-list p {
	margin: 0;
}

.table-responsive {
	overflow-x: auto;
	min-height: .01%;
	border-bottom: 1px solid #8cb17c;
}

.table-responsive.not-bordered {
	border: none;
}

.table-10 {
	max-width: 100%;
	width: 100%;
	margin: 0 0 30px;
	min-width: 490px;
	font-size: 14px;
	line-height: 18px;
}

.table-10 tr:first-child:hover {
	border: none;
}

.table-10 tr:first-child + tr td {
	padding-top: 25px;
}

.table-10 tr:hover {
	background: #f2f2f2;
}

.table-10 tr th {
	background: #e1e2e4;
	color: #426ca5;
	font: 14px/14px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 18px 10px 16px;
	text-align: center;
}

.table-10 tr th.col-3 {
	padding-left: 65px;
	text-align: left;
}

.table-10 tr td {
	position: relative;
	z-index: 10;
	vertical-align: top;
	padding: 15px 9px 30px;
	border-bottom: 1px solid #c0c0c0;
	color: #646464;
	text-align: center;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
}

.table-10 tr td a {
	color: #2c2b39;
	text-decoration: underline;
}

.table-10 tr td a:hover {
	text-decoration: none;
}

.table-10 tr td.col-3 {
	color: #58a73f;
	padding-right: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.table-10 tr .col-1 {
	width: 10.6%;
}

.table-10 tr .col-2 {
	width: 18%;
}

.table-10 tr .col-3 {
	width: 71.4%;
}

.jcf-radio {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	border: 2px solid #a5a5a5;
	border-radius: 10px;
	margin: 0 3px 0 0;
	height: 18px;
	width: 18px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.jcf-radio span {
	visibility: hidden;
	opacity: 0;
	position: absolute;
	top: 3px;
	left: 3px;
	width: 8px;
	height: 8px;
	background: #1b1d1f;
	border-radius: 100%;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}

.jcf-radio input[type="radio"] {
	position: absolute;
	height: 100%;
	width: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
	cursor: pointer;
}

.jcf-radio.jcf-checked {
	border-color: #1b1d1f;
}

.jcf-radio.jcf-checked span {
	visibility: visible;
	opacity: 1;
}

/* custom checkbox styles */

.jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: #fff;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNlYWVhZWEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #eaeaea));
	background: -webkit-linear-gradient(top, #fff 0%, #eaeaea 100%);
	background: linear-gradient(to bottom, #fff 0%, #eaeaea 100%);
	border: 1px solid #838383;
	margin: 0 9px 0 0;
	height: 14px;
	width: 14px;
	border-radius: 2px;
}

.jcf-checkbox span {
	position: absolute;
	display: none;
	height: 13px;
	width: 13px;
	top: -1px;
	right: -2px;
	background: url(../images/sprite-trans.png) no-repeat -93px -67px;
}

.jcf-checkbox.jcf-checked span {
	display: block;
}

.jcf-checkbox input[type="checkbox"] {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

/* custom select styles */

.jcf-select {
	display: inline-block;
	vertical-align: top;
	position: relative;
	border: 1px solid #9da0a5;
	background: #f9f9f9;
	margin: 0 0 10px;
	min-width: 150px;
	height: 36px;
}

.jcf-select select {
	z-index: 1;
	left: 0;
	top: 0;
}

.jcf-select .jcf-select-text {
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
	display: block;
	font-size: 14px;
	line-height: 24px;
	margin: 0 30px 0 8px;
	height: 32px;
	color: #646464;
	padding: 5px 0;
}

.jcf-select .jcf-select-opener {
	cursor: pointer;
	position: absolute;
	text-align: center;
	background: #e2e2e2;
	width: 30px;
	height: 34px;
	border: solid #cfd0d1;
	border-width: 1px 1px 1px 0;
	bottom: -1px;
	right: 0;
	top: 0;
}

.jcf-select .jcf-select-opener:after {
	content: "";
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -2px 0 0 -5px;
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 6px solid #2a2525;
}

.jcf-select .jcf-select-drop {
	position: absolute;
	margin-top: 0;
	z-index: 9999;
	top: 100%;
	left: -1px;
	right: -1px;
}

.jcf-select .jcf-select-drop.jcf-drop-flipped {
	bottom: 100%;
	top: auto;
}

.jcf-select .jcf-select-drop-content {
	width: 100%;
}

body > .jcf-select-drop {
	position: absolute;
	z-index: 9999;
	margin: 1px 0 0;
}

body > .jcf-select-drop.jcf-drop-flipped {
	margin: 1px 0 0;
}

/* multiple select styles */

.jcf-list-box {
	overflow: hidden;
	display: inline-block;
	border: 1px solid #b8c3c9;
	min-width: 200px;
	margin: 0 15px;
}

/* select options styles */

.jcf-list {
	display: inline-block;
	vertical-align: top;
	position: relative;
	background: #fff;
	line-height: 16px;
	font-size: 14px;
	width: 100%;
	border: 1px solid #9da0a5;
}

.jcf-list .jcf-list-content {
	vertical-align: top;
	display: inline-block;
	overflow: auto;
	width: 100%;
}

.jcf-list ul {
	border: 0px solid #9da0a5;
}

.jcf-list ul li {
	overflow: hidden;
	display: block;
}

.jcf-list .jcf-overflow {
	overflow: auto;
}

.jcf-list .jcf-option {
	white-space: nowrap;
	cursor: pointer;
	display: block;
	padding: 10px;
	color: #646464;
	height: 1%;
	text-overflow: ellipsis;
	overflow: hidden;
	max-width: 100%;
}

.jcf-list .jcf-disabled {
	background: #fff !important;
	color: #aaa !important;
}

.jcf-list .jcf-optgroup-caption {
	white-space: nowrap;
	font-weight: bold;
	display: block;
	padding: 10px;
	cursor: pointer;
	color: #2c2b39;
}

.jcf-list .jcf-optgroup .jcf-option {
	padding-left: 30px;
}

.jcf-select-drop .jcf-selected {
	background: #ddd;
	color: #2c2b39;
}

.jcf-select-drop .jcf-hover {
	background: #feac01;
	color: #2c2b39;
}

.reg-panel {
	width: 100%;
	overflow: hidden;
	background: #9c1313;
	padding: 28px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.reg-panel .container {
	padding: 0 20px;
}

.reg-panel ul {
	/* width: 70%; */
	width: 85%;
	display: inline-block;
	vertical-align: middle;
}

.reg-panel ul li {
	width: 50%;
	display: inline-block;
	vertical-align: middle;
	padding: 0 40px 0 0;
}

.elect .reg-panel ul li {
	/* width: 33.332%; */
	width: 25%;
}

.reg-panel ul a {
	color: #fff;
}

.reg-panel ul a:hover {
	text-decoration: none;
	color: #da9c15;
}

.reg-panel ul .icon {
	width: 30%;
	display: inline-block;
	vertical-align: middle;
}

.reg-panel ul .icon img {
	max-width: 100%;
	height: auto;
}

.elect .reg-panel ul .icon {
	width: 44%;
	padding: 0 10px 0 0;
}

.reg-panel ul em {
	width: 70%;
	text-transform: uppercase;
	font-style: normal;
	white-space: nowrap;
	min-height: 68px;
	display: inline-block;
	vertical-align: middle;
}

.elect .reg-panel ul em {
	width: 56%;
}

.reg-panel ul em:after {
	content: "";
	display: inline-block;
	height: 68px;
	width: 1px;
	overflow: hidden;
	margin: 0 0 0 -5px;
	vertical-align: middle;
}

.reg-panel ul em i {
	width: 100%;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
	white-space: normal;
	letter-spacing: 0;
	font: 14px/17px "PT Sans Caption", Arial, Helvetica, sans-serif;
}

.search-form-1 {
	display: inline-block;
	vertical-align: middle;
	position: relative;
	/* width: 30%; */
	width: 15%;
	height: 48px;
	padding: 0 48px 0 0;
}

.search-form-1 input[type="submit"] {
	position: absolute;
	top: 0;
	right: 0;
	width: 48px;
	height: 48px;
	border: none;
	overflow: hidden;
	text-indent: -9999px;
	outline: none;
	background: #da9c15 url(../images/sprite-bg.png) no-repeat -311px -40px;
	-webkit-transition: background-color .2s ease;
	transition: background-color .2s ease;
}

.search-form-1 input[type="submit"]:hover {
	background-color: #4286be;
}

.search-form-1 input[type="text"] {
	background: #fff;
	height: 48px;
	padding: 13px 12px;
	margin: 0;
	float: left;
	width: 100%;
	border: none;
	font-size: 14px;
	line-height: 20px;
}

.search-form-1 ::-webkit-input-placeholder {
	color: #c2c2c4;
}

.search-form-1 ::-moz-placeholder {
	opacity: 1;
	color: #c2c2c4;
}

.search-form-1 :-moz-placeholder {
	color: #c2c2c4;
}

.search-form-1 :-ms-input-placeholder {
	color: #c2c2c4;
}

.search-form-1 .placeholder {
	color: #c2c2c4;
}

#block-filter .search-form-1 {
	width: auto;
	margin-top: 10px;
}



h3 {
	font: 24px/24px "PT Sans Caption", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	margin: 0 0 15px;
	color: #2c2b39;
}

.btn-list {
	overflow: hidden;
	padding: 0 0 30px;
}

.btn-list ul {
	overflow: hidden;
	font: 18px/20px "PT Sans", Arial, Helvetica, sans-serif;
}

.btn-list ul li {
	margin: 0 0 10px;
}

.btn-list ul li a {
	cursor: pointer;
	display: block;
	background: #7e858e;
	padding: 14px 24px 14px 15px;
	text-transform: uppercase;
	color: #f9f9f9;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
}

.btn-list ul li a:after {
	content: "";
	position: absolute;
	right: 14px;
	top: 50%;
	margin: -9px 0 0;
	background: url(../images/sprite-bg.png) no-repeat -196px -30px;
	width: 7px;
	height: 17px;
}

.btn-list ul li a:hover {
	text-decoration: none;
	background: #da9c15;
}

.btn-list ul li a span {
	padding: 0 10px 0 0;
}

#footer {
	width: 100%;
}

#footer .holder {
	overflow: hidden;
	width: 100%;
	background: #f2f2f2;
	padding: 35px 0 30px;
	font-size: 12px;
	line-height: 16px;
}

#footer .col-holder {
	overflow: hidden;
	padding: 0 0 5px;
	border-bottom: 1px solid #d5d5d5;
}

#footer .col-holder.three-columns .col {
	width: 33.332%;
	padding: 0 110px 0 0;
}

.elect #footer .col-holder.three-columns .col {
	padding: 0 60px 0 0;
}

#footer .col-holder.three-columns .footer-box {
	padding: 0 0 15px;
}

#footer .frame {
	padding: 24px 0 20px;
}

#footer .footer-logo {
	float: left;
	margin: 0 0 20px;
}

#footer .footer-logo img {
	max-width: 100%;
	height: auto;
}

#footer .banner-list {
	overflow: hidden;
	margin: 0 0 0 -42px;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
	padding: 0 0 25px;
}

#footer .banner-list li {
	display: inline-block;
	vertical-align: bottom;
	margin: 0 0 20px 38px;
}

#footer .banner-list li a {
	text-decoration: none;
}

#footer .banner-list li img {
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}

#footer .text-block {
	overflow: hidden;
	font-size: 12px;
	line-height: 15px;
	color: #9e9e9e;
}

#footer .text-block .box {
	float: left;
	width: 51.5%;
	padding: 0 36px 10px 10px;
}

#footer .text-block .box:first-child {
	width: 39.5%;
}

#footer .text-block p {
	margin: 0;
}

#footer .col {
	float: left;
	width: 25%;
	padding: 0 31px 0 0;
}

.footer-box {
	width: 100%;
	padding: 0 0 40px;
}

.footer-box .personal {
	padding: 15px 10px 16px 9px;
	border-top: 1px solid #bdbdbd;
}

.elect .footer-box .personal {
	border: none;
}

.footer-box .personal a {
	display: inline-block;
	vertical-align: top;
	color: #1b1d1f;
}

.elect .footer-box .personal a {
	text-decoration: underline;
}

.elect .footer-box .personal a:hover {
	text-decoration: none;
}

.footer-box h4 {
	font: 16px/20px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	color: #426ca5;
	margin: 0;
	padding: 0 0 10px 10px;
	border-bottom: 1px solid #bebebe;
}

.footer-box h4 + h4 {
	border: none;
	padding: 10px 0 10px 10px;
}

.footer-box ul {
	padding: 12px 15px 10px 8px;
}

.footer-box ul li {
	margin: 0 0 8px;
}

.footer-box ul li a {
	color: #9e9e9e;
}

.footer-box ul li a:hover {
	text-decoration: none;
	color: #3f3f3f;
}

.footer-block {
	width: 100%;
	min-height: 177px;
	padding: 46px 0 30px 10px;
	position: relative;
	font-size: 12px;
	line-height: 18px;
	font-style: italic;
}

.footer-block .bg-img {
	position: absolute;
	right: -112px;
	bottom: 0;
	max-width: 100%;
	height: auto;
	z-index: 0;
}

.footer-block .history-box {
	position: relative;
	z-index: 10;
	color: #9e9e9e;
	max-width: 460px;
}

.footer-block .history-box p {
	margin: 0;
}

.footer-block .history-box .author {
	color: #595959;
	display: block;
}

.map-section {
	overflow: hidden;
	width: 100%;
	border-bottom: 1px solid #fff;
}

.map-section iframe {
	width: 100% !important;
	border: none;
	margin: 0;
	vertical-align: top;
}

.map-section .container {
	position: relative;
	padding: 4px 19px 18px;
}

.map-section img {
	width: 100%;
	height: auto;
}

.map-section h3 {
	padding: 13px 250px 0 0;
	margin: 0;
}

.map-section .sel-form {
	position: absolute;
	right: 20px;
	top: 13px;
}

#district h3 {
	padding: 0;
	margin: 0 0 13px;
}



.sel-form {
	display: inline-block;
	vertical-align: top;
	width: 230px;
}

.sel-form .jcf-select {
	width: 100%;
	margin: 0;
}

.intro {
	overflow: hidden;
	width: 100%;
	background: #555e6a;
	padding: 20px 0;
}

.intro .holder {
	overflow: hidden;
	width: 100%;
}

.intro .container {
	padding: 0 20px;
}


.intro .service-list {
	padding: 30px 0 5px;
}

.intro .service-list a {
	color: #f9f9f9;
}

.intro .service-list a:hover {
	color: #da9c15;
}

.intro .btn-open {
	max-width: 45%;
	float: left;
	text-transform: uppercase;
	color: #f9f9f9;
	font: 24px/24px "PT Sans Caption", Arial, Helvetica, sans-serif;
	padding: 0 0 0 84px;
	position: relative;
	min-height: 66px;
	white-space: nowrap;
	text-align: left;
}

.intro .btn-open.full {
	max-width: none;
}

.intro .btn-open.fr {
	float: right;
}

.intro .btn-open:after {
	content: "";
	display: inline-block;
	height: 66px;
	width: 1px;
	overflow: hidden;
	vertical-align: middle;
}

.intro .btn-open:hover {
	text-decoration: none;
	color: #da9c15;
}

.intro .ico {
	display: block;
	position: absolute;
	left: 0;
	top: 50%;
	width: 66px;
	height: 66px;
	margin: -33px 0 0;
}

.intro .ico img {
	width: 100%;
	height: auto;
}

.intro em {
	white-space: normal;
	font-style: normal;
	display: inline-block;
	vertical-align: middle;
}

.intro .btn-link {
	margin: 21px 0 0;
	float: right;
	max-width: 45%;
	text-transform: uppercase;
	color: #f9f9f9;
	font: 24px/24px "PT Sans Caption", Arial, Helvetica, sans-serif;
	position: relative;
	padding: 0 20px 0 0;
}

.intro .btn-link:hover {
	text-decoration: none;
	color: #da9c15;
}

.intro .btn-link:after {
	content: "";
	position: absolute;
	top: 50%;
	right: 0;
	background: url(../images/sprite-bg.png) no-repeat -196px -30px;
	width: 7px;
	height: 17px;
	margin: -8px 0 0;
}

.service-list {
	overflow: hidden;
	width: 100%;
	font-size: 0;
	line-height: 0;
	letter-spacing: -4px;
}

.service-list li {
	display: inline-block;
	vertical-align: middle;
	width: 33.332%;
	padding: 0 15px 0 10px;
	margin: 0 0 8px;
}

.service-list .icon {
	position: absolute;
	top: 50%;
	left: 0;
	margin: -30px 0 0;
	background: url(../images/sprite-bg.png) no-repeat -125px -238px;
	width: 59px;
	height: 60px;
	text-align: center;
	white-space: nowrap;
}

.service-list .icon:after {
	content: "";
	display: inline-block;
	height: 100%;
	width: 1px;
	overflow: hidden;
	vertical-align: middle;
}

.service-list .icon img {
	max-width: 100%;
	height: auto;
	display: inline-block;
	vertical-align: middle;
}

.service-list em {
	display: inline-block;
	vertical-align: middle;
	font: normal 16px/18px "PT Sans Caption", Arial, Helvetica, sans-serif;
	letter-spacing: 0;
	white-space: normal;
	text-transform: uppercase;
}

.service-list a {
	color: #2c2b39;
	display: inline-block;
	vertical-align: middle;
	white-space: nowrap;
	padding: 0 0 0 79px;
	position: relative;
	min-height: 60px;
	width: 100%;
}

.service-list a:after {
	content: "";
	display: inline-block;
	height: 60px;
	width: 1px;
	overflow: hidden;
	vertical-align: middle;
}

.service-list a:hover {
	text-decoration: none;
	color: #4286be;
}

.service-list a:hover .icon {
	background-position: -64px -238px;
}

.popup-holder {
	position: relative;
	overflow: hidden;
	height: 0;
}

div.lightbox {
	padding: 5px;
	width: 670px;
	overflow: hidden;
	background: #fff;
}

#fancybox-outer {
	box-shadow: none;
}

#fancybox-content {
	width: 100% !important;
	box-sizing: border-box;
}

.question-block {
	overflow: hidden;
	width: 100%;
	background: #ededed;
	padding: 38px 20px 30px 20px;
}

.question-block h3 {
	font-family: "PT Sans", Arial, Helvetica, sans-serif;
	margin: 0 0 38px;
	padding: 0 60px 0 25px;
}

.form-question {
	overflow: hidden;
	width: 100%;
}

.form-question .row {
	float: left;
	width: 100%;
	padding: 0 60px 0 25px;
	position: relative;
	margin: 0 0 18px;
}

.form-question .row.alt {
	border-bottom: 1px solid #d9dadc;
	padding-right: 48px;
	margin: 0 0 49px;
}

.form-question .row .col {
	float: left;
	width: 25.6%;
	padding: 0 0 0 34px;
	position: relative;
	margin-top: 11px;
}

.form-question .row .col.code input {
	padding-left: 40px;
}

.form-question .row .number {
	position: absolute;
	left: 35px;
	top: 1px;
	bottom: 1px;
	background: #fff;
	font-size: 17px;
	line-height: 20px;
	color: #898e98;
	width: 40px;
	text-align: center;
	padding: 12px 5px;
}

.form-question .row .col + .col {
	width: 74.4%;
	padding: 0 0 0 11px;
}

.form-question .row .plus {
	position: absolute;
	top: 15px;
	left: 16px;
	color: #898e98;
	font-size: 14px;
	line-height: 18px;
}

.form-question textarea,
.form-question input {
	border-color: #bebec1;
	height: 46px;
	float: left;
	width: 100%;
	color: #898e98;
	font-size: 17px;
	line-height: 20px;
	padding: 12px;
	-webkit-transition: border-color .2s ease;
	transition: border-color .2s ease;
	border-radius: 0;
	box-shadow: none;
	outline: none;
}

.form-question textarea ::-webkit-input-placeholder,
.form-question input ::-webkit-input-placeholder {
	color: #898e98;
}

.form-question textarea ::-moz-placeholder,
.form-question input ::-moz-placeholder {
	opacity: 1;
	color: #898e98;
}

.form-question textarea :-moz-placeholder,
.form-question input :-moz-placeholder {
	color: #898e98;
}

.form-question textarea :-ms-input-placeholder,
.form-question input :-ms-input-placeholder {
	color: #898e98;
}

.form-question textarea .placeholder,
.form-question input .placeholder {
	color: #898e98;
}

.form-question textarea {
	width: 100%;
	max-width: 100%;
	resize: none;
	height: 216px;
	min-height: 216px;
}

.form-question textarea:focus {
	border-color: #595959;
}

.form-question .btn-holder {
	text-align: center;
}

.form-question input[type="submit"] {
	float: none;
	display: inline-block;
	vertical-align: top;
	min-width: 270px;
	background: #da9c15;
	height: 48px;
	padding: 0 20px;
	text-align: center;
	color: #fff;
	font: 18px/20px "PT Sans", Arial, Helvetica, sans-serif;
	border: none;
	margin: 0;
	width: auto;
	text-transform: uppercase;
	-webkit-transition: background .3s ease;
	transition: background .3s ease;
	border-radius: 0;
	outline: none;
}

.form-question input[type="submit"]:hover {
	cursor: pointer;
	background: #4286be;
}

.form-question .info {
	width: 28px;
	height: 28px;
	text-align: center;
	padding: 5px;
	font-size: 17px;
	line-height: 18px;
	font-weight: bold;
	color: #f9f9f9;
	border-radius: 50%;
	position: absolute;
	right: 21px;
	top: 10px;
	background: #bebec1;
	cursor: default;
}

.form-question .warning {
	display: block;
	color: #373644;
	font-size: 14px;
	line-height: 18px;
	font-weight: normal;
	padding: 8px 0 25px;
}

.form-question .warning span {
	display: block;
	color: #898e98;
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi) {
	.promo .img-box .btn-play,
	.invest-map::after,
	.search-form-2 .btn-submit,
	.service-list a:hover .icon,
	.service-list .icon,
	.help-box:after,
	.ac div .lang:after,
	.ac div .lang:hover:after,
	.ac ul li a.login:after,
	.ac ul li a.login:before,
	.form-block .title:before,
	.list-active .post.sport .date:after,
	.list-active .post.medic .date:after,
	.list-active .post.tourism .date:after,
	.list-active .post.city .date:after,
	.list-active .post.science .date:after,
	.list-active .post.culture .date:after,
	.list-active .post.people .date:after,
	.heading.video .title .icon,
	.post.sport h2:before,
	.post.medic h2:before,
	.post.tourism h2:before,
	.post.city h2:before,
	.post.science h2:before,
	.post.culture h2:before,
	.post.people h2:before,
	.heading.photo .title .icon,
	.nav .home,
	.slideshow .btn-next,
	#main .main-holder .decor:after,
	#main .frame .decor:after,
	.info-list li:after,
	#header .decor,
	.map-block .btn-open:after,
	.btn-top,
	.panel-list li a.list:before,
	.panel-list li a.table:before,
	.panel-list li a:after,
	.heading .document,
	.search-form .btn-submit,
	.info-box .date-box time span:before,
	.info-box .phone-box .num:after,
	.info-box .phone-box .num:before {
		background: url("../images/sprite-bg2x.png") no-repeat;
		background-size: 310px 273px;
	}

	.info-box .phone-box .num:before {
		width: 44px;
		height: 48px;
	}

	.info-box .phone-box .num:after {
		background-position: 0 -51px;
		margin: -20px 0 0;
	}

	.info-box .date-box time span:before {
		background-position: -27px -51px;
		width: 12px;
		height: 41px;
	}

	.search-form .btn-submit {
		background-position: -45px 0;
		height: 38px;
	}

	.heading .document {
		background-position: -83px 0;
	}

	.panel-list li a:after {
		background-position: -102px 0;
	}

	.panel-list li a.table:before {
		background-position: -144px 0;
	}

	.panel-list li a.list:before {
		background-position: -164px 0;
	}

	.btn-top {
		background-position: -183px 0;
	}

	.map-block .btn-open:after {
		background-position: -230px 0;
	}

	#header .decor {
		background-position: -39px -51px;
		width: 42px;
	}

	.info-list li:after {
		background-position: -83px -51px;
		height: 44px;
	}

	#main .main-holder .decor:after {
		background-position: -112px -51px;
	}

	#main .frame .decor:after {
		background-position: -112px -62px;
	}

	.slideshow .btn-next {
		background-position: -125px -51px;
		width: 18px;
		height: 34px;
	}

	.nav .home {
		background-position: -143px -51px;
	}

	.heading.photo .title .icon {
		background-position: 0 -98px;
	}

	.post.people h2:before {
		background-position: -42px -98px;
	}

	.post.culture h2:before {
		background-position: -84px -98px;
	}

	.post.science h2:before {
		background-position: -125px -98px;
	}

	.post.city h2:before {
		background-position: -167px -98px;
	}

	.post.tourism h2:before {
		background-position: -209px -98px;
	}

	.post.medic h2:before {
		background-position: -251px -98px;
	}

	.post.sport h2:before {
		background-position: 0 -141px;
	}

	.heading.video .title .icon {
		background-position: -42px -141px;
	}

	.list-active .post.people .date:after {
		background-position: 0 -185px;
	}

	.list-active .post.culture .date:after {
		background-position: -23px -185px;
	}

	.list-active .post.science .date:after {
		background-position: -46px -185px;
	}

	.list-active .post.city .date:after {
		background-position: -69px -185px;
	}

	.list-active .post.tourism .date:after {
		background-position: -92px -185px;
	}

	.list-active .post.medic .date:after {
		background-position: -115px -185px;
	}

	.list-active .post.sport .date:after {
		background-position: -138px -185px;
	}

	.form-block .title:before {
		background-position: -84px -141px;
	}

	.ac ul li a.login:after {
		background-position: -168px -76px;
		width: 19px;
	}

	.ac ul li a.login:before {
		background-position: -188px -76px;
		width: 19px;
	}

	.ac div .lang:after {
		background-position: -166px -51px;
	}

	.ac div .lang:hover:after {
		background-position: -166px -63px;
	}

	.help-box:after {
		background-position: 0 -212px;
		width: 60px;
	}

	.service-list .icon {
		background-position: -62px -212px;
		width: 60px;
	}

	.service-list a:hover .icon {
		background-position: -124px -212px;
		width: 60px;
	}

	.search-form-1 input[type="submit"] {
		background: #da9c15 url(../images/sprite-bg2x.png) no-repeat -260px -44px;
		background-size: 310px 273px;
	}

	.search-form-2 .btn-submit {
		background: #da9c15 url(../images/sprite-bg2x.png) no-repeat -256px -42px;
		background-size: 310px 273px;
	}

	.invest-map::after {
		background-position: -186px -212px;
		width: 62px;
	}

	.promo .img-box .btn-play {
		background-position: -250px -212px;
		width: 60px;
	}

	.comment h3 .icon,
	#content .social-networks li a.rss,
	#content .social-networks li a.googleplus,
	#content .social-networks li a.facebook,
	#content .social-networks li a.twitter,
	#footer .social-networks li a.rss,
	#footer .social-networks li a.googleplus,
	#footer .social-networks li a.facebook,
	#footer .social-networks li a.twitter {
		background: url(../images/sprite-social2x.png) no-repeat;
		background-size: 190px 112px;
	}

	#footer .social-networks li a.facebook {
		background-position: -48px 0;
	}

	#footer .social-networks li a.googleplus {
		background-position: -96px 0;
	}

	#footer .social-networks li a.rss {
		background-position: -144px 0;
	}

	#content .social-networks li a.rss,
	#content .social-networks li a.googleplus,
	#content .social-networks li a.facebook,
	#content .social-networks li a.twitter {
		width: 35px;
		height: 35px;
	}

	#content .social-networks li a.twitter {
		background-position: 0 -50px;
	}

	#content .social-networks li a.facebook {
		background-position: -37px -50px;
	}

	#content .social-networks li a.googleplus {
		background-position: -74px -50px;
	}

	#content .social-networks li a.rss {
		background-position: -110px -50px;
	}

	.comment h3 .icon {
		background-position: 0 -88px;
	}

	.trans-tabs li.trolleybuse .icon,
	.trans-tabs li.tram .icon,
	.trans-tabs li.taxi .icon,
	.trans-tabs li.bus .icon,
	.trans-box:after {
		background: url(../images/sprite-trans@2x.png) no-repeat;
		background-size: 336px 88px;
	}

	.trans-box:after {
		background-position: 0 0;
	}

	.trans-tabs li.bus .icon {
		background-position: -90px 0;
	}

	.trans-tabs li.taxi .icon {
		background-position: -152px 0;
	}

	.trans-tabs li.tram .icon {
		background-position: -214px 0;
	}

	.trans-tabs li.trolleybuse .icon {
		background-position: -276px 0;
	}
}

@media only screen and (min-width: 1024px) {
	.top-panel .container .slide-nav.js-slide-hidden {
		position: static !important;
		left: 0 !important;
		top: 0 !important;
	}
}

@media only screen and (max-width: 1024px) {
	.map-section iframe {
		height: 400px !important;
	}
}

@media only screen and (max-width: 1023px) {
	.logo {
		width: 250px;
		height: 103px;
	}

	.logo img {
		width: 250px;
		height: 103px;
	}

	.ac {
		right: 0;
	}

	.top-panel {
		height: auto;
		min-height: 56px;
	}

	.top-panel .decor {
		left: 0;
	}

	.top-panel .opener {
		left: 0;
		float: left;
		height: 56px;
		position: relative;
		z-index: 100;
		width: 100%;
	}

	.top-panel .opener:after,
	.top-panel .opener:before,
	.top-panel .opener span {
		left: 50%;
	}

	.top-panel .slide-nav {
		overflow: hidden;
		width: 100%;
		background: #f2f2f2;
		float: left;
	}

	.top-panel .navigation {
		float: left;
		width: 100%;
		clear: both;
		padding: 0;
	}

	.top-panel .navigation li {
		float: left;
		width: 100%;
	}

	.top-panel .navigation li a {
		text-align: center;
		padding: 0 5px;
	}

	.top-panel .container {
		padding: 56px 0 0;
	}

	.top-panel .container.container-active .open-nav {
		background: #4286be;
	}

	.top-panel .container.container-active .open-nav:before,
	.top-panel .container.container-active .open-nav:after {
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		top: 50%;
	}

	.top-panel .container.container-active .open-nav:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}

	.top-panel .container.container-active .open-nav span {
		opacity: 0;
	}

	.top-panel .slide-block {
		float: left;
		width: 100%;
		margin: 0;
		padding: 0;
	}

	.top-panel .slide-block .container {
		padding: 0;
	}

	.top-panel .slide-block ul {
		padding: 0;
	}

	.top-panel .slide-block ul li a {
		padding: 10px;
		height: auto;
	}

	.top-panel .open-nav {
		position: absolute;
		left: 0;
		top: 0;
		display: block;
		width: 56px;
		height: 56px;
		background: #da9c15;
		float: left;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	.top-panel .open-nav:before,
	.top-panel .open-nav:after,
	.top-panel .open-nav span {
		content: "";
		width: 20px;
		height: 2px;
		background: #f9f9f9;
		position: absolute;
		top: 26px;
		left: 18px;
		right: 18px;
		-webkit-transition: all .3s linear;
		transition: all .3s linear;
	}

	.top-panel .open-nav:before {
		top: 20px;
	}

	.top-panel .open-nav:after {
		top: 32px;
	}

	.top-panel .open-nav:hover {
		background: #4286be;
	}

	#header .holder {
		padding: 0 10px 18px;
	}

	#header .container {
		padding: 19px 10px 0;
	}

	.elect #header,
	.admin #header {
		background-position: 50% 56px;
		margin: 56px 0 0;
	}

	.elect #header h2,
	.admin #header h2 {
		font-size: 18px;
		line-height: 26px;
		padding: 10px 13px 29px 24px;
	}

	.elect #header h2 {
		font-size: 18px;
		line-height: 26px;
		padding: 10px 13px 11px 24px;
	}

	.elect #header h2 .sub-title {
		font-size: 14px;
		line-height: 16px;
	}

	.info-box .phone-box {
		width: 50%;
	}

	.info-box .date-box {
		width: 34%;
	}

	.reg-panel {
		padding: 28px 0;
	}

	.reg-panel .container {
		padding: 0 10px;
	}

	.reg-panel ul li {
		padding: 0 20px 0 0;
	}

	.reg-panel ul .icon {
		width: 34%;
	}

	.elect .reg-panel ul .icon {
		width: 34%;
	}

	.reg-panel ul em {
		width: 66%;
	}

	.elect .reg-panel ul em {
		width: 66%;
	}

	.bio-section .item-list {
		max-width: none;
	}

	.bio-section .about-list {
		max-width: none;
	}

	.bio-section .frame-holder {
		padding: 0;
	}

	.archive-box {
		padding: 0 0 0 20px;
	}

	.footer-block {
		padding: 15px 0 75px 10px;
	}

	.footer-block .history-box {
		max-width: 340px;
	}

	.footer-block .bg-img {
		right: -43px;
	}

	#footer .col-holder.three-columns .col {
		padding: 0 30px 0 0;
	}

	.elect #footer .col-holder.three-columns .col {
		padding: 0 30px 0 0;
	}

	#footer .col {
		padding: 0 15px 0 0;
	}

	#footer .banner-list {
		margin: 0;
	}

	#footer .banner-list li {
		margin: 0 0 20px 30px;
	}

	.footer-box {
		padding: 0 0 30px;
	}
}

@media only screen and (max-width: 767px) {
	.logo {
		width: 145px;
		height: 60px;
		margin: 0;
	}

	.logo img {
		width: 145px;
		height: 62px;
	}

	.lang-list {
		text-align: center;
	}

	.lang-list ul {
		display: inline-block;
		vertical-align: top;
		float: none;
	}

	.lang-list ul li {
		margin: 0 12px 5px;
	}

	.elect #header,
	.admin #header {
		height: auto;
		/*background-position: 50% 56px;*/
		background-position: 50% 0;
		background-size: cover;
		background-attachment: unset;
	}

	.elect #header .holder,
	.admin #header .holder {
		padding: 96px 0 0;
		position: relative;
		text-align: center;
	}

	.elect #header h2,
	.admin #header h2 {
		padding: 10px;
		width: 100%;
	}

	.dep-search {
		padding: 4px 55px 3px 10px;
	}

	.elect .logo-holder,
	.admin .logo-holder {
		padding: 0;
		position: absolute;
		left: 50%;
		margin: 0 0 0 -35px;
		top: 5px;
		width: 70px;
	}

	.elect .logo,
	.admin .logo {
		width: 70px;
		height: 93px;
	}

	.elect .logo img,
	.admin .logo img {
		width: 70px;
		height: 93px;
	}

	#header .holder {
		padding: 0 0 10px;
	}

	#header .container {
		padding: 10px 10px 0;
	}

	#header .decor {
		display: none;
	}

	.intro {
		text-align: center;
	}

	.intro .btn-holder {
		overflow: hidden;
		width: 100%;
	}

	.intro .btn-open {
		max-width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
		font-size: 20px;
		line-height: 20px;
		padding: 0 0 0 50px;
		min-height: 40px;
		margin: 5px 0;
	}

	.intro .btn-open.fr {
		float: none;
	}

	.intro .btn-open:after {
		height: 40px;
	}

	.intro .btn-link {
		font-size: 20px;
		line-height: 20px;
		max-width: 100%;
		float: none;
		display: inline-block;
		vertical-align: top;
	}

	.intro .service-list {
		text-align: left;
	}

	.intro .ico {
		width: 40px;
		height: 40px;
		margin: -20px 0 0;
	}

	.reg-panel {
		padding: 80px 0 15px;
	}

	.reg-panel ul {
		width: 100%;
	}

	.reg-panel ul li {
		width: 100%;
		padding: 0 10px 15px 0;
	}

	.elect .reg-panel ul li {
		width: 100%;
	}

	.reg-panel ul .icon {
		width: 30%;
		max-width: 90px;
	}

	.elect .reg-panel ul .icon {
		width: 30%;
	}

	.elect .reg-panel ul em {
		width: 70%;
	}

	.service-list {
		width: 100%;
	}

	.service-list li {
		width: 100%;
		padding: 0;
	}

	.search-form-1 {
		width: auto;
		position: absolute;
		left: 15px;
		right: 15px;
		top: 15px;
	}

	#block-filter .search-form-1 {
		width: 100%;
		position: relative;
		left: auto;
		right: auto;
		top: auto;
	}

	.map-section .container {
		text-align: center;
	}

	.map-section h3 {
		text-align: left;
		padding: 13px 0 15px;
	}

	.map-section .sel-form {
		position: static;
		right: auto;
		top: auto;
		margin: 0 auto;
		float: none;
		display: inline-block;
		vertical-align: top;
		text-align: left;
	}

	.elect .map-section iframe {
		height: 300px !important;
	}

	#main h1 {
		font-size: 24px;
		line-height: 28px;
		padding: 0 0 10px;
	}

	#main .main-framebox {
		padding: 30px 0;
	}

	#main .head-block {
		padding: 0 0 25px;
	}

	#main .head-block .sel-form {
		margin: 0 auto;
		float: none;
		display: block;
	}

	#main .head-block .breadcrumbs-1 {
		max-width: none;
		padding: 0 0 10px;
	}

	#sidebar {
		width: 100%;
	}

	#sidebar .img-box {
		margin: 0 0 30px;
		text-align: center;
	}

	.archive-box {
		padding: 0;
	}

	#content {
		width: 100%;
	}

	#content .holder-box {
		padding: 0;
	}

	#content .text-wrapp {
		font-size: 14px;
		line-height: 18px;
	}

	#content h1 {
		font-size: 24px;
		line-height: 28px;
		margin: 0 0 15px;
		padding: 0;
	}

	#content h2 {
		font-size: 20px;
		line-height: 22px;
	}

	#content .image-box {
		padding: 0;
	}

	.bio-section .img-box {
		margin: 0 auto 15px;
		float: none;
	}

	.bio-section .text-holder {
		width: 100%;
	}

	div.lightbox {
		width: 100%;
	}

	#fancybox-wrap {
		left: 0 !important;
		right: 0 !important;
		width: 100% !important;
		box-sizing: border-box;
	}

	.question-block {
		padding: 15px 10px;
	}

	.question-block h3 {
		padding: 0;
		margin: 0 0 20px;
		font-size: 22px;
		line-height: 24px;
	}

	.form-question .row {
		padding-left: 0;
		padding-right: 0;
	}

	.form-question .row.alt {
		padding-right: 0;
		margin: 0 0 15px;
	}

	.form-question .row.item {
		padding-right: 34px;
	}

	.form-question .row .col {
		padding: 0 0 0 20px;
		width: 37%;
	}

	.form-question .row .col.code input {
		padding-left: 25px;
	}

	.form-question .row .col + .col {
		padding-left: 5px;
		width: 63%;
	}

	.form-question .row .plus {
		left: 4px;
		top: 12px;
	}

	.form-question .row .number {
		font-size: 12px;
		line-height: 16px;
		padding: 11px 4px;
		left: 21px;
		width: 22px;
	}

	.form-question textarea,
	.form-question input {
		font-size: 12px;
		line-height: 16px;
		height: 40px;
		padding: 10px;
	}

	.form-question textarea {
		height: 200px;
		min-height: 200px;
	}

	.form-question input[type="submit"] {
		min-width: 0;
		width: 100%;
		font-size: 14px;
		line-height: 16px;
		height: 40px;
	}

	.form-question .info {
		right: 1px;
		top: 7px;
	}

	.form-question .warning {
		font-size: 12px;
		line-height: 16px;
		padding: 10px 0;
	}

	.footer-block {
		padding: 15px 0 75px;
	}

	.footer-block .bg-img {
		right: -20px;
		max-width: 350px;
	}

	.footer-block .history-box {
		padding: 0 60px 0 0;
	}

	#footer .social-networks {
		margin: 0;
		padding: 10px 0 0;
	}

	#footer .col-holder {
		padding: 0;
	}

	#footer .col-holder.three-columns .col {
		width: 100%;
		padding: 0;
	}

	.elect #footer .col-holder.three-columns .col {
		padding: 0;
	}

	#footer .col-holder.three-columns .footer-box {
		padding: 0 0 5px;
	}

	#footer .col {
		width: 100%;
		padding: 0;
	}

	#footer .holder {
		padding: 35px 0 0;
	}

	#footer .frame {
		text-align: center;
	}

	#footer .text-block {
		text-align: left;
	}

	#footer .text-block .box {
		padding: 0 0 15px;
		width: 100%;
	}

	#footer .text-block .box:first-child {
		width: 100%;
	}

	#footer .footer-logo {
		float: none;
		display: inline-block;
		vertical-align: top;
		margin: 0 0 15px;
		width: 100%;
	}

	#footer .banner-list {
		text-align: center;
		width: 100%;
		clear: both;
	}

	#footer .banner-list li {
		margin: 0 0 15px;
		padding: 0 10px;
		width: 100%;
	}

	.footer-box {
		padding: 0 0 5px;
	}

	.footer-box ul {
		padding: 12px 15px 0 8px;
	}

	.footer-box .personal {
		padding: 15px 10px 13px 9px;
	}
}

@media (-webkit-min-device-pixel-ratio: 1.5) and (max-width: 767px), (min-resolution: 144dpi) and (max-width: 767px) {
	.nav .home:after {
		background: url(../images/sprite-bg2x.png) no-repeat -143px -51px;
		background-size: 293px 207px;
	}
}

@media only screen and (max-width: 767px) {
	.table-result-wrapper {
		overflow: auto;
	}

	.link-list {
		padding: 0;
	}

	.bio-section__img-box {
		width: auto !important;
	}

}







.container, .elect #main .container {
	max-width: 1200px;
}


.elect #header, .admin #header {
	background-color: #F9F9F9;
}


h5 {
	font:15px/22px "bookmancitalic", Arial, Helvetica, sans-serif;
}

article {
	display: block;
}

.clear {
	clear:both;
	display:block;
	height:1px;
	width:100%;
	visibility:hidden;
}




.fix-hint {
	background: url(../images/cmn/exclamation.png) no-repeat 5px center;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 8px 8px 8px 40px;
	margin: 0 0 10px 0;
	box-shadow: 0 0 5px #888888;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}


.blk-auto .wait {
	background: transparent url(../images/cmn/wait.gif) no-repeat center;
	position: relative;
	min-height: 50px;
}




.layer-wait {
	display: none;
	position: fixed;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 1000;

}
.layer-wait div {
	position: absolute;
	top: 0;
	left: 0;
	background: url('../images/cmn/waiting-bar.gif') no-repeat center center;
	width: 100%;
	height: 100%;
}
.layer-wait .layer-wait-body {
	background: #bbb;
	opacity: 0.6;
}









.dlg-out {
	display: none;
	position: fixed;
	background: #000;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 999;
}

.dialog {
	display: none;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 999;
	color: #333;

/*-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-webkit-perspective: 1300px;
-moz-perspective: 1300px;
perspective: 1300px;*/


}

.dialog.abs {
	position: absolute;
}

.dialog .dlg-body {
	position: relative;
	background: #ededed;
	padding: 30px;
	z-index: 999;
	border: 10px solid #fff;
	overflow: auto;
	max-width: 100%;
	max-height: 100%;

/*-webkit-transform-style: preserve-3d;
-moz-transform-style: preserve-3d;
transform-style: preserve-3d;
-webkit-transform: rotateX(-70deg);
-moz-transform: rotateX(-70deg);
-ms-transform: rotateX(-70deg);
transform: rotateX(-70deg);
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;*/

}

.dlg-close {
	position: absolute;
	width: 21px;
	height: 21px;
	right: 12px;
	top: 12px;
	background: url('../images/cmn/dialog/dlg_close.png') no-repeat center;
	z-index: 999;
}
.dlg-close.hide {display: none;}

.dlg-c, .dlg-s {
	position: absolute;
	width: 6px;
	height: 6px;
}

.dlg-tl {
	background-image: url('../images/cmn/dialog/dlg_tl.png');
	left: -6px;
	top: -6px;
}

.dlg-tr {
	background-image: url('../images/cmn/dialog/dlg_tr.png');
	right: -6px;
	top: -6px;
}

.dlg-bl {
	background-image: url('../images/cmn/dialog/dlg_bl.png');
	left: -6px;
	bottom: -6px;
}

.dlg-br {
	background-image: url('../images/cmn/dialog/dlg_br.png');
	right: -6px;
	bottom: -6px;
}

.dlg-t {
	background-image: url('../images/cmn/dialog/dlg_t.png');
	top: -6px;
	width: 100%;
}

.dlg-r {
	background-image: url('../images/cmn/dialog/dlg_r.png');
	right: -6px;
	top: 0;
	height: 100%;
}

.dlg-b {
	background-image: url('../images/cmn/dialog/dlg_b.png');
	bottom: -6px;
	width: 100%;
}

.dlg-l {
	background-image: url('../images/cmn/dialog/dlg_l.png');
	left: -6px;
	top: 0;
	height: 100%;
}





.dlg-body h2 {
	margin: 0 0 10px;
	font-size: 22px;
}


.dlg-body .cnt {
	margin: 0 50px 0 40px;
}






a.button, button, input.button {

	/*display: block;
	float: left;
	text-transform: uppercase;*/
	margin: 0 7px 0 0;
	font-size: 17px;
	border-width: 0;
	padding: 5px 32px;
	/* background-color: #feac01; */
	background-color: #edbd2f;
	color: #555;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	transition: all .3s linear;
	display: inline-block;
}


/*
.button {
    display: inline-block;
    vertical-align: top;
    padding: 20px 15px 22px;
    padding: 15px 10px 16px;
    text-align: center;
    min-width: 250px;
    font: 15px/18px Arial, Helvetica, sans-serif;
    color: #fff;
    background: #426ca5;
    -webkit-transition: background .2s ease;
    transition: background .2s ease;
    border-radius: 8px;
}
*/


a.button.centered {
	float: none;
	display: inline-block;
	margin: 0;
}
a.button:focus, button:focus, input.button:focus {background-color: #ff8000; color: #555; text-decoration: none;}
a.button:hover, button:hover, input.button:hover {background-color: #4286be; color: #fff; text-decoration: none;}



a.button-link {
	display: inline-block;
	font-size: 13px;
	line-height: 22px;
	border: 1px solid #fff;
	background-color: #4286be;
	padding: 2px 8px;
	/*margin: 0px 0px 5px;*/
	color: #fff;
	cursor: pointer;
	vertical-align: middle;
	text-align: center;
	transition: all .3s linear;
}
a.button-link:focus {background-color: #ff8000; color: #000;}
a.button-link:hover {background-color: #ffc243; color: #000; text-decoration: none;}


a.button-link img {
	/*padding: 0 5px 0 0;*/
}


.btn-list ul li.active a {
	background: #da9c15;
}

.btn-list ul.small {
	font: 14px/16px "PT Sans", Arial, Helvetica, sans-serif;
}


.form {
	position: relative;
}

.form h2 {
	text-align: center;
}

.form p.field, .form p.area {
	position: relative;
	margin: 12px 0 6px;
}

.form p.field.field-slim {
	margin: 0 0 6px;
}

.form p.field label, .form p.area label {
	display: block;
	text-align: left;
	padding: 0 9px;
	color: #4286be;
}

.form p.field-checkbox {
	position: relative;
	margin: 20px 0;
	text-align: left;
}

.form p.field-checkbox label {
	display: inline;
}

.form p.field-checkbox.small * {
	font-size: 13px;
}

.form p label a {
	font-size: 15px;
	color: #4286be;
	border-bottom: 1px solid;
}

input.field, select.field, textarea {
	font: 17px/26px Trebuchet MS, Arial;
	border-width: 0;
	border: 1px solid #bebebe;
	background-color: #fff;
	padding: 8px 9px 7px;
	line-height: 26px;
}
input.field.error, .area.error, .sl2.error .select2-choice {
	border: 1px solid red;
}

.field span.error {
	color: red;
}

.classForSelect2 {
	font: 17px Trebuchet MS, Arial;
}



input.checkbox {
	margin: 6px 5px;
}

input[type=checkbox] {
	box-shadow: 0px 0px 8px #ddd;
	padding: 5px;
	margin: 0 5px 0 0;
}

select.field option {
	color: black;
}
select.field option[default] {
	color: #aaa;
	display: none;
	font-size:0px;
}
select.field.empty {
	color: #aaa;
}






/*

.fieldsinline p.field {
	position: relative;
	float: left;
	padding: 0 0 10px;
}

.fieldsinline input.field {
	margin-right: 15px;
}
.fieldsinline label {
	display: inline;
	line-height: 28px;
}


*/







.login-form {
	/*width: 270px;*/
	float: left;
}

.login-form input.field {
	width: 250px;
}

.login-form p.field {
	clear: both;
}


.login-form p.field a {
	font-size: 15px;
	color: #4286be;
	border-bottom: 1px solid;
}



p.field.soc {
	float: left;
	width: 300px;
	font-size: 13px;
	line-height: 16px;
	/*height: 48px;*/
}

p.field.soc img {
	float: left;
	margin: 0 15px 5px 0;
}

p.field.soc a {
	text-decoration: underline;
	color: #4286be;
}



.registration-form {
	width: 590px;
}


.register-left {
	float: left;
	width: 270px;
	padding: 0 20px 0 0;
}

.register-right {
	float: left;
	width: 300px;
}

.register-left input.field {
	width: 240px;
}

.register-right input.field {
	width: 270px;
}


.controlSubmit p.field span.error {
	padding: 1px 9px 0;
	display: block;
	font-size: 11px;
	line-height: 11px;
	color: red;
	text-align: left;
}

.select2connect {
	/*float: left;
	clear: both;*/
}





.fld-soc-signin {
	border-radius: 4px;
	background-color: #fff;
	margin: 0 0 10px;
	padding: 10px;
	text-align: center;
	border: 1px solid #aaa;
}

.fld-soc-reg {
	border-radius: 4px;
	background-color: #fff;
	margin: 0 0 10px;
	padding: 10px;
	text-align: right;
	border: 1px solid #aaa;
}

.fld-soc-reg .h2, .fld-soc-signin .h2 {
	font-size: 22px;
	line-height: 48px;
	text-transform: uppercase;
	/*float: left*/
}





.feedback {
	width: 600px;
}




.bigdrop .select2-results {
	min-height: 10px;
	max-height: 350px;
}






.fancybox-title-over-wrap {
	width: 100%;
	padding: 0;
}

.fancybox-title-over-wrap > div {
	padding: 10px;
}











.file-container {
	/*float: left;
	width: 90%;
	margin: 1% 0;*/
	margin-right: 20px;
	min-width: 250px;
}

.file-container.w500 {
	width: 500px;
}
.file-container.max {
	/*width: 98%;*/
}
.file-container.small {
	margin: 0;
	width: 300px;
}

.file-container.min {
	max-width: 500px;
}

.file-container h4 {
	margin-left: 25px;
}
.file-container .file-list {
	padding: 5px 0 0;
	color: black;
	font-family: Arial, Helvetica, sans-serif;
}
.file-container.small .file-list {
	padding: 0;
}
.file-container .file-list .file {
	border-radius: 4px;
	/*border: 1px solid white;*/
	padding: 4px;
	margin: 0 0 5px;
	background-color: #e6f6ff;
}
.file .progressbar, .file .fileinfo, .file .fileinfo2 {
	/*background-color: white;*/
	background-color: #c8e7fe;
	padding: 5px;
	/*margin: 2px;*/
	font-size: 13px;
}
.file .progressbar {
	position: relative;
}
.file .progressbar .bar {
	background-color: orange;
	width: 0%;
	height: 15px;
	border-radius: 2px;
}
.file .progressbar .close {
	position: absolute;
	background: url(../images/cmn/small_close.png) no-repeat top right ;
	top: 3px;
	right: 3px;
	background-color: orange;
	width: 14px;
	height: 14px;
	line-height: 14px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	color: black;
}
.file .fileinfo2 {
	padding: 5px 5px 5px 0;
	background-color: transparent;
	font-size: 12px;
	line-height: 12px;
	border-radius: 0;
}

.file .fileinfo2 .del,
.file .fileinfo2 .pub,
.file .fileinfo2 .unpub {
	background: url(../images/cmn/small_close.png) no-repeat center left;
	background-color: #fcd5d5;
	padding: 0 3px 0 15px;
	line-height: 14px;
	border-radius: 2px;
	cursor: pointer;
	font-size: 12px;
	color: #000;
	border: 1px solid #ccc;
	transition: all .3s linear;
}
.file .fileinfo2 .del:hover,
.file .fileinfo2 .pub:hover,
.file .fileinfo2 .unpub:hover {
	/*text-decoration: underline;*/
	background-color: #fff;
	color: #000;
	/*color: white;*/
}

.file .fileinfo2 .pub {
	background: url(../images/cmn/small_close.png) no-repeat center left;
	background-color: red;
	color: #fff;
}

.file .fileinfo2 .unpub {
	background: url(../images/cmn/small_plus.png) no-repeat center left;
	background-color: transparent;
	color: #fff;
}


.file .filename {
	display: block;
}

.file .file-ico {
	float: left;
	/*display: inline-block;*/
	background: url(../images/cmn/file_ico.png) no-repeat 0 0;
	min-width: 37px;
	max-width: 100px;
	height: 40px;
	padding: 20px 10px 0 3px;
}
.file .file-ico span {
	display: block;
	background-color: #6696c8;
	border-radius: 4px;
	font-size: 12px;
	/*font-weight: bold;*/
	line-height: 18px;
	padding: 0 2px;
	color: white;
	white-space:nowrap;
}
.file .fileinfo:hover {
	background-color: #feac01;
	background-color: #ffc243;
	cursor: pointer;
	color: white;
}
.file img {
	float: right;
	margin: 2px 2px 2px 8px;
	z-index: 10;
}






























.wrapp-box {
	/*border-bottom: 1px solid #ddd;*/
	padding: 0 0 8px;
	margin: 0 0 60px;
	position: relative;
}

.link-list {
	overflow: hidden;
	font: 1.1428em/1.1875em "PT Sans Narrow", Arial, Helvetica, sans-serif;
	list-style-type: none;
	margin: 0;
}


.link-list li.active a {
	color: #fff;
	text-decoration: none;
	background: #a5978b;
}

.link-list li.active a:after {
	display: none;
}

.link-list li a {
	position: relative;
	display: block;
	text-transform: uppercase;
	padding: 11px 10px 11px 19px;
	color: #426ca5;
}

.link-list li a:hover {
	color: #fff;
	text-decoration: none;
	background: #a5978b;
}

.link-list li a:hover:after {
	display: none;
}

.link-list li a:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	right: -10px;
	width: auto;
	height: 1px;
	background: #ddd;
}


.link-list li p a {
	position: relative;
	display: inline;
	text-transform: none;
	padding: 0 10px 0 19px;
	color: #426ca5;
}
.link-list li p a:after {
	display: none;
}


.link-list li p a {
	padding: 0 1px 0 0px;
}

.link-list li p {
	padding: 0 0 0 20px;
}



.link-list li {
	/*margin: 0 0 30px;*/
}

.link-list li img{
	margin: 30px 0 5px;
}
.link-list li:first-child img {
	margin: 0 0 5px;
}





.news {
	overflow: hidden;
	width: 100%;
	padding: 37px 0 26px 10px;
	border-top: 1px solid #ddd9d9;
}

.news:first-child {
	border:none;
}

.news .img-box {
	float: left;
	width: 34%;
	margin: 3px 30px 10px 0;
}

.news .img-box img {
	width: 100%;
	height: auto;
}

.news .text-holder {
	overflow: hidden;
	padding: 0 10px 0 0;
}

.news .date {
	display: block;
	color: #9b9696;
	font-size: 12px;
	line-height: 16px;
}

.news .date span {
	color: #da9c15;
}

.news .title {
	display: block;
	font: normal 18px/22px "PT Sans Caption", Arial, Helvetica, sans-serif;
	padding: 0 0 12px;
}

.news .title a {
	color: #da9c15;
}

.news .title a:hover {
	text-decoration: none;
	color: #4286be;
}

.news p {
	/*margin: 0; - XXX */
}



.pagination.center {
	text-align: center;
}
.pages {
	margin: 0;
	padding: 20px 0;
	text-align:center;
}
.pages a, .pages strong {
	display: inline;
	padding: 7px 12px;
	margin: 0 4px;
	font-size: 19px;
	font-weight: bold;
	line-height: 38px;
	text-decoration: none;
	color: #5f6c77;
	background-color: transparent;
	border: 1px solid #d2cbc8;
}

.pages strong {
	background-color: #edbd2f;
	color: #fff;
}

.pages a.next, .pages a.prev {
	padding: 7px 20px;
}

.pages a:hover {
	background-color: #d2cbc8;
	border: 1px solid transparent;
}

.pages strong.points {
	padding: 7px 3px;
	background-color: transparent;
	color: #5f6c77;
	border: 0;
}

.tabs span {
	margin:0 0 0 8px;
	
	background: #4286be;
	color: #fff;
	
	text-transform: uppercase;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	float:left;
}
.tabs span a {
	display: block;
	color: #fff;
	padding:10px 15px 12px;
	
}

.tabs span.tab-on,
.tabs span:hover {
	background: #da9c15;
	text-decoration: none;
}

.tabCnt{
	float:left;
	width:100%;
}


.tabs-line{
	border-top: 1px solid #dfab4c;
	margin:0 0 27px 0;
}

.ac ul li a.logout:before,
.ac ul li a.logout:after {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	color:#fff;
	width: 18px;
	height: 19px;
	margin: -9px 0 0 -10px;
	opacity: 1;
	-webkit-transition: all .3s linear;
	transition: all .3s linear;
}

.ac ul li a.logout:before {
	
	opacity: 0;
}
.ac ul li a.logout {
	color:#fff;
	text-align: center;
	text-decoration: none;
	background: #9c1313;
	background: #555e6a;
}

a.button.row {

	display: block;
	margin: 0;
}

.tac { text-align: center !important; }
.tal { text-align: left !important; }
.tar { text-align: right !important; }


.ac ul li:nth-child(n+2) {
	border-left: 1px solid grey;
}
#main .head-block {
	padding: 0 0 30px;
}



.table {
	font: 14px/16px Arial, Trebuchet MS, sans-serif, Tahoma, sans-serif;

	/*display: block;
	position: relative;*/
	/*border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;
	background-color: #fff;*/
}

.table table {
	width: 100%;
	/*position: relative;*/
	/*border: 1px solid #aaa;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 10px;*/
	background-color: #fff;
	border-left: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	color: #333;
}

.table table td, .table table th {
	border-right: 1px solid #ccc;
	border-top: 1px solid #ccc;
	padding: 4px 8px;
	/*position: relative;*/
}

.table table .selcol {
	background-color: #fff8ec;
}

.table table tr.thead {
	background: #fff url(../images/cmn/thead-bg.png) center bottom;
}

.table table tr.thead-filter input.field {
	padding: 0 !important;
	font-size: 15px;
}

.table table th a {
	padding: 0px 20px 0px 0px;
	background: url(../images/cmn/thead-order.png) no-repeat right center;
}

.table table th.orderAsc a {
	background-image: url(../images/cmn/thead-order-asc.png);
}

.table table th.orderDesc a {
	background-image: url(../images/cmn/thead-order-desc.png);
}

.table .orderAsc a, .table .orderDesc a {
	color: black;
}

.table table th a, .table table th {
	color: #0066cc;
	font-weight: bold;
	text-align: center;
}

.table table tbody tr.even {
	/*background-color:  rgba(245,240,240, .5);*/
	background-image: url(../images/cmn/tr-even.png);
}

.table table tbody tr:hover {
	/*background-color: #ceffed;*/
	background-color: #ecf5fb;
	/*background-image: none;*/
}
/*
td .img-l, td .img-r {
	float: left;
	height: 32px;
	width: 33px;
	background-position: center center;
	margin: -4px 0 0 -8px;
}

td .img-r {
	float: right;
	margin: -4px -6px -4px -6px;
}
*/

td .img-l, td .img-r {
	float: left;
	height: 28px;
	width: 100%;
	background-position: center center;
	margin: -4px auto;
}



.comment {
	overflow: hidden;
	width: 100%;
	color: #2c2b39;
	margin-bottom: 30px;
}

.comment header {
	border-bottom: 1px solid #feac01;
	/*background: #fff;*/
	overflow: hidden;
	width: 100%;
	padding: 25px 0 2px;
}

.comment h5 {
	font-style: italic;
	color: #58a73f;
	margin: 0 0 0 10px;
	/*padding: 3px 15px 0 34px;*/
	font-weight: bold;
	position: relative;
	font: 15px/22px "bookmancitalic", Arial, Helvetica, sans-serif;
	min-height: 24px;
	text-overflow: ellipsis;
	max-width: 60%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}

.comment h5 .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/sprite-social.png) no-repeat 0 -90px;
}

.comment time {
	float: right;
	color: #9b9696;
	font-size: 12px;
	line-height: 18px;
	max-width: 40%;
	text-align: right;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	padding: 6px 0 0;
}

.comment .text-holder {
	overflow: hidden;
	padding: 12px 12px 13px;
	line-height: 24px;
	background: #eee;
}

.comment p {
	margin: 0;
}

.comment .reply {
	display: inline-block;
	vertical-align: top;
	/*text-decoration: underline;*/
	width:95%;
	margin: 30px 0 0 5%;
}


.comment-form .btn-wrapp {
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 31px 0 0;
}



.comment-form input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	min-width: 290px;
	/*font: 15px/20px Arial, Helvetica, sans-serif;*/
	background: #ff8000;
	border: 0;
	padding: 0 15px;
	height: 55px;
	margin: 0;
	border-radius: 8px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}






.answer {
	overflow: hidden;
	width: 100%;
	color: #2c2b39;
	
}

.answer header {
	border-bottom: 1px solid #feac01;
	/*background: #fff;*/
	overflow: hidden;
	width: 100%;
	padding: 25px 0 2px;
}

.answer .info {
	font-style: italic;
	color: #000;
	padding: 0px 15px 0 0;
	font-weight: bold;
	position: relative;
	font: 15px/22px "bookmancitalic", Arial, Helvetica, sans-serif;
	min-height: 24px;
	text-overflow: ellipsis;
	max-width: 50%;
	float: left;
	overflow: hidden;
	white-space: nowrap;
}

.answer h5 .icon {
	position: absolute;
	top: 0;
	left: 0;
	width: 24px;
	height: 24px;
	background: url(../images/sprite-social.png) no-repeat 0 -90px;
}
.answer .info div {
	margin: 0 0 3px;
}

.answer .number {
	float: right;
	padding: 0;
	line-height: 18px;
	text-align: right;
}

.answer .number div, .answer .number time {
	float: right;
	width: 100%;
	margin: 0 0 3px;
}



.answer .text-holder {
	overflow: hidden;
	padding: 12px 12px 13px;
	line-height: 24px;
	background: #ddd;
}

.answer p {
	margin: 0;
}

.answer .reply {
	display: inline-block;
	vertical-align: top;
	/*text-decoration: underline;*/
	margin: 0 0 0 31px;
}


.answer-form .btn-wrapp {
	overflow: hidden;
	width: 100%;
	text-align: center;
	padding: 31px 0 0;
}



.answer-form input[type="submit"] {
	display: inline-block;
	vertical-align: top;
	color: #fff;
	min-width: 290px;
	font: 15px/20px Arial, Helvetica, sans-serif;
	background: #ff8000;
	border: 0;
	padding: 0 15px;
	height: 55px;
	margin: 0;
	border-radius: 8px;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
}



.sl2 img {vertical-align: middle;}

.vam {vertical-align: middle;}


/*  map  */
#mp {
	position: relative;
	background: #fff url(../images/cmn/ico-menu.png);
	height: 500px;
}

#mp.slim {
	height: 350px;
}

#map {
	background: transparent url(../images/cmn/wait.gif) no-repeat center;
	position: relative;
	color: #333;
	height: inherit;
}

#map.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	z-index: 1000;
}


#map .point {display: none;}

#map-canvas {
	height: 100%;
	width: 100%;
}



.ask-form {
	min-width: 300px;
	max-width: 500px;
	float: left;
}

.ask-form input.field {
	width: 100%;
}

.ask-form textarea.area {
	width: 100%;
}

.ask-form p.field {
	/*clear: both;*/
}

.ask-form p.tac {
	margin: 20px 0 0 0;
}

.ask-form p.field a {
	font-size: 15px;
	color: #4286be;
	/*border-bottom: 1px solid;*/
}















/* universal tree */
.tree_expandable {list-style:none;padding:0;}

.tree_expandable .branch_expander {
	position: absolute;
	display: block;
	width: 16px;
	height: 16px;
	cursor: pointer;
	background: no-repeat url(../images/cmn/arrows.png) 1px -108px;
	top:4px;
	left: 0;
}

.tree_expandable .branch_expander.on {background-position:0 0;}
.tree_expandable .branch_expander.na {visibility: hidden;}

.tree_expandable ul {list-style:none; padding:0; margin: .4em 0 .4em 1.2em; display:none;}
.tree_expandable li {position:relative;}

.tree_expandable .checklabel {position: relative; display: inline-block; margin-left: 20px; padding-left: 24px; vertical-align: top;}
.tree_expandable .checklabel input {position: absolute; left: 5px; top: 3px; padding: 0;}

.tree_expandable li label:hover {background-color: #e4e4e4;}

.tree_expandable label span {
	font-weight: normal;
	color: green;
	/*font-style: italic;*/
}
.tree_expandable label span span {
	font-weight: bold;
	font-style: normal;
}

.checkbox-cancel {
	font-weight: bold;
	font-size: 24px;

	vertical-align: top;
	cursor: pointer;
}
.checkbox-cancel:hover {color: red;}


/*, #manage-list */
#topics-list {
	display: none;
}

.tree_expandable_list {
	margin: 5px 5px 15px 5px;
}

.tree_expandable_list ul {
	border: 1px solid #feac01;
	background-color: #fff;
	padding: 2px 5px;
	margin-bottom: 9px;
	list-style:none;
}

.tree_box {
	overflow: auto;
	margin: 5px 0;
	background: none repeat scroll 0% 0% #F2F2F2;
	/*max-height: 550px;*/
	/*padding: 0px 1em;
	box-sizing: border-box;
	border-top: 1em solid #F2F2F2;
	border-bottom: 1.2em solid #F2F2F2;*/
}
.green{
	color: green;
}
.grey{
	color: gray;
	/*font-size: 15px;*/
}


.btn-list ul li.settings a {
	display: block;
	background: #294;
	padding: 14px 24px 14px 15px;
	text-transform: uppercase;
	color: #f9f9f9;
	-webkit-transition: all .2s ease;
	transition: all .2s ease;
	position: relative;
}



.toe {
	white-space: nowrap;
	overflow:hidden;
	text-overflow: ellipsis;
}


#layer-hint {
	position: absolute;
	max-width: 1200px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 8px;
	z-index: 9999;
	margin: 28px 5px;
	box-shadow: 0 0 5px #888888;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: none;
	color: #000;
	/*font: 13px/16px Arial, Trebuchet MS, sans-serif, Tahoma;*/
	
}
.hinthtml {
	display:none;
}
.fix-hint {
	background: url(../images/cmn/exclamation.png) no-repeat 5px center;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 8px 8px 8px 40px;
	margin: 0 0 10px 0;
	box-shadow: 0 0 5px #888888;
	-webkit-border-radius: 2px;
	border-radius: 2px;
}




.fieldsinline p.field, .fieldsinline p.area {
	position: relative;
	float: left;
	min-height: 32px;
}

fieldset.block {
	border: 1px solid #aaa;
	background-color: #e7e7e7;
	padding: 10px 20px;
	margin: 20px 0 10px;
	height: auto;
	/*
	-webkit-transition: all .8s linear;
	-moz-transition: all .8s linear;
	-ms-transition: all .8s linear;
	-o-transition: all .8s linear;
	transition: all .8s linear;
	*/
	transition: all .3s linear;
}

legend {
	background-color: #f1f5fa;
	background-color: #f6f6f6;
	font-size: 15px;
	color: #007171;
	padding: 0.2em 0.5em;
	border:1px solid #aaa;
	border-radius:5px;
}

legend.error {
	color: red;
	border:1px solid red;
}
legend a{
	color: inherit;
}

fieldset:hover.block {
	background-color: #f6f6f6;
}


.ac ul li a.logged {
	background: #9c1313;;
}







#map-canvas .img-box img {
	width: 100%;
	height: auto;
}

.fl {
	float: left;
}

.fr {
	float: right;
}


.table-11 {
	max-width: 100%;
	width: 100%;
	margin: 0 0 30px;
	min-width: 490px;
	font-size: 14px;
	line-height: 18px;
}

.table-11 tr:first-child:hover {
	border: none;
}

.table-11 tr:first-child + tr td {
	padding-top: 25px;
}

.table-11 tr:hover {
	background: #f2f2f2;
}

.table-11 tr th {
	background: #e1e2e4;
	color: #426ca5;
	font: 14px/14px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 18px 10px 16px;
	text-align: center;
}

.table-11 tr th.col-3 {
	padding-left: 65px;
	text-align: left;
}

.table-11 tr td {
	position: relative;
	z-index: 10;
	vertical-align: top;
	padding: 15px 9px 30px;
	border-bottom: 1px solid #c0c0c0;
	color: #646464;
	text-align: center;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
}

.table-11 tr td a {
	color: #2c2b39;
	text-decoration: underline;
}

.table-11 tr td a:hover {
	text-decoration: none;
}

.table-11 tr td.col-3 {
	color: #58a73f;
	padding-right: 20px;
	text-align: left;
	font-family: Arial, Helvetica, sans-serif;
}

.table-11 tr .col-1 {
	width: 10.6%;
}

.table-11 tr .col-2 {
	width: 18%;
}

.table-11 tr .col-3 {
	width: 56.4%;
}
.table-11 tr .col-4 {
	width: 15%;
}



.table-12 {
	max-width: 100%;
	width: 100%;
	margin: 0 0 30px;
	min-width: 490px;
	font-size: 14px;
	line-height: 18px;
}

.table-12 tr:first-child:hover {
	border: none;
}

.table-12 tr:first-child + tr td {
	padding-top: 25px;
}

.table-12 tr:hover {
	background: #f2f2f2;
}

.table-12 tr th {
	background: #e1e2e4;
	color: #426ca5;
	font: 14px/14px "PT Sans Narrow", Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	padding: 18px 10px 16px;
	text-align: center;
}



.table-12 tr td {
	position: relative;
	z-index: 10;
	vertical-align: top;
	padding: 15px 9px 30px;
	border-bottom: 1px solid #c0c0c0;
	color: #646464;
	text-align: center;
	font-family: "PT Sans Narrow", Arial, Helvetica, sans-serif;
}

.table-12 tr td a {
	color: #2c2b39;
	text-decoration: underline;
}

.table-12 tr td a:hover {
	text-decoration: none;
}



.table-12 tr .col-1 {
	width: 15%;
}

.table-12 tr .col-2 {
	width: 15%;
}
.table-12 tr .col-3 {
	width: 70%;
}




.accordion {
	overflow: hidden;
	width: 100%;
}

.accordion ul, .accordion li{
	list-style-type: none;

}

.accordion > li {
	border-top: 1px solid #ddd9d9;
	padding: 14px 0;
}

.accordion > li:first-child {
	border: none;
}

.accordion > li.active a {
	color: #da9c15;
}

.accordion > li.active .opener:after {
	left: 0;
	top: 10px;
	width: 17px;
	height: 7px;
	background-position: -175px -40px;
}

.accordion > li .opener {
	display: block;
	padding: 0 0 0 38px;
	position: relative;
	color: #4286be;
	font: 17px/22px "PT Sans Caption", Arial, Helvetica, sans-serif;
}

.accordion > li .opener:after {
	content: "";
	position: absolute;
	left: 3px;
	top: 5px;
	background: url(../images/sprite-bg.png) no-repeat -209px -30px;
	width: 7px;
	height: 17px;
}

.accordion > li .opener:hover {
	text-decoration: none;
	color: #da9c15;
}

.accordion div.list {
	padding: 25px 18px 6px;
}

.accordion ol.list li {
	padding: 0 0 36px 20px;
}

.accordion div.list table {
	margin: 0 auto;
	border:1px;
}















#block-filter {
	float: right;
	margin: 0;
	text-align: center;
}

#block-filter .block-title {
	text-align: left;
	color: #fff !important;
}

.map-filter-date, .map-filter-district {
	position: relative;
	margin: 15px 25px 5px;
	float: left;
	line-height: 45px;
}

#block-filter .jcf-checkbox {
	vertical-align: middle;
	display: inline-block;
	position: relative;
	overflow: hidden;
	cursor: pointer;
	background: url(../images/cmn/markere.png) no-repeat 5px center;
	border: 0;
	margin: 0 0 10px;
	height: 45px;
	width: 40px;

}

#block-filter .jcf-checkbox span {
	position: absolute;
	display: none;
	height: 100%;
	width: 100%;
	top: 0px;
	left: 0px;
	background: url(../images/cmn/marker-check.png) 5px 1px no-repeat;
}

#block-filter .jcf-checkbox.jcf-checked span {
	display: block;
}

#block-filter .jcf-checkbox input[type="checkbox"] {
	cursor: pointer;
	position: absolute;
	width: 100%;
	height: 100%;
	border: 0;
	margin: 0;
	left: 0;
	top: 0;
}

#block-filter .filter-r .jcf-checkbox {background-image: url(../images/cmn/markerr.png);}
#block-filter .filter-o .jcf-checkbox {background-image: url(../images/cmn/markero.png);}
#block-filter .filter-g .jcf-checkbox {background-image: url(../images/cmn/markerg.png);}

.filter-marker {
	float: left;
	margin: 10px 10px 0 0;
}

.filter-marker label {
	color: lightgray;
	height: 45px;
	margin: 0 0 10px;
	display: inline-block;
	vertical-align: middle;
	line-height: 45px;
}

.map-section img.marker-img {
	width: auto;
}


@media only screen and (max-width: 767px) {
	#block-filter, .map-filter-district {
		max-width: 100%;
		float: none;
	}

	.filter-marker, .map-filter-date {
		float: none;
		display: inline-block;
	}

	#block-filter .block-title {
		text-align: center;
		margin-top: 10px;
	}

}

#main .head-block .breadcrumbs-1 {
	max-width: 100%;
}


#dialogs, .dialogs, .dlg-auto, .hinthtml, #hd {display: none;}

.button.btn-green {
	background: #4cc1c5;
}














.result-table {
	width: 100%;
	max-width: 100%;
	font: 16px/18px "bookmancitalic", Arial, Helvetica, sans-serif;
	color: #cbb79f;
	color: #98846c;
}

.result-table .citizen-form {
	max-width: 400px;
}

.result-table tr td:last-child,
.result-table tr th:last-child {
	padding-right: 0;
}

.result-table tr:last-child th,
.result-table tr:last-child td {
	border-bottom: none;
}

.result-table th {
	text-align: left;
	font-weight: normal;
	vertical-align: middle;
	padding: 0 20px 17px 0;
	border-bottom: 1px solid #dfd3c5;
}

.result-table th:first-child {
	width: 60%;
}

.result-table th:first-child + th {
	width: 21%;
}

.result-table th:last-child {
	width: 19%;
}

.result-table td {
	padding: 26px 30px 25px 0;
	border-bottom: 1px solid #acb8c6;
}

.result-table .title-link {
	font-size: 18px;
	line-height: 22px;
	color: #3a6bb5;
}

.result-table .title-link.red {
	color: #ff0099;
}

.result-table .filter-link {
	display: inline-block;
	vertical-align: top;
	padding: 0 0 0 29px;
	position: relative;
	color: #3b373d;
	text-decoration: none;
	-webkit-transition: color .2s ease;
	transition: color .2s ease;
}

.result-table .filter-link:hover {
	color: #da9c15;
}

.result-table .filter-link:hover .arrow, .result-table .filter-link:hover .arrowDesc {
	background: #da9c15;
}

.result-table .filter-link .arrow, .result-table .filter-link .arrowDesc {
	width: 22px;
	height: 25px;
	border-radius: 7px;
	background: #d0bfab;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}


.result-table .filter-link .arrow-na {
	width: 22px;
	height: 25px;
	border-radius: 7px;
	background: #eaeaea;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -14px;
	-webkit-transition: background .2s ease;
	transition: background .2s ease;
}


.result-table .filter-link .arrow:after, .result-table .filter-link .arrow-na:after {
	position: absolute;
	left: 4px;
	top: 8px;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-bottom: 7px solid #fff;
}

.result-table .filter-link .arrowDesc:after {
	position: absolute;
	left: 4px;
	top: 10px;
	content: "";
	width: 0;
	height: 0;
	border-left: 7px solid transparent;
	border-right: 7px solid transparent;
	border-top: 7px solid #fff;
}

.pe {
	margin: 0 40px 40px 0;
}

.pe .top div {
	display: block;
	float: left;
	background-color: #e0dcda; /*#d2cbc8*/
	padding: 18px;
	line-height: 20px;
	margin: 0 0 30px 1px;
}

.pe .top .date {
	color: #373644;
	font-weight: bold;
}
.pe .top .date span {
	color: #5F6C77;
	display: inline;
	padding: 0 5px;
	font-weight: normal;
}

.pe .top div a {
	color: #4286be;
	text-decoration: underline;
}

.pe .top .popen {
	margin: 0;
	width: 20px;
	height: 20px;
	background: #ece9e8 url(../images/cmn/gray-arrow-right.png) no-repeat center;
	cursor: pointer;
}

.pe .top .info {
	background: url(../images/cmn/events.png) no-repeat center bottom;
	min-width: 60px;
	text-align: center;
	color: red;
	font-weight: bold;
}
.pe .top .info span {
	color: #000;
	font-size: 11px;
	font-weight: normal;
}

.pe .top .popen:hover {background-image: url(../images/cmn/gray-arrow-right-sel.png);}

.pe .top .popen.up {
	background: #fec856 url(../images/cmn/gray-arrow-bottom.png) no-repeat center;
}

.pe .top .popen.up:hover {background-image: url(../images/cmn/gray-arrow-bottom-sel.png);}

.pe .top .status {
	float: right;
	background-color: #fff; /*#d2cbc8*/
	border: 5px solid #56a63d;
	padding: 13px;
	color: #000;
}

.pe .top .status.orange {border-color: #da9c15;}
.pe .top .status.red {border-color: #c00;}
.pe .top .status.gray {border-color: #888;}

.pe img {
	/*margin: 20px 0 0;*/
}

.pe a.fancybox img {
	border: 2px solid #eee;

	transform: scale(0.95,0.95);
	-ms-transform: scale(0.95,0.95);
	-moz-transform: scale(0.95,0.95);
	-webkit-transform: scale(0.95,0.95);

	-webkit-transition: all .2s ease-out;
	-moz-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
}
.pe a.fancybox img:hover {
	border-color: #feac01;
	transform: scale(1,1);
	-ms-transform: scale(1,1);
	-moz-transform: scale(1,1);
	-webkit-transform: scale(1,1);
}


.pe h4 {
	font-weight: bold;
}

h4.topic {
	display: block;
	padding: 5px 0;
	position: relative;
	font-weight: bold;
}

.pe h4 a {color: #4286BE;}

a.topic {
	display: block;
	height: 48px;
	width: 48px;
	background: url(../images/cmn/ring48.png) no-repeat right center;
}
a.topic:hover {
	background: url(../images/cmn/ring48-sel.png) no-repeat right center;
}
a.topic img {margin: 0;}


h4 a.topic {
	position: absolute;
	top: 50%;
	left: 0px;
	margin-top: -24px;
}

.pea {
	display: block;
	background: url(../images/cmn/rhomb-gray.png) no-repeat right 35px;
	margin: 20px 0 0 20px;
	padding: 0 35px 0 0;
}

.pea.event {
	background-position: right 0;
}

.pea.origin {
	background: url(../images/cmn/rhomb-white.png) no-repeat 0 35px;
	padding: 0 0 0 35px;
}

.pea .cnt {
	color: #456;
	background-color: #ededed;
	padding: 40px 40px 20px;
	margin: 0;
}
.pea.origin .cnt {
	background-color: #fff;
}

.pea.event .cnt {
	padding: 12px 15px;
	min-height: 48px;
}

.pea .info {
	display: block;
	clear: both;
	margin: 0 0 5px;
	font-size: 13px;
}

.pea .info div {
	display: inline;
}

.pea .date {
	margin: 0 15px 0 0;
	color: #888;
}
.pea .date span {
	color: #da9c15;
	padding: 0 5px 0 0;
}

.pea .status {color: #56a63d;}
.pea .status.orange {color: #da9c15;}
.pea .status.red {color: #c00;}
.pea .status.gray {color: #888;}

.pea h4, .peb h4 {
	margin: 20px 0 0;
	padding: 0;
	font-size: 16px;
	color: #555e6a;
}

.pea h5 {
	margin: 0;
	padding: 0 0 20px;
	color: #555e6a;
}

a.button:hover, button:hover, input.button:hover {background-color: #4286be; color: #fff;}
.cnt-hidden {
	display: none;
}

.cnt-hidden.view {
	display: block;
}

div.votes table td {
	padding: 0 10px 0  0;
}

div.votes .upc {
	text-transform: uppercase;
}

::-webkit-input-placeholder {
	color: #aaa;
}

:-moz-placeholder {
	color: #aaa;
}

::-moz-placeholder {
	color: #aaa;
}

:-ms-input-placeholder {
	color: #aaa;
}



.captcha {
	/*width: 100%;*/
	text-align: center;
}

.g-recaptcha {
	margin: 0 auto;
	display: inline-block;
}

.g-recaptcha.error iframe {
	border: 1px solid red;
	border-radius: 3px;
}


.attention {
	color: red;
}








.auth-button {
	color: #426ca5;
	text-decoration: none;
	margin: 0;
	position: relative;
	display: block;
	padding: 10px 0 10px 140px;
	text-align: left;
	border-bottom: 1px solid lightgray;
}

.auth-button:hover,
.auth-button:hover span {
	text-decoration: none;
	color: #4286be;
}

.auth-button:last-of-type {
	border: 0;
}

.auth-button .logo-img {
	position: absolute;
	float: left;
	left: 0;
	top: 50%;
	margin-top: -24px;
}

.auth-button .logo-img img {
	position: absolute;
}

.auth-button .logo-orig {
	opacity: 0;
}

.auth-button .logo-gray {
	transition: all 0.6s;
}


.auth-button:hover .logo-gray {
	opacity: 0;
}

.auth-button .logo-orig {
	transition: all 0.3s;
}

.auth-button:hover .logo-orig {
	opacity: 1;
}

.auth-button .auth_title {
	display: block;
	font-size: 16px;
	font-weight: 700;
	line-height: 20px;
	color: #3b4857;
	margin-bottom: 4px;
	transition: all 0.3s;
}

.auth-button .auth_desc {
	display: block;
	font-size: 11px;
	font-weight: 700;
	line-height: 13px;
	color: #999;
}

* {
	outline: none;
}




.bio-section .item-list img {
	width: 200px;
}

.link-list li img {
    height: 50px;
}



.bio-section__img-box {
	width: 200px;
}
