.cookie-noice {
	background: #353b48;
	display: flex;
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	z-index: 9;
	padding: 20px;
	color: #fff;
	z-index: 9999
}

.hide {
	display: none!important
}

.cookie-noice .text {
	width: 100%
}

.cookie-noice .confirm {
	width: auto;
	text-align: right;
	padding-left: 30px;
	display: flex;
	flex-direction: row-reverse;
	-ms-flex-align: center!important;
	align-items: center!important
}
