* { box-sizing: border-box; }
html, body { font-family: "Renault Regular",Helvetica,Arial,sans-serif; }
b, strong { font-family: "Renault Bold", sans-serif; }
input, select, textarea { font-family: "Renault Regular",Helvetica,Arial,sans-serif; font-size: 15px; }
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 { background-color: #fef7e5; border-color: #fc3; box-shadow: none; outline: 0; }
input[type=color]:disabled, input[type=date]:disabled, input[type=datetime-local]:disabled, input[type=datetime]:disabled, input[type=email]:disabled, input[type=month]:disabled, input[type=number]:disabled, input[type=password]:disabled, input[type=search]:disabled, input[type=tel]:disabled, input[type=text]:disabled, input[type=time]:disabled, input[type=url]:disabled, input[type=week]:disabled,textarea:disabled { border-color: #bbb !important; background: #ddd !important; }
textarea:focus { background-color: #fef7e5 !important; border-color: #fc3 !important; box-shadow: none !important; outline: 0 !important;}
.header > h2 { font-family: "Renault Light","Renault Regular",Helvetica,Arial,sans-serif;font-weight: 400;text-transform: none;word-wrap: break-word;border-bottom: 1px solid #ccc;font-size: 25px;line-height: 30px;padding: 20px 0px; }
.contactForm { max-width: 610px; width: 100%; margin: 0px auto 50px; padding: 30px 20px 0 20px; }
.customSelect { display: inline-block; border: 1px solid #999; background: url(../images/selectComponentArrow.png) no-repeat right center; }
.customSelect select { padding: 8px 65px 8px 15px; width: 100%; border: none; box-shadow: none; background-color: transparent; background-image: none; -webkit-appearance: none; -moz-appearance: none; appearance: none;}
.customCheckbox { margin-top: 20px; }
.formGroup label { display: block; margin: 20px 0 4px; font-size: 16px; line-height: 25px; }
.formGroup.required label:first-child:after { color: #000; margin-left: 1px; content: "*"; }
.formGroup input { transition: ease 0.2s; border: 1px solid #999; background: #fff; padding: 9px 15px; width: 100%; }
.formGroup textarea { line-height: 24.75px; transition: ease 0.2s; border: 1px solid #999; background: #fff; padding: 15px 15px; width: 100%; min-width: 100%; max-width: 100%; min-height: 140px; max-height: 140px; }
.helpText { font-family: "Renault Light", "Renault Regular",Helvetica,Arial,sans-serif; font-size: 15px; margin: 15px 0; line-height: 22px; }
.helpText > a { color: #666; }
.helpText > a:hover { text-decoration: none; }
.errorInfo, .error { background: url(../images/errorIcon.png) no-repeat left 13px; background-size: 18px; padding: 10px 5px 10px 25px; font-size: 14px; margin-bottom: -10px; color: #c3261f; }
input[type="checkbox"]:not(:checked),input[type="checkbox"]:checked { position: absolute; left: -9999px; }
input[type="checkbox"]:not(:checked) + span,input[type="checkbox"]:checked + span { position: relative; padding-left: 30px; cursor: pointer; line-height: 22.4px; display: block; padding-top: 3px; }
input[type="checkbox"]:not(:checked) + span:before, input[type="checkbox"]:checked + span:before { content: ''; position: absolute;left:0; top: 2px;width: 20px; height: 20px;border: 1px solid #999;background: #fff;}
input[type="checkbox"]:checked + span:before {border: 1px solid #fc3;}
input[type="checkbox"]:checked + span:after {content: '';position: absolute;top: 5px;left: 2px;transition: all .2s;background: url(../images/checkboxComponentArrow.png) no-repeat center;width: 16px;height: 15px;background-size: 16px;}
input[type="checkbox"].checked + span:after {content: '';position: absolute;top: 5px;left: 2px;transition: all .2s;background: url(../images/checkboxComponentArrow.png) no-repeat center;width: 16px;height: 15px;background-size: 16px;}
input[type="checkbox"]:disabled:not(:checked) + span:before,input[type="checkbox"]:disabled:checked + span:before { box-shadow: none;border-color: #bbb;background-color: #ddd;}
input[type="checkbox"]:disabled:checked + span:after {color: #999;background: none;}
input[type="checkbox"]:disabled + span {color: #aaa;}
input[type="checkbox"]:checked:focus + span:before,input[type="checkbox"]:not(:checked):focus + span:before {border-width: 1px;}
.formButton {font-family: "Renault Regular",Helvetica,Arial,sans-serif;background-color: #fc3;border: 1px solid #fc3;color: #000;font-size: 13px;font-weight: bold;text-transform: uppercase;padding: 10px 40px 10px 20px;line-height: 20px;display: inline-block;margin-top: 50px;position: relative;cursor: pointer; background-image: url(../images/buttonComponentArrow.png); background-size: 8px; background-repeat: no-repeat; background-position: 94% center; }
.formButton:hover { background-color: #fd3;background-image: url(../images/buttonComponentArrowHover.png); }
.errorMessage h1 { font-size: 45px; line-height: 50px; font-size: 100; font-family: "Renault Light", sans-serif; }
.errorMessage p { font-size: 20px; letter-spacing: 0.2px; line-height: 22px; margin: 8px 0; }
.textRow { margin: 30px 0 30px; }
.textRow img { max-width: 300px; width: 100%; margin-bottom: -3px; }
.textRow h2 { font-size: 21px; line-height: 24px; padding: 5px 15px 5px 15px; font-weight: 400; padding-left: 0; font-family: "Renault Bold", sans-serif; }
.textRow figure { position: relative; margin-bottom: 10px; }
.textRow figure::before { content: ''; display: block; width: 15px; height: 15px; background-color: #fff; transform: rotate(45deg); position: absolute; bottom: -7px; left: 20px; }
.textRow .content { padding: 0px 15px; padding-left: 0; }
.textRow .content p { line-height: 22.4px; margin-top: 10px; font-size: 16px; letter-spacing: 0.166667px; }
.formSection h3 { font-size: 16.38px; font-weight: 400; line-height: 25.74px; font-family: "Renault Bold", sans-serif; }
.legend { font-size: 16.625px; letter-spacing: 0.16625px; line-height: 23.275px; margin: 15.5859px 0; }
.formGroup label.error { font-size: 14px; line-height: 23px; margin-top: 6px; }
.statusError { display: none; visibility: hidden; margin-bottom: 25px; }
.textRow h3 { margin-top: 20px; font-size: 17px; font-family: "Renault Regular", sans-serif;}
.errorMessage h5 { padding: 10px 0; }
.contentRow { overflow: hidden; }
.textRow.column6 { width: 50%; float: left; }
.textRow.column6:first-child { padding-right: 15px; }
.textRow.column6:last-child { padding-left: 15px; }
.formGroup input.error { color: #000; }
/*.customSelect label.error { position: absolute; bottom: -42px; }*/
.customSelect label.error { position: absolute; margin-top: -5px; }
.customSelect select.error { margin: 0; color: #000; }
/*.customSelect { position: relative; } */
.textRow.column6.fullWidth { width: 100% !important; padding: 0 !important; }
.textRow h2 + .content p { margin-top: 0; }
.textRow h2:first-child { margin-bottom: 15px; }
.customSelect label.error.si { position: absolute; bottom: -45px; width: 320px; }
.errorTextContainer { margin-top: 20px; }
/* Internet Explorer 9 Fix */
.customSelect.ie_fix { position: relative; }
.customSelect.ie_fix select { padding: 8px 24px 8px 15px; min-width: 180px; }
.customSelect .ie_arrow { position: absolute; right: 0; background: url(../images/selectComponentArrow.png) no-repeat right center; width: 44px; height: 34px; top: 0px; bottom: 0; z-index: 9; pointer-events: none; }
.loader-container { background-image: url(../images/2.gif);display: inline-block;width: 18px;height: 39px;vertical-align: bottom;background-repeat: no-repeat;background-position: center;margin-left: 15px; visibility: hidden;}
/* 23.05.2017. Update */
.content .seller { display: block; margin-bottom: -23px; margin-top: 30px; font-family: "Renault Bold", "Renault Regular",Helvetica,Arial,sans-serif; }
a[href^=tel] { text-decoration: none; color: #000; }
a[href^=tel]:hover { text-decoration: underline; }

@media (max-width: 500px) {
    .textRow.column6 { width: 100%; padding: 0 !important; }
    .contentRow .textRow:first-child { margin-bottom: 0; }
}

@media (max-width: 360px) {
    .customSelect label.error.si { position: absolute; bottom: -67px; width: 276px; }
}