.basic-animation {
    transition: all .2s ease-in-out; }
  
  * {
    margin: 0;
    padding: 0; }
  
  html,
  body {
    height: 100%; }
  
  .wrapper {
    display: table;
    height: 100%;
    width: 100%; }
  
  .main-body {
    display: table-row;
    height: 100%; }
  
  #main {
    height: calc(100% - 12vh);
    margin-top: 12vh;
    position: relative; }
  
  #modal_back {
    display: none;
    position: fixed;
    z-index: 9998;
    top: 50%;
    right: 50%;
    margin: auto;
    transform: translate(50%, -50%);
    background-color: rgba(0, 0, 0, 0.5);
    width: 100vw;
    height: 100vh; }
  
  #modal-window {
    position: fixed;
    top: 50%;
    right: 50%;
    margin: auto;
    transform: translate(50%, -50%);
    z-index: 9999;
    border: solid 1px #15AAE6;
    background-color: white;
    max-height: 90%;
    overflow: auto;
    max-width: 90%; }
  
  #close_btn {
    cursor: pointer;
    position: absolute;
    z-index: 10000;
    right: 10px;
    top: 10px; }
  
  /*.field {
      display: flex;
  
  }
  
  .field label{
      width
  }
  
  .grid-container {
      display: grid;
      grid-template-columns: auto auto;
      width: 60%;
      margin: auto;
      grid-gap: 10px;
  }*/
  .logo-wrapper {
    width: 14.0625%;
    height: 7.233273056057866vh; }
  
  .logo-wrapper__logo {
    display: block;
    width: 100%;
    height: 100%; }
  
  .main-header {
    position: fixed;
    display: flex;
    align-items: center;
    background-color: #023351;
    padding: 3.703703703703704vh 4.166666666666667%;
    width: 100%;
    height: 12vh;
    top: 0;
    left: 0;
    right: 0;
    z-index: 997; }
  
  .main-header__wrapper {
    width: 88.88888888888889%;
    margin: 0 auto; }
  
  .nav-menu {
    display: flex;
    align-items: center; }
    .nav-menu .nav-links a {
      padding: 0 10px;
      font-size: 18px;
      font-weight: 500; }
  
  /*FOOTER*/
  .main-footer {
    background-color: #ccc; }
  
  #footer {
    color: #023351;
    height: 7vh;
    font-size: 12px; }
    #footer .footer-wrap {
      height: 100%;
      align-items: center;
      justify-content: center;
      width: 62.5%;
      margin: 0 auto;
      height: 100%; }
    #footer .footer-elem {
      text-align: center;
      position: relative;
      padding: 0 25px; }
      #footer .footer-elem span {
        color: #023351;
        text-decoration: underline; }
      #footer .footer-elem:after {
        display: block;
        content: "";
        position: absolute;
        top: 50%;
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
        right: 0;
        width: 1px;
        height: 11px;
        background-color: #023351; }
      #footer .footer-elem:last-of-type {
        padding-right: 0; }
        #footer .footer-elem:last-of-type:after {
          display: none; }
      #footer .footer-elem:first-of-type {
        padding-left: 0; }
  
  .nav-links i {
    color: white;
    margin-right: 5px; }
  
  .head_wrap {
    justify-content: space-between; }
  
  .red {
    color: red; }
    
.basic-animation, .basic-button, button, .basic-input, input[type="text"], input.k-textbox, .basic-input:hover, input[type="text"]:hover, input.k-textbox:hover, .basic-radio-wrapper__block, .basic-radio-wrapper__block::after, .k-dropdown .k-dropdown-wrap {
    transition: all .2s ease-in-out; }
    
    label {
    margin: 0; }
    
    a {
    color: white;
    text-decoration: none; }
    a:hover {
        color: white;
        text-decoration: none; }
    
    .flex {
    display: flex; }
    
    .justify-content {
    justify-content: center; }

.logout-title {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);}