.lt__youtube {
  width: 1600px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 14px;
  line-height: 1;
  color: #676767;
}
.lt__youtube h3 {
  font-size: 3.57em;
  font-weight: normal;
  color: #000;
  padding-bottom: 0.4em;
  line-height: 0.6;
}
.lt__youtube h3 strong {
  font-weight: normal;
}
.lt__youtube .lt__title {
  width: calc(100% - 1100px);
}
.lt__youtube .title__wrapper {
  padding-bottom: 1em;
}
.lt__youtube .lt__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.lt__youtube .lt__button button {
  border: 0;
  border-bottom: 1px solid #dedede;
  padding: 1em;
  margin-top: 2em;
  position: relative;
  text-align: left;
  background: none;
  padding-left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.lt__youtube .lt__button button * {
  display: block;
}
.lt__youtube .lt__button button strong {
  font-size: 1.4em;
  font-weight: normal;
  width: calc(100% - 80px);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.lt__youtube .lt__button button span {
  font-size: 13px;
}
.lt__youtube .lt__button button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 25px;
  translate: 0 -50%;
  width: 40px;
  height: 40px;
  background: url(/skin/latest/yt/img/icon-play.svg) center/contain no-repeat;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0.3;
}
.lt__youtube .lt__button button.--active {
  background: #f4f4f4;
  padding-left: 1em;
}
.lt__youtube .lt__button button.--active::after {
  opacity: 1;
}
.lt__youtube .lt__frame iframe {
  width: 1100px;
  height: 620px;
}

@media screen and (max-width: 1650px) {
  .lt__youtube {
    width: 90%;
  }
  .lt__youtube h3 {
    font-size: 3em;
  }
  .lt__youtube .lt__title {
    width: calc(100% - 900px);
  }
  .lt__youtube .lt__frame iframe {
    width: 900px;
    height: 507px;
  }
  .lt__youtube .lt__button button {
    margin-top: 1em;
  }
  .lt__youtube .lt__button button strong {
    font-size: 1.2em;
  }
}/*# sourceMappingURL=style.css.map */