
@font-face {
    font-family: 'icomoon';
    src: url('icomoon.eot?19rnos');
    src:url('icomoon.eot?19rnos#iefix') format('embedded-opentype'),
    	url('icomoon.ttf?19rnos') format('truetype'),
   		url('Ãƒï¿½Ã‚Â¸comoon.svg?19rnos#icomoon') format('svg');
}
.webform_panel *{
    font-size: inherit;
    font-family: inherit;
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style: none;
    color: inherit;
}

.webform_panel .search-panel, .webform_panel .contacts.contacts-form.results{
    max-width: 600px;
    border: 1px solid #ccc;
    border-bottom: none;
    margin:0 auto;
    font-family: Verdana;
    font-size: 11px;
    padding-bottom: 15px;
}
.webform_panel .search-panel .search-block-title{
    font-family: "OpelSansCondensed-Bd";
    font-size: 24px;
    text-transform: uppercase;
    padding: 6px 10px;
}
.webform_panel .search-panel .search-block-text{
    padding: 6px 10px;
    /* margin-bottom: 20px; */
}
.webform_panel .small_search_form_field input{
    margin-left: 10px;
    max-width: 290px;
    height: 35px;
    margin-top: 7px;
    margin-bottom: 7px;
    padding-left: 7px;
    border: 1px solid #ccc;
    width: calc(100% - 30px);
}
.webform_panel .contacts-form-top{
    max-width: 600px;
    border: 1px solid #ccc;
    border-bottom: none;
    margin:0 auto;
    font-family: Verdana;
    font-size: 11px;
    padding-bottom: 15px;
    background-color: #242423;
}
.webform_panel .contacts-form-top a,
.webform_panel .contacts-form-top div span{
    color: #fff;
}
.webform_panel .contacts-form-top div span.bold{
    font-weight: bold;
}
.webform_panel .contacts-form-top .underlined {
    display: inline-block;
    margin-top: 10px;
    text-decoration: underline;
    font-size: 14px;
}
.webform_panel .contacts-form-top .bold{
    display: inline-block;
}
.webform_panel .contacts-form-top a,
.webform_panel .contacts-form-top div{
    margin: 0 10px
}
.webform_panel .contacts-form-title{
    font-size: 20px;
    color: #f7d900;
    font-family: 'OpelSansCondensed-Bd';
    padding:10px 0;   
}
.webform_panel span.feedbackPanelERROR {
    font-size: 14px;
    margin-left: 10px;
    color: #f00;
}
.webform_panel.clearfix{
    max-width: 600px;
    border: 1px solid #ccc;
    margin:0 auto;
    font-size: 14px;
    font-family: Arial;
    background: #fff;
}
.webform_panel.clearfix span.combodate{
	display: inherit;
    height: auto;
    width: auto;
}
.webform_panel.clearfix span.combodate select{
	min-width:40px;
}
.webform_panel.clearfix h1{
    font-size: 11px;
    display: block;
    padding: 6px 10px;
    background-image: linear-gradient(0deg, #e8e8e8 0px, #fff 100%);
    border-bottom: 1px solid #cecece;
    font-family: 'OpelSansCondensed-Bd';
    font-size: 36px;
}
.
.webform_panel .hu-description,.webform_panel .form-boxed{
    padding: 15px 10px
}
.webform_panel .form-boxed {
    display: inline-block;
    width: calc(100% - 20px);
}

.webform_panel .form-boxed .field-group{
    min-height: 30px;
    display: inline-block;
    width: 100%;
}
.webform_panel .form-boxed label{
    float: left;
}
.webform_panel .field-group label.error{
  color: #ff0000;
}
.webform_panel .form-boxed input,
.webform_panel .form-boxed select,
.webform_panel .form-boxed textarea
 {
 	border: 1px solid #ccc;
 	float: right;
    height: 20px;
    width: calc(100% - 30px);
}
.webform_panel input[type="checkbox"]{
	width: auto;
	float: none;	
}
.webform_panel .form-boxed input[type="checkbox"]{
	vertical-align: top;
	margin-left: 28px;
	margin-right: 5px;
}
.webform_panel input.placeholder{
  color: #777;
  font-style: italic
}
.webform_panel .form-boxed textarea
{
    height: 120px;
    width: calc(100% - 30px);
}
.webform_panel .form-boxed select{
    width: calc(100% - 28px);
    height: 25px;
}    
.webform_panel span.field-invalid-message {
    margin-left: 28px;
    color: #ff0000;
}
.webform_panel .required-message{
    padding: 0 10px 10px;
}
.webform_panel .first-term-it{
	padding: 10px;
}
.webform_panel .form-options{
    padding: 6px 10px;
    margin-top: 7px;
}
.webform_panel .form-options input{
    margin-right: 5px;
    vertical-align: middle
}
.webform_panel .form-options .field-group{
    margin-bottom: 7px;
    position: relative;
}
.webform_panel .form-options .field-group a{
    font-weight: bold;
}
.webform_panel .modal-window{
    position: absolute;
    bottom: 20px;
    background-color: #000;
    color: #fff;
    padding: 10px
}
.webform_panel .modal-window a{
    color: #fff !important;
    font-weight: bold;
    text-decoration: underline;
}
.webform_panel .modal-window.hidden{
    display: none;
}
.webform_panel .buttons {
    padding: 15px 6px 0 6px;
}
.webform_panel .black-button{
    padding: 6px 30px;
    margin-bottom: 5px;
    margin-left: 10px;
    border: none;
    font-family: 'OpelSansCondensed-Bd';
    font-size: 18px;
    color: #fff;
    background-color: #000;
    text-transform: uppercase; 
    height:auto;
}
.webform_panel .small_search_form_field .black-button{
    margin-top: 10px;
}
.webform_panel .toptext {
    font-family: "OpelSansCondensed-Bd";
    font-size: 21px;
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
.webform_panel .search_result li a{
    padding: 15px;
    border-bottom: 1px solid #ccc;
    display: block;
    position: relative;
}
.webform_panel .search_result li a:after{
    font-family: "icomoon";
    content: "\e901";
    position: absolute;
    right: 20px;
    top: 50%;
    transform:translateY(-50%);
    font-size: 30px;
    color: #f7d900;
}   
.webform_panel .search_result li a:hover{
    padding: 15px;
    border-bottom: 1px solid #ccc;
    display: block;
    background-color: #f7d900;
}
.webform_panel .search_result li a:hover:after{
    color: #000;
}
.webform_panel .search_result span {
    font-family: Arial;
    font-size: 14px;
    margin-bottom: 5px;
    display: block;
    max-width: calc(100% - 30px);
}
.webform_panel .search_result span.title {
    font-family: "OpelSansCondensed-Bd";
    font-size: 18px;
    margin-bottom: 5px;
    display: block;
}
.webform_panel .pageing {
    text-align: center;
    margin-top: 20px;
}
.webform_panel .pageing li{
    display: inline-block;
    margin: 0 5px;
    font-family: Arial;
    font-size: 18px;
}
.webform_panel .pageing li span{
    display: inline-block;
    background-color: #f7d900;
    padding:0 3px;
    font-style: normal;
}
.webform_panel .pageing li a span,
.webform_panel .pageing li.to-left span,
.webform_panel .pageing li.to-right span{
    background-color: #fff;
}
.webform_panel .pageing li.to-left span:before,
.webform_panel .pageing li.to-left a:before{
    font-family: "icomoon";
    content: "\e907";
    background-color: #fff;
    font-size: 16px;
}
.webform_panel .pageing li.to-right span:before,
.webform_panel .pageing li.to-right a:before{
    font-family: "icomoon";
    content: "\e901";
    background-color: #fff;
    font-size: 16px;
}
.webform_panel .form-boxed .fields {
    float: right;
    width: 60%;
}
.webform_panel .radio-fields label{
    margin-left: 27px;
    min-width: 80px;
    vertical-align: middle;
}
.webform_panel .radio-fields input{
    width: auto;
    float: none;
}

.webform_panel .weight-normal {
  font-weight:normal;
  margin-bottom: 10px;
  position: relative;
}

.webform_panel .weight-normal a,.webform_panel .terms-link a  {
	color: #000000;
    font-weight: bold;
    position: relative;
    text-decoration: underline;
}

.webform_panel .hover-modal-window {
  display: none;
  color: #fff;
  background-color: #000;
  width: 450px;
  font-size: 11px;
  text-align: justify;
  line-height: 1.25;
  padding: 6px 10px;
  margin: 5px 0px 15px 0px;
  left: 30px;
  bottom: 40px;
  position: absolute;
}

.webform_panel .hover-modal-window span {
	color: #fff;
}

.webform_panel .weight-normal a:hover+div#terms-and-conditions-baltics {
  display: block;
}

.webform_panel #disclaimer a:hover+div#terms-and-conditions{
	display: block;
	visibility:visible;
}

.webform_panel .term-popup {
	color: #000000;
    font-weight: bold;
    text-decoration: underline;
}
.webform_panel .combodate select {
    min-width: 40px;
}
.webform_panel .combodate select {
  width: calc((100% - 40px)/3) !important;
  margin-left: 6px;
}
.webform_panel div.ui-datepicker{
	width: 18em;
}
.webform_panel div.ui-widget-header{
  color: #000;
}
.webform_panel .special-width.hasDatepicker{
  float: left;
  /*margin-left: 28px;*/
  margin-right: 7px;
  width: calc(100% - 55px);
}

.webform_panel .margintop {
	margin-top: 20px;
}

.webform_panel .wrapper{
    max-width: 1185px;
    margin: 0 auto;
    background-color: #F3F3F3;
    min-width: 320px;
    color: #000;
}

.webform_panel .thank-you-container {
    height: 100%;
}

.webform_panel .thank-you-image {
    width: 172px;
    height: 145px;
    background-image: url(../images/thank_you.png);
    margin: 0 auto;
    background-size: contain;
    background-repeat: no-repeat;
}
.webform_panel .thank-you-yellow-area {
    background-color: #f7d900;
    height: 500px;
    text-align: center;
}    
.webform_panel .thank-you-yellow-area p{
    font-family: "OpelSansCondensed-ExBd";
    font-size: 58px;
}

.webform_panel .yellow-area-content {
    position: relative;
    top: 50%;
    transform: translateY(-50%);
}
.webform_panel .dealer-contacts {
    background: #fff;
    width: calc(100% - 70px);
    box-sizing: border-box;
    margin: 20px auto;
    padding: 30px;
    font-family: "OpelSansCondensed-Bd";
    margin-top: 25px;
}
.webform_panel .dealer-contacts h1{
    margin-bottom: 30px;
    color:#000;
}
.webform_panel .dealer-contacts p{
    margin: 25px 0
}
.webform_panel .dealer-name {
    font-family: "OpelSansCondensed-Bd";
    font-size: 18px;
}
.webform_panel .dealer-phone {
    margin-top: 15px;
    margin-bottom: 6px;
}
.webform_panel .dealer-phone:before {
    font-family: "icomoon";
    content: "\e904";
    font-size: 17px;
    vertical-align: middle;
    margin-right: 7px;
}
.webform_panel .dealer-email:before {
    font-family: "icomoon";
    content: "\e90a";
    font-size: 15px;
    vertical-align: sub;
    margin-right: 5px;
}

.webform_panel .text-size-12{
    font-size: 12px;
}
.webform_panel .text-size-14{
    font-size: 14px;
}
.webform_panel .text-size-36{
    font-size: 36px;
}
.webform_panel .arial{
    font-family: Arial;
}
.webform_panel .arial-bold{
    font-family: Arial;
    font-weight: bold;
}

.webform_panel .wicket-mfu-caption {
	margin-top: 10px;
	margin-left: 28px;
}

.webform_panel .wicket-mfu-container div{
	width: 270px;
	display: inline-block;
	margin-left: 28px;
} 

.webform_panel .wicket-mfu-container input {
	float: right;
	width: 55px;

}

.webform_panel .wicket-mfu-caption {
	margin-bottom: 10px;
}
.webform_panel div.ui-tooltip{
	opacity: 1 ;
	color: #999;
	font-style: italic;
}
.webform_panel.clearfix.new_mod_webform{
	background: #fff;
    border: 1px solid #ccc;
    margin: 0 auto;
    padding: 39px 33px;
    box-sizing: border-box;
    width: 1104px;
    max-width: 100%;
}
.webform_panel.clearfix.new_mod_webform h1{
	font-size: 35px;
	background:transparent;
    text-transform: uppercase;
    margin-bottom: 5px;
    background-image:none;
    border:none;
    padding:0;
}
.webform_panel.clearfix.new_mod_webform .hu-description p{
	font-family:Arial;
	margin-bottom:20px;
    margin-left:0;
    margin-top:0;
}
.webform_panel div[class*='-description'] p {
    margin: 10px;
}
.webform_panel.clearfix.new_mod_webform .req_txt{
	display: flex;
    justify-content: flex-end;
    width: 100%;
    font-size: 12px;
    color: #797979;
    font-family: ArialMT;
    margin-bottom: 5px;
}
.webform_panel.clearfix.new_mod_webform form{
	margin:0;
}
.webform_panel.clearfix.new_mod_webform .form-boxed{
	width:100%;
}
.webform_panel.clearfix.new_mod_webform .form-boxed input[type="text"],
.webform_panel.clearfix.new_mod_webform .form-boxed input[type="date"]{
	width: 538px;
    height: 35px;
    padding-left: 10px;
    padding-right: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
}
.webform_panel.clearfix.new_mod_webform .form-boxed textarea{
	width: 538px;
    height: 79px;
    padding: 10px;
    border: 1px solid #ccc;
    box-sizing: border-box;
    resize: none;
}
.webform_panel.clearfix.new_mod_webform .form-boxed .fields{
	width:auto;
}
.webform_panel.clearfix.new_mod_webform .form-boxed label.fields{
	font-family: ;
    font-size: 14px;
}
.webform_panel.clearfix.new_mod_webform .field-group:after{
	content: ".";
    display: none;
    height: 0px;
    clear: both;
    visibility: hidden;
    font-size: 0;
    line-height: 0;
}
.webform_panel.clearfix.new_mod_webform .form-boxed label{
	width:auto;
	font-family: 'OpelSansCondensed-Bd';
	font-size: 16px;
}
.webform_panel.clearfix.new_mod_webform .form-boxed .field-group{
	display: flex;
    width: 100%;
    justify-content: space-between;
    margin-bottom: 16px;
}
.webform_panel.clearfix.new_mod_webform .fields.opt_select_webform{
	width: 536px;
    height: 35px;
    position: relative;
    border: 1px solid #ccc;
    padding:0;
}
.webform_panel.clearfix.new_mod_webform .fields.opt_select_webform:before{
	font-family: "icons-common";
    content: "e";
    font-size: 14px;
    margin-right: 8px;
    color: black;
    position: absolute;
    right: 10px;
    top: 10px;
    transform: rotate(90deg);
    pointer-events: none;
}
.webform_panel.clearfix.new_mod_webform .fields.opt_select_webform select{
	width: 100%;
    height: 35px;
    border: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-left: 10px;
    padding-right: 40px;
    font-weight: normal;
    font-size: 14px;
    font-family: Arial;
}
.webform_panel.clearfix.new_mod_webform .fields.opt_select_webform select::-ms-expand{
	display:none;
}
.webform_panel.clearfix.new_mod_webform .form-boxed .fields.radio_but_container .check_cont{
	width: 538px;
    display: flex;
    max-width: 100%;
    min-width: 30px;
    flex-wrap: wrap;
}
.webform_panel.clearfix.new_mod_webform  .check_cont .check_lbl {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 20%;
    min-width: 96px;
    justify-content: space-between;
    padding: 0 5px;
    box-sizing: border-box;
    margin-bottom: 10px;
}
.webform_panel.clearfix.new_mod_webform  .check_cont .check_lbl:last-child{
	margin-right:0;
}
.webform_panel.clearfix.new_mod_webform  .check_cont .r-revers {
    text-align: center;
    pointer-events: none;
}
.webform_panel.clearfix.new_mod_webform  .check_cont .img2{
	display:none;
}
.webform_panel.clearfix.new_mod_webform.contact_b  .check_cont .check_lbl.activ_rad .img2{
	display:inline-block;
}
.webform_panel.clearfix.new_mod_webform.contact_b  .check_cont .check_lbl.activ_rad .img1{
	display:none;
}
.webform_panel.clearfix.new_mod_webform  .check_cont .txt {
    font-family: Arial;
    font-size: 14px;
    margin: 7px 0;
    font-weight: normal;
}
.webform_panel.clearfix.new_mod_webform .form_mid_content{
	width: 721px;
    margin: 0 auto;
    max-width:100%;
}
.webform_panel.clearfix.new_mod_webform  .check_cont .check_lbl >input {
    display: none;
}
.webform_panel.clearfix.new_mod_webform .check_cont .check_cont1 {
    width: 22px;
    min-width: 22px;
    height: 22px;
    border-radius: 50%;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
}
.webform_panel.clearfix.new_mod_webform .check_cont input:checked + .check_cont1 {
    background: #F6D800;
    border: 1px solid transparent;
}
.webform_panel.clearfix.new_mod_webform .form-boxed .fields img{
	 vertical-align: none; 
     margin-bottom: 0; 
}
.webform_panel.clearfix.new_mod_webform .check_cont .check_cont1 img {
    display: none;
}
.webform_panel.clearfix.new_mod_webform .check_cont input:checked + .check_cont1 img {
    display: block;
    pointer-events: none;
}
.webform_panel.clearfix.new_mod_webform .form-options .field-group input + label:before{
	content: '';
    width: 22px;
    min-width: 22px;
    height: 22px;
    border: 1px solid #ccc;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-right: 5px;
    align-self: flex-start;
}
.webform_panel.clearfix.new_mod_webform .check_group div:nth-child(3){
	display:flex;
	flex-wrap:wrap;
}
.webform_panel.clearfix.new_mod_webform .check_group div:nth-child(3) .field-group{
	margin-right: 15px;
}
.webform_panel.clearfix.new_mod_webform .form-options .field-group input + label{
	display: flex;
	align-items:center;
}
.webform_panel.clearfix.new_mod_webform .form-options .field-group input:checked + label:before {
    background: #F6D800;
}
.webform_panel.clearfix.new_mod_webform .form-options .field-group input:checked + label:after{
	content: '';
    width: 14px;
    background: url(../images/cont_icon/ch.png);
    background-repeat: no-repeat;
    position: absolute;
    left: 5px;
    top: 5px;
    height: 14px;
    background-position: center;
}
.webform_panel.clearfix.new_mod_webform .form-options .field-group input{
	display: none;
}
.webform_panel.clearfix.new_mod_webform .form-options .field-group{
	padding-left:0;
	margin-bottom:12px;
}
.webform_panel.clearfix.new_mod_webform .black-button{
	display: block;
	margin: 0 auto;
}
.webform_panel.clearfix.new_mod_webform.contact_b .check_cont .check_cont1{
	display:none;
}
/**********************************************
 * sro css
 *********************************************/
.webform_panel.vehicle-panel{
	max-width:1000px;
	margin: 0 auto;
	position: relative;
}

.webform_panel h2 {
	font-size: 16px;
	line-height: 21px;
	font-weight: bold;
	color: #ffffff;
	margin-bottom: 10px;
}

.webform_panel div[class*='-description'] p {
	/* margin: 10px; */
}


.webform_panel form {
  margin: 0 10px 20px 10px;
}

.webform_panel label {
	vertical-align: middle;
	cursor: pointer;
}

.webform_panel label sup {
	vertical-align: top;
}

.webform_panel a {
	color: #f7d900;
	text-decoration: underline;
}

.webform_panel input {
	vertical-align: middle;
}


.webform_panel fieldset {
	margin-bottom: 15px;
}

.webform_panel .form-boxed {  
	/* background: #dddddd;
	padding: 15px 20px 10px 20px; */
}

.webform_panel .field-group {
	height: 1%;
	margin-bottom: 7px;
	position: relative;
}

.webform_panel .field-group:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}


.webform_panel .form-boxed .fields {
	float: left;
	width: 56%;
	position: relative;
}

.webform_panel.form-boxed sup {
	color: #000000;
}

.webform_panel .form-boxed label {
	font-weight: bold;
	min-width: 135px;
	float: left;
	width: 44%;
	padding: 6px 0 5px 0;
}

.webform_panel .form-boxed .fields label {
	float: none;
	display: inline-block;
	padding: 0 0 10px 0;
	min-width: 0;
	width: auto;
}
.webform_panel .form-boxed input[type="text"]{
	width: calc(100% - 4px);
}
.webform_panel .form-boxed input[type="text"],.webform_panel .form-boxed input[type="date"] {
	padding: 2px 0 3px 2px;
	background: #ffffff;
	text-align: left;
	min-width: 175px;
	margin-bottom: 5px;
	color: #000000;
	border: 1px solid #b1b3b6;
}

.webform_panel .form-boxed input.special-width {
	width: calc(100% - 25px);
	min-width: 90px;
	margin-right: 5px;
}

.webform_panel .fields input[type="radio"],.webform_panel .fields input[type="checkbox"] {
	margin: 0 5px 0px 0;
  border: 1px solid #b1b3b6;
}

.webform_panel .form-boxed .fields img {
	vertical-align: middle;
	margin-bottom: 5px;
	display: inline-block;
}

.webform_panel .form-boxed input[type="radio"], .webform_panel .form-boxed input[type="checkbox"] {
	margin: 0 5px 10px 0;
}

.webform_panel .form-boxed select {
	width: 100%;
	padding: 2px 0 3px 2px;
	background: #ffffff;
	text-align: left;
	min-width: 175px;
	margin-bottom: 5px;
  border: 1px solid #b1b3b6;
}

.webform_panel .form-boxed textarea {
	width: calc(100% - 4px);
	padding: 2px 0 3px 2px;
	background: #ffffff;
	text-align: left;
	min-width: 175px;
	margin-bottom: 5px;
	color: #000000;
	border: 1px solid #b1b3b6;
	height: 140px;
	resize: vertical;
}

.webform_panel .error,.webform_panel .field-invalid-message{
	color: #ff0000 !important;
}

.webform_panel .form-options label {
	display: inline-block;
	float: none;
}

.webform_panel .form-options .field-group {
	padding-left: 20px;
	position: relative;
}
.webform_panel .form-options .field-group .fields{
	display:inline-block;
}
.webform_panel .form-options .field-group input[type="checkbox"] {
	position: absolute;
	left: 0;
	top: 2px;
	margin: 0 5px 0 0;
}

.webform_panel .form-options .field-group input[type="text"] {
	border: 1px solid #dddddd;
	height: 20px;
	padding: 3px;
}



.webform_panel button span {
	color: #000000;
  display: block;
  padding: 7px 16px;
}


/**********************************************
 * Pager
 *********************************************/
.webform_panel ul.pager {
	height: 1%;
	margin-bottom: 25px;
}

.webform_panel ul.pager:after {
	content: ".";
	display: block;
	height: 0px;
	clear: both;
	visibility: hidden;
	font-size: 0;
	line-height: 0;
}

.webform_panel ul.pager li {
	float: left;
}

.webform_panel ul.pager li.divider {
	padding: 0 10px;
}

/**********************************************
 * Footnotes
 *********************************************/
.webform_panel p.footnotes {
	color: #666666;
	font-size: 10px;
}

/**********************************************
 * Modal window
 *********************************************/
.webform_panel .modal-window {
    background: #000;
    color: #fff;
    font-size: 11px;
    line-height: 1.33;
    padding: 12px 15px;
	margin: 5px 0px 15px 0px;
}

.webform_panel .modal-window p,.webform_panel .modal-window span {
   color: #DDDDDD;
   font-size: 11px;
   line-height: 1.33;
   margin: 0;
}

.webform_panel .modal-window p a {
	color: #fff !important;
}

.webform_panel .modal-window .close {
	display: block;	
	color: #f7d900;
    text-decoration: underline;
}

.webform_panel .modal-window a {
	color: #fff !important;
    text-decoration: underline;
}

/**********************************************
 * Helper classes
 *********************************************/
.webform_panel .hidden { display: none; visibility: hidden } 

.webform_panel .invisible { visibility: hidden }

.webform_panel .promotional-slide{
	position: relative;
}

.webform_panel .promotional-slide.passive a:after{
	content: "";
	position: absolute;
	background-color: rgba(0, 0, 0, 0.4);
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
}
.webform_panel .promotional-slide.passive.active a:after{
	content: "";
	background-color: initial;
}
.webform_panel div.promotional-slide.passive{
	box-sizing: initial;
	padding-top: 3px;
	margin-bottom: 3px !important;
}
.webform_panel div.promotional-slide.passive.active{
	border: 3px solid #f7d900;
	padding-top: 0;
	margin-left: 0 !important;
	margin-right: 7px !important;
	margin-bottom: 0 !important;
}
.webform_panel .bx-wrapper .bx-controls-direction a{
	background-position: initial;
	height: 50px !important;
	margin-top: 0;
	top: 50%;
	transform: translateY(-20%);
}
.webform_panel .bx-wrapper .bx-controls-direction a.bx-prev {
	left: calc((100% - 495px)/2);
	background-image: url(../images/bx-prev.png);
}

.webform_panel .bx-wrapper .bx-controls-direction a.bx-next {
	right: calc((100% - 545px)/2);
	background-image: url(../images/bx-next.png);
	z-index: 99999;
}
.webform_panel img.slider-opel-logo {
    position: absolute;
    right: 35px;
    top: 35px;
    z-index: 2;
}
.webform_panel .bx-wrapper .bx-next:hover {
    background-position: inherit !important;
}
.webform_panel .vehicle-detail-panel{
	margin-top: 15px;
}
.webform_panel div.vehicle-name{
	display: inline-block;
	padding: 7px 15px;
    background-color: #f7d900;
}
.webform_panel div.vehicle-name span {
    font-size: 30px;
    font-family: "OpelSansCondensed-Bd";
}
.webform_panel div.vehicle-price{
	display: inline-block;
	background-image: url(../images/price_background.png);
	background-position: right center;
	background-repeat: no-repeat;
	padding-top: 2px;
	padding-right: 50px;
	padding-left: 4px;
	height: 93px;
}
.webform_panel div.vehicle-price *{
	color: #fff;
}
.webform_panel .vehicle-price p.price-top-text{
	font-size: 18px;
	font-family: "OpelSansCondensed-ExBd";
}
.webform_panel .vehicle-price p.price-bottom-text{
	font-size: 8px;
	font-family: Verdana;
	display: inline-block;
	width: 100px
}
.webform_panel .vehicle-image{
	display: block;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
}
.webform_panel .vehicle-image img{
	width: 90%;
	height: initial;
	z-index: 0;
	max-width: 600px;
}
.webform_panel .vehicle-price span {
    font-size: 36px;
    color: #fff;
    font-family: "OpelSansCondensed-ExBd";
}
.webform_panel p.price-middle-text {
	line-height: 28px;
}
.webform_panel p.price-middle-text span.months,
.webform_panel p.price-middle-text span.months sup{
	font-size: 20px;
	font-family: "OpelSansCondensed-Bd"
}

.webform_panel .left-part,.webform_panel .right-part{
    display: inline-block;
    vertical-align: top;
}
.webform_panel .right-part{
	text-align: right;
	float: right;
}
.webform_panel .right-part ul{
	margin-top: 15px
}
.webform_panel li.vehicle-list span {
    font-size: 18px;
    font-family: "OpelSansCondensed-Bd";
    text-transform: uppercase;
}
.webform_panel li.vehicle-list{
	margin-bottom: 7px;
}
.webform_panel li.vehicle-list:after{
	content: "";
	display: inline-block;
	width: 13px;
	height: 13px;
	background-color: #f7d900;
	margin-left: 10px;
}
.webform_panel .vehicle-term-link-container {
    text-align: right;
}
.webform_panel .vehicle-term-link-container *,
.webform_panel p.after-price-text{
	font-size: 9px;
	font-family: Verdana;
	color: #545454;
}
.webform_panel p.after-price-text{
	width: 180px;
}
.webform_panel .top-container{
	display: inline-block;
	width: 100%
}
.webform_panel .slider-container{
	background-color: #000;
}
.webform_panel .fake-input {
	z-index: 1000;
	position: absolute;
	width: 45%;
	height: 20px;
}

.webform_panel .wicket-mfu-container {
	margin-top: 10px;
}

.webform_panel .wicket-mfu-container div{
	width: 270px;
	display: inline-block;
} 

.webform_panel .wicket-mfu-container input {
	float: right;
}

.webform_panel .wicket-mfu-caption {
	margin-bottom: 10px;
}

.webform_panel .ui-tooltip {
 	font-style:italic;
 	padding: 10px;
 	opacity: 1;
 	color: #d3d3d3 !important;
} 
@media screen and (max-width: 768px){
	.webform_panel img.slider-opel-logo{
		display: none;
	}
}
@media screen and (max-width: 640px){
	.webform_panel div.bx-viewport {
		width: 210px !important;
	}
	.webform_panel .bx-wrapper .bx-controls-direction a.bx-prev {
		left: calc(50% - 140px);
	}	
	.webform_panel .bx-wrapper .bx-controls-direction a.bx-next {
		right: calc(50% - 140px);
	}
}
@media screen and (max-width: 480px){

	.webform_panel .vehicle-detail-panel{
		padding: 0 12px;	
	}
	.webform_panel.clearfix{
		width: calc(100% - 24px);
	}
	.webform_panel .vehicle-image{
		text-align: right;
	}
	.webform_panel .slider-container{
		margin-top: 12px;
	}
	.webform_panel .left-part, .right-part{
		width: 100%;
	}
	.webform_panel div.promotional-slide.passive{
		width: 100px !important;
		margin-left: 4px !important;
		margin-right: 4px !important;
	}
	.webform_panel div.promotional-slide.passive.active {
		margin-right: 1px !important;
	}
}
@media screen and (max-width: 1024px) and (min-width: 769px) {
	.thank-you-yellow-area {
        height: 330px;
    }
    .thank-you-image {
        width: 150px;
        height: 130px;
    }
    .thank-you-yellow-area p{
        font-size: 48px;
    }
}

@media screen and (max-width: 980px){	
	.thank-you-yellow-area {
        height: 425px;
    }
}
@media screen and (max-width: 768px){
	.clearfix.new_mod_webform .form-boxed .field-group{
		flex-direction: column;
	}
	.webform_panel.clearfix.new_mod_webform .form-boxed input[type="text"], 
	.webform_panel.clearfix.new_mod_webform .form-boxed input[type="date"], 
	.webform_panel.clearfix.new_mod_webform .fields.opt_select_webform,
	.webform_panel.clearfix.new_mod_webform .form-boxed textarea,
	.webform_panel.clearfix.new_mod_webform .form-boxed .fields.radio_but_container .check_cont{
		width: 100%;
	}
	.clearfix.new_mod_webform .black-button{
		padding: 12px 30px;
	}
}
@media screen and (max-width:480px){
    .webform_panel .form-boxed .fields {
        float: none;
        width: 100%;
    }
    .webform_panel button.black-button{
    	width: auto;
    }
    .webform_panel .form-boxed input{
        width: 100%;
    }
    .webform_panel .form-boxed select{
        width: calc(100% + 4px);
    }
    .webform_panel .form-boxed textarea{
        width: calc(100% + 2px);
    } 
    .webform_panel .radio-fields input {
       width: auto;
       vertical-align: middle;
    }
    .webform_panel .form-boxed label {
       float: none;
       display: block;
       font-weight: bold;
       margin-bottom: 5px;
    }
    .webform_panel .radio-fields label {
        margin-left: 5px;
        min-width: auto;
        display: inline-block;
        font-weight: normal;
    }
    .webform_panel .form-boxed .field-group{
        margin-bottom: 10px;
    } 
    .webform_panel .special-width.hasDatepicker{
        margin-left: 0px;
        margin-right: 7px;
        width: calc(100% - 28px);
    }
    
    .thank-you-image {
        width: 80px;
        height: 80px;
    }
     .thank-you-yellow-area {
        height: 140px;
    }
    .thank-you-yellow-area p{
        font-size: 26px;
    }
    .webform_panel .dealer-contacts{
        width: 100%;
        padding: 20px 12px
    }
    .webform_panel span.field-invalid-message{
      margin-left: 0;
    }
    .webform_panel.clearfix.new_mod_webform .form-boxed .fields.radio_but_container .check_cont{
    	flex-direction: column;
    }
   .webform_panel.clearfix.new_mod_webform .form-boxed .fields.radio_but_container .check_cont .check_lbl {
	    flex-direction: row-reverse;
	    justify-content: flex-end;
	    margin-bottom: 15px;
	}
	.webform_panel.clearfix.new_mod_webform .form-boxed .fields.radio_but_container .check_cont .r-revers{
	    display: flex;
	}
	.webform_panel.clearfix.new_mod_webform .form-boxed .fields.radio_but_container .check_cont .r-revers > div:first-child {
	    width: 80px;
	}
	.webform_panel.clearfix.new_mod_webform .check_cont .check_lbl{
		width: 100%;
	}
}