@font-face {
	font-family: 'Roboto';
	src: url('../../fonts/Roboto-Bold.woff2') format('woff2');
	font-weight: bold;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../../fonts/Roboto-Regular.woff2') format('woff2');
	font-weight: normal;
	font-style: normal;
	font-display: swap;
}

@font-face {
	font-family: 'Roboto';
	src: url('../../fonts/Roboto-SemiBold.woff2') format('woff2');
	font-weight: 600;
	font-style: normal;
	font-display: swap;
}

* {
	box-sizing: border-box;
}

body {
	background-image: url(../../images/BG.png);
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	font-family: 'Roboto', sans-serif;
	color: #fff;
	margin: 0;
	padding: 32px 58px;
	min-height: 100vh;
}

.legal {
	max-width: 1317px;
	width: 100%;
}

.legal.blurry {
	opacity: 0.8;
}

.legal__title {
	font-weight: 500;
	font-size: clamp(1rem, 0.905rem + 0.368vi, 1.25rem);
	margin-bottom: 16px;
}

.legal__intro {
	font-weight: 400;
	font-size: clamp(0.875rem, 0.756rem + 0.46vi, 1.188rem);
	line-height: 1.4;
	margin-bottom: 16px;
}

.legal__section {
	margin-bottom: 12px;
}

.legal__section-title {
	font-weight: bold;
	font-size: 16px;
	margin-bottom: 2px;
}

.legal__section-text {
	font-weight: 400;
	font-size: clamp(0.875rem, 0.827rem + 0.184vi, 1rem);
	line-height: 1.35;
}

.legal__contact {
	margin-top: 16px;
}

.legal__contact-title {
	font-weight: bold;
	font-size: clamp(0.875rem, 0.827rem + 0.184vi, 1rem);
	margin-bottom: 2px;
}

.legal__contact-text {
	font-weight: 400;
	font-size: clamp(0.875rem, 0.827rem + 0.184vi, 1rem);
	line-height: 1.35;
}

@media (max-width: 1000px) {
	.legal.blurry {
		opacity: 1;
	}

	br {
		display: none;
	}
}

@media (max-width: 600px) {
	body {
		padding: 24px 20px;
	}

	.legal__title {
		font-size: 18px;
	}

	.legal__intro {
		font-size: 16px;
	}
}
