.cookie {
    position: fixed;
    z-index: 999;
    width: 100%;
    max-width: 480px;
    padding: 0 30px;
    bottom: 50px;
    left: 0;
    box-sizing: border-box;
}

@media screen and (max-width: 480px) {
    .cookie {
        max-width: 250px;
    }
}

.cookie > div {
    width: 100%;
    text-align: left;
    background: #FDFDFC;
    color: #333;
    padding: 12px;
    box-shadow: 0px 1px 12.2px 0px rgba(7, 2, 42, 0.25);
    border-radius: 12px;
    max-width: 1150px;
    margin: 0 auto;
    box-sizing: border-box;
    display: flex;
    flex-direction: row;
    align-items: center;
}

.cookie > div > span {
    flex: 0 0 70%;
    width: 70%;
    max-width: 70%;
    box-sizing: border-box;
    padding-right: 8px;
}

.cookie__link {
    color: #333;
    text-decoration: underline;
}

.cookie__button {
    text-decoration: none;
    margin-left: 0;
    border-radius: 4px;
    padding: 4px 8px;
    background: #F6BA1F;
    background-color: #F6BA1F;
    border: 1px solid #F6BA1F;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 30%;
    width: 30%;
    max-width: 30%;
    box-sizing: border-box;
    text-align: center;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .cookie > div {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .cookie > div > span {
        flex: 0 0 auto;
        width: 100%;
        max-width: 100%;
        padding-right: 0;
    }

    .cookie__button {
        flex: 0 0 auto;
        width: auto;
        max-width: none;
        margin: 10px auto 0;
        display: inline-block;
    }
}

.advertisement_note {
    position: absolute;
    font-size: 12px;
    top: 15px;
    right: 15px;
    background: rgba(255, 255, 255, 0.5);
    padding: 4px 8px;
    border-radius: 90px;
    z-index: 2;
    color: #222;
    line-height: 1.2;
    pointer-events: none;
}

.banners-big .inner > .advertisement_note {
    position: static;
    display: inline-block;
    top: auto;
    right: auto;
    margin: 0 0 10px;
}

.advertisement_note__small {
    font-size: 10px;
    padding: 2px 6px;
    top: 8px;
    right: 8px;
}

.banners-big,
.banners-big.front,
.banner-flex {
    position: relative;
}

.policy-agree-wrap.policy-invalid {
    outline: 1px solid #e80000;
    outline-offset: 4px;
}

.policy-error-msg {
    display: block !important;
    color: #e80000 !important;
    font-size: 13px;
    font-weight: 600;
    line-height: 1.4;
    margin: 8px 0 0;
}
