/*.t-rec {*/
/*    word-break: normal !important;*/
/*}*/

.t404__img {
    border-radius: 10px !important;
}

.uc-blog-cards .t404__imgbox {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.30);
   border-radius: 10px !important;
}

.uc-blog-cards .t404__tag {
    background-color: #00803a;
    padding: 3px 0px 3px 11px;
    border-radius: 10px;
    color: white;
}


.t898 .t898__btn{
    right: inherit !important;
    
}

/*СВОЙСТВА БАННЕРА */

.up-article-banner,
.up-article-banner * {
  box-sizing: border-box;
}

.up-article-banner[hidden] {
  display: none !important;
}

.up-article-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 100000;

  width: min(390px, calc(100vw - 32px));
  padding: 28px 26px 24px;

  color: #161616;
  background: #ffffff;
  border: 1px solid rgba(0, 128, 67, 0.12);
  border-radius: 18px;
  box-shadow: 0 8px 30px rgba(0, 45, 24, 0.18);

  font-family: "TildaSans", Arial, sans-serif;

  opacity: 1;
  transform: translateY(0);
  transition:
    opacity 0.2s ease,
    transform 0.2s ease;
}

.up-article-banner--closing {
  opacity: 0;
  transform: translateY(12px);
  pointer-events: none;
}

.up-article-banner__close {
  position: absolute;
  top: 8px;
  right: 8px;

  display: flex;
  align-items: center;
  justify-content: center;

  width: 36px;
  height: 36px;
  padding: 0;

  color: #222222;
  background: transparent;
  border: 0;
  border-radius: 50%;
  cursor: pointer;

  font: inherit;
  font-size: 27px;
  font-weight: 300;
  line-height: 1;

  transition:
    color 0.2s ease,
    background-color 0.2s ease;
}

.up-article-banner__close:hover {
  color: #008f49;
  background: #f0f8f3;
}

.up-article-banner__title {
  max-width: 315px;
  margin: 0 34px 12px 0;

  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.up-article-banner__text {
  margin: 0 0 20px;

  font-size: 16px;
  font-weight: 400;
  line-height: 1.45;
}

.up-article-banner__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;

  min-height: 44px;
  padding: 11px 20px;

  color: #ffffff !important;
  background: #009846;
  border-radius: 10px;

  font-size: 16px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;

  transition:
    background-color 0.2s ease,
    transform 0.2s ease;
}

.up-article-banner__link:hover {
  color: #ffffff !important;
  background: #007f3b;
  transform: translateY(-1px);
}

.up-article-banner__close:focus-visible,
.up-article-banner__link:focus-visible {
  outline: 3px solid rgba(0, 152, 70, 0.35);
  outline-offset: 3px;
}

@media (max-width: 640px) {
  .up-article-banner {
    right: 12px;
    bottom: 12px;
    left: 12px;

    width: auto;
    padding: 25px 20px 20px;
    border-radius: 16px;
  }

  .up-article-banner__title {
    font-size: 20px;
  }

  .up-article-banner__text {
    margin-bottom: 18px;
    font-size: 15px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .up-article-banner,
  .up-article-banner__link {
    transition: none;
  }
}

/*КОНЕЦ СВОЙСТВА БАННЕРА */
