     
/* ******* */
 .cookie_notice {
	display: none;
	position: fixed;
	z-index: 998;
	bottom: 0;
	left: 0;
	right: 0;
	text-align: center;
	font-size: 0.8em; 
     line-height: 1.15;
	color: rgb(72,72,72);
	background: rgba(255,255,255,0.5);
    backdrop-filter: blur(5px);
    -webkit-backdrop-filter: blur(5px);
	padding: 10px 20px; 
	/*border-top: 4px solid rgb(190,0,50);
     border: 4px solid rgb(190,0,50);*/
   /*  max-width: 60%;*/
}
/* Оформление кнопок */
.cookie_btn {
	display: inline-block;
	/*margin: 10px 6px 4px 6px;
	text-decoration: none;
	position: relative;
	font-size: 13px;
	padding: 4px 12px;
	color: #FFF;
	font-weight: bold;
	text-transform: uppercase; 
	background: #337AB7;
	border: 2px solid #BFE2FF;*/
     background-color: rgb(227,227,227);
    box-shadow: none;
    color: rgb(72,72,72);
    border-radius: 40px;
    padding: 15px 25px 15px 25px;
    text-align: center;  
    transition: 0.6s;
}
.cookie_btn:hover {
	color: #FFF;
}
     
.cookie_btn:hover, .cookie_btn:active{
    background-color: white;
    box-shadow: none;
    color: rgb(230, 30, 65);
    border-radius: 40px;
    padding: 15px 25px 15px 25px;
    text-align: center;
    transition: 0.6s;
    
}  
     /*
.cookie_btn:after,
.cookie_btn:before {
	position: absolute;
	height: 2px;
	left: 50%;
	background: #FFF;
	bottom: -6px;
	content: "";
	transition: all 280ms ease-in-out;
	width: 0;
}
.cookie_btn:before {
	top: -6px;
}
.cookie_btn:hover:after,
.cookie_btn:hover:before {
	width: 100%;
	left: 0;
}   */  
.bx-core-adm-dialog input[type="submit"],
.bx-core-adm-dialog input[type="reset"],
.bx-core-adm-dialog input[type="button"]{
    line-height: 1.65
}
.bx-core-adm-dialog td label{
    color: #000;
}
