.pd-consent {
	width: 100%;
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	color: #333;
	font-size: 14px;
	line-height: 1.35;
	text-align: left;
	box-sizing: border-box;
	margin: 16px 0 0;
}

.pd-consent__input {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	cursor: pointer;
	accent-color: #ed1b24;
	margin: 1px 10px 0 0;
}

.pd-consent__text {
	display: block;
}

.pd-consent__text a {
	color: inherit;
	text-decoration: underline;
}

.pd-consent-error {
	color: #b00020;
	font-size: 14px;
	line-height: 1.35;
	margin: 8px 0 0;
}

.pd-consent-field {
	margin: 25px 0 15px;
}

.cost .orderform {
	height: auto;
	box-shadow: none;
	border-radius: 0;
}

.cost .orderform > .row {
	max-width: 100%;
	display: table;
	box-shadow: 0 22px 30px -17px rgba(0, 0, 0, .49);
	border-radius: 60px;
}

.cost .orderform .pd-consent {
	max-width: 560px;
	color: #8d8d8d;
}

.cme-form .cme-consent {
	color: #333;
	font-size: 13px;
	margin: 15px 0 0;
}

.cme-form .cme-btn:disabled,
[data-pd-submit]:disabled {
	cursor: not-allowed;
	opacity: .55;
}

.footer-legal-links {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	gap: 8px 18px;
	font-size: 13px;
	line-height: 1.4;
	padding: 12px 10px 20px;
}

.footer-legal-links a,
.cookie-settings-open {
	background: transparent;
	color: #929292;
	font: inherit;
	text-decoration: underline;
	border: 0;
	cursor: pointer;
	padding: 0;
}

.cookie-consent {
	z-index: 10050;
	position: fixed;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: rgba(4, 5, 7, .97);
	color: #fff;
	box-shadow: 0 -8px 30px rgba(0, 0, 0, .25);
	padding: 18px;
}

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

.cookie-consent__inner {
	width: 100%;
	max-width: 1180px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 16px 24px;
	box-sizing: border-box;
	margin: 0 auto;
}

.cookie-consent__content {
	min-width: min(100%, 280px);
	flex: 1 1 560px;
}

.cookie-consent__title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.3;
}

.cookie-consent__content p {
	color: #e0e0e0;
	font-size: 14px;
	line-height: 1.45;
	margin: 8px 0 0;
}

.cookie-consent__content a {
	color: #fff;
	text-decoration: underline;
}

.cookie-consent__settings {
	display: grid;
	gap: 10px;
	margin: 14px 0 0;
}

.cookie-consent__settings[hidden] {
	display: none;
}

.cookie-consent__option {
	display: flex;
	align-items: flex-start;
	cursor: pointer;
	font-size: 14px;
}

.cookie-consent__option input {
	width: 20px;
	height: 20px;
	flex: 0 0 auto;
	accent-color: #ed1b24;
	margin: 1px 10px 0 0;
}

.cookie-consent__option span,
.cookie-consent__option small {
	display: block;
}

.cookie-consent__option small {
	color: #c8c8c8;
	font-size: 12px;
	line-height: 1.35;
	margin: 2px 0 0;
}

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

.cookie-consent__button {
	background-color: transparent;
	min-height: 44px;
	cursor: pointer;
	color: #fff;
	font-family: PTSans, Arial, sans-serif;
	font-size: 14px;
	font-weight: 700;
	line-height: 1.2;
	border: 1px solid rgba(255, 255, 255, .55);
	border-radius: 7px;
	padding: 10px 16px;
}

.cookie-consent__button--primary {
	background-color: #ed1b24;
	border-color: #ed1b24;
}

.map-consent-placeholder {
	z-index: 2;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	background-color: #eef0f3;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #222;
	font-size: 15px;
	text-align: center;
	box-sizing: border-box;
	padding: 24px;
}

.map-consent-placeholder button {
	background-color: #ed1b24;
	min-height: 44px;
	cursor: pointer;
	color: #fff;
	font: inherit;
	font-weight: 700;
	border: 0;
	border-radius: 7px;
	padding: 10px 16px;
}
