/*--CSS COOKIES BAR--*/
.modal-open #cookie-bar-fixed{
    display: none;
}

.cookiebar-title, #modal-header-cookies .modal-title, #modal-body-cookies .section_title {
    font-family: 'Lato', sans-serif;
}
.cookiebar-title {
    color: #343434;
}
#modal-body-cookies .section_title {
    color: #343434;
}
#cookie-bar-fixed .btn {
    width: 100%;
    max-width: 250px;
    font-size: 14px;
    padding: 17px 8px;
}
#check-cookies {
    background: white;
    color: black !important;
    border: 1px solid #eceeef;
    border-radius: 20px;
}
.cookie-button {
    border-radius: 20px;
}
#cookies-modal {
    font-family: inherit;
    padding: 1.875em 2.5em;
    position: fixed;
    z-index: 100;
    color: #000;
    width: 100%;
    bottom: 1.25em;
    right: 1.25em;
    box-shadow: 0 0.625em 1.875em rgba(57, 62, 72, .22);
    border-radius: 0.25em;
    line-height: initial;
    transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.4s ease, visibility 0.4s ease !important;
    opacity: 1;
    visibility: visible !important;
    /*transform: scale(1);
    */
}
#cookies-modal-dialog {
    margin: 0 auto;
    border-radius: 0.1875em;
    max-width: 52.5em;
    width: 100%;
    position: fixed;
    left: 0;
    right: 0;
    height: calc(100% - 2.5em);
    overflow: hidden;
    max-height: 37.5em;
    top: 50%;
    transition: transform 0.4s cubic-bezier(0.5, 0, 0, 1.25), opacity 0.4s ease, visibility 0.4s ease !important;
    opacity: 1;
    visibility: visible;
    transform: scale(1) translateY(-50%);
}
@media (max-width: 768px) {
    #cookies-modal-dialog {
        width: 85%;
    }
}
#modal-header-cookies {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 1rem;
    border-bottom: 1px solid #f7f7f9;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    background: #8d8e8e;
}
#modal-header-cookies .modal-title {
    font-weight: 700;
}
@media (max-width: 400px) {
    #modal-header-cookies .modal-title {
        font-size: 22px;
    }
}
#modal-header-cookies .close {
    padding: 1rem;
    margin: -1rem -1rem -1rem auto;
    float: right;
    font-size: 3.4625rem;
    font-weight: 700;
    line-height: 1;
    color: #fff;
    text-shadow: 0 1px 0 #fff;
}
#modal-content-cookies {
    height: inherit;
    margin: 0 auto;
    position: relative;
    display: flex;
    flex-direction: column;
    width: 100%;
    pointer-events: auto;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 0;
    outline: 0;
}
#modal-content-cookies .close:not(:disabled):not(.disabled) {
    cursor: pointer;
}
#modal-footer-cookies {
    align-items: center;
    justify-content: flex-end;
    padding: 1rem;
    border-top: 1px solid #f7f7f9;
}
#modal-footer-cookies .btn {
    width: 100%;
}
#cookie-bar-fixed {
    position: fixed;
    bottom: 0;
    width: 100%;
    padding: 1.875em 2.5em;
    background-color: #fff;
    box-shadow: rgba(0, 0, 0, 0.5) 0 1px 10px 0;
    z-index: 1000000;
}
#cookie-bar-fixed .cookiebar-title {
    font-size: 18px;
    font-weight: 700;
    line-height: 1.2;
}
#cookies-modal {
    display: table;
    height: 100%;
    width: 100%;
}
#modal-body-cookies {
    overflow-y: auto;
    /* Create the checkmark/indicator (hidden when not checked) */
    /* Show the checkmark when checked */
    /* Style the checkmark/indicator */
}
#modal-body-cookies .cookie-type {
    padding: 0.1em 0;
    margin-bottom: 0.625em;
}
#modal-body-cookies .cookie-type div {
    margin: 0;
    padding: 0;
}
#modal-body-cookies .section_title {
    font-size: 26px;
    margin-bottom: 0.7em;
    display: inline-block;
    line-height: 1.2;
    font-weight: 600;
    margin-top: 20px;
    text-transform: initial;
}
#modal-body-cookies .sc_container_checkbox {
    display: inline-block;
    position: relative;
    padding-left: 2.5em;
    margin-bottom: 0.95em;
    cursor: pointer;
    font-size: 1.375em;
    user-select: none;
    margin-left: 0.625em;
}
#modal-body-cookies .sc_container_checkbox input {
    position: absolute;
    cursor: pointer;
    display: none;
}
#modal-body-cookies .sc_container_checkbox .sc_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 1em;
    width: 1em;
    border-radius: 0.2em;
    cursor: default;
    background-color: #ccc;
}
@media (max-width: 450px) {
    #modal-body-cookies {
        padding: 7px;
    }
    #modal-body-cookies .section_title {
        font-size: 18px;
    }
    #modal-body-cookies .sc_container_checkbox {
        margin-left: 0.025em;
        padding-left: 0.5em;
        font-size: 1.2em;
    }
}
#modal-body-cookies .sc_container_checkbox input:checked ~ .sc_checkmark {
    background-color: #000;
}
#modal-body-cookies .sc_container_checkbox input:checked ~ .sc_checkmark.sc_readonly {
    background-color: #ccc;
}
#modal-body-cookies .sc_container_checkbox .sc_checkmark:after {
    content: "";
    position: absolute;
    display: none;
}
#modal-body-cookies .sc_container_checkbox input:checked ~ .sc_checkmark:after {
    display: block;
}
#modal-body-cookies .sc_container_checkbox .sc_checkmark:after {
    left: 0.39em;
    top: 0.18em;
    width: 0.17em;
    height: 0.45em;
    border: solid white;
    border-width: 0 0.1em 0.1em 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    box-sizing: content-box;
}
#modal-body-cookies table {
    margin: 0.25em auto;
    text-align: left;
    border-collapse: collapse;
    width: 100%;
    border-radius: 0.313em;
    overflow: hidden;
    box-shadow: 0 0 0 1px #e9e9e9;
}
#modal-body-cookies table tr:nth-of-type(odd) {
    background: #eff2f4;
}
#modal-body-cookies table th {
    background: #607d8b;
    color: white;
    font-family: inherit;
    padding: 1.2em 0.625em;
    font-size: 0.9em;
    text-align: center;
}
#modal-body-cookies table td {
    padding: 0.625em;
    text-align: center;
    font-size: 0.9em;
}
#modal-body-cookies .btn {
    width: 100%;
}
@media (max-width: 768px) {
    #modal-body-cookies table td {
        padding: 0.225em;
        font-size: 0.7em;
    }
    #modal-body-cookies table th {
        padding: 1.2em 0.225em;
        font-size: 0.9em;
    }
}
@media (max-width: 359px) {
    #modal-body-cookies table td {
        padding: 0.225em;
        font-size: 0.7em;
    }
    #modal-body-cookies table th {
        padding: 1.2em 0.125em;
        font-size: 0.7em;
    }
}