
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
/*
	background: url(../../img/popup/bg-pop-mail.jpg) 0 0 no-repeat;
	color: #444;
	text-shadow: none;

	-webkit-border-radius: 0;
	   -moz-border-radius: 0;
	        border-radius: 0;
*/
	border-radius: 12px;
}

.fancybox-opened {
	z-index: 10000;
}

.fancybox-opened .fancybox-skin {
/*
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
*/
	
}
.fancybox-outer {
/*    background-color: #fff;*/
}
.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: 25px;
	right: 25px;
	width: 47px;
	height: 47px;
	cursor: pointer;
	z-index: 8040;
    background: url(../img/popup/ico-close.png) 0 0 no-repeat;
    background-size: 100%;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: rgba(39, 39, 39, .9);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
	   only screen and (min--moz-device-pixel-ratio: 1.5),
	   only screen and (min-device-pixel-ratio: 1.5){

	#fancybox-loading, .fancybox-prev span, .fancybox-next span {
		background-image: url('fancybox_sprite@2x.png');
		background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
	}

	#fancybox-loading div {
		background-image: url('fancybox_loading@2x.gif');
		background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
	}
}

.package h2 {
    color: #1babe2;
    font-size: 24px;
    margin-bottom: 10px;
}
.package .item {
    margin-top: 30px;
}
.pricing-table {
    text-align: left;
/*    font-family: 'DtacRegular';*/
}
.pricing-table header {
    background-color: #1babe2;
    height: 60px;
    border-radius: 12px 12px 0 0;
    padding: 0 20px;
    position: relative;
    color: #fff;
    text-align: center;
    margin-bottom: 0;
}
.pricing-table header span {
    font-size: 36px;
    line-height: 1.7em;
}
.pricing-table .detail {
    background-color: #f3f3f4;
}
.pricing-table .detail ul {
    margin: 0;
    padding: 0;
    list-style: none;
}
.pricing-table .detail > ul > li {
    padding: 10px 20px;
    position: relative;
}
.pricing-table .detail b {
    display: block;
    font-size: 16px;
    margin-left: 38px;
}
.pricing-table .detail small, .pricing-table .detail .list-small {
    font-size: 13px;
    margin-left: 38px;
    font-family: 'tahoma';
    color: #666;
}
.pricing-table .detail .list-small, .pricing-table .detail .list-small li {
    line-height: 1.3;
}

.pricing-table .detail > ul > li.view-promotion {
    display: block;
    background: #d0cab5;
    padding: 10px 20px;
}
.pricing-table .detail > ul > li.view-promotion a {
    color: #000000;
    font-size: 16px;
    display: inline-block;
    padding-left: 38px;
}
.pricing-table .detail > ul > li.view-promotion a:hover {
    text-decoration: none;
}
.pricing-table .detail > ul > li.view-more {
    display: block;
    background: #939598;
    padding: 10px 20px;
}
.pricing-table .detail > ul > li.view-more a {
    color: #fff;
    font-size: 16px;
    display: inline-block;
    padding-left: 38px;
}
.pricing-table .detail > ul > li.view-more a:hover {
    text-decoration: none;
}
.pricing-table footer {
    background-color: #e7e7e8;
    border-radius: 0 0 12px 12px;
    text-align: center;
    padding: 12px 0;
}
.pricing-table [class*="ico"], .list-detail-pack [class*="ico"] {
  display: inline-block;
    position: absolute;
}


.ico-popup-tel {
    width: 35px;
    height: 30px;
    background: url(../img/popup/ico-tel.png) 0 0 no-repeat;
/*
    top: 0;
    left: 0;
*/
    top: 7px;
  left: 10px;
}

.ico-popup-3g {
    width: 35px;
    height: 30px;
    background: url(../img/popup/ico-3g.png) 0 0 no-repeat;
/*
    top: 0;
    left: 0;
*/
    top: 7px;
  left: 10px;
}
.ico-popup-3g-pre {
    width: 18px;
    height: 12px;
    background: url(../img/popup/ico-pack-3g-pre-bl.png) 0 0 no-repeat;
    top: 13px;
    left: 15px;
}

.ico-popup-wifi {
    width: 35px;
    height: 30px;
    background: url(../img/popup/ico-wifi.png) 0 0 no-repeat;
    top: 5px;
  left: 10px;
}

.ico-popup-cloud {
    width: 35px;
    height: 30px;
    background: url(../img/popup/ico-cloud.png) 0 0 no-repeat;
    top: 5px;
  left: 10px;
}

.ico-popup-promotion {
    width: 19px;
    height: 25px;
    background: url(../img/popup/ico-promotion.png) 0 0 no-repeat;
    top: 7px;
    left: 18px;
}

.list-detail-pack {
    margin: 0;
    padding: 0;
    list-style: none;
}
.list-detail-pack li {
    padding: 10px 10px 10px 30px;
    position: relative;
}

.package-box {
    background-color: #fff;
    width: 700px;
    min-height: 350px;
    border-radius: 12px;
}

.package-box > h1 {
    position: relative;
    background-color: #00a3e3;
    color: #fff;
    font-size: 24px;
    height: 50px;
    box-sizing: border-box;
    padding-top: 13px;
    font-weight: normal;
    padding-left: 65px;
    border-radius: 12px 12px 0 0;
}
.package-box > h1:before {
    content: '';
    display: block;
    position: absolute;
    top: 6px;
    left: 18px;
    background: url(../img/popup/ico-head-pop.png) 0 0 no-repeat;
    width: 40px;
    height: 37px;
}
.package-box .content {
    
}
.package-box .content .col {
    margin: 0;
    box-sizing: border-box;
}
.package-box .content .col.col-left {
    width: 245px;
    padding: 25px 38px;
}
.package-box .content .col.col-right {
    width: 455px;
    padding: 0 25px 0 38px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-left: 1px solid #ebebeb;
    min-height: 160px;
}

.row-input {
    margin-bottom: 25px;
}
.row-input label {
    display: block;
    font-size: 20px;
    margin-bottom: 5px;
    font-weight: normal;
}
.row-input input[type="text"], .row-input input[type="password"] {
    border-radius: 3px;
    border: 1px solid #ebebeb;
    width: 100%;
    height: 38px;
    box-sizing: border-box;
/*    font-family: 'DtacRegular';*/
    font-size: 18px;
    padding: 0 10px;
    color: #00a3e3;
}
.el-desc {
    font-size: 15px;
    margin-bottom: 2px;
}

.your-package {}
.your-package h2 {
/*    font-family: 'DtacRegular';*/
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 5px;
}
.row-packages {
    position: relative;
    border: 1px solid #ebebeb;
    border-radius: 12px;
    margin-bottom: 10px;
}
.row-packages > a {
    display: block;
}
.row-packages:after {
    content: '';
    display: block;
    position: absolute;
    top: 40px;
    right: 20px;
    background: url(../img/popup/ico-arrw-collapse.png) 0 0 no-repeat;
    width: 10px;
    height: 17px;
}
.row-packages.expand:after {
    top: 46px;
    right: 15px;
    background: url(../img/popup/ico-arrw-expand.png) 0 0 no-repeat;
    width: 16px;
    height: 10px;
}
.row-packages .pack-tn {
    float: left;
    padding: 20px;
    overflow: hidden;
}
.row-packages .pack-tn img {
    width: auto;
    float: left;
}
.row-packages .pack-detail {
    float: left;
    margin-top: 20px;
}
.row-packages .pack-detail h3 {
    font-size: 22px;
    margin-bottom: 5px;
}
.pack-price {
    color: #00a3e3;
    font-size: 20px;
}
.pack-price .lg-text {
    font-size: 36px;
}
.expand-content {
    position: relative;
    display: none;
    clear: both;
    border-top: 1px solid #ebebeb;
    margin: 0 20px;
}
.expand .expand-content {
    display: inherit;
}
.cdetail {
    position: relative;
}

.cdetail>ul>li {
    padding: 5px 20px;
    margin: 0 -20px;
    position: relative;
}
.cdetail [class*="ico"], .list-detail-pack [class*="ico"] {
    display: inline-block;
    position: absolute;
    margin-left: 10px;
    margin-top: -3px;
}
.cdetail b {
    display: block;
    font-size: 15px;
    margin-left: 50px;
    margin-top: 2px;
}
.cdetail>ul>li.view-promotion {
    background: #d0cab6;
}
.cdetail>ul>li.last {
    border-radius: 0 0 12px 12px;
}
.cdetail>ul>li.view-promotion span {
    color: #000;
    font-size: 15px;
    display: inline-block;
    padding-left: 50px;
}
.ico-popup-love {
    width: 42px;
    height: 46px;
    background: url(../img/popup/package/xico-love.png.pagespeed.ic.zye7_U9KSq.jpg) 0 0 no-repeat;
    top: 12px;
    right: 10px
}
.ico-popup-app {
    width: 35px;
    height: 30px;
    left: 10px;
    top: 7px;
    background: url(../img/popup/xico-app.png.pagespeed.ic.3MtrINuuLN.png) 0 0 no-repeat
}
.ico-popup-tel {
    width: 35px;
    height: 30px;
    background: url(../img/popup/xico-tel.png.pagespeed.ic.7Pv3BT7wKG.png) 0 0 no-repeat;
    top: 7px;
    left: 10px
}
.ico-popup-3g {
    width: 35px;
    height: 30px;
    background: url(../img/popup/ico-3g.png.pagespeed.ce.Basnj5LoWs.png) 0 0 no-repeat;
    top: 7px;
    left: 10px
}
.ico-popup-3g-pre {
    width: 18px;
    height: 12px;
    background: url(../img/popup/xico-pack-3g-pre-bl.png.pagespeed.ic.pax9tTi6KE.png) 0 0 no-repeat;
    top: 13px;
    left: 15px
}
.ico-popup-wifi {
    width: 35px;
    height: 30px;
    background: url(../img/popup/xico-wifi.png.pagespeed.ic.BhVlg7z89h.png) 0 0 no-repeat;
    top: 5px;
    left: 10px
}
.ico-popup-infinite {
    background: rgba(0, 0, 0, 0) url(../img/popup/xn_ico_infinite.png.pagespeed.ic.GRhEnMlzBo.png) no-repeat scroll 0 0;
    width: 24px;
    height: 24px;
    left: 16px;
    top: 10px;
}
.ico-popup-cloud {
    width: 35px;
    height: 30px;
    background: url(../img/popup/xico-cloud.png.pagespeed.ic.uWns7LVH_L.png) 0 0 no-repeat;
    top: 5px;
    left: 10px
}
.ico-popup-plus {
    width: 24px;
    height: 24px;
    background: url(../img/popup/xico-plus.png.pagespeed.ic.nC652NLreS.png) 0 0 no-repeat;
    top: 8px;
    left: 16px
}
.ico-popup-promotion {
    width: 19px;
    height: 25px;
    background: url(../img/popup/xico-promotion.png.pagespeed.ic.QjgzTd5t40.png) 0 0 no-repeat;
    top: 7px;
    left: 18px
}

.tel-num-active {
    position: relative;
    background: rgba(0,163,227,1);
background: -moz-linear-gradient(top, rgba(0,163,227,1) 0%, rgba(0,145,203,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,163,227,1)), color-stop(100%, rgba(0,145,203,1)));
background: -webkit-linear-gradient(top, rgba(0,163,227,1) 0%, rgba(0,145,203,1) 100%);
background: -o-linear-gradient(top, rgba(0,163,227,1) 0%, rgba(0,145,203,1) 100%);
background: -ms-linear-gradient(top, rgba(0,163,227,1) 0%, rgba(0,145,203,1) 100%);
background: linear-gradient(to bottom, rgba(0,163,227,1) 0%, rgba(0,145,203,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00a3e3', endColorstr='#0091cb', GradientType=0 );
    color: #fff;
    height: 32px;
    box-sizing: border-box;
    border-radius: 3px;
    padding: 5px 42px;
    font-size: 20px;
}
.tel-num-active:before {
    content: '';
    display: block;
    background: url(../img/popup/ico-mobilephone-active.png) 0 0 no-repeat;
    width: 11px;
    height: 23px;
    position: absolute;
    top: 4px;
    left: 17px;
}
.msg-error {
    color: #ec3737;
    font-size: 14px;
    line-height: 1.3;
    margin-top: 10px;
}
.btn-changenum {
    display: inline-block;
    height: 23px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 13px;
    color: #000;
    padding: 0 6px;
    margin-top: 10px;
}
.btn-changenum:before {
    content: '';
    display: inline-block;
    background: url(../img/popup/ico-swap.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.btn-reqotp {
    display: inline-block;
    height: 23px;
    border: 1px solid #dbdbdb;
    border-radius: 4px;
    font-size: 13px;
    color: #000;
    padding: 0 6px;
    margin-top: 10px;
}
.btn-reqotp:before {
    content: '';
    display: inline-block;
    background: url(../img/popup/ico-swap.png) 0 0 no-repeat;
    width: 10px;
    height: 10px;
    margin-right: 5px;
    position: relative;
    top: 1px;
}
.package-box .btn-back {
    display: block;
    /*background: url(../img/popup/ico-arrw-back.png) 0 3px no-repeat;*/
    padding-left: 15px;
    margin-top: 45px;
}
#btn_confirm {
    width: 183px;
    float: right;
    margin-top: 40px;
}
button#btn_confirm[disabled] {
    opacity: .5;
}
.summary {
    width: 390px;
    margin: 0 auto;
}
.summary h2 {
    color: #00a3e3;
    font-size: 20px;
    text-align: center;
    margin: 20px 0 10px;
}
.summary h2:before {
    content: '';
    display: block;
    background: url(../img/popup/ico-checked.png) #00a3e3 center center no-repeat;
    background-size: 35px 25px;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    margin: 0 auto 10px;
}
.summary .row-packages {
    overflow: hidden;
}
.summary .row-packages:after {
    display: none;
}
.summary .note {
    text-align: center;
    font-size: 15px;
}
.summary .note:before {
    content: '';
    display: inline-block;
    background: url(../img/popup/ico-pack-note.png) 0 0 no-repeat;
    width: 25px;
    height: 26px;
    position: relative;
    top: 7px;
    margin-right: 5px;
}

.alert-status {
    margin: 62px -10px 0;
}
.alert-status h2 {
    color: #00a3e3;
    font-size: 20px;
    text-align: center;
    margin: 20px 0 5px;
}
.alert-status h2:before {
    content: '';
    display: block;
    background: url(../img/popup/ico-error.png) #eb007f center center no-repeat;
    background-size: 22px 22px;
    width: 66px;
    height: 66px;
    border-radius: 33px;
    margin: 0 auto 10px;
}
.alert-status p {
    font-size: 15px;
}

.package-box .btn-select {
    width: 90px!important;
    font-size: 16px!important;
    position: absolute!important;
    top: -15px;
    right: 0;
    padding: 3px 0!important;
    z-index: 10;
}

.wrap-package .fancybox-close {
    position: absolute;
    top: 0;
    right: 0;
    width: 50px;
    height: 50px;
    background: url(../img/popup/ico-close.png) #0290d0 center center no-repeat;
    background-size: 21px 20px;
    border-radius: 0 12px 0 0;
}

.package-box .btn-dtacDefault {
    background: -webkit-gradient(linear,left top,right top,color-stop(0,#83007a),color-stop(.7,#fc007a));
    background: -webkit-linear-gradient(right,#83007a 0,#fc007a 70%);
    background: -webkit-linear-gradient(left,#83007a 0,#fc007a 70%);
    background: linear-gradient(to right,#83007a 0,#fc007a 70%);
    filter: progid:DXImageTransform.Microsoft.gradient(GradientType=1, startColorstr='#83007a', endColorstr='#fc007a');
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=1,startColorstr='#83007a', endColorstr='#fc007a')";
}
[class*="btn-dtac"] {
    display: block;
    color: #fff;
    border-radius: 10px;
    border: none;
    box-shadow: 0 3px #360033;
/*    font-family: 'DtacRegular';*/
    font-size: 18px;
    margin-bottom: 6px;
    padding: 10px 15px;
    position: relative;
}
[class*="btn-dtac"].text-center {
    width: 100%;
    padding: 5px 30px 5px 15px;
    font-size: 20px;
    text-align: center;
}



@media only screen and (max-width: 767px) {
    
    .package-box {
    width: 100%;
        height: 100%;
    border-radius: 0;
        
}
    .package-box .content {
        overflow: auto;
    }
    .package-box > h1, .wrap-package .fancybox-close {
        border-radius: 0;
    }
    .package-box > h1 {
        height: 60px;
        padding-top: 18px;
    }
    .wrap-package .fancybox-close {
        width: 60px;
        height: 60px;
        background: url(../img/popup/ico-close-m.png) #0290d0 center center no-repeat;
        background-size: 26px 27px;
    }
    .package-box > h1:before {
        top: 12px;
    left: 15px;
        background: url(../img/popup/ico-head-pop-m.png) 0 0 no-repeat;
        background-size: contain;
        width: 47px;
        height: 42px;
    }
    
    .package-box .content .col.col-left {
/*        float: none;*/
    width: 100%;
    padding: 25px 10px 0;
}
    .package-box .content .col.col-right {
/*        float: none;*/
    width: 100%;
    padding: 0 10px;
    margin-top: 25px;
    margin-bottom: 25px;
    border-left: none;
        padding-bottom: 60px;
}
    [class*="btn-dtac"].text-center {
    width: 240px;
    padding: 5px 0;
        margin: 0 auto;
}
    .el-desc {
        text-align: center;
    }
    .row-input input[type="text"], .row-input input[type="password"], .tel-num-active {
    height: 45px;
    font-size: 22px;
}
    .row-packages .pack-tn {
    padding: 20px 10px;
}
    .row-packages:after {
        right: 10px;
    }
    .tel-num-active {
        padding: 10px 42px;
    }
    .tel-num-active:before {
        top: 10px;
    }
    .btn-changenum, .btn-reqotp {
        height: 32px;
        font-size: 16px;
        padding: 0 10px;
        line-height: 2;
    }
    
    .summary {
        width: 100%;
        
    min-width: 320px;
        max-width: 767px;
        padding-left: 10px;
        padding-right: 10px;
        box-sizing: border-box;
    }
    .summary h2 {
    font-size: 22px;
    margin: 30px 0 20px;
}
    .package-box .content {
        position: absolute;
        width: 100%;
        height: 100%;
        overflow: auto;
    }
    #btn_confirm {
        width: 240px;
        float: none;
        margin-top: 40px;
    }
    .alert-status {
    margin: 25px 0 0;
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
}
    .alert-status h2 {
        font-size: 22px;
    }
    .alert-status p {
        text-align: center;
        font-size: 18px;
    }
    
    
    .summary .note {
        border-bottom: 1px solid #ebebeb;
        padding-bottom: 20px;
        margin-bottom: 20px;
    }
    .btn-close-bt {
        display: block;
        text-align: center;
        margin: 0 auto;
        font-size: 15px;
    }
    .btn-close-bt:before {
        content: '';
        display: inline-block;
        background: url(../img/popup/ico-close-bt.png) 0 0 no-repeat;
        width: 14px;
        height: 14px;
        background-size: contain;
        margin-right: 12px;
        position: relative;
        top: 3px;
    }
    
    .package-box .btn-back {
    display: block;
    margin: 25px auto 0;
    width: 63px;
}
    
    
}

@media only screen and (max-width: 320px) {
    .row-packages .pack-tn {
        padding: 25px 10px;
        width: 70px;
    }
    .row-packages:after {
        top: 50px;
    }
    .row-packages.expand:after {
    top: 52px;
    right: 10px;
    }
}

