@charset "UTF-8";
/*NORMALIZE.CSS*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
    -ms-text-size-adjust: 100%;
    /* 1 */
    -webkit-text-size-adjust: 100%;
    /* 1 */ }

/**
 * Remove default margin.
 */
body {
    margin: 0; }

* {
    margin: 0;
    padding: 0;
}
html,
body {
    height: 100%;
}
.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100%;
}
.content {
    flex: 1 0 auto;
}
.footer {
    flex: 0 0 auto;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
    display: inline-block;
    /* 1 */
    vertical-align: baseline;
    /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
    display: none;
    height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
    display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
    background: transparent; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
    border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
    font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
    font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
    background: #ff0;
    color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
    font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline; }

sup {
    top: -0.5em; }

sub {
    bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
    border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
    overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
    margin: 1em 40; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
    overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    /* 1 */
    font: inherit;
    /* 2 */
    margin: 0;
    /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
    overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
    text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    /* 2 */
    cursor: pointer;
    /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
    cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
    line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
    -webkit-appearance: textfield;
    /* 1 */
    -webkit-box-sizing: content-box;
    /* 2 */
    box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
    border: 1px solid #c0c0c0;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
    border: 0;
    /* 1 */
    padding: 0;
    /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
    overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
    font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
    border-collapse: collapse;
    border-spacing: 0; }

td,
th {
    padding: 0; }

/*NORMALIZE.CSS END*/
/*RESET*/
*,
:focus {
    outline: none; }

body {
    -webkit-fontype-smalloothing: antialiased; }

body,
html {
    height: 100%;
    width: 100%; }

a,
input[type=radio],
input[type=checkbox],
select {
    cursor: pointer; }

select[disabled] {
    cursor: default; }

/*normalization mozila*/
input:-webkit-autofill {
    background-color: transparent; }

/*normalization ie7*/
* + html input[type=checkbox],
* + html input[type=radio] {
    width: 13px;
    height: 13px; }

textarea {
    resize: none;
    vertical-align: top; }

em,
i {
    font-style: italic; }

img {
    vertical-align: top; }

input {
    vertical-align: middle; }

dl,
menu,
ol,
ul {
    margin: 1em 0; }

dd {
    margin: 0 0 0 40px; }

menu,
ol,
ul {
    padding: 0 0 0 40px; }

nav ul,
nav ol {
    list-style: none outside none; }

blockquote,
q {
    quotes: none; }

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none; }

q {
    quotes: "\201C" "\201D" "\2018" "\2019"; }

:focus {
    -moz-outline: 3px solid #fff !important; }

input[type="radio"]:focus {
    -moz-outline-radius: 12px !important;
    -moz-outline-offset: 0 !important; }

input[type="checkbox"]:focus {
    -moz-outline-offset: -1px !important;
    -moz-outline: 1px solid #000 !important; }

/*fix button click opera old version*/
button:after {
    content: ""; }

del {
    text-decoration: line-through; }

table {
    width: 100%; }

form {
    margin: 0;
    padding: 0; }

input::-ms-clear {
    display: none; }

:-moz-placeholder {
    /* Firefox 18- */
    opacity: 1; }

::-webkit-input-placeholder {
    /* chrome */
    opacity: 1;
    color: inherit; }

::-moz-placeholder {
    /* Firefox 19+ */
    opacity: 1; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    border: 0 none;
    font: inherit;
    margin: 0;
    padding: 0;
    vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
    display: block; }

body {
    line-height: 1; }

ol, ul {
    list-style: outside none none; }

blockquote, q {
    quotes: none; }

blockquote::before, blockquote::after, q::before, q::after {
    content: none; }

table {
    border-collapse: collapse;
    border-spacing: 0; }

/* dinpro_regular */
@font-face {
    font-family: 'dinpro';
    src: url("../fonts/dinpro/regular/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/dinpro/regular/DINPro-Regular.otf") format("opentype"), url("../fonts/dinpro/regular/DINPro-Regular.woff") format("woff"), url("../fonts/dinpro/regular/DINPro-Regular.ttf") format("truetype"), url("../fonts/dinpro/regular/DINPro-Regular.svg#DINPro-Regular") format("svg");
    font-weight: 400;
    font-style: normal; }

/* dinpro_medium */
@font-face {
    font-family: 'dinpro';
    src: url("../fonts/dinpro/medium/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/dinpro/medium/DINPro-Medium.otf") format("opentype"), url("../fonts/dinpro/medium/DINPro-Medium.woff") format("woff"), url("../fonts/dinpro/medium/DINPro-Medium.ttf") format("truetype"), url("../fonts/dinpro/medium/DINPro-Medium.svg#DINPro-Medium") format("svg");
    font-weight: 500;
    font-style: normal; }

/* dinpro_bold */
@font-face {
    font-family: 'dinpro';
    src: url("../fonts/dinpro/bold/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/dinpro/bold/DINPro-Bold.otf") format("opentype"), url("../fonts/dinpro/bold/DINPro-Bold.woff") format("woff"), url("../fonts/dinpro/bold/DINPro-Bold.ttf") format("truetype"), url("../fonts/dinpro/bold/DINPro-Bold.svg#DINPro-Bold") format("svg");
    font-weight: 700;
    font-style: normal; }

/* dinpro_black */
@font-face {
    font-family: 'dinpro';
    src: url("../fonts/dinpro/black/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/dinpro/black/DINPro-Black.otf") format("opentype"), url("../fonts/dinpro/black/DINPro-Black.woff") format("woff"), url("../fonts/dinpro/black/DINPro-Black.ttf") format("truetype"), url("../fonts/dinpro/black/DINPro-Black.svg#DINPro-Black") format("svg");
    font-weight: 900;
    font-style: normal; }

body {
    background: #fff;
    color: #000;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.2; }

h1, h2, h3, h4, h5, h6 {
    text-align: right;
    color: #000;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    margin: 0;
    padding: 0;
    line-height: 1.2;
    font-weight: 700; }

h1 {
    font-size: 55px; }

h1.filter {
    font-size: 24px;
    margin-bottom: 30px;
}

h2 {
    font-size: 30px; }

h3 {
    font-size: 24px; }

h4 {
    font-size: 18px; }

h5 {
    font-size: 16px; }

h6 {
    font-size: 15px; }

a {
    color: #0072ff;
    text-decoration: none;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s; }
a:hover {
    color: #000; }

p {
    padding: 0 0 22px;
    margin: 0; }

hr {
    overflow: hidden;
    height: 1px;
    background: #e9e9e9;
    border: 0;
    margin: 32px 0; }

q,
blockquote {
    font-style: italic; }

strong,
b {
    font-weight: 400; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
    margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
    margin: 0 0 5px 20px; }

.blue {
    color: #0072ff; }

/* cart-checkout-success */
.cart-checkout-success {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%; }
.cart-checkout-success:before {
    content: '';
    display: inline-block;
    margin: 0 0 19px;
    background-image: url(../img/sprite.png);
    background-position: -48px -101px;
    width: 42px;
    height: 41px; }
.cart-checkout-success.cart-checkout-processing:before {
    background-position: 0px -278px;
}
.cart-checkout-success__title {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 17px;
    text-transform: uppercase; }
.cart-checkout-success__subtitle {
    font-size: 24px;
    padding: 0 0 20px;
    color: #45464e; }
.cart-checkout-success p {
    font-size: 16px;
    line-height: 1.25;
    color: #45464e;
    padding: 0 0 28px; }
.cart-checkout-success .drop-share {
    right: 50%;
    margin: 17px -80px 0 0; }
.cart-checkout-success .drop-share .drop__arrow {
    right: 8px; }
.cart-checkout-success .drop-share.top {
    margin: 0 -80px 17px 0;
    top: auto;
    bottom: 100%; }
.cart-checkout-success .drop-share.top .drop__arrow {
    top: 100%;
    bottom: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/* cart-checkout-success end */

/* cart-checkout-failure */
.cart-checkout-failure {
    display: table-cell;
    vertical-align: middle;
    text-align: center;
    width: 100%;
    height: 100%; }
.cart-checkout-failure:before {
    content: '';
    display: inline-block;
    margin: 0 0 19px;
    background-image: url(../img/sprite.png);
    background-position: -94px -101px;
    width: 42px;
    height: 41px; }
.cart-checkout-failure__title {
    font-size: 30px;
    font-weight: 700;
    padding: 0 0 17px;
    text-transform: uppercase; }
.cart-checkout-failure__subtitle {
    font-size: 24px;
    padding: 0 0 20px;
    color: #45464e; }
.cart-checkout-failure p {
    font-size: 16px;
    line-height: 1.25;
    color: #45464e;
    padding: 0 0 28px; }
.cart-checkout-failure .drop-share {
    right: 50%;
    margin: 17px -80px 0 0; }
.cart-checkout-failure .drop-share .drop__arrow {
    right: 8px; }
.cart-checkout-failure .drop-share.top {
    margin: 0 -80px 17px 0;
    top: auto;
    bottom: 100%; }
.cart-checkout-failure .drop-share.top .drop__arrow {
    top: 100%;
    bottom: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

/* cart-checkout-failure end */

.clearfix:after, .container:after, .container-small:after, .event-small:after, .footer:after, .footer__features-list:after, .footer-feature:after, .footer__bottom:after, [class*="-columns"]:after, .breadcrumbs-list:after, .event-full-main__top:after, .timer-labels-list:after, .event-full-main__contacts:after, .event-full-main__contacts-single:after, .event-full-main__top-right-additional:after, .additional-chips:after, .event-full-tabs-control-list:after, .town-schedule-row:after, .town-schedule-tickets-row:after, .track__top:after, .tour-side-concerts__menu-list:after, .tour-concerts-table > .tour-concerts-table__row:after, .tour-archive-list:after, .cart-wrapper:after, .cart-header:after, .cart-header__content:after, .cart-header__drops:after, .places-list:after, .cart-checkout-delivery-type:after, .cart-checkout-delivery-form:after {
    content: " ";
    display: block;
    clear: both; }

.my-shadow-right, .header, .drop-region, .header-categories, .tour-sidebar, .drop-ticket-type {
    -webkit-box-shadow: 2px 0 5px rgba(0, 0, 0, 0.14);
    box-shadow: 2px 0 5px rgba(0, 0, 0, 0.14); }

.my-shadow-left {
    -webkit-box-shadow: -2px 0 5px rgba(0, 0, 0, 0.14);
    box-shadow: -2px 0 5px rgba(0, 0, 0, 0.14); }

.my-shadow-bottom, .event-large, .event__top {
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.14); }

.my-shadow-top, .cart-footer {
    -webkit-box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.14);
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.14); }

.footer, .header {
    background: #242e38; }

.grad, .event-full, .town-schedule-row__date, .tour-section {
    background: #313131;
    /* Old browsers */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(-45deg, #313131 0%, #605757 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-linear-gradient(315deg, #313131 0%, #605757 100%);
    background: linear-gradient(135deg, #313131 0%, #605757 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#605757',GradientType=1 );
    /* IE6-9 fallback on horizontal gradient */ }

.grad-white, .drop-region__regions .scrollpane-vertical.jspScrollable:before, .drop-region__towns .scrollpane-vertical.jspScrollable:before, .autocomplete-drop .scrollpane-vertical.jspScrollable:before, .tour-concerts-table-wrap .scrollpane-vertical.jspScrollable:before, .drop-ticket-date-town .scrollpane-vertical.jspScrollable:before {
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%, white 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0)), to(white));
    background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, white 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=0 );
    /* IE6-9 */ }

* {
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

body {
    height: 100%;
    background: #EEF0F2;
    min-width: 320px; }

.wrapper {
    position: relative;
    overflow: hidden;
    background: #EEF0F2; }

.container {
    max-width: 1366px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.container-small {
    max-width: 1004px;
    margin: 0 auto;
    padding: 0 10px;
    -webkit-box-sizing: content-box;
    box-sizing: content-box; }

.header-fixed {
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    z-index: 1000;
    -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; }
.header-fixed.hidden {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%); }

/* header */
.header {
    height: 80px;
    position: relative;
    z-index: 10; }
.drop-holder-town__inner a, .drop-holder-language__inner .place-dotted-link, .nav-list li a{
    color: white;
}
.header > .container {
    position: relative;
    height: 80px; }

.header-nav-link {
    display:none;
    -webkit-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
    float: left;
    margin: 29px 10px 0 1px;
    background-image: url(../img/sprite.png);
    background-position: -208px -218px;
    width: 19px;
    height: 16px; }
.header-nav-link.active {
    background-image: url(../img/sprite.png);
    background-position: -264px -47px;
    width: 15px;
    height: 15px; }

.header-search-link {
    display: none; }

.logo {
    width: 100px;
    height: 80px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: 0 0 0 -41px;
}

.logo img{
    max-height: 60px;
    margin: 10px auto;
}

.nav {
    float: left;
    margin: 29px 0 0 48px; }

.nav-list {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    margin-left: -61px; }
.nav-list li {
    float: left;
    margin: 0 0 0 61px; }
.nav-list a:hover {
    color: #0072ff; }


.drop-holder {
    position: relative; }

.drop-link {
    display: inline-block; }

.drop {
    display: none;
    position: absolute;
    top: 100%;
    margin: 19px 0 0;
    -webkit-box-shadow: 0 1px 32px rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 32px rgba(0, 0, 0, 0.18);
    border: 1px solid #dfdacf;
    text-align: center;
    background: #FFF8E8;
    z-index: 50; }
.drop__arrow {
    position: absolute;
    bottom: 100%;
    right: 8px;
    margin: 0 0 -1px;
    background-image: url(../img/sprite.png);
    background-position: -232px -218px;
    width: 20px;
    height: 12px; }

.drop-holder-town {
    float: right;
    position: relative;
    padding: 0 0 0 60px;
    margin: 25px -2px 0 40px;
    width: 177px;
}

.drop-link-town {
    color: #0072ff;
    position: relative;
    max-width: 100%;
    display: inline-block; }
.drop-link-town:hover span {
    border-bottom-color: transparent; }
.drop-link-town:before {
    content: '';
    position: absolute;
    top: 4px;
    left: -19px;
    background-image: url(../img/sprite.png);
    background-position: -264px -131px;
    width: 12px;
    height: 15px;
    margin-right: 3px; }
.drop-link-town span {
    border-bottom: 1px dotted #0072ff;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    max-width: 100%; }

.drop-town {
    width: 200px;
    right: -23px;
    padding: 15px 29px 19px; }
.drop-town__pretitle {
    color: #9d9fa8;
    font-size: 14px;
    padding: 0 0 10px; }
.drop-town__title {
    font-weight: 700;
    padding: 0 0 19px; }
.drop-town__buttons [class*="btn-"] {
    display: block; }

.drop-region {

    text-align: right;
    display: none;
    position: absolute;
    left: 0;
    top: 100%;
    background: #fff;
    width: 768px; }
.drop-region__top {
    border-bottom: 1px solid #EEF0F2;
    padding: 25px 15px 28px 32px; }
.drop-region__top:before {
    content: '';
    display: inline-block;
    margin-right: 8px;
    background-image: url(../img/sprite.png);
    background-position: -264px -131px;
    width: 12px;
    height: 15px; }
.drop-region__current-value {
    color: #0072ff;
    border-bottom: 1px dotted #0072ff;
    cursor: pointer; }
.drop-region__current-value:hover {
    border-bottom-color: transparent; }
.drop-region__regions, .drop-region__towns {
    padding: 18px 10px 10px 22px; }
.drop-region__regions .scrollpane-vertical, .drop-region__towns .scrollpane-vertical {
    /*height: 280px;*/
    position: relative; }
.drop-region__regions .scrollpane-vertical.jspScrollable:before, .drop-region__towns .scrollpane-vertical.jspScrollable:before {
    content: '';
    position: absolute;
    left: 0;
    right: 25px;
    bottom: 0;
    height: 40px;
    z-index: 3; }
.drop-region__regions .scrollpane-vertical.jspScrollable.at-bottom:before, .drop-region__towns .scrollpane-vertical.jspScrollable.at-bottom:before {
    display: none; }
.drop-region__regions .jspCap, .drop-region__towns .jspCap {
    height: 10px;
    width: 1px;
    display: block; }
.drop-region__towns {
    display: none; }

.drop-region-places-list {
    font-size: 14px; }
.drop-region-places-list li + li {
    margin-top: 3px; }
.drop-region-places-list a {
    display: block;
    padding: 8px; }
.drop-region-places-list a:hover {
    color: #0072ff;
    background: #FFF8E8; }

.header-search {
    display: none;
    float: right;
    position: relative;
    margin: 19px 0 0;
    width: 169px; }
.header-search input[type="text"] {
    padding-right: 30px; }
.header-search input[type="submit"] {
    background-image: url(../img/sprite.png);
    background-position: -286px -168px;
    width: 16px;
    height: 16px;
    border: 0;
    background-color: transparent;
    position: absolute;
    right: 0;
    top: 8px;
    padding: 0; }
.header-search input[type="submit"]:hover {
    background-position: -286px -147px; }

.autocomplete-drop {
    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); }
.autocomplete-drop .scrollpane-vertical {
    position: relative; }
.autocomplete-drop .scrollpane-vertical.jspScrollable:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 50px;
    z-index: 3; }
.autocomplete-drop .scrollpane-vertical.jspScrollable.at-bottom:before {
    display: none; }
.autocomplete-drop .scrollpane-vertical .jspPane {
    left: 0;
    right: 0;
    width: auto !important; }

.autocomplete-events-list > li {
    cursor: pointer; }
.autocomplete-events-list > li + li {
    border-top: 1px solid #EEF0F2; }

.event-small {
    padding: 17px 20px 20px;
    background: #fff; }
.autocomplete-events-list .event-small{
    cursor: auto;
}
.event-small:hover {
    background: #FFF8E8; }
.event-small__image {
    float: left;
    width: 61px;
    margin: 3px 21px 0 0; }
.event-small__image img {
    width: 100%;
    max-width: 100%;
    display: block; }
.event-small__title {
    font-size: 16px;
    font-weight: 600;
    min-height: 24px;
    margin: 0 0 10px; }
.event-small__content {
    overflow: hidden; }
.event-small__content .date {
    padding: 0 0 1px; }
.event-small__buttons {
    float: right;
    margin: 7px 0 0 5px; }
.event-small__buttons [class^="btn-"] {
    width: 68px; }
.event-small__buttons [class^="btn-"] + [class^="btn-"] {
    margin-left: 2px; }
.event-small__bottom {
    overflow: hidden; }
.event-small__bottom .event__place {
    padding: 0; }

/* header end */
/* header-categories */
.header-categories {
    position: relative;
    background: #fff; }
.header-categories .container {
    position: relative; }

.header-categories-list {
    font-size: 0;
    line-height: 0;
    text-align: center;
    text-transform: uppercase;
    font-weight: 600;
    padding: 0 30px 0 0;
    -webkit-transition: padding 0.2s ease 0s;
    transition: padding 0.2s ease 0s; }
.header-categories-list.active {
    text-align: left;
    margin: 0 0 0 -16px; }
.header-categories-list.active li {
    margin: 0 0 0 32px; }
.header-categories-list.open {
    padding-bottom: 20px; }
.header-categories-list.open li:not(.hidden) {
    margin-bottom: 29px; }
.header-categories-list.open li.hidden {
    margin-bottom: -18px; }
.header-categories-list li {
    display: inline-block;
    vertical-align: top;
    font-size: 13.86px;
    line-height: 1.2;
    margin: 0 16px;
    height: 51px;
    -webkit-transition: margin-bottom 0.2s ease 0s;
    transition: margin-bottom 0.2s ease 0s; }
.header-categories-list li.current a {
    color: #242e38;
    border-bottom-color: #242e38; }
.header-categories-list li.current + .current {
    position: relative; }
.header-categories-list li.current + .current:before {
    content: '';
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 3px;
    background: #242e38;
    width: 32px; }
.header-categories-list li.current + .current.hidden:before {
    display: none; }
.header-categories-list li.hidden {
    display: none; }
.header-categories-list li.hidden.current a {
    border-bottom-color: transparent; }
.header-categories-list li.hidden + .hidden.current:before {
    display: none; }
.header-categories-list a {
    display: block;
    padding: 16px 0 15px;
    color: #bfc0c5;
    height: 100%;
    border-bottom: 3px solid transparent; }
.header-categories-list a:hover {
    color: #242e38; }

.header-categories-back-link {
    position: absolute;
    left: 10px;
    top: 50%;
    background-image: url(../img/sprite.png);
    background-position: -57px -247px;
    width: 22px;
    height: 22px;
    margin: -11px 0 0; }

.header-categories-menu-link {
    position: absolute;
    right: 0;
    top: 15px;
    width: 22px;
    height: 22px;
    display: none; }
.header-categories-menu-link:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -11px 0 0 -2px;
    background-image: url(../img/sprite.png);
    background-position: -214px -65px;
    width: 4px;
    height: 22px; }
.header-categories-menu-link.active:before {
    background-image: url(../img/sprite.png);
    background-position: -264px -47px;
    width: 15px;
    height: 15px;
    margin: -7px 0 0 -7px; }

/* header-categories end */
.footer__top {
    padding: 42px 0 30px; }

.footer__desc {
    text-align: center;
    color: #9d9fa8;
    font-size: 14px;
    line-height: 1.43;
    max-width: 980px;
    margin: 0 auto;
    padding: 0 0 46px; }

.footer__features {
    padding: 0 0 47px 71px;
    margin: 0 auto;
    max-width: 1004px; }

.footer__features-list {
    text-align: center; }
.footer__features-list > li {
    display: inline-block;
    vertical-align: top;
    min-width: 265px;
    margin: 0 18px; }
.footer__features-list > li + li {
    position: relative; }
.footer__features-list > li + li:before {
    content: '';
    position: absolute;
    left: -52px;
    top: 4px;
    width: 1px;
    height: 43px;
    background: #68666A; }

.footer__phones {
    color: #242e38;
    text-align: center; }

.footer__phones-title {
    font-size: 14px;
    text-transform: uppercase;
    padding: 0 0 4px; }

.footer__phones-phone {
    font-size: 30px;
    font-weight: 700; }

.footer-feature {
    text-align: left; }
.footer-feature__image {
    float: left;
    margin: 0 18px 0 0; }
.footer-feature__title {
    overflow: hidden;
    text-transform: uppercase;
    font-size: 18.18px;
    color: #fff;
    font-weight: 600;
    padding: 3px 0 0; }

.icon-feature1 {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: 0px 0px;
    width: 51px;
    height: 43px; }

.icon-feature2 {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -110px -37px;
    width: 43px;
    height: 43px; }

.icon-feature3 {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -56px 0px;
    width: 49px;
    height: 43px; }

.footer__bottom {
    padding: 0 0 47px; }

.footer__bottom-left {
    float: right;
    text-align: right;
    width: 250px;
    margin: 5px 0 0 -100%; }

.footer__bottom-middle {
    float: left;
    width: 100%;
    padding: 7px 280px 0; }

.footer__bottom-right {
    float: left;
    width: 250px;
    margin-left: -250px; }

.payments-list {
    margin: 0 0 0 2px; }
.payments-list li {
    display: inline-block;
    vertical-align: middle; }
.payments-list li + li {
    margin-left: 15px; }

.social-list {
    text-align: right; }
.social-list li {
    display: inline-block;
    vertical-align: middle; }
.social-list li + li {
    margin-left: 13px; }

.soc-fb {
    display: inline-block;
    -webkit-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
    background-image: url(../img/sprite.png);
    background-position: 0px -180px;
    width: 33px;
    height: 33px; }
.soc-fb:hover {
    background-position: -114px -180px; }

.soc-tw {
    display: inline-block;
    -webkit-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
    background-image: url(../img/sprite.png);
    background-position: -38px -180px;
    width: 33px;
    height: 33px; }
.soc-tw:hover {
    background-position: -76px -180px; }

.soc-gplus {
    display: inline-block;
    -webkit-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
    background-image: url(../img/sprite.png);
    background-position: -226px 0px;
    width: 33px;
    height: 33px; }
.soc-gplus:hover {
    background-position: -152px -180px; }

.footer-menu-list {
    text-align: center;
    font-weight: 600;
    font-size: 12px;
    text-transform: uppercase; }
.footer-menu-list li {
    display: inline-block;
    margin: 0 24px 17px; }
.footer-menu-list a {
    color: #fff; }
.footer-menu-list a:hover {
    color: #242e38; }

.copyright {
    text-align: center;
    font-size: 14px;
    color: #9d9fa8; }

.content {
    position: relative;
    z-index: 9;
    padding: 0px 0 0; }
body>.wrapper>.content {
    padding: 120px 0 0;
}
body>.wrapper>.content.content--small {
    padding: 58px 0 0;
}
body.common-home>.wrapper>.content {
    padding: 80px 0 0;
}
.content--small {
    padding: 80px 0 0; }

[class*="-columns"] {
    margin-left: -5px; }

[class^="col-sm-"],
[class^="col-md-"],
[class^="col-lg-"] {
    float: left;
    padding-left: 5px; }

@media (min-width: 320px) {
    .col-sm-100 {
        width: 100%; }
    .col-sm-50 {
        width: 50%; } }

@media (min-width: 768px) {
    .col-md-33 {
        width: 33.33%; }
    .col-md-50 {
        width: 50%; } }

.form-line {
    margin: 0 0 31px; }

.label {
    padding: 0 0 15px;
    font-size: 12px;
    color: #8b8e9c;
    text-transform: uppercase; }

label {
    cursor: pointer; }

.textarea-range-info {
    font-size: 12px;
    color: #8b8e9c;
    display: none; }

textarea,
input[type=text],
input[type=password],
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=search],
input[type=tel],
input[type=time],
input[type=url],
select {
    border: 0;
    border-bottom: 1px solid #000;
    color: #000;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 0;
    width: 100%;
    display: block;
    background: none;
    border-radius: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none; }
textarea.disabled, textarea[disabled="disabled"], textarea[disabled],
input[type=text].disabled,
input[type=text][disabled="disabled"],
input[type=text][disabled],
input[type=password].disabled,
input[type=password][disabled="disabled"],
input[type=password][disabled],
input[type=date].disabled,
input[type=date][disabled="disabled"],
input[type=date][disabled],
input[type=datetime].disabled,
input[type=datetime][disabled="disabled"],
input[type=datetime][disabled],
input[type=email].disabled,
input[type=email][disabled="disabled"],
input[type=email][disabled],
input[type=number].disabled,
input[type=number][disabled="disabled"],
input[type=number][disabled],
input[type=search].disabled,
input[type=search][disabled="disabled"],
input[type=search][disabled],
input[type=tel].disabled,
input[type=tel][disabled="disabled"],
input[type=tel][disabled],
input[type=time].disabled,
input[type=time][disabled="disabled"],
input[type=time][disabled],
input[type=url].disabled,
input[type=url][disabled="disabled"],
input[type=url][disabled],
select.disabled,
select[disabled="disabled"],
select[disabled] {
    background-color: #f3f3f3; }
textarea.error, textarea:invalid,
input[type=text].error,
input[type=text]:invalid,
input[type=password].error,
input[type=password]:invalid,
input[type=date].error,
input[type=date]:invalid,
input[type=datetime].error,
input[type=datetime]:invalid,
input[type=email].error,
input[type=email]:invalid,
input[type=number].error,
input[type=number]:invalid,
input[type=search].error,
input[type=search]:invalid,
input[type=tel].error,
input[type=tel]:invalid,
input[type=time].error,
input[type=time]:invalid,
input[type=url].error,
input[type=url]:invalid,
select.error,
select:invalid {
    -webkit-box-shadow: none;
    box-shadow: none; }
textarea:focus::-moz-placeholder,
input[type=text]:focus::-moz-placeholder,
input[type=password]:focus::-moz-placeholder,
input[type=date]:focus::-moz-placeholder,
input[type=datetime]:focus::-moz-placeholder,
input[type=email]:focus::-moz-placeholder,
input[type=number]:focus::-moz-placeholder,
input[type=search]:focus::-moz-placeholder,
input[type=tel]:focus::-moz-placeholder,
input[type=time]:focus::-moz-placeholder,
input[type=url]:focus::-moz-placeholder,
select:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
textarea:focus::-webkit-input-placeholder,
input[type=text]:focus::-webkit-input-placeholder,
input[type=password]:focus::-webkit-input-placeholder,
input[type=date]:focus::-webkit-input-placeholder,
input[type=datetime]:focus::-webkit-input-placeholder,
input[type=email]:focus::-webkit-input-placeholder,
input[type=number]:focus::-webkit-input-placeholder,
input[type=search]:focus::-webkit-input-placeholder,
input[type=tel]:focus::-webkit-input-placeholder,
input[type=time]:focus::-webkit-input-placeholder,
input[type=url]:focus::-webkit-input-placeholder,
select:focus::-webkit-input-placeholder {
    color: transparent;
    opacity: 1; }
textarea:focus:-ms-input-placeholder,
input[type=text]:focus:-ms-input-placeholder,
input[type=password]:focus:-ms-input-placeholder,
input[type=date]:focus:-ms-input-placeholder,
input[type=datetime]:focus:-ms-input-placeholder,
input[type=email]:focus:-ms-input-placeholder,
input[type=number]:focus:-ms-input-placeholder,
input[type=search]:focus:-ms-input-placeholder,
input[type=tel]:focus:-ms-input-placeholder,
input[type=time]:focus:-ms-input-placeholder,
input[type=url]:focus:-ms-input-placeholder,
select:focus:-ms-input-placeholder {
    color: transparent;
    opacity: 1; }
textarea:focus::placeholder,
input[type=text]:focus::placeholder,
input[type=password]:focus::placeholder,
input[type=date]:focus::placeholder,
input[type=datetime]:focus::placeholder,
input[type=email]:focus::placeholder,
input[type=number]:focus::placeholder,
input[type=search]:focus::placeholder,
input[type=tel]:focus::placeholder,
input[type=time]:focus::placeholder,
input[type=url]:focus::placeholder,
select:focus::placeholder {
    color: transparent;
    opacity: 1; }
textarea.input-white,
input[type=text].input-white,
input[type=password].input-white,
input[type=date].input-white,
input[type=datetime].input-white,
input[type=email].input-white,
input[type=number].input-white,
input[type=search].input-white,
input[type=tel].input-white,
input[type=time].input-white,
input[type=url].input-white,
select.input-white {
    border: 1px solid #e3e4e6;
    border-radius: 5px;
    background: #fff;
    padding: 9px 13px 11px;
    font-size: 16px;
    opacity: 1 !important; }
textarea.input-white::-webkit-input-placeholder,
input[type=text].input-white::-webkit-input-placeholder,
input[type=password].input-white::-webkit-input-placeholder,
input[type=date].input-white::-webkit-input-placeholder,
input[type=datetime].input-white::-webkit-input-placeholder,
input[type=email].input-white::-webkit-input-placeholder,
input[type=number].input-white::-webkit-input-placeholder,
input[type=search].input-white::-webkit-input-placeholder,
input[type=tel].input-white::-webkit-input-placeholder,
input[type=time].input-white::-webkit-input-placeholder,
input[type=url].input-white::-webkit-input-placeholder,
select.input-white::-webkit-input-placeholder {
    color: #c2c3c7;
    opacity: 0.4; }
textarea.input-white:-moz-placeholder,
input[type=text].input-white:-moz-placeholder,
input[type=password].input-white:-moz-placeholder,
input[type=date].input-white:-moz-placeholder,
input[type=datetime].input-white:-moz-placeholder,
input[type=email].input-white:-moz-placeholder,
input[type=number].input-white:-moz-placeholder,
input[type=search].input-white:-moz-placeholder,
input[type=tel].input-white:-moz-placeholder,
input[type=time].input-white:-moz-placeholder,
input[type=url].input-white:-moz-placeholder,
select.input-white:-moz-placeholder {
    color: #c2c3c7;
    opacity: 0.4; }
textarea.input-white::-moz-placeholder,
input[type=text].input-white::-moz-placeholder,
input[type=password].input-white::-moz-placeholder,
input[type=date].input-white::-moz-placeholder,
input[type=datetime].input-white::-moz-placeholder,
input[type=email].input-white::-moz-placeholder,
input[type=number].input-white::-moz-placeholder,
input[type=search].input-white::-moz-placeholder,
input[type=tel].input-white::-moz-placeholder,
input[type=time].input-white::-moz-placeholder,
input[type=url].input-white::-moz-placeholder,
select.input-white::-moz-placeholder {
    color: #c2c3c7;
    opacity: 0.4; }
textarea.input-white:-ms-input-placeholder,
input[type=text].input-white:-ms-input-placeholder,
input[type=password].input-white:-ms-input-placeholder,
input[type=date].input-white:-ms-input-placeholder,
input[type=datetime].input-white:-ms-input-placeholder,
input[type=email].input-white:-ms-input-placeholder,
input[type=number].input-white:-ms-input-placeholder,
input[type=search].input-white:-ms-input-placeholder,
input[type=tel].input-white:-ms-input-placeholder,
input[type=time].input-white:-ms-input-placeholder,
input[type=url].input-white:-ms-input-placeholder,
select.input-white:-ms-input-placeholder {
    color: #c2c3c7;
    opacity: 0.4; }
textarea.input-white.error,
input[type=text].input-white.error,
input[type=password].input-white.error,
input[type=date].input-white.error,
input[type=datetime].input-white.error,
input[type=email].input-white.error,
input[type=number].input-white.error,
input[type=search].input-white.error,
input[type=tel].input-white.error,
input[type=time].input-white.error,
input[type=url].input-white.error,
select.input-white.error {
    border-color: #dc4836; }

::-webkit-input-placeholder {
    color: #000;
    opacity: 0.4; }

:-moz-placeholder {
    color: #000;
    opacity: 0.4; }

::-moz-placeholder {
    color: #000;
    opacity: 0.4; }

:-ms-input-placeholder {
    color: #000;
    opacity: 0.4; }

/* Pulse */
@-webkit-keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}
@keyframes hvr-pulse {
    25% {
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
    75% {
        -webkit-transform: scale(0.9);
        transform: scale(0.9);
    }
}

@-webkit-keyframes hvr-soft-pulse {
    25% {
        -webkit-transform: scale(1.025);
        transform: scale(1.025);
    }
    75% {
        -webkit-transform: scale(0.975);
        transform: scale(0.975);
    }
}
@keyframes hvr-soft-pulse {
    25% {
        -webkit-transform: scale(1.025);
        transform: scale(1.025);
    }
    75% {
        -webkit-transform: scale(0.0.975);
        transform: scale(0.975);
    }
}
.soft-alert {
    border: 1px solid red !important;
    -webkit-animation-name: hvr-soft-pulse;
    animation-name: hvr-soft-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: 3;
    animation-iteration-count: 3;
}

input[type="checkbox"] {
    position: absolute;
    left: -9999px; }
input[type="checkbox"] + label {
    display: inline-block;
    font-size: 12px;
    line-height: 1.1;
    color: #74767c;
    vertical-align: top;
    padding: 2px 26px 0 0;
    position: relative;
    width: auto !important; }

input[type="checkbox"] + label:before {
    position: absolute;
    content: '';
    right: 0;
    top: 0;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 1px solid #e3e4e6;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
input[type="checkbox"] + label.alert:before {
    border: 1px solid red;
    -webkit-animation-name: hvr-pulse;
    animation-name: hvr-pulse;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
    -webkit-animation-timing-function: linear;
    animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    animation-iteration-count: infinite;
}
input[type="checkbox"] + label:after {
    content: '';
    width: 11px;
    height: 11px;
    position: absolute;
    right: 3px;
    top: 3px;
    background: #0072ff;
    display: none; }
input[type="checkbox"] + label a {
    color: #0072ff; }
input[type="checkbox"]:checked + label:before {
    border-color: #000; }
input[type="checkbox"]:checked + label:after {
    display: block; }

[class^="btn-"],
[class*=" btn-"] {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    border: 0;
    border-radius: 0;
    position: relative;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    text-decoration: none; }
[class^="btn-"].disabled, [class^="btn-"][disabled="disabled"], [class^="btn-"][disabled],
[class*=" btn-"].disabled,
[class*=" btn-"][disabled="disabled"],
[class*=" btn-"][disabled] {
    background: #939393;
    color: #ededed; }

.btn-blue {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    padding: 9px 5px;
    color: #fff;
    border: 1px solid #0072ff;
    background: #0072ff;
    text-transform: uppercase;
    border-radius: 6px; }
.btn-blue:hover {
    background: none;
    color: #0072ff; }
.btn-blue--large {
    font-size: 14px;
    padding: 17px 16px 19px; }
.btn-blue--large:hover {
    background: #005bcc;
    color: #fff;
    border-color: #005bcc; }

.btn-blue-border {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    padding: 9px 5px;
    color: #0072ff;
    border: 1px solid #0072ff;
    text-transform: uppercase;
    border-radius: 6px; }
.btn-blue-border.active, .btn-blue-border:hover {
    background: #0072ff;
    color: #fff; }

.btn-blue-border.disabled, .btn-blue-border.disabled:hover {
    background: #939393;
    color: #fff; }

.btn-white {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    padding: 10px 10px 12px;
    color: #000;
    background: #fff;
    text-transform: uppercase;
    border-radius: 6px;
    border: 1px solid #fff; }
.btn-white:hover {
    background: none;
    color: #fff; }

.btn-white-border {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    padding: 8px 11px;
    color: #fff;
    border: 1px solid #fff;
    text-transform: uppercase;
    border-radius: 6px; }
.btn-white-border:hover {
    background: #fff;
    color: #000; }

.btn-pink {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    padding: 9px 5px;
    color: #fff;
    background: #B0CE2F;
    text-transform: uppercase;
    border-radius: 6px; }
.btn-pink:hover {
    background: #B0CE2F;
    color: #fff; }

.btn-pink-border {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    padding: 7px 14px 6px;
    color: #242e38;
    border: 1px solid #242e38;
    text-transform: uppercase;
    border-radius: 6px; }
.btn-pink-border:hover {
    background: #242e38;
    color: #fff; }
.btn-pink-border--share:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 2px 4px;
    background-image: url(../img/sprite.png);
    background-position: -286px -189px;
    width: 15px;
    height: 16px; }
.btn-pink-border--share:hover:after {
    background-position: -286px -210px; }

.btn-green {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 24px;
    line-height: 1.1;
    font-weight: 700;
    padding: 20px 51px 22px;
    color: #fff;
    background: #B0CE2F;
    border: 1px solid #aec146;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-box-shadow: 0 2px 24px rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 24px rgba(0, 0, 0, 0.14); }
.btn-green:hover {
    background: #DB3C9E;
    color: #fff; }

.btn-gray {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 14px;
    line-height: 1.1;
    font-weight: 700;
    padding: 12px 23px;
    color: #fff;
    background: #808187;
    text-transform: uppercase;
    border-radius: 6px;
    -webkit-box-shadow: 0 0 81px rgba(0, 0, 0, 0.25);
    box-shadow: 0 0 81px rgba(0, 0, 0, 0.25); }
.btn-gray:hover {
    background: #fff;
    color: #808187; }

.btn-gray-border {
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    font-size: 12px;
    line-height: 1.1;
    font-weight: 700;
    padding: 9px 5px;
    color: #bfc0c5;
    border: 1px solid #bfc0c5;
    text-transform: uppercase;
    border-radius: 6px; }
.btn-gray-border:hover {
    background: #bfc0c5;
    color: #fff; }

.btn-share {
    height: 62px;
    border-radius: 6px;
    background: #EEF0F2;
    padding: 10px 15px;
    min-width: 166px;
    text-align: left; }
.btn-share__social {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    width: 37px;
    margin-right: 32px; }
.btn-share__social:after {
    content: '';
    position: absolute;
    right: -17px;
    top: 50%;
    margin-top: -21px;
    width: 1px;
    height: 42px;
    background: #DBDBDB; }
.btn-share__desc {
    display: inline-block;
    vertical-align: middle; }
.btn-share__desc-social {
    font-size: 14px;
    line-height: 1;
    display: block;
    text-align: left;
    padding: 0 0 2px; }
.btn-share__desc-count {
    font-size: 22px;
    display: block;
    text-align: left; }
.btn-share--facebook {
    color: #455897; }
.btn-share--vkontakte {
    color: #507299; }
.btn-share--twitter {
    color: #63b0e8; }
.btn-share--gplus {
    color: #dc4836; }
.btn-share:hover {
    color: #fff;
    background: #39579A; }
.btn-share:hover .btn-share__social:after {
    background: #fff; }
.btn-share:hover .soc-share-fb {
    background-image: url(../img/sprite.png);
    background-position: -286px -39px;
    width: 18px;
    height: 34px; }
.btn-share:hover .soc-share-tw {
    background-image: url(../img/sprite.png);
    background-position: -84px -218px;
    width: 29px;
    height: 24px; }
.btn-share:hover .soc-share-gplus {
    background-image: url(../img/sprite.png);
    background-position: 0px -218px;
    width: 37px;
    height: 24px; }

.soc-share-fb {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -286px 0px;
    width: 18px;
    height: 34px; }

.soc-share-tw {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -118px -218px;
    width: 29px;
    height: 24px; }

.soc-share-gplus {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -42px -218px;
    width: 37px;
    height: 24px; }

/* bx-slider */
.bx-wrapper .bx-controls-direction a {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    outline: 0;
    width: 40px;
    height: 40px;
    z-index: 9999;
    background: #2D2D2D; }
.bx-wrapper .bx-controls-direction a:before {
    content: '';
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -9px 0 0 -5px;
    background-image: url(../img/sprite.png);
    background-position: -264px -108px;
    width: 10px;
    height: 18px; }
.bx-wrapper .bx-controls-direction a.bx-prev {
    left: -20px; }
.bx-wrapper .bx-controls-direction a.bx-next {
    right: -20px; }
.bx-wrapper .bx-controls-direction a.bx-next:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.bx-wrapper .bx-controls-direction a:hover {
    background: #000; }

.bx-wrapper .bx-pager {
    display: none;
    padding: 0;
    bottom: -71px; }

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 10px;
    height: 10px;
    background: #C1C2C9; }
.bx-wrapper .bx-pager.bx-default-pager a.active {
    background: #000; }

.bx-wrapper .bx-loading {
    background: none; }

/* bx-slider end */
/* countdown */
.position {
    height: 39px;
    width: 15px; }

.countDiv {
    width: 34px;
    height: 36px; }
.countDiv1{
    display: none;
}
.countDiv:before, .countDiv:after {
    width: 4px;
    height: 4px; }

.countdownHolder {
    font-size: 24px;
    line-height: 35px;
    height: 39px;
    letter-spacing: 0;
    color: #fff;
    background: #1C1919;
    font-family: "Open Sans", Arial, Verdana, sans-serif;
    width: auto;
    padding: 0 15px; }

.digit {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    letter-spacing: 0;
    border-radius: 0;
    width: auto; }
.digit.static {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none; }

.countDiv2 {
    display: none; }

.countSeconds {
    display: none; }

/* countdown end */
/* scrollpane */
.scrollpane-horizontal {
    width: 100%;
    overflow: auto; }

.scrollpane-vertical {
    height: 100%;
    overflow: auto; }

.scrollpane {
    width: auto !important;
    right: 0 !important;
    left: 0; }

.scrollpane.jspScrollable .jspPane {
    right: 55px !important; }

.scrollpane-vertical .jspDrag {
    width: 5px;
    height: 61px;
    background: #E0E2E7;
    left: 0;
    border-radius: 5px; }

.scrollpane-vertical .jspVerticalBar {
    background: none;
    width: 5px; }

.scrollpane-vertical .jspTrack {
    width: 5px;
    margin: 0 auto;
    background: none; }

.scrollpane-horizontal .jspDrag {
    width: 61px;
    height: 5px;
    background: #E0E2E7;
    left: 0;
    border-radius: 5px; }

.scrollpane-horizontal .jspHorizontalBar {
    background: none;
    height: 5px; }

.scrollpane-horizontal .jspTrack {
    height: 5px;
    background: none; }

/* scrollpane end */
/* INDEX PAGE */
/* header-dates */
.header-dates {
    margin: 0 0 20px; }

.header-dates-list {
    font-size: 0;
    line-height: 0;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center; }
.header-dates-list li {
    display: inline-block;
    font-size: 11.95px;
    line-height: 1.2; }
.header-dates-list li.current a {
    background: #fff;
    color: #0072ff; }
.header-dates-list li + li {
    margin-left: -1px; }
.header-dates-list a {
    display: block;
    color: #9d9fa8;
    padding: 9px 10px 10px;
    border: 1px solid #d0d2d6;
    min-width: 135px; }
.header-dates-list a:hover {
    border-color: #8e9199;
    color: #000;
    position: relative; }

/* header-dates end */
/* main-promo */
.main-promo {
    padding: 0 0 44px; }
.main-promo__inner {
    margin-left: -66px; }

/* main-promo end */
/* block-title */
.block-title {
    text-transform: uppercase;
    font-size: 22.95px;
    font-weight: 900;
    padding: 0 0 36px; }

/* block-title end */
/* events-recommend */
.events-recommend {
    float: left;
    width: 100%;
    padding: 0 15px 30px 86px; }

.events-recommend-slider .slider-list > li {
    width: 33.3333333%;
    float: left; }

.event-large {
    background: #fff;
    padding: 39px 37px 30px; }
.event-large .event__bottom {
    height: 160px;
    padding: 0 0 37px; }
.event-large .event__date {
    font-size: 14px; }
.event-large .event__title {
    text-align: right;
    font-size: 30px;
    line-height: 1;
    letter-spacing: 0.005em;
    overflow: hidden;
    min-height: 32px;
    max-height: 62px;
    font-weight: 600;
    margin: 0 0 5px; }
.event-large .event__place {
    height: 35px;
    overflow: hidden;
    font-size: 14px;
    text-align: right;
    padding: 0; }
.event-large .event__price {
    width: 150px;
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 0px;
    bottom: 0; }
.event-large .event__buttons {
    float: right;
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0; }
.event-large .event__buttons [class*="btn-"] {
    display: inline-block;
    min-width: 68px; }
.event-large .date {
    text-align: right;
    font-size: 14px;
    padding: 0 0 6px; }

/* events-recommend end */
/* events-today */
.events-today {
    overflow: hidden;
    padding: 0 0 0 51px; }

.events-today-slider .events-list > li {
    width: 50%;
    padding-bottom: 36px; }
.events-today-slider .events-list > li:nth-child(n+5) {
    display: none; }

/* events-today end */
/* subscribe */
.subscribe {
    background: url("../img/bg/bg-subscribe.jpg") no-repeat center center;
    background-size: cover;
    min-height: 150px;
    padding: 34px 0;
    text-align: center;
    color: #fff;
    margin: 0 0 80px; }
.subscribe__title {
    text-transform: uppercase;
    font-size: 29px;
    color: #fff;
    font-weight: 700;
    padding: 0 0 21px; }
.subscribe__title span {
    color: #242e38; }
.subscribe input[type="email"] {
    color: #fff;
    border-bottom-color: #fff;
    display: inline-block;
    width: 215px;
    padding: 0 30px 4px 0; }
.subscribe input[type="submit"] {
    background-image: url(../img/sprite.png);
    background-position: -195px -149px;
    width: 19px;
    height: 16px;
    display: inline-block;
    margin: -6px 0 0 -23px;
    border: 0;
    padding: 0;
    background-color: transparent; }
.subscribe__form {
    padding: 0 74px 0 0px; }
.subscribe__form label {
    letter-spacing: -0.05em;
    margin-right: 2px; }
.subscribe__form-status {
    display: none;
    padding: 15px 0 0; }

/* subscribe end */
/* events */
.events {
    padding: 0 0 0px; }
.events h2{
    margin-bottom: 10px;
}
.events__buttons {
    text-align: center;
    margin-bottom: 30px;
    position: relative; }
.events__buttons .btn-blue {
    display: block;
    max-width: 425px;
    margin: 0 auto; }
.events__buttons.loaded:before {
    content: '';
    width: 160px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -12px 0 0 -80px;
    background: url("../img/preloader.gif") no-repeat 0 0; }
.events__buttons.loaded .btn-blue {
    visibility: hidden; }

.events-list {
    font-size: 0;
    line-height: 0;
    margin: 0 0 0 -45px; }
.events-list > li {
    display: inline-block;
    vertical-align: top;
    font-size: 18px;
    line-height: 1.2;
    width: 25%;
    padding: 0 0 67px 45px !important;
    -webkit-transition: opacity 0.3s ease 0s;
    transition: opacity 0.3s ease 0s; }

.event__top {
    position: relative;
    margin: 0 0 17px;
    overflow: hidden; }
.event__top:hover .event__caption {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

.event__image {
    display: block; }
.event__image img {
    width: 100%;
    max-width: 100%;
    display: block; }

.event__caption {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    background: #fff;
    padding: 18px 24px 20px;
    text-align: center;
    -webkit-transition: -webkit-transform 0.2s ease-in-out 0s;
    transition: -webkit-transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s;
    transition: transform 0.2s ease-in-out 0s, -webkit-transform 0.2s ease-in-out 0s;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%); }

.event__place {
    font-size: 14px;
    color: #9d9fa8;
    padding: 0 0 5px; }

.event__price {
    font-size: 16px;
    font-weight: 600; }

.event__title {
    font-size: 18px;
    letter-spacing: -0.03em; }

.event__buttons {
    padding: 16px 0 0; }
.event__buttons [class*="btn-"] {
    display: block; }

.event__bottom {
    position: relative; }

.date {
    color: #9d9fa8;
    font-size: 12px;
    text-transform: uppercase;
    padding: 0 0 4px; }

/* events end */
/* site-rules */
.site-rules {
    color: #45464e;
    text-align: center;
    padding: 0 0 54px; }
.site-rules h2 {
    text-transform: uppercase;
    padding: 0 0 33px;
    max-width: 890px;
    margin: 0 auto; }
.site-rules .container {
    max-width: 1130px; }

/* site-rules end */
/* INDEX PAGE END */
/* INDEX RESULTS PAGE */
.content--index-results {
    padding-bottom: 36px; }
.content--index-results .events:first-child {
    padding: 23px 0 19px; }

.banner {
    color: #fff;
    font-family: "dinpro";
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    display: block;
    text-align: center;
    min-height: 150px;
    margin: 0 0 80px;
    padding: 8px 0; }
.banner__content {
    display: inline-block;
    text-align: left; }
.banner__title {
    font-size: 98.31px;
    text-transform: uppercase;
    font-weight: 900;
    display: inline-block;
    vertical-align: middle;
    letter-spacing: -0.045em;
    margin-right: 27px; }
.banner__desc {
    display: inline-block;
    vertical-align: middle;
    padding: 3px 0 0; }
.banner__place {
    font-size: 42px;
    padding: 0 0 5px; }
.banner__date {
    font-size: 28px;
    font-weight: 500;
    color: #242e38; }

/* INDEX RESULTS PAGE END */
/* EVENT PAGE */
/* event-full */
.event-full {
    position: relative; }
.event-full:before {
    position: absolute;
    left: 0;
    right: 0;
    text-align: center;
    top: 7px;
    opacity: 0.03;
    color: #fff;
    font-size: 249.59px;
    text-transform: uppercase;
    font-weight: 800; }

/* event-full end */
/* breadcrumbs */
.breadcrumbs {
    padding: 29px 0; }
.breadcrumbs .container {
    position: relative; }

.breadcrumbs-back-link {
    float: right;
    position: relative;
    top: -3px;
    background-image: url(../img/sprite.png);
    transform: rotate(180deg);
    margin-left: 20px;
    background-position: -84px -247px;
    width: 22px;
    height: 22px; }

.breadcrumbs-list {
    float: right;
    font-size: 14px;
    padding-left: 75px; }
.breadcrumbs-list li {
    float: left; }
.breadcrumbs-list li + li {
    padding-left: 35px;
    position: relative; }
.breadcrumbs-list li + li:before {
    content: '';
    width: 1px;
    height: 14px;
    background: #464343;
    border-right: 1px solid #3D3C3C;
    position: absolute;
    left: 17px;
    top: 3px; }
.breadcrumbs-list a {
    color: #9d9fa8; }
.breadcrumbs-list a:hover {
    color: #fff; }

/* breadcrumbs end */
/* event-full-main */
.event-full-main {
    position: relative;
    z-index: 3;
    padding: 25px 0 0; }
.event-full-main__top {
    padding: 0 0 54px; }
.event-full-main__top-left {
    float: right;
    width: 350px;
    position: relative;
    z-index: 3;
    margin: 7px 0 0; }
.event-full-main__top-right {
    float: left;
    width: 100%;
    margin-left: -350px;
    padding: 0 80px 0 280px; }

.event-full-main__top-right-inner {
    text-align: right;
    position: relative;
    min-height: 502px;
    padding: 0 0 72px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1); }

.event-full-image {
    margin: 0 0 36px; }
.event-full-image img {
    width: 100%;
    max-width: 100%; }

.timer__title {
    color: #9d9fa8;
    width: 95px;
    display: inline-block;
    vertical-align: top;
    float: right;
    text-align: right;
    margin: 9px 16px 0 0; }

.timer__holder {
    display: inline-block;
    vertical-align: top; }

.timer-script {
    margin: 0 0 1px; }

.timer-labels-list {
    text-align: center;
    font-size: 12px;
    color: #fff;
    background: rgba(0, 0, 0, 0.2);
    text-transform: uppercase;
    padding: 7px 0 8px; }
.timer-labels-list li {
    width: 33.33%;
    float: left;
    opacity: 0.3; }

.event-full-main__title {
    text-align: right;
    line-height: 1;
    color: #fff;
    text-transform: inherit;
    padding: 0 0 44px; }

.event-full-main__count {
    display: flex;
    float: right;
    margin: 0 24px 0 10px;
    font-size: 24px;
    color: #9d9fa8; }

.event-full-main__contacts {
    color: #fff;
    position: relative;
    margin: 36px 0 20px -39px;
    padding: 0 0 7px; }
.event-full-main__contacts:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 50%;
    width: 1px;
    margin: 0 0 0 17px;
    background: #6A6666; }
.event-full-main__contacts .event-full-main__places {
    float: left;
    width: 50%;
    padding: 25px 4px 0 30px;
    text-align: right; }
.event-full-main__contacts .event-full-main__dates {
    float: left;
    width: 50%;
    padding-left: 30px; }

.event-full-main__contacts-single {
    color: #fff;
    position: relative;
    margin: -6px 0 20px -54px;
    padding: 0 0 7px; }
.event-full-main__contacts-single:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 43%;
    width: 1px;
    margin: 0 0 0 27px;
    background: #6A6666; }
.event-full-main__contacts-single .event-full-main__dates {
    float: right;
    width: 60%;
    padding-left: 30px;
    position: relative; }
.event-full-main__contacts-single .event-full-main__dates .event-full-main__dates-column {
    width: 41%;
    float: left; }
.event-full-main__contacts-single .event-full-main__dates:before {
    content: '';
    position: absolute;
    top: 8px;
    bottom: 0;
    left: 55%;
    width: 1px;
    margin: 0 0 0 29px;
    background: #6A6666; }
.event-full-main__contacts-single .event-full-main__places {
    float: left;
    width: 40%;
    text-align: right;
    margin-left: 0;
    padding: 29px; }
.event-full-main__contacts-single .event-full-main__place-town {
    margin: 0 0 21px; }

.event-full-main__time-column {
    padding: 23px 0 0 20px;
    float: left;
    text-align: center;
    width: 59%; }

.event-full-main__time-value {
    font-size: 24px;
    color: white;
    padding: 0 0 29px; }

.addto-calendar-link {
    color: #9d9fa8;
    font-size: 14px;
    margin: 0 0 0 3px; }
.addto-calendar-link:before {
    content: '';
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -141px -101px;
    width: 26px;
    height: 26px; }
.addto-calendar-link:hover {
    color: #fff; }
.addto-calendar-link:hover:before {
    background-position: 0px -247px; }
.addto-calendar-link span {
    display: inline-block;
    padding-left: 12px; }

.event-full-main__dates-column {
    display: inline-block;
    vertical-align: top;
    text-align: center; }

.event-full-main__dates-divider {
    font-size: 72px;
    line-height: 77px;
    font-weight: 700;
    display: inline-block;
    vertical-align: top;
    margin: 0 8px 0 15px; }

.event-full-main__dates-number {
    font-size: 72px;
    font-weight: 700; }

.event-full-main__dates-month {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 24px; }

.event-full-main__places-inner {
    display: inline-block;
    text-align: right; }

.event-full-main__place + .event-full-main__place {
    margin-top: 10px; }

.event-full-main__place-town {
    position: relative;
    padding: 0 22px 0 0;
    margin: 0 0 16px;
    font-size: 18px;
    color: #fff; }
.event-full-main__place-town:after {
    content: '';
    position: absolute;
    right: 0;
    top: 4px;
    background-image: url(../img/sprite.png);
    background-position: -264px -131px;
    width: 12px;
    height: 15px; }

.event-full-main__place-list li + li {
    margin-top: 9px; }

.place-dotted-link {
    font-size: 18px;
    color: #9d9fa8;
    border-bottom: 1px dotted #9d9fa8; }
.place-dotted-link:hover {
    border-bottom-color: transparent; }

.event-full-main__buttons-top {
    display: inline-block;
    vertical-align: middle; }
.event-full-main__buttons-top .drop-holder-share {
    position: absolute;
    left: 5px;
    bottom: 36px;
    display: none;
}

.bottom_footer_icons{
    text-align: center;
}
.wtp-icon{
    height: 34px;
    margin-left: 15px;
}

.reversed,
.event-full-main__buttons-bottom,
.event-full-main__prices,
.event__price,
.drop-region-columns
{
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    align-content: stretch;
    justify-content: space-between;
    text-align: end;
}

.event__price
{
    justify-content: flex-end;
}

.event-full-main__buttons-bottom {
    width: 100%;
    position: absolute;
    bottom: 30px;
    text-align: right; }
.event-full-main__buttons-bottom .btn-pink {
    padding: 11px 31px 14px;
    vertical-align: middle; }

.event-full-main__prices {
    font-size: 18px;
    color: #fff;
    font-weight: 600; }
.event-full-main__prices span,
.event__price span
{
    padding: 0 0 0 10px;
    unicode-bidi: embed;
    direction: rtl; }
.event-full-main__prices span
{
    font-size: 24px; }

.drop-share {
    right: -52px;
    width: 200px;
    padding: 11px 5px 19px 19px;
    margin: 17px 0 0;
    text-align: left; }
.drop-share__title {
    text-transform: uppercase;
    font-weight: 700;
    vertical-align: middle;
    margin: 0 5px 0 0;
    letter-spacing: -0.07em;
    display: inline-block;
    width: 68px;
    position: relative;
    top: 2px; }
.drop-share__social {
    display: inline-block;
    vertical-align: middle;
    margin: 0 0 0 8px;
    padding: 0 0 0 12px;
    position: relative; }
.drop-share__social:before {
    content: '';
    position: absolute;
    left: -9px;
    top: -3px;
    width: 1px;
    height: 36px;
    background: #E0E2E7; }
.drop-share__social-list li {
    display: inline-block;
    vertical-align: middle; }
.drop-share__social-list li + li {
    margin-left: 10px; }
.drop-share__social-list a {
    opacity: 0.3; }
.drop-share__social-list a:hover {
    opacity: 1; }

.soc-vk-black-share {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -264px -151px;
    width: 10px;
    height: 13px; }

.soc-fb-black-share {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -158px -52px;
    width: 7px;
    height: 13px; }

.soc-tw-black-share {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -264px -67px;
    width: 16px;
    height: 13px; }

.increase-price {
    float: right;
    max-width: 250px;
    position: relative;
    padding: 0 0 0 60px;
    color: #9d9fa8;
    margin: 49px 0; }
.increase-price span {
    color: #fff; }
.increase-price:before {
    content: '';
    position: absolute;
    left: 0;
    top: -3px;
    background-image: url(../img/sprite.png);
    background-position: 0px -48px;
    width: 42px;
    height: 48px; }

.additional-chips {
    padding: 41px 0 49px; }
.additional-chips__tickets {
    margin: 0 0 0 10px;
    float: right;
    font-size: 0;
    line-height: 0; }
.additional-chips__title {
    overflow: hidden;
    color: #9d9fa8;
    padding: 8px 0 0 6px; }
.additional-chips .ticket {
    display: inline-block;
    vertical-align: top; }
.additional-chips .ticket + .ticket {
    margin-left: -60px;
    position: relative;
    top: 10px; }
.additional-chips .ticket + .ticket + .ticket {
    top: 20px; }

.ticket-holder {
    position: relative; }
.ticket-holder .tooltip-link {
    position: absolute;
    right: -9px;
    top: -6px; }

.ticket {
    position: relative;
    width: 110px;
    height: 50px; }
.ticket:before {
    content: '';
    position: absolute;
    right: 2px;
    top: 4px;
    opacity: 0.2;
    background-image: url(../img/sprite.png);
    background-position: -258px 0px;
    width: 17px;
    height: 42px; }
.ticket .tooltip-link {
    position: absolute;
    right: -9px;
    top: -6px; }
.ticket--lavender {
    background: #7C65DE; }
.ticket--red {
    background: #D45050; }
.ticket--brown {
    background: #9E7456; }
.ticket--brown-light {
    background: #BE966A; }
.ticket--seamfoam {
    background: #00E0A8; }
.ticket--green {
    background: #B0CE2F; }
.ticket--banana {
    background: #EAC300; }
.ticket--sky {
    background: #3F86BB; }
.ticket--orchid {
    background: #BD5DB8; }
.ticket--orange {
    background: #E0953A; }
.ticket--teal {
    background: #0092AE; }
.ticket--spring {
    background: #009C77; }
.ticket--violet {
    background: #8D53B3; }
.ticket--violet-light {
    background: #817787; }

.ticket-logo {
    width: 94px;
    height: 50px;
    position: relative; }
.ticket-logo [class^="icon-"] {
    position: relative;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }

.icon-disc-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -226px -37px;
    width: 34px;
    height: 34px; }

.icon-cloud-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -173px -32px;
    width: 42px;
    height: 28px; }

.icon-coffee-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -226px -180px;
    width: 29px;
    height: 30px; }

.icon-wave-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -173px 0px;
    width: 48px;
    height: 27px; }

.icon-crystal-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -226px -146px;
    width: 33px;
    height: 29px; }

.icon-handmobile-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -173px -101px;
    width: 38px;
    height: 29px; }

.icon-shirt-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -190px -180px;
    width: 30px;
    height: 26px; }

.icon-present-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -226px -111px;
    width: 33px;
    height: 30px; }

.icon-map-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -110px 0px;
    width: 58px;
    height: 32px; }

.icon-infinity-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -47px -149px;
    width: 47px;
    height: 19px; }

.icon-disco-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -173px -65px;
    width: 36px;
    height: 31px; }

.icon-specback-white {
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: 0px -149px;
    width: 42px;
    height: 26px; }

/* event-full-main end */
/* event-full-tabs */
.event-full-tabs-control-list {
    font-weight: 600;
    font-size: 15.93px;
    text-transform: uppercase;
    margin: 0 -2px 0 0; }
.event-full-tabs-control-list li {
    width: 33.33%;
    float: right; }
.event-full-tabs-control-list li + li {
    margin-left: -1px; }
.event-full-tabs-control-list li.current a {
    z-index: 3; }
.event-full-tabs-control-list li.current a:before, .event-full-tabs-control-list li.current a:after,
.event-full-tabs-control-list li.current a span {
    opacity: 1; }
.event-full-tabs-control-list li.info-icon a:before {
    background-image: url(../img/sprite.png);
    background-position: -183px -218px;
    width: 20px;
    height: 20px; }
.event-full-tabs-control-list li.video-icon a:before {
    background-image: url(../img/sprite.png);
    background-position: -152px -218px;
    width: 26px;
    height: 20px; }
.event-full-tabs-control-list li.music-icon a:before {
    background-image: url(../img/sprite.png);
    background-position: -31px -247px;
    width: 21px;
    height: 26px; }
.event-full-tabs-control-list a {
    color: #fff;
    display: block;
    border-top: 1px solid #707070;
    border-left: 1px solid #707070;
    border-right: 1px solid #707070;
    padding: 0 10px;
    text-align: center;
    position: relative;
    height: 64px;
    line-height: 59px; }
.event-full-tabs-control-list a span {
    vertical-align: middle;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s; }
.event-full-tabs-control-list a:before {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin-right: 8px;
    opacity: 0.5;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s; }
.event-full-tabs-control-list a:after {
    content: '';
    position: absolute;
    left: -1px;
    right: -1px;
    top: -1px;
    height: 3px;
    background: #242e38;
    opacity: 0;
    -webkit-transition: opacity 0.2s ease 0s;
    transition: opacity 0.2s ease 0s; }
.event-full-tabs-control-list a:hover {
    background: rgba(255, 255, 255, 0.1);
    z-index: 3; }
.event-full-tabs-control-list a:hover:before,
.event-full-tabs-control-list a:hover span {
    opacity: 1; }

.event-full-tabs {
    background: #fff; }

.tab {
    display: none; }
.tab:first-child {
    display: block; }

.event-full-desc {
    text-align: left;
    color: #45464e;
    padding: 81px 0 0; }
.event-full-desc h2 {
    text-transform: uppercase;
    padding: 0 0 33px; }

/* event-full-tabs end */
/* event-full-buy-tickets */
.event-full-buy-tickets {
    font-size: 15.1px;
    position: relative;
    text-align: center;
    padding: 82px 0 86px; }
.event-full-buy-tickets:before {
    content: '';
    position: absolute;
    left: 0;
    right: 10px;
    top: 0;
    bottom: 0;
    opacity: 0.1;
    background: url("../img/bg/bg-stars.png") no-repeat center top; }

.event-full-buy-tickets-info-list {
    color: #9d9fa8;
    text-transform: uppercase;
    font-weight: 600;
    text-align: center;
    padding: 90px 0 84px; }
.event-full-buy-tickets-info-list li {
    display: inline-block;
    padding: 0 0 0 40px;
    position: relative;
    text-align: right;
    margin: 0 20px; }
.event-full-buy-tickets-info-list li:after {
    content: '';
    position: absolute;
    right: -33px;
    top: 0;
    background-image: url(../img/sprite.png);
    background-position: -111px -247px;
    width: 22px;
    height: 21px; }

.share-block {
    text-align: center;
    overflow: hidden; }
.share-block__title {
    position: relative;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 14px;
    display: inline-block;
    margin: 0 0 40px; }
.share-block__title:before, .share-block__title:after {
    content: '';
    position: absolute;
    left: 100%;
    top: 50%;
    width: 9999px;
    height: 1px;
    background: #E4E4E4;
    margin: 0 0 0 23px; }
.share-block__title:after {
    left: auto;
    right: 100%;
    margin: 0 23px 0 0; }

.share-block-list {
    text-align: center; }
.share-block-list > li {
    margin: 0 8px;
    display: inline-block;
    vertical-align: middle; }

/* event-full-buy-tickets end */
/* full-schedule */
.full-schedule {
    padding: 64px 0 64px; }
.full-schedule__title {
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 38px; }

.town-schedule__title {
    font-weight: 400;
    text-align: right;
    padding: 0 0 14px; }

.town-schedule {
    text-align: right;
    margin-top: 44px; }

.town-schedule-row {
    display: flex;
    flex-direction: row-reverse;
    align-items: start;
    align-content: stretch;
    justify-content: space-between;
    cursor: pointer;
    background: #fff;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    border-top: 2px solid #EEF0F2; }
.town-schedule-row:hover {
    background: #FFF8E8; }
.town-schedule-row:hover .town-schedule-row__arrow {
    opacity: 1; }
.town-schedule-row:first-child {
    border-top: 0; }
.town-schedule-row.active .town-schedule-row__arrow {
    opacity: 1;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }
.town-schedule-row__date {
    float: left;
    width: 111px;
    height: 101px;
    text-align: center;
    color: #fff;
    padding: 13px 2px; }
.town-schedule-row__date-number {
    font-size: 36px;
    font-weight: 700;
    padding: 0 0 3px; }
.town-schedule-row__date-month {
    font-size: 16px;
    font-weight: 600;
    text-transform: uppercase; }
.town-schedule-row__right {
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    float: right;
    padding: 38px 43px 0 0; }
.town-schedule-row__count {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #242e38;
    padding: 3px 13px 5px;
    border-radius: 12px;
    min-width: 40px;
    text-align: center; }
.town-schedule-row__arrow {
    background-image: url(../img/sprite.png);
    background-position: -110px -85px;
    width: 20px;
    height: 11px;
    -webkit-transition: all 0.2s ease 0s;
    transition: all 0.2s ease 0s;
    display: inline-block;
    vertical-align: middle;
    opacity: 0.2;
    margin: 5px 45px 0 45px; }
.town-schedule-row__content {
    overflow: hidden;
    width: 100%;
    padding: 19px 18px; }
.town-schedule-row__title {
    text-transform: uppercase;
    color: #242e38;
    font-size: 14px;
    padding: 0 0 7px; }
.town-schedule-row__place {
    color: #9d9fa8;
    font-size: 14px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap; }
.town-schedule-row__price {
    font-size: 16px;
    font-weight: 600; }

.town-schedule-tickets {
    display: none; }

.town-schedule-tickets-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #FFF8E8;
    border-top: 1px solid #EEF0F2;
    position: relative;
    padding: 10px 42px 10px 42px; }
.town-schedule-tickets-row:before {
    content: '';
    position: absolute;
    top: 50%;
    right: 28px;
    margin: -12px 0 0;
    opacity: 0.3;
    background-image: url(../img/sprite.png);
    background-position: -165px -247px;
    width: 21px;
    height: 21px; }
.town-schedule-tickets-row__buttons {
    float: right;
    margin: 0 0 0 10px; }
.town-schedule-tickets-row__buttons [class^="btn-"] {
    min-width: 68px;
    padding: 8px 17px 9px; }
.town-schedule-tickets-row__buttons [class^="btn-"] + [class^="btn-"] {
    margin-left: 6px; }
.town-schedule-tickets-row__time {
    overflow: hidden;
    flex: 1;
    color: #0072ff;
    font-weight: 600;
    padding: 4px 55px 0; }

/* full-schedule end */
/* events-related */
.events-related {
    padding: 94px 0 10px; }
.events-related__title {
    text-transform: uppercase;
    text-align: center;
    padding: 0 0 67px;
    font-size: 22.61px; }

/* events-related end */
/* EVENT PAGE END */
/* TOUR PAGE */
.tour-page {
    overflow: hidden; }

.tour-wrapper {
    position: relative;
    height: 100%;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0; }

.tour-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    bottom: 0;
    width: 31.25%;
    background: #fff;
    z-index: 3; }

/* tour-side-setlist */
.tour-side-setlist {
    padding: 0 5px 0 30px;
    background: #0072ff;
    color: #fff;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 215px; }
.tour-side-setlist__left {
    float: left;
    width: 140px;
    margin-right: 29px;
    padding: 29px 0 20px; }
.tour-side-setlist__image {
    margin: 0 0 10px; }
.tour-side-setlist__state {
    font-size: 14px; }
.tour-side-setlist__title {
    font-weight: 600;
    color: #fff;
    font-size: 15px;
    text-align: center;
    padding: 0 0 8px; }
.tour-side-setlist__desc {
    padding: 0;
    font-size: 12px; }
.tour-side-setlist__right {
    overflow: hidden;
    height: 100%;
    padding: 25px 0 35px; }

.tracks {
    height: 100%; }
.tracks .scrollpane-vertical {
    position: relative; }
.tracks .scrollpane-vertical .jspDrag {
    background: #004FB6; }
.tracks .scrollpane-vertical.jspScrollable:before {
    content: '';
    position: absolute;
    left: 0;
    right: 16px;
    bottom: 0;
    height: 40px;
    z-index: 3;
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 114, 255, 0) 0%, #0072ff 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 114, 255, 0)), to(#0072ff));
    background: linear-gradient(to bottom, rgba(0, 114, 255, 0) 0%, #0072ff 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000072ff', endColorstr='#0072ff',GradientType=0 );
    /* IE6-9 */ }
.tracks .scrollpane-vertical.jspScrollable.at-bottom:before {
    display: none; }
.tracks .scrollpane-vertical .jspPane {
    left: 0;
    right: 0;
    width: auto !important; }

.tracks-list {
    padding: 0 16px 0 0; }
.tracks-list > li + li {
    margin-top: 18px; }

.track {
    cursor: pointer; }
.track:hover {
    color: #000; }
.track:hover .track__title {
    color: #000; }
.track:hover .track__line-filled {
    width: 100% !important; }
.track:hover .track__line-filled:before {
    background: #004FB6;
    width: 100%; }
.track__top {
    padding: 0 0 3px; }
.track__time {
    float: right;
    margin: 3px 0 0 5px;
    opacity: 0.5;
    font-size: 12px;
    color: #fff; }
.track__btn {
    float: left;
    margin: 4px 10px 0 0;
    background-image: url(../img/sprite.png);
    background-position: -158px -70px;
    width: 9px;
    height: 10px; }
.track__title {
    text-transform: uppercase;
    text-overflow: ellipsis;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
    font-size: 14px; }
.track__line {
    height: 10px;
    cursor: pointer;
    position: relative; }
.track__line:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    right: 0;
    height: 2px;
    margin-top: -1px;
    background: rgba(255, 255, 255, 0.5); }
.track__line-filled {
    height: 100%;
    width: 0;
    position: relative;
    cursor: pointer; }
.track__line-filled:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    height: 2px;
    margin-top: -1px;
    background: #000; }
.track.active .track__btn {
    background-image: url(../img/sprite.png);
    background-position: -135px -85px;
    width: 9px;
    height: 10px; }

/* tour-side-setlist end */
/* tour-side-concerts */
.tour-side-concerts {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 215px;
    background: #fff;
    padding: 23px 30px; }

/* tour-side-concerts end */
/* .tour-side-concerts__menu */
.tour-side-concerts__menu {
    margin: 0 0 7px; }

.tour-side-concerts__menu-list {
    font-size: 16px;
    text-transform: uppercase;
    border-bottom: 1px solid #E0E2E7;
    font-weight: 700; }
.tour-side-concerts__menu-list li {
    float: left;
    margin: 0 0 -1px; }
.tour-side-concerts__menu-list li + li {
    margin-left: 37px; }
.tour-side-concerts__menu-list li.current span {
    display: block;
    padding: 0 0 10px;
    border-bottom: 3px solid #0072ff; }
.tour-side-concerts__menu-list a {
    display: block;
    padding: 0 0 10px;
    border-bottom: 3px solid transparent;
    color: #bfc0c5; }
.tour-side-concerts__menu-list a:hover {
    color: #0072ff; }

/* .tour-side-concerts__menu end */
/* tour-concerts-table */
.tour-concerts-table-wrap {
    position: absolute;
    top: 62px;
    right: 5px;
    bottom: 20px;
    left: 30px; }
.tour-concerts-table-wrap .scrollpane-vertical {
    position: relative;
    height: 100%; }
.tour-concerts-table-wrap .scrollpane-vertical.jspScrollable:before {
    content: '';
    position: absolute;
    left: 0;
    right: 25px;
    bottom: 0;
    height: 40px;
    z-index: 3; }
.tour-concerts-table-wrap .scrollpane-vertical.jspScrollable.at-bottom:before {
    display: none; }
.tour-concerts-table-wrap .scrollpane-vertical .jspPane {
    left: 0;
    right: 0;
    width: auto !important; }

.tour-concerts-table-holder {
    padding: 0 25px 0 27px; }

.tour-concerts-table > .tour-concerts-table__row {
    position: relative;
    min-height: 94px;
    border-top: 1px solid #E0E2E7;
    padding: 19px 0; }
.tour-concerts-table > .tour-concerts-table__row.row-tickets {
    display: none; }
.tour-concerts-table > .tour-concerts-table__row:first-child {
    border-top: 0; }
.tour-concerts-table > .tour-concerts-table__row:first-child > .tour-concerts-table-column:first-child:before {
    opacity: 0; }
.tour-concerts-table > .tour-concerts-table__row:last-child > .tour-concerts-table-column:first-child:after {
    border: 2px solid #bfc0c5;
    background: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
.tour-concerts-table__row.disabled{
    display: none;
}
.tour-concerts-table > .tour-concerts-table__row.disabled > .tour-concerts-table-column:first-child:after {
    background: #C0C1C7;
}
.tour-concerts-table > .tour-concerts-table__row.disabled > .col-date,
.tour-concerts-table > .tour-concerts-table__row.disabled > .col-title {
    opacity: 0.4; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column {
    vertical-align: middle; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column:first-child {
    padding-left: 0;
    position: relative; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column:first-child:before {
    content: '';
    width: 5px;
    border-radius: 8px;
    background: #E0E2E7;
    position: absolute;
    left: -23px;
    top: -66px;
    height: 67px; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column:first-child:after {
    content: '';
    position: absolute;
    left: -27px;
    top: 8px;
    width: 13px;
    height: 13px;
    background: #000;
    border-radius: 50%; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-date {
    text-align: center;
    float: left;
    min-width: 47px;
    margin: 0 15px 0 0; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-date .number {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 4px; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-date .month {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-title {
    overflow: hidden;
    padding: 4px 0 0; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-title .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 4px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-title .place {
    font-size: 12px;
    color: #686a71;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-buttons {
    float: right;
    margin: 11px 0 0 10px;
    text-align: right; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-buttons [class^="btn-"] {
    min-width: 68px; }
.tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-like {
    margin: 18px 0 0 15px;
    float: right;
    width: 19px;
    text-align: right; }

.tour-concerts-table .tickets-table {
    display: none; }

.icon-like {
    -webkit-transition: all 0s linear 0s;
    transition: all 0s linear 0s;
    display: inline-block;
    background-image: url(../img/sprite.png);
    background-position: -171px -149px;
    width: 19px;
    height: 17px; }
.icon-like.liked {
    background-image: url(../img/sprite.png);
    background-position: -147px -149px;
    width: 19px;
    height: 17px; }

/* tour-concerts-table end */
/* tour */
.tour {
    position: relative;
    margin-left: 31.25%;
    height: 100%; }

/* tour end */
/* tour__menu-top */
.tour__menu-top {
    position: fixed;
    top: 0;
    padding: 27px 100px;
    left: 31.25%;
    right: 0;
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#313131+0,313131+100&1+70,0+100 */
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, #313131 0%, #313131 70%, rgba(49, 49, 49, 0) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: -webkit-gradient(linear, left top, left bottom, from(#313131), color-stop(70%, #313131), to(rgba(49, 49, 49, 0)));
    background: linear-gradient(to bottom, #313131 0%, #313131 70%, rgba(49, 49, 49, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#313131', endColorstr='#00313131',GradientType=0 );
    /* IE6-9 */ }

.tour__menu-top-list {
    font-size: 12px;
    text-transform: uppercase;
    font-weight: 600;
    margin-left: 4px; }
.tour__menu-top-list li {
    display: inline-block; }
.tour__menu-top-list li + li {
    margin-left: 50px; }
.tour__menu-top-list li.current a {
    color: #fff; }
.tour__menu-top-list a {
    color: #8b8e9c; }
.tour__menu-top-list a:hover {
    color: #fff; }

.logo-small {
    position: fixed;
    right: 27px;
    top: 27px;
    z-index: 10;
    width: 59px;
    height: 49px;
    background: url("../img/logo-small.png") no-repeat 0 0; }

/* tour__menu-top end */
/* tour__menu-side */
.tour__menu-side {
    position: fixed;
    right: 30px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }

.tour__menu-side-list li {
    width: 9px;
    height: 9px;
    margin: 16px 0; }
.tour__menu-side-list li.current a {
    opacity: 1; }

.tour__menu-side-list a {
    display: block;
    height: 100%;
    opacity: 0.2;
    background: #fff;
    border-radius: 50%; }
.tour__menu-side-list a:hover {
    opacity: 0.5; }

/* tour__menu-side end */
/* tour-sections */
.tour-sections {
    height: 100%; }
.tour-sections .jspPane {
    left: 0;
    right: 0;
    width: auto !important; }

.tour-section {
    min-height: 100vh;
    position: relative; }

.tour-section-buttons {
    position: absolute;
    right: 30px;
    bottom: 30px; }
.tour-section-buttons .btn-blue {
    min-width: 158px; }

/* tour-sections end */
/* tour-main */
.tour-main {
    padding: 67px 100px 100px 100px; }
.tour-main__title {
    font-size: 121px;
    letter-spacing: -0.045em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 0 13px; }
.tour-main__places {
    font-size: 36px;
    color: #fff;
    font-weight: 600;
    padding: 0 0 4px; }
.tour-main__date {
    font-size: 24px;
    color: #242e38; }
.tour-main__others {
    position: absolute;
    left: 101px;
    bottom: 96px; }
.tour-main__others-list {
    font-size: 18.12px;
    color: #fff;
    font-weight: 600;
    text-transform: uppercase; }
.tour-main__others-list li {
    position: relative;
    padding: 0 0 0 75px; }
.tour-main__others-list li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
.tour-main__others-list li.pink-tickets-icon:before {
    background-image: url(../img/sprite.png);
    background-position: 0px -101px;
    width: 43px;
    height: 43px; }
.tour-main__others-list li.green-tickets-icon:before {
    background-image: url(../img/sprite.png);
    background-position: 0px -48px;
    width: 42px;
    height: 48px; }
.tour-main__others-list li.brown-photos-icon:before {
    background-image: url(../img/sprite.png);
    background-position: -47px -48px;
    width: 51px;
    height: 39px; }
.tour-main__others-list li + li {
    margin-top: 44px; }

/* tour-main end */
/* tour-desc */
.tour-desc {
    padding: 67px 50px 100px 100px; }
.tour-desc__title {
    font-size: 121px;
    letter-spacing: -0.045em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 0 3px; }
.tour-desc__date {
    font-size: 24px;
    color: #242e38;
    padding: 0 0 56px; }
.tour-desc__text {
    color: #f3f4f7;
    max-width: 440px; }

/* tour-desc end */
/* tour-tickets */
.tour-tickets {
    padding: 67px 50px 22px 100px; }
.tour-tickets__title {
    font-size: 121px;
    letter-spacing: -0.032em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    margin: 0 0 21px -8px; }
.tour-tickets__inner {
    max-width: 766px; }

.tickets-town {
    color: #fff;
    padding: 18px 3px 22px;
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff; }
.tickets-town__date {
    text-align: center;
    display: inline-block;
    vertical-align: top;
    margin-right: 16px; }
.tickets-town__date .number {
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 4px; }
.tickets-town__date .month {
    font-weight: 600;
    text-transform: uppercase;
    font-size: 12px; }
.tickets-town__title {
    display: inline-block;
    vertical-align: top; }
.tickets-town__title .title {
    font-size: 20px;
    font-weight: 600;
    padding: 0 0 7px; }
.tickets-town__title .place {
    font-size: 14px;
    color: #686a71; }

.tickets-table {
    color: #fff; }
.tickets-table tr:first-child td {
    border-top: 0; }
.tickets-table td {
    padding: 26px 0 29px 23px;
    border-top: 1px solid rgba(255, 255, 255, 0.1);
    vertical-align: middle; }
.tickets-table td:first-child {
    padding-left: 0; }
.tickets-table .col-ticket {
    width: 110px; }
.tickets-table .col-title {
    font-size: 14px;
    color: #f3f4f7;
    padding-left: 32px; }
.tickets-table .col-price {
    text-align: right; min-width:72px; }
.tickets-table .col-price .price {
    font-weight: 600; }
.tickets-table .col-price .price span {
    font-size: 24px; }
.tickets-table .col-action {
    width: 96px; }
.tickets-table .col-action .btn-white {
    min-width: 97px; }

/* tour-tickets end */
/* tour-archive */
.tour-archive {
    padding: 67px 50px 100px 100px; }
.tour-archive__title {
    font-size: 121px;
    letter-spacing: -0.045em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900; }
.tour-archive__tag {
    text-transform: uppercase;
    font-size: 18px;
    color: #242e38;
    padding: 0 0 26px; }
.tour-archive__buttons {
    text-align: center;
    position: relative;
    max-width: 815px;
    margin: 0 0 0 -10px; }
.tour-archive__buttons.loaded:before {
    content: '';
    width: 160px;
    height: 24px;
    position: absolute;
    left: 50%;
    top: 0;
    margin: -12px 0 0 -80px;
    background: url("../img/preloader.gif") no-repeat 0 0; }
.tour-archive__buttons.loaded .btn-blue {
    visibility: hidden; }

.tour-archive-list {
    margin: 0 0 0 -20px;
    max-width: 815px; }
.tour-archive-list li {
    float: left;
    width: 33.33%;
    padding: 0 0 30px 20px; }

.tour-archive-item__image {
    display: block;
    margin: 0 0 6px; }
.tour-archive-item__image img {
    display: block;
    width: 100%;
    max-width: 100%; }

.tour-archive-item__source {
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    font-size: 12px;
    color: #fff; }

/* tour-archive end */
/* tour-contacts */
.tour-contacts {
    padding: 67px 50px 100px 100px; }
.tour-contacts__title {
    font-size: 121px;
    letter-spacing: -0.045em;
    color: #fff;
    text-transform: uppercase;
    font-weight: 900;
    padding: 0 0 7px; }
.tour-contacts__desc {
    color: #f3f4f7;
    line-height: 1.18;
    padding: 0 0 30px;
    min-height: 112px; }

.tour-contacts-form {
    max-width: 638px; }
.tour-contacts-form input[type="text"],
.tour-contacts-form input[type="email"],
.tour-contacts-form textarea {
    border-bottom-color: rgba(255, 255, 255, 0.2);
    font-size: 20px;
    color: #fff; }
.tour-contacts-form input[type="text"]:focus,
.tour-contacts-form input[type="email"]:focus,
.tour-contacts-form textarea:focus {
    border-bottom-color: #fff; }
.tour-contacts-form textarea {
    height: tour-contacts-form; }
.tour-contacts-form__buttons {
    padding: 9px 0 0;
    overflow: hidden; }
.tour-contacts-form__buttons .btn-blue {
    min-width: 157px;
    display: block;
    float: left; }
.tour-contacts-form__result {
    display: none;
    overflow: hidden;
    color: #fff;
    padding: 14px 0 0 20px; }

.tour-contacts-form-columns {
    margin-left: -40px; }
.tour-contacts-form-columns [class^="col-"] {
    padding-left: 40px; }

/* tour-contacts end */
.tour-footer {
    display: none; }

.tooltip-link {
    display: inline-block;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    border: 1px solid #adaaa6;
    background: #fff;
    text-align: center;
    font-weight: 600;
    color: #0072ff;
    font-size: 11px;
    line-height: 14px;
    cursor: pointer; }

.tooltip {
    z-index: 100;
    position: absolute;
    left: 0;
    top: 0;
    width: 279px;
    background: #fff;
    -webkit-box-shadow: 0 1px 32px rgba(0, 0, 0, 0.18);
    box-shadow: 0 1px 32px rgba(0, 0, 0, 0.18);
    padding: 12px 15px 14px 20px;
    pointer-events: none;
    display: none; }


@media (min-width:320px)  { /* smartphones, portrait iPhone, portrait 480x320 phones (Android) */ }
@media (min-width:480px)  { /* smartphones, Android phones, landscape iPhone */ }
@media (min-width:600px)  { /* portrait tablets, portrait iPad, e-readers (Nook/Kindle), landscape 800x480 phones (Android) */ }
@media (min-width:801px)  { /* tablet, landscape iPad, lo-res laptops ands desktops */ }
@media (min-width:1025px) { /* big landscape tablets, laptops, and desktops */ }
@media (min-width:1281px) { /* hi-res laptops and desktops */ }

@media (min-width:600px)  {
    .tooltip {
        margin-top: 28px;
        margin-left: -170px;
    }
}

.tooltip:before {
    content: '';
    position: absolute;
    left: 38px;
    bottom: 100%;
    width: 0;
    height: 0;
    border-bottom: 10px solid #fff;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent; }
.tooltip__title {
    font-weight: 700;
    font-size: 16px;
    padding: 0 20px 6px 0; }
.tooltip__desc {
    font-size: 14px;
    line-height: 1.3;
    color: #686a71; }
.tooltip__close {
    position: absolute;
    right: 10px;
    top: 10px;
    cursor: pointer;
    background-image: url(../img/sprite.png);
    background-position: -158px -37px;
    width: 10px;
    pointer-events: all;
    height: 10px; }
.tooltip.top:before {
    bottom: auto;
    top: 100%;
    border-bottom: 0;
    border-top: 10px solid #fff; }
.tooltip.left:before {
    left: auto;
    right: 38px; }

/* TOUR PAGE END */

/* MEDIA */
body .desktop-hidden {
    display: none; }

.mobile-res,
.tablet-res {
    display: none;
    width: 1px;
    height: 1px;
    position: absolute;
    left: -9999px;
    top: -9999px; }

/* MEDIA END */
/* 2000x768*/
/* MOBILE MEDIA */
/* > 1023 */
@media (min-width: 1024px) {
    /* 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 */

}

@media (min-width: 640px) and (max-width: 1024px) {
    .tour__menu-top-list li:nth-child(4){
        display: none;
    }
}

/* 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-height: 655px) {
    .tour-main__others{
        display: none;
    }
}

@media (min-width: 1024px) and (max-width: 1402px) {
    .drop-holder-town {
        margin-right: 40px; }
    .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 20px 10px; }
    .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: 75px; }
    .tour-desc__date {
        padding: 0 0 35px; }
    .tour-tickets {
        padding-left: 30px; }
    .tour-tickets__title {
        font-size: 84px; }
    .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; } }

/* MOBILE MEDIA END */
/* TABLET MEDIA */
/* < 1024 */
@media (max-width: 1023px) {
    body .tablet-hidden {
        display: none; }
    body .tablet-visible {
        display: block; }
    .nav-list li a{
        color:black;
    }
    .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-menu-list{
        margin-bottom: 20px;
    }
    .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 {
        display: none;
        width: auto;
        margin: 0;
        text-align: center;
        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; }
    .drop-holder-language__inner{
        text-align: center;
    }
    .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 {
        margin: 20px 22px 0 0;
        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: 90px;
        top: -8px; }
    .header-categories-list.active {
        margin: 0 0 0 15px; }
    .header-categories-menu-link {
        top: 15px;
        right: 22px; }
    .header-nav-link{
        display: block;
    }
    .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: 80%;
        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 {
        margin-right: 30px;
        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 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: inherit;
        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%;
        left: 0;
        top: -100px;
        position: absolute;
        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: #242e38; }
    .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: #242e38; }
    .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: #242e38;
        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 */
}

/* < 1024 end */
/* TABLET MEDIA END */
/* MOBILE MEDIA */
/* < 768 */
@media (max-width: 767px) {
    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: 0px 0 30px 0px !important; }
    .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; }
    .header-search-link {
        display: none;
        /*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; top: -200px;     z-index: 100;}
    .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0; top: -200px;     z-index: 100;}
    .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; }
    .drop-holder-town__inner:before {
        left: 28px;
        top: -8px; }
    .footer__top {
        padding: 40px 0 30px; }
    .footer-menu-list li + li {
        margin: 14px 0 0; }
    .footer__bottom {
        padding: 0 0 0px; }
    .footer__bottom-middle {
        padding: 0 0 20px; }
    .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: 45px; }
    .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: right;
        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-tabs .container-small .bx-controls{
        position: relative;
    }
    .event-full-buy-tickets .btn-green {
        padding-left: 10px;
        padding-right: 10px;
        display: block; }
    .event-full-buy-tickets-info-list {
        padding: 70px 45px 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: 13px 10px;
        display: block; }
    .town-schedule-row__count{
        padding: 9px 13px 5px;
    }
    .town-schedule-tickets-row {
        padding: 10px 10px 10px 10px; }
    .town-schedule-tickets-row:before {
        right: 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 {
        width: 100%;
        margin: 15px 0 28px;
        float: right;
        align-items: flex-end;
        justify-content: right; }
    .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__buttons-bottom .btn-pink {
        margin-left: 0; }
    .event-full-main__top-right-inner {
        padding: 0 0 29px; }
    .increase-price {
        margin: 22px 0 30px 16px; }
    .event-full-main__top {
        padding: 0 0 19px; }
    .event-full-desc {
        padding: 52px 0 0; }
    .event-full-desc img{
        width: 100%; }
    .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: 20px;
        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: right; }
    .event-full--type2 .event-full-main__buttons-bottom {
        padding: 10px 0 0; }
    .event-full--type2 .event-full-main__top-right-inner {
        text-align: right;
        min-height: 0; }
    .event-full--type2 .event-full-main__top-right-inner {
        padding: 0 0 23px;    margin-bottom: 15px; }
    .event-full-main__time-column {
        padding: 12px 0 8px 62px; }
    .event-full-main__top-left {
        position: static; }
    .event-full-main__top {
        padding-bottom: 120px;
        position: relative; }
    .event-full-main__time-value {
        text-align: right;
        padding: 0 0 11px; }
    .additional-chips {
        padding: 152px 0 30px;
        text-align: center; }
    .timer__title {
        display: block;
        float: inherit;
        text-align: center;
        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 */ }
/* MOBILE MEDIA END */
@media (min-width: 320px) {
    .tooltip:before {
        left: 148px;
    }
}

@media (max-width: 640px) {
    .header-nav-link{
        display: block;
    }
}

@media (min-width: 641px) and (max-width: 767px) {
    .logo {
        left: 41%;
    }
}
@media (max-width: 640px) {
    .header-nav-link{
        display: block;
    }
    .logo {
        left: 41%;
    }
}
@media (max-width: 1366px) and (min-width: 1186px){
    .logo {
        left: 47%;
    }
}
@media (max-width: 1185px) and (min-width: 1024px){
    .logo {
        left: 44%;
    }
}
@media (max-width: 1023px){
    .logo {
        left: 41%;
    }
}
#content ul{
    list-style: inherit;
    padding: 0 0 0 40px;
}
#content ul li{
    padding: initial;
}

.read-more-state {
    display: none;
}

.read-more-target {
    opacity: 0;
    max-height: 0;
    font-size: 0;
    transition: .25s ease;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
    opacity: 1;
    font-size: inherit;
    max-height: 999em;
}

.read-more-trigger {
    cursor: pointer;
    display: inline-block;
    padding: 0 .5em;
    color: #666;
    font-size: .9em;
    line-height: 2;
    border: 1px solid #ddd;
    border-radius: .25em;
}
.autocomplete-events-list, .autocomplete-events-list .event-small{
    cursor: pointer;
}
.autocomplete-events-list > li{
    list-style: none;
    cursor: pointer;
}
.search_loading{
    text-align: center;
    list-style: none;
}
