.status-bar-status {
    text-align: center;
    width: 175px;
    height: 26px;


    font-weight: 500;
    font-size: 14px;
    line-height: 16px;

    border-radius: 10px;

    padding-top: 5px;
    padding-bottom: 5px;

}

.oder__item-noget {
    background: #FFB701;
    color: #FFFFFF;

}

.oder__item-get {
    background: #F9F9F9;
    color: #313131;
}

.status-bar {
    max-width: 922px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 40px;
    padding-right: 35px;

    background: #FFFFFF;
    box-shadow: 0px 7px 29px rgba(100, 100, 111, 0.1);
    border-radius: 10px;

    margin-top: 13px;
}

.status-bar-info {
    display: flex;
    flex-direction: column;
}

.status-bar-info h1 {
    padding-bottom: 10px;
    font-weight: 700;
    font-size: 32px;
    line-height: 37px;

    color: #313131;

}


.single-main {
    padding-top: 37px;
}

.single-main-breadcrumb {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    color: #9CA7B5;
}

.single-main-buttons {
    display: flex;
    align-items: center;

    margin-top: 22px;
}

.single-main-buttons div {
    display: flex;
    align-items: center;

    margin-right: 20px;
}

.single-main-buttons button {
    background: transparent;
}

.single-main-buttons p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;

    margin-left: 5px;

    color: #313131;
}

.single-main-buttons {
    margin-bottom: 40px;
}

.single__wrapper {
    display: flex;
    flex-direction: column;
}

.single__wrapper-order {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;

    background: #FFFFFF;

    margin-bottom: 3px;
}

.single__order-info {
    display: flex;
    align-items: center;
}

.single__info-main {
    max-width: 387px;
}

.single__info-main div {
    display: flex;
}

.single__order-info img {
    max-width: 133px;
    height: 140px;

    margin-right: 20px;
}

.single__info-main div p:first-child {
    margin-right: 20px;
}

.single__info-main>h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #000000;

    margin-bottom: 18px;
}

.single__order-score {
    font-weight: 700;
    font-size: 24px;
    line-height: 28px;


    color: #313131;
}

.single__order-price {
    font-weight: 500;
    font-size: 32px;
    line-height: 37px;

    color: #313131;
}

.single__wrapper {
    padding-top: 3px;
    background: #F9F9F9;
}

.single-title {
    color: #FFB701;
}

.formPhoneOrderSingle {
    margin-top: 30px;
    margin-bottom: 33px;
}