.contacts-bottom .form-group {
    width: 49.5%;
    margin-left: 1%;
}

.contacts-bottom .form-group:nth-child(3n+1) {
    margin-left: 1%;
}

.contacts-bottom .form-group:nth-child(2n+1) {
    margin-left: 0;
}

.radios-box,
.radios-box .i {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
    line-height: 1;
}

.radios-box .i:nth-child(n+2) {
    margin-left: 2em;
}

.contacts-bottom .form-group.w100 {
    margin-left: 0;
}

.form-lists-wraps .uls-txts {
    margin-top: .75em;
}

.form-lists-wraps .lists .uls-tops {
    color: #333;
}

.form-lists-wraps .lists .uls:nth-child(n+2) {
    margin-top: 1em;
}

.form-lists-wraps .lists {
    margin-top: 1.25em;
    color: #666;
    line-height: 1.65;
}

.radios-box .i input {
    width: 1.5em !important;
    height: 1.5em !important;
    margin-right: 1em;
}

.form-lists-wraps .uls-tits {
    font-weight: bold;
}

@media (max-width: 767px) {
    .contacts-bottom .form-group {
        width: 100% !important;
        margin-left: 0 !important;
    }

    .radios-box .i input {
        width: 1.25em !important;
        height: 1.25em !important;
    }
}