.renew-fv {
  position: relative;
}
.renew-fv__buttons {
  position: absolute;
  display: flex;
  justify-content: space-between;
  width: 67.6%;
  right: 3.7%;
  bottom: 4%;
}
@media screen and (max-width: 1040px) {
  .renew-fv__buttons {
    width: 61%;
    right: calc(6.5vw + 1.7%);
  }
}
@media screen and (max-width: 768px) {
  .renew-fv__buttons {
    flex-direction: column;
    justify-content: start;
    bottom: calc(6.5vw + 3%);
    right: 55px;
    width: 43%;
  }
}
@media screen and (max-width: 445px) {
  .renew-fv__buttons {
    right: 15px;
    width: 50%;
  }
}
.renew-fv__button {
  display: block;
}
.renew-fv__button img {
  padding: 0 !important;
}
.renew-fv__button.--tel {
  width: 73.5%;
}
@media screen and (max-width: 768px) {
  .renew-fv__button.--tel {
    width: 100%;
  }
}
.renew-fv__button.--contact {
  margin-top: 2.7%;
  width: 25%;
}
@media screen and (max-width: 768px) {
  .renew-fv__button.--contact {
    margin-top: 6%;
    width: 100%;
  }
}/*# sourceMappingURL=top-newfv.css.map */