.agreement-info label{
    margin-top: 20px !important;
    margin-bottom: 20px !important;
    color: #ffffff;
    font-weight: normal;
}

.agreement-info a{
    text-decoration: underline !important;
}

.js-policy-error{
    color: #d24545 !important
}

.js-policy-error b {
    color: #d24545 !important
}

.policy-checkbox{
    display: inline-block;
}

.form-group-checkbox label {
    padding-left: 32px;
    position: relative;
    cursor: pointer;
}

.form-group-checkbox .checkbox {
    display: none;
}

.form-group-checkbox .checkbox + label:before {
    content: "";
    border: 1px solid #dddddd;
    border-radius: 1;
    width: 19px;
    height: 18px;
    position: absolute;
    left: 0;
    top: 0px;
}

.form-group-checkbox .checkbox:checked + label:after {
    content: "";
    background: url('img/icons-sc8014f6581.png') 0 -366px no-repeat;
    width: 10px;
    height: 8px;
    position: absolute;
    top: 5px;
    left: 5px;
}

.form-group-checkbox label{
    text-align: left;
}

.cost__option label{
    font-weight: normal;
}

.skip-label{
    cursor: default !important;
}

.skip-label:hover{
    cursor: default !important;
}
