/* Белый фон и черный шрифт */
body {
  --md-default-bg-color: white !important;
  --md-footer-bg-color--light: white !important;
  --md-footer-fg-color--lighter: #ffffff !important;
  --md-footer-bg-color--dark: #ffffffff !important;
  --md-footer-fg-color--light: #000000 !important;
  --md-footer-fg-color--dark: #000000 !important;
}

/* Заголовки капсом */
h1 {
  text-transform: uppercase;
  color: black !important;
}

/* Сссылки в футере */
.md-footer-links {
  margin-left: 10px;
  margin-right: 10px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-size: 14px;
  text-align: left;
}

.links-list {
  text-align: left;
  font-size: 14px;
  color: black !important;
  padding-top: 20px;
  width: 100%;
  line-height: 1.6;
}

/* Add some padding to the footer */
.md-footer-meta {
  padding: 10px 20px;
}

.md-footer-donations {
  text-align: center;
  width: 100%;
  margin: 1.5rem 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0 1rem;
  font-size: 1.5625em;
  line-height: 1.6;
  color: black;
  display: block;
  border-top: 3px solid black !important;
  border-bottom: 3px solid black !important;
}

/* a.link {
  color: black !important;
  text-decoration: underline;
}

a.link:hover {
  color: #000000 !important;
}

a.link:visited {
  color: #000000 !important;
} */

.links-list li {
  list-style-type: none;
  margin: 0 !important;
  padding: 0 !important;
}

.links-list {
  margin: 0 !important;
  padding: 0 !important;
  line-height: 2.1;
  text-transform: uppercase;
}

@media (min-width: 650px) {
  .md-footer-links {
    text-align: left;
    width: 50%;
    margin-bottom: 0;
    margin-top: 10px;
    padding-left: 0.2em;
  }

  .md-footer-text {
    text-align: right;
    width: 35%;
    padding-top: 0px;
    line-height: 2.1;
    margin-top: 10px;
    padding: 0.1em 1.3em !important;
    font-size: 14px !important;
  }
  /* Черная полоса над футером */
  .md-footer-meta__inner.md-grid {
    border-top: 7px solid black !important;
  }
}

#_1 > a {
  display: none;
}

.md-tabs__link {
  text-transform: uppercase;
}

@font-face {
  font-family: "Grotesk HK";
  src: url("../fonts/HKGrotesk-Medium.otf");
}

@media screen and (max-width: 76.1875em) {
  .md-nav--primary .md-nav__title .md-logo {
    display: none;
  }
  .md-nav--primary .md-nav__title {
    padding: 0rem 0.8rem 0.2rem;
    height: 2.4rem;
  }
  .md-container {
    border-top: 4px solid black !important;
  }
  .md-footer-meta {
    padding: 0;
  }
  /* Черная полоса над футером */
  .md-footer-meta__inner.md-grid {
    border-top: 4px solid black !important;
  }
  .md-footer-donations {
    text-align: left;
    padding: 0 0.5rem;
  }
}

.md-header__inner {
  padding: 0 0;
}

.md-tabs__item {
  text-transform: uppercase;
}

.md-footer-text {
  line-height: 1.6;
  padding: 0.1em 0.7em !important;
  font-size: 14px !important;
  margin-bottom: 10px;
  /* display: block-inline; */
}

.md-content__inner {
  margin: 0 0.8rem 5rem;
}

body > header > nav.md-tabs > div > ul {
  margin-left: 0.3rem !important;
}

header {
  box-shadow: none !important;
  border: none !important;
}

.md-tabs__link {
  opacity: 1 !important;
}

.md-tabs {
  border: none !important;
}

.md-tabs__list {
  border-bottom: 7px solid black !important;
}

/* Выравнять поиск */
@media screen and (min-width: 60em) {
  .md-search__inner {
    padding: 0.1em 1.3em !important;
  }
}

/* Убрать "Главная" на главной странице слева */
.md-nav__link.md-nav__link--index.md-nav__link--active {
  display: none;
}

.md-footer {
  color: black !important;
}

.links-list a:hover {
  color: black !important;
  /* font-weight: bold; */
}

.links-list a:visited {
  color: black !important;
  color: 400 !important;
}

.links-list > :active {
  color: black !important;
  color: 400 !important;
}

.md-header__topic:first-child {
  font-weight: 500 !important;
}

.call-to-action {
  margin-bottom: 10px;
  text-transform: uppercase;
}

nav > div > div > div:nth-child(1) > span > a {
  text-transform: uppercase; /* Ссылка на индексную слева в навигации*/
}
