.product_btn {
  min-width: 228px; }
  .product_btn.solid_btn {
    min-width: 262px;
    background: transparent linear-gradient(278deg, #FF1A1A 0%, #FF2121 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #FF4A4AA1; }
    .product_btn.solid_btn:hover {
      background: transparent linear-gradient(278deg, #FC1010 0%, #FF8811 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 10px 15px #FF4A4AA1; }
  .product_btn.sale_btn {
    min-width: 310px;
    background: transparent linear-gradient(279deg, #FF1A1A 0%, #FF2121 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #FF4A4AA1; }
    .product_btn.sale_btn:hover {
      background: transparent linear-gradient(278deg, #FC1010 0%, #FF8811 100%) 0% 0% no-repeat padding-box;
      box-shadow: 0px 10px 15px #FF4A4AA1; }
  .product_btn:hover {
    color: #FFF;
    border: none;
    background: transparent linear-gradient(271deg, #FFC21A 0%, #FF6D21 100%) 0% 0% no-repeat padding-box;
    box-shadow: 0px 10px 15px #FF4A4AA1; }

.product_pro .pro_banner {
  height: 800px;
  background: url(./banner_bg_db.jpg) center top no-repeat; }
  .product_pro .pro_banner .banner_title {
    padding: 50px 0 22px;
    font-size: 46px; }
    .product_pro .pro_banner .banner_title.title_middle {
      font-size: 40px; }
    .product_pro .pro_banner .banner_title span {
      display: block;
      font: inherit;
      color: inherit; }
    .product_pro .pro_banner .banner_title b {
      position: relative;
      z-index: 0;
      display: inline-block;
      font: 700 60px/1 var(--family);
      color: transparent; }
      .product_pro .pro_banner .banner_title b::before, .product_pro .pro_banner .banner_title b::after {
        display: block;
        content: attr(data-text);
        position: absolute;
        left: 0;
        top: 0;
        z-index: 2;
        text-align: center; }
      .product_pro .pro_banner .banner_title b::before {
        background-image: linear-gradient(180deg, #E21212 0%, #710909 100%);
        -webkit-background-clip: text;
        font: inherit;
        color: transparent; }
      .product_pro .pro_banner .banner_title b:after {
        z-index: -1;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        -webkit-text-stroke: 4px #FBFCFE; }
  .product_pro .pro_banner .banner_desc {
    color: #000;
    font: 400 16px/1.5 var(--family); }
.product_pro .product_offer {
  margin-top: 56px;
  align-items: flex-end;
  justify-content: center;
  gap: 44px;
  text-align: center; }
  .product_pro .product_offer .offer_item {
    padding: 20px 54px;
    box-shadow: none;
    border: none;
    min-height: 410px; }
  .product_pro .product_offer .offer_sale {
    margin-bottom: -16px;
    padding: 25px 44px 22px;
    min-height: 428px;
    box-shadow: none;
    border: none; }
  .product_pro .product_offer .offer_name,
  .product_pro .product_offer .offer_off {
    background: #EEE; }
  .product_pro .product_offer .offer_off {
    background: #FFF2E4;
    color: #FF7700; }
  .product_pro .product_offer .sale_text {
    color: #7A7A7A; }
.product_pro .pro_easy .easy_item {
  background: transparent linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(238, 238, 238, 0.5) 100%) 0% 0% no-repeat padding-box; }
.product_pro .pro_feature {
  padding-bottom: 142px;
  background: transparent linear-gradient(180deg, #FFFFFF 0%, #F1F1F1 48%, #EFEFEF 100%) 0% 0% no-repeat padding-box; }
.product_pro .device_box .device_title {
  color: #000; }
.product_pro .device_box .device_item .device_text {
  color: #000; }
.product_pro .feature_box {
  border-color: #FFF;
  background: transparent linear-gradient(147deg, #F2F2F2 0%, #E6E6E6 100%) 0% 0% no-repeat padding-box; }
  .product_pro .feature_box::before {
    width: 682px;
    height: 200px;
    background: url(./feature_bg_red.png) center center no-repeat; }
  .product_pro .feature_box::after {
    transform: translate(12px, -2px); }
  .product_pro .feature_box.pro_faster::after {
    border-top-color: #F8F8F8; }
  .product_pro .feature_box.pro_faster .feature_pic {
    margin-right: -60px; }
    .product_pro .feature_box.pro_faster .feature_pic > img {
      display: inline-block;
      transform: translateX(-40px); }
  .product_pro .feature_box.pro_fix::after {
    border-top-color: #F1F1F1; }
  .product_pro .feature_box.pro_fix .feature_pic {
    margin-left: -40px;
    margin-right: 40px; }
  .product_pro .feature_box.pro_protect .feature_pic {
    width: 600px;
    flex-shrink: 0;
    margin-right: -20px; }
  .product_pro .feature_box .feature_list::before {
    background: #56A0FF; }
  .product_pro .feature_box .feature_list .fea_text {
    color: #000; }
  .product_pro .feature_box .feature_list .fea_desc span {
    color: #D5180B; }
  .product_pro .feature_box .feature_list.clean_list .fea_icon {
    background: #FFF;
    border-color: #FF9593; }
    .product_pro .feature_box .feature_list.clean_list .fea_icon::before {
      background: #FF9593; }
    .product_pro .feature_box .feature_list.clean_list .fea_icon::after {
      background: #FFCAC9; }
  .product_pro .feature_box .feature_list.faster_list .fea_icon {
    background-image: url(./rocket_icon.svg); }
  .product_pro .feature_box .feature_list.protect_list .fea_icon {
    background-image: url(./game_icon.svg); }
  .product_pro .feature_box .feature_list.fix_list .fea_icon {
    background-image: url(./fix_icon_red.svg); }
  .product_pro .feature_box .warn_list::before {
    background: #FE2B2B; }
  .product_pro .feature_box .fea_left .feature_list {
    background: transparent linear-gradient(90deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box; }
  .product_pro .feature_box .fea_left .warn_list {
    background: transparent linear-gradient(90deg, rgba(255, 84, 84, 0.09) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box; }
  .product_pro .feature_box .fea_right .feature_list {
    background: transparent linear-gradient(270deg, #FFFFFF 0%, #FFFFFF00 100%) 0% 0% no-repeat padding-box; }
  .product_pro .feature_box .fea_right .warn_list {
    background: transparent linear-gradient(270deg, rgba(255, 84, 84, 0.09) 0%, rgba(255, 255, 255, 0) 100%) 0% 0% no-repeat padding-box; }
  .product_pro .feature_box .scan_box {
    position: absolute;
    top: -2px;
    right: 11px;
    z-index: 2;
    width: 220px;
    height: 220px;
    display: flex;
    justify-content: start;
    align-items: center; }
    .product_pro .feature_box .scan_box .scan_line {
      --bg: rgba(255, 255, 255, 0.12);
      position: absolute;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      align-items: start;
      background: transparent;
      transition: 0.8s linear; }
      .product_pro .feature_box .scan_box .scan_line::before {
        display: block;
        content: '';
        width: 4px;
        height: 18px;
        position: absolute;
        background: var(--bg);
        transition: 0.8s linear; }
  .product_pro .feature_box .loading_box {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    position: absolute;
    top: 94px;
    left: 268px;
    z-index: 3;
    width: 70px; }
    .product_pro .feature_box .loading_box.ani_on .loading_circle {
      animation: 3.5s loading-circle linear infinite; }
@keyframes loading-circle {
  from {
    transform: rotate(0); }
  to {
    transform: rotate(360deg);
    animation-direction: alternate; } }
    .product_pro .feature_box .loading_box.ani_on .line_short {
      animation: loading-line 1s ease infinite; }
      .product_pro .feature_box .loading_box.ani_on .line_short:nth-child(2) {
        animation-delay: 0.2s; }
      .product_pro .feature_box .loading_box.ani_on .line_short:nth-child(3) {
        animation-delay: 0.4s; }
      .product_pro .feature_box .loading_box.ani_on .line_short:nth-child(4) {
        animation-delay: 0.6s; }
      .product_pro .feature_box .loading_box.ani_on .line_short:nth-child(5) {
        animation-delay: 0.8s; }
@keyframes loading-line {
  0%,
                        100% {
    opacity: 0; }
  50% {
    opacity: 1; } }
    .product_pro .feature_box .loading_box .loading_circle {
      display: block;
      width: 69px;
      height: 69px;
      background: url(./loading_circle.svg) center center no-repeat; }
    .product_pro .feature_box .loading_box .loading_line {
      display: flex;
      align-items: stretch;
      justify-content: center;
      width: 100%;
      height: 8px;
      gap: 2px; }
      .product_pro .feature_box .loading_box .loading_line .line_long {
        display: block;
        flex: 1 1 0;
        border-radius: 2px;
        background: transparent linear-gradient(0deg, #FFFFFF 0%, #C1C1C1 100%) 0% 0% no-repeat padding-box; }
      .product_pro .feature_box .loading_box .loading_line .line_short {
        display: block;
        width: 3px;
        background: transparent linear-gradient(0deg, #FFFFFF 0%, #C1C1C1 100%) 0% 0% no-repeat padding-box; }
  .product_pro .feature_box .warn_box {
    position: absolute;
    top: 126px;
    left: 250px;
    z-index: 3;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    background: rgba(248, 186, 43, 0.16);
    display: flex;
    align-items: center;
    justify-content: center; }
    .product_pro .feature_box .warn_box.ani_on::after {
      animation: warningColor 1s infinite; }
@keyframes warningColor {
  0%,
                        100% {
    background: #F5D32A; }
  50% {
    background: rgba(248, 186, 43, 0.72); } }
    .product_pro .feature_box .warn_box.ani_on .warn_light {
      animation: warningBlink 1s 1s infinite; }
@keyframes warningBlink {
  0%,
                        100% {
    opacity: 1; }
  50% {
    opacity: 0; } }
    .product_pro .feature_box .warn_box::after {
      content: '';
      display: block;
      position: absolute;
      z-index: 2;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      margin: auto;
      width: 60px;
      height: 60px;
      border-radius: 50%;
      background: rgba(248, 186, 43, 0.72); }
    .product_pro .feature_box .warn_box .warn_light {
      display: block;
      position: relative;
      z-index: 3;
      width: 5px;
      height: 37px;
      background: url(./warn_light.svg) center center no-repeat; }
  .product_pro .feature_box .compare_box {
    --c-width: 437px;
    position: absolute;
    top: 15px;
    left: 81px;
    z-index: 2;
    width: 437px;
    height: 259px;
    background: url(./db_pro/compare_mask.png) left center no-repeat;
    background-size: 437px 259px;
    transition: width 0.3s ease-out; }
    .product_pro .feature_box .compare_box.ani_on {
      animation: changeWidth 5s infinite; }
@keyframes changeWidth {
  0% {
    width: var(--c-width); }
  90% {
    width: 0px; }
  100% {
    width: 0px; } }
    .product_pro .feature_box .compare_box::after {
      content: '';
      display: block;
      position: absolute;
      top: -6px;
      right: 0px;
      width: 2px;
      height: calc(100% + 12px);
      background: #EFF4FF; }
    .product_pro .feature_box .compare_box > img {
      position: absolute;
      inset: 0px;
      box-sizing: border-box;
      padding: 0px;
      border: none;
      margin: auto;
      display: none;
      width: 0px;
      height: 0px;
      min-width: 100%;
      max-width: 100%;
      min-height: 100%;
      max-height: 100%;
      object-fit: cover; }
  .product_pro .feature_box .compare_image {
    display: block;
    position: absolute;
    z-index: 3; }
  .product_pro .feature_box .compare_fps {
    top: 18px;
    left: 58px; }
  .product_pro .feature_box .compare_game {
    top: 70%;
    left: 60px;
    z-index: 4; }
  .product_pro .feature_box .compare_arrow {
    top: 35%;
    left: 150px;
    width: 294px;
    height: 191px;
    background: url(./db_pro/fea_arrow.png) center center no-repeat; }
  .product_pro .feature_box .feature_bottom {
    padding-top: 12px;
    padding-bottom: 40px; }
  .product_pro .feature_box .device_select {
    margin-top: 0; }
.product_pro .pro_choose .choose_box {
  padding: 50px 45px 50px 38px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 30px;
  background: transparent linear-gradient(129deg, #F2F2F2 0%, #E6E6E6 100%) 0% 0% no-repeat padding-box; }
.product_pro .pro_choose .choose_img {
  flex-shrink: 0;
  max-width: 50%; }
.product_pro .pro_choose .choose_cont {
  flex: 1 1 0; }
.product_pro .pro_choose .choose_subtitle {
  max-width: 100%;
  color: #000; }
.product_pro .pro_award .award_item {
  background: transparent linear-gradient(180deg, #F7FAFF00 0%, #ECECEC 100%) 0% 0% no-repeat padding-box; }
  .product_pro .pro_award .award_item::after {
    background: transparent linear-gradient(90deg, #FFC757 0%, #FF2424 100%) 0% 0% no-repeat padding-box; }
.product_pro .pro_point.swiper-pagination .swiper-pagination-bullet {
  background: #E8C6C6; }
  .product_pro .pro_point.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #F66B6B; }
.product_pro .pro_review {
  background: transparent linear-gradient(91deg, #FFFFFF 0%, #F8EEEE 100%) 0% 0% no-repeat padding-box; }
  .product_pro .pro_review::before {
    background: url(./review_bg_db.jpg) center bottom no-repeat; }
  .product_pro .pro_review .review_box::before {
    background: #303030; }
  .product_pro .pro_review .review_box .pro_title::before {
    top: 26px;
    left: -20px;
    width: 94px;
    height: 95px;
    background: url(./review_marks_red.svg) center center no-repeat; }
  .product_pro .pro_review .review_right .swiper_box .review_btn:hover {
    background: #F63535;
    border-color: #F63535; }
  .product_pro .pro_review .review_right .slide_item::before {
    bottom: 40px; }
  .product_pro .pro_review .review_right .slide_text {
    min-height: 334px;
    box-shadow: 0px 10px 30px #E5B7B754; }
  .product_pro .pro_review .review_right .slide_name {
    color: #3A3A3A; }
  .product_pro .pro_review .review_right .slide_time {
    margin-top: -6px;
    margin-bottom: 4px;
    font: 400 12px/1.5 var(--family);
    color: #818181; }
.product_pro .pro_differ .differ_left {
  width: 470px;
  gap: 56px; }
.product_pro .pro_differ .differ_slide::before {
  top: -42px;
  right: -42px;
  width: 143px;
  height: 112px;
  background-image: url(./tag_free_black_bg.png); }
.product_pro .pro_differ .differ_slide.slide_pro::before {
  top: -48px;
  right: -42px;
  width: 152px;
  height: 116px;
  background-image: url(./tag_pro_bg.png); }
.product_pro .pro_differ .differ_right .differ_pro::before {
  height: 74px;
  background: url(./pro_line_red.png) center center no-repeat; }
.product_pro .pro_differ .differ_right .pro_privacy {
  top: 30px;
  left: 30px; }
  .product_pro .pro_differ .differ_right .pro_privacy::before {
    bottom: -42px;
    right: 20%; }
.product_pro .pro_differ .differ_right .pro_real {
  right: 120px;
  bottom: 46px; }
  .product_pro .pro_differ .differ_right .pro_real::before {
    top: -106px; }
.product_pro .pro_differ .slide_pro .differ_box {
  padding-bottom: 80px;
  background: transparent linear-gradient(270deg, #FFF 0%, #FD8787 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 33px #FFD5D5; }
  .product_pro .pro_differ .slide_pro .differ_box::after {
    background: transparent linear-gradient(0deg, #FF8787 0%, #FD3737 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 0px 6px #F8845057; }
.product_pro .pro_differ .differ_box {
  padding-bottom: 28px;
  background: transparent linear-gradient(270deg, #FFF 0%, #BEBEBE 100%) 0% 0% no-repeat padding-box;
  box-shadow: 0px 0px 33px #E3E3E3; }
  .product_pro .pro_differ .differ_box::after {
    background: transparent linear-gradient(0deg, #393939 0%, #C1C1C1 100%) 0% 0% no-repeat padding-box;
    box-shadow: 3px 0px 6px #EFEFEF57; }
.product_pro .pro_differ .differ_tag {
  background: transparent linear-gradient(-90deg, #202020 0%, #C1C1C1 100%) 0% 0% no-repeat padding-box;
  box-shadow: 3px 0px 6px #EFEFEF57; }
  .product_pro .pro_differ .differ_tag.differ_pro {
    background: transparent linear-gradient(90deg, #FF8787 0%, #FD3737 100%) 0% 0% no-repeat padding-box; }
.product_pro .pro_differ .differ_btn {
  background: transparent linear-gradient(0deg, #FF8787 0%, #FD3737 100%) 0% 0% no-repeat padding-box;
  box-shadow: none; }
  .product_pro .pro_differ .differ_btn::before {
    background: url(./arrow_w_red.svg) center center no-repeat; }

html[lang='es'] .product_pro .product_offer .offer_item {
  padding: 20px 34px; }
html[lang='es'] .product_pro .pro_differ .differ_box {
  padding-left: 12px; }
html[lang='es'] .product_pro .pro_differ .differ_list li:nth-child(2) p {
  max-width: 76%; }
html[lang='es'] .product_pro .pro_differ .differ_list li p {
  max-width: 96%; }

@media (max-width: 1200px) {
  .product_pro .product_btn {
    max-width: 100%;
    min-width: 0;
    width: 100%; }
  .product_pro .pro_banner {
    height: auto;
    background-size: cover;
    padding-bottom: 40px; }
    .product_pro .pro_banner .banner_title {
      padding: 40px 0;
      padding-top: 100px;
      font-size: 32px; }
      .product_pro .pro_banner .banner_title.title_middle {
        font-size: 32px; }
      .product_pro .pro_banner .banner_title b {
        font-size: 32px; }
  .product_pro .product_offer .offer_item {
    padding: 20px 36px;
    min-height: 0; }
  .product_pro .product_offer .offer_sale {
    padding: 20px;
    min-height: 0; }
  .product_pro .pro_feature {
    padding-bottom: 80px; }
  .product_pro .feature_box::before {
    width: 100%;
    max-width: 382px;
    height: 100px;
    background-size: cover; }
  .product_pro .feature_box.pro_faster .feature_pic {
    margin-right: auto; }
    .product_pro .feature_box.pro_faster .feature_pic > img {
      transform: translateX(0px); }
  .product_pro .feature_box.pro_fix .feature_pic {
    margin-left: auto;
    margin-right: auto; }
  .product_pro .feature_box.pro_protect .feature_pic {
    width: 320px;
    margin-right: auto; }
  .product_pro .feature_box .scan_box {
    top: 0px;
    right: 10px;
    width: 110px;
    height: 110px; }
    .product_pro .feature_box .scan_box .scan_line::before {
      width: 2px;
      height: 10px; }
  .product_pro .feature_box .loading_box {
    top: 24px;
    left: 128px;
    transform: scale(0.5); }
  .product_pro .feature_box .warn_box {
    top: 40px;
    left: 118px;
    transform: scale(0.5); }
  .product_pro .feature_box .compare_box {
    --c-width: 306px;
    top: 10px;
    left: 6px;
    width: 306px;
    height: 180px;
    background-size: 306px 180px; }
  .product_pro .feature_box .compare_fps {
    left: -28px; }
  .product_pro .feature_box .compare_game {
    top: 60%;
    left: -50px;
    transform: scale(0.6); }
  .product_pro .feature_box .compare_arrow {
    top: 30%;
    left: -50px;
    transform: scale(0.6); }
  .product_pro .pro_choose .choose_box {
    padding: 30px 16px;
    flex-direction: column; }
  .product_pro .pro_choose .choose_img {
    margin: 0 auto;
    width: 100%;
    max-width: 522px; }
    .product_pro .pro_choose .choose_img > img {
      width: 100%;
      max-width: 100%;
      height: auto; }
  .product_pro .pro_review .review_box .pro_title::before {
    right: 0;
    left: 0;
    margin: 0 auto;
    top: -26px;
    transform: scale(0.6); }
  .product_pro .pro_differ .differ_bottom {
    padding: 0 20px; }
  .product_pro .pro_differ .differ_left {
    width: 100%; } }

/*# sourceMappingURL=style_db.css.map */
