@charset "UTF-8";



.cookie-banner {
    position: fixed;
    bottom: 40px;
    left: 10%;
    right: 10%;
    width: 80%;
    padding: 5px 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #eee;
    border-radius: 5px;
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.2);
}

.close {
    height: 20px;
    background-color: #777;
    border: none;
    color: white;
    border-radius: 2px;
    cursor: pointer;
}

.cookie-popup {
    display: none;
    position: fixed;
    bottom: 0;
    border: 2px solid #f1f1f1;
    z-index: 9;
    opacity: 0.8;
}

.f-cookkie-container {
    width: 100%;
    opacity: 0.9;
    background: #3a3d46;
    position: fixed;
    bottom: 0;
    z-index: 100;
    padding: 20px 0;
    font-kerning: normal;
    /* font-size: 16px; */
    line-height: 1.5;
    -webkit-font-smoothing: antialiased;
    font-weight: lighter;
    /* padding-left: 5%; */
    padding: 20px 20px;
}

.btn {
    background: #fff;
    color: #191919;
    padding: 0 42px 0 44px;
    cursor: pointer;
    margin: 0 auto;
    /*display: flex;*/
    -webkit-box-pack: center;
    -ms-flex-pack: end;
    justify-content: center;
    height: 55px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 366px;
    transition: color .2s, background .2s;
}

.btn:hover{
	background-color:#0077B3;
	color:#FFF;
	text-decoration:none;
}

.text001 {
    font-size: 14px;
    font-style: normal;
    font-weight: normal;
    margin-bottom: 10px;
}