
      .no-scroll {
        position: fixed;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        overflow: hidden;
        width: 100%;
        height: 100%;
      }
      .turbo-modal {
        position: fixed;
        z-index: 100;
        top: 0;
        right: 0;
        bottom: 0;
        left: 0;
        pointer-events: none;
        opacity: 0;
      }
      .turbo-modal__scroll-blocker {
        overflow: hidden;
      }
      .turbo-modal_visible {
        pointer-events: auto;
        opacity: 1;
      }
      .turbo-modal__title + .turbo-modal__content {
        margin-top: 12px;
      }
    