@media (max-width: 600px) {
  body.service-detail-page--tinting .tinting-services__grid {
    position: relative !important;
    display: block !important;
    height: 520px !important;
    min-height: 520px !important;
    padding: 0 !important;
    overflow: hidden !important;
    border-radius: 20px !important;
    background: transparent !important;
    isolation: isolate !important;
  }

  body.service-detail-page--tinting .tinting-services__grid::after {
    position: absolute !important;
    inset: 0 !important;
    z-index: 1 !important;
    height: auto !important;
    content: "" !important;
    background: rgba(0, 0, 0, .2) !important;
    pointer-events: none !important;
  }

  body.service-detail-page--tinting .tinting-services__grid::before {
    position: absolute !important;
    right: 8px !important;
    bottom: 265px !important;
    left: 8px !important;
    z-index: 2 !important;
    display: block !important;
    width: auto !important;
    content: "ЩО ПОТРІБНО ЗАТОНУВАТИ?" !important;
    color: rgba(255, 255, 255, .86) !important;
    font: 400 24px/1.05 "Oswald", sans-serif !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    text-transform: uppercase !important;
    text-shadow: 0 1px 12px rgba(0, 0, 0, .7) !important;
    pointer-events: none !important;
  }

  body.service-detail-page--tinting .tinting-services__grid > img {
    position: absolute !important;
    inset: 0 !important;
    z-index: 0 !important;
    display: block !important;
    width: 100% !important;
    height: 100% !important;
    margin: 0 !important;
    border-radius: 20px !important;
    object-fit: cover !important;
    object-position: center center !important;
    filter: brightness(.68) saturate(.96) !important;
  }

  body.service-detail-page--tinting .tinting-services__grid article,
  body.service-detail-page--tinting .tinting-services__grid article:nth-of-type(n) {
    position: absolute !important;
    z-index: 2 !important;
    width: calc((100% - 28px) / 2) !important;
    height: 52px !important;
    min-height: 52px !important;
    padding: 0 14px !important;
    overflow: hidden !important;
    border: 1px solid rgba(255, 255, 255, .38) !important;
    background: rgba(8, 8, 8, .5) !important;
    box-shadow:
      inset 0 1px 0 rgba(255, 255, 255, .13),
      0 4px 12px rgba(0, 0, 0, .2) !important;
    backdrop-filter: none !important;
    -webkit-backdrop-filter: none !important;
  }

  body.service-detail-page--tinting .tinting-services__grid article::before,
  body.service-detail-page--tinting .tinting-services__grid article:nth-of-type(n)::before {
    display: none !important;
  }

  body.service-detail-page--tinting .tinting-services__grid article:nth-of-type(1) { right: auto !important; bottom: 198px !important; left: 8px !important; }
  body.service-detail-page--tinting .tinting-services__grid article:nth-of-type(2) { right: 8px !important; bottom: 198px !important; left: auto !important; }
  body.service-detail-page--tinting .tinting-services__grid article:nth-of-type(3) { right: auto !important; bottom: 138px !important; left: 8px !important; }
  body.service-detail-page--tinting .tinting-services__grid article:nth-of-type(4) { right: 8px !important; bottom: 18px !important; left: 8px !important; width: auto !important; }
  body.service-detail-page--tinting .tinting-services__grid article:nth-of-type(5) { right: auto !important; bottom: 78px !important; left: 8px !important; width: calc((100% - 28px) / 2) !important; }
  body.service-detail-page--tinting .tinting-services__grid article:nth-of-type(6) { right: 8px !important; bottom: 78px !important; left: auto !important; }
  body.service-detail-page--tinting .tinting-services__grid article:nth-of-type(7) { right: 8px !important; bottom: 138px !important; left: auto !important; }

  body.service-detail-page--tinting .tinting-services__grid article[data-tinting-quick-service="windshield"] strong {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 10px !important;
  }

  body.service-detail-page--tinting .tinting-services__popular {
    display: inline-flex !important;
    min-height: 18px;
    padding: 0 7px;
    align-items: center;
    border: 1px solid rgba(255, 255, 255, .28);
    border-radius: 4px;
    background: #ed1c24;
    color: #fff;
    font: 700 9px/1 "Manrope", sans-serif;
    font-style: normal;
    text-transform: uppercase;
    white-space: nowrap;
    box-shadow: 0 3px 10px rgba(0, 0, 0, .22);
  }
}

@media (max-width: 360px) {
  body.service-detail-page--tinting .tinting-services__grid article[data-tinting-quick-service="windshield"] strong {
    gap: 7px !important;
  }

  body.service-detail-page--tinting .tinting-services__popular {
    padding: 0 5px;
    font-size: 8px;
  }
}
