.article_default.content a {
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.wsf__images_containter > a img,
.postlist__default .post a .post__img_container {
  -webkit-transition: all 0.16s linear;
  transition: all 0.16s linear;
}
#wsfinput,
#wsfclose,
.search__form,
.post__recommended .post__info {
  -webkit-transition: all 0.16s;
  transition: all 0.16s;
}

.insp__item_zoom,
.morebtn .dot,
.owl-dot, 
div.owl-nav .owl-prev, div.owl-nav .owl-next,
.post__overlay,
a {
  -webkit-transition: all 0.32s;
  transition: all 0.32s;
}

a {text-decoration-thickness: 1px;}

@keyframes lights {
  0% {
    color: #8bb533;
    text-shadow:
      0 0 1em rgba(139, 181, 51, 0.2),
      0 0 0.125em rgba(139, 181, 51, 0.3),
      -1em -0.125em 0.5em rgba(244, 200, 24, 0),
      1em 0.125em 0.5em rgba(244, 200, 24, 0);
  }

  30% {
    color: #a6cf55;
    text-shadow:
      0 0 1em rgba(139, 181, 51, 0.5),
      0 0 0.125em rgba(139, 181, 51, 0.5),
      -0.5em -0.125em 0.25em rgba(244, 200, 24, 0.2),
      0.5em 0.125em 0.25em rgba(244, 200, 24, 0.4);
  }

  40% {
    color: #c7e67a;
    text-shadow:
      0 0 1em rgba(139, 181, 51, 0.5),
      0 0 0.125em rgba(139, 181, 51, 0.6),
      -0.25em -0.125em 0.125em rgba(244, 200, 24, 0.2),
      0.25em 0.125em 0.125em rgba(244, 200, 24, 0.4);
  }

  70% {
    color: #a6cf55;
    text-shadow:
      0 0 1em rgba(139, 181, 51, 0.5),
      0 0 0.125em rgba(139, 181, 51, 0.5),
      0.5em -0.125em 0.25em rgba(244, 200, 24, 0.2),
      -0.5em 0.125em 0.25em rgba(244, 200, 24, 0.4);
  }

  100% {
    color: #8bb533;
    text-shadow:
      0 0 1em rgba(139, 181, 51, 0.2),
      0 0 0.125em rgba(139, 181, 51, 0.3),
      1em -0.125em 0.5em rgba(244, 200, 24, 0),
      -1em 0.125em 0.5em rgba(244, 200, 24, 0);
  }
}



