.slide-fade-enter-active {
  transition: all 0.2s ease;
}
.slide-fade-leave-active {
  transition: all 0.2s ease;
}
.slide-fade-enter,
.slide-fade-leave-to {
  transform: translatey(10px);
  opacity: 0;
}
.notification-center {
  float: right;
  position: relative;
  height: 65px;
  user-select: none;
}
.notification-center__icon {
  display: block;
  padding: 3px 5px 0;
  cursor: pointer;
  box-sizing: border-box;
}
.notification-center__popup {
  z-index: 11;
  display: block;
  position: absolute;
  left: -149px;
  top: 43px;
  width: 320px;
  height: 360px;
  line-height: normal;
}
.notification-center__triangle {
  position: absolute;
  z-index: 1;
  left: 150px;
  top: 1px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #ffffff transparent;
}
.notification-center__box {
  position: absolute;
  top: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #f5f5f5;
  border: solid 1px #e0e0e0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
}
.notification-center__head {
  position: relative;
  background-color: #ffffff;
  height: 39px;
  border-bottom: solid 1px #e0e0e0;
  text-align: center;
  font-size: 0;
}
.notification-center__settings {
  position: absolute;
  left: 12px;
  top: 5px;
  width: 18px;
  height: 18px;
  cursor: pointer;
  opacity: 0.54;
}
.notification-center__settings:hover {
  opacity: 0.87;
}
.notification-center__back {
  position: absolute;
  left: 11px;
  top: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.54;
}
.notification-center__back:hover {
  opacity: 0.87;
}
.notification-center__title {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  display: inline-block;
  padding: 0 30px 0;
  background: url("//ss.sport-express.ru/projects/desktop/img/icons/se-logo.svg") no-repeat left;
  background-size: 21px 20px;
  color: #212121;
}
.notification-center__close {
  position: absolute;
  right: 10px;
  top: 5px;
  width: 20px;
  height: 20px;
  cursor: pointer;
  opacity: 0.54;
}
.notification-center__close:hover {
  opacity: 0.87;
}
.notification-center__message-box {
  display: table;
  width: 100%;
  height: 100%;
}
.notification-center__message-middle {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  text-align: center;
  padding-bottom: 80px;
  font-family: "Fira Sans", Arial, sans-serif;
  color: #757575;
  font-size: 12px;
  line-height: 16px;
}
.notification-center__arrow {
  display: block;
  margin: 10px auto 0;
  opacity: 0.54;
}
.notification-center__button {
  font-family: "Fira Sans", Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 40px;
  position: absolute;
  left: -1px;
  right: -1px;
  bottom: 39px;
  height: 40px;
  text-align: center;
  background-color: #424242;
  color: #ffffff;
  cursor: pointer;
  -webkit-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
}
.notification-center__button:hover {
  background-color: #303030;
}
.notification-center__post-box {
  height: 300px;
  overflow-y: scroll;
  padding: 0 10px;
}
.notification-center__post {
  display: block;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: 9px;
  margin: 10px 0 0 0;
  font-family: "Fira Sans", Arial, sans-serif;
  color: #212121;
  font-size: 12px;
  line-height: 16px;
}
.notification-center__post:hover {
  color: #212121;
  border-color: #e0e0e0;
}
