html {
    line-height: 1.15;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 2 */
  }
  
  body {
    margin: 0;
  }
  
  main {
    display: block;
  }
  .v-none{
    visibility: hidden;
  }
    /* Style the progress bar container */
        #progressContainer {
      width: 230px;
    background-color: #330f60;
    border-radius: 5px;
    overflow: hidden;
    position: relative;
    height: 19px;
    margin-top: 20px;
    border-radius: 100px; 
    border: 5px solid #a32af7;
        }

        /* Style the progress bar itself */
        #progressBar { 
    height: 9px;
    background-color: #eff1ff;
    text-align: center;
    line-height: 30px;
    color: white;
    transition: width 0.5s ease-in-out; 
    border-radius: 104px;
        }
.d-none{
  display: none!important;
}
        .typing-demo {
    width: 19ch;
    animation: typing 3s steps(22), blink .3s step-end  alternate;
    white-space: nowrap;
    overflow: hidden;
    /* border-right: 2px solid #660099; */
    color: #9a9a9a;
    font-size: 14px;
    padding-top: 2px;
    padding-left: 5px;
}


@keyframes typing {
  from {
    width: 0
  }
}
    
@keyframes blink {
  50% {
    border-color: transparent
  }
}
        .track-parcel-text {
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: center;
}
  h1 {
    font-size: 2em;
    margin: 0.67em 0;
  }
  
  hr {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    height: 0;
    overflow: visible;
  }
  
  pre {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  a {
    background-color: transparent;
  }
  
  abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
            text-decoration: underline dotted;
  }
  
  b,
  strong {
    font-weight: bolder;
  }
  
  code,
  kbd,
  samp {
    font-family: monospace, monospace;
    font-size: 1em;
  }
  
  small {
    font-size: 80%;
  }
  
  sub,
  sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
  }
  
  sub {
    bottom: -0.25em;
  }
  
  sup {
    top: -0.5em;
  }
  
  img {
    border-style: none;
    vertical-align: top;
  }
  
  button,
  input,
  optgroup,
  select,
  textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
  }
  
  button,
  input {
    overflow: visible;
  }
  
  button,
  select {
    text-transform: none;
    background-color: transparent;
    border: none;
    padding: 0;
  }
  
  button,
  [type=button],
  [type=reset],
  [type=submit] {
    -webkit-appearance: button;
  }
  
  button::-moz-focus-inner,
  [type=button]::-moz-focus-inner,
  [type=reset]::-moz-focus-inner,
  [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0;
  }
  
  button:-moz-focusring,
  [type=button]:-moz-focusring,
  [type=reset]:-moz-focusring,
  [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText;
  }
  
  fieldset {
    padding: 0.35em 0.75em 0.625em;
  }
  
  legend {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
  }
  
  progress {
    vertical-align: baseline;
  }
  
  textarea {
    overflow: auto;
  }
  
  [type=checkbox],
  [type=radio] {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
  }
  
  [type=number]::-webkit-inner-spin-button,
  [type=number]::-webkit-outer-spin-button {
    height: auto;
  }
  
  [type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
  }
  
  [type=search]::-webkit-search-decoration {
    -webkit-appearance: none;
  }
  
  ::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
  }
  
  details {
    display: block;
  }
  
  summary {
    display: list-item;
  }
  
  template {
    display: none;
  }
  
  [hidden] {
    display: none;
  }
  
  * {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    list-style: none;
  }
  
  a,
  button {
    cursor: pointer;
  }
  
  ul {
    -webkit-padding-start: 0;
            padding-inline-start: 0;
    margin: 0;
  }
  
  p {
    margin: 0;
    color: #fff;
  }
  
  h1,
  h2,
  h3,
  h4 {
    margin: 0;
  }
  
  input:focus-visible {
    outline: none;
  }
  
  input,
  textarea {
    font: 16px/1.4 "Urbanist", sans-serif;
    width: 100%;
  }
  
  img {
    max-width: 100%;
    height: auto;
  }
  
  html,
  body {
    scroll-behavior: smooth;
    min-width: 320px;
    height: 100%;
  }
html {
  background-color: #330F60; /* Запасной цвет фона */
  background-image: url('../img/3.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  height: auto;
  width: 100%;
}
  
  body {
    font: 16px "Urbanist", sans-serif;
    line-height: 1;
    font-optical-sizing: auto;
    font-style: normal;
    font-weight: 500;
    overflow-x: hidden;
    position: relative;
    color: #fff;
    margin: 0;
    height: 100%;
    width: 100%;
  }

header {
    display: flex;
    justify-content: end;
    padding: 50px 50px 5px;
}

.header-btns {
    display: flex;
    align-items: center;
    border-radius: 50px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    background: rgba(255, 255, 255, 0.10);
    gap: 20px;
    padding: 15px 20px;
}
.header-btns a {
    transition: transform .3s ease;
}

.top-text {
    font-size: 20px;
    font-weight: 500; 
    margin-bottom: 30px;
}

.top-id {
    display: flex;
    align-items: center;
    border-radius: 50px;
    background: #EFF1FF;
    padding: 10px 10px 10px 30px;
    gap: 30px;
    color: #949494;
    font-size: 24px;
    font-weight: 400;
    margin-bottom: 80px;
    width: 294px;
}
.baner-btn-left {
    width: 66%;
}
.baner-btn-right {
    width: 34%;
}
.top-id .check img {
    width: 70px;
}

.content {
    max-width: 1440px;
    width: 100%;
    padding: 30px !important;
    border-radius: 20px;
    border: 4px solid rgba(255, 255, 255, 0.20);
    background: #EFF1FF;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.order-date {
    position: absolute;
    top: 30px;
    right: 30px;
    color: rgba(92, 54, 153, 0.50);
    font-size: 12px;
    font-weight: 400;
    padding: 5px 10px;
    border-radius: 50px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, #A82DF7 0%, #6D10F7 100%);
}
.warning {
    padding-bottom: 15px;
    margin-bottom: 20px;
    border-bottom: 1px solid rgba(92, 54, 153, 0.10);
    max-width: 608px;
    width: 100%;
    text-align: center;
}

.main-id {
    color: #5C3699;
    font-size: 18px;
    font-weight: 400;
    margin-bottom: 10px ;
}

.status-wrap {
    display: flex;
    align-items: center;
    gap: 5px;
    color: #323232;
    font-size: 12px;
    margin-bottom: 20px;
}

.status-wrap .status {
    display: flex;
    align-items: center;
    border-radius: 50px;
    color: rgba(92, 54, 153, 0.50);
    font-size: 12px;
    font-weight: 400;
    padding: 10px;
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(180deg, #A82DF7 0%, #6D10F7 100%);
    gap: 5px;
}

.main-title {
    color: #323232;
    font-size: 40px;
    font-weight: 600;
    line-height: 0.7;
    margin-bottom: 20px;
}

.main-undertitle {
    margin-bottom: 30px;
    color: #323232;
    font-weight: 300;
    font-size: 16px;
    text-align: center;
}

.main-undertitle span {
    color: #F17F7F;
    font-weight: 700;
}

.load-items {
    margin-bottom: 30px;
    border-radius: 50px;
    border: 1px solid rgba(176, 164, 255, 0.12);
    background: #FFF;
    width: 100%;
    display: flex;
    height: 14px;
    padding: 2px;
    gap: 4px;
}

.load-items .item {
    width: 16.66%;
    height: 100%;
    border-radius: 50px;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.load-items .item.show {
    opacity: 1;
}

.item1 {
    background: #FFE978;
    /*opacity:1!important;*/
}
.item2 {
    background: #FFD600;
    /*opacity:1!important;*/
}
.item3 {
    background: #FF9900;
    /*opacity:1!important;*/
}
.item4 {
    background: #FF5C00;
    /*opacity:1!important;*/
}
.item5 {
    background: #ff4400;
    /*opacity:1!important;*/
}
.item6 {
    background: #ff2600;
    /*opacity:1!important;*/
}

.continue-btn {
    display: flex;
    justify-content: center;
}

.continue-btn .link, .continue-btn a {
    color: #fff;
    text-decoration: none;
    border-radius: 50px;
    background: linear-gradient(131deg, #A82DF7 25.4%, #6D10F7 71.83%), #FFF;
    padding: 23px 100px;
    display: flex;
    align-items: center;
    font-size: 20px;
    cursor: pointer;
}

.continue-btn .link .arrows, .continue-btn a .arrows {
    display: flex;
    border-radius: 50px;
    background: rgba(255, 255, 255, 0.40);
    padding: 9px 14px;
    margin-left: 10px;
    gap: 10px;
    transition: transform .3s ease;
}

.arrow {
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    animation: blink 1.5s infinite;
}

.arrow1 {
    animation-delay: 0s;
}

.arrow2 {
    animation-delay: 0.5s;
}

.arrow3 {
    animation-delay: 1s;
}

@keyframes blink {
    0%, 100% {
        opacity: 0;
    }
    50% {
        opacity: 1;
    }
}

.box {
    position: absolute;
    bottom: 66%;
    left: -3%;
}

@media screen and (max-width: 1024px) { 
    header {
        padding: 20px 20px 30px;
    } 
    .top-text {
        margin-bottom: 20px;
    }
}
@media screen and (max-width: 800px) {
    .baner-btn-right {
    width: fit-content;
} 
    header {
        padding: 15px 20px 3px 20px;
    }
  .header-btns { 
    gap: 20px;
    padding: 6px 15px;
}
    .box {
        bottom: 76%;
        left: -33%;
        width: 85%;
    }
        .top-text { 
        margin-top: 15px;
    }
    .box {
        transform: scale(0.7);
        bottom: 66%;
        left: -20%;
    }
}
@media screen and (max-width:620px) {
    .main-id {
    display: none;
}
    .top-id  {
        font-size: 18px;
        gap: 0;
        width: 100%;
        justify-content: space-between;
        margin-bottom: 40px;
    }
    .load-items {
    margin-bottom: 15px;
    }
    .main-undertitle {
    margin-bottom: 15px;
    }
    .top-id .check img {
        width: 44px;
    }
    .main-id {
        font-size: 24px;
    }
    .status-wrap {
        font-size: 16px;
    }
    .status-wrap .status {
        font-size: 16px ;
    }
    .main-title {
        font-size: 30px;
        line-height: 1;
        text-align: center;
        margin-bottom: 10px;
    }
    .main-title img {
        padding: 0;
        width: 76px;
    }
    .continue-btn {
        width: 100%;
        justify-content: center;
    }
    .continue-btn .link {
        padding: 23px 0;
        width: 100%;
        justify-content: center;
    }
    .order-date {
        position: static;
        margin-bottom: 20px;
        font-size: 14px;
    }
    .box {
        transform: scale(0.6);
        bottom: 73%;
        left: -30%;
    }
    html {
        background-image: url('../img/bg-mob-svg.png');
    }
}
@media screen and (max-width: 411px) {
    .box {
        bottom: 73%;
        left: -38%;
    }
}
@media screen and (hover:hover) {
    .header-btns a:hover {
        transform: scale(1.1);
    }
    .continue-btn a:hover .arrows {
        transform: translateX(20px);
    }
    .header-btns .link:hover {
        transform: scale(1.1);
    }
    .continue-btn .link:hover .arrows {
        transform: translateX(20px);
    } 
}

.content.second {
    margin-top: 50px !important;
}

.content.second .box {
    bottom: 48%;
}
.main-title.second {
    font-size: 50px;
    color: #442890;
    font-weight: 900;
    text-align: center;
    display: block;
    padding: 0;
}
.main-title.second img {
    width: 105px;
}

.main-subtitle {
    color: #323232;
    font-size: 40px;
    font-weight: 600;
    margin-bottom: 20px;
    text-align: center;
}

.continue-btn a .mob {
    display: none;
}

@media screen and (max-width: 1200px) {
    .content.second .box {
        transform: scale(0.7);
        left: -12%;
    }
}
@media screen and (max-width: 1024px) {
    .content.second .box {
        display: none;
    }
    .order-date {
        display: none;
    }
    .main-title.second {
        font-size: 35px;
        font-weight: 900;
        line-height: 0.7;
    }
    .main-title.second img {
        width: 85px;
    }
    .main-subtitle {
        font-size: 20px;
        font-weight: 600;
    }
    .continue-btn a .mob {
        display: block;
        white-space: nowrap;
    }
    .continue-btn a .desc {
        display: none;
    }
    .content.second {
        margin: 0;
    }
}

.load-itemses {
    display: flex;
    margin-bottom: 30px;
    color: #323232;
    gap: 30px;
}

.load-itemses .item {
    max-width: 126px;
    width: 100%;
    font-size: 14px;
    font-weight: 400;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    position: relative;
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
}

.load-itemses .item.show {
    opacity: 1;
}

.load-itemses .item:last-child {
    color: #FF5C5C;
}

.load-itemses .item svg {
    margin-bottom: 10px;
}

.arr-desc {
    position: absolute;
    left: 57%;
    top: 9%;
}

.rotates {
    animation: rotate 3s linear infinite; 
}

@keyframes rotate {
    from {
      transform: rotate(0deg);
    }
    to {
      transform: rotate(360deg);
    }
  }

.arr-mob {
    display: none;
}

@media screen and (max-width: 800px) {
    .load-itemses {
        flex-direction: column;
        width: 100%;
        gap: 20px;
        padding: 0 20px;
    }
    .load-itemses .item {
        flex-direction: row;
        width: 100%;
        max-width: none;
        align-items: center;
        text-align: left;
    }
    .load-itemses .item svg {
        margin: 0 20px 0 0;
    }
    .arr-desc {
        display: none;
    }
    .item-text {
        flex: 1 1;
    }
      .arr-mob {
        display: block;
        position: absolute;
        top: 82%;
        left: 12px;
        height: 26px;
    }
    .content.second {
        padding: 30px 10px 30px!important;
    }
    .main-undertitle.second {
        padding: 0 20px;
    }
    .content.second {
    margin-top: 15px !important;
}
    .continue-btn a {
      padding: 23px 0;
      width: 100%;
      justify-content: center;
    }
    .continue-btn {
      width: 100%;
    }
    .first, .seconds {
      padding: 0 20px 50px !important;
    }
}

.first {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.second {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0 20px;
}
.hidden {
  display: none;
}