@import url("https://fonts.googleapis.com/css2?family=Mulish:wght@300;500&display=swap");
* {
  box-sizing: border-box !important;
}
body {
  font-family: 'Mulish', sans-serif;
  font-weight: 500;
  background-image: url("../img/background.jpg");
  background-position: center;
  background-size: cover;
  background-attachment: fixed;
  box-shadow: inset 0 0 0 8000px rgba(27,117,188,0.5);
  min-height: 100vh;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
  color: #022954;
}
a,
a:visited,
a:active {
  color: #022954;
  text-decoration: none;
  transition: color 150ms ease-in-out;
}
a:hover {
  color: #0451a7;
}
h1 {
  font-size: 2.2rem;
}
@media (min-width: 768px) {
  h1 {
    font-size: 2.4rem;
  }
}
h2 {
  font-size: 1.8rem;
}
h3 {
  font-size: 1.5rem;
  font-weight: 400;
}
h1,
h2,
h3 {
  margin-top: 0.3rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
}
h1 small,
h2 small,
h3 small {
  font-size: 50%;
}
.news article {
  margin-bottom: 3rem;
}
.news article h1,
.news article .lead {
  margin: 0.25rem;
}
.news article .lead {
  margin-bottom: 1rem;
}
section {
  padding-left: 2rem;
}
section .section-header {
  margin-left: -2rem;
}
.btn {
  padding: 8px 14px;
  background-color: #022954;
  color: #fff !important;
  transition: all 150ms ease-in-out;
}
.btn:hover {
  background-color: #0451a7;
  color: #fff;
}
.sticky-top {
  position: sticky;
  top: 30px;
}
.kotwica {
  margin-top: -400px;
}
@media (min-width: 768px) {
  .kotwica {
    margin-top: -250px;
  }
}
header nav {
  position: fixed;
  height: 150px;
  width: 100%;
  top: 50px;
  display: flex;
  align-items: center;
  z-index: 99;
  transition: all 150ms ease-in-out;
}
@media (min-width: 768px) {
  header nav {
    top: 0;
  }
}
header nav .logo-sm {
  height: 80px;
  position: fixed;
  top: 10px;
  left: calc(50% - 73px);
  padding: 5px;
  padding-left: 7px;
  border-radius: 50%;
  transition: all 150ms ease-in-out;
}
header nav .logo-sm.fixed {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
}
header nav .logo-sm img {
  height: 100%;
}
header nav ul {
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: 0;
  width: 100%;
  background-color: rgba(2,41,84,0.6);
  height: 60px;
  box-shadow: 0 0 15px rgba(0,0,0,0.2);
  transition: all 150ms ease-in-out;
}
header nav ul li {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 160px;
  box-shadow: none;
  border-radius: 50%;
  transition: box-shadow 150ms ease-in-out;
}
header nav ul li a,
header nav ul li a:visited,
header nav ul li a:active,
header nav ul li a:hover {
  text-align: center;
  color: rgba(255,255,255,0.6);
  padding: 15px;
  transition: all 150ms ease-in-out;
}
header nav ul li.active a {
  color: #fff;
}
header nav ul li.logo {
  width: 300px;
}
header nav ul li.logo:hover {
  box-shadow: none;
}
header nav ul li.logo img {
  transition: all 150ms ease-in-out;
  height: 131px;
  width: 250px;
}
header nav.fixed {
  top: 80px;
  height: 105px;
}
@media (min-width: 768px) {
  header nav.fixed {
    top: 0;
  }
}
header nav.fixed ul {
  background-color: #fff;
  box-shadow: 0 0 15px rgba(0,0,0,0.6);
}
header nav.fixed ul .logo img {
  height: 85px;
  width: 162px;
}
header nav.fixed ul a,
header nav.fixed ul a:visited,
header nav.fixed ul a:active,
header nav.fixed ul a:hover {
  color: #022954;
  transition: text-shadow 150ms ease-in-out;
}
header nav.fixed ul .active a {
  color: inherit;
  text-shadow: 0 0 2px rgba(2,41,84,0.5);
}
.header-separator {
  height: 50vh;
  width: 100%;
  background-image: url("../img/background_sm.svg");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: 101%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 768px) {
  .header-separator {
    background-image: url("../img/background.svg");
  }
}
.header-separator .jumbo {
  color: #fff;
  text-align: center;
  text-shadow: 0 0 5px rgba(0,0,0,0.5);
}
.big-icon {
  height: 60px;
  width: 60px;
  font-size: 2rem;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (min-width: 992px) {
  .big-icon {
    font-size: 3rem;
  }
}
.bg {
  background: rgba(27,117,188,0.5);
  background: linear-gradient(90deg, rgba(174,206,231,0.75) 0%, rgba(255,255,255,0.8) 100%);
}
@media (min-width: 768px) {
  .bg {
    background: linear-gradient(90deg, rgba(27,117,188,0.6) 0%, rgba(27,117,188,0.7) 25%, rgba(141,186,221,0.7) 34%, rgba(174,206,231,0.75) 40%, rgba(255,255,255,0.8) 100%);
  }
}
.sticky-top {
  top: 120px;
}
section {
  width: 100%;
  margin-bottom: 5rem;
}
section.margin {
  height: 150px;
}
.text-white {
  color: #fff !important;
}
.section-header {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  align-items: center;
}
.cooperation {
  display: flex;
  flex-flow: wrap;
}
.cooperation a {
  height: 50px;
  margin-top: 10px;
}
.cooperation a:not(:last-child) {
  margin-right: 10px;
}
.cooperation a img {
  height: 100%;
  width: auto;
}
.accordion-button {
  padding: 0.3rem;
  cursor: pointer;
  font-size: 1.2rem;
  transition: all 150ms ease-in-out;
  border-bottom: 1px solid rgba(2,41,84,0.2);
  margin: 0 !important;
}
.accordion-button:hover {
  text-shadow: 0 0 1px #022954;
}
.accordion-button:after {
  content: '\002B';
  float: right;
  margin-left: 10px;
  color: #022954;
  border: none;
}
.accordion-button.active {
  border-bottom-color: transparent;
}
.accordion-button.active:after {
  content: '\2212';
}
.poradnie .panel {
  border-bottom: 1px solid transparent;
  transition: border-bottom-color 150ms ease-in-out;
  margin-bottom: 2rem;
}
.poradnie .panel.active {
  border-bottom-color: #022954;
}
@media (min-width: 768px) {
  .contact .row {
    padding-left: 1.5rem;
  }
}
.contact p {
  font-size: 1.5rem;
}
footer {
  background-color: #022954;
}
footer p {
  color: #1b75bc;
}
footer a {
  color: #033d7d;
}
.left-contact {
  color: #fff;
  position: sticky;
  top: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 5rem;
}
.left-contact .section-header {
  justify-content: center;
}
.left-contact p {
  margin-bottom: 0;
}
.left-contact p a {
  font-size: 1.2rem;
  color: #fff;
  transition: all 150ms ease-in-out;
}
.left-contact p a:hover {
  color: #d9d9d9;
}
.left-contact h1 {
  font-size: 1.3rem;
}
@media (min-width: 992px) {
  .left-contact h1 {
    font-size: 2rem;
  }
}
