@charset "UTF-8";
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: var(--font-family-11);
  margin-top: 0;
  margin-bottom: 1.25rem;
  line-height: 100%;
  font-style: normal;
  font-weight: 700;
  display: block;
  overflow-wrap: break-word;
  letter-spacing: 0.02em;
}

h4,
h5,
h6,
.h4,
.h5,
.h6 {
  margin-bottom: 0.875rem;
}

h1,
.h1 {
  font-size: 2rem;
}

h2,
.h2 {
  font-size: 1.675rem;
}

h3,
.h3 {
  font-size: 1.5rem;
}

h4,
.h4 {
  font-size: 1.375rem;
}

h5,
.h5 {
  font-size: 1.25rem;
}

h6,
.h6 {
  font-size: 1.125rem;
}

@media (min-width: 1024px) {
  h1,
  .h1 {
    font-size: 2.25rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  h4,
  .h4 {
    font-size: 1.5rem;
  }
  h5,
  .h5 {
    font-size: 1.375rem;
  }
  h6,
  .h6 {
    font-size: 1.25rem;
  }
}
p + h1,
p + h2,
p + h3,
p + .h1,
p + .h2,
p + .h3 {
  padding-top: 1rem;
}

p + h4,
p + h5,
p + h6,
p + .h4,
p + .h5,
p + .h6 {
  padding-top: 0.5rem;
}

a,
.a,
[data-href] {
  text-decoration-line: none;
  color: var(--color-base-t-10);
  transition: var(--transition-ease);
  cursor: pointer;
}

a:hover,
.a:hover,
[data-href]:hover {
  color: var(--color-base-t-40);
}

p,
.p {
  margin-top: 0;
  margin-bottom: 1.5rem;
}

abbr[title] {
  text-decoration: none;
  color: var(--color-sub);
}

i {
  font-style: italic;
}

em {
  font-weight: 600;
}

b {
  font-weight: 600;
}

dfn {
  font-weight: bold;
  font-style: inherit;
}

kbd {
  font-family: inherit;
  font-style: italic;
  font-weight: 600;
}

mark {
  background-color: #ddd;
  color: inherit;
}

q {
  font-style: italic;
  text-decoration: underline;
}

sub,
sup {
  line-height: 0;
  display: inline-block;
  font-size: 0.75rem;
}

sup {
  transform: translateY(1px);
}

sub {
  transform: translateY(-1px);
}

/*
  Типография - списки
*/
ul,
ol {
  list-style-type: none;
  margin: 0;
  padding-left: 1.25rem;
  margin-bottom: 1.5rem;
}

.list-clear {
  padding-left: 0;
  margin-bottom: 0;
}

ul:not(.list-clear):not(.sub-menu) > *,
ol:not(.list-clear) > * {
  position: relative;
  margin-bottom: 0.5rem;
}

ul:not(.list-clear):not(.sub-menu) > *:before {
  content: "";
  position: absolute;
  display: inline-block;
  width: 0.375rem;
  height: 0.375rem;
  background-color: var(--color-text);
  border-radius: 99px;
  top: 0.567rem;
  left: -1.125rem;
}

ol {
  counter-reset: li;
}

ol:not(.list-clear) > *:before {
  content: counter(li, decimal) ".";
  counter-increment: li;
  position: absolute;
  display: inline-block;
  top: 0;
  color: var(--color-text);
  left: -1.25rem;
  opacity: 0.95;
  font-weight: 700;
}

p + ul,
p + ol {
  margin-top: -1rem;
}

.font-family-main {
  font-family: var(--font-family-main);
}

.font-family-accent {
  font-family: var(--font-family-accent);
}

.font-weight-100 {
  font-weight: 100;
}

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

.font-weight-300 {
  font-weight: 300;
}

.font-weight-400 {
  font-weight: 400;
}

.font-weight-500 {
  font-weight: 500;
}

.font-weight-600 {
  font-weight: 600;
}

.font-weight-700 {
  font-weight: 700;
}

.font-weight-800 {
  font-weight: 800;
}

.font-weight-900 {
  font-weight: 900;
}

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

.sitemap-list > li a + ul {
  margin-top: 1rem;
}
.sitemap-list .children {
  margin-bottom: 0.75rem;
  margin-top: 0.5rem;
}
@media (min-width: 768px) {
  .sitemap-list {
    -moz-column-count: 2;
         column-count: 2;
  }
  .sitemap-list .pagenav {
    -moz-column-break-inside: avoid;
         break-inside: avoid-column;
  }
}/*# sourceMappingURL=typography.css.map */