.hn {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
.h13 {
  margin-top: 20px;
  margin-bottom: 10px;
}
.h46 {
  margin-top: 10px;
  margin-bottom: 10px;
}
.vozidlo-header .title {
  text-align: center;
}
.vozidlo-content {
  background-image: url("/themes/custom/tpp/images/bez-bazaru-vozidlo-background.png");
  /* height: 1242px;*/
  padding-top: 10px;
}
.vozidlo-content.no3d {
  /* height: 1060px;*/
  padding-bottom: 25px;
}
.vozidlo__main-frame {
  position: relative;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  background: white;
  -webkit-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  -o-box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.5);
  padding: 8px;
  margin-top: 25px;
  min-height: 900px;
  z-index: 10;
}
.vozidlo__main-frame.gallery-open {
  z-index: 9999;
}
.gallery--vozidlo {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.vozidlo__360 {
  max-width: 1200px;
  margin: 0 auto;
  width: 94%;
  position: relative;
}
.vozidlo__360 .vozidlo__360_header {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1em 0 1em 3em;
}
.vozidlo__id {
  float: right;
  margin-top: 0.25em;
  margin-right: 2em;
}
.vozidlo__contact-form {
  position: relative;
}
.gallery-image .video-ico {
  position: absolute;
}
#zajem {
  position: absolute;
  top: -210px;
  left: 0;
  display: block;
}
.vozidlo__gallery .ajax-progress {
  position: fixed;
  top: 50%;
  left: 50%;
}
.vozidlo__gallery .ajax-progress .throbber {
  background-image: url("/themes/custom/tpp/images/ajax_progress.svg");
  background-size: cover;
  display: block;
  z-index: 90;
  width: 50px;
  height: 50px;
}
.gallery--vozidlo .gallery-images-wrapper > .gallery-image {
  width: 48%;
  height: 0;
  margin: 0 1% 2% 1%;
  padding-bottom: 31.75%;
  cursor: pointer;
  position: relative;
}
.gallery--vozidlo .gallery-image--first {
  width: 48%;
  height: 0;
  padding-bottom: 32.7%;
  cursor: pointer;
}
.gallery-images-wrapper {
  width: 50%;
  margin: 8px 0 0;
  -webkit-flex-shrink: 1;
  flex-shrink: 1;
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.gallery-images-wrapper > .gallery-image {
  margin: 0 4px 8px;
  -webkit-flex: 0 0 auto;
  -moz-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
}
.slider__wrapper {
  display: none;
  background: black;
  position: absolute;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 9999;
}
.slider__wrapper.visible {
  display: block;
  position: fixed;
}
.slider-video .video-wrapper {
  position: relative;
  height: calc(100vh - 120px);
}
.slider-video .field {
  position: absolute;
  width: 1024px;
  object-fit: scale-down;
  margin: 0;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.slider-image .image-wrapper {
  margin: auto;
  max-height: calc(100vh - 120px);
  width: 90%;
}
.slider-image img {
  width: 90%;
  height: calc(100vh - 120px);
  object-fit: scale-down;
  max-width: none;
  margin: auto;
}
.slider__nav {
  position: absolute;
  bottom: 0;
  width: 100vw;
  height: 100px;
  overflow: scroll;
  white-space: nowrap;
}
.slider__thumbnail {
  width: 95px;
  height: 70px;
  margin: 0 8px;
  border: 1px solid #aeaeae;
  display: inline-block;
  position: relative;
}
.slider__thumbnail:last-child {
  margin-right: 1.5em;
}
.slider__thumbnail > div {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
}
.slider__thumbnail.tns-nav-active {
  border: 2px solid #0a6eb4;
}
.slider__controls .prev-ico,
.slider__controls .next-ico {
  position: absolute;
  top: calc(50% - 6px);
  border-bottom: 2px solid white;
  border-left: 2px solid white;
  padding: 12px;
}
.slider__controls .next-ico {
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
  right: 20px;
}
.slider__controls .prev-ico {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 20px;
}
.slider__prev {
  position: absolute;
  width: 10vw;
  height: calc(100vh - 120px);
  top: 0;
  left: 0;
}
.slider__next {
  position: absolute;
  top: 0;
  width: 10vw;
  height: calc(100vh - 120px);
  right: 0;
}
.slider__close {
  position: absolute;
  top: 0;
  right: 20px;
  width: 100px;
  height: 100px;
}
.slider__close .close-ico-1,
.slider__close .close-ico-2 {
  position: absolute;
  background: white;
  width: 4px;
  height: 50px;
  border-radius: 2px;
  top: 10px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 50px;
}
.slider__close .close-ico-2 {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
.video-ico {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 90px;
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  top: 50%;
  left: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.video-embed-field-lazy-play {
  background-image: url("/themes/custom/tpp/images/play.svg");
  width: 100px;
  height: 100px;
  background-size: 100px 100px;
  margin-left: -50px;
  margin-top: -50px;
  border: none;
}
.slider__thumbnail .video-ico {
  position: absolute;
  width: 40px;
  height: 40px;
  top: calc(50% - 20px);
  left: calc(50% - 20px);
  margin: 0;
}
.vozidlo__text {
  margin: 8px 4px 0 8px;
}
.vozidlo__ad {
  width: 284.96891192px;
  height: 334.96891192px;
  background: #dbdbdb;
  float: right;
}
.vozidlo__tags {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  -moz-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
.tag--vozidlo {
  -webkit-flex: 0 1 0;
  -moz-flex: 0 1 0;
  -ms-flex: 0 1 0;
  flex: 0 1 0;
  margin-bottom: 10px;
  font-size: 14px;
  background: #a6c0d1;
  padding: 5px 15px;
  white-space: nowrap;
  border-radius: 1px;
}
.tag--vozidlo + .tag {
  margin-left: 10px;
}
.vozidlo__stat--price,
.vozidlo__stat--splatka {
  padding-left: 4px;
  font-size: calc(16px + 2px);
}
.vozidlo__stat--price .value,
.vozidlo__stat--splatka .value {
  font-weight: 500;
  font-size: calc(16px + 6px);
}
.vozidlo__stat--price .value .field,
.vozidlo__stat--splatka .value .field {
  display: inline-block;
}
.vozidlo__stat--price .value .wo-dph,
.vozidlo__stat--splatka .value .wo-dph {
  padding-left: 10px;
  font-weight: normal;
  font-size: 16px;
}
.vozidlo__stat--price .label.label--splatka,
.vozidlo__stat--splatka .label.label--splatka,
.vozidlo__stat--price .label.label--price,
.vozidlo__stat--splatka .label.label--price {
  vertical-align: inherit;
}
.vozidlo__stat--price .akontace,
.vozidlo__stat--splatka .akontace,
.vozidlo__stat--price .pocet-splatek,
.vozidlo__stat--splatka .pocet-splatek {
  margin-left: calc(130px + 0.25em);
  font-size: 16px;
  margin-top: 0.4em;
}
.vozidlo__stat--splatka {
  font-size: 16px;
}
.vozidlo__stat--splatka .value {
  font-size: calc(16px + 3px);
}
.vozidlo__stat--splatka .value .wo-dph {
  font-size: calc(16px - 1px);
}
.vozidlo__spec {
  padding-top: 0.75em;
  padding-left: 0.25em;
  font-weight: bold;
}
.vozidlo__spec > * {
  display: inline-block;
}
.vozidlo__spec > * + * {
  padding-left: 1em;
}
.motocykl .vozidlo__stat .value--popis {
  width: 100%;
}
.vozidlo__stat {
  padding-top: 1.25em;
}
.vozidlo__stat .label {
  display: inline-block;
  width: 130px;
  font-weight: bold;
  vertical-align: top;
}
.vozidlo__stat .value {
  display: inline-block;
  max-width: calc(100% - (130px + 6px));
}
.vozidlo__stat .label--vybava,
.vozidlo__stat .label--popis {
  display: block;
  padding-bottom: 8px;
}
.vozidlo__stat .value--popis,
.vozidlo__stat .value--vybava {
  max-width: none;
  padding-right: 1em;
}
.vozidlo__stat-columns,
.vozidlo__extended-columns {
  display: flex;
  -webkit-flex-direction: row;
  -moz-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  -moz-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-content: flex-start;
  align-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
}
.vozidlo__stat-column,
.vozidlo__extended-column {
  -webkit-flex: 0 0 50%;
  -moz-flex: 0 0 50%;
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  -webkit-align-self: auto;
  align-self: auto;
  -webkit-order: 0;
  -moz-order: 0;
  order: 0;
  padding: 4px;
}
.vozidlo__zajem {
  position: absolute;
  bottom: 50px;
  right: 12px;
}
.vozidlo__zajem .button {
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
}
.vozidlo__more {
  bottom: 0;
  left: calc(50% - 150px);
  background-image: url('/themes/custom/tpp/images/more-options.svg');
  width: 18.75em;
  padding: 1em 4.062em 0.8em 2.187em;
  display: block;
  margin: auto;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  color: inherit;
  position: absolute;
}
.vozidlo__more::after {
  content: '';
  display: block;
  position: absolute;
  border-right: 2px solid black;
  border-bottom: 2px solid black;
  padding: 8px;
  right: 30px;
  top: 12px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.vozidlo__less {
  bottom: -1px;
  left: calc(50% - 9.375em);
  background-image: url('/themes/custom/tpp/images/more-options-close.svg');
  width: 18.75em;
  padding: 1em 4.062em 0.8em 2.187em;
  display: block;
  margin: auto;
  text-align: center;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom;
  font-weight: bold;
  font-size: 16px;
  position: relative;
  cursor: pointer;
  color: white;
  position: absolute;
}
.vozidlo__less::after {
  content: '';
  display: block;
  position: absolute;
  border-right: 2px solid white;
  border-bottom: 2px solid white;
  padding: 8px;
  right: 38px;
  top: 22px;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  -o-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
.vozidlo__extended-content {
  display: none;
  padding-bottom: 3em;
}
.value--popis p {
  margin: 0;
}
.vozidlo__stat .label--logo {
  display: none;
}
.vozidlo__contact-form {
  margin-bottom: 3em;
}
.value--logo {
  max-width: 10em;
}
.contact-form {
  padding: 1em 1em 0.2em 1.5em;
  background: #dbdbdb;
  width: 100%;
  max-width: 1200px;
  margin: auto;
}
.contact-form__header {
  width: 100%;
  max-width: 1200px;
  margin: auto;
  padding: 1em 0 1em 3em;
}
.contact-seller__right-wrapper {
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
}
.contact-seller__right-wrapper > * {
  -webkit-flex-basis: 270px;
  flex-basis: 270px;
  -webkit-flex-grow: 0;
  flex-grow: 0;
}
.contact-seller__right-wrapper input.contact-seller__submit {
  width: 200px;
  margin-right: 0;
}
.contact-seller__right-wrapper .form-actions {
  text-align: right;
}
.contact-seller__right-wrapper .contact-seller__agreement {
  margin-top: 8px;
  position: relative;
}
.contact-seller__right-wrapper .contact-seller__agreement .description {
  position: absolute;
  width: calc(100% - 30px);
  left: 35px;
  font-size: 13px;
}
@media (min-width: 851px) {
  .motocykl .value--popis > .field {
    max-width: calc(100% - 17em);
  }
}
.contact-seller__body textarea {
  resize: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  -o-box-shadow: none;
  box-shadow: none;
  width: 100%;
}
.vozidlo__ad {
  width: 284px;
  height: auto;
  background: transparent;
  float: right;
}
body.gl-op .atss {
  display: none;
}
/*# sourceMappingURL=vozidlo.css.map */