.gdpr-box{
	position: fixed; bottom: 0; left: 0; z-index: 99998;
	display: block; width: 100%; float: left;
	padding: 24px; background: rgba(255,255,255,.95);
	border-top: 2px solid #0C0C0E;
	background: #f2f2f2;
	display: none;
}
.gdpr-info h3{ margin: 24px 0; }
.btn-main{
	display: inline-block; width: auto; height: auto; padding: 10px 20px; position: relative;
	border: 2px solid #0C0C0E; background: #0C0C0E;
	font-size: 13px; line-height: 30px; font-weight: 600;
	text-transform: uppercase; text-align: center; color: #fff; text-decoration: none; 
	-webkit-appearance: none; appearance: none;			
	letter-spacing: 1px;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	cursor: pointer;
	-webkit-transition: background 200ms ease-in-out;
	-moz-transition: background 200ms ease-in-out;
	-ms-transition: background 200ms ease-in-out;
	-o-transition: background 200ms ease-in-out;
	transition: background 200ms ease-in-out;
}
.btn-main:hover{ background: #fff; color: #0C0C0E; text-decoration: none; }

.gdpr-info input[type="checkbox"]{ 
	display: inline-block; width: 24px; height: 24px; padding: 0; appearance: none; cursor: pointer; border-radius: 0; 
	border: 1px solid #727171; margin: 0;
}
.gdpr-info input[type="checkbox"]::before {
	content: ''; display: block;
	transform: scale(0) rotate(45deg);
	height: 12px; width: 6px; margin: 4px 0 0 8px;
	border-bottom: 3px solid #99ca3c; border-right: 3px solid #99ca3c;
	cursor: pointer;
}
.gdpr-info input[type="checkbox"]:checked{ border: 1px solid #0C0C0E; background: #fff; }
.gdpr-info input[type="checkbox"]:checked::before { transform: scale(1) rotate(45deg); }

.gdpr-overlay{ 
	position: fixed; bottom: 0; left: 0; z-index: 99997;
	display: block; width: 100%; height: 100%; float: left;
	background: rgba(0,0,0,.6);
	display: none;
}
.gdpr-info{ font-size: 15px; line-height: 22px; color: inherit; }
.gdpr-info > *:first-child{ margin-top: 0; }
.gdpr-info > *:last-child{ margin-bottom: 0; }
.gdpr-info a{ text-decoration: underline; font-weight: 500; color: inherit; }

.gdpr-buttons:after{ content: ''; display: block; clear: both; }
.gdpr-buttons .btn-main{  
	display: block; float: right; margin-left: 24px;
}
.gdpr-buttons .btn-main.options_btn{ border-color: #727171; background: #727171; }
.gdpr-buttons .btn-main.options_btn:hover{ color: #727171; background: #fff; }

.gdpr-buttons .btn-main.cc-btn-accept-selected{ background: #fff; color: #0C0C0E; }
.gdpr-buttons .btn-main.cc-btn-accept-selected:hover{ color: #fff; background: #0C0C0E; }

.gdpr-buttons .btn-main:last-child{ margin-left: 0; }
.gdpr-box .gdpr-info{ width: 50%; float: left;}
.gdpr-box .gdpr-buttons{ 
	width: 50%; float: right; padding: 0 24px; 
	position: absolute; top: 50%; right: 0;  
	-moz-transform: translate(0,-50%);
	-webkit-transform: translate(0,-50%);
	-o-transform: translate(0,-50%);
	-ms-transform: translate(0,-50%);
	transform: translate(0,-50%);
}
.gdpr-options{ position: relative; }
.custom-switch{ position: absolute; right: 0; top: 0; font-weight: 600; color: #99ca3c; }

.gdpr-modal{
	position: fixed; top: 24px; left: calc( (100% - 1248px) / 2 ); z-index: 99999;
	display: block; width: 1248px; height: calc( 100% - 48px );
	border: 4px solid #fff;
	border-radius: 5px;
	background: #fff; padding: 20px; 
	display: none;
}
.gdpr-modal .gdpr-info{ width: 100%; height: 100%; overflow-y: scroll; padding: 24px; }

@media screen and (max-width: 1248px) {
	.gdpr-modal{ width: calc(100% - 24px); left: 12px; top: 12px; height: calc( 100% - 24px ); padding: 10px;  }
	.gdpr-modal .gdpr-info{ padding: 12px; }
}
@media screen and (max-width: 1024px) {
	.gdpr-box .gdpr-buttons{ width: 298px; text-align: center; }
	.gdpr-modal .gdpr-buttons{ width: 100%; text-align: center; }
	.gdpr-box .gdpr-buttons .btn-main{ margin: 6px 0; display: inline-block; float: none; }
	.gdpr-modal .gdpr-buttons .btn-main{ margin: 6px; display: inline-block; float: none; }
	.gdpr-box .gdpr-info{ width: calc( 100% - 298px); }
}
@media screen and (max-width: 640px) {
	.gdpr-box .gdpr-buttons, .gdpr-box .gdpr-info{ 
		position: static; width: 100%; padding: 0;
		float: none;
		-moz-transform: translate(0,0);
		-webkit-transform: translate(0,0);
		-o-transform: translate(0,0);
		-ms-transform: translate(0,0);
		transform: translate(0,0); 
	}
	.gdpr-box .gdpr-buttons{ padding-top: 12px; }
	.gdpr-buttons .btn-main, .gdpr-buttons .btn-main:last-child{ margin: 6px; }
}