@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: #5A30D0;
  cursor: pointer;
}
*::-webkit-scrollbar-track {
  border-radius: 10px;
  background-color: #E5E5E5;
}

@font-face {
  font-family: "Montserrat";
  src: url("../assets/fonts/Montserrat.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("../assets/fonts/Roboto.woff2") format("woff2");
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #0a0a0a;
  position: relative;
}

a {
  text-decoration: none;
}

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

.h1 {
  font-size: 3rem;
  line-height: 1;
}

.h4 {
  font-size: 1.6rem;
  line-height: 1.3;
}

.text--white {
  color: #fff;
}
.text--black {
  color: #0a0a0a;
}
.text--purple {
  color: #5A30D0;
}
.text--grey-dark {
  color: rgba(11, 23, 39, 0.7411764706);
}
.text--grey-light {
  color: rgba(65, 74, 87, 0.4784313725);
}
.text--blue {
  color: #00264B;
}
.text.fz-s {
  font-size: 1.2rem;
}
.text.fz-md {
  font-size: 1.4rem;
}
.text.fz-lg {
  font-size: 1.8rem;
}
.text.ff-roboto {
  font-family: "Roboto", sans-serif;
}

.fw-extrabold {
  font-weight: 800 !important;
}

.img {
  width: 100%;
  height: auto;
}
.img--lg {
  max-width: 450px;
}
.img--xxl {
  max-width: 700px;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #00264B;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
  border-radius: 12px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  background: #5A30D0;
  transition: all 0.3s ease;
}
.btn-about:hover {
  color: #fff;
  background-color: rgb(80.7657480315, 42.6515748031, 187.8484251969);
  border: 1px solid rgb(80.7657480315, 42.6515748031, 187.8484251969);
  text-decoration: none;
}
.btn-about:focus {
  color: #fff;
  background-color: rgb(80.7657480315, 42.6515748031, 187.8484251969);
  border: 1px solid rgb(80.7657480315, 42.6515748031, 187.8484251969);
  text-decoration: none;
}
.btn-about--purple {
  border: 1px solid #6A5D99;
  background: #6A5D99;
}
.btn-about--purple:hover {
  background-color: rgb(95.012195122, 83.3597560976, 137.1402439024);
  border: 1px solid rgb(95.012195122, 83.3597560976, 137.1402439024);
}
.btn-about--purple:focus {
  background-color: rgb(95.012195122, 83.3597560976, 137.1402439024);
  border: 1px solid rgb(95.012195122, 83.3597560976, 137.1402439024);
}

.a:hover {
  color: rgb(80.7657480315, 42.6515748031, 187.8484251969);
}
.a:focus {
  color: rgb(80.7657480315, 42.6515748031, 187.8484251969);
}

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