#parallax {
    position: relative;
    width: 100%;
    height: auto;
    /* background-image: url("../img/Parallax/parallax_bg_people.png"),url("../img/Parallax/parallax_bg_fon.png"); */
    /* background-repeat: no-repeat;
    background-position: center;
    background-position: 50% 50%; */
    background: url('../img/bg-head.webp') 0 0 / cover no-repeat;
}
/* h1 {
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    font-family: "Arial";
    text-transform: uppercase;
    opacity: .2;
    font-size: 70px;
  } */
