#footer {
  margin-top: 0;
}
body {
  background: linear-gradient(180deg, #f9f9fa 34.87%, #ebecf0 86.68%);
  --btn-background:
    linear-gradient(169.01deg, #ffa220 26.47%, #ff2e13 91.87%),
    radial-gradient(50% 149.22% at 50% 136.72%, #ff1057 0%, rgba(255, 16, 87, 0) 100%);
}

.flex {
  display: flex;
  align-items: center;
}

.flex_between {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.flex_center {
  display: flex;
  align-items: center;
  justify-content: center;
}
.banner {
  background: url(../location-changer/img/buy_banner_bg.png) center no-repeat;
  background-size: cover;
  text-align: center;
  color: #333;
  padding-top: 5rem;
}
.banner h1 {
  font-weight: 600;
  font-size: clamp(28px, 2.7vw, 52px);
}
.banner_desc {
  font-weight: 400;
  font-size: 2.4rem;
  margin-top: 10px;
}

.countdown_day,
.countdown_hours,
.countdown_minute,
.countdown_second {
  min-width: 2ch;
  font-variant-numeric: tabular-nums;
}
.countdown_ms {
  min-width: 3ch;
  font-variant-numeric: tabular-nums;
}

.banner_countdown {
  margin-top: 4rem;
  border-radius: 10px;
  border: 1px solid #ffffff;
  display: inline-flex;
  padding: 8px 37px 8px 112px;
  background:
    url(../location-changer/img/buy_cuntdown_bg.svg) top 8px left 20px no-repeat,
    url(../location-changer/img/buy_cuntdown_bg2.svg) top 8px right 20px no-repeat,
    rgba(255, 255, 255, 0.4);
  position: relative;
  font-weight: 600;
}
.banner_countdown_img {
  position: absolute;
  bottom: 0;
  left: 32px;
}
.banner_countdown time {
  color: rgba(255, 149, 51, 1);
  font-size: 2.2rem;
  margin: 0 5px;
}
.pricing_main {
  max-width: none;
  width: min(100%, 1560px);
  padding: 6rem 8rem;
  border-radius: 40px;
  margin-top: 4rem;
  background: rgba(255, 255, 255, 0.3);
  box-shadow:
    -10px 20px 80px 0 rgba(201, 209, 231, 0.2),
    0 4px 20px 0 rgba(201, 209, 231, 0.25),
    -15px 37px 24px 0 rgba(193, 203, 232, 0.12),
    inset 0 -4px 8px 0 rgba(255, 255, 255, 0.9),
    inset 0 4px 6.1px 0 rgba(255, 255, 255, 0.5);
  position: relative;
}

.pricing_main::before {
  content: '';
  position: absolute;
  inset: 0;
  padding: 1px;
  border-radius: inherit;
  background: conic-gradient(
    from 90deg at 50% 52.91%,
    rgba(181, 199, 234, 0.6) -36.49deg,
    rgba(181, 199, 234, 0.6) 32.34deg,
    #ffffff 83.68deg,
    rgba(181, 199, 234, 0.6) 154.32deg,
    rgba(181, 199, 234, 0.6) 191.09deg,
    #f9f9f9 225.49deg,
    rgba(255, 255, 255, 0.5) 272.54deg,
    rgba(181, 199, 234, 0.6) 323.51deg,
    rgba(181, 199, 234, 0.6) 392.34deg
  );
  pointer-events: none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
}

.buytips {
  position: relative;
  font-size: 12px;
  color: #666;
  font-style: normal;
  font-weight: normal;
  text-align: center;
}
.buytips:after {
  content: '\e923';
  font-family: 'iconfont';
  font-size: 14px;
  color: #672b00;
}
.buytips i {
  width: 260px;
  padding: 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 5px;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.1);
  position: absolute;
  top: 26px;
  left: -220px;
  background-color: #fff;
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
  font-style: normal;
  z-index: -1;
}
.buytips i:after {
  content: '';
  border: 8px solid transparent;
  border-bottom-color: #fff;
  position: absolute;
  top: -16px;
  left: 220px;
}
.buytips:hover i {
  opacity: 1;
  z-index: 3;
}

.pricing_block {
  position: relative;
  display: flex;
  align-items: flex-end;
  gap: 20px;
}
.pricing_item {
  border-radius: 20px;
  padding: 32px 20px 40px 20px;
  background: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 4px 54.2px 0px rgba(202, 202, 202, 0.25);
}
.plan_title {
  position: relative;
  font-weight: 600;
  font-size: 2.2rem;
}
.price_now {
  font-weight: 600;
  font-size: clamp(21px, 2.2vw, 42px);
  background: linear-gradient(169.58deg, #ffa220 20.4%, #ff2e13 70.82%);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}

.price_old {
  font-size: 14px;
  color: rgba(51, 51, 51, 0.8);
  margin-left: 5px;
  text-decoration: line-through;
  transform: translateY(4px);
}
.tax {
  margin: 0 auto;
  position: relative;

  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
}
.tax::before,
.tax::after {
  content: '';
  width: 46px;
  height: 2px;
  background: linear-gradient(90deg, #ffc398 0%, rgba(255, 195, 152, 0) 100%);
  flex: 0 0 auto;
}

.tax::before {
  transform: rotate(180deg);
}
.tax p {
  color: #672b00;
  font-size: 16px;
  z-index: 2;
  position: relative;
}

.pricing_item .btn {
  width: 100%;
  cursor: pointer;
  margin: 20px auto;
  font-weight: 500;
  font-size: clamp(16px, 1.04vw, 20px);
  line-height: 1;

  border-radius: 10px;
  transition: transform 0.3s ease-in-out;
}
.pricing_item .btn_outline {
  border: 2px solid transparent;
  box-sizing: border-box;
  background:
    linear-gradient(180deg, #fff8f5 0%, #ffe3d8 100%) padding-box,
    linear-gradient(150.86deg, #ffa220 0%, #ff2e13 100.22%) border-box;
  color: #4f1900;
  padding: 16px 0;
}
.pricing_item .btn_fill {
  background: var(--btn-background);
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 15px 0;
}

.pricing_item .btn:hover {
  transform: translateY(-5px);
}

.plan_features li {
  margin-top: 10px;
  font-size: 14px;
  color: #666;
  text-align: left;
  padding-left: 22px;
  position: relative;
}
.plan_features li::before {
  content: '\e907';
  font-family: 'iconfont';
  position: absolute;
  left: 0;
  top: 0;
}
.plan_features strong {
  font-weight: 600;
  color: #333;
}
.plan_features .li_strong::before {
  color: #333;
}

.pricing_bestvalue {
  width: 380px;
  flex: 0 0 auto;
  border: 5px solid transparent;

  box-shadow: 0px 4px 54.2px 0px rgba(223, 163, 149, 0.25);

  background:
    linear-gradient(161.25deg, #ffffff 20.74%, #ffede9 56.15%, #ffffff 88.2%) padding-box,
    linear-gradient(150.86deg, #ffa220 0%, #ff2e13 100.22%) border-box;
}
.pricing_badge {
  position: relative;
  top: -40px;
}

.payment {
  margin-top: 4rem;
}
.payment_label {
  font-weight: 500;
  font-size: 2rem;
  color: #000000;
  margin-right: 3rem;
}

.section_block {
  padding: 8rem 0;
}
.section_block h2 {
  font-weight: 600;
  font-size: clamp(27px, 2.22vw, 44px);
  text-align: center;
  color: #333;
  margin-bottom: 6rem;
}

.choose_block {
  gap: 20px;
  text-align: center;
  align-items: stretch;
}
.choose_item {
  width: 18%;
}
.choose_item h3 {
  min-height: 3em;
  margin: 10px auto;
  font-weight: 600;
  font-size: 18px;
  color: #333;
}
.choose_item p {
  font-size: 14px;
  color: #666;
}

.compare {
  background: url(../location-changer/img/buy_compare_bg.png) center no-repeat;
  background-size: cover;
}
.compare_tabls {
  width: 100%;
  position: relative;
  overflow-x: auto;
  overflow-y: hidden;
  padding: 4px 0 0 0;
}
.compare_tabls::-webkit-scrollbar {
  display: none;
}

.compare_table {
  border-collapse: separate;
  border-spacing: 0;
  font-weight: 500;
  font-size: 22px;
  color: #333;
  position: relative;
  z-index: 2;
}

.compare_table_bg {
  width: 28%;
  height: calc(100% - 1px);
  position: absolute;
  right: 0;
  top: 1px;
  background: linear-gradient(150.86deg, #ffa220 0%, #ff2e13 100.22%) border-box;
  border-radius: 18px;
  border: 2px solid transparent;
}

.compare_table th,
.compare_table td {
  padding: 18px 5rem;
  border-bottom: 1px solid #d8e2ee;
  border-right: 1px solid #d8e2ee;
}
.compare_table th {
  border-radius: 18px 18px 0 0;
  background-color: #fff;
  font-size: 2.8rem;
}

.compare_table .col_paid {
  background: linear-gradient(0deg, #ffa220 0%, #ff2e13 100.22%) padding-box;
  color: #fff;
}
.compare_table td {
  background: rgba(255, 255, 255, 0.7);
  font-size: 2.2rem;
}

.compare_table th:first-child,
.compare_table td:first-child {
  width: 48%;
  text-align: left;
}
.compare_table th:nth-child(2),
.compare_table td:nth-child(2) {
  width: 24%;
  text-align: center;
}

.compare_table th:nth-child(3),
.compare_table td:nth-child(3) {
  width: 28%;
  border-right: 2px solid transparent;
  border-left: 2px solid transparent;
  text-align: center;
  border-bottom: 1px solid rgba(238, 212, 200, 1);
}
.compare_table td:nth-child(3) {
  background: #fdf2ec padding-box;
}

.table_color span {
  background: linear-gradient(360deg, #fc9249 6.5%, #ec482a 104%);
  background-clip: text;
  color: transparent;
  -webkit-text-fill-color: transparent;
}
.muted {
  color: #c3c3c3;
}

.compare tfoot td {
  border-radius: 0 0 18px 18px;
}
.compare tfoot td:nth-child(3) {
  border-bottom: 2px solid transparent;
  border-radius: 0 0 18px 18px;
}

.compare_table .btn_fill {
  background: var(--btn-background);
}
.compare_table .btn {
  width: 100%;
  font-size: 2rem;
  padding: 14px;
}

.faq {
  background: linear-gradient(
    156.42deg,
    rgba(235, 236, 240, 0) 27.21%,
    rgba(231, 238, 254, 0.5) 52.32%,
    #fff2ed 86.13%
  );
}

.faq_main {
  width: min(100%, 1280px);
  margin: 0 auto;
}
.faq_item {
  border-radius: 20px;
  padding: 0 3rem;
  border: 2px solid rgba(255, 255, 255, 1);
  background: rgba(252, 251, 250, 1);
  margin-top: 20px;
  color: rgba(68, 68, 68, 1);
}
.faq_trigger {
  width: 100%;
  padding: 20px 0;
  text-align: left;
}
.faq_answer {
  height: 0;
  transition: all 0.3s ease-in-out;
  overflow: hidden;
}
.faq_answer p {
  font-weight: 400;
  font-size: clamp(1.6rem, 1vw, 16px);
  color: rgba(68, 68, 68, 1);
}
.faq_item.is-open {
  color: rgba(255, 85, 0, 1);
}

.faq_item.is-open .faq_answer {
  height: auto;
  margin: 0 0 20px 0;
}

.faq_item h3 {
  font-weight: 600;
  font-size: clamp(18px, 1.04vw, 20px);
}

.os_pop {
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 10;
  top: 0;
  left: 0;
  position: fixed;
  display: none;
}
.os-pop-open {
  display: block;
}
.os_pop_main {
  width: min(100%, 700px);
  border-radius: 15px;
  padding: 50px;
  background: #ffffff;
  text-align: center;

  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.close {
  position: absolute;
  right: 10px;
  top: 0px;
  font-size: 30px;
  color: #999;
  cursor: pointer;
}

.os_pop_main p {
  font-weight: 500;
  font-size: 24px;
}
.os_pop_btns {
  margin-top: 6rem;
  gap: 10px;
}
.os_pop_btns .btn_outline {
  width: 240px;
  height: 60px;
  border: 2px solid #999999;
  color: #999999;
  font-size: 18px;
}
.os_pop_btns .btn_fill {
  height: 60px;
  width: 286px;
  background: linear-gradient(322.62deg, #326ff0 42.26%, #41b6fa 92.86%);
  font-size: 18px;
}
.os_pop_btns .btn {
  transition: transform 0.3s ease-in-out;
}
.os_pop_btns .btn:hover {
  transform: translateY(-5px);
}

@media (max-width: 1560px) {
  .pricing_main {
    padding: 6rem 21px;
  }
  .pricing_block {
    gap: 15px;
  }
  .plan_title {
    font-size: clamp(18px, 1.5vw, 2rem);
  }
}

@media (max-width: 1285px) {
  .pricing_block {
    flex-wrap: wrap;
    gap: 20px;
  }
  .pricing_item {
    width: 45%;
  }
  .plan_title {
    font-size: 2.2rem;
  }
}

@media (max-width: 980px) {
  .section_block {
    padding: 4rem 0;
  }
  .container.section_block {
    padding: 6rem 21px;
  }
  .section_block h2 {
    margin-bottom: 20px;
  }
  .compare_main {
    padding: 0;
  }
  .compare_table td {
    font-size: 14px;
  }
  .compare_table th {
    font-size: 18px;
  }
  .pricing_item {
    width: 100%;
  }
}
@media (max-width: 768px) {
  .payment {
    flex-wrap: wrap;
    gap: 10px;
  }
  .choose_block {
    flex-wrap: wrap;
  }
  .choose_item {
    width: 100%;
  }
  .choose_item h3 {
    min-height: auto;
  }
  .compare_table_bg {
    display: none;
  }
}

@media (max-width: 480px) {
  .banner_desc {
    font-size: 16px;
  }
  .banner_countdown {
    padding: 8px 37px 8px 72px;
  }
  .countdown_warp {
    flex-wrap: wrap;
  }
  .countdown_warp > span {
    flex: 0 0 92%;
    /* text-align: left; */
  }
  .banner_countdown_img {
    bottom: 12px;
    left: 32px;
    width: 40px;
  }
}
