.cookie__settings {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #000;
  position: fixed;
  left: 20px;
  bottom: 20px;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0;
	background-size: 50%;
	background-position: center;
	background-repeat: no-repeat;
	border: 0;
	transition: all .2s ease;
	cursor: pointer;
}

.cookie__settings:hover{
	opacity: .7;
}