body .quote-popup-cont {
  padding: 0;
  border-radius: 25px;
  background: transparent;
  display: none;
}

.quote-popup {
  display: flex;
  flex-direction: row;
  width: calc(100vw - 30px);
  max-width: 855px;
  box-sizing: border-box;
}

.quote-body {
  position: relative;
  width: calc(100% - 60px);
  padding: 50px 80px;
  background: #fff;
}

.quote-body h2 {
  margin-bottom: 17px;
  font-weight: 700;
  font-size: 36px;
  color: #091121;
  letter-spacing: 6px;
  text-transform: uppercase;
}

.quote-descr {
  margin-bottom: 20px;
}

.quote-descr p {
  /* font-family: "Open Sans", sans-serif; */
  font-size: 18px;
  line-height: 1.55;
}

.quote-descr p:not(:last-child) {
  margin-bottom: 1em;
}

.quote-close {
  position: absolute;
  top: 47px;
  right: 25px;
}

.quote-form .disabled {
  background: #eee;
  pointer-events: none;
}

.quote-agreement-row {
  display: block;
  margin-bottom: 20px;
}

.quote-agreement-row [type="checkbox"] {
  vertical-align: middle;
  margin-right: 3px;
}

.quote-agreement-row span {
  vertical-align: top;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  color: #757575;
  line-height: 1.55;
}

.quote-submit {
  float: right;
  height: 53px;
  line-height: 53px;
  padding: 0 55px;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  border-radius: 10px;
  box-shadow: 0.939px 1.766px 4px 0px rgba(34, 0, 0, 0.23);
  background: #dd1c1a;
  transition: background .5s;
}

.quote-submit:hover {
  background: #c43f3c;
}

.quote-spinner {
  display: none;
  float: right;
  width: 53px;
}

.qp-disclaimer {
  width: 60px;
  padding: 50px 0 0 25px;
  box-sizing: border-box;
  background: #003a72;
}

.qp-disclaimer span {
  line-height: 1;
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 2px;
  text-transform: uppercase;
  color: #fafafa;
  writing-mode: vertical-lr;
}

.qf_error span {
  margin-bottom: 15px;
  display: block;
  font-weight: 700;
}

.qf_error div {
  border-bottom: 1px solid rgb(255, 170, 170);
  margin-bottom: 5px;
  padding-bottom: 5px;
}

.qf-close {
  margin-top: 10px;
  text-align: center;
}

.qf-close a {
  color: #4a78cb;
}

.js-quote-product-block {
  display: none;
}

@media (max-width: 785px) {
  .quote-body {
    padding: 20px;
  }

  .quote-close {
    top: 24px;
  }

  .quote-body h2 {
    font-size: 28px;
  }
}

@media (max-width: 530px) {
  .quote-form .form-row {
    display: block;
  }

  .quote-form  .form-row .ffl-wrapper {
    width: 100%;
  }

  .quote-descr p {
    font-size: 16px;
  }
}

@media (max-width: 420px) {
  .quote-body {
    width: calc(100% - 30px);
  }

  .qp-disclaimer {
    width: 30px;
    padding: 50px 0 0 10px;
  }

  .quote-body h2 {
    font-size: 24px;
    letter-spacing: 0;
  }

  .quote-close {
    top: 20px;
  }
}