@font-face {
    font-family: 'Arial Unicode MS';
    src: url("ArialUnicodeMS.eot");
    src: local("Arial Unicode MS"), url("ArialUnicodeMS.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ArialUnicodeMS.woff2") format("woff2"),
        url("../fonts/ArialUnicodeMS.woff") format("woff"),
        url("../fonts/ArialUnicodeMS.ttf") format("truetype"),
        url("../fonts/ArialUnicodeMS.svg#ArialUnicodeMS") format("svg");
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Arial Unicode MS';
    src: url("../fonts/ArialUnicodeMS-Bold.eot");
    src: url("../fonts/ArialUnicodeMS-Bold.eot?#iefix") format("embedded-opentype"),
        url("../fonts/ArialUnicodeMS-Bold.woff2") format("woff2"),
        url("../fonts/ArialUnicodeMS-Bold.woff") format("woff"),
        url("../fonts/ArialUnicodeMS-Bold.ttf") format("truetype"),
        url("../fonts/ArialUnicodeMS-Bold.svg#ArialUnicodeMS-Bold") format("svg");
    font-weight: bold;
    font-style: normal; }
body {
  font-family: 'Arial Unicode MS', sans-serif;
  overflow-x: hidden; }

.left {
  float: left; }

.right {
  float: right; }

.alignleft {
  display: inline;
  float: left; }

.alignright {
  display: inline;
  float: right; }

.aligncenter {
  display: block;
  margin-right: auto;
  margin-left: auto; }

.top_menu_block {
  background: #f9f9f9;
  padding: 10px 0; }
  .top_menu_block .item {
    text-align: center; }
    .top_menu_block .item svg {
      color: #4782C7;
      margin-right: 5px; }
  .top_menu_block .search_block {
    position: relative; }

.header .logo {
  margin: 15px 0;
  overflow: hidden;
  display: table;
  margin-left: -30px; }
  .header .logo img {
    float: left; }
  .header .logo span,
  .header .logo h1 {
    float: left;
    color: #223A6D;
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold; /* 900 */
    line-height: 24px;
    margin: 30px 0 0 17px;
    max-width: 370px; }
.header .user_panel {
  margin-top: 50px; }
  .header .user_panel a {
    margin-left: 15px;
    display: table;
    color: #555;
    font-weight: 600;
    text-decoration: none;
    width: 25px;
    height: 25px;
    background-position: bottom !important;
    padding-top: 24px;}
    .header .user_panel a img {
      -webkit-transition: all 0.5s ease;
      -moz-transition: all 0.5s ease;
      -o-transition: all 0.5s ease;
      -ms-transition: all 0.5s ease;
      transition: all 0.5s ease; }
    .header .user_panel a:hover {
      color: #0D59A5;
      background-position: top !important; }
      .header .user_panel a:hover img {
        -webkit-filter: invert(100%); }
    .header .user_panel a.fillials {
      margin-left: 10px;
      background: url(../images/fillials.svg) left center no-repeat;
      width: auto;
      padding-left: 30px;
      background-position: left bottom !important;
      padding-top: 24px; }
      .header .user_panel a.fillials:hover {
        background-position: left top !important; }
    .header .user_panel a.syn {
      background: url("../images/syn.svg"); }
     .header .user_panel a.lms {
      background: url("../images/lms.svg"); }
    .header .user_panel a.letter {
      background: url("../images/letter.svg"); }
    .header .user_panel a.user {
      background: url("../images/user.svg"); }
    .header .user_panel a.platonus {
     background: url("../images/platonus.svg"); }
.header .user_panel a.let {
  background: url("../images/let.svg"); }

    .header .user_panel a.support {
      background: url("../images/support.png"); }
.header .lang_menu {
  list-style: none;
  padding: 0;
  margin: 52px 0 0;
  float: right; }
  .header .lang_menu li {
    display: block;
    float: left; }
    .header .lang_menu li + li {
      margin-left: 15px; }
    .header .lang_menu li.current-lang a {
      font-weight: bold !important; }
    .header .lang_menu li a {
      display: block;
      font-weight: 300;
      font-size: 15px;
      color: #fff; }

.form_block_search_mobile {
  width: 100%;
  position: absolute;
  z-index: 5;
  height: 90px;
  background: #4782c7;
  padding: 15px 15px 0;
  display: none; }
  .form_block_search_mobile .close_btn {
    position: absolute;
    background: url(../images/close-big.png) center no-repeat;
    width: 50px;
    height: 50px;
    right: 0;
    top: 0;
    background-size: 25px; }
    .form_block_search_mobile .close_btn:hover {
      opacity: .5; }
  .form_block_search_mobile .search_form {
    position: relative;
    overflow: hidden; }
    .form_block_search_mobile .search_form input[type=text] {
      width: 100%;
      background: transparent;
      border: 0;
      height: 60px;
      color: #fff;
      outline: none !important;
      transition: all 0.5s;
      box-sizing: border-box;
      padding: 0 15px;
      border-bottom: 1px solid #fff; }
      .form_block_search_mobile .search_form input[type=text]::-webkit-input-placeholder {
        opacity: 1;
        transition: opacity 0.3s ease;
        color: #fff; }
      .form_block_search_mobile .search_form input[type=text]::-moz-placeholder {
        opacity: 1;
        transition: opacity 0.3s ease;
        color: #fff; }
      .form_block_search_mobile .search_form input[type=text]:-moz-placeholder {
        opacity: 1;
        transition: opacity 0.3s ease;
        color: #fff; }
      .form_block_search_mobile .search_form input[type=text]:-ms-input-placeholder {
        opacity: 1;
        transition: opacity 0.3s ease;
        color: #fff; }
      .form_block_search_mobile .search_form input[type=text]:focus::-webkit-input-placeholder {
        opacity: 0;
        transition: opacity 0.3s ease; }
      .form_block_search_mobile .search_form input[type=text]:focus::-moz-placeholder {
        opacity: 0;
        transition: opacity 0.3s ease; }
      .form_block_search_mobile .search_form input[type=text]:focus:-moz-placeholder {
        opacity: 0;
        transition: opacity 0.3s ease; }
      .form_block_search_mobile .search_form input[type=text]:focus:-ms-input-placeholder {
        opacity: 0;
        transition: opacity 0.3s ease; }
    .form_block_search_mobile .search_form input[type=submit] {
      width: 60px;
      height: 60px;
      background: url(../images/search.svg) center no-repeat;
      position: absolute;
      right: 0;
      top: 0;
      border: 0;
      background-size: 20px;
      transition: all 0.5s;
      fill: #fff;
      outline: none !important; }
      .form_block_search_mobile .search_form input[type=submit]:hover {
        opacity: .7; }

.menu_panel {
  background: #274476;
  border: 1px solid #ffffff33;
  border-right-style: none;
  border-left-style: none;
  border-bottom-style: none;
  position: fixed;
  top: 125px;
  left: 0;
  right: 0;
  z-index: 1000;
}
  .menu_panel .main_menu {
    padding: 0;
    list-style: none;
    margin: 0;
    width: calc(100% - 45px);
    float: left; }
    .menu_panel .main_menu li {
      display: inline-block;
      margin-left: 0; }
      .menu_panel .main_menu li + li {
        margin-left: 20px; }
      .menu_panel .main_menu li:hover > ul {
        display: block;
        left: calc(50% - 585px); }
      .menu_panel .main_menu li a {
        font-weight: 700;
        color: #FFFF;
        font-size: 15px;
        display: block;
        padding: 12px 0; }
      .menu_panel .main_menu li.minidrop {
        position: relative; }
        .menu_panel .main_menu li.minidrop ul {
          width: 300px;
          padding: 0;
          left: -20; }
          .menu_panel .main_menu li.minidrop ul li {
            float: none;
            width: 100%; }
            .menu_panel .main_menu li.minidrop ul li a {
              color: #fff;
              font-weight: 300;
              font-size: 16px;
              padding: 0;
              margin: 0;
              border: 0;
              min-height: unset;
              text-transform: none;
              padding: 10px 15px;
              border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
              .menu_panel .main_menu li.minidrop ul li a:hover {
                background: #0a3a69;
                text-decoration: none;
              font-weight: 700;
              }

.menu_panel .main_menu li.minidrop2 {
  position: relative; }
.menu_panel .main_menu li.minidrop2 ul {
  width: 400px;
  padding: 0;
  left: 0; }
.menu_panel .main_menu li.minidrop2 ul li {
  float: none;
  width: 100%; }
.menu_panel .main_menu li.minidrop2 ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: 0;
  min-height: unset;
  text-transform: none;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.menu_panel .main_menu li.minidrop2 ul li a:hover {
  background: #0a3a69;
  text-decoration: none;
  font-weight: 700;}

.menu_panel .main_menu li.minidrop3 {
  position: relative; }
.menu_panel .main_menu li.minidrop3 ul {
  width: 365px;
  padding: 0;
  left: 0; }
.menu_panel .main_menu li.minidrop3 ul li {
  float: none;
  width: 100%; }
.menu_panel .main_menu li.minidrop3 ul li a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  padding: 0;
  margin: 0;
  border: 0;
  min-height: unset;
  text-transform: none;
  padding: 10px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
.menu_panel .main_menu li.minidrop3 ul li a:hover {
  background: #0a3a69;
  text-decoration: none;
  font-weight: 700;}



      .menu_panel .main_menu li.drop-col-4 ul li {
        width: calc(100% / 5);
      }
        .menu_panel .main_menu li.drop-col-4 ul li ul li {
          width: 100% !important; }
      .menu_panel .main_menu li ul {
        display: none;
        width: 1300px;
        position: absolute;
        left: -9999px;
        background: #2744768c;;
        box-sizing: border-box;
        overflow: hidden;
        z-index: 5;
        padding: 40px; }
        .menu_panel .main_menu li ul li {
          display: block;
          float: left;
          width: calc(100% / 3); }
          .menu_panel .main_menu li ul li + li {
            margin-left: 0; }
          .menu_panel .main_menu li ul li:hover {
            left: auto; }
          .menu_panel .main_menu li ul li a {
            font-weight: bold; /* 900 */
            color: #fff;
            font-size: 15px;
            line-height: 26px;
            display: block;
            padding-bottom: 18px;
            margin-bottom: 18px;
            /*border-bottom: 1px solid #3d7ab7;*/
            margin-right: 50px;
            min-height: 83px;
            text-transform: uppercase; }
          .menu_panel .main_menu li ul li ul {
            display: block !important;
            left: 0 !important;
            width: 100%;
            position: relative;
            padding: 0; }
            .menu_panel .main_menu li ul li ul li {
              float: none;
              width: 100%; }
              .menu_panel .main_menu li ul li ul li + li {
                margin-top: 20px; }
              .menu_panel .main_menu li ul li ul li a {
                color: #fff;
                font-weight: 300;
                font-size: 16px;
                padding: 0;
                margin: 0;
                border: 0;
                min-height: unset;
                text-transform: none; }
  .menu_panel .search_btn {
    width: 45px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    color: #ffff; }
  .menu_panel .container {
    position: relative; }
  .menu_panel .form_block {
    width: 100%;
    position: absolute;
    z-index: 5;
    display: none; }
    .menu_panel .form_block.active .search_form:after {
      left: 0; }
    .menu_panel .form_block .close_btn {
      position: absolute;
      background: url(../images/close-big.png) center no-repeat;
      width: 50px;
      height: 50px;
      right: 0;
      top: 0;
      background-size: 25px; }
      .menu_panel .form_block .close_btn:hover {
        opacity: .5; }
    .menu_panel .form_block .search_form {
      position: relative;
      overflow: hidden; }
      .menu_panel .form_block .search_form:after {
        content: '';
        display: block;
        clear: both;
        position: absolute;
        top: auto;
        left: -100%;
        bottom: 0;
        right: 0;
        border-bottom: 1px solid #fff;
        -webkit-transition: all ease 1s 50ms;
        -moz-transition: all ease 1s 50ms;
        transition: all ease 1s 50ms;
        width: 100%; }
      .menu_panel .form_block .search_form input[type=text] {
        width: 100%;
        background: transparent;
        border: 0;
        height: 60px;
        color: #fff;
        outline: none !important;
        transition: all 0.5s;
        box-sizing: border-box;
        padding: 0 15px; }
        .menu_panel .form_block .search_form input[type=text]::-webkit-input-placeholder {
          opacity: 1;
          transition: opacity 0.3s ease;
          color: #fff; }
        .menu_panel .form_block .search_form input[type=text]::-moz-placeholder {
          opacity: 1;
          transition: opacity 0.3s ease;
          color: #fff; }
        .menu_panel .form_block .search_form input[type=text]:-moz-placeholder {
          opacity: 1;
          transition: opacity 0.3s ease;
          color: #fff; }
        .menu_panel .form_block .search_form input[type=text]:-ms-input-placeholder {
          opacity: 1;
          transition: opacity 0.3s ease;
          color: #fff; }
        .menu_panel .form_block .search_form input[type=text]:focus::-webkit-input-placeholder {
          opacity: 0;
          transition: opacity 0.3s ease; }
        .menu_panel .form_block .search_form input[type=text]:focus::-moz-placeholder {
          opacity: 0;
          transition: opacity 0.3s ease; }
        .menu_panel .form_block .search_form input[type=text]:focus:-moz-placeholder {
          opacity: 0;
          transition: opacity 0.3s ease; }
        .menu_panel .form_block .search_form input[type=text]:focus:-ms-input-placeholder {
          opacity: 0;
          transition: opacity 0.3s ease; }
      .menu_panel .form_block .search_form input[type=submit] {
        width: 60px;
        height: 60px;
        background: url(../images/search.svg) center no-repeat;
        position: absolute;
        right: 0;
        top: 0;
        border: 0;
        background-size: 20px;
        transition: all 0.5s;
        fill: #fff;
        outline: none !important; }
        .menu_panel .form_block .search_form input[type=submit]:hover {
          opacity: .7; }

.slider {
  height: 535px;
  position: relative; }
  .slider .slide {
    height: 535px;
    background-size: cover !important;
    background-position: center !important; }
    .slider .slide:after {
      content: "";
      background: url(../images/slider.png) left repeat-y;
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 2; }
    .slider .slide:before {
      content: "";
      background: rgba(34, 58, 109, 0.6);
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      z-index: 1; }
    .slider .slide .container {
      position: relative;
      z-index: 3; }
      .slider .slide .container .title {
        visibility: hidden;
		color: #42aaff;
        font-weight: bold; /* 900 */
        text-decoration: underline; 
        font-size: 0.0036px;
        display: table;
        margin: 180px 0 8px; }
        .slider .slide .container .title:hover {
          color: #fff;
          text-decoration: none !important; }
      .slider .slide .container .short {
        font-size: 24px;
        line-height: 33px;
        font-weight: 300;
        color: #fff; }
      .slider .slide .container .register {
        display: table;
        width: 200px;
        height: 50px;
        box-sizing: border-box;
        font-size: 16px;
        color: #ffffff;
        font-weight: 300;
        text-align: center;
        line-height: 50px;
        transition: all 0.5s;
        margin-top: 30px;
        text-decoration: none; }
        .slider .slide .container .register:before {
          border: #fff solid 2px !important; }
        .slider .slide .container .register:hover {
          background: #2780ef;
          color: #fff; }
  .slider .owl-nav {
    position: absolute;
    top: 250px;
    width: 100%; }
    .slider .owl-nav div {
      width: 26px;
      height: 50px;
      background: url(../images/arrow.png) left no-repeat;
      position: absolute;
      opacity: .5;
      transition: all 0.5s; }
      .slider .owl-nav div:hover {
        opacity: .8; }
    .slider .owl-nav .owl-prev {
      left: 30px; }
    .slider .owl-nav .owl-next {
      background-position: right !important;
      right: 30px; }
  .slider #dots {
    position: absolute;
    width: 100%;
    bottom: 40px;
    z-index: 2;
    overflow: hidden; }
    .slider #dots #carousel-custom-dots {
      overflow: hidden;
      margin: 0;
      padding: 0;
      list-style: none; }
      .slider #dots #carousel-custom-dots .owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 10px;
        border: 3px solid #2e7bdf;
        float: left;
        transition: all 0.5s;
        cursor: pointer; }
        .slider #dots #carousel-custom-dots .owl-dot:hover, .slider #dots #carousel-custom-dots .owl-dot.active {
          background: #2e7bdf; }

.event_news {
  background: #f3f7fb;
  padding: 50px 0; }
  .event_news .tabs {
    margin: 0 0 50px;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .event_news .tabs li {
      width: calc((100% - 60px) / 3);
      display: block;
      float: left;
      padding: 17px 0;
      text-align: center;
      background: #e5edf4;
      cursor: pointer;
      transition: all 0.5s;
      border-bottom: 2px solid #e5edf4;
      font-size: 16px;
      font-weight: 300; }
      .event_news .tabs li + li {
        margin-left: 30px; }
      .event_news .tabs li.active, .event_news .tabs li:hover {
        font-weight: 700;
        background: #d7e4ee;
        border-bottom: 2px solid #a51314; }
  .event_news .post {
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.3);
    margin-bottom: 50px; }
    .event_news .post .img {
      height: 165px;
      overflow: hidden; }
      .event_news .post .img img {
        width: 100%;
        height: 100%; }
    .event_news .post .cont {
      overflow: hidden;
      background: #fff;
      padding: 30px 0 50px; }
      .event_news .post .cont .date {
        float: left;
        width: 100px;
        text-align: center; }
        .event_news .post .cont .date .d {
          font-size: 48px;
          color: #a51314;
          font-weight: 700;
          line-height: 48px; }
        .event_news .post .cont .date .m {
          color: #010308;
          font-size: 16px;
          font-weight: 300; }
      .event_news .post .cont .info {
        float: left;
        width: calc(100% - 100px);
        box-sizing: border-box;
        padding-right: 30px; }
        .event_news .post .cont .info .title {
          color: #010308;
          font-weight: bold; /* 900 */
          font-size: 18px;
          line-height: 24px;
          margin-bottom: 20px;
          display: block; }
          .event_news .post .cont .info .title:hover {
            color: #2d7adf;
            text-decoration: none !important; }
        .event_news .post .cont .info .desc {
          color: #404040;
          font-size: 16px;
          line-height: 24px;
          font-weight: 300;
          text-align: justify; }
        .event_news .post .cont .info .inf .it {
          font-size: 13px;
          margin-bottom: 15px; }
          .event_news .post .cont .info .inf .it svg {
            margin-right: 5px;
            color: #ddd; }
        .event_news .post .cont .info .morelink {
          display: table;
          margin-top: 20px;
          color: #2780ef;
          font-weight: 700;
          font-size: 16px;
          text-decoration: underline;
          background: url(../images/arrow2.png) right no-repeat;
          padding-right: 10px; }
          .event_news .post .cont .info .morelink:hover {
            text-decoration: none !important; }
  .event_news .owl-nav {
    position: absolute;
    top: 200px;
    width: 100%; }
    .event_news .owl-nav div {
      width: 26px;
      height: 50px;
      background: url(../images/arrow3.png) left no-repeat;
      position: absolute;
      opacity: .5;
      transition: all 0.5s; }
      .event_news .owl-nav div:hover {
        opacity: .8; }
    .event_news .owl-nav .owl-prev {
      left: -60px; }
    .event_news .owl-nav .owl-next {
      background-position: right !important;
      right: -60px; }
  .event_news .seeAll {
    display: table;
    margin: 0 auto;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    font-size: 16px;
    color: #2780ef;
    font-weight: 300;
    text-align: center;
    line-height: 50px;
    transition: all 0.5s; }
    .event_news .seeAll:hover {
      color: #fff;
      background: #2780ef;
      text-decoration: none !important; }

.hvr-outline-out:before {
  border: #2780ef solid 2px !important; }

.program {
  padding: 50px 0 0; }
  .program h2.title {
    font-size: 36px;
    font-weight: bold; /* 900 */
    color: #010308;
    margin-bottom: 50px;
    text-align: center; }
  .program .info .tit {
    font-size: 24px;
    color: #010308;
    font-weight: bold; /* 900 */
    background: url(../images/icon01.png) left center no-repeat;
    padding-left: 70px;
    margin-bottom: 10px;
    line-height: 48px; }
    .program .info .tit.icon2 {
      background: url(../images/icon02.png) left center no-repeat; }
  .program .info .title_ul {
    font-size: 20px;
    color: #010308;
    font-weight: 700;
    text-transform: uppercase;
    padding-left: 70px;
    margin-bottom: 20px; }
  .program .info ul {
    padding: 0;
    margin: 0 0 0 120px;
    list-style: none; }
    .program .info ul li {
      color: #010308;
      font-size: 20px;
      font-weight: 300;
      margin-bottom: 20px;
      cursor: pointer;
      position: relative; }
      .program .info ul li a {
        color: #010308;
        font-size: 20px;
        font-weight: 300;
        text-decoration: none; }
        .program .info ul li a:hover {
          color: #2780ef; }
      .program .info ul li:hover {
        color: #2780ef; }
        .program .info ul li:hover:after {
          content: "";
          width: 17px;
          height: 36px;
          background: url(../images/arrow4.png) center no-repeat;
          position: absolute;
          top: 0;
          right: -30px;
          z-index: 1; }
      .program .info ul li.active {
        font-weight: bold; /* 900 */
        color: #2780ef; }
        .program .info ul li.active:after {
          content: "";
          width: 17px;
          height: 36px;
          background: url(../images/arrow4.png) center no-repeat;
          position: absolute;
          top: 0;
          right: -30px;
          z-index: 1; }
  .program .content {
    position: relative;
    padding: 100px 0 100px 100px;
    min-height: 940px;
    font-size: 16px;
    line-height: 24px;
    font-weight: 300; }
    .program .content:after {
      content: "";
      left: 0;
      width: 200%;
      height: 100%;
      position: absolute;
      top: 0;
      background: url("../images/back.jpg") left top no-repeat;
      background-size: cover; }
    .program .content #text {
      position: relative;
      z-index: 2;
      color: #fff; }
    .program .content #loaderProgram {
      position: absolute;
      top: 60px;
      z-index: 2; }
    .program .content h3 {
      font-weight: bold; /* 900 */
      font-size: 24px;
      line-height: 30px;
      margin-bottom: 35px;
      text-transform: uppercase; }
    .program .content p {
      margin: 0 0 30px; }
    .program .content h4 {
      font-size: 18px;
      line-height: 24px;
      font-weight: bold; /* 900 */
      margin-bottom: 15px;
      text-transform: uppercase; }
    .program .content .morelink {
      display: block;
      width: 200px;
      height: 55px;
      font-size: 16px;
      font-weight: 300;
      line-height: 55px;
      box-sizing: border-box;
      text-decoration: none !important;
      color: #fff;
      text-align: center;
      transition: all 0.5s; }
      .program .content .morelink:hover {
        background: #fff;
        color: #06427b; }
      .program .content .morelink:before {
        border: #fff solid 2px !important; }

.education {
  padding: 50px 0;
  background: #f8f8f9; }
  .education h2.title {
    font-size: 36px;
    font-weight: bold; /* 900 */
    color: #010308;
    margin-bottom: 50px;
    text-align: center; }
  .education .seminars .sem {
    display: block;
    text-decoration: none !important;
    border-bottom: 1px solid #dceefd;
    background: #fff;
    transition: all 0.5s; }
    .education .seminars .sem:hover .info {
      background: #2780EF; }
      .education .seminars .sem:hover .info .tit {
        color: #fff; }
      .education .seminars .sem:hover .info .cat {
        color: #fff; }
    .education .seminars .sem:hover .col-md-3 {
      background: #8c0e0f; }
    .education .seminars .sem .info {
      padding: 40px 70px;
      transition: all 0.5s; }
      .education .seminars .sem .info .tit {
        color: #010308;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        display: block;
        transition: all 0.5s; }
      .education .seminars .sem .info .cat {
        font-size: 14px;
        color: #a51314;
        font-weight: 300;
        display: block;
        transition: all 0.5s; }
    .education .seminars .sem .col-md-3 {
      background: #a51314;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      transition: all 0.5s; }
    .education .seminars .sem .col-md-9 {
      padding-right: 0; }
    .education .seminars .sem .date {
      color: #fff;
      padding: 0 30px; }
      .education .seminars .sem .date .d {
        font-weight: bold; /* 900 */
        font-size: 24px;
        line-height: 26px; }
      .education .seminars .sem .date .m {
        font-size: 16px;
        font-weight: 700; }
        .education .seminars .sem .date .m span {
          font-weight: 300; }
  .education .morelink {
    display: table;
    margin: 50px auto 0;
    padding: 15px 45px;
    color: #2780ef;
    font-weight: 300;
    font-size: 16px;
    text-decoration: none !important;
    transition: all 0.5s; }
    .education .morelink:hover {
      background: #2780ef;
      color: #fff; }

.team {
  padding: 50px 0; }
  .team h2.title {
    font-size: 36px;
    font-weight: bold; /* 900 */
    color: #010308;
    margin-bottom: 50px;
    text-align: center; }
  .team .team_block {
    overflow: hidden; }
    .team .team_block .item {
      width: calc((100% - 60px) / 3);
      margin-right: 30px;
      margin-bottom: 30px;
      float: left; }
      .team .team_block .item:nth-child(3n) {
        margin-right: 0; }
      .team .team_block .item:nth-child(3n+1) {
        clear: both; }
      .team .team_block .item .img {
        width: 185px;
        height: 185px;
        border-radius: 50%;
        overflow: hidden; }
        .team .team_block .item .img img {
          width: 100%;
          height: 100%;
          border-radius: 50%; }
      .team .team_block .item .name {
        margin: 30px 0 14px;
        text-align: center;
        font-size: 18px;
        font-weight: 700;
        line-height: 24px;
        display: block; }
      .team .team_block .item .offer {
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        color: #010308;
        text-align: center; }
  .team .ceo .img {
    width: 100%;
    height: 300px;
    overflow: hidden; }
    .team .ceo .img img {
      width: 100%;
      height: 100%; }
  .team .ceo .desc {
    padding: 0 30px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: #2F3267 url(../images/blockquote.png) 30px 50px no-repeat;
    min-height: 440px; }
    .team .ceo .desc .text {
      font-size: 16px;
      line-height: 24px;
      color: #fff;
      font-weight: 300; }
  .team .morelink {
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    display: block;
    margin: 30px auto 0;
    line-height: 50px;
    color: #2780ef;
    text-decoration: none !important;
    transition: all 0.5s;
    text-align: center; }
    .team .morelink:hover {
      background: #2780ef;
      color: #fff; }

.digest {
  padding: 50px 0;
  background: #eff5fc; }
  .digest a {
	text-decoration: none; }
  .digest h2.title {
    font-size: 36px;
    font-weight: bold; /* 900 */
    color: #010308;
    text-align: center; }
  .digest .block {
    overflow: hidden; }
    .digest .block .col-8 {
      float: left;
      margin-right: 35px;
      max-width: 100px; }
      .digest .block .col-8:last-child {
        margin-right: 0; }
      .digest .block .col-8:nth-child(7) {
        max-width: 130px; }
      .digest .block .col-8 .link {
        color: #777b80;
        font-size: 14px;
        line-height: 18px;
        text-decoration: none !important;
        font-weight: 300;
        text-transform: uppercase; }
        .digest .block .col-8 .link.active, .digest .block .col-8 .link:hover {
          color: #2780ef; }

.news {
  padding: 50px 0 0;
  background: #f6f9fd; }
  .news #loader {
    display: table;
    margin: 0 auto 60px; }
  .news .col-md-6 {
    margin-bottom: 50px; }
    .news .col-md-6:nth-child(2n+1) {
      clear: both; }
    .news .col-md-6 .link_title {
      font-size: 18px;
      line-height: 24px;
      color: #010308;
      transition: all 0.5s;
      margin-bottom: 20px;
      font-weight: 700;
      display: block;
      text-transform: uppercase; }
      .news .col-md-6 .link_title:hover {
        text-decoration: none !important;
        color: #a51314; }
    .news .col-md-6 .cat {
      color: #a51314;
      font-size: 14px;
      font-weight: 300; }
  .news a.morelink {
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    display: block;
    margin: 0 auto 30px;
    line-height: 50px;
    color: #2780ef;
    text-decoration: none !important;
    transition: all 0.5s;
    text-align: center;
    width: 50px;
    float: right; }
    .news a.morelink:hover {
      background: #2780ef;
      color: #fff; }

.social_block {
  padding: 50px 0; }
  .social_block h2.title {
    font-size: 36px;
    font-weight: bold; /* 900 */
    color: #010308;
    margin-bottom: 50px;
    text-align: center; }
  .social_block .owl-nav {
    position: absolute;
    top: 130px;
    width: 100%;
    display: block !important; }
    .social_block .owl-nav div {
      width: 26px;
      height: 50px;
      background: url(../images/arrow3.png) left no-repeat;
      position: absolute;
      opacity: .5;
      transition: all 0.5s; }
      .social_block .owl-nav div:hover {
        opacity: .8; }
    .social_block .owl-nav .owl-prev {
      left: -60px; }
    .social_block .owl-nav .owl-next {
      background-position: right !important;
      right: -60px; }
  .social_block .item .soc img {
    width: auto !important; }
  .social_block .item .img {
    margin: 25px 0; }
  .social_block .item .text {
    font-weight: 300;
    color: #010308;
    font-size: 14px;
    line-height: 18px; }

.footer {
  padding: 50px 0;
  /*background: #000; }*/
  background-image: url(https://www.apa.kz/wp-content/uploads/2019/06/graduation-1024x219.jpg);
  background-repeat: no-repeat;
  background-size: cover;}
  .footer .title_ul {
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    margin-bottom: 30px; }
  .footer .foo2 {
    padding-left: 70px; }
  .footer ul {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer ul.foo_menu a {
      color: #fff;
      font-weight: 300;
      font-size: 14px;
      transition: all 0.5s; }
      .footer ul.foo_menu a:hover {
        color: #2780ef;
        text-decoration: none !important; }
    .footer ul li {
      font-weight: 300;
      color: #fff;
      font-size: 14px;
      margin-bottom: 15px; }
  .footer .copyright {
    font-size: 14px;
    color: #a7a7a7;
    font-weight: 300; }
  .footer .soc_nav {
    padding: 0;
    margin: 0;
    list-style: none; }
    .footer .soc_nav li {
      display: block;
      float: left;
      position: relative;
      margin-bottom: 0;
      border-radius: 50%;
      width: 31px;
      height: 31px; }
      .footer .soc_nav li:after {
        content: "";
        width: 31px;
        height: 31px;
        border-radius: 50%;
        border: 2px solid #fff;
        box-sizing: content-box;
        position: absolute;
        top: -2px;
        left: -1px;
        transition: all .1s linear;
        -webkit-transition: all .1s linear; }
      .footer .soc_nav li + li {
        margin-left: 15px; }
      .footer .soc_nav li:hover {
        background: #3B5998; }
        .footer .soc_nav li:hover:after {
          content: "";
          width: 39px;
          height: 39px;
          top: -6px;
          left: -6px;
          border: 2px solid #3B5998; }
        .footer .soc_nav li:hover.yt {
          background: #EE1C1B; }
          .footer .soc_nav li:hover.yt:after {
            border: 2px solid #EE1C1B; }
        .footer .soc_nav li:hover.ins {
          background: #D62976; }
          .footer .soc_nav li:hover.ins:after {
            border: 2px solid #D62976; }
        .footer .soc_nav li:hover.vk {
          background: #45668E; }
          .footer .soc_nav li:hover.vk:after {
            border: 2px solid #45668E; }
        .footer .soc_nav li:hover.tw {
          background: #1DA1F3; }
          .footer .soc_nav li:hover.tw:after {
            border: 2px solid #1DA1F3; }
      .footer .soc_nav li a {
        display: block;
        width: 31px;
        height: 31px;
        transition: all 0.5s;
        border-radius: 50%;
        background: url(../images/soc.png);
        position: relative;
        z-index: 2; }
      .footer .soc_nav li.yt a {
        background-position: -40px 0px; }
      .footer .soc_nav li.ins a {
        background-position: -80px 0px; }
      .footer .soc_nav li.vk a {
        background-position: -120px 0px; }
      .footer .soc_nav li.tw a {
        background-position: -164px 0px; }

.title_cat {
  background: url(../images/slide02.jpg);
  position: relative;
  background-position: center !important;
  background-size: cover !important;
  min-height: 500px; }
  .title_cat:after {
    content: "";
    /*background: url(../images/slider.png) left repeat-y;*/
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 2; }
  .title_cat:before {
    content: "";
    background: rgba(95, 95, 95, 0.6);
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1; }
  .title_cat.breadcrumb_block .breadcrumbs {
    margin: 80px 0 45px;
    padding: 70px;
    list-style: none; }
    .title_cat.breadcrumb_block .breadcrumbs li {
      display: inline-block;
      font-size: 16px;
      font-weight: 600;
      color: #fff; }
      .title_cat.breadcrumb_block .breadcrumbs li + li:before {
        content: " / ";
        color: #fff;
        font-weight: 300;
        padding: 0 5px; }
      .title_cat.breadcrumb_block .breadcrumbs li a {
        font-size: 16px;
        font-weight: 300;
        color: #fff; }
  .title_cat.breadcrumb_block h1.title {
    margin: 24px 0 103px !important; }
  .title_cat .container {
    position: relative;
    z-index: 3; }
    .title_cat .container h1.title {
      font-size: 48px;
      font-weight: bold; /* 900 */
      color: #fff;
      margin: 200px 0; }

.grey_background {
  padding: 40px 0;
  background: #f8f8f9; }

.category .tabs {
  overflow: hidden;
  margin: 0;
  padding: 0;
  list-style: none; }
  .category .tabs li {
    display: block;
    float: left;
    height: 55px;
    background: #ecf1f6;
    width: calc((100% - 60px) / 3);
    color: #010308;
    font-size: 16px;
    font-weight: 300;
    line-height: 55px;
    text-align: center;
    box-sizing: border-box;
    cursor: pointer;
    transition: all 0.5s; }
    .category .tabs li + li {
      margin-left: 30px; }
    .category .tabs li:hover {
      background: #a51314 !important;
      color: #fff; }
    .category .tabs li.active {
      background: #e4edf4;
      border-bottom: 3px solid #a51314; }
.category .filter {
  overflow: hidden;
  margin: 30px 0 0; }
  .category .filter .label {
    font-weight: 300;
    font-size: 18px;
    color: #010308;
    margin-right: 15px;
    display: table;
    line-height: 35px;
    padding: 0; }
  .category .filter select {
    width: 140px;
    height: 35px;
    margin-right: 10px;
    border: 1px solid #dde2e7;
    background: #f8f8f9;
    padding-left: 15px;
    box-sizing: border-box; }
.category .posts .col-md-4:nth-child(3n+1) {
  clear: both; }
.category .posts .post {
  box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.3);
  margin-top: 30px; }
  .category .posts .post .img {
    height: 165px;
    overflow: hidden; }
    .category .posts .post .img img {
      width: 100%;
      height: 100%; }
  .category .posts .post .cont {
    overflow: hidden;
    background: #fff;
    padding: 30px 0 50px; }
    .category .posts .post .cont .date {
      float: left;
      width: 100px;
      text-align: center; }
      .category .posts .post .cont .date .d {
        font-size: 48px;
        color: #a51314;
        font-weight: 700;
        line-height: 48px; }
      .category .posts .post .cont .date .m {
        color: #010308;
        font-size: 16px;
        font-weight: 300; }
    .category .posts .post .cont .info {
      float: left;
      width: calc(100% - 100px);
      box-sizing: border-box;
      padding-right: 30px; }
      .category .posts .post .cont .info .title {
        color: #010308;
        font-weight: bold; /* 900 */
        font-size: 18px;
        line-height: 24px;
        margin-bottom: 20px;
        display: block; }
        .category .posts .post .cont .info .title:hover {
          color: #2d7adf;
          text-decoration: none !important; }
      .category .posts .post .cont .info .desc {
        color: #404040;
        font-size: 16px;
        line-height: 24px;
        font-weight: 300;
        text-align: justify; }
      .category .posts .post .cont .info .morelink {
        display: table;
        margin-top: 20px;
        color: #2780ef;
        font-weight: 700;
        font-size: 16px;
        text-decoration: underline;
        background: url(../images/arrow2.png) right no-repeat;
        padding-right: 10px; }
        .category .posts .post .cont .info .morelink:hover {
          text-decoration: none !important; }

.pagination_category {
  padding: 0;
  margin: 60px 0 20px;
  list-style: none; }
  .pagination_category span.current {
    display: inline-block;
    font-size: 18px;
    color: #010308;
    font-weight: 300; }
  .pagination_category a.page-numbers {
    font-size: 18px;
    font-weight: 700;
    color: #2780ef;
    text-decoration: underline; }
    .pagination_category a.page-numbers:hover {
      text-decoration: none; }
  .pagination_category .page-numbers {
    margin-left: 20px; }
    .pagination_category .page-numbers:nth-child(1) {
      margin-left: 0; }
  .pagination_category .next {
    font-size: 18px;
    line-height: 24px;
    color: #003366;
    font-weight: 300; }

.single.program_single .info_block {
  border-bottom: 1px solid #2780EF; }
  .single.program_single .info_block .col-md-6 {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    padding-bottom: 30px; }
    .single.program_single .info_block .col-md-6 h4 {
      text-transform: uppercase;
      font-weight: bold; /* 900 */
      font-size: 20px;
      color: #2780EF; }
.single .title_cat h2.title {
  font-size: 48px;
  font-weight: bold; /* 900 */
  color: #fff;
  margin: 193px 0; }
.single .content {
  padding-bottom: 60px; }
  .single .content h1.title {
    font-weight: bold;
    color: #010308;
    font-size: 30px;
    display: block;
    margin: 65px 0 45px; }
  .single .content .main_image {
    padding: 0 30px 0 0; }
    .single .content .main_image img {
      width: 100%;
      height: auto; }
  .single .content .text {
    font-size: 18px;
    line-height: 24px;
    color: #003366;
    font-weight: 300; }
    .single .content .text .page_img img {
      max-width: 50%;
      height: auto;
      padding: 0 30px 0 0; }
    .single .content .text h2 {
      font-size: 24px;
      font-weight: bold; /* 900 */
      color: #000;
      margin: 40px 0 20px; }
    .single .content .text p {
      margin-bottom: 10px; }
    .single .content .text ol,
    .single .content .text ul {
      padding: 0 0 0 15px;
      margin:  10px 0; }
      .single .content .text ol li,
      .single .content .text ul li {
        padding-left: 20px; }
        .single .content .text ol li + li,
        .single .content .text ul li + li {
          margin-top: 10px; }
    .single .content .text blockquote {
      border-left: 5px solid #2780ef;
      font-size: 20px;
      line-height: 30px;
      font-weight: 700; }
  .single .content .author {
    margin: 80px 0;
    overflow: hidden; }
    .single .content .author .img img {
      width: 112px;
      height: 112px; }
    .single .content .author .text {
      font-weight: 300;
      font-size: 18px;
      line-height: 24px;
      color: #000;
      background: url(../images/blockquote2.png) left top no-repeat;
      padding-left: 60px; }

.page .middle {
  padding: 70px 0 0; }
.page img {
  max-width: 100%;
  height: auto; }

.magistracy {
  padding-bottom: 60px; }
  .magistracy .middle .sidebar_menu {
    padding: 0;
    margin: 0;
    list-style: none; }
    .magistracy .middle .sidebar_menu li a {
      font-size: 18px;
      color: #010308;
      font-weight: 700;
      margin-bottom: 25px;
      display: block; }
      .magistracy .middle .sidebar_menu li a:hover {
        color: #2780ef;
        text-decoration: underline; }
    .magistracy .middle .sidebar_menu li .sub-menu {
      padding: 0;
      margin: 0 0 30px 30px;
      list-style: none; }
      .magistracy .middle .sidebar_menu li .sub-menu li a {
        font-size: 16px;
        font-weight: 300;
        color: #2780ef;
        text-decoration: underline;
        margin-bottom: 20px; }
        .magistracy .middle .sidebar_menu li .sub-menu li a:hover {
          text-decoration: none; }
      .magistracy .middle .sidebar_menu li .sub-menu li.active a {
        color: #010308;
        text-decoration: none; }
  .magistracy .middle .tabs {
    padding: 0;
    margin: 0 0 60px;
    list-style: none;
    overflow: hidden; }
    .magistracy .middle .tabs li {
      display: block;
      width: calc((100% - 4px) / 3);
      height: 55px;
      background: #f1f6fa;
      font-size: 18px;
      font-weight: 300;
      color: #010308;
      line-height: 55px;
      text-align: center;
      float: left;
      box-sizing: border-box;
      transition: all 0.5s;
      cursor: pointer; }
      .magistracy .middle .tabs li + li {
        margin-left: 2px; }
      .magistracy .middle .tabs li:hover, .magistracy .middle .tabs li.active {
        border-bottom: 3px solid #a51314;
        font-weight: 700; }
  .magistracy .middle .content {
    font-size: 18px;
    line-height: 30px;
    font-weight: 300;
    color: #010308;
    margin-bottom: 25px; }
    .magistracy .middle .content h2 {
      font-size: 24px;
      font-weight: bold; /* 900 */
      margin: 0 0 20px;
      text-transform: uppercase; }
    .magistracy .middle .content ol {
      padding: 0 0 0 20px; }
  .magistracy .middle .getApply {
    width: 270px;
    height: 50px;
    text-align: center;
    line-height: 46px;
    display: block;
    font-size: 16px;
    font-weight: 300;
    color: #2780ef;
    transition: all 0.5s;
    border: 2px solid #2780ef;
    margin-bottom: 50px; }
    .magistracy .middle .getApply:hover {
      background: #2780ef;
      color: #fff;
      text-decoration: none; }

.contacts .map {
  height: 575px;
  overflow: hidden; }
.contacts .content {
  padding: 60px 0;
  font-weight: 300;
  color: #010308;
  font-size: 18px;
  line-height: 24px; }
  .contacts .content a {
    color: #2780ef; }
  .contacts .content hr {
    background: #dceefd;
    width: 100%;
    height: 1px;
    display: block;
    margin: 30px 0; }
  .contacts .content h1.title {
    font-size: 48px;
    font-weight: bold; /* 900 */
    margin-bottom: 50px;
    display: block;
    color: #010308; }
  .contacts .content h2.title {
    font-size: 48px;
    font-weight: bold; /* 900 */
    color: #010308;
    display: block;
    margin-bottom: 50px; }
  .contacts .content .tit {
    color: #010308;
    font-size: 18px;
    font-weight: bold; /* 900 */
    margin-bottom: 20px;
    display: table; }
    .contacts .content .tit.up {
      text-transform: uppercase; }
  .contacts .content .mt75 {
    margin-top: 75px; }
  .contacts .content .item {
    margin-bottom: 55px;
    padding-left: 100px;
    background-position: 0 0 !important;
    background-repeat: no-repeat !important; }
    .contacts .content .item.it01 {
      background: url(../images/cont01.png); }
    .contacts .content .item.it02 {
      background: url(../images/cont02.png); }
    .contacts .content .item.it03 {
      background: url(../images/cont03.png); }
    .contacts .content .item .tit {
      font-size: 18px;
      font-weight: bold; /* 900 */
      display: block;
      margin-bottom: 20px;
      color: #010308; }
    .contacts .content .item .text {
      color: #010308;
      font-size: 18px;
      line-height: 26px;
      font-weight: 300; }

.about_menu {
  padding: 0;
  margin: 0;
  list-style: none; }
  .about_menu li.current-menu-item a {
    color: #000;
    text-decoration: none; }
  .about_menu li a {
    font-size: 18px;
    color: #2780ef;
    font-weight: 700;
    text-decoration: underline;
    display: block;
    margin-bottom: 30px; }
    .about_menu li a:hover {
      text-decoration: none; }

.about_page .content .info {
  overflow: hidden;
  margin-bottom: 60px; }
  .about_page .content .info .desc {
    margin-left: 45px; }
    .about_page .content .info .desc .name {
      color: #010308;
      font-weight: 700;
      font-size: 30px;
      margin-bottom: 10px;
      margin-top: 15px; }
    .about_page .content .info .desc .offer {
      color: #010308;
      font-weight: 300;
      font-size: 18px;
      margin-bottom: 20px; }
    .about_page .content .info .desc .inf {
      color: #010308;
      font-size: 18px;
      font-weight: 700;
      padding-left: 30px; }
      .about_page .content .info .desc .inf.mail {
        margin-top: 10px;
		-webkit-touch-callout: none; /* iOS Safari */
        -webkit-user-select: none; /* Safari */
        -khtml-user-select: none; /* Konqueror HTML */
        -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
        user-select: none; 
   	    text-transform: lowercase;
        background: url(../images/envelope.png) left center no-repeat; }
      .about_page .content .info .desc .inf.phone {
        background: url(../images/phone.png) left center no-repeat; }
.about_page .content .text {
  color: #010308;
  font-size: 18px;
  line-height: 30px;
  font-weight: 300;
  margin-bottom: 70px; }
  .about_page .content .text h2 {
    font-size: 24px;
    font-weight: bold; /* 900 */
    text-transform: uppercase; }

.spoiler {
  margin-bottom: 30px;
  position: relative;
  background: #f7f7f7;
  padding: 15px 30px;
  overflow: hidden; }
  .spoiler.spoiler-mini:after, .spoiler.spoiler-mini:before {
    display: none; }
  .spoiler:before {
    content: "+";
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background: #2780ef;
    color: #fff;
    position: absolute;
    text-align: center;
    line-height: 15px;
    display: block;
    font-size: 12px;
    cursor: pointer;
    right: 30px;
    top: 20px; }
  .spoiler.active:before {
    content: "-";
    background: #010308; }
  .spoiler .title {
    font-weight: 700;
    font-size: 18px;
    color: #010308;
    cursor: pointer; }
    .spoiler .title:hover {
      color: #2780ef; }
  .spoiler .text {
    display: none;
    font-size: 16px;
    font-weight: 300;
    color: #010308;
    line-height: 24px;
    margin-top: 20px; }

.team_page .tabs {
  padding: 0;
  margin: 0 0 60px;
  list-style: none;
  overflow: hidden; }
  .team_page .tabs li {
    width: calc((100% - 4px) / 3);
    height: 55px;
    background: #f1f6fa;
    font-size: 16px;
    font-weight: 300;
    color: #010308;
    line-height: 20px;
    float: left;
    text-align: center;
    box-sizing: border-box;
    transition: all 0.5s;
    cursor: pointer;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center; }
    .team_page .tabs li + li {
      margin-left: 2px; }
    .team_page .tabs li:hover, .team_page .tabs li.active {
      border-bottom: 3px solid #a51314;
      font-weight: 700; }
.team_page .departament_block {
  margin-bottom: 30px; }
  .team_page .departament_block select {
    padding: 15px;
    background: #f9f9f9;
    border: 0;
    width: 100%; }
    .team_page .departament_block select:focus {
      outline: none; }
  .team_page .departament_block form {
    position: relative; }
    .team_page .departament_block form input[type=text] {
      padding: 15px 65px 15px 15px;
      background: #f9f9f9;
      border: 0;
      width: 100%; }
    .team_page .departament_block form input[type=submit] {
      position: absolute;
      right: 0;
      top: 0;
      width: 50px;
      height: 50px;
      border: 0;
      background: url(../images/search.png) center no-repeat;
      background-size: 20px;
      transition: all 0.5s; }
      .team_page .departament_block form input[type=submit]:hover {
        opacity: .5; }
.team_page .team_block .col-md-4 {
  margin-bottom: 30px; }
  .team_page .team_block .col-md-4:nth-child(3n + 1) {
    clear: both; }
  .team_page .team_block .col-md-4 a {
    font-size: 14px;
    font-weight: 700;
    background: #223a6d;
    display: block;
    padding: 15px;
    text-decoration: none;
    color: #fff;
    transition: all 0.5s;
    min-height: 86px;
    display: -webkit-flex;
    display: -ms-flex;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    text-align: center; }
    .team_page .team_block .col-md-4 a:before {
      border: #223a6d solid 2px !important; }
    .team_page .team_block .col-md-4 a:hover {
      background: #A51314; }
      .team_page .team_block .col-md-4 a:hover:before {
        border: #A51314 solid 2px !important; }
.team_page .team_block thead th {
  background: #274476;
  color: #fff;
  padding: 15px; }
.team_page .team_block .row_team {
  overflow: hidden; }
  .team_page .team_block .row_team .info {
    margin: 30px 0 0 30px; }
    .team_page .team_block .row_team .info .name {
      margin: 30px 0 14px;
      font-size: 18px;
      font-weight: 700;
      line-height: 24px;
      display: block;
      color: #000; }
      .team_page .team_block .row_team .info .name:hover {
        color: #2780ef; }
    .team_page .team_block .row_team .info span.name:hover {
      color: #000 !important; }
    .team_page .team_block .row_team .info .offer {
      font-size: 16px;
      line-height: 24px;
      font-weight: 300;
      color: #010308; }
  .team_page .team_block .row_team td {
    vertical-align: middle; }
  .team_page .team_block .row_team .inf {
    color: #010308;
    font-size: 18px;
    font-weight: 700;
    padding-left: 30px; }
    .team_page .team_block .row_team .inf.phone {
      background: url(../images/phone.png) left center no-repeat; }
    .team_page .team_block .row_team .inf.mail {
      margin-top: 10px;
	  -webkit-touch-callout: none; /* iOS Safari */
      -webkit-user-select: none; /* Safari */
      -khtml-user-select: none; /* Konqueror HTML */
      -moz-user-select: none; /* Firefox */
      -ms-user-select: none; /* Internet Explorer/Edge */
      user-select: none; 
	  text-transform: lowercase;
      background: url(../images/envelope.png) left center no-repeat; }
.team_page .team_block .item {
  width: calc((100% - 60px) / 3);
  margin-right: 30px;
  margin-bottom: 30px;
  float: left; }
  .team_page .team_block .item:nth-child(3n) {
    margin-right: 0; }
  .team_page .team_block .item .img {
    width: 185px;
    height: 185px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto; }
    .team_page .team_block .item .img img {
      width: 100%;
      height: 100%; }
  .team_page .team_block .item .name {
    margin: 30px 0 14px;
    text-align: center;
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    display: block;
    color: #000; }
    .team_page .team_block .item .name:hover {
      color: #2780ef; }
  .team_page .team_block .item .offer {
    font-size: 16px;
    line-height: 24px;
    font-weight: 300;
    color: #010308;
    text-align: center; }

.seminars_page {
  background: #f8f8f9; }
  .seminars_page .seminars_block {
    padding: 50px 0 70px; }
    .seminars_page .seminars_block #loader {
      display: table;
      margin: 60px auto 0; }
  .seminars_page .filter {
    overflow: hidden;
    margin: 0 0 40px; }
    .seminars_page .filter .label {
      font-weight: 300;
      font-size: 18px;
      color: #010308;
      margin-right: 15px;
      display: table;
      line-height: 35px;
      padding: 0; }
    .seminars_page .filter select {
      width: 140px;
      height: 35px;
      margin-right: 10px;
      border: 1px solid #dde2e7;
      background: #f8f8f9;
      padding-left: 15px;
      box-sizing: border-box; }
      .seminars_page .filter select#theme {
        max-width: 400px;
        width: 100%; }
      .seminars_page .filter select#experts {
        max-width: 245px;
        margin-right: 0;
        width: 100%; }
  .seminars_page .seminars .sem {
    display: block;
    text-decoration: none !important;
    border-bottom: 1px solid #dceefd;
    background: #fff;
    transition: all 0.5s; }
    .seminars_page .seminars .sem:hover .info {
      background: #2780EF; }
      .seminars_page .seminars .sem:hover .info .tit {
        color: #fff; }
      .seminars_page .seminars .sem:hover .info .cat {
        color: #fff; }
    .seminars_page .seminars .sem:hover .col-md-3 {
      background: #8c0e0f; }
    .seminars_page .seminars .sem .info {
      padding: 40px 70px;
      transition: all 0.5s; }
      .seminars_page .seminars .sem .info .tit {
        color: #010308;
        font-size: 18px;
        line-height: 24px;
        font-weight: 700;
        margin-bottom: 20px;
        display: block;
        transition: all 0.5s; }
      .seminars_page .seminars .sem .info .cat {
        font-size: 14px;
        color: #a51314;
        font-weight: 300;
        display: block;
        transition: all 0.5s; }
    .seminars_page .seminars .sem .col-md-3 {
      background: #a51314;
      display: -webkit-flex;
      display: -ms-flex;
      display: flex;
      -webkit-align-items: center;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      transition: all 0.5s; }
    .seminars_page .seminars .sem .col-md-9 {
      padding-right: 0; }
    .seminars_page .seminars .sem .date {
      color: #fff;
      padding: 0 30px; }
      .seminars_page .seminars .sem .date .d {
        font-weight: bold; /* 900 */
        font-size: 24px;
        line-height: 26px; }
      .seminars_page .seminars .sem .date .m {
        font-size: 16px;
        font-weight: 700; }
        .seminars_page .seminars .sem .date .m span {
          font-weight: 300; }

.forms_page {
  background: #F3F7FB; }
  .forms_page .forms_block {
    padding: 200px 0; }
    .forms_page .forms_block textarea,
    .forms_page .forms_block select,
    .forms_page .forms_block input {
      border-radius: 0 !important;
      border: 0;
      box-shadow: none;
      background: #fff;
      min-height: 45px;
      padding: 0 15px;
      box-sizing: border-box; }
    .forms_page .forms_block input::-webkit-outer-spin-button,
    .forms_page .forms_block input::-webkit-inner-spin-button {
      /* display: none; <- Crashes Chrome on hover */
      -webkit-appearance: none;
      margin: 0;
      /* <-- Apparently some margin are still there even though it's hidden */ }
    .forms_page .forms_block input[type="date"]::-webkit-clear-button {
      display: none; }
    .forms_page .forms_block input[type="date"]::-webkit-inner-spin-button {
      display: none; }
    .forms_page .forms_block input[type="date"]::-webkit-calendar-picker-indicator {
      color: #2c3e50; }
    .forms_page .forms_block input[type="date"] {
      appearance: none;
      -webkit-appearance: none; }
      .forms_page .forms_block input[type="date"]:focus {
        box-shadow: none;
        -webkit-box-shadow: none;
        -moz-box-shadow: none; }
    .forms_page .forms_block input[type="checkbox"],
    .forms_page .forms_block input[type="file"] {
      background: transparent;
      padding: 0;
      min-height: unset; }
    .forms_page .forms_block .inputs_block {
      overflow: hidden;
      background: #d8e7f7;
      padding: 15px;
      color: #555;
      margin-bottom: 30px; }
    .forms_page .forms_block .inputs_block_title {
      margin: 0 0 15px;
      font-weight: 600;
      color: #116abf;
      font-size: 20px; }
  .forms_page .sendForm {
    display: table;
    margin: 30px 0 0;
    width: 200px;
    height: 50px;
    box-sizing: border-box;
    font-size: 16px;
    color: #2780ef;
    font-weight: 300;
    text-align: center;
    line-height: 50px;
    transition: all 0.5s; }
    .forms_page .sendForm:hover {
      color: #fff;
      background: #2780ef;
      text-decoration: none !important; }
  .forms_page .load_file_ajax {
    margin-bottom: 15px;
    overflow: hidden;
    position: relative; }
    .forms_page .load_file_ajax .input-group-btn span {
      height: 45px;
      line-height: 34px;
      border-radius: 0;
      font-size: 12px;
      background: #2780ef;
      outline: none !important;
      border: 0 !important; }
    .forms_page .load_file_ajax input[type=submit] {
      background: #A51314;
      color: #fff;
      margin-top: 25px; }
      .forms_page .load_file_ajax input[type=submit].success {
        background: #2ecc71;
        opacity: .7; }
    .forms_page .load_file_ajax .inp_file_block {
      width: calc(100% - 100px); }
    .forms_page .load_file_ajax .btn_block {
      width: 100px;
      position: absolute;
      right: 0;
      bottom: 0; }

.seminars_single .title_cat.breadcrumb_block h1.title {
  margin-bottom: 30px !important; }
.seminars_single .register {
  display: table;
  width: 200px;
  height: 50px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  font-weight: 300;
  text-align: center;
  line-height: 50px;
  transition: all 0.5s;
  margin-bottom: 60px; }
  .seminars_single .register.hvr-outline-out:before {
    border: #fff solid 2px !important; }
  .seminars_single .register:hover {
    color: #fff;
    background: #2780ef;
    text-decoration: none !important; }
.seminars_single .info {
  margin-bottom: 15px; }
  .seminars_single .info .date {
    font-size: 18px;
    font-weight: 600; }
  .seminars_single .info .experts {
    font-weight: 600;
    font-size: 18px;
    margin-top: 15px; }
.seminars_single .mapBlock {
  overflow: hidden;
  background: #f7f7f7; }
  .seminars_single .mapBlock .col-md-4 h3 {
    font-weight: 600;
    text-transform: uppercase;
    border-bottom: 1px solid #ddd;
    padding-bottom: 15px;
    margin: 30px 0 15px; }
  .seminars_single .mapBlock .col-md-4 .inf .it {
    font-size: 22px;
    line-height: normal;
    margin-bottom: 15px;
    font-weight: 600; }
    .seminars_single .mapBlock .col-md-4 .inf .it svg {
      color: #929292;
      padding-right: 5px; }
  .seminars_single .mapBlock .col-md-8 .acf-map {
    width: 100%;
    height: 400px; }
  .seminars_single .mapBlock .col-md-8 .acf-map img {
    max-width: inherit !important; }
.seminars_single .experts h3 {
  font-weight: 600;
  text-transform: uppercase;
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin: 30px 0 15px; }
.seminars_single .experts .exp .img {
  display: table;
  margin: 0 auto 15px; }
.seminars_single .experts .exp a {
  display: block;
  text-align: center;
  color: #2780ef;
  font-weight: 700;
  font-size: 16px;
  text-decoration: underline; }

.fillials_big_block {
  position: absolute;
  left: 0;
  top: 170px;
  z-index: 5;
  background: #fff0;
  width: 100%;
  padding-bottom: 30px;
  display: none; }
  .fillials_big_block .title {
    color: #fff;
    font-size: 28px;
    text-align: center;
    margin: 30px auto; }
  .fillials_big_block .close {
    position: absolute;
    right: 30px;
    top: 30px;
    opacity: 1; }
    .fillials_big_block .close img {
      width: 30px;
      height: auto; }
  .fillials_big_block ul {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    -webkit-column-width: 140px;
    -moz-column-width: 140px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    list-style: none; }
    .fillials_big_block ul li {
      overflow: hidden;
      display: block; }
      .fillials_big_block ul li a {
        color: #fff;
        font-size: 18px;
        margin-bottom: 5px;
        display: table;
        font-weight: 600;
        padding: 5px 15px;
        transition: all 0.5s;
        text-decoration: none;
        break-inside: avoid-column; }
        .fillials_big_block ul li a:hover {
          background: #0a3765; }

.tabs_block {
  margin: 0 0 30px; }
  .tabs_block .tabs_nav {
    margin: 0 0 15px;
    padding: 0;
    list-style: none;
    overflow: hidden; }
    .tabs_block .tabs_nav li {
      display: block;
      float: left;
      width: calc(100% / 4);
      background: #f3f7fa;
      height: 50px;
      line-height: 50px;
      text-align: center;
      font-weight: 600;
      cursor: pointer;
      transition: all 0.5s;
      color: #116abf;
      border-bottom: 3px solid #f3f7fa; }
      .tabs_block .tabs_nav li + li {
        border-left: 1px solid #ebedef; }
      .tabs_block .tabs_nav li.active, .tabs_block .tabs_nav li:hover {
        border-bottom: 3px solid #116abf; }
      .tabs_block .tabs_nav li.apply {
        background: #A51314;
        color: #fff;
        border-bottom: 3px solid #A51314; }
  .tabs_block .tabs_blocks .tab_content {
    font-size: 18px;
    line-height: 26px;
    font-weight: 300;
    display: none; }
    .tabs_block .tabs_blocks .tab_content.active {
      display: block; }

.rektor_blog_page .post {
  margin: 0 0 30px !important; }
  .rektor_blog_page .post .cont {
    padding: 30px !important; }
    .rektor_blog_page .post .cont .info {
      width: 100% !important;
      float: none !important; }
.rektor_blog_page .add_question {
  background: #274476;
  height: 60px;
  display: block;
  margin-bottom: 30px;
  text-align: center;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  text-decoration: none;
  letter-spacing: 1px;
  transition: all 0.5s; }
  .rektor_blog_page .add_question:hover {
    box-shadow: 0 20px 35px -10px rgba(0, 0, 0, 0.3); }
.rektor_blog_page .rektor {
  background: #274476;
  padding: 30px; }
  .rektor_blog_page .rektor img {
    display: table;
    margin: 0 auto 15px;
    width: 100%;
    height: auto; }
  .rektor_blog_page .rektor .name {
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 15px;
    color: #fff; }
  .rektor_blog_page .rektor .offer {
    display: block;
    text-align: center;
    color: #fff; }

.modal-content {
  border-radius: 0; }

#addQuestionForm {
  padding: 30px; }
  #addQuestionForm input[type=email], #addQuestionForm input[type=text] {
    width: 100%;
    height: 50px;
    border: 0;
    margin-bottom: 15px;
    border-bottom: 1px solid #ddd;
    box-sizing: border-box;
    padding: 0 15px;
    outline: none !important;
    transition: all 0.5s; }
    #addQuestionForm input[type=email]:focus, #addQuestionForm input[type=text]:focus {
      background: #f9f9f9; }
  #addQuestionForm input[type=submit] {
    width: 100%;
    height: 50px;
    background: #117BD3;
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 2px;
    border: 0;
    transition: all 0.5s;
    outline: none !important; }
    #addQuestionForm input[type=submit].dis {
      opacity: 0.5; }
    #addQuestionForm input[type=submit]:hover {
      background: #1159D3; }
  #addQuestionForm textarea {
    width: 100%;
    height: 150px;
    border: 0;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    box-sizing: border-box;
    padding: 15px;
    outline: none !important;
    transition: all 0.5s;
    resize: none; }
    #addQuestionForm textarea:focus {
      background: #f9f9f9; }
span.search-terms {
	color:#1173C5;
	font:bold 14px;
	}
	.search-excerpt {
		color:#ff0000;
		background:yellow;
		}
.grecaptcha-badge {
    display: none !important;
	width:0 !important;}
@media (max-width: 768px) {
  body {
    overflow-x: auto; }

  #nav-icon2,
  #nav-icon {
    width: 29px;
    height: 18px;
    position: absolute;
    top: 108px;
    left: 15px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 10; }
    #nav-icon2 span,
    #nav-icon span {
      display: block;
      position: absolute;
      height: 4px;
      width: 100%;
      background: #42aaff;
      opacity: 1;
      left: 0;
      -webkit-transform: rotate(0deg);
      -moz-transform: rotate(0deg);
      -o-transform: rotate(0deg);
      transform: rotate(0deg);
      -webkit-transition: .25s ease-in-out;
      -moz-transition: .25s ease-in-out;
      -o-transition: .25s ease-in-out;
      transition: .25s ease-in-out; }
      #nav-icon2 span:nth-child(1),
      #nav-icon span:nth-child(1) {
        top: 0px; }
      #nav-icon2 span:nth-child(2), #nav-icon2 span:nth-child(3),
      #nav-icon span:nth-child(2),
      #nav-icon span:nth-child(3) {
        top: 7px; }
      #nav-icon2 span:nth-child(4),
      #nav-icon span:nth-child(4) {
        top: 14px; }
    #nav-icon2.open span:nth-child(1),
    #nav-icon.open span:nth-child(1) {
      top: 18px;
      width: 0%;
      left: 50%; }
    #nav-icon2.open span:nth-child(2),
    #nav-icon.open span:nth-child(2) {
      -webkit-transform: rotate(45deg);
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      transform: rotate(45deg); }
    #nav-icon2.open span:nth-child(3),
    #nav-icon.open span:nth-child(3) {
      -webkit-transform: rotate(-45deg);
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #nav-icon2.open span:nth-child(4),
    #nav-icon.open span:nth-child(4) {
      top: 18px;
      width: 0%;
      left: 50%; }

  .header {
    position: relative; }
    .header .logo {
      border-bottom: 1px solid #bcc4d3;
      padding-bottom: 15px;
      display: block; }
      .header .logo img {
        width: 100%;
        height: auto; }
    .header .user_panel {
      overflow: hidden;
      margin-top: 0;
      margin-bottom: 15px; }
      .header .user_panel a.search_btn {
        display: block !important;
        font-size: 20px;
        color: #4782c7; }

		.header .lang_menu {
		  list-style: none;
		  padding: 0;
		  margin: 0 0 0;
		  float: right; }
		  .header .lang_menu li {
			display: block;
			float: left; }
			.header .lang_menu li + li {
			  margin-left: 15px; }
			.header .lang_menu li.current-lang a {
			  font-weight: bold !important; }
			.header .lang_menu li a {
			  display: block;
			  font-weight: 300;
			  font-size: 15px;
			  color: #fff; }
	  
  .form_block {
    height: 150px;
    z-index: 999; }

  .menu_panel {
    position: absolute;
    top: 190px;
    width: 100%;
    left: -100%;
    z-index: 100;
    transition: all 0.5s;
    background: #0d59a5; }
    .menu_panel.active {
      left: 0; }
    .menu_panel .main_menu {
      position: relative;
      margin: 0;
      float: none;
      width: 100%; }
      .menu_panel .main_menu li {
        display: block;
        width: 100%;
        margin-bottom: 0;
        margin-left: 0 !important; }
        .menu_panel .main_menu li.dropdown_menu {
          position: relative; }
          .menu_panel .main_menu li.dropdown_menu .drop {
            width: 50px;
            height: 50px;
            background: url(../images/arrow_mobile.png) center no-repeat;
            display: block;
            position: absolute;
            right: 1%;
            top: 1%;
            cursor: pointer;
            transition: all .5s ease-in-out; }
            .menu_panel .main_menu li.dropdown_menu .drop.active {
              transform: rotate(180deg); }
        .menu_panel .main_menu li a {
          color: #fff;
          border-top: 1px solid #0f1b44;
          padding: 15px; }
          .menu_panel .main_menu li a:hover {
            text-decoration: none;
            background: #0f1b44; }
        .menu_panel .main_menu li ul {
          display: none !important;
          width: 100% !important;
          left: 0 !important;
          position: relative !important;
          padding: 0; }
          .menu_panel .main_menu li ul.active {
            display: block !important;
            background: #0e3a75; }
          .menu_panel .main_menu li ul li {
            float: none !important;
            width: 100% !important; }
            .menu_panel .main_menu li ul li a {
              font-size: 16px;
              border-bottom: 0;
              min-height: unset;
              padding: 15px;
              margin: 0; }
            .menu_panel .main_menu li ul li ul {
              display: none !important; }
              .menu_panel .main_menu li ul li ul.active {
                background: #091e3c !important; }
              .menu_panel .main_menu li ul li ul li + li {
                margin-top: 0; }
              .menu_panel .main_menu li ul li ul li a {
                padding: 15px;
                border-top: 1px solid #0d59a5; }
    .menu_panel .search_btn {
      display: none; }

  .slider {
    height: 340px; }
    .slider .slide {
      height: 340px;
      padding: 0 15px; }
      .slider .slide .container .title {
        margin: 65px 0 0;
        display: block; }
      .slider .slide .container .short {
        font-size: 18px;
        line-height: 22px;
        margin-top: 15px; }
      .slider .slide .container .register {
        position: relative;
        right: 0;
        left: 0;
        top: 0;
        bottom: 0; }
    .slider .owl-nav {
      top: auto;
      bottom: 45px; }
      .slider .owl-nav div {
        width: 14px;
        height: 26px; }
      .slider .owl-nav .owl-next {
        right: 15px; }
      .slider .owl-nav .owl-prev {
        left: 15px; }

  .event_news {
    padding: 30px 0 0; }
    .event_news .tabs {
      margin-bottom: 30px; }
      .event_news .tabs li {
        width: auto;
        padding: 4px 18px;
        font-size: 20px;
        color: #010308;
        font-weight: 300;
        border-bottom: 0; }
        .event_news .tabs li.active, .event_news .tabs li:hover {
          background: #cc0000;
          color: #fff;
          font-weight: 300;
          border-bottom: 0; }
        .event_news .tabs li + li {
          margin-left: 10px; }
    .event_news .post {
      margin-bottom: 0; }
      .event_news .post .cont {
        padding: 30px 0; }
        .event_news .post .cont .date {
          float: none;
          width: 100%;
          text-align: left;
          overflow: hidden;
          padding: 0 15px; }
          .event_news .post .cont .date .d {
            font-size: 30px;
            line-height: 30px; }
        .event_news .post .cont .info {
          float: none;
          width: 100%;
          padding: 0 15px;
          margin-top: 15px; }
    .event_news .owl-nav {
      top: auto;
      bottom: 20px; }
      .event_news .owl-nav div {
        width: 14px;
        height: 26px; }
      .event_news .owl-nav .owl-prev {
        left: 0; }
      .event_news .owl-nav .owl-next {
        right: 0; }
    .event_news .owl-dots {
      overflow: hidden;
      margin: 30px auto;
      padding: 0;
      list-style: none;
      display: table; }
      .event_news .owl-dots .owl-dot {
        width: 15px;
        height: 15px;
        border-radius: 50%;
        margin-right: 10px;
        border: 3px solid #2e7bdf;
        float: left;
        transition: all 0.5s;
        cursor: pointer; }
        .event_news .owl-dots .owl-dot:nth-child(n+6) {
          display: none; }
        .event_news .owl-dots .owl-dot:hover, .event_news .owl-dots .owl-dot.active {
          background: #2e7bdf; }
    .event_news .seeAll {
      display: none; }

  #dots {
    margin: 0 auto;
    display: table;
    position: relative !important;
    width: auto !important; }

  .program {
    padding: 40px 0 0; }
    .program h2.title {
      font-size: 30px;
      text-transform: uppercase;
      color: #2780ef;
      text-align: left;
      padding: 0 15px;
      margin: 0 0 30px; }
    .program .info .tit {
      padding-left: 0;
      background: none !important; }
    .program .info .title_ul {
      padding-left: 0; }
    .program .info ul {
      margin: 15px 0; }
      .program .info ul li.active:after,
      .program .info ul li:hover:after {
        display: none; }
    .program .content {
      padding: 30px;
      min-height: auto; }
      .program .content:after {
        width: 100%; }
      .program .content .morelink {
        display: table;
        margin: 0 auto; }

  .education {
    padding: 30px 0;
    background: #fff; }
    .education h2.title {
      font-size: 24px;
      color: #2087f1;
      text-transform: uppercase;
      text-align: left;
      padding: 0 15px;
      line-height: 30px; }
    .education .seminars .sem {
      margin-bottom: 15px;
      padding: 0 15px 15px;
      background: transparent; }
      .education .seminars .sem .col-md-9 {
        padding-right: 15px !important; }
      .education .seminars .sem .col-md-3 {
        margin: 0 15px; }
      .education .seminars .sem .date {
        padding: 15px 0 !important; }
      .education .seminars .sem .info {
        padding: 0 !important; }
      .education .seminars .sem .tit {
        margin-bottom: 10px !important; }
      .education .seminars .sem .cat {
        margin-bottom: 10px; }
      .education .seminars .sem:hover .info {
        background: transparent; }
        .education .seminars .sem:hover .info .tit,
        .education .seminars .sem:hover .info .cat {
          color: #A51314 !important; }
  .team {
    padding: 30px 0;
    border-top: 1px solid #baddfb; }
    .team h2.title {
      font-size: 24px;
      line-height: 28px;
      text-transform: uppercase;
      color: #1c8bf2;
      text-align: left;
      margin: 0 0 30px; }
    .team .team_block .item {
      width: 100%;
      float: none; }
      .team .team_block .item .img {
        margin: 0 auto; }
    .team .team_block .owl-nav {
      position: absolute;
      top: 80px;
      width: 100%; }
      .team .team_block .owl-nav div {
        width: 14px;
        height: 26px;
        background: url(../images/arrow3.png) left no-repeat;
        position: absolute;
        opacity: .5;
        transition: all 0.5s; }
        .team .team_block .owl-nav div:hover {
          opacity: .8; }
      .team .team_block .owl-nav .owl-prev {
        left: 0; }
      .team .team_block .owl-nav .owl-next {
        background-position: right !important;
        right: 0; }
    .team .ceo .img {
      height: auto; }
    .team .ceo .desc {
      padding: 45px 15px 15px;
      min-height: auto;
      background-position: 15px 15px;
      background-color: #003a69; }

  .digest {
    padding: 30px 0; }
    .digest h2.title {
      color: #2285f0;
      font-size: 30px;
      line-height: 30px;
      text-transform: uppercase;
      margin: 0 0 30px;
      text-align: left;
      padding: 0 15px; }
    .digest .digest_select {
      width: calc(100% - 30px);
      margin: 0 15px;
      height: 45px;
      box-sizing: border-box;
      padding: 0 15px;
      border: 0; }
    .digest .block .col-8 {
      float: none;
      text-align: center;
      margin: 0 auto 15px !important; }

  .news .col-md-6 .link_title {
    font-size: 16px;
    text-transform: uppercase;
    line-height: 24px;
    margin-bottom: 10px; }

  .social_block {
    padding: 30px 0; }
    .social_block .item .soc img {
      display: table;
      margin: 0 auto; }
    .social_block .item .img img {
      width: 170px;
      height: auto;
      margin: 0 auto; }
    .social_block .item .text {
      text-align: center;
      display: block; }
    .social_block .owl-nav {
      position: absolute;
      top: 100px;
      width: 100%; }
      .social_block .owl-nav div {
        width: 14px;
        height: 26px;
        background: url(../images/arrow3.png) left no-repeat;
        position: absolute;
        opacity: .5;
        transition: all 0.5s; }
        .social_block .owl-nav div:hover {
          opacity: .8; }
      .social_block .owl-nav .owl-prev {
        left: 15px; }
      .social_block .owl-nav .owl-next {
        background-position: right !important;
        right: 15px; }

  .footer {
    padding: 30px 0 0; }
    .footer .title_ul {
      text-align: center;
      margin-bottom: 10px; }
    .footer ul {
      display: table;
      margin: 0 auto 15px;
      text-align: center; }
    .footer .foo_menu_block {
      background: #191919;
      padding: 15px; }
      .footer .foo_menu_block ul {
        margin-bottom: 0; }
    .footer .bottom_footer {
      background: #191919; }
    .footer .foo2 {
      padding-left: 15px; }
    .footer .copyright {
      margin-bottom: 15px;
      text-align: center; }
    .footer .soc_nav {
      display: table;
      margin: 0 auto 30px; }

  .title_cat .container h2.title,
  .title_cat .container h1.title {
    font-size: 30px;
    text-align: center; }

  .category .filter .label {
    display: block;
    float: none; }

  .team_page .tabs li,
  .magistracy .tabs li,
  .category .tabs li {
    width: 100% !important;
    margin: 0 0 5px !important;
    float: none !important; }
  .single .content {
    padding: 0 15px; }
  .single .author .col-md-2 {
    text-align: center;
    margin-bottom: 15px; }

  .contacts .mt75 {
    margin-top: 0 !important; }
  .contacts .col-md-4 {
    margin-bottom: 15px; }

  .about_page .content .info .img {
    display: table;
    margin: 0 auto;
    float: none; }
  .about_page .content .info .desc {
    margin-left: 0;
    float: none; }

  .team_page .team_block .item {
    width: 100%;
    float: none;
    margin: 0 auto 30px;
    display: table;
    text-align: center; }
    .team_page .team_block .item .img {
      margin: 0 auto; }

  .seminars_page .filter select {
    width: 100% !important;
    float: none;
    margin-bottom: 5px;
    max-width: 100% !important; }
    .seminars_page .filter select#theme {
      margin-bottom: 20px; }
  .seminars_page .filter .label {
    float: none;
    margin-bottom: 5px; }
  .seminars_page .seminars .sem {
    margin-bottom: 15px;
    padding: 0 15px; }
    .seminars_page .seminars .sem .col-md-9 {
      padding-right: 15px !important; }
    .seminars_page .seminars .sem .date,
    .seminars_page .seminars .sem .info {
      padding: 15px !important; }
    .seminars_page .seminars .sem:hover .info {
      background: transparent; }
      .seminars_page .seminars .sem:hover .info .tit,
      .seminars_page .seminars .sem:hover .info .cat {
        color: #A51314 !important; }

  .seminars_single .register {
    margin: 0 auto 60px; }

  .title_cat.breadcrumb_block .breadcrumbs {
    text-align: center; }

  .seminars_single .experts .exp {
    margin-bottom: 30px; }

  .fillials_big_block {
    top: 193px; }
    .fillials_big_block .title {
      font-size: 20px; }
    .fillials_big_block .close {
      right: 15px;
      top: 15px; }
    .fillials_big_block ul {
      -webkit-column-count: 1;
      -moz-column-count: 1;
      -webkit-column-width: unset;
      -moz-column-width: unset;
      text-align: center; }
      .fillials_big_block ul a {
        margin: 0 auto 5px; }

  .tabs_block .tabs_nav li {
    width: 100%;
    float: none;
    border-left: 0 !important; }
	
	.grecaptcha-badge {
    display: none !important;
	width:0 !important;} }
/*# sourceMappingURL=style.css.map */
