.detect_location {
  width: 80px;
  height: 80px;
  border-radius: 50px;
  background: #fff url(../img/detect-location.svg) 50% 50% no-repeat;
  box-shadow: 0 8px 24px 0 rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 35px;
  bottom: 30px;
  cursor: pointer;
  z-index: 1; }