@font-face {
  font-family: GraublauWeb;
  src: url("/fonts/ChaparralPro-Regular.otf") format("opentype"); }
@font-face {
  font-family: GraublauWeb;
  font-weight: bold;
  src: url("/fonts/ChaparralPro-Bold.otf") format("opentype"); }
@keyframes fadein {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
.hidden-checkbox {
  position: absolute;
  opacity: 0;
  z-index: -100; }

.scroll_animate {
  opacity: 0;
  transition: 0.5s;
  -webkittransition: 0.5s; }

.border-none {
  border: none !important; }

button:focus, button:focus-visible {
  outline: none; }

.table td, .table th, .table thead th {
  vertical-align: middle;
  padding: .5rem; }

.form-control:disabled, .form-control[readonly] {
  background-color: transparent; }

.komunikaty {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 60px;
  z-index: 10000000000;
  position: fixed;
  top: 0px;
  width: 100vw; }
  .komunikaty .komunikat {
    display: none; }

.module-title {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
  margin-right: auto;
  margin-left: auto;
  letter-spacing: 2px; }
  .module-title h1, .module-title h2, .module-title h3 {
    z-index: 1;
    margin: 0;
    position: relative;
    color: #bdaca4;
    font-family: "GraublauWeb";
    text-transform: uppercase; }
  .module-title .cien {
    letter-spacing: 2px;
    text-align: center;
    display: block;
    position: absolute;
    font-family: "GraublauWeb";
    left: 0;
    right: 0;
    color: #000;
    top: 0;
    bottom: 0;
    vertical-align: middle;
    text-transform: uppercase;
    -webkit-text-stroke: 4px #2a221e;
    z-index: 0;
    text-shadow: 0px 0px 4px #000000; }
  .module-title.title-h1 {
    margin-bottom: 40px; }
    .module-title.title-h1 h1 {
      font-size: 35px;
      line-height: 40px; }
    .module-title.title-h1 .cien {
      font-size: 35px;
      line-height: 40px; }
  .module-title.title-h2 {
    margin-bottom: 20px; }
    .module-title.title-h2 h2 {
      font-size: 30px;
      line-height: 34px; }
    .module-title.title-h2 .cien {
      font-size: 30px;
      line-height: 34px; }
  .module-title.title-h3 {
    margin-bottom: 15px; }
    .module-title.title-h3 h3 {
      font-size: 25px;
      line-height: 28px; }
    .module-title.title-h3 .cien {
      font-size: 25px;
      line-height: 28px; }

main ul {
  list-style: none;
  padding-left: 0; }
  main ul li {
    font-size: 18px;
    letter-spacing: 0.5px;
    line-height: 22px;
    color: #f0e2bf;
    text-align: left;
    display: flex;
    filter: drop-shadow(0.5px 0.866px 0.5px #000000);
    text-shadow: 0 0 3px #000000;
    margin-bottom: 1rem; }
    main ul li strong {
      display: contents; }
    main ul li:before {
      display: block;
      content: " ";
      background-image: url("/img/ul_li.svg");
      width: 20px;
      min-width: 20px;
      height: 20px;
      background-size: contain;
      margin-right: 10px; }

.module-subtitle {
  display: flex;
  justify-content: center;
  margin-top: 10px; }
  .module-subtitle h3, .module-subtitle button {
    font-size: 17px;
    line-height: 20px;
    color: #f0e2bf;
    filter: drop-shadow(0.5px 0.866px 0.5px #000000);
    text-shadow: 0 0 3px #000000;
    font-weight: 400;
    letter-spacing: 1px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    width: fit-content;
    width: -moz-fit-content;
    background-color: transparent;
    border: none; }
    .module-subtitle h3 i, .module-subtitle button i {
      margin-left: 10px; }
    .module-subtitle h3:hover, .module-subtitle button:hover {
      color: #eaa63d; }

.title-element {
  font-size: 15px;
  letter-spacing: 2px;
  line-height: 15px;
  text-shadow: 0px 0px 5px black;
  color: #eaa63d;
  text-transform: uppercase;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  margin: 0;
  text-align: center;
  width: 100%; }

.blok-title {
  height: 60px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px; }
  .blok-title h1, .blok-title h2 {
    font-size: 17px;
    letter-spacing: 2px;
    font-family: "GraublauWeb";
    filter: drop-shadow(0.5px 0.866px 0.5px #000000);
    text-shadow: 0.5px 0.866px 0.5px #000000;
    line-height: 14px;
    color: #eaa63d;
    text-transform: uppercase;
    margin: 0; }

.input-group {
  flex-wrap: nowrap; }

.input-group-text {
  font-size: 15px;
  letter-spacing: 1px;
  line-height: 14px;
  color: #f0e2bf;
  font-family: "GraublauWeb";
  filter: drop-shadow(0px 1px 0.5px #000000);
  background-color: transparent;
  border: none;
  padding: 8px 12px 4px 0px; }

.input {
  background-image: url(/img/inputy/input-text.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  width: 100%;
  height: 32px;
  caret-color: #eaa63d; }

input[type="text"], input[type="email"], input[type="number"], input[type="password"], input[type="date"], select, textarea {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #eaa63d;
  font-family: "GraublauWeb";
  text-shadow: 0px 0px 5px #000000;
  background-image: url(/img/inputy/input-text.webp);
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-color: transparent;
  border: none;
  border-radius: 0px;
  cursor: pointer;
  height: 32px;
  padding: 7px 12px 5px 12px;
  width: 100%;
  max-width: 100%; }
  input[type="text"]:active, input[type="text"]:focus, input[type="email"]:active, input[type="email"]:focus, input[type="number"]:active, input[type="number"]:focus, input[type="password"]:active, input[type="password"]:focus, input[type="date"]:active, input[type="date"]:focus, select:active, select:focus, textarea:active, textarea:focus {
    color: #eaa63d;
    background-image: url(/img/inputy/input-text-active.webp);
    outline: none;
    box-shadow: none;
    background-color: transparent; }
  input[type="text"]:hover, input[type="email"]:hover, input[type="number"]:hover, input[type="password"]:hover, input[type="date"]:hover, select:hover, textarea:hover {
    background-image: url(/img/inputy/input-text-active.webp); }
  input[type="text"]:disabled, input[type="email"]:disabled, input[type="number"]:disabled, input[type="password"]:disabled, input[type="date"]:disabled, select:disabled, textarea:disabled {
    opacity: 0.7;
    cursor: default; }

input[type="date"]::-webkit-calendar-picker-indicator {
  filter: invert(74%) sepia(45%) saturate(742%) hue-rotate(339deg) brightness(93%) contrast(97%); }

input[type="text"]::placeholder, input[type="email"]::placeholder, input[type="password"]::placeholder, textarea::placeholder {
  font-family: "GraublauWeb";
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 20px;
  color: #5e524a;
  border: none; }

input[type="password"] {
  font-size: 25px; }

select:active, select:focus {
  background-color: #281e1d; }

textarea {
  cursor: auto;
  padding-top: 10px;
  border: 2px solid black;
  border-image-slice: 1;
  border-image-source: linear-gradient(61deg, #2e2a25 0%, #2e2b28 10%, #3c3933 20%, #514d46 30%, #33302e 40%, #241c1b 50%, #2e2a25 60%, #2e2b28 70%, #3c3933 80%, #514d46 82%, #33302e 84%, #2e2a25 86%, #2e2b28 88%, #3c3933 90%, #514d46 92%, #33302e 94%, #2e2a25 96%, #2e2b28 98%, #3c3933 100%);
  background: linear-gradient(0deg, #2a201f 0%, #231b1a 75%, #1f1918 100%);
  width: 100%;
  height: auto; }
  textarea:hover, textarea:active, textarea:focus {
    background: linear-gradient(0deg, #2a201f 0%, #231b1a 75%, #1f1918 100%); }

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-text-fill-color: #eaa63d !important;
  transition: background-color 5000s ease-in-out 0s; }

.custom-checkbox-label {
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0;
  cursor: pointer; }
  .custom-checkbox-label .custom-checkbox-input {
    position: absolute;
    opacity: 0;
    cursor: pointer; }
  .custom-checkbox-label .checkbox-styled {
    background-image: url(/img/inputy/input-checkbox.webp);
    background-position: center;
    background-repeat: no-repeat;
    width: 22px;
    height: 22px;
    display: inline-block;
    margin-right: 15px;
    cursor: pointer;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    z-index: 1; }
    .custom-checkbox-label .checkbox-styled .check-bg {
      display: block;
      width: 100%;
      height: 100%;
      background-position: center;
      background-repeat: no-repeat; }
    .custom-checkbox-label .checkbox-styled.checked .check-bg {
      background-image: url(/img/inputy/input-checkbox-check.webp); }
    .custom-checkbox-label .checkbox-styled:hover {
      box-shadow: 0px 0px 5px 0px #d2950487; }
  .custom-checkbox-label a {
    margin-left: 5px;
    color: #f0e2bf;
    font-family: "GraublauWeb"; }
    .custom-checkbox-label a:hover {
      color: #c72a1e; }

.input-radio {
  width: 18px;
  min-width: 18px;
  height: 18px;
  background-image: url("/img/inputy/input-radio.webp");
  background-size: 17px;
  background-position: center;
  background-repeat: no-repeat; }
  .input-radio.active {
    background-image: url("/img/inputy/input-radio-active.webp"); }

.label-input-text {
  display: flex;
  align-items: center; }
  .label-input-text span {
    white-space: nowrap;
    margin-right: 10px; }

.button-gold-bg {
  width: 253px;
  height: 163px;
  background-image: url(/img/inputy/input-button-gold.webp);
  background-position: center;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto; }
  .button-gold-bg .btn-gold {
    width: 253px;
    height: 163px;
    background-image: url(/img/inputy/input-button-gold-bg.webp);
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center; }
    .button-gold-bg .btn-gold button, .button-gold-bg .btn-gold input {
      font-size: 16px;
      letter-spacing: 1px;
      line-height: 15px;
      color: #f0e2bf;
      font-family: "GraublauWeb";
      border: none;
      background-color: transparent;
      text-transform: uppercase;
      width: 215px;
      height: 63px;
      text-shadow: 0 0 5px black;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      border-radius: 5px; }
      .button-gold-bg .btn-gold button:hover, .button-gold-bg .btn-gold input:hover {
        box-shadow: 0px 0px 10px 3px #af61065c; }

.btn-red {
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 15px;
  color: #f0e2bf;
  font-family: "GraublauWeb";
  background-image: url(/img/inputy/input-button-red.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 148px;
  height: 38px;
  text-shadow: 0 0 5px black;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 5px;
  border: none; }
  .btn-red:hover {
    color: #eaa63d !important;
    box-shadow: inset 0px 0px 5px 1px #382828;
    border: none; }
  .btn-red:focus {
    box-shadow: none;
    border: none; }

.btn-brown {
  letter-spacing: 0.5px;
  font-size: 16px;
  line-height: 15px;
  color: #f0e2bf;
  font-family: "GraublauWeb";
  background-image: url(/img/inputy/input-button-brown.webp);
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  display: inline-block;
  width: 148px;
  height: 38px;
  text-shadow: 0 0 5px black;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  border-radius: 5px;
  border: none; }
  .btn-brown:hover {
    color: #eaa63d;
    box-shadow: inset 0px 0px 5px 1px #382828;
    border: none; }
  .btn-brown:focus {
    box-shadow: none;
    border: none; }

.btn-text {
  font-size: 16px;
  letter-spacing: 1px;
  line-height: 22px;
  color: #f0e2bf;
  font-family: "GraublauWeb";
  text-align: left;
  filter: drop-shadow(0.5px 0.866px 0.5px #000000);
  text-shadow: 0 0 3px #000000; }
  .btn-text:hover {
    color: #f0e2bf;
    text-shadow: 0 0 3px #747474; }

form .szukaj-nazwa {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin: 0; }
  form .szukaj-nazwa .input-text {
    width: fit-content;
    width: -moz-fit-content;
    height: 32px;
    background-image: url(/img/inputy/input-text.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat; }
    form .szukaj-nazwa .input-text:hover {
      background-image: url(/img/inputy/input-text-active.webp); }
  form .szukaj-nazwa input[type="text"] {
    width: 316px;
    height: 32px;
    background-image: url(/img/inputy/input-text.webp);
    background-size: 100% 100%;
    background-position: center;
    background-repeat: no-repeat;
    padding-left: 15px; }
    form .szukaj-nazwa input[type="text"]:active, form .szukaj-nazwa input[type="text"]:focus, form .szukaj-nazwa input[type="text"]:hover {
      background-image: url(/img/inputy/input-text-active.webp); }
  form .szukaj-nazwa input[type="text"]::placeholder {
    color: #f0e2bf; }
  form .szukaj-nazwa .btn {
    width: 91px;
    height: 34px;
    margin-left: -2px;
    text-transform: uppercase;
    font-size: 11px; }
form .szukaj-zaawansowane {
  margin: 0;
  text-align: center;
  justify-content: center; }
  form .szukaj-zaawansowane .title-element {
    height: 40px; }
  form .szukaj-zaawansowane .form-group {
    display: flex;
    flex-direction: column;
    align-items: center; }
  form .szukaj-zaawansowane select {
    max-width: 280px; }

.powiadomienie {
  margin-top: 20px;
  margin-bottom: 20px; }
  .powiadomienie p {
    font-size: 17px;
    line-height: 20px;
    color: #f0e2bf;
    filter: drop-shadow(0.5px 0.866px 0.5px #000000);
    text-shadow: 0 0 3px #000000;
    font-weight: 400;
    letter-spacing: 1px; }

.wrapper-elements {
  display: flex;
  flex-wrap: wrap;
  justify-content: center; }
  .wrapper-elements .one-element {
    margin: 0 15px;
    justify-content: flex-start;
    display: flex;
    margin-bottom: 20px;
    flex-direction: column;
    background-image: url(/img/bloki/blok-433-559.webp);
    background-size: 100%;
    background-position: top center;
    background-repeat: no-repeat;
    width: 433px;
    height: auto;
    align-items: center; }
    .wrapper-elements .one-element .top-element {
      max-height: 60px;
      margin-bottom: 20px;
      width: 100%; }
      .wrapper-elements .one-element .top-element .title-element {
        position: relative;
        padding: 0 55px; }
        .wrapper-elements .one-element .top-element .title-element h3 {
          font-size: 17px;
          letter-spacing: 2px;
          font-family: "GraublauWeb";
          filter: drop-shadow(0.5px 0.866px 0.5px #000000);
          text-shadow: 0.5px 0.866px 0.5px #000000;
          line-height: 17px;
          color: #eaa63d;
          text-transform: uppercase;
          margin: 0;
          width: 100%; }
        .wrapper-elements .one-element .top-element .title-element .left-title-element {
          filter: drop-shadow(0.5px 0.866px 0.5px #000000);
          background-image: url("/img/circle.webp");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          width: 51px;
          height: 51px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          left: 3px;
          top: 6px;
          z-index: 1; }
          .wrapper-elements .one-element .top-element .title-element .left-title-element span {
            display: block;
            color: #f0e2bf;
            filter: drop-shadow(0.5px 0.866px 0.5px #000000);
            text-shadow: 0 0 3px #000000;
            font-size: 14px;
            cursor: default; }
            .wrapper-elements .one-element .top-element .title-element .left-title-element span .open-tooltip {
              width: 51px;
              height: 51px;
              border-radius: 50%; }
        .wrapper-elements .one-element .top-element .title-element .right-title-element {
          filter: drop-shadow(0.5px 0.866px 0.5px #000000);
          background-image: url("/img/circle.webp");
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          width: 51px;
          height: 51px;
          display: flex;
          justify-content: center;
          align-items: center;
          position: absolute;
          right: 3px;
          top: 6px;
          z-index: 1; }
          .wrapper-elements .one-element .top-element .title-element .right-title-element span {
            display: block;
            color: #f0e2bf;
            filter: drop-shadow(0.5px 0.866px 0.5px #000000);
            text-shadow: 0 0 3px #000000;
            font-size: 14px;
            cursor: default; }
            .wrapper-elements .one-element .top-element .title-element .right-title-element span .ikonka img {
              max-height: 31px;
              max-width: 31px;
              width: 100%;
              height: 100%;
              filter: invert(98%) sepia(4%) saturate(2241%) hue-rotate(331deg) brightness(100%) contrast(89%); }
            .wrapper-elements .one-element .top-element .title-element .right-title-element span:hover .ikonka img {
              filter: invert(22%) sepia(90%) saturate(2621%) hue-rotate(350deg) brightness(81%) contrast(92%); }
            .wrapper-elements .one-element .top-element .title-element .right-title-element span .open-tooltip {
              width: 51px;
              height: 51px;
              border-radius: 50%;
              display: flex;
              justify-content: center;
              align-items: center;
              position: relative; }
    .wrapper-elements .one-element .top-special-element {
      font-size: 18px;
      letter-spacing: 0.5px;
      line-height: 22px;
      color: #f0e2bf;
      text-align: center;
      filter: drop-shadow(0.5px 0.866px 0.5px #000000);
      text-shadow: 0 0 3px #000000;
      margin-top: -10px;
      margin-bottom: 10px;
      height: 45px;
      padding: 0 9px; }
    .wrapper-elements .one-element .body-element {
      background-image: url("/img/bloki/body-element.webp");
      background-repeat: no-repeat;
      background-size: 100% 100%;
      background-position: center;
      width: 411px;
      height: 327px;
      margin-bottom: 15px;
      padding: 15px; }
      .wrapper-elements .one-element .body-element .body-element-inner {
        overflow-y: auto;
        max-height: 100%; }
        .wrapper-elements .one-element .body-element .body-element-inner p {
          font-size: 18px;
          letter-spacing: 0.5px;
          line-height: 22px;
          color: #f0e2bf;
          text-align: left;
          filter: drop-shadow(0.5px 0.866px 0.5px #000000);
          text-shadow: 0 0 3px #000000; }
      .wrapper-elements .one-element .body-element .body-element-inner::-webkit-scrollbar {
        display: none;
        width: 0px; }
      @media (max-width: 464px) {
        .wrapper-elements .one-element .body-element {
          height: 70.5vw; } }
    .wrapper-elements .one-element .bottom-element {
      margin-bottom: 15px;
      width: 100%;
      padding-top: 20px;
      background-image: url(/img/bloki/bottom-element-top-bg.webp);
      background-size: 100% auto;
      background-position: top center;
      background-repeat: no-repeat; }
      .wrapper-elements .one-element .bottom-element .buttons .btn {
        display: inline-flex;
        justify-content: center;
        align-items: center; }

.solo-element {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  width: 1000px;
  margin-left: auto;
  margin-right: auto; }
  .solo-element .solo-element-container {
    width: 400px;
    max-width: 400px;
    margin: 0 auto;
    flex: 0 0 50%; }
    .solo-element .solo-element-container.double-container {
      width: 920px;
      max-width: 920px;
      flex: 1 1 100%; }
  .solo-element .solo-element-top {
    max-height: 67px;
    width: 100%;
    background-image: url("/img/bloki/blok-top-1000-67.webp");
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 1000px 67px; }
    .solo-element .solo-element-top .title-element {
      position: relative;
      padding: 0 55px;
      height: 67px; }
      .solo-element .solo-element-top .title-element h2 {
        font-size: 17px;
        letter-spacing: 2px;
        font-family: "GraublauWeb";
        filter: drop-shadow(0.5px 0.866px 0.5px #000000);
        text-shadow: 0.5px 0.866px 0.5px #000000;
        line-height: 17px;
        color: #eaa63d;
        text-transform: uppercase;
        margin: 0;
        width: 100%; }
      .solo-element .solo-element-top .title-element .left-title-element {
        filter: drop-shadow(0.5px 0.866px 0.5px #000000);
        background-image: url("/img/circle.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 51px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        left: 3px;
        top: 6px;
        z-index: 1; }
        .solo-element .solo-element-top .title-element .left-title-element span {
          display: block;
          color: #f0e2bf;
          filter: drop-shadow(0.5px 0.866px 0.5px #000000);
          text-shadow: 0 0 3px #000000;
          font-size: 14px;
          cursor: default; }
          .solo-element .solo-element-top .title-element .left-title-element span .open-tooltip {
            width: 51px;
            height: 51px;
            border-radius: 50%; }
      .solo-element .solo-element-top .title-element .right-title-element {
        filter: drop-shadow(0.5px 0.866px 0.5px #000000);
        background-image: url("/img/circle.webp");
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center;
        width: 51px;
        height: 51px;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        right: 3px;
        top: 6px;
        z-index: 1; }
        .solo-element .solo-element-top .title-element .right-title-element span {
          display: block;
          color: #f0e2bf;
          filter: drop-shadow(0.5px 0.866px 0.5px #000000);
          text-shadow: 0 0 3px #000000;
          font-size: 14px;
          cursor: default; }
          .solo-element .solo-element-top .title-element .right-title-element span .ikonka img {
            max-height: 25px;
            max-width: 25px;
            width: 100%;
            height: 100%;
            filter: invert(98%) sepia(4%) saturate(2241%) hue-rotate(331deg) brightness(100%) contrast(89%); }
          .solo-element .solo-element-top .title-element .right-title-element span:hover .ikonka img {
            filter: invert(22%) sepia(90%) saturate(2621%) hue-rotate(350deg) brightness(81%) contrast(92%); }
          .solo-element .solo-element-top .title-element .right-title-element span .open-tooltip {
            width: 51px;
            height: 51px;
            border-radius: 50%;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative; }
  .solo-element .solo-element-body {
    background-image: url("/img/bloki/blok-1000-1000.webp");
    background-position: center top;
    background-size: 1000px 868px;
    width: 100%;
    padding-bottom: 20px;
    border-bottom: 1px solid #31251d;
    box-shadow: inset 0px -4px 10px 0px #0000008a;
    max-height: 868px;
    overflow-y: auto; }
    .solo-element .solo-element-body .input-radio-group {
      display: flex; }
      .solo-element .solo-element-body .input-radio-group label {
        display: flex;
        align-items: center;
        cursor: pointer; }
        .solo-element .solo-element-body .input-radio-group label .text {
          font-size: 16px;
          letter-spacing: 0.5px;
          line-height: 22px;
          color: #f0e2bf;
          text-align: center;
          filter: drop-shadow(0.5px 0.866px 0.5px #000000);
          text-shadow: 0 0 3px #000000; }
        .solo-element .solo-element-body .input-radio-group label .radio-styled {
          background-image: url("/img/inputy/input-radio.webp");
          width: 17px;
          height: 18px;
          border-radius: 50%;
          display: inline-block;
          margin-right: 10px; }
          .solo-element .solo-element-body .input-radio-group label .radio-styled.checked {
            background-image: url("/img/inputy/input-radio-active.webp"); }
        .solo-element .solo-element-body .input-radio-group label input[type="radio"] {
          position: absolute;
          width: 0;
          height: 0;
          opacity: 0; }
        .solo-element .solo-element-body .input-radio-group label:hover .radio-styled {
          box-shadow: 0 0 5px 2px rgba(255, 0, 0, 0.5); }
    .solo-element .solo-element-body .title-element {
      justify-content: flex-start; }
  .solo-element .solo-element-body::-webkit-scrollbar {
    display: none; }

.opcje {
  white-space: nowrap; }
  .opcje .opcja {
    width: 34px;
    min-width: 34px;
    height: 34px;
    background-image: url("/img/tabele/button.webp");
    display: inline-flex;
    justify-content: center;
    align-items: center; }
    .opcje .opcja a {
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: center; }

.table-elements .table {
  width: 700px;
  margin: 0 auto; }
  .table-elements .table thead {
    background-image: url("/img/tabele/top-700-67.webp"); }
    .table-elements .table thead tr {
      background-color: transparent; }
      .table-elements .table thead tr th {
        white-space: nowrap;
        border: none;
        background-color: transparent;
        height: 67px;
        text-align: left;
        font-size: 17px;
        letter-spacing: 2px;
        font-family: "GraublauWeb";
        filter: drop-shadow(0.5px 0.866px 0.5px #000000);
        text-shadow: 0.5px 0.866px 0.5px #000000;
        line-height: 17px;
        color: #eaa63d;
        text-transform: uppercase;
        margin: 0;
        font-weight: 400;
        max-width: 200px; }
        .table-elements .table thead tr th:first-child {
          padding-left: 10px; }
  .table-elements .table tbody {
    background-image: url("/img/tabele/bg-700-400.webp");
    background-position: top center; }
    .table-elements .table tbody tr {
      background-color: transparent; }
      .table-elements .table tbody tr td, .table-elements .table tbody tr th {
        border: none;
        background-color: transparent;
        text-align: left;
        font-size: 18px;
        letter-spacing: 0.5px;
        line-height: 22px;
        color: #f0e2bf;
        text-align: left;
        filter: drop-shadow(0.5px 0.866px 0.5px #000000);
        text-shadow: 0 0 3px #000000;
        max-width: 200px; }
        .table-elements .table tbody tr td.opcje, .table-elements .table tbody tr th.opcje {
          white-space: nowrap; }
          .table-elements .table tbody tr td.opcje .opcja, .table-elements .table tbody tr th.opcje .opcja {
            width: 34px;
            height: 34px;
            background-image: url("/img/tabele/button.webp");
            display: inline-flex;
            justify-content: center;
            align-items: center; }
            .table-elements .table tbody tr td.opcje .opcja a, .table-elements .table tbody tr th.opcje .opcja a {
              width: 100%;
              height: 100%;
              display: flex;
              justify-content: center;
              align-items: center; }
        .table-elements .table tbody tr td:first-child, .table-elements .table tbody tr th:first-child {
          padding-left: 10px; }
      .table-elements .table tbody tr:nth-child(even) {
        background-color: rgba(0, 0, 0, 0.3); }

.table-elements::-webkit-scrollbar {
  display: none;
  width: 0px; }

.open-tooltip {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  transition: 0.3s; }
  .open-tooltip:hover .mytooltip {
    opacity: 1;
    display: block;
    animation-name: fadein;
    animation-duration: 1s; }

.mytooltip {
  transition: 0.5s;
  position: absolute;
  font-size: 14px;
  line-height: 16px;
  letter-spacing: 1px;
  background-color: #1a1512;
  padding: 10px;
  border-radius: 5px;
  color: #f0e2bf;
  text-transform: initial;
  white-space: nowrap;
  border: 1px solid #eaa63d80;
  display: none;
  transition: opacity 1s ease-out;
  opacity: 0; }
  .mytooltip:after {
    position: absolute;
    z-index: 3;
    display: block;
    width: 10px;
    height: 10px;
    content: '';
    background-color: #1a1512;
    transform: translate(-50%, 0) rotate(45deg);
    transition: transform 0.2s ease-out;
    pointer-events: none; }
  .mytooltip.right {
    left: 100%;
    margin-left: 9px; }
    .mytooltip.right:after {
      right: 100%;
      top: calc(50% - 4px);
      margin-right: -10px;
      border-left: 1px solid #eaa63d80;
      border-bottom: 1px solid #eaa63d80; }
  .mytooltip.left {
    right: 100%;
    margin-right: 9px; }
    .mytooltip.left:after {
      left: 100%;
      top: calc(50% - 4px);
      border-right: 1px solid #eaa63d80;
      border-top: 1px solid #eaa63d80; }
  .mytooltip.top {
    bottom: 100%;
    margin-bottom: 9px; }
    .mytooltip.top:after {
      top: 100%;
      left: 50%;
      margin-top: -4px;
      border-right: 1px solid #eaa63d80;
      border-bottom: 1px solid #eaa63d80; }
  .mytooltip.bottom {
    top: 100%;
    margin-top: 9px; }
    .mytooltip.bottom:after {
      bottom: 100%;
      left: 50%;
      margin-bottom: -4px;
      border-left: 1px solid #eaa63d80;
      border-top: 1px solid #eaa63d80; }

.ukryty {
  display: none; }

a:hover {
  text-decoration: none !important; }

.fw-400 {
  font-weight: 400 !important; }

.mt-20 {
  margin-top: 20px; }

.btn-primary {
  background: #eaa63d;
  color: #9a9da0;
  border-color: #eaa63d;
  padding: 5px 19px;
  font-size: 17px;
  font-weight: 600;
  text-transform: uppercase; }
  .btn-primary:hover {
    color: white;
    background: #eaa63d;
    border-color: #eaa63d;
    text-shadow: 0px 0px 4px red; }

.btn-danger {
  color: #fff;
  padding: 5px 19px;
  font-size: 17px;
  background-color: #ea162a; }

.btn-kup {
  margin-top: 0;
  padding: 5px 17px; }

.input-lewy {
  background: #eaa63d;
  color: #9a9da0;
  border-color: #eaa63d;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-prawy {
  border-color: #eaa63d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px; }

.input-srodek-text {
  border-color: #eaa63d;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px; }

.input-sam {
  border-color: #eaa63d;
  background-color: #eaa63d;
  color: #9a9da0;
  border-radius: 5px; }

.input-sam-text {
  border-color: #eaa63d;
  color: #495057;
  border-radius: 5px; }

.input-srodek {
  border-color: #eaa63d;
  background-color: #eaa63d;
  color: #9a9da0;
  border-radius: 0; }

.input-gora {
  border-color: #eaa63d;
  background-color: #eaa63d;
  color: #9a9da0;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0px; }

.input-dol-text {
  border-color: #eaa63d;
  border-top-left-radius: 0;
  border-top-right-radius: 0px; }

.notatki {
  flex-direction: column;
  min-width: 270px; }
  .notatki .input-group-prepend span {
    width: 100%;
    justify-content: center; }

@media (min-width: 768px) {
  .visible-xs {
    display: none !important; } }
@media (max-width: 767px) {
  .form-group-xs {
    flex-direction: column;
    min-width: 270px; }
    .form-group-xs span {
      width: 100% !important;
      justify-content: center;
      border-top-left-radius: 5px;
      border-top-right-radius: 5px;
      border-bottom-left-radius: 0px;
      border-bottom-right-radius: 0px; }
    .form-group-xs input, .form-group-xs select {
      border-top-left-radius: 0px;
      border-top-right-radius: 0px;
      border-bottom-left-radius: 5px;
      border-bottom-right-radius: 5px; } }
.input-group-prepend {
  margin-right: 0; }

.blad {
  margin: 0;
  color: red;
  font-weight: bold;
  width: 100%; }

.blad_selecta {
  border-color: red; }

.blad_selecta_focus {
  border-color: red; }
  .blad_selecta_focus:focus {
    border-color: red;
    box-shadow: 0 0 0 0.2rem #ff001854; }

.dodaj_kolejne .fa-plus-square {
  height: 40px;
  font-size: 30px;
  padding-top: 5px;
  margin-left: 3px;
  color: #ffffffaa;
  cursor: pointer; }
  .dodaj_kolejne .fa-plus-square:hover {
    color: green; }

.flexbox {
  display: flex; }

.grupa_do_wyboru {
  margin: 0px 25px; }

.hidden {
  display: none !important; }

.krotki {
  width: 60px !important;
  padding: 12px 6px !important; }

.select-disabled {
  background-color: #e9ecef;
  opacity: 1; }

.strona {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  height: 35px;
  margin-top: 15px;
  margin-bottom: 15px; }
  .strona h3 {
    color: #bdaca4;
    text-shadow: 0 0 4px red;
    font-size: 35px;
    margin: 0px 3px;
    cursor: pointer; }
    .strona h3:hover {
      color: #eaa63d; }
  .strona .aktywna {
    color: #eaa63d;
    cursor: default; }
    .strona .aktywna:hover {
      color: #eaa63d; }

.tabela {
  padding: 10px 0px; }

.mt-1vw {
  margin-top: 1vw; }

.mt-2vw {
  margin-top: 2vw; }

.mt-3vw {
  margin-top: 3vw; }

.mt-4vw {
  margin-top: 4vw; }

.mt-5vw {
  margin-top: 5vw; }

.mr-1vw {
  margin-right: 1vw; }

.mr-2vw {
  margin-right: 2vw; }

.mr-3vw {
  margin-right: 3vw; }

.mr-4vw {
  margin-right: 4vw; }

.mr-5vw {
  margin-right: 5vw; }

.mb-1vw {
  margin-bottom: 1vw; }

.mb-2vw {
  margin-bottom: 2vw; }

.mb-3vw {
  margin-bottom: 3vw; }

.mb-4vw {
  margin-bottom: 4vw; }

.mb-5vw {
  margin-bottom: 5vw; }

.ml-1vw {
  margin-left: 1vw; }

.ml-2vw {
  margin-left: 2vw; }

.ml-3vw {
  margin-left: 3vw; }

.ml-4vw {
  margin-left: 4vw; }

.ml-5vw {
  margin-left: 5vw; }

.align-items-normal {
  align-items: normal !important; }

.text-line-1 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical; }

.text-line-2 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical; }

.text-line-3 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical; }

.text-line-4 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical; }

html {
  background-color: #000;
  background-image: url(/img/bg.webp);
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: center top;
  height: 100%;
  max-width: 1920px;
  margin: 0 auto; }
  html#home {
    background-position: center -6vw; }
    html#home body {
      padding-top: 0;
      min-height: 100%; }
      html#home body main {
        padding-top: 13vw; }

header {
  position: fixed;
  z-index: 9999;
  top: 0; }
  header.sticked .navbar {
    background-position: center -150px;
    padding-bottom: 0; }
    header.sticked .navbar ul.navbar-nav li {
      background-color: #000000; }
      header.sticked .navbar ul.navbar-nav li:first-child {
        border-bottom-left-radius: 7px; }
      header.sticked .navbar ul.navbar-nav li:last-child {
        border-bottom-right-radius: 7px; }

body {
  padding-top: 74px;
  background-color: transparent;
  position: relative;
  min-height: 100vh;
  padding-bottom: 227px;
  font-family: "GraublauWeb";
  display: flex;
  flex-direction: column;
  align-items: center; }
  body main a:not([href]):not([tabindex]):focus, body main a:not([href]):not([tabindex]):hover {
    cursor: pointer; }
    body main a:not([href]):not([tabindex]):focus:hover, body main a:not([href]):not([tabindex]):hover:hover {
      color: #c72a1e; }
  body footer {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding-top: 15px;
    height: auto;
    text-align: center; }
    body footer .linki {
      height: 100px;
      display: flex;
      justify-content: center;
      align-items: center; }
      body footer .linki a {
        font-size: 17px;
        letter-spacing: 1px;
        line-height: 14px;
        color: #ababab;
        font-family: "GraublauWeb";
        filter: drop-shadow(0.5px 0.866px 0.5px #000000);
        padding: 0 20px; }
        body footer .linki a:hover {
          color: #c72a1e;
          text-decoration: underline !important; }
    body footer .footer {
      background-image: url(/img/stopka.webp);
      background-repeat: no-repeat;
      background-position: center bottom;
      height: 127px;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column; }
      body footer .footer .foto {
        margin-bottom: 10px; }
      body footer .footer .text {
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column; }
        body footer .footer .text p {
          font-size: 14px;
          line-height: 14px;
          color: #ababab;
          font-family: "GraublauWeb";
          text-align: center;
          text-shdow: 0.5px 0.866px 0.5px #000000;
          margin-bottom: 0; }
  body.overflow-y-hidden {
    overflow-y: hidden; }
  body p, body span, body a, body a:not([href]):not([tabindex]) {
    color: #f0e2bf;
    filter: drop-shadow(0.5px 0.866px 0.5px #000000);
    text-shadow: 0 0 3px #000000;
    letter-spacing: 0.5px; }
  body a:hover {
    color: #c72a1e; }

body::-webkit-scrollbar {
  display: none; }

#logo {
  margin: 0 auto;
  width: 41vw;
  height: 7.4vw;
  position: relative;
  right: 0.7vw;
  margin-top: calc(8.7vw - 70px);
  margin-bottom: 60px; }
  #logo a {
    width: 100%;
    height: 100%;
    display: block; }

#czat {
  display: flex;
  justify-content: flex-start;
  width: 320px;
  height: 50px;
  position: fixed;
  bottom: 5px;
  right: -260px;
  border-radius: 5px;
  transition: 0.3s;
  -webkit-transition: 0.3s;
  z-index: 1; }
  #czat .btn-czat {
    width: 64px;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    background-image: url(/img/sub-navbar.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: inherit;
    border: none;
    padding: 0;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    position: relative; }
    #czat .btn-czat img {
      width: 30px;
      height: 30px; }
    #czat .btn-czat .nowe-wiadomosci {
      position: absolute;
      bottom: 5px;
      right: 5px; }
      #czat .btn-czat .nowe-wiadomosci span {
        line-height: initial;
        font-size: 11px;
        border-radius: 50%;
        width: 22px;
        min-width: 22px;
        height: 22px;
        border: 2px solid #eaa63d;
        background-color: black;
        display: flex;
        align-items: center;
        justify-content: center; }
    #czat .btn-czat.active {
      width: 128px; }
      #czat .btn-czat.active img {
        filter: hue-rotate(346deg) saturate(20); }
    #czat .btn-czat.czat-open {
      order: 1; }
    #czat .btn-czat.czat-global {
      order: 2; }
    #czat .btn-czat.czat-kampania {
      order: 3; }
    #czat .btn-czat.czat-prywatny {
      order: 4; }
  #czat .czat {
    width: 320px;
    height: 50vh;
    max-height: 500px;
    background-image: url(/img/bloki/blok-433-559.webp);
    background-size: cover;
    background-position: top center;
    background-repeat: no-repeat;
    position: fixed;
    bottom: 55px;
    right: -320px;
    transition: 0.3s;
    -webkit-transition: 0.3s;
    box-shadow: -2px -2px 10px 2px black; }
  #czat .czat-inner {
    position: relative;
    height: 100%; }
  #czat .wiadomosci {
    padding: 10px;
    height: calc(100% - 97px);
    overflow-y: auto; }
  #czat .wiadomosci::-webkit-scrollbar {
    display: none; }
  #czat .pauza {
    width: 100%;
    border-top: 2px solid #eaa63d;
    padding-top: 5px; }
    #czat .pauza p {
      text-align: center;
      color: #eaa63d; }
  #czat .one-wiadomosc .podpis {
    font-weight: 600; }
    #czat .one-wiadomosc .podpis.zaufany {
      color: #eaa63d; }
    #czat .one-wiadomosc .podpis.moderator {
      color: #287a13; }
    #czat .one-wiadomosc .podpis.administrator {
      color: #c72a1e; }
  #czat .wysylanie {
    position: absolute;
    width: 100%;
    bottom: 0; }
    #czat .wysylanie .form-group-czat {
      display: flex;
      align-items: flex-end; }
    #czat .wysylanie textarea {
      resize: none;
      height: 40px;
      max-height: calc(35vh); }
    #czat .wysylanie button {
      min-width: 40px;
      width: 40px;
      height: 40px;
      background-image: url(/img/tabele/button.webp);
      background-repeat: no-repeat;
      background-size: cover;
      display: flex;
      justify-content: center;
      align-items: center;
      margin-right: 5px;
      cursor: pointer;
      border: none;
      background-color: transparent; }
      #czat .wysylanie button img {
        width: 20px; }
  #czat .buttons {
    display: flex;
    box-shadow: -2px -2px 10px 2px black;
    background-color: #000; }
  #czat .ustawienia-czatu {
    display: none; }
  #czat .title-element {
    height: calc(40px + 1.3vh); }
    #czat .title-element h3 {
      font-size: 17px;
      letter-spacing: 2px;
      font-family: "GraublauWeb";
      filter: drop-shadow(0.5px 0.866px 0.5px #000000);
      text-shadow: 0.5px 0.866px 0.5px #000000;
      line-height: 20px;
      color: #eaa63d;
      text-transform: uppercase;
      margin: 0;
      width: 100%;
      padding: 0 5px; }
    #czat .title-element .ikonka {
      width: 34px;
      height: 34px;
      background-image: url(/img/tabele/button.webp);
      display: inline-flex;
      justify-content: center;
      align-items: center;
      margin-right: 5px;
      cursor: pointer; }
      #czat .title-element .ikonka img {
        width: 20px; }
      #czat .title-element .ikonka:hover img {
        filter: hue-rotate(346deg) saturate(20); }
  #czat.open {
    right: 0; }
    #czat.open .czat {
      right: 0px; }
    #czat.open .czat-open {
      order: 5; }
      #czat.open .czat-open .nowe-wiadomosci span {
        display: none; }

#myNav {
  right: -150px;
  position: fixed;
  overflow: auto;
  overflow-y: hidden;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  z-index: 999;
  background-color: black;
  border-radius: 5px; }
  #myNav .dropdown-backdrop {
    z-index: -1; }
  #myNav .overlay-content {
    transition: 0.3s;
    -webkit-transition: 0.3s;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: column;
    width: fit-content;
    width: -moz-fit-content;
    float: right; }
    #myNav .overlay-content ul {
      list-style: none;
      padding: 0;
      text-align: center;
      transition: 0.3s;
      -webkit-transition: 0.3s;
      width: 100%;
      margin-bottom: 0; }
      #myNav .overlay-content ul li .myDropdown-toggle {
        background-image: url(/img/sub-navbar.webp);
        background-position: right center;
        background-repeat: no-repeat;
        background-size: 100% 100%;
        padding: 5px 25px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        font-family: "GraublauWeb";
        text-transform: uppercase;
        color: #9e8877;
        height: 42px;
        width: 150px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 15px;
        line-height: 14px;
        text-shadow: 0.5px 0.866px 0.5px #000000;
        transition: 0.3s;
        -webkit-transition: 0.3s; }
        #myNav .overlay-content ul li .myDropdown-toggle:after {
          display: inline-block;
          margin-left: .255em;
          vertical-align: .255em;
          content: "";
          border-top: .3em solid;
          border-right: .3em solid transparent;
          border-bottom: 0;
          border-left: .3em solid transparent; }
        #myNav .overlay-content ul li .myDropdown-toggle:hover {
          font-size: 16px;
          color: #eaa63d;
          background-color: transparent; }
      #myNav .overlay-content ul .myDropdown .myDropdown-menu {
        margin: 0;
        margin-left: auto;
        margin-right: auto;
        float: none;
        position: initial;
        width: auto;
        border: none;
        background: none;
        box-shadow: none;
        display: none;
        transform-origin: top;
        padding: 0;
        transition: none;
        -webkit-transition: none; }
        #myNav .overlay-content ul .myDropdown .myDropdown-menu a {
          background-image: url(/img/sub-navbar.webp);
          background-position: right center;
          background-repeat: no-repeat;
          background-size: 100% 100%;
          padding: 5px 25px;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          font-family: "GraublauWeb";
          text-transform: uppercase;
          color: #febe62;
          height: 42px;
          width: 140px;
          position: relative;
          left: 10px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 15px;
          line-height: 14px;
          text-shadow: 0.5px 0.866px 0.5px #000000;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
          #myNav .overlay-content ul .myDropdown .myDropdown-menu a:hover, #myNav .overlay-content ul .myDropdown .myDropdown-menu a:active, #myNav .overlay-content ul .myDropdown .myDropdown-menu a:focus {
            background-color: transparent; }
  #myNav.open {
    right: 0;
    box-shadow: 0px 0px 10px 5px black; }

.navbar {
  width: 100%;
  margin-bottom: 0px;
  padding: 0;
  width: auto;
  margin: 0 auto;
  background-image: url("/img/navbar-fire.webp");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  padding: 0 34px 76px 57px;
  transition: 0.5s; }
  .navbar .navbar-toggle {
    transition: 0.5s;
    -webkit-transition: 0.5s;
    background: transparent;
    margin: 5px 5px;
    border-color: transparent;
    display: none;
    border-radius: 5px;
    background-image: url(/img/sub-navbar.webp);
    background-position: left center;
    background-repeat: no-repeat;
    background-size: inherit;
    padding: 10px;
    width: 162px;
    position: relative;
    right: -100px; }
    .navbar .navbar-toggle span {
      width: 28px;
      height: 4px;
      border-radius: 5px;
      display: block;
      margin: 2px;
      box-shadow: 0px 0px 3px 1px #000000;
      background-size: cover; }
    .navbar .navbar-toggle:hover span {
      box-shadow: 0px 0px 2px 1px #eaa63d; }
    .navbar .navbar-toggle.open {
      right: 0; }
  .navbar ul.navbar-nav {
    display: flex;
    justify-content: center;
    width: 100%;
    align-items: center; }
    .navbar ul.navbar-nav li {
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      height: 54px; }
      .navbar ul.navbar-nav li .nav-link {
        padding: 5px 25px;
        transition: 0.3s;
        -webkit-transition: 0.3s;
        font-family: "GraublauWeb";
        text-transform: uppercase;
        width: 232px;
        text-shadow: 0.5px 0.866px 0.5px #000000;
        font-size: 15px;
        line-height: 14px;
        color: #9e8877;
        background-image: url(/img/navbar-przerwa.svg);
        background-position: right -3px center;
        background-repeat: no-repeat;
        background-size: contain;
        text-align: center;
        height: 53px;
        display: flex;
        justify-content: center;
        align-items: center; }
        .navbar ul.navbar-nav li .nav-link:hover {
          font-size: 16px;
          color: #eaa63d; }
        .navbar ul.navbar-nav li .nav-link.aktywny {
          color: #eaa63d; }
      .navbar ul.navbar-nav li:nth-child(even) {
        background-image: url("/img/navbar-2.webp"); }
      .navbar ul.navbar-nav li:nth-child(odd) {
        background-image: url("/img/navbar-3.webp"); }
      .navbar ul.navbar-nav li:first-child {
        background-image: url("/img/navbar-1.webp"); }
      .navbar ul.navbar-nav li:last-child {
        background-image: url("/img/navbar-4.webp"); }
        .navbar ul.navbar-nav li:last-child .nav-link {
          background-image: none; }
      .navbar ul.navbar-nav li .dropdown-menu {
        padding: 0;
        background-color: transparent;
        border: none;
        margin-top: -2px;
        width: 100%; }
        .navbar ul.navbar-nav li .dropdown-menu a {
          background-image: url("/img/sub-navbar.webp");
          background-position: right center;
          background-repeat: no-repeat;
          background-size: 100% 100%;
          padding: 5px 25px;
          transition: 0.3s;
          -webkit-transition: 0.3s;
          font-family: "GraublauWeb";
          text-transform: uppercase;
          color: #9e8877;
          width: 100%;
          height: 53px;
          display: flex;
          justify-content: center;
          align-items: center;
          font-size: 15px;
          line-height: 14px;
          text-shadow: 0.5px 0.866px 0.5px #000000; }
          .navbar ul.navbar-nav li .dropdown-menu a:hover {
            font-size: 16px;
            color: #eaa63d;
            background-color: transparent; }
          .navbar ul.navbar-nav li .dropdown-menu a:focus, .navbar ul.navbar-nav li .dropdown-menu a:active {
            background-color: transparent; }
          .navbar ul.navbar-nav li .dropdown-menu a:focus-visible {
            outline: none; }
    .navbar ul.navbar-nav .odsylacz {
      cursor: pointer; }
    .navbar ul.navbar-nav .wyloguj {
      cursor: pointer; }
    .navbar ul.navbar-nav .fa-envelope {
      color: red; }

@media (min-width: 1201px) and (max-width: 1220px) {
  .navbar {
    margin-left: calc(-800px + 65vw); } }
@media (min-width: 768px) and (max-width: 790px) {
  .navbar {
    margin-left: calc(-510px + 65vw); } }
#popup-pusty, #popup {
  background-color: #0005;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
  width: 100%;
  height: 100%;
  outline: 0; }
  #popup-pusty .wrapper, #popup .wrapper {
    -webkit-transform: none;
    transform: none;
    transition: -webkit-transform .3s ease-out;
    transition: transform .3s ease-out;
    transition: transform .3s ease-out,-webkit-transform .3s ease-out;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center; }
    #popup-pusty .wrapper .inner, #popup .wrapper .inner {
      position: relative;
      display: -ms-flexbox;
      display: flex;
      flex-direction: column;
      width: 100%;
      max-width: 560px;
      height: fit-content;
      max-height: 100%;
      overflow-y: auto;
      pointer-events: auto;
      border-radius: .3rem;
      outline: 0;
      box-shadow: 10px 10px 5px 3px black, 0px 0px 10px 3px black; }
      #popup-pusty .wrapper .inner .title, #popup .wrapper .inner .title {
        display: flex;
        align-items: flex-start;
        justify-content: space-between;
        padding: 1rem 1rem;
        border-top-left-radius: .3rem;
        border-top-right-radius: .3rem;
        max-height: 67px;
        width: 100%;
        background-image: url(/img/bloki/blok-top-1000-67.webp);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 1000px 67px; }
        #popup-pusty .wrapper .inner .title h4, #popup .wrapper .inner .title h4 {
          margin-bottom: 0;
          font-size: 17px;
          letter-spacing: 2px;
          font-family: "GraublauWeb";
          filter: drop-shadow(0.5px 0.866px 0.5px #000000);
          text-shadow: 0.5px 0.866px 0.5px #000000;
          line-height: 18px;
          color: #eaa63d;
          text-transform: uppercase;
          margin: 0;
          width: 100%; }
        #popup-pusty .wrapper .inner .title button, #popup .wrapper .inner .title button {
          width: 35px;
          height: 35px;
          padding-bottom: 5px;
          background-image: url("/img/inputy/cancel.svg");
          background-repeat: no-repeat;
          background-position: center;
          background-size: 30px;
          transition: 0.3s;
          -webkit-transition: 0.3s; }
          #popup-pusty .wrapper .inner .title button:hover, #popup .wrapper .inner .title button:hover {
            filter: brightness(150%); }
      #popup-pusty .wrapper .inner .text, #popup .wrapper .inner .text {
        position: relative;
        flex: 1 1 auto;
        padding: 1rem;
        overflow-y: auto;
        background-image: url(/img/bloki/blok-1000-1000.webp);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 1000px 495px;
        width: 100%;
        padding-bottom: 20px;
        border-bottom: 1px solid #31251d;
        box-shadow: inset 0px -4px 10px 0px #0000008a;
        max-height: 495px; }
        #popup-pusty .wrapper .inner .text p, #popup .wrapper .inner .text p {
          font-size: 18px; }
        #popup-pusty .wrapper .inner .text ul, #popup .wrapper .inner .text ul {
          list-style: none;
          padding-left: 0; }
          #popup-pusty .wrapper .inner .text ul li, #popup .wrapper .inner .text ul li {
            font-size: 18px;
            letter-spacing: 0.5px;
            line-height: 22px;
            color: #f0e2bf;
            text-align: left;
            display: flex;
            filter: drop-shadow(0.5px 0.866px 0.5px #000000);
            text-shadow: 0 0 3px #000000;
            margin-bottom: 1rem; }
            #popup-pusty .wrapper .inner .text ul li strong, #popup .wrapper .inner .text ul li strong {
              display: contents; }
            #popup-pusty .wrapper .inner .text ul li:before, #popup .wrapper .inner .text ul li:before {
              display: block;
              content: " ";
              background-image: url("/img/ul_li.svg");
              width: 20px;
              min-width: 20px;
              height: 20px;
              background-size: contain;
              margin-right: 10px; }
      #popup-pusty .wrapper .inner .text::-webkit-scrollbar, #popup .wrapper .inner .text::-webkit-scrollbar {
        display: none;
        width: 0px; }
      #popup-pusty .wrapper .inner .more, #popup .wrapper .inner .more {
        display: flex;
        align-items: center;
        justify-content: flex-end;
        padding: 1rem;
        border-bottom-right-radius: .3rem;
        border-bottom-left-radius: .3rem;
        background-image: url(/img/bloki/blok-1000-495.webp);
        background-repeat: no-repeat;
        background-position: center top;
        background-size: 1000px 495px; }
        #popup-pusty .wrapper .inner .more .btn, #popup .wrapper .inner .more .btn {
          margin-right: .25rem; }
    #popup-pusty .wrapper .inner::-webkit-scrollbar, #popup .wrapper .inner::-webkit-scrollbar {
      display: none;
      width: 0px; }

#content {
  text-align: center; }
  #content #nawigacja {
    text-align: left;
    margin-top: 10px;
    width: max-content; }
    #content #nawigacja h4 {
      display: inline; }
      #content #nawigacja h4 span:hover {
        cursor: pointer;
        text-shadow: 0px 0px 2px red; }

#carousel-big {
  width: 100%; }
@-webkit-keyframes L_circle_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@keyframes L_circle_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }
@-webkit-keyframes L_stroke_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@keyframes L_stroke_rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  12.5% {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg); }
  25% {
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  37.5% {
    -webkit-transform: rotate(405deg);
    transform: rotate(405deg); }
  50% {
    -webkit-transform: rotate(540deg);
    transform: rotate(540deg); }
  62.5% {
    -webkit-transform: rotate(675deg);
    transform: rotate(675deg); }
  75% {
    -webkit-transform: rotate(810deg);
    transform: rotate(810deg); }
  87.5% {
    -webkit-transform: rotate(945deg);
    transform: rotate(945deg); }
  100% {
    -webkit-transform: rotate(1080deg);
    transform: rotate(1080deg); } }
@-webkit-keyframes L_stroke_left_grow {
  0%,100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); } }
@keyframes L_stroke_left_grow {
  0%,100% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg); }
  50% {
    -webkit-transform: rotate(-140deg);
    transform: rotate(-140deg); } }
@-webkit-keyframes L_stroke_right_grow {
  0%,100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); } }
@keyframes L_stroke_right_grow {
  0%,100% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg); }
  50% {
    -webkit-transform: rotate(140deg);
    transform: rotate(140deg); } }
  #carousel-big #carousel .loader-circle {
    top: 50%;
    left: 50%;
    z-index: 1;
    color: #444;
    margin-top: -1em;
    margin-left: -1em;
    position: absolute;
    -webkit-animation: L_circle_rotate 1.568s linear infinite both;
    animation: L_circle_rotate 1.568s linear infinite both; }
  #carousel-big #carousel .loader-circle .loader-stroke-left:before, #carousel-big #carousel .loader-circle .loader-stroke-right:before, #carousel-big #carousel .loader-circle:before {
    content: '';
    display: block;
    border-style: solid;
    border-width: .21429em;
    border-color: currentColor; }
  #carousel-big #carousel .loader-circle, #carousel-big #carousel .loader-circle .loader-stroke-left, #carousel-big #carousel .loader-circle .loader-stroke-left:before, #carousel-big #carousel .loader-circle .loader-stroke-right, #carousel-big #carousel .loader-circle .loader-stroke-right:before, #carousel-big #carousel .loader-circle:before {
    width: 2em;
    height: 2em;
    border-radius: 50%;
    box-sizing: border-box; }
  #carousel-big #carousel .loader-circle .loader-stroke-left:before, #carousel-big #carousel .loader-circle .loader-stroke-right {
    position: absolute;
    clip: rect(0 2em 2em 1em); }
  #carousel-big #carousel .loader-circle .loader-stroke-left, #carousel-big #carousel .loader-circle .loader-stroke-right:before {
    position: absolute;
    clip: rect(0 1em 2em 0); }
  #carousel-big #carousel .loader-circle:before {
    position: absolute;
    clip: rect(0 1.05em 1em 0.95em); }
  #carousel-big #carousel .loader-circle .loader-stroke-left, #carousel-big #carousel .loader-circle .loader-stroke-right, #carousel-big #carousel .loader-circle:before {
    -webkit-animation: L_stroke_rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: L_stroke_rotate 5332ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  #carousel-big #carousel .loader-circle .loader-stroke-right:before {
    -webkit-animation: L_stroke_right_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: L_stroke_right_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  #carousel-big #carousel .loader-circle .loader-stroke-left:before {
    -webkit-animation: L_stroke_left_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both;
    animation: L_stroke_left_grow 1333ms cubic-bezier(0.4, 0, 0.2, 1) infinite both; }
  #carousel-big #carousel .mhn-slide .mhn-item {
    width: 100%;
    padding: 10px; }
  #carousel-big #carousel .mhn-slide .mhn-item {
    width: 100%;
    padding: 10px; }
  #carousel-big #carousel .mhn-slide .mhn-inner {
    width: 100%;
    height: 100%;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.16), 0 2px 5px 0 rgba(0, 0, 0, 0.26);
    border-radius: 3px; }
    #carousel-big #carousel .mhn-slide .mhn-inner .mhn-box {
      background-color: #fff;
      border-top: 5px solid #eaa63d; }
      #carousel-big #carousel .mhn-slide .mhn-inner .mhn-box .mhn-text {
        width: 100%;
        height: 190px;
        padding: 15px 20px; }
        #carousel-big #carousel .mhn-slide .mhn-inner .mhn-box .mhn-text h4 {
          font-size: 20px;
          letter-spacing: 3px;
          font-weight: 500;
          margin-bottom: 10px; }
        #carousel-big #carousel .mhn-slide .mhn-inner .mhn-box .mhn-text p {
          font-size: 15px;
          color: black;
          font-weight: 400;
          font-family: "Raleway";
          text-align: justify; }
  #carousel-big #carousel .mhn-slide .mhn-item img {
    display: none; }
  #carousel-big #carousel .mhn-slide .mhn-text {
    text-align: center; }
  #carousel-big #carousel .owl-item .mhn-img {
    height: 400px;
    overflow: hidden;
    color: white;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAQAAAC1HAwCAAAAC0lEQVR42mNkYAAAAAYAAjCB0C8AAAAASUVORK5CYII=) #fff no-repeat top;
    background-size: contain;
    position: relative; }
  #carousel-big #carousel .mhn-slide .owl-stage-outer {
    z-index: 1;
    height: 650px; }
  #carousel-big #carousel .mhn-slide .owl-nav {
    color: #333;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0; }
  #carousel-big #carousel .mhn-slide .owl-nav svg {
    color: currentColor; }
  #carousel-big #carousel .mhn-slide .owl-nav .disabled {
    display: none; }
  #carousel-big #carousel .mhn-slide .owl-prev,
  #carousel-big #carousel .mhn-slide .owl-next {
    top: 110px;
    z-index: 2;
    width: 40px;
    height: 40px;
    padding: 8px;
    margin-top: -20px;
    position: absolute;
    border-radius: 50%;
    background-color: #fff;
    box-shadow: 0 4px 4px rgba(0, 0, 0, 0.3), 0 0 4px rgba(0, 0, 0, 0.2); }
  #carousel-big #carousel .mhn-slide .owl-prev {
    left: -10px; }
  #carousel-big #carousel .mhn-slide .owl-next {
    right: -10px; }
  #carousel-big #carousel .mhn-slide {
    padding: 0px 70px; }
  #carousel-big #carousel .owl-nav .owl-arrow {
    width: 50px;
    height: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0);
    border-radius: 50%;
    border: 2px solid #4b8dd6;
    position: absolute;
    top: calc(50% - 130px);
    -webkit-transition: 0.3s;
    transition: 0.3s;
    box-shadow: none; }
    #carousel-big #carousel .owl-nav .owl-arrow img {
      left: 2px;
      width: 11px;
      position: relative; }
    #carousel-big #carousel .owl-nav .owl-arrow:hover img {
      width: 20px;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
  #carousel-big #carousel .owl-nav .owl-prev {
    left: 0px;
    transform: rotate(180deg);
    outline: none; }
  #carousel-big #carousel .owl-nav .owl-next {
    right: 0px;
    outline: none; }

@media (max-width: 958px) {
  html {
    background-size: 950px; }
    html#home body main {
      margin-top: 130px; }

  #logo {
    width: 390px;
    height: 70px;
    margin-top: 12px;
    margin-bottom: 60px;
    max-width: 100vw; } }
@media (min-width: 992px) and (max-width: 1200px) {
  .navbar {
    background-size: contain;
    padding: 0 28px 73px 47px; }
    .navbar ul.navbar-nav li {
      background-size: auto;
      background-position-x: center; }
      .navbar ul.navbar-nav li .nav-link {
        width: 190px; }
      .navbar ul.navbar-nav li:nth-child(even) {
        background-position-x: left; }
      .navbar ul.navbar-nav li:nth-child(odd) {
        background-position-x: right; }
      .navbar ul.navbar-nav li:first-child {
        background-position-x: left; }
      .navbar ul.navbar-nav li:last-child {
        background-position-x: right; }

  .solo-element {
    width: 980px; } }
@media (min-width: 768px) and (max-width: 991px) {
  .navbar {
    background-size: contain;
    padding: 0 22px 56px 37px; }
    .navbar ul.navbar-nav li {
      height: 44px;
      background-size: cover;
      background-position-x: center; }
      .navbar ul.navbar-nav li .nav-link {
        width: 150px;
        height: 42px; }
      .navbar ul.navbar-nav li:nth-child(even) {
        background-position-x: left; }
      .navbar ul.navbar-nav li:nth-child(odd) {
        background-position-x: right; }
      .navbar ul.navbar-nav li:first-child {
        background-position-x: left; }
      .navbar ul.navbar-nav li:last-child {
        background-position-x: right; }
      .navbar ul.navbar-nav li .dropdown-menu a {
        height: 42px;
        width: 150px; }

  .solo-element {
    width: 750px;
    margin-left: auto;
    margin-right: auto; }
    .solo-element .solo-element-container {
      width: 320px;
      max-width: 320px; } }
@media (max-width: 767px) {
  html {
    background-size: 760px; }

  body {
    padding-top: 54px; }
    body header {
      right: 0; }
    body main {
      height: auto;
      min-height: calc(100vh - 54px); }
    body.overflow-y-hidden header {
      padding-right: 0; }

  form .szukaj-nazwa input[type="text"] {
    width: 200px; }

  .strona h3 {
    font-size: 22px; }

  .navbar {
    justify-content: space-between;
    background-image: none;
    padding: 0;
    margin-right: 0; }
    .navbar .navbar-brand {
      align-items: center;
      margin-left: 15px; }
      .navbar .navbar-brand img {
        height: 44px;
        margin-right: 15px; }
      .navbar .navbar-brand h2 {
        margin: 0;
        height: fit-content; }
    .navbar .navbar-toggle {
      display: flex;
      flex-direction: column;
      outline: none; }
    .navbar ul.navbar-nav {
      display: none; }

  #logo {
    height: 62px;
    margin-top: 21px;
    height: 57px;
    margin-top: 14px;
    width: 100%; }

  .module-title.title-h1 h1 {
    font-size: 25px; }
  .module-title.title-h1 .cien {
    font-size: 25px; }

  .module-title.title-h2 h2 {
    font-size: 20px; }
  .module-title.title-h2 .cien {
    font-size: 20px; }

  .custom-checkbox-label {
    font-size: 14px; }
    .custom-checkbox-label .checkbox-styled {
      margin-right: 10px; }

  .wrapper-elements .one-element .top-special-element {
    font-size: 16px;
    line-height: 21px;
    height: auto; }
  .wrapper-elements .one-element .body-element .body-element-inner p {
    font-size: 16px;
    line-height: 21px; }

  .solo-element {
    width: calc(100% - 20px);
    margin: 0 auto; }
    .solo-element .solo-element-body {
      padding-left: 10px;
      padding-right: 10px; }
      .solo-element .solo-element-body .solo-element-container {
        flex: 0 0 100%;
        width: calc(100% - 20px);
        max-width: calc(100% - 20px); }

  .table-elements .table {
    width: calc(100vw - 40px); }
    .table-elements .table tbody tr td {
      font-size: 16px;
      line-height: 21px; } }
@media (max-width: 576px) {
  .wrapper-elements .one-element {
    width: 100%;
    max-width: 433px;
    margin-left: 0;
    background-size: auto;
    margin-right: 0;
    background-image: url("/img/bloki/blok-body-433-492.webp");
    background-position: center 67px; }
    .wrapper-elements .one-element .top-element {
      background-image: url("/img/bloki/blok-top-433-67.webp");
      background-repeat: no-repeat;
      background-position: center top;
      background-size: 433px 67px;
      max-height: 67px;
      height: 67px; }
      .wrapper-elements .one-element .top-element .title-element {
        padding-left: 40px;
        padding-right: 40px;
        justify-content: flex-start; }
        .wrapper-elements .one-element .top-element .title-element h3 {
          font-size: 15px;
          letter-spacing: 1px; }
        .wrapper-elements .one-element .top-element .title-element .right-title-element, .wrapper-elements .one-element .top-element .title-element .left-title-element {
          width: 40px;
          height: 40px;
          top: 10px; }
          .wrapper-elements .one-element .top-element .title-element .right-title-element span, .wrapper-elements .one-element .top-element .title-element .left-title-element span {
            font-size: 13px;
            letter-spacing: 1px; }
            .wrapper-elements .one-element .top-element .title-element .right-title-element span .ikonka img, .wrapper-elements .one-element .top-element .title-element .left-title-element span .ikonka img {
              max-height: 20px;
              max-width: 20px; }
    .wrapper-elements .one-element .top-special-element {
      font-size: 15px;
      letter-spacing: 0px;
      line-height: 19px; }
    .wrapper-elements .one-element .body-element {
      width: 100%;
      max-height: 404px;
      max-width: 411px; }
      .wrapper-elements .one-element .body-element .body-element-inner p {
        font-size: 15px;
        letter-spacing: 0px;
        line-height: 19px; }

  #popup-pusty .wrapper .inner {
    max-width: 100vw; }
    #popup-pusty .wrapper .inner .form-group {
      max-width: 300px;
      margin-left: auto;
      margin-right: auto; }

  .table-elements .table {
    width: calc(100vw - 40px); }
    .table-elements .table tbody tr td.opcje {
      display: flex;
      flex-wrap: wrap;
      width: 84px;
      float: right; } }
@media (min-width: 1600px) {
  .container {
    max-width: 1540px; } }

/*# sourceMappingURL=main.css.map */
