.top-bar-part .menu {
	position: relative;
	z-index: 999;
}

.baner-team--krakow {
	width: 100%;
}
.baner-team-singles .smush-detected-img {
	box-shadow: none !important;
	border-radius: 0;
}
.baner-team-singles {
	width: 80%;
	max-width: 800px;
	margin: 0 auto;
	column-count: 2 !important;
	column-gap: 8px;
}
.baner-team-singles__item {
	margin: 8px 0;
}
.baner-team-singles__item--1 {
	margin-top: 0;
}
@media (max-width: 599px) {
	.baner-team-singles__item:nth-of-type(3n) {
		margin-top: 100px;
	}
}
@media (min-width: 600px) {
	.baner-team-singles {
		width: 100%;
		column-count: 4 !important;
	}
	.baner-team-singles__item--4,
	.baner-team-singles__item--6,
	.baner-team-singles__item--7,
	.baner-team-singles__item--8,
	.baner-team-singles__item--10,
	.baner-team-singles__item--11,
	.baner-team-singles__item--12,
	.baner-team-singles__item--13,
	.baner-team-singles__item--14,
	.baner-team-singles__item--15,
	.baner-team-singles__item--17 {
		margin-top: 100px;
	}
	.baner-team-singles__item--6,
	.baner-team-singles__item--14 {
		padding-top: 100px;
	}
	.baner-team-singles__item--10 {
		padding-top: 188px;
	}
}

@media (max-width: 599px) {
	.center-vertical-logo {
		display: none;
	}
	.left-city {
		min-width: 100%;
	}
	.right-brand {
		min-width: 100%;
	}
}

.home .small-9 {
	display: none;
}

.page-team-content .team-name__wrapper {
	display: flex;
	align-items: center;
	gap: 12px;
	margin-top: 2rem;
	margin-bottom: 2rem;
}

.page-team-content .team-name__flags {
	display: flex;
	align-items: center;
	gap: 5px;
}

.page-team-content .team-name__flag-img {
	width: 24px;
}

.single-warszawa.postid-9 .masonry-team {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	height: unset !important;
	margin-bottom: 0;
}

.single-warszawa.postid-9 .masonry-team .grid-item {
	position: unset !important;
}

@media (min-width: 1024px) {
	.single-warszawa.postid-9 .masonry-team .grid-item:nth-child(2n) {
		margin-top: -30px;
	}
}


iframe {
	width: 100%;
}

.post {
	border-top: 1px solid #000;
	padding: 15px 0;
}

.post > .cell {
	display: flex;
	align-items: center;
}

.post .button {
	margin: 0;
}

.page-navigation .pagination li {
	float: none !important;
	margin: 0 5px;
}

.sidebar > .widget {
	margin-bottom: 20px;
}

.footer-blog-link {
	margin: 0 25px;
}

.breadcrumbs-wrap {
	position: absolute;
	top: 140px;
	left: 0;
	width: 100%;
	z-index: 20;
	padding-left: 20px;
}

@media (max-width: 1199px) {
	.breadcrumbs-wrap {
		top: 160px;
	}
}

.breadcrumbs-wrap p {
	margin-bottom: 0;
}

.rank-math-breadcrumb {
	font-size: 14px;
	background: rgba(255,255,255,0.9);
	display: inline-block;
	padding: 6px 10px;
	border-radius: 4px;
}

.rank-math-breadcrumb a {
	color: #1779ba;
	text-decoration: none;
}

.rank-math-breadcrumb a:hover {
	text-decoration: underline;
}

.rank-math-breadcrumb .separator {
	margin: 0 6px;
	color: #aaa;
}

.rank-math-breadcrumb span.last {
	color: #333;
}

.related-posts {
	padding: 0 10px;
	margin-bottom: 30px;
}

.front-page .block-menu-front .front-title .homepage-title {
	font-size: 1rem;
}

.author-box {
	display: flex;
	gap: 25px;
	padding: 20px;
	margin: 40px 0;
	border: 1px solid #eee;
	background: #fafafa;
}

.author-avatar img {
	border-radius: 50%;
	max-width: 100px;
}

.author-info h4 {
	text-transform: capitalize;
	margin: 0 0 5px;
}

.author-info p {
	margin: 0;
	color: #666;
}

.byline {
	text-transform: capitalize;
}

/* POWIĄZANE USŁUGI */
.powiazane-uslugi {
	padding: 1.5rem;
	border: 1px solid #c8c8c8;
	background: #f8f8f8;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.07);
}

.powiazane-uslugi__tytul {
	font-family: 'Montserrat', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	color: #232226;
	margin-bottom: 1rem;
}

.powiazane-uslugi__lista {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem 1.5rem;
}

.powiazane-uslugi__link {
	font-size: 1rem;
	color: #232226;
	font-weight: 600;
	text-decoration: none;
	letter-spacing: 0.3px;
	border-bottom: 1px solid transparent;
	transition: border-color 0.2s ease;
}

.powiazane-uslugi__link:hover {
	color: #232226;
	border-bottom-color: #232226;
}

.single-post .powiazane-uslugi {
	margin-bottom: 40px;
}

/* FAQ SECTION */
.faq-section {
	background: #f1f1f1;
}

.faq-section .title-faq {
	margin-bottom: 30px;
	display: inline-block;
	font-size: 3.25rem;
	font-family: 'Montserrat', sans-serif;
	position: relative;
}

@media screen and (min-width: 40em) {
	.faq-section .title-faq {
		margin-bottom: 60px;
		font-size: 4.5rem;
	}
}

.faq-section .title-faq::after {
	content: '';
	height: 2px;
	background-color: #0a0a0a;
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.faq-accordion .faq-item {
	border-bottom: 1px solid #d8d8d8;
}

.faq-accordion .faq-item:first-child {
	border-top: 1px solid #d8d8d8;
}

.faq-accordion .faq-question {
	display: flex;
	justify-content: space-between;
	align-items: center;
	width: 100%;
	background: transparent;
	border: none;
	padding: 1.25rem 0;
	font-family: 'Open Sans', sans-serif;
	font-size: 1.1rem;
	font-weight: 700;
	color: #232226;
	text-align: left;
	cursor: pointer;
	letter-spacing: 0.3px;
	line-height: 1.5;
}

.faq-accordion .faq-question:focus {
	outline: none;
}

.faq-icon {
	position: relative;
	flex-shrink: 0;
	width: 20px;
	height: 20px;
	margin-left: 1.5rem;
}

.faq-icon::before,
.faq-icon::after {
	content: '';
	position: absolute;
	background: #232226;
	transition: transform 0.25s ease;
}

.faq-icon::before {
	width: 2px;
	height: 12px;
	top: 4px;
	left: 9px;
}

.faq-icon::after {
	width: 12px;
	height: 2px;
	top: 9px;
	left: 4px;
}

.faq-question[aria-expanded="true"] .faq-icon::before {
	transform: rotate(90deg);
}

.faq-answer {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.faq-answer-inner {
	padding: 0 0 1.25rem 0;
	font-size: .9rem;
	color: #000000;
	line-height: 1.7;
}

.faq-answer-inner p {
	margin-bottom: .5rem;
}

.faq-answer-inner p:last-child {
	margin-bottom: 0;
}