.agr_check_bl {
    margin-bottom: 10px;
}
.checkbox-other {
    display: block;
    margin: 0 0 10px 0;
    line-height: 22px;
}
label.lnk_cl_chk {
    cursor: pointer;
    color: #1c0b0b;
    padding: 0 0 0 5px;
    display: inline;
}
.checkbox-other input[type=checkbox] {
    -webkit-appearance: none;
    -moz-appearance: none;
    display: inline-block;
    width: 22px;
    height: 22px;
    margin: 0 5px 0 0;
    padding: 0;
    vertical-align: top;
    outline: none;
    transition: background 0.3s ease;
    background: url(/plugins/system/i_agree/js/checkbox-1.png) 0 0 no-repeat;
    cursor: pointer;
}
.checkbox-other input[type=checkbox]:checked {
    background-image: url(/plugins/system/i_agree/js/checkbox-2.png);
}
.focused input[type=checkbox] {
    box-shadow: 0 0 0 0.2rem rgba(0,123,255,.25);
}
.checkbox-other input[type=checkbox]:hover {
    filter: brightness(110%);
}
.checkbox-other input[type=checkbox]:active {
    filter: brightness(80%);
}
.checkbox-other input[type=checkbox]:disabled {
    color: #666;
    cursor: default;
}
.checkbox-other input[type=checkbox]:disabled {
    filter: grayscale(100%);
    opacity: 0.6;
}
.lnk_cl_chk {
    cursor: pointer;
    color: #1c0b0b;
    padding: 0 0 0 5px;
}
input.inpchk {
    margin: 0;
    width: 20px;
}
.agr_check_bl {
    text-align: left;
    margin-top: 15px!important;
    display: inline-block;
    width: 100%;
    cursor: pointer;
}
#sitogonCookiesBlock {
    z-index: 99999999;
    position: fixed;
    bottom: 50px;
    width: 100%;
    padding: 10px;
}
div#sitogonCookiesText {
    margin: 0 0 10px;
}
div#sitogonCookiesWrapper {
    background: #fff;
    padding: 10px;
    max-width: 1000px;
    margin: auto;
    text-align: center;
    border: solid 1px #d4532f;
}