

/* Start:/bitrix/templates/mgei/css/jquery.bxslider.css?15197355812162*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
	*zoom: 1;
}

.bx-wrapper img {
	display: block;
	width: 100%;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-pager .bx-pager-item {
	display: inline-block;
}

.bx-pager.bx-default-pager {
	position: absolute;
	left: 50%;
	bottom: -25px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: url(/images/slider-toggle.png) no-repeat 0 0;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	text-indent: -9999px;
	display: block;
	width: 11px;
	height: 11px;
	outline: none;
	margin: 0 10px;
	background: url(/images/slider-toggle.png) no-repeat 100% 0;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:first-child a {
	margin-left: 0;
}

.bx-wrapper .bx-pager.bx-default-pager .bx-pager-item:last-child a {
	margin-right: 0;
}

.bx-wrapper .bx-controls-direction a, .slider .bottom a {
	position: absolute;
	background: url(/images/bx-controls.png) no-repeat;
	outline: 0;
	width: 44px;
	height: 35px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a {
	top: 50%;
	margin-top: -17px;
}

.bx-wrapper a.bx-prev {
	background-position: 0 0;
}

.bx-wrapper a.bx-next {
	background-position: 100% 0;
	right: 0;
}

.slider .bx-wrapper a.bx-next {
	box-shadow: -2px 0px 6px 0px #8c8c8c;
}

.slider .bottom a {
	bottom: 0;
}

.slider .bottom a.bx-prev { background-position: 0 100%; }
.slider .bottom a.bx-next { background-position: 100% 100%; right: 0 }
.vslider a.bx-prev { 
	background-position: 13% 100%; 
	left: -13px;
	width: 26px;
}

.vslider a.bx-next { 
	background-position: 85% 100%; 
	right: -13px;
	width: 26px;
}

.fslider a.bx-prev { 
	background-position: 13% 100%; 
	width: 26px;
}

.fslider a.bx-next { 
	background-position: 85% 100%; 
	width: 26px;
}
/* End */


/* Start:/bitrix/templates/mgei/css/colorbox.css?16862933707371*/
/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999;/*  overflow:hidden; */}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:url(/images/colorbox/overlay.png) repeat 0 0;}
#colorbox{outline:0;}
    #cboxTopLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -101px 0; display: none;}
    #cboxTopRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -130px 0; display: none;}
    #cboxBottomLeft{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -101px -29px; display: none;}
    #cboxBottomRight{width:21px; height:21px; background:url(/images/colorbox/controls.png) no-repeat -130px -29px; display: none;}
    #cboxMiddleLeft{width:21px; background:url(/images/colorbox/controls.png) left top repeat-y; display: none;}
    #cboxMiddleRight{width:21px; background:url(/images/colorbox/controls.png) right top repeat-y; display: none;}
    #cboxTopCenter{height:21px; background:url(/images/colorbox/border.png) 0 0 repeat-x; display: none;}
    #cboxBottomCenter{height:21px; background:url(/images/colorbox/border.png) 0 -29px repeat-x; display: none;}
    #cboxContent{background:#fff; /* overflow:hidden; */}
        .cboxIframe{background:#fff;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        /* #cboxLoadedContent{margin-bottom:28px;} */
        #cboxTitle{position:absolute; bottom:4px; left:0; text-align:center; width:100%; color:#949494;}
        #cboxCurrent{position:absolute; bottom:4px; left:58px; color:#949494;}
        #cboxLoadingOverlay{background:url(/images/colorbox/loading_background.png) no-repeat center center;}
        #cboxLoadingGraphic{background:url(/images/colorbox/loading.gif) no-repeat center center;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; width:auto; background:none; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxSlideshow{position:absolute; bottom:4px; right:30px; color:#0092ef;}
        #cboxPrevious{
            position: absolute;
            bottom: 50%;
            left: -46px;
            background: url(/images/main-slider-controlls.png) no-repeat 0px 0;
            width: 34px;
            height: 31px;
            text-indent: -9999px;
        }
        #cboxPrevious:hover{ background-position: 0px -31px;}
        #cboxNext{
            position: absolute;
            bottom: 51%;
            right: -43px;
            background: url(/images/main-slider-controlls.png) no-repeat -41px 0;
            width: 33px;
            height: 33px;
            text-indent: -9999px;
            float: left;
        }
        #cboxNext:hover{    background-position: -41px -31px;}*/
        #cboxClose{
            background: url(/images/close.png) no-repeat;
            width: 24px;
            height: 24px;
            position: absolute;
            top: -25px;
            right: -25px;
            cursor: pointer;
            display: block;
            text-indent: -9999px;
            outline: none;
        }
          /* position:absolute; bottom:0; right:0; background:url(/images/colorbox/controls.png) no-repeat -25px 0; width:25px; height:25px; text-indent:-9999px;}
        #cboxClose:hover{background-position:-25px -25px;} */

/*
  The following fixes a problem where IE7 and IE8 replace a PNG's alpha transparency with a black fill
  when an alpha filter (opacity change) is set on the element or ancestor element.  This style is not applied to or needed in IE9.
  See: http://jacklmoore.com/notes/ie-transparency-problems/
*/
.cboxIE #cboxTopLeft,
.cboxIE #cboxTopCenter,
.cboxIE #cboxTopRight,
.cboxIE #cboxBottomLeft,
.cboxIE #cboxBottomCenter,
.cboxIE #cboxBottomRight,
.cboxIE #cboxMiddleLeft,
.cboxIE #cboxMiddleRight {
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr=#00FFFFFF,endColorstr=#00FFFFFF);
}
#cboxClose {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 20px;
    color: #000;
}
@media screen and (max-width: 1200px) {
    a.hideselect, a.activeselect {
        height: 41px!important;
    }
}
@media screen and (max-width: 768px) {
    #colorbox {
        max-width: 93%;
        height:auto!important;
    }
    #cboxContent{
        max-height:100vh!important;
        max-width: 100% !important;
        /* overflow-y: auto; */
    }
    
    #colorbox #cboxWrapper{
        left: 6%;
    }
    #cboxMiddleLeft{
       height: auto!important; 
    }
    #cboxWrapper, #cboxLoadedContent, #modal_callback, #modal_vecher  {
       max-width: 100% !important;
       height: auto!important;
        min-height: 100vh;
    }
    /* #cboxClose {
       background: url(/images/close.png) no-repeat;
        top:0!important;
        right: 0!important;
    } */
       .dropcont ul {
        left: 0!important;
        max-height: 50vh;
        overflow:auto;
        width:100%!important;
    }
    #highedu input[type=text],
    #highedu input[type=tel],
    #highedu input[type=email],
    #highedu select,
    #modal_vecher input[type=tel],
    #modal_vecher input[type=email],
    #modal_vecher input[type=text],
    #modal_vecher textarea,
    #modal_vecher select
     {
        width: 100%!important;
    }
    a.hideselect, a.activeselect {
        width: calc(100% - 31px)!important;
        white-space: nowrap;
        overflow:hidden;
        text-overflow: ellipsis;
    }
}
@media screen and (max-width: 640px) {

    #callback .field .value span:first-child {
        margin:0!important;
    }
    #callback .fields {
        padding: 30px 30px 5px!important;
    }


}
@media screen and (max-width: 480px) {
    #callback input[type=text]#name, #callback input[type=text]#phone,
    .page_callback_form input[type=text]#name, .page_callback_form input[type=text]#phone
    {
        width: 100%;
    }
    .page_callback_form .field{
        width: 100% !important;
    }
    #highedu .fields {
        padding: 35px 15px!important;
    }
    
    
    #rektor input[type=text] {
        width: 250px!important;
    }

}

/* End */


/* Start:/bitrix/templates/mgei/css/blind.css?1597222536772*/
body.blind.view1 {
	background: #fff;
}

body.blind.view1 #container * {
	color: #000;
}

body.blind.view2 {
	background: #000;
}

body.blind.view2 #container * {
	color: #fff;	
}

body.blind.view3 {
	background: #70B0F1;
}

body.blind.view3 #container * {
	color: #002B71;
}

body.blind.font1  #container * {
	font-size: 16px;
}

body.blind.font2  #container * {
	font-size: 20px;
}

body.blind.font3  #container * {
	font-size: 24px;	
}

body.blind #container .pages .page p,
body.blind #container .blind-settings .font span {
	color: #000;
}

body.blind #container .blind-settings > div > div.title {
	color: #fff;
}

body.blind #container h2 {
	font-size: 1.5em;
}

body.blind #container .build {
	background: none;
}
/* End */


/* Start:/bitrix/templates/mgei/components/bitrix/menu/top/style.min.css?1519735581490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/mgei/components/bitrix/menu/top/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/mgei/components/bitrix/menu/bottom/style.min.css?1519735581490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/mgei/components/bitrix/menu/bottom/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/mgei/css/page_callback.css?16183784832189*/
.page_callback_container {
	margin-top: 150px;
	background: #E5E5E5;
	font-family: 'Roboto Medium';
}

.page_callback_container .title {
	font-size: 20px;
	color: #294f8e;
	text-transform: uppercase;
	text-align: center;
	line-height: 20px;
	padding: 10px 0;
}

.page_callback_container .title span {
	font-size: 14px;
	color: #555;
	text-transform: none;
}

.page_callback_container .title span.icon-phone {
	width: 29px;
	height: 29px;
	display: inline-block;
	background: url(/images/phone.png) no-repeat;
	position: relative;
	top: 6px;
	left: -5px;
}

.page_callback_form > div:last-child {
	text-align: center;
/* 	padding: 20px 0 25px; */
	padding: 0px 0 25px;
}

.page_callback_form .fields {
	background: repeating-linear-gradient(-45deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	/* padding: 15px 20px 5px; */
	padding: 15px 10px;
	/* padding: 35px 50px 5px; */
	text-align: center;
	font-size: 18px;
	color: #fff;
}

.page_callback_form input[type=text] {
	width: 100%;
	height: 40px;
	padding: 5px;
  border: 1px solid #fff;
  color: #555;
}

.page_callback_form div.name span {
    color: #FFEB00;
    padding-left: 5px;
}

/* .page_callback_form div.name label {
	width: 125px;
	float: left;
} */

.page_callback_form .field {
	margin-bottom: 15px;
	display: inline-block;
    width: 32%; 
    float: none;
	margin: auto 0;
	text-align: left;
}
.page_callback_form .field_selector {
	margin-bottom: 15px;
	display: inline-block;
    width: 96.5%;
    float: none;
	 text-align: left;
}
.page_callback_form .field.w100{
  width: 95%;
}

/* .page_callback_form .field:not(:last-child) {
    margin-right: 15px;
} */

.page_callback_form .fields:after {
    content: '';
    display: table;
    width: 100%;
}

.page_callback_form hr {
	border: 1px solid rgba(255,255,255,0.5);
	margin: 15px 0 20px 0;
}

.page_callback_form .field .value span {
	padding: 0 20px;
}

.page_callback_form .field .value span:first-child {
	padding-left: 0;
	margin-left: 125px;
}

.page_callback_form input[type=submit] {
	background: #004E91;
    color: #fff;
    font: 16px 'Roboto Regular';
    text-transform: uppercase;
    padding: 15px 25px;
    border: none;
    cursor: pointer;
}
/* End */


/* Start:/bitrix/templates/mgei/js/note/note.css?1526308129880*/
.snote {
    -ms-flex-align: end;
    align-items: flex-end;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    font-size: 1.4rem;
    line-height: 1.2;
    max-width: 250px;
    position: fixed;
    right: 10%;
    top: 10%;
    z-index: 610;
}

.snote--default {
    background-color: #ff7a00;
    color: #fff; 
}

.snote--green {
    background-color: green;
    color: #fff; 
}

.snote__item {
    animation: show-snote 1s;
    border-radius: 4px;
    box-shadow: 2px 2px 5px rgba(10, 10, 10, 0.5);
    display: inline-block;
    margin-bottom: 15px;
    padding: 15px;
    position: relative;
    transition: all .1s ease-in;
    width: auto; 
}

@keyframes show-snote {
    from {
        opacity: 0;
        transform: translate(0, 100%); }
    to {
        opacity: 1;
        transform: translate(0, 0); 
    } 
}
/* End */


/* Start:/bitrix/templates/mgei/components/bitrix/menu/foot/style.min.css?1519735581490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/bitrix/templates/mgei/components/bitrix/menu/foot/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/bitrix/templates/mgei/styles.css?168916868525908*/
.socials a {
	display: inline-block;
	width: 25px;
    height: 24px;
}
@media screen and (min-width: 970px) {
	.socials .tg {
		background: url('/images/tg-blue.png');
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.socials .ok {
		background: url('/images/social.png') no-repeat;
		background-position: 0% 90%;
	}
	.socials .vk {
		background: url('/images/social.png') no-repeat;
		background-position: 65% 90%;
	}
}
.mob-socials {
	margin-bottom: 10px;
	margin-left: 10px;
}
.mob-socials a {
	display: none;
	width: 25px;
    height: 25px;
}
@media screen and (max-width: 970px) {
	.mob-socials a {
		display: inline-block;
	}
	.mob-socials .tg {
		background: url('/images/tg-blue.png');    
		background-repeat: no-repeat;
		background-size: 100%;
	}
	.mob-socials .ok {
		background: url('/images/social.png') no-repeat;
		background-position: 0% 90%;
	}
	.mob-socials .vk {
		background: url('/images/social.png') no-repeat;
		background-position: 65% 90%;
	}
}

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

.content ul.slides {
	margin: 0;
}
.flex {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.flex div {
	width: 24%;
}
.flex img {
	width: 100%;
	height: 448px;
}
.slider {
	width: 895px;
	height: 390px;
	position: relative;
	-webkit-box-shadow: 0 16px 11px -15px #A9A9A9;
	        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;
	-webkit-box-sizing: border-box;
	        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;
}
.photogallery .name {
	min-height: 35px;
	display: block;
}

.img-photogallery img {
	width: auto;
}
.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: -webkit-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
    background: -o-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
    background: repeating-linear-gradient(-45deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
    color: #ffed00;
}

.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 #FFED00;
	color: #FFED00;
}

.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: -webkit-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	background: -o-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	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: 62px;
	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: 100px;
	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 .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;
}
#callback label,
.form__label {
	font-weight: normal;
}
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: -webkit-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
    background: -o-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
    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,
.spoiler-title-href {
	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-href .name,.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-4 {
	float: left;
	width: 33%;
	padding-bottom: 15px;
}

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

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

.caf-block-4 > a {
	font-size: 17px;
}

.filials {
	display: flex;
    background: #F7F7F7;
    padding: 20px 80px;
    justify-content: space-between;
    align-items: center;
}

.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;
	background-color: #F7F7F7;
}

.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 15px 15px 0;
	-webkit-box-shadow: 0 0 11px 2px #C7C7C7;
	        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;
}

iframe{
	border: 0px;
	border-style: none;
}

.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;
}
/*.adv-item .adv-item-icon-1 {*/
/*	background: url(/images/icon-1.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: -webkit-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	background: -o-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	background: repeating-linear-gradient(-45deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	width: 285px;
}

.content .categories ul {
	margin: 0;
}
.categories ul li {
	list-style: none;
	padding: 0 30px 0 35px;
	height: auto;
	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: #ffed00;
}

.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%;
	-webkit-box-sizing: border-box;
	        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 20px;
   /*  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.gallery img{
	float: none;
	height: auto!important;
	margin: 0 10px 10px 0;
	width: auto;
    max-width: 100%;
}
.pdflink, .doclink, .xlslink {
    display: inline-block;
     margin: 5px 0;
     padding-bottom: 20px;
}
 .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;
}


/* Menu Styles from catalog.section.list/menu/template.php*/

.third-level-menu {
    position: absolute;
    top: 0;
    right: -150px;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.third-level-menu > li {
    height: 30px;
}


.second-level-menu {
    position: absolute;
    top: 30px;
    left: 0;
    width: 150px;
    list-style: none;
    padding: 0;
    margin: 0;
    display: none;
}

.second-level-menu > li {
    position: relative;
    height: 30px;
}

.top-level-menu {
    list-style: none;
    padding: 0;
    margin: 0;
}

.top-level-menu > li {
    position: relative;
    float: left;
}

.top-level-menu li:hover > ul {
    /* On hover, display the next level's menu */
    display: inline;
}


/* Menu Link Styles */

.top-level-menu a /* Apply to all links inside the multi-level menu */
{
    text-decoration: none;
    padding: 0 0 0 10px;

    /* Make the link cover the entire list item-container */
    display: block;
    line-height: 30px;
}
.content tr td{
	vertical-align: top;
}

.hdr-bottom ul li{
    display: flex;
    align-items: center;
	justify-content: center;
    padding: 0px 5px;
}
.hdr-bottom ul li a{
	line-height: 20px;
}
.information_online{
	background: #f0f011;
	color:#1A5A97;
	padding: 8px 25px;
    text-decoration: none;
    font-family: Tahoma;	
	display: inline-block;
    width: 45%;
    text-align: center;
	font-weight: bold;
}
.information_online:hover, .information_online:focus{
text-decoration: none;
}
.block {
	display: flex;
	justify-content: space-between;
	margin-bottom: 10px;
}
.block_left,
.block_right,
.block_video {
	width: 49%;
}
.block_left img{
	width: 100%;
}
.content img {
	max-width: 100%;
}
@media screen and (max-width: 1200px) {
	.blind-settings .font, .blind-settings > div {
		width: 100%;
		height: auto;
	}

	.pages .page {
		width: 200px;
	}
}
@media screen and (max-width: 767px) {
	.block {
		display: block;
	}
	.block_left,
	.block_right,
	.block_video {
		width: 100%;
		margin-bottom: 10px;
	}
	.build:last-child {
		height: auto;
	}
	#highedu {
		overflow-y: scroll;
    	/*max-height: 91vh;*/
	}
	.row {
		margin: 0px;
	}
.content img {
	width: 100%;
	margin: 0;
}
	a.information_about_organization,
	a.information_online,
	a.lk_mob {
		display: block;
		width: 100%;
	}
	.caf-block-4,
	.caf-block {
		float: none;
		width: 100%;
	}
	
	.flex {
		display: block;
	}
	.flex div {
		width: 100%;
	}
}
.blocks .block-item img {
	object-fit: cover;
}
.okbtnpopup {
	background: #004e91;
	color: #fff;
	font: 16px 'Roboto Regular';
	text-transform: uppercase;
	padding: 15px 25px;
	border: none;
	cursor: pointer;
}
.contact__map-main {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.contact__map-main img {
	width: 48%;
}
.contact__map-main iframe {
	width: 48%;
	height: 400px;
}
@media screen and (max-width: 1200px) {
	.build .contact__map-main img {
		width: 48%;
	}
}
@media (max-width: 768px) {
	.contact__map-main {
		display: flex;
		flex-direction: column;
		justify-content: space-between;
	}
	.build .contact__map-main img {
		width: 100%;
	}
	.contact__map-main iframe {
		width: 100%;
		margin-top: 30px;
	}
}
.default-table__container .default-table tr:nth-child(2n+1) {
	background: #e8f4ff;
}
.default-table__container .default-table tr:first-child {
	background: #ffffff;
}
.default-table__container .default-table th {
	text-align: center;
	padding: 8px;
	border: 1px solid #000000;
}
.default-table__container .default-table td {
	border: 1px solid #000000;
	padding: 8px;
	text-align: left;
}
.default-table__container .default-table .default-table__head {
	color: #004F91;
}
/* End */


/* Start:/bitrix/templates/mgei/template_styles.css?168916860444941*/
@font-face {
	font-family: 'Roboto';
    src: url(/fonts/roboto-light.ttf);
    font-display: swap;
	font-weight: 100;
}

@font-face {
	font-family: 'Roboto Regular';
    src: url(/fonts/roboto-regular.ttf);
    font-display: swap;
	font-weight: 300;
}

@font-face {
	font-family: 'Roboto Medium';
    src: url(/fonts/roboto-medium.ttf);
    font-display: swap;
	font-weight: normal;
}

@font-face {
	font-family: 'Roboto Bold';
    src: url(/fonts/roboto-bold.ttf);
    font-display: swap;
	font-weight: 600;
}

@font-face {
	font-family: 'Roboto Black';
    src: url(/fonts/roboto-black.ttf);
    font-display: swap;
	font-weight: 900;
}

@font-face {
	font-family: 'Arial Narrow';
    src: url(/fonts/arial-narrow.ttf);
    font-display: swap;
}

* {
	margin: 0;
	padding: 0;
}
html {
	height: 100%;
}
body {
	font: 14px 'Roboto Regular';
	color: #000;
	width: 100%;
	height: 100%;
}

table {
	border-collapse: collapse;
	margin-bottom: 10px;
}

table td {
	padding: 5px;
}

a,
input,
textarea,
img {
	outline: none;
	border: none;
}

textarea {
	resize: none;
	color:#000;
}

input {
	-webkit-appearance: none;
	color:#000;
}

h1 {
	font-family: 'Roboto Bold';
	font-size: 25px;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #004F91;
    text-align: center;
    margin-top: 15px;
}

h2 {
	margin-bottom: 15px;
}

h3 {
	margin-bottom: 10px;
}

ol li {
	list-style-position: inside;
}

.content a, .bx-breadcrumb-item a {
	color: #28528E;
}

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

.content p {
	margin-bottom: 15px;
}

.content ul {
	margin: 0 0 15px 30px;
}

::-webkit-input-placeholder {font-style: italic; color:#b5b5b5;}
::-moz-placeholder          {font-style: italic; color:#b5b5b5;}
:-moz-placeholder           {font-style: italic; color:#b5b5b5;}
:-ms-input-placeholder      {font-style: italic; color:#b5b5b5;}

#wrapper {
	min-width: 1200px;
	min-height: 100%;
	height: auto !important;
	height: 100%;
}


/* Header
-----------------------------------------------------------------------------*/
header .hdr-middle, #footer {
	font-family: Tahoma;
}

header .hdr-middle, #footer .copyright {
	background: -webkit-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	background: -o-repeating-linear-gradient(135deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
	background: repeating-linear-gradient(-45deg, #003F87, #003F87 3px, #004E91 3px, #004E91 6px);
}

header .hdr-top, header .hdr-bottom {
	background: #1263A7;
}
.hdr-top > ul > li {
    border-right: 2px solid #0a3e69;
}
.hdr-top > ul > li:last-child {
    border: none;
}
header .hdr-top ul,
header .hdr-bottom ul,
.hdr-middle .hdr-main,
#footer .footer > div,
#footer .copyright > div {
	width: 1200px;
	margin: 0 auto;
}

header .hdr-top ul,
header .hdr-bottom ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: justify;
	    -ms-flex-pack: justify;
	        -webkit-justify-content: space-between;
	        justify-content: space-between;
}

.hdr-middle .hdr-main {
	color: #fff;
	margin: 10px auto 25px;
	height: 200px;
}

.hdr-middle .hdr-main > div {
	float: left;
	margin-right: 23px;
}

.hdr-middle .hdr-main > div > div > div, .hdr-middle input[type=submit] {
	display: inline-block;
	margin-right: 33px;
	vertical-align: top;
}

.hdr-middle input[type=submit] {
	margin-right: 0;
}

.hdr-middle .hdr-main > div:last-child, .hdr-middle .hdr-main > div > div > div:last-child {
	margin: 0;
}

.hdr-middle .hdr-main > div:first-child {
	margin: 0;
}

header ul li {
	display: inline-block;
}

header .hdr-top ul li,
header .hdr-bottom ul li,
header .top-level-menu li:hover ul li
 {
	-webkit-box-flex: 1;
	    -ms-flex-positive: 1;
	        -webkit-flex-grow: 1;
	        flex-grow: 1;
}
header .top-level-menu li:hover .second-level-menu,
header .second-level-menu li:hover .third-level-menu,
header .second-level-menu .third-level-menu li:hover > ul {
	display: flex;
}
header .second-level-menu .third-level-menu li:hover > ul {
	flex-direction: column;
	position: absolute;
	left:100%;
	top:0;
	/* background-color: rgb(26,90,151 .5); */
}

header ul li a {
	font-family: 'Arial Narrow';
	display: block;
	color: #fff;
	text-decoration: none;
}

header .hdr-top ul li a {
	padding: 10px;
	font-size: 17px;
}

header .hdr-top ul li:first-child a {
	padding-left: 0;
}

header .hdr-top ul li:last-child a {
	padding-right: 0;
}

header .hdr-bottom ul li a {
	font-size: 18px;
	padding: 15px 0;
	text-align: center;
}

header .hdr-bottom ul li:hover, header .hdr-bottom ul li.selected {
	/* background: #3D81C5;
	-webkit-box-shadow: -2px 0 6px -2px #10528C, 2px 0 6px -2px #10528C;
	        box-shadow: -2px 0 6px -2px #10528C, 2px 0 6px -2px #10528C; */
}
header .top-level-menu li {
	position: relative;
	z-index: 15;
}

header .top-level-menu li ul {
	position: absolute;
	z-index: 15;
	width:220px;
	background-color: #1263a7;
	top: 42px;
}
header .top-level-menu li ul li:hover {
	background-color: #004f91;
}
header .top-level-menu .third-level-menu ul {
	background-color: #2a73b0;
}
header .top-level-menu li ul li {
	height: auto;
}

header .top-level-menu li:hover > ul {
	display: inline-block;
}

header .top-level-menu .second-level-menu, header .top-level-menu .third-level-menu, header .top-level-menu .third-level-menu ul {
	display: none;
}
header .top-level-menu li:hover > ul{
	display:flex;
	flex-direction: column;
	animation: fade-in .24s linear;
}
@keyframes fade-in{ from{ opacity:0; } to{ opacity:1; }}

/* header ul.top-level-menu li a{
	padding: 6px 0;
} */




header .hdr-top ul li a:hover,
header .hdr-top ul li.selected a,
header .hdr-bottom ul li a:hover,
header .hdr-bottom ul li.selected a {
	color: #FFED00;
}

header .top-level-menu .third-level-menu {
    left: 100%;
    height: auto;
    top:0;
    display: none;
}
header .third-level-menu li {
	height: auto;
}

.grd {
	background-image: -webkit-gradient(linear, left top, right top, from(rgba(255,255,255,0)), color-stop(30%, rgba(255,255,255,0.4)), color-stop(70%, rgba(255,255,255,0.4)), to(rgba(255,255,255,0)));
	background-image: -webkit-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,0));
	background-image: -o-linear-gradient(left, rgba(255,255,255,0), rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,0));
	background-image: linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,0.4) 30%, rgba(255,255,255,0.4) 70%, rgba(255,255,255,0));
    background-repeat: no-repeat;
    background-position: 100% 50%;
    background-size: 100% 3px;
    height: 3px;
    padding: 2px 0;
}

.hdr-middle .hdr-main > p {
	font-family: Roboto;
	margin-bottom: 10px;
}

.hdr-middle .hdr-main .hdr-main-top {
	margin-bottom: 20px;
}

.hdr-middle input[type=text] {
	padding: 10px 0 10px 18px;
	width: 315px;
	margin-right: -4px;
	height: 35px;
}

.hdr-middle input[type=submit] {
	width: 35px;
	height: 35px;
	background: #fff url(/images/search.png) no-repeat 40% 50%;
	cursor: pointer;
}

.hdr-middle .hdr-main .tslides {
    -webkit-box-shadow: 0 6px 10px 0px #002246;
            box-shadow: 0 6px 10px 0px #002246;
	background: #fff;
	color: #000;
	width: 300px;
	height: 100px;
	padding: 20px 30px;
	text-align: center;
	font-size: 16px;
}

.hdr-middle .hdr-main .lang, .hdr-top .lang {
	font-size: 12px;
}

.hdr-middle .hdr-main .lang ul, .hdr-top .lang ul {
	background: #1263A7;
}

.hdr-middle .hdr-main .lang ul li:first-child {
	padding: 4px 0 4px 5px;
}

.hdr-middle .hdr-main .lang ul li:last-child {
	padding: 4px 5px 4px 0;
}

.hdr-middle .hdr-main .lang ul li a:hover {
	background: #FFED00;
	color: #000;
}

.hdr-middle .hdr-main .lang ul li a {
	padding: 5px 16px;
}
.hdr-middle .hdr-main .blind {
	line-height: 36px;
	padding-left: 37px;
	background: url(/images/blind.png) no-repeat 0% 50%;
}

.hdr-middle .hdr-main .hdr-main-bottom a {
	font-size: 15px;
	color: #fff;
	text-decoration: none;
}

.hdr-middle .hdr-main .phone {
    position: relative;
	font-family: Roboto;
	font-size: 18px;
	text-align: center;
}

.hdr-middle .hdr-main .phone p {
	margin: 5px 0 13px;
}

/*.hdr-middle .hdr-main .phone p span {
	font-family: Roboto;
	font-size: 18px;
	color: #FFED00;
}

.hdr-middle .hdr-main .phone p a {
	text-decoration: none !important;
	font-family: Roboto;
	font-size: 18px;
	text-align: center;
	color: #fff;
}*/
.header__phone{
	text-decoration: none;
	font-size: 18px;
	font-family: Roboto;
	text-align: center;
	color: #FFED00;
}
.header__phone--white{
	color: #fff;
}
.header__phone--white:hover {
	color: #fff;
}
.header__phone__text{
	font-size: 14px;
	font-family: Tahoma;
}

.hdr-middle .hdr-main .filial, .hdr-top .filial {
    line-height: 36px;
    background: url(/images/filial.png) no-repeat 10% 50%;
    padding-left: 45px;
    text-align: center;
}

.hdr-middle .hdr-main .hdr-main-right p,  .hdr-top .hdr-main-right p, .ask-question.hdr-main-right p{
	line-height: 30px;
	background: #1263a7;
	text-align: center;
	/*font-size: 15px;*/
	font-size: 13px;
	padding: 0 15px;
	margin-bottom: 10px;
}

.hdr-middle .hdr-main .hdr-main-right p a, .hdr-top .hdr-main-right p a, .ask-question.hdr-main-right p a {
	color: #fff;
	text-decoration: none;
}

.hdr-middle .hdr-main .hdr-main-right span, .hdr-top .hdr-main-right a span, .ask-question.hdr-main-right a span {
	position: relative;
	top: 4px;
	display: inline-block;
	margin-right: 3px;
	width: 20px;
	height: 20px;
	background: url(/images/head-icons.png) no-repeat;
}
.hdr-middle .hdr-main .hdr-main-right a span.p1, .hdr-top .hdr-main-right p span.p1{ background-position: 0% 0%; }
.hdr-middle .hdr-main .hdr-main-right a span.p2, .hdr-top .hdr-main-right p span.p2, .ask-question.hdr-main-right p span.p2{ background-position: 68% 0%; }
.hdr-middle .hdr-main .hdr-main-right a span.p3, .hdr-top .hdr-main-right p span.p3{ background-position: 37% 0%; }
.hdr-middle .hdr-main .hdr-main-right a span.p4, .hdr-top .hdr-main-right p span.p{ background-position: 104% 0%; }

.hdr-middle .hdr-main .hdr-main-right p:nth-child(2n) {
	background: #1263a7 -webkit-linear-gradient(320deg,
		rgba(255,255,255,0.0) 20%,
		rgba(255,255,255,0.05) 20%,
		rgba(255,255,255,0.15) 60%,
		rgba(255,255,255,0.05) 83%,
		rgba(255,255,255,0.0) 83%);
	background: #1263a7 -o-linear-gradient(320deg,
		rgba(255,255,255,0.0) 20%,
		rgba(255,255,255,0.05) 20%,
		rgba(255,255,255,0.15) 60%,
		rgba(255,255,255,0.05) 83%,
		rgba(255,255,255,0.0) 83%);
	background: #1263a7 linear-gradient(130deg,
		rgba(255,255,255,0.0) 20%,
		rgba(255,255,255,0.05) 20%,
		rgba(255,255,255,0.15) 60%,
		rgba(255,255,255,0.05) 83%,
		rgba(255,255,255,0.0) 83%)
}

.hdr-middle .hdr-main .hdr-main-right p:nth-child(3) {
	background: #1263a7 -webkit-linear-gradient(320deg,
		rgba(255,255,255,0.0) 45%,
		rgba(255,255,255,0.15) 45%,
		rgba(255,255,255,0.0) 85%
		);
	background: #1263a7 -o-linear-gradient(320deg,
		rgba(255,255,255,0.0) 45%,
		rgba(255,255,255,0.15) 45%,
		rgba(255,255,255,0.0) 85%
		);
	background: #1263a7 linear-gradient(130deg,
		rgba(255,255,255,0.0) 45%,
		rgba(255,255,255,0.15) 45%,
		rgba(255,255,255,0.0) 85%
		)
}

/* Middle
-----------------------------------------------------------------------------*/
#container {
	padding-bottom: 360px;
	padding-top: 15px;
	width: 1200px;
	min-width: 1200px;
	margin: 0 auto;
}

.breadcrumb .home {
    width: 16px;
    height: 13px;
    float: left;
    background: url(/images/home.png) no-repeat;
	margin-top: 6px;
}

.breadcrumb .bx-breadcrumb-item {
	float: left;
}

.breadcrumb .separator {
	padding: 0 5px;
}

#right, .content {
	/* padding-top: 50px; */
}

#right {
	float: right;
	width: 285px;
	margin-left: 20px;
}

#right .ban {
	background: #F5F5F5;
	margin-bottom: 20px;
	-webkit-box-shadow: 0 16px 11px -15px #A9A9A9;
	        box-shadow: 0 16px 11px -15px #A9A9A9;
	padding: 14px;
}

#right .ban .title {
	font-family: 'Roboto Medium';
	font-size: 18px;
	color: #004F91;
	text-align: center;
	background: url(/images/line-bg.png) repeat-x;
	margin-bottom: 20px;
}

#right .ban .title span {
	padding: 0 16px;
	background: #f5f5f5;
}

#right .ban .inner {
	width: 255px;
	height: 175px;
	-webkit-box-sizing: border-box;
	        box-sizing: border-box;
}

#right .ban .inner img {
	width: 100%;
	height: 100%;
}

.content.main {
	margin-right: 305px;
}

/* Footer
-----------------------------------------------------------------------------*/
#footer {
	width: 100%;
	min-width: 1200px;
	margin: -300px auto 0;
	position: relative;
}

.footer {
	background: #F5F5F5;
	padding: 35px 0 40px;
	font-size: 12px;
}

.footer > div > div {
	margin-right: 30px;
	display: inline-block;
	vertical-align: top;
}

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

.footer .social img {
	display: block;
	margin-bottom: 10px;
}

.footer .social p,
.footer .social span {
	display: inline-block;
}

.footer .social span {
	background: url(/images/social.png) no-repeat;
	width: 25px;
	height: 25px;
	padding-left: 3px;
}

.footer .social p {
	margin-right: 5px;
	color: #000;
}

.footer .social .tg {
	background: url("/images/tg-gray.png");	
    background-repeat: no-repeat;
    background-size: 100%;
    width: 25px;
    height: 25px;
    display: inline-block;
}
.footer .social .tg:hover {
	background: url("/images/tg-blue.png");	
    background-size: 100%;
}
.footer .social span.ok {background-position: 0% 8%}
.footer .social span.fb {background-position: 33% 8%}
.footer .social span.vk {background-position: 65% 8%}
.footer .social span.inst {background-position: 98% 8%}

.footer .social span.ok:hover {background-position: 0% 90%}
.footer .social span.fb:hover {background-position: 33% 90%}
.footer .social span.vk:hover {background-position: 65% 90%}
.footer .social span.inst:hover {background-position: 98% 90%}

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

.footer .footer-menu ul li {
	list-style-type: none;
	padding-bottom: 15px;
}

.footer .footer-menu > div {
	float: left;
	width: 144px;
	margin-right: 14px;
}

.footer .footer-menu > div:last-child {
	margin-right: 0;
}

.footer .footer-menu div.fm2 {
	width: 190px;
}

.footer .contacts {
	text-align: center;
}

.footer .contacts a {
	font-size: 14px;
}

.footer .contacts .phone a{
	font-family: Roboto;
	font-size: 20px;
	margin-top: 25px;
	color: #000;
}

.footer .contacts .phone p {
	margin-bottom: 13px;
}

.footer .contacts .phone p span {
	font-family: Tahoma;
	font-size: 14px;
	color: #29508e;
}

.footer .question p {
	background: #1263A7;
	text-align: center;
	font-size: 14px;
	margin-bottom: 12px;
}

.footer .question p:last-child {
	margin-bottom: 0;
}

.footer .question p a {
	display: block;
	color: #fff;
	padding: 8px 5px;
}

#footer .copyright {
	height: 60px;
	line-height: 60px;
}

#footer .copyright > div > div {
	color: #fff;
	width: 45%;
	display: inline-block;
}

#footer .copyright .utl {
	text-align: right;
	float: right;
}

#footer .copyright .utl img {
	margin-left: 12px;
	position: relative;
	top: 5px;
}

.navigation {
	text-align: center;
	font-family: 'Roboto Medium';
	font-size: 16px;
}
.info-img {
	float: left;
    width: 285px;
    padding: 5px;
    margin: 10px;
}
.clr{
    clear: both;
}
#footer {

    clear: both;
}
table.filialy td {
    border: 1px solid #000;
}
.slide-text-left {
    position: absolute;
    width: 190px;
    height: 88px;
    left: 0;
    top: 0;
    margin: 23px 23px;
    background: rgba(255, 255, 255, 0.85);
    padding: 25px 25px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 24px;
}
.slide-text-right {
    position: absolute;
    width: 280px;
    height: 100px;
    right: 0;
    bottom: 0;
    margin: 30px 23px;
    background: rgba(255, 255, 255, 0.85);
    padding: 10px 30px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
}
.rightpic {
    float: right;
    margin: 0 0 5px 5px;
    width: 200px;
    line-height: 10px;
}

.li-block:first-child {
    margin-left: 0;
}
.li-block {
    width: 15%;
    margin-left: 10px;
    display: inline-block;
    vertical-align: top;
}
ul.noicon {
    font-size: 14px;
}
.hdr-middle .hdr-main .phone p.round-the-clock {
    color: #FFED00;
}

.footer .contacts .phone p.round-the-clock  a{
    color: #29508e;
}
a.main-ban {
    float: left;
    display: inline-block;
/*    background-image: url(/images/logo-baner-main.jpg);
    background-repeat: no-repeat;
    color: #FFED00;
    padding: 20px 0px 40px 65px;
    margin: 40px 30px;
    font-size: 20px;
    height: 80px;
*/
    	color: #fff;
    background: #1A5A97;
  /*  padding: 8px 30px;*/
    font-family: Tahoma;
    text-decoration: none;
    width: 165px;

    height: 75px;
    font-size: 13px;
    padding: 10px;
    margin: 40px 5px;


}
.blocks .block-item a > div {

    font-size: 19px;
}
.photogallery {
    display: inline-block;
    position: relative;
    text-align: center;
    width: 350px;
    /* height: 200px; */
    float: left;
    margin: 0 20px 20px 0;
}
.bx-pager.bx-default-pager {
    left: 43%;
}
/*
.from_erros {
    float: left;
    position: fixed;
    bottom: 0;
    right: 0;
    margin: 20px;
    z-index: 100001;
}
*/

.mobile-tslides,
.hamburger{
	display: none;
}

.mobile-tslides {
	padding: 0 20px 30px 20px;
	background: #fff;
	text-align: center;
}

.mobile-tslides .bx-controls {
	background: #fff;
}

/*rektor-page*/
.gramoty {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
}
.tabs .gramoty .item {
    padding: 15px 15px 15px 0;
}

.gallery-vice-rector  {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            -webkit-justify-content: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        -webkit-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            -webkit-align-items: flex-start;
            align-items: flex-start;
}

.vice-rektor_card {
    margin: 1px;
    width:298px;
    float: left;
}
.vice-rektor_card p {
    width:300px;
}
/*/rektor-page*/

header .round-the-clock a {
    text-decoration:none;
    color: #FFED00;
}
.student-center {
	display: flex;
    flex-wrap: wrap;
    justify-content:space-around;
    clear:both;
}
.student-center_item{
	display: flex;
	flex-direction: column;
	width:298px;
}
.student-center .student-center_item img{
	height:425px!important;
}


.menu-open .hamburger {
    display: none;
}

.close_menu {
    display: none;
}


.menu-open .close_menu {
    color: #fff;
    position: absolute;
    display: block;
    z-index: 10;
}

@media screen and (min-width: 1200px) {
    .mobile-menu {
        display: none !important;
    }

	.mobile-tslides {
		display: none;
	}
}

@media screen and (max-width: 1200px) {
    * {
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
    }

    *::before,
    *::after {
        -webkit-box-sizing: inherit;
                box-sizing: inherit;
    }

    body {
        overflow-x: hidden;
        position: relative;
    }

    img {
        max-width: 100%;
    }

    .mobile-hide {
        display: none !important;
    }

	.mobile-tslides,
    .hdr-middle .hdr-main .tslides,
	header .hdr-top,
	header .hdr-bottom,
	header .lang,
	header .filial {
        display: none !important;
    }

    #container{
       min-width: 320px;
        width: 100%;

    }
    #wrapper {
        min-width:320px;
        width: 100%;
    }

    #footer {
        min-width: 320px;
        max-width:100%;
    }

     #footer .footer > div, header .hdr-middle .hdr-main {
         width: auto;
         max-width:100%;
     }
      #footer .copyright > div {
      	width: 100%;
      }

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

    /*главная*/
    a.main-ban {
        height:90px;
        margin: 20px 15px;
    }
    /*/главная*/

    /*jornal vestnik*/
    .main-info .li-block {
        width: 40%;
    }

    .li-block:first-child {
        margin-left: 10px;
    }
    /*/jornal vestnik*/

    /*mobile-menu */
    .mobile-menu {
        background-color: #1263A7;
        position: fixed;
        right: 0;
        top: 70px;
        bottom: 0;
        width: 70%;
        max-width: 320px;
        overflow-y: auto;
        z-index: 11;
        -webkit-transform: translate(100%, 0);
            -ms-transform: translate(100%, 0);
                transform: translate(100%, 0);
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        -o-transition: transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
    }

    .hamburger {
        /* flex: 1 0 auto; */
        display: block;
        width: 44px;
        height: 44px;
        background: url(/images/ham-menu.png) no-repeat left;
        background-size: cover;
        background-color: black;
        opacity: .3;
        border: none;
        margin: 15px 5px 0;
        cursor: pointer;
        position: fixed;
        top: 5px;
        right: 0;
        z-index: 11;
    }

    .menu-open .mobile-menu{
        -webkit-transform: translate(0, 0);
            -ms-transform: translate(0, 0);
                transform: translate(0, 0);
    }

    .mobile-menu ul {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
        background: none;
        width: auto;
    }

    .mobile-menu ul li a {
        font-family: 'Arial Narrow';
        display: block;
        color: #fff;
        text-decoration: none;
        padding: 10px;
        font-size: 20px;
    }

    .mobile-menu ul:nth-child(1) li:first-child a {
        padding-left: 10px;
    }

    .mobile-menu {
        padding-bottom: 10px;
    }

    .mobile-menu .search-form, .mobile-menu .menu-points{
        display: none;
    }

    .mobile-menu .filial {
        text-align: left;
        padding-left: 45px;
        margin-left: 50px;
        line-height: 36px;
        background: url(/images/filial.png) no-repeat 10% 50%;
    }

    .mobile-menu .filial a {
        font-size: 15px;
        color: #fff;
        text-decoration: none;
    }

    .mobile-menu .mob-lang {
        float: left;
        margin: 0 10px;
        background: #003f87;
    }

    .mobile-menu > p {
        line-height: 30px;
        background: #1263a7;
        text-align: left;
        font-size: 13px;
        padding: 0 15px;
        margin-bottom: 10px;
    }

    .mobile-menu ul:not(.mob-lang) {
        padding-bottom: 10px;
        border-bottom: 1px solid #f9ed37;
        margin-bottom: 10px;
    }

    .mobile-menu > p > span {
        position: relative;
        top: 4px;
        display: inline-block;
        margin-right: 3px;
        width: 20px;
        height: 20px;
        background: url(/images/head-icons.png) no-repeat;
    }

    .mobile-menu > p a {
        color: #fff;
        text-decoration: none;
    }

    body.menu-open {
        overflow: hidden;
        -webkit-box-shadow: 0 0 0 9999px rgba(0,0,0, 0.3);
                box-shadow: 0 0 0 9999px rgba(0,0,0, 0.3);
    }

    .menu-open  .overlay {
        width:100%;
        height:100%;
        background-color: black;
        opacity: .5;
        z-index: 6;
        position: fixed;
        cursor:pointer;
    }
    /*/mobile-menu */

    /*header*/
    header .search-form, header .hdr-main > p {
        margin-left: 20px;
    }

    header .search-form  input[type=text]  {
        height:auto;
    }

    header .logo {
        margin: 0 20px;
    }

    header .logo img{
        height: 80px;
    }
    /*/header*/

    .content {
        padding: 8px 8px;
    }

    .slider {
        width: 100%;
    }

    .blocks .block-item {
        float:none;
        margin: 20px auto;
    }

    .blocks .block-item:nth-child(even) {
        margin: 20px auto;
    }

    /*footer*/
    .footer .social {
        width: 30%;
        margin: 0 5px 0 0;
    }

    .footer .footer-menu {
        width: 68%;
        margin:0;
    }

    .footer .footer-menu .fm1,  .footer .footer-menu .fm2,  .footer .footer-menu .fm3 {
        width:31%;
    }

    .footer .contacts, .footer .question {
        width: 49%;
        margin:0;
    }

    .footer .question p {
        width:50%;
        margin: 12px auto;
    }

    #footer .copyright {
        padding: 0 5px;
        height: auto;
    }
    #footer .copyright .copy{
    	width:60%;

    }
     #footer .copyright .utl{
     	width:25%;

     }
     /*/footer*/

    /*contact page*/
    .rl {
        width:100%;
        padding: 0 10px;
    }

    .build  img{
        width:400px;
    }

     .build {
        clear:both;
        padding:15px 0 0 0;
    }

    .complaint {
        clear:both;
    }

    .complaint form textarea, form.feedback textarea  {
        width:450px;
    }
    /*/contact page*/

    /*rektor-page*/
    .bio {
        margin-left: 350px;
    }

    .tabs ul li {
        width:50%;
    }

    .tabs {
        width:100%;
    }
    /*/rektor-page*/

    /*feedback-page*/
    .advs {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                -webkit-justify-content: center;
                justify-content: center;
    }

    .reviews {
        width: 100%;
    }


    .catleft {
        float: none;
    }

    .catleft .categories{
        width:350px;
    }
    /*/feedback-page*/

    .main-news {
        padding:0;
    }

    .content table{
        display: block;
        width: 100%;
        max-width: 100%;
        overflow: auto;
    }
    /*слайдер*/
    .bx-pager.bx-default-pager {
        left:35%;
    }
    /*/слайдер*/

    /*filials*/
    .filials {
        display: block;
        padding: 0;
    }

    .filials > div {
        float: none;
        width:100%;
    }
    /*/filials*/

    /* slider-index*/
    .bx-wrapper .bx-controls-direction a, .slider .bottom a {
        z-index: 4;
    }
    /* /slider-index*/
    .menu-open .close_menu {
        font-size: 44px;
        width: 44px;
        top: 10px;
        right: 0px;
    }

}

@media screen and (max-width: 992px) {
	#container{
		padding-top: 195px;
	}
}

@media screen and (max-width: 970px) {
	#container{
		padding-top: 220px;
	}

    header .hdr-main-right,
	header .filial,  header .blind,
	header .lang,
	header .search-form,
	header .hdr-bottom ,
	header .hdr-top {
        display: none!important;
    }

	.mobile-tslides {
		display: block !important;
	}

    /*header*/
    header .hdr-top ul, header .hdr-bottom ul, .hdr-middle .hdr-main, #footer .footer > div{
        width: auto;
        max-width:100%;

    }

    .hdr-middle .hdr-main {
        height: 70px;
    }

    .hdr-main > p, .hdr-middle .hdr-main .tslides, .hdr-middle .hdr-main .blind, .phone p:not(.round-the-clock) {
        display: none;
    }

    header {
        position:fixed;
        width: 100%;
        z-index: 5;
    }

    .hamburger {
        background-color: transparent;
        opacity: 1;
    }

    .mobile-menu .search-form {
        padding: 10px 0 10px 10px;
        border-bottom: 1px solid #FFED00;
        display: block;
    }

    .mobile-menu .menu-points {
        display: block;
    }

    .mobile-menu input[type=text] {
        padding: 10px 0 8px 18px;
        width: 82%;
        margin-right: -4px;
    }

    .mobile-menu input[type=submit] {
        display: inline-block;
        width: 35px;
        height: 35px;
        background: #fff url(/images/search.png) no-repeat 40% 50%;
        cursor: pointer;
        vertical-align: top;
    }
    /*header*/



}

@media screen and (max-width: 850px) {
	#container{
		padding-top: 220px;
	}
    /*main*/
    #right, .content, .main {
        float: none;
        width: 100%;
        margin: 0;
        padding:8px 8px;
    }

    #right {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -ms-flex-pack: distribute;
            -webkit-justify-content: space-around;
                justify-content: space-around;
        -webkit-box-align: stretch;
            -ms-flex-align: stretch;
                -webkit-align-items: stretch;
                align-items: stretch;
    }

   #right .ban {
      width:270px;
   }

   .right .ban .inner {
       margin: 0 auto;
   }

   .vslider iframe {
       width:100% !important;
   }

    .vslider a.bx-next {
        right:0;
    }

    .vslider a.bx-prev {
        left:0;
    }
    /*main*/

    /*footer*/
    .footer .social {
        width: auto;
        display:-webkit-box;
        display:-ms-flexbox;
        display:-webkit-flex;
        display:flex;
        -ms-flex-wrap:wrap;
            -webkit-flex-wrap:wrap;
                flex-wrap:wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                -webkit-justify-content: space-between;
                justify-content: space-between;
        padding: 5px;
        margin:0;
    }

    .footer .social a:first-child {
        margin-right: 5px;

    }
    .footer .footer-menu {
        margin: 0 0 15px 0;
        width: auto;
    }

    .footer .footer-menu .fm1 {
        width: 100%;
        margin:0;
        font-weight: bolder;
    }

    .footer .footer-menu .fm1 ul, .footer .footer-menu .fm2 ul {
        list-style-position: inside; /* Firefox */
        -webkit-column-count: 2; /* Safari and Chrome */
        column-count: 2;
        list-style-type: decimal;
        text-align: center;
    }

    .footer .footer-menu div.fm2, .footer .footer-menu div.fm3 {
        width: 100%;
        margin: 0;
        text-align: center;
        font-weight: bolder;
    }

    .footer  .contacts,  .footer  .question {
        width:45%;
        margin: 0;
        padding: 0;
    }

     .footer  .question p {
        width: 100%;
    }

    #footer .copyright {
        padding: 5px;
        height: auto;

        line-height: 1.5;
    }

    .copyright > div {
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -ms-flex-wrap: wrap;
            -webkit-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-align: center;
            -ms-flex-align: center;
                -webkit-align-items: center;
                align-items: center;
	        -ms-flex: auto;
	    -moz-flex: auto;
	    -webkit-flex: auto;
	    -webkit-box-flex: 1;
	            flex: auto;
    }

    #footer .copyright .copy {
        min-width:100%;

        margin-bottom: 15px;

    }

    #footer .copyright > a {
        -webkit-box-flex: 1;
            -ms-flex: 1;
                -webkit-flex: 1;
                flex: 1;
    }

    #footer .copyright .utl {
        float:none;
        -webkit-box-flex:1;
            -ms-flex:1;
                -webkit-flex:1;
                flex:1;
    }

    .footer .contacts a {
        font-size: 18px;
    }
    /*/footer*/
}

@media screen and (max-width: 768px) {
    /*rektor*/
	#container{
		padding-top: 210px;
	}

    .bio {
        margin: 0;
    }

    .rektor-img {
        float: none!important;
        display: block;
        margin: 0 auto 8px auto;
    }
    /*/rektor*/
}

@media screen and (max-width: 680px) {
	#highedu div.name label {
		float: none!important;
	}
	/* #container{
		padding-top: 150px !important;
	} */
}

@media screen and (max-width: 640px) {
    #container{
        padding-top: 195px;
    }

    .hdr-middle .hdr-main {
        margin: 0;
        height: 60px;
    }
    .hdr-middle .hdr-main .hdr-main-top {
        margin-bottom: 0;
    }

    .hamburger {
        width: 35px;
        height: 35px;
        margin: 10px 5px 0;
    }

    header .logo {
        padding-left: 10px;
        margin:0;
    }

    .logo a img{
        display:none;
    }

    .logo a {
        display: block;
        background: url("/images/logo-baner-main.jpg")  no-repeat left center #8aafd2;
        background-size: 280%;
        margin: 3px;
        width: 50px;
        height: 55px;
    }


    .hdr-middle .hdr-main > div > div > div:last-child {
        margin-top: 10px;
    }

    .phone .round-the-clock  span {
        display:none;
    }

    .mobile-menu ul li a {
        font-size: 16px;
    }

    /*contacts page*/
    .rl .build  img {
        display:block;
        margin: 8px auto ;
        float:none!important;
    }
    /*/contacts page*/

    /*rektor-page*/
    .tabs ul li {
        width:97%;
    }
    /*/rektor-page*/

    /*главная*/
    .photogallery {
        width:100%;
    }
    .video, .video iframe {
        width: 100%;
    }
    .video:nth-of-type(2n) {
        margin-left: 0;
    }
    /*/главная*/
    .menu-open .close_menu {
        font-size: 35px;
        color: #fff;
        width: 35px;
        position: absolute;
        top: 7px;
        right: 1px;
        display: block;
        z-index: 10;
    }
}

@media screen and (max-width: 600px) {
	.mobile-tslides {
		display: block;
	}
	.content .slider{
        display:none;
    }
	/* #container {
		padding-top: 150px;
	} */

    /*главная*/
    .content .main_information_about_organization {
        background-color: #1A5A97;
        text-align: center;
        max-width:100%;
        margin-bottom: 30px;
        padding: 5px 0;
    }

    .content .main_information_about_organization a {
        background: none;
    }

    .main-news .title {
        margin-left: -60px;
    }

    .filter span.ntitle {
        float:none;
    }

    .filter  ul li {
        float: none;
    }

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

    .news-list  .news-item{
        margin-bottom: 0;
    }

    /*/главная*/

    .blocks .block-item{
        width: 100%;
        height:255px;
    }

    .blocks .block-item a > div {
        width: 93%;
        height: 220px;
        font-size:14px;
        margin:15px 0 15px 13px;
    }

    .blocks .block-item .icon {
        margin-top: 25px;
    }

    /*feedback-page*/
    .reviews .review {
        padding: 20px 20px;
    }
    /*feedback-page*/
}

@media screen and (max-width: 480px) {
	.mobile-tslides {
		display: block;
	}
	.mobile-tslides .bx-default-pager {
		left: 20% !important;
	}
	#container {
		padding-top: 195px;
	}

	/*главная*/
    a.main-ban {
        display: block;
        margin: 20px auto;
        float: none;
        width: 250px;
    }
    /*/главная*/
    .main-info .li-block {
        width: 100%;
    }

    /*contact-page*/
    form.feedback{
        padding: 20px 35px 40px;
    }

    form.feedback textarea {
        width:340px;
    }

    .complaint form:last-child input, #rektor:last-child input{
        margin-left: 0;
    }

    .complaint form hr, #rektor hr {
        margin-left: 0;
    }
    /*/contact-page*/

    .spoiler-title {
        margin: 25px 0;
        height: auto;
        min-height: 44px;
    }

    .spoiler-title .name {
        line-height: 22px;
    }

    /*feedback-page*/
    .categories {
        width: 100%;
    }
    /*/feedback-page*/

    /*footer*/
    #footer .footer .footer-menu {
        margin: 10px 0 15px 0;
        border-bottom: 1px solid black;
    }

    .footer .social a:first-child img {
        width:100%;
        max-width: 100%;
    }

    .footer > div{
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                -webkit-flex-direction: column;
                flex-direction: column;
    }

    .footer .social {
        width: 100%;
        margin: 0;
        display: block;
    }

    .footer .footer-menu {
        margin: 0;
    }

    .footer .footer-menu > div {
        float: none;
        width: auto;
    }

    .footer .footer-menu div.fm2 {
        width: auto;
    }

    .fm1 ul, .fm2 ul, .fm3 ul {
       text-align:center;
        font-size: 14px;
        font-weight: bold;

    }
    .footer .footer-menu .fm1 ul,  .footer .footer-menu .fm2 ul  {
        list-style-position: inside; /* Firefox */
        -webkit-column-count: auto; /* Safari and Chrome */
        column-count: auto;
        list-style-type: decimal;
        text-align: center;
    }

    .footer .contacts, .footer .question {
        width: 100%;
    }
    /*/footer*/

}

@media screen and (max-width: 400px) {
	.mobile-tslides {
		display: block;
	}
	.mobile-tslides .bx-default-pager {
		left: 20% !important;
	}
	#container {
		padding-top: 195px !important;
	}


	/*contact-page*/
    form.feedback textarea{
        width:280px;
    }

    form.feedback input[type=text] {
        width:280px;
    }

    form.feedback {
        padding: 20px 20px 30px;
    }

    form.feedback input#captcha_word {
        margin: 5px;
    }

    .cafedra {
        margin: 50px 0;
    }


    /*/contact-page*/
}


.copyright .copy a {
	color: #fff;
}

.ask-question {
	margin: 0 auto;
	width: 35%;
}

.ask-question a {
	font-size: 15px;
}

.ask-question.hdr-main-right p {
    line-height: 21px;
}

.page_callback_container.after_h1 {
	margin-top: 20px;
	margin-bottom: 20px;
}

/*  padding: 8px 30px;*/
/*  padding: 8px 30px;*/

.question_answer.yellow a.callback.cboxElement {
	color: #FFED00;
}

.info {
	position: relative;
    word-break: break-word;
}

.info table {
    width: 100%;
    word-break: normal;
}

 [data-class="swim"] {
	position: absolute;
	z-index: 100;
	top: 10px;
	left: 50%;
	transform: translate(-50%, 0);
}
.hdr-middle .hdr-main .hdr-main-right p:first-child {
    margin-top: 5px;
}
.hdr-middle .hdr-main .hdr-main-right .lk {
    position:absolute;
    top: -34px;
    width: 100%;
    padding: 0;
}
.lk_mob {
    display: none;
}
.hdr-main-right {
    position:relative;
}
.hdr-middle .hdr-main .hdr-main-right a span.p0 {
    background: url(/images/lk.png) no-repeat;
}
@media screen and (max-width: 768px) {
	 [data-class="swim"] {
	 	position: static!important;
	 	left: 0;
	 	top: 0;
	 	transform: none;
	 }
     .information_about_organization.information_about_organization_mob {
         float: left;
         width: 59.5%;
     }
     .lk_mob {
         display: block;    
         width: 100%;
         float: left;
         color: #fff!important;
         background: #1A5A97;
         padding: 8px 20px;
         text-decoration: none;
         font-family: Tahoma;
        /* border-left: 1px solid #f0f011;*/
     }
}
@media screen and (max-width: 1200px) {
     .information_about_organization,
     .information_about_organization_mob,
     .information_online,
     .lk_mob {
        display: block;
         min-height: 52px;
         float: left;
         width: 49%;
         border: 1px solid #f0f011;
     }
}
a.ask-sticky {
	position: fixed;
	z-index: 1000;
	box-sizing: border-box;
	left: 1rem;
	bottom: 1rem;
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 50%;
	background-color: #1263a7;
	color: #fff;
	padding: 13px;

	cursor: pointer;

	transition: color .35s, background-color .35s;
	animation: blinkAsk 6s infinite;
}

.ask-sticky:hover {
	color:  #FFED00;
	background-color: #167cd1;
}

.ask-sticky svg{ fill: currentColor}


@keyframes blinkAsk {
	0% {
		box-shadow: 0 0 0 0 rgba(19, 99, 167, 0),
		0 0 0 0 rgba(19, 99, 167, 0),
		0 0 0 0 rgba(19, 99, 167, 0) ;
	}
	20% {
		box-shadow: 0 0 0 10px rgba(19, 99, 167, .3),
		0 0 0 0 rgba(19, 99, 167, 0),
		0 0 0 0 rgba(19, 99, 167, 0) ;
	}
	30% {
		box-shadow: 0 0 0 0 rgba(19, 99, 167, 0),
		0 0 0 10px rgba(19, 99, 167, .3),
		0 0 0 0 rgba(19, 99, 167, 0) ;
	}
	60% {
		box-shadow: 0 0 0 0 rgba(19, 99, 167, 0),
		0 0 0 20px rgba(19, 99, 167, .3),
		0 0 0 0 rgba(19, 99, 167, 0) ;
	}
	100% {
		box-shadow: 0 0 0 0 rgba(19, 99, 167, 0),
		0 0 0 0 rgba(19, 99, 167, 0),
		0 0 0 20px rgba(19, 99, 167, 0) ;
	}
}
.myzapisbutton{
    cursor: pointer;
    padding-bottom: 4px;
    padding-top: 4px;
    text-align: center;
    display: block;
    float: right;
    z-index: 100;
    width: 190px;
    height: 30px;
    background-color: #1263a7;
    color: white;
    font-size: 17px;
}
#colorbox #cboxWrapper{
    top: 3%;
}
.hdr-bottom > ul > li{
	border-right: 2px solid #0a3e69;
}
.hdr-bottom > ul > li:last-child{
	border:none;
}

/* Помним гордимся чтим*/
.main-baner{
    margin: 0px auto;
    padding-top: 10px;
    padding-bottom: 10px;
    text-align: center;
}
.main-baner img{
    max-width: 95%;
}
.pomnim-gordimsya-chtim__item{
    overflow: hidden;;
}
.pomnim-gordimsya-chtim__item img{
    max-width: 100%;
    height: auto !important;
}
/* End*/

.content tr td{
	border: 1px solid #000;
	padding: 8px;
}
.section__list-music{
	display: flex;
    align-items: center;
    margin-bottom: 10px;
}
.section__list-music span{
	margin-right: 25px;
	display: inline-block;
}
.build{
    height: auto;
}

.text-format__b{
	font-weight: bold;
}
.text-format__em{
	font-style: italic;
}
.table-no-border tr td{
	border: none;
}

.mobile-tslides .bx-default-pager {
     position: unset;
     margin: 10px auto 0px;
}

table.no-style td{
	border: none;
}

@media (max-width: 480px) {
	.blind-pages{
		display: none;
	}
}


.covid a{
	color: #000;
	text-decoration: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.covid b {
	font-weight: bold;
	font-size: 14px;
	margin-bottom: 3px;
	display: inline-block;
	text-decoration: underline;
}

.avtoram p {
    text-align: justify; /* Выравнивание по ширине */
   }

.blind-reset {
	background: #1263A7;
    text-align: center;
    font-size: 14px;   
    color: #fff;
    width: 150px;
    padding: 10px 0px; 
    cursor: pointer;
    margin: 0px auto;
    display: block;
}
@media (min-width: 778px){
.content ul.lestimg{
margin: 0 0 16px 425px;
}
}
.site-map .depth-1{
	font-size: 16px;
}
.site-map .depth-2{
	margin-left: 20px;
}
.site-map .depth-3{
	margin-left: 40px;
}
.site-map .depth-4{
	margin-left: 60px;
}
.site-map .depth-5{
	margin-left: 80px;
}
.text-color__bold {
	font-weight: 700;
}
@media (max-width: 768px){
	.breadcrumb {
		margin-top: 30px;
	}
}
@media (max-width: 360px){
	.breadcrumb {
		margin-top: 60px;
	}
}
.filialy-personal {
	display: flex;
	flex-direction: row;
	justify-content: space-around;
}
.filialy-personal__item {
	width: 45%;
}
.filialy-personal__item-img {
	width: 300px;
	margin: 0 auto;
}
.filialy-personal__item-img img{
	width: 100%;
}
.filialy-personal__item-text {
	margin-top: 15px;
}

@media (max-width: 768px) {
	.filialy-personal {
		display: flex;
		flex-direction: column;
		align-items: center;
	}
	.filialy-personal__item-img {
		width: 100%;
		margin: 0 auto;
	}
}
.content table{
	margin-bottom: 25px;
}
caption strong {
	padding: 8px;
}
.phones-bold-text {
	font-weight: 700;
}
.menu__item-active a {
	color: #FFED00;
}
.back_to_top {
	position: fixed;
	bottom: 80px;
	right: 60px;
	z-index: 9999;
	width: 30px;
	height: 30px;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
	border-radius: 2px;
	display: none;
}
.back_to_top:hover {
	cursor: pointer;
}
.back_to_top-show {
	display: block;
}
.nav__items-view {
	background: #1263a7 linear-gradient(130deg, rgba(255,255,255,0.0) 45%, rgba(255,255,255,0.15) 45%, rgba(255,255,255,0.0) 85% );
	color: #fff;
	line-height: 30px;
	background: #1263a7;
	text-align: center;
	font-size: 13px;
	display: block;
	width: 230px;
	margin: 10px 0px;
}
.img__custom-style {
	float: left;
	width: 30%;
	margin-right: 10px;
}
.kafedra-psikhologii__list li {
	margin: 10px 0px;
}
@media (max-width: 768px) {
	.img__custom-style {
		width: 90%;
		margin: 10%;
		float: none;
	}
}
header .hdr-middle .hdr-main .hdr-main-right {
	margin-top: -20px;
}
header .hdr-middle .hdr-main .hdr-main-right a:hover {
	color: #FFED00;
}

.news-detail__navigation {
    display: flex;
    justify-content: space-between;
}

/* End */
/* /bitrix/templates/mgei/css/jquery.bxslider.css?15197355812162 */
/* /bitrix/templates/mgei/css/colorbox.css?16862933707371 */
/* /bitrix/templates/mgei/css/blind.css?1597222536772 */
/* /bitrix/templates/mgei/components/bitrix/menu/top/style.min.css?1519735581490 */
/* /bitrix/templates/mgei/components/bitrix/menu/bottom/style.min.css?1519735581490 */
/* /bitrix/templates/mgei/css/page_callback.css?16183784832189 */
/* /bitrix/templates/mgei/js/note/note.css?1526308129880 */
/* /bitrix/templates/mgei/components/bitrix/menu/foot/style.min.css?1519735581490 */
/* /bitrix/templates/mgei/styles.css?168916868525908 */
/* /bitrix/templates/mgei/template_styles.css?168916860444941 */
