.wrapper-cust-assist {
    display: flex;
    flex-wrap: wrap;
    margin: -10px;
}

.cust-assist {
    width: 75%;
    padding: 10px;
    box-sizing: border-box;
}

.cust-assist-list {
    display: flex;
    flex-wrap: wrap;
    margin: -20px;
    padding: 10px;
    align-items: stretch;
}

.cust-assist-item {
    padding: 10px;
    width: 33.333%;
    box-sizing: border-box;
}

.cust-assist-item.cust-assist-item-big {
    width: 66.666%;
}

.cust-assist-elem {
    text-align: center;
    border-radius: 6px;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 15px;
    padding-top: 47px;
    min-height: 220px;
    background-color: #FFFFFF;
}

.cust-assist-item-text {
    border-radius: 6px;
    display: block;
    font-size: 18px;
    font-weight: 700;
    line-height: 20px;
    width: 100%;

}

.cust-assist-item-big span {
    display: none;
}

.cust-assist-item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 60px;
    width: 60px;
    margin-bottom: 15px;
}

.cust-assist-item-img img {
    box-sizing: border-box;
    display: block;
}

.cust-assist-elem.wrapper-track-form {
    padding: 50px 30px 30px 30px
}

.track-form {
    width: 100%;
}

.track-form div {
    display: flex;
    padding-top: 26px;
}

.track-form button {
    width: 100%;
    max-width: 100px;
}

.track-form input {
    width: 100%;
    color: #989898;
    font-size: 14px;
    margin-right: 8px;
}

.track-form-label {
    font-size: 18px;
    font-weight: 700;
    line-height: 18px;
}

.back-call {
    display: flex;
    padding: 10px;
    width: 25%;
    box-sizing: border-box;
}

.back-call-elem {
    padding: 20px;
    border-radius: 6px;
    background-color: #F4F4E8;
    width: 100%;
    text-align: center;
    padding-top: 60px;
}

.back-call-content {
    margin-bottom: 50px;
}

.back-call-elem button {
    width: 100%;
    max-width: 180px;
}

.back-call-img {
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    margin-bottom: 20px;
}

.back-call-text {
    font-size: 18px;
    font-weight: 700;
    line-height: 24px;
    margin-bottom: 25px;
}

.back-call-text .back-call-number {
    white-space: nowrap;
}

.back-call-text span {
    display: block;
    font-weight: 400;
    font-size: 14px;
}

.back-call-button {
    width: 100%;

}

.change-delivery-date-popup {
    display: none;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 20px;
}

.change-delivery-date-popup.active {
    position: fixed;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 20;
    background-color: rgba(0, 0, 0, 0.2);
}

.change-delivery-date-popup__content {
    position: relative;
    width: 100%;
    max-width: 680px;
    background-color: #FFFFFF;
    padding: 30px;
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
}

.change-delivery-date-popup .btn-main {
    padding: 10px 20px;
}

.order-item {
    margin-bottom: 25px;
}

.order-item__id {
    font-size: 18px;
    line-height: 21px;
    font-weight: 700;
    margin-bottom: 20px;
}

.order-item__description {
    display: flex;
    padding: 25px 20px;
    border-radius: 4px;
    background-color: #f1f1f1;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -ms-border-radius: 4px;
    -o-border-radius: 4px;
}

.order-item__description>div {
    line-height: 16px;
    width: 23%;
}

.order-item__status .value {
    color: #e05c24;
}

.order-item .order-item__toral {
    width: 31%;
    text-align: right;
    font-weight: 700;
}

.change-delivery-date-form__title {
    font-size: 18px;
    line-height: 21px;
    margin-bottom: 15px;
    font-weight: 700;
}

.change-delivery-date-form__inputs {
    display: flex;
    width: 100%;
}

.change-delivery-date-form__input:not(.submit) {
    display: flex;
    align-items: center;
    position: relative;
    width: 100%;
    max-width: 240px;
    padding-left: 38px;
}

.cooperate-form__input {
    width: 100%;
    max-width: 200px;
}

.change-delivery-date-form__input-description {
    position: absolute;
    padding: 12px;
}

.change-delivery-date-form__input input[type='date'] {
    padding-right: 10px;
}

.change-delivery-date-form__input label {
    position: absolute;
    color: #999999;
    font-size: 14px;
    line-height: 14px;
    left: 50px;
    top: 50%;
    transform: translate(0, -50%);
}

.change-delivery-date-form__input.date-to {
    margin-right: 22px;
}

.change-delivery-date-form__input.date-to::before,
.change-delivery-date-form__input.date-from::before {
    position: absolute;
    top: 50%;
    left: 15px;
    transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
}

.change-delivery-date-form__input.date-from::before {
    content: "c";
}

.change-delivery-date-form__input.date-to::before {
    content: "на";
}

.change-delivery-date-form__input label.hidden {
    display: none;
}

.change-delivery-date-popup__close {
    position: absolute;
    right: 15px;
    top: 15px;
}

.change-delivery-date-popup__close,
.change-delivery-date-popup__close img {
    display: block;
    width: 14px;
    height: 14px;
    cursor: pointer;
}

@media screen and (max-width: 700px) {
    .change-delivery-date-form__inputs {
        flex-wrap: wrap;
        justify-content: center;
        gap: 30px 0;
    }

    .change-delivery-date-form__input:not(.submit) {
        width: 50%;
    }

    .change-delivery-date-form__input:not(.submit),
    .change-delivery-date-form__input input {
        max-width: 100%;
    }

    .change-delivery-date-form__input.submit,
    .change-delivery-date-form__input.submit input {
        width: 150px;
    }

    .change-delivery-date-form__input.date-to {
        margin-right: 0;
    }
}

@media screen and (max-width: 600px) {
    .order-item .order-item__description>div {
        width: calc(50% - 7.5px);
    }

    .order-item__description {
        flex-wrap: wrap;
        gap: 20px 15px;
    }

    .order-item .order-item__toral {
        text-align: left;
    }


    .change-delivery-date-form__input.date-to::before {
        left: 10px;
    }
}

@media screen and (max-width: 500px) {

    .change-delivery-date-form__input:not(.submit),
    .order-item .order-item__description>div,
    .change-delivery-date-form__input.submit,
    .change-delivery-date-form__input.submit input {
        width: 100%;
    }

}

@media screen and (max-width: 1200px) {
    .cust-assist-item-text>span {
        -webkit-line-clamp: 4;
    }
}

@media screen and (max-width: 1023px) {
    .cust-assist {
        width: 100%;
    }

    .back-call-content {
        margin-bottom: 0px;
        margin-right: 13%;
    }

    .back-call-button {
        padding-top: 10px;
        width: 180px;

    }

    .back-call-elem {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        padding: 33px 30px;
    }

    .back-call {
        width: 100%;
    }
}

@media screen and (max-width: 600px) {
    .cust-assist {
        padding: 0px;
    }

    .cust-assist-list {
        margin: -5px;
    }

    .cust-assist-item {
        width: 100%;
        padding: 5px;
    }

    .cust-assist-item.cust-assist-item-big {
        width: 100%;
        order: 1;
        min-height: 220px;
    }

    .cust-assist-item-text {
        font-size: 16px;
        width: 100%;
    }

    .cust-assist-elem {
        padding: 15px 20px;
        text-align: left;
        flex-direction: row;
        align-items: center;
        min-height: 80px;
    }

    .cust-assist-item {
        width: 100%;
    }

    .cust-assist-item-img {
        max-height: 50px;
        margin-bottom: 0;
        margin-right: 25px;
    }

    .cust-assist-item-img img {
        max-width: 50px;
        max-height: 50px;
    }

    .wrapper-track-form {
        padding: 30px;
        text-align: center;
    }

    .track-form-label {
        margin-bottom: 21px;
        font-size: 18px;
    }

    .track-form div {
        flex-direction: column;
    }

    .track-form input {
        margin-right: 0px;
        margin-bottom: 16px;
    }

    .track-form button {
        max-width: 100%;
    }

    .back-call-content {
        margin: 0 auto;
        margin-bottom: 45px;
    }

    .back-call-elem {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
        padding: 54px 10px;
        padding-bottom: 45px;
    }
}
