.icon-win-btn,
.icon-mac-btn {
  display: inline-block;
}
.sprite {
  background: url("/uploads/page/store/spite.webp") no-repeat;
  background-size: 1168px 553px;
}
.icon-win-btn {
  background-position: -90px -299px;
  width: 15px;
  height: 16px;
}
.icon-mac-btn {
  background-position: -116px -298px;
  width: 15px;
  height: 16px;
}
.btn-box {
  display: flex;
  gap: 18px;
}
.btn {
  display: flex;
  align-items: center;
  gap: 7px;
  width: max-content;
  border-radius: 6px;
  background: #f70;
  color: #fff;
  padding: 10px 25px;
  font-size: 18px;
  transition: all 0.5s;
}
.btn:hover {
  background: #e65100;
  box-shadow: 0 20px 100px 1px hsla(0, 0%, 100%, 0.2);
  transform: translateY(-4px);
}
.banner {
  background: linear-gradient(132deg, #007bff -134.67%, #fedfff 92.14%);
  padding-top: 70px;
  overflow: hidden;
}
.banner .banner-title {
  color: #1a1a1a;
  font-size: 42px;
  font-weight: 600;
  text-align: center;
}
.banner .banner-box {
  position: relative;
  z-index: 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 60px;
  border-radius: 24px 24px 0px 0px;
  background: rgba(255, 255, 255, 0.25);
  backdrop-filter: blur(23.25px);
  margin-top: 50px;
  padding: 32px 0 23px;
}
.banner .banner-box::after {
  content: url("/uploads/page/store/pop.png");
  position: absolute;
  left: 50%;
  top: -32px;
  width: 78.873px;
  height: 39.437px;
  transform: translateX(-50%);
}
.banner .bg1,
.banner .bg2 {
  position: absolute;
  top: -100px;
  z-index: -1;
}
.banner .bg1 {
  left: -14%;
}
.banner .bg2 {
  right: -20%;
}
.banner .banner-info_title {
  color: #242424;
  font-size: 30px;
  font-weight: 600;
}
.banner .banner-info_desc {
  color: #3c3c3c;
  font-size: 18px;
  font-weight: 400;
  margin: 13px 0;
}
.banner .price {
  font-size: 18px;
  color: #3c3c3c;
  margin-bottom: 23px;
}
.banner .price span {
  color: #ff592f;
  font-size: 37px;
  font-weight: 600;
  margin-left: 10px;
}
.wrap1 {
  margin-top: 70px;
}
.wrap1 .container {
  padding: 40px;
  border-radius: 14px;
  color: #fff;
  background: url("/uploads/page/store/wrap-bg.webp") no-repeat center;
  background-size: 100% 100%;
}
.wrap1 .wrap1-title {
  font-size: 28px;
  font-weight: 500;
}
.wrap1 .price {
  color: #ff592f;
  font-size: 40px;
  font-weight: 700;
  margin-left: 10px;
}
.wrap1 .wrap1-text {
  color: rgba(255, 255, 255, 0.4);
  font-size: 20px;
  font-weight: 300;
  font-family: Arial, Helvetica, sans-serif;
  margin-top: 14px;
}
.wrap1 .wrap1-btn {
  display: inline-block;
  border-radius: 7px;
  background: #f90;
  padding: 17px 42px;
  margin: 25px 0;
  font-size: 20px;
  transition: all 0.2s;
}
.wrap1 .wrap1-btn:hover {
  background: #f70;
  box-shadow: 0 20px 100px 1px hsla(0, 0%, 100%, 0.2);
  transform: translateY(-4px);
}
.wrap1 .wrap1-ul {
  color: rgba(255, 255, 255, 0.4);
  font-size: 14px;
}
.wrap1 .wrap1-li {
  list-style: disc;
  line-height: 1.7;
  font-weight: 300;
  margin-left: 20px;
  font-family: Arial, Helvetica, sans-serif;
  text-indent: -0.5em;
}
.product-logo {
  background: url("/uploads/page/store/spite.webp") no-repeat;
  background-size: 1168px 553px;
  width: 65px;
  display: inline-block;
  height: 66px;
}
.buy-btn {
  border-radius: 6px;
  background: #007bff;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #fff;
  padding: 10px 20px;
  width: max-content;
  transition: all 0.3s;
}
.buy-btn .iconfont {
  font-size: 20px;
}
.buy-btn:hover {
  background: #006bde;
  box-shadow: 0 20px 100px 1px hsla(0, 0%, 100%, 0.2);
  transform: translateY(-4px);
}
.link-btn {
  position: relative;
  color: #007bff;
  font-size: 14px;
  padding-right: 25px;
  display: block;
  width: max-content;
  margin: 0 auto;
}
.nl-store .link-btn {
  padding-right: 5px;
}
.link-btn::after {
  position: absolute;
  content: ">>";
  transition: all 0.2s;
  margin-left: 10px;
}
.link-btn:hover::after {
  transform: translateX(8px);
}
.wrap2 {
  margin-top: 70px;
}
.wrap2 .wrap2-title {
  color: #222;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
}
.wrap2 .wrap2-top {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 13px;
  margin: 40px 0;
}
.wrap2 .wrap2-top_item {
  border-radius: 4px;
  border: 1px solid #e4e4e4;
  background: #f1f1f1;
  padding: 10px 0;
  width: 147px;
  text-align: center;
  cursor: pointer;
  color: #000;
  font-size: 16px;
  font-weight: 400;
}
.wrap2 .active {
  color: #007bff;
  border: 1px solid #6fb4ff;
  background: rgba(0, 123, 255, 0.1);
}
.wrap2 .box {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-bottom: 28px;
}
.wrap2 .product-item {
  max-width: 340px;
  border-radius: 9px;
  border: 1px solid #ececec;
  background: #fff;
  padding: 22px;
}
.nl-store .wrap2 .product-item {
  max-width: 365px;
  min-width: 365px;
}
.wrap2 .brand {
  color: #222;
  font-weight: 500;
  font-size: 18px;
  margin-top: 18px;
}
.wrap2 .product-name {
  color: #222;
  font-size: 22px;
  font-weight: 600;
  margin-top: 8px;
  word-break: keep-all;
  white-space: nowrap;
}
.it-store .wrap2 .product-name {
  white-space: unset;
}
.es-store .wrap2 .product-name {
  white-space: unset;
}
.wrap2 .product-desc {
  color: #565656;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
  margin-top: 18px;
  height: 48px;
}
.wrap2 .product-down {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 6px;
  color: #424242;
  border: 1px solid #e4e4e4;
  background: #f9f9f9;
  padding: 8px 10px;
  cursor: pointer;
  transition: all 0.3s;
  margin-top: 18px;
}
.wrap2 .product-down_ul {
  position: absolute;
  left: 0;
  top: 35px;
  width: 100%;
  border-radius: 6px;
  border: 1px solid #e4e4e4;
  background: #fff;
  padding: 10px;
  line-height: 1.8;
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  transition: all 0.3s;
  box-sizing: border-box;
  z-index: 9;
}
.wrap2 .product-down_li {
  cursor: pointer;
}
.wrap2 .icon-down {
  display: inline-block;
  background-position: -72px -301px;
  width: 11px;
  height: 8px;
  transition: all 0.3s;
}
.wrap2 .product-down.active .product-down_ul {
  opacity: 1;
  visibility: visible;
  max-height: 300px;
}
.wrap2 .product-down.active .icon-down {
  transform: rotate(180deg);
}
.wrap2 .min-text {
  color: rgba(34, 34, 34, 0.6);
  font-size: 14px;
  font-weight: 400;
  line-height: 119.584%;
  /* 14.35px */
  margin-top: 8px;
  margin-left: 12px;
}
.wrap2 .bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}
.wrap2 .smc {
  background-position: -42px -42px;
}
.wrap2 .sma {
  background-position: -789px -42px;
  width: 78px;
  height: 71px;
}
.wrap2 .amc {
  background-position: -125px -42px;
}
.wrap2 .auc {
  background-position: -208px -42px;
}
.wrap2 .dmc {
  background-position: -291px -42px;
}
.wrap2 .ymc {
  background-position: -374px -42px;
}
.wrap2 .pmc {
  background-position: -457px -42px;
}
.wrap2 .somc {
  background-position: -540px -42px;
}
.wrap2 .lmc {
  background-position: -623px -42px;
}
.wrap2 .ac {
  background-position: -706px -42px;
}
.wrap2 .netfix {
  background-position: -42px -147px;
}
.wrap2 .amazon {
  background-position: -126px -147px;
}
.wrap2 .youTube {
  background-position: -210px -147px;
}
.wrap2 .disney {
  background-position: -294px -147px;
}
.wrap2 .hulu {
  background-position: -378px -147px;
}
.wrap2 .hbo {
  background-position: -462px -147px;
}
.wrap2 .pornhub {
  background-position: -706px -147px;
}
.wrap2 .onlyFans {
  background-position: -788px -147px;
}
.wrap2 .pt {
  background-image: url(https://img.tunefab.com/uploads/page/store/icon-pt.svg);
  background-size: 100% 100%;
}
.wrap3 {
  margin-top: 100px;
}
.wrap3 .wrap3-title {
  color: #222;
  font-size: 32px;
  font-weight: 600;
  text-align: center;
  margin-bottom: 50px;
}
.wrap3 .wrap3-item {
  display: flex;
  flex-wrap: wrap;
  border-radius: 0px 9px 9px 0px;
  border: 1px solid #ececec;
  background: #fff;
  margin-bottom: 30px;
}
.wrap3 .wrap3-item_left {
  padding: 40px 40px 40px 40px;
  flex: 1;
  min-width: 500px;
}
.wrap3 .wrap3-item_right {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  width: 436px;
  border-radius: 0px 9px 9px 0px;
  border: 1px solid #ececec;
  background: #fbfbfb;
}
.wrap3 .top {
  display: flex;
  align-items: center;
  gap: 18px;
}
.wrap3 .aio {
  background-position: -540px -147px;
}
.wrap3 .videOne {
  background-position: -623px -147px;
}
.wrap3 .brand {
  color: #222;
  font-size: 18px;
  font-weight: 300;
}
.wrap3 .product-name {
  color: #222;
  font-size: 26px;
  font-weight: 600;
  margin-top: 7px;
}
.wrap3 .desc {
  color: #565656;
  font-size: 16px;
  line-height: 150%;
  /* 24px */
  margin: 24px 0;
}
.wrap3 .bottom {
  color: #565656;
}
.wrap3 .include-img {
  display: inline-block;
  background: url(/uploads/page/store/aio-convert-pc-ico.png) no-repeat;
  width: 410px;
  height: 35px;
  vertical-align: middle;
  margin-left: 5px;
}
.wrap3 .include-img2 {
  display: inline-block;
  background: url(/uploads/page/store/store-ico.png) no-repeat;
  width: 483px;
  height: 35px;
  vertical-align: middle;
  margin-left: 5px;
}
.wrap3 .radio {
  position: relative;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #e4e4e4;
  cursor: pointer;
}
.wrap3 .radio.active {
  border-color: #007bff;
}
.wrap3 .radio.active::after {
  position: absolute;
  content: "";
  width: 8px;
  height: 8px;
  background: #007bff;
  border-radius: 50%;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.wrap3 .wrap3-li {
  display: flex;
  gap: 10px;
  color: #222;
  font-size: 18px;
  margin-bottom: 18px;
}
.wrap3 .buy-btn {
  width: 280px;
  box-sizing: border-box;
  margin: 13px 0 16px;
  font-size: 22px;
}
.wrap4 {
  text-align: center;
  color: #222;
  font-size: 32px;
  font-weight: 600;
  margin-top: 120px;
}
.wrap4 .wrap4-img {
  background-position: -47px -352px;
  max-width: 1081px;
  height: 60px;
  margin-top: 40px;
}
.wrap5 {
  padding: 90px 0 110px;
  margin-top: 20px;
  background: linear-gradient(180deg, #fff 0%, rgba(97, 173, 255, 0.5) 659.84%);
}
.wrap5 .wrap5-title {
  text-align: center;
  color: #222;
  font-size: 32px;
  font-weight: 600;
}
.wrap5 .wrap5-box {
  display: flex;
  justify-content: space-between;
  margin-top: 70px;
  flex-wrap: wrap;
  gap: 30px;
}
.wrap5 .wrap5-box_item {
  position: relative;
  width: 300px;
}
.wrap5 .wrap5-box_item:not(:last-of-type)::after {
  position: absolute;
  content: "";
  width: 1px;
  top: 0;
  bottom: 0;
  background: #d8e4ef;
  right: -45px;
}
.wrap5 .item-img {
  background: url("/uploads/page/store/spite.webp") no-repeat;
  background-size: 1168px 553px;
}
.wrap5 .img1 {
  background-position: -329px -435px;
  width: 46px;
  height: 41px;
}
.wrap5 .img2 {
  background-position: -390px -435px;
  width: 42px;
  height: 41px;
}
.wrap5 .img3 {
  background-position: -450px -439px;
  width: 43px;
  height: 41px;
}
.wrap5 .item-title {
  color: #222;
  font-size: 24px;
  font-weight: 600;
  margin-top: 18px;
}
.wrap5 .item-desc {
  color: #565656;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  margin-top: 18px;
}
@media screen and (max-width: 996px) {
  .wrap5 .wrap5-box_item::after {
    display: none;
  }
}
.product-down_box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.bottom-box,
.btn-box {
  display: none;
}
.show {
  display: block;
}
@media (max-width: 768px) {
  .btn-box {
    justify-content: center;
  }
  .banner {
    padding-top: 50px;
  }
  .banner .banner-box::after {
    display: none;
  }
  .banner .bg1,
  .banner .bg2 {
    display: none;
  }
  .banner .banner-box {
    text-align: center;
    margin-top: 30px;
    gap: 25px;
    padding-bottom: 50px;
  }
  .banner .banner-box .img-box img {
    width: 100%;
  }
  .banner .banner-title {
    font-size: 32px;
    padding: 0 30px;
  }
  .banner .banner-info_title {
    font-size: 22px;
  }
  .banner .banner-info_desc {
    font-size: 16px;
    line-height: 1.5;
    padding: 0 20px;
  }
  .banner .price {
    font-size: 14px;
  }
  .banner .price span {
    font-size: 28px;
  }
  .wrap1 {
    margin-top: 50px;
  }
  .wrap1 .container {
    background-image: url("/uploads/page/store/wrap-bg-mb.webp");
    padding: 18px 23px 130px;
  }
  .wrap1 .wrap1-title {
    font-size: 22px;
    line-height: 1.8;
  }
  .wrap1 .price {
    font-size: 22px;
  }
  .wrap1 .wrap1-text {
    font-size: 14px;
    margin-top: 8px;
  }
  .wrap1 .wrap1-btn {
    font-size: 18px;
    margin: 20px 0;
  }
  .wrap1 .wrap1-li {
    font-size: 12px;
  }
  .wrap2 .product-name {
    max-width: 100%;
    word-break: unset;
    white-space: unset;
  }
  .wrap3 .include-img {
    background: url(/uploads/page/store/aio-convert-mb-ico.png) no-repeat;
    background-size: contain;
    background-position: center;
    width: 242px;
    height: 32px;
  }
  .wrap3 .include-img2 {
    background: url(/uploads/page/store/store-mobile-ico.png) no-repeat;
    background-position: center;
    width: 242px;
    height: 20px;
  }
  .wrap3 .wrap3-title {
    font-size: 26px;
  }
  .wrap3 .product-name {
    font-size: 24px;
    margin-top: 0;
  }
  .wrap3 .product-logo {
    flex-shrink: 0;
  }
  .wrap3 .wrap3-item_left {
    padding: 20px 12px 30px 20px;
    min-width: 100%;
  }
  .wrap3 .brand {
    font-size: 14px;
  }
  .wrap3 .wrap3-item_right {
    padding: 35px 0 30px;
  }
  .wrap4 {
    margin-top: 60px;
    font-size: 26px;
  }
  .wrap4 .wrap4-img {
    background-position: -47px -435px;
    width: 262px;
    height: 69px;
    margin: 20px auto;
  }
  .wrap5 {
    margin-top: 0;
    padding: 60px 0 40px;
  }
  .wrap5 .wrap5-title {
    font-size: 26px;
  }
  .wrap5 .item-img {
    position: absolute;
    transform: scale(0.68);
    top: 9px;
  }
  .wrap5 .item-title {
    padding-left: 50px;
    font-size: 18px;
  }
  .wrap5 .item-desc {
    font-size: 14px;
  }
  .wrap5 .wrap5-box {
    gap: 30px;
    margin-top: 30px;
  }
  .wrap5 .wrap5-box_item {
    width: 100%;
  }
  .wrap5 .wrap5-box_item::after {
    display: none;
  }
}
.banner .btn-box { /*zuo*/
  display: flex;
}
[lang='ru'] .wrap2 .product-name,
[lang='pt'] .wrap2 .product-name {
  white-space: normal;
}
[lang='ru'] .link-btn,
[lang='pt'] .link-btn {
  padding-right: 0;
}
[lang='ru'] .wrap2 .product-item,
[lang='pt'] .wrap2 .product-item {
  max-width: 365px;
}