body {
  font-family: "DM Sans", sans-serif;
  color: #474747;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 28.8px;
/*  background-color: #ebebeb;*/
}
img {
  max-width: 100%;
  height: auto;
}
.nav > li > a:hover, .nav > li > a:focus {
  background: none;
  outline: none;
}
::selection {
  color: #fff;
  background-color: #E85222;
}
::-moz-selection {
  color: #fff;
  background-color: #E85222;
}
input:focus, button:focus, select:focus, textarea:focus{
  outline: none;
}
input:focus,
button:focus,
select:focus,
textarea:focus {
  outline: none;
}
a {
  text-decoration: none;
  color: inherit;
}
a:hover {
  text-decoration: none;
  color: #E85222;
}
a:focus {
  text-decoration: none;
  outline: none;
}
a:visited {
  text-decoration: none;
  outline: none;
}
table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0px;
}
.zoomIt{
  position: relative;
  overflow: hidden;
  display: block;
}
.zoomIt div, .zoomIt img{
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.zoomIt:hover > div, .zoomIt:hover > img{
  transform:scale(1.1); 
  -webkit-transform:scale(1.1); 
  -moz-transform:scale(1.1); 
  -o-transform:scale(1.1); 
}

.p-top {
  padding-top: 120px;
}

.p-bottom {
  padding-bottom: 120px;
}

h1 {
  color: #000;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h2 {
  color: #000;
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h3 {
  color: #000;
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h4 {
  color: #000;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

h1, h2, h3, h4 {
  margin-bottom: 50px;
}

.red-label {
  background: #E85222;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

.menu, .menu ul {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
}

header {
  background-color: #fff;
  z-index: 90;
  position: relative;
}

header .menu {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
}

header .menu li {
  margin-right: 45px;
}

header .menu li i {
  color: #E85222;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
}

footer {
  color: #6F6F6F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
}

footer, .inner {
  border-radius: 20px 20px 0px 0px;
  background: #F6F6F6;
}

footer .menu, footer .menu ul {
  flex-direction: column;
}

footer .title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  margin-bottom: 45px;
}

footer .nawigacja .last {
  text-align: right;
}

footer .nawigacja .last .title {
  color: rgba(232, 82, 34, 1);  
}

footer .nawigacja .last a.black {
  color: #000;
}

footer .nawigacja .last a.black:hover {
  color: rgba(232, 82, 34, 1);
}

.disclaimer {
  color: #6F6F6F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 33.6px;
  margin-bottom: 0;
}

.red {
  color: rgba(232, 82, 34, 1);
}

a.bigger {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 32.4px;
}

.multimedia p {
  margin-bottom: 0;
}

.etykieta {
  color: #E85222;
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-align: center;
}

.bg-szary {
  background-color: rgba(246, 246, 246, 1);
}

.yellow{
  color: #F9B41D;
}

.b-top {
  border-top: 1px solid #E4E4E4;
}

.b-bottom {
  border-bottom: 1px solid #000;
}

.b-radius {
  border-radius: 15px;
}

.button {
  background-color: #ebebeb;
  color: #000;
  padding: 12px 24px;
  display: block;
  width: 100%;
  text-align: center;
  text-transform: uppercase;
  border: 0;
}

.button-1 {
  background: #E85222;
  color: #fff;
}

.menu-bar {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 30px;
  height: 20px;
  cursor: pointer;
}

#nawigacja {
  float: right;
}

.bar {
  width: 100%;
  height: 1px;
  background-color: #000;
  transition: transform 0.3s ease-in-out;
}

.menu-open .bar:first-child {
  transform: translateY(9px) rotate(45deg);
}

.menu-open .bar:nth-child(2) {
  opacity: 0;
}

.menu-open .bar:last-child {
  transform: translateY(-9px) rotate(-45deg);
}

.bar:nth-child(2) {
  width: 40px;
  margin-left: -10px;
}

.overlay {
  height: 0%;
  width: 100%;
  position: fixed;
  z-index: 77;
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
  overflow-y: hidden;
  transition: 0.5s;
}

.overlay-content {
  position: relative;
  width: 100%;
  text-align: center;
  margin-top: 20vh;
  margin-top: 32vh;
}

.overlay .menu {
  flex-direction: column;
}

.overlay a {
  text-decoration: none;
  font-size: 23px;
}

.overlay li {
  margin-bottom: 30px;
}

.mieszkaniaMob svg {
  width: 30px;
  height: auto;
}

/*rwd*/

@media (max-width: 1366px) {
  .p-top {
    padding-top: 80px;
  }
  .p-bottom {
    padding-bottom: 80px;
  }

  a.bigger {
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 32.4px;
  }
}

@media (max-width: 600px) {
  .p-top {
    padding-top: 60px;
  }
  .p-bottom {
    padding-bottom: 60px;
  }
}

@media (min-width: 1600px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1362px!important;
  }
  .container-fluid {
    max-width: 1820px!important;
  }
}

.legenda .grid {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
}

.legenda button {
  display: flex;
  cursor: unset;
  border: 0;
  background: no-repeat;
  padding: 4px 12px;
  align-items: center;
}

.legenda button img {
  margin-right: 20px;
}

.home .topBanner .slick-slider img, .home .topBanner .slick-slider div {
  width: 100%;
  height: 100%!important;
  object-fit: cover;
}

.nowe-table th {
  border-bottom: 1px solid black;
}

.nowe-table td {
  padding-top: 20px;
}

@media (max-width: 600px) {
  .legenga {
    font-size: 12px;
  }
  .pageOffset .logo-bottom{
    display: none;
  }

}
@media (max-width: 800px) {
  .pageOffset .logo-bottom{
    max-width: 160px !important;
  }
}
@media (min-width: 1300px) {
  .single-mieszkania .parent-content .p-top, .mieszkania-template-default .p-top {
    padding-top: 55px!important;
  }
  .single-mieszkania .parent-content .p-bottom, .mieszkania-template-default .p-bottom {
    padding-bottom: 55px!important;
  }
  .tabelaMieszkan td, .tabelaMieszkan th {
    padding: 8px 5px!important;
    font-size: 15px!important;
  }
  footer .menu li {
    line-height: 24px;
  }
}

.highlight {
    fill: #d3a230 !important;
    fill-opacity: 0.61!important;
    outline: none!important;
    stroke: #d3a230!important;
    stroke-opacity: 0.61!important;
}
.leaflet-interactive {
  pointer-events: auto !important;
}

.leaflet-interactive [aria-label] {
  display: none;
}

.color-box{
  background: rgba(239, 127, 26, 0.09);
  padding: 3em;
  border-radius: 20px;
  margin-top: 0 !important;
  height: 100%;
  margin-bottom: 0 !important;
}
.color-box p{
  margin-bottom: 30px;
}

.mieszkania-template-default .color-box ul{
  padding-left: 1rem;
}

.mieszkania-template-default {
  overflow-x: hidden;
}
#atuty-inwestycji .row:first-child{
  padding-top: 0 !important;
}

.bordered.m-bottom{
margin-bottom: 60px;
}

.no-button {
    background: transparent;
    border: 0;
}/* wyłącz kliknięcia i fokus klawiatury dla sprzedanych */
/* wygląd dla sprzedanych */
.leaflet-overlay-pane .hotspot-sprzedane,
.leaflet-overlay-pane .sprzedane {
  cursor: not-allowed; /* albo default */
  opacity: .6; /* opcjonalnie wizualne odróżnienie */
}