.data-recovery {
    background: url(../images/data-recovery/main-bg.png) no-repeat center top;
}

.data-recovery img {
    width: auto;
    height: auto;
}

.data-recovery ._wpper {
    max-width: 1386px;
    padding: 0 83px;
    margin: auto;
    position: relative;
}

.data-recovery ._sub._commit .loding {
    animation: loding 1s 0s cubic-bezier(0.51, 0.48, 0.56, 0.54) infinite;
}

@keyframes loding {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.data-recovery .banner {
    position: relative;
    margin-top: 105px;
    height: 690px;
    z-index: 2;
    font-family: Spartan;
    background: url(../images/data-recovery/banner-bg.svg) no-repeat center top;
}

.data-recovery .banner .message-box {
    display: flex;
    justify-content: space-between;
    padding-top: 115px;
}

.data-recovery .banner .message {
    margin-top: 10px;
    margin-right: 40px;
}

.data-recovery .banner .message p.first {
    color: #54d8a3;
    font: bold 16px/24px Spartan;
}

.data-recovery .banner .message h2 {
    margin-top: 20px;
    font: bold 32px/54px Spartan;
    color: #fff;
}

.data-recovery .banner .message h2 span {
    color: #ffe600;
    font-weight: bold;
    font-size: 36px;
}

.data-recovery .banner .message .price {
    position: relative;
    margin-top: 75px;
    color: #c8c8c8;
    font-size: 14px;
}

.data-recovery .banner .message .price::after {
    position: absolute;
    top: -37px;
    content: "";
    width: 80%;
    left: 0;
    height: 2px;
    background: transparent linear-gradient(180deg, #422575 0%, #5c318f 100%) 0% 0%;
}

.data-recovery .banner .message .price strong {
    font: bold 18px/54px Spartan;
    color: #fff;
}

.data-recovery .banner .message .price strong b {
    font-size: 36px;
    font-weight: bold;
}

.data-recovery .banner .message .price del {
    margin-right: 5px;
    font-size: 16px;
}

.data-recovery .banner .message .btn-box {
    display: flex;
}

.data-recovery .banner .message ._btn {
    display: inline-block;
}

.data-recovery .banner .message ._btn ._sub {
    display: block;
    width: 260px;
    height: 58px;
    transition: all 0.3s;
    font-size: 14px;
    line-height: 58px;
    font-weight: bold;
    border-radius: 8px;
    cursor: pointer;
    text-align: center;
    color: #fff;
}

.data-recovery .banner .message ._btn ._sub._left {
    background: #fd3050;
}

.data-recovery .banner .message ._btn ._sub._left:hover {
    background: #fd516b;
}

.data-recovery .banner .message ._btn ._sub._right {
    margin-left: 8px;
    background: transparent;
    color: #cac3c5;
    font-weight: 400;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    border: solid #74668d 2px;
}

.data-recovery .banner .message ._btn ._sub._right:hover {
    background-color: #74668d;
}

.data-recovery .banner > img {
    max-width: 608px;
}

.data-recovery .banner .payment-terms {
    position: relative;
    display: flex;
    margin-top: 90px;
    padding: 0px 25px;
    justify-content: space-between;
    color: rgba(255, 255, 255, 0.4);
    font: normal normal 12px/54px Spartan;
}

.data-recovery .banner .payment-terms::after {
    position: absolute;
    top: -37px;
    content: "";
    width: 100%;
    left: 0;
    height: 2px;
    background: transparent linear-gradient(90deg, #4a297d 0%, #1a124e 100%) 0% 0%;
}

.data-recovery .banner .payment-terms span {
    display: flex;
    align-items: center;
}

.data-recovery .banner .payment-terms span img {
    margin-right: 7px;
}

.data-recovery .seetion1 {
    position: relative;
    display: flex;
    padding-top: 150px;
    justify-content: flex-end;
    font-family: Spartan;
}

.data-recovery .seetion1 .left {
    position: absolute;
    left: -225px;
    top: -350px;
}

.data-recovery .seetion1 .right {
    z-index: 99;
}

.data-recovery .seetion1 .right h2 {
    font-size: 32px;
    line-height: 54px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #1e1c2c;
    margin-bottom: 25px;
}

.data-recovery .seetion1 .right p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0px;
    position: relative;
    color: #1e1c2c;
    padding-left: 15px;
}

.data-recovery .seetion1 .right p::after {
    content: "+";
    position: absolute;
    left: 0;
    top: 0;
}

.data-recovery .seetion1 .right .tis {
    font-size: 14px;
    line-height: 28px;
    font-weight: 500;
    letter-spacing: 0px;
    color: #0054ff;
    cursor: pointer;
    display: none;
    margin-top: 18px;
}

.data-recovery .seetion1 .right .tis img {
    margin-left: 5px;
    vertical-align: middle;
}

.data-recovery .seetion1 .right .tis:hover {
    text-decoration: underline;
}

.data-recovery .seetion2 {
    margin-top: 170px;
    position: relative;
    font-family: Spartan;
}

.data-recovery .seetion2 h2 {
    text-align: center;
    font: normal normal bold 30px/54px Spartan;
}

.data-recovery .seetion2 p {
    font: normal normal medium 16px/54px Spartan;
    text-align: center;
}

.data-recovery .seetion2 table {
    margin-top: 144px;
    position: relative;
    z-index: 5;
}

.data-recovery .seetion2 table td:nth-child(1) {
    width: 560px;
}

.data-recovery .seetion2 table td:nth-child(2) {
    width: 360px;
    background: rgba(222, 222, 222, 0.16);
}

.data-recovery .seetion2 table td:nth-child(3) {
    width: 5px;
    background-color: #fff;
}

.data-recovery .seetion2 table td:nth-child(4) {
    width: 360px;
    background: #fdeffe;
}

.data-recovery .seetion2 table thead tr {
    border-bottom: 2px solid #23253a;
}

.data-recovery .seetion2 table thead td {
    height: 205px;
    vertical-align: middle;
}

.data-recovery .seetion2 table thead td:nth-child(1) {
    font-size: 18px;
    font-weight: bold;
    line-height: 205px;
}

.data-recovery .seetion2 table thead td:nth-child(2) {
    position: relative;
    text-align: center;
    font-size: 14px;
    color: #1e1c2c;
    line-height: 60px;
    background-color: transparent;
}

.data-recovery .seetion2 table thead td:nth-child(2) p {
    font-weight: bold;
}

.data-recovery .seetion2 table thead td:nth-child(2)::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 95%;
    bottom: 0;
    left: 0;
    background: rgba(222, 222, 222, 0.16);
}

.data-recovery .seetion2 table thead td:nth-child(2) p {
    margin-top: 30px;
}

.data-recovery .seetion2 table thead td:nth-child(2) button {
    position: relative;
    display: block;
    margin: 0px auto;
    width: 229px;
    height: 47px;
    margin-top: 53px;
    background: #1cf2be;
    border-radius: 8px;
    font-size: 14px;
    line-height: 48px;
    font-weight: bold;
    letter-spacing: 0px;
    z-index: 5;
    color: #1e1c2c;
    padding: 0 21px;
    bottom: 26px;
    text-indent: -40px;
}

.data-recovery .seetion2 table thead td:nth-child(2) button::after {
    position: absolute;
    content: "";
    width: 16px;
    height: 16px;
    top: 0;
    right: 73px;
    bottom: 0;
    margin: auto;
    background: url(../images/data-recovery/arrow-circle-right.svg);
}

.data-recovery .seetion2 table thead td:nth-child(2) button:hover {
    cursor: pointer;
    background: #3affcf;
}

.data-recovery .seetion2 table thead td:nth-child(4) {
    position: relative;
    text-align: center;
    color: #4e2c4d;
    position: relative;
    background: #fdeffe url(../images/data-recovery/off-bg.svg) no-repeat right top;
}

.data-recovery .seetion2 table thead td:nth-child(4) > span {
    position: absolute;
    display: block;
    right: 0;
    top: 0;
    padding: auto;
    width: 99px;
    height: 28px;
    line-height: 28px;
    color: #fff;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
}

.data-recovery .seetion2 table thead td:nth-child(4) p {
    margin-top: 14px;
    font-size: 14px;
}

.data-recovery .seetion2 table thead td:nth-child(4) p strong {
    font-size: 36px;
    font-weight: bold;
}

.data-recovery .seetion2 table thead td:nth-child(4) p del {
    color: #8e8b9d;
}

.data-recovery .seetion2 table thead td:nth-child(4) ._sub {
    background: #fd3050;
    display: block;
    border-radius: 8px;
    margin: 0px auto;
    margin-top: 15px;
    cursor: pointer;
    width: 303px;
    font-size: 14px;
    line-height: 47px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #fff;
    height: 47px;
}

.data-recovery .seetion2 table thead td:nth-child(4) ._sub:hover {
    background: #fd516b;
}

.data-recovery .seetion2 table tbody td {
    font-weight: bold;
    letter-spacing: 0px;
    color: #000;
    position: relative;
    font-size: 13px;
    height: 45px;
    line-height: 45px;
    align-items: center;
    font-weight: normal;
}

.data-recovery .seetion2 table tbody td img {
    vertical-align: middle;
}
.data-recovery .seetion2 table tbody td span {
    display: inline-block;
    font-size: 12px;
    padding: 2px 10px;
    border-radius: 50px;
    transform: scale(0.8);
    line-height: normal;
    margin-left: 10px;
}

.data-recovery .seetion2 table tbody td .new {
    background: #dfffe1 0% 0% no-repeat padding-box;
    border: 1px solid #24d430;
    color: #24d430;
}

.data-recovery .seetion2 table tbody td .improved {
    background: #fff7df 0% 0% no-repeat padding-box;
    border: 1px solid #ff843a;
    color: #ff6103;
}

.data-recovery .seetion2 table tbody tr {
    border-bottom: 1px solid #e9e8eb;
}

.data-recovery .seetion2 table tbody tr td:nth-child(1) {
    padding: 0 20px;
}

.data-recovery .seetion2 table tbody tr td:nth-child(1)::after {
    content: "";
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background: #1e1c2c;
    position: absolute;
    left: 0;
    top: 24px;
}

.data-recovery .seetion2 table tbody tr td:nth-child(2) {
    text-align: center;
    border-bottom: 1px solid #e9e8eb;
    color: #b7b6c1;
}

.data-recovery .seetion2 table tbody tr td:nth-child(4) {
    font-size: 12px;
    font-weight: bold;
    letter-spacing: 0px;
    color: #1e1c2c;
    text-align: center;
}

.data-recovery .review {
    margin-top: 80px !important;
    margin-bottom: 80px !important;
    font-family: Spartan;
}

.data-recovery .review h2 {
    text-align: center;
    font: bold 30px/24px Spartan;
}

.data-recovery .review .swiper {
    position: relative;
    width: 835px;
    margin: 0px auto;
    margin-top: 55px;
}

.data-recovery .review .swiper dl {
    width: 835px;
    display: block;
    text-align: center;
}

.data-recovery .review .swiper dl dd {
    font: 600 14px/24px Spartan;
    color: #5e5b5b;
}

.data-recovery .review .swiper dl dt {
    font: bold 14px/24px Spartan;
    margin-top: 25px;
}

.data-recovery .review .swiper dl dt img {
    margin-left: 10px;
}

.data-recovery .review .box-arrow-group {
    position: absolute;
    width: 1100px;
    height: 30px;
    top: 49px;
    left: -132px;
}

.data-recovery .review .box-arrow-group span {
    position: absolute;
    display: flex;
    width: 39px;
    height: 39px;
    top: 35px;
    justify-content: center;
    align-items: center;
    box-shadow: -1px 5px 11px #d5f0f8;
    background-color: #fff;
    border-radius: 50%;
    cursor: pointer;
}

.data-recovery .review .box-arrow-group span.gray {
    box-shadow: none;
    cursor: default;
}

.data-recovery .review .box-arrow-group span.gray svg {
    opacity: 0.5;
}

.data-recovery .review .box-arrow-group span svg {
    width: 24px;
    height: 15px;
    fill: #000;
}

.data-recovery .review .box-arrow-group span.left {
    left: 0;
}

.data-recovery .review .box-arrow-group span.right {
    right: 0;
}

.data-recovery .review .box-arrow-group span:hover svg {
    opacity: 0.5;
}

.data-recovery .footer-update {
    padding: 20px 0px;
    text-align: center;
    color: #8e8b9d;
    font-size: 16px;
}

.data-recovery .popbg {
    position: fixed;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.73);
    left: 0;
    top: 0;
    opacity: 0;
    transition: all ease 0.3s;
    z-index: -99;
    font-family: Spartan;
}

.data-recovery .popbg.on {
    opacity: 1;
    z-index: 99;
}

.data-recovery .pop-mask {
    position: fixed;
    width: 927px;
    height: 539px;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    top: 0;
    z-index: -100;
    opacity: 0;
    transform: scale(0);
    transition: all ease 0.3s;
    background: url(../images/data-recovery/popbg.png);
}

.data-recovery .pop-mask.on {
    z-index: 100;
    opacity: 1;
    transform: scale(1);
}

.data-recovery .pop-mask .close {
    position: absolute;
    display: block;
    width: 17px;
    height: 17px;
    right: 10px;
    top: 60px;
    cursor: pointer;
    z-index: 101;
    background: url(../images/data-recovery/close-circle-sharp.svg);
}

.data-recovery .pop-mask .close:hover {
    opacity: 0.8;
}

.data-recovery .pop-mask p {
    padding-top: 210px;
    text-align: center;
    font: normal 22px/40px Spartan;
}

.data-recovery .pop-mask a {
    position: relative;
    display: block;
    width: 397px;
    height: 69px;
    margin: 0px auto;
    margin-top: 40px;
    text-align: center;
    background: #2ff2bf;
    font: bold 18px/69px Spartan;
    text-indent: -45px;
}

.data-recovery .pop-mask a::after {
    position: absolute;
    content: "";
    width: 18px;
    height: 18px;
    top: 0;
    bottom: 0;
    margin: auto;
    right: 105px;
    background: url(../images/data-recovery/arrow-circle-right-big.svg);
}

.data-recovery .pop-mask a:hover {
    background-color: #46ffcf;
}

@media screen and (max-width: 1400px) {
    .private-browser .banner .message h2 {
        font-size: 24px;
    }
}

/*# sourceMappingURL=data-recovery.css.map */
