.gdprcookie * {
	padding: 0px;
	margin: 0px;
	border: 0px;
}

.gdprcookie {
	background-color: #fff;
	color: #000B13;
	line-height: 20px; 
	box-shadow: 0px 24px 42px -12px rgba(0,0,0,0.25);
	font-size: 14px;
	font-family: "Inter", "PT Sans", sans-serif; 
	overflow-y: auto;
	z-index: 9999999999;
}

@media(max-width:991px) {
	.gdprcookie {
		position: fixed;
		bottom: 0;
		right: 0;
		max-width: 100vw;
		max-width: 100dvw;
		max-height: 90vh;
		max-height: 90dvh;
		height: fit-content;
		padding: 24px;
		vertical-align: baseline;
		box-sizing: content-box;
		border-radius: 20px;
	}
}

@media(min-width:992px) {
	.gdprcookie {
		position: absolute;
		right: 25px;
		bottom: 25px;
		max-width: 482px;
		max-height: 90%;
		padding: 48px;
		border-radius: 15px;
	}
}

.gdprcookie h1,
.gdprcookie h2 {
	margin: 0 0 24px 0;
	padding: 0px;
	line-height: 23px;
	letter-spacing: -0.04px;
	font-size: 1.2em;
	font-size: 19px;
	font-weight: bold;
	font-family: "Inter", "PT Sans", sans-serif;
}

.gdprcookie a {
	color: inherit;
}

.gdprcookie a.blue {
	color: #009cdd;
	text-decoration: underline !important;
	cursor: pointer;
}

.gdprcookie .gdprcookie-intro p {
	margin: 0 0 16px 0;
}

.gdprcookie .gdprcookie-intro p.big {
	font-size: 14px;
	padding: 0px;
}

.gdprcookie .close_gdpr {
	cursor: pointer;
	display: block ;
	background-color: #ffc20e;
	color: #000;
	font-size: 1.1em;
	position: absolute;
	right: 0.5em;
	display: none;
	width:24px;
	height:25px;
	top:3px;
	border-radius: 50%;
	background-image: none !important;
	text-indent: 0px !important;
	display: none!important;
}

.gdprcookie .gdpr-ul {
	list-style: none;
	margin: 0 0 10px 0;
}

.gdprcookie .gdpr-ul li {
	position: relative;
	padding-left: 25px;
}

.gdprcookie .gdpr-ul li::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 9px;
	background-color: #247EE3;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	display: block;
}
.gdprcookie ul li p {
	padding: 0px;
	margin: 0px;
}
/* GDPR Cookie buttons */

.gdprcookie .gdprcookie-buttons { 
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 8px;
}

.gdprcookie .gdprcookie-buttons button {
	background-color: #0090FF;
	color: var(--bt-white, #fff);
	line-height: 1.4;
	padding: 14px 14px;
	border: 0;
	border-radius: 108px;
	display: block;
	font-family: inherit;
	font-size: 14px;
	font-weight: 600;
	cursor: pointer;
}
.gdprcookie .gdprcookie-buttons button:hover{
	background-color: #F1F1F1;
	color: #000;
}
.gdprcookie-buttons button:disabled {
	color: rgba(255,255,255,.5);
}


/* GDPR Cookie types */

.gdprcookie-types .bt-icon{
	display: inline-block;
	width: 24px;
	height: 24px;
	background-image: url(images/arrow-left.svg);
	color: transparent;
    background-size: contain;
	transform: translateY(-3px);
}
.gdprcookie-types .bt-icon + h2{
	padding-left: 16px;
	display: inline;
}
.gdprcookie-types .bt-icon + h2 +ul{
	margin-top: 16px;
}
.gdprcookie-types ul {
	padding: 0;
	margin: 0 0 12px 0;
	list-style: none;
	overflow: hidden;
}

@media screen and (max-width: 768px) {
	.gdprcookie-types ul {
		margin: 0 0 12px 0;
	}
}

.gdprcookie-types li {
	width: 100%;
	padding: 0;
	margin: 0;
	display: block;
}

.gdprcookie-types li:not(:last-child) {
	margin-bottom: 24px;
}

@media screen and (max-width: 768px) {
	.gdprcookie-types li:not(:last-child) {
		margin-bottom: 16px;
	}
	.gdprcookie .gdprcookie-buttons button {
		padding: 14px 26px;
	}
}

.gdprcookie-types input[type=checkbox] {
	display: none;
}

.gdprcookie-types label {
	position: relative;
	color: var(--bt-black);
	line-height: 24px;
	margin-bottom: 10px;
	padding: 0 0 0 36px !important;
	display: block; 
	font-size: 16px;
	font-weight: bold;
}

.gdprcookie-types input[type=checkbox] + label:before {
	content: '✓';
	position: absolute;
	top: 1px;
	left: 0;
	background-color: var(--gray-100, #FAFAFA);
	color: var(--bt-white, #fff);
	width: 22px;
	height: 22px;
	line-height: 22px;
	border: 1px solid var(--gray-200, #E7E7E7);
	border-radius: 12px;
	display: block;
	text-align: center;
	font-family: sans-serif;
	font-size: 12px;
}

.gdprcookie-types input[type=checkbox]:checked + label:before {
	background-color: #0090FF;
	border-color: var(--bt-blue, #247EE3);
}

.gdprcookie-types label:before, .gdprcookie-types input[type=checkbox]:checked + label::before {
	border:0;
}
.gdprcookies-types input[type=checkbox]:not(:checked), .gdprcookies-types input[type=checkbox]:checked {

}

.gdprcookie-intro,
.gdprcookie-types {
	margin-bottom: 24px;
}

@media (max-width: 991px) {
	.gdprcookie-types::-webkit-scrollbar, 
	.gdprcookie-intro::-webkit-scrollbar { 
		display: none !important;
	} 
	.gdprcookie-types::before,
	.gdprcookie-intro::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 75px;
		left: 0;
		background-image: linear-gradient(to bottom,rgba(255,255,255,0) 70%,rgb(255,255,255) 100%);
    	background-repeat: repeat-x;
		pointer-events: none;
		transition: opacity .25s ease;
		z-index: 10;
	}

	.big {
		padding: 5px 0 0 0 !important;

	}
	.gdprcookie-intro p:last-of-type{
		margin-bottom: 24px;
	}
	.gdprcookie-intro,
	.gdprcookie-types {
		margin-bottom: 24px;  
		max-height: 335px;
		overflow-y: scroll;
	}

	.close {
		right: 0.58em;
		bottom: calc(47vh);
	}
}
@media(min-width:992px) {
	.gdprcookie-intro{
		overflow-y: scroll;
		max-height: calc(44vh);
	}
	.gdprcookie-intro::before {
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 110px;
		left: 0;
		background-image: linear-gradient(to bottom,rgba(255,255,255,0) 92%,rgb(255,255,255) 100%);
    	background-repeat: repeat-x;
		pointer-events: none;
		transition: opacity .25s ease;
		z-index: 10;
	}
	.gdprcookie-intro::-webkit-scrollbar { 
		display: none !important;
	} 
	.gdprcookie-intro,
	.gdprcookie-types {  
		-ms-overflow-style: none; 
  		scrollbar-width: none; 
	}
	.gdprcookie-types{
		max-height: calc(43vh); 
	}

	.gdprcookie-types::before { 
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 100px;
		left: 0;
		background-image: linear-gradient(to bottom,rgba(255,255,255,0) 70%,rgb(255,255,255) 100%);
    	background-repeat: repeat-x;
		pointer-events: none;
		transition: opacity .25s ease;
		z-index: 10;
	}
	.gdprcookie-types{
		overflow-y: scroll;
	}
	.gdprcookie-types::-webkit-scrollbar { 
		display: none !important;
	} 
	.gdprcookie-types::before { 
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 100px;
		left: 0;
		background-image: linear-gradient(to bottom,rgba(255,255,255,0) 70%,rgb(255,255,255) 100%);
    	background-repeat: repeat-x;
		pointer-events: none;
		transition: opacity .25s ease;
		z-index: 10;
	}
}
@media(min-width:992px) and (min-height: 480px) and (max-height: 890px) {
	.gdprcookie-intro{
		overflow-y: scroll;
		-ms-overflow-style: none; 
		scrollbar-width: none;
	}
	.gdprcookie-intro::before { 
		content: "";
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 100px;
		left: 0;
		background-image: linear-gradient(to bottom,rgba(255,255,255,0) 70%,rgb(255,255,255) 100%);
    	background-repeat: repeat-x;
		pointer-events: none;
		transition: opacity .25s ease;
		z-index: 10;
	}

	.gdprcookie-intro::-webkit-scrollbar { 
		display: none !important;
	} 
}

.gdprcookie-types.gdprcookie-scrolled-to-bottom::before,
.gdprcookie-intro.gdprcookie-scrolled-to-bottom::before {
	opacity: 0;
}

/* politica noua */

.politica-noua {
	max-width: 940px;
	margin: auto;
	padding: 13px 0;
	color: #000;
	position: relative;
	font-size: 12px;
}

.politica-noua p {
	/* display: grid;
	grid-template-columns: 1fr 200px; */
}

.politica-noua p a {
	/* background-color: #ffb10e;
	color: #000;
	fill: #000;
	position: relative;
	line-height: 20px;
	padding: 0;
	border-radius: 4px;
	display: inline-block;
	font-size: 13px;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	margin-right: 45px; */
	color: #000000;
}

.ava_2 {
	width: 100%;
	/*height: 70px;*/
	background-color: var(--bt-white, #fff)0bd;
	color: var(--bt-white, #fff);
	position: relative;
	/*left: 0;
	top: 0;*/
	text-align: left;
	z-index: 20;
	background-position: right center;
	background-repeat: no-repeat;
	display: none;
}

@media(max-width:991px) {
	.politica-noua .ava_2 {
		/*
		margin-top: -13px;
		margin-bottom: -13px;
		*/
	}
}

@media(min-width:992px) {}

.display {
	display: block !important;
}

.close_oava {
	position: absolute;
	background: none;
	display: block;
}

@media(max-width:991px) {
	.close_oava {
		top: 50%;
		width: 10px;
		height: 10px;
		right: 15px;
		transform: translateY(-50%);
	}
}

@media(min-width:992px) {
	.close_oava {
		top: 15px;
		right: -20px;
		width: 10px;
		height: 10px;
	}
}

.close_oava img {
	position: relative!important;
	top: 0px!important;
	left: 0px!important;
	display: block;
}

@media(max-width:991px) {
	.close_oava img {
		width: 10px!important;
		max-width: 10px!important;
		min-width: 10px!important;
		height: 10px!important;
	}
}

@media(min-width:992px) {
	.close_oava img {
		width: 10px!important;
		height: 10px!important;
	}
}

@media(max-width:991px) {
	.navig_2.politica-noua {
		background: none;
		font-size: 11px;
		padding: 13px 15px;
	}
	 .politica-noua .ava_2 {
		min-height: 0;

	}
}

.ava_2 .navig_2.politica-noua a {
	color: #322f26;
	text-decoration: underline;
}

.yellow-banner {
	background-color: var(--bt-white, #fff)0bd;
	color: #000;
	display: none;
	font-size: 11px;
	font-weight: normal;
}

.yellow-banner.display {
	display: block;
}

.yellow-banner a,
.yellow-banner a:hover {
	color: inherit;
	text-decoration: underline;
}

.yellow-banner .action button {
	position: relative;
	background-color: transparent;
	width: 10px;
	height: 10px;
	border: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px;
	border-radius: 0pc;
	display: block;
}

.yellow-banner .action button:before,
.yellow-banner .action button:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	background-color: #936f05;
	width: 12px;
	height: 2px;
	border-radius: 1px;
}

.yellow-banner .action button:before {
	transform: translate(-50%, -50%) rotate(45deg);
}

.yellow-banner .action button:after {
	transform: translate(-50%, -50%) rotate(-45deg);
}

.yellow-banner .yellow-banner-container {
	max-width: 940px;
	margin: 0px auto;
	display: grid;
	grid-template-columns: auto 10px;
	grid-gap: 10px;
}

@media(max-width:991px) {
	.yellow-banner .yellow-banner-container {
		padding: 13px;
	}
}

@media(min-width:992px) {
	.yellow-banner .yellow-banner-container {
		padding: 13px 0px;
	}
}

.yellow-banner .yellow-banner-container > div {
	align-self: center;
}
.gdprcookie-wrapper {
	position: fixed;
	top: 0;
	left: 0;
	bottom: 0;
	right: 0;
	z-index: 9999999999;
	background: rgba(0,0,0,0.5);
}

.gdprcookie-wrapper:empty {
	display: none;
}

body:has(.gdprcookie-wrapper:not(:empty)) {
	width: 100%;
	height: 100%;
	overflow: hidden;
	padding-right: var(--vertical-scrollbar-width, 0px);
}