img {
  height: auto;
}

.specs__text {
  font-weight: 400;
}
@media not screen and (max-width: 767px) {
  .specs {
    display: flex;
    align-items: center;
  }
  .specs > img {
    margin-right: 36px;
    max-width: 40%;
  }
}

.free-text {
  margin: 24px 0;
  padding: 24px 0;
  border: 1px solid #f6f6f6;
  text-align: center;
}

iframe {
  max-width: 100%;
}

.scroll {
  overflow: auto;
  width: 100%;
  box-sizing: border-box;
}
.scroll th, .scroll td {
  min-width: 140px;
}

.blueprint {
  position: relative;
  margin: 36px 0;
}
.blueprint:not(.in-container-slider) .blueprint__body {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 0 32px;
}
.blueprint__item {
  text-align: center;
  padding: 0 16px;
}

.sections hr:last-child {
  display: none;
}
.sections__body * {
  font-weight: 400;
}
.sections__body strong {
  font-weight: 500;
}
.sections table {
  border-spacing: 0;
}
.sections table th, .sections table td {
  border-color: #f4f3ef;
  border-style: solid;
  border-width: 1px 0;
  padding: 16px;
  text-align: left;
}
.sections table th, .sections table td {
  border-color: #d7d7d7;
  border-top-width: 0;
}
.sections table th {
  border-width: 0px 1px 1px 0;
}
.sections table tr:first-child th, .sections table tr:first-child td {
  border-top-width: 1px;
}
@media not screen and (max-width: 767px) {
  .sections {
    display: grid;
    width: 100%;
    grid-gap: 16px 32px;
    grid-template-columns: 200px 1fr;
    justify-content: left;
  }
  .sections hr {
    grid-column: 1/span 2;
    margin: 0;
  }
  .sections h2 {
    font-size: 20px;
    font-weight: bold;
    text-align: left;
    justify-content: flex-start;
  }
  .sections h2::before {
    display: none;
  }
  .sections > div > :first-child {
    margin-top: 0;
  }
  .sections > div > :last-child {
    margin-bottom: 0;
  }
}

.product-slider-header {
  margin-top: 36px;
}

.product-slider__product h3 {
  flex: 1 1 auto;
}
.product-slider__product a.btn {
  margin-top: 16px !important;
}

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