.page-node-type-product .product-side-by-side {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}

/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .product-side-by-side {
    flex-wrap: wrap;
  }
}

.page-node-type-product .field--name-field-media-image {
  width: 425px;
  text-align: center;
  border: 1px solid #d9d9d9;
  margin-right: 60px;
  padding: 60px;
  min-height: 450px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .field--name-field-media-image {
    width: 100%;
    margin-right: 0;
    margin-bottom: 30px;
  }
}

@media (max-width: 991px) {
  .page-node-type-member .member-left {
    width: 100%;
  }
}

.page-node-type-product .product-card-side-by-side {
  background: #f9f9f9;
  padding: 40px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
}
/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .product-card-side-by-side {
    padding: 40px 25px;
    flex-wrap: wrap;
  }
}

/* greater than tablet mode */
@media (min-width: 992px) {
  .page-node-type-product .product-card-side-by-side.product-card-side-by-side-align-center {
    align-items: center;
  }
  .page-node-type-product .product-card-side-by-side.product-card-side-by-side-align-center .product-card--title {
    margin: 0;
  }
}

.page-node-type-product .product-card-side-by-side .product-card-left {
  margin-right: 40px;
}

/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .product-card-side-by-side .product-card-left {
    margin-right: 0;
  }
}

.page-node-type-product .product-card-side-by-side .product-card-left,
.page-node-type-product .product-card-side-by-side .product-card-right {
  flex: 50%;
}

/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .product-card-side-by-side .product-card-left,
  .page-node-type-product .product-card-side-by-side .product-card-right {
    flex: 100%;
  }

  .page-node-type-product .product-card-side-by-side.product-card-contacts .product-card-right {
    margin-top: 40px;
  }
}


.page-node-type-product .product-card-side-by-side .product-card--title {
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 0 0 20px;
}

.page-node-type-product .product-card-side-by-side .product-card--title-hidden {
  visibility: hidden;
}
/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .product-card-side-by-side .product-card--title-hidden {
    display: none;
  }
}

.page-node-type-product .product-card-side-by-side p {
  font-size: 16px;
  line-height: 28px;
  margin: 0;
  font-weight: 400;
}
.page-node-type-product .product-card-side-by-side ul {
  margin: 0;
  padding: 0;
}
/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .product-card-side-by-side ul {
    padding-left: 15px;
  }
}

.page-node-type-product .product-card-side-by-side .field--name-field-certified-devices,
.page-node-type-product .product-card-side-by-side .field--name-field-certified-company,
.page-node-type-product .product-card-side-by-side .field--name-field-certified-devices .field__item,
.page-node-type-product .product-card-side-by-side .field--name-field-certified-company .field__item {
  display: inline;
}
/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .product-card-side-by-side .field--name-field-certified-devices,
  .page-node-type-product .product-card-side-by-side .field--name-field-certified-company,
  .page-node-type-product .product-card-side-by-side .field--name-field-certified-devices .field__item,
  .page-node-type-product .product-card-side-by-side .field--name-field-certified-company .field__item {
    display: block;
  }
}

.page-node-type-product .product-card-side-by-side .field--name-field-certified-devices .field__item a,
.page-node-type-product .product-card-side-by-side .field--name-field-certified-company .field__item a {
  margin-right: -5px;
}
/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .product-card-side-by-side .field--name-field-certified-devices .field__item a,
  .page-node-type-product .product-card-side-by-side .field--name-field-certified-company .field__item a {
    margin-right: 0;
  }
}

.page-node-type-product .product-card-side-by-side .field--name-field-certified-devices .field__item ~ .field__item:before,
.page-node-type-product .product-card-side-by-side .field--name-field-certified-company .field__item ~ .field__item:before {
  content: ", ";
  margin-right: 3px;
}
/* tablet mode */
@media (max-width: 991px) {
  .page-node-type-product .product-card-side-by-side .field--name-field-certified-devices .field__item ~ .field__item:before,
  .page-node-type-product .product-card-side-by-side .field--name-field-certified-company .field__item ~ .field__item:before {
    content: "";
    margin-right: 0;
  }
}

.page-node-type-product .product-card-side-by-side .product-contact-logo {
  max-width: 170px;
  margin-top: 40px;
}

.page-node-type-product .product-card-side-by-side .product-card--mail-wrapper {
  display: flex;
  align-items: center;
}

.page-node-type-product .product-card-side-by-side .product-card--mail-wrapper:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 17px;
  background-image: url("../../images/icons/mail.svg");
  background-repeat: no-repeat;
  margin-right: 3px;
  margin-top: 3px;
}
.page-node-type-product .product-card-side-by-side .product-card--mail-wrapper a {
  color: #000000;
  font-size: 16px;
}

.page-node-type-product .product-card-side-by-side .field--name-field-additional-documentation .field__item a,
.page-node-type-product .product-card-side-by-side .field--name-field-product-link .field__item a {
  display: block;
  color: #000000;
  font-size: 16px;
  position: relative;
  padding-left: 25px;
}
.page-node-type-product .product-card-side-by-side .field--name-field-additional-documentation .field__item a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 17px;
  background-image: url("../../images/icons/download.svg");
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}
.page-node-type-product .product-card-side-by-side .field--name-field-product-link .field__item a:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 17px;
  background-repeat: no-repeat;
  position: absolute;
  left: 0;
  top: 7px;
}
.page-node-type-product .product-card-side-by-side .field--name-field-product-link .field__item a.ext-icon--link:before {
  background-image: url("../../images/icons/external-link.svg");
}
.page-node-type-product .product-card-side-by-side .field--name-field-product-link .field__item a.ext-icon--tel:before {
  background-image: url("../../images/icons/phone.svg");
}
.page-node-type-product .product-card-side-by-side .field--name-field-product-link .field__item a.ext-icon--mailto:before {
  background-image: url("../../images/icons/mail.svg");
}
