@charset "utf-8";


html, body {
	overflow-x: hidden;
	overflow-y: overlay;
	margin: 0!important;
}
body {
	background-color: #FFFFFF;
}
img.lazy {
	height: inherit;
	width: inherit;
	object-fit: cover;
	object-position: bottom;
	opacity: 0;
	transition: opacity .2s;
}
img.lazy.loaded {
	opacity: 1;
}
picture {
	width: 100%;
	height: 100%;
}
h1,h2,h3,h4,h5 {
	all: unset!important
}


.cookies-head {
	font-weight: bold;
	font-size: 32px;
	line-height: 40px;
	color: #283236;
	text-align: left;
}
.cookies-head + * {
	margin-top: 60px;
}
.cookies {
	max-width: var(--width);
	margin: auto;
	padding: 100px var(--indent);
}
.cookies-content .cookies-head {
	margin-bottom: 24px;
}
.cookies-content > * {
	margin: 0px;
}
.cookies-content > .cookies-head ~ * + * {
	margin-top: 8px;
}
.cookies-content-head {
	color: #2B2929;
	font-size: 24px;
	font-weight: 600;
	line-height: 34px;
}
.cookies-content-title {
	color: #2B2929;
	font-size: 20px;
	font-weight: 600;
	line-height: 28px;
}
.cookies-content-text {
	color: #2B2929;
	font-size: 16px;
	font-weight: 400;
	line-height: 22px;
}
.cookies-content ol,
.cookies-content ul {
	margin: 0;
	padding-inline-start: 30px;
}
.cookies-content ol {
	list-style-type: none;
}
.cookies-content li {
	position: relative;
	white-space: pre-line;
}
.cookies-content ol > li {
	counter-increment: section;
}
.cookies-content ol > li::before {
	content: counter(section)'.';
	display: block;
	position: absolute;
	left: -30px;
	top: 0;
	font-variant-numeric: tabular-nums;
}
@media (max-width: 1200px) {
	.cookies-head {
		font-size: 28px;
		line-height: 40px;
	}
	.cookies {
		padding: 80px var(--indent);
	}
}
@media (max-width: 768px) {
	.cookies-head {
		font-size: 24px;
		line-height: 32px;
	}
	.cookies-head + * {
		margin-bottom: 16px;
	}
	.cookies {
		padding: 64px var(--indent);
	}
	.cookies-content-head {
		font-size: 20px;
		line-height: 28px;
	}
	.cookies-content-title {
		font-size: 16px;
		line-height: 22px;
	}
}
@media (max-width: 500px) {
	.cookies {
		padding: 64px var(--indent);
	}
}