:root {
  --govuk-frontend-breakpoint-desktop: 56.25em;
}
body,
body *:not([class*="material-icons"]) {
  font-family: 'Source Sans Pro', arial, sans-serif !important;
}
.govuk-header__container {
  background-color: #072c66;
}
.govuk-header {
  position: relative;
}
.govuk-header__logo {
  display: flex;
  align-items: center;
}
.govuk-header__link--homepage {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.govuk-header__link--homepage:hover,
.govuk-header__link--homepage:active {
  text-decoration: none;
  margin-bottom: 0;
  border-bottom: 0;
}
.govuk-header__link--homepage .katalogy-header__logo-img {
  height: 48px;
  width: auto;
}
.katalogy-header__title {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.katalogy-header__title-main {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
  color: #0b4199;
}
.katalogy-header__title-sub {
  font-size: 16px;
  line-height: 1.3;
  color: #757575;
}
@media (min-width: 30em) {
  .katalogy-header__title-sub {
    white-space: nowrap;
  }
}
.govuk-width-container {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1rem;
  padding-right: 1rem;
}
@media (min-width: 1400px) {
  .govuk-width-container {
    max-width: 1274px;
  }
}
.govuk-predheader {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-bottom: 0;
  align-items: center;
}
.govuk-header__btns-search {
  align-items: center;
  justify-content: flex-end;
}
.govuk-header__btns-search .material-icons {
  font-size: 24px;
  color: #0b4199;
}
.katalogy-header__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  text-decoration: none;
  background-color: #ffffff;
  border-color: #0b4199;
  color: #0b4199;
}
.katalogy-header__btn:active {
  background-color: #ffffff;
  border-color: #0b4199;
}
.katalogy-header__btn:hover,
.katalogy-header__btn:active:hover {
  box-shadow: 0 0 0 3px #0b4199;
}
.katalogy-header__menu {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.katalogy-header__menu[hidden] {
  display: none;
}
.katalogy-footer {
  border-top: 1px solid #bdbdbd;
  margin-top: auto;
}
.katalogy-footer .govuk-footer__meta {
  align-items: flex-start;
  justify-content: space-between;
  gap: 32px;
}
.katalogy-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 32px;
  margin: 0 0 16px;
  padding: 0;
  list-style: none;
}
.katalogy-footer__links .govuk-footer__list-item {
  margin: 0;
}
.katalogy-footer .govuk-footer__link,
.katalogy-footer .govuk-footer__licence-description {
  color: #000000;
}
.katalogy-footer__contacts {
  flex: 0 0 auto;
}
.katalogy-footer__contacts-title {
  font-weight: 700;
  margin-bottom: 8px;
}
.katalogy-footer__contacts-group {
  margin-bottom: 16px;
}
.katalogy-footer__contacts-group:last-child {
  margin-bottom: 0;
}
.katalogy-footer__contacts a {
  color: #000000;
}
.katalogy-footer__logo {
  height: 90px;
  width: auto;
}
.katalogy-footer__copyright {
  margin-top: 16px;
  font-size: 12px;
  color: #757575;
}
.katalogy-footer__copyright a {
  color: #757575;
}
@media (min-width: 48.0625em) and (max-width: 56.24em) {
  .govuk-header__mobile-menu.desktop-hidden {
    display: flex !important;
  }
}
@media (max-width: 56.24em) {
  .govuk-header__btns-search {
    flex: 0 1 auto;
  }
  .katalogy-header__menu {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 20;
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
    padding: 16px;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 5px;
  }
  .katalogy-header__btn {
    white-space: normal;
  }
  .katalogy-footer .govuk-footer__meta {
    flex-direction: column;
  }
}
.dialog-form #_technical-support-form {
  width: 520px;
  max-width: 100%;
}
.dialog-form .g-recaptcha {
  overflow: hidden;
}
.dialog-form .technical-support-form-button .dijitButtonNode {
  padding: 8px 16px 7px;
  border: 2px solid #0b4199;
  border-radius: 5px;
  background: #ffffff;
  color: #0b4199;
  font-weight: 700;
  line-height: 19px;
}
.dialog-form .technical-support-form-button:has(#_technical-support-form-send) .dijitButtonNode {
  background: #0b4199;
  color: #ffffff;
}
.dijitDialog .dijitDialogCloseIcon {
  top: 12px;
  right: 12px;
  width: 24px;
  height: 24px;
  font-family: 'Material Icons' !important;
  color: #0b4199;
  opacity: 1;
}
.dijitDialog .dijitDialogCloseIcon:before {
  content: "\e5cd";
  font-size: 24px;
  line-height: 24px;
}
.dijitDialog .dijitDialogCloseIcon:hover {
  color: #072c66;
}
