@font-face {
  font-family: 'ALS Sector';
  font-weight: 700;
  font-style: bold;
  src: url("/assets/fonts/ALS_Sector/ALS_Sector-Bold.woff") format('woff'), url("/assets/fonts/ALS_Sector/ALS_Sector-Bold.woff2") format('woff2');
}
@font-face {
  font-family: 'ALS Sector';
  font-weight: 400;
  font-style: normal;
  src: url("/assets/fonts/ALS_Sector/ALS_Sector-Regular.woff") format('woff'), url("/assets/fonts/ALS_Sector/ALS_Sector-Regular.woff2") format('woff2');
}
.cookie_notice {
			display: none;
            margin: 0.75rem auto;
			position: fixed;
			z-index: 50;
			bottom: 0;
			border-radius: 10px;
			left: 0;
			max-width: 750px;
			right: 0;
			text-align: left;
			font-size: 12px;
			font-family: 'ALS Sector', Arial, Helvetica, sans-serif;
			color: #FFF;
			background: #006CDC;
			padding: 4px 29px;
			border-top: 0px;
}
.cookie_notice > span {
		font-weight: 700 !important;
		font-size: 22px !important;
}
/* Îôîðìëåíèå êíîïîê */
.cookie_btn {
    display: inline-block;
    margin: 23px 12px 10px 7px;
    text-decoration: none;
    /* position: relative; */
    font-size: 13px;
    padding: 4px 12px;
    color: #006CDC;
    font-weight: bold;
    text-transform: uppercase; 
    background: #FFFFFF;
	border: 0px;
	border-radius: 50px 50px 50px 50px / 200% 200%;
}
.cookie_btn:hover {
	color: #006CDC;
}
.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;
}
*/