/* ===========================================
		Fonts
=========================================== */
/* ===========================================
		! Values
=========================================== */
:root {
  --color-black: black;
  --color-light: #fff;
  --color-light-2: #f6f6f6;
  --color-accent: #eca846;
  --color-accent-2: #eca846;
  --color-hero: #2a3f87;
  --body-font-family: "Helvetica", "Arial", sans-serif;
  --body-font-size: 1.25rem;
  --body-font-weight: 300;
  --body-font-height: 1.5em;
  --body-color: var(--color-black);
  --body-background-color: var(--color-light-2);
  --header-font-family: "Helvetica", "Arial", sans-serif;
  --header-font-weight: 600;
  --border-radius: 6px;
  --border: none;
  --box-shadow: 0px 4px 30px 0px rgba(0, 0, 0, 0.1);
}

/* ===========================================
		! Mixin
=========================================== */
/* ===========================================
		! MARGIN / PADDIN
=========================================== */
/* ===========================================
		GLOBAL CLASS
=========================================== */
p {
  line-height: 1.5;
  padding: 0.5em 0;
  color: var(--color-black);
}
@media (max-width: 767px) {
  p {
    font-size: 1.12rem;
  }
}
@media (min-width: 768px) {
  p {
    font-size: 1.12rem;
  }
}
@media (min-width: 1023px) {
  p {
    font-size: 1.12rem;
  }
}
@media (min-width: 1439px) {
  p {
    font-size: 1.12rem;
  }
}
@media (min-width: 1600px) {
  p {
    font-size: 1.12rem;
  }
}

a {
  color: inherit;
  text-decoration: inherit;
}

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

*:focus {
  outline: none;
}

a {
  text-decoration: none;
  color: var(--color-hero);
}
a:hover {
  color: var(--color-accent);
}

img {
  padding: 0 0;
  margin: 0 0;
  max-width: 100%;
  height: auto;
  display: block;
}

@media (max-width: 767px) {
  .no-mobile {
    display: none;
  }
}

.only-mobile {
  display: none;
}
@media (max-width: 767px) {
  .only-mobile {
    display: block;
  }
}

@media (min-width: 768px) {
  .no-tablet {
    display: none;
  }
}

@media (min-width: 1023px) {
  .no-desktop {
    display: none;
  }
}

.for-desktop {
  display: none;
}
@media (min-width: 1023px) {
  .for-desktop {
    display: block;
  }
}

.flex {
  display: flex;
}

.none {
  display: none;
}

.center {
  margin: 0 auto;
}

/* ===========================================
		HTML
=========================================== */
* {
  margin: 0px;
  padding: 0px;
}

html {
  min-width: 320px;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0px;
  padding: 0px;
  outline: none;
  font-family: var(--body-font-family);
  font-size: var(--body-font-size);
  color: var(--body-color);
  font-weight: var(--body-font-weight);
  line-height: var(--body-font-height);
  background-color: var(--body-background-color);
  overflow-x: hidden;
}

/* ===========================================
		HEADER
=========================================== */
@media (max-width: 767px) {
  h1, .h1 {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  h1, .h1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1023px) {
  h1, .h1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1439px) {
  h1, .h1 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  h1, .h1 {
    font-size: 1.56rem;
  }
}

h2, .h2 {
  line-height: 1.1;
}
@media (max-width: 767px) {
  h2, .h2 {
    font-size: 2.25rem;
  }
}
@media (min-width: 768px) {
  h2, .h2 {
    font-size: 2.75rem;
  }
}
@media (min-width: 1023px) {
  h2, .h2 {
    font-size: 3.25rem;
  }
}
@media (min-width: 1439px) {
  h2, .h2 {
    font-size: 3.5rem;
  }
}
@media (min-width: 1600px) {
  h2, .h2 {
    font-size: 3.75rem;
  }
}

@media (max-width: 767px) {
  h3, .h3 {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1023px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1439px) {
  h3, .h3 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  h3, .h3 {
    font-size: 1.56rem;
  }
}

@media (max-width: 767px) {
  h4, .h4 {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1023px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1439px) {
  h4, .h4 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  h4, .h4 {
    font-size: 1.56rem;
  }
}

@media (max-width: 767px) {
  h5, .h5 {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1023px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1439px) {
  h5, .h5 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  h5, .h5 {
    font-size: 1.56rem;
  }
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5 {
  margin: 0;
  padding: 0;
  font-family: var(--header-font-family);
  font-weight: var(--header-font-weight);
  color: var(--color-hero);
}

h1, .h1 {
  background-color: var(--color-accent);
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-light);
  font-weight: 400;
  margin-bottom: 1em;
  border-radius: var(--border-radius);
}

/* ===========================================
		! Wrap inner
=========================================== */
.wrap-inner {
  width: 90%;
  max-width: 1100px;
  margin: 0 auto;
}

/* ===========================================
	UL
=========================================== */
ul {
  list-style-image: url("../images/punktor.svg");
  margin-left: 1.5em;
}
ul li {
  padding: 0.2em 0;
}

/* =====================================
		! Footer
===================================== */
section.homepagehero {
  position: relative;
  width: 100%;
}
section.homepagehero img {
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: var(--border-radius);
  height: 400px;
}
section.homepagehero .content {
  display: flex;
  flex-direction: column;
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 0 1em;
  justify-content: center;
}
section.homepagehero h1 {
  background-color: var(--color-hero);
  color: var(--color-accent);
  text-transform: uppercase;
  line-height: 1.3;
  margin-bottom: 5px;
}
@media (max-width: 767px) {
  section.homepagehero h1 {
    font-size: 1.35rem;
  }
}
@media (min-width: 768px) {
  section.homepagehero h1 {
    font-size: 1.45rem;
  }
}
@media (min-width: 1023px) {
  section.homepagehero h1 {
    font-size: 1.65rem;
  }
}
@media (min-width: 1439px) {
  section.homepagehero h1 {
    font-size: 1.95rem;
  }
}
@media (min-width: 1600px) {
  section.homepagehero h1 {
    font-size: 2.25rem;
  }
}
section.homepagehero p {
  background-color: var(--color-accent);
  color: var(--color-hero);
  padding: 1em;
  border-radius: var(--border-radius);
  width: 100%;
  max-width: 500px;
  margin-bottom: 5px;
}
section.homepagehero a {
  background: var(--color-hero);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  border-radius: var(--border-radius);
  color: var(--color-light);
  font-size: 1rem;
  line-height: 1.5;
}
section.homepagehero a:hover {
  background: var(--color-accent);
  color: var(--color-hero);
}

section.iconstext {
  position: relative;
  max-width: 800px;
  margin: 0 auto;
}
section.iconstext h2 {
  line-height: 1.3;
  text-align: center;
  margin: 1.5em 0;
}
@media (max-width: 767px) {
  section.iconstext h2 {
    font-size: 1.35rem;
  }
}
@media (min-width: 768px) {
  section.iconstext h2 {
    font-size: 1.45rem;
  }
}
@media (min-width: 1023px) {
  section.iconstext h2 {
    font-size: 1.65rem;
  }
}
@media (min-width: 1439px) {
  section.iconstext h2 {
    font-size: 1.95rem;
  }
}
@media (min-width: 1600px) {
  section.iconstext h2 {
    font-size: 2.25rem;
  }
}
section.iconstext .grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media (min-width: 768px) {
  section.iconstext .grid {
    justify-content: space-between;
  }
}
section.iconstext .grid > div {
  width: 100%;
}
@media (min-width: 768px) {
  section.iconstext .grid > div {
    width: 48%;
  }
}
section.iconstext .item {
  padding: 1.25em;
  text-align: center;
  max-width: 380px;
  margin-bottom: 1.3em;
  background-color: var(--color-hero);
}
section.iconstext .item h3, section.iconstext .item p {
  color: var(--color-light);
}
section.iconstext .item img {
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}
section.iconstext .item h3 {
  padding: 1.2em 0;
}
section.iconstext .item a {
  color: var(--color-light);
  background: var(--color-accent);
  padding: 0.5em 1em;
  border-radius: var(--border-radius);
}
section.iconstext .item a:hover {
  color: var(--color-hero);
}

/* =====================================
		! Header Main Menu
===================================== */
.mobi-nav-active {
  background: var(--color-light-2) !important;
  height: 100vh;
}

header.main-menu {
  background: none;
  width: 100%;
  top: 0;
  z-index: 100;
  max-width: 100%;
  margin-top: 0;
  overflow-y: scroll;
}
header.main-menu .container {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  align-items: unset;
}
header.main-menu .logo-button-nav {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  width: 100%;
}
@media (min-width: 1023px) {
  header.main-menu .logo-button-nav {
    width: unset;
  }
}
header.main-menu .container-menu-buttons {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (min-width: 1023px) {
  header.main-menu .container-menu-buttons {
    flex-direction: row;
    align-items: center;
  }
}
header.main-menu .logo {
  padding: 1em 0;
}
header.main-menu .logo svg {
  width: 100%;
  margin: 0 0;
  max-width: 110px;
}
@media (min-width: 768px) {
  header.main-menu .logo svg {
    margin: 1em 0;
    max-width: 150px;
  }
}
@media (min-width: 1023px) {
  header.main-menu .logo svg {
    margin: 1em 0;
    max-width: 200px;
  }
}
@media (min-width: 1439px) {
  header.main-menu .logo svg {
    margin: 1em 0;
    max-width: 244px;
  }
}
header.main-menu .menu-menu-glowne-container {
  background-color: var(--color-hero);
  width: 100%;
  padding: 0 0.5em;
  border-radius: var(--border-radius);
}
header.main-menu ul {
  display: flex;
  flex-direction: column;
  list-style: none;
  margin-left: 0;
  flex-wrap: wrap;
  background-color: var(--color-hero);
}
@media (min-width: 1023px) {
  header.main-menu ul {
    flex-direction: row;
    margin-top: 0;
    justify-content: space-between;
  }
}
header.main-menu ul li {
  padding: 0.5em 0;
  margin: 0 0;
  color: var(--color-light);
}
@media (min-width: 1023px) {
  header.main-menu ul li {
    margin: 0 0.5em;
    display: flex;
    align-items: center;
  }
}
header.main-menu ul li a {
  font-size: 1rem;
  line-height: 1.5;
  color: var(--color-light);
  font-weight: 400;
}
header.main-menu ul li a:hover {
  color: var(--color-accent);
}
header.main-menu .button-nav {
  height: 30px;
}
header.main-menu .button-nav svg {
  width: 30px;
}
header.main-menu .nav-buttons {
  display: flex;
  margin-left: 1.8em;
  margin-top: 1em;
  margin-bottom: 1em;
}
@media (min-width: 768px) {
  header.main-menu .nav-buttons {
    margin-left: 2em;
  }
}
@media (min-width: 1439px) {
  header.main-menu .nav-buttons {
    margin-left: 0em;
    margin-top: 0;
    margin-bottom: 0;
  }
}
header.main-menu .button-nav {
  display: block;
}
header.main-menu .button-nav .open-menu {
  display: block;
}
header.main-menu .button-nav .close-menu {
  display: none;
}
header.main-menu .container-menu-buttons {
  display: none;
}
@media (min-width: 1023px) {
  header.main-menu .button-nav {
    display: none;
  }
  header.main-menu .container-menu-buttons {
    display: flex;
  }
  header.main-menu .button-nav .open-menu {
    display: none;
  }
  header.main-menu .button-nav .close-menu {
    display: none;
  }
}

.wp-block-list ul {
  margin-left: 1.5em;
}

.wp-block-heading {
  padding: 0.5em 0;
}

h1.wp-block-heading {
  line-height: 1.125;
}
@media (max-width: 767px) {
  h1.wp-block-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  h1.wp-block-heading {
    font-size: 2rem;
  }
}
@media (min-width: 1023px) {
  h1.wp-block-heading {
    font-size: 2.3rem;
  }
}
@media (min-width: 1439px) {
  h1.wp-block-heading {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  h1.wp-block-heading {
    font-size: 3rem;
  }
}

h2.wp-block-heading {
  line-height: 1;
}
@media (max-width: 767px) {
  h2.wp-block-heading {
    font-size: 1.2rem;
  }
}
@media (min-width: 768px) {
  h2.wp-block-heading {
    font-size: 1.3rem;
  }
}
@media (min-width: 1023px) {
  h2.wp-block-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 1439px) {
  h2.wp-block-heading {
    font-size: 1.87rem;
  }
}
@media (min-width: 1600px) {
  h2.wp-block-heading {
    font-size: 1.87rem;
  }
}

h3.wp-block-heading {
  line-height: 1.125;
}
@media (max-width: 767px) {
  h3.wp-block-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  h3.wp-block-heading {
    font-size: 2rem;
  }
}
@media (min-width: 1023px) {
  h3.wp-block-heading {
    font-size: 2.3rem;
  }
}
@media (min-width: 1439px) {
  h3.wp-block-heading {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  h3.wp-block-heading {
    font-size: 3rem;
  }
}

h4.wp-block-heading {
  line-height: 1.125;
}
@media (max-width: 767px) {
  h4.wp-block-heading {
    font-size: 1.5rem;
  }
}
@media (min-width: 768px) {
  h4.wp-block-heading {
    font-size: 2rem;
  }
}
@media (min-width: 1023px) {
  h4.wp-block-heading {
    font-size: 2.3rem;
  }
}
@media (min-width: 1439px) {
  h4.wp-block-heading {
    font-size: 3rem;
  }
}
@media (min-width: 1600px) {
  h4.wp-block-heading {
    font-size: 3rem;
  }
}

main {
  background: var(--color-light);
  width: 90%;
  max-width: 1100px;
  margin: 1em auto;
  border-radius: var(--border-radius);
  padding: 1.5em;
}
main > div.container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1023px) {
  main > div.container {
    flex-direction: row;
  }
}

.home main {
  background: none;
  width: 90%;
  max-width: 1100px;
  margin: 1em auto;
  border-radius: none;
  padding: 0;
}
.home main > div.container {
  display: flex;
  flex-direction: column;
}
@media (min-width: 1023px) {
  .home main > div.container {
    flex-direction: row;
  }
}

div.tekstwramcezboku {
  border: solid 3px var(--color-accent);
  border-radius: var(--border-radius);
  padding: 1em;
  width: 100%;
  min-width: 250px;
  font-size: 1rem;
  line-height: 1.5;
}
@media (min-width: 1023px) {
  div.tekstwramcezboku {
    margin-left: 2em;
  }
}
div.tekstwramcezboku h2 {
  line-height: 1.5;
  margin-bottom: 1em;
}
@media (max-width: 767px) {
  div.tekstwramcezboku h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 768px) {
  div.tekstwramcezboku h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 1023px) {
  div.tekstwramcezboku h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 1439px) {
  div.tekstwramcezboku h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 1600px) {
  div.tekstwramcezboku h2 {
    font-size: 1.12rem;
  }
}
div.tekstwramcezboku ul {
  margin-left: 1.5em;
}

.wyroznionytekstwramce {
  border: solid 3px var(--color-accent);
  border-radius: var(--border-radius);
  padding: 1em;
}

ul,
ol {
  margin-left: 1.5em;
  line-height: 1.8em;
}
@media (max-width: 767px) {
  ul,
  ol {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  ul,
  ol {
    font-size: 1rem;
  }
}
@media (min-width: 1023px) {
  ul,
  ol {
    font-size: 1.1rem;
  }
}
@media (min-width: 1439px) {
  ul,
  ol {
    font-size: 1.15rem;
  }
}
@media (min-width: 1600px) {
  ul,
  ol {
    font-size: 1.25rem;
  }
}
ul li,
ol li {
  padding: 0.5em 0.5em;
}

section.stronazlinkami ol li {
  border-bottom: solid 1px var(--color-hero);
  font-weight: 600;
}
section.stronazlinkami ol li::marker {
  font-weight: 400;
}

section.listarozwijana h2 {
  line-height: 1.8em;
  margin-bottom: 0.5em;
  padding: 0.2em 0.5em;
  border: solid 1px var(--color-hero);
  border-radius: var(--border-radius);
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 767px) {
  section.listarozwijana h2 {
    font-size: 1rem;
  }
}
@media (min-width: 768px) {
  section.listarozwijana h2 {
    font-size: 1rem;
  }
}
@media (min-width: 1023px) {
  section.listarozwijana h2 {
    font-size: 1.1rem;
  }
}
@media (min-width: 1439px) {
  section.listarozwijana h2 {
    font-size: 1.15rem;
  }
}
@media (min-width: 1600px) {
  section.listarozwijana h2 {
    font-size: 1.25rem;
  }
}
section.listarozwijana h2:hover {
  background-color: var(--color-hero);
  color: var(--color-light);
  cursor: pointer;
}
section.listarozwijana .rozwin-aktywny {
  background-color: var(--color-hero);
  color: var(--color-light);
}
section.listarozwijana .content {
  display: none;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 1em;
}
section.listarozwijana .content h2 {
  line-height: 1.5;
  margin-bottom: 1em;
  padding: 0;
  border: none;
}
@media (max-width: 767px) {
  section.listarozwijana .content h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 768px) {
  section.listarozwijana .content h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 1023px) {
  section.listarozwijana .content h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 1439px) {
  section.listarozwijana .content h2 {
    font-size: 1.12rem;
  }
}
@media (min-width: 1600px) {
  section.listarozwijana .content h2 {
    font-size: 1.12rem;
  }
}
section.listarozwijana .content h2:hover {
  background-color: unset;
  color: var(--color-hero);
  cursor: unset;
}

section.zrodlo {
  background-color: var(--color-hero);
  padding: 1em;
  border-radius: var(--border-radius);
}
section.zrodlo h2, section.zrodlo p {
  color: var(--color-light);
}
section.zrodlo p {
  font-size: 1rem;
  line-height: 1.5;
}

footer {
  padding: 1em 0;
  background-color: #fff;
}
footer .line1 {
  display: flex;
  flex-direction: column;
}
@media (min-width: 768px) {
  footer .line1 {
    flex-direction: row;
    align-content: center;
    justify-content: space-between;
  }
}
footer .line1 p {
  font-size: 14px;
}
footer .line1 img {
  width: 225px;
  height: 64px;
  margin: 1em 0;
}
footer .line2 p {
  font-size: 12px;
}

.blog h2 {
  background-color: var(--color-accent);
  padding: 0.5em 1em;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color-light);
  font-weight: 400;
  margin-bottom: 1em;
  border-radius: var(--border-radius);
}
@media (max-width: 767px) {
  .blog h2 {
    font-size: 1.15rem;
  }
}
@media (min-width: 768px) {
  .blog h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1023px) {
  .blog h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1439px) {
  .blog h2 {
    font-size: 1.25rem;
  }
}
@media (min-width: 1600px) {
  .blog h2 {
    font-size: 1.56rem;
  }
}

.wp-block-file__button {
  background: var(--color-hero);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  border-radius: var(--border-radius);
  color: var(--color-light);
  font-size: 1rem;
  line-height: 1.5;
}
.wp-block-file__button:hover {
  background: var(--color-accent);
  color: var(--color-hero);
}

.wpcf7-form .wpcf7-text {
  font-size: 1em;
  padding: 0.5em;
  margin-bottom: 0.5em;
}
.wpcf7-form .wpcf7-file {
  margin-bottom: 2em;
}
.wpcf7-form .wpcf7-submit {
  background: var(--color-hero);
  width: -moz-fit-content;
  width: fit-content;
  padding: 0.5em 1em;
  border: none;
  border-radius: var(--border-radius);
  color: var(--color-light);
  font-size: 1rem;
  line-height: 1.5;
}
.wpcf7-form .wpcf7-submit:hover {
  background: var(--color-accent);
  color: var(--color-hero);
}

.wpcf7 form.invalid .wpcf7-response-output {
  border-color: red;
}/*# sourceMappingURL=main.css.map */