.is-none-cookie-box {
    display: none !important;
}

.cookie-box {
    background: #333;
    border-top-right-radius: 6px;
    border-top-left-radius: 6px;
    box-shadow: 0 1px 2px 0 rgba(0, 0, 0, .12);
    padding: 16px;
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    border: 1px solid rgba(0, 0, 0, .12);
    z-index: 9999
}

.cookie-box__text {
    color: #fff;
    font-size: 16px;
    margin: 0 0 24px;
    font-weight: 400;
    -webkit-font-smoothing: antialiased;
    line-height: 1.45
}

.cookie-box__text a {
    text-decoration: underline !important;
    color: #fff;
    white-space: nowrap
}

.cookie-box__text a:hover {
    color: #bfbfbf
}

.cookie-box__button_accept,
.cookie-box__button_accept:active,
.cookie-box__button_decline,
.cookie-box__button_decline:active {
    font-size: 14px;
    font-weight: 600;
    font-family: inherit;
    line-height: 1.14;
    overflow: visible;
    text-transform: none;
    background-color: #3483fa;
    color: #fff;
    margin: 0;
    padding: 7px 12px;
    width: 100%;
    border: 1px solid #3483fa;
    border-radius: 6px;
    cursor: pointer;
    -webkit-appearance: button
}

.cookie-box__button_decline,
.cookie-box__button_decline:active {
    background-color: #eb3a46;
    border: 1px solid #eb3a46;
}

.cookie-box__button_accept:focus {
    outline: 0;
    box-shadow: 0 0 0 .1875em rgba(30, 109, 255, .3);
    -webkit-transition: -webkit-box-shadow .25s ease-in;
    -o-transition: box-shadow .25s ease-in;
    transition: box-shadow .25s ease-in
}

.cookie-box__button_accept:hover {
    border-color: transparent;
    background-color: #2968c8;
    transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in
}

.cookie-box__button_decline:hover {
    border-color: transparent;
    background-color: #b43840;
    transition: background-color .2s ease-in;
    -webkit-transition: background-color .2s ease-in;
    -o-transition: background-color .2s ease-in
}

@media (min-width:1024px) {
    .cookie-box {
        padding: 16px 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        align-items: center
    }

    .cookie-box__text {
        margin: 0 16px 0 0
    }

    .cookie-box__button_accept,
    .cookie-box__button_accept:active,
    .cookie-box__button_accept:focus,
    .cookie-box__button_decline,
.cookie-box__button_decline:active {
        width: initial
    }
}
