.track .result{
    /*width: 360px;*/
    width: 100%;
    margin: 15px auto;
}


.track .seq.hided{
    display: none;
}

.track .seq{
    display: flex;
    flex-direction: column;
    margin-top: 20px;
    margin-bottom: 40px;
    position: relative;
}
.track .seq .line{
    border-left: 2px solid var(--theme-base-color);
    position: absolute;
    width: 1px;
    height: 100%;
    left: 118px;
    top: 20px;
    display: none;
}
.track .seq>div{
    display: flex;
    align-items: flex-start;
    position: relative;
    padding: 0px 10px 15px; 
    font-size: 14px;
    line-height: 1.1em;   
}
.track .seq>div>div:not(.bullet){
	padding: 8px;
	display: flex;
	align-items: flex-start;
    max-width: 80px;
	min-width: 80px;
    justify-content: center;

}

.track .seq>div>div:not(.bullet)::before{
    display: none;
}
.track .seq>div>div:nth-child(2)::before{
    content: var(--title-2);
}
.track .seq>div>div:nth-child(3)::before{
    content: var(--title-3);
}
.track .seq>div>div:nth-chil(4)::before{
    content: var(--title-4);
}
.track .seq>div>div:nth-child(5)::before{
    content: var(--title-5);
}
.track .seq>div>div:nth-child(6)::before{
    content: var(--title-6);
}
.track .seq>div>div:nth-child(7)::before{
    content: var(--title-7);
}
.track .seq>div>div:nth-child(7)::before{
    content: var(--title-7);
}
.track .seq>div>div:nth-child(8)::before{
    content: var(--title-8);
}
.track .seq>div>div:nth-child(9)::before{
    content: var(--title-9);
}

.track .seq .caption>div:nth-child(2)::before{
    content: var(--title-2);
    display: block;
}

.track .seq .caption>div:nth-child(3)::before{
    content: var(--title-3);
    display: block;
}

.track .seq .caption>div:nth-child(4)::before{
    content: var(--title-4);
    display: block;
}

.track .seq .caption>div:nth-child(5)::before{
    content: var(--title-5);
    display: block;
}

.track .seq .caption>div:nth-child(6)::before{
    content: var(--title-6);
    display: block;
}

.track .seq .caption>div:nth-child(7)::before{
    content: var(--title-7);
    display: block;
}

.track .seq .caption>div:nth-child(8)::before{
    content: var(--title-8);
    display: block;
}




/*
.track .seq>div>div:not(.bullet)::before{
        content: ' ssss';
        
}
*/
.track .seq>div>div:nth-child(2){
	max-width: 180px;
	min-width: 180px;
}
.track .seq>div>div:last-child{
	max-width: 160px;
	min-width: 160px;
	margin-left:auto;
}


.track .seq>div:last-child .bullet:before{
   display: none;
}

.track .seq .top .bullet:before{
	top: 15px;
}
.track .seq .bottom .bullet:before{
    	bottom: 15px;
}

.track .bullet{
    margin-right: 10px;
    width: 50px;
    height: 50px;
    min-width: 50px;
    min-height: 50px;
    background: #ffff;
    color: #15449e;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    border: 2px solid #15449e;
    align-self: flex-start;
}
.track .seq>div.done .bullet{
    background: #15449e;
    color: #fff;
}

.track .seq>div.done .bullet::after{
        content: '\2713';
        color: #fff;
        font-size: 20px;
        font-weight: 800;
}

.track .bullet:before{
    position: absolute;
    width: 6px;
    height: 100%;
    background: #15449e;
    color: #fff;
    content: "";
    z-index: -1;
    bottom: 0px;
}
.track .seq .single .bullet:before{
    padding-right: 5px;
    display: none;
}

.track .btn{
    max-width: 316px;
}
.track .title{
    margin-top: 20px;
}

.track .err {
	color :red;
}
.track .caption>div:nth-child(1){
    max-width: 50px;
    min-width: 50px !important;
}
.track .order-details{
    text-decoration: underline;
    cursor: pointer;
}

@media(max-width:992px){
    .track .seq .caption{
        display: none;
    }
    .track .seq>div{
        flex-direction: column;
    }
    .track .seq>div>div:not(.bullet){
        max-width: 100%;
        min-width: 80%;
        padding-right: 50px;
        box-sizing: border-box;
        margin-left: 80px;
        margin-right: 0px;
        text-align: left;
        justify-content: flex-start;
    }
    .track .seq>div>div:nth-child(2){
        margin-top: -50px;
    }
     .track .seq>div>div{
        flex-direction: column;
     }
    .track .seq>div>div:not(.bullet)::before{
        display: block;
        margin-right: 10px;
        font-weight: 800;
    }
}

.track_page .track-again__info-data-three .track-again__text_bold{
    height: auto !important;
}