.fancybox-close {
    right: 10px;
}
menu, ol, ul {
    padding: 0 !important;
}
div.ui-widget {
    z-index: 1002 !important;
    font-size: 0.9em;
}
.tickets__page-top, .tickets__page-bottom {
    max-width: 100%;
}
.tickets__page-top a:nth-child(2) {
    color: #1fa3e2;
    margin-top: 0;
}
.tickets__loader {
    display: none;
    background: url(../img/bg/over3.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 100%;
    height: 100%;
}
.tickets__loader .loader-text {
    margin: 0 auto;
    width: 150px;
    height: 80px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -75px;
    margin-top: -40px;
    border: 1px solid #000000;
    background: #F4F4F4 url(../js/images/ajax-loader_32.gif) 60px 15px no-repeat;
    line-height: 120px;
    text-align: center;
    font-size: 12px;
}
.tickets__loading-back {
    background: url(../img/bg/over3.png) repeat scroll 0 0 rgba(0, 0, 0, 0);
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 9990;
}
#notagreeData, #notagreeRules {
    display: none;
    margin-top: 20px;
    text-align: justify;
    font-size: 14px;
}
.tickets__auth-require {
    margin-top: 20px;
    padding: 20px;
    background-color: #ddd;
    text-align: center;
    font-size: 12pt;
}
.tickets__auth-require.m-modal {
    background-color: #EEEEEE;
    color: #45474B;
    text-align: center;
    font-size: 10pt;
}
.tickets__auth-require.m-quant-modal {
    margin-top: 10px;
    padding: 10px;
    background-color: #45474B;
    color: #C0C0C0;
    text-align: center;
    font-size: 10pt;
}
.tickets__auth-require.m-modal a, .tickets__auth-require.m-quant-modal a {
    text-decoration: underline;
}
.tickets__notifier {
    padding: 10px;
}
.tickets__notifier.m-success {
    border: 1px solid #32AD18;
    color: #32AD18;
}
.tickets__notifier.m-info {
    border: 1px solid #FFE900;
    color: #FFE900;
}
.tickets__notifier.m-warning {
    border: 1px solid #FFC610;
    color: #FFC610;
}
.tickets__notifier.m-danger {
    border: 1px solid #DA0000;
    color: #DE000B;
}
.tickets__content-body {
    position:relative;
    margin:-15px -30px 0;
    padding:30px 30px;
    background:url(../img/bg/header-bottom.png) 0% 0% repeat-x;
}
.tickets__breadcrumbs {
    color: #666;
    float: left;
}
.tickets__auth {
    display: flex;
    flex-direction: column;
    align-items: end;
    margin-bottom: 20px;
}
.tickets__auth ul {
    display: flex;
    gap: 20px;
    justify-content: end;
}
.tickets__auth ul li {
    display: inline-block;
    margin: 0;
}
.tickets__auth ul li:last-child {
    margin: 0;
}
.tickets__auth ul li a {
    text-decoration: underline;
}
.tickets__notifier {
    padding: 10px;
}
.tickets__notifier.m-success {
    border: 1px solid #32AD18;
    color: #32AD18;
}
.tickets__notifier.m-info {
    border: 1px solid #FFE900;
    color: #FFE900;
}
.tickets__notifier.m-warning {
    border: 1px solid #FFC610;
    color: #FFC610;
}
.tickets__notifier.m-danger {
    border: 1px solid #DA0000;
    color: #DE000B;
}
.tickets__header {
    color: #484B4F;
    font-size: 32px;
    margin: 10px 0;
}
.tickets__hdate {
    margin: 10px 0;
}
.tickets__extraseat {
    color: #484B4F;
    font-size: 22px;
    margin: 30px 0;
    text-align: center;
}
.tickets__extraseat .es-comment {
    font-size: 16px;
    text-align: justify;
}
.tickets__list {
    border-collapse: collapse;
    width: 100%;
    text-align: center;
}
.tickets__list th {
    background-color: #555;
    color: #fff;
}
.tickets__list th, .tickets__list td {
    border-top: 1px solid #ddd;
    height: 30px;
    text-align: center;
}
.tickets__list tr:nth-of-type(2n+1) {
    background-color: #f9f9f9;
}
.tickets__zones  tr:hover td,
.tickets__list tr:hover td {
  background: #d4d4d4;
}
.tickets__list tr td {
    height: 40px;
}
.tickets__list tr td ul.list-links {
    margin: auto;
}
.tickets__list tr td ul.list-links li {
    margin: 0 10px;
    display: inline-block;
}
.tickets__list .btn {
    margin: 0 5px;
}
.tickets__list .table-empty-row {
    text-align: center;
}
.tickets__stadium {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.tickets__stadium .img-container {
    margin: 0 auto;
}
.tickets__stadium svg text {
    pointer-events: none;
}
.tickets__stadium-tooltip {
    position: absolute;
    top: -10000px;
    left: -10000px;
    background-color: #F4F4F4;
    border: 1px solid #4F5257;
    padding: 10px;
    z-index: 9999;
}
.tickets__stadium-tooltip .tooltip-close {
    display: none;
    width: 18px;
    height: 18px;
    top: 10px;
    right: 10px;
    position: absolute;
    background-image: url('/static/tickets/img/icon/close.png');
}
.tickets__stadium-tooltip .tooltip-image {
    display: block;
    width: 200px;
    height: 15px;
    margin: 10px auto -5px;
    
}
.tickets__stadium-tooltip .tour-button {
    padding: 5px;
    background-color: #2c2d2f;
    color: #fff;
    cursor: pointer;
}
.tickets__stadium-tooltip .tour-button:hover {
    background-color: #6f788c;
}
.tickets__stadium-tooltip .tooltip-title,
.tickets__stadium-tooltip .tooltip-price {
    display: block;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tickets__stadium-tooltip .tooltip-price {
    margin-top: 10px;
}
.tickets__stadium-tooltip .tooltip-title {
    margin-bottom: 0;
    font-size: 18px;
}
.tickets__stadium-tooltip .submit-button {
    display: inline-block;
    font-size: 15px;
    border: 1px solid #1fa3e2;
    border-radius: 40px;
    color: #fff;
    padding: 0px 40px;
    background: #1fa3e2;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 45px;
}
.tickets__stadium-tooltip .submit-button.button-disabled {
    border: 1px solid #4F5257;
}
.tickets__venue-zone {
    fill: #CDCDCD;
}
.tickets__venue-zone.zone--orange.active {
    fill: #FFB800A1;
}
.tickets__venue-zone.zone--orange.active:hover,
.tickets__venue-zone.zone--orange.active.selected {
    fill: #FFB800;
}

.tickets__venue-zone.zone--green.active {
    fill: #126C26A1;
}
.tickets__venue-zone.zone--green.active:hover,
.tickets__venue-zone.zone--green.active.selected {
    fill: #126C26;
}

.tickets__venue-zone.zone--blue.active {
    fill: #2e4287;
}
.tickets__venue-zone.zone--blue.active:hover,
.tickets__venue-zone.zone--blue.active.selected {
    fill: #1976d2;
}

.tickets__venue-zone.zone--purple.active {
    fill: #a6b3dd;
}
.tickets__venue-zone.zone--purple.active:hover,
.tickets__venue-zone.zone--purple.active.selected {
    fill: #1976d2;
}

.tickets__venue-zone.zone--red.active {
    fill: #B2061CA1;
}
.tickets__venue-zone.zone--red.active:hover,
.tickets__venue-zone.zone--red.active.selected {
    fill: #B2061C;
}
.tickets__info-block {
    padding: 10px;
    background-color: #EEEEEE;
    margin-bottom: 30px;
    font-size: 13px;
}
.tickets__info-block p {
    margin: 4px 0;
}
.tickets__prices {
    background-color: #EEEEEE;
    padding: 10px;
    margin-bottom: 30px;
}
.tickets__prices ul {
    list-style: none;
}
.tickets__prices .block-left {
    display: inline-block;
    width: 25%;
    vertical-align: top;
}
.tickets__prices .zone-name {
    font-size: 22px;
    margin-bottom: 10px;
}
.tickets__prices .block-right {
    display: inline-block;
    width: 75%;
    vertical-align: top;
}
.tickets__prices-list {
    padding-left: 0;
}
.tickets__prices-multi_item {
    padding-left: 10px;
}
.tickets__prices-item {
    display: inline-block;
    margin-bottom: 10px;
    width: 120px;
    vertical-align: middle;
}
.tickets__prices-item .pricezone-box,
.tickets__prices-single_item .pricezone-box {
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}
.tickets__scheme {
    position: relative;
    overflow-x: scroll;
}
div.tickets__scheme table {
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 2px;
    width: auto;
}
.tickets__scheme table tr td {
    vertical-align: middle;
    width: 22px;
    height: 22px;
    line-height: 10px;
    text-align: center;
    padding: 0;
    background-color: transparent;
    border: none;
}
.tickets__scheme td[id] {
    background-color: #CECFD0;
    font-size: 9px;
    cursor: default;
}
.tickets__scheme td.row-item {
    width: 35px;
    font-weight: bold;
}
.tickets__scheme td.row-title {
    height: 30px;
}
.tickets__scheme td.ice {
    color: #1976d2;
    text-transform: uppercase;
    border-bottom: 1px solid #1976d2;
    border-top: 1px solid #1976d2;
    height: 40px;
    font-weight: bold;
}
.tickets__scheme td.m-available {
    cursor: pointer;
}
.tickets__scheme td.m-available:hover {
    background-color: #313336;
    opacity: 0.7;
}
.tickets__scheme td.m-reserved {
    color: #FFFFFF !important;
    background-color: #313336 !important;
}
.tickets__scheme td.m-hilighted {
    opacity: 0.3;
}
.tickets__scheme td.row-item-vertical {
    font-weight: bold;
    height: 35px;
}
.tickets__cart {
    margin: 30px auto;
    background-color: #EEEEEE;
    padding: 10px;
}
.tickets__cart-title {
    font-size: 22px;
    padding: 5px;
    border-bottom: 1px dotted #BEBEBE;
}
.tickets__cart-list {
    display: flex;
    flex-wrap: wrap;
    padding: 10px 10px 0px 10px;
    gap: 15px;
}
.tickets__cart-list .list-item,
.tickets__cart-list .list-item-multi {
    display: inline-block;
    color: #4F5257;
    border: 1px solid #4F5257;
    padding: 10px;
    margin: 5px;
    width: 331px;
    line-height: 16px;
    font-size: 15px;
}
.tickets__cart-list .list-item-multi {
    width: 29%;
    min-width: 29%;
}
.tickets__cart-list .list-item .price {
    padding-left: 15px;
}
.tickets__cart-list .list-item .close {
    float: right;
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/close-item.png");
    margin-top: -33px;
}
.tickets__cart-list .list-item-multi .close {
    float: right;
    display: block;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background-image: url("../img/icon/close-item.png");
    margin-top: -54px;
}
.tickets__cart-list .list-item .close:hover,
.tickets__cart-list .list-item-multi .close:hover {
    background-image: url("../img/icon/close-item_hovered.png");
}
.tickets__cart-footer {
    text-align: right;
    margin-top: -20px;
    padding: 10px;
    background-color: #EEEEEE;
    text-align: center;
}
.tickets__cart-footer .submit-button {
    display: inline-block;
    font-size: 13px;
    border: 1px solid #1e87f0;
    border-radius: 40px;
    color: #fff !important;
    padding: 0px 40px;
    background: #1e87f0;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 53px;
}
.tickets__cart-footer .custom-checkbox label {
    vertical-align: middle;
    margin: 3px 0px 0px 10px;
}
.tickets__cart-footer .custom-checkbox input {
    margin: 0;
    vertical-align: middle;
}
#notagreeVisitingRules {
    display: none;
}
#content a.submit-button {
    color: #000;
    text-decoration: none;
}
.submit-button.button-disabled {
    color: #F4F4F4 !important;
    background-color: #aaa;
    cursor: default;
}
.tickets__popup {
    background: none repeat scroll 0 0 #1A1B1C;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
    z-index: 9999;
}
#tickets__popup-container {
    display: none;
    width: 500px;
}
.tickets__popup-title {
    margin-top: 15px;
    font-size: 22px;
}
.tickets__popup-body {
    margin-top: 10px;
    text-align: justify;
}
.tickets__popup-body ul {
    list-style-type: none;
    margin: 20px;
}
.tickets__popup-body .info {
    display: block;
    padding: 3px;
    background-color: #EEEEEE;
    margin-top: 15px;
    font-weight: bold;
    font-size: 14px;
}
.tickets__popup-body .button-holder {
    margin-top: 15px;
    text-align: center;
}
.tickets__popup-body .button-holder .submit-button {
    display: inline-block;
    font-size: 13px;
    border: 1px solid #1e87f0;
    border-radius: 40px;
    color: #fff;
    padding: 0px 40px;
    background: #1e87f0;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 53px;
}
.button-holder .proceed-link {
    color: #888888;
    font-size: 14px;
    margin-left: 10px;
}
.tickets__orders-filter {
    margin-bottom: 20px;
}
.tickets__orders-filter form label {
    color: #47494D;
    font-size: 16px;
    line-height: 23px;
    padding-left: 0;
}
.tickets__orders-filter input[type=submit] {
    font-size: 13px;
    margin-bottom: 2px;
    border: 1px solid #4db2ec;
    color: #fff;
    background: #4db2ec;
    padding: 5px 10px;
    cursor: pointer;
    display: inline;
}
.tickets__orders-filter input[type=text] {
    border-color: #A3A4A4 #DDDEDF #DDDEDF #A3A4A4;
    border-image: none;
    border-radius: 2px 2px 2px 2px;
    border-style: solid;
    border-width: 1px;
    color: #424242;
    font: 12px/22px Arial,sans-serif;
    height: 22px;
    margin: 0 10px;
    padding: 0 25px 0 5px;
    width: 95px;
    display: inline;
}
.tickets__orders-filter input[type="text"] + button {
    background: url("../img/icon/calendar.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: 0 none;
    cursor: pointer;
    height: 13px;
    margin: 0 17px 0 -30px;
    position: relative;
    text-indent: -9999px;
    vertical-align: middle;
    width: 13px;
}
.tickets__games-list .list-item {
    display: inline-block;
    padding: 5px;
    width: 690px;
    background-color: #E8E8E8;
    margin-bottom: 2px;
}
.tickets__games-list .list-header {
    list-style: none outside none;
    width: 690px;
}
.tickets__games-list .item-date, .tickets__games-list .item-seat {
    float: right;
}
ul.tickets__games-list {
    padding: 0 !important;
    width: 690px;
}
.tickets__quant-dialog {
    width: 500px;
    margin: 0 auto;
}
.tickets__quant-dialog-fault {
    display: none;
    border: 1px solid red;
    font-size: 12pt;
    margin: 30px 10px;
    padding: 10px;
}
.tickets__quant-dialog .tickets__list td {
     font-size: 16px;
     line-height: 23px;
     padding: 5px;
}
.tickets__quant-dialog .header {
    height: 35px;
    font-size: 18pt;
}
.tickets__quant-dialog .limit {
    font-size: 10pt;
    margin-bottom: 10px;
}
.tickets__quant-dialog .limit-number {
    font-size: 16pt;
    font-weight: bold;
}
.tickets__quant-dialog .quantity {
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    box-shadow: 1px 0 3px #ACACAC inset;
    color: #B5B5B5;
    display: block;
    font: 12px Arial,sans-serif;
    margin: 0 auto;
    padding: 5px;
    width: 36px;
}
.tickets__quant-dialog .total {
    width: 130px;
}
.tickets__quant-dialog .submit-button-wrap {
    margin-top: 10px;
    padding: 10px;
    text-align: center;
}
.tickets__quant-dialog .submit-button {
    background-color: #f03f35;
    color: #fff;
    border: 1px solid #f03f35;
    border-radius: 3px;
    font-size: 13px;
    padding: 5px 10px;
    cursor: pointer;
}
.tickets__quant-dialog table {
    width: 100%;
    background-color: #F2F2F2;
}
.tickets__quant-dialog table td {
    padding: 5px;
    text-align: center;
}
.tickets__payment {
    font-size: 10pt;
    text-align: center;
}
.tickets__payment .pw-text, .tickets__payment .pw-refund {
    text-align: justify;
    margin-bottom: 30px;
}
.tickets__payment .pw-refund {
    font-size: 10pt;
    font-weight: bold;
}
.tickets__payment .pw-locktime {
    background-color: #eee;
    margin-bottom: 40px;
    padding: 5px;
}
.tickets__payment .total {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 30px;
}
.tickets__payment .logos-block {
    background-image: url('/static/tickets/img/sbrf_paylist.png');
    width: 100%;
    height: 60px;
    background-repeat: no-repeat;
    background-position: center;
}
.tickets__payment-result .line-main {
    font-size: 12pt;
    margin-bottom: 20px;
}
.tickets__payment-result .line {
    font-size: 10pt;
}
.tickets__payment-result .line .label {
    font-size: initial;
    line-height: initial;
    color: initial;
}
.tickets__payment .submit-button {
    font-size: 13px;
    border: 1px solid #1e87f0;
    border-radius: 40px;
    color: #fff;
    padding: 0px 40px;
    background: #1e87f0;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 53px;
}
.sbp_payment_button {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 10px;
    cursor: pointer;
    width: fit-content;
    margin: 0 auto 40px auto;
    background-color: #ebebeb;
    border-radius: 5px;
    color: #000;
}
.sbp_payment_button img {
    width: 50px;
    margin-bottom: auto;
}
.sbp_payment_button span {
    font-weight: bold;
}
#sbp_payment_qr {
    display: flex;
    align-items: center;
    flex-direction: column;
    margin-top: 40px;
    max-width: 400px;
}
#sbp_payment_qr a {
    padding: 25px;
    background-color: #fff;
    border-radius: 10px;
}
#sbp_payment_qr span {
    text-align: center;
    margin-top: 40px;
}
.tickets__form {
    margin: 15px 0;
}
.tickets__form .form-group {
    margin: 20px 0;
}
.tickets__form label {
    display: block;
    font-weight: bold;
    font-size: 15px;
}
.tickets__form label.required:after {
    content: " *";
    color: #f00;
}
.tickets__form input[type="text"] {
    width: 300px;
    border: 1px solid #e5e5e5;
    border-radius: 20px;
    height: 40px;
    color: #666;
    padding: 0 10px;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
}
.tickets__form .form-group input[type="radio"] {
    width: initial;
}
.tickets__form .form-group label {
    padding-left: 0;
    color: #232323;
    font-size: 18px;
    font-weight: 500;
    font-style: normal;
    letter-spacing: normal;
    line-height: 24px;
    margin-bottom: 20px;
}
.tickets__form .form-group img {
    display: block;
    margin: 5px 0;
}
.tickets__form ul.errors {
    color: red;
    display: inline-block;
    margin: 0 20px;
}
.tickets__form .custom-checkbox {
    display: flex;
    flex-direction: row-reverse;
    gap: 20px;
    justify-content: flex-end;
    margin: 40px 0;
}
.tickets__form .custom-checkbox label {}
.tickets__form .custom-checkbox input {}
.tickets__form .submit-button-wrap {
    margin: 15px 0;
}
.tickets__form .submit-button {
    font-size: 13px;
    margin-bottom: 2px;
    border: 1px solid #1e87f0;
    border-radius: 40px;
    color: #fff;
    padding: 0px 40px;
    background: #1e87f0;
    cursor: pointer;
    text-transform: uppercase;
    line-height: 53px;
}
.tickets__calendar-switch {
    margin-bottom: 55px;
}
.tickets__calendar-switch > a {
    background-color: #ABABAB;
    color: #FFFFFF !important;
    cursor: pointer;
    float: left;
    font-size: 14px;
    line-height: 27px;
    margin-right: 1px;
    padding: 0 20px;
    text-decoration: none !important;
}
.tickets__calendar-switch > a:hover {
    background-color: #919191;
}
.tickets__calendar-switch > a.active {
    background-color: #4C4C4C;
}
.tickets__sale-rules {
    display: inline;
}
.tickets__uniteller-logos {
    text-align: center;
}
.tickets__uniteller-logos img {
    margin: 20px auto;
}
.tickets__sib-window {
    display: none;
}
.tickets__sib-header {
    text-align: center;
    font-size: 21px;
    font-weight: bold;
    margin-bottom: 10px;
}
.tickets__sib-text {
    text-align: center;
}
.tickets__sib-selector {
    display: grid;
    grid-auto-flow: column;
    grid-gap: 20px;
    grid-template-columns: max-content max-content max-content;
    justify-content: center;    
    margin-top: 20px;
    margin-bottom: 10px;
}
.tickets__sibcard-variant {
    cursor: pointer;
    text-align: center;
}
.tickets__sibcard-variant.active {
    cursor: default;
    font-weight: bold;
    text-decoration: underline;
}
.tickets__sib-inputs input::placeholder {
    color: #444;
}
.tickets__sib-inputs input::-webkit-input-placeholder {
    color: #444;
}
.tickets__sibcard-input {
    display: none;
    margin: 0 auto;
    padding: 5px;
    font-size: 18px;
}
.tickets__sibcard-input.active {
    display: block;
}
.tickets__sib-buttons {
    display: grid;
    grid-auto-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-gap: 25%;
}
.tickets__sib-buttons input {
    padding: 5px;
}
.tickets__sibcard-error {
    color: red;
    text-align: center;
    visibility: hidden;
    padding: 10px 0 10px;
}
.tickets__sib-link {
    text-decoration: underline;
    cursor: pointer;
}
@media screen and (min-width: 0px) and (max-width: 480px) {
    .navbar-brand-layer a {
        left: -69px;
    }
    .tickets__payment .logos-block {
        background-image: url('/static/tickets/img/sbrf_paylist_mobile.png');
        width: 100%;
        height: 303px;
        background-repeat: no-repeat;
        background-position: center;
    }
    .tickets__sib-buttons {
        grid-gap: 15%;
    }
    .tickets__stadium-tooltip {
        top: auto;
        left: 0;
        bottom: 0;
        width: calc(100% - 22px);
        display: none;
    }
    .tickets__stadium-tooltip .tooltip-close {
        display: block;
    }
}
@media screen and (min-width: 480px) and (max-width: 960px) {
    .navbar-brand-layer a {
        left: -84px;
        top: -21px;
    }
    .tickets__stadium-tooltip {
        top: auto;
        left: 0;
        bottom: 200px;
        width: calc(100% - 22px);
        display: none;
    }
    .tickets__stadium-tooltip .tooltip-close {
        display: block;
    }
}
@media screen and (max-width: 1199px) {
    .tickets__stadium > svg {
        max-width: 100%;
    }
    .tickets__auth {
        margin-top: 4px;
    }
    .tickets__cart-list .list-item,
    .tickets__cart-list .list-item-multi {
        width: 44%;
        min-width: 44%;
    }
}
@media screen and (max-width:767px) {
    .tickets__dn-767 {
        display: none;
    }
    .tickets__auth ul {
        margin-bottom: 20px;
    }
    .tickets__account-name {
        display: block;
        text-align: right;
    }
    .tickets__header {
        font-size: 24px;
    }
    .tickets__list {
        font-size: 10px;
    }
    .tickets__list,
    .tickets__list tbody,
    .tickets__list tr {
        display: block;
    }
    .tickets__list tr {
        border: 1px solid #343B41;
        margin-bottom: 15px;
        background-color: #fff;
    }
    .tickets__list thead {
        display: none;
    }
    .tickets__list tr td {
        display: block;
        text-align: center !important;
        border: none;
        padding: 15px 15px 0;
        height: auto;
    }
    .tickets__list td:first-child {
        font-size: 17px;
    }
    .tickets__list td:last-child {
        padding-bottom: 15px;
    }
    .tickets__list td:last-child a {
        display: inline-block;
        font-size: 15px;
        border: 1px solid #1fa3e2;
        border-radius: 40px;
        color: #fff !important;
        padding: 0px 40px;
        background: #1fa3e2;
        cursor: pointer;
        text-transform: uppercase;
        line-height: 45px;
    }
    .tickets__list tr td ul.list-links {
        display: flex;
        flex-direction: row;
        gap: 20px;
        justify-content: space-around;
        flex-wrap: wrap;
    }
    .tickets__list tr td ul.list-links li {
        margin: 0;
    }
    .tickets__stadium {
        background-color: #fff;
    }
    .tickets__prices .block-right, .tickets__prices .block-left {
        font-size: 10px;
    }
    .tickets__prices .block-right {
        width: 100%;
    }
    .tickets__prices .block-left {
        width: 100%;
    }
    .tickets__orders-filter form label {
        font-size: 14px;
    }
    .tickets__orders-filter input[type="submit"] {
        display: block;
        margin: 10px auto 0 auto;
    }
    .tickets__cart-list .list-item {
        width: auto;
    }
    .tickets__cart-list {
        flex-direction: column;
    }
    .tickets__cart-list .list-item,
    .tickets__cart-list .list-item-multi {
        width: auto;
    }
    #tickets__popup-container {
        width: auto;
    }
}
.menu-top-container {
        margin-left: 310px;
}
.menu-item a img {
    vertical-align: middle;
}