* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
a {
  text-decoration: none;
  color: #000;
}
strong {
  color: #555;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 140px;
}
body {
  --swiper-theme-color: #f9464b;
  font-family: "Rubik";
  font-weight: 500;
  font-size: 16px;
  color: #000;
  background: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: transparent;
}
.mobile_style {
  display: none;
}
.sprite {
  background: url(/uploads/page/product/youtube-music-converter/sprite-ymc.png) no-repeat center;
  background-size: 268px 279px;
}
.banner {
  position: relative;
  background: url("/uploads/page/product/youtube-music-converter/bg.webp") no-repeat center / cover;
  padding: 130px 0 210px;
  overflow: hidden;
}
.banner .banner-label {
  margin-bottom: 13px;
}
.banner .container {
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
}
.banner-info {
  width: 580px;
  flex-shrink: 0;
}
.banner-title {
  font-size: 46px;
  color: #323836;
}
.banner-desc {
  max-width: 595px;
  font-size: 16px;
  line-height: 1.6;
  color: #303133;
  margin: 22px 0 15px;
}
.banner-list {
  margin: 15px 0 32px;
  padding-left: 20px;
}
.banner-list .list-item {
  font-size: 16px;
  line-height: 1.8;
  color: #545659;
  list-style: disc;
}
.banner-list .list-item::marker {
  color: #f9464b;
}
.banner-switch {
  position: relative;
  display: flex;
  width: 155px;
  height: 30px;
  border-radius: 20px;
  padding: 3px 4px;
  background: rgba(148, 148, 148, 0.21);
  margin-bottom: 25px;
}
.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: 20px;
}
.banner-btns .btns-download,
.banner-btns .btns-buy {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 32px;
  width: 224px;
  height: 64px;
  transition: all 0.2s;
  padding: 0 22px;
  font-size: 20px;
}
.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;
  margin-bottom: 2px;
}
.ko-youtube .banner-btns .btns-download .btns-text_title {
  font-size: 16px;
}
.banner-btns .btns-download .btns-text_desc,
.banner-btns .btns-buy .btns-text_desc {
  font-style: normal;
  font-size: 12px;
}
.banner-btns .btns-download .btns-text .iconfont,
.banner-btns .btns-buy .btns-text .iconfont {
  font-size: 20px;
}
.banner-btns .btns-download {
  background: #1b1a1a;
  color: #fff;
  margin-right: 24px;
  transition: all 0.2s;
}
.nl-youtube .banner-btns .btns-download {
  width: 245px;
}
.banner-btns .btns-download:hover {
  background: linear-gradient(124deg, #ff4a4a 3.37%, #ff4c73 88.46%), #1b1a1a;
}
.banner-btns .btns-download .btns-text_title,
.banner-btns .btns-download .btns-text_desc {
  color: #fff;
}
.banner-btns .btns-buy {
  border: 1px solid #6f6f6f;
  background: #fff;
  transition: all 0.2s;
  color: #262323;
  width: 190px;
}
.banner-btns .btns-buy .iconfont {
  font-size: 26px;
}
.banner-btns .btns-buy:hover {
  background: #1b1a1a;
  color: #fff;
}
.banner-btns .btns-buy:hover .car {
  content: url(/uploads/page/product/youtube-music-converter/car-white.png);
}
.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;
}
.catalog {
  background: #f6f6f6;
  padding: 68px 0 80px;
}
.catalog .catalog-swiper {
  overflow: visible;
}
.catalog .catalog-box {
  display: flex;
  justify-content: space-between;
  margin-top: 60px;
}
.catalog .catalog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 217px;
  height: 136px;
  padding: 17px 22px;
  border-radius: 12px;
  background: #fff;
  transition: all 0.2s;
}
.it-youtube .catalog .catalog-item,
.es-youtube .catalog .catalog-item {
  height: 165px;
}
.catalog .catalog-item:hover::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #fe9e81;
  box-shadow: 2px 1px 12px 0px rgba(128, 128, 128, 0.19);
}
.catalog .catalog-item:hover .catalog-item_title {
  color: #262323;
}
.catalog .catalog-item_icon {
  background: url("/uploads/page/product/youtube-music-converter/sprite.png") no-repeat;
  width: 44px;
  height: 44px;
  margin-bottom: 10px;
  display: inline-block;
}
.catalog .catalog-item_icon.icon-1 {
  background-position: -36px -86px;
}
.catalog .catalog-item_icon.icon-2 {
  background-position: -88px -86px;
}
.catalog .catalog-item_icon.icon-3 {
  background-position: -140px -86px;
}
.catalog .catalog-item_icon.icon-4 {
  background-position: -192px -86px;
}
[lang='en'] .catalog .catalog-item_icon.icon-4 {
  background-position: -244px -86px;
}
.catalog .catalog-item_icon.icon-5 {
  background-position: -244px -86px;
}
[lang='en'] .catalog .catalog-item_icon.icon-5 {
  background-position: unset;
  background: url("https://img.tunefab.com/uploads/page/product/youtube-music-converter/su-35x.png") no-repeat;
}
.catalog .catalog-item_title {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  color: #4d4d4d;
}
.nl-youtube .catalog .catalog-item_title {
  font-size: 14px;
}
.pc {
  display: block;
}
.mobile {
  display: none;
}
.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: 890px;
}
.wrap-title.mini {
  max-width: 800px;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #f9464b;
}
.wrap {
  margin-top: 100px;
}
.wrap .wrap-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 95px 0 200px;
}
.wrap .wrap-item a {
  color: #ff5d71;
}
.wrap .item-left {
  width: 570px;
}
.wrap .item-left img {
  width: 100%;
}
.wrap .item-right {
  width: 570px;
}
.wrap .item-right img {
  width: 100%;
}
.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: #43ca9a;
  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-1 .video-btn {
  width: fit-content;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 26px;
  border: 1px solid #3d3d3d;
  padding: 14px 28px;
  margin: 50px auto 0;
  transition: all 0.2s;
}
.wrap-1 .video-btn_text {
  font-size: 20px;
  color: #3d3d3d;
  margin-right: 10px;
}
.wrap-1 .video-btn_icon {
  background: url("/uploads/page/product/youtube-music-converter/spotify-sprites.png") no-repeat -973px -489px;
  width: 38px;
  height: 18px;
  transition: all 0.2s;
}
.wrap-1 .video-btn:hover {
  background: #000;
}
.wrap-1 .video-btn:hover .video-btn_text {
  color: #fff;
}
.wrap-1 .video-btn:hover .video-btn_icon {
  transform: translateX(10px);
}
.wrap-2 {
  margin-top: 160px;
}
.wrap-2 .feature-swiper {
  overflow: hidden;
  margin-top: 50px;
  border: 1px solid #e8e8e8;
}
.wrap-2 .swiper-wrapper {
  display: flex;
  flex-wrap: wrap;
}
.wrap-2 .swiper-slide {
  width: 389px;
  height: 232px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 40px 20px 0 40px;
  transition: all 0.2s;
}
.es-youtube .wrap-2 .swiper-slide {
  height: 285px;
}
.wrap-2 .swiper-slide:hover {
  background: rgba(255, 246, 243, 0.64);
}
.wrap-2 .feature-item:hover .icon-1 {
  background-position: -222px -157px;
}
.wrap-2 .feature-item:hover .icon-2 {
  background-position: -282px -157px;
}
.wrap-2 .feature-item:hover .icon-3 {
  background-position: -342px -157px;
}
[lang='en'] .wrap-2 .feature-item:hover .icon-3{
  background-image:url(https://img.tunefab.com/uploads/page/product/youtube-music-converter/icon-prosetting-w.png);
}
[lang='en'] .wrap-2 .feature-item:hover .icon-8{
  background-image:url(https://img.tunefab.com/uploads/page/product/youtube-music-converter/icon-video_w.png);
}
.wrap-2 .feature-item:hover .icon-4 {
  background-position: -222px -217px;
}
.wrap-2 .feature-item:hover .icon-5 {
  background-position: -282px -217px;
}
.wrap-2 .feature-item:hover .icon-6 {
  background-position: -342px -217px;
}
.wrap-2 .feature-item:hover .icon-7 {
  background-position: -222px -277px;
}
.wrap-2 .feature-item:hover .icon-8 {
  background-position: -282px -277px;
}
.wrap-2 .feature-item:hover .icon-9 {
  background-position: -342px -277px;
}
.wrap-2 .feature-item_icon {
  display: block;
  background-image: url(/uploads/page/product/youtube-music-converter/sprite.png);
  background-repeat: no-repeat;
  width: 51px;
  height: 50px;
}
.wrap-2 .feature-item_icon.icon-1 {
  background-position: -37px -157px;
}
.wrap-2 .feature-item_icon.icon-2 {
  background-position: -97px -157px;
}
.wrap-2 .feature-item_icon.icon-3 {
  background-position: -157px -157px;
}
[lang='en'] .wrap-2 .feature-item_icon.icon-3{
  background-position:unset;
  background-image:url(https://img.tunefab.com/uploads/page/product/youtube-music-converter/icon-prosetting.png);
  background-repeat: no-repeat;
}
.wrap-2 .feature-item_icon.icon-4 {
  background-position: -37px -217px;
}
.wrap-2 .feature-item_icon.icon-5 {
  background-position: -97px -217px;
}
[lang='en'] .wrap-2 .feature-item_icon.icon-8{
  background-position:unset;
  background-image:url(https://img.tunefab.com/uploads/page/product/youtube-music-converter/icon-video.png);
  background-repeat: no-repeat;
}
.wrap-2 .feature-item_icon.icon-6 {
  background-position: -157px -217px;
}
.wrap-2 .feature-item_icon.icon-7 {
  background-position: -37px -277px;
}
.wrap-2 .feature-item_icon.icon-8 {
  background-position: -97px -277px;
}
.wrap-2 .feature-item_icon.icon-9 {
  background-position: -157px -277px;
}
.wrap-2 .feature-item_title {
  margin: 16px 0 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #080f30;
}
.wrap-2 .feature-item_desc {
  line-height: 1.5;
  color: #53576f;
}
.wrap-2 .swiper-slide:nth-child(3n) {
  border-right: none;
}
.wrap-2 .swiper-slide:nth-of-type(7),
.wrap-2 .swiper-slide:nth-of-type(8),
.wrap-2 .swiper-slide:nth-of-type(9) {
  border-bottom: none;
}
.wrap-3 {
  margin-top: 200px;
  background: url(/uploads/page/product/youtube-music-converter/bg2.webp) no-repeat center;
  background-size: 100% 100%;
  padding: 120px 0;
}
.wrap-3 .wrap-title {
  color: #fff;
}
.wrap-3 .wrap-title:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 74px;
  height: 55px;
  margin-left: 16px;
  background: url("/uploads/page/product/youtube-music-converter/sprite.png") no-repeat -35px -371px;
}
.wrap-3 .btns-box {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 36px;
}
.wrap-3 .btns-box .btn {
  width: auto;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: linear-gradient(124deg, #ff4a4a 3.37%, #ff4c73 88.46%);
  margin: 0 12px;
  transition: all 0.2s;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
}
.nl-youtube .wrap-3 .btns-box .btn {
  width: 200px;
}
.ko-youtube .wrap-3 .btns-box .btn {
  width: 200px;
  font-size: 16px;
}
.wrap-3 .btns-box .btn img {
  width: 18px;
  margin-left: 10px;
}
.wrap-3 .btns-box .btn:hover {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.1) 0%, rgba(0, 0, 0, 0.1) 100%), linear-gradient(124deg, #ff4a4a 3.37%, #ff4c73 88.46%);
}
.wrap-3 .btns-box .btn .iconfont {
  margin-left: 10px;
}
.wrap-3 .text-step {
  color: #fff;
  width: 413px;
}
.wrap-3 .text-step .swiper-wrapper {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.wrap-3 .step-item {
  padding: 18px;
  border-radius: 10px;
  background: #3d2f30;
  margin-bottom: 18px;
  cursor: pointer;
}
.wrap-3 .step-item.active {
  border: 1px solid #ff5757;
  background: #655051;
}
.wrap-3 .step-item.active .step-title {
  color: #fff;
}
.wrap-3 .step-item.active .step-desc {
  color: #e0e0e0;
}
.wrap-3 .step-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 88px;
}
.wrap-3 .step-title {
  color: rgba(255, 255, 255, 0.7);
  font-size: 20px;
  font-weight: 700;
}
.wrap-3 .step-desc {
  color: rgba(224, 224, 224, 0.7);
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 12px;
}
.wrap-3 .step-swiper {
  position: relative;
  overflow: hidden;
  width: 721px;
  height: 423px;
}
.wrap-3 .step-swiper .swiper-slide {
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 10px;
  padding: 5px;
  background: linear-gradient(180deg, #fa7167 0%, #ff688e 100%);
}
.wrap-3 .step-swiper .swiper-slide img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
}
.wrap-3 .step-text {
  display: flex;
  width: 671px;
  align-items: start;
  color: #5f5f5f;
  margin-top: 35px;
  gap: 13px;
  display: none;
}
.wrap-3 .step-text_title {
  flex-shrink: 0;
  font-size: 24px;
  color: #363636;
}
.wrap-3 .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-3 .video-btn:hover {
  background: #000;
}
.wrap-3 .video-btn:hover .video-btn_text {
  color: #fff;
}
.wrap-3 .video-btn:hover .video-btn_icon {
  background: url("/uploads/page/product/youtube-music-converter/video-btn-hover.svg") no-repeat;
  background-size: 100% 100%;
  width: 27px;
  height: 27px;
}
.wrap-3 .video-btn_text {
  font-size: 20px;
}
.wrap-3 .video-btn_icon {
  background: url("/uploads/page/product/youtube-music-converter/spotify-sprites.png") no-repeat -1101px -529px;
  width: 27px;
  height: 27px;
  margin-left: 12px;
}
.wrap-4 {
  margin-top: 180px;
}
.wrap-4 .wrap-content {
  display: flex;
  justify-content: space-between;
  margin-top: 90px;
  flex-wrap: wrap;
}
.wrap-4 .content-item {
  border-radius: 16px;
  border: 1px solid #e8e8e8;
  background: #fff;
  padding: 16px 16px 35px;
  flex: 0 0 40%;
}
.wrap-4 ul {
  margin-top: 20px;
  padding-left: 16px;
}
.wrap-4 ul li {
  margin-bottom: 20px;
  list-style: disc;
  /*text-indent: -5px;*/
}
.wrap-4 ul li:hover a {
  color: #007bff;
}
.wrap-4 ul li::marker {
  color: #007bff;
}
.wrap-4 ul li:last-child {
  margin-bottom: 0;
}
.wrap-6 {
  position: relative;
  padding-bottom: 95px;
  padding-top: 50px;
}
.wrap-6 .wrap-title {
  text-align: left;
  width: 290px;
}
.wrap-6 .wrap-title:before {
  content: "";
  display: block;
  margin-bottom: 10px;
  background: url("/uploads/page/product/youtube-music-converter/sprite.png") no-repeat -137px -355px;
  width: 79px;
  height: 80px;
}
.wrap-6 .container {
  display: flex;
  justify-content: space-between;
  align-items: start;
}
.wrap-6 .wrap-content {
  position: relative;
  z-index: 10;
  width: 834px;
  margin: 0 auto;
}
.wrap-6 .question-item {
  border-radius: 6px;
  background: #fff;
  margin-bottom: 18px;
  padding: 16px 22px 16px 26px;
  border: 1px solid #e6e6e6;
}
.wrap-6 .question-item.active .item-header_title {
  font-weight: 500;
}
.wrap-6 .question-item.active .item-header_arrow {
  transform: rotate(0) translateY(0);
  filter: brightness(1);
}
.wrap-6 .question-item.active .item-desc {
  display: block;
}
.wrap-6 .item-header {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  align-items: center;
}
.wrap-6 .item-header_title {
  font-size: 18px;
  line-height: 1.5;
  color: #061c3d;
  width: 90%;
}
.wrap-6 .item-header_arrow {
  width: 14px;
  height: 9px;
  background: url("/uploads/page/product/youtube-music-converter/arrow2.png") no-repeat;
  background-size: 100% 100%;
  transform: rotate(-90deg);
  transition: all 0.2s;
}
.wrap-6 .item-desc {
  display: none;
  width: 90%;
  line-height: 1.6;
  color: #414141;
  margin-top: 16px;
}
.wrap-6 .item-desc span {
  display: inline-block;
}
.wrap-6 .item-desc a {
  color: #1e96ec;
  transition: all 0.2s;
}
.wrap-6 .item-desc a:hover {
  color: inherit;
}
.wrap-8 {
  margin-top: 100px;
  margin-bottom: 200px;
}
.wrap-8 .wrap-title {
  text-align: left;
  color: #fff;
  font-size: 36px;
  font-weight: 700;
}
.wrap-8 .wrap-desc {
  color: rgba(255, 255, 255, 0.95);
  font-size: 20px;
  margin: 15px auto 45px;
}
.wrap-8 .container {
  position: relative;
  max-width: 1534px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 39px;
  background: #ff726b;
  padding: 25px 0 0;
  z-index: 0;
}
.wrap-8 .left-box {
  width: 626px;
  padding: 45px 0 0;
}
.wrap-8 .after-img {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
.wrap-8 .btns-box {
  display: flex;
  align-items: center;
  margin-top: 36px;
}
.wrap-8 .btns-box .btn {
  width: auto;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 6px;
  background: #000;
  margin: 0 12px;
  transition: all 0.2s;
  font-size: 18px;
  color: #fff;
  padding: 0 20px;
}
.nl-youtube .wrap-8 .btns-box .btn {
  width: 200px;
}
.ko-youtube .wrap-8 .btns-box .btn {
  width: 200px;
  font-size: 16px;
}
.wrap-8 .btns-box .btn:hover {
  transform: translateY(-8px);
  border: 1px solid #fff;
  filter: drop-shadow(0px 4px 15.8px rgba(190, 31, 23, 0.61));
}
.wrap-8 .btns-box .btn img {
  width: 18px;
  margin-left: 10px;
}
.wrap-8 .btns-box .btn .iconfont {
  margin-left: 12px;
}
.wrap-7 .wrap-content {
  display: flex;
  justify-content: center;
  border-radius: 18px;
  margin: 44px 0;
  padding-top: 30px;
  padding-bottom: 25px;
  gap: 28px;
}
.wrap-7 .content-item {
  position: relative;
  width: 282px;
  border-radius: 16px;
  border: 1px solid #e2e2e2;
  background: #f3f3f3;
  padding: 0 4px 5px;
  text-align: center;
}
.wrap-7 .item-header {
  text-align: center;
  padding: 15px 0;
  font-family: Rubik;
  font-size: 14px;
}
.wrap-7 .item-desc {
  font-size: 14px;
  line-height: 1.5;
  color: #303133;
  background: #fff;
  padding: 0 23px;
  height: 129px;
  display: flex;
  flex-direction: column;
  justify-content: space-around;
  align-items: center;
  border-radius: 0 0 16px 16px;
}
.wrap-7 .item-desc ul {
  width: 100%;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
.wrap-7 .item-desc ul li {
  display: flex;
  justify-content: space-between;
}
.wrap-7 .lable {
  font-size: 12px;
  color: #303133;
}
.wrap-7 .price {
  font-size: 14px;
  color: #303133;
}
.wrap-7 .min-text {
  font-size: 9px;
  color: #545454;
}
.wrap-7 .info {
  padding: 0 40px;
}
.wrap-7 .rating {
  justify-content: center;
  font-size: 20px;
}
.wrap-7 .item-icon-star {
  display: block;
  background: url("/uploads/page/product/youtube-music-converter/star.png") no-repeat;
  width: 140px;
  height: 24px;
  margin-top: 2px;
}
.wrap-7 .wrap-link {
  display: flex;
  justify-content: center;
  color: #f9464b;
}
.wrap-7 .wrap-link:hover {
  color: inherit;
  text-decoration: underline;
}
.prev i {
  transform: rotate(180deg);
}
@media (max-width: 770px) {
  .download {
    padding: 50px 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    background: #FFF6F7;
  }
  .download h2 {
      color: #D83C3F;
      font-size: 28px;
      text-align: center;
  }
  .download .down_feature {
      position: relative;
      margin: 15px 0 45px;
      width: 100%;
      border-radius: 4px;
      border: 1px #caddd3 solid;
      padding: 5px;
      display: flex;
      align-items: center;
      gap: 10px;
      background: #FFFFFF;
  }
  .download .down_feature .down_input {
      box-sizing: border-box;
      font-size: 14px;
      color: #7e7e7e;
      padding: 10px;
      flex: 1;
  }
  .download .down_feature .down_paste {
      flex: 0 0 17%;
      border-radius: 4px;
      background: #DDC9C94D;
      border: 1px solid #E7D9D9;
      padding: 10px;
      color: #676767;
  }
  .download .down_feature.error {
      border: 1px #f00 solid;
  }
  .download .down_feature .error-text {
      position: absolute;
      bottom: -30px;
      color: #e02020;
  }
  .download .down_btn {
      background: #000;
      padding: 13px;
      color: #FF4145;
      font-size: 20px;
      font-weight: 600;
      width: 100%;
      cursor: pointer;
      margin-bottom: 45px;
  }
  .download .down_loading {
      display: none;
      text-align: center;
  }
  .download .down_loading img {
      width: 80px;
      height: auto;
  }
  .download .down_loading .down_text {
      color: #888888;
      margin-top: 18px;
  }
  .download .down_loading .down_text span {
      position: relative;
      top: 0;
      display: inline-block;
      animation: bounce 0.3s ease infinite alternate;
  }
  .download .down_loading .down_text span:nth-child(2) {
      animation-delay: 0.1s;
  }
  .download .down_loading .down_text span:nth-child(3) {
      animation-delay: 0.2s;
  }
  .download .down_exhibition {
      display: flex;
      gap: 20px;
  }
  .download .down_exhibition .exhibition_img {
      width: 135px;
      height: 135px;
      object-fit: cover;
  }
  .download .down_exhibition .exhibition_info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
  }
  .download .down_exhibition .info_title {
      color: #1db954;
      font-size: 20px;
      font-weight: 600;
  }
  .download .down_exhibition .info_author {
      color: #767676;
  }
  .download .down_exhibition .info_btn {
      display: block;
      color: #ffffff;
      font-size: 16px;
      background: #24a659;
      border-radius: 67px;
      padding: 10px 36px;
  }
  .download .down-pop {
      display: none;
      position: fixed;
      top: 20%;
      left: 50%;
      transform: translateX(-50%);
      z-index: 100;
      background: linear-gradient(180deg, rgba(255, 53, 235, 0.20) 0%, rgba(255, 255, 255, 0.00) 100%), #FFF;
      box-shadow: 0 4px 31px rgba(151, 151, 151, 0.25);
      border-radius: 8px;
      border: 1px #ffffff solid;
      width: 231px;
      height: auto;
      padding: 16px 23px 34px;
      text-align: center;
  }
  .download .down-pop .pop_close {
      width: 18px;
      height: auto;
      position: absolute;
      right: 5px;
      top: 5px;
      cursor: pointer;
  }
  .download .down-pop .pop_title {
      color: #2e2e2e;
      font-size: 16px;
      font-weight: 600;
      margin: 7px 0;
  }
  .download .down-pop .pop_desc {
      color: #2e2e2e;
  }
  .download .down-pop .pop_btn {
      margin-top: 23px;
      display: block;
      color: #ffffff;
      font-size: 16px;
      background: #3586FF;
      border-radius: 67px;
      padding: 10px 36px;
  }
  .overspread {
      display: none;
      width: 100%;
      height: 100%;
      background-color: #00000066;
      position: fixed;
      top: 0;
      z-index: 99;
  }
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .banner {
    padding: 105px 0 40px;
    background: linear-gradient(179deg, rgba(252, 182, 177, 0.59) -11.86%, rgba(255, 231, 230, 0.32) 42.65%, #fff 99.29%);
  }
  .banner .banner-label {
    display: block;
    margin: 0 auto 16px;
  }
  .banner .container {
    flex-direction: column;
  }
  .banner-info {
    width: 100%;
  }
  .banner-title {
    font-size: 42px;
    text-align: center;
  }
  .banner-desc {
    max-width: 100%;
    font-size: 14px;
    margin: 10px 0;
    text-align: center;
  }
  .banner-list {
    margin: 0 0 24px;
    padding-left: 15px;
  }
  .banner-list .list-item {
    font-size: 14px;
  }
  .banner-switch {
    width: 155px;
    height: 30px;
    border-radius: 20px;
    padding: 3px 4px;
    margin-bottom: 20px;
  }
  .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: 20px;
  }
  .banner-btns .btns-download,
  .banner-btns .btns-buy {
    border-radius: 32px;
    height: 60px;
    padding: 0 18px;
    font-size: 18px;
  }
  .banner-btns .btns-download img,
  .banner-btns .btns-buy img {
    width: 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: 8px;
  }
  .banner-btns .btns-download {
    width: 163px;
    margin-right: 17px;
    height: 46px;
  }
  .banner-btns .btns-download .icon-win,
  .banner-btns .btns-download .icon-mac {
    width: 21px;
    height: 22px;
    flex-shrink: 0;
  }
  .banner-btns .btns-buy {
    width: 160px;
    height: 46px;
    border: 1px solid #c8cac9;
    padding-left: 15px;
  }
  .banner-btns .btns-buy .btns-text_desc {
    width: 160px;
  }
  .banner-btns .btns-buy img {
    width: 22px;
  }
  .banner-btns .btns-buy .iconfont {
    font-size: 18px;
  }
  .banner-btns.mac-btn .btns-download .btns-text {
    width: max-content;
  }
  .banner-btns.mac-btn .btns-download .btns-text_title {
    width: max-content;
  }
  .ko-youtube .banner-btns.mac-btn .btns-download .btns-text_title {
    font-size: 14px;
  }
  .banner-btns.mac-btn .btns-download .btns-text_desc {
    width: max-content;
    margin-top: 1px;
    transform-origin: 0 0;
    transform: scale(0.75);
  }
  .banner-btns.mac-btn .btns-download .icon-mac {
    width: 21px;
    height: 22px;
    transform: translate(-22px, -2px);
  }
  .banner-btns.active {
    display: flex;
  }
  .banner-tips {
    line-height: 1.5;
    color: #848798;
  }
  .banner-img {
    display: none;
  }
  .catalog {
    padding: 30px 0 23px;
  }
  .catalog .container {
    overflow: hidden;
  }
  .catalog .swiper {
    height: 130px;
    overflow: visible;
    margin-top: 25px;
  }
  .it-youtube .catalog .swiper,
  .es-youtube .catalog .swiper {
    height: 145px;
  }
  .catalog .catalog-box {
    gap: 0;
    justify-content: unset;
  }
  .catalog .swiper .swiper-slide {
    display: flex;
    width: 162px;
    height: 100px;
    padding: 8px 12px 12px 12px;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .it-youtube .catalog .swiper .swiper-slide,
  .es-youtube .catalog .swiper .swiper-slide {
    height: 120px;
  }
  .catalog .swiper .swiper-slide .catalog-item_icon {
    margin-bottom: -4px;
    transform: scale(0.75);
  }
  .catalog .swiper .swiper-slide .catalog-item_title {
    font-size: 12px;
    margin-top: 4px;
  }
  .catalog #swiper-scrollbar1 {
    height: 4px;
    background: #d7d7d7;
    width: 113px;
    overflow: hidden;
    transform: translateX(-50%);
    left: 50%;
  }
  .catalog #swiper-scrollbar1 .swiper-scrollbar-drag {
    background: #f9464b;
  }
  .wrap-title {
    font-size: 32px;
  }
  .wrap-title.large,
  .wrap-title.mini,
  .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: 20px;
    margin-bottom: 0;
  }
  .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;
    word-break: break-all;
  }
  .wrap .item-desc {
    margin-bottom: 12px;
    font-size: 14px;
  }
  .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/youtube-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-2 {
    margin-top: 80px;
  }
  .wrap-2 .feature-swiper {
    position: relative;
    margin-top: 45px;
    padding-bottom: 40px;
    overflow: hidden;
    height: auto;
    border: none;
  }
  .wrap-2 .swiper-wrapper {
    flex-wrap: nowrap;
  }
  .wrap-2 .swiper-slide {
    height: max-content;
    border: 1px solid #e8e8e8 !important;
    padding: 20px;
    height: auto;
  }
  .es-youtube .wrap-2 .swiper-slide {
    height: auto;
  }
  .wrap-2 .feature-item_title {
    font-size: 18px;
  }
  .wrap-2 .feature-item_desc {
    height: auto;
    font-size: 14px;
  }
  .wrap-2 .swiper-pagination-bullet-active {
    background-color: #f9464b;
  }
  .wrap-3 {
    background: #181414;
    padding: 44px 0;
    margin-top: 60px;
  }
  .wrap-3 .wrap-title {
    padding: 0 30px;
    display: flex;
    flex-direction: column-reverse;
    align-items: center;
  }
  .wrap-3 .step-title {
    font-size: 16px;
  }
  .wrap-3 .step-desc {
    font-size: 14px;
  }
  .wrap-3 .step-box {
    margin-top: 45px;
    flex-direction: column-reverse;
    gap: 24px;
  }
  .wrap-3 .text-step {
    width: 100%;
    height: auto;
    padding-bottom: 40px;
  }
  .wrap-3 .text-step .swiper-pagination-bullet {
    background: #fff;
    opacity: 1;
  }
  .wrap-3 .text-step .swiper-pagination-bullet-active {
    background: #ff5757;
  }
  .wrap-3 .text-step .swiper-wrapper {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 0;
  }
  .wrap-3 .step-swiper {
    width: 100%;
    height: 202px;
  }
  .wrap-3 .step-swiper .swiper-slide {
    padding: 1px;
    height: 202px;
  }
  .wrap-3 .btns-box {
    justify-content: space-between;
    margin-top: 36px;
  }
  .wrap-3 .btns-box .btn {
    width: 165px;
    height: 50px;
    border-radius: 6px;
    margin: 0;
  }
  .nl-youtube .wrap-3 .btns-box .btn {
    width: 175px;
  }
  .ko-youtube .wrap-3 .btns-box .btn {
    width: 175px;
  }
  .wrap-3 .btns-box .btn-text {
    font-size: 16px;
  }
  .ko-youtube .wrap-3 .btns-box .btn-text {
    font-size: 14px;
  }
  .wrap-3 .btns-box .btn .win-icon {
    width: 21px;
    height: 22px;
    margin-left: 8px;
  }
  .wrap-3 .btns-box .btn .mac-icon {
    width: 24px;
    height: 23px;
    margin-left: 8px;
    transform: translateY(-2px);
  }
  .wrap-3 .step-swiper::before,
  .wrap-3 .step-swiper::after {
    display: none;
  }
  .wrap-3 .swiper-slide img {
    max-width: 100%;
    height: auto;
  }
  .wrap-3 .step-text {
    width: 100%;
    margin-top: 25px;
    font-size: 14px;
    line-height: 1.5;
  }
  .wrap-3 .step-text_title {
    font-size: 14px;
  }
  .wrap-3 .video-btn {
    width: 100%;
    height: 52px;
    border-radius: 26px;
    border: 1px solid #3d3d3d;
    margin: 40px auto 0;
  }
  .wrap-3 .video-btn:hover .video-btn_icon {
    width: 27px;
    height: 27px;
  }
  .wrap-3 .video-btn_text {
    font-size: 20px;
  }
  .wrap-3 .video-btn_icon {
    background: url("/uploads/page/product/youtube-music-converter/spotify-sprites.png") no-repeat -1101px -529px;
    background-size: 1398px 856px;
    width: 27px;
    height: 27px;
    margin-left: 12px;
  }
  .wrap-4 {
    margin-top: 54px;
  }
  .wrap-4 .wrap-content {
    margin-top: 23px;
    gap: 24px;
  }
  .wrap-4 .content-item {
    width: 100%;
    line-height: 1.8;
    font-size: 14px;
    padding-bottom: 10px;
    flex: unset;
  }
  .wrap-4 .content-item img {
    width: 100%;
    height: auto;
  }
  .wrap-4 .content-item ul li {
    margin-bottom: 10px;
  }
  .wrap-6 {
    padding: 60px 0;
  }
  .wrap-6 .container {
    flex-direction: column;
  }
  .wrap-6 .wrap-title {
    width: 75%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
  }
  .wrap-6 .wrap-title:before {
    transform: scale(0.5);
    margin-bottom: -10px;
  }
  .wrap-6 .wrap-content {
    width: 100%;
    margin: 24px auto 0;
  }
  .wrap-6 .question-item {
    border-radius: 6px;
    margin-bottom: 18px;
    padding: 20px;
  }
  .wrap-6 .item-header {
    display: flex;
    justify-content: space-between;
    cursor: pointer;
  }
  .wrap-6 .item-header_title {
    font-size: 16px;
  }
  .wrap-6 .item-header_arrow {
    flex-shrink: 0;
  }
  .wrap-6 .item-desc {
    font-size: 14px;
    margin-top: 12px;
  }
  .wrap-8 {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .wrap-8 .wrap-title {
    font-size: 32px;
    text-align: center;
  }
  .wrap-8 .container {
    border-radius: 24px;
    flex-direction: column;
    align-items: center;
    padding: 0 15px 85px;
  }
  .wrap-8 .left-box {
    width: 100%;
  }
  .wrap-8 .after-img {
    display: none;
  }
  .wrap-8 .right-box {
    width: 100%;
  }
  .wrap-8 .right-box img {
    width: 100%;
    height: auto;
  }
  .wrap-8 .wrap-desc {
    max-width: 100%;
    font-size: 16px;
    margin: 15px auto 45px;
    text-align: center;
    line-height: 1.5;
  }
  .wrap-8 .btns-box {
    justify-content: space-between;
    margin-top: 26px;
    margin-bottom: 20px;
  }
  .wrap-8 .btns-box .btn {
    width: 165px;
    height: 50px;
    border-radius: 6px;
    margin: 0;
  }
  .nl-youtube .wrap-8 .btns-box .btn {
    width: 175px;
  }
  .ko-youtube .wrap-8 .btns-box .btn {
    width: 175px;
  }
  .wrap-8 .btns-box .btn-text {
    font-size: 16px;
  }
  .ko-youtube .wrap-8 .btns-box .btn-text {
    font-size: 14px;
  }
  .wrap-8 .btns-box .btn .win-icon {
    width: 21px;
    height: 22px;
    margin-left: 8px;
  }
  .wrap-8 .btns-box .btn .mac-icon {
    width: 24px;
    height: 23px;
    margin-left: 8px;
    transform: translateY(-2px);
  }
  .wrap-7 .wrap-content {
    width: 100%;
    height: auto;
    flex-direction: column;
    border-radius: 18px;
    margin: 0;
    padding: 0;
    gap: 14px;
  }
  .wrap-7 .content-item {
    max-width: 100%;
    width: 100%;
  }
  .wrap-7 .item-header {
    font-size: 14px;
  }
  .wrap-7 .item-desc {
    font-size: 14px;
    background: transparent;
    height: auto;
    padding: 0 50px 20px;
    line-height: 2;
  }
  .wrap-7 .item-icon-star {
    margin-top: 10px;
  }
  .wrap-7 .wrap-link {
    line-height: 3;
  }
}
.wrap-5 {
  padding: 120px 0;
  background-color: #fff;
  background-size: contain;
  background-position: top;
  background-repeat: no-repeat;
}
.wrap-5 .wrap-5-header {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 60px;
}
.wrap-5 .wrap-5-header .wrap-h2 {
  text-align: left;
  max-width: 100%;
  margin-bottom: 30px;
  font-size: 42px;
}
.wrap-5 .wrap-5-header .wrap-p {
  color: #414141;
  font-size: 20px;
  line-height: 1.5;
  max-width: 733px;
}
.wrap-5 .navigation-buttons {
  display: flex;
  gap: 12px;
}
.wrap-5 .navigation-buttons .nav-button {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: 1px solid rgba(27, 28, 29, 0.15);
  background: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wrap-5 .navigation-buttons .nav-button:hover {
  background: linear-gradient(124deg, #ff4a4a 3.37%, #ff4c73 88.46%);
  border: 1px solid rgba(27, 28, 29, 0.15);
}
.wrap-5 .navigation-buttons .nav-button:hover i {
  color: #fff;
}
.wrap-5 .navigation-buttons .nav-button i {
  font-size: 34px;
  color: #1b1c1d;
  transition: all 0.3s ease;
}
.wrap-5 .navigation-buttons .nav-button.next {
  background: #1b1c1d;
}
.wrap-5 .navigation-buttons .nav-button.next i {
  color: #fff;
}
.wrap-5 .navigation-buttons .nav-button.next:hover {
  background: linear-gradient(124deg, #ff4a4a 3.37%, #ff4c73 88.46%);
}
.wrap-5 .wrap-5-content {
  display: flex;
  gap: 24px;
}
.wrap-5 .left-swiper {
  width: 710px;
  overflow: hidden;
}
.wrap-5 .left-swiper h4 {
  color: #080f30;
  font-size: 24px;
  font-weight: 600;
}
.wrap-5 .left-swiper .media-card {
  border-radius: 24px;
  padding: 40px;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.wrap-5 .left-swiper .media-card img {
  object-fit: cover;
}
.wrap-5 .left-swiper .media-card .quote {
  font-size: 18px;
  line-height: 1.8;
  color: #061c3d;
}
.wrap-5 .left-swiper .slide-1 .media-card {
  border: 1px solid #c8c8c8;
  background: #f5f6f7;
}
.wrap-5 .left-swiper .slide-2 .media-card {
  border: 1px solid #dac9ff;
  background: #ebe2ff;
}
.wrap-5 .left-swiper .slide-3 .media-card {
  border: 1px solid #b5dbb8;
  background: #e7f5e8;
}
.wrap-5 .left-swiper .slide-4 .media-card {
  border: 1px solid #acdbff;
  background: #eff8ff;
}
.wrap-5 .right-swiper {
  width: 464px;
  overflow: hidden;
}
.wrap-5 .right-swiper .review-card {
  min-height: 327px;
  padding: 15px 28px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  background-color: #fff;
  border-radius: 24px;
}
.wrap-5 .right-swiper .swiper-slide {
  border-width: 19px;
  border-style: solid;
  border-radius: 24px;
}
.wrap-5 .right-swiper .slide-1 {
  border-color: #cee0fa;
}
.wrap-5 .right-swiper .slide-1 .next-review {
  background: #cee0fa;
}
.wrap-5 .right-swiper .slide-1 .next-review i {
  color: #0b63e5;
}
.wrap-5 .right-swiper .slide-2 {
  border-color: #cfebd1;
}
.wrap-5 .right-swiper .slide-2 .next-review {
  background: #cfebd1;
}
.wrap-5 .right-swiper .slide-2 .next-review i {
  color: #66d16e;
}
.wrap-5 .right-swiper .slide-3 {
  border-color: #e2d5ff;
}
.wrap-5 .right-swiper .slide-3 .next-review {
  background: #e2d5ff;
}
.wrap-5 .right-swiper .slide-3 .next-review i {
  color: #713de0;
}
.wrap-5 .right-swiper .slide-4 {
  border-color: #ffeae9;
}
.wrap-5 .right-swiper .slide-4 .next-review {
  background: #ffeae9;
}
.wrap-5 .right-swiper .slide-4 .next-review i {
  color: #ff7069;
}
.wrap-5 .right-swiper .review-bottom {
  display: flex;
  align-items: center;
  margin-top: 20px;
  justify-content: space-between;
}
.wrap-5 .right-swiper .review-bottom .avatar {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  margin-right: 8px;
}
.wrap-5 .right-swiper .review-bottom .user-info {
  flex: 1;
}
.wrap-5 .right-swiper .review-bottom .user-info h4 {
  font-size: 16px;
  color: #7c7c7c;
  font-weight: 500;
}
.wrap-5 .right-swiper .review-bottom .next-review {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s ease;
}
.wrap-5 .right-swiper .review-bottom .next-review:hover {
  transform: translateX(5px);
}
.wrap-5 .right-swiper .review-bottom .next-review i {
  font-size: 26px;
}
.wrap-5 .right-swiper .review-text {
  font-size: 16px;
  line-height: 1.8;
  color: #061c3d;
  margin-top: 10px;
}
@media screen and (max-width: 996px) {
  .wrap-5 {
    padding: 90px 0;
  }
}
@media screen and (max-width: 768px) {
  .wrap-5 {
    padding: 60px 0;
    background: transparent;
  }
  .wrap-5 .wrap-p {
    text-align: center;
    margin-top: 20px;
  }
  .wrap-5 .navigation-buttons {
    justify-content: center;
  }
  .wrap-5 .navigation-buttons .nav-button {
    width: 46px;
    height: 46px;
  }
  .wrap-5 .navigation-buttons .nav-button i {
    font-size: 24px;
  }
  .wrap-5 .wrap-5-header {
    flex-direction: column;
    gap: 30px;
    margin-bottom: 40px;
  }
  .wrap-5 .wrap-5-header .navigation-buttons {
    align-self: center;
  }
  .wrap-5 .wrap-5-header .wrap-p {
    font-size: 16px;
  }
  .wrap-5 .wrap-5-content {
    flex-direction: column;
  }
  .wrap-5 .left-swiper,
  .wrap-5 .right-swiper {
    width: 100%;
  }
  .wrap-5 .left-swiper .media-card .quote,
  .wrap-5 .right-swiper .media-card .quote {
    font-size: 16px;
    margin: 15px 0;
  }
  .wrap-5 .left-swiper .media-card {
    padding: 25px 25px 30px;
  }
  .wrap-5 .right-swiper .review-card {
    padding: 15px 20px 10px;
  }
  .wrap-5 .right-swiper .review-card .next-review {
    display: none;
  }
}
[lang='ru'] .banner-switch,
[lang='pt'] .banner-switch {
  width: 180px;
}
[lang='ru'] .banner-switch .switch-btn,
[lang='ru'] .banner-switch .switch-cover,
[lang='pt'] .banner-switch .switch-btn,
[lang='pt'] .banner-switch .switch-cover {
  width: 85px;
}
[lang='ru'] .banner-switch .switch-btn_text,
[lang='pt'] .banner-switch .switch-btn_text {
  margin-left: 4px;
}
[lang='ru'] .banner-btns .btns-download,
[lang='ru'] .banner-btns .btns-buy {
  width: auto;
}
[lang='ru'] .catalog .catalog-item,
[lang='pt'] .catalog .catalog-item {
  height: 160px;
}
@media screen and (min-width: 768px) {
  [lang='ru'] .wrap-2 .swiper-slide {
    height: 342px;
  }
  [lang='pt'] .wrap-2 .swiper-slide {
    height: 300px;
  }
  [lang='ru'] .wrap-4 .wrap-content {
    gap: 24px;
  }
  [lang='ru'] .wrap-4 .content-item {
    flex: 1;
  }
}
@media screen and (max-width: 768px) {
  [lang='ru'] .catalog .swiper {
    height: 150px;
  }
  [lang='ru'] .catalog .catalog-item {
    height: 120px;
  }
}