@charset "utf-8";





body.ck_locked{
    overflow: hidden;
}

.ck_gdpr{
    color: #394148;
    font-family: Arial;
    font-size: 14px;
    line-height: 22px;
}

.ck_gdpr * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  outline:none;
}

.ck_gdpr a{
    text-decoration: none;
    font-family: inherit;
    font-size: inherit;
    color: inherit;
}

.ck_gdpr ul,
.ck_gdpr li {
    margin: 0px;
    padding: 0px;
}

.ck_gdpr li {
    list-style-type:disc;
    margin: 0 0 0 15px;
}

.ck_gdpr .ck_button{
    border: 1px solid #eb3f43;
    font-size: 16px;
    font-weight: bold;
    display: block;
    color: #eb3f43;
    text-align: center;
    padding: 12px 0;
    background: #ffffff;

    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.ck_gdpr .ck_button:hover{
    background: #eb3f43;
    color: #fff;
}

.ck_gdpr .ck_lnk{
    font-size: 16px;
    display: block;
    color: #eb3f43;
    padding: 12px 0;
}

.ck_gdpr .ck_lnk:hover{
    text-decoration: underline;
}

.ck_gdpr .ck_scroll{
    overflow: auto;
    padding: 0 80px 0 0;
}

.ck_gdpr table{
    width: 100%;
    background: #f2f2f2;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    font-size: 12px;
    border-spacing: 0;
    border: 0px;
}

.ck_gdpr table td{
    margin: 0px;
    padding: 5px 10px;
    text-align: center;
    border-left: 1px solid #cdcfd0;
    border-top: 1px solid #cdcfd0;
}

.ck_gdpr table td:first-child{
    border-left: 0px;
}

.ck_gdpr table thead td{
    border-top: 0px;
}


.ck_gdpr .ck_toggler{
    font-size: 15px;
    display: inline-block;
    padding: 0 0 0 55px;
    height: 22px;
    line-height: 22px;
    position: relative;
}

.ck_gdpr .ck_toggler.ck_disabled{
    cursor: default;
}

.ck_gdpr .ck_toggler span{
    font-size: 0px;
}

.ck_gdpr .ck_toggler::before{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 43px;
    height: 22px;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
    background: #aaaaaa;

    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.ck_gdpr .ck_toggler::after{
    content: "";
    position: absolute;
    left: 2px;
    top: 2px;
    width: 18px;
    height: 18px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    background: #fff;

    -webkit-transition: all 200ms;
       -moz-transition: all 200ms;
         -o-transition: all 200ms;
            transition: all 200ms;
}

.ck_gdpr .ck_toggler.ck_disabled::after{
    opacity: 0.7;
}
.ck_gdpr .ck_toggler.ck_disabled::before{
    opacity: 0.3;
}

.ck_gdpr .ck_toggler.ck_active{
    font-size: 0px;
}

.ck_gdpr .ck_toggler.ck_active span{
    font-size: 15px;
}

.ck_gdpr .ck_toggler.ck_active::before{
    background: #eb3f43;
}

.ck_gdpr .ck_toggler.ck_active::after{
    left: 23px;
}








.ck_gdpr .ck_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 9px;
  background: #eaeaea;
}

.ck_gdpr .ck_scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #3b454e;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.ck_gdpr .ck_scroll::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 9px;
  background: #eaeaea;
}

.ck_gdpr .ck_scroll::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background-color: #3b454e;
  box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

/* ///////////////////////////////// */

#ck_cookies{
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    background: #fff;
    z-index: 9999999;
    

    -ms-transform: translate(0%, 100%);
    -webkit-transform: translate(0%, 100%);
    transform: translate(0%, 100%);

    -webkit-transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
       -moz-transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
         -o-transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
            transition: all 900ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

    -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
       -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
         -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
            transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
}

#ck_cookies.ck_active{
    -ms-transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
    
    -webkit-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    -moz-box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);
    box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.2);

}

#ck_cookies .ck_row{
    /*max-width: 1140px;*/
    margin: 0 auto 0 auto;
    padding: 25px 40px 20px 40px;
    font-size: 0px;
}

#ck_cookies .ck_col_l,
#ck_cookies .ck_col_r{
    display: inline-block;
    font-size: 14px;
    vertical-align:top;
    width: calc(100% - 250px);
    padding: 0 40px 0 0;
}

#ck_cookies .ck_col_r{
    width: 250px;
    padding: 0 20px 0 20px;
    text-align: center;
}



#ck_cookies .ck_col_r .ck_button{
    margin: 0 0 15px 0;
}


#ck_cookies .ck_title{
    font-size: 18px;
    font-weight: bold;
    padding: 0 0 10px 0;
}

#ck_cookies .ck_text{
    padding: 0 0 10px 0;
}


#ck_cookies .ck_scroll{
    height: 90px;
    
}


#ck_cookies_popup{
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 99999999;
    display: none;
}

#ck_cookies_popup .ck_content{
    position:absolute;
    left:50%;
    top:50%;
    background: #fff;
    width: 870px;
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    overflow: hidden;
    font-size: 0px;
}

.ck_gdpr .ck_close{
    position: absolute;
    top: 20px;
    right: 20px;
    display: block;
    width: 15px;
    height: 15px;
}

.ck_gdpr  .ck_close::after,
.ck_gdpr  .ck_close::before{
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 3px;
    background: #3d5265;
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.ck_gdpr  .ck_close::before{
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}


#ck_cookies_popup .ck_content .ck_buttons{
    height: 100px;
    background: #eaeaea;
    padding: 25px 10px 25px 10px;
    text-align: center;
    display: flex;
    flex-direction: row-reverse;
}

#ck_cookies_popup .ck_content .ck_buttons .ck_button{
    display: inline-block;
    vertical-align: middle;
    width: 29%;
    margin: 0 2% 0 2%;
}


#ck_cookies_popup .ck_content .ck_tab_area{
    height: 500px;
    padding: 55px 12px 30px 30px;
    overflow: hidden;
}



#ck_cookies_popup .ck_content .ck_tab_area .ck_col_l{
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: 270px;
    padding: 0 25px 0 0;
}

#ck_cookies_popup .ck_content .ck_tab_area .ck_col_r{
    font-size: 15px;
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 270px);
}

#ck_cookies_popup .ck_content .ck_tab_area .ck_col_l .ck_tab_menu{
    padding: 0 20px 0 0;
    position: relative;
    margin: 0 0 55px 0;
    display: block;
    position: relative;
}

#ck_cookies_popup .ck_content .ck_tab_area .ck_col_l .ck_tab_menu.ck_active{
    color: #eb3f43;
    font-weight: bold;
}

#ck_cookies_popup .ck_content .ck_tab_area .ck_col_l .ck_tab_menu.ck_active:after {
    left: calc(100% - 7px);
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(0, 0, 0, 0);
    border-left-color: #eb3f43;
    border-width: 7px;
    margin-top: -7px;
}


#ck_cookies_popup .ck_content .ck_tab_area .ck_tab{
    display: none;
    position: relative;
    height: 415px;
    padding: 0 30px 0 0;
}

#ck_cookies_popup .ck_content .ck_tab_area .ck_tab.ck_active{
    display: block;
}



@media  screen and (max-height:640px) and (min-width:960px) {
    
    #ck_cookies_popup .ck_content .ck_tab_area{
        height: 350px;
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_l .ck_tab_menu{
        margin: 0 0 20px 0;
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_tab{
        height: 275px;
    }

    #ck_cookies_popup .ck_content .ck_buttons{
        height: 80px;
        padding-top: 15px;
        padding-bottom: 15px;
    }


}


@media  screen and (max-width:959px){


    #ck_cookies .ck_col_r {
        width: 220px;
        padding: 0 10px 0 10px;
    }

    #ck_cookies .ck_col_l{
        width: calc(100% - 220px);
        padding: 0 10px 0 0;
    }

    #ck_cookies .ck_scroll {
        height: 170px;
    }

    .ck_gdpr .ck_scroll{
        padding: 0 20px 0 0;
    }

    #ck_cookies_popup .ck_content{
        width: 90%;
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_l{
        width: 200px;
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_r{
        width: calc(100% - 200px);
    }
    

    .ck_gdpr table{
        font-size: 11px;
    }

    .ck_gdpr table tbody td{
        word-break: break-word;
    }
}


@media  screen and (max-width:767px){
    
    
    
    .ck_gdpr .ck_button{
        font-size: 14px;
    }

    .ck_gdpr .ck_lnk {
        font-size: 12px;
        padding: 3px 0;
    }

    #ck_cookies .ck_col_l{
        display: block;
        width: auto;
        padding: 0 0 15px 0;
    }

    #ck_cookies .ck_col_r{
        display: block;
        width: auto;
        
    }

    #ck_cookies .ck_scroll{
        height: 58px;
    }

    #ck_cookies .ck_col_l, #ck_cookies .ck_col_r{
        font-size: 12px;
        line-height: normal;
    }

    #ck_cookies .ck_row {
        padding: 20px 10px 10px 10px;
    }

    #ck_cookies .ck_col_r .ck_button{
        margin: 0 5px 10px 5px;
        width: 46%;
        display: inline-block;
    }
    
    #ck_cookies_popup{
        overflow: auto;
    }

    #ck_cookies_popup .ck_content .ck_buttons .ck_button{
        display: block;
        width: auto;
        margin: 15px 0 0  0;
    }


    #ck_cookies_popup .ck_content{
        width: 98%;
        position: relative;
        -ms-transform: translate(-0%, -0%);
        -webkit-transform: translate(-0%, -0%);
        transform: translate(-0%, -0%);
        top: auto;
        left: auto;
        margin: 20px auto 20px auto;
    }

    #ck_cookies_popup .ck_content .ck_buttons{
        height: auto;
        padding: 1px 10px 15px 10px;
        flex-direction: column;
    }

    #ck_cookies_popup .ck_content .ck_tab_area{
        height: auto;
        padding: 55px 15px 30px 15px;
    }


    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_l{
        width: auto;
        display: block;
        padding: 50px 15px 0px 15px;
        position: absolute;
        top: 50px;
        left: 0px;
        width: 100%;
        background: #fff;
        z-index: 10;
        
        overflow: hidden;
        border-top: 1px solid #eaeaea;
        border-bottom: 1px solid #eaeaea;
        max-height: 50px;
        overflow: hidden;

        -webkit-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
           -moz-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
             -o-transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000);
                transition: all 600ms cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */

        -webkit-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
           -moz-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
             -o-transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000);
                transition-timing-function: cubic-bezier(0.770, 0.000, 0.175, 1.000); /* easeInOutQuart */
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_l.ck_active{
        -webkit-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        -moz-box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        box-shadow: 0px 5px 5px 0px rgba(0,0,0,0.3);
        max-height: 250px;
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_l .ck_tab_menu.ck_active:after{
        -ms-transform: rotate(90deg);
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_l .ck_tab_menu.ck_active:after{
        left: calc(100% - 32px);
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_l .ck_tab_menu.ck_active{
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        padding-left: 15px;
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_r{
        width: auto;
        display: block;
        font-size: 14px;
        padding: 60px 0 0 0;
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_l .ck_tab_menu{
        margin: 0 0 0px 0;
        padding: 15px 0 15px 0;
        border-bottom: 1px solid #eaeaea;
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_col_l .ck_tab_menu br{
        display: none;
    }

    #ck_cookies_popup .ck_content .ck_tab_area .ck_tab{
        height: auto;
        padding: 0px;
    }

    .ck_gdpr table td {
        padding: 4px 2px;
    }
    
    #ck_cookies .ck_col_r{
        padding: 0px;
    }

    #ck_cookies_popup .ck_content{
        overflow: hidden; 
    }

    #ck_cookies .ck_title{
        font-size: 16px;
        padding-right: 20px;
    }


}



