html {
  height: 100%;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  font: 12px/18px Montserrat, sans-serif;
  height: 100%;
}
.wrapper {
  width: 100%;
  min-width: 1200px;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  color: #4a7582;
}
/* Functions
-----------------------------------------------------------------------------*/
.overflow-ellipsis {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.container-fluid {
  padding: 0;
}
/* Dropdown Menu
-----------------------------------------------------------------------------*/

nav {
  float: right;
  margin-top: 120px;
  display: table;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  display: inline-block;
  padding: 0 5px;
}
nav ul li--current a,
nav ul li:hover a,
nav ul li:focus a {
  padding-bottom: 5px;
}
nav ul li a {
  font-size: 16px;
  padding: 0 10px;
  font-weight: 600;
}
.topmenu > li {
  float: left;
  position: relative;
}
.topmenu > li > a {
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.topmenu li a:hover {
  border-bottom: 1px solid #4a7582;
}
/*.submenu-link:after {
 //content: "\f107";
 //font-family: "FontAwesome";
 display:block;
 color: inherit;
  margin-left: 10px;
}*/

.submenu {
  background: #f1f1f1;
  position: relative;
  right: 0%;
  top: 100%;
  z-index: 5;
  width: 210px;
  height: 120px;
  opacity: 0;
  transform: scaleY(0);
  transform-origin: 0 0;
  transition: 0.5s ease-in-out;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
}
.submenu a {
  padding: 30px 20px;
  position: relative;
  font-weight: 100;
  font-size: 16px;
  text-decoration: none;
  display: block;
}
.submenu li {
  display: block;
}
.submenu:first-child {
  border-top: 2px solid rgba(28, 68, 85, 0.5);
}
.submenu li a:hover {
  color: #4a7582;
  border-bottom: none;
}
.topmenu > li:hover .submenu {
  opacity: 1;
  transform: scaleY(1);
}
/* Bottom Menu
-----------------------------------------------------------------------------*/

bottomnav {
  display: inline-block;
  width: 1200px;
  margin-top: 50px;
  text-align: center;
}
bottomnav ul {
  list-style: none;
}
bottomnav ul li {
  display: inline-block;
  padding: 0 5px;
}
bottomnav ul li--current a,
bottomnav ul li:hover a,
bottomnav ul li:focus a {
  border-bottom: 1px solid #4a7582;
  padding-bottom: 5px;
}
bottomnav ul li a {
  font-size: 16px;
  padding: 0 15px;
  font-weight: 600;
}
/* Common
-----------------------------------------------------------------------------*/

.center {
  width: 1200px;
  min-width: 1200px;
  display: block;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
a {
  text-decoration: none;
  color: #191919;
}
a:hover,
a:focus,
a:active {
  text-decoration: none;
  color: #191919;
}
.bx-wrapper .bx-viewport {
  box-shadow: none;
  left: 0;
  padding: 0;
  border: 0;
}
.bx-wrapper .bx-controls .bx-next,
.bx-wrapper .bx-controls .bx-prev {
  border-radius: 100px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: url(../img/arrow-left.png);
  background-position: 15px;
  background-repeat: no-repeat;
  padding: 5px;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  transition: all linear 300ms;
}
.bx-wrapper .bx-controls .bx-next:hover,
.bx-wrapper .bx-controls .bx-prev:hover,
.bx-wrapper .bx-controls .bx-next:focus,
.bx-wrapper .bx-controls .bx-prev:focus,
.bx-wrapper .bx-controls .bx-next:active,
.bx-wrapper .bx-controls .bx-prev:active {
  background-color: white;
}
.bx-wrapper .bx-controls .bx-next {
  background-image: url(../img/arrow-right.png);
}
.bx-wrapper__back {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.bx-wrapper__desc {
  position: absolute;
  top: 60%;
  z-index: 2;
  transform: translateY(-50%);
  width: 100%;
  color: white;
  opacity: 0;
  transition: all linear 300ms;
}
.bx-wrapper__desc--animate {
  opacity: 1;
  top: 50%;
}
.bx-wrapper__desc-main {
  height: 72px;
  font-size: 24px;
  width: 60%;
  line-height: 36px;
  text-transform: uppercase;
  font-weight: 600;
  font-family: "DejaVuSans Bold";
}
.bx-wrapper__desc-other {
  font-size: 20px;
  width: 50%;
  line-height: 24px;
  font-family: "DejaVuSans Light";
}
.bx-wrapper__desc-img {
  float: right;
  width: 200px;
  margin-right: 200px;
}
img {
  max-width: 100%;
  max-height: 100%;
}
/*.nav-menu {
    float: right;
    margin-top: 120px;

    ul {
        li {
            display: inline-block;
            padding: 0 15px;

            &--current,
            &:hover,
            &:focus {
                a {
                    border-bottom: 1px solid @fontColorBlue;
                    padding-bottom: 5px;
                }
            }

            a {
                font-size: 16px;
                padding: 0 5px;
                font-weight: 600;
            }
        }
    }
}*/

.padding20 {
  padding: 0 20px;
}
.language-panel {
  position: absolute;
  right: 50px;
  font-size: 16px;
  text-align: center;
  top: 10px;
}
.language-panel__line {
  height: 1px;
  background: #4a7582;
  width: 50px;
  margin-bottom: 10px;
}
.language-panel__link {
  margin-bottom: 10px;
  display: block;
}
@media (max-width: 1199.98px) {
  
}
b,
strong,
.bold {
  font-weight: 600;
}
/* Header
-----------------------------------------------------------------------------*/

.header {
  background: white;
  position: relative;
}
.header-first {
  height: 165px;
}
.header-first .logo-wrapper__logo {
  float: left;
  width: 130px;
  margin-top: 18px;
}
.header-first .logo-wrapper__text {
  font-family: "Montserrat";
  text-transform: uppercase;
  font-size: 18px;
  line-height: 24px;
  padding: 36px 0 0 20px;
  float: left;
  width: 180px;
}
.header-second__back {
  max-width: 100%;
}
.slider-main-wrapper .bx-controls .bx-next {
  left: 50%;
  margin-left: 530px;
  margin-top: -60px;
}
.slider-main-wrapper .bx-controls .bx-prev {
  left: 50%;
  margin-top: 20px;
  margin-left: 530px;
}
/* Middle
-----------------------------------------------------------------------------*/

.content {
  padding: 0 0 410px;
}
.block {
  padding-top: 100px;
  overflow: hidden;
}
.block__header {
  font-size: 20px;
  line-height: 26px;
  margin: 0 auto;
  width: 600px;
  text-align: center;
  border-bottom: 1px solid #4a7582;
  padding-bottom: 20px;
  text-transform: uppercase;
}
.block__header--stuff {
  text-align: left;
  width: 100%;
  border-bottom-width: 2px;
}
.block__header--two-lines {
  padding-bottom: 50px;
}
.block__header-second-line {
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  margin-top: 10px;
  min-width: 1200px;
}
.block__header a {
  color: #4a7582;
}
.block .scheme {
  max-width: 100%;
  background: url(../img/shema_back.png) center no-repeat;
  width: 1920px;
  height: 750px;
  position: relative;
}
.block .scheme .circle {
  max-width: 100%;
  background: url(../img/shema_circles.png) center no-repeat;
  width: 489px;
  height: 660px;
  background-size: 100%;
  margin: 0 auto;
}
.block .scheme__text {
  width: 350px;
  font-size: 14px;
  line-height: 22px;
  position: absolute;
}
.block .scheme__text--text1 {
  top: 0;
  left: 50%;
  margin-top: 70px;
}
.block .scheme__text--text2 {
  top: 0;
  left: 50%;
  margin-top: 205px;
  margin-left: 250px;
}
.block .scheme__text--text3 {
  top: 50%;
  left: 50%;
  margin-left: -500px;
  text-align: right;
  margin-top: 80px;
  width: 270px;
}
.block .scheme__text--text4 {
  top: 70%;
  left: 50%;
  margin-left: 140px;
  margin-top: 25px;
  width: 360px;
}
.block--block2 .panel {
  width: 50%;
  float: left;
  padding-left: 20px;
}
.block--block2 .panel:first-of-type {
  padding: 0;
}
.block--block2 .panel .block__header {
  text-align: left;
  padding-left: 20px;
  width: 85%;
  margin-left: 0;
}
.block--block2 .panel__list-elem {
  overflow: hidden;
  height: 140px;
  margin-top: 10px;
}
.block--block2 .panel__img-wrapper {
  float: left;
  width: 30%;
  padding: 10px;
  box-sizing: border-box;
}
.block--block2 .panel__info {
  float: left;
  width: 70%;
  padding: 10px;
  box-sizing: border-box;
  color: #191919;
}
.block--block2 .panel__info-name {
  font-size: 14px;
}
.block--block2 .panel__info-desc {
  margin-top: 20px;
  font-size: 14px;
  color: #989898;
}
.block__tiles {
  overflow-y: hidden;
  padding: 40px 0;
}
@media (min-width: 1199.98px) {
  .block__tiles {
    padding: 40px 10px;
    width: 1220px;
  }
}
.block__tile {
  float: left;
  width: 240px;
  height: 240px;
  background: #ebebeb;
  box-sizing: border-box;
  padding: 30px;
  position: relative;
  transition: all linear 300ms;
}
.block__tile:hover,
.block__tile:focus,
.block__tile:active {
  background: white;
  -webkit-box-shadow: 0px 0px 6px 4px #efefef;
  -moz-box-shadow: 0px 0px 6px 4px #efefef;
  box-shadow: 0px 0px 6px 4px #efefef;
}
.block__tile:hover .block__tile-line,
.block__tile:focus .block__tile-line,
.block__tile:active .block__tile-line {
  opacity: 0;
}
.block__tile-line {
  position: absolute;
  height: 120px;
  left: 0;
  width: 1px;
  top: 50%;
  margin-top: -60px;
  background: #4a7582;
  transition: all linear 300ms;
}
.block__tile-value {
  font-family: "Journalism";
  font-size: 100px;
  height: 100px;
  line-height: 100px;
  text-align: center;
  color: #191919;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.block__tile-text {
  color: #191919;
  font-size: 16px;
  text-align: justify;
  margin-top: 10px;
  margin-left: 350px;
  margin-right: 350px;
}
.block__tile-textURL {
  color: #4a7582;
  font-size: 16px;
  text-align: center;
  margin-top: 10px;
  margin-left: 350px;
  margin-right: 350px;
}
.block__staff {
  margin: 60px 0;
  overflow: hidden;
}
.block__staff-item {
  padding: 0 20px;
  width: 33.33%;
  float: left;
  text-align: center;
}
.block__staff-img {
  display: inline-block;
  border-radius: 200px;
  width: 240px;
  height: 240px;
  background-position: center;
  background-size: cover;
  margin: 40px 0;
}
.block__staff-name {
  padding-bottom: 20px;
  border-bottom: 1px solid #4a7582;
  font-weight: 600;
  font-size: 22px;
  line-height: 28px;
}
.block__staff-desc {
  padding-top: 20px;
  font-size: 16px;
  line-height: 22px;
  height: 90px;
  box-sizing: border-box;
  color: #191919;
}
.block__logos {
  width: 1000px;
  max-width: 1000px;
  min-width: 1000px;
  margin-top: 60px;
  overflow: hidden;
  margin-bottom: 60px;
}
.block__logos-2 {
  margin-top: 160px;
  width: 700px;
  min-width: 700px;
  max-width: 700px;
}
.block__logo {
  float: left;
}
.block__logo--logo1 {
  width: 270px;
  margin-top: 10px;
}
.block__logo--logo2 {
  width: 230px;
  margin-left: 40px;
  margin-top: 10px;
}
.block__logo--logo3 {
  width: 320px;
  margin-left: 30px;
  margin-top: 30px;
}
.block__logo--logo4 {
  width: 70px;
  margin-left: 20px;
}
.block__logo--logo5 {
  width: 270px;
  margin-top: 10px;
}
.block__logo--logo6 {
  width: 100px;
  margin-left: 40px;
  margin-top: 10px;
}
.block__logo--logo7 {
  width: 80px;
  margin-left: 30px;
  margin-top: 20px;
}
.block__logo--logo9 {
  width: 210px;
  margin-left: 20px;
}
.block__logo--logo10 {
  width: 230px;
  margin-left: 20px;
  margin-top: 20px;
}
.block__logo--logo11 {
  width: 100px;
  margin-left: 40px;
  margin-top: 10px;
}
.block__logo--logo12 {
  width: 110px;
  margin-left: 50px;
  margin-top: 20px;
}
.block__logo--logo13 {
  width: 120px;
  margin-left: 40px;
}
.block__logo--logo14 {
  width: 170px;
  margin-left: 60px;
}
.category__block-header {
  font-size: 20px;
  width: 600px;
  text-align: left;
  border-bottom: 1px solid #4a7582;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Excentra Pro Light";
  margin-bottom: 20px;
}
.category__event {
  padding: 40px;
  overflow: hidden;
  position: relative;
}
.category__event:hover .category__event-desc {
  margin-top: -90px;
}
.category__event-cover {
  height: 400px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
.category__event-desc {
  background: rgba(235, 235, 235, 0.8);
  height: 150px;
  width: 70%;
  padding: 20px;
  position: absolute;
  top: 340px;
  transition: margin-top linear 200ms;
}
.category__event-text {
  font-size: 20px;
  color: #191919;
  font-weight: 600;
}
.category__event-date {
  position: absolute;
  bottom: 20px;
  right: 20px;
  font-size: 20px;
  color: #191919;
}
.category .search-items__what {
  font-size: 16px;
  width: 600px;
  text-align: left;
  border-bottom: 1px solid #191919;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Excentra Pro Light";
}
.category .search-items__nav .nav-item {
  margin-right: 10px;
}
.category .search-items__nav .nav-link {
  padding: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: #191919;
  border-top: 2px solid #ebebeb;
  border-left: 2px solid #ebebeb;
  border-right: 2px solid #ebebeb;
  transition: all linear 200ms;
}
.category .search-items__nav .nav-link.active {
  background: #ebebeb;
}
.category .search-items__inputs {
  background: #ebebeb;
  border-bottom: 1px solid #989898;
  overflow: hidden;
  position: relative;
  width: 60%;
}
.category .search-items__inputs:focus,
.category .search-items__inputs:hover,
.category .search-items__inputs:active {
  border-bottom: 1px solid #1c4456;
}
.category .search-items__field {
  float: left;
}
.category .search-items__input-text {
  padding-left: 30px;
  font-size: 16px;
  width: 100%;
}
.category .search-items__buttons {
  font-size: 16px;
  margin-top: 20px;
}
.category .search-items__button {
  position: absolute;
  background: url(../img/search.png) center no-repeat;
  padding: 0 20px;
  left: 650px;
  top: 150px;
  z-index: 3;
  height: 40px;
  width: 70px;
  cursor: pointer;
  color: #191919;
}
.category .search-items__button:hover,
.category .search-items__button:focus,
.category .search-items__button:active {
  border: none;
  color: none;
}
.category .search-items__file {
  line-height: 60px;
  font-size: 20px;
  color: #989898;
  cursor: pointer;
  display: block;
  height: 40px;
  border: 0;
  background: none;
  outline: none;
  position: absolute;
  right: 60px;
  margin-top: 10px;
}
.category-list {
  margin-top: 80px;
  margin-bottom: 80px;
  counter-reset: list 0;
}
.category-list__item {
  line-height: 20px;
  color: #191919;
  vertical-align: top;
  display: table-row;
  height: 100px;
  padding: 40px 0;
}
.category-list__item-img {
  margin-bottom: 20px;
}
.category-list__item-number {
  font-family: "Journalism";
  font-size: 25px;
  width: 20px;
  text-align: center;
  height: 50px;
  line-height: 30px;
  display: table-cell;
}
.category-list__item-number:before {
  counter-increment: list;
  content: counter(list) " ";
}
.category-list__item-text {
  display: table-cell;
  padding: 0 40px;
  line-height: 20px;
  font-size: 16px;
  width: 1110px;
  vertical-align: top;
}
.category-list__item-text--book {
  width: 950px;
}
.category-list__item-text--name {
  font-weight: 600;
}
.category-list__item-file {
  display: table-cell;
  line-height: 20px;
  font-size: 20px;
  width: 5px;
  vertical-align: top;
}
.category-list__item-file--name {
  font-weight: 600;
}
.category-list__item-fileeng {
  line-height: 20px;
  font-size: 20px;
  width: 0px;
  margin-left: 50px;
}
.category-list__item-fileeng--name {
  font-weight: 600;
}
.category-list__ftp {
  margin-bottom: 60px;
}
.category-list__ftp-item {
  font-size: 20px;
  margin: 20px 0;
  line-height: 24px;
}
.category-list__ftp-item:hover {
  text-decoration: underline;
}
.category-list__empty {
  font-size: 24px;
  margin: 60px 0;
}
.category-sub-list {
  margin: 60px 0;
}
.category-sub-list ul {
  left: 0;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
.category-sub-list__item {
  font-size: 18px;
  float: left;
  display: inline-block;
  padding: 0 20px;
}
.category-sub-list__item:first-of-type {
  padding-left: 0;
}
.category-sub-list__item--active a {
  border-bottom: 1px solid #4a7582;
}
.category-sub-list__item a {
  display: block;
  padding: 0 0 10px 0;
  color: #191919;
}
.projects {
  margin-bottom: 60px;
}
.projects__item {
  font-size: 20px;
  font-weight: 600;
  margin: 20px 0;
  line-height: 24px;
}
.projects__item:hover {
  text-decoration: underline;
}
.projects__description {
  margin: 20px 100px 50px 20px;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: #191919;
}
.projects__description:hover {
  text-decoration: none;
}
.doclang {
  margin-left: 1115px;
}
.doclang__item {
  font-size: 16px;
  font-weight: 200;
  margin-bottom: -40px;
  line-height: 24px;
  color: #989898;
}
.input {
  height: 40px;
  font-size: 16px;
}
.input__text {
  background: white;
  outline: none;
  border: 0;
  color: #191919;
}
.input__button {
  background: white;
  border: none;
}
.input__button:hover,
.input__button:focus,
.input__button:active {
  border: none;
  color: white;
}
.slider-news {
  margin-top: 20px;
  width: 580px;
}
.slider-news__news-desc {
  position: absolute;
  bottom: 0;
  background: rgba(255, 255, 255, 0.8);
  width: 100%;
  height: 130px;
  padding: 20px;
  font-size: 16px;
  color: #191919;
  font-weight: 600;
}
.page-cover {
  height: 360px;
  width: 100%;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
}
.page-back {
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  position: absolute;
}
.page-name {
  font-size: 50px;
  font-family: "Excentra Pro Light";
  color: white;
  height: 50px;
  line-height: 50px;
  padding-left: 20px;
  margin-top: 160px;
  text-transform: uppercase;
}
.article__block {
  padding: 60px 0;
}
.article__block-header {
  font-size: 20px;
  width: 600px;
  text-align: left;
  border-bottom: 1px solid #4a7582;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Excentra Pro Light";
}
.article__text {
  margin: 60px 0;
  font-size: 16px;
  line-height: 20px;
  text-align: justify;
  color: #191919;
}
.article__text a {
  text-decoration: underline;
  color: #4a7582;
}
.images__row {
  margin-bottom: 30px;
}
.images__inner {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 277.5px;
  width: 100%;
}
.dissertation__block-header {
  font-size: 20px;
  width: 600px;
  text-align: left;
  border-bottom: 1px solid #4a7582;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Excentra Pro Light";
}
.dissertation__item {
  line-height: 20px;
  font-size: 16px;
  color: #191919;
  padding: 40px 0;
  display: flex;
  flex-direction: row;
}
.dissertation__item-text {
  width: 1110px;
  display: flex;
  flex-direction: column;
}
.dissertation__item-file {
  line-height: 20px;
  font-size: 20px;
  width: 90px;
  text-align: center;
}
.news__block-header {
  font-size: 20px;
  width: 600px;
  text-align: left;
  border-bottom: 1px solid #4a7582;
  padding-bottom: 20px;
  text-transform: uppercase;
  font-family: "Excentra Pro Light";
}
.news__item {
  line-height: 20px;
  font-size: 16px;
  color: #191919;
  padding: 40px 0;
}
.news__item-name {
  font-weight: 600;
  margin-bottom: 20px;
}
.news__item-text {
  text-align: justify;
}
.news__item-text a {
  text-decoration: underline;
  color: #4a7582;
}
.news__item-date {
  float: right;
}
/* Footer
-----------------------------------------------------------------------------*/

.footer {
  margin: -410px auto 0;
  min-width: 1200px;
  height: 410px;
  position: relative;
}
.footer__footer1 {
  height: 360px;
  background: #f1f1f1;
}
.footer__nav {
  float: none;
  width: 100%;
  margin: 40px auto 0;
}
.footer__nav ul li {
  padding: 0 15px;
}
.footer__nav--en ul li {
  padding: 0 27px;
}
.footer__buttons {
  width: 300px;
  margin: 40px auto 0;
  text-align: center;
}
.footer__link {
  float: right;
  font-size: 16px;
  margin-top: 40px;
  font-weight: 600;
}
.footer__link:hover,
.footer__link:focus,
.footer__link:active {
  border-bottom: 1px solid #191919;
}
.footer__button {
  clear: both;
  width: 160px;
  font-size: 20px;
  display: inline-block;
  border: 2px solid #4a7582;
  height: 40px;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
  margin-bottom: 20px;
  line-height: 40px;
  transition: all linear 150ms;
}
.footer__button:hover,
.footer__button:focus,
.footer__button:active {
  background: #4a7582;
  color: white;
}
.footer__footer2 {
  height: 50px;
  background: #d2d2d2;
  line-height: 50px;
  font-weight: 600;
}
.contacts {
  width: 900px;
  margin: 10px auto 0;
  font-size: 16px;
  line-height: 20px;
}
.contacts__name {
  font-weight: 700;
  font-size: 20px;
  text-transform: uppercase;
  margin-bottom: 20px;
  clear: both;
}
.contacts__admemail {
  font-weight: 600;
  font-size: 16px;
  float: left;
  margin-bottom: 15px;
}
.contacts__address,
.contacts__email,
.contacts__phone,
.contacts__admname {
  display: inline-block;
  width: 1000px;
  position: inherit;
  margin-bottom: 10px;
}
.contacts__email:before {
  display: inline-block;
  width: 33px;
  height: 27px;
  background: url(../img/email.png) center no-repeat;
  content: '';
  position: absolute;
  margin-top: -5px;
}
.contacts__email a {
  padding-left: 40px;
}
.contacts__phone:before {
  width: 29px;
  height: 31px;
  background: url(../img/phone.png) center no-repeat;
  content: '';
  position: absolute;
  margin-top: -15px;
}
.contacts__phone a {
  padding-left: 40px;
}
