/* v.972 — shared viewer parallax; erroneous trailing brace removed. */
.bgimg-1,
    .bgimg-2,
    .bgimg-3 {
      background-attachment: scroll;
      background-position: center center;
      background-repeat: no-repeat;
      background-size: cover;
    }

    .bgimg-1 {
      background-image: url("../img/parallax1.webp");
      min-height: 720px;
    }

    .bgimg-2 {
      background-image: url("../img/parallax0.webp");
      min-height: 400px;
    }

    .bgimg-3 {
      background-image: url("../img/parallax400.webp");
      min-height: 40%;
    }

    .w3-wide {
      letter-spacing: 10px;
    }

    .w3-hover-opacity {
      cursor: pointer;
    }

    /* Адаптация верхней картинки */
    @media (max-width: 770px) {
      .bgimg-1 { min-height: 520px; }
    }

    @media (max-width: 480px) {
      .bgimg-1 { min-height: 420px; }
    }
