.absolute-cookies {
    position: fixed;
    bottom: 20px;
    z-index: 140;
    left: 0;
    width: calc(100% - 40px);
    max-width: none;
    margin: 0 20px;
    background-color: #fff;
    border-radius: 6px;
    -webkit-box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .28);
    box-shadow: 0 .625em 1.875em rgba(2, 2, 3, .28);
    font-family: inherit;
    color: #3e4543;
    padding: 20px
}

@media(min-width: 768px) {
    .absolute-cookies {
        max-width: 700px;
        margin: 0 auto;
        width: 100%;
        left: calc(50% - 350px)
    }
}

.absolute-cookies-link {
    color: #3e4543;
    text-decoration: underline
}

.absolute-cookies-link:hover {
    color: #3e4543;
    text-decoration: none !important
}

.absolute-cookies-content {
    display: block
}

@media(min-width: 768px) {
    .absolute-cookies-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap
    }
}

.absolute-cookies-content .absolute-cookies-content-left {
    width: auto
}

@media(min-width: 768px) {
    .absolute-cookies-content .absolute-cookies-content-left {
        width: calc(100% - 180px)
    }
}

.absolute-cookies-content .absolute-cookies-content-left .absolute-cookies-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px
}

.absolute-cookies-content .absolute-cookies-content-left .absolute-cookies-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    margin-right: 10px;
    color: #4B5675
}

.absolute-cookies-content .absolute-cookies-content-left .absolute-cookies-links {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style-type: none;
    margin: 0;
    padding: 0
}

.absolute-cookies-content .absolute-cookies-content-left .absolute-cookies-links li {
    margin-right: 10px
}

.absolute-cookies-content .absolute-cookies-content-left .absolute-cookies-links li:last-child {
    margin-right: 0
}

.absolute-cookies-content .absolute-cookies-content-left .absolute-cookies-links li a {
    text-decoration: underline;
    font-size: 12px
}

.absolute-cookies-content .absolute-cookies-content-right {
    width: auto;
    padding-top: 15px
}

@media(min-width: 768px) {
    .absolute-cookies-content .absolute-cookies-content-right {
        width: 180px
    }
}

.absolute-cookies-content .absolute-cookies-content-right .btn {
    width: 100%;
    text-align: center;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    margin: 0 0 10px 0;
    padding: 0 20px!important;
    background-color: #009ef7;
    color: #fff;
}

.absolute-cookies-content .absolute-cookies-content-right .btn:hover {
    background-color: #367bbe;
}

.absolute-cookies-content .absolute-cookies-content-right .btn-dark {
    background-color: #071437;
}

.absolute-cookies-content .absolute-cookies-content-right .btn-dark:hover {
    background-color: #071437;
}

.absolute-cookies-modal-wrapper {
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 150;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content {
    background-color: #fff;
    border-radius: 6px;
    width: 100%;
    max-width: 700px;
    max-height: 100%
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-header {
    position: relative
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-header .absolute-cookies-modal-close {
    position: absolute;
    right: 10px;
    top: 9px;
    margin: 0;
    padding: 0;
    width: 40px;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background: rgba(0, 0, 0, 0);
    border: 0;
    font-size: 30px;
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-header .absolute-cookies-modal-close::before {
    content: "\e9b5";
    font-family: "keenicons-outline";
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-header .absolute-cookies-modal-title {
    font-size: 16px;
    font-weight: 700;
    margin-bottom: 10px;
    padding: 20px 20px 0 20px
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content {
    -ms-scroll-chaining: none;
    overscroll-behavior: contain;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    scrollbar-color: #e5e5e5 #fff;
    padding: 0 20px
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content::-webkit-scrollbar {
    width: 11px
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content::-webkit-scrollbar-track {
    background-color: rgba(0, 0, 0, 0);
    width: 11px
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content::-webkit-scrollbar-thumb {
    background-color: #e5e5e5;
    border-right: 8px solid #fff;
    border-top: 20px solid #fff;
    border-bottom: 20px solid #fff;
    border-radius: 6px
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content::-webkit-scrollbar-thumb:hover {
    background-color: #e5e5e5
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content::-webkit-scrollbar-thumb:active {
    background-color: #e5e5e5
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content::-webkit-scrollbar-thumb:vertical {
    min-height: 175px
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .absolute-cookies-modal-text {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 10px;
    padding: 0 10px
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch {
    display: inline-block;
    cursor: pointer;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    position: absolute;
    right: 20px;
    top: 18px;
    height: auto !important;
    margin: 0 !important
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch i {
    position: relative;
    display: block;
    float: right;
    margin-top: -4px;
    width: 50px;
    height: 25px;
    background-color: #3e4543;
    border-radius: 23px;
    vertical-align: middle;
    -webkit-transition: all .3s linear;
    transition: all .3s linear
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch i::before {
    content: "";
    position: absolute;
    left: 0;
    width: 46px;
    height: 22px;
    background-color: #3e4543;
    border-radius: 11px;
    -webkit-transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    transform: translate3d(2px, 2px, 0) scale3d(1, 1, 1);
    -webkit-transition: all .25s linear;
    transition: all .25s linear
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch i::after {
    content: "";
    position: absolute;
    left: 0;
    width: 19px;
    height: 19px;
    background-color: #fff;
    border-radius: 11px;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transform: translate3d(3px, 3px, 0);
    transform: translate3d(3px, 3px, 0);
    -webkit-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch input {
    display: none
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch input:checked + i {
    background-color: #009ef7
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch input:disabled + i {
    opacity: .4
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch input:checked + i::before {
    -webkit-transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0);
    transform: translate3d(18px, 2px, 0) scale3d(0, 0, 0)
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch input:checked + i::after {
    -webkit-transform: translate3d(28px, 3px, 0);
    transform: translate3d(28px, 3px, 0)
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch i .form-switch:active i::after {
    width: 19px;
    -webkit-transform: translate3d(3px, 3px, 0);
    transform: translate3d(3px, 3px, 0)
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .form-switch:active input:checked + i::after {
    -webkit-transform: translate3d(28px, 3px, 0);
    transform: translate3d(28px, 3px, 0)
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .absolute-cookies-modal-accordion ul {
    margin: 0;
    padding: 0;
    list-style-type: none
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .absolute-cookies-modal-accordion ul > li {
    margin-bottom: 5px;
    position: relative
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .absolute-cookies-modal-accordion ul > li > span {
    background-color: #f6f6f6;
    display: block;
    color: #3e4543;
    padding: 14px 20px;
    border-radius: 0;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 700
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .absolute-cookies-modal-accordion ul > li > span.active::before {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .absolute-cookies-modal-accordion ul > li > span::before {
    content: "\eba0";
    font-family: "keenicons-duotone";
    font-size: 15px;
    margin-right: 10px;
    display: inline-block;
    vertical-align: middle
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .absolute-cookies-modal-accordion .accordion-content {
    padding: 20px 10px;
    font-size: 12px;
    line-height: 18px;
    display: none
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .absolute-cookies-modal-accordion .accordion-content.active {
    display: block
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-scroll-content .absolute-cookies-modal-accordion .accordion-content p {
    margin: 0
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 20px 30px 20px
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-bottom .btn {
    margin: 0;
    font-size: 12px;
    height: 40px;
    line-height: 40px;
    background-color: #009ef7;
    color: #fff;
    padding: 0 20px!important;
}

.absolute-cookies-modal-wrapper .absolute-cookies-modal-content .absolute-cookies-modal-bottom .btn:hover {
    background-color: #367bbe;
}