.popup-cookies {
    animation: fade-bottom-11c624f2 1s ease forwards;
    animation-delay: .5s;
    bottom: 0;
    display: flex;
    font-family: "Gilroy", Arial, sans-serif;
    height: auto;
    justify-content: center;
    left: 0;
    position: fixed;
    top: auto;
    transform: translateY(100%);
    transition: all .5s ease;
    width: 100%;
    z-index: 10;
}

.popup-cookies__body {
    grid-gap: 3rem;
    align-items: flex-start;
    background-color: #fff;
    display: flex;
    height: -moz-max-content;
    height: max-content;
    padding: 2rem 3rem;
    position: relative;
    width: 100%;
    z-index: 1
}

@media (max-width: 736px) {
    .popup-cookies__body {
        grid-gap:1rem;
        flex-direction: column;
        padding: 1rem;
    }
}

.popup-cookies__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%
}

@media (max-width: 736px) {
    .popup-cookies__content {
        align-items:flex-end
    }
}

.popup-cookies__image {
    height: 7.8rem;
    overflow: hidden;
    width: 6.2rem
}

@media (max-width: 736px) {
    .popup-cookies__image {
        display:none
    }
    .popup-cookies__content{
        margin-bottom: 1rem;
    }
}

.popup-cookies__image img {
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%
}

.popup-cookies__text {
    color: #504871;
    font-size: 1rem;
    line-height: 1;
    margin-bottom: 1rem
}

.popup-cookies__text b {
    font-weight: 500;
    text-decoration: underline
}

@media (max-width: 1680px) {
    .popup-cookies__text {
        font-size:0.8rem;
        line-height: 1rem;
    }
}


@keyframes fade-bottom-11c624f2 {
    0% {
        transform: translateY(100%)
    }

    to {
        transform: translateY(0)
    }
}

div.popup-cookies__content 
.popup-cookies__button {
    width: 140px;
    height: 25px;
    padding: 12px 18px;
}