/*--------------------------------------------------------------
>>> TABLE OF CONTENTS:
----------------------------------------------------------------

# Reset
# Elements
# Forms
# Links
# Alignments
# Accessibility
# Navigation
    # Dropdown Menus
    # Sidebar Navigation
# Post Navigation
# Header
# Post Content
# Widgets
# Content Layout
# Sidebars
# Footer
# Featured Images
# Icons
# Compatibility
# Mobile
--------------------------------------------------------------*/



.kontakt {

}

.kontakt-wrap {
    max-width: 1200px;
    margin: 0 auto;
}

.kontakt-header {
    margin-bottom: 40px;
}

.kontakt-header h1 {
    font-size: 42px;
    color: var(--contrast);
    margin-bottom: 10px;
}

.kontakt-header p {
    font-size: 18px;
    color: var(--contrast-2);
}

.kontakt-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 24px;
}

.kontakt-box {
    background: var(--base-3);
    border: 1px solid var(--contrast-3);
    border-radius: 18px;
    padding: 26px;
}

.kontakt-box-light {
    background: var(--base);
}

.kontakt-box h2 {
    font-size: 22px;
    color: var(--contrast);
    margin-bottom: 18px;
}

.kontakt-box p {
    margin: 0 0 8px;
    color: var(--contrast-2);
    font-size: 16px;
}

.kontakt-row {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    font-size: 16px;
}

.kontakt-row span {
    color: var(--contrast-2);
}

.kontakt-row strong {
    color: var(--contrast);
    font-weight: 600;
}

/* MOBILE */

@media (max-width: 768px) {
    .kontakt-grid {
        grid-template-columns: 1fr;
    }

    .kontakt-header h1 {
        font-size: 32px;
    }
}



.awarie-box {
  max-width: 680px;
  margin: 0 auto;
  color: var(--contrast);
}

.awarie-box h2 {
  margin: 0 0 6px;
  color: var(--contrast);
  font-size: 24px;
  line-height: 1.2;
  font-weight: 700;
}

.awarie-lead {
  margin: 0 0 16px;
  color: var(--contrast-2);
  font-size: 15px;
}

.awarie-item {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 14px;
  align-items: center;
  padding: 13px 14px;
  margin-bottom: 10px;
  border: 1px solid var(--contrast-3);
  border-left: 4px solid var(--accent);
  border-radius: 10px;
  background: var(--base-3);
}

.awarie-item h3 {
  margin: 0 0 4px;
  color: var(--contrast);
  font-size: 16px;
  line-height: 1.25;
  font-weight: 700;
}

.awarie-item p {
  margin: 0;
  color: var(--contrast-2);
  font-size: 14px;
  line-height: 1.4;
}

.awarie-tel {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 6px;
}

.awarie-tel a {
  display: inline-block;
  padding: 7px 10px;
  border-radius: 8px;
  background: var(--contrast-3);
  color: var(--contrast);
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  white-space: nowrap;
}

.awarie-tel a:hover {
  background: var(--accent);
  color: var(--base-3);
}

.awarie-info {
  margin: 12px 0 0;
  padding: 10px 12px;
  border-radius: 8px;
  background: var(--base-2);
  color: var(--contrast-2);
  font-size: 14px;
}

@media (max-width: 600px) {
  .awarie-item {
    grid-template-columns: 1fr;
    gap: 8px;
  }

  .awarie-tel {
    justify-content: flex-start;
  }
}






.cf7-awarie {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px 10px;
  color: var(--contrast);
}

.page .cf7-awarie label {
  display: grid;
  gap: 4px;
  margin: 0;
  font-size: 13px;
  font-weight: 600;
}

.cf7-awarie .cf7-full {
  grid-column: 1 / -1;
}

.page .cf7-awarie input,
.page .cf7-awarie select,
.page .cf7-awarie textarea {
  width: 100%;
  padding: 7px 9px;
  border: 1px solid var(--contrast-3);
  border-radius: 7px;
  background: var(--base-3);
  color: var(--contrast);
  font-size: 13px;
  line-height: 1.25;
}

.page .cf7-awarie textarea {
  min-height: 58px;
  max-height: 90px;
  resize: vertical;
}

.page .cf7-awarie input:focus,
.page .cf7-awarie select:focus,
.page .cf7-awarie textarea:focus {
  outline: none;
  border-color: var(--accent);
}

.cf7-awarie .wpcf7-acceptance {
  font-size: 12px;
  line-height: 1.35;
}

.page .cf7-awarie input[type="submit"] {
    
    
  width: auto;
  padding: 8px 14px;
  border: 0;
  background: var(--accent);
  color: var(--base-3);
  font-size: 13px;
  font-weight: 700;
  cursor: pointer;
}

.page .cf7-awarie input[type="submit"]:hover {
  background: var(--contrast);
}

@media (max-width: 640px) {
  .cf7-awarie {
    grid-template-columns: 1fr;
  }
}









.sm-about-box {
    color: #64270f;
}

.sm-about-head {
    display: flex;
    align-items: center;
    gap: 22px;
    margin-bottom: 34px;
    color: #ef4105;
}

.sm-about-head__icon {
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
}

.sm-about-head__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.sm-about-head h2 {
    margin: 0;
    font-size: clamp(34px, 4vw, 56px);
    line-height: 1.08;
    font-weight: 400;
    letter-spacing: -0.04em;
   
}

.sm-about-grid {
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    gap: 24px;
}

.sm-about-card {
    background: #eee8e4;
    border-radius: 12px;
    padding: 34px;
}

.sm-about-card--main {
    background: var(--contrast);
    color: #ffffff;
}

.sm-about-card--contact {
	grid-column: 1 / -1;
	background: var(--accent);
	color: #ffffff;
}

.sm-about-card__label {
    display: block;
    margin-bottom: 22px;
    font-size: 18px;
    line-height: 1.3;
    color: inherit;
    opacity: .82;
}

.sm-about-card h3 {
    margin: 0;
    font-size: clamp(34px, 3.5vw, 52px);
    line-height: 1.05;
    font-weight: 400;
    letter-spacing: -0.04em;
    color: inherit;
}

.sm-about-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.sm-about-list li {
    display: grid;
    grid-template-columns: 220px 1fr;
    gap: 18px;
    padding: 16px 0;
    border-bottom: 1px solid rgba(100, 39, 15, .16);
}

.sm-about-list li:first-child {
    
}

.sm-about-list li:last-child {
   
    border-bottom: 0;
}

.sm-about-list strong {
    font-size: 18px;
    font-weight: 600;
    color: #64270f;
}

.sm-about-list span {
    font-size: 18px;
    line-height: 1.35;
    color: #64270f;
    opacity: .78;
}

.sm-about-contact {
    display: grid;
    grid-template-columns: 1.2fr .8fr 1fr;
    gap: 28px;
    align-items: end;
}

.sm-about-contact p {
    margin: 0;
    font-size: 22px;
    line-height: 1.35;
}

.sm-about-contact a {
    color: #ffffff;
    text-decoration: none;
}

.sm-about-contact a:hover {
    text-decoration: underline;
}

@media (max-width: 900px) {
    .sm-about-grid {
        grid-template-columns: 1fr;
    }

    .sm-about-list li {
        grid-template-columns: 1fr;
        gap: 4px;
    }

    .sm-about-contact {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

@media (max-width: 600px) {
    .sm-about-card {
        padding: 26px;
    }

    .sm-about-head {
        gap: 16px;
        margin-bottom: 24px;
    }

    .sm-about-head__icon {
        width: 40px;
        height: 40px;
        flex-basis: 40px;
    }

    .sm-about-list strong,
    .sm-about-list span {
        font-size: 16px;
    }

    .sm-about-contact p {
        font-size: 18px;
    }
}







.page .inside-header,
.single .inside-header
 {
	display: flex;
	align-items: center;
	background: var(--contrast-3);
	border-radius: 15px;
}
.home .inside-header {
	display: flex;
	align-items: center;
	background: transparent;
	border-radius: 15px;
}




.resident-doc-head {
	display: flex;
	align-items: center;
	gap: 22px;
	color: #ef4105;
	margin-bottom: 30px;
}

.resident-doc-head__icon {
    width: 32px;
    height: 32px;
    flex: 0 0 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.resident-doc-head__icon svg {
    width: 32px;
    height: 32px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.8;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.resident-doc-head__label {
    font-size: 18px;
    line-height: 1.25;
    font-weight: 400;
}




.resident-small-head {
	display: flex;
	align-items: center;
	gap: 20px;
	color: #ef4105;
	margin-bottom: 20px;
}

.resident-small-head__icon {
    width: 32px;
    height: 32px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.resident-small-head__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.resident-small-head__label {
    font-size: 18px;
    line-height: 1.2;
    font-weight: 400;
}

@media (max-width: 768px) {
    .resident-small-head {
        gap: 14px;
    }

    .resident-small-head__icon {
        width: 20px;
        height: 20px;
    }

    .resident-small-head__label {
        font-size: 14px;
    }
}




.resident-intro {
    min-height: 290px;
    padding: 10px 0 0 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.resident-intro__top {
    display: flex;
    align-items: center;
    gap: 28px;
    color: #ef4105;
}

.resident-intro__icon {
    width: 36px;
    height: 36px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.resident-intro__icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

.resident-intro__label {
	font-size: 18px;
	line-height: 1.2;
	font-weight: 400;
}

.resident-intro__title {
    margin: 0;
    color: #64270f;
    font-size: clamp(58px, 5vw, 78px);
    line-height: 1.12;
    font-weight: 400;
    letter-spacing: -0.055em;
}

@media (max-width: 768px) {


    .resident-intro__top {
        gap: 18px;
    }

    .resident-intro__icon {
        width: 44px;
        height: 44px;
    }

    .resident-intro__label {
        font-size: 20px;
    }

    .resident-intro__title {
        font-size: 52px;
    }
}

.site-footer .resident-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 224px;
	padding: 39px;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
	border: 2px solid #fff;
}


.resident-tile {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	min-height: 290px;
	padding: 48px;
	border-radius: 12px;
	overflow: hidden;
	text-decoration: none;
	color: inherit;
	transition: transform .28s ease, box-shadow .28s ease, filter .28s ease;
}

.resident-tile__icon {
	width: 48px;
	height: 48px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	transition: transform .28s ease, opacity .28s ease;
}

.resident-tile__icon svg {
    width: 100%;
    height: 100%;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.65;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.resident-tile__label {
	font-size: 32px;
	line-height: 1.08;
	font-weight: 400;
	letter-spacing: -0.035em;
	transition: transform .28s ease;
}

.resident-tile:hover {
    transform: translateY(-4px);
    box-shadow: 0 18px 40px rgba(70, 35, 20, .14);
}

a.resident-tile--dark:hover {
	color: #fff;
}





.resident-tile:hover .resident-tile__icon {
    transform: translateY(-3px);
    opacity: .9;
}

.resident-tile:hover .resident-tile__label {
    transform: translateX(4px);
}

.resident-tile:focus-visible {
    outline: 3px solid #ffffff;
    outline-offset: -8px;
}

.resident-tile--dark {
    background: #64270f;
    color: #ffffff;
}

.resident-tile--dark .resident-tile__icon {
    color: #ef4105;
}

.resident-tile--orange {
    background: #ef4105;
    color: #ffffff;
}

.resident-tile--orange .resident-tile__icon {
    color: #64270f;
}

.resident-tile--light {
    background: #eee8e4;
    color: #64270f;
}

.resident-tile--light .resident-tile__icon {
    color: #ef4105;
}

.resident-tile--light:focus-visible {
    outline-color: #64270f;
}

@media (max-width: 768px) {
    .resident-tile {
        min-height: 230px;
        padding: 30px;
    }

    .resident-tile__icon {
        width: 54px;
        height: 54px;
    }

    .resident-tile__label {
        font-size: 34px;
    }
}






.box {
	border-radius: 20px;
	border: 2px solid #ccc;
	padding: 40px;
	background: #fff; 
}











@font-face {
  font-family: 'Switzer';
  src: url('/wp-content/uploads/fonts/Switzer-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Switzer';
  src: url('/wp-content/uploads/fonts/Switzer-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: 'Switzer', sans-serif;
}



/* Punktory tylko w treści wpisu/strony */
.entry-content ul {
  list-style: none;
  padding-left: 0;
  margin-left: 0;
}

.entry-content ul li {
  padding-left: 33px;
}

.entry-content ul li::before {
	content: "";
	position: absolute;
	left: 0;
	top: 50%;
	width: 23px;
	height: 23px;
	transform: translateY(-50%);
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19l12-12-1.41-1.41z'/></svg>") no-repeat center;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' fill='black' viewBox='0 0 24 24'><path d='M9 16.17L4.83 12l-1.42 1.41L9 19l12-12-1.41-1.41z'/></svg>") no-repeat center;
	-webkit-mask-size: contain;
	mask-size: contain;
	background-color: var(--accent);
}

/* Kolor po najechaniu */
.entry-content ul li:hover::before {

}














/* Nowoczesny wygląd list linków w widgetach GeneratePress */
.inside-right-sidebar .widget ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.inside-right-sidebar .widget ul li a {
	text-decoration: none;
	color: var(--contrast);
	border-bottom: 1px solid;
	display: block;
	padding-bottom: 11px;
}
.inside-right-sidebar .widget ul li a:hover{
  text-decoration: none;
  color: var(--accent);
}




.featured-image.page-header-image-single {
  width: 100%;
  height: 500px;
  overflow: hidden; /* ucina co wystaje */
}

.featured-image.page-header-image-single img {
  width: 100%;
  height: 100%;
  object-fit: cover; /* efekt cover */
  object-position: center center; /* wyśrodkowanie */
}









.o-nas-home::before {
	content: "";
	background: url("images/hkm-ico.svg") no-repeat;
	width: 80px;
	height: 59px;
	position: absolute;
	margin: 0 auto;
	background-size: cover;
	top: -30px;
	left: 0;
	right: 0;
}

.o-nas-home {
	position: relative;
}












/* ---------------- BURGER / ALERT ---------------- */

.burger-wrapper {
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 1101;
}

.client-zone-btn {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	padding: 0 22px;
	border-radius: 999px;
	background: #00153a;
	color: #fff;
	font-size: 15px;
	font-weight: 600;
	text-decoration: none;
	transition: all 0.3s ease;
}

.client-zone-btn:hover {
	background: #E84E0E;
	color: #fff;
}






.burger {
	width: 52px;
	height: 52px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	z-index: 1101;
	border-radius: 50%;
	background: var(--contrast);
	transition: all 0.3s ease;
}

.burger:hover {
	background: var(--accent);
}

.burger span {
	display: block;
	width: 30px;
	height: 30px;
	background: #fff;
	transition: all 0.3s ease;
	-webkit-mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill-rule='evenodd' d='M32 6c1.8 0 3.4 1 4.3 2.6l23 40.5c1.9 3.4-.5 7.9-4.3 7.9H9c-3.8 0-6.2-4.5-4.3-7.9l23-40.5C28.6 7 30.2 6 32 6zM8.2 52h47.6L32 10.2 8.2 52zM30.5 27h3v11h-3V27zM30.5 43.5h3v3.5h-3v-3.5z'/%3E%3C/svg%3E") no-repeat center / contain;
	mask: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 64 64'%3E%3Cpath fill-rule='evenodd' d='M32 6c1.8 0 3.4 1 4.3 2.6l23 40.5c1.9 3.4-.5 7.9-4.3 7.9H9c-3.8 0-6.2-4.5-4.3-7.9l23-40.5C28.6 7 30.2 6 32 6zM8.2 52h47.6L32 10.2 8.2 52zM30.5 27h3v11h-3V27zM30.5 43.5h3v3.5h-3v-3.5z'/%3E%3C/svg%3E") no-repeat center / contain;
}



/* po kliknięciu */
.burger.open {
	background: #00153a;
}

.burger.open span {
	transform: rotate(180deg);
}









/* ---------------- OVERLAY ---------------- */
.burger-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,0.5);
  backdrop-filter: blur(6px);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.3s ease;
  z-index: 1099;
}

.burger-overlay.open {
  opacity: 1;
  pointer-events: auto;
}

/* ---------------- POPUP ---------------- */
.burger-popup {
	position: fixed;
	top: 0;
	right: -60%;
	width: 50%;
	height: 100%;
	background: rgb(255, 255, 255);
	box-shadow: -5px 0 20px rgba(0,0,0,0.3);
	transition: right 0.5s ease;
	z-index: 9999;
	display: flex;
	flex-direction: column;
}

.burger-popup.open {
  right: 0;
}

.burger-popup-inner {
	padding: 40px;
	position: relative;
	overflow-y: auto;
	height: 100%;
	z-index: 1101;
	padding-top: 73px;
}

/* ---------------- CLOSE BUTTON ---------------- */
.popup-close {
	position: absolute;
	top: 15px;
	right: 20px;
	font-size: 40px;
	background: none;
	border: none;
	color: var(--accent);
	cursor: pointer;
	transition: transform 0.2s ease;
	z-index: 1102;
}

.popup-close:hover {
  
}

/* ---------------- POPUP CONTENT ---------------- */
.popup-content {
  text-align: left;
}

.popup-content .popup-title {
  font-size: 26px;
  margin-bottom: 10px;
  color: #00153a;
  font-weight: 600;
}

.popup-content .popup-desc {
  font-size: 16px;
  margin-bottom: 25px;
  color: #333;
}

/* ---------------- RESPONSYWNOŚĆ ---------------- */
@media (max-width: 991px) {
  .burger-popup {
    width: 80%;
    right: -100%;
  }
  .burger-popup.open {
    right: 0;
  }
  
 
}

@media (max-width: 575px) {
  .burger-popup {
    width: 100%;
    right: -100%;
  }
  .burger-popup.open {
    right: 0;
  }
}



.open-formularz {
	cursor: pointer;
}




.footer-widgets-container {
	padding: 80px 40px 80px 40px;
}






.przycisk a, a.przycisk {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 30px;
	background: var(--contrast);
	color: #fff;
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border: none;
	position: relative;
	transition: background 0.3s ease;
	cursor: pointer;
	border-radius: 14px;
}

.przycisk a:hover,
a.przycisk:hover {
  background: #002566; /* jaśniejszy granat */
  text-decoration: none;
}

.przycisk a::after,
a.przycisk::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: currentColor; /* strzałka bierze kolor tekstu */
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-142.717 23.196 12.313 12.313'><path d='M-141.303,35.51l8.899-8.899v7.485h2V23.196h-10.899v2h7.485l-8.899,8.899L-141.303,35.51z'/></svg>") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-142.717 23.196 12.313 12.313'><path d='M-141.303,35.51l8.899-8.899v7.485h2V23.196h-10.899v2h7.485l-8.899,8.899L-141.303,35.51z'/></svg>") no-repeat center / contain;
  transition: transform 0.3s ease;
  transform: rotate(45deg);
}


.przycisk a:hover, a.przycisk:hover {
	background: var(--accent);
	text-decoration: none;
	color: #fff;
}



.przycisk3 a, a.przycisk3 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 30px;
	background: var(--contrast-3);
	color: var(--contrast);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border: none;
	position: relative;
	transition: background 0.3s ease;
	cursor: pointer;
	border-radius: 14px;
}

.przycisk3 a:hover,
a.przycisk3:hover {
  background: #002566; /* jaśniejszy granat */
  text-decoration: none;
}

.przycisk3 a::after,
a.przycisk3::after {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  margin-left: 10px;
  background: currentColor; /* strzałka bierze kolor tekstu */
  -webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-142.717 23.196 12.313 12.313'><path d='M-141.303,35.51l8.899-8.899v7.485h2V23.196h-10.899v2h7.485l-8.899,8.899L-141.303,35.51z'/></svg>") no-repeat center / contain;
  mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-142.717 23.196 12.313 12.313'><path d='M-141.303,35.51l8.899-8.899v7.485h2V23.196h-10.899v2h7.485l-8.899,8.899L-141.303,35.51z'/></svg>") no-repeat center / contain;
  transition: transform 0.3s ease;
  transform: rotate(45deg);
}


.przycisk3 a:hover, a.przycisk3:hover {
	background: var(--accent);
	text-decoration: none;
	color: #fff;
}




.przycisk2 a, a.przycisk2 {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	padding: 14px 22px;
	background: #FFF;
	color: var(--contrast);
	font-size: 16px;
	font-weight: 500;
	text-decoration: none;
	border: 1px solid var(--contrast-3);
	position: relative;
	transition: background 0.3s ease;
	cursor: pointer;
	border-radius: 14px;
}
.przycisk2 a:hover,
a.przycisk2:hover {
  background: #002566; /* jaśniejszy granat */
  text-decoration: none;
}

.przycisk2 a::after, a.przycisk2::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 10px;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-142.717 23.196 12.313 12.313'><path d='M-141.303,35.51l8.899-8.899v7.485h2V23.196h-10.899v2h7.485l-8.899,8.899L-141.303,35.51z'/></svg>") no-repeat center / contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-142.717 23.196 12.313 12.313'><path d='M-141.303,35.51l8.899-8.899v7.485h2V23.196h-10.899v2h7.485l-8.899,8.899L-141.303,35.51z'/></svg>") no-repeat center / contain;
	transition: transform 0.3s ease;
	background: currentColor;
	color: #E84E0E;
	transform: rotate(45deg);
}


.przycisk2 a:hover:after, a.przycisk2:hover:after {
	color: #fff;
}

/* Animacja strzałki */
.przycisk2 a:hover, a.przycisk2:hover {
	background: var(--accent);
	text-decoration: none;
	color: #fff;
}























.slider strong::after {
	content: "";
	display: inline-block;
	width: 16px;
	height: 16px;
	margin-left: 21px;
	-webkit-mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-142.717 23.196 12.313 12.313'><path d='M-141.303,35.51l8.899-8.899v7.485h2V23.196h-10.899v2h7.485l-8.899,8.899L-141.303,35.51z'/></svg>") no-repeat center / contain;
	mask: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='-142.717 23.196 12.313 12.313'><path d='M-141.303,35.51l8.899-8.899v7.485h2V23.196h-10.899v2h7.485l-8.899,8.899L-141.303,35.51z'/></svg>") no-repeat center / contain;
	transition: transform 0.3s ease;
	background: currentColor;
	color: #E84E0E;
	transform: rotate(45deg);
	position: absolute;
	top: 33px;
}


.slider {
	margin-top: -190px;
	background-position: top center;
	color: #fff;
	padding: 170px 0;
}

.slider h1 strong {
	color: var(--accent);
	font-weight: 400;
	margin-right: 42px;
	position: relative; 
}
.slider h2{
	color: var(--accent);
	font-size: 30px;
}








/* ========================= */
/* kafle sama ramka */
/* ========================= */
.kafle3 {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}

.kafle3 .panel-grid-cell {
  flex: 1;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  box-sizing: border-box;
  padding: 30px !important;
  position: relative;
  overflow: hidden;
}


/* ========================= */
/* Jasne kafle (oryginalne)  */
/* ========================= */
.kafle {
  display: flex;
  flex-wrap: wrap;
  border-right: 1px solid #000;
  border-bottom: 1px solid #000;
  margin-bottom: -1px;
}

.kafle .panel-grid-cell {
  flex: 1;
  border-top: 1px solid #000;
  border-left: 1px solid #000;
  box-sizing: border-box;
  padding: 30px !important;
  position: relative;
  overflow: hidden;
}

.kafle .panel-grid-cell::after {
	content: "";
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100%;
	background: var(--accent);
	transform: translate(0%, 100%);
	transition: transform 0.25s ease-out;
	z-index: 0;
}

.kafle .panel-grid-cell:hover::after {
  transform: translate(0,0);
}

.kafle .panel-grid-cell > * {
  position: relative;
  z-index: 1;
}

/* ========================= */
/* Ciemne kafle (kafle2)     */
/* ========================= */
.kafle2 {
	display: flex;
	flex-wrap: wrap;
	border-right: 1px solid #eeefef;
	border-bottom: 1px solid #eeefef;
	margin-bottom: -1px;
	background: #0e1d42;
	color:#fff;
}

.kafle2 .panel-grid-cell {
	flex: 1;
	border-top: 1px solid #eeefef;
	border-left: 1px solid #eeefef;
	box-sizing: border-box;
	padding: 30px !important;
	position: relative;
	overflow: hidden;
	justify-content: space-between;
	display: flex;
	flex-direction: column;
}

.kafle2 .panel-grid-cell p {
margin-bottom: 0em;
}



.kafle2 .panel-grid-cell::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: var(--accent); /* granatowy hover */
  transform: translate(-100%, 100%);
  transition: transform 0.35s ease-out;
  z-index: 0; /* zawsze pod treścią */
}

.kafle2 .panel-grid-cell:hover::after {
  transform: translate(0,0);
}

.kafle2 .panel-grid-cell > * {
  position: relative;
  z-index: 1; /* treść nad pseudo-elementem */
  transition: color 0.3s ease;
  color: inherit; /* domyślny kolor tekstu */
}

.kafle2 .panel-grid-cell:hover > * {
  color: #fff; /* biały tekst dopiero na hover */
}
.kafle2 .panel-grid-cell:hover .przycisk2 {
	color: #fff;
}

.kafle2 .przycisk2:hover, .kafle2 a.przycisk2:hover {
	background: #0e1d42;
	color: #fff;

}








.kroki {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  position: relative;
  margin: 40px 0;

}

/* linia pozioma */
.kroki::before {
  content: "";
  position: absolute;
  top: 27px; /* wysokość środka kółek */
  left: 0;
  right: 0;
  height: 2px;
  background:  var(--accent);
  z-index: 0;
}

/* pojedynczy krok */
.kroki .panel-grid-cell {
  flex: 1;
  position: relative;
  z-index: 1;
}

/* numer kroku */
.kroki .widget-title {
	width: 54px;
	height: 54px;
	line-height: 54px;
	border-radius: 50%;
	background: var(--contrast);
	color: #fff;
	font-size: 24px;
	font-weight: 600;
	position: relative;
	z-index: 1;
	text-align: center;
}

/* tekst */
.kroki .textwidget {
	font-size: 16px;
	padding: 0 20px 0 3px;
}







@media (max-width: 768px) {
  .kroki {
    flex-direction: column;      /* kroki jeden pod drugim */
    align-items: flex-start;
  }

  /* linia pionowa zamiast poziomej */
  .kroki::before {
    top: 0;
    bottom: 0;
    left: 27px;                 /* środek kółka (44px / 2) */
    right: auto;
    width: 2px;
    height: auto;
    background: var(--contrast);
  }

  /* każdy krok odstęp */
  .kroki .panel-grid-cell {
    flex: none;
    margin-bottom: 30px;
    padding-left: 60px; /* odstęp żeby tekst nie nachodził na pionową linię */
    position: relative;
  }

  /* numer kroku */
  .kroki .widget-title {
    margin: 0;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  
  .kroki .textwidget {
	padding-left: 70px;
}
  
  
 
  
  
}







.team {
	background: #EEE7DD;
background: linear-gradient(180deg, rgba(238, 231, 221, 1) 36%, rgba(255, 255, 255, 1) 0%);
}


.blog-home {
	color: #fff;
}










#footer-widgets a {
	text-decoration: none;
}



header.site-header {
	margin-top: 30px;
}
















/* Kontener */
.custom-contact-form {
  font-family: inherit;
  color: #222;
}

/* Rzędy i kolumny */
.custom-contact-form .form-row {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
  margin-bottom: 20px;
}

.custom-contact-form .form-group {
  flex: 1;
  min-width: 200px;
  position: relative;
}

.custom-contact-form .form-group.full-width {
  flex: 100%;
}

/* Pola formularza */
.custom-contact-form input[type="text"], .custom-contact-form input[type="email"], .custom-contact-form input[type="tel"], .custom-contact-form textarea {
	width: 100%;
	border: none;
	border-bottom: 2px solid #1a2641;
	padding: 8px 12px;
	font-size: 18px;
	background: transparent;
	outline: none;
	color: var(--accent);
}

.custom-contact-form textarea {
	height: 186px;
	resize: vertical;
}

.custom-contact-form input::placeholder,
.custom-contact-form textarea::placeholder {
  color: #999;
  font-size: 15px;
}

/* Zgoda RODO */
.custom-contact-form .zgoda {
  font-size: 13px;
  color: #777;
}

.custom-contact-form .zgoda input[type="checkbox"] {
  margin-right: 8px;
}

/* Przycisk */
.custom-contact-form .btn-wyslij {
  background: #1a2641; /* granatowy */
  color: #fff;
  border: none;
  padding: 12px 30px;
  font-size: 16px;
  cursor: pointer;
  transition: background 0.3s ease;
  display: inline-block;
}

.custom-contact-form .btn-wyslij:hover {
  background: #0f172a;
}

/* RWD */
@media (max-width: 991px) {
  .custom-contact-form .form-row {
    gap: 15px;
  }
  .custom-contact-form .form-group {
    flex: 1 1 45%; /* 2 w rzędzie */
  }
}

@media (max-width: 600px) {
  .custom-contact-form .form-group {
    flex: 100%; /* 1 w rzędzie */
  }
}
















/*--------------------------------------------------------------
# Reset
--------------------------------------------------------------*/
html,
body,
p,
ol,
ul,
li,
dl,
dt,
dd,
blockquote,
figure,
fieldset,
legend,
textarea,
pre,
iframe,
hr,
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0;
	padding: 0;
	border: 0;
}

html {
	font-family: 'Switzer';
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
	display: block;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
html {
	box-sizing: border-box;
}

*,
*::before,
*::after {
	box-sizing: inherit;
}

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	margin: 0;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * Remove the inner border and padding in Firefox.
 */
::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/*--------------------------------------------------------------
# Elements
--------------------------------------------------------------*/
body,
button,
input,
select,
textarea {
	font-weight: normal;
	text-transform: none;
	font-size: 16px;
	line-height: 1.5;
}

p {
	margin-bottom: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
}

pre {
	background: rgba(0, 0, 0, 0.05);
	font-family: inherit;
	font-size: inherit;
	line-height: normal;
	margin-bottom: 1.5em;
	padding: 20px;
	overflow: auto;
	max-width: 100%;
}

blockquote {
	border-left: 5px solid rgba(0, 0, 0, 0.05);
	padding: 20px;
	font-size: 1.2em;
	font-style: italic;
	margin: 0 0 1.5em;
	position: relative;
}

blockquote p:last-child {
	margin: 0;
}

table,
th,
td {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

table {
	border-collapse: separate;
	border-spacing: 0;
	border-width: 1px 0 0 1px;
	margin: 0 0 1.5em;
	width: 100%;
}

th,
td {
	padding: 8px;
}

th {
	border-width: 0 1px 1px 0;
}

td {
	border-width: 0 1px 1px 0;
}

hr {
	background-color: rgba(0, 0, 0, 0.1);
	border: 0;
	height: 1px;
	margin-bottom: 40px;
	margin-top: 40px;
}

fieldset {
	padding: 0;
	border: 0;
	min-width: inherit;
}

fieldset legend {
	padding: 0;
	margin-bottom: 1.5em;
}

h1 {
	font-size: 52px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h2 {
	font-size: 55px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h3 {
	font-size: 29px;
	margin-bottom: 20px;
	line-height: 1.2em;
	font-weight: normal;
	text-transform: none;
}

h4 {
	font-size: 24px;
}

h5 {
	font-size: 20px;
}

h4,
h5,
h6 {
	margin-bottom: 20px;
}

ul,
ol {
	margin: 0 0 1.5em 3em;
}

ul {
	list-style: disc;
}

ol {
	list-style: decimal;
}

li > ul,
li > ol {
	margin-bottom: 0;
	margin-left: 1.5em;
}

dt {
	font-weight: bold;
}

dd {
	margin: 0 1.5em 1.5em;
}

b,
strong {
	font-weight: bold;
}

dfn,
cite,
em,
i {
	font-style: italic;
}

address {
	margin: 0 0 1.5em;
}

code,
kbd,
tt,
var {
	font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
	border-bottom: 1px dotted #666;
	cursor: help;
}

mark,
ins {
	text-decoration: none;
}

sup,
sub {
	font-size: 75%;
	height: 0;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sup {
	bottom: 1ex;
}

sub {
	top: .5ex;
}

small {
	font-size: 75%;
}

big {
	font-size: 125%;
}

figure {
	margin: 0;
}

table {
	margin: 0 0 1.5em;
	width: 100%;
}

th {
	font-weight: bold;
}

img {
	height: auto;
	/* Make sure images are scaled correctly. */
	max-width: 100%;
	/* Adhere to container width. */
}

/*--------------------------------------------------------------
# Forms
--------------------------------------------------------------*/
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	background: #55555e;
	color: #fff;
	border: 1px solid transparent;
	cursor: pointer;
	-webkit-appearance: button;
	/* Corrects inability to style clickable 'input' types in iOS */
	padding: 10px 20px;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="tel"],
input[type="number"],
textarea,
select {
	border: 1px solid;
	border-radius: 0;
	padding: 10px 15px;
	max-width: 100%;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Links
--------------------------------------------------------------*/
a,
button,
input {
	transition: color 0.1s ease-in-out, background-color 0.1s ease-in-out;
}

a {
	text-decoration: none;
}

.button,
.wp-block-button .wp-block-button__link {
	padding: 10px 20px;
	display: inline-block;
}

.wp-block-button .wp-block-button__link {
	font-size: inherit;
	line-height: inherit;
}

.using-mouse :focus {
	outline: 0;
}

.using-mouse ::-moz-focus-inner {
	border: 0;
}

/*--------------------------------------------------------------
# Alignments
--------------------------------------------------------------*/
.alignleft {
	float: left;
	margin-right: 1.5em;
}

.alignright {
	float: right;
	margin-left: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin: 0 auto;
}

.size-auto,
.size-full,
.size-large,
.size-medium,
.size-thumbnail {
	max-width: 100%;
	height: auto;
}

.no-sidebar .entry-content .alignfull {
	margin-left: calc( -100vw / 2 + 100% / 2);
	margin-right: calc( -100vw / 2 + 100% / 2);
	max-width: 100vw;
	width: auto;
}

/*--------------------------------------------------------------
# Accessibility
--------------------------------------------------------------*/
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/*--------------------------------------------------------------
# Navigation
--------------------------------------------------------------*/
.main-navigation {
	z-index: 100;
	padding: 0;
	clear: both;
	display: block;
}

.main-navigation a {
	display: block;
	text-decoration: none;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
}

.main-navigation ul {
	list-style: none;
	margin: 0;
	padding-left: 0;
}

.main-navigation .main-nav ul li a {
	padding-left: 13px;
	padding-right: 13px;
	line-height: 60px;
}

.inside-navigation {
	position: relative;
}

.main-navigation .inside-navigation {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	justify-content: space-between;
}

.main-navigation .main-nav > ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.main-navigation li {
	position: relative;
}

.main-navigation .menu-bar-items {
	display: flex;
	align-items: center;
	font-size: 15px;
}

.main-navigation .menu-bar-items a {
	color: inherit;
}

.main-navigation .menu-bar-item {
	position: relative;
}

.main-navigation .menu-bar-item.search-item {
	z-index: 20;
}

.main-navigation .menu-bar-item > a {
	padding-left: 20px;
	padding-right: 20px;
	line-height: 60px;
}

.sidebar .main-navigation .main-nav {
	flex-basis: 100%;
}

.sidebar .main-navigation .main-nav > ul {
	flex-direction: column;
}

.sidebar .main-navigation .menu-bar-items {
	margin: 0 auto;
}

.sidebar .main-navigation .menu-bar-items .search-item {
	order: 10;
}

.nav-align-center .inside-navigation {
	justify-content: center;
}

.nav-align-center .main-nav > ul {
	justify-content: center;
}

.nav-align-right .inside-navigation {
	justify-content: flex-end;
}

/*--------------------------------------------------------------
## Dropdown Menus
--------------------------------------------------------------*/
.main-navigation ul ul {
	display: block;
	box-shadow: 1px 1px 0 rgba(0, 0, 0, 0.1);
	float: left;
	position: absolute;
	left: -99999px;
	opacity: 0;
	z-index: 99999;
	width: 260px;
	text-align: left;
	top: auto;
	transition: opacity 80ms linear;
	transition-delay: 0s;
	pointer-events: none;
	height: 0;
	overflow: hidden;
}

.main-navigation ul ul a {
	display: block;
}

.main-navigation ul ul li {
	width: 100%;
}

.main-navigation .main-nav ul ul li a {
	line-height: normal;
	padding: 10px 20px;
	font-size: 14px;
}

.main-navigation .main-nav ul li.menu-item-has-children > a {
	padding-right: 0;
	position: relative;
}

.main-navigation.sub-menu-left ul ul {
	box-shadow: -1px 1px 0 rgba(0, 0, 0, 0.1);
}

.main-navigation.sub-menu-left .sub-menu {
	right: 0;
}

.main-navigation:not(.toggled) ul li:hover > ul,
.main-navigation:not(.toggled) ul li.sfHover > ul {
	left: auto;
	opacity: 1;
	transition-delay: 150ms;
	pointer-events: auto;
	height: auto;
	overflow: visible;
}

.main-navigation:not(.toggled) ul ul li:hover > ul,
.main-navigation:not(.toggled) ul ul li.sfHover > ul {
	left: 100%;
	top: 0;
}

.main-navigation.sub-menu-left:not(.toggled) ul ul li:hover > ul,
.main-navigation.sub-menu-left:not(.toggled) ul ul li.sfHover > ul {
	right: 100%;
	left: auto;
}

.nav-float-right .main-navigation ul ul ul {
	top: 0;
}

.menu-item-has-children .dropdown-menu-toggle {
	display: inline-block;
	height: 100%;
	clear: both;
	padding-right: 20px;
	padding-left: 10px;
}

.menu-item-has-children ul .dropdown-menu-toggle {
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: -10px;
}

nav ul ul .menu-item-has-children .dropdown-menu-toggle,
.sidebar .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

/*--------------------------------------------------------------
## Sidebar Navigation
--------------------------------------------------------------*/
.widget-area .main-navigation li {
	float: none;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
}

.sidebar .main-navigation.sub-menu-right ul li:hover ul,
.sidebar .main-navigation.sub-menu-right ul li.sfHover ul {
	top: 0;
	left: 100%;
}

.sidebar .main-navigation.sub-menu-left ul li:hover ul,
.sidebar .main-navigation.sub-menu-left ul li.sfHover ul {
	top: 0;
	right: 100%;
}

/*--------------------------------------------------------------
# Post Navigation
--------------------------------------------------------------*/
.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
	margin: 0 0 2em;
	overflow: hidden;
}

.site-main .post-navigation {
	margin-bottom: 0;
}

.paging-navigation .nav-previous,
.paging-navigation .nav-next {
	display: none;
}

.paging-navigation .nav-links > * {
	padding: 0 5px;
}

.paging-navigation .nav-links .current {
	font-weight: bold;
}

/* Less specific so we don't overwrite existing customizations. */
.nav-links > *:first-child {
	padding-left: 0;
}

/*--------------------------------------------------------------
# Header
--------------------------------------------------------------*/
.site-header {
	position: relative;
}

.inside-header {
	padding: 20px 40px;
}

.main-title {
	margin: 0;
	font-size: 25px;
	line-height: 1.2em;
	word-wrap: break-word;
	font-weight: bold;
	text-transform: none;
}

.site-description {
	margin: 0;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
}

.site-logo {
	display: inline-block;
	max-width: 100%;
}

.site-header .header-image {
	vertical-align: middle;
}

.inside-header {
	display: flex;
	align-items: center;
}

.header-widget {
	margin-left: auto;
}

.header-widget p:last-child {
	margin-bottom: 0;
}

.nav-float-right .header-widget {
	margin-left: 20px;
}

.nav-float-right #site-navigation {
	margin: 0 auto;
}

.nav-float-left #site-navigation {
	margin-right: auto;
	order: -10;
}

.nav-float-left .header-widget {
	margin-left: 0;
	margin-right: 20px;
	order: -15;
}

.header-aligned-center:not([class*="nav-float-"]) .inside-header {
	justify-content: center;
	flex-direction: column;
	text-align: center;
}

.header-aligned-center:not([class*="nav-float-"]) .header-widget {
	margin-left: auto;
	margin-right: auto;
}

.header-aligned-center:not([class*="nav-float-"]) .inside-header > *:not(:first-child) {
	margin-top: 1em;
}

.header-aligned-right:not([class*="nav-float-"]) .inside-header {
	justify-content: flex-end;
}

.header-aligned-right:not([class*="nav-float-"]) .header-widget {
	margin-right: auto;
	margin-left: 0;
	order: -10;
}

.site-branding-container {
	display: inline-flex;
	align-items: center;
	text-align: left;
	flex-shrink: 0;
}

.site-branding-container .site-logo {
	margin-right: 1em;
}

/*--------------------------------------------------------------
# Post Content
--------------------------------------------------------------*/
.sticky {
	display: block;
}

.posted-on .updated,
.entry-header .gp-icon {
	display: none;
}

.byline,
.single .byline,
.group-blog .byline,
.entry-header .cat-links,
.entry-header .tags-links,
.entry-header .comments-link {
	display: inline;
}

footer.entry-meta .byline,
footer.entry-meta .posted-on {
	display: block;
}

.page-content:not(:first-child),
.entry-content:not(:first-child),
.entry-summary:not(:first-child) {
	margin-top: 2em;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

.blog .format-status .entry-title,
.archive .format-status .entry-title,
.blog .format-aside .entry-header,
.archive .format-aside .entry-header,
.blog .format-status .entry-header,
.archive .format-status .entry-header,
.blog .format-status .entry-meta,
.archive .format-status .entry-meta {
	display: none;
}

.blog .format-aside .entry-content,
.archive .format-aside .entry-content,
.blog .format-status .entry-content,
.archive .format-status .entry-content {
	margin-top: 0;
}

.blog .format-status .entry-content p:last-child,
.archive .format-status .entry-content p:last-child {
	margin-bottom: 0;
}

.site-content,
.entry-header {
	word-wrap: break-word;
}

.entry-title {
	margin-bottom: 0;
}

.author .page-header .page-title {
	display: flex;
	align-items: center;
}

.author .page-header .avatar {
	margin-right: 20px;
}

.page-header > *:last-child,
.page-header .author-info > *:last-child {
	margin-bottom: 0;
}

.entry-meta {
	font-size: 85%;
	margin-top: .5em;
	line-height: 1.5;
}

footer.entry-meta {
	margin-top: 2em;
}

.cat-links,
.tags-links,
.comments-link {
	display: block;
}

.taxonomy-description p:last-child,
.read-more-container,
.page-content > p:last-child,
.entry-content > p:last-child,
.entry-summary > p:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
# Media
--------------------------------------------------------------*/
/*--------------------------------------------------------------
## Captions
--------------------------------------------------------------*/
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
	position: relative;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin: 0 auto 0;
	max-width: 100%;
}

.wp-caption .wp-caption-text {
	font-size: 75%;
	padding-top: 5px;
	opacity: 0.8;
}

.wp-caption img {
	position: relative;
	vertical-align: bottom;
}

.wp-block-image figcaption {
	font-size: 13px;
	text-align: center;
}

/*--------------------------------------------------------------
## Galleries
--------------------------------------------------------------*/
.wp-block-gallery,
ul.blocks-gallery-grid {
	margin-left: 0;
}

.wp-block-gallery .blocks-gallery-image figcaption,
.wp-block-gallery .blocks-gallery-item figcaption {
	background: rgba(255, 255, 255, 0.7);
	color: #000;
	padding: 10px;
	box-sizing: border-box;
}

.gallery {
	margin-bottom: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	vertical-align: top;
	width: 100%;
}

.gallery-columns-2 .gallery-item {
	max-width: 50%;
}

.gallery-columns-3 .gallery-item {
	max-width: 33.33%;
}

.gallery-columns-4 .gallery-item {
	max-width: 25%;
}

.gallery-columns-5 .gallery-item {
	max-width: 20%;
}

.gallery-columns-6 .gallery-item {
	max-width: 16.66%;
}

.gallery-columns-7 .gallery-item {
	max-width: 14.28%;
}

.gallery-columns-8 .gallery-item {
	max-width: 12.5%;
}

.gallery-columns-9 .gallery-item {
	max-width: 11.11%;
}

.gallery-caption {
	display: block;
}

.site-main .gallery {
	margin-bottom: 1.5em;
}

.gallery-item img {
	vertical-align: bottom;
}

.gallery-icon {
	padding: 5px;
}

embed,
iframe,
object {
	max-width: 100%;
}

/*--------------------------------------------------------------
## Post Loop Block
--------------------------------------------------------------*/
.wp-block-post-template {
	margin-left: 0;
}

/*--------------------------------------------------------------
# Widgets
--------------------------------------------------------------*/
.widget-area .widget {
	padding: 40px;
}

.widget select {
	max-width: 100%;
}

.sidebar .widget *:last-child,
.footer-widgets .widget *:last-child {
	margin-bottom: 0;
}

.widget-title {
	margin-bottom: 30px;
	font-size: 20px;
	line-height: 1.5;
	font-weight: normal;
	text-transform: none;
}

.widget ul,
.widget ol {
	margin: 0;
}

.widget .search-field {
	width: 100%;
}

.widget .search-form {
	display: flex;
}

.widget .search-form button.search-submit {
	font-size: 15px;
}

.footer-widgets .widget {
	margin-bottom: 30px;
}

.sidebar .widget:last-child,
.footer-widgets .widget:last-child {
	margin-bottom: 0;
}

.widget ul li {
	list-style-type: none;
	position: relative;
	margin-bottom: 0.5em;
}

.widget ul li ul {
	margin-left: 1em;
	margin-top: 0.5em;
}

.wp-calendar-table {
	table-layout: fixed;
}

/*--------------------------------------------------------------
# Content Layout
--------------------------------------------------------------*/
.site-content {
	display: flex;
}

.grid-container {
	margin-left: auto;
	margin-right: auto;
	max-width: 1200px;
}

.sidebar .widget,
.page-header,
.site-main > * {
	margin-bottom: 20px;
}

.both-right .inside-left-sidebar,
.both-left .inside-left-sidebar {
	margin-right: 10px;
}

.both-right .inside-right-sidebar,
.both-left .inside-right-sidebar {
	margin-left: 10px;
}

/*--------------------------------------------------------------
## One Container
--------------------------------------------------------------*/
.one-container.right-sidebar .site-main,
.one-container.both-right .site-main {
	margin-right: 40px;
}

.one-container.left-sidebar .site-main,
.one-container.both-left .site-main {
	margin-left: 40px;
}

.one-container.both-sidebars .site-main {
	margin: 0px 40px 0px 40px;
}

.one-container.archive .post:not(:last-child):not(.is-loop-template-item),
.one-container.blog .post:not(:last-child):not(.is-loop-template-item) {
	padding-bottom: 40px;
}

.one-container .site-content {
	padding: 40px;
}

/*--------------------------------------------------------------
## Separate Containers
--------------------------------------------------------------*/
.separate-containers .inside-article,
.separate-containers .comments-area,
.separate-containers .page-header,
.separate-containers .paging-navigation {
	padding: 40px;
}

.separate-containers .site-main {
	margin: 20px;
}

.separate-containers.no-sidebar .site-main {
	margin-left: 0;
	margin-right: 0;
}

.separate-containers.right-sidebar .site-main,
.separate-containers.both-right .site-main {
	margin-left: 0;
}

.separate-containers.left-sidebar .site-main,
.separate-containers.both-left .site-main {
	margin-right: 0;
}

.separate-containers .inside-right-sidebar,
.separate-containers .inside-left-sidebar {
	margin-top: 20px;
	margin-bottom: 20px;
}

.inside-page-header {
	padding: 40px;
}

.widget-area .main-navigation {
	margin-bottom: 20px;
}

.separate-containers .site-main > *:last-child,
.one-container .site-main > *:last-child {
	margin-bottom: 0;
}

/*--------------------------------------------------------------
## Full Width Content
--------------------------------------------------------------*/
.full-width-content .container.grid-container {
	max-width: 100%;
}

.full-width-content.no-sidebar.separate-containers .site-main {
	margin: 0;
}

.full-width-content.separate-containers .inside-article,
.full-width-content.one-container .site-content {
	padding: 0;
}

.full-width-content .entry-content .alignwide {
	margin-left: 0;
	width: auto;
	max-width: unset;
}

/*--------------------------------------------------------------
## Contained Content
--------------------------------------------------------------*/
.contained-content.separate-containers .inside-article,
.contained-content.one-container .site-content {
	padding: 0;
}

/*--------------------------------------------------------------
# Sidebars
--------------------------------------------------------------*/
.sidebar .grid-container {
	max-width: 100%;
	width: 100%;
}

.left-sidebar .sidebar,
.both-left .is-left-sidebar,
.both-sidebars .is-left-sidebar {
	order: -10;
}

.both-left .is-right-sidebar {
	order: -5;
}

.both-right .is-left-sidebar {
	order: 5;
}

.both-right .is-right-sidebar,
.both-sidebars .is-right-sidebar {
	order: 10;
}

/*--------------------------------------------------------------
# Footer
--------------------------------------------------------------*/
.inside-site-info {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px 40px;
}

.site-info {
	text-align: center;
	font-size: 15px;
}

/*--------------------------------------------------------------
# Featured Images
--------------------------------------------------------------*/
.post-image:not(:first-child) {
	margin-top: 2em;
}

.featured-image {
	line-height: 0;
	/* no more weird spacing */
}

.separate-containers .featured-image {
	margin-top: 20px;
}

.separate-containers .inside-article > .featured-image {
	margin-top: 0;
	margin-bottom: 2em;
}

.one-container .inside-article > .featured-image {
	margin-top: 0;
	margin-bottom: 2em;
}

/*--------------------------------------------------------------
# Icons
--------------------------------------------------------------*/
.gp-icon {
	display: inline-flex;
	align-self: center;
}

.gp-icon svg {
	height: 1em;
	width: 1em;
	top: .125em;
	position: relative;
	fill: currentColor;
}

.icon-menu-bars svg:nth-child(2),
.toggled .icon-menu-bars svg:nth-child(1),
.icon-search svg:nth-child(2),
.close-search .icon-search svg:nth-child(1) {
	display: none;
}

.toggled .icon-menu-bars svg:nth-child(2),
.close-search .icon-search svg:nth-child(2) {
	display: block;
}

.entry-meta .gp-icon {
	margin-right: 0.6em;
	opacity: 0.7;
}

nav.toggled .icon-arrow-left svg {
	transform: rotate(-90deg);
}

nav.toggled .icon-arrow-right svg {
	transform: rotate(90deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon svg {
	transform: rotate(180deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-left svg {
	transform: rotate(-270deg);
}

nav.toggled .sfHover > a > .dropdown-menu-toggle .gp-icon.icon-arrow-right svg {
	transform: rotate(270deg);
}

/*--------------------------------------------------------------
# Compatibility
--------------------------------------------------------------*/
/* Bootstrap fix */
.container.grid-container {
	width: auto;
}

/*--------------------------------------------------------------
# Mobile
--------------------------------------------------------------*/
/*--------------------------------------------------------------
# Mobile Menu
--------------------------------------------------------------*/
.menu-toggle,
.mobile-bar-items,
.sidebar-nav-mobile {
	display: none;
}

.menu-toggle {
	padding: 0 20px;
	line-height: 60px;
	margin: 0;
	font-weight: normal;
	text-transform: none;
	font-size: 15px;
	cursor: pointer;
}

.menu-toggle .mobile-menu {
	padding-left: 3px;
}

.menu-toggle .gp-icon + .mobile-menu {
	padding-left: 9px;
}

.menu-toggle .mobile-menu:empty {
	display: none;
}

button.menu-toggle {
	background-color: transparent;
	flex-grow: 1;
	border: 0;
	text-align: center;
}

button.menu-toggle:hover, button.menu-toggle:active, button.menu-toggle:focus {
	background-color: transparent;
}

.has-menu-bar-items button.menu-toggle {
	flex-grow: 0;
}

nav.toggled ul ul.sub-menu {
	width: 100%;
}

.toggled .menu-item-has-children .dropdown-menu-toggle {
	padding-left: 20px;
}

.main-navigation.toggled .main-nav {
	flex-basis: 100%;
	order: 3;
}

.main-navigation.toggled .main-nav > ul {
	display: block;
}

.main-navigation.toggled .main-nav li {
	width: 100%;
	text-align: left;
}

.main-navigation.toggled .main-nav ul ul {
	transition: 0s;
	visibility: hidden;
	box-shadow: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.main-navigation.toggled .main-nav ul ul li:last-child > ul {
	border-bottom: 0;
}

.main-navigation.toggled .main-nav ul ul.toggled-on {
	position: relative;
	top: 0;
	left: auto !important;
	right: auto !important;
	width: 100%;
	pointer-events: auto;
	height: auto;
	opacity: 1;
	display: block;
	visibility: visible;
	float: none;
}

.main-navigation.toggled .menu-item-has-children .dropdown-menu-toggle {
	float: right;
}

.mobile-menu-control-wrapper {
	display: none;
	margin-left: auto;
	align-items: center;
}

.has-inline-mobile-toggle #site-navigation.toggled {
	margin-top: 1.5em;
}

.has-inline-mobile-toggle #site-navigation.has-active-search {
	margin-top: 1.5em;
}

.has-inline-mobile-toggle #site-navigation.has-active-search .nav-search-active {
	position: relative;
}

.has-inline-mobile-toggle #site-navigation.has-active-search .navigation-search input {
	outline: auto;
}

.nav-float-left .mobile-menu-control-wrapper {
	order: -10;
	margin-left: 0;
	margin-right: auto;
	flex-direction: row-reverse;
}







/*--------------------------------------------------------------
## Breakpoint (768px)
--------------------------------------------------------------*/
@media (max-width: 768px) {
	
	
	
.featured-image.page-header-image-single {
	height: 250px;
}	
	
	
.slider {
    
	margin-top: 0;
	background-position: top center;
	color: #fff;
	padding: 40px 0;
}	
	
	 header.site-header {
	margin-top: 0;
}


.box {
	padding: 18px;
}
	
.slider h1 {
	font-size: 39px;
	line-height: 48px;
	padding-top: 0;
}

.slider strong::after {
	margin-left: 17px;
	top: 17px;
}


.slider h2 {

	font-size: 22px;
}

.slider	p {
	font-size: 14px;
	padding-right: 50px;
}
	
	
	
	.home.one-container .site-content {
	padding-top: 0 !important;
}




.slider2 h3 {
	font-size: 20px;
}
	
	.team {
		background: #EEE7DD;
	}
	
	
	
	.slider2-hasla {
	background: #EEE7DD;
	display: flex;
	align-items: center;
	min-height: 208px;
	padding: 20px;
}
	
.slider2-right {
	display: flex;
	align-items: center;
	font-size: 23px;
	color: #fff;
	font-weight: 700;
	padding: 14px 5px 14px 60px;
}

.slider2-right strong {
	font-size: 22px;
}
	
	
	
	.slider2-kontakt strong::after {
	display: none;

}
	
	
	.slider2-right::before {
	width: 30px;

}
	
	
	
h2 {
	font-size: 36px;

}	
	
	
	h1 {
	font-size: 36px;

}	
	
	
	.inside-right-sidebar {
	margin-top: 40px;
}
	
	
.burger-wrapper {
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 1101;
	padding-top: 14px;
	border-top: 1px dotted var(--contrast);
	width: 100%;
	margin-top: 12px;
	justify-content: space-between;
}	
	
	
	
	
	
	
	
	.hide-on-mobile {
		display: none !important;
	}
	/*--------------------------------------------------------------
	## Links
	--------------------------------------------------------------*/
	a, body, button, input, select, textarea {
		transition: all 0s ease-in-out;
	}
	/*--------------------------------------------------------------
	## Header
	--------------------------------------------------------------*/
	.inside-header {
		flex-direction: column;
		text-align: center;
	}
	.site-header .header-widget {
		margin-top: 1.5em;
		margin-left: auto;
		margin-right: auto;
		text-align: center;
	}
	/*--------------------------------------------------------------
	## Content Area
	--------------------------------------------------------------*/
	.site-content {
		flex-direction: column;
	}
	.container .site-content .content-area {
		width: auto;
	}
	.is-left-sidebar.sidebar,
	.is-right-sidebar.sidebar {
		width: auto;
		order: initial;
	}
	.is-left-sidebar + .is-right-sidebar .inside-right-sidebar {
		margin-top: 0;
	}
	.both-right .inside-left-sidebar,
	.both-left .inside-left-sidebar,
	.both-right .inside-right-sidebar,
	.both-left .inside-right-sidebar {
		margin-right: 0;
		margin-left: 0;
	}
	#main {
		margin-left: 0;
		margin-right: 0;
	}
	body:not(.no-sidebar) #main {
		margin-bottom: 0;
	}
	.alignleft,
	.alignright {
		float: none;
		display: block;
		margin-left: auto;
		margin-right: auto;
	}
	.comment .children {
		padding-left: 10px;
		margin-left: 0;
	}
	.entry-meta {
		font-size: inherit;
	}
	.entry-meta a {
		line-height: 1.8em;
	}
	
	
	
	.resident-intro {
	min-height: 190px;
}
	
	
	
	
	
	
	
}

@media (min-width: 769px) and (max-width: 1024px) {
	.hide-on-tablet {
		display: none !important;
	}
	
	h1 {
	font-size: 41px;
	line-height: 50px;
}

.slider h1 {
	font-size: 51px;
	line-height: 57px;
	padding-top: 0;
}

.slider {
	margin-top: 0;
	background-position: top center;
	color: #fff;
	padding: 50px 0;
}

#pg-11-1 > .panel-row-style {
	margin-top: -40px;
}



.burger-wrapper {
	display: flex;
	align-items: center;
	gap: 14px;
	position: relative;
	z-index: 1101;
	padding-top: 14px;
	border-top: 1px dotted var(--contrast);
	width: 100%;
	margin-top: 12px;
	justify-content: space-between;
}



}










@media (min-width: 1025px) {
	.hide-on-desktop {
		display: none !important;
	}
}















/* Single post - ogłoszenia SM NOVA */

.single-post .site-main {
    background: var(--base-3);
}

.single-post .inside-article {
    max-width: 980px;
    margin: 0 auto 80px;
    padding: 60px 30px 70px;
}

.single-post .featured-image {
    margin: 0 0 44px;
}

.single-post .featured-image img,
.single-post .post-image img {
    display: block;
    width: 100%;
    max-height: 460px;
    object-fit: cover;
    border-radius: 8px;
}

.single-post .entry-header {
    position: relative;
    margin-bottom: 34px;
    padding-bottom: 28px;
}

.single-post .entry-header::after {
    content: "";
    display: block;
    width: 86px;
    height: 4px;
    margin-top: 26px;
    background: var(--accent);
    border-radius: 999px;
}

.single-post .entry-title {
    max-width: 820px;
    margin: 0;
    color: var(--contrast);
    font-size: 52px;
    line-height: 1.12;
    font-weight: 500;
}

.single-post .entry-meta {
    margin-top: 18px;
    color: var(--accent);
    font-size: 16px;
    font-weight: 500;
}

.single-post .entry-content {
    padding: 36px 40px 42px;
    background: var(--contrast-3);
    border-radius: 8px;
}

.single-post .entry-content p {
    margin-bottom: 22px;
    color: var(--contrast);
    font-size: 19px;
    line-height: 1.75;
}

.single-post .entry-content strong {
    color: var(--contrast);
    font-weight: 700;
}

.single-post .entry-content p:last-child {
    margin-bottom: 0;
}

.single-post .entry-content p:last-child a,
.single-post .entry-content a[href*="/regulaminy/"] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 52px;
    margin-top: 10px;
    padding: 14px 28px;
    border-radius: 8px;
    background: var(--accent);
    color: var(--base-3);
    font-size: 17px;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    transition: background 0.25s ease, transform 0.25s ease;
}

.single-post .entry-content p:last-child a::after,
.single-post .entry-content a[href*="/regulaminy/"]::after {
    content: "→";
    margin-left: 14px;
    font-size: 24px;
    line-height: 1;
}

.single-post .entry-content p:last-child a:hover,
.single-post .entry-content p:last-child a:focus,
.single-post .entry-content a[href*="/regulaminy/"]:hover,
.single-post .entry-content a[href*="/regulaminy/"]:focus {
    background: var(--contrast);
    color: var(--base-3);
    transform: translateY(-2px);
}

.single-post .entry-content::before {
    content: "Ogłoszenie";
    display: inline-block;
    margin-bottom: 22px;
    padding: 7px 14px;
    border-radius: 999px;
    background: var(--base-3);
    color: var(--accent);
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
}

@media (max-width: 768px) {
    .single-post .inside-article {
        padding: 34px 24px 50px;
    }

    .single-post .featured-image {
        margin-bottom: 32px;
    }

    .single-post .featured-image img,
    .single-post .post-image img {
        max-height: 300px;
    }

    .single-post .entry-title {
        font-size: 38px;
        line-height: 1.18;
    }

    .single-post .entry-content {
        padding: 28px 24px 32px;
    }

    .single-post .entry-content p {
        font-size: 17px;
        line-height: 1.7;
    }
}

