/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  animation: load 0.3s linear;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background-color: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: 700;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: 700;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
.clearfix::after {
  clear: both;
}
.clearfix::before,
.clearfix::after {
  content: "";
  display: table;
}
* {
  padding: 0px;
  margin: 0px;
  box-sizing: border-box;
}
a {
  text-decoration: none;
  transition: background 0.3s, color 0.3s;
}
body {
  background: #ffffff;
  font-family: "Lora", serif;
  font-size: 16px;
}
@media only screen and (max-width: 760px) {
  body {
    padding-bottom: 60px;
  }
}
header {
  width: 100%;
  position: relative;
  height: 360px;
  margin-bottom: 400px;
}
header .mask-top-header {
  width: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1;
  height: 348px;
  background: url(../img/skos01g.png) center top no-repeat;
}
header .header-inside {
  width: 100%;
  max-width: 1496px;
  height: 300px;
  margin: auto;
  padding: 0px 20px;
  position: relative;
  z-index: 100;
}
header .header-inside .facebook {
  display: block;
  width: 56px;
  height: 61px;
  background: url(../img/facebook.png) no-repeat;
  position: absolute;
  top: 0px;
  right: 15px;
}
header .header-inside .logo {
  display: block;
  width: 385px;
  height: 347px;
  background: url(../img/logo.png) no-repeat;
  position: absolute;
  top: 0px;
  left: 20px;
}
header .header-inside .menu {
  position: absolute;
  top: 49px;
  right: 110px;
  z-index: 2;
  font-size: 17px;
}
header .header-inside .menu .arrowmobile {
  display: none;
  position: absolute;
  top: 3px;
  right: 10px;
  font-size: 24px;
}
header .header-inside .menu .level0 li {
  float: left;
  list-style: none;
  position: relative;
  margin-right: 40px;
  height: 30px;
}
header .header-inside .menu .level0 li.has-submenu {
  padding-right: 0;
}

header .header-inside .menu .level0 li.has-submenu {
  padding-right: 0;
}

header .header-inside .menu .level0 li a {
  color: #795d61;
  display: flex;
  align-items: center;
  gap: 4px;
  width: 100%;
}
header .header-inside .menu .level0 li a span {
  margin-left: 10px;
}
header .header-inside .menu .level0 li .arrow-icon {
  font-size: 20px;
  color: inherit;
  transition: color 0.3s;
}
header .header-inside .menu .level0 li .level1 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 30px;
  left: 0;
  width: 100%;
  min-width: 278px;
  background: url(../img/ul_bg.jpg) no-repeat #e5dddd;
  padding-top: 21px;
  transition: 0.3s linear;
}
header .header-inside .menu .level0 li:hover > .level1 {
  visibility: visible;
  opacity: 1;
}
header .header-inside .menu .level0 li .level1 li {
  width: 100%;
  text-align: center;
  height: auto;
  padding: 0;
  margin-right: 0;
  transition: background 0.3s;
}
header .header-inside .menu .level0 li .level1 li.has-submenu {
  padding-right: 20px;
}
header .header-inside .level2 {
  position: absolute;
  visibility: hidden;
  transition: 0.3s linear;
  opacity: 0;
  top: 0;
  left: 100%;
  width: 100%;
  min-width: 278px;
  background: #e5dddd;
}
header .header-inside .menu .level0 li .level1 li:hover > .level2 {
  visibility: visible;
  opacity: 1;
}
header .header-inside .menu .level0 li .level1 li .arrow-icon {
  right: 10px;
}
header .header-inside .menu .level0 li a:hover {
  color: #590c0c;
}
header .header-inside .menu .level0 li .active .tick {
  display: block;
  width: 13px;
  height: 27px;
  background: url(../img/selected.png) no-repeat;
  position: absolute;
  top: -49px;
  left: 50%;
  margin-left: -6px;
}
header .header-inside .menu .level0 li .level1 {
  position: absolute;
  visibility: hidden;
  opacity: 0;
  top: 30px;
  left: 0px;
  width: 278px;
  margin-left: -110px;
  background: url(../img/ul_bg.jpg) no-repeat #e5dddd;
  padding-top: 21px;
  transition: 0.3s linear;
}
header .header-inside .menu .level0 li:hover > .level1 {
  visibility: visible;
  opacity: 1;
}
header .header-inside .menu .level0 li .level1 li {
  width: 278px;
  text-align: center;
  height: auto;
  padding: 0px 12px;
  margin-right: 0px;
  transition: background 0.3s;
}
header .header-inside .menu .level0 li .level1 li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  border-bottom: 1px solid #d3c5c5;
  padding: 10px 15px;
}
header .header-inside .menu .level0 li .level1 li a span {
  font-size: 16px;
  position: relative;
  padding-top: 2px;
}
header .header-inside .menu .level0 li .level1 li a i {
  position: relative;
  top: 2px;
  left: 10px;
}
header .header-inside .level2 {
  position: absolute;
  visibility: hidden;
  transition: 0.3s linear;
  opacity: 0;
  top: 0px;
  left: 278px;
  background: #e5dddd;
}
header .header-inside .menu .level0 li .level1 li:hover > .level2 {
  visibility: visible;
  opacity: 1;
}
header .header-inside .menu .level0 li .level1 li .level2 li {
  height: auto;
}
header .header-inside .menu .level0 li .level1 li:hover {
  background: #d6cccc;
}
@media only screen and (max-width: 1100px) {
  header .header-inside .logo {
    width: 260px;
    height: 140px;
    background: url(../img/logo_mobile.png) no-repeat;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-inside {
    background: #ffffff;
    height: 140px;
  }
  header .header-inside .mask-top-header {
    display: none;
  }
  header .header-inside .menu {
    display: none;
    position: fixed;
    width: 100%;
    height: calc(100%-60px);
    overflow: scroll;
    top: 0px;
    left: 0px;
    background: #ffffff;
    z-index: 180;
    right: auto;
    padding-top: 20px;
    transition: 0.3s ease;
  }
  .menu-mobile-active {
    display: block;
    height: 100%;
  }
  header .header-inside .menu .arrowmobile {
    display: block;
    width: 50%;
    text-align: right;
    position: absolute;
    top: -2px;
    right: 10px;
    font-size: 26px;
    color: #4e373a;
    padding-right: 5px;
  }
  header .header-inside .menu .level0 li {
    float: none;
    list-style: none;
    position: relative;
    margin-right: 0px;
    height: auto;
    width: 100%;
    text-align: left;
    margin-bottom: 17px;
    padding-left: 15px;
    padding-right: 15px;
  }
  header .header-inside .menu .level0 li a {
    color: #795d61;
    display: block;
    width: 100%;
  }
  header .header-inside .menu .level0 li a:hover {
    color: #590c0c;
  }
  header .header-inside .menu .level0 li .active span {
    display: none;
  }
  header .header-inside .menu .level0 li .level1 {
    position: relative;
    display: none;
    top: 5px;
    left: 0px;
    width: 100%;
    margin-left: 0px;
    margin: auto;
    background: #e5dddd;
    padding-top: 0px;
    font-size: 16px;
  }
  header .header-inside .menu .level0 li .level1 li {
    width: 100%;
    text-align: left;
    height: auto;
    padding: 0px 12px;
    margin-right: 0px;
    transition: background 0.3s;
    margin-bottom: 0px;
  }
  header .header-inside .menu .level0 li .level1 li a {
    display: block;
    width: 100%;
    border-bottom: 1px solid #d3c5c5;
    padding: 10px 0px;
    padding-right: 50px;
  }
  header .header-inside .menu .level0 li .level1 li a i {
    position: relative;
    top: 2px;
    left: 10px;
  }
  header .header-inside .menu .level0 li .level1 li a .subarrow {
    display: none;
  }
  header .header-inside .menu .level0 li .level1 li .arrowmobile {
    width: 50px;
    top: 9px;
  }
  header .header-inside .menu .level0 li .level1 li .level2 {
    position: static;
    top: 0px;
    background: #e5dddd;
    display: none;
    left: auto;
  }
  header .header-inside .menu .level0 li .level1 li .level2 li {
    height: auto;
    padding: 0px;
    width: 100%;
  }
  header .header-inside .menu .level0 li .level1 li .level2 li a {
    padding-left: 15px;
    padding-right: 15px;
  }
  header .header-inside .menu .level0 li .level1 li:hover {
    background: #d6cccc;
  }
  header .header-inside .logo {
    left: 50%;
    margin-left: -130px;
  }
}

.banner {
  width: 100%;
  height: 790px;
  background-attachment: fixed;
  /* background-size: cover; */
  background-repeat: no-repeat;
  background-position: center -100px;
  position: absolute;
  top: 40px;
  left: 0px;
  z-index: 0;
}
.photo-slant {
  position: absolute;
  z-index: 3;
  background: url(../img/skos01d.png) center top no-repeat;
  width: 100%;
  height: 415px;
  left: 0px;
  top: 480px;
}
.photo-slant2 {
  position: absolute;
  z-index: 3;
  background: url(../img/skos01g.png) center top no-repeat;
  width: 100%;
  height: 415px;
  left: 0px;
  top: 1075px;
}
.photo-slant3 {
  position: absolute;
  z-index: 3;
  background: url(../img/skos01d.png) center top no-repeat;
  width: 100%;
  height: 415px;
  left: 0px;
  top: 1475px;
}
.photo-slant3 .box-inside {
  width: 100%;
  max-width: 1496px;
  height: 249px;
  margin: auto;
  padding: 0px 20px;
  position: relative;
}
.photo-slant3 .box-inside a {
  display: block;
  position: absolute;
  bottom: 20px;
  left: 65px;
  z-index: 30;
  color: #795d61;
  font-size: 39px;
  line-height: 58px;
}
.photo-slant3 .box-inside a i {
  font-size: 20px;
  position: relative;
  left: 30px;
  transition: left 0.3s;
  transform: translateY(-30%);
}
.photo-slant3 .box-inside a:hover {
  color: #590c0c;
}
.photo-slant3 .box-inside a:hover i {
  left: 35px;
}
.photo-slant4 {
  position: absolute;
  z-index: 3;
  background: url(../img/skos02g.png) center top no-repeat;
  width: 100%;
  height: 355px;
  left: 0px;
  top: 200px;
}
.photo-slant5 {
  position: absolute;
  z-index: 3;
  background: url(../img/skos02d.png) center bottom no-repeat;
  width: 100%;
  height: 350px;
  left: 0px;
  top: -260px;
}
.offerbox {
  width: 100%;
  height: 385px;
  position: relative;
  z-index: 20;
}
.offerbox .offer-inside {
  width: 100%;
  max-width: 1496px;
  height: 490px;
  margin: auto;
  padding: 0px 20px;
  position: relative;
  z-index: 20;
}
.offerbox .offer-inside .offer-item {
  position: absolute;
  width: 418px;
}
.offerbox .offer-inside .offer-item img {
  border: 6px solid #ffffff;
  display: block;
}
.offerbox .offer-inside .offer-item .text-short {
  width: 385px;
  height: 259px;
  margin-left: 18px;
  color: #ffffff;
  padding: 0px 37px;
  padding-top: 28px;
}
.offerbox .offer-inside .offer-item .text-short a {
  color: #ffffff;
}
.offerbox .offer-inside .offer-item .text-short a:hover {
  color: #590c0c;
}
.offerbox .offer-inside .offer-item .text-short .sublink {
  display: flex;
  align-items: center;
  margin: 8px 0px;
}
.offerbox .offer-inside .offer-item .text-short .sublink span {
  font-size: 16px;
  position: relative;
  align-self: flex-start;
  padding-top: 2px;
}
.offerbox .offer-inside .offer-item .text-short h2 {
  margin: 0px;
  font-weight: 400;
  font-size: 26px;
}
.offerbox .offer-inside .offer-item .text-short p {
  margin-top: 15px;
  line-height: 24px;
  height: 101px;
  overflow: hidden;
  margin-bottom: 14px;
}
.offerbox .offer-inside .offer-item .text-short .arrow-link i {
  position: relative;
  transition: all 0.3s;
  left: 0px;
}
.offerbox .offer-inside .offer-item .text-short .arrow-link:hover i {
  left: 5px;
}
.offerbox .offer-inside .offer-item1 {
  left: 20px;
  top: -70px;
}
.offerbox .offer-inside .offer-item1 .text-short {
  background: url(../img/box1.png) top center no-repeat;
}
.offerbox .offer-inside .offer-item2 {
  right: 50%;
  top: -141px;
  margin-right: -209px;
}
.offerbox .offer-inside .offer-item2 .text-short {
  background: url(../img/box2.png) top center no-repeat;
}
.offerbox .offer-inside .offer-item3 {
  right: 20px;
  top: -210px;
}
.offerbox .offer-inside .offer-item3 .text-short {
  background: url(../img/box3.png) top center no-repeat;
}
.contactbox {
  width: 100%;
  height: 385px;
  position: relative;
  z-index: 20;
}
.contactbox .contact-inside {
  width: 100%;
  max-width: 1496px;
  height: 490px;
  margin: auto;
  padding: 0px 20px;
  position: relative;
  z-index: 20;
}
.contactbox .contact-inside .contact-item {
  position: absolute;
  width: 340px;
  text-align: center;
  padding-top: 110px;
}
.contactbox .contact-inside .contact-item h3 {
  margin: 0px;
  font-weight: 400;
  font-size: 26px;
  color: #795d61;
  border-bottom: 1px solid #e8dada;
  padding-bottom: 35px;
  margin-top: 28px;
}
.contactbox .contact-inside .contact-item .text-short {
  color: #795d61;
  padding: 0px;
  padding-top: 33px;
  font-size: 30px;
}
.contactbox .contact-inside .contact-item .text-short a {
  color: #795d61;
}
.contactbox .contact-inside .contact-item .text-short a:hover {
  color: #590c0c;
}
.contactbox .contact-inside .contact-item1 {
  left: 100px;
  top: 20px;
  background: url(../img/icon1.png) center 46px no-repeat;
}
.contactbox .contact-inside .contact-item2 {
  right: 50%;
  top: -39px;
  margin-right: -160px;
  background: url(../img/icon2.png) center 46px no-repeat;
}
.contactbox .contact-inside .contact-item3 {
  right: 100px;
  top: -99px;
  background: url(../img/icon3.png) center 46px no-repeat;
}
.contactbox .contact-page .contact-item1 {
  top: 60px;
}
.contactbox .contact-page .contact-item2 {
  top: 1px;
}
.contactbox .contact-page .contact-item3 {
  top: -59px;
}
.masterbox {
  width: 100%;
  height: 385px;
  position: relative;
  z-index: 20;
}
.masterbox img {
  margin: auto;
  display: block;
  position: relative;
  z-index: 30;
  margin-top: -30px;
  max-width: 100%;
  width: auto;
  padding: 0px 20px;
}
.masterbox .mobilemaster1 {
  display: none;
}
.masterbox .mobilemaster2 {
  display: none;
}
.mobilemaster1 {
  display: none;
  margin: auto;
  max-width: 100%;
  width: auto;
}
.mobilemaster2 {
  display: none;
  margin: auto;
  max-width: 100%;
  width: auto;
}
.undermaps {
  width: 100%;
  height: 15px;
  position: relative;
  z-index: 20;
}
.undermaps .photo-slant5 {
  top: -280px;
}
.ref-box {
  height: 700px;
  background: url(../media/top/foto2.jpg) center no-repeat;
  background-attachment: fixed;
  position: relative;
}
.ref-box .ref-box-inside {
  width: 100%;
  max-width: 1496px;
  height: 690px;
  margin: auto;
  padding: 0px 20px;
  position: relative;
}
.ref-box .ref-box-inside .ref-link {
  display: block;
  width: 424px;
  height: 512px;
  background: url(../img/refbg.png) repeat-y;
  position: absolute;
  top: 140px;
  left: 20px;
  padding-top: 40px;
}
.ref-box .ref-box-inside .ref-link a {
  display: none;
  text-align: center;
  font-size: 30px;
  color: #4e373a;
  line-height: 40px;
}
.maps-home {
  width: 100%;
  max-width: 1946px;
  left: 50%;
  transform: translateX(-50%);
  height: 700px;
  border: 0px;
  position: relative;
  z-index: 1;
  margin-top: -115px;
}
.text-wrapper {
  width: 100%;
  max-width: 1496px;
  padding: 0px 20px;
  position: relative;
  z-index: 30;
  margin: auto;
  margin-bottom: 100px;
}
.text-wrapper .left-col {
  width: 470px;
  float: left;
  min-height: 10px;
  margin-top: -60px;
  margin-left: -40px;
}
.text-wrapper .left-col .colhoto {
  width: 50%;
  float: left;
  padding-left: 40px;
  margin-bottom: 20px;
}
.text-wrapper .left-col .colhoto img {
  display: block;
  width: 100%;
  border: 5px solid #fff;
}
.text-wrapper .left-col .colhoto a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
.text-wrapper .left-col .colhoto a span {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s;
}
.text-wrapper .left-col .colhoto a span i {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 30px;
  color: #ffffff;
  margin-left: -15px;
  margin-top: -15px;
}
.text-wrapper .left-col .colhoto a:hover span {
  opacity: 1;
}
.text-wrapper .left-col .colhotofull {
  width: 100%;
  padding-left: 40px;
}
.text-wrapper .left-col .colhotofull img {
  display: block;
  width: 100%;
  border: 5px solid #fff;
}
.text-wrapper .left-col .morephoto {
  display: flex;
  align-items: center;
  width: calc(100% - 40px);
  margin-left: 40px;
  color: #4e373a;
  font-size: 30px;
  margin-top: 60px;
  position: relative;
}
.text-wrapper .left-col .morephoto i {
  font-size: 20px;
  margin: 3px 0 0 5px;
  transition: left 0.3s;
}
.text-wrapper .left-col .morephoto:hover {
  color: #590c0c;
}
.text-wrapper .left-col .morephoto:hover i {
  left: 25px;
}
.text-wrapper .left-col .menu-offer {
  width: 100%;
  background: url(../img/claws.png) top center #e5dddd no-repeat;
  background-size: 100% 3%;
  padding-top: 25px;
}
.text-wrapper .left-col .menu-offer ul li {
  list-style: none;
  padding: 0px 15px;
  transition: background 0.3s;
}
.text-wrapper .left-col .menu-offer ul li a {
  display: block;
  border-bottom: 1px solid #d3c5c5;
  padding: 15px 20px;
  color: #6a5154;
}
.text-wrapper .left-col .menu-offer ul li a span {
  position: relative;
  top: 2px;
  left: 3px;
  transition: transform 0.3s;
  font-size: 16px;
}
.text-wrapper .left-col .menu-offer ul li .submenu {
  visibility: hidden;
  height: 0;
  transition: 0.3s linear;
}
.text-wrapper .left-col .menu-offer ul li:hover > .submenu {
  visibility: visible;
  height: auto;
  height: calc-size(auto);
}
.text-wrapper .left-col .menu-offer ul li .submenu li {
  padding: 0px;
  width: calc(100% + 30px);
  margin-left: -15px;
  padding: 0px 15px;
  opacity: 0;
  visibility: hidden;
}
.text-wrapper .left-col .menu-offer ul li:hover > .submenu > li {
  opacity: 1;
  visibility: visible;
}
.text-wrapper .left-col .menu-offer ul li .submenu li a {
  border-bottom: 1px solid #cababa;
}
.text-wrapper .left-col .menu-offer ul li .submenu li:hover {
  background: #cabebe;
}
.text-wrapper .left-col .menu-offer ul li:hover {
  background: #d6cccc;
}
.text-wrapper .left-col .menu-offer ul li:hover a {
  color: #590c0c;
  border-bottom: 1px solid #cababa;
}
.text-wrapper .left-col .menu-offer ul li:nth-last-child(1) a {
  border-bottom: 0px;
}
.text-wrapper .left-col .menu-offer ul .active a i {
  transform: rotate(180deg);
}
.text-wrapper .right-col {
  width: calc(100% - 470px);
  float: left;
  color: #4e373a;
  padding-left: 125px;
}
.text-wrapper .right-col h1 {
  font-weight: 400;
  text-align: right;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 45px;
}
.text-wrapper .right-col p {
  margin-bottom: 20px;
  line-height: 26px;
  text-align: justify;
  min-height: 1px;
}
.text-wrapper .right-col a {
  color: #590c0c;
}
.text-wrapper .right-col .button_karta_dan {
  display: block;
  width: 100%;
  max-width: 300px;
  padding: 10px 25px;
  color: #ffffff;
  background: #571d1d;
  text-align: center;
  font-size: 22px;
}
.text-wrapper .right-col .button_karta_dan em {
  margin-left: 5px;
}
.text-wrapper .right-col .button_karta_dan:hover {
  background: #723838;
}
.text-wrapper .right-col ul {
  margin-left: 25px;
  margin-bottom: 20px;
}
.text-wrapper .right-col ul li {
  margin-bottom: 8px;
  line-height: 26px;
}
.text-wrapper .nav-subpage {
  width: 100%;
  padding: 0px 50px;
  margin-top: 40px;
  position: relative;
}
.text-wrapper .nav-subpage .tab {
  float: left;
  width: calc(20% - 30px);
  height: 80px;
  padding-top: 15px;
  cursor: pointer;
  padding-bottom: 15px;
  text-align: center;
  margin: 0px 15px;
  font-size: 18px;
  color: #4e373a;
  line-height: 26px;
  transition: background 0.3s;
}
.text-wrapper .nav-subpage .tab:hover {
  background: #d6cccc;
}
.text-wrapper .nav-subpage .active {
  background: #d6cccc;
}
.text-wrapper .nav-subpage .prev {
  position: absolute;
  top: 0px;
  cursor: pointer;
  transition: background 0.3s;
  left: 0px;
  height: 100%;
  width: 50px;
  height: 80px;
  font-size: 26px;
  line-height: 80px;
  text-align: center;
  color: #4e373a;
}
.text-wrapper .nav-subpage .prev:hover {
  background: #d6cccc;
}
.text-wrapper .nav-subpage .next {
  position: absolute;
  cursor: pointer;
  top: 0px;
  transition: background 0.3s;
  right: 0px;
  height: 100%;
  width: 50px;
  height: 80px;
  font-size: 26px;
  line-height: 80px;
  text-align: center;
  color: #4e373a;
}
.text-wrapper .nav-subpage .next:hover {
  background: #d6cccc;
}
.text-wrapper .content-nav {
  margin-top: 40px;
  color: #4e373a;
  line-height: 26px;
}
.text-wrapper .content-nav .wrapper-text {
  display: none;
}
.text-wrapper .content-nav .start {
  display: block;
}
.text-wrapper .content-nav table {
  width: 100%;
}
.text-wrapper .content-nav table tr:nth-child(1) {
  font-weight: bold;
}
.text-wrapper .content-nav table td {
  padding: 15px;
  border-bottom: 1px solid #b8afb0;
}
.text-wrapper .full-col {
  width: 100%;
  color: #4e373a;
}
.text-wrapper .full-col h1 {
  font-weight: 400;
  text-align: right;
  font-size: 40px;
  margin-top: -10px;
  margin-bottom: 45px;
}
.text-wrapper .photo_wrapper {
  width: 100%;
}
.text-wrapper .photo_wrapper h2 {
  font-size: 24px;
  font-weight: normal;
  border-bottom: 1px solid #b8afb0;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.text-wrapper .photo_wrapper .photo_row {
  width: calc(100% + 25px);
  margin-left: -25px;
  margin-bottom: 50px;
}
.text-wrapper .photo_wrapper .photo_row .photo_item {
  width: 25%;
  float: left;
  margin-bottom: 25px;
  padding-left: 25px;
}

.text-wrapper .photo_wrapper .photo_row .photo_item img {
  width: 100%;
  height: 200px;
  object-fit: cover;
}

.text-wrapper .photo_wrapper .photo_row .photo_item a {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}

.text-wrapper .photo_wrapper .photo_row .photo_item a span {
  display: flex;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.6);
  opacity: 0;
  transition: opacity 0.3s;
  align-items: center;
  justify-content: center;
}

.text-wrapper .photo_wrapper .photo_row .photo_item a span span {
  position: static;
  transform: none;
  font-size: 30px;
  color: #ffffff;
}

.text-wrapper .photo_wrapper .photo_row .photo_item.photo_more {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  min-height: 50px;
  padding: 15px;
  cursor: pointer;
  width: 100%;
  margin-bottom: 25px;
  padding-left: 25px;
  gap: 10px;
  font-size: 20px;
}

.text-wrapper .photo_wrapper .photo_row .photo_item.photo_more .show-more-text {
  display: inline-block;
  margin: 0;
}

.text-wrapper .photo_wrapper .photo_row .photo_item.photo_more .material-symbols-outlined {
  font-size: 24px;
  margin-top: 2px;
}

.text-wrapper .photo_wrapper .photo_row .photo_item a:hover span {
  opacity: 1;
}
.text-wrapper .photo_wrapper .photo_row .photo_more {
  text-align: center;
  cursor: pointer;
}
.text-wrapper .photo_wrapper .photo_row .photo_more i {
  font-size: 18px;
  position: relative;
  top: 0px;
  transition: top 0.3s;
}
.text-wrapper .photo_wrapper .photo_row .photo_more:hover {
  color: #590c0c;
}
.text-wrapper .photo_wrapper .photo_row .photo_more:hover i {
  top: 5px;
}
.text-wrapper .photo_wrapper .photo_row .hidephoto {
  display: none;
}
@media only screen and (max-width: 1080px) {
  .text-wrapper .photo_wrapper .photo_row .photo_item {
    width: 33.3%;
  }
}
@media only screen and (max-width: 770px) {
  .text-wrapper .photo_wrapper .photo_row {
    margin-left: -10px;
    width: calc(100% + 10px);
  }
  .text-wrapper .photo_wrapper .photo_row .photo_item {
    width: 50%;
    margin-bottom: 10px;
    padding-left: 10px;
  }
}
.masterimg {
  display: block;
  margin: auto;
  max-width: 100%;
  margin-top: 60px;
}
.pl40 {
  padding-left: 40px;
}
footer {
  width: 100%;
  max-width: 1496px;
  height: 30px;
  position: relative;
  margin: auto;
  z-index: 40;
  margin-bottom: 20px;
  margin-top: 30px;
}
footer .menu {
  position: absolute;
  top: 0px;
  left: 20px;
}
footer .menu a {
  color: #795d61;
  font-size: 16px;
  margin-right: 40px;
}
footer .menu a:hover {
  color: #590c0c;
}
footer .copyright {
  position: absolute;
  right: 20px;
  bottom: 9px;
  text-align: right;
  color: #795d61;
  font-size: 16px;
}
footer .copyright a {
  display: block;
  width: 300px;
  height: 20px;
  line-height: 20px;
  color: #795d61;
  margin-top: 22px;
}
@media only screen and (max-width: 1000px) {
  .pl40 {
    padding-left: 0px;
    margin-bottom: 20px;
  }
  .text-wrapper .left-col .colhotofull {
    margin: 20px 0;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .colhoto {
    padding: 0 !important;
  }
  .morephoto {
    margin: 0 0 20px 0 !important;
    font-size: 22px !important;
    width: 100%;
  }
  footer .menu {
    display: none;
  }
  footer .copyright {
    right: 50%;
    width: 300px;
    margin-right: -150px;
    text-align: center;
  }
  footer .copyright a {
    width: 300px;
  }
}
.menu-mobile-box {
  display: none;
}
@media only screen and (max-width: 1000px) {
  body {
    padding-top: 60px;
  }
  .menu {
    margin-top: 60px;
  }
  .clearfix.reverse {
    display: flex;
    flex-direction: column-reverse;
  }
  .menu-mobile-box {
    display: block;
    width: 100%;
    height: 60px;
    position: fixed;
    top: 0px;
    left: 0px;
    z-index: 200;
    background: #ffffff;
    border-top: 1px solid #4e373a;
  }
  .menu-mobile-box .menu-link-mobile {
    width: 70px;
    height: 60px;
    padding-top: 13px;
    padding-left: 15px;
  }
  .menu-mobile-box .phone {
    position: absolute;
    z-index: 20;
    top: 9px;
    right: 15px;
    color: #4e373a;
    font-size: 34px;
  }
}
@media only screen and (max-width: 1300px) {
  .contactbox .contact-inside .contact-item h3 {
    font-size: 20px;
  }
  .contactbox .contact-inside .contact-item .text-short {
    font-size: 24px;
  }
  .contactbox .contact-inside .contact-item {
    width: 280px;
  }
  .contactbox .contact-inside .contact-item2 {
    margin-right: -140px;
  }
  .offerbox .offer-inside .offer-item img {
    width: 340px;
    margin: auto;
  }
  .offerbox .offer-inside .offer-item {
    width: 340px;
  }
  .offerbox .offer-inside .offer-item .text-short h2 {
    font-size: 24px;
  }
  .offerbox .offer-inside .offer-item .text-short {
    width: 280px;
    height: 290px;
    margin-left: 33px;
    padding: 0px 27px;
    padding-top: 25px;
  }
  .offerbox .offer-inside .offer-item1 .text-short {
    background: url(../img/zajawka01.png) bottom no-repeat;
  }
  .offerbox .offer-inside .offer-item2 .text-short {
    background: url(../img/zajawka02.png) bottom no-repeat;
  }
  .offerbox .offer-inside .offer-item2 {
    margin-right: -170px;
  }
  .offerbox .offer-inside .offer-item3 .text-short {
    background: url(../img/zajawka03.png) bottom no-repeat;
  }
  .offerbox .offer-inside .offer-item .text-short p {
    height: 145px;
  }
  .offerbox .offer-inside .offer-item1 h2 {
    padding-top: 0px;
    line-height: 32px;
  }
}
@media only screen and (max-width: 1200px) {
  .text-wrapper .right-col {
    padding-left: 50px;
  }
}
@media only screen and (max-width: 1100px) {
  .contactbox .contact-inside .contact-item {
    width: 200px;
  }
  .contactbox .contact-inside .contact-item .text-short {
    font-size: 20px;
    padding-top: 15px;
  }
  .contactbox .contact-inside .contact-item h3 {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .contactbox .contact-inside .contact-item2 {
    margin-right: -100px;
  }
}
@media only screen and (max-width: 1070px) {
  .offerbox .offer-inside .offer-item .text-short {
    margin-left: 0px;
    margin: auto;
  }
  .offerbox .offer-inside .offer-item img {
    width: 290px;
    margin: auto;
  }
  .offerbox .offer-inside .offer-item2 {
    margin-right: -170px;
  }
}
@media only screen and (max-width: 1000px) {
  header .header-inside .menu .level0 li,
  header .header-inside .menu .level0 li.has-submenu {
    padding-right: 40px;
    height: auto;
    margin-right: 0;
    width: 100%;
  }

  header .header-inside .menu .level0 li .arrow-icon {
    display: block;
    /* position: absolute;
    right: 15px;
    top: -5px; */
    transform: none;
    height: 30px;
    width: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  header .header-inside .menu .level0 li .level1,
  header .header-inside .level2 {
    position: static;
    visibility: visible;
    opacity: 1;
    display: none;
    width: 100%;
    margin-left: 0;
    padding-top: 0;
    left: 0;
  }

  header .header-inside .menu .level0 li .level1 li,
  header .header-inside .menu .level0 li .level1 li.has-submenu {
    padding-right: 40px;
    width: 100%;
  }

  header .header-inside .menu .level0 li .level1 li .arrow-icon {
    right: 15px;
    top: 5px;
  }

  .text-wrapper .nav-subpage {
    display: none;
  }
  .text-wrapper .content-nav {
    display: none;
  }
  .text-wrapper .photo_wrapper .photo_row .photo_more {
    font-size: 22px;
  }
  .text-wrapper {
    margin-bottom: 0px;
  }
  .text-wrapper {
    padding-top: 50px;
  }
  .text-wrapper .full-col h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }
  .text-wrapper .right-col h1 {
    font-size: 30px;
    margin-bottom: 25px;
  }

  .text-wrapper .right-col {
    width: 100%;
    padding-left: 0px;
  }
  .mobilemaster0 {
    display: none;
  }
  .mobilemaster1 {
    display: block;
  }
  .masterbox .mobilemaster0 {
    display: none;
  }
  .masterbox .mobilemaster1 {
    display: block;
  }
  .offerbox .offer-inside .offer-item1 {
    top: 0px;
  }
  .offerbox .offer-inside .offer-item2 {
    top: 0px;
  }
  .offerbox .offer-inside .offer-item3 {
    top: 0px;
  }
  .offerbox .offer-inside .offer-item {
    width: 100%;
  }
  .ref-box .ref-box-inside {
    height: auto;
  }
  .offerbox .offer-inside .offer-item {
    position: static;
    margin-bottom: 30px;
  }
  .offerbox .offer-inside {
    height: auto;
  }
  .offerbox {
    height: auto;
    padding-top: 30px;
  }
  .offerbox .offer-inside .offer-item .text-short .sublink {
    display: none;
  }
  .offerbox .offer-inside .offer-item .text-short {
    padding-top: 10px;
  }
  .offerbox .offer-inside .offer-item img {
    width: 100%;
    max-width: 300px;
    display: block;
    margin: auto;
    border: 5px solid #795d61;
  }
  .offerbox .offer-inside .offer-item .text-short h2 {
    font-size: 22px;
    height: 80px;
  }
  .offerbox .offer-inside .offer-item .text-short {
    text-align: center;
    margin-left: 0px;
  }
  .offerbox .offer-inside .offer-item .text-short p {
    display: none;
  }
  .offerbox .offer-inside .offer-item .text-short .arrow-link {
    display: none;
  }
  .offerbox .offer-inside .offer-item .text-short {
    width: auto;
    height: auto;
    background: none !important;
  }
  .offerbox .offer-inside .offer-item .text-short a {
    color: #4e373a;
  }
  .offerbox .offer-inside .offer-item1 {
    width: 50%;
    float: left;
  }
  .offerbox .offer-inside .offer-item2 {
    width: 50%;
    float: left;
  }
  .ref-box {
    height: auto;
  }
  .ref-box .ref-box-inside .ref-link {
    position: static;
    margin: auto;
    height: 200px;
    max-width: 450px;
    width: 100%;
    background: rgba(255, 255, 255, 0.6);
  }
  .ref-box .ref-box-inside .ref-link a {
    display: block;
  }
  header {
    margin-bottom: 0px;
    height: 150px;
  }
  .photo-slant {
    display: none;
  }
  header .mask-top-header {
    display: none;
  }
  body {
    padding-bottom: 70px;
  }
  .photo-slant3 {
    display: none;
  }
  footer .copyright {
    bottom: auto;
    top: 0px;
  }
  footer {
    height: 70px;
  }
  .photo-slant2 {
    display: none;
  }
  .photo-slant4 {
    display: none;
  }
  .maps-home {
    height: 300px;
  }
  .photo-slant5 {
    display: none;
  }
  .masterbox {
    height: auto;
  }
  .masterbox img {
    position: static;
    top: auto;
    margin-top: 20px;
    margin-bottom: 20px;
  }
  .contactbox .contact-inside .contact-item1 {
    top: 0px;
    left: 20px;
  }
  .contactbox .contact-inside .contact-item2 {
    top: 0px;
  }
  .contactbox .contact-inside .contact-item3 {
    top: 0px;
    right: 20px;
  }
  .contactbox .contact-inside {
    height: 271px;
  }
  .banner {
    height: 449px;
  }
}

@media only screen and (max-width: 1000px) {
  .banner {
    display: none;
  }

  .text-wrapper {
    display: flex;
    flex-direction: column;
  }

  .text-wrapper .left-col {
    width: 100%;
    float: none;
    margin-top: 0;
    margin-left: 0;
    order: -1;
  }

  .text-wrapper .right-col {
    width: 100%;
    float: none;
    padding-left: 0;
  }
}
@media only screen and (max-width: 720px) {
  .offerbox .offer-inside .offer-item1 {
    width: 100%;
  }
  .offerbox .offer-inside .offer-item2 {
    width: 100%;
  }
  .offerbox .offer-inside .offer-item3 {
    width: 100%;
  }
  .offerbox .offer-inside .offer-item .text-short h2 {
    font-size: 22px;
    height: auto;
  }
}
@media only screen and (max-width: 640px) {
  .masterbox .mobilemaster1 {
    display: none;
  }
  .masterbox .mobilemaster2 {
    display: block;
  }
  .mobilemaster1 {
    display: none;
  }
  .mobilemaster2 {
    display: block;
  }
  .contactbox {
    height: auto;
  }
  .maps-home {
    margin-top: 0px;
  }
  .contactbox .contact-inside {
    height: auto;
    padding-bottom: 40px;
  }
  .contactbox .contact-inside .contact-item1 {
    width: 50%;
    float: left;
    margin: 0px;
  }
  .contactbox .contact-inside .contact-item2 {
    width: 50%;
    float: right;
    margin: 0px;
  }
  .contactbox .contact-inside .contact-item3 {
    width: 100%;
    float: left;
    margin: 0px;
  }
  .contactbox .contact-inside .contact-item {
    position: static;
  }
}
@media only screen and (max-width: 510px) {
  .text-wrapper .photo_wrapper .photo_row .photo_more span {
    display: none;
  }
  .text-wrapper .photo_wrapper .photo_row .photo_more i {
    font-size: 30px;
  }
  header .header-inside .facebook {
    top: 140px;
  }
  .contactbox .contact-inside .contact-item {
    padding-top: 60px;
    margin-bottom: 20px;
  }
  .contactbox .contact-inside {
    padding-bottom: 20px;
  }
  .contactbox .contact-inside .contact-item1 {
    width: 100%;
    background: url(../img/icon1.png) center 30px no-repeat;
  }
  .contactbox .contact-inside .contact-item2 {
    width: 100%;
    background: url(../img/icon2.png) center 30px no-repeat;
  }
  .contactbox .contact-inside .contact-item3 {
    width: 100%;
    background: url(../img/icon3.png) center 30px no-repeat;
  }
}
/* Icon 1 */
#nav-icon4 {
  width: 40px;
  height: 45px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
  cursor: pointer;
}
#nav-icon4 span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #4e373a;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}
#nav-icon4 span:nth-child(1) {
  top: 0px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(2) {
  top: 14px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4 span:nth-child(3) {
  top: 28px;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#nav-icon4.open span:nth-child(1) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  left: 8px;
}
#nav-icon4.open span:nth-child(2) {
  width: 0%;
  opacity: 0;
}
#nav-icon4.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 26px;
  left: 8px;
}
/*# sourceMappingURL=main.css.map */
@keyframes load {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

/* Dodaję regułę pokazującą tick przy Oferta gdy jest na jednej z podstron oferty */
header .header-inside .menu .level0 li a.active .tick,
body[class*="oferta-"] header .header-inside .menu .level0 li a[href="oferta.html"] .tick,
body[class*="catering"] header .header-inside .menu .level0 li a[href="oferta.html"] .tick,
body[class*="pozostale-uslugi"] header .header-inside .menu .level0 li a[href="oferta.html"] .tick {
  display: block;
  width: 13px;
  height: 27px;
  background: url(../img/selected.png) no-repeat;
  position: absolute;
  top: -49px;
  left: 50%;
  margin-left: -6px;
}

/* Ukryj tick dla linku Oferta, gdy nie jest aktywny */
header .header-inside .menu .level0 li a[href="oferta.html"] .tick {
  display: none;
}

/* Pokaż tick dla linku Oferta, gdy jest aktywny */
header .header-inside .menu .level0 li a[href="oferta.html"].active .tick {
  display: block;
}

@media screen and (max-width: 768px) {
  header .header-inside .menu .level0 li.has-submenu a {
    display: flex;
    align-items: center;
    justify-content: center;
  }


  .menu.menu-mobile-active {
    position: fixed;
    top: 60px;
    left: 0;
    width: 100%;
    background: white;
    z-index: 1000;
    padding: 20px;
    box-shadow: 0 2px 5px rgba(0,0,0,0.2);
    height: calc(100vh - 60px);
    overflow-y: auto;
  }

  /* Hide tick in mobile menu */
  .menu.menu-mobile-active .level0 li a .tick,
  .menu.menu-mobile-active .level0 li a.active .tick {
    display: none !important;
  }

  .menu.menu-mobile-active ul.level0 {
    display: block;
    width: 100%;
  }

  .menu.menu-mobile-active ul.level0 > li {
    display: block;
    width: 100%;
    margin: 0;
    padding: 10px 0;
    border-bottom: 1px solid #eee;
  }

  /* Center align all menu items and their contents */
  .menu.menu-mobile-active .has-submenu > a,
  .menu.menu-mobile-active ul.level1 > li > a,
  .menu.menu-mobile-active ul.level2 > li > a {
    display: flex !important;
    flex-direction: row !important;
    justify-content: space-between !important;
    align-items: center !important;
    width: 100%;
    padding: 8px 0;
    min-height: 44px; /* Ensure consistent height for all menu items */
  }

  /* Style for all arrow icons in mobile menu */
  .menu.menu-mobile-active .arrow-icon {
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    margin-left: 8px !important;
    font-size: 24px !important;
    height: 24px !important;
    width: 24px !important;
    padding: 0 !important;
  }

  .menu.menu-mobile-active ul.level1,
  .menu.menu-mobile-active ul.level2 {
    position: static;
    width: 100%;
    display: none;
    background: #f5f5f5;
    box-shadow: none;
    margin-top: 10px;
    padding: 10px;
    visibility: visible;
    opacity: 1;
  }

  .menu.menu-mobile-active ul.level2 {
    background: #e8e8e8;
    margin-left: 10px;
    width: calc(100% - 10px);
  }

  .menu.menu-mobile-active ul.level1 > li,
  .menu.menu-mobile-active ul.level2 > li {
    padding: 8px 0;
    margin: 0;
    width: 100%;
  }
}
