input[type='number'] {
    -moz-appearance: textfield;
}
input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {
    -webkit-appearance: none;
}
.section .tickets_table {
    margin-bottom: 22px;
}
.tickets_table {
    font-family: 'Gotham', sans-serif;
    font-size: 16px;
    font-weight: 400;
}
.tickets_table__row {
    position: relative;
}
.tickets_table__row:not(:last-child) {
    margin-bottom: 12px;
}
.tickets_table_row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #fff;
    min-height: 85px;
}
.tickets_table_row>* {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    line-height: 1.2;
    padding: 13px 16px;
}
.tickets_table_row__name {
    -webkit-box-flex: 3;
    -ms-flex: 3;
    flex: 3;
}

.tickets_table_row__name span {
    max-width: 400px;
    text-wrap: balance;
}

.tickets_table_row__price span:nth-child(1) {
    font-size: 16px;
    color: #6C6C6C;
    margin-bottom: 8px;
}
.tickets_table_row__price span:nth-child(2) {
    font-size: 18px;
}
.counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -8px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.counter>* {
    margin: 8px;
}
.counter__action {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: 1px solid #E4E4E4;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font-size: 16px;
    font-weight: 700;
}
.counter__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border: none;
    border-bottom: 1px solid #E4E4E4;
    position: relative;
}
.counter__value input {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
}
.tickets_table_row__total span:nth-child(1) {
    font-size: 16px;
    color: #6C6C6C;
    margin-bottom: 8px;
}
.tickets_table_row__total span:nth-child(2) {
    font-size: 18px;
}
.alert {
    font-size: 16px;
    font-weight: 500;
    padding-left: 8px;
    font-family: 'Gotham', sans-serif;
    border-left: 4px solid #D93284;
    max-width: 720px;
    text-wrap: balance;
    line-height: 1.25;
}

.alert p {
    font-size: inherit;
    line-height: inherit;
}

.tickets_info_row {
    background-color: #fff;
    padding: 20px 16px;
    max-width: 1392px;
    margin: 0 16px;
    width: calc(100% - 32px);
}
.tickets_info_row.hidden{
    display: none;
}
.tickets_info_row__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: -8px;
}
.tickets_info_row__col {
    margin: 8px;
}
.highlight_text {
    font-family: 'Gotham', sans-serif;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.2;
    color: #D93284;
}
.section .tickets_info_row {
    margin-top: 16px;
}
@media screen and (min-width: 768px) {
    .desktop_hidden {
        display: none;
    }
}
@media screen and (max-width: 767px) {
    .tickets_table_row__name span:nth-child(1) {
        margin-bottom: 4px;
    }
    .tickets_table_row__name span:nth-child(2) {
        font-size: 12px;
        color: #6B6B6B;
    }
    .tickets_table_row__price, .tickets_table_row__total {
        display: none;
    }
    .tickets_table {
        font-size: 14px;
        background-color: #fff;
    }
    .counter__value input {
        font-size: 14px;
    }
    .tickets_table__row:not(:last-child):after {
        position: absolute;
        content: '';
        display: block;
        bottom: -6px;
        left: 15px;
        right: 0;
        height: 1px;
        width: calc(100% - 30px);
        background-color: #E4E4E4;
    }
    .counter__action {
        width: 32px;
        height: 32px;
    }
    .counter>* {
        margin: 4px;
    }
    .counter__value {
        width: 32px;
        height: 32px;
    }
    .alert {
        font-size: 12px;
    }
    .tickets_info_row__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .tickets_info_row__col {
        width: 100%;
    }
    .tickets_info_row .zal-order__rules, .tickets_info_row .zal-order__total-amount {
        margin-bottom: 0;
    }
}