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

html {
  scroll-behavior: smooth;
}

h1, h2, h3, h4, p, ul, ol, li, a {
  margin: 0;
}

* {
  box-sizing: border-box;
  scroll-margin-top: 54px;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E5E5E5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #F18221;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E5E5E5;
}

a {
  text-decoration: none;
}

body {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #0a0a0a;
  position: relative;
}

@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SpaceGroteskt";
  src: url("../assets/fonts/SpaceGroteskt.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
.h1 {
  font-size: 4.4rem;
  line-height: 1.3;
}

.h2 {
  font-size: 2.4rem;
  line-height: 1.3;
}

.h3 {
  font-size: 2rem;
  line-height: 1.3;
}

.wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 1.5rem;
}

.text--white {
  color: #fff;
}
.text--grey {
  color: rgba(35, 35, 35, 0.6);
}
.text--grey-light {
  color: rgba(0, 0, 0, 0.2509803922);
}
.text--orange {
  color: #F18221;
}
.text.medium {
  font-weight: 500;
}
.text.semibold {
  font-weight: 600;
}
.text.bold {
  font-weight: 700;
}
.text.extrabold {
  font-weight: 800;
}
.text.ff-space-groteskt {
  font-family: "SpaceGroteskt", sans-serif;
}
.text.fz-s {
  font-size: 1.2rem;
}
.text.fz-md {
  font-size: 1.6rem;
}
.text.fz-xxl {
  font-size: 3.4rem;
}

.img {
  width: 100%;
  height: auto;
}
.img--s {
  max-width: 115px;
}
.img--md {
  max-width: 160px;
}
.img--xl {
  max-width: 450px;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  text-decoration: none;
  gap: 6px;
  cursor: pointer;
  padding: 0.3em 2.8em;
  border: 2px solid #F18221;
  filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.1019607843));
  border-radius: 52px;
  font-size: 1.2em;
  color: #fff;
  background-color: #F18221;
  transition: all 0.8s ease;
}
.btn-about--yellow {
  border: 2px solid #FEF6DF;
  background-color: #FEF6DF;
}
.btn-about--transparent {
  color: #fff;
  background-color: transparent;
  border: 2px solid transparent;
}
.btn-about svg {
  min-width: 27px;
}

.button:hover {
  color: #0a0a0a;
  background-color: #FEF6DF;
  border: 2px solid rgb(233.7584745763, 116.8792372881, 14.7415254237);
}
.button:focus {
  color: #0a0a0a;
  background-color: #FEF6DF;
  border: 2px solid rgb(233.7584745763, 116.8792372881, 14.7415254237);
}

.a:hover {
  color: rgb(233.7584745763, 116.8792372881, 14.7415254237);
}
.a:focus {
  color: rgb(233.7584745763, 116.8792372881, 14.7415254237);
}

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