/*
 Theme Name:   rohrreinigung-bremen-city
 Template:     schluesseldienst-hamburg
 Theme URI:    https://example.com/mytheme-child/
 Description:  Дочерняя тема для MyTheme
 Author:       Ваше имя
 Author URI:   https://example.com
 Template:     mytheme
 Version:      1.0.0
 Text Domain:  mytheme-child
*/

.how-we-work__wrapper {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 80px;
	align-items: start;
}

.how-we-work__title {
	font-size: 28px;
	font-weight: bold;
	color: #2c3e50;
	margin-bottom: 24px;
	line-height: 1.1;
}

.how-we-work__info p {
	font-size: 14px;
	font-weight: 500;
	color: #6c757d;
	line-height: 1.6;
	margin: 0;
}

.how-we-work__item {
	border-bottom: 1px solid #e9ecef;
	background: white;
}

.how-we-work__item:last-child {
	border-bottom: none;
}

.how-we-work__toggle {
	width: 100%;
	padding: 20px 0;
	background: transparent;
	border: none;
	text-align: left;
	font-size: 16px;
	font-weight: 600;
	color: #2c3e50;
	cursor: pointer;
	position: relative;
	transition: all 0.3s ease;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.how-we-work__toggle:hover {
	color: #ef7b4f;
}
.how-we-work__toggle:hover::after {
	border-top-color: #ef7b4f;
}

.how-we-work__toggle::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 8px solid #2c3e50;
	transition: all 0.3s ease;
	flex-shrink: 0;
}

.how-we-work__item.active .how-we-work__toggle {
	color: #ef7b4f;
}

.how-we-work__item.active .how-we-work__toggle::after {
	transform: rotate(180deg);
	border-top-color: #ef7b4f;
}

.how-we-work__content {
	height: 0;
	overflow: hidden;
	transition: height 0.3s ease;
	background: white;
}

.how-we-work__item.active .how-we-work__content {
	padding-bottom: 20px;
}

.how-we-work__content p {
	margin: 0;
	font-size: 14px;
	font-weight: 500;
	color: #6c757d;
	line-height: 1.6;
}

@media (max-width: 767px) {
	.how-we-work__wrapper {
		grid-template-columns: 1fr;
		gap: 40px;
	}
}

.testim {
}
.testim__wrapper {
	height: 260px !important;
}
.testim__item {
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 2px;
	border-right-width: 2px;
	background-color: white;
	backdrop-filter: blur(0px);
	border-style: solid;
	border-color: #e5e5e5;
	background: #ffffff;
	background-color: rgb(255, 255, 255);
	border-radius: 4px;
	padding: 15px;
	margin: 0;
	font-size: 14px;
	line-height: 1.4em;
	height: 215px !important;
}
.testim__header {
	display: grid;
	grid-template-columns: 50px 1fr 30px;
}
.testim__img-wrapper {
	width: 40px;
	height: 40px;
	border-radius: 50%;
}
.testim__img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	border-radius: 50%;
}
.testim__info-wrapper {
	display: grid;
}
.testim__name {
	font-weight: bold;
	font-size: 15px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	color: #000000;
}
.testim__date {
	color: #000000;
	opacity: 0.5;
	font-size: 12px;
}
.testim__g-icon-wrapper {
	width: 20px;
	height: 20px;
	margin-left: auto;
}
.testim__g-icon-img {
	width: 100%;
	height: 100%;
}
.testim__body {
}
.testim__rating-wrapper {
	display: flex;
	gap: 5px;
	margin-bottom: 6px;
	margin-top: 15px;
}
.testim__rating-img {
	width: 16px;
	height: 16px;
	object-fit: contain;
}
.testim__text {
	height: 81px;
	line-height: 20px;
	font-size: 14px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	text-align: left;
	-webkit-line-clamp: inherit;
	overflow-y: auto;
	overflow-x: hidden;
	padding-right: 10px;
	scrollbar-color: #8d8d8d #e0e0e0;
	scrollbar-width: thin;
}
.testim__pagination {
	bottom: -25px;
}
.testim__pagination .swiper-pagination-bullet-active {
	background: #ef7b4f !important;
}
.testim__controls {
	display: flex;
	align-items: center;
	justify-content: flex-end;
	gap: 10px;
	width: 100%;
	height: 60px;
}
.testim__controls :is(.swiper-button-next, .swiper-button-prev) {
	position: initial;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 30px;
	height: 30px;
	min-width: 30px;
	min-height: 30px;
	border-radius: 50%;
	background-color: #ef7b4f;
}
.testim__controls :is(.swiper-button-next, .swiper-button-prev):after {
	color: #fff;
	font-size: 15px;
	font-weight: bold;
	height: unset;
	line-height: unset;
}

table.pricelist-table {
	width: 100%;
	border-collapse: collapse;
	margin: 20px 0;
	border: none;
}
table.pricelist-table th {
	background-color: #ef7b4f;
	color: white;
	padding: 12px;
	text-align: left;
	border: none;
}
table.pricelist-table td {
	padding: 12px;
	text-align: left;
}
table.pricelist-table :is(th, td):last-child {
	text-align: right;
}
table.pricelist-table tr {
	border-bottom: 2px solid #ef7b4f;
	background-color: #fff;
}
table.pricelist-table tr:hover {
	background-color: #f1f1f1;
}
@media screen and (max-width: 600px) {
	table.pricelist-table {
		display: block;
		overflow-x: auto;
	}
	table.pricelist-table th,
	table.pricelist-table td {
		min-width: 150px;
	}
}

.masters-section {
	margin: 60px 0;
}
@media (min-width: 768px) {
	.masters-section__title {
		font-size: 35px;
		text-align: center;
	}
	.masters-section__title::after {
		margin: 10px auto;
		width: 175px;
		height: 5px;
	}
}
.masters-slider__navigation {
	display: flex;
	justify-content: flex-end;
}
.masters-slider__navigation-button {
	padding: 20px;
	cursor: pointer;
}
.masters-section__slider {
	overflow: hidden;
}
.master-item {
	border-radius: 10px;
	overflow: hidden;
	background: #fbfbfb;
}
.master-item__thumbnail {
	display: flex;
	background: #ef7b4f;
	color: #fff;
}
.master-item__image {
	width: 65%;
	flex-shrink: 0;
}
.master-item__image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.master-item__thumbnail-items {
	padding: 40px 12px;
}
.master-item__thumbnail-item {
	padding: 0px;
	text-align: center;
}
.master-item__thumbnail-item + .master-item__thumbnail-item {
	margin-top: 40px;
}
.master-item__thumbnail-number {
	font-size: 36px;
	line-height: 42px;
	font-weight: bold;
}
.master-item__thumbnail-text {
	font-size: 15px;
	line-height: 17px;
}
.master-item__info {
	padding: 15px 15px 30px;
}
.master-item__name {
	font-weight: bold;
	font-size: 24px;
	line-height: 28px;
	color: #484848;
	margin-bottom: 20px;
}
.master-item__items {
	margin-bottom: 30px;
}
.master-item__item {
	display: flex;
	justify-content: space-between;
	padding: 10px 0;
	gap: 10px;
}
.master-item__item + .master-item__item {
	border-top: 1px solid #cfcfcf;
}
.master-item__item-title {
	color: #6f6f6f;
}
.master-item__item-content {
	color: #1c1c1c;
	text-align: right;
}
.master-item__button {
	display: flex;
	justify-content: center;
}
.master-item__button a {
	background: #ef7b4f;
	border-radius: 5px;
	font-weight: 600;
	color: #fff;
	text-decoration: none;
	padding: 13px 30px;
}

@media (min-width: 992px) {
	.more-block-visible-desktop .collapse:not(.show) {
		display: block;
	}
	.more-block-visible-desktop [data-toggle='collapse'] {
		display: none;
	}
}


.logo {
	display: flex;
	align-items: center;
	padding: 14px 0;
}

.logo img {
	object-fit: contain;
	width: 40px;
}

.logo__content {
	line-height: 21px;
	margin-left: 10px;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: .3px;
	color: #fff;
}

.nav-sticky .logo__content {
	color: #3c4858;
}

.logo__content span {
	color: #EF7B4F;
}
