.inputfile-6 + label strong {
  background: url(../img/pin.svg) no-repeat center top;
  background-size: 24rem auto;
  position: absolute;
  top: 18rem;
  left: 16rem;
}
.inputfile-6 + label {
  border: 0;
  background-color: var(--color-white);
  color: var(--color-black);
}
.inputfile + label {
  position: relative;
  width: 100%;
  max-width: 100%;
  display: flex;
  font-size: 20rem;
  font-weight: 600;
  line-height: 1;
  outline: none;
  height: 60rem;
  padding-left: 60rem;
  border-radius: 20rem;
}
.inputfile-6 + label span {
  width: auto;
  flex: 1;
  padding: 0;
  min-height: auto;
}
.inputfile-6 + label span:empty:after {
  content: "Прикрепить изображение";
  position: absolute;
  color: #999;
  font-size: 20rem;
  font-weight: 600;
  line-height: 1;
}
.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 span {
  padding: 20rem 0 0 0;
}
.inputfile-6 + label strong {
  width: 24rem;
}
@media (max-width: 1024px) {
  .inputfile-6 + label strong {
    background-size: 20rem auto;
    top: 16rem;
  }
  .inputfile + label {
    font-size: 17rem;
    height: 50rem ;
    padding-left: 50rem;
    border-radius: 12rem;
  }
  .inputfile-6 + label span {
    padding: 16rem 0 0 0;
  }
  .inputfile-6 + label span:empty:after {
    font-size: 17rem;
  }
  .inputfile-6 + label span,
  .inputfile-6 + label strong {
    width: 20rem;
  }
}
