#overlay {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0px;
	display: none;
	padding: 15px 10px 10px;
	background: #d9ba8b;
	opacity: .9;
	z-index: 999999999999999999999999999999;
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
	text-align: center;
}
#overlay2 {
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	margin: 0 auto;
	display: none;
	z-index: 999999999999999999999999999999;
	-webkit-animation: fade .6s;
	-moz-animation: fade .6s;
	animation: fade .6s;
	text-align: center;
	width: 100%;
	height: 100%;
}
#overlay2 .modal-window {
	z-index: 999999999999999999999999999999999;
	position: relative;
	top: 40px;
	background: rgba(0,0,0,1)!important;
	width: 360px;
	margin: 0 auto;
	padding: 34px;
}
#overlay2 .modal-window p {
	color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
	line-height: 30px;
	text-align: center;
}
#overlay2 .modal-window p span {
	text-transform: uppercase;
	color: #d9ba8b;
	font-weight: 700;
}
#overlay2 .modal-window p.under {
	display: block;
	color: #d64863;
    font-family: "Montserrat", sans-serif;
    font-size: 29px!important;
	text-align: center;
}
.btn-close {
	display: inline-block;
    color: #fff;
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    text-transform: uppercase;
    width: 250px;
    height: 40px;
    line-height: 40px;
    -webkit-border-radius: 30px 30px 30px 30px;
    border-radius: 30px 30px 30px 30px;
    text-align: center;
    text-decoration: none;
    background: #d9ba8b;
    border: 1px #d9ba8b solid!important;
	cursor: pointer;
	margin-top: 15px;
}
.btn-close:hover {
	background: #fff;
	border: 1px #fff solid;
	color: #d9ba8b;
}
.btn-close-close {
	font-family: "Montserrat", sans-serif;
    font-size: 20px;
	text-align: center;
	display: block;
	margin: 0 auto;
	margin-top: 15px;
	cursor: pointer;
	color: #fff;
	font-size: 16px;
}
.btn-close-close:hover {
	text-decoration: underline;
}
.icon-close {
    cursor: pointer;
	margin-left: 15px;
	border-radius: 5px;
    border: 1px solid #d9ba8b;
	background: #000;
	padding: 3px 10px;
	color: #fff;
}
.cookie-policy__container {
	text-align: center;
	width: 100%;
	max-width: 1920px;
	margin: 0 auto;
}
.cookie-policy__header {
	display: none;
	color: #fff;
	font-size: 22px;
}
.cookie-policy__text {
	text-align: center;
}
.cookie-policy__text, .cookie-policy__text a {
	color: rgba(0, 0, 0, 1);
	font-size: 17px;
	font-weight: 700;
}
.cookie-policy__text a {
	text-decoration: underline;
}
.cookie-policy__text a:hover {
	text-decoration: none;
}
@media screen and (max-width: 768px) {
	#overlay {
		position: fixed;
		top: 0;
		max-height: 136px;
		opacity: 1;
		line-height: 20px;
		padding: 15px;
	}
	.icon-close {
		display: block;
		width: 60px;
		margin: 0 auto;
		margin-top: 10px;
	}
	#overlay2 .modal-window {
		top: 180px;
	}

}	
@media screen and (max-width: 320px) {
	#overlay2 .modal-window {
		width: 320px;
	}
	#overlay2 .modal-window p {
		font-size: 22px;
	}
}