/* v40: верхний видео-контейнер на странице фуршетов */
.furshet-page .furshet-video-section{
  width:min(1180px, calc(100% - 36px)) !important;
  padding:34px 0 18px !important;
  margin:0 auto !important;
}

.furshet-page .furshet-video-box{
  position:relative !important;
  width:100% !important;
  max-width:980px !important;
  margin:0 auto !important;
  padding:10px !important;
  border-radius:34px !important;
  overflow:hidden !important;
  background:linear-gradient(145deg, rgba(255,245,230,.13), rgba(255,245,230,.045)) !important;
  border:1px solid rgba(255,245,230,.18) !important;
  box-shadow:0 26px 72px rgba(0,0,0,.30), inset 0 1px 0 rgba(255,255,255,.13) !important;
}

.furshet-page .furshet-video-box::before{
  content:"" !important;
  position:absolute !important;
  inset:10px !important;
  z-index:2 !important;
  pointer-events:none !important;
  border-radius:26px !important;
  box-shadow:inset 0 0 0 1px rgba(255,224,160,.20), inset 0 -70px 90px rgba(21,12,7,.22) !important;
}

.furshet-page .furshet-top-video{
  display:block !important;
  width:100% !important;
  height:auto !important;
  aspect-ratio:16 / 7 !important;
  object-fit:cover !important;
  border-radius:26px !important;
  background:#1d120c !important;
}

.furshet-page .furshet-video-section + .hero{
  padding-top:26px !important;
}

@media (max-width:980px){
  .furshet-page .furshet-video-section{
    width:calc(100% - 18px) !important;
    padding:18px 0 12px !important;
  }

  .furshet-page .furshet-video-box{
    max-width:100% !important;
    padding:7px !important;
    border-radius:26px !important;
  }

  .furshet-page .furshet-video-box::before{
    inset:7px !important;
    border-radius:20px !important;
  }

  .furshet-page .furshet-top-video{
    aspect-ratio:16 / 10 !important;
    border-radius:20px !important;
  }

  .furshet-page .furshet-video-section + .hero{
    padding-top:18px !important;
  }
}

@media (max-width:520px){
  .furshet-page .furshet-video-section{
    padding-top:12px !important;
  }

  .furshet-page .furshet-top-video{
    aspect-ratio:4 / 3 !important;
  }
}
