/* @font-face {
	font-family: 'HobbyofNight';
	src: url(../../assets/fonts/Hobby-of-night.ttf);
}

@font-face {
	font-family: 'Anton';
	src: url(../../assets/fonts/Anton-Regular.ttf);
} */

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  scroll-behavior: smooth;
  font-family: "Montserrat", sans-serif;
  background: #000;
  color: #fff;
}

.currentpage,
.currentpage > a,
.activeparent > a,
.activeparent > div > a {
  color: #8d713d !important;
  /*text-decoration: underline;*/
}

.start {
  position: relative;
  height: 100vh;
  /*height: calc(100vh + 70px);*/
  /*padding-bottom: 70px;*/
  width: 100%;
  background-image: url(../../assets/images/stara-wedzarnia-restauracja.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  color: #fff;
}

.start::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(
    90deg,
    rgba(0, 0, 0, 1) 0%,
    rgba(0, 0, 0, 0.95) 28%,
    rgba(0, 0, 0, 0.9) 40%,
    rgba(0, 0, 0, 0.45) 100%
  );
  /*background: rgba(0,0,0,0.8);*/
}

.divider {
  width: 245px;
  height: 3px;
  background: #8d713d;
  margin: 20px auto;
}

#header {
  position: fixed;
  /*position: absolute;*/
  top: 0;
  left: 0;
  width: 100%;
  z-index: 99;
  color: #fff;
  min-height: 100px;
  transition: all 0.5s ease-in-out;
  /*background: #fff;*/
  text-transform: uppercase;
}

#header .logo {
  /*display: flex;*/
  /*align-items: center;*/
  /*justify-content: center;*/
  padding: 15px;
}

#header .logo img {
  height: auto;
  max-width: 150px;
  width: 100%;
  transition: 0.3s ease-in-out;
}

#menuu h2 {
  text-align: center;
  margin-bottom: 40px;
  font-family: "Anton";
}

#menuu .fb-page {
  display: flex;
  justify-content: center;
}

#menuu iframe {
  max-width: 90vw;
}

#menu {
  width: 100%;
  height: 100%;
}

#menu .aaa {
  padding: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-flow: row;
}

#menu li {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  list-style-type: none;
  position: relative;
  height: 130px;
  transition: 0.3s ease-in-out;
}

#menu li a,
#menu li .menu-span {
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  padding: 7px 20px;
  font-family: "Anton";
  color: #fff;
  letter-spacing: 1px;
}

#menu li a:hover,
#menu li .menu-span:hover {
  color: #8d713d;
}

#menu li a::after,
#menu li .menu-span::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  right: 50%;
  width: 0;
  height: 2px;
  background: #8d713d;
  transition: 0.3s ease-in-out;
}

#menu li a:hover::after,
#menu li .menu-span:hover::after {
  left: 0;
  right: 0;
  width: auto;
}

#menu li a.currentpage::after,
#menu li .menu-span.currentpage::after {
  content: "";
  position: absolute;
  bottom: -5px;
  left: 50%;
  height: 5px;
  background: #8d713d;
  transition: 0.3s ease-in-out;
  border-radius: 100%;
  width: 5px;
  transform: translate(-50%, 0);
}

#menu > ul li:last-of-type a,
#menu2 > ul li:last-of-type a {
  background: #8d713d;
  color: #fff !important;
  padding: 12px 20px;
}

#menu > ul li:last-of-type a::after {
  display: none;
}

#menu > ul li:last-of-type a:hover {
  background: #735c32;
}

#menu li:hover > ul {
  display: block;
}

#menu ul li ul {
  display: none;
  position: absolute;
  padding: 0;
  top: 90px;
  left: 0;
}

#menu ul li ul li {
  background: rgba(0, 0, 0, 0.9);
  width: 200px;
  height: 70px;
}

#menu ul li ul li a {
  color: #fff;
  width: 100%;
  text-align: left;
}

#menu ul li ul li a::after {
  display: none;
}

.lower {
  background: #000;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

.lower #menu li {
  height: 90px;
}

.lower .logo img {
  max-width: 70px !important;
}

.mobile-menu,
.logo2,
.menu-btn {
  display: none;
}

.logo2 {
  z-index: 10;
}

#menu2 {
  overflow: hidden;
  padding: 0;
}

.mobile-menu.klikniety {
  top: 0;
  /*display: block;*/
}

.mobile-menu {
  position: fixed;
  top: -200%;
  left: 0;
  height: 100%;
  width: 320px;
  width: 100%;
  background: rgba(0, 0, 0, 1);
  z-index: 9;
  padding-top: 100px;
  display: block;
  transition: 0.5s;
}

.mobile-menu ul {
  /*width: 320px;*/
  padding: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

.mobile-menu li {
  list-style-type: none;
  /*position: relative;*/
  /*padding: 15px 10px;*/
  position: static;
}

.mobile-menu li .new {
  position: relative;
  padding-right: 72px;
}

.mobile-menu li .new a,
.mobile-menu li .new .menu-span {
  padding: 15px 10px;
  display: block;
}

.mobile-menu li a,
.mobile-menu li .menu-span {
  text-decoration: none;
  color: #fff;
  font-size: 18px;
}

.mobile-menu li a.currentpage,
.mobile-menu li span.activeparent {
  font-weight: 600;
}

.mobile-menu ul li ul {
  /*display: none;*/
  position: absolute;
  left: 100%;
  top: 0;
  z-index: 10;
  background: #000;
}

.menu-toggle {
  display: block;
  position: absolute;
  right: 15px;
  top: 0;
  width: 44px;
  height: 100%;
  line-height: 57px;
  font-size: 30px;
  font-weight: 300;
  text-align: center;
  cursor: pointer;
  z-index: 9;
  color: #fff;
}

.cofnij {
  background: #000;
  color: #fff;
  padding: 15px 10px;
  text-align: center;
  text-transform: uppercase;
  font-weight: bold;
  cursor: pointer;
}

.menu-btn {
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  right: 15px;
  background: #8d713d;
  transition: 1s;
  cursor: pointer;
  z-index: 10;
  transform: translate(0, -50%);
}

.menu-btn span {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 15px;
  height: 15px;
  padding: 3px 0;
  border-top: 3px solid #fff;
  border-radius: 1px;
  color: #fff;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  transition: 0.3s;
}

.menu-btn span::after,
.menu-btn span::before {
  position: absolute;
  left: 0;
  width: 15px;
  height: 3px;
  border-radius: 1px;
  content: "";
  background-color: #fff;
  transition: 0.3s;
}

.menu-btn span::before {
  top: 3px;
}

.menu-btn span::after {
  bottom: 0;
}

.zamknij span {
  border: none;
}

.zamknij span::before {
  transform: rotate(-45deg);
  top: 6px;
}

.zamknij span::after {
  transform: rotate(45deg);
  top: 6px;
}

.start .nazwa {
  position: relative;
}

.nazwa {
  /*font-family: 'Acme', sans-serif;*/
  font-family: "Anton";
  /*font-family: 'HobbyofNight';*/
  /*font-size: 65px;*/
  /*position: absolute;
	top: 50%;
	left: 15px;
	transform: translate(0, -50%);*/
  text-transform: uppercase;
  padding-top: 75px;
  letter-spacing: 1px;
  height: 100vh;
  display: flex;
  justify-content: left;
  align-items: center;
}

.nazwa h1 {
  color: #8d713d;
  font-size: 65px;
}

.nazwa h2 {
  font-size: 40px;
}

.content-bottom {
  width: 100%;
  position: absolute;
  bottom: 20px;
  left: 0;
}

.arrow-down {
  height: 60px;
  width: 60px;
  background: #fff;
  cursor: pointer;
}

.s1 {
  position: relative;
  /*height: 100vh;*/
  /*background: #ebd8f4;*/
  /*background: linear-gradient(155deg, #d8c2e1 0%, #ebd8f4 35%, #ebd8f4 100%);*/
  /*background-image: url(/web/20201230142633im_/http://stara-wedzarnia.eu../../assets/css/images/3.jpg);*/
  /*padding: 100px 0;*/
  padding-top: 100px;
  line-height: 1.5;
  color: #fff;
}

.s1 .photo {
  padding: 0;
}

.s1 .photo img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.s1 .text {
  padding: 90px 100px;
  text-align: center;
  min-height: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.s1 .text h2 {
  font-family: "Anton";
  font-size: 24px;
}

.s2,
.s4,
.s5,
.s6 {
  position: relative;
  /*min-height: 630px;*/
  padding: 100px 0;
  line-height: 1.5;
  color: #fff;
}

.s2 .divider {
  height: 6px;
}

.s2-zdj {
  height: 630px;
}

.s2-zdj::before {
  content: "";
  position: absolute;
  top: -5px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 20%;
  min-width: 300px;
  height: 50%;
  background: #8d713d;
}

.s2-zdj .zdj1 {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 45%;
  height: 60%;
  object-fit: cover;
  z-index: 1;
  box-shadow: 0 0 20px 1px #000;
}

.s2-zdj .zdj2 {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  width: 60%;
  height: 80%;
  object-fit: cover;
}

.szef-poleca {
  text-align: center;
}

.szef-poleca h2 {
  font-size: 50px;
  font-family: "Anton";
}

.szef-poleca .menu-title ul {
  column-count: 1;
}

.menu-title {
  z-index: 2;
  position: relative;
  text-align: left;
}

.menu-title h3,
.s3 .menu-title h2 {
  font-family: "Anton";
  font-size: 22px;
  margin: 20px 0;
}

.menu-title ul {
  padding: 0;
  column-count: 2;
  -moz-column-count: 2;
  -webkit-column-count: 2;
  column-gap: 80px;
  -moz-column-gap: 80px;
  -webkit-column-gap: 80px;
}

.menu-title ul li {
  list-style-type: none;
  position: relative;
  padding-right: 115px;
  margin-bottom: 15px;
  break-inside: avoid;
}

.menu-title ul li strong {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
}

.klik {
  display: block;
  width: 250px;
  /*border: 1px solid #000;*/
  padding: 12px 10px;
  text-align: center;
  margin: 50px auto 10px;
  color: #000;
  text-decoration: none;
  position: relative;
  overflow: hidden;
  transition: 0.3s;
  z-index: 1;
  background: #fff;
  cursor: pointer;
  border: none;
  outline: none;
  appearance: none;
  -webkit-appearance: none;
}

.klik:hover {
  text-decoration: none;
  color: #fff;
}

.klik::after {
  content: "";
  width: 0;
  height: 120%;
  display: block;
  position: absolute;
  top: 0;
  left: -10%;
  z-index: -1;
  -webkit-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  transform: skewX(30deg);
  transition: 0.3s;
  background-color: #8d713d;
}

.klik:hover::after {
  width: 120%;
}

.klik span {
  position: relative;
  z-index: 3;
}

.s3 {
  position: relative;
  /*min-height: 630px;*/
  padding: 100px 0;
  /*padding-top: 100px;*/
  /*line-height: 1.5;*/
  color: #fff;
  background-image: url(../../assets/images/4.jpg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.sala-krysztalowa .s3 {
  background-image: url(../../assets/images/IMG_6739_int.jpg);
}

.s3::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
}

.s3 h3 {
  color: #8d713d;
  /*font-size: 24px;*/
  /*margin-bottom: 40px;*/
}

.s3 .klik {
  margin-left: 0;
}

.s4 {
  padding-top: 250px;
}

.s4 p {
  margin: 20px 0;
}

.s4-text1 {
  padding-top: 150px;
}

.s4-text-div1 {
  background: #262626;
  padding: 50px;
  text-align: center;
}

.s4-text1 h1,
.s4-text2 h1,
.s4-text1 h2,
.s4-text2 h2 {
  font-family: "Anton";
  font-size: 32px;
}

.s4-zdj {
  width: 65%;
  position: absolute;
  left: 0;
  top: 0;
}

.s4-zdj.events {
  left: unset;
  right: 15px;
}

.s4-zdj img,
.s4-zdj2 img {
  width: 100%;
  object-fit: cover;
  object-position: center;
  height: 500px;
}

.s4-text2 {
  padding-bottom: 150px;
}

.s4-text-div2 {
  background: #8d713d;
  padding: 50px;
  text-align: center;
}

.s4-zdj2 {
  width: 65%;
  position: absolute;
  right: 0;
  bottom: 0;
}

.s4-zdj2::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2);
}

.s5 .col-md-4 {
  padding: 2px;
}

.s5 .image {
  height: 280px;
  position: relative;
  width: 100%;
  overflow: hidden;
}

.s5 .image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 0.5s ease-in-out;
}

.s5 .image:hover img {
  transform: scale(1.15);
}

.s6 {
  overflow: hidden;
}

.kontakt {
  position: relative;
}

.kontakt::before {
  content: "";
  position: absolute;
  left: 35%;
  width: 550px;
  height: 300px;
  top: -50px;
  background: #8d713d;
  /*z-index: -1;*/
}

.kontakt .dane-kontaktowe {
  background: #262626;
  padding: 90px 160px 90px 135px;
  line-height: 1.5;
  box-shadow: 0 0 15px 1px #000;
}

.kontakt h2 {
  font-family: "Anton";
  font-size: 32px;
  color: #8d713d;
  margin-bottom: 30px;
}

.adres,
.godziny,
.mail,
.telefon {
  margin: 40px 0;
  position: relative;
}

.adres::before,
.godziny::before,
.mail::before,
.telefon::before {
  content: "";
  position: absolute;
  top: 0;
  right: calc(100% + 10px);
  width: 24px;
  height: 24px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.adres::before {
  background-image: url(../../assets/images/svg/pin.svg);
}

.godziny::before {
  background-image: url(../../assets/images/svg/wall-clock.svg);
}

.mail::before {
  background-image: url(../../assets/images/svg/speech-bubble.svg);
}

.telefon::before {
  background-image: url(../../assets/images/svg/phone.svg);
}

.mail a {
  text-decoration: none;
  color: #fff;
}

.mapa {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(0, -50%);
  width: 60%;
  height: 380px;
  background: #fff;
}

.video-container {
  position: relative;
  padding: 5px;
  /*margin: 10px;*/
}

.video-overlay {
  position: absolute;
  top: 5px;
  left: 5px;
  right: 5px;
  bottom: 5px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-container #play {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 100%;
  position: relative;
  cursor: pointer;
}

.video-container #play:hover {
  background: #8d713d;
}

.video-container #play::after {
  content: "";
  width: 32px;
  height: 32px;
  background: url(../../assets/images/play-button.png);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video-container #video {
  width: 100%;
  height: 300px;
}

footer {
  min-height: 350px;
  /*background: #716387;*/
  color: #fff;
  padding: 70px 0 20px;
  text-align: center;
}

.ikonka {
  width: 22px;
  height: 22px;
  display: inline-block;
  margin: 0 5px;
}

.ikonka img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  filter: brightness(0) invert(1);
}

.copyrights {
  /*font-family: 'Roboto', sans-serif;*/
  /*color: #f2f2f2;*/
  padding: 40px 15px;
}

.copyrights a {
  color: #fff;
  border-bottom: 1px solid #fff;
}

.copyrights a:hover {
  color: #8d713d;
  border-bottom: 1px solid #8d713d;
}

.pozostale-odcinki a {
  color: #fff;
}

.icons {
  padding-bottom: 100px;
}

.offer-item {
  text-align: center;
  color: #fff;
  padding: 50px 0;
}

.icons .col-md-4:nth-child(1),
.icons .col-md-4:nth-child(2),
.icons .col-md-4:nth-child(3) {
  border-bottom: 1px solid #8d713d;
}

.icons .col-md-4:nth-child(2),
.icons .col-md-4:nth-child(5) {
  border-left: 1px solid #8d713d;
  border-right: 1px solid #8d713d;
}

.offer-item img {
  filter: brightness(0) invert(1);
  width: 80px;
  height: 80px;
  object-fit: contain;
  object-position: center;
  margin-bottom: 30px;
}

.choice-room {
  position: relative;
}

.choice-room--header {
  text-align: center;
  font-size: 40px;
  margin-bottom: 30px;
  font-family: "Anton";
}

.choice-room .col-md-10 {
  margin-bottom: 20px;
}

.room {
  position: relative;
  text-align: center;
  background: #262626;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.room__image {
  position: relative;
  padding-top: calc(100% / (16 / 9));
}

.room__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.room__text {
  padding: 40px 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  flex-grow: 1;
}

.room__text a:not(.klik) {
  color: inherit;
}

.room__text p:last-child {
  margin: 0;
}

.menu-btns {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 40px;
}

.menu-btns .klik {
  margin: 0;
}

.catering-box {
  display: flex;
  margin-bottom: 20px;
}

.catering-box .divider {
  height: 2px;
}

.catering-box .klik {
  margin: 40px auto 0;
}

.catering-box .catering-img {
  width: 50%;
  min-height: 280px;
  position: relative;
}

.catering-box .catering-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 0;
}

.catering-box .catering-text {
  width: 50%;
  padding: 50px 25px;
  background: #262626;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.catering-box .catering-text h3 {
  font-size: 42px;
  font-family: "Anton";
}

.catering-box .catering-text h4 {
  font-size: 16px;
}

#new-offer {
  position: absolute;
  right: 0;
  bottom: 40px;
  width: 400px;
  min-width: 300px;
  max-width: 100vw;
  max-height: 100vh;
  display: flex;
  flex-direction: column;
  background: #000;
  color: #fff;
  border-radius: 8px;
  box-shadow: 0 0 15px -3px #eaeaea;
  transition: all 0.6s;
}

#new-offer .close-btn {
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  color: #000;
  font-size: 20px;
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 900;
  border-radius: 8px;
  box-shadow: 0 0 15px #000;
  cursor: pointer;
}

.new-offer-img {
  max-width: 100%;
  width: 100%;
  height: 250px;
  object-fit: cover;
  object-position: center;
  border-radius: 8px;
}

.new-offer-text {
  padding: 30px 20px;
  font-family: "Anton";
  text-align: center;
}

.new-offer-text h3 {
  color: #8d713d;
  font-size: 22px;
}

.new-offer-text p {
  font-size: 16px;
  line-height: 1.7;
}

.new-offer-text .klik {
  margin: 30px auto 0;
}

@media (max-width: 1400px) {
  .lower .logo img {
    max-width: 56px !important;
  }

  #new-offer {
    bottom: 5px;
  }

  .new-offer-img {
    height: 200px;
  }
}

@media (max-width: 1200px) {
  .s1 .text {
    padding: 60px 80px;
    min-height: 0;
  }
}

@media (max-width: 991px) {
  #menu {
    display: none;
  }

  .logo2,
  .menu-btn {
    display: block;
  }

  #header .logo img {
    max-width: 93px;
  }

  #new-offer {
    width: 350px;
  }

  .new-offer-img {
    height: 150px;
  }

  .kontakt .dane-kontaktowe {
    padding: 50px 70px 50px 50px;
  }

  .s4 {
    padding-top: 160px;
  }

  .s4-zdj,
  .s4-zdj2 {
    position: static;
    width: 100%;
  }

  .s4-zdj img {
    height: 300px;
    margin-bottom: -40px;
    object-position: top;
  }

  .s4-zdj2 img {
    height: 300px;
    margin: 50px 0 -40px;
    object-position: top;
  }

  .s4-text1 {
    padding-top: 0;
  }

  .s4-text2 {
    padding-bottom: 0;
  }

  .catering-box {
    flex-direction: column;
  }

  .catering-box .catering-text,
  .catering-box .catering-img {
    width: 100%;
  }
}

@media (max-width: 767px) {
  .start {
    height: auto;
    min-height: 100vh;
    background-image: unset;
  }

  .start .mobile-bg {
    background-image: url(../../assets/images/stara-wedzarnia-restauracja.jpg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
  }

  .start .mobile-bg::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(
      90deg,
      rgba(0, 0, 0, 1) 0%,
      rgba(0, 0, 0, 0.95) 28%,
      rgba(0, 0, 0, 0.9) 40%,
      rgba(0, 0, 0, 0.45) 100%
    );
  }

  #new-offer {
    position: relative;
    box-shadow: unset;
    border-radius: unset;
    width: 100%;
    padding-top: 50px;
  }

  #new-offer .close-btn {
    display: none;
  }

  .new-offer-img {
    border-radius: unset;
    height: 300px;
  }

  .new-offer-text {
    padding: 50px 30px;
  }

  .icons .col-md-4:not(:first-child) {
    border: unset !important;
    border-top: 1px solid #8d713d !important;
  }

  .s1 {
    padding-top: 0;
  }

  .s1 .photo {
    max-height: 340px;
  }

  .s2-zdj {
    height: 430px;
  }

  .s2-zdj .zdj1 {
    height: 45%;
  }

  .s2-zdj .zdj2 {
    height: 65%;
  }

  .menu-title ul {
    column-count: 1;
    -moz-column-count: 1;
    -webkit-column-count: 1;
  }

  .kontakt .dane-kontaktowe {
    padding-left: 80px;
  }

  .kontakt .mapa {
    position: static;
    width: 100%;
    transform: none;
    margin-top: 40px;
  }

  body.menu .szef-poleca {
    padding: 0 !important;
    margin-bottom: 70px;
  }
}

@media (max-width: 605px) {
  #info2 {
    width: 100% !important;
    /*padding: 60px 30px!important;*/
    padding: 25px 30px !important;
  }
}

@media (max-width: 575px) {
  .new-offer-img {
    height: 250px;
  }

  .room__text {
    padding: 15px;
  }

  #menuu iframe {
    max-height: 55vh;
  }

  #menuu .fb_iframe_widget span {
    max-height: 55vh;
  }

  .nazwa h2 {
    font-size: 30px;
  }

  .nazwa h1 {
    font-size: 55px;
  }

  .s1 .text {
    padding: 60px 30px;
  }

  .s1 .photo {
    max-height: 300px;
  }

  .s2-zdj .zdj1 {
    left: 15px;
  }

  .s2-zdj .zdj2 {
    right: 15px;
  }

  .s4-text-div2 {
    padding: 15px;
  }

  .szef-poleca h2 {
    font-size: 40px;
  }

  .s6 {
    padding-top: 140px !important;
  }

  .kontakt::before {
    top: -70px;
  }

  footer {
    padding: 20px 0px;
  }

  .logo-footer {
    max-width: 150px;
  }
}

@media (max-width: 400px) {
  .kontakt .dane-kontaktowe {
    padding: 50px 15px;
    padding-left: 60px;
  }

  .szef-poleca h2 {
    font-size: 32px;
  }
}
