@media (max-width: 767px) {
  html.route-product-product .product_tabs .tab-pane:has(#form-review) {
    display: block !important;
    opacity: 1 !important;
    visibility: visible !important;
    height: auto !important;
    margin: 18px 10px 24px !important;
    padding: 18px !important;
    border: 1px solid #eceff3 !important;
    border-radius: 18px !important;
    background: #fff !important;
    box-shadow: 0 8px 26px rgba(20, 25, 35, .06) !important;
  }

  html.route-product-product #form-review::before {
    content: "Відгуки покупців" !important;
    display: block !important;
    margin: 0 0 12px !important;
    font-size: 22px !important;
    line-height: 1.2 !important;
    font-weight: 800 !important;
    color: #111 !important;
  }

  html.route-product-product #form-review #review {
    margin: 0 0 18px !important;
    padding: 14px !important;
    border-radius: 12px !important;
    background: #f7f8fa !important;
    color: #5b6470 !important;
  }

  html.route-product-product #form-review h4 {
    margin: 4px 0 16px !important;
    font-size: 19px !important;
    line-height: 1.3 !important;
    font-weight: 750 !important;
    color: #111 !important;
  }

  html.route-product-product #form-review .form-group {
    margin: 0 0 15px !important;
  }

  html.route-product-product #form-review .control-label {
    display: block !important;
    width: 100% !important;
    margin: 0 0 7px !important;
    padding: 0 !important;
    text-align: left !important;
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #242a31 !important;
  }

  html.route-product-product #form-review .col-sm-10 {
    width: 100% !important;
    padding: 0 !important;
  }

  html.route-product-product #form-review .form-control {
    width: 100% !important;
    min-height: 48px !important;
    padding: 11px 13px !important;
    border: 1px solid #dce1e7 !important;
    border-radius: 12px !important;
    background: #fff !important;
    box-shadow: none !important;
    font-size: 16px !important;
  }

  html.route-product-product #form-review textarea.form-control {
    min-height: 118px !important;
    resize: vertical !important;
  }

  html.route-product-product #form-review fieldset {
    margin: 16px 0 !important;
    padding: 14px !important;
    border: 1px solid #eceff3 !important;
    border-radius: 12px !important;
  }

  html.route-product-product #form-review #button-review {
    width: 100% !important;
    min-height: 50px !important;
    padding: 12px 18px !important;
    border: 0 !important;
    border-radius: 25px !important;
    background: #111 !important;
    color: #fff !important;
    font-size: 16px !important;
    font-weight: 750 !important;
  }

  html.route-product-product #form-review .pull-right {
    float: none !important;
    width: 100% !important;
  }
}
