

/* Start:/bitrix/templates/nsuem/components/bitrix/news/specials/bitrix/news.detail/.default/style.css?16086438119857*/
#breadcrumbs {
	display: none !important;
}

.heading {
	display: none !important;
}

#right-menu {
	display: none !important;
}

.cathedra__img {
	max-width: 40%
}

.cathedra {
	color: #333333;
	width: 930px;
	background: white;
	margin: 0 auto;
	font-size: 16px;
}
.cathedra__news	.cathedra__elem{
	padding: 90px 43px 90px 43px;
}
.cathedra__news	.cathedra__elem .cathedra__name{
	margin-top: 20px !important;
}
#content section {
	padding: 0 !important;
}

#content {
	background: #e5e5e5 !important;
}

section.col-md-17.col-sm-17 {
	width: 100%;
}

.cathedra__top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 15px;
}

.cathedra__subtitle {
	font-weight: bold;
	font-size: 20px;
	margin-top: 21px;
}

.cathedra__nav {
	width: 297px;
	background: #F4F4F4;
	padding: 17.5px 0;
}

.cathedra-nav__item {
	display: flex;
	align-items: center;
	font-size: 16px;
	text-decoration: none;
	color: black;
	padding: 8px 10px 8px 60px;
	margin: 5px 0;
	position: relative;
}

.cathedra-nav__item.nav__subitem {
	padding-left: 75px;
}

.cathedra-nav__item.nav__subitem:before {
	content: none;
}

.cathedra-nav__item:hover {
	background: #5993C5;
	color: white;
}

.cathedra__submenu{
	display: none;
}

.cathedra__submenu.cathedra__submenu_active{
	display: block;
}

.cathedra__wrap {
	width: calc(100% - 340px);
	padding-left: 43px;
}

.cathedra-top__img {
	margin-top: 35px;
	border-radius: 5px;
	max-width: 100%
}

.cathedra__elem_flex {
	display: flex;
	margin-bottom: 40px;
	align-items: flex-start;
}

.cathedra__elem {
	padding: 20px 43px 20px 43px;
}

.cathedra__colored .cathedra__elem:nth-child(2n) {
	background: #F8F9FF;
}

.cathedra__colored .cathedra__elem:last-child {
	margin-bottom: 0 !important;
}

.cathedra__elem_flex .cathedra__detailed {
	margin-left: 63px;
}

.cathedra__name {
	margin: 15px 0 !important;
	font-size: 18px !important;
	font-weight: bold !important;
	color: black !important;
}

.cathedra__name_tac{
	text-align: center;
}

.cathedra__img-wrapper .cathedra__img {
	max-width: 100%
}

.cathedra__img-wrapper {
	min-width: 40%;
	max-width: 40%;
	display: flex;
	align-items: center;
	justify-content: center;
}

.cathedra__special {
	padding: 10px 0;
	line-height: 26px;
	margin: 0 !important;
}

.cathedra__detail-text *, .cathedra__text{
	font-family: Arial !important;
	font-style: normal !important;
	font-weight: normal !important;
	font-size: 16px !important;
	line-height: 26px !important;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cathedra__detail-text span, .cathedra__detail-text p{
	text-indent: 1.5em !important;
	color: #19181B;
}
.cathedra__text.not-ti {
	text-indent: 0;
}
img{
	max-width: 100%;
}
.cathedra__name_regular {
	font-weight: normal;
}

table.cathedra__elem tr:nth-child(2n-1)  {
	background: #F9F9FE !important;
	line-height: 27px;
}

table.cathedra__elem tr:nth-child(2n) {
	background: #F0F4FD !important;
	line-height: 27px;
}
table.cathedra__elem.cathedra__table_nonstandard tr:nth-child(4n-3),
table.cathedra__elem.cathedra__table_nonstandard tr:nth-child(4n-2){
	background: #F9F9FE !important;
	line-height: 27px;
}
table.cathedra__elem.cathedra__table_nonstandard tr:nth-child(4n-1),
table.cathedra__elem.cathedra__table_nonstandard tr:nth-child(4n){
	background: #F0F4FD !important;
	line-height: 27px;
}

.table_two.cathedra__elem tr td {
	border: 4px solid white;
}

.table_two.cathedra__elem tr td:nth-child(2n-1) {
	padding: 15px 30px 15px 57px;
	width: 70%;
}

.table_two.cathedra__elem tr td:nth-child(2n) {
	width: 30%;
}

.table_three.cathedra__elem tr td {
	padding: 14px 25px;
	border: 2px solid white;
	width: calc(100% / 3);
}

table.cathedra__elem {
	width: 100%;
}

.cathedra__link {
	color: #5993C5;
	text-decoration: underline;
}

.cathedra__link:hover {
	color: #365C7F;
}

#content .col-md-17 .cathedra h2.cathedra__title {
	font-size: 24px !important;
	color: white !important;
	line-height: 30px !important;
	padding-left: 49px !important;
	width: 50% !important;
	font-weight: bold !important;
}

.cathedra__head {
	display: flex;
	align-items: center;
	background: url("/images/cathedra-header.png");
	height: 176px;
}

[data-controls="prev"], [data-controls="next"] {
	width: 54px;
	height: 54px;
	background: url("/images/cathedra-arrow.svg") white no-repeat center center;
	border: 0;
	outline: 0;
	border-radius: 100%;
	position: absolute;
	z-index: 5;
	top: calc(50% - 27px);
}

[data-controls="prev"] {
	left: -24px;
	transform: rotate(180deg);
}

[data-controls="next"] {
	right: -24px;
}

.cathedra__elem-slider .tns-outer {
	position: relative;
}

.cathedra__elem-slider .tns-outer .tns-nav {
	position: absolute;
	bottom: 31px;
	right: 31px;
	z-index: 5;
}

.cathedra__elem-slider .tns-outer .tns-nav button {
	width: 12px;
	height: 12px;
	border-radius: 100%;
	margin-right: 31px;
	border: 0;
}

.cathedra__elem-slider .tns-outer .tns-nav button:last-child {
	margin-right: 0;
}

.cathedra__elem-slider .tns-outer .tns-nav button:focus {
	outline: 0;
	border: 0;
}

.cathedra__elem-slider .tns-outer .tns-nav button.tns-nav-active {
	background: #1E71B8;
	border: 0;
	outline: 0;
}

.cathedra-nav__item::before {
	content: '';
	position: absolute;
	left: 30px;
	background: url("/images/cathedra-icons.png");
	width: 22px;
	height: 22px;
	background-position: 2px -25px;
}

.cathedra-nav__item:hover::before {
	background-position-y: 0 !important;
}

.cathedra-nav__item_active {
	background: #5993C5;
	color: white;
}

.cathedra-nav__item_active::before {
	background-position-y: 0 !important;
}

.cathedra-nav__item.kafedra::before {
	background-position: -22px -25px;
}

.cathedra-nav__item.history::before {
	background-position: -46px -25px;
}

.cathedra-nav__item.news::before {
	background-position: -72px -25px;
}

.cathedra-nav__item.textbooks::before{
	background-position: 2px -25px;
}

.cathedra-nav__item.employees::before {
	background-position: -98px -25px;
}

.cathedra-nav__item.edu-process::before {
	background-position: -124px -25px;
}

.cathedra-nav__item.science::before{
	background-position: -153px -25px;
}

.cathedra-nav__item.announcements::before {
	background-position: -181px -25px;
}

.cathedra-nav__item.alumni::before {
	background-position: -210px -25px;
}

.cathedra-nav__item.contacts::before {
	background-position: -236px -25px;
}


.cathedra__elem ol li {
	margin-bottom: 10px;
}
.dropdown__content{
	max-height: 0;
	overflow: hidden;
	transition: max-height .3s;
}
.cathedra__name_regular{
	font-weight: normal !important;
}

.dropdown__title{
	cursor: pointer;
}
.cathedra__manager{
	flex-wrap: wrap;
}
.cathedra__manager .cathedra__name_regular{
	width: 100%;
}
.manager__name{
	font-size: 16px !important;
	margin: 0 !important;
}
.manager__name_18{
	font-size: 18px !important;
}
.manager__text{
	margin-bottom: 0 !important;
}
.manager__text span{
	display: block;
}
.cathedra__manager .cathedra__detailed{
	margin-left: 5%;
	max-width: 55%;
	text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
.cathedra__quote{
	position: relative;
	margin-left: 60px;
	width: 65%;
	font-style: italic;
	font-weight: normal;
	font-size: 16px;
	line-height: 21px;
	color: #434257;


}
.cathedra__quote::before{
	content: '“';
	position: absolute;
	left: -10px;
	font-family: Arial;
	font-style: italic;
	font-weight: normal;
	font-size: 118px;
	line-height: 30px;
	/* identical to box height, or 25% */

	color: rgba(89, 147, 197, 0.24);


}
.cathedra__container {
	overflow: auto;
	width: 100%;
	margin: 20px auto 0;
}

.npr-title {font-size:28px;font-weight:bold;width:295px;}
.npr-sub-title {font-size:18px;font-weight:bold;}
.npr-sub-sub-title {font-size:16px;font-weight:normal;color:#61636F;margin:30px 0 15px;}
.cathedra__user {font-size:14px;color:#000;}
.cathedra__user p {margin:0 0 10px;}
.cathedra__user p a {font-size:16px;color:#393455;}
.cathedra__user img {margin-right:40px;} 
.d-flex-user {display:flex;}
.d-flex-user > div {padding:0 80px 0 0;} 

@media screen and (max-width: 992px) {
	.cathedra {
		width: 100%;
	}
	.cathedra__manager .cathedra__detailed{
		margin-left: 0;
		max-width: none;
	}
	.cathedra__colored .cathedra__img-wrapper{
		max-width: 70%;
		margin: 0 auto;
	}

	.cathedra__top {
		flex-flow: column-reverse;
	}

	.cathedra__nav {
		max-width: none;
		width: 100%;
	}

	table.cathedra__elem {
		width: 930px !important;
		padding: 0;
	}

	.cathedra__elem_flex {
		display: block;
	}

	.cathedra__wrap {
		width: calc(100% - 40px);
		padding: 0;
		margin: 0 auto;
		text-align: center;;
	}

	.cathedra-top__img {
		max-width: 100%;
	}



	.cathedra__elem {
		width: 100%;
		padding: 20px !important;
	}

	.cathedra__elem img {
		display: block;
		margin: 0 auto;
		max-width: 100%;
	}
	.cathedra__detailed {
		margin-left: 0 !important;
		text-align: center;
		margin-top: 15px;
	}

	.cathedra__elem-slider {
		width: 80%;
		margin: 0 auto;
	}

	.cathedra__wrapper {
		width: calc(100% - 40px);
		margin: 0 auto;
	}

	.cathedra__elem-slider .tns-outer .tns-nav {
		bottom: 10px;
		right: 20px;
	}

	.cathedra__elem-slider .tns-outer .tns-nav button {
		margin-right: 5px;
	}

	[aria-controls="cathedra__slider"][data-controls="next"], [aria-controls="cathedra__slider"][data-controls="prev"] {
		width: 30px;
		height: 30px;
		top: calc(50% - 15px);
	}

	[aria-controls="cathedra__slider"][data-controls="next"] {
		right: -15px;
	}

	[aria-controls="cathedra__slider"][data-controls="prev"] {
		left: -15px;
	}
}

@media screen and (max-width: 768px) {
	.cathedra__head {
		width: 100%;
	}

	#content .col-md-17 .cathedra h2.cathedra__title {
		width: 90% !important;
		text-align: center !important;
		padding: 0 5% !important;
		margin: 0 auto;
	}

}
@media screen and (max-width: 500px) {
	.cathedra__container img{
		max-width: 150% !important;
	}
	.cathedra__colored .cathedra__img-wrapper{
		max-width: 100%;
	}
}
/* End */


/* Start:/bitrix/templates/nsuem/components/bitrix/news.list/special/style.css?160362783295*/

.cathedra__news .cathedra__name{
	font-weight: normal !important;
	margin-top: 0 !important;
}
/* End */
/* /bitrix/templates/nsuem/components/bitrix/news/specials/bitrix/news.detail/.default/style.css?16086438119857 */
/* /bitrix/templates/nsuem/components/bitrix/news.list/special/style.css?160362783295 */
