div.ui-widget {
    z-index: 1002 !important;
}
.ui-widget-header {
    background: none repeat-x scroll 50% 50% #f7f7f7 !important;
}
.step-menu a.hidden {
    display: none;
}
.step-menu a.hidden + span {
    visibility: hidden;
    padding: 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;
}
.tickets__achtung {
    font-size: 12px;
    font-weight: bold;
    text-align: center;
}
.tickets__registration-info {
    margin-top: 20px;
}
.tickets__registration-images {
    padding: 20px;
    text-align: center;
}
#notagreeData, #notagreeRules {
    display: none;
    margin-top: 20px;
    text-align: justify;
    width: 550px;
    font-size: 14px;
}
.tickets__auth-require {
    margin: 20px;
    padding: 22px;
    background-color: #eee;
    text-align: center;
}
.tickets__auth-require.m-modal {
    color: #45474b;
    text-align: center;
}
.tickets__auth-require.m-quant-modal {
    margin-top: 10px;
    padding: 10px;
    color: #cococo;
    text-align: center;
    font-size: 13pt;
}
.tickets__auth-require.m-modal a, .tickets__auth-require.m-quant-modal a {
    color: #009fe3;
    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__auth {
    text-align: right;
}
.tickets__rules {
    padding: 0 5px;
}
.tickets__rules ul {
    list-style: decimal;
    text-align: justify;
}
.tickets__rules ul li ul {
    list-style: disc;
}
.tickets__breadcrumbs {
    font-weight: bold;
    margin: 20px 0;
}
.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__table-header {
    margin-top: 20px;
    color: #363636;
    font-size: 14px;
    padding: 8px 0;
    text-transform: uppercase;
}
.tickets__header {
    font-size: 27px;
    margin: 10px 0;
}
.tickets__hdate {
    margin-bottom: 49px;
}
.tickets__extraseat {
    font-family: 'PT Sans',sans-serif;
    color: #484B4F;
    font-size: 22px;
    margin: 30px 0;
    text-align: center;
}
.tickets__extraseat .es-comment {
    font-size: 16px;
    text-align: justify;
    padding: 17px 30px;
}
.tickets__information-popup {
    display: none;
}
.tickets__list {
    border-collapse: collapse;
    width: 100%;
    color: #e5173f;
    font-size: 12px;
    margin-top: 15px;
}
.tickets__list tbody tr td {
    color: #000;
    padding: 5px;
    text-align: center;
}
.tickets__list thead tr th {
    font-size: 12px;
    text-align: center;
    background-color: #e5173f;
    color: #fff;
    font-weight: bold;
    padding: 4px 0;
}
.tickets__list tbody tr:nth-child(odd) {
    background-color: #f7f7f7;
}
.tickets__list tbody tr td ul.list-links {
    margin: auto;
}
.tickets__list tbody tr td ul.list-links li {
    margin: 0 10px;
    display: inline-block;
    background: none;
    padding: 0;
}
.tickets__list tbody .btn {
    margin: 0 5px;
}
.tickets__list tbody .table-empty-row {
    text-align: center;
}
.tickets__venue {
    position: relative;
    text-align: center;
    margin-bottom: 30px;
}
.tickets__venue .img-container {
    margin: 0 auto;
}
.tickets__venue-tooltip {
    position: absolute;
    top: -10000px;
    left: -10000px;
    background-color: #ffffff;
    line-height: 1;
    padding: 15px;
    z-index: 9999;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 #999;
    font-family: 'PT Sans',sans-serif;
    width: 140px;
}
.tickets__venue-tooltip:after {
    background: url("/static/tickets/img/arena-block.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    bottom: -9px;
    content: "";
    display: block;
    height: 9px;
    left: 50%;
    margin: 0 0 0 -9px;
    position: absolute;
    width: 19px;
}
.tickets__venue-tooltip .tooltip-image {
    display: block;
    margin: 10px auto;
}
.tickets__venue-tooltip .tooltip-title,
.tickets__venue-tooltip .tooltip-price {
    display: block;
    text-align: center;
    font-size: 14px;
    margin-bottom: 10px;
}
.tickets__venue-tooltip .tooltip-quant {
    margin-top: 15px;
    font-size: 10.5pt;
}
.tickets__venue-tooltip .tooltip-price {
    margin-top: 5px;
    margin-bottom: 20px;
    font-size: 8.5pt;
}
.tickets__venue-tooltip .tooltip-title {
    margin-bottom: 0;
    font-weight: normal;
    font-size: 21px;
}
.tickets__info-block {
    padding: 10px;
    background-color: #EEEEEE;
    margin-bottom: 30px;
    font-size: 13px;
}
.tickets__info-block p {
    margin: 4px 0;
}
.tickets__info-block p.title {
    color: #363636;
    font-size: 18px;
}
.tickets__prices {
    background-color: #EEEEEE;
    padding: 15px 25px;
    margin-bottom: 30px;
}
.tickets__prices .block-left {
    display: inline-block;
    width: 25%;
}
.tickets__prices .zone-name {
    font-size: 22px;
    margin: 0 0 15px 0;
}
.tickets__prices .details {
    cursor: pointer;
    color: #666;
    display: none;
}
.tickets__prices .block-right {
    display: inline-block;
    width: 75%;
    vertical-align: top;
    line-height: 18px;
}
.tickets__prices .block-down {
    text-align: center;
    padding-top: 30px;
    font-weight: bold;
}
.tickets__prices-list {
    padding: 0;
    margin: 0;
}
.tickets__prices-single_item {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 150px;
    vertical-align: middle;
}
.tickets__prices-single_item .pricezone-box {
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}
.tickets__prices-multi_item {
    display: inline-block;
    margin: 0 10px 10px 0;
    width: 210px;
    vertical-align: middle;
    padding-left: 10px;
}
.tickets__prices-multi_item .pricezone-box {
    float: left;
    height: 70px;
    margin-right: 10px;
    width: 10px;
}
.tickets__prices-multi_item .category-header {
    margin-bottom: 10px;
}
.tickets__prices-multi_item .category-element {
    font-size: 11px;
}
.tickets__prices-item .pricezone-box {
    display: inline-block;
    height: 10px;
    margin-right: 10px;
    width: 10px;
}
.tickets__scheme {
    position: relative;
    overflow-x: hidden;
    font-family: arial, sans-serif;
}
.tickets__scheme table {
    font-size: 11px;
    text-align: center;
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 1px;
}
.tickets__scheme td {
    vertical-align: middle;
    width: 16px;
    height: 16px;
    text-align: center;
    padding: 0;
}
.tickets__scheme td[id] {
    background-color: #CECFD0;
    font-size: 7px;
    cursor: default;
    /*border-right: 1px solid #aaa;*/
    /*border-bottom: 1px solid #aaa;*/
}
.tickets__scheme td.row-item {
    width: 35px;
    font-weight: bold;
}
.tickets__scheme td.row-title {
    height: 30px;
}
.tickets__scheme td.ice {
    color: #1786c6;
    text-transform: uppercase;
    border-bottom: 1px solid #1786c6;
    border-top: 1px solid #1786c6;
    height: 40px;
    font-weight: bold;
}
.tickets__scheme td.stadium {
    color: #298739;
    text-transform: uppercase;
    border-bottom: 1px solid #298739;
    border-top: 1px solid #298739;
    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-notify-add,
.tickets__cart-notify-del {
    display: none;
    background-color: #fff;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 50;
    width: 250px;
    height: 40px;
    line-height: 40px;
    text-align: center;
}
.tickets__cart.empty {
    padding: 40px;
    text-align: center;
}
.tickets__cart .cart-notify {
    color: #c94343;
}
.tickets__cart-submit.btn-disabled {
    background-color: #e5e5e5;
    cursor: default;
}
.tickets__cart-list {
    padding: 10px 10px 0px 10px;
}
.tickets__cart-list .list-item {
    display: inline-block;
    color: #FFFFFF;
    background-color: #4F5257;
    padding: 6px 10px;
    margin: 5px;
    width: 254px;
    line-height: 16px;
    font-size: 9px;
}
.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: -24px;
}
.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-list .list-item-multi {
    display: inline-block;
    color: #FFFFFF;
    background-color: #4F5257;
    padding: 10px;
    margin: 5px;
    width: 397px;
    font-size: 14px;
    line-height: 20px;
}
.tickets__cart-list .list-item-multi .close {
    float: right;
    cursor: pointer;
    width: 16px;
    height: 16px;
    background: url("../img/icon/close-item.png");
    margin-top: -60px;
}
.tickets__cart-agreement {
    margin: 20px 0;
}
.tickets__cart-agreement input {
    margin-right: 10px;
}
.tickets__cart-cards {
    margin: 10px 0 0;
    text-align: center;
}
.tickets__cart-cards select {
    padding: 5px;
}
.tickets__cart-wrapper {
    position: relative;
}
#notagreeVisitingRules {
    display: none;
    margin-top: 20px;
    text-align: justify;
    width: 550px;
    font-size: 14px;
}
#cardSelectRules {
    display: none;
    margin-top: 20px;
    text-align: center;
    width: 550px;
    font-size: 14px;
}
#temporarilyUnavailable {
    display: none;
    margin-top: 20px;
    text-align: center;
    width: 550px;
}
.tickets__cart-footer {
    text-align: center;
    margin-top: 20px;
    padding: 20px;
}
.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: 550px;
    font-size: 10pt;
}
.tickets__popup-title {
    border-bottom: 1px solid #dbe1e7;
    font-size: 16pt;
    font-weight: bold;
    margin-top: 15px;
    padding: 0 0 14px;
    text-align: center;
}
.tickets__popup-body {
    margin-top: 10px;
    text-align: justify;
}
.tickets__popup-body.accented {
    text-align: center;
    font-size: 20px;
}
.tickets__popup-body ul {
    list-style-type: none;
    margin: 20px;
}
.tickets__popup-body .info {
    display: block;
    padding: 3px;
    background-color: #edf1f5;
    margin-top: 15px;
    font-weight: bold;
    font-size: 10pt;
    line-height: 18px;
}
.tickets__popup-body .button-holder {
    margin-top: 15px;
    text-align: center;
}
.tickets__popup-body .button-holder a {
    display: inline-block;
}
.tickets__popup-body .button-holder .submit-button {
    width: 180px;
}
.tickets__popup-body .button-holder .proceed-link {
    font-size: 14px;
    margin-left: 10px;
}
.tickets__popup-body .proceed-link {
    color: #009fe3;
}
.tickets__orders-filter {
    margin: 20px 5px;
}
.tickets__orders-filter form label {
    color: #47494D;
    font-size: 14px;
    line-height: 23px;
    padding-left: 0;
}
.tickets__orders-filter input[type=submit] {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    background-color: #e4183e;
    color: #fff;
    cursor: pointer;
    border: medium none;
    padding: 3px 8px;
    transition: background 300ms ease-out 0s;
    border-radius: 4px;
}
.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;
}
.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;
}
.tickets__quant-dialog .dialog-header {
    background-color: #e5173f;
}
.tickets__quant-dialog .dialog-header .caption {
    font-size: 18pt;
    padding: 5px;
    color: #ffffff;
}
.tickets__quant-dialog .dialog-header .date {
    font-size: 10pt;
    padding: 5px;
    color: #ffffff;
}
.tickets__quant-dialog .dialog-header .add-button {
    background-color: #ca0700;
    color: #fff;
    font-size: 13px;
    padding: 2px 3px;
    float: right;
    margin-top: -2px;
}
.tickets__quant-dialog .dialog-body .list-item {
    background-color: #fafafa;
    border: 1px solid #6cb8e4;
    border-radius: 4px;
    color: #444;
    padding: 10px;
    margin: 5px;
}
.tickets__quant-dialog .dialog-body .list-item-multi {
    background-color: #fafafa;
    border: 1px solid #6cb8e4;
    border-radius: 4px;
    color: #444;
    padding: 10px;
    margin: 5px;
}
.tickets__quant-dialog .dialog-body table {
    padding: 0;
}
.tickets__quant-dialog .dialog-body table tr td {
    background-color: #f7f7f7;
}
.tickets__quant-dialog .dialog-body table thead tr th {
    line-height: 26px;
}
.tickets__quant-dialog .dialog-footer {
    background-color: #eeeeee;
    margin-top: 10px;
    padding: 10px 10px;
    text-align: right;
}
.btn.disabled {
    background-color: #aaa;
    cursor: default;
}
.tickets__quant-dialog .list-item-multi .close {
    background-image: url("../../main/file/photo/close.png");
    cursor: pointer;
    float: right;
    height: 30px;
    margin-top: -38px;
    width: 30px;
}
.tickets__quant-dialog-fault {
    display: none;
    border: 1px solid red;
    font-size: 12pt;
    margin: 30px 10px;
    padding: 10px;
}
.tickets__quant-dialog .tickets__list td {
     padding: 5px;
}
.tickets__quant-dialog .limit {
    font-size: 10pt;
    margin-bottom: 10px;
    text-align: center;
}
.tickets__quant-dialog .limit-number {
    font-size: 16pt;
    font-weight: bold;
}
.tickets__quant-dialog .quantity {
    border: 0 none;
    border-radius: 2px 2px 2px 2px;
    margin: 0 auto;
    padding: 5px;
    width: 36px;
}
.tickets__quant-dialog .total {
    width: 130px;
}
.tickets__quant-dialog .submit-button-wrap {
    text-align: right;
    padding: 10px;
}
.tickets__quant-dialog .submit-button {
    display: inline-block;
}
.tickets__payment {
    text-align: center;
    padding: 20px 30px;
}
.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;
    font-size: 16px;
}
.tickets__payment .pw-partial {
    margin-bottom: 30px;
}
.tickets__payment .pw-partial div {
    font-size: 12pt;
}
.tickets__payment .pw-partial .total {
    font-size: 14pt;
    margin-top: 10px;
}
.tickets__payment .submit-button {
    margin: 0 auto;
}
.tickets__payment-result {
    margin-top: 30px;
}
.tickets__payment-result .line-main {
    font-size: 12pt;
    margin-bottom: 20px;
}
.tickets__payment-result .line {
    background: none;
    height: 16px;
    font-size: 10pt;
}
.tickets__payment-result .line .label {
    font-weight: bold;
}
.tickets__payment-result .info {
    margin-top: 20px;
}
.tickets__form {
    margin: 15px 0;
}
.tickets__form .form-group {
    margin: 10px 0;
}
.tickets__form label {
    display: block;
    font-size: 13px;
}
.tickets__form label.required:after {
    content: " *";
    color: #f00;
}
.tickets__form .form-group input {
    width: 260px;
}
.tickets__form .form-group label {
    padding-left: 0;
}
.tickets__form .form-group img {
    display: block;
    margin: 5px 0;
}
.tickets__form ul.errors {
    color: red;
    margin: 5px;
}
.tickets__form .submit-button {
    font-size: 12px;
    font-weight: normal;
    line-height: 16px;
    background-color: #e4183e;
    color: #fff;
    cursor: pointer;
    border: medium none;
    padding: 6px 10px;
    border-radius: 4px;
    transition: background 300ms ease-out 0s;
}
/*.tickets__form .submit-button:hover {
    background-color: #333333;
}*/
.tickets__form input[type="text"], .tickets__form input[type="password"] {
/*    background-color: #fff;
    border: 1px solid #e9e9e9;
    border-radius: 3px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset;
    transition: border 0.2s linear 0s, box-shadow 0.2s linear 0s;
    padding: 4px;
    color: #222;
    display: inline-block;*/
    font: 13px 'pf_synch_proregular', Arial, sans-serif;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 36px;
    margin: 0;
    padding: 10px;
    cursor: pointer;
    vertical-align: middle;
    border: 1px solid #bbb;
}
/*.tickets__form input[type="text"]:focus, .tickets__form input[type="password"]:focus {
    border-color: #08c;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.3) inset, 0 0 8px #08c;
    outline: 0 none;
}*/
.tickets__form .custom-checkbox label {
    margin-bottom: -21px;
    margin-left: 30px;
}
.tickets__form .custom-checkbox {
    height: 30px;
}
.tickets__form .custom-checkbox a {
    font-size: 13px;
}
span.submit-button, a.submit-button {
    font-size: 14px;
    font-weight: normal;
    line-height: 16px;
    color: #fff;
    background-color: #e4183e;
    cursor: pointer;
    border: medium none;
    padding: 9px 18px;
    transition: background 300ms ease-out 0s;
    border-radius: 4px;
}
span.button-disabled {
    cursor: default;
    opacity: 0.4;
}
/*span.submit-button:hover, a.submit-button:hover, .ui-dialog-buttonset button:hover {
    background-color: #333333;
}*/
a.submit-button {
    text-decoration: none;
}
.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 {
    margin: -30px -29px;
    padding: 34px 0 50px;
}
.tickets h1 {
    color: #d03334;
    font-size: 48px;
    margin-bottom: 34px;
    text-align: center;
}
.tickets h2 {
    color: #d03334;
    text-align: center;
    margin-bottom: 0;
}
.tickets .tickets__hdate {
    color: #2c4660;
    display: block;
    padding: 8px 0 0;
    text-align: center;
}
.header-custom {
    display: none
}
.tickets__uniteller-logos {
    text-align: center;
}
.subscription-events {
    zoom:1;
    padding:0 20px 46px;
    margin-top:-21px
}
.subscription-events:after {
    content:"";
    display:block;
    clear:both;
    height:0;
    font-size:0;
    visibility:hidden
}
.subscription-events div {
    float:left;
    border:1px solid #b1c5d8;
    width:164px;
    margin:10px;
    text-align:center;
    color:#3e3e3e;
    padding:0 0 6px;
    border-radius:4px;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    cursor:pointer
}
.subscription-events div.event {
    /*fix for long event names*/
    height: 248px;
}
.subscription-events div:hover {
    border:1px solid #1f66ac
}
.subscription-events div.green {
    border:4px solid #47b347;
    padding:0;
    width:158px
}
.subscription-events div.green:hover {
    border:4px solid #5fbe5f
}
.subscription-events div.unclick {
    border:4px solid #47b347;
    padding:0;
    width:158px;
    cursor:default
}
.subscription-events div strong {
    display:block;
    padding:18px 0 10px
}
.subscription-events div strong span {
    display:block
}
.subscription-events div img {
    display:block;
    margin:0 auto
}
.subscription-events div em {
    display:block;
    font-style:normal;
    font-weight:normal;
    line-height:1;
    padding:10px 0 18px
}
.subscription-head {
    color: #d03334;
    padding: 0 0 49px;
    text-align: center;
}
.tickets__cart.fullview .cart-table {
    background-color: #e5e5e5;
    padding-bottom: 30px;
    margin-top: 15px;
}
.cart-table .cart-table__cell
{
    font-size: 15px;
    /*padding: 0 10px;*/
}
.cart-table__body {
    text-align: center;
    text-align: -moz-center;
    text-align: -webkit-center;
}
.cart-table__body .cart-table__cell
{
    border: 1px solid #dedede;
    background: #fff;
    padding: 0 5px;
}
.cart-table__head .cart-table__cell
{
    text-transform: lowercase;
}
.cart-table__row .cart-table__cell:nth-child(4) .sum
{
    line-height: 26px;
    position: relative;
    display: block;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    height: 26px;
    padding-right: 27px;
}
.cart-table .cart-table__row.group-header {
    padding: 10px 20px;
    display: block;
    font-size: 14px;
}
.tickets__filter {
    margin: 15px 0;
}
.tickets__filter input {
    margin: 0 10px;
    padding: 2px 4px;
    width: 94px;
    text-align: center;
    cursor: pointer;
}
.tickets__filter a.active {
    font-weight: bold;
}
.tickets__list a,
.tickets__filter a {
    color: #e5173f;
}
.tickets__filter-actiontypes li {
    background-color: #e4183e;
    display: inline-block;
    width: 30%;
    border-radius: 5px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    margin: 0 10px 0;
}
.tickets__filter-actiontypes li a {
    display: inline-block;
    width: 100%;
    color: #fff;
    text-decoration: none;
    font-size: 16px;
}
.tickets__admission-caption {
    font-size: 22px;
    color: #e5173f;
}
.tickets__partial-pay {
    background-image: url('/static/tickets/img/loyalty-background.png');
    margin: 30px 0 0 25px;
    width: 600px;
    position: relative;
    height: 400px;
}
.tickets__partial-pay .pp-header {
    color: #a30c0e;
    font-size: 34pt;
    text-align: center;
    text-transform: uppercase;
}
.tickets__partial-pay .pp-subheader {
    color: #fff;
    font-size: 34pt;
    margin: 15px;
    text-align: center;
    text-transform: uppercase;
}
.tickets__partial-pay .pp-textline {
    color: #fff;
    font-size: 15pt;
    height: auto;
    line-height: 37px;
    padding: 0 10px;
}
.tickets__partial-pay .pp-textline > span {
    background-color: #fff;
    border: 1px solid red;
    display: inline-block;
    float: right;
    height: 35px;
    margin-right: 50px;
    min-width: 100px;
    color: #a30c0e;
    padding: 0 5px;
}
.tickets__partial-pay .pp-buttonplace {
    background-color: #fff;
    border: 1px solid red;
    border-radius: 5px;
    margin: 20px auto 0;
    padding: 5px;
    width: 400px;
}
.tickets__partial-pay .pp-buttonplace input {
    font-family: "pf_synch_proregular",Arial,sans-serif;
}
.tickets__partial-pay input[type="text"] {
    border: 1px solid red;
    border-radius: 2px;
    color: #a30c0e;
    font-size: 18pt;
    height: 30px;
    line-height: 30px;
    padding: 0 5px;
    width: 190px;
}
.tickets__partial-pay input[type="submit"] {
    background-color: red;
    color: #fff;
    display: block;
    float: right;
    font-size: 10pt;
    height: 32px;
    text-align: left;
    width: 190px;
    border:1px solid #df0909;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    background-color: #f62b2b;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#f62b2b), to(#750817));
    background-image: -webkit-linear-gradient(top, #f62b2b, #750817);
    background-image: -moz-linear-gradient(top, #f62b2b, #750817);
    background-image: -ms-linear-gradient(top, #f62b2b, #750817);
    background-image: -o-linear-gradient(top, #f62b2b, #750817);
    background-image: linear-gradient(to bottom, #f62b2b, #750817);
    filter:progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr=#f62b2b, endColorstr=#750817);
}
.tickets__partial-pay input[type="button"] {
    margin: 0 0 0 20px;
}
.tickets__partial-pay input {
    display: inline;
}
.tickets__partial-pay .pp-comment {
    color: #fff;
    margin-left: 95px;
    margin-top: 10px;
}
.tickets__cart-delivery {
    margin-top: 10px;
}
.tickets__cart-delivery input {
    display: block;
}
.tickets__cart-delivery label {
    display: block;
    margin-left: 30px;
    margin-top: -16px;
}
.cart {
    margin-bottom: 16px;
}
.cart a {
    color: #404040;
}
.cart .cart-icon {
    width: 25px;
    height: 25px;
    background-image: url(/static/main/assets/images/icons/cart.png);
    background-size: contain;
    background-repeat: no-repeat;
    float: right;
}
.cart .cart-data {
    color: #e5173f;
    float: right;
    margin-left: 5px;
    text-align: center;
    font-size: 11px;
}
@media (max-width: 768px) {
    .cart {
        margin: 0;
        position: fixed;
        top: 0;
        right: 0;
        background-color: #e5173f;
        padding: 2px;
        border-radius: 0px 0px 0px 10px;
    }
    .cart .cart-data {
        color: #fff;
    }
}
@media (max-width: 649px) {
    .section_main {
        width: 100% !important;
    }
    .tickets__partial-pay {
        height: auto;
        margin: 10px 0;
        padding: 5px;
        width: 100%;
    }
    .tickets__partial-pay .pp-subheader {
        font-size: 18pt;
        margin: 30px 0 0 0;
        line-height: 30px;
    }
    .tickets__partial-pay .pp-header {
        font-size: 24pt;
        margin-top: 20px;
    }
    .tickets__partial-pay .pp-buttonplace {
        width: 100%;
        display: flex;
        justify-content: space-between;
    }
    .tickets__partial-pay .pp-buttonplace input {
        width: 45%;
    }
    .tickets__partial-pay input[type="submit"] {
        float: none;
    }
    .tickets__partial-pay .pp-comment {
        margin-left: 5px;
    }
    .tickets__partial-pay .pp-textline {
        font-size: 16px;
        height: auto;
        padding: 0;
        line-height: 30px;
    }
    .tickets__partial-pay .pp-textline > span {
        float: none;
        min-width: auto;
        margin: 0;
        display: block;
    }
    .tickets__partial-pay .pp-comment {
        color: #fff;
        font-weight: bold;
        margin-top: 10px;
    }
    
}
@media (max-width: 340px) { 
    .tickets__partial-pay .pp-textline {
        font-size: 12px;
    }
}
@media (max-width: 300px) { 
    .tickets__partial-pay .pp-comment {
        color: #000;
    }
}
.infotec-sign {
    float: right;
    margin: -16px 0 4px;
    font-size: 12px;
    color: #e5173f;
}
@media (max-width: 768px) {
    .infotec-sign {
        float: none;
        margin: 4px 0;
    }
}
@media (min-width: 768px) {
    .tickets__venue {
        margin: 30px auto;
    }
}
.infotec-sign a {
    color: #e5173f;
}
.tickets__switch-language {
    margin: 7px 10px 0;
    float: right;
}
.tickets__switch-language-icon {
    display: inline-block;
    padding: 0;
    margin-right: 10px;
    border: 0;
    width: 22px;
    height: 22px;
    background-color: transparent;
    background-size: contain;
    background-repeat: no-repeat;
    outline: none;
}
.tickets__switch-language-icon.ru {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIuMDAxIDUxMi4wMDEiPjxwYXRoIGQ9Ik01MTIgMjAwLjA5M0gwVjk3LjEwNGE4LjgyOSA4LjgyOSAwIDAgMSA4LjgyOC04LjgyOGg0OTQuMzQ1YTguODI5IDguODI5IDAgMCAxIDguODI4IDguODI4TDUxMiAyMDAuMDkzeiIgZmlsbD0iI2Y1ZjVmNSIvPjxwYXRoIGQ9Ik01MDMuMTcyIDQyMy43MjVIOC44MjhBOC44MjkgOC44MjkgMCAwIDEgMCA0MTQuODk3VjMxMS45MDloNTEydjEwMi45ODhhOC44MjggOC44MjggMCAwIDEtOC44MjggOC44Mjh6IiBmaWxsPSIjZmY0YjU1Ii8+PHBhdGggZmlsbD0iIzQxNDc5YiIgZD0iTTAgMjAwLjA5MWg1MTJ2MTExLjgxSDB6Ii8+PC9zdmc+);
}
.tickets__switch-language-icon.en {
    background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCA1MTIuMDAyIDUxMi4wMDIiPjxwYXRoIGQ9Ik01MDMuMTcyIDQyMy43MjVIOC44MjhBOC44MjkgOC44MjkgMCAwIDEgMCA0MTQuODk3Vjk3LjEwNGE4LjgyOSA4LjgyOSAwIDAgMSA4LjgyOC04LjgyOGg0OTQuMzQ1YTguODI5IDguODI5IDAgMCAxIDguODI4IDguODI4djMxNy43OTNhOC44MyA4LjgzIDAgMCAxLTguODI5IDguODI4eiIgZmlsbD0iIzQxNDc5YiIvPjxwYXRoIGQ9Ik01MTIgOTcuMTA0YTguODI5IDguODI5IDAgMCAwLTguODI4LTguODI4aC0zOS40OTVsLTE2My41NCAxMDcuMTQ3Vjg4LjI3NmgtODguMjc2djEwNy4xNDdMNDguMzIyIDg4LjI3Nkg4LjgyOEE4LjgyOSA4LjgyOSAwIDAgMCAwIDk3LjEwNHYyMi44MzFsMTQwLjMwOSA5MS45MjdIMHY4OC4yNzZoMTQwLjMwOUwwIDM5Mi4wNjZ2MjIuODMxYTguODI5IDguODI5IDAgMCAwIDguODI4IDguODI4aDM5LjQ5NWwxNjMuNTQtMTA3LjE0N3YxMDcuMTQ3aDg4LjI3NlYzMTYuNTc4bDE2My41NCAxMDcuMTQ3aDM5LjQ5NWE4LjgyOSA4LjgyOSAwIDAgMCA4LjgyOC04LjgyOHYtMjIuODMxbC0xNDAuMzA5LTkxLjkyN0g1MTJ2LTg4LjI3NkgzNzEuNjkxTDUxMiAxMTkuOTM1Vjk3LjEwNHoiIGZpbGw9IiNmNWY1ZjUiLz48ZyBmaWxsPSIjZmY0YjU1Ij48cGF0aCBkPSJNNTEyIDIyOS41MThIMjgyLjQ4M1Y4OC4yNzZoLTUyLjk2NnYxNDEuMjQySDB2NTIuOTY1aDIyOS41MTd2MTQxLjI0Mmg1Mi45NjZWMjgyLjQ4M0g1MTJ6Ii8+PHBhdGggZD0iTTE3OC45NDggMzAwLjEzOEwuMjUgNDE2LjEzNWMuNjI1IDQuMjYzIDQuMTQgNy41OSA4LjU3NyA3LjU5aDEyLjE1OWwxOTAuMzktMTIzLjU4NmgtMzIuNDI4di0uMDAxem0xNjcuNDQgMEgzMTMuOTZsMTkwLjExMyAxMjMuNDA0YzQuNDMxLS40NzIgNy45MjgtNC4wOSA3LjkyOC04LjY0NnYtNy4yNThsLTE2NS42MTMtMTA3LjV6TTAgMTA2Ljg0OWwxNjEuNzc5IDEwNS4wMTRoMzIuNDI4TDUuMTQzIDg5LjEzN0MyLjEyMyA5MC41NCAwIDkzLjU1NSAwIDk3LjEwNHY5Ljc0NXptMzMyLjU2NiAxMDUuMDE0TDUxMS42OTMgOTUuNTg2Yy0uNzQ0LTQuMTIyLTQuMTg0LTcuMzA5LTguNTIxLTcuMzA5aC0xMi42NDdMMzAwLjEzOCAyMTEuODYzaDMyLjQyOHoiLz48L2c+PC9zdmc+);
}
#registration-form-fast {
    display: none;
}
#tickets__registration-form-fast {
    display: none;
    min-width: 500px;
}
#tickets__registration-form-fast .switch {
    text-align: center;
    margin-bottom: 20px;
}
#tickets__registration-form-fast .switch .switch-button {
    font-size: 16px;
    text-transform: uppercase;
    display: inline-block;
    margin: 0 30px 0;
    cursor: pointer;
}
#tickets__registration-form-fast .switch .switch-button.active {
    border-bottom: 4px solid red;
}
#tickets__registration-form-fast label {
    display: block;
    line-height: 25px;
}
#tickets__registration-form-fast input {
    display: block;
    margin: 0 auto;
}
#tickets__registration-form-fast .form-header {
    font-size: 20px;
    margin-bottom: 15px;
    text-transform: uppercase;
}
#tickets__registration-form-fast .form-footer {
    text-align: center;
    margin-top: 15px;
}
#tickets__registration-form-fast .form-footer .password-remind {
    display: inline-block;
    margin: 0 30px 0;
}
#tickets__registration-form-fast .error {
    color: red;
    padding: 5px 0;
}
#tickets__registration-form-fast .extra {
    border: 1px solid red;
    padding: 5px;
    margin-top: 15px;
    color: red;
}
#tickets__popup-container-promo {
    display: none;
    margin-top: 10px;
}
#tickets__popup-container-promo .promo-header {
    font-size: 17px;
    text-align: center;
    margin-bottom: 25px;
}
#tickets__popup-container-promo input[type="text"] {
    height: 36px;
    border: 1px solid #e4183e;
}
#tickets__popup-container-promo input[type="submit"] {
    float: right;
}
#tickets__popup-container-promo .promo-error {
    display: none;
    text-align: center;
    margin-top: 10px;
}
#tickets__popup-container-promo .promo-notice {
	display: none;
    text-align: center;
	margin-top: 20px;
}
#promo-button {
    color: #fff;
    margin-right: 10px;
}
#promo-button.btn-active {
    background-color: #e4183e;
}
.promo-badge {
    background-color: #e4183e;
    color: #fff;
    border-radius: 5px;
    padding: 5px 10px;
}
.promo-badge .close {
	display: inline-block;
	width: 15px;
	height: 15px;
	cursor: pointer;
	float: right;
	color: #000;
	background-image: url("/static/tickets/img/icon/promo-dismiss.png");
	background-size: contain;    
}
@media (max-width: 768px) {
    #tickets__registration-form-fast {
        display: none;
        min-width: inherit;
    }
    #tickets__registration-form-fast .form-header {
        text-align: center;
    }
    #tickets__registration-form-fast label {
        text-align: center;
    }
    #tickets__registration-form-fast .switch .switch-button {
        margin-bottom: 10px;
    }
    #promo-button {
        width: 80px;
    }
    #tickets__popup-container-promo input[type="text"] {
        width: 100%;
        display: inline-block;
    }
}
@media (min-width: 1020px) {
    .read-on {
        display: inline-block !important;
    }
}
