body.bf-fixed {
    position: relative;
}


#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    z-index:99999;
    bottom: 0;
    left: var(--left);
    width: var(--width);
    transform: var(--transform);
    padding: 40px 15px;
    background-color: var(--window-bg-color);
    opacity: var(--opacity);
    border-radius: 0;
    -webkit-box-shadow: 0 12px 36px rgba(24, 32, 44, 0.18);
        box-shadow: 0 12px 36px rgba(24, 32, 44, 0.18);


    /* GF styles */

    left:0;
    width: 100%;
    right: 0;
    background-color:#fff;
    transform: none;
    border-top: 5px solid #E6313F;
    opacity: 97%;
}

/* GF styles */
#cookie_notification .cookie_wrapper {
    width: 100%;
    max-width: 1220px;
    margin: 0 auto;
}





#cookie_notification button {
    background-color: var(--window-button-bg-color);
    color: var(--window-button-text-color);
    padding: 5px 10px;
    border-radius: 4px;
    font-size: var(--button-text-size);
    border: var(--button-border-width) solid var(--button-border-color);

    /* GF styles */
    display: inline-block;
        font-family: 'Gilroy-Extrabold', Verdana, Arial, sans-serif;
        line-height: 1.5;
        color: #fff;
        text-align: center;
        text-decoration: none;
        vertical-align: middle;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
        background-color: #E6313F;
        border: none;
        padding: 0.65rem 1.5rem 0.7rem;
        font-size: 1rem;
        border-radius: 0;
        -webkit-transition: background 0.3s ease;
        transition: background 0.3s ease;
        border-radius: 2rem;
    margin: 0 10px 10px 0;
}

/* GF styles */

#cookie_notification button.js-cookie_cancel {
    background: #BBC3CF;
    color: #1C355E;
}

#cookie_notification button.js-cookie_setting {
    background: transparent;
    color: #1C355E;
}


#cookie_notification button:hover {
    background: #C20917;
    color: #fff;
}


#cookie_notification button.js-cookie_setting:hover,
#cookie_notification button.js-cookie_cancel:hover {
    background: #77869E;
    color: #fff;
}




#cookie_notification p {
    margin: 0;
    font-size: var(--text-size);
    text-align: left;
    color: var(--window-text-color);

    /* GF styles */
    font-size: inherit;
    color: #77869E;
}

#cookie_notification p a {
    color: var(--window-text-color);
    text-decoration:none;

    /* GF styles */
    color:#E6313F;
}

#cookie_notification p a:hover {
    text-decoration:none;
    color: #C20917;
}

#cookie_notification .cookie_button-block{
    padding-top: 20px;
}




#cookie_notification .cookie_step_2 {
    display: none;
}

#cookie_step_2 p{
    color: var(--desc-color);
    font-size: var(--desc-size);

    /* GF styles */
    font-size: inherit;
    color: #77869E;
    padding-bottom: 10px;
}


/* GF styles */
#cookie_step_2 h4, #cookie_step_2 h3, #cookie_step_2 h2 {
    font-family: Gilroy-Extrabold,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-bottom: 10px;
}



#cookie_step_2 .cookie_check label{
    color: var(--title-color);
    font-size: var(--title-size);

    /* GF styles */
    font-size: inherit;
    color: #77869E;
}

#cookie_step_2 .cookie_check label span {
    font-family: Gilroy-Extrabold,Helvetica,Arial,sans-serif;
    font-weight: 700;
    font-style: normal;
    padding-left: 10px;
}

#cookie_step_2 .cookie_check:hover label span {
  color: #1C355E;
  cursor: pointer;
}

#cookie_step_2 .cookie_check input[checked]+label span {
  color: #1C355E;
}

#cookie_notification .cookie_check + p{
margin-top: 10px;
}

#cookie_step_2 p.red {
    color:#C20917;
}


#cookie_step_2 .cookie_check .cookie_accept_desc{
    color: var(--desc-color);
    font-size: var(--desc-size);
}

.cookie_check {
    display: block;
    overflow: hidden;
    margin-bottom: 5px;
}


@media (min-width: 576px) {
    #cookie_notification.bfpro-show {
        display: flex;
    }
    .cookie_accept {
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px) {
    #cookie_notification.bfpro-show {
        display: block;
        text-align: left;
    }
    .cookie_accept {
        margin: 10px 0 0 0;
    }

    /* GF styles */
    #cookie_notification.bfpro-show {
        max-height: 100%;
        overflow-y: auto;
        padding: 20px 15px;
    }

    .cookie_check * {
        float: left;
    }

    #cookie_step_2 .cookie_check label {
        width: calc(100% - 20px);
        display: inline-block;
    }

    #cookie_notification .cookie_check + p {margin-top: 0;}


}

/* GF styles */
@media (max-width: 479px) {
    #cookie_notification button {
        width: 100%;
    }
}



/* fix visible */
.cookie_check input[type="checkbox"]{
    -webkit-appearance: auto;
    -moz-appearance: auto;
    -ms-appearance: auto;
    -o-appearance: auto;
    appearance: auto;
}
