.cookie-block{
    display: none;
	position: fixed;
    z-index: 400000;
    background: rgb(101 101 101 / 19%);
    width: 100%;
    height: 0vh;
}
.cookie-change{
    display: none;
}
.cookie-down{
    padding: 0 !important;
    border-radius: 0px !important;
}
.cookie-tmavy .cookie_onlymob{
    color: #fff !important;
}
.cookie-tmavy label{
    display: inline-block !important;
    color: #fff !important;
}
.cookie-tmavy .cookie_nomob{
    color: #fff !important;
}
.cookie-tmavy strong{
    color: #fff !important;
}
.cookie-change span{
    position: fixed;
    z-index: 400000;
    background: rgb(0 0 0 / 54%);
    border-radius: 5px;
    padding: 4px;
    right: 10px;
    font-size: 19px;
    bottom: 10px;
    cursor: pointer;
}

.souhlas_cookie-left{
    right: inherit !important;
    left: 10px;
}

.cookie-inner {
    position: fixed;
    background: #ffffff;
    max-width: 100%;
    width: 100%;
    font-size: 12px !important;
    top: 50%;
    left: 50%;
    padding: 20px;
    max-width: 460px;
    border-radius: 5px;
    transform: translate(-50%,-50%);
    box-shadow: 0 2px 10px 0 rgb(0 0 0 / 30%);
}
.cookie-down{
    top: auto !important;
    position: fixed;
    bottom: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    transform: translate(-50%) !important;
}
.cookies-header{
	padding: 20px;
	background: #fbfbfb;
	font-size: 20px;
}
.cookies-info {
    padding: 20px;
    float: left;
    width: 60%;
}
.cookie-accept{
    display: none;
    position: fixed;
    z-index: 400001;
    background: rgb(101 101 101 / 19%);
    width: 100%;
    height: 0vh;
}
.cookie-accept-exit{
    position: absolute;
    right: -5px;
    top: -10px;
    color: black;
    background: #fff;
    cursor: pointer;
    width: 21px;
    text-align: center;
    padding: 2px 0px;
    box-shadow: 0px 0px 7px rgb(0 0 0 / 17%);
}
.cookie-accept-inner{
    display: block;
    max-width: 1000px;
    width: 1000px;
    background: #fff;
    font-size: 12px !important;
    padding: 20px;
    top: 50%;
    left: 50%;
    position: fixed;
    transform: translate(-50%, -50%);
}
.left_side{
    float: left;
    width: 30%;
    position: relative;
    left: 1px;
}
.right_side{
    float: left;
    width: 70%;
    min-height: 350px;
    border: 1px solid #d4d8df;
}
.cookies-buttons{
    padding: 20px;
    float: right;
    width: 35%;
    position: absolute;
    top: 50%;
    right: 0;
    transform: translateY(-50%);
}
.cookie_accept{
    background: #6bbe6c;
    display: inline-block;
    width: auto;
    text-align: center;
    margin-left: 10px;
    padding: 5px 5px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #3f9340;
    border-radius: 3px;
}
.cookie_accept_x{
    background: #6bbe6c;
    display: inline-block;
    width: auto;
    text-align: center;
    margin-left: 0px;
    border-radius: 3px;
    margin-top: 10px;
    width: 50%;
    margin-left: 25%;
    padding: 5px 5px;
    color: #fff;
    cursor: pointer;
    border: 1px solid #3f9340;
}
.cookie-clearfix{
	padding: 10px 0;
}
.cookies_deny{
    background: #f5f5f5;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 5px 5px;
    margin-left: 10px;
    border-radius: 3px;
    color: #000;
    cursor: pointer;
    border: 1px solid #e7e7e7;
}
.cookies_choose{
    background: transparent;
    display: inline-block;
    width: auto;
    text-align: center;
    padding: 5px 5px;
    margin-left: 10px;
    color: #000;
    border-radius: 3px;
    cursor: pointer;
    border: 1px solid transparent;
}
.cookies-usage{
    display: inline-block;
    margin-bottom: 20px;
    cursor: pointer;
}
.cookie-table{
    width: 100%;
}
.cookies-details{    
    padding: 10px 15px;
    display: none;
    margin-left: -1px;
    min-height: 250px;
}
.tog_about{
    display: block;
}
.table-over{
    overflow-y: auto;
    max-height: 200px;
}
.accept_group{
    float: left;
    cursor: pointer;
    /* padding: 0px 0; */
    padding: 5px;
    background: #f2f5fa;
    display: inline-block;
    width: 100%;
    border: 1px solid #d4d8df;
}
.ac{
    background: #fff !important;
    border-right: 1px solid #fff !important;
}
.cookies-toggler{
    cursor: pointer;
    float: right;
    font-size: 12px;
    padding: 1px 8px;
    position: relative;
    top: 2px;
    color: #fff;
    background: #6bbe6c;
    border-radius: 50%;
}

.table-title{
    width: 100%;
}
.table-title th{
    width: 25%;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid silver;
    background: #f2f5fa;
    color: #000 !important;
}
.table-details{
    width: 100%;
}
.table-details th{
    width: 25%;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    border: 1px solid silver;
    background: #f2f5fa;
    color: #000 !important;
}
.table-details td{
    width: 25%;
    padding: 5px;
    font-weight: bold;
    font-size: 12px;
    color: #000 !important;
    border: 1px solid silver;
    background: #fff;
}
.cookie-tmavy {
    background: #323232 !important;
    color: #fff !important;
}
.cookie-tmavy .cookies-header{
    background: #282828 !important;
    color: #fff !important;
}
.cookie-center .cookies-info{
    width: 100% !important;
}
.cookie-left .cookies-info{
    width: 100% !important;
}
.cookie-right .cookies-info{
    width: 100% !important;
}
.cookie-right {
    bottom: 30px !important;
    top: auto !important;
    transform: none !important;
    right: 30px !important;
    left: auto;
    max-width: 350px !important;
}
.cookie-left {
    bottom: 30px !important;
    top: auto !important;
    transform: none !important;
    right: auto;
    max-width: 350px !important;
    left: 30px !important;
}

.cookie-tmavy .accept_group{
    background: #363636 !important;
}
.cookie-tmavy .ac{
    background: #4e4e4e !important;
}
.cookie-tmavy .accept_group{
    border-color: #4a4a4a !important;
}
.cookie-tmavy .cookies_choose{
    color: #fff !important;
}
.cookie-tmavy .right_side{
    border-color: #4a4a4a !important;
}
.table-details tbody tr td:nth-child(1) {
    width: 20%;
}
.table-details tbody tr td:nth-child(2) {
    width: 20%;
}
.table-details tbody tr td:nth-child(3) {
    width: 20%;
}
.table-details tbody tr td:nth-child(4) {
    width: 40%;
}
.cookie-center .cookies-buttons{
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;  
}
.cookie-center .cookies_choose{
    margin-left: 0px !important;
}
.cookie-right .cookies_choose{
    margin-left: 0px !important;
}
.cookie-right .cookies-buttons{
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;  
}
.cookie-left .cookies-buttons{
    position: static !important;
    top: auto !important;
    right: auto !important;
    transform: none !important;
    width: 100% !important;  
}
.cookie-left .cookies_choose{
    margin-left: 0px !important;
}

.cookie_onlymob{
    display: none;
}

@media(max-width: 1100px){
    .cookie-inner{
        top: inherit !important;
        -webkit-transform: translateZ(0);
        width: 95%;
        font-size: 12px !important;
    }
    .cookies-info{
        width: 100% !important;
    }
    .cookies-buttons{

        position: static !important;
        top: auto !important;
        right: auto !important;
        transform: none !important;
        width: 100% !important;        
    }
    .cookie-accept-inner{
        max-width: 95% !important;
        font-size: 12px !important;
        width: 95% !important;
    }
    .cookie_accept{
        margin-top: 10px;
        width: 100% !important;
    }
    .cookies-buttons span{
        margin-left: 0px !important;
    }
    .left_side{
    }
    .right_side{
        min-height: 300px;
        max-height: 40vh !important;
        overflow-y: scroll !important;
    }
    .accept_group{
        width: 100%;
    }
    .cookie_nomob{
        display: none !important;
    }
    .cookie_onlymob{
        display: inline-block !important;
    }
    .margin-left{
        margin-left: 0px !important;
    }
    .cookie_accept_x{
        width: 75% !important;
        margin-left: 12.5% !important;
    }

    .cookie-right {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    .cookie-left {
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
    .cookie-center{
        top: 50% !important;
        left: 50% !important;
        transform: translate(-50%, -50%) !important;
    }
}