/* whosearch — извлечено из business/index.css */

/* плавное скрытие 'не готов' на мобильном слайдере */
.whosearch__slider--no .whosearch__slider-label { transition: opacity 0.25s ease, visibility 0.25s ease; }
.whosearch__slider--no .whosearch__slider-label.is-hidden { opacity: 0; visibility: hidden; }

.whosearch {
	max-width: 1340px;
	width: 100%;
	position: relative;
	padding: 0px 0;
}

.whosearch__title {
	font-family: 'Unbounded', sans-serif;
	font-weight: 700;
	font-size: 42px;
	color: #25292d;
	text-transform: uppercase;
	text-align: center;
	margin-bottom: 12px;
}

.whosearch__desc {
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 25px;
	color: #25292d;
	margin-bottom: 150px;
}

.whosearch__grid {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 27px;
	margin-top: 150px;
}

.whosearch__card {
	position: relative;
	border-radius: 20px;
	padding: 218px 0 40px;
	min-height: 640px;
	overflow: visible;
}

.whosearch__card--yes {
	background: #fdd300;
	padding-bottom: 0;
}

.whosearch__card--no {
	background: #d9d9d9;
}

.whosearch__avatar {
	position: absolute;
	top: -125px;
	left: 50%;
	transform: translateX(-50%);
	width: 370px;
	height: 343px;
	z-index: 2;
	pointer-events: none;
}

.whosearch__avatar img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.whosearch__label {
	width: 594px;
	height: 79px;
	border-radius: 10px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 0 auto 30px;
	position: relative;
	z-index: 1;
}

.whosearch__card--yes .whosearch__label {
	background: #ffe770;
}

.whosearch__card--no .whosearch__label {
	background: #fff;
}

.whosearch__label-text {
	font-family: 'Inter', sans-serif;
	font-weight: 700;
	font-size: 22px;
	color: #000;
	text-align: center;
}

.whosearch__bubbles {
	position: relative;
	min-height: 200px;
	padding: 0 10px;
}

.whosearch__bubble {
	display: inline-block;
	background: #fff;
	border-radius: 20px;
	padding: 8px 30px;
	font-family: 'Inter', sans-serif;
	font-weight: 400;
	font-size: 20px;
	color: #000;
	white-space: nowrap;
	height: 45px;
	line-height: 29px;
	--x: 0px;
	--y: 0px;
	transform: var(--rotate, rotate(0deg)) translate(var(--x), var(--y));
}

.whosearch__dashed {
	text-decoration: underline dashed;
	text-underline-offset: 4px;
	text-decoration-thickness: 2px;
}

.whosearch__notready {
	font-family: 'Unbounded', sans-serif;
	font-weight: 900;
	font-size: 32px;
	color: #000;
	text-transform: uppercase;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0;
	--x: 0px;
	--y: 0px;
	transform: translate(var(--x), var(--y));
	white-space: nowrap;
	z-index: 10;
}

.whosearch__bubbles--no {
	position: relative;
	min-height: 250px;
}

.whosearch__bubbles--no .whosearch__bubble {
	position: absolute;
	left: 0;
	top: 0;
	transform: var(--rotate, rotate(0deg)) translate(var(--x, 0px), var(--y, 0px));
}

.whosearch__slider {
	display: none;
}

@media (max-width: 960px) {
.whosearch__grid {
		grid-template-columns: 1fr;
		gap: 60px;
	}
.whosearch__card {
		min-height: auto;
		padding: 140px 20px 30px;
	}
.whosearch__label {
		width: 100%;
		max-width: 400px;
		height: auto;
		padding: 16px 20px;
	}
.whosearch__avatar {
		width: 260px;
		height: 240px;
		top: -100px;
	}
.whosearch__bubbles {
		display: none;
	}
.whosearch__slider {
		display: block;
		padding: 0 0 16px;
		overflow: hidden;
	}
.whosearch__notready {
		display: none;
	}
.whosearch__title {
		font-size: 30px;
	}
.whosearch__desc {
		font-size: 20px;
	}
}

@media (max-width: 1200px) {
.whosearch__title {
		font-size: 34px;
	}
.whosearch__desc {
		margin-bottom: 100px;
	}
.whosearch__card {
		overflow: visible;
	}
.whosearch__bubbles {
		display: none;
	}
.whosearch__slider {
		display: block;
		padding: 0 0 16px;
		overflow: hidden;
	}
.whosearch__notready {
		display: none;
	}
.whosearch__label {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 14px 20px;
	}
}

@media (max-width: 768px) {
.whosearch__title {
		font-size: 26px;
	}
.whosearch__desc {
		font-size: 18px;
		margin-bottom: 80px;
	}
.whosearch__grid {
		grid-template-columns: 1fr;
		gap: 60px;
		overflow: visible;
		max-width: 100%;
	}
.whosearch__card {
		max-width: 100%;
		min-width: 0;
		overflow: visible;
	}
.whosearch__card {
		min-height: auto;
		padding: 170px 16px 30px;
	}
.whosearch__label {
		width: 100%;
		max-width: 100%;
		height: auto;
		padding: 14px 16px;
	}
.whosearch__label-text {
		font-size: 18px;
	}
.whosearch__avatar {
		width: 240px;
		height: 220px;
		top: -50px;
	}
.whosearch__bubbles {
		display: none;
	}
.whosearch__slider {
		display: block;
		padding: 0 0 16px;
		overflow: hidden;
		width: 100%;
		max-width: 100%;
	}
.whosearch__slider-track {
		display: flex;
		gap: 10px;
		overflow-x: auto;
		scroll-behavior: smooth;
		-webkit-overflow-scrolling: touch;
		scrollbar-width: none;
		padding: 0 16px 4px;
		max-width: 100%;
	}
.whosearch__slider-track::-webkit-scrollbar {
		display: none;
	}
.whosearch__slider-chip {
		flex-shrink: 0;
		background: #fff;
		color: #000;
		font-family: 'Inter', sans-serif;
		font-size: 14px;
		font-weight: 400;
		padding: 8px 20px;
		border-radius: 20px;
		white-space: nowrap;
	}
.whosearch__slider-label {
		font-family: 'Unbounded', sans-serif;
		font-weight: 900;
		font-size: 22px;
		color: #000;
		text-transform: uppercase;
		text-align: center;
		margin-bottom: 14px;
	}
.whosearch__slider-pag {
		height: 3px;
		background: rgba(0, 0, 0, 0.1);
		border-radius: 2px;
		margin: 12px 16px 0;
		overflow: hidden;
	}
.whosearch__slider-pag-thumb {
		height: 100%;
		width: 30%;
		background: #1a1a1a;
		border-radius: 2px;
		transition: transform 0.15s;
	}
.whosearch__slider--no .whosearch__slider-pag-thumb {
		background: #fff;
	}
.whosearch__slider--no .whosearch__slider-pag {
		background: rgba(255, 255, 255, 0.2);
	}
.whosearch__notready {
		display: none;
	}
}

@media (max-width: 480px) {
.whosearch__title {
		font-size: 22px;
	}
.whosearch__desc {
		font-size: 16px;
		margin-bottom: 60px;
	}
.whosearch__avatar {
		width: 200px;
		height: 185px;
		top: -50px;
	}
.whosearch__card {
		padding: 135px 12px 24px;
	}
.whosearch__bubble {
		font-size: 13px;
		padding: 5px 14px;
	}
}