@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: #80C1E1;
  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: "Roboto", sans-serif;
  font-weight: 400;
  line-height: 1.2;
  color: #020E26;
  position: relative;
}

a {
  text-decoration: none;
}

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

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

.text--white {
  color: #fff;
}
.text--black {
  color: #020E26;
}
.text--purple {
  color: #322162;
}
.text--blue {
  color: #80C1E1;
}
.text--grey-dark {
  color: rgba(11, 23, 39, 0.7411764706);
}
.text--grey-light {
  color: rgba(65, 74, 87, 0.4784313725);
}
.text--green {
  color: #354333;
}
.text--pink {
  color: #F45C9E;
}
.text--yellow {
  color: #FCCD66;
}
.text.fz-xs {
  font-size: 0.8rem;
}
.text.fz-s {
  font-size: 1.2rem;
}
.text.fz-md {
  font-size: 1.4rem;
}
.text.fz-lg {
  font-size: 1.8rem;
}
.text.ff-montserrat {
  font-family: "Montserrat", sans-serif;
}

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

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

.btn-about {
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 6px;
  cursor: pointer;
  padding: 0.5em 1em;
  border: 1px solid #80C1E1;
  filter: drop-shadow(0 2px 4px rgba(35, 35, 35, 0.4));
  border-radius: 6px;
  text-decoration: none;
  font-size: 1em;
  color: #fff;
  background: #80C1E1;
  transition: all 0.3s ease;
}
.btn-about:hover {
  color: #fff;
  background-color: rgb(99.121656051, 178.901910828, 218.178343949);
  border: 1px solid rgb(99.121656051, 178.901910828, 218.178343949);
  text-decoration: none;
}
.btn-about:focus {
  color: #fff;
  background-color: rgb(99.121656051, 178.901910828, 218.178343949);
  border: 1px solid rgb(99.121656051, 178.901910828, 218.178343949);
  text-decoration: none;
}
.btn-about--pink {
  border: 1px solid #F45C9E;
  background: #F45C9E;
}
.btn-about--pink:hover {
  background-color: rgb(241.7431034483, 58.5568965517, 138.0982758621);
  border: 1px solid rgb(241.7431034483, 58.5568965517, 138.0982758621);
}
.btn-about--pink:focus {
  background-color: rgb(241.7431034483, 58.5568965517, 138.0982758621);
  border: 1px solid rgb(241.7431034483, 58.5568965517, 138.0982758621);
}
.btn-about--yellow {
  border: 1px solid #FCCD66;
  background: #FCCD66;
}
.btn-about--yellow:hover {
  background-color: rgb(251.3134615385, 193.5576923077, 66.9865384615);
  border: 1px solid rgb(251.3134615385, 193.5576923077, 66.9865384615);
}
.btn-about--yellow:focus {
  background-color: rgb(251.3134615385, 193.5576923077, 66.9865384615);
  border: 1px solid rgb(251.3134615385, 193.5576923077, 66.9865384615);
}
.btn-about--r-xxl {
  border-radius: 32px;
  padding: 0.5em 1.5em;
}

.a:hover {
  color: rgb(99.121656051, 178.901910828, 218.178343949);
}
.a:focus {
  color: rgb(99.121656051, 178.901910828, 218.178343949);
}

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