.choosen-file {
  height: 58px;
  background-color: #F6F6F6;
  width: 100%;
  display: flex;
  align-items: center; }
  @media (max-width: 767px) {
    .choosen-file {
      height: 45px; } }
  .choosen-file__item {
    padding: 11px 16px;
    background-color: #f9f9f9;
    border-radius: 50px;
    font-weight: normal;
    font-size: 16px;
    line-height: 1.5;
    color: #6A6A6A;
    display: flex;
    align-items: center; }
    .choosen-file__item .icon {
      flex: 0 0 auto;
      margin-right: 15px; }
    @media (max-width: 575px) {
      .choosen-file__item {
        font-size: 12px; } }
  .choosen-file__item-img {
    width: 15px;
    height: 20px;
    margin-right: 6px; }

.choosen-files-wrap {
  display: flex; }
  .choosen-files-wrap.active .choosen-file {
    border: 1px solid #379f2f; }
  .choosen-files-wrap.active .label-input-file {
    background-color: #8E8E8E; }

.label-input-file {
  width: 54px;
  min-width: 54px;
  height: 58px;
  background-color: #E35205;
  display: flex;
  align-items: center;
  justify-content: center; }
  .label-input-file .icon {
    fill: #fff; }
  .label-input-file:hover {
    cursor: pointer; }
  @media (max-width: 767px) {
    .label-input-file {
      height: 45px; } }

input[name="input__file"] {
  display: none; }

.input__file-icon {
  stroke: #fff; }

.input__file-button {
  color: #fff;
  margin-left: 11px;
  display: inline-flex;
  align-items: center; }
  .input__file-button .icon {
    stroke: #fff;
    margin-left: 12px; }
  .input__file-button.empty {
    text-decoration: underline; }
    .input__file-button.empty .icon {
      stroke: transparent; }
