.strona_top {
  position: fixed;
  z-index: 10;
  right: 24px;
  bottom: 24px;
  width: 64px;
  height: 64px;
  background: url(../grafika/strzalka.png) center center no-repeat;
  border: none;
  cursor: pointer;
}
.strona_top:hover {
  opacity: 0.65;
}
.wiersz_tlo  {
  position: relative;
  padding: 104px 0px;
}
.wiersz_tlo > span:first-child {
  visibility: hidden;
  position: absolute;
  top: -144px;
}
.wiersz_tlo > span  {
  display: block;
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
	color: #000000;
  text-align: center;
	text-decoration-color: transparent;
  text-transform: uppercase;
  padding: 0px 0px 104px;
}
.wiersz_1_tlo {
  width: 100vw;
  background: url(../grafika/tlo_hotel.jpg) center top no-repeat;
  background-size: cover;
  background-attachment: fixed;
}
.wiersz_1_tresc {
  width: 100vw;
  max-width: 1232px;
  padding: 0px 32px;
  margin: 0px auto;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-auto-rows: 1fr;
  gap: 88px 44px;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}
.wiersz_1_tresc h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  color: #000000;
  text-align: left;
  text-decoration-color: transparent;
  text-transform: uppercase;
  padding: 0px 0px 24px;
}
.wiersz_1_tresc .o_nas, .wiersz_1_tresc .pokoje, .wiersz_1_tresc .atrakcje {
  background-size: contain !important;
  min-height: 412px;
}
.wiersz_1_tresc .o_nas {
  background: url(../grafika/o_nas.png) center top no-repeat;
}
.wiersz_1_tresc .pokoje {
  background: url(../grafika/pokoje.png) center top no-repeat;
}
.wiersz_1_tresc .atrakcje {
  background: url(../grafika/atrakcje.png) center top no-repeat;
}
.wiersz_1_tresc p {
  padding: 0px;
  margin: 0px;
}
.wiersz_1_tresc .tresc > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.wiersz_1_tresc .tresc > ul > li {
  padding: 0px 0px 0px 16px;
  display: flex;
  align-items: flex-start;
}
.wiersz_1_tresc .tresc > ul > li:before {
  position: absolute;
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  margin: -1px 0px 0px -16px;
  width: 16px;
}
.wiersz_1_tresc .tresc > ul > ul > li {
  padding: 0px 0px 0px 16px;
  display: flex;
  align-items: flex-start;
}
.wiersz_1_tresc .tresc > ul > ul > li:before {
  position: absolute;
  content: "\f105";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  margin: -1px 0px 0px -12px;
  width: 12px;
}
.wiersz_1_tlo > .tresc {
  width: 100%;
  max-width: 1168px;
  margin: 96px auto 0px;
}
.wiersz_1_tlo > .tresc ul {
  list-style: none;
  margin: 10px;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}
.wiersz_1_tlo > .tresc ul li {
  grid-row: span 2;
  background: #fff;
  padding: 36px 24px;
  border-top: 1px solid #fff2cd;
  border-bottom: 1px solid #fff2cd;
}
.wiersz_1_tlo > .tresc ul li:nth-child(2n+1) {
  border-left: 1px solid #fff2cd;
}
.wiersz_1_tlo > .tresc ul li:nth-child(4n+4) {
  border-right: 1px solid #fff2cd;
}
.wiersz_1_tlo > .tresc ul li:nth-child(2n+2) {
  text-align: right;
}
.wiersz_2_tlo {
  width: 100vw;
  max-width: 1168px;
  margin: 0px auto;
  background: url(../grafika/restauracja.png) right top 8px no-repeat;
}
.wiersz_2_tlo .tresc {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
}
.wiersz_2_tlo .tresc > *:first-child {
  font-size: 16px;
  line-height: 20px;
  font-weight: 600;
}
.wiersz_3_tlo {
  width: 100vw;
  padding: 96px 0px;
  background: url(../grafika/tlo_sala.jpg) center top no-repeat;
  background-size: 100% 100%;
  background-attachment: fixed;
}
.wiersz_3_tlo .tresc_tlo {
  width: 100%;
  max-width: 1168px;
  margin: 0px auto;
  display: flex;
  justify-content: flex-end;
}
.wiersz_3_tlo .tresc_tlo article {
  flex: 0 1 640px;
  padding: 96px 24px 88px;
  background: #ffffff;
  border: 8px solid #fff2cd;
}
.wiersz_3_tlo h2 {
  font-family: 'Montserrat', sans-serif;
  font-size: 38px;
  line-height: 42px;
  font-weight: 400;
  color: #000000;
  text-align: center;
  text-decoration-color: transparent;
  text-transform: uppercase;
  padding: 0px 0px 96px;
}
.wiersz_3_tlo article {
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  color: #000000;
  text-align: left;
}
.wiersz_3_tlo article p {
  margin: 0px;
}
.wiersz_3_tlo .tresc > ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.wiersz_3_tlo .tresc > ul > li {
  padding: 0px 0px 0px 16px;
  display: flex;
  align-items: flex-start;
}
.wiersz_3_tlo .tresc > ul > li:before {
  content: "\f101";
  font-family: "Font Awesome 5 Free";
  font-size: 10px;
  margin: -1px 0px 0px -16px;
  width: 16px;
}
.wiersz_3_tlo .tresc:last-child ul {
  list-style: none;
  margin: 72px 0px 0px;
  padding: 0px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: 1fr;
  gap: 0px 0px;
}
.wiersz_3_tlo .tresc:last-child ul li {
  grid-row: span 2;
  background: #fff;
  padding: 36px 24px;
  border-top: 1px solid #fff2cd;
  border-bottom: 1px solid #fff2cd;
}
.wiersz_3_tlo .tresc:last-child ul li:first-child {
  border-left: 1px solid #fff2cd;
}
.wiersz_3_tlo .tresc:last-child ul li:last-child {
  justify-content: flex-end;
  border-right: 1px solid #fff2cd;
}
.wiersz_3_tlo .tresc:last-child ul li:before {
  display: none;
}
.wiersz_4_tlo {
  width: 100vw;
  padding: 104px 16px;
}
.wiersz_4_tlo .fotogaleria_tlo {
  width: 100%;
  max-width: 1168px;
  padding: 0px 0px;
  margin: 0px auto;
  display: flex;
  gap: 0px 48px;
}
.wiersz_4_tlo .fotogaleria_tlo div {
  flex: 0 1 calc(50% - 24px);
  height: 32vw;
  max-height: 536px;
  text-decoration-color: transparent;
  overflow: hidden;
  position: relative;
  display: flex;
}
.wiersz_4_tlo .fotogaleria_tlo div a {
  text-decoration-color: transparent;
  width: 100%;
  height: 100%;
  background-size: 100% 100% !important;
  transition: background-size .5s ease;
}
.wiersz_4_tlo .fotogaleria_tlo div:first-child a {
  background-image: url(../grafika/pokoje.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.wiersz_4_tlo .fotogaleria_tlo div:last-child a {
  background: url(../grafika/restauracja.jpg);
  background-position: center center;
  background-repeat: no-repeat;
}
.wiersz_4_tlo .fotogaleria_tlo div a:hover {
  background-size: 110% 110% !important;
  transition: background-size .5s ease;
}
.wiersz_4_tlo .fotogaleria_tlo span {
  flex: 0 1 90%;
  width: 90%;
  height: 96px;
  margin: 32px auto 0px;
  background: rgba(0,0,0,0.7);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: 'Montserrat', sans-serif;
  font-size: 18px;
  line-height: 22px;
  font-weight: 600;
  color: #fff;
}
.wiersz_5_tlo {
  width: 100vw;
  background: #f9eac8;
}
.wiersz_5_tlo .tresc * {
  font-family: 'Montserrat', sans-serif;
  font-size: 16px;
  line-height: 28px;
  font-weight: 600;
  color: #000000;
  text-align: left;
  text-decoration-color: transparent;
  margin: 0px !important
}
.wiersz_5_tlo .tresc a:hover {
  opacity: 0.65;
}
@media all and (min-width: 320px) and (max-width: 1023px) {
  .strona_top {
    display: none;
  }
  .wiersz_tlo > span, .wiersz_3_tlo h2 {
    font-size: 30px;
  }
  .wiersz_1_tresc {
    grid-template-columns: 1fr;
    grid-template-rows: none;
    grid-auto-rows: auto;
    gap: 44px 0px;
  }
  .wiersz_1_tresc > span {
    height: 60vw;
    max-height: 450px;
  }
  .wiersz_1_tresc > *:nth-child(1) {
    order: 1;
  }
  .wiersz_1_tresc > *:nth-child(2) {
    order: 2;
  }
  .wiersz_1_tresc > *:nth-child(3) {
    order: 4;
  }
  .wiersz_1_tresc > *:nth-child(4) {
    order: 3;
  }
  .wiersz_1_tresc > *:nth-child(5) {
    order: 5;
  }
  .wiersz_1_tresc > *:nth-child(6) {
    order: 6;
  }
  .wiersz_1_tlo > .tresc ul {
    grid-template-columns: 1fr 1fr;
  }
  .wiersz_1_tlo > .tresc ul li:nth-child(2n+2) {
    border-right: 1px solid #fff2cd;
  }
  .wiersz_2_tlo {
    background: none;
    padding: 104px 16px;
  }
}
@media all and (min-width: 320px) and (max-width: 639px) {
  .wiersz_4_tlo .fotogaleria_tlo  {
    flex-wrap: wrap;
    gap: 44px 0px;
    padding: 0px 16px;
  }
  .wiersz_4_tlo .fotogaleria_tlo div {
    flex: 0 1 100%;
    height: 80vw;
  }
}
