/*** cookes box ***/
.cookie {
    position: fixed;
    bottom: 5px;
    left: calc(50% - 400px);

    max-width: 800px;
    /*display: flex;
    align-items: center;*/
    font-size: 14px;
    background: #fff;
    z-index: 10;
    box-shadow: 0 0 10px rgba(0, 0, 0, .1);
    padding: 30px 35px;;
    border-radius: 20px;
}

@media screen and (max-width:840px){
    .cookie {
        max-width: unset;
        left: 0;
        padding: 20px 25px;
        margin: 0 10px;
        width: 90%;
    }
}
.button--cookie {
    margin-left: 8px;
    padding: 0;
    border: 0;
    position: absolute;
    top: 15px;
    right: 15px;
    background: 0 0;
    cursor: pointer;
}
.close-btn {
    display: block;
    width: 110px;
    margin: 5px auto 0 auto;
    padding: 11.5px 16px 11.5px 16px;
    text-align: center;
}
.close-btn.large-button::before,
.close-btn.large-button::after {
    display: none;
}


.cookie .powermail_checkbox {
    width: 24px;
    height: 24px;
    flex-shrink: 0;
    margin-right: 8px;
    border: none;
}

.cookie label {
    font-size: 16px;
    line-height: 28px;
}

.row-checkboxes {
    display: flex;
    align-items: center;
}
@media screen and (max-width:840px){
    .row-checkboxes {
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .row-checkboxes .btn {
        padding: 4px 38px;
    }
}




.cookie label {
    display: flex;
    align-items: center;
}

.cookie label span {
    margin-right: 22px;
}

.tooltip1{
    cursor: pointer;
    font-weight: normal;
}

/*** /cookes box ***/

