header {
  position: relative; }
  header:before {
    width: calc(50% - 540px);
    height: 845px;
    background: #01326d;
    content: '';
    position: absolute;
    left: 0;
    top: 0; }
    @media all and (max-width: 1300px) {
  header:before {
    display: none; } }
  header:after {
    width: 1400px;
    height: 745px;
    content: '';
    background: url(../img/tpl/header-bg.jpg) no-repeat center center;
    background-size: cover;
    position: absolute;
    left: 50%;
    top: 100px;
    margin: 0 0 0 -650px; }
    @media all and (max-width: 1520px) {
  header:after {
    margin: 0;
    left: auto;
    right: 0; } }
    @media all and (max-width: 900px) {
  header:after {
    top: 60px; } }
    @media all and (max-width: 600px) {
  header:after {
    height: 500px; } }
    @media all and (max-width: 500px) {
  header:after {
    height: 350px; } }
  header .header__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    z-index: 3; }
    @media all and (max-width: 1340px) {
  header .header__inner {
    padding: 0 10px; } }
    @media all and (max-width: 1340px) {
  header .header__inner {
    padding: 0; } }
  header .logo {
    width: 390px;
    height: 250px;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: -194px;
    top: 100px; }
    header .logo svg {
      fill: #01326d;
      height: 85%; }
      @media all and (max-width: 1300px) {
  header .logo svg {
    fill: #fff;
    height: 75%; } }
    @media all and (max-width: 1700px) {
  header .logo {
    width: 300px;
    left: -104px; } }
    @media all and (max-width: 1550px) {
  header .logo {
    left: 0; } }
    @media all and (max-width: 1300px) {
  header .logo {
    width: 150px;
    height: 100px;
    margin: 0;
    position: relative;
    left: 0;
    top: 0;
    background: #01326d; } }
    @media all and (max-width: 900px) {
  header .logo {
    width: 90px;
    height: 60px; } }
  header .main-nav {
    width: calc(100vw - ((100vw - 1300px) / 2) - 204px);
    margin: 0;
    position: absolute;
    left: 195px;
    top: 0; }
    header .main-nav > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: flex-start; }
      header .main-nav > ul > li > a {
        color: #01326d;
        text-transform: uppercase;
        font-size: 18px;
        min-height: 100px;
        display: block;
        padding: 0 30px;
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 5px solid #fff;
        text-align: center;
        font-family: 'Handel Gothic', sans-serif;
        -webkit-transition: 250ms;
        /* Safari */
        transition: 250ms; }
        header .main-nav > ul > li > a:hover {
          border-color: #a61452; }
        @media all and (max-width: 1500px) {
    header .main-nav > ul > li > a {
      padding: 0 15px; } }
        @media all and (max-width: 800px) {
    header .main-nav > ul > li > a {
      min-height: 60px; } }
        header .main-nav > ul > li .dropdown {
          display: none;
          background: #a61452;
          border: 1px solid rgba(255, 255, 255, 0.6);
          border-top: 0;
          color: #fff;
          border-top: 1px solid #eee;
          border-left: 1px solid #eee;
          position: absolute;
          left: 0;
          top: 100px;
          width: 100%;
          z-index: 4;
          padding: 30px 40px; }
        header .main-nav > ul > li .dropdown > ul {
          max-width: 1000px;
          margin: 0;
          padding: 0;
          list-style: none;
          display: flex;
          flex-wrap: wrap;
          line-height: 1.6; }
          header .main-nav > ul > li .dropdown > ul > li {
            width: 33.3333%; }
            header .main-nav > ul > li .dropdown > ul > li.heading {
              display: none; }
            header .main-nav > ul > li .dropdown > ul > li > a {
              font-size: 16px;
              position: relative;
              padding: 5px 0;
              color: #fff;
              line-height: 1.6;
              font-weight: bold;
              display: inline-block;
              /*&:before{
               content: ''; width: 10px; height: 1px; background: rgba(0, 0, 0, .3); position: absolute; left: 0; top: 12px;
               @media all and (max-width: 800px){display: none;}
               }*/ }
              header .main-nav > ul > li .dropdown > ul > li > a:hover {
                text-decoration: underline; }
              @media all and (max-width: 800px) {
    header .main-nav > ul > li .dropdown > ul > li > a {
      padding: 0; } }
            @media all and (max-width: 800px) {
    header .main-nav > ul > li .dropdown > ul > li {
      width: 100%;
      text-align: center; } }
          @media all and (max-width: 1300px) {
    header .main-nav > ul > li .dropdown > ul {
      width: 100%;
      max-width: 1300px; } }
        @media all and (max-width: 1300px) {
    header .main-nav > ul > li .dropdown {
      display: block;
      border: 0;
      padding: 10px 50px;
      text-align: left;
      position: relative;
      left: 0;
      top: 0; } }
        header .main-nav > ul > li:hover .dropdown {
          display: block; }
        @media all and (max-width: 1300px) {
  header .main-nav > ul > li {
    width: 100%;
    text-align: center;
    margin-bottom: 20px; } }
      @media all and (max-width: 1300px) {
  header .main-nav > ul {
    flex-wrap: wrap; } }
    @media all and (max-width: 1300px) {
  header .main-nav {
    display: none;
    width: 100%;
    height: calc(100vh - 100px);
    overflow: auto;
    background: #fff;
    border-top: 1px solid #eee;
    position: fixed;
    left: 0;
    top: 100px;
    z-index: 10; } }
    @media all and (max-width: 900px) {
  header .main-nav {
    height: calc(100vh - 60px);
    top: 60px;
    padding-bottom: 80px; } }
  header .nav-toggle {
    display: none;
    background-color: inherit;
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
    font-size: 0;
    text-indent: -9999px;
    appearance: none;
    box-shadow: none;
    border-radius: none;
    border: none;
    cursor: pointer;
    transition: background 0.3s; }
    header .nav-toggle:focus {
      outline: 0; }
    header .nav-toggle span {
      display: block;
      position: absolute;
      top: 47px;
      left: 25px;
      right: 25px;
      height: 2px;
      background-color: #000;
      transition: transform 1s, background 0s 0.3s; }
      header .nav-toggle span:after, header .nav-toggle span:before {
        position: absolute;
        display: block;
        left: 0;
        width: 100%;
        height: 2px;
        background-color: #000;
        content: "";
        transition-duration: 0.3s, 0.3s;
        transition-delay: 0.3s, 0s; }
      header .nav-toggle span:before {
        top: -10px;
        transition-property: top, transform; }
      header .nav-toggle span:after {
        bottom: -10px;
        transition-property: bottom, transform; }
      @media all and (max-width: 900px) {
  header .nav-toggle span {
    left: 16px;
    right: 16px;
    top: 29px; } }
    header .nav-toggle.is-active {
      background-color: inherit;
      z-index: 7; }
      header .nav-toggle.is-active span {
        background: 0 0; }
        header .nav-toggle.is-active span:before {
          top: 0;
          transform: rotate(45deg); }
        header .nav-toggle.is-active span:after {
          bottom: 0;
          transform: rotate(-45deg); }
        header .nav-toggle.is-active span:after, header .nav-toggle.is-active span:before {
          transition-delay: 0s, 0.3s; }
      header .nav-toggle.is-active:hover span:before, header .nav-toggle.is-active:hover span:after {
        animation: none; }
    header .nav-toggle.is-active:hover span {
      animation: none;
      -ms-transform: rotate(-360deg);
      /* IE 9 */
      -webkit-transform: rotate(-360deg);
      /* Chrome, Safari, Opera */
      transform: rotate(-360deg); }
    @media all and (max-width: 1300px) {
  header .nav-toggle {
    display: flex;
    margin: 0; } }
    @media all and (max-width: 900px) {
  header .nav-toggle {
    width: 60px;
    height: 60px; } }
  header .search-toggle {
    width: 90px;
    height: 100px;
    background: #a61452;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 0 105px; }
    header .search-toggle svg {
      fill: #fff;
      width: 22px;
      height: 22px; }
      @media all and (max-width: 900px) {
  header .search-toggle svg {
    width: 16px;
    height: 16px; } }
    @media all and (max-width: 1300px) {
  header .search-toggle {
    margin: 0 0 0 auto; } }
    @media all and (max-width: 900px) {
  header .search-toggle {
    width: 60px;
    height: 60px; } }
  header .slogan {
    background: #01326d;
    max-width: 900px;
    position: absolute;
    top: 165px;
    left: 195px; }
    header .slogan h1 {
      font-family: "Handel Gothic", sans-serif;
      text-transform: uppercase;
      font-weight: normal;
      font-size: 59px;
      color: #fff;
      margin: 0;
      padding: 30px 60px; }
      @media all and (max-width: 900px) {
  header .slogan h1 {
    font-size: 40px;
    text-align: center; } }
      @media all and (max-width: 700px) {
  header .slogan h1 {
    font-size: 25px;
    padding: 15px 20px; } }
    header .slogan h2 {
      background: #a61452;
      font-size: 24px;
      font-weight: 300;
      display: block;
      width: 100%;
      color: #fff;
      margin: 0;
      padding: 15px 60px; }
      @media all and (max-width: 900px) {
  header .slogan h2 {
    font-size: 20px;
    text-align: center; } }
      @media all and (max-width: 700px) {
  header .slogan h2 {
    font-size: 16px;
    padding: 10px 30px; } }
    @media all and (max-width: 1550px) {
  header .slogan {
    left: 300px; } }
    @media all and (max-width: 1300px) {
  header .slogan {
    left: 50%;
    margin-left: -450px; } }
    @media all and (max-width: 900px) {
  header .slogan {
    max-width: 660px;
    margin-left: -330px;
    top: 120px; } }
    @media all and (max-width: 700px) {
  header .slogan {
    max-width: 490px;
    margin-left: -245px;
    top: 100px; } }
    @media all and (max-width: 550px) {
  header .slogan {
    display: none; } }
  header.main-nav-active {
    z-index: 10;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    background: #fff; }
    header.main-nav-active .search-toggle {
      display: none; }
    header.main-nav-active .nav-toggle {
      margin: 0 0 0 auto; }
    header.main-nav-active .main-nav {
      display: block; }
  header.sm:before {
    height: 350px; }
    header.sm:after {
      display: none; }

footer .footer__blue {
  background: #01326d;
  color: #fff; }
  footer .footer__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
    @media all and (max-width: 1340px) {
  footer .footer__inner {
    padding: 0 10px; } }
  footer .footer__copyright {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    align-items: center;
    padding: 30px 0; }
    @media all and (max-width: 1340px) {
  footer .footer__copyright {
    padding: 0 10px; } }
    @media all and (max-width: 1340px) {
  footer .footer__copyright {
    padding: 30px 10px; } }
  footer .footer__info {
    width: 50%;
    padding: 40px 0;
    line-height: 1.4; }
    footer .footer__info h5 {
      color: #fff;
      margin: 0;
      padding: 0 0 30px 0;
      font-size: 23px;
      font-weight: normal;
      font-family: 'Handel Gothic', sans-serif; }
      @media all and (max-width: 1000px) {
  footer .footer__info h5 {
    padding-bottom: 15px; } }
    footer .footer__info ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      footer .footer__info ul li {
        width: 35%;
        line-height: 1.9; }
        footer .footer__info ul li a {
          font-size: 16px;
          color: #fff;
          display: inline-block;
          -webkit-transition: 250ms;
          /* Safari */
          transition: 250ms; }
        footer .footer__info ul li a:hover {
          color: #417ac1;
          text-decoration: underline; }
        @media all and (max-width: 1200px) {
  footer .footer__info ul li {
    width: 45%; } }
        @media all and (max-width: 1000px) {
  footer .footer__info ul li {
    width: 50%; } }
        @media all and (max-width: 600px) {
  footer .footer__info ul li {
    width: 100%; } }
    @media all and (max-width: 1000px) {
  footer .footer__info {
    width: 100%; } }
  footer .footer__contact {
    width: 50%;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    line-height: 1.4; }
    footer .footer__contact h5 {
      width: 100%;
      color: #fff;
      margin: 0;
      padding: 0 0 10px 0;
      font-size: 23px;
      font-weight: normal;
      font-family: 'Handel Gothic', sans-serif; }
      @media all and (max-width: 1000px) {
  footer .footer__contact h5 {
    padding-bottom: 5px; } }
    footer .footer__contact p {
      width: 50%;
      font-size: 16px; }
      footer .footer__contact p a {
        font-size: 23px;
        font-weight: bold; }
        footer .footer__contact p a svg {
          width: 30px;
          height: 30px;
          fill: #fff;
          margin: 0 8px -5px 0; }
        @media all and (max-width: 1000px) {
    footer .footer__contact p a svg {
      width: 16px;
      height: 16px;
      margin: 0 8px -2px 0; } }
        @media all and (max-width: 1000px) {
  footer .footer__contact p a {
    font-size: 16px; } }
      @media all and (max-width: 600px) {
  footer .footer__contact p {
    width: 100%; } }
    @media all and (max-width: 1000px) {
  footer .footer__contact {
    width: 100%;
    padding-top: 0; } }
    @media all and (max-width: 600px) {
  footer .footer__contact {
    padding-bottom: 20px; } }
  footer .footer__teachers {
    width: 100%;
    border-top: 1px solid #225799;
    padding: 40px 0;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    line-height: 1.4; }
    footer .footer__teachers h5 {
      color: #fff;
      margin: 0;
      padding: 0 100px 0 0;
      font-size: 23px;
      font-weight: normal;
      font-family: 'Handel Gothic', sans-serif; }
      @media all and (max-width: 1000px) {
  footer .footer__teachers h5 {
    padding: 0 0 30px 0;
    width: 100%; } }
      @media all and (max-width: 600px) {
  footer .footer__teachers h5 {
    padding-bottom: 15px; } }
    footer .footer__teachers ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      flex-wrap: wrap; }
      footer .footer__teachers ul li {
        margin: 0 30px; }
        footer .footer__teachers ul li a {
          font-size: 16px;
          color: #fff;
          display: inline-block;
          -webkit-transition: 250ms;
          /* Safari */
          transition: 250ms; }
        footer .footer__teachers ul li a:hover {
          color: #417ac1;
          text-decoration: underline; }
        @media all and (max-width: 1000px) {
  footer .footer__teachers ul li {
    margin: 0 60px 0 0; } }
        @media all and (max-width: 600px) {
  footer .footer__teachers ul li {
    width: 100%; } }
      @media all and (max-width: 1000px) {
  footer .footer__teachers ul {
    width: 100%; } }
    @media all and (max-width: 600px) {
  footer .footer__teachers {
    border: 0;
    padding-top: 0; } }
  footer .copyright-text {
    font-size: 16px;
    color: #01326d;
    line-height: 1.4; }
    @media all and (max-width: 1000px) {
  footer .copyright-text {
    width: 100%;
    text-align: center; } }
  footer .avente {
    margin: 0 0 0 auto; }
    footer .avente svg {
      width: 70px;
      height: 15px;
      fill: #01326d; }
    @media all and (max-width: 1000px) {
  footer .avente {
    margin: 25px auto 0 auto; } }

.studiues-groups {
  position: relative;
  z-index: 3;
  margin: 400px 0 0 0; }
  .studiues-groups__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    flex-wrap: nowrap; }
    @media all and (max-width: 1340px) {
  .studiues-groups__inner {
    padding: 0 10px; } }
    @media all and (max-width: 900px) {
  .studiues-groups__inner {
    flex-wrap: wrap; } }
    @media all and (max-width: 550px) {
  .studiues-groups__inner {
    padding: 0 5px; } }
  .studiues-groups .item {
    background-size: cover;
    background-position: center center;
    padding-top: 35%;
    width: calc(25% - 15px);
    margin: 0 10px;
    position: relative;
    -webkit-transition: 250ms;
    /* Safari */
    transition: 250ms; }
    .studiues-groups .item:first-of-type {
      margin-left: 0; }
      @media all and (max-width: 900px) {
  .studiues-groups .item:first-of-type {
    margin-left: 10px; } }
      @media all and (max-width: 550px) {
  .studiues-groups .item:first-of-type {
    margin-left: 5px; } }
    .studiues-groups .item:last-of-type {
      margin-right: 0; }
      @media all and (max-width: 900px) {
  .studiues-groups .item:last-of-type {
    margin-right: 10px; } }
      @media all and (max-width: 550px) {
  .studiues-groups .item:last-of-type {
    margin-right: 5px; } }
    .studiues-groups .item:before {
      width: 100%;
      height: 40%;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50&0+0,0.4+50 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000',GradientType=0);
      /* IE6-9 */ }
    .studiues-groups .item h3 {
      color: #fff;
      padding: 25px 10px;
      margin: 0;
      width: 100%;
      position: absolute;
      left: 0;
      bottom: 0;
      font-size: 37px;
      font-weight: normal;
      font-family: "Handel Gothic", sans-serif;
      text-align: center;
      -webkit-transition: 250ms;
      /* Safari */
      transition: 250ms; }
      @media all and (max-width: 1300px) {
  .studiues-groups .item h3 {
    font-size: 30px; } }
      @media all and (max-width: 1100px) {
  .studiues-groups .item h3 {
    font-size: 24px; } }
      @media all and (max-width: 550px) {
  .studiues-groups .item h3 {
    font-size: 17px; } }
    .studiues-groups .item:hover h3 {
      background: #a61452;
      padding: 35px 10px;
      text-decoration: underline; }
    @media all and (max-width: 900px) {
  .studiues-groups .item {
    width: calc(50% - 20px);
    padding-top: 60%;
    margin: 10px; } }
    @media all and (max-width: 550px) {
  .studiues-groups .item {
    width: calc(50% - 10px);
    margin: 5px; } }
  @media all and (max-width: 900px) {
  .studiues-groups {
    margin-top: 320px; } }
  @media all and (max-width: 700px) {
  .studiues-groups {
    margin-top: 200px; } }
  @media all and (max-width: 550px) {
  .studiues-groups {
    margin-top: 10px; } }

.news-calendar__inner {
  max-width: 1300px;
  width: 100%;
  margin: 0 auto;
  clear: both;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  padding: 100px 0 50px 0; }
  @media all and (max-width: 1340px) {
    .news-calendar__inner {
      padding: 0 10px; } }
  @media all and (max-width: 1340px) {
    .news-calendar__inner {
      padding: 100px 10px 50px 10px; } }
  @media all and (max-width: 1000px) {
    .news-calendar__inner {
      padding: 50px 10px 25px 10px; } }
  .news-calendar .news-list {
    width: calc(50% + 10px);
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 0 -10px; }
  .news-calendar .news-list h2 {
    width: 100%;
    color: #01326d;
    font-weight: normal;
    font-family: "Handel Gothic", sans-serif;
    margin: 0;
    padding: 0 0 30px 10px;
    font-size: 37px; }
    .news-calendar .news-list h2 a:hover {
      text-decoration: underline; }
    @media all and (max-width: 900px) {
    .news-calendar .news-list h2 {
      padding-bottom: 15px; } }
    @media all and (max-width: 600px) {
    .news-calendar .news-list h2 {
      font-size: 30px; } }
  .news-calendar .news-list a.item {
    width: calc(50% - 20px);
    padding-top: 44%;
    position: relative;
    background-size: cover;
    background-position: center center;
    margin: 10px; }
    .news-calendar .news-list a.item:before {
      width: 100%;
      height: 40%;
      content: '';
      position: absolute;
      left: 0;
      bottom: 0;
      /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,000000+50&0+0,0.4+50 */
      background: -moz-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
      /* FF3.6-15 */
      background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
      /* Chrome10-25,Safari5.1-6 */
      background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 50%);
      /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
      filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#66000000',GradientType=0);
      /* IE6-9 */ }
    .news-calendar .news-list a.item h4 {
      position: absolute;
      left: 0;
      bottom: 0;
      width: 100%;
      margin: 0;
      color: #fff;
      text-align: center;
      padding: 20px 10px;
      text-decoration: underline;
      font-size: 23px;
      font-weight: normal;
      font-family: "Handel Gothic", sans-serif;
      -webkit-transition: 250ms;
      /* Safari */
      transition: 250ms; }
    .news-calendar .news-list a.item p {
      display: none; }
    .news-calendar .news-list a.item .btn {
      display: none; }
    .news-calendar .news-list a.item time {
      position: absolute;
      right: 0;
      top: 0;
      background: #a61452;
      color: #fff;
      font-size: 16px;
      font-weight: bold;
      padding: 10px; }
    .news-calendar .news-list a.item:hover h4 {
      background: #a61452;
      padding: 35px 10px;
      text-decoration: underline; }
    @media all and (max-width: 500px) {
    .news-calendar .news-list a.item {
      width: 100%;
      padding-top: 80%; } }
  @media all and (max-width: 900px) {
    .news-calendar .news-list {
      width: 100%;
      margin: 0 0 30px 0; } }
  .news-calendar__calendar {
    width: calc(50% - 70px);
    margin: 0 0 0 auto; }
  .news-calendar__calendar h2 {
    width: 100%;
    color: #01326d;
    font-weight: normal;
    font-family: "Handel Gothic", sans-serif;
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 37px; }
    .news-calendar__calendar h2 a:hover {
      text-decoration: underline; }
    @media all and (max-width: 600px) {
    .news-calendar__calendar h2 {
      font-size: 30px; } }
  .news-calendar__calendar .event-list {
    margin: 0 0 30px 0; }
    .news-calendar__calendar .event-list .item {
      display: flex;
      flex-wrap: wrap;
      background: #f9fcff;
      margin: 10px 0 0 0;
      -webkit-transition: 250ms;
      /* Safari */
      transition: 250ms; }
      .news-calendar__calendar .event-list .item time {
        color: #fff;
        text-align: center;
        font-size: 37px;
        background: #01326d;
        width: 80px; }
      .news-calendar__calendar .event-list .item time strong {
        display: block;
        background: #a61452;
        font-size: 16px;
        padding: 3px 0; }
      @media all and (max-width: 500px) {
      .news-calendar__calendar .event-list .item time {
        width: 100%; } }
      .news-calendar__calendar .event-list .item .desc {
        width: calc(100% - 80px);
        padding: 10px;
        font-size: 16px;
        color: #01326d;
        display: flex;
        align-items: center; }
      .news-calendar__calendar .event-list .item .desc p {
        margin: 0;
        padding: 0; }
      @media all and (max-width: 500px) {
      .news-calendar__calendar .event-list .item .desc {
        width: 100%; } }
      .news-calendar__calendar .event-list .item:hover {
        transform: scale(1.05); }
  @media all and (max-width: 900px) {
    .news-calendar__calendar {
      width: 100%; } }

.advantages {
  background: #f9fcff url(../img/tpl/advantages-bg.png) no-repeat center center;
  padding: 70px 0; }
  .advantages__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  @media all and (max-width: 1340px) {
    .advantages__inner {
      padding: 0 10px; } }
  .advantages__list {
    width: calc(50% - 10px);
    background: #01326d;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    padding: 60px 0; }
  .advantages__list .item {
    width: 50%;
    color: #fff;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    text-align: center;
    padding: 20px; }
    .advantages__list .item svg {
      fill: #a61452;
      width: 31px;
      height: 26px;
      margin: 0 auto; }
    .advantages__list .item h5 {
      width: 100%;
      font-size: 23px;
      font-weight: normal;
      font-family: "Handel Gothic", sans-serif;
      margin: 0;
      padding: 30px 0 20px 0; }
      @media all and (max-width: 1000px) {
    .advantages__list .item h5 {
      padding: 15px 0 20px 0; } }
    .advantages__list .item p {
      width: 100%;
      font-size: 16px;
      margin: 0;
      padding: 0; }
    @media all and (max-width: 500px) {
    .advantages__list .item {
      width: 100%; } }
  @media all and (max-width: 1200px) {
    .advantages__list {
      padding: 10px 0; } }
  @media all and (max-width: 1000px) {
    .advantages__list {
      width: 100%;
      padding: 40px 0; } }
  @media all and (max-width: 500px) {
    .advantages__list {
      padding: 10px 0; } }
  .advantages__images {
    width: calc(50% - 20px);
    margin: -5px 0 -5px auto;
    display: flex;
    flex-wrap: wrap; }
  .advantages__images .item {
    width: calc(50% - 10px);
    padding-top: calc(50% - 10px);
    position: relative;
    margin: 5px; }
    .advantages__images .item .item-inner {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      outline: none; }
      .advantages__images .item .item-inner img {
        max-width: 100%;
        outline: none; }
    @media all and (max-width: 500px) {
    .advantages__images .item {
      width: 100%;
      padding-top: 100%; } }
  @media all and (max-width: 1000px) {
    .advantages__images {
      width: 100%; } }
  @media all and (max-width: 1000px) {
  .advantages {
    padding: 40px 0; } }

.partners {
  padding: 50px 0; }
  .partners__inner {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    position: relative; }
  @media all and (max-width: 1340px) {
    .partners__inner {
      padding: 0 10px; } }
  .partners h3 {
    width: 100%;
    color: #01326d;
    font-weight: normal;
    font-family: "Handel Gothic", sans-serif;
    margin: 0;
    padding: 0 0 30px 0;
    font-size: 37px;
    text-align: center; }
  @media all and (max-width: 600px) {
    .partners h3 {
      font-size: 30px; } }
  .partners__list {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    width: 100%; }
  .partners__list a, .partners__list div {
    margin: 20px; }
    .partners__list a img, .partners__list div img {
      display: block;
      max-width: 250px;
      max-height: 100px; }
      @media all and (max-width: 1000px) {
    .partners__list a img, .partners__list div img {
      max-width: 200px;
      max-height: 80px; } }
      @media all and (max-width: 600px) {
    .partners__list a img, .partners__list div img {
      max-width: 150px;
      max-height: 60px; } }
      @media all and (max-width: 500px) {
    .partners__list a img, .partners__list div img {
      max-width: 110px;
      max-height: 50px; } }
    @media all and (max-width: 1000px) {
    .partners__list a, .partners__list div {
      margin: 10px; } }
  @media all and (max-width: 1000px) {
  .partners {
    padding: 40px 0; } }

.wrapper {
  background: #fff;
  position: relative; }
  .wrapper__content {
    max-width: 1300px;
    width: 100%;
    margin: 0 auto;
    clear: both;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 40px 0; }
  @media all and (max-width: 1340px) {
    .wrapper__content {
      padding: 0 10px; } }
  @media all and (max-width: 1340px) {
    .wrapper__content {
      padding: 20px 10px; } }
  .wrapper__breadcrumb {
    width: 100%;
    background: #fff;
    border-bottom: 1px solid #eee;
    padding: 15px 0;
    margin: -50px 0 0 0;
    position: relative;
    z-index: 2; }

.subpage-head {
  background: #01326d url(../img/tpl/subpage-head-bg.jpg) no-repeat center center;
  background-size: 1000px auto;
  width: 100%;
  color: #fff;
  height: 250px;
  display: flex;
  align-items: center;
  position: relative; }
  .subpage-head .inner {
    width: 900px;
    margin: 0 auto;
    line-height: 1.6;
    padding: 0 0 0 90px;
    position: relative; }
  .subpage-head .inner .h {
    width: 100%;
    font-weight: 300;
    font-size: 20px;
    opacity: 0.8;
    padding: 0 0 10px 0; }
    @media all and (max-width: 500px) {
    .subpage-head .inner .h {
      font-size: 17px; } }
  .subpage-head .inner h1 {
    width: 100%;
    font-weight: normal;
    font-family: "Handel Gothic", sans-serif;
    text-transform: uppercase;
    margin: 0;
    padding: 0 0 50px 0;
    font-size: 50px;
    line-height: 1.1; }
    @media all and (max-width: 1000px) {
    .subpage-head .inner h1 {
      font-size: 35px; } }
    @media all and (max-width: 500px) {
    .subpage-head .inner h1 {
      font-size: 30px; } }
  @media all and (max-width: 1550px) {
    .subpage-head .inner {
      padding-left: 130px; } }
  @media all and (max-width: 1400px) {
    .subpage-head .inner {
      width: 100%;
      padding-left: 350px; } }
  @media all and (max-width: 1300px) {
    .subpage-head .inner {
      padding-left: 20px; } }
  @media all and (max-width: 500px) {
    .subpage-head .inner {
      padding: 0 20px; } }

.fixed-btns {
  width: 64px;
  position: fixed;
  right: 0;
  top: 175px;
  z-index: 5;
  background: #fff;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  animation: 1s ease-out 0s 1 slideMenuFromRight;
  -webkit-transition: 250ms;
  /* Safari */
  transition: 250ms; }
  .fixed-btns .item {
    padding: 13px 0;
    text-align: center;
    display: block;
    border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
  .fixed-btns .item:last-child {
    border-bottom: 0; }
  .fixed-btns .item img {
    max-width: 40px;
    max-height: 30px; }
  .fixed-btns .item svg {
    width: 42px;
    height: 25px;
    fill: #fff; }
    .fixed-btns .item svg.eduroam {
      width: 55px; }
    @media all and (max-width: 750px) {
    .fixed-btns .item svg {
      width: 25px; } }
  .fixed-btns .item i {
    width: 8px;
    height: 8px;
    margin: 4px auto 6px auto;
    display: block;
    border-left: 3px solid #8acb88;
    border-top: 3px solid #8acb88;
    -ms-transform: rotate(-45deg);
    /* IE 9 */
    -webkit-transform: rotate(-45deg);
    /* Chrome, Safari, Opera */
    transform: rotate(-45deg);
    -webkit-transition: 250ms;
    /* Safari */
    transition: 250ms; }
    @media all and (max-width: 750px) {
    .fixed-btns .item i {
      display: none; } }
  .fixed-btns .item span {
    color: #fff;
    font-weight: 600;
    font-size: 13px;
    line-height: 15px;
    display: block; }
    @media all and (max-width: 750px) {
    .fixed-btns .item span {
      font-size: 10px;
      font-weight: normal;
      line-height: 12px;
      display: block;
      margin: 1px 0 0 0; } }
  .fixed-btns .item:hover {
    background: #eee; }
  @media all and (max-width: 750px) {
    .fixed-btns .item {
      padding: 5px 0;
      width: 25%;
      border-bottom: 0; } }
  @media all and (max-width: 750px) {
  .fixed-btns {
    width: auto;
    top: auto;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    border-radius: 0; } }

@keyframes slideMenuFromRight {
    0% {
      right: -64px; }
    100% {
      right: 0; } }
