@charset "UTF-8";

.cookies-notice {
    align-self: center;
    align-items: center;
    background-color: #eee;
    border-radius: 7px;
    padding: 20px 32px 20px 32px;
    position: fixed;
    left: 16px;
    z-index: 2060;
    border: 1px solid #eee;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px
        0px 0px, rgba(0, 0, 0, 0.1) 0px 4px 6px -1px,
        rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    width: 32.41rem;
}

.cookies-notice_top {
    top: 1em;
}

.cookies-notice_bottom {
    bottom: 1em;
}

.cookies-notice__actions {
    margin-top: 10px;
}

.cookies-notice__btn {
    padding-left: 24px;
    padding-right: 24px;
    margin-top: 10px;
    width: 100%;
    white-space: normal;
    word-break: break-word;
    word-wrap: break-word;
    color: #333;
    background-image: none;
    background-color: #fff;
    border: 1px solid transparent;
    border-radius: 4px;
    border-color: #ccc;
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.cookies-notice__btn:hover {
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
}

.cookies-notice__btn:active {
    background-image: none;
    color: #333;
    background-color: #e6e6e6;
    border-color: #adadad;
    outline: 0;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.cookies-notice__btn:focus {
    color: #333;
    background-color: #e6e6e6;
    border-color: #8c8c8c;
    text-decoration: none;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}