html, body{
    -webkit-text-size-adjust: 100%;
}
/* CART PAGE */
.cart-page {
    overflow: hidden;
    background: #DCDFE1;
    min-height: 100%; }

.cart-wrapper {
    position: relative;
    height: 100%;
    overflow: hidden;
    min-height: 100%; }
.cart-wrapper__left {
    float: left;
    width: 50%;
    height: 100%;
    position: relative;
    z-index: 10;
    background: #EEF0F2; }
.cart-wrapper__right {
    float: left;
    width: 50%;
    height: 100%;
    background: #fff;
    position: relative;
    z-index: 20; }

/* places-map */
.places-map-holder {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

.places-map-holder-images {
    margin: 88px 16px 0 0;
    text-align: center; }
.places-map-holder-images img {
    max-width: 100%;
    max-height: 100%; }

.places-map-sector {
    background: rgba(0, 0, 0, 0.1);
    position: absolute;
    left: 20px;
    right: 20px;
    cursor: pointer; }
.places-map-sector--parterre {
    top: 375px;
    height: 230px; }
.places-map-sector--amphitheater {
    top: 268px;
    height: 105px; }
.places-map-sector--balcony1 {
    top: 178px;
    height: 88px; }
.places-map-sector--balcony2 {
    top: 100px;
    height: 76px; }

.places-map-place {
    position: absolute; }

.cart-info {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    border-bottom: 1px solid #dfdacf;
    background: #FFF8E8;
    font-size: 12px;
    text-align: center;
    color: #686a71;
    padding: 9px 40px 11px 23px;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 40;
    /*height: 35px;*/ }
.cart-info__close {
    position: absolute;
    right: 21px;
    top: 11px;
    background-image: url(../img/sprite.png);
    background-position: -158px -37px;
    width: 10px;
    height: 10px; }
.cart-info.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
.cart-info.active + .places-map-holder,
.cart-info.active + .cart {
    /*top: 35px;*/ }

/* places-map end */
/* places-map-controls */
.places-map-controls {
    position: absolute;
    left: 20px;
    top: 20px;
    background: #fff;
    /*width: 104px;*/
    /*-webkit-box-shadow: 0 0 14px rgba(0, 0, 0, 0.15);
    box-shadow: 0 0 14px rgba(0, 0, 0, 0.15); */}
.places-map-controls__plus {
    height: 50px;
    display: block;
    position: relative;
    width: 50px;
    float: left; }
.places-map-controls__plus:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    background-image: url(../img/sprite.png);
    background-position: -99px -149px;
    width: 19px;
    height: 19px; }
.places-map-controls__plus.disabled:before {
    background-position: -123px -149px; }
.places-map-controls__minus {
    height: 50px;
    display: block;
    border-left: 1px solid #E7E9EB;
    position: relative;
    width: 54px;
    float: right; }
.places-map-controls__minus:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -2px 0 0 -9px;
    background-image: url(../img/sprite.png);
    background-position: -173px -135px;
    width: 19px;
    height: 3px; }
.places-map-controls__minus.disabled:before {
    background-position: -197px -135px; }

.places-map-controls__back {
    height: 50px;
    display: block;
    position: relative;
    border-right: 1px solid #E7E9EB;
    width: 70px;
    border-right: 20px solid #EEF0F2;
    display: none;
    float: left; }
.places-map-controls__back:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -9px;
    background-image: url(../img/sprite.png);
    background-position: -56px -248px;
    width: 19px;
    height: 19px; }
.places-map-controls__back.disabled:before {
    background-position: -123px -149px; }

.places-map-controls__home {
    height: 50px;
    display: block;
    position: relative;
    width: 70px;
    border-right: 20px solid #EEF0F2;
    float: left; }
.places-map-controls__home:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -11px;
    background-image: url(../img/sprite.png);
    background-position: -194px -246px;
    width: 23px;
    height: 23px; }
.places-map-controls__home.disabled:before {
    background-position: -123px -149px; }

.places-map-controls__center {
    height: 50px;
    display: block;
    position: relative;
    width: 50px;
    border-left: 1px solid #E7E9EB;
    float: right; }
.places-map-controls__center:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -11px;
    background-image: url(../img/sprite.png);
    background-position: -222px -245px;
    width: 24px;
    height: 22px; }
.places-map-controls__center.disabled:before {
    background-position: -123px -149px; }

/* places-map-controls end */
/* places-map-legend */
.places-map-legend {
    position: absolute;
    bottom: 16px;
    left: 19px;
    background: #EEF0F2;
    right: 20px; }

.places-map-legend-list {
    display: table;
    width: 100%; }
.places-map-legend-list li {
    display: table-cell;
    padding: 3px 0 0 1px;
    width: 1%; }
.places-map-legend-list li.disabled:before {
    opacity: 0.2; }
.places-map-legend-list [class^="line-"] {
    position: relative; }
.places-map-legend-list [class^="line-"]:before {
    content: '';
    position: absolute;
    left: 1px;
    right: 0;
    top: 0;
    height: 3px; }
.places-map-legend-list [class^="line-"].line-violet:before {
    background: #6A0EE2; }
.places-map-legend-list [class^="line-"].line-parterre:before {
    background: #E14B99; }
.places-map-legend-list [class^="line-"].line-amphitheater:before {
    background: #005B04; }
.places-map-legend-list [class^="line-"].line-balcony1:before {
    background: #AAA000; }
.places-map-legend-list [class^="line-"].line-balcony2:before {
    background: #00B1E2; }
.places-map-legend-list .price {
    font-size: 12px;
    color: #808080; }
.places-map-legend-list .price span:first-child {
    font-weight: 700; }
.places-map-legend-list .price span:last-child {
    font-weight: 400; }

@media (max-width: 640px) {
    .places-map-legend-list .price span:last-child {
        display: none;
    }
    .cart-footer-total__text {
        display: block;
        height: 58px;
        overflow: hidden;
    }
    .places-map-controls__home:before, .places-map-controls__back:before {
        margin: -12px 0 0 -9px;
    }
    .places-map-controls__center:before {
        margin: -14px 0 0 -9px;
    }
    .places-map-controls__home, .places-map-controls__back{
        border-right: 20px solid white;
    }
}

/* places-map-legend end */
/* places-map-time */
.places-map-time {
    position: absolute;
    right: 20px;
    top: 20px;
    background: transparent;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    white-space: nowrap;
    pointer-events: none;
    padding: 5px 19px 9px 18px; }
.places-map-time:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 2px 0 0 -13px;
    background-image: url(../img/sprite.png);
    background-position: -286px -78px;
    width: 14px;
    height: 22px; }
.loading-description {
    color: white; }
#hallLoading .loading-description {
    color: black; }
.js-cart-ticket-row .loading-description {
    font-size: 12px;
    color: #686a71; }
.places-map-time__title {
    display: none;
    vertical-align: middle;
    font-size: 12px;
    color: #686a71; }
.places-map-time .countdownHolder {
    display: inline-block;
    vertical-align: middle;
    background: none;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 600;
    margin: 0;
    height: auto;
    position: relative;
    top: 3px;
    padding: 0 14px 0 3px; }
.places-map-time .countdownHolder .countDiv {
    width: auto;
    height: 30px;
    background: none;
    margin-right: 2px; }
.places-map-time .countdownHolder .countDiv:before {
    content: ':';
    width: auto;
    height: auto;
    background: none;
    font-size: 24px;
    height: 30px;
    font-weight: 600;
    position: relative;
    -webkit-box-shadow: none;
    box-shadow: none;
    color: #000;
    display: inline-block;
    vertical-align: middle;
    top: -3px; }
.places-map-time .countdownHolder .countDiv:after {
    display: none; }
.places-map-time .countdownHolder .countDiv0,
.places-map-time .countdownHolder .countHours,
.places-map-time .countdownHolder .countDays {
    display: none; }
.places-map-time .countdownHolder .countDiv1,
.places-map-time .countdownHolder .countMinutes,
.places-map-time .countdownHolder .countSeconds {
    display: inline-block;
    vertical-align: middle; }
.places-map-time .countdownHolder .position {
    height: 30px; }
.places-map-time .countdownHolder .digit {
    color: #000; }

/* places-map-time end */
/* cart */
.cart {
    padding: 20px 40px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    -webkit-transition: all 0.3s ease 0s;
    transition: all 0.3s ease 0s; }

/* cart end */
/* cart-header */
.cart-header {
    position: absolute;
    left: 40px;
    right: 40px;
    top: 20px;
    height: 140px;
    z-index: 30; }
.cart-header__left {
    float: left;
    width: 140px; }
.cart-header__image {
    width: 140px;
    height: 140px;
    overflow: hidden; }
.cart-header__image img {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%; }
.cart-header__right {
    float: left;
    width: 100%;
    margin-left: -140px;
    padding: 9px 0 65px 160px;
    min-height: 140px;
    position: relative; }
.cart-header__right:before {
    content: '';
    position: absolute;
    right: 0;
    bottom: 0;
    left: 160px;
    height: 1px;
    background: #E0E2E7; }
.cart-header__title {
    font-size: 30px;
    text-transform: inherit;
    padding: 0 50px 0 0;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.cart-header__count {
    position: absolute;
    right: 18px;
    top: 18px;
    background-image: url(../img/sprite.png);
    background-position: -138px -247px;
    width: 22px;
    height: 21px; }
.cart-header__count-value {
    position: absolute;
    right: -18px;
    top: -13px;
    height: 16px;
    min-width: 24px;
    padding: 0 3px;
    font-size: 12px;
    line-height: 15px;
    font-weight: 700;
    color: #fff;
    border-radius: 15px;
    background: #D0D3D7;
    text-align: center; }
.cart-header__count-value.active {
    background: #FF4CC5; }
.cart-header__content {
    position: absolute;
    bottom: 23px;
    left: 160px;
    right: 0; }
.cart-header__content-left {
    float: left;
    width: 100%;
    padding: 0 350px 0 0; }
.cart-header__content-right {
    float: left;
    margin-left: -210px;
    width: 210px;
    padding: 3px 0 0; }
.cart-header__info-title {
    font-weight: 600;
    line-height: 1.1;
    padding: 0 0 4px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.cart-header__info-desc {
    font-size: 10pt;
    color: #686a71;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
.cart-header__drops-left {
    width: 210px;
    float: left; }
.cart-header__drops-right {
    float: right;
    width: 125px;
    margin-left: -1px; }

.drop-ticket-date-town {
    width: 390px;
    margin: 0;
    position: absolute;
    right: 0;
    top: 100%;
    z-index: 1000;
    width: 390px;
    background: #fff;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
    text-align: left; }
.drop-ticket-date-town .scrollpane-vertical {
    position: relative; }
.drop-ticket-date-town .scrollpane-vertical.jspScrollable:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 3; }
.drop-ticket-date-town .scrollpane-vertical.jspScrollable.at-bottom:before {
    display: none; }
.drop-ticket-date-town .scrollpane-vertical .jspPane {
    left: 0;
    right: 0;
    width: auto !important; }

.drop-link-cart {
    display: block;
    padding: 9px 5px 11px;
    border: 1px solid #D0D3D7;
    background: #EEF0F2;
    text-transform: uppercase;
    color: #636363;
    font-size: 11px;
    /*display: none;*/
    text-align: center; }
.drop-link-cart:after {
    content: '';
    vertical-align: middle;
    margin: -2px -4px 0 10px;
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -152px -132px;
    width: 10px;
    height: 6px; }

.drop-ticket-type {
    display: none;
    position: absolute;
    right: 0;
    top: 100%;
    background: #fff;
    padding: 10px;
    margin: 0;
    width: 256px;
    text-align: left; }

.drop-ticket-type-list {
    font-size: 14px; }
.drop-ticket-type-list li + li {
    margin-top: 3px; }
.drop-ticket-type-list a {
    display: block;
    padding: 8px; }
.drop-ticket-type-list a:hover {
    color: #0072ff;
    background: #FFF8E8; }

/* cart-header end */
/* cart-content */
.cart-content {
    position: absolute;
    top: 160px;
    left: 40px;
    right: 40px;
    bottom: 0;
    z-index: 20; }

.cart-content-main { }
.cart-content-main__scrollpane {
    position: absolute;
    left: 0;
    right: -35px;
    bottom: 0;
    top: 0; }
.cart-content-main__scrollpane .table-overflow {
    margin-right: 35px; }
.cart-content-main__scrollpane .jspPane {
    left: 0;
    right: 0;
    width: auto !important; }

.cart-content-places {
    height: 100%;
    position: relative;
     }
.cart-content-places__scrollpane {
    position: absolute;
    left: 0;
    right: -35px;
    bottom: 0;
    top: 0px; }
.cart-content-places__scrollpane .table-overflow {
    margin-right: 35px; }
.cart-content-places__scrollpane .jspPane {
    left: 0;
    right: 0;
    width: auto !important; }

/* cart-content end */
/* cart-spec-places-table */

.cart-spec-places-table th {
    font-size: 11px;
    font-weight: 600;
    color: #b5b7bc;
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 19px 0 18px 15px;
    vertical-align: top; }
.cart-spec-places-table td {
    vertical-align: middle;
    background: #FFF8E8;
    padding: 6px 0 6px 15px;
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    border-bottom: 2px solid #fff; }
.cart-spec-places-table .col-sector {
    padding-left: 25px;
    width: 157px; }
.cart-spec-places-table td.col-sector {
    padding-top: 3px; }
.cart-spec-places-table .col-tickets {
    width: 110px; }
.cart-spec-places-table .col-tickets .ticket {
    opacity: 1; }
.cart-spec-places-table .col-tickets .ticket:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    opacity: 0.4;
    /*background: url("../img/bg/ticket-dash.png") no-repeat 0 0;*/ }
.cart-spec-places-table .col-desc {
    font-size: 12px;
    color: #686a71;
    padding-left: 19px; }
.cart-spec-places-table .col-price {
    text-align: right; }
.cart-spec-places-table .col-price .price {
    color: #686a71;
    font-size: 14px;
    font-weight: 600; }
.cart-spec-places-table .col-price .price span {
    font-size: 18px; }
.cart-spec-places-table .col-actions {
    padding-right: 20px;
    text-align: right;
    width: 98px; }
.cart-spec-places-table .col-actions .btn-blue-border {
    display: block; }

.place-type-title {
    font-weight: 700; }

.place-type-desc {
    font-weight: 600;
    font-size: 14px;
    color: #686a71; }

/* cart-spec-places-table end */
/* cart-places-table */
.table-overflow {
    overflow: hidden; }

.cart-places-table tr {
    cursor: pointer; }
.cart-places-table tr:hover td {
    background: #fff; }
.cart-places-table tr:hover .col-actions .arrow-black-right {
    opacity: 1;
    background-position: -264px -228px; }
.cart-places-table tr.row-parterre td:first-child:before {
    background: #E14B99; }
.cart-places-table tr.row-amphitheater td:first-child:before {
    background: #005B04; }
.cart-places-table tr.row-balcony1 td:first-child:before {
    background: #AAA000; }
.cart-places-table tr.row-balcony2 td:first-child:before {
    background: #00B1E2; }

.cart-places-table td {
    vertical-align: middle;
    padding: 11px 0 11px 15px;
    height: 42px;
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background: #F3F4F6; }
.cart-places-table td:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 3px;
    z-index: 10; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-places-table td:first-child:before {
        height: 9999px; } }
.cart-places-table td:first-child:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #F3F4F6;
    z-index: 10; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-places-table td:first-child:after {
        height: 9999px; } }
.cart-places-table td:nth-child(2):before, .cart-places-table td:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5000px;
    width: 10000px;
    height: 1px;
    background: #F3F4F6;
    z-index: 5; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-places-table td:nth-child(2):before, .cart-places-table td:nth-child(2):after {
        z-index: 20; } }
.cart-places-table td:nth-child(2):before {
    border-top: 1px solid #fff; }
.cart-places-table td:last-child:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #F3F4F6; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-places-table td:last-child:before {
        height: 9999px;
        z-index: 10; } }

.cart-places-table .col-sector {
    padding-left: 26px;
    padding-top: 8px; }

.cart-places-table .col-places {
    font-size: 12px; }
.cart-places-table .col-places__total {
    color: #686a71;
    margin-right: 15px; }
.cart-places-table .col-places__rows {
    color: #686a71; }
.cart-places-table .col-places__rows span {
    color: #000; }
.cart-places-table .col-places__free {
    padding: 4px 0 0; }

.cart-places-table .col-price {
    text-align: right; }
.cart-places-table .col-price .price {
    color: #686a71;
    font-size: 14px;
    font-weight: 600; }
.cart-places-table .col-price .price span {
    font-size: 18px; }

.cart-places-table .col-actions {
    padding-right: 30px;
    text-align: right;
    width: 88px; }
.cart-places-table .col-actions .arrow-black-right {
    opacity: 0.2;
    margin: -4px 0 0; }
.cart-spec-places-table th.col-places-from-list {
    display: none;
}

.arrow-black-right {
    background-image: url(../img/sprite.png);
    background-position: -264px -196px;
    width: 8px;
    height: 14px;
    display: inline-block;
    vertical-align: middle; }

/* cart-places-table end */
/* cart-footer */
.cart-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    height: 130px;
    z-index: 30;
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }
@media (max-width: 639px){
    .cart-footer.active {
        position: fixed;
    }
    .cart-footer.active:after {
        margin-bottom: 210px;
    }
}
.cart-footer.active {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }
.cart-footer.active + .cart-content {
    bottom: 0px; }
.cart-footer__left {
    float: left;
    width: 100%;
    padding: 17px 280px 20px 40px;
    position: relative; }
.cart-footer__left .cart-footer__label {
    float: left; }
.cart-footer__right {
    width: 280px;
    margin-left: -280px;
    float: left;
    padding: 17px 40px 20px 10px;
    border-left: 1px solid #E3E5E7;
    position: relative; }
.cart-footer__right .cart-footer__label {
    max-width: 94px;
    text-align: right;
    padding: 0 0 22px; }
.cart-footer__right-left {
    float: left;
    width: 95px;
    margin: 4px 16px 0 0;
    text-align: right; }
.cart-footer__right-right {
    overflow: hidden; }
.cart-footer__right-right .btn-blue {
    display: block;
    padding: 17px 5px 18px;
    font-size: 14px; }
.cart-footer__label {
    font-size: 11px;
    font-weight: 600;
    color: #b5b7bc;
    padding: 0 0 17px; }

.cart-footer-total {
    font-weight: 700;
    font-size: 14px;
    padding: 0 0 2px; }
.cart-footer-total__value {
    font-size: 18px; }

.cart-footer-count {
    font-size: 12px;
    color: #74767c; }

.cart-footer-slider {
    position: relative;
    overflow: hidden;
    clear: both; }

.cart-footer-slider-controls {
    float: right;
    margin: -5px 20px 0 0; }
.cart-footer-slider-controls__left, .cart-footer-slider-controls__right {
    display: inline-block;
    vertical-align: middle;
    cursor: pointer;
    background-image: url(../img/sprite.png);
    background-position: -264px -196px;
    width: 8px;
    height: 14px; }
.cart-footer-slider-controls__left.disabled, .cart-footer-slider-controls__right.disabled {
    opacity: 0.2;
    cursor: default; }
.cart-footer-slider-controls__left {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin-right: 15px; }

.cart-footer-slider-list {
    white-space: nowrap;
    font-size: 0;
    line-height: 0;
    overflow: hidden;
    -webkit-transition: left 0.3s ease 0s;
    transition: left 0.3s ease 0s;
    position: relative;
    left: 0;
    display: inline-block;
    vertical-align: top;
    padding: 0 4px 4px 0; }
.cart-footer-slider-list > li {
    vertical-align: top;
    display: inline-block;
    font-size: 18px;
    line-height: 1.2;
    position: relative; }
.cart-footer-slider-list > li.loading {
    opacity: 0.4;
    filter: alpha(opacity=40);
    background: url(/catalog/view/theme/digitalticket/img/preloader.gif) no-repeat 17px 18px;
}
.cart-footer-slider-list > li + li {
    margin-left: 10px; }

.cart-ticket {
    cursor: pointer;
    position: relative;
    z-index: 5;
    border-top: 1px solid #F3F4F6;
    border-right: 1px solid #F3F4F6;
    border-bottom: 1px solid #F3F4F6;
    padding: 9px 10px 5px 26px;
    background: #F3F4F6;
    height: 62px;
    min-width: 197px; }
.cart-ticket:before {
    content: '';
    position: absolute;
    top: -1px;
    bottom: -1px;
    left: 0;
    width: 3px; }
.cart-ticket:after {
    content: '';
    position: absolute;
    left: 3px;
    top: -1px;
    bottom: -1px;
    width: 1px;
    background: #F3F4F6; }
.cart-ticket:hover {
    background: #fff; }
.cart-ticket:hover .cart-ticket__close {
    display: block; }
.cart-ticket--vip {
    padding: 9px 140px 5px 25px;
    background: #FFF8E8;
    border-color: #FFF8E8; }
.cart-ticket--vip:before, .cart-ticket--vip:after {
    display: none; }
.cart-ticket--vip:hover {
    background: #FFF8E8; }
.cart-ticket--vip .ticket-holder {
    position: absolute;
    right: 6px;
    top: 6px; }

.cart-ticket--vip .ticket:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    /*opacity: 0.4;
    background: url("../img/bg/ticket-dash.png") no-repeat 0 0;*/ }
.cart-ticket--vip .cart-ticket__close, .cart-checkout-tickets-list .cart-ticket--vip .cart-ticket__close {
    top: 6px;
    right: 122px; }
@media (max-width: 767px) {
    .cart-ticket--vip .cart-ticket__close, .cart-checkout-tickets-list .cart-ticket--vip .cart-ticket__close {
        top: 6px;
        right: 72px;
    }
}
.cart-ticket--violet:before {
    background: #6A0EE2; }
.cart-ticket--parterre:before {
    background: #E14B99; }
.cart-ticket--amphitheater:before {
    background: #005B04; }
.cart-ticket--balcony1:before {
    background: #AAA000; }
.cart-ticket--balcony2:before {
    background: #00B1E2; }
.cart-ticket__title {
    font-weight: 700;
    color: #000;
    padding-right: 15px; }
@media (max-width: 640px){
    .cart-ticket__title {
        max-width: 251px;
        word-wrap: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
@media (max-width: 1599px){
    .cart-ticket__title {
        max-width: 219px;
        word-wrap: normal;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}
.cart-ticket__desc {
    font-size: 14px;
    color: #686a71; }
.cart-ticket__change {
    font-size: 14px;
    color: #FF4CC5; }
.cart-ticket__price {
    color: #0072ff; }
.cart-ticket__count {
    color: #a0a3aa;
    font-weight: 600;
    margin-left: 5px;
    display: none; }
.cart-ticket__close {
    position: absolute;
    right: 7px;
    top: 7px;
    /*display: none;*/
    z-index: 10;
    /*background-image: url(../img/sprite.png);
    background-position: -158px -37px;*/
    width: 10px;
    line-height: 5px;
    height: 10px; }
.cart-ticket__multi-decor {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 4;
    display: none; }
.cart-ticket__multi-decor:before, .cart-ticket__multi-decor:after {
    content: '';
    position: absolute;
    top: 2px;
    right: -2px;
    bottom: -2px;
    left: 7px;
    border: 1px solid #d6d8dd; }
.cart-ticket__multi-decor:after {
    top: 4px;
    right: -4px;
    bottom: -4px;
    left: 9px; }

/* cart-footer end */
/* cart-content-back */
.cart-content-back {
    padding: 15px 0 0; }

.cart-content-back-link, .back-to-main-hall {
    font-weight: 700; }
.cart-content-back-link:before, .back-to-main-hall:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 19px 0 0;
    background-image: url(../img/sprite.png);
    background-position: -141px -132px;
    width: 6px;
    height: 10px; }

/* cart-content-back end */
/* cart-inner-places-table */
.cart-inner-places-table tbody tr {
    cursor: pointer; }
.cart-inner-places-table tbody tr:hover td {
    background: #fff; }
.cart-inner-places-table tbody tr:hover .col-actions .arrow-black-bottom-small {
    background-position: -264px -215px;
    opacity: 1; }
.cart-inner-places-table tbody tr.row-violet td:first-child:before {
    background: #6A0EE2; }
.cart-inner-places-table tbody tr.row-parterre td:first-child:before {
    background: #E14B99; }
.cart-inner-places-table tbody tr.row-amphitheater td:first-child:before {
    background: #005B04; }
.cart-inner-places-table tbody tr.row-balcony1 td:first-child:before {
    background: #AAA000; }
.cart-inner-places-table tbody tr.row-balcony2 td:first-child:before {
    background: #00B1E2; }
.cart-inner-places-table tbody tr.row-active td {
    background: #fff; }
.cart-inner-places-table tbody tr.row-active td:first-child:before {
    bottom: 0; }
.cart-inner-places-table tbody tr.row-active td:nth-child(2):after {
    display: none; }
.cart-inner-places-table tbody tr.row-active .col-actions .arrow-black-bottom-small {
    background-position: -264px -215px;
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.cart-inner-places-table tbody tr.row-places {
    display: none; }
.cart-inner-places-table tbody tr.row-places td {
    background: #fff; }
.cart-inner-places-table tbody tr.row-places td:first-child:before {
    top: 0; }
.cart-inner-places-table tbody tr.row-places .col-row-places {
    padding: 17px 20px 24px 27px; }
.cart-inner-places-table tbody tr.row-places .places-list:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 1px;
    height: 1px;
    background: #F3F4F6; }
.cart-inner-places-table tbody tr.row-places .places-list:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    bottom: 1px;
    width: 1px;
    background: #F3F4F6; }

.cart-inner-places-table th {
    font-size: 11px;
    font-weight: 600;
    color: #b5b7bc;
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    padding: 0 0 17px 15px;
    vertical-align: top; }

.cart-inner-places-table td {
    vertical-align: middle;
    padding: 11px 0 11px 15px;
    height: 42px;
    text-align: left;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    position: relative;
    background: #F3F4F6; }
.cart-inner-places-table td:first-child{
    padding: 11px 0 11px 22px;
}
.cart-inner-places-table td:first-child:before {
    content: '';
    position: absolute;
    left: 0;
    top: 1px;
    bottom: 1px;
    width: 3px;
    z-index: 10; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-inner-places-table td:first-child:before {
        height: 9999px; } }
.cart-inner-places-table td:first-child:after {
    content: '';
    position: absolute;
    left: 3px;
    top: 0;
    bottom: 0;
    width: 1px;
    background: #F3F4F6;
    z-index: 10; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-inner-places-table td:first-child:after {
        height: 9999px; } }
.cart-inner-places-table td:nth-child(2):before, .cart-inner-places-table td:nth-child(2):after {
    content: '';
    position: absolute;
    top: 0;
    left: 50%;
    margin-left: -5000px;
    width: 10000px;
    height: 1px;
    background: #F3F4F6;
    z-index: 5; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-inner-places-table td:nth-child(2):before, .cart-inner-places-table td:nth-child(2):after {
        z-index: 20; } }
.cart-inner-places-table td:nth-child(2):before {
    border-top: 1px solid #fff; }
.cart-inner-places-table td:nth-child(2):after {
    border-bottom: 1px solid #fff;
    top: auto;
    bottom: 0; }
.cart-inner-places-table td:last-child:not(:first-child):before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 1px;
    background: #F3F4F6; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-inner-places-table td:last-child:not(:first-child):before {
        height: 9999px;
        z-index: 10; } }

.cart-inner-places-table .col-place {
    font-weight: 700;
    padding-left: 25px;
    width: 250px; }

.cart-inner-places-table .col-places {
    font-size: 12px; }
.cart-inner-places-table .col-places__total {
    color: #686a71; }
.cart-inner-places-table .col-places__free {
    padding: 4px 0 0; }

.cart-inner-places-table .col-price {
    text-align: right; }
.cart-inner-places-table .col-price .price {
    color: #686a71;
    font-size: 14px;
    font-weight: 600; }
.cart-inner-places-table .col-price .price span {
    font-size: 18px; }

.cart-inner-places-table .col-actions {
    padding-right: 30px;
    text-align: right;
    width: 88px; }
.cart-inner-places-table .col-actions .btn-blue-border {
    display: block; }
.cart-inner-places-table .col-actions .arrow-black-bottom-small {
    -webkit-transition: -webkit-transform 0.3s ease 0s;
    transition: -webkit-transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s;
    transition: transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
    opacity: 0.2;
    margin: -2px 0 0; }

.arrow-black-bottom-small {
    background-image: url(../img/sprite.png);
    background-position: -264px -183px;
    width: 14px;
    height: 8px;
    display: inline-block;
    vertical-align: middle; }

.places-list {
    margin-left: -9px; }
.places-list > li {
    float: left;
    margin: 0 0 10px 9px; }
.places-list a {
    display: block;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    line-height: 25px;
    background: #D0D3D7;
    font-size: 12px;
    text-align: center;
    color: #fff; }
.places-list a.active {
    background: #000; }
.places-list a.disabled {
    background: #D0D3D7 !important;
    cursor: default; }
.places-list a.booked {
    background: #83ff00 !important;
    cursor: default; }

/* cart-inner-places-table end */
/* CART PAGE END */
/* CART PAGE TWO */
.cart-page--two .cart-header__left {
    display: none; }

.cart-page--two .cart-header__right {
    padding-left: 0;
    margin-left: 0; }
.cart-page--two .cart-header__right:before {
    left: 0; }

.cart-page--two .cart-header__content {
    left: 0; }

.cart-page--two .cart-header__content-left {
    padding-right: 220px; }

.cart-page--two .cart-header__content-right {
    margin-left: -210px;
    width: 210px; }

.cart-page--two .cart-content-places {
    display: block; }

/*.cart-page--two .cart-inner-places-table tbody tr {
    cursor: default; }*/

.cart-page--two .cart-inner-places-table .col-actions {
    width: 98px;
    padding-right: 20px; }

.cart-page--two .cart-content-places__scrollpane {
    top: 19px; }

.cart-page--two .cart-inner-places-table th.col-place {
    padding-left: 0; }

.cart-main-image {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 100px;
    bottom: 96px;
    overflow: hidden;
    text-align: center; }
.cart-main-image__table {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }
.cart-main-image__cell {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
    width: 100%; }
.cart-main-image img {
    margin: auto;
    height: 100%; }

@media (max-width: 640px) {
    .cart-main-image img {
        margin: auto;
        height: inherit;
        width: 100%;
    }
}

.cart-ticket--multi .cart-ticket__count {
    display: inline; }

.cart-ticket--multi + .cart-ticket__multi-decor {
    display: block; }

/* CART PAGE TWO END */
/* CART2 PAGE */
.cart-page--checkout .cart-header__content {
    bottom: 36px; }

/* places-map-holder */
.places-map-holder.disabled:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 50; }

.places-map-holder.disabled .places-map-time {
    z-index: 60px; }

.places-map-holder.disabled .places-map-holder-images,
.places-map-holder.disabled .places-map-controls,
.places-map-holder.disabled .places-map-legend {
    opacity: 0.2; }

.places-map-buttons {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 50%;
    z-index: 50;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

/* places-map-holder end */
/* cart-checkout */
.cart-checkout {
    position: absolute;
    top: 159px;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.14);
    z-index: 50; }
.cart-checkout:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 100%;
    height: 159px;
    background: #EEF0F2;
    opacity: 0.5; }

@media (max-width: 1024px) {
    .cart-checkout {
        top: 100px !important;
    }
}
@media (max-width: 1599px) {
    .cart-checkout {
        top: 100px !important;
    }
}

/* cart-checkout end */
/* cart-checkout-back */
.cart-checkout-back {
    padding: 26px 0 21px;
    border-bottom: 1px solid #E3E5E7;
    background: #fff;
    position: absolute;
    top: 0;
    left: 40px;
    right: 40px;
    z-index: 30; }

.cart-checkout-back-link {
    font-weight: 700; }
.cart-checkout-back-link:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: 0 19px 0 0;
    background-image: url(../img/sprite.png);
    background-position: -141px -132px;
    width: 6px;
    height: 10px; }

/* cart-checkout-back end */
/* cart-checkout-tickets */
.cart-checkout-tickets {
    padding: 0 40px 104px;
    height: 100%;
    position: relative; }
.cart-checkout-tickets__title {
    font-weight: 600;
    font-size: 11px;
    color: #b5b7bc;
    padding: 23px 0 8px; }
.cart-checkout-tickets__scrollpane {
    position: absolute;
    top: 0;
    left: 40px;
    right: 5px;
    bottom: 177px; }
.cart-checkout-tickets__scrollpane .jspPane {
    left: 0;
    right: 0;
    width: auto !important;
    padding-right: 35px !important; }

.cart-checkout-tickets-list > li {
    display: inline-block;
    vertical-align: top;
    margin: 10px 5px 0 0;
    position: relative; }

.cart-checkout-tickets-list .cart-ticket {
    height: auto;
    min-height: 61px; }
.cart-checkout-tickets-list .cart-ticket:hover .cart-ticket-plus {
    display: block; }

.cart-checkout-tickets-list .cart-ticket__close {
    display: block;
    right: 9px;
    top: 6px; }

.cart-ticket-plus {
    background: rgba(243, 244, 246, 0.9);
    position: absolute;
    left: 3px;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 9;
    text-align: center;
    display: none; }
.cart-ticket-plus__btn {
    width: 49px;
    height: 33px;
    border-radius: 5px;
    background: #0073FF;
    font-size: 18px;
    font-weight: 700;
    color: #fff;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding: 6px 0 0; }
.cart-ticket-plus__btn:before {
    content: '';
    display: inline-block;
    margin-right: 5px;
    position: relative;
    top: 1px;
    background-image: url(../img/sprite.png);
    background-position: -286px -251px;
    width: 15px;
    height: 15px; }

/* cart-checkout-tickets end */
/* cart-checkout-tickets-discount */
.cart-checkout-tickets-discount {
    position: absolute;
    left: 40px;
    right: 40px;
    /*display: none;*/
    bottom: 104px;
    height: 82px;
    background: #FFF8E8;
    padding: 21px 22px 11px 16px;
    z-index: 5; }
.cart-checkout-tickets-discount__left {
    float: left;
    width: 100%;
    padding: 0 265px 0 0; }
.cart-checkout-tickets-discount__left:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 13px;
    background-image: url(../img/sprite.png);
    background-position: -226px -75px;
    width: 32px;
    height: 31px; }
.cart-checkout-tickets-discount__left-inner {
    display: inline-block;
    vertical-align: middle;
    max-width: 255px; }
.cart-checkout-tickets-discount__left-title {
    font-weight: 700; }
.cart-checkout-tickets-discount__left-desc {
    font-size: 14px;
    color: #686a71; }
.cart-checkout-tickets-discount__right {
    width: 250px;
    float: left;
    margin-left: -250px; }
.cart-checkout-tickets-discount__right-title {
    float: left;
    color: #686a71;
    font-weight: 700;
    padding: 7px 34px 0 0; }
.cart-checkout-tickets-discount__right-inner {
    overflow: hidden;
    position: relative; }
.cart-checkout-tickets-discount__right-inner input.input-white {
    padding-right: 60px; }
.cart-checkout-tickets-discount__right-inner .btn-pink {
    position: absolute;
    top: 5px;
    right: 5px;
    font-size: 12px;
    padding: 8px 8px 10px;
    width: 46px; }

/* cart-checkout-tickets-discount end */
/* cart-checkout-footer */
.cart-checkout-footer {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    z-index: 100;
    height: 104px;
    padding: 0 40px; }
.cart-checkout-footer.hidden {
    display: none; }
.cart-checkout-footer:before {
    content: '';
    position: absolute;
    left: 40px;
    right: 40px;
    top: 0;
    height: 1px;
    background: #E3E5E7; }
.cart-checkout-footer__left {
    float: left;
    width: 100%;
    padding: 3px 186px 0 0; }
.cart-checkout-footer__left-wrap {
    display: table;
    width: 100%; }
.cart-checkout-footer__left-left {
    display: table-cell;
    width: 50%;
    height: 90px;
    vertical-align: middle;
    padding-right: 20px; }
.cart-checkout-footer__left-right {
    pointer-events: none;
    display: table-cell;
    width: 50%;
    height: 90px;
    vertical-align: middle;
    position: relative;
    padding: 4px 0 0 30px; }
.cart-checkout-footer__left-right:before {
    content: '';
    position: absolute;
    left: 7px;
    top: 50%;
    width: 1px;
    height: 51px;
    margin-top: -20px;
    background: #E3E5E7; }
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .cart-checkout-footer__left-right:before {
        top: 40px; } }
.cart-checkout-footer__right {
    float: left;
    width: 176px;
    margin-left: -176px;
    text-align: right;
    padding: 27px 0 0; }
.cart-checkout-footer__right .btn-blue {
    font-weight: 700;
    font-size: 14px;
    padding: 16px 33px 18px;
    min-width: 137px;
    display: block; }
.cart-checkout-footer__right .btn-blue.js-cart-checkout-tostep4 {
    display: inline-block; }

.cart-checkout-footer-total {
    font-weight: 700; }
.cart-checkout-footer-total__title {
    margin-right: 12px;
    text-transform: uppercase; }
.cart-checkout-footer-total__cost {
    font-size: 14px; }
.cart-checkout-footer-total__cost-value {
    font-size: 18px; }
.cart-checkout-footer-total__cost.hidden {
    display: none; }

.cart-checkout-footer-agreement {
    display: none;
    margin: 11px 0 -15px 1px; }
.cart-checkout-footer-agreement.active {
    display: block; }

.cart-checkout-footer-consist {
    color: #74767c;
    font-size: 12px;
    line-height: 1.5; }
.cart-checkout-footer-consist.hidden {
    display: none; }

.cart-checkout-footer-consist-total {
    display: none;
    font-size: 18px;
    color: #7f8086; }
.cart-checkout-footer-consist-total.active {
    display: block; }

/* cart-checkout-footer end */
/* cart-checkout-inner */
.cart-checkout-inner {
    padding: 0 40px;
    height: 100%;
    position: relative;
    display: none; }

/* cart-checkout-inner end */
/* cart-checkout-step-info */
.cart-checkout-step-info__number {
    float: left;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    line-height: 28px;
    text-align: center;
    color: #72737a;
    font-size: 16px;
    background: #D8D9DC;
    margin: 2px 21px 0 0; }

.cart-checkout-step-info__content {
    overflow: hidden; }

.cart-checkout-step-info__title {
    font-size: 24px;
    font-weight: 400;
    padding: 0 0 5px; }
.cart-checkout-step-info__title span{
   color:#0072ff;
}
.cart-checkout-step-info__title span2{
    color:#FF4CC5;
}

.cart-checkout-step-info__about {
    font-size: 20px;
}

.cart-checkout-step-info__desc {
    font-size: 14px;
    color: #686a71;
    letter-spacing: -0.01em; }

.cart-checkout-step-info + .cart-checkout-step-info {
    margin-top: 50px; }

/* cart-checkout-step-info end */
/* cart-checkout-ask-additional-options */
.cart-checkout-ask-additional-options {
    padding: 94px 0 103px;
    height: 100%;
    display:none;
    position: relative; }
.cart-checkout-ask-additional-options__left {
    float: left;
    width: 100%;
    margin: 0 0px 0 0; }

.cart-checkout-ask-additional-options__right {
    overflow: hidden;
    position: relative;
    padding: 7px 20px 0 0; }
.cart-checkout-ask-additional-options__right input.input-white {
    padding-right: 60px; }
.cart-checkout-ask-additional-options__right .btn-pink {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 12px;
    padding: 8px 8px 10px;
    width: 46px; }
.cart-checkout-ask-additional-options__scrollpane {
    position: absolute;
    left: 0;
    top: 94px;
    right: -35px;
    bottom: 104px; }
.cart-checkout-ask-additional-options__scrollpane .jspPane {
    left: 0;
    right: 0;
    width: auto !important;
    padding-right: 35px !important; }

/* cart-checkout-ask-additional-options end */
/* cart-checkout-email */
.cart-checkout-email {
    padding: 94px 0 103px;
    height: 100%;
    position: relative; }
.cart-checkout-email__left {
    float: left;
    width: 336px;
    margin: 0 10px 0 0; }
.cart-checkout-email__right {
    overflow: hidden;
    position: relative;
    padding: 7px 20px 0 0; }
.cart-checkout-email__right input.input-white {
    padding-right: 60px; }
.cart-checkout-email__right .btn-pink {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 12px;
    padding: 8px 8px 10px;
    width: 46px; }
.additional_phone_ask{
    float: left;
    width: 100%;
}
.cart-checkout-phone__left {
    float: left;
    width: 336px;
    margin: 10px 10px 0 0; }
.cart-checkout-phone__right {
    overflow: hidden;
    position: relative;
    padding: 7px 20px 0 0; }
.cart-checkout-phone__right input.input-white {
    padding-right: 60px; }
.cart-checkout-phone__right .btn-pink {
    position: absolute;
    top: 12px;
    right: 25px;
    font-size: 12px;
    padding: 8px 8px 10px;
    width: 46px; }
.valid_checked{
    color: green;
    position: absolute;
    top: 17px;
    right: 31px;
}
.cart-checkout-email__scrollpane {
    position: absolute;
    left: 0;
    top: 94px;
    right: -35px;
    bottom: 104px; }
.cart-checkout-email__scrollpane .jspPane {
    left: 0;
    right: 0;
    width: auto !important;
    padding-right: 35px !important; }

/* cart-checkout-email end */
/* cart-checkout-delivery */
.cart-checkout-delivery {
    padding: 94px 0 104px;
    height: 100%;
    position: relative;
    display: none; }
.cart-checkout-delivery__scrollpane {
    position: absolute;
    left: 0;
    right: 0;
    top: 94px;
    bottom: 104px;
    right: -35px; }
.cart-checkout-delivery__scrollpane .jspPane {
    left: 0;
    right: 0;
    width: auto !important;
    padding-right: 35px !important; }

.icon-checked-round-green-small {
    display: inline-block;
    vertical-align: middle;
    margin-left: 7px;
    background-image: url(../img/sprite.png);
    background-position: -286px -231px;
    width: 15px;
    height: 15px; }

.cart-checkout-delivery-types-list {
    padding: 20px 0 0; }
.cart-checkout-delivery-types-list > li {
    background: #F3F4F6;
    border: 1px solid #F3F4F6; }
.cart-checkout-delivery-types-list > li:hover {
    background: #fff; }
.cart-checkout-delivery-types-list > li.current {
    background: #FFF8E8;
    border-color: #FFF8E8; }
.cart-checkout-delivery-types-list > li + li {
    margin-top: 2px; }

.cart-checkout-delivery-type {
    padding: 13px 19px 12px 25px; }
.cart-checkout-delivery-type__left {
    width: 230px;
    float: left;
    margin: -5px 0 0; }
.cart-checkout-delivery-type__middle {
    float: left;
    width: 100%;
    margin-left: -230px;
    padding: 0 110px 0 240px;
    line-height: 1.45; }
.cart-checkout-delivery-type__right {
    float: left;
    width: 98px;
    margin-left: -98px; }
.cart-checkout-delivery-type__right .btn-blue-border {
    display: block; }
.cart-checkout-delivery-type__right .btn-blue-border.active:after {
    content: '';
    display: inline-block;
    margin: 0 -1px 0 2px;
    background-image: url(../img/sprite.png);
    background-position: -264px -169px;
    width: 13px;
    height: 9px; }
.cart-checkout-delivery-type__title {
    font-weight: 700;
    margin-bottom: -1px; }
.cart-checkout-delivery-type__info {
    font-weight: 600;
    font-size: 14px;
    color: #686a71; }
.cart-checkout-delivery-type__desc {
    font-size: 12px;
    color: #686a71; }

/* cart-checkout-delivery end */




.cart-checkout-ask-types-list {
    padding: 20px 0 20px; }
.cart-checkout-ask-types-list > li {
    background: #F3F4F6;
    border: 1px solid #F3F4F6; }
.cart-checkout-ask-types-list > li:hover {
    background: #fff; }
.cart-checkout-ask-types-list > li.current {
    background: #FFF8E8;
    border-color: #FFF8E8; }
.cart-checkout-ask-types-list > li + li {
    margin-top: 2px; }


.cart-checkout-ask-type {
    padding: 13px 19px 12px 25px; }
.cart-checkout-ask-type__left {
    width: 230px;
    float: left;
    margin: -5px 0 0; }
.cart-checkout-ask-type__middle {
    float: left;
    width: 100%;
    margin-left: -230px;
    padding: 0 110px 0 240px;
    line-height: 1.45; }
.cart-checkout-ask-type__right {
    float: left;
    width: 98px;
    margin-left: -98px; }
.cart-checkout-ask-type__right .btn-blue-border {
    display: block; }
.cart-checkout-ask-type__right .btn-blue-border.active:after {
    content: '';
    display: inline-block;
    margin: 0 -1px 0 2px;
    background-image: url(../img/sprite.png);
    background-position: -264px -169px;
    width: 13px;
    height: 9px; }
.cart-checkout-ask-type__title {
    font-weight: 700;
    vertical-align: middle;
    height: 37px;
    display: table-cell;
    margin-bottom: -1px; }
.cart-checkout-ask-type__info {
    font-weight: 600;
    font-size: 14px;
    color: #686a71; }
.cart-checkout-ask-type__desc {
    font-size: 12px;
    color: #686a71; }


/* cart-checkout-payment */
.cart-checkout-payment {
    padding: 45px 0 0;
    display: none; }
.cart-checkout-payment__scrollpane {
    height: 280px; }
.cart-checkout-payment__scrollpane .scrollpane-horizontal {
    height: 100%; }
.cart-checkout-payment .cart-checkout-step-info__number {
    margin-right: 11px; }

.cart-checkout-payment-list {
    text-align: left;
    font-size: 0;
    line-height: 0;
    padding: 29px 0 0 36px; }
.cart-checkout-payment-list > li {
    display: inline-block;
    vertical-align: top;
    margin: 5px 5px 5px;
    position: relative;
    font-size: 18px;
    line-height: 1.2; }
.cart-checkout-payment-list > li.active .cart-checkout-payment-item {
    border-color: #c2c3c7;
    -webkit-box-shadow: 0 0 9px rgba(0, 137, 255, 0.59);
    box-shadow: 0 0 9px rgba(0, 137, 255, 0.59); }
.cart-checkout-payment-list > li.active .cart-checkout-payment-item .cart-checkout-payment-item__percent {
    border-color: #c2c3c7; }

.cart-checkout-payment-item {
    width: 148px;
    height: 111px;
    border-radius: 5px;
    border: 1px solid #E3E5E7;
    text-align: center;
    position: relative;
    display: block;
    cursor: pointer;
    padding: 10px; }
.cart-checkout-payment-item input[type="radio"] {
    position: absolute;
    left: -9999px;
    top: -9999px; }
.cart-checkout-payment-item__image {
    display: table-cell;
    width: 9999px;
    height: 46px;
    text-align: center;
    vertical-align: middle; }
.cart-checkout-payment-item__content {
    display: table-cell;
    height: 34px;
    vertical-align: middle;
    width: 9999px;
    padding: 8px 0 0;
    text-align: center;
    font-size: 12px;
    color: #686a71; }
.cart-checkout-payment-item__percent {
    position: absolute;
    right: 0;
    bottom: 0;
    border-top: 1px solid #e3e4e6;
    border-left: 1px solid #e3e4e6;
    background: #F3F4F6;
    color: #FF4CC5;
    padding: 2px 4px 4px;
    font-size: 12px;
    line-height: 1.1; }

/* cart-checkout-payment end */
/* cart-checkout-delivery-form */
.cart-checkout-delivery-form {
    padding: 22px 20px 43px 26px;
    display: none; }
.cart-checkout-delivery-form__title {
    padding: 0 0 21px; }
.cart-checkout-delivery-form__left {
    width: 47.7%;
    float: left;
    padding-right: 15px; }
.cart-checkout-delivery-form__right {
    width: 52.3%;
    float: left;
    padding-left: 15px; }
.cart-checkout-delivery-form .form-line {
    margin: 0 0 20px; }
.cart-checkout-delivery-form input.input-white,
.cart-checkout-delivery-form textarea.input-white {
    padding-left: 10px;
    padding-right: 10px; }
.cart-checkout-delivery-form textarea {
    height: 100px; }
.cart-checkout-delivery-form .hint {
    position: absolute;
    font-size: 10pt;
    color: #ccc; }

/* cart-checkout-delivery-form end */
/* cart-checkout-final */
.cart-checkout-final {
    display: none;
    padding: 90px 0 120px;
    height: 100%;
    position: relative; }

.cart-checkout-final-wrap {
    display: table;
    width: 100%;
    height: 100%; }

/* cart-checkout-final */
/* cart-checkout-error */
.cart-checkout-error {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%;
    padding: 5px 0 0; }
.cart-checkout-error:before {
    content: '';
    display: inline-block;
    margin: 0 0 19px;
    background-image: url(../img/sprite.png);
    background-position: -95px -101px;
    width: 41px;
    height: 41px; }
.cart-checkout-error__title {
    font-size: 30px;
    font-weight: 700;
    text-transform: uppercase;
    padding: 0 0 17px; }
.cart-checkout-error__subtitle {
    font-size: 24px;
    color: #45464e;
    padding: 0 0 20px; }
.cart-checkout-error p {
    font-size: 16px;
    line-height: 1.25;
    color: #45464e;
    padding: 0; }

/* cart-checkout-error end */

/* CART2 PAGE END */

/* 2000x768*/
/* MOBILE MEDIA */
/* > 1023 */
@media (max-width: 1024px) {
    .cart-checkout-payment__scrollpane {
        height: 170px; }
    .cart-checkout{
        top: 100px;
    }
    /* INDEX PAGE */
    .events-today-slider .bx-wrapper {
        max-width: 100% !important; }
    .events-today-slider .bx-wrapper .bx-viewport {
        height: auto !important;
        overflow: visible !important;
        position: static !important;
        width: auto !important;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important; }
    .events-today-slider .events-list {
        left: auto !important;
        position: static !important;
        width: auto !important; }
    .events-today-slider .events-list > li {
        margin: 0 !important;
        width: 50% !important;
        float: none !important; }
    .events-today-slider .events-list > li.bx-clone {
        display: none !important; }
    .events-today-slider .events-list > li.bx-clone + li,
    .events-today-slider .events-list > li.bx-clone + li + li,
    .events-today-slider .events-list > li.bx-clone + li + li + li,
    .events-today-slider .events-list > li.bx-clone + li + li + li + li {
        display: inline-block; }
    .drop-link-town span {
        max-width: 250px; }
    /* INDEX PAGE END */
    /* INDEX RESULTS PAGE */
    /* INDEX RESULTS PAGE END */
    /* EVENT PAGE */
    /* EVENT PAGE END */
    /* TOUR PAGE */
    /* TOUR PAGE END */ }

/* 1024-1185 */
@media (min-width: 1024px) and (max-width: 1185px) {
    .nav {
        margin: 29px 0 0 27px; }
    .nav-list {
        margin-left: -40px; }
    .nav-list li {
        margin: 0 0 0 40px; }
    .drop-link-town span {
        max-width: 160px; } }

/* 1024-1402 */
@media (min-width: 1024px) and (max-width: 1402px) {
    .drop-holder-town {
        margin-right: 7px; }
    .header-categories-menu-link {
        right: 10px; }
    .events-list {
        margin-left: -20px; }
    .events-list > li {
        padding-left: 20px; }
    .event__caption {
        padding: 10px; }
    .event-large {
        padding: 20px; }
    .main-promo__inner {
        margin-left: -20px; }
    .events-recommend {
        padding: 0 0 0 20px; }
    .events-today {
        padding: 0 0 0 20px; }
    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -10px; }
    .bx-wrapper .bx-controls-direction a.bx-next {
        right: -10px; }
    .banner__title {
        font-size: 90px; }
    .event-full:before {
        font-size: 198px; }
    .tour__menu-top {
        left: 43%;
        padding-left: 30px;
        padding-right: 30px; }
    .tour-sidebar {
        width: 43%; }
    .tour {
        margin-left: 43%; }
    .tour-main {
        padding-left: 30px;
        padding-right: 30px; }
    .tour-main__title {
        font-size: 100px; }
    .tour-desc {
        padding-left: 30px; }
    .tour-desc__title {
        font-size: 100px; }
    .tour-desc__date {
        padding: 0 0 35px; }
    .tour-tickets {
        padding-left: 30px; }
    .tour-tickets__title {
        font-size: 100px; }
    .tickets-table .col-title {
        padding-left: 10px; }
    .tickets-table td {
        padding-left: 10px; }
    .tour-archive {
        padding-left: 30px; }
    .tour-archive__title {
        font-size: 100px; }
    .tour-contacts {
        padding-left: 30px; }
    .tour-contacts__title {
        font-size: 80px; }
    .tour-contacts__desc br {
        display: none; }
    .tour-main__others {
        left: 30px; } }

/* < 1600 */
@media (max-width: 1599px) {
    /* CART PAGE */
    .cart-wrapper__left {
        width: 48.2%; }
    .cart-wrapper__right {
        width: 51.8%; }
    .cart-info {
        padding: 9px 30px 11px; }
    .cart-info__close {
        right: 11px; }
    .cart-header__left {
        display: none; }
    .cart-page--two .cart-content-places__scrollpane {
        top: 30px;
    }
    .cart-header__right {
        padding: 9px 0 13px;
        margin-left: 0; }
    .cart-header__right:before {
        left: 0; }
    .cart {
        padding: 20px; }

    .cart-content-places__scrollpane, .cart-content-main__scrollpane{

    }
    .cart-header__right {
        padding: 9px 0 2px;
        min-height: 100px;
    }
    .cart-spec-places-table th {
        padding-top: 0px;
    }
    .cart-spec-places-table th {
        padding: 0px 0 0px 15px;
    }

    .cart-header {
        height:100px;
        left: 20px;
        right: 20px; }
    .cart-header__content {
        position: static;
        padding: 4px 0 0; }
    .cart-header__info-title {
        display: inline-block;
        padding: 0 6px 0 0; }
    .cart-header__info-desc {
        display: inline-block; }
    .cart-header__content-left {
        padding: 0; }
    .cart-header__content-right {
        margin-left: 0;
        width: 100%;
        padding: 19px 0 10px; }
    .cart-spec-places-table {
        margin: 18px 0 0px;
    }
    .cart-header__count {
        bottom: 24px;
        top: 24px;
        right: 38px; }
    .cart-content {
        padding-bottom: 70px;
        /*margin-top: 25px;*/
        left: 20px;
        top: 135px;
        right: 20px; }
    .cart-spec-places-table th.col-tickets {
        visibility: hidden; }
    .cart-spec-places-table .col-desc {
        display: none; }
    .cart-spec-places-table .col-sector {
        padding-top: 0;
        width: 137px; }
    .cart-spec-places-table .col-actions {
        width: 38px; }
    .cart-spec-places-table .col-actions .btn-blue-border {
        font-size: 0;
        line-height: 0;
        width: 38px;
        height: 33px;
        padding: 7px 0 0 1px; }
    .cart-spec-places-table .col-actions .btn-blue-border:before {
        content: '';
        display: inline-block;
        background-image: url(../img/sprite.png);
        background-position: -286px -105px;
        width: 17px;
        height: 16px; }
    .cart-spec-places-table .col-actions .btn-blue-border.active:before {
        background-position: -286px -126px; }
    .cart-places-table .col-places {
        width: 1px;
        font-size: 0;
        line-height: 0; }
    .cart-places-table .col-actions {
        width: 26px; }
    .cart-inner-places-table .col-actions {
        width: 27px;
        padding-right: 20px; }
    .cart-footer__left {
        padding: 17px 260px 20px 20px; }
    .cart-footer__right {
        width: 260px;
        margin-left: -260px;
        padding: 17px 20px 20px 10px; }
    /* CART PAGE END */
    /* CART PAGE TWO */
    .cart-page--two .cart-header__right {
        padding: 9px 0 11px; }
    .cart-page--two .cart-inner-places-table .col-places {
        font-size: 0;
        line-height: 0; }
    .cart-page--two .cart-inner-places-table th.col-place {
        padding-left: 25px; }
    .cart-page--two .cart-header__content {
        padding: 6px 0 0; }
    .cart-page--two .cart-header__content-left {
        padding: 0; }
    .cart-page--two .cart-header__content-right {
        width: 210px;
        margin: 0; }
    .cart-page--two .cart-footer__left {
        padding-left: 40px; }
    /* CART PAGE TWO END */
    /* CART2 PAGE */
    .cart-page--checkout .cart-header {
        top: 5px; }
    .cart-page--checkout .cart-header__content-right {
        padding: 24px 0 0; }
    .cart-page--checkout .cart-header__count {
        display: none; }
    .cart-page--checkout .cart-header__right:before {
        display: none; }
    .cart-checkout-tickets {
        padding-left: 20px;
        padding-right: 20px; }
    .cart-checkout-tickets__scrollpane {
        left: 20px; }
    .cart-checkout-tickets-discount {
        left: 20px;
        right: 20px; }
    .cart-checkout-footer {
        padding: 0 20px; }
    .cart-checkout-footer:before {
        left: 20px;
        right: 20px; }
    .cart-checkout-footer__left-wrap {
        display: table-cell;
        width: 9999px;
        vertical-align: middle;
        height: 98px;
        position: relative; }
    .cart-checkout-footer__left-wrap.prelast-step {
        padding: 0 0 39px; }
    .cart-checkout-footer__left-left {
        padding: 0 0 2px; }
    .cart-checkout-footer__left-left,
    .cart-checkout-footer__left-right {
        height: auto;
        width: auto;
        display: block;
        padding: 0; }
    .cart-checkout-footer__left-left:before,
    .cart-checkout-footer__left-right:before {
        display: none; }
    .cart-checkout-tickets-discount {
        padding: 21px 22px 11px 21px; }
    .cart-checkout-tickets-discount__left:before {
        margin: 5px 23px 0 0; }
    .cart-checkout-tickets-discount__left {
        padding: 0 186px 0 0;
        margin: -11px 0 0; }
    .cart-checkout-tickets-discount__left-inner {
        max-width: 175px; }
    .cart-checkout-tickets-discount__right {
        width: 176px;
        margin-left: -176px; }
    .cart-checkout-tickets-discount__right-title {
        display: none; }
    .cart-checkout-inner {
        padding: 0 20px; }
    .cart-checkout-back {
        left: 20px;
        right: 20px; }
    .cart-checkout-email__left {
        float: none;
        width: auto;
        margin: 0; }
    .cart-checkout-email__right {
        margin: 17px 0 0 49px;
        max-width: 354px;
        overflow: visible;
        padding: 0; }
    .cart-checkout-phone__left {
        float: none;
        width: auto;
        margin: 0; }
    .cart-checkout-phone__right {
        margin: 17px 0 0 49px;
        max-width: 354px;
        overflow: visible;
        padding: 0; }
    .cart-checkout-email__right .btn-pink {
        top: 5px;
        right: 5px; }
    .cart-checkout-delivery-type__middle {
        display: none; }
    .cart-checkout-delivery-type__left {
        width: 100%;
        padding: 0 108px 0 0; }
    .cart-checkout-delivery-type {
        padding: 13px 19px 14px 25px; }
    .cart-checkout-ask-type__middle {
        display: none; }
    .cart-checkout-ask-type__left {
        width: 100%;
        padding: 0 108px 0 0; }
    .cart-checkout-ask-type {
        padding: 13px 19px 14px 25px; }
    .cart-checkout-payment-list {
        white-space: nowrap;
        padding: 29px 0 0; }
    .cart-checkout-payment-list > li {
        white-space: normal; }
    .cart-checkout-email__scrollpane {
        right: -15px; }
    .cart-checkout-email__scrollpane .jspPane {
        padding-right: 15px !important; }
    .cart-checkout-delivery__scrollpane {
        right: -15px; }
    .cart-checkout-delivery__scrollpane .jspPane {
        padding-right: 15px !important; }
    .cart-checkout-footer-agreement {
        bottom: 12px;
        left: 0;
        position: absolute;
        margin: 0; }
    .cart-checkout-delivery-form__left {
        float: none;
        width: auto;
        padding: 0; }
    .cart-checkout-delivery-form__right {
        float: none;
        width: auto;
        padding: 0; }
    .cart-checkout-delivery-form {
        padding: 22px 36px 43px 26px; }
    .cart-checkout-footer__left-wrap.last-step {
        padding: 0; }
    /* CART2 PAGE END */ }

/* MOBILE MEDIA END */
/* TABLET MEDIA */
/* < 1024 */
@media (max-width: 1023px) {
    body .tablet-hidden {
        display: none; }
    body .tablet-visible {
        display: block; }
    .tablet-res {
        display: block; }
    h1 {
        font-size: 36px; }
    /* INDEX PAGE */
    .container,
    .container-small {
        padding-left: 20px;
        padding-right: 20px; }
    .header > .container {
        padding-left: 30px;
        padding-right: 30px; }
    .header-search-link {
        display: inline-block;
        position: absolute;
        left: -97px;
        top: 5px;
        background-image: url(../img/sprite.png);
        background-position: -286px -147px;
        width: 16px;
        height: 16px; }
    .header-search {
        display: none;
        width: auto;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 20;
        background: #fff;
        height: 51px;
        padding: 4px 20px 0;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14) inset;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14) inset; }
    .header-search input[type="submit"] {
        right: 20px;
        top: 12px; }
    .nav {
        display: none;
        float: none;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        text-align: center; }
    .nav li {
        margin: 0;
        float: none;
        border-top: 1px solid #EEF0F2; }
    .nav a {
        display: block;
        padding: 25px 10px;
        background: #fff; }
    .nav a:hover {
        background: #FFF8E8; }
    .nav-list {
        margin: 0; }
    .header-dates-list a {
        min-width: 134px; }
    .main-promo > .container {
        padding: 0; }
    .main-promo__inner {
        margin: 0; }
    .events-recommend {
        float: none;
        width: auto;
        padding: 0 0 70px; }
    .block-title {
        text-align: center; }
    .events-recommend-slider {
        margin: 0 -37px; }
    .events-recommend-slider .bx-wrapper .bx-viewport {
        overflow: visible !important; }
    .bx-wrapper .bx-pager {
        display: block; }
    .events > .container {
        padding-left: 54px;
        padding-right: 54px; }
    .events-list > li {
        width: 33.33%; }
    .site-rules {
        display: none; }
    .footer__phones {
        padding: 0 0 8px; }
    .footer__features {
        padding: 0 0 67px; }
    .footer__features-list {
        font-size: 0;
        line-height: 0; }
    .footer__features-list > li {
        width: 33.33%;
        min-width: 0;
        margin: 0;
        padding: 0 5px;
        font-size: 18px;
        line-height: 1.2; }
    .footer__features-list > li + li:before {
        top: 0;
        left: 0;
        height: 113px; }
    .footer-feature {
        text-align: center; }
    .footer-feature__image {
        float: none;
        margin: 0 0 10px; }
    .footer__bottom {
        padding: 0 0 94px; }
    .footer__bottom-middle {
        padding: 0 0 16px;
        float: none;
        width: auto; }
    .footer__bottom-left {
        float: none;
        width: auto;
        margin: 0;
        padding: 0 0 17px; }
    .payments-list {
        margin: 0;
        text-align: center; }
    .payments-list li {
        margin: 0 5px; }
    .payments-list li + li {
        margin: 0 5px; }
    .footer__bottom-right {
        float: none;
        width: auto;
        margin: 0;
        padding: 0 0 13px; }
    .social-list {
        text-align: center; }
    .social-list li {
        margin: 0 5px; }
    .social-list li + li {
        margin: 0 5px; }
    .copyright {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 57px; }
    .events-today {
        padding: 0 0 71px;
        overflow: visible; }
    .events-today .block-title {
        padding: 0 0 53px; }
    .events-today-slider {
        padding: 0 54px; }
    .events-today-slider .events-list {
        margin: 0; }
    .events-today-slider .events-list > li {
        padding: 0;
        margin: 0;
        width: auto; }
    .events-today-slider .events-list > li:nth-child(n+5) {
        display: block; }
    .bx-wrapper .bx-controls-direction a {
        margin-top: 0;
        top: -67px; }
    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 37px; }
    .bx-wrapper .bx-controls-direction a.bx-next {
        right: 37px; }
    .drop-holder-town {
        padding: 0 0 0 160px;
        margin: 25px -2px 0 0;
        width: 50%;
        text-align: right; }
    .drop-holder-town:before {
        display: none; }
    .drop-holder-town__inner {
        display: inline-block;
        position: relative;
        max-width: 100%; }
    .drop-holder-town__inner:before {
        content: '';
        width: 1px;
        height: 40px;
        background: #E0E2E7;
        position: absolute;
        left: -51px;
        top: -5px; }
    .header-categories-list.active {
        margin: 0 0 0 15px; }
    .header-categories-menu-link {
        top: 15px;
        right: 22px; }
    .content {
        padding: 171px 0 0; }
    .event-large .date {
        padding: 0 0 7px; }
    .event-large .event__title {
        margin: 0 0 4px; }
    .events-recommend {
        padding: 0 0 129px; }
    .events-today-slider .bx-wrapper .bx-pager {
        bottom: -73px; }
    .subscribe {
        padding: 40px 0 37px;
        margin: 0 0 71px; }
    .subscribe__title {
        font-size: 23px; }
    .events {
        padding: 0 0 62px; }
    .footer__desc {
        padding: 0 40px 55px; }
    .footer-feature__image {
        margin: 0 0 14px; }
    .footer__features {
        margin: 0 -20px; }
    .drop-region {
        width: auto;
        left: 0; }
    /* INDEX PAGE END */
    /* INDEX RESULTS PAGE */
    .banner {
        padding: 8px 0 20px; }
    .banner__content {
        display: block;
        text-align: center; }
    .banner__title {
        display: block;
        line-height: 1.1;
        margin: 0; }
    .banner__desc {
        display: block;
        padding: 0; }
    /* INDEX RESULTS PAGE END */
    /* EVENT PAGE */
    .drop-holder-share .drop-share {
        right: -12px; }
    .drop-holder-share .drop-share .drop__arrow {
        right: 56px; }
    .content--small {
        padding: 80px 0 0; }
    .breadcrumbs-back-link {
        left: 30px; }
    .breadcrumbs .container {
        padding-left: 30px;
        padding-right: 30px; }
    .event-full:before {
        display: none; }
    .event-full-main > .container-small {
        padding-left: 30px;
        padding-right: 30px; }
    .event-full-main__top-right {
        padding: 0 0 0 374px; }
    .event-full-main__title {
        line-height: 1.2;
        padding: 0 0 3px;
        margin-right: -10px; }
    .event-full--type2 .event-full-main__title {
        padding: 0 0 8px; }
    .event-full-main__count {
        margin: 0 0 24px;
        font-size: 18px; }
    .event-full-main__buttons-top {
        margin: 0 0 0 5px; }
    .event-full-main__contacts {
        margin: 8px 0 0; }
    .event-full-main__contacts:before {
        display: none; }
    .event-full-main__contacts .event-full-main__dates {
        width: auto;
        float: none;
        padding: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .event-full-main__dates-divider {
        margin: 0 13px 0 15px; }
    .event-full-main__contacts .event-full-main__places {
        padding: 21px 4px 0;
        float: none;
        width: auto;
        text-align: left; }
    .event-full-main__place-town {
        margin: 0 0 7px; }
    .event-full-main__top-right-inner {
        min-height: 502px;
        padding: 0 0 118px; }
    .event-full-main__buttons-bottom {
        text-align: left;
        left: 0; }
    .event-full-main__buttons-bottom .btn-pink {
        margin-left: 5px; }
    .event-full-main__prices {
        padding: 0 0 16px;
        display: block; }
    .event-full-main__buttons-top .drop-holder-share {
        bottom: 30px;
        right: 2px;
        left: auto;
        z-index: 5; }
    .btn-pink-border--share {
        padding: 7px 14px 9px; }
    .btn-pink-border--share:after {
        display: none; }
    .increase-price {
        margin: 49px 0 49px 6px;
        float: none; }
    .event-full-tabs-control-list {
        margin: 0 -30px; }
    .event-full-desc {
        padding: 61px 0 0; }
    .event-full-buy-tickets {
        padding: 87px 0 86px;
        margin: 0 -6px; }
    .event-full-buy-tickets-info-list {
        font-size: 0;
        line-height: 0;
        padding: 90px 0 66px; }
    .event-full-buy-tickets-info-list li {
        width: 25%;
        vertical-align: top;
        margin: 0;
        font-size: 15px;
        line-height: 1.2; }
    .full-schedule {
        padding: 64px 0; }
    .events-related {
        padding: 73px 0 128px; }
    .events-related-slider {
        margin: 0 -20px 0 -39px; }
    .events-related-slider .events-list > li {
        display: block;
        padding: 0; }
    .events-related-slider .bx-wrapper .bx-pager {
        bottom: -65px; }
    .event-full-main__contacts-single {
        margin: -16px 0 0; }
    .event-full-main__contacts-single:before {
        display: none; }
    .event-full-main__contacts-single .event-full-main__places {
        margin: 0;
        padding: 0 0 14px 4px;
        float: none;
        width: auto; }
    .event-full-main__contacts-single .event-full-main__dates {
        float: none;
        margin: 0;
        padding: 0;
        width: auto; }
    .event-full-main__contacts-single .event-full-main__dates:before {
        display: none; }
    .event-full-main__time-column {
        padding: 23px 0 8px 65px;
        width: auto;
        overflow: hidden;
        float: none;
        position: relative; }
    .event-full-main__time-column:before {
        content: '';
        position: absolute;
        top: 8px;
        bottom: 0;
        left: 31px;
        width: 1px;
        background: rgba(255, 255, 255, 0.2); }
    .event-full-main__contacts-single .event-full-main__place-town {
        margin: 0 0 2px; }
    .event-full-main__contacts-single .event-full-main__dates .event-full-main__dates-column {
        width: auto;
        min-width: 29%;
        text-align: center; }
    .event-full--type2 .event-full-main__buttons-top .drop-holder-share {
        right: auto;
        left: 5px;
        bottom: 151px; }
    .event-full--type2 .btn-pink-border--share {
        padding: 7px 14px 6px; }
    .event-full--type2 .btn-pink-border--share:after {
        display: inline-block; }
    .additional-chips__tickets {
        display: none; }
    .additional-chips__title {
        padding: 9px 0 0 5px; }
    /* EVENT PAGE END */
    /* TOUR PAGE */
    .tour-page {
        height: auto;
        overflow: auto; }
    .tour-wrapper {
        height: auto;
        position: static; }
    .tour-sidebar {
        position: static;
        width: auto; }
    .tour-side-concerts {
        position: static;
        padding: 23px 38px 23px 30px; }
    .tour-concerts-table-wrap {
        position: static; }
    .tour-concerts-table-wrap .scrollpane-vertical {
        height: auto; }
    .tour-concerts-table-holder {
        padding: 0 0 0 27px; }
    .tour-side-setlist {
        position: static;
        padding: 0 21px 0 30px; }
    .tour-footer {
        display: block;
        font-size: 14px;
        color: #9d9fa8;
        padding: 13px 0 12px; }
    .tour-footer__left {
        margin-left: -100%;
        float: left;
        width: 33.33%;
        padding: 15px 0 0; }
    .tour-footer__middle {
        float: left;
        width: 100%;
        padding: 0 33.33%;
        text-align: center; }
    .tour-footer__right {
        float: left;
        margin-left: -33.33%;
        width: 33.33%;
        text-align: right;
        padding: 15px 0 0; }
    .tour-footer__right a {
        color: #0072ff; }
    .tour-footer__right a:hover {
        color: #FF4CC5; }
    .tour-footer .container {
        padding-left: 30px;
        padding-right: 30px; }
    .logo-small-black {
        width: 59px;
        height: 49px;
        display: inline-block;
        background: url("../img/logo-small-black.png") no-repeat 0 0; }
    .tour {
        margin: 0;
        height: auto; }
    .tour-sections {
        height: auto; }
    .tour-sections .bx-wrapper .bx-pager {
        bottom: 38px; }
    .tour-sections .bx-wrapper .bx-pager.bx-default-pager a {
        width: 9px;
        height: 9px;
        background: #fff;
        opacity: 0.2;
        margin: 0 8px; }
    .tour-sections .bx-wrapper .bx-pager.bx-default-pager a:hover {
        opacity: 0.5; }
    .tour-sections .bx-wrapper .bx-pager.bx-default-pager a.active {
        opacity: 1; }
    .tour-section {
        height: auto;
        min-height: 100vh; }
    .tour__menu-side {
        display: none; }
    .logo-small {
        display: none; }
    .tour__menu-top {
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        padding-left: 10px;
        padding-right: 10px;
        background: none;
        -webkit-filter: 0;
        filter: 0; }
    .tour__menu-top-list {
        text-align: center; }
    .tour-sections .bx-wrapper .bx-controls-direction a {
        margin: 0;
        top: 123px;
        background: #FF4CC5; }
    .tour-sections .bx-wrapper .bx-controls-direction a:before {
        background-image: url(../img/sprite.png);
        background-position: -264px -85px;
        width: 10px;
        height: 18px; }
    .tour-sections .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0; }
    .tour-sections .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0; }
    .tour-sections .bx-wrapper .bx-controls-direction a:hover {
        background: #DB3C9E; }
    .tour-section-buttons {
        display: none; }
    .tour-main {
        padding: 67px 60px;
        text-align: center; }
    .tour-main__top {
        min-height: 347px;
        margin: 0 0 20px; }
    .tour-main__others {
        position: static; }
    .tour-main__others-list {
        text-align: left;
        display: inline-block; }
    .tour-desc {
        text-align: center;
        padding: 67px; }
    .tour-sections .scrollpane-vertical__inner {
        padding-right: 0; }
    .tour-desc__text {
        max-width: 100%; }
    .tour-tickets {
        padding: 67px 50px; }
    .tour-tickets__title {
        margin: 0 0 21px;
        text-align: center; }
    .tour-archive {
        padding: 67px 0;
        text-align: center; }
    .tour-archive__buttons {
        margin-left: 0; }
    .tour-archive__tag {
        min-height: 97px; }
    .tour-sections .scrollpane-vertical {
        height: auto; }
    .tour-archive-list {
        max-width: none;
        text-align: left; }
    .tour-archive-item__image {
        margin: 0 0 5px; }
    .tour-contacts {
        padding: 67px 65px; }
    .tour-contacts textarea {
        height: 113px; }
    .tour-contacts__title {
        text-align: center;
        letter-spacing: -0.02em; }
    .tour-contacts__desc {
        text-align: right;
        max-width: 560px;
        margin: 0 auto; }
    .tour-contacts-form__buttons {
        padding: 39px 0 0; }
    .tour-contacts-form__buttons .btn-blue {
        margin: 0 auto;
        float: none; }
    .tour-contacts-form__result {
        overflow: visible;
        padding: 17px 0 0;
        text-align: center; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets {
        padding-bottom: 0; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets > .tour-concerts-table-column:first-child:after {
        width: 5px;
        border-radius: 8px;
        background: #E0E2E7;
        position: absolute;
        left: -23px;
        top: 0;
        bottom: 0;
        border: 0;
        height: auto; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets.active + .tour-concerts-table__row {
        border-top-color: transparent; }
    .tour-concerts-table .tickets-table {
        display: table;
        font-size: 14px;
        color: #000; }
    .tour-concerts-table .tickets-table tr:hover {
        background: #F3F4F6; }
    .tour-concerts-table .tickets-table td {
        padding-top: 13px;
        padding-bottom: 12px; }
    .tour-concerts-table .tickets-table .col-ticket {
        padding-left: 10px; }
    .tour-concerts-table .tickets-table .col-title {
        color: #000; }
    .tour-concerts-table .tickets-table .col-price {
        color: #FF4CC5;
        font-size: 18px; }
    .tour-concerts-table .tickets-table .col-price span {
        font-size: 18px; }
    .tour-concerts-table .tickets-table .col-action {
        width: 125px;
        padding-left: 18px;
        padding-right: 34px; }
    .tour-concerts-table .tickets-table .col-action .btn-white {
        color: #0072ff;
        border: 1px solid #0072ff;
        min-width: 78px;
        padding: 8px 10px 10px;
        font-size: 12px; }
    .btn-blue.js-tour-tickets-accord:after {
        content: '';
        display: inline-block;
        margin: 0 -2px 3px 5px;
        background-image: url(../img/sprite.png);
        background-position: -149px -85px;
        width: 10px;
        height: 6px; }
    .btn-blue.js-tour-tickets-accord:hover:after {
        background-position: -152px -132px; }
    .btn-blue.js-tour-tickets-accord.active {
        background: none;
        color: #0072ff; }
    .btn-blue.js-tour-tickets-accord.active:after {
        background-position: -152px -132px;
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg); }
    .tour-concerts-table-wrap .scrollpane-vertical,
    .tour-sections .scrollpane-vertical {
        width: auto !important;
        overflow: visible !important; }
    .tour-concerts-table-wrap .scrollpane-vertical.jspScrollable:before,
    .tour-sections .scrollpane-vertical.jspScrollable:before {
        display: none; }
    .tour-concerts-table-wrap .scrollpane-vertical .jspContainer,
    .tour-sections .scrollpane-vertical .jspContainer {
        position: static !important;
        overflow: visible !important;
        width: auto !important;
        height: auto !important; }
    .tour-concerts-table-wrap .scrollpane-vertical .jspPane,
    .tour-sections .scrollpane-vertical .jspPane {
        position: static !important;
        width: auto !important; }
    .tour-concerts-table-wrap .scrollpane-vertical .jspHorizontalBar,
    .tour-concerts-table-wrap .scrollpane-vertical .jspVerticalBar,
    .tour-sections .scrollpane-vertical .jspHorizontalBar,
    .tour-sections .scrollpane-vertical .jspVerticalBar {
        display: none !important; }
    .drop-share .drop__arrow {
        right: 16px; }
    /* TOUR PAGE END */
    /* CART PAGE */
    .cart-page {
        overflow: visible; }
    .cart-wrapper {
        padding: 143px 0 0;
        height: auto; }
    .cart-content .scrollpane-vertical {
        width: auto !important;
        overflow: visible !important; }
    .cart-content .jspContainer {
        position: static;
        overflow: visible;
        width: auto !important;
        height: auto !important; }
    .cart-content .jspPane {
        position: static;
        margin: 0 !important; }
    .cart-content .jspHorizontalBar,
    .cart-content .jspVerticalBar {
        display: none !important; }
    .cart-content .table-overflow {
        margin-right: 0; }
    .cart-header {
        position: fixed;
        left: 0;
        right: 0;
        top: 0;
        height: 161px;
        padding: 11px 20px;
        z-index: 50;
        background: #fff;
        -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14); }
    .cart-header__left {
        display: block; }
    .cart-header__right {
        margin-left: -140px;
        padding: 9px 0 13px 160px;
        min-height: 0; }
    .cart-header__right:before {
        display: none; }
    .cart-header__content {
        padding: 7px 0 0; }
    .cart-header__count {
        right: 48px;
        bottom: 31px; }
    .cart-wrapper__left {
        width: 100%;
        background: #EEF0F2;
        -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.14) inset;
        overflow: hidden;
        box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.14) inset; }
    .cart-wrapper__right {
        width: 100%;
        overflow: hidden; }
    .places-map-holder {
        position: relative;
        height: 602px;
        top: 0 !important; }
    .cart-info.active + .places-map-holder,
    .cart-info.active + .cart {
        margin-top: 35px; }
    .places-map-holder-images {
        margin: 0;
        max-height: 515px; }
    .places-map-legend {
        bottom: 15px; }
    .cart {
        position: static; }
    .cart-footer {
        position: fixed;
        height: 131px; }
    .cart-content {
        position: static; }
    .cart-content-main__scrollpane {
        position: static; }
    .cart-ticket__close {
        display: block; }
    .places-map-sector--parterre {
        height: 140px; }
    .cart-spec-places-table th {
        padding-top: 4px; }
    .cart-spec-places-table th.col-tickets {
        visibility: visible;
        padding-left: 34px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box; }
    .cart-spec-places-table .col-desc {
        display: table-cell; }
    .cart-spec-places-table .col-price {
        padding-left: 5px; }
    .cart-content-main {
        height: auto; }
    .cart-places-table .col-actions {
        padding-right: 20px;
        width: 36px; }
    .cart-content-places {
        height: auto; }
    .cart-content-places__scrollpane {
        position: static; }
    .cart-content-back {
        padding: 5px 0 12px; }
    .cart-content.cart-content--footer-indent {
        /*padding-bottom: 130px;*/ }
    /* CART PAGE END */
    /* CART PAGE TWO */
    .cart-page--two .cart-wrapper {
        padding: 220px 0 0; }
    .cart-page--two .cart-header__left {
        display: block; }
    .cart-page--two .cart-header {
        height: 220px; }
    .cart-page--two .cart-header__image {
        height: 198px; }
    .cart-page--two .cart-header__right {
        margin-left: -140px;
        padding: 9px 0 11px 160px;
        min-height: 220px; }
    .cart-page--two .cart-header__content-right {
        position: absolute;
        bottom: 40px;
        left: 160px; }
    .cart-page--two .places-map-holder {
        height: 89px; }
    .cart-page--two .places-map-legend {
        right: 270px;
        bottom: 23px; }
    .cart-page--two .cart-inner-places-table th.col-place {
        padding-left: 0; }
    .cart-page--two .cart-inner-places-table .col-places {
        font-size: 12px;
        line-height: inherit; }
    .cart-page--two .cart-header__count {
        bottom: 40px; }
    .cart-page--two .cart {
        padding: 37px 20px; }
    .cart-page--two .cart-footer__left {
        padding-left: 20px; }
    .cart-main-image {
        display: none; }
    /* CART PAGE TWO END */
    /* CART2 PAGE */
    .cart-page,
    .cart-wrapper {
        background: #fff; }
    .cart-page--checkout .cart-wrapper {
        padding: 0; }
    .cart-page--checkout .cart-header {
        position: relative;
        padding: 4px 18px;
        min-height: 91px;
        height: auto; }
    .cart-page--checkout .cart-header__title {
        font-size: 20px;
        overflow: visible;
        padding: 0;
        white-space: normal; }
    .cart-page--checkout .cart-header__left {
        display: none; }
    .cart-page--checkout .cart-header__right {
        padding: 9px 0 13px;
        margin: 0; }
    .cart-page--checkout .cart-header__count {
        display: none; }
    .cart-page--checkout .cart-header__content {
        padding: 0; }
    .cart-page--checkout .cart-header__content-left {
        padding: 0 100px 0 0; }
    .cart-page--checkout .cart-header__content-right {
        width: 88px;
        margin-left: -88px;
        padding: 23px 0 0; }
    .cart-page--checkout .cart-header__drops-left {
        display: none; }
    .cart-page--checkout .cart-header__drops-right {
        margin: 0;
        display: none;
        width: 100%; }
    .cart-page--checkout .drop-link-cart {
        padding: 0;
        background: none;
        display: none;
        border: 0;
        font-size: 0; }
    .cart-page--checkout .drop-link-cart:before {
        content: '';
        vertical-align: middle;
        font-size: 11px;
        color: #4994fa; }
    .cart-page--checkout .cart-header__info-title {
        font-size: 14px;
        padding: 0;
        display: block;
        padding: 3px 0 4px; }
    .cart-page--checkout .cart-header__info-desc {
        display: block; }
    .cart-page--checkout .cart-info {
        padding: 9px 14px 11px;
        text-align: left;
        display: none;
        font-size: 11px; }
    .cart-page--checkout .places-map-holder {
        height: 354px; }
    .cart-page--checkout .places-map-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 48px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14); }
    .cart-page--checkout .places-map-controls {
        left: 0;
        top: auto;
        bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        /*width: 118px;*/
        background: none; }
    .cart-page--checkout .places-map-controls__plus {
        width: 59px;
        float: left;
        height: 48px;
        background: #fff; }
    .cart-page--checkout .places-map-controls__minus {
        width: 58px;
        border: 0;
        margin: 0 0 0 1px;
        float: left;
        height: 48px;
        background: #fff; }
    .cart-page--checkout .places-map-time {
        left: 119px;
        right: 0;
        top: auto;
        bottom: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px 19px 9px 13px; }
    .cart-page--checkout .places-map-time:after {
        display: none; }
    .cart-page--checkout .places-map-legend {
        left: 10px;
        right: 10px;
        bottom: 59px; }
    .cart-page--checkout .places-map-legend-list li {
        padding: 0; }
    .cart-page--checkout .places-map-legend-list .price {
        font-size: 10px;
        line-height: 1.1; }
    .cart-page--checkout .places-map-holder-images {
        max-height: 260px; }
    .cart-page--checkout .cart-content.cart-content--footer-indent {
        padding-bottom: 0 !important; }
    .cart-page--checkout .cart-places-table {
        display: none; }
    .cart-page--checkout .cart-spec-places-table {
        display: block; }
    .cart-page--checkout .cart-spec-places-table thead, .cart-page--checkout .cart-spec-places-table tbody, .cart-page--checkout .cart-spec-places-table tr, .cart-page--checkout .cart-spec-places-table th, .cart-page--checkout .cart-spec-places-table td {
        display: block; }
    .cart-page--checkout .cart-spec-places-table th {
        padding-bottom: 11px; }
    .cart-page--checkout .cart-spec-places-table th.col-sector {
        padding-left: 0;
        font-size: 0; }
    .cart-page--checkout .cart-spec-places-table th.col-sector:before {
        font-size: 11px; }
    .cart-page--checkout .cart-spec-places-table th:not(.col-sector) {
        display: none; }
    .cart-page--checkout .cart-spec-places-table tbody tr {
        background: #FFF8E8;
        border-bottom: 2px solid #fff;
        padding: 6px 48px 14px 15px;
        position: relative; }
    .cart-page--checkout .cart-spec-places-table tbody tr:after {
        content: '';
        display: table;
        clear: both; }
    .cart-page--checkout .cart-spec-places-table td {
        background: none;
        border: 0;
        padding: 0 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left !important; }
    .cart-page--checkout .cart-spec-places-table td.col-sector {
        float: left;
        width: 100%;
        padding: 3px 120px 0 0 !important; }
    .cart-page--checkout .cart-spec-places-table td.col-tickets {
        float: left;
        width: 110px;
        margin: 0 0 5px -110px; }
    .cart-page--checkout .cart-spec-places-table td.col-desc {
        clear: both;
        float: right;
        width: 110px;
        font-size: 11px; }
    .cart-page--checkout .cart-spec-places-table td.col-price {
        float: right;
        width: 100%;
        margin: -2px -110px 0 0;
        padding: 0 120px 0 0 !important; }
    .cart-page--checkout .cart-spec-places-table td.col-actions {
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -16px; }
    .cart-page--checkout .cart {
        padding: 5px 20px; }
    .cart-page--checkout .cart-footer__left {
        padding: 15px 20px 16px;
        border-bottom: 1px solid #E3E5E7; }
    .cart-page--checkout .cart-footer__label {
        padding: 0 0 18px; }
    .cart-page--checkout .cart-footer__right {
        width: 100%;
        margin: 0;
        padding: 13px 20px 20px 18px; }
    .cart-page--checkout .cart-footer__right .cart-footer__label {
        display: none; }
    .cart-page--checkout .cart-footer {
        height: 210px;
        position: relative;
        clear: both;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        display: none !important; }
    .cart-page--checkout .cart-footer__right-left {
        text-align: left;
        float: left;
        width: 100%;
        padding: 4px 128px 0 0;
        margin: 0; }
    .cart-page--checkout .cart-footer__right-right {
        overflow: visible;
        float: left;
        width: 118px;
        margin-left: -118px; }
    .cart-page--checkout .cart-content-main__scrollpane .table-overflow {
        overflow: visible; }
    .cart-page--checkout .cart-footer-slider-controls {
        margin: -5px 0 0; }
    .cart-page--checkout .drop-ticket-type,
    .cart-page--checkout .drop-ticket-date-town {
        width: 320px;
        right: -18px;
        margin: 18px 0 0; }
    .cart-page--checkout .cart-inner-places-table th {
        font-weight: 600 !important; }
    .cart-page--checkout .cart-inner-places-table th.col-place {
        font-size: 0; }
    .cart-page--checkout .cart-inner-places-table th.col-place:before {
        content: 'Билеты';
        font-size: 11px; }
    .cart-page--checkout .cart-inner-places-table th.col-price {
        font-size: 0; }
    .cart-page--checkout .cart-inner-places-table .col-place {
        width: auto;
        padding-left: 16px; }
    .cart-page--checkout .cart-inner-places-table .col-places {
        font-size: 0;
        line-height: 0; }
    .cart-page--checkout .cart-inner-places-table .col-actions {
        width: 1px;
        padding-right: 7px; }
    .cart-page--checkout .cart-inner-places-table .col-actions .btn-blue-border {
        border: 0;
        width: 1px;
        height: 1px;
        font-size: 0;
        line-height: 0;
        padding: 0; }
    .cart-page--checkout .cart-wrapper {
        padding: 0; }
    .cart-page--checkout .cart-wrapper__left {
        z-index: 50; }
    .cart-page--checkout .cart-header {
        position: static;
        height: auto;
        padding: 0 0 22px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #E0E2E7; }
    .cart-page--checkout .cart-header__right {
        padding: 11px 0 0; }
    .cart-page--checkout .places-map-holder {
        height: 164px;
        overflow: hidden; }
    .cart-page--checkout .places-map-controls {
        display: none; }
    .cart-page--checkout .places-map-bottom {
        position: absolute;
        bottom: auto;
        top: 0; }
    .cart-page--checkout .places-map-time {
        left: 0;
        text-align: right;
        z-index: 100;
        padding: 5px 9px 9px 13px;
        position: fixed;
        top: 0;
        right: 0;
        bottom: auto;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14); }
    .cart-page--checkout .places-map-time:after {
        display: inline-block; }
    .cart-page--checkout .places-map-buttons {
        margin: 21px 0 0; }
    .cart-page--checkout .cart {
        padding: 0 20px; }
    .cart-page--checkout .cart-header__content-right {
        display: none; }
    .cart-page--checkout .cart-header__title {
        overflow: visible;
        white-space: normal;
        font-size: 30px;
        padding: 0 0 5px; }
    .cart-page--checkout .cart-header__info-title {
        font-size: 18px; }
    .cart-page--checkout .cart-header__info-title,
    .cart-page--checkout .cart-header__info-desc {
        overflow: visible;
        white-space: normal; }
    .cart-page--checkout .cart-checkout {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0; }
    .cart-page--checkout .cart-checkout-footer {
        clear: both;
        position: relative;
        height: 187px; }
    .cart-page--checkout .cart-checkout-footer:before {
        left: 0;
        right: 0; }
    .cart-page--checkout .cart-checkout-footer__left {
        padding: 0; }
    .cart-page--checkout .cart-checkout-footer__right {
        margin: 0;
        position: absolute;
        right: 20px;
        bottom: 24px;
        padding: 0; }
    .cart-page--checkout .cart-checkout-footer__right.center {
        float: none;
        right: 50%;
        margin: 0 0 0 0; }
    .cart-page--checkout .cart-checkout .cart-checkout-tickets__scrollpane > .scrollpane-vertical,
    .cart-page--checkout .cart-checkout .cart-checkout-email__scrollpane > .scrollpane-vertical,
    .cart-page--checkout .cart-checkout .cart-checkout-delivery__scrollpane > .scrollpane-vertical {
        width: auto !important;
        overflow: visible !important; }
    .cart-page--checkout .cart-checkout .cart-checkout-tickets__scrollpane > .scrollpane-vertical > .jspContainer,
    .cart-page--checkout .cart-checkout .cart-checkout-email__scrollpane > .scrollpane-vertical > .jspContainer,
    .cart-page--checkout .cart-checkout .cart-checkout-delivery__scrollpane > .scrollpane-vertical > .jspContainer {
        position: static;
        overflow: visible;
        width: auto !important;
        height: auto !important; }
    .cart-page--checkout .cart-checkout .cart-checkout-tickets__scrollpane > .scrollpane-vertical > .jspContainer > .jspVerticalBar,
    .cart-page--checkout .cart-checkout .cart-checkout-email__scrollpane > .scrollpane-vertical > .jspContainer > .jspVerticalBar,
    .cart-page--checkout .cart-checkout .cart-checkout-delivery__scrollpane > .scrollpane-vertical > .jspContainer > .jspVerticalBar {
        display: none !important; }
    .cart-page--checkout .cart-checkout .cart-checkout-tickets__scrollpane > .scrollpane-vertical > .jspContainer > .jspPane,
    .cart-page--checkout .cart-checkout .cart-checkout-email__scrollpane > .scrollpane-vertical > .jspContainer > .jspPane,
    .cart-page--checkout .cart-checkout .cart-checkout-delivery__scrollpane > .scrollpane-vertical > .jspContainer > .jspPane {
        position: static;
        margin: 0 !important; }
    .cart-page--checkout .cart-checkout-tickets-discount {
        left: -20px;
        right: -20px;
        padding: 12px 20px;
        height: 122px;
        bottom: 0; }
    .cart-page--checkout .cart-checkout-tickets-discount__left {
        float: none;
        margin: 0;
        padding: 0 0 15px; }
    .cart-page--checkout .cart-checkout-tickets-discount__left:before {
        display: none; }
    .cart-page--checkout .cart-checkout-tickets-discount__right {
        margin: 0 54px 0 0;
        padding: 0;
        width: auto;
        float: none; }
    .cart-page--checkout .cart-checkout-tickets-discount__left-inner {
        max-width: none;
        display: block; }
    .cart-page--checkout .cart-checkout-tickets {
        height: auto;
        padding: 0 0 150px; }
    .cart-page--checkout .cart-checkout-tickets__scrollpane {
        position: static; }
    .cart-page--checkout .cart-checkout-tickets__scrollpane .jspPane {
        padding-right: 0 !important; }
    .cart-page--checkout .cart-checkout-tickets__title {
        padding: 15px 0 9px; }
    .cart-page--checkout .cart-checkout-footer__left-wrap {
        display: block;
        width: auto;
        height: auto;
        padding: 21px 0 0; }
    .cart-page--checkout .cart-checkout-footer__left-left {
        padding: 0 0 2px; }
    .cart-page--checkout .cart-checkout-back {
        left: 0;
        right: 0;
        position: static;
        padding: 15px 0 16px; }
    .cart-page--checkout .cart-checkout-inner {
        padding: 0; }
    .cart-page--checkout .cart-checkout-email {
        height: auto;
        padding: 25px 0; }
    .cart-page--checkout .cart-checkout-email__scrollpane {
        position: static; }
    .cart-page--checkout .cart-checkout-email__scrollpane .jspPane {
        padding-right: 0 !important; }
    .cart-page--checkout .cart-checkout-email__right {
        max-width: none; }


    .cart-page--checkout .cart-checkout-ask-additional-options {
        height: auto;
        padding: 25px 0; }
    .cart-page--checkout .cart-checkout-ask-additional-options__scrollpane {
        position: static; }
    .cart-page--checkout .cart-checkout-ask-additional-options__scrollpane .jspPane {
        padding-right: 0 !important; }
    .cart-page--checkout .cart-checkout-ask-additional-options__right {
        margin: 0;
        max-width: none; }


    .cart-page--checkout .cart-page--checkout-step2 .cart-header {
        display: none; }
    .cart-page--checkout .cart-checkout-email__left {
        margin: 0 0 30px; }
    .cart-page--checkout .cart-checkout-delivery__scrollpane {
        position: static; }
    .cart-page--checkout .cart-checkout-delivery__scrollpane .jspPane {
        padding-right: 0 !important; }
    .cart-page--checkout .cart-checkout-delivery__scrollpane > .scrollpane-vertical > .jspContainer > .jspHorizontalBar {
        display: none; }
    .cart-page--checkout .cart-checkout-delivery {
        padding: 23px 0 0;
        height: auto; }
    .cart-page--checkout .cart-checkout-step-info + .cart-checkout-step-info {
        margin-top: 10px; }
    .cart-page--checkout .cart-checkout-delivery-types-list {
        margin: 0 -20px; }
    .cart-page--checkout .cart-checkout-ask-types-list {
        margin: 0 0px; }
    .cart-page--checkout .cart-checkout-delivery-type {
        padding: 14px 19px 14px 19px; }
    .cart-page--checkout .cart-checkout-delivery-type__right {
        width: 78px;
        margin-left: -78px; }
    .cart-page--checkout .cart-checkout-delivery-type__left {
        padding-right: 85px; }
    .cart-page--checkout .cart-checkout-ask-type {
        padding: 14px 19px 14px 19px; }
    .cart-page--checkout .cart-checkout-ask-type__right {
        width: 78px;
        margin-left: -78px; }
    .cart-page--checkout .cart-checkout-ask-type__left {
        padding-right: 85px; }
    .cart-page--checkout .cart-checkout-footer__left-wrap.prelast-step {
        padding: 21px 0 39px; }
    .cart-page--checkout .cart-checkout-payment {
        padding: 26px 0 0; }
    .cart-page--checkout .cart-checkout-payment-list {
        padding: 21px 0 0; }
    .cart-page--checkout .cart-checkout-footer-agreement {
        bottom: 7px;
        left: 2px; }
    .cart-page--checkout .cart-checkout-delivery-type__right .btn-blue-border.active:after {
        display: none; }
    .cart-page--checkout .cart-checkout-delivery-form {
        padding: 9px 18px 43px 20px; }
    .cart-page--checkout .cart-checkout-final {
        height: auto;
        padding: 10px 0 70px;
        height: 100vh;
        margin-bottom: -48px; }
    .cart-page--checkout .cart-checkout-success .drop-share {
        right: 50%; }
    .cart-page--checkout .cart-checkout-footer__left-wrap.last-step {
        text-align: center; }
    .cart-checkout-phone__right{
        max-width: inherit;
    }
    /* CART2 PAGE end */ }

/* < 1024 end */
/* TABLET MEDIA END */
/* MOBILE MEDIA */
/* < 768 */
@media (max-width: 767px) {
    .cart-places-table .col-places {
        width:0; }
    .place-type-title{
        width: 100px;
    }
    .cart-footer.active, .cart-header{
        zoom: 65%;
    }
    body .mobile-hidden {
        display: none; }
    body .mobile-visible {
        display: block; }
    .mobile-res {
        display: block; }
    /* INDEX PAGE */
    .header-categories-list.active {
        margin: 0 0 0 -33px; }
    .autocomplete-drop {
        max-width: 100%; }
    .header-dates-list li {
        display: block; }
    .header-dates-list li + li {
        margin: -1px 0 0; }
    .events-list {
        margin: 0; }
    .events-list > li {
        width: auto;
        display: block;
        padding: 0 0 67px; }
    .footer__desc {
        display: none; }
    .footer__features {
        display: none; }
    .footer-menu-list li {
        display: block;
        margin: 0; }
    .footer-menu-list li + li {
        margin: 10px 0 0; }
    .header > .container {
        padding-left: 20px;
        padding-right: 20px; }
    .drop-holder-town {
        width: auto;
        padding: 0;
        margin: 26px 0 0; }
    .drop-link-town {
        background-image: url(../img/sprite.png);
        background-position: -264px -131px;
        width: 12px;
        height: 15px; }
    .drop-link-town:before {
        display: none; }
    .drop-link-town span {
        display: none; }
    .drop-holder-town__inner:before {
        left: -21px; }
    .header-search-link {
        left: -57px;
        top: 4px; }
    .header-categories-menu-link {
        right: 11px;
        top: 14px; }
    .content {
        padding: 162px 0 0; }
    .header-dates {
        margin: 0 0 43px; }
    .events-recommend-slider {
        margin: 0; }
    .event-large {
        padding: 0 0 30px; }
    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0; }
    .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0; }
    .event-large .event__bottom {
        padding: 0 17px 37px; }
    .event-large .event__buttons {
        right: 20px; }
    .event-large .event__price {
        left: 18px; }
    .events-today {
        padding: 0 0 45px; }
    .events-today-slider .bx-wrapper .bx-pager {
        bottom: -52px; }
    .events-today-slider {
        padding: 0 65px; }
    .events-today-slider .bx-wrapper .bx-viewport {
        overflow: visible !important; }
    .events-today-slider .slider-list {
        font-size: 0;
        line-height: 0;
        white-space: nowrap; }
    .events-today-slider .slider-list > li {
        float: none !important;
        display: inline-block !important;
        vertical-align: top;
        font-size: 18px;
        line-height: 1.2;
        white-space: normal; }
    .subscribe {
        margin: 0 0 56px; }
    .subscribe__title {
        line-height: 1.25;
        padding: 0 0 21px; }
    .subscribe__form {
        padding: 0 35px 0 30px;
        position: relative; }
    .subscribe input[type="email"] {
        width: 100%;
        display: block; }
    .subscribe input[type="submit"] {
        right: 34px;
        bottom: 8px;
        margin: 0;
        position: absolute; }
    .subscribe__form label {
        margin: 0 0 33px;
        display: block;
        text-align: center; }
    .events > .container {
        padding-left: 65px;
        padding-right: 65px; }
    .events__buttons {
        margin: -11px -47px 0; }
    .events {
        padding: 0 0 51px; }
    .footer__top {
        padding: 40px 0 30px; }
    .footer-menu-list li + li {
        margin: 14px 0 0; }
    .footer__bottom {
        padding: 0 0 77px; }
    .footer__bottom-middle {
        padding: 0 0 47px; }
    .payments-list li,
    .payments-list li + li {
        margin: 0 8px; }
    .social-list li,
    .social-list li + li {
        margin: 0 7px; }
    .copyright {
        bottom: 40px; }
    .drop-town {
        right: -18px; }
    .drop-town .drop__arrow {
        right: 13px; }
    .drop-region__top {
        padding: 25px 15px 28px 22px; }
    .drop-region__regions, .drop-region__towns {
        padding: 18px 10px 36px 12px; }
    .drop-region__regions .scrollpane-vertical,
    .drop-region__towns .scrollpane-vertical {
        height: 351px; }
    /* INDEX PAGE END */
    /* INDEX RESULTS PAGE */
    .banner {
        padding: 8px 0 12px;
        min-height: 0; }
    .banner__title {
        font-size: 40px; }
    .banner__place {
        font-size: 22px; }
    .banner__date {
        font-size: 19px; }
    /* INDEX RESULTS PAGE END */
    /* EVENT PAGE */
    .breadcrumbs-list li {
        display: none; }
    .breadcrumbs-list li:last-child {
        display: block;
        padding: 0; }
    .breadcrumbs-list li:last-child:before {
        display: none; }
    .content--small {
        padding: 80px 0 0; }
    .breadcrumbs .container {
        padding-left: 20px;
        padding-right: 20px; }
    .breadcrumbs-back-link {
        left: 20px; }
    .event-full-main > .container-small {
        padding-left: 20px;
        padding-right: 20px; }
    .event-full-main__top-left {
        float: none;
        margin: 0;
        width: auto; }
    .event-full-main__top-right {
        margin: 0;
        padding: 0;
        float: none;
        width: auto; }
    .timer {
        display: none; }
    .event-full-main__buttons-top {
        display: block;
        margin: 0 0 0 -3px; }
    .event-full-main__buttons-top .btn-white-border {
        width: 59%;
        float: left;
        padding-left: 5px;
        padding-right: 5px; }
    .event-full-main__buttons-top .btn-pink-border {
        display: block;
        padding-left: 5px;
        padding-right: 5px; }
    .event-full-main__buttons-top .drop-holder-share {
        width: 41%;
        float: left;
        padding-left: 10px; }
    .event-full-main__buttons-top:after {
        content: '';
        clear: both;
        display: table; }
    .event-full-main__place-town {
        display: inline-block;
        margin: 0 0 9px; }
    .event-full-main__buttons-top .drop-holder-share {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto; }
    .event-full-main__places-inner {
        display: block;
        text-align: center; }
    .event-full-main__buttons-bottom {
        position: static;
        text-align: center; }
    .event-full-tabs-control-list a span {
        display: none; }
    .event-full-tabs .container-small {
        padding-left: 12px;
        padding-right: 12px; }
    .event-full-buy-tickets .btn-green {
        padding-left: 10px;
        padding-right: 10px;
        display: block; }
    .event-full-buy-tickets-info-list {
        padding: 70px 0 55px 17px; }
    .event-full-buy-tickets-info-list li {
        width: auto;
        display: block; }
    .event-full-buy-tickets-info-list li + li {
        margin-top: 32px; }
    .event-full-buy-tickets-info-list li br {
        display: none; }
    .event-full-buy-tickets {
        margin: 0;
        padding: 30px 0 52px; }
    .share-block {
        margin: 0 -12px; }
    .share-block-list > li {
        display: block;
        margin: 0; }
    .share-block-list > li + li {
        margin-top: 10px; }
    .events-related {
        padding: 67px 0 121px; }
    .events-related__title {
        padding: 0 0 49px; }
    .events-related-slider {
        margin: 0 -20px;
        padding: 0 65px; }
    .events-related-slider .bx-wrapper .bx-viewport {
        overflow: visible !important; }
    .events-related-slider .slider-list {
        font-size: 0;
        line-height: 0;
        white-space: nowrap; }
    .events-related-slider .slider-list > li {
        float: none !important;
        display: inline-block !important;
        vertical-align: top;
        font-size: 18px;
        line-height: 1.2;
        white-space: normal; }
    .full-schedule {
        padding: 39px 0 0; }
    .full-schedule .container-small {
        padding-left: 0;
        padding-right: 0; }
    .town-schedule__title {
        text-align: center; }
    .town-schedule-row__right {
        padding: 10px 10px 0 0; }
    .town-schedule-row__arrow {
        margin: 29px auto 0;
        display: block; }
    .town-schedule-tickets-row {
        padding: 10px 10px 10px 48px; }
    .town-schedule-tickets-row:before {
        left: 15px; }
    .breadcrumbs-list {
        padding-left: 44px; }
    .event-full-main {
        padding: 7px 0 0; }
    .event-full-image {
        margin: 0 0 7px; }
    .event-full-main__title {
        padding: 0 0 8px; }
    .event-full-main__count {
        margin: 0 0 28px; }
    .event-full-main__contacts {
        margin: 18px 0 0; }
    .event-full-main__contacts .event-full-main__dates {
        padding: 0 0 20px 12px; }
    .event-full-main__contacts .event-full-main__places {
        padding: 26px 0 0; }
    .event-full-main__contacts {
        min-height: 348px; }
    .event-full-main__buttons-bottom .btn-pink {
        margin-left: 0; }
    .event-full-main__top-right-inner {
        padding: 0 0 29px; }
    .increase-price {
        margin: 30px 0 30px 16px; }
    .event-full-main__top {
        padding: 0 0 19px; }
    .event-full-desc {
        padding: 52px 0 0; }
    .event-full-desc h2 {
        font-size: 24px;
        padding: 0 0 36px; }
    .full-schedule__title {
        padding: 0 0 31px; }
    .town-schedule__title {
        padding: 0 0 30px; }
    .town-schedule + .town-schedule {
        margin-top: 28px; }
    .event-full--type2 .event-full-main__buttons-top .drop-holder-share {
        left: 50%;
        width: 146px;
        bottom: 130px;
        margin-left: -79px;
        position: absolute; }
    .event-full--type2 .event-full-main__buttons-bottom {
        padding: 50px 0 0; }
    .event-full--type2 .timer {
        text-align: center;
        position: absolute;
        left: 0;
        right: 0;
        bottom: 124px;
        display: block; }
    .event-full--type2 .event-full-image {
        margin: 0 0 18px; }
    .event-full--type2 .event-full-main__title {
        font-size: 30px;
        padding: 0 0 34px; }
    .event-full--type2 .event-full-main__places-inner {
        text-align: left; }
    .event-full--type2 .event-full-main__buttons-bottom {
        padding: 75px 0 0; }
    .event-full--type2 .event-full-main__top-right-inner {
        min-height: 0; }
    .event-full--type2 .event-full-main__top-right-inner {
        padding: 0 0 31px; }
    .event-full-main__time-column {
        padding: 12px 0 8px 62px; }
    .event-full-main__top-left {
        position: static; }
    .event-full-main__top {
        position: relative; }
    .event-full-main__time-value {
        padding: 0 0 11px; }
    .additional-chips {
        padding: 152px 0 30px;
        text-align: center; }
    .timer__title {
        display: block;
        width: auto;
        margin: 0 0 16px; }
    /* EVENT PAGE END */
    /* TOUR PAGE */
    .tour-side-setlist {
        padding: 0 7px 0 20px; }
    .tour-side-setlist__left {
        display: none; }
    .tour-footer {
        padding: 37px 0 12px; }
    .tour-footer__middle {
        float: none;
        width: auto;
        padding: 0; }
    .tour-footer__right {
        float: none;
        width: auto;
        margin: 0;
        padding: 16px 0 7px;
        text-align: center; }
    .tour-footer__left {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: center; }
    .tour-concerts-table > .tour-concerts-table__row {
        padding-bottom: 77px; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets {
        padding-top: 30px;
        padding-bottom: 19px !important; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets > .tour-concerts-table-column:first-child:after {
        top: -10px; }
    .tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-buttons {
        position: absolute;
        left: -1px;
        margin: 0;
        bottom: 30px;
        float: none; }
    .tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column:first-child:before {
        height: 114px;
        top: -115px; }
    .tour-concerts-table .tickets-table {
        display: block; }
    .tour-concerts-table .tickets-table tbody,
    .tour-concerts-table .tickets-table tr {
        display: block;
        position: relative; }
    .tour-concerts-table .tickets-table tbody + tr,
    .tour-concerts-table .tickets-table tr + tr {
        margin-top: 28px; }
    .tour-concerts-table .tickets-table td {
        display: block;
        padding: 0 !important; }
    .tour-concerts-table .tickets-table td.col-ticket {
        margin-bottom: 13px; }
    .tour-concerts-table .tickets-table td.col-title {
        padding-right: 78px !important;
        letter-spacing: -0.013em; }
    .tour-concerts-table .tickets-table td.col-price {
        position: absolute;
        right: 3px;
        top: -4px;
        font-size: 16px; }
    .tour-concerts-table .tickets-table td.col-price span {
        font-size: 16px; }
    .tour-concerts-table .tickets-table td.col-action {
        position: absolute;
        right: 0;
        top: 17px;
        width: 78px; }
    .tour-concerts-table .tickets-table td.col-action [class*="btn-"] {
        width: 100%;
        display: block; }
    .tour-concerts-table .tickets-table td.col-action [class*="btn-"] + [class*="btn-"] {
        margin-top: 5px; }
    .tour-side-concerts {
        padding: 23px 20px 4px; }
    .tour__menu-top {
        padding: 13px 0;
        left: 45px;
        right: 45px; }
    .tour__menu-top-list {
        font-size: 18px;
        margin: 0; }
    .tour__menu-top-list li:not(.current) {
        display: none; }
    .tour__menu-top-list li + li {
        margin: 0; }
    .tour-main {
        padding: 87px 20px 100px; }
    .tour-sections .bx-wrapper .bx-pager {
        bottom: 68px; }
    .tour-sections .bx-wrapper .bx-controls-direction a {
        top: 0; }
    .tour-main__title {
        padding: 0 0 14px; }
    .tour-main__places {
        padding: 0 0 7px;
        font-size: 24px; }
    .tour-main__top {
        min-height: 277px; }
    .tour-main__others-list {
        margin: 0 -7px 0 0; }
    .tour-main__others-list li {
        padding: 0 0 0 56px; }
    .tour-main__others-list li.brown-photos-icon:before {
        left: -6px; }
    .tour-main__title {
        font-size: 71px; }
    .tour-desc__title {
        display: none; }
    .tour-desc {
        padding: 75px 20px; }
    .tour-desc__date {
        padding: 0 0 47px; }
    .tour-desc__text {
        font-size: 16px; }
    .tour-archive__title {
        display: none; }
    .tour-archive {
        padding: 67px 0 100px; }
    .tour-archive__tag {
        min-height: 72px; }
    .tour-archive-list {
        margin: 0;
        padding: 0 34px; }
    .tour-archive-list li {
        width: auto;
        float: none;
        padding: 0 0 31px; }
    .tour-contacts__title {
        display: none !important; }
    .tour-contacts {
        padding: 99px 30px; }
    .tour-contacts__desc {
        text-align: center;
        margin: 0 -15px;
        padding: 0 0 47px; }
    .tour-contacts__desc br {
        display: none; }
    .tour-contacts-form-columns [class^="col-"] {
        padding-bottom: 31px; }
    .form-line {
        margin: 0; }
    .tour-contacts textarea {
        height: 49px; }
    .tour-contacts-form__buttons {
        padding: 50px 0 0; }
    .tour-tickets__title {
        display: none; }
    .tickets-town:after {
        content: '';
        clear: both;
        display: table; }
    .tickets-town__date {
        float: left;
        min-width: 49px;
        margin: 0 19px 0 0; }
    .tickets-town__title {
        overflow: hidden;
        display: block; }
    .tour-tickets {
        padding: 67px 14px 67px 10px; }
    .tickets-group .tickets-table {
        display: block; }
    .tickets-group .tickets-table tbody {
        display: block;
        padding: 5px 0 0; }
    .tickets-group .tickets-table tr {
        display: block;
        padding: 25px 0 39px;
        text-align: right; }
    .tickets-group .tickets-table tr + tr {
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .tickets-group .tickets-table td {
        display: block;
        padding: 0 !important;
        border: 0; }
    .tickets-group .tickets-table td:after {
        content: '';
        clear: both;
        display: table; }
    .tickets-group .tickets-table td.col-ticket {
        float: left;
        margin: 0 23px 0 0; }
    .tickets-group .tickets-table td.col-title {
        overflow: hidden;
        display: table-cell;
        height: 50px;
        width: 9999px;
        text-align: left; }
    .tickets-group .tickets-table td.col-price {
        display: inline-block;
        margin-top: 20px; }
    .tickets-group .tickets-table td.col-action {
        display: inline-block;
        margin-top: 22px;
        margin-left: 18px; }
    .tour-side-concerts__menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        margin: 0;
        padding: 23px 20px 0;
        z-index: 100; }
    .tour-side-concerts__menu.static {
        position: static;
        padding: 0;
        margin: 0 0 7px; }
    /* TOUR PAGE END */ }
@media (max-width: 670px) {
/*    .cart-wrapper {
        padding: 105px 0 0; }*/
    .places-map-holder {
        position: relative;
        height: 200px;
        top: 0 !important;
    }
}
@media (max-width: 768px) {
        .cart-wrapper {
            padding: 105px 0 0; }
}
/* < 640 */
@media (max-width: 640px) {
    .additional_phone_ask{
        float: none;
    }
    .cart-checkout-phone__right {
        padding: 7px 1px 0 0; }
    /* CART PAGE */
    .cart-wrapper {
        padding: 0px 0 0; }
    .cart-header {
        position: relative;
        padding: 4px 18px;
        min-height: 94px;
        height: auto; }
    .cart-header__title {
        font-size: 16pt;
        overflow: visible;
        padding: 0;
        white-space: normal; }
    .cart-header__left {
        display: none; }
    .cart-header__right {
        display: block;
        width: 100%;
        padding: 9px 0 9px 0;
        min-height: 92px !important;
        margin: 0; }
    .cart-header__count {
        display: none; }
    .cart-header__content {
        padding: 0; }
    .cart-header__content-left {
        padding: 0 100px 0 0; }
    .cart-header__content-right {
        position: static;
        width: 88px;
        margin-left: -88px;
        padding: 23px 0 0; }
    .cart-header__drops-left {
         }
    .cart-header__drops-right {
        margin: 0;
        width: 100%; }
    .drop-link-cart {
        float: left;
        padding: 0;
        background: none;
        border: 0;
        font-size: 0; }
    .drop-link-cart:before {
        content: 'изменить';
        vertical-align: middle;
        font-size: 11px;
        color: #4994fa; }
    .cart-header__info-title {
        font-size: 12pt;
        padding: 0;
        display: inline-block;
        padding: 3px 0 0px; }
    .cart-header__info-desc {
        display: inline-block; }
    .cart-ticket__close {

        zoom: 172%;
    }
    .cart-ticket--vip .cart-ticket__close{
        right: 69px;
    }
    .cart-info {
        padding: 9px 14px 11px;
        text-align: left;
        font-size: 11px; }
    .places-map-holder {
        height: 310px; }
    .places-map-bottom {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 0;
        height: 48px;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
        background: white;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14); }

    .places-map-controls {
        left: 0;
        top: 0;
        -webkit-box-shadow: none;
        box-shadow: none;
        /*width: 118px;*/
        background: none; }

    .places-map-time__title{
        display: none;
    }
    .places-map-time__title.mobile-version{
        display: inline-block !important;
        text-align: center;
        top: 43px;
        width: 100%;
        position: absolute;
    }

    .places-map-controls__plus {
        width: 59px;
        float: left;
        height: 45px;
        top: 0px;
        border-right: 1px solid #EEF0F2;
        background: #fff; }
    .places-map-controls__minus {
        width: 58px;
        border: 0;
        margin: 0 0 0 1px;
        float: left;
        height: 45px;
        top: 0px;
        background: #fff; }
    .places-map-time {
        right: 0;
        top: auto;
        bottom: 0px;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 5px 0px 9px 13px; }
    .places-map-time:after {
        display: none; }
    .places-map-legend {
        left: 10px;
        right: 10px;
        bottom: 47px; }
    .places-map-legend-list li {
        padding: 0; }
    .places-map-legend-list .price {
        font-size: 10px;
        line-height: 1.1; }
    .places-map-holder-images {
        max-height: 260px; }
    .cart-content.cart-content--footer-indent {
        padding-bottom: 0 !important; }
    .cart-spec-places-table {
        margin: 0px 0px 10px 0px;
        display: block; }
    .cart-spec-places-table thead, .cart-spec-places-table tbody, .cart-spec-places-table tr, .cart-spec-places-table th, .cart-spec-places-table td {
        display: block; }
    .cart-spec-places-table th {
        padding-bottom: 11px; }
    .cart-spec-places-table th.col-sector {
        padding: 4px 0 0 20px;
        width: 100%;
        font-size: 20px;
        color: black; }
    .cart-spec-places-table th.col-sector:before {
        font-size: 11px; }
    .cart-spec-places-table th:not(.col-places-from-list) {
        display: none; }
    .cart-spec-places-table tbody tr {
        background: #FFF8E8;
        border-bottom: 2px solid #fff;
        padding: 6px 48px 14px 15px;
        position: relative; }
    .cart-spec-places-table tbody tr:after {
        content: '';
        display: table;
        clear: both; }
    .cart-spec-places-table td {
        background: none;
        border: 0;
        padding: 0 !important;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: left !important; }
    .cart-spec-places-table td.col-sector {
        float: left;
        width: 100%;
        padding: 3px 120px 0 0 !important; }
    .cart-spec-places-table td.col-tickets {
        float: left;
        width: 110px;
        margin: 0 0 5px -110px; }
    .cart-spec-places-table td.col-desc {
        clear: both;
        float: right;
        width: 110px;
        font-size: 11px; }
    .cart-spec-places-table td.col-price {
        float: right;
        width: 100%;
        margin: -2px -110px 0 0;
        padding: 0 120px 0 0 !important; }
    .cart-spec-places-table td.col-actions {
        position: absolute;
        right: 5px;
        top: 50%;
        margin-top: -16px; }
    .cart {
        padding: 5px 20px; }
    .cart-footer__left {
        padding: 15px 20px 16px;
        border-bottom: 1px solid #E3E5E7; }
    .cart-footer__label {
        padding: 0 0 18px; }
    .cart-footer__right {
        width: 100%;
        margin: 0;
        padding: 13px 20px 20px 18px; }
    .cart-footer__right .cart-footer__label {
        display: none; }
    .cart-footer {
        zoom: 100% !important;
        height: 210px;
        /*position: relative;*/
        clear: both;
        -webkit-transform: none !important;
        -ms-transform: none !important;
        transform: none !important;
        display: none; }
    .cart-footer__right-left {
        text-align: left;
        float: left;
        width: 100%;
        padding: 4px 128px 0 0;
        margin: 0; }
    .cart-footer__right-right {
        overflow: visible;
        float: left;
        width: 118px;
        margin-left: -118px; }
    .cart-content-main__scrollpane .table-overflow {
        overflow: visible; }
    .cart-footer-slider-controls {
        margin: -5px 0 0; }
    .drop-ticket-type,
    .drop-ticket-date-town {
        width: 320px;
        right: -18px;
        margin: 18px 0 0; }
    .cart-inner-places-table th {
        font-weight: 600 !important; }
    .cart-inner-places-table th.col-place {
        font-size: 0; }
    .cart-inner-places-table th.col-place:before {
        content: 'Билеты';
        font-size: 11px; }
    .cart-inner-places-table th.col-price {
        font-size: 0; }
    .cart-inner-places-table .col-place {
        width: auto;
        padding-left: 16px; }
    .cart-inner-places-table .col-places {
        font-size: 0;
        line-height: 0; }
    .cart-inner-places-table .col-actions {
        width: 1px;
        padding-right: 7px; }
    .cart-inner-places-table .col-actions .btn-blue-border {
        border: 0;
        width: 1px;
        height: 1px;
        font-size: 0;
        line-height: 0;
        padding: 0; }
    /* CART PAGE END */
    /* CART PAGE TWO */
    .cart-page--two .cart {
        padding: 17px 20px; }
    .cart-page--two .cart-wrapper {
        padding: 0; }
    .cart-page--two .cart-header {
        height: 91px; }
    .cart-page--two .cart-header__left {
        display: none; }
    .cart-page--two .cart-header__content {
        padding: 0; }
    .cart-page--two .cart-header__content-left {
        padding: 0 100px 0 0; }
    .cart-page--two .cart-header__content-right {
        position: static;
        margin-left: -88px;
        padding: 23px 0 0;
        width: 88px; }
    .cart-page--two .cart-header__right {
        margin-left: 0;
        padding: 9px 0 11px;
        min-height: 0; }
    .cart-page--two .cart-main-image {
        display: block;
        width: 142px;
        float: left;
        position: static; }
    .cart-page--two .places-map-holder {
        height: auto;
        padding: 13px 20px; }
    .cart-page--two .places-map-holder:after {
        content: '';
        display: table;
        clear: both; }
    .cart-page--two .places-map-time {
        bottom: auto;
        left: 213px;
        top: 0px;
        background: none; }
    .cart-page--two .places-map-time .countdownHolder {
        padding: 0; }
    .cart-page--two .places-map-time__title {
        display: inherit;
        margin-left: -13px;
    }
    .places-map-time .countdownHolder{
        right: 5px;
    }
    .cart-page--two .places-map-legend {
        left: 180px;
        right: 20px;
        bottom: 13px; }
    .cart-page--two .places-map-legend-list .price {
        font-size: 12px; }
    .cart-page--two .places-map-legend-list li {
        padding: 0;
        display: block;
        width: auto; }
    .cart-page--two .places-map-legend-list li + li {
        margin-top: 13px; }
    .cart-page--two .places-map-legend-list [class^="line-"]:before {
        top: 2px; }
    .cart-page--two .cart-inner-places-table .col-places {
        font-size: 0;
        line-height: 0; }
    .cart-page--two .cart-inner-places-table .col-actions, .cart-inner-places-table .col-actions .js-add-tocart-multi {
        width: 38px;
        padding-right: 5px; }
    .cart-page--two .cart-inner-places-table .col-actions .btn-blue-border, .cart-inner-places-table .col-actions .js-add-tocart-multi.btn-blue-border {
        width: 38px;
        height: 33px;
        padding: 7px 0 0 1px;
        border: 1px solid #0072ff; }
    .cart-page--two .cart-inner-places-table .col-actions .btn-blue-border:before, .cart-inner-places-table .col-actions .js-add-tocart-multi.btn-blue-border:before {
        content: '';
        display: inline-block;
        background-image: url(../img/sprite.png);
        background-position: -286px -105px;
        width: 17px;
        height: 16px; }
    .cart-page--two .cart-inner-places-table .col-actions .btn-blue-border.active:before, .cart-inner-places-table .col-actions .js-add-tocart-multi.btn-blue-border.active:before {
        background-position: -286px -126px; }
    /* CART PAGE TWO END */
    /* CART2 PAGE */
    .cart-page--checkout .cart-wrapper {
        padding: 0; }
    .cart-page--checkout .cart-wrapper__left {
        z-index: 50; }
    .cart-page--checkout .cart-header {
        position: static;
        height: auto;
        padding: 0 0 22px;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-bottom: 1px solid #E0E2E7; }
    .cart-page--checkout .cart-header__right {
        padding: 11px 0 0; }
    .cart-page--checkout .places-map-holder {
        height: 164px;
        overflow: hidden; }
    .cart-page--checkout .places-map-controls {
        display: none; }
    .cart-page--checkout .places-map-bottom {
        position: absolute;
        bottom: auto;
        display: none;
        top: 0; }
    .cart-page--checkout .places-map-time {
        /*left: 0;*/
        text-align: right;
        z-index: 100;
        padding: 5px 9px 9px 13px;
        position: fixed;
        top: 0;
        background: white;
        right: 0;
        bottom: auto;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14);
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14); }
    .cart-page--checkout .places-map-time .places-map-time__title {
        display: none;
    }
    .cart-page--checkout .places-map-time:after {
        display: inline-block; }
    .cart-page--checkout .places-map-buttons {
        margin: 21px 0 0; }
    .cart-page--checkout .cart {
        padding: 0 20px; }
    .cart-page--checkout .cart-header__content-right {
        display: none; }
    .cart-page--checkout .cart-header__title {
        overflow: visible;
        white-space: normal;
        font-size: 30px;
        padding: 0 0 5px; }
    .cart-page--checkout .cart-header__info-title {
        font-size: 18px; }
    .cart-page--checkout .cart-header__info-title,
    .cart-page--checkout .cart-header__info-desc {
        overflow: visible;
        white-space: normal; }
    .cart-checkout {
        position: static;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0; }
    .cart-checkout-footer {
        clear: both;
        position: relative;
        padding: 0px 0px;
        height: 160px !important; }
    .cart-checkout-footer:before {
        left: 0;
        right: 0; }
    .cart-checkout-footer__left {
        padding: 0; }
    .cart-checkout-footer__right {
        margin: 0;
        position: absolute;
        right: 0px !important;
        bottom: 12px !important;
        padding: 0; }
    .cart-checkout-footer__right.center {
        float: none;
        right: 50%;
        margin: 0 -88px 0 0; }
    .cart-checkout .cart-checkout-tickets__scrollpane > .scrollpane-vertical,
    .cart-checkout .cart-checkout-email__scrollpane > .scrollpane-vertical,
    .cart-checkout .cart-checkout-delivery__scrollpane > .scrollpane-vertical {
        width: auto !important;
        overflow: visible !important; }
    .cart-checkout .cart-checkout-tickets__scrollpane > .scrollpane-vertical > .jspContainer,
    .cart-checkout .cart-checkout-email__scrollpane > .scrollpane-vertical > .jspContainer,
    .cart-checkout .cart-checkout-delivery__scrollpane > .scrollpane-vertical > .jspContainer {
        position: static;
        overflow: visible;
        width: auto !important;
        height: auto !important; }
    .cart-checkout .cart-checkout-tickets__scrollpane > .scrollpane-vertical > .jspContainer > .jspVerticalBar,
    .cart-checkout .cart-checkout-email__scrollpane > .scrollpane-vertical > .jspContainer > .jspVerticalBar,
    .cart-checkout .cart-checkout-delivery__scrollpane > .scrollpane-vertical > .jspContainer > .jspVerticalBar {
        display: none !important; }
    .cart-checkout .cart-checkout-tickets__scrollpane > .scrollpane-vertical > .jspContainer > .jspPane,
    .cart-checkout .cart-checkout-email__scrollpane > .scrollpane-vertical > .jspContainer > .jspPane,
    .cart-checkout .cart-checkout-delivery__scrollpane > .scrollpane-vertical > .jspContainer > .jspPane {
        position: static;
        margin: 0 !important; }
    .cart-checkout-tickets-discount {
        left: -20px;
        right: -20px;
        padding: 12px 20px;
        height: 122px;
        bottom: 0; }
    .cart-checkout-tickets-discount__left {
        float: none;
        margin: 0;
        padding: 0 0 15px; }
    .cart-checkout-tickets-discount__left:before {
        display: none; }
    .cart-checkout-tickets-discount__right {
        margin: 0 54px 0 0;
        padding: 0;
        width: auto;
        float: none; }
    .cart-checkout-tickets-discount__left-inner {
        max-width: none;
        display: block; }
    .cart-checkout-tickets {
        height: auto;
        padding: 0 0 150px; }
    .cart-checkout-tickets__scrollpane {
        position: static; }
    .cart-checkout-tickets__scrollpane .jspPane {
        padding-right: 0 !important; }
    .cart-checkout-tickets__title {
        padding: 15px 0 9px; }
    .cart-checkout-footer__left-wrap {
        display: block;
        width: auto;
        height: auto;
        padding: 21px 0 0; }
    .cart-checkout-footer__left-left {
        padding: 0 0 2px; }
    .cart-checkout-back {
        left: 0;
        right: 0;
        position: static;
        padding: 15px 0 16px; }
    .cart-checkout-inner {
        padding: 0; }
    .cart-checkout-email {
        height: auto;
        padding: 25px 0; }
    .cart-checkout-email__scrollpane {
        position: static; }
    .cart-checkout-email__scrollpane .jspPane {
        padding-right: 0 !important; }
    .cart-checkout-email__right {
        max-width: none; }

    .cart-checkout-ask-additional-options {
        height: auto;
        padding: 25px 0; }
    .cart-checkout-ask-additional-options__scrollpane {
        position: static; }
    .cart-checkout-ask-additional-options__scrollpane .jspPane {
        padding-right: 0 !important; }
    .cart-checkout-ask-additional-options__right {
        margin: 0;
        max-width: none; }
    .cart-checkout-ask-additional-options .cart-checkout-step-info__desc {

    }

    .cart-page--checkout-step2 .cart-header {
        /*display: none;*/ }
    .cart-checkout-email__left {
        margin: 0 0 30px; }
    .cart-checkout-delivery__scrollpane {
        position: static; }
    .cart-checkout-delivery__scrollpane .jspPane {
        padding-right: 0 !important; }
    .cart-checkout-delivery__scrollpane > .scrollpane-vertical > .jspContainer > .jspHorizontalBar {
        display: none; }
    .cart-checkout-delivery {
        padding: 23px 0 0;
        height: auto; }
    .cart-checkout-step-info + .cart-checkout-step-info {
        margin-top: 10px; }
    .cart-checkout-delivery-types-list {
        margin: 0 -20px; }
    .cart-checkout-ask-types-list {
        margin: 0 -20px; }
    .cart-checkout-delivery-type {
        padding: 14px 19px 14px 19px; }
    .cart-checkout-delivery-type__right {
        width: 78px;
        margin-left: -78px; }
    .cart-checkout-delivery-type__left {
        padding-right: 85px; }
    .cart-checkout-footer__left-wrap.prelast-step {
        padding: 18px 0 39px !important; }
    .cart-checkout-payment {
        padding: 26px 0 0; }
    .cart-checkout-payment-list {
        padding: 21px 0 0; }
    .cart-checkout-footer-agreement {
        bottom: 2px !important;
        left: 2px;
        position: absolute;
        width: 145px; }
    .cart-checkout-delivery-type__right .btn-blue-border.active:after {
        display: none; }
    .cart-checkout-delivery-form {
        padding: 9px 18px 43px 20px; }
    .cart-checkout-final {
        height: auto;
        padding: 10px 0 70px;
        height: 100vh;
        margin-bottom: -48px; }
    .cart-checkout-success .drop-share {
        right: 50%; }
    .cart-checkout-footer__left-wrap.last-step {
        text-align: center; }
    /* CART2 PAGE END */ }

/* MOBILE MEDIA END */

/* customized after */
#hallLoading{
    text-align: center;
    position: absolute;
    width: 100%;
}

#hallLoadingSpinner{
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

#hallLoadingSpinnerDescription {
    color: white;
    position: relative;
    width: 100%;
    height: 78px;
    margin: auto;
    top: 50%;
    z-index: 1000;
}

#hallLoadingSpinnerMobile{
    text-align: center;
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    z-index: 1000;
}

#hallLoadingSpinnerDescriptionMobile {
    color: white;
    position: relative;
    width: 100%;
    height: 78px;
    margin: auto;
    top: 50%;
    z-index: 1000;
}

.cssload-container {
    position:relative;
    width: 78px;
    height:78px;
    margin:auto;
    top:50%;
}

.cssload-speeding-wheel {
    width: 49px;
    height: 49px;
    margin: 0 auto;
    border: 3px solid rgb(0,0,0);
    border-radius: 50%;
    border-left-color: transparent;
    border-right-color: transparent;
    animation: cssload-spin 575ms infinite linear;
    -o-animation: cssload-spin 575ms infinite linear;
    -ms-animation: cssload-spin 575ms infinite linear;
    -webkit-animation: cssload-spin 575ms infinite linear;
    -moz-animation: cssload-spin 575ms infinite linear;
}



@keyframes cssload-spin {
    100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
    100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
    100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
    100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
    100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
/* customized after */

/* -------- Fancybox ----------*/
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
    padding: 0;
    margin: 0;
    border: 0;
    outline: none;
    vertical-align: top;
}

.fancybox-wrap {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 8020;
}

.fancybox-skin {
    position: relative;
    background: #f9f9f9;
    color: #444;
    text-shadow: none;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
}

.fancybox-opened {
    z-index: 8030;
}

.fancybox-opened .fancybox-skin {
    -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
    position: relative;
}

.fancybox-inner {
    overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
    -webkit-overflow-scrolling: touch;
}

.fancybox-error {
    color: #444;
    font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    margin: 0;
    padding: 15px;
    white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
    display: block;
    width: 100%;
    height: 100%;
}

.fancybox-image {
    max-width: 100%;
    max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url('../image/fancybox/fancybox_sprite.png');
}

#fancybox-loading {
    position: fixed;
    top: 50%;
    left: 50%;
    margin-top: -22px;
    margin-left: -22px;
    background-position: 0 -108px;
    opacity: 0.8;
    cursor: pointer;
    z-index: 8060;
}

#fancybox-loading div {
    width: 44px;
    height: 44px;
    background: url('../image/fancybox/fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
    position: absolute;
    top: -18px;
    right: -18px;
    width: 36px;
    height: 36px;
    cursor: pointer;
    z-index: 8040;
}

.fancybox-nav {
    position: absolute;
    top: 0;
    width: 40%;
    height: 100%;
    cursor: pointer;
    text-decoration: none;
    background: transparent url('../image/fancybox/blank.gif'); /* helps IE */
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    z-index: 8040;
}

.fancybox-prev {
    left: 0;
}

.fancybox-next {
    right: 0;
}

.fancybox-nav span {
    position: absolute;
    top: 50%;
    width: 36px;
    height: 34px;
    margin-top: -18px;
    cursor: pointer;
    z-index: 8040;
    visibility: hidden;
}

.fancybox-prev span {
    left: 10px;
    background-position: 0 -36px;
}

.fancybox-next span {
    right: 10px;
    background-position: 0 -72px;
}

.fancybox-nav:hover span {
    visibility: visible;
}

.fancybox-tmp {
    position: absolute;
    top: -99999px;
    left: -99999px;
    visibility: hidden;
    max-width: 99999px;
    max-height: 99999px;
    overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
    overflow: hidden !important;
    width: auto;
}

.fancybox-lock body {
    overflow: hidden !important;
}

.fancybox-lock-test {
    overflow-y: hidden !important;
}

.fancybox-overlay {
    position: absolute;
    top: 0;
    left: 0;
    overflow: hidden;
    display: none;
    z-index: 8010;
    background: url('../image/fancybox/fancybox_overlay.png');
}

.fancybox-overlay-fixed {
    position: fixed;
    bottom: 0;
    right: 0;
}

.fancybox-lock .fancybox-overlay {
    overflow: auto;
    overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
    visibility: hidden;
    font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
    position: relative;
    text-shadow: none;
    z-index: 8050;
}

.fancybox-opened .fancybox-title {
    visibility: visible;
}

.fancybox-title-float-wrap {
    position: absolute;
    bottom: 0;
    right: 50%;
    margin-bottom: -35px;
    z-index: 8050;
    text-align: center;
}

.fancybox-title-float-wrap .child {
    display: inline-block;
    margin-right: -100%;
    padding: 2px 20px;
    background: transparent; /* Fallback for web browsers that doesn't support RGBa */
    background: rgba(0, 0, 0, 0.8);
    -webkit-border-radius: 15px;
    -moz-border-radius: 15px;
    border-radius: 15px;
    text-shadow: 0 1px 2px #222;
    color: #FFF;
    font-weight: bold;
    line-height: 24px;
    white-space: nowrap;
}

.fancybox-title-outside-wrap {
    position: relative;
    margin-top: 10px;
    color: #fff;
}

.fancybox-title-inside-wrap {
    padding-top: 10px;
}

.fancybox-title-over-wrap {
    position: absolute;
    bottom: 0;
    left: 0;
    color: #fff;
    padding: 10px;
    background: #000;
    background: rgba(0, 0, 0, .8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5),
only screen and (min--moz-device-pixel-ratio: 1.5),
only screen and (min-device-pixel-ratio: 1.5){

    #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
        background-image: url('../image/fancybox/fancybox_sprite@2x.png');
        background-size: 44px 152px; /*The size of the normal image, half the size of the hi-res image*/
    }

    #fancybox-loading div {
        background-image: url('../image/fancybox/fancybox_loading@2x.gif');
        background-size: 24px 24px; /*The size of the normal image, half the size of the hi-res image*/
    }
}
/* ------Fancybox end -----*/
.ask_option {
    margin: 20px 0;
}
.cart-checkout-step-info__desc .cart-ticket{
    width:300px;
}
.cart-checkout-step-info__desc .cart-checkout-ask-types-list .cart-checkout-ask-type__title {
    font-size: 18px;
    color: black;
}
.cart-footer-total__text{
    display: none;
}
.cart-checkout-footer__left .red{
    color:red;
}
.cart-checkout-footer__left .green{
    color:green;
}
@media (max-width: 640px) {
    .cart-checkout-footer__left-right {
        height: 54px !important;
        overflow: auto;
    }
    .cart-spec-places-table .col-places-from-list {
        display: block;
        padding: 4px 0 0 20px;
        font-size: 20px;
        color: black;
        /*display: none;*/
    }
    .cart-spec-places-table th.col-places-from-list{
        /*display: none;*/
        font-size: 16px;
    }
    .cart-spec-places-table .col-sector, ..cart-spec-places-table .col-tickets, ..cart-spec-places-table .col-desc, ..cart-spec-places-table .col-price, ..cart-spec-places-table .col-actions {
        display: none;
    }
}
.cart-content-main {
    overflow: hidden;     /*height: 144px;*/ }

.tooltip.svgs {
    display:none;
    position:absolute;
    border:1px solid #333;
    background-color:white;
    border-radius:5px;
    padding:10px;
    color:black;
    font-size:12px;
    text-align: center;
    width: initial;
     margin-top: 0px;
     margin-left: -25px;
}
.tooltip.svgs b{
    font-weight: bold;
}
.tooltip.svgs:before{
    display: none;
    left: 0px;
}
.event_age{
    margin-left: 13px;
    color: red;
}
#decor [id^="scheme-decor-"]{
    fill: #10a0bd;
}
#decor text[id^="scheme-decor-"]{
    fill: #fff;
}
