.order__wrapper {
    background: #F9F9F9;

    z-index: -1;
}

.oder__wrapper-item {
    max-width: 922px;
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 3px;

    padding-right: 37px;

    background-color: #ffffff;
}

.order__item-info h1 {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #000000;
}

.order__item-info a {
    font-weight: 500;
    font-size: 16px;
    line-height: 18px;

    color: #FFB701;
}

.order__item-info p {
    font-weight: 400;
    font-size: 16px;
    line-height: 18px;
    color: #313131;
}

.order__item-info img {
    margin-right: 20px;
}


.order__item-info {
    display: flex;
    align-items: center;
}

.order__info-product {
    display: flex;
    flex-direction: column;
}

.order__info-param {
    display: flex;
}

.order__info-param p {
    margin-right: 20px;
}

.order__info-product h1,
.order__info-product a {
    margin-bottom: 8px;
}


.order-status {
    text-align: center;
    width: 175px;

    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;
}

.formPhoneOrder {
    margin-bottom: 33px;
    margin-top: 20px;
}