<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  padding: 0;
  margin: 0;
  overflow-x: hidden;
}

html {
  font-size: 62.5%;
}

body {
  font-size: 13px;
  font-size: 1.3rem;
  line-height: 1.5;
  font-family: Montserrat, sans-serif;
}

input,
a,
textarea,
button {
  font-family: inherit;
}

img {
  max-width: 100%;
}

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

.container,
.container-fluid,
.container-lg,
.container-md,
.container-sm,
.container-xl {
  padding: 0;
}

.container {
  max-width: 1364px;
}

.desktop {
  display: none !important;
}

a {
  color: #2929FF;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: "Hepta Slab";
  font-weight: 600;
  text-shadow: 0px 2px 2px rgba(0, 0, 0, 0.2);
}

.main h1 {
  font-size: 3.2rem;
  line-height: 1.45;
  margin-bottom: 3.5rem;
}

.main h2 {
  font-size: 2.4rem;
  line-height: 1.45;
  margin-bottom: 3.5rem;
}

.title--h3,
.main h3 {
  font-size: 1.8rem;
  margin-bottom: 25px;
  line-height: 1.55;
}

.swiper-slide {
  height: auto;
}

.swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  background-color: rgba(1, 2, 2, 0.5);
}

.swiper-pagination-bullet-active {
  background-color: rgb(1, 2, 2);
}

.swiper-button-prev,
.swiper-button-next {
  width: 30px;
  height: 30px;
  box-shadow: -2px 0 4px rgba(66, 52, 56, 0.23);
  align-items: center;
  justify-content: center;
  transform: translateY(-50%);
  margin-top: 0 !important;
}
.swiper-button-prev::after,
.swiper-button-next::after {
  display: none;
}
.swiper-button-prev svg path,
.swiper-button-next svg path {
  stroke: #423438;
}

.swiper-button-prev {
  background: transparent linear-gradient(-270deg, rgb(195, 185, 188) 0%, rgb(195, 185, 188) 1%, rgb(255, 255, 255) 39%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
  border-radius: 0 15px 15px 0;
  left: 0;
}

.swiper-button-next {
  background: transparent linear-gradient(270deg, rgb(195, 185, 188) 0%, rgb(195, 185, 188) 1%, rgb(255, 255, 255) 39%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
  border-radius: 15px 0px 0px 15px;
  right: 0;
}

@media (min-width: 768px) {
  .desktop {
    display: block !important;
  }
  .desktop.clamp {
    display: -webkit-box !important;
  }
  .mobile {
    display: none !important;
  }
  .footer-logo.desktop,
  .footer__sounds.desktop {
    display: flex !important;
  }
}
@media (min-width: 992px) {
  .main h1 {
    font-size: 5.5rem;
  }
  .main h2 {
    font-size: 3.6rem;
  }
  .title--h3,
  .main h3 {
    font-size: 2.4rem;
  }
}
@media (min-width: 1050px) {
  .title--h3,
  .main h3 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
  }
}
a:focus, a:focus-visible,
label:focus,
label:focus-visible,
button:focus,
button:focus-visible,
input:focus,
input:focus-visible,
select:focus,
select:focus-visible,
textarea:focus,
textarea:focus-visible {
  outline: 2px solid crimson;
  border-radius: 3px;
}

.fake-checkbox__input:focus + label,
.ideas__filter-input:focus + .ideas__filter-checkbox-group,
.ideas__best-first-input:focus + .ideas__best-first-checkmark {
  outline: 2px solid crimson;
  border-radius: 3px;
}

@media (max-width: 1460px) {
  .homepage .leaflet-control-container .leaflet-bottom.leaflet-right {
    bottom: 75px;
  }
}
.button {
  font-size: 1.3rem;
  background-color: #ffffff;
  color: #423438;
  padding: 7px 15px;
  border: none;
  border-radius: 20px;
  line-height: 1;
  font-family: "Montserrat";
  display: flex;
  align-items: center;
  transition: background-color 0.2s ease-in-out;
  will-change: background-color;
}
.button__icon {
  width: 10px;
  display: inline-flex;
}
.button__icon--right {
  margin-left: 8px;
}
.button__icon--left {
  margin-right: 8px;
}
.button__icon path {
  transition: color 0.2s ease-in-out;
}
.button--primary {
  background-color: #423438;
  color: #ffffff;
  padding: 11px 28px 11px 19px;
}
.button--secondary {
  background-color: #005042;
  color: #ffffff;
  padding: 7px 20px;
}
.button--tertiary {
  background-color: transparent;
  color: #005042;
}
.button--cancel {
  background-color: #9d163c;
  color: #ffffff;
  padding: 11px 19px 11px 19px;
}
.button:hover {
  background-color: #56b68b;
  color: #ffffff;
}
.button:hover path {
  fill: #ffffff;
}

.top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1001;
}
.top-bar__inner {
  background-color: #005042;
  color: #ffffff;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  z-index: 999;
  position: relative;
}

.top-bar-logo {
  background-color: #003f34;
  display: flex;
  align-items: center;
}
.top-bar-logo__link {
  display: block;
  padding: 4px 32px 7px 26px;
}
.top-bar-logo__h1 {
  margin: 0;
}
.top-bar-logo__h1 &gt; img {
  height: 49px;
}

.menu-wrapper {
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.burger {
  border: none;
  width: 67px;
  height: 60px;
  background-color: #56b68b;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease-in-out;
  will-change: background-color;
}
.burger__box {
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.burger__inner {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  position: relative;
}
.burger__inner::before, .burger__inner::after {
  width: 25px;
  height: 2px;
  background-color: #ffffff;
  display: block;
  content: "";
  position: absolute;
  transition: background-color 0.3s ease-in-out, transform 0.3s ease-in-out;
  will-change: background-color;
}
.burger__inner::before {
  top: -9px;
}
.burger__inner::after {
  top: 9px;
}
.burger--active {
  background-color: #ffffff;
}
.burger--active .burger__inner::before, .burger--active .burger__inner::after {
  background-color: #005042;
}
.burger--active .burger__inner::before {
  transform: translateY(9px) rotate(45deg);
}
.burger--active .burger__inner::after {
  transform: translateY(-9px) rotate(-45deg);
}

.menu {
  list-style: none;
  padding: 18px 12px 0;
  margin: 0;
  width: 100%;
}
.menu__item {
  border-top: 1px solid rgba(86, 182, 139, 0.39);
  color: #005042;
}
.menu__link {
  font-size: 1.8rem;
  color: #005042;
  padding: 16px 0;
  display: block;
}
.menu__mobile-map {
  padding: 16px;
  color: #56b68b;
  font-weight: 500;
  display: inline-flex;
  font-size: 1.3rem;
}

.nav {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  height: calc(100vh - 60px);
  overflow-y: auto;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  background-color: #ffffff;
  z-index: 99;
  transform: translateX(100%);
  transition: transform 0.3s ease-in-out;
}
.nav--active {
  transform: translateX(0%);
}

@media (min-width: 768px) {
  .burger {
    display: none;
  }
  .nav {
    transform: none;
    height: -moz-fit-content;
    height: fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
    top: unset;
    background: none;
  }
  .menu {
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0;
    margin-right: 10px;
  }
  .menu__item {
    border-top: none;
    margin-left: 6px;
  }
  .menu__link {
    color: #ffffff;
    font-weight: 500;
    font-size: 1.3rem;
    padding: 3px 15px;
    border-radius: 20px;
    transition: background-color 0.3s ease-in-out;
  }
  .menu__link:hover {
    background-color: #003f34;
    color: #ffffff;
  }
}
.footer {
  background-color: #005042;
  color: #ffffff;
  width: 100%;
  display: flex;
  flex-direction: column;
  overflow-y: auto;
  z-index: 10;
}
.footer.desktop {
  display: none;
}
.footer--mobile {
  padding: 16px 12px;
  height: auto;
  flex: 1;
}
.footer--relative {
  padding: 10px 10px 20px;
}
.footer__bottom {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
}
.footer__lp-link {
  width: 60px;
  height: 60px;
  display: block;
}
.footer__lp-link img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer-menu {
  padding: 0;
  margin: 0 0 20px;
  list-style: none;
}
.footer-menu__item {
  border-bottom: 1px solid rgba(86, 182, 139, 0.39);
  color: #ffffff;
}
.footer-menu__link {
  font-size: 1.8rem;
  color: #ffffff;
  padding: 16px 0;
  display: flex;
  align-items: center;
}
.footer-menu__icon {
  margin-right: 7px;
}

@media (min-width: 768px) {
  .footer {
    position: fixed;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    padding: 0 15px;
  }
  .footer--relative {
    position: relative;
    left: unset;
    transform: none;
  }
  .footer--desktop {
    display: flex !important;
    flex-direction: row;
    justify-content: space-between;
  }
  .footer__sounds {
    display: flex;
  }
  .footer__sounds-link {
    display: flex;
    align-items: center;
    color: #ffffff;
    font-family: "Hepta Slab";
    font-size: 1rem;
  }
  .footer__sounds-image {
    display: block;
    margin: 6px 30px 0 12px;
    height: 57px;
  }
  .footer__lp-link {
    width: 52px;
    height: 52px;
  }
  .footer-menu {
    display: flex;
    margin-right: auto;
    margin-left: 15px;
    margin-bottom: 0;
    align-items: center;
  }
  .footer-menu__item {
    border-bottom: none;
    margin-right: 15px;
  }
  .footer-menu__link {
    font-size: 1rem;
    color: rgba(255, 255, 255, 0.75);
    transition: color 0.2s ease-out;
  }
  .footer-menu__link:hover {
    color: #ffffff;
  }
  .footer-logo {
    display: flex;
    align-items: center;
  }
  .footer-logo img {
    position: relative;
    top: 2px;
  }
}
@media (min-width: 1100px) {
  .footer {
    padding: 0 28px;
  }
  .footer__sounds-image {
    margin: 6px 42px 0 12px;
    height: 67px;
  }
  .footer__sounds-link {
    font-size: 1.3rem;
  }
  .footer-menu {
    margin-left: 28px;
  }
  .footer-menu__link {
    font-size: 1.3rem;
  }
  .footer-menu__item {
    margin-right: 35px;
  }
}
.social-media {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
}
.social-media__item {
  margin-left: 22px;
}
.social-media__link {
  padding: 10px 5px;
}
.social-media__icon {
  height: 20px;
  opacity: 0.75;
}

@media (min-width: 768px) {
  .social-media {
    margin-left: 20px;
  }
  .social-media__item {
    margin-left: 12px;
  }
  .social-media__item:first-of-type {
    margin-left: 0;
  }
  .social-media__icon {
    transition: opacity 0.2s ease-out;
  }
  .social-media__link:hover .social-media__icon {
    opacity: 1;
  }
}
@media (min-width: 1100px) {
  .social-media {
    margin-left: 30px;
  }
}
.categories__divider {
  display: inline-block;
  width: 3px;
  height: 23px;
  border-radius: 5px;
  background-color: #ffffff;
  margin-right: 23px;
  flex-shrink: 0;
  margin-top: -12px;
}

.categories-wrapper {
  background-color: rgba(0, 80, 66, 0.85);
}

.categories-inner {
  display: flex;
  overflow-x: auto;
  padding: 10px;
  align-items: center;
  position: relative;
}
.categories-inner label {
  margin-bottom: 0;
}

.fake-checkbox {
  margin-right: 20px;
  text-align: center;
  margin-bottom: 0;
  cursor: pointer;
}
.fake-checkbox__img {
  display: block;
  position: relative;
  width: 69px;
  height: 68px;
  margin: auto;
  background-color: #423438;
  border-radius: 100%;
  padding: 12px;
  box-shadow: 0 12px 20px rgba(66, 52, 56, 0.53);
  transition: background-color 0.2s ease-in-out, box-shadow 0.2s ease-in-out;
  will-change: background-color, box-shadow;
}
.fake-checkbox__img img {
  display: block;
  width: 100%;
  height: 100%;
}
.fake-checkbox__img::before {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background: url(/_img/_templates/_themes/icons/check.svg) #ffffff no-repeat center/70%;
  box-shadow: 0px 1px 9px rgb(205, 183, 155);
  top: 0;
  right: 0;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.fake-checkbox__label {
  font-size: 1rem;
  color: #ffffff;
  letter-spacing: 0.5px;
  line-height: 1.2;
  text-transform: uppercase;
  width: 100%;
  text-align: center;
  white-space: nowrap;
  display: block;
  margin-top: 5px;
}
.fake-checkbox__input {
  position: absolute;
  opacity: 0;
  top: -99999px;
  left: -99999px;
}
.fake-checkbox__input:checked + .fake-checkbox .fake-checkbox__img {
  background-color: #005042;
  box-shadow: 0 12px 20px rgba(0, 80, 66, 0.53);
}
.fake-checkbox__input:checked + .fake-checkbox .fake-checkbox__img::before {
  opacity: 1;
}
.fake-checkbox__input:checked + .fake-checkbox--highlighted .fake-checkbox__img {
  background-color: rgb(205, 183, 155);
  box-shadow: 0 12px 20px rgba(237, 186, 103, 0.2);
}
.fake-checkbox:hover .fake-checkbox__img {
  background-color: #005042;
  box-shadow: 0 12px 20px rgba(0, 80, 66, 0.53);
}
.fake-checkbox--highlighted .fake-checkbox__img {
  background-color: #f3e1b9;
  box-shadow: 0 12px 20px rgba(243, 225, 185, 0.2);
}
.fake-checkbox--highlighted:hover .fake-checkbox__img {
  background-color: rgb(205, 183, 155);
  box-shadow: 0 12px 20px rgba(237, 186, 103, 0.2);
}

.toggle-filters {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 100%);
  border-radius: 0 0 15px 15px;
  background: transparent linear-gradient(180deg, rgb(195, 185, 188) 0%, rgb(195, 185, 188) 1%, rgb(255, 255, 255) 39%, rgb(255, 255, 255) 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 2px 4px rgba(66, 52, 56, 0.23);
}
.toggle-filters__icon {
  transform: rotate(180deg);
  transition: transform 0.2s ease-in-out;
}
.toggle-filters__text--show {
  display: none;
  visibility: hidden;
  color: red;
}
.toggle-filters--toggled .toggle-filters__icon {
  transform: rotate(0deg);
}
.toggle-filters--toggled .toggle-filters__text--show {
  display: inline;
  visibility: visible;
}
.toggle-filters--toggled .toggle-filters__text--hide {
  display: none;
  visibility: hidden;
}
.toggle-filters:hover {
  color: inherit;
}

.object-search__phrase {
  position: fixed;
  bottom: 30px;
  left: 0;
  width: 100%;
  padding: 0 10px;
}
.object-search__input {
  width: 100%;
  font-family: "Hepta Slab";
  font-weight: 500;
  color: #423438;
  padding: 12px 48px 12px 19px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 3px 15px rgb(145, 189, 126);
  line-height: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.object-search__input::-moz-placeholder {
  color: #b3b3b3;
}
.object-search__input::placeholder {
  color: #b3b3b3;
}
.object-search__button-container {
  position: relative;
}
.object-search__form {
  height: 0;
}
.object-search .dropdown-menu ul {
  margin: 0;
  padding: 10px;
  list-style: none;
}
.object-search .dropdown-menu ul li {
  padding: 5px;
  cursor: pointer;
}

.search-button {
  position: absolute;
  right: 10px;
  top: 0;
  width: 48px;
  height: 40px;
  padding: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}
.search-button__icon {
  margin: 0;
  width: 18px;
  height: 18px;
}
.search-button__icon svg {
  width: 100%;
  height: auto;
}
.search-button__icon svg .fill {
  fill: #423438;
}
.search-button__icon svg .stroke {
  stroke: #423438;
}

.object-show-all {
  position: relative;
  transition: transform 0.3s 0.3s ease-out;
}
.object-show-all--toggled {
  transform: translateY(0);
}
.object-show-all .wrapper-show-all {
  position: absolute;
  left: 0;
  bottom: 0;
}
.object-show-all .show-all {
  background-color: #005042;
  color: #ffffff;
  border: none;
  padding: 11px 28px;
  border-radius: 5rem;
  position: relative;
  bottom: -70px;
  left: 5px;
  display: none;
  z-index: 999;
  height: 40px;
  white-space: nowrap;
}

@media (min-width: 768px) {
  .header-logo__link {
    padding: 3px 27px 8px 16px;
  }
  .header-logo img {
    width: 168px;
  }
  .categories-wrapper {
    position: relative;
    padding-top: 60px;
    transform: translateY(-60px);
  }
  .categories-inner {
    padding: 16px;
  }
  .toggle-filters {
    left: unset;
    right: 0;
    transform: translate(0%, calc(100% - 60px));
    transition: transform 0.1s ease-out;
  }
  .toggle-filters--toggled {
    transform: translate(0%, 100%);
  }
  .fake-checkbox {
    margin-right: 26px;
  }
  .fake-checkbox__img {
    width: 86px;
    height: 85px;
  }
  .fake-checkbox__img::before {
    width: 30px;
    height: 30px;
  }
  .fake-checkbox__label {
    margin-top: 8px;
  }
  .object-search__phrase {
    position: relative;
    bottom: 42px;
    max-width: 560px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    transition: transform 0.3s 0.3s ease-out;
  }
  .object-search__phrase--toggled {
    transform: translateY(calc(100% + 15px));
  }
  .object-search__input {
    padding: 12px 16px;
    width: 100%;
  }
  .search-button {
    background-color: #423438;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap;
    padding: 11px 28px 11px 19px;
    margin-left: 24px;
    font-weight: 300;
  }
  .search-button svg .fill {
    fill: #ffffff;
  }
  .search-button svg .stroke {
    stroke: #ffffff;
  }
  .search-button__icon {
    margin-right: 17px;
    width: 20px;
    height: 20px;
  }
  .object-show-all--toggled {
    transform: translateY(calc(100% + 55px));
  }
  .object-show-all .show-all {
    bottom: 2px;
  }
}
@media (min-width: 1050px) {
  .categories-inner {
    justify-content: center;
  }
}
#map {
  height: 100vh;
  z-index: 1;
}

.leaflet-popup-content-wrapper,
.leaflet-popup-tip {
  border-radius: 0;
  box-shadow: 0 -1px 20px rgba(0, 80, 66, 0.53);
  padding: 0;
}

.leaflet-popup-close-button {
  display: none;
}

.leaflet-popup-content {
  margin: 0;
  width: unset !important;
}

.marker--enlarged {
  transform: scale(2);
}

.marker-cluster {
  width: 40px;
  height: 40px;
  background-color: #ff4464;
  color: #ffffff;
  box-shadow: 0 1px 9px #cdb79b;
}
.marker-cluster span {
  font-family: Montserrat;
  font-weight: 700;
  font-size: 1.5rem;
}

.marker-cluster-small div {
  background: none;
}

.marker-popup {
  width: 244px;
}
.marker-popup__carousel {
  display: none;
}
.marker-popup__content {
  padding: 20px 0px 13px;
}
.marker-popup__title {
  font-family: "Hepta Slab";
  font-size: 1.5rem;
  text-align: center;
  color: #000;
  padding: 0 25px;
  line-height: 1.8rem;
  margin-bottom: 20px;
}
.marker-popup__buttons-wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.marker-popup .button {
  line-height: 1.5rem;
}
.marker-popup .button--secondary {
  color: #ffffff;
}
.marker-popup .button--tertiary {
  color: #005042;
}

.route-button {
  margin-bottom: 10px;
}
.route-button .button__icon {
  width: 16px;
}

@media (min-width: 768px) {
  .marker-popup {
    width: 320px;
  }
  .marker-popup__title {
    padding: 0 15px;
    font-size: 1.5rem;
    margin-bottom: 15px;
  }
  .marker-popup__buttons-wrapper {
    flex-direction: row;
    justify-content: space-between;
    padding: 0 15px;
  }
  .marker-popup__carousel {
    display: block;
  }
  .marker-popup__carousel .carousel-inner {
    max-height: 169px;
    overflow: hidden;
  }
  .marker-popup__carousel .carousel-indicators {
    color: transparent;
    margin-bottom: 0;
  }
  .marker-popup__carousel .carousel-indicators li {
    width: 6px;
    height: 6px;
    border-radius: 100%;
  }
  .marker-popup__carousel .carousel-indicators li:only-child {
    display: none;
  }
  .marker-popup__carousel .carousel-control-prev,
  .marker-popup__carousel .carousel-control-next {
    top: unset;
    opacity: 1;
    width: 30px;
    height: 30px;
    background-size: cover;
  }
  .marker-popup__carousel .carousel-control-prev {
    transform: translateX(-100%);
    background-image: url(/_img/_templates/_themes/icons/carousel-prev.png);
  }
  .marker-popup__carousel .carousel-control-next {
    transform: translateX(100%);
    background-image: url(/_img/_templates/_themes/icons/carousel-next.png);
  }
  .marker-popup__carousel .carousel-control-next-icon,
  .marker-popup__carousel .carousel-control-prev-icon {
    display: none;
  }
  .route-button {
    margin-bottom: 0;
  }
}
#place-map,
#place-map-mobile {
  height: 480px;
}

@media (max-height: 640px) {
  #place-map,
  #place-map-mobile {
    max-height: 65vh;
  }
}
.place__details {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  z-index: 10;
  align-items: center;
}
.place .main.description {
  padding: 15px 10px 0;
}
.place__main-row {
  display: flex;
  margin-bottom: 50px;
}

.description-wrapper--information {
  order: 1;
}

.description-wrapper--about {
  order: 3;
}

.description-wrapper--contact {
  order: 4;
}

.description-wrapper--attractions {
  order: 2;
}

.contact-link {
  display: block;
  color: #005042;
}
.contact-link__icon {
  margin-right: 10px;
}

.place-map-wrapper.mobile {
  margin: 0 -10px;
  position: relative;
}

.place__route-button {
  z-index: 9999;
  background-color: #ffffff;
  padding: 8px 20px 8px 18px;
  color: #423438;
  text-shadow: 0px 2px 4px rgba(66, 52, 56, 0.32);
  box-shadow: 0px 3px 15px rgba(66, 52, 56, 0.32);
  width: -moz-fit-content;
  width: fit-content;
  white-space: nowrap;
  height: -moz-fit-content;
  height: fit-content;
}
.place__route-button .button__icon {
  width: 18px;
  height: 22px;
}
.place__route-button .button__icon svg {
  height: 22px;
}
.place__route-button--mobile {
  position: absolute;
  top: 20px;
  left: 14px;
  z-index: 499;
}

.place-link-open-gallery {
  position: absolute;
  top: 0;
  right: 10px;
}
.place-link-open-gallery svg {
  fill: #423438;
}

@media (min-width: 768px) {
  .place .main.description {
    padding-top: 30px;
  }
  .place__route-button.desktop {
    display: none !important;
  }
  .place__route-button.mobile {
    display: flex !important;
  }
  .place__details {
    margin-top: 0;
  }
  .place-map-wrapper.mobile {
    display: block !important;
  }
  .place-map-wrapper.desktop {
    display: none !important;
  }
  .description-wrapper--information {
    order: 4;
  }
  .description-wrapper--about {
    order: 1;
  }
  .description-wrapper--contact {
    order: 2;
  }
  .description-wrapper--attractions {
    order: 3;
  }
  .place-link-open-gallery {
    top: 65px;
  }
}
@media (min-width: 992px) {
  .place-map-wrapper.mobile {
    display: none !important;
  }
  .place-map-wrapper.desktop {
    display: block !important;
  }
  .place .container--left {
    width: 62.5%;
    max-width: unset;
    position: relative;
  }
  .place-map-wrapper.desktop {
    width: 37.5%;
  }
  #place-map {
    height: 600px;
    top: -60px;
  }
  .place__route-button.desktop {
    display: flex !important;
    margin-left: auto;
  }
  .place__route-button.mobile {
    display: none !important;
  }
  .place__details {
    flex-direction: row;
    padding-left: 10px;
  }
}
@media (min-width: 1364px) {
  .place__details {
    padding-left: 0;
  }
}
.breadcrumbs-container {
  position: absolute;
  top: 70px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 9;
}

.breadcrumbs {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  width: 100%;
  justify-content: center;
}

.breadcrumb {
  font-size: 1.3rem;
  font-weight: 600;
  background: none;
  margin-bottom: 0;
  color: #ffffff;
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.87);
  padding: 0;
}
.breadcrumb__link {
  color: #ffffff;
  transition: color 0.2s ease-out;
}
.breadcrumb__link:hover {
  color: #56b68b;
}
.breadcrumb--mobile .breadcrumb__link {
  background-color: rgba(0, 0, 0, 0.55);
  padding: 2px 21px 2px 11px;
  border-radius: 20px;
  display: flex;
  align-items: center;
}
.breadcrumb--mobile .breadcrumb__link::before {
  content: "";
  display: inline-block;
  margin-right: 8px;
  width: 7px;
  height: 12px;
  background: url(/_img/_templates/_themes/icons/chevron-left.svg);
}

@media (min-width: 768px) {
  .breadcrumbs {
    justify-content: flex-start;
    padding: 0 10px;
  }
  .breadcrumb--mobile .breadcrumb__link {
    background: none;
    padding: 0;
  }
  .breadcrumb--mobile .breadcrumb__link::before {
    display: none;
  }
  .breadcrumb--active::after {
    content: "/";
    position: relative;
    display: inline-block;
    margin: 0 10px;
  }
}
.rating {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: auto;
  width: 100%;
}
.rating__stars {
  display: flex;
  width: 100%;
}
.rating__span {
  margin-right: 5px;
}
.rating__icon {
  width: 16px;
  height: 16px;
  display: flex;
}
.rating__links {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

.rating-link {
  color: #ffffff;
  font-weight: 500;
  border-radius: 20px;
}

.rate-place {
  text-align: right;
  max-width: 110px;
}

.reviews__label {
  background-color: #56b68b;
  padding: 2px 6px;
  border-radius: 10px;
  margin-right: 5px;
}

@media (min-width: 768px) {
  .rating {
    flex-wrap: nowrap;
    align-items: center;
  }
  .rating__stars {
    width: -moz-fit-content;
    width: fit-content;
    margin-right: 30px;
  }
  .rating__icon, .rating__span {
    width: 16px;
    height: 16px;
  }
  .rating__links {
    justify-content: flex-start;
    align-items: center;
  }
  .rating-link {
    margin-right: 30px;
    max-width: unset;
    width: auto;
    padding: 8px 10px;
    transition: background-color 0.2s ease-out;
  }
  .rating-link:hover {
    color: #ffffff;
    background-color: rgba(0, 0, 0, 0.55);
  }
}
@media (min-width: 992px) {
  .rating {
    margin-top: 0;
  }
  .rating__stars {
    margin-right: 10px;
  }
  .rating-link {
    margin-right: 10px;
    font-size: 1.1rem;
  }
}
@media (min-width: 1250px) {
  .rating-link {
    margin-right: 30px;
    font-size: 1.3rem;
  }
  .rating {
    margin-top: 0;
  }
  .rating__stars {
    margin-right: 30px;
  }
  .rating__icon, .rating__span {
    width: 24px;
    height: 24px;
  }
}
@media (min-width: 1300px) {
  .rating-link {
    white-space: nowrap;
  }
}
.page-header {
  height: 441px;
  position: relative;
  padding-top: 100px;
  z-index: 8;
  display: flex;
}
.page-header__photo {
  height: 441px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  width: 100%;
}
.page-header__photo::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 227px;
  background: transparent linear-gradient(180deg, transparent, #005042 100%) 0% 0% no-repeat padding-box;
  z-index: 3;
}
.page-header__photo--no-overlay::before {
  display: none;
}
.page-header__single-photo {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page-header__content {
  position: relative;
  z-index: 10;
  margin-top: auto;
  padding: 20px 10px;
  height: 100%;
  display: flex;
  flex-direction: column;
  z-index: 10;
}
.page-header__name {
  font-size: 3.2rem;
  font-weight: bold;
  font-family: "Hepta Slab";
  color: #ffffff;
  line-height: 1.3;
  text-shadow: 0px 1px 4px rgba(0, 0, 0, 0.51);
  z-index: 10;
  margin: auto 0;
}
.page-header__paragraph {
  color: #ffffff;
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 2;
  max-width: 675px;
  margin-bottom: auto;
}
.page-header__carousel {
  height: 100%;
}
.page-header__carousel .carousel-inner {
  height: 100%;
}
.page-header__carousel .carousel-item {
  height: 100%;
}
.page-header__carousel .carousel-item img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom center;
     object-position: bottom center;
}
.page-header .place-carousel-control-next,
.page-header .place-carousel-control-prev {
  height: 35px;
  transform: translateY(0%);
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.55);
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 20px;
  z-index: 5;
  padding: 10px;
  transition: background-color 0.3s ease-out;
}
.page-header .place-carousel-control-next:hover,
.page-header .place-carousel-control-prev:hover {
  background-color: rgba(0, 0, 0, 0.85);
}
.page-header .place-carousel-control-next {
  right: 10px;
}
.page-header .place-carousel-control-prev {
  left: 10px;
}
.page-header .place-carousel-control-next-icon,
.page-header .place-carousel-control-prev-icon {
  width: 15px;
  height: 15px;
}
.page-header .place-carousel-control-next-icon {
  background-image: url(/_img/_templates/_themes/icons/chevron-right.svg);
}
.page-header .place-carousel-control-prev-icon {
  background-image: url(/_img/_templates/_themes/icons/chevron-left.svg);
}

@media (min-width: 768px) {
  .page-header {
    padding-top: 60px;
    height: 600px;
  }
  .page-header__photo {
    height: 600px;
  }
  .page-header__name {
    margin: auto 0 20px;
    font-size: 4.5rem;
  }
  .page-header .place-carousel-control-next,
  .page-header .place-carousel-control-prev {
    transform: translateY(200%);
  }
}
@media (min-width: 992px) {
  .page-header__content {
    width: 100%;
    padding-left: calc((100vw - 1364px) / 2);
    padding-right: 20px;
  }
  .page-header__name {
    padding-left: 10px;
    max-width: 75%;
  }
  .page-header__paragraph {
    padding-left: 10px;
  }
}
@media (min-width: 1250px) {
  .page-header__name {
    font-size: 5.5rem;
  }
}
@media (min-width: 1364px) {
  .page-header__name, .page-header__paragraph {
    padding-left: 0;
  }
  .page-header .place-carousel-control-prev {
    left: calc((100vw - 1364px) / 2 + 10px);
  }
}
.description-box {
  padding: 20px 0;
  color: #000;
  font-weight: 500;
  line-height: 1.85;
}
.description-box__list {
  list-style-type: none;
  margin: 0;
  padding-left: 0px;
}
.description-box__list-item {
  display: inline-flex;
  margin-bottom: 5px;
  width: 100%;
  gap: 5px;
}
.description-box__list-item::before {
  content: "■";
  position: relative;
  display: inline-flex;
  margin-right: 5px;
}
.description-box__list-item-value {
  flex: 0 0 auto;
  width: 30%;
  display: inline-flex;
  text-align: left;
  align-items: center;
  justify-content: flex-start;
  margin-left: auto;
}
.description-box__button {
  margin-top: 28px;
  background-color: #ffffff;
  box-shadow: 0px 3px 15px rgba(66, 52, 56, 0.32);
  padding: 10px 16px;
  color: #423438;
  font-weight: 500;
  text-shadow: 0px 2px 4px rgba(66, 52, 56, 0.32);
  width: -moz-fit-content;
  width: fit-content;
}
.description-box__button .button__icon {
  height: 23px;
  width: 23px;
}
.description-box__paragraph--links,
.description-box p--links {
  margin: 30px 0;
}
.description-box__table-tr {
  border-bottom: 1px solid #e0e0e0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  font-weight: 500;
  padding: 12px 0;
}
.description-box__table-tr--mobile-column {
  flex-direction: column;
}
.description-box__table-tr--mobile-column .description-box__table-th {
  width: 80%;
}
.description-box__table-tr--mobile-column .description-box__table-td {
  margin-top: 16px;
  width: 100%;
}
.description-box__table-th {
  width: 30%;
  flex: 0 0 30%;
}
.description-box__table-td {
  width: calc(70% - 20px);
  flex-shrink: 0;
  flex-grow: 0;
  color: #005042;
}

@media (min-width: 768px) {
  .description-box__table-tr--mobile-column {
    flex-direction: row;
  }
  .description-box__table-tr--mobile-column .description-box__table-td {
    width: calc(60% - 20px);
  }
  .description-box__table-tr--mobile-column .description-box__table-th {
    width: 40%;
  }
  .description-box__list-item-value {
    color: #005042;
  }
}
@media (min-width: 992px) {
  .description-box {
    margin-bottom: 20px;
  }
  .description-box__paragraph,
  .description-box p {
    font-size: 1.6rem;
    margin-bottom: 2rem;
  }
  .description-box__table-td {
    color: #000;
    width: calc(60% - 20px);
  }
  .description-box__table-th {
    width: 40%;
  }
}
@media (min-width: 1050px) {
  .description-box__button {
    margin-top: 0;
  }
}
.ideas__filters {
  max-width: 100%;
  position: relative;
}
.ideas__filter-voivodeship, .ideas__filter-select {
  text-shadow: 0 1px 4px rgba(0, 0, 0, 0.84);
  font-weight: 500;
}
.ideas__filter-voivodeship {
  position: relative;
  color: #ffffff;
  font-size: 1.4rem;
  width: -moz-fit-content;
  width: fit-content;
}
.ideas__filter-voivodeship::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  display: inline-flex;
  background: url(/_img/_templates/_themes/icons/chevron-down.svg);
  width: 18px;
  height: 18px;
  background-size: cover;
  background-position: center;
  z-index: 8;
}
.ideas__filter-select {
  border: none;
  background: none;
  margin: 0;
  color: #56b68b;
  width: auto;
  padding: 5px;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  padding-right: 25px;
  position: relative;
  z-index: 10;
  cursor: pointer;
}
.ideas__filter-select option {
  text-shadow: none;
}
.ideas__filter-categories-wrapper {
  position: relative;
  margin-top: 22px;
  max-width: 100vw;
  overflow-x: auto;
  left: -10px;
}
.ideas__filter-categories {
  display: flex;
  flex-wrap: nowrap;
  width: -moz-fit-content;
  width: fit-content;
}
.ideas__filter-categories &gt; label {
  margin: 0;
}
.ideas__filter-categories &gt; label:first-of-type {
  margin-left: 10px;
}
.ideas__filter-checkbox-group {
  display: flex;
  background-color: #56b68b;
  position: relative;
  padding: 7px 17px 7px 7px;
  border-radius: 20px;
  color: #ffffff;
  margin-right: 11px;
  font-weight: 600;
  align-items: center;
  height: 30px;
  margin-bottom: 0;
  box-shadow: 0px 3px 15px rgba(66, 52, 56, 0.61);
  cursor: pointer;
  transition: color 0.2s ease-out, background-color 0.2s ease-out;
}
.ideas__filter-checkbox-icon {
  height: 18px;
  width: 24px;
  display: inline-flex;
  margin-right: 7px;
  justify-content: center;
}
.ideas__filter-checkbox-icon svg {
  max-width: 100%;
  max-height: 100%;
}
.ideas__filter-checkbox-icon svg .fill {
  fill: #ffffff;
  transition: fill 0.2s ease-out;
}
.ideas__filter-checkbox-checkmark {
  position: absolute;
  top: 3px;
  left: 4px;
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: #ffffff;
  background-image: url(/_img/_templates/_themes/icons/check.svg);
  background-size: 70%;
  background-repeat: no-repeat;
  background-position: center;
  box-shadow: 0 1px 9px #cdb79b;
  transform: scale(0);
  opacity: 0;
  transition: transform 0.2s ease-out, opacity 0.2s ease-out;
}
.ideas__filter-input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.ideas__filter-input:checked + .ideas__filter-checkbox-group {
  background-color: #f7f3ec;
  color: #56b68b;
}
.ideas__filter-input:checked + .ideas__filter-checkbox-group svg .fill {
  fill: transparent;
}
.ideas__filter-input:checked + .ideas__filter-checkbox-group .ideas__filter-checkbox-checkmark {
  transform: scale(1);
  opacity: 1;
}
.ideas .main {
  padding: 35px 10px;
}
.ideas__best-first {
  font-family: Montserrat, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
  text-shadow: none;
  margin-top: 20px;
  margin-bottom: 0;
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.ideas__best-first-input {
  opacity: 0;
  width: 0;
  height: 0;
  position: absolute;
}
.ideas__best-first-input:checked + .ideas__best-first-checkmark::before {
  opacity: 1;
  transform: scale(1);
}
.ideas__best-first-checkmark {
  display: inline-flex;
  width: 20px;
  height: 20px;
  border: 1px solid #005042;
  margin-right: 10px;
  position: relative;
}
.ideas__best-first-checkmark::before {
  content: "";
  width: 100%;
  height: 100%;
  background-image: url(/_img/_templates/_themes/icons/check.svg);
  background-size: 15px 12px;
  background-repeat: no-repeat;
  background-position: center;
  opacity: 0;
  transform: scale(0);
  transition: opacity 0.2s ease-out, transform 0.2s ease-out;
}

@media (min-width: 360px) {
  .ideas__filter-voivodeship {
    font-size: 1.6rem;
  }
}
@media (min-width: 768px) {
  .ideas__filter-checkbox-group {
    height: 40px;
    padding: 7px 17px 7px 7px;
  }
  .ideas__filter-checkbox-group:hover {
    background-color: #f7f3ec;
    color: #56b68b;
  }
  .ideas__filter-checkbox-group:hover svg .fill {
    fill: #56b68b;
  }
  .ideas__filter-checkbox-checkmark {
    width: 30px;
    height: 30px;
    top: 5px;
    left: 6px;
  }
}
@media (min-width: 992px) {
  .ideas__filters {
    padding-left: 10px;
  }
}
@media (min-width: 1364px) {
  .ideas__filters {
    padding-left: 0px;
  }
}
.card-wrapper {
  padding: 0;
}
.card-wrapper:first-of-type .card {
  border-top: 1px solid #f7f3ec;
}

.card {
  padding: 10px;
  border-radius: 0;
  border: 1px solid #f7f3ec;
  border-top: none;
}
.card &gt; .row {
  margin: 0;
}
.card__link {
  display: block;
  color: inherit;
}
.card__image-box {
  padding: 0px;
  position: relative;
  height: 100px;
  padding-right: 16px;
}
.card__image-box .card__link {
  height: 100%;
}
.card__image {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.card__category-icon {
  position: absolute;
  top: 0;
  left: 0;
  background: #ffffff;
  width: 30px;
  height: 30px;
  box-shadow: 0 1px 9px #cdb79b;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.card__category-icon svg {
  max-width: 75%;
}
.card__category-icon .fill {
  fill: #56b68b;
}
.card__content-box {
  padding: 0;
  display: flex;
  flex-direction: column;
}
.card__title {
  font-size: 1.8rem;
  line-height: 1.5;
  padding-right: 25px;
  margin-bottom: 1.5rem;
}
.card__description {
  font-weight: 500;
}
.card__rating {
  display: flex;
}
.card__rating .rating__span {
  margin-right: 2px;
}
.card__footer {
  margin-top: auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.card__footer .rating-link {
  padding: 6px 20px;
  line-height: 1;
  background-color: #f7f3ec;
}
.card__footer .rating-link__text {
  color: #005042;
}
.card__footer .rating-link:hover {
  background-color: #56b68b;
}
.card__footer .rating-link:hover .rating-link__text {
  color: #ffffff;
}
.card .card__hashtag {
  color: #000;
  font-weight: 500;
}
.card .card__hashtag a {
  color: inherit;
}
.card--vertical .card__title {
  padding-right: 0;
}

@media (min-width: 768px) {
  .card {
    border-top: 1px solid #f7f3ec;
    height: 100%;
  }
  .card &gt; .row {
    height: 100%;
  }
  .card__image-box {
    height: auto;
  }
  .card--vertical .card__image {
    height: 200px;
  }
  .card--vertical .card__image-box {
    padding-right: 0;
  }
  .cards-container {
    margin: 0;
  }
  .card-wrapper {
    margin-bottom: 10px;
  }
  .card-wrapper:nth-child(odd) .card {
    margin-right: 10px;
  }
  .card-wrapper:nth-child(even) .card {
    margin-left: 10px;
  }
  .card-wrapper .card--vertical {
    margin-right: 10px;
    margin-left: 0px;
  }
  .card-wrapper:first-of-type .card--vertical {
    margin-left: 10px;
  }
  .card-wrapper--vertical {
    margin-bottom: 0;
  }
}
@media (min-width: 992px) {
  .card {
    padding: 20px;
    min-height: 300px;
  }
  .card__description {
    line-height: 2;
  }
  .card__category-icon {
    transform: translate(-33%, -33%);
  }
  .card__title {
    font-size: 2.4rem;
    margin-top: 1.4rem;
  }
  .card__content-box {
    padding-left: 16px;
  }
  .card__footer .rating-link {
    font-size: 1.3rem;
  }
  .card--vertical .card__content-box {
    padding-left: 0;
  }
  .card-wrapper {
    margin-bottom: 20px;
  }
  .card-wrapper:nth-child(odd) .card {
    margin-right: 20px;
  }
  .card-wrapper:nth-child(even) .card {
    margin-left: 20px;
  }
  .card-wrapper .card--vertical {
    margin-right: 20px;
    margin-left: 0px;
  }
  .card-wrapper:first-of-type .card--vertical {
    margin-left: 20px;
  }
  .card-wrapper--vertical {
    margin-bottom: 0;
  }
}
@media (min-width: 1250px) {
  .card--vertical .card__image-box {
    height: 400px;
  }
  .card--vertical .card__image {
    height: 100%;
  }
}
.pagination {
  margin: 40px auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: 360px;
  width: 100%;
  font-size: 1.6rem;
  font-weight: 500;
}
.pagination__current-page {
  width: 35px;
  height: 35px;
  padding: 10px;
  border: 1px solid #005042;
  background: none;
  border-radius: 0;
  font-size: 1.6rem;
  color: #005042;
  text-align: center;
  margin-right: 10px;
}
.pagination__button {
  flex: 0;
  width: 104px;
  text-align: center;
  padding: 6px 15px;
  height: -moz-fit-content;
  height: fit-content;
  line-height: 1.2;
  font-weight: 400;
}

@media (min-width: 992px) {
  .pagination {
    margin: 20px auto;
  }
}
#trip-map,
.trip__header {
  height: 558px;
}

.trip__map-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

.trip .main {
  padding: 20px 10px 0;
}
.trip .main .card-columns {
  -moz-column-count: 1;
       column-count: 1;
}
.trip .main .card {
  border: none;
  padding: 0 15px;
}
.trip__header-top {
  position: relative;
  background-color: rgba(0, 80, 66, 0.85);
  padding-top: 100px;
  z-index: 99;
}
.trip__header-content {
  padding: 0 10px 10px;
  color: #ffffff;
  text-align: center;
}
.trip__heading {
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.5;
  margin-bottom: 1.8rem;
  padding: 0 10px;
}
.trip__printing {
  text-align: center;
}
.trip__printing .button--print {
  padding: 5px 20px 5px 12px;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}
.trip__printing .button--print:last-of-type {
  margin-bottom: 0;
}
.trip__printing .button--print .button__icon {
  height: 1.8rem;
  width: auto;
}
.trip__title--h3 {
  text-align: center;
  line-height: 1.55;
  max-width: 1135px;
  margin-left: auto;
  margin-right: auto;
}
.trip__description-list .description-box__list-item {
  margin-bottom: 25px;
  word-break: break-word;
}
.trip__description-list .description-box__list-item:last-of-type {
  margin-bottom: 0;
}

.description-swiper {
  padding-bottom: 25px;
}
.description-swiper .description-slide {
  overflow: hidden;
}
.description-swiper .description-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.description-swiper .swiper-pagination--trip {
  bottom: 0;
}

.swiper-container--trip {
  padding-bottom: 35px;
  max-width: 670px;
  max-height: 445px;
}
.swiper-container--trip .swiper-wrapper {
  max-height: 415px;
}

.summary {
  margin-bottom: 65px;
}

.summary-box {
  background-color: #005042;
  color: #ffffff;
  padding: 10px;
}
.summary-box .description-box__table-th {
  flex: 0 0 100%;
}
.summary-box .description-box__table-td {
  color: #ffffff;
  text-align: right;
  flex: 0 0 100%;
  word-break: break-all;
}
.summary-box .description-box__table-tr {
  border-bottom-color: rgba(151, 151, 151, 0.3);
  flex-wrap: wrap;
}
.summary-box__amount {
  margin: 26px 0 30px;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: right;
  font-family: "Hepta Slab", serif;
}
.summary-box .description-box__paragraph {
  margin-bottom: 1.5rem;
  font-weight: 500;
}
.summary-box a {
  color: #56b68b;
}

@media (min-width: 768px) {
  .trip__header-text {
    display: flex;
    align-items: center;
    margin-top: 10px;
  }
  .trip__header-content {
    padding: 0 10px 25px;
  }
  .trip__heading {
    margin-bottom: 0;
    text-align: left;
    height: -moz-fit-content;
    height: fit-content;
  }
  .trip__printing {
    display: flex !important;
    flex-wrap: wrap;
    justify-content: flex-end;
  }
  .trip__printing .button--print {
    margin-left: 0;
    margin-right: 0;
  }
  .trip__printing--bottom {
    margin: 48px 0;
    flex-wrap: nowrap;
    align-items: flex-end;
  }
  .trip__printing--bottom .button--print {
    margin-left: 7px;
    margin-bottom: 0;
  }
  .trip .main {
    padding-top: 50px;
  }
  .trip .main .card-columns {
    -moz-column-count: 2;
         column-count: 2;
    margin-top: 25px;
  }
  .trip .main .card {
    padding: 0;
  }
  .trip .description-box-wrapper--why {
    order: 2;
    z-index: 99;
  }
  .trip .description-box-wrapper--info {
    order: 1;
    z-index: 99;
  }
  .trip .description-box-wrapper--booking {
    order: 3;
    z-index: 99;
  }
  .summary {
    margin-bottom: 0;
  }
  .summary .row {
    margin: 0;
  }
  .summary__col {
    padding: 0;
  }
  .summary__img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    position: absolute;
  }
  .summary-box {
    padding: 20px 25px;
  }
}
@media (min-width: 992px) {
  .trip .main {
    padding-top: 100px;
  }
  .trip .main .card-columns {
    margin-top: 75px;
    -moz-column-gap: 100px;
         column-gap: 100px;
  }
  .trip__printing {
    margin-left: auto;
  }
  .trip__printing .button--print {
    margin: 0 0 0 7px;
  }
  .summary-box {
    padding: 40px 45px;
    margin-bottom: 0;
  }
  .summary-box__amount {
    font-size: 2.4rem;
    margin: 30px 0;
  }
  .summary-box .description-box__paragraph {
    font-size: 1.3rem;
  }
  .summary-box .description-box__table-th {
    flex: 0 0 30%;
  }
  .summary-box .description-box__table-td {
    flex: 0 0 calc(70% - 20px);
    word-break: normal;
  }
  .summary-box .description-box__table-tr {
    flex-wrap: nowrap;
  }
}
@media (min-width: 1366px) {
  .trip .main .card-columns {
    -moz-column-gap: 125px;
         column-gap: 125px;
  }
}
.proposal {
  margin-top: 60px;
}
.proposal__title {
  font-size: 2.4rem;
  text-align: center;
  margin-bottom: 60px;
}
.proposal__day {
  position: relative;
  margin-bottom: 80px;
  padding-bottom: 15px;
}
.proposal__day--before-gallery {
  margin-bottom: 40px;
}
.proposal__day-title {
  font-size: 2.4rem;
  padding-left: 120px;
  margin-bottom: 37px;
}
.proposal__day-content {
  padding-left: 15px;
}
.proposal__timeline {
  width: 17px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #56b68b;
  border-radius: 20px;
  z-index: 0;
  left: 41px;
}
.proposal__activity {
  position: relative;
  z-index: 10;
  display: flex;
  width: 100%;
  margin-bottom: 45px;
  font-weight: 500;
}
.proposal__activity:last-of-type {
  margin-bottom: 0;
}
.proposal__activity-img-wrapper {
  width: 68px;
  height: 68px;
  flex: 0 0 68px;
  box-shadow: 0px 12px 20px rgba(0, 80, 66, 0.53);
  background-color: #005042;
  border-radius: 60px;
  padding: 10px;
  margin-right: 37px;
  transform: translateY(-20px);
}
.proposal__activity-img-wrapper--small {
  transform: translateY(-7px);
  height: auto;
  background: none;
  box-shadow: none;
  text-align: center;
  padding: 0;
}
.proposal__activity-img-wrapper--small .proposal__activity-img {
  width: 36px;
  height: 36px;
  box-shadow: 0px 12px 20px rgba(0, 80, 66, 0.53);
  border-radius: 30px;
  margin: 0 auto;
}
.proposal__activity-img {
  display: block;
}
.proposal__gallery {
  margin-bottom: 40px;
}
.proposal__gallery-slide {
  width: auto;
}
.proposal__gallery-slide img {
  max-width: 220px;
  max-height: 220px;
}
.proposal__gallery-slide-description {
  font-weight: 500;
  text-align: center;
  margin-top: 10px;
}
.proposal__day-picture {
  display: none;
}

.swiper-container--gallery {
  margin-right: -10px;
}

.swiper-pagination--gallery {
  display: none;
  bottom: 0;
}

.swiper-button-next-gallery,
.swiper-button-prev--gallery {
  display: none;
}

@media (min-width: 768px) {
  .swiper-container--gallery {
    padding-bottom: 50px;
  }
  .swiper-pagination--gallery {
    display: block;
  }
  .proposal__title {
    font-size: 5.5rem;
    line-height: 1.2;
    max-width: 900px;
    margin: 0 auto 60px;
  }
  .proposal__day {
    margin-bottom: 50px;
  }
  .proposal__day-title {
    padding: 0;
    text-align: center;
  }
  .proposal__day-content {
    position: relative;
    padding: 65px 0 15px;
  }
  .proposal__timeline {
    left: calc(50% - 8.5px);
  }
  .proposal__activity {
    width: 50%;
    margin-bottom: 60px;
  }
  .proposal__activity:nth-child(even) {
    margin-left: auto;
    transform: translateX(-42px);
  }
  .proposal__activity:nth-child(odd) {
    flex-direction: row-reverse;
    transform: translateX(42px);
  }
  .proposal__activity:nth-child(odd) .proposal__activity-img-wrapper {
    margin-right: 0;
    margin-left: 20px;
  }
  .proposal__activity-img-wrapper {
    width: 84px;
    height: 84px;
    flex: 0 0 84px;
    transform: translateY(-25px);
    margin-right: 20px;
  }
  .proposal__activity-img-wrapper--small {
    transform: translateY(-3px);
  }
  .proposal__activity-description {
    max-width: 390px;
  }
  .proposal__gallery-slide img {
    max-width: 330px;
    max-height: 330px;
    width: 330px;
  }
}
@media (min-width: 1364px) {
  .swiper-container--gallery {
    margin-right: 0;
    max-width: 1364px;
  }
  .swiper-button-next--gallery,
  .swiper-button-prev--gallery {
    display: flex;
    transform: translateY(calc(-50% - 29px));
  }
  .proposal__gallery {
    max-width: 1364px;
    margin-left: auto;
    margin-right: auto;
  }
  .proposal__day-picture {
    display: block;
    position: absolute;
    z-index: -1;
    max-width: 550px;
    width: 28.5vw;
  }
  .proposal__day-picture--top-right {
    top: 0;
    left: calc(100% + (100vw - 1364px) / 2);
    transform: rotate(9deg) translateX(-50%);
  }
  .proposal__day-picture--top-left {
    top: 0;
    left: calc(0% - (100vw - 1364px) / 2);
    transform: rotate(-9deg) translateX(-50%);
  }
  .proposal__day-picture--top-left .proposal__day-picture-description {
    text-align: right;
    margin-left: auto;
  }
  .proposal__day-picture--bottom-left {
    bottom: 0;
    left: calc(0% - (100vw - 1400px) / 2);
    transform: rotate(-9deg) translateX(-50%);
  }
  .proposal__day-picture--bottom-left .proposal__day-picture-description {
    text-align: right;
    margin-left: auto;
  }
  .proposal__day-picture--bottom-right {
    bottom: 0;
    left: calc(100% + (100vw - 1364px) / 2);
    transform: rotate(9deg) translateX(-50%);
  }
  .proposal__day-picture .proposal__day-picture-description {
    margin-top: 8px;
    max-width: 50%;
  }
}
@media (min-width: 1650px) {
  .proposal__day-picture--top-right {
    transform: rotate(9deg) translateX(-70%);
  }
  .proposal__day-picture--top-left {
    transform: rotate(-9deg) translateX(-30%);
  }
  .proposal__day-picture--bottom-left {
    transform: rotate(-9deg) translateX(-30%);
  }
  .proposal__day-picture--bottom-right {
    transform: rotate(9deg) translateX(-70%);
  }
}
.safety .main {
  padding: 35px 10px 0;
}
.safety__description {
  padding-top: 0;
}
.safety__description .description-box__paragraph,
.safety__description p {
  margin-bottom: 3rem;
}
.safety__description .description-box__paragraph:last-of-type,
.safety__description p:last-of-type {
  margin-bottom: 0;
}
.safety__images {
  text-align: center;
  overflow-x: hidden;
  margin-right: -10px;
}
.safety__image {
  margin-bottom: 20px;
}
.safety__image--big {
  min-width: 437px;
  display: block;
}
.safety__image:last-of-type {
  margin-bottom: 0;
}
.safety__button {
  margin: 30px auto;
}

.advices {
  margin: 3rem 0 0;
}
.advices__title {
  font-size: 3.2rem;
  text-align: center;
  justify-content: center;
}

@media (min-width: 768px) {
  .safety__name {
    margin: auto 0;
    max-width: 100%;
  }
  .safety__button {
    margin: 30px auto 30px 15px;
  }
  .safety .main {
    padding-top: 50px;
  }
  .advices__title {
    font-size: 4.5rem;
  }
}
@media (min-width: 992px) {
  .safety .pagination {
    margin: 40px auto;
  }
  .safety .main {
    padding-top: 100px;
  }
  .safety__image {
    margin-left: auto;
  }
  .safety__images {
    margin-right: 0;
  }
  .safety__description .description-box__paragraph, .safety__description p {
    margin-bottom: 4rem;
    line-height: 2;
  }
  .safety .description-box__title, .safety__description h1, .safety__description h2, .safety__description h3 {
    margin-bottom: 3.5rem;
  }
  .safety__button {
    margin-top: 0;
    margin-bottom: 0;
  }
  .advices {
    margin-top: 8rem;
  }
  .advices__title {
    margin-bottom: 8rem;
  }
}
@media (min-width: 1250px) {
  .advices__title {
    font-size: 5.5rem;
  }
}
.faq {
  margin: 3rem 0 5rem 0;
}
.faq__video {
  height: -moz-fit-content;
  height: fit-content;
  display: flex;
  max-height: 30vh;
  min-height: 215px;
  padding: 0;
}
.faq__video iframe {
  width: 100%;
  display: flex;
  height: auto;
}
.faq__content {
  background-color: #005042;
  color: #ffffff;
  padding: 10px;
}
.faq .title--h3 {
  margin-bottom: 1rem;
}
.faq__list {
  margin: 0;
  padding: 0;
  list-style: none;
}
.faq__item {
  border-bottom: 1px solid rgba(151, 151, 151, 0.3);
}
.faq__item:last-of-type {
  border-bottom: none;
}
.faq__link {
  color: #ffffff;
  text-decoration: none;
  padding: 15px 0;
  display: flex;
  transition: color 0.2s ease-out;
}
.faq__link:hover {
  color: #56b68b;
}

@media (min-width: 768px) {
  .faq__video {
    min-height: 429px;
  }
}
@media (min-width: 992px) {
  .faq {
    flex-direction: row-reverse;
  }
  .faq__content {
    padding: 40px 45px;
  }
}
.sounds {
  background-color: #005042;
  color: #ffffff;
  background-image: url(/_img/_templates/_themes/sounds-bcg.svg), url(/_img/_templates/_themes/sounds-bcg-blur.jpg);
  background-repeat: no-repeat, repeat-y;
  background-size: 100% auto;
}
.sounds__header {
  padding-top: 95px;
  height: unset;
}
.sounds__header .page-header__content {
  width: 100%;
}
.sounds__name {
  margin: 0 0 2.4rem;
  font-size: 2.4rem;
  font-weight: 600;
}
.sounds__paragraph {
  line-height: 1.85;
  margin-bottom: 3rem;
  font-weight: 500;
}
.sounds__paragraph.page-header__paragraph {
  font-size: 1.3rem;
}
.sounds__spotify-button {
  font-size: 1.3rem;
  font-weight: 600;
  padding: 23px;
  border-radius: 40px;
  white-space: nowrap;
  justify-content: center;
}
.sounds__spotify-button .button__icon {
  width: 19px;
  margin-top: 2px;
}
.sounds__description {
  margin-top: 5rem;
}
.sounds__description-title {
  font-size: 2.4rem;
  margin-bottom: 4rem;
}
.sounds__description-paragraph {
  margin-bottom: 4rem;
  line-height: 1.85;
}
.sounds .main {
  position: relative;
  padding: 15px 10px 100px;
}
.sounds .main &gt; .container &gt; .row {
  margin-left: -10px;
  margin-right: -10px;
}

.sounds-top-bar {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 9999;
}
.sounds-top-bar__h1 {
  margin: 0;
}
.sounds-top-bar__link {
  display: block;
}
.sounds-top-bar__logo {
  background-color: #003f34;
  width: 211px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  padding: 5px;
}

.sound-box-wrapper {
  margin-bottom: 30px;
}
.sound-box-wrapper:nth-child(even) {
  padding-left: 10px;
  padding-right: 12.5px;
}
.sound-box-wrapper:nth-child(odd) {
  padding-right: 10px;
  padding-left: 12.5px;
}
.sound-box-wrapper:nth-last-child(1), .sound-box-wrapper:nth-last-child(2) {
  margin-bottom: 0;
}

.sound-box {
  cursor: pointer;
  color: #ffffff;
  text-decoration: none;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}
.sound-box__cover {
  position: relative;
  margin-bottom: 6px;
}
.sound-box__cover::before {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  width: 41px;
  height: 41px;
  background: url(/_img/_templates/_themes/icons/playIcon.svg);
  background-size: contain;
}
.sound-box__cover img {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.5);
}
.sound-box__title {
  display: flex;
  align-items: center;
}
.sound-box__title::before {
  content: "";
  position: relative;
  display: inline-flex;
  background-image: url(/_img/_templates/_themes/icons/speaker.svg);
  background-size: contain;
  width: 20px;
  height: 20px;
  margin-right: 5px;
  flex: 0 0 20px;
}

@media (min-width: 360px) {
  .sounds__spotify-button {
    padding: 23px 46px;
  }
}
@media (min-width: 768px) {
  .sounds-top-bar {
    display: flex;
    justify-content: flex-end;
    max-width: 1364px;
    width: 100%;
    left: 50%;
    transform: translateX(-50%);
  }
  .sounds-top-bar__logo {
    margin: 0;
  }
  .sounds-top-bar__spotify {
    background-color: #005042;
    border-radius: 50px 0 0 50px;
    font-weight: 600;
    width: -moz-fit-content;
    width: fit-content;
  }
  .sounds-top-bar__spotify a {
    color: #ffffff;
    display: flex;
    width: -moz-fit-content;
    width: fit-content;
    height: 100%;
    align-items: center;
    flex-direction: row;
    margin: 0 auto;
    padding: 0 18px;
  }
  .sounds-top-bar__spotify img {
    display: inline-flex;
    height: 100%;
    margin-right: 20px;
  }
  .sounds__header {
    padding-top: 143px;
  }
  .sounds__name {
    font-size: 4.5rem;
    line-height: 1.6;
  }
  .sounds__title--small {
    font-size: 2.2rem;
  }
  .sounds__paragraph.page-header__paragraph {
    font-size: 1.6rem;
    margin-bottom: 0rem;
  }
  .sounds .main {
    padding: 100px 10px;
  }
  .sounds__description-title {
    font-size: 4.5rem;
  }
  .sounds__description-paragraph {
    font-size: 1.6rem;
    line-height: 2;
  }
}
@media (min-width: 992px) {
  .sounds .page-header__content {
    padding-left: 10px;
  }
}
@media (min-width: 1250px) {
  .sounds__name {
    font-size: 5.5rem;
  }
  .sounds__title--small {
    font-size: 2.4rem;
  }
  .sounds__description-title {
    font-size: 5.5rem;
  }
}
.player-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
}
.player-wrapper--absolute {
  position: absolute;
  bottom: 0;
}
.player-wrapper--absolute .player {
  background-color: rgba(0, 80, 66, 0.85);
}

.player {
  background-color: #005042;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 10px;
  height: 80px;
  transition: background-color 0.3s ease-out;
}
.player__button {
  background-color: rgba(1, 2, 2, 0.3);
  border: 1px solid #ffffff;
  border-radius: 40px;
  width: 41px;
  height: 41px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 25px 0 15px;
}
.player__button--play .player__icon--play {
  display: flex;
}
.player__button--play .player__icon--pause {
  display: none;
}
.player__button--pause .player__icon--pause {
  display: flex;
}
.player__button--pause .player__icon--play {
  display: none;
}
.player__controls {
  width: 100%;
  display: flex;
  height: 100%;
}
.player__controls-main {
  width: 100%;
}
.player__controls-links {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-left: 25px;
}
.player__title {
  font-size: 1.4rem;
  font-weight: bold;
}
.player__sound-title {
  font-weight: 400;
}
.player__link {
  display: flex;
}
.player__timeline {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.player__progress {
  height: 4px;
  width: 100%;
  margin: 0 10px;
  cursor: pointer;
}
.player__progress[value] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
  height: 4px;
  border: none;
}
.player__progress[value]::-webkit-progress-bar, .player__progress[value]::-moz-progress-bar {
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
}
.player__progress[value]::-webkit-progress-value, .player__progress[value]::-moz-progress-value {
  background-color: white;
}
.player__progress::-webkit-progress-bar {
  background-color: rgba(255, 255, 255, 0.4);
  color: white;
}
.player__progress::-webkit-progress-value {
  background-color: white;
}
.player__prev, .player__next {
  padding: 3px;
  border: none;
  background: none;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.contact-form {
  margin: 50px 0;
}
.contact-form__button {
  margin-top: 2.5rem;
}
.contact-form__button .contact-form__icon {
  width: 20px;
  height: 20px;
}
.contact-form__button .contact-form__icon svg {
  display: block;
  height: 20px;
}
.contact-form__button:hover .contact-form__icon svg,
.contact-form__button:hover .contact-form__icon path {
  fill: none;
}

.input,
.textarea {
  width: 100%;
  font-family: "Hepta Slab";
  font-weight: 500;
  color: #423438;
  background-color: #ffffff;
  padding: 12px 48px 12px 19px;
  border: none;
  border-radius: 20px;
  box-shadow: 0px 3px 15px rgba(145, 189, 126, 0.3);
  line-height: 1.2;
  overflow: hidden;
  text-overflow: ellipsis;
}
.input::-moz-placeholder, .textarea::-moz-placeholder {
  color: #b3b3b3;
}
.input::placeholder,
.textarea::placeholder {
  color: #b3b3b3;
}

.label {
  font-size: 1.4rem;
  color: #423438;
  padding: 0 19px;
  margin-bottom: 0;
}

.form-group {
  margin-bottom: 2.5rem;
}

.article .main {
  padding: 35px 10px 0;
}
.article__description {
  padding-top: 0;
}
.article__description .description-box__paragraph,
.article__description p {
  margin-bottom: 3rem;
}
.article__description .description-box__paragraph:last-of-type,
.article__description p:last-of-type {
  margin-bottom: 0;
}
.article__images {
  text-align: center;
  overflow-x: hidden;
  margin-right: -10px;
}
.article__image {
  margin-bottom: 20px;
}
.article__image--big {
  min-width: 437px;
  display: block;
}
.article__image:last-of-type {
  margin-bottom: 0;
}
.article__button {
  margin: 30px auto;
}

@media (min-width: 768px) {
  .article__name {
    margin: auto 0;
    max-width: 100%;
  }
  .article__button {
    margin: 30px auto 30px 15px;
  }
  .article .main {
    padding-top: 50px;
  }
}
@media (min-width: 992px) {
  .article .pagination {
    margin: 40px auto;
  }
  .article .main {
    padding-top: 100px;
  }
  .article__image {
    margin-left: auto;
  }
  .article__images {
    margin-right: 0;
  }
  .article__description .description-box__paragraph, .article__description p {
    margin-bottom: 4rem;
    line-height: 2;
  }
  .article .description-box__title, .article__description h1, .article__description h2, .article__description h3 {
    margin-bottom: 3.5rem;
  }
  .article__button {
    margin-top: 0;
    margin-bottom: 0;
  }
}
.loader {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  background-color: #ffffff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 5px 15px rgba(179, 179, 179, 0.5);
  text-align: center;
  min-width: 200px;
  display: none;
}
.loader__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.loader__logo {
  margin-bottom: 10px;
  text-align: center;
  background-color: #005042;
  width: 50px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50px;
}
.loader__logo img {
  animation: scaling 2s linear infinite;
}

@keyframes scaling {
  0%, 100% {
    transform: scale(0.9);
  }
  50% {
    transform: scale(0.7);
  }
}
.modal-open {
  padding-right: 0px !important;
}

/* wyszukiwanie zaawansowane */
.search .main {
  padding: 35px 10px;
}
.search__header {
  padding-top: 100px;
  height: 241px;
}
.search__header_photo {
  height: 241px;
}
.search__tiles_container {
  margin: 50px 0 20px 0;
}
.search__tiles_wrapper {
  text-align: center;
}
.search__tiles_item {
  display: inline-block;
  text-align: left;
  margin-bottom: 20px;
}
.search__tiles_item .marker-popup__carousel {
  display: block;
}

@media (min-width: 768px) {
  .search__header {
    padding-top: 100px;
    height: 441px;
  }
  .search__header_photo {
    height: 441px;
  }
}
@media (min-width: 1350px) {
  .search__tiles_wrapper {
    flex: 0 0 25%;
    max-width: 25%;
  }
}
.calendar_camps {
  display: inline-block;
  position: relative;
}
.calendar_camps .my_wrapper {
  width: 100%;
  background-color: #fff;
}
.calendar_camps .my_month {
  display: block;
  width: 100%;
  text-align: center;
  padding: 10px;
}
.calendar_camps .my_month_row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.calendar_camps .my_month_col {
  display: table-cell;
}
.calendar_camps .my_arrow_left,
.calendar_camps .my_arrow_right {
  width: 33px;
}
.calendar_camps .my_month_name {
  font-size: 24px;
  font-weight: bold;
  color: #08283a;
}
.calendar_camps .my_table {
  display: table;
  border-spacing: 9px;
  border-collapse: separate;
  text-align: center;
  border: 1px solid #c1c9ce;
  padding: 20px 25px;
  box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.2);
}
.calendar_camps .my_table_row {
  display: table-row;
}
.calendar_camps .my_table_col {
  display: table-cell;
}
.calendar_camps .my_date_day {
  font-size: 18px;
}
.calendar_camps .my_date_null {
  padding: 0;
  font-size: 1px;
}
.calendar_camps .my_table_col.my_date_field {
  border: 1px solid #ddd;
  border-radius: 50px;
  padding: 3px 6px;
  font-size: 14px;
  font-weight: 600;
}
.calendar_camps .my_date_red {
  border: 1px solid #ce5e69 !important;
  background-color: #ce5e69;
  color: #fff;
}
.calendar_camps .my_date_yellow {
  border: 1px solid #ff9900 !important;
  background-color: #ff9900;
  color: #fff;
}
.calendar_camps .my_date_gray {
  border: 1px solid #777778 !important;
  background-color: #777778;
  color: #fff;
}
.calendar_camps .my_date_green {
  border: 1px solid #56b68b !important;
  background-color: #56b68b;
  color: #fff;
}

@media (min-width: 576px) {
  .calendar_camps .my_table {
    padding: 20px 25px;
  }
  .calendar_camps .my_date_red,
  .calendar_camps .my_date_red_end,
  .calendar_camps .my_date_grey {
    padding: 12px 16px;
  }
}
.section_login {
  max-width: 600px;
  margin: 20px auto;
}

.scout-camps__list {
  display: block;
}
.scout-camps__table {
  width: 100%;
}
.scout-camps__table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #005042;
  color: white;
}
.scout-camps__table td,
.scout-camps__table th {
  border: 1px solid #ddd;
  padding: 8px;
}
.scout-camps__table tr:nth-child(even) {
  background-color: #f2f2f2;
}
.scout-camps__table tr:hover {
  background-color: #ddd;
}
.scout-camps__table .my_name {
  color: black;
}
.scout-camps__table .my_zajete {
  color: #49494a;
}
.scout-camps__table .my_zajete a.my_name {
  color: #49494a;
}
.scout-camps__table .my_rezerwacja {
  color: #d13444;
}
.scout-camps__table .my_rezerwacja a.my_name {
  color: #d13444;
}
.scout-camps__table .my_dostepny {
  color: #1a8256;
}
.scout-camps__table .my_dostepny a.my_name {
  color: #1a8256;
}
.scout-camps__search {
  font-size: 1.5rem;
  margin-bottom: 25px;
}
.scout-camps__search .col-auto {
  margin: 5px 0;
}
.scout-camps__search .button--icon {
  padding: 8px 20px 8px 17px;
}
.scout-camps__search .button__icon {
  width: 16px;
}

body.module_my .main {
  padding: 50px 0 20px 0px;
}
@media (min-width: 768px) {
  body.module_my .main {
    padding: 50px 0 20px 0px;
  }
}
@media (min-width: 992px) {
  body.module_my .main {
    padding: 80px 0 60px 0;
  }
}

.profile__table_recervations a {
  color: #000000;
}

.my_menu_tabs {
  display: block;
  margin: 0 0 20px 0;
  border-bottom: 2px solid #444444;
}

.my_menu_tabs &gt; ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.my_menu_tabs &gt; ul &gt; li {
  display: inline-block;
  margin-top: 4px;
}

.my_menu_tabs &gt; ul &gt; li.my_first {
  margin-left: 5px;
}

.my_menu_tabs &gt; ul &gt; li &gt; a {
  display: block;
  background-color: #eaeaea;
  padding: 5px 10px;
  color: #000000;
}

.my_menu_tabs &gt; ul &gt; li.active &gt; a {
  background-color: #005042;
  color: #ffffff;
}

.my_menu_tabs_lvl2 {
  display: block;
  margin: -10px 10px 20px 10px;
  color: #000000;
}

.my_menu_tabs_lvl2 a {
  color: #000000;
}

.my_menu_tabs_lvl2 &gt; ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.my_menu_tabs_lvl2 &gt; ul &gt; li {
  display: inline-block;
  padding: 0 15px 0 5px;
}

.my_menu_tabs_lvl2 &gt; ul &gt; li::before {
  content: "";
  padding: 0 3px;
  border-left: 5px solid #777777;
}

.my_menu_tabs_lvl2 &gt; ul &gt; li.active::before {
  content: "";
  padding: 0 3px;
  border-left: 5px solid #005042;
}

.my_menu_tabs_lvl2 &gt; ul &gt; li.active &gt; a {
  text-decoration: underline !important;
}

b.bi {
  color: white;
}

.help-block {
  color: gray;
  font-size: 1.3rem !important;
}</pre></body></html>