.reset-css {
  border: 0;
  line-height: 1.5;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  font-size: 100%;
  border-collapse: separate;
  border-spacing: 0;
  text-align: left;
  vertical-align: middle;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::after,
*::before {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
* {
  -webkit-tap-highlight-color: transparent;
}

a {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0) !important;
  -webkit-tap-highlight-color: transparent;
}
a:active {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}
a:focus {
  text-decoration: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.d_n {
  display: none;
}

@media (max-width: 600px) {
  body {
    font-family: "Roboto", sans-serif;
  }
  a {
    text-decoration: none;
  }

  .telegramPopupStart {
    top: -110px;
    position: absolute;
    align-self: center;
    width: 95%;
    height: auto;
    padding: 10px 5px 10px 5px;

    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
    display: flex;
    animation-name: animationPopup;
    animation-duration: 0.5s;
    animation-delay: 0.5s;
    background: rgba(249, 249, 249, 95%);
    border-radius: 30px;
    margin-left: 2.5%;
  }
  .telegramPopupEnd {
    top: 30.398px;
    position: absolute;
    align-self: center;
    width: 95%;
    height: auto;

    box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
    display: flex;
    background: rgba(249, 249, 249, 95%);
    border-radius: 30px;
    padding: 10px 5px 10px 5px;
    margin-left: 2.5%;
  }
  @keyframes animationPopup {
    0% {
      top: -110px;
    }
    100% {
      top: 30.398px;
    }
  }

  @media screen and (min-width: 419px) {
    .telegramPopupStart {
      top: -110px;
      position: absolute;
      align-self: center;
      width: 95%;
      height: auto;
      padding: 10px 5px 10px 5px;
      border-radius: 30px;
      box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
      display: flex;
      animation-name: animationPopup;
      animation-duration: 0.5s;
      animation-delay: 0.5s;
      background: rgba(249, 249, 249, 95%);
      margin-left: 2.5%;
    }
    .telegramPopupEnd {
      top: 65.398px;
      position: absolute;
      align-self: center;
      width: 95%;
      height: auto;
      border-radius: 30px;
      box-shadow: 1px 1px 5px 0px rgb(0 0 0 / 50%);
      display: flex;
      background: rgba(249, 249, 249, 95%);
      padding: 10px 5px 10px 5px;
      margin-left: 2.5%;
    }
    @keyframes animationPopup {
      0% {
        top: -110px;
      }
      100% {
        top: 65.398px;
      }
    }
  }

  /* /////////////// */
  /* .animation_start {
    animation-duration: 0.2s;
    animation-name: showNotification;
    animation-fill-mode: forwards;
    animation-iteration-count: 1;
} */

  /* /////////////// */

  .imgNamePopup {
    margin: 36% 0% 0% 8%;
    width: 40px;
    height: 40px;
    background: #778ffe;
    border-radius: 50px;
    text-align: -webkit-center;
    font-size: 30px;
    font-weight: lighter;
    color: #ffff;
    padding: 3px 0 0 0;
    background-image: linear-gradient(to top, #778ffe, #bac0db);
  }
  .iogoTelegramPopup {
    position: absolute;
    width: 20px;
    height: 20px;
    top: 40px;
    left: 30px;
  }
  .textTitlePopup {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }
  .fd_column {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    padding: 3% 0% 0% 3%;
    width: 87%;
  }
  .userNamePopup {
    font-weight: bold;
    margin: 0 0 3px 0;
  }
  .timePopup {
    font-size: 14px;
    color: #343531;
  }
  .d_n {
    display: none;
  }
  .textMessagePopup {
    width: 100%;
    font-size: 15px;
    padding: 0 0 0 1%;
  }
  a {
    text-decoration: none;
  }
}
