

.cookiesBigOut{
    position: fixed;
    bottom: 100px;
    width: 100%;
    display: flex;
    justify-content: center;
    z-index: 500;
}

.cookiesBig>.btn{
    width: 300px;
    height: 42px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 20px;
    padding: 0;
}

.cookiesText{
    padding: 20px;
}

.cookiesBig{
    width: 500px;
    color: white;
    display: flex;
    align-items: center;
}

.cookiesBigOut>.converter{
    max-width: none;
}

/*.converterCookies{*/
/*    width: calc(100% - 400px);*/
/*}*/



