.product_main {
  margin-bottom: 3rem;
}

.product_baseinfo {
  margin-bottom: 3rem;
}

.product__header_sub {
  font-weight: 700;
  font-size: 1.53333rem;
  color: hsl(203deg, 31%, 23%);
  margin-bottom: 1.5em;
}

.product__title--video {
  font-family: var(--pg-font-family-normal);
  font-size: 1.5rem;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.product__features {
  font-size: 1.3rem;
  font-weight: 100;
  margin-bottom: 2rem;
}

.product_hdl {
  font-weight: 100;
  font-size: 0.9333rem;
}
.product_hdl strong {
  font-weight: 800;
}
.product_hdl__item--stars {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.product_hdl__item--stars .ui-rating-show {
  margin-left: 1ex;
}

.product_services {
  padding: 0;
  margin-bottom: 1.5rem;
}
.product_services__item {
  border-bottom: 1px solid hsl(0deg, 0%, 90%);
  margin-bottom: 1.5rem;
  padding-bottom: 1.5rem;
}
.product_services .label {
  font-weight: 800;
}
.product_services .price {
  font-size: 1.6rem;
  font-weight: 200;
}
.product_services .price strong {
  font-weight: 800;
}
.product_services .price_info {
  font-weight: 200;
  font-size: 0.93333rem;
}

.product_bttns {
  /* text-align: center;
  display: flex;*/
  flex-direction: column;
  align-items: stretch;
  align-content: stretch;
  justify-content: center;
}
.product_bttns input {
  margin-bottom: 0.5rem;
}

.product_descript {
  font-size: 0.9333rem;
  font-weight: 100;
  margin-bottom: 4rem;
}
.product_descript__text {
  margin-bottom: 2rem;
}

.services .service {
  margin-bottom: 2rem;
}

.autodoc_all {
  box-shadow: 0 0 10px 0 hsla(0deg, 0%, 0%, 0.1);
  padding: 1rem 0;
  max-height: 100vh;
  overflow-y: scroll;
}
@media screen and (max-width: 767px) {
  .autodoc_all {
    max-height: none;
  }
}
.autodoc_all__list {
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.autodoc_item {
  font-size: 0.933rem;
  padding: 1rem 2rem;
  display: flex;
}
.autodoc_item .custom-control-label {
  padding-left: 1ex;
  width: 100%;
  height: 100%;
}
.autodoc_item:not(:last-child) {
  border-bottom: 1px solid hsl(0deg, 0%, 98%);
}
.autodoc_item:hover {
  background-color: hsl(0deg, 0%, 97%);
}
.autodoc_item__frleft {
  flex: 1;
  margin-right: 1rem;
}
.autodoc_item__title {
  font-weight: bold;
  margin-bottom: 0.4rem;
}
.autodoc_item__descript {
  font-weight: 100;
  font-size: 0.85rem;
}

.newsletter {
  border-radius: 5px;
  border: 1px solid hsl(201deg, 55%, 89%);
  padding: 1rem;
  font-size: 0.9333rem;
  font-weight: 100;
}