.cookie-notification-wrapper {
    --base-color: #0d2dff; }

.cookie-notification-wrapper {
    position: fixed;
    bottom: 65px;
    right: 0;
    left: 0;
    z-index: 1000;
    opacity: 0;
    visibility: hidden; }

	 .cookie-notification-wrapper a {
		color: var(--base-color);
	 }

	 .cookie-notification-wrapper a:hover {
		color: var(--base-color);
		opacity: 0.7;
	 }

.cookie-notification-wrapper.visible {
    opacity: 1;
    visibility: visible; }

.cookie-notification-transition {
    transition: all 0.3s ease; }

.cookie-notification-transition-start {
    transform: scale(0.8); }

.cookie-notification {
    padding: 40px 60px;
    background-color: white;
    box-shadow: 5px 0px 15px 0px rgba(0, 0, 0, 0.25);
    left: 0;
    right: 0;

    margin-left: auto; 
	border-radius:32px;
	}

.cookie-notification__grid{
	display: grid;
	grid-template-columns: 300px auto;
	gap: 220px;
}

.cookie-notification__heading{
	font-size: 36px;
	font-weight: 700;
}


.cookie-notification__form-control {
    padding: 16px 20px;
    border: 1px solid #e4e4e4;
    border-radius: 2px;
    display: flex;
	 border-radius:12px;
    flex-direction: column;
    gap: 12px; }

	 .cookie-notification__form-control[disabled]{
		background-color:
		
#EFEFEF
	 }

.cookie-notification__checkbox {
    display: flex; }

.cookie-notification__checkbox-label {
    display: flex;
    gap: 8px;
    align-items: center;
    cursor: pointer;
    transition: color 0.3s;
    position: relative;
    border-radius: 1px;
	 line-height: 1;
	 align-items:center;
	 font-weight: 700;
     }

.cookie-notification__checkbox-label:before {
    position: relative;
    left: 0;
    top: 0;
    display: block;
    box-sizing: border-box;
    width: 20px;
    height: 20px;
    content: "";
    user-select: none;
    transition: box-shadow 0.2s, border 0.2s;
    border: 1px solid #e4e4e4;
    border-radius: 1px;
    background-color: #fbfbfb;
    background-repeat: no-repeat;
    background-position: 50% 100%;
    background-size: contain;
    background-color: #fff;
    flex: 0 0 auto; }

.cookie-notification__checkbox input:checked + .cookie-notification__checkbox-label:before {
    background-color: var(--base-color);
    background-image: url("data:image/svg+xml,%3Csvg width='11' height='9' viewBox='0 0 11 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2.08205 3.3203C1.7757 2.86077 1.15483 2.7366 0.6953 3.04295C0.235771 3.3493 0.111597 3.97017 0.41795 4.4297L2.08205 3.3203ZM10.2894 2.23894C10.6284 1.80299 10.5499 1.17472 10.1139 0.835648C9.67799 0.496578 9.04972 0.575112 8.71065 1.01106L10.2894 2.23894ZM5.1018 7.27983L4.31244 6.66589L5.1018 7.27983ZM0.41795 4.4297L2.64834 7.77529L4.31244 6.66589L2.08205 3.3203L0.41795 4.4297ZM5.89115 7.89377L10.2894 2.23894L8.71065 1.01106L4.31244 6.66589L5.89115 7.89377ZM2.64834 7.77529C3.40557 8.91114 5.05305 8.97133 5.89115 7.89377L4.31244 6.66589L4.31244 6.66589L2.64834 7.77529Z' fill='%23FAFAFB'/%3E%3C/svg%3E%0A");
    background-size: auto;
    background-position: center;
    border-color: var(--base-color); }

.cookie-notification__checkbox input:checked:disabled + .cookie-notification__checkbox-label:before {
    background-color: rgba(224, 224, 224, 0.7);
    background-size: auto;
    background-position: center;
    border-color: rgba(224, 224, 224, 0.7); }

.cookie-notification__title {
    font-size: 22px;
    font-weight: 600; }

.cookie-notification__checkbox input {
    position: absolute;
    top: 0;
    left: 0;
    visibility: hidden;
    opacity: 0;
    width: 2px;
    height: 2px; }

.cookie-notification__settings {
    margin-left: auto;
   	color: var(--base-color);;
		text-transform: uppercase;
		transition: all .3s ease;
	}

.cookie-notification__settings.hidden {
    display: none; }

.cookie-notification__settings:hover {
    opacity: 0.7;
    cursor: pointer; }

.cookie-notification__inner {
    display: flex;
    flex-direction: column;
    gap: 20px; }

.cookie-notification__footer {
    display: flex;
    gap: 46px;
    align-items: center; }

.cookie-notification__footer .btn--wide {
    width: auto; }

.cookie-notification__left {
    margin-left: auto; }

.cookie-notification__flex {
    display: flex;
    flex-direction: column;
    max-height: 45vh;
    overflow: auto;
    gap: 16px;
    margin-top: 20px; }

.cookie-notification__control {
    padding: 8px 20px;
    color: #fff;
    border: 1px solid transparent;
    transition: all 0.3s ease; 
	 min-width: 168px;
	 height:51px;
	 display:flex;
	 align-items:center;
	 justify-content:center;
	 text-transform: uppercase;
		text-align:center;
		border-radius:8px
	}


.cookie-notification__control--approve {
    background-color: var(--base-color);
    border-color: var(--base-color);
    color: #fff; }

.cookie-notification__control--cancel {
    border-color: 
	 #E4E4E4;
	 background-color: #E4E4E4;
    color: 
	 #131313 }

.cookie-notification__mini {
    font-size: 14px;
    color: #969696; }

    .cookie-notification__mini a{
        color: #969696;
        text-decoration: underline;
    }

    
    .cookie-notification__mini a:hover{
        color: #969696;
        text-decoration: none;
    }

.cookie-notification__header.hidden {
    display: none; }

.cookie-notification__body {
    display: none; }

.cookie-notification__body.visible {
    display: block; }

	 .cookie-notification-wrapper{
		font-size: 16px;
	}

@media print {
    .cookie-notification {
        display: none; } }

@media (max-width: 1099px) {
    .cookie-notification {
        padding: 20px 18px; }
    .cookie-notification__checkbox {
        padding: 14px; } }

@media (max-width: 575px) {
    .cookie-notification__flex {
        gap: 10px;
        margin-top: 16px; }
    .cookie-notification__inner {
        gap: 14px; }
    .cookie-notification__footer {
        gap: 15px; }
    .cookie-notification .btn {
        font-size: 12px; }
    .cookie-notification .btn:not(.btn--border) {
        padding-left: 16px;
        padding-right: 16px; }
    .cookie-notification__checkboxinput:checked ~ label:before {
        background-image: url("data:image/svg+xml,%3Csvg width='9' height='7' viewBox='0 0 9 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.08325 3.125L2.64698 5.47059C3.02559 6.03851 3.84933 6.06861 4.26838 5.52983L7.49992 1.375' stroke='%23FAFAFB' stroke-width='2' stroke-linecap='round'/%3E%3C/svg%3E%0A"); } }

@media (hover: hover) {
    .cookie-notification__control:hover {
        cursor: pointer;
        opacity: 0.7; } }


@media (max-width: 1859px){
	.cookie-notification__grid{
		gap: 100px;
	}
}

@media (max-width: 1449px){
	.cookie-notification__grid{
		gap: 25px;
		grid-template-columns:1fr;
	}
	.cookie-notification__title{
		display: none;
	}
}

@media (max-width: 1100px){
	
	.cookie-notification__grid{
		gap: 20px;
	}
	.cookie-notification{
		padding: 20px;
	}
	.cookie-notification__heading{
		font-size: 30px;
	}
	.cookie-notification__body{
		position: relative;
		min-height: 50vh
	}
	.cookie-notification__flex{
		overflow: auto;
		position: absolute;
		inset: 0
	}

}

@media (max-width: 575px){
	.cookie-notification__body{
		min-height: 60vh
	}
	.cookie-notification-wrapper{
inset: 0;
		display: flex;
		align-items:center;
	}
	.cookie-notification-wrapper::before{
		content: '';
		position: fixed;
		inset: 0;
		background-color:rgba(0, 0, 0, 0.45);
		z-index: -1;
	}
	.cookie-notification__grid{
		display: flex;
		flex-direction:column;
		align-items:center;
	}
	.cookie-notification__footer{
		display: flex;
		flex-direction:column;
		align-items:center;
		margin-top: 0px;
		gap: 16px;
	}
	.cookie-notification__settings{
		margin-left: 0px;
	}
	.cookie-notification__control{
		width: 100%;
	}
	.cookie-notification__header{
		font-size: 14px;
		margin-bottom: 28px;
	}
	.cookie-notification__inner{
		width: 100%;
	}
	.cookie-notification__form-control{
		font-size: 14px;
		padding: 10px;
		gap: 8px;
	}
	.cookie-notification__mini{
		font-size: 12px;
	}
	.cookie-notification__grid{
		gap: 12px;
	}
	.cookie-notification__flex{
		margin-top: 0px;
	}
	.cookie-notification__checkbox{
	padding: 0px;
	}
}

@media (min-width: 575px){
		.cookie-notification{
			transform: scale(0.8);
			transform-origin: bottom;
		}
}