.t774__textwrapper {
    padding: 20px 20px;
}

.t-btn_sm {
    font-size: 16px;
}

.t-feed__slider-grid__wrapper.t-feed__slider-grid__wrapper_align .t-feed__button-readmore {
    margin-top: 0px;
}

#rec1125304576 .t-section__title {
    margin-bottom: 40px;
}

#rec1125321486 .t-section__title {
    margin-bottom: 40px;
}

.t396__elem.zoomon {
overflow: hidden;
}

.zoomon .tn-atom {
transition: all 0.5s ease;
}

.zoomon .tn-atom:hover {
transform: scale(1.2);
}

.t1004__scroll-icon-wrapper {
  display: none !important;
}


/* Кнопка, на которую ты добавляешь класс t-flash */
.tn-elem.t-flash {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  z-index: 1;
}

.tn-elem.t-flash::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255,255,255,0) 0%,
    rgba(255,255,255,0.25) 50%,
    rgba(255,255,255,0) 100%
  );
  transform: skewX(-20deg);
  animation: flash-sweep 1.8s infinite linear;
  pointer-events: none;
  z-index: 0;
  border-radius: 10px;
}

@keyframes flash-sweep {
  0% {
    left: -75%;
  }
  100% {
    left: 125%;
  }
}

.t390__btn-wrapper, .t390__social {
        margin-top: -10px;
    }


