[data-sys="win"] .win,
[data-sys="mac"] .mac,
a.win:hover,
a.mac:hover,
a.sys-store:hover {
  color: #11B1FF;
}

main .swiper-pagination-bullet-active {
  width: 23px;
  border-radius: 40px;
}

main .gradient-background {
  background: linear-gradient(180deg, rgba(4, 98, 240, 0.1) 0%, rgba(255, 255, 255, 0.1) 100%);
}

.btn .arrow {
  width: 28px;
  height: 130px;
  overflow: hidden;
  background: url(https://4ddig.tenorshare.com/images/v2/product/windows-data-recovery-v2/download-arrow.png) 0 0px no-repeat;
  margin-right: 14px;
  transform: translate(0, -52px);
  background-size: 100%;
  transition: transform linear 400ms;
}

.btn.btn-white .arrow {
  background: url(https://4ddig.tenorshare.com/images/v2/product/windows-data-recovery-v2/download-arrow2.png) 0 0px no-repeat;
  height: 134px;
  background-size: 100%;
}

.btn .arrow.arrow-rgt {
  margin-right: 0;
  margin-left: 14px;
}

.btn .arrow.download-arrow {
  width: 28px;
  height: 134px;
  background: url(https://4ddig.tenorshare.com/images/v2/download-arrow2.png) 0 0px no-repeat;
  background-size: 100%;
}

.btn .arrow.win-arrow {
  width: 28px;
  height: 134px;
  background: url(https://4ddig.tenorshare.com/images/v2/win-arrow.png) 0 0px no-repeat;
  background-size: 100%;
}

.btn .arrow.mac-arrow {
  width: 28px;
  height: 134px;
  background: url(https://4ddig.tenorshare.com/images/v2/mac-arrow.png) 0 0px no-repeat;
  background-size: 100%;
}

.btn:hover .arrow {
  transform: translate(0, 50px);
}

#modal-popup-video .modal-content {
  border: none !important;
}

.section-1 {
  padding: 196px 0 207px;
  background: url(https://4ddig.tenorshare.com/images/thematic-page/mbr-to-gpt/sec1-bg.png) no-repeat center center;
  background-size: cover;
}

.section-1 .lft {
  max-width: 611px;
}

@media (max-width: 1599.98px) {
  .section-1 {
    padding: 120px 0 150px;
  }

  .section-1 .lft {
    max-width: 560px;
  }
}

@media (max-width: 991.98px) {
  .section-1 {
    height: 670px;
    padding: 42px 0 0;
    background: url(https://4ddig.tenorshare.com/images/thematic-page/mbr-to-gpt/sec1-bg-mobile.png) no-repeat center center;
    background-size: cover;
    margin-top: 56px;
  }

  .section-1 .lft {
    max-width: 560px;
  }
}

.section-2 {
  padding: 96px 0;
}

.section-2 .nav {
  width: max-content;
  gap: 56px;
  background: #0462F01A;
  border-radius: 64px;
  padding: 4px;
}

.section-2 .nav .nav-link {
  width: max-content;
  border-radius: 64px;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.6;
  padding: 12px 24px;
  cursor: pointer;
  text-align: center;
  color: #2d2d2d;
  display: flex;
  align-items: center;
  gap: 12px;
}

.section-2 .nav .nav-link:hover,
.section-2 .nav .nav-link.active {
  background: #0462F0;
  color: #FFFFFF;
}

.section-2 .cell {
  width: calc(50% - 24px);
  border-radius: 24px;
  overflow: hidden;
  position: relative;
}

.section-2 .cell .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  padding: 0 48px 24px;
}

@media(max-width: 1599.98px) {
  .section-2 .nav {
    gap: 24px;
  }

  .section-2 .cell .text {
    padding: 0 24px 24px;
  }

  .section-2 .cell .text .prev {
    font-size: 14px;
  }
}

@media(max-width: 1279.98px) {
  .section-2 .nav-box {
    overflow: hidden;
    overflow-x: scroll;
  }

  .section-2 .tab-pane>div {
    gap: 20px;
  }

  .section-2 .cell {
    width: 100%;
  }
}

@media(max-width: 991.98px) {
  .section-2 {
    padding: 64px 0 48px;
  }

  .section-2 .nav .nav-link {
    padding: 12px 16px;
    gap: 8px;
    font-size: 16px;
    font-weight: 700;
  }

  .section-2 .nav .nav-link svg {
    width: 20px;
    height: 20px;
  }

  .section-2 .cell {
    border-radius: 12px;
  }

  .section-2 .cell .text {
    padding: 0 16px 20px;
  }

  .section-2 .cell .text .h5 {
    font-size: 16px;
  }

  .section-2 .cell .text .prev {
    font-size: 12px;
  }
}

.section-3 {
  padding: 80px 0 0;
  background: linear-gradient(180deg, rgba(4, 98, 240, 0.07) 0%, rgba(255, 255, 255, 0) 100%);
}

.section-3 .compare-tables ul {
  margin-bottom: 0;
}

.section-3 .compare-tables ul li {
  width: 364px;
  font-size: 18px;
  line-height: 1.6;
  padding: 20px 24px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  background: #11B1FF0D;
  border-bottom: 1px solid #E6E6E6;
  border-right: 1px solid #E6E6E6;
  text-align: center;
}

.section-3 .compare-tables ul li:first-child {
  width: 274px;
  background: #FFFFFF;
  justify-content: start;
  text-align: start;
  font-weight: 700;
  border-left: 1px solid #E6E6E6;
}

.section-3 .compare-tables ul li:last-child {
  width: 371px;
  background: #0462F00D;
  justify-content: start;
  text-align: start;
}

.section-3 .compare-tables ul:first-child li {
  font-weight: 700;
  justify-content: center;
}

.section-3 .compare-tables ul:first-child li:nth-child(2) {
  background: #11B1FF33;
  color: #11B1FF;
  border: 1px solid #11B1FF4D;
  border-bottom: 1px solid #E6E6E6;
}

.section-3 .compare-tables ul:first-child li:nth-child(3) {
  background: #0462F033;
  color: #0462F0;
  border: 1px solid #0462F04D;
  border-bottom: 1px solid #E6E6E6;
}

.section-3 .compare-tables ul:first-child li:first-child {
  border-radius: 12px 0 0 0;
  border-top: 1px solid #E6E6E6;
}

.section-3 .compare-tables ul:first-child li:last-child {
  border-radius: 0 12px 0 0;
}

.section-3 .compare-tables ul:last-child li:first-child {
  border-radius: 0 0 0 12px;
}

.section-3 .compare-tables ul:last-child li:last-child {
  border-radius: 0 0 12px 0;
}

.section-3 .solve-doubts {
  padding: 18px 64px;
  border-radius: 24px;
  margin-top: 36px;
  background: linear-gradient(90deg, rgba(4, 98, 240, 0.1) 0%, rgba(17, 177, 255, 0.1) 100%);
}

.section-3 .solve-doubts img {
  margin-right: 56px;
}

@media (max-width: 1599.98px) {
  .section-3 .table-cont {
    overflow: hidden;
    overflow-x: scroll;
  }

  .section-3 .table-cont>div {
    width: max-content;
  }
}

@media (max-width: 991.98px) {
  .section-3 {
    padding: 48px 0 42px;
  }

  .section-3 .solve-doubts {
    padding: 18px 24px;
    margin-top: 32px;
  }

  .section-3 .solve-doubts img {
    margin-right: 0;
    margin-bottom: 24px;
  }
}

.section-4 {
  padding: 120px 0 96px;
}

.section-4 .title-text {
  max-width: 1060px;
  margin: 0 auto 48px;
}

.section-4 .title-text h2 {
  max-width: 982px;
}

.section-4 .compare-tables ul {
  margin-bottom: 0;
}

.section-4 .compare-tables ul li {
  width: 25%;
  height: 98px;
  padding: 0 28px;
  font-size: 18px;
  line-height: 1.6;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 12px;
  border-right: 1px solid #E6E6E6;
  border-bottom: 1px solid #E6E6E6;
  background: #FFFFFF;
}

.section-4 .compare-tables ul li:first-child {
  border-left: 1px solid #E6E6E6;
}

.section-4 .compare-tables ul.tit li {
  background: #0462F0;
  font-weight: 700;
  height: 69px;
  color: #fff;
  border: none;
}

.section-4 .compare-tables ul.tit li:not(:last-child) {
  border-right: 1px solid #FFFFFF20;
}

.section-4 .compare-tables ul.s-p li {
  background: #11B1FF1A;
  border-right: 1px solid #11B1FF4D;
}

.section-4 .compare-tables ul.s-p li:first-child {
  border-left: 1px solid #11B1FF4D;
}

.section-4 .compare-tables ul:first-child li:first-child {
  border-radius: 12px 0 0 0;
}

.section-4 .compare-tables ul:first-child li:last-child {
  border-radius: 0 12px 0 0;
}

.section-4 .compare-tables ul:last-child li:first-child {
  border-radius: 0 0 0 12px;
}

.section-4 .compare-tables ul:last-child li:last-child {
  border-radius: 0 0 12px 0;
}

@media (max-width: 1599.98px) {
  .section-4 {
    padding: 96px 0;
  }
}

@media (max-width: 1279.98px) {
  .section-4 .table-cont {
    overflow: hidden;
    overflow-x: scroll;
  }

  .section-4 .compare-tables {
    width: max-content;
  }

  .section-4 .compare-tables ul li {
    width: 336px;
  }
}

@media (max-width: 991.98px) {
  .section-4 {
    padding: 64px 0;
  }

  .section-4 .title-text p {
    font-size: 14px;
  }

  .section-4 .title-text p span {
    font-size: 16px;
  }
}

.recover-steps {
  padding: 80px 0;
  background: #0462F012;
}

.recover-steps .title-text {
  max-width: 1060px;
  margin-bottom: 64px;
}

.recover-steps .guide-list {
  max-width: 552px;
}

.recover-steps .guide-list .swiper-slide {
  position: relative;
  opacity: 0.4;
  cursor: pointer;
  padding-left: 32px;
}

.recover-steps .guide-list .swiper-slide.swiper-slide-thumb-active {
  opacity: 1;
}

.recover-steps .guide-list .swiper-slide:not(:last-child) {
  margin-bottom: 80px;
}

.recover-steps .guide-list .swiper-slide .progress-bar {
  position: absolute;
  width: 6px;
  height: 100%;
  left: 0;
  top: 0;
  background: #D9D9D9;
}

.recover-steps .guide-list .swiper-slide .progress-bar::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 0;
  background: transparent;
}

.recover-steps .guide-list .swiper-slide.swiper-slide-thumb-active .progress-bar::before {
  transition: height 3s ease;
  background: linear-gradient(180deg, #0462F0 0%, #00F497 100%);
  height: 100%;
}

.recover-steps .guide-list .swiper-slide .text .title {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

.recover-steps .guide-list .swiper-slide .text .p-text {
  margin-top: 16px;
  color: #2D2D2D;
}

.recover-steps .guide-pic {
  max-width: 810px;
  position: relative;
}

.recover-steps .guide-pic .swiper-slide {
  border: 4px solid #0462F0;
  border-radius: 16px;
  overflow: hidden;
}

@media (max-width: 1599.98px) {
  .recover-steps {
    padding: 80px 0;
  }

  .recover-steps .guide-pic {
    max-width: 600px;
  }

  .recover-steps .title-text {
    margin-bottom: 48px;
  }

  .recover-steps .guide-list .swiper-slide:not(:last-child) {
    margin-bottom: 32px;
  }
}

@media (max-width: 1279.98px) {
  .recover-steps .title-text {
    margin-bottom: 24px;
  }

  .recover-steps .guide-list {
    margin-top: 40px;
  }

  .recover-steps .guide-list .swiper-slide {
    padding-left: 24px;
  }

  .recover-steps .guide-list .swiper-slide .progress-bar {
    width: 5px;
  }

  .recover-steps .guide-list .swiper-slide .text .p-text {
    display: none;
  }

  .recover-steps .guide-list .swiper-slide.swiper-slide-thumb-active .p-text {
    display: block;
  }
}

@media (max-width: 991.98px) {
  .recover-steps {
    padding: 40px 0;
  }

  .recover-steps .title-text p {
    font-size: 14px;
  }
}

@media (max-width: 767.98px) {
  .recover-steps .title-text p span {
    font-size: 16px;
  }

  .recover-steps .guide-pic {
    max-width: 100%;
  }

  .recover-steps .guide-pic .swiper-slide {
    border: 1px solid #0462F0;
  }

  .recover-steps .guide-list .swiper-slide .text .title {
    font-size: 20px;
  }

  .recover-steps .guide-list .swiper-slide .text .p-text {
    font-size: 14px;
  }
}

.section-6 {
  padding: 96px 0 120px;
}

.section-6 .title-text {
  margin-bottom: 67px;
}

.section-6 .cells {
  padding: 32px;
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.6) 0%, rgba(255, 255, 255, 0.2) 100%),
    linear-gradient(90deg, rgba(4, 98, 240, 0.1) 0%, rgba(17, 177, 255, 0.1) 100%);
}

.section-6 .cell {
  width: max-content;
}

.section-6 .cell ul {
  padding-left: 24px;
}

.section-6 .cell ul a {
  color: #2D2D2D;
  display: block;
}

.section-6 .cell ul a:not(:last-child) {
  margin-bottom: 20px;
}

.section-6 .cell ul a:hover {
  transform: scale(1.01);
  color: #0462F0;
  text-decoration: underline;
}

@media (max-width: 1599.98px) {
  .section-6 {
    padding: 80px 0;
  }

  .section-6 .title-text {
    margin-bottom: 48px;
  }

  .section-6 .cell {
    width: calc(25% - 12px);
  }
}

@media (max-width: 1279.98px) {
  .section-6 .cells>div {
    gap: 32px 0;
  }

  .section-6 .cell {
    width: calc(50% - 12px);
  }
}

@media (max-width: 991.98px) {
  .section-6 {
    padding: 64px 0;
  }

  .section-6 .title-text {
    margin-bottom: 32px;
  }

  .section-6 .title-text p {
    font-size: 14px;
  }

  .section-6 .cells {
    padding: 24px 20px;
  }

  .section-6 .cell {
    width: 100%;
  }
}

.section-8 {
  padding: 0 0 120px;
}

.section-8 .accordion-item {
  padding: 24px;
  border-radius: 14px !important;
  background: transparent;
}

.section-8 .accordion-item .accordion-button {
  background-color: transparent;
  color: rgba(0, 0, 0, 1);
  font-size: 20px !important;
  padding: 0 !important;
}

.section-8 .accordion-item .accordion-button::after {
  width: 24px;
  height: 24px;
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%232D2D2D" stroke-opacity="1" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  background-size: 100% !important;
}

.section-8 .accordion-item .accordion-button:not(.collapsed) {
  color: #0462F0 !important;
}

.section-8 .accordion-item .accordion-button:not(.collapsed)::after {
  background-image: url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7.00029 14.0003L15.2929 22.2929C15.6834 22.6834 16.3166 22.6834 16.7071 22.2929L24.9997 14.0003" stroke="%230462F0" stroke-opacity="1" stroke-width="2.66667" stroke-linecap="round"/></svg>') !important;
  -webkit-transform: rotate(-180deg) !important;
  transform: rotate(-180deg) !important;
}

.section-8 .accordion-item .accordion-body {
  max-width: 1071px;
}

.section-8 .accordion-item .accordion-body p {
  color: #2D2D2D;
}

@media (min-width: 1280px) {
  .section-8 .container {
    max-width: 1200px;
    padding: 0;
  }

  .section-8 .accordion-item {
    padding: 32px;
  }

  .section-8 .accordion-item .accordion-button::after {
    width: 32px;
    height: 32px;
  }
}

@media (max-width: 1599.98px) {
  .section-8 {
    padding: 0 0 100px;
  }
}

@media (max-width: 991.98px) {
  .section-8 {
    padding: 0 0 64px;
  }

  .section-8 .accordion-item .accordion-body p {
    font-size: 14px;
  }
}

.section-9 {
  margin: 0 16px 64px;
  border-radius: 24px;
  background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
}

@media (min-width: 1280px) {
  .section-9 {
    padding: 0;
    width: 1200px;
    margin: 0 0 100px;
    background: linear-gradient(90deg, #0462F0 0%, #11B1FF 100%);
    border-radius: 60px;
  }
}

@media (min-width: 1600px) {
  .section-9 {
    width: 1432px;
    margin: 0 0 120px;
  }
}

.section-9 .cont {
  padding: 56px 0 45px;
}

@media (min-width: 1280px) {
  .section-9 .cont {
    padding: 90px 0;
    margin-left: 64px;
    min-width: 500px;
  }
}

@media (min-width: 1600px) {
  .section-9 .cont {
    padding: 94px 0;
    margin-left: 120px;
    max-width: 628px;
  }
}

@media (min-width: 1280px) {
  .section-9 .bt {
    width: 485px;
    margin-right: 80px;
  }
}

@media (min-width: 1600px) {
  .section-9 .bt {
    width: 558px;
  }
}

.section-9 .downloads-count {
  color: rgba(255, 255, 255, 0.7);
}

.section-9 .downloads-count span {
  color: #FFA825;
}