a {
  text-decoration: none;
  color: #000;
}
strong {
  color: #555;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 120px;
}
body {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.sprite {
  background: url(/uploads/page/product/soundcloud-music-converter/spotify-sprites.png) no-repeat center;
  background-size: 983px 277px;
}
.banner {
  position: relative;
  background: linear-gradient(180deg, #fff2e2 0%, rgba(255, 226, 227, 0) 81.32%, rgba(255, 250, 244, 0.38) 81.32%);
  padding: 50px 0;
  overflow: hidden;
}
.banner::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 246px;
  height: 259px;
  background: url("/uploads/page/product/soundcloud-music-converter/wrap1-top.png") no-repeat;
}
.banner::after {
  content: "";
  position: absolute;
  bottom: 100px;
  right: 0;
  z-index: 5;
  width: 231px;
  height: 383px;
  background: url("/uploads/page/product/soundcloud-music-converter/wrap1-bottom.png") no-repeat;
}
.banner .container {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.banner-info {
  width: 680px;
  flex-shrink: 0;
}
.banner-title {
  font-size: 42px;
  color: #323836;
  font-weight: 600;
}
.banner-desc {
  max-width: 595px;
  font-size: 20px;
  line-height: 1.5;
  color: #444;
  margin: 22px 0;
}
.banner-list {
  margin: 30px 0 40px;
  padding-left: 20px;
  max-width: 595px;
}
.banner-list .list-item {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
  list-style: disc;
}
.banner-list .list-item::marker {
  color: #f6871f;
}
.banner-switch {
  position: relative;
  display: flex;
  width: 155px;
  height: 30px;
  border-radius: 20px;
  padding: 3px 4px;
  background: rgba(196, 196, 196, 0.5);
  margin-bottom: 30px;
}
.banner-switch .switch-btn {
  position: relative;
  z-index: 10;
  width: 73.5px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 20px;
  border: none;
  outline: none;
  background: transparent;
  cursor: pointer;
}
.banner-switch .switch-btn_text {
  font-size: 12px;
  color: #000;
  margin-left: 8px;
  transform: translateY(1px);
}
.banner-switch .switch-cover {
  position: absolute;
  top: 3px;
  left: 4px;
  z-index: 5;
  width: 73.5px;
  height: 24px;
  border-radius: 20px;
  background: #fff;
  transition: all 0.2s;
}
.banner-btns {
  display: none;
  align-items: center;
  margin-bottom: 40px;
}
.banner-btns .btns-download,
.banner-btns .btns-buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  width: 200px;
  height: 65px;
  transition: all 0.2s;
  padding: 0 22px;
  font-size: 18px;
  box-sizing: border-box;
}
.banner-btns .btns-download .btns-text,
.banner-btns .btns-buy .btns-text {
  display: flex;
  flex-direction: column;
}
.banner-btns .btns-download .btns-text_title,
.banner-btns .btns-buy .btns-text_title {
  font-style: normal;
  font-weight: bold;
  margin-bottom: 4px;
}
.banner-btns .btns-download .btns-text_desc,
.banner-btns .btns-buy .btns-text_desc {
  font-style: normal;
  font-size: 14px;
}
.banner-btns .btns-download .iconfont,
.banner-btns .btns-buy .iconfont {
  font-size: 26px;
}
.banner-btns .btns-download {
  background: linear-gradient(100deg, #f6871f 2.99%, #f57e20 37.11%, #f36621 69.74%, #f04923 101.88%);
  color: #fff;
  margin-right: 24px;
  transition: all 0.2s;
}
.nl-sound .banner-btns .btns-download {
  width: 235px;
}
.ko-soundcloud .banner-btns .btns-download {
  width: 230px;
  font-size: 16px;
}
.banner-btns .btns-download:hover {
  background: linear-gradient(100deg, #f35d00 2.99%, #de2900 101.88%);
}
.banner-btns .btns-download .btns-text_title,
.banner-btns .btns-download .btns-text_desc {
  color: #fff;
}
.banner-btns .btns-buy {
  border: 1px solid #c8cac9;
  transition: all 0.2s;
  color: #3d3d3d;
}
.banner-btns .btns-buy .iconfont {
  font-size: 26px;
}
.banner-btns .btns-buy:hover {
  background: #3d3d3d;
  color: #fff;
}
.banner-btns .btns-buy:hover .btns-text_title {
  color: #fff;
}
.banner-btns .btns-buy:hover .btns-text_desc {
  color: rgba(255, 255, 255, 0.5);
}
.banner-btns .btns-buy .btns-text_title {
  color: #3d3d3d;
}
.banner-btns .btns-buy .btns-text_desc {
  color: rgba(61, 61, 61, 0.5);
}
.banner-btns.mac-btn .btns-download .btns-text_desc {
  font-size: 12px;
  margin-top: 2px;
}
.banner-btns.active {
  display: flex;
}
.banner-tips {
  font-size: 14px;
  color: #848798;
}
.banner-img {
  transform: translate(-100px, -20px);
}
.catalog {
  background: #23272c;
}
.catalog .container {
  overflow: hidden;
}
.catalog .catalog-box {
  display: flex;
  justify-content: space-between;
}
.catalog .catalog-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 175px;
  height: 157px;
  padding-top: 35px;
}
.catalog .catalog-item_icon {
  background: url("/uploads/page/product/soundcloud-music-converter/sprite-sm.png") no-repeat;
}
.catalog .catalog-item_icon.icon-1 {
  background-position: -350px -19px;
  width: 44px;
  height: 40px;
  margin-bottom: 20px;
}
.catalog .catalog-item_icon.icon-2 {
  background-position: -416px -22px;
  width: 44px;
  height: 40px;
  margin-bottom: 20px;
}
.catalog .catalog-item_icon.icon-3 {
  background-position: -486px -22px;
  width: 31px;
  height: 37px;
  margin-bottom: 22px;
}
.catalog .catalog-item_icon.icon-4 {
  background-position: -613px -24px;
  width: 38px;
  height: 34px;
  margin-bottom: 24px;
}
.catalog .catalog-item_icon.icon-5 {
  background-position: -547px -22px;
  width: 39px;
  height: 38px;
  margin-bottom: 20px;
}
.catalog .catalog-item_title {
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
  color: #fff;
}
.catalog .catalog-item:hover {
  background: linear-gradient(180deg, rgba(245, 118, 33, 0) 32.72%, rgba(245, 118, 33, 0.28) 100%);
}
.catalog .catalog-item:hover .catalog-item_icon.icon-1 {
  background-position: -20px -19px;
}
.catalog .catalog-item:hover .catalog-item_icon.icon-2 {
  background-position: -86px -22px;
}
.catalog .catalog-item:hover .catalog-item_icon.icon-3 {
  background-position: -156px -22px;
}
.catalog .catalog-item:hover .catalog-item_icon.icon-4 {
  background-position: -283px -24px;
}
.catalog .catalog-item:hover .catalog-item_icon.icon-5 {
  background-position: -217px -22px;
}
.wrap-title {
  font-size: 35px;
  line-height: 1.6;
  color: #23272c;
  text-align: center;
  margin: 0 auto;
}
.wrap-title.large {
  max-width: 1080px;
}
.wrap-title.normal {
  max-width: 800px;
}
.wrap {
  margin-top: 100px;
}
.wrap .wrap-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 85px;
  gap: 20px;
}
.wrap .wrap-item1 {
  align-items: start;
}
.wrap .item-left {
  width: 524px;
}
.wrap .item-right {
  width: 600px;
}
.wrap .item-img {
  max-width: 100%;
  height: auto;
}
.wrap .item-title {
  font-size: 24px;
  line-height: 1.5;
  color: #23272c;
  margin-bottom: 12px;
}
.wrap .item-desc {
  line-height: 1.5;
  color: #444;
  margin-bottom: 12px;
}
.wrap .item-link {
  color: #f6871f;
  transition: all 0.2s;
}
.wrap .item-link:hover {
  color: inherit;
}
.wrap .item-list {
  padding-left: 15px;
}
.wrap .item-list .list-li {
  line-height: 1.5;
  color: #53576f;
  margin-bottom: 12px;
}
.wrap .item-list .list-li:last-child {
  margin-bottom: 0;
}
.wrap-5 {
  margin-top: 160px;
}
.wrap-5 .feature-swiper {
  overflow: hidden;
  margin-top: 90px;
}
.wrap-5 .swiper-wrapper {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wrap-5 .swiper-slide {
  width: 28.5%;
}
.wrap-5 .feature-item {
  margin-bottom: 50px;
}
.wrap-5 .feature-item_icon {
  display: block;
  background-image: url(/uploads/page/product/soundcloud-music-converter/sprite-sm.png);
  background-repeat: no-repeat;
}
.wrap-5 .feature-item_icon.icon-1 {
  background-position: -16px -114px;
  width: 31px;
  height: 30px;
  margin-bottom: 18px;
}
.wrap-5 .feature-item_icon.icon-2 {
  background-position: -76px -114px;
  width: 31px;
  height: 30px;
  margin-bottom: 22px;
}
.wrap-5 .feature-item_icon.icon-3 {
  background-position: -136px -114px;
  width: 31px;
  height: 30px;
  margin-bottom: 20px;
}
.wrap-5 .feature-item_icon.icon-4 {
  background-position: -196px -114px;
  width: 31px;
  height: 30px;
  margin-bottom: 14px;
}
.wrap-5 .feature-item_icon.icon-5 {
  background-position: -256px -114px;
  width: 31px;
  height: 30px;
  margin-bottom: 21px;
}
.wrap-5 .feature-item_icon.icon-6 {
  background-position: -319px -114px;
  width: 26px;
  height: 30px;
  margin-bottom: 26px;
}
.wrap-5 .feature-item_icon.icon-6 + .feature-item_title {
  height: 45px;
}
.wrap-5 .feature-item_icon.icon-7 {
  background-position: -977px -529px;
  width: 39px;
  height: 38px;
  margin-bottom: 18px;
}
.wrap-5 .feature-item_icon.icon-8 {
  background-position: -700px -438px;
  width: 34px;
  height: 35px;
  margin-bottom: 23px;
}
.wrap-5 .feature-item_icon.icon-9 {
  background-position: -856px -533px;
  width: 32px;
  height: 30px;
  margin-bottom: 26px;
}
.wrap-5 .feature-item_icon.icon-9 + .feature-item_title {
  height: 45px;
}
.wrap-5 .feature-item_icon.icon-10{
  background-image:url(https://img.tunefab.com/uploads/page/product/soundcloud-music-converter/icon10.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 30px;
  margin-bottom: 18px;
}
.wrap-5 .feature-item_icon.icon-11{
  background-image:url(https://img.tunefab.com/uploads/page/product/soundcloud-music-converter/icon11.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 30px;
  margin-bottom: 18px;
}
.wrap-5 .feature-item_icon.icon-12{
  background-image:url(https://img.tunefab.com/uploads/page/product/soundcloud-music-converter/icon12.png);
  background-repeat: no-repeat;
  width: 31px;
  height: 30px;
  margin-bottom: 18px;
}
.wrap-5 .feature-item_title {
  margin: 22px 0 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #080f30;
}
.wrap-5 .feature-item_desc {
  height: 130px;
  line-height: 1.5;
  color: #53576f;
}
.wrap-6 {
  margin-top: 50px;
}
.wrap-6 .btns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.wrap-6 .btns-box .btn {
  width: auto;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #f6871f;
  margin: 0 12px;
  transition: all 0.2s;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
}
.nl-sound .wrap-6 .btns-box .btn {
  width: 200px;
}
.ko-soundcloud .wrap-6 .btns-box .btn {
  width: 200px;
  font-size: 16px;
}
.wrap-6 .btns-box .btn:hover {
  background: #f25822;
}
.wrap-6 .btns-box .btn .iconfont {
  font-size: 26px;
  margin-left: 10px;
}
.wrap-6 .step-swiper {
  position: relative;
  overflow: hidden;
  padding: 50px 0;
}
.wrap-6 .step-swiper::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  background: url(/uploads/page/product/soundcloud-music-converter/step-img1.png) no-repeat;
  width: 289px;
  height: 319px;
}
.wrap-6 .step-swiper::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: url(/uploads/page/product/soundcloud-music-converter/step-img2.png) no-repeat;
  width: 289px;
  height: 319px;
}
.wrap-6 .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wrap-6 .step-text {
  display: flex;
  width: 671px;
  align-items: start;
  color: #5f5f5f;
  margin-top: 35px;
  gap: 13px;
}
.wrap-6 .step-text_title {
  flex-shrink: 0;
  font-size: 24px;
  color: #363636;
}
.wrap-6 .swiper-pagination-bullet-active {
  background-color: #ee7522;
}
.wrap-6 .video-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 376px;
  height: 52px;
  border-radius: 26px;
  border: 1px solid #3d3d3d;
  margin: 40px auto 0;
  transition: all 0.2s;
}
.wrap-6 .video-btn:hover {
  background: #000;
}
.wrap-6 .video-btn:hover .video-btn_text {
  color: #fff;
}
.wrap-6 .video-btn:hover .video-btn_icon {
  background: url("/uploads/page/product/soundcloud-music-converter/video_btn_hover.svg") no-repeat;
  background-size: 100% 100%;
  width: 27px;
  height: 27px;
}
.wrap-6 .video-btn_text {
  font-size: 20px;
}
.wrap-6 .video-btn_icon {
  background: url("/uploads/page/product/soundcloud-music-converter/spotify-sprites.png") no-repeat -1101px -529px;
  width: 27px;
  height: 27px;
  margin-left: 12px;
}
.wrap-7 {
  margin-top: 100px;
}
.wrap-7 .user-swiper {
  max-width: 800px;
  position: relative;
  overflow: hidden;
  padding: 80px 0;
  margin: 0 auto;
}
.wrap-7 .swiper-slide {
  height: 180px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 10%;
}
.wrap-7 .user-info {
  width: 500px;
  margin-left: 40px;
}
.wrap-7 .user-name {
  font-size: 22px;
  color: #080f30;
}
.wrap-7 .user-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #53576f;
  margin-top: 12px;
}
.wrap-7 .user-link {
  display: inline-block;
  font-weight: bold;
  color: #ee7522;
  margin-top: 12px;
  transition: all 0.2s;
}
.wrap-7 .user-link:hover {
  color: inherit;
}
.wrap-7 .swiper-pagination-bullet-active {
  background-color: #ee7522;
}
.wrap-7 .swiper-button-prev,
.wrap-7 .swiper-button-next {
  width: 30px;
  height: 30px;
  border: 2px solid #ee7522;
  border-radius: 50%;
  transition: all 0.2s;
}
.wrap-7 .swiper-button-prev::after,
.wrap-7 .swiper-button-next::after {
  font-weight: bold;
  font-size: 14px;
  color: #ee7522;
}
.wrap-7 .swiper-button-prev:hover,
.wrap-7 .swiper-button-next:hover {
  background-color: #ee7522;
}
.wrap-7 .swiper-button-prev:hover::after,
.wrap-7 .swiper-button-next:hover::after {
  color: #fff;
}
.wrap-8 {
  position: relative;
  margin-top: 100px;
  background: #23272c;
  padding: 100px 0;
  overflow: hidden;
}
.wrap-8::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
  width: 334px;
  height: 404px;
  background: url("/uploads/page/product/soundcloud-music-converter/wrap8-top.png") no-repeat;
}
.wrap-8::after {
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 5;
  background: url("/uploads/page/product/soundcloud-music-converter/wrap8-bottom.png") no-repeat;
  width: 413px;
  height: 490px;
}
.wrap-8 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 70px 20px;
}
.wrap-8 .swiper-slide {
  width: max-content;
  height: max-content;
}
.wrap-8 .wrap-title {
  position: relative;
  z-index: 10;
  color: #fff;
  margin-bottom: 50px;
  padding: 0 130px;
}
.wrap-8 .wrap-content {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: center;
  gap: 30px;
  margin-bottom: 30px;
}
.wrap-8 .wrap-content:last-child {
  margin-bottom: 0;
}
.wrap-8 .wrap-item {
  background: #fff;
  border-radius: 16px;
  padding: 20px 20px 30px 20px;
  height: 260px;
}
.wrap-8 .wrap-item.normal {
  width: 343px;
}
.wrap-8 .icon {
  background: url("/uploads/page/product/soundcloud-music-converter/sprite-sm.png") no-repeat;
  margin-bottom: 20px;
}
.wrap-8 .icon-1 {
  background-position: -17px -205px;
  width: 162px;
  height: 48px;
  margin-bottom: 33px;
}
.wrap-8 .icon-2 {
  background-position: -199px -201px;
  width: 204px;
  height: 57px;
}
.wrap-8 .icon-3 {
  background-position: -426px -202px;
  width: 162px;
  height: 55px;
}
.wrap-8 .icon-4 {
  background-position: -616px -211px;
  width: 166px;
  height: 52px;
}
.wrap-8 .icon-5 {
  background-position: -820px -205px;
  width: 136px;
  height: 56px;
}
.wrap-8 .wrap-item_desc {
  line-height: 1.4;
  color: #53576f;
  font-size: 14px;
}
.wrap-9 {
  position: relative;
  background: linear-gradient(350deg, rgba(246, 135, 31, 0.1) 0%, rgba(255, 255, 255, 0) 71.32%);
  padding-bottom: 95px;
  padding-top: 130px;
}
.wrap-9::before {
  content: "";
  position: absolute;
  bottom: 70px;
  left: 0;
  z-index: 5;
  background: url("/uploads/page/product/soundcloud-music-converter/wrap9-left.png") no-repeat;
  width: 246px;
  height: 403px;
}
.wrap-9::after {
  content: "";
  position: absolute;
  top: 50px;
  right: 0;
  z-index: 5;
  background: url("/uploads/page/product/soundcloud-music-converter/wrap9-right.png") no-repeat;
  width: 231px;
  height: 386px;
}
.wrap-9 .wrap-content {
  position: relative;
  z-index: 10;
  max-width: 918px;
  margin: 50px auto 0;
}
.wrap-9 .question-item {
  border-radius: 6px;
  background: #fff;
  margin-bottom: 18px;
  padding: 18px 22px 18px 26px;
  border: 1px solid rgba(246, 135, 31, 0.26);
}
.wrap-9 .question-item.active .item-header_title {
  color: #f6871f;
}
.wrap-9 .question-item.active .item-header_arrow {
  background: url("/uploads/page/product/soundcloud-music-converter/arrow.png") no-repeat;
  transform: rotate(0);
  filter: brightness(1);
}
.wrap-9 .question-item.active .item-desc {
  display: block;
}
.wrap-9 .item-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.wrap-9 .item-header_title {
  font-size: 20px;
  line-height: 1.5;
  color: #444;
}
.wrap-9 .item-header_arrow {
  width: 17px;
  height: 11px;
  background: url("/uploads/page/product/soundcloud-music-converter/arrow2.png") no-repeat;
  transition: all 0.2s;
}
.wrap-9 .item-desc {
  display: none;
  width: 90%;
  line-height: 1.8;
  color: #656565;
  margin-top: 20px;
}
.wrap-9 .item-desc span {
  display: inline-block;
}
.wrap-9 .item-desc a {
  color: #1e96ec;
  transition: all 0.2s;
}
.wrap-9 .item-desc a:hover {
  color: inherit;
}
.wrap-10 {
  margin-top: 100px;
}
.wrap-10 .wrap-title {
  max-width: 880px;
}
.wrap-10 .wrap-desc {
  max-width: 860px;
  line-height: 1.5;
  text-align: center;
  color: #656565;
  margin: 15px auto 45px;
}
.wrap-10 .btns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.wrap-10 .btns-box .btn {
  width: auto;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #ee7522;
  margin: 0 12px;
  transition: all 0.2s;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
}
.nl-sound .wrap-10 .btns-box .btn {
  width: 200px;
}
.ko-soundcloud .wrap-10 .btns-box .btn {
  width: 200px;
  font-size: 16px;
}
.wrap-10 .btns-box .btn:hover {
  background: #f25822;
}
.wrap-10 .btns-box .btn .iconfont {
  margin-left: 12px;
}
.wrap-10 .btns-box .iconfont {
  font-size: 26px;
}
.wrap-10 .wrap-content {
  display: flex;
  justify-content: center;
  border-radius: 18px;
  background: rgba(246, 135, 31, 0.05);
  margin: 44px 0;
  padding-top: 30px;
  padding-bottom: 25px;
  gap: 70px;
}
.wrap-10 .content-item {
  position: relative;
  max-width: 22.5%;
}
.wrap-10 .content-item::after {
  content: "";
  position: absolute;
  top: 0;
  width: 1px;
  height: 88px;
  background: rgba(246, 135, 31, 0.24);
  flex-shrink: 0;
}
.wrap-10 .content-item:nth-child(1)::after {
  right: -25px;
}
.wrap-10 .content-item:nth-child(2)::after {
  right: -35px;
}
.wrap-10 .content-item:nth-child(3)::after {
  right: -40px;
}
.wrap-10 .content-item:last-child::after {
  display: none;
}
.wrap-10 .item-header {
  display: flex;
  align-items: center;
  margin-bottom: 12px;
}
.wrap-10 .item-header .iconfont {
  margin-right: 10px;
  font-size: 24px;
  color: #f04923;
}
.wrap-10 .item-header_text {
  font-size: 14px;
  color: #f04923;
}
.wrap-10 .item-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #656565;
}
.wrap-10 .item-icon-star {
  display: block;
  background: url("/uploads/page/product/soundcloud-music-converter/star.png") no-repeat;
  width: 103px;
  height: 15px;
  margin-top: 2px;
}
.wrap-10 .wrap-link {
  display: flex;
  justify-content: center;
  color: #ee7522;
}
.wrap-10 .wrap-link:hover {
  color: inherit;
  text-decoration: underline;
}
@media screen and (max-width: 1200px) {
  .banner .container {
    flex-wrap: wrap;
    justify-content: center;
  }
  .banner .banner-img {
    display: none;
  }
}
@media screen and (max-width: 996px) {
  .banner::after {
    display: none;
  }
  .banner::before {
    display: none;
  }
}
@media (max-width: 770px) {
  .wrap-5 .feature-swiper.feature-swiper-en{
    height: max-content;
  }
  html {
    scroll-padding-top: 75px;
  }
  .banner {
    padding: 25px 0;
    background: linear-gradient(180deg, #fff2e2 0%, rgba(255, 226, 227, 0) 81.32%, rgba(255, 250, 244, 0.38) 81.32%);
  }
  .banner .container {
    flex-direction: column;
  }
  .banner-info {
    width: 100%;
  }
  .banner-title {
    font-size: 32px;
  }
  .banner-desc {
    max-width: 100%;
    font-size: 16px;
    margin: 18px 0;
  }
  .banner-list {
    margin: 0 0 30px;
    padding-left: 15px;
  }
  .banner-list .list-item {
    font-size: 16px;
  }
  .banner-switch {
    width: 155px;
    height: 30px;
    border-radius: 20px;
    padding: 3px 4px;
    margin-bottom: 30px;
  }
  .banner-switch .switch-btn {
    width: 73.5px;
    height: 24px;
    border-radius: 20px;
  }
  .banner-switch .switch-btn_text {
    font-size: 12px;
    margin-left: 8px;
    transform: translateY(1px);
  }
  .banner-switch .switch-btn .icon-win {
    width: 14px;
    height: 15px;
  }
  .banner-switch .switch-btn .icon-mac {
    width: 14px;
    height: 15px;
  }
  .banner-switch .switch-cover {
    top: 3px;
    left: 4px;
    width: 73.5px;
    height: 24px;
    border-radius: 20px;
  }
  .banner-btns {
    margin-bottom: 30px;
    flex-wrap: wrap;
    gap: 10px;
  }
  .banner-btns .btns-download,
  .banner-btns .btns-buy {
    border-radius: 32px;
    height: 60px;
    padding: 0 18px;
  }
  .banner-btns .btns-download .btns-text_title,
  .banner-btns .btns-buy .btns-text_title {
    font-size: 14px;
    margin-bottom: 4px;
  }
  .banner-btns .btns-download .btns-text_desc,
  .banner-btns .btns-buy .btns-text_desc {
    font-size: 12px;
  }
  .banner-btns .btns-download {
    max-width: 200px;
    margin-right: 0;
  }
  .ko-soundcloud .banner-btns .btns-download {
    width: 210px;
  }
  .banner-btns .btns-download .icon-win,
  .banner-btns .btns-download .icon-mac {
    width: 21px;
    height: 22px;
    flex-shrink: 0;
  }
  .banner-btns .btns-buy {
    max-width: 200px;
    border: 1px solid #c8cac9;
  }
  .banner-btns .btns-buy .btns-text_desc {
    width: 160px;
  }
  .banner-btns .btns-buy .icon-cart {
    display: none;
  }
  .banner-btns.mac-btn .btns-download .btns-text_desc {
    width: 160px;
    margin-top: 1px;
    transform-origin: 0 0;
    transform: scale(0.85);
  }
  .banner-btns.mac-btn .btns-download .icon-mac {
    width: 21px;
    height: 22px;
    transform: translate(-25px, -2px) scale(1.1);
  }
  .banner-btns.active {
    display: flex;
  }
  .banner-tips {
    font-size: 14px;
    line-height: 2.2;
    color: #848798;
  }
  .banner-img {
    display: none;
  }
  .catalog .container {
    position: relative;
    padding: 10px 15px 30px 15px;
  }
  .catalog .catalog-box {
    flex-direction: column;
  }
  .catalog .catalog-item {
    flex-direction: row;
    width: 100%;
    height: auto;
    padding-top: 20px;
    padding-left: 10px;
  }
  .catalog .catalog-item_icon {
    margin-right: 13px;
  }
  .catalog .catalog-item_icon.icon-1 {
    background-position: -366px -115px;
    width: 28px;
    height: 24px;
    margin-bottom: 0;
  }
  .catalog .catalog-item_icon.icon-2 {
    background-position: -408px -116px;
    width: 25px;
    height: 24px;
    margin-bottom: 0;
  }
  .catalog .catalog-item_icon.icon-3 {
    background-position: -447px -114px;
    width: 23px;
    height: 28px;
    margin-bottom: 0;
  }
  .catalog .catalog-item_icon.icon-4 {
    background-position: -485px -117px;
    width: 24px;
    height: 23px;
    margin-bottom: 0;
  }
  .catalog .catalog-item_icon.icon-5 {
    background-position: -521px -118px;
    width: 23px;
    height: 21px;
    margin-bottom: 0;
  }
  .catalog .catalog-item_title {
    font-size: 12px;
    text-align: left;
  }
  .catalog .catalog-item:hover {
    background: unset;
  }
  .catalog .catalog-item:hover .catalog-item_icon.icon-1 {
    background-position: -560px -115px;
  }
  .catalog .catalog-item:hover .catalog-item_icon.icon-2 {
    background-position: -601px -116px;
  }
  .catalog .catalog-item:hover .catalog-item_icon.icon-3 {
    background-position: -640px -114px;
  }
  .catalog .catalog-item:hover .catalog-item_icon.icon-4 {
    background-position: -717px -118px;
  }
  .catalog .catalog-item:hover .catalog-item_icon.icon-5 {
    background-position: -678px -117px;
  }
  .catalog .catalog-item:hover .catalog-item_title {
    color: #f6871f;
  }
  .wrap-title {
    font-size: 24px;
  }
  .wrap-title.large,
  .wrap-title.normal {
    max-width: 100%;
  }
  .wrap {
    margin-top: 63px;
  }
  .wrap .wrap-item {
    flex-direction: column;
    margin-top: 35px;
    border-bottom: 1px solid #eaeaea;
    padding-bottom: 40px;
  }
  .wrap .wrap-item.reverse {
    flex-direction: column-reverse;
  }
  .wrap .wrap-item.reverse .item-left {
    margin-bottom: 0;
  }
  .wrap .wrap-item.reverse .item-right {
    margin-bottom: 40px;
  }
  .wrap .item-left {
    width: 100%;
  }
  .wrap .item-right {
    width: 100%;
  }
  .wrap .item-title {
    font-size: 20px;
    margin-bottom: 12px;
  }
  .wrap .item-desc {
    margin-bottom: 12px;
  }
  .wrap .item-img {
    display: none;
  }
  .wrap .item-list {
    padding-left: 15px;
  }
  .wrap .item-list .list-li {
    margin-bottom: 12px;
  }
  .wrap-1 .video-btn {
    border-radius: 26px;
    border: 1px solid #3d3d3d;
    padding: 14px 28px;
    margin: 50px auto 0;
  }
  .wrap-1 .video-btn_text {
    font-size: 20px;
    margin-right: 10px;
  }
  .wrap-1 .video-btn_icon {
    background: url("/uploads/page/product/soundcloud-music-converter/spotify-sprites.png") no-repeat -973px -489px;
    background-size: 1398px 856px;
    width: 38px;
    height: 18px;
  }
  .wrap-1 .video-btn:hover .video-btn_icon {
    transform: translateX(10px);
  }
  .wrap-5 {
    margin-top: 80px;
  }
  .wrap-5 .wrap-title {
    padding: 0 20px;
  }
  .wrap-5 .feature-swiper {
    position: relative;
    margin-top: 45px;
    padding-bottom: 40px;
    overflow: hidden;
    height: 420px;
  }
  .wrap-5 .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .wrap-5 .swiper-slide {
    height: max-content;
  }
  .wrap-5 .feature-item {
    margin-bottom: 40px;
  }
  .wrap-5 .feature-item_title {
    height: 35px;
    font-size: 18px;
  }
  .wrap-5 .feature-item_desc {
    height: auto;
    font-size: 14px;
  }
  .wrap-5 .swiper-pagination-bullet-active {
    background-color: #ee7522;
  }
  .wrap-6 .wrap-title {
    padding: 0 30px;
  }
  .wrap-6 .btns-box {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
  }
  .wrap-6 .btns-box .btn {
    width: auto;
    height: 50px;
    border-radius: 6px;
    margin: 0;
  }
  .nl-sound .wrap-6 .btns-box .btn {
    max-width: 200px;
  }
  .ko-soundcloud .wrap-6 .btns-box .btn {
    max-width: 200px;
  }
  .wrap-6 .btns-box .btn-text {
    font-size: 16px;
  }
  .wrap-6 .btns-box .btn .win-icon {
    width: 21px;
    height: 22px;
    margin-left: 8px;
  }
  .wrap-6 .btns-box .btn .mac-icon {
    width: 24px;
    height: 23px;
    margin-left: 8px;
    transform: translateY(-2px);
  }
  .wrap-6 .step-swiper {
    padding: 40px 0;
  }
  .wrap-6 .step-swiper::before,
  .wrap-6 .step-swiper::after {
    display: none;
  }
  .wrap-6 .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
  .wrap-6 .step-text {
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.5;
  }
  .wrap-6 .step-text_title {
    font-size: 14px;
  }
  .wrap-6 .video-btn {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #3d3d3d;
    margin: 40px auto 0;
  }
  .wrap-6 .video-btn:hover .video-btn_icon {
    width: 27px;
    height: 27px;
  }
  .wrap-6 .video-btn_text {
    font-size: 20px;
  }
  .wrap-6 .video-btn_icon {
    background: url("/uploads/page/product/soundcloud-music-converter/spotify-sprites.png") no-repeat -1101px -529px;
    background-size: 1398px 856px;
    width: 27px;
    height: 27px;
    margin-left: 12px;
  }
  .wrap-7 .user-swiper {
    width: 100%;
    padding: 40px 0 60px;
  }
  .wrap-7 .swiper-slide {
    height: auto;
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }
  .wrap-7 .user-info {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }
  .wrap-7 .user-name {
    font-size: 22px;
    margin-top: 16px;
  }
  .wrap-7 .user-desc {
    font-size: 14px;
    text-align: center;
    margin-top: 12px;
  }
  .wrap-7 .user-link {
    margin-top: 12px;
  }
  .wrap-7 .swiper-button-prev,
  .wrap-7 .swiper-button-next {
    display: none;
  }
  .wrap-8 {
    padding: 60px 0;
  }
  .wrap-8::before,
  .wrap-8::after {
    display: none;
  }
  .wrap-8 .wrap-title {
    margin-bottom: 30px;
    padding: 0 20px;
  }
  .wrap-8 .wrap-item_desc {
    line-height: 1.5;
  }
  .wrap-8 .wrap-content {
    justify-content: flex-start;
    gap: 30px;
    overflow: scroll;
    margin-bottom: 0;
  }
  .wrap-8 .wrap-content::-webkit-scrollbar {
    display: none;
  }
  .wrap-8 .wrap-item {
    border-radius: 16px;
    margin-bottom: 0;
    padding: 20px;
    flex-shrink: 0;
    height: max-content;
  }
  .wrap-8 .wrap-item.large,
  .wrap-8 .wrap-item.normal {
    width: 100%;
  }
  .wrap-8 .swiper {
    height: 610px;
  }
  .wrap-8 .swiper-wrapper {
    gap: 20px;
    justify-content: unset;
  }
  .wrap-9 {
    padding: 60px 0;
  }
  .wrap-9::before,
  .wrap-9::after {
    display: none;
  }
  .wrap-9 .wrap-title {
    width: 90%;
  }
  .wrap-9 .wrap-content {
    width: 100%;
    margin: 50px auto 0;
  }
  .wrap-9 .question-item {
    border-radius: 6px;
    margin-bottom: 18px;
    padding: 20px;
  }
  .wrap-9 .question-item.active {
    border: 1px solid #ee7522;
  }
  .wrap-9 .item-header {
    justify-content: center;
  }
  .wrap-9 .item-header_title {
    font-size: 18px;
  }
  .wrap-9 .item-header_arrow {
    transform: rotate(180deg);
    flex-shrink: 0;
    margin-left: 10px;
  }
  .wrap-9 .item-desc {
    font-size: 14px;
    margin-top: 12px;
  }
  .wrap-10 {
    margin-top: 70px;
  }
  .wrap-10 .wrap-title {
    width: 90%;
  }
  .wrap-10 .wrap-desc {
    max-width: 100%;
    font-size: 14px;
    margin: 15px auto 45px;
  }
  .wrap-10 .btns-box {
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 36px;
  }
  .wrap-10 .btns-box .btn {
    width: auto;
    height: 50px;
    border-radius: 6px;
    margin: 0;
  }
  .wrap-10 .btns-box .btn-text {
    font-size: 16px;
  }
  .wrap-10 .btns-box .btn .win-icon {
    width: 21px;
    height: 22px;
    margin-left: 8px;
  }
  .wrap-10 .btns-box .btn .mac-icon {
    width: 24px;
    height: 23px;
    margin-left: 8px;
    transform: translateY(-2px);
  }
  .wrap-10 .wrap-content {
    width: 100%;
    height: auto;
    flex-direction: column;
    border-radius: 18px;
    margin: 44px 0;
    padding: 40px 20px;
    gap: 30px;
  }
  .wrap-10 .content-item {
    max-width: 100%;
  }
  .wrap-10 .content-item::after {
    display: none;
  }
  .wrap-10 .item-header {
    margin-bottom: 12px;
  }
  .wrap-10 .item-header_text {
    font-size: 14px;
  }
  .wrap-10 .item-desc {
    font-size: 14px;
  }
  .wrap-10 .item-icon-star {
    margin-top: 10px;
  }
  .wrap-10 .wrap-link {
    line-height: 3;
  }
}
[lang='ru'] .banner-switch,
[lang='pt'] .banner-switch {
  width: 175px;
}
[lang='ru'] .banner-switch .switch-cover,
[lang='ru'] .banner-switch .switch-btn,
[lang='pt'] .banner-switch .switch-cover,
[lang='pt'] .banner-switch .switch-btn {
  font-size: 12px;
  width: 85px;
}
[lang='ru'] .banner-switch .switch-cover.active,
[lang='pt'] .banner-switch .switch-cover.active {
  left: 85px !important;
}
[lang='ru'] .banner-btns .btns-download,
[lang='ru'] .banner-btns .btns-buy {
  width: auto;
  gap: 4px;
}
@media (min-width: 770px) {
  [lang='ru'] .catalog .catalog-item {
    height: 187px;
  }
  [lang='ru'] .wrap-8 .wrap-item,
  [lang='pt'] .wrap-8 .wrap-item {
    height: 306px;
  }
}
