.disable-dbl-tap-zoom {
  touch-action: manipulation;
}

.shine {
  box-shadow: 0 0 1px RGB(255, 165, 0),
    0 0 15px RGB(255, 165, 0);
}

.shinec {
  animation: shine 1.5s linear infinite;
  box-shadow: 0 0 5px white,
    0 0 5px white;
}

.shinec:hover {
  box-shadow: 0 0 5px RGB(255, 165, 0),
    0 0 5px RGB(255, 165, 0), 0 0 10px RGB(255, 165, 0),
    0 0 15px RGB(255, 165, 0), 0 0 20px RGB(255, 165, 0);
}

@media screen and (max-width: 767px) {
  .navka {
    display: flex;
    align-items: center;
    flex-direction: column;
  }

  .d-flex {
    margin-right: -250px;
  }

  .aa33 {
    display: none;
  }

  .aa43 {
    display: none;
  }

  .btn-custom-left {
    width: 90%;
    margin-right: 4px;
  }

  .btn-custom-right {
    width: 90%;
    margin-left: 4px;
  }

}


@media screen and (min-width: 768px) {
  .lcmob {
    display: none;
  }

  .aa44 {
    display: none;
  }

  .fixed-bottom {
    display: none;
  }

}