.cookis_popup__popup {
	bottom: 0;
	position: fixed;
	width: 100%;
	background: #E7E7E7;
	z-index: 1000;
	opacity: 0.9;
	font-size: 11px;
	font-family: 'Roboto', sans-serif;
}

.cookis_popup__popup.background {
	position: initial;
	opacity: 0;
}

.cookis_popup__popup .cookis_popup__boody {
	margin: 0px auto; 
	width: 90%;
	max-width: 800px;
	padding: 15px 0;
}

.cookis_popup__popup .cookis_popup__text {
	width: 100%;
	display: inline-block;
}

.cookis_popup__popup .cookis_popup__div_button {
	text-align: right;
}

.cookis_popup__popup .cookis_popup__button_accept {
	background-color: #1c1b1b;
	padding: 0.2em 2em;
	color: white;
	font-size: 1.4rem;
	border-radius: 4px;
}

@media (max-width: 500px) {
	.cookis_popup__popup .cookis_popup__div_button {
		text-align: center;
		display: grid;
		margin-top: 0.5rem;
	}
	.cookis_popup__popup {
		font-size: 9px;
		text-align: justify;
	}
}

.regulations_popup_background {
	bottom: 0;
	top: 0;
	position: fixed;
	width: 100%;
	background: black;
	z-index: 1000;
	opacity: 0.8;
}
.regulations_popup__boody {
	max-width: 400px;
	max-height: 270px;
	position: fixed;
	z-index: 1001;
	opacity: 0.9;
    left:0; right:0; top:0; bottom:0;
	margin: auto;
	background: white;
	padding: 20px;
	
	font-size: 16px;
	font-family: 'Roboto', sans-serif;
}
.regulations_popup__boody h2 {
	text-align: center;
	font-size: font-size: 24px;
	color: black;
}
.regulations_popup__boody ul {
	margin: 20px;
}
.regulations_popup__boody a.regulations_popup__button_closse {
	background-color: #383838;
	padding: 0.2em 2em;
	color: white;
	text-align: center;
	font-size: 18px;
	border-radius: 4px;
	display: inherit;
    cursor: pointer;
}
.regulations_popup__boody a.regulations_popup__button_closse:hover{
    color: #fff;
}
.regulations_popup__boody a, .regulations_popup__boody a:active, .regulations_popup__boody a:visited, .regulations_popup__boody  a:focus {
	color: #323436;
    text-decoration: none;
}
.regulations_popup__boody a:hover {
	color: #8f959b;
}