.cookie-popover {
    width: 535px;
    height: 60px;
    background-color: #ffffff;
    position: fixed;
    left: 8px!important;
    bottom: 8px;
    top: auto;
    right: auto;
    display: none;
    z-index: 100;


    box-sizing: border-box;
    margin: 0!important;
    border: none;
    padding: 12px 12px 12px 16px;
    background-color: rgba(255, 255, 255, 0.6);
    background-position: center center;
    box-shadow: 0px 20px 100px 0px rgba(0,0,0,0.2);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    border-radius: 10px;
    gap: 8px;
    text-decoration: none;
}

.cookie-popover a {
    text-decoration: none;
}

.terms_use {
    cursor: pointer;
    color: #000000!important;
    font-weight: 500!important;
}

.terms_use:hover {
    cursor: pointer;
    transition: opacity 0.2s linear;
    opacity: 0.65;
}

.cookie-popover.visible
{
    display: flex
}

@media (min-width: 1200px) {
    .cookie-popover {
        max-width: 920px
    }
}

@media (min-width: 1350px) {
    .cookie-popover {
        max-width: 1038px
    }
}

.cookie-popover p {
    margin: 0;
    color: rgba(0, 0, 0, 0.60);
    font-family: Gilroy, sans-serif;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 17px;
    padding: 1px 0 0px;
}

.cookie-popover__link {
    color: #4740E3
}

.cookie-popover__link:hover,
.cookie-popover__link:focus {
    text-decoration: underline
}

.cookie-popover__button {
    margin: 0;
    display: flex;
    height: 36px;
    padding: 0px 14px 2px;
    justify-content: center;
    align-items: center;
    font-family: Gilroy, sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 19.52px;
    color: #000000;
    border: 1px solid #000000;
    border-radius: 36px;
    text-transform: lowercase;
    transition: color 300ms ease;
}

.cookie-popover__button:hover {
    color: rgba(0,0,0,0.6);
}
