/*
  Fuck performance superkoders, right?
  ***
*/

.b-preloader {
  display: none !important;
}
.CookieDeclaration {
  display: none;
}

/*
  framework
  ***
 */

.clear {
  clear: both;
  display: block;
  float: none;
  font-size: 0;
  height: 0;
  line-height: 0;
  margin: 0;
  padding: 0;
  width: 0
}

/*
  flashMessage
  ***
 */

.flashMessage {
  display: block;
  margin-bottom: 20px;
  padding: 10px 13px;
  background-color: #39a0db;
  border: 2px solid #39a0db;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
}

/*
  type
  ---
 */

.flashMessage.type-danger {
  background-color: #fc0d30;
  border-color: #fc0d30;
}
.flashMessage.type-happy {
  background-color: #b2c533;
  border-color: #b2c533;
}

/*
  size
  ---
 */

.flashMessage.size-large {
  padding: 15px 20px;
  text-transform: none;
  font-weight: normal;
  font-size: 20px;
}

/*
  field-error
  ***
 */

.field-error {
  display: inline-block;
  padding: 2px 5px 1px 5px;
  background-color: #fc0d30;
  font-size: 13px;
  color: #fff;
}

/*
  adjusts
  ---
 */

input + .field-error {
  margin-top: 5px;
}

/*
  tables
  ***
*/

table tr td:last-child {
  word-break: break-all;
  white-space: normal;
}

/*
  listFiles
  ***
*/

.listFiles {

}

/*
  excerpt
  ---
*/

.listFiles-excerpt {
  margin: 0;
}

/*
  list
  ---
*/

.listFiles-list {
  margin: 40px 0 60px 0;
  background-color: #24282b;
  font-size: 0;
}
.listFiles-list > li {
  width: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: 0 0 20px 0;
  padding: 0;
  background: transparent;
  line-height: 1;
}
.listFiles-list > li > a {
  position: relative;
  display: block;
  margin-right: 20px;
  padding: 16px 20px 16px 98px;
  border: 1px solid #393e42;
  line-height: 1.6;
  text-decoration: none;
  font-size: 15px;
  color: #929292;
}
.listFiles-list > li > a > b {
  display: block;
  line-height: inherit;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
  color: #fff;
}
.listFiles-list > li > a:before, .listFiles-list > li > a:after {
  position: absolute;
}
.listFiles-list > li > a:before {
  content: '';
  width: 1px;
  left: 70px;
  top: 0;
  bottom: 0;
  background-color: #393e42;
}
.listFiles-list > li > a:after {
  width: 70px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  text-align: center;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 16px;
  color: #f12b48;
}

/*
  icon
  ...
*/

.listFiles-list > li > a[href*=".pdf"]:after {
  content: '.pdf';
}
.listFiles-list > li > a[href*=".doc"]:after {
  content: '.doc';
}
.listFiles-list > li > a[href*=".xls"]:after {
  content: '.xls';
}

/* actions */

.listFiles-list > li > a:hover {
  color: #929292;
}
.listFiles-list > li > a:hover > b {
  color: #f12b48;
}

/*
  main
  ***
*/

.main.u-bg-black {
  background-color: #24282b;
}

/*
  b-header__logo
  ***
*/

.b-header__logo {
  float: left;
  margin: 8px 0 0 0;
}
.b-header__logo + p {
  margin-left: 180px;
  line-height: 1.7;
  font-size: 24px;
}
.b-header__logo + p strong {
  color: #eee;
}

/*
  row-main
  ***
*/


.row-main {
  overflow: hidden;
}

/*
  adjusts
  ***
 */

.b-intro-bg__img {
  opacity: 0;
}
.b-intro-bg.missing-car { /* WTF */
  height: 520px;
}
.b-header .flashMessage {
  margin-top: 20px;
}

/*
  videoButton
  ***
*/

.videoButton {
  padding: 10px 16px;
  background-color: #ce102c;
  line-height: 1.4;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 14px;
  color: #fff;
  transition: background-color 150ms linear;
}

/* actions */

.videoButton:hover {
  background-color: #fc0d30;
  color: #fff !important;
}

/*
  type-season
  ***
*/

.type-season {
  margin: -280px 0 250px 10%;
  padding-right: 15%;
}

/*
  c-products__title
  ***
*/

.c-products__title {
  overflow: hidden;
}

/*
  link
  ---
*/

.c-products__title-link {
  float: left;
  margin: 12px 0 2px 5px;
  line-height: inherit;
  text-decoration: none;
  color: #35393c;
}

/*
  adjust videoButton
  ---
*/

.c-products__title .videoButton {
  float: right;
}

/*
  c-img
  ***
*/

.c-img__bg--showroom {
  background-image: url('../img/bg/c-category--showroom.jpg');
}
.c-img__bg--servis {
  background-image: url('../img/bg/c-category--servis.jpg');
}

.c-img__bg--DCS_6940 {
  background-image: url('../img/bg/DCS_6940.jpg');
}
.c-img__bg--DCS_1699 {
  background-image: url('../img/bg/DCS_1699.jpg');
}

/*
  b-meta__video
  ***
*/

.b-meta__video {
  float: right;
  margin: -7px 20px -7px 0;
}

/*
  b-intro__title
  ***
*/

.b-intro__title .btn {
  margin-top: -30px;
  letter-spacing: 0;
}

/*
  b-img
  ***
*/

.b-img.region-contact {
  margin-bottom: 120px;
  padding-top: 0;
  padding-bottom: 0;
}
.b-img.region-contact .b-img__bg.b-img__bg--full {
  display: none;
}
.b-img.region-contact .b-img__inner, .b-img.region-contact .b-img__content--lg {
  padding: 0;
}
.b-img.region-contact .b-img__content--lg {
  padding: 55px 65px 55px 45%;
  padding-left: calc(42% + 65px);
  background-color: #fff;
}
.b-img.region-contact .b-img__content--lg .b-img__btn {
  margin-bottom: 35px;
}
.b-img.region-contact .b-img__content--lg {
  max-width: none;
}
.b-img.region-contact .b-img__img {
  width: 42% !important;
}
.b-img.region-contact .items__item {
  margin-right: 0;
}

/*
  f-filter
  ***
*/

.f-filter, .f-filter__menu {
  position: relative;
}
.f-filter:before {
  content: '';
  position: absolute;
  left: -1000px;
  top: 0;
  right: -1000px;
  bottom: -20px;
  background-color: #24282b;
}

/*
  footer__copyrights
  ***
*/

.footer__copyrights > a {
  position: relative;
  display: inline-block;
  margin-left: 3px;
  padding-left: 6px;
  color: #222;
}
.footer__copyrights > a:before {
  content: '';
  width: 1px;
  position: absolute;
  left: 0;
  top: 6px;
  bottom: 6px;
  background: #ddd;
}
.footer__copyrights > a:first-child {
  margin-left: 14px;
}
.footer__copyrights > a:first-child:before {
  display: none;
}

/* actions */

.footer__copyrights > a:hover {
  color: #f12b48;
}

/*
  shits
  ***
*/

.inp__label[for="frm-contactForm-gdpr"] {
  position: relative;
  top: -3px;
  margin-top: -30px;
  padding-left: 24px;
  font-size: 13px;
}

/*
  responzivity
  ***
 */


@media (max-width: 1411px) {

  .b-intro-bg.missing-car { /* WTF */
    height: 405px;
  }

}

@media (max-width: 1200px) {

  .c-products__title-link {
    float: none;
    display: block;
    margin: 0 0 0 1px;
  }
  .c-products__title .videoButton {
    float: none;
    display: inline-block;
    margin-top: 13px;
  }

}

@media (max-width: 1051px) {

  .b-intro-bg.missing-car { /* WTF */
    height: 370px;
  }

}

@media (max-width: 900px) {

  .listFiles-list > li {
    max-width: none;
    display: block;
    margin-bottom: 15px;
  }
  .listFiles-list > li > a {
    margin-right: 0;
  }

}

@media (max-width: 763px) {

  .flashMessage.size-large {
    padding: 10px 13px;
    font-size: 16px;
  }
  .b-intro-bg.missing-car { /* WTF */
    height: 310px;
  }
  .listFiles-list {
    margin: 25px -20px 20px -20px;
    padding: 0 20px 30px 20px;
  }
  .footer__wrap {
    display: block;
  }
  .footer__wrap p {
    margin-bottom: 15px;
  }
  .footer__copyrights {
    display: block;
    flex: none;
    text-align: center;
  }
  .footer__social {
    display: block;
    flex: none;
  }
  .b-img.region-contact .b-img__img {
    display: none !important;
  }
  .b-footer--padded {
    padding-top: 40px;
  }
  .b-img--contact {
    margin-bottom: 60px;
  }
  .b-img.region-contact .b-img__content--lg {
    padding: 25px 30px;
  }
  .b-header__logo {
    float: none;
    display: block;
    margin: 0;
  }
  .b-header__logo + p {
    margin: 20px 0 0 0;
    font-size: 20px;
  }
  .b-intro-bg {
    height: 100%;
  }
  #informace-o-voze th, #informace-o-voze td, #informace-o-voze .b-info__title {
    color: #eee;
  }
  #poznamky + .b-info__more .btn--border-reverse.btn--black .btn__text {
    color: #fff;
  }

}

@media (max-width: 550px) {

  #informace-o-voze table tr, #informace-o-voze table th, #informace-o-voze table td {
    display: block;
    padding-left: 0;
    text-align: left !important;
  }
  #informace-o-voze table th {
    padding-bottom: 0;
  }
  #informace-o-voze table td {
    padding-top: 0;
  }

}

/*
  langs
  ***
*/

.m-main__other .langs a {
  position: relative;
  margin-left: 10px;
}

/*
  grecaptcha-badge
  ***
*/

.grecaptcha-badge {
  z-index: 999999999;
}
