
    /*# sourceMappingURL=style.css.map */
.cookie__accept {

    display: block;
    color: #fff !important;
    background: #0095ff;
    padding: 10px 0;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.15384615;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    margin-top: 20px;
    margin-bottom: 10px;
}

.cookie__accept:hover {
    color: #fff;
    opacity: .8;
}

.cookie__wrapper {
    font-family: 'Aial',sans-serif;
    max-width: 420px;
    width: 100%;
    position: fixed;
    right: 75px;
    bottom: 16px;
    z-index: 11;
    padding: 32px;
    background-color: #2f3337;
    color: #fff;
    text-align: center;
}

.cookie__link {
    color: #39739d !important;
    display: block;
    background: #e1ecf4;
    padding: 10px 0;
    border: 1px solid transparent;
    border-radius: 3px;
    outline: none;
    font-size: 13px;
    font-weight: normal;
    line-height: 1.15384615;
    text-align: center;
    text-decoration: none;
    cursor: pointer;
    user-select: none;
    margin-top: 5px;
}

.cookie__link:hover {
    color: #39739d;
    opacity: .8;
}

@media (max-width:580px) {
    .cookie__wrapper {
        max-width: 100%;
        width: 100%;
        bottom: 0;
        right: 0;
        padding: 32px 0px;
    }

    .cookie__block {
        max-width: 80%;
        margin: 0 auto;
    }
}