.btn-notification{
	background: #393185;
	color:#fff;
	font-size: 18px;
	line-height: 1;
	text-transform: uppercase;
	text-align:center;
	padding:5px 5px;
	cursor:pointer;
}
.btn-outline-blue{
	/*background: #393185;
	color:#fff;*/
	font-size: 12px;
	line-height: 1;
	text-transform: uppercase;
	text-align:center;
	padding:5px 5px;
	cursor:pointer;	
}
.cookie_notify{
	position: fixed;
	right: 16px;
	bottom: 32px;
	z-index: 105000;

	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
	padding: 20px 40px;

	width: 869px;
	max-width:80%;
	background: #FFFFFF;

	box-shadow: 0px 0px 20px rgba(0, 45, 82, 0.4);
	border-radius: 8px;
	background:#fff;
}
@media(max-width:768px){
	.cookie_notify{
		width:100%;
		right:0px;
		bottom:0px;
		left:0px;
		box-sizing:border-box;
	}
}
.text_notification{


font-family: 'Ubuntu';
font-style: normal;
font-weight: 400;
font-size: 14px;
line-height: 40px;
color: #050505;



}
.text_notification a{
	color:#00B2FF
}
.cookie_notify_wrap{
	display:flex;
	align-items:center;
	gap: 32px;
}
.cookie_notify_wrap img{
	max-width:72px;
}
.btn-notification{
	max-width:200px !important;
	min-width:200px !important;
}
.cookie_notify_mobile{
	display:none;
}
.overlay_mobile{
	display:none;	
}
@media(max-width:768px){
	.cookie_notify{
		display:none;
	}
.btn-notification{
	max-width:280px !important;
	min-width:280px !important;
	height:40px;
	min-height: 40px;
	line-height:40px;
	padding: 0;
}
.cookie_notify_mobile .btn-outline-blue{
	max-width:280px !important;
	min-width:280px !important;
	height:40px;	
line-height:40px;
  background: transparent;
 
  position: relative;
  overflow: hidden;	
  min-height: 40px;
}
.cookie_notify_mobile .btn-outline-blue::before {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: var(--elements-light_blue);
  position: absolute;
  top: -9.5px;
  right: -9.5px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.cookie_notify_mobile .btn-outline-blue::after {
  content: "";
  display: block;
  width: 25px;
  height: 3px;
  background: var(--elements-light_blue);
  position: absolute;
  bottom: -9.5px;
  left: -9.5px;
  z-index: 1;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}		
	.cookie_notify_mobile{

	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 20px;
	gap: 20px;

	width: 320px;
	height: 298px;
	position: fixed;
	left: calc( (100% - 320px)/2);
	bottom: 32px;
	z-index: 105000;

	background: #FFFFFF;
	/* dark_shadow */
	box-shadow: 0px 0px 20px rgba(0, 45, 82, 0.4);
	border-radius: 8px;
		
	}
	.cookie_notify_mobile .button{
		width:100% !important;
		min-width:100% !important;
		max-width:100% !important;
	}
	.text_notification_mob{

		font-family: 'Ubuntu';
		font-style: normal;
		font-weight: 400;
		font-size: 14px;
		line-height: 16px;
		/* or 114% */
		text-align: center;
		color: #050505;

		
	}
	.overlay_mobile{
		position:fixed;
		width:100%;
		height:100%;
		z-index: 104000;
		background: rgba(0, 16, 39, 0.4);
		top:0;
		left:0;
		display:block;
	}
	
}