.video-articles-bar {
}

.video-articles-bar h5 {
  margin-bottom: 0px;
}

.video-articles-bar  .video-article-item {
  position: relative;
}

.video-articles-bar .view-content {
}

.video-articles-bar .view-content>.views-row {
  margin-bottom: 4rem;
}

.video-articles-bar .view-content>.views-row:nth-child(2n+1) {
}

.video-articles-bar .view-content>.views-row:nth-child(2n+1) {
}

.video-articles-bar .col-image {
  order: 0;
}

.video-articles-bar .col-text {
  order: 1;
}


.video-articles-bar .view-content>.views-row:nth-child(2n+1) .col-image {
  order: 1;
}

.video-articles-bar .view-content>.views-row:nth-child(2n+1) .col-text {
  order: 0;
}

.video-article-item .image {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background-size: cover;
  background-position: center;
}

.video-article-item .image::before {
  content: '';
  width: 100px;
  height: 100px;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -50px;
  margin-top: -50px;
  background-color: var(--bs-yellow);

  font: var(--fa-font-thin);
  content: "\f04b";
  font-size: 3.325rem;
  color: var(--bs-white);
  display: flex;
  justify-content: center;
  align-items: center;
}

.video-article-item .bg-gray {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding: 2rem;
  margin-left: calc(var(--bs-gutter-x) * -1);
  background-color: var(--bs-gray-100);
}


.video-articles-bar .view-content>.views-row:nth-child(2n+1) .bg-gray {
  margin-left: 0;
  margin-right: calc(var(--bs-gutter-x) * -1);
}


.video-article-item .modal-body .field__label,
.video-article-item .modal-body .field--name-field-title {
  display: none;
}

.video-article-item .modal-body iframe  {
  width: 100%!important;
  min-height: 400px;
}













.product-view {
}

.product-view .row-gallery {
}


.product-header h1 .tag-bar {
  font-size: 1.025rem;
}

.product-view h2 {
  font-size: 1.625rem;
  color: var(--bs-primary);
}

.product-view .file.file--mime-application-pdf.file--application-pdf a {
  width: 30px;
  height: 30px;
  color: transparent;
  overflow: hidden;
  position: absolute;
  left: 0px;
  top: 0px;
}

.product-view .field--name-field-downloads tr > th:nth-child(2) {
  color: transparent
}

.product-view .field--name-field-downloads .file.file--mime-application-pdf.file--application-pdf a {
  width: auto;
  color: inherit;
  position: relative;
}

.product-view .field--name-field-downloads td {
}

.product-view .table-responsive {
  padding: 1rem !important;
  padding-top: 0.25rem!important;
  padding-bottom: 0.25rem!important;
  background: var(--bs-gray-100)!important;
}

.product-view .swiper {
  margin-left: 3rem;
  padding-bottom: 2rem;
  display: none;
}

.product-view .swiper.single  .swiper-wrapper {
  justify-content: center;
}

.product-view .swiper.swiper-initialized {
  display: block;
}

.product-view .product-gallery a {
  display: block;
  text-align: center;
}

.product-view .product-gallery img {
  margin: auto;
  background-color: var(--bs-gray-100);
  padding: 1rem;
}

.product-view .product-gallery .swiper .swiper-slide {
  width: auto;
  height: auto;
  background-color: var(--bs-gray-100);
  display: flex;
  align-items: center;
  max-height: 500px;
  max-width: 500px;
}

.product-view .product-gallery .swiper-slide a:focus-visible {
  outline: none;
  box-shadow: none;
}

.product-view .product-gallery .swiper-slide a {
  display: flex;
  align-items: center;
}

.product-view .swiper .swiper-pagination {
  bottom: 0px;
}

.product-view .galleria {
  width: 100%;
  height: 400px;
}


.product-view .btn-request {
  margin-left: 0px;
}


.product-view .additional-row ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}

.product-view .additional-row ul li {
  position: relative;
  padding-left: 30px;
}

.product-view .additional-row ul li::before {
  font: var(--fa-font-thin);
  content: "\f061";
  position: absolute;
  left: 0px;
  top: 4px;
}

.product-view .additional-row strong {
  font-family: var(--bs-font-sans-serif);
}

.product-view .additional-row strong::after {
    content: '';
    height: 3px;
    background-color: var(--bs-yellow);
    width: 80px;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.product-view .product-tabs {
  padding-bottom: 0px;
}



.product-view .downloads-tab-pane {
  margin-top: -1rem;
  margin-left: -1rem;
  margin-right: -1rem;;
}

.product-view .downloads-tab-pane .item {
  width: 23%;
  background-color: var(--bs-gray-100);
  padding: 1rem;
  margin: 1rem;
}

.product-view .downloads-tab-pane .item .title {
  font-weight: 600;
}

.product-view .downloads-tab-pane .item a>div {
  width: 50%;
}

.product-view .downloads-tab-pane .item .body {
  padding-left: 1rem;
  font-size: 1.225rem;
}

.product-view .downloads-tab-pane .item .link {
  text-transform: uppercase;
  font-size: 0.925rem;
}




.product-view .videos-tab-pane {
  margin-left: -1rem;
  margin-top: -1rem;
  margin-right: -1rem;;
}

.product-view .videos-tab-pane .item {
  width: 23%;
  background-color: var(--bs-gray-100);
  padding: 1rem;
  margin: 1rem;
}


.product-view .product-tabs .tab-content {
  padding-top: 20px;
}



.field--name-field-technical-specifications {
  background: var(--bs-gray-100)!important;
  padding: 2rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}


body .product-view .media-oembed-content {
  width: 100%;
  height: 450px;
}



body .product-view table {
  border-collapse: none;
  background: var(--bs-gray-100)!important;
  width: 100%!important;
  border-spacing: 0;
}

body .product-view table td,
body .product-view table th {
  border-color: var(--bs-gray-700)!important;
  vertical-align: middle;
  background: var(--bs-gray-100)!important;
  --bs-table-accent-bg: var(--bs-gray-100)!important;
  padding: 0.5rem 0.75rem;
  padding-left: 0px;

    background-color: var(--bs-gray-100);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-gray-100);
}

body .product-view table tbody tr:last-child th,
body .product-view table tbody tr:last-child td {
  border: none;
}



body .product-view table tbody tr:first-child th,
body .product-view table tbody tr:first-child td {
}

body .product-view .body table td {
  white-space: normal;
}

body .page-sale .body table td {
  white-space: nowrap!important;
}

body .product-view table p,
body .product-view table ul {
  margin-bottom: 0px;
}



body .product-view table tr td:last-child {
  width: 70%;
}

body .product-view table.cell-auto-width tr td:last-child {
  width: auto;
}



.product-view  .table-downloads td {
  vertical-align: middle;
}


.product-view .field--name-field-equipment-links .field__item a::before {
  font: var(--fa-font-thin);
  content: "\f061";
  margin-right: 10px;
}



.product-view .body ul,
.product-view .field--name-field-technical-specifications ul,
.product-view .field--name-field-equipment-txt ul {
  list-style: none;
  padding: 0px;
}

.product-view .body ul li,
.product-view .field--name-field-technical-specifications ul li,
.product-view .field--name-field-equipment-txt ul li {
  position: relative;
  padding-left: 30px;
}

.product-view .body ul li::before,
.product-view .field--name-field-technical-specifications ul li::before,
.product-view .field--name-field-equipment-txt ul li::before {
  font: var(--fa-font-thin);
  content: "\f061";
  position: absolute;
  left: 0px;
  top: 3px;
}

.product-view .tab-pane {
  padding-top: 0rem;
}


.product-view .media.media--type-document {
  display: inline;
  float: left;
}







.page-sale .product-view .row-gallery>div:nth-child(1) {
  flex: 0 0 auto;
width: 40%;
}

.page-sale .product-view .row-gallery>div:nth-child(2) {
  flex: 0 0 auto;
width: 60%;
}






.filter-card {
  background: var(--bs-gray-100);
  border: none;
}


.hero-image .content::before {
  content: '';
  position: absolute;
  left: 40px;
  right: -80px;
  top: -30px;
  bottom: -150px;
  background-image: url(../../images/condecta-c-kontur-thin.svg);
  opacity: 1;
  transition: all 0.15s ease-in-out;
  background-size: cover;
  background-position: center;
  z-index: 0;
}



#offcanvasDesc .btn-close-outside,
#offcanvasCategory .btn-close-outside {

}

#offcanvasDesc {
  width: 600px;
}

#offcanvasDesc .offcanvas-header {
}

.hero-image  {
  position: relative;
  z-index: 0;
}

.hero-image .content {
  position: relative;
  padding-top: 15%;
  padding-bottom: 5%;
  color: #fff;
  background-size: cover;
  background-position: left bottom;
  overflow: hidden;
  z-index: 1;
}

.hero-image h1 {
  font-size: 2.825rem;
}

.hero-image .body {
  padding-left: 100px;
  max-width: 650px;
  position: relative;
  z-index: 100;
}

.hero-image .body .btn {
  margin-left: 0px;
}

.hero-image .body a {
  padding-top: 0px;
}



.sale-badge {
  position: absolute;
  z-index: 100;
  width: 100px;
  right: 0px;
}

.mm-wrapper--opened .sale-badge {
  z-index: 0;
}





.product-view .action-bar {
  display: flex;
  flex-wrap: wrap;
}

.product-view .action-bar .btn {
  margin: 0px;
  margin-right: 1rem;
  margin-bottom: 0.5rem;
  margin-top: 0.5rem;
  font-size: 0.825rem;
  padding: 0.5rem;
  padding-left: 0.75rem;
  position: relative;
  padding-right: 0.75rem;
}




@media (max-width: 1699.98px) {

  .product-view .galleria {
    width: 100%;
    height: 300px;
  }

}


@media (max-width: 1399.98px) {
}

@media (max-width: 1199.98px) {
}

@media (max-width: 991.98px) {


  .video-articles-bar .view-content>.views-row:nth-child(2n+1) .col-image {
    order: 0;
  }
  
  .video-articles-bar .view-content>.views-row:nth-child(2n+1) .col-text {
    order: 1;
  }

  .video-articles-bar {
  }

  .video-articles-bar .bg-gray {
    margin: 0px!important;
  }

  .video-articles-bar .col-image .image {
    width: 100%;
    min-height: 200px;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
  }


  .product-view .swiper {
    margin-left: 0px;
  }

  .page-sale .product-view .galleria {
    width: 100%;
    height: 400px;
  }

  .page-sale .product-view .row-gallery>div:nth-child(1) {
    width: 100%;
  }

  .page-sale .product-view .row-gallery>div:nth-child(2) {
    width: 100%;
  }

  .product-view .galleria {
    width: 100%;
    height: 250px;
  }

  .hero-image .body {
    padding: 0px;
    max-width: none;
  }

  .hero-image .content {
    padding: 30px;
  }


}


@media (max-width: 767.98px) {

  .video-articles-bar .grid-view {
    margin: 0;
  }



  .video-article-item .modal-body iframe  {
    min-height: 300px;
  }
  


  .product-view .galleria {
    width: 100%;
    height: 400px;
  }

}

@media (max-width: 575.98px) {


  .video-article-item .modal-body iframe  {
    min-height: 200px;
  }

  .product-view .galleria {
    width: 100%;
    height: 300px;
  }

  .hero-image h1 {
    font-size: 2.025rem;
  }

  .hero-image .content::before {
    left: 0px;
    background-position: left;
  }


  .product-tabs li,
  .product-tabs li button {
    width: 100%;
  }

  .product-view .product-tabs .tab-content {
    width: 100%;
    overflow: hidden;
  }

}


@media (max-width: 399.98px) {


}
