* {
  box-sizing: border-box; }

html {
  font-size: 15px;
  line-height: 1.4; }

body {
  margin: 0;
  position: relative;
  background-color: #fff;
  font-family: 'Roboto', serif;
  overflow-x: hidden; }

a {
  position: relative;
  cursor: pointer;
  margin-bottom: auto;}
  a:focus, a:hover, a:active {
    outline: 0; }

h4:focus, button:focus, select:focus, input:focus, textarea:focus {
  outline: 0; }

ul, ol, p {
  cursor: default;
  padding: 0;
  margin: 0; }

.animated-1, .animated-2 {
  opacity: 0; }

.hidden {
  display: none !important;
  opacity: 0 !important; }

.tac {
  text-align: center; }

.tal {
  text-align: left; }

.tar {
  text-align: right; }

.ttu {
  text-transform: uppercase; }

.jc-c {
  justify-content: center; }

.float-r {
  float: right; }

.float-l {
  float: left; }

.clr-black {
  color: #000; }

.clr-white {
  color: #fff; }

.clr-main {
  color: #256094; }

.blur {
  filter: blur(5px); }

.disabled {
  opacity: 0.5;
  cursor: no-drop;
  user-select: none;
  pointer-events: none; }

.gorizontal-header {
  display: block;
  padding: 20px;
  height: 25vh;
  background-color: #f8f9fa; }
  .gorizontal-header .btn-group {
    color: #256094;
    padding-right: 20px; }
    .gorizontal-header .btn-group span {
      font-weight: 400; }
    .gorizontal-header .btn-group i {
      color: #256094;
      margin-right: 5px; }
    .gorizontal-header .btn-group ul li a {
      color: #000; }
  .gorizontal-header .logo {
    display: block;
    width: 25%;
    margin: 30px auto 0 auto; }
    .gorizontal-header .logo img {
      width: 100%;
      background-size: contain;
      background-repeat: no-repeat;
    }

.login-form {
  height: 75vh;
  padding: 150px 0 100px 0;
  /*background-image: url("../img/common/bg-login.jpg");*/
  background-size: cover;
  display: block;
  user-select: none; }
  .login-form form {
    width: 30%;
    margin: auto;
    text-align: center; }
    .login-form form h3 {
      font-size: 1.4rem;
      font-weight: 400;
      color: #fff;
      margin-bottom: 15px; }
    .login-form form input {
      width: 100%;
      padding: 10px;
      color: #000;
      background-color: #fff;
      font-size: 0.9rem;
      font-weight: 400;
      border: 3px solid #6cc1c3;
      border-radius: 5px;
      margin-bottom: 15px; }
    .login-form form .checkbox {
      text-decoration: underline;
      display: flex;
      align-items: center;
      font-size: 0.9rem;
      color: #fff;
      cursor: pointer;
      margin-bottom: 15px;
      font-weight: 100; }
      .login-form form .checkbox input {
        width: auto;
        margin-bottom: 1px;
        margin-right: 5px; }
    .login-form form button:hover {
      box-shadow: 0 0 5px rgba(255, 255, 255, 0.3); }
    .login-form form button {
      width: 100%;
      padding: 10px;
      background-color: #6cc1c3;
      color: #fff;
      display: block;
      text-align: center;
      font-size: 1rem;
      border: 0;
      border-radius: 5px;
      cursor: pointer;
      transition: .3s all; }

.btn-group.active ul {
  display: block; }

.btn-group:hover span {
  color: #256094; }

.btn-group:hover i {
  color: #0e3e67; }

.btn-outline-primary{
  color: #256094;
  border-color: #256094;
}
.btn-outline-primary:hover{
  color: white;
  border-color: #256094;
  background-color: #256094;
}

.btn-group {
  cursor: pointer;
  width: 100%;
  display: flex;
  position: relative; }
  .btn-group i {
    transition: .3s all;
    color: #b6b7b7;
    width: 16px;
    font-size: 1rem;
    margin-right: 15px; }
  .btn-group span:after {
    /*content: '\23F7';
    font-size: .9rem;*/
    content: '\f0dd';
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #b6b7b7;
    position: absolute;
    top: -3px;
    right: -20px; }
  .btn-group span {
    position: relative;
    font-size: 0.9rem;
    font-weight: 100; }
  .btn-group ul {
    transition: .3s all;
    display: none;
    position: absolute;
    width: auto;
    min-width: 120px;
    top: calc(100% + 5px);
    z-index: 1;
    background-color: #fff;
    padding: 5px 10px;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.1); }
    .btn-group ul li {
      list-style-type: none;
      width: 100%; }
      .btn-group ul li a:hover {
        color: #256094; }
      .btn-group ul li a {
        padding: 0;
        color: #000;
        font-size: 0.9rem;
        font-weight: 100;
        width: 100%;
        transition: .3s all; }

.main-nav {
  z-index: 2;
  position: fixed;
  top: 0;
  left: 0;
  width: 270px;
  height: 100vh;
  overflow: hidden;
  background-color: #f8f9fa;
  /*background-image: url("../img/common/bg-mainnav.png");*/
  background-size: 100%;
  background-position: bottom center;
  background-repeat: no-repeat;
  font-size: 1rem;
  border-right: 1px solid #b6b7b7;
  box-sizing: content-box; }
  .main-nav .ttl-line {
    width: 100%;
    display: inline-block;
    padding: 10px 15px;
    color: #fff;
    background-color: #0e3e67; }
  .main-nav nav {
    display: flex;
    flex-wrap: wrap;
    padding: 20px 15px;
    align-items: center; }
    .main-nav nav i {
      transition: .3s all;
      color: #b6b7b7;
      width: 16px;
      font-size: 1rem;
      margin-right: 15px; }
    .main-nav nav .separate {
      display: block;
      width: 60%;
      height: 0.5px;
      background-color: #b6b7b7;
      margin: 15px 0 10px 0; }
    .main-nav nav .active {
      font-weight: bold; }
    .main-nav nav .active,
    .main-nav nav a:hover {
      color: #256094; }
      .main-nav nav .active i,
      .main-nav nav a:hover i {
        color: #0e3e67; }
    .main-nav nav a {
      transition: .3s all;
      font-size: 0.9rem;
      width: 100%;
      display: flex;
      font-weight: 100;
      color: #000;
      padding: 5px 0; }

.btn-primary{
  background-color: #13538a !important;
  border-color: #13538a !important;
}
.page-item.active .page-link{
  background-color: #13538a !important;
  border-color: #13538a !important;
  color: white !important;
}
.page-link{
  color: #13538a !important;
}

.right-container {
  position: relative;
  width: calc(100% - 270px);
  overflow: hidden;
  display: inline-block;
  float: right;
  font-size: 1rem;
  color: #000; }
  .right-container .ttl-line {
    width: inherit;
    z-index: 1;
    display: inline-block;
    padding: 10px 15px;
    color: #95b1ca;
    background-color: #256094;
    position: fixed; }
    .right-container .ttl-line .mobile-menu.active span {
      margin-bottom: 0; }
    .right-container .ttl-line .mobile-menu.active span:nth-child(1) {
      top: 2px;
      transform: rotate(-45deg); }
    .right-container .ttl-line .mobile-menu.active span:nth-child(2) {
      transform: rotate(45deg); }
    .right-container .ttl-line .mobile-menu.active span:nth-child(3) {
      opacity: 0; }
    .right-container .ttl-line .mobile-menu {
      width: 25px;
      position: absolute;
      top: 50%;
      right: 10px;
      transform: translate(0, -50%);
      z-index: 2;
      cursor: pointer;
      display: none;
      flex-wrap: wrap; }
      .right-container .ttl-line .mobile-menu span {
        transition: .3s all;
        position: relative;
        transform-origin: center;
        width: 100%;
        height: 2px;
        border-radius: 5px;
        background-color: #fff;
        margin-bottom: 6px; }
      .right-container .ttl-line .mobile-menu span:last-child {
        margin-bottom: 0; }
  .right-container .header-block {
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 40px; }
    .right-container .header-block h2 {
      font-size: 1.4rem;
      color: #256094;
      font-weight: bold;
      margin: 0; }
    .right-container .header-block .logo {
      width: 300px;
      position: relative; }
      .right-container .header-block .logo img {
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        top: 0;
        right: 0;
        width: 100%; }
  .right-container .content-block {
    padding: 10px 20px; }
    .right-container .content-block .tabs {
      display: flex;
      align-items: center;
      border-bottom: 5px solid #3890c7; }
      .right-container .content-block .tabs .active {
        background-color: #3890c7;
        color: #fff;
        font-weight: bold; }
      .right-container .content-block .tabs .tab {
        cursor: pointer;
        position: relative;
        margin-bottom: -1px;
        border-radius: 5px 5px 0 0;
        transition: .3s all;
        font-size: 0.9rem;
        padding: 10px 15px; }
    .right-container .content-block .tabs-conent {
      display: flex;
      flex-wrap: wrap; }
      .right-container .content-block .tabs-conent .item {
        margin-top: 15px;
        margin-right: 10px;
        width: calc(25% - 10px);
        display: flex;
        flex-wrap: wrap;
        align-items: flex-end;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
        position: relative; }
        .right-container .content-block .tabs-conent .item .favorite_star {
          position: absolute;
          padding: 0.25rem;
          top: 0;
          right: 0;
          color: gold;
          cursor: pointer;
        }
        .right-container .content-block .tabs-conent .item .label {
          font-size: 0.7rem;
          position: absolute;
          width: 130px;
          opacity: 0.8;
          padding: 3px 15px;
          background-color: #0e3e67;
          color: #fff;
          border-radius: 0 0 10px 0;
          bottom: 20px;
          z-index: 1; }
        .right-container .content-block .tabs-conent .item .image img {
          position: relative;
          width: 100%; }
        .right-container .content-block .tabs-conent .item .info {
          width: 100%;
          display: inline-block;
          padding: 10px;
          position: relative; }
          .right-container .content-block .tabs-conent .item .info .sub-info {
            margin-top: 5px;
            display: flex;
            padding: 0 6px;
            align-items: center;
            justify-content: space-between; }
            .right-container .content-block .tabs-conent .item .info .sub-info a {
              color: #000;
              font-size: 0.8rem;
              font-weight: 100;
              text-decoration: underline; }
            .right-container .content-block .tabs-conent .item .info .sub-info a.status-sec-btn {
              text-decoration: none;
              border-radius: 2px;
              font-weight: bold;
              padding: 2px 14px;
              background-color: #3890c7;
              color: #fff;
              text-align: center;}
            .right-container .content-block .tabs-conent .item .info .sub-info a.status {
              text-decoration: none;
              border-radius: 2px;
              font-weight: bold;
              padding: 2px 14px;
              background-color: #198754;
              color: #fff;
              white-space: nowrap;
              text-align: center;}
            .right-container .content-block .tabs-conent .item .info .sub-info a.more {
              padding-top: 4px;
              margin-top: auto;
              margin-bottom: 4px;
              font-size: 0.7rem; }
          .right-container .content-block .tabs-conent .item .info p {
            font-size: 0.8rem;
            padding: 0 5px;
            display: flex;
            font-weight: 100; }
            .right-container .content-block .tabs-conent .item .info p span {
              font-weight: 400;
              display: inline-block;
              margin-left: 5px; }
          .right-container .content-block .tabs-conent .item .info h4 {
            font-size: .9rem;
            margin-bottom: 5px;
            font-weight: bold; }
            .right-container .content-block .tabs-conent .item .info h4 a {
              color: #256094; }
::-webkit-scrollbar {
  width: 5px;
}

::-webkit-scrollbar-track {
  background: #e4e4e4;
}

::-webkit-scrollbar-thumb {
  background: #0e3e67;
  width: 5px;
}

::-webkit-scrollbar-thumb:hover {
  background: #0e3e67;
}
label[for="Textarea_textofwork"]{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
label[for="Textarea_textofwork"] span{
  font-size: 12px;
  font-weight: 100;
}
.icon {
  display: inline-block;
  width: 25px!important;
    /*width: 1rem;*/
    /*height: 1rem;*/
  vertical-align: middle;
  background-size: auto 100%;
  background-position: center;
  background-repeat: no-repeat;
}

div.nums ol {
  /* убираем стандартную нумерацию */
  list-style: none;
  /* Идентифицируем счетчик и даем ему имя li. Значение счетчика не указано - по умолчанию оно равно 0 */
  counter-reset: li;
}
div.nums li:before {
  /* Определяем элемент, который будет нумероваться — li. Псевдоэлемент before указывает, что содержимое, вставляемое при помощи свойства content, будет располагаться перед пунктами списка. Здесь же устанавливается значение приращения счетчика (по умолчанию равно 1). */
  counter-increment: li;
  /* С помощью свойства content выводится номер пункта списка. counters() означает, что генерируемый текст представляет собой значения всех счетчиков с таким именем. Точка в кавычках добавляет разделяющую точку между цифрами, а точка с пробелом добавляется перед содержимым каждого пункта списка */
  content: counters(li, ".") ". ";
}
div.nums ol{
  padding-left: calc(+1.5rem);
}

.icon--profile{
  background-image: url("../img/svg/free-icon-profile.svg");
}
.icon--membership{
  background-image: url("../img/svg/free-icon-people.svg");
}
.icon--event{
  background-image: url("../img/svg/premium-icon-timetable.svg");
}
.icon--thesis{
  background-image: url("../img/svg/free-icon-document.svg");
}
.icon--kmu{
  background-image: url("../img/svg/free-icon-medal.svg");
}
.icon--certificate{
  background-image: url("../img/svg/free-icon-certificates.svg");
}
.icon--lang{
  background-image: url("../img/svg/free-icon-internet.svg");
}
.icon--logout{
  background-image: url("../img/svg/free-icon-exit.svg");
}
.icon--materials{
  background-image: url("../img/svg/book.svg");
}

p.indent{
  text-indent: 1rem;
}