
.mewhead {
    background-image: url(/image/catalog/landings/open-collimator-sights/mewhead_bg.webp);
}
.optics-picker {
  background-image: url(/image/catalog/landings/open-collimator-sights/optics_bg.webp);
}
.optics-picker-second {
  background-image: url(/image/catalog/landings/open-collimator-sights/optics_bg-2.webp);
}
@media (max-width: 1299px) {
  .mewmodels__bg-image {
    content: url(/image/catalog/landings/open-collimator-sights/collimator-modern-platforms-m.webp);
  }
  .meworks__animation .meworks__animation-img {
    content: url(/image/catalog/landings/open-collimator-sights/open-collimator-rugged-body-m.webp);
  }
}
@media (max-width: 991px) {
  .mewslider__slide-attention img {
    content: url(/image/catalog/landings/open-collimator-sights/mewattention_black.svg);
  }
  .mioslider__slide-attention img {
    content: url(/image/catalog/landings/open-collimator-sights/mewattention_black.svg);
  }
}
@media (max-width: 767px) {
    .mewhead {
        display: block;
        padding: 0;
        background: none;
    }
    .mewhead__visual {
        background:
            linear-gradient(
                180deg,
                rgba(8, 12, 18, 0.55) 0%,
                rgba(8, 12, 18, 0.18) 45%,
                rgba(8, 12, 18, 0.7) 100%
            ),
            url(/image/catalog/landings/open-collimator-sights/mewhead_bg.webp);
        background-repeat: no-repeat;
        background-position: center center;
        background-size: cover;
    }
}