.cookie-block {
	position: fixed;
	display: block;
	box-shadow: 0 0 40px rgba(144,144,144,0.35);
	bottom: 15px;
	left: 15px;
	max-width: 350px;
	z-index: 999;
	visibility: hidden;
}
.cookie-block-visible {
	visibility: visible;
}
.cookie-block-wrap {
	padding: 30px;
}
.cookie-block-wrap button.cookie-block-button {
	position: relative;
	opacity: 1;
	top: unset;
	right: unset;
	height: unset;
	margin-top: 15px;
	font-size: 12px;
	font-weight: bold;
	padding: 10px 15px;
    color: #fff;
    text-decoration: none;
    line-height: normal;
    background: #e85542;
    border-radius: 6px;
    border: none;
    box-shadow: none;
}
.cookie-block-icon {
	top: 15px;
	right: 15px;
	position: absolute;
    width: 14px;
    height: 14px;
    background-size: cover;
    cursor: pointer;
	opacity: 0.7;
	background-image: url("close.svg");
}
}
.cookie-block-icon:hover {
	opacity: 1;
	-webkit-transition: ease-out 0.3s;
	-moz-transition: ease-out 0.3s;
	-o-transition: ease-out 0.3s;
	transition: ease-out 0.3s;
}
@media (max-width: 1199px) {
	.cookie-block {
		left: 0;
		bottom: 0;
		max-width: 100%;
		width: 100%;
	}
}
@media (max-width: 575px) {
	.cookie-block-wrap button {
		width: 100%;
	}
}

.cookie-block, .cookie-block a {
	color: rgba(35,35,35,0.6);
	background-color: #ffffff;
	font-size:12px;
	line-height:16px;
	
}