  .zayavkaY {
    display: flex !important;
    justify-content: center;
    align-items: center;
    width: 20%;
    height: 10vh;
    left: 40%;
    background: #fff;
    z-index: 99999;
    width: 50%;
    position: fixed;
    top: 200px;
    left: 25%;
    -webkit-box-shadow: 0px 0px 27px 13px rgb(34 60 80 / 32%);
    -moz-box-shadow: 0px 0px 27px 13px rgba(34, 60, 80, 0.32);
    box-shadow: 0px 0px 27px 13px rgb(34 60 80 / 32%);
  }
  span.close-modal {
    position: absolute;
    font-size: 30px;
    right: 20px;
    top: 13px;
    cursor: pointer;
  }