.btn {
  cursor: pointer;
  font-family: trump_soft_pro, sans-serif;
  text-transform: uppercase;
  display: inline-block;
  font-size: 1em;
  border: 2px solid #56c0a5;
  border-radius: 8px;
  background: #56c0a5;
  color: #fff;
  padding: 5px 30px;
  transition: color 0.4s, background 0.4s;
}
.btn:hover {
  background: #7bceb9;
}

.btn.sunshade {
  background: #f89846;
  border-color: #f89846;
}
.btn.sunshade:hover {
  background: rgba(248, 152, 70, 0.7);
}

.btn[disabled] {
  background: #ccc;
  border-color: #ccc;
}
.btn[disabled]:hover {
  background: #ccc;
  border-color: #ccc;
}

body.contrast .btn {
  background: #ffd401;
  border-color: #ffd401;
  color: #000;
}
body.contrast .btn:hover {
  background: rgba(255, 212, 1, 0.7);
}
.cookie-confirm {
  position: fixed;
  z-index: 999;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #EFEFEF;
  padding: 15px 15px 12px;
  text-align: center;
  font-size: 14px;
}
.cookie-confirm p {
  max-width: 1560px;
  margin-left: auto;
  margin-right: auto;
}

body.contrast .cookie-confirm {
  background: #000;
  border-top: 1px solid #ffd401;
}
.header {
  background: #0B2640;
  color: #fff;
}
.header a {
  color: #fff;
  text-decoration: none;
}

.header-top,
.header-toggle-hc,
.header-logos,
.font-size-switcher,
.header-accessibility-box > div {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
}

.header-top {
  padding-left: 15px;
  max-width: 1920px;
  min-height: 58px;
  margin: 0 auto;
}
.header-top .language-switcher {
  margin-left: 15px;
}

.header-logo {
  flex: 0 0 118px;
  margin-right: 17px;
}

.header-toggle-hc {
  font-size: 1em;
}
.header-toggle-hc svg {
  min-width: 24px;
  max-width: 24px;
  margin-right: 10px;
}

.header-logos {
  margin-left: auto;
  margin-right: 30px;
}
.header-logos a {
  margin-left: 16px;
}

.header-logos a,
.header-accessibility-box a {
  min-width: 40px;
  max-width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #5FB4D9;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  transition: background 0.5s;
}
.header-logos a:hover,
.header-accessibility-box a:hover {
  background: rgba(255, 255, 255, 0.15);
}
.header-logos a > svg,
.header-accessibility-box a > svg {
  max-width: 70%;
}

.header-actions {
  background: #001528;
  position: relative;
  padding: 10px 35px 12px 15px;
  justify-content: flex-end;
}
.header-actions .square-button {
  width: 42px;
  min-width: 42px;
  height: 42px;
  margin-left: 10px;
  margin-right: 20px;
  display: none;
}
.header-actions:before {
  display: block;
  content: "";
  background-color: #001528;
  transform: skew(15deg, 0);
  position: absolute;
  height: calc(100% + 10px);
  width: 20px;
  bottom: 0;
  left: -12px;
}

.header-accessibility-btn,
.header-accessibility-box {
  border: 1px solid #5FB4D9;
  background: #001528;
  border-radius: 8px;
}

.header-accessibility {
  position: relative;
}

.header-accessibility-btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  font-size: 1em;
  padding: 6px 11px;
  display: flex;
  align-items: center;
  transition: background 0.5s;
}
.header-accessibility-btn:hover {
  background: rgba(255, 255, 255, 0.15);
}
.header-accessibility-btn svg {
  margin-right: 8px;
}

.header-accessibility-box {
  width: 234px;
  position: absolute;
  z-index: 999;
  top: 40px;
  left: 50%;
  margin-left: -117px;
  padding: 13px 18px;
}
.header-accessibility-box > div:not(.font-size-switcher) {
  margin-bottom: 10px;
}
.header-accessibility-box > div:not(.font-size-switcher) a {
  margin-right: 10px;
}
.header-accessibility-box .font-size-switcher {
  justify-content: center;
}
.header-accessibility-box .font-size-switcher a.font-size-normal {
  border: 0;
  background: transparent;
}
.header-accessibility-box .font-size-switcher a.font-size-normal svg {
  width: auto;
  max-height: 20px;
}

.header-app-buttons {
  display: flex;
}
.header-app-buttons a.reg {
  padding-left: 10px;
  padding-right: 35px;
}
.header-app-buttons a.login {
  padding-left: 10px;
  padding-right: 25px;
  background: #2C627F;
}
.header-app-buttons a.login::before {
  background: transparent;
  border-right-color: #2C627F;
}
.header-app-buttons a {
  position: relative;
  display: flex;
  align-items: center;
  min-height: 58px;
  background: #194862;
  padding-top: 15px;
  padding-bottom: 15px;
  transition: background 0.5s;
}
.header-app-buttons a span {
  margin-right: 16px;
}
.header-app-buttons a::before {
  content: "";
  width: 0;
  height: 0;
  border-top: 0 solid transparent;
  border-bottom: 58px solid transparent;
  border-right: 20px solid #194862;
  position: absolute;
  left: -20px;
  top: 0;
  z-index: 2;
  transition: all 0.5s;
}
.header-app-buttons a:hover {
  background: #476D81;
}
.header-app-buttons a:hover::before {
  border-right-color: #476D81;
}

.header-bottom {
  padding: 24px 15px 22px;
  min-height: 82px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header-bottom a {
  font-weight: 400;
  font-size: 1.714em;
  text-transform: uppercase;
  text-align: center;
}
@media (max-width: 1450px) {
  .header-toggle-hc {
    font-size: 1em;
  }
}
@media (max-width: 1200px) {
  .header-app-buttons {
    display: none;
  }
  .header-logo {
    flex: 0 0 90px;
  }
  .header-top {
    padding-right: 15px;
  }
  .header-accessibility-btn {
    background: #0B2640;
  }
  .header-accessibility-box {
    left: auto;
    right: 0;
  }
  .header-actions {
    background: #0B2640;
    padding: 8px 0;
  }
  .header-actions .square-button {
    display: flex;
  }
  .header-actions::before {
    display: none;
  }
}
@media (max-width: 767px) {
  .header-logo {
    display: none;
  }
}
@media (max-width: 613px) {
  .header .header-logos {
    display: none;
  }
  .header-actions {
    margin-left: auto;
  }
}
@media (max-width: 500px) {
  .header-accessibility-btn {
    min-width: 50px;
    justify-content: center;
  }
  .header-accessibility-btn svg {
    margin: 0;
  }
  .header-accessibility-btn span {
    display: none;
  }
}
body.contrast .header-actions {
  background: #000;
}
body.contrast .header-actions::before {
  background: #000;
}
body.contrast .header-bottom a,
body.contrast .header-search input,
body.contrast .header-bottom h1 {
  color: #ffd401;
}
body.contrast .header-search,
body.contrast .header-logos a,
body.contrast .header-accessibility-box a {
  border-color: #ffd401;
}
body.contrast .header-accessibility-btn,
body.contrast .header-accessibility-box {
  border-color: #ffd401;
  background: #000;
  color: #ffd401;
}
body.contrast .header-top,
body.contrast .header-logo,
body.contrast .header-bottom {
  border-color: #ffd401;
}
body.contrast .header {
  background-color: #23242a;
}
body.contrast .header-app-buttons a:first-child {
  background: #23242a;
}
body.contrast .header-app-buttons a:first-child:before {
  border-right-color: #23242a;
}
body.contrast .header-app-buttons a:last-child {
  background: #000;
}
body.contrast .header-app-buttons a:last-child::before {
  border-right-color: #000;
}
@media (max-width: 1150px) {
  body.contrast .header-top {
    background: #000;
  }
}
.navigation ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.navigation a {
  font-family: trump_soft_pro, sans-serif;
  text-transform: uppercase;
  color: white;
  display: block;
  font-size: 1.222em;
  font-weight: 700;
  padding-bottom: 11px;
  text-decoration: none;
}
.navigation a.active {
  color: #f89846;
}
.navigation li.open ul {
  display: block;
}
.navigation ul ul {
  padding-bottom: 16px;
  display: none;
}
.navigation ul ul a {
  color: #f89846;
  padding: 4px 0;
  font-size: 16px;
  text-indent: -10px;
  padding-left: 10px;
}
.navigation ul ul a.active {
  color: #fff;
}
.navigation ul ul a::before {
  content: "-";
  margin-right: 5px;
}

.navigation-button {
  display: none;
  width: 30px;
  height: 26px;
}
.navigation-button span {
  position: relative;
  width: 100%;
  height: 3px;
  background: #fff;
  transition: transform 0.4s, top 0.4s;
}
@media (max-width: 1099px) {
  .navigation-button {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }
}
.navigation-button.opened span:first-child {
  top: 11px;
  transform: rotate(45deg);
}
.navigation-button.opened span:nth-child(2) {
  display: none;
}
.navigation-button.opened span:last-child {
  top: -12px;
  transform: rotate(-45deg);
}

body.contrast .navigation a {
  color: rgba(255, 212, 1, 0.5);
}
body.contrast .navigation a.active {
  color: #ffd401;
}
body.contrast .navigation-button span {
  background: #ffd401;
}

@media (max-width: 1099px) {
  .navigation {
    position: fixed;
    top: 0;
    left: -220px;
    z-index: 999;
    overflow-y: auto;
    background: #0B2640;
    margin-top: 0;
    padding: 30px 0 20px;
    height: 100vh;
    max-height: 100vh;
    width: 220px;
    transition: left 0.5s;
  }
  .navigation a {
    padding-left: 20px;
    padding-right: 0px;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .navigation ul ul {
    padding-left: 20px;
  }
  .navigation ul ul a {
    padding-top: 7px;
    padding-bottom: 7px;
  }
  .navigation.visible {
    left: 0;
  }
  body.contrast .navigation {
    background: #23242a;
  }
}
.sidebar {
  width: 200px;
  min-width: 200px;
  padding: 50px 40px;
  background: #0B2640;
  border-top: 2px solid rgba(255, 255, 255, 0.1);
}
.sidebar .navigation {
  margin-top: 40px;
}

body.contrast .sidebar {
  background: #23242a;
  border-color: #ffd401;
}

@media (max-width: 1099px) {
  .sidebar {
    width: 100%;
    padding: 12px 15px;
    border-bottom: 2px solid rgba(255, 255, 255, 0.1);
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
  .sidebar .sidebar-logo img,
  .sidebar .sidebar-logo svg {
    height: 60px;
    width: auto;
  }
  .sidebar .navigation {
    margin: 0;
  }
}
.search-form label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
}
.search-form label span {
  display: none;
}
.search-form label svg {
  margin-right: 10px;
}
.search-form input {
  font-family: trump_soft_pro, sans-serif;
  text-transform: uppercase;
  font-size: 1em;
  width: 200px;
  background: transparent;
  border: 0;
}

body.contrast .search-form input {
  color: #ffd401;
}
.page-header {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  justify-content: space-between;
  padding: 35px 0 20px;
}
.page-header .search-form {
  margin-left: 35px;
}
.page-header ul {
  display: flex;
  flex-direction: row;
  align-items: initial;
  justify-content: initial;
  list-style: none;
  padding: 0;
  margin: 0;
  font-family: trump_soft_pro, sans-serif;
  text-transform: uppercase;
  border: 2px solid #f89846;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 0;
  border-left-width: 2px;
  border-radius: 8px 8px 0 0;
  padding-top: 20px;
}
.page-header ul li {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: initial;
  padding: 0 30px;
}
.page-header ul li svg {
  width: auto;
  height: 22px;
  margin-right: 12px;
}

body.contrast .page-header ul {
  border-color: #ffd401;
}

@media (max-width: 768px) {
  .page-header .search-form {
    display: none;
  }
  .page-header ul {
    width: 100%;
    justify-content: center;
    border: 0;
  }
  .page-header ul li {
    padding: 0 20px;
  }
}
body.contrast .loader .cssload-whirlpool,
body.contrast .loader .cssload-whirlpool::before,
body.contrast .loader .cssload-whirlpool::after {
  border: 1px solid rgb(255, 212, 1);
  border-left-color: rgba(255, 212, 1, 0.15);
}

.loader {
  min-height: 80px;
  position: relative;
}

.cssload-whirlpool,
.cssload-whirlpool::before,
.cssload-whirlpool::after {
  position: absolute;
  top: 50%;
  left: 50%;
  border: 1px solid #0B2640;
  border-left-color: rgba(0, 0, 0, 0.15);
  border-radius: 974px;
  -o-border-radius: 974px;
  -ms-border-radius: 974px;
  -webkit-border-radius: 974px;
  -moz-border-radius: 974px;
}

.cssload-whirlpool {
  margin: -24px 0 0 -24px;
  height: 49px;
  width: 49px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::before {
  content: "";
  margin: -22px 0 0 -22px;
  height: 43px;
  width: 43px;
  animation: cssload-rotate 1150ms linear infinite;
  -o-animation: cssload-rotate 1150ms linear infinite;
  -ms-animation: cssload-rotate 1150ms linear infinite;
  -webkit-animation: cssload-rotate 1150ms linear infinite;
  -moz-animation: cssload-rotate 1150ms linear infinite;
}

.cssload-whirlpool::after {
  content: "";
  margin: -28px 0 0 -28px;
  height: 55px;
  width: 55px;
  animation: cssload-rotate 2300ms linear infinite;
  -o-animation: cssload-rotate 2300ms linear infinite;
  -ms-animation: cssload-rotate 2300ms linear infinite;
  -webkit-animation: cssload-rotate 2300ms linear infinite;
  -moz-animation: cssload-rotate 2300ms linear infinite;
}

@keyframes cssload-rotate {
  100% {
    transform: rotate(360deg);
  }
}
.link-with-circle {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
  color: #0B2640;
  font-family: trump_soft_pro, sans-serif;
  text-transform: uppercase;
}
.link-with-circle span {
  margin-left: 14px;
}
.link-with-circle svg {
  width: 26px;
  min-width: 26px;
}

.link-with-circle.white {
  color: #fff;
}
.link-with-circle.white svg * {
  fill: #fff;
}

.link-with-circle.sunshade {
  color: #f89846;
}
.link-with-circle.sunshade svg * {
  fill: #f89846;
}

body.contrast .link-with-circle {
  color: #ffd401 !important;
  border-color: #ffd401 !important;
}
.page-footer-boxes {
  display: flex;
  margin: 0 -10px;
  padding: 20px 0;
}

.page-footer-box {
  flex: 1 1;
  margin: 0 10px;
  padding: 30px;
  border-radius: 8px;
  color: #0B2640;
}
.page-footer-box h3 {
  font-size: 1.22em;
  margin-bottom: 24px;
}
.page-footer-box a {
  font-weight: 600;
}
.page-footer-box ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.page-footer-box:first-child {
  background: #f89846;
}
.page-footer-box:nth-child(2) {
  background: #56c0a5;
}
.page-footer-box:nth-child(3) {
  color: #fff;
  background: #0B2640;
}

body.contrast .page-footer-box {
  border: 2px solid #ffd401;
  color: #ffd401;
  background: #000;
}

@media (max-width: 991px) {
  .page-footer-box {
    padding: 20px;
  }
}
@media (max-width: 767px) {
  .page-footer-boxes {
    margin: 0;
    padding: 10px 0;
    flex-wrap: wrap;
  }
  .page-footer-box {
    flex: 1 1 100%;
    margin: 10px 0;
  }
}
.page-footer-links a {
  padding-right: 40px;
}
.page-footer-copyright {
  padding-left: 40px;
  padding-right: 40px;
}

.page-footer-bottom {
  display: flex;
  justify-content: space-between;
  padding: 40px 0;
  font-family: trump_soft_pro, sans-serif;
  text-transform: uppercase;
}

@media (max-width: 768px) {
  .page-footer-bottom {
    flex-wrap: wrap;
  }
  .page-footer-bottom .page-footer-copyright {
    width: 100%;
    text-align: center;
    padding: 0 0 40px 0;
  }
  .page-footer-bottom .page-footer-links {
    text-align: center;
    width: 100%;
  }
  .page-footer-bottom .page-footer-links a {
    padding: 5px 15px;
    display: inline-block;
  }
}
.footer {
  color: #fff;
}

.footer-bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  background: #040B13;
  height: auto;
  padding: 10px 0 7px;
}
.footer-bottom span {
  margin-right: 22px;
}
.footer-bottom > div svg:last-child {
  margin-left: 9px;
}

body.contrast .footer {
  color: #ffd401;
}
body.contrast .footer-bottom {
  background: #23242a;
}

@media (max-width: 600px) {
  .footer-bottom span {
    font-size: 11px;
    margin-right: 12px;
  }
}
.back-to-top {
  border: 2px solid #f89846;
  border-top-width: 2px;
  border-right-width: 2px;
  border-bottom-width: 2px;
  border-left-width: 2px;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  position: fixed;
  z-index: 999;
  bottom: 30px;
  left: 1280px;
  right: auto;
  width: 50px;
  height: 50px;
  background: #fff;
}
.back-to-top svg {
  margin: auto;
}
@media (max-width: 1340px) {
  .back-to-top {
    right: 30px;
    left: auto;
  }
}

body.contrast .back-to-top {
  border-color: #ffd401;
  background: #000;
}
* {
  box-sizing: border-box;
}

html, body, #gdynia-wyrzucam {
  height: 100%;
}

body {
  font-size: 18px;
  font-weight: 400;
  font-family: source_sans_pro, sans-serif;
  margin: 0;
  background: #fefcf9;
  color: #0B2640;
}
@media (max-width: 1099px) {
  body {
    font-size: 16px;
  }
}
@media (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

#gdynia-wyrzucam {
  display: flex;
  flex-direction: column;
}
#gdynia-wyrzucam main {
  flex: auto;
}

main {
  display: flex;
  max-width: 1280px;
}
main .page {
  flex: auto;
  padding: 0 30px;
}
@media (max-width: 1099px) {
  main {
    flex-direction: column;
  }
  main .page {
    padding: 0 15px;
  }
}

h1, h2, h3, h4 {
  font-family: trump_soft_pro, sans-serif;
  text-transform: uppercase;
  margin: 0;
}

img, svg {
  max-width: 100%;
  height: auto;
}

a {
  font-weight: bold;
  text-decoration: underline;
  color: #0B2640;
}

form, fieldset {
  margin: 0;
  border: 0;
  padding: 0;
}

p {
  margin-top: 0;
}

.with-bg {
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: cover;
}

.has-scrollbar {
  scrollbar-width: thin;
  scrollbar-color: #0B2640 #DFE0EB;
}
.has-scrollbar::-webkit-scrollbar {
  width: 9px;
  height: 9px;
}
.has-scrollbar::-webkit-scrollbar-track {
  background: #DFE0EB;
}
.has-scrollbar::-webkit-scrollbar-thumb {
  background-color: #0B2640;
  outline: none;
}

.d-none {
  display: none;
}

#inteliwise-agent {
  opacity: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
  display: none;
}
#inteliwise-agent .close-button {
  display: flex;
  position: absolute;
  right: 25px;
  top: 35px;
  z-index: 99999999;
  width: 30px;
  height: 30px;
}
#inteliwise-agent.visible {
  display: block;
  position: fixed;
  width: 100%;
  height: 100%;
  margin: 0;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.7);
  z-index: 99999;
  opacity: 1;
}
#inteliwise-agent .inteliwise-agent-container {
  max-width: 1230px;
  position: relative;
  padding: 0 10px;
}
#inteliwise-agent.visible > div {
  max-width: 1230px;
  margin: auto;
  padding: 0 10px;
}

body.contrast {
  background: #000;
  color: #ffd401;
}
body.contrast a {
  color: #ffd401;
}
body.contrast .has-scrollbar {
  scrollbar-color: #ffd401 #23242a;
}
body.contrast .has-scrollbar::-webkit-scrollbar-track {
  background: #23242a;
}
body.contrast .has-scrollbar::-webkit-scrollbar-thumb {
  background-color: #ffd401;
}
body.contrast svg.stroke * {
  stroke: #ffd401 !important;
}
body.contrast svg.with-lines path:not(.lines) {
  fill: #ffd401 !important;
}
body.contrast svg.with-lines path.lines {
  fill: #000 !important;
}
body.contrast svg.fill * {
  fill: #ffd401 !important;
}
body.contrast svg.fill-stroke *.stroke {
  stroke: #ffd401 !important;
}
body.contrast svg.fill-stroke *.fill {
  fill: #ffd401 !important;
}
