.fb_iframe_widget iframe {
position: absolute;
z-index: 120;
}


/*******************************************
.site-body

*******************************************/
.site-body {
	padding: 40px 0 420px 0; /* Нижний паддинг равен высоте футера + 40px (обязательно!) */
	position: relative; z-index: 2;
}
.site-body img {
	max-width: 100%;
}


.block-inner img {
width:190px;
}
.required_fields{
    color: #cc0000;
}

/*
.columns */
.columns {
	width: 960px;
	margin: 0 auto;
	display: table;
	table-layout: fixed;
}
.columns .col {
	display: table-cell;
	vertical-align: top;
	padding: 0; margin: 0;
}
.columns .col.left {
	width: 192px; min-width: 192px; max-width: 192px;
	padding-right: 28px;
}
.columns .col.middle {
	width: auto;
}
.columns .col.right {
	width: 192px; min-width: 192px; max-width: 192px;
	padding-left: 28px;
}
.columns .col.w290 {
	width: 232px; min-width: 232px; max-width: 232px;
}
.columns .col.w300 {
	width: 240px; min-width: 240px; max-width: 240px;
}


/*
.grid */
.grid {
	margin-left: -16px;
}
.grid .grid-item {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	padding-left: 16px;
}
.grid.size2 .grid-item {
	width: 50%;
}
.grid.size3 .grid-item {
	width: 33.33333333333333%;
}
.grid.size4 .grid-item {
	width: 25%;
}
.grid.pd20 {
	margin-left: -16px;
}
.grid.pd20 .grid-item {
	padding-left: 16px;
}
.grid.pd30 {
	margin-left: -24px;
}
.grid.pd30 .grid-item {
	padding-left: 24px;
}


/*
.block */
.block {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	border: 1px solid #ececec;
	background: #fbfbfb;
	transition: background 0.1s ease-out, border-color 0.1s ease-out;
}
.active_block {
    background: #fcd9ce;
}
.block + .block,
.block + .grid {
	margin-top: 16px;
}
.block-title {
	display: block;
	cursor: default;
	padding: 15px 25px 14px 25px;
	border-bottom: 2px solid #fcbf05;
	color: #323f51;
}
a.block-title:link,
a.block-title:visited,
a.block-title:hover {
	cursor: pointer;
	text-decoration: none;
}
a.block-title:hover {
	color: #1e7cab;
}
.block-title.orange {
	border-bottom-color: #fcbf05;
}
.block-title.light-blue {
	border-bottom-color: #2d95c8;
}
.block-title.dark-blue {
	border-bottom-color: #1c3c72;
}
.block-title.icon-calendar {
	padding-left: 48px !important;
	background: url(../img/icon-calendar2.png) 16px 12px no-repeat;
}
.block-title.icon-news {
	padding-left: 55px !important;
	background: url(../img/icon-news.png) 31px 0 no-repeat;
}
a.block-title.icon-news:hover {
	background-position: 31px -45px;
}
.block-title.icon-calendar3 {
	padding-left: 48px !important;
	background: url(../img/icon-calendar3.png) 20px 0 no-repeat;
}
a.block-title.icon-calendar3:hover {
	background-position: 20px -45px;
}
.block-title.icon-statements {
	padding-left: 46px !important;
	background: url(../img/icon-statements.png) 19px 0 no-repeat;
}
a.block-title.icon-statements:hover {
	background-position: 19px -45px;
}
.block-title h1,
.block-title h2,
.block-title h3,
.block-title h4,
.block-title p {
	color: inherit;
	font-size: 13px; line-height: 16px; font-weight: 500; text-transform: uppercase; text-decoration: none;
	margin: 0; padding: 0;
}
.block-inner {
	/*padding: 20px 2px 22px 2px;*/
	padding: 20px 0px 22px 0px;
}
.block-bottom {
	display: block;
	padding: 13px 25px 14px 25px;
	border-top: 1px solid #e5e5e5;
	color: #626c7f;
	font-size: 10px; line-height: 12px; text-transform: uppercase; text-decoration: none;
}
a.block-bottom:link,
a.block-bottom:visited,
a.block-bottom:hover {
	color: #626c7f;
	text-decoration: none;
	background: url(../img/icon-arrow-link.png) 91% 0 no-repeat;
}
a.block-bottom:hover {
	color: #1e7cab;
	background-position: 91% -39px;
}


/*
.submenu */
.submenu {
}
.submenu > ul {
	list-style: none;
	margin: 0; padding: 0;
}
.submenu > ul > li {
	font-size: 13px; line-height: 13px;
	transition: background 0.05s ease-out;
}
.submenu span {
	display: block;
	padding: 10px 13px;
}
.submenu em {
	color: #b9bcc2;
	font-style: normal;
	padding-left: 8px;
}
.submenu a:link,
.submenu a:visited,
.submenu a:hover {
	color: #626c7f;
	text-decoration: none;
}
.submenu a:hover {
	color: #323f51;
}
.submenu > ul > li:hover {
	color: #323f51;
	background: #ededed;
}
.submenu > ul > li.selected {
	color: #323f51 !important;
	background: #fcbf05 !important;
	font-weight: 500;
	cursor: default;
}
.submenu > ul > li.selected em {
	color: #727f98;
}
.submenu > ul > li.selected a:link,
.submenu > ul > li.selected a:visited,
.submenu > ul > li.selected a:hover {
	color: #323f51 !important;
}
.submenu-title {
	color: #323f51;
	font-size: 11px; line-height: 14px; font-weight: 500; text-transform: uppercase;
	margin: 0; padding: 13px 14px 11px 14px;
	border-bottom: 1px solid #ececec;
	cursor: default;
}
.submenu-subtitle {
	color: #bbbec5 !important;
	font-size: 10px !important; line-height: 13px !important; text-transform: uppercase;
	background: none !important;
	cursor: default;
}
.submenu-subtitle span {
	padding-top: 16px !important; padding-bottom: 10px !important;
}


/*
.page-title */
.page-title {
	padding: 0 0 16px 0; margin-bottom: 20px;
	position: relative; z-index: 2;
}
.page-title h1,
.page-title h2,
.page-title h3,
.page-title h4 {
	color: #323f51;
	font-weight: 500; font-size: 19px; line-height: 23px; text-transform: uppercase;
	margin: -4px 0 0 -1px; padding: 0;
}
.page-title:before {
	content: '';
	display: block;
	width: 60px; height: 2px;
	background: #2d95c8;
	position: absolute; left: 0; bottom: 0; z-index: 2;
}
.page-title-actions {
	position: absolute; right: 0; top: -10px; z-index: 2;
}
.page-title.mini {
	padding: 0; margin-bottom: 14px;
}
.page-title.mini:before {
	display: none;
}


/*
.subtitle */
.subtitle {
	color: #323f51;
	font-weight: 500; font-size: 14px; line-height: 18px; text-transform: uppercase;
	margin: 0 0 11px 0; padding: 0;
}


/*
.breadcrumbs */
.breadcrumbs {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	cursor: default;
	margin: -40px 0 0 0; padding: 7px 0 8px 0;
	min-height: 40px;
}
.breadcrumbs > ul {
	list-style: none;
	margin: 0; padding: 0;
}
.breadcrumbs > ul > li {
	float: left;
	color: #bbbec5;
	font-size: 10px; line-height: 12px;
	padding: 0 7px;
}
.breadcrumbs > ul > li:before {
	content: '/';
	position: relative; left: -7px;
}
.breadcrumbs > ul > li:first-child {
	padding-left: 0;
}
.breadcrumbs > ul > li:first-child:before {
	display: none;
}
.breadcrumbs a:link,
.breadcrumbs a:visited,
.breadcrumbs a:hover {
	color: #626c7f;
	text-decoration: none;
}
.breadcrumbs a:hover {
	text-decoration: underline;
}


/*
.print-and-likes */
.print-and-likes {
	margin-top: -19px;
}
.print {
	padding: 18px 0 19px 0;
	text-align: center;
}
.print_left_block {
    padding: 10px 0 10px 0!important;
}
.print_left_block a {
    width: 170px!important;
    padding-left: 10px!important;
    padding-right: 10px!important;
    white-space: nowrap;
}
.likes {
	padding: 19px 20px 19px 40px;
	border-bottom: 2px solid #fcbf05;
	/*text-align: center;*/
}
.likes-holder {
	margin-top: 20px;
}
.likes-holder:first-child {
	margin-top: 0;
}
.likes-preview {
	display: block;
	/*margin: 0 auto;*/
}


/*
.banner */
.banner {
}
.banner img {
	max-width: 100%;
}


/*
.load-more-holder */
.load-more-holder {
	margin-top: 30px;
}
.load-more-holder .btn {
	width: 100%;
}


/*
.text */
.text {
}
.text img {
	max-width: 100%;
	margin-bottom: 13px;
}
.text.event-inner img {
	margin-bottom: 28px;
}
.text + .block {
	margin-top: 23px;
}

.spoiler a{
	cursor: pointer;
	font-weight: bold;
}


/*
table */
.site-body table {
	border: 2px solid #d6d9dc; border-radius: 2px; border-collapse: collapse;
	background: #fff;
}
.site-body table th {
	border: 1px solid #d6d9dc;
	margin: 0; padding: 7px 12px 6px 12px;
	font-style: normal; font-weight: 700;
}
.site-body table td {
	border: 1px solid #d6d9dc;
	margin: 0; padding: 7px 12px 6px 12px;
}

.site-body table td p {
	padding:0;
	margin:0;
}

.site-body table.table-basic {
	border: none; border-collapse: collapse;
	background: none;
}
.site-body table.table-basic th {
	border: none;
	margin: 0; padding: 0;
}
.site-body table.table-basic td {
	border: none;
	margin: 0; padding: 0;
}

.site-body table.table-basic td p {
	padding:0;
	margin:0;
}

.site-body table.table-basic img {
	max-width: none;
	margin-bottom: 0;
}

/*
.pg */
.pg {
	height: 12px;
	text-align: center;
}
.pg-list {
	list-style: none;
	margin: 0; padding: 0;
	display: inline-block;
	text-align: center;
}
.pg-list > li {
	float: left;
	width: 12px; height: 12px;
	cursor: pointer;
}
.pg-list > li > span {
	display: block;
	width: 6px; height: 6px;
	margin: 3px auto;
	border-radius: 50%;
	background: #c5c5c5;
	opacity: .7;
}
.pg-list > li:hover span {
	opacity: 1;
}
.pg-list > li.selected span {
	opacity: 1;
	background: #2d95c8;
}




/*******************************************
.p404

*******************************************/
.p404 {
	width: 230px;
	margin: 0 auto; padding: 36px 0 74px 0;
	color: #323f51;
	font-size: 13px; line-height: 16px; text-align: center;
}
.p404 h1 {
	color: #323f51;
	font-size: 96px; line-height: 96px; font-weight: 400;
	margin: 0; padding: 0;
}
.p404 h2 {
	color: #323f51;
	font-size: 19px; line-height: 23px; font-weight: 500;
	margin: 0 0 37px 0; padding: 0;
}
.p404 p {
	margin: 0 0 25px 0; padding: 0;
}
.p404 .btn {
	font-size: 13px !important; line-height: 32px !important; height: 32px !important; font-weight: 700 !important; text-transform: none;
}




/*******************************************
.news

*******************************************/
.news {
}
.news > ul {
	list-style: none;
	margin: 0; padding: 0;
    margin-top: 25px;
}
.news > ul > li {
	margin-top: 33px;
}
.news > ul > li:first-child {
	margin-top: 0;
}
.news .news-date {
	display: block;
	font-size: 10px; line-height: 12px; text-transform: uppercase;
	color: #b9bcc2;
	margin: 0 0 3px 0; padding: 0;
}
.news .news-title {
	font-size: 14px; line-height: 17px; font-weight: 500;
	margin: 0 0 9px 0; padding: 0;
}
.news .news-title a {
color: #323f51;
}
.news .news-title a:link,
.news .news-title a:visited,
.news .news-title a:hover {
	text-decoration: none;
	display: block;
	
}
.news .news-descr {
	color: #626c7f;
	font-size: 13px; line-height: 15px;
	margin: 0; padding: 0;
}
.news p {
	margin: 0; padding: 0;
}
.news .load-more-holder {
	margin-top: 29px;
}


/*
.news-mini */
.news-mini {
margin: 0 5px 0px 5px;
}
.news-mini > ul {
	list-style: none;
	margin: 0; padding: 3px 0 6px 0;
}
.news-mini > ul > li {
	margin-top: 25px;
}
.news-mini > ul > li:first-child {
	margin-top: 0;
}
.news-mini .news-date {
	display: block;
	font-size: 10px; line-height: 12px; text-transform: uppercase;
	color: #b9bcc2;
	margin: 0 0 1px 0; padding: 0;
}
.news-mini .news-title {
	font-size: 13px; line-height: 16px; font-weight: 400;
	margin: 0; padding: 0;
}
.news-mini .news-title a:link,
.news-mini .news-title a:visited,
.news-mini .news-title a:hover {
	color: #626c7f;
	text-decoration: none;
	display: block;
}
.news-mini .news-title a:hover {
	color: #1e7cab;
	text-decoration: underline;
}


/*
.block-main-news */
.block-main-news {
}


/*
.block-other-news */
.block-other-news {
}
.block-other-news .block-title {
	padding-left: 32px; padding-right: 32px;
}
.block-other-news .block-inner {
	padding-left: 32px; padding-right: 32px;
}


/*
.news-photo */
.news-photo {
	margin-bottom: 18px;
}
.news-photo > ul {
	list-style: none;
	margin: 0 0 0 -8px; padding: 0;
}
.news-photo > ul > li {
	float: left;
	width: 80px; height: 80px;
	margin: 0 0 8px 8px;
}
.news-photo-preview {
	display: block;
	width: 80px; height: 80px;
}
.news-photo a:link,
.news-photo a:visited,
.news-photo a:hover {
	display: block;
	width: 80px; height: 80px;
	position: relative; z-index: 2;
}
.news-photo a:before {
	content: '';
	display: block;
	width: 100%; height: 100%;
	background: #1e7cab url(../img/icon-zoom.png) 50% 50% no-repeat;
	background-color: rgba(30,124,171, .9);
	position: absolute; left: 0; top: 0; z-index: 3;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.news-photo a:hover:before {
	opacity: 1;
}


/*
.news-inner-title */
.news-inner-title h1,
.news-inner-title h2,
.news-inner-title h3,
.news-inner-title h4 {
	font-size: 22px; line-height: 24px; font-weight: 500; text-transform: none;
	margin: -4px 0 0 -1px; padding: 0;
}
.news-inner-title .news-date {
	display: block;
	font-size: 11px; line-height: 15px; text-transform: uppercase;
	color: #b9bcc2;
	margin: 7px 0 0 0; padding: 0;
}




/*******************************************
.search-results

*******************************************/
.search-results {
	padding-right: 40px;
}
.search-results > ul {
	list-style: none;
	margin: 0; padding: 0;
}
.search-results > ul > li {
	margin-top: 17px;
}
.search-results > ul > li:first-child {
	margin-top: 0;
}
.search-results-date {
	display: block;
	font-size: 11px; line-height: 15px; text-transform: uppercase;
	color: #b9bcc2;
	margin: 0 0 4px 0; padding: 0;
}
.search-results-title {
	color: #626c7f;
	font-size: 14px; line-height: 18px; font-weight: 500;
	margin: 0; padding: 0;
}
.search-results-title a:link,
.search-results-title a:visited,
.search-results-title a:hover {
	color: #626c7f;
	text-decoration: none;
}
.search-results-title a:hover {
	color: #1e7cab;
}
.search-results-section {
	font-size: 11px; line-height: 15px;
	color: #bbbec5;
	margin: 0; padding: 0;
}
.search-results .load-more-holder {
	margin-top: 20px;
}


/*
.found */
.found {
	background: #fff5da; /*background: #feefc0;*/
	border-radius: 3px;
	padding: 0 3px; margin: 0 -3px;
}


/*
.search */
.search {
	padding: 16px 122px 16px 18px; margin: 0 0 25px 0;
	position: relative; z-index: 2;
}
.search:before {
	content: '';
	display: block;
	background: #2d95c8;
	width: 100%; height: 2px; padding: 0 1px;
	position: absolute; left: -1px; top: -1px; z-index: 2;
}
.search-input {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	background: #fff;
	color: #626c7f;
	font-size: 11px; line-height: 11px; font-weight: 700; font-style: italic; text-transform: uppercase;
	border: 1px solid #ececec; border-radius: 3px 0 0 3px; outline: none;
	margin: 0; padding: 12px 10px 11px 10px;
	width: 100%; height: 36px;
	transition: background 0.15s ease-in;
}
.search-input::-webkit-input-placeholder { color: #626c7f; opacity: 1; padding-top: 1px; }
.search-input:-moz-placeholder { color: #626c7f; opacity: 1; }
.search-input::-moz-placeholder { color: #626c7f; opacity: 1; }
.search-input:-ms-input-placeholder { color: #626c7f; opacity: 1; }
.search-btn,
.search-btn:link,
.search-btn:visited,
.search-btn:hover {
	width: 107px; height: 36px !important;
	padding-left: 20px !important; padding-right: 20px !important;
	border-radius: 0 3px 3px 0 !important;
	font-size: 14px !important; line-height: 36px !important; font-weight: 700 !important; text-transform: uppercase;
	position: absolute; right: 16px; top: 16px; z-index: 2;
}




/*******************************************
.gallery

*******************************************/
.gallery {
}
.gallery > ul {
	list-style: none;
	margin: 0 0 0 -24px; padding: 5px 0 0 0;
}
.gallery > ul > li {
	float: left;
	width: 304px; height: 270px;
	margin: 0 0 0 24px;
}
.gallery-photo {
	width: 304px; height: 196px;
	margin-bottom: 9px;
	overflow: hidden;
	position: relative; z-index: 2;
}
.gallery-photo:before {
	content: '';
	display: block;
	width: 100%; height: 100%; padding: 3px;
	background: #1e7cab url(../img/icon-zoom.png) 50% 50% no-repeat;
	background-color: rgba(30,124,171, .9);
	position: absolute; left: -3px; top: -3px; z-index: 3;
	opacity: 0;
	transition: opacity 0.2s ease-out;
}
.gallery-photo img {
	display: block;
	width: 298px; height: 190px;
	border: 3px solid #ececec;
}
.gallery-title {
	color: inherit;
	font-size: 14px; line-height: 16px; font-weight: 700;
	margin: 0; padding: 0;
	height: 48px;
	overflow: hidden;
}
.gallery-link:link,
.gallery-link:visited,
.gallery-link:hover {
	text-decoration: none;
}
.gallery-link:hover .gallery-photo:before {
	opacity: 1;
}
.gallery .load-more-holder {
	width: 480px;
	margin: 12px auto 0 auto;
}




/*******************************************
.contacts

*******************************************/
.contacts-map {
	height: 242px;
	margin: -40px 0 38px 0;
	position: relative; z-index: 2;
}
.map-holder {
	height: 242px;
	background: url(../img/map.png) 0 0 no-repeat;
}
.contacts-map .container {
	position: absolute; left: 50%; margin-left: -480px; top: 0; z-index: 100;
}
.map-print {
	padding: 16px;
	background: #fff; background: rgba(255,255,255, .77);
	position: absolute; right: 0; top: 24px; z-index: 100;
}
.contacts-title {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	min-width: 295px; min-height: 135px;
	padding: 16px 15px 16px 15px;
	border-top: 2px solid #2d95c8;
	background: #fff; background: rgba(255,255,255, .95);
	position: absolute; left: 0; top: 26px; z-index: 100;
}
.contacts-title .caption {
	color: #323f51;
	font-size: 19px; line-height: 19px; font-weight: 500; text-transform: uppercase;
	margin: 0; padding: 0 0 7px 7px;
}
.contacts-leaders {
	font-size: 13px; line-height: 19px;
}
.contacts-leaders > ul {
	list-style: none;
	margin: 0 0 -8px 0; padding: 0;
}
.contacts-leaders > ul > li {
	min-height: 64px;
	border-top: 1px solid #e9ebeb;
	padding: 19px 0 9px 84px;
	position: relative;
}
.contacts-leaders > ul > li:first-child {
	border-top: none;
	margin-top: -10px;
}
.contacts-leaders p {
	margin: 0; padding: 0;
}
.contacts-leaders .position {
	color: #70798a;
	font-size: 10px; line-height: 12px; font-weight: 700; text-transform: uppercase; white-space: nowrap;
	margin: 0 0 6px 0;
}
.contacts-leaders .name {
	color: #323f51;
	font-size: 14px; line-height: 14px; font-weight: 500; white-space: nowrap;
	margin: 0 0 1px 0;
}
.contacts-leaders .photo {
	width: 74px; height: 74px;
	position: absolute; left: -1px; top: 9px;
}
.contacts-leaders .photo img {
	display: block;
	width: 70px; height: 70px;
	border: 2px solid #ececec; border-radius: 50%;
}
.contacts-leaders a:link,
.contacts-leaders a:visited,
.contacts-leaders a:hover {
	color: #626c7f;
	text-decoration: underline;
}
.contacts-leaders a:hover {
	text-decoration: none;
}


/*
.block-contacts */
.block-contacts {
	font-size: 13px; line-height: 15px;
}
.block-contacts .block-title {
	padding-left: 21px; padding-right: 21px;
}
.block-contacts .block-inner {
	padding-left: 21px; padding-right: 21px;
}
.block-contacts address {
	font-style: normal;
}
.block-contacts p {
	margin: 0; padding: 0;
}
.block-contacts p + p {
	margin: 14px 0 0 0;
}
.block-contacts .phone {
	line-height: 17px;
}
.block-contacts strong {
	color: #475161;
}
.block-contacts a:link,
.block-contacts a:visited,
.block-contacts a:hover {
	color: #2d95c8;
	text-decoration: underline;
}
.block-contacts a:hover {
	text-decoration: none;
}


/*
.block-banking */
.block-banking {
	font-size: 13px; line-height: 15px;
}
.block-banking .block-title {
	padding-left: 21px; padding-right: 21px;
}
.block-banking .block-inner {
	padding-left: 21px; padding-right: 21px;
}
.block-banking p {
	margin: 0; padding: 0;
}
.block-banking p + p {
	margin: 14px 0 0 0;
}
.block-banking strong {
	color: #475161;
}
.block-banking a:link,
.block-banking a:visited,
.block-banking a:hover {
	color: #2d95c8;
	text-decoration: underline;
}
.block-banking a:hover {
	text-decoration: none;
}


/*
.block-secr */
.block-secr {
	font-size: 13px; line-height: 16px;
}
.block-secr p {
	margin: 0; padding: 0;
}
.block-secr ul {
	margin: 0 0 0 18px;
}
.block-secr a:link,
.block-secr a:visited,
.block-secr a:hover {
	color: #2d95c8;
	text-decoration: underline;
}
.block-secr a:hover {
	text-decoration: none;
}
.secr-row + .secr-row {
	margin-top: 30px;
}
.secr-row:last-child {
	margin-bottom: 10px;
}
.secr-item {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 47%; min-height: 70px;
	padding: 0 0 0 80px;
	position: relative; z-index: 2;
}
.secr-item:first-child {
	margin-right: 6%;
}
.secr-item .photo {
	width: 74px; height: 74px;
	position: absolute; left: 2px; top: -5px; z-index: 3;
}
.secr-item .photo img {
	display: block;
	width: 70px; height: 70px;
	border: 2px solid #ececec; border-radius: 50%;
}
.secr-item .name {
	color: #323f51;
	white-space: nowrap;
}




/*******************************************
.projects

*******************************************/
.projects {
}
.projects > ul {
	list-style: none;
	margin: -21px 0 0 -24px; padding: 5px 0 0 0;
}
.projects > ul > li {
	float: left;
	width: 304px; height: 140px; line-height: 134px;
	vertical-align: middle;
	margin: 21px 0 0 24px !important;
	position: relative; z-index: 2;
}
.projects > ul > li:before {
	content: '';
	display: block;
	background: #fcbf05;
	width: 100%; height: 2px; padding: 0 1px;
	position: absolute; left: -1px; top: -1px; z-index: 2;
}
.projects-link:link,
.projects-link:visited,
.projects-link:hover {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	display: block;
	width: 100%; height: 100%;
	color: #323f51;
	text-decoration: none; text-align: center;
	position: absolute; left: 0; top: 0; z-index: 2;
}
.projects-title {
	display: inline-block;
	color: inherit;
	font-weight: 700; font-size: 14px; line-height: 16px; text-align: center; text-transform: none; vertical-align: middle;
	margin: 0; padding: 0 45px;
	max-height: 80px;
	overflow: hidden;
}
.projects > ul > li:hover {
	background: #fcbf05;
	border-color: #fcbf05;
}




/*******************************************
.comm

*******************************************/
.comm {
}
.comm > ul {
	list-style: none;
	margin: -16px 0 0 -16px; padding: 9px 0 0 0;
}
.comm > ul > li {
	float: left;
	width: 252px; height: 141px; line-height: 136px;
	vertical-align: middle;
	margin: 16px 0 0 16px !important;
	position: relative; z-index: 2;
}
.comm > ul > li:before {
	content: '';
	display: block;
	background: #fcbf05;
	width: 100%; height: 2px; padding: 0 1px;
	position: absolute; left: -1px; top: -1px; z-index: 2;
}
.comm-link:link,
.comm-link:visited,
.comm-link:hover {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	display: block;
	width: 100%; height: 100%;
	color: #323f51;
	text-decoration: none; text-align: center;
	position: absolute; left: 0; top: 0; z-index: 2;
}
.comm-title {
	display: inline-block;
	color: inherit;
	font-weight: 500; font-size: 13px; line-height: 18px; text-align: center; text-transform: uppercase; vertical-align: middle;
	margin: 0; padding: 0 25px;
	max-height: 90px;
	overflow: hidden;
}
.comm > ul > li:hover {
	background: #fcbf05;
	border-color: #fcbf05;
}


/*
.block-comm-head */
.block-comm-head {
	float: right;
	width: 179px;
	margin: -7px 0 20px 35px; padding-top: 2px;
	position: relative; z-index: 2;
}
.block-comm-head:before {
	content: '';
	display: block;
	width: 100%; height: 3px;
	padding: 0 1px;
	background: #2d95c8;
	position: absolute; left: -1px; top: -1px; z-index: 2;
}
.comm-head {
	padding: 21px 15px 21px 15px;
	color: #626c7f;
	font-size: 12px; line-height: 16px; text-align: center;
}
.comm-head p {
	margin: 0; padding: 0;
}
.comm-head p + p {
	margin-top: 16px;
}
.comm-head a:link,
.comm-head a:visited,
.comm-head a:hover {
	display: inline-block;
	color: #626c7f;
	text-decoration: none;
}
.comm-head a:hover {
	color: #1e7cab;
	text-decoration: underline;
}
.comm-head .photo {
	width: 80px; height: 80px;
	margin: 1px auto 13px auto;
}
.comm-head .photo img {
	display: block;
	width: 74px; height: 74px;
	border: 3px solid #ececec; border-radius: 50%;
}
.comm-head .title {
	margin-bottom: 10px; padding-bottom: 15px;
	position: relative; z-index: 2;
}
.comm-head .title:before {
	content: '';
	display: block;
	width: 39px; height: 2px;
	background: #2d95c8;
	position: absolute; left: 50%; margin-left: -20px; bottom: 0; z-index: 2;
}
.comm-head .position {
	color: #b9bcc2;
	font-size: 10px; line-height: 16px; text-transform: uppercase;
	margin: 0 0 6px 0; padding: 0;
}
.comm-head .name {
	color: #323f51;
	font-weight: 500; font-size: 14px; line-height: 16px;
	margin: 0; padding: 0;
}


/*
.block-deputy */
.block-deputy {
	margin-top: 35px !important;
}
.block-deputy .block-title {
	padding-left: 20px; padding-right: 20px;
}
.block-deputy .block-inner {
	padding-left: 20px; padding-right: 20px;
}
.deputy-row {
}
.deputy-row + .deputy-row {
	margin-top: 20px;
}
.deputy-item {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 47%; min-height: 58px;
	padding: 8px 0 0 55px;
	color: #626c7f;
	font-size: 13px; line-height: 17px;
	position: relative; z-index: 2;
}
.deputy-item:first-child {
	margin-right: 6%;
}
.deputy-item p {
	margin: 0; padding: 0;
	padding-left: 22px;
}
.deputy-item a:link,
.deputy-item a:visited,
.deputy-item a:hover {
	color: #626c7f;
	text-decoration: none;
}
.deputy-item a:hover {
	color: #1e7cab;
	text-decoration: underline;
}
.deputy-item .photo {
	width: 74px; height: 74px;
	position: absolute; left: -3px; top: 2px; z-index: 2;
}
.deputy-item .photo img {
	display: block;
	width: 70px; height: 70px;
	border: 2px solid #ececec; border-radius: 50%;
}
.deputy-item .name {
	color: #323f51;
	font-size: 14px; line-height: 18px;
	margin: 0 0 1px 20px; padding: 0;
}


/*
.feed2 */
.feed2 {
	margin-top: 16px;
}
.feed2 .block-inner {
	margin: 20px 8px 10px 0; padding: 0 20px 0 30px;
}
.feed2 .block-bottom {
	padding-right: 30px; padding-left: 30px;
}
.feed2 .block-bottom:link,
.feed2 .block-bottom:visited,
.feed2 .block-bottom:hover {
	background-position: 90% 0;
}
.feed2 .block-bottom:hover {
	background-position: 90% -39px;
}




/*******************************************
.docs

*******************************************/
.docs {
}
.docs .subtitle {
	color: #626c7f;
	margin: 28px 0 11px 0; padding: 0;
}
.docs .subtitle:first-child {
	margin-top: 0;
}
.docs > ul {
	list-style: none;
	margin: -21px 0 0 -21px; padding: 0;
}
.docs > ul > li {
	float: left;
	width: 232px; height: 140px;
	margin: 21px 0 0 21px !important;
	position: relative; z-index: 2;
}
.docs-link:link,
.docs-link:visited,
.docs-link:hover {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	display: block;
	width: 100%; height: 100%;
	text-decoration: none;
	position: absolute; left: 0; top: 0; z-index: 2;
}
.docs-title {
	height: 68px;
	margin: 15px 22px 14px 22px;
	overflow: hidden;
	color: #323f51;
	font-weight: 400; font-size: 13px; line-height: 18px;
}
.docs-title h1,
.docs-title h2,
.docs-title h3,
.docs-title h4,
.docs-title p {
	color: inherit;
	font: inherit;
	margin: 0; padding: 0;
}
.docs-file {
	padding: 0 15px 0 21px;
	font-weight: 400; font-size: 13px; line-height: 15px;
	position: relative; z-index: 2;
}
.docs-file:before {
	content: '';
	display: block;
	width: 100%; height: 2px;
	background: #fcbf05;
	position: absolute; left: 0; top: -2px;
}
.docs-file p {
	height: 28px;
	margin: 0; padding: 13px 0 0 0;
	white-space: nowrap;
}
.docs-file .name {
	float: left;
	width: 130px;
	overflow: hidden;
	color: #626c7f;
}
.docs-file .name.pdf {
	width: 106px;
	padding-left: 24px;
	background: url(../img/icon-pdf.png) no-repeat 0 10px;
}
.docs-file .size {
	float: right;
	width: 60px;
	color: #b9bcc2;
	font-size: 11px; line-height: 15px; text-align: right;
}
.docs > ul > li:hover {
	background: #fcbf05;
	border-color: #fcbf05;
}
.docs > ul > li:hover .docs-file:before {
	background: #fff;
	padding: 0 1px;
	left: -1px;
}
.docs > ul > li:hover .docs-file .name {
	color: #626c7f;
	text-decoration: underline;
}
.docs > ul > li:hover .docs-file .size {
	color: #747e8b;
}




/*******************************************
.partners

*******************************************/
.partners {
}
.partners > ul {
	list-style: none;
	margin: -24px 0 0 -24px; padding: 0 0 13px 0;
}
.partners > ul > li {
	float: left;
	width: 232px; height: 154px;
	margin: 24px 0 0 24px;
}
.partners-link:link,
.partners-link:visited,
.partners-link:hover {
	display: block;
	width: 232px; height: 154px;
	text-decoration: none;
}
.partners-link:hover .partners-logo {
	border-color: #76badb;
}
.partners-logo {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	height: 104px;
	padding: 21px 37px;
	border: 2px solid #ececec;
	background: #fff;
	margin-bottom: 6px;
	transition: border-color 0.1s ease-out;
}
.partners-logo span {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	display: block;
	height: 58px;
	line-height: 54px; text-align: center; vertical-align: middle;
}
.partners-logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}
.partners-title {
	color: inherit;
	font-weight: 400; font-size: 14px; line-height: 14px; text-transform: none;
	margin: 0; padding: 0;
	max-height: 42px;
	overflow: hidden;
}
.partners .subtitle {
	margin-top: 13px;
}
.partners .subtitle:first-child {
	margin-top: 0;
}


/*
.block-partners-mini */
.block-partners-mini {
}
.block-partners-mini .block-inner {
	padding: 0;
}
.partners-mini {
}
.partners-mini > ul {
	list-style: none;
	margin: 0; padding: 0;
}
.partners-mini > ul > li {
	text-align: center;
	/*height: 105px;*/
	border-top: 1px solid #ececec;
}
.partners-mini > ul > li:first-child {
	border-top: none;
}
.partners-mini-logo {
	padding: 8px 25px;
}
.partners-mini-logo span {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	display: block;
	max-height: 90px;
	line-height: 27px; text-align: center; vertical-align: middle;
}
.partners-mini-logo img {
	max-width: 100%;
	max-height: 90px;
	vertical-align: middle;
}
.partners-mini a:link,
.partners-mini a:visited,
.partners-mini a:hover {
	display: block;
	background: none;
	transition: background 0.1s ease-out;
}
/*.partners-mini a:hover {
	background: #ededed;
}*/




/*******************************************
.events

*******************************************/
.events-title {
	color: #323f51;
	font-weight: 500; font-size: 19px; line-height: 19px; text-transform: uppercase;
	margin: 22px 0 12px 0; padding: 0;
}
.events-title.first {
	margin-top: -2px;
}


/*
.block-events-tabs */
.block-events-tabs {
	margin-bottom: 30px;
}
.events-tabs {
	margin: -1px;
	overflow: hidden;
}
.events-tabs > ul {
	list-style: none;
	margin: 0; padding: 0;
	display: table;
	width: 100%; height: 48px;
}
.events-tabs > ul > li {
	display: table-cell;
	width: 125px;
	margin: 0; padding: 0;
	cursor: pointer;
	color: #323f51;
	font-weight: 500; font-size: 13px; line-height: 19px; text-align: center; vertical-align: middle;
}
.events-tabs > ul > li span {
	display: block;
	cursor: inherit;
	height: 48px;
	line-height: 47px; white-space: nowrap;
	padding: 0 20px;
	border-left: 1px solid #ececec;
	position: relative; z-index: 2;
	transition: background 0.1s ease-out, border-color 0.1s ease-out;
}
.events-tabs > ul > li span:before {
	content: '';
	display: block;
	width: 100%; height: 2px;
	padding: 0 1px;
	background: #2d95c8;
	opacity: 0;
	position: absolute; left: -1px; top: 0; z-index: 3;
	transition: opacity 0.1s ease-out;
}
.events-tabs a:link,
.events-tabs a:visited,
.events-tabs a:hover {
	display: block;
	color: inherit;
	cursor: inherit;
	text-decoration: none;
}
.events-tabs > ul > li:first-child span {
	border-left: none;
}
.events-tabs > ul > li:hover span {
	background: #ededed;
	z-index: 3;
}
.events-tabs > ul > li:hover span:before {
	opacity: 1;
}
.events-tabs > ul > li.selected {
	color: #fff;
	cursor: default;
}
.events-tabs > ul > li.selected span {
	background: #2d95c8;
}
.events-tabs > ul > li.selected span:before {
	opacity: 0 !important;
}


/*
.events */
.events {
}
.events > ul {
	list-style: none;
	margin: 0; padding: 0;
}
.events > ul > li {
	display: table;
	width: 100%; height: 77px;
	table-layout: fixed;
	padding: 0 !important; margin: 0;
}
.events > ul > li + li,
.events .block + .block {
	margin-top: 8px;
}
.events p {
	margin: 0; padding: 0;
}
.events .date {
	display: table-cell;
	width: 100px; min-width: 100px; max-width: 100px;
	margin: 0; padding: 0;
	color: #323f51;
	font-weight: 500; font-size: 13px; line-height: 13px; text-align: center; vertical-align: middle;
	border-right: 2px solid #2d95c8;
}
.events .date .day {
	display: block;
	color: #2d95c8;
	font-size: 29px; line-height: 29px;
}
.events .info {
	display: table-cell;
	width: auto;
	margin: 0; padding: 13px 14px 12px 14px;
	color: #626c7f;
	font-size: 13px; line-height: 15px; vertical-align: middle;
}
.events .info a:link,
.events .info a:visited,
.events .info a:hover {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
.events .info a:hover {
	color: #1e7cab;
	text-decoration: underline;
}
.events .info .location {
	color: #b9bcc2;
	font-size: 12px; text-transform: uppercase;
	margin-top: 3px;
}
.events .actions {
	display: table-cell;
	width: 107px; min-width: 107px; max-width: 107px;
	margin: 0; padding: 0;
	vertical-align: top;
}
.events .actions .holder {
	padding: 15px 14px 15px 7px;
}
.events .actions .btn {
	min-width: 100%;
	font-size: 12px; text-transform: none;
	padding-left: 6px; padding-right: 6px;
}
.events .actions .btn + .btn,
.events .actions .btn + .reg-closed,
.events .actions .reg-closed + .btn {
	margin-top: 7px;
}
.events .actions .reg-closed {
	min-width: 100%;
}
.reg-closed {
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	display: inline-block;
	padding: 6px 6px 7px 6px; margin: 0;
	border: none; border-radius: 3px;
	outline: none;
	cursor: default;
	font-weight: 400; font-size: 12px; line-height: 10px; text-decoration: none !important; text-align: center;
	color: #fff;
	background: #ea4849;
}


/*
.block-events-fav */
.block-events-fav {
}
.block-events-fav .block-inner {
	padding-left: 20px; padding-right: 15px;
}
.events-fav {
}
.events-fav > ul {
	list-style: none;
	margin: 0; padding: 2px 0 0 0;
}
.events-fav > ul > li {
	margin-top: 20px;
}
.events-fav > ul > li:first-child {
	margin-top: 0;
}
.events-fav .date {
	color: #323f51;
	font-weight: 500; font-size: 13px; line-height: 13px;
	margin-bottom: 7px;
}
.events-fav .date .day {
	color: #2d95c8;
	font-size: 19px; line-height: 12px;
	padding-right: 1px;
}
.events-fav .date p {
	margin: 0; padding: 0;
}
.events-fav .info {
	color: #626c7f;
	font-size: 13px; line-height: 15px;
}
.events-fav .info p {
	margin: 0; padding: 0;
}
.events-fav .info a:link,
.events-fav .info a:visited,
.events-fav .info a:hover {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
.events-fav .info a:hover {
	color: #1e7cab;
	text-decoration: underline;
}
.events-fav .info .location {
	color: #b9bcc2;
	font-size: 10px; text-transform: uppercase;
	margin-top: 2px;
}


/*
.block-events-banner */
.block-events-banner {
	padding-top: 2px;
	background: #fff;
	text-align: center;
	position: relative; z-index: 2;
	transition: border-color 0.1s ease-out;
}
.block-events-banner:before {
	content: '';
	display: block;
	width: 100%; height: 3px;
	padding: 0 1px;
	background: #fcbf05;
	position: absolute; left: -1px; top: -1px; z-index: 2;
	transition: background 0.1s ease-out;
}
.block-events-banner .block-inner {
	padding: 12px 0 9px 0;
}
.block-events-banner img {
	display: block;
	margin: 0 auto;
	max-width: 100%;
}
.block-events-banner:hover {
	border-color: #76badb;
}
.block-events-banner:hover:before {
	background: #2d95c8;
}


/*
.block-event-header */
.block-event-header {
	min-height: 48px;
	padding-top: 1px; margin-bottom: 24px;
	position: relative; z-index: 2;
}
.block-event-header:before {
	content: '';
	display: block;
	width: 100%; height: 2px;
	padding: 0 1px;
	background: #2d95c8;
	position: absolute; left: -1px; top: -1px; z-index: 2;
}
.block-event-header .block-inner {
	display: table;
	width: 100%; height: 55px;
	table-layout: fixed;
	padding: 0 !important; margin: 0;
}
.block-event-header p {
	margin: 0; padding: 0;
}
.block-event-header a:link,
.block-event-header a:visited,
.block-event-header a:hover {
	color: #2d95c8;
	text-decoration: none;
	display: inline-block;
}
.block-event-header a:hover {
	text-decoration: underline;
}
.block-event-header .date {
	display: table-cell;
	width: 100px; min-width: 100px; max-width: 100px;
	margin: 0; padding: 0;
	color: #323f51;
	font-weight: 500; font-size: 13px; line-height: 13px; text-align: center; vertical-align: middle;
}
.block-event-header .date .day {
	display: block;
	color: #2d95c8;
	font-size: 19px; line-height: 19px;
	margin: -2px 0 -3px 0;
}
.block-event-header .date .month {
	display: block;
}
.block-event-header .date .time {
	display: block;
	color: #999;
	font-weight: 400; font-size: 8px; line-height: 13px;
	margin: 1px 0 -2px 0;
}
.block-event-header .location {
	display: table-cell;
	margin: 0; padding: 0;
	color: #626c7f;
	font-weight: 500; font-size: 10px; line-height: 11px; text-align: left; vertical-align: middle; text-transform: uppercase;
	border-left: 1px solid #ececec;
	background: url(../img/icon-marker.png) 15px 50% no-repeat;
}
.block-event-header .location p {
	padding: 0 15px 0 32px;
}
.block-event-header .add {
	display: table-cell;
	width: 158px; min-width: 158px; max-width: 158px;
	margin: 0; padding: 0;
	color: #626c7f;
	font-weight: 500; font-size: 10px; line-height: 11px; text-align: left; vertical-align: middle; text-transform: uppercase;
	border-left: 1px solid #ececec;
	background: url(../img/icon-calendar1.png) 20px 50% no-repeat;
}
.block-event-header .add p {
	padding: 0 15px 0 37px;
}
.block-event-header .actions {
	display: table-cell;
	width: 127px; min-width: 127px; max-width: 127px;
	margin: 0; padding: 9px 0 10px 0;
	color: #323f51;
	font-weight: 500; font-size: 16px; line-height: 16px; text-align: center; vertical-align: middle;
	border-left: 1px solid #ececec;
}
.block-event-header .actions .btn {
	width: 107px;
	font-size: 12px; text-transform: none;
	padding-left: 10px; padding-right: 10px;
}
.block-event-header .actions .btn + .btn {
	margin-top: 7px;
}
.block-event-header .actions .reg-closed {
	width: 107px;
	padding-left: 10px; padding-right: 10px; margin: -4px 0 -3px 0;
}


/*
.block-other-events */
.block-other-events {
	margin-top: 30px !important;
}
.block-other-events .block-title {
	padding-left: 25px; padding-right: 25px;
}
.block-other-events .block-inner {
	padding-left: 25px; padding-right: 25px;
}
.block-other-events .events-mini {
	margin: -17px -25px;
}


/*
.events-mini */
.events-mini {
}
.events-mini > ul {
	list-style: none;
	margin: 0; padding: 0;
}
.events-mini > ul > li {
	display: table;
	width: 100%; height: 80px;
	table-layout: fixed;
	border-top: 1px solid #ececec;
}
.events-mini > ul > li:first-child {
	border-top: none;
}
.events-mini p {
	margin: 0; padding: 0;
}
.events-mini .date {
	display: table-cell;
	width: 73px; min-width: 73px; max-width: 73px;
	margin: 0; padding: 0 0 6px 0;
	color: #323f51;
	font-weight: 500; font-size: 13px; line-height: 13px; text-align: center; vertical-align: middle;
}
.events-mini .date .day {
	display: block;
	color: #2d95c8;
	font-size: 25px; line-height: 25px; white-space: nowrap;
}
.events-mini .date p {
	padding-left: 5px;
}
.events-mini .info {
	display: table-cell;
	width: auto;
	margin: 0; padding: 13px 14px 12px 14px;
	color: #626c7f;
	font-size: 13px; line-height: 15px; vertical-align: middle;
}
.events-mini .info a:link,
.events-mini .info a:visited,
.events-mini .info a:hover {
	color: inherit;
	text-decoration: none;
	display: inline-block;
}
.events-mini .info a:hover {
	color: #1e7cab;
	text-decoration: underline;
}
.events-mini .info .location {
	color: #b9bcc2;
	font-size: 10px; text-transform: uppercase;
	margin-top: 2px;
}
.events-mini .actions {
	display: table-cell;
	width: 107px; min-width: 107px; max-width: 107px;
	margin: 0; padding: 0;
	vertical-align: top;
}
.events-mini .actions .holder {
	padding: 15px 14px 15px 7px;
}
.events-mini .actions .btn {
	min-width: 100%;
	font-size: 12px; text-transform: none;
	padding-left: 6px; padding-right: 6px;
}
.events-mini .actions .btn + .btn {
	margin-top: 7px;
}
.events-mini .actions .reg-closed {
	min-width: 100%;
}


/*
.events-mini.modified */
.events-mini.modified {
	margin-left: -30px;
}

.size2 .events-mini.modified .date p {
padding-left: 44px;
}

.events-mini.modified > ul > li {
	border: none;
	margin-top: 7px;
	height: auto;
}
.events-mini.modified > ul > li:first-child {
	margin-top: 0;
}
.events-mini.modified .date {
	width: 68px; min-width: 68px; max-width: 68px;
	vertical-align: top;
}
.events-mini.modified .info {
	padding-top: 3px; padding-right: 0;
	vertical-align: top;
}


/*
.block-years */
.block-years {
}
.block-years .block-inner {
	padding: 0;
}
.years {
	margin-bottom: -1px;
}
.years > ul {
	list-style: none;
	margin: 0 -1px 0 0; padding: 0;
}
.years > ul > li {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 50%; height: 50px;
	border-right: 1px solid #ececec; border-bottom: 1px solid #ececec;
	color: #626c7f;
	font-size: 13px; line-height: 50px; text-align: center;
	transition: color 0.1s ease-out, background 0.1s ease-out;
}
.years > ul > li:hover {
	color: #323f51;
	background: #ededed;
}
.years a:link,
.years a:visited,
.years a:hover {
	color: inherit;
	text-decoration: none;
	display: block;
	height: 50px;
}
.years > ul > li.empty {
	background: #fff;
	border-color: #fff;
}
.years > ul > li.selected {
	color: #323f51 !important;
	background: #fcbf05 !important;
	font-weight: 500;
	cursor: default;
}




/*******************************************
.cabinet

*******************************************/
.block-cabinet {
	width: 591px;
	padding: 13px 18px 12px 18px; margin: 28px 0 0 0;
	background-image: url(../img/cabinet-bg.png);
	background-repeat: repeat-y;
	background-position: 190px 0;
}
.profile .profile-login {
	margin-bottom: 30px;
}
.profile .profile-userinfo .row {
	margin-bottom: 2px;
}
.profile .profile-contacts {
	margin-top: 42px;
}
.profile .form2 .label {
	width: 152px; min-width: 152px; max-width: 152px; height: 29px;
	padding-right: 40px;
}
.profile .form2 .field {
	height: 29px;
}
.profile .form2 .field .input {
	height: 29px;
	padding-left: 13px; padding-right: 13px;
	font-weight: 500;
}
.profile .field .input.day {
	float: left;
	width: 50px;
	margin-right: 10px;
}
.profile .field .input.month {
	float: left;
	width: 40px;
	margin-right: 10px;
}
.profile .field .input.year {
	float: left;
	width: 60px;
}
.profile .submit {
	margin: 22px -19px -13px -19px;
}
.profile .submit .btn {
	width: 100%;
	border-radius: 0;
}
.profile .form2 .change-pwd .row {
	margin: -9px 0 -12px 0;
}
.profile .form2 .change-pwd .label {
	height: 14px;
}
.profile .form2 .change-pwd .field {
	height: 14px;
	font-weight: 400; font-size: 14px; line-height: 14px;
}
.profile .change-pwd a:link,
.profile .change-pwd a:visited,
.profile .change-pwd a:hover {
	color: #2d95c8;
	text-decoration: none;
}
.profile .change-pwd a:hover {
	text-decoration: underline;
}
.profile .form2 .new-pwd {
	display: none;
	margin-bottom: 34px;
}
.profile .form2 .new-pwd .field .input {
	width: 170px;
}




/*******************************************
.home

*******************************************/
.home {
	padding-top: 0;
}


/*
.home-title */
.home-title {
	color: #323f51;
	font-weight: 400; font-size: 19px; line-height: 21px; text-transform: uppercase; text-align: center;
	margin: 0 0 17px 0; padding: 0;
}
.home-title a:link,
.home-title a:visited,
.home-title a:hover {
	color: inherit;
	text-decoration: none;
}
.home-title a:hover {
	color: #1e7cab;
}


/*
.home-subtitle */
.home-subtitle {
	color: #767f90;
	font-size: 13px; line-height: 15px; text-transform: none; text-align: center;
	margin: 0 0 32px 0; padding: 0;
}
.home-title + .home-subtitle {
	margin-top: -15px;
}


/*
.promo */
.promo {
	height: 285px;
	background: #f6f6f6;
	position: relative; z-index: 3;
	overflow: hidden;
}
.promo-list {
	list-style: none;
	margin: 0; padding: 0;
}
.promo-list .item {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	width: 100%; height: 285px;
	position: absolute; left: 100%; top: 0; z-index: 5;
}
.promo-list .item.selected {
	left: 0; z-index: 10;
}
.promo-list .text {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	width: 54%; height: 300px;
	border-left: 2px solid #e9e9e9;
	background: #f6f6f6;
	color: #afb3bd;
	font-size: 14px; line-height: 16px;
	position: absolute; left: 0; top: 0; z-index: 5;
}
.promo-list .text:before {
	content: '';
	display: block;
	width: 11px; height: 23px;
	background: url(../img/promo-arrow.png) 0 0 no-repeat;
	position: absolute; left: 100%; top: 50%; margin-top: -12px;
}
.promo-list .text .holder {
	padding: 46px 172px 0 57px;
}
.promo-list .text .title {
	color: #323f51;
	font-weight: 400; font-size: 26px; line-height: 24px; text-transform: uppercase;
	margin: 0 -130px 12px 0; padding: 0;
}
.promo-list .text .title a:link,
.promo-list .text .title a:visited,
.promo-list .text .title a:hover {
	color: inherit;
	text-decoration: none;
}
.promo-list .text .title a:hover {
	color: #2d95c8;
}
.promo-list .text p {
	margin: 0; padding: 0;
}
.promo-list .text .btn {
	margin-top: 30px;
	min-width: 144px;
}
.promo-list .photo {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	width: 468px; height: 285px;
	position: absolute; right: 0; top: 0; z-index: 4;
}
.promo-list .photo img {
	width: 100%; height: 285px;
}
.promo .pg {
	width: 50%;
	position: absolute; left: 0; bottom: 15px; z-index: 20;
}


/*
.feed */
.feed {
	padding: 16px 0;
}
.feed .block-inner {
	height: 250px;
	margin: 12px 8px 12px 0; /*padding: 0 10px 0 30px;*/ padding: 0;
	overflow: auto;
}
.feed .block-inner .news-mini,
.feed .block-inner .events-mini {
	padding: 0 10px 0 30px;
}
.feed .block-bottom {
	padding-right: 30px; padding-left: 30px;
}
.feed .block-bottom:link,
.feed .block-bottom:visited,
.feed .block-bottom:hover {
	background-position: 89% 0;
}
.feed .block-bottom:hover {
	background-position: 89% -39px;
}


/*
.projects-slider */
.projects-slider {
	padding: 28px 0 33px 0;
	border-top: 1px solid #f6f6f6; border-bottom: 1px solid #f6f6f6;
	background: #fbfbfb;
	position: relative; z-index: 3;
}
.projects-slider .home-title {
	margin: 0 0 0 0; padding: 0;
}
.projects-slider .overflow {
	margin: -5px 94px 0 94px;
	overflow: hidden;
}
.projects-slider-ul {
	list-style: none;
	margin: 0; padding: 0;
	display: table;
	table-layout: fixed;
}
.projects-slider-ul .item {
	display: table-cell;
	width: 223px; min-width: 223px; max-width: 223px;
	margin: 0; padding: 0 85px 0 0;
	color: #767f90;
	font-size: 13px; line-height: 16px; vertical-align: top;
}
.projects-slider .title {
	color: #323f51;
	font-weight: 700; font-size: 14px; line-height: 16px; text-transform: none;
	margin: 0 0 13px 0; padding: 0;
}
.projects-slider .title a:link,
.projects-slider .title a:visited,
.projects-slider .title a:hover {
	color: inherit;
	text-decoration: none;
}
.projects-slider .title a:hover {
	color: #1e7cab;
}
.projects-slider p {
	margin: 0; padding: 0;
}
.projects-slider .num {
	width: 33px; height: 33px;
	cursor: default;
	border: 1px solid #969ca9; border-radius: 50%;
	color: #767f90;
	font-weight: 700; font-size: 14px; line-height: 33px; text-transform: none; text-align: center;
	margin: 0 0 11px 0; padding: 0;
}
.projects-slider .pg {
	width: 100%;
	position: absolute; left: 0; bottom: 15px; z-index: 20;
}
.slider-arrow {
	-webkit-user-select: none; -moz-user-select: none; -ms-user-select: none; -o-user-select: none; user-select: none;
	width: 32px; height: 32px;
	border: 1px solid #cacaca; border-radius: 4px;
	background: #fbfbfb url(../img/slider-arrows.png) 0 0 no-repeat;
	cursor: pointer;
	position: absolute; top: 50%; margin-top: -17px;
	transition: background-color 0.1s ease-out;
}
.slider-arrow:hover {
	background-color: #dadada;
}
.slider-arrow:active {
	background-color: #cacaca;
}
.slider-arrow.prev {
	left: 32px;
	background-position: 0 0;
}
.slider-arrow.prev:hover {
	background-position: 0 100%;
}
.slider-arrow.next {
	right: 32px;
	background-position: 100% 0;
}
.slider-arrow.next:hover {
	background-position: 100% 100%;
}
.slider-arrow.disabled {
	cursor: default !important;
	background-color: #fbfbfb !important;
	background-position: 0 0 !important;
	opacity: .5;
}
.slider-arrow.next.disabled {
	background-position: 100% 0 !important;
}
.slider-arrow.hidden {
	cursor: default !important;
	background-color: #fbfbfb !important;
	background-position: 0 0 !important;
	opacity: 0;
}
.slider-arrow.next.hidden {
	background-position: 100% 0 !important;
}


/*
.partners2 */
.partners2 {
	width: 960px;
	margin: 18px auto 0 auto;
}
.partners2 .overflow {
	overflow: hidden;
}
.partners2-ul {
	list-style: none;
	margin: 0 -25px 0 -25px; padding: 0;
	position: relative; top: 1px;
}
.partners2-ul > li {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	float: left;
	width: 25%; height: 114px;
	border-right: 1px solid #e4e4e4; border-bottom: 1px solid #e4e4e4;
	text-align: center;
}
.partners2-link:link,
.partners2-link:visited,
.partners2-link:hover {
	display: block;
	height: 113px;
	text-decoration: none;
}
.partners2-logo {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	height: 113px;
	padding: 24px 25px;
}
.partners2-logo span {
	-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box;
	display: block;
	height: 65px;
	line-height: 60px; text-align: center; vertical-align: middle;
}
.partners2-logo img {
	max-width: 100%;
	max-height: 100%;
	vertical-align: middle;
}


/*
.partners3 */
.partners3 {
	margin-top: 39px;
	text-align: center;
}
.partners3 > ul {
	list-style: none;
	margin: 0; padding: 0;
	display: inline-block;
}
.partners3 > ul > li {
	float: left;
	margin: 0 15px;
	text-align: center;
}
.partners3-title {
	color: #9fa5b1;
	font-weight: 500; font-size: 10px; line-height: 13px; text-transform: uppercase;
	margin: 0 0 16px 0; padding: 0;
}
.partners3-logo {
}
.partners3-logo img {
	max-width: 220px; max-height: 52px;
}


#visnik_block ul li {
list-style:none;
display:inline;
list-style: none;
display: inline;
float: left;
margin-right: 55px;
width:103px;
height:235px;
}

#visnik_block ul li  a{
text-decoration:none;
clear:both;
font-family: Futura;
font-size: 12px;
}

.events-year{
    margin-top: 15px;
    display: block;
}