/*
 Theme Name:   Schlüsseldienst Hamburg
 Theme URI:    https://example.com/mytheme-child/
 Description:  Дочерняя тема для MyTheme
 Author:       Ваше имя
 Author URI:   https://example.com
 Template:     multisite
 Version:      1.0.0
 Text Domain:  mytheme-child
*/

.accent {
	color: #ef7b4f !important;
}

.pb-0 {
	padding-bottom: 0 !important;
}

.pt-0 {
	padding-top: 0 !important;
}

.table__column:nth-child(2n+1) {
	width: 40% !important;
}

@media (min-width: 1000px) {
	.welcome-block__wrapper {
		padding: 0 15% !important;
	}
	.welcome-block__content,
	.welcome-block__image {
		width: 100% !important;
	}
}

.welcome-block__text p {
	margin-bottom: 0 !important;
	font-weight: 700 !important;
}

.welcome-block-phone-button__text {
	display: flex;
	align-items: center;
	padding: 5px 10px;
	font-weight: 600;
}

.welcome-block::before {
	position: absolute;
	content: '';
	display: block;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #000;
	opacity: 0.3;
	z-index: 0;
}

.welcome-block__wrapper {
	position: relative;
	z-index: 2;
}

.welcome-block-phone-button__button .btn {
	margin-bottom: 0;
	height: 100%;
}

.welcome-block-phone-button {
	background: #fff;
	display: flex;
	border-radius: 6px;
}

.welcome-block__promo-banner {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	display: flex;
	flex-direction: column;
}

.welcome-block__promo-banner-top {
	background: #fff;
	color: #ef7b4f;
	padding: 20px 25px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	line-height: 1.3;
}

.welcome-block__promo-banner-bottom {
	background: #2a2a2a;
	color: #fff;
	padding: 15px 25px;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
	line-height: 1.4;
}

.welcome-block__promo-banner-button {
	width: 100% !important;
	background: #ef7b4f;
	color: #fff;
	padding: 20px 25px;
	font-size: 24px;
	font-weight: 700;
	text-align: center;
	border: none;
	border-radius: 0 0 8px 8px;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.3s ease;
	margin-bottom: 0;
}

.welcome-block__title-hidden {
	display: none;
}

@media (max-width: 768px) {
	.welcome-block__promo-banner-top {
		font-size: 18px;
		padding: 15px 20px;
	}
	
	.welcome-block__promo-banner-bottom {
		font-size: 14px;
		padding: 12px 20px;
	}
	
	.welcome-block__promo-banner-button {
		font-size: 18px;
		padding: 15px 20px;
	}
}

.faq__title,
.faq__text,
.accordion-item__header {
	color: #ef7b4f !important;
}
.faq__title {
	font-size: 2.01rem !important;
	text-align: center;
}
.faq__text {
	text-align: center;
}

.accordion-item {
	position: relative;
	isolation: isolate;
}
.accordion-item:hover::before {
	content: '';
	position: absolute;
	inset: 0;
	background-color: #000;
	opacity: 0.5;
	z-index: -1;
}
.accordion-item__header,
.accordion-item__body {
	padding-left: 10px !important;
	padding-right: 10px !important;
}
.accordion-item__body {
	border-top-color: #ef7b4f !important;
}

.accordion-item__header,
.accordion-item__body p {
	font-weight: 800 !important;
}

@media (min-width: 1000px) {
	.welcome-block__content {
		margin-left: auto;
		display: flex;
		flex-direction: column;
		align-items: flex-end;
		text-align: right;
	}
}

.welcome-block__background::before {
	background-color: rgba(60, 72, 88, 0.35) !important;
}

.welcome-block__wrapper {
	width: 100% !important;
}

@media (min-width: 1171px) {
	.header:not(.header--scrolled)
		.header-navigation__items
		> .header-navigation__item
		> a {
		color: #fff !important;
	}
}

.hamburg-icon-text__wrapper {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 25px;
}

.hamburg-icon-text__icon {
	width: 150px;
	height: 150px;
	flex-shrink: 0;
}

@media (max-width: 768px) {
	.hamburg-icon-text__wrapper {
		flex-direction: column;
	}
}

.hamburg-icon-text__text p {
	color: #161c2d;
	font-weight: 600;
}

.hamburg-services__items {
	display: flex;
	flex-direction: column;
	gap: 15px;
	margin-top: 30px;
}

.hamburg-services__item {
	display: flex;
	gap: 15px;
	align-items: center;
}

.hamburg-services__item-icon {
	width: 70px;
	height: 70px;
	flex-shrink: 0;
	background-image: url('./assets/images/service-key-icon.webp');
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

@media (max-width: 768px) {
	.hamburg-services__item-icon {
		width: 50px;
		height: 50px;
	}
}

.hamburg-services__item-content :is(strong, h3) {
	color: #ef7b4f !important;
}

.hamburg-call-to-action {
	background: #616161;
	padding: 30px 0;
	color: #fff;
}

.hamburg-call-to-action--black {
	background: #212121;
}

.hamburg-call-to-action__wrapper {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 25px;
}

.hamburg-call-to-action__text h2 {
	color: inherit;
	font-weight: 700;
	margin-bottom: 8px;
}

.hamburg-call-to-action__text p {
	font-weight: 700;
	font-size: 18px;
}

.hamburg-call-to-action__phone .btn {
	margin-bottom: 0;
}

@media (max-width: 768px) {
	.hamburg-call-to-action__wrapper {
		flex-direction: column;
	}
	.hamburg-call-to-action__text {
		text-align: center;
	}
}

/* Новый блок hamburg-service-area */
.hamburg-service-area {
	background: #616161;
	padding: 30px 0;
	color: #fff;
}

.hamburg-service-area__wrapper {
	display: flex;
	flex-direction: column;
	gap: 25px;
}

.hamburg-service-area__text h2 {
	color: #ef7b4f;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 20px;
	text-align: center;
}

.hamburg-service-area__text p {
	font-weight: 700;
	font-size: 18px;
}

.hamburg-service-area__text h3 {
	color: #fff;
	font-size: 20px;
	font-weight: 700;
	margin-top: 20px;
	margin-bottom: 15px;
}

.hamburg-service-area__list {
	list-style: none;
	padding: 0;
	margin: 0 0 20px 0;
}

.hamburg-service-area__list li {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	padding-left: 25px;
	position: relative;
	margin-bottom: 10px;
	line-height: 1.6;
}

.hamburg-service-area__list li::before {
	content: '';
	position: absolute;
	left: 0;
	top: 8px;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background-color: #ef7b4f;
}

.hamburg-service-area__phone {
	display: flex;
	justify-content: center;
}

.hamburg-service-area__cta-btn {
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #ef7b4f;
	color: #fff;
	padding: 15px 25px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	transition: background-color 0.3s ease;
	white-space: nowrap;
}

.hamburg-service-area__cta-btn:hover {
	background-color: #d66a3f;
	color: #fff;
	text-decoration: none;
}

.hamburg-service-area__cta-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	fill: #fff;
}

.hamburg-service-area__cta-text {
	flex: 1;
}

@media (max-width: 768px) {
	.hamburg-service-area__text {
		text-align: center;
	}
	.hamburg-service-area__phone {
		justify-content: center;
	}
	.hamburg-service-area__cta-btn {
		white-space: normal;
		justify-content: center;
		text-align: center;
	}
}

.hamburg-advantages {
}

.hamburg-advantages__background-section {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}
.hamburg-advantages__background-section * {
	color: #fff;
}

.hamburg-advantages__background {
	background-image: url('./assets/images/advantages.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(3px) grayscale(1);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(1.1);
}
.hamburg-advantages__background--prices {
	background-image: url('./assets/images/prices.webp');
	filter: none;
	transform: none;
}
.hamburg-advantages__background-section:has(
		.hamburg-advantages__background--prices
	)
	*:not(strong) {
	color: #161c2d;
}

.hamburg-advantages__background::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
}
.hamburg-advantages__background--prices::before {
	background: rgba(255, 255, 255, 0.8);
}

.hamburg-advantages__content {
	position: relative;
	z-index: 1;
	color: #161c2d;
}

.hamburg-advantages__content p {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
}

/* @media (min-width: 768px) {
	.hamburg-advantages__content > p {
		margin-left: 65px;
	}
} */

.hamburg-advantages__title {
	color: #fff;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
}

.hamburg-advantages__items {
	display: flex;
	flex-direction: column;
	margin-top: 30px;
	gap: 30px;
}

.hamburg-advantages__item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.hamburg-advantages__icon {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background-image: url('./assets/images/check-black.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.hamburg-advantages__background-section .hamburg-advantages__icon {
	background-image: url('./assets/images/check-orange.svg');
	width: 45px;
	height: 45px;
}

.hamburg-advantages__item-title {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 15px;
}

.hamburg-advantages__item-content p {
	color: #ef7b4f;
	font-weight: 700;
	margin-bottom: 0;
}

.hamburg-advantages__background-section .hamburg-advantages__item-title {
	color: #f27645;
	display: flex;
	align-items: center;
	gap: 5px;
	width: 100%;
	font-weight: bold;
	margin-bottom: 5px;
}

.hamburg-advantages__background-section .hamburg-advantages__item-content p {
	color: #fff;
	font-size: 16px;
	line-height: 1.6;
}

.hamburg-advantages--prices .hamburg-advantages__content > * {
	color: #161c2d;
	margin-right: 0;
	margin-left: 0;
	text-align: left;
}
.hamburg-advantages--prices strong {
	color: #ef7b4f;
}
.hamburg-advantages--prices :is(h3, .hamburg-advantages__h3) {
	font-size: 1.25rem;
	font-weight: 700;
}
.hamburg-advantages__h3 {
	display: block;
	text-align: center;
}
.hamburg-advantages__white-bg {
	color: #161c2d;
	background-color: #fff;
	padding: 30px;
	margin: 10px 0;
	display: block;
	width: 100%;
}
.hamburg-advantages__white-bg * {
	color: #161c2d;
}
.hamburg-advantages--prices :is(ol, li) {
	list-style-position: inside !important;
	list-style-type: decimal !important;
}

.hamburg-advantages--prices ul li {
	list-style-type: disc !important;
}

.hamburg-advantages__cta {
	margin-top: 30px;
	display: flex;
	justify-content: center;
}

.hamburg-advantages__cta-btn {
	display: flex;
	align-items: center;
	gap: 15px;
	background-color: #ef7b4f;
	color: #fff;
	padding: 15px 25px;
	border-radius: 6px;
	text-decoration: none;
	font-weight: 700;
	font-size: 18px;
	transition: background-color 0.3s ease;
	white-space: nowrap;
}

.hamburg-advantages__cta-btn:hover {
	background-color: #d66a3f;
	color: #fff;
	text-decoration: none;
}

.hamburg-advantages__cta-icon {
	flex-shrink: 0;
	width: 24px;
	height: 24px;
	fill: #fff;
}

.hamburg-advantages__cta-text {
	flex: 1;
}

@media (max-width: 768px) {
	.hamburg-advantages__cta-btn {
		white-space: normal;
		justify-content: center;
		text-align: center;
	}
}

.hamburg-pay-ways__container {
	display: flex;
	align-items: center;
	gap: 30px;
	justify-content: center;
}

.hamburg-pay-ways__header {
	display: flex;
	flex-direction: column;
}

.hamburg-pay-ways__image {
	width: 270px;
	max-width: 100%;
	margin: 0 0 15px;
}

.hamburg-pay-ways__text {
	text-align: center;
}

.hamburg-pay-ways__description {
	font-size: 1rem;
	margin-top: 20px;
	color: #161c2d;
	margin-top: 15px;
	margin-bottom: 5px;
}
.hamburg-pay-ways__list {
	display: flex;
	flex-direction: column;
}
.hamburg-pay-ways__item {
	color: #161c2d;
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 1rem;
	font-weight: bold;
}
.hamburg-pay-ways__item::before {
	content: '';
	width: 1.2rem;
	height: 1.2rem;
	min-width: 1.2rem;
	min-height: 1.2rem;
	display: inline-flex;
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	background-image: url('./assets/images/check-orange.svg');
	background-color: transparent;
}

.hamburg-footer-pay-ways {
	margin-top: 15px;
}

.hamburg-footer-pay-ways img {
	height: 60px;
	width: auto;
}

@media (max-width: 767px) {
	.hamburg-pay-ways__container {
		flex-direction: column-reverse;
		align-items: center;
	}
}

.about-page-hamburg {
	.text-block {
		li {
			&::before {
				content: '';
				width: 30px;
				height: 30px;
				background-position: center;
				background-repeat: no-repeat;
				background-size: contain;
				background-image: url('./assets/images/check-orange.svg');
				background-color: transparent;
				margin-left: 0;
			}
		}
		strong {
			color: #ef7b4f;
		}
	}
}

.happy-case {
	margin: 50px 0;
}
.happy-case__title {
	text-align: center;
	margin-bottom: 1rem;
}
.happy-case__text {
}
.happy-case :is(ol, ul) {
	padding-left: 1.5rem;
	margin-bottom: 1rem;
	list-style-position: inside;
}
.happy-case ol li {
	list-style-type: decimal;
}
.happy-case ul li {
	list-style-type: disc;
}
.happy-case__accent-list {
	color: #ef7b4f;
}
.happy-case__gallery {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 2rem;
	margin-top: 2rem;
}
.happy-case__gallery-item {
	width: 320px;
	height: 300px;
	max-width: 100%;
	overflow: hidden;
}
.happy-case__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: transform 0.3s ease;
}
.happy-case__gallery-item:hover .happy-case__img {
	transform: scale(1.15);
}

.testimonials.swiper {
	position: relative;
	padding: 0 2px;
	box-sizing: border-box;
}

.testimonials.swiper .swiper-wrapper {
	box-sizing: border-box;
	padding: 50px 0 0;
}

.testimonials.swiper .testimonials__items {
	flex-wrap: nowrap;
	margin: 0;
}

.swiper-slide.testimonials.swiper .testimonials__item {
	display: flex;
	flex-direction: column;
	padding: 20px 0;
	box-sizing: border-box;
}

.testimonials.swiper .testimonials__item-content {
	display: flex;
	flex-direction: column;
	gap: 10px;
}

.testimonials.swiper .swiper-button-prev,
.testimonials.swiper .swiper-button-next {
	color: #ef7b4f;
	width: 35px;
	height: 35px;
	min-width: 35px;
	min-height: 35px;
	background-color: #fff;
	border-radius: 6px;
	box-shadow: 0 0 3px rgba(239, 124, 79, 0.5);
	transition: 0.3s;
}

.testimonials.swiper .swiper-button-prev:hover,
.testimonials.swiper .swiper-button-next:hover {
	box-shadow: 0 0 3px rgba(239, 124, 79);
}

.testimonials.swiper .swiper-button-prev:after,
.testimonials.swiper .swiper-button-next:after {
	font-size: 20px;
	color: #ef7b4f;
	font-weight: bold;
}

.testimonials.swiper .swiper-button-prev {
	top: 35px;
	left: unset;
	right: 50px;
}

.testimonials.swiper .swiper-button-next {
	top: 35px;
	right: 3px;
}

.testimonials__star {
	height: 20px;
	width: 20px;
}

.accent {
	color: #ef7b4f;
}

.weird-linking {
	padding: 20px;
	max-width: 1200px;
	margin: 0 auto;
}

.weird-linking__container {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(270px, 100%), 1fr));
	gap: 20px;
}

.weird-linking__group {
	flex: 1;
	border: 2px solid #ef7b4f;
	padding: 15px 20px;
	background: #dfe0e1;
}

.weird-linking__title {
	font-size: 1.5em;
	font-weight: bold;
	margin-bottom: 10px;
	color: #333;
}

.weird-linking__list {
	list-style: none;
	padding: 0;
}

.weird-linking__item {
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: center;
	gap: 10px;
	padding: 5px 0;
	color: #161c2d;
	position: relative;
	font-weight: bold;
}

.weird-linking__item a {
	text-decoration: underline;
	color: inherit;
	font-size: 0.85rem;
	font-style: italic;
	line-height: 1.2;
	transition: all 0.2s ease-in-out;
}

.weird-linking__item::after {
	content: '';
	color: red;
	margin-left: auto;
	width: 25px;
	height: 25px;
	background-image: url(assets/images/down-right.svg);
	background-repeat: no-repeat;
	background-position: center;
	background-size: contain;
}

.weird-linking__item:hover {
	color: #ef7b4f;
}

.rating {
	background: #232f39;
	color: #fff;
	padding-top: 50px;
	padding-bottom: 50px;
	position: relative;
	margin-bottom: 100px;
}

.rating__content {
	display: flex;
	justify-content: space-between;
}

.rating__left {
	display: flex;
	width: 50%;
}

.rating__left .rating-text {
	margin-left: 30px;
	position: relative;
	top: 35px;
}

.rating-text__subtitle {
	color: #fff;
	font-size: 18px;
	font-weight: 500;
}

.rating-text__title {
	color: #fff;
	line-height: 1.25;
	font-size: 32px;
	font-weight: 700;
	display: flex;
	align-content: center;
}

.rating-text__title span {
	margin-right: 15px;
}

.rating-text__title .stars svg {
	display: inline-block;
}

.rating-text__description {
	font-size: 12px;
	font-weight: 500;
	margin-top: 4px;
}

.rating__right {
	align-items: center;
	display: grid;
	grid-gap: 20px 10px;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	width: 50%;
}

.rating__item svg {
	position: relative;
	width: 20px;
	height: 20px;
}

.rating__item span {
	font-size: 18px;
	font-weight: 500;
}

@media (max-width: 1140px) {
	.rating__content {
		display: block;
		margin: 0 auto;
		width: 600px;
	}
	.rating__right {
		width: 100%;
	}
	.rating__left {
		width: 100%;
	}
}

@media (max-width: 768px) {
	.rating__content {
		width: 100%;
	}
	.rating-text-wrapper.col-12.pt-60 {
		margin-left: 25px;
		margin-right: 25px;
	}
	.telephone-tab {
		bottom: -100px;
		right: 0;
		margin: 0 auto;
		position: relative;
		width: 270px;
	}
	.rating__right {
		display: block;
		text-align: center;
		margin: 0;
	}
	.rating__left {
		margin-left: 0;
		display: block;
		text-align: center;
		margin-bottom: 60px;
	}
	.rating-text__title {
		display: block;
	}
	.rating__left .rating-text {
		margin-left: 0;
	}
	.rating__item {
		margin: 0;
	}
}

.faq {
	overflow: hidden;
}

.steps-images-section {
}
.steps-images-section__items-wrapper {
	display: flex;
	gap: 1rem;
	justify-content: center;
	flex-wrap: wrap;
}
.steps-images-section__item {
	display: inline-flex;
	flex-direction: column;
	width: calc(100% / 3 - 1rem);
	background-color: #dadbdc;
	padding: 10px;
}
.steps-images-section__link,
.steps-images-section__item-title {
	color: #000;
	font-weight: bold;
	transition: all 0.2s ease-in-out;
}
.steps-images-section__link:hover,
.steps-images-section__link:hover * {
	color: #ef7b4f;
}
.steps-images-section__img {
	width: 100%;
	height: 300px;
	object-fit: cover;
}
@media (max-width: 991px) {
	.steps-images-section__item {
		width: calc(100% / 2 - 1rem);
	}
}
@media (max-width: 767px) {
	.steps-images-section__item {
		width: 100%;
	}
}

.hamburg-service-reasons {
}

.hamburg-service-reasons__background-section {
	position: relative;
	overflow: hidden;
	padding: 30px 0;
}
.hamburg-service-reasons__background-section * {
	color: #161c2d;
}

.hamburg-service-reasons__background {
	background-image: url('./assets/images/advantages.webp');
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	filter: blur(3px) grayscale(1);
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: -1;
	transform: scale(1.1);
}

.hamburg-service-reasons__background::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(255, 255, 255, 0.8);
}

.hamburg-service-reasons__content {
	position: relative;
	z-index: 1;
	color: #161c2d;
	max-width: 700px;
	margin: 0 auto;
}

.hamburg-service-reasons__content p {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
}

.hamburg-service-reasons__items {
	margin-bottom: 30px;
}

@media (min-width: 768px) {
	.hamburg-service-reasons__content > p {
		margin-left: 65px;
	}
}

.hamburg-service-reasons__title {
	color: #161c2d;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
}

.hamburg-service-reasons__items {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
	gap: 15px;
}

.hamburg-service-reasons__item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.hamburg-service-reasons__icon {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background-image: url('./assets/images/check-black.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.hamburg-service-reasons__background-section .hamburg-service-reasons__icon {
	background-image: url('./assets/images/warning.svg');
}

.hamburg-service-reasons__item-title {
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 15px;
}

.hamburg-service-reasons__item-content p {
	color: #ef7b4f;
	font-weight: 700;
	margin-bottom: 0;
}

.hamburg-service-reasons__background-section
	.hamburg-service-reasons__item-title {
	color: #161c2d;
}

.hamburg-service-reasons__background-section
	.hamburg-service-reasons__item-content
	p {
	color: #161c2d;
	font-size: 18px;
	line-height: 1.6;
}

.hamburg-service-about__content {
	position: relative;
	z-index: 1;
	color: #161c2d;
	max-width: 800px;
	margin: 0 auto;
}

.hamburg-service-about__content p {
	font-weight: 700;
	font-size: 18px;
	line-height: 1.6;
	color: #8492a6;
}

.hamburg-service-about__items {
	margin: 0 auto 30px auto;
	max-width: max-content;
}

.hamburg-service-about__title {
	color: #161c2d;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
}

.hamburg-service-about__items {
	display: flex;
	flex-direction: column;
	margin-top: 25px;
	gap: 15px;
}

.hamburg-service-about__item {
	display: flex;
	align-items: center;
	gap: 15px;
}

.hamburg-service-about__icon {
	width: 50px;
	height: 50px;
	flex-shrink: 0;
	background-image: url('./assets/images/service-key-icon.webp');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.hamburg-service-about__item-title {
	color: #ef7b4f;
	font-size: 21px;
	font-weight: 700;
	margin-bottom: 15px;
}

.hamburg-service-advantages__wrapper {
	display: grid;
	gap: 30px;
	grid-template-columns: 1fr 1fr;
}

@media (max-width: 900px) {
	.hamburg-service-advantages__wrapper {
		grid-template-columns: 1fr;
	}
}

.hamburg-service-advantages__title {
	color: #161c2d;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
}

.hamburg-service-advantages__items {
	display: flex;
	flex-direction: column;
	gap: 15px;
}

.hamburg-service-advantages__item {
	display: flex;
	align-items: center;
	gap: 15px;
	font-size: 18px;
	font-weight: 600;
	color: #161c2d;
}

.hamburg-service-advantages__icon {
	width: 30px;
	height: 30px;
	flex-shrink: 0;
	background-image: url('./assets/images/check-black.svg');
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
}

.hamburg-service-call-to-action {
	background: #e0e0e0;
}

.hamburg-service-call-to-action__wrapper {
	max-width: 800px;
	margin: 0 auto;
}

.hamburg-service-call-to-action__title {
	color: #161c2d;
	text-align: center;
	font-size: 25px;
	font-weight: 700;
	margin-bottom: 30px;
}

.hamburg-service-call-to-action__text p {
	font-size: 16px;
	font-weight: 600;
	color: #161c2d;
}

.hamburg-service-call-to-action__text p + p {
	margin-top: 10px;
}

.hamburg-service-call-to-action__action {
	font-size: 20px;
	font-weight: 800;
	color: #ef7b4f;
	display: flex;
	align-items: center;
	gap: 15px;
	margin-top: 20px;
}

.hamburg-service-call-to-action__action-icon {
	flex-shrink: 0;
}

.hamburg-service-call-to-action__action svg {
	fill: #ef7b4f;
	width: 40px;
	height: 40px;
}

.partners {
}
.partners__wrapper {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(min(150px, 100%), 1fr));
	align-items: center;
	gap: 1rem;
}
.partners__item {
	display: inline-flex;
	align-items: center;
	justify-content: center;
}
.partners__logo {
	width: 100%;
	height: 100%;
	object-fit: contain;
	max-height: 70px;
}

/* Hamburg Districts Zones Section */
.hamburg-districts-zones {
	padding: 60px 0;
}

.hamburg-districts-zones__content {
	margin-bottom: 40px;
}

.hamburg-districts-zones__text {
	max-width: 600px;
	margin-left: auto;
	text-align: right;
}

.hamburg-districts-zones__text h1 {
	color: #fff;
	font-size: 2.5rem;
	font-weight: 700;
	margin-bottom: 20px;
}

.hamburg-districts-zones__text p {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	line-height: 1.6;
	margin-bottom: 15px;
}

.hamburg-districts-zones__list {
	display: flex;
	flex-direction: column;
	gap: 12px;
	max-width: 900px;
	margin: 0 auto;
}

/* Ensure all 7 zones fit on desktop screen */
@media (min-width: 1024px) {
	.hamburg-district-zone__header {
		padding: 14px 25px;
		font-size: 17px;
	}
	
	.hamburg-districts-zones__list {
		gap: 10px;
	}
}

.hamburg-district-zone {
	background: rgba(255, 255, 255, 0.85);
	border-radius: 8px;
	overflow: hidden;
	transition: all 0.3s ease;
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.hamburg-district-zone:hover {
	background: rgba(255, 255, 255, 0.95);
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
}

.hamburg-district-zone__header {
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 18px 25px;
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	cursor: pointer;
	text-align: left;
	font-size: 18px;
	font-weight: 700;
	color: #161c2d;
	transition: all 0.3s ease;
}

.hamburg-district-zone__header:hover {
	color: #ef7b4f;
}

.hamburg-district-zone__header[aria-expanded="true"] .hamburg-district-zone__arrow {
	transform: rotate(180deg);
}

.hamburg-district-zone__name {
	flex: 1;
}

.hamburg-district-zone__arrow {
	width: 24px;
	height: 24px;
	flex-shrink: 0;
	color: #ef7b4f;
	transition: transform 0.3s ease;
}

.hamburg-district-zone__arrow svg {
	width: 100%;
	height: 100%;
}

.hamburg-district-zone__content {
	max-height: 0;
	overflow: hidden;
	transition: max-height 0.3s ease;
}

.hamburg-district-zone__content.active {
	max-height: 2000px;
}

.hamburg-district-zone__districts {
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 15px;
	padding: 20px 25px;
	background: rgba(239, 123, 79, 0.1);
}

.hamburg-district-zone__district-link {
	color: #161c2d;
	text-decoration: none;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 12px;
	border-radius: 4px;
	transition: all 0.2s ease;
}

.hamburg-district-zone__district-link:hover {
	background: #ef7b4f;
	color: #fff;
	text-decoration: none;
}

.hamburg-district-zone__district-link--disabled {
	cursor: default;
	pointer-events: none;
	background: transparent;
	color: #161c2d;
}

@media (max-width: 768px) {
	.hamburg-districts-zones__text {
		text-align: center;
		margin: 0 auto 40px;
	}
	
	.hamburg-districts-zones__text h1 {
		font-size: 2rem;
	}
	
	.hamburg-district-zone__districts {
		grid-template-columns: repeat(2, 1fr);
	}
}

@media (max-width: 480px) {
	.hamburg-district-zone__districts {
		grid-template-columns: 1fr;
	}
}

/* Hamburg Suburban Areas Section */
.hamburg-suburban-areas {
	padding: 60px 0;
	background: #fff;
}

.hamburg-suburban-areas__header {
	text-align: center;
	margin-bottom: 30px;
}

.hamburg-suburban-areas__header h2 {
	color: #ef7b4f;
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 0;
}

.hamburg-suburban-areas__list {
	background: #616161;
	padding: 30px;
	border-radius: 8px;
	display: flex;
	flex-wrap: wrap;
	gap: 15px;
	justify-content: center;
	margin-bottom: 30px;
}

.hamburg-suburban-areas__item {
	color: #fff;
	font-size: 16px;
	font-weight: 600;
	padding: 8px 15px;
	white-space: nowrap;
	text-decoration: none;
	display: inline-block;
	background: transparent;
	border: none;
	cursor: pointer;
	transition: all 0.2s ease;
}

.hamburg-suburban-areas__item:hover {
	color: #ef7b4f;
	text-decoration: none;
	transform: translateY(-2px);
}

.hamburg-suburban-areas__footer {
	text-align: center;
}

.hamburg-suburban-areas__footer p {
	color: #161c2d;
	font-size: 18px;
	font-weight: 600;
	margin: 0;
}

@media (max-width: 768px) {
	.hamburg-suburban-areas__header h2 {
		font-size: 1.5rem;
	}
	
	.hamburg-suburban-areas__list {
		padding: 20px;
		gap: 10px;
	}
	
	.hamburg-suburban-areas__item {
		font-size: 14px;
		padding: 6px 12px;
	}
}

.suburban-modal {
	display: none;
}

.suburban-modal.is-open {
	display: block;
}

.suburban-modal__content {
	background: linear-gradient(135deg, #ffffff 0%, #f5f5f5 100%);
	border-radius: 12px;
	box-shadow: 0 15px 45px rgba(0, 0, 0, 0.18);
	padding: 32px 28px;
	text-align: center;
}

.suburban-modal__intro {
	color: #161c2d;
	font-size: 18px;
	font-weight: 700;
	margin-bottom: 8px;
}

.suburban-modal__intro .suburban-modal__area {
	color: #ef7b4f;
	font-weight: 800;
}

.suburban-modal__text {
	color: #3c4858;
	font-size: 16px;
	font-weight: 600;
	margin-bottom: 8px;
}

.suburban-modal__phone {
	margin: 18px auto 0;
	width: 100%;
	max-width: 320px;
	justify-content: center;
}
