.privacy-policy-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 60px;
	margin: 0 0 160px;
}
.privacy-policy-item {
	display: grid;
	grid-template-columns: 418px 1fr;
	grid-gap: 50px;
}
.privacy-policy-item-title-wrapper {
	position: relative;
	padding: 0 0 0 49px;
}
.privacy-policy-item-title-wrapper > span {
	color: var(--color-d92626);
	font-family: var(--ff-onest);
	font-style: normal;
	font-weight: 600;
	line-height: 130%; /* 20.8px */
	position: absolute;
	left: 0;
	top: 0;
}
.privacy-policy-item-title {
	color: var(--color-232323);
	font-family: var(--ff-days-one);
	font-style: normal;
	font-weight: 400;
	line-height: 110%; /* 22px */
	letter-spacing: -0.2px;
	text-transform: uppercase;
}
.privacy-policy-item-text {
	font-family: var(--ff-onest);
}
.privacy-policy-item-text > h6 {
	padding: 0;
	margin: 0 0 23px;
	background: transparent;
	color: var(--color-232323);
	font-family: var(--ff-onest);
	font-size: 20px;
	font-style: normal;
	font-weight: 600;
	line-height: 115%; /* 23px */
	text-transform: none;
}
.privacy-policy-item-text > p {
	color: var(--color-232323);
	font-family: var(--ff-onest);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	margin: 0 0 23px;
}
.privacy-policy-item-text > ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.privacy-policy-item-text > ul > li {
	color: var(--color-232323);
	font-family: var(--ff-onest);
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 150%; /* 27px */
	padding-left: 74px;
	position: relative;
}
.privacy-policy-item-text > ul > li+li {
	margin: 15px 0 0;
}
.privacy-policy-item-text > ul > li:before {
	position: absolute;
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: var(--color-d92626);
	top: 11px;
	left: 48px;
}
.privacy-policy-item-text a {
	color: var(--color-d92626);
	font-family: var(--ff-onest);
	font-style: normal;
	font-weight: 600;
	line-height: 115%; /* 23px */
}
.privacy-policy-item-text > *:last-child {
	margin: 0;
}
@media(min-width: 1150px) {
	.privacy-policy-wrapper {
		grid-gap: 3.125vw;
		margin: 0 0 8.333vw;
	}
	.privacy-policy-item {
		grid-template-columns: 21.771vw 1fr;
		grid-gap: 2.604vw;
	}
	.privacy-policy-item-title-wrapper {
		padding: 0 0 0 2.552vw;
	}
	.privacy-policy-item-text > h6 {
		margin: 0 0 1.198vw;
		font-size: 1.042vw;
	}
	.privacy-policy-item-text > p {
		font-size: 0.938vw;
		margin: 0 0 1.198vw;
	}
	.privacy-policy-item-text > ul > li {
		font-size: 0.938vw;
		padding-left: 3.854vw;
	}
	.privacy-policy-item-text > ul > li+li {
		margin: 0.781vw 0 0;
	}
	.privacy-policy-item-text > ul > li:before {
		top: 0.573vw;
		left: 2.5vw;
	}
}
@media(max-width: 1149px) {
	.privacy-policy-item-text > h6 {
		font-size: 15px;
	}
	.privacy-policy-item {
		grid-template-columns: 1fr 2fr;
		grid-gap: 25px;
	}
}
@media(max-width: 850px) {
	.privacy-policy-item {
		grid-template-columns: 1fr;
		grid-gap: 20px;
	}
	.privacy-policy-item-text > ul > li {
		padding-left: 44px;
		font-size: 14px;
	}
	.privacy-policy-item-text > ul > li:before {
		left: 18px;
	}
	.privacy-policy-item-text > p {
		font-size: 14px;
	}
}