@charset "UTF-8";
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
textarea:-webkit-autofill:active,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus,
select:-webkit-autofill:active {
  -webkit-box-shadow: 0 0 0 30px #ffffff inset !important;
}

/* wyłącza błętkitne podświetlenie na urządzeniach mobilnych */
button, button:hover, li:hover, a:hover, li, a, *:hover, * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0) !important;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

html {
  position: relative;
  min-height: 100%;
}

body {
  width: 100%;
  background-color: #fff;
  font-family: 'Lato', Arial, sans-serif;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

input, select, textarea, button {
  outline: 0;
  font-family: Arial, sans-serif;
}

h1, h2, h3, h4 {
  margin: 0;
}

.wrapper {
  width: 1024px;
  max-width: 100%;
  margin: 0 auto;
}

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

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

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

.content {
  position: relative;
  min-height: 100vh;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0%;
          flex: 1 1 0%;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (minmax(0, 1fr))[1];
      grid-template-columns: repeat(1, minmax(0, 1fr));
  gap: 16px;
}

.content .content__sidebar {
  display: none;
}

.content .content__main {
  margin-left: 8px;
  margin-right: 8px;
  grid-column: span 1 / span 1;
}

@media (min-width: 768px) {
  .content {
    -ms-grid-columns: (minmax(0, 1fr))[4];
        grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .content .content__sidebar {
    display: block;
    grid-column: span 1 / span 1;
    height: 100%;
  }
  .content .content__main {
    margin-right: 24px;
    grid-column: span 3 / span 3;
  }
}

.alert {
  display: none;
  font-size: 16px;
  line-height: 24px;
  margin: 20px 0 20px 0;
  border-left-style: solid;
  border-left-width: 4px;
  padding: 16px;
}

.alert--warning {
  display: block;
  background-color: RGB(254 249 195);
  border-color: RGB(234 179 8);
  color: RGB(161 98 7);
}

.alert--danger {
  display: block;
  background-color: RGB(254 226 226);
  border-color: RGB(239 68 68);
  color: RGB(185 28 28);
}

.alert--success {
  display: block;
  background-color: RGB(220 252 231);
  border-color: RGB(34 197 94);
  color: RGB(21 128 61);
}

.button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 6px 12px 6px 12px;
  border-color: transparent;
  font-size: 16px;
  border-radius: 4px;
  color: #fff;
  background-color: #b91c1c;
}

.button:hover {
  background-color: #dc2626;
}

.button:active {
  background-color: #991b1b;
}

.button:focus {
  outline: 2px solid transparent;
  outline-offset: 2px;
}

.button.wait {
  cursor: wait;
}

.footer {
  margin-top: 10px;
  background-color: RGB(209 213 219);
}

.footer .footer__content {
  text-align: center;
  padding: 16px;
}

.footer .footer__content .footer--text {
  font-size: 14px;
  line-height: 20px;
}

.footer .footer__content .footer--link {
  font-size: 14px;
  line-height: 20px;
  color: #000;
  text-decoration: none;
}

.footer .footer__content .footer--link:hover {
  text-decoration: underline;
}

.sidenav {
  margin-top: 4px;
  display: block !important;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  padding: 5px 10px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(68%, #3D3D3D), to(#010101));
  background-image: linear-gradient(-180deg, #3D3D3D 68%, #010101 100%);
  font-size: 16px;
  line-height: 20px;
}

.sidenav a {
  text-decoration: none;
  color: white;
}

.sidenav a:hover, .sidenav a.active {
  color: #aaaaaa;
  font-weight: normal;
}

.sidenav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  /*  display: block; */
}

.sidenav li {
  background: 0;
  /* font-size: 16px; */
  margin: 0;
  padding: 9px 4px 9px 0px;
  border-bottom: 1px dotted #999;
}

.sidenav .sidenav__online {
  font-size: 12px;
  line-height: 16px;
  color: #fff;
  padding-top: 20px;
}

.sidenav .sidenav__clock {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 64px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
}

.module-style {
  -webkit-box-shadow: 0 0 5px 0 #dadada;
          box-shadow: 0 0 5px 0 #dadada;
  border: solid 1px #d3d3d3;
  border-radius: 5px;
}

.module-style a::before {
  content: '';
  width: 4px;
  height: 4px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  /*background: rgba(216, 216, 216, 0.5); */
  background: white;
  margin-top: -2px;
}

.module-style a:hover:before {
  background: #aaaaaa;
}

.module-style .active:before {
  background: #aaaaaa;
}

.header {
  background-color: RGB(209 213 219);
}

.header .header__logo {
  height: 64px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 12px;
}

.navbar {
  background: #000000;
  background: -webkit-gradient(linear, left top, left bottom, from(#000000), to(#3D3D3D));
  background: linear-gradient(to bottom, #000000, #3D3D3D);
  color: #FFF;
  height: 40px;
  padding-left: 18px;
  border-radius: 0px;
  z-index: 10;
}

.navbar ul, .navbar li {
  margin: 0 auto;
  padding: 0;
  list-style: none;
}

.navbar ul {
  width: 100%;
}

.navbar li {
  float: left;
  display: inline;
  position: relative;
}

.navbar li a {
  display: block;
  line-height: 40px;
  padding: 0 14px;
  text-decoration: none;
  color: #FFFFFF;
  font-size: 16px;
}

.navbar li a.dropdown-arrow:after {
  content: "▾";
  margin-left: 5px;
}

.navbar li a:hover {
  color: #FFFFFF;
  background: #636363;
}

.navbar input {
  display: none;
  margin: 0;
  padding: 0;
  height: 40px;
  width: 100%;
  opacity: 0;
  cursor: pointer;
}

.navbar label {
  display: none;
}

.navbar ul.sub-menus {
  height: auto;
  overflow: hidden;
  width: 210px;
  background: #FFFFFF;
  position: absolute;
  z-index: 99;
  display: none;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.86);
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.86);
}

.navbar ul.sub-menus li {
  display: block;
  width: 100%;
}

.navbar ul.sub-menus li a {
  color: #2E2E2E;
  font-size: 15px;
}

.navbar li:hover ul.sub-menus {
  display: block;
}

.navbar ul.sub-menus a:hover {
  background: #C2C2C2;
  color: #000000;
}

.navbar .active {
  color: #FFFFFF;
  background: #AD0303 !important;
}

@media screen and (max-width: 768px) {
  .navbar {
    position: relative;
  }
  .navbar ul {
    background: #111;
    position: absolute;
    top: 100%;
    right: 0;
    left: 0;
    z-index: 10;
    height: auto;
    display: none;
  }
  .navbar ul.sub-menus {
    width: 100%;
    position: static;
  }
  .navbar ul.sub-menus a {
    padding-left: 30px;
  }
  .navbar li {
    display: block;
    float: none;
    width: auto;
  }
  .navbar input, .navbar label {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
  }
  .navbar label:before {
    content: "≡";
    font-size: 30px;
    margin-right: 20px;
  }
  .navbar input {
    z-index: 10;
  }
  .navbar input:checked + label:before {
    content: "×";
  }
  .navbar input:checked ~ ul {
    display: block;
  }
}

.sticky {
  position: fixed;
  top: 0;
  width: 100%;
  -webkit-box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.86);
  box-shadow: 0px 0px 8px 1px rgba(0, 0, 0, 0.86);
}

.page {
  /* Alignment */
}

.page h1 {
  font-size: 30px;
  font-weight: 400;
  line-height: normal;
  color: #1f2937;
  margin: 10px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #aaa;
}

.page h2 {
  font-weight: 600;
  font-size: 26px;
  line-height: normal;
  margin-top: 15px;
  margin-bottom: 5px;
  color: RGBA(20, 19, 39, 0.8);
  text-shadow: 4px 4px 4px RGB(20 19 39/30%);
}

.page h3 {
  font-weight: 600;
  font-size: 18px;
  line-height: normal;
  color: #191919;
  margin-top: 25px;
  margin-bottom: 4px;
}

.page p, .page ul {
  color: #111;
  margin-bottom: 10px;
  line-height: 25px;
  font-size: 18px;
}

.page a {
  color: #0585bc;
  text-decoration: none;
}

.page a:hover {
  text-decoration: underline;
}

.page .text-md {
  font-size: 22px;
  line-height: normal;
  color: #1f2937;
  margin: 10px 0;
}

.page .list-1 {
  list-style-type: disc;
  margin-left: 32px;
}

.page img,
.page iframe,
.page video,
.page .ce-element--type-image,
.page .ce-element--type-video {
  clear: both;
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
}

.page img.align-left,
.page iframe.align-left,
.page video.align-left,
.page .ce-element--type-image.align-left,
.page .ce-element--type-video.align-left {
  clear: initial;
  float: left;
  margin-right: 0.5em;
}

.page img.align-right,
.page iframe.align-right,
.page video.align-right,
.page .ce-element--type-image.align-right,
.page .ce-element--type-video.align-right {
  clear: initial;
  float: right;
  margin-left: 0.5em;
}

.page .article {
  margin-top: 20px;
  margin-bottom: 24px;
}

.page .article .article__image {
  margin: 0 auto 12px auto;
  text-align: center;
  float: none;
}

.page .article .article_text {
  margin-top: 10px;
}

.page .post {
  margin-bottom: 4px;
}

@media (min-width: 768px) {
  .page .article .article__image {
    float: left;
    margin-left: 0;
    margin-right: 12px;
  }
}
/*# sourceMappingURL=style.css.map */