:root {
  --defaultColor: #fff;
  --bgColor: #242424;
  --orangeColor: #EF5900;
  --siteHeaderHeight: 100px;
}

html,
body {
  background-color: var(--bgColor);
  font-family: 'cormorant', sans-serif;
  font-size: 16px;
  line-height: 1.2;
  color: var(--defaultColor);
}

h1,
h2,
h3 {
    font-family: "sancreek"
}

h1 {
    font-size: 78px;
    color: var(--orangeColor);
    text-align: left
}

a {
    color: var(--orangeColor);
    text-decoration: none;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in
}

a:hover {
    color: #fff
}

.navbar-toggler {
    padding: 0;
    display: inline-block;
    cursor: pointer;
    -webkit-transition-property: opacity, -webkit-filter;
    transition-property: opacity, -webkit-filter;
    transition-property: opacity, filter;
    transition-property: opacity, filter, -webkit-filter;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
    font: inherit;
    color: inherit;
    text-transform: none;
    background-color: transparent;
    border: 0;
    margin: 0;
    overflow: visible;
    outline: none;
    box-shadow: none;
}
.navbar-toggler:hover, .navbar-toggler:focus {
    opacity: 0.7;
    outline: none;
    box-shadow: none;
}
.navbar-toggler.is-active:hover {
    opacity: .7
}
.navbar-toggler.is-active .navbar-toggler-inner,
.navbar-toggler.is-active .navbar-toggler-inner::before,
.navbar-toggler.is-active .navbar-toggler-inner::after {
    background-color: #fff
}
.navbar-toggler {
  top: 25px;
    width: 40px;
    height: 24px;
    display: inline-block;
    position: relative
}
.navbar-toggler-inner {
    display: block;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
.navbar-toggler-inner,
.navbar-toggler-inner::before,
.navbar-toggler-inner::after {
    width: 40px;
    height: 4px;
    background-color: #fff;
    border-radius: 4px;
    position: absolute;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-transition-duration: 0.15s;
    transition-duration: 0.15s;
    -webkit-transition-timing-function: ease;
    transition-timing-function: ease
}

.navbar-toggler-inner::before,
.navbar-toggler-inner::after {
    content: "";
    display: block
}

.navbar-toggler-inner::before {
    top: -10px
}

.navbar-toggler-inner::after {
    bottom: -10px
}

.navbar-toggler--spring-r .navbar-toggler-inner {
    top: auto;
    bottom: 0;
    -webkit-transition-duration: 0.13s;
    transition-duration: 0.13s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.navbar-toggler--spring-r .navbar-toggler-inner::after {
    top: -20px;
    -webkit-transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear;
    transition: top 0.2s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), opacity 0s linear
}

.navbar-toggler--spring-r .navbar-toggler-inner::before {
    -webkit-transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19);
    transition: top 0.1s 0.2s cubic-bezier(0.33333, 0.66667, 0.66667, 1), transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.13s cubic-bezier(0.55, 0.055, 0.675, 0.19)
}

.navbar-toggler--spring-r.is-active .navbar-toggler-inner {
    -webkit-transform: translate3d(0, -10px, 0) rotate(-45deg);
    transform: translate3d(0, -10px, 0) rotate(-45deg);
    -webkit-transition-delay: 0.22s;
    transition-delay: 0.22s;
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1)
}

.navbar-toggler--spring-r.is-active .navbar-toggler-inner::after {
    top: 0;
    opacity: 0;
    -webkit-transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear;
    transition: top 0.2s cubic-bezier(0.33333, 0, 0.66667, 0.33333), opacity 0s 0.22s linear
}

.navbar-toggler--spring-r.is-active .navbar-toggler-inner::before {
    top: 0;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: top 0.1s 0.15s cubic-bezier(0.33333, 0, 0.66667, 0.33333), transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.13s 0.22s cubic-bezier(0.215, 0.61, 0.355, 1)
}

header {
    width: 100%;
    padding: 0 10%;
    position: fixed;
    z-index: 99;
    left: 0;
    top: 0;
    background-color: transparent;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    border: none;
    height: calc(5rem + 1px)
}

header nav {
    width: 100%;
    height: 100%;
    border: none
}
header .logo-box { position: absolute; top: 0; left: 0; max-width: 100%; transition: all 0.3s ease-in-out; }
header .custom-logo-link img { width: 230px; height: auto; max-width: 100%; }
header #navbarNav {
    justify-content: flex-end
}

header nav .navbar-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: 0;
    width: 50%
}

header nav .menu-item {
    margin: 0 30px;
    /* height: 5rem; */
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center
}

header nav .menu-item:last-child {
    margin-right: 0
}

header nav .menu-item a {
    font-family: "sancreek";
    font-size: 1.125rem;
    color: #fff;
    position: relative;
    -webkit-transition: all 0.3s ease-in;
    transition: all 0.3s ease-in;
    line-height: 1
}

header nav .menu-item a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -2rem;
    width: 100%;
    height: 0px;
    background-color: var(--orangeColor);
    -webkit-transition: height 0.3s ease-in;
    transition: height 0.3s ease-in
}

header nav .menu-item a:hover {
    color: var(--orangeColor)
}

header nav .menu-item a:hover::after {
    height: 5px
}



header.scroll-down {
    background-color: var(--orangeColor)
}

header.scroll-down nav .menu-item a::after {
    background-color: #fff
}

header.scroll-down nav .menu-item a:hover {
    color: #fff
}

header.scroll-down .logo-box {
    transform-origin: 0 0;
    transform: translateX(0) scale(0.5);
    left: 0;
    top: 0
}

.site-wrapper {
    width: 100%;
    overflow: hidden
}

.site-wrapper .section {
    width: 100%;
    padding: 5rem 0 2rem 0;
    position: relative;
    z-index: 1
}
.wp-singular:not(.home) .site-content, .error404 .site-content {
    width: 100%;
    padding: 10rem 0 2rem 0;
    position: relative;
    z-index: 1
}

.aktualnosci h1 { margin-bottom: 0; }
.aktualnosci .blog-posts {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 80px 60px;
  padding-bottom: 75px;
}
.aktualnosci .blog-posts .blog-thumbnail {
    width: 100%;
    aspect-ratio: 4 / 3;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    border-radius: 4px;
}
.aktualnosci .blog-posts .blog-post-card { position: relative; }
.aktualnosci .blog-posts .blog-post-card .blog-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid var(--orangeColor);
  border-radius: 4px;
  transform: rotate(4deg);
  transition: all 0.3s ease-in-out;
}
.aktualnosci .blog-posts .blog-post-card:hover .blog-border {
  transform: rotate(-4deg);
}
.aktualnosci .blog-posts .blog-post-card .blog-link { position: relative; z-index: 1; display: block; }
.aktualnosci .blog-posts .blog-post-card .blog-title {
  position: absolute;
  z-index: 1;
  left: 1em;
  bottom: 1em;
  font-weight: 800;
  font-size: 32px;
  line-height: 35px;
  color: #FFFFFF;
  text-shadow: 1px 2px 1.1px rgba(0, 0, 0, 0.5);
  width: calc(100% - 2em);
}
.aktualnosci .blog-posts .blog-post-card .blog-date {
  position: absolute;
  z-index: 1;
  right: 0;
  top: 0;
  padding: 0px 12px;
  background: rgba(0, 0, 0, 0.5);
  box-shadow: -1px 2px 2.7px rgba(0, 0, 0, 0.25);
  backdrop-filter: blur(1.75px);
  border-radius: 0px 0px 0px 10px;
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  color: #FFFFFF;
}
/* .aktualnosci .blog-posts > :first-child { grid-column: span 3; }
.aktualnosci .blog-posts > :first-child .blog-thumbnail { aspect-ratio: 2 / 1; }
.aktualnosci .blog-posts > :first-child .blog-post-card .blog-title { font-size: 40px; } */
/* .aktualnosci .blog-posts > :first-child .blog-post-card .blog-border { transform: rotate(2deg); } */
/* .aktualnosci .blog-posts > :first-child .blog-post-card:hover .blog-border { transform: rotate(-2deg); } */
.blog-single, .blog-single p {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 24px;
  line-height: 40px;
}
.blog-single .blog-thumbnail {
  width: 100%;
  aspect-ratio: 5 / 3;
  position: relative;
  margin-bottom: 80px;
}
.blog-single .blog-thumbnail .blog-image {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 4px;
}
.blog-single .blog-date {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 40px;
  text-align: right;
  margin-bottom: 0.5em;
}
.blog-single .blog-thumbnail .blog-border {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 4px solid var(--orangeColor);
  border-radius: 4px;
  transform: rotate(2deg);
  transition: all 0.3s ease-in-out;
}
.blog-single .blog-thumbnail:hover .blog-border { transform: rotate(-2deg); }
.blog-single.potrawy .blog-date { display: none; }
.blog-single.potrawy .blog-thumbnail { margin-top: 40px; }
.site-wrapper .section-1>div.telefon {
    position: absolute;
    z-index: 3;
    font-family: "sancreek";
    font-size: 1.625rem;
    color: #fff;
    text-align: center;
    left: 50%;
    width: 40%;
    background-color: var(--orangeColor);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 0.5rem 0
}

.site-wrapper .section-1>div.telefon svg {
    padding: 4px;
    margin-right: 0.5rem;
    margin-left: 1.5rem;
    background-color: #fff;
    border-top-left-radius: 25%;
    border-bottom-right-radius: 25%
}

.site-wrapper .section-1>div.telefon a {
    font-size: 2.5rem;
    color: #fff
}

.site-wrapper .section-1 img {
    width: 100%
}

.site-wrapper .section-1 .online {
    color: var(--orangeColor);
    background-color: #fff;
    margin-left: 3em
}

.site-wrapper .section-1 .online:hover {
    color: #fff;
    background-color: var(--orangeColor)
}

.site-wrapper .section-2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding-left: 10%;
    padding-right: 10%;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    background-position: bottom center
}

.site-wrapper .section-2 .box {
    -ms-flex-preferred-size: 50%;
    flex-basis: 50%;
    padding-top: 1rem
}

.site-wrapper .section-2 .box img {
    max-width: 100%;
    border: 5px solid var(--orangeColor);
    border-top-left-radius: 25%;
    border-bottom-right-radius: 25%;
    text-align: center
}

.site-wrapper .section-2 .box.box-1 {
    padding-right: 2rem
}

.site-wrapper .section-2 .box.box-2 {
    padding-left: 2rem
}

.site-wrapper .section-2 h1 {
    text-transform: uppercase;
    padding: 0;
    padding-bottom: 0.5em
}

.site-wrapper .section-2 p {
    font-size: 1.35rem;
    line-height: 1.75rem
}

.site-wrapper .section-3 {
    background-color: var(--orangeColor);
}
.site-wrapper .section-3 .more { 
  display: inline-flex;
  border:2px solid var(--bgColor);
  background: var(--bgColor);
  color:#fff;
  padding:0.7em 1.5em;font-size:16px;
  font-weight:bold;
  text-align:center;
  border-radius:5px;
  -webkit-transition:all 0.3s ease-in;
  transition:all 0.3s ease-in;
  text-transform: uppercase;
}
.site-wrapper .section-3 .more:hover { color:var(--bgColor); background-color:#fff; }


.site-wrapper .section-4 {
    padding-left: 10%;
    padding-right: 10%
}

.site-wrapper .section-4>* {
    z-index: 1;
    position: relative
}

.site-wrapper .section-4 h1 {
    text-align: center;
    padding: 1em 0
}

.site-wrapper .section-4 h2 {
    padding-top: 20px;
    letter-spacing: 4px;
    font-family: "sancreek";
    text-transform: uppercase;
    font-size: 3rem;
    color: var(--orangeColor);
    text-align: left
}

.site-wrapper .section-4 h2 span {
    display: block;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 400;
    text-align: left;
    font-family: "cormorant";
    text-transform: uppercase
}

.site-wrapper .section-4 h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 700;
    text-align: left;
    font-family: "cormorant";
    text-transform: uppercase
}

.site-wrapper .section-4 .price {
    font-size: 0.8em;
    font-weight: 400;
    font-family: 'Times New Roman', Times, serif;
    padding-left: 15px
}

.site-wrapper .section-4 .extra-info {
    color: var(--orangeColor);
    font-size: 0.8em;
    padding-left: 15px
}

.site-wrapper .section-4 .components {
    font-size: 1.2rem;
    color: #fff;
    font-weight: 400
}

.site-wrapper .section-4 .strong {
    font-weight: 700;
    text-transform: uppercase
}

.site-wrapper .section-4 .strong.white {
    color: #fff
}

.site-wrapper .section-4 .strong.red {
    color: #f00
}

.site-wrapper .section-4 ul {
    width: 100%
}

.site-wrapper .section-4 ul li {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 10px 0
}

.site-wrapper .section-4 table {
    width: 100%
}

.site-wrapper .section-4 table td {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    padding: 1rem;
    text-align: left;
    vertical-align: middle
}

.site-wrapper .section-4 table td:last-child {
    text-align: right
}

.site-wrapper .section-4 table td.danie>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.875rem;
    font-family: "sancreek";
    color: var(--orangeColor)
}

.site-wrapper .section-4 table td.danie>div .dodatki {
    font-family: "cormorant";
    font-size: 1.25rem;
    color: #fff
}

.site-wrapper .section-4 table td .nowosc,
.site-wrapper .section-4 table td .kategoria {
    display: block;
    font-size: 3rem;
    padding-top: 1em;
    padding-bottom: 10px;
    letter-spacing: 4px;
    text-transform: uppercase;
    font-size: 3rem;
    font-family: "sancreek";
    color: var(--orangeColor);
    text-align: left
}

.site-wrapper .section-4 table td.dostepnosc>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: 1.25rem
}

.site-wrapper .section-4 table td.dostepnosc>div .opis {
    color: #fff
}

.site-wrapper .section-4 table td.dostepnosc>div .dzien {
    color: var(--orangeColor)
}

.site-wrapper .section-4 table td.wersja>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.site-wrapper .section-4 table td.wersja>div .nazwa {
    font-size: 2.25rem;
    color: #fff;
    padding-right: 1rem;
    text-align: center;
    text-transform: capitalize
}

.site-wrapper .section-4 table td.wersja>div .nazwa span {
    display: block;
    font-size: 1rem;
    text-transform: lowercase
}

.site-wrapper .section-4 table td .cena {
    font-size: 2.75rem;
    font-family: "sancreek";
    color: #fff;
    display: inline-block;
    padding: 10px 20px;
    border-radius: 25px;
    background-color: var(--orangeColor);
    min-width: 7rem
}

.site-wrapper .section-4 table td .cena em {
    font-size: 1.375rem;
    font-style: normal
}

.site-wrapper .section-4::before {
    content: "";
    position: absolute;
    width: 80%;
    height: 100%;
    margin-right: 10%;
    opacity: 0.08;
    -webkit-filter: grayscale(1);
    filter: grayscale(1);
    z-index: 0;
    background-image: var(--img);
    background-repeat: repeat-y;
    background-position: top center;
    background-size: 100% auto
}

.site-wrapper .section-5 {
    padding: 6rem 10% 2rem 10%;
    min-height: 100vh
}

.site-wrapper .section-5 h1 {
    font-size: 64px;
    text-align: center
}

.site-wrapper .section-5 h1 span {
    color: #fff
}

.site-wrapper .section-5 h1 em {
    font-style: normal;
    white-space: nowrap
}

.site-wrapper .section-5 h2 {
    font-size: 64px;
    text-align: center
}

.site-wrapper .section-5 h2 span {
    color: var(--orangeColor)
}

.site-wrapper .section-5 h2 em {
    font-style: normal;
    white-space: nowrap
}

.site-wrapper .section-5 ul {
    margin-top: 1rem;
    margin-bottom: 1rem
}

.site-wrapper .section-5 ul.type-1 {
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    border: none;
    border-bottom: 5px solid var(--orangeColor)
}

.site-wrapper .section-5 ul.type-1 li {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    margin: 1rem 0
}

.site-wrapper .section-5 ul.type-1 li.strong {
    font-size: 2.5rem;
    font-weight: bold;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%
}

.site-wrapper .section-5 ul.type-1.orange li {
    color: var(--orangeColor)
}

.site-wrapper .section-5 ul.type-2 {
    list-style: disc;
    padding-left: 20px
}

.site-wrapper .section-5 ul.type-2 li {
    margin: 1rem 0;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    font-weight: bold;
    text-align: left
}

.site-wrapper .section-6 {
    text-align: center;
    padding-bottom: 2rem
}

.site-wrapper .section-6 p {
    font-family: "sancreek";
    font-size: 3.5rem;
    color: #fff
}

.site-wrapper .section-6 a {
    font-family: "sancreek";
    font-size: 5.375rem;
    color: var(--orangeColor);
    line-height: 1.5
}

.site-wrapper .section-6 a svg {
    padding: 4px;
    margin-right: 0.5rem;
    margin-left: 1.5rem;
    background-color: var(--orangeColor);
    border-top-left-radius: 25%;
    border-bottom-right-radius: 25%
}

.site-wrapper .section-6 .adres {
    font-size: 1.75rem;
    color: #fff;
    font-family: "cormorant";
    font-weight: bold
}

.site-wrapper .section-6 .godziny-otwarcia {
    margin: 1rem auto;
    font-size: 1.25rem;
    color: #fff;
    font-family: "cormorant";
    line-height: 1.4em
}

.site-wrapper .section-6 .mapinfo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-wrapper .section-6 .mapinfo .info {
    padding-left: 2rem;
    font-family: "cormorant"
}

.site-wrapper .section-6 .mapinfo .info>div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.site-wrapper .section-6 .mapinfo .info>div span {
    display: inline-block;
    font-size: 1.5rem;
    font-weight: bold;
    color: #242424;
    padding: 10px 20px;
    margin-right: 1rem;
    background: var(--orangeColor);
    text-transform: uppercase
}

.site-wrapper .section-6 .mapinfo .info>div p {
    font-family: "cormorant";
    font-size: 1.5rem;
    line-height: 1.5rem;
    color: #fff;
    text-transform: uppercase;
    text-align: left
}

.site-wrapper .section-6 .mapinfo .info>p {
    font-family: "cormorant";
    font-size: 1.5rem;
    line-height: 1.5em;
    color: #fff;
    text-transform: uppercase;
    text-align: left;
    padding-top: 1rem
}

.site-wrapper .section-6 .type-1 {
    margin-top: 2rem;
    margin-bottom: 0;
    list-style: none;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    border: none;
    border-TOP: 5px solid var(--orangeColor)
}

.site-wrapper .section-6 .type-1 li {
    -ms-flex-preferred-size: 33%;
    flex-basis: 33%;
    text-align: center;
    font-size: 1.5rem;
    text-transform: uppercase;
    color: #fff;
    margin: 1rem 0
}

.site-wrapper .dowiedz-sie-wiecej {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 9999;
    width: 100%;
    height: 100%;
    visibility: hidden;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.7);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out
}

.site-wrapper .dowiedz-sie-wiecej.active {
    visibility: visible;
    opacity: 1
}

.site-wrapper .dowiedz-sie-wiecej div {
    display: none;
    position: relative;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    width: 100%;
    max-width: 1000px;
    height: 100%;
    max-height: 80%;
    padding: 5rem;
    border: 5px solid var(--orangeColor);
    transition: all 0.3s ease-in-out;
    background-color: rgba(0, 0, 0, 0.7);
    overflow-y: auto
}

.site-wrapper .dowiedz-sie-wiecej div.active {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.site-wrapper .dowiedz-sie-wiecej div.active p {
    opacity: 1
}

.site-wrapper .dowiedz-sie-wiecej div p {
    font-size: 1.25rem;
    color: #fff;
    font-family: "cormorant";
    padding-left: 2rem;
    line-height: 1.2em;
    text-align: justify;
    opacity: 0
}

.site-wrapper .dowiedz-sie-wiecej .close {
    position: absolute;
    z-index: 1;
    top: 1rem;
    right: 1.75rem;
    border: none;
    outline: none;
    cursor: pointer;
    background-color: var(--orangeColor);
    font-size: 1.25rem;
    font-weight: bold;
    padding: 3px;
    color: #fff;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    border-top-left-radius: 25%;
    border-bottom-right-radius: 25%
}

.site-wrapper .dowiedz-sie-wiecej .close:hover {
    background-color: #fff;
    color: var(--orangeColor)
}

footer {
    width: 100%;
    padding: 1rem;
    background-color: var(--orangeColor);
    font-size: 1rem;
    color: #fff;
    font-family: "cormorant";
    text-align: center
}

footer a {
    color: #fff
}

@media only screen and (min-width: 1050px) and (max-width: 1520px) {
    header nav .navbar-menu-item {
        margin: 0 10px
    }
}

@media only screen and (min-width: 1050px) {
    .navbar-toggler {
        display: none
    }
}

@media only screen and (max-width: 1049px) {
    header {
        padding: 0px;
        height: 80px;
        overflow: visible;
        background-color: var(--orangeColor)
    }
    header .navbar-toggler {
        position: fixed;
        z-index: 9999;
        right: 10px;
        top: 25px
    }
    .header { padding: 0; }
    header nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        width: 100%
    }
    header nav .navbar {
        display: block;
        width: 100%;
        margin-top: 0;
        height: 80px
    }
    .navbar-collapse {
        width: 100%;
        min-height: calc(100vh - 79px);
        margin-left: 0;
        margin-right: 0;
        background-color: var(--orangeColor);
        padding-bottom: 10px;
        display: block;
        position: relative;
        z-index: 1;
        opacity: 0;
        visibility: hidden;
        -webkit-transform: translateY(-100vh);
        transform: translateY(-100vh);
        -webkit-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out
    }
    header nav .menu-item {
        margin: 0;
        width: 100%;
        padding: 5px 0;
        text-align: center
    }
    header nav .menu-item:not(:last-child) {
        margin-bottom: 10px
    }
    header nav .menu-item a::after {
        display: none
    }
    .navbar-collapse.collapse.show {
        opacity: 1;
        visibility: visible;
        -webkit-transform: translateY(70px);
        transform: translateY(70px)
    }
    header .logo-box {
        max-width: 120px;
        z-index: 2
    }
    header.scroll-down .logo-box { transform: scale(0.85); }
    header .logo-box img {
        max-width: 100%
    }
    h1 {
        font-size: 3rem
    }
    .site-wrapper .section-1>div.telefon {
        left: 0;
        bottom: 0;
        width: 100%;
        font-size: 1.25rem
    }
    .site-wrapper .section-1>div.telefon svg {
        margin-left: .5rem
    }
    .site-wrapper .section-1>div.telefon a {
        font-size: 1.5rem
    }
    .site-wrapper .section-2 .box {
        -ms-flex-preferred-size: auto;
        flex-basis: auto
    }
    .site-wrapper .section-2 .box.box-1 {
        padding-right: 0
    }
    .site-wrapper .section-2 .box.box-2 {
        display: none
    }
    .site-wrapper .section-3 .nasze-dania-glowne .potrawa>div>div {
        width: 100%
    }
    .site-wrapper .section-3 .nasze-dania-glowne .potrawa img {
        margin-bottom: 10px
    }
    .site-wrapper .section-3 .nasze-dania-glowne .potrawa h2 {
        font-size: 2rem;
        padding-left: 0
    }
    .site-wrapper .section-3 .nasze-dania-glowne .potrawa p {
        padding-left: 0
    }
    .site-wrapper .section-3 .nasze-dania-mini .potrawa h2 {
        display: none
    }
    .site-wrapper .section-3 .nasze-dania-mini .potrawa.slick-current {
        background: transparent
    }
    .site-wrapper .section-4 {
        padding-left: 10px;
        padding-right: 10px
    }
    .site-wrapper .section-4 h2 {
        font-size: 1.5rem
    }
    .site-wrapper .section-4 h3  {
        font-size: 1rem
    }
    .site-wrapper .section-4 h2 span {
        font-size: 0.825rem
    }
    .site-wrapper .section-4 .components {
        font-size: 1rem
    }
    .site-wrapper .section-4 .price {
        font-size: 1rem;
    }
    .site-wrapper .section-4 .extra-info img {
        width: 20px;
    }
    
  
    .site-wrapper .section-5 h1,
    .site-wrapper .section-5 h2 {
        font-size: 3rem
    }
    .site-wrapper .section-5 ul.type-1 { padding: 0; }
    .site-wrapper .section-5 ul.type-1 li { flex-basis: 100%; }
    .site-wrapper .section-6 {
        padding-top: 5.5rem
    }
    .site-wrapper .section-6 a {
        font-size: 2rem
    }
    .site-wrapper .section-6 p {
        font-size: 2rem;
        padding-bottom: o 0.5rem
    }
    .site-wrapper .section-6 .adres {
        font-size: 1rem
    }
    .site-wrapper .section-6 .mapinfo {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        padding-left: 0
    }
    .site-wrapper .section-6 .mapinfo div:first-child {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2
    }
    .site-wrapper .section-6 .mapinfo .info {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1
    }
    .site-wrapper .section-6 .mapinfo .info>div p,
    .site-wrapper .section-6 .mapinfo .info>div span {
        font-size: 1rem
    }
    .site-wrapper .section-6 .mapinfo .info>p {
        font-size: 1rem;
        padding: 10px
    }
    .site-wrapper .dowiedz-sie-wiecej div {
        padding: 10px
    }
    .site-wrapper .dowiedz-sie-wiecej div p {
        padding-left: 0
    }
}