.logo { width: 300px; height: auto;}

.ico {width: 16px; height: auto;}


.nowrap {white-space: nowrap;}

   body {
      margin: 0;
      padding: 0;
      background: #EEF2FC;
    }
    .preloader {
      position: fixed;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: #EEF2FC;
      display: flex;
      justify-content: center;
      align-items: center;
      z-index: 9999;
    }