﻿/*#region variables */
/*#endregion */
/*#region product-detail-technologies */
.product-detail-technologies .product-detail-technologies-title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 30px;
}
.product-detail-technologies .product-detail-technologies-icons {
  display: none;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
}
.product-detail-technologies .product-detail-technologies-icons .product-detail-technologies-icons-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  margin: -9px -9px -18px -9px;
  overflow: hidden;
}
@media only screen and (max-width: 1601.98px) {
  .product-detail-technologies .product-detail-technologies-icons .product-detail-technologies-icons-inner {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 1267.98px) {
  .product-detail-technologies .product-detail-technologies-icons .product-detail-technologies-icons-inner {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 575.98px) {
  .product-detail-technologies .product-detail-technologies-icons .product-detail-technologies-icons-inner {
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }
}
.product-detail-technologies .product-detail-technologies-icons .product-detail-technologies-icons-inner .product-detail-technologies-icon {
  margin: 0 9px 18px 9px;
}
.product-detail-technologies .product-detail-technologies-icons .product-detail-technologies-icons-inner .product-detail-technologies-icon.product-detail-technologies-image-icon-scrollable {
  cursor: pointer;
}
.product-detail-technologies .product-detail-technologies-icons .product-detail-technologies-icons-inner .product-detail-technologies-icon img {
  height: auto;
  max-height: 100%;
  width: auto;
  max-width: 100%;
  margin: auto;
}
.product-detail-technologies .product-detail-technology {
  display: grid;
  grid-template-columns: 40% 60%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
}
@media only screen and (max-width: 575.98px) {
  .product-detail-technologies .product-detail-technology {
    grid-template-columns: 100%;
  }
}
.product-detail-technologies .product-detail-technology:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-image {
  grid-row: 1;
  grid-column: 1;
}
@media only screen and (max-width: 575.98px) {
  .product-detail-technologies .product-detail-technology .product-detail-technology-image {
    grid-row: 1;
    grid-column: 1;
  }
}
.product-detail-technologies .product-detail-technology .product-detail-technology-image .product-detail-technology-image-inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  background: #ededed;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-image .product-detail-technology-image-inner .product-detail-technology-image-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 75px;
  height: 75px;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-image .product-detail-technology-image-inner .product-detail-technology-image-icon img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-image .product-detail-technology-image-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  cursor: pointer;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-image .product-detail-technology-image-youtube:hover img {
  filter: grayscale(0%);
}
.product-detail-technologies .product-detail-technology .product-detail-technology-image .product-detail-technology-image-youtube img {
  position: absolute;
  text-align: center;
  margin: auto;
  height: 20%;
  width: 100%;
  top: 40%;
  transition: all ease-in-out 0.2s;
  filter: grayscale(100%);
}
.product-detail-technologies .product-detail-technology .product-detail-technology-image .product-detail-technology-image-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-content {
  grid-row: 1;
  grid-column: 2;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 575.98px) {
  .product-detail-technologies .product-detail-technology .product-detail-technology-content {
    grid-row: 2;
    grid-column: 1;
    margin-top: 30px;
    margin-left: 0;
  }
}
.product-detail-technologies .product-detail-technology .product-detail-technology-content .product-detail-technology-content-title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-content .product-detail-technology-content-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  text-align: justify;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-content .product-detail-technology-content-description p {
  margin-bottom: 0;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-content .product-detail-technology-content-link a {
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  padding: 9px 15px;
}
.product-detail-technologies .product-detail-technology .product-detail-technology-content .product-detail-technology-content-link a:hover {
  text-decoration: none;
}
/*#endregion */
/*#region technologies-list */
.technologies-list {
  display: grid;
  grid-template-columns: 30% 70%;
  margin: 0 -15px;
}
@media only screen and (max-width: 1267.98px) {
  .technologies-list {
    grid-template-columns: 100%;
  }
}
.technologies-list.technologies-list-single-manufacturer .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner .technologies-list-manufacturer-schemes .technologies-list-manufacturer-schemes-item {
  display: none;
}
.technologies-list.technologies-list-single-manufacturer-product-schemes {
  grid-template-columns: 100% !important;
}
.technologies-list.technologies-list-single-manufacturer-product-schemes .technologies-list-manufacturers-schemes {
  display: none;
}
.technologies-list.technologies-list-single-manufacturer-product-schemes .technologies-list-items {
  grid-row: 1;
  grid-column: 1;
}
.technologies-list .technologies-list-manufacturers-schemes {
  grid-row: 1;
  grid-column: 1;
  margin: 0 15px;
}
@media only screen and (max-width: 1267.98px) {
  .technologies-list .technologies-list-manufacturers-schemes {
    margin: 0 15px 30px 15px;
  }
}
.technologies-list .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner {
  border: 1px solid #D0D0D0;
  border-bottom: none;
}
.technologies-list .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner .technologies-list-manufacturer-schemes .technologies-list-manufacturer-schemes-item {
  display: block;
  cursor: pointer;
  color: #000000;
  background-color: #ffffff;
  padding: 12px 15px;
  text-decoration: none;
  transition: all ease-in-out 200ms;
  font-size: 1em;
  font-weight: bold;
  border-bottom: 1px solid #D0D0D0;
}
.technologies-list .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner .technologies-list-manufacturer-schemes .technologies-list-manufacturer-schemes-item img {
  width: auto;
  height: 40px;
}
.technologies-list .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner .technologies-list-manufacturer-schemes .technologies-list-manufacturer-schemes-inner {
  display: none;
}
.technologies-list .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner .technologies-list-manufacturer-schemes.active .technologies-list-manufacturer-schemes-inner {
  display: block;
}
.technologies-list .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner .technologies-list-scheme {
  display: block;
  cursor: pointer;
  color: #000000;
  padding: 12px 15px 12px 30px;
  border-bottom: 1px solid #D0D0D0;
  text-decoration: none;
  transition: all ease-in-out 200ms;
  font-size: 1em;
  background-color: #F0F0F0;
}
.technologies-list .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner .technologies-list-scheme.active {
  text-decoration: underline;
}
.technologies-list .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner .technologies-list-scheme:last-child {
  /*border-bottom: none;*/
}
.technologies-list .technologies-list-manufacturers-schemes .technologies-list-manufacturers-schemes-inner .technologies-list-scheme:hover {
  background-color: #e2e2e2;
}
.technologies-list .technologies-list-items {
  grid-row: 1;
  grid-column: 2;
  margin: 0 15px;
}
@media only screen and (max-width: 1267.98px) {
  .technologies-list .technologies-list-items {
    grid-row: 2;
    grid-column: 1;
  }
}
.technologies-list .technologies-list-items .technologies-list-items-pane {
  display: none;
  border: 1px solid #D0D0D0;
  padding: 30px;
}
.technologies-list .technologies-list-items .technologies-list-items-pane.active {
  display: block;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item {
  display: grid;
  grid-template-columns: 40% 60%;
  margin-bottom: 30px;
  padding-bottom: 30px;
  border-bottom: 1px solid #D0D0D0;
}
@media only screen and (max-width: 575.98px) {
  .technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item {
    grid-template-columns: 100%;
  }
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image {
  grid-row: 1;
  grid-column: 1;
}
@media only screen and (max-width: 575.98px) {
  .technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image {
    grid-row: 1;
    grid-column: 1;
  }
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image .technologies-list-item-image-inner {
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  position: relative;
  overflow: hidden;
  background: #ededed;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image .technologies-list-item-image-inner .technologies-list-item-image-icon {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 75px;
  height: 75px;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image .technologies-list-item-image-inner .technologies-list-item-image-icon img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image .technologies-list-item-image-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  cursor: pointer;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image .technologies-list-item-image-youtube:hover img {
  filter: grayscale(0%);
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image .technologies-list-item-image-youtube img {
  position: absolute;
  text-align: center;
  margin: auto;
  height: 20%;
  width: 100%;
  top: 40%;
  transition: all ease-in-out 0.2s;
  filter: grayscale(100%);
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-image .technologies-list-item-image-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-content {
  grid-row: 1;
  grid-column: 2;
  margin-left: 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
@media only screen and (max-width: 575.98px) {
  .technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-content {
    grid-row: 2;
    grid-column: 1;
    margin-top: 30px;
    margin-left: 0;
  }
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-content .technologies-list-item-content-title {
  font-weight: bold;
  font-size: 1.3em;
  margin-bottom: 15px;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-content .technologies-list-item-content-description {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 15px;
  text-align: justify;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-content .technologies-list-item-content-description p {
  margin-bottom: 0;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-content .technologies-list-item-content-link a {
  display: inline-block;
  background-color: #ff0000;
  color: #ffffff;
  padding: 9px 15px;
}
.technologies-list .technologies-list-items .technologies-list-items-pane .technologies-list-item .technologies-list-item-content .technologies-list-item-content-link a:hover {
  text-decoration: none;
}
/*#endregion */
/*#region technology-detail */
.technology-detail {
  margin: auto auto 60px auto;
  width: 50%;
}
@media only screen and (max-width: 1601.98px) {
  .technology-detail {
    width: 65%;
  }
}
@media only screen and (max-width: 1267.98px) {
  .technology-detail {
    width: 85%;
  }
}
@media only screen and (max-width: 575.98px) {
  .technology-detail {
    width: calc(100% - 20px);
  }
}
.technology-detail .technology-detail-image .technology-detail-image-inner {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  background: #ededed;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  margin-bottom: calc(64px + 30px);
}
.technology-detail .technology-detail-image .technology-detail-image-inner .technology-detail-image-icon {
  position: absolute;
  bottom: -64px;
  left: calc(50% - 64px);
  width: 128px;
  height: 128px;
  z-index: 3;
}
@media only screen and (max-width: 575.98px) {
  .technology-detail .technology-detail-image .technology-detail-image-inner .technology-detail-image-icon {
    bottom: -48px;
    left: calc(50% - 48px);
    width: 96px;
    height: 96px;
  }
}
.technology-detail .technology-detail-image .technology-detail-image-inner .technology-detail-image-icon img {
  max-width: 100%;
  max-height: 100%;
  margin: auto;
}
.technology-detail .technology-detail-image .technology-detail-image-youtube {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
  margin-bottom: 30px;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  background-size: cover !important;
  cursor: pointer;
}
.technology-detail .technology-detail-image .technology-detail-image-youtube:hover img {
  filter: grayscale(0%);
}
.technology-detail .technology-detail-image .technology-detail-image-youtube img {
  position: absolute;
  text-align: center;
  margin: auto;
  height: 20%;
  width: 100%;
  top: 40%;
  transition: all ease-in-out 0.2s;
  filter: grayscale(100%);
}
.technology-detail .technology-detail-image .technology-detail-image-youtube iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.technology-detail .technology-detail-content .technology-detail-content-title {
  margin-bottom: 30px;
}
/*#endregion */