	.client-cookies-notice {
    left: 0;
    margin-left: -100%;
    position: fixed;
    transition: margin-left .7s linear;
    z-index: 1000;
    bottom: 1.5rem;

    max-width: 500px;

    line-height: 1.4;
}

.client-cookies-notice a{
margin-bottom: 10px;
    display: inline-block;	
}

.client-cookies-notice_open {
    animation: notice-show .7s linear;
    margin-left: 1.5rem !important;
}

.client-cookies-notice__design_light {
    background-color: #eeeeee;
      box-shadow: 0px 10px 20px rgba(0, 11, 48, 0.25);
    color: #000;
}
.client-cookies-notice__design_light a{
	

border-bottom: 1px solid;	
}

.client-cookies-notice__design {
    

	 border-radius: .25rem;
    box-sizing: border-box;
    -webkit-hyphens: manual;
    -moz-hyphens: manual;
    -ms-hyphens: manual;
    -o-hyphens: manual;
    hyphens: manual;
    max-height: calc(100vh - 48px);
    overflow: auto;
    padding: 1rem;

}



.client-cookies-notice__description p {
    margin: 0;
    padding: 0;
	    font-size: 12px;
}



.client-cookies-notice__button {
    background: #bb2335;
    border-radius: 5px;
    box-sizing: border-box;
    color: var(--button-default-color, #fff);

    font-weight: 500;
    /* line-height: 1rem; */
    outline: none;
    padding: 10px;
    text-align: center;
    text-transform: uppercase;
    transition-duration: .2s;
    transition-property: color, background-color, border-color;
    transition-timing-function: ease-out;
    width: 100%;
    border: none !important;
    /* display: inline-block; */
    width: auto;
      min-width: 150px;
    height: auto;
    line-height: inherit;
	cursor:pointer;
}



button:disabled, input[type="submit"]:disabled {
    cursor: not-allowed !important;
}


.politikan {

}

.jdb-footer-develop.uk-width-1-1.uk-text-center.uk-text-small{
	
display:none !important;	
}

.politikan a{
	
  
}

@media print, screen and (min-width: 64em) {
 
	
	
	.client-cookies-notice__design{
	display:flex;	
	align-items: center;	
	}
}


@media print, screen and (min-width: 48em) {
    .client-cookies-notice {
           bottom: 1.5rem;
        width: 100%;
        max-width: 600px;
    }
	
	
}


@media print, screen and (max-width: 47.9988em) {
    .client-cookies-notice {
        bottom: 2.75rem;
        width: calc(100% - 48px);
    }
	
	
	@media (max-width: 768px) {
	.politikan{
		
	gap:0px !important;	
	}
}

	
	
}