html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    vertical-align: baseline;
    background: transparent;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}

button,
input {
    line-height: normal;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}

button,
select {
    text-transform: none;
}

input[type="text"],
input[type="email"],
textarea,
input[type="password"] {
    -webkit-appearance: none;
}

button[disabled],
html input[disabled],
a[disabled] {
    cursor: default;
}

input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0;
}

input[type="search"] {
    -webkit-appearance: none;
    -webkit-box-sizing: content-box;
       -moz-box-sizing: content-box;
            box-sizing: content-box;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

textarea {
    overflow: auto;
    vertical-align: top;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

body {
    -webkit-text-size-adjust: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
menu,
nav,
section {
    display: block;
}

ol,
ul {
    list-style: none;
}

input {
    outline: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

img {
    border: 0;
    max-width: 100%;
    height: auto;
}

a {
    outline: none;
    background-color: transparent;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
}

a.active,
a:hover {
    outline-width: 0;
}

html {
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

input,
select,
textarea {
    font: inherit;
    outline: none;
    margin: 0;
    text-transform: none;
}

button:focus,
input:focus,
select:focus,
textarea:focus {
    outline: none;
}

strong {
    font-weight: 800;
}

#map {
    position: relative;
    width: 100%;
    min-height: 300px;
    -webkit-transform-origin: top left;
       -moz-transform-origin: top left;
        -ms-transform-origin: top left;
         -o-transform-origin: top left;
            transform-origin: top left;
}

#map b {
    position: absolute;
    width: 18px;
    height: 18px;
    border: solid 1px #666666;
    display: block;
    -webkit-border-radius: 50%;
       -moz-border-radius: 50%;
            border-radius: 50%;
}

#map b.active:hover {
    cursor: pointer;
}

#map b.active.selected {
    background-color: #ffeb3b;
    border: 1px solid #666666;
}

#map b.reserved {
    background-color: #ffeb3b;
    border: 1px solid #666666;
}

#map span {
    position: absolute;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    font-weight: 600;
    font-size: 11px;
    color: #666666;
}

.popuptext {
    width: 140px;
    background-color: rgba(0, 0, 0, 0.8);
    color: #fff;
    text-align: center;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    padding: 8px 0;
    position: absolute;
    z-index: 1;
    font-size: 12px;
    font-weight: normal;
    cursor: pointer;
    display: none;
}

.popuptext::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: rgba(0, 0, 0, 0.8) transparent transparent transparent;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: none;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
}

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

html,
body {
    font-size: 15px;
    color: #000;
    font-family: Arial,Helvetica Neue,Helvetica,sans-serif; 
    background: #fff;
}

* {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
}

p {
    padding-bottom: 20px;
    line-height: 1.4;
}

a,
a:link,
a:visited {
    color: #000;
    text-decoration: none;
    -webkit-transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
    -o-transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
    -moz-transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
    transition: border-bottom 0.3s ease-in-out, color 0.3s ease-in-out;
}

.btn-basket-block {
    padding: 15px;
    text-align: right;
}

.btn-basket,
.btn-basket:link,
.btn-basket:visited {
    background-color: #ffeb3b;
    padding: 15px 0;
    width: 100%;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
    cursor: pointer;
}

.btn-basket:hover,
.btn-basket:link:hover,
.btn-basket:visited:hover {
    background-color: #cccccc;
    color: #fff;
}

.btn-basket[disabled] {
    background-color: #cccccc;
    color: #fff;
}

header {
    -webkit-box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
            box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
    width: 100%;
    top: 0;
}

h2 {
    font-weight: 300;
    padding: 10px;
}

.info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-top: 5px;
    padding: 0 10px;
}

.list {
    margin-left: 20px;
}

.left-block {
    padding: 5px 0;
}

.list-scale {
    margin-top: 10px;
}

.list-scale ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.list-scale ul li {
    width: 50%;
    padding: 12px 0;
    text-align: center;
    background-color: #ebebeb;
}

.list-scale ul li a {
    color: #888888;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
}

.list-scale ul li:hover {
    background-color: #00a651;
}

.list-scale ul li:hover a {
    color: #fff;
}

.list-scale ul li.selected {
    background-color: #00a651;
}

.list-scale ul li.selected a {
    color: #fff;
}

.btn-basket.disabled {
    background-color: #cccccc;
    color: #fff;
    cursor: initial;
}

footer {
    padding-bottom: 15px;
    -webkit-box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
       -moz-box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
            box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
    width: 100%;
    bottom: 0;
}

.slider {
    padding: 0 15px;
}

.sl {
    display: inline-block;
    padding: 2px 7px;
    font-size: 12px;
    margin: 0 2px;
}

.yellow {
    background-color: #ffeb3b;
}

.white {
    background-color: #fff;
    color: #cacaca;
}

.red {
    background-color: #ff9999;
}

.green {
    background-color: #ccff99;
}

.blue {
    background-color: #99ffff;
}

.purple {
    background-color: #cc99ff;
}

.list-basket ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.list-basket ul li {
    width: 50%;
}

.list-basket ul li button {
    color: #888888;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
    background-color: transparent;
    font-size: 14px;
    text-transform: uppercase;
    padding: 12px 0;
    text-align: center;
    background-color: #ebebeb;
    width: 100%;
    cursor: pointer;
}

.list-basket ul li button:hover {
    opacity: 0.7;
}

.list-basket ul .add-to-basket {
    background-color: #1ba859;
    color: #fff;
}

.list-basket ul .in-to-basket {
    background-color: #ffeb3b;
    color: #000;
}

.list-basket ul .in-to-basket[disabled] {
    background-color: #cccccc;
    color: #fff;
}

@media screen and (max-width: 768px) {
    header {
        -webkit-box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
                box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
        width: 100%;
        top: 0;
        position: fixed;
        z-index: 1;
        background-color: #fff;
    }
    h2 {
        font-weight: 300;
        padding: 10px;
    }
    .info {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        margin-top: 5px;
        padding: 0 10px;
    }
    .list {
        margin-left: 20px;
    }
    .left-block {
        padding: 5px 0;
    }
    .list-scale {
        margin-top: 10px;
    }
    .list-scale ul {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }
    .list-scale ul li {
        width: 50%;
        padding: 12px 0;
        text-align: center;
        background-color: #ebebeb;
    }
    .list-scale ul li a {
        color: #888888;
        -webkit-transition: all .3s ease-in-out;
        -o-transition: all .3s ease-in-out;
        -moz-transition: all .3s ease-in-out;
        transition: all .3s ease-in-out;
    }
    .list-scale ul li:hover {
        background-color: #000;
    }
    .list-scale ul li:hover a {
        color: #fff;
    }
    .list-scale ul li.selected {
        background-color: #000;
    }
    .list-scale ul li.selected a {
        color: #fff;
    }
    .btn-basket.disabled {
        background-color: #cccccc;
        color: #fff;
        cursor: initial;
    }
    footer {
        padding-bottom: 15px;
        -webkit-box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
           -moz-box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
                box-shadow: 0px 1px 6px 5px rgba(0, 0, 0, .2);
        width: 100%;
        bottom: 0;
        position: fixed;
        background-color: #fff;
    }
    .slider {
        padding: 0 15px;
    }
    .sl {
        display: inline-block;
        padding: 2px 7px;
        font-size: 12px;
        margin: 0 2px;
    }
    .yellow {
        background-color: #ffeb3b;
        border: 1px solid #cacaca;
    }
    .white {
        background-color: #fff;
        border: 1px solid #cacaca;
        color: #cacaca;
    }
    .red {
        background-color: #ff9999;
    }
    .green {
        background-color: #ccff99;
    }
    .blue {
        background-color: #99ffff;
    }
    .purple {
        background-color: #cc99ff;
    }
}

/*Стили для корзины*/

h4 {
    font-size: 27px;
    margin-bottom: 10px;
}

.content {
    background-color: #f2f2f2;
    padding: 40px 60px;
}

.content .map-container {
    overflow-x: scroll;
    overflow-y: scroll;
    padding: 80px 40px 20px 40px;
    position: relative;
}

.main-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.left-block {
    width: 50%;
}

.right-block {
    width: 50%;
    margin-left: 30px;
}

.col1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.col1 .pic {
    width: 30%;
}

.col1 .pic .backgr-pic {
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.date-time {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    margin-bottom: 10px;
}

.block-ticket {
    background-color: #fff;
    -webkit-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
       -moz-box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
            box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    margin-bottom: 16px;
}

.block-ticket h5 {
    font-weight: 700;
    margin: 0 0 24px 0;
    font-size: 18px;
}

.block-info-up {
    padding: 30px;
    width: 100%;
    display: block;
    border-bottom: 1px solid #eeeeee;
}

.date-time span {
    margin-left: 10px;
    vertical-align: text-bottom;
}

.date-b {
    padding: 0;
}

.time-b {
    padding: 0;
    margin-left: 30px;
}

.place {
    padding: 0;
}

.place span {
    margin-left: 10px;
    vertical-align: text-bottom;
}

.block-info-down {
    padding: 25px;
    border-bottom: 1px solid #eeeeee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
}

.block-info-down p {
    padding-bottom: 0;
}

.block-info-down .price i {
    vertical-align: bottom;
    margin-left: 17px;
    color: #ccc;
}

.itog {
    padding: 25px;
    border-bottom: 1px solid #eeeeee;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.form-block {
    background-color: #fff;
    padding: 25px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    border: 1px solid #eeeeee;
}

.form-block .left-form {
    width: 60%;
}

.form-block .right-block-form {
    width: 40%;
    margin-left: 40px;
    font-size: 13px;
}

.form-block .line-form {
    margin-bottom: 10px;
}

.form-block .line-form p {
    font-weight: 600;
    padding-bottom: 0;
}

.form-block .line-form input {
    padding: 9px 15px;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: #000;
    border: 2px solid #ccc;
    background-color: #efefef;
}

.form-block .line-form input:focus::-webkit-input-placeholder {
    color: transparent;
}

.form-block .line-form input:focus:-moz-placeholder {
    color: transparent;
}

/* FF 4-18 */
.form-block .line-form input:focus::-moz-placeholder {
    color: transparent;
}

/* FF 19+ */
.form-block .line-form input:focus:-ms-input-placeholder {
    color: transparent;
}

/* IE 10+ */
.form-block .line-form input:active,
.form-block .line-form input:focus {
    border-color: #ffeb3b;
    background-color: #fbf7de;
}

.itog-basket {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    padding: 25px;
    background-color: #fff;
    border: 1px solid #eeeeee;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
       -moz-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
}

.itogo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
            justify-content: space-between;
    width: 100%;
}

.itogo p:nth-child(1) {
    padding: 10px 0;
}

.itogo p {
    font-weight: 600;
}

.price-i {
    font-size: 24px;
    padding: 5px 0;
}

.itog-basket .left-it {
    width: 60%;
}

.itog-basket .btn-basket-block {
    width: 40%;
    margin-left: 40px;
    padding: 0;
    margin-bottom: 10px;
}

.ps {
    padding: 25px;
    font-size: 13px;
}

.ps a,
.ps a:link,
.ps a:visited {
    color: blue;
    text-decoration: underline;
}

.event {
    display: none;
    background-color: #ffeb3b;
    text-align: center;
}

.event h1 {
    line-height: 1;
    font-size: 22px;
}

.event h3 {
    line-height: 1;
    font-size: 12px;
    font-weight: 700;
    margin-bottom: 11px;
}

.event h2 {
    font-size: 18px;
    padding: 0;
    line-height: 1;
}

.payment {
    background-color: #fff;
    position: relative;
    width: 25%;
    margin: auto;
    padding: 25px;
    margin-top: 80px;
}

.access-pic {
    position: relative;
    top: -80px;
    margin: 0 auto;
    display: block;
}

.payment h4 {
    font-size: 20px;
    text-align: center;
}

.payment p {
    font-size: 13px;
}

.payment>div {
    margin-top: -60px;
}

.itog-basket .line-form p {
    padding: 10px 0;
    font-weight: 600;
}

.itog-basket .line-form .promo {
    padding: 9px 15px;
    height: auto;
    border: 2px solid #ccc;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: #000;
    background-color: #efefef;
    margin: 0;
    min-width: 100px;
}

.input-group-addon {
    padding: 0 10px;
    line-height: 36px;
    text-decoration: none;
    width: 40px;
    outline: none;
    background: url(../images/arrow.svg) center no-repeat #ffeb3b;
    border-color: #ffeb3b;
    cursor: pointer;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px
}

.input-promo {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.discounted {
    -webkit-text-decoration-line: line-through;
       -moz-text-decoration-line: line-through;
            text-decoration-line: line-through;
    font-size: 18px
}

@media screen and (max-width: 700px) {
    .payment {
        width: 80%;
    }
    h4 {
        padding: 10px;
        font-size: 24px;
    }
    .event {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
             justify-content: center;
        width: 27%;
        padding: 5px;
    }
    .col1 .pic {
        display: none;
    }
    .content {
        padding: 0;
    }
    .main-block {
        display: block;
    }
    .date-b,
    .time-b {
        display: none;
    }
    .left-block {
        width: 100%;
    }

    .block-ticket h5 {
        font-size: 16px;
        margin: 0;
    }
    .block-info-down {
        padding: 13px;
        display: block;
        position: relative;
    }
    .block-info-down .price i {
        position: absolute;
        top: 23px;
        right: 13px;
        margin-left: 0px;
    }
    .itog {
        padding: 13px;
    }
    .right-block {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .form-block {
        padding: 13px;
        display: block;
    }
    .form-block .left-form {
        width: 100%;
    }
    .form-block .right-block-form {
        width: 100%;
        margin-left: 0px;
    }
    .itog-basket {
        display: block;
        padding: 13px;
    }
    .itogo {
        width: 100%;
    }
    .itog-basket .left-it {
        width: 100%;
    }
    .itog-basket .btn-basket-block {
        width: 100%;
        margin-left: 0px;
    }
    .ps {
        padding: 13px;
    }
}

@media screen and (min-width: 701px) and (max-width: 1023px) {
    .payment {
        width: 60%;
    }
    h4 {
        font-size: 24px;
    }
    .event {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
             justify-content: center;
        width: auto;
        padding: 5px 10px;
    }
    .content {
        padding: 20px;
    }
    .main-block {
        display: block;
    }
    .date-b,
    .time-b {
        display: none;
    }
    .left-block {
        width: 100%;
    }
    .block-ticket h5 {
        font-size: 16px;
        margin: 0;
    }
    .block-info-down {
        padding: 13px;
        position: relative;
    }
    .block-info-down .price i {
        margin-left: 40px;
    }
    .itog {
        padding: 13px;
    }
    .itog span:nth-child(2) {
        margin-right: 70px;
    }
    .right-block {
        width: 100%;
        margin-left: 0px;
        margin-top: 10px;
    }
    .form-block {
        padding: 13px;
    }
    .form-block .right-block-form {
        margin-top: 20px;
    }
    .form-block .right-block-form p {
        padding-bottom: 10px;
    }
    .itog-basket {
        padding: 13px;
        margin-top: 20px;
    }
    .ps {
        padding: 13px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1360px) {
    .content {
        padding: 30px;
    }
    .main-block {
        display: block;
    }
    .left-block {
        width: 100%;
    }
    .right-block {
        width: 100%;
        margin-left: 0px;
        margin-top: 20px;
    }
    .block-ticket {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }
    .col1 {
        width: 62%;
    }
    .info-r {
        width: 38%;
        border-left: 1px solid #eeeeee;
    }
    .itog {
        padding: 25px 15px;
    }
    .block-info-down {
        padding: 25px 15px;
    }
    .block-info-down .price i {
        margin-left: 5px;
    }
    .material-icons {
        font-size: 21px !important;
    }
    .form-block {
        padding: 15px;
        display: block;
    }
    .form-block .left-form {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-justify-content: space-between;
        -ms-flex-pack: space-between;
        -webkit-box-pack: justify;
           -moz-box-pack: justify;
                justify-content: space-between;
    }
    .form-block .line-form {
        width: 31%;
    }
    .form-block .right-block-form {
        width: 100%;
        margin-left: 0px;
    }
    .form-block .right-block-form p {
        padding-bottom: 10px;
    }
    .itog-basket {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
        padding: 0px;
    }
    .itog-basket .line-form {
        padding: 15px;
    }
    .itogo {
        width: 100%;
        padding: 0 15px;
    }
    .itog-basket .btn-basket-block {
        width: 100%;
        margin-left: 0px;
        padding: 15px;
    }
    .itog-basket .btn-basket-block .btn-basket {
        width: 40% !important;
        margin: auto;
    }
}

/* Preorder Cart Block - BEGIN */
.tc_info_card {
    display: none;
    font-size: 11px;
    letter-spacing: .6px;
    position: absolute;
    left: 8px;
    top: 8px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.4);
    -webkit-box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.6);
    -moz-box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.6);
    box-shadow: -3px 3px 12px rgba(0, 0, 0, 0.6);
    padding: 5px;
    width: 250px;
    height: 40px;
    color: #333;
    -webkit-border-radius: 4px 4px 4px 0;
    -moz-border-radius: 4px 4px 4px 0;
    border-radius: 4px 4px 4px 0;
}

.tc_sum_card {
    display: none;
    font-size: 10px;
    letter-spacing: .5px;
    position: absolute;
    left: 8px;
    top: 48px;
    z-index: 3;
    background: rgba(255, 255, 255, 0.3);
    -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.3);
    padding: 5px;
    width: 160px;
    height: 25px;
    color: #777;
    -webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
    z-index: 2;
}

b.reserved::after {
    content: '';
    display: block;
    width: 3px;
    height: 6px;
    border: solid #333;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 3px;
    left: 6px;
}

#idTicketNext,
#idTicketPrev {
    border: none;
    color: #333;
    height: 40px;
    width: 40px;
    padding: 0;
    font-size: 12px;
    font-weight: bold;
    cursor: pointer;
    background-color: #ffeb3b;
    -webkit-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.4);
    -moz-box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.4);
    box-shadow: -2px 2px 6px rgba(0, 0, 0, 0.4);
}

#idTicketPrev {
    -webkit-border-radius: 0 4px 4px 0;
    -moz-border-radius: 0 4px 4px 0;
    border-radius: 0 4px 4px 0;
}

#idTicketNext {
    -webkit-border-radius: 4px 0 0 4px;
    -moz-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}

#idTicketNext:disabled,
#idTicketPrev:disabled {
    color: #888;
    background-color: #eee;
}

#idTicketNext:active,
#idTicketPrev:active {
    background-color: #e6d32d;
}

#idId {
    display: none;
}

.tc_right_btns {
    position: absolute;
    top: 0;
    right: 0;
}

.scheme-hall,
.scheme-hall:link,
.scheme-hall:visited {
    border: 1px solid #CCC;
    border-bottom-color: rgb(204, 204, 204);
    border-bottom-color: #B3B3B3;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    background: #ebebeb;
    font: 14px/32px Arial, sans-serif;
    color: #333;
    padding: 1px 22px;
    width: 130px;
    z-index: 10;
    display: inline-block;
    margin-left: 15px;
}

.list-btn {
    position: absolute;
    left: -webkit-calc(50% - 147px);
    left: -moz-calc(50% - 147px);
    left: calc(50% - 147px);
    z-index: 10;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.choise-sector {
    display: inline-block;
}

/* Для главной тикета */
.event-list {
    width: 1300px;
    margin: 0 auto;
}

.event-block {
    margin-bottom: 20px;
}

.event-block .up-block {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
}

.event-block .left-block {
    width: 20%;
    padding: 0;
}

.event-block .right-block {
    width: 80%;
    margin: 0;
    border: 1px solid #eeeeee;
    background-color: #fff;
}

.img-ticket {
    width: 100%;
    height: 100%;
    -webkit-background-size: cover;
       -moz-background-size: cover;
         -o-background-size: cover;
            background-size: cover;
}

.event-block .right-block .date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-evenly;
    -webkit-justify-content: space-evenly;
    -ms-flex-pack: space-evenly;
    -moz-box-pack: space-evenly;
         justify-content: space-evenly;
    padding: 5px;
    background-color: #ffeb3b;
    width: 200px;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
}

.event-block .right-block .info-block {
    padding: 10px 15px;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -moz-box-pack: justify;
         justify-content: space-between;
}

.event-block .title {
    padding-bottom: 0;
    font-weight: 600;
    font-size: 17px;
}

.event-block .place {
    color: #b9b9b9;
}

.event-block .list-singers {
    padding: 0;
    text-transform: uppercase;
    font-size: 15px;
}

.date h3 {
    line-height: 1;
    font-size: 32px;
    font-weight: 600;
}

.date h4 {
    line-height: 1;
    font-size: 21px;
    margin-bottom: 0;
    padding: 0;
}

.date h6 {
    line-height: 1;
}

.buy-ticket-main,
.buy-ticket-main:link,
.buy-ticket-main:visited {
    background-color: #ffeb3b;
    display: block;
    padding: 12px 20px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 16px;
    width: 180px;
    text-align: center;
}

.buy-ticket-down,
.buy-ticket-down:link,
.buy-ticket-down:visited {
    display: none;
    background-color: #ffeb3b;
    padding: 17px 30px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}

.event-block .right-block .info-block .money {
    padding: 0;
    text-align: center;
    font-weight: 600;
    width: 42%;
    margin: 5px auto 0;
    font-size: 14px;
}

.money.down {
    display: none;
}

.left {
    display: none;
}

@media screen and (max-width: 1420px) {
    .event-list {
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
    .event-block .right-block .info-block .money {
        display: none;
    }
    .money.down {
        display: block;
        padding: 0;
        text-align: center;
        font-weight: 600;
        font-size: 14px;
        margin-top: 10px;
    }
    .event-block .up-block {
        display: block;
    }
    .event-block .left-block {
        width: 100%;
    }
    .event-block .right-block {
        width: 100%;
    }
    .img-ticket {
        height: 110px;
    }
    .buy-ticket-down,
    .buy-ticket-down:link,
    .buy-ticket-down:visited {
        display: block;
        padding: 10px 30px;
        font-size: 14px;
    }
    .buy-ticket-main,
    .buy-ticket-main:link,
    .buy-ticket-main:visited {
        display: none;
    }
    .event-block .right-block .date {
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-flow: column;
        width: 90px;
    }
    .info-block .title {
        display: none;
    }
    .info-block .place {
        display: none;
    }
    .event-block .right-block .full {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
    }
    .event-block .right-block .left {
        border: 1px solid #eeeeee;
        float: none !important;
        padding: 10px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: -moz-box;
        display: flex;
        -webkit-flex-flow: column;
        -ms-flex-flow: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-flow: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        -moz-box-pack: center;
             justify-content: center;
        width: 100%;
    }
    .content h5 {
        padding-top: 0;
    }
    .event-block .title {
        line-height: 1;
    }
    .event-block .place {
        line-height: 1;
    }
    .event-block .list-singers {
        width: 100%;
        font-size: 12px;
    }
}

@media screen and (min-width: 701px) and (max-width: 900px) {
    .event-block .title {
        width: 63%;
    }
    .event-block .list-singers {
        font-size: 14px;
    }
    .event-block .list-singers {
        width: 90%;
    }
}

/* Preorder Cart Block - END */
#sector-styler {
    z-index: 20;
}

/*Для десктопов*/
.for-desc-event {
    height: 80px;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #bbb;
       -moz-box-shadow: 0 0 10px #bbb;
            box-shadow: 0 0 10px #bbb;
    overflow: hidden;
    padding: 0 30px;
}

.event-information {
    list-style: none;
    padding: 0;
    margin: 0;
    display: table;
    width: 100%;
}

.event-information li {
    display: table-cell;
    vertical-align: middle;
    height: 80px;
}

.event-information .image-banner {
    width: 130px;
    position: relative;
}

.event-information .header-event {
    white-space: nowrap;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    padding-left: 10px;
}

.event-information .header-buy-ticket {
    position: absolute;
    right: 20px;
    top: 22px;
    display: table-cell;
}

.event-information .info-event-detail {
    display: block;
}

.event-information .info-event-detail p {
    display: inline-block;
    margin-right: 20px;
    padding-bottom: 0;
}

.event-information .info-event-detail p span {
    margin-left: 7px;
}

.header-event .name {
    padding-bottom: 0;
    font-size: 24px;
    margin-bottom: 4px;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    overflow: hidden;
    max-width: 70%;
}

.image-banner>div {
    width: 111px;
    height: 54px;
    overflow: hidden;
}

.image-banner img {
    width: 100%;
}

.image-banner::before {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    border-top: 45px solid #1ba859;
    border-left: 55px solid transparent;
    left: 56px;
}

.image-banner::after {
    content: attr(data-age);
    position: absolute;
    color: #fff;
    left: 85px;
    top: 18px;
    width: 25px;
    text-align: center;
}

.header-btn-ticket {
    display: inline-block;
    color: #000;
    background: #ffeb3b;
    line-height: 35px;
    padding: 0 25px;
    -webkit-border-radius: 18px;
       -moz-border-radius: 18px;
            border-radius: 18px;
    border: none;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    position: relative;
    z-index: 40;
}

.header-btn-ticket:hover {
    opacity: .7;
}

.header-btn-ticket[disabled] {
    background-color: #cccccc;
    color: #fff;
}

.header-tooltip-text {
    width: 180px;
    position: absolute;
    top: 47px;
    left: -webkit-calc(50% - 90px);
    left: -moz-calc(50% - 90px);
    left: calc(50% - 90px);
    z-index: 40;
}

.tooltip-info-basket {
    font-size: 12px;
    text-transform: none;
    line-height: 1.5;
    letter-spacing: 0.8px;
    background-color: rgba(0, 0, 0, 0.7);
    color: #fff;
    text-align: left;
    -webkit-border-top-left-radius: 12px;
       -moz-border-radius-topleft: 12px;
            border-top-left-radius: 12px;
    -webkit-border-top-right-radius: 12px;
       -moz-border-radius-topright: 12px;
            border-top-right-radius: 12px;
    padding: 12px;
}

.btn-add-to-basket {
    background-color: #1ba859;
    -webkit-border-bottom-left-radius: 12px;
       -moz-border-radius-bottomleft: 12px;
            border-bottom-left-radius: 12px;
    -webkit-border-bottom-right-radius: 12px;
       -moz-border-radius-bottomright: 12px;
            border-bottom-right-radius: 12px;
    color: #fff;
    width: 100%;
    padding: 12px;
    text-transform: uppercase;
    font-size: 11px;
    font-weight: 600;
    border: none;
    cursor: pointer;
    margin-top: 2px;
}

.header-tooltip-text::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent rgba(0, 0, 0, 0.7) transparent;
}

.header-btn-ticket:hover .header-tooltip-text {
    visibility: visible;
}

.header-btn-ticket .header-tooltip-text div:first-child {
    font-weight: bold
}

.body {
    position: absolute;
    left: 0;
    right: 0;
    top: 81px;
    bottom: 51px;
    height: auto;
    overflow-y: auto;
}

.header-btn-concert,
.header-btn-concert:link,
.header-btn-concert:visited {
    display: inline-block;
    color: #000;
    background: #fff;
    line-height: 34px;
    padding: 0 24px;
    -webkit-border-radius: 18px;
       -moz-border-radius: 18px;
            border-radius: 18px;
    font-size: 11px;
    text-transform: uppercase;
    white-space: nowrap;
    cursor: pointer;
    border: 1px solid #000;
}

.header-btn-concert:hover,
.header-btn-concert:link:hover,
.header-btn-concert:visited:hover {
    opacity: .7;
}

.event-information .change-concert {
    position: absolute;
    right: 210px;
    top: 22px;
    display: table-cell;
}

.sectors {
    border-right: 1px solid #e2e2e2;
    width: 290px;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    height: auto;
    overflow: hidden;
}

.sectors .wrapper {
    position: absolute;
    z-index: 1;
    width: 100%;
    padding: 35px 0;
}

.sectors .sector {
    padding: 25px 30px;
    cursor: pointer;
    text-align: right;
    -webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    -moz-transition: all .5s ease;
    transition: all .5s ease;
}

.sectors .sector:hover {
    background: rgba(0, 0, 0, 0.04);
}

.sectors .sector.active {
    background: #1ba859;
    color: #fff;
    -webkit-box-shadow: 0 5px 20px #bbb;
       -moz-box-shadow: 0 5px 20px #bbb;
            box-shadow: 0 5px 20px #bbb;
}

.sectors .sector.active:hover {
    background: #1ba859;
    opacity: .7;
}

.legend {
    text-align: center;
    border-bottom: 1px solid #ccc;
    padding: 7px 10px 0 10px;
    height: 29px;
    overflow: hidden;
    -webkit-box-sizing: initial;
       -moz-box-sizing: initial;
            box-sizing: initial;
}

.sectors .sector .title {
    text-transform: uppercase;
    font: 16px;
}

.sectors .sector .note {
    color: #9b9b9b;
}

.sectors .sector.active .note {
    color: #fff;
}

.map-sector {
    position: absolute;
    left: 291px;
    right: 0;
    bottom: 0;
    top: 0;
    height: auto;
}

.legend span {
    display: inline-block;
    padding: 3px 7px;
    margin: 0 0 10px 8px;
    font-size: 12px;
    -webkit-border-radius: 3px;
       -moz-border-radius: 3px;
            border-radius: 3px;
}

.footer-event {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 7010;
    background: #fff;
    -webkit-box-shadow: 0 0 10px #bbb;
       -moz-box-shadow: 0 0 10px #bbb;
            box-shadow: 0 0 10px #bbb;
    overflow: hidden;
    padding: 0 30px;
    top: auto;
    bottom: 0;
    height: 50px;
    text-align: right;
    font: 14px;
    color: #666;
}

#footer-back {
    float: left;
    padding-left: 16px;
    margin: -1px 35px 0 0;
    line-height: 50px;
}

#footer-back a {
    color: #666;
}

.footer-link {
    float: left;
    margin-right: 35px;
    line-height: 50px;
}

.footer-link a {
    color: #666;
}

.body .content .map-container {
    padding: 0px 40px 0px 40px;
    overflow-x: auto;
    overflow-y: hidden;
}

@media screen and (min-width: 1025px) and (max-width: 1920px) {
    .for-mobile {
        display: none;
    }
    .content-for-mobile {
        display: none;
    }
    .footer-for-mobile {
        display: none;
    }
}

@media screen and (max-width: 1024px) {
    .for-desc-event {
        display: none;
    }
    .sectors {
        display: none;
    }
    .body {
        position: relative;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
    }
    .legend {
        display: none;
    }
    .map-sector {
        position: relative;
        top: 0;
        left: 0;
    }
    .footer-event {
        display: none;
    }
    .body .content .map-container {
        padding: 240px 40px 180px 40px;
        overflow-x: auto;
        overflow-y: hidden;
    }
}

/* Выбор концерта */
.popup-for-events {
    width: 650px;
    padding: 0 !important;
}

.popup-for-form {
    width: 500px;
    padding: 0 !important;
}

.header-h1 {
    padding: 20px 0;
    font-size: 25px;
    text-align: center;
    border-bottom: 1px solid #eeeeee;
}

.form-h1 {
    padding: 20px 0;
    font-size: 25px;
    text-align: center;
}

.popup-for-form p {
    padding: 0;
    text-align: center;
    padding: 0 40px;
}

.popup-list-event {
    width: 100%;
    padding: 20px;
    padding-top: 10px;
}

.popup-event {
    margin-bottom: 20px;
    width: 100%;
    position: relative;
}

.popup-event:nth-last-child(1) {
    margin-bottom: 0;
}

.problem-form {
    display: block;
    padding: 20px 40px 40px;
}

.problem-form .line-form {
    display: block;
    margin-bottom: 20px;
}

.problem-form .line-form p {
    font-weight: 800;
    padding: 0;
    text-align: left;
}

.problem-form .line-form input {
    padding: 9px 15px;
    height: auto;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    color: #000;
    border: 2px solid #ccc;
    background-color: #efefef;
    width: 100%;
}

.problem-form .line-form input:active,
.problem-form .line-form input:focus {
    border-color: #ffeb3b;
    background-color: #fbf7de;
}

.call-me,
.call-me:link,
.call-me:visited {
    padding: 12px 0;
    width: 220px;
    display: block;
    text-align: center;
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase;
    -webkit-border-radius: 35px;
       -moz-border-radius: 35px;
            border-radius: 35px;
    -webkit-transition: all .3s ease-in-out;
    -o-transition: all .3s ease-in-out;
    -moz-transition: all .3s ease-in-out;
    transition: all .3s ease-in-out;
    border: none;
    background-color: #1ba859;
    color: #fff;
    margin: 0 auto;
    cursor: pointer;
}

.up-block-e {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    border: 1px solid #eeeeee;
    width: 100%;
}

.up-block-e .left-bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    width: 100px;
    padding: 10px 5px;
    background-color: #ffeb3b;
    text-align: center;
}

.up-block-e .left-bl h1 {
    line-height: 1;
    font-size: 40px;
}

.up-block-e .left-bl h3 {
    font-size: 20px;
}

.up-block-e .left-bl h4 {
    line-height: 1;
    font-size: 20px;
    margin-bottom: 0px;
    font-weight: 400;
}

.up-block-e .right-bl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
    width: 100%;
    padding: 8px;
}

.up-block-e .right-bl p {
    padding-bottom: 0;
}

.up-block-e .right-bl .title {
    font-size: 20px;
    font-weight: 700;
    line-height: 1.2;
    width: 70%;
}

.up-block-e .right-bl .place-event {
    color: #989898;
    margin-top: 3px;
}

.yellow-concert-btn,
.yellow-concert-btn:link,
.yellow-concert-btn:visited {
    display: block;
    text-align: center;
    font-weight: 800;
    padding: 12px 20px;
    background-color: #ffeb3b;
    font-size: 20px;
    position: absolute;
    right: 30px;
    top: 28px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
}

.yellow-concert-btn:hover,
.yellow-concert-btn:link:hover,
.yellow-concert-btn:visited:hover {
    opacity: .7;
}

.my-banner {
    background-color: #ffeb3b;
    padding: 20px 80px;
    position: relative;
    width: 100%;
}

.banner-promo {
    display: none;
    position: fixed;
    z-index: 10000;
    bottom: -100%;
    -webkit-animation-name: show;
       -moz-animation-name: show;
         -o-animation-name: show;
            animation-name: show;
    -webkit-animation-duration: 3s;
       -moz-animation-duration: 3s;
         -o-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-delay: 5s;
       -moz-animation-delay: 5s;
         -o-animation-delay: 5s;
            animation-delay: 5s;
    -webkit-animation-timing-function: linear;
       -moz-animation-timing-function: linear;
         -o-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-fill-mode: forwards;
       -moz-animation-fill-mode: forwards;
         -o-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
    width: 100%;
}

@-webkit-keyframes show {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0%;
    }
}

@-moz-keyframes show {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0%;
    }
}

@-o-keyframes show {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0%;
    }
}

@keyframes show {
    0% {
        bottom: -100%;
    }
    100% {
        bottom: 0%;
    }
}

.my-banner .col-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    -webkit-box-pack: justify;
       -moz-box-pack: justify;
            justify-content: space-between;
}

.col-3 .col3-1 {
    padding-bottom: 0;
    font-size: 80px;
    font-weight: 700;
    line-height: 1;
}

.col-3 .col3-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
}

.col-3 .col3-2 p {
    padding-bottom: 0;
    line-height: 1;
    font-size: 23px;
    font-weight: 600;
    white-space: pre-wrap;
}

.col-3 .col3-3 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-flow: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    -moz-box-pack: center;
         justify-content: center;
}

.banner-choise-place,
.banner-choise-place:link,
.banner-choise-place:visited {
    color: #fff;
    background-color: #000;
    text-align: center;
    padding: 15px 0;
    width: 200px;
    -webkit-border-radius: 7px;
       -moz-border-radius: 7px;
            border-radius: 7px;
    font-weight: 600;
    text-transform: uppercase;
}

.banner-choise-place:hover,
.banner-choise-place:link:hover,
.banner-choise-place:visited:hover {
    opacity: .7;
}

.my-banner .ps {
    font-weight: 600;
    padding: 0;
    margin-top: 10px;
}

.myclose {
    background: transparent;
    border: 0;
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    color: #000;
    cursor: pointer;
    height: 44px;
    margin: 0;
    padding: 6px;
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    z-index: 10;
}

.myclose svg {
    fill: transparent;
    opacity: 1;
    stroke: currentColor;
    stroke-width: 1.5;
    -webkit-transition: stroke .1s;
    -o-transition: stroke .1s;
    -moz-transition: stroke .1s;
    transition: stroke .1s;
}

@media screen and (max-width: 767px) {
    .popup-for-events,
    .popup-for-form {
        width: 100%;
        padding: 0 !important;
    }
    .popup-list-event {
        padding: 0px;
    }
    .yellow-concert-btn,
    .yellow-concert-btn:link,
    .yellow-concert-btn:visited {
        position: initial;
        -webkit-border-radius: unset;
           -moz-border-radius: unset;
                border-radius: unset;
    }
    .up-block-e .right-bl .title {
        width: 100%;
    }
    .my-banner {
        padding: 20px;
    }
    .my-banner .col-3 {
        display: block;
    }
    .col-3 .col3-1,
    .col-3 .col3-2 {
        text-align: center;
        margin-bottom: 10px;
    }
    .col-3 .col3-1 {
        font-size: 70px;
    }
    .col-3 .col3-2 p {
        font-size: 15px;
    }
    .banner-choise-place,
    .banner-choise-place:link,
    .banner-choise-place:visited {
        padding: 13px 0;
        width: 180px;
        display: block;
        margin: 0 auto;
    }
    .popup-for-form p {
        padding: 0;
    }
    .problem-form {
        padding: 20px 0px 20px;
    }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
    .my-banner {
        padding: 20px;
    }
    .col-3 .col3-1 {
        font-size: 70px;
    }
    .col-3 .col3-2 p {
        font-size: 15px;
    }
    .banner-choise-place,
    .banner-choise-place:link,
    .banner-choise-place:visited {
        padding: 13px 0;
        width: 170px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1001px) and (max-width: 1100px) {
    .my-banner {
        padding: 20px;
    }
    .col-3 .col3-2 p {
        font-size: 18px;
    }
    .banner-choise-place,
    .banner-choise-place:link,
    .banner-choise-place:visited {
        padding: 13px 0;
        width: 170px;
        font-size: 14px;
    }
}

@media screen and (min-width: 1024px) and (max-width: 1400px) {
    .col-3 .col3-2 p {
        font-size: 20px;
    }
}

/* Snackbar */
#snackbar {
    visibility: hidden;
    background-color: #333;
    color: #fff;
    text-align: center;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    padding: 16px;
    position: fixed;
    z-index: 1;
    font-size: 16px;
    -webkit-border-radius: 10px;
       -moz-border-radius: 10px;
            border-radius: 10px;
    font-weight: 400;
    bottom: 30px;
    left: -webkit-calc(50% - 65px);
    left: -moz-calc(50% - 65px);
    left: calc(50% - 65px);
}

#snackbar.show {
    visibility: visible;
    -webkit-animation: fadein 0.5s, fadeout 0.5s 2.5s;
    -moz-animation: fadein 0.5s, fadeout 0.5s 2.5s;
      -o-animation: fadein 0.5s, fadeout 0.5s 2.5s;
         animation: fadein 0.5s, fadeout 0.5s 2.5s;
}

@-webkit-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-moz-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-o-keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@keyframes fadein {
    from {
        bottom: 0;
        opacity: 0;
    }
    to {
        bottom: 30px;
        opacity: 1;
    }
}

@-webkit-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@-moz-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@-o-keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

@keyframes fadeout {
    from {
        bottom: 30px;
        opacity: 1;
    }
    to {
        bottom: 0;
        opacity: 0;
    }
}

#pushed {
    visibility: hidden;
    width: 180px;
    position: absolute;
    top: 47px;
    left: -webkit-calc(50% - 90px);
    left: -moz-calc(50% - 90px);
    left: calc(50% - 90px);
    z-index: 50;
    background-color: #1ba859;
    -webkit-border-radius: 12px;
       -moz-border-radius: 12px;
            border-radius: 12px;
    padding: 21px 0;
}

#pushed img {
    display: block;
    margin: 0 auto;
}

#pushed p {
    padding: 0;
    font-weight: 800;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#pushed::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #1ba859 transparent;
}

#pushed.show {
    visibility: visible;
}

.info-tickets ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: -moz-box;
    display: flex;
    background-color: #e1e0e0;
}

.info-tickets ul li {
    width: 50%;
    padding: 10px 0;
    text-align: center;
}

.info-tickets ul li span {
    font-weight: 600;
}

/* Placeless Tickets */
.accordion-header {
    font-size: 16px;
    font-weight: bold;
    background-color: #fff;
    margin: 24px 0 0 0;
    padding: 12px 20px;
    cursor: pointer;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: -moz-box;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
            align-items: center;
    border: 1px solid #EAEAEA;
}

.accordion-header .pl-title {
    -webkit-box-flex: 10;
    -ms-flex: 10;
    -webkit-flex: 10;
       -moz-box-flex: 10;
            flex: 10;
}

.accordion-header .pl-price {
    text-align: right;
}

.accordion-header .pl-price span {
    margin-right: 36px;
}

.active-header .pl-title::before,
.inactive-header .pl-title::before {
    content: '';
    border: solid #1BA859;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 6px;
    -ms-transform: rotate(-135deg);
    -moz-transform: rotate(-135deg);
      -o-transform: rotate(-135deg);
         transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
    top: 5px;
    margin-right: 18px;
    -webkit-transition: all .35s;
    -o-transition: all .35s;
    -moz-transition: all .35s;
    transition: all .35s;
}

.inactive-header .pl-title::before {
    -ms-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
         transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    top: -3px;
}

.accordion-content {
    display: none;
    padding: 18px 48px 18px 48px;
    background: #fff;
    border-top: 0;
    font-size: 14px;
    width: 100%;
    border: 1px solid #EAEAEA;
    border-top: none;
}

.accordion-content p {
    margin: 0;
    padding: 0;
}

.pl-button,
.pl-order-btn,
.pl-button-mob {
    background-color: #FEED3D;
    border: none;
    color: #000;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    margin: 4px 2px;
    cursor: pointer;
    padding: 12px 24px;
    text-transform: uppercase;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.pl-button:hover,
.pl-button:active,
.pl-button:focus,
.pl-order-btn:hover,
.pl-order-btn:active,
.pl-order-btn:focus,
.pl-button-mob:hover,
.pl-button-mob:active,
.pl-button-mob:focus {
    background-color: #fbc02d;
}

.pl-order-btn:disabled {
    color: #fff;
    background-color: #ccc;
}

.pl-button-mob {
    display: none;
}

/* Placeless Tickets Order Button */
.pl-order-li {
    padding-right: 16px;
}

.pl-order-btn {
    background-color: #ffeb3b;
    line-height: 35px;
    padding: 0 25px;
    -webkit-border-radius: 18px;
       -moz-border-radius: 18px;
            border-radius: 18px;
    font-size: 11px;
    white-space: nowrap;
    position: relative;
    z-index: 40;
    font-weight: normal;
}

.pl-order-li-m {
    padding-right: 16px;
    display: none;
}

@media screen and (max-width: 992px) {
    .pl-order-li {
        display: none;
    }
    .pl-order-li-m {
        display: block;
        text-align: right;
    }
    .pl-order-li-m .pl-order-btn {
        font-size: 10px;
    }
    .active-header .pl-title::before,
    .inactive-header .pl-title::before {
        padding: 4px;
        top: 4px;
        margin-right: 6px;
    }
    .inactive-header .pl-title::before {
        top: -2px;
    }
}

/* Placeless Tickets Modalbox */
.pl-ovr {
	position: fixed;
	display: none;
	width: 100%;
	height: 100%;
	top: 0; left: 0; right: 0; bottom: 0;
	background-color: rgba(0,0,0,0.5);
	z-index: 1000;
	cursor: pointer;
}

.pl-mdb,
.pl-mdb-ok {
    display: none;
	position: absolute;
	top: 30%;
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	  -o-transform: translate(-50%,-50%);
	     transform: translate(-50%,-50%);
	z-index: 1010;
	background-color: #fff;
}

.pl-mdb-close {
	font-size: 36px;
	position: absolute;
	right: -28px;
    top: -12px;
    cursor: pointer;
    color: #fff;
}

.pl-mdb-body {
    padding: 6px 12px;
}

.pl-mdb-add {
    padding: 18px;
    background-color: #ececec;
    text-align: center;
}

.pl-mdb-btn {
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    background-color: rgb(27, 168, 89);
    color: #fff;
    border: none;
    text-align: center;
    font-size: 14px;
    padding: 12px 28px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
}

.pl-mdb-btn:focus {
    background-color: rgb(27, 168, 89);
}

.pl-mdb-body {
    padding: 0 24px 0 24px;
    text-align: center;
}

.pl-mdb-body h2 {
    font-size: 24px;
    font-weight: bold;
    padding: 28px 0 8px 0;
}

.pl-mdb-body p {
    font-size: 16px;
    padding: 0 0 18px 0;
}

.pl-mdb-body div {
    font-size: 14px;
    padding: 0 0 12px 0;
}

input[type=text].pl-mdb-input {
    max-width: 30px;
    height: 32px;
    padding: 0 12px;
    border: 1px solid #cbcbcb;
    background-color: #ebebeb;
    text-align: center;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    font-size: 18px
}

input[type=text].pl-mdb-input:focus {
    border: 1px solid #cbcbcb !important;
    -webkit-box-shadow: 0 0 0 0 transparent !important;
    -moz-box-shadow: 0 0 0 0 transparent !important;
         box-shadow: 0 0 0 0 transparent !important;
}

.pl-mdb-btn-val {
    -webkit-border-radius: 8px;
       -moz-border-radius: 8px;
            border-radius: 8px;
    background-color: #ffeb3d;
    color: #000;
    border: none;
    text-align: center;
    font-size: 16px;
    padding: 6px 11px;
    cursor: pointer;
    text-transform: uppercase;
    font-weight: bold;
    position: relative;
    top: -1px;
}

.pl-mdb-btn-val:focus {
    background-color: #ffeb3d;
}

/* Fixes 09.08.2018 */
.cart-ico-fix{float:right}

.cart-item-count{
    display:inline-block;
    margin-top: 8px;
}

@media screen and (max-width: 993px) {
    .accordion-header {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        -webkit-flex-direction: column;
           -moz-box-orient: vertical;
           -moz-box-direction: normal;
                flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        -webkit-align-items: flex-start;
           -moz-box-align: start;
                align-items: flex-start;
        font-size: 14px;
    }
    .accordion-content {
        padding: 18px 18px 18px 48px;
        font-size: 12px;
    }
    .accordion-header .pl-title {
        font-size: 11px;
    }
    .accordion-header .pl-price {
        margin: 14px 0 6px 32px;
    }
    .pl-button {
        display: none;
    }
    .pl-button-mob {
        display: block;
        width: 100%;
        margin: 0;
    }
    input[type=text].pl-mdb-input {
        max-width: 20px;
    }
    .block-ticket#cart strong {
        font-size: 14px;
    }
    .pl-mdb,
    .pl-mdb-ok {
        top: 40%;
        width: 98%;
    }
    .pl-mdb-close {
        right: 3px;
        top: -6px;
        color: #000;
    }
    .pl-button.pl-btn-ok {
        display: inline-block;
    }
}

#pushed-noplace {
    display: none;
    width: 150px;
    position: absolute;
    z-index: 50;
    background-color: #1ba859;
    -webkit-border-radius: 4px;
       -moz-border-radius: 4px;
            border-radius: 4px;
    padding: 21px 0;
    opacity: 0.9;
}

#pushed-noplace img {
    display: block;
    margin: 0 auto;
    width: 35px;
    padding-bottom: 12px;
}

#pushed-noplace p {
    padding: 0;
    font-weight: 400;
    text-align: center;
    color: #fff;
    font-size: 12px;
}

#pushed-noplace::after {
    content: "";
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -8px;
    border-width: 8px;
    border-style: solid;
    border-color: transparent transparent #1ba859 transparent;
}

/* Fixes 10.08.2018 */
.pl-mdb-body img {
    width: 80px;
    display: block;
    margin: 36px auto 12px auto;
}

.pl-mdb-body div.pl-mdb-ok-text {
    font-size: 20px;
    font-weight: bold;
    color: #16AA58;
}

.pl-button.pl-btn-ok {
    text-transform: none;
    margin-bottom: 16px;
    font-size: 16px;
    padding-bottom: 12px;
}

.pl-mdb-ok-more {
    -webkit-border-radius: 0;
       -moz-border-radius: 0;
            border-radius: 0;
    background-color: transparent;
    color: #000;
    border: none;
    border-bottom: 1px solid #000;
    text-align: center;
    font-size: 16px;
    padding: 0;
    margin: 8px 0;
    cursor: pointer;
    text-transform: none;
    font-weight: bold;
}

.pl-mdb-ok-more:focus {
    background-color: transparent;
}

/* Fixes 15.08.2018 */
.accordion-content ul:not(.browser-default) > li {
    list-style-type: disc;
}

/* Fixes 04.09.2018 */
 .accordion-content a {
    border: 1px solid rgba(0,0,0,0.87);
    background-color: transparent;
    padding: 8px 12px;
    font-size: 14px;
    cursor: pointer;
    color: rgba(0,0,0,0.87);
    display: inline-block;
    -webkit-border-radius: 2px;
       -moz-border-radius: 2px;
            border-radius: 2px;
    margin-top: 12px;
}

/* Font fix */
div,span,p,a,strong,button,input,h1,h2,h3,h4,h5,h6,em {font-family:Montserrat,sans-serif!important}


/* Remove Item */
.prd-cart-remove-item {
    float: right;
    text-align: center;
    color: #f44336 !important;
    font-size: 32px;
    position: relative;
    top: -5px;
    height: 0;
}