/* Page-specific adaptations of the blogging section layouts. */
.cinema-page .blog-hero { min-height:0; padding-bottom:30px; }
.cinema-page .blog-hero__facts { position:relative; right:auto; bottom:auto; width:min(1540px,calc(100% - 86px)); margin:0 auto 16px; transform:none; }
.cinema-page .cinema-hero__skills { position:relative; right:auto; bottom:auto; margin:0 auto; transform:none; }
.cinema-page .cinema-hero__actions .blog-button { min-width:0; }
.cinema-page .cinema-hero__message,
.cinema-page .cinema-hero__checklist,
.cinema-page .cinema-hero__scene { display:grid; pointer-events:none; }
@media(min-width:901px) {
  .cinema-page .cinema-hero__actor { right:9%; bottom:0; height:calc(100% - 18px); }
  .cinema-page .cinema-hero__message { top:39%; right:-3%; width:180px; min-height:126px; padding:15px 13px; grid-template-columns:40px 1fr; gap:9px; }
  .cinema-page .cinema-hero__message img { width:40px; height:40px; }
  .cinema-page .cinema-hero__message div { gap:11px; }
  .cinema-page .cinema-hero__message strong { font-size:13px; }
  .cinema-page .cinema-hero__message span { font-size:9px; }
  .cinema-page .cinema-hero__checklist { left:-2%; bottom:3%; width:140px; padding:14px; gap:7px; }
  .cinema-page .cinema-hero__scene { right:-3%; bottom:1%; width:165px; min-height:100px; padding:15px 16px; }
}
@media(max-width:1180px) { .cinema-page .blog-hero__facts { width:calc(100% - 44px); } }
@media(max-width:900px) { .cinema-page .blog-hero__facts { width:calc(100% - 36px); } }
@media(max-width:680px) { .cinema-page .blog-hero__facts { width:calc(100% - 28px); } }
@media(max-width:680px) {
  .cinema-page .cinema-hero__message { right:-5%; width:145px; padding:10px 8px; grid-template-columns:30px 1fr; gap:6px; }
  .cinema-page .cinema-hero__message img { width:30px; height:30px; }
  .cinema-page .cinema-hero__message div { gap:6px; }
  .cinema-page .cinema-hero__message strong { font-size:10px; }
  .cinema-page .cinema-hero__message span { font-size:7px; }
  .cinema-page .cinema-hero__checklist { left:-4%; width:112px; }
  .cinema-page .cinema-hero__scene { display:none; }
}
.cinema-work-grid { display:grid; grid-template-columns:repeat(3,minmax(0,1fr)); gap:22px; margin-top:38px; }
.cinema-work-grid figure { margin:0; overflow:hidden; border-radius:26px; background:#fff; box-shadow:0 16px 38px #342c6814; }
.cinema-work-grid img { display:block; width:100%; height:460px; object-fit:contain; background:#171822; }
.cinema-work-grid figcaption { padding:24px; }
.cinema-work-grid figcaption span { display:block; color:#c45313; font-size:12px; font-weight:800; }
.cinema-work-grid strong { display:block; margin-top:8px; font-size:23px; }
.cinema-work-grid p { color:#5f5c73; font-size:14px; line-height:1.6; }
.cinema-page .cinema-reviews-grid blockquote { border-color:rgba(103,76,187,.16); background:linear-gradient(145deg,#fbfaff,#f4f0ff); }
.cinema-page .cinema-reviews-grid footer strong { color:#17154e; }
.cinema-page .blog-guests .blog-heading>p { color:#eee8ff; }
.cinema-page .price-card__value strong { font-size:32px; }
.cinema-page .blog-prices .price-card { min-height:390px; }
.cinema-page .fit-photos img { object-position:center 35%; }
.cinema-page .blog-program .program-phone>img { object-position:center; }
@media(max-width:1050px) and (min-width:901px) { .cinema-hero__inner { grid-template-columns:minmax(0,1fr) minmax(0,1fr); } .cinema-hero__eyebrow { width:auto; } }
@media(max-width:900px) { .cinema-work-grid { gap:14px; } .cinema-work-grid img { height:350px; } .cinema-work-grid figcaption { padding:18px; } .cinema-work-grid strong { font-size:19px; } }
@media(max-width:680px) { .cinema-page .cinema-hero__actions { grid-template-columns:1fr; } .cinema-work-grid { grid-template-columns:1fr; } .cinema-work-grid img { height:auto; max-height:580px; } .cinema-page .blog-guests .guest-photo { min-height:300px; } }
