.dis-table .table-cell form label {
    color: #fff;
}

.dis-table .table-cell .btn {
    /*color: #fff!important;*/
    font-size: 18px;
}

.full-background {
    padding-top: 50px;
    padding-bottom: 50px;
}

.full-background .table-cell p {
    color: #fff;
    margin-top: 10px;
}

@media (max-width: 1200px) {
    .scrollable-table-seats {
        overflow: hidden !important;
    }

    .scrollable-table-seats .dis-table {
        display: flex;
    }

    .table_box .table-cell {
        min-height: 530px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .table-block {
        transform: rotate(-90deg);
    }

    table.seats td {
        transform: rotate(90deg);
        width: 35px;
        height: 35px;
        min-width: 35px;
        min-height: 35px;
        font-size: 18px;
    }

    .bottom-box {
        padding-bottom: 20px;
    }
}

@media (max-width: 1000px) {
    .table-responsive {
        overflow-x: scroll;
    }

    .table-border {

        overflow-x: scroll;
        width: max-content !important;
        margin-bottom: 20px;
    }

    .table tbody td, .table tbody th {
        padding: 15px;
        font-size: 16px;
    }

    .way-to {
        font-size: 18px;
    }

    .way-from {
        font-size: 15px;
    }

    .extra-container .col-sm-6 {
        flex: 0 0 20%;
        text-align: center !important;
        justify-content: center;
    }

    .extra-container .col-sm-6 {
        border-left: 1px solid #dde0e5 !important;
    }

    .extra-container .col-lg-4 {
        justify-content: center;
        text-align: center !important;
    }


    .extra-container .container-fluid .row {
        justify-content: center;
    }


    .full-height .col-sm-4 .btn {
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .table-responsive .table-block {
        overflow: scroll;
        padding: 15px;
    }

    .table-responsive .table-block table {
        width: max-content;
    }


}


@media (max-width: 991px) {
    .border-box .col-md-6 {
        margin-bottom: 10px;
    }

    .btn-back {
        width: 50px;
        height: 50px;
    }

    .big-txt {
        font-size: 22px;
    }

    .small-txt {
        text-transform: uppercase;
        font-size: 14px;
    }

    .modal-dialog {
        max-width: 760px;
    }
    .btn-back img {
        max-width: 50%;
    }
}

@media (max-width: 768px) {
    .border-box .col-md-6 .btn {
        font-size: 20px;
    }

    .bottom-box button {
        font-size: 20px;
    }

    .info-table .col-sm-12 {
    }

    .header-item {
        margin-top: 15px;
    }

    .colorful__txt {
        text-align: center;
    }

    .full-height {
        margin-top: 30px;
    }

    .extra-container .col-sm-6 {
        flex: 0 0 25%;
    }

    .full-height form label {
        font-size: 18px;
    }

    .full-height form .input-group-text {
        font-size: 18px;
    }

    .full-height .col-sm-4 .btn {
        font-size: 16px;

    }

    .modal-dialog {
        max-width: 620px;
    }
}

@media (max-width: 600px) {
    .container-fluid {
    }

    .mainContainer #infoTab {
        display: flex;
        justify-content: center;
        padding-bottom: 20px;
    }

    .mainContainer #infoTab .nav-item {
        width: 50%;
        text-align: center;
    }

    .modal-dialog {
        max-width: 500px;
    }
}

@media (max-width: 500px) {
    .extra-container .col-sm-6 {
        flex: 0 0 50%;
    }
}

@media (max-width: 400px) {
    .btn-back {
        width: 35px;
        height: 35px;
        display: flex;
        align-items: center;
        justify-content: center;
        margin-right: 15px;

    }

    .info-table .btn-back {
        margin-top: 4px;
    }

    .btn-back img {
        display: inline-block;
        width: 15px;
        height: 15px;
    }

    .big-txt {
        font-size: 18px;
    }

    .small-txt {
        font-size: 14px;
    }

    .carousel-item img {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
}

@media (max-width: 350px) {
    .big-txt {
        font-size: 15px;
    }

    .small-txt {
        font-size: 12px;
    }
}
