@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;900&display=swap');

#menu-primary-menu li a {
  padding-left: 16px;
  padding-right: 16px;
}

#menu-primary-menu li a:hover {
  color: #A11A17;
}

#menu-footer-menu-1 li a:hover,
#menu-footer-menu-2 li a:hover {
  color: #A11A17;
}

#menu-footer-menu-1 li,
#menu-footer-menu-2 li {
  padding-bottom: 10px;
}

#menu-footer-menu-1 li:last-child,
#menu-footer-menu-2 li:last-child {
  padding-bottom: 0px;
}

#dropdown.nav-toggled {
  transform: translateX(calc(-100vw));
  margin-top: 50px;
}

.about-text strong {
  font-weight: 600 !important;
  font-size: 20px;
}

.text-wrapper p {
  margin-bottom: 48px !important;
  font-size: 16px;
  line-height: 31px;
  color: #494949;
}

.shape::after {
  content: '';
  background-color: #fff;
  border: #A11A17 2px solid;
  height: 498px;
  width: 504px;
  position: absolute;
  bottom: -4%;
  right: -5%;
  z-index: -10;
}

.shape-1::after {
  content: '';
  background-color: #fff;
  border: #A11A17 2px solid;
  height: 498px;
  width: 504px;
  position: absolute;
  bottom: -4%;
  left: -5%;
}

.shape-2::before {
  content: '';
  width: 624px;
  height: 554px;
  background-color: transparent;
  border: 2px solid #A11A17;
  position: absolute;
  left: -4%;
  bottom: -6%;
  z-index: -10;
}

.big-hero {
  height: calc(100vh - 131px);
}

.slick-dots {
  position: absolute;
  transform: rotate(90deg);
  bottom: 50%;
  left: 48%;
  z-index: 30;
}

.slick-dots li button::before {
  font-size: 11px;
  color: #fff;
  opacity: 1;
}

.slick-dots li.slick-active button::before {
  color: #A11A17;
  opacity: 1;
}

.slick-prev {
  left: -56px;
}

.slick-prev::before,
.slick-next::before {
  display: none;
}

.carousel-investments .slick-prev i,
.carousel-investments .slick-next i {
  display: block;
  font-size: 20px;
  color: #ABABAB;
}

.fa-chevron-left:before,
.fa-chevron-right:before {
  border-radius: 50%;
  border: 2px solid #ABABAB;
  padding: 12px 16px;
}

.gradient {
  background: linear-gradient(180deg, rgba(242, 242, 242, 0) 0%, #F2F2F2 100%);
}

.gradient-bottom {
  background: linear-gradient(180deg, #F2F2F2 0%, rgba(242, 242, 242, 0) 100%);
}

.page-numbers {
  margin: 0 7px;
}

.next,
.prev {
  color: #ABABAB !important;
  font-family: 'Poppins', sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.current {
  color: #A11A17;
  font-size: 21px;
  font-weight: 700;
}

#map {
  width: 100%;
  height: 666px;
}

#map-2{
  width: 100%;
  height: 758px;
}

#slideContainer .slick-slide {
  width: 950px;
}

#slideContainer .slick-list {
  overflow: visible;
}

.slideScroll {
  width: 1050px !important;
  margin-right: 30px;
}

#slideContainer button {
  position: absolute;
  top: 107%;
}

#slideContainer button.slick-prev {
  left: 0%;
}

#slideContainer button.slick-next {
  left: 5%;
}

#slideContainer button i {
  color: #ABABAB;
  font-size: 16px;
}

header{
  z-index: 999 !important;
}

.search-switch {
  background: #fff;
  padding: 8px 15px;
  box-shadow: 2px 3px 27px #D8D8D8;
  border-radius: 3px;
  transition: all ease-in 200ms;
}

.search-switch.active,
.search-switch:hover {
  font-weight: 700;
  color: #A11A17;
  box-shadow: 2px 3px 27px #A11A17;
}

.apartments-wrapper {
  margin-top: 40px;
}

#table {
  width: 100%;
}

.cena-table {
  border: 1px solid #F2F2F2;
}

.apartment-table tr td:last-child,
.cena-table tr td:last-child {
  text-align: right;
}

#table div.row:nth-child(odd),
.apartment-table tr:nth-child(odd),
.cena-table tr:nth-child(odd) {
  background: #f3f3f3;
}

.apartment-table tr:last-child {
  background: none !important;
  border-top: 1px solid #000;
}

.download-btn {
  border: 2px solid #A11A17;
  border-radius: 4px;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  position: relative;
  padding: 12px 0;
  padding-left: 33px;
  text-align: center;
  margin-top: 20px;
}

#table .row a {
  display: block;
  width: 100%;
  height: 100%;
}

.download-btn::before {
  content: "";
  position: absolute;
  top: 8px;
  left: 17px;
  width: 21px;
  height: 26px;
  background: url('../images/pdf.png') no-repeat center center;
}

.call-btn {
  border: 2px solid #A11A17;
  background: #A11A17;
  border-radius: 4px;
  color: #fff;
  display: block;
  margin-left: 5px;
  margin-right: 5px;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  position: relative;
  padding: 12px 0;
  padding-left: 33px;
  text-align: center;
  margin-top: 10px;
}

.call-btn::before {
  content: "";
  position: absolute;
  top: 10px;
  left: 77px;
  width: 21px;
  height: 22px;
  margin-left: -62px !important;
  background: url('../images/phone.png') no-repeat center center;
}

.apartment-nav li {
  margin: 0px 10px;
  font-size: 17px;
  color: #8A8A8B;
  transition: all ease-in 200ms;
  border-bottom: 1px solid #fff;
  padding-bottom: 3px;
  cursor: pointer;
}

.apartment-nav li:hover,
.apartment-nav li.active {
  color: #494949;
  font-weight: 700;
  border-bottom: 1px solid #A11A17;
}

.filter-input {
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 2px;
}

#tabela-search {
  border: 2px solid #A11A17;
  background: #A11A17;
  border-radius: 4px;
  color: #fff;
  display: block;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 3px;
  font-weight: bold;
  position: relative;
  padding: 12px 25px;
  text-align: center;
  transition: all ease-in 200ms;
}

#tabela-search:hover {
  background: #fff;
  color: #A11A17;
}

.floor-switch {
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all ease-in 200ms;
  margin: 0px 4px;
}

.floor-switch:hover,
.floor-switch.active {
  color: #fff;
  background: #A11A17;
}

#Layer_1 .dostepny .st0{
  opacity: 1;
  fill: #ACD494;
}

#Layer_1 .niedostepny .st0{
  opacity: 1;
  fill: #cc7776;
}

#Layer_1 .zarezerwowany .st0{
  opacity: 1;
  fill: #b9b9b9;
}

/* #Layer_1 .st0:hover{
  fill: #ff9811;
} */

.st0 {
  opacity: 0;
  transition: all ease-in 200ms;
  fill-rule: evenodd;
  clip-rule: evenodd;
  fill: #A11A17;
  cursor: pointer;
}

.st0:hover,
.active .st0 {
  opacity: 0.65;
}

.svg-link {
  position: relative;
}

.lokal-info {
  background: #fff;
  box-shadow: 2px 3px 27px rgba(0, 0, 0, 0.12);
  border-radius: 3px;
  padding: 15px;
  width: 220px;
  text-align: center;
  display: none;
}

.lokal-info::after {
  content: "";
  position: absolute;
  width: 32px;
  height: 28px;
  background: url('../images/tick.png');
  bottom: -27px;
  left: 50%;
  transform: translateX(-50%);
}

.apartment-table tr td,
.cena-table tr td {
  padding: 5px;
}

.lokal-1 {
  top: -35px;
  left: 146px;
}

.lokal-2 {
  top: 25%;
  left: 13%;
}

.lokal-3 {
  top: 25%;
  left: 32%;
}

.lokal-4 {
  top: 25%;
  left: 51%;
}

.lokal-5 {
  top: 25%;
  right: 11%;
}

.lokal-6 {
  top: -35px;
  right: 9%;
}

.parking-1 {
  top: -30px;
  left: 22%;
}

.parking-2 {
  top: -30px;
  left: 31%;
}

.parking-3 {
  top: -30px;
  left: 54%;
}

.parking-4 {
  top: -30px;
  right: 18%;
}

.parking-5 {
  top: -30px;
  right: 9%;
}

.parking-6 {
  bottom: 38%;
  left: 14.5%;
}

.parking-7 {
  bottom: 38%;
  left: 22.5%;
}

.parking-8 {
  bottom: 38%;
  left: 30.5%;
}

.parking-9 {
  bottom: 38%;
  left: 38.5%;
}

.parking-10 {
  bottom: 38%;
  left: 46.5%;
}

.parking-11 {
  bottom: 38%;
  right: 26.5%;
}

.parking-12 {
  bottom: 38%;
  right: 18.5%;
}

.parking-13 {
  bottom: 38%;
  right: 10.5%;
}

.h-box {
  height: 650px;
  object-fit: cover;
  object-position: top;
  width: 100%;
}

@media(max-width:1578px){
  .slick-next{
    top: 108%;
    right: 3%;
  }
  .slick-prev{
    top: 108%;
    left: 1%;
  }
}

@media(max-width:1140px){
  #menu-primary-menu li a{
    padding-left: 8px;
    padding-right: 8px;
  }

  .shape-2::before{
    width: 624px;
    height: 320px;
  }
}

@media(max-width:1040px){
  .slick-next{
    right: 45%;
  }
  .slick-prev{
    left: 45%;
  }
}

@media(max-width:1024px){
  #dropdown{
    margin-top: 50px;
    padding-right: 0 !important;
    padding-left: 0 !important;
    width: 100%;
    background-color: #fff;
  }

  #menu-primary-menu li {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .shape::after {
    max-height: 292px;
    max-width: 904px;
    bottom: -8%;
    right: -3%;
  }

  .shape-1::after {
    max-height: 292px;
    max-width: 904px;
    bottom: -8%;
    left: -3%;
  }

  .big-hero {
    height: calc(100vh - 50px) !important;
  }

  .slideScroll {
    margin: 0;
  }

  #slideContainer button.slick-prev {
    left: 38%;
    z-index: 100 !important;
  }
  
  #slideContainer button.slick-next {
    left: 56%;
    z-index: 100 !important;
  }

}

@media(max-width:880px){
  .slick-next {
    right: 40%;
  }
  .slick-prev {
    left: 40%;
  }
}

@media(max-width:767px){
  .slick-next {
    top: 116%;
  }
  .slick-prev {
    top: 116%;
  }
  .parking-1 {
    top: -73px;
    left: 16%;
  }
  
  .parking-2 {
    top: -73px;
    left: 25%;
  }
  
  .parking-3 {
    top: -73px;
    left: 48%;
  }
  
  .parking-4 {
    top: -73px;
    right: 10%;
  }
  
  .parking-5 {
    top: -73px;
    right: 2%;
  }
  
  .parking-6 {
    bottom: 53%;
    left: 6.5%;
  }
  
  .parking-7 {
    bottom: 53%;
    left: 14.5%;
  }
  
  .parking-8 {
    bottom: 53%;
    left: 22%;
  }
  
  .parking-9 {
    bottom: 53%;
    left: 30%;
  }
  
  .parking-10 {
    bottom: 53%;
    left: 38%;
  }
  
  .parking-11 {
    bottom: 53%;
    right: 18%;
  }
  
  .parking-12 {
    bottom: 53%;
    right: 2%;
  }
  
  .parking-13 {
    bottom: 53%;
    right: 10.5%;
  }
}

@media(max-width:596px){
  .shape::after {
    max-height: 292px;
    max-width: 375px;
    bottom: -8%;
    right: -5%;
  }

  .shape-1::after {
    max-height: 292px;
    max-width: 375px;
    bottom: -8%;
    left: -5%;
  }

  .slick-dots {
    display: none !important;
  }

  .carousel-investments .slick-prev i,
  .carousel-investments .slick-next i {
    font-size: 14px;
  }

  .fa-chevron-left:before,
  .fa-chevron-right:before {
    padding: 6px 10px;
  }

  .slick-next {
    top: 110%;
    right: 38%;
  }
  .slick-prev {
    top: 110%;
    left: 38%;
  }
}

@media(max-width:576px){

  #sliderContainer,
  .slick-list .draggable,
  .slickScroll,
  #sliderContainer .slideScroll img{
    height: 260px !important;
  }

  #slideContainer button{
    top: 110%;
  }

}

@media(max-width:414px){
  .shape::after {
    max-height: 292px;
    max-width: 306px;
    bottom: -8%;
    right: -8%;
  }

  .shape-1::after {
    max-height: 292px;
    max-width: 306px;
    bottom: -8%;
    left: -8%;
}
}
@media(max-width:767px){
  .shape-2::before {
    width: 320px;
    height: 160px;
  }
}

@media(max-width:375px){
  .shape::after {
    max-height: 292px;
    max-width: 245px;
    bottom: -8%;
    right: -8%;
  }

  .shape-1::after {
    max-height: 292px;
    max-width: 245px;
    bottom: -8%;
    left: -8%;
  }
  .shape-2::before {
    width: 260px;
    height: 120px;
  }

  .parking-1 {
    top: -81px;
    left: 9%;
  }
  
  .parking-2 {
    top: -81px;
    left: 17%;
  }
  
  .parking-3 {
    top: -81px;
    left: 41%;
  }
  
  .parking-4 {
    top: -81px;
    right: 6%;
  }
  
  .parking-5 {
    top: -11px;
    right: 24%;
  }
  
  .parking-6 {
    bottom: 63%;
    left: 2.5%;
  }
  
  .parking-7 {
    bottom: 63%;
    left: 9.5%;
  }
  
  .parking-8 {
    bottom: 63%;
    left: 17%;
  }
  
  .parking-9 {
    bottom: 63%;
    left: 25.5%;
  }
  
  .parking-10 {
    bottom: 63%;
    left: 34%;
  }
  
  .parking-11 {
    bottom: 63%;
    right: 14%;
  }
  
  .parking-12 {
    bottom: 63%;
    right: 6%;
  }
  
  .parking-13 {
    bottom: 43%;
    right: 25.5%;
  }

  .lokal-info{
    width: 166px;
  }

  .parking-13.lokal-info::after,
  .parking-5.lokal-info::after{
    bottom: 37px;
    left: 97%;
    transform: rotate(-90deg);
  }

  .lokal-1,
  .lokal-2,
  .lokal-3,
  .lokal-4,
  .lokal-5,
  .lokal-6{
    display: none !important;
  }

}

@media(max-width:374px){
  .shape-2::before {
    display: none;
  }

  #slideContainer button.slick-prev {
    left: 40%;
  }
  
  #slideContainer button.slick-next {
    left: 54%;
  }
}

