.title-container {
	display: flex;
	align-items: center;
	justify-content: center;

	h1 {
		font-size: 24px;
		line-height: 1;
		@media screen and (max-width: 769px) {
			font-size: 20px;
		}
	}
}

.gs_compare-table-container {
	width: fit-content;
	margin: 0 auto;
	position: relative;

	@media screen and (max-width: 769px) {
		margin: 0;
		width: 100%;
	}
}

.gs_compare-table {
	@media screen and (max-width: 769px) {
		width: 100%;
	}
}

.compare-table-check-icon {
	width: 32px;
	height: 32px;
	transform: translateY(3px);

	@media screen and (max-width: 769px) {
		width: 24px;
		height: 24px;
	}
}
.compare-table-close-icon {
	width: 24px;
	height: 24px;
	transform: translateY(3px);

	@media screen and (max-width: 769px) {
		width: 16px;
		height: 16px;
	}
}

.compare-table-toothbrush-image-desktop {
	position: absolute;
	visibility: hidden;
	width: auto;
	top: 0;
	right: 336px;
	height: 100%;
	z-index: 10;
	transform: translatex(40%);

	@media screen and (max-width: 1199px) {
		right: 290px;
	}
	@media screen and (max-width: 992px) {
		right: 260px;
	}
	@media screen and (max-width: 769px) {
		display: none;
	}
}

.compare-table-column-header {
	height: 80px;
	text-align: center;
	vertical-align: middle;
	font-weight: 400;
	line-height: 130%;
	font-size: 16px;

	@media screen and (max-width: 769px) {
		height: 57px;
		font-size: 14px;
	}
}
.top-border-radius {
	position: relative;
	border-radius: 16px 16px 0 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
}
.column-header-logo {
	width: 72px;
	height: 12px;

	@media screen and (max-width: 769px) {
		width: 48px;
		height: 9px;
	}
}

.compare-table-first-column {
	font-size: 18px;

	width: 442px;
	@media screen and (max-width: 1199px) {
		width: 350px;
	}
	@media screen and (max-width: 992px) {
		width: 300px;
	}
	@media screen and (max-width: 769px) {
		width: 45%;
		font-size: 14px;
	}
}
.compare-table-second-column {
	width: 150px;
	@media screen and (max-width: 1199px) {
		width: 150px;
	}
	@media screen and (max-width: 992px) {
		width: 140px;
	}
	@media screen and (max-width: 769px) {
		width: 28%;
	}
}
.compare-table-third-column {
	width: 336px;
	padding: 0 4px;
	@media screen and (max-width: 1199px) {
		width: 290px;
	}
	@media screen and (max-width: 992px) {
		width: 260px;
	}
	@media screen and (max-width: 769px) {
		width: 27%;
	}
}

.compare-table-row {
	border-top: 2px solid #c6c4bc;

	@media screen and (max-width: 769px) {
		border-top: 1px solid #c6c4bc;
	}
	.compare-table-row-title-data {
		vertical-align: middle;
		height: 87px;
		@media screen and (max-width: 769px) {
			height: 52px;
		}
	}
	.compare-table-column-data {
		text-align: center;
		vertical-align: middle;
	}

	.extra-middle-column-without-data {
		height: 24px;
		border-radius: 0 0 16px 16px;

		@media screen and (max-width: 769px) {
			height: 16px;
		}
	}
}
