.product_header_block {
  padding: 16px 0 120px;
}
.product_header_block .bradcrumbs-content.wrap {
  align-items: start;
}
.product_header_block .bradcrumbs {
  padding: 16px 0 80px 0;
  margin: 0;
}
@media (max-width: 600px) {
  .product_header_block {
    padding: 16px 0 40px;
  }
}
.product_header_block .wrap {
  gap: 75px;
  align-items: center;
}
@media (max-width: 650px) {
  .product_header_block .wrap {
    flex-direction: column;
    gap: 30px;
  }
}
.product_header_block .product-right {
  max-width: 658px;
  width: 100%;
}
.product_header_block h1 {
  font-size: 60px;
  line-height: 64px;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .product_header_block h1 {
    font-size: 42px;
    line-height: 48px;
  }
}
@media (max-width: 767px) {
  .product_header_block h1 {
    font-size: 30px;
    line-height: 36px;
  }
}
.product_header_block .prod-desc {
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, 0.85);
}
.product_header_block a.button {
  background: #1876db;
  border: none;
  color: #fff;
  padding: 11px 20px;
}
.product_header_block a.button:hover {
  background: #0052aa;
}
@media (max-width: 650px) {
  .product_header_block a.button {
    margin-top: 15px;
  }
}
.product_header_block .video-click .overlay {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 10px;
}
.product_header_block .video-click .overlay:before {
  content: "";
  position: absolute;
  bottom: 50%;
  left: 50%;
  outline: none;
  background: linear-gradient(to top, #fcd733, #feeb9b);
  border: 1px solid #b19d48;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  transform: translate(-50%, calc(-50% + 70px));
}
.product_header_block .video-click .overlay:after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(calc(-50% + 10px), -50%);
  border: 14px solid transparent;
  border-left: 24px solid #000;
}
.product_header_block .video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 0;
}
.product_header_block .video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
}
.product_header_block .video-container.without .overlay:after, .product_header_block .video-container.without .overlay:before {
  display: none;
}

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