.pointer {
  pointer-events: none;
}



.un-image {
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 6px;
}

.un-title__2 {
      font-size: 22px;
    margin: 1rem 0;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

.un-reg {
  margin-top: 1rem;
  counter-reset: custom-counter; 
}
.un-reg__item {
  width: 100%;
  margin-bottom: 1rem;
  padding: 10px 10px 10px 50px;
  list-style-type: none;
  border-left: 3px solid #e11229;
  border-right: 3px solid #e11229;
  border-radius: 6px;
  background: whitesmoke;
  counter-increment: custom-counter;
  position: relative;
}

.un-reg__item:before {
  display: inline-flex
;
    align-items: center;
    justify-content: center;
    font-weight: 600;
    font-size: 20px;
    width: 30px;
    height: 30px;
    color: #e11229;
    border: 2px solid #e11229;
    border-radius: 50%;
    left: 10px;
    top: 50%;
    content: counter(custom-counter);
    position: absolute;
    transform: translate(0%, -50%);
}

ol {
    counter-reset: custom-counter; 
}
  
ol li {
    counter-increment: custom-counter; /* Увеличиваем счётчик на 1 */
}
  
ol li::before {
    content: counter(custom-counter)
}

.un-screenshot {
  max-width: 230px;
  width: 100%;
  border-radius: 6px;
  margin-top: 10px;
}

.un-button {
  display: block;
  width: 80%;
  max-width: 450px;
  margin-inline: auto;
  text-align: center;
  background: #e11229;
  box-shadow: 0 5px 0px 0 #310409;
  color: #fff !important;
  padding: 15px;
  border-radius: 6px;
  transition: box-shadow 0.3s ease-in-out;
  text-decoration: none !important;
  margin-bottom: 20px;
}
.un-button:hover {
  box-shadow: none;
  text-decoration: underline;
  background: #007FFF;
}

.menu-footer[data-v-7f868c2e] {
  margin: 20px 0;
}

.share-comment {
  margin-left: 50px;
}

@media (max-width: 991px) {
  .mobile-hidden {
    display: none;
  }
  .mobile-header {
    padding-top: 0.5rem;
  }
  .mobile-imglogo {
    width: 100px;
    padding-left: 0.6rem;
  }
  .mobile-position {
    margin-top: 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .mobile-date {
    margin-top: 0.7rem;
    margin-left: 0;
  }
  .mobile-journ {
    padding-left: 0;
  }
  .mobile-main {
    padding-right: 0.625rem;
    padding-left: 0.625rem;
  }
  .bg-white {
    background-color: transparent;
  }
}
.photo-hero {
  padding: 15px 0 15px 0;
}
.flex.gap-2.h-4 {
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 14px;
}
.news-2 {
  color: #8c8c8d !important;
}
.flex.w-full.justify-center {
margin-bottom: 5px;
}
.news-border {
  position: relative;
}
.news-border::after {
  content: '';
  bottom: 0;
  right: 0;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #02c9ff;
  border-radius: 20px;
}