.order-modal__title {
    z-index: 1;
    line-height: 3.4rem;
}
.paragraph-xl_bold.order-modal__title {
    line-height: 3.4rem;
}
.order-modal__text-info {
    color: #626262;
    z-index: 1;
    max-width: 560px;
}
.order-modal .select-date-modal__panel {
    width: 930px;
}
.order-modal .select-date-modal__panel{
    background: linear-gradient(180deg, #C1FF96 0%, #DDFDC7 70%);
    overflow: hidden;
}
.order-modal .select-date-modal__panel:after{
    content: " ";
    background-image: url("images/bg_success_modal.png");
    background-repeat: no-repeat;
    background-position: center;
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    right: 0;
    left: 0;
}

.select-date-modal__close {
    z-index: 2;
}

.custom-order-modal__policy {
    flex: 1;
}

@media (max-width: 1260px) {
    .order-modal .select-date-modal__panel {
        width: 320px;
    }
    .order-modal__title {
        width: 194px;
    }
    .paragraph-xl_bold.order-modal__title {
        line-height: 2.2rem;
    }
    .order-modal__text-info {
        width: 240px;
    }
    .order-modal .select-date-modal__panel:after{
        background-image: url("images/bg_success_modal_360.png");
        background-position: right;
    }
}