.financer-gdrp__overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    background-color: rgba(15, 42, 55, 0.85);
}

/* Full Width */
.modal-gdpr-full__content-action {
    border-top: solid 1px #c9c8c8;
    text-align: center;
    padding-top: 40px;
}
.modal-gdpr-full__content-text {
    padding-bottom: 40px;
    font-size: 14px;
    line-height: 18px;
    color: #202020;
}
.modal-gdpr-full__content-text p {
    font-size: 14px;
    line-height: 18px;
}
.modal-gdpr-full__content-text a{
    color: #202020;
    text-decoration: underline;
}
@media(max-width: 768px) {
    .financer-modal__window.modal-gdpr-full__window {
        display: table;
        height: fit-content;
        max-height: calc(100vh - 140px);
        margin: 40px auto;
        width: calc(100vw - 46px);
        padding: 40px 20px;
    }
}
/* End Full Width */

/* Banner */
.gdpr-banner {
    display: none;
    background-color: #fff;
    color: #202020;
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100vw;
    min-height: 60px;
    max-height: 400px;
    z-index: 100001;
}
.gdpr-banner.gdpr-banner--opened {
    display: block;
}

.gdpr-banner__container {
    padding: 20px 40px;
    position: static;
    max-width: 1190px !important;
    margin: 0 auto;
}
.gdpr-banner__notice,
.gdpr-banner__notice p {
    font-size: 14px;
    line-height: 18px;
    padding-right: 20px;
}
.gdpr-banner__content {
    display: flex;
    align-items: center;
    justify-content: center;
}
@media(max-width: 768px) {
    .gdpr-banner__container {
        padding: 10px;
    }
    .gdpr-banner__content {
        flex-direction: column;
        align-items: flex-start;
    }
    .gdpr-banner__button {
        margin-top: 10px;
    }
    .gdpr-banner__notice,
    .gdpr-banner__notice p {
        font-size: 12px;
        line-height: 16px;
        padding-right: 0;
    }
}
/* End Banner Width */

/* Settings Modal */
.financer-modal__window.modal-gdpr-settings__window {
    max-width: 1170px;
    height: 600px;
    padding: 0;
    overflow: hidden;
}
.modal-gdpr-settings__content {
    display: flex;
}
.modal-gdpr-settings__tabs {
    width: 40%;
    padding: 40px 60px;
}
.modal-gdpr-settings__tab-item {
    margin-bottom: 16px;
}
.modal-gdpr-settings__logo {
    margin-bottom: 30px;
}
.modal-gdpr-settings__logo-img {
    max-width: 70%;
    width: auto;
}
.gdpr-svg-icon {
    height: 30px;
    display: inline-block;
    float: left;
    width: 36px;
    margin-right: 6px;
    position: relative;
    top: 0;
}
.modal-gdpr-settings__tab-btn {
    display: flex;
    align-items: center;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #f1f1f1;
    border: 1px solid #f1f1f1;
    line-height: 1.1;
    padding: 16px 20px;
    width: 100%;
    border-radius: 5px;
    text-align: left;
    color: #2098ce;
    cursor: pointer;
    transition: all .3s;
}
.modal-gdpr-settings__tab-btn.active {
    background-color: #fff;
}
.modal-gdpr-settings__inside {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 60%;
    background-color: #f1f1f1;
    padding: 40px 60px;
}
.modal-gdpr-settings__inside-title {
    font-size: 28px;
    line-height: 1.2;
    margin-bottom: 26px;
    display: block;
}
.modal-gdpr-settings__inside-content {
    padding-bottom: 40px;
    display: none;
    font-size: 16px;
    line-height: 1.4;
}
.modal-gdpr-settings__inside-text {
    overflow-y: auto;
    height: 100%;
    max-height: 334px;
}
.modal-gdpr-settings__inside-content p {
    font-size: 16px;
    line-height: 1.4;
    margin-bottom: 18px;
}
.modal-gdpr-settings__inside-content.active {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.modal-gdpr-settings__inside-action {
    text-align: right;
    padding-top: 40px;
    border-top: solid 1px #c9c8c8;
}

.gdpr-checkbox.gdpr-checkbox-disabled {
    opacity: .6;
}
.cookie-switch {
    position: relative;
    display: inline-block;
    width: 50px;
    height: 30px;
}
.cookie-switch input {
    display: none;
}

.cookie-slider {
    background-color: #474747;
}
.cookie-slider:before {
    border-radius: 50%;
    position: absolute;
    content: "";
    height: 26px;
    width: 26px;
    left: 1px;
    bottom: 1px;
    transition: .4s;
    border: 1px solid #f2f2f2;
    background-color: #fff;
    box-shadow: 0 5px 15px 0 rgba(0, 0, 0, .25);
    display: block;
    box-sizing: content-box;
}

.cookie-slider:after {
    content: attr(data-text-disabled);
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 60px;
    font-size: 16px;
    line-height: 30px;
    color: red;
    display: block;
}
.cookie-switch .cookie-slider {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: red;
    transition: .4s;
    margin: 0;
    padding: 0;
    border-radius: 34px;
}

.gdpr-checkbox-disabled .cookie-switch input:checked + .cookie-slider {
    background-color: #474747;
}
.gdpr-checkbox-disabled .cookie-switch input:checked + .cookie-slider:after {
    color: #474747;
    content: attr(data-text-enable);
}
.gdpr-checkbox-disabled .cookie-switch input:checked + .cookie-slider:before {
    transform: translateX(20px);
}

.gdpr-checkbox-enabled .cookie-switch input:checked + .cookie-slider {
    background-color: #2e9935;
}
.gdpr-checkbox-enabled .cookie-switch input:checked + .cookie-slider:after {
    color: #2e9935;
    content: attr(data-text-enable);
}
.gdpr-checkbox-enabled .cookie-switch input:checked + .cookie-slider:before {
    transform: translateX(20px);
}

@media(max-width: 768px) {
    .modal-gdpr-settings__inside-text {
        margin-bottom: auto;
    }
    .financer-modal__content.modal-gdpr-settings__content {
        flex-direction: column;
    }
    .modal-gdpr-settings__tabs {
        width: 100%;
        height: 20%;
        min-height: 136px;
        padding: 30px 16px 16px;
    }
    .modal-gdpr-settings__inside {
        width: 100%;
        height: 80%;
        min-height: 330px;
        padding: 16px 16px 30px;
    }
    .financer-modal__window.modal-gdpr-settings__window {
        height: unset;
        max-height: calc(100vh - 140px);
        margin: auto;
        width: calc(100vw - 46px);
    }
    .modal-gdpr-settings__tab-title {
        display: none;
    }
    .modal-gdpr-settings__tabs-list {
        display: flex;
        justify-content: center;
    }
    .modal-gdpr-settings__tab-btn {
        width: 36px;
        height: 36px;
        justify-content: center;
    }
    .modal-gdpr-settings__tab-item {
        margin: 0 10px 0 0;
    }
    .modal-gdpr-settings__tab-item:last-child {
        margin: 0;
    }
    .gdpr-svg-icon {
        margin: 0;
    }
    .modal-gdpr-settings__inside-content {
        height: 100%;
        max-height: calc(100% - 110px);
    }
    .modal-gdpr-settings__inside-content {
        padding: 0;
        height: 100%;
    }
    .modal-gdpr-settings__logo {
        margin-bottom: 16px;
        width: 210px;
    }
}
/* End Settings Modal */
