/* --------------------------------------------------------- */
/*                           GDPR                            */
/*                            RO                             */
/* --------------------------------------------------------- */



.popup2 {
	position: fixed;
	display: block;
	visibility: hidden;
	overflow: hidden;
	left: 0;
	right: 0;
	top: 0;
	bottom: auto;
	height: 0;
	z-index: 9999;
	transition: all 0s ease-in-out;
	transition-delay: .5s
}

.popup2 [data-popup-content] {
	display: block
}

.popup2-bg {
	position: fixed;
	left: 0;
	top: 0;
	right: 0;
	height: 100%;
	background-color: rgba(9, 34, 17, 0.8);
	opacity: 0;
	transition: all .3s ease-in-out;
	transition-delay: .2s
}

.popup2-scroll {
	position: relative;
	box-sizing: content-box;
	overflow-x: hidden;
	overflow-y: scroll;
	left: 0;
	top: 0;
	min-width: 100%;
	height: 100%;
	margin: 0 -16px 0 0;
	padding: 0;
	z-index: 8
}

.popup2-table {
	display: table;
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 100%;
	padding: 20px 0;
	overflow: hidden
}

.popup2-cell {
	display: table-cell;
	width: 100%;
	height: 100%;
	overflow: hidden;
	vertical-align: middle;
	text-align: center
}

.popup2-wrap {
	position: relative;
	display: inline-block;
	overflow: visible;
	width: 88%;
	min-width: 280px;
	max-width: 800px;
	height: auto;
	min-height: 80px;
	margin: 1.875rem auto 0;
	padding: 0;
	text-align: left
}

.popup2-wrap::before {
	content: ' ';
	position: absolute;
	display: block;
	box-sizing: border-box;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: #fff;
	opacity: 0;
	transform: scale(0.1, 0.1);
	transform-origin: 50% 0;
	transition: all .3s ease-in-out;
	transition-delay: 0s
}

.popup2-close {

}

.popup2-main {
	position: relative;
	visibility: hidden;
	padding: 0;
	transition: all 0s ease-in-out;
	transition-delay: 0s
}

.popup2-main .title {
	margin: 0 0 3.75rem;
	font-family: helvetica, arial, sans-serif;
	font-size: 3.625rem;
	line-height: 1.2;
	text-align: center;
	color: #000
}

.popup2-main .subtitle {
	margin: 0 0 2.5rem;
	font-family: helvetica, arial, sans-serif;
	font-size: 1.75rem;
	line-height: 1.2;
	text-align: center;
	color: #000
}

.popup2-opened {
	visibility: visible;
	height: auto;
	bottom: 0;
	transition-delay: 0s
}

.popup2-opened .popup2-bg {
	opacity: .9;
	transition-delay: 0s
}

.popup2-opened .popup2-wrap::before {
	opacity: 1;
	transform: scale(1, 1);
	transition-delay: .2s
}

.popup2-opened .popup2-close {
	opacity: 1;
    transition-delay: .5s;

}

.popup2-opened .popup2-main {
	visibility: visible;
	transition-delay: .5s
}

.popup2.noclose .popup2-close,
.popup2-noclose .popup2-close {
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    margin-top: 12px;
    margin-right: 12px;
    color: #FFFFFF;
    cursor: pointer;
    font-size: 24px;
    z-index:999;
}

[data-scrollbarWidth='0'] .popup2-scroll {
	margin: 0 !important
}

.gdpr {
	position: relative;
	margin: 0;
	padding: 0 0 10px;
	font-family: arial, sans-serif !important;
	font-size: 16px;
	line-height: normal;
    color: #202020;
    display:none;
}

.gdpr>p {
	margin: 20px 8%
}

.gdpr>p a {
	color: #2e8054;
	text-decoration: underline
}

.gdpr>p a:hover {
	color: #000
}

.gdpr input {
	position: absolute;
	display: none;
	left: 0;
	top: 0;
	opacity: 0
}

.gdpr-btn {
	position: relative;
	display: inline-block;
	margin: 0;
	padding: 9px 40px;
	font-size: 14px;
	font-weight: bold;
	color: #fff !important;
	background: #9fcf67 !important;
	border: 0;
	border-radius: 3px
}

.gdpr-btn:hover {
	color: #fff !important;
	background: #2e8054 !important
}

.gdpr-title {
	margin: 0;
	padding: 30px 8% 20px;
	font-weight: bold;
	text-transform: uppercase;
	color: #fff;
	background: linear-gradient(to right, #2e8054, #70b966);
	border-bottom: solid 10px #b7d060
}

.gdpr-select {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 30px 8% 20px;
	padding: 20px;
	text-align: center;
	background: #ededed
}

.gdpr-select label {
	box-sizing: border-box;
	position: relative;
	display: block;
	float: left;
	clear: none;
	width: 33.33%;
	padding: 35px 10px 0;
	font-weight: bold;
	color: #8e8e8e;
	cursor: pointer
}

.gdpr-select label::before,
.gdpr-select label::after {
	box-sizing: border-box;
	content: ' ';
	position: absolute;
	display: block;
	left: 50%;
	border-radius: 50%
}

.gdpr-select label::before {
	top: 0;
	width: 22px;
	height: 22px;
	margin: 0 0 0 -11px;
	background: #fff
}

.gdpr-select label::after {
	display: none;
	top: 3px;
	width: 16px;
	height: 16px;
	margin: 0 0 0 -8px;
	border: solid 2px #b7d060;
	border-radius: 50%;
	background: #2e8154
}

@media (max-width: 767px) {
	.gdpr-select label {
		width: 100%;
		padding: 0 10px 0 35px;
		margin: 0 0 10px;
		text-align: left
	}
	.gdpr-select label::before {
		left: 0;
		top: 50%;
		margin: -11px 0 0
	}
	.gdpr-select label::after {
		left: 3px;
		top: 50%;
		margin: -8px 0 0
	}
}

.gdpr-description {
	padding: 1px 8% 20px
}

.gdpr-description p,
.gdpr-description ul,
.gdpr-description li {
	box-sizing: border-box;
	position: relative;
	display: block;
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none
}

.gdpr-description p {
	padding-bottom: 20px
}

.gdpr-description li {
	padding-bottom: 15px
}

.gdpr-description li::before {
	content: ' ';
	position: absolute;
	display: block;
	left: 0;
	top: 5px;
	width: 7px;
	height: 7px;
	background: #2e8154;
	border-radius: 50%
}

.gdpr-allow {
	box-sizing: border-box;
	float: left;
	clear: left;
	width: 50%;
	margin: 0;
	padding: 0
}

.gdpr-allow-title {
	font-weight: bold;
	color: #2e8054
}

@media (max-width: 767px) {
	.gdpr-allow {
		width: 100%;
		margin-bottom: 20px
	}
}

.gdpr-deny {
	float: right;
	clear: right;
	width: 50%
}

.gdpr-deny-title {
	font-weight: bold;
	color: #e7342c
}

@media (max-width: 767px) {
	.gdpr-deny {
		width: 100%
	}
}

.gdpr-wide {
	width: 100%
}

.gdpr [data-gdpr-content] {
	display: none
}

.close-btn {
	display: block;
	position: absolute;
	right: 0;
	top: 0;
	margin-top: 12px;
	margin-right: 12px;
	color: #FFFFFF;
	cursor: pointer;
	font-size: 24px;
}

.text-center {
	text-align: center;
}

.gdpr [data-gdpr-controller='1']:checked~* [data-gdpr-trigger='1'],
.gdpr [data-gdpr-controller='2']:checked~* [data-gdpr-trigger='2'],
.gdpr [data-gdpr-controller='3']:checked~* [data-gdpr-trigger='3'] {
	color: #2e8154
}

.gdpr [data-gdpr-controller='1']:checked~* [data-gdpr-trigger='1']::after,
.gdpr [data-gdpr-controller='2']:checked~* [data-gdpr-trigger='2']::after,
.gdpr [data-gdpr-controller='3']:checked~* [data-gdpr-trigger='3']::after {
	display: block
}

.gdpr [data-gdpr-controller='1']:checked~* [data-gdpr-content='1'],
.gdpr [data-gdpr-controller='2']:checked~* [data-gdpr-content='2'],
.gdpr [data-gdpr-controller='3']:checked~* [data-gdpr-content='3'] {
	display: block
}
