* {
  padding: 0;

  margin: 0;

  border: 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  width: 100%;

  font-size: 100%;

  line-height: 1;

  font-size: 14px;

  -ms-text-size-adjust: 100%;

  -moz-text-size-adjust: 100%;

  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

p {
  margin: 0 0 10px 0;
}

*,
*:before,
*:after {
  -moz-box-sizing: border-box;

  -webkit-box-sizing: border-box;

  box-sizing: border-box;
}
button,
button:active,
button:focus {
  outline: none;
}
@font-face {
  font-family: "Mont Regular";

  src: url("../fonts/Mont-Regular.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Mont Bold";

  src: url("../fonts/Mont-Bold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "Mont Semibold";

  src: url("../fonts/Mont-SemiBold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

@font-face {
  font-family: "EuropeExt Bold";

  src: url("../fonts/EuropeExtBold.ttf") format("truetype");

  font-weight: normal;

  font-style: normal;
}

*,
::after,
::before {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: Mont Regular, sans-serif;
  color: #1a1d23;
}

body.active {
  overflow-y: hidden;
}

img {
  width: 100%;
}

a {
  color: #1a1d23;
  text-decoration: none;
}

ul {
  list-style: none;
}

button:hover {
  cursor: pointer;
}

.h2 {
  font-size: 64px;
  font-family: EuropeExt Bold, Helvetica, sans-serif;
  text-transform: uppercase;
  line-height: 3.5rem;
}

.bl-text {
  color: #21e0d5;
}

.object-fit {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.container {
  margin: 0 auto;
  max-width: 1240px;
}

.btn-black {
  min-width: 180px;
  padding: 15px 10px;
  color: #fff;
  font-family: EuropeExt Bold, sans-serif;
  text-align: center;
  text-transform: uppercase;
  border-radius: 3px;
  border: 2px solid transparent;
  background-color: #1a1d23;
  -webkit-transition: 0.1s ease-in;
  -o-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

.btn-black:hover {
  color: #1a1d23;
  background-color: transparent;
  border-color: #1a1d23;
}

.soon {
  padding: 1px 7px;
  color: #fff;
  font-size: 12px;
  background-color: #21e0d5;
  border-radius: 5px;
  position: absolute;
  top: -15px;
  right: -30px;
}

.section-track {
  padding-top: 85px;
}
.track-main {
  padding: 110px 0 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.track {
  width: 100px;
  height: 100px;
  background-color: #000000;
}
.track-desc {
  padding-top: 50px;
  max-width: 600px;
  color: #000000;
  font-family: Mont Regular, sans-serif;
  font-size: 18px;
  line-height: 25px;
  text-align: center;
}
.search {
  padding-top: 55px;
  max-width: 1030px;
  margin: 0 auto;
}
.search-form {
  border-radius: 5px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
  height: 52px;
}
.search .search-form .search-input {
  margin: 0;
  outline: 0;
  width: 100%;
  display: block;
  height: 52px;
  border-radius: 5px 0 0 5px;
  font-size: 16px;
  line-height: 26px;
  background: #fff;
  -webkit-appearance: none;
  color: #064666;
  font-family: Mont Regular, sans-serif;
  padding: 12px 14px;
  box-sizing: border-box;
  border: 1px solid #064666;
  border-right: 0;
  border-right: none;
}
.col {
  display: flex;
  min-width: 720px;
}

.msg {
  padding-top: 30px;
  justify-content: space-around;
  display: none;
  align-items: center;
}
.message-img {
  display: none;
  width: 165px;
  height: 165px;
  background-size: cover;
}
.play-img {
  background: url(../img/Play.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto;
  transition: all 0.2s;
  box-shadow: 0px 10px 30px rgb(23 23 23 / 20%);
}
.all_icon-img {
  display: flex;
  width: 235px;
  opacity: 1;
  transition: all 0.1s;
  margin-top: 10px;
}
.wrap_botm {
  display: none;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  opacity: 0;
  transition: all 0.3s;
}
.time {
  font-size: 26px;
  font-family: "Mont Semibold";
  color: #1d1d1d;
  margin-top: -21px;
  margin-bottom: 10px;
  transition: all 0.18s;
}
.main-play {
  margin: 0 auto 10px;
}
.pause-img {
  background: url(../img/Pause.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto 10px;
  transition: all 0.2s;
  box-shadow: 0px 10px 30px rgb(23 23 23 / 20%);
}
.stop-img {
  background: url(../img/stop.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto 10px;
  transition: all 0.2s;
  box-shadow: 0px 10px 30px rgb(23 23 23 / 20%);
}

.download-img {
  background: url(../img/download.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto 10px;
  box-shadow: 0px 10px 30px rgb(23 23 23 / 20%);
  transition: all 0.2s;
}
.downl {
  width: 35px;
  height: 35px;
  cursor: default;
  margin: 0 auto;
  transition: all 0.2s;
  box-shadow: 0px 10px 30px rgb(23 23 23 / 0%);
}
.perp {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
}
.download-img:hover,
.stop-img:hover,
.pause-img:hover,
.play-img:hover {
  box-shadow: 0px 10px 30px rgb(23 23 23 / 10%);
}
.message_result {
  max-width: 330px;
  line-height: 1.5;
}
.message_status {
  padding-bottom: 20px;
  font-family: "Mont SemiBold", sans-serif;
  font-size: 21px;
}
.message_text {
  display: none;
  font-family: "Mont Regular", sans-serif;
  font-size: 18px;
}

@media (max-width: 1280px) {
  .container {
    max-width: 1040px;
  }
}
@media (max-width: 1080px) {
  .container {
    max-width: 960px;
  }
}

@media (max-width: 990px) {
  .container {
    max-width: 90%;
  }
}

.edit_audio_title {
  text-align: center;
  margin-top: 140px;
  font-size: 48px;
  font-family: EuropeExt Bold, sans-serif;
  text-transform: uppercase;
  line-height: 4.5rem;
}
.main_desc {
  text-align: center;
  font-size: 20px;
  font-family: Mont Regular, sans-serif;
  color: #9a9a9a;
  max-width: 700px;
  margin: 0 auto;
  margin-top: 8px;
}
.block-features {
  display: flex;
  width: 100%;
  margin: 75px auto;
}
.block-item {
  padding: 35px 40px 33px;
  display: flex;
  flex-direction: column;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  height: auto;
  width: 401px;
  margin-right: 20px;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  border-radius: 6px;
  position: relative;
}
.link-hide {
  position: absolute;
  width: 100%;
  height: 100%;
  margin-left: -40px;
  margin-top: -35px;
}
.block-item:hover {
  box-shadow: 0 6px 58px 0 rgba(141, 145, 146, 0.26),
    0 1px 7px 0 rgba(0, 0, 0, 0.03);
  background-color: #fff;
}
.block-item:last-child {
  margin-right: 0;
}
.block-image {
  width: 100%;
  margin: 15px auto;
  object-fit: contain;
}
.block-middle {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.name-block {
  font-family: Mont Regular, sans-serif;
  font-size: 24px;
  line-height: 31px;
  text-align: right;
  color: #1a1d23;
}
.border {
  width: 150px;
  margin: 15px auto;
  height: 1px;
  background-color: #dbdbdb;
}
.block-container {
  width: calc(100% - 20px);
  margin: 0 auto;
}
.block-desc {
  font-family: Mont Regular, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 19px;
  line-height: 1.5;
  color: #9a9a9a;
  padding-bottom: 5px;
}

@media (max-width: 1280px) {
  .block-features {
    flex-wrap: wrap;
    max-width: 100%;
    justify-content: space-around;
  }
  .block-item {
    margin: 0 0 95px;
  }
}
@media (max-width: 960px) {
  .block-features {
    max-width: 800px;
  }
  .block-item {
    margin-top: 70px;
    margin-bottom: 0;
  }
  .block-item {
    width: 100%;
  }
  .block-image {
    width: 100%;
    height: auto;
  }
  .block-features {
    margin-top: 0;
  }
}

@media (max-width: 900px) {
  .search {
    max-width: 100%;
    min-width: 100%;
  }
  .col {
    min-width: 100%;
  }
}

@media (max-width: 767px) {
  .header_offset {
    padding-top: 70px;
  }

  .policy_cont .container .left_side {
    width: 100%;
  }

  .policy_cont .container .left_side ul li a {
    padding: 10px;
    margin-bottom: 15px;
  }

  .policy_cont .container .right_side {
    width: 100%;
    margin-top: 20px;
  }

  .policy_cont .container .h2 {
    font-size: 26px;
    padding-bottom: 20px;
  }

  .policy_cont .container .h4 {
    font-size: 20px;
    padding-bottom: 10px;
  }

  .policy_cont .container p {
    font-size: 14px;
    line-height: 20px;
  }

  .policy_cont .container .line {
    padding-bottom: 30px;
  }

  .policy_cont .container .h5 {
    font-size: 18px;
    padding-bottom: 10px;
  }

  .policy_cont .container .right_side ul {
    padding-bottom: 10px;
    margin-left: 10px;
  }

  .policy_cont .container .right_side ul li {
    margin-bottom: 5px;
  }

  .policy_cont .container .h6 {
    font-size: 16px;
  }
}
.audio-file {
  visibility: hidden;
  position: absolute;
  top: -100%;
}
.rewrep {
  display: none;
  transition: all 0.3s;
  opacity: 0;
}
.uploader {
  width: 700px;
  height: 590px;
  margin: 140px auto;
  background: #ffffff;
  box-shadow: 0px 10px 30px rgba(26, 179, 170, 0.18);
  border-radius: 60px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: all 0.3s;
  position: relative;
  max-width: 900px;
  max-height: 750px;
}
.upload_title {
  margin-top: 10px;
  padding: 0 0 12px;
  font-style: normal;
  font-weight: 600;
  font-size: 48px;
  line-height: 61px;
  color: #1a1d23;
  font-family: "Mont SemiBold", sans-serif;
}
.upload_desc {
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #9a9a9a;
  max-width: 78%;
}
.section_upload {
  padding: 55px;
  width: 460px;
  margin: 43px auto 0;
  background: #f5f5f5;
  border: 1px dashed #dbdbdb;
  box-sizing: border-box;
  border-radius: 24px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.6s;
  height: 305px;
  display: flex;
}
.highlight {
  background: #fff;
}
.file {
  box-shadow: 0px 10px 30px rgba(26, 179, 170, 0.28);
}
.img_section_upload {
  background: url(../img/Folder.png) no-repeat;
  background-size: cover;
  width: 100px;
  height: 83px;
  transition: all 0.3s;
}
.desc_section_upload {
  padding: 20px 0 0;
  max-width: 400px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #9a9a9a;
  transition: all 0.3s;
}
.progress {
  position: relative;
  height: 10px;
  width: 100%;
}
.progress .color {
  position: absolute;
  background-color: #21e0d5;
  width: 0px;
  height: 10px;
  border-radius: 15px;
  box-shadow: 0px 0px 30px rgba(26, 179, 170, 0.18);
  transition: all 2s ease-out;
}
.features-item {
  display: flex;
  flex-direction: column;
  width: 100%;
  padding-top: 45px;
}
.item {
  display: flex;
  width: 88%;
  align-items: center;
  margin: 0 auto 30px;
}
.item:last-child {
  margin: 0 auto;
}
.icon-audio {
  width: 60px;
  height: 80px;
  background: url(../img/audio_file.png);
  background-repeat: no-repeat;
  background-size: cover;
}
.name_progress-bar {
  display: flex;
  flex-direction: column;
  margin: 0 30px 0 20px;
  width: 470px;
}
.merge {
  display: flex;
  border: 2px solid #21e0d5;
  box-sizing: border-box;
  border-radius: 12px;
  color: #21e0d5;
  width: 185px;
  height: 55px;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #ffffff;
  transition: all 0.3s;
  font-size: 20px;
  font-family: "Mont SemiBold", sans-serif;
  opacity: 1;
  cursor: pointer;
}
.merge:hover {
  background: #21e0d5;
  color: #ffffff;
}
.re_name {
  position: relative;
  height: 34px;
  overflow: hidden;
  max-width: 88%;
}
.name {
  font-family: Mont Regular, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #1a1d23;
  position: absolute;
  white-space: nowrap;
}
.progress .color {
  width: 0%;
}
.uploader {
  padding: 30px 0 80px;
}
.message {
  display: none;
  opacity: 0;
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  transition: opacity 0.3s ease-out;
}
.message:before {
  content: "";
  background: #000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  opacity: 0.65;
  z-index: 12;
  cursor: pointer;
}
.recenter {
  display: flex;
  position: relative;
  width: 520px;
  max-width: 90%;
  background-color: #dcdcdc;
  border-radius: 4px;
  z-index: 99999;
  opacity: 1;
  border-radius: 30px;
  color: #1d1d1d;
}
.msgs {
  text-align: center;
  line-height: 1.5;
  font-size: 16px;
  margin: 0 auto;
}
.mpopup-closemp {
  position: absolute;
  background: url(../img/close.png) no-repeat;
  background-size: cover;
  top: 10px;
  right: 20px;
  width: 25px;
  height: 25px;
  cursor: pointer;
}
.re_block {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0 30px;
  max-width: 90%;
}
.re_btn {
  padding-top: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.btn_okey {
  color: #21e0d5;
  font-family: Mont Semibold;
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  text-transform: uppercase;
  padding: 13px 39px;
  border-radius: 5px;
  background-color: #ffffff;
  box-shadow: 0px 10px 30px rgba(26, 179, 170, 0.18);
}
.wrap {
  display: block;
  opacity: 1;
  transition: all 0.3s;
}
.loading {
  display: -webkit-box;
  display: -ms-flexbox;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  position: absolute;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  transition: all 0.6s;
  opacity: 0;
  display: none;
  padding-top: 50px;
}
.mff {
  display: flex;
  position: relative;
  width: 100%;
}
.remff {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  margin: 0 auto;
  margin-top: 27px;
  display: none;
  opacity: 0;
  transition: all 0.3s;
}
/* NO BORDER SPINNER */

/* NO BORDER SPINNER */
.nb-spinner {
  width: 120px;
  height: 120px;
  margin: 0;
  background: transparent;
  border-top: 5px solid #14968f;
  border-right: 5px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
  margin-top: -150px;
}
.nb-spinner-small {
  width: 60px;
  height: 60px;
  position: absolute;
  margin: 0;
  background: transparent;
  border-top: 3px solid #14968f;
  border-right: 3px solid transparent;
  border-radius: 50%;
  -webkit-animation: 1s spin linear infinite;
  animation: 1s spin linear infinite;
}

-webkit-@keyframes spin {
  -webkit-from {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  -webkit-to {
    -webkit-transform: rotate(360deg);
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-webkit-keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes spin {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.video_left {
  margin: 30px 0 50px;
  border-radius: 15px;
  overflow: hidden;
}
.video_left video {
  width: 640px;
  height: 360px;
}

.block_features {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  max-width: 1300px;
  margin: 0 auto;
}
.section_reheader {
  margin-top: 115px;
}

.item-block {
  width: 195px;
  height: 50px;
  background: #ffffff;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 30px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  cursor: pointer;
  opacity: 0.7;
  transition: all 0.3s;
  margin: 0 10px 25px;
}
.item-block:hover {
  opacity: 1;
}

.logo_cut {
  width: 50px;
  height: 50px;
  background: url(../img/cut.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.logo_merge {
  width: 50px;
  height: 50px;
  background: url(../img/merge.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.logo_fade {
  width: 50px;
  height: 50px;
  background: url(../img/fade.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.logo_convert {
  width: 50px;
  height: 50px;
  background: url(../img/convert.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.logo_micro {
  width: 50px;
  height: 50px;
  background: url(../img/micro.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.logo_extract {
  width: 50px;
  height: 50px;
  background: url(../img/extract.png);
  background-size: cover;
  background-repeat: no-repeat;
}
.item_block_text {
  font-size: 16px;
  font-family: "Mont Regular", sans-serif;
  line-height: 20px;
  color: #1a1d23;
  margin-left: 13px;
}
.part1 {
  display: flex;
}
.part2 {
  display: flex;
}
.activeblock {
  opacity: 1;
}
.manual {
  margin: 70px 0;
}
.manual_features {
  display: flex;
  width: 100%;
  justify-content: space-around;
  flex-wrap: wrap;
}
.help_item {
  display: flex;
  flex-direction: column;
  max-width: 220px;
  margin-bottom: 50px;
  flex-wrap: wrap;
}
.number_item {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mont SemiBold", sans-serif;
  font-size: 32px;
  line-height: 149%;
  color: #ffffff;
  margin: 0 auto;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background: #21e0d5;
  margin-bottom: 10px;
}
.text_item,
.next_p {
  font-size: 16px;
  line-height: 149%;
  display: flex;
  align-items: center;
  text-align: center;
  color: #1a1d23;
}
.strip {
  margin-top: 25px;
  height: 2px;
  width: 200px;
  background: #dbdbdb;
}
.strip3 {
  display: none;
}
@media (max-width: 1360px) {
  .block_features {
    max-width: 750px;
  }
}
@media (max-width: 1280px) {
  .strip {
    width: 180px;
  }
}
@media (max-width: 1080px) {
  .text_item {
    max-width: 200px;
  }
  .strip {
    width: 120px;
  }
  .help_item {
    margin-bottom: 20px;
  }
}
@media (max-width: 950px) {
  .strip {
    width: 75px;
  }
}
@media (max-width: 850px) {
  .strip {
    width: 160px;
  }
  .strip4,
  .strip2 {
    display: none;
  }
  .strip3 {
    display: block;
  }
}
@media (max-width: 670px) {
  .part1 {
    flex-direction: column;
  }
  .part2 {
    flex-direction: column;
    margin-left: 15px;
  }
  .item-block {
    height: 40px;
    margin: 0 10px 13px;
  }
  .logo_cut,
  .logo_merge,
  .logo_fade,
  .logo_convert,
  .logo_micro,
  .logo_extract {
    width: 40px;
    height: 40px;
  }
  .block_features {
    justify-content: center;
  }
  .strip {
    width: 85px;
  }
}
@media (max-width: 560px) {
  .strip {
    display: none;
  }
  .help_item {
    flex-direction: row;
    max-width: 100%;
    width: 90%;
    justify-content: center;
    align-items: center;
  }
  .number_item {
    margin: 0 30px 0 0;
  }
  .text_item {
    max-width: 65%;
    margin: 0;
    padding: 0;
  }
  .text_item,
  .next_p {
    text-align: left;
  }
  .perp {
    margin: 0;
    margin-top: -30px;
    margin-left: 140px;
  }
}
@media (max-width: 540px) {
  .perp {
    margin: 0;
    margin-top: 0px;
    margin-left: -35px;
  }
}
@media (max-width: 480px) {
  .item_block_text {
    margin-left: 7px;
  }
  .item-block {
    width: 170px;
    margin: 0 6px 13px;
  }
  .part2 {
    margin-left: 0;
  }
  .perp {
    margin-left: -60px;
  }
  .help_item {
    width: 100%;
  }
  .text_item {
    max-width: 70%;
  }
}
@media (max-width: 400px) {
  .item_block_text {
    margin-left: 5px;
    font-size: 15px;
  }
  .item-block {
    width: 160px;
  }
  .perp {
    margin-left: -35px;
  }
}
@media (max-width: 367px) {
  .item_block_text {
    font-size: 14px;
  }
  .item-block {
    width: 150px;
  }
  .perp {
    margin-left: -25px;
  }
}
@media (max-width: 327px) {
  .text_item {
    max-width: 60%;
  }
}
@media (max-width: 730px) {
  .video_left video {
    width: 100%;
    height: auto;
  }
  .uploader {
    width: 93%;
    min-height: auto;
  }
  .section_upload {
    width: 75%;
  }
  .main-title {
    padding: 0;
    padding-bottom: 24px;
    text-align: center;
  }
  .name_progress-bar {
    width: 67%;
  }
}
@media (max-width: 550px) {
  .icon-audio {
    width: 40px;
    height: 54.5px;
  }
  .icon-success {
    width: 30px;
    height: 30px;
  }
  .item {
    width: 95%;
    justify-content: center;
  }
  .wrap_message {
    width: 90%;
  }
  .recenter {
    width: 100%;
  }
  .upload_title {
    text-align: center;
    font-size: 42px;
    padding: 0 0 7px;
    max-width: 440px;
  }
  .desc_section_upload,
  .upload_desc {
    font-size: 18px;
  }
  .section_upload {
    width: 92.5%;
  }
  .merge {
    width: 150px;
    height: 45px;
    font-size: 16px;
    margin-top: -25px;
  }
  .img_section_upload {
    width: 84px;
    height: 69px;
  }
  .name_progress-bar {
    margin: 0 15px 0 10px;
  }
  .name {
    font-size: 18px;
  }
  .remff {
    margin-top: -3px;
  }
  .uploader {
    margin: 30px auto;
  }
}
@media (max-width: 480px) {
  .uploader {
    padding: 30px 0 35px;
  }
}
@media (max-width: 440px) {
  .item {
    width: 100%;
  }
  .uploader {
    width: 95%;
  }
  .upload_title {
    max-width: 330px;
    font-size: 40px;
    line-height: 1.35;
  }
  .upload_desc {
    max-width: 265px;
  }
  .section_upload {
    width: 98%;
    margin: 28px auto 0;
  }
}
