@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: #E2004B;
  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;
}
body {
  font-family: "Montserrat", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #313131;
  position: relative;
}

a {
  text-decoration: none;
}

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

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

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

.text--white {
  color: #fff;
}
.text--black {
  color: #313131;
}
.text--purple {
  color: #7067AA;
}
.text--grey-dark {
  color: rgba(11, 23, 39, 0.7411764706);
}
.text--grey-light {
  color: rgba(65, 74, 87, 0.4784313725);
}
.text--red {
  color: #E2004B;
}
.text.fz-s {
  font-size: 1.2rem;
}
.text.fz-md {
  font-size: 1.4rem;
}
.text.fz-xl {
  font-size: 2rem;
}

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

.img {
  width: 100%;
  height: auto;
}
.img--xs {
  max-width: 80px;
}
.img--md {
  max-width: 300px;
}

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #E2004B;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  background: #E2004B;
  transition: all 0.3s ease;
}
.btn-about:hover {
  color: #fff;
  background-color: rgb(190.3, 0, 63.1526548673);
  border: 1px solid rgb(190.3, 0, 63.1526548673);
  text-decoration: none;
}
.btn-about:focus {
  color: #fff;
  background-color: rgb(190.3, 0, 63.1526548673);
  border: 1px solid rgb(190.3, 0, 63.1526548673);
  text-decoration: none;
}
.btn-about--blue {
  border: 1px solid #39A8E4;
  background: #39A8E4;
}
.btn-about--blue:hover {
  background-color: rgb(29.916, 152.904, 219.384);
  border: 1px solid rgb(29.916, 152.904, 219.384);
}
.btn-about--blue:focus {
  background-color: rgb(29.916, 152.904, 219.384);
  border: 1px solid rgb(29.916, 152.904, 219.384);
}
.btn-about--r-xxl {
  border-radius: 32px;
  padding: 0.5em 1.5em;
}

.a:hover {
  color: rgb(94.1189873418, 85.1075949367, 152.1924050633);
}
.a:focus {
  color: rgb(94.1189873418, 85.1075949367, 152.1924050633);
}

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