@media screen and (max-width: 320px) {
  html {
    font-size: 12px !important
  }
}

@media (min-width: 321px) and (max-width: 375px) {
  html {
    font-size: 14px !important
  }
}

@media (min-width: 376px) and (max-width: 414px) {
  html {
    font-size: 15.5px !important
  }
}

@media (min-width: 415px) and (max-width: 768px) {
  html {
    font-size: 18px !important
  }
}

body.scroll-header {
  overflow-x: hidden;
}

.wrapper {
  width: 1180px !important
}

.button.button-new.button-combe.short {
  height: 38px;
  line-height: 35px
}

.button.button-new.button-combe.short .arrow-new {
  width: 24px;
  height: 24px;
  margin-left: 36px
}

img {
  width: auto
}

p a {
  color: #0c5aff;
  text-decoration: underline
}

.button.button-new.mobile {
  display: none !important
}

.enjoy {
  padding: 70px 0 67px;
  background: #f8faff; }
  .enjoy .wrapper ul {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between; }
    .enjoy .wrapper ul li {
      width: 340px;
      height: 240px;
      background: #ffffff;
      box-shadow: 0px 6px 16px rgba(185, 203, 245, 0.25);
      border-radius: 10px;
      margin-bottom: 30px;
      text-align: center;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center; }
      .enjoy .wrapper ul li .img_box {
        height: 52px; }
      .enjoy .wrapper ul li h4 {
        font-size: 22px;
        font-weight: 400;
        color: #1e1c2c;
        margin-bottom: 15px; }
      .enjoy .wrapper ul li p {
        width: 300px;
        font-size: 14px;
        font-weight: 400;
        line-height: 26px;
        color: #8e8e8e; }
  .enjoy .wrapper .pc-btn {
    justify-content: center; }
    .enjoy .wrapper .pc-btn a {
      width: 329px; }
      .enjoy .wrapper .pc-btn a .arrow-icon {
        left: 89px; }
      .enjoy .wrapper .pc-btn a .combe-text {
        left: 129px; }
.free_servers {
  padding-bottom: 100px;
}

.free_servers .wrapper .p_title a {
  opacity: 0.8;
}

.free_servers .wrapper .p_title a:hover {
  opacity: 1;
}

.free_servers .wrapper .servers_ul_list {
  width: 100%;
}

.free_servers .wrapper .servers_ul_list li {
  height: 60px;
  display: flex;
  justify-content: space-between;
  padding: 0px 70px;
  background: #FCFCFF;
  border-top: 1px solid rgba(223, 223, 255, 0);
  border-left: 1px solid #DFDFFF;
  border-right: 1px solid #DFDFFF;
  border-bottom: 1px solid #DFDFFF;
  transition: all 0.3s ease-out;
  position: relative;
  z-index: 1;
}

.free_servers .wrapper .servers_ul_list li:hover {
  box-shadow: 0px 0px 15px #D9D9F3;
  transform: translate(0px, -2px);
  border: 1px solid #CFCFFF;
  z-index: 2;
}

.free_servers .wrapper .servers_ul_list li.server_ul_head {
  background: #F1F1FF;
  border-top: 1px solid rgba(223, 223, 255, 0);
  border-left: none;
  border-right: none;
  border-bottom: 1px solid #DFDFFF;
}

.free_servers .wrapper .servers_ul_list li.server_ul_head:hover {
  box-shadow: none;
  transform: translate(0px, 0px);
  border-left: none;
  border-right: none;
  z-index: 2;
}

.free_servers .wrapper .servers_ul_list li.server_ul_head p {
  color: #4D4DA4;
  text-align: center;
  justify-content: center;
}

.free_servers .wrapper .servers_ul_list li.server_ul_head p:nth-of-type(1) {
  justify-content: left;
  padding-left: 59px;
}

.free_servers .wrapper .servers_ul_list li span,
.free_servers .wrapper .servers_ul_list li p {
  display: flex;
  width: 25%;
  align-items: center;
  justify-content: center;
}

.free_servers .wrapper .servers_ul_list li span a,
.free_servers .wrapper .servers_ul_list li p a {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  height: 100%;
  line-height: 60px;
  text-overflow: ellipsis;
  text-decoration: none;
  color: #111115;
  transition: all .3s ease-out;
}

.free_servers .wrapper .servers_ul_list li span a:hover,
.free_servers .wrapper .servers_ul_list li p a:hover {
  color: #0066FF;
  text-decoration: underline;
}

.free_servers .wrapper .servers_ul_list li span img,
.free_servers .wrapper .servers_ul_list li p img {
  width: auto;
  height: auto;
}

.free_servers .wrapper .servers_ul_list li p {
  font-size: 14px;
  font-weight: 500;
  color: #111115;
  justify-content: left;
  text-align: left;
}

.free_servers .wrapper .servers_ul_list li p img {
  margin-right: 25px;
}

.free_servers .wrapper .pc-btn {
  margin: 40px auto 0px;
  justify-content: center;
}

.banner {
  padding-top: 103px;
  padding-bottom: 186px
}

.banner .wrapper {
  display: flex
}

.banner .wrapper .banner_left {
  width: 607px;
  padding-top: 67px
}

.banner .wrapper .banner_left h1 {
  font-size: 46px;
  font-weight: 600;
  line-height: 69px;
  color: #1e1c2c;
  margin-bottom: 20px
}

.banner .wrapper .banner_left p {
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  color: #1e1c2c;
  margin-bottom: 12px
}

.banner .wrapper .banner_left ul {
  height: 100px;
  position: relative;
  padding-left: 20px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  margin-bottom: 50px
}

.banner .wrapper .banner_left ul::after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 5px;
  height: 100px;
  background: #30deb4
}

.banner .wrapper .banner_left ul li {
  font-size: 14px;
  font-weight: 400;
  color: #1e1c2c
}

.banner .wrapper .banner_right {
  width: 615px;
  position: absolute;
  top: 0;
  right: -119px
}

.wrapper .h2_title {
  font-size: 40px;
  font-weight: 600;
  line-height: 56px;
  color: #1e1c2c;
  margin-bottom: 20px;
  text-align: center
}

.wrapper .p_title {
  width: 1020px;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #848484;
  margin-bottom: 70px;
  text-align: center
}

.best {
  background: url(../images/freevpn/best_bg.png) no-repeat;
  background-position: center 18px;
  background-size: 100% auto;
  padding-bottom: 170px
}

.best .wrapper .best_main {
  margin-bottom: 92px
}

.best .wrapper .best_main h3 {
  font-size: 28px;
  font-weight: 500;
  color: #1e1c2c;
  margin-bottom: 40px;
  text-align: center
}

.best .wrapper .best_main .step_box {
  width: 840px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 38px
}

.best .wrapper .best_main .step_box ._step {
  width: 330px;
  height: 200px;
  background: #ffffff;
  box-shadow: 0px 12px 22px rgba(196, 214, 255, 0.21);
  border-radius: 8px;
  padding-top: 62px;
  position: relative
}

.best .wrapper .best_main .step_box ._step img {
  position: absolute;
  top: -38px;
  left: 50%;
  transform: translateX(-50%)
}
.best .wrapper .best_main .step_box ._step h4 {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: center;
}
.best .wrapper .best_main .step_box ._step h4 p{
  font-size: 28px;
  font-weight: 500;
  color: #1e1c2c;
  // margin-bottom: 10px;
  text-align: center
}

.best .wrapper .best_main .step_box ._step h4 span {
  width: 280px;
  margin: 0 auto;
  font-size: 18px;
  font-weight: 500;
  line-height: 30px;
  color: #848484;
  text-align: center
}

.best .wrapper .best_main .step_box .step_icon {
  width: 98px;
  height: 30px;
  background: url(../images/freevpn/step_icon.png) no-repeat;
  background-size: contain
}

.best .wrapper .pc-btn {
  justify-content: center
}

.best .wrapper .pc-btn a {
  width: 329px
}

.best .wrapper .pc-btn a .arrow-icon {
  left: 78px
}

.best .wrapper .pc-btn a .combe-text {
  left: 125px
}

.best .wrapper .equipment {
  width: 100%;
  max-width: none;
  justify-content: center
}
.makes{
  padding-top: 80px;
}
.makes .wrapper {
  padding: 0 5px
}

.makes .wrapper .p_title {
  margin-bottom: 122px
}

.makes .wrapper ._makes {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 137px
}

.makes .wrapper ._makes:nth-of-type(2n) {
  flex-direction: row-reverse
}

.makes .wrapper ._makes ._makes_text {
  max-width: 630px;
  padding: 0 5%;
}

.makes .wrapper ._makes ._makes_text h3 {
  font-size: 30px;
  font-weight: 500;
  color: #1e1c2c;
  margin-bottom: 20px
}

.makes .wrapper ._makes ._makes_text p {
  width: 583px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  color: #848484
}

.makes .wrapper ._makes ._makes_text .pc-btn {
  margin-top: 51px
}

.makes .wrapper ._makes ._makes_text .pc-btn a {
  width: 276px
}

.makes .wrapper ._makes ._makes_text .pc-btn a .arrow-icon {
  left: 35px
}

.makes .wrapper ._makes ._makes_text .pc-btn a .combe-text {
  left: 100px
}

._vs {
  padding: 70px 0 60px;
  background: #f8faff
}

._vs .wrapper .p_title {
  margin-bottom: 50px
}

._vs .wrapper ul {
  width: 1112px;
  margin: 0 auto;
  margin-bottom: 50px
}

._vs .wrapper ul li {
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #dbe7ff;
  display: flex
}

._vs .wrapper ul li:nth-of-type(1) {
  border-bottom: 3px solid #2d72fb
}

._vs .wrapper ul li:nth-of-type(1) p {
  font-size: 20px;
  font-weight: 600;
  color: #2f2f2f
}

._vs .wrapper ul li p {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #2f2f2f
}

._vs .wrapper ul li p i {
  display: block;
  width: 21px;
  height: 21px;
  background-size: 100% 100%
}

._vs .wrapper ul li p i.right {
  background-image: url(../images/freevpn/right_icon.svg)
}

._vs .wrapper ul li p i.wrong {
  background-image: url(../images/freevpn/wrong_icon.svg)
}

._vs .wrapper .pc-btn {
  justify-content: center
}

._vs .wrapper .pc-btn a {
  width: 329px
}

._vs .wrapper .pc-btn a .arrow-icon {
  left: 89px
}

._vs .wrapper .pc-btn a .combe-text {
  left: 129px
}

.should {
  padding-top: 100px;
  padding-bottom: 150px
}

.should .wrapper {
  padding: 0 39px
}

.should .wrapper ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-bottom: 80px
}

.should .wrapper ul li {
  width: 330px;
  height: 320px;
  border-radius: 8px;
  padding-top: 17px;
  display: flex;
  flex-direction: column;
  align-items: center
}

.should .wrapper ul li:nth-of-type(1) {
  background: #f3f6ff
}

.should .wrapper ul li:nth-of-type(2) {
  background: #e9ffe5
}

.should .wrapper ul li:nth-of-type(3) {
  background: #f6f4ff
}

.should .wrapper ul li .img_box {
  width: 123px;
  height: 117px
}

.should .wrapper ul li h4 {
  font-size: 20px;
  font-weight: 500;
  color: #1e1c2c;
  text-align: center;
  margin-bottom: 15px
}

.should .wrapper ul li p {
  width: 280px;
  margin: 0 auto;
  font-size: 14px;
  font-weight: 400;
  line-height: 22px;
  color: #1e1c2c;
  text-align: center
}

.should .wrapper .pc-btn {
  justify-content: center
}

.should .wrapper .pc-btn a {
  width: 329px
}

.should .wrapper .pc-btn a .arrow-icon {
  left: 89px
}

.should .wrapper .pc-btn a .combe-text {
  left: 129px
}

.should .wrapper .equipment {
  width: 100%;
  max-width: none;
  justify-content: center
}

.offer {
  padding-bottom: 110px;
  padding-top:80px;
}

.offer .wrapper {
  padding: 0 62px
}

.offer .wrapper .offer_main>p {
  font-size: 18px;
  font-weight: 500;
  color: #1e1c2c;
  margin-bottom: 20px
}

.offer .wrapper .offer_main ._offer {
  width: 100%;
  height: 239px;
  background: #ffffff;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  margin-bottom: 40px;
  display: flex;
  justify-content: space-between;
  align-items: center
}

.offer .wrapper .offer_main ._offer .img_box {
  width: 219px;
  height: 100%;
  background: #e9e9e9;
  opacity: 1;
  border-radius: 4px;
  position: relative;
  padding: 51px 62px 0
}

.offer .wrapper .offer_main ._offer .img_box i {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 8px;
  left: 8px;
  background-size: 100% 100%
}

.offer .wrapper .offer_main ._offer .img_box i.window_icon {
  background: url(../images/freevpn/window_icon.png) no-repeat
}

.offer .wrapper .offer_main ._offer .img_box i.mac_icon {
  background: url(../images/freevpn/mac_icon.png) no-repeat
}

.offer .wrapper .offer_main ._offer .img_box i.android_icon {
  background: url(../images/freevpn/android_icon.png) no-repeat
}

.offer .wrapper .offer_main ._offer .img_box i.ios_icon {
  background: url(../images/freevpn/ios_icon.png) no-repeat
}

.offer .wrapper .offer_main ._offer ._offer_text {
  flex: 1;
  padding: 20px
}

.offer .wrapper .offer_main ._offer ._offer_text h4 {
  font-size: 18px;
  font-weight: 500;
  color: #1e1c2c;
  margin-bottom: 10px
}

.offer .wrapper .offer_main ._offer ._offer_text h4 a {
  color: #0054ff;
  text-decoration: underline
}

.offer .wrapper .offer_main ._offer ._offer_text p {
  width: 570px;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  color: #848484
}

.offer .wrapper .offer_main ._offer .pc-btn a {
  padding: 0 7px 0 23px;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center
}

.offer .wrapper .offer_main ._offer .pc-btn a .combe-text {
  position: relative;
  top: auto;
  left: auto;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400
}

.offer .wrapper .offer_main ._offer .pc-btn a._mobile {
  display: none !important
}

.faqs {
  padding-bottom: 100px
}

.faqs .wrapper {
  padding: 0 46px
}

.faqs .wrapper h2 {
  margin-bottom: 70px
}

.faqs .wrapper .faqs_main {
  width: 100%;
  height: 520px;
  position: relative;
  overflow: hidden;
  transition: all 0.5s
}

.faqs .wrapper .faqs_main.on {
  height: 1860px
}

.faqs .wrapper .faqs_main ._faqs {
  width: 100%;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px solid #ebebed
}

.faqs .wrapper .faqs_main ._faqs h3 {
  font-size: 20px;
  font-weight: 500;
  color: #2b2b2b;
  margin-bottom: 20px
}

.faqs .wrapper .faqs_main ._faqs h4 {
  width: 1065px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
  color: #2b2b2b;
  margin-bottom: 12px;
  margin-top: 12px;
}
.faqs .wrapper .faqs_main ._faqs h4:first-of-type{
  margin-top:0px;
}
.faqs .wrapper .faqs_main ._faqs p {
  width: 1065px;
  font-size: 14px;
  font-weight: 400;
  line-height: 28px;
  color: #8e8b9d
}

.faqs .wrapper .faqs_main ._faqs p img {
  display: block;
  margin: 12px auto 0;
}

.faqs .wrapper .faqs_main .mark_btn {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 143px;
  padding-top: 72px;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.65) 0%, #fff 100%)
}

.faqs .wrapper .faqs_main .mark_btn ._btn_arrow {
  width: 24px;
  height: 25px;
  margin: 0 auto;
  background: url(../images/freevpn/_btn_arrow.png) no-repeat;
  background-size: contain;
  cursor: pointer;
  transition: all 0.5s
}

.faqs .wrapper .faqs_main .mark_btn ._btn_arrow.on {
  transform: rotate(180deg)
}

.upgrade {
  padding: 70px 0 67px;
  background: #f8faff
}

.upgrade .wrapper ul {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between
}

.upgrade .wrapper ul li {
  width: 340px;
  height: 310px;
  background: #ffffff;
  box-shadow: 0px 6px 16px rgba(185, 203, 245, 0.25);
  border-radius: 10px;
  padding-top: 15px;
  padding-left: 19px;
  margin-bottom: 30px
}

.upgrade .wrapper ul li .img_box {
  height: 93px
}

.upgrade .wrapper ul li h4 {
  font-size: 22px;
  font-weight: 400;
  color: #1e1c2c;
  margin-bottom: 15px
}

.upgrade .wrapper ul li p {
  width: 300px;
  font-size: 14px;
  font-weight: 400;
  line-height: 26px;
  color: #8e8e8e
}

.upgrade .wrapper .pc-btn {
  padding: 0 30px;
  margin-top: 40px
}

.upgrade .wrapper .pc-btn a {
  width: 329px;
  height: 60px;
  padding: 0;
  margin: 0 auto;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: linear-gradient(90deg, #ff6583, #9300ff 50%, #ff6583);
  background-size: 200% 100%;
  background-position: 200% 0;
  animation: bg_move 5s ease-in infinite
}

@keyframes bg_move {
  0% {
    background-position: 200% 0
  }

  100% {
    background-position: 0 0
  }
}

.upgrade .wrapper .pc-btn a .combe-text {
  position: relative;
  top: auto;
  left: auto;
  font-size: 14px;
  color: #ffffff;
  font-weight: 400
}

.reviews {
  padding: 90px 0
}

.reviews .wrapper {
  width: 1363px;
  padding: 65px 0 45px;
  background: #fbfbfc
}

.reviews .wrapper .h2_title {
  margin-bottom: 49px
}

.reviews .wrapper ul {
  display: flex;
  flex-wrap: wrap
}

.reviews .wrapper ul li {
  width: 50%;
  padding-left: 119px;
  margin-bottom: 26px;
  position: relative
}

.reviews .wrapper ul li::after {
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  height: 4px;
  background: #333333;
  border-radius: 50%;
  left: 109px;
  top: 50%;
  margin-top: -2px
}

.reviews .wrapper ul li a {
  font-size: 16px;
  font-weight: 500;
  color: #2b2b2b
}

.reviews .wrapper ul li a:hover {
  color: #0c5aff;
  text-decoration: underline
}

.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: -99999
}

.popbg.on {
  opacity: 1;
  z-index: 99999
}

.pop-content {
  width: 612px;
  height: 358px;
  background: url(../images/specied-bg/vpn-pop.png) no-repeat;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -100000;
  margin: auto;
  transition: all ease 0.3s;
  opacity: 0;
  transform: scale(0.1)
}

.pop-content.on {
  z-index: 100000;
  opacity: 1;
  transform: scale(1)
}

.pop-content .close {
  position: absolute;
  display: block;
  width: 33px;
  height: 33px;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 101;
  background: url(../images/salecommon/popup/close-r.svg) center center no-repeat
}

.pop-content .close:hover {
  opacity: 0.8
}

.pop-content .btn {
  display: block;
  width: 318px;
  height: 52px;
  position: absolute;
  bottom: 60px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(95deg, #fc4140, #f87400) 0% 0% no-repeat padding-box;
  box-shadow: 0px 10px 20px #00000066;
  border-radius: 31px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  font: normal normal normal 16px/23px Lexend Deca;
  letter-spacing: 0px;
  color: #ffffff;
  opacity: 1;
  transition: all 0.3s
}

.pop-content .btn:hover {
  background: linear-gradient(95deg, #ff1110, #f89500) 0% 0% no-repeat padding-box;
  transition: all 0.3s
}

@media (min-width: 769px) {
  body .button.button-new .btn-word {
    margin-right: 12px;
  }

  body .button.button-new:hover.button-link.btn-default .btn-word {
    transform: translatex(17%) scale(1);
  }
}

@media (max-width: 769px) {
  .enjoy {
    padding: 2.85714rem 0; }
    .enjoy .wrapper ul li {
      width: 100%;
      align-items: flex-start;
      padding: 0 30px; }
      .enjoy .wrapper ul li h4 {
        position: absolute;
        margin: -83px 0 0 64px; }
      .enjoy .wrapper ul li p {
        width: 100%; }
  .free_servers {
    padding-top: 2.85714rem; }
    .free_servers .wrapper .servers_title {
      margin-bottom: 2.85714rem; }
    .free_servers .wrapper .servers_ul_list {
      overflow: hidden;
      overflow-x: scroll; }
      .free_servers .wrapper .servers_ul_list::-webkit-scrollbar {
        height: 0.57143rem;
        background: #A4C2FF; }
      .free_servers .wrapper .servers_ul_list::-webkit-scrollbar-thumb {
        background-color: #0c5aff;
        border-radius: 0.71429rem; }
      .free_servers .wrapper .servers_ul_list li {
        min-width: 800px; }
  .wrapper {
    width: 100% !important;
    padding: 0 1.7142857143rem
  }

  .wrapper .h2_title {
    font-size: 2.0714285714rem;
    font-weight: 400;
    color: #1e1c2c;
    margin-bottom: 1.0714285714rem;
    line-height: normal
  }

  .wrapper .p_title {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #727272;
    margin-bottom: 2.8571428571rem
  }

  .banner {
    padding-top: 0;
    padding-bottom: 1.7857142857rem
  }

  .banner .wrapper {
    flex-direction: column
  }

  .banner .wrapper .banner_left {
    width: 100%;
    padding-top: 3.7142857143rem
  }

  .banner .wrapper .banner_left h1 {
    font-size: 1.7857142857rem;
    font-weight: 400;
    line-height: normal;
    text-align: center;
    margin-bottom: .5714285714rem
  }

  .banner .wrapper .banner_left p {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #8e8b9d;
    text-align: center;
    margin-bottom: 1rem
  }

  .banner .wrapper .banner_left ul {
    height: 5.1428571429rem;
    padding: 0;
    margin: 0;
    margin-bottom: 1.7857142857rem;
    align-items: center
  }

  .banner .wrapper .banner_left ul::after {
    display: none
  }

  .banner .wrapper .banner_left ul li {
    display: inline-block;
    font-size: 1rem;
    font-weight: 400;
    color: #8e8b9d;
    text-align: center;
    position: relative
  }

  .banner .wrapper .banner_left ul li::after {
    content: "";
    display: block;
    position: absolute;
    width: .7857142857rem;
    height: .5714285714rem;
    left: -1.4285714286rem;
    top: 50%;
    transform: translateY(-50%);
    background: url(../images/freevpn/md-checkmark.png) no-repeat;
    background-size: 100% 100%
  }

  .banner .wrapper .banner_left .pc-btn {
    margin-bottom: 2.1428571429rem
  }

  .banner .wrapper .banner_left .pc-btn a {
    width: 14.6428571429rem;
    height: 3.2142857143rem;
    padding: 0;
    line-height: 3.2142857143rem
  }

  .banner .wrapper .banner_left .pc-btn a.button-link {
    display: none !important
  }

  .banner .wrapper .banner_right {
    position: relative;
    width: 100%;
    right: auto
  }

  .banner .wrapper .banner_right img {
    width: 100%;
  }

  .best {
    background: url(../images/freevpn/best_bg_mob.png) no-repeat;
    background-size: contain;
    background-position: center 16.2857142857rem;
    padding-bottom: 60px
  }

  .best .wrapper .best_main {
    margin-bottom: 3.5714285714rem
  }

  .best .wrapper .best_main h3 {
    font-size: 1.2857142857rem;
    font-weight: 400;
    color: #1e1c2c;
    margin-bottom: 2rem
  }

  .best .wrapper .best_main .step_box {
    width: 100%;
    padding-top: 1.3571428571rem
  }

  .best .wrapper .best_main .step_box ._step {
    width: 10.3571428571rem;
    height: 8.1428571429rem;
    box-shadow: 0px 6px 11px rgba(196, 214, 255, 0.21);
    border-radius: .2857142857rem;
    padding-top: 2.0714285714rem
  }

  .best .wrapper .best_main .step_box ._step img {
    width: 4rem;
    height: 4rem;
    top: -1.3571428571rem
  }

  .best .wrapper .best_main .step_box ._step h4 {
    font-size: 1.1428571429rem;
    font-weight: 500;
    color: #1e1c2c;
    margin-bottom: .6428571429rem
  }

  .best .wrapper .best_main .step_box ._step p {
    width: 8.2142857143rem;
    font-size: .8571428571rem;
    font-weight: 500;
    line-height: 1.0714285714rem;
    color: #848484
  }

  .best .wrapper .best_main .step_box .step_icon {
    width: 1.0714285714rem;
    height: 1.0714285714rem;
    background-size: auto 100%;
    background-position: center center
  }

  .best .wrapper .pc-btn a {
    width: 14.6428571429rem;
    height: 3.2142857143rem;
    padding: 0;
    line-height: 2.9285714286rem
  }

  .best .wrapper .pc-btn a .combe-text {
    left: auto
  }
  .makes{
    padding-top: 2rem;
  }
  .makes .wrapper {
    padding: 0 1.7142857143rem
  }

  .makes .wrapper .p_title {
    margin-bottom: 4.2857142857rem
  }

  .makes .wrapper ._makes {
    flex-direction: column-reverse !important;
    margin-bottom: 4.2857142857rem
  }

  .makes .wrapper ._makes ._makes_text {
    margin-top: 1.7857142857rem;
    padding: 0;
  }

  .makes .wrapper ._makes ._makes_text h3 {
    font-size: 1.4285714286rem;
    font-weight: 500;
    line-height: 2.6428571429rem;
    color: #1e1c2c;
    margin-bottom: 1.4285714286rem
  }

  .makes .wrapper ._makes ._makes_text p {
    width: auto;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #727272
  }

  .makes .wrapper ._makes ._makes_text .pc-btn {
    margin-top: 2.5rem
  }

  .makes .wrapper ._makes ._makes_text .pc-btn a {
    width: 14.6428571429rem;
    height: 3.2142857143rem;
    padding: 0;
    line-height: 2.9285714286rem
  }

  .makes .wrapper ._makes ._makes_text .pc-btn a .combe-text {
    left: auto
  }

  ._vs {
    padding: 2.8571428571rem 0
  }

  ._vs .wrapper .p_title {
    margin-bottom: 2.1428571429rem
  }

  ._vs .wrapper ul {
    width: 100%;
    margin-bottom: 2.5rem
  }

  ._vs .wrapper ul li {
    height: 2.5rem
  }

  ._vs .wrapper ul li:nth-of-type(1) p {
    font-size: .8571428571rem;
    font-weight: 600;
    color: #2f2f2f
  }

  ._vs .wrapper ul li p {
    font-size: .7142857143rem;
    font-weight: 400;
    line-height: 1.0714285714rem;
    color: #2f2f2f;
    text-align: center
  }

  ._vs .wrapper ul li p i {
    width: .8571428571rem;
    height: .8571428571rem
  }

  ._vs .wrapper .pc-btn a {
    width: 14.6428571429rem;
    height: 3.2142857143rem;
    padding: 0;
    line-height: 2.9285714286rem
  }

  ._vs .wrapper .pc-btn a .combe-text {
    left: auto
  }

  .should {
    padding-top: 2.8571428571rem;
    padding-bottom: 4.2857142857rem
  }

  .should .wrapper {
    padding: 0 1.7142857143rem
  }

  .should .wrapper .p_title {
    margin-bottom: 2.8571428571rem
  }

  .should .wrapper ul {
    margin-bottom: 1.1428571429rem;
    flex-direction: column;
    align-items: center
  }

  .should .wrapper ul li {
    width: 22.2142857143rem;
    height: 21.8571428571rem;
    margin-bottom: 1.4285714286rem;
    padding-top: 1.1428571429rem
  }

  .should .wrapper ul li .img_box {
    height: 7.8571428571rem
  }

  .should .wrapper ul li .img_box img {
    height: 100%
  }

  .should .wrapper ul li h4 {
    font-size: 1.4285714286rem;
    font-weight: 500;
    line-height: 2.5rem;
    color: #1e1c2c;
    margin-bottom: 1.0714285714rem;
    margin-top: -1.7857142857rem
  }

  .should .wrapper ul li p {
    width: 19.8571428571rem;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.4285714286rem;
    color: #1e1c2c
  }

  .should .wrapper .pc-btn a {
    width: 14.6428571429rem;
    height: 3.2142857143rem;
    padding: 0;
    line-height: 3.2142857143rem
  }

  .should .wrapper .pc-btn a .combe-text {
    left: auto
  }

  .offer {
    padding-bottom: 2.1428571429rem
  }

  .offer .wrapper {
    padding: 0 1.7142857143rem
  }

  .offer .wrapper .p_title {
    margin-bottom: 1.7857142857rem
  }

  .offer .wrapper .offer_main>p {
    font-size: 1.2857142857rem;
    font-weight: 400;
    line-height: 1.5rem;
    color: #1e1c2c;
    margin-bottom: 1.6428571429rem
  }

  .offer .wrapper .offer_main ._offer {
    height: 25.2142857143rem;
    flex-direction: column;
    position: relative;
    justify-content: start;
    margin-bottom: 2.1428571429rem
  }

  .offer .wrapper .offer_main ._offer .img_box {
    width: 100%;
    height: 9.1428571429rem;
    padding-top: .7857142857rem;
    padding-left: 3.8571428571rem
  }

  .offer .wrapper .offer_main ._offer .img_box img {
    width: 5.3571428571rem
  }

  .offer .wrapper .offer_main ._offer .img_box i {
    left: auto;
    top: auto;
    right: 1.0714285714rem;
    bottom: 1.0714285714rem
  }

  .offer .wrapper .offer_main ._offer ._offer_text {
    padding: 0;
    padding-top: 1.4285714286rem;
    flex: none
  }

  .offer .wrapper .offer_main ._offer ._offer_text h4 {
    width: 8.5714285714rem;
    font-size: 1.2857142857rem;
    font-weight: 500;
    line-height: 1.5rem;
    color: #1e1c2c;
    position: absolute;
    top: 3.0714285714rem;
    left: 10.9285714286rem
  }

  .offer .wrapper .offer_main ._offer ._offer_text h4 a {
    color: #1e1c2c;
    text-decoration: none
  }

  .offer .wrapper .offer_main ._offer ._offer_text p {
    width: 21.7142857143rem;
    font-size: .8571428571rem;
    font-weight: 400;
    line-height: 1.2857142857rem;
    color: #848484;
    padding: 0 2%;
  }

  .offer .wrapper .offer_main ._offer .pc-btn {
    margin-top: 1.6428571429rem
  }

  .offer .wrapper .offer_main ._offer .pc-btn a._pc {
    display: none !important
  }

  .offer .wrapper .offer_main ._offer .pc-btn a.mobile {
    display: flex !important;
    line-height: 40px;
    height: 2.5714285714rem;
    background: transparent !important;
    min-width: 237px !important;
    padding: 0 0.3571428571rem 0 1.4285714286rem !important;
    border: 2px solid #e5e5e7 !important
  }

  .offer .wrapper .offer_main ._offer .pc-btn a.mobile .btn-word {
    color: #000000;
    text-align: left !important
  }

  .offer .wrapper .offer_main ._offer .pc-btn a.mobile .btn-word.btn-pc {
    display: inline-block !important
  }

  .offer .wrapper .offer_main ._offer .pc-btn a.mobile .arrow-new {
    width: 25px;
    height: 25px;
    display: inline-block !important;
    background: #111115 !important;
    position: relative
  }

  .offer .wrapper .offer_main ._offer .pc-btn a.mobile .arrow-new .new-svg {
    fill: #fff;
    transform: scale(0.8);
    position: absolute;
    top: 7px;
    left: 9px
  }

  .faqs {
    padding-bottom: 3.5714285714rem
  }

  .faqs .wrapper {
    padding: 0 1.7142857143rem
  }

  .faqs .wrapper .h2_title {
    font-size: 2.0714285714rem;
    font-weight: 400;
    color: #1e1c2c;
    margin-bottom: 2.0714285714rem
  }

  .faqs .wrapper .faqs_main {
    height: 12.1428571429rem
  }

  .faqs .wrapper .faqs_main.on {
    height: 139.8571428571rem
  }

  .faqs .wrapper .faqs_main ._faqs h4 {
    font-size: 1rem;
    font-weight: 400;
    color: #1e1c2c;
    margin-bottom: .5714285714rem
  }

  .faqs .wrapper .faqs_main ._faqs p {
    width: 100%;
    font-size: .8571428571rem;
    font-weight: 400;
    line-height: 1.2857142857rem;
    color: #8e8b9d
  }

  .faqs .wrapper .faqs_main .mark_btn {
    height: 5.1428571429rem;
    padding-top: 3.0714285714rem
  }

  .faqs .wrapper .faqs_main .mark_btn ._btn_arrow {
    width: 1.4285714286rem;
    height: 1.4285714286rem
  }

  .upgrade {
    padding: 2.8571428571rem 0 2.8571428571rem
  }

  .upgrade .wrapper {
    padding: 0 1.1428571429rem
  }

  .upgrade .wrapper .p_title {
    margin-bottom: 2.5rem
  }

  .upgrade .wrapper ul li {
    width: 49%;
    height: auto;
    box-shadow: 0px 3px 8px rgba(138, 169, 255, 0.15);
    padding: .7142857143rem .9285714286rem 1rem;
    margin-bottom: 1.4285714286rem
  }

  .upgrade .wrapper ul li .img_box {
    height: 3.4285714286rem
  }

  .upgrade .wrapper ul li .img_box img {
    width: 3.0714285714rem
  }

  .upgrade .wrapper ul li h4 {
    font-size: 1.0714285714rem;
    font-weight: 400;
    line-height: 1.3571428571rem;
    color: #1e1c2c;
    margin-bottom: .7142857143rem
  }

  .upgrade .wrapper ul li p {
    width: auto;
    font-size: .8571428571rem;
    font-weight: 400;
    line-height: 1.2857142857rem;
    color: #7e7e7e
  }

  .upgrade .wrapper .pc-btn {
    margin-top: 1.0714285714rem;
    padding: 0
  }

  .upgrade .wrapper .pc-btn a {
    width: 14.6428571429rem;
    height: 3.2142857143rem
  }

  .reviews {
    padding: 2.8571428571rem 1.7857142857rem 4.2857142857rem
  }

  .reviews .wrapper {
    padding: 2.1428571429rem 1.7142857143rem 1.4285714286rem
  }

  .reviews .wrapper .h2_title {
    font-size: 1.2857142857rem;
    font-weight: 500;
    line-height: 1.1428571429rem;
    color: #2b2b2b;
    margin-bottom: 1.2857142857rem
  }

  .reviews .wrapper ul li {
    width: 100%;
    margin-bottom: .7142857143rem;
    padding-left: .5714285714rem
  }

  .reviews .wrapper ul li a {
    font-size: 1rem;
    font-weight: 400;
    color: #2b2b2b
  }

  .reviews .wrapper ul li::after {
    width: .2142857143rem;
    height: .2142857143rem;
    margin-top: -.1071428571rem;
    left: 0
  }
}