@import "global.css";
* {
  margin: 0;
  padding: 0;
}
html,
body {
  width: 100%;
  height: 100%;
}
a {
  text-decoration: none;
}
li {
  list-style: none;
}
body {
  font-family: 'Rubik', sans-serif;
  font-style: normal;
}
.banner {
  box-sizing: border-box;
  width: 100%;
  padding: 60px 0;
  background: linear-gradient(180deg, rgba(70, 144, 229, 0.06) 0%, rgba(70, 144, 229, 0) 100%);
}
.banner .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1080px;
  margin: 0 auto;
}
.banner .content .title {
  width: 90%;
  font-weight: 700;
  font-size: 36px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}
.banner .content .desc {
  width: 90%;
  font-weight: 400;
  font-size: 16px;
  line-height: 155.4%;
  text-align: center;
  color: #9497A4;
  margin: 10px 0;
}
.banner .content .desc a {
  color: #4690e5;
}
.banner .content img {
  margin-top: 70px;
}
.other-discounts {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 1080px;
  margin: 50px auto;
}
.other-discounts .title {
  font-weight: 700;
  font-size: 32px;
  line-height: 146.68%;
  text-align: center;
  color: #080F30;
}
.other-discounts .title span {
  color: #FA603E;
}
.other-discounts .desc {
  width: 58%;
  font-weight: 400;
  font-size: 16px;
  line-height: 155.4%;
  text-align: center;
  color: #9497A4;
  margin: 10px 0;
}
.other-discounts .discount {
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 32%;
  border: 1px solid #FA603E;
  border-bottom-width: 4px;
  border-radius: 16px;
  padding: 30px 30px 40px;
  margin-top: 30px;
}
.other-discounts .discount .deadline {
  font-weight: 700;
  font-size: 24px;
  line-height: 132.9%;
  text-align: center;
  color: #1A1A1A;
}
.other-discounts .discount .price {
  margin: 10px 0;
}
.other-discounts .discount .price .price-text {
  font-weight: 400;
  font-size: 16px;
  line-height: 155.4%;
  color: #1A1A1A;
}
.other-discounts .discount .price .price-now {
  font-weight: 700;
  font-size: 32px;
  line-height: 43px;
  color: #FA603E;
  margin: 0 4px;
}
.other-discounts .discount .tax {
  font-weight: 400;
  font-size: 16px;
  line-height: 155.4%;
  text-align: center;
  color: #9497A4;
  margin: 10px 0 20px;
}
.other-discounts .discount .buy-btn {
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: #FA603E !important;
  border-radius: 7px;
  padding: 10px 0;
  border: 0px;
}
.other-discounts .discount .buy-btn.win-item .buy-icon {
  width: 20px;
  height: 20px;
  background-image: url('https://cdn.tunefab.net/img/uninstall/win.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: -2px 10px 0 0;
}

.other-discounts .discount  .buy-btn.mac-item .buy-icon {
  width: 20px;
  height: 20px;
  background-image: url('https://cdn.tunefab.net/img/uninstall/mac.svg');
  background-repeat: no-repeat;
  background-size: 100% 100%;
  margin: -2px 10px 0 0;
}


.other-discounts .discount .buy-btn .buy-text {
  font-weight: 400;
  font-size: 18px;
  line-height: 173.9%;
  text-align: center;
  color: #FFFFFF;
  font-family: Rubik;
}
.other-discounts .discount .buy-btn.win-item:hover .buy-icon{
  background-image: url('https://cdn.tunefab.net/img/uninstall/win_balck.svg');
}
.other-discounts .discount .buy-btn.mac-item:hover .buy-icon{
  background-image: url('https://cdn.tunefab.net/img/uninstall/mac_balck.svg');
}
.other-discounts .discount .buy-btn:hover .buy-text {
  color: #000000;
}
.uninstall .other-discounts .discount  .buy-btn-paypal{
  background-color: #ffc439 !important;
  height: 50px;
  margin-top: 15px;
}

.uninstall .other-discounts .discount  .buy-btn-paypal:hover {
  background-color: #eeab0f !important;
}

.uninstall .other-discounts .discount  .buy-btn-paypal img{
  width: auto;
  height: 22px;
  margin: auto;
}
@media screen and (max-width: 768px) {
  .banner .content {
    width: 90%;
  }
  .banner .content h1 {
    width: 80%;
    font-weight: 700;
    font-size: 28px;
    line-height: 126.18%;
    text-align: center;
    color: #1A1A1A;
  }
  .other-discounts {
    width: 90%;
  }
  .other-discounts .title {
    font-size: 24px;
  }
  .other-discounts .title span {
    color: #FA603E;
  }
  .other-discounts .desc {
    width: 95%;
  }
  .other-discounts .discount {
    width: 100%;
  }
  .other-discounts .discount .deadline {
    width: 90%;
  }
}
.buy-btn-paypal{
	display: none !important;
}