.c-container
{
	position:relative;
}

.cookie-notification-modal{
    width:100%;
    font-size: 20px;
    position:fixed;
    bottom:0;
    left:20px;
    z-index:1060;
    padding-top:15px;
	padding-bottom:15px;
	padding-left:20px;
	padding-right:20px;
    line-height:27px;
    background: #FFFFFFCC;
	max-width:1246px;
	border-radius: 20px 20px 0px 0px;
	margin-left:14%;
}
#cookie-warning-text
{
	line-height:27px;
	color:#333333;
	font-size:20px;
}
.js-coockie-agree{
	background:#329429;
	width:36px;
	height:36px;
	color:#fff;
	font-size: 20px;
    border-radius: 50%;
    padding: 0;
}
.btn-close{
	position: absolute;
    right: -15px;
	top: -15px;
}

@media (max-width:1470px){
	.cookie-notification-modal{
    	width:93%;
		position:fixed;
		margin-left:10px;
	}
}

@media (max-width:768px){
	#cookie-warning-text
	{
		line-height:17px;
		font-size:14px;
	}
}