* {
  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;
}
button {
  background-color: #fff;
}
@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;
}
.precontainer {
  display: flex;
}
.recontainer {
  display: flex;
  flex-direction: column;
}

.desc_title {
  text-align: center;
  font-size: 20px;
  font-family: Mont Regular, sans-serif;
  color: #9a9a9a;
  max-width: 700px;
  margin-left: auto;
  margin-bottom: 20px;
}

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

.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: 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;
  }
}
.sectionaudio {
  margin-top: 120px;
  margin-bottom: 25px;
}
.Reblock_item_audio {
  display: flex;
  flex-direction: column;
  border: 1px solid #dbdbdb;
  border-radius: 20px 20px 3px 3px;
  margin-bottom: 20px;
  overflow: hidden;
}
.block_item_audio {
  width: 190px;
  height: 100px;
  background: #ffffff;
  box-sizing: border-box;
  border-radius: 20px 20px 0 0;
  position: relative;
}
.change_volume {
  height: 20px;
  max-width: 180px;
  cursor: pointer;
  position: relative;
  margin: 0 auto 5px;
  background: linear-gradient(
    to right bottom,
    rgba(255, 255, 255, 1) 0%,
    rgba(255, 255, 255, 1) 49.9%,
    rgba(255, 255, 255, 1) 50%,
    rgba(255, 255, 255, 1) 51%,
    rgba(33, 224, 213, 0.4) 51.1%,
    rgba(33, 224, 213, 0.4) 100%
  );
  -moz-user-select: none;
  -o-user-select: none;
  -khtml-user-select: none;
  -webkit-user-select: none;
  user-select: none;
  -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
  -webkit-tap-highlight-color: transparent;
}

.perv_svg {
  height: 25px;
  width: 180px;
  position: absolute;
  top: 0;
  left: 180px;
  cursor: pointer;
  background-color: #fff;
}
.bottom_item_audio {
  width: 190px;
  height: 35px;
  margin-top: -6px;
}
.svg_volume {
  position: absolute;
  margin-top: -5px;
  max-width: 190px;
  max-height: 30px;
}
.icon_volume {
  background: url(../img/volume.png);
  width: 21px;
  height: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  margin: 0 auto;
  transition: all 0.2s;
  position: absolute;
  left: 0;
}
.pre_bottom_item {
  width: 100%;
  height: 9px;
  background: #f5f5f5;
  border-radius: 2px 0px 0px 2px;
  cursor: pointer;
}
.icon_add {
  background: url(../img/add.png);
  width: 21px;
  height: 21px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.2s;
  position: absolute;
  top: 10px;
  right: 10px;
}
.icon_pause {
  background: url(../img/pause.png);
  width: 12px;
  height: 18px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.2s;
}
.icon_pauses {
  background: url(../img/Pauses.png);
  width: 25px;
  height: 25px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.2s;
  position: absolute;
  bottom: 10px;
  right: 8px;
}
.mDownload {
  background: url(../img/mDownload.png);
  width: 21px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
}
.icon_close {
  background: url(../img/cross.png);
  width: 16px;
  height: 16px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.2s;
  position: absolute;
  right: 10px;
  top: 8px;
}
.icon_play {
  background: url(../img/Play.png);
  width: 26px;
  height: 26px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  margin: 0 auto;
  transition: all 0.2s;
  position: absolute;
  bottom: 10px;
  right: 8px;
}

.icon_again {
  background: url(../img/Again.png);
  width: 50px;
  height: 50px;
  background-size: cover;
  background-repeat: no-repeat;
  cursor: pointer;
  transition: all 0.2s;
}
.bplay {
  position: relative;
  height: 50px;
  width: 50px;
  bottom: 0;
  top: 0;
}
.top_audio_block {
  margin-top: 12px;
  margin-left: 10px;
}
.left_block_audio {
  width: 85%;
}
.name_item_audio {
  font-family: "Mont Regular", sans-serif;
  font-size: 15px;
  line-height: 1.15;
  color: #1a1d23;
  overflow: hidden;
}
.duration {
  font-family: "Mont Regular", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 13px;
  line-height: 10px;
  color: #9a9a9a;
  margin-top: 2px;
  white-space: nowrap;
}
.drag_icon {
  display: flex;
  margin: 0 auto;
  align-items: center;
  height: 100%;
}
.drag_icon .circle {
  margin-right: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #5d5d5d;
}
.re_circle {
  margin: 0 auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
.wave_item_audio {
  width: 150px;
  height: 37px;
  overflow: hidden;
  padding-top: 8px;
  margin-top: -6px;
  margin-left: 4px;
  position: absolute;
  bottom: 10px;
}
svg {
  width: 100%;
  display: block;
}
.panel_audio {
  width: 445px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  height: 590px;
  overflow-y: auto;
  overflow-x: hidden;
  counter-reset: li;
  list-style: none;
  padding: 0;
  padding-right: 25px;
}

/* Width */
.panel_audio::-webkit-scrollbar {
  width: 7.5px;
}

/* Thumb */
.panel_audio::-webkit-scrollbar-thumb {
  border-radius: 15px;
  max-width: 6px;
  background-color: #afafaf;
  cursor: pointer;
}
.panel_audio::-webkit-scrollbar-track-piece {
  border-radius: 15px;
  max-width: 6px;
  background-color: #e6e6e6;
  cursor: pointer;
}
.bottom_panel_audio {
  margin-top: 25px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding-right: 30px;
}
.upload_own_btn,
.add_pause_btn {
  background: #ffffff;

  width: 195px;
  height: 90px;

  border: 1px solid #21e0d5;
  box-sizing: border-box;
  border-radius: 20px;
  filter: drop-shadow(0px 5px 15px rgba(38, 255, 242, 0.15));
  justify-content: center;
  align-items: center;
  cursor: pointer;
}
.icon_bottom {
  position: relative;
  margin: 15px auto 0;
  right: auto;
  top: auto;
}
.title_bottom_panel {
  margin-top: 6px;
  font-family: "Mont Regular", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  color: #21e0d5;
  text-align: center;
}
.main_wave_audio {
  display: flex;
  flex-direction: column;
  width: 810px;
  height: fit-content;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 20px;
  margin-left: 25px;
  padding: 10px;
}
.re_section_wave_audio {
  width: 100%;
  height: 135px;
  background: #f5f5f5;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 10px;
  max-width: 100%;
  display: -webkit-inline-box;
  overflow-y: hidden;
  overflow-x: auto;
  counter-reset: li;
  list-style: none;
}
.re_section_wave_audio::-webkit-scrollbar {
  height: 7.5px;
}

/* Thumb */
.re_section_wave_audio::-webkit-scrollbar-thumb {
  border-radius: 15px;
  max-height: 6px;
  background-color: #afafaf;
  cursor: pointer;
}
.re_section_wave_audio::-webkit-scrollbar-track-piece {
  border-radius: 15px;
  max-height: 6px;
  background-color: #e6e6e6;
  cursor: pointer;
}
.ffsection_wave_audio {
  width: 180px;
  height: 105px;
  background: rgba(255, 255, 255, 0.3);
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
  margin-right: 15px;
}
.rewave_item_audio {
  width: 150px;
  margin-left: 6px;
  bottom: 14px;
}
.bottom_wave_audio {
  background: #21e0d5;
  border-radius: 2px 0px 0px 2px;
  height: 10px;
  margin-top: 4px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.re_circle_white {
  margin: 0 auto;
  padding-top: 2px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.circle_white {
  margin-right: 5px;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
}
.empty_wave {
  width: 180px;
  height: 105px;
  background: rgb(187 187 187 / 18%);
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 20px;
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Mont Regular", sans-serif;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #505050;
}
.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;
}
.qmessage {
  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;
}
.qmessage:before {
  content: "";
  background: #000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  opacity: 0.65;
  z-index: 12;
}
.remessage {
  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;
}
.remessage:before {
  content: "";
  background: #000;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100vh;
  opacity: 0.65;
  z-index: 12;
}
.recenter {
  display: flex;
  position: relative;
  width: 520px;
  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/close1.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%;
}
.qre_block {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0 30px;
  max-width: 90%;
  width: 100%;
}
.rere_block {
  display: flex;
  margin: 0 auto;
  justify-content: center;
  flex-direction: column;
  padding: 40px 0;
  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;
}
.inputs {
  display: flex;
  margin-top: 10px;
  align-items: center;
}
.dynamic-input {
  width: 60px;
  height: 25px;
  font-size: 16px;
  background-color: #c1c1c1;
  color: #000;
  border-radius: 7px;
  margin-right: 20px;
  text-align: center;
}
.resvg_pause {
  display: none;
}
.uploaded_audio {
  display: none;
  width: 100%;
  margin-right: auto;
  margin-bottom: auto;
}
.uploadeds_audio {
  background-color: #f1eae7;
}
.bottom_uploaded_audio {
  background-color: #decec7;
}
.audio-file {
  visibility: hidden;
  position: absolute;
  top: -100%;
  width: 0;
}
.bottom_main_wave {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
  margin-bottom: 10px;
  position: relative;
}
.merg_download {
  width: 200px;
  height: 54px;
  border-radius: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid #21e0d5;
  cursor: pointer;
  margin-left: auto;
}
.download_text {
  color: #21e0d5;
  font-size: 16px;
  line-height: 1.5;
  color: #21e0d5;
  margin-left: 8px;
}

.block_play_icon {
  display: none;
  justify-content: space-between;
  width: 130px;
}

.main_title {
  font-size: 40px;
  line-height: 1.5;
  margin-left: auto;
  color: #1a1d23;
  font-family: "EuropeExt Bold", sans-serif;
}

.add_bg {
  position: absolute;
  margin: 0 auto;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  margin-left: -80px;
  display: flex;
  align-items: center;
}
.text_add_bg {
  word-spacing: 9999999px;
  text-align: center;
  width: 110px;
  margin-right: 18px;
  line-height: 1.1;
  font-size: 15px;
  cursor: pointer;
}
.pluss {
  background: url(../img/plus.png);
  background-repeat: no-repeat;
  background-size: cover;
  width: 50px;
  height: 50px;
  cursor: pointer;
}
.pre_wave_audio {
  width: 100%;
  height: 93px;
  background: #ebebeb;
  border: 1px solid #dbdbdb;
  box-sizing: border-box;
  border-radius: 20px;
  padding: 10px;
  max-width: 100%;
  margin-top: 12px;
  cursor: pointer;
  display: none;
  justify-content: center;
  align-items: center;
  transition: all 0.3s;
  opacity: 0;
}
.upload_audio {
  display: flex;
  align-items: center;
}
.upl_icon {
  width: 30px;
  height: 30px;
  background: url(../img/upload.png);
  background-size: cover;
  background-repeat: no-repeat;
  align-items: center;
  margin-right: 13px;
}
.upl_text {
  font-family: "Mont SemiBold", sans-serif;
  font-size: 18px;
  align-items: center;
  color: #676767;
}

.uploaded_name {
  font-family: "Mont Regular", sans-serif;
  font-size: 18px;
  line-height: 1.5;
  color: #1a1d23;
  white-space: nowrap;
  overflow: hidden;
  max-width: 300px;
}

.uploaded_duration {
  font-family: "Mont SemiBold", sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 14px;
  line-height: 10px;
  color: #9a9a9a;
  margin-top: 2px;
  white-space: nowrap;
}
.uploaded_wave {
  width: 720px;
  height: 37px;
  max-width: 100%;
  overflow: hidden;
}
.re_panel_audio {
  position: relative;
}
.top_panel {
  position: absolute;
  top: -40px;
  margin-top: -10px;
  width: 100%;
  display: flex;
}

.btn_sounds,
.btn_voice {
  padding: 10px 24px;
  cursor: pointer;
  border: 1px solid #21e0d5;
  border-radius: 5px;
  transition: all 0.2s;
  font-size: 15px;
}
.btn_voice {
  margin-left: 20px;
}
.btn_active_sv {
  color: #fff;
  background-color: #21e0d5;
  font-family: "Mont SemiBold", sans-serif;
}
.item_voice {
  display: none;
}

.instruction_block {
  margin-top: 50px;
}
.instruction_block_features {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}

.instruction_block_item {
  display: flex;
  flex-direction: column;
  width: 50%;
  align-items: center;
  font-size: 16px;
  text-align: center;
  line-height: 1.3;
  max-width: 360px;
}
.text_block_item {
  color: #1a1d23;
}
.numb_block_item {
  font-size: 22px;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #21e0d5;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-family: "Mont semiBold", sans-serif;
  margin-bottom: 15px;
}

@-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);
  }
}
.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;
  transition: all 0.2s;
  opacity: 0;
  margin: 0 auto;
  color: #1a1d23;
}
.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;
}
.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;
}
.success {
  display: flex;
  opacity: 0;
  transition: all 0.2s;
  flex-direction: column;
}
.qsuccess_bottom {
  overflow: hidden;
  position: relative;
}
.success_bottom {
  margin-top: -280px;
  transition: all 0.3s;
  line-height: 1.2;
}
.pre_btn {
  display: flex;
}
.okey_btn {
  color: #1a1d23;
  font-family: Mont Semibold, sans-serif;
  font-size: 12px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 18px;
  text-align: center;
  border-radius: 3px;
  background-color: #f5f5f5;
  transition: all 0.25s;
  padding: 8px 23px;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.11);
  -moz-box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.11);
  box-shadow: 0px 0px 8px 0px rgba(34, 60, 80, 0.11);
  cursor: pointer;
}
.success_main_text {
  margin: 0 auto;
  font-size: 20px;
  margin-top: -10px;
  color: #1a1d23;
  letter-spacing: 0.4px;
}
.success_up {
  display: flex;
  font-size: 16px;
  margin: 25px auto 0;
  cursor: pointer;
  align-items: center;
  line-height: 1.2;
}
.chevron {
  background: url(../img/chevron.png);
  background-repeat: no-repeat;
  background-size: cover;
  height: 25px;
  width: 25px;
  margin-top: -12px;
  margin-left: 7px;
  cursor: pointer;
  transition: all 0.2s;
  z-index: 111;
}
.instruction_block_item:nth-child(3) {
  margin-top: 30px;
}
.instruction_block_item:nth-child(4) {
  margin-top: 30px;
}
.instruction_block_mini {
  display: none;
}
@media (max-width: 1330px) {
  .main_wave_audio {
    width: 705px;
  }
  .panel_audio {
    width: 415px;
    padding-right: 13px;
  }
  .upload_own_btn,
  .add_pause_btn {
    width: 190px;
  }
  .bottom_panel_audio {
    padding-right: 20px;
  }
  .precontainer {
    justify-content: center;
  }
}
@media (max-width: 1280px) {
  .instruction_block_item {
    max-width: 43%;
  }
}
@media (max-width: 1180px) {
  .main_wave_audio {
    width: 620px;
  }
}
@media (max-width: 1080px) {
  .precontainer {
    flex-direction: column-reverse;
  }
  .main_wave_audio {
    width: 100%;
    margin-left: 0;
    margin: 0 auto 50px;
    height: auto;
  }
  .re_panel_audio {
    width: 95%;
    margin: 0 auto;
  }
  .Reblock_item_audio {
    margin: 0 4px 20px;
  }
  .panel_audio {
    width: 100%;
    height: 250px;
    padding-right: 20px;
    justify-content: space-evenly;
    margin-bottom: 40px;
  }
  .bottom_panel_audio {
    padding-right: 20px;
  }
  .top_panel {
    position: relative;
    top: auto;
    margin-bottom: 25px;
    margin-left: 25px;
    width: auto;
  }
  .instruction_block_max {
    display: none;
  }
  .instruction_block_mini {
    display: flex;
    flex-direction: column;
  }
  .instruction_block {
    margin-top: 85px;
  }
}

@media (max-width: 770px) {
  .main_title {
    font-size: 33px;
    text-align: center;
    line-height: 1.4;
    margin: 0 auto 15px;
  }
  .desc_title {
    margin: 0 auto 25px;
  }
  .instruction_block_item {
    width: 100%;
    max-width: 70%;
    margin-bottom: 40px;
  }
  .instruction_block_item:nth-child(3) {
    margin-top: 0;
  }
  .instruction_block_item:nth-child(4) {
    margin-top: 0;
  }
  .instruction_block {
    margin-top: 50px;
  }
}
@media (max-width: 660px) {
  .instruction_block_item {
    width: 100%;
    max-width: 80%;
    margin-bottom: 40px;
  }
}
@media (max-width: 550px) {
  .Reblock_item_audio {
    width: 290px;
  }
  .recenter {
    width: 100%;
    max-width: 97%;
    margin: 0 auto;
  }
  .Reblock_item_audio {
    margin: 0 4px 30px;
    overflow: hidden;
  }
  .block_item_audio,
  .pre_bottom_item {
    width: 100%;
  }
  .upload_own_btn,
  .add_pause_btn {
    width: 46%;
  }
  .wave_item_audio {
    width: 90%;
  }
  .left_block_audio {
    width: 81.9%;
    overflow: hidden;
  }
  .add_bg {
    position: relative;
    left: 0;
    top: 0;
    transform: none;
    margin: 0 auto 20px;
  }
  .bottom_main_wave {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .merg_download {
    margin: 0 auto 15px;
  }
  .bplay {
    right: 0;
    margin: 0;
  }

  .bottom_panel_audio {
    flex-direction: column;
    align-items: center;
  }
  .upload_own_btn {
    width: 75%;
    margin-bottom: 20px;
  }
  .add_pause_btn {
    width: 75%;
  }
  .ffsection_wave_audio .top_audio_block .name_item_audio {
    font-size: 14px;
  }
  .ffsection_wave_audio {
    width: 170px;
  }
  .instruction_block_item {
    width: 100%;
    max-width: 90%;
    margin-bottom: 25px;
  }
  .top_panel {
    margin-left: 0;
    justify-content: center;
    padding-right: 20px;
  }
  .bottom_item_audio,
  .perv_svg {
    width: 100%;
  }
  .change_volume {
    max-width: 90%;
  }
  .perv_svg {
    left: 100%;
  }
}
@media (max-width: 420px) {
  .change_volume {
    max-width: 90%;
  }
}
