.order-empty__container {
    width: 100%;
    height: 100%;
    margin-top: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    margin-bottom: 100px;
    font-size: 16px;
}



.order-empty__container {
    display: flex;
    align-items: center;
    flex-direction: column;
}
.order-empty__img {
    display: flex;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 20rem;
    height: 20rem;
    border-radius: 50%;
    background: var(--main-background-color);
    margin-bottom: 5rem;
    overflow: hidden;
}

.order-empty__link {
    color: var(--link-color);
    border-bottom: 1px solid #E3EEFF;
}
.order-empty__link:hover {
    opacity: 0.7;
}

.order-empty-block__text {
    display: block;
    margin: 0 0 3rem;
    font-size: 2.5rem;
    line-height: 1.15;
    font-weight: 500;
}

.order-empty__img img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}