.b-bestprice {
  position: relative;
  max-width: 500px;
}
.b-bestprice__loading {
  display: none;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.5) url("../img/loading.svg") no-repeat center center;
}
.b-bestprice__success {
  font-size: 120%;
  color: darkgreen;
  margin: 30px 0;
  text-align: center;
}
.b-bestprice__page {
  overflow: hidden;
}
.b-bestprice__page_image {
  float: left;
  margin-right: 15px;
  max-width: 48px;
  max-height: 48px;
}
.b-bestprice__phone_error {
  display: none;
}
.b-bestprice__wrapper {
  margin-bottom: 20px;
}
.b-bestprice .wa-value input[type="text"],
.b-bestprice .wa-value input[type="email"] {
  max-width: none;
}
.b-bestprice .wa-value textarea {
  max-width: none;
  min-height: 4em;
  resize: vertical;
}
.b-bestprice__supreme {
  margin: 10px auto;
  background: #FFF;
  padding: 40px 20px 10px 20px;
  position: relative;
  max-width: 500px;
}
@media (max-width: 479px) {
  .b-bestprice__supreme {
    padding: 40px 5px 10px 5px;
  }
}
.b-bestprice__pretext {
  margin-bottom: 20px;
}
.fancybox-wrap .b-bestprice {
  padding: 15px 15px 5px 15px;
}
@media (max-width: 479px) {
  .fancybox-wrap .b-bestprice {
    padding: 5px 5px 5px 5px;
  }
}
.mfp-wrap .b-bestprice__success {
  margin: 0 0 30px 0;
}
.b-buy__line_price .b-bestprice__wrapper,
.b-modal__block .b-bestprice__wrapper {
  margin-top: 15px;
}
@media (min-width: 736px) {
  .b-buy__line_price .b-bestprice__wrapper,
  .b-modal__block .b-bestprice__wrapper {
    text-align: right;
  }
}
.b-bestprice--pro_land .b-bestprice__pretext,
.b-bestprice--pro_land1 .b-bestprice__pretext,
.b-bestprice--pro_land2 .b-bestprice__pretext {
  padding-right: 20px;
}
.b-bestprice--your_shop,
.b-bestprice--your_shop1,
.b-bestprice--your_shop2 {
  max-width: 400px;
}
.b-bestprice--topshop,
.b-bestprice--topshop1,
.b-bestprice--topshop2 {
  max-width: 470px;
}
.b-bestprice--topshop.wa-form .wa-field .wa-value textarea,
.b-bestprice--topshop1.wa-form .wa-field .wa-value textarea,
.b-bestprice--topshop2.wa-form .wa-field .wa-value textarea {
  min-width: 260px;
}
.b-bestprice--prostore.wa-form .wa-field,
.b-bestprice--prostore1.wa-form .wa-field,
.b-bestprice--prostore2.wa-form .wa-field {
  margin-bottom: 15px;
}
