.contentContainer #dealerLocator {
  background-color: rgba(246, 243, 239, 0.8);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.contentContainer #dealerLocator.mapActive {
  background-color: #e8e2d7;
}
.contentContainer #dealerLocator .dealerBody {
  height: calc(100% - 70px);
  position: relative;
  width: 100%;
}
.contentContainer #dealerLocator .dealerBody #dealerForm {
  height: 100%;
}
.backToConfigurator {
  background-color: #e8e2d7;
  height: 70px;
  padding: 0 70px;
  position: relative;
}
.backToConfigurator .link {
  cursor: pointer;
  line-height: 70px;
  padding-left: 5px;
  text-transform: uppercase;
  font-weight: 700;
  max-height: 70px;
  overflow: hidden;
}
.backToConfigurator .link:hover .caption {
  margin-left: 10px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.backToConfigurator .link .caption {
  margin-left: 20px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper {
  height: 100%;
  width: 100%;
}
.dealerWrapper .findDealerWrapper {
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
  padding-top: 50px;
  z-index: 2;
  position: relative;
}
.dealerWrapper .findDealerWrapper.moveLeft {
  padding: 0 30px 0 70px;
  display: inline-block;
  width: 460px;
}
.dealerWrapper .findDealerWrapper.moveLeft .findLocation .field,
.dealerWrapper .findDealerWrapper.moveLeft .findLocation .block {
  margin: 0 0 10px;
}
.dealerWrapper .findDealerWrapper.absolute {
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: auto;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 1;
}
.dealerWrapper .findDealerWrapper.absolute.moveLeft {
  left: 0;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.dealerWrapper .findDealerWrapper.absolute.moveUp {
  top: 0;
  -webkit-transform: translate(0, 0%);
  -moz-transform: translate(0, 0%);
  -o-transform: translate(0, 0%);
  -ms-transform: translate(0, 0%);
  transform: translate(0, 0%);
}
.dealerWrapper .findDealerWrapper.hiddenHeader .findLocation .header {
  display: none;
}
.dealerWrapper .findDealerWrapper.hideHeader:not(.absolute) .findLocation {
  width: 338px;
}
.dealerWrapper .findDealerWrapper.hideHeader.active {
  height: 100%;
  background: #e8e2d7;
  -webkit-transition: all 0s ease-out;
  -moz-transition: all 0s ease-out;
  -o-transition: all 0s ease-out;
  transition: all 0s ease-out;
}
.dealerWrapper .findDealerWrapper.hideHeader .findLocation .header {
  opacity: 0;
  max-height: 0;
}
.dealerWrapper .findLocation {
  margin: 0 0 22px 0;
}
.dealerWrapper .findLocation .field input {
  padding-left: 20px;
}
.dealerWrapper .dealerResults {
  display: none;
  height: calc(100% - 200px);
  margin: 30px 0;
  /*	padding:0 @paddingWeirdSceize;*/
  opacity: 0;
  visibility: hidden;
  width: 360px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .dealerResults.active {
  display: block;
  visibility: visible;
}
.dealerWrapper .dealerResults.active.activated {
  opacity: 1;
}
.dealerWrapper .dealerResults .header {
  border-top: 2px solid #ffffff;
  height: 50px;
  padding: 15px 0;
}
.dealerWrapper .dealerResults .header .title {
  color: #1d1d1b;
  padding: 0 22px;
  text-transform: uppercase;
  font-weight: 700;
}
.dealerWrapper .dealerResults.scrollableArea.active .jspVerticalBar {
  opacity: 1;
}
.dealerWrapper .dealerResults.scrollableArea .jspVerticalBar {
  right: 0px;
  opacity: 0;
  width: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .dealerResults.scrollableArea .jspVerticalBar .jspTrack {
  background-color: #d6cec0;
  border-radius: 0px;
}
.dealerWrapper .dealerResults.scrollableArea .jspVerticalBar .jspTrack .jspDrag {
  background-color: #f6f3ef;
  border-radius: 2px;
}
.dealerWrapper .dealerResults .results {
  height: calc(100% - 50px);
}
.dealerWrapper .dealerResults .results .heading {
  color: #1d1d1b;
  padding: 15px 22px;
  position: relative;
  background-color: #1d1d1b;
  color: #e8e2d7;
  text-transform: uppercase;
  font-weight: bold;
  transform: translateY(2px);
  z-index: 1;
}
.dealerWrapper .dealerResults .results .heading .extra {
  font-weight: normal;
  font-style: italic;
}
.dealerWrapper .dealerResults .results .result {
  color: #1d1d1b;
  border-top: 2px solid #ffffff;
  padding: 15px 22px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .dealerResults .results .result:last-child {
  margin-bottom: 30px;
}
.dealerWrapper .dealerResults .results .result:hover {
  background: rgba(255, 255, 255, 0.4);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .dealerResults .results .result.selected {
  background-color: #ffffff;
}
.dealerWrapper .dealerResults .results .result .resultContainer {
  display: flex;
}
.dealerWrapper .dealerResults .results .result .column.address {
  cursor: pointer;
  flex-grow: 1;
}
.dealerWrapper .dealerResults .results .result .column.data {
  text-align: right;
  width: 85px;
}
.dealerWrapper .dealerResults .results .result .column span {
  display: block;
  line-height: 22px;
}
.dealerWrapper .dealerResults .results .result .name {
  font-weight: 700;
}
.dealerWrapper .dealerResults .results .result .distance {
  font-weight: 700;
}
.dealerWrapper .dealerResults .results .result .link a {
  color: #cc3333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .dealerResults .results .result .link a:hover {
  color: #1d1d1b;
}
.dealerWrapper .findLocation,
.dealerWrapper .orderForm {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .findLocation .header,
.dealerWrapper .orderForm .header {
  max-height: 240px;
  opacity: 1;
  overflow: hidden;
  text-align: center;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .findLocation .header .title,
.dealerWrapper .orderForm .header .title {
  font-family: "BebasNeue";
  font-size: 70px;
  padding: 0 0 20px;
  font-weight: 700;
}
.dealerWrapper .findLocation .header .description,
.dealerWrapper .orderForm .header .description {
  padding: 0 0 30px;
}
.dealerWrapper .findLocation .block,
.dealerWrapper .orderForm .block {
  height: 70px;
  line-height: 70px;
  margin: 0 auto 10px;
  width: 338px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .findLocation .field,
.dealerWrapper .orderForm .field {
  background-color: #ffffff;
  cursor: text;
  height: 70px;
  margin: 0 auto 10px;
  position: relative;
  width: 338px;
}
.dealerWrapper .findLocation .field.focus label,
.dealerWrapper .orderForm .field.focus label {
  top: 20px;
  font-size: 11px;
}
.dealerWrapper .findLocation .field label,
.dealerWrapper .orderForm .field label {
  color: #dddddd;
  font-size: 14px;
  left: 20px;
  position: absolute;
  text-transform: uppercase;
  top: 27px;
  z-index: 2;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .findLocation .field input,
.dealerWrapper .orderForm .field input {
  background-color: transparent;
  border: none;
  bottom: 10px;
  display: block;
  text-transform: uppercase;
  height: 30px;
  left: auto;
  position: absolute;
  top: auto;
  width: 100%;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.dealerWrapper .findLocation .button,
.dealerWrapper .orderForm .button {
  cursor: pointer;
  display: block;
  box-sizing: border-box;
  border-radius: 0;
}
.dealerWrapper .findLocation .button.hidden,
.dealerWrapper .orderForm .button.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.dealerWrapper .findLocation .button.primary:hover,
.dealerWrapper .orderForm .button.primary:hover {
  background: #207f3b;
  border-color: #207f3b;
  color: #ffffff;
}
.dealerWrapper .findLocation .button.white,
.dealerWrapper .orderForm .button.white {
  color: #1d1d1b;
}
@media all and (max-width: 1300px) {
  .backToConfigurator {
    padding-left: 50px;
  }
  .backToConfigurator .openConfigurator {
    padding-left: 0;
  }
  .dealerWrapper .findDealerWrapper {
    padding: 0 50px 0 50px !important;
  }
}
@media all and (max-width: 1150px) {
  .dealerWrapper .findDealerWrapper .findLocation .header .title {
    font-size: 50px;
  }
}
@media all and (max-width: 1024px) {
  .dealerWrapper .findDealerWrapper {
    width: 100% !important;
  }
  .dealerWrapper .findDealerWrapper.hideHeader {
    width: 450px !important;
    -webkit-transition: all 0.3s ease-out !important;
    -moz-transition: all 0.3s ease-out !important;
    -o-transition: all 0.3s ease-out !important;
    transition: all 0.3s ease-out !important;
  }
  .dealerWrapper .findDealerWrapper.hideHeader .findLocation .header {
    opacity: 1;
    max-height: 240px;
  }
  .dealerWrapper .findDealerWrapper.hideHeader.hiddenHeader .findLocation .header {
    display: block;
  }
  .dealerWrapper .findDealerWrapper.absolute {
    top: 0 !important;
    -webkit-transform: translate(0) !important;
    -moz-transform: translate(0) !important;
    -o-transform: translate(0) !important;
    -ms-transform: translate(0) !important;
    transform: translate(0) !important;
    left: 0 !important;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .dealerWrapper .findDealerWrapper .findLocation {
    width: 350px !important;
    margin: 0 auto;
  }
  .dealerWrapper .findDealerWrapper .findLocation .header .title {
    font-size: 50px;
  }
  .dealerWrapper .findDealerWrapper .findLocation .field,
  .dealerWrapper .findDealerWrapper .findLocation .button {
    width: 100%;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  .dealerWrapper .findLocation .header {
    max-height: 240px;
  }
  .dealerWrapper .dealerResults {
    height: calc(100% - 350px);
  }
  .dealerWrapper .dealerResults .results .result:last-child {
    margin-bottom: 80px;
  }
  .dealersWrapper {
    display: none;
  }
  .findLocation .field input {
    font-size: 16px;
  }
}
@media all and (max-width: 767px) {
  .backToConfigurator {
    padding-left: 20px;
    padding-right: 20px;
  }
  .contentContainer #dealerLocator {
    min-height: calc(100% - 70px);
    height: auto;
    overflow: auto;
  }
  .dealerWrapper .findDealerWrapper {
    width: 100% !important;
    padding: 20px !important;
  }
  .dealerWrapper .findDealerWrapper.hideHeader {
    width: 100% !important;
  }
  .dealerWrapper .findDealerWrapper .findLocation {
    width: 100% !important;
  }
  .dealerWrapper .findDealerWrapper .findLocation .header {
    height: auto !important;
  }
  .dealerWrapper .findDealerWrapper .dealerResults {
    width: 100% !important;
  }
  .dealerWrapper .findDealerWrapper .dealerResults .header .title {
    padding-left: 0;
    padding-right: 0;
  }
  .dealerWrapper .findDealerWrapper .dealerResults .results .result {
    padding-left: 0;
    padding-right: 0;
  }
  .dealerWrapper .findDealerWrapper .dealerResults .results .result .column.data {
    width: 90px;
  }
  .dealerWrapper .findDealerWrapper .dealerResults .results .result.selected {
    background-color: transparent;
  }
}
@media all and (max-width: 500px) {
  .backToConfigurator .link:hover .caption {
    padding-right: 30px;
  }
  .backToConfigurator .link .caption {
    position: absolute;
    line-height: 16px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    padding-right: 20px;
    box-sizing: border-box;
  }
  .dealerWrapper .findDealerWrapper .findLocation .header .title {
    font-size: 35px;
    padding-bottom: 10px;
  }
  .dealerWrapper .findDealerWrapper .findLocation .header .description {
    padding-bottom: 20px;
  }
  .dealerWrapper .findDealerWrapper .findLocation #getLocation {
    padding: 0 10px;
  }
}
#pageMap {
  height: 100%;
  width: 100%;
  opacity: 0;
  position: relative;
  display: inline-block;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  float: right;
}
#pageMap.active {
  width: calc(100% - 460px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pageMap.active.activated {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
#pageMap.active.orderActive {
  width: calc(100% - 860px);
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
#pageMap .gm-style {
  background: #e8e2d7;
}
#pageMap .gm-style > div:first-child > div:first-child > div:last-child {
  opacity: 0.7;
}
#pageMap .gm-style .si-wrapper-top.info,
#pageMap .gm-style .si-wrapper-left.info {
  width: 155px;
  margin-top: -30px;
}
#pageMap .gm-style .si-wrapper-top.info .si-content-wrapper,
#pageMap .gm-style .si-wrapper-left.info .si-content-wrapper {
  border-radius: 25px;
  background: #1d1d1b;
  color: #ffffff;
  padding: 20px;
  font-weight: 700;
  text-transform: uppercase;
}
#pageMap .gm-style .si-wrapper-top.info .si-content-wrapper .si-content .info,
#pageMap .gm-style .si-wrapper-left.info .si-content-wrapper .si-content .info {
  font-size: 12px;
}
#pageMap .gm-style .si-wrapper-top.info .si-content-wrapper .si-content .info p,
#pageMap .gm-style .si-wrapper-left.info .si-content-wrapper .si-content .info p {
  line-height: 14px;
}
#pageMap .gm-style .si-wrapper-top.info .si-content-wrapper .si-content .info p.adress,
#pageMap .gm-style .si-wrapper-left.info .si-content-wrapper .si-content .info p.adress {
  margin: 20px 0 10px 0;
}
#pageMap .gm-style .si-wrapper-top.info .si-pointer-top,
#pageMap .gm-style .si-wrapper-left.info .si-pointer-top {
  border-top-color: #1d1d1b;
}
#pageMap .gm-style .si-wrapper-top .si-pointer-top,
#pageMap .gm-style .si-wrapper-left .si-pointer-top {
  margin-top: -5px;
}
#pageMap .gm-style .si-wrapper-top .si-shadow-wrapper-top,
#pageMap .gm-style .si-wrapper-left .si-shadow-wrapper-top,
#pageMap .gm-style .si-wrapper-top .si-shadow-wrapper-left,
#pageMap .gm-style .si-wrapper-left .si-shadow-wrapper-left,
#pageMap .gm-style .si-wrapper-top .si-close-button,
#pageMap .gm-style .si-wrapper-left .si-close-button {
  display: none;
}
#pageMap .gm-style .si-wrapper-top .si-content-wrapper,
#pageMap .gm-style .si-wrapper-left .si-content-wrapper {
  text-align: center;
  border: none;
}
@media all and (max-width: 1150px) {
  #pageMap.active {
    width: calc(100% - 460px);
  }
  #pageMap.active.orderActive {
    width: 0;
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
}
@media all and (max-width: 950px) {
  #pageMap.active {
    width: calc(100% - 460px);
  }
  #pageMap.active.orderActive {
    width: calc(100% - 460px);
    -webkit-transition: all 1s ease-out;
    -moz-transition: all 1s ease-out;
    -o-transition: all 1s ease-out;
    transition: all 1s ease-out;
  }
}
.orderFormWrapper {
  height: calc(100% - 40px);
  border-left: 2px solid rgba(255, 255, 255, 0.2);
  opacity: 1;
  padding: 0 50px;
  width: 400px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
  position: absolute;
  left: -400px;
  background: #e8e2d7;
  z-index: 1;
  top: 0;
}
.orderFormWrapper.active.activated {
  left: 460px;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.orderFormWrapper .iconLink {
  color: #1d1d1b;
  display: none;
  line-height: 30px;
  padding-bottom: 15px;
  font-weight: 500;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 32px;
  z-index: 1;
}
.orderFormWrapper .iconLink.disabled {
  opacity: 0.3;
  cursor: normal;
}
.orderFormWrapper .iconLink.disabled:hover .fa {
  border: 2px solid #e8e2d7;
}
.orderFormWrapper .iconLink.hidden {
  display: none;
  visibility: hidden;
  opacity: 0;
}
.orderFormWrapper .iconLink .fa {
  background: #f6f3ef;
  border: 2px solid #e8e2d7;
  border-radius: 50%;
  height: 32px;
  line-height: 30px;
  text-align: center;
  width: 32px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .innerWrapper {
  height: 100%;
  padding-right: 20px !important;
  box-sizing: border-box;
}
.orderFormWrapper .innerWrapper .jspVerticalBar {
  right: 0px;
  opacity: 1;
  width: 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .innerWrapper .jspVerticalBar .jspTrack {
  background-color: #d6cec0;
  border-radius: 0px;
}
.orderFormWrapper .innerWrapper .jspVerticalBar .jspTrack .jspDrag {
  background-color: #f6f3ef;
  border-radius: 2px;
}
.orderFormWrapper .formLabel {
  text-transform: uppercase;
  font-weight: 600;
  margin-bottom: 20px;
  display: block;
}
.orderFormWrapper .formExtras {
  font-size: 12px;
  padding-bottom: 50px;
  display: block;
  line-height: 14px;
}
.orderFormWrapper .fields {
  border-bottom: 2px solid #ffffff;
  margin-top: 20px;
  padding-bottom: 10px;
  width: 100%;
}
.orderFormWrapper .fields:first-child {
  margin-top: 0;
}
.orderFormWrapper .fields .field {
  background: #f6f3ef;
  cursor: text;
  margin-bottom: 10px;
  min-height: 70px;
  padding: 0 20px;
  position: relative;
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .fields .field:after {
  background: #cc3333;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  top: auto;
  width: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .fields .field.invalid {
  background: #e2bfb6;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .fields .field.invalid:after {
  width: 100%;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .fields .field.focus label {
  top: 15px;
  font-size: 11px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .fields .field label {
  color: #d3d3d3;
  font-size: 14px;
  left: 20px;
  position: absolute;
  top: 28px;
  text-transform: uppercase;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .fields .field input {
  font-size: 14px;
  line-height: 16px;
  left: 20px;
  position: absolute;
  top: 50%;
  width: calc(100% - 40px);
  border: none;
  height: 20px;
  text-transform: none;
  font-weight: 700;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.orderFormWrapper .fields .field.select {
  /*                label{
                    z-index:1;
                }*/
}
.orderFormWrapper .fields .field.select .select {
  width: 100%;
  position: absolute;
  left: 0;
  z-index: 1;
}
.orderFormWrapper .fields .field.select .select2 {
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100% !important;
  left: 0;
  box-sizing: border-box;
  background: transparent;
  height: 20px;
  font-size: 14px;
  font-weight: 700;
  border: none;
}
.orderFormWrapper .fields .field.select .select2 .select2-selection__rendered {
  line-height: 20px;
  padding: 0 50px 0 20px;
}
.orderFormWrapper .fields .field.select .select2 .select2-selection--single {
  height: 20px;
  border: none;
  border-radius: 0;
  background: transparent;
}
.orderFormWrapper .fields .field.select .select2 .select2-selection--single .select2-selection__arrow {
  height: 20px;
  right: 20px;
}
.orderFormWrapper .checks {
  border-bottom: 2px solid #ffffff;
  padding: 30px 0;
}
.orderFormWrapper .checks .check {
  margin-bottom: 20px;
  position: relative;
}
.orderFormWrapper .checks .check:last-child {
  margin-bottom: 0;
}
.orderFormWrapper .checks .check a {
  color: #cc3333;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .checks .check a:hover {
  color: #1d1d1b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .checks .check input {
  display: none;
}
.orderFormWrapper .checks .check input:checked ~ .checkmark:after {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .checks .check .checkmark {
  background: #ffffff;
  height: 20px;
  left: 0;
  position: absolute;
  top: -1px;
  width: 20px;
}
.orderFormWrapper .checks .check .checkmark:after {
  background: #cc3333;
  content: "";
  display: block;
  opacity: 0;
  height: 12px;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 12px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .checks .check .container {
  display: block;
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.orderFormWrapper .buttons {
  margin: 30px 0;
}
.orderFormWrapper .buttons .submit {
  background: #379551;
  border: 2px solid #379551;
  color: #ffffff;
  cursor: pointer;
  display: block;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  line-height: 70px;
  min-height: 70px;
  opacity: 1;
  padding: 0 20px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
  width: 100%;
  font-weight: 700;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .buttons .submit:hover {
  background: #207f3b;
  border-color: #207f3b;
}
.orderFormWrapper .buttons .submit.disabled {
  cursor: default;
  background: #000000;
  border-color: #000000;
  opacity: 0.3;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .buttons .submit.disabled:hover {
  background: #000000;
  border-color: #000000;
}
.orderFormWrapper .buttons .submit.succes {
  cursor: default;
  background: #1d1d1b;
  border-color: #1d1d1b;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .buttons .submit.succes:hover {
  background: #1d1d1b;
}
.orderFormWrapper .buttons .submit.succes .sendText {
  margin-top: 20px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .buttons .submit.succes .succes {
  margin-top: 0;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .buttons .submit .sendText {
  margin-top: 0;
  opacity: 1;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.orderFormWrapper .buttons .submit .succes {
  margin-top: -20px;
  opacity: 0;
  height: auto;
  left: 50%;
  position: absolute;
  top: 50%;
  width: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.countrySelectorDropdown .select2-dropdown {
  border: none;
  background: #f3f3f3;
  margin-top: 25px;
}
.countrySelectorDropdown .select2-dropdown .select2-results__option--highlighted[aria-selected] {
  background: #cc3333;
}
@media all and (max-width: 1150px) {
  .orderFormWrapper {
    width: calc(100% - 460px);
    left: calc(-100% + 460px);
  }
}
@media all and (max-width: 1024px) {
  .orderFormWrapper {
    height: 100%;
  }
  .orderFormWrapper .fields .field input {
    font-size: 16px;
  }
  .orderFormWrapper .fields .field.select .select2 .select2-selection__rendered {
    font-size: 16px;
  }
}
@media all and (max-width: 950px) {
  .orderFormWrapper {
    z-index: 2;
    width: 100%;
    left: -100%;
    top: 110px;
    height: calc(100% - 110px);
    border-left: 0;
    padding-top: 70px;
    position: fixed;
    width: calc(100% - 100px);
    overflow: auto;
  }
  .orderFormWrapper.active.activated {
    left: 100px;
  }
  .orderFormWrapper .iconLink {
    display: block;
  }
}
@media all and (max-width: 767px) {
  .orderFormWrapper {
    padding: 70px 20px 0 20px;
    width: calc(100% - 50px);
    height: calc(100% - 70px);
    top: 70px;
    overflow: auto;
  }
  .orderFormWrapper.active.activated {
    left: 50px;
  }
  .orderFormWrapper .innerWrapper {
    padding-right: 0 !important;
  }
}
.contentContainer #thankyouNotice {
  background-color: #ffffff;
  display: flex;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.contentContainer #thankyouNotice .thankyouBody {
  background-color: #e8e2d7;
  display: flex;
  height: 100%;
  justify-content: center;
  position: relative;
  width: 50%;
}
.contentContainer #thankyouNotice .backToConfigurator {
  position: absolute;
  z-index: 1;
  width: 50%;
  box-sizing: border-box;
}
.contentContainer #thankyouNotice .backToConfigurator .link {
  display: block;
  color: #1d1d1b;
}
.bikeContainer {
  height: 100%;
  left: 38%;
  position: absolute;
  top: 0;
  width: 62%;
}
.bikeContainer .bikeImageWrapper {
  height: 100%;
  position: relative;
  width: 100%;
}
.bikeContainer .bikeImageWrapper img {
  object-fit: contain;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.thankyouBody .thankyouWrapper {
  align-self: center;
  text-align: center;
  width: 420px;
}
.thankyouBody .thankyouWrapper .header {
  color: #ffffff;
  padding-bottom: 20px;
}
.thankyouBody .thankyouWrapper .header .title {
  display: inline-block;
  margin-top: 10px;
}
.thankyouBody .thankyouWrapper .header .checked {
  position: relative;
}
.thankyouBody .thankyouWrapper .header .checked:after {
  background: #cc3333;
  border-radius: 50%;
  color: #ffffff;
  line-height: 40px;
  right: -30px;
  text-align: center;
  height: 40px;
  left: auto;
  position: absolute;
  top: 50%;
  width: 40px;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  content: "\f00c";
  font-family: "Font Awesome 5 Free";
  font-size: 13px;
  font-weight: 900;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thankyouBody .thankyouWrapper .body {
  line-height: 24px;
}
.thankyouBody .thankyouWrapper .divider {
  background-color: #ffffff;
  border: none;
  height: 2px;
  margin: 20px 0;
  width: 100%;
}
.thankyouBody .thankyouWrapper .address {
  line-height: 24px;
}
.thankyouBody .links {
  bottom: 20px;
  display: flex;
  padding: 0 75px;
  position: absolute;
  width: 100%;
  z-index: 3;
}
.thankyouBody .links .link {
  color: #000000;
  cursor: pointer;
  line-height: 70px;
  width: 50%;
  text-transform: uppercase;
  font-weight: 700;
}
.thankyouBody .links .link .caption {
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.thankyouBody .links .link .button {
  min-width: 200px;
}
.thankyouBody .links .link:first-child {
  text-align: left;
}
.thankyouBody .links .link:first-child:hover .caption {
  margin-left: 10px;
}
.thankyouBody .links .link:first-child .caption {
  margin-left: 20px;
}
.thankyouBody .links .link:last-child {
  text-align: right;
}
.thankyouBody .links .link:last-child:hover .caption {
  margin-right: 10px;
}
.thankyouBody .links .link:last-child .caption {
  margin-right: 20px;
}
@media all and (max-width: 1400px) {
  .thankyouBody .thankyouWrapper {
    margin-top: -60px;
  }
  .thankyouBody .links {
    bottom: 20px;
    display: block;
  }
  .thankyouBody .links .link {
    line-height: 40px;
  }
  .thankyouBody .links .link:first-child {
    display: block;
    width: 100%;
    text-align: center;
  }
  .thankyouBody .links .link:last-child {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
}
@media all and (max-height: 750px) {
  .thankyouBody .thankyouWrapper .header .title.huge {
    font-size: 90px;
    line-height: 65px;
  }
}
@media all and (max-width: 1150px) {
  .contentContainer #thankyouNotice .backToConfigurator {
    width: 100%;
  }
  .contentContainer #thankyouNotice {
    overflow: auto;
    display: block;
  }
  .contentContainer #thankyouNotice .thankyouBody {
    display: block;
    width: 100%;
    padding: 70px 50px 240px 50px;
    height: auto;
  }
  .contentContainer #thankyouNotice .thankyouBody .thankyouWrapper {
    margin: 0 auto;
    width: 100%;
  }
  .contentContainer #thankyouNotice .thankyouBody .links {
    bottom: 100px;
    display: block;
    box-sizing: border-box;
    width: 100%;
    left: 0;
    padding: 0 20px;
  }
  .contentContainer #thankyouNotice .thankyouBody .links .link {
    line-height: 40px;
  }
  .contentContainer #thankyouNotice .thankyouBody .links .link:first-child {
    display: block;
    width: 100%;
    text-align: center;
  }
  .contentContainer #thankyouNotice .thankyouBody .links .link:last-child {
    width: 100%;
    text-align: center;
    display: block;
    margin-top: 20px;
  }
  .contentContainer #thankyouNotice .bikeContainer {
    height: 400px;
    width: 100%;
    position: static;
  }
  .contentContainer #thankyouNotice .bikeContainer .bikeImageWrapper {
    margin-top: -100px;
  }
  .thankyouBody .thankyouWrapper .header .title.huge {
    font-size: 90px;
    line-height: 65px;
  }
  .thankyouBody .thankyouWrapper .header .title.huge:after {
    width: 35px;
    height: 35px;
    line-height: 35px;
  }
}
@media all and (max-width: 767px) {
  .contentContainer #thankyouNotice .thankyouBody {
    padding: 70px 20px 240px 20px;
  }
}
@media all and (max-width: 500px) {
  .thankyouBody .thankyouWrapper .header .title.huge {
    font-size: 50px;
    line-height: 30px;
  }
  .thankyouBody .thankyouWrapper .header .title.huge:after {
    width: 20px;
    height: 20px;
    line-height: 20px;
    font-size: 10px;
    right: -10px;
  }
  .contentContainer #thankyouNotice .bikeContainer {
    height: 300px;
  }
}
@media all and (max-width: 380px) {
  .contentContainer #thankyouNotice .bikeContainer {
    height: 200px;
  }
}
