@import "../font/stylesheet.css";
.ntv {
  position: relative;
  color: #fff;
  background-color: #161616;
  background-image: url("/assets/spec/ntv-yr-2022/img/test-full-bg-tiny.png");
  background-position: center -10px;
  background-attachment: fixed;
  background-size: 740px auto;
  background-repeat: no-repeat;
  font-size: 18px;
  font-family: Halvar, sans-serif;
  font-weight: 300;
  line-height: 1.2;
}
@media  all and (min-width: 540px) {
  .ntv {
    background-size: 980px auto;
  }
}
@media  all and (min-width: 768px) {
  .ntv {
    font-size: 20px;
    background-size: 1300px auto;
  }
}
@media  all and (min-width: 1200px) {
  .ntv {
    background-size: 1920px auto;
  }
}
.ntv-wrap {
  max-width: 934px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 12px;
  padding-right: 12px;
}
.ntv-wrap__out {
  max-width: 1300px;
  margin: 0 auto;
  padding: 1px 0;
}
.ntv-text-head {
  color: #00AA00;
  text-transform: uppercase;
  font-weight: 300;
  font-size: 1.5em;
  margin: 40px 0 20px;
}
@media  all and (min-width: 768px) {
  .ntv-text-head {
    font-size: 2em;
  }
}
@media  all and (min-width: 1024px) {
  .ntv-text-head {
    margin: 100px 0 60px;
  }
}
.ntv-block {
  position: relative;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media  all and (min-width: 1024px) {
  .ntv-block {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.ntv-block--bluring:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 170, 0, 0.4);
  filter: blur(12.5px);
}
.ntv-block--head-margin {
  margin-top: 60px;
}
@media  all and (min-width: 1024px) {
  .ntv-block--head-margin {
    margin-top: 100px;
  }
}
.ntv-block__content {
  position: relative;
}
.ntv-responsive {
  max-width: 100%;
}
.ntv-content {
  position: relative;
  padding-top: 1px;
  padding-bottom: 60px;
  /*background-image: url("/assets/spec/ntv-yr-2022/img/test-bg.png");
    background-position: center 884px;
    background-attachment: fixed;
    background-repeat: repeat-y;*/
}
.ntv-share-scroller {
  position: absolute;
  top: 0;
  left: 12px;
  height: 100%;
  width: 24px;
}
.ntv .ya-share2 {
  position: sticky;
  top: calc(100% - 36px);
  z-index: 3;
}
@media  all and (min-width: 1024px) {
  .ntv .ya-share2 {
    top: 50%;
    transform: translate(0, -50%);
    width: 24px;
  }
}
.ntv .ya-share2__list {
  display: flex;
}
@media  all and (min-width: 1024px) {
  .ntv .ya-share2__list {
    flex-direction: column;
  }
}
.ntv .ntv-header {
  position: relative;
  height: 320px;
}
@media  all and (min-width: 540px) {
  .ntv .ntv-header {
    height: 400px;
  }
}
@media  all and (min-width: 768px) {
  .ntv .ntv-header {
    height: 600px;
  }
}
@media  all and (min-width: 1200px) {
  .ntv .ntv-header {
    height: 884px;
  }
}
.ntv .ntv-head {
  position: absolute;
  top: 30px;
  left: 50%;
  transform: translate(-50%, 0);
  text-align: center;
  font-weight: 300;
  font-size: 27px;
  white-space: nowrap;
}
@media  all and (min-width: 540px) {
  .ntv .ntv-head {
    top: 58px;
    font-size: 32px;
  }
}
@media  all and (min-width: 768px) {
  .ntv .ntv-head {
    top: 80px;
    font-size: 50px;
  }
}
@media  all and (min-width: 1200px) {
  .ntv .ntv-head {
    top: 118px;
    font-size: 70px;
  }
}
.ntv .ntv-head__brand {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
}
.ntv-quote {
  position: relative;
  background-image: url("/assets/spec/ntv-yr-2022/img/quote-bg.png");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
@media  all and (min-width: 1024px) {
  .ntv-quote__stein {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 125%;
    background: url("/assets/spec/ntv-yr-2022/img/quote-stein.png") right bottom no-repeat;
    background-size: auto 100%;
    transform: translate(13%, 0);
  }
}
@media  all and (min-width: 1024px) {
  .ntv-quote__stein2 {
    z-index: 1;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 125%;
    background: url("/assets/spec/ntv-yr-2022/img/quote-stein2.png") right bottom no-repeat;
    background-size: auto 100%;
    transform: translate(11%, 0);
  }
}
.ntv-quote__inner {
  padding: 24px;
}
@media  all and (min-width: 540px) {
  .ntv-quote__inner {
    padding: 45px;
  }
}
@media  all and (min-width: 1024px) {
  .ntv-quote__inner {
    padding: 45px 84px;
    width: 50%;
  }
}
.ntv-quote__icon {
  width: 48px;
}
@media  all and (min-width: 1024px) {
  .ntv-quote__icon {
    width: 57px;
  }
}
.ntv-quote__icon img {
  max-width: 100%;
}
.ntv-quote__text {
  margin: 24px 0;
}
@media  all and (min-width: 540px) {
  .ntv-quote__text {
    margin: 40px 0;
  }
}
@media  all and (min-width: 1024px) {
  .ntv-quote__text {
    margin: 68px 0;
    min-height: 240px;
  }
}
.ntv-quote__sub {
  font-size: 0.8em;
}
/*# sourceMappingURL=index.css.map */