* {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
}

body {
  min-height: 100vh;
  margin: 0;
  font-family: Montserrat;
  overflow-x: hidden;
  padding: 30px 20px;
  z-index: -1;
}
body .responsive-img {
  width: 100%;
}
body .btn:hover {
  -webkit-filter: drop-shadow(2px 2px 8px red) brightness(1.3) !important;
  filter: drop-shadow(2px 2px 8px red) brightness(1.3) !important;
}
body #main {
  width: 740px;
  max-width: 100%;
  margin: 0 auto;
  margin-top: 7%;
}
body #main #logo {
  width: 50%;
}
@media screen and (max-width: 499px) {
  body #main #logo {
    width: 40%;
  }
}
body #main .top-side {
  width: 25%;
}
@media screen and (max-width: 499px) {
  body #main .top-side {
    width: 30%;
  }
}
body #main #slogan {
  width: 94%;
}
body #main .other-buttons {
  flex-direction: row;
  align-items: center;
  background: url(../img/bg-other-buttons.png) top center no-repeat;
  background-size: cover;
  padding: 10px 0;
}
@media screen and (max-width: 499px) {
  body #main .other-buttons {
    flex-direction: column;
  }
  body #main .other-buttons div:first-child {
    margin-bottom: 3px !important;
  }
}
body #main .owl-carousel img {
  border-radius: 13px;
}

/*# sourceMappingURL=styles.css.map */
