#create-order {
    background: #f6f6f6;
    padding-bottom: 50px;
}

#create-order h1, #create-order h2, #create-order h3 {
    margin-bottom: 40px;
}

#create-order .btn-schedules-info-close {
    color: #6e7279;
    text-decoration: none;
}

#create-order .route-name {
    font-size: 24px;
    font-weight: bold;
    line-height: 26px;
    padding-left: 15px;
}

#create-order .route-name span {
    display: block;
    text-align: center;
}

#create-order .route-info-lnk {
    line-height: 22px;
    padding-right: 15px;
}

#create-order .route-row {
    padding: 10px 15px;
}

#create-order .route-row + .route-row {
    border-top: 1px dashed #b8b8b8;
}

#create-order .info .block-label {
    height: 30px;
    font-size: 18px;
    font-weight: bold;
    padding: 10px 0;
}

@media screen and (min-width: 767px) {
    #create-order .info .block-label {
        height: 50px;
    }
}

#create-order .info .block-station-name {
    font-size: 16px;
    line-height: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}

#create-order .info .block-station-address {
    font-size: 14px;
}

#create-order .info .block-station-datetime {
    display: flex;
    align-items: baseline;
    color: #b21919;
    margin-bottom: 5px;
}

#create-order .info .block-station-date {
    margin-left: 10px;
    font-size: 14px;
    word-spacing: 3px;
}

#create-order .info .block-station-time {
    font-size: 24px;
    font-weight: 500;
}

#create-order .info .block-route-bus {
    line-height: 16px;
    font-size: 14px;
    text-align: center;
    margin-bottom: 15px;
}

#create-order .info .block-route-bus:before {
    content: '';
    display: block;
    width: 22px;
    height: 35px;
    margin: auto;
    background: url("/images/icons/bus.png") left top no-repeat;
}

#create-order .info .route-delimiter {
    position: relative;
    height: 1px;
    background: white;
    border-top: 1px solid #000000;
}

#create-order .col-md-1 .route-delimiter {
    margin-left: -15px;
    margin-right: -15px;
    top: 96px;
}

#create-order .info .route-delimiter:before,
#create-order .info .route-delimiter:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    display: block;
    width: 13px;
    height: 13px;
    background: white;
    border: 3px solid #b21919;
    border-radius: 50%;
}

#create-order .info .route-delimiter:after {
    right: -6px;
    left: auto;
}

#create-order .ticket-return-policy-button {
    height: 30px;
    line-height: 30px;
    width: 100%;
    border: 1px dashed rgba(204, 204, 204, .5);
    text-decoration: underline;
    text-align: center;
    display: block;
    max-width: 170%;
    border-radius: 15px;
    font-size: 13px;
    margin-top: 10px;
}

#create-order .departure-info {
    color: #000000;
    margin-top: 30px;
    font-size: 14px;
    margin-bottom: 5px;
}

#create-order .departure-info h4 {
    font-size: 18px;
    font-weight: bold;
    text-transform: none;
}

#create-order .departure-info p {
    line-height: 20px;
}

#create-order .panel-default {
    border-radius: 5px;
    border: 1px solid #f3f3f3;
    box-shadow: 0 3px 3px #cccccc;
}

#create-order .passengers {
    /*margin-top: 30px;*/
}

#create-order .passenger {
    padding: 30px;
    position: relative;
}

#create-order .passenger + .passenger {
    border-top: 1px dashed #999;
}

#create-order .passenger .ticket-title {
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 10px;
    padding-right: 20px;
}

#create-order .passenger .ticket-price {
    font-size: 24px;
    font-weight: 700;
    color: #b21919;
    padding-bottom: 10px;
    padding-right: 20px;
}

#create-order .passenger .type {
    font-size: 14px;
    line-height: 38px;
    padding-bottom: 8px;
}

#create-order .passenger .btn-remove {
    width: 30px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    background: url("/images/icons/clear.png") center no-repeat;
}

#create-order .form-group {
    width: 100%;
}

#create-order .form-control {
    font-size: 18px;
    font-weight: 700;
}

#create-order .selectize-input,
#create-order .form-control:not(.selectize-control) {
    border-radius: 3px !important;
    border: none;
    box-shadow: none;
    width: 100%;
    height: auto;
    padding: 15px;
    background: #f3f3f3;
}

#create-order .selectize-dropdown {
    font-weight: 400;
    font-size: 0.9em;
    cursor: pointer;
}

#create-order label {
    font-weight: normal;
    font-size: 10px;
    color: #b1b1b1;
    text-transform: uppercase;
}

#create-order input[type=radio] {
    opacity: 0;
}

#create-order input[type=radio] + label {
    position: relative;
    font-size: 18px;
    font-weight: 700;
    text-transform: none;
    color: #aba5a5;
    padding-left: 10px;
}

#create-order input[type=radio]:checked + label {
    color: #555;
}

#create-order input[type=radio] + label:before {
    content: '';
    position: absolute;
    top: 2px;
    left: -16px;
    display: block;
    width: 18px;
    height: 18px;
    border: 2px solid #b21919;
    border-radius: 50%;
}

#create-order input[type=radio]:checked + label:after {
    content: '';
    position: absolute;
    top: 6px;
    left: -12px;
    display: block;
    width: 10px;
    height: 10px;
    background: #b21919;
    border-radius: 50%;
}

#create-order .passenger .input-subinfo {
    float: right;
    display: block;
    color: rgb(204, 204, 204);
    margin-left: 5px;
}

#create-order .passenger .helper {
    float: right;
    width: 16px;
    height: 16px;
    background: rgb(215, 215, 215);
    border-radius: 8px;
    text-align: center;
    font-size: 12px;
}

#create-order .add-passenger {
    padding: 20px 30px;
    background-color: rgba(242, 242, 242, 1);
    border-top: 1px dashed #999;
}

#create-order .btn-add-passenger {
    position: relative;
    font-weight: 500;
    padding-left: 50px;
    padding-top: 5px;
}

#create-order .btn-add-passenger:before {
    content: '+';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 40px;
    height: 40px;
    background: #b21919;
    color: #ffffff;
    border-radius: 5px;
    font-size: 18px;
    line-height: 40px;
    box-shadow: 0 4px 2px #b1b1b1;
}

#create-order .btn-add-passenger:hover:before {
    background: #d91313;
}

#create-order .seats {
    padding: 20px 30px;
    font-size: 14px;
}

#create-order h4 {
    text-transform: none;
    font-weight: bold;
    font-size: 24px;
}

#create-order .seats h4 {
    margin-bottom: 20px;
}

#create-order .select-seats {
    margin-bottom: 15px;
    margin-top: 20px;
}

#create-order .select-seats .selected,
#create-order .select-seats .seats-route {
    display: inline-block;
    vertical-align: middle;
}

#create-order .select-seats .selected {
    font-size: 18px;
    font-weight: 700;
    background: #f3f3f3;
    padding: 20px 20px;
    border-radius: 5px;
    box-shadow: 0 3px 3px #cccccc;
    margin-right: 15px;
    margin-bottom: 10px;
    position: relative;
    padding-left: 45px;
}

#create-order .select-seats .selected:before {
    content: '';
    width: 24px;
    height: 24px;
    background: url("/images/icons/seat.png") no-repeat;
    position: absolute;
    left: 15px;
    top: 50%;
    margin-top: -12px;
}

#create-order .select-seats .seats-route {
    font-size: 12px;
    width: 100%;
}

#create-order .seat-image {
    width: 70px;
    padding-left: 9px;
    float: left;
}

#create-order .seat-image-main {
    width: 36px;
    height: 39px;
    background: white;
    border: 1px solid #999;
    border-radius: 3px;
    position: relative;
    top: -5px;
}

#create-order .seat-image-right,
#create-order .seat-image-left {
    width: 9px;
    height: 26px;
    background: white;
    border-radius: 3px;
    border: 1px solid #999;
    bottom: 0;
    left: -9px;
    position: absolute;
}

#create-order .seat-image-right {
    left: auto;
    right: -9px;
}

#create-order .seat-image-back {
    width: 36px;
    height: 9px;
    background: white;
    border-radius: 3px;
    border: 1px solid #999;
    bottom: -9px;
    left: 0;
    position: absolute;
}

#create-order .form-bottom {
    margin-top: 30px;
}

#create-order .form-bottom-contacts {
    padding: 20px 30px;
}

#create-order .form-bottom-price {
    /*padding: 5px 15px 15px;*/
}

#create-order .form-bottom-contacts .contacts-info {
    padding-bottom: 10px;
    font-size: 14px;
}

#create-order .form-bottom-price .price {
    font-size: 14px;
}

#create-order .form-bottom-price h4 {
    padding-left: 20px;
    padding-top: 15px;
}

#create-order .form-bottom-price .children td {
    padding-top: 10px;
}
#create-order .form-bottom-price td:first-child {
    width: 80%;
    padding-right: 14px;
    padding-left: 20px;
}
#create-order .form-bottom-price td:last-child {
    width: 20%;
    padding-right: 20px;
}

#create-order .form-bottom-price .total-sum {
    font-size: 18px;
    border-top: 1px dashed rgba(202, 202, 202, 1);
    font-weight: 700;
    line-height: 20px;
    padding: 20px 0;
}

#create-order .form-bottom-price .total-sum td {
    padding-top: 15px;
    padding-bottom: 15px;
}

#create-order .form-bottom-submit {
    padding: 20px 30px;
}

#create-order .form-bottom-submit .btn {
    height: 60px;
    line-height: 60px;
    background: #b21919;
    border: none;
    border-radius: 3px;
    color: white;
    padding: 0;
    text-align: center;
    width: 280px;
    text-transform: uppercase;
    box-shadow: 0 3px 3px #cccccc;
    font-weight: 500;
}

#create-order .payment-time-notice {
    display: inline-block;
    margin-left: 20px;
    font-size: 14px;
    max-width: 330px;
    vertical-align: middle;
}

@media screen and (max-width: 768px) {
    #create-order .payment-time-notice {
        max-width: 250px;
    }
}
@media screen and (max-width: 660px) {
    #create-order .payment-time-notice {
        display: block;
        margin-left: 0;
        margin-top: 15px;
    }
}

#create-order .help-block {
    color: red;
}

#create-order .agreement_and_privacy {
    box-sizing: border-box;
    padding: 20px 30px;
    font-size: 14px;
    line-height: 18px;
    background: #f3f3f3;
    position: relative;
}

#create-order .agreement_and_privacy #agreement_and_privacy_checkbox,
#create-order .agreement_and_privacy .agreement_and_privacy_label {
    position: absolute;
    top: 14px;
    left: 30px;
}

#create-order .agreement_and_privacy #agreement_and_privacy_checkbox {
    opacity: 0;
}

#create-order .agreement_and_privacy .agreement_and_privacy_label:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
    width: 33px;
    height: 33px;
    background: url("/images/icons/toggle_off.png");
}

#create-order .agreement_and_privacy #agreement_and_privacy_checkbox:checked + .agreement_and_privacy_label:before {
    background: url("/images/icons/toggle_on.png");
}

#create-order .agreement_and_privacy .agreement_and_privacy_list {
    list-style: none;
    padding: 0;
    padding-left: 55px;
}

#create-order .agreement_and_privacy .agreement_and_privacy_list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}

#create-order .agreement_and_privacy .agreement_and_privacy_list li:before {
    content: '';
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 5px;
    background: #b21919;
    position: absolute;
    top: 4px;
    left: 0;
}

/*--------------------------------------------------------------------------------------------------------------------*/
#create-order .prev-passenger-data-icon {
    width: 26px;
    height: 24px;
    margin-top: 10px;
    margin-right: 10px;
    border: none;
    cursor: pointer;
    pointer-events: auto;
}

#create-order .prev-passenger-data-icon:before {
    position: absolute;
    display: block;
    content: '';
    width: 24px;
    height: 24px;
    top: 4px;
    background: url("/images/icons/user_id.png") no-repeat;
}

#create-order .last_name .dropdown {
    position: relative;
}

#create-order .last_name .dropdown-content {
    position: absolute;
    z-index: 10;
    background-color: #ffffff;
    width: 400px;
    box-shadow: 2px 3px 5px #cecece;
}

@media screen and (max-width: 991px) {
    #create-order .last_name .dropdown-content {
        width: 100%;
    }
}

#create-order .last_name .dropdown-content .head {
    background: #d16464;
    color: #ffffff;
}

#create-order .last_name .dropdown-content .head:after {
    width: 100%;
    clear: both;
    content: "";
    display: block;
}

#create-order .last_name .dropdown-content .head .title {
    width: 95%;
    padding: 10px 15px;
}

#create-order .last_name .dropdown-content .head .title > div:first-child {
    font-size: 20px;
}

#create-order .last_name .dropdown-content .head .close {
    color: #ffffff;
    opacity: 1;
    font-size: 20px;
    text-shadow: none;
    position: absolute;
    top: 7px;
    right: 8px;
}

#create-order .last_name .dropdown-content .items {
    width: 100%;
    display: flex;
    flex-direction: column;
}

#create-order .last_name .dropdown-content .items .item .fio {
    width: 80%;
}

#create-order .last_name .dropdown-content .items .item {
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid #f2f2f2;
    border-top: none;
}

#create-order .last_name .dropdown-content .items .item:hover {
   background-color: #f2f2f2;
}

#create-order .last_name .dropdown-content .items .item:hover .fio {
   color: #3399cc;
}

/*--------------------------------------------------------------------------------------------------------------------*/
.steps_block {
    background: #ffffff;
    box-shadow: 0 3px 2px #cccccc;
    margin-bottom: 50px;
}

.steps {
    display: flex;
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 16px;
    font-weight: 500;
}

.step {
    padding: 5px;
    color: rgb(202, 202, 202);
}

.step a {
    color: rgb(202, 202, 202);
    text-decoration: none;
}

.step a:hover {
    color: rgb(202, 202, 202);
    text-decoration: underline;
}

.step.current,
.step.current a,
.step.current a:hover {
    color: #b21919;
}

.step.active,
.step.active a,
.step.active a:hover {
    color: rgb(102, 102, 102);
}

.next {
    padding: 10px 25px;
    color: #000000;
    font-size: 20px;
}

.step i {
    font-size: 16px;
    line-height: 16px;
}

.step .step-title {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    height: 14px;
}

.step.current .step-title {
    color: #33343c;
}

.step .step-title.back {
    background: url("/images/icons/arrow_thin.png") left top no-repeat;
}

@media screen and (min-width: 767px) {
    #create-order .route-name span {
        display: inline;
        text-align: left;
    }

    .step {
        /*width: 100px;*/
        /*text-align: center;*/
    }

    .step i {
        font-size: 36px;
        line-height: 36px;
    }
}

#create-order .form-control[disabled] {
    color: #b3b3b3;
}

#order-info {
    background: #f6f6f6;
}
#order-info .panel-default {
    border-radius: 7px;
    border: 1px solid #f3f3f3;
    border-left: 8px solid #b21919;
    box-shadow: 0 3px 3px #cccccc;
    margin-bottom: 25px;
}

#order-info .order-number {
    font-size: 28px;
    text-align: center;
    padding: 10px 0;
    border-radius: 5px;
}

#order-info .order-return-notice {
    padding: 15px;
}

@media screen and (min-width: 767px) {
    #order-info .order-number {
        font-size: 48px;
        line-height: 70px;
        text-align: left;
        padding: 0;
        margin-bottom: 30px;
    }

    #order-info .order-return-notice {
        font-size: 20px;
        padding: 0 30px;
        margin-bottom: 30px;
    }
}

/** === OrderBlock **/
.order-month {
    padding: 15px 0;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 700;
    color: #b21919;
}

.order-month:before {
    content: "";
    position: relative;
    top: -2px;
    display: block;
    float: left;
    height: 24px;
    width: 24px;
    background: #b21919;
    border: 6px solid #ffffff;
    border-radius: 50%;
    box-shadow: 0 3px 2px #cccccc;
    margin-right: 15px;
}

.order {
    margin-bottom: 20px;
}

.order-header {
    background: inherit;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    justify-content: space-between;
    padding: 15px 15px 10px;
}

#user-tickets .order-header {
    background: #33343c;
    color: #dbdbdb;
    border-radius: 7px;
    border: 1px solid #dadada;
}

#user-tickets .order__closed .order-header {
    background-color: #ffffff;
    color: #333333;
}

#user-tickets .panel-default {
    background: #ffffff;
    box-shadow: 0 3px 3px #cccccc;
    border: 7px;
    border-top: 1px solid #dadada;
    border-left: 8px solid #33343c;
    margin: 0;
}

.order-header_item {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}

.order-header_item-label {
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
}

.order-header_item-val {
    font-size: 13px;
    font-weight: bold;
    text-align: right;
}

.order-header_item-toggle {
    font-size: 24px;
    margin-bottom: -10px;
}

.order__closed .order-header_item-toggle {
    color: rgba(209, 100, 100, 1);
}

.order-header_item-toggle .glyphicon-plus-sign:before,
.order-header_item-toggle .glyphicon-minus-sign:before {
    content: '';
    display: block;
    width: 24px;
    height: 24px;
    background: url("/images/icons/plus-o.png");
}
.order-header_item-toggle .glyphicon-minus-sign:before {
    background: url("/images/icons/minus-o.png");
}

.order-direction {
    border: 0 solid rgb(242, 242, 242);
    border-left-width: 1px;
    border-right-width: 1px;
    display: flex;
    padding: 15px;
    padding-bottom: 5px;
    flex-direction: column;
}

.order-direction-title {
    font-size: 24px;
    color: #333333;
    line-height: 24px;
    font-weight: bold;
    white-space: nowrap;
}

.order-direction-title .arrow-back,
.order-direction-title .arrow-straight {
    font-family: FontAwesome;
    font-size: 24px;
    line-height: 24px;
    width: 30px;
    display: block;
    float: left;
}

.order-direction-title .arrow-straight:before {
    content: "\f105";
}

.order-direction-title .arrow-back:before {
    content: "\f104";
}

.order-direction-time {
    color: #999999;
    font-size: 14px;
    padding-left: 30px;
    line-height: 24px;
    white-space: nowrap;
}

.order-direction-bus {
    color: #333333;
    font-size: 14px;
    padding-left: 30px;
    line-height: 24px;
}

.order-direction-bus:before {
    font-family: FontAwesome;
    content: "\f207 ";
}

.order-route {
    border: 0 solid rgb(242, 242, 242);
    border-left-width: 1px;
    border-right-width: 1px;
    display: flex;
    flex-direction: column;
}

.order-route_name {
    background: rgba(194, 50, 50, 1);
    color: white;
    display: flex;
    justify-content: center;
}

.order-route_name-label {
    font-size: 14px;
    padding: 5px;
}

.order-route_name-num {
    font-size: 14px;
    padding: 5px;
    font-weight: bold;
}

.order-route_info {
    padding: 15px;
}

.order-route_info-delimiter {
    position: relative;
    height: 1px;
    border-top: 1px solid #000000;
    width: 70px;
    margin: 0 10px;
    top: 55px;
}
.order-route_info-delimiter:before,
.order-route_info-delimiter:after {
    content: "";
    position: absolute;
    top: -6px;
    left: -6px;
    display: block;
    width: 13px;
    height: 13px;
    background: white;
    border: 3px solid #b21919;
    border-radius: 50%;
}

.order-route_info-delimiter:after {
    right: -6px;
    left: auto;
}

.order-route_info-label {
    color: #999999;
    font-size: 13px;
    white-space: nowrap;
}

.order-route_info-datetime {
    display: flex;
    align-items: baseline;
    color: #b21919;
}

.order-route_info-date {
    margin-left: 10px;
    font-size: 14px;
    word-spacing: 3px;
}

.order-route_info-time {
    font-size: 18px;
    font-weight: 700;
}

.order-route_info-text {
    color: #333333;
    font-size: 18px;
    font-weight: bold;
}

.order-route_info-sub {
    font-size: 12px;
}

.order-receipts {
    background: #f4f4f4;
    padding: 0 15px;
}

.order-receipts_header {
    font-size: 18px;
    font-weight: bold;
}

.order-receipts_tickets {
    display: block;
    width: 100%;
}

.order-receipts_ticket {
    display: flex;
    flex-direction: column;
    padding: 10px 0;
}

.order-receipts_ticket-info {
    display: table;
    padding: 5px 0;
}

.order-receipts_ticket + .order-receipts_ticket {
    border-top: 1px dashed #cccccc;
}

.order-receipts_ticket-info_label,
.order-receipts_ticket-info_val {
    display: table-cell;
    width: 50%;
}

.order-receipts_ticket-info_label {
    color: #999999;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
}

.order-receipts_ticket-info_val {
    color: #555555;
    font-size: 13px;
    font-weight: 700;
    line-height: 14px;
    text-align: right;
}

.order-receipts_ticket-info_link {
    font-size: 12px;
    font-weight: 500;
    line-height: 14px;
    display: table;
    margin-top: 12px;
}

.order-receipts_ticket-info_link:before {
    display: table-cell;
    vertical-align: middle;
    width: 34px;
    height: 24px;
    content: '';
    background: url("/images/icons/picture_as_pdf.png") no-repeat;
}

.order-receipts_ticket-info_link a {
    color: #375b92;
    text-decoration: underline;
    display: table-cell;
    vertical-align: middle;
}

.order-receipts_ticket-info.return-ticket div {
    display: flex;
}

.order-receipts_ticket-info.return-ticket .btn {
    border: none;
    background: rgba(215, 215, 215, 1);
    position: relative;
    top: -3px;
    font-size: 12px;
}

.order-footer {
    background-color: rgba(209, 100, 100, 1);
    border-radius: 0 0 6px 6px;
    height: 6px;
}

.order__closed .order-footer {
    display: none;
}

@media screen and (min-width: 767px) {

    .order-header {
        min-height: 75px;
        flex-direction: row;
        padding: 0;
    }

    .order-header_item {
        flex-direction: column;
        justify-content: center;
        padding-left: 40px;
        padding-right: 30px;
    }

    .order-header_item + .order-header_item {
        padding-left: 0;
    }

    .order-header_item__number {
        flex-basis: 165px;
        min-width: 165px;
    }

    .order-header_item__date {
        flex-basis: 160px;
        min-width: 160px;
    }

    .order-header_item__sum {
        flex-basis: 160px;
        min-width: 160px;
    }

    .order-header_item__status {
        flex-basis: 100%;
    }

    .order-header_item__repeat {
        flex-basis: 50px;
    }

    .order-header_item__toggel {
        padding-right: 25px;
    }

    .order-header_item-val {
        font-size: 18px;
        font-weight: bold;
        text-align: left;
    }

    .order-direction {
        padding: 20px 30px 0 30px;
        flex-direction: row;
    }

    .order-direction-title {
        position: relative;
        top: -2px;
    }

    .order-direction-time:nth-last-child(2):nth-child(2) {
        padding-left: 60px;
    }

    .order-direction-bus {
        text-align: right;
        flex-basis: 100%;
    }

    .order-route {
        align-items: flex-start;
        padding: 20px 30px 20px 0;
        flex-direction: row;
    }

    .order-route_name {
        flex-basis: 70px;
        min-width: 70px;
        border-radius: 0 5px 5px 0;
        text-align: center;
        flex-direction: column;
    }

    .order-route_name-label {
        font-size: 13px;
        padding: 5px 0 0;
        line-height: 14px;
    }

    .order-route_name-num {
        font-size: 28px;
        line-height: 30px;
        padding: 0 0 5px;
    }

    .order-route_info {
        padding: 0 0 0 30px;
    }

    .order-receipts {
        padding: 0 30px;
    }

    .order-receipts_tickets {
        display: table;
        width: 100%;
    }

    .order-receipts_ticket {
        display: table-row;
    }

    .order-receipts_ticket-info {
        display: table-cell;
        vertical-align: top;
        padding: 15px 0;
        width: 15%;
    }

    .order-receipts_ticket-info:nth-child(3) {
        width: 30%;
    }

    .order-receipts_ticket-info:nth-child(4),
    .order-receipts_ticket-info:nth-child(4) {
        width: 20%;
    }

    .order-receipts_ticket + .order-receipts_ticket .order-receipts_ticket-info {
        border-top: 1px dashed #cccccc;
    }

    .order-receipts_ticket-info + .order-receipts_ticket-info {
        padding-left: 15px;
    }

    .order-receipts_ticket-info_label,
    .order-receipts_ticket-info_val {
        display: block;
        width: auto;
        text-align: left;
    }

    .order-receipts_ticket-info_val {
        font-size: 14px;
    }

    .order-receipts_ticket-info_link {
        width: 100px;
        margin-top: 0;
    }
}

.order-sub-info {
    padding-bottom: 20px;
}

.order-sub-info_header {
    text-transform: uppercase;
    font-size: 20px;
    padding: 20px 0;
    font-weight: bold;
}

.order-sub-info_text {
    padding-bottom: 20px;
}

.order-no-tickets {
    text-align: center;
    padding: 30px;
    font-size: 18px;
}


@media screen and (min-width: 992px) {
    #create-order .sticky-aside {
        position: sticky;
        top: 50px;
        padding-bottom: 100px;
    }
}