:root{
	--color_bcg: #2f2e2e;
	--main_color: #1F47AD;
	--color_link: #fff;
	--color_txt: #fff;
	--color_hover_txt: #111;
}
.privacy_policy.cookie-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	width: auto;
	min-width: 320px;
	padding: 16px;
	font: inherit;
	letter-spacing: 0;
	color: #fff;
	background: var(--color_bcg);
	text-align: initial;
	box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.22);
}

.privacy_policy.cookie-consent .cookie-consent__button {
	margin: 0;
	color: var(--color_txt);
	border: 2px solid var(--main_color);
	box-shadow:none!important;
}

.privacy_policy.cookie-consent .cookie-consent__button_secondary {
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
}

.cookie-consent,
.cookie-modal {
	font-family: Arial, sans-serif;
	color: #fff;
}

.cookie-consent[hidden],
.cookie-modal[hidden] {
	display: none;
}

.cookie-consent {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	z-index: 10000;
	padding: 16px;
	background: #202020;
	box-shadow: 0 -8px 24px rgba(0, 0, 0, 0.22);
}

.cookie-consent__inner {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	width: min(1180px, 100%);
	margin: 0 auto;
}

.cookie-consent__content {
	text-align: left;
}

.cookie-consent__title,
.cookie-modal__title {
	margin-bottom: 6px;
	font-size: 18px;
	line-height: 1.25;
	font-weight: 700;
}

.cookie-consent__text,
.cookie-modal__description,
.cookie-modal__row small {
	font-size: 13px;
	line-height: 1.45;
}

.cookie-consent__text a {
	color: var(--color_link);
	text-decoration: underline;
}

.cookie-consent__actions,
.cookie-modal__actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: flex-end;
}

.cookie-consent__button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 40px;
	padding: 9px 16px;
	border: 2px solid var(--main_color);
	border-radius: 4px;
	background: var(--main_color);
	color: var(--color_txt);
	font-size: 13px;
	line-height: 1.2;
	font-weight: 700;
	cursor: pointer;
	transition: background 0.2s, border-color 0.2s, color 0.2s;
	box-shadow:none!important;
}

.privacy_policy.cookie-consent .cookie-consent__button:hover,
.privacy_policy.cookie-consent .cookie-consent__button:focus {
	background: #fff;
	border-color: #fff;
	color:var(--color_hover_txt);
}

.cookie-consent__button_secondary {
	background: transparent;
	color: #fff;
	border-color: rgba(255, 255, 255, 0.7);
}

.cookie-consent__button_secondary:hover,
.cookie-consent__button_secondary:focus {
	background: #fff;
	border-color: #fff;
	color: #111;
}

.cookie-modal {
	position: fixed;
	inset: 0;
	z-index: 10001;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 18px;
}

.cookie-modal__overlay {
	position: absolute;
	inset: 0;
	background: rgba(0, 0, 0, 0.58);
}

.cookie-modal__dialog {
	position: relative;
	width: min(620px, 100%);
	max-height: calc(100vh - 36px);
	overflow: auto;
	padding: 28px;
	border-radius: 8px;
	background: #fff;
	color: #202020;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.3);
}

.cookie-modal__close {
	position: absolute;
	top: 12px;
	right: 12px;
	width: 34px;
	height: 34px;
	border: 0;
	border-radius: 50%;
	background: none;
	color: var(--color_hover_txt);
	font-size: 24px;
	line-height: 34px;
	cursor: pointer;
	display:flex;
	align-items:center;
	justify-content:center;
	box-shadow:none!important;
	font-family: Arial, sans-serif;
}
.cookie-modal__close:hover, .cookie-modal__close:active{
	color: var(--color_hover_txt);
	opacity:0.6;
}
.cookie-modal__description {
	margin-bottom: 18px;
	color: #555;
}

.cookie-modal__list {
	display: grid;
	gap: 10px;
	margin-bottom: 18px;
}

.cookie-modal__row {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 18px;
	padding: 14px;
	border: 1px solid #e4e4e4;
	border-radius: 6px;
	cursor: pointer;
}

.cookie-modal__row_disabled {
	cursor: default;
	background: #f7f7f7;
}

.cookie-modal__row strong,
.cookie-modal__row small {
	display: block;
}

.cookie-modal__row small {
	margin-top: 4px;
	color: #666;
}

.cookie-modal__row input {
	width: 22px;
	height: 22px;
	flex: 0 0 22px;
	accent-color: var(--main_color);
}

.cookie-modal__actions {
	justify-content: flex-end;
}
.cookie-modal__actions .cookie-consent__button_secondary{
	color:var(--color_hover_txt);
}
.cookie-disable-instruction .management-section{
	margin-top: 1.66667rem !important;
}
.cookie-disable-instruction .cookie-quote{
	color: #c53c12;
  background-color: #fdf1ed;
  padding: 1em 2em;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.browsers-section__block{
	margin-top: 1.5rem;
}
.cookie-page__text ol{
	list-style-type: decimal;
	margin-left:0px;
}
.cookie-modal__description a{
	text-decoration:underline;
}
@media (max-width: 767px) {
	.cookie-consent__content br{
		display: none;
	}
	.cookie-consent__inner,
	.cookie-consent__actions,
	.cookie-modal__actions {
		display: grid;
		justify-content: stretch;
	}

	.cookie-consent__button {
		width: 100%;
	}

	.cookie-modal__dialog {
		padding: 24px 16px 16px;
	}
}