.pl763847__wrap {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  min-height: 100%;
  font-size: 0;
  line-height: 0;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  font-family: 'Roboto', sans-serif !important;
  z-index: 10000000000;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;

}


.pl763847__blur {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: -9;
  backdrop-filter: blur(9px);
  background: #00000036;
}

.pl763847__closelink {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 999;
  padding: 10px;
  background-color: #fff;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  box-sizing: content-box;
  cursor: pointer;
  text-transform: none;
    letter-spacing: normal;
    font-weight: normal;
}

.pl763847__closelink div {
  display: block;
  color: #000;
  font-size: 16px;
  cursor: pointer;

}

.pl763847__close {
  width: 12px;
  cursor: pointer;
  border-radius: 3px;
  margin-left: 10px;
  box-sizing: content-box;
  cursor: pointer;

}

.pl763847__btn {
  position: absolute;
  cursor: pointer;
  z-index: 99;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.pl763847__content {
  display: inline-block;
  vertical-align: top;
  position: fixed;
  top: 20px;
  left: 0;
  right: 0;
  margin: auto;
  padding: 0;
  width: 97%;
  max-width: 400px;
  font-size: 13px;
  text-align: left;
  border-radius: 10px;
  background: #fff;
  white-space: normal;
  z-index: 3;
  color: #000;
  text-align: center;
  border: 1px solid #b9b9b9f2;

}

.pl763847__message_content {
  width: 100%;
}

.pl763847__content .pl763847__message {
  padding: 20px !important;
  line-height: 17px !important;
  display: -webkit-flex;
  display: -ms-flex;
  display: flex;
}

.pl763847__message .pl763847__message img {
  width: 50px;
  height: 50px;
  margin-right: 10px;
}


.pl763847__name__abonem {
  font-size: 16px;
  font-weight: 800;
  color: #181617;
  margin: 0 !important;
  padding: 0 !important;

}

.pl763847__message__desc {
  font-size: 15px;
  margin: 5px 0 !important;
  padding: 0 !important;
  color: #686868;
}


.pl763847__message {
  text-align: left;
}

.pl763847__mes-img {
  width: 30px;
  margin-right: 10px;
  fill: red;
}

.pl763847__dots-img {
  width: 17px;
  height: auto;
}

.pl763847__dots {
  display: flex;
  align-items: center;
}

@media(max-width:700px) {
  .pl763847__content {
    display: inline-block;
    vertical-align: top;
    position: fixed;
    top: 60px;
  }
}




@-webkit-keyframes pl763847__bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes pl763847__bounceInDown {

  from,
  60%,
  75%,
  90%,
  to {
    -webkit-animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }

  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, -3000px, 0);
    transform: translate3d(0, -3000px, 0);
  }

  60% {
    opacity: 1;
    -webkit-transform: translate3d(0, 25px, 0);
    transform: translate3d(0, 25px, 0);
  }

  75% {
    -webkit-transform: translate3d(0, -10px, 0);
    transform: translate3d(0, -10px, 0);
  }

  90% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }

  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.pl763847__bounceInDown {
  -webkit-animation-name: pl763847__bounceInDown;
  animation-name: pl763847__bounceInDown;
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}