body {
    font-family: 'Lato', sans-serif;
  color: #777777;
}
.lead {font-family: 'Lato', sans-serif; font-weight: 400 !important; font-size: 17px;}

h1{padding-top: 30px;
    margin-bottom: 40px;
    font-size: 28px;
}
label {
    color: #333;
}
.btn-send {
    font-weight: 300;
    text-transform: uppercase;
    letter-spacing: 0.1em;
    margin-bottom: 20px;
}


input[type=checkbox] {
    display: none
}



.checkbox-custom,.checkbox-custom-label,.radio-custom,.radio-custom-label {
    display: inline-block;
    vertical-align: middle;
    margin: 5px;
    cursor: pointer
}

.checkbox-custom-label {
    position: relative;
    display: flex;
}

.checkbox-custom+.checkbox-custom-label:before {
    content: '';
    background: #fff;
    border: 2px solid #ddd;
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    padding: 8px;
    margin-right: 10px;
    text-align: center;
        margin-top: 3px;
}

.checkbox-custom:checked+.checkbox-custom-label:before {
    background-image: url("img/done-check.svg");
    background-size: 20px;
    width: 20px;
    height: 20px;
    padding: 10px;
    border: 0
}

.checkbox-custom:focus+.checkbox-custom-label {
    outline: none
}

.checkbox-custom-newsletter+.checkbox-custom-label-newsletter:before {
    background: none !important;
}

.checkbox-custom-newsletter:checked+.checkbox-custom-label-newsletter:before {
    background-image: url("img/done-check-newsletter.svg")!important;
    background-size: 22px!important;
    width: 22px!important;
    height: 22px!important;
    border: 0!important
}