body {
  color: white;
  background: #10069f;
}
body.com_contact {
  background: white;
}
body.com_contact main {
  color: #10069f;
}
body.com_contact main h1, body.com_contact main h2, body.com_contact main p {
  color: #10069f;
}
body.com_contact main h1 {
  margin-top: 50px;
  margin-bottom: 20px;
}
body.com_contact main h2 {
  margin-bottom: 30px;
}
@media (max-width: 991px) {
  body.com_contact main h2 {
    margin-bottom: 20px;
  }
}
body .com-content-article {
  margin-top: 100px;
}

h1,
h2,
h3 {
  color: white;
  font-family: strawford;
  font-weight: bold;
}

h1, .h1 {
  font-size: 44px;
  margin-bottom: 40px;
  text-transform: uppercase;
  line-height: 56px;
  letter-spacing: -0.05em;
  font-weight: 700;
}
@media (max-width: 991px) {
  h1, .h1 {
    line-height: 1.2;
    font-size: 30px;
    margin-bottom: 10px;
  }
}

h2 {
  margin-bottom: 1.25rem;
  font-size: 28px;
  font-style: normal;
  font-weight: bold;
  line-height: 110%;
  letter-spacing: -0.04em;
  text-transform: uppercase;
  width: 100%;
}
@media (max-width: 991px) {
  h2 {
    font-size: 20px;
  }
}

p, a {
  letter-spacing: -0.018em;
  line-height: 22px;
  font-size: 14px;
}
@media (min-width: 992px) {
  p, a {
    letter-spacing: -0.018em;
    line-height: 28px;
    font-size: 18px;
  }
}

small {
  font-size: 95%;
}
@media (max-width: 991px) {
  small {
    letter-spacing: -0.018em;
    line-height: 22px;
    font-size: 14px;
  }
}

.button-form {
  border-radius: 3px;
  padding: 13px 20px;
  color: white;
  font-size: 18px;
  font-weight: 700;
  background-color: #0b046a;
  transition: all 200ms ease;
}
.button-form:hover {
  opacity: 0.8;
}

.control-group {
  padding: 10px 0;
}

.form-control {
  font-size: 1em;
  background-color: white;
  padding: 12px 12px;
  border: solid 1px #0b046a;
  border-radius: 3px;
  height: auto;
  max-width: 100%;
  width: 100%;
  line-height: normal;
}

.control-label {
  font-size: 16px;
  margin-bottom: 0.4em;
  display: block;
  line-height: 1.3;
}

.com-contact__form {
  margin-top: 70px;
  margin-bottom: 100px;
}
@media (max-width: 991px) {
  .com-contact__form {
    margin-top: 40px;
  }
}

@media (max-width: 575px) {
  #contact-form {
    margin-top: 25px;
  }
}

.com_contact #contact-form .m-0 {
  display: flex;
  flex-wrap: wrap;
}
.com_contact #contact-form .m-0 > div {
  width: 100%;
}
.com_contact #contact-form .m-0 > div:nth-child(2) {
  order: 1;
}
.com_contact #contact-form .m-0 > div:nth-child(3) {
  order: 3;
}
.com_contact #contact-form .m-0 > div:nth-child(4) {
  order: 2;
}

.home .com-content-article {
  margin-top: 0;
}
.home .text-column-left, .home .text-column-right {
  align-content: center;
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 991px) {
  .home .text-column-left, .home .text-column-right {
    margin: 50px 0;
  }
}
@media (min-width: 992px) {
  .home .text-column-left {
    padding-right: 5%;
  }
}
@media (min-width: 992px) {
  .home .text-column-right {
    padding-left: 5%;
  }
}
.home .padding {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 991px) {
  .home .padding {
    padding-top: 0;
  }
}

@media (min-width: 992px) {
  .zigzag img {
    height: 600px;
    width: 50%;
    position: absolute;
  }
}
.zigzag img.right {
  right: 0;
}
.zigzag img.left {
  left: 0;
}
@media (min-width: 992px) {
  .zigzag .text-column-right,
  .zigzag .text-column-left {
    height: 600px;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }
}
@media (max-width: 991px) {
  .zigzag .text-column-right,
  .zigzag .text-column-left {
    order: 2;
  }
}
@media (min-width: 1600px) {
  .zigzag .text-column-right > div,
  .zigzag .text-column-left > div {
    width: 90%;
  }
}

@media (max-width: 991px) {
  .text-column-right,
  .text-column-left {
    max-width: 600px;
  }
}

.card__title {
  margin-bottom: 0.65rem;
  text-wrap: wrap;
  font-size: 18px;
  font-weight: 700;
  letter-spacing: -0.05em;
  text-transform: none;
}
@media (min-width: 992px) {
  .card__title {
    font-size: 26px;
  }
}

#homeForm {
  background: white;
  padding: 50px 0;
}
@media (min-width: 992px) {
  #homeForm {
    padding: 100px 0;
  }
}
#homeForm *:not(button), #homeForm {
  color: #10069f;
}

#contactBox {
  margin-top: 60px;
  margin-bottom: 60px;
  text-align: center;
  margin-left: 15px;
  margin-right: 15px;
}
#contactBox > div {
  padding: 30px;
  margin-left: auto;
  margin-right: auto;
  background-color: rgb(5, 2, 53);
  border-color: rgb(96, 89, 191);
  max-width: 662px;
  border-width: 1px;
  border-radius: 15px;
}
#contactBox .button {
  max-width: 320px;
  background-color: rgb(31, 33, 73);
  border-color: rgb(96, 89, 191);
  border-width: 1px;
}
@media (min-width: 576px) {
  #contactBox .button {
    font-size: 16px;
  }
}

.modal p, .modal #closeModal {
  color: #fff !important;
}

#slider_home {
  overflow: hidden;
  height: calc(100vh - 73px);
}
@media (min-width: 1024px) {
  #slider_home {
    height: calc(100vh - 129px);
  }
}
#slider_home .full-image {
  position: relative;
}
#slider_home .desc {
  left: 0;
  position: absolute;
  bottom: 20%;
  margin: auto;
  padding: 0;
}
#slider_home .desc > div {
  padding: 37px 65px;
  background: rgba(0, 0, 0, 0.3);
  width: 610px;
  max-width: 610px !important;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
}
@media (max-width: 767px) {
  #slider_home .desc > div {
    padding: 24px 30px;
    max-width: 400px !important;
    width: 100%;
    min-width: 300px;
  }
}
#slider_home .desc p {
  font-size: 50px;
  line-height: 1;
}
@media (max-width: 767px) {
  #slider_home .desc p {
    font-size: 35px;
  }
}
#slider_home img {
  width: 100%;
  height: calc(100vh - 73px);
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 1024px) {
  #slider_home img img {
    height: calc(100vh - 129px);
  }
}

#jform_captcha-lbl {
  display: none;
}

.home .grecaptcha-badge {
  left: -260px !important;
}
.home .grecaptcha-badge.active {
  left: -186px !important;
}

bbbody div.cc-window.cc-floating, bbhtml div.cc-window.cc-floating {
  max-width: 35em;
  border: 2px solid rgb(16, 6, 159);
}
bbbody .cc-header, bbhtml .cc-header {
  font-size: 16px;
  font-weight: normal;
  max-width: 420px;
  margin-top: 0;
  font-weight: 700;
  font-family: strawford;
}
bbbody .cc-header span, bbhtml .cc-header span {
  font-size: 14px;
  font-weight: normal;
  margin-top: 10px;
  display: block;
}
bbbody .cc-header span, bbbody .cc-header p, bbhtml .cc-header span, bbhtml .cc-header p {
  letter-spacing: 0;
}
bbbody .cc-cookie-settings-toggler, bbhtml .cc-cookie-settings-toggler {
  display: none !important;
}
bbbody .cc-link.cc-cookie, bbbody .cc-link.cc-privacy, bbhtml .cc-link.cc-cookie, bbhtml .cc-link.cc-privacy {
  display: block;
}
bbbody .cc-close, bbhtml .cc-close {
  transform: scale(0.6);
  right: 4px;
  top: 12px;
  text-shadow: rgb(16, 6, 159) 0px 0px 0px !important;
  transition: all 0.4s;
}
bbbody .cc-close:hover, bbhtml .cc-close:hover {
  text-shadow: #10069f 0px 0px 0px !important;
  background: none !important;
}
bbbody div.cc-compliance > a.cc-btn, bbbody span.cc-message span.cc-cookie-settings-toggle, bbhtml div.cc-compliance > a.cc-btn, bbhtml span.cc-message span.cc-cookie-settings-toggle {
  height: 40px;
  line-height: 1.3;
  outline: 0;
  background: none !important;
  border-color: rgb(16, 6, 159) !important;
  color: rgb(16, 6, 159) !important;
  display: inline-block;
  font-size: 13px;
  letter-spacing: 0;
  font-family: Arial, Helvetica, sans-serif;
  padding: 10px 18px 11px;
  transition: all 0.4s;
  margin: 0 9px 0 0;
}
bbbody div.cc-compliance > a.cc-btn:hover, bbbody span.cc-message span.cc-cookie-settings-toggle:hover, bbhtml div.cc-compliance > a.cc-btn:hover, bbhtml span.cc-message span.cc-cookie-settings-toggle:hover {
  background: #0f069f !important;
  color: #fff !important;
  text-decoration: none !important;
}
bbbody div.cc-compliance > a.cc-btn.cc-allowall, bbhtml div.cc-compliance > a.cc-btn.cc-allowall {
  background: #0f069f !important;
  color: white !important;
}
bbbody div.cc-compliance > a.cc-btn.cc-allowall:hover, bbhtml div.cc-compliance > a.cc-btn.cc-allowall:hover {
  background: #0f069f !important;
  color: #fff !important;
}
bbbody span.cc-message span.cc-cookie-settings-toggle, bbhtml span.cc-message span.cc-cookie-settings-toggle {
  left: 0;
  bottom: -89px;
  position: absolute;
  font-weight: 700;
  margin-top: 0;
}
bbbody .cc-floating .cc-message, bbhtml .cc-floating .cc-message {
  position: relative;
}
bbbody .cc-compliance, bbhtml .cc-compliance {
  display: block;
}
bbbody a.cc-link label, bbhtml a.cc-link label {
  font-size: 14px;
  transition: all 0.4s;
}
bbbody a.cc-link label:hover, bbhtml a.cc-link label:hover {
  text-decoration: underline !important;
}
bbbody div.cc-checkboxes-container input[type=checkbox], bbhtml div.cc-checkboxes-container input[type=checkbox] {
  position: absolute;
}
bbbody div.cc-checkbox-container input + span, bbhtml div.cc-checkbox-container input + span {
  position: relative;
  display: inline-block;
  width: 38px;
  height: 20px;
}
bbbody div.cc-checkbox-container input:checked + span::before, bbhtml div.cc-checkbox-container input:checked + span::before {
  transform: translateX(18px);
}
bbbody div.cc-checkbox-container > span::before, bbhtml div.cc-checkbox-container > span::before {
  position: absolute;
  content: "";
  height: 14px;
  width: 14px;
  left: 3px;
  bottom: 3px;
  background-color: #fff !important;
  transition: all 0.4s !important;
  border-color: #FFF !important;
  border: none;
  border-radius: 50%;
}
bbbody a.cc-link label, bbhtml a.cc-link label {
  opacity: 1;
  top: -4px;
  position: relative;
  font-weight: 600;
  margin: 5px 0 0 5px;
  font-family: strawford;
}
bbbody div.cc-checkbox-container, bbhtml div.cc-checkbox-container {
  width: 100%;
}
bbbody div.cc-settings-label, bbbody span.cc-cookie-settings-toggle, bbhtml div.cc-settings-label, bbhtml span.cc-cookie-settings-toggle {
  font-size: 15px;
}
bbbody div.cc-checkboxes-container a.cc-btn.cc-allow, bbhtml div.cc-checkboxes-container a.cc-btn.cc-allow {
  margin-top: 20px;
  height: auto;
  padding: 2px 15px;
  font-size: 13px;
  font-family: strawford;
}
bbbody div.cc-checkboxes-container a.cc-btn.cc-allow:hover, bbhtml div.cc-checkboxes-container a.cc-btn.cc-allow:hover {
  background: white !important;
  color: #0f069f !important;
  text-decoration: none;
}
bbbody div.cc-floating div.cc-checkboxes-container, bbhtml div.cc-floating div.cc-checkboxes-container {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 2px solid;
}
bbbody .cc-compliance, bbhtml .cc-compliance {
  margin-left: 125px;
}
bbbody .cc-settings-label, bbhtml .cc-settings-label {
  font-size: 17px;
  font-weight: 600;
  margin-bottom: 15px !important;
  font-family: strawford;
  opacity: 1;
}
bbbody span.cc-header + span.cc-message span.cc-message-text, bbhtml span.cc-header + span.cc-message span.cc-message-text {
  letter-spacing: 0;
  font-family: "strawford";
  margin-right: 5px;
  line-height: 1.4;
}
bbbody .div.cc-window, bbbody span.cc-cookie-settings-toggler, bbhtml .div.cc-window, bbhtml span.cc-cookie-settings-toggler {
  font-size: 14px;
}
bbbody div.cc-cookie-category-description, bbhtml div.cc-cookie-category-description {
  font-size: 14px;
  line-height: 1.4;
  padding: 10px 0;
}
bbbody .cc-floating > .cc-link, bbhtml .cc-floating > .cc-link {
  margin-top: -16px;
  font-family: "strawford";
  font-size: 14px;
  color: #10069f !important;
}
bbbody .cc-floating > .cc-link:hover, bbhtml .cc-floating > .cc-link:hover {
  text-decoration: underline !important;
}

.mapaKontakt {
  background: #f1f1f1;
  margin: 100px -15px;
  height: 450px;
}

.mapaKontakt iframe {
  max-width: 100%;
}

@media (min-width: 1200px) {
  .mapaKontakt {
    margin: 100px 0;
    border-radius: 5px;
    overflow: hidden;
  }
}
html .cc-revoke, html .cc-window {
  font-family: strawford;
  letter-spacing: 0 !important;
}
html a.cc-btn {
  border-radius: 0 !important;
}
html .cc-close {
  display: block;
  position: absolute;
  top: 1.3em;
  right: 0.9em;
  font-size: 0.9em;
  opacity: 0.9;
  line-height: 0.75;
  outline: none;
}
html div.cc-center-xtd div.cc-checkboxes-container {
  overflow-y: scroll;
  display: block;
  height: 32vh;
  overflow-x: hidden;
}
html .cc-grower > div {
  position: fixed;
}
html .cc-header {
  text-align: left;
}
html span.cc-header + span.cc-message span.cc-message-text {
  line-height: 1.5;
  margin-right: 5px;
}
html a.cc-link.cc-privacy::before,
html div.cc-settings-label::before,
html span.cc-message-text::before {
  display: none !important;
}
html div.cc-window.cc-center.cc-center-xtd.cc-window-settings-toggle-xtd {
  border-radius: 0;
  margin-top: 0 !important;
  padding-bottom: 2em;
}
html div.cc-window.cc-floating div.cc-settings-label {
  margin-bottom: 20px;
  margin-top: 19px;
  text-align: left;
  font-size: 17px;
  font-weight: 700;
  opacity: 1 !important;
}
html div.cc-checkboxes-container input[type=checkbox] {
  margin-right: -16px !important;
  display: block !important;
}
html div.cc-center-xtd div.cc-checkbox-description {
  flex-basis: 100%;
  margin: 10px 0 0 0;
  font-size: 13px;
  line-height: 1.4;
}
html div.cc-center-xtd div.cc-checkbox-container {
  margin-bottom: 20px;
  padding: 14px;
  border: 1px solid #ccc;
  background: #f2f2f2;
  color: #000;
  border-radius: 0;
}
html div.cc-checkbox-category-readmore {
  margin-top: 15px !important;
  flex-basis: 100%;
  text-align: left;
  font-size: 13px;
  text-decoration: underline;
  margin-top: 5px;
  cursor: pointer;
  display: none;
}
html div.cc-checkboxes-container input.cc-cookie-checkbox + span {
  width: 34px;
}
html div.cc-checkboxes-container input.cc-cookie-checkbox + span::before {
  left: 2px;
}
html div.cc-checkboxes-container input.cc-cookie-checkbox:checked + span::before {
  left: 1px;
}
html a.cc-btn {
  padding: 15px !important;
  font-size: 14px;
  background: #0f069f !important;
}
html a.cc-btn:hover {
  background: #adcef0 !important;
  color: #fff !important;
  text-decoration: none !important;
}
html span.cc-close {
  text-shadow: #0f069f 0 0 0 !important;
}
html div.cc-center a.cc-link, html div.cc-checkbox-category-readmore {
  font-size: 14px !important;
  text-decoration: underline !important;
  color: #0f069f !important;
  margin-bottom: 16px !important;
  opacity: 1;
}
html div.cc-checkboxes-container input.cc-cookie-checkbox:checked + span, html fieldset.cc-cookie-list-title .gdpr_onoffswitch-inner::before {
  background-color: #0f069f !important;
}
html div.cc-center-xtd span.cc-cookie-settings-toggle {
  font-size: 16px;
}
html div.cc-center-xtd div.cc-checkboxes-container a.cc-btn.cc-allow {
  border: 0;
  padding: 0.7em 1.4em !important;
  float: none;
  margin-right: 6px;
  line-height: 1.1;
  width: 100px;
  margin: auto;
  position: relative;
  left: 8px;
}
html div.cc-center-xtd span.cc-cookie-settings-toggle {
  margin-top: 28px !important;
  font-size: 16px;
  text-decoration: underline;
  color: #0f069f !important;
}
html .cc-cookie-settings-toggler {
  display: none !important;
}
html div.cc-center-xtd div.cc-checkbox-container a:not(.cc-btn) {
  padding: 0;
  margin: 0 0 0 10px !important;
}
html .cc-revoke.cc-center.cc-revoke-bottom-left {
  padding: 5px 16px 5px 8px;
  left: 6em;
  right: auto;
  bottom: 0;
  top: auto;
  margin: auto;
  border-radius: 0.5em 0.5em 0 0;
  transform: translateY(0) !important;
}/*# sourceMappingURL=custom.css.map */