.popup-messages {
	position: fixed;
	left: 50%;
	bottom: 0;
	transform: translateX(-50%);
	z-index: 10000;
	width: 350px;
	margin-bottom: 25px;
	box-sizing: border-box;
}

.popup-messages__item {
	display: none;
}

.popup-messages__item-wrap {
	display: flex;
	width: 100%;
	padding: 12px;
	margin-bottom: 5px;
	border-radius: 8px;
	color: #ffffff;
	background: #21282b;
	box-shadow: 0 1.17px 2px rgba(0, 0, 0, 0.0196802), 0 1.4px 5px rgba(0, 0, 0, 0.03), 0 2px 10px rgba(0, 0, 0, 0.03), 0 2px 18px rgba(0, 0, 0, 0.04), 0 9px 33px rgba(0, 0, 0, 0.03);
    font-family: 'Noto Sans', Arial, sans-serif;	
	font-size: 13px;
	line-height: 18px;
	box-sizing: border-box;
}

.cookie-accepted__text {
	padding: 4px;
}

.cookie-accepted__text a {
	color: inherit !important;
	text-decoration: underline !important;
}

.cookie-accepted__text a:hover {
	color: inherit !important;
	text-decoration: none !important;
}

.cookie-accepted__btn {
	display: block;
	padding: 4px 10px;
	border-radius: 4px;
	margin-left: 8px;
	color: #21282b !important;
	background: #ffffff;
	text-decoration: none;
	font-size: 16px;
	align-self: start;
}

.cookie-accepted__btn:hover {
	background: #cccccc;
	color: #21282b !important;
	text-decoration: none;
}
	
@media(max-width: 480px)
{
	.popup-messages {
		width: 100%;
		padding: 10px;
		margin-bottom: 0;
	}
}

.privacy-info {
    font-family: 'Noto Sans', Arial, sans-serif;
    font-size: 16px;
    line-height: 28px;
    color: #1f1e21;
    overflow: hidden;
}
.privacy-info p {
	margin: 1em 0;
}
.privacy-info a {
	text-decoration: underline;
}
.privacy-info a:hover {
	text-decoration: none;
}
.privacy-info__date {
	font-weight: bold;
	margin: 20px 0;
}
.privacy-info__top {
	text-align: right;
	margin-bottom: 40px;
}
.privacy-info__point {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}
.privacy-info ul {
    margin: 0 0 0 20px;
    padding: 0;	
}
.privacy-info ul li {
    margin: 5px 0 10px 0;
    padding: 0;	
}
.privacy-info table {
	display: block;
    margin: 24px 0;
    overflow: auto;
    border-collapse: collapse;
    border-spacing: 0;
    text-align: left;
	color: inherit;
}
.privacy-info td,
.privacy-info th {	
    border: 1px solid #aaaaaa;
    padding: 12px;
    vertical-align: top;
	min-width: 250px;
}
.privacy-info th {
	text-align: center;
	font-weight: bold;
}