.inputfile-6 + label strong {
  background: url(../img/pin.svg) no-repeat center top;
  background-size: 32rem auto;
  position: absolute;
  top: 0;
  left: 0;
}
.inputfile-6 + label {
  border: 0;
  background-color: transparent;
}
.inputfile + label {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  font-size: 14rem;
  font-weight: 500;
  line-height: 17rem;
  outline: none;
  height: 32rem;
  padding-left: 42rem;
}
.inputfile-6 + label span {
  width: auto;
  flex: 1;
  padding: 0;
  min-height: auto;
}
.inputfile-6 + label span:empty:after {
  content: "Прикрепить изображение";
  position: absolute;
  color: var(--color-white);
  font-size: 14rem;
  font-weight: 500;
  line-height: 17rem;
}
.inputfile-6:focus + label,
.inputfile-6.has-focus + label,
.inputfile-6 + label:hover {
  border: none;
  outline: none;
}
.inputfile-6:focus + label strong,
.inputfile-6.has-focus + label strong,
.inputfile-6 + label:hover strong {
  background-color: transparent;
}
.inputfile-6 + label {
  color: var(--color-white);
}
.inputfile-6 + label span,
.inputfile-6 + label strong {
  padding: 12rem 0 0 0;
  width: 32rem;
}
@media (max-width: 1024px) {
  .inputfile-6 + label strong {
    background-size: 30rem auto;
  }
  .inputfile + label {
    font-size: 14rem;
    height: 30rem ;
    padding-left: 42rem;
  }
  .inputfile-6 + label span:empty:after {
    font-size: 14rem;
  }
  .inputfile-6 + label span,
  .inputfile-6 + label strong {
    width: 30rem;
  }
}
