@charset "UTF-8";
/* Возможно, нужно добавить проверку, определена ли уже переменная
 *
 * @if variable-exists(page-settings) {
 *
 *  $page-override: $page-settings;
 *
 * } */
/* @import url('https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700') */
@import url("https://rsms.me/inter/inter.css");
html {
  font-family: "Inter", sans-serif;
  font-size: 12pt;
}

body {
  margin: 0;
  min-height: 100vh;
  word-break: break-word;
  font-size: 1em;
}

@supports (font-variation-settings: normal) {
  html {
    font-family: "Inter var", sans-serif;
  }
}
a:hover {
  text-decoration: none;
}
a:hover img {
  opacity: 0.8;
  transition: all 0.3s;
}

h1, h2, h3, h4, h5, h6 {
  margin: 1.5em 0 1em;
  line-height: 1.25em;
}

h1 {
  font-size: 2.875em;
  font-weight: 200;
}

h2 {
  font-size: 2.25em;
  font-weight: 300;
}

h3 {
  font-size: 1.75em;
  font-weight: 400;
}

h4 {
  font-size: 1.375em;
  font-weight: 600;
}

h5 {
  font-size: 1.125em;
  font-weight: 700;
}

h6 {
  font-size: 1em;
  font-weight: 800;
}

small {
  font-size: 0.875em;
  opacity: 0.8;
}

q {
  font-style: italic;
}

input,
button {
  font-size: 1em;
}

hr {
  background: rgba(0, 0, 0, 0.1);
  border-style: none;
  min-height: 1px;
  min-width: 1px;
}

i {
  font-family: monospace;
  font-style: normal;
}

.e_wrap,
.e_wrap--w0,
.e_wrap--w1,
.e_wrap--w2,
.e_wrap--w3,
.e_wrap--w4,
.e_wrap--w5 {
  margin: 0 auto;
}

.e_wrap {
  max-width: 90%;
}
@media (min-width: 640px) {
  .e_wrap {
    max-width: 85%;
  }
}
@media (min-width: 960px) {
  .e_wrap {
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .e_wrap {
    max-width: 70%;
  }
}
@media (min-width: 1440px) {
  .e_wrap {
    max-width: 60%;
  }
}
.e_wrap--w0 {
  max-width: 100%;
}
.e_wrap--w1 {
  max-width: 96%;
}
@media (min-width: 640px) {
  .e_wrap--w1 {
    max-width: 94%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w1 {
    max-width: 90%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w1 {
    max-width: 85%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w1 {
    max-width: 80%;
  }
}
.e_wrap--w2 {
  max-width: 90%;
}
@media (min-width: 640px) {
  .e_wrap--w2 {
    max-width: 85%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w2 {
    max-width: 80%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w2 {
    max-width: 70%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w2 {
    max-width: 60%;
  }
}
.e_wrap--w3 {
  max-width: 85%;
}
@media (min-width: 640px) {
  .e_wrap--w3 {
    max-width: 80%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w3 {
    max-width: 75%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w3 {
    max-width: 65%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w3 {
    max-width: 50%;
  }
}
.e_wrap--w4 {
  max-width: 80%;
}
@media (min-width: 640px) {
  .e_wrap--w4 {
    max-width: 70%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w4 {
    max-width: 60%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w4 {
    max-width: 50%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w4 {
    max-width: 40%;
  }
}
.e_wrap--w5 {
  max-width: 70%;
}
@media (min-width: 640px) {
  .e_wrap--w5 {
    max-width: 60%;
  }
}
@media (min-width: 960px) {
  .e_wrap--w5 {
    max-width: 50%;
  }
}
@media (min-width: 1280px) {
  .e_wrap--w5 {
    max-width: 40%;
  }
}
@media (min-width: 1440px) {
  .e_wrap--w5 {
    max-width: 35%;
  }
}

.e_cols {
  display: grid;
  grid-auto-columns: 1fr;
  gap: 2em;
  grid-auto-flow: row;
}
@media (min-width: 1025px) {
  .e_cols {
    grid-auto-flow: column;
  }
}
.e_cols--mobile {
  grid-template-columns: 1fr 1fr;
}
@media (min-width: 960px) {
  .e_cols--mobile {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
@media (min-width: 960px) {
  .e_cols--1to3 {
    grid-template-columns: 1fr 3fr;
  }
}
@media (min-width: 960px) {
  .e_cols--4to1 {
    grid-template-columns: 4fr 1fr;
  }
}

.e_line, .e_line--centerVert, .e_line--end, .e_line--start, .e_line--vert {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 1em;
}
.e_line--vert {
  flex-direction: column;
}
.e_line--start {
  justify-content: flex-start;
}
.e_line--end {
  justify-content: flex-end;
}
.e_line--centerVert > * {
  margin: auto 0;
}
.e_line--smallGap {
  gap: 0.5em;
}
.e_line--noWrap {
  flex-wrap: nowrap;
}

.e_ctrl, .e_ctrl-link, .e_ctrl-dark, .e_ctrl-light, .e_ctrl-lightoutline, .e_ctrl-outline {
  display: inline-flex;
  font-weight: 400;
  font-size: 1em;
  color: #00FFF0;
  cursor: pointer;
  padding: 0.75em 2em;
  background: #22283D;
  border-radius: 3pt;
  border: #22283D 3pt solid;
  text-transform: uppercase;
  text-decoration: none;
  transition: all 0.6s;
  /*& + .e_ctrl
  *
  * margin-top: 1em*/
}
.e_ctrl:hover, .e_ctrl-link:hover, .e_ctrl-dark:hover, .e_ctrl-light:hover, .e_ctrl-lightoutline:hover, .e_ctrl-outline:hover {
  color: #00FFF0;
  background: #050c27;
  border-color: #050c27;
}
.e_ctrl-outline {
  color: #22283D;
  background: transparent;
}
.e_ctrl-lightoutline {
  background: transparent;
  border-color: #00FFF0;
}
.e_ctrl-light {
  color: #050c27;
  background: #00FFF0;
  border-color: #00FFF0;
}
.e_ctrl-dark {
  color: #00FFF0;
  background: #050c27;
  border-color: #050c27;
}
.e_ctrl-dark:hover {
  color: #050c27;
  background: #00FFF0;
  border-color: #00FFF0;
}
.e_ctrl-link {
  background: transparent;
  border-color: transparent;
  color: #050c27;
}
.e_ctrl-link:hover {
  color: #2F3B4E;
  background: #F4F5F7;
  border-color: #F4F5F7;
}

textarea.e_ctrl, textarea.e_ctrl-outline, textarea.e_ctrl-lightoutline, textarea.e_ctrl-light, textarea.e_ctrl-dark, textarea.e_ctrl-link,
input.e_ctrl,
input.e_ctrl-outline,
input.e_ctrl-lightoutline,
input.e_ctrl-light,
input.e_ctrl-dark,
input.e_ctrl-link {
  background: transparent;
  text-transform: none;
}
textarea.e_ctrl:hover, textarea.e_ctrl-outline:hover, textarea.e_ctrl-lightoutline:hover, textarea.e_ctrl-light:hover, textarea.e_ctrl-dark:hover, textarea.e_ctrl-link:hover,
input.e_ctrl:hover,
input.e_ctrl-outline:hover,
input.e_ctrl-lightoutline:hover,
input.e_ctrl-light:hover,
input.e_ctrl-dark:hover,
input.e_ctrl-link:hover {
  background: #00FFF0;
}

.e_bage {
  display: inline-flex;
  color: white;
  font-size: 0.75em;
  font-weight: bold;
  padding: 0.25em 0.5em 0.35em;
  background: #2F3B4E;
  border-radius: 5pt;
  border: #2F3B4E 2pt solid;
}

.e_hr {
  margin: 0 1.5em;
}

.e_quote {
  padding-left: 2.5em;
  position: relative;
}
.e_quote:before {
  content: "“";
  font-size: 4em;
  font-family: serif;
  position: absolute;
  left: 0;
  top: -0.15em;
  opacity: 0.25;
}
.e_quote p {
  font-size: 1.2em;
  font-style: italic;
}
.e_quote .e_line, .e_quote .e_line--vert, .e_quote .e_line--start, .e_quote .e_line--end, .e_quote .e_line--centerVert {
  font-size: 0.875em;
}
.e_quote .e_line em, .e_quote .e_line--vert em, .e_quote .e_line--start em, .e_quote .e_line--end em, .e_quote .e_line--centerVert em {
  opacity: 0.75;
}

.e_ol,
.e_ul {
  list-style: none;
  padding-inline-start: 1.5em;
}
.e_ol li,
.e_ul li {
  counter-increment: list;
  padding: 0.5em 0;
}
.e_ol li:before,
.e_ul li:before {
  font-size: 0.75em;
  width: 2em;
  height: 2em;
  float: left;
  margin-top: -0.2em;
  margin-right: 0.8em;
  margin-left: -2em;
  color: white;
  background: #22283D;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.e_ol-dark li:before,
.e_ul-dark li:before {
  background: #050c27;
}

.e_ol li:before {
  content: counter(list);
}

.e_ul li:before {
  content: "✓";
}

.u_text--center {
  text-align: center;
}

.u_text--right {
  text-align: right;
}

.u_text--small {
  font-size: 0.875em;
}

.u_text--xsmall {
  font-size: 0.75em;
}

.u_text-large {
  font-size: 1.2em;
}

.u_text--w200 {
  font-weight: 200;
}

.u_text--bold {
  font-weight: bold;
}

.u_text--opacity {
  opacity: 0.5;
}

.u_text--normal {
  font-size: 1rem;
  line-height: 1.25em;
}

.u_bg--primaryColor {
  background: #22283D;
  color: white;
}
.u_bg--primaryColor a {
  color: #2F3B4E;
}

.u_bg--primaryDark {
  background: #050c27;
  color: white;
}
.u_bg--primaryDark a {
  color: #2F3B4E;
}

.u_bg--secondaryColor {
  background: #2EB4B4;
}

.u_bg--secondaryLight {
  background: #00FFF0;
}

.u_bg--gray {
  background: #F4F5F7;
}

.u_bg--white {
  background: white;
}

.u_bg--red {
  background: red;
}

.u_bg--orange {
  background: orange;
}

.u_bg--yellow {
  background: yellow;
}

.u_bg--green {
  background: green;
}

.u_bg--aqua {
  background: aqua;
}

.u_bg--blue {
  background: blue;
}

.u_bg--purple {
  background: purple;
}

.u_pad {
  padding: 1em 2em;
}
.u_pad-0 {
  padding: 0;
}

.u_pad--075 {
  padding: 0.75em;
}

.u_pad--vert {
  padding: 2em 0;
}

.u_pad--vert1 {
  padding: 1em 0;
}

.u_pad--left2 {
  padding-left: 2em;
}

.u_pad--right2 {
  padding-right: 2em;
}

.u_pad--left2g {
  padding-left: 2rem;
}

.u_pad--right2g {
  padding-right: 2rem;
}

.u_mar--left {
  margin-left: 1em;
}

.u_mar--right {
  margin-right: 1em;
}

.u_mar--top0 {
  margin-top: 0;
}

.u_mar--bottom {
  margin-bottom: 2em;
}

.u_mar--vert0 {
  margin-top: 0;
  margin-bottom: 0;
}

.u_mar--vert {
  margin-top: 2em;
  margin-bottom: 2em;
}

.u_mar--vertAuto {
  margin-top: auto;
  margin-bottom: auto;
}

.u_border--top {
  border-top: 1px solid #22283D;
}
.u_border--primaryColor {
  border: 2px solid #22283D;
}
.u_border--lightblue {
  border: 2px solid lightblue;
}
.u_border--white {
  border: 2px solid white;
}
.u_border--round {
  border-radius: 1em;
}

@media (min-width: 1025px) {
  .u_order--desktopFirst {
    order: -1;
  }
}

.u_overflow-hidden {
  overflow: hidden;
}

::-webkit-scrollbar {
  width: 0.5em;
  height: 0.5em;
  background-color: rgba(0, 0, 0, 0.1);
}

::-webkit-scrollbar:hover {
  background-color: rgba(0, 0, 0, 0.15);
}

::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.2);
  border-radius: 0.25em;
}

::-webkit-scrollbar-thumb:hover {
  background-color: rgba(0, 0, 0, 0.4);
}

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