body {
  font-family: "Segoe UI", Verdana, sans-serif;
  font-size: 15px; }

h1 {
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase; }

h2 {
  font-size: 26px;
  font-weight: 400;
  text-transform: none; }

h3 {
  font-size: 24px;
  font-weight: 400; }

h4 {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 20px; }

h5 {
  font-size: 20px;
  font-weight: 600; }

h6 {
  font-size: 18px;
  font-weight: 600; }

.light {
  font-weight: 300; }

a.undrln {
  text-decoration: underline; }

button {
  border: none !important; }

.dropdown-menu, .top-panel .btn,
.top-panel .btn:active {
  border-radius: 0;
  animation-duration: 0.2s; }

.content-block-padding, .we-block, .direction, .news, .partners, .footer, .content-block {
  padding-top: 50px;
  padding-bottom: 70px; }

.top-panel {
  background: #3498db;
  color: #ecf0f1; }
  .top-panel .btn,
  .top-panel .btn:active {
    background: #3498db;
    color: #ecf0f1;
    text-transform: uppercase;
    box-shadow: none;
    transition: all 0.5s;
    font-size: 13px;
    font-weight: 600;
    padding-top: 10px;
    padding-bottom: 10px; }
  .top-panel .btn-group.open .dropdown-toggle {
    background: #fff;
    color: #3498db;
    box-shadow: none; }
  .top-panel .btn span {
    margin-left: 10px; }
  .top-panel .dropdown-menu, .top-panel .btn,
  .top-panel .btn:active {
    border: none;
    background: #3498db; }
    .top-panel .dropdown-menu a, .top-panel .btn a,
    .top-panel .btn:active a {
      color: #ecf0f1; }

.header {
  padding-top: 20px;
  padding-bottom: 20px; }
  .header .logos {
    float: left;
    width: 196px; }
    .header .logos .logo {
      height: 86px;
      width: 86px;
      display: inline-block;
      margin-right: 10px;
      vertical-align: middle;
      float: left;
      background-repeat: no-repeat;
      background-position: center; }
      .header .logos .logo.mgtu {
        background-image: url("../img/logo-mgtu.png"); }
      .header .logos .logo.sm6 {
        background-image: url("../img/logo-sm6.png"); }
  .header .header-text {
    font-size: 20px;
    font-weight: 400;
    line-height: 1;
    display: table-cell;
    height: 86px;
    vertical-align: middle;
    padding-left: 10px; }
    .header .header-text i {
      font-size: 17px;
      font-weight: 300;
      font-style: normal;
      color: #4c4c4c; }
  .header .lang-switcher {
    text-align: right; }
    .header .lang-switcher a {
      display: inline-block;
      height: 18px;
      width: 24px;
      margin-left: 10px;
      text-align: center;
      position: relative; }
      .header .lang-switcher a:after {
        content: "";
        font-size: 11px;
        text-decoration: none;
        color: #4c4c4c;
        display: inline-block;
        position: absolute;
        bottom: -15px;
        left: 2px; }
      .header .lang-switcher a.rus {
        background-image: url("../img/lang.png");
        background-position: 0 -18px; }
        .header .lang-switcher a.rus:after {
          content: "RUS"; }
        .header .lang-switcher a.rus.active {
          background-position: 0 0px; }
      .header .lang-switcher a.eng {
        background-image: url("../img/lang.png");
        background-position: 0 -54px; }
        .header .lang-switcher a.eng:after {
          content: "ENG"; }
        .header .lang-switcher a.eng.active {
          background-position: 0 -36px; }

.main-menu, .main-menu .navbar {
  background-color: #2c3e50; }

.main-menu, .main-menu .navbar {
  border-top: 5px solid #2980b9; }
  .main-menu .navbar {
    margin: 0;
    border: none; }
    .main-menu .navbar .navbar-nav li a {
      color: #fff;
      font-size: 16px;
      font-weight: 400;
      padding-left: 30px;
      padding-right: 30px;
      transition: all 0.5s; }
      .main-menu .navbar .navbar-nav li a:hover {
        background: #e74c3c;
        color: #fff; }
      .main-menu .navbar .navbar-nav li a span {
        display: inline-block;
        font-size: 15px;
        font-weight: 100;
        vertical-align: middle;
        margin-left: 5px;
        margin-bottom: 1px; }
    .main-menu .navbar .navbar-nav li.open > a {
      background-color: #2980b9;
      color: #fff; }
    .main-menu .navbar .navbar-nav > li:first-child a {
      padding-left: 15px; }
    .main-menu .navbar .navbar-nav li.dropdown .dropdown-menu a, .main-menu .navbar .navbar-nav li.dropdown .top-panel .btn a, .top-panel .main-menu .navbar .navbar-nav li.dropdown .btn a {
      color: #2c3e50; }
      .main-menu .navbar .navbar-nav li.dropdown .dropdown-menu a:hover, .main-menu .navbar .navbar-nav li.dropdown .top-panel .btn a:hover, .top-panel .main-menu .navbar .navbar-nav li.dropdown .btn a:hover {
        background: #fff;
        color: #2980b9;
        text-decoration: underline; }

.slider .carousel {
  border-bottom: 5px solid #3498db; }
  .slider .carousel .item img {
    width: 100%; }
  .slider .carousel .item .carousel-caption {
    text-align: left; }
    .slider .carousel .item .carousel-caption p {
      background-color: #2980b9;
      float: left;
      font-size: 21px;
      padding: 15px 100px 20px 30px;
      text-shadow: none;
      border-radius: 2px; }
    .slider .carousel .item .carousel-caption button {
      border-radius: 2px;
      padding: 10px 30px;
      background-color: #e74c3c;
      text-transform: uppercase; }
  .slider .carousel .carousel-control .fa {
    font-size: 30px;
    font-weight: 100;
    display: inline-block;
    position: absolute;
    top: 50%; }

.yxu {
  padding-top: 50px;
  padding-bottom: 20px;
  margin-bottom: 5px;
  background-color: #ecf0f1; }
  .yxu .yxo {
    display: block;
    height: 105px;
    border-bottom: 4px solid #2980b9;
    border-radius: 2px;
    margin-bottom: 30px;
    padding-left: 160px;
    color: #2c3e50;
    position: relative;
    padding-top: 30px;
    transition: all 0.5s;
    font-size: 24px;
    font-weight: 400;
    background-color: #fff; }
    .yxu .yxo:hover {
      text-decoration: none;
      background-color: #2980b9;
      color: #fff; }
    .yxu .yxo:before {
      content: "";
      display: block;
      position: absolute;
      height: 128px;
      width: 128px;
      left: 15px;
      bottom: 0;
      transition: all 0.1s;
      background-repeat: no-repeat;
      background-image: url("../img/yxu-icons.png"); }
    .yxu .yxo.candidate:before {
      background-position: 0 0; }
    .yxu .yxo.student:before {
      background-position: -128px 0; }
    .yxu .yxo.company:before {
      background-position: -256px 0; }
    .yxu .yxo.postgraduate:before {
      background-position: 0 -128px; }
    .yxu .yxo.employee:before {
      background-position: -128px -128px; }

.we-block {
  background: #f2f2f2; }
  .we-block .rector-wrapper dt {
    float: left;
    margin-right: 10px; }
    .we-block .rector-wrapper dt img {
      border-radius: 2px; }
  .we-block .rector-wrapper .rector-name {
    display: inline-block;
    margin-bottom: 10px;
    color: #000;
    font-size: 17px;
    font-weight: 600; }
  .we-block .rector-wrapper dd {
    font-size: 14px;
    overflow: hidden;
    color: #696969; }

.direction {
  background-image: url("../img/draw-bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  /*table {
    border-collapse: collapse;
    border-spacing: 0;

    th {
      font: {
        size: 17px;
        weight: 600;
      }
      padding-bottom: 20px;
    }

    td,
    th {
      width: 31%;
      vertical-align: top;
      padding-left: 1%;
      padding-right: 1%;
    }
  }*/ }
  .direction .dir-list .slick-slide {
    margin-right: 25px; }
  .direction .dir-name {
    height: 5em;
    font-size: 17px;
    font-weight: 600;
    padding-bottom: 20px; }

.news {
  background: #ecf0f1;
  color: #2c2c2c; }
  .news .news-items .slick-slide {
    background-color: #fff;
    margin-right: 20px;
    padding: 20px 20px 30px;
    border-radius: 2px; }
  .news .news-items dl {
    margin: 0; }
    .news .news-items dl dt {
      float: left; }
      .news .news-items dl dt img {
        border-radius: 2px; }
    .news .news-items dl dd {
      overflow: hidden;
      padding-left: 20px; }
      .news .news-items dl dd > div {
        margin-bottom: 10px; }
      .news .news-items dl dd .news-date {
        color: #999897;
        font-size: 14px;
        font-weight: 400; }
      .news .news-items dl dd .news-title {
        height: 4.3em;
        overflow: hidden; }
        .news .news-items dl dd .news-title a {
          font-size: 15px;
          font-weight: 600;
          text-decoration: underline; }
      .news .news-items dl dd .news-text {
        height: 10em;
        overflow: hidden;
        font-size: 14px; }
      .news .news-items dl dd button {
        text-transform: uppercase;
        background-color: #3498db;
        color: #ecf0f1;
        border-radius: 2px;
        padding: 10px 30px; }

.footer {
  background: #2c3e50;
  color: #ecf0f1;
  border-top: 5px solid #3498db; }
  .footer .footer-contact {
    font-size: 14px;
    font-weight: 400; }
    .footer .footer-contact dt {
      float: left; }
    .footer .footer-contact dd {
      overflow: hidden;
      padding-left: 20px; }
      .footer .footer-contact dd > div {
        margin-bottom: 5px; }
      .footer .footer-contact dd .footer-company-name {
        font-size: 16px;
        font-weight: 600; }
        .footer .footer-contact dd .footer-company-name .social-links {
          display: inline-block;
          margin-left: 10px;
          line-height: 0;
          font-size: 0; }
          .footer .footer-contact dd .footer-company-name .social-links a {
            display: inline-block;
            height: 20px;
            width: 20px;
            margin-right: 10px;
            background-repeat: no-repeat;
            background-image: url("../img/social-icons.png"); }
            .footer .footer-contact dd .footer-company-name .social-links a.ok {
              background-position: 0 0; }
            .footer .footer-contact dd .footer-company-name .social-links a.vk {
              background-position: 0 -20px; }
            .footer .footer-contact dd .footer-company-name .social-links a.tw {
              background-position: 0 -40px; }
      .footer .footer-contact dd .footer-link a {
        color: #3498db;
        text-decoration: underline; }
  .footer .developer {
    font-size: 13px;
    color: #ecf0f1; }

.breadcrumbs {
  border-bottom: 5px solid #3498db;
  line-height: 1; }
  .breadcrumbs .container {
    padding-top: 30px;
    padding-bottom: 30px;
    background-image: url("../img/draw-bg.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover; }
  .breadcrumbs a {
    text-decoration: none;
    color: #2d2d2d; }
    .breadcrumbs a.bread-parent {
      font-size: 26px;
      font-weight: 400;
      text-transform: uppercase; }
      .breadcrumbs a.bread-parent:after {
        content: "/";
        padding-left: 10px;
        padding-right: 10px; }
    .breadcrumbs a.bread-current {
      font-size: 22px;
      font-weight: 400; }

.content-block .blue-marked-p {
  background-color: #ecf0f1;
  padding: 20px;
  margin: 25px -15px 35px;
  font-style: italic;
  border-radius: 2px; }
.content-block .dash-marked-p {
  padding: 20px;
  margin: 25px -15px 35px;
  border: 1px dashed #3498db;
  border-radius: 2px; }
.content-block img {
  border-radius: 2px; }
.content-block img.left-img {
  float: left;
  margin: 0 20px 5px 0; }
.content-block .content-part {
  clear: both;
  overflow: hidden;
  margin-bottom: 30px;
  margin-top: 30px; }
.content-block .columns {
  column-count: 3;
  -moz-column-count: 3;
  -webkit-column-count: 3;
  column-gap: 2em;
  -moz-column-gap: 2em;
  -webkit-column-gap: 2em; }
.content-block .table-no-border {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%; }
  .content-block .table-no-border th {
    width: 30%;
    text-align: right;
    padding-right: 20px;
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: top;
    padding-bottom: 20px; }
  .content-block .table-no-border td {
    width: 65%;
    text-align: left;
    vertical-align: top;
    padding-bottom: 20px; }
.content-block .no-marks {
  padding: 0; }
  .content-block .no-marks li {
    list-style: none; }
  .content-block .no-marks.red-marks li i.fa {
    color: #e74c3c; }
  .content-block .no-marks.blue-marks li i.fa {
    color: #3498db; }

.timeline {
  padding: 0;
  list-style: none;
  position: relative;
  margin-top: 30px;
  margin-bottom: 30px; }
  .timeline > li {
    position: relative; }
    .timeline > li .tmtime {
      width: 20%;
      display: block;
      position: absolute;
      padding-right: 80px; }
      .timeline > li .tmtime span {
        top: 9px;
        display: block;
        text-align: right;
        position: relative; }
        .timeline > li .tmtime span:first-child {
          color: #2980b9;
          font-size: 14px;
          line-height: 0.9; }
        .timeline > li .tmtime span:last-child {
          color: #2980b9;
          font-size: 22px;
          font-weight: normal; }
    .timeline > li .tmlabel {
      padding: 10px 20px 20px;
      background: #ecf0f1;
      line-height: 1.4;
      clear: both;
      position: relative;
      border-radius: 5px;
      margin: 0 0 40px 20%; }
      .timeline > li .tmlabel li {
        padding: 0; }
      .timeline > li .tmlabel h2 {
        margin-top: 0px;
        font-size: 21px;
        padding: 5px 0 15px;
        margin-bottom: 10px;
        border-bottom: 1px solid #ddd; }
      .timeline > li .tmlabel .text-left {
        float: left; }
      .timeline > li .tmlabel:after {
        right: 100%;
        border: solid transparent;
        content: " ";
        height: 0;
        width: 0;
        position: absolute;
        pointer-events: none;
        border-right-color: #ecf0f1;
        border-width: 10px;
        top: 18px; }
    .timeline > li .tmicon {
      top: 22px;
      left: 17%;
      width: 10px;
      height: 10px;
      position: absolute;
      background: #e74c3c;
      margin: 0 0 0 -17px;
      box-shadow: 0 0 0 4px #f3f3f3;
      -webkit-font-smoothing: antialiased;
      border-radius: 50%; }
  .timeline:before {
    top: 0;
    bottom: 0;
    left: 17%;
    width: 4px;
    content: '';
    background: #ecf0f1;
    position: absolute;
    margin-left: -14px; }

.directors-wrapper .director,
.directors-wrapper .news-list,
.news-list-wrapper .director,
.news-list-wrapper .news-list {
  float: left;
  width: 47%;
  padding-bottom: 50px; }
  .directors-wrapper .director h3,
  .directors-wrapper .news-list h3,
  .news-list-wrapper .director h3,
  .news-list-wrapper .news-list h3 {
    color: #2980b9;
    padding-bottom: 15px;
    border-bottom: 3px solid #ecf0f1;
    margin-bottom: 15px; }
.directors-wrapper .director-padding,
.directors-wrapper .news-list-padding,
.news-list-wrapper .director-padding,
.news-list-wrapper .news-list-padding {
  width: 5%; }
.directors-wrapper .news-list a.news-list-head,
.news-list-wrapper .news-list a.news-list-head {
  display: block;
  color: #2980b9;
  padding-bottom: 15px;
  border-bottom: 3px solid #ecf0f1;
  margin-bottom: 15px;
  font-size: 20px;
  line-height: 1.2; }
.directors-wrapper .news-list .news-list-img,
.news-list-wrapper .news-list .news-list-img {
  float: left;
  margin-right: 10px; }

.header-nav {
  margin-bottom: 20px; }
  .header-nav h4 {
    display: inline;
    vertical-align: middle; }

.slider-head-nav i {
  font-size: 20px;
  font-weight: 100;
  cursor: pointer;
  vertical-align: middle;
  display: inline-block;
  margin-left: 15px; }

.stuff-list .stuff-info {
  border: 1px solid #f2f2f2;
  padding: 20px 20px 10px;
  background: #fff;
  transition: all 0.4s ease-in-out;
  overflow: hidden;
  margin-bottom: 30px;
  border-radius: 2px; }
  .stuff-list .stuff-info:hover {
    border-color: #3498db;
    background-color: #f2f2f2; }
    .stuff-list .stuff-info:hover img {
      border-color: #3498db; }
  .stuff-list .stuff-info img {
    float: left;
    width: 120px;
    height: auto;
    margin-right: 20px;
    border: 1px solid #fff;
    transition: all 0.4s ease-in-out; }
.stuff-list .stuff-desc {
  overflow: hidden; }
  .stuff-list .stuff-desc p {
    margin-top: 15px; }
  .stuff-list .stuff-desc strong,
  .stuff-list .stuff-desc span {
    color: #555;
    display: block; }

.rounded {
  border-radius: 50% !important; }

/*# sourceMappingURL=main.css.map */
