.cookies {
    background:#fff;
    width:100%;
    align-items:center;
    z-index:99999;
    position:fixed;
    bottom:0;
    left:0;
    box-shadow: 1px -3px 10px #cfece0;
    padding: 15px;
}

.cookies.active{
    max-height:300px;
}
@media (max-width: 480px){

    .cookies{
        font-size:10px
    }
    .cookies.active{
        max-height:500px;

    }
    .btn {
        width: 100%!important;

    }
    .cookies_bar_description {
        margin-right: 0!important;
    }

}

.cookies_bar_description {
    margin-right: 50px;
}
.cookies_bar_description_header {
    font-size:18px!important;
    font-weight:bold;
    margin-bottom:10px;
}
.cookies_bar_description_text {
    color:#040345;
    font-size:17px;
    line-height: 1.3;
    margin:10px 0;
}

.cookies_bar_description_text > span,
.cookies_bar_description_text > a {
    text-decoration:underline;
    cursor:pointer;
    font-weight:500;
    color: #1DBAB5;
}

