html, body, input, textarea {
    font-family: "Nissan Regular", sans-serif;
    color: #343434;
}

.header > h2 {
    font-family: "Nissan Bold", Helvetica, Arial, sans-serif;
    font-size: 30px;
    letter-spacing: -.005em;
    text-transform: uppercase;
    position: relative;
    border-bottom: 1px dashed #c1c1c1;
}

.header > h2::before {
    content: '';
    background-color: #c3002f;
    content: "";
    display: block;
    height: 10px;
    left: 0;
    position: absolute;
    top: 0;
    width: 170px;
}

.textRow h2 {
    font-size: 19px;
    font-family: "Nissan Bold", sans-serif;
}

.textRow h3 {
    font-family: "Nissan Regular", sans-serif;
}

.formGroup input {
    border: 1px solid #d2d2d2;
    border-radius: .1666666667em;
    box-shadow: 0 0 0 0.1428571429em #eee, inset 0 0.1111111111em 0.2222222222em -0.0555555556em rgba(0,0,0,.15);
    line-height: normal;
    margin-bottom: -.0555555556em;
    padding: 11px 10px;
    background-color: #FFF;
    font-family: "Nissan Bold", sans-serif;
}

.formGroup textarea {
    border: 1px solid #d2d2d2;
    border-radius: .1666666667em;
    box-shadow: 0 0 0 0.1428571429em #eee, inset 0 0.1111111111em 0.2222222222em -0.0555555556em rgba(0,0,0,.15);
    line-height: normal;
    margin-bottom: -.0555555556em;
    padding: .6111111111em 9px .5555555556em;
    background-color: #FFF;
    font-family: "Nissan Bold", sans-serif;
}

input[type=color]:focus, input[type=date]:focus, input[type=datetime-local]:focus, input[type=datetime]:focus, input[type=email]:focus, input[type=month]:focus, input[type=number]:focus, input[type=password]:focus, input[type=search]:focus, input[type=tel]:focus, input[type=text]:focus, input[type=time]:focus, input[type=url]:focus, input[type=week]:focus, textarea:focus {
    border: 1px solid #8a8a8a;
    outline: 0;
    box-shadow: 0 0 0 0.1428571429em #c1c1c1;
    background-color: #fff;
}

textarea:focus {
    border: 1px solid #8a8a8a !important;
    outline: 0 !important;
    box-shadow: 0 0 0 0.1428571429em #c1c1c1 !important;
    background-color: #fff !important;
}

.formGroup label {
    display: block;
    font-family: "Nissan Bold", Verdana, Arial, sans-serif;
    font-size: .8571428571em;
    margin-bottom: .6666666667em;
    text-transform: uppercase;
}

.formGroup.required label:first-child:after {
    color: #c3002f;
    margin-left: 1px;
    content: "*";
}

.helpText {
    font-family: "Nissan Light", "Nissan Regular",Helvetica,Arial,sans-serif;
    font-size: 14px;
    margin: 15px 0;
    line-height: 22px;
}

input[type="checkbox"]:not(:checked) + span:before, input[type="checkbox"]:checked + span:before {
    border: 1px solid #c1c1c1;
    border-radius: .25em;
    box-shadow: 0 0 0 0.1428571429em #eee, inset 0 0.1666666667em 0.3333333333em -0.0833333333em rgba(0,0,0,.15);
    background-color: #eee;
    color: transparent;
    content: "";
    font-size: 12px;
    left: 0;
    padding: .1666666667em;
    position: absolute;
    top: 2px;
    width: 17px;
    height: 17px;
}

input[type="checkbox"]:not(:checked) + span, input[type="checkbox"]:checked + span {
    font-size: 14px;
}

input[type="checkbox"]:checked + span:after, input[type="checkbox"].checked + span::after {
    content: '';
    position: absolute;
    top: 5px;
    left: 3px;
    transition: all .2s;
    background: url(../images/checkboxComponentArrowNissan.png) no-repeat center;
    width: 17px;
    height: 17px;
    background-size: 16px;
}

.formButton {
    border: 1px solid #c3002f;
    background-color: #c3002f;
    color: #FFF;
    font-family: "Nissan Regular",Verdana,Arial,sans-serif;
    text-transform: uppercase;
    padding: 11px 40px 11px 20px;
    background-position: 91% center;
    background-image: url(../images/buttonComponentArrowNissan.png);
    background-size: 10px;
}

.formButton:hover {
    background-image: url(../images/buttonComponentArrowNissanHover.png);
    background-color: #920023;
    border-color: #920023;
}

.legend {
    font-size: 14px;
}

.customSelect {
    border: 1px solid #d2d2d2;
    border-radius: .1666666667em;
    box-shadow: 0 0 0 0.1428571429em #eee, inset 0 0.1111111111em 0.2222222222em -0.0555555556em rgba(0,0,0,.15);
    line-height: normal;
    background-color: #FFF;
    background: url(../images/selectComponentArrowNissan.png) no-repeat right center;
}

.customSelect select {
    font-family: "Nissan Bold", sans-serif;
    padding: 12px 65px 12px 15px;
}

.formSection h3 {
    font-size: 16.38px;
    font-weight: 400;
    line-height: 25.74px;
    font-family: "Nissan Bold", sans-serif;
    margin-top: 50px;
}

.formGroup input.error {
    color: #000;
    box-shadow: 0 0 0 2px #c3002f;
    -webkit-appearance: none;
}

.formGroup label.error {
    font-size: 12px;
    position: relative;
    box-shadow: 0 0 0 2px #c3002f;
    padding: .1666666667em 5px .1666666667em 25px;
    background: #c3002f;
    color: #FFF;
    z-index: 2;
    margin: 0;
    text-transform: none;
    font-family: "Nissan Regular", sans-serif;
    background-image: url(../images/errorIconNissan.png);
    background-size: 13px;
    background-repeat: no-repeat;
    background-position: 6px 7px;
}

input[type="checkbox"].error + span::before {
    content: '';
    box-shadow: 0 0 0 0.2142857143em #c3002f;
}

.customCheckbox label.error {
    margin-top: 10px;
}

.customSelect.error {
    padding: 0;
    background-position: right 3px;
    box-shadow: 0 0 0 2px #c3002f;
    -webkit-appearance: none;
}

.customSelect select.error {
    margin: 0;
    color: #000;
    outline: 0;
}

.textRow figure::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background-color: #fff;
    transform: rotate(45deg);
    position: absolute;
    bottom: -9px;
    left: 20px;
}

.backButton {
    max-width: 610px;
    width: 100%;
    margin: 0px auto 50px;
    padding: 20px;
}

.backButton a {
    font-size: 15px;
    text-decoration: none;
    text-transform: uppercase;
    color: #343434;
    background-color: #eee;
    padding: 17px 20px;
    display: block;
    width: 240px;
    transition: all ease 0.1s;
    background-image: url(../images/strelica_white_nissan.svg);
    background-position: 94% center;
    background-repeat: no-repeat;
    box-sizing: border-box;
    letter-spacing: 0.3px;
    background-size: 20px;
}

.backButton a:hover {
    background-color: #ccc;
}

.content .seller {
    font-family: "Nissan Regular", sans-serif;
    font-weight: bold;
    margin-bottom: -20px;
}

a[href^="tel:"] {
    color: #343434;
}