body .alert.cookie .close.btn-white{
	border: 1px solid #4969b8;
	border-radius: 8px;
	margin-left: 0px;
}

@media (max-width: 767px) {
    
	body .alert.cookie .subcontent {margin-bottom: 0px;}
	body .alert.cookie .flex-row {flex-direction: column; }
}


.alert.cookie {
	padding: 40px;
    bottom: 32px;
    z-index: 10000;
    right: 12%;
    width: calc(100% - 40px);
	max-width: 1360px;
    background: #FFFFFF;
    border: 1px solid #D0D0D0;
    box-sizing: border-box;
    border-radius: 4px;
	left: 50%; 
	transform: translateX(-50%);
	margin-bottom: 0 !important;
}

.alert.cookie .flex-row {align-items: center;}
.alert.cookie .subtitle {
	font-weight: bold;
	font-size: 16px;
	line-height: 130%;
	color: #191A1E;
	margin-bottom: 12px;
}
.alert.cookie .subcontent {font-size: 14px; color: #63666C; }

@media (min-width: 1199px) {
	.alert.cookie { }
}
@media (max-width: 767px) {  

   body .alert.cookie .flex-row .left-alert {margin-right: 11px;}
   body .alert.cookie .flex-row {  display: block;  text-align: center;}
   body .alert.cookie .flex-row .left-alert {text-align: left;}
   .alert.cookie .close.button {float: none; }
   .alert.cookie{
	bottom: 24px;
	padding: 24px;
   }
}


.alert.cookie .close.button {
	background: linear-gradient(180deg, #5172c4 0%, #4969b8 100%);
	border-radius: 8px;
	font-weight: 400;
	font-size: 16px;
	line-height: 110%;
	color: #FFFFFF;
	width: 100%;
	max-width: 137px;
	flex: 1 0 137px; 
	padding: 14px 20px; 
	opacity: 1; 
	text-shadow: none;}
	
.alert.cookie .close.btn-white {
	
	background: transparent;
	color: #4969b8;
	margin-left: 24px;
	
}
	
	
.alert.cookie {
	background: #FFFFFF;
	box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
	border-radius: 11px; 
}

.alert.cookie .subcontent {
	font-weight: 400;
	font-size: 18px;
	line-height: 21px;
	color: #242424;}
	
.alert.cookie .subcontent a {
	color: #4D6DBF;
}
.alert.cookie .subcontent a:hover {text-decoration:none;}
.alert.cookie .flex-row {display: flex;}

.alert.cookie .close.btn-white:hover {color: #fff; background: #0e3266;}
.alert.cookie .close.button:hover {background: linear-gradient(135deg, #009eef 0%, #007ebe 100%), linear-gradient(180deg, #5172c4 0%, #4969b8 100%); !important;}
.cookie-title{
    display: flex;
    align-items: center;
    gap: 12px;
    font-size: 24px;
    font-weight: 600;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 16px;;
}

.subcontent p{
    font-weight: 400;
    font-size: 16px;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
    margin-bottom: 0;
}

.subcontent a {
    font-weight: 600;
    line-height: 120%;
    color: rgba(0, 0, 0, 1);
    text-decoration: underline;
}

.subcontent_and_flex-row--block{
    display: flex;
    grid-template-columns: 1fr 0.4fr;
    align-items: center;
    gap:40px;
}

.right-alert{
    display: flex;
    justify-content: flex-end;
    align-items: flex-end;
    gap:16px;
}



.flex-row{
    display: flex;
    justify-content: flex-end;
    gap:16px;
}

.flex-row button{
    width: 100%;
    max-width: 168px;
    padding: 16px 36px;
    background: rgba(13, 71, 153, 1);
    color: white;
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    border-radius: 8px;
    border: 1px solid rgba(13, 71, 153, 1);
}
.flex-row button.reject{
    width: 100%;
    max-width: 168px;
    padding: 16px 36px;
    background: white;
    color: rgba(13, 71, 153, 1);
    font-weight: 700;
    font-size: 16px;
    line-height: 100%;
    border: 1px solid rgba(13, 71, 153, 1);
    border-radius: 8px;
}

.flex-row button:hover{
    background: rgba(13, 71, 153, 1);
    opacity: 0.8;
    color:white;
}

@media (max-width:830px) {
	.alert.cookie .subcontent a {display: block; margin-top: 16px;}
	.subcontent_and_flex-row--block {flex-direction: column; gap: 24px;}
}