/*
 Theme Name:   rohrreinigung-essen-24
 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
*/
.testim {
	width: 100%;
}
.testim__block {
	display: grid;
	grid-template-columns: 180px 1fr;
	gap: 1rem;
}
.testim__wrapper {
	height: 230px !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: 200px !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: #f60 !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;
}
@media (max-width: 767px) {
	.testim__block {
		grid-template-columns: 1fr;
	}
}
.float-phone-button {
	z-index: 100;
}


.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;
}
