.main-privacy {
	width: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	background: url('./assets/bg.svg');
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
}

.main-privacy_content {
	width: 856px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin-top: 66px;
	padding: 0 20px;
}

@media (max-width: 900px) {
	.main-privacy_content {
		width: 100%;
	}
}

.main-privacy_content a {
	text-decoration: none;
}

.main-privacy_content button {
	display: flex;
	align-items: center;
	gap: 16px;
	color: #bababa;
	font-weight: 500;
	font-size: 18px;
	line-height: 20px;
	background: transparent;
	cursor: pointer;
	border: none;
	transition: color 0.3s ease;
}

.main-privacy_content button img {
	transform: rotate(90deg);
}

.main-privacy_content button:hover {
	color: white;
}

.main-privacy_content button:hover img {
	filter: brightness(0) saturate(100%) invert(70%) sepia(7%) saturate(2794%)
		hue-rotate(216deg) brightness(104%) contrast(103%);
}

.description {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 30px;
	margin-top: 16px;
}

.descr_col,
.descr_col ul {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.descr_col h3 {
	color: white;
	font-weight: 500;
	font-size: 24px;
	line-height: 20px;
	margin-bottom: 19px;
}

.descr_col ul {
	gap: 0;
}

.descr_col ul li {
	color: #bababa;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

.main-privacy_content h1 {
	color: #ffffff;
	font-weight: 500;
	font-size: 62px;
	line-height: 63px;
}

.main-privacy_content p {
	color: #bababa;
	font-weight: 400;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
}

@media (max-width: 768px) {
	.main-privacy_content {
		width: 100%;
		margin-top: 31px;
		align-items: start;
	}

	.main-privacy_content button {
		font-size: 14px;
		line-height: 20px;
	}

	.main-privacy_content button img {
		width: 16px;
		height: 16px;
	}

	.main-privacy_content h1 {
		font-size: 32px;
		line-height: 31px;
	}

	.description {
		align-items: start;
		gap: 12px;
	}

	.descr_col h3 {
		font-size: 18px;
		line-height: 20px;
	}

	.description p {
		text-align: start;
	}

	.descr_col,
	.descr_col ul,
	.descr_col ul li {
		align-items: start;
		text-align: start;
	}

	.descr_col ul {
		margin-left: 20px;
	}

	.descr_col h3 {
	}
}
