.ahcd {
	--ahcd-accent: #E0571E;
	--ahcd-accent-dark: #d9430b;
	--ahcd-text: #18202a;
	--ahcd-border: #d8d8d8;
	--ahcd-muted: #7a7f86;
	--ahcd-bg: #f7f7f7;
	--ahcd-shadow: 0 7px 24px rgba(20, 26, 33, .10);
	padding: 48px 20px 80px;
	color: var(--ahcd-text);
	font-family: "Montserrat", sans-serif;
}



.topHeadTable {
	display: table-row-group;
	padding: 8px 12px;
	color: rgb(0, 0, 0);
}

.ahcd * {
	box-sizing: border-box;
}

.ahcd__container {
	width: min(1240px, 100%);
	margin: 0 auto;
}

.ahcd__breadcrumbs {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 30px;
	color: var(--ahcd-muted);
	font-size: 14px;
}

.ahcd__breadcrumbs a {
	color: inherit;
}

.ahcd__header {
	max-width: 980px;
	margin-bottom: 36px;
}

.ahcd__header h1 {
	margin: 0 0 16px;
	font-family: "Montserrat Alternates", "Montserrat", sans-serif;
	font-size: clamp(30px, 4vw, 46px);
	font-weight: 700;
	line-height: 1.18;
	letter-spacing: -.02em;
}

.ahcd__header p {
	margin: 0;
	color: var(--ahcd-muted);
	font-size: 16px;
	line-height: 1.6;
}

.ahcd__directory-summary {
	position: relative;
	margin-top: 18px;
	padding: 17px 20px 17px 22px;
	border-left: 3px solid var(--ahcd-accent);
	background: linear-gradient(100deg, #fff6f0 0%, rgba(255, 255, 255, 0) 92%);
}

.ahcd__directory-summary p {
	color: #4f5862;
	font-size: 14px;
	line-height: 1.7;
}

.ahcd__directory-summary > :first-child {
	margin-top: 0;
}

.ahcd__directory-summary > :last-child {
	margin-bottom: 0;
}

.ahcd__city-description {
	margin-top: 18px;
	color: var(--ahcd-muted);
	font-size: 16px;
	line-height: 1.65;
}

.ahcd__city-description > :first-child {
	margin-top: 0;
}

.ahcd__city-description > :last-child {
	margin-bottom: 0;
}

.ahcd__filters {
	position: relative;
	overflow: hidden;
	margin-bottom: 28px;
	border: 0;
	border-radius: 24px;
	background: #fff;
	box-shadow: 0 14px 38px rgba(31, 38, 46, .11);
}

.ahcd__filters::before {
	position: absolute;
	top: -95px;
	right: -65px;
	width: 220px;
	height: 220px;
	border-radius: 50%;
	background: rgba(224, 87, 30, .07);
	content: "";
	pointer-events: none;
}

.ahcd__filters-head {
	position: relative;
	display: grid;
	grid-template-columns: minmax(0, 1fr) minmax(300px, .75fr);
	gap: 32px;
	align-items: center;
	padding: 25px 30px 22px;
	border-bottom: 1px solid #eee5df;
	background: linear-gradient(115deg, #fff8f3 0%, #fff 62%);
}

.ahcd__filters-title {
	display: flex;
	align-items: center;
}

.ahcd__filters-kicker {
	display: block;
	margin-bottom: 3px;
	color: var(--ahcd-accent-dark);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .06em;
	text-transform: uppercase;
}

.ahcd__filters-title strong {
	display: block;
	color: #151a20;
	font-family: "Montserrat Alternates", "Montserrat", sans-serif;
	font-size: clamp(17px, 2vw, 22px);
	line-height: 1.3;
}

.ahcd__filters-head p {
	position: relative;
	margin: 0;
	color: #626a73;
	font-size: 13px;
	line-height: 1.55;
}

.ahcd__filter-grid {
	display: grid;
	grid-template-columns: minmax(0, 1.45fr) minmax(310px, .75fr);
}

.ahcd__filter {
	min-width: 0;
	padding: 23px 30px 25px;
}

.ahcd__filter--country {
	border-left: 1px solid #eee8e4;
}

.ahcd__filter-label,
.ahcd__sort span {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-bottom: 12px;
	font-size: 13px;
	font-weight: 700;
}

.ahcd__filter-step {
	color: var(--ahcd-accent);
	font-size: 10px;
	font-variant-numeric: tabular-nums;
	letter-spacing: .04em;
}

.ahcd__chips {
	display: flex;
	flex-wrap: wrap;
	gap: 3px 20px;
	align-items: center;
}

.ahcd__chips a {
	position: relative;
	min-width: 0;
	padding: 5px 0 6px;
	border: 0;
	border-radius: 0;
	background: transparent;
	color: var(--ahcd-text);
	text-align: left;
	text-decoration: none;
	transition: .15s ease;
}

.ahcd__chips a:hover,
.ahcd__chips a.is-active {
	color: var(--ahcd-accent);
}

.ahcd__chips a.is-active {
	font-weight: 700;
}

.ahcd__chips a.is-active::after {
	position: absolute;
	right: 0;
	bottom: 1px;
	left: 0;
	height: 2px;
	background: currentColor;
	content: "";
}

.ahcd__chips a:hover:not(.is-active) {
	background: transparent;
}

.ahcd__cities-toggle {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	padding: 5px 0;
	border: 0;
	background: transparent;
	color: var(--ahcd-accent);
	font: inherit;
	font-size: 13px;
	font-weight: 600;
	cursor: pointer;
}

.ahcd__cities-toggle:hover {
	color: var(--ahcd-accent-dark);
}

.ahcd__cities-toggle:focus-visible {
	outline: 2px solid var(--ahcd-accent);
	outline-offset: 4px;
}

.ahcd__filters-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 24px;
	padding: 17px 30px 19px;
	border-top: 1px solid #eee8e4;
	background: #fcfbfa;
}

.ahcd__result-count {
	color: #747b83;
	font-size: 12px;
}

.ahcd__result-count strong {
	color: var(--ahcd-text);
	font-size: 14px;
	font-variant-numeric: tabular-nums;
}

.ahcd__sort {
	display: flex;
	align-items: center;
	gap: 11px;
}

.ahcd__sort span {
	margin-bottom: 0;
}

.ahcd__sort select {
	min-width: 190px;
	padding: 9px 34px 9px 12px;
	border: 1px solid var(--ahcd-border);
	border-radius: 8px;
	background: #fff;
	font: inherit;
	font-size: 13px;
	box-shadow: 0 2px 4px rgba(20, 26, 33, .08);
}

.ahcd__table-wrap {
	overflow-x: auto;
	border: 0;
	background: transparent;
}

.ahcd__table {
	width: 100%;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0 10px;
	font-size: 15px;
	line-height: 1.5;

}

.ahcd__table-wrap {
	box-shadow: var(--ahcd-shadow);
	background: #fff;
	border-radius: 16px;
	overflow: hidden;
}

.ahcd__table th,
.ahcd__table td {
	padding: 18px 16px;
	border: 0;
	text-align: left;
	vertical-align: middle;

}

.ahcd__table th {
	padding-top: 8px;
	padding-bottom: 8px;
	background: transparent;
	font-size: 16px;
	font-weight: 600;
	white-space: nowrap;

}




.ahcd__table tbody td {

	background: #fff;
}

.ahcd__table tbody td:first-child {

	border-radius: 16px 0 0 16px;
}

.ahcd__table tbody td:last-child {

	border-radius: 0 16px 16px 0;
}

.ahcd__table tbody td {
	background: #fff;
}

.ahcd__table tbody td:first-child {
	border-radius: 16px 0 0 16px;
}

.ahcd__table tbody td:last-child {
	border-radius: 0 16px 16px 0;
}

.ahcd__table tbody .ahcd__row--ad td {
	background: #fffdf9;
}

.ahcd__number {
	text-align: right !important;
	font-variant-numeric: tabular-nums;
}

.ahcd__rating-score {
	color: #282828;
	font-weight: 700;
}

.ahcd__rating-value {
	display: inline-flex;
	align-items: center;
	justify-content: flex-end;
	gap: 5px;
	color: #282828;
	font-size: 16px;
	font-variant-numeric: tabular-nums;
	text-decoration: none;
}

.ahcd__rating-value:hover {
	color: #282828;
}

.ahcd__rating-star {
	color: #d74a0f;
	font-size: 16px;
	line-height: 1;
}

.ahcd__overall-place {
	display: block;
	margin-top: 4px;
	color: var(--ahcd-muted);
	font-size: 11px;
	font-weight: 600;
	line-height: 1.35;
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 2px;
	white-space: nowrap;
}

.ahcd__overall-place:hover {
	color: var(--ahcd-accent-dark);
}

.ahcd__company-link {
	display: inline-block;
	color: var(--ahcd-text);
	font-weight: 700;
	text-decoration: none;
}

.ahcd__company-link:hover {
	color: var(--ahcd-accent);
}

.ahcd__company-cell {
	min-width: 310px;
}

.ahcd__company-metrics {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-top: 9px;
}

.ahcd__company-tools {
	margin-top: 8px;
}

.ahcd__compare {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	padding: 0;
	border: 0;
	background: transparent;
	color: #666d75;
	font: inherit;
	font-size: 11px;
	line-height: 1.3;
	cursor: pointer;
}

.ahcd__compare:hover {
	color: var(--ahcd-accent-dark);
}

.ahcd__compare:focus-visible {
	outline: 2px solid var(--ahcd-accent);
	outline-offset: 3px;
}

.ahcd__compare .btnCompareIcon {
	font-size: 14px;
	line-height: 1;
}

.ahcd__metric {
	position: relative;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	padding: 4px 7px;
	border: 1px solid transparent;
	border-radius: 999px;
	background: #f3f5f7;
	color: #5d6570;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.2;
	white-space: nowrap;
}

.ahcd__metric-icon {
	display: block;
	width: 14px;
	height: 14px;
	object-fit: contain;
	flex: 0 0 auto;
}

.ahcd__metric-icon--reviews {
	width: 15px;
	height: 15px;
}

.ahcd__metric strong {
	color: inherit;
	font-variant-numeric: tabular-nums;
	font-weight: 700;
}

.ahcd__metric--yandex {
	border-color: #ffd8d3;
	background: #fff3f1;
	color: #c52b1a;
}

.ahcd__metric--2gis {
	border-color: #ccebd2;
	background: #f0faf2;
	color: #25753a;
}

.ahcd__metric--iks {
	border-color: #f3d5c5;
	background: #fff6f0;
	color: #a74820;
}

.ahcd__metric--age {
	border-color: #d8e4ef;
	background: #f3f7fb;
	color: #49657d;
}

.ahcd__metric--with-tooltip {
	cursor: help;
}

.ahcd__metric-tooltip {
	position: absolute;
	z-index: 30;
	left: 0;
	bottom: calc(100% + 8px);
	width: max-content;
	max-width: min(260px, 80vw);
	padding: 8px 10px;
	border-radius: 7px;
	background: #252a31;
	box-shadow: 0 6px 18px rgba(20, 26, 33, .2);
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.4;
	opacity: 0;
	visibility: hidden;
	white-space: normal;
	pointer-events: none;
	transform: translateY(3px);
	transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}

.ahcd__metric--with-tooltip:hover .ahcd__metric-tooltip,
.ahcd__metric--with-tooltip:focus .ahcd__metric-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ahcd__metric--with-tooltip:focus-visible {
	outline: 2px solid var(--ahcd-accent);
	outline-offset: 2px;
}

.ahcd__countries {
	min-width: 175px;
	line-height: 1.9;
}

.ahcd__country {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	margin-right: 7px;
	white-space: nowrap;
}

.ahcd__country-place {
	display: inline-flex;
	align-items: center;
	padding: 2px 5px;
	border-radius: 999px;
	background: #fff1e9;
	color: var(--ahcd-accent-dark);
	font-size: 10px;
	font-weight: 700;
	line-height: 1.2;
	vertical-align: middle;
}

.ahcd__rating-link {
	color: var(--ahcd-accent);
	text-decoration: underline;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

.ahcd__rating-link:hover {
	color: var(--ahcd-accent-dark);
}

.ahcd__action {
	position: relative;
	text-align: right !important;
	white-space: nowrap;
}

.ahcd__ad-disclosure {
	position: relative;
	display: block;
	width: max-content;
	margin: 7px 0 0 auto;
	line-height: 1;
}

.ahcd__action .ahcd__ad-label {
	display: inline-flex;
	align-items: center;
	padding: 3px 6px;
	border: 1px solid #dedede;
	border-radius: 999px;
	background: #fff;
	color: #767676;
	font-size: 10px;
	font-weight: 600;
	line-height: 1.2;
	text-decoration: underline dotted;
	text-underline-offset: 2px;
	cursor: help;
}

.ahcd__ad-label:focus-visible {
	outline: 2px solid var(--ahcd-accent);
	outline-offset: 2px;
}

.ahcd__action .ahcd__ad-tooltip {
	position: absolute;
	z-index: 20;
	right: 0;
	bottom: calc(100% + 8px);
	width: max-content;
	max-width: min(340px, 80vw);
	padding: 9px 11px;
	border-radius: 8px;
	background: #252a31;
	box-shadow: 0 6px 18px rgba(20, 26, 33, .2);
	color: #fff;
	font-size: 11px;
	font-weight: 500;
	line-height: 1.45;
	opacity: 0;
	visibility: hidden;
	white-space: normal;
	pointer-events: none;
	transform: translateY(3px);
	transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}

.ahcd__ad-disclosure:hover .ahcd__ad-tooltip,
.ahcd__ad-disclosure:focus-within .ahcd__ad-tooltip {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

.ahcd__action a {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	gap: 7px;
	min-width: 132px;
	padding: 10px 15px;
	border: 1px solid var(--ahcd-accent);
	border-radius: 9px;
	color: var(--ahcd-accent);
	font-weight: 600;
	text-align: center;
	width: 100%;
	text-decoration: none;
}

.ahcd__action-arrow {
	font-size: 17px;
	font-weight: 400;
	line-height: 1;
	transition: transform .15s ease;
}

.ahcd__action a:hover {
	background: var(--ahcd-accent);
	color: #fff;
}

.ahcd__action a:hover .ahcd__action-arrow {
	transform: translateX(3px);
}

.ahcd__action > span:not(.ahcd__ad-disclosure) {
	color: var(--ahcd-muted);
	font-size: 13px;
}

.ahcd__promo-row td {
	padding: 20px !important;
	background: #fff8f4 !important;
}

.ahcd__promo {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto;
	align-items: center;
	gap: 28px;
	padding: 26px 28px;
	border: 1px solid #f3b493;
	border-radius: 12px;
	background: #fff;
	text-align: left;
}

.ahcd__promo-kicker {
	display: block;
	margin-bottom: 7px;
	color: var(--ahcd-accent-dark);
	font-size: 12px;
	font-weight: 700;
	letter-spacing: .03em;
	text-transform: uppercase;
}

.ahcd__promo h2 {
	margin: 0 0 12px;
	color: #171b21;
	font-size: clamp(19px, 2vw, 25px);
	line-height: 1.25;
}

.ahcd__promo ul {
	display: grid;
	gap: 6px;
	margin: 0;
	padding-left: 20px;
	color: #505761;
	font-size: 13px;
	line-height: 1.5;
}

.ahcd__promo-button {
	min-width: 230px;
	padding: 13px 18px;
	border: 0;
	border-radius: 9px;
	background: var(--ahcd-accent);
	color: #fff;
	font: inherit;
	font-size: 13px;
	font-weight: 700;
	cursor: pointer;
}

.ahcd__promo-button:hover {
	background: var(--ahcd-accent-dark);
}

.ahcd__promo-button:focus-visible {
	outline: 2px solid #282828;
	outline-offset: 3px;
}

.ahcd__seo-content {
	margin-top: 30px;
	padding: 27px 30px 29px;
	border-top: 3px solid #f2c3aa;
	border-radius: 16px;
	background: #fff;
	box-shadow: 0 7px 24px rgba(20, 26, 33, .07);
}

.ahcd__seo-content h2 {
	margin: 0 0 13px;
	color: #171b21;
	font-family: "Montserrat Alternates", "Montserrat", sans-serif;
	font-size: clamp(20px, 2.2vw, 27px);
	line-height: 1.3;
}

.ahcd__seo-content p {
	margin: 0;
	color: #59616b;
	font-size: 14px;
	line-height: 1.75;
}

.ahcd__seo-content p + p {
	margin-top: 10px;
}

.ahcd__seo-stats {
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));
	gap: 10px;
	margin-top: 22px;
}

.ahcd__seo-stat {
	display: flex;
	min-width: 0;
	padding: 15px 16px;
	border: 1px solid #eee7e2;
	border-radius: 10px;
	background: #fcfbfa;
	flex-direction: column;
	gap: 4px;
}

.ahcd__seo-stat strong {
	color: #282828;
	font-size: 22px;
	font-variant-numeric: tabular-nums;
	line-height: 1.15;
}

.ahcd__seo-stat span {
	color: #717982;
	font-size: 11px;
	line-height: 1.4;
}

.ahcd__seo-recommendation {
	margin-top: 18px;
	padding: 17px 19px;
	border-left: 3px solid var(--ahcd-accent);
	background: #fff7f2;
}

.ahcd__seo-recommendation strong {
	display: block;
	margin-bottom: 5px;
	color: #252a31;
	font-size: 13px;
}

.ahcd__seo-recommendation p {
	color: #59616b;
	font-size: 13px;
	line-height: 1.65;
}

.ahcd__pagination {
	margin-top: 28px;
}

.ahcd__pagination ul {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin: 0;
	padding: 0;
	list-style: none;
}

.ahcd__pagination a,
.ahcd__pagination span {
	display: grid;
	min-width: 40px;
	height: 40px;
	padding: 0 10px;
	place-items: center;

	border-radius: 9px;
	background: #fff;
	text-decoration: none;
}

.ahcd__pagination .current {

	background: var(--ahcd-accent);
	color: #fff;
}

.ahcd__empty {
	padding: 42px;
	border: 0;
	border-radius: 20px;
	background: #fff;
	box-shadow: var(--ahcd-shadow);
	text-align: center;
}

tr {
	border-bottom: 1px solid var(--ahcd-border);
}

@media screen and (max-width: 900px) {
	.ahcd__filters-head,
	.ahcd__filter-grid {
		grid-template-columns: 1fr;
	}

	.ahcd__filters-head {
		gap: 12px;
	}

	.ahcd__filters-head p {
		padding-left: 0;
	}

	.ahcd__filter--country {
		border-top: 1px solid #eee8e4;
		border-left: 0;
	}

	.ahcd__table th,
	.ahcd__table td {
		padding: 12px 8px;
		border: 0;
		text-align: left;
		vertical-align: middle;
	}

	.ahcd__table {
		font-size: clamp(13px, 1.6vw, 15px);
	}

	.ahcd__promo {
		grid-template-columns: 1fr;
		gap: 18px;
	}

	.ahcd__promo-button {
		width: max-content;
		max-width: 100%;
	}
}

@media (max-width: 760px) {
	.ahcd {
		padding: 28px 14px 50px;
	}

	.ahcd__filters {
		border-radius: 18px;
	}

	.ahcd__directory-summary {
		padding: 14px 15px;
	}

	.ahcd__seo-content {
		padding: 22px 18px 24px;
	}

	.ahcd__seo-stats {
		grid-template-columns: repeat(2, minmax(0, 1fr));
	}

	.ahcd__filters-head,
	.ahcd__filter,
	.ahcd__filters-footer {
		padding-right: 18px;
		padding-left: 18px;
	}

	.ahcd__filters-head p {
		padding-left: 0;
	}

	.ahcd__filters-footer {
		align-items: flex-start;
		flex-direction: column-reverse;
		gap: 13px;
	}

	.ahcd__sort {
		width: 100%;
		align-items: flex-start;
		flex-direction: column;
		gap: 7px;
	}

	.ahcd__sort select {
		width: 100%;
	}

	.ahcd__table-wrap {
		overflow: visible;
		border: 0;
		background: transparent;
	}

	.ahcd__table thead {
		display: none;
	}

	.ahcd__table,
	.ahcd__table tbody,
	.ahcd__table tr,
	.ahcd__table td {
		display: block;
		width: 100%;
	}

	.ahcd__table tr {
		margin-bottom: 12px;
		padding: 10px 16px;
		border: 0;
		border-radius: 18px;
		background: #fff;
		box-shadow: var(--ahcd-shadow);
	}

	.ahcd__table .ahcd__promo-row {
		padding: 0;
		background: transparent;
		box-shadow: none;
	}

	.ahcd__promo-row td {
		display: block;
		padding: 0 !important;
		background: transparent !important;
	}

	.ahcd__promo-row td::before {
		display: none;
	}

	.ahcd__promo {
		padding: 22px 18px;
		border-radius: 14px;
		box-shadow: var(--ahcd-shadow);
	}

	.ahcd__promo-button {
		width: 100%;
	}

	.ahcd__table td {
		display: grid;
		grid-template-columns: 110px 1fr;
		gap: 12px;
		padding: 4px 0;
		border: 0;
		border-radius: 0 !important;
		box-shadow: none;
		text-align: left !important;
		white-space: normal;
	}

	.ahcd__table td::before {
		content: attr(data-label);
		color: var(--ahcd-muted);
		font-size: 13px;
	}

	.ahcd__table td:first-child {
		display: block;
		padding-top: 12px;
		font-size: 18px;
	}

	.ahcd__company-cell {
		min-width: 0;
	}

	.ahcd__company-metrics {
		margin-top: 10px;
	}

	.ahcd__table td:first-child::before,
	.ahcd__action::before {
		display: none;
	}

	.ahcd__action {
		display: block !important;
		padding: 12px 0 8px !important;
	}

	.ahcd__ad-disclosure {
		margin-top: 8px;
	}
}

@media (max-width: 420px) {
	.ahcd__seo-stats {
		grid-template-columns: 1fr;
	}
}
