.main-carousel--title--coronavirus a:hover {
	color: #D9280B;
	border-bottom: 1px solid;
	border-bottom-color: rgba(217, 40, 11, .3);
	font-family: 'FuturaRegular', sans-serif;
}

.main-carousel--title--coronavirus {
	font-size: 34pt;
	color: #fff;
	font-family: 'FuturaRegular', sans-serif;
	padding: 10rem 85px;
	margin-right: 150px;
}

.main-carousel--title--coronavirus a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid;
	border-bottom-color: rgba(255, 255, 255, .3);
}

.categories {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.categories p {
	margin: 0 12px 0 0;
}

.categories ul {
	margin: 0;
	padding: 0;
}

.categories li {
	display: inline-block;
	padding-right: 2em;
	margin-left: 20px;
}

@media (max-width: 767px) {
	.categories {
		display: block;
	}

	.categories p {
		margin: 0 0 8px 0;
	}
}

.cat-item {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.cat-item ins {
	text-decoration: none;
	display: inline-block;
	margin: 0 4px;
	font-size: 80%;
}

.cat-item a::before {
	margin-left: -20px;
}

.cat-item-19 {
	color: #ef6c00;
}

.cat-item-19 a {
	color: #ef6c00;
	border-bottom: 1px solid;
	border-bottom-color: rgba(239, 108, 0, .3);
}

.cat-item-19 a::before {
	content: "";
	position: absolute;
	margin-top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #ef6c00;
}

.cat-item-21 {
	color: #c62828;
}

.cat-item-21 a {
	color: #c62828;
	border-bottom: 1px solid;
	border-bottom-color: rgba(198, 40, 40, .3);
}

.cat-item-21 a::before {
	content: "";
	position: absolute;
	margin-top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #c62828;
}

.cat-item-22 {
	color: #558b2f;
}

.cat-item-22 a {
	color: #558b2f;
	border-bottom: 1px solid;
	border-bottom-color: rgba(85, 139, 47, .3);
}

.cat-item-22 a::before {
	content: "";
	position: absolute;
	margin-top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #558b2f;
}

.cat-item-37 {
	color: #0277bd;
}

.cat-item-37 a {
	color: #0277bd;
	border-bottom: 1px solid;
	border-bottom-color: rgba(2, 119, 189, .3);
}

.cat-item-37 a::before {
	content: "";
	position: absolute;
	margin-top: 7px;
	width: 10px;
	height: 10px;
	border-radius: 2px;
	background: #0277bd;
}

.tags a {
	border: 1px solid rgba(2, 119, 189, 0.3);
	position: relative;
	display: inline-block;
	border-radius: 2px;
	padding: .3em .5em;
	color: #0277bd;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.post-categories {
	display: block;
	margin-top: 10px;
	margin-bottom: 8px;
	padding: 0;
}

.post-categories a {
	display: inline-block;
	border-radius: 8px;
	padding: .3em .5em;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-decoration: none;
	color: #333;
	border: 1px solid rgba(0, 0, 0, .2);
	background: #fff;
	margin-right: 6px;
	margin-bottom: 6px;
}

.post-categories a:hover,
.post-categories a:focus {
	text-decoration: none;
	color: #fff;
}

.post-categories a[href*="category/culture"],
.post-categories a[href*="news_cat=culture"] {
	border: 1px solid #ef6c00;
	background: #ef6c00;
	color: #fff;
}

.post-categories a[href*="category/culture"]:hover,
.post-categories a[href*="category/culture"]:focus {
	color: #fff;
	background: #e65100;
}

.post-categories a[href*="category/education"],
.post-categories a[href*="news_cat=education"] {
	border: 1px solid #c62828;
	background: #c62828;
	color: #fff;
}

.post-categories a[href*="category/education"]:hover,
.post-categories a[href*="category/education"]:focus {
	color: #fff;
	background: #b71c1c;
}

.post-categories a[href*="category/university_life"],
.post-categories a[href*="news_cat=university_life"] {
	border: 1px solid #558b2f;
	background: #558b2f;
	color: #fff;
}

.post-categories a[href*="category/university_life"]:hover,
.post-categories a[href*="category/university_life"]:focus {
	color: #fff;
	background: #33691e;
}

.post-categories a[href*="category/social"],
.post-categories a[href*="news_cat=social"] {
	border: 1px solid #0277bd;
	background: #0277bd;
	color: #fff;
}

.post-categories a[href*="category/social"]:hover,
.post-categories a[href*="category/social"]:focus {
	color: #fff;
	background: #01579b;
}

.post-categories a[href*="category/society"],
.post-categories a[href*="news_cat=society"] {
	border: 1px solid #0277bd;
	background: #0277bd;
	color: #fff;
}

.post-categories a[href*="category/society"]:hover,
.post-categories a[href*="category/society"]:focus {
	color: #fff;
	background: #01579b;
}

.main-carousel--title a:hover {
	color: #D9280B;
	border-bottom: 1px solid;
	border-bottom-color: rgba(217, 40, 11, .3);
	font-family: 'FuturaRegular', sans-serif;
}

.main-carousel--title {
	font-size: 34pt;
	color: #fff;
	font-family: 'FuturaRegular', sans-serif;
	padding: 6rem 130px;
}

.main-carousel--title a {
	color: #fff;
	cursor: pointer;
	text-decoration: none;
	border-bottom: 1px solid;
	border-bottom-color: rgba(255, 255, 255, .3);
}

body {
	color: #212121;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

html,
body {
	height: 100%;
	margin: 0;
	padding: 0;
}

#wrap {
	min-height: 100%;
}

p,
ul,
ins {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-weight: 400;
}

#headline {
	font-family: "Helvetica Neue", Arial, sans-serif;
	font-weight: bold;
}

a {
	text-decoration: none;
	color: #333;
}

a:hover {
	text-decoration: none;
}

a:focus {
	text-decoration: none;
}

.link {
	color: #2a6496;
}

.link:hover {
	text-decoration: none;
	border-bottom: 1px dashed #2a6496;
}

.list-inline {
	padding-left: 0px;
	list-style: none outside none;
	margin-bottom: 0px;
}

.form-control {
	border-radius: 0px;
}

.btn-default {
	border-radius: 0px;
}

.navbar-default {
	border: 0px none;
	box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.1);
	background-color: #FFFFFF;
	margin-bottom: 0px;
	border-radius: 0px;
}

.navbar-nav>li>a,
#main-menu>li>a {
	font-weight: bold;
}

.dropdown-menu {
	border-radius: 0px;
	border: 0px solid #ccc;
	border: 0px solid rgba(0, 0, 0, .15);
}

.brand-name {
	color: #000;
	float: left;
	height: 0px;
	padding: 40px 50px 0px 0px;
	font-size: 18px;
	line-height: 20px;
}

.carousel-box {
	padding-top: 10px;
}

.navbar-default .navbar-nav>li>a:hover,
.navbar-default .navbar-nav>li>a:focus {
	color: #2a6496;
	background-color: #FFFFFF;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:hover,
.navbar-default .navbar-nav>.open>a:focus {
	color: #2a6496;
	background-color: #FFFFFF;
}

.navbar-default .navbar-nav>li>a {
	color: #333;
}

#news {
	margin-top: 15px;
	margin-bottom: 20px;
	font: bold 4.4rem/0.8 Arial, sans-serif;
}

#headline {
	border-bottom: 2px solid #6091BA;
	margin-top: 0;
}

.img-news {
	float: left;
	margin: 0px 20px 5px 0px;
}

.carousel-control.left,
.carousel-control.right {
	background-image: none !important;
}

.carousel-inner .item img {
	width: 100%;
	height: 100%;
}

.carousel-indicators {
	bottom: 5px;
	/* left: 50; */
	width: auto;
	/* padding: 5px 25px 5px 25px; */
	margin-left: 0;
	z-index: 9;
}

.carousel-indicators li {
	border-radius: 4px;
	border-width: 2px;
	width: 10px;
	height: 10px;
	background: #FFFFFF;
}

.carousel-indicators .active {
	width: 12px;
	height: 12px;
	background: #6091ba;
	border-color: #FFFFFF;
}

.carousel-control {
	background: rgba(0, 0, 0, 0.3);
	color: #FFFFFF;
	padding: 4px 0;
	width: 36px;
	top: auto;
	left: auto;
	bottom: 12px;
	opacity: 0.85;
}

.carousel-control.right {
	right: 10px;
}

.carousel-control.left {
	right: 46px;
}

.carousel-caption {
	top: auto;
	width: auto;
	right: auto;
	bottom: 60px;
	left: 0;
	padding: 20px;
	background: rgba(0, 0, 0, 0.7);
	text-align: left;
	height: auto;
	max-width: 50%;
	z-index: 9;
}

.btn-carousel {
	color: #FFFFFF;
	background-color: #6091ba;
	border-color: #6091ba;
	border-radius: 0px;
	box-shadow: 2px 2px 0px rgba(60, 106, 145, 0.8);
}

.btn-carousel:hover,
.btn-carousel:focus,
.btn-carousel:active,
.btn-carousel.active,
.open .dropdown-toggle.btn-carousel {
	color: #FFFFFF;
	background-color: #486f90;
	border-color: #486f90;
}

.btn-carousel:active,
.btn-carousel.active,
.open .dropdown-toggle.btn-carousel {
	background-image: none;
}

.contact-list {
	position: relative;
	top: 0px;
	width: 220px;
	background: none repeat scroll 0% 0% #FFFFFF;
	padding: 7px 10px;
	border-right: 1px solid #DDD;
	border-width: medium 1px 1px;
	border-style: none solid solid;
	border-color: transparent #DDD #DDD;
	border-image: none;
	box-shadow: 0px 1px 2px #DDD;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	font-size: 12px;
	line-height: 16px;
	color: #333;
}

header .contact-list hr {
	margin: 6px 0px 6px 0px;
}

/* .clearfix() {

	&:before,
	&:after {
		content: " ";
		display: table;
	}

	&:after {
		clear: both;
	}
}

.element {
	.clearfix();
} */

.element:before,
.element:after {
	content: " ";
	display: table;
}

.element:after {
	clear: both;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:hover,
.navbar-default .navbar-nav>.active>a:focus {
	background-color: #FFFFFF;
	color: #2a6496;
}

.dropdown-menu>li>a:hover,
.dropdown-menu>li>a:focus {
	background-color: #FFFFFF;
	color: #2a6496;
}

.dropdown-menu>.active>a,
.dropdown-menu>.active>a:hover,
.dropdown-menu>.active>a:focus {
	background-color: #FFFFFF;
	color: #2a6496;
}

.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.layer {
	padding-bottom: 10px;
	text-align: center;
}

.dropdown-submenu {
	position: relative;
}

.dropdown-submenu>.dropdown-menu {
	top: 0;
	left: 100%;
}

.dropdown-submenu:active>.dropdown-menu,
.dropdown-submenu:hover>.dropdown-menu {
	display: block;
}

.dropdown-submenu>a:after {
	display: block;
	content: " ";
	float: right;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;
	border-width: 5px 0 5px 5px;
	border-left-color: #cccccc;
	margin-top: 5px;
	margin-right: -10px;
}

.dropdown-submenu:active>a:after {
	border-left-color: #ffffff;
}

.dropdown-submenu.pull-left {
	float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
	left: -100%;
	margin-left: 10px;
	-webkit-border-radius: 6px 0 6px 6px;
	border-radius: 6px 0 6px 6px;
}

/*subnav*/
#subnav li.current_page_item a {
	color: #2A6496;
	font-weight: bold;
}

#subnav li {
	list-style: none;
	padding: 5px 0px 5px 0px;
}

#subnav {
	padding: 0px 0px;
}

#subtitle {
	border-bottom: 2px solid #6091BA;
	font-size: 18px;
	font-weight: bold;
	padding-bottom: 5px;
}

/*table*/
.table>tbody>tr>td {
	border-top: 1px solid #6091BA;
}

.table>thead>tr>td {
	border-top: 1px solid #6091BA;
}

.table>thead>tr.active>td {
	background-color: #dff0ff;
}

.table>thead>tr>th,
.table>thead>tr>td {
	vertical-align: middle;
}

/*table hover*/
.table-hover>tbody>tr:hover>td {
	background-color: #dff0ff;
}

/*pagination*/
.pg-container {
	padding-top: 10px;
	margin: 20px auto 0px;
	text-align: center;
}

.current {
	background-color: #2A6496;
	color: #FFFFFF;
	border-radius: 100px;
}

.page-numbers,
.navigation a {
	width: 25px;
	height: 25px;
	display: inline-block;
	margin-right: 5px;
	line-height: 25px;
}

a.prev,
a.next {
	color: #2A6496;
}

.news-link a {
	font-family: Arial;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
}

.news-link a:hover {
	color: #D9280B;
	border-bottom: 1px solid;
	border-bottom-color: rgba(217, 40, 11, .3);
}

.header {
	background-color: #2A6496;
}

.ngg-gallery-thumbnail img {
	border: 1px solid #DDDDDD !important;
	padding: 2px !important;
	margin: 4px 0 4px 2.9px !important;
}

.ngg-gallery-thumbnail img:hover {
	background-color: #FFFFFF !important;
}

/*Buttons*/
.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font-size: 15px;
	padding: 20px 40px;
	margin: 10px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
	box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}

.button:hover {
	text-decoration: none;
}

a.button:focus {
	color: #fff;
}

.blue {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#61a0d6), to(#2a6496));
	background: -moz-linear-gradient(top, #61a0d6, #2a6496);
	background: -ms-linear-gradient(top, #61a0d6, #2a6496);
}

.blue:hover {
	color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#2a6496), to(#61a0d6));
	background: -moz-linear-gradient(top, #2a6496, #61a0d6);
	background: -ms-linear-gradient(top, #2a6496, #61a0d6);
}

/*none list ul children*/
ul.children {
	display: none;
}

.app {
	color: #fff;
	z-index: 9;
	background: -moz-linear-gradient(top, #83c100, #6fa300);
	background: -webkit-gradient(linear, left top, left bottom, from(#83c100), to(#6fa300));
	background: -ms-linear-gradient(top, #83c100, #6fa300);
	display: block;
	font-size: 14px;
	font-weight: bold;
	left: 0;
	letter-spacing: 1px;
	padding: 15px 40px 20px 20px;
	position: fixed;
	top: 600px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-bottom-right-radius: 20px;
}

.que {
	z-index: 9;
	background: -moz-linear-gradient(top, #ff7900, #d76600);
	background: -webkit-gradient(linear, left top, left bottom, from(#ff7900), to(#d76600));
	background: -ms-linear-gradient(top, #ff7900, #d76600);
	color: #fff;
	display: block;
	font-size: 14px;
	font-weight: bold;
	right: 0;
	letter-spacing: 1px;
	padding: 15px 20px 20px 40px;
	position: fixed;
	text-decoration: none;
	top: 600px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
	border-bottom-left-radius: 20px;
}

p {
	line-height: 1.5;
}

/*Modal window*/
.window {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.8);
	z-index: 99999;
	-webkit-transition: opacity 400ms ease-in;
	-moz-transition: opacity 400ms ease-in;
	transition: opacity 400ms ease-in;
	display: none;
	pointer-events: none;
}

.window:target {
	display: block;
	pointer-events: auto;
}

.window>div {
	width: 460px;
	position: relative;
	margin: 10% auto;
	padding: 25px;
	border-radius: 0;
	background: #fff;
	box-shadow: 0px 0px 20px 2px;
}

.close {
	background: #cc3300;
	color: #FFFFFF;
	line-height: 25px;
	position: absolute;
	right: -12px;
	text-align: center;
	top: -10px;
	width: 24px;
	text-decoration: none;
	font-weight: bold;
	-webkit-border-radius: 12px;
	border-radius: 12px;
	-webkit-box-shadow: 1px 1px 3px #000;
	box-shadow: 1px 1px 3px #000;
}

.close:hover {
	background: #990000;
}

.footer a {
	color: #ffffff;
	text-decoration: none;
}

.footer a:hover,
.footer a:focus {
	color: #ffffff;
	text-decoration: underline;
}

.footer #text-footer a {
	color: #ffffff;
}

/* Сетка новостей */
.news-grid {
	display: flex;
	flex-wrap: wrap;
}

.news-grid:before,
.news-grid:after {
	display: none;
}

.news-item-col {
	display: flex;
	margin-bottom: 30px;
}

.news-card {
	display: flex;
	flex-direction: column;
	width: 100%;
}

/* Фото одинакового формата */
.news-img {
	margin: 0 0 15px 0;
	float: none;
	width: 100%;
	height: 240px;
	overflow: hidden;
	background: #f3f3f3;
	border-radius: 8px;
}

.news-img a {
	display: block;
	width: 100%;
	height: 100%;
}

.news-img a img,
.news-img img {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0;
	border: none;
	float: none;
	margin: 0;
	object-fit: cover;
	object-position: center center;
}

/* Заголовок */
.news-title {
	margin: 0 0 12px 0;
	line-height: 1.2;
}

.news-title a {
	font-family: 'Cuprum', sans-serif;
	border-bottom: 1px solid;
	border-bottom-color: rgba(0, 0, 0, .3);
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

.news-title a:hover {
	color: #D9280B;
	border-bottom: 1px solid;
	border-bottom-color: rgba(217, 40, 11, .3);
}

/* Заголовки объявлений */
h3 a#news-link {
	font-family: 'Cuprum', sans-serif;
}

/* Краткое описание */
.news-excerpt {
	margin-bottom: 12px;
	line-height: 1.5;
}

.news-excerpt p {
	margin-bottom: 0;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Блок мета вниз */
.news-meta {
	margin-top: auto;
}

/* Адаптив */
@media (max-width: 991px) {
	.news-grid {
		display: block;
	}

	.news-item-col {
		display: block;
		margin-bottom: 30px;
	}

	.news-img {
		height: 240px;
	}

	.news-img a img,
	.news-img img {
		height: 100%;
		object-fit: cover;
	}
}

#main_carousel {
	border-radius: 8px;
	overflow: hidden;
}

#main_carousel .carousel-inner {
	border-radius: 8px;
}

#main_carousel .item,
#main_carousel .item a,
#main_carousel .item img {
	display: block;
	width: 100%;
}

#main_carousel .item img {
	border-radius: 8px;
}

#main_carousel .carousel-control.left {
	border-top-left-radius: 8px;
	border-bottom-left-radius: 8px;
}

#main_carousel .carousel-control.right {
	border-top-right-radius: 8px;
	border-bottom-right-radius: 8px;
}

#main_carousel .carousel-control {
	top: 0;
	bottom: 0;
	left: 0;
	height: 100%;
	width: 15%;
	padding: 0;
	background: none;
	background-image: none !important;
	text-align: center;
	opacity: 0.5;
}

#main_carousel .carousel-control.right {
	right: 0;
	left: auto;
}

#main_carousel .carousel-control.left {
	right: auto;
	left: 0;
}

#main_carousel .carousel-control .glyphicon-chevron-left,
#main_carousel .carousel-control .glyphicon-chevron-right {
	position: absolute;
	top: 50%;
	margin-top: -15px;
}

#main_carousel .carousel-control .glyphicon-chevron-left {
	left: 50%;
	margin-left: -15px;
}

#main_carousel .carousel-control .glyphicon-chevron-right {
	right: 50%;
	margin-right: -15px;
}

/* Адаптация контента записи/страницы (single.php, page.php) */
.col-md-9>.panel.panel-body img,
.col-md-9>.panel.panel-body figure,
.col-md-9>.panel.panel-body .wp-caption {
	max-width: 100% !important;
	height: auto !important;
}

@media (max-width: 767px) {
	.col-md-9>.panel.panel-body [id^="gallery-"] .gallery-item,
	.col-md-9>.panel.panel-body .gallery .gallery-item {
		width: 100% !important;
		max-width: 100% !important;
		float: none !important;
	}

	.col-md-9>.panel.panel-body [id^="gallery-"] img,
	.col-md-9>.panel.panel-body .gallery img,
	.col-md-9>.panel.panel-body .wp-caption img,
	.col-md-9>.panel.panel-body .wp-block-gallery img,
	.col-md-9>.panel.panel-body .blocks-gallery-grid img {
		max-width: 100% !important;
		width: 100% !important;
		height: auto !important;
	}

	.col-md-9>.panel.panel-body iframe {
		max-width: 100%;
	}

	.col-md-9>.panel.panel-body iframe[style*="width"],
	.col-md-9>.panel.panel-body iframe[width] {
		width: 100% !important;
		max-width: 100% !important;
	}

	.col-md-9>.panel.panel-body table {
		display: block;
		max-width: 100% !important;
		overflow-x: auto;
		-webkit-overflow-scrolling: touch;
	}

	.col-md-9>.panel.panel-body table[style*="width"],
	.col-md-9>.panel.panel-body table[width] {
		width: 100% !important;
	}
}
