.site-legal-footer {
	display: block;
	clear: both;
	width: 100%;
	box-sizing: border-box;
	text-align: center;
	padding: 12px 15px;
	font-size: 12px;
	line-height: 1.6;
	background: #323232;
	margin-top: 20px;
}

.site-legal-footer a {
	color: #ffffff;
	text-decoration: underline;
	opacity: 0.95;
}

.site-legal-footer a:hover {
	opacity: 1;
}

.site-legal-footer__sep {
	color: #ffffff;
	opacity: 0.45;
	margin: 0 8px;
}

.awz_cookies_sett__message {
	position: fixed;
	bottom: 20px;
	right: 20px;
	z-index: 999999;
	max-width: 480px;
	width: calc(100% - 40px);
	padding: 18px 20px;
	border-radius: 6px;
	box-shadow: 0 8px 32px rgba(0, 0, 0, 0.2);
	font-size: 14px;
	line-height: 1.45;
	animation: cookieBannerIn 0.35s ease;
	font-family: 'Roboto', Arial, sans-serif;
}

.awz_cookies_sett__message.is-hidden {
	display: none;
}

@keyframes cookieBannerIn {
	from {
		opacity: 0;
		transform: translateY(20px);
	}
	to {
		opacity: 1;
		transform: translateY(0);
	}
}

.awz_cookies_sett__bg1 {
	background: #f4f9ee;
	border: 1px solid #8bc754;
}

.awz_cookies_sett__color2 {
	color: #333333;
}

.awz_cookies_sett__container {
	width: 100%;
}

.awz_cookies_sett__row {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	gap: 14px;
}

.awz_cookies_sett__col {
	flex: 1 1 220px;
	min-width: 0;
}

.awz_cookies_sett__col__right {
	flex: 0 1 auto;
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	align-items: center;
	justify-content: flex-end;
}

.awz_cookies_sett__agr_link {
	color: #125897;
	text-decoration: underline;
}

.awz_cookies_sett__agr_link:hover {
	color: #6e8c18;
}

.awz_cookies_sett__btn {
	display: inline-block;
	padding: 8px 14px;
	border-radius: 4px;
	font-size: 13px;
	line-height: 1.2;
	cursor: pointer;
	border: 1px solid transparent;
	transition: background 0.2s ease, color 0.2s ease, border-color 0.2s ease;
	user-select: none;
	white-space: nowrap;
}

.awz_cookies_sett__bg2 {
	background: #ffffff;
	border-color: #8bc754;
	color: #333333;
}

.awz_cookies_sett__bg2:hover {
	background: #eef8e4;
}

.awz_cookies_sett__color1 {
	color: #333333;
}

.awz_cookies_sett__bg3 {
	background: #8bc754;
	border-color: #6e8c18;
	color: #ffffff;
}

.awz_cookies_sett__bg3:hover {
	background: #7ab843;
	border-color: #5a7514;
}

.awz_cookies_sett__color3 {
	color: #ffffff;
}

.awz_cookies_sett__settings {
	margin-top: 16px;
	padding-top: 14px;
	border-top: 1px solid rgba(139, 199, 84, 0.45);
	display: none;
}

.awz_cookies_sett__settings.is-open {
	display: block;
}

.awz_cookies_sett__settings-title {
	font-weight: 600;
	margin-bottom: 12px;
}

.awz_cookies_sett__setting-item {
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 10px;
}

.awz_cookies_sett__setting-item:last-child {
	margin-bottom: 0;
}

.awz_cookies_sett__setting-text {
	flex: 1;
}

.awz_cookies_sett__setting-name {
	font-weight: 600;
	margin-bottom: 2px;
}

.awz_cookies_sett__setting-desc {
	font-size: 12px;
	color: #666666;
}

.awz_cookies_sett__setting-item input[type="checkbox"] {
	margin-top: 4px;
	flex-shrink: 0;
}

.awz_cookies_sett__settings-actions {
	margin-top: 14px;
	display: flex;
	justify-content: flex-end;
}

.policy-doc-header {
	padding: 24px 0;
	background: #f4f9ee;
	border-bottom: 3px solid #8bc754;
}

.policy-doc-header__home {
	display: inline-block;
	margin-bottom: 12px;
	color: #125897;
	text-decoration: underline;
	font-size: 14px;
}

.policy-doc-header__title {
	font-size: 28px;
	font-weight: 700;
	color: #323232;
	text-align: center;
}

.policy-page {
	max-width: 1000px;
	margin: 40px auto 60px;
	padding: 0 15px;
	line-height: 1.7;
	font-size: 15px;
	color: #333;
	font-family: 'Roboto', Arial, sans-serif;
}

.policy-page h1 {
	text-align: center;
	margin-bottom: 35px;
	font-size: 32px;
	font-weight: 700;
}

.policy-page h4 {
	margin-top: 30px;
	margin-bottom: 15px;
	font-weight: 700;
	font-size: 18px;
}

.policy-page ul {
	padding-left: 25px;
}

.policy-page a {
	color: #125897;
}

@media (max-width: 767px) {
	.site-legal-footer__sep {
		display: none;
	}

	.site-legal-footer a {
		display: block;
		margin: 6px 0;
	}

	.awz_cookies_sett__message {
		left: 0;
		right: 0;
		bottom: 0;
		width: 100%;
		max-width: none;
		border-radius: 0;
		padding: 12px 14px 14px;
	}

	.awz_cookies_sett__row {
		flex-direction: column;
		gap: 10px;
		align-items: stretch;
	}

	.awz_cookies_sett__col {
		flex: 0 0 auto;
	}

	.awz_cookies_sett__col__right {
		width: 100%;
		flex: 0 0 auto;
		justify-content: stretch;
		gap: 6px;
	}

	.awz_cookies_sett__col__right .awz_cookies_sett__btn {
		flex: 1 1 0;
		min-width: 0;
		text-align: center;
		white-space: normal;
		padding: 9px 6px;
		font-size: 12px;
	}

	.awz_cookies_sett__settings {
		margin-top: 10px;
		padding-top: 10px;
	}

	.policy-doc-header__title {
		font-size: 22px;
	}
}
