.otomoto {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  margin-top: 50px;
}
.otomoto .otomoto-box {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  margin-bottom: 20px;
}
.otomoto .otomoto-box .display-axd {
  text-decoration: none;
}
.otomoto .otomoto-box .display-axd .item-axd {
  overflow: hidden;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: stretch;
  align-items: stretch;
  height: 100%;
  background-color: #fff;
  transition: background-color 0.3s ease-in-out;
  width: 100%;
  border: 1px solid black;
}
.otomoto .otomoto-box .display-axd .item-axd .photo {
  position: relative;
  padding: 0;
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
}
.otomoto .otomoto-box .display-axd .item-axd .photo .adv_badge {
  position: absolute;
  top: 20px;
  left: -110px;
  width: 100%;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  text-align: center;
  line-height: 25px;
  font-family: bebas_neuebold;
  font-size: 16px;
  letter-spacing: 2px;
  color: #fff;
}
.otomoto .otomoto-box .display-axd .item-axd .photo .adv_badge.used {
  background-color: #333333;
}
.otomoto .otomoto-box .display-axd .item-axd .photo .adv_badge.new {
  background-color: #db261c;
}
.otomoto .otomoto-box .display-axd .item-axd .details {
  -webkit-flex: 0 1 50%;
  flex: 0 1 50%;
  position: relative;
  color: #505152;
  padding-top: 10px;
  padding-bottom: 60px;
}
.otomoto .otomoto-box .display-axd .item-axd .details .model {
  color: #000;
}
.otomoto .otomoto-box .display-axd .item-axd .details .params {
  padding-left: 0;
  font-size: 0;
  margin-bottom: 0;
  float: left;
}
.otomoto .otomoto-box .display-axd .item-axd .details .params li {
  display: inline-block;
  position: relative;
  margin-right: 5px;
  font-size: 12px;
}
.otomoto .otomoto-box .display-axd .item-axd .details .params li:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 5px;
  margin-top: -2.5px;
  border-radius: 50%;
  background-color: #505152;
  opacity: 0.7;
  vertical-align: middle;
  font-size: 20px;
}
.otomoto .otomoto-box .display-axd .item-axd .details .params li:last-child:after {
  display: none;
}
.otomoto .otomoto-box .display-axd .item-axd .details .right {
  position: absolute;
  bottom: 10px;
  right: 15px;
  text-align: right;
}
.otomoto .otomoto-box .display-axd .item-axd .details .right .price {
  position: relative;
  line-height: 28px;
  color: #db261c;
}
.otomoto .otomoto-box .display-axd .item-axd .details .right .price .currency {
  position: relative;
  top: -0.3em;
  font-size: 70%;
}
.otomoto .otomoto-box .display-axd:hover .item-axd {
  background-color: rgba(80, 81, 82, 0.1);
}

.axd-container .units {
  font-family: "Open Sans";
  font-size: 12px;
}
.axd-container .heading .model {
  float: left;
}
.axd-container .heading .params {
  float: left;
}
.axd-container .model {
  line-height: 34px;
}
.axd-container .params {
  padding-left: 0;
  font-size: 0;
  padding-left: 15px;
}
.axd-container .params li {
  display: inline-block;
  position: relative;
  margin-right: 10px;
  font-size: 24px;
}
.axd-container .params li:after {
  content: "";
  display: inline-block;
  width: 4px;
  height: 4px;
  margin-left: 10px;
  margin-top: -2.5px;
  border-radius: 50%;
  background-color: #505152;
  opacity: 0.7;
  vertical-align: middle;
  font-size: 20px;
}
.axd-container .params li:last-child:after {
  display: none;
}
.axd-container .price {
  position: relative;
  line-height: 28px;
  color: #db261c;
}
.axd-container .price .currency {
  position: relative;
  top: -0.3em;
  font-size: 70%;
}
.axd-container .price-details {
  width: 100%;
  text-align: right;
}
.axd-container .axd-slider {
  margin: 20px 0;
}
.axd-container .axd-slider #otomotoSlider {
  padding-right: 17.4%;
}
.axd-container .axd-slider #otomotoSlider .carousel-inner {
  height: 440px;
  border: 1px solid lightgrey;
}
.axd-container .axd-slider #otomotoSlider .carousel-inner > .item {
  height: 100%;
}
.axd-container .axd-slider #otomotoSlider .carousel-inner > .item > img {
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.axd-container .axd-slider #otomotoSlider .carousel-control {
  background-image: none;
}
.axd-container .axd-slider #otomotoSlider .carousel-control.right {
  right: 17.4%;
}
.axd-container .axd-slider #otomotoSlider .carousel-indicators {
  bottom: 0;
  right: 0;
  left: auto;
  width: 17.4%;
  height: 100%;
  overflow-y: auto;
}
.axd-container .axd-slider #otomotoSlider .carousel-indicators li {
  background-color: lightgray;
  -webkit-border-radius: 0;
  border-radius: 0;
  display: block;
  height: 110px;
  margin: 0 !important;
  width: 100%;
  overflow: hidden;
}
.axd-container .axd-slider #otomotoSlider .carousel-indicators li img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: none;
  margin: 0 auto;
}
.axd-container .axd-params table {
  width: 100%;
}
.axd-container .axd-params table tr td {
  padding: 3px;
}
.axd-container .axd-params table tr td.axd-val {
  color: #000;
  font-weight: bold;
}
.axd-container .axd-title {
  margin: 10px 0;
}
.axd-container .equipment {
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
  -webkit-column-count: 3;
  -moz-column-count: 3;
  column-count: 3;
}
.axd-container .zapytaj {
  margin: 20px 0;
}
.axd-container .zapytaj .axd-zapytaj:hover {
  background: #dc261c;
  color: #fff;
}

@media all and (max-width: 1199px) {
  .otomoto .otomoto-box .display-axd .item-axd .photo .adv_badge {
    left: -80px;
  }

  .axd-container .axd-slider #otomotoSlider .carousel-inner {
    height: 365px;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-indicators li {
    height: 91px;
  }
}
@media all and (max-width: 992px) {
  .otomoto {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .otomoto .otomoto-box {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
    margin-bottom: 20px;
  }
  .otomoto .otomoto-box .display-axd .item-axd {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .otomoto .otomoto-box .display-axd .item-axd .photo {
    overflow: hidden;
  }
  .otomoto .otomoto-box .display-axd .item-axd .photo .adv_badge {
    left: -100px;
  }

  .axd-container .axd-slider #otomotoSlider .carousel-inner {
    height: 332px;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-indicators li {
    height: 83px;
  }
  .axd-container .params {
    padding-left: 0;
  }
}
@media (min-width: 480px) and (max-width: 992px) {
  .otomoto .otomoto-box .display-axd .item-axd .photo {
    -webkit-flex: 0 1 40%;
    flex: 0 1 40%;
  }
  .otomoto .otomoto-box .display-axd .item-axd .details {
    -webkit-flex: 0 1 60%;
    flex: 0 1 60%;
  }
}
@media all and (max-width: 768px) {
  .otomoto {
    margin-top: 0;
  }

  .axd-container h1 {
    font-size: 28px !important;
    float: none !important;
  }
  .axd-container h1.model {
    line-height: 34px;
  }
  .axd-container .price {
    line-height: 34px;
    text-align: right;
  }
  .axd-container .price .currency {
    top: auto;
    line-height: 1;
  }
  .axd-container .price-details {
    float: none !important;
    text-align: right;
  }
  .axd-container .params li {
    margin-right: 5px;
    font-size: 12px;
    font-family: "Open Sans", sans-serif;
  }
  .axd-container .params li:after {
    margin-left: 5px;
  }
  .axd-container .axd-slider #otomotoSlider {
    padding-right: 0;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-inner {
    height: 320px;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-control.right {
    right: 0;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-indicators {
    left: 0;
    height: auto;
    width: 100%;
    overflow-x: auto;
    white-space: nowrap;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-indicators li {
    height: auto;
    display: inline-block;
    width: 25%;
    height: 65px;
    overflow: hidden;
    background-color: lightgrey;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-indicators li img {
    max-width: 100%;
    margin: 0 auto;
    min-width: auto;
  }
  .axd-container .axd-title {
    padding: 0 10px;
  }
}
@media all and (max-width: 480px) {
  .otomoto .otomoto-box {
    -webkit-flex: 0 1 100%;
    flex: 0 1 100%;
  }
  .otomoto .otomoto-box .display-axd .item-axd {
    display: block;
  }
  .otomoto .otomoto-box .display-axd .item-axd .photo {
    margin: 0 auto;
    min-height: 1px;
  }
  .otomoto .otomoto-box .display-axd .item-axd .photo .adv_badge {
    left: -39%;
  }
  .otomoto .otomoto-box .display-axd .item-axd .details {
    padding-top: 5px;
  }
  .otomoto .otomoto-box .display-axd .item-axd .details .params li {
    font-size: 11px;
  }
  .otomoto .otomoto-box .display-axd .item-axd .details .title {
    font-size: 11px;
  }
  .otomoto .otomoto-box .display-axd .item-axd .details .right {
    bottom: 5px;
  }
  .otomoto .otomoto-box .display-axd .item-axd .details .right .price {
    font-size: 32px !important;
  }

  .axd-container .params {
    margin-bottom: 0;
  }
  .axd-container .params li {
    font-size: 10px;
  }
  .axd-container .params li:nth-of-type(n + 2):after {
    display: none;
  }
  .axd-container .params li:nth-of-type(n + 3) {
    display: none;
  }
  .axd-container .price {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-end;
    justify-content: flex-end;
    -webkit-align-items: baseline;
    align-items: baseline;
  }
  .axd-container .price > span {
    order: 2;
  }
  .axd-container .price .currency {
    order: 1;
    font-size: 50%;
    margin-right: 3px;
  }
  .axd-container .price-details {
    font-size: 10px;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-inner {
    height: 220px;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-indicators li {
    height: 50px;
    position: relative;
  }
  .axd-container .axd-slider #otomotoSlider .carousel-indicators li img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  .axd-container .axd-params table tr {
    border-top: 1px solid grey;
    border-bottom: 1px solid grey;
  }
  .axd-container .equipment {
    column-count: 2;
    -webkit-column-count: 2;
    -moz-column-count: 2;
  }
}

/*# sourceMappingURL=otomoto.css.map */
