@CHARSET "UTF-8";

body {
	margin: 0;
}
.cookie-v2 p{
	margin:0;
}
.cookie-bold{
	font-family: AvenirNext-Bold;
}
.cookie-Regular{
	font-family: AvenirNext-Regular;
}
.cookie-AkkuratPro{
	font-family: AkkuratPro-Regular;
}
.cookie-Akbold{
	font-family: AkkuratPro-Bold;
}
.cookie-v2 a,
.cookie-v2 a:hover{
	text-decoration: none;
}
.cookie-v2 em{
	font-style: normal;
	font-weight: 700;
}
.cookie-notices {
	display:none;
	position: fixed;
	left: -100%;
	width: 100%;
	bottom: 0;
	z-index: 999;
	background: #2D2D2D;
}
.cookie-notices .notices-box {
	width: 85%;
	margin: 0 auto;
	padding: 10px 0;
	overflow:hidden;
	position: relative;
    display: flex;
    align-content: center;
    justify-content: space-between;
    align-items: center;
}
.cookie-notices .notices-box .notices-text {
    font-size: 12px;
    color: #FFFFFF;
    display: inline-block;
    flex-basis: 65%;
}
.cookie-notices .notices-box .notices-text a {
	font-weight: 700;
	color: #4E73FF;
	text-decoration: underline;
}
.cookie-notices .notices-box .notices-button {
	flex-basis: 35%;
	height: 100%;
	text-align:right;
}
.cookie-notices .notices-box .notices-button .btn-accept{
	background: #4E73FF;
	border: 1px solid transparent;
	border-radius: 2px;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	display: inline-block;
	text-align: center;
	line-height: 22px;
	padding: 3px 8px;
}
.cookie-notices .notices-box .notices-button a{
    margin:6px;
}
.cookie-notices .notices-box .notices-button .btn-setting{
	display: inline-block;
	font-size: 12px;
	color: #FFFFFF;
	letter-spacing: 0;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	text-align: center;
	line-height: 22px;
	padding: 3px 8px;
}
.cookie-layer {
	display:none;
	position: fixed;
	top: 0;
    left: 0;
    right: 0;
    bottom: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 1002;
}
.cookie-layer .layer-box{
	position:absolute;
	left:-400px;
	padding:60px 50px 30px;
	width: 400px;
	height: 100%;
	color:#fff;
	background: #2D2D2D;
	-webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    overflow-y: auto;
}
.cookie-layer .layer-box-top .top-title{
	font-size: 14px;
	line-height: 20px;
	font-weight: 700;
	margin-bottom:20px;
}
.cookie-layer .layer-box-top .top-content {
	font-size: 12px;
	line-height: 16px;
}
.cookie-layer .layer-box-top .top-content a{
	color: #4E73FF;
	line-height: 16px;
	font-weight: 700;
	text-decoration: underline;
}
.cookie-layer .layer-box-top .btn-accept{
    display: inline-block;
    width: 132px;
    margin: 16px 0 40px;
    background: #4E73FF;
    border-radius: 4px;
    text-align: center;
    line-height: 30px;
    color: #FFFFFF;
    font-size: 14px;
    text-decoration: none;
}
.cookie-layer .layer-box-main .main-title{
    padding-top: 30px;
    padding-bottom: 20px;
    border-top: 0.5px solid rgba(240, 240, 240, 0.5);
    font-size: 14px;
    color: #FFFFFF;
    letter-spacing: 0;
    font-weight: 700;
}
.cookie-layer .layer-box-main .main-essential{
    font-size: 12px;
    color: #FFFFFF;
    letter-spacing: 0;
    line-height: 16px;
}
.cookie-layer .layer-box-main .main-item{
	position: relative;
	margin-bottom: 30px;
}
.cookie-layer .layer-box-main .main-item p{
	display: inline-block;
	width: 218px;
	font-size: 12px;
	letter-spacing: 0;
	line-height: 16px;
	word-break: break-word;
}
.cookie-layer .layer-box-main .main-item .button-status{
	position: absolute;
	top: -4px;
	right: 11px;
}
.cookie-layer .layer-box-main .main-item .button-status span{
	display:none;
	position: absolute;
	left: -32px;
	opacity: 0.6;
	font-size: 12px;
	text-transform: capitalize;
}
.cookie-layer .layer-box-main .main-item .button-status span.off{
	display:block;
}
.cookie-layer .layer-box-main .main-analytical .button-status span.off{
	display:none;
}
.cookie-layer .layer-box-main .main-analytical .button-status span.on{
	display:block;
}
.cookie-layer .layer-box-main .main-item .btn-switch{
	position: absolute;
    top: 24px;
    right: 0;
    width: 44px;
    height: 22px;
    border: 1px solid transparent;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 14px;
}
.cookie-layer .layer-box-main .main-item .btn-switch p{
    width: 22px;
    height: 22px;
    border-radius: 50%;
    box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.12), 1px 0 1px 0 rgba(0, 0, 0, 0.24);
    background: #F1F1F1;
}
.cookie-layer .layer-box-main .main-item .btn-switch .circle-one{
    float: left;
}
.cookie-layer .layer-box-main .main-item .btn-switch.active {
    background: #4E73FF;
}
.cookie-layer .layer-box-main .main-item .btn-switch .circle-two{
	display:none;
	float: right;
} 
.cookie-layer .layer-box-main .btn-preferences{
	display: inline-block;
    margin: 20px 0 40px 0px;
    width: 168px;
    text-align: center;
    line-height: 28px;
    border: 1px solid #FFFFFF;
    border-radius: 2px;
    font-size: 14px;
    color:#fff;
}
.cookie-layer .layer-box-main .btn-preferences:hover{
	background: #4E73FF;
    border: 1px solid #4E73FF;
}
.cookie-layer .layer-box-bottom .bottom-content{
    font-size: 12px;
    line-height: 16px;
    padding-top: 30px;
    border-top: 0.5px solid rgba(240, 240, 240, 0.5);
}
.cookie-layer .layer-box .layer-box-main .main-analytical #analycookie .circle-one{
	display:none;
}
.cookie-layer .layer-box .layer-box-main .main-analytical #analycookie .circle-two{
	display: block;
}
@media screen and (min-width:1025px){
	.cookie-layer .layer-box::-webkit-scrollbar{
	    width: 12px;
	    height: 12px;
	    background-color: #ebe9e9;
	}
	.cookie-layer .layer-box::-webkit-scrollbar-track{
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,0.3);
	    border-radius: 10px;
	    background-color: #ebe9e9;
	}
	.cookie-layer .layer-box::-webkit-scrollbar-thumb{ 
	    background: linear-gradient(to top, #00b1ff, #bd00fe 55%, #ff00d0);
	    border-radius: 6px;
	    -webkit-box-shadow: inset 0 0 6px rgba(0,0,0,.3);
	}
}
@media screen and (max-width:1024px){
	.cookie-notices .notices-box .notices-button {
    	flex-basis: 50%;
    }
}
@media screen and (max-width:768px){
	.cookie-v2 .cookie-notices{
		min-height: 14%;
		height:auto;
		left:0;
		top:-100%;
	    width: 100%;
	    background: #2D2D2D;
	    display: flex;
	    justify-content: space-around;
	    align-items: center;
	    position: fixed;
	    bottom: auto;
	    z-index:1000;
	}
	.cookie-notices .notices-box{
		display:block;
		padding:12px 0;
	}
	.cookie-notices .notices-box .notices-text{
	    font-size: 12px;
	    color: #FFFFFF;
	    letter-spacing: 0;
	    text-align: center;
	    line-height: 16px;
		float:none;
		width:100%;
	}
	.cookie-notices .notices-box .notices-button {
	    float: none;
	    text-align: center;
	    padding-top: 12px;
	}
	.cookie-layer .layer-box{
		width:100%;
	}
	.cookie-notices .notices-box .notices-button a{
	    margin-bottom: 12px;
	}
}
@media screen and (max-width:375px){
	.cookie-notices .notices-box {
    	width: 92%;
    }
	.cookie-layer .layer-box {
	    padding: 40px 30px 30px;
    }
}
