html,
body {
  font-family: "Segoe UI", Tahoma, Geneva, Verdana, sans-serif;
  scroll-behavior: smooth;
}

html body,
h1,
h2,
h3,
h4,
p,
ul,
ol,
li {
  margin: 0;
}

.container {
  width: 1170px;
}

.wrapper {
  width: 100%;
  overflow: hidden;
}

.body_hide {
  opacity: 0;
  transition: 0.9s opacity ease-in-out;
}
.body_visible {
  opacity: 1;
}

.mgnk_button {
  display: flex;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 66px;
  font-size: 26px;
  text-decoration: none;
  font-weight: 600;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.order_button {
  width: 192px;
  color: black;
}

.yellow_button {
  background-color: #fedc25;
  color: black;
}

@media (pointer: fine) {
  .yellow_button:hover {
    background-color: #fff61d;
  }
}

.yellow_button:active {
  background-color: #fffa81;
}

.blue_button {
  color: white;
  background-color: #0182bc;
}

@media (pointer: fine) {
  .blue_button:hover {
    background-color: #00a2eb;
  }
}

.blue_button:active {
  background-color: #33b4ed;
}

div > img {
  display: block;
}

.small_screen_br {
  display: none;
}

/* Media queries */

@media (max-width: 1580px) {
  .mgnk_button {
    height: 61px;
    font-size: 24px;
  }

  .order_button {
    width: 175px;
  }
}

@media (max-width: 1248px) {
  .container {
    width: 944px;
  }
}

@media (max-width: 994px) {
  .container {
    width: 92%;
  }

  .mgnk_button {
    height: 49px;
    font-size: 21px;
  }

  .order_button {
    width: 139px;
  }
}
