.detal-priv-offer {
  background-color: #f4f4f4;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  padding: 3rem 3rem 0 3rem;
  text-align: center;
  font-size: 0.6rem;
  font-weight: bold
}
.wymiary-txt {font-size:0.9rem}

.wymiary-txt img {    
	display: block; 
    width: 90px;
    margin: 0 auto 2rem;}


.detal-priv-offer img {
    width: 50px;
    height: 50px;
    margin-bottom: 0.5rem;
}
.wymiary {
	background-color: #f4f4f4;
border-radius: 15px;
	padding: 3rem;
	position: relative
}
.disclaimer {
		background-color: #f4f4f4;
border-radius: 15px;
	width: 100%;
	padding: 3rem;
	font-size: 12px
}
.wymiary-numer {
    position: absolute;
    bottom: -1rem;
    left: 50%;
    transform: translateX(-50%);
    color: white;
    background-image: linear-gradient(to right, #1B3454 0%, #152B47 50%);
    border-radius: 9px;
    padding: 0.5rem 1rem;
    font-weight: bold;
    white-space: nowrap; /* opcjonalnie – zapobiega łamaniu */
}
.h1priv {
  line-height: 38px
}
/* Wyśrodkowanie zawartości w poziomie i pionie */
.detal-priv-offer {
  display: flex;
  align-items: center; /* pion */
  justify-content: center; /* poziom */
}
/* Żeby wewnętrzny grid nie rozjechał szerokości */
.detal-priv-offer > .grid-x {
  width: 100%;
  text-align: center;
}
h1 span {
  font-size: 1.5rem !important
}
.hidden {
  display: none;
}
.blob .red-bar {
  position: absolute;
  transform: translateY(-50%);
  width: 25%;
  height: 8px;
  border-radius: 11px;
  background-color: #c02027;
  left: 0;
  transition: left 0.5s ease;
  z-index: 9999;
  bottom: 48px
}
.blob {
  position: relative;
  z-index: 9999;
  height: 400px;
  bottom: 195px;
  margin-bottom: -250px;
  overflow: hidden;
}
.blob2 .red-bar {
  position: absolute;
  transform: translateY(-50%);
  width: 25%;
  height: 8px;
  border-radius: 11px;
  background-color: #c02027;
  left: 0;
  transition: left 0.5s ease;
  z-index: 99999;
  bottom: 34px
}
.blob2 {
  position: relative;
  z-index: 99999;
  height: 300px;
  bottom: 195px;
  margin-bottom: -310px;
  overflow: hidden;
}
.wave {
  animation: wave 0.6s cubic-bezier(0.25, 1, 0.5, 1); /* Płynna animacja */
}
@keyframes wave {
  0%, 100% {
    transform: translateY(-50%) translateX(0);
  }
  50% {
    transform: translateY(-50%) translateX(0);
  }
}
#news-1, #news-2, #news-3, #news-4, #news-5, #news-6, #news-slide-1, #news-slide-2, #news-slide-3, #news-slide-4, #news-slide-5, #news-slide-6, #news-slide-7, #news-slide-8, #news-slide-9, #news-slide-10, #news-slide-11, #news-slide-12, #news-slide-13, #news-slide-14, #news-slide-15 {
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.clearfix::after {
  content: "";
  display: table;
  clear: both;
}
.mb600 {
  margin-bottom: 450px !important
}
.main-news:nth-child(1) .image-container-news, .main-news:nth-child(2) .image-container-news, .main-news:nth-child(3) .image-container-news, .main-news:nth-child(4) .image-container-news, .main-news:nth-child(6) .image-container-news, .main-news:nth-child(7) .image-container-news, .main-news:nth-child(8) .image-container-news {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.main-news:nth-child(5) .image-container-news {
  width: 100%;
  height: calc(600px + 1.5rem);
  overflow: hidden;
  position: relative;
  z-index: 0;
  border-radius: 10px;
}
.main-news:nth-child(1) .image-container-news img, .main-news:nth-child(2) .image-container-news img, .main-news:nth-child(3) .image-container-news img, .main-news:nth-child(4) .image-container-news img, .main-news:nth-child(6) .image-container-news img, .main-news:nth-child(7) .image-container-news img, .main-news:nth-child(8) .image-container-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.main-news:nth-child(5) .image-container-news img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
}
.newslink {
  width: 100%;
  z-index: 9999;
}
.main-news .newslink {
  width: 100%;
  z-index: 9999;
  position: absolute
}
.oferta-priv {
  margin-bottom: 4rem;
  position: relative
}
.newstitle-main h6 {
  color: white;
  margin: 2rem;
  position: absolute;
  font-family: Unison-regular;
  font-size: 18px;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
  z-index: 9999999;
  bottom: 0rem;
}
.main-news:nth-child(2), .main-news:nth-child(3), .main-news:nth-child(4), .main-news:nth-child(5), .main-news:nth-child(6), .main-news:nth-child(7), .main-news:nth-child(8) {
  transform: scale(1);
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0);
}
.main-news:nth-child(2):hover, .main-news:nth-child(3):hover, .main-news:nth-child(4):hover, .main-news:nth-child(5):hover, .main-news:nth-child(6):hover, .main-news:nth-child(7):hover, .main-news:nth-child(8):hover {
  transform: scale(1.02); /* Opcjonalne: dodaje efekt powiększenia */
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
}
.newsh1 {
  font-size: 2.3rem;
  margin-bottom: -4rem;
  margin-top: 2rem;
}
.main-news:nth-child(1), .main-news:nth-child(2), .main-news:nth-child(3), .main-news:nth-child(4), .main-news:nth-child(6), .main-news:nth-child(7), .main-news:nth-child(8) {
  height: 300px;
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  position: relative;
  padding: 0
}
.main-news:nth-child(5) {
  height: calc(600px + 1.5rem);
  margin-top: 0.75rem;
  margin-bottom: 0.75rem;
  border-radius: 10px;
  overflow: hidden;
  position: relative;
  padding: 0
}
.main-news:nth-child(6) {
  top: calc(-300px - 1.5rem);
  margin-bottom: -600px;
}
.readarrow2 img {
  height: 28px;
  position: absolute;
  right: 0rem;
  margin: 0.5rem 2rem;
  top: 1rem;
}
.nomargin {
  margin: 0 !important
}
.nopadding {
  padding: 0 !important
}
.border-radius {
  border-radius: 10px;
}
.newsarchimg {
  border-radius: 10px;
  margin-top: 1rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  overflow: hidden;
}
.newsarchimg img {
  width: 100%;
  height: 275px;
  object-fit: cover;
  border-radius: 10px;
  display: block;
}
.shadhov {
  border-radius: 10px;
  transform: scale(1);
  transition: all 0.5s;
  top: 0;
  position: relative
}
.shadhov:hover {
  transform: scale(1.02);
  transition: all 0.5s;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.2);
  top: -0.5rem;
  position: relative
}
#archiwum-plaszewko-i {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/img/Plaszewko_I_625.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-globino-ii {
  background-image: url("https://www.unison.nieruchomosci.pl/aktualnosci/img/globino-ii/poziom/globino-ii-zakonczenie-budowy-drog-oswietlenie-led-09.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-strzelino {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/strzelino/strzelino-dzialki-budowlane-unison-01.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-globino-i {
  background-image: url("https://www.unison.nieruchomosci.pl/aktualnosci/img/globino-ii/poziom/globino-ii-zakonczenie-budowy-drog-oswietlenie-led-09.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-siemianice-i {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/img/kompleks_siemianice_i__457.jpg");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-niestkowo-i {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/niestkowo-i/niestkowo-dzialki-budowlane-unison-01.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-niestkowo-ii {
  background-image: url("https://www.unison.nieruchomosci.pl/aktualnosci/img/niestkowo-iii/poziom/niestkowo-i-zakonczenie-inwestycji-02.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-redzikowo-i {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/redzikowo-i/redzikowo-dzialki-budowlane-unison-01.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-wlynkowko-ii {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/wlynkowko-ii/wlynkowko-dzialki-budowlane-unison-02.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-strzelinko-ii {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/strzelinko-ii/strzelinko-dzialki-budowlane-unison-09.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-strzelinko-iii {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/strzelinko-iii/strzelinko-dzialki-budowlane-unison-07.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-wlynkowko-i {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/wlynkowko-i/wlynkowko-dzialki-budowlane-unison-01.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-boleslawice-ii {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/boleslawice-ii/boleslawice-dzialki-budowlane-unison-02.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-boleslawice-iii {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/boleslawice-iii/boleslawice-dzialki-budowlane-unison-08.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-boleslawice-iv {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/boleslawice-iv/boleslawice-dzialki-budowlane-unison-16.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-machowino-iii {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/machowino-iii/machowino_iii_57.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-boleslawice-i {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/boleslawice-i/boleslawice-dzialki-budowlane-unison-01.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-strzelinko-bp {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/strzelinko-bukowy-park/strzelinko-dzialki-budowlane-unison-01.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-machowino-i {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/machowino-i/machowino_103.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-bydlino-ii {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/bydlino-ii/bydlino-dzialki-budowlane-unison-01.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-machowino-ii {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/machowino-ii/machowino_ii_49.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#archiwum-bydlino-i {
  background-image: url("https://www.unison.nieruchomosci.pl/dzialki-budowlane/bydlino-i/bydlino-dzialki-budowlane-unison-07.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.tabs-content {
  font-weight: 400;
}
.grecaptcha-badge {
  right: -271px !important;
}
#archiwum {
  background-image: url("../slider-img/oferty/archiwum.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#kontakt h2 a {
  color: white
}
#kontakt h2 a:hover {
  color: white
}
.zoom {
  transition: all 0.3s !important;
  transform: scale(1, 1) !important;
}
.zoom:hover {
  transition: all 0.3s !important;
  transform: scale(1.03, 1.03) !important;
}
.regular-title-arch h3 {
  color: white;
  font-size: 30px;
  text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 2;
  left: 2rem;
  bottom: 1rem;
}
#fm-pu-container {
  background: #ffffffcc !important;
  backdrop-filter: blur(5px) !important;
}
.fm-form-wrapper {
  -webkit-box-shadow: 0px 0px 500px 0px rgba(0, 0, 0, 0.2) !important;
  -moz-box-shadow: 0px 0px 500px 0px rgba(0, 0, 0, 0.2) !important;
  box-shadow: 0px 0px 500px 0px rgba(0, 0, 0, 0.2) !important;
}
.tabs-panel {
  display: none;
  padding: 2rem 0;
}
.szary-k {
  position: relative;
  background-color: #F3F3F3;
  padding: 3rem 1rem;
  border-radius: 15px;
  transition: all 0.3s;
  bottom: 0;
  background: radial-gradient(circle, rgb(255 255 255) 40%, rgb(245 245 245) 85%);
}
.szary-k:hover {
  position: relative;
  background-color: #F3F3F3;
  padding: 3rem 1rem;
  border-radius: 15px;
  transition: all 0.3s;
  bottom: 8px;
  -webkit-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.11);
  -moz-box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.11);
  box-shadow: 0px 8px 15px 0px rgba(0, 0, 0, 0.11);
}
.button-red.expanded, .button-blue.expanded {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-left: 0;
}
#canvas-container {
  width: 100vw;
  height: 100vh
}
.atut {
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}
.netto {
  color: #152b45a3;
  font-weight: 600;
  margin-bottom: 1rem;
}
.cena {
  font-size: 46px;
  font-weight: 600;
  line-height: 40px;
}
.table-scroll {
  overflow-x: auto;
}
table {
  border-collapse: collapse;
  width: 100%;
  margin-bottom: 1rem;
  border-radius: 0;
}
.article h2, .article h3, .article h4 {
  font-size: 24px;
  margin: 4rem 0 1rem 0
}
.reveal {
  padding: 3rem !important;
  border-radius: 10px !important;
}
[type='checkbox'] + label, [type='radio'] + label {
  display: inline-block;
  vertical-align: baseline;
  margin-left: 2rem !important;
  margin-right: 1rem !important;
  margin-bottom: 0;
}
.etapy img {
  height: 110px;
  margin-bottom: 2rem
}
.etapy h6 {
  text-transform: uppercase
}
.etapy .zrealizowane {
  color: rgba(80, 116, 19, 1.00);
  font-weight: bold
}
.etapy .wtrakcie {
  color: rgba(163, 133, 27, 1.00);
  font-weight: bold
}
.etapy .czeka {
  color: #a41d20;
  font-weight: bold
}
.dzialki-mapa {
  width: 100%;
  padding: 3rem
}
.dzialki-mapa img {
  border-radius: 15px;
  width: 100%;
}
.vertical-align {
  display: flex;
  align-items: center;
  height: auto;
}
.swiper-wrapper {
  height: 75vh !important;
  min-height: 75vh !important;
}
.priv .swiper-wrapper {
  height: 375px !important;
  min-height: 375px !important;
}
.priv-detal .swiper-wrapper {
  height: 500px !important;
  min-height: 500px !important;
}
.menu-spacer {
  margin-top: 18rem
}
.archiwum {
  margin-top: -20rem
}
.slider-link {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  z-index: 9 !important
}
.video-slide {
  position: absolute;
  object-fit: contain;
  border-radius: 15px;
}
.swiper-wrapper {
  width: 100%;
  height: 100%;
}
.swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
.promo {
  transition: 0.5s all;
  border-radius: 10px !important;
}
.promo:hover {
  transition: 0.5s all;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px !important;
}
.regular {
  transition: 0.5s all !important;
  border-radius: 10px !important;
  bottom: 0px;
}
.regular:hover {
  transition: 0.5s all !important;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px !important;
  bottom: 10px;
}
.regular-priv {
  transition: 0.5s all !important;
  border-radius: 10px !important;
  bottom: 0px;
  padding: 15px 0;
}
.regular-priv:hover {
  transition: 0.5s all !important;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px !important;
  bottom: 10px;
}
.promo .ilosc img {
  height: 45px;
  margin: 0 1rem
}
.promo .ilosc {
  display: flex;
  line-height: 18px;
  padding-top: 2px;
  margin: 0 10px;
}
.regular .ilosc img {
  height: 40px;
  margin: 0 1rem
}
.regular .ilosc {
  display: flex;
  line-height: 18px;
  padding-top: 2px;
  margin: 0 10px;
  width: 100%;
  text-align: center;
}
.regular .ilosc-priv {
  display: flex;
  line-height: 18px;
  padding-top: 2px;
  margin: 0 10px;
  width: 100%;
  text-align: left;
}
.dane-priv span {
  font-size: 0.85rem !important;
  line-height: 0;
}
span.cena-priv {
  font-size: 32px !important
}
.dane-priv {
  font-size: 1.55rem;
  line-height: 2rem;
  font-weight: bold;
  margin-top: -0.7rem;
}
.info-bar .dane-small {
  font-size: 1.4rem;
  padding-top: 2rem;
}
.info-bar-priv .dane-small {
  font-size: 1.4rem;
  padding-top: 2rem;
}
.ilosc-priv .dane {
  font-size: 1.85rem !important;
  font-weight: bold
}
.oferta-icon {
  display: flex;
  width: 100%;
}
.regular-title h3 {
  color: white;
  font-size: 30px;
  text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 2;
  left: 2rem;
  bottom: 6rem;
}
.oznaczenia .regular-title h3 {
  color: white;
  font-size: 30px;
  text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.9);
  z-index: 2;
  left: 2rem;
  bottom: 1rem;
  position: absolute;
}
.regular-title-promo h3 {
  color: white;
  font-size: 30px;
  text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.9);
  position: absolute;
  z-index: 2;
  left: 3rem;
  bottom: 8rem;
}
.promo .dane {
  padding-top: 5px;
  font-size: 13px;
}
.regular .dane {
  padding-top: 5px;
  font-size: 13px;
}
.promo .dane span {
  font-size: 1.8rem;
  font-weight: bold
}
.regular .dane span {
  font-size: 1.4rem;
  font-weight: bold
}
.promo .ilosc span {
  font-size: 1.6rem !important;
}
.kontakt-pic {
  background-image: url("/img/kontakt-img.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 15px;
  margin: 3rem 0 1rem 0;
  position: relative;
  height: 90%;
  min-height: 400px
}
.kontakt-pic::after {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 10px;
  background-color: #a41d20;
  position: absolute;
  z-index: -1;
  right: -1.2rem;
  bottom: 3rem;
}
.regular {
  width: 100%;
  height: 400px;
  margin-top: 5rem;
  border-radius: 15px;
  position: relative;
  overflow: hidden
}
.regular .prywatne {
  min-height: 450px !important;
  overflow: auto !important
}
#oferta1 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/oferty/globino2.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#oferta2 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/oferty/siemianice2.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#oferta3 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/oferty/siemianice.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#oferta4 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/oferty/nowecin.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#oferta5 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/oferty/plaszewko2.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#oferta6 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/oferty/strzelinko4.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#oferta7 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/oferty/plaszewko.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#ofertasmoldzinskilas {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/oferty/smoldzinskilas.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#ofertabydlinoiii {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/oferty/bydlino-iii.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.promo .status {
  position: absolute;
  top: 3rem;
  left: 3rem;
  text-transform: uppercase;
  color: white;
  background-color: #a41d20;
  background-image: linear-gradient(to right, #C02027 0%, #A41D20 50%);
  border-radius: 9px;
  padding: 1rem 2rem;
  font-weight: bold
}
.regular .status {
  position: absolute;
  top: 1rem;
  left: 1rem;
  text-transform: uppercase;
  color: white;
  background-image: linear-gradient(to right, #C02027 0%, #A41D20 50%);
  border-radius: 9px;
  padding: 1rem 2rem;
  font-weight: bold
}
.regular .numer-priv {
  position: absolute;
  top: 1rem;
  left: 1rem;
  text-transform: uppercase;
  color: white;
background-image: linear-gradient(to right, #d21111 0%, #b82121 50%);
  border-radius: 9px;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.numer-priv {
  position: absolute;
  top: 1rem;
  left: 1rem;
  text-transform: uppercase;
  color: white;
background-image: linear-gradient(to right, #d21111 0%, #b82121 50%);
  border-radius: 9px;
  padding: 0.5rem 1rem;
  font-weight: bold;
}
.oznaczenia {
  width: 100%;
  height: 375px;
  position: absolute;
  z-index: 9;
  pointer-events: none;
}
.priv-container {
  width: 100%;
  height: 100%;
  position: relative
}
.priv-container .swiper-button-next, .priv-container .swiper-button-prev {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: 43px;
  height: 70px;
  margin-top: -35px;
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #152b45;
  background-color: rgba(255, 255, 255, 1);
  border-radius: 10px;
  transition: all 0.3s;
}
.uzbrojenie-priv img {
  width: 55px;
  height: 55px;
  margin: 0 auto 1rem auto;
  text-align: center
}
.promo h5 {
  color: white !important;
  margin-top: 0.5rem;
}
.regular h5 {
  color: white !important;
  margin-top: 0.5rem;
}
.regular-center {
  display: flex;
  justify-content: center;
  align-items: center;
}
.promo .info-bar {
  position: absolute;
  bottom: 2rem;
  display: inline-block;
  background-color: #152b45;
  padding: 1rem 2rem;
  color: white;
  border-radius: 8px;
  width: calc(100% - 6rem);
  margin: 0 2rem;
  background: radial-gradient(circle, rgba(27, 50, 80, 1) 0%, rgba(27, 54, 86, 1) 50%, rgba(21, 43, 69, 1) 96%);
}
.regular .info-bar {
  position: absolute;
  bottom: 0rem;
  left: 0;
  display: inline-block;
  background-color: #152b45;
  padding: 1rem 2rem;
  color: white;
  border-radius: 0 0 10px 10px;
  width: 100%;
  background: radial-gradient(circle, rgba(27, 50, 80, 1) 0%, rgba(27, 54, 86, 1) 50%, rgba(21, 43, 69, 1) 96%);
}
.info-bar-priv {
  bottom: 0rem;
  left: 0;
  display: inline-block;
  background-color: #152b45;
  padding: 1rem 2rem;
  color: white;
  border-radius: 0 0 10px 10px;
  width: 100%;
  background: radial-gradient(circle, rgba(27, 50, 80, 1) 0%, rgba(27, 54, 86, 1) 50%, rgba(21, 43, 69, 1) 96%);
}
.swiper {
  width: 100%;
  height: 100%;
  position: relative;
  padding: 10rem
}
.slider-title {
  position: absolute;
  bottom: 8rem;
}
.swiper-slide h2 {
  color: white;
  font-size: 80px;
  text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.9);
  margin-left: 10rem;
  line-height: 4rem;
  margin-bottom: 2rem;
}
.swiper-slide h2 span {
  font-size: 20%
}
.swiper-slide h3 {
  color: white;
  font-size: 30px;
  text-shadow: 2px 2px 42px rgba(0, 0, 0, 0.9);
  margin-left: 10rem
}
.promo-container {
  position: absolute;
  right: 3rem;
  display: inline-block
}
.promo-container-priv {
  top: 0;
  position: relative;
  right: 0.5rem;
}
.promo-container-priv .promo1, .promo-container-priv .promo2 {
  width: 60px;
  height: 60px;
  margin: 1rem 0.5rem;
  float: right;
}
.promo .promo-container {
  position: absolute;
  right: 1rem;
  display: inline-block
}
.regular .promo-container {
  position: absolute;
  right: 1rem;
  display: inline-block
}
.promo1, .promo2, .promo3 {
  width: 150px;
  height: 150px;
  margin: 3rem 0.5rem;
  float: right
}
.promo .promo1, .promo .promo2, .promo .promo3 {
  width: 150px;
  height: 150px;
  margin: 3rem 0.5rem;
  float: right
}
.regular .promo1, .regular .promo2, .regular .promo3 {
  width: 75px;
  height: 75px;
  margin: 1rem 0.5rem;
  float: right
}
.promo {
  width: 100%;
  height: 700px;
  margin-top: 5rem;
  border-radius: 15px;
  position: relative;
  overflow: hidden
}
#promo {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/niestkowo3.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}



#slide-1 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/plaszewko.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slide-2 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/globino2.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slide-3 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/siemianice2.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slide-4 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/siemianice.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slide-5 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/niestkowo3.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slide-6 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/plaszewko2.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slide-7 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/strzelinko4.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slide-8 {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/nowecin.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slide-bydlinoiii {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/bydlino-iii.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slidesmoldzinskilas {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/smoldzinskilas.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
#slidesiemianicei {
  background-image: url("https://www.unison.nieruchomosci.pl/slider-img/siemianice.webp");
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
.partner-blok {
  transform: scale(1, 1);
  transition: 0.5s all;
  border-radius: 10px;
  position: relative
}
.partner-blok::after {
  content: "";
  width: 100px;
  height: 250px;
  border-radius: 10px;
  background-color: #a41d20;
  position: absolute;
  bottom: 5rem;
  left: 2rem;
  transition: all 0.3s;
  z-index: -1
}
.partner-blok:hover::after {
  content: "";
  width: 100px;
  height: 250px;
  border-radius: 10px;
  background-color: #a41d20;
  position: absolute;
  bottom: 5rem;
  left: -0.7rem;
  transition: all 0.3s;
  z-index: -1
}
.partner-blok:hover {
  transform: scale(1.025, 1.025);
  transition: 0.5s all;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  border-radius: 10px
}
.p-ico {
  width: 40px;
  margin: 0;
  transform: scale(1, 1);
  transition: 0.5s all;
}
.p-ico:hover {
  transform: scale(1.3, 1.3);
  transition: 0.5s all;
}
.partner-logo {
  background-color: #ececec;
  border-radius: 10px 10px 0 0;
  width: 100%;
  display: flex;
  justify-content: center;
  text-align: center;
  padding: 2rem
}
.partner-logo img {
  text-align: center;
  margin: 2rem;
  width: 80%;
}
.partner-opis {
  background-color: #ffffff;
  border-radius: 0 0 10px 10px;
  width: 100%;
  padding: 4rem 3rem 2rem 3rem;
  border: solid 1px #ececec;
  text-align: center;
}
.partner-opis h6 {
  color: #a41d20
}
.partner-logo img {
  text-align: center;
  margin: 2rem
}
.numer {
  font-size: 60px;
  color: #a41d20
}
.numer-sekcja {
  position: relative
}
.kontakt-icon {
  width: 100px;
  margin: 0 auto 3rem auto
}
.zoom-ico svg, .zoom-ico img {
  transition: all 0.3s;
  transform: scale(1, 1)
}
.zoom-ico:hover svg, .zoom-ico:hover img {
  transition: all 0.3s;
  transform: scale(1.1, 1.1)
}
/*.numer-sekcja::after {
  content: "";
  width: 70px;
  height: 5px;
  border-radius: 3px;
  background-color:rgba(233,233,233,0.00);
  position: absolute;
  top: -3rem;
  left: 30%;
  transform: translateX(-30%);
  transition: all 0.3s;
}
.numer-sekcja:hover::after {
  content: "";
  width: 70px;
  height: 3px;
  border-radius: 3px;
  background-color: rgba(177,177,177,1.00);
  position: absolute;
  top: -3rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}
.numer-sekcja::before {
  content: "";
  width: 70px;
  height: 5px;
  border-radius: 3px;
  background-color:rgba(233,233,233,0.00);
  position: absolute;
  bottom: -4rem;
  left: 30%;
  transform: translateX(-30%);
  transition: all 0.3s;
}
.numer-sekcja:hover::before {
  content: "";
  width: 70px;
  height: 3px;
  border-radius: 3px;
background-color: rgba(177,177,177,1.00);
  position: absolute;
  bottom: -4rem;
  left: 50%;
  transform: translateX(-50%);
  transition: all 0.3s;
}*/
.statsy {
  padding: 2rem 0 0 0 !important;
  width: 83%;
  position: relative;
  background: radial-gradient(circle, rgb(255 255 255) 12%, rgb(221 221 221) 70%);
  border-radius: 15px;
  margin: 0 auto 5rem auto;
}
.ccontainer {
  font-size: 11px;
  margin-left: 2rem;
}
.formularz::after {
  content: "";
  width: 150px;
  height: 150px;
  border-radius: 10px;
  background-image: linear-gradient(to bottom, #C02027 0%, #861817 100%);
  position: absolute;
  z-index: -1;
  right: -1rem;
  bottom: 9rem;
}
[type='file'], [type='checkbox'], [type='radio'] {
  margin: 0 0 1rem;
  position: absolute;
  left: 6rem;
  bottom: 9rem;
}
.footer [type='checkbox'] {
  margin: 0 0 1rem;
  position: relative !important;
  left: 0rem !important;
  bottom: 0rem !important;
}
[type=color], [type=date], [type=datetime-local], [type=datetime], [type=email], [type=month], [type=number], [type=password], [type=search], [type=tel], [type=text], [type=time], [type=url], [type=week], textarea {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem 0.5rem 0.5rem 3.2rem;
  border-radius: 8px;
  border: solid 1px #ccc;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
labelname, labeltel, labelemail, labelmsg {
  position: relative;
}
labelname::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-image: url(/svg/human.svg);
  background-position: center;
  z-index: 1;
}
labeltel::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 0;
  width: 18px;
  height: 25px;
  background-image: url(/svg/phone.svg);
  background-position: center;
  z-index: 1;
}
labelemail::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 0;
  width: 23px;
  height: 25px;
  background-image: url(/svg/at.svg);
  background-position: center;
  z-index: 1;
}
labelmsg::before {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  bottom: 0;
  width: 25px;
  height: 25px;
  background-image: url(/svg/msg.svg);
  background-position: center;
  z-index: 1;
}
.z-1 {
  z-index: 0
}
.formularz {
  text-align: left !important;
  position: relative;
  top: -15rem;
  padding: 6rem;
  /*    background-image:url("/hdr/wpix.avif");
    background-repeat: repeat;
    background-size: cover;*/
  background-color: #ffffff;
  border-radius: 15px;
  margin-bottom: -10rem;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.news-title .readarrow img, .news-title-special .readarrow img, .news-title-special2 .readarrow img {
  transition: all 0.5s;
  transform: rotate(0);
}
.news-title:hover .readarrow img, .news-title-special:hover .readarrow img, .news-title-special2:hover .readarrow img {
  transition: all 0.5s;
  transform: rotate(-90deg);
}
.main-news .readarrow2 img {
  transition: all 0.5s;
  transform: rotate(0);
}
.main-news:hover .readarrow2 img {
  transition: all 0.5s;
  transform: rotate(-90deg);
}
.ggradient {
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 1) 40%, rgba(236, 236, 236, 1) 60%);
  margin-bottom: 0 !important;
  z-index: 0;
  position: relative;
  padding-bottom: 5rem;
}
.kontakt-img {
  background-image: url("/img/kontakt-img.webp");
  border-radius: 0 15px 15px 0;
  background-position: center;
  background-size: cover;
  min-height: 300px;
  z-index: -1;
}
.kontakt-txt {
  color: #ffffff;
  padding: 6rem 6rem 20rem 25%;
  background: radial-gradient(circle, rgba(27, 50, 80, 1) 0%, rgba(27, 54, 86, 1) 50%, rgba(21, 43, 69, 1) 96%);
}
.kontakt-txt h2 {
  color: #ffffff;
  margin-bottom: 3rem
}
.news-title {
  margin-top: 2rem
}
.news-title-special {
  height: calc(600px + 2rem);
  margin-top: 2rem
}
.news-title-special2 {
  top: calc(-300px);
  position: relative;
  height: 300px
}
.readmore {
  position: absolute;
  bottom: 1rem;
  margin: 0.5rem 2rem;
  color: white;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
}
.readarrow img {
  height: 28px;
  position: absolute;
  bottom: 0rem;
  right: 1rem;
  margin: 0.5rem 2rem;
  top: 2rem;
}
.newstitle h6 {
  color: white;
  margin: 2rem;
  position: relative;
  font-family: Unison-regular;
  font-size: 20px;
  text-shadow: 0px 0px 18px rgba(0, 0, 0, 0.8);
  z-index: 9999999;
}
.newstitle2 h6 {
  color: #193250;
  margin: 1rem;
  position: relative;
  font-family: Unison-regular;
  font-size: 16px;
}
.news {
  position: relative;
  margin-top: 5rem
}
.info img {
  width: 90px;
  margin: 2rem auto 1rem auto;
  z-index: 1;
}
.info {
  color: white;
  position: relative;
}
.infobg {
  position: relative;
  z-index: 1;
  top: -2rem;
  padding: 3rem 0 4rem 0;
  margin-left: 13%;
  border-radius: 15px 0 0 15px;
  background: radial-gradient(circle, rgba(27, 50, 80, 1) 0%, rgba(27, 54, 86, 1) 50%, rgba(21, 43, 69, 1) 96%);
}
.spcontainer {
  position: relative;
  z-index: 99
}
.sp-img {
  background-image: url("/img/sprzedaz-gruntow-slupsk.webp");
  background-position: bottom;
  background-size: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
  margin: 0 2rem 2rem 2rem;
  position: relative;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  -moz-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.15);
}
.sp-img::before {
  content: '';
  z-index: -1;
  position: absolute;
  width: 200px;
  height: 200px;
  top: -1rem;
  left: -1rem;
  background-image: linear-gradient(to bottom, #C02027 0%, #861817 100%);
  border-radius: 15px;
}
section {
  margin-top: 10rem;
  margin-bottom: 10rem
}
.button-blue {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.3rem 1.6rem 1.4rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  color: white;
  background-image: linear-gradient(to right, #234770 0%, #0E1E32 100%);
  background-size: 200% 150%;
  transition: background-position 0.5s;
}
.button-blue:hover {
  background-position: 100% 0;
  color: white;
}
.button-red {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.3rem 1.6rem 1.4rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 10px;
  font-family: inherit;
  font-size: 1rem;
  -webkit-appearance: none;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  background-image: linear-gradient(to right, #C02027 0%, #861817 100%);
  background-size: 200% 150%;
  transition: background-position 0.5s;
  color: white
}
.button-red:hover {
  background-position: 100% 0;
  color: white
}
.footer .button-red a {
  color: white !important
}
.footer .button-red {
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 1rem 0;
  padding: 1.2rem 1.5rem 1.3rem;
  border: 1px solid transparent;
  border-radius: 7px;
  font-family: inherit;
  font-size: 1rem;
  line-height: 1;
  text-align: center;
  cursor: pointer;
  appearance: none;
  color: #fff;
  background-image: linear-gradient(to right, #c02027 0%, #861817 100%);
  background-size: 200% 150%;
  transition:
    background-position 0.5s ease-out, background-color 0.25s ease-out, color 0.25s ease-out;
}
.gm-style .gm-style-iw-c {
  position: absolute;
  box-sizing: border-box;
  overflow: hidden;
  top: 0;
  left: 0;
  transform: translate3d(-50%, -100%, 0);
  background-color: white;
  border-radius: 8px;
  box-shadow: 0 0px 44px 0px rgb(0 0 0 / 20%);
  max-width: 270px !important;
  min-width: 200px !important;
  padding: 0 18px 20px 36px !important;
}
.gm-style-iw-d {
  padding: 0 !important;
}
.mapa {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0
}

.footer {
  padding: 8rem 0 6rem 0;
  color: white;
  background: radial-gradient(circle, rgba(27, 50, 80, 1) 0%, rgba(27, 54, 86, 1) 50%, rgba(21, 43, 69, 1) 96%);
}
.footer a {
  color: #A4B6CC;
  transition: all 0.3s
}
.footer a:hover {
  color: white;
  transition: all 0.3s
}
.footer-low {
  background-color: #13273f;
  padding: 2rem 1rem;
  color: white;
  font-size: 0.9rem
}
.footer-logo img {
  float: right;
  width: 140px;
}
.input-group-field {
  border-radius: 8px 0 0 8px !important;
  padding: 1.3rem !important
}
.news-btn {
  border-radius: 0 8px 8px 0 !important;
  background-color: #a41d20;
}
.news-btn:hover {
  background-color: #C02027
}
.news-btn:focus {
  background-color: #a41d20;
}
.header {
  background-color: rgba(255, 255, 255, 1.00);
  padding: 0rem;
  position: absolute;
  top: 0;
  z-index: 999999;
  width: 100%;
  -webkit-box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.06);
  -moz-box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 3px 60px 0px rgba(0, 0, 0, 0.06);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.sticky .header {
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.ringing {
  height: 33px;
  margin-right: 10px;
  margin-top: -5px;
  animation: ringing 10s ease 1s infinite normal none;
}
.header-top {
  border-bottom: solid 1px #e5e5e5;
  padding: 1rem 2rem;
  min-height: 50px;
  width: 100%
}
.header-bottom {
  border-bottom: solid 1px #DEDEDE;
  padding: 2.5rem 1rem 2.2rem 1rem;
  min-height: 50px;
  width: 100%;
  transition: height 0.4s ease-in-out;
  -webkit-transition: padding 0.4s ease-in-out;
  -moz-transition: padding 0.4s ease-in-out;
}
.header-tel {
  font-size: 1.5rem;
  font-family: 'unison-bold';
  padding-top: 12px;
}
.header-tel a {
  color: #152b45;
  transition: all 0.3s
}
.header-tel a:hover {
  color: #a41d20;
  transition: all 0.3s
}
.bold {
  font-family: 'unison-bold';
}
.menu {
  padding-top: 12px
}
.menu a {
  color: #152b45;
  transition: all 0.3s;
  font-family: 'unison-bold';
  font-size: 18px
}
.menu a:hover {
  color: #1779ba;
}
.menu li.active {
  border-bottom: solid 5px #eeeeee;
  padding-bottom: 20px;
  transition: all 0.3s
}
.dropdown.menu > li.is-dropdown-submenu-parent > a::after {
  border-color: #cccccc transparent transparent;
}
.sticky {
  position: fixed;
  width: 100%;
  z-index: 9999999;
  margin-top: -50px
}
.sticky .header-bottom {
  border-bottom: solid 1px #DEDEDE;
  padding: 10px 1rem 0 1rem;
  min-height: 80px;
  width: 100%;
  backdrop-filter: blur(5px);
}
.logotop img {
  height: 60px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  z-index: 99999999999;
  position: relative;
}
.sticky .logotop img {
  height: 43px;
  margin-top: 10px;
  transition: all 0.4s ease-in-out;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
}
.burger-icon.active {
  border-radius: 6px 6px 0 0;
}
.is-dropdown-submenu {
  position: absolute;
  top: 66px !important;
  z-index: 1;
  display: none;
  min-width: 380px;
  border: 1px solid #ffffff;
  background: #ffffff;
  padding: 1rem 2rem;
  -webkit-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.07);
  -moz-box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.07);
  box-shadow: 0px 3px 15px 0px rgba(0, 0, 0, 0.07);
  border-radius: 10px;
  left: -30px !important;
}
.mapa-kontakt {
  height: 800px;
  width: 100%;
  border-radius: 10px;
}
.mapa-kontakt-footer {
  height: 800px;
  width: 100%;
  border-radius: 0px;
}
.is-dropdown-submenu a {
  font-family: 'unison-regular' !important;
}
.vertical-center {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
}
.accordion-title {
    position: relative;
    display: block;
    padding: 1rem 2rem;
    border: 1px solid #e6e6e6;
    font-size: 1rem;
    line-height: 1;
    color: #1779ba;
    border-radius: 10px !important;
    margin-bottom: 1rem;
    background-color: #fbfbfb;
}
.accordion-content {
border: 1px solid #e6e6e6;
    border-top: 0;
    background-color: #fbfbfb;
    color: #0a0a0a;
    padding: 1rem 2rem;
    border-radius: 0 0 15px 15px !important;
    top: -1.35rem;
    position: relative;
}
.accordion-content.cennik {
  padding: 2rem 0rem;
}
table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  max-width: 100% !important;
  width: 100% !important;
  text-align: center !important
}
/*** HEADER ***/
table thead {
  border-bottom: 2px solid #e5e5e5 !important;
}
table th, table td {
  padding: 1em 0.5em !important;
  position: relative !important;
}
table th {
  font: 400 1.25em/1;
  letter-spacing: 0.025em !important;
  outline: none !important;
  padding-right: 2em !important;
  text-align: center !important;
  text-transform: uppercase !important;
  transition: color 0.2s ease-in-out !important;
}
table th:hover, table th:focus {
  color: #a41d20 !important;
}
/* Arrows */
table th:after, table th:before {
  border: 0.35em solid transparent;
  content: '';
  height: 0;
  position: absolute !important;
  right: 0.65em !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  transition: border-color 0.2s ease-in-out !important;
  width: 0 !important;
}
table th:before {
  border-top-color: rgb(155 155 155 / 25%) !important;
  border-top: 0 !important;
  margin-top: -0.35em !important;
}
table th:after {
  border-bottom: 0 !important;
  border-top-color: rgb(155 155 155 / 25%) !important;
  margin-top: 0.35em !important;
}
table th:hover:before, table th:focus:before {
  border-top-color: rgb(155 155 155 / 25%) !important;
}
table th:hover:after, table th:focus:after {
  border-top-color: rgb(155 155 155 / 25%) !important;
}
table th[aria-sort="ascending"], table th[aria-sort="descending"] {
  color: #a41d20 !important;
}
table th[aria-sort="ascending"]:before {
  border-bottom-color: #105FE9 !important;
}
table th[aria-sort="ascending"]:after {
  border-top-color: rgb(155 155 155 / 25%) !important;
}
table th[aria-sort="descending"]:before {
  border-top-color: rgb(155 155 155 / 25%) !important;
}
table th[aria-sort="descending"]:after {
  border-top-color: #0A41A2 !important;
}
table th[aria-sort="ascending"] {
  border-bottom-color: #105FE9 !important;
}
table th[aria-sort="ascending"] {
  border-top-color: rgb(155 155 155 / 25%) !important;
}
table th[aria-sort="descending"] {
  border-top-color: rgb(155 155 155 / 25%) !important;
}
table th[aria-sort="descending"] {
  border-top-color: #0A41A2 !important;
}
.accordion.tabela {
  margin-left: 0;
  background: #ebebeb;
  list-style-type: none;
  border-radius: 15px;
}
/*** BODY ***/
table tbody > tr {
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out !important;
}
table tbody > tr:hover {
  background-color: rgb(25 49 79 / 20%) !important;
}
/* Name Cell */
table td[data-label="Name"] {
  font-weight: 600 !important;
  letter-spacing: 0.05em !important;
}
/* Check and Cross Marks */
table tr span.yes, table tr span.no {
  transition: all 0.2s ease-in-out;
}
table tr:hover span.yes, table tr:hover span.no {
  color: #fff;
}
/************************************************/
/***************** MEDIA QUERIES ****************/
/************************************************/
@media (max-width: 50em) {
  /*** TABLE ***/
  table tr, table td {
    display: block !important;
  }
  table tr {
    padding: 0.75em 0 !important;
  }
  /* Header */
  table thead tr {
    text-align: center !important;
  }
  table th {
    display: block !important;
    padding: 0.25em 0.5em !important;
  }
  /* Body */
  table td {
    padding: 0.25em 0.5em 0.25em 12em !important;
    min-height: 30px;
  }
  table td:before {
    content: attr(data-label);
    font: 400 1.125em/1;
    left: 0.5em !important;
    position: absolute !important;
    top: 0.125em !important;
    /* width: 100% !important;*/
  }
  /* Check and Cross Marks */
  table span.yes {
    line-height: 0.875 !important;
  }
}
@media screen and (min-width:1394px) {
  .news {
    margin-bottom: -10rem !important;
  }
}
@media screen and (min-width:2000px) {
  .mapa-inwestycji-container {
    width: 70vw;
    margin: 0 auto;
  }
  .detal-detal {
    width: 70vw;
    margin: 0 auto;
  }
  .imp-canvas {
    border-radius: 15px !important
  }
}
.cb-container {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  z-index: 99999;
  display: flex;
  align-items: center; /* pion */
  justify-content: center; /* poziom */
  padding: 20px;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.4s ease-out;
}
.cb-container.cb-visible {
  opacity: 1;
  transform: translateY(0);
}
.cb-box {
  pointer-events: auto;
  max-width: 900px;
  background: #ffffff;
  color: #000;
  padding: 20px 24px 18px;
  border-radius: 10px;
  box-shadow: 0 -4px 16px rgba(0, 0, 0, 0.2);
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.cb-text h2 {
  margin: 0 0 6px;
  font-size: 18px;
}
.cb-text p {
  margin: 0 0 6px;
  font-size: 13px;
  line-height: 1.5;
}
.cb-rodo {
  font-size: 11px;
  color: #555;
}
.cb-rodo a {
  color: #0073e6;
  text-decoration: underline;
}
.cb-cookie-block {
  font-size: 11px;
  color: #c0392b;
}
/* Przyciski */
.cb-buttons {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
}
.cb-buttons.bottom {
  margin-top: 20px;
  justify-content: flex-end;
}
.cb-btn {
  padding: 8px 16px;
  border-radius: 6px;
  cursor: pointer;
  border: none;
  font-size: 13px;
  font-weight: 500;
  font-family: inherit;
}
.cb-deny {
  background: #e5e5e5;
  color: #333;
}
.cb-customize {
  background: #0073e6;
  color: #fff;
}
.cb-allow {
  background: #28a745;
  color: #fff;
}
/* Panel ustawień */
#cookie-settings {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.6);
  z-index: 100000;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease-out;
}
#cookie-settings.cb-open {
  opacity: 1;
  pointer-events: auto;
}
.hidden {
  display: none !important;
}
.cb-settings-box {
  width: 90%;
  max-width: 650px;
  max-height: 80vh;
  overflow-y: auto;
  background: #fff;
  padding: 24px 26px 22px;
  border-radius: 10px;
  font-family: Arial, sans-serif;
}
.cb-settings-box h2 {
  margin-top: 0;
  margin-bottom: 6px;
}
.cb-settings-box > p {
  margin-top: 0;
  font-size: 13px;
}
.cb-cat {
  background: #f7f7f7;
  margin-top: 16px;
  padding: 14px 14px 14px 16px;
  border-radius: 8px;
  position: relative;
}
.cb-cat-title {
  display: block;
  font-size: 14px;
  font-weight: bold;
  margin-bottom: 4px;
}
.cb-desc {
  font-size: 12px;
  margin: 0;
  padding-right: 80px;
}
/* Switch */
.cb-switch {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
}
.cb-switch input {
  display: none;
}
.slider {
  width: 44px;
  height: 22px;
  background: #ccc;
  display: inline-block;
  border-radius: 34px;
  position: relative;
  cursor: pointer;
}
.slider:before {
  content: "";
  position: absolute;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: white;
  top: 2px;
  left: 2px;
  transition: .25s;
}
.cb-switch input:checked + .slider {
  background: #28a745;
}
.cb-switch input:checked + .slider:before {
  transform: translateX(20px);
}
.cb-switch.disabled {
  opacity: 0.5;
  cursor: not-allowed;
  pointer-events: none;
}
.cb-reopen {
    position: fixed;
    left: 29px;
    bottom: 12px;
    z-index: 99998;
    background: #ffffff;
    border-radius: 6px;
    padding: 4px 7px;
    font-size: 11px;
    font-family: Arial, sans-serif;
    color: #333;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    opacity: 1;
    user-select: none;
}
.uzbrojenie-priv {
  background-color: #F3F3F3;
  padding: 1rem;
  text-align: center
}
.uzbrojenie-priv h6 {
  font-weight: 100;
  font-size: 0.95rem;
  font-family: 'unison-regular';
}
.cb-reopen:hover {
  opacity: 1;
}
.search-form {
  position: relative;
  width: 100%;
  margin-bottom: 3rem
}
/* wrapper */
.select-wrap {
  position: relative;
  width: 100%;
}
/* select */
.select-field {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 100%;
  height: 52px;
  padding: 0 30px 0 56px;
  border: 1px solid #e2e2e2;
  border-radius: 10px;
  background-color: #fff;
  font-size: 15px;
  color: #747474;
  cursor: pointer;
}
/* placeholder (disabled option) */
.select-field option[disabled] {
  color: #999;
}
/* ikona po lewej */
.select-icon-lokalizacja {
  position: absolute;
  left: 12px;
  top: 40%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  pointer-events: none;
  background: url(../svg/search-lokalizacja.svg);
  background-repeat: no-repeat;
}
.select-icon-dzialka {
  position: absolute;
  left: 12px;
  top: 40%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  pointer-events: none;
  background: url(../svg/search-dzialka.svg);
  background-repeat: no-repeat;
}
.select-icon-sort {
  position: absolute;
  left: 12px;
  top: 40%;
  transform: translateY(-50%);
  width: 31px;
  height: 31px;
  pointer-events: none;
  background: url(../svg/search-sort.svg);
  background-repeat: no-repeat;
}
/* focus */
.select-field:focus {
  outline: none;
  border-color: #c9c9c9;
}
/* button */
.search-btn {
  height: 52px;
  border-radius: 10px;
  font-size: 15px;
  background-color: #111;
  color: #fff;
  text-transform: lowercase;
}
.search-btn:hover {
  background-color: #000;
}

.imp-tooltip-wrap.imp-tooltip-position-top .imp-tooltip {
    transform-origin: 50% 100%;
    -webkit-box-shadow: 0px -3px 25px 0px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0px -3px 25px 0px rgba(0, 0, 0, 0.1);
    box-shadow: 0px -3px 25px 0px rgba(0, 0, 0, 0.1);
}

.process-section {
  position: relative;
	text-align: center;
}

.process-intro {
  max-width: 760px;
  margin: 1rem auto 0;
  color: #465465;
  font-size: 1.05rem;
  line-height: 1.8;
}

.process-highlight {
  background: linear-gradient(135deg, #152b45 0%, #1b3656 100%);
  color: #ffffff;
  padding: 2.2rem 2rem;
  border-radius: 15px;
  box-shadow: 0 18px 50px rgba(21, 43, 69, 0.18);
  font-size: 1.35rem;
  line-height: 1.6;
}

.process-badges {
  margin-top: 1.2rem;
}

.process-badges span {
  display: inline-block;
  margin: 0.3rem;
  padding: 0.55rem 0.95rem;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  border: solid 1px rgba(255, 255, 255, 0.18);
  color: #ffffff;
  font-size: 0.82rem;
  font-family: 'Unison-bold', Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.process-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-top: 1rem;
}

.process-card {
  position: relative;
  background: #ffffff;
  border-radius: 15px;
  padding: 2rem 1.6rem 1.7rem;
  box-shadow: 0 14px 40px rgba(0, 0, 0, 0.06);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
  overflow: hidden;
	margin-bottom: 2rem
}

.process-card:hover {
  transform: translateY(-8px);
  box-shadow: 0 22px 55px rgba(0, 0, 0, 0.10);
}

.process-card::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 5px;
 background-color: #a41d20;
}

.process-card-wide {
  grid-column: 2 / 3;
}

.process-step-no {
  display: inline-block;
  margin-bottom: 1rem;
  font-size: 0.82rem;
  line-height: 1;
  letter-spacing: 0.14em;
  color: #8a97a6;
  font-family: 'Unison-bold', Arial, sans-serif;
}

.process-icon {
    width: 85px;
    height: 85px;
    border-radius: 50px;
    background: rgba(21, 43, 69, 0.04);
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 1rem auto;
}

.process-icon svg {
  width: 30px;
  height: 30px;
  stroke: #152b45;
  stroke-width: 1.8;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.process-card h3 {
  margin-bottom: 0.7rem;
  font-size: 1.2rem;
  line-height: 1.35;
  color: #152b45;
}

.process-card p {
  margin-bottom: 0;
  color: #465465;
  line-height: 1.7;
  font-size: 0.98rem;
}

.process-benefit {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid #e8edf3;
  color: #152b45;
  font-size: 0.85rem;
  font-family: 'Unison-bold', Arial, sans-serif;
  line-height: 1.5;
}







.exit-popup {
  position: fixed;
  inset: 0;
  z-index: 9999999999;
  display: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}

.exit-popup.is-visible {
  display: block;
  opacity: 1;
}

.exit-popup__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(11, 17, 32, 0.72);
  backdrop-filter: blur(4px);
}

.exit-popup__dialog {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 32px);
  max-width: 980px;
  margin: 0;
  background: #ffffff;
  border-radius: 15px;
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.22);
  overflow: hidden;
}





.exit-popup__close {
    position: absolute;
    top: 8px;
    right: 9px;
    width: 35px;
    height: 35px;
    border: 0;
    border-radius: 50%;
    background: #f3f5f8;
    color: #101828;
    font-size: 23px;
    line-height: 1;
    cursor: pointer;
    z-index: 3;
}

.exit-popup__content {
  display: grid;
  grid-template-columns: 1.05fr 0.95fr;
  min-height: 540px;
}

.exit-popup__text {
  padding: 54px 48px;
  background: linear-gradient(135deg, #0f2747 0%, #143863 50%, #1b4f86 100%);
  color: #ffffff;
}

.exit-popup__eyebrow {
  display: inline-block;
  margin-bottom: 16px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.14);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.exit-popup__text h3 {
  margin: 0 0 18px;
  font-size: 34px;
  line-height: 1.15;
  color: #ffffff;
}

.exit-popup__text p {
  margin: 0 0 24px;
  font-size: 14px;
  line-height: 1.7;
  color: rgba(255, 255, 255, 0.92);
}

.exit-popup__benefits {
  margin: 0;
  padding: 0;
  list-style: none;
}

.exit-popup__benefits li {
  position: relative;
  margin: 0 0 14px;
  padding-left: 28px;
  font-size: 16px;
  line-height: 1.5;
}

.exit-popup__benefits li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #a8d5ff;
}

.exit-popup__form-wrap {
  padding: 54px 40px 40px;
  background: #ffffff;
}

.exit-popup__form {
  display: grid;
  gap: 16px;
}

.exit-popup__field label {
  display: block;
  margin-bottom: 7px;
  font-size: 14px;
  font-weight: 700;
  color: #1f2937;
}

.exit-popup__field input, .exit-popup__field textarea {
    width: 100%;
    margin: 0;
    padding: 5px 20px;
    border: 1px solid #d7dde5;
    border-radius: 10px;
    background: #ffffff;
    font-size: 12px;
    color: #111827;
    box-shadow: none;
}

.exit-popup__field input:focus,
.exit-popup__field textarea:focus {
  outline: none;
  border-color: #1b4f86;
}



.exit-popup__consent {
  display: flex !important;
  align-items: flex-start !important;
  gap: 12px !important;
  width: 100% !important;
}


.exit-popup__consent input[type="checkbox"] {
  flex: 0 0 18px !important;
  width: 18px !important;
  height: 18px !important;
  margin: 3px 0 0 0 !important;
  position: static !important;
  float: none !important;
}

.exit-popup__consent label {
  display: block !important;
  flex: 1 1 auto !important;
  width: auto !important;
  margin: 0 !important;
  font-size: 10px !important;
  line-height: 1.55 !important;
  color: #475467 !important;
  text-align: left !important;
  white-space: normal !important;
}

.exit-popup__consent input {
  margin-top: 3px;
}

.exit-popup__consent a {
  color: #1b4f86;
  text-decoration: underline;
}

.exit-popup__submit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  padding: 14px 22px;
  border: 0;
  border-radius: 10px;
  background: #c02027;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.exit-popup__submit:hover {
  transform: translateY(-1px);
  opacity: 0.95;
}

.exit-popup-fab {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 9998;
  display: none;
  min-height: 52px;
  padding: 14px 18px;
  border: 0;
  border-radius: 999px;
  background: #0f2747;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  box-shadow: 0 18px 34px rgba(0, 0, 0, 0.18);
  cursor: pointer;
}

body.exit-popup-open {
  overflow: hidden;
}


#formularz-sprzedaz-dzialki input[type="text"],
#formularz-sprzedaz-dzialki input[type="email"],
#formularz-sprzedaz-dzialki select,
#formularz-sprzedaz-dzialki textarea {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.4375rem;
  margin: 0 0 1rem;
  padding: 0.5rem 1rem;
  border-radius: 8px;
  border: solid 1px #ccc;
  background-color: #ffffff;
  font-family: inherit;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: border-color 0.3s ease, box-shadow 0.3s ease;
}

#formularz-sprzedaz-dzialki textarea {
  min-height: 160px;
  height: auto;
  resize: vertical;
  padding: 1rem;
}

#formularz-sprzedaz-dzialki select {
  padding-right: 2rem !important;
}

#formularz-sprzedaz-dzialki .zgoda-box {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  margin: 0 0 1.5rem 0;
  font-weight: 400;
  line-height: 1.6;
  color: #465465;
}

#formularz-sprzedaz-dzialki .zgoda-box input[type="checkbox"] {
  position: relative !important;
  left: auto !important;
  bottom: auto !important;
  top: 0.2rem !important;
  margin: 0 !important;
  width: 18px !important;
  height: 18px !important;
  min-width: 18px;
  min-height: 18px;
  padding: 0 !important;
  display: inline-block !important;
  vertical-align: top;
  flex: 0 0 18px;
  appearance: auto;
  -webkit-appearance: checkbox;
  -moz-appearance: checkbox;
}

#formularz-sprzedaz-dzialki .zgoda-box span {
  display: block;
  flex: 1 1 auto;
}

.o-uzbrojenie {
  font-size: 0.8rem;
  color: #4a4a4a;
}

.priv-slider-video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}







@media (max-width: 991px) {
  .exit-popup__content {
    grid-template-columns: 1fr;
  }

  .exit-popup__dialog {
    max-width: 620px;
    margin: 18px auto;
  }

  .exit-popup__text,
  .exit-popup__form-wrap {
    padding: 32px 24px;
  }

  .exit-popup__text h3 {
    font-size: 28px;
  }
}

@media (max-width: 767px) {
  .exit-popup__dialog {
    top: 50%;
    transform: translate(-50%, -50%);
    max-height: 90vh;
    overflow-y: auto;
  }

  .exit-popup__text h3 {
    font-size: 24px;
  }

  .exit-popup__text p,
  .exit-popup__benefits li {
    font-size: 15px;
  }

  .exit-popup-fab {
    display: inline-flex;
    align-items: center;
    justify-content: center;
  }
}


/* Mobile */
@media (max-width: 640px) {
  .cb-box {
    border-radius: 0;
  }
  .cb-buttons {
    justify-content: center;
  }
}