.colorGrad {
    background: -webkit-linear-gradient(90deg, #4c75ff, #609eff, #76cbff);
    /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(90deg, #4c75ff, #609eff, #76cbff);
    /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
  }

  .file-upload {
    background-color: #ffffff;
    width: 100%;
    margin: 0 auto;
    padding-right: 10px;
    padding-left: 10px;
    padding-bottom: 15px;
  }


  .file-upload-content {
    display: none;
    text-align: center;
  }

  .file-upload-input {
    position: absolute;
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    outline: none;
    opacity: 0;
    cursor: pointer;
  }

  .image-upload-wrap {
    margin-top: 10px;
    border: 4px dashed #4c75ff;
    position: relative;
  }

  .image-dropping,
  .image-upload-wrap:hover {
    background-color: #4c75ff;
    border: 4px dashed #ffffff;
  }

  .image-title-wrap {
    padding: 0 15px 15px 15px;
    color: #222;
  }

  .drag-text {
    text-align: center;
  }

  .drag-text h3 {
    font-weight: 100;
    text-transform: uppercase;
    color: black;
    padding: 60px 0;
  }

  .file-upload-image {
    max-height: 200px;
    max-width: 200px;
    margin: auto;
    padding: 20px;
  }

  .remove-image {
    width: 200px;
    margin: 0;
    color: #fff;
    background: #cd4535;
    border: none;
    padding: 10px;
    border-radius: 4px;
    border-bottom: 4px solid #b02818;
    transition: all .2s ease;
    outline: none;
    text-transform: uppercase;
    font-weight: 700;
  }

  .remove-image:hover {
    background: #c13b2a;
    color: #ffffff;
    transition: all .2s ease;
    cursor: pointer;
  }

  .remove-image:active {
    border: 0;
    transition: all .2s ease;
  }

  .wordsPlate {
    padding-left: 8px;
    padding-right: 8px;
    font-size: 20px;
    color: #0d6efd;
  }

  /* Стили для тега аудио */

  .colorGrad {
    background: -webkit-linear-gradient(90deg, #4c75ff,#609eff,#76cbff);/* Chrome 10-25, Safari 5.1-6 */                       
    background: linear-gradient(90deg, #4c75ff,#609eff,#76cbff);/* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */                                             
  }
  .TimeText {
      font-size: 14px;
  }
  
  input[type="range"] {
    -webkit-appearance: none;
    height: 7px;
    border-radius: 5px;
    background: #ffffff75;
    width: 100%;
  }
  
  input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background: White;
    cursor: ew-resize;
    box-shadow: 0 0 2px 0 #555;
    transition: background .3s ease-in-out;
  }
  
  input[type=range]::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
  }