.cookie-notification-modal{
    width:100%;
    font-size: 13px;
    position:fixed;
    bottom:0;
    left:0;
    z-index:1060;
    padding:24px 16px 14px;
    line-height:1.5;
    background: #FFFFFFCC;
}

@media (max-width: 1400px) {
    .cookie-notification-modal{
        padding:24px 16px 40px;
    }
}
@media (max-width: 1200px) {
    .cookie-notification-modal{
        padding:24px 16px 16px;
    }
}
.cookie-agree{
    display:flex;
    justify-content:center;
    gap: 8px;
    width:100%;
}

.cookie-agree__data {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

@media (max-width:767px){
    .cookie-agree{
        -webkit-box-orient:vertical;
        -webkit-box-direction:normal;
        -ms-flex-direction:column;
        flex-direction:column
    }
}

.cookie-agree__policy {
    font-size: 13px;
    font-weight: 500;
    line-height: 1.2;
    text-align: right;
    user-select: none;
    text-decoration: underline;
    transition: color 0.3s ease;
}

.cookie-agree__data p {
    font-family: "Intro Book", sans-serif;
    font-weight: 400;
    font-size: 13px;
    line-height: 120%;
    letter-spacing: 0;
    max-width: 860px;
}

@media (min-width:768px){
    .cookie-agree__text{
        padding-right:10px
    }
}

@media (max-width:767px){
    .cookie-agree__text{
        margin-bottom:10px
    }
}

.cookie-agree__buttons{
    display:flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width:767px){
    .cookie-agree__buttons{
        align-self:center;
        justify-content:stretch;
        width:100%
    }
}

.cookie-agree__button {
    padding: 8px 22px 0;
    font-family: "Intro Book", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    height: 28px;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-transform: uppercase;
}

.cookie-agree__button-more {
    padding: 10px 16px 0;
    font-family: "Intro Book", sans-serif;
    font-weight: 400;
    font-size: 11px;
    line-height: 120%;
    letter-spacing: 0;
    text-align: center;
    vertical-align: middle;
    text-decoration: underline;
    text-decoration-style: solid;
    text-decoration-thickness: 0;
}

.cookie-close-btn {
    width: 22px;
    height: 22px;
    border: none;
    outline: none;
    cursor: pointer;
    position: absolute;
    right: 6px;
    top: 6px;
    background: none;
    opacity: 0.3;
}
.cookie-close-btn:hover,
.cookie-close-btn:active,
.cookie-close-btn:focus-visible {
    border: none;
    outline: none;
}

.cookie-close-btn:hover {
    opacity: 1;
}

.cookie-close-btn svg {
    stroke: #2A2626;
}

.cookie-close-btn:hover svg {
    stroke: #000;
}