.systems .-systems-order {
  -webkit-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}

.systems__result {
  padding: 30px 0 0 0;
}

.systems__result__selected {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.systems__result__selected-item {
  font-size: 13px;
  font-weight: 600;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px 20px 0;
  padding: 10px;
  background: #f5f5f5;
}

.systems__result__selected-item:last-of-type {
  margin: 0 0 20px 0;
}

.systems__result__selected-item span {
  cursor: pointer;
  font-size: 13px;
  margin: 0 0 0 13px;
  -webkit-transition: color .2s linear;
  transition: color .2s linear;
}

.systems__result__selected-item span:hover {
  color: #d5011c;
}

.systems__result__container__item {
  border-bottom: 1px solid #dddddd;
  padding: 0 0 30px 0;
  margin-bottom: 20px;
}

.systems__result__container__item:last-of-type {
  border-bottom: none;
}

.systems__result__container__item-image {
  display: block;
}

.systems__result__container__item-image img {
  width: 100%;
  height: auto;
}

.systems__result__container__item-title {
  font-size: 15px;
  font-weight: 700;
  color: #000000;
  margin-bottom: 20px;
  text-align: center;
  -webkit-transition: background .2s linear;
  transition: background .2s linear;
}

.systems__result__container__item-desc {
  text-align: center;
  margin-bottom: 15px;
  color: black;
  text-overflow: ellipsis;
  word-wrap: break-word;
  overflow: hidden;
  height: auto;
  line-height: 1.8em;
}

.systems__result__container__item-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  font-weight: 600;
  color: #d5011c;
}

.systems__result__container__item-button span {
  padding: 2px 5px 0 0;
  color: #d5011c;
  font-size: 10px;
}

.systems__filter {
  margin-bottom: 30px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
}

.systems__filter__header-mobile {
  background: #4c4c4c;
  height: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: left;
}

.systems__filter__header-mobile .text {
  color: #ffffff;
  padding: 0 0 0 15px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.systems__filter__header-mobile .icon-filter {
  padding: 0 15px;
}

.systems__filter__header-mobile .icon-arrow {
  padding: 10px 25px 0 12px;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

.systems__filter__header-mobile .icon-filter,.systems__filter__header-mobile .icon-arrow {
  font-size: 14px;
  width: 30px;
  -webkit-box-flex: 0;
  -ms-flex-positive: 0;
  flex-grow: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  color: #ffffff;
}

.systems__filter__header-desktop {
  margin-bottom: 1px;
  letter-spacing: -.5px;
  padding: 15px;
  font-size: 26px;
  line-height: 1.3em;
  font-weight: 600;
  color: #ffffff;
  background: #5e5d5d;
  display: none;
}

.systems__filter__container {
  background: #5e5d5d;
  padding: 0 25px;
  max-height: 0;
  overflow: hidden;
  -webkit-transition: max-height 0.5s cubic-bezier(1, 0, 0, 1);
  transition: max-height 0.5s cubic-bezier(1, 0, 0, 1);
}

.systems__filter__container.-opened {
  max-height: 1550px;
}

.systems__filter__container__cat {
  padding: 0 0 30px 0;
}

.systems__filter__container__cat:first-child {
  padding-top: 30px;
}

.systems__filter__container__cat--title {
  color: #ffffff;
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 15px;
}

.systems__filter__container__cat input[type="checkbox"] {
  display: none;
}

.systems__filter__container__cat input[type="checkbox"]:checked + label:before {
  display: block;
}

.systems__filter__container__cat label {
  color: #ffffff;
  font-size: 14px;
  line-height: 1.4em;
  font-family: "Open Sans", sans-serif;
  position: relative;
  display: inline-block;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  padding: 5px 0 5px 30px;
}

.systems__filter__container__cat label:after {
  position: absolute;
  display: block;
  content: "";
  width: 15px;
  height: 14px;
  background: #ffffff;
  left: 0;
  top: 7px;
  border: 1px solid #dadada;
}

.systems__filter__container__cat label:before {
  display: none;
  z-index: 3;
  font-size: 10px;
  font-family: 'asas-pen-icons' !important;
  position: absolute;
  content: "\ea10";
  left: 3px;
  top: 7px;
  color: #d5011c;
}

.product-detail {
  padding-bottom: 70px;
}

.product-detail__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.product-detail__info__title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.4em;
  color: #000000;
  padding: 15px 0 25px 0;
}

.product-detail__info__socialmedia {
  min-width: 123px;
}

.product-detail__images {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail__images__item {
  width: 100;
}

.product-detail__images .swiper-container {
  width: 100%;
  height: 500px !important;
  max-width: 800px !important;
  border: 1px solid #e9e2e2;
  margin: 0 0 30px;
}

.product-detail__images .swiper-wrapper {
  width: 100%;
  max-width: 800px;
}

.product-detail__images .swiper-slide {
  height: 500px;
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

.product-detail__images .swiper-pagination-media {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px;
  position: absolute;
  background-color: #969696;
  bottom: 0px !important;
}

.product-detail__desc__slider {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.product-detail__get {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 0 8px;
  padding: 10px 0 30px 0;
  font-weight: 700;
  color: #000000;
}

.product-detail__accordion__head {
  color: #000000;
}

.product-detail__line {
  margin: 60px 0;
  border: 1px solid #838383;
  opacity: 0.2;
}

.-info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18px 0 0;
  margin: 0;
  border-right: 1px solid #e9e9e9;
  color: #000;
}

.-info__text {
  color: #000;
}

.-info__icon {
  background-image: url(/Sites/1/upload/images/m/info-130.jpg);
  width: 16px;
  min-width: 16px;
  height: 16px;
  margin-right: 5px;
}

.-broschure {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18px 0 18px;
  margin: 0;
  border-right: 1px solid #e9e9e9;
  color: #000;
}

.-broschure__text {
  color: #000;
}

.-broschure__icon {
  background-image: url(/Sites/1/upload/images/m/broschure-132.jpg);
  width: 12px;
  min-width: 12px;
  height: 14px;
  margin-right: 5px;
}

.-threed {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 18px 0 18px;
  margin: 0;
  border-right: 1px solid #e9e9e9;
  color: #d5011c;
}

.-threed__text {
  color: #d5011c;
}

.-threed__icon {
  background-image: url(/Sites/1/upload/images/m/broschure-132.jpg);
  width: 12px;
  min-width: 12px;
  height: 14px;
  margin-right: 5px;
}

.-video {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  padding: 0 0 0 18px;
}

.-video__text {
  color: #000;
  cursor: pointer;
}

.-video__icon {
  background-image: url(/Sites/1/upload/images/m/video-131.jpg);
  width: 16px;
  min-width: 16px;
  height: 11px;
  margin-right: 5px;
}

.-product {
  padding: 0;
}

.accordion-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
}

.item-image__title {
  font-weight: 700;
  color: #000;
  font-size: 12px;
  width: 100px;
}

.item-image__content {
  font-size: 12px;
}

.item-image .img {
  margin: 5px 10px 5px 0px;
  height: auto;
  max-width: 100px;
}

.gallery-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.gallery-img__spot {
  color: #000;
  min-width: 100%;
  height: 0;
  margin-bottom: 38px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: .3px;
}

@media only screen and (min-width: 680px) {
  .product-detail__images {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .product-detail__images__item {
    width: 49%;
  }
}

@media only screen and (min-width: 820px) {
  .systems__result__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .systems__result__container__item {
    border-bottom: none;
    width: calc(50% - 15px);
  }

  .systems__result__container__item:nth-of-type(odd) {
    margin-right: 15px;
  }

  .systems__result__container__item:nth-of-type(even) {
    margin-left: 15px;
  }
}

@media only screen and (min-width: 1024px) {
  .systems__result__container {
    margin-top: 30px;
  }

  .systems__result__container__item-image:hover .systems__result__container__item-title {
    background: #d5011c;
  }

  .systems__result__container__item-image {
    position: relative;
    margin-bottom: 20px;
  }

  .systems__result__container__item-image img {
    margin: 0;
  }

  .systems__result__container__item-title {
    position: absolute;
    left: 0;
    bottom: 5px;
    padding: 15px;
    width: 100%;
    color: #ffffff;
    margin-bottom: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.5);
  }

  .systems__result__container__item-button {
    display: none;
  }
}

@media only screen and (min-width: 1225px) {
  .systems .-systems-order {
    -webkit-box-ordinal-group: 1;
    -ms-flex-order: 0;
    order: 0;
  }

  .systems__filter {
    width: 270px;
  }

  .systems__filter__header-mobile {
    display: none;
  }

  .systems__filter__header-desktop {
    display: block;
  }

  .systems__filter__container {
    max-height: 2000px;
    background: #ffffff;
    padding: 0;
  }

  .systems__filter__container__cat:first-child {
    padding-top: 0;
  }

  .systems__filter__container__cat--title {
    color: #838383;
    padding: 20px 10px;
    background: #f5f5f5;
    margin-bottom: 25px;
    white-space: nowrap;
  }

  .systems__filter__container__cat--item {
    padding: 0 15px;
  }

  .systems__filter__container__cat label {
    color: #838383;
  }

  .systems__filter__container__cat label:before {
    top: 6px;
  }

  .product-detail__get.-slider {
    padding-bottom: 0;
  }
}

@media only screen and (max-width: 1224px) {
  .product-detail__info__socialmedia {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .gallery-img {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}

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