/* Custom styles
================================ */

/* Scrollbar */

/* Slider */
.rsUni, .rsUni .rsOverflow, .rsUni .rsSlide, .rsUni .rsVideoFrameHolder, .rsUni .rsThumbs {
	background: transparent !important; 
}

/* Pagination */

.pagination>li>a, 
.pagination>li>span {
	color: #95a0a6;
}

/*.pagination>.active>a, 
.pagination>.active>a:focus, 
.pagination>.active>a:hover, 
.pagination>.active>span, 
.pagination>.active>span:focus, 
.pagination>.active>span:hover {
	background-color: #95a0a6;
	border-color: #95a0a6;
}*/

ul.pagination li.active,
.pagination > .active > a, 
.pagination > .active > a:focus, 
.pagination > .active > a:hover,
.pagination > .active > span, 
.pagination > .active > span:focus, 
.pagination > .active > span:hover {
	background-color: #00D2C9;
	border-color: #00D2C9;
}
a.page-numbers,
span.page-numbers {
	padding: 8px 10px;
	margin-left: -5px;
	color: #95a0a6;
	text-decoration: none;
	background-color: #fff;
	border: 1px solid #ddd;
}
span.page-numbers.current {
	background-color: #00D2C9;
	border-color: #00D2C9;
	color: #fff;
	/*border-radius: 5px 0px 0px 5px;*/
}

select.select-pagination {
	width: 15%;
	display: inline-block;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

@media only screen and (max-width : 768px) {
	select.select-pagination {
	width: 50%;
	display: block;
	}

	/*.banner-extratop {
		display: none;
	}*/
}

/* Временно скрытое */
li.page_item.page-item-29421.page_item_has_children {
	display: none; /* Пункт меню «4  шага» в Поступлении */
}
a.video-post:after {
	content: "\f03d";
	padding-left: 10px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 14px;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
/* Custom-list style */
ol.custom-list {
	list-style-type: none;
	counter-reset: num;
	position: relative;
}
ol.custom-list,
ul.custom-list {
	margin-left: -40px;
}
ol.custom-list li:before {
	content: counter( num) '. ';
	counter-increment: num;
	color: #00ccc5;
	position: absolute;
	left: 40px;
}
ol.custom-list li {
	padding-left: 40px;
	padding-bottom: 10px;
}
ul.custom-list li {
	list-style-type: none;
	background: url(../images/custom_list_img.jpg);
	background-repeat: no-repeat;
	background-position: 0 10px;
	padding-left: 40px;
	padding-bottom: 10px;
}
/* Links */
.blue-link {
	color: #00ccc5;
	font-size: 18px;
	cursor: pointer;
}
.right_arrow {
	position: relative;
}
a.right_arrow:after {
	content: "›" !important;
	font-size: 30px;
	position: absolute;
	top: -6px;
	padding-left: 10px;
	color: #00ccc5;
	font-family: 'Glyphicons Halflings';
}
a.blue-link:hover {
	color: #089994;
	text-decoration: none;
}
a.blue-link:focus {
	color: #00ccc5;
	text-decoration: none;
}
/*.blue-link:hover {
	color: #00ccc5;
}*/
a.blue-link.right_arrow:hover:after {
	color: #089994;
}
.glyphicon:hover {
	color: #00ccc5;
}
a.blue_hover:hover {
	color: #0099aa !important;
}
a.graduates-link.right_arrow:after {
	font-size: 20px;
	top: -2px;
}
.pdf_link,
.doc_link,
.ppt_link,
.xls_link {
	min-height: 20px;
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	cursor: pointer;

}
.pdf_link {
	padding: 0 0 0 60px;
	background: url(../images/icons/pdf-icon.png) 0 50% no-repeat;

}
.doc_link{
	padding: 0 0 0 60px;
	background: url(../images/icons/doc-icon.png) 0 50% no-repeat;
}
.xls_link{
	padding: 0 0 0 60px;
	background: url(../images/icons/xls-icon.png) 0 50% no-repeat;
}
.ppt_link{
	padding: 0 0 0 60px;
	background: url(../images/icons/ppt-icon.png) 0 50% no-repeat;
}
.video_link img {
	margin-top: 3px;
	vertical-align: top;
	opacity: 0.5;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=50);
}
.video_link img:hover {
	opacity: 1;
	filter: progid:DXImageTransform.Microsoft.Alpha(opacity=0);
}
.form_link {
	padding: 0 0 0 60px;
	background: url(../images/icons/form-icon.png) 0 50% no-repeat;
}
ul.nav.nav-pills.nav-stacked.nav-pills-nobg li a:after {
	content: "\e258";
	position: absolute;
	top: 13px;
	right: 0;
	display: inline-block;
	font-family: 'Glyphicons Halflings';
	font-style: normal;
	font-weight: 400;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/* Modal windows */
.modal-header {
	border-bottom: 0;
}
.close,
.close:focus, 
.close:hover {
	color: #00D2C9;
}
.modal-content {
	margin-top: 40%;
}

/* Attention block */
.attention {
	background: url(../images/i_sign.jpg) no-repeat;
	padding-left: 60px;
}
.attention_block {
	background-color: #dae2e6;
	padding: 20px 0 5px;
}
.attention_2 {
	background: url(../images/icons/icon_attention.png) no-repeat;
	padding-left: 60px;
	min-height: 36px;
}

/* Graduates */
.graduates_list{
	padding: 0;
	list-style-type: none;
}
.graduate_item{
	overflow: hidden;
	margin-bottom: 85px;
}
.graduate_img{
	float: left;
}
.graduate_img_link{
	display: inline-block;
	position: relative;
}
.graduate_img_link img{
	width: 263px;
	height: 263px;
}
.graduate_img_link:after{
	width: 30px;
	height: 30px;
	display: block;
	position: absolute;
	right: 0;
	bottom: 0;
	/*background: url(images/gallery_icon.png) 0 0 no-repeat;*/
	content: ""
}
.graduate_description{
	overflow: hidden;
	padding: 0 0 0 27px;
}
.graduate_description h1{
	margin: 0 0 15px !important;
}
.graduate_comment{
	/*text-align: right;*/
	border: none;
	font-style: italic;
	line-height: 1.23em;
	font-size: 14px;
	padding: 5px 15px 5px 40px;
	margin: 0 0 5px;
	/*border-top: 1px solid #204462;
	border-bottom: 1px solid #204462;*/
	background: url(../images/quote_bg.png) 0 5px no-repeat;
}
.graduate_link{
	display: inline-block;
	position: relative;
	padding: 0 17px 0 0;
	background: url(../images/link_arrow.png) right 50% no-repeat;
}
.graduate_link:before{
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 19px;
	height: 19px;
	/*background: url(images/global_icon.png) 0 0 no-repeat;*/
	content: ""
}
.graduate_comment:after{
}
.graduate_author{
	font-style: normal;
}

/* Table dissertatsiy */
table.dissov-table {
	border-bottom: 3px solid #00ccc5;
}
table.dissov-table th.noborder ,
table.dissov-table td.noborder {
	border: 0px !important;
	width: 30px;
}
table.dissov-table tr td {
	vertical-align: top;
	padding: 5px 10px 5px 0;
	border-bottom: 1px solid #e6eef2 !important;
}
table.dissov-table th {
	color: #00ccc5;
	border-bottom: 3px solid #00ccc5;
	padding: 5px 10px 5px 0;
}
table.dissov-table p {
	margin-bottom: 0px;
}
table.dissov-table a {
	color: #00ccc5;
}

/* Tables */
table.partners-table td {
	border-bottom: 1px solid #e6eef2 !important;
	line-height: 2;
	padding: 5px 0;
}

/* Страница «МПГУ без наркотиков» */
.video-responsive { 
	position: relative; 
	padding-bottom: 56.25%; 
	height: 0; 
	overflow:hidden; 
} 
.video-responsive iframe, 
.video-responsive object, 
.video-responsive embed {
	position: absolute; 
	top: 0; 
	left: 0; 
	width: 100%;
	height: 100%; 
}
a.right.carousel-control.page-nark, 
a.left.carousel-control.page-nark {
	background: transparent;
	bottom: 20%;
}
a.right.carousel-control.page-nark .glyphicon-chevron-right::before {
	content: "\e080" !important;
}
/* Страница фильмов, снятых в МПГУ */
.film_item {
	min-height: 370px;
}
/* Страница фильма, снятого в МПГУ */
p.single_film_subtitle {
	font-size: 18px;
	margin-top: 20px;
}

/* Страница выпускника */
blockquote.blockquote-graduate p {
	font-style: italic;
}

/* Readmore spoiler */
.su-spoiler-style-simple > .su-spoiler-content {
	color: inherit !important;
}

/* Страница с информацией о подаче документов */
a.link_btn {
	display: block;
	width: 100%;
	background: url('../images/buttons/link_btn_red.png') no-repeat;
	background-position: center;
	background-size: cover;
	padding: 20px;
	font-size: 20px;
	line-height: 1.23em;
}
a.link_btn:hover,
a.link_btn:focus {
	text-decoration: none;
	color: #fff;
	-webkit-filter: brightness(1.05);
	filter: brightness(1.05);
}
.link_btn span.glyphicon.glyphicon-white.glyphicon-menu-right.pull-right:hover {
	color: #fff;
}
/* 4 шага к МПГУ */
.step_number,
.step_text,
.step_btn {
	display: inline-block;
	margin-right: 20px;
	vertical-align: middle;
}
a.link_step_btn {
	display: block;
	padding: 20px 40px 20px 20px;
	font-size: 18px;
	line-height: 1.23em;
	position: relative;
}
a.link_step_btn:hover,
a.link_step_btn:focus {
	text-decoration: none;
	color: #fff;
	-webkit-filter: brightness(1.05);
	filter: brightness(1.05);
}
.link_step_btn span.glyphicon.glyphicon-white.glyphicon-menu-right.pull-right {
	position: absolute;
	right: 5px;
	top: 55%;
}
.link_step_btn span.glyphicon.glyphicon-white.glyphicon-menu-right.pull-right:hover {
	color: #fff;
}
a.link_step_btn_orange_one {
	background: url('../images/buttons/link_btn_orange_one.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_orange_two {
	background: url('../images/buttons/link_btn_orange_two.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_red_one {
	background: url('../images/buttons/link_btn_red_one.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_red_two {
	background: url('../images/buttons/link_btn_red_two.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_red_three {
	background: url('../images/buttons/link_btn_red_three.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_green_one {
	background: url('../images/buttons/link_btn_green_one.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_green_two {
	background: url('../images/buttons/link_btn_green_two.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_green_three {
	background: url('../images/buttons/link_btn_green_three.png') no-repeat;
	background-position: center;
	background-size: cover;
}
a.link_step_btn_turquoise_one {
	background: url('../images/buttons/link_btn_turquoise_one.png') no-repeat;
	background-position: center;
	background-size: cover;
}
/* Условия поступления в МПГУ */
.admission_conditions table {
	border-collapse: separate;
	border-spacing: 20px 0;
}
.font_14 .su-spoiler-title {
	font-size: 14px !important;
}
.admission_conditions table.table {
	margin-left: 15px;
}
/* Камерный оркестр МПГУ «Cantus Firmus» */
ul.orkestr_repertoire_creation {
	margin-left: -40px;
}
ul.orkestr_repertoire_creation li {
	list-style-type: none;
	display: inline;
}
ul.orkestr_repertoire_creation li:before {
	content: '//';
	color: #00ccc5;
	padding: 0 15px;
}
ul.orkestr_repertoire_creation li:first-child:before {
	content: '';
	margin-left: -30px;
}
/* Шаблон страницы «Студенческая жизнь» */
a.stud_link {
	color: #00ccc5;
	font-size: 18px;
	position: relative;
}
.stud_link_more {
	position: absolute;
	font-size: 18px;
	font-family: FontAwesome;
	font-weight: normal;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	padding-left: 10px;
	margin-top: 2px;
}
.stud_link_more:before {
	content: "\f105";
}

/* Страница Института физики */
.page-id-2160 .national_header.white,
.page-id-2160 .head_abstract.white {
	height: 550px !important;
}

/* Tables */
.inblock_table,
.custom_table {
	margin-left: -20px !important;
	border-collapse: separate;
	border-spacing: 20px 0;
}
.inblock_table.table tbody tr td,
.custom_table.table tbody tr td {
	color: #204462;
}
table.simpletable tr td {
	padding: 15px 30px 15px 0;
}

/* In memoriam */
.in_mem_link {
	color: #61CDC6;
	font-size: 18px;
	line-height: 1.23em;
	position: relative;
	padding-right: 60px;
}
.in_mem_link span {
	padding-left: 10px;
	position: absolute;
	top: 4px;
}
a.in_mem_link:hover {
	color: #61CDC6;
}
img.in_mem_frame {
	border: 2px solid #000;
	padding: 10px;
}

/* Анонсы «Студентам» и на главной*/
img.ad_studemts_img {
	padding: 3px 10px 20px 0 !important;
}
img.ad_homepage_img {
	padding: 3px 10px 50px 0 !important;
}


/* Электронная приемная ректора  */
.priemnaya_link {
	display: block;
	margin-bottom: 30px;
	padding: 30px 20px 30px 50px;
	background: url(../images/icons/icon_chat.png) no-repeat 15px 50%, #E6EEF3 url(../images/icons/icon_right_arrow.png) no-repeat 95%;
	font-size: 18px;
}
.form-control.priemnaya_form_input {
	color: #204462;
}
#ninja_forms_form_12 .ninja-forms-required-items {
	display: none;
}
.ninja-forms-success-msg p {
	font-size: 18px;
	margin-bottom: 30px;
}
.priemnaya_form_input {
	border: 4px solid #dae2e6;
}
#ninja_forms_field_42_div_wrap, 
#ninja_forms_field_37_div_wrap,
#ninja_forms_field_974_div_wrap, 
#ninja_forms_field_975_div_wrap {
	width: 49.7%;
	display: inline-block;
}
input#ninja_forms_field_38.priemnaya_form_submit,
input#ninja_forms_field_977.priemnaya_form_submit {
	width: 100%;
	color: #fff;
	font-family: 'latoblack';
	font-size: 18px;
	background-color: #00ccc5;
	background-image: url(../images/icon_send.png);
	background-repeat: no-repeat;
	background-position: 75% 50%;
	border: 0;
	border-radius: 0 0 10px 10px;
	border-bottom: 10px solid #009e99;
	padding: 22px 0;
}

/* Info boxes */
.info_box,
.info_box_short {
	min-height: 400px;
	padding: 30px;
	word-wrap: break-word;
}
.info_box_short {
	min-height: 285px;
}

.partners a {
	display: inline-block;	
	vertical-align: middle;
	padding: 10px;
}
.partners a img {
	margin: 0 auto;
}


@media (min-width: 320px) {
	.partners a {width: 16%;}
}

@media (min-width: 768px) {
	.partners a {width: 7.9%;}
}

@media (max-width: 480px) {
	.banner-extratop {display: none;}
}

@media (min-width: 320px) {
	.banner-title {font-size: 16px;}
}
@media (min-width: 480px) {
	.banner-title {font-size: 20px;}
}
@media (min-width: 992px) {
	.banner-title {font-size: 16px;}
}
@media (min-width: 1200px) {
	.banner-title {font-size: 20px;}
}

.daily_quote {
	margin:0 25% 0 25%;
  width:50%;
	padding: 0 10px;
-webkit-box-shadow: 0px 1px 10px 0px rgba(0,204,197,1);
-moz-box-shadow: 0px 1px 10px 0px rgba(0,204,197,1);
box-shadow: 0px 1px 10px 0px rgba(0,204,197,1);
border-bottom: 2px solid rgba(0,204,197,1);
border-radius:0px 0px 20px 20px;
}

/* Logo carousel */
.clearout {
	height:20px;
	clear:both;
}

#partners {
	display:none;
}

.nbs-flexisel-container {
	position:relative;
	max-width:100%;
}
.nbs-flexisel-ul {
	position:relative;
	width:99999px;
	margin:0px;
	padding:0px;
	list-style-type:none;   
	text-align:center;  
}

.nbs-flexisel-inner {
	overflow:hidden;
	float:left;
	width:100%;
}

.nbs-flexisel-item {
	float:left;
	margin:0px;
	padding:0px;
	cursor:pointer;
	position:relative;
	line-height:0px;
}
.nbs-flexisel-item img {
	width: 100%;
	cursor: pointer;
	position: relative;
	margin-top: 10px;
	margin-bottom: 10px;
	/*max-width:180px;
	max-height:90px;*/
}

/*** Navigation ***/

.nbs-flexisel-nav-left,
.nbs-flexisel-nav-right {
	position: absolute;
	cursor: pointer;
	z-index: 100;
	background: rgba(255,255,255,0.10);
	color: #00ccc5;
	border: 0;
	border-radius: 0px;
	top: 49px !important;
}
.nbs-flexisel-nav-left:hover,
.nbs-flexisel-nav-right:hover {
	background: rgba(255,255,255,0.30);
}
.nbs-flexisel-nav-left {
	left: 5px;
}

.nbs-flexisel-nav-right {
	right: 0px;
}
.nbs-flexisel-nav-left:before,
.nbs-flexisel-nav-right:before {
	content: "\f053";
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	padding: 0;
}
.nbs-flexisel-nav-right:before {
	content: "\f054";
}

/* Страница «Знаменательные даты */
.dates_list {
	background: url(../images/content/significant_dates_bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-position: center;
	margin-bottom: -100px;
	padding-bottom: 100px;
}

.dates_list_item {
	display: inline-block;
	padding: 15px;
	float: left;
}

@media (min-width: 320px) {
	.dates_list_item {width: 100%;}
	.dates_list_item.bg-1,
	.dates_list_item.bg-3,
	.dates_list_item.bg-5,
	.dates_list_item.bg-7 {
		background: rgba(0,210,201,0.50);
	}

	.dates_list_item.bg-2,
	.dates_list_item.bg-4,
	.dates_list_item.bg-6,
	.dates_list_item.bg-8  {
		background: rgba(255,255,255,0.50);
	}
}
@media (min-width: 768px) {
	.dates_list_item {width: 50%;}
	.dates_list_item.bg-1,
	.dates_list_item.bg-4,
	.dates_list_item.bg-5,
	.dates_list_item.bg-8 {
		background: rgba(0,210,201,0.50);
	}

	.dates_list_item.bg-2,
	.dates_list_item.bg-3,
	.dates_list_item.bg-6,
	.dates_list_item.bg-7  {
		background: rgba(255,255,255,0.50);
	}
}
@media (min-width: 992px) {
	.dates_list_item {width: 33%;}
	.dates_list_item.bg-1,
	.dates_list_item.bg-3,
	.dates_list_item.bg-4,
	.dates_list_item.bg-7 {
		background: rgba(0,210,201,0.50);
	}

	.dates_list_item.bg-2,
	.dates_list_item.bg-4,
	.dates_list_item.bg-6,
	.dates_list_item.bg-8  {
		background: rgba(255,255,255,0.50);
	}
}
@media (min-width: 1200px) {
	.dates_list_item {width: 25%;}
	.dates_list_item.bg-1,
	.dates_list_item.bg-3,
	.dates_list_item.bg-6,
	.dates_list_item.bg-8 {
		background: rgba(0,210,201,0.50);
	}

	.dates_list_item.bg-2,
	.dates_list_item.bg-4,
	.dates_list_item.bg-5,
	.dates_list_item.bg-7  {
		background: rgba(255,255,255,0.50);
	}
}
.dates_list_item_img {
	text-align: center;
}
.dates_list_item_img img {
	max-height: 120px;
}

.ubermenu-search {
	font-size: 20px;
}

	.special_alert {
		color: #fff !important;
		font-size: 20px;
		font-weight: bold;
		/*background: #ff4444;*/
		background: url('../images/titles_bg/colortitle_orange.png') no-repeat;
		background-position: center;
		background-size: cover;
		width: 100%;
		padding: 15px;
		display: block;
		border-radius: 50px;
		text-decoration: none !important;
	}

	.special_alert:hover {
		text-decoration: none;
		/*background: #cc0000;*/
		color: #fff;
		opacity: .9;
	}

	#special_alert_red {
		/*background: #ff4444 !important;*/
		background: url('../images/titles_bg/colortitle_red.png') no-repeat;
		background-position: center;
		background-size: cover;
	}

	#special_alert_red:hover {
		/*background: #cc0000 !important;*/
	}

	#special_alert_yellow {
		/*background: #ffbb33 !important;*/
		background: url(../images/titles_bg/colortitle_yellow.png) no-repeat;
	    background-position: center;
	    background-size: cover;
	}

	#special_alert_yellow:hover {
		/*background: #ff8800 !important;*/
	}

	#special_alert_green {
		/*background: #00c851 !important;*/
		background: url('../images/titles_bg/colortitle_light_green.png') no-repeat;
		background-position: center;
		background-size: cover;
	}

	#special_alert_green:hover {
		/*background: #007e33 !important;*/
	}

	#special_alert_cyan {
		/*background: #33b5e5 !important;*/
		background: url('../images/titles_bg/colortitle_light_blue.png') no-repeat;
		background-position: center;
		background-size: cover;
	}

	#special_alert_cyan:hover {
		/*background: #0099cc !important;*/
	}

	#special_alert_turquoise {
		/*background: #2bbbad !important;*/
		background: url('../images/titles_bg/colortitle_turquoise.png') no-repeat;
		background-position: center;
		background-size: cover;
	}

	#special_alert_turquoise:hover {
		/*background: #00695c !important;*/
	}

	#special_alert_blue {
		/*background: #4285f4 !important;*/
		background: url('../images/titles_bg/colortitle_blue.png') no-repeat;
		background-position: center;
		background-size: cover;
	}

	#special_alert_blue:hover {
		/*background: #0d47a1 !important;*/
	}

	#special_alert_purple {
		/*background: #aa66cc !important;*/
		background: url('../images/titles_bg/colortitle_violet.jpg') no-repeat;
		background-position: center;
		background-size: cover;
	}

	#special_alert_purple:hover {
		/*background: #9933cc !important;*/
	}

.loop-anons-age-limit {
	font-size: 18px;
	color: #fff;
	background-color: #d1d1d1;
    padding: 4px 3px;
	border-radius: 3px;
}

.anons-age-limit {
	display: inline-block;
	font-size: 24px;
	color: #fff;
	background-color: #d1d1d1;
    padding: 4px 3px;
	border-radius: 3px;
}

.span-anons-age-limit {
	font-size: 20px;
    color: #d1d1d1;
}

/* Кнопка под меню */
.special-button-header {
	border-top: 1px solid #00ccc5;
	width: 100%;
    padding-top: 2px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    /*background: #ffbb33;*/
    background: url('../images/titles_bg/colortitle_orange.png') no-repeat;
	background-position: center;
	background-size: cover;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}
.special-button-header:hover {
	/*background: #ff8800;*/
	opacity: .9;
}

.special-button-header p {
	margin-top: 10px;
	margin-left: 200px;
    font-size: 18px;
    font-weight: bold;
    color: #204462;
    text-transform: uppercase;
}

.disp-mob-only {
	display: none;
}

@media (max-width: 992px) {
	.special-button-header p {
		margin-left: 0;
		text-align: center;
	}

	.disp-mob-only {
		display: block;
	}

}

.special-button-header:hover p {
	transition: ease 0.3s;
	-webkit-transition: ease 0.3s;
	color: #fff;
}

/*	.custom-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    padding-top: 2px;
    position: relative;
    cursor: pointer;
    overflow: hidden;
    background: #ffbb33;
    -webkit-transition: ease 0.3s;
    transition: ease 0.3s;
}

.custom-btn:hover {
	background: #ff8800;
}

.custom-btn:after {
    content: "";
    display: block;
    width: 30px;
    height: 300px;
    margin-left: 60px;
    background: #fff;
    background: -moz-linear-gradient(top, rgba(255,255,255,0.7) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0.7) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.7) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0.7) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3ffffff', endColorstr='#b3ffffff',GradientType=0 );
    position: absolute;
    left: -40px;
    top: -150px;
    z-index: 1;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transition: all 0.1s;
    transition: all 0.1s;
    -webkit-animation-name: slideme;
    animation-name: slideme;
    -webkit-animation-duration: 3s;
    animation-duration: 3s;
    -webkit-animation-delay: 0.05s;
    animation-delay: 0.05s;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
 
@-webkit-keyframes slideme {
    0% { left: -30px; margin-left: 0px; }
    30% { left: 110%; margin-left: 80px; }
    100% { left: 110%; margin-left: 80px; } 
}*/
/* Кнопка под меню */

.box-bannet-text {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

/*countdown на слайдере*/
.counter-priem {
	margin-top: 0;
}

.top_cd {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	color: #00ccc5;
	font-size:3vw;
	background-color: transparent;
	padding: 15px 5px 15px 5px;
	border: 2px solid white;
	margin: 0 5px;
}

.bot_cd {
	padding-top:25px;
	color:#204462;
	font-size:2vw;
	margin: 0 10px;
}

.info_priem {
	width: 55% !important;
    height: 55% !important;
    left: 37% !important;
    top: 32% !important;
}

.info_priem p {
	color: #1d62a2;
    font-weight: bold;
    font-size: 12px;
    line-height: normal;
}

.pk-banner-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-around;
	gap: 8px 30px;
}

.pk-banner-buttons__item {
	flex: 1 1 45%;
	max-width: 410px;
	border: 1px solid #323A5B;
    border-radius: 10px;
	transition: all 0.3s;
}

.pk-banner-buttons__item_long {
	max-width: 100%;
	border: 2px solid #750000;
}

.pk-banner-buttons__item:hover {
	background: #323A5B
}

.pk-banner-buttons__item_long:hover {
	background: #750000
}

.pk-banner-buttons__link {
	display: flex;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: 100%;
	text-align: center;
    padding: 8px 10px;
	transition: color 0.3s;
}

.pk-banner-buttons__link_red {
	color: #750000
}

.pk-banner-buttons__item:hover .pk-banner-buttons__link {
	color: #fff;
	text-decoration: none;
}

@media (min-width: 320px) {
	.info_priem {
		width: 60% !important;
	}
	
	.info_priem p {
	    font-size: 8px;
	    line-height: 0.9;
	}

	.pk-banner-buttons {
		gap: 2px 6px;
	}

	.pk-banner-buttons__link {
		padding: 2px 10px;
        font-size: 6px;
        line-height: 4.5px;
	}

	.pk-banner-buttons__item_long {
		border: 1px solid #750000;
	}
}

@media (min-width: 768px) {
	.info_priem {
		width: 55% !important;
	}

	.info_priem p {
	    font-size: 12px;
	    line-height: normal;
	}

	.pk-banner-buttons {
		gap: 4px 30px;
	}

	.pk-banner-buttons__link {
		padding: 4px 10px;
    	font-size: 10px;
    	line-height: 8px;
	}

	.pk-banner-buttons__item_long {
		border: 2px solid #750000;
	}
}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {
	.info_priem p {
	    font-size: 20px;
	}

	.pk-banner-buttons__link {
		padding: 4px 20px;
		font-size: 18px;
		line-height: 16px;
	}
}

@media (min-width: 1440px) {
	.info_priem p {
	    font-size: 25px;
	}

	.pk-banner-buttons__link {
		padding: 6px 20px;
		font-size: 22px;
		line-height: 20px;
	}
}

/* Стили для раздела Поступление (ПК) */

.pk-outline-btn {
    color: #1d62a1 !important;
    text-decoration: none !important;
    text-align: center;
	background: transparent;
    border: 2px solid #1d62a1;
    border-radius: 10px;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.pk-outline-btn:hover {
	color: #fff !important;
	background: #1d62a1;;
}

.pk-message {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 10px;
  max-width: 750px;
  border: 2px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  padding: 10px;
}

.pk-message_warn {
  border: 2px solid rgb(236 36 16 / 50%)
}

.pk-message__content {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.pk-message__title {
  margin-top: 0 !important;
}

.pk-message__text {
  font-size: 18px;
  line-height: 1.2;
  margin-bottom: 16px;
}

.pk-message__btn {
  font-size: 20px;
  line-height: 1;
  border-radius: 6px;
  padding: 6px 10px;
}

@media (min-width: 992px) {
	.pk-message {
		flex-direction: row;
	}

	.pk-message__content {
		align-items: flex-start;
	}
}

.filials__buttons {
	display: grid;
    grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
	gap: 30px;
}

.filials__buttons br {
	display: none;
}

.filials__btn {
   font-size: 20px;
   line-height: 1;
   padding: 14px 26px;
}

.header_text {
	height: 350px;
  overflow: auto;
}

.banner-extratop {
	position: relative;
}

.banner-extratop .time-count__content {
  position: absolute;
  z-index: 999;
  right: 50px;
  top: 30px;
}

.time-count {
	background: #fff;
	box-shadow: 4px 8px 40px rgba(8, 24, 111, 0.2);
	border-radius: 30px;
	width: 796px;
	height: 359px;
	padding: 75px 86px;
}

.time-count__title {
	margin: 0;
	margin-bottom: 35px;
	font-weight: 700;
	font-size: 40px;
	line-height: 47px;
	text-align: center;
	color: #fff;
}

.time-count__content {
	display: flex;
	justify-content: center;
}

.time-count__item {
	text-align: center;
}

.time-count__val {
	min-width: 81px;
	font-weight: 700;
	font-size: 50px;
	line-height: 72px;
	color: #fff;
}

.time-count__separator {
	font-weight: 700;
	font-size: 48px;
	line-height: 74px;
	text-align: center;
	color: #fff;
	margin: 0 33px;
}

.time-count__text {
	font-family: 'latoregular', sans-serif;
	font-weight: 400;
	font-size: 25px;
	line-height: 20px;
	color: #fff;
}

@media (max-width: 2560px) {
	.banner-extratop .time-count__content {
	  right: 70px;
	}

	.time-count__val {
	  font-size: 70px;
	  line-height: 100px;
	}

	.time-count__text {
		font-size: 50px;
		line-height: 50px;
	}
}

@media (max-width: 1920px) {
	.banner-extratop .time-count__content {
	  right: 50px;
	}

	.time-count__val {
	  font-size: 50px;
		line-height: 72px;
	}

	.time-count__text {
		font-size: 25px;
		line-height: 20px;
	}
}

@media (max-width: 1440px) {
	.banner-extratop .time-count__content {
	  top: 25px;
	  right: 35px;
	}

	.time-count__val {
	  font-size: 40px;
	  line-height: 52px;
	}

	.time-count__text {
		font-size: 20px;
		line-height: 20px;
	}
}

@media (max-width: 1024px) {
	.banner-extratop .time-count__content {
	  top: 15px;
	  right: 15px;
	}

	.time-count__val {
	  font-size: 30px;
	  line-height: 32px;
	}

	.time-count__text {
		font-size: 20px;
		line-height: 20px;
	}
}

@media (max-width: 768px) {
	.banner-extratop .time-count__content {
	  top: 15px;
	  right: 5px;
	}

	.time-count__val {
	  font-size: 20px;
	  line-height: 22px;
	}

	.time-count__text {
		font-size: 15px;
		line-height: 10px;
	}
}

.block-menu-cube {
	display: flex;
  align-items: center;
  text-align: center;
  background-color: #e6eef1;
  width: 165px;
  height: 165px;
  font-size: 18px;
}

.block-menu-cube:hover {
	filter: brightness(1.05);
  text-decoration: none;
}

/* Стили для баннера с таймером до начала ПК */

.countdown-pk {
  position: relative;
  width: 100%;
  height: 100%;
}

.countdown-pk__texts {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.countdown-pk__title,
.countdown-pk__subtitle {
  font-family: "latoblack";
  font-size: 10px;
  line-height: 1;
  color: #204563;
  text-align: center;
}

.countdown-pk__title {
  margin-top: 10px;
}

.countdown-pk__subtitle {
  text-transform: uppercase;
  margin-top: 6px;
}

.countdown-pk__segments {
  display: flex;
  gap: 10px;
  position: absolute;
  top: 40%;
  left: 50%;
  transform: translate(-45%, 0);
}

.countdown-pk__segment {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 40px;
  background: rgb(255, 255, 255, 0.8);
  border: 1px solid #e2e8f0;
  border-radius: 4px;
  box-shadow: 0 1px 2px #0000000d;
  padding: 2px 4px;
}

.countdown-pk__label {
  width: 100%;
  font-size: 8px;
  line-height: 1;
  color: #204462;
  text-align: center;
  text-transform: uppercase;
  border-bottom: 1px solid #00ccc5;
  padding-bottom: 4px;
  margin-bottom: 4px;
}

.countdown-pk__value {
  font-size: 10px;
  line-height: 1;
  color: #1d62a1;
}

@media (min-width: 560px) {
	.countdown-pk__title,
	.countdown-pk__subtitle {
		font-size: 16px;
	}
	
	.countdown-pk__segments {
		transform: translate(-50%, 0);
	}

	.countdown-pk__segment {
		width: 50px;
	}

	.countdown-pk__label {
		font-size: 10px;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}

	.countdown-pk__value {
		font-size: 12px;
	}
}

@media (min-width: 767px) {
	.countdown-pk__title,
	.countdown-pk__subtitle {
		font-size: 22px;
	}

	.countdown-pk__title {
		margin-top: 16px;
	}

	.countdown-pk__subtitle {
		margin-top: 10px;
	}

	.countdown-pk__segments {
		gap: 14px;
	}

	.countdown-pk__segment {
		width: 75px;
		border: 2px solid #e2e8f0;
		padding: 6px 8px;
	}

	.countdown-pk__label {
		font-size: 14px;
		padding-bottom: 6px;
		margin-bottom: 6px;
	}

	.countdown-pk__value {
		font-size: 16px;
	}
}

@media (min-width: 991px) {
	.countdown-pk__title,
	.countdown-pk__subtitle {
		font-size: 28px;
	}

	.countdown-pk__title {
		margin-top: 20px;
	}

	.countdown-pk__subtitle {
		margin-top: 14px;
	}

	.countdown-pk__segments {
		gap: 20px;
		top: 45%;
	}

	.countdown-pk__segment {
		width: 95px;
		padding: 10px 10px;
	}

	.countdown-pk__label {
		font-size: 17px;
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.countdown-pk__value {
		font-size: 20px;
	}
}

@media (min-width: 1200px) {
	.countdown-pk__title,
	.countdown-pk__subtitle {
		font-size: 34px;
	}

	.countdown-pk__title {
		margin-top: 30px;
	}

	.countdown-pk__subtitle {
		margin-top: 20px;
	}

	.countdown-pk__segments {
		gap: 30px;
	}

	.countdown-pk__segment {
		width: 110px;
		padding: 16px 10px;
	}

	.countdown-pk__label {
		font-size: 20px;
		padding-bottom: 14px;
		margin-bottom: 14px;
	}

	.countdown-pk__value {
		font-size: 24px;
	}
}

@media (min-width: 1440px) {
	.countdown-pk__title,
	.countdown-pk__subtitle {
		font-size: 40px;
	}

	.countdown-pk__title {
		margin-top: 40px;
	}

	.countdown-pk__segment {
		width: 135px;
	}

	.countdown-pk__label {
		font-size: 24px;
	}

	.countdown-pk__value {
		font-size: 28px;
	}
}

@media (min-width: 1920px) {
	.countdown-pk__title,
	.countdown-pk__subtitle {
		font-size: 54px;
	}

	.countdown-pk__title {
		margin-top: 50px;
	}

	.countdown-pk__segment {
		width: 180px;
		padding: 20px 10px;
	}

	.countdown-pk__label {
		font-size: 30px;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.countdown-pk__value {
		font-size: 38px;
	}
}

/* Стиль кнопки обратного звонка */
.callback_form {
	position: fixed;
  bottom: 0;
  right: 0;
  width: 300px;
  height: auto;
  background-color: #2bbbad;
  padding: 20px;
  z-index: 1000;
  border-radius: 20px 20px 0 0;
  display: none;
}

@media (max-width: 768px) {
	.callback_form {
		width: 100%; 
	}
}

.callback_block {
	display: flex;
	flex-direction: column;
}

.callback_links {
	display: flex;
	flex-direction: column;
}

.callback_links-link {
	  color: #fff;
    font-size: 18px;
    margin-top: 15px;
}

.close_callback{
	text-align: end;
    color: #fff;
    font-size: 50px;
    z-index: 10003;
    display: none;
}

.close_callback:hover {
    cursor: pointer;
    color: #00695c;
    transition: all 0.3s ease;
}

.opacity_callback {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #666666;
    opacity: 0.7;
    z-index: 10001;
    display: none;
}

/*кнопка звонка*/

.callback-bt {
        background:#2bbbad;
        border:2px solid #2bbbad;
        border-radius:50%;
        box-shadow:0 8px 10px rgba(56,163,253,0.3);
        cursor:pointer;
        height:68px;
        text-align:center;
        width:68px;
        position: fixed;
        right: 2%;
        bottom: 5%;
        z-index:999;
        transition:.3s;
        -webkit-animation:hoverWave linear 1s infinite;
        animation:hoverWave linear 1s infinite;
}

.callback-bt .text-call{
        height:68px;
        width:68px;        
        border-radius:50%;
        position:relative;
        overflow:hidden;
        display: flex;
  align-items: center;
  justify-content: center;
}

.callback-bt:hover {
        z-index:1;
        background:#fff;
        color:transparent;
        transition:.3s;
}
.callback-bt:hover svg {
        color:#204462;
        font-size:40px;
        transition:.3s;
}
.callback-bt svg {
        color:#fff;
        font-size:34px;
        transition:.3s;
        line-height: 66px;transition: .5s ease-in-out;
}

.callback-bt svg  {
    animation: 1200ms ease 0s normal none 1 running shake;
        animation-iteration-count: infinite;
        -webkit-animation: 1200ms ease 0s normal none 1 running shake;
        -webkit-animation-iteration-count: infinite;
}

@-webkit-keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}@keyframes hoverWave {
        0% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 0 rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
40% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 15px rgba(56,163,253,0.2),0 0 0 0 rgba(56,163,253,0.2)
}
80% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 26.7px rgba(56,163,253,0.067)
}
100% {
        box-shadow:0 8px 10px rgba(56,163,253,0.3),0 0 0 30px rgba(56,163,253,0),0 0 0 40px rgba(56,163,253,0.0)
}
}

/* animations icon */

@keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}

@-webkit-keyframes shake {
0% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
10% {
    transform: rotateZ(-30deg);
        -ms-transform: rotateZ(-30deg);
        -webkit-transform: rotateZ(-30deg);
}
20% {
    transform: rotateZ(15deg);
        -ms-transform: rotateZ(15deg);
        -webkit-transform: rotateZ(15deg);
}
30% {
    transform: rotateZ(-10deg);
        -ms-transform: rotateZ(-10deg);
        -webkit-transform: rotateZ(-10deg);
}
40% {
    transform: rotateZ(7.5deg);
        -ms-transform: rotateZ(7.5deg);
        -webkit-transform: rotateZ(7.5deg);
}
50% {
    transform: rotateZ(-6deg);
        -ms-transform: rotateZ(-6deg);
        -webkit-transform: rotateZ(-6deg);
}
60% {
    transform: rotateZ(5deg);
        -ms-transform: rotateZ(5deg);
        -webkit-transform: rotateZ(5deg);
}
70% {
    transform: rotateZ(-4.28571deg);
        -ms-transform: rotateZ(-4.28571deg);
        -webkit-transform: rotateZ(-4.28571deg);
}
80% {
    transform: rotateZ(3.75deg);
        -ms-transform: rotateZ(3.75deg);
        -webkit-transform: rotateZ(3.75deg);
}
90% {
    transform: rotateZ(-3.33333deg);
        -ms-transform: rotateZ(-3.33333deg);
        -webkit-transform: rotateZ(-3.33333deg);
}
100% {
    transform: rotateZ(0deg);
        -ms-transform: rotateZ(0deg);
        -webkit-transform: rotateZ(0deg);
}
}
/* конец кнопки звонка */
/* Стиль кнопки обратного звонка */

.filter-events-archive {
	justify-content: flex-start;
	flex-wrap: wrap;
	margin-bottom: 25px;
}

.filter-events-archive__list {
	flex-wrap: wrap;
	list-style: none;
	margin: 0;
	padding: 0;
}

.filter-events-archive__item:not(:last-child) {
	margin-right: 5px;
}

.filter-events-archive__label {
	margin-bottom: 0;
	margin-top: 5px;
}

.filter-events-archive__reset {
	margin-left: 10px;
	margin-top: 5px;
}

/* РКИ */
.rki-prog-cat-title {
	margin-bottom: 0;
	font-size: 25px;
}

.rki-prog-cat-subtitle {
	font-weight: bold;
	margin-bottom: 10px;
}

.rki-prog-img {
	width: 400px;
	height: 230px;
	margin-right: 15px;
}

@media (max-width: 1000px) {
	.rki-prog-img {
		margin-right: 0;
		margin-bottom: 15px;
	}
}

.rki-program__block {
	margin-bottom: 20px;
}

@media (max-width: 1000px) {
	.rki-program__block {
		flex-direction: column;
	}
}

.rki-program__block-content {
	width: 60%;
}

@media (max-width: 1000px) {
	.rki-program__block-content {
		width: 100%;
	}
}

.rki-prog-name {
	margin-top: 0 !important;
	margin-bottom: 15px !important;
	color: #000;
	font-weight: bold;
	font-size: 20px;
}

.rki-prog-link {
	color: #fff !important;
  font-size: 16px;
  font-weight: bold;
	background: url(../images/titles_bg/colortitle_light_blue.png) no-repeat;
  background-position: center;
  background-size: cover;
  background-position: center;
  background-size: cover;
  width: 100%;
  padding: 10px;
  display: block;
  border-radius: 50px;
  text-decoration: none !important;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}

@media (max-width: 1000px) {
	.rki-prog-link {
		width: 60%;
	}
}

.rki-prog-desr {
	font-style: italic;
}

.rki-table-tdh {
	background-color: #00ccc5 !important;
	color: #fff;
}

/* Специальные кнопки второй версии */
	.special_alert_v2 {
		color: #fff !important;
		font-size: 20px;
		font-weight: bold;
		/*background: #ff4444;*/
		background: url('../images/titles_bg/colortitle_orange.png') no-repeat;
		background-position: center;
		background-size: cover;
		width: 300px;
    height: 300px;
		padding: 15px;
		display: block;
		border-radius: 50px;
		text-decoration: none !important;
		line-height: 1.5;
		display: table-cell;
		vertical-align: middle;
	}

	.special_alert_v2 img {
		width: 100px;
		height: 100px;
		margin: -45px auto 0;
	}

	.special_alert_v2:hover {
		text-decoration: none;
		/*background: #cc0000;*/
		color: #fff;
		opacity: .9;
	}

/* Стили для проф псих-пед классов */
.psyx-ped-button {
	display: grid;
	grid-template-columns: repeat(auto-fill, 300px);
	gap: 30px;
}

.psyx-ped-content {
	margin-top: 25px;
	display: flex;
	align-items: center;
}

.psyx-ped-content img {
	margin-right: 15px;
}

#menu-item-884589 a {
	background: transparent;
}

/*-- search ajax --*/
.search__result{
    display: flex;
    flex-direction: column;
    transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
    -webkit-transition: height 0.2s ease-out, top 0.2s ease-out, padding 0.2s ease-out, 0.3s width ease-out 0.2s;
}

.search__result-over {
    background-color: #204462;
    padding: 15px 10px;
}

.search__remove {
    position: absolute;
    top: 0;
    right: 80px;
    font-weight: 800;
    font-size: 18px;
    letter-spacing: 2.18182px;
    text-transform: uppercase;
    cursor: pointer;
    padding: 30px 10px;
    color: #000;
    transition: 0.3s all ease-out 0.5s;
    -webkit-transition: 0.3s all ease-out 0.5s;
}

.search__result-link {
    color: #fff;
    transition: color 0.3s;
    font-size: 20px;
}

.search__result-link:not(:last-child) {
    margin-bottom: 15px;
}

.search__result-link:hover{
    transition: color 0.3s;
    text-decoration: none;
    color: #00CCC5;
}

.search__result-text {
    color: #fff;
}
/*-- //search ajax--*/

.title_img {
	display: flex;
	flex-direction: column;
	align-items: end;
	margin-bottom: 50px;
}

.title_img h1 {
	margin-bottom: 25px !important;
}

.title_img-img {
	width: 100%;
	height: auto;
}

/* Временная кнопка Контакты в Поступление */
.mainmenu-button-contacts-faculty {
	text-shadow: 0px 0px 12px #00ccc5;
	font-family: 'latoblack';
	text-transform: uppercase !important;
	letter-spacing: 1.5px;
}