/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

label[for=policy] {
    margin: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px 0 0 auto;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    border: 1px solid transparent;
    padding: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: relative;
}
label[for=policy] .input {
    display: block;
    width: 16px;
    height: 16px;
    border: 1px solid #BCBCBC;
    cursor: pointer;
}
label[for=policy] .label {
    color: #BCBCBC;
    font-size: 12px;
    font-weight: 700;
    line-height: 1;
}
label[for=policy] .label a {
    color: #BCBCBC;
}
label[for=policy] .input.checked {
    background: url(../img/icn_accept.svg) center no-repeat, #BCBCBC;
}
