/* The site header (.desktop-header-row) is styled with z-index: 1200 for its
   own dropdown/mega-menu — higher than Bootstrap's default modal z-index
   (1050) and the bootstrap.lightbox.js plugin's modal (1040). Any modal that
   opens near the top of the viewport (e.g. the "Залишити відгук" rating
   modal) renders BEHIND the header, so the header text bleeds through the
   modal's own header. Raise modal/backdrop above it. */
.modal,
.modal-rel-lightbox {
    z-index: 1300 !important;
}

.modal-backdrop {
    z-index: 1299 !important;
}
