@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,700,600&subset=latin,cyrillic);

html, body {
	height: 100%;
}

body {
	color: #000000;
	font: 1em "Open Sans", sans-serif;
	background-color: #ffffff;
	//background: url('/images/main.png') center 0 no-repeat;
}

/*_______________ position main elements ______________*/

.body-wrapper {
	width: 100%;
	height: 100%;
}

body > .body-wrapper {
	height: auto;
	min-height: 100%;
}

.body-content {
	padding-bottom: 390px;
}

.body-footer {
	clear: both;
	z-index: 10;
	/*height: 390px;*/
	margin-top: -390px;
}

.container {
	margin: 0 auto;
	width: 960px;
}


/*______________ main styles __________________________*/

.body-wrapper * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

a {
	color: #3d5d76;
	text-decoration: underline;
}

a:hover {
	color: #e8170d;
}

a.has-tooltip {
	text-decoration: none;
	border-bottom: 1px dotted #3d5d76;
}

a.has-tooltip:hover {
	border-color: #e8170d;
}

h1 {
	font-size: 1.6875em;
	font-weight: 400;
	line-height: 1.5em;
	padding: 40px 0 30px 0;
}

h2 {
	font-size: 1.375em;
	font-weight: 400;
	line-height: 1.5em;
	padding: 40px 0 30px 0;
}

h3 {
	font-size: 1.125em;
	font-weight: 600;
	line-height: 1.5em;
	padding: 40px 0 30px 0;
}

h4 {
	font-size: 0.9375em;
	font-weight: 700;
	line-height: 1.5em;
	padding: 25px 0 15px 0;
}

h5 {
	font-size: 0.9375em;
	font-weight: 700;
	line-height: 1.5em;
	padding: 0;
}

.hidden {
	display: none;
}

.visible {
	display: inline-block;
}

.nowrap {
	white-space: nowrap;
}

.clear {
	clear: both;
}

.bold {
	font-weight: 700;
}

.shadow {
	-webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.1);
}

.highlight {
	background: #fff28b;
}

table.custom {         
	width: 100%;
	background-color: #ffffff;         
	border: 1px solid  #e8eaec;         
	border-spacing: 0;
	font-size: 0.8125em;
}

table.custom thead {
	background-color: #f8f8f8;
	color: #a8a8a8;
}

table.custom tbody tr:hover {
	background-color: #fbfaf5;
}

table.custom td {       
	padding: 10px;
}

table.custom tbody td:nth-child(1) {
	width: 120px;
}

table.custom tbody td:nth-child(2) {
	width: 320px;
}

table.custom tbody td:nth-child(3) {
	width: 100px;
}

table.custom tbody td:nth-child(4) {
	width: 80px;
}

blockquote {
	padding: 10px 20px;
	margin: 0 0 20px;
	font-size: 17.5px;
	border-left: 5px solid #eee;
}

/*______________ header __________________________*/

header {
	width: 100%;
	background: #f0efe7;
}

header .connect {
	width: 300px;
	padding: 12px 6px 0 6px;
	float: right;
}

header .connect .hotline {
	font-size: 0.7em;
	color: #a8a8a8;
}

header .connect .lk {
	font-size: 0.7em;
	color: #a8a8a8;
}

header .connect .phone {
	font-size: 1.4em;
	padding-left: 30px;
	background: url('/images/phone.png') 1px 6px no-repeat;
}

header .title {
	margin-left: -14px;
	padding: 24px 0 0 75px;
	display: inline-block;
	background: url('/images/logo.png') 0 9px no-repeat;
	height: 103px;
	color: #000000;
}
a.title-link:hover {
	color:#3d5d76;
}

header .title span:first-child {
	font-size: 1.6875em;
	font-weight: 600;
}

header .title span:last-child {
	font-size: 0.85em;
	font-weight: 400;
	display: block;
	text-transform: uppercase;
	margin: -2px 0 0 2px;
}

/*_______________ header social buttons ________________*/

header .social {
	margin-top: 6px;
	display: block;
}

header .social a {
	display: inline-block;
	width: 24px;
	height: 24px;
	background: url('/images/social.png') no-repeat;
	margin-right: 3px;
}

header .social a:nth-child(1) {
	background-position: 0 0;
}

header .social a:nth-child(1):hover {
	background-position: 0 -24px;
}

header .social a:nth-child(2) {
	background-position: -24px 0;
}

header .social a:nth-child(2):hover {
	background-position: -24px -24px;
}

header .social a:nth-child(3) {
	background-position: -48px 0;
}

header .social a:nth-child(3):hover {
	background-position: -48px -24px;
}

header .social a:nth-child(4) {
	background-position: -72px 0;
}

header .social a:nth-child(4):hover {
	background-position: -72px -24px;
}

header .social a:nth-child(5) {
	background-position: -96px 0;
}

header .social a:nth-child(5):hover {
	background-position: -96px -24px;
}

/*________________ header navigation menu ___________________*/

header .topmenu {
	/* height: 50px; */
	height:auto;
	display:flex;
	border-top: 1px solid #dad9cf;
}

header .menu a {
	display: block;
	white-space: nowrap;
}

header .menu a:hover {
	color: #e8170d;
}

header .menu a.active {
	color: #000000;
	text-decoration: none;
}

header .menu a.active:hover {
	color: #000000;
}

header .menu > li {
	float: left;
}

header .menu > li > a {
	font-size: 0.875em;
	font-weight: 700;
	color: #3d5d76;
	line-height: 48px;
	padding: 0 9px;
	border-top: 1px solid #f0efe7;
	border-left: 1px solid #f0efe7;
	border-right: 1px solid #f0efe7;
}
header .menu > li:last-child > a {
	/*color:red;*/
}

header .menu > li > a.active {
	background-color: #e3e2d8;
	border-top: 1px solid #dad9cf;
	border-left: 1px solid #dad9cf;
	border-right: 1px solid #dad9cf;
}

header .menu > li > a .home {
	padding: 0;
	margin: 0;
	height: 48px;
	width: 13px;
	background: url('/images/home-sprites.png') -13px 18px no-repeat;
}

header .menu > li > a:hover .home {
	background: url('/images/home-sprites.png') -26px 18px no-repeat;
}

header .menu > li > a.active .home {
	background: url('/images/home-sprites.png') 0 18px no-repeat;
}

header .menu > li > a.active:hover .home {
	background: url('/images/home-sprites.png') 0 18px no-repeat;
}

header .menu > li ul {
	display: none;
	position: absolute;
	background: #f0efe7;
	z-index: 100;
	-webkit-box-shadow: 0px 10px 10px 0px rgba(50, 50, 50, 0.1);
	-moz-box-shadow:    0px 10px 10px 0px rgba(50, 50, 50, 0.1);
	box-shadow:         0px 10px 10px 0px rgba(50, 50, 50, 0.1);
}

header .menu > li:hover > ul {
	display: block;
}

header .menu > li > ul li:hover {
	background: #eae8dc;
}

header .menu > li li a {
	padding: 5px 19px 7px 19px;
	font-size: 0.8125em;
}

header .menu > li > ul .dir:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 5px;
	width: 3px;
	height: 5px;
	background: url('/images/top-menu-arrow-sprites.png') 0 0 no-repeat;
}

header .menu > li > ul .dir:hover:after {
	background-position: 0 -5px;
}

header .menu > li > ul .dir:hover > ul {
	position: absolute;
	top: 0;
	left: 100%;
	display: block;
}

header .menu > li > ul > li ul {
	background: #f0efe7;
}


/*_______________ header search form _______________*/

header .menu form {
	display: inline;
}

header .search-box {
	margin-top: 8px;
	background-color: #f8f7f0;
	display: block;
	float: right;
	border-bottom: 1px solid #dad9cf;
}

header .search-box input[type=text] {
	width: 160px;
	height: 32px;
	padding-left: 24px;
	background: url('/images/search-icon.png') 5px 11px no-repeat transparent;
	font: 1em "Open Sans", sans-serif;
	transition: all 0.2s;
}

header .search-box.active input[type=text] {
	width: 270px;
	background-color: #ffffff;
}

header .search-box input[type=submit] {
	display: none;
	width: 24px;
	height: 32px;
	background: url('/images/search-button-sprites.png') 0 0 no-repeat #ffffff;
	cursor: pointer;
}

header .search-box.active input[type=submit] {
	display: block;
	float: right;
}

header .search-box.active input[type=submit]:hover {
	background: url('/images/search-button-sprites.png') 0 -32px no-repeat #ffffff;
}


/*__________________ breadcrumbs ___________________*/

.bc-section {
	height: 42px;
}

.breadcrumbs-wrapper {
	padding: 10px 0;
	height: 42px;
	border-bottom: 1px solid #e8eaec;
	z-index: 10;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.breadcrumbs {
	width: 100%;
	overflow: hidden;
}

.breadcrumbs:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.breadcrumbs .item {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
}

.breadcrumbs .item:after {
	content: "›";
	position: absolute;
	top: 0;
	right: -12px;
	color: silver;
}

.breadcrumbs .item:last-child {
	margin: 0;
}

.breadcrumbs .item:last-child:after {
	content: "";
}

.breadcrumbs .item .title {
	font-size: 0.6875em;
	max-width: 200px;
	overflow: hidden;
	line-height: 22px;
}

.breadcrumbs .item .title:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	left: 140px;  /* = (max width of title block) - (width of this element) */
	width: 60px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.breadcrumbs .item:last-child .title {
	display: block;
	max-width: none;
}

.breadcrumbs .item:last-child .title:after {
	width: 0;
}

/*_________________ breadcrumbs tooltips _____________*/

.breadcrumbs-tooltips {
	position: absolute;
	top: 0;
	left: 0;
	height: 0;
}

.breadcrumbs-tooltips .tooltip {
	position: absolute;
	top: 41px;
	font-size: 0.8em;
	line-height: 24px;
	background: #ffffff;
	padding: 10px 15px;
	border: 1px solid #e8eaec;
	z-index: 100;
}

.breadcrumbs-tooltips .tooltip:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 25px;
	width: 15px;
	height: 9px;
	background: url('/images/tooltip-corner-top.png') 0 0 no-repeat;
}

.breadcrumbs-tooltips .bc-sitemap {
	font-size: 1em;
	width: 960px;
}

.breadcrumbs-tooltips .bc-sitemap .columns {
	columns: 5;
	-moz-columns: 5;
	-webkit-columns: 5;
}

.breadcrumbs-tooltips .bc-sitemap .columns ul {
	display: inline;
	list-style-type: none;
	font-size: 0.9em;
}

.breadcrumbs-tooltips .bc-sitemap .columns ul li {
	line-height: 25px;
	padding-left: 10px;
}

.breadcrumbs-tooltips .bc-sitemap .columns > ul > li {
	display: inline-block;
	width: 100%;
	padding-left: 0;
	padding-bottom: 10px;
	line-height: 30px;
}

.breadcrumbs-tooltips .bc-sitemap .columns > ul > li > ul > li {
	padding-left: 0;
}

.breadcrumbs-tooltips .bc-sitemap .columns ul li a {

}

.breadcrumbs-tooltips .bc-sitemap .columns a.category {
	font-weight: 700;
}


/*__________________ body main content _____________*/

.content {
	margin-top: -42px;
	padding-top: 42px;
	padding-bottom: 80px;
}

.content-column-left {
	float: left;
	width: 628px;
	height: auto;
}

.content-column-right {
	float: right;
	width: 294px;
	height: auto;
}

/*__________________ body main content left _____________*/

.news-slider {
	background: #f0efe7;
	display: block;
	height: 260px;
	width: 628px;
	margin-bottom: 40px;
}

.news-slider .bx-viewport {
	border: 0;
	left: 0;
	background: #f0efe7;
	box-shadow: none;
	height: 260px !important;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.news-slider .bx-wrapper .bx-controls {
	display: block;
	width: 238px;
	position: absolute;
	bottom: 40px;
	right: 0;
}

.news-slider .photo {
	/*display: block;*/
	display: table-cell;
	width: 390px;
	/*float: left;*/



	-webkit-box-shadow: inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:    inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
	box-shadow:         inset 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}

.news-slider .photo img {
	display: block;
	border: 0;
	z-index: -1;
}

.news-slider .text {
	padding: 20px;
	display: table-cell;
	width: 238px;
	height: 260px;
	vertical-align: middle;
}

.news-slider .text a {
	display: block;
	max-height: 180px;
	overflow: hidden;
}
.news-slider .text .gradient {
	position: absolute;
	height: 30px;
	width: 100%;
	top: 150px;
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGVmZTciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top,  rgba(255,255,255,0) 0%, rgba(240,239,231,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(240,239,231,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,239,231,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,239,231,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(255,255,255,0) 0%,rgba(240,239,231,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(240,239,231,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#f0efe7',GradientType=0 ); /* IE6-8 */
}

.news-slider .text a:nth-child(1) {
	font-size: 0.9375em;
	font-weight: 600;
}
.news-slider .text a:nth-child(1) * {
}

.news-slider .text a:nth-child(2) {
	font-size: 0.8125em;
	margin-top: 10px;
	max-height: 75px;
	overflow: hidden;
	width: 198px;
}

.news-slider .text span {
	display: block;
	color: #a8a8a8;
	font-size: 0.6875em;
	margin-top: 10px;
	padding-left: 12px;
	background: url('/images/calendar-date.png') 0 2px no-repeat;
}

.banners-top-slider {
	margin-top: 40px;
	padding-bottom: 15px;
	display: block;
}

.banners-top-slider ul.bxslider-banners-top li {
	width: 200px;
	height: 90px;
	display: block;
	background: #f8f8f8;
}

.banners-top-slider ul.bxslider-banners-top li a {
	position: relative;
	display: block;
	font-size: 0.6875em;
	z-index: 1;
	height: 100%;
	padding: 10px;
}

.banners-top-slider ul.bxslider-banners-top li a .img {
	display: table-cell;
	vertical-align: middle;
	width: 60px;
	height: 70px;
}

.banners-top-slider ul.bxslider-banners-top li a span {
	display: table-cell;
	vertical-align: middle;
	height: 70px;
	padding-left: 10px;
}

.banners-top-slider ul.bxslider-banners-top li .slider-middle a span {
}

.banners-top-slider ul.bxslider-banners-top li a:hover:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #e8eaec transparent transparent;
}

.banners-top-slider .bx-viewport {
	border: 0;
	left: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

/****************************************************************
.banners-top-slider .bx-wrapper .bx-pager.bx-default-pager a {
	width: 6px;
	height: 6px;
	background: #d8d8d8;
}

.banners-top-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banners-top-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #373737;
}

.news-slider .bx-wrapper .bx-pager.bx-default-pager a {
	width: 6px;
	height: 6px;
	background: #d8d8d8;
	outline: 6px solid transparent;
}

.news-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.news-slider .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #373737;
}

.content-bottom .bx-wrapper .bx-pager.bx-default-pager a {
	width: 6px;
	height: 6px;
	background: #d8d8d8;
}

.content-bottom .bx-wrapper .bx-pager.bx-default-pager a:hover,
.content-bottom .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #373737;
}

****************************************************************/

.banners-top-slider .bx-wrapper .bx-pager.bx-default-pager a,
.news-slider .bx-wrapper .bx-pager.bx-default-pager a,
.content-bottom .bx-wrapper .bx-pager.bx-default-pager a {
	width: 18px;
	height: 18px;
	background: transparent;
	margin: 0;
}

.banners-top-slider .bx-wrapper .bx-pager.bx-default-pager a:after,
.news-slider .bx-wrapper .bx-pager.bx-default-pager a:after,
.content-bottom .bx-wrapper .bx-pager.bx-default-pager a:after {
	content: "";
	display: block;
	position: absolute;
	top: 6px;
	left: 6px;
	width: 6px;
	height: 6px;
	background: #d8d8d8;
	border-radius: 50%;
}

.banners-top-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.banners-top-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.news-slider .bx-wrapper .bx-pager.bx-default-pager a:hover,
.news-slider .bx-wrapper .bx-pager.bx-default-pager a.active,
.content-bottom .bx-wrapper .bx-pager.bx-default-pager a:hover,
.content-bottom .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: transparent;
}

.banners-top-slider .bx-wrapper .bx-pager.bx-default-pager a:hover:after,
.banners-top-slider .bx-wrapper .bx-pager.bx-default-pager a.active:after,
.news-slider .bx-wrapper .bx-pager.bx-default-pager a:hover:after,
.news-slider .bx-wrapper .bx-pager.bx-default-pager a.active:after,
.content-bottom .bx-wrapper .bx-pager.bx-default-pager a:hover:after,
.content-bottom .bx-wrapper .bx-pager.bx-default-pager a.active:after {
	background: #373737;
}

.banners-top-slider .bx-wrapper {
	min-width: 100%;
}

.content .body-tabs-container {
	display: block;
	/*overflow: auto;*/
}

.content ul.tabs-menu {
	display: table;
	width: 100%;
	clear: both;
}

.content ul.tabs-menu li {
	line-height: 48px;
	display: table-cell;
	width: auto;
	background-color: #f8f8f8;
	border-left: 1px solid #eeeeee;
	text-align: center;
	vertical-align: middle;
}

.content ul.tabs-menu li:nth-child(1),
.content ul.tabs-menu li:first-child {
	width: 25% !important;
}

.content ul.tabs-menu li:last-child {
	width: 50% !important;
}

.content ul.tabs-menu li:first-child {
	border-left: 0;
}

.content ul.tabs-menu li.current {
	background-color: #f2f2f2;
	border-top: 1px solid #e5e5e5;
}

.content ul.tabs-menu li a {
	display: block;
	font-size: 1.125em;
	font-weight: 600;
	text-decoration: none;
	/*line-height: 1.65em;*/
}

.content ul.tabs-menu li a span {
	color: #3d5d76;
	border-bottom: 1px dotted #3d5d76;
}

.content ul.tabs-menu li a:hover span {
	color: #e8170d;
	border-bottom: 1px dotted #e8170d;
}

.content ul.tabs-menu li.current a span {
	color: #000000;
	border: 0;
}

.content .tab {
	float: left;
}

.content .body-tabs-container .tab {
	width: 100%;
}

.content .tab-content {
	width: 100%;
	display: none;
}

.content .tab-content:first-child {
	display: block;
}

.content .tab-content .headline,
.headline-events {
	display: block;
	margin-top: 50px;
}

.content .tab-content .headline span,
.headline-events span {
	color: #000000;
	font-size: 1.125em;
	font-weight: 600;
}

.content .tab-content .headline a,
.headline-events a {
	font-size: 0.8125em;
	padding: 4px 8px;
	margin-left: 40px;
	background: #f8f8f8;
}

.content .tab-content .headline a:hover,
.headline-events a:hover {
	color: #ffffff;
	background: #e8170d;
}

.content .tab-content .item {
	display: block;
	padding-top: 20px;
}

.content .tab-content .item.source {
	/*display: block;*/
	padding-top: 0px;
}

.content .tab-content .item a {
	font-size: 0.9375em;
}

.content .tab-content .item > span {
	display: block;
	color: #a8a8a8;
	font-size: 0.7em;
	margin-top: 10px;
	padding-left: 12px;
	background: url('/images/calendar-date.png') 0 2px no-repeat;
}

span.date-span {
	display: block;
	color: #a8a8a8;
	font-size: 0.7em;
	margin-top: 10px;
	padding-left: 12px;
	background: url('/images/calendar-date.png') 0 2px no-repeat;
}

.content .headlines-block > .item {
	display: block;
	padding-bottom: 20px;
}

.content .headlines-block > .item > a {
	font-size: 0.9375em;
}

.headline .documents-selectors {
	position: absolute;
	top: 78px;
	left: 0;
	display: block;
	color: #a8a8a8;
	font-size: 0.6875em;
}

.headline .documents-selectors .remove {
	display: inline-block;
	margin-left: 2px;
	width: 7px;
	height: 7px;
	background: url('/images/remove-icon.png') 0 0 no-repeat;
}

.headline .documents-filter {
	position: absolute;
	top: 54px;
	right: 0;
	display: block;
	background: #ffffff;
	border: 1px solid #d3d5d8;
	height: 30px;
}

.headline .documents-filter .select-wrapper {
	display: inline-block;
	height: 100%;
	background: #f5f5f5;
	width: 75px;
	overflow: hidden;
}

.headline .documents-filter .select-wrapper:after {
	content: "";
	position: absolute;
	top: 13px;
	right: 3px;
	width: 7px;
	height: 5px;
	background: url('/images/select-arrow-grey.png') 0 0 no-repeat;
}

.headline .documents-filter select[name=document-place] {
	height: 100%;
	border: none;
	background: transparent;
	font-size: 0.8125em;
	color: #a8a8a8;
	width: 110px;
}

.headline .documents-filter .input-wrapper {
	display: inline-block;
	height: 100%;
	width: 200px;
	overflow: hidden;
}

.headline .documents-filter input[name=string] {
	height: 100%;
	width: 100%;
	color: #000000;
	font-size: 0.8125em;
}

.headline .documents-filter .remove-wrapper {
	display: inline-block;
	height: 100%;
	width: 14px;
	padding-top: 1px;
	overflow: hidden;
}

.headline .documents-filter .remove {
	display: inline-block;
	width: 7px;
	height: 7px;
	background: url('/images/remove-icon.png') 0 0 no-repeat;
}

.headline-sources {
	position: absolute;
	top: 50px;
	right: 0;
	float: right;
	z-index: 1;
}

.headline-sources .all-sources {
	padding-left: 16px;
	background: url('/images/sources.png') 0 8px no-repeat;
}

.headline-sources .all-sources a {
	font-size: 0.8125em;
	text-decoration: none;
	border-bottom: 1px dotted #0d5d76;
}

.headline-sources .all-sources a:hover {
	border-color: #e8170d;
}

.headline-sources .tooltip {
	position: absolute;
	top: 32px;
	right: 0;
	background: #ffffff;
	padding: 12px 10px 16px 20px;
	font-size: 0.8125em;
	border: 1px solid #e8eaec;
	z-index: 101;
	width: 460px;
}

.headline-sources .tooltip:after {
	content: "";
	position: absolute;
	top: -8px;
	right: 45px;
	width: 15px;
	height: 9px;
	background: url('/images/tooltip-corner-top.png') 0 0 no-repeat;
}

.headline-sources .tooltip .title {
	line-height: 2.2em;
}

.headline-sources .tooltip .source-item {
	overflow: auto;
}

.headline-sources .tooltip .source-item .source-link {
	display: inline-block;
	float: left;
	max-width: 388px;
	line-height: 1.4em;
	padding: 0;
	margin: 5px 0;
}

.headline-sources .tooltip .source-item .source-link span {
	color: #a8a8a8;
}

.headline-sources .tooltip .source-item a.external {
	display: inline-block;
	margin-left: 9px;
	position: absolute;
	visibility: hidden;
	width: 21px;
	height: 100%;
	background: url('/images/external-source-sprites.png') 0 center no-repeat;
}

.headline-sources .tooltip .source-item:hover a.external {
	visibility: visible;
}

.headline-sources .tooltip .source-item a.external:hover {
	background-position: -21px center;
}

.content .headline .info-wrapper {
	margin-top: -20px;
	padding-bottom: 20px;
}

.content .info {
	margin-top: 10px;
	width: 100%;
	overflow: hidden;
}

.content .info:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 60px;
	height: 100%;
	background-image: linear-gradient(to right, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

.content .info .item {
	display: inline-block;
	vertical-align: top;
	margin-right: 15px;
	font-size: 0.6875em;
	height: 16px;
}

.item.date, .item.count{
	padding-top: 0px !important;
	display: inline-block !important;
}

.content .info .date {
	color: #a8a8a8;
	padding-left: 12px;
	margin-right: 20px;
	background: url('/images/calendar-date.png') 0 2px no-repeat;
}

.content .info .source {
	padding-left: 16px;
	background: url('/images/sources.png') 0 2px no-repeat;
}

.content .info .source a,
.item.source
{
	text-decoration: none;
	border-bottom: 1px dotted #0d5d76;
}

.content .info .source a:hover {
	border-color: #e8170d;
}

.content .info .size {
	color: #a8a8a8;
	padding-left: 12px;
	margin-right: 20px;
	background: url('/images/size-icon.png') 0 3px no-repeat;
}

.content .info .download {
	padding-left: 15px;
	margin-right: 20px;
	background: url('/images/download-icon.png') 0 5px no-repeat;
}

.content .info .duration {
	color: #a8a8a8;
	padding-left: 14px;
	margin-right: 20px;
	background: url('/images/duration-icon.png') 0 6px no-repeat;
}

.content .info .count {
	color: #a8a8a8;
	padding-left: 18px;
	margin-right: 20px;
	background: url('/images/photo-count-icon.png') 0 3px no-repeat;
}

.content .info .views {
	color: #a8a8a8;
	padding-left: 18px;
	margin-right: 20px;
	background: url('/images/views-icon.png') 0 5px no-repeat;
}

.content .documents-block > .item {
	display: block;
	padding-bottom: 20px;
	padding-left: 35px;
	background: url('/images/doc-item.png') 0 4px no-repeat;
}

.content .documents-block > .item > a {
	text-decoration: none;
	border-bottom: 1px dotted #3d5d76;
	font-size: 0.8125em;
}

.content .documents-block > .item > a:hover {
	border-color: #e8170d;
}

.content .documents-block > .docx {
	background: url('/images/doc-docx.png') 0 4px no-repeat;
}

.content .documents-block > .doc {
	background: url('/images/doc-doc.png') 0 4px no-repeat;
}

.content .documents-block > .rar {
	background: url('/images/doc-rar.png') 0 4px no-repeat;
}

.content .documents-block > .zip {
	background: url('/images/doc-zip.png') 0 4px no-repeat;
}

.content .documents-block > .odt {
	background: url('/images/doc-odt.png') 0 4px no-repeat;
}

.content .documents-block > .pdf {
	background: url('/images/doc-pdf.png') 0 4px no-repeat;
}

.content .info-tooltips .tooltip {
	bottom: 30px;
	font-size: 0.8125em;
	line-height: 24px;
	background: #ffffff;
	padding: 10px 15px;
	position: absolute;
	border: 1px solid #e8eaec;
	z-index: 100;
}

.content .info-tooltips .tooltip:after {
	content: "";
	position: absolute;
	bottom: -8px;
	left: 25px;
	width: 15px;
	height: 9px;
	background: url('/images/tooltip-corner-bottom.png') 0 0 no-repeat;
}

.content .info-tooltips .tooltip span {
	color: #a8a8a8;
	margin-left: 6px;
}

.content .info-tooltips {
	height: 0;
}

.faq {
	background: #f0efe7;
	padding: 30px 0;
	height: 260px;
}

.faq > span {
	font-size: 1em;
	font-weight: 600;
	display: block;
	padding: 5px 20px;
}

.faq ul {
	display: block;
	padding: 20px 0;
}

.faq ul li a {
	font-size: 0.8125em;
	padding-left: 20px;
	line-height: 36px;
	display: block;
}

.faq ul li a:hover {
	background: #eae8dc;
}

.faq ul li a span {
	display: inline-block;
	width: 30px;
	height: 21px;
	padding: 0;
	vertical-align: middle;
	margin-right: 10px;
	background: url('/images/faq-sprites.png') no-repeat;
}

.faq ul li:nth-child(1) a span {
	background-position: 0 0;
}

.faq ul li:nth-child(1) a:hover span {
	background-position: 0 -21px;
}

.faq ul li:nth-child(2) a span {
	background-position: -30px 0;
}

.faq ul li:nth-child(2) a:hover span {
	background-position: -30px -21px;
}

.faq ul li:nth-child(3) a span {
	background-position: -60px 0;
}

.faq ul li:nth-child(3) a:hover span {
	background-position: -60px -21px;
}

.upcoming-events {
	border: 1px solid #e8eaec;
	margin-top: 40px;
}

.upcoming-events > span {
	font-size: 1.125em;
	font-weight: 600;
	display: block;
	padding: 20px 0 10px 20px;
}

.upcoming-events .item {
	padding: 12px 20px;
}

.upcoming-events .item span {
	display: inline;
	padding: 0;
	font-size: 0.6875em;
	font-weight: 400;
}

.upcoming-events .item span.time {
	padding-left: 18px;
	color: #a8a8a8;
	background: url('/images/events-clock.png') 0 0 no-repeat;
}

.upcoming-events .item span.today {
	padding-left: 8px;
	color: #e66161;
}

.upcoming-events .item span.tomorrow {
	padding-left: 8px;
	color: #99b953;
}

.upcoming-events .item a {
	display: block;
	padding: 4px 0;
	line-height: 22px;
	font-size: 0.8125em;
	max-height: 110px;
	overflow: hidden;
}

.upcoming-events .item a:after {
	content: "";
	pointer-events: none;
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	right: 0;

	background-image: -webkit-linear-gradient(bottom, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 100%);
	background-image: -moz-linear-gradient(bottom, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 100%);
	background-image: -ms-linear-gradient(bottom, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 100%);
	background-image: -o-linear-gradient(bottom, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 100%);
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0) 85%, rgba(255, 255, 255, 1) 100%);
}

.upcoming-events .calendar a {
	display: block;
	text-align: left;
	padding: 12px 0 10px 15px;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
	background: #f8f8f8;
}

.upcoming-events .calendar a:hover {
	background: #ebeadf;
}

.upcoming-events .calendar a span {
	padding: 0;
	margin: -4px 15px 0 0;
	display: inline-block;
	width: 26px;
	height: 26px;
	vertical-align: middle;
	background: url('/images/calendar.png') 0 0 no-repeat;
}

.upcoming-events .calendar a:hover span {
	background-position: 0 -26px;
}

.actual-comment {
	border: 1px solid #e8eaec;
	margin-top: 40px;
	background: #f0efe7;
}

.actual-comment > span {
	font-size: 1.15em;
	font-weight: 600;
	display: block;
	padding: 20px 0 5px 20px;
}

.actual-comment .event {
	padding: 15px 20px;
	background: url('/images/comment-quote.png') bottom left no-repeat;
	line-height: 1em;
}

.actual-comment .item .event a {
	font-size: 0.8em;
}

.actual-comment .comment-holder {
	background: #ffffff;
	padding: 20px;
}

.actual-comment .comment-holder.congratulation {
	padding-top: 10px;
	padding-bottom: 10px;
}

.actual-comment .comment-holder img {
	display: block;
	float: left;
	width: 50px;
	height: 50px;
}

.actual-comment .comment-holder .comment-text {
	margin: -4px 0 0 60px;
	display: block;
}

.actual-comment .comment-holder span {
	padding: 0;
	display: block;
}

.actual-comment .comment-holder span.date {
	font-size: 0.7em;
	color: #a8a8a8;
}

.actual-comment .comment-holder span.author {
	font-size: 0.9em;
	font-weight: 700;
}

.actual-comment .comment-holder span.comment {
	padding-top: 5px;
	font-size: 0.7em;
	overflow: hidden;
	max-height: 200px;
}

.actual-comment .comment-holder span.comment:before {
	content: '«';
}

.actual-comment .comment-holder span.comment:after {
	content: '»';
}

.actual-comment .discuss a {
	display: block;
	text-align: left;
	padding: 12px 0 10px 15px;
	font-size: 1em;
	font-weight: 700;
	text-decoration: none;
	background: #f8f8f8;
}

.actual-comment .discuss a:hover {
	background: #ebeadf;
}

.actual-comment .discuss a span {
	padding: 0;
	margin: -2px 15px 0 0;
	display: inline-block;
	width: 27px;
	height: 24px;
	vertical-align: middle;
	background: url('/images/discuss-sprites.png') 0 0 no-repeat;
}

.actual-comment .discuss a:hover span {
	background-position: 0 -24px;
}

.documents-panel {
	background: #f8f8f8;
	padding: 20px;
}

.documents-panel .select-wrapper {
	width: 100%;
	height: 30px;
	overflow: hidden;
	border: 1px solid #d3d5d8;
	background: #ffffff;
}

.documents-panel .select-wrapper:after {
	content: "";
	position: absolute;
	top: 12px;
	right: 8px;
	width: 7px;
	height: 6px;
	background: url('/images/select-arrow.png') 0 0 no-repeat;
}

.documents-panel select[name=document-type] {
	width: 275px;
	height: 28px;
	background: transparent;
	border: 0;
	font: 0.8125em "Open Sans", sans-serif;
}

.documents-panel .date-wrapper {
	padding-top: 15px;
}

.documents-panel .date-wrapper .date-accept {
	font-size: 0.8125em;
	color: #a8a8a8;
}

.documents-panel .date-wrapper .date-blocks {
	padding-top: 5px;
	display: block;
	white-space: nowrap;
}

.documents-panel .date-wrapper .date-blocks .date {
	display: inline-block;
	width: 120px;
	height: 30px;
	background: #ffffff;
	border: 1px solid #d3d5d8;
}

.documents-panel .date-wrapper .date-blocks .date:last-child {
	margin-left: 15px;
}

.documents-panel .date-wrapper .date-blocks .date .literal {
	display: block;
	position: absolute;
	width: 25px;
	height: 100%;
	text-align: center;
	padding-top: 4px;
	background: #f5f5f5;
	color: #a8a8a8;
	font-size: 0.8125em;
}

.documents-panel .date-wrapper .date-blocks .date .date-icon {
	display: block;
	position: absolute;
	top: 9px;
	right: 5px;
	width: 9px;
	height: 10px;
	background: url('/images/date-icon.png') 0 0 no-repeat;
}

.documents-panel .date-wrapper .date-blocks .date input {
	width: 100%;
	height: 100%;
	font: 0.8125em "Open Sans", sans-serif;
	background: transparent;
	padding: 0 20px 0 30px;
	color: #a8a8a8;
}


.documents-panel .date-wrapper .date-blocks .active {
	border-color: #3d5d76;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(61, 93, 118, 0.5);
	-moz-box-shadow:    0px 0px 6px 0px rgba(61, 93, 118, 0.5);
	box-shadow:         0px 0px 6px 0px rgba(61, 93, 118, 0.5);
}

.documents-panel .date-wrapper .date-blocks .active .literal {
	color: #000000;
}

.documents-panel .date-wrapper .date-blocks .active .date-icon {
	background-position: 0 -10px;
}

.documents-panel .date-wrapper .date-blocks .active input {
	color: #000000;
}

.documents-panel .choose a,
.documents-panel .all-docs a{
	font-size: 0.6875em;
	text-decoration: none;
	border-bottom: 1px dotted #3d5d76;
}

.documents-panel a:hover {
	border-color: #e8170d;
}

.documents-panel .inline-blocks {
	padding-top: 20px;
	display: block;
	white-space: nowrap;
}

.documents-panel .inline-blocks > div {
	display: inline-block;
}

.documents-panel .inline-blocks > div:last-child {
	padding-left: 16px;
}

.documents-panel input[type=submit] {
	background: #e8eaec;
	border-bottom: 1px solid #d2d3d4;
	padding: 10px 20px;
	font-size: 0.9375em;
}

.documents-panel .tooltip {
	position: absolute;
	top: 30px;
	font-size: 0.8em;
	line-height: 24px;
	background: #ffffff;
	padding: 10px 18px;
	border: 1px solid #e8eaec;
	z-index: 100;
}

.documents-panel .tooltip:after {
	content: "";
	position: absolute;
	top: -8px;
	left: 25px;
	width: 15px;
	height: 9px;
	background: url('/images/tooltip-corner-top.png') 0 0 no-repeat;
}

.documents-panel .tooltip a {
	text-decoration: none;
	border-bottom: 1px dotted #3d5d76;
	line-height: 2.4em;
}

.documents-panel .tooltip a:hover {
	border-color: #e8170d;
}

.submenu {
	background: #f8f8f8;
	padding: 10px 10px 15px 10px;
}

.submenu ul {
	display: block;
	padding-left: 10px;
}

.submenu > ul > li > a {
	font-size: 0.875em;
	font-weight: 700;
}

.submenu > ul > li> ul > li > a{
	font-size: 0.8125em;
}

.submenu > ul > li> ul > li > ul> li a{
	font-size: 0.6875em;
}

.submenu ul li {
	display: block;
}

.submenu ul li a {
	line-height: 28px;
}

.submenu ul li a.active {
	color: #000000;
	text-decoration: none;
}

.content-bottom {
	margin-top: 40px;
	margin-bottom: -50px;
}

.content-bottom .bxslider-banners-bottom li {
	height: 120px;
	display: block;
	margin: 0;
}

.content-bottom .bxslider-banners-bottom li span {
	display: block;
	margin-top: 10px;
	color: #a5a5a5;
	text-decoration: underline;
	padding-left: 12px;
	background: url('/images/external-link.png') center left no-repeat;
}

.content-bottom .bxslider-banners-bottom li a {
	display: block;
	height: 100%;
	font-size: 0.6875em;
	line-height: 20px;
	padding: 15px 10px;
	color: #000000;
}

.content-bottom .bxslider-banners-bottom li a:hover {
	background: #f8f8f8;
	color: #e8170d;
}

.content-bottom .bxslider-banners-bottom li a:hover:after {
	content: "";
	pointer-events: none;
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 0 12px 12px 0;
	border-color: transparent #e8eaec transparent transparent;
}

.content-bottom .bx-viewport {
	left: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	border-top: 1px solid #e8eaec;
	border-bottom: 1px solid #e8eaec;
}

.content .media {
	float: left;
	width: 280px;
	margin: 0 40px 30px 0;
	z-index: 1;
}

.content .discussion-content .media {
	margin-top: 25px;
}

.content .media .media-photo-slider {
	background: #f8f8f8;
}

.content .media .media-photo-slider .bx-wrapper {
	margin: 0;
}

.content .media .media-photo-slider .bx-viewport {
	left: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.content .media .media-photo-slider > .bx-wrapper > .bx-viewport {
	background: #2e3032;
}

.content .media .media-photo-slider > .bx-wrapper > .bx-viewport li {
	height: 187px;
}

.content .media .media-photo-slider > .bx-wrapper > .bx-viewport li .item {
	display: table-cell;
	width: 280px;
	height: 187px;
	vertical-align: middle;
}

.content .media .media-photo-slider .bx-viewport img {
	margin: 0 auto;
}

.content .media .media-photo-slider .media-photo-bx-nav {
	display: block;
	padding: 0;
	margin: 0;
}

.content .media .media-photo-slider .media-photo-bx-nav span {
	display: block;
	width: 14px;
	height: 54px;
	z-index: 3;
}

.content .media .media-photo-slider .media-photo-bx-nav span.prev {
	float: left;
}

.content .media .media-photo-slider .media-photo-bx-nav span.next {
	float: right;
}

.content .media .media-photo-slider .media-photo-bx-nav span a {
	display: block;
	width: 14px;
	height: 54px;
	text-align: center;
	line-height: 0;
	padding-top: 24px;
}

.content .media .media-photo-slider .media-photo-bx-nav span a span {
	display: inline;
	width: 0;
	height: 0;
	border-style: solid;
	-webkit-transform:rotate(360deg);
	font-size: 0;
	text-decoration: none;
}

.content .media .media-photo-slider .media-photo-bx-nav span.prev a span {
	border-width: 6px 7px 6px 0;
	border-color: transparent #3d5d76 transparent transparent;
}

.content .media .media-photo-slider .media-photo-bx-nav span.prev a:hover span {
	border-color: transparent #e8170d transparent transparent;
}

.content .media .media-photo-slider .media-photo-bx-nav span.prev a.disabled span {
	border-color: transparent #dcdedf transparent transparent;
}

.content .media .media-photo-slider .media-photo-bx-nav span.prev a.disabled:hover span {
	border-color: transparent #dcdedf transparent transparent;
}

.content .media .media-photo-slider .media-photo-bx-nav span.next a span {
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #3d5d76;
}

.content .media .media-photo-slider .media-photo-bx-nav span.next a:hover span {
	border-color: transparent transparent transparent #e8170d;
}

.content .media .media-photo-slider .media-photo-bx-nav span.next a.disabled span {
	border-color: transparent transparent transparent #dcdedf;
}

.content .media .media-photo-slider .media-photo-bx-nav span.next a.disabled:hover span {
	border-color: transparent transparent transparent #dcdedf;
}

.content .media .media-photo-slider .media-photo-bx-nav .media-photo-bx-pager {
	line-height: 0;
	border: 0;
	padding: 0;
	margin: 0 14px;
	position: relative;
	display: block;
	white-space: nowrap;
}

.content .media .media-photo-slider .media-photo-bx-nav .media-photo-bx-pager li {
	display: block;
	border-top: 4px solid transparent;
	font-size: 0;
}

.content .media .media-photo-slider .media-photo-bx-nav .media-photo-bx-pager li:hover img {
	outline: 1px solid #e8170d;
	outline-offset: -1px;
	z-index: 10;
}

.content .media .media-photo-slider .media-photo-bx-nav .media-photo-bx-pager li.active {
	border: 1px solid #e8170d;
	border-top: 5px solid #e8170d;
}

.content .media .media-photo-slider .media-photo-bx-nav .media-photo-bx-pager li.active img {
	-webkit-transform: translate3d(0, 0, 0);
	filter: url('filters.svg#grayscale');
	filter: gray;
	-webkit-filter: grayscale(1); 
}

.content .media .media-photo-slider .media-photo-bx-nav .media-photo-bx-pager li.active:hover img {
	outline: 0;
}


.content .media .media-photo-slider .title {
	margin-top: 5px;
	border-top: 1px solid #e8eaec;
	padding: 10px;
	line-height: 0.8em;
}

.content .media .media-photo-slider .title a {
	font-size: 0.7em;
}

.content .media .media-audio {
	margin-top: 20px;
	background: #f8f8f8;
}

.content .media .media-audio .audio-container {
	margin: 0;
	padding: 0;
	white-space: nowrap;
	height: 30px;
}

.content .media .media-audio .description {
	border-top: 1px solid #e8eaec;
	padding: 10px;
	font-size: 0.7em;
}

.content .media .media-audio .description span {
	color: #a8a8a8;
	margin-left: 10px;
}

.content .media .media-video {
	margin-top: 20px;
	background: #f8f8f8;
}

.content .media .media-video .video-container {
	display: table-cell;
	line-height: 0;
	width: 280px;
	height: 187px;
	vertical-align: middle;
	text-align: center;
	background: #2e3032;
}

.content .media .media-video .description {
	padding: 10px;
	font-size: 0.7em;
}

.content .media .media-video .description span {
	color: #a8a8a8;
	margin-left: 10px;
}

.content p {
	font-size: 0.9375em;
	line-height: 1.8em;
	/*margin-bottom: 20px;*/
	padding: 10px 0 10px 0;
}

.content strong {
	font-weight: 700;
}

.content .content-column-left > ol {
	counter-reset: li;
}

.content .content-column-left ul {
	list-style: none !important;
}

.content .content-column-left > ul,
.content .content-column-left > ol {
	font-size: 0.9375em;
	padding: 10px 0 10px 25px;
}

.content .content-column-left > ul > li {
	padding: 5px 0 5px 25px;
}

.content .content-column-left > ul > li:before {
	content: "—";
	position: absolute;
	top: 4px;
	left: 0;
}

.content .content-column-left > ol > li {
	padding: 5px 0 5px 25px;
}

.content .content-column-left > ol > li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	top: 7px;
	left: 0;
	font-size: 0.8em;
	color: #a8a8a8;
}

.content .content-column-left > ol > li > p {
	line-height: 1.4em;
	padding: 0;
}

ol.custom {
	font-size: 0.9375em;
	padding: 10px 0 10px 25px;
	counter-reset: li;
}

ol.custom > li {
	padding: 5px 0 5px 25px;
}

ol.custom > li:before {
	content: counter(li) ".";
	counter-increment: li;
	position: absolute;
	top: 13px;
	left: 0;
	font-size: 0.8em;
	color: #a8a8a8;
}

.content-bottom-spacer {
	width: 100%;
	height: 120px;
	background: url('/images/circle-16px.png') center center no-repeat;
}


.content-attachments {
	padding: 15px 20px;
	background-color: #f8f8f8;
}

.content-attachments > span {
	font-size: 1.2em;
	font-weight: 600;
}

.content-attachments .item {
	display: block;
	vertical-align: middle;
	padding: 6px 0 6px 47px;
	margin-top: 12px;
	line-height: 1.6em;
	background: url('/images/attachment-common.png') 0 center no-repeat;
}

.content-attachments .item > a {
	font-size: 0.9375em;
	text-decoration: none;
	border-bottom: 1px dotted #3d5d76;
}

.content-attachments .item > a:hover {
	text-decoration: none;
	border-bottom: 1px dotted #e8170d;
}

.content-attachments .item > span {
	font-size: 0.75em;
	color: #a8a8a8;
	padding-left: 10px;
}

.content-attachments .pptx {
	background: url('/images/attachment-pptx.png') 0 center no-repeat;
}

.content-attachments .doc {
	background: url('/images/doc-doc.png') 0 center no-repeat;
}

.content-attachments .docx {
	background: url('/images/doc-docx.png') 0 center no-repeat;
}

.content-attachments .odt {
	background: url('/images/doc-odt.png') 0 center no-repeat;
}

.content-attachments .pdf {
	background: url('/images/doc-pdf.png') 0 center no-repeat;
}

.content-attachments .rar {
	background: url('/images/doc-rar.png') 0 center no-repeat;
}

.content-attachments .zip {
	background: url('/images/doc-zip.png') 0 center no-repeat;
}

.content-added {
	margin: 40px 0 10px 0;
	font-size: 0.75em;
	color: #a8a8a8;
	padding-left: 28px;
	line-height: 20px;
	background: url('/images/content-bottom-added-icon.png') 0 0 no-repeat;
}

.content-pager-bottom {
	margin-top: 30px;
	padding-top: 10px;
	border-top: 1px solid #e8eaec;
}

.content-pager-bottom .nav span {
	color: #cecece;
	font-size: 0.6875em;
}

.content-pager-bottom .nav span.inactive {
	color: #a8a8a8;
	margin: 0 10px;
	font-size: 0.9375em;
}

.content-pager-bottom .nav a {
	font-size: 0.9375em;
	margin: 0 10px;
}

.content-pager-bottom .pages {
	margin-top: 10px;
	font-size: 1.125em;
}

.content-pager-bottom .pages a {
	font-weight: 600;
	margin: 0 8px;
}

.content-pager-bottom .pages a.dots {
	font-size: 0.8em;
	font-weight: 400;
	text-decoration: none;
	margin: 0;
}

.content-pager-bottom .pages span {
	color: #000000;
	font-weight: 600;
	margin: 0 8px;
}

ul.audio-blocks {
	display: block;
}

ul.audio-blocks > li {
	display: inline-block;
	margin-bottom: 30px;
}

ul.audio-blocks > li:nth-child(even) {
	margin-left: 8px;
}

ul.audio-blocks .block {
	width: 310px;
	height: 110px;
	border: 1px solid #e8eaec;
}

ul.audio-blocks .block .audio-player-container {
	border-bottom: 1px solid #e8eaec;
	height: 31px;
}

ul.audio-blocks .block .title {
	width: 100%;
	height: 75px;
	padding: 6px 10px;
	font-size: 0.6875em;
	line-height: 1.7em;
	overflow: hidden;
}

ul.audio-blocks .block .title:after {
	content: "";
	pointer-events: none;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 10px;
	background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
}

ul.audio-blocks .info {
	margin-top: 4px;
}

.content .audio-inside {
	margin-top: -10px;
	padding-bottom: 10px;
}

.content .audio-inside .audio-player-container {
	height: 31px;
	border-bottom: 1px solid #e8eaec;
}

.content .audio-inside .info .download {
	font-size: 0.8125em;
	margin-right: 0;
}

.content .audio-inside .info .size {
	margin-top: 3px;
	background: none;
}

ul.photo-blocks {
	display: block;
}

ul.photo-blocks > li {
	display: inline-block;
	margin-bottom: 30px;
}

ul.photo-blocks > li:nth-child(even) {
	margin-left: 8px;
}

ul.photo-blocks.main > li:nth-child(even),
ul.video-blocks.main > li:nth-child(even),
ul.audio-blocks.main > li:nth-child(even) {
	margin-left: 3px;
}

ul.photo-blocks .block {
	width: 310px;
	height: 170px;
}

ul.photo-blocks .block a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.photo-blocks .block a .photo-container {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

ul.photo-blocks .block a .photo-container img {
	width: 100%;
	height: 100%;
}

ul.photo-blocks .block a .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	padding: 4px 10px;
	font-size: 0.6875em;
	line-height: 1.6em;
	overflow: hidden;
	color: #ffffff;
	text-decoration: underline;
	background: rgba(61,93,118, 0.8);
	-webkit-transition: height ease-out 0.1s;
	-moz-transition: height ease-out 0.1s;
	-o-transition: height ease-out 0.1s;
	transition: height ease-out 0.1s;
}

ul.photo-blocks .block a:hover .title {
	background: rgba(232,23,13, 0.95);
	height: 75px;
	-webkit-transition: height ease-out 0.1s;
	-moz-transition: height ease-out 0.1s;
	-o-transition: height ease-out 0.1s;
	transition: height ease-out 0.1s;
}

.content .photo-inside {
	width: 100%;
	z-index: 1;
	margin-bottom: 30px;
}

.content .photo-inside .media-photo-slider {
	background: #f8f8f8;
}

.content .photo-inside .media-photo-slider .bx-wrapper {
	margin: 0;
}

.content .photo-inside .media-photo-slider .bx-viewport {
	left: 0;
	border: 0;
	box-shadow: none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
}

.content .photo-inside .media-photo-slider > .bx-wrapper > .bx-viewport {
	background: #2e3032;
}

.content .photo-inside .media-photo-slider > .bx-wrapper > .bx-viewport li {
	height: 420px;
}

.content .photo-inside .media-photo-slider > .bx-wrapper > .bx-viewport li .item {
	display: table-cell;
	width: 628px;
	height: 420px;
	vertical-align: middle;
}

.content .photo-inside .media-photo-slider > .bx-wrapper > .bx-viewport li .item a {
	display: block;
	background-color: #2e3032;
}

.content .photo-inside .media-photo-slider > .bx-wrapper > .bx-viewport li .item a:hover:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/images/zoom-icon.png') center center no-repeat;
}

.content .photo-inside .media-photo-slider .bx-viewport img {
	margin: 0 auto;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav {
	display: block;
	padding: 0;
	margin: 0;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav .bx-viewport {
	height: 100px !important;
	background: #f8f8f8;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span {
	display: block;
	width: 34px;
	height: 100px;
	z-index: 3;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.prev {
	float: left;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.next {
	float: right;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span a {
	display: block;
	width: 34px;
	height: 100px;
	text-align: center;
	line-height: 0;
	padding-top: 43px;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span a span {
	display: inline;
	width: 0;
	height: 0;
	border-style: solid;
	-webkit-transform:rotate(360deg);
	font-size: 0;
	text-decoration: none;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.prev a span {
	border-width: 6px 7px 6px 0;
	border-color: transparent #3d5d76 transparent transparent;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.prev a:hover span {
	border-color: transparent #e8170d transparent transparent;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.prev a.disabled span {
	border-color: transparent #dcdedf transparent transparent;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.prev a.disabled:hover span {
	border-color: transparent #dcdedf transparent transparent;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.next a span {
	border-width: 6px 0 6px 7px;
	border-color: transparent transparent transparent #3d5d76;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.next a:hover span {
	border-color: transparent transparent transparent #e8170d;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.next a.disabled span {
	border-color: transparent transparent transparent #dcdedf;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav span.next a.disabled:hover span {
	border-color: transparent transparent transparent #dcdedf;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav .media-photo-bx-pager {
	line-height: 0;
	border: 0;
	padding: 0;
	margin: 0 14px;
	position: relative;
	display: block;
	white-space: nowrap;
	height: 100px;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav .media-photo-bx-pager li {
	width: 80px !important;
	height: 90px !important;
	display: block;
	border-top: 10px solid transparent;
	font-size: 0;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav .media-photo-bx-pager li img {
	width: 80px !important;
	height: 80px !important;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav .media-photo-bx-pager li:hover img {
	z-index: 10;
	margin-top: -5px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(232, 23, 13, 0.8);
	-moz-box-shadow:    0px 5px 10px 0px rgba(232, 23, 13, 0.8);
	box-shadow:         0px 5px 10px 0px rgba(232, 23, 13, 0.8);
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav .media-photo-bx-pager li.active {
	border: 1px solid #e8170d;
	border-top: 11px solid #e8170d;
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav .media-photo-bx-pager li.active img {
	width: 78px !important;
	height: 78px !important;
	-webkit-transform: translate3d(0, 0, 0);
	filter: url('filters.svg#grayscale');
	filter: gray;
	-webkit-filter: grayscale(1); 
}

.content .photo-inside .media-photo-slider .media-photo-inside-bx-nav .media-photo-bx-pager li.active:hover img {
	outline: 0;
	margin-top: 0;
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
}


.content .photo-inside .media-photo-slider .title {
	margin-top: 5px;
	border-top: 1px solid #e8eaec;
	padding: 10px;
	line-height: 0.8em;
}

.content .photo-inside .media-photo-slider .title a {
	font-size: 0.7em;
}

.content .video-inside {
	width: 100%;
	z-index: 1;
	margin-bottom: 30px;
}

ul.video-blocks {
	display: block;
}

ul.video-blocks > li {
	display: inline-block;
	margin-bottom: 30px;
}

ul.video-blocks > li:nth-child(even) {
	margin-left: 8px;
}

ul.video-blocks .block {
	width: 310px;
	height: 170px;
}

ul.video-blocks .block a {
	display: block;
	width: 100%;
	height: 100%;
}

ul.video-blocks .block a .video-container {
	display: block;
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

ul.video-blocks .block a .video-container:after {
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: url('/images/video-triangle-icon.png') center 23px no-repeat;
}

ul.video-blocks .block a .video-container img {
	width: 100%;
	height: 100%;
}

ul.video-blocks .block a .title {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 65px;
	padding: 4px 10px;
	font-size: 0.6875em;
	line-height: 1.6em;
	overflow: hidden;
	color: #ffffff;
	text-decoration: underline;
	background: rgba(61,93,118, 0.8);
	-webkit-transition: height ease-out 0.1s;
	-moz-transition: height ease-out 0.1s;
	-o-transition: height ease-out 0.1s;
	transition: height ease-out 0.1s;
}

ul.video-blocks .block a:hover .title {
	background: rgba(232,23,13, 0.95);
	height: 75px;
	-webkit-transition: height ease-out 0.1s;
	-moz-transition: height ease-out 0.1s;
	-o-transition: height ease-out 0.1s;
	transition: height ease-out 0.1s;
}

/*__________________ footer ________________________*/

footer {
	width: 100%;
	height: 100%;
	background: #f8f8f8;
	color: #9ba5ad;
}

footer a {
	color: #9ba5ad;
	text-decoration: underline;
}

footer a:hover {
	color: #e8170d;
}

footer .column {
	width: 192px;
	float: left;
	margin-top: 10px;
}

footer .column a {
	display: block;
	line-height: 28px;
}

footer .column > a {
	margin-top: 15px;
	font-size: 0.8125em;
	font-weight: 700;
}

footer .column ul {
	display: block;
}

footer .column ul li a {
	font-size: 0.6875em;
	font-weight: 400;
	margin: 0;
}

footer .copyright {
	text-align: center;
	margin-top: 40px;
	padding-top: 45px;
	font-size: 0.7em;
	background: url('/images/copyright.png') top center no-repeat;
}

footer .login {
	text-align: center;
	font-size: 0.7em; 
	margin-top: 20px;
}

footer .feedback {
	text-align: center;
	margin-top: 40px;
	font-size: 0.7em;
}

footer .counter {
	text-align: center;
	margin-top: 10px;
	font-size: 0.7em;
}



.popup-background {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9000;
	background: rgba(0,0,0, 0.5);
}

.popup-window {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -240px;
	margin-left: -320px;
	width: 640px;
	z-index: 9001;
	background: #ffffff;
}

.popup-window * {
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
}

.popup-window .close-window-wrapper {
	position: absolute;
	top: 0;
	right: 0;
	margin: 6px 6px 0 0;
}

.popup-window a.close-window {
	display: block;
	width: 13px;
	height: 13px;
	background: url('/images/close-window-icon.png') 0 0 no-repeat;
}

.popup-window .head {
	margin: 20px 30px;
	font-size: 1.6875em;
}

.popup-window .rules {
	height: 305px;
	margin: 0 30px;
	border: 1px solid #e8eaec;
}

.popup-window .spacer {
	display: block;
	height: 20px;
}

.popup-window h5 {
	padding: 5px 0 5px 0;
}

.popup-window p {
	font-size: 0.8125em;
	line-height: 1.9em;
	margin-bottom: 10px;
}

.popup-window .popup-container {
	padding: 60px 30px 0 30px;
}

.popup-window .form-input-block-item {
	margin-top: 5px;
}

.popup-window .form-input-block-item.wide .field-input {
	width: 490px;
}

.popup-window .form-input-block-item.inline {
	display: inline-block;
	width: 180px;
}

.popup-window .form-input-block-item > div {
	display: inline-block;
	vertical-align: middle;
}

.popup-window .required:before {
	content: "*";
	color: #e8170d;
	position: absolute;
	left: -10px;
}

.popup-window .field-name {
	width: 90px;
	padding-right: 8px;
	text-align: right;
	font-size: 0.8125em;
	color: #000000;
}

.popup-window .field-input {
	overflow: hidden;
	vertical-align: middle;
	width: 260px;
	border: 1px solid #d3d5d8;
}

.popup-window .field-input input[type=text] {
	width: 100%;
	height: 28px;
	border: 0;
	font: 0.8125em "Open Sans", sans-serif;
	color: #000000;
	padding: 0 4px;
}

.popup-window .field-input select {
	width: 280px;
	height: 28px;
	border: 0;
	font: 0.8125em "Open Sans", sans-serif;
	color: #000000;
	background: url('/images/select-arrow.png') 245px center no-repeat transparent;
}

.popup-window .wide .field-input select {
	width: 520px;
	height: 28px;
	border: 0;
	font: 0.8125em "Open Sans", sans-serif;
	color: #000000;
	padding: 0 4px;
	background: url('/images/select-arrow.png') 475px center no-repeat transparent;
	padding-right: 30px;
}

.popup-window .field-input.short {
	width: 76px;
}

.popup-window .field-warn {
	width: 220px;
	padding-left: 5px;
	color: #a8a8a8;
	font-size: 0.6875em;
	visibility: hidden;
}

.popup-window .label-active .field-input {
	border-color: #3d5d76;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(61, 93, 118, 0.5);
	-moz-box-shadow:    0px 0px 6px 0px rgba(61, 93, 118, 0.5);
	box-shadow:         0px 0px 6px 0px rgba(61, 93, 118, 0.5);
}

.popup-window .label-error .field-input {
	border: 1px solid #e8170d;
	-webkit-box-shadow: 0px 0px 6px 0px rgba(232, 23, 13, 0.5);
	-moz-box-shadow:    0px 0px 6px 0px rgba(232, 23, 13, 0.5);
	box-shadow:         0px 0px 6px 0px rgba(232, 23, 13, 0.5);
}

.popup-window .label-error .field-name {
	color: #e8170d;
}

.popup-window .label-error .field-warn {
	visibility: visible;
}

.popup-window .target-person {
	margin-left: 90px;
	margin-bottom: 10px;
	font-size: 0.9375em;
	font-weight: 700;
}


.popup-window .footer {
	padding: 30px;
}

.popup-window .footer .button {
	display: inline-block;
	padding: 10px 20px;
	font-size: 0.9375em;
	color: #000000;
	background: #e8eaec;
	border-bottom: 1px solid #d2d3d4;
	text-decoration: none;
	cursor: pointer;
}

.popup-window .footer .button:disabled {
	color: #bababa;
	background: #f7f7f7;
	border-bottom: 1px solid #ececec;
	cursor: default;
}

.popup-window .footer label {
	margin-left: 20px;
}

.popup-window .footer label input {
	vertical-align: middle;
}

.popup-window .footer label span {
	font-size: 0.8125em;
	vertical-align: middle;
}

.popup-window .infoblock {
	background: #f0efe7;
	font-size: 0.8125em;
	padding: 5px 10px;
	line-height: 1.8em;
}

.popup-window .infoblock-big {
	font-size: 1.125em;
	padding: 20px 0;
	line-height: 1.5em;
}

.popup-window .personal-data-agree-block {
	margin-top: 50px;
}

.popup-window .personal-data-agree-block label input {
	vertical-align: middle;
}

.popup-window .personal-data-agree-block label span {
	font-size: 0.8125em;
	vertical-align: middle;
}

ul.popup-window-breadcrumbs {
	display: block;
	position: absolute;
	top: 56px;
	left: 0;
	width: 100%;
	list-style-type: none;
	background: #eeeeee;
	line-height: 31px;
	white-space: nowrap;
	z-index: 9010;
}

ul.popup-window-breadcrumbs li {
	display: inline-block;
	font-size: 0.8125em;
	margin-left: 6px;
	padding: 0 10px 0 12px;
}

ul.popup-window-breadcrumbs li a {
	text-decoration: none;
	color: #000000;
	cursor: default;
}

ul.popup-window-breadcrumbs li:first-child {
	padding-left: 30px;
	margin: 0;
}

ul.popup-window-breadcrumbs.complete {
	background: #3d5d76;
}

ul.popup-window-breadcrumbs li:last-child:after {
	background: none;
}

ul.popup-window-breadcrumbs li:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 31px;
	margin-right: -6px;
	background: url('/images/popup-bc-arrow-grey.png') 0 0 no-repeat;
}

ul.popup-window-breadcrumbs li.active {
	background: #3d5d76;
}

ul.popup-window-breadcrumbs li.active a,
ul.popup-window-breadcrumbs li.complete a {
	color: #ffffff;
	cursor: pointer;
}

ul.popup-window-breadcrumbs li.active:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15.5px 0 15.5px 6px;
	border-color: transparent transparent transparent #3d5d76;
	background: none;
}

ul.popup-window-breadcrumbs li:last-child.active {
	background: #3d5d76;
	color: #ffffff;
}

ul.popup-window-breadcrumbs li.complete {
	background: #3d5d76;
	color: #ffffff;
}

ul.popup-window-breadcrumbs li.complete:after {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	width: 7px;
	height: 31px;
	margin-right: -6px;
	background: url('/images/popup-bc-arrow-blue.png') 0 0 no-repeat #3d5d76;
}

ul.popup-window-breadcrumbs li.active a:hover,
ul.popup-window-breadcrumbs li.complete a:hover {
	border-bottom: 1px dotted #ffffff;
}

.popup-window .message-block .inline > div {
	display: table-cell;
	vertical-align: top;
}

.popup-window .message-block textarea {
	border: 0;
	background: transparent;
	width: 100%;
	height: 100%;
	font: 0.8125em "Open Sans", sans-serif;
	padding: 4px;
}

.popup-window .message-block .field-input {
	width: 365px;
	height: 185px;
}

.popup-window .message-block .counter {
	font-size: 0.84em;
	color: #a8a8a8;
}

.popup-window .message-block .counter.colorRed {
	color: #e8170d;
}

.popup-window .message-block .attach-files {
	margin-left: 90px;
}

.popup-window .message-block .attach-files a {
	font-size: 0.8125em;
	text-decoration: none;
	border-bottom: 1px dotted #3d5d76;
}

.popup-window .message-block .attach-files a:hover {
	border-color: #e8170d;
}

.popup-window .message-block .attach-files .attach-help {
	font-size: 0.6875em;
	color: #a8a8a8;
	margin-left: 10px;
}

.popup-window .errors {
	display: inline-block;
	width: 420px;
	margin-left: 13px;
	line-height: 1em;
	vertical-align: middle;
}

.popup-window .errors .note {
	font-size: 0.6875em;
	color: #e8170d;
	padding-left: 8px;
	background: url('/images/small-red-crest-icon.png') 0 5px no-repeat;
}


.popup-window .font-small {
	font-size: 0.8125em;
	line-height: 1.7em;
}

.TbExtendedGridView img {
	height: 100px;
}

.post-header {
	font-size: 15px;
	font-weight: 600;
	margin-bottom: 15px;
	margin-top:30px;
}

.post-person {
	font-size: 15px;
}
.convocation-tab {
	cursor:pointer;
	display: inline-block;
	color: #3d5d76;
	font-size: 13px;
	padding: 8px;
}

.convocation-tab.active {
	background-color: #E9E9E9;
}

.convocation-tab-content ol {
	counter-reset: list
}

.convocation-tab-content ol li:before {
	content: counter(list)". ";
	counter-increment: list;
	color: #a8a8a8;
}

.convocation-tab-content ol li {
	padding-top: 10px;
	font-size: 15px;
	color: #3d5d76;
}

.person-item {
	min-height: 100px;
	border: 1px solid #e9e9e9;
	margin-top:10px;
}

.pphoto {
	display: inline-block;
	vertical-align: top;
	width: 150px;
	margin: 15px;
}

.pinfo {
	display: inline-block;
	vertical-align: top;
	margin: 15px;
	max-width: 400px;
}

.pinfo .fio {
	font-size: 22px;
}

.posts-header {
	font-weight: bold;
	font-size: 11px;
	margin-top: 15px;
}

.posts-content {
	font-size: 11px;
}

.posts-header.profile {
	font-weight: bold;
	font-size: 15px;
	margin-top: 15px;
}

.posts-content.profile {
	font-size: 15px;
}

.person-item:hover {
	box-shadow: 0px 0px 10px rgba(168,168,168,0.25);
}

.person-item:hover .fio a {
	color: #fc0d25;
}

.pinfo .fio-profile {
	font-size: 27px;
}

.bio-header {
	font-size: 22px;
	margin-top: 50px;
}

.request {
	margin-top: 20px;
	font-size: 14px;
	font-weight: bold;
	color:#3d5d76;
}

.request.right {
	margin-top: 40px;
	font-size: 14px;
	font-weight: bold;
	color:#3d5d76;
	float: right;
}
.appeals-header, .request.right {
	display: inline-block;
	vertical-align: top;
}

.dotted:hover {
	border-color: #e8170d;
}

.request a {
	text-decoration: none;
}

.dotted {
	border-bottom: 1px dotted #3d5d76;
	text-decoration: none;
}

.convocated {
	font-size: 13px;
	color: #454545;
	margin-top: 5px;
}

span.colored {
	background-color: yellow;
}

/*Appeal view*/

.appeal-title {
	font-size: 15px;
	margin-bottom: 0px;
}

.appeal-dates {
	color: #a8a8a8;
	font-size: 11px;
	padding-left: 12px;
	background: url('/images/calendar-date.png') 0 2px no-repeat;
	margin-bottom: 20px;
}
.appeal-status0 {
	color: #245745;
}
.appeal-status1 {
	color: #f25e2d;
}
.appeal-status2 {
	color: #98b855;
}
.appeal-text {
	font-size: 15px;
}
.appeal-toblock {
	width: 280px;
	height: 91px;
	border: 1px solid #e9e9e9;
	margin: 6px 35px 20px 0px;
	float: left;
	padding: 18px;
}
.appeal-toimg, .appeal-toinfo {
	display: inline-block;
	vertical-align: top;
}
.appeal-toimg {
	width: 50px;
	height: 50px;
	margin-right: 5px;
}
.appeal-toimg img {
	width: 50px;
	height: 50px;
}
.appeal-tolabel {
	color: #a8a8a8;
	font-size: 11px;
}
.appeal-toname {
	color: #3d5d76;
	font-size: 11px;
	font-weight: bold;
	width: 160px;
}
.appeal-response {
	clear: both
}
.appeal-response .header-arrow {
	background: url('/images/appeal-resp.png') 0 2px no-repeat;	
	height: 12px;
	width: 100%;
	background-position-x: 20px;
	margin-top: 25px;
}
.appeal-response .header {
	background-color: #F8F8F8;
	width: 100%;
	height: 60px;
	padding: 18px;
}
.appeal-toimg.resp {
	width: 24px;
	height: 24px;
	margin-right: 0px;
}
.appeal-toimg.resp img {
	width: 24px;
	height: 24px;
}
.appeal-toinfo.resp .appeal-toname {
	width: 100%;
}
.appeal-dates.resp {
	float:right;
	margin-top: 3px;
}
.appeal-response .body {
	padding: 15px;
	font-size: 15px;
}
.appeal-dates.margined {
	margin-top: 10px;
}

/*Inspection view*/

.inspection-item {
	padding-left: 30px;
	background: url('/images/doc-item.png') no-repeat;
	background-position: 0px 4px;

}

.inspection-initiators {
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin: 20px 0px;
}

.inspection-initiators h4 {
	padding: 0px;
}

.inspection-initiator {
	margin-top: 20px;
}

.inspection-initiator.congratulation {
	margin-top: 10px;
}
.inspection-text {
	font-size: 15px;
	margin-bottom: 20px;
}

/*Inspection index*/
.inspection-initiators-toggle {
	font-size: 11px;
	color: #3d5d76;
	cursor: pointer;

}
.inspection-initiators-cont {
	margin-top: 10px;
}
.inspection-initiators-toggle.active {
	color: #e8170d;
}
.inspection-initiators-tooltip {
	position: absolute;
	width:200px;
	bottom: 0px;
}
.inspection-initiators-list {
	border: 1px solid #e8eaec;
	box-shadow: 0 0 10px rgba(0,0,0,0.06);
	background-color: white;
}
.inspection-initiators-corner {
	height: 15px;	
	background: url('/images/tooltip-corner-bottom.png') no-repeat;
	background-position: 20px 0px;
	margin-top: -1px;
}
.initiators-tooltip-item {
	margin: 10px;
}
.initiators-tooltip-cont {
	position: relative;
}
.initiators-tooltip-item .appeal-toname {
	width: 145px;
	margin-top: -4px;
}
.inspection-items {
	margin-top: 30px;
}

.inline {
	display: inline-block;
	vertical-align: top;
	max-width: 80%;

}
.left {
	float: left;
}
.right {
	float: right;
}
.sort {
	color: black;
	font-size: 13px;
	margin-top: 45px;

}
.sort a{
	text-decoration: none;
	color: inherit;
}
.sort-col {
	cursor: pointer;
	padding-bottom: 1px;
	padding-right: 3px;
	color: #3d5d76;
}

.sort-active {
	color:black;
	background-color: #F8F8F8 !important;
	padding-left: 14px;
	background: url('/images/select-arrow-grey.png') no-repeat;
	background-position: 3px 9px;
}
.sort-active.sort-up {
	background: url('/images/select-arrow-grey-up.png') no-repeat;
	background-position: 3px 8px;	
}

/*discussion index*/

.discussion-item {
	padding-left: 30px;
	background: url('/images/discussion.png') no-repeat;
	background-position: 0px 4px;

}

/*discussion view*/
.comments-list {

}
.comments-item {
	border: 1px solid #e9e9e9;
	padding: 20px;
	margin-bottom: 20px;
}
.comments-item-person {
	background-color: #f8f8f8;	
}

.person-block {

}
.person-image {
	width: 50px;
	height: 50px;
	margin-right: 15px;
}
.person-fio {
	font-size: 13px;
	font-weight: bold;
}
.person-posts {
	color: #a8a8a8;
	font-size: 13px;
}
.dates {
	color: #a8a8a8;
	font-size: 11px;
	padding-left: 12px;
	background: url('/images/calendar-date.png') 0 2px no-repeat;
	margin-bottom: 20px;
}
.dates.margined {
	margin-top:20px;
}
.comment-body {
	font-size: 15px;
}

/*Pagination*/

.pagination{
	overflow: hidden;
}
.pagination li{
	float: left;
	color: #0c5172;
	margin: 6px 5px;
	border: none !important;
}
.pagination li.first{
	margin-right: 0;
}
.pagination li.last{
	margin-left: 0;
}
.pagination li.first span, .pagination li.last span{
	pointer-events: none;
	color: #a3a3a3;
	display: inline-block;
}
.pagination li.first a{
	padding-right: 0;
}
.pagination li.first span {
	padding-left: 5px;
}
.pagination li.last a{
	padding-left: 0;
}
.pagination li.last span {
	padding-right: 10px;
}
.pagination li a{
	display: block;
	float: left;
	padding: 10px 7px !important;
	height: auto !important;
	line-height: normal !important;
	font-weight: normal !important;
}
.pagination li.selected{
	background: #9f0f0f;
}
.pagination li.selected a{
	color: #fff;
}

.paginator_wrap{
	width:100%;
	display:block;
	overflow: auto;
	height:52px;
	margin-bottom: 30px;
}

/*******************/
/*   Bannerright   */
/*******************/

.bannerrights {
	margin-top: 40px;
}
.bannerright > .title {
	padding: 20px 0 0px 20px;
	font-size: 1.125em;
	font-weight: 600;
}
.bannerright > .body {
	padding-left: 20px;
	overflow: hidden;
}
.bannerright > .body img {
	width: 100%;
}

/**********************/
/*   Search results   */
/**********************/

.large-search-box {
	width: 100%;
	height: 42px;
	border: 1px solid #d3d5d8;
	-webkit-box-shadow: 0px 1px 0px 0px rgba(244, 245, 246, 1);
	-moz-box-shadow: 0px 1px 0px 0px rgba(244, 245, 246, 1);
	box-shadow: 0px 1px 0px 0px rgba(244, 245, 246, 1);
	margin-top: 40px;
}
.large-search-box input.large-search-field {
	width: 90%;
	height: 100%;
	padding-left: 10px;
}
.large-search-box input.large-search-submit {
	width: 10%;
	height: 100%;
	padding-left: 10px;
	background: url('/images/search-icon.png') right 10px center no-repeat transparent;
}

.search-results .result-type {
	margin: 30px 0px 10px 0px;
	color: #a8a8a8;
	font-size: 11px;
	font-style: italic;
}

.search-results .person {
	border: 1px solid #e9e9e9;
	padding: 10px;
}

.search-results .person > .photo {
	width: 50px;
	height: 50px;
}

.search-results .person > .photo > img {
	width: 50px;
	height: 50px;
}

.search-results .person > .info {
	margin-top: 7px;
}

.search-results .person > .info > .fio {
	font-size: 15px;
	font-weight: bold;
}

.search-results .person > .info > .post {
	font-size: 11px;
	color: #a8a8a8;
}

.search-results .person > a {
	display: block;
}

.search-results .media-cover {
	width: 100px;
	height: 100px;
	box-shadow: inset 0px 0px 4px 0px rgba(0,0,0,0.2);
	background-color: #f4f4f4;
}

.search-results .media-cover a {
	width: 100px;
	height: 100px;
}

.search-results .item .media-cover {
	display: table;
	float: left;
	width: 100px;
}

.search-results .item .media-cover a {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	position: relative;
}

.search-results .media-content {
	margin-left: 110px;
}

.search-results .info .date {
	font-size: 11px;
	color: #888888;
	margin-right: 10px;
	line-height: 1.5;
}
.search-results .image-count {
	display: inline-block;
	/*padding-left: 19px;
	background: url('../img/icons/image-count.png') no-repeat 0px center;*/
	color: #888;
	font-size: 11px;
	line-height: 15px;
}
.search-results .video-item .media-cover .icon {
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 38px;
	height: 38px;
	margin-left: -19px;
	margin-top: -19px;
	background: url('/images/play.png') no-repeat center center;
}
/**********************/
/*   Check appeal     */
/**********************/
#appeal_check_error {
	color:red;
	margin: 10px 0px 10px 0px;
}
#appeal_check_submit {
	padding: 5px;
}


/**********************/
/*         Experts         */
/**********************/

.expertlist {
	margin: 10px 0px;
}


header .connect .lk {
	font-size: 0.7em;
	color: #a8a8a8;
	border-bottom: 1px solid #dad9cf;
	margin-bottom: 10px;
	padding-left: 20px;
	padding-bottom: 10px;
	background-image: url("../img/user-icon.png");
	background-repeat: no-repeat;
}
header .connect .lk.login {
	background-image: url("../img/login-icon.png");
}
header .connect .phone .mail-cont {
	float: right;
	background-image: url("../img/post-icon.png");
	width: 30px;
	height: 20px;
	margin-top: 6px;
}
header .connect .phone .rss {
	float: right;
	background-image: url("../img/RSS.png");
	width: 20px;
	height: 20px;
	margin-top: 6px;
	margin-left: 5px;
}

#login-form {
	/*border: 1px solid black;*/
}

#login-form input[type='submit'] {
	padding: 10px 20px;
    font-size: 0.9375em;
    color: #000000;
    background: #e8eaec;
    border-bottom: 1px solid #d2d3d4;
    text-decoration: none;
    cursor: pointer;	
}
#login-form input[type='text'],
#login-form input[type='password']{
    height: 28px;
    border: 0;
    font: 0.8125em "Open Sans", sans-serif;
    color: #000000;
    padding: 0 4px;
	border: 1px solid #d3d5d8;
}
#login-form input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0px 1000px white inset;
}

.rss-inline {
	display: block;
	background-image: url("../img/RSS.png");
	background-repeat: no-repeat;
	/*width: 20px;*/
	height: 20px;
	padding-left:25px;
	text-decoration: none;
	margin-top: 20px;
	float: right;
	z-index: 1;
	font-size: 0.9375em;
}


/*----------------------popup для видео-----------------------*/
.pvideo-modal {
    display: none; 
    position: fixed; 
    z-index: 11; 
    padding-top: 100px; 
    left: 0;
    top: 0;
    width: 100%; 
    height: 100%; 
    overflow: auto; 
    background-color: rgb(0,0,0);
    background-color: rgba(0,0,0,0.4); 
}

.pvideo-modal-content {
    background-color: #fefefe;
   /* margin: auto; */
    padding: 20px;
    border: 1px solid #888;
    width: 742px;
	height: 475px;
	position: fixed;
    top: 50%;
    left: 50%;
/*	margin-top: -50px;
    margin-left: -350px; */
	transform: translate(-50%, -50%);
}

.pvideo-close {
    color: #aaaaaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.pvideo-close:hover,
.pvideo-close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

/*----------конец popup для видео-----------------------*/
