* {
  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: #a238ff;
  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(https://img.tunefab.com/uploads/page/product/deezer-music-converter/sprite-deezer.webp) no-repeat center;
  background-size: 887px 428px;
}
.banner {
  position: relative;
  background: url("https://img.tunefab.com/uploads/page/product/deezer-music-converter/bg.webp") no-repeat center / cover;
  padding: 100px 0;
  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: #232326;
}
.banner-desc {
  max-width: 595px;
  font-size: 16px;
  line-height: 1.6;
  color: #303133;
  margin: 20px 0;
}
.banner-list {
  margin: 20px 0 50px;
  padding-left: 20px;
}
.banner-list .list-item {
  font-size: 16px;
  line-height: 2;
  color: #545659;
  list-style: disc;
}
.banner-list .list-item::marker {
  color: #a238ff;
}
.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;
}
.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: linear-gradient(2deg, #ff96f4 1.45%, rgba(162, 56, 255, 0) 93.79%), #a238ff;
  color: #fff;
  margin-right: 24px;
  transition: all 0.2s;
}
.ko-deezer .banner-btns .btns-download {
  width: 240px;
  font-size: 18px;
}
.banner-btns .btns-download:hover {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.15) 0%, rgba(255, 255, 255, 0.15) 100%), linear-gradient(2deg, #ff96f4 1.45%, rgba(162, 56, 255, 0) 93.79%), #a238ff;
}
.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;
}
.banner-btns .btns-buy .iconfont {
  font-size: 26px;
}
.banner-btns .btns-buy:hover {
  background: #a238ff;
  color: #fff;
  border-color: #a238ff;
}
.banner-btns .btns-buy:hover .car {
  content: url(/uploads/page/product/deezer-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: #f5f7f9;
  padding: 68px 0 80px;
}
.catalog .wrap-title {
  font-weight: 600;
}
.catalog .catalog-swiper {
  overflow: visible;
}
.catalog .catalog-box {
  display: flex;
  justify-content: space-between;
  margin-top: 50px;
}
.catalog .catalog-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  width: 217px;
  height: 136px;
  padding: 17px 22px;
  border-radius: 12px;
  z-index: 1;
  background: #fff;
  transition: all 0.2s;
}
.catalog .catalog-item:hover::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 12px;
  border: 1px solid #8abdea;
  box-shadow: 2px 1px 12px 0 rgba(128, 128, 128, 0.19);
}
.catalog .catalog-item:hover .catalog-item_icon {
  transform: scale(1.6);
  margin: -25px 0 30px;
}
.catalog .catalog-item:hover .catalog-item_title {
  color: #262323;
}
.catalog .catalog-item_icon {
  background: url(https://img.tunefab.com/uploads/page/product/deezer-music-converter/sprite-deezer.webp) no-repeat center;
  background-size: 887px 428px;
  width: 44px;
  height: 44px;
  display: inline-block;
  transition: all 0.2s;
}
.catalog .catalog-item_icon.icon-1 {
  background-position: -24px -23px;
}
.catalog .catalog-item_icon.icon-2 {
  background-position: -76px -23px;
}
.catalog .catalog-item_icon.icon-3 {
  background-position: -128px -23px;
}
.catalog .catalog-item_icon.icon-4 {
  background-position: -180px -23px;
}
.catalog .catalog-item_icon.icon-5 {
  background-position: -232px -23px;
}
.catalog .catalog-item_title {
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  height: 48px;
  color: #4d4d4d;
}
.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: 715px;
}
.wrap-title.mini {
  max-width: 800px;
}
.swiper .swiper-pagination-bullet-active {
  background-color: #a238ff;
}
.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: #a238ff;
}
.wrap .item-left {
  width: 570px;
}
.wrap .item-left img {
  width: 100%;
}
.wrap .item-right {
  width: 560px;
}
.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.8;
  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/deezer-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: 233px;
  border-bottom: 1px solid #e8e8e8;
  border-right: 1px solid #e8e8e8;
  padding: 40px 10px 0 40px;
  transition: all 0.2s;
}
.wrap-2 .swiper-slide:hover {
  background: #f5f2f8;
}
.wrap-2 .feature-item:hover .icon-1 {
  background-position: -223px -101px;
}
[lang='en'] .wrap-2 .feature-item:hover .icon-1{
  background-image: url(https://img.tunefab.com/uploads/page/product/deezer-music-converter/icon-proxy-setting_w.png);
}
[lang='en'] .wrap-2 .feature-item:hover .icon-2{
  background-image: url(https://img.tunefab.com/uploads/page/product/deezer-music-converter/icon-built-in-music_w.png);
}
[lang='en'] .wrap-2 .feature-item:hover .icon-6{
  background-image: url(https://img.tunefab.com/uploads/page/product/deezer-music-converter/icon-search-songs-library_w.png);
}
.wrap-2 .feature-item:hover .icon-2 {
  background-position: -284px -101px;
}
.wrap-2 .feature-item:hover .icon-3 {
  background-position: -345px -101px;
}
.wrap-2 .feature-item:hover .icon-4 {
  background-position: -223px -161px;
}
.wrap-2 .feature-item:hover .icon-5 {
  background-position: -284px -161px;
}
.wrap-2 .feature-item:hover .icon-6 {
  background-position: -345px -161px;
}
.wrap-2 .feature-item:hover .icon-7 {
  background-position: -223px -221px;
}
.wrap-2 .feature-item:hover .icon-8 {
  background-position: -284px -221px;
}
.wrap-2 .feature-item:hover .icon-9 {
  background-position: -345px -221px;
}
.wrap-2 .feature-item_icon {
  display: block;
  background-image: url(https://img.tunefab.com/uploads/page/product/deezer-music-converter/sprite-deezer.webp);
  background-size: 887px 428px;
  background-repeat: no-repeat;
  width: 51px;
  height: 50px;
}
.wrap-2 .feature-item_icon.icon-1 {
  background-position: -25px -101px;
}
[lang='en'] .wrap-2 .feature-item_icon.icon-1{
  background-position:unset; 
  background-image: url(https://img.tunefab.com/uploads/page/product/deezer-music-converter/icon-proxy-setting.png);
  background-repeat: no-repeat;
  background-size:unset;
}
.wrap-2 .feature-item_icon.icon-2 {
  background-position: -86px -101px;
}
[lang='en'] .wrap-2 .feature-item_icon.icon-2{
  background-position:unset; 
  background-image: url(https://img.tunefab.com/uploads/page/product/deezer-music-converter/icon-built-in-music.png);
  background-repeat: no-repeat;
  background-size:unset;
}
[lang='en'] .wrap-2 .feature-item_icon.icon-6{
  background-position:unset; 
  background-image: url(https://img.tunefab.com/uploads/page/product/deezer-music-converter/icon-search-songs-library.png);
  background-repeat: no-repeat;
  background-size:unset;
}
.wrap-2 .feature-item_icon.icon-3 {
  background-position: -147px -101px;
}
.wrap-2 .feature-item_icon.icon-4 {
  background-position: -25px -161px;
}
.wrap-2 .feature-item_icon.icon-5 {
  background-position: -86px -161px;
}
.wrap-2 .feature-item_icon.icon-6 {
  background-position: -147px -161px;
}
.wrap-2 .feature-item_icon.icon-7 {
  background-position: -25px -221px;
}
.wrap-2 .feature-item_icon.icon-8 {
  background-position: -86px -221px;
}
.wrap-2 .feature-item_icon.icon-9 {
  background-position: -147px -221px;
}
.wrap-2 .feature-item_title {
  margin: 16px 0 10px;
  font-size: 20px;
  line-height: 1.5;
  color: #080f30;
  word-break: break-all;
  white-space: nowrap;
}
.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(https://img.tunefab.com/uploads/page/product/deezer-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(358deg, #ff96f4 -11.53%, rgba(162, 56, 255, 0) 93.87%), #a238ff;
  margin: 0 12px;
  transition: all 0.2s;
  color: #fff;
  font-size: 18px;
  padding: 0 20px;
}
.ko-deezer .wrap-3 .btns-box .btn {
  width: 210px;
}
.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(358deg, #ff96f4 -11.53%, rgba(162, 56, 255, 0) 93.87%), #a238ff;
}
.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 #b25eff;
  background: #5d5065;
}
.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, #b894ff 0%, #7458dd 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/deezer-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/deezer-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;
}
.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: 600;
}
.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%;
  font-weight: 500;
}
.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: 100px;
}
.wrap-8 .history-link {
  display: block;
  color: #868686;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 20px;
  margin: 50px auto 0;
  width: max-content;
}
.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;
  line-height: 1.8;
}
.wrap-8 .container {
  position: relative;
  max-width: 1534px;
  width: 100%;
  display: flex;
  justify-content: center;
  border-radius: 39px;
  background: #af69e9;
  padding: 25px 0 0;
  z-index: 0;
  gap: 30px;
}
.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;
}
.ko-deezer .wrap-8 .btns-box .btn {
  width: 210px;
}
.wrap-8 .btns-box .btn:hover {
  transform: translateY(-8px);
  border: 1px solid #fff;
}
.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: #a238ff;
}
.wrap-7 .wrap-link:hover {
  color: inherit;
  text-decoration: underline;
}
.prev i {
  transform: rotate(180deg);
}
@media (max-width: 770px) {
  .pc {
    display: none;
  }
  .mobile {
    display: block;
  }
  .banner {
    padding: 105px 0 40px;
    background: linear-gradient(179deg, #e2d3ff -11.86%, rgba(237, 228, 254, 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;
  }
  .ko-deezer .banner-btns .btns-download {
    width: 183px;
  }
  .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;
  }
  .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);
  }
  .ko-deezer .banner-btns.mac-btn .btns-download .icon-mac {
    transform: translate(0px, -2px);
  }
  .banner-btns.active {
    display: flex;
  }
  .banner-tips {
    font-size: 9px;
    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;
  }
  .catalog .catalog-box {
    gap: 0;
    justify-content: unset;
  }
  .catalog .catalog-item:hover .catalog-item_icon {
    transform: scale(1);
    margin: 0;
  }
  .catalog .swiper .swiper-slide {
    display: flex;
    width: 162px;
    height: 100px;
    padding: 8px 12px 12px 12px;
    flex-shrink: 0;
    box-sizing: border-box;
  }
  .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;
    height: 36px;
  }
  .catalog #swiper-scrollbar1 {
    height: 4px;
    background: #d7d7d7;
    width: 113px;
    overflow: hidden;
    transform: translateX(-50%);
    left: 50%;
  }
  .catalog #swiper-scrollbar1 .swiper-scrollbar-drag {
    background: #a238ff;
  }
  .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/deezer-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;
  }
  .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: #a238ff;
  }
  .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;
  }
  .ko-deezer .wrap-3 .btns-box .btn {
    width: 175px;
  }
  .wrap-3 .btns-box .btn-text {
    font-size: 16px;
  }
  .ko-deezer .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/deezer-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;
  }
  .wrap-4 .content-item img {
    width: 100%;
    height: auto;
  }
  .wrap-4 .content-item ul li {
    margin-bottom: 10px;
  }
  .wrap-6 {
    padding: 40px 0;
  }
  .wrap-6 .container {
    flex-direction: column;
  }
  .wrap-6 .wrap-title {
    width: 78%;
    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 .history-link {
    font-size: 14px;
    color: #868686;
    margin-top: 20px;
  }
  .wrap-8 .wrap-title {
    font-size: 32px;
    padding: 0 15px;
    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 30px 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;
  }
  .ko-deezer .wrap-8 .btns-box .btn {
    width: 175px;
  }
  .wrap-8 .btns-box .btn-text {
    font-size: 16px;
  }
  .ko-deezer .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 .media-title {
  color: #080f30;
  font-size: 24px;
  font-weight: 600;
  line-height: 146.682%;
  margin-bottom: 10px;
}
.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;
  }
}
.recommend {
  height: auto;
  margin: 0 auto 160px;
}
.recommend .title {
  font-weight: 700;
  font-size: 35px;
  line-height: 146.68%;
  text-align: center;
  color: #080f30;
}
.recommend .container {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recommend .container .item {
  box-sizing: border-box;
  flex: 0 0 30%;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 40px 20px;
  border-radius: 10px;
}
.recommend .container .item .itema {
  text-align: center;
}
.recommend .container .item .title {
  font-weight: 700;
  font-size: 20px;
  line-height: 146.68%;
  text-align: center;
  color: #080f30;
  margin: 26px 0 15px;
}
.recommend .container .item .itema + p {
  height: 80px;
}
.recommend .container .item p {
  font-weight: 400;
  font-size: 18px;
  line-height: 152.68%;
  text-align: center;
  color: #53576f;
  margin-bottom: 30px;
}
.recommend .container .item .recommend-btn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 52px;
  background: linear-gradient(93.03deg, #4596e5 -9.17%, #4539cc 105.48%);
  border-radius: 8px;
  margin-bottom: 20px;
  padding: 0 20px;
}
.recommend .container .item .recommend-btn .iconfont {
  font-size: 26px;
  color: #ffffff;
}
.recommend .container .item .recommend-btn span {
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #ffffff;
  margin-right: 10px;
}
.ko-deezer .recommend .container .item .recommend-btn span {
  font-size: 18px;
}
.recommend .container .item .recommend-btn:hover {
  background: linear-gradient(93.03deg, #4539cc -9.17%, #4596e5 105.48%);
}
.recommend .container .item1 {
  background: linear-gradient(180deg, rgba(59, 200, 155, 0.13) 0%, rgba(31, 191, 161, 0) 100%);
}
.recommend .container .item2 {
  background: linear-gradient(180deg, rgba(185, 135, 248, 0.09) 0%, rgba(196, 141, 248, 0) 100%);
}
.recommend .container .item3 {
  background: linear-gradient(180deg, rgba(233, 48, 88, 0.12) 0%, rgba(231, 40, 79, 0) 100%);
}
@media screen and (max-width: 768px) {
  .recommend {
    width: 93%;
  }
  .recommend .title {
    font-size: 24px;
  }
  .recommend .container {
    flex-direction: column;
  }
  .recommend .container .item {
    width: 100%;
    padding: 50px;
    margin-bottom: 10px;
  }
}
[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;
}
[lang='ru'] .wrap-2 .swiper-slide {
  height: 305px;
}
[lang='pt'] .wrap-2 .swiper-slide {
  height: 286px;
}
[lang='ru'] .wrap-2 .feature-item_title,
[lang='pt'] .wrap-2 .feature-item_title {
  white-space: normal;
}
@media (max-width: 770px) {
  .wrap-8 .history-link {
    width: 100%;
    text-align: center;
  }
  [lang='pt'] .wrap-2 .swiper-slide {
    height: auto;
  }
  [lang='pt'] .banner-btns .btns-download {
    width: 173px;
  }
}
