.row_file {
  margin-top: 5px;
}

.formSection #form .row_file input {
  width: 1% !important;
}

.btn-tertiary {
  color: #fff;
  background: #ff8405;
  text-align: center;
  width: 275px;
  display: block;
  border-radius: 10px !important;
  margin: 2px auto 20px auto;
  transition: 0.5s;
}
.btn-tertiary:hover,
.btn-tertiary:focus {
  transform: scale(0.95);
  border: 1px solid #fff;
  color: #fff;
}


.row_file input {
  width: 1% !important;
}


.opis-plik{
  font-size: 15px;
}
.formaty{
  font-size: 12px;
  text-align: center !important;
  color: #bcbcbc;
}

.row_file b {
  display: block;
  margin-top: 10px;
  margin-bottom: 0;
  font-size: 15px;
  color: #fff;
}

/* input file style */
.input-file {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -1;
}
.input-file + .js-labelFile {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 8px 0;
  cursor: pointer;
}
.input-file + .js-labelFile .icon:before {
  content: "";
}
.input-file + .js-labelFile.has-file .icon:before {
  content: "";
  color: #5aac7b;
}


.btn-tertiary2 {
  background: #fff;
  color: #000;
  width: 100px;
  padding: 2px !important;
  margin: 2px auto 20px 0;
}

.btn-tertiary2:hover {
  color: #000 !important;
}
