.lt__news {
  font-size: 30px;
  line-height: 1;
}
.lt__news ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-bottom: 130px;
}
.lt__news li + li {
  margin-left: 15px;
}
.lt__news li a, .lt__news li button {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  border: 0;
  background: none;
  text-align: left;
  line-height: 1;
}
.lt__news li a img, .lt__news li button img {
  width: 100%;
}
.lt__news li p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lt__news li .lt__date {
  font-size: 0.9em;
  color: #bfbfbf;
  padding: 0.8em 0 1em;
}
.lt__news li .lt__title {
  font-weight: normal;
  line-height: 1.5;
}
.lt__news li .lt__title em {
  font-style: normal;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.lt__news .lt__more {
  font-size: 26px;
  width: 14.8em;
  height: 3.3em;
  border-radius: 10em;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 2px solid #1b1b1b;
}
.lt__news .lt__more::after {
  content: "";
  width: 1em;
  height: 0.6em;
  margin-left: 3em;
  background: url(/skin/latest/news/img/arrow.png) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt__news .lt__more:hover::after {
  margin-left: 4em;
}

#lt__layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8666666667);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  pointer-events: none;
  z-index: -1;
}
#lt__layer.--active {
  opacity: 1;
  pointer-events: all;
  z-index: 99999;
}
#lt__layer .video__wr {
  position: relative;
}
#lt__layer .video__wr img {
  width: auto;
  height: 80vh;
}
#lt__layer .video__wr iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
#lt__layer .video__wr .video__close {
  position: absolute;
  top: 0;
  left: calc(100% + 0.2em);
  border: 0;
  background: none;
  font-size: 6vh;
  width: 1em;
  height: 1em;
}
#lt__layer .video__wr .video__close::before, #lt__layer .video__wr .video__close::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  translate: -50% -50%;
  width: 2px;
  height: 1em;
  background: #fff;
}
#lt__layer .video__wr .video__close::before {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
#lt__layer .video__wr .video__close::after {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}/*# sourceMappingURL=style.css.map */