.show-gdpr-modal {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    bottom: 20px;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 56px;
    height: 56px;
    z-index: 100;
    cursor: pointer;
    border-radius: 50%;
    background-color: #fff;
    transition: transform ease-in-out 200ms;
    box-shadow: 0 4px 24px rgba(0,0,0,0.1), 0 2px 6px rgba(0,0,0,0.05), 0 3px 1px -2px rgba(0,0,0,0.05);
}
@media(min-width:1785px){
    .show-gdpr-modal{
        transform: translateX(-6.771vw) ;
    }
}
@media(max-width:991px){
    .show-gdpr-modal{
        top: 70px;
        left: 0;
    }
}
.position-relative{
    position: relative;
}
@media (max-width: 640px) {
    .show-gdpr-modal{
        width: 40px;
        height: 40px;
        top: 100px;
        padding: 10px;
    }
}
@media (max-width: 425px) {
    .show-gdpr-modal{
        top: 130px;
    }
}
@media (max-width: 360px) {
    .show-gdpr-modal{
        top: 70px;
    }
}
.show-gdpr-modal svg path{
    fill: var(--color1);
}