INPUT.invalid-field-value,
TEXTAREA.invalid-field-value{
  background: red;
  color:white;
}

.checkbox.invalid-field-value LABEL{
  color:red;
}

.modal-box__body {
    background-color: #3c3d3e !important;
}

.footer {
  background-color: #3c3d3e !important;
}

.js-in-action,
.form-in-progress{
  opacity:0.7;
}

.hide{
  display:none;
}

.nowrap{
  white-space: nowrap;
}

.no-underline{
  text-decoration: none;
}

.product-info__slide-icon_wax {
  width: 36px;
  height: 36px;
}

.product-info__slide-icon_oil {
  width: 36px;
  height: 36px;
}

@media (max-width: 1200px) {
  .product-reviews__leave-feedback-btn {
    top: calc(100% + 11px);
  }

  .product-card__description{
    height:auto;
  }

  .faq {
    margin-top: 20px;
  }

  .faq__nav{
    top:60px;
  }

  .document__file-name{
    max-width:100%;
    width:100%;
    white-space: nowrap;
    overflow: hidden;
    padding: 0 0 0 0;
    text-overflow: ellipsis;
  }

  .document__head,
  .document__title{
    overflow: visible !important;
  }
}

.grecaptcha-badge {
  z-index: 2;
}