.cookiesBar {
	position: fixed;
	bottom: 0;
	z-index: 990;
	display: none;
	width: -webkit-fill-available;
	padding: 50px 20px;
	font-size: clamp(0.75rem, 1.1rem, 19px) !important;
	color: rgb(0 65 142 / var(--tw-text-opacity, 1));
	background-color: rgb(241 248 252 / var(--tw-bg-opacity, 1));
}

.cookiesBox {
	display: flex;
	width: 100%;
	max-width: 1440px;
	margin: auto;
	align-items: center;
	justify-content: space-between;
	flex-direction: row;
	column-gap: 3.5rem;
}

.cookiesCont {
	
}

.cookiesCont a{
	color: rgb(0 65 142 / var(--tw-text-opacity, 1));
	text-decoration: underline;
}

.cookiesBtn {
	padding-right: 50px;
}

.cookiesBtn button{
	border: 0 solid #e5e7eb;
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	background-color: rgb(0 65 142 / var(--tw-bg-opacity, 1));
	color: rgb(255 255 255 / var(--tw-text-opacity, 1));
	border-radius: .5rem .5rem 1.5rem .5rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	text-align: center;
	width: 100%;
	min-width: 300px;
	font-size: 18px;
}

@media only screen and (max-width: 960px){
  .cookiesBox {
    flex-direction: column;
  }

  .cookiesCont {
    padding-bottom: 8%;
  }

}