.widget_cookie {
    width: 1170px !important;
    background: #FBFBFE;
    padding: 20px;
    position: fixed;
    bottom: 20px !important;
    left: 50%;
    transform: translateX(-50%);
    right: unset !important;
    display: flex;
    flex-direction: column;
    gap: 10px;
    z-index: 50
}

.widget_cookie__btn-close-cookie {
    width: 23px;
    height: 23px;
    margin-left: auto;
    background-image: url("../assets/cross.svg");
    background-size: contain;
    background-repeat: no-repeat;
    background-color: #FBFBFE !important;
    border: none;
    cursor: pointer;
}

.widget_cookie__text, .widget_cookie__full-text {
    color: #1B3054;
    font-family: 'Ubuntu', sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 34px;
    letter-spacing: 0;
}

.widget_cookie__text a, .widget_cookie__full-text a {
    color: #1B3054;
    text-decoration: underline;
    font-weight: 500;
}

.widget_cookie__full-text {
    display: none;
}

@media (max-width: 1280px) {
    .widget_cookie {
        width: 680px !important;
    }
}

@media (max-width: 425px) {
    .widget_cookie {
        width: 300px !important;
    }
}
