@media screen and (min-width: 1540px) {
  .container {
    max-width: 1440px;
  }
}
.js_reg_auth {
  display: none !important;
}

html {
  scroll-behavior: smooth;
}

* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E5E5E5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #0099a6;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E5E5E5;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #f49424;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
  border-radius: 12px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  background: #f49424;
  transition: all 0.3s ease;
}
.btn-about:hover {
  color: #fff;
  background-color: rgb(242.3282608696, 136.102173913, 12.1717391304);
  border: 1px solid rgb(242.3282608696, 136.102173913, 12.1717391304);
  text-decoration: none;
}
.btn-about:focus {
  color: #fff;
  background-color: rgb(242.3282608696, 136.102173913, 12.1717391304);
  border: 1px solid rgb(242.3282608696, 136.102173913, 12.1717391304);
  text-decoration: none;
}

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