@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;
}
* {
  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;
}

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;
}

.main-title {
  font-family: "Mont SemiBold", sans-serif;
  padding: 50px;
  font-size: 48px;
  line-height: 61px;
  color: #1a1d23;
}
.container {
  margin: 0 auto;
  max-width: 1300px;
}
.play-img {
  background: url(../img/Play.png);
  box-shadow: 0px 10px 30px rgba(26, 179, 170, 0.18);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto;
}
.main-play {
  margin: 0 auto 10px;
}
.stop-img {
  background: url(../img/Pause.png);
  box-shadow: 0px 10px 30px rgba(26, 179, 170, 0.18);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  margin: 0 auto 10px;
}
.main-container {
  display: flex;
  margin: 0 auto;
  justify-content: space-around;
}
.center-main-container {
  width: 1000px;
  margin-left: 15px;
  box-shadow: 0px 10px 30px rgba(26, 179, 170, 0.18);
}

.wavesurfer-region {
  border-radius: 10px;
}
.left-play-icon {
  width: 150px;
  align-items: center;
  justify-content: center;
  padding-top: 30px;
}
.time-result {
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: space-around;
  border-radius: 10px;
  padding-top: 15px;
}
#time-current,
#time-total {
  position: relative;
  display: flex;
  align-items: center;
  margin: 0 auto;
  color: #1d1d1d;
  width: 75px;
  height: 40px;
  transition: background-color 0.3s;
  justify-content: center;
  padding-bottom: 10px;
  font-family: "Mont SemiBold", sans-serif;
}
#time-total {
  background-color: #ececec;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
#time-total:hover {
  background-color: #f5f5f5;
}
#time-current {
  background-color: #f5f5f5;
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
#time-current:hover {
  background-color: #ececec;
}
#time-current:after {
  content: "start";
  font-size: 10px;
  position: absolute;
  z-index: 100;
  bottom: 4.5px;
  color: #21e0d5;
  opacity: 0.8;
  font-family: "Mont Regular", sans-serif;
}
#time-total:after {
  content: "end";
  font-size: 10px;
  position: absolute;
  z-index: 100;
  bottom: 4.5px;
  color: #21e0d5;
  opacity: 0.8;
  font-family: "Mont Regular", sans-serif;
}
.name_music {
  font-family: Mont SemiBold, sans-serif;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  color: #9a9a9a;
}
#waveform {
  border: 1px solid #dbdbdb;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.container_trim-block {
  z-index: 2;
  max-width: 950px;
  margin: 30px auto 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.trim_item {
  width: 450px;
  height: 50px;
  display: flex;
  margin-bottom: 20px;
  align-items: center;
}
.trim_item_checkbox-disable {
  width: 26px;
  height: 26px;
  background: url(../img/Checkbox-disable.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12.25px;
  cursor: pointer;
}
.trim_item_checkbox-active {
  width: 26px;
  height: 26px;
  background: url(../img/Checkbox-active.png);
  background-repeat: no-repeat;
  background-size: cover;
  margin-right: 12.25px;
  cursor: pointer;
}
.trim_item-start,
.trim_item-end {
  display: flex;
  background: #f5f5f5;
  border-radius: 10px;
  height: 50px;
  width: 100px;
  align-items: center;
  justify-content: center;
  color: #1a1d23;
  font-size: 20px;
  margin-left: 10px;
}
.trim_item-separator {
  font-size: 20px;
  line-height: 149%;
  text-align: center;
  text-transform: uppercase;
  color: #9a9a9a;
  margin-left: 10px;
}
.trim_item-download {
  box-shadow: 0px 10px 30px rgba(26, 179, 170, 0.18);
  background: url(../img/download.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 10px;
}
.trim_item-delete {
  box-shadow: 0px 10px 30px rgba(26, 179, 170, 0.18);
  background: url(../img/Delete.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  border-radius: 50%;
  margin-left: 10px;
}
.merge {
  border: 2px solid #21e0d5;
  box-sizing: border-box;
  border-radius: 12px;
  color: #21e0d5;
  width: 185px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  background: #ffffff;
  transition: all 0.3s;
  font-size: 20px;
  font-family: "Mont SemiBold", sans-serif;
}
.merge-container {
  padding: 25px 0;
}
.merge:hover {
  background: #21e0d5;
  color: #ffffff;
}
.loader {
  --background: linear-gradient(135deg, #23c4f8, #275efe);
  --shadow: rgba(39, 94, 254, 0.28);
  --text: #6c7486;
  --page: rgba(255, 255, 255, 0.36);
  --page-fold: rgba(255, 255, 255, 0.52);
  --duration: 3s;
  width: 200px;
  height: 140px;
  position: relative;
}
.loader:before,
.loader:after {
  --r: -6deg;
  content: "";
  position: absolute;
  bottom: 8px;
  width: 120px;
  top: 80%;
  box-shadow: 0 16px 12px var(--shadow);
  transform: rotate(var(--r));
}
.loader:before {
  left: 4px;
}
.loader:after {
  --r: 6deg;
  right: 4px;
}
.loader div {
  width: 100%;
  height: 100%;
  border-radius: 13px;
  position: relative;
  z-index: 1;
  perspective: 600px;
  box-shadow: 0 4px 6px var(--shadow);
  background-image: var(--background);
}
.loader div ul {
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;
}
.loader div ul li {
  --r: 180deg;
  --o: 0;
  --c: var(--page);
  position: absolute;
  top: 10px;
  left: 10px;
  transform-origin: 100% 50%;
  color: var(--c);
  opacity: var(--o);
  transform: rotateY(var(--r));
  -webkit-animation: var(--duration) ease infinite;
  animation: var(--duration) ease infinite;
}
.loader div ul li:nth-child(2) {
  --c: var(--page-fold);
  -webkit-animation-name: page-2;
  animation-name: page-2;
}
.loader div ul li:nth-child(3) {
  --c: var(--page-fold);
  -webkit-animation-name: page-3;
  animation-name: page-3;
}
.loader div ul li:nth-child(4) {
  --c: var(--page-fold);
  -webkit-animation-name: page-4;
  animation-name: page-4;
}
.loader div ul li:nth-child(5) {
  --c: var(--page-fold);
  -webkit-animation-name: page-5;
  animation-name: page-5;
}
.loader div ul li svg {
  width: 90px;
  height: 120px;
  display: block;
}
.loader div ul li:first-child {
  --r: 0deg;
  --o: 1;
}
.loader div ul li:last-child {
  --o: 1;
}
.loader span {
  display: block;
  left: 0;
  right: 0;
  top: 100%;
  margin-top: 20px;
  text-align: center;
  color: #22c5bc;
  font-family: "Mont SemiBold", sans-serif;
  font-size: 19px;
}

@-webkit-keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35%,
  100% {
    opacity: 0;
  }
  50%,
  100% {
    transform: rotateY(0deg);
  }
}

@keyframes page-2 {
  0% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  35%,
  100% {
    opacity: 0;
  }
  50%,
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
  65%,
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-3 {
  15% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  35% {
    opacity: 1;
  }
  50%,
  100% {
    opacity: 0;
  }
  65%,
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65%,
  100% {
    opacity: 0;
  }
  80%,
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-4 {
  30% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  65%,
  100% {
    opacity: 0;
  }
  80%,
  100% {
    transform: rotateY(0deg);
  }
}
@-webkit-keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
  }
  95%,
  100% {
    transform: rotateY(0deg);
  }
}
@keyframes page-5 {
  45% {
    transform: rotateY(180deg);
    opacity: 0;
  }
  65% {
    opacity: 1;
  }
  80%,
  100% {
    opacity: 0;
  }
  95%,
  100% {
    transform: rotateY(0deg);
  }
}
.pre-loader {
  align-items: center;
  justify-content: center;
  width: 100%;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 101;
  opacity: 0;
  transition: opacity 0.3s ease-out;
  display: none;
}
.pre-loader:before {
  content: "";
  width: 100%;
  height: 100vh;
  position: fixed;
  background-color: #000000;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  opacity: 0.65;
}

.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;
}
.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%;
  }
}
.uploader {
  width: 700px;
  margin: 110px 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;
  justify-content: center;
  transition: all 0.3s;
}
.upload_title {
  padding: 80px 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;
}
.section_upload {
  padding: 55px;
  width: 460px;
  margin: 43px auto 63px;
  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.3s;
}
.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;
}
.desc_section_upload {
  padding-top: 20px;
  max-width: 400px;
  font-weight: 600;
  font-size: 20px;
  line-height: 1.5;
  text-align: center;
  color: #9a9a9a;
}
.cut_or_trim {
  visibility: hidden;
  opacity: 0;
  /*margin: 140px auto 80px;*/
  transition: all 0.3s;
  height: 0;
  overflow: hidden;
}
#audio-file {
  visibility: hidden;
  position: absolute;
  top: -100%;
}
.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);
}
.text-info {
  transition: all 0.3s;
}
.text-info p {
  font-family: Mont Regular, sans-serif;
  font-size: 20px;
  line-height: 1.5;
  color: #1d1d1d;
  text-align: center;
  max-width: 88%;
  margin: 30px auto -20px;
  transition: all 0.3s;
}
.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: 1201px) {
  .main-container {
    flex-direction: column;
    width: 100%;
  }
  .left-play-icon {
    margin: 0 auto;
    padding: 0 0 30px;
  }
  .recenter-main-container {
    width: 100%;
  }
  .center-main-container {
    margin-left: 0;
    width: 100%;
  }
  .container_trim-block {
    max-width: 95%;
    justify-content: space-around;
  }
}
@media (max-width: 721px) {
  .uploader {
    width: 93%;
  }
  .section_upload {
    width: 75%;
  }
  .main-title {
    padding: 0;
    padding-bottom: 24px;
    text-align: center;
  }
}
@media (max-width: 550px) {
  .upload_title {
    text-align: center;
    font-size: 42px;
    padding: 60px 0 7px;
    max-width: 440px;
  }
  .desc_section_upload,
  .upload_desc,
  .text-info p {
    font-size: 18px;
  }
  .section_upload {
    width: 92.5%;
  }
  .img_section_upload {
    width: 84px;
    height: 69px;
  }
  .wrap_message {
    width: 90%;
  }
  .recenter {
    width: 100%;
  }
  .name_music {
    font-size: 18px;
  }
  .main-title {
    font-size: 42px;
  }
  .merge {
    width: 150px;
    height: 45px;
    font-size: 16px;
  }
  .trim_item {
    width: auto;
    height: auto;
  }
  .trim_item-start,
  .trim_item-end {
    width: 80px;
    height: 40px;
  }
  .play-img,
  .stop-img,
  .trim_item-download,
  .trim_item-delete {
    width: 40px;
    height: 40px;
  }
  .main-play {
    width: 50px;
    height: 50px;
  }
}
@media (max-width: 470px) {
  .trim_item {
    height: auto;
    flex-wrap: wrap;
    max-width: 328px;
    justify-content: center;
  }
  .trim_item-delete {
    margin-top: 15px;
  }
}
@media (max-width: 400px) {
  .trim_item-download {
    margin-top: 15px;
  }
  .uploader {
    width: 95%;
  }
  .upload_title {
    max-width: 330px;
    font-size: 40px;
    line-height: 1.35;
    padding: 45px 0 7px;
  }
  .upload_desc {
    max-width: 265px;
  }
  .section_upload {
    width: 98%;
    margin: 28px auto 58px;
  }
}
@media (max-width: 340px) {
  .trim_item-end {
    margin-top: 15px;
  }
}
