/*
<div class="w-100 vh-100 overflow-hidden flex justify-center specials-header" data-style="background-image: url(/images/pavel/specials-header-img.png)">
  <a href="/" class="z-1 left-2 mt4 absolute link dim tech_logo" style="width: 120px; height: 30px; filter: invert(1);"></a>
    <video class="db relative" style="
    width: 160vw;
    height: 120vh;
    top: -10vh;" poster="/images/pavel/02-specials-cover.jpg" oncontextmenu="return false;" playsinline autoplay muted loop src="/images/pavel/specials-cover_3.mp4">
  </video>
  <section class="absolute bottom-2 left-2 specials-header-text">
  <h1 class="ttu white specials-header-title">BURO. Specials</h1>
  <p class="ma0 white specials-header-subtitle">Специальные проекты и партнерские материалы BURO., созданные 
    в сотрудничестве с топ-брендами, — полноценные интегрированные кампании. Мы используем кастом-решения и 
    осуществляем весь цикл производства проекта — от концепта до реализации, включая производство фото- и видеосъемок.</p>
  </section>
</div>
<script defer src="https://unpkg.com/smoothscroll-polyfill@0.4.4/dist/smoothscroll.min.js"></script>
*/
.video-section.videopage h1,
.specials-header,
.ticker-brands {
  font-family: 'Buro-Cyrillic', Helvetica, Arial, serif;
}

.specials-header-text {
  max-width: 540px;
}

.specials-header-title {
  font-weight: 500;
  font-size: 64px;
  line-height: 100%;
  margin-bottom: 10px;
}

.specials-header-subtitle {
  font-size: 16px;
  line-height: 18px;
}

.header-banner {
  position: relative;
  top: auto;
}

header.header {
  display: none
}

.specialpage {
  padding-top: 50px
}

.specialpage button {
  padding: 0;
}

.specialpage .top-five {
  margin-bottom: 20px;
}

.specialpage .section__title,
.sp-less,
.sp-more {
  font-size: 14px;
  line-height: 16px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: rgb(1, 1, 1);
  /*
  font-family: Arial, Helvetica, sans-serif;
  */
  transition: opacity .3s;
}

.specialpage .section__title {
  font-size: 22px;
  /* font-weight: 700; */
  display: flex;
  align-items: center;
}

.specialpage .tech_logo {
  width: 120px;
  height: 30px;
  /* filter: invert(1); */
}

.specialpage .sp-more {
  padding-right: 30px;
  background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 15 15' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.5 0L7.5 15M0 7.5H15' stroke='rgb(1,1,1)'/%3E%3C/svg%3E%0A");
}

.infinity-pages:empty~nav .sp-less {
  opacity: 0;
}

.main_content_container {
  overflow-x: hidden;
}

.specialpage .ticker-brands-item {
  display: flex;
  cursor: default;
  font-size: 24px;
  font-weight: 500;
  padding: 30px 0;
  white-space: nowrap;
}

.specialpage .ticker-brands:hover {
  animation-play-state: paused;
}

.ticker-brand {
  color: rgb(1, 1, 1);
}

.specialpage .section__title.with-line:after {
  flex-grow: 1;
  content: '';
  display: block;
  width: 0%;
  height: 1px;
  margin-left: 10px;
  background: rgb(1, 1, 1);
}

.specialpage .specprojects-section,
.specialpage .promo-section {
  margin-bottom: 40px;
}

.specialpage~.video-section {
  margin-bottom: 90px;
}

.specialpage~.video-section .slide_video {
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}

/*

███╗   ███╗  ██████╗  ██████╗  ██╗ ██╗      ███████╗
████╗ ████║ ██╔═══██╗ ██╔══██╗ ██║ ██║      ██╔════╝
██╔████╔██║ ██║   ██║ ██████╔╝ ██║ ██║      █████╗
██║╚██╔╝██║ ██║   ██║ ██╔══██╗ ██║ ██║      ██╔══╝
██║ ╚═╝ ██║ ╚██████╔╝ ██████╔╝ ██║ ███████╗ ███████╗
╚═╝     ╚═╝  ╚═════╝  ╚═════╝  ╚═╝ ╚══════╝ ╚══════╝

*/
@media screen and (max-width: 768px) {
  .viewport {
    overflow-x: hidden;
  }

  .specialpage .tag-popular {
    display: none
  }

  .specials-header-text {
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, #AA6035 100%);
    padding-left: 20px;
    padding-right: 20px;
  }

  .specials-header-title {
    font-size: 48px;
    line-height: 44px;
  }

  .specialpage .news_header__tags {
    display: flex;
    flex-wrap: wrap;
  }

  .specialpage .top-five__item .item__img,
  .specialpage .smallPreview .image-wrap {
    height: auto;
  }

  .specialpage .top-five .slick-dots {
    text-align: center;
    width: auto;
  }

  .specialpage .ticker-brands-item {
    background: rgb(1, 1, 1);
    color: rgb(254, 254, 254);
  }

  .specialpage .top-five .slick-dots {
    margin-left: auto;
    margin-right: auto;
  }

  .specprojects-section nav,
  .specialpage .specprojects-section .section__title,
  .specialpage .specprojects-section .mediumPreview__header,
  .specialpage .specprojects-section .news_header__tags {
    margin-left: 20px;
    margin-right: 20px;
  }

  .specialpage .top-five,
  .specialpage .ticker-brands,
  .specialpage .specprojects-section,
  .specialpage .promo-section {
    margin-bottom: 30px;
  }

  .specialpage .section__title {
    font-size: 16px;
  }

  .specialpage .video-section,
  .specialpage .mediumPreview {
    margin-bottom: 60px;
  }

  .specialpage .promo-section .smallPreview {
    max-width: calc(50% - 15px);
    margin-bottom: 30px;
    margin-right: 15px;
  }

  .specialpage .promo-section .smallPreview:nth-child(even) {
    margin-left: 15px;
    margin-right: 0;
  }

  .specialpage .promo-section .smallPreview__header {
    font-size: 14px;
    line-height: 16px;
  }
}