@import url(https://fonts.googleapis.com/css?family=Roboto:100,100italic,300,300italic,regular,italic,500,500italic,700,700italic,900,900italic&subset=cyrillic);

@font-face {
    font-family: 'ProximaNovaBold';
    src: url("fonts/ProximaNovaBold.eot");
    src: url("fonts/ProximaNovaBold.eot") format("embedded-opentype"), url("fonts/ProximaNovaBold.woff2") format("woff2"), url("fonts/ProximaNovaBold.woff") format("woff"), url("fonts/ProximaNovaBold.ttf") format("truetype"), url("fonts/ProximaNovaBold.svg#ProximaNovaBold") format("svg")
}

@font-face {
    font-family: 'ProximaNovaRegular';
    src: url("fonts/ProximaNovaRegular.eot");
    src: url("fonts/ProximaNovaRegular.eot") format("embedded-opentype"), url("fonts/ProximaNovaRegular.woff2") format("woff2"), url("fonts/ProximaNovaRegular.woff") format("woff"), url("fonts/ProximaNovaRegular.ttf") format("truetype"), url("fonts/ProximaNovaRegular.svg#ProximaNovaRegular") format("svg")
}

@font-face {
    font-family: 'ProximaNovaSemibold';
    src: url("fonts/ProximaNovaSemibold.eot");
    src: url("fonts/ProximaNovaSemibold.eot") format("embedded-opentype"), url("fonts/ProximaNovaSemibold.woff2") format("woff2"), url("fonts/ProximaNovaSemibold.woff") format("woff"), url("fonts/ProximaNovaSemibold.ttf") format("truetype"), url("fonts/ProximaNovaSemibold.svg#ProximaNovaSemibold") format("svg")
}

@font-face {
    font-family: 'ProximaNovaExtrabold';
    src: url("fonts/ProximaNovaExtrabold.eot");
    src: url("fonts/ProximaNovaExtrabold.eot") format("embedded-opentype"), url("fonts/ProximaNovaExtrabold.woff2") format("woff2"), url("fonts/ProximaNovaExtrabold.woff") format("woff"), url("fonts/ProximaNovaExtrabold.ttf") format("truetype"), url("fonts/ProximaNovaExtrabold.svg#ProximaNovaExtrabold") format("svg")
}

@font-face {
    font-family: 'ProximaNovaLight';
    src: url("fonts/ProximaNovaLight.eot");
    src: url("fonts/ProximaNovaLight.eot") format("embedded-opentype"), url("fonts/ProximaNovaLight.woff2") format("woff2"), url("fonts/ProximaNovaLight.woff") format("woff"), url("fonts/ProximaNovaLight.ttf") format("truetype"), url("fonts/ProximaNovaLight.svg#ProximaNovaLight") format("svg")
}

.inner-page h1, .inner-page h2, .inner-page h3 {
    font-family: 'Roboto' !important;
    font-weight: 700 !important;
}

.bold-text, .item a, .item a span, .title-content {
    font-family: 'Roboto';
    font-weight: 700
}

.semibold-text, .link-language, .link-language + a, .date-events, .name-rector, .link-more-project, .title-info, .map-ite, .title-contacts {
    font-family: 'Roboto';
    font-weight: 600
}

.extrabold-text, .main-caption, .title-block {
    font-family: 'Roboto';
    font-weight: 800
}

.light-text, .text-content {
    font-family: 'Roboto';
    font-weight: 300
}

.animate, .block-search, .link-language, .link-blind, .link-blind span, .link-timing, .item a, .item-events, .all-events, .item-category, .item-service, .bg-title-news, .item-base, .list-info ul li a {
    -webkit-transition: .3s ease-out;
    transition: .3s ease-out
}

.head-name {
	margin: 22px 0 0 0; 
	font-size:24px;
	font-family: 'Roboto';
	color: #0C72B9;
}

* {
    margin: 0;
    padding: 0;
    font-family: 'Bookman Old Style';
}

body {
  scrollbar-width: thin;
  scrollbar-color: var(--thumbBG) var(--scrollbarBG);
}


html {
  --scrollbarBG: white;
  --thumbBG: #0B78B8;
}

body::-webkit-scrollbar {
  width: 28px;
}

body::-webkit-scrollbar-track {
  background: var(--scrollbarBG);
}

body::-webkit-scrollbar-thumb {
  background-color: var(--thumbBG) ;
  border-radius: 24px;
}

html, body {
    min-height: 100%;
    color: #000 !important;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    min-height: 100vh;
}

header {
    position: relative;
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto
}

.header-link {
	height: 35px;
}

.header-link img {
	margin: 4px 6px;
}

section {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto
}

footer {
    -webkit-box-flex: 0;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    background: rgb(21, 118, 212);
}

.block-search {
    position: relative;
    display: inline-block;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    background: #337ab7;
    color: #231e1e
}

.accent {
	color: #0C72B9;
}

.top-panel {
	padding: 12px 0 !important;
}

.block-search:hover {
    background: #ffb833
}

.block-search-active-hover:hover {
    background: #c38a1f
}

.icon-loupe {
    display: block;
    width: 17px;
    height: 18px;
    margin: 9px auto 0;
    background-image: url("images/search_icon.png");
    background-repeat: no-repeat
}

.week {
	font-family: 'Roboto';
    display: inline-block;
    vertical-align: top;
    margin: 10px 0 0 11px;
    font-size: 18px;
    color: #231e1e
}

.input-search {
    position: absolute;
    top: 0;
    left: 35px;
    width: 0;
    height: 100%;
    padding-left: 0;
    font-size: 16px;
    border: 1px solid #eee;
    border-left: 0;
    outline: none
}

.wrap-language {
    position: relative;
    display: inline-block;
    vertical-align: top
}

.link-language {
    display: block;
    width: 35px;
    height: 35px;
    margin-top: 5px;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    background: #337ab7;
    border: 1px solid transparent;
    color: #fff
}

.block-slider .owl-carousel .owl-item img {
	height: 100%;
} 

.link-language + a {
    position: absolute;
    top: 40px;
    left: 0;
    z-index: 999;
    display: none;
    width: 35px;
    height: 35px;
    margin-top: 0;
    line-height: 35px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    border: 1px solid #bdc3c7;
    border-top: 0;
    color: #bdc3c7
}

.link-language:hover, .link-language:focus {
    text-decoration: none;
    background: #ffb833;
    border: 1px solid #bdc3c7;
    color: #fff
}

.link-blind {
    display: inline-block;
    vertical-align: top;
    width: 35px;
    height: 35px;
    margin: 5px 0 0 1px;
    background: #337ab7;
    border: 1px solid transparent
}

.link-blind:hover {
    border: 1px solid #bdc3c7
}

.link-blind span {
    display: block;
    width: 19px;
    height: 18px;
    margin: 9px auto 0;
    background-image: url("images/eye_icon.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.link-timing {
	font-family: 'Roboto';
    display: inline-block;
    width: 150px;
    height: 35px;
    margin: 5px 0 0 1px;
    line-height: 35px;
    font-size: 18px;
    text-align: center;
    text-decoration: none;
    background: #0C72B9;
    color: #fff
}

.link-timing:hover, .link-timing:focus {
    text-decoration: none;
    background: #ffb833;
    color: #fff
}

.block-menu {
    position: relative;
    width: auto;
    height: 109px;
    background: #fff
}

.container-inner {
    position: absolute;
    top: 0;
    left: 50%;
    padding: 0 15px
}

.header-top {
    position: absolute;
    z-index: 999;
    left: 50%;
    width: 1140px;
    height: 100%;
    margin-left: -570px
}

@media screen and (max-width: 1169px) {
	.item a {
		padding: 0;
	}
 }

.item a span {
    position: relative;
    display: inline-block
}

.item a:hover, .item a:focus {
    text-decoration: none;
    color: #0C72B9;
}

.block-slider {
    position: relative;
    overflow: hidden;
	margin: 0px 0 0 0;
}



.block-events .item-events:nth-child(odd) {
    background: #fff
}

.block-events .item-events:nth-child(1) {
    border-bottom: 1px solid #ededed
}

.block-events .item-events:nth-child(2) {
    border-bottom: 1px solid #2f2a62
}

.block-events .item-events:nth-child(odd) .date-events, .block-events .item-events:nth-child(odd) .preview-text {
    color: #000
}

.item-events:hover, .item-events:focus {
    text-decoration: none
}

.all-events {
    position: absolute;
    bottom: 0;
    right: 0;
    display: block;
    width: 170px;
    height: 35px;
    text-align: center;
    font-size: 16px;
    line-height: 35px;
    background: #ffa906;
    color: #fff;
    cursor: pointer
}

.all-events:hover, .all-events:focus {
    text-decoration: none;
    color: #fff
}

.all-events span {
    display: inline-block;
    vertical-align: middle;
    width: 7px;
    height: 13px;
    margin-left: 13px;
    background: url("images/sprite_arrow.png") no-repeat;
    background-position: 0 0
}

.all-events:hover, .all-events:focus {
    background: #eee;
    color: #0a65d8
}

.all-events:hover span, .all-events:focus span {
    background-position: -7px 0
}

.item-slider {
    position: relative
}

.layout-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3)
}

.block-caption {
    position: absolute;
    bottom: 50px;
    left: 50%;
    width: 1170px;
    margin-left: -585px
}

.main-caption {
    width: 533px;
    margin-left: 426px;
    font-size: 30px;
    text-align: left;
    line-height: 40px;
    letter-spacing: 0.15em;
    color: #fff;
	text-transform: uppercase;
}

.small-caption {
    position: relative;
    margin-left: 426px;
    font-size: 24px;
    color: #fff
}

.block-categotys {
    width: 100%;
    height: 125px;
    background: #393185
}

.item-category {
    display: block;
    float: left;
    width: 142px;
    height: 100%;
    padding-top: 21px;
    border-right: 1px solid #2f2a62;
    text-decoration: none;
    cursor: pointer
}

.item-category:hover, .item-category:focus {
    text-decoration: none;
    background: #ffb833
}

.item-category:first-child {
    border-left: 1px solid #2f2a62
}

.item-category:last-child {
    border-left: 0;
    border-right: 1px solid #2f2a62
}

.height-p {
    height: 100%;
    overflow: auto
}

.title-item-category {
    font-size: 16px;
    color: #fff
}

.item-category:nth-child(1) .title-item-category {
    margin-top: 9px
}

.item-category:nth-child(2) .title-item-category {
    margin-top: 9px
}

.item-category:nth-child(3) .title-item-category, .item-category:nth-child(4) .title-item-category {
    margin-top: 0px;
    line-height: 16px
}

.item-category:nth-child(5) .title-item-category {
    margin-top: 11px
}

.item-category:nth-child(6) .title-item-category {
    margin-top: 5px;
    line-height: 16px
}

.item-category:nth-child(7) .title-item-category {
    margin-top: 3px;
    line-height: 16px
}

.item-category:nth-child(8) .title-item-category {
    margin-top: 3px;
    line-height: 16px
}

.title-block {
    line-height: 36px;
    font-size: 28px;
    line-height: 0.8em;
    letter-spacing: 0.15em;
    text-transform: uppercase;
    color: #0C72B9;
}

.item-service {
    display: inline-block;
    vertical-align: top;
    width: 230px;
    height: 71px;
    padding: 0 17px;
    line-height: 22px;
    font-size: 16px;
    border: 2px solid #eee;
    cursor: pointer;
    color: #1f1f1f
}

.wrap-rector a {
	font-size: 18px;
	color: #0C72B9;
}

.item-service:hover, .item-service:focus {
    text-decoration: none;
    background: #393185;
    border: 2px solid #393185;
    color: #fff
}

.wrap-item-service-top {
    margin: 1em 0 11px
}

.wrap-item-service-top .item-service:nth-child(1) {
    padding-top: 13px;
    margin-right: 7px
}

.wrap-item-service-top .item-service:nth-child(2) {
    margin-right: 7px;
	padding-top: 9px;
	line-height: 24px;
    line-height: 71px
}

.wrap-item-service-top .item-service:nth-child(3) {
    padding-top: 9px;
    line-height: 24px
}

.wrap-item-service-bottom .item-service:nth-child(1) {
    margin-right: 7px;
    padding-top: 9px;
    line-height: 24px
}

.wrap-item-service-bottom .item-service:nth-child(2) {
    margin-right: 7px;
    padding: 9px 0;
    line-height: 24px
}

.wrap-item-service-bottom .item-service:nth-child(3) {
    padding-top: 11px;
    line-height: 22px
}

.active-service {
    background: #393185;
    border: 2px solid #393185;
    color: #fff
}

.active-service:hover, .active-service:focus {
    color: #fff
}

.wrap-rector {
    overflow: hidden;
    padding-top: 1em;
}

.img-rector {
    width: 250px;
    height: 298px;
    overflow: hidden
}

.img-rector img {
    width: 100%;
    height: 100%
}

.projects {
	margin: 0 12px;
}

.name-rector {
    display: block;
    font-size: 16px;
    line-height: 0.8em;
    color: #393185;
	line-height: 1.5;
}

.name-rector span {
    display: block;
    margin-top: 8px
}

.name-rector:hover, .name-rector:focus {
    text-decoration: none;
    color: #0a5ec4
}

.skills {
    margin-top: 14px;
    font-size: 16px;
    line-height: 20px;
    color: #1f1f1f
}

.link-blog-rector {
    display: inline-block;
    margin-top: 24px;
    font-size: 16px;
    line-height: 0.9em;

    text-decoration: none;
    color: #393185
}

.link-blog-rector:hover, .link-blog-rector:focus {
    text-decoration: none;
    color: #0a5ec4
}

.block-tabs {
    margin: 23px 0 33px
}

.block-tabs ul li {
    display: inline;
    padding-left: 21px;
    list-style-type: none
}

.block-tabs ul li:first-child {
    padding-left: 0
}

.block-tabs ul li a {
    padding: 5px 9px;
    font-size: 16px;
    text-decoration: none;
    color: #1f1f1f
}

.block-tabs ul li a:hover, .block-tabs ul li a:focus {
    text-decoration: none;
    color: #1f1f1f
}

.block-tabs ul li.active a {
    padding: 5px 17px;
    background: #393185;
    color: #fff;
    border-radius: 15px
}

.item-news:hover, .item-news:focus {
    text-decoration: none
}

.img-news {
    position: relative;
    display: block;
    width: 100%;
    height: 170px;
    overflow: hidden;
    background: #eee;
    cursor: pointer
}

.img-news img {
    min-width: 100%;
    min-height: 100%;
    max-height: 135%;
    width: auto !important;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(-50%);
    -moz-transform: translateY(-50%) translateX(-50%);
    -ms-transform: translateY(-50%) translateX(-50%);
    -o-transform: translateY(-50%) translateX(-50%);
    transform: translateY(-50%) translateX(-50%);
}

.np {
    padding: 0
}

.bg-title-news {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 30px;
    text-align: center;
    line-height: 30px;
    background: rgba(12, 114, 185, 0.7);
    color: #fff
}

.date-news {
    margin-top: 15px;
    font-size: 16px;
    color: #9f9f9f
}

.title-news {
    margin-top: 3px;
    font-size: 18px;
    line-height: 24px;
    color: #1f1f1f
}

.block-media {
    width: 100%;
    height: 800px;
}

.block-media .title-block, .block-projects .title-block {
    margin: 40px 24px 0px 24px;
}

.block-media {
	background-size: cover;
    background-position-x: 0;
    background-position-y: -100px;
    background-repeat: no-repeat;
}

.owl-carousel-media {
    position: relative;
}

.owl-carousel-media .item-news .img-news {
    width: 384px;
    height: 250px
}

.block-base .title-partners {
	margin-bottom: 0 !important;
}

.type-media {
    position: absolute;
    top: 7px;
    left: 10px;
    width: auto;
    height: auto;
    padding: 8px;
    background: rgba(31, 31, 31, 0.5);
    border-radius: 15px
}

.img-type, .img-type-video {
    height: 13px;
    padding-left: 21px;
    line-height: 13px;
    font-size: 12px;
    background-image: url("images/photo-icon.png");
    background-repeat: no-repeat;
    color: #fff
}

.img-type-video {
    height: 17px;
    padding-left: 23px;
    line-height: 17px;
    background-image: url("images/video-icon.png")
}

.item-base {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100%;
    height: 175px;
    border: 2px solid #e8e8e8
}

.item-base:hover, .item-base:focus {
    text-decoration: none;
    border-color: #2f2a62
}

.owl-carousel-base .owl-item img {
    display: inline;
    width: auto
}

.name-base {
    width: 275px;
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    color: #1f1f1f
}


.owl-stage-outer {
    height: auto !important
}

.block-base .title-block {
    margin-bottom: 36px
}

.owl-carousel-base .owl-nav [class*=owl-] {
    padding: 0;
    margin: 0
}

.owl-carousel-base .owl-nav [class*=owl-], .owl-carousel-base .owl-nav [class*=owl-]:hover {
    background: transparent
}

.owl-carousel-base .owl-nav .owl-prev, .owl-carousel-base .owl-nav .owl-next {
    position: absolute;
    top: 50%;
    margin-top: -26px
}

.owl-carousel-base .owl-prev {
    left: -81px
}

.owl-carousel-base .owl-next {
    right: -81px
}

.prev-slide, .next-slide {
    display: inline-block;
    width: 16px;
    height: 30px;
    background-image: url("images/prev_slide_top.png");
    background-repeat: no-repeat;
    opacity: .5;
    cursor: pointer
}

.next-slide {
	background-image: url("images/next_slide_top.png");
}


.prev-slide_blue {
	 background-image: url("images/prev_slide_blue.png");
}

.next-slide_blue {
    background-image: url("images/next_slide_blue.png")
}

.block-slider .prev-slide, .block-slider .next-slide {
    opacity: 1
}

.wrap-navs {
    margin-top: 40px;
    text-align: center
}

.block-media .wrap-navs {
	 margin-top: 0;
}

#owl-dots {
    display: inline-block;
    vertical-align: top;
    margin-top: 5px
}

#owl-dots .owl-dot {
    display: inline-block;
    zoom: 1;
    cursor: pointer
}

#owl-dots .owl-dot.active span {
    background: white
}


div.block-media #owl-dots .owl-dot.active span  {
	background: #0C72B9
}

.owl-carousel-media {
	padding:24px 36px !important;
}

div.block-media #owl-dots .owl-dot span  {
	background: #0C72B9
}


.block-slider #owl-dots .owl-dot.active span {
    background: #e2e6e8
}

#owl-dots span {
    display: block;
    width: 10px;
    height: 10px;
    margin: 5px 7px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 30px;
    -webkit-transition: opacity .2s ease;
    transition: opacity .2s ease
}

.block-slider #owl-dots span {
    background: #fff
}


.link-more-project {
    position: absolute;
    bottom: 30px;
    display: block;
    width: 150px;
    height: 35px;
    margin-top: 35px;
    font-size: 18px;
    text-align: center;
    line-height: 31px;
    border: 2px solid #fff;
    color: #fff
}

.link-more-project:hover, .link-more-project:focus {
    text-decoration: none;
    background: #fff;
    color: #000;
}

.left-content-orange {
    border-top: 320px solid #ffa200 !important;
}

.block-projects .wrap-navs {
    margin: 30px 0 75px
}

.owl-carousel-project .owl-item img {
    height: 100%
}

.block-info {
	margin: 0 30px 50px 30px;
}

.map-ite {
    float: left;
    width: 703px;
    padding-bottom: 12px;
    padding-left: 38px;
    font-size: 20px;
    line-height: 0.8em;
    color: #1f1f1f;
    border-bottom: 2px solid #d2d7d3
}

.map-ite:hover, .map-ite:focus {
    text-decoration: none;
    color: inherit
}

.list-info ul {
    margin-top: 18px
}

.list-info ul li {
    padding-bottom: 13px;
    font-size: 16px;
    list-style-type: none
}

.list-info ul li:last-child {
    padding-bottom: 0
}

.list-info ul li a {
    color: #000
}

.list-info ul li a:hover, .list-info ul li a:focus {
    text-decoration: none;
    color: #0a65d8
}

.list-info ul li.li-lh {
    line-height: 24px
}

.list-info ul li a span {
    display: block
}

.block-info-footer {
	margin: 55px 30px;
}

.name-uni {
    font-size: 18px;
    line-height: 34px;
    color: white;
}

.address-footer {
    margin-top: 25px;
    font-size: 16px;
    color: #1f1f1f
}

.title-contacts {
    font-size: 16px;
    color: #1f1f1f
}

.wrap-contacts {
    margin-bottom: 14px
}

.wrap-contacts:last-child {
    margin-bottom: 0
}

.wrap-contacts a {
    display: block;
    margin-top: 1px;
    font-size: 16px;
    color: #1f1f1f
}

.wrap-contacts a:hover, .wrap-contacts a:focus {
    text-decoration: none;
    color: #1f1f1f
}

.other-link {
    display: block;
    margin-bottom: 11px;
    font-size: 18px;
    color: white;
	/*font-family: 'ProximaNovaBold';*/
}

.other-link:hover, .other-link:focus {
    text-decoration: none;
    color: #1f1f1f
}

.wrap-submenu {
    position: absolute;
    top: 53px;
    left: 0;
    z-index: 1000;
    display: none;
    width: 180px;
    height: auto;
    background: #fff
}

.wrap-submenu ul li {
    list-style-type: none
}

.wrap-submenu ul li a {
    height: auto;
    padding: 11px 33px 14px;
    font-size: 14px;
    font-weight: 400;
    text-align: left;
    line-height: inherit;
    text-transform: none;
    color: #1f1f1f
}

.arrow-left:before {
    content: '';
    position: absolute;
    top: 24px;
    left: -12px;
    width: 13px;
    height: 7px;
    margin-right: 5px;
    background-image: url("images/arrow_items.png");
    background-repeat: no-repeat;
    background-size: 9px;
}

.block-slider .container {
    position: absolute;
    bottom: 36px;
    left: 50%;
    z-index: 10;
    margin-left: -585px
}

.block-slider .wrap-navs {
    margin-top: 0;
    text-align: right
}

.burger-button div {
    width: 30px;
    height: 4px;
    background: #fff;
    margin-bottom: 3px
}

.burger-button {
    display: none;
    position: absolute;
    top: 20px;
    right: 9px
}

.burger-button div:last-child {
    margin-bottom: 0
}

.m-logo {
    position: absolute;
    top: 9px;
    display: none
}
.span-all-news{
    position: absolute;
    right: 15px;
}
.link-all-news{
    font-size: 13px;
    letter-spacing: normal;
}

.section-more-link {
    font-size: 14px;
    color: transparent;
    line-height: 24px;
    margin-top: 0;
    position: relative;
    display: inline-block;
    overflow: hidden;
    padding: 0 2px;
}


.section-more-link:hover,
.section-more-link:focus {
    color: transparent;
    text-decoration: none;
}

.section-more-link::before {
    background: #383484;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: attr(data-content);
    height: 100%;
    width: 100%;
    z-index: 1;
    font-size: 14px;
    color: #fff;
    overflow: hidden;
    text-align: center;
}

.section-more-link:hover::before {
    height: 100%;
}

.section-more-link::after {
    background: #fff;
    top: 0;
    left: 0;
    right: 0;
    position: absolute;
    content: attr(data-content);
    height: 100%;
    width: 100%;
    z-index: 2;
    font-size: 14px;
    color: #000;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;

}

.section-more-link:hover::after {
    top: 0;
    height: 0;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
}

.

// стили для соц сетей

.wrap-link-soc {
    float: right;
    margin-bottom: 20px;
}
.link-soc {
    overflow: hidden;
    padding-top: 6px;
    margin-top: -6px;
	float: right;
}
ul.link-soc li {
   display: inline;
}
.wrap-link-soc .item {
    float: left;
    margin: 0 10px 0 0;
    position: relative;
    opacity: 0.6;
    filter: alpha(opacity=60);
    -webkit-transition: opacity 0.3s ease, top 0.3s ease;
    -moz-transition: opacity 0.3s ease, top 0.3s ease;
    -o-transition: opacity 0.3s ease, top 0.3s ease;
    transition: opacity 0.3s ease, top 0.3s ease;
}

.wrap-link-soc .item:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    top: -1px;
}

.adsbygoogle {display: none !important;}


object {
    pointer-events: none;
}

.sidebar {
	border-right: 2px solid #0C72B9;
}

.sidebar ul {
	padding: 0!important;
}

.sidebar-nav-item {
	padding: 9px 0;
	list-style-type: none;
}

.sidebar-nav-item ul {
    display: none;
}

.sidebar-nav-item.close ul {
    display: block;
}

.sidebar-nav-item-active {
	background: ;
}

.sidebar .sidebar-item-link {
	font-size: 16px;
	color: #1f1f1f !important;
	line-height: 1.4;
	text-decoration: none;
    border: none;
}


.sidebar-item-link:after {
	content: none!important;
}

.sidebar-item-link:hover,
.sidebar-item-link:focus {
	text-decoration: none;
	color: #1f1f1f;
}

.selected {font-weight: 700;}

.select-page,
.sidebar-nav-item.selected {
	background: url("images/menu-selected.png") no-repeat 100% 50%;
}

.title-text {
	font-size: 24px;
	font-weight: 600;
}

.inner-page__content {
	font-size: 18px;
    padding-bottom: 30px;
}

.inner-page__content p {
	margin-bottom: 1em;
	font-size: 18px;
	line-height: 1.875;
}

.inner-page__content a,
.links a {
	color: #0C72B9;
	position: relative;
}

.inner-page__content .new-detail a {
	color: #0C72B9;
}

.inner-page__content .doc a[href$=".pdf"]:before {
  width:32px;
  height:32px;
  background:url('http://wwwimages.adobe.com/content/dam/acom/en/legal/images/badges/Adobe_PDF_file_icon_32x32.png');
  display:inline-block;
  content:' ';
}

.links a,
.inner-page__content li a {
	border-bottom: 1px solid #3931854f;
}

.image-element .submenu_container {
    padding-bottom: 10px;
}

.inner-page__content a:hover {
	text-decoration: none;
	color: #337ab7;
	transition: .3s;
}

.inner-page__content a:hover::after {
	text-decoration: none;
	color: ##21149e;
	border-bottom: 1px solid #393185;
	transition: .3s;
}

.inner-page__content span {
	font-size: 18px;
}

.inner-page__content blockquote a:after {
	content: none;
}

.sidebar-nav-item {
	{background: url("images/arrow-left.png") no-repeat 100% 50% !important;}
}

ul.tabs-below a:after {
	content: none;
}

ul.tabs-below li:before {
	content: none!important;
}

address {margin-bottom: 14px;}

.inner-page {
	padding-top: 52px;
    flex: 1 0 auto;
}

.inner-page__content blockquote {
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
}

.inner-page__content blockquote a {
	display: inline-block;
	margin-bottom: 10px;
	padding: 3px 15px 2px;
	font-size: 14px;
	font-weight: 600;
	text-indent: 20px;
	color: #0C72B9;
	border-left: 2px solid #e8e8e8;
/*	background: url("images/file.png") no-repeat 15px 4px; */
}

.inner-page__content table:not(.bx-auth-table) {
	width: 100%;
	margin: 6px 0 10px;
	border-left: 0px solid #e8e8e8;
	border-top: 0px solid #e8e8e8;
}

.inner-page__content table:not(.bx-auth-table) tr {font-size: 16px;}

.inner-page__content table:not(.bx-auth-table)  tr:nth-child(odd){background: #97d1ff1a;}

.inner-page__content .table-hover>tbody>tr:hover {
	background: #fffaec5e;
}

/*стиль для наименования кафедры */
.inner-page__content table:not(.bx-auth-table) tr.table__departament {background: rgb(40, 28, 108);}

.inner-page__content table:not(.bx-auth-table) td {
	padding: 15px 5px!important;
	border-right: 0px solid #e8e8e8;
	border-bottom: 1px solid #e8e8e8;
}

.inner-page__content table:not(.bx-auth-table) th {
	border-bottom: 0px solid #e8e8e8;
}

.inner-page__content table:not(.bx-auth-table) th {
	padding: 15px 5px;
	font-size: 16px;
	font-weight: 600;
	color: #0C72B9;
	background: white;
}

.inner-page__content ul {padding: 0 8px;}

.inner-page__content .img-wrapper {
	display: flex;
	display: -webkit-flex;
	padding: 15px 0;
	background: #eee;
	text-align: center;
	line-height: 20px;
	font-size: 12px;
	flex-direction: column;
}

.inner-page__content .img-wrapper img {
	margin: 0 auto;
	height: auto;
	max-width: 90%;
	display: block;
}

ul.breadcrumb-navigation {
	padding-left: 0 !important;
    margin-bottom: 20px;
}

ul.breadcrumb-navigation li {
	display: inline;
	margin: 0 12px 0 0;
	padding: 0;
	list-style-type: none;
}

ul.breadcrumb-navigation li a,
ul.breadcrumb-navigation li span {
	display: inherit;
	font-size: 18px;
	line-height: 16px;
	color: #565656;
}

ul.breadcrumb-navigation li a:after {
	content: none;
}

.breadcrumb-block ul.breadcrumb-navigation li:before {
    margin-right: 10px;
    content: '';
    background: url(images/next.png) no-repeat 0;
    padding: 0 5px 0 0;
    font-size: 22px;
    line-height: 16px;
    color: #848484;
    background-position: center;
    background-size: contain;
    display: inline-block;
    width: 10px;
    height: 10px;
    transform: rotate(180deg);
}

li {
	list-style-type: none;
}

ul.breadcrumb-navigation li:first-child:before {content: none!important;}

ul.tabs li:before {
	content: none!important;
}

abbr[title],
acronym[title] {
	text-decoration: none;
}
abbr[title] {
	border: none;
}
abbr[data-original-title],
abbr[title] {
	border: none !important;
}

.previous-section {
	padding-left: 17px;
    margin-bottom: 8px;
	background: url("images/right-arrow.png") no-repeat 0;
}

.previous-section a {
    font-family: Roboto;
	font-size: 16px;
    text-transform: uppercase;
}

.previous-section a:hover,
.previous-section a:focus{
	color: #393185;
	text-decoration: none;
}

.link-b-common-c {
	color: inherit;
    /*font-family: 'ProximaNovaBold';*/
}

.link-b-common-c:hover {
	color: inherit;
}

.link-b-common-c.mobile-link {
    /*font-family: 'ProximaNovaRegular';*/
    font-size: 18px;
    line-height: 34px;
}

.link-soc .item {
	background: #fff;
	border-bottom: none;
	padding: 0;
	width: 30px;
	height: 30px;
	opacity: 1;
}

.link-soc .item a {
	padding: 0;
	height: inherit;
	display: flex;
}

.link-soc .item a img {
	margin: auto;
}

#sputnik-informer {
	float: right;
}
.find-error {
	display: block;
	font-size: 16px;
	color: white;
	margin-bottom: 35px;
}

.block-info-footer__mobile {
    display: none;
}

.link-soc .name-uni,
.name-uni-mobile {
    display: none;
}

.name-uni-mobile span {
	color: #000;
    font-size: 16px;
}

.filter_wrap form {
    display: inline-block;
    float: right;
    width: 100%;
}

.tour-name a {
	text-decoration: underline;
}

.tour-name a:after,
.tour-img a:after {
	content: none!important;
}

.container {
	/* padding-bottom: 20px; */
}

.inner-page .bx-breadcrumb .bx-breadcrumb-item {
    margin-bottom: 0;
}

.inner-page .bx-breadcrumb {
    margin: 20px 0;
}

#asd_share_buttons{float:right;margin:-61px 0 0 0;}
#asd_share_buttons a{width:16px;height:16px;float:left;margin:0 0 0 10px;}
#asd_share_buttons a:hover{opacity:0.60;}
#asd_share_buttons img{width:100%;height:100%;overflow:hidden;background:url("img/social.png") no-repeat 0 0;}
#asd_share_buttons .asd_vk_share img{background-position:-26px 0;}
#asd_share_buttons .asd_fb_share img{background-position:-78px 0;}
#asd_share_buttons .asd_tw_share img{background-position:-104px 0;}
#asd_share_buttons .asd_lj_share img{background-position:-52px 0;}

.submenu_container li a {
	font-size: 14px;
}

.button.more {
	display: block;
	margin-bottom: 30px;
}

table.bx-grid-sorting tr{
	background-color: #d9d9d9 !important;
}

ul>li, ol>li {
	margin: 12px;
	list-style: square;
}

.structure ul>li {
	margin: 12px;
	list-style: square;
}

.image-element li {
	list-style: none;
}

.structure ul ul>li {
	list-style: circle;
}

.structure ul ul>li ul>li {
	list-style: inside;
}

.sidebar ul>li {
	margin: 0;
}

.list_circle li {
	list-style: circle;
}

ul.tabs-below>li {
	list-style: none;
}

ul.breadcrumb-navigation li a.nav__last {
	color: #0C72B9;
	font-size: 18px;
	text-transform: uppercase;
	font-family: 'Roboto';
}

footer #bx_incl_area_9, footer #bx_incl_area_11 {
	font-size: 0 !important;
	min-height: 0 !important;
}

.block-info-footer__desktop {
	font-size: 0 !important;
	//margin: 0 30px;
	width: 100%;
}

.menu-sitemap-tree__show-menu:hover {
	cursor: pointer; 
}

.menu-sitemap-tree__show-menu {
	position: absolute;
	left: -50px;
}

.lightbox {
	display: none;
}

.block-info__title-info-wrap {
	margin-bottom: 1em; 
}

#bx_incl_area_8 {
	min-height: 0 !important;
}

.projects {
    margin: 120px 24px 24px 24px !important;
    padding: 40px 0 0 0;
	opacity: 0;
}

/* New design page */

.block_white-p-4, .block_blue-p-4 {
	margin: 4em 0 em 0;
	padding: 4em 16px 4em 14px;
}

.block_blue-p-4, .block_white_p-2 {
	background-color: #337ab703;
}

.block_white-p-4, .block_white-p-2 {
	background-color: white;
}

.block_blue-p-2, .block_white-p-2 {
	margin: 2em 0 2em 0;
	padding: 2em 8px 2em 8px;
}

.block_blue-p-1, .block_white-p-1 {
	margin: 1em 0 1em 0;
	padding: 1em 8px 1em 8px;
}

.sub-block_white-p-1 {
	margin: 0px 0 0px 0;
	padding: 1em 8px 1em 8px;
}

.video-block {
    padding-bottom: 50%;
    position: relative;
}

.sub-block_white-nx-p-1 {
	margin: 0px 0 0px 0;
	padding: 1em 0 1em 0;
}

.sub-block_white-nxt-p-1 {
	margin: 0 0 0 0;
	padding: 0 0 1em 0;
}

.page-common {
	font-size: 1em;
}

.mt-2-custom {
	margin-top: 48p;
}

.mt-4-custom {
	margin-top: 72px;
} 

.caption-text {
	margin: 0 0 32px 0;
}

.block-services__title {
	line-height: 1.4em;
}

/* menu-mobile */
.menu-mobile {
	padding-left: 6px;
}

/* photo resize */

.image_wrapper img {
    max-width: 100%;
}

.imgwrap {
	border: white solid 12px !improtant;
	margin: 0px !important;
	height: 250px !important;
}

.sidebar-drop {
    height: 30px;
    width: 50px;
    font-size: 24px;
    line-height: 22px;
    letter-spacing: 1px;
    color: #393185;
    border: 2px solid #393185;
    background: #fff;
    outline: none;
    transition: 1s;
}

.news-name {
	margin-bottom: 1em;
}

.bx-ilike-button {
	top: -10px !important;
}

/* Styles for social net */
.containerSoc { 
  text-align: center;
  position: fixed;
  top: 100px;
  bottom: 0;
  left: calc(100%-92px);
  right: 0;
  margin: auto;
  max-height: 380px;
	z-index: 1000;
}
ul.submenu {
  background-color: #fff;
  display: inline-block;
  margin: 0;
  overflow: hidden;
}
ul.submenu li {
  display: block;
  list-style: square;
  padding: 12px;
}
ul.submenu li a i.fa-facebook {
  color: #3b5998;
}
ul.submenu li a i.fa-vk {
  color: #1dcaff;
}
ul.submenu li a i.fa-google-plus {
  color: #d34836;
}
ul.submenu li a i.fa-instagram {
  color: #8a3ab9;
}
ul.submenu li a i.fa {
  display: inline-block;
  border: 1px solid transparent;
  height: 50px;
  width: 50px;
  border-radius: 50px;
  text-align: center;
  line-height: 50px;
  position: relative;
  z-index: 2;
}

ul.submenu li a i.fa::after {
  content: "";
  height: 0%;
  width: 0%;
  position: absolute;
  top: -500%;
  bottom: -500%;
  left: -500%;
  right: -500%;
  margin: auto;
  border: 0px solid transparent;
  border-radius: 200px;
  opacity: 0;
  z-index: -1;
  transition: all ease 0.5s;
}

ul.submenu li a:hover i.fa::before {
  color: #fff;
}

ul.submenu li a:hover i.fa-facebook::after {
  height: 200%;
  width: 200%;
  background-color: #3b5998;
  border-radius: 0px;
  opacity: 1;
}

.news-main_elemen {
	opacity: 0;
}

ul.submenu li a:hover i.fa-vk::after {
  height: 200%;
  width: 200%;
  background-color: #1dcaff;
  border-radius: 0px;
  opacity: 1;
}

ul.submenu li a:hover i.fa-youtube-play::after {
  height: 200%;
  width: 200%;
  background-color: #d34836;
  border-radius: 0px;
  opacity: 1;
}

ul.submenu li a:hover i.fa-instagram::after {
  height: 200%;
  width: 200%;
  background-color: #8a3ab9;
  border-radius: 0px;
  opacity: 1;
}

.news-event {
	background-image: url(images/fon-ev-pro.svg);
	background-position: bottom right;
}

.slider-abit {
	width: 990px;
}

.news-event {
	height: 1300px;
	background-size: cover;
}

.detail-navigation {
    display: flex;
    margin-top: 20px;
    justify-content: space-between;
}

.news-date {
	color: #B8B8B7;
}

#before-load {
  position: fixed; /*фиксированное положение блока*/
  left: 0; /*положение элемента слева*/
  top: 0; /*положение элемента сверху*/
  right: 0; /*положение элемента справа*/
  bottom: 0; /*положение элемента снизу*/
  background: #fff; /*цвет заднего фона блока*/
  z-index: 1001; /*располагаем его над всеми элементами на странице*/
}

#before-load img {
  font-size: 70px; /*размер иконки*/
  position: absolute; /*положение абсолютное, позиционируется относительно его ближайшего предка*/
  left: 50%; /*слева 50% от ширины родительского блока*/
  top: 50%; /*сверху 50% от высоты родительского блока*/
  margin: -35px 0 0 -35px; /*смещение иконки, чтобы она располагалась по центру*/
}

.breadcrumb-block {
	margin: 0 8px 0 8px;
}

.menu-sitemap-tree__show-menu  span{
	font-size: 14px;
}

.block-news, .block-media, .block-base, .block-projects, .block-info, .newsMainPage, .projects {
	opacity: 1;
	transition: all 0.8s ease-out;
}

.block-base {
	margin: 50px 30px 80px 30px;
}

.main-fade-in {
	opacity: 1;
	transition: all 0.8s ease-out; 
}

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

a.all-news {
	font-size: 28px;
	font-weight: 700;
	font-family: Roboto;
}

a.all-news {
	float: right; 
	margin: 48px 24px 0 24px;
	color: #fff;
    background-color: #0C72B9;
    border-color: #0C72B9;
}

a.all-news:hover {
	cursor: pointer;
	color: #fff !important;
}

.accent2 {
	color: #FF9933 !important;
}

.table-responsive {
    width: 100%;
}

.filter_wrap {
	padding-right: 0 !important;
    padding-left: 0 !important;
}

.info-phone-left, .info-phone-right {
	padding: 24px 0;
}

.info-phone-right {
	background-color: #0C72B9; 
}

.info-phone-left__text, .info-phone-right__text {
	text-transform: uppercase; 
	text-align: center; 
	font-family: Roboto; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 18px; 
	line-height: 21px; 
	padding: 10px 0 0 0;
}

.info-phone-left__text {
	color: #0C72B9;
}

.info-phone-right__text,  .info-phone-right__text a{
	color: white;
}

.info-news a {
	text-transform: uppercase; 
	color: #0C72B9;
}

.info-news {
	font-family: Roboto; 
	font-style: normal; 
	font-weight: bold; 
	font-size: 20px; 
	line-height: 21px; 
	padding: 20px 0 10px 0;
	text-align: center;
}

@media screen and (min-width: 1920px) {
	.slider-abit {
    	width: 1200px;
		margin-top: -110px;
	}
}

@media screen and (max-width: 768px) {
	.bx-ilike-button {
		top: 0px !important;
	}

	body::-webkit-scrollbar {
	  width: 6px;
	}

	.block_blue-p-4, .block_white-p-4 {
		margin: 28px 0 28px 0;
		padding: 28px 8px 28px 8px;
	}

	.imgwrap {
		height: 400px !important;
	}

	.block_blue-p-2, .block_white-p-2 {
		margin: 14px 0 14px 0;
		padding: 14px 8px 8px 14px;
	}


	/* styles for mobile (social net) */
	ul.submenu li a i.fa {
	  height: 30px;
	  width: 30px;
	  line-height: 30px;
	}

	ul.submenu li {
		padding: 0;
	}
}

	.media-video {
	    width: 100%;
   		height: 100%;
		position: absolute;
	}

@media screen and (max-width: 1350px) {
	.news-event {
		background-image: url(images/fon-ev-pro.svg);
		background-position: bottom;
	}
 }

@media screen and (max-width: 991px) {
	.img-rector {
		width: 170px;
		height: 200px;
		overflow: hidden;
	}
 }

@media screen and (min-device-width: 789px){

	.wrapper {
		display: flex;
		flex-direction: column;
	}

	.inner-page {
		flex: 1 0 auto;
		flex-grow: 1;
		flex-shrink: 0;
		flex-basis: auto;
	}
}

@media screen and (max-width: 768px) {
	#svg3821 {
		transform: scale(1) !important;
	}

	div.title-block {
		font-size: 20px;
	}

	a.all-news {
		margin: 48px 24px 0 24px;
		float: right; 
		color: #0C72B9;
		background-color: #fff;
		border-color: #fff;
	}

	a.all-news:hover {
		cursor: pointer;
		color: #0C72B9 !important;
	}

	.img-rector {
		float: left;
	}

	.info-rector {
		float: left;
    	margin-left: 20px;
	}

	.head-name {
		display: none;
	}

	.box-date-events .preview-text {
		line-height: 20px;
	}

	.block-base .item-base {
		width: 80px;
		height: 80px;
	}
}


@media screen and (max-width: 600px) {
	.img-rector {
    	float: none;
	}

	.info-rector {
   		margin-left: 0;
	}
}


@media screen and (max-width: 559px) {
	.imgwrap {
		height: 300px !important;
	}
 }

@media screen and (max-width: 480px) {
	.projects {
		margin: 60px 24px 24px 24px !important;
	}

	.block-base {
		margin: 70px 30px 30px 30px;
	}
	.imgwrap {
		height: 250px !important;
	}

	.news-event {
		background-image: url(images/fon-ev-pro-1.svg);
	}

	.news-event {
    	height: 1800px;
	}

	.owl-carousel_events-1 {
		display: none !important;
	}

	.box-date-events .events-news {
    	padding: 100px 0 100px 0;
	}

	.wrap-navs {
    	margin-top: -32px;
	}

	.owl-carousel-project .owl-stage-outer {
		height: 550px !important;
	}

	.date-events .date-events_resetSkew {
		font-size: 20px;
	}
}

@media screen and (max-width: 410px) {
	.m-logo-name {
		left: 20px;
	}

	.imgwrap {
		height: 220px !important;
	}

	.owl-carousel_events-1 {
		display: none !important;
	}

	.box-date-events .events-news {
    	padding: 50px 0 100px 0;
	}
 }

@media screen and (max-width: 369px) {
	.imgwrap {
		height: 210px !important;
	}
 }

@media screen and (max-width: 349px) {
	.imgwrap {
		height: 200px !important;
	}
 }

@media screen and (max-width: 309px) {
	.imgwrap {
		height: 150px !important;
	}
 }

@-webkit-keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}
@keyframes heartbeat {
  from {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  10% {
    -webkit-transform: scale(0.91);
            transform: scale(0.91);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  17% {
    -webkit-transform: scale(0.98);
            transform: scale(0.98);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
  33% {
    -webkit-transform: scale(0.87);
            transform: scale(0.87);
    -webkit-animation-timing-function: ease-in;
            animation-timing-function: ease-in;
  }
  45% {
    -webkit-transform: scale(1);
            transform: scale(1);
    -webkit-animation-timing-function: ease-out;
            animation-timing-function: ease-out;
  }
}


