@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');

*, *:before, *:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*::selection {
  background: #000;
  color: #fff;
}
*::-moz-selection {
  background: #000;
  color: #fff;
}
*::-webkit-selection{
  background: #000;
  color: #fff;
}
::-webkit-scrollbar{
    width:8px;
    height: 8px;
}
::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
::-webkit-scrollbar-thumb{
    border: none;
    background-color: #010101;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    -khtml-border-radius: 10px;
    border-radius: 10px;
    behavior: url(border-radius.htc);
    width: 20px;
    max-width: 20px;
    margin-left: -10px;
}
::-webkit-scrollbar-thumb:hover{
    background-color: #010101;
    cursor: pointer;
}
::-webkit-scrollbar-thumb:active {
  background: #010101;
}
::-webkit-scrollbar-track{
    border: none;
  background-color: #f5f5f5;
}
::-webkit-scrollbar-track:hover{
  background-color: #f5f5f5;
  cursor: pointer;
}
::-webkit-scrollbar-track:active {
  background: #f5f5f5;
}
::-webkit-scrollbar-corner {
  background: transparent;
}
html{
  margin: 0;
  width: 100%;
  -webkit-text-size-adjust: 100%;
}
html,
body{
  width: 100%;
  color: #000;
  background: #F9F4F2;
}
body{
  margin: 0;
  width: 100%;
  color: #212121;
  font-family: "Montserrat", "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  -webkit-text-size-adjust: 100%;
}
img{
  max-width: 100%;
  height: auto;
}
iframe{
  max-width: 100%;
}

h1,h2,h3,h4,h5,h6{
  font-weight: 700;
  margin: 0;
  line-height: 1.2;
}
ol,ul{
  padding-left: 20px;
}

#page{
  font-size: 16px;
  line-height: 1.6;
  float: left;
  width: 100%;
  position: relative;
  left: 0;
  top: 0;
  color: #212121;
  background: #f5f5f5;
  overflow: hidden;
  z-index: 9;
}
.wrap-line{
  float: left;
  width: 100%;
  position: relative;
  margin: 0;
  padding: 0;
}
.wrap-grid{
  max-width: 100%;
  margin: 0 auto;
  padding: 0 30px;
}
.page-wrap-grid{
  max-width: 600px;
  padding: 0;
  margin: 0 auto;
}

.block{
  float: left;
  width: 100%;
}

.bl-separline{
  float: left;
  width: 100%;
  margin: 35px 0;
}
.bl-separline span{
  display: block;
  max-width: 340px;
  width: 100%;
  margin: 0 auto;
  height: 1px;
  background: #FB6615;
}

#home{
  background: #FFFDFB url('../images/bg-home.svg') center top no-repeat;
  background-size: contain;
}

.header{
  width: 100%;
  z-index: 199;
  padding: 20px 0;
}

.header-logo{
  float: left;
}
.header-logo a{
  display: block;
  text-decoration: none;
  outline: none;
}
.header-logo img{
  display: block;
  height: 32px;
  width: auto;
}

.appstore-badge{
  border-radius: 13px;
  border: 1px solid #A6A6A6;
  background: #FFF;
  display:block;
  width: 100%;
  margin: 0 auto;
  max-width: 360px;
  text-decoration:none;
  border-radius:16px;
  background:#fff;
  padding: 6px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.20);
  -webkit-tap-highlight-color:transparent;
}
.appstore-badge__inner{
  display:flex;
  align-items:center;
  justify-content: center;
  gap:16px;
  padding:10px 30px 10px 15px;
  width:100%;
  border-radius:10px;
  color:#fff;
  background:linear-gradient(180deg,#111 0%, #000 100%);
  box-shadow:inset 0 1px 0 rgba(255,255,255,.12);
}
.appstore-badge__icon{
  width:45px;
  height:46px;
  display:flex;
  align-items:center;
  justify-content:center;
  flex:0 0 45px;
}
.appstore-badge__icon svg{
  width:46px;
  height:46px;
  display:block;
}
.appstore-badge__text{
   display:block;
}
.appstore-badge__small{
  display:block;
}
.appstore-badge__small svg{
  height: 13px;
  width: 130px;
  display: block;
}
.appstore-badge__big{
  display:block;
  margin-top: 5px;
}
.appstore-badge__big svg{
  display: block;
  width: 130px;
  height: 32px;
}
.appstore-badge:active{
  transform:translateY(1px);
}
.appstore-badge__inner{
  position: relative;
  overflow: hidden;
}
.appstore-badge__inner::after{
  content: "";
  position: absolute;
  top: -50%;
  left: -150%;
  width: 60%;
  height: 200%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,.15) 45%,
    rgba(255,255,255,.35) 50%,
    rgba(255,255,255,.15) 55%,
    transparent 100%
  );
  transform: rotate(15deg);
  pointer-events: none;
  animation: appstore-shine 3.5s ease-in-out infinite;
}
@keyframes appstore-shine{
  0%   { left: -150%; }
  60%  { left: 120%; }
  100% { left: 120%; }
}


#home-track{

}
#home-track .title{
  color: #212121;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 800;
  line-height: 1;
  font-variant: small-caps;
}
#home-track .subtitle{
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.24;
  margin-top: 16px;
}
#home-track .form{
  max-width: 360px;
  margin: 35px auto 0;
}
#home-track .form .form-item{
  position: relative;
}
#home-track .form .form-item input{
  display: block;
  border-radius: 16px;
  border: 3px solid #FB6514;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  color: #212121;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  height: 60px;
  padding: 0 15px;
  width: 100%;
  outline: none;
  letter-spacing: -0.025em;
}
#home-track .form .form-item .input-mssg-error{
  position: absolute;
  left: 15px;
  top: 100%;
  margin-top: 7px;
  width: 100%;
  max-width: 223px;
  z-index: 31;
  color: #E53330;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  border-radius: 4px;
  background: #ffebeb;
  padding: 10px 12px;
  box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.12);
}
#home-track .form .form-item .input-mssg-error:before{
  content: "";
  position: absolute;
  width: 20px;
  height: 18px;
  left: 16px;
  top: -12px;
  display: block;
  background: url('../images/mssg-arrow.svg') center no-repeat;
  background-size: contain;
}
#home-track .form .form-btns{
  margin-top: 12px;
}
#home-track .form .btn-form{
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
  color: #FFF;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 30px;
  border-radius: 16px;
  background: #FB6514;
  background: linear-gradient(90deg, #FB6514 0%, #FF9E3C 50%, #FB6514 100%);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  padding: 15px 15px;
}
#home-track .form .btn-form svg{
  display: block;
  width: 24px;
  height: 24px;
  flex: 0 0 24px;
}
#home-track .form .btn-form:active{
  transform:translateY(1px);
}
#home-track .form .form-infotext{
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.24;
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#home-track .form .form-infotext span{
  display: flex;
  align-items: center;
  padding-top: 5px;
  min-height: 26px;
  padding-left: 25px;
  background: url('../images/icon-lock.svg') left center no-repeat;
  background-size: contain;
} 

#home-about{

}
#home-about .title{
  color: #212121;
  text-align: center;
  font-size: 35px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  font-variant: small-caps;
}
#home-about .items{
  margin-top: 30px;
  display: flex;
  justify-content: center;
}
#home-about .wrap-items{
  width: auto;
  max-width: 100%;
}
#home-about .item{
  display: flex;
  align-items: center;
  min-height: 60px;
  position: relative;
  padding-left: 60px;
}
#home-about .item + .item{
  margin-top: 12px;
}
#home-about .item-cont{
  padding-left: 12px;
}
#home-about .item .icon{
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -30px;
  width: 60px;
  height: 60px;
  z-index: 1;
  display: block;
}
#home-about .item .icon1{
  background: url('../images/icon-packages.svg') center no-repeat;
  background-size: contain;
}
#home-about .item .icon2{
  background: url('../images/icon-carriers.svg') center no-repeat;
  background-size: contain;
}
#home-about .item .icon3{
  background: url('../images/icon-found.svg') center no-repeat;
  background-size: contain;
}
#home-about .item .name{
  color: #212121;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
}
#home-about .item .text{
  font-size: 16px;
  font-style: normal;
  line-height: 1.2;
  margin-top: 2px;
}

#home-apps{

}
#home-apps .raiting{
  text-align: center;
  display: flex;
  width: 100%;
  align-items: center;
  justify-content: center;
  gap: 4px;
}
#home-apps .raiting img{
  width: 30px;
  height: 28px;
  display: block;
}
#home-apps .label{
  margin-top: 5px;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.24;
  display: flex;
  justify-content: center;
  align-items: center;
}
#home-apps .label .label-val{
  display: flex;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0 30px;
  position: relative;
  min-height: 70px;
}
#home-apps .label .label-val:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background: url('../images/icon-leaf.svg') left center no-repeat;
  background-size: contain;
}
#home-apps .label .label-val:after{
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 70px;
  background: url('../images/icon-leaf2.svg') right center no-repeat;
  background-size: contain;
}
#home-apps .wrap-btns{
  margin-top: 15px;
  text-align: center;
}
#home-apps .textinfo{
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.24;
  margin-top: 12px;
}

.footer{
  margin-top: 30px;
  padding: 10px 0 40px;
}
.footer .logo{
  float: left;
}
.footer .logo img{
  height: 32px;
  width: auto;
  display: block;
}
.footer .copyright{
  float: right;
  color: #5F5B6B;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
  align-items: center;
  min-height: 32px;
}


#tracking{
  position: relative;
  min-height: 100vh;
  width: 100%;
  display: block;
  background: #FFFDFB url('../images/bg-tracking.jpg') center top no-repeat;
  background-size: cover;
  padding-bottom: 65px;
}
#tracking .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: block;
  background: #FFFDFB url('../images/bg-tracking-img.jpg') center no-repeat;
  background-size: cover;
}
#tracking .bg:before{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  background: rgba(255, 255, 255, 0.01);
  backdrop-filter: blur(10px);
}
#tracking .bg:after{
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 360px;
  z-index: 5;
  background: linear-gradient(180deg, #FFF 26.49%, rgba(255, 255, 255, 0.00) 100%);
}
#tracking-header,
#tracking-number,
#tracking-progress,
#tracking-found{
  position: relative;
  z-index: 9;
}

#tracking-number .icon{

}
#tracking-number .icon span{
  width: 50px;
  height: 50px;
  display: block;
  background: url('../images/icon-packages.svg') center no-repeat;
  background-size: contain;
  margin: 0 auto;
}
#tracking-number .label{
  color: #7B778C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1px;
  margin-top: 10px;
}
#tracking-number .number{
  margin-top: 10px;
  display: flex;
  justify-content: center;
}
#tracking-number .number span{
  color: #212121;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  border-radius: 13px;
  background: #F0F0F0;
  display: block;
  padding: 6px 15px;
}

#tracking-progress{
  margin-top: 15px;
  padding: 13px 15px 15px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
}
#tracking-progress .bl-label{
  display: inline-block;
  width: 100%;
}
#tracking-progress .bl-label .label{
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  padding: 2px 0;
  letter-spacing: 0.1px;
  float: left;
}
#tracking-progress .bl-label .val{
  border-radius: 12px;
  background: #DAFFCD;
  color: #7B778C;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 14px;
  letter-spacing: 0.1px;
  display: block;
  padding: 5px 10px;
  float: right;
}
#tracking-progress .bl-steps{
  margin-top: 12px;
}
#tracking-progress .bl-steps .step{
  position: relative;
  width: 100%;
  display: none;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity .3s ease, transform .3s ease;
}
#tracking-progress .bl-steps .step .step-flex{
  align-items: center;
  display: flex;
  padding-left: 70px;
  min-height: 60px;
  position: relative;
}
#tracking-progress .bl-steps .step.active{
  opacity: 1;
  transform: translateY(0);
}
#tracking-progress .bl-steps .step + .step{
  margin-top: 20px;
}
#tracking-progress .bl-steps .step .name{
  color: #3DDB55;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
}
#tracking-progress .bl-steps .step .text{
  color: #40444F;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 20px;
  letter-spacing: 0.1px;
  margin-top: 2px;
}
#tracking-progress .bl-steps .step .icon{
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 0;
  left: 0;
}

#tracking-found{
  margin-top: 30px;
  padding: 17px 32px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
}
#tracking-found .item{
  display: flex;
  align-items: center;
  width: 100%;
  padding-left: 60px;
  min-height: 60px;
  position: relative;
}
#tracking-found .item-cont{
  padding-left: 20px;
}
#tracking-found .item .icon{
  position: absolute;
  display: block;
  width: 60px;
  height: 60px;
  top: 50%;
  margin-top: -30px;
  left: 0;
  background: url('../images/icon-tracking-found.svg') center no-repeat;
  background-size: contain;
}
#tracking-found .item .name{
  color: #3DDB55;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 0.1px;
}
#tracking-found .item .text{
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.4;
  letter-spacing: 0.1px;
  margin-top: 8px;
}


.progress-circle{
  position: relative;
  width: 60px;
  height: 60px;
}
.progress-circle svg{
  width: 100%;
  height: 100%;
  transform: rotate(-90deg);
}
.progress-circle circle{
  fill: none;
  stroke-width: 12;
}
.progress-circle .bg{
  stroke: #e6e6e6;
}
.progress-circle .progress{
  stroke: #3DDB55;
  stroke-linecap: round;
  stroke-dasharray: 339.3;
  stroke-dashoffset: 339.3;
}
.progress-circle .value{
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #3DDB55;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 20px;
  letter-spacing: 0.1px;
}
.progress-circle .checked{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 6;
}
.progress-circle .checked span{
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/icon-step-check.svg') center no-repeat;
  background-size: contain;
  opacity: 0;
}
.progress-circle.finish-anim .checked span{
  opacity: 1;
}

#ready{
  background: #FFFDFB url(../images/bg-home.svg) center top no-repeat;
  background-size: contain;
}

#ready-package-head{
  padding: 0;
}
#ready-package-head .img{

}
#ready-package-head .img img{
  width: 165px;
  height: auto;
  display: block;
  margin: 0 auto; 
}
#ready-package-head .number{
  display: flex;
  justify-content: center;
  margin-top: -60px;
  position: relative;
  z-index: 6;
}
#ready-package-head .number span{
  color: #212121;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  display: block;
  border-radius: 24px;
  border: 3px solid #FB6514;
  background: rgba(255, 255, 255, 0.60);
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  padding: 12px 30px;
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
}
#ready-package-head .label{
  display: flex;
  justify-content: center;
  margin-top: 10px;
  position: relative;
  z-index: 6;
}
#ready-package-head .label span{
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FB6514;
  background: linear-gradient(90deg, #FB6514 0%, #FF9E3C 50%, #FB6514 100%);
  border-radius: 22px;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.20);
  color: #F5F5F5;
  text-align: center;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  padding: 5px 30px;
  min-height: 65px;
}

#ready-package-info{
  margin-top: 20px;
  border-radius: 16px;
  background: #FFF;
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
  padding: 18px 18px;
}
#ready-package-info .bl-head{
  display: flex;
  width: 100%;
  align-items: center;
  padding-left: 50px;
  position: relative;
  min-height: 50px;
}
#ready-package-info .bl-head .icon{
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 50px;
  background: url('../images/icon-packages.svg') center no-repeat;
  background-size: contain;
}
#ready-package-info .bl-head .info-head-cont{
  padding-left: 10px;
}
#ready-package-info .bl-head .info-head-cont .label{
  display: block;
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.1px;
}
#ready-package-info .bl-head .info-head-cont .number{
  color: #212121;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1;
  margin: 3px 0 0;
  display: block;
}
#ready-package-info .bl-locked{
  margin-top: 29px;
}
#ready-package-info .bl-locked .label{
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.24;
  position: relative;
  padding-left: 25px;
}
#ready-package-info .bl-locked .label:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: -5px;
  width: 18px;
  height: 25px;
  background: url('../images/icon-lock.svg') center no-repeat;
  background-size: contain;
}
#ready-package-info .bl-locked .text{
  margin-top: 3px;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
}
#ready-package-info .bl-locked .list{
  position: relative;
  margin-top: 20px;
}
#ready-package-info .bl-locked .list .list-items{
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 0 0 25px;
}
#ready-package-info .bl-locked .list .list-items:before{
  content: "";
  width: 4px;
  top: 10px;
  left: 120px;
  bottom: 0;
  display: block;
  position: absolute;
  background: #E7E9EF;
}
#ready-package-info .bl-locked .list .item{
  display: flex;
  position: relative;
}
#ready-package-info .bl-locked .list .item + .item{
  margin-top: 50px;
}
#ready-package-info .bl-locked .list .item .td1{
  width: 120px;
  flex: 0 0 120px;
  text-align: right;
  padding-right: 40px;
}
#ready-package-info .bl-locked .list .item .td2{
  flex: 1;
  padding-right: 60px;
  padding-left: 40px;
}
#ready-package-info .bl-locked .list .item .td3{
  position: absolute;
  right: 0;
  top: 0;
  width: 46px;
}
#ready-package-info .bl-locked .list .item .date{
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.5;
}
#ready-package-info .bl-locked .list .item .time{
  color: #5F5B6B;
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}
#ready-package-info .bl-locked .list .item .name{
  color: #000;
  font-size: 11px;
  font-style: normal;
  font-weight: 700;
  line-height: 1.6;
}
#ready-package-info .bl-locked .list .item .location{
  color: #5F5B6B;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1.4;
}
#ready-package-info .bl-locked .list .item .dpoint{
  position: absolute;
  top: 5px;
  left: 113px;
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #F1F2FA;
  z-index: 3;
}
#ready-package-info .bl-locked .list .item .dpoint:before{
  content: "";
  width: 10px;
  height: 10px;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -5px 0 0 -5px;
  z-index: 1;
  border-radius: 50%;
  background: #E7E9EF;
}
#ready-package-info .bl-locked .list .item.active .dpoint{
  background: #c1def4;
}
#ready-package-info .bl-locked .list .item.active .dpoint:before{
  background: #1C76B8;
}
#ready-package-info .bl-locked .list .item.active .dpoint:after{
  content: "";
  display: block;
  position: absolute;
  width: 4px;
  top: 10px;
  left: 7px;
  height: 50px;
  background: linear-gradient(180deg, #1C76B8, #E7E9EF);
}
#ready-package-info .bl-locked .overflow-locked{
  display: block;
  position: absolute;
  left: -5px;
  top: -5px;
  right: -5px;
  bottom: -5px;
  z-index: 13;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.40) -26.33%, #FFF 93.68%);
  backdrop-filter: blur(2.5px);
}
#ready-package-info .bl-locked .overflow-locked .wrap-locked{
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 35px;
  padding: 0 10px;
  text-align: center;
}
#ready-package-info .bl-locked .overflow-locked .textinfo{
  color: #212121;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 1.2;
  margin-top: 8px;
}
#ready-package-info .bl-locked .overflow-locked .locked-title{
  margin: 0 0 10px;
  color: #212121;
  text-align: center;
  font-size: 24px;
  font-style: normal;
  font-weight: 800;
  line-height: 1.24;
  position: relative;
  display: flex;
  align-items: center;
  gap: 4px;
  justify-content: center;
}
#ready-package-info .bl-locked .overflow-locked .locked-title:before{
  content: "";
  display: block;
  width: 28px;
  height: 30px;
  flex: 0 0 28px;
  background: url('../images/icon-unlock.svg') center no-repeat;
  background-size: contain;
  position: relative;
  top: -5px;
}

#ready-package-info .bl-trackline{
  margin-top: 20px;
}
#ready-package-info .bl-trackline .trackline{
  display: flex;
  align-items: center;
  gap: 5px;
  height: 32px;
}
#ready-package-info .bl-trackline .trackline .dot{
  width: 16px;
  height: 16px;
  display: block;
  flex: 0 0 16px;
  background: #ECECF4;
  border-radius: 50%;
  position: relative;
}
#ready-package-info .bl-trackline .trackline .dot.current svg{
  position: absolute;
  left: 10%;
  top: 10%;
  height: 80%;
  width: 80%;
  display: block;
  z-index: 4;
  opacity: 0;
  transform: scale(0);
}
#ready-package-info .bl-trackline .trackline .dot-sp{
  flex: 1;
  display: block;
  position: relative;
}
#ready-package-info .bl-trackline .trackline .dot-sp svg{
  display: block;
  flex: 1;
  width: 100%;
}



#tracking,
#ready{
  display: none;
}

#tracking-found{
  opacity: 0;
  transform: translate(0, 10px);
}

#tracking-found.active{
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.6s ease;
}

#ready #ready-package-info{
  opacity: 0;
  transform: translate(0, 10px);
  overflow: hidden;
}
#ready.active #ready-package-info{
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.6s ease .3s;
}

#ready #ready-package-info .bl-locked .overflow-locked .wrap-locked{
  opacity: 0;
  transform: translate(0, 25px);
}
#ready.active #ready-package-info .bl-locked .overflow-locked .wrap-locked{
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.6s ease 3s;
}

#ready #ready-package-info .bl-locked .list .item{
  opacity: 0;
}
#ready.active #ready-package-info .bl-locked .list .item:nth-child(1){
  opacity: 1;
  transition: all 0.3s ease 2s;
}
#ready.active #ready-package-info .bl-locked .list .item:nth-child(2){
  opacity: 1;
  transition: all 0.3s ease 2.3s;
}
#ready.active #ready-package-info .bl-locked .list .item:nth-child(3){
  opacity: 1;
  transition: all 0.3s ease 2.6s;
}
#ready.active #ready-package-info .bl-locked .list .item:nth-child(4){
  opacity: 1;
  transition: all 0.3s ease 2.9s;
}

#ready-package-info .bl-locked .label,
#ready-package-info .bl-locked .text{
  opacity: 0;
  transform: translate(-100px, 0);
}
#ready.active #ready-package-info .bl-locked .label,
#ready.active #ready-package-info .bl-locked .text{
  opacity: 1;
  transform: translate(0, 0);
  transition: all 0.6s ease 1.6s;
}

#ready.active #ready-package-info .bl-trackline .trackline .dot.active{
  background: #FB6514;
  background: linear-gradient(90deg, #FB6514 0%, #FF9E3C 50%, #FB6514 100%);
  transition: all 0.3s ease .3s;
}
#ready.active #ready-package-info .bl-trackline .trackline .dot.current{
  width: 32px;
  height: 32px;
  flex: 0 0 32px;
  background: #FB6514;
  background: linear-gradient(90deg, #FB6514 0%, #FF9E3C 50%, #FB6514 100%);
  transition: all 0.3s ease .9s;
}
#ready.active #ready-package-info .bl-trackline .trackline .dot.current svg{
  opacity: 1;
  transform: scale(1);
  transition: all 0.3s ease 1.2s;
}
#ready #ready-package-info .bl-trackline .trackline .dot.active + .dot-sp:before{
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  z-index: 4;
  height: 100%;
  background: #FB6514;
  background: linear-gradient(90deg, #FB6514 0%, #FF9E3C 50%, #FB6514 100%);
  border-radius: 3px;
}
#ready.active #ready-package-info .bl-trackline .trackline .dot.active + .dot-sp:before{
  width: 100%;
  transition: all 0.3s ease .6s;
}


@media (max-width: 500px){
  #tracking-found{
    padding: 17px 20px;
  }
  #tracking-progress .bl-label .label{
    font-size: 14px;
  }
  #tracking-progress .bl-label .val{
    font-size: 13px;
  }
  #home-track .title{
    font-size: 32px;
  }
  #home-about .title{
    font-size: 32px;
  }
  #home-about .item .name{
    font-size: 21px;
  }
  #home-about .item .text{
    font-size: 15px;
  }
  .wrap-grid{
    padding: 0 25px;
  }
}
@media (max-width: 400px){
  .wrap-grid{
    padding: 0 20px;
  }
  #ready-package-info .bl-locked .overflow-locked .locked-title{
    font-size: 20px;
  }
  #ready-package-info .bl-locked .text{
    font-size: 15px;
  }
  #ready-package-head .label span{
    font-size: 20px;
  }
  #ready-package-head .img img{
    width: 145px;
  }
  #ready-package-head .number span{
    font-size: 16px;
  }
  #ready-package-head .number{
    margin-top: -58px;
  }
  #home-track .form{
    margin-top: 25px;
  }
}