@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;
}
*::-webkit-scrollbar {
  width: 10px;
  height: 10px;
  border-radius: 10px;
  background-color: #E5E5E5;
}
*::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: #FEBD24;
  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;
}

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

.h2 {
  font-size: 2.3rem;
  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--blue {
  color: #2C5882;
}
.text--yellow {
  color: #FEBD24;
}
.text--green {
  color: #009B52;
}
.text.medium {
  font-weight: 500;
}
.text.semibold {
  font-weight: 600;
}
.text.bold {
  font-weight: 700;
}
.text.extrabold {
  font-weight: 800;
}
.text.ferda-sans-md {
  font-family: "FedraSansPro-Medium", sans-serif;
}
.text.ferda-sans-b {
  font-family: "FedraSansPro-Bold", sans-serif;
}
.text.fz-s {
  font-size: 1.5rem;
}

.img {
  width: 100%;
  height: auto;
}

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

.button:hover {
  color: #fff;
  background-color: rgb(0, 129.5, 68.5096774194);
  border: 2px solid rgb(0, 129.5, 68.5096774194);
}
.button:focus {
  color: #fff;
  background-color: rgb(0, 129.5, 68.5096774194);
  border: 2px solid rgb(0, 129.5, 68.5096774194);
}

.a:hover {
  color: rgb(0, 129.5, 68.5096774194);
}
.a:focus {
  color: rgb(0, 129.5, 68.5096774194);
}

.line {
  width: 100%;
  height: 6px;
  background-color: #2C5882;
}

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