.garant-pool-list {
	width: 100%;
	border: 1px solid #eaeaea;
	border-radius: 20px;
}

.garant-pool-list__table-wrap {
	overflow-x: auto;
}

.garant-pool-list__table {
	width: 100%;
	min-width: 720px;
	border-collapse: separate;
	border-spacing: 0 16px;
}

.garant-pool-list__table th,
.garant-pool-list__table td {
	text-align: left;
	vertical-align: middle;
	border-left: 0;
	border-right: 0;
	border-bottom: 1px solid #ededed;
	background-color: transparent;
}

.garant-pool-list__table th {
	padding: 0 0 16px;
	border-block-start: 0;
	color: #303030;
	font-size: 11px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase;
}

.garant-pool-list__table td {
	padding: 32px 0 8px;
	color: #707070;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.4;
}

.garant-pool-list__table td.garant-pool-list__phone a,
.garant-pool-list__table td.garant-pool-list__email a {
	color: inherit;
	text-decoration: inherit;
}

.garant-pool-list__table th:nth-child(1),
.garant-pool-list__table td:nth-child(1) {
	width: 25%;
}

.garant-pool-list__table th:nth-child(2),
.garant-pool-list__table td:nth-child(2) {
	width: 25%;
}

.garant-pool-list__table th:nth-child(3),
.garant-pool-list__table td:nth-child(3) {
	width: 25%;
}

.garant-pool-list__table th:nth-child(4),
.garant-pool-list__table td:nth-child(4) {
	width: 25%;
}

.garant-pool-list__table td.garant-pool-list__pool-name,
.garant-pool-list__table td.garant-pool-list__phone {
	color: #171717;
	font-weight: 700;
}

.garant-pool-list__toggle {
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 20px auto 0;
	padding: 0;
	border: 0;
	background: transparent;
	color: #f2b900;
	font: inherit;
	font-size: 14px;
	line-height: 1.4;
	cursor: pointer;
}

.garant-pool-list__toggle-icon {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	line-height: 1;
}

.garant-pool-list__toggle-icon[hidden] {
	display: none;
}

.garant-pool-list__toggle:hover,
.garant-pool-list__toggle:focus-visible {
	color: #c79600;
	text-decoration: underline;
}

@media (max-width: 899px) {
	.garant-pool-list__table-wrap {
		overflow-x: visible;
	}

	.garant-pool-list__table {
		display: block;
		min-width: 0;
		border-spacing: 0;
	}

	.garant-pool-list__table thead {
		display: none;
	}

	.garant-pool-list__table tbody {
		display: block;
	}

	.garant-pool-list__table tbody tr {
		display: block;
	}

	.garant-pool-list__table tbody tr[hidden] {
		display: none;
	}

	.garant-pool-list__table tbody tr + tr {
		padding-top: 11px;
	}

	.garant-pool-list__table tbody td {
		display: block;
		width: auto !important;
		padding: 0 !important;
		border-top: 0;
		border-right: 0;
		border-bottom: 0;
		border-left: 0;
		text-align: left;
	}

	.garant-pool-list__table tbody td.garant-pool-list__phone {
		margin-top: 14px;
	}

	.garant-pool-list__table tbody td.garant-pool-list__email {
		margin-top: 8px;
		padding-bottom: 10px !important;
		border-bottom: 1px solid #ededed;
	}
}
