@charset "UTF-8";
/*~~ GLOBAL ~~*/
html {
  font-size: 62.5%;
}

@media (max-width: 991px) {
  html {
    font-size: 55% !important;
  }
}

@media (max-width: 575px) {
  html {
    font-size: 50% !important;
  }
}

body {
  font-family: 'Roboto', sans-serif;
  font-size: 1.6rem;
}

body {
  margin-top: 0.5rem;
  background-color: transparent;
}

@media (max-width: 1199px) {
  body {
    margin-top: 0;
    background-color: transparent;
  }
}

p {
  margin-bottom: 0;
}

img {
  width: 100%;
}

[type=button], [type=reset], [type=submit], button {
  -webkit-appearance: unset;
}

#rooms-table:target {
  top: 20rem;
}

/*~~ LAYOUY ~~*/
#top-bar {
  position: sticky;
  top: 0;
  z-index: 50;
  background-color: #fff;
}

#top-bar .navbar-brand img {
  padding: 0.5rem 0;
  transition: width 0.3s;
}

#top-bar .navbar-toggler-icon {
  width: unset;
  height: unset;
}

#top-bar .mob-wrapper {
  display: flex;
}

#top-bar .navbar__container {
  position: relative;
  display: flex;
  align-items: flex-end;
  max-width: 120rem;
  margin: auto;
  margin-bottom: 0.5rem;
}

@media (max-width: 1199px) {
  #top-bar .navbar__container {
    align-items: center;
    max-width: 100%;
  }
}

#top-bar .navbar__media-wrapper {
  position: absolute;
  right: 2rem;
  top: 0;
}

#top-bar .navbar__media-wrapper a {
  transition: all 0.3s;
}

@media (max-width: 1199px) {
  #top-bar .navbar__media-wrapper {
    right: 0;
  }
}

#top-bar .navbar__toggler-btn {
  width: 5rem;
  height: 4rem;
  padding: 0;
  margin-top: 1.5rem;
  outline: none;
}

@media (max-width: 1199px) {
  #top-bar .navbar__toggler-btn {
    width: 7rem;
    height: 5rem;
    border: none;
  }
}

#top-bar .navbar__toggler-btn .navbar-toggler-icon {
  background: unset;
}

#top-bar .navbar .mob-wrapper_item--link {
  display: none;
}

#top-bar .navbar .fixed-reservation {
  position: absolute;
  bottom: 0;
  left: 50%;
  height: 0;
  padding: 0;
  margin: auto;
  opacity: 0;
  overflow: visible;
  transform: translateX(-50%) translateY(100%);
  transition: height 0.2s ease-out 0.1s, opacity 0.3s linear;
}

#top-bar .navbar .fixed-reservation a {
  position: fixed;
  top: 0;
  right: 0;
  display: flex;
  justify-content: space-evenly;
  width: 28rem;
}

#top-bar .navbar .fixed-reservation img {
  width: 3rem;
  height: auto;
}

@media (max-width: 1199px) {
  #top-bar .navbar {
    padding: 0;
  }
  #top-bar .navbar .navbar__container {
    margin-bottom: 0;
  }
  #top-bar .navbar .mob-wrapper {
    justify-content: space-evenly;
    width: 100%;
  }
  #top-bar .navbar .mob-wrapper_item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 25%;
    padding: 1.5rem 0;
    text-transform: uppercase;
    color: #fff;
  }
  #top-bar .navbar .mob-wrapper_item--link {
    background-color: #333;
    transition: background-color 0.3s;
  }
  #top-bar .navbar .mob-wrapper_item--link > * {
    padding: 0.5rem 0;
  }
  #top-bar .navbar .mob-wrapper_item--link:hover {
    text-decoration: none;
    background-color: #222;
  }
  #top-bar .navbar .mob-wrapper_item--menu {
    background-color: #339006;
  }
  #top-bar .navbar .mob-wrapper img {
    width: 4rem;
  }
  #top-bar .navbar .navbar-brand {
    display: none;
  }
}

#top-bar.scrolled {
  box-shadow: 0 5px 15px rgba(200, 200, 200, 0.5);
}

#top-bar.scrolled .navbar-brand img {
  width: 12rem;
  height: auto;
  margin-top: -4.5rem;
  padding: 0;
}

@media (min-width: 1200px) {
  #top-bar.scrolled .navbar__container {
    margin-bottom: 0;
    padding-top: 1.5rem;
  }
}

#top-bar.scrolled .navbar__media-wrapper a {
  width: 2.4rem;
  height: 2.4rem;
}

#top-bar.scrolled .media-links__nr {
  padding-bottom: 0;
}

@media (min-width: 1200px) {
  #top-bar.scrolled .fixed-reservation {
    opacity: 1;
    transition: height 0.3s ease-out, opacity 0.4s linear 0.1s;
  }
}

#banner.banner--small {
  background-attachment: fixed !important;
  background-size: cover !important;
}

#home-page #banner .banner-video {
  background-image: url("../images/banner-bg.jpg");
}

#houses-page #banner {
  background: url("../images/domki-top.jpg") no-repeat center;
}

#gallery-page #banner {
  background: url("../images/galeria-top.jpg") no-repeat center;
}

#place-plan-page #banner {
  background: url("../images/plan-osrodka-top.jpg") no-repeat center;
}

#attractions-page #banner {
  background: url("../images/atrakcje-top.jpg") no-repeat center;
}

#price-list-page #banner {
  background: url("../images/cennik-top.jpg") no-repeat center;
}

#informations-page #banner {
  background: url("../images/informacje-top.jpg") no-repeat center;
}

#contact-page #banner {
  background: url("../images/kontakt-top.jpg") no-repeat center;
}

#banner {
  position: relative;
  display: flex;
  width: 100%;
  height: calc(100vh - 11.5rem);
  background-size: cover;
  overflow: hidden;
}

@media (max-width: 575px) {
  #banner {
    height: calc(100vh - 15rem);
  }
}

#banner.banner--small {
  height: 40vh;
}

#banner .banner-video {
  position: absolute;
  top: 0;
  left: 0;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  margin-left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}

#banner .main-container {
  display: flex;
  flex-direction: column;
}

#banner .inner-wrapper {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  padding-bottom: 15rem;
}

#banner .headers-wrapper {
  margin-top: 5rem;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  color: #fff;
}

#banner .headers-wrapper__main {
  font-weight: bold;
  font-size: 6rem;
  margin-bottom: 2rem;
}

@media (max-width: 757px) {
  #banner .headers-wrapper__main {
    font-size: 5rem;
  }
}

#banner .headers-wrapper__sub {
  font-weight: bold;
  margin-bottom: 2.5rem;
  font-size: 2.4rem;
}

@media (max-width: 757px) {
  #banner .headers-wrapper__sub {
    font-size: 2rem;
  }
}

@media (max-width: 1199px) {
  #banner .registration {
    display: none;
  }
}

#map {
  position: relative;
}

#map .find-way {
  position: absolute;
  left: 50%;
  bottom: 5rem;
  transform: translateX(-50%);
  height: 5rem;
  display: flex;
}

#map input {
  width: 32rem;
  padding: 1rem;
  font-size: 1.8rem;
  border: 0;
  outline: none;
}

#map button {
  width: 5rem;
  background: #339006 url("../images/right-arrow.svg") no-repeat center;
  border: none;
  background-size: 50%;
  outline: none;
  transition: all 0.3s;
}

#map button:hover {
  background-color: #2a7805;
}

#footer {
  padding-top: 4rem;
  padding-bottom: 4rem;
  color: #d8d8d8;
  background-color: #494949;
}

#footer .footer-header {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

#footer .location-link {
  display: flex;
}

#footer .location-link img, #footer .location-link h5, #footer .location-link p {
  color: #fff;
  text-decoration: none !important;
  transition: color 0.3s;
}

#footer .location-link img:hover, #footer .location-link h5:hover, #footer .location-link p:hover {
  text-decoration: none !important;
  color: #d9d9d9;
}

#footer .location-link__pointer {
  height: 30px;
  width: auto;
  margin-right: 10px;
}

#footer .localization {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

#footer .localization span {
  text-transform: uppercase;
  white-space: nowrap;
}

#footer .top-row {
  margin-bottom: 3rem;
}

@media (max-width: 575px) {
  #footer .top-row {
    margin-bottom: 0;
  }
}

#footer .top-row .info-wrapper {
  margin: 1.5rem 0;
}

#footer .bottom-row {
  display: flex;
  padding-left: 3rem;
}

@media (max-width: 575px) {
  #footer .bottom-row {
    flex-direction: column;
  }
  #footer .bottom-row .privacy-policy-item {
    margin-top: 1.5rem;
    order: 2;
  }
  #footer .bottom-row__media {
    margin-top: 2rem;
  }
}

#footer .bottom-row div {
  display: flex;
  align-items: center;
  margin-right: 3rem;
}

#footer .bottom-row img {
  width: 3rem;
  height: 3rem;
  margin-right: 0.8rem;
  filter: invert(0.9);
}

/*~~ PARTIALS ~~*/
@media (max-width: 1199px) {
  .main-nav {
    position: absolute;
    left: 0;
    top: 100%;
    justify-content: center;
    width: 100vw;
    padding-top: 2rem;
    background-color: rgba(0, 0, 0, 0.7);
    text-align: center;
  }
}

@media (min-width: 1200px) {
  .main-nav .mob-item {
    display: none;
  }
}

.main-nav .navbar-nav {
  display: inline-flex;
  margin-left: auto;
  text-align: center;
}

.main-nav .nav-item .nav-link {
  font-size: 1.8rem;
  text-transform: uppercase;
  color: #1d1d1d;
  padding: 1.2rem;
  padding-left: 2rem;
}

@media (max-width: 1199px) {
  .main-nav .nav-item .nav-link {
    padding: 1rem 0;
    color: #fff;
    transition: color 0.3s;
  }
  .main-nav .nav-item .nav-link:hover {
    color: #cccccc;
  }
}

@media (max-width: 991px) {
  .main-nav .nav-item .nav-link {
    font-size: 2rem;
  }
}

.main-nav .nav-item .nav-link.active {
  color: #339006 !important;
}

.main-nav .reservation {
  display: none;
  margin: 3rem 0;
  margin-top: 1.5rem;
}

@media (max-width: 1199px) {
  .main-nav .reservation {
    display: block;
  }
}

.main-nav .reservation img {
  width: 3rem;
  height: auto;
  margin-right: 2rem;
}

.main-nav .nav-item.active .nav-link {
  color: #339006;
}

.main-nav .media-item {
  display: flex;
  justify-content: space-evenly;
}

@media (min-width: 1200px) {
  .main-nav .media-item {
    display: none;
  }
}

.main-nav .media-item .media-links__link {
  margin: 1rem 0;
}

.media-links {
  display: flex;
}

@media (max-width: 1199px) {
  .media-links {
    display: none;
  }
}

.media-links__link {
  display: block;
  width: 3.5rem;
  height: 3.5rem;
  background: no-repeat center;
  transition: opacity 0.3s;
  background-size: contain;
  color: white;
  opacity: 1;
}

@media (max-width: 1199px) {
  .media-links__link {
    width: 5rem;
    height: 5rem;
    filter: invert(100%);
  }
}

.media-links__link:hover {
  opacity: 0.7;
}

.media-links__link--phone {
  background-image: url("../images/telefon.svg");
  color: black;
  background-size: 65%;
  filter: brightness(0) invert(0.5);
}

.media-links__link--facebook {
  margin-left: 2rem;
  background-image: url("../images/facebook.svg");
  filter: brightness(2);
}

.media-links__nr {
  display: flex;
  align-items: flex-end;
  width: unset !important;
  font-size: 1.8rem;
  padding-bottom: 0.5rem;
  color: #888;
  transition: color 0.3s;
}

.media-links__nr:hover {
  text-decoration: none;
  color: #000;
}

.button {
  display: flex;
  justify-content: center;
  width: 21rem;
  align-items: center;
  height: 6rem;
  padding-left: 2rem;
  padding-right: 2rem;
  font-weight: bold;
  text-transform: uppercase;
  border: none;
  transition: all 0.3s;
  border-color: transparent;
  /* białe tło */
  /* zielone tło */
}

.button--white {
  background-color: #fff;
  color: #339006;
}

.button--white:hover {
  text-decoration: none;
  color: #2a7805;
  background-color: #f2f2f2;
}

.button--green {
  background-color: #339006;
  color: #fff;
}

.button--green:hover {
  text-decoration: none;
  color: #f2f2f2;
  background-color: #2a7805;
}

.common-header {
  position: relative;
}

.common-header::before {
  position: absolute;
  left: 0;
  bottom: -0.8rem;
  content: "";
  display: block;
  width: 6rem;
  height: 0.2rem;
  background-color: #000;
}

.common-header__header {
  font-weight: bold;
  font-size: 3.5rem;
  color: #494949;
}

.common-header__first-word {
  color: #339006;
}

#attractions .attractions-list {
  margin-top: 3rem;
  justify-content: center;
}

#attractions .attraction-wapper {
  display: flex;
  padding: 0 !important;
  padding-left: 0 !important;
  padding-right: 0 !important;
  margin-bottom: 0;
}

#attractions .attraction {
  display: flex;
  flex-grow: 1;
  padding: 1rem;
  margin: 1rem;
  background-color: #fff;
}

#attractions .attraction__img-col {
  width: 30%;
  padding-right: 2.5rem;
}

#attractions .attraction__img {
  width: 100%;
  height: 7.5rem;
  object-fit: contain;
}

#attractions .attraction__info-col {
  flex-grow: 1;
}

#attractions .attraction__info-col > * {
  margin-bottom: 2rem;
}

#attractions .attraction__title {
  font-size: 2rem;
  font-weight: bold;
}

#attractions .attraction__location-row {
  display: flex;
  color: #000;
  transition: color 0.3s;
}

#attractions .attraction__location-row:hover {
  text-decoration: none;
  color: #4d4d4d;
}

#attractions .attraction__location-row > * {
  margin-right: 1.5rem;
}

#attractions .attraction__pointer-wrapper {
  width: 2rem;
}

#attractions .attraction__pointer {
  width: 100%;
  height: auto;
}

#attractions .attraction__distance {
  display: flex;
  justify-content: space-between;
  font-weight: bold;
}

#attractions .attraction__place {
  display: flex;
  justify-content: space-between;
}

.reference {
  transition: all 0.3s;
}

.reference:hover {
  text-decoration: none;
}

.reference--light {
  color: #d8d8d8;
}

.reference--light:hover {
  color: #fff;
}

.reference--dark {
  color: #000;
}

.reference--dark:hover {
  color: #494949;
}

.reference--grey {
  color: #888;
  font-weight: bold;
}

.reference--grey:hover {
  color: #339006;
}

.additional-info {
  position: fixed;
  bottom: 0;
  width: 100vw;
  z-index: 3;
}

.cookies-wrapper {
  display: flex;
  font-size: 1.4rem;
  line-height: 1.2;
  outline: none;
}

.cookies-wrapper .close {
  padding: 0 2rem;
  font-size: 4rem;
  outline: none;
}

.cookies-wrapper p {
  display: block;
}

.occasion {
  display: none;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  background: url("../images/fala.png") no-repeat;
  background-size: cover;
  background-position: center;
  padding: 0 1rem;
  padding-top: 9rem;
  padding-bottom: 0.5rem;
  z-index: 2;
}

.occasion__wrapper {
  display: flex;
  justify-content: space-evenly;
  align-items: center;
}

.occasion__btns-wrapper {
  display: flex;
}

.occasion__information {
  margin-right: 3rem;
  margin-bottom: 0;
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
}

@media (max-width: 400px) {
  .occasion__information {
    font-size: 1.7rem;
  }
}

.occasion .button {
  width: 12rem;
  height: 4rem;
  margin-right: 3rem;
  border-radius: 2rem;
}

.occasion .close {
  opacity: 1;
}

.occasion .close-icon {
  color: #fff;
  font-size: 4rem;
  outline: none;
}

.cookies {
  color: #555;
  display: none;
  padding: 1rem 0;
  background-color: #e3e3e3;
}

.cookies__info {
  margin-bottom: 0.8rem;
}

.cookies__more-info {
  margin-right: 2rem;
  margin-top: 1rem;
  color: #000;
  transition: color 0.3s;
}

.cookies__more-info:hover {
  text-decoration: none;
  color: #555;
}

.cookies__agreement-btn {
  padding: 0;
  border: none;
  background-color: transparent;
  transition: color 0.3s;
  text-transform: uppercase;
}

.cookies__agreement-btn:hover {
  text-decoration: none;
  color: #555;
}

.additional-info.cookies-visible.occasion-visible ~ #footer {
  padding-bottom: 20rem;
}

@media (max-width: 767px) {
  .additional-info.cookies-visible.occasion-visible ~ #footer {
    padding-bottom: 23rem;
  }
}

@media (max-width: 575px) {
  .additional-info.cookies-visible.occasion-visible ~ #footer {
    padding-bottom: 25rem;
  }
}

@media (max-width: 400px) {
  .additional-info.cookies-visible.occasion-visible ~ #footer {
    padding-bottom: 30rem;
  }
}

.additional-info.cookies-visible ~ #footer {
  padding-bottom: 8rem;
}

@media (max-width: 767px) {
  .additional-info.cookies-visible ~ #footer {
    padding-bottom: 13rem;
  }
}

@media (max-width: 575px) {
  .additional-info.cookies-visible ~ #footer {
    padding-bottom: 15rem;
  }
}

@media (max-width: 400px) {
  .additional-info.cookies-visible ~ #footer {
    padding-bottom: 20rem;
  }
}

.additional-info.occasion-visible ~ #footer {
  padding-bottom: 13rem;
}

@media (max-width: 767px) {
  .additional-info.occasion-visible ~ #footer {
    padding-bottom: 16rem;
  }
}

@media (max-width: 575px) {
  .additional-info.occasion-visible ~ #footer {
    padding-bottom: 18rem;
  }
}

@media (max-width: 400px) {
  .additional-info.occasion-visible ~ #footer {
    padding-bottom: 23rem;
  }
}

.common-list {
  padding-left: 0;
  list-style: none;
}

.common-list__item {
  color: #777;
  display: flex;
  margin-bottom: 0.5rem;
}

.common-list__item::before {
  content: "";
  display: inline-block;
  flex-shrink: 0;
  width: 0.6rem;
  height: 0.6rem;
  margin-right: 1rem;
  margin-top: 1rem;
  background-color: #339006;
  border-radius: 50%;
}

.common-list .no-dott {
  padding-left: 15px;
}

input[type=checkbox].css-checkbox {
  position: absolute;
  z-index: -1000;
  left: -1000px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0;
}

input[type=checkbox].css-checkbox + label.css-label {
  padding-left: 4rem;
  height: 30px;
  display: inline-block;
  font-size: 2.2rem;
  background-repeat: no-repeat;
  background-position: 0 0;
  font-size: 2.2rem;
  vertical-align: middle;
  cursor: pointer;
}

input[type=checkbox].css-checkbox:checked + label.css-label {
  background-position: 0 -30px;
}

label.css-label {
  background-image: url(../images/check.png);
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.slick-prev, .slick-next {
  width: 5rem;
  height: 5rem;
  z-index: 10;
}

.slick-prev:before, .slick-next:before {
  font-size: 5rem;
}

.slick-lightbox-close {
  width: 5rem;
  height: 5rem;
}

.slick-lightbox-close:before {
  font-size: 5rem;
}

/*~~ PAGES ~~*/
/* home */
#about {
  background: url("../images/about-bg.jpg") no-repeat center;
  background-size: cover;
}

@media (max-width: 575px) {
  #about {
    background-image: none;
    background-color: #fff;
  }
}

#about .about-row {
  padding: 8rem 0;
}

#about .about-art {
  padding: 2.5rem;
  background-color: #f0f0f0;
}

#about .about-art > * {
  margin-bottom: 2.2rem;
}

#about .about-art__para {
  font-size: 1.6rem;
  color: #777;
}

#about .about-art__para--bigger-text {
  font-size: 1.8rem;
  font-weight: bold;
  color: #494949;
}

#about .single {
  padding: 0.2rem;
}

#about .single:not(.vertical) img {
  min-height: 123px;
  max-height: 123px;
  object-fit: cover;
}

#about .single.vertical img {
  min-height: 250px;
  max-height: 250px;
  object-fit: cover;
}

#about .slick-slider {
  margin-bottom: 0;
}

@media (max-width: 991px) {
  #about .about-gallery {
    padding: 0;
  }
}

#about .about-gallery .slick-list, #about .about-gallery .slick-track, #about .about-gallery .slick-slide {
  width: 100% !important;
}

#about .about-gallery .slick-track {
  display: flex;
  height: 100%;
}

#about .about-gallery .slick-track .slick-slide {
  display: flex;
  flex-direction: column;
  padding: 0;
}

#about .about-gallery .slick-track .slick-slide img {
  padding: 0.3rem;
}

#about .about-gallery .slick-slide {
  padding: 0;
}

#about .about-gallery .slick-slide img {
  padding: 0.3rem;
  object-fit: cover;
}

#about .about-gallery .vertical {
  flex-grow: 1;
  display: flex;
}

#about .about-gallery .vertical a {
  display: block;
  width: 100%;
}

#about .about-gallery .vertical img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#about .about-gallery .right-col {
  display: flex;
  flex-direction: column;
}

#attractions {
  padding-top: 3rem;
  background: url("../images/about-bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 6rem;
}

#attractions .button {
  width: 28rem;
  margin: auto;
  margin-top: 2.5rem;
}

#our-location .header-container {
  padding: 3rem 0;
}

@media (max-width: 575px) {
  #our-location .header-container {
    padding-left: 2rem;
  }
}

#our-location .map-container {
  position: relative;
  overflow: hidden;
}

#our-location .map-container img {
  width: 100vw;
  height: auto;
}

@media (max-width: 900px) {
  #our-location .map-container img {
    width: 140vw;
    margin-left: -100%;
    transform: translateX(55%);
  }
}

@media (max-width: 650px) {
  #our-location .map-container img {
    width: 180vw;
    margin-left: -100%;
    transform: translateX(35%);
  }
}

@media (max-width: 450px) {
  #our-location .map-container img {
    width: 250vw;
    margin-left: -100%;
    transform: translateX(5%);
  }
}

#our-location .map-container .place {
  position: absolute;
  text-align: center;
  transform: translateX(-50%) translateY(-50%);
}

#our-location .map-container .place div {
  width: 4rem;
  height: 4rem;
  margin: auto;
}

#our-location .map-container .place p {
  position: absolute;
  margin-top: 3.2rem;
  font-size: 1.4rem;
  line-height: 1.2;
  font-weight: bold;
  width: 20rem;
  transform: translateX(-45%);
}

#our-location .map-container .place span {
  font-weight: normal;
}

#our-location .map-container .place .white-pointer {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 5rem;
  background-color: rgba(255, 255, 255, 0.7);
  border-radius: 50%;
}

#our-location .map-container .place .white-pointer .green-dot {
  width: 1rem;
  height: 1rem;
  background-color: #339006;
  border-radius: 50%;
}

@media (max-width: 1199px) {
  #our-location .map-container .place .white-pointer .green-dot {
    width: 0.8rem;
    height: 0.8rem;
  }
}

#our-location .cod {
  left: 50vw;
  top: 5.5vw;
  background: url("../images/polowy-zielone.png") center;
  background-size: contain;
}

#our-location .cod .white-pointer, #our-location .cod .green-dot {
  background-color: transparent !important;
}

#our-location .darlowko {
  left: 57.5vw;
  top: 7.7vw;
}

#our-location .darlowo {
  left: 67vw;
  top: 11.5vw;
}

#our-location .beach {
  left: 47vw;
  top: 14vw;
  background: url("../images/plaza-zielony.png") center;
  background-size: contain;
}

#our-location .beach .white-pointer, #our-location .beach .green-dot {
  background-color: transparent !important;
}

#our-location #zielona.zielona-trawa {
  left: 52vw;
  top: 19.5vw;
}

#our-location #zielona.zielona-trawa .white-pointer {
  position: relative;
  width: 7rem;
  height: 7rem;
}

#our-location #zielona.zielona-trawa .white-pointer:before {
  content: "";
  position: absolute;
  display: block;
  background-color: transparent;
  border-radius: 50%;
  animation-name: pulse;
  animation-duration: 2s;
  animation-iteration-count: infinite;
}

#our-location #zielona.zielona-trawa .white-pointer p {
  right: -21rem;
  top: 0;
  font-size: 1.6rem;
  text-align: left;
  text-transform: uppercase;
  transform: translateY(-50%);
}

#our-location #zielona.zielona-trawa .white-pointer p span {
  font-weight: bold;
  color: #339006;
}

#our-location #zielona.zielona-trawa .green-dot {
  width: 1.5rem;
  height: 1.5rem;
}

@media (max-width: 1199px) {
  #our-location #zielona.zielona-trawa .green-dot {
    width: 1.2rem;
    height: 1.2rem;
  }
}

#our-location .ranch {
  left: 59vw;
  top: 24.5vw;
  background: url("../images/kon-zielony.png") center;
  background-size: contain;
}

#our-location .ranch .white-pointer, #our-location .ranch .green-dot {
  background-color: transparent !important;
}

#our-location .dabki {
  left: 47vw;
  top: 26.5vw;
}

#our-location .bukowo {
  left: 43vw;
  top: 34.5vw;
  background: url("../images/jezioro-zielone.png") center;
  background-size: contain;
}

#our-location .bukowo .white-pointer, #our-location .bukowo .green-dot {
  background-color: transparent !important;
}

@media (max-width: 1200px) {
  #our-location .beach {
    left: 46vw;
    top: 14vw;
  }
}

@media (max-width: 899px) {
  #our-location .cod {
    left: 48vw;
    top: 7.5vw;
  }
  #our-location .darlowko {
    left: 60vw;
    top: 10.5vw;
  }
  #our-location .darlowo {
    left: 71vw;
    top: 15.5vw;
  }
  #our-location .beach {
    left: 43vw;
    top: 20.5vw;
  }
  #our-location #zielona.zielona-trawa {
    left: 52vw;
    top: 25.5vw;
  }
  #our-location .ranch {
    left: 61vw;
    top: 31.5vw;
  }
  #our-location .dabki {
    left: 45vw;
    top: 34.5vw;
  }
  #our-location .bukowo {
    left: 41vw;
    top: 45.5vw;
  }
}

@media (max-width: 649px) {
  #our-location .cod {
    left: 55vw;
    top: 11vw;
  }
  #our-location .darlowko {
    left: 69vw;
    top: 14vw;
  }
  #our-location .darlowo {
    left: 83vw;
    top: 21vw;
  }
  #our-location .beach {
    left: 50vw;
    top: 27vw;
  }
  #our-location #zielona.zielona-trawa {
    left: 60vw;
    top: 34vw;
  }
  #our-location .ranch {
    left: 70vw;
    top: 42vw;
  }
  #our-location .dabki {
    left: 50vw;
    top: 44vw;
  }
  #our-location .bukowo {
    left: 46vw;
    top: 60vw;
  }
}

@media (max-width: 449px) {
  #our-location .cod {
    left: 42vw;
    top: 14vw;
  }
  #our-location .darlowko {
    left: 60vw;
    top: 19vw;
  }
  #our-location .darlowo {
    left: 78vw;
    top: 31vw;
  }
  #our-location .beach {
    left: 32vw;
    top: 37vw;
  }
  #our-location #zielona.zielona-trawa {
    left: 45vw;
    top: 49vw;
  }
  #our-location .ranch {
    left: 62vw;
    top: 59vw;
  }
  #our-location .dabki {
    left: 34vw;
    top: 62vw;
  }
  #our-location .bukowo {
    left: 28vw;
    top: 84vw;
  }
}

@media (max-width: 400px) {
  #our-location .cod {
    left: 41vw;
    top: 14vw;
  }
  #our-location .darlowko {
    left: 58vw;
    top: 19vw;
  }
  #our-location .darlowo {
    left: 78vw;
    top: 31vw;
  }
  #our-location .beach {
    left: 32vw;
    top: 37vw;
  }
  #our-location #zielona.zielona-trawa {
    left: 45vw;
    top: 49vw;
  }
  #our-location .ranch {
    left: 60vw;
    top: 59vw;
  }
  #our-location .dabki {
    left: 32vw;
    top: 62vw;
  }
  #our-location .bukowo {
    left: 28vw;
    top: 84vw;
  }
}

@keyframes pulse {
  0% {
    width: 7rem;
    height: 7rem;
    border: 2px solid white;
  }
  100% {
    width: 12rem;
    height: 12rem;
    border: 2px solid rgba(255, 255, 255, 0);
  }
}

/* attractions */
#events {
  margin-bottom: 5rem;
}

#events .events-banner {
  display: flex;
  align-items: center;
  height: 30rem;
  margin-bottom: 5rem;
  background: url("../images/atrakcje-top.jpg") no-repeat center;
  background-size: cover;
}

#events .events-banner__title {
  font-size: 6rem;
  font-weight: bold;
  text-align: center;
  color: #fff;
}

#events .events-wrapper__title {
  margin-bottom: 4rem;
  color: #777;
}

#events .events-list .monthly-plan {
  margin-bottom: 3.5rem;
}

#events .events-list .month {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

#events .events-list .events {
  padding-left: 2rem;
}

#events .events-list .event {
  margin-top: 1rem;
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
  color: #339006;
}

#events .events-list .event span {
  font-size: 1.6rem;
  font-weight: normal;
  text-transform: none;
  color: #777;
}

#events .info {
  color: #777;
}

#events .info a {
  color: #777;
  transition: color 0.3s;
}

#events .info a:hover {
  text-decoration: none;
  color: #000;
}

#attractions {
  padding-top: 4rem;
  background: url("../images/about-bg.jpg") no-repeat center;
  background-size: cover;
  padding-bottom: 6rem;
}

#attractions .attractions-filter {
  display: flex;
  justify-content: center;
}

#attractions .attractions-filter .button {
  padding: 0;
  margin: 0;
  outline: none;
}

#attractions .attractions-filter .button--active {
  background-color: #339006;
  color: #fff;
}

#attractions .attractions-filter .button--active:hover {
  text-decoration: none;
  color: #f2f2f2;
  background-color: #2a7805;
}

#attractions .attractions-filter .button:nth-of-type(2) {
  margin: 0 0.6rem;
}

/* price-list */
#rooms-table {
  background: url("../images/about-bg.jpg") no-repeat center;
  background-size: cover;
}

#rooms-table .table-wrapper {
  width: 100%;
  padding: 3rem;
  margin: 5rem 0;
  background-color: #fff;
}

@media (max-width: 575px) {
  #rooms-table .table-wrapper {
    padding: 0;
  }
}

#rooms-table .table {
  display: flex;
  font-size: 1.5rem;
  background-color: #fff;
  margin-bottom: 5rem;
}

#rooms-table .table__column {
  display: flex;
  flex-direction: column;
  width: 100%;
}

@media (max-width: 991px) {
  #rooms-table .table__column:nth-child(even) .table__cell {
    background-color: #eee;
  }
}

@media (min-width: 1200px) {
  #rooms-table .table__column--wider {
    width: 120%;
  }
}

#rooms-table .table__title {
  color: #fff;
  flex-grow: 2;
  background-color: #494949;
}

#rooms-table .table .button {
  width: calc(100% - 1rem);
  font-size: 1.2rem;
  padding: 0;
  height: 3rem;
}

#rooms-table .table__cell {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 8rem;
  margin: 0.1rem;
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}

#rooms-table .table__cell:nth-child(odd) {
  background-color: #eee;
}

@media (max-width: 991px) {
  #rooms-table .table__cell:nth-child(odd) {
    background-color: unset;
  }
}

#rooms-table .table__cell--dark.table__title {
  background-color: #494949 !important;
}

#rooms-table .table__cell span {
  line-height: 1rem;
}

#rooms-table .table__cell a {
  text-transform: none;
  color: #339006;
  transition: color 0.3s;
}

#rooms-table .table__cell a:hover {
  color: #225f04;
  text-decoration: none;
}

#rooms-table .table__column:first-of-type .table__cell {
  justify-content: center;
}

#rooms-table .table .first-col a {
  font-size: 1.4rem;
}

@media (min-width: 1199px) {
  #rooms-table .table .first-col {
    padding-left: 1.5rem;
  }
}

@media (min-width: 991px) {
  #rooms-table .table .first-col {
    align-items: flex-start;
    padding-left: 0.5rem;
  }
}

#rooms-table .info {
  display: flex;
}

@media (max-width: 575px) {
  #rooms-table .info {
    padding: 2.5rem;
  }
}

#rooms-table .info .left-col {
  width: 100%;
  padding-right: 1.5rem;
}

#rooms-table .info .left-col p {
  margin-bottom: 1rem;
}

#rooms-table .info .right-col {
  padding-left: 1.5rem;
}

#rooms-table .info .right-col p {
  margin-bottom: 1rem;
}

#rooms-table .info .right-col a {
  color: #555;
  transition: color 0.3s;
}

#rooms-table .info .right-col a:hover {
  color: #000;
  text-decoration: none;
}

#rooms-table .info .table__cell p {
  margin-bottom: 2rem;
}

@media (max-width: 991px) {
  #rooms-table .table {
    flex-direction: column;
  }
  #rooms-table .table__column {
    flex-direction: row;
  }
  #rooms-table .table__cell {
    width: 100%;
  }
}

@media (max-width: 757px) {
  #rooms-table .info {
    flex-direction: column;
  }
  #rooms-table .info div.left-col {
    padding-right: 0;
  }
  #rooms-table .info div.right-col {
    padding-left: 0;
  }
}

@media (max-width: 575px) {
  #rooms-table .table__cell--dark {
    width: 125%;
  }
}

#price-list-page #attractions {
  background-image: none;
}

/* informations */
#faq {
  background: url("../images/about-bg.jpg") no-repeat center;
  background-size: cover;
  padding-top: 1rem;
  padding-bottom: 5rem;
}

#faq .common-header-wrapper {
  margin: 2rem 0;
}

#faq .questions {
  margin-top: 3rem;
  background-color: #fff;
}

#faq .collapse-wrapper {
  display: flex;
  margin-bottom: 2rem;
}

#faq .collapse-wrapper .question-wrapper {
  font-size: 1.4rem;
}

#faq .collapse-wrapper .question {
  margin-bottom: 2rem;
  font-size: 1.6rem;
}

#faq .collapse-wrapper .fake-margin {
  display: block;
  height: 1rem;
}

#faq .toggle-sign {
  flex-shrink: 0;
  margin-right: 1.5rem;
  cursor: pointer;
}

#faq .question {
  font-weight: bold;
  font-size: 1.6rem !important;
  color: #494949;
  transition: color 0.3s;
}

#faq .question:hover {
  text-decoration: none;
  color: #333333;
}

#faq .toggle-sign {
  width: 2.5rem;
  height: 2.5rem;
  background-color: #d8d8d8;
  border-radius: 50%;
}

#faq .toggle-sign .plus-sign {
  height: 100%;
  background: url("../images/plus-sign.svg") no-repeat center;
  background-size: 35%;
}

#faq .toggle-sign .minus-sign {
  height: 100%;
  background: url("../images/minus-sign.svg") no-repeat center;
  background-size: 35%;
  display: none;
}

#regulations {
  margin-top: 3rem;
  margin-bottom: 5rem;
}

#regulations .rules {
  margin-top: 3.5rem;
  color: #777;
}

#regulations .rules ol {
  padding-left: 0;
  list-style-type: none;
}

#regulations .rules ol > li, #regulations .rules ol .hidden-rules > li {
  display: flex;
  counter-increment: some-counter;
}

#regulations .rules ol > li:before, #regulations .rules ol .hidden-rules > li:before {
  min-width: 2.5rem;
  content: counter(some-counter, decimal) ".";
}

#regulations .rules ol .resignation {
  flex-wrap: wrap;
}

#regulations .rules ol .resignation ul {
  width: 100%;
  list-style-type: disc;
}

#regulations .rules .hidden-rules {
  display: none;
}

#regulations .rules-toggler {
  margin-top: 2rem;
  outline: none;
}

#regulations .rules-toggler .hide {
  display: none;
}

/* contact */
#contact-data {
  padding-top: 3rem;
  padding-bottom: 5rem;
  background: url("../images/about-bg.jpg") no-repeat center;
  background-size: cover;
}

#contact-data .section-wrapper {
  padding: 3rem;
  background-color: #fff;
}

#contact-data .common-header {
  margin-bottom: 5rem;
}

#contact-data .minor-header {
  margin-bottom: 2rem;
}

#contact-data .left-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 4rem;
}

#contact-data .left-col .address {
  margin-bottom: 2rem;
  font-weight: bold;
}

#contact-data .left-col .email {
  margin: 2rem 0;
}

#contact-data .form {
  display: flex;
  flex-direction: column;
}

#contact-data .form > * {
  margin-bottom: 1rem;
  padding: 1rem;
  outline: 0;
}

#contact-data .form__item {
  background-color: #eee;
  border: none;
  padding: 1rem 2rem;
}

#contact-data .form .agreement-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-left: -1rem;
}

#contact-data .form .agreement-wrapper label:hover {
  cursor: pointer;
}

#contact-data .form .agreement-wrapper .checkbox-wrapper {
  display: flex;
  margin-bottom: 1rem;
}

#contact-data .form .agreement-wrapper .checkbox-wrapper a {
  margin-left: 1rem;
  font-size: 1.8rem;
  color: #777;
}

#contact-data .form .agreement-wrapper .checkbox-wrapper a:hover {
  text-decoration: none;
  color: #5e5e5e;
}

#contact-data .form .agreement-wrapper .collapse {
  font-size: 1.6rem;
}

#contact-data .form .agreement-wrapper label {
  margin-bottom: 0;
  color: #777;
}

/* houses */
#house-types {
  padding-top: 5rem;
  padding-bottom: 8rem;
  background: url("../images/about-bg.jpg") no-repeat center;
  background-size: cover;
}

#house-types .family {
  display: block;
  font-size: 18px;
  margin-top: 2px;
}

#house-types .btn-wrapper .button--green:hover {
  background-color: #339006 !important;
  cursor: default;
}

#house-types .btns-wrapper {
  justify-content: space-between;
}

#house-types .btns-wrapper .btn-wrapper {
  background-color: unset;
  width: 32%;
}

@media (max-width: 767px) {
  #house-types .btns-wrapper .btn-wrapper .standard-label {
    display: none;
  }
}

#house-types .btns-wrapper .button {
  width: 100%;
  padding: 0.5rem;
  font-size: 1.8rem;
  text-align: center;
  outline: none;
  max-width: 100%;
}

#house-types .btns-wrapper .button:nth-of-type(1) {
  margin-left: 0;
}

#house-types .btns-wrapper .button:nth-of-type(3) {
  margin-right: 0;
}

#house-types .btns-wrapper .separator {
  height: 1.5rem;
}

@media (max-width: 575px) {
  #house-types .btns-wrapper .separator {
    display: none;
  }
}

#house-types .btns-wrapper .separator.color {
  background-color: #fff;
}

#house-types .plan-container {
  display: flex;
  flex-direction: column;
}

#house-types .data-wrapper {
  background-color: #fff;
}

@media (max-width: 575px) {
  #house-types .data-wrapper {
    margin-top: 1.5rem;
  }
}

#house-types .data-wrapper .houses-data {
  width: calc(100% / 3);
  padding: 2rem;
}

@media (max-width: 757px) {
  #house-types .data-wrapper .houses-data {
    width: 100%;
  }
}

#house-types .data-wrapper .houses-data .common-list {
  margin-bottom: 3rem;
}

#house-types .data-wrapper .houses-data__price .button {
  display: flex;
  align-items: flex-end;
  width: 26rem;
  letter-spacing: 0.1rem;
  padding-bottom: 1.4rem;
}

#house-types .data-wrapper .houses-data__price .button span {
  font-size: 2.7rem;
  line-height: 3rem;
}

#house-types .data-wrapper .houses-data__wrapper {
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
  color: #777;
}

@media (max-width: 991px) {
  #house-types .data-wrapper .houses-data__wrapper {
    flex-direction: column;
  }
  #house-types .data-wrapper .houses-data__wrapper p {
    margin-bottom: 1rem;
  }
}

#house-types .data-wrapper .houses-data__wrapper span {
  color: #000;
}

#house-types .data-wrapper .houses-data__dimensions {
  padding-left: 3rem;
  background: url("../images/wymiar.png") no-repeat left;
  background-size: contain;
}

@media (max-width: 1200px) {
  #house-types .data-wrapper .houses-data__dimensions {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  #house-types .data-wrapper .houses-data__dimensions {
    font-size: 1.6rem;
  }
}

#house-types .data-wrapper .houses-data__number-of-people {
  padding-left: 3rem;
  background: url("../images/osoba.png") no-repeat left;
  background-size: contain;
}

@media (max-width: 1200px) {
  #house-types .data-wrapper .houses-data__number-of-people {
    font-size: 1.4rem;
  }
}

@media (max-width: 991px) {
  #house-types .data-wrapper .houses-data__number-of-people {
    font-size: 1.6rem;
  }
}

#house-types .data-wrapper .houses-data__image {
  flex-grow: 1;
  display: flex;
  justify-content: center;
}

#house-types .data-wrapper .houses-data__image img {
  width: 100%;
  max-height: 320px;
  object-fit: contain;
}

#house-types .data-wrapper .common-header {
  margin-bottom: 3rem;
}

#house-types .data-wrapper .common-header__header {
  text-transform: uppercase;
}

#house-types .data-wrapper .common-header__first-word {
  display: block;
  font-size: 2rem;
  font-weight: normal;
}

#house-types .data-wrapper.item-2, #house-types .data-wrapper.item-3 {
  display: flex;
}

#house-types .slick-track {
  display: flex;
  flex-wrap: wrap;
  width: 100% !important;
}

#house-types .slick-track .slick-slide.single:first-of-type {
  width: 100% !important;
  height: auto;
}

#house-types .slick-track .single:nth-of-type(1n + 1) {
  width: calc(100% / 3) !important;
  padding: 0.2rem;
}

#house-types .slick-track .single:first-of-type {
  width: 100% !important;
  padding: 0.2rem;
}

#house-types .slick-track .single:first-of-type img {
  max-height: 210px;
  object-fit: cover;
}

#house-types .slick-track .slick-slide.single:nth-of-type(8) {
  width: 100% !important;
  height: auto;
}

#house-types .slick-track .slick-slide.single:nth-of-type(8) img {
  max-height: 210px;
  object-fit: cover;
}

.slick-lightbox-slick-img {
  object-fit: contain;
}

/* gallery */
#gallery-page #gallery .container {
  margin: 80px auto;
}

#gallery-page #gallery .container .col-shuffle {
  position: relative;
  float: left;
  min-height: 1px;
  width: 33%;
  padding-left: 4px;
  padding-right: 4px;
  margin-top: 8px;
}

#gallery-page #gallery .container .col-span-2 {
  width: 66.4%;
}

#gallery-page #gallery .container .my-sizer-element {
  width: 8.33333%;
}

#gallery-page #gallery .container .my-shuffle {
  position: relative;
  overflow: hidden;
}

#gallery-page #gallery .container .aspect {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 100%;
  overflow: hidden;
}

#gallery-page #gallery .container .aspect__inner {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}

#gallery-page #gallery .container .aspect--16x9 {
  padding-bottom: 56.25%;
}

#gallery-page #gallery .container .aspect--9x80 {
  padding-bottom: calc(112.5% + 8px);
}

#gallery-page #gallery .container .aspect--9x120 {
  padding-bottom: calc(168.75% + 15px);
}

#gallery-page #gallery .container .aspect--32x9 {
  padding-bottom: calc(28.125% - 3px);
}

#gallery-page #gallery .container img {
  display: block;
  width: 100%;
  max-width: none;
  height: 100%;
  object-fit: cover;
}

#gallery-page #gallery .container *,
#gallery-page #gallery .container ::before,
#gallery-page #gallery .container ::after {
  box-sizing: border-box;
}

#gallery-page #gallery .container figure {
  margin: 0;
  padding: 0;
}

#gallery-page #gallery .slick-slider {
  margin-bottom: 0;
  padding: 4rem 0;
}

#gallery-page #gallery .slick-list {
  width: 100% !important;
}

#gallery-page #gallery .slick-track {
  display: flex;
  width: 100% !important;
  height: 100%;
  margin-right: 0;
  margin-left: 0;
}

#gallery-page #gallery .slick-track > .col,
#gallery-page #gallery .slick-track > [class*="col-"] {
  padding-right: 0;
  padding-left: 0;
}

@media (max-width: 768px) {
  #gallery-page #gallery .container .col-shuffle {
    width: 50%;
  }
}

@media (max-width: 420px) {
  #gallery-page #gallery .container .col-shuffle {
    width: 100%;
    padding: 0 16px;
    margin-top: 16px;
  }
}

/* place-plan */
#place-view {
  position: relative;
}

#place-view .number-wrapper {
  position: absolute;
  display: flex;
  justify-content: center;
  align-items: center;
  text-transform: uppercase;
}

#place-view .number {
  position: absolute;
  width: 2.5rem;
  height: 2.5rem;
  text-align: center;
  background-color: #fff;
  border-radius: 1.2rem;
  transform: translateX(-50%) translateY(-50%);
  transition: all 0.3s;
}

@media (max-width: 575px) {
  #place-view .number {
    width: 2rem;
    height: 2rem;
    font-size: 1.4rem;
  }
}

#place-view .number:hover.hov {
  color: #000;
  background-color: #ccc;
  cursor: pointer;
}

#place-view .number:hover.hov + .cloud {
  height: 76px;
}

@media (max-width: 991px) {
  #place-view .number:hover.hov + .cloud {
    height: 67px;
  }
}

@media (max-width: 575px) {
  #place-view .number:hover.hov + .cloud {
    height: 56px;
  }
}

#place-view .cloud {
  position: absolute;
  color: #fff;
  border-radius: 1rem;
  overflow: hidden;
  display: block;
  height: 0;
  width: 28rem;
  z-index: 1;
  transition: height 0.5s 0.3s;
}

#place-view .cloud__wrapper {
  padding: 0.8rem 0;
}

@media (max-width: 991px) {
  #place-view .cloud {
    width: 246px;
  }
}

@media (max-width: 575px) {
  #place-view .cloud {
    width: 224px;
  }
}

#place-view .cloud:hover {
  height: 76px;
}

@media (max-width: 991px) {
  #place-view .cloud:hover {
    height: 67px;
  }
}

@media (max-width: 575px) {
  #place-view .cloud:hover {
    height: 61px;
  }
}

#place-view .cloud__header {
  padding: 1rem;
  margin-bottom: 0;
  font-size: 1.3rem;
  text-transform: uppercase;
  background-color: #339006;
}

#place-view .cloud__wrapper {
  display: flex;
  justify-content: space-around;
  align-items: center;
  width: 28rem;
  color: #777;
  background-color: #fff;
}

@media (max-width: 575px) {
  #place-view .cloud__wrapper {
    padding: 0.8rem 0;
  }
}

#place-view .cloud__wrapper .box {
  display: flex;
  align-items: center;
  font-size: 1.3rem;
}

#place-view .cloud__wrapper .box > * {
  margin: 0 0.5rem;
}

#place-view .cloud__wrapper span {
  color: #494949;
}

#place-view .cloud__figure {
  width: 1.5rem;
  object-fit: contain;
}

#place-view .number--1 {
  left: 53vw;
  top: 20vw;
}

#place-view .cloud--1 {
  left: 55vw;
  top: 19vw;
}

#place-view .number--2 {
  left: 48vw;
  top: 18vw;
}

#place-view .cloud--2 {
  left: 50vw;
  top: 17vw;
}

#place-view .number--3 {
  left: 56vw;
  top: 12vw;
}

#place-view .cloud--3 {
  right: 45vw;
  top: 11vw;
}

#place-view .number--4 {
  left: 61vw;
  top: 13vw;
}

#place-view .cloud--4 {
  right: 40vw;
  top: 12vw;
}

#place-view .number--5 {
  left: 66vw;
  top: 15vw;
}

#place-view .cloud--5 {
  right: 35vw;
  top: 14vw;
}

#place-view .number--6 {
  left: 41vw;
  top: 15vw;
}

#place-view .cloud--6 {
  left: 43vw;
  top: 14vw;
}

#place-view .number--7 {
  left: 31vw;
  top: 13vw;
}

#place-view .cloud--7 {
  left: 33vw;
  top: 12vw;
}

#place-view .number--8 {
  left: 36vw;
  top: 11vw;
}

#place-view .cloud--8 {
  left: 38vw;
  top: 10vw;
}

#place-view .number--9 {
  left: 40vw;
  top: 9vw;
}

#place-view .cloud--9 {
  left: 42vw;
  top: 8vw;
}

#place-view .number--10 {
  left: 45vw;
  top: 8vw;
}

#place-view .cloud--10 {
  left: 47vw;
  top: 7vw;
}

#place-view .number--11 {
  left: 26vw;
  top: 14vw;
}

#place-view .cloud--11 {
  left: 28vw;
  top: 13vw;
}

#place-view .number--12 {
  left: 21vw;
  top: 16vw;
}

#place-view .cloud--12 {
  left: 23vw;
  top: 15vw;
}

#place-view .number--13 {
  left: 14vw;
  top: 18vw;
}

#place-view .cloud--13 {
  left: 16vw;
  top: 17vw;
}

#place-view .number--14 {
  left: 7vw;
  top: 20vw;
}

#place-view .cloud--14 {
  left: 9vw;
  top: 19vw;
}

#place-view .number--15 {
  left: 71vw;
  top: 16vw;
}

#place-view .cloud--15 {
  right: 30vw;
  top: 15vw;
}

#place-view .number--16 {
  left: 77vw;
  top: 18vw;
}

#place-view .cloud--16 {
  right: 24vw;
  top: 17vw;
}

#place-view .number--17 {
  left: 84vw;
  top: 20vw;
}

#place-view .cloud--17 {
  right: 17vw;
  top: 19vw;
}

#place-view .number--18 {
  left: 90vw;
  top: 22vw;
}

#place-view .cloud--18 {
  right: 11vw;
  top: 21vw;
}

#place-view .number--parking {
  left: 19vw;
  top: 27vw;
  width: 9rem;
}

#place-view .cloud--parking {
  left: 23vw;
  top: 26vw;
}

#place-view .number--plac1 {
  left: 49vw;
  top: 11vw;
  width: 12rem;
}

#place-view .cloud--plac1 {
  left: 54vw;
  top: 10vw;
}

#place-view .number--recepcja {
  left: 61vw;
  top: 22vw;
  width: 10rem;
}

#place-view .cloud--recepcja {
  right: 43vw;
  top: 21vw;
}

#place-view .number--bawialnia {
  left: 89vw;
  top: 32vw;
  width: 12rem;
}

#place-view .cloud--bawialnia {
  right: 14vw;
  top: 31vw;
}

#place-view .number--plac2 {
  left: 77vw;
  top: 31vw;
  width: 10rem;
}

#place-view .cloud--plac2 {
  right: 27vw;
  top: 30vw;
}

@media (max-width: 991px) {
  #place-view .number--parking, #place-view .number--plac1, #place-view .number--recepcja, #place-view .number--bawialnia, #place-view .number--plac2 {
    display: none;
  }
}

@media (max-width: 575px) {
  #place-view [data-number="parking"], #place-view [data-number="plac-zabaw-1"], #place-view [data-number="recepcja"], #place-view [data-number="bawialnia"], #place-view [data-number="plac-zabaw-2"] {
    display: none !important;
  }
}

#middle-sec {
  padding: 5rem 0;
}

#middle-sec .container:nth-of-type(1) {
  margin-bottom: 3rem;
}

#middle-sec .left-col p:first-of-type {
  font-size: 1.8rem;
}

#middle-sec .right-col {
  font-size: 1.8rem;
}

@media (max-width: 991px) {
  #middle-sec .left-col {
    margin-bottom: 2rem;
  }
}

#middle-sec .common-list__item {
  display: flex;
}

#houses-list {
  padding-top: 1rem;
  padding-bottom: 2rem;
}

#houses-list .header {
  font-weight: bold;
}

#houses-list .first-row {
  padding: 1.5rem 0;
}

#houses-list .second-row {
  padding: 1.5rem 0;
}

@media (max-width: 575px) {
  #houses-list .wrapper {
    margin-bottom: 3.5rem;
  }
}

#houses-list .wrapper > div:first-of-type {
  margin-bottom: 1.2rem;
}

@media (max-width: 575px) {
  #houses-list .wrapper > div:first-of-type {
    margin-bottom: 1rem;
  }
}

#houses-list .standard {
  font-size: 1.8rem;
  font-weight: bold;
  text-transform: uppercase;
}

#houses-list .description {
  line-height: 1;
}

#houses-list .description__show {
  height: 4rem;
  color: #339006;
  transition: color 0.3s;
  font-size: 1.4rem;
  font-weight: bold;
}

#houses-list .description__show:hover {
  color: #276e05;
  text-decoration: none;
}

#houses-list .second-col {
  margin-top: 1rem;
}

@media (max-width: 575px) {
  #houses-list .second-col > div {
    margin-bottom: 3rem;
  }
}

#houses-list .second-col .header {
  margin-bottom: 1rem;
}

#houses-list .second-col .first-row {
  padding: 0 1.5rem;
}

#houses-list .second-col .second-row {
  padding: 0 1.5rem;
}

/* privacy policy */
.privacy-policy {
  padding: 8rem 0;
}

.privacy-policy__header {
  margin-bottom: 2.5rem;
}

.privacy-policy__main-list {
  padding-left: 1.8rem;
}

.privacy-policy__main-list-item {
  margin-bottom: 1.2rem;
}

.privacy-policy__sub-list {
  padding-left: 1.8rem;
}

.privacy-policy__sub-list-item {
  list-style-type: disc;
}

.privacy-policy__link {
  font-weight: bold;
  color: #888;
  transition: color 0.3s;
}

.privacy-policy__link:hover {
  text-decoration: none;
  color: #339006;
}

/*# sourceMappingURL=main.css.map */