.cookie {
	background: #fff;
    color: #333;
    clear: both;
    overflow: hidden;
    width: 100%;
    position: fixed;
    z-index: 999999;
    bottom: 0;
    left: 0;
    padding: 20px;
    border-radius: 15px;
    box-shadow: 0 0 20px 0 rgba(0,0,0,0.2);max-width:400px;
}
.cookie .container{width:100%;}

.cookie .left {
	width: 100%;
	float: left;
	 
 padding-bottom:10px;
	padding-top: 15px;
	padding-right: 0;
}

.cookie .left img {
	float: left;
	margin-right: 20px;
}

.cookie .left h4 {
	font-size: 18px;
	font-weight: normal;
	font-style: italic;padding-bottom:10px;
}

.cookie .left p {
	font-size: 13px;line-height:20px;
}

.cookie .right {
	height: 150px;
	width: 33%;
	float: right;
	background: #0d61a4;
	border-left: 2px #fff solid;
	text-align: center;
	padding-top: 55px;
}

.cookie .privacy{color:#666;text-decoration:underline;display:block;margin-bottom:15px;margin-top:10px;}

.cookie .a-01 {
	line-height: 38px;
	display: block;
	padding-left: .7rem;
	padding-right: .8rem;
	color: #3;
	border: 2px  solid rgb(51,51,51);
	border-radius: 20px;
	background: transparent;
	transition: all .5s;
 margin-right:10px;text-align:center;
}

.cookie .a-03{margin-bottom: 10px;
    margin-top: 15px;
    background: #333;
    color: #fff;}

.cookie .a-01:hover {
	background: #333;
	color: #fff;
}

.cookie .a-02 {
	display: inline-block;
	color: #fff;
	text-decoration: underline;
	margin-left: 10px;
}

@media (max-width: 1023px) {
	.cookie {
		display: flex;
	}
	.cookie .left {
		padding-left: 20px;
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}
	.cookie .left img {
		width: 30px;
	}
	.cookie .left h4 {
		font-size: 16px;
	}
	.cookie .left p {
		font-size: 12px;
	}
	.cookie .right {
		padding-top: 20px;
		padding-bottom: 20px;
		height: auto;
	}

			.cookie {
				bottom: 45px;
			}
			.cookie .left {
				padding-left: 0;
				padding-top: 0;
				padding-bottom: 0;
			}
}
.hidden{display:none}