.u_abo {
  width: 100%;
  position: relative;
  box-sizing: border-box;
}

.u_abo .b_cont {
  height: 0px;
  width: 100%;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 0px;
  overflow: visible;
}



.u_abo .cont {
  width: 100%;
  margin: 0px auto;
  white-space: nowrap;
  width: 100%;
  box-sizing: border-box;
  font-size: 0px;
  position: relative;
  overflow-x: scroll;
  /*padding: 0px 215px;*/
  scrollbar-width: none;
}

.u_abo .cont::-webkit-scrollbar {
  display: none;
}

.u_abo .item {
  width: 25%;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
}

.u_abo .item .block {
  margin: 0px auto;
  position: relative;
}

/*   CUSOMIZE   */


.b_block.active {
  height: auto;
  overflow: auto;
}

.b_block {
  height: 0px;
  overflow: hidden;
}

.u_abo {
  height: auto;
  padding: 40px 0px;
}

.u_abo .item {
  width: 25%;
}

.u_abo .item .block {
  width: 240px;
  border-radius: 20px;
  overflow: hidden;
  background-color: white;
  position: relative;
  color: #333333;
  font-size: 16px;
  margin: 0px auto;
  max-width: calc(100% - 10px);
}

.u_abo .item .block .title {
  font-size: 1.375em;
  font-family: 'PFHighwaySansPro-Medium';
  color: white;
  padding: 1em 0px;
  margin-bottom: 0.300em;
  line-height: 0.8;
  text-align: center;
}

.u_abo .item .block .u_abo_row {
  background-color: #f1f1f1;
  height: 2.813em;
  padding: 0.438em 1.125em;
  position: relative;
  box-sizing: border-box;
  margin-bottom: 0.250em;
  text-align: left;
  letter-spacing: -0.5px;
}

.u_abo .item .block .u_abo_row .spec {
  font-size: 1.125em;
  line-height: 0.9;
  text-align: left;
  width: 0px;
  font-family: 'PFHighwaySansPro-Regular';
  display: inline-block;
  vertical-align: middle;
  letter-spacing: -1px;
}

.u_abo .item .block .u_abo_row .inf {
  height: 1.875em;
  width: auto;
  position: absolute;
  top: 0.500em;
  right: 0.813em;
}

.u_abo .item .block .u_abo_row .un {
  color: #ef5b78;
}

.u_abo .none {
  font-family: 'PFHighwaySansPro-Thin';
  font-size: 2.500em;
  color: #989898;
}

.u_abo .item .block .u_abo_row .none {
  position: absolute;
  right: 0.4em;
  top: 0px;
}

.u_abo .item .block .u_abo_row .desc {
  display: inline-block;
  vertical-align: middle;
  width: 90%;
  margin-left: 10%;
  text-align: right;
  font-family: 'PFHighwaySansPro-Regular';
}

.u_abo .item .block .u_abo_row .desc .val.intm {
  font-size: 1.563em;
  color: #af3e89;
}

.u_abo .item .block .u_abo_row .desc .val.mob {
  font-size: 1.625em;
  color: #ef5b78;
}

.u_abo .item .block .u_abo_row .desc .sp {
  font-size: 1.063em;
  font-family: 'PFHighwaySansPro-Medium';
  /*margin-left: 0.188em;*/
}

.u_abo .item .block .cug {
  color: white;
  border-radius: 99px;
  font-size: 1.563em;
  text-align: center;
  padding: 0.188em 0px;
}

.u_abo .item .block .tel {
  position: relative;
  text-align: center;

  height: 3.750em;
  background-color: white;
  border-radius: 20px;
  margin-bottom: -20px;
}

.u_abo .item .block .tel .none,
.u_abo .item .block .tel .tel_con {
  display: inline-block;
  vertical-align: middle;
}

.u_abo .item .block .tel .tel_con {
  line-height: 0.9;
  color: #989898;
  font-size: 1.313em;
}

.u_abo .item .block .tel .type {
  color: #ef5b78;
}

.u_abo .item .block .price {
  text-align: center;
  color: white;
  font-size: 2.000em;
  padding: 1em 0px 0.313em 0px;
  font-family: 'PFHighwaySansPro-Medium';
}

.u_abo .b_cont {
  top: calc(50% - 20px);
}

.u_abo .b_cont .prev,
.u_abo .b_cont .next {
  width: 40px;
  height: 40px;
  border-radius: 999px;
  cursor: pointer;
  font-size: 0px;
  text-align: center;
  position: relative;
  box-shadow: 0px 1px 2px 0px rgba(0, 0, 0, 0.5);
}

.u_abo .b_cont .prev::before,
.u_abo .b_cont .next::before {
  content: "";
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-left: 2px solid white;
  border-top: 2px solid white;
  transform: rotate(-45deg);
  margin: 0px auto 0px auto;
  top: 14px;
  left: 16px;

}

.u_abo .b_cont .next::before {
  transform: rotate(135deg);
  left: 13px;
}

.u_abo .b_cont .next {
  position: absolute;
  right: 1px;
  top: 0px;
}

.u_abo .new_intm_packs .item .block {
  font-size: 14px;
}

 .new_intm_packs .item {
  max-width: none;
  margin: 0px !important;
  width: 20%;
}

 .new_intm_packs .item .top_img {
  width: 100%;
}

 .new_intm_packs .item .u_min::before {
  top: 70px;
}

 .new_intm_packs .item .price::before {
  background-color: #f1f1f1;
}

.u_abo .new_intm_packs .item .block .price {
  line-height: 1.5;
  margin-top: -16px;
  padding: 0em 0px 0em 0px;
}

 .new_intm_packs .item .u_min #un {
  color: black;
}

 .new_intm_packs .specs a {
  font-size: 0px;
}

 .new_intm_packs .specs a img {
  width: 100%;
  margin: 0px auto;
  background: #f1f1f1;
}

 .new_intm_packs .item .specs .min {
  line-height; 0.9;
}

 .new_intm_packs .item .specs .min,  .new_intm_packs .item .specs .gb {
  padding: 0.85em 0px 0.65em 0px;
  letter-spacing: -1px;
  font-size: 2em;
}

.u_abo .new_intm_packs .item .block .title {
  padding: 0.55em 0px 0.9em 0px;
}

 .new_intm_packs .item .specs .info {
  font-size: 0.616em;
}

.new_intm_packs.smart .item .u_min::before {
  top: 48px;
}

.min_unit {
  position: relative;
}

.new_intm_packs.smart .item .line::before {
  content: "";
  display: block;
  position: absolute;
  width: calc(100% - 80px);
  top: -5px;
  left: 40px;
  border-top: 1px solid #b1b1b1;
}

.u_abo .new_intm_packs .item .block .price.xmas hr {
  border-width: 0px;
  border-top: 1px solid white;
  margin: 5px auto;
  width: 100%;
  max-width: calc(100% - 80px);
}


.u_abo .new_intm_packs .item .block .price.xmas {
  font-size: 3.000em;
  font-family: 'PFHighwaySansPro-Thin';
  padding: 30px 0px 10px 0px;
  line-height: 1.35;
  border-radius: 0px 0px 30px 30px;
  position: relative;
}

.u_abo .new_intm_packs .item .block .price.xmas .small {
  font-size: 18px;
  margin-top: -10px;
}

.u_new_packs .item .price.xmas::before {
  position: absolute;
  top: 2px;
}

.price.xmas::after {
  content: "";
  display: block;
  position: absolute;
  left: -30px;
  bottom: 15px;
  width: 68px;
  height: 65px;
  background-image: url(../images/xmas_mtc_p_gift.png);
}

.u_abo .new_intm_packs .item .block .price.no_gift.xmas {
  /*padding: 71px 0px 51px 0px;*/
}

.price.xmas.no_gift::after {
  display: none;
}

.xmas_intm .new_intm_packs .item .block {
  overflow: visible;
}

.mod_xmas {
  position: relative;
  z-index: 1;
}

.xmas_intm .new_intm_packs .specs a img {

}

.xmas_intm .u_new_packs .item .top_img {
  margin-bottom: -30px;
}

.xmas_intm .u_new_packs .item .u_min {
  overflow: hidden;
  border-radius: 20px 20px 0px 0px;
}


@media(max-width: 1200px) {
  .u_abo .item {
    width: 33.333%;
  }

  .u_abo .item .block {
    width: 230px;
  }

  .u_abo .item {
    width: calc(230px + ((100vw - 230px * 3) / 4));
  }

  .u_abo .cont {
    padding: 0px calc(((100vw - 230px * 3) / 8));
  }

  .u_abo .b_cont {
    display: block !important;
  }

}

@media (max-width: 1024px) {
   .new_intm_packs .item .u_min::before {
      
  }
}

@media(max-width: 768px) {

  .xmas_intm .u_new_packs .item .top_img {
    display: none;
  }

  .u_new_packs .item .u_min {
    padding-bottom: 0.6em;
  }

  .u_abo .new_intm_packs .item .block {
    font-size: 13px;
  }

  .u_abo .new_intm_packs.smart .item .block {
    font-size: 14px;
  }

  .u_abo .new_intm_packs.smart .item .block .title {
    padding: 0.65em 0px 1em 0px;
  }

  .u_abo .new_intm_packs .item .block .title {
    padding: 0.85em 0px 1.2em 0px;
  }

  .u_abo .new_intm_packs .item .block .price.xmas {
    font-size: 2.700em;
  }

  .xmas_intm .new_intm_packs .specs a img {
    max-width: 85%;
    height: auto;
  }

  .u_new_packs .min_unit {
    margin-top: 13px;
  }

  .new_intm_packs .item .u_min #un {
    position: relative;
    top: -5px;
  }

  .u_abo .item {
    width: 50%;
  }

  .u_abo .item .block {
    width: 230px;
    font-size: 15px;
  }

  .u_abo .item {
    width: calc(235px + ((100vw - 230px * 2) / 3));
  }

  .u_abo .cont {
    padding: 0px calc(((100vw - 230px * 2) / 6 - 5px));
  }


}

@media(max-width: 480px) {

  .u_abo .b_cont .prev,
  .u_abo .b_cont .next {
    width: 20px;
    height: 60px;
    border-radius: 2px;
  }

  .u_abo .b_cont .prev::before,
  .u_abo .b_cont .next::before {
    top: 25px;
    left: 8px;
  }

  .u_abo .b_cont .next::before {
    left: 4px;
  }

  .u_abo {
    width: 100vw;
    /*left: -15px;*/
  }

  .u_abo .item {
    /*width: calc(189px + ((100vw - 189px * 2) / 3));*/
    width: 100vw;

  }

  .u_abo .cont {
    /*padding: 0px calc(((100vw - 189px * 2) / 6));*/
    padding: 0px;
  }

  .u_abo .item .block {
    /*width: 189px;*/
    width: 220px;
    font-size: 14px;
    max-width: calc(100% - 20px);
  }

}

@media(max-width: 380px) {

  /*.u_abo .item {
    width: calc(169px + ((100vw - 169px * 2) / 3));
  }

  .u_abo .cont {
    padding: 0px calc(((100vw - 169px * 2) / 6));
  }

  .u_abo .item .block {
    width: 169px;
    font-size: 12px;
  }*/

}
