/* Custom mixins */
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: 'CorpoS', sans-serif;
  font-size: 1.6rem;
  line-height: 1.42857143;
  color: #333333;
  background-color: #fff;
}
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
figure {
  margin: 0;
}
img {
  vertical-align: middle;
}
.img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
hr {
  margin-top: 2rem;
  margin-bottom: 2rem;
  border: 0;
  border-top: 1px solid #eeeeee;
}
[role="button"] {
  cursor: pointer;
}
.login_wrapper {
  margin: 0 0 40px;
}
@media only screen and (min-width: 768px) {
  .login_wrapper {
    margin: 0;
    padding: 0 0 78px;
  }
}
@media only screen and (min-width: 1280px) {
  .login_wrapper {
    margin: 0 69px 0 60px;
  }
}
.login_wrapper form .input_holder {
  position: relative;
  margin: 0 0 18px;
}
.login_wrapper form .input_holder button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 85px;
  background: none;
  border: none;
  color: #616B75;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
}
.login_wrapper p {
  padding: 17px 0 0;
  text-align: center;
}
@media only screen and (min-width: 1280px) {
  .login_wrapper p {
    padding: 17px 0 0 0;
  }
}
.new_account_wrapper .button {
  margin: 0 0 18px;
}
.new_account_wrapper .button img {
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 30px;
  margin: -3px 11px 0 -10px;
}
.account_settings_page .account_box .account_box_links {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.account_settings_page {
  padding: 0 0 80px;
  font-family: 'CorpoS';
}
@media only screen and (min-width: 768px) {
  .account_settings_page {
    padding: 61px 0 115px;
  }
}
@media only screen and (min-width: 768px) {
  .account_settings_page .account_box_grid {
    display: grid;
    grid-template-columns: 48.67% 48.67%;
    grid-template-rows: auto;
    grid-column-gap: 2.66%;
    grid-row-gap: 50px;
  }
}
@media only screen and (min-width: 1280px) {
  .account_settings_page .account_box_grid {
    grid-template-columns: 34.4% 34.4% 25.88%;
  }
}
.account_settings_page .account_box {
  background: #F7F7F7;
  margin: 0 -10px 30px;
  position: relative;
}
@media only screen and (min-width: 768px) {
  .account_settings_page .account_box {
    margin: 0;
  }
}
.account_settings_page .account_box .inside {
  padding: 0 15px 20px;
}
@media only screen and (min-width: 768px) {
  .account_settings_page .account_box .inside {
    padding: 0 30px 38px;
  }
}
.account_settings_page .account_box h3 img {
  display: inline-block;
  vertical-align: middle;
  max-height: 24px;
  width: auto;
  margin: -5px 15px 0 0;
}
.account_settings_page .account_box .account_box_terms_data {
  padding: 27px 0 0;
}
.account_settings_page .account_box .account_box_terms_data .row {
  margin: 0 -5px;
}
.account_settings_page .account_box .account_box_terms_data .row > div {
  padding: 0 5px;
}
.account_settings_page .account_box .account_box_terms_data strong {
  display: block;
  font-size: 1.5rem;
  margin: 0 0 10px;
}
.account_settings_page .account_box .account_box_terms_data .input_holder {
  margin: 0 0 12px;
}
.account_settings_page .account_box .account_box_terms_data input:disabled {
  opacity: 0.3;
}
.account_settings_page .account_box .account_box_terms_data .submit {
  padding: 36px 0 0;
}
.account_settings_page .account_box .account_box_address {
  padding: 28px 0 50px;
  min-height: 260px;
}
.account_settings_page .account_box .account_box_address strong {
  display: block;
  font-size: 1.5rem;
  margin: 0 0 7px;
}
.account_settings_page .account_box .account_box_address p {
  font-size: 1.5rem;
  line-height: 14.5pt;
}
.account_settings_page .account_box .account_box_links .button {
  margin: 14px 0 0;
  padding-left: 27px;
}
.account_settings_page .account_box .overlay_lock {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url('../img/bgi/bg-lock.png') 0 repeat;
  z-index: 9;
}
.account_settings_page .account_box .overlay_lock .icon {
  position: absolute;
  top: 7px;
  right: 9px;
  padding: 5px 0 0;
  text-align: center;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background: #1A1A20;
}
.account_settings_page .account_box .overlay_lock .icon img {
  vertical-align: top;
}
.account_settings_page .account_box .overlay_lock .layer-wrap {
  display: table;
  width: 100%;
  height: 100%;
}
.account_settings_page .account_box .overlay_lock .layer-wrap .layer {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  padding: 10px 30px 0;
}
.account_settings_page .account_box .overlay_lock .layer-wrap .layer span {
  display: inline-block;
  background: #FFFFFF;
  width: 100%;
  border: 1px solid #616B75;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
  padding: 53px 20px 23px;
}
.account_settings_page .account_box .overlay_lock .layer-wrap .layer span strong {
  display: block;
  font-size: 16.5pt;
  line-height: 27px;
  margin: 0 0 56px;
}
.account_settings_page .account_box .account_box_address1 {
  padding: 19px 0 0;
}
.account_settings_page .account_box .account_box_address1 .headline {
  display: block;
  color: #616B75;
  font-size: 1.5rem;
  margin: 0 0 7px;
}
.account_settings_page .account_box .account_box_address1 h4 {
  min-height: 56px;
}
.account_settings_page .account_box .account_box_address1 p {
  font-size: 1.5rem;
  line-height: 18px;
  margin: 0 0 13px;
}
.account_settings_page .account_box .account_box_address1 .address_status {
  color: #FFFFFF;
  background: #0081A2;
  display: inline-block;
  padding: 0 19px;
  height: 40px;
  line-height: 40px;
  text-transform: uppercase;
  font-size: 1.5rem;
}
.account_settings_page .account_box .account_box_address1 .address_options .address_delete {
  margin-left: 15px;
  width: 32px;
  height: 40px;
  background: url('/img/icon/webicons/delete.svg') 0 center no-repeat;
}
.account_settings_page .account_box .account_box_address1 .account_box_links .button {
  margin: 17px 0 0;
}
.account_settings_page .account_box .account_box_address1 .account_box_links .back_link {
  padding-left: 49px;
  background: #F7F7F7;
  border-color: #616B75;
}
.account_settings_page .account_box .account_box_address1 .account_box_links .back_link:before {
  display: none;
}
.account_settings_page .account_box .account_box_address1 .account_box_links .back_link:after {
  right: auto;
  left: 18px;
  transform: rotate(180deg);
}
.account_settings_page .account_box .account_box_address2 {
  padding: 19px 0 0;
}
.account_settings_page .account_box .account_box_address2 .headline {
  display: block;
  color: #616B75;
  font-size: 1.5rem;
  margin: 0 0 12px;
}
.account_settings_page .account_box .account_box_address2 form .radio_buttons {
  background: #dddddd;
  margin: 0 0 3px;
  overflow: hidden;
}
.account_settings_page .account_box .account_box_address2 form .radio_buttons .input_holder {
  margin: 0;
}
.account_settings_page .account_box .account_box_address2 form .radio_buttons .input_holder input[type="radio"]:checked + label {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.9);
}
.account_settings_page .account_box .account_box_address2 form .row {
  margin: 0 -5px;
}
.account_settings_page .account_box .account_box_address2 form .row > div {
  padding: 0 5px;
}
.account_settings_page .account_box .account_box_address2 form .input_holder {
  margin: 0 0 7px;
}
.account_settings_page .account_box .account_box_address2 form .submit {
  padding: 8px 0 0;
}
.account_settings_page .account_box .account_box_address2 form .submit .row {
  margin: 0 -7px;
}
.account_settings_page .account_box .account_box_address2 form .submit .row > div {
  padding: 0 7px;
}
.account_settings_page .account_box .account_box_address2 form .submit .button.white:before {
  display: none;
}
.account_settings_page .account_box .account_box_address2 form .submit .button.black {
  padding-left: 37px;
  padding-right: 30px;
}
.account_settings_page .account_box .account_box_address2 .account_box_links .button {
  margin: 16px 0 0;
}
.account_settings_page .account_box.account_box_terms h3 img {
  margin: -3px 5px 0 0;
}
.account_settings_page .account_box.account_box_shop figure .icon-box {
  top: 8px;
  right: 7px;
}
.account_settings_page .account_box.account_box_shop figure .icon-box img {
  margin: 0 10px 0 0;
}
.account_settings_page .data_delete_konto,
.account_settings_page .data_email,
.account_settings_page .data_pass {
  margin: 0;
}
@media only screen and (min-width: 1400px) {
  .account_settings_page .data_delete_konto,
  .account_settings_page .data_email,
  .account_settings_page .data_pass {
    padding: 0 30px 0 16px;
  }
}
.account_settings_page .data_delete_konto form,
.account_settings_page .data_email form,
.account_settings_page .data_pass form {
  background: none;
  padding: 0;
}
.account_settings_page .data_delete_konto form .input_holder,
.account_settings_page .data_email form .input_holder,
.account_settings_page .data_pass form .input_holder {
  margin: 0 0 10px;
}
.account_settings_page .data_delete_konto form .submit_holder .button[disabled],
.account_settings_page .data_email form .submit_holder .button[disabled],
.account_settings_page .data_pass form .submit_holder .button[disabled] {
  color: #FFFFFF;
  background-color: #dddddd;
}
.account_settings_page .data_delete_konto form .submit_holder .button[disabled]:after,
.account_settings_page .data_email form .submit_holder .button[disabled]:after,
.account_settings_page .data_pass form .submit_holder .button[disabled]:after {
  background-image: url('../img/bgi/svg/arrow-white-right.svg');
  opacity: 1;
}
.account_settings_page .data_delete_konto,
.account_settings_page .data_email {
  margin-top: 2em;
}
/* Ported from complex.less - must be the last for overwriting */
.account_settings_page .confirm_address_delete {
  background: #fff;
  padding: 10px 20px 20px;
  margin-top: -100px;
  display: block;
  position: relative;
  margin-left: -30px;
  margin-right: -30px;
}
.account_settings_page .confirm_address_delete p.addressdata {
  text-align: center;
}
#callback-form {
  display: flex;
  justify-content: space-between;
  margin: 10px 0;
}
#callback-form .details_infobox {
  background-color: #e0f2f8;
}
#callback-form .callback-content {
  max-width: 425px;
}
#service_employee_wrapper {
  max-width: 480px;
}
.col_01 > .crossSelling-container {
  border-top: 1px solid #b9b9b9;
}
.crossSelling-container {
  margin-bottom: 20px;
}
.crossSelling-container > h5 > img {
  width: 36px;
  margin-right: 10px;
}
.crossSelling-container .product-wrapper {
  display: grid;
  grid-template-areas: "image info" "add add";
  grid-template-columns: 100px auto;
  grid-template-rows: auto minmax(50px, auto);
  grid-gap: 10px;
  padding-left: 30px;
  padding-right: 30px;
}
@media only screen and (min-width: 1024px) {
  .crossSelling-container .product-wrapper {
    grid-template-columns: 200px auto;
  }
}
.crossSelling-container .product-wrapper .image {
  grid-area: image;
}
.crossSelling-container .product-wrapper .image img {
  max-width: 100px;
  max-height: 100px;
}
@media only screen and (min-width: 1024px) {
  .crossSelling-container .product-wrapper .image img {
    max-width: 200px;
    max-height: 200px;
  }
}
.crossSelling-container .product-wrapper .info {
  grid-area: info;
}
@media only screen and (min-width: 1024px) {
  .crossSelling-container .product-wrapper .info {
    margin-right: 10px;
  }
}
.crossSelling-container .product-wrapper .info > p > a {
  color: #252823;
}
.crossSelling-container .product-wrapper .info .price {
  font-size: 16px;
  text-align: left;
  display: flex;
  flex-direction: column;
  min-height: auto;
}
.crossSelling-container .product-wrapper .info .price strong {
  font-size: 22px;
}
.crossSelling-container .product-wrapper .info .price strong .price_old {
  font-size: 12px;
}
.crossSelling-container .product-wrapper .info .price .price-star {
  display: none;
}
.crossSelling-container .product-wrapper .info .price .price_base {
  margin: 0;
}
.crossSelling-container .product-wrapper .info .price .price_base,
.crossSelling-container .product-wrapper .info .price > small {
  font-size: 12px;
}
.crossSelling-container .product-wrapper .info .price > small {
  line-height: 14px;
  color: #A1A1A1;
}
.crossSelling-container .product-wrapper .info .amount {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 8px;
}
.crossSelling-container .product-wrapper .add {
  grid-area: add;
}
.crossSelling-container .product-wrapper .add label {
  font-size: 14px;
}
.crossSelling-container .product-wrapper .add label small {
  color: #A1A1A1;
}
.crossSelling-container .product-wrapper .remove {
  grid-area: remove;
  cursor: pointer;
}
@media only screen and (min-width: 768px) {
  .crossSelling-container .product-wrapper .remove {
    margin-right: 10px;
  }
}
.crossSelling-container .product-wrapper .remove > img {
  width: 15px;
}
.crossSelling-container .product-wrapper.overview {
  padding-left: 0;
  padding-right: 0;
  position: relative;
  grid-template-rows: auto;
  grid-template-areas: "image info remove" "add add add";
  grid-template-columns: 100px auto 30px;
}
.crossSelling-container .product-wrapper.overview * {
  font-size: 1.6rem !important;
}
.crossSelling-container .product-wrapper.overview .image img {
  max-width: 100px;
  max-height: 100px;
}
.crossSelling-container .product-wrapper.overview .info > p {
  line-height: normal;
}
.crossSelling-container .tns-controls button {
  background: url(../img/bgi/svg/arrow_slider_grey.svg) 0 0 no-repeat;
  background-size: cover;
  width: 15px;
  height: 21px;
  border: none;
  position: absolute;
  top: 50%;
  padding: 0;
  z-index: 1;
}
.crossSelling-container .tns-controls button[data-controls="prev"] {
  left: 0;
  transform: translate(0, -50%) rotate(180deg);
}
.crossSelling-container .tns-controls button[data-controls="next"] {
  transform: translate(0, -50%);
  right: 0;
}
.save-vehicle-heading {
  font-size: 19px;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  .save-vehicle-heading {
    font-size: 23px;
  }
}
.save-vehicles {
  padding-left: 10px;
  padding-right: 10px;
}
@media only screen and (min-width: 1024px) {
  .save-vehicles {
    padding-left: 0;
    padding-right: 0;
    display: grid;
    grid-gap: 0 10px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.save-vehicle {
  border: 1px solid #EBEBEB;
  display: grid;
  grid-template-columns: 100px auto 40px;
  margin-top: 10px;
}
.save-vehicle .save-vehicle-text {
  display: flex;
  flex-direction: column;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}
.save-vehicle .save-vehicle-image {
  padding: 4px;
}
.save-vehicle .save-vehicle-image > img {
  max-width: 100%;
}
.save-vehicle .save-vehicle-buttons {
  display: flex;
  flex-direction: column;
}
.save-vehicle .save-vehicle-buttons > div {
  height: 50%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.save-vehicle .save-vehicle-buttons > div > form {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: stretch;
  justify-content: stretch;
}
.save-vehicle .save-vehicle-buttons button {
  background: none;
  flex-grow: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  border: none;
}
.save-vehicle .save-vehicle-buttons .save-vehicle-delete button {
  background-color: #EBEBEB;
}
.save-vehicle .save-vehicle-buttons .save-vehicle-add button {
  background-color: #00ADEF;
}
.save-vehicle .save-vehicle-buttons .save-vehicle-buttons button:after {
  content: none;
}
.messages > div {
  padding: 5px;
  font-size: 12px;
}
.messages:first-child {
  margin-top: 20px;
}
.p-0 {
  padding: 0;
}
.car_list_item a {
  color: #252823;
}
.time-sum {
  margin-left: 90px;
}
@media only screen and (min-width: 1024px) {
  .time-sum {
    margin-top: -10px;
  }
}
#appointmentsProducts .product-listing-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
  grid-gap: 40px;
}
#appointmentsProducts .product-listing-wrapper > .product {
  border-radius: 3px;
  font-size: 14px;
  display: flex;
  justify-content: center;
  height: 100%;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  max-width: 330px;
}
#appointmentsProducts .product-listing-wrapper > .product > img {
  height: auto;
  width: 100%;
}
#appointmentsProducts .manufacturer-rating {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
}
#appointmentsProducts .price {
  padding-top: 0;
  margin-bottom: 20px;
}
#appointmentsProducts .price .price_note {
  display: block;
}
#appointmentsProducts .information {
  background-color: #F9F9F9;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 20px;
}
#appointmentsProducts .information img {
  max-width: 16px;
}
#appointmentsProducts .information > span:first-child {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
#appointmentsProducts .information > span:last-child {
  text-decoration: underline;
  color: #337AB7;
}
#appointmentsProducts .information > span img.arrow-down {
  transform: rotate(90deg);
  margin-left: 10px;
}
#appointmentsProducts .information .alternative-text {
  font-size: 16px;
}
#appointmentsProducts .select-product label {
  padding-top: 3px!important;
}
#appointmentsProducts .select-product label small {
  color: #A1A1A1;
}
#appointmentsProducts .overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  top: 0;
  left: 0;
}
#appointmentsProducts .overlay .modal-window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F9F9F9;
  border-radius: 6px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 40px);
  overflow: auto;
}
#appointmentsProducts .overlay .modal-window h1 {
  padding-right: 100px;
}
#appointmentsProducts .overlay .modal-window .fits {
  margin-top: 40px;
  border: 1px solid black;
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
}
#appointmentsProducts .overlay .modal-window .fits > strong,
#appointmentsProducts .overlay .modal-window .fits > p,
#appointmentsProducts .overlay .modal-window .fits > ul {
  margin-bottom: 10px;
  font-size: 15px;
}
#appointmentsProducts .overlay .modal-window .fits ul {
  line-height: 16px;
  list-style: disc;
  margin: 0 0 0 12px;
  font-size: 14px;
}
#appointmentsProducts .overlay .modal-window .fits > ul {
  padding-left: 20px;
}
#appointmentsProducts .overlay .modal-window .fits ul li:before {
  content: none;
}
#appointmentsProducts .overlay .modal-window .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
  width: 38px;
}
#appointmentsProducts .overlay .modal-window .attributstext {
  word-break: break-all;
}
#appointmentsProducts .overlay .modal-window img.label-image {
  max-width: 100%;
  height: auto;
}
#appointmentsProducts .show-more {
  margin: 20px;
  font-size: 20px;
  display: flex;
  justify-content: center;
}
.disable-scroll {
  overflow: hidden;
}
#offer_products .information {
  grid-column: span 3;
  background-color: #F9F9F9;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 20px;
}
#offer_products .information img {
  max-width: 16px;
}
#offer_products .information > span:first-child {
  display: flex;
  justify-content: space-between;
  gap: 4px;
}
#offer_products .information > span img.arrow-down {
  transform: rotate(90deg);
  margin-left: 10px;
}
#offer_products .information .alternative-text {
  font-size: 16px;
}
#offer_products .overlay {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.7);
  height: 100vh;
  width: 100vw;
  z-index: 10000;
  top: 0;
  left: 0;
}
#offer_products .overlay .modal-window {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: #F9F9F9;
  border-radius: 6px;
  padding-top: 30px;
  padding-left: 40px;
  padding-right: 40px;
  padding-bottom: 40px;
  max-width: calc(100vw - 30px);
  max-height: calc(100vh - 40px);
  overflow: auto;
}
#offer_products .overlay .modal-window h1 {
  padding-right: 100px;
}
#offer_products .overlay .modal-window .fits {
  margin-top: 40px;
  border: 1px solid black;
  background-color: white;
  padding: 10px;
  margin-bottom: 20px;
}
#offer_products .overlay .modal-window .fits > strong,
#offer_products .overlay .modal-window .fits > p,
#offer_products .overlay .modal-window .fits > ul {
  margin-bottom: 10px;
  font-size: 15px!important;
}
#offer_products .overlay .modal-window .fits ul {
  line-height: 16px;
  list-style: disc;
  margin: 0 0 0 12px;
  font-size: 14px!important;
}
#offer_products .overlay .modal-window .fits > ul {
  padding-left: 20px;
}
#offer_products .overlay .modal-window .fits ul li:before {
  content: none;
}
#offer_products .overlay .modal-window .close {
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;
}
#offer_products .overlay .modal-window .attributstext {
  word-break: break-all;
}
#offer_products .overlay .modal-window img.label-image {
  max-width: 100%;
  height: auto;
}
#appointmentChoose .warenkorb_header.next {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose .warenkorb_header.next {
    display: block;
  }
}
#appointmentChoose .product-wrapper .info a {
  margin-bottom: 10px;
  display: inline-block;
}
#appointmentChoose input[type=radio] {
  display: none;
}
#appointmentChoose input[type=radio] + label {
  position: relative;
  padding-right: 40px;
}
#appointmentChoose input[type=radio] + label:after {
  content: '';
  position: absolute;
  right: 0;
  width: 30px;
  height: 30px;
  border-radius: 2px;
  border: 1px solid #b9b9b9;
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#appointmentChoose input[type=radio]:checked + label:after {
  border-color: #00adef;
  background: #00adef url(/img/icon/webicons/checkmark_white.svg) center no-repeat;
  background-size: 27px 21px;
}
#appointmentChoose #content {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
#appointmentChoose #content.next > #snaps {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose #content.next > #snaps {
    display: grid;
  }
}
#appointmentChoose #content.next > #items {
  display: block;
}
@media only screen and (max-width: 1024px) {
  #appointmentChoose #content {
    flex-direction: column;
  }
}
#appointmentChoose #content > #snaps {
  flex: 1 0 calc(60% - 10px);
  display: grid;
  grid-template-areas: "hauptsnap" "more";
  grid-gap: 20px;
}
#appointmentChoose #content > #snaps > button,
#appointmentChoose #content > #snaps > sl-button {
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 1010;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose #content > #snaps > button,
  #appointmentChoose #content > #snaps > sl-button {
    display: none;
  }
}
#appointmentChoose #content > #snaps .info_next_day {
  margin-left: 36px;
  color: #018FC5;
  font-size: 12pt;
  font-style: normal;
}
#appointmentChoose #content > #snaps #appointment-next {
  box-shadow: 0 5px 20px 25px rgba(255, 255, 255, 0.8);
}
#appointmentChoose .more {
  grid-area: more;
}
#appointmentChoose #content > #items {
  flex: 1 0 calc(40% - 10px);
  display: none;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose #content > #items {
    display: block;
  }
}
#appointmentChoose #content > #items > h6:first-child {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose #content > #items > h6:first-child {
    display: block;
  }
}
#appointmentChoose #content > #items > h6:nth-of-type(2) {
  display: block;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose #content > #items > h6:nth-of-type(2) {
    display: none;
  }
}
#appointmentChoose #content > #items > #appointment-prev {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1010;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose #content > #items #appointment-prev {
    display: none;
  }
}
#appointmentChoose #content > #items #appointment-prev::after {
  transform: rotate(90deg);
}
#appointmentChoose #content > #items > .back_link {
  margin-top: 20px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose #content > #items > .back_link {
    display: none;
  }
}
#appointmentChoose #content > #items .button-group {
  display: flex;
  margin: 10px 0;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose #content > #items .button-group {
    display: none;
  }
}
#appointmentChoose #content > #items .button-group .book-mobile {
  margin-top: 10px;
  margin-bottom: 10px;
}
#appointmentChoose #items > strong {
  display: block;
}
#appointmentChoose #items > strong:first-child {
  margin-bottom: 10px;
}
#appointmentChoose #items [type="submit"] {
  margin-top: 10px;
  margin-bottom: 10px;
}
#appointmentChoose #items .operation-times-summed {
  color: #018FC5;
}
#appointmentChoose .snap {
  box-shadow: 0 1px 6px #00000029;
  background-color: #F9F9F8;
  padding: 15px;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose .snap {
    padding: 25px;
  }
}
@media only screen and (min-width: 768px) {
  #appointmentChoose .snap > .heading > br {
    display: none;
  }
}
#appointmentChoose .snap > .heading > img.standort {
  width: 26px;
  margin-top: 10px;
  margin-right: 8px;
}
@media only screen and (min-width: 768px) {
  #appointmentChoose .snap > .heading > img.standort {
    margin-top: 0;
    margin-left: 10px;
  }
}
#appointmentChoose .snap > .heading + strong {
  margin-top: 10px;
}
@media only screen and (min-width: 768px) {
  #appointmentChoose .snap > .heading + strong {
    margin-top: 0;
  }
}
#appointmentChoose .snap > hr {
  border-color: #D9D9D9;
}
#appointmentChoose .service-add-row {
  display: flex;
  justify-content: space-between;
}
#appointmentChoose .service-add-row > .service-image {
  display: flex;
  flex-direction: column;
}
#appointmentChoose .service-image > img {
  max-width: 120px;
}
#appointmentChoose .service-add-row > .add-appointment {
  min-height: 1px;
  display: flex;
  align-items: end;
}
#appointmentChoose .snap.main {
  grid-area: hauptsnap;
}
#appointmentChoose .snap:not(.main) .service-image img {
  display: none;
}
#appointmentChoose .snap.selected {
  box-shadow: 0 0 0 3px #00adef;
}
#appointmentChoose .free-heading {
  font-size: 18px;
  color: #00ADEF;
  margin-bottom: 20px;
}
#appointmentChoose .bottom-links {
  display: none;
}
@media only screen and (min-width: 1024px) {
  #appointmentChoose .bottom-links {
    display: flex;
    align-items: center;
  }
  #appointmentChoose .bottom-links > * {
    width: 50%;
  }
}
#appointmentChoose .mwst {
  display: flex;
  justify-content: end;
  margin-top: 10px;
}
#appointmentChoose .mwst > span {
  color: #A1A1A1;
  font-size: 12px;
}
#appointmentChoose .service > strong {
  display: flex;
  justify-content: space-between;
}
#appointmentChoose .service > p.time-sum {
  margin: 0;
}
#appointmentChoose .notification > strong {
  display: inline-block;
}
#appointmentChoose .amount-price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#appointmentChoose .amount-price > div {
  width: 65%;
}
#appointmentChoose .amount-price > div:first-child {
  width: 35%;
  max-width: 100px;
}
#appointmentChoose .amount-price > div.price {
  text-align: right!important;
}
#appointmentChoose .amount-price > div.price .price-star {
  display: inline!important;
}
#appointmentChoose .amount-price > .price > strong {
  text-align: right;
  display: flex;
  justify-content: end;
  gap: 5px;
}
#appointmentChoose .amount-price > .price .price_old {
  font-size: 12px!important;
}
#appointmentChoose .amount-price > .price :not(.price_old) {
  font-size: 14px!important;
}
#appointmentChoose .amount-price > .price .price_base {
  font-size: 10px!important;
}
#appointmentChoose .amount-price > .price .price_old + span {
  color: red;
}
#appointmentChoose .product-wrapper .information {
  background-color: #F9F9F9;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 20px;
}
#appointmentsProducts .amount-price {
  display: flex;
  justify-content: space-between;
  gap: 10px;
}
#appointmentsProducts .amount-price > div {
  width: 65%;
}
#appointmentsProducts .amount-price > div:first-child {
  width: 35%;
  max-width: 100px;
}
#appointmentsProducts .amount-price > div.price {
  text-align: right!important;
}
#appointmentsProducts .amount-price > div.price .price-star {
  display: inline!important;
}
#appointmentsProducts .amount-price > .price > strong {
  text-align: right;
  display: flex;
  justify-content: end;
  gap: 5px;
}
#appointmentsProducts .amount-price > .price .price_old {
  font-size: 12px!important;
}
#appointmentsProducts .amount-price > .price :not(.price_old) {
  font-size: 14px!important;
}
#appointmentsProducts .amount-price > .price .price_base {
  font-size: 10px!important;
}
#appointmentsProducts .amount-price > .price .price_old + span {
  color: red;
}
#appointmentsProducts .product-wrapper .information {
  background-color: #F9F9F9;
  display: flex;
  justify-content: space-between;
  padding: 10px;
  cursor: pointer;
  margin-top: auto;
  margin-bottom: 20px;
}
.products .product_label > img,
.product-listing-wrapper .product_label > img {
  max-height: 20px;
}
.appointment-confirmation {
  box-shadow: 0 1px 6px #00000029;
  background-color: #f9f9f8;
  padding: 10px;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation {
    padding: 25px;
  }
}
.appointment-confirmation > .heading {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation > .heading {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.appointment-confirmation > .heading > strong {
  flex-grow: 1;
  font-size: 18px;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation > .heading > strong {
    font-size: 24px;
  }
}
.appointment-confirmation > .heading > strong > img {
  width: 100%;
  max-width: 40px;
}
.appointment-confirmation > .heading .middle-line {
  border-left: 1px solid #D9D9D9;
  flex-basis: 1px;
}
.appointment-confirmation > .heading > div {
  display: flex;
  font-size: 13px;
  gap: 4px;
}
.appointment-confirmation > .heading > div > div {
  line-height: 24px;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation > .heading > div {
    flex-basis: 480px;
    font-size: 18px;
  }
}
.appointment-confirmation > .heading > div a {
  color: #018FC5;
  line-height: 24px;
}
.appointment-confirmation > .heading > div img {
  width: 36px;
  margin-right: 14px;
}
.appointment-confirmation > .heading .info_next_day {
  width: 100%;
  display: block;
  margin-left: 44px;
  margin-top: -10px;
  color: #018FC5;
  font-size: 12px;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation > .heading .info_next_day {
    font-size: 12pt;
    margin-top: 0;
  }
}
.appointment-confirmation > .appointment-wrapper {
  display: flex;
  align-items: stretch;
  gap: 10px;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation > .appointment-wrapper {
    flex-direction: row;
  }
}
.appointment-confirmation > .appointment-wrapper .appointment-details,
.appointment-confirmation > .appointment-wrapper .appointment-products {
  flex-grow: 1;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation > .appointment-wrapper .appointment-details,
  .appointment-confirmation > .appointment-wrapper .appointment-products {
    width: calc(50% - 1px);
  }
}
.appointment-confirmation > .appointment-wrapper .appointment-details {
  display: flex;
  gap: 10px;
}
.appointment-confirmation > .appointment-wrapper .appointment-details > div:first-child > img {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation > .appointment-wrapper .appointment-details > div:first-child > img {
    width: 36px;
    display: block;
  }
}
.appointment-confirmation > .appointment-wrapper .appointment-details > div:not(:first-child) {
  flex-grow: 1;
}
.appointment-confirmation > .appointment-wrapper .appointment-details > div:not(:first-child) > img {
  width: 36px;
  display: inline-block;
  margin-right: 10px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation > .appointment-wrapper .appointment-details > div:not(:first-child) > img {
    display: none;
  }
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-branch {
  font-size: 18px;
  line-height: 36px;
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-links {
  display: flex;
  justify-content: start;
  gap: 10px;
  font-size: 13px;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-links {
    font-size: 18px;
  }
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-links a {
  color: #018FC5;
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-car {
  margin-top: 20px;
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-car strong {
  display: block;
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-service {
  margin-top: 10px;
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-service strong {
  display: flex;
  justify-content: space-between;
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-replacement-car {
  margin-top: 10px;
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-replacement-car strong {
  display: flex;
  justify-content: space-between;
}
.appointment-confirmation > .appointment-wrapper .appointment-details .appointment-details-notify {
  margin-top: 10px;
}
.appointment-confirmation > .appointment-wrapper .appointment-details .operation-times-summed {
  color: #018FC5;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-heading {
  margin-bottom: 10px;
}
.appointment-confirmation > .appointment-wrapper .middle-line {
  border-left: 1px solid #D9D9D9;
  flex-basis: 1px;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-heading {
  display: flex;
  gap: 10px;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-heading > strong {
  font-size: 18px;
  line-height: 36px;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-heading > img {
  width: 36px;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-list {
  display: flex;
  flex-direction: column;
  gap: 25px;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-list > div {
  display: flex;
  gap: 10px;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-list > div > div:first-child {
  width: 100px;
  flex-shrink: 0;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-list > div > div:first-child > img {
  height: auto;
  max-width: 100%;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-list > div > div:not(:first-child) {
  flex-grow: 1;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-list > div > div .appointment-products-list-price-amount {
  display: flex;
  justify-content: space-between;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-list > div > div .appointment-products-list-price-amount > .list-amount {
  font-size: 14px;
  line-height: 26px;
}
.appointment-confirmation > .appointment-wrapper .appointment-products .appointment-products-list > div > div .appointment-products-list-price-amount > .list-price {
  font-size: 18px;
}
.appointment-confirmation-footer {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
}
@media only screen and (min-width: 1024px) {
  .appointment-confirmation-footer {
    flex-direction: row;
  }
}
.appointment-confirmation-footer > div > a {
  color: #018FC5;
  text-decoration: none;
}
.appointment-confirmation-footer > div > a:hover > span {
  text-decoration: underline;
}
.appointment-confirmation-footer > div > div {
  margin-top: 20px;
}
.appointment-confirmation-footer > div > div:not(.opened) {
  display: none;
}
.appointment-confirmation-footer > div > div > div {
  display: flex;
  justify-content: space-between;
}
.appointment-confirmation-footer > span {
  text-align: right;
  font-size: 12px;
  color: #616B75;
}
.appointment_vehicle .account_nav,
.appointment_service .account_nav,
.appointment_products .account_nav,
.appointment_appointment .account_nav,
.appointment_suggestions .account_nav {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .appointment_vehicle .account_nav,
  .appointment_service .account_nav,
  .appointment_products .account_nav,
  .appointment_appointment .account_nav,
  .appointment_suggestions .account_nav {
    display: block;
  }
}
.appointment_vehicle .search_wrapper,
.appointment_service .search_wrapper,
.appointment_products .search_wrapper,
.appointment_appointment .search_wrapper,
.appointment_suggestions .search_wrapper {
  display: none;
}
@media only screen and (min-width: 1024px) {
  .appointment_vehicle .search_wrapper,
  .appointment_service .search_wrapper,
  .appointment_products .search_wrapper,
  .appointment_appointment .search_wrapper,
  .appointment_suggestions .search_wrapper {
    display: block;
  }
}
.mt-20 {
  margin-top: 20px;
}
.visible {
  display: block!important;
}
.form-fields-grid {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-areas: "firm" "role" "name" "street" "city" "country" "phone" "email";
}
.form-fields-grid .firm {
  display: none;
  grid-area: firm;
}
.form-fields-grid .role {
  display: none;
  grid-area: role;
}
.form-fields-grid.grid-5 {
  grid-template-areas: "firm" "role" "street" "city" "country" "phone" "name" "email";
}
.form-fields-grid.grid-5 .firm {
  display: block;
}
.form-fields-grid.grid-5 .role {
  display: block;
}
.form-fields-grid .name {
  grid-area: name;
}
.form-fields-grid .street {
  grid-area: street;
}
.form-fields-grid .city {
  grid-area: city;
}
.form-fields-grid .country {
  grid-area: country;
}
.form-fields-grid .phone {
  grid-area: phone;
}
.form-fields-grid .email {
  grid-area: email;
}
.small-height {
  height: 20px;
}
.portal_details_data {
  margin: 15px 0 40px;
  background: #FFFFFF;
  border: 1px solid #616B75;
  padding: 20px 20px 25px;
}
@media only screen and (min-width: 1024px) {
  .portal_details_data {
    margin: 61px 0 63px;
    padding: 26px 25px 24px;
  }
}
.portal_details_data ul {
  margin: 0 0 31px;
}
@media only screen and (min-width: 1024px) {
  .portal_details_data ul {
    margin: 0 0 24px;
  }
}
.portal_details_data ul li {
  font-size: 1.5rem;
  line-height: 19px;
  border-bottom: 1px solid #dddddd;
  padding: 0 0 2px;
  margin: 0 0 2px;
}
@media only screen and (min-width: 1024px) {
  .portal_details_data ul li {
    line-height: 16px;
    padding: 0 0 5px;
  }
}
.portal_details_data ul li span {
  display: inline-block;
  width: 49%;
  vertical-align: top;
}
@media only screen and (min-width: 1024px) {
  .portal_details_data ul li span {
    width: 49.5%;
  }
}
.portal_details_data ul li span:last-child {
  width: 50.5%;
}
.portal_details_data ul + .note {
  display: none;
}
@media only screen and (min-width: 768px) {
  .portal_details_data ul + .note {
    display: block;
  }
}
.portal_details_data figure {
  margin: 0 0 11px;
}
.portal_details_data figure img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (min-width: 768px) {
  .portal_details_data .note {
    display: none;
  }
}
.details_popup {
  background: rgba(0, 0, 0, 0.8);
  position: fixed;
  left: -100%;
  top: 0;
  bottom: 0;
  width: 100%;
  z-index: 99999;
}
.details_popup .popup_close {
  position: absolute;
  width: 62px;
  height: 56px;
  background: url('/img/icon/webicons/close_white.svg') center no-repeat;
  background-size: 32px 32px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 9;
}
.details_popup.opened {
  left: 0;
}
.popup_slider_wrapper {
  padding: 31px 0 225px;
  height: 100%;
}
.popup_slider_wrapper img {
  display: block;
  margin: auto;
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  display: inline-block;
}
.popup_slider_wrapper .tns-outer,
.popup_slider_wrapper .tns-inner {
  height: 100%;
}
.popup_slider_wrapper .tns-outer ul,
.popup_slider_wrapper .tns-inner ul,
.popup_slider_wrapper .tns-outer li,
.popup_slider_wrapper .tns-inner li {
  height: 100%;
}
.popup_slider_wrapper .tns-outer ul figure,
.popup_slider_wrapper .tns-inner ul figure,
.popup_slider_wrapper .tns-outer li figure,
.popup_slider_wrapper .tns-inner li figure {
  display: table;
  width: 100%;
  height: 100%;
}
.popup_slider_wrapper .tns-outer ul figure span,
.popup_slider_wrapper .tns-inner ul figure span,
.popup_slider_wrapper .tns-outer li figure span,
.popup_slider_wrapper .tns-inner li figure span {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  padding: 0 30px;
  position: relative;
}
.popup_slider_wrapper .tns-outer ul figure span span,
.popup_slider_wrapper .tns-inner ul figure span span,
.popup_slider_wrapper .tns-outer li figure span span,
.popup_slider_wrapper .tns-inner li figure span span {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  padding: 0;
}
@media only screen and (min-width: 1280px) {
  .popup_slider_wrapper .tns-outer ul figure span,
  .popup_slider_wrapper .tns-inner ul figure span,
  .popup_slider_wrapper .tns-outer li figure span,
  .popup_slider_wrapper .tns-inner li figure span {
    padding: 0 60px;
  }
}
.popup_slider_wrapper .tns-controls button {
  background: url('../img/bgi/svg/arrow_slider_w.svg') 0 0 no-repeat;
  background-size: cover;
  border: none;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  z-index: 499;
}
@media only screen and (min-width: 1280px) {
  .popup_slider_wrapper .tns-controls button {
    width: 28px;
    height: 40px;
    margin-top: -20px;
  }
}
.popup_slider_wrapper .tns-controls button[data-controls=prev] {
  left: 10px;
  transform: rotate(180deg);
}
@media only screen and (min-width: 1280px) {
  .popup_slider_wrapper .tns-controls button[data-controls=prev] {
    left: 20px;
  }
}
.popup_slider_wrapper .tns-controls button[data-controls=next] {
  right: 10px;
}
@media only screen and (min-width: 1280px) {
  .popup_slider_wrapper .tns-controls button[data-controls=next] {
    right: 20px;
  }
}
.popup_thumb_wrapper {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: #262823;
  padding: 24px 43px 80px;
}
.popup_thumb_wrapper .tns-controls button {
  background: url('../img/bgi/svg/arrow_slider_w.svg') 0 0 no-repeat;
  background-size: cover;
  border: none;
  width: 14px;
  height: 20px;
  position: absolute;
  top: 50%;
  margin-top: -10px;
  padding: 0;
  z-index: 499;
}
.popup_thumb_wrapper .tns-controls button[data-controls=prev] {
  left: -30px;
  transform: rotate(180deg);
}
.popup_thumb_wrapper .tns-controls button[data-controls=next] {
  right: -30px;
}
.popup_thumb_wrapper figure {
  padding: 11px 4px 0;
  position: relative;
}
.popup_thumb_wrapper img {
  display: block;
  max-width: 100%;
  height: auto;
  width: 100%;
}
.popup_thumb_wrapper .tns-nav-active figure:before {
  content: '';
  width: 0px;
  height: 0px;
  border: 11px solid transparent;
  border-top: none;
  border-bottom-color: #FFFFFF;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -12px;
}
@media only screen and (min-width: 1024px) {
  .data_pass {
    margin: 0 37px 0 -10px;
  }
}
.data_pass form {
  background: #F7F7F7;
  padding: 21px 20px 27px;
}
.data_pass form .input_holder {
  position: relative;
  margin: 0 0 19px;
}
.data_pass form .input_holder button {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 85px;
  background: none;
  border: none;
  color: #616B75;
  font-size: 1.6rem;
  text-transform: uppercase;
  padding: 0;
  text-align: center;
}
.data_pass form .submit_holder .button[disabled] {
  color: #C6C6C8;
  background-color: #F7F7F7;
}
.data_pass form .submit_holder .button[disabled]:after {
  background-image: url('../img/bgi/svg/arrow-dark-right.svg');
  opacity: 0.2;
}
