@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:ital,wght@0,200..800;1,200..800&display=swap");
@import url("https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&display=swap");
:root {
  --font-size-1: 32px;
  --font-size-2: 24px;
  --font-size-3: 18px;
  --font-size-small: 14px;
}
@media (min-width: 992px) {
  :root {
    --font-size-1: 42px;
    --font-size-2: 28px;
    --font-size-3: 20px;
  }
}

ul,
ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

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

select,
select:focus,
select.focus,
input,
input:focus,
input.focus {
  outline: 0;
  box-shadow: none;
}

html {
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  background-color: #F3F6F9;
  font-family: "Lato", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: optimizeLegibility;
}

p:last-child {
  margin-bottom: 0 !important;
}

label,
.label {
  font-weight: 700;
  font-size: 14px;
  display: inline-block;
  gap: 0.5rem;
}

label {
  margin-bottom: 0.25rem;
}

.label {
  display: inline-flex;
  align-items: center;
}

a {
  color: inherit;
  transition: 300ms;
  text-decoration: underline;
  text-decoration-style: dotted;
  text-decoration-color: #ffcb0e;
  text-decoration-thickness: 1.5px;
  text-underline-offset: 5px;
  color: inherit;
}
a:hover {
  color: #95aabf;
}

button {
  color: inherit;
  outline: 0;
  padding: 0;
  margin: 0;
  background-color: transparent;
  border: 0;
  width: auto;
  text-align: left;
}
button:focus {
  outline: 0;
}

input[type=submit]:focus {
  outline: 0;
  box-shadow: none;
}

.grecaptcha-badge {
  visibility: hidden !important;
}

ul li {
  position: relative;
}

.h1,
h1 {
  color: #002453;
  font-size: var(--font-size-1);
  margin-bottom: 25px;
  font-weight: 700;
}

.h2,
h2 {
  color: #002453;
  font-size: var(--font-size-2);
  margin-bottom: 25px;
  font-weight: 700;
}

h3,
.h3 {
  color: #002453;
  font-size: var(--font-size-3);
  margin-bottom: 20px;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

.top-bar {
  background: #002453;
  padding: 10px 0;
  color: #fff;
  font-size: 12px;
  position: relative;
  z-index: 3;
  min-height: 45px;
  display: none;
}
.top-bar ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: center;
}
.top-bar ul li {
  margin-right: 15px;
  display: inline-block;
}
.top-bar ul li:last-child {
  margin-right: 0;
}
.top-bar a {
  text-decoration: none;
}

.top-bar li a:hover {
  color: #ffcb0e;
  text-decoration: none;
}

.top-bar .newsletter span {
  margin-right: 10px;
}

.top-bar .newsletter form {
  position: relative;
  display: flex;
  align-items: center;
}

.top-bar .mailerlite-form .mailerlite-form-field {
  margin-bottom: 0;
}

.top-bar .mailerlite-form .mailerlite-form-description,
.top-bar .mailerlite-form .mailerlite-form-field label {
  display: none;
}

.top-bar .mailerlite-form-response {
  margin-top: 0;
}

.top-bar h4 {
  font-size: 14px;
  margin-bottom: 0;
}

.top-bar .newsletter .message_error {
  position: absolute;
  top: -16px;
  font-size: 10px;
}

.top-bar .newsletter input[type=email] {
  background-color: rgba(230, 230, 230, 0.2784313725);
  color: #fefefe !important;
  min-width: 220px;
  border-radius: 4px;
  min-height: 25px;
  height: 25px;
  font-size: 12px;
  border: 1px solid rgba(247, 247, 247, 0.1803921569);
  padding: 4px 12px 6px;
  font-family: inherit;
}

.top-bar .newsletter button {
  background-color: #ffcb0e;
  color: #002453;
  position: absolute;
  right: 0;
  top: 0;
  height: 25px !important;
  width: auto !important;
  border-radius: 4px;
  z-index: 1;
  padding: 0 8px;
  border: 0;
  display: flex;
  align-items: center;
  transition: 300ms;
  font-weight: 600;
}
.top-bar .newsletter button:hover {
  background-color: #95aabf;
  color: #fff;
}

.top-bar .newsletter ::-webkit-input-placeholder {
  color: #fff;
}

.top-bar .newsletter :-ms-input-placeholder {
  color: #fff;
}

.top-bar .newsletter ::placeholder {
  color: #fff;
}

.header {
  height: 105px;
  background: #fff;
  position: relative;
}

.header .fixed {
  width: 100%;
  z-index: 99;
  height: 100%;
  background: #fff;
  position: absolute;
  top: 0;
  left: 0;
}

.fixed-header .header .fixed {
  position: fixed;
  top: -55px;
  height: 65px;
  transition: transform 0.3s;
  -ms-transform: translateY(55px);
  -webkit-transform: translateY(55px);
  transform: translateY(55px);
  box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.1);
  background-color: rgba(255, 255, 255, 0.95);
}

.fixed-header .header .fixed .logo img {
  height: 35px;
  width: auto;
}

.header .wrapper {
  position: relative;
}

.header .nav {
  margin-left: auto;
}
.header .nav__title {
  margin: 1rem 20px;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: var(--font-size-small);
  color: #002453;
}
@media (min-width: 992px) {
  .header .nav__title {
    display: none;
  }
}

@media (min-width: 992px) {
  .header ul {
    display: flex;
  }
}

@media (min-width: 992px) {
  .header nav li {
    padding: 0 14px;
  }
}

.header nav .menu-item a {
  display: block;
}

.header nav a {
  line-height: 74px;
  color: #002453;
  font-weight: 700;
  text-decoration: none;
  position: relative;
}

.single-wyprawa:not(.wyprawa-term-64) .header nav .menu-item-27 a:after,
.single-wyprawa.wyprawa-term-64 .header nav .menu-item-2696 a:after,
.single-post .header nav .menu-item-26 a:after,
.single-poradniki .header nav .menu-item-29 a:after,
.single-archiwum .header nav .menu-item-24 a:after,
.header .current-page-ancestor > a:after,
.header nav .current-menu-item a:after {
  content: "";
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-radius: 1px;
  background-color: #ffcb0e;
}
@media (min-width: 992px) {
  .single-wyprawa:not(.wyprawa-term-64) .header nav .menu-item-27 a:after,
  .single-wyprawa.wyprawa-term-64 .header nav .menu-item-2696 a:after,
  .single-post .header nav .menu-item-26 a:after,
  .single-poradniki .header nav .menu-item-29 a:after,
  .single-archiwum .header nav .menu-item-24 a:after,
  .header .current-page-ancestor > a:after,
  .header nav .current-menu-item a:after {
    bottom: 23px;
  }
}

.header .button {
  margin-left: 30px;
}

.header .btn {
  padding-top: 14px;
  padding-bottom: 14px;
}

.fixed-header .header .btn {
  padding-top: 12px;
  padding-bottom: 12px;
}

/* Filters 

.header .filters {
    position: absolute;
    top: 105px;
    right: 0;
    background: #f39d00;
    padding: 40px 50px 45px;
    width: 100%;
    max-width: 400px;
    text-align: center;
    z-index: 9;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.fixed-header-show .header .filters {
    top: 55px;
}

.header .filters.active {
    opacity: 1;
    visibility: visible;
}

.header .filters p {
    text-transform: uppercase;
    color: #fff;
    font-weight: 700;
    font-size: 18px;
}

.header .filters .field {
    margin-bottom: 12px;
    position: relative;
}

.header .filters .field:last-child {
    margin-bottom: 0;
}

*/
.footer {
  background-image: url(../../../img/map.jpg);
  background-repeat: no-repeat;
  background-color: #002453;
  color: #fff;
  font-size: var(--font-size-small);
}
.footer a {
  text-decoration: none;
}
@media (hover: hover) and (pointer: fine) {
  .footer a:hover {
    color: #95aabf;
  }
}
.footer__inner {
  padding-bottom: 2rem;
}
.footer__title {
  color: #95aabf;
  padding: 0;
  margin: 0 0 10px;
  border: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
}
@media (max-width: 992px) {
  .footer__col-margin {
    margin-bottom: 2rem;
  }
}

.footer .footer-widget {
  margin-bottom: 20px;
}

.footer .footer-widget:last-child {
  margin-bottom: 0;
}

.footer .footer-widget#responsive_lightbox_image_widget-2 img {
  max-width: 216px;
}

.footer ul li {
  padding: 6px 0;
  font-weight: 700;
}

.footer-bottom {
  font-size: 12px;
}
.footer-bottom__grid {
  display: grid;
  grid-template-columns: 1fr;
  padding: 1.875rem 0;
  border-top: 1px solid #95aabf;
  gap: 0.5rem;
}
@media (min-width: 992px) {
  .footer-bottom__grid {
    grid-template-columns: 1fr 1fr;
  }
}
.footer-bottom__grid-left {
  text-align: center;
}
@media (min-width: 992px) {
  .footer-bottom__grid-left {
    text-align: left;
  }
}
.footer-bottom__grid-right {
  text-align: center;
}
@media (min-width: 992px) {
  .footer-bottom__grid-right {
    text-align: right;
  }
}
.footer-bottom__new-line {
  display: block;
}
@media (min-width: 992px) {
  .footer-bottom__new-line {
    display: none;
  }
}

.block:last-child:where(:not(.block--space):not(.block--space-big):not(.block--space-top)) {
  padding-bottom: 4rem;
}
.block--space {
  padding: 4rem 0;
}
.block--space-big {
  padding: 4rem 0;
}
@media (min-width: 992px) {
  .block--space-big {
    padding: 6rem 0;
  }
}
.block--space-top {
  padding-top: 4rem;
}
.block--space-bottom {
  padding-bottom: 4rem;
}

.single-bg {
  height: 100%;
  background-color: #fff;
  border-radius: 12px;
  border: 1px solid rgb(225, 227, 232);
  display: flex;
  flex-direction: column;
  overflow: hidden;
  position: relative;
}
.single-bg__link {
  position: absolute;
  inset: 0;
}
.single-bg--start {
  justify-content: start;
}
.single-bg__content {
  padding: 1.875rem;
}
.single-bg__footer {
  padding: 0 1.875rem 1.875rem;
}
.single-bg__image img, .single-bg__image-wrapper img {
  width: 100%;
}

.breadcrumbs {
  background-color: #fff;
  border-width: 1px 0px 1px 0px;
  border-style: solid;
  border-color: rgb(225, 227, 232);
  padding: 0.625rem 0;
  font-size: 12px;
  margin-bottom: 2.5rem;
}
.breadcrumbs__wrapper > span {
  display: flex;
  align-items: center;
  gap: 0 1rem;
}
@media (max-width: 992px) {
  .breadcrumbs__wrapper > span {
    gap: 0 0.5rem;
  }
}
@media (max-width: 992px) {
  .breadcrumbs__wrapper > span > span:not(:nth-last-of-type(2)) {
    display: none;
  }
}
@media (max-width: 992px) {
  .breadcrumbs__wrapper > span > span:nth-last-of-type(2) a:before {
    content: "Wróć do:";
    margin-right: 0.25rem;
  }
}
.breadcrumbs a {
  opacity: 0.6;
  transition: 300ms;
  text-decoration: none;
  position: relative;
  display: inline-flex;
}
@media (hover: hover) and (pointer: fine) {
  .breadcrumbs a:hover {
    opacity: 1;
  }
}
.breadcrumbs svg {
  opacity: 0.6;
}
@media (max-width: 992px) {
  .breadcrumbs svg {
    display: none;
  }
}

.element {
  padding: 24px 20px;
  border-radius: 12px;
  background-color: #fff;
  border: 1px solid rgb(225, 227, 232);
  margin-bottom: 25px;
  overflow: hidden;
}
@media (min-width: 992px) {
  .element {
    padding: 1.875rem;
  }
}
.element__header {
  padding: 0 1.875rem;
  margin: -1.875rem -1.875rem 30px;
  background-color: #F8FAFC;
  display: flex;
  justify-content: center;
  flex-direction: column;
  height: 76px;
}
@media (min-width: 992px) {
  .element__header {
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
  }
}
.element__header--uczestnik {
  background-color: #EDF2F8;
}
.element__header span {
  font-weight: 700;
  color: #002453;
}
.element:last-child {
  margin-bottom: 0;
}
.element--form-reservation {
  border-color: #C5D6E7;
}
.element--uczestnik {
  background-color: #F8F9FC;
}
.element--without-border {
  border: 0;
}
.element--without-padding {
  padding: 0;
}
.element--newsletter {
  background-color: #FCF6DA;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  border-color: #E4E3CB;
  border-top: 0;
  margin-top: -26px;
}
.element--error {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.entry-content > *:last-child {
  margin-bottom: 0 !important;
}
.entry-content ul,
.entry-content ol {
  margin-bottom: 20px;
}
.entry-content ul * > *,
.entry-content ol * > * {
  margin-top: 0.75rem;
}
.entry-content ul:last-child,
.entry-content ol:last-child {
  margin-bottom: 0;
}
.entry-content ul li,
.entry-content ol li {
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.75rem;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  margin-bottom: 0;
}
.entry-content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 1px;
}
.entry-content ul:not(.super-ul) li:before {
  top: 0.6em;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #212529;
}
.entry-content ul.super-ul li:before {
  width: 12px;
  height: 24px;
}
.entry-content ul.super-ul.atrakcje li:before {
  background: url("../../../img/star.svg") no-repeat center;
  background-size: contain;
}
.entry-content ul.super-ul.informacja li:before {
  background: url("../../../img/info.svg") no-repeat center;
  background-size: contain;
}
.entry-content ul.super-ul.ok li:before {
  background: url("../../../img/ok.svg") no-repeat center;
  background-size: contain;
}
.entry-content ul.super-ul.danger li:before {
  background: url("../../../img/x.svg") no-repeat center;
  background-size: contain;
}
.entry-content ul.super-ul.alert li:before {
  border-radius: 50%;
  background: red;
  content: "!";
  text-align: center;
  font-size: 9px;
  color: #fff;
  line-height: 12px;
}
.entry-content ol {
  counter-reset: item;
}
.entry-content ol li {
  padding-left: 1.875rem;
}
.entry-content ol li:before {
  color: #212529;
  content: counters(item, ".") ".";
  counter-increment: item;
  margin-right: 0.25rem;
  font-weight: 600;
  position: absolute;
  left: 0;
}
.entry-content .super-p {
  padding-left: 35px;
  position: relative;
}
.entry-content .super-p:before {
  content: "";
  position: absolute;
  left: 0;
  width: 20px;
  height: 20px;
  top: 0;
}
.entry-content blockquote {
  padding: 15px 20px 15px 40px;
  border-left: 5px solid #002453;
  margin-bottom: 20px;
}
.entry-content blockquote > *:last-child {
  margin-bottom: 0;
}
.entry-content .aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.entry-content .gallery {
  margin-left: -5px !important;
  margin-right: -5px !important;
  margin-bottom: 20px !important;
}
.entry-content .gallery .gallery-item {
  margin-bottom: 0;
  margin-top: 0 !important;
}
.entry-content .gallery a {
  display: block;
}
.entry-content .gallery img {
  border: 5px solid transparent !important;
}

.filters {
  margin-bottom: 2.5rem;
  display: none;
}
.filters--visible {
  display: block;
}
.filters--visible + .active-filters {
  margin-top: -1rem;
}
@media (max-width: 576px) {
  .filters .row {
    gap: 1rem;
  }
}
.filters input,
.filters select {
  display: block;
  background: #fff;
  width: 100%;
  padding: 8px 20px;
  height: auto;
  -webkit-appearance: none;
  appearance: none;
  line-height: 1;
  color: #212529;
  height: 40px;
  border: 1px solid #B7C9DB;
  border-radius: 4px;
}
.filters select {
  background-image: url(../../../img/dd.svg);
  background-repeat: no-repeat;
  background-position-x: 96%;
  background-position-y: 12px;
}

.filters .search-nazwa {
  position: absolute;
  right: 0px;
  bottom: 0;
  width: 40px;
  height: 40px;
  background: transparent url(../../../img/search.svg) no-repeat center;
  background-size: 22px 22px;
  border: 0;
  padding: 0;
}

.filters .btn-close:after {
  transform: rotate(-45deg);
}

.header .filters .btn-close {
  position: absolute;
  right: 15px;
  top: 15px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}

.header .filters .btn-close:before,
.header .filters .btn-close:after {
  content: "";
  width: 26px;
  height: 2px;
  background: #fff;
  position: absolute;
  left: 50%;
  right: 50%;
  top: 50%;
  bottom: 50%;
  margin-left: -13px;
  margin-top: -1px;
}

.header .filters .btn-close:before {
  transform: rotate(45deg);
}

.active-filters {
  font-weight: 700;
  font-size: 14px;
}
.active-filters button {
  font-weight: 700;
}
.active-filters__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 0.5rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid rgb(219, 229, 239);
  margin-bottom: 2.5rem;
}
@media (min-width: 992px) {
  .active-filters__container {
    gap: 1rem;
  }
}
.active-filters__count {
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .active-filters__count {
    flex: 0 0 auto;
  }
}
.active-filters__remove {
  border-radius: 4px;
  border: 1px solid rgb(150, 177, 204);
  padding: 0 0.5rem 0 0.625rem;
  height: 30px;
  display: flex;
  align-items: center;
  gap: 8px;
}
.active-filters__remove-icon {
  display: inline-block;
  width: 9px;
  height: 9px;
  background: url(../../../img/x.svg);
  background-size: 9px 9px;
}
.active-filters__clear {
  text-decoration: underline;
  color: #002453;
  flex: 0 0 100%;
}
@media (min-width: 992px) {
  .active-filters__clear {
    flex: auto;
  }
}

.results-count {
  margin-bottom: 1.5rem;
}

.btn {
  font-size: 16px;
  padding: 0 1.25rem;
  background-color: #002453;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
  color: #fff;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 48px;
  text-decoration: none;
  position: relative;
}
@media (hover: hover) and (pointer: fine) {
  .btn:hover {
    color: #002453;
    background-color: #ffcb0e;
  }
}
.btn:focus {
  outline: 0;
  box-shadow: none;
}
.btn--w-100 {
  width: 100%;
}
.btn--h-40 {
  height: 40px;
}
.btn--yellow {
  color: #212529;
  background-color: #ffcb0e;
}
@media (hover: hover) and (pointer: fine) {
  .btn--yellow:hover {
    color: #fff;
    background-color: #95aabf;
  }
}
.btn--yellow-border {
  background-color: transparent;
  border: 2px solid #ffcb0e;
  color: #212529;
}

.btn.btn-transparent {
  background: transparent;
  border: 1px solid #002453;
  text-shadow: none;
  color: #002453;
}

.btn.btn-small {
  font-weight: 400;
  padding: 4px 15px;
  line-height: 1.4;
  text-transform: initial;
  border-radius: 100px;
  letter-spacing: 0;
  font-size: 13px;
}

.btn.btn-small.btn-icon {
  padding-right: 33px;
  position: relative;
}

.btn.btn-small.btn-icon:after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  right: 15px;
  top: 50%;
  bottom: 50%;
  margin-top: -7px;
}

.swiper {
  border-radius: 12px;
}
.swiper-slide img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.swiper-button-next, .swiper-button-prev {
  color: #fff;
  opacity: 1;
  width: 18px;
  height: 34px;
  margin-top: -17px;
  display: none;
}
@media (min-width: 992px) {
  .swiper-button-next, .swiper-button-prev {
    display: block;
  }
}
.swiper-button-next:after, .swiper-button-prev:after {
  display: none;
}
.swiper-button-next {
  right: 30px;
}
.swiper-button-prev {
  left: 30px;
}
.swiper-pagination {
  bottom: 1rem;
  width: 100%;
  display: flex;
  justify-content: center;
  gap: 8px;
}
.swiper-pagination-bullet {
  background-color: #fff;
  opacity: 0.6;
  border-radius: 4px;
  transition: opacity, width 300ms;
}
.swiper-pagination-bullet-active {
  width: 24px;
  opacity: 1;
}

.winieta {
  position: absolute;
  right: 1.25rem;
  top: 1.25rem;
  width: auto;
  height: 28px;
  border-radius: 14px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  text-transform: uppercase;
  z-index: 3;
  padding: 0 0.75rem;
  color: #fff;
}
.winieta--static {
  position: static;
  margin-bottom: 1rem;
}

.occupied {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  display: inline-block;
  margin-right: 5px;
}
.occupied--tak {
  background-color: #68A050;
}
.occupied--ostatnie {
  background-color: #ffcb0e;
}
.occupied--brak {
  background-color: #DE1515;
}

.tabs {
  margin: 2.5rem 0;
  line-height: 1.25;
}
.tabs__flex {
  margin-top: 0.75rem;
}
@media (min-width: 992px) {
  .tabs__flex {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
.tabs__list {
  display: inline-flex;
  background-color: rgb(227, 232, 240);
  border-radius: 4px;
  padding: 4px;
  gap: 4px;
}
.tabs__link {
  text-decoration: none;
  color: #002453;
  opacity: 0.7;
  transition: 300ms;
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 0.5rem 1rem;
  border-radius: 4px;
  font-weight: 600;
}
.tabs__link--yellow {
  background-color: #ffcb0e;
  color: #002453;
  opacity: 1;
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
}
.tabs__link--active {
  opacity: 1;
  background-color: #fff;
  box-shadow: 0px 1px 2px -1px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.1);
}
.tabs__link:hover {
  opacity: 1;
  color: #002453;
  text-decoration: none;
}
.tabs__buttons-group {
  display: flex;
  gap: 1rem;
  align-items: center;
}
@media (max-width: 992px) {
  .tabs__buttons-group {
    margin-top: 0.75rem;
    justify-content: space-between;
  }
}
.tabs__button {
  border-radius: 4px;
  padding: 0.75rem 1rem;
  color: #002453;
  transition: 300ms;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.tabs__button--is-active {
  background-color: rgb(227, 232, 240);
}
@media (hover: hover) and (pointer: fine) {
  .tabs__button:hover {
    background-color: rgb(227, 232, 240);
  }
}

.wpcf7 .field {
  margin-bottom: 0.75rem;
}
.wpcf7 .field--big {
  margin-bottom: 20px;
}
.wpcf7 .field--small {
  margin-bottom: 10px;
}
.wpcf7 .field--submit {
  margin-top: 2rem;
}
.wpcf7 .field--last {
  margin-bottom: 0;
}
.wpcf7 .field--checkbox label {
  font-weight: 400;
}
.wpcf7 .field--checkbox input {
  display: none;
}
.wpcf7 .field--checkbox .wpcf7-list-item {
  margin: 0;
}
.wpcf7 .field--checkbox .wpcf7-list-item input:checked + span:after {
  opacity: 1;
  visibility: visible;
}
.wpcf7 .field--checkbox .wpcf7-list-item-label {
  padding-left: 1.875rem;
  position: relative;
  display: block;
}
.wpcf7 .field--checkbox .wpcf7-list-item-label:before, .wpcf7 .field--checkbox .wpcf7-list-item-label:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 1.25rem;
  height: 1.25rem;
}
.wpcf7 .field--checkbox .wpcf7-list-item-label:before {
  border-radius: 4px;
  background-color: #fff;
  border: 1px solid #B7C9DB;
}
.wpcf7 .field--checkbox .wpcf7-list-item-label:after {
  background: url(../../../img/checked.svg) no-repeat center;
  background-size: 12px 12px;
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.wpcf7 .field--checkbox .wpcf7-not-valid-tip {
  padding-left: 1.875rem;
}
.wpcf7 .field--text {
  font-size: 14px;
}
.wpcf7 .req {
  color: #DE1515;
}
.wpcf7 input[type=date],
.wpcf7 input[type=tel],
.wpcf7 input[type=text],
.wpcf7 input[type=email],
.wpcf7 input[type=number],
.wpcf7 select,
.wpcf7 textarea {
  width: 100%;
  background: #fff;
  height: 40px;
  border: 1px solid #B7C9DB;
  padding: 0 1rem;
  border-radius: 4px;
  display: block;
  outline: 0;
}
.wpcf7 input[type=date]::focus,
.wpcf7 input[type=tel]::focus,
.wpcf7 input[type=text]::focus,
.wpcf7 input[type=email]::focus,
.wpcf7 input[type=number]::focus,
.wpcf7 select::focus,
.wpcf7 textarea::focus {
  outline: 0;
  box-shadow: none;
}
.wpcf7 input[type=date].wpcf7-not-valid,
.wpcf7 input[type=tel].wpcf7-not-valid,
.wpcf7 input[type=text].wpcf7-not-valid,
.wpcf7 input[type=email].wpcf7-not-valid,
.wpcf7 input[type=number].wpcf7-not-valid,
.wpcf7 select.wpcf7-not-valid,
.wpcf7 textarea.wpcf7-not-valid {
  border-color: #DE1515;
}
.wpcf7 select {
  appearance: none;
  background: url(../../../img/select.svg) no-repeat 95% center;
}
.wpcf7 textarea {
  height: 140px;
  resize: none;
  padding-top: 0.65rem;
  padding-bottom: 0.65rem;
}
.wpcf7 .wpcf7-not-valid-tip {
  border-color: #DE1515;
  font-size: 12px;
  width: 100%;
  max-width: 100%;
  grid-column: 1/-1;
  box-sizing: border-box;
}
.wpcf7 form .wpcf7-response-output {
  margin: 1.5rem 0 0;
  background-color: #DE1515;
  color: #fff;
  padding: 0.75rem 1rem;
  border: 0;
  border-radius: 4px;
}
.wpcf7 form.sent .wpcf7-response-output {
  background-color: #68A050;
}

.accordion {
  margin-bottom: 20px;
  padding: 0;
}
.accordion__title {
  font-weight: 600;
  position: relative;
  display: block;
  width: 100%;
  transition: 300ms;
  padding: 1.5rem 4.5rem 1.5rem 20px;
  line-height: 1.25;
}
@media (min-width: 992px) {
  .accordion__title {
    padding: 1.5rem 4.5rem 1.5rem 1.5rem;
  }
}
@media (hover: hover) and (pointer: fine) {
  .accordion__title:hover {
    color: #408bd1;
  }
  .accordion__title:hover svg path {
    stroke: #408bd1;
  }
}
.accordion__title svg {
  position: absolute;
  right: 20px;
  top: 2em;
  transition: 300ms;
}
@media (min-width: 992px) {
  .accordion__title svg {
    right: 1.5rem;
  }
}
.accordion__title svg path {
  transition: 300ms;
}
.accordion__title.is-active svg {
  transform: rotate(180deg);
}
.accordion__description {
  color: rgb(82, 82, 82);
  display: none;
  padding: 0 1.5rem 1.5rem;
}

table {
  font-size: 12px;
  text-align: left;
  border: 1px solid #DCE6F0;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  width: 100%;
}
table th {
  font-weight: 700;
  color: #fff;
  vertical-align: middle;
  padding: 1.25rem 1rem;
  background: #002453;
  border: 1px solid #002453;
}
table td {
  vertical-align: top;
  padding: 0.625rem 1rem;
  background-color: #fff;
}
table tbody tr:nth-child(2n+2) td {
  background: #F4F7FA;
}
table tbody tr:not(:last-child) td {
  border-bottom: 1px solid #DCE6F0;
}

.sortable th[role=columnheader] {
  position: relative;
  cursor: pointer;
  outline: 0;
  box-shadow: none;
  padding-right: 30px;
}
.sortable th[role=columnheader]:before, .sortable th[role=columnheader]:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 50%;
  right: 10px;
  width: 0;
  height: 0;
  margin-top: -3px;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
}
.sortable th[role=columnheader]:after {
  border-bottom: 6px solid #fff;
  transform: translateY(-4.5px);
}
.sortable th[role=columnheader]:before {
  border-top: 6px solid #fff;
  transform: translateY(4.5px);
}
.sortable th[role=columnheader][aria-sort=descending]:after {
  opacity: 0;
}
.sortable th[role=columnheader][aria-sort=descending]:before {
  transform: translateY(0);
}
.sortable th[role=columnheader][aria-sort=ascending]:before {
  opacity: 0;
}
.sortable th[role=columnheader][aria-sort=ascending]:after {
  transform: translateY(0);
}

#scroll-top {
  position: fixed;
  right: 20px;
  bottom: 16px;
  width: 40px;
  height: 40px;
  cursor: pointer;
  border-radius: 4px;
  z-index: 100;
  opacity: 0;
  visibility: hidden;
  display: grid;
  place-items: center;
  background-color: #ffcb0e;
  transition: 300ms;
}
#scroll-top svg {
  width: 16px;
  height: 16px;
}
#scroll-top svg path {
  fill: #002453;
  transition: 300ms;
}
@media (hover: hover) and (pointer: fine) {
  #scroll-top:hover {
    background-color: #95aabf;
  }
  #scroll-top:hover svg path {
    fill: #fff;
  }
}
#scroll-top.active {
  opacity: 1;
  visibility: visible;
}

.navigation {
  display: block;
  margin-top: 4rem;
}
.navigation .nav-links {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.navigation a,
.navigation span,
.navigation button {
  border: 0;
  background: 0 0;
  font-size: 14px;
  font-weight: 700;
  border-radius: 4px;
  height: 40px;
  width: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #002453;
  border: 2px solid transparent;
}
.navigation a,
.navigation button {
  text-decoration: none;
  transition: 300ms;
}
.navigation a svg,
.navigation button svg {
  stroke: #002453;
}
.navigation a:hover,
.navigation button:hover {
  border-color: #002453;
}
.navigation .next,
.navigation .prev {
  border-color: #002453;
}
.navigation .next:hover,
.navigation .prev:hover {
  background-color: #ffcb0e;
  border-color: #ffcb0e;
}
.navigation .current {
  background: #002453;
  color: #fff;
}

.social-media {
  list-style: none;
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
  flex-direction: column;
}
.social-media__item {
  display: flex;
  padding: 0 !important;
  border: 0 !important;
}
.social-media__link {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: inherit;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.social-media__link:hover .social-media__icon {
  background-color: #95aabf;
}
.social-media__link:hover .social-media__icon svg path {
  fill: #fff;
}
.social-media__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #ffcb0e;
  border-radius: 4px;
  width: 30px;
  height: 30px;
  transition: 300ms;
}
.social-media__icon svg {
  max-width: 20px;
  max-height: 20px;
  width: auto;
  height: auto;
  display: block;
}
.social-media__icon svg path {
  fill: #002453;
  transition: 300ms;
}
.social-media__name {
  font-size: 1rem;
  line-height: 1;
}

.block-title + .block-tiz {
  padding-top: 0;
}
.block-title + .block-opis {
  margin-top: 0;
}

.block-wyprawy__list {
  margin-bottom: -30px;
}
.block-wyprawy__info {
  padding: 25px 20px 20px;
}
.block-wyprawy__price {
  padding: 0 20px 20px;
  margin-top: auto;
}
.block-wyprawy__excerpt {
  font-size: 14px;
  margin-top: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 1.5rem;
}

.block-tiz__background {
  height: 100%;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

.block-kolumny-bg {
  color: #fff;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.block-kolumny-bg__description {
  margin-bottom: 3.5rem;
}
.block-kolumny-bg h2 {
  color: #fff;
}
.block-kolumny-bg ul {
  margin-bottom: 3.5rem;
}
.block-kolumny-bg ul li {
  padding-left: 1.5rem;
}
.block-kolumny-bg ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  height: 18px;
  width: 18px;
  background: url(../../../img/o-nas-10.png) no-repeat center;
}

.block-kolumny {
  font-size: var(--font-size-small);
}
.block-kolumny--background {
  background-color: #EEF1F6;
}
@media (max-width: 992px) {
  .block-kolumny__col-margin {
    margin-bottom: 2rem;
  }
}

.block-uklad__title {
  margin-bottom: 4rem;
  padding-bottom: 1.875rem;
  position: relative;
}
.block-uklad__title::after {
  content: "";
  width: 120px;
  height: 2px;
  background: #ffcb0e;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.block-uklad__list {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem 1rem;
}
@media (min-width: 992px) {
  .block-uklad__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 3rem 1rem;
  }
}
.block-uklad__item {
  padding: 0 0 0 45px;
  font-size: 14px;
}
.block-uklad__item:before {
  content: "";
  position: absolute;
  left: 0;
  top: -1px;
  width: 25px;
  height: 25px;
  border: 2px solid #ffcb0e;
  border-radius: 50%;
  background: url(../../../img/check.svg) no-repeat center;
  background-size: 16px 16px;
}

.block-marquee {
  margin-bottom: 45px;
}
.block-marquee:first-child {
  margin-top: 35px;
}
.block-marquee__inner {
  background: #ffcb0e;
  border-radius: 8px;
  padding: 1rem 0;
  position: relative;
}
@media (min-width: 992px) {
  .block-marquee__inner {
    font-size: 18px;
    padding: 1.25rem 0;
  }
}
.block-marquee__link {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
}
.block-marquee__title {
  font-weight: 900;
  text-transform: uppercase;
  width: auto;
  color: #002453;
  flex-shrink: 0;
  text-align: center;
  margin-bottom: 5px;
  margin-left: 1.25rem;
}
@media (min-width: 992px) {
  .block-marquee__title {
    text-align: left;
    margin-bottom: 0;
    margin-right: 1.25rem;
  }
}
.block-marquee__marquee {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.block-marquee__marquee-track {
  display: inline-block;
  white-space: nowrap;
  will-change: transform;
}

.block-paralax {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  text-align: center;
}
.block-paralax h2 {
  color: #ffcb0e;
}
.block-paralax p {
  color: #fff;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
}
.block-paralax__button {
  margin-top: 2rem;
}

.block-faq {
  background-color: #EEF1F6;
  text-align: center;
}
.block-faq h2 {
  color: #212529;
  margin-bottom: 1rem;
}
@media (min-width: 992px) {
  .block-faq h2 {
    font-size: 36px;
  }
}
.block-faq__list {
  max-width: 836px;
  text-align: left;
  margin: 2rem auto 0;
}
@media (min-width: 992px) {
  .block-faq__list {
    margin: 3rem auto 0;
  }
}
.block-faq__button {
  margin-top: 2rem;
}
@media (min-width: 992px) {
  .block-faq__button {
    margin-top: 3rem;
  }
}
.block-faq__button a {
  text-decoration: none;
  color: #212529;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-weight: 600;
}
.block-faq__button a svg {
  margin-left: 1rem;
  transition: 300ms;
}
.block-faq__button a svg path {
  stroke: #212529;
}
@media (hover: hover) and (pointer: fine) {
  .block-faq__button a:hover svg {
    transform: translateX(0.25rem);
  }
}

.block-tu-bylismy__description {
  margin-bottom: 30px;
  font-size: 16px;
}
@media (max-width: 992px) {
  .block-tu-bylismy .col-pl {
    margin-bottom: 30px;
  }
}
.block-tu-bylismy__item:not(:last-child) {
  margin-bottom: 0.25rem;
}

.block-zespol {
  background: #eeeeee;
  text-align: center;
}
.block-zespol__image {
  margin-bottom: 2rem;
}
.block-zespol__image img {
  width: 150px;
  height: 150px;
  border-radius: 50%;
}

.block-poradnik {
  margin-bottom: -30px;
}

.block-mapa:last-child:not(.block--space-bottom) {
  padding-bottom: 0;
}
.block-mapa #map {
  height: calc(100vh - 55px);
}
.block-mapa .infowindow {
  padding: 0 1rem 1rem;
}
.block-mapa .gm-style .gm-style-iw-c {
  padding: 15px !important;
}
.block-mapa .gm-ui-hover-effect {
  top: 0 !important;
  right: 0 !important;
  background: #002453 !important;
  opacity: 1 !important;
  transition: 300ms;
  border-radius: 4px;
  width: 2.5rem !important;
  height: 2.5rem !important;
  display: flex !important;
  align-items: center;
  justify-content: center;
}
.block-mapa .gm-ui-hover-effect > span {
  background-color: #fff;
  margin: 0 !important;
}

@media (max-width: 992px) {
  .block-mapa .gm-style .gm-style-iw-c {
    border-radius: 0 !important;
    padding: 0px !important;
  }
  .block-mapa .infowindow {
    padding: 15px;
    font-family: "Lato", sans-serif;
  }
  .block-mapa .infowindow h2 {
    margin-bottom: 5px;
  }
}
.block-blog .sidebar {
  position: sticky;
  top: 90px;
  border-left: 1px solid rgb(237, 232, 237);
  padding-left: 40px;
  margin-left: 10px;
  transition: 0.3s;
}

.block-blog .sidebar > div {
  margin-bottom: 40px;
}

.block-blog .sidebar > div:last-child {
  margin-bottom: 0;
}

.block-blog .sidebar h3 {
  font-size: 13px;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 1px;
  color: #002453;
  padding-left: 15px;
  margin-bottom: 20px;
  position: relative;
}

.block-blog .sidebar h3:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 3px;
  height: 100%;
  background: #002453;
}

.block-blog .sidebar .category-posts-internal {
  list-style: none;
  padding: 0;
  margin: 0;
}

.block-blog .sidebar .category-posts-internal li {
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e9e9e9;
  font-size: 13px;
}

.block-blog .sidebar .category-posts-internal li:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border: 0;
}

.block-blog .sidebar .category-posts-internal li a {
  display: flex;
  align-items: center;
}

.block-blog .sidebar .category-posts-internal li a > div:first-child {
  margin-right: 10px;
  width: 60px;
}

.block-blog .sidebar .category-posts-internal li img {
  width: 60px !important;
  height: auto !important;
  max-width: 60px !important;
  border-radius: 3px;
}

.block-blog .sidebar .category-posts-internal li .meta {
  color: #aaa;
  text-transform: uppercase;
  margin-top: 6px;
  font-size: 10px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  margin-bottom: 0;
}

.block-blog .sidebar .category-posts-internal li .meta span {
  padding-left: 0;
}

.block-blog .sidebar .categoryPosts-loadmore {
  margin-top: 20px !important;
}

.block-blog .sidebar .categoryPosts-loadmore button {
  font-size: 10px;
  line-height: 1;
  padding: 8px 20px;
  background-color: #002453;
  text-align: center;
  letter-spacing: 0.1em;
  font-weight: 600;
  display: inline-block;
  border-radius: 50px;
  color: #fff;
  text-transform: uppercase;
  text-shadow: 0 2px 5px rgba(0, 0, 0, 0.368627451);
  box-shadow: none;
  outline: 0 !important;
  border: 0;
}

.block-blog article {
  margin-bottom: 25px;
}
.block-blog__title-link {
  text-decoration: none;
}
.block-blog__meta {
  margin-top: 1rem;
  display: flex;
  align-items: center;
  gap: 0.5rem;
}
.block-blog__thumbnail {
  margin: 1.5rem -1.875rem;
}
.block-blog__more-button {
  margin-top: 2rem;
}

.block-table-sort .overflow {
  overflow: auto;
}
.block-table-sort table {
  min-width: 992px;
}

.block-trip-advisor {
  background-color: #fff;
}
.block-trip-advisor__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 3rem;
}
@media (min-width: 992px) {
  .block-trip-advisor__grid {
    grid-template-columns: 1fr 3fr;
  }
}
.block-trip-advisor__swiper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5rem;
  height: max-content;
}
@media (min-width: 992px) {
  .block-trip-advisor__swiper {
    grid-template-columns: repeat(3, 1fr);
  }
}

.trip-advisor {
  color: #181C20;
  font-family: "Inter", sans-serif;
}
.trip-advisor .rating {
  display: flex;
  gap: 2px;
}
.trip-advisor .dot {
  position: relative;
  width: 32px;
  height: 32px;
  mask: url("../../../img/trip-advisor.svg") center/contain no-repeat;
  -webkit-mask: url("../../../img/trip-advisor.svg") center/contain no-repeat;
  background: linear-gradient(to right, #00AA6C 0%, #00AA6C var(--fill), #E5E7EB var(--fill), #E5E7EB 100%);
}
.trip-advisor .dot::after {
  content: "";
  position: absolute;
  top: 8px;
  left: 8px;
  width: 16px;
  height: 16px;
  background-color: #fff;
  border-radius: 50%;
}
.trip-advisor__title {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin-bottom: 1.5rem;
}
.trip-advisor__description {
  font-size: 14px;
  color: #444936;
  margin-bottom: 1.5rem;
}
.trip-advisor__rate {
  display: flex;
  align-items: center;
  gap: 1rem;
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 1.5rem;
}
@media (min-width: 992px) {
  .trip-advisor__rate {
    justify-content: space-between;
    gap: 2rem;
  }
}
.trip-advisor__rate--big {
  font-size: 24px;
}
.trip-advisor__btn {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  border: 2px solid #00AA6C;
  border-radius: 30px;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  padding: 0 2rem;
  background-color: #00AA6C;
}
.trip-advisor__btn:hover {
  background-color: #00AA6C;
  border-color: #00AA6C;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 992px) {
  .trip-advisor__btn {
    display: flex;
    color: #181C20;
    border-color: #181C20;
    background-color: transparent;
  }
}
.trip-advisor__buttons {
  display: grid;
  grid-template-columns: auto auto;
  gap: 2.25rem;
  align-items: center;
  justify-content: space-between;
}
@media (min-width: 992px) {
  .trip-advisor__buttons {
    grid-template-columns: 1fr;
  }
}
.trip-advisor__reviews-btn {
  font-size: 14px;
  font-weight: 600;
  color: #444936;
  text-decoration: none;
}

.trip-advisor-single {
  background-color: #FAFAFA;
  border-radius: 24px;
  padding: 2rem;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}
.trip-advisor-single .rating {
  display: flex;
  gap: 1.5px;
}
.trip-advisor-single .dot {
  position: relative;
  width: 20px;
  height: 20px;
  mask: url("../../../img/trip-advisor.svg") center/contain no-repeat;
  -webkit-mask: url("../../../img/trip-advisor.svg") center/contain no-repeat;
  background: linear-gradient(to right, #00AA6C 0%, #00AA6C var(--fill), #E5E7EB var(--fill), #E5E7EB 100%);
}
.trip-advisor-single .dot::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 5px;
  width: 10px;
  height: 10px;
  background-color: #fff;
  border-radius: 50%;
}
.trip-advisor-single__title {
  font-size: 18px;
  font-weight: 600;
  line-height: 28px;
  margin: 20px 0 16px;
}
.trip-advisor-single__description {
  font-style: italic;
  color: #444936;
  line-height: 22.5px;
  padding-bottom: 1rem;
}
.trip-advisor-single__name {
  padding-top: 1rem;
  border-top: 1px solid rgba(197, 201, 177, 0.3019607843);
  font-weight: 600;
}
.trip-advisor-single__trip {
  color: #4F6600;
  font-size: 10px;
  font-weight: 600;
  letter-spacing: 0.5px;
}
.trip-advisor-single__date {
  font-size: 10px;
  margin-top: 0.25rem;
}

.block-thank-you {
  text-align: center;
}
.block-thank-you__inner {
  max-width: 650px;
  margin: 0 auto;
}
.block-thank-you__icon {
  margin-bottom: 1rem;
}
.block-thank-you__buttons {
  margin-top: 1.5rem;
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.block-404 {
  text-align: center;
}
.block-404 h1 {
  margin-bottom: 0;
}
.block-404 .t-404 {
  font-size: 120px;
  line-height: 1;
  margin: 20px 0 30px;
  color: #002453;
}
@media (min-width: 992px) {
  .block-404 .t-404 {
    font-size: 200px;
  }
}

.grid {
  display: grid;
  gap: 20px;
}
.grid--small {
  gap: 5px;
}
.grid--2 {
  grid-template-columns: 1fr;
  gap: 0;
}
@media (min-width: 992px) {
  .grid--2 {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
}
.grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
.grid--4 {
  grid-template-columns: repeat(2, 1fr);
}
@media (min-width: 992px) {
  .grid--4 {
    grid-template-columns: repeat(4, 1fr);
  }
}
.grid--6 {
  grid-template-columns: repeat(6, 1fr);
}
.grid--top-reservation {
  grid-template-columns: 1fr;
}
@media (min-width: 992px) {
  .grid--top-reservation {
    grid-template-columns: auto 1fr;
  }
}

.max-width-element {
  max-width: 810px;
  margin: 0 auto;
}

.wpcf7-spinner {
  display: none !important;
}

.block-rezerwacja-info {
  margin-bottom: 1.5rem;
}
.block-rezerwacja-info__pretitle {
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 8%;
  margin-bottom: 0.5rem;
  color: #002453;
}
.block-rezerwacja-info__thumbnail {
  width: 155px;
  height: 91px;
  object-fit: cover;
  border-radius: 8px;
}
.block-rezerwacja-info .h3 {
  font-size: 22px;
}

.form-rezerwacje .h3,
.form-rezerwacje h3 {
  display: flex;
  align-items: center;
  gap: 8px;
}

.uczestnicy-wrapper {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.uczestnik {
  display: none;
}
.uczestnik-1 {
  display: block;
  margin-top: 30px;
}

.wpcf7 .textarea-reservation {
  height: 100px;
}

.check .wpcf7-form-control-wrap {
  border-radius: 6px;
  border: 1px solid #B7C9DB;
  padding: 1rem;
  display: grid;
  grid-template-columns: 1fr;
  gap: 0.5rem;
  margin-top: 0.5rem;
}
@media (min-width: 992px) {
  .check .wpcf7-form-control-wrap {
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
  }
}
.check .wpcf7-list-item {
  margin: 0;
}
.check .wpcf7-list-item label {
  margin-bottom: 0;
}
.check .wpcf7-list-item input {
  display: none;
}
.check .wpcf7-list-item .wpcf7-list-item-label {
  padding-left: 30px;
  position: relative;
  display: block;
}
.check .wpcf7-list-item .wpcf7-list-item-label:before, .check .wpcf7-list-item .wpcf7-list-item-label:after {
  content: "";
  border-radius: 50%;
  position: absolute;
}
.check .wpcf7-list-item .wpcf7-list-item-label:before {
  width: 20px;
  height: 20px;
  border: 1px solid #707995;
  left: 0;
  top: 0;
}
.check .wpcf7-list-item .wpcf7-list-item-label:after {
  background-color: #fff;
  width: 8px;
  height: 8px;
  left: 6px;
  top: 6px;
}
.check .wpcf7-list-item input:checked + .wpcf7-list-item-label:before {
  background-color: #1A8330;
  border-color: #1A8330;
}

.form-rezerwacje .field__message {
  position: relative;
  background: #002453;
  color: #fff;
  border-radius: 50%;
  width: 17px;
  height: 17px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font-weight: 700;
}

.form-rezerwacje .field__message--2 {
  cursor: pointer;
}

.field__message--1:before {
  content: "Choroba przewlekła – choroba, która była leczona w ciągu 5 lat poprzedzających datę zawarcia umowy ubezpieczenia oraz jest uznana za przewlekłą zgodnie z ogólną wiedzą medyczną.";
  text-align: center;
  color: #fff;
  padding: 5px 10px;
  font-size: 12px;
  position: absolute;
  top: 0;
  transform: translateY(-100%);
  left: 50%;
  margin-left: -100px;
  width: 200px;
  border-radius: 10px;
  background: #002453;
  opacity: 0;
  visibility: hidden;
  transition: 0.3s;
}

.block-content .form-rezerwacje label.top span:hover:before {
  opacity: 1;
  visibility: visible;
}

.block-content .form-rezerwacje .req {
  display: inline-block;
  color: #dd4420;
  margin-left: 4px;
}

.form-rezerwacje input[type=number]::-webkit-outer-spin-button,
.form-rezerwacje input[type=number]::-webkit-inner-spin-button,
.form-rezerwacje input[type=number] {
  -webkit-appearance: none;
  -moz-appearance: none;
  margin: 0;
}

.block-content .form-rezerwacje select.wpcf7-not-valid,
.block-content .form-rezerwacje textarea.wpcf7-not-valid,
.block-content .form-rezerwacje input[type=tel].wpcf7-not-valid,
.block-content .form-rezerwacje input[type=data].wpcf7-not-valid,
.block-content .form-rezerwacje input[type=text].wpcf7-not-valid,
.block-content .form-rezerwacje input[type=email].wpcf7-not-valid,
.block-content .form-rezerwacje input[type=number].wpcf7-not-valid {
  border-color: #dd4420 !important;
}

.block-content .form-rezerwacje input[type=submit] {
  padding-left: 60px;
  padding-right: 60px;
}

.block-content .form-rezerwacje select {
  width: 100px;
}

.block-content .form-rezerwacje select.select-date {
  width: 200px;
}

.block-content .form-rezerwacje textarea {
  height: 160px;
}

.block-content .form-rezerwacje .check {
  margin-top: 15px;
}

.block-content .form-rezerwacje .check-2 {
  margin-top: 5px;
}

.block-content .form-rezerwacje .check input {
  display: none;
}

.block-content .form-rezerwacje .check label {
  font-weight: 400;
  font-size: 13px;
  margin-bottom: 0;
}

.block-content .form-rezerwacje .check .wpcf7-list-item {
  margin-left: 0;
}

.block-content .form-rezerwacje .check .wpcf7-list-item-label {
  padding-left: 30px;
  display: block;
  position: relative;
}

.block-content .form-rezerwacje .check-2 .wpcf7-list-item-label {
  padding-left: 25px;
}

.block-content .form-rezerwacje .check-2 .wpcf7-list-item:not(:last-child) {
  margin-right: 25px;
}

.block-content .form-rezerwacje .check-2 .wpcf7-list-item.last {
  margin-right: 0;
}

.block-content .form-rezerwacje .check input:checked + span {
  font-weight: 700;
}

.block-content .form-rezerwacje .check .wpcf7-list-item-label:before {
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #bbb;
  background: #fff;
}

.block-content .form-rezerwacje .check .wpcf7-list-item-label:after {
  position: absolute;
  left: 0;
  top: -1px;
  width: 18px;
  height: 18px;
  background: url(../img/checked.svg) no-repeat center;
  background-size: 12px 12px;
  opacity: 0;
  visibility: hidden;
}

.block-content .form-rezerwacje .check input:checked + .wpcf7-list-item-label:after {
  opacity: 1;
  visibility: visible;
}

.block-content .form-rezerwacje .uczestnik-2,
.block-content .form-rezerwacje .uczestnik-3,
.block-content .form-rezerwacje .uczestnik-4 {
  margin-top: 25px;
  display: none;
}

.block-content .form-rezerwacje .title {
  text-transform: uppercase;
  padding-bottom: 8px;
  border-bottom: 1px solid #ccc;
  font-weight: 700;
  color: #002453;
}

.block-content .form-rezerwacje .title-2 {
  margin-top: 15px;
}

.block-content .form-rezerwacje .wpcf7-mail-sent-ok {
  display: none !important;
}

.order-summary {
  margin-bottom: 2rem;
}
.order-summary .summary-line {
  display: flex;
  justify-content: space-between;
  padding-bottom: 8px;
  margin-bottom: 8px;
  border-bottom: 1px solid #D8D8D8;
  font-size: 14px;
  font-weight: 700;
}
.order-summary .summary-total {
  font-size: 19px;
  font-weight: 700;
  margin-top: 12px;
  color: #002453;
  display: flex;
  justify-content: flex-end;
  gap: 20px;
}

.block-swiper {
  margin-bottom: 3rem;
}
.block-swiper .swiper-slide {
  aspect-ratio: 4/3;
}
@media (min-width: 992px) {
  .block-swiper .swiper-slide {
    height: 465px;
    aspect-ratio: initial;
  }
}

.block-trip-title {
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .block-trip-title {
    margin-bottom: 3rem;
  }
}

.block-content {
  /*padding-bottom: 0.625rem;*/
}
.block-content__print {
  margin-top: 1.5rem;
}
.block-content__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1rem;
  margin-bottom: 2rem;
}
@media (min-width: 992px) {
  .block-content__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
  }
}
.block-content img {
  border-radius: 12px;
}

.block-galeria {
  margin-bottom: -1rem;
}
.block-galeria .row {
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}
.block-galeria .row > div {
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-bottom: 1rem;
}
.block-galeria__link {
  overflow: hidden;
  display: block;
  border-radius: 12px;
}
@media (hover: hover) and (pointer: fine) {
  .block-galeria__link:hover .block-galeria__image {
    transform: scale(1.1);
  }
}
.block-galeria__image {
  transition: 300ms;
  transform: scale(1);
}

.trip-fixed-bottom {
  background-color: #fff;
  padding: 0.75rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  font-size: 20px;
  box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.06);
  transform: translateY(100%);
  transition: 300ms;
  display: none;
}
@media (min-width: 992px) {
  .trip-fixed-bottom {
    display: block;
  }
}
.trip-fixed-bottom.is-active {
  transform: translateY(0);
}
.trip-fixed-bottom__flex {
  display: flex;
  align-items: center;
}
.trip-fixed-bottom__date {
  margin-left: 2rem;
}
.trip-fixed-bottom__price {
  margin-left: auto;
}
.trip-fixed-bottom__form {
  margin-left: 1.5rem;
}

.trip-info__place {
  margin: 0.675rem 0 1.25rem;
  display: flex;
  align-items: baseline;
  gap: 8px;
}
.trip-info__place svg {
  flex-shrink: 0;
  transform: translateY(2px);
}
.trip-info__place--small {
  font-size: 14px;
  font-weight: 500;
}
.trip-info__date-inline {
  display: inline-block;
  margin-left: 8px;
}
.trip-info__meta {
  display: grid;
  grid-template-columns: auto 1fr;
  justify-content: space-between;
  font-size: 14px;
  padding: 5px 0 7px;
  border-bottom: 1px solid rgb(228, 228, 231);
  margin-bottom: 0;
  gap: 1rem;
}
.trip-info__meta--first {
  border-top: 1px solid rgb(228, 228, 231);
}
.trip-info__meta--last {
  margin: 1.5rem 0 1.25rem;
  border-bottom: 0;
  padding: 0;
  align-items: center;
}
.trip-info__meta--no-border {
  border: 0;
  padding: 5px 0;
  justify-content: flex-start;
}
.trip-info__meta--no-border .trip-info__label {
  width: auto;
}
@media (min-width: 992px) {
  .trip-info__meta--no-border .trip-info__label {
    width: 110px;
  }
}
.trip-info__label {
  font-weight: 700;
  flex: 1;
}
.trip-info__label--big {
  font-size: 18px;
}
.trip-info__value {
  display: inline-flex;
  justify-content: flex-end;
  align-items: center;
  text-align: right;
}
.trip-info__value--big {
  font-weight: 700;
  font-size: 24px;
}

.s_123 {
  font-size: 14px;
}
.s_123__flex {
  display: flex;
  align-items: center;
  gap: 1rem;
  margin-bottom: 0.75rem;
}
.s_123__flex h3 {
  color: #212529;
}
.s_123__flex svg {
  flex: 0 0 auto;
}
.s_123 .mailerlite-form-field input {
  width: 100%;
  background: #fff;
  height: 40px;
  border: 1px solid #B7C9DB;
  padding: 0 1rem;
  border-radius: 4px;
  display: block;
  outline: 0;
}
.s_123 .mailerlite-subscribe-button-container button {
  color: #212529;
  background-color: #ffcb0e;
  height: 40px;
  width: 100%;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  position: relative;
  font-size: 16px;
  padding: 0 1.25rem;
  text-align: center;
  font-weight: 700;
  border-radius: 4px;
}
.s_123 .mailerlite-form-response {
  text-align: left;
  font-weight: 700;
}
.s_123 .mailerlite-form-response h4 {
  font-weight: 700;
  font-size: 18px;
}

.menu-sidebar {
  position: sticky;
  top: 80px;
  display: none;
}
@media (min-width: 992px) {
  .menu-sidebar {
    display: block;
  }
}
.menu-sidebar ul {
  padding: 0;
  margin: 0;
}
.menu-sidebar ul li {
  display: block;
}
.menu-sidebar ul li button {
  text-decoration: none;
  display: flex;
  color: #002453;
  padding: 14.5px 18px;
  font-weight: 700;
  position: relative;
  font-size: 18px;
  border-radius: 8px;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  transition: 300ms;
}
.menu-sidebar ul li button svg {
  opacity: 0;
  visibility: hidden;
  transition: 300ms;
}
.menu-sidebar ul li button.is-active {
  background-color: #EEF1F6;
}
.menu-sidebar ul li button.is-active svg {
  opacity: 1;
  visibility: visible;
}
.menu-sidebar ul li button:hover svg {
  opacity: 1;
  visibility: visible;
}

.trip-days-details__single {
  padding-left: 3rem;
  position: relative;
}
.trip-days-details__single:not(:last-child) {
  padding-bottom: 2rem;
}
.trip-days-details__single:not(:last-child):before {
  content: "";
  width: 2px;
  height: calc(100% - 10px);
  position: absolute;
  left: calc(1rem - 1px);
  top: 10px;
  background-image: repeating-linear-gradient(to bottom, #ffcb0e 0, #ffcb0e 4px, transparent 4px, transparent 6px);
}
.trip-days-details h3,
.trip-days-details p {
  margin-bottom: 8px;
}
.trip-days-details__day {
  position: absolute;
  left: 0;
  top: -3px;
  width: 32px;
  height: 32px;
  font-size: 14px;
  border-radius: 50%;
  background-color: #ffcb0e;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
}
.trip-days-details__data {
  display: flex;
  gap: 1rem;
  align-items: center;
  margin-bottom: 8px;
  font-size: 14px;
}
.trip-days-details__data svg {
  margin-right: 6px;
}
.trip-days-details__sugessted {
  border-radius: 8px;
  background-color: rgb(245, 247, 250);
  padding: 1rem 1.25rem 1.25rem;
  margin-bottom: 2rem;
}

.box-color {
  border-radius: 8px;
  padding: 1rem 1.25rem;
}
.box-color:not(:last-child) {
  margin-bottom: 2rem;
}
.box-color--green {
  background-color: rgb(241, 245, 239);
}
.box-color--red {
  background-color: rgb(242, 243, 245);
}
.box-color h3 + ul {
  margin-top: -4px;
}

.trip-additional-info {
  font-size: 14px;
  display: flex;
  gap: 12px;
  font-weight: 600;
}
.trip-additional-info svg {
  flex: 0 0 auto;
}
.trip-additional-info p {
  margin-bottom: 0;
}
.trip-additional-info__label {
  color: rgb(81, 81, 81);
  font-weight: initial;
}

.wrapper {
  width: 1240px;
  max-width: 90%;
  margin: 0 auto;
}

.wrapper-small {
  width: 900px;
}

.col-mb {
  margin-bottom: 30px;
}

.block-single .meta {
  margin-bottom: 20px;
}

.block-single .meta span {
  position: relative;
  display: inline-block;
}
.block-single .meta span:not(:first-child) {
  padding-left: 15px;
}

.block-single .meta span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 10px;
  height: 100%;
}

.block-single .date:before {
  background: url(../img/date.svg) no-repeat center;
}

.block-single .comments:before {
  background: url(../img/comments.svg) no-repeat center;
  background-size: 12px 12px;
}

.block-single .main-image {
  margin-bottom: 30px;
}

.c-kondycja {
  display: inline-flex;
  gap: 5px;
  position: relative;
}
.c-kondycja__hide {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 30px;
  background-color: #fff;
  opacity: 0.8;
}

.block-post-navigation {
  margin-top: 4rem;
}

.header .social-media,
.button-nav,
.close-nav,
.bg-nav {
  display: none;
}

@media (max-width: 1367px) {
  .header .logo img {
    height: 60px;
    width: auto;
  }
  .fixed-header .header .fixed nav a {
    line-height: 55px;
  }
  .header .inner-header {
    flex-wrap: wrap;
  }
  .header .inner-header .button {
    margin-left: auto;
  }
}
@media (max-width: 1299px) {
  .header nav a {
    padding: 0 8px;
  }
}
@media (max-width: 1200px) {
  .home .header {
    height: 120px;
  }
  .home .header .fixed {
    padding: 0 0 10px;
  }
  .header .inner-header .button {
    flex-basis: 100%;
    margin-left: auto;
    text-align: right;
    margin-top: -10px;
    display: none;
  }
  .fixed-header .header .fixed .button {
    display: none;
  }
  .header nav a {
    padding: 0 12px;
    line-height: 50px;
  }
  .header .filters {
    top: 120px;
  }
  .block-uklad .title {
    margin-bottom: 29px;
    padding-bottom: 20px;
  }
  .block-uklad .rounded-circle {
    margin-bottom: 30px;
  }
}
@media (max-width: 992px) {
  body.nav-menu {
    overflow: hidden;
  }
  .wrapper {
    max-width: 767px;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .top-bar {
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .top-bar .menu {
    display: none;
  }
  .header {
    height: auto !important;
  }
  .header .fixed {
    position: relative !important;
    padding: 10px 0 !important;
    transform: initial !important;
    top: 0 !important;
    height: auto !important;
  }
  .header .wrapper > div {
    flex-flow: wrap;
  }
  .header .logo img,
  .fixed-header .header .fixed .logo img {
    width: 120px;
    height: auto;
  }
  .header .button-nav {
    padding: 0 0 0 15px;
    display: block;
    margin-left: auto;
    color: #555;
    letter-spacing: 0.6px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    border: 0;
    outline: 0;
    box-shadow: none;
    position: relative;
    background: transparent;
  }
  .header .button-nav:before {
    position: absolute;
    left: 0;
    top: 50%;
    bottom: 50%;
    margin-top: -5px;
    width: 10px;
    height: 10px;
    content: "";
    background: url(../../../img/menu.svg) no-repeat center;
    background-size: 22px 22px;
  }
  .header nav {
    position: fixed;
    left: -300px;
    top: 0;
    width: 300px;
    background: #fff;
    height: 100vh;
    z-index: 10;
    transition: all 0.3s;
    display: block;
    overflow: hidden;
  }
  .nav-menu .header nav {
    left: 0;
  }
  .header .bg-nav {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    z-index: 1;
    display: block;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s;
  }
  .nav-menu .header .bg-nav {
    opacity: 1;
    visibility: visible;
  }
  .header nav ul {
    width: 100%;
    position: relative;
    z-index: 11;
  }
  .header nav li.menu-item {
    display: block;
  }
  .header nav li {
    border-bottom: 1px solid rgba(0, 0, 0, 0.035);
  }
  .header nav li a {
    padding: 12px 20px;
    line-height: 1.2;
    font-weight: 600;
  }
  .header .close-nav {
    display: block;
  }
  .header .close-nav a {
    display: block;
    padding: 12px 40px;
  }
  .header .close-nav a:before {
    content: "";
    position: absolute;
    left: 20px;
    width: 13px;
    height: 13px;
    top: 50%;
    bottom: 50%;
    margin-top: -6.5px;
    border: 1px solid red;
    border-radius: 50%;
    background: url(../../../img/close.svg) no-repeat center;
    background-size: 9px 9px;
  }
  .header .social-media {
    display: flex;
  }
  .header .button {
    width: 100%;
    text-align: center;
    margin: 5px 0 0 !important;
  }
  .fixed-header .header .button {
    display: block !important;
  }
  .header .button a {
    width: 100%;
    padding-top: 12px;
    padding-bottom: 12px;
  }
  .header .filters,
  .fixed-header-show .header .filters {
    max-width: 100%;
    top: 100px;
  }
  .block-tiz .row > div:first-child {
    margin-bottom: 30px;
  }
  .block-tiz .bg {
    padding: 20px;
    background-image: none;
  }
  .block-tiz img {
    width: 100%;
    height: auto;
  }
  .block-blog .sidebar {
    padding-left: 0;
    margin-left: 0;
    border-left: 0;
    margin-top: 40px;
  }
}
@media (max-width: 767px) {
  .wrapper {
    max-width: 576px;
  }
}