.inputfile-6 + label {
  position: relative;
  max-width: 100%;
  display: flex;
  outline: none;
  height: 56rem;
  padding-inline: 60rem 20rem;
  border-radius: 6rem;
  background: #AF8B5680;
  width: 100%;
  font-family: var(--default-font-family);
  box-shadow: none;
  border: 3rem solid var(--color-gold-300);
  font-weight: 600;
  font-size: 16rem;
  line-height: 1.1;
  letter-spacing: -0.02em;
  text-transform: uppercase;
  color: var(--color-white);
}
.inputfile-6 + label span {
  flex: 1;
  display: flex!important;
  align-items: center;
  min-height: auto;
}
.inputfile-6 + label span:empty:after {
  content: "Прикрепить изображение";
  position: absolute;
}
.inputfile-6 + label strong {
  width: 50rem;
  padding: 0;
  background: url(../img/pin.svg) no-repeat center;
  background-size: 24rem auto;
  position: absolute;
  top: 0;
  left: 0;
}
.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  border-color: var(--color-gold-300);
  outline: none;
}
.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  background-color: transparent;
}
@media (max-width: 1024px) {
  .inputfile + label {
    font-size: 30rem;
    height: 109rem;
    padding-left: 110rem;
    border-radius: 11rem;
    border-width: 5rem;
  }
  .inputfile + label span {
    width: 100rem;
  }
  .inputfile + label strong {
    width: 100rem;
    background-size: 40rem auto;
  }
}
