a.abbr-term {
  color: inherit;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: inherit;
  text-decoration: underline dotted;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
  text-decoration-color: color-mix(in srgb, currentColor 55%, transparent);
}

a.abbr-term:hover,
a.abbr-term:focus {
  color: inherit;
  text-decoration-color: color-mix(in srgb, currentColor 80%, transparent);
}

aside.page-glossary {
  flex-basis: 100%;
  width: 100%;
  margin-top: 20px;
  padding-top: 16px;
  border-top: 1px solid color-mix(in srgb, currentColor 20%, transparent);
  font-family: inherit;
  font-size: 13px;
  font-weight: inherit;
  line-height: 1.5;
  color: inherit;
}

.page-glossary__title {
  display: block;
  margin: 0 0 10px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
  line-height: 1.4;
  text-transform: none;
  letter-spacing: normal;
  color: inherit;
}

.abbr-glossary-list {
  margin: 0;
  padding: 0;
  list-style: none;
  column-count: 3;
  column-gap: 28px;
}

.abbr-glossary-list li {
  margin: 0 0 5px;
  padding: 0;
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  line-height: 1.5;
  color: inherit;
  break-inside: avoid;
  page-break-inside: avoid;
}

.abbr-glossary-list li strong {
  font-family: inherit;
  font-size: inherit;
  font-weight: 600;
}

.page-glossary--on-dark {
  border-top-color: rgba(255, 255, 255, 0.28);
  color: rgba(255, 255, 255, 0.92);
}

.page-glossary--on-dark .page-glossary__title,
.page-glossary--on-dark .abbr-glossary-list li {
  color: rgba(255, 255, 255, 0.92);
}

.page-glossary--on-dark a.abbr-term {
  text-decoration-color: rgba(255, 255, 255, 0.55);
}

.page-glossary--on-dark a.abbr-term:hover,
.page-glossary--on-dark a.abbr-term:focus {
  text-decoration-color: rgba(255, 255, 255, 0.85);
}

@media only screen and (max-width: 991px) {
  .abbr-glossary-list {
    column-count: 2;
    column-gap: 20px;
  }
}

@media only screen and (max-width: 600px) {
  .abbr-glossary-list {
    column-count: 1;
  }
}

.head__logo img,
.contacts__col--logo img,
.contacts__footer-logo,
.footer-logo img {
  max-height: 48px;
  width: auto;
}

.contacts__col--logo,
.contacts__footer-col--logo,
.footer-logo {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  text-align: center;
}

.contacts__col--logo .feed__parent,
.contacts__footer-col--logo .feed__parent,
.footer-logo .feed__parent {
  margin-top: 12px;
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contacts__col--logo .contacts__btn,
.contacts__footer-col--logo .contacts__btn,
.footer-logo .contacts__btn {
  display: flex;
  justify-content: center;
  width: auto;
  min-width: 140px;
  max-width: 160px;
  height: 44px;
  font-size: 15px;
  box-sizing: border-box;
}
