@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-Bold.woff2") format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Inter";
  src: url("../fonts/Inter-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-display: swap;
  font-style: normal;
}
@font-face {
  font-family: "Chava";
  src: url("../fonts/Chava-Regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}
.alteco-page {
  height: 100%;
  font-family: var(--font-family);
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
}

* {
  padding: 0;
  margin: 0;
  border: 0;
  line-height: 136%;
}

*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*::before,
*::after {
  display: inline-block;
}

*:focus-visible {
  outline: 2px dotted var(--green);
  outline-offset: 2px;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: inherit;
  font-size: inherit;
}

ul li {
  list-style: none;
}

a {
  display: inline-block;
  color: inherit;
  text-decoration: none;
}

input,
button,
textarea {
  font-family: var(--font-family, sans-serif);
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  background-color: transparent;
}

button,
button:focus,
button:active {
  -webkit-tap-highlight-color: transparent;
}

a,
a:active {
  -webkit-tap-highlight-color: transparent;
}

input,
textarea {
  width: 100%;
}

button,
select,
option {
  cursor: pointer;
}

input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
}
input::-webkit-search-decoration, input::-webkit-search-cancel-button, input::-webkit-search-results-button, input::-webkit-search-results-decoration {
  display: none;
}

input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

input[type=number] {
  -moz-appearance: textfield;
}

input[type=number]:hover,
input[type=number]:focus {
  -moz-appearance: textfield;
}

.rootpage {
  padding: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .rootpage .rootpage {
    padding: 30px 15px;
  }
}
.rootpage a {
  text-decoration: underline;
  color: #000;
}
.rootpage a:visited {
  text-decoration: underline;
  color: #111;
}
.rootpage a:hover {
  text-decoration: none;
}
.rootpage ol li {
  list-style: decimal;
}
.rootpage h1 {
  color: #000;
  font-size: 2.5rem;
  margin: 0px 0px 1.25rem 0px;
}
@media (max-width: 767px) {
  .rootpage h1 {
    font-size: 1.85rem;
    margin: 0px 0px 1.25rem 0px;
  }
}
.rootpage h2 {
  color: #000;
  font-size: 1.25rem;
  margin: 0px 0px 1rem 0px;
}
@media (max-width: 767px) {
  .rootpage h2 {
    font-size: 1.125rem;
    margin: 0px 0px 1rem 0px;
  }
}

.rootpage__info {
  line-height: 140%;
  margin: 0px 0px 1.5rem 0px;
}

.rootpage__list {
  margin: 0px 0px 2.25rem 1.25rem;
}

.rootpage__list li:not(:last-child) {
  margin: 0px 0px 15px 0px;
}

.preloader {
  position: fixed;
  z-index: 1000;
  left: 0;
  top: 0;
  width: 100vw;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: var(--white);
  -webkit-transition: opacity 0.5s, visibility 0.5s;
  transition: opacity 0.5s, visibility 0.5s;
}
.preloader_hidden {
  opacity: 0;
  visibility: hidden;
}
.preloader__icon {
  width: 100px;
  height: 100px;
}
@supports (-webkit-appearance:none){

}

 @media (max-width: 767px){

@supports (-webkit-appearance:none){

}

}

/*# sourceMappingURL=main-db90dd2f78.css.map */
