p.title {
	font-size: 18px;
	font-family: 'Roboto Medium';
	text-align: center;
	margin: 40px 0 20px;
}

.content ul.slides {
	margin: 0;
}

.slider {
	width: 895px;
	height: 390px;
	position: relative;
	box-shadow: 0 16px 11px -15px #A9A9A9;
	background: #F5F5F5;
	margin-bottom: 40px;
}

.slide-text {
	position: absolute;
	width: 400px;
	min-height: 160px;
	 height: 285px;
	right: 0;
	top: 0;
	margin: 30px 23px;
	background: rgba(255, 255, 255, 0.85);
	padding: 25px 30px;
	box-sizing: border-box;
}

.slide-text .title {
	font-family: 'Roboto Medium';
	font-size: 20px;
	color: #29508e;
	margin-bottom: 15px;
}

.slide-text > a {
	position: absolute;
	bottom: 25px;
    left: 50%;
    color: #fff !important;
    text-decoration: none;
    background: #1263A7;
    padding: 7px 34px;
    margin-left: -70px;
}

.slider img {
	width: 100%;
	height: 355px;
}

.main-news {
	border: 1px solid #E0E0E0;
	position: relative;
	padding: 10px 20px 20px;
}

.main-news .title {
	position: absolute;
	font-family: 'Roboto Bold';
	font-size: 20px;
	color: #004F91;
	left: 50%;
	margin-left: -40px;
	top: -13px;
	text-transform: uppercase;
	background: #fff;
	padding: 0 20px;
}

.tabs {
   display:inline-block;
   margin-top: 30px;
}

.content .tabs > ul {
    padding: 0;
    margin: 0;
}

.tabs > ul li {
    cursor: pointer;
    width: 600px;
    display: block;
    float: left;
    font-family: 'Roboto Regular';
    font-size: 18px;
    color: #fff;
    padding: 25px 0px;
    background: #1263A7;
    position: relative;
    text-align: center;
}

.tabs > ul li:last-child {
    margin-right: 0;
}

.tabs > ul li.active {
    background: repeating-linear-gradient(-45deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
    color: #ffffff;
}

.tabs > ul li.active:after {
	content: ''; 
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: 0px; 
    border: 10px solid transparent;
    border-bottom: 10px solid #fff;
}

.tabs > ul:after {
    content: "";
    display: block;
    clear: both;
}

.news-list {
	margin-top: 90px;
}

.news-list .news-item {
	background: #F5F5F5;
	padding: 20px;
	margin-bottom: 15px;
}

.news-list .news-item img {
	margin-right: 15px;
	display: inline-block;
}

.news-list .news-item > div {
	display: inline-block;
	vertical-align: top;
}

.news-list .news-item p.news-item-title {
	font-family: 'Roboto Medium';
	font-size: 20px;
	margin-bottom: 25px;
}

.news-list .news-item a.readmore {
	display: inline-block;
	margin-top: 25px;
	font-family: 'Roboto Black';
	color: #1A5A97;
}

.news-list .news-item a.readmore:hover {
	text-decoration: none;
}

.main-news > div:last-child {
	margin: 15px 0 10px 0;
	text-align: right;
	line-height: 33px;
}

.main-news a.allnews {
	color: #fff;
	background: #1A5A97;
	padding: 8px 30px;
	text-decoration: none;
	font-family: Tahoma;
}

.block-content.m50 {
	margin: 55px 0 50px;
}

.block-content .main-info > div { background: #1263A7; }
.block-content .news > div, .block-content .main-docs { background: #F5F5F5; }

.main-info {
	margin-right: 20px;
}

.block-content > div.w50 {
	float: left;
	vertical-align: top;
	width: 590px;
}

.block-content p.title {
	font-family: 'Roboto Bold';
	font-size: 25px;
	margin: 0 0 20px;
	text-transform: uppercase;
	color: #004F91;
}

.block-content p.mtitle {
    font-size: 20px;
    font-family: 'Roboto Medium';
    text-align: center;
    margin-bottom: 30px;
}

.block-content > div > div, .block-content .main-docs {
	padding: 25px;
	font-size: 16px;
}

.block-content ul {
	margin-left: 25px;
}

.block-content.mt45 ul {
	margin-left: 0;
}

.block-content ul li {
	padding-left: 15px;
	margin-bottom: 20px;
	list-style: none;
}

.block-content ul li:before {
	display: inline-block;
	margin: 0 23px 0 -32px;
	width: 9px;
	height: 15px;
	content: '';
	background: url(/images/li.png);
}

.block-content.mt45 ul li:before {
	content: none;
}

.block-content .main-info ul li:before {
	background-position: 0 50%; 
}

.block-content .news ul li:before {
	background-position: 0 0; 
}

.block-content .main-docs ul li:before {
	background-position: 0 100%; 
}

.block-content .main-info a {
	color: #fff;
}

.block-content .news a {
	color: #004F91;
}

.block-content .main-docs a {
	color: #29508e;
	font-size: 16px;
}

.block-content a:hover {
	text-decoration: none;
}

.blocks .block-item {
	position: relative;
	width: 590px;
	height: 295px;
	background: #1263A7;
	float: left;
	margin: 0 20px 20px 0;
}

.blocks .block-item:nth-child(even) {
	margin-right: 0;
}

.blocks .block-item img {
	width: 100%;
	height: 100%;
	opacity: 0.35;
}

.blocks .block-item a > div {
	position: absolute;
	top: 0;
	margin: 25px;
	border: 1px solid #fff;
	width: 530px;
	height: 240px;
	color: #fff;
	font-size: 21px;
	text-align: center;
}

.blocks .block-item a > div:hover {
	border: 1px solid #ffffff;
	color: #ffffff;
}

.blocks .block-item a > div:hover .icon {
	background-position: 0 100%;
}

.blocks .block-item .icon {
	margin: 55px auto 30px;
	display: block;
	width: 64px;
	height: 64px;
	background: url(/images/icon.png) no-repeat;
}

.faculty {
	margin-bottom: 55px;
}

.faculty:last-child {
	margin-bottom: 0;
}

.faculty ul li {
	list-style: none;
}

.faculty a:hover {
	text-decoration: none;
}

.faculty .icon {
	display: block;
	float: left;
	width: 46px;
	height: 28px;
	background: url(/images/faculty.png) no-repeat;
	margin-right: 12px;
}

.faculty .title {
	font-family: 'Roboto Bold';
	font-size: 25px;
	text-transform: uppercase;
}

.faculty .title a {
	color: #004F91;
}

.faculty .specialty .name {
	font-size: 18px;
	text-transform: uppercase;
	background: repeating-linear-gradient(-45deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	padding: 11px 0;
	margin-bottom: 0;
}

.faculty .specialty .name:before {
	content: '';
	width: 44px;
	height: 43.5px;
	display: block;
	float: left;
	background: url(/images/arrow.png);
	margin: -11px 20px 0 0;
}

.faculty .specialty .name a {
	color: #fff;
	font-weight: 600;
}

.faculty .specialty .prof {
	font-weight: 600;
}

.faculty .specialty .prof, .faculty .specialty ul {
	margin-left: 65px;
}

.faculty .specialty > div {
	background: #F5F5F5;
	padding: 15px 0 20px;
}

.mb30 {
	margin-bottom: 30px;
}

.fs20 {
	font-size: 20px;
}

.pdflink:before, .doclink:before, .xlslink:before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	height: 33px;
	width: 66px;
	background: url(/images/docs.png) no-repeat;
}

.pdflink:before {
	background-position: 94% 0;
}

.doclink:before {
	background-position: 0 0;
}

.xlslink:before {
	background-position: 47% 0;
}

.pdflink, .doclink, .xlslink {
	padding-left: 80px;
	position: relative;
	display: block;
	margin: 30px 0;
}

.filter {
	margin-bottom: 30px;
}

.filter > ul {
    margin-bottom: 30px;
    padding: 0;
}

.filter > ul li {
	list-style: none;
    float: left;
    position: relative;
    display: block;
    margin: 0 5px;
}

.filter > ul li a {
    display: block;
    padding: 8px 37px;
    color: #9A9A9A;
    font-family: 'Roboto Medium';
    font-size: 16px;
    text-decoration: none;
}

.filter.main > ul li a {
	padding: 8px 9px;
}

.filter span.ntitle {
	display: inline-block;
	float: left;
    font-family: 'Roboto Medium';
	color: #004F91;
	font-size: 20px;
	cursor: default;
	margin: 0 87px 0 0;
	padding: 5px 0;
}

.filter.main span.ntitle {
	margin: 0 20px 0 0;
}

.filter > ul li:last-child {
    margin-right: 0;
}

.filter > ul li.active {
    background: #004E90;
}

.filter > ul li.active a {
    color: #fff;
}

.filter > ul li.active:after {
	content: ''; 
    position: absolute;
    left: 50%;
    margin-left: -10px;
    bottom: -19px; 
    border: 10px solid transparent;
    border-top: 10px solid #004E90;
}

.rl {font-family: Roboto; font-size: 16px;}
.rr {font-family: 'Roboto Regular'}

.blue {color: #29508e;}

span.contact-icon {
	display: block;
	float: left;
	width: 20px;
	height: 20px;
	background: url(/images/contacts.png) no-repeat;
	margin: -3px 5px 0 0;
}

span.phone {background-position: 0 0}
span.email {background-position: 45% 0}
span.skype {background-position: 100% 0}

.build {
	padding: 35px;
	background: #F7F7F7;
	margin: 25px 0;
	height: 440px;
}

.build:last-child {
	height: 420px;
}

.build .contacts {
	line-height: 30px;
}

.build span.contact-icon {
	margin: 2px 9px 0 0;
}

div.complaint {
	font-size: 18px;
}

form.feedback {
	font-family: Roboto;
	background: #F7F7F7;
	padding: 60px 100px 40px;
}

div.complaint > div {
    background: #1263A7;
    color: #fff;
    text-transform: uppercase;
    text-align: center;
    padding: 15px 0;
}

form.feedback .field {
	margin-bottom: 23px;
}

form.feedback .field img {
	width: 160px;
	height: 50px;
	float: left;
	margin-right: 30px;
}

form.feedback div.name span {
    color: #1263A7;
    padding-left: 5px;
}

form.feedback div.name label {
	width: 205px;
	float: left;
}

form.feedback input[type=text] {
	width: 340px;
	height: 40px;
	padding: 5px;
	border: 1px solid #DBDBDB;
}

form.feedback input#captcha_word {
	width: 110px;
}

form.feedback textarea {
	padding: 5px;
	border: 1px solid #DBDBDB;
	width: 780px;
	height: 150px;
}

form.feedback input[type=submit] {
	background: #004E91;
    color: #fff;
    font: 16px 'Roboto Regular';
    text-transform: uppercase;
    padding: 15px 30px;
    margin-left: 205px;
    cursor: pointer;
}

form#contacts.feedback input[type=submit] {
    background: #004E91 url(/images/liy.png) no-repeat 86% 47%;
    padding: 15px 60px 15px 30px;
}

form.feedback hr {
	border: 1px solid #AABCD3;
	margin: 0 0 23px 205px;
}

#modal_window, #modal_window_error {
	width: 500px;
	background: #fff;
	// 
	height: 153px;
	position: fixed;
	top: 45%;
	left: 50%;
	margin-top: -76px;
	margin-left: -250px;
	display: none;
	opacity: 0;
	z-index: 100000;
}

#close {
	background: url(/images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	position: absolute;
	top: -25px;
	right: -25px;
	cursor: pointer;
	display: block;
}

#overlay {
	z-index: 99999;
	position: fixed;
	background-color: #000;
	opacity: 0.8;
	-moz-opacity:0.8;
	filter:alpha(opacity=80);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	cursor: pointer;
	display: none;
}

#modal_window div.message, #modal_window_error div.message {
    background: repeating-linear-gradient(-45deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
    margin: 15px 0;
	padding: 30px;
	text-align: center;
	font-size: 20px;
	color: #fff;
}
#modal_window p.title {
	margin: 0 0 15px 0;
	font-size: 20px;
	font-family: 'Roboto Medium';
	color: #feed01;
	text-transform: uppercase;
}

#modal_window p.title + p {
	margin: 0;
}

.nomargin {
	margin: 0;
}

.li-block {
	width: 24%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}

.li-block:first-child {
	margin-left: 0;
}

.mt45 {
	margin-top: 45px;
}

.block-content.mt45 p.title {
	font-size: 20px;
    font-family: 'Roboto Medium';
    text-align: center;
    text-transform: none;
    color: #000;
}

.spoiler-title {
	background: #F5F5F5;
	margin: 15px 0;
	height: 44px;
	cursor: pointer;
}

.spoiler-title .spoiler {
	display: block;
    width: 44px;
    height: 44px;
    float: left;
    background: url(/images/spoiler.png) no-repeat;
    margin-right: 20px;
}

.spoiler-title .spoiler.closed {
	background-position: 100% 0;
}

.spoiler-title .spoiler.opened {
	background-position: 0 0;
}

.spoiler-title .name, a.caf-title {
	font-family: 'Roboto Medium';
	font-size: 18px;
	color: #29508e;
	border-bottom: 1px dashed #29508e;
	line-height: 44px;
	text-transform: uppercase;
}

a.caf-title {
	border-bottom: none;
	text-decoration: underline;
}

.spoiler-body {
	display: none;
}

.spoiler-body img {
	width: 200px;
	float: left;
	margin: 0 10px 10px 0;
}

.cafedra {
	background: #f5f5f5;
	margin-bottom: 50px;
}

.cafedra p.title {
	background: #ebebeb;
	line-height: 55px;
	margin-bottom: 0;
}

.caf-items {
	padding: 25px 30px;
}

.caf-block {
	float: left;
	width: 50%;
	padding-bottom: 15px;
}

.caf-block > p {
	font-size: 16px;
}

.filials {
	background: #F7F7F7;
	padding: 20px 80px;
}

.filials > div {
	float: right;
	width: 40%;
}

.filials ol {
	list-style-type: none;
	counter-reset: num;
	margin-top: 15px;
}

.filials li {
	color: #29508e;
	font-size: 16px;
	margin-bottom: 15px;
}

.filials li::before {
	content: counter(num)' ';
	counter-increment: num;
	color: #009fe3;
	display: inline-block;
	width: 18px;
	text-align: right;
	margin-right: 30px;
}

.filial-detail ul {
	margin: 0 0 10px 30px;
}

.filial-detail > div {
	display: inline-block;
	vertical-align: top;
}

.filial-detail > div:first-child {
	width: 400px;
}

.filial-detail > div:last-child {
	width: 790px;
}

.filial-detail img {
	width: 390px;
	margin-bottom: 30px;
}

.bio {
	margin-left: 400px;
}

.contact-info {
	font-size: 16px;
	margin-top: 50px;
}

.contact-info > div {
	display: inline-block;
}

.contact-info > div.name {
	margin-right: 15px;
	color: #29508e;
}

.tabs .gramoty {
	background: #f7f7f7;
	padding: 15px 60px;

}

.tabs .gramoty .item {
	display:inline-block;
	margin: 15px 60px 15px 0;
	box-shadow: 0 0 11px 2px #C7C7C7;
}

.tabs .gramoty .item:nth-child(4n) {
	margin-right: 0;
}

.video {
	display: inline-block;
	vertical-align: top;
	padding: 15px 35px;
	background: #F5F5F5;
	margin-left: 0;
	margin-bottom: 40px; 
}

.video:nth-of-type(2n) {
	margin-left: 15px;
}

.video:nth-last-child(2), .video:last-child {
	margin-bottom: 0;
}

.video .news-date-time {
	font-family: 'Tahoma';
	font-size: 12px;
	color: #29508e;
	font-weight: 600;
	display: block;
	margin-bottom: 10px;
}

.video iframe {
	margin-bottom: 20px;
}

.video .name {
	font-size: 18px;
	max-width: 520px;
	height: 44px;
}

.video p.text {
	font-family: 'Roboto Light';
}

.advs {
	margin-bottom: 20px;
}

.advs > div {
	display: inline-block;
	vertical-align: top;
	width: 230px;
	text-align: center;
	margin-left: 8px;
}

.advs > div:nth-child(5n+1) {
	margin-left: 0;
}

.advs span {
	display: block;
	margin: 0 auto;
	width: 160px;
	height: 120px;
	background: url(/images/advs.png) no-repeat;
}

.advs span.icon1 {background-position: 0 0}
.advs span.icon2 {background-position: 25% 0}
.advs span.icon3 {background-position: 50% 0}
.advs span.icon4 {background-position: 75% 0}
.advs span.icon5 {background-position: 100% 0}
.advs span.icon6 {background-position: 0 100%}
.advs span.icon7 {background-position: 25% 100%}
.advs span.icon8 {background-position: 50% 100%}
.advs span.icon9 {background-position: 75% 100%}

.catleft {
	float: left;
}

.categories {
	background: repeating-linear-gradient(-45deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	width: 285px;
}

.categories ul li {
	list-style: none;
	padding: 0 30px 0 35px;
	/*height: 58px;*/
	position: relative;
}

.categories ul li:hover, .categories ul li.selected {
	background: #437BB4;
}

.categories ul li:hover:before, .categories ul li.selected:before {
	content: '';
	background: url(/images/liy.png) no-repeat;
	width: 9px;
	height: 16px;
	position: absolute;
	top: 20px;
	left: 13px;
}

.categories ul li:hover a, .categories ul li.selected a {
	color: #ffffff;
}

.categories ul li a {
	color: #fff;
	text-decoration: none;
	font-size: 16px;
	display: block;
	padding: 19px 0;
	border-bottom: 1px solid rgba(255,255,255,0.2);
}

.categories ul li:nth-child(2) a {
	padding: 10px 0;
}

.reviews {
	float: right;
	width: 860px;
}

.reviews .review {
	background: #F5F5F5;
	padding: 30px 40px;
	font-size: 16px;
	color: #333;
	position: relative;
	margin-bottom: 20px;
}

.reviews .review:last-child {
	margin-bottom: 0;
}

.review .props > div {
	display: inline-block;
}

.review .props > div.props-name {
	margin-right: 30px;
	color: #29508e;
}

.review hr {
	border: 1px solid #D3D3D3;
	margin: 10px 0 25px;
}

.review:after {
	content: ''; 
    position: absolute;
    left: -30px;
    top: 40px; 
    border: 30px solid transparent;
    border-top: 30px solid #f5f5f5;
}

.ban .more {
	text-align: center;
	margin: 20px 0 6px;
	line-height: 39px;
}

.ban .more a {
	font-size: 16px;
	text-decoration: none;
	background: #004F91;
	color: #fff;
	padding: 10px 15px;
}

.ban .opacity {
	background: #1263A7;
	position: relative;
}

.ban .opacity img {
	opacity: 0.35;
}

.ban .opacity span {
	font-family: 'Tahoma';
	display: block;
	text-align: center;
	position: absolute;
	width: 100%;
	box-sizing: border-box;
}

.ban .opacity span.text {
	color: #fff;
	top: 38%;
	padding: 0 20px;
}

.ban .opacity span.readmore {
	color: #29508e;
	background: #fff;
	bottom: 10px;
	width: 115px;
	padding: 7px 0;
	left: 50%;
	margin-left: -57.5px;
}

.blind-settings {
	text-align: center;
}

.blind-settings > div {
	float: left;
	width: 590px;
	margin: 0 20px 20px 0;
	background: #f5f5f5;
	height: 180px;
}

.blind-settings > div:last-child {
	margin-right: 0;
}

.blind-settings > div > div.title {
	background: #1263A7;
	color: #fff;
	font-size: 16px;
	padding: 17px 0;
	margin-bottom: 10px;
}

.blind-settings .font span {
	font-family: 'Roboto Medium';
	display: table-cell;
	cursor: pointer;
	position: relative;
	padding: 0 10px;
	color: #000;
}

.font span.font1 {font-size: 35px !important;}
.font span.font2 {font-size: 50px !important;}
.font span.font3 {font-size: 65px !important;}

.font span.selected:after {
	content: ''; 
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -10px; 
    border: 15px solid transparent;
    border-bottom: 15px solid #00A0E6;
}

.blind-settings .view span {
	cursor: pointer;
	width: 68px;
	height: 68px;
	display: inline-block;
	background: url(/images/blind-view.png) no-repeat;
	margin: 0 18px;
}

.blind-settings .font > div:last-child {
	width: 160px;
	margin: 0 auto;
}

.blind-settings .view > div:last-child {
	margin-top: 25px;
}

.view span.view1 {background-position: 0 0}
.view span.view2 {background-position: 50% 0}
.view span.view3 {background-position: 100% 0}

.pages .page {
	background: #f5f5f5;
	width: 165px;
	height: 70px;
	margin-right: 20px;
	padding: 10px 30px 10px 90px;
	float: left;
	position: relative;
}

.pages .page p {
	position: absolute;
	top: 50%;
	color: #000;
	font-size: 16px;
}

.pages .page:before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	float: left;
	width: 45px;
	height: 90px;
	background: #00A0E6 url(/images/spoiler.png) no-repeat 108% 50%;
}

.pages > a.page:nth-of-type(4) {
	margin-right: 0;
}

.blind-content {
	margin-top: 60px;
	font-size: 20px;
}
a.information_about_organization {
    color: #fff!important;
    background: #1A5A97;
    padding: 8px 30px;
    text-decoration: none;
    font-family: Tahoma;
}
.main_information_about_organization {
    display: block;
    padding-bottom: 13px;
}

span.name a {
    text-decoration: none;
}
.pdflink, .doclink, .xlslink {
/*
    float: left;*/
}
.info img {
    margin: 0 10px 10px 0;
    
}
.pdflink, .doclink, .xlslink {
    display: inline-block;
     margin: 5px 0; 
}
 .question_answer a.callback.cboxElement {
    background: #004E91;
    color: #fff;
    font: 16px 'Roboto Regular';
    text-transform: uppercase;
    padding: 15px 25px;
    border: none;
    cursor: pointer;
    text-decoration: none;
}
.question_answer {
    text-align: center;
    padding: 20px;
}
.qvestion {
    display: block;
    width: 90%;
    padding-bottom: 20px;
}
.ansvers {
    padding-left: 50px;
    display: block;
    width: 90%;
    padding-bottom: 20px;
}