/*  
	--- WIDGETS CONTAINS --- 
	
	1. bxSlider
	2. Countdown
	3. Scrollpane
	
*/

/*----------- 1. BXSLIDER -----------*/
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
	position: relative;
	padding: 0;
}

.bx-wrapper img {
	max-width: 100%;
	display: block;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
	/*fix other elements on the page moving (on Chrome)*/
	-webkit-transform: translatez(0);
	-moz-transform: translatez(0);
    	-ms-transform: translatez(0);
    	-o-transform: translatez(0);
    	transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	position: absolute;
	bottom: -30px;
	width: 100%;
}

/* LOADER */

.bx-wrapper .bx-loading {
	min-height: 50px;
	background: url(/catalog/view/theme/digitalticket/img/bxslider/bx_loader.gif) center center no-repeat #fff;
	height: 100%;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
	text-align: center;
	font-size: .85em;
	font-family: Arial;
	font-weight: bold;
	color: #666;
	padding-top: 20px;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
	display: inline-block;
	*zoom: 1;
	*display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: #666;
	text-indent: -9999px;
	display: block;
	width: 10px;
	height: 10px;
	margin: 0 5px;
	outline: 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #000;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
	left: 10px;
	background: url(/catalog/view/theme/digitalticket/img/bxslider/controls.png) no-repeat 0 -32px;
}

.bx-wrapper .bx-next {
	right: 10px;
	background: url(/catalog/view/theme/digitalticket/img/bxslider/controls.png) no-repeat -43px -32px;
}

.bx-wrapper .bx-prev:hover {
	background-position: 0 0;
}

.bx-wrapper .bx-next:hover {
	background-position: -43px 0;
}

.bx-wrapper .bx-controls-direction a {
	position: absolute;
	top: 50%;
	margin-top: -16px;
	outline: 0;
	width: 32px;
	height: 32px;
	text-indent: -9999px;
	z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
	display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
	text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
	display: block;
	text-indent: -9999px;
	width: 10px;
	height: 11px;
	outline: 0;
	background: url(/catalog/view/theme/digitalticket/img/bxslider/controls.png) -86px -11px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
	background-position: -86px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
	display: block;
	text-indent: -9999px;
	width: 9px;
	height: 11px;
	outline: 0;
	background: url(/catalog/view/theme/digitalticket/img/bxslider/controls.png) -86px -44px no-repeat;
	margin: 0 3px;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
	background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
	text-align: left;
	width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
	right: 0;
	width: 35px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
	position: absolute;
	bottom: 0;
	left: 0;
	background: #666;
	background: rgba(80, 80, 80, 0.75);
	width: 100%;
}

.bx-wrapper .bx-caption span {
	color: #fff;
	font-family: Arial;
	display: block;
	font-size: .85em;
	padding: 10px;
}
/*----------- 1. BXSLIDER END -----------*/

/*----------- 2. COUNTDOWN -----------*/
.countdownHolder{
	width:450px;
	margin:0 auto;
	font: 40px/1.5 'Open Sans Condensed',sans-serif;
	text-align:center;
	letter-spacing:-3px;
}

.position{
	display: inline-block;
	height: 1.6em;
	overflow: hidden;
	position: relative;
	width: 1.05em;
}

.digit{
	position:absolute;
	display:block;
	width:1em;
	background-color:#444;
	border-radius:0.2em;
	text-align:center;
	color:#fff;
	letter-spacing:-1px;
}

.digit.static{
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.35);
	
	background-image: linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -o-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -moz-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -webkit-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	background-image: -ms-linear-gradient(bottom, #3A3A3A 50%, #444444 50%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.5, #3A3A3A),
		color-stop(0.5, #444444)
	);
}

/**
 * You can use these classes to hide parts
 * of the countdown that you don't need.
 */

.countDays{ /* display:none !important;*/ }
.countDiv0{ /* display:none !important;*/ }
.countHours{}
.countDiv1{}
.countMinutes{}
.countDiv2{}
.countSeconds{}


.countDiv{
	display:inline-block;
	width:16px;
	height:1.6em;
	position:relative;
}

.countDiv:before,
.countDiv:after{
	position:absolute;
	width:5px;
	height:5px;
	background-color:#444;
	border-radius:50%;
	left:50%;
	margin-left:-3px;
	top:0.5em;
	box-shadow:1px 1px 1px rgba(4, 4, 4, 0.5);
	content:'';
}

.countDiv:after{
	top:0.9em;
}
/*----------- 2. COUNTDOWN END -----------*/

/*----------- 3. SCROLLPANE -----------*/
/* core */
.jspContainer{
	overflow: hidden;
	position: relative;
}
.jspPane{
	position: absolute;
}
.jspVerticalBar{
	position: absolute;
	top: 0;
	right: 0;
	width: 16px;
	height: 100%;
	background: red;
}
.jspHorizontalBar{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 16px;
	background: red;
}
.jspVerticalBar *,
.jspHorizontalBar *{
	margin: 0;
	padding: 0;
}
.jspCap{
	display: none;
}
.jspHorizontalBar .jspCap{
	float: left;
}
.jspTrack{
	background: #dde;
	position: relative;
}
.jspDrag{
	background: #bbd;
	position: relative;
	top: 0;
	left: 0;
	cursor: pointer;
}
.jspHorizontalBar .jspTrack,
.jspHorizontalBar .jspDrag{
	float: left;
	height: 100%;
}
.jspArrow{
	background: #50506d;
	text-indent: -20000px;
	display: block;
	cursor: pointer;
}
.jspArrow.jspDisabled{
	cursor: default;
	background: #80808d;
}
.jspVerticalBar .jspArrow{
	height: 16px;
}
.jspHorizontalBar .jspArrow{
	width: 16px;
	float: left;
	height: 100%;
}
.jspVerticalBar .jspArrow:focus{
	outline: none;
}
.jspCorner{
	background: #eeeef4;
	float: left;
	height: 100%;
}
/* core end */
/*----------- 3. SCROLLPANE END -----------*/.drop-holder-language {
  float: right;
  position: relative;
  padding: 0;
  margin: 25px -2px 0 0px;
  width: auto; }

.drop-language {
  width: 100px; }
  .drop-language ul {
    padding: 5px; }
    .drop-language ul a {
      display: block;
      text-align: left;
      font-size: 10pt; }

.drop {
  right: 0;
  left: auto; }
  .drop .drop__arrow {
    right: 3px; }

.header-search {
  margin: 19px 0 0 25px !important; }
@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("/catalog/view/theme/digitalticket/fonts/dinpro/regular/DINPro-Regular.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/digitalticket/fonts/dinpro/regular/DINPro-Regular.otf") format("opentype"), url("/catalog/view/theme/digitalticket/fonts/dinpro/regular/DINPro-Regular.woff") format("woff"), url("/catalog/view/theme/digitalticket/fonts/dinpro/regular/DINPro-Regular.ttf") format("truetype"), url("/catalog/view/theme/digitalticket/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("/catalog/view/theme/digitalticket/fonts/dinpro/medium/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/digitalticket/fonts/dinpro/medium/DINPro-Medium.otf") format("opentype"), url("/catalog/view/theme/digitalticket/fonts/dinpro/medium/DINPro-Medium.woff") format("woff"), url("/catalog/view/theme/digitalticket/fonts/dinpro/medium/DINPro-Medium.ttf") format("truetype"), url("/catalog/view/theme/digitalticket/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("/catalog/view/theme/digitalticket/fonts/dinpro/bold/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/digitalticket/fonts/dinpro/bold/DINPro-Bold.otf") format("opentype"), url("/catalog/view/theme/digitalticket/fonts/dinpro/bold/DINPro-Bold.woff") format("woff"), url("/catalog/view/theme/digitalticket/fonts/dinpro/bold/DINPro-Bold.ttf") format("truetype"), url("/catalog/view/theme/digitalticket/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("/catalog/view/theme/digitalticket/fonts/dinpro/black/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("/catalog/view/theme/digitalticket/fonts/dinpro/black/DINPro-Black.otf") format("opentype"), url("/catalog/view/theme/digitalticket/fonts/dinpro/black/DINPro-Black.woff") format("woff"), url("/catalog/view/theme/digitalticket/fonts/dinpro/black/DINPro-Black.ttf") format("truetype"), url("/catalog/view/theme/digitalticket/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 {
  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: #000;
  text-decoration: none;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s; }
  a:hover {
    color: #FF4CC5; }

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(/catalog/view/theme/digitalticket/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: 27px; }
.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(/catalog/view/theme/digitalticket/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: 27px; }
.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); }

.grad, .footer, .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 {
  background: #fff;
  height: 80px;
  position: relative;
  z-index: 10; }
  .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(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -208px -218px;
  width: 19px;
  height: 16px; }
  .header-nav-link.active {
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
    background-position: -264px -47px;
    width: 15px;
    height: 15px; }

.header-search-link {
  display: none; }

.logo {
    width: 150px;
    height: 80px;
    position: absolute;
    left: 47%;
    top: 0;
    margin: 0 0 0 -41px;
}

.logo a img{
    width:100%;
    margin-top: 16px;
}

.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: 67px;
    margin: 0 0 -1px;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
    background-position: -232px -218px;
    width: 20px;
    height: 12px; }

.drop-holder-town {
  float: right;
  position: relative;
  padding: 0 0 0 48px;
  margin: 25px -2px 0 40px;
    width: 230px;
}
  .drop-holder-town:before {
    content: '';
    position: absolute;
    left: 0;
    top: -5px;
    width: 1px;
    height: 40px;
    background: #E0E2E7; }

.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 i, .drop-town i.fa-phone {
		margin-top: 4px;
		margin-right: 5px;
		display: block;
		float: left;
		color: #0072ff;
	}
  .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: 260px;
  right: -23px;
  padding: 15px 29px 19px; }
  .drop-town__pretitle {
    color: #9d9fa8;
    font-size: 14px;
    padding: 0 0 10px; }
  .drop-town__title {
    font-weight: 700;
    color: #0072ff; }
  .drop-town__buttons [class*="btn-"] {
    display: block; }

.drop-region {
  display: none;
  position: absolute;
  right: 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(/catalog/view/theme/digitalticket/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 {
  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(/catalog/view/theme/digitalticket/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: #FF4CC5;
      border-bottom-color: #FF4CC5; }
    .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: #FF4CC5;
        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: #FF4CC5; }

.header-categories-back-link {
  position: absolute;
  left: 10px;
  top: 50%;
  background-image: url(/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/img/sprite.png);
    background-position: -214px -65px;
    width: 4px;
    height: 22px; }
  .header-categories-menu-link.active:before {
    background-image: url(/catalog/view/theme/digitalticket/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: #FF4CC5;
  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(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: 0px 0px;
  width: 51px;
  height: 43px; }

.icon-feature2 {
  display: inline-block;
  background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -110px -37px;
  width: 43px;
  height: 43px; }

.icon-feature3 {
  display: inline-block;
  background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -56px 0px;
  width: 49px;
  height: 43px; }

.footer__bottom {
  padding: 0 0 47px; }

.footer__bottom-left {
  float: left;
  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(/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -38px -180px;
  width: 33px;
  height: 33px; }
  .soc-tw:hover {
    background-position: -76px -180px; }

.soc-yt {
  display: inline-block;
  -webkit-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -146px -213px;
  width: 33px;
  height: 33px; }
  .soc-yt:hover {
    background-position: -146px -213px; 
	opacity: .7;}
	
.soc-gplus {
  display: inline-block;
  -webkit-transition: all 0s linear 0s;
  transition: all 0s linear 0s;
  background-image: url(/catalog/view/theme/digitalticket/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: #FF4CC5; }

.copyright {
  text-align: center;
  font-size: 14px;
  color: #9d9fa8; }

.content {
  position: relative;
  z-index: 9;
  padding: 0px 0 0; }
body>.wrapper>.content {
    padding: 160px 0 0;
}
body>.wrapper>.content.content--small {
    padding: 80px 0 0;
}
body.common-home>.wrapper>.content {
    padding: 160px 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 0 0 26px;
    position: relative;
    width: auto !important; }

@media (max-width: 640px) {
    input[type="checkbox"] + label {
        padding: 2px 0 0 24px; }
}

    input[type="checkbox"] + label:before {
      position: absolute;
      content: '';
      left: 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;
      left: 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: #FF4CC5;
  text-transform: uppercase;
  border-radius: 6px; }
  .btn-pink:hover {
    background: #DB3C9E;
    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: #FF4CC5;
  border: 1px solid #FF4CC5;
  text-transform: uppercase;
  border-radius: 6px; }
  .btn-pink-border:hover {
    background: #FF4CC5;
    color: #fff; }
  .btn-pink-border--share:after {
    content: '';
    display: inline-block;
    vertical-align: middle;
    margin: -2px 2px 2px 4px;
    background-image: url(/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/img/sprite.png);
      background-position: -286px -39px;
      width: 18px;
      height: 34px; }
    .btn-share:hover .soc-share-tw {
      background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
      background-position: -84px -218px;
      width: 29px;
      height: 24px; }
    .btn-share:hover .soc-share-gplus {
      background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
      background-position: 0px -218px;
      width: 37px;
      height: 24px; }

.soc-share-fb {
  display: inline-block;
  background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -286px 0px;
  width: 18px;
  height: 34px; }

.soc-share-tw {
  display: inline-block;
  background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -118px -218px;
  width: 29px;
  height: 24px; }

.soc-share-gplus {
  display: inline-block;
  background-image: url(/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/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: 66.6668%;
  padding: 0 15px 0 86px; }

.events-recommend-slider .slider-list > li {
  width: 50%;
  float: left; }

.event-large {
  background: #fff;
  padding: 39px 37px 30px; }
  .event-large .event__bottom {
    height: 143px;
    padding: 0 0 37px; }
  .event-large .event__date {
    font-size: 14px; }
  .event-large .event__title {
    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 {
    font-size: 14px;
    padding: 0; }
  .event-large .event__price {
    overflow: hidden;
    position: absolute;
    left: 0;
    right: 150px;
    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 {
    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("/catalog/view/theme/digitalticket/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: #FF4CC5; }
  .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(/catalog/view/theme/digitalticket/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 81px; }
  .events__buttons {
    text-align: center;
    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("/catalog/view/theme/digitalticket/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: 16.66666666666667%;
    padding: 0 0 67px 45px;
    -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: #FF4CC5; }

/* 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 {
  position: absolute;
  left: 10px;
  top: 0;
  background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -84px -247px;
  width: 22px;
  height: 22px; }

.breadcrumbs-list {
  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: left;
    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 0 0 413px; }

.event-full-main__top-right-inner {
    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;
    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 {
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    padding: 0 0 44px; }

.event-full-main__count {
    display: inline-block;
    margin: 0 24px 0 3px;
    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: 60%;
    width: 1px;
    margin: 0 0 0 27px;
    background: #6A6666; }
.event-full-main__contacts-single .event-full-main__dates {
    float: left;
    margin-left: -100%;
    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: 41%;
    width: 1px;
    margin: 0 0 0 29px;
    background: #6A6666; }
.event-full-main__contacts-single .event-full-main__places {
    float: left;
    width: 40%;
    margin-left: 60%;
    padding: 29px 0 0 68px; }
.event-full-main__contacts-single .event-full-main__place-town {
    margin: 0 0 21px; }

.event-full-main__time-column {
    padding: 23px 0 0 50px;
    float: left;
    width: 59%; }

.event-full-main__time-value {
    font-size: 24px;
    color: #FF4CC5;
    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(/catalog/view/theme/digitalticket/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: left; }

.event-full-main__place + .event-full-main__place {
    margin-top: 10px; }

.event-full-main__place-town {
    position: relative;
    padding: 0 0 0 22px;
    margin: 0 0 16px;
    font-size: 18px;
    color: #fff; }
.event-full-main__place-town:before {
    content: '';
    position: absolute;
    left: 0;
    top: 4px;
    background-image: url(/catalog/view/theme/digitalticket/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; }

.event-full-main__buttons-bottom {
    position: absolute;
    right: 0;
    left: 165px;
    bottom: 30px;
    text-align: right; }
.event-full-main__buttons-bottom .btn-pink {
    padding: 11px 31px 14px;
    margin-left: 31px;
    vertical-align: middle; }

.event-full-main__prices {
    font-size: 18px;
    color: #fff;
    font-weight: 600; }
.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(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -264px -151px;
    width: 10px;
    height: 13px; }

.soc-fb-black-share {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -158px -52px;
    width: 7px;
    height: 13px; }

.soc-tw-black-share {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -226px -37px;
  width: 34px;
  height: 34px; }

.icon-cloud-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -173px -32px;
    width: 42px;
    height: 28px; }

.icon-coffee-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -226px -180px;
    width: 29px;
    height: 30px; }

.icon-wave-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -173px 0px;
    width: 48px;
    height: 27px; }

.icon-crystal-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -226px -146px;
    width: 33px;
    height: 29px; }

.icon-handmobile-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -173px -101px;
    width: 38px;
    height: 29px; }

.icon-shirt-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -190px -180px;
    width: 30px;
    height: 26px; }

.icon-present-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -226px -111px;
    width: 33px;
    height: 30px; }

.icon-map-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
    background-position: -110px 0px;
    width: 58px;
    height: 32px; }

.icon-infinity-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -47px -149px;
    width: 47px;
    height: 19px; }

.icon-disco-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -173px -65px;
    width: 36px;
    height: 31px; }

.icon-specback-white {
    display: inline-block;
    background-image: url(/catalog/view/theme/digitalticket/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: left; }
    .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(/catalog/view/theme/digitalticket/img/sprite.png);
      background-position: -183px -218px;
      width: 20px;
      height: 20px; }
    .event-full-tabs-control-list li.video-icon a:before {
      background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
      background-position: -152px -218px;
      width: 26px;
      height: 20px; }
    .event-full-tabs-control-list li.music-icon a:before {
      background-image: url(/catalog/view/theme/digitalticket/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: #FF4CC5;
      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: center;
  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("/catalog/view/theme/digitalticket/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: left;
    margin: 0 20px; }
    .event-full-buy-tickets-info-list li:before {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      background-image: url(/catalog/view/theme/digitalticket/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; }
  .full-schedule__title {
    text-align: center;
    text-transform: uppercase;
    padding: 0 0 38px; }

.town-schedule__title {
  font-weight: 400;
  padding: 0 0 14px; }

.town-schedule + .town-schedule {
  margin-top: 44px; }

.town-schedule-row {
  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 {
    float: right;
    padding: 38px 43px 0 0; }
  .town-schedule-row__count {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    background: #FF4CC5;
    padding: 3px 13px 5px;
    border-radius: 12px;
    min-width: 40px;
    text-align: center; }
  .town-schedule-row__arrow {
    background-image: url(/catalog/view/theme/digitalticket/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: -3px 0 0 21px; }
  .town-schedule-row__content {
    overflow: hidden;
    padding: 19px 18px; }
  .town-schedule-row__title {
    text-transform: uppercase;
    color: #FF4CC5;
    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 {
  background: #FFF8E8;
  border-top: 1px solid #EEF0F2;
  position: relative;
  padding: 10px 42px 10px 129px; }
  .town-schedule-tickets-row:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 46px;
    margin: -12px 0 0;
    opacity: 0.3;
    background-image: url(/catalog/view/theme/digitalticket/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;
    color: #0072ff;
    font-weight: 600;
    padding: 4px 0 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(/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/img/sprite.png);
  background-position: -171px -149px;
  width: 19px;
  height: 17px; }
  .icon-like.liked {
    background-image: url(/catalog/view/theme/digitalticket/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("/catalog/view/theme/digitalticket/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: #FF4CC5; }
  .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(/catalog/view/theme/digitalticket/img/sprite.png);
          background-position: 0px -101px;
          width: 43px;
          height: 43px; }
        .tour-main__others-list li.green-tickets-icon:before {
          background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
          background-position: 0px -48px;
          width: 42px;
          height: 48px; }
        .tour-main__others-list li.brown-photos-icon:before {
          background-image: url(/catalog/view/theme/digitalticket/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: #FF4CC5;
    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: #FF4CC5;
    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("/catalog/view/theme/digitalticket/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(/catalog/view/theme/digitalticket/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: 7px; }
    .header-categories-menu-link {
        right: 10px; }
    .events-list {
        margin-left: -20px; }
    .events-list > li {
        padding-left: 20px; }
    .event__caption {
        padding: 10px; }
    .event-large {
        padding: 20px; }
    .main-promo__inner {
        margin-left: -20px; }
    .events-recommend {
        padding: 0 0 0 20px; }
    .events-today {
        padding: 0 0 0 20px; }
    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: -10px; }
    .bx-wrapper .bx-controls-direction a.bx-next {
        right: -10px; }
    .banner__title {
        font-size: 90px; }
    .event-full:before {
        font-size: 198px; }
    .tour__menu-top {
        left: 43%;
        padding-left: 30px;
        padding-right: 30px; }
    .tour-sidebar {
        width: 43%; }
    .tour {
        margin-left: 43%; }
    .tour-main {
        padding-left: 30px;
        padding-right: 30px; }
    .tour-main__title {
        font-size: 100px; }
    .tour-desc {
        padding-left: 30px; }
    .tour-desc__title {
        font-size: 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; }
    .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(/catalog/view/theme/digitalticket/img/sprite.png);
        background-position: -286px -147px;
        width: 16px;
        height: 16px; }
    .header-search {
        display: none;
        width: auto;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        z-index: 20;
        background: #fff;
        height: 51px;
        padding: 4px 20px 0;
        -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.14) inset;
        box-shadow: 0 0 5px rgba(0, 0, 0, 0.14) inset; }
    .header-search input[type="submit"] {
        right: 20px;
        top: 12px; }
    .nav {
        display: none;
        float: none;
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        top: 100%;
        text-align: center; }
    .nav li {
        margin: 0;
        float: none;
        border-top: 1px solid #EEF0F2; }
    .nav a {
        display: block;
        padding: 25px 10px;
        background: #fff; }
    .nav a:hover {
        background: #FFF8E8; }
    .nav-list {
        margin: 0; }
    .header-dates-list a {
        min-width: 134px; }
    .main-promo > .container {
        padding: 0; }
    .main-promo__inner {
        margin: 0; }
    .events-recommend {
        float: none;
        width: auto;
        padding: 0 0 70px; }
    .block-title {
        text-align: center; }
    .events-recommend-slider {
        margin: 0 -37px; }
    .events-recommend-slider .bx-wrapper .bx-viewport {
        overflow: visible !important; }
    .bx-wrapper .bx-pager {
        display: block; }
    .events > .container {
        padding-left: 54px;
        padding-right: 54px; }
    .events-list > li {
        width: 33.33%; }
    .site-rules {
        display: none; }
    .footer__phones {
        padding: 0 0 8px; }
    .footer__features {
        padding: 0 0 67px; }
    .footer__features-list {
        font-size: 0;
        line-height: 0; }
    .footer__features-list > li {
        width: 33.33%;
        min-width: 0;
        margin: 0;
        padding: 0 5px;
        font-size: 18px;
        line-height: 1.2; }
    .footer__features-list > li + li:before {
        top: 0;
        left: 0;
        height: 113px; }
    .footer-feature {
        text-align: center; }
    .footer-feature__image {
        float: none;
        margin: 0 0 10px; }
    .footer__bottom {
        padding: 0 0 94px; }
    .footer__bottom-middle {
        padding: 0 0 16px;
        float: none;
        width: auto; }
    .footer__bottom-left {
        float: none;
        width: auto;
        margin: 0;
        padding: 0 0 17px; }
    .payments-list {
        margin: 0;
        text-align: center; }
    .payments-list li {
        margin: 0 5px; }
    .payments-list li + li {
        margin: 0 5px; }
    .footer__bottom-right {
        float: none;
        width: auto;
        margin: 0;
        padding: 0 0 13px; }
    .social-list {
        text-align: center; }
    .social-list li {
        margin: 0 5px; }
    .social-list li + li {
        margin: 0 5px; }
    .copyright {
        position: absolute;
        left: 0;
        right: 0;
        bottom: 57px; }
    .events-today {
        padding: 0 0 71px;
        overflow: visible; }
    .events-today .block-title {
        padding: 0 0 53px; }
    .events-today-slider {
        padding: 0 54px; }
    .events-today-slider .events-list {
        margin: 0; }
    .events-today-slider .events-list > li {
        padding: 0;
        margin: 0;
        width: auto; }
    .events-today-slider .events-list > li:nth-child(n+5) {
        display: block; }
    .bx-wrapper .bx-controls-direction a {
        margin-top: 0;
        top: -67px; }
    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 37px; }
    .bx-wrapper .bx-controls-direction a.bx-next {
        right: 37px; }
    .drop-holder-town {
        padding: 0 0 0 160px;
        margin: 20px 22px 0 0;
        width: 50%;
        text-align: right; }
    .drop-holder-town:before {
        display: none; }
    .drop-holder-town__inner {
        display: inline-block;
        position: relative;
        max-width: 100%; }
    .drop-holder-town__inner:before {
        content: '';
        width: 1px;
        height: 40px;
        background: #E0E2E7;
        position: absolute;
        left: -51px;
        top: -5px; }
    .header-categories-list.active {
        margin: 0 0 0 15px; }
    .header-categories-menu-link {
        top: 15px;
        right: 22px; }
    .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: auto;
        left: 0; }
    /* INDEX PAGE END */
    /* INDEX RESULTS PAGE */
    .banner {
        padding: 8px 0 20px; }
    .banner__content {
        display: block;
        text-align: center; }
    .banner__title {
        display: block;
        line-height: 1.1;
        margin: 0; }
    .banner__desc {
        display: block;
        padding: 0; }
    /* INDEX RESULTS PAGE END */
    /* EVENT PAGE */
    .drop-holder-share .drop-share {
        right: -12px; }
    .drop-holder-share .drop-share .drop__arrow {
        right: 56px; }
    .content--small {
        padding: 80px 0 0; }
    .breadcrumbs-back-link {
        left: 30px; }
    .breadcrumbs .container {
        padding-left: 30px;
        padding-right: 30px; }
    .event-full:before {
        display: none; }
    .event-full-main > .container-small {
        padding-left: 30px;
        padding-right: 30px; }
    .event-full-main__top-right {
        padding: 0 0 0 374px; }
    .event-full-main__title {
        line-height: 1.2;
        padding: 0 0 3px;
        margin-right: -10px; }
    .event-full--type2 .event-full-main__title {
        padding: 0 0 8px; }
    .event-full-main__count {
        margin: 0 0 24px;
        font-size: 18px; }
    .event-full-main__buttons-top {
        margin: 0 0 0 5px; }
    .event-full-main__contacts {
        margin: 8px 0 0; }
    .event-full-main__contacts:before {
        display: none; }
    .event-full-main__contacts .event-full-main__dates {
        width: auto;
        float: none;
        padding: 0 0 20px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1); }
    .event-full-main__dates-divider {
        margin: 0 13px 0 15px; }
    .event-full-main__contacts .event-full-main__places {
        padding: 21px 4px 0;
        float: none;
        width: auto;
        text-align: left; }
    .event-full-main__place-town {
        margin: 0 0 7px; }
    .event-full-main__top-right-inner {
        min-height: 502px;
        padding: 0 0 118px; }
    .event-full-main__buttons-bottom {
        text-align: left;
        left: 0; }
    .event-full-main__buttons-bottom .btn-pink {
        margin-left: 5px; }
    .event-full-main__prices {
        padding: 0 0 16px;
        display: block; }
    .event-full-main__buttons-top .drop-holder-share {
        bottom: 30px;
        right: 2px;
        left: auto;
        z-index: 5; }
    .btn-pink-border--share {
        padding: 7px 14px 9px; }
    .btn-pink-border--share:after {
        display: none; }
    .increase-price {
        margin: 49px 0 49px 6px;
        float: none; }
    .event-full-tabs-control-list {
        margin: 0 -30px; }
    .event-full-desc {
        padding: 61px 0 0; }
    .event-full-buy-tickets {
        padding: 87px 0 86px;
        margin: 0 -6px; }
    .event-full-buy-tickets-info-list {
        font-size: 0;
        line-height: 0;
        padding: 90px 0 66px; }
    .event-full-buy-tickets-info-list li {
        width: 25%;
        vertical-align: top;
        margin: 0;
        font-size: 15px;
        line-height: 1.2; }
    .full-schedule {
        padding: 64px 0 0; }
    .events-related {
        padding: 73px 0 128px; }
    .events-related-slider {
        margin: 0 -20px 0 -39px; }
    .events-related-slider .events-list > li {
        display: block;
        padding: 0; }
    .events-related-slider .bx-wrapper .bx-pager {
        bottom: -65px; }
    .event-full-main__contacts-single {
        margin: -16px 0 0; }
    .event-full-main__contacts-single:before {
        display: none; }
    .event-full-main__contacts-single .event-full-main__places {
        margin: 0;
        padding: 0 0 14px 4px;
        float: none;
        width: auto; }
    .event-full-main__contacts-single .event-full-main__dates {
        float: none;
        margin: 0;
        padding: 0;
        width: auto; }
    .event-full-main__contacts-single .event-full-main__dates:before {
        display: none; }
    .event-full-main__time-column {
        padding: 23px 0 8px 65px;
        width: auto;
        overflow: hidden;
        float: none;
        position: relative; }
    .event-full-main__time-column:before {
        content: '';
        position: absolute;
        top: 8px;
        bottom: 0;
        left: 31px;
        width: 1px;
        background: rgba(255, 255, 255, 0.2); }
    .event-full-main__contacts-single .event-full-main__place-town {
        margin: 0 0 2px; }
    .event-full-main__contacts-single .event-full-main__dates .event-full-main__dates-column {
        width: auto;
        min-width: 29%;
        text-align: center; }
    .event-full--type2 .event-full-main__buttons-top .drop-holder-share {
        right: auto;
        left: 5px;
        bottom: 151px; }
    .event-full--type2 .btn-pink-border--share {
        padding: 7px 14px 6px; }
    .event-full--type2 .btn-pink-border--share:after {
        display: inline-block; }
    .additional-chips__tickets {
        display: none; }
    .additional-chips__title {
        padding: 9px 0 0 5px; }
    /* EVENT PAGE END */
    /* TOUR PAGE */
    .tour-page {
        height: auto;
        overflow: auto; }
    .tour-wrapper {
        height: auto;
        position: static; }
    .tour-sidebar {
        position: static;
        width: auto; }
    .tour-side-concerts {
        position: static;
        padding: 23px 38px 23px 30px; }
    .tour-concerts-table-wrap {
        position: static; }
    .tour-concerts-table-wrap .scrollpane-vertical {
        height: auto; }
    .tour-concerts-table-holder {
        padding: 0 0 0 27px; }
    .tour-side-setlist {
        position: static;
        padding: 0 21px 0 30px; }
    .tour-footer {
        display: block;
        font-size: 14px;
        color: #9d9fa8;
        padding: 13px 0 12px; }
    .tour-footer__left {
        margin-left: -100%;
        float: left;
        width: 33.33%;
        padding: 15px 0 0; }
    .tour-footer__middle {
        float: left;
        width: 100%;
        padding: 0 33.33%;
        text-align: center; }
    .tour-footer__right {
        float: left;
        margin-left: -33.33%;
        width: 33.33%;
        text-align: right;
        padding: 15px 0 0; }
    .tour-footer__right a {
        color: #0072ff; }
    .tour-footer__right a:hover {
        color: #FF4CC5; }
    .tour-footer .container {
        padding-left: 30px;
        padding-right: 30px; }
    .logo-small-black {
        width: 59px;
        height: 49px;
        display: inline-block;
        background: url("/catalog/view/theme/digitalticket/img/logo-small-black.png") no-repeat 0 0; }
    .tour {
        margin: 0;
        height: auto; }
    .tour-sections {
        height: auto; }
    .tour-sections .bx-wrapper .bx-pager {
        bottom: 38px; }
    .tour-sections .bx-wrapper .bx-pager.bx-default-pager a {
        width: 9px;
        height: 9px;
        background: #fff;
        opacity: 0.2;
        margin: 0 8px; }
    .tour-sections .bx-wrapper .bx-pager.bx-default-pager a:hover {
        opacity: 0.5; }
    .tour-sections .bx-wrapper .bx-pager.bx-default-pager a.active {
        opacity: 1; }
    .tour-section {
        height: auto;
        min-height: 100vh; }
    .tour__menu-side {
        display: none; }
    .logo-small {
        display: none; }
    .tour__menu-top {
        margin: 0;
        position: absolute;
        left: 0;
        right: 0;
        padding-left: 10px;
        padding-right: 10px;
        background: none;
        -webkit-filter: 0;
        filter: 0; }
    .tour__menu-top-list {
        text-align: center; }
    .tour-sections .bx-wrapper .bx-controls-direction a {
        margin: 0;
        top: 123px;
        background: #FF4CC5; }
    .tour-sections .bx-wrapper .bx-controls-direction a:before {
        background-image: url(/catalog/view/theme/digitalticket/img/sprite.png);
        background-position: -264px -85px;
        width: 10px;
        height: 18px; }
    .tour-sections .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0; }
    .tour-sections .bx-wrapper .bx-controls-direction a.bx-next {
        right: 0; }
    .tour-sections .bx-wrapper .bx-controls-direction a:hover {
        background: #DB3C9E; }
    .tour-section-buttons {
        display: none; }
    .tour-main {
        padding: 67px 60px;
        text-align: center; }
    .tour-main__top {
        min-height: 347px;
        margin: 0 0 20px; }
    .tour-main__others {
        position: static; }
    .tour-main__others-list {
        text-align: left;
        display: inline-block; }
    .tour-desc {
        text-align: center;
        padding: 67px; }
    .tour-sections .scrollpane-vertical__inner {
        padding-right: 0; }
    .tour-desc__text {
        max-width: 100%; }
    .tour-tickets {
        padding: 67px 50px; }
    .tour-tickets__title {
        margin: 0 0 21px;
        text-align: center; }
    .tour-archive {
        padding: 67px 0;
        text-align: center; }
    .tour-archive__buttons {
        margin-left: 0; }
    .tour-archive__tag {
        min-height: 97px; }
    .tour-sections .scrollpane-vertical {
        height: auto; }
    .tour-archive-list {
        max-width: none;
        text-align: left; }
    .tour-archive-item__image {
        margin: 0 0 5px; }
    .tour-contacts {
        padding: 67px 65px; }
    .tour-contacts textarea {
        height: 113px; }
    .tour-contacts__title {
        text-align: center;
        letter-spacing: -0.02em; }
    .tour-contacts__desc {
        text-align: right;
        max-width: 560px;
        margin: 0 auto; }
    .tour-contacts-form__buttons {
        padding: 39px 0 0; }
    .tour-contacts-form__buttons .btn-blue {
        margin: 0 auto;
        float: none; }
    .tour-contacts-form__result {
        overflow: visible;
        padding: 17px 0 0;
        text-align: center; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets {
        padding-bottom: 0; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets > .tour-concerts-table-column:first-child:after {
        width: 5px;
        border-radius: 8px;
        background: #E0E2E7;
        position: absolute;
        left: -23px;
        top: 0;
        bottom: 0;
        border: 0;
        height: auto; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets.active + .tour-concerts-table__row {
        border-top-color: transparent; }
    .tour-concerts-table .tickets-table {
        display: table;
        font-size: 14px;
        color: #000; }
    .tour-concerts-table .tickets-table tr:hover {
        background: #F3F4F6; }
    .tour-concerts-table .tickets-table td {
        padding-top: 13px;
        padding-bottom: 12px; }
    .tour-concerts-table .tickets-table .col-ticket {
        padding-left: 10px; }
    .tour-concerts-table .tickets-table .col-title {
        color: #000; }
    .tour-concerts-table .tickets-table .col-price {
        color: #FF4CC5;
        font-size: 18px; }
    .tour-concerts-table .tickets-table .col-price span {
        font-size: 18px; }
    .tour-concerts-table .tickets-table .col-action {
        width: 125px;
        padding-left: 18px;
        padding-right: 34px; }
    .tour-concerts-table .tickets-table .col-action .btn-white {
        color: #0072ff;
        border: 1px solid #0072ff;
        min-width: 78px;
        padding: 8px 10px 10px;
        font-size: 12px; }
    .btn-blue.js-tour-tickets-accord:after {
        content: '';
        display: inline-block;
        margin: 0 -2px 3px 5px;
        background-image: url(/catalog/view/theme/digitalticket/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: 0 0 67px; }
    .footer__desc {
        display: none; }
    .footer__features {
        display: none; }
    .footer-menu-list li {
        display: block;
        margin: 0; }
    .footer-menu-list li + li {
        margin: 10px 0 0; }
    .header > .container {
        padding-left: 20px;
        padding-right: 20px; }
    .drop-holder-town {
        width: auto;
        padding: 0;
        margin: 26px 0 0; }
    .drop-link-town {
        width: 12px;
        height: 15px; }
    .drop-link-town:before {
        display: none; }
    .drop-link-town span {
        display: none; }
    .drop-holder-town__inner:before {
        left: -21px; }
    .header-search-link {
        left: -57px;
        top: 4px; }
    .header-categories-menu-link {
        right: 11px;
        top: 14px; }
    .content {
        padding: 162px 0 0; }
    .header-dates {
        margin: 0 0 43px; }
    .events-recommend-slider {
        margin: 0; }
    .event-large {
        padding: 0 0 30px; }
    .bx-wrapper .bx-controls-direction a.bx-prev {
        left: 0; 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; }
    .footer__top {
        padding: 40px 0 30px; }
    .footer-menu-list li + li {
        margin: 14px 0 0; }
    .footer__bottom {
        padding: 0 0 77px; }
    .footer__bottom-middle {
        padding: 0 0 47px; }
    .payments-list li,
    .payments-list li + li {
        margin: 0 8px; }
    .social-list li,
    .social-list li + li {
        margin: 0 7px; }
    .copyright {
        bottom: 40px; }
    .drop-town {
        right: -18px; }
    .drop-town .drop__arrow {
        right: 13px; }
    .drop-region__top {
        padding: 25px 15px 28px 22px; }
    .drop-region__regions, .drop-region__towns {
        padding: 18px 10px 36px 12px; }
    .drop-region__regions .scrollpane-vertical,
    .drop-region__towns .scrollpane-vertical {
        height: 351px; }
    /* INDEX PAGE END */
    /* INDEX RESULTS PAGE */
    .banner {
        padding: 8px 0 12px;
        min-height: 0; }
    .banner__title {
        font-size: 40px; }
    .banner__place {
        font-size: 22px; }
    .banner__date {
        font-size: 19px; }
    /* INDEX RESULTS PAGE END */
    /* EVENT PAGE */
    .breadcrumbs-list li {
        display: none; }
    .breadcrumbs-list li:last-child {
        display: block;
        padding: 0; }
    .breadcrumbs-list li:last-child:before {
        display: none; }
    .content--small {
        padding: 80px 0 0; }
    .breadcrumbs .container {
        padding-left: 20px;
        padding-right: 20px; }
    .breadcrumbs-back-link {
        left: 20px; }
    .event-full-main > .container-small {
        padding-left: 20px;
        padding-right: 20px; }
    .event-full-main__top-left {
        float: none;
        margin: 0;
        width: auto; }
    .event-full-main__top-right {
        margin: 0;
        padding: 0;
        float: none;
        width: auto; }
    .timer {
        display: none; }
    .event-full-main__buttons-top {
        display: block;
        margin: 0 0 0 -3px; }
    .event-full-main__buttons-top .btn-white-border {
        width: 59%;
        float: left;
        padding-left: 5px;
        padding-right: 5px; }
    .event-full-main__buttons-top .btn-pink-border {
        display: block;
        padding-left: 5px;
        padding-right: 5px; }
    .event-full-main__buttons-top .drop-holder-share {
        width: 41%;
        float: left;
        padding-left: 10px; }
    .event-full-main__buttons-top:after {
        content: '';
        clear: both;
        display: table; }
    .event-full-main__place-town {
        display: inline-block;
        margin: 0 0 9px; }
    .event-full-main__buttons-top .drop-holder-share {
        position: relative;
        left: auto;
        top: auto;
        right: auto;
        bottom: auto; }
    .event-full-main__places-inner {
        display: block;
        text-align: center; }
    .event-full-main__buttons-bottom {
        position: static;
        text-align: center; }
    .event-full-tabs-control-list a span {
        display: none; }
    .event-full-tabs .container-small {
        padding-left: 12px;
        padding-right: 12px; }
    .event-full-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 0 55px 17px; }
    .event-full-buy-tickets-info-list li {
        width: auto;
        display: block; }
    .event-full-buy-tickets-info-list li + li {
        margin-top: 32px; }
    .event-full-buy-tickets-info-list li br {
        display: none; }
    .event-full-buy-tickets {
        margin: 0;
        padding: 30px 0 52px; }
    .share-block {
        margin: 0 -12px; }
    .share-block-list > li {
        display: block;
        margin: 0; }
    .share-block-list > li + li {
        margin-top: 10px; }
    .events-related {
        padding: 67px 0 121px; }
    .events-related__title {
        padding: 0 0 49px; }
    .events-related-slider {
        margin: 0 -20px;
        padding: 0 65px; }
    .events-related-slider .bx-wrapper .bx-viewport {
        overflow: visible !important; }
    .events-related-slider .slider-list {
        font-size: 0;
        line-height: 0;
        white-space: nowrap; }
    .events-related-slider .slider-list > li {
        float: none !important;
        display: inline-block !important;
        vertical-align: top;
        font-size: 18px;
        line-height: 1.2;
        white-space: normal; }
    .full-schedule {
        padding: 39px 0 0; }
    .full-schedule .container-small {
        padding-left: 0;
        padding-right: 0; }
    .town-schedule__title {
        text-align: center; }
    .town-schedule-row__right {
        padding: 10px 10px 0 0; }
    .town-schedule-row__arrow {
        margin: 29px auto 0;
        display: block; }
    .town-schedule-tickets-row {
        padding: 10px 10px 10px 48px; }
    .town-schedule-tickets-row:before {
        left: 15px; }
    .breadcrumbs-list {
        padding-left: 44px; }
    .event-full-main {
        padding: 7px 0 0; }
    .event-full-image {
        margin: 0 0 7px; }
    .event-full-main__title {
        padding: 0 0 8px; }
    .event-full-main__count {
        margin: 0 0 28px; }
    .event-full-main__contacts {
        margin: 18px 0 0; }
    .event-full-main__contacts .event-full-main__dates {
        padding: 0 0 20px 12px; }
    .event-full-main__contacts .event-full-main__places {
        padding: 26px 0 0; }
    .event-full-main__contacts {
        min-height: 348px; }
    .event-full-main__buttons-bottom .btn-pink {
        margin-left: 0; }
    .event-full-main__top-right-inner {
        padding: 0 0 29px; }
    .increase-price {
        margin: 22px 0 30px 16px; }
    .event-full-main__top {
        padding: 0 0 19px; }
    .event-full-desc {
        padding: 52px 0 0; }
    .event-full-desc h2 {
        font-size: 24px;
        padding: 0 0 36px; }
    .full-schedule__title {
        padding: 0 0 31px; }
    .town-schedule__title {
        padding: 0 0 30px; }
    .town-schedule + .town-schedule {
        margin-top: 28px; }
    .event-full--type2 .event-full-main__buttons-top .drop-holder-share {
        left: 50%;
        width: 146px;
        bottom: 130px;
        margin-left: -79px;
        position: absolute; }
    .event-full--type2 .event-full-main__buttons-bottom {
        padding: 50px 0 0; }
    .event-full--type2 .timer {
        text-align: center;
        position: absolute;
        left: auto;
        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: left; }
    .event-full--type2 .event-full-main__buttons-bottom {
        padding: 75px 0 0; }
    .event-full--type2 .event-full-main__top-right-inner {
        min-height: 0; }
    .event-full--type2 .event-full-main__top-right-inner {
        padding: 0 0 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 {
        padding: 0 0 11px; }
    .additional-chips {
        padding: 152px 0 30px;
        text-align: center; }
    .timer__title {
        display: block;
        width: auto;
        margin: 0 0 16px; }
    /* EVENT PAGE END */
    /* TOUR PAGE */
    .tour-side-setlist {
        padding: 0 7px 0 20px; }
    .tour-side-setlist__left {
        display: none; }
    .tour-footer {
        padding: 37px 0 12px; }
    .tour-footer__middle {
        float: none;
        width: auto;
        padding: 0; }
    .tour-footer__right {
        float: none;
        width: auto;
        margin: 0;
        padding: 16px 0 7px;
        text-align: center; }
    .tour-footer__left {
        float: none;
        width: auto;
        margin: 0;
        padding: 0;
        text-align: center; }
    .tour-concerts-table > .tour-concerts-table__row {
        padding-bottom: 77px; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets {
        padding-top: 30px;
        padding-bottom: 19px !important; }
    .tour-concerts-table > .tour-concerts-table__row.row-tickets > .tour-concerts-table-column:first-child:after {
        top: -10px; }
    .tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column.col-buttons {
        position: absolute;
        left: -1px;
        margin: 0;
        bottom: 30px;
        float: none; }
    .tour-concerts-table > .tour-concerts-table__row > .tour-concerts-table-column:first-child:before {
        height: 114px;
        top: -115px; }
    .tour-concerts-table .tickets-table {
        display: block; }
    .tour-concerts-table .tickets-table tbody,
    .tour-concerts-table .tickets-table tr {
        display: block;
        position: relative; }
    .tour-concerts-table .tickets-table tbody + tr,
    .tour-concerts-table .tickets-table tr + tr {
        margin-top: 28px; }
    .tour-concerts-table .tickets-table td {
        display: block;
        padding: 0 !important; }
    .tour-concerts-table .tickets-table td.col-ticket {
        margin-bottom: 13px; }
    .tour-concerts-table .tickets-table td.col-title {
        padding-right: 78px !important;
        letter-spacing: -0.013em; }
    .tour-concerts-table .tickets-table td.col-price {
        position: absolute;
        right: 3px;
        top: -4px;
        font-size: 16px; }
    .tour-concerts-table .tickets-table td.col-price span {
        font-size: 16px; }
    .tour-concerts-table .tickets-table td.col-action {
        position: absolute;
        right: 0;
        top: 17px;
        width: 78px; }
    .tour-concerts-table .tickets-table td.col-action [class*="btn-"] {
        width: 100%;
        display: block; }
    .tour-concerts-table .tickets-table td.col-action [class*="btn-"] + [class*="btn-"] {
        margin-top: 5px; }
    .tour-side-concerts {
        padding: 23px 20px 4px; }
    .tour__menu-top {
        padding: 13px 0;
        left: 45px;
        right: 45px; }
    .tour__menu-top-list {
        font-size: 18px;
        margin: 0; }
    .tour__menu-top-list li:not(.current) {
        display: none; }
    .tour__menu-top-list li + li {
        margin: 0; }
    .tour-main {
        padding: 87px 20px 100px; }
    .tour-sections .bx-wrapper .bx-pager {
        bottom: 68px; }
    .tour-sections .bx-wrapper .bx-controls-direction a {
        top: 0; }
    .tour-main__title {
        padding: 0 0 14px; }
    .tour-main__places {
        padding: 0 0 7px;
        font-size: 24px; }
    .tour-main__top {
        min-height: 277px; }
    .tour-main__others-list {
        margin: 0 -7px 0 0; }
    .tour-main__others-list li {
        padding: 0 0 0 56px; }
    .tour-main__others-list li.brown-photos-icon:before {
        left: -6px; }
    .tour-main__title {
        font-size: 71px; }
    .tour-desc__title {
        display: none; }
    .tour-desc {
        padding: 75px 20px; }
    .tour-desc__date {
        padding: 0 0 47px; }
    .tour-desc__text {
        font-size: 16px; }
    .tour-archive__title {
        display: none; }
    .tour-archive {
        padding: 67px 0 100px; }
    .tour-archive__tag {
        min-height: 72px; }
    .tour-archive-list {
        margin: 0;
        padding: 0 34px; }
    .tour-archive-list li {
        width: auto;
        float: none;
        padding: 0 0 31px; }
    .tour-contacts__title {
        display: none !important; }
    .tour-contacts {
        padding: 99px 30px; }
    .tour-contacts__desc {
        text-align: center;
        margin: 0 -15px;
        padding: 0 0 47px; }
    .tour-contacts__desc br {
        display: none; }
    .tour-contacts-form-columns [class^="col-"] {
        padding-bottom: 31px; }
    .form-line {
        margin: 0; }
    .tour-contacts textarea {
        height: 49px; }
    .tour-contacts-form__buttons {
        padding: 50px 0 0; }
    .tour-tickets__title {
        display: none; }
    .tickets-town:after {
        content: '';
        clear: both;
        display: table; }
    .tickets-town__date {
        float: left;
        min-width: 49px;
        margin: 0 19px 0 0; }
    .tickets-town__title {
        overflow: hidden;
        display: block; }
    .tour-tickets {
        padding: 67px 14px 67px 10px; }
    .tickets-group .tickets-table {
        display: block; }
    .tickets-group .tickets-table tbody {
        display: block;
        padding: 5px 0 0; }
    .tickets-group .tickets-table tr {
        display: block;
        padding: 25px 0 39px;
        text-align: right; }
    .tickets-group .tickets-table tr + tr {
        border-top: 1px solid rgba(255, 255, 255, 0.1); }
    .tickets-group .tickets-table td {
        display: block;
        padding: 0 !important;
        border: 0; }
    .tickets-group .tickets-table td:after {
        content: '';
        clear: both;
        display: table; }
    .tickets-group .tickets-table td.col-ticket {
        float: left;
        margin: 0 23px 0 0; }
    .tickets-group .tickets-table td.col-title {
        overflow: hidden;
        display: table-cell;
        height: 50px;
        width: 9999px;
        text-align: left; }
    .tickets-group .tickets-table td.col-price {
        display: inline-block;
        margin-top: 20px; }
    .tickets-group .tickets-table td.col-action {
        display: inline-block;
        margin-top: 22px;
        margin-left: 18px; }
    .tour-side-concerts__menu {
        position: fixed;
        left: 0;
        right: 0;
        bottom: 0;
        background: #fff;
        margin: 0;
        padding: 23px 20px 0;
        z-index: 100; }
    .tour-side-concerts__menu.static {
        position: static;
        padding: 0;
        margin: 0 0 7px; }
    /* TOUR PAGE END */ }
/* 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: 40%;
    }
}
@media (max-width: 1023px){
    .logo {
        left: 33%;
    }
}
#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;
}.header-categories, .header-search, .drop-holder-town, .drop-holder-share, .header-dates {
  display: none; }

body.common-home > .wrapper > .content {
  padding: 120px 0 0; }

#topmenu-6 { display: none; }

@media (max-width: 1023px) {
  #topmenu-6 { display: list-item; }
}

@media (max-width: 670px) {
  .places-map-legend-list li:nth-child(odd) {
    display: none; }

  .places-map-legend-list li:first-child {
    display: table-cell; }

  .places-map-legend-list li:last-child {
    display: table-cell; }

  .places-map-legend-list {
    display: none; } }
@media (max-width: 670px) and (orientation: landscape) {
  .cart-wrapper__right .cart-info {
    top: -150px; }

  .places-map-controls {
    top: 10px;
    zoom: 55%; }

  .places-map-time {
    top: 10px;
    zoom: 55%; }

  .places-map-holder,
  .places-map-holder-images {
    height: 290px; }

  .cart-wrapper {
    padding: 50px 0 0; }

  .cart-header {
    height: 70px;
    min-height: 70px;
    overflow: hidden;
    position: fixed; }

  .cart-header__left {
    display: none; }

  .cart-header__right {
    min-height: 50px; }

  .cart-header__title {
    font-size: 18px; }

  .cart-header__count {
    position: absolute;
    cursor: pointer; }

  .cart-footer {
    height: 70px; }

  .cart-footer__left {
    padding: 0px 260px 10px 0px; }

  .cart-footer__label {
    display: none; }

  .cart-footer__right {
    padding: 10px;
    margin-left: -260px;
    width: 260px; }

  .cart-footer-slider-controls {
    float: none;
    position: absolute;
    right: 260px;
    z-index: 999;
    top: 5px;
    background: #fff;
    padding: 4px 10px; }

  .cart-footer__right-right {
    margin-top: 6px; }

  .cart-footer-total__text {
    display: none !important; }

  .cart-page--checkout .cart-checkout-footer {
    height: 90px; } }
@media (max-width: 767px) {
  .cart-footer.active, .cart-header {
    zoom: 65%; } }
@media (max-width: 767px) {
  .content--small {
    padding-top: 50px !important; }

  .header {
    height: 50px; }

  .header > .container {
    height: 50px; }

  .header-nav-link {
    margin-top: 17px; }

  .drop-holder-language.drop-holder {
    margin-top: 13px; }

  .logo {
    height: auto;
    width: 100px;
    left: 50%;
    margin-left: -50px; }

  .logo a img {
    margin-top: 10px;
    max-height: 34px;
    width: auto; }

  .breadcrumbs {
    padding: 19px 0 10px; }

  .event-full-main > .container-small {
    padding-left: 0;
    padding-right: 0; }

  .event-full-main__top-right {
    padding-left: 20px;
    padding-right: 20px; }

  .event-full--type2 .event-full-main__buttons-bottom {
    padding: 0;
    position: fixed;
    width: 100%;
    background: #00000087;
    bottom: 0;
    left: 0;
    margin-bottom: 0;
    text-align: center;
    z-index: 99; }

  .event-full-main__buttons-bottom .btn-pink {
    margin-left: 0;
    width: 100%;
    border-radius: 0;
    line-height: 2; }

  .event-full-main__prices {
    padding: 0 0 5px; }

  .bingc-phone-button {
    bottom: 12% !important; }

  .united-dates a {
    font-size: 11pt; } }
#Layer_1 {
  -ms-touch-action: none;
  touch-action: none; }

#hallHolder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }

.cart-checkout-delivery-types-list li[data-delivery-code="pickup.pickup"] .cart-checkout-delivery-type__info {
  display: none; }

.places-map-holder.disabled #Layer_1 {
  display: none; }

#Layer_1 {
  -ms-touch-action: none;
  touch-action: none; }
  #Layer_1 polygon[fill="#58585B"] {
    fill: #939597; }

#hallHolder {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%; }
  #hallHolder .back-to-main-hall {
    display: none; }

#hallLoading {
  background: #0b8218ba;
  z-index: 888;
  padding: 15px; }
  #hallLoading > * {
    color: #fff !important; }

.back-to-main-hall.back-to-main-hall-top {
  display: none;
  position: absolute;
  left: 124px;
  top: 24px; }
  @media (max-width: 640px) {
    .back-to-main-hall.back-to-main-hall-top {
      top: 10px; } }

.col-places__total, .js-cart-ticket .price {
  display: none; }

.cart-inner-places-table thead th {
  visibility: hidden; }

.row-parterre.js-cart-ticket[sector-id] {
  display: table-row; }

.cart-wrapper a.btn-blue-border,
.cart-wrapper a.btn-blue {
  padding: 7px 5px !important;
  font-size: 9pt !important; }
  .cart-wrapper a.btn-blue-border span,
  .cart-wrapper a.btn-blue span {
    font-size: 7pt;
    font-weight: 600; }

.event-full-main a.btn-pink span {
  font-size: 9pt;
  font-weight: 600; }

#stageMarker {
  display: none; }

.product-product-109 .cart-checkout-coupon {
  display: none; }

.hall-2 #sector-16 > text {
  transform: translateY(-230px); }

.hall-31 #sector-626 > text {
  transform: translate(640px, 420px); }

.hall-32 #sector-681 > path {
  transform: translate(23px, -65px); }
.hall-32 #sector-681 > text {
  transform: translate(430px, 330px) scale(0.6); }
.hall-32 #sector-683 > path {
  transform: translate(23px, -190px); }
.hall-32 #sector-683 > text {
  transform: translate(560px, 350px) scale(0.4); }
.hall-32 #sector-685 > text {
  transform: translate(420px, 470px); }
.hall-32 #decor > text {
  text-shadow: none; }

.hall-34 #sector-838 > text {
  transform: translate(50px, 90px) scale(0.9); }
.hall-34 #sector-839 > text {
  transform: translate(1660px, -540px) scale(1.5) rotate(90deg); }
.hall-34 #sector-840 > text {
  transform: translate(1520px, -340px) scale(1.1) rotate(90deg); }
.hall-34 #sector-841 > text {
  transform: translate(240px, 317px) scale(0.7); }
.hall-34 #decor > text {
  text-shadow: none; }

.hall-33 #sector-753 text {
  transform: scale(0.6) translate(-26px, 0px);
  transform-origin: center;
  transform-box: fill-box; }
.hall-33 #sector-879 > rect {
  fill: transparent; }

.hall-3 #sector-17 > text {
  transform: scale(0.6) translate(0px, 60px);
  transform-origin: center;
}
.hall-3 #sector-18 > text {
  transform: scale(0.6) translate(0px, -50px);
  transform-origin: center;
}
.hall-3 #sector-19 > text {
  transform: scale(0.6) translate(0px, -240px);
  transform-origin: center;
}
.hall-3 #sector-20 > text {
  transform: scale(0.6) translate(0px, -350px);
  transform-origin: center;
}

.product-product-139 #sector-680 > path {
  fill: transparent; }
.product-product-139 #sector-680 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-139 #sector-664 > path {
  fill: transparent; }
.product-product-139 #sector-664 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-139 #sector-662 > path {
  fill: transparent; }
.product-product-139 #sector-662 > text {
  fill: transparent;
  text-shadow: none; }

.product-product-157 #sector-819 > path {
  fill: transparent; }
.product-product-157 #sector-819 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-817 > path {
  fill: transparent; }
.product-product-157 #sector-817 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-835 > path {
  fill: transparent; }
.product-product-157 #sector-835 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-812 > path {
  fill: transparent; }
.product-product-157 #sector-812 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-814 > path {
  fill: transparent; }
.product-product-157 #sector-814 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-816 > path {
  fill: transparent; }
.product-product-157 #sector-816 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-821 > path {
  fill: transparent; }
.product-product-157 #sector-821 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-820 > path {
  fill: transparent; }
.product-product-157 #sector-820 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-822 > path {
  fill: transparent; }
.product-product-157 #sector-822 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-824 > path {
  fill: transparent; }
.product-product-157 #sector-824 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-834 > path {
  fill: transparent; }
.product-product-157 #sector-834 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-788 > path {
  fill: transparent; }
.product-product-157 #sector-788 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-786 > path {
  fill: transparent; }
.product-product-157 #sector-786 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-784 > path {
  fill: transparent; }
.product-product-157 #sector-784 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-780 > path {
  fill: transparent; }
.product-product-157 #sector-780 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-779 > path {
  fill: transparent; }
.product-product-157 #sector-779 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-778 > path {
  fill: transparent; }
.product-product-157 #sector-778 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-823 > path {
  fill: transparent; }
.product-product-157 #sector-823 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-825 > path {
  fill: transparent; }
.product-product-157 #sector-825 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-829 > path {
  fill: transparent; }
.product-product-157 #sector-829 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-831 > path {
  fill: transparent; }
.product-product-157 #sector-831 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-833 > path {
  fill: transparent; }
.product-product-157 #sector-833 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-827 > path {
  fill: transparent; }
.product-product-157 #sector-827 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-781 > path {
  fill: transparent; }
.product-product-157 #sector-781 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-832 > path {
  fill: transparent; }
.product-product-157 #sector-832 > text {
  fill: transparent;
  text-shadow: none; }
.product-product-157 #sector-819 > path, .product-product-157 #sector-819 > text,
.product-product-157 #sector-821 > path, .product-product-157 #sector-821 > text,
.product-product-157 #sector-823 > path, .product-product-157 #sector-823 > text,
.product-product-157 #sector-825 > path, .product-product-157 #sector-825 > text,
.product-product-157 #sector-827 > path, .product-product-157 #sector-827 > text,
.product-product-157 #sector-829 > path, .product-product-157 #sector-829 > text,
.product-product-157 #sector-831 > path, .product-product-157 #sector-831 > text,
.product-product-157 #sector-833 > path, .product-product-157 #sector-833 > text,
.product-product-157 #sector-835 > path, .product-product-157 #sector-835 > text {
  transform: translate(20px, 50px); }

.hall-71 #decor > text { text-shadow: none !important; }
.hall-71 #sector-1472 > text { transform: translate(90px, -140px) scale(0.9); }

/* Max '19 */
#sector-619 > rect {
  display: none; }

#sector-619 > text {
  display: none; }

#sector-616 > path {
  display: none; }

#sector-616 > text {
  display: none; }

.hall-45 #sector-954 > text {
  display: none; }
.hall-45 #sector-948 > text {
  display: none; }

.product-product-137 #stageMarker {
  display: block;
  background: #ff009c;
  position: absolute;
  padding: 15px;
  color: #fff;
  font-weight: 700;
  right: 0;
  top: 48%;
  border-radius: 50% 0;
  /* transform: rotate(90deg); */
  z-index: -1; }

@media (max-width: 640px) {
  #stageMarker {
    zoom: .5; } }
.payment-liqpay_bonus_plus.event {
  position: relative; }
  .payment-liqpay_bonus_plus.event:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    left: -16px;
    background: url(/image/catalog/bonusplus.png) no-repeat center transparent;
    background-size: 90%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3); }
.payment-liqpay_bonus_plus.event-large {
  position: relative; }
  .payment-liqpay_bonus_plus.event-large:before {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: url(/image/catalog/bonusplus.png) no-repeat center transparent;
    background-size: 90%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3); }
.payment-liqpay_bonus_plus.event-full {
  position: relative; }
  .payment-liqpay_bonus_plus.event-full .event-full-image:before {
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    top: -21px;
    left: -21px;
    background: url(/image/catalog/bonusplus.png) no-repeat center transparent;
    background-size: 90%;
    background-color: rgba(255, 255, 255, 0.9);
    z-index: 1;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3); }
.payment-liqpay_bonus_plus.payment-liqpay_discount_club.event {
  position: relative; }
  .payment-liqpay_bonus_plus.payment-liqpay_discount_club.event:before {
    top: -16px;
    left: 22px; }
.payment-liqpay_bonus_plus.payment-liqpay_discount_club.event-large {
  position: relative; }
  .payment-liqpay_bonus_plus.payment-liqpay_discount_club.event-large:before {
    top: 2px;
    left: 38px; }
.payment-liqpay_bonus_plus.payment-liqpay_discount_club.event-full {
  position: relative; }
  .payment-liqpay_bonus_plus.payment-liqpay_discount_club.event-full .event-full-image:before {
    top: -21px;
    left: 28px; }

.payment-liqpay_discount_club.event {
  position: relative; }
  .payment-liqpay_discount_club.event:after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: -16px;
    left: -16px;
    background: url(/image/catalog/discountclub.png) no-repeat center transparent;
    background-size: contain;
    z-index: 1;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3); }
.payment-liqpay_discount_club.event-large {
  position: relative; }
  .payment-liqpay_discount_club.event-large:after {
    content: "";
    width: 32px;
    height: 32px;
    position: absolute;
    top: 2px;
    left: 2px;
    background: url(/image/catalog/discountclub.png) no-repeat center transparent;
    background-size: contain;
    z-index: 1;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3); }
.payment-liqpay_discount_club.event-full {
  position: relative; }
  .payment-liqpay_discount_club.event-full .event-full-image:after {
    content: "";
    width: 42px;
    height: 42px;
    position: absolute;
    top: -21px;
    left: -21px;
    background: url(/image/catalog/discountclub.png) no-repeat center transparent;
    background-size: contain;
    z-index: 1;
    box-shadow: -2px -2px 5px rgba(0, 0, 0, 0.3); }

.cart-checkout-payment-item__percent {
  display: none; }

.cart-checkout-payment-item__bonus {
  position: absolute;
  top: 5px;
  left: 5px;
  font-size: 10pt;
  font-weight: 700;
  color: #de4343;
  width: 32px;
  height: 18px;
  background-color: rgba(255, 255, 255, 0.7);
  display: none; }

.payment-liqpay_bonus_plus {
  position: relative; }
  .payment-liqpay_bonus_plus .cart-checkout-payment-item__bonus {
    display: block; }
    .payment-liqpay_bonus_plus .cart-checkout-payment-item__bonus:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "-10%";
      width: 32px;
      height: 18px; }

.payment-liqpay_discount_club {
  position: relative; }
  .payment-liqpay_discount_club .cart-checkout-payment-item__bonus {
    display: block; }
    .payment-liqpay_discount_club .cart-checkout-payment-item__bonus:before {
      position: absolute;
      top: 0;
      left: 0;
      content: "-10%";
      width: 32px;
      height: 18px; }

/* Hide dates */
/* .product-product-419 .date { visibility: hidden; } */
/* .product-product-419 .event-full-main__dates-column { visibility: hidden; } */
.product-product-478 .date { visibility: hidden; }
.product-product-478 .event-full-main__dates-column { visibility: hidden; }/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */
/* FONT PATH
 * -------------------------- */
@font-face {
  font-family: 'FontAwesome';
  src: url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.eot?v=4.4.0');
  src: url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'), url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'), url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'), url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'), url('/catalog/view/javascript/font-awesome/fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}
.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* makes the font 33% larger relative to the icon container */
.fa-lg {
  font-size: 1.33333333em;
  line-height: 0.75em;
  vertical-align: -15%;
}
.fa-2x {
  font-size: 2em;
}
.fa-3x {
  font-size: 3em;
}
.fa-4x {
  font-size: 4em;
}
.fa-5x {
  font-size: 5em;
}
.fa-fw {
  width: 1.28571429em;
  text-align: center;
}
.fa-ul {
  padding-left: 0;
  margin-left: 2.14285714em;
  list-style-type: none;
}
.fa-ul > li {
  position: relative;
}
.fa-li {
  position: absolute;
  left: -2.14285714em;
  width: 2.14285714em;
  top: 0.14285714em;
  text-align: center;
}
.fa-li.fa-lg {
  left: -1.85714286em;
}
.fa-border {
  padding: .2em .25em .15em;
  border: solid 0.08em #eeeeee;
  border-radius: .1em;
}
.fa-pull-left {
  float: left;
}
.fa-pull-right {
  float: right;
}
.fa.fa-pull-left {
  margin-right: .3em;
}
.fa.fa-pull-right {
  margin-left: .3em;
}
/* Deprecated as of 4.4.0 */
.pull-right {
  float: right;
}
.pull-left {
  float: left;
}
.fa.pull-left {
  margin-right: .3em;
}
.fa.pull-right {
  margin-left: .3em;
}
.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
}
.fa-pulse {
  -webkit-animation: fa-spin 1s infinite steps(8);
  animation: fa-spin 1s infinite steps(8);
}
@-webkit-keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg);
  }
}
.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);
  -webkit-transform: scale(-1, 1);
  -ms-transform: scale(-1, 1);
  transform: scale(-1, 1);
}
.fa-flip-vertical {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);
  -webkit-transform: scale(1, -1);
  -ms-transform: scale(1, -1);
  transform: scale(1, -1);
}
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270,
:root .fa-flip-horizontal,
:root .fa-flip-vertical {
  filter: none;
}
.fa-stack {
  position: relative;
  display: inline-block;
  width: 2em;
  height: 2em;
  line-height: 2em;
  vertical-align: middle;
}
.fa-stack-1x,
.fa-stack-2x {
  position: absolute;
  left: 0;
  width: 100%;
  text-align: center;
}
.fa-stack-1x {
  line-height: inherit;
}
.fa-stack-2x {
  font-size: 2em;
}
.fa-inverse {
  color: #ffffff;
}
/* Font Awesome uses the Unicode Private Use Area (PUA) to ensure screen
   readers do not read off random characters that represent icons */
.fa-glass:before {
  content: "\f000";
}
.fa-music:before {
  content: "\f001";
}
.fa-search:before {
  content: "\f002";
}
.fa-envelope-o:before {
  content: "\f003";
}
.fa-heart:before {
  content: "\f004";
}
.fa-star:before {
  content: "\f005";
}
.fa-star-o:before {
  content: "\f006";
}
.fa-user:before {
  content: "\f007";
}
.fa-film:before {
  content: "\f008";
}
.fa-th-large:before {
  content: "\f009";
}
.fa-th:before {
  content: "\f00a";
}
.fa-th-list:before {
  content: "\f00b";
}
.fa-check:before {
  content: "\f00c";
}
.fa-remove:before,
.fa-close:before,
.fa-times:before {
  content: "\f00d";
}
.fa-search-plus:before {
  content: "\f00e";
}
.fa-search-minus:before {
  content: "\f010";
}
.fa-power-off:before {
  content: "\f011";
}
.fa-signal:before {
  content: "\f012";
}
.fa-gear:before,
.fa-cog:before {
  content: "\f013";
}
.fa-trash-o:before {
  content: "\f014";
}
.fa-home:before {
  content: "\f015";
}
.fa-file-o:before {
  content: "\f016";
}
.fa-clock-o:before {
  content: "\f017";
}
.fa-road:before {
  content: "\f018";
}
.fa-download:before {
  content: "\f019";
}
.fa-arrow-circle-o-down:before {
  content: "\f01a";
}
.fa-arrow-circle-o-up:before {
  content: "\f01b";
}
.fa-inbox:before {
  content: "\f01c";
}
.fa-play-circle-o:before {
  content: "\f01d";
}
.fa-rotate-right:before,
.fa-repeat:before {
  content: "\f01e";
}
.fa-refresh:before {
  content: "\f021";
}
.fa-list-alt:before {
  content: "\f022";
}
.fa-lock:before {
  content: "\f023";
}
.fa-flag:before {
  content: "\f024";
}
.fa-headphones:before {
  content: "\f025";
}
.fa-volume-off:before {
  content: "\f026";
}
.fa-volume-down:before {
  content: "\f027";
}
.fa-volume-up:before {
  content: "\f028";
}
.fa-qrcode:before {
  content: "\f029";
}
.fa-barcode:before {
  content: "\f02a";
}
.fa-tag:before {
  content: "\f02b";
}
.fa-tags:before {
  content: "\f02c";
}
.fa-book:before {
  content: "\f02d";
}
.fa-bookmark:before {
  content: "\f02e";
}
.fa-print:before {
  content: "\f02f";
}
.fa-camera:before {
  content: "\f030";
}
.fa-font:before {
  content: "\f031";
}
.fa-bold:before {
  content: "\f032";
}
.fa-italic:before {
  content: "\f033";
}
.fa-text-height:before {
  content: "\f034";
}
.fa-text-width:before {
  content: "\f035";
}
.fa-align-left:before {
  content: "\f036";
}
.fa-align-center:before {
  content: "\f037";
}
.fa-align-right:before {
  content: "\f038";
}
.fa-align-justify:before {
  content: "\f039";
}
.fa-list:before {
  content: "\f03a";
}
.fa-dedent:before,
.fa-outdent:before {
  content: "\f03b";
}
.fa-indent:before {
  content: "\f03c";
}
.fa-video-camera:before {
  content: "\f03d";
}
.fa-photo:before,
.fa-image:before,
.fa-picture-o:before {
  content: "\f03e";
}
.fa-pencil:before {
  content: "\f040";
}
.fa-map-marker:before {
  content: "\f041";
}
.fa-adjust:before {
  content: "\f042";
}
.fa-tint:before {
  content: "\f043";
}
.fa-edit:before,
.fa-pencil-square-o:before {
  content: "\f044";
}
.fa-share-square-o:before {
  content: "\f045";
}
.fa-check-square-o:before {
  content: "\f046";
}
.fa-arrows:before {
  content: "\f047";
}
.fa-step-backward:before {
  content: "\f048";
}
.fa-fast-backward:before {
  content: "\f049";
}
.fa-backward:before {
  content: "\f04a";
}
.fa-play:before {
  content: "\f04b";
}
.fa-pause:before {
  content: "\f04c";
}
.fa-stop:before {
  content: "\f04d";
}
.fa-forward:before {
  content: "\f04e";
}
.fa-fast-forward:before {
  content: "\f050";
}
.fa-step-forward:before {
  content: "\f051";
}
.fa-eject:before {
  content: "\f052";
}
.fa-chevron-left:before {
  content: "\f053";
}
.fa-chevron-right:before {
  content: "\f054";
}
.fa-plus-circle:before {
  content: "\f055";
}
.fa-minus-circle:before {
  content: "\f056";
}
.fa-times-circle:before {
  content: "\f057";
}
.fa-check-circle:before {
  content: "\f058";
}
.fa-question-circle:before {
  content: "\f059";
}
.fa-info-circle:before {
  content: "\f05a";
}
.fa-crosshairs:before {
  content: "\f05b";
}
.fa-times-circle-o:before {
  content: "\f05c";
}
.fa-check-circle-o:before {
  content: "\f05d";
}
.fa-ban:before {
  content: "\f05e";
}
.fa-arrow-left:before {
  content: "\f060";
}
.fa-arrow-right:before {
  content: "\f061";
}
.fa-arrow-up:before {
  content: "\f062";
}
.fa-arrow-down:before {
  content: "\f063";
}
.fa-mail-forward:before,
.fa-share:before {
  content: "\f064";
}
.fa-expand:before {
  content: "\f065";
}
.fa-compress:before {
  content: "\f066";
}
.fa-plus:before {
  content: "\f067";
}
.fa-minus:before {
  content: "\f068";
}
.fa-asterisk:before {
  content: "\f069";
}
.fa-exclamation-circle:before {
  content: "\f06a";
}
.fa-gift:before {
  content: "\f06b";
}
.fa-leaf:before {
  content: "\f06c";
}
.fa-fire:before {
  content: "\f06d";
}
.fa-eye:before {
  content: "\f06e";
}
.fa-eye-slash:before {
  content: "\f070";
}
.fa-warning:before,
.fa-exclamation-triangle:before {
  content: "\f071";
}
.fa-plane:before {
  content: "\f072";
}
.fa-calendar:before {
  content: "\f073";
}
.fa-random:before {
  content: "\f074";
}
.fa-comment:before {
  content: "\f075";
}
.fa-magnet:before {
  content: "\f076";
}
.fa-chevron-up:before {
  content: "\f077";
}
.fa-chevron-down:before {
  content: "\f078";
}
.fa-retweet:before {
  content: "\f079";
}
.fa-shopping-cart:before {
  content: "\f07a";
}
.fa-folder:before {
  content: "\f07b";
}
.fa-folder-open:before {
  content: "\f07c";
}
.fa-arrows-v:before {
  content: "\f07d";
}
.fa-arrows-h:before {
  content: "\f07e";
}
.fa-bar-chart-o:before,
.fa-bar-chart:before {
  content: "\f080";
}
.fa-twitter-square:before {
  content: "\f081";
}
.fa-facebook-square:before {
  content: "\f082";
}
.fa-camera-retro:before {
  content: "\f083";
}
.fa-key:before {
  content: "\f084";
}
.fa-gears:before,
.fa-cogs:before {
  content: "\f085";
}
.fa-comments:before {
  content: "\f086";
}
.fa-thumbs-o-up:before {
  content: "\f087";
}
.fa-thumbs-o-down:before {
  content: "\f088";
}
.fa-star-half:before {
  content: "\f089";
}
.fa-heart-o:before {
  content: "\f08a";
}
.fa-sign-out:before {
  content: "\f08b";
}
.fa-linkedin-square:before {
  content: "\f08c";
}
.fa-thumb-tack:before {
  content: "\f08d";
}
.fa-external-link:before {
  content: "\f08e";
}
.fa-sign-in:before {
  content: "\f090";
}
.fa-trophy:before {
  content: "\f091";
}
.fa-github-square:before {
  content: "\f092";
}
.fa-upload:before {
  content: "\f093";
}
.fa-lemon-o:before {
  content: "\f094";
}
.fa-phone:before {
  content: "\f095";
}
.fa-square-o:before {
  content: "\f096";
}
.fa-bookmark-o:before {
  content: "\f097";
}
.fa-phone-square:before {
  content: "\f098";
}
.fa-twitter:before {
  content: "\f099";
}
.fa-facebook-f:before,
.fa-facebook:before {
  content: "\f09a";
}
.fa-github:before {
  content: "\f09b";
}
.fa-unlock:before {
  content: "\f09c";
}
.fa-credit-card:before {
  content: "\f09d";
}
.fa-feed:before,
.fa-rss:before {
  content: "\f09e";
}
.fa-hdd-o:before {
  content: "\f0a0";
}
.fa-bullhorn:before {
  content: "\f0a1";
}
.fa-bell:before {
  content: "\f0f3";
}
.fa-certificate:before {
  content: "\f0a3";
}
.fa-hand-o-right:before {
  content: "\f0a4";
}
.fa-hand-o-left:before {
  content: "\f0a5";
}
.fa-hand-o-up:before {
  content: "\f0a6";
}
.fa-hand-o-down:before {
  content: "\f0a7";
}
.fa-arrow-circle-left:before {
  content: "\f0a8";
}
.fa-arrow-circle-right:before {
  content: "\f0a9";
}
.fa-arrow-circle-up:before {
  content: "\f0aa";
}
.fa-arrow-circle-down:before {
  content: "\f0ab";
}
.fa-globe:before {
  content: "\f0ac";
}
.fa-wrench:before {
  content: "\f0ad";
}
.fa-tasks:before {
  content: "\f0ae";
}
.fa-filter:before {
  content: "\f0b0";
}
.fa-briefcase:before {
  content: "\f0b1";
}
.fa-arrows-alt:before {
  content: "\f0b2";
}
.fa-group:before,
.fa-users:before {
  content: "\f0c0";
}
.fa-chain:before,
.fa-link:before {
  content: "\f0c1";
}
.fa-cloud:before {
  content: "\f0c2";
}
.fa-flask:before {
  content: "\f0c3";
}
.fa-cut:before,
.fa-scissors:before {
  content: "\f0c4";
}
.fa-copy:before,
.fa-files-o:before {
  content: "\f0c5";
}
.fa-paperclip:before {
  content: "\f0c6";
}
.fa-save:before,
.fa-floppy-o:before {
  content: "\f0c7";
}
.fa-square:before {
  content: "\f0c8";
}
.fa-navicon:before,
.fa-reorder:before,
.fa-bars:before {
  content: "\f0c9";
}
.fa-list-ul:before {
  content: "\f0ca";
}
.fa-list-ol:before {
  content: "\f0cb";
}
.fa-strikethrough:before {
  content: "\f0cc";
}
.fa-underline:before {
  content: "\f0cd";
}
.fa-table:before {
  content: "\f0ce";
}
.fa-magic:before {
  content: "\f0d0";
}
.fa-truck:before {
  content: "\f0d1";
}
.fa-pinterest:before {
  content: "\f0d2";
}
.fa-pinterest-square:before {
  content: "\f0d3";
}
.fa-google-plus-square:before {
  content: "\f0d4";
}
.fa-google-plus:before {
  content: "\f0d5";
}
.fa-money:before {
  content: "\f0d6";
}
.fa-caret-down:before {
  content: "\f0d7";
}
.fa-caret-up:before {
  content: "\f0d8";
}
.fa-caret-left:before {
  content: "\f0d9";
}
.fa-caret-right:before {
  content: "\f0da";
}
.fa-columns:before {
  content: "\f0db";
}
.fa-unsorted:before,
.fa-sort:before {
  content: "\f0dc";
}
.fa-sort-down:before,
.fa-sort-desc:before {
  content: "\f0dd";
}
.fa-sort-up:before,
.fa-sort-asc:before {
  content: "\f0de";
}
.fa-envelope:before {
  content: "\f0e0";
}
.fa-linkedin:before {
  content: "\f0e1";
}
.fa-rotate-left:before,
.fa-undo:before {
  content: "\f0e2";
}
.fa-legal:before,
.fa-gavel:before {
  content: "\f0e3";
}
.fa-dashboard:before,
.fa-tachometer:before {
  content: "\f0e4";
}
.fa-comment-o:before {
  content: "\f0e5";
}
.fa-comments-o:before {
  content: "\f0e6";
}
.fa-flash:before,
.fa-bolt:before {
  content: "\f0e7";
}
.fa-sitemap:before {
  content: "\f0e8";
}
.fa-umbrella:before {
  content: "\f0e9";
}
.fa-paste:before,
.fa-clipboard:before {
  content: "\f0ea";
}
.fa-lightbulb-o:before {
  content: "\f0eb";
}
.fa-exchange:before {
  content: "\f0ec";
}
.fa-cloud-download:before {
  content: "\f0ed";
}
.fa-cloud-upload:before {
  content: "\f0ee";
}
.fa-user-md:before {
  content: "\f0f0";
}
.fa-stethoscope:before {
  content: "\f0f1";
}
.fa-suitcase:before {
  content: "\f0f2";
}
.fa-bell-o:before {
  content: "\f0a2";
}
.fa-coffee:before {
  content: "\f0f4";
}
.fa-cutlery:before {
  content: "\f0f5";
}
.fa-file-text-o:before {
  content: "\f0f6";
}
.fa-building-o:before {
  content: "\f0f7";
}
.fa-hospital-o:before {
  content: "\f0f8";
}
.fa-ambulance:before {
  content: "\f0f9";
}
.fa-medkit:before {
  content: "\f0fa";
}
.fa-fighter-jet:before {
  content: "\f0fb";
}
.fa-beer:before {
  content: "\f0fc";
}
.fa-h-square:before {
  content: "\f0fd";
}
.fa-plus-square:before {
  content: "\f0fe";
}
.fa-angle-double-left:before {
  content: "\f100";
}
.fa-angle-double-right:before {
  content: "\f101";
}
.fa-angle-double-up:before {
  content: "\f102";
}
.fa-angle-double-down:before {
  content: "\f103";
}
.fa-angle-left:before {
  content: "\f104";
}
.fa-angle-right:before {
  content: "\f105";
}
.fa-angle-up:before {
  content: "\f106";
}
.fa-angle-down:before {
  content: "\f107";
}
.fa-desktop:before {
  content: "\f108";
}
.fa-laptop:before {
  content: "\f109";
}
.fa-tablet:before {
  content: "\f10a";
}
.fa-mobile-phone:before,
.fa-mobile:before {
  content: "\f10b";
}
.fa-circle-o:before {
  content: "\f10c";
}
.fa-quote-left:before {
  content: "\f10d";
}
.fa-quote-right:before {
  content: "\f10e";
}
.fa-spinner:before {
  content: "\f110";
}
.fa-circle:before {
  content: "\f111";
}
.fa-mail-reply:before,
.fa-reply:before {
  content: "\f112";
}
.fa-github-alt:before {
  content: "\f113";
}
.fa-folder-o:before {
  content: "\f114";
}
.fa-folder-open-o:before {
  content: "\f115";
}
.fa-smile-o:before {
  content: "\f118";
}
.fa-frown-o:before {
  content: "\f119";
}
.fa-meh-o:before {
  content: "\f11a";
}
.fa-gamepad:before {
  content: "\f11b";
}
.fa-keyboard-o:before {
  content: "\f11c";
}
.fa-flag-o:before {
  content: "\f11d";
}
.fa-flag-checkered:before {
  content: "\f11e";
}
.fa-terminal:before {
  content: "\f120";
}
.fa-code:before {
  content: "\f121";
}
.fa-mail-reply-all:before,
.fa-reply-all:before {
  content: "\f122";
}
.fa-star-half-empty:before,
.fa-star-half-full:before,
.fa-star-half-o:before {
  content: "\f123";
}
.fa-location-arrow:before {
  content: "\f124";
}
.fa-crop:before {
  content: "\f125";
}
.fa-code-fork:before {
  content: "\f126";
}
.fa-unlink:before,
.fa-chain-broken:before {
  content: "\f127";
}
.fa-question:before {
  content: "\f128";
}
.fa-info:before {
  content: "\f129";
}
.fa-exclamation:before {
  content: "\f12a";
}
.fa-superscript:before {
  content: "\f12b";
}
.fa-subscript:before {
  content: "\f12c";
}
.fa-eraser:before {
  content: "\f12d";
}
.fa-puzzle-piece:before {
  content: "\f12e";
}
.fa-microphone:before {
  content: "\f130";
}
.fa-microphone-slash:before {
  content: "\f131";
}
.fa-shield:before {
  content: "\f132";
}
.fa-calendar-o:before {
  content: "\f133";
}
.fa-fire-extinguisher:before {
  content: "\f134";
}
.fa-rocket:before {
  content: "\f135";
}
.fa-maxcdn:before {
  content: "\f136";
}
.fa-chevron-circle-left:before {
  content: "\f137";
}
.fa-chevron-circle-right:before {
  content: "\f138";
}
.fa-chevron-circle-up:before {
  content: "\f139";
}
.fa-chevron-circle-down:before {
  content: "\f13a";
}
.fa-html5:before {
  content: "\f13b";
}
.fa-css3:before {
  content: "\f13c";
}
.fa-anchor:before {
  content: "\f13d";
}
.fa-unlock-alt:before {
  content: "\f13e";
}
.fa-bullseye:before {
  content: "\f140";
}
.fa-ellipsis-h:before {
  content: "\f141";
}
.fa-ellipsis-v:before {
  content: "\f142";
}
.fa-rss-square:before {
  content: "\f143";
}
.fa-play-circle:before {
  content: "\f144";
}
.fa-ticket:before {
  content: "\f145";
}
.fa-minus-square:before {
  content: "\f146";
}
.fa-minus-square-o:before {
  content: "\f147";
}
.fa-level-up:before {
  content: "\f148";
}
.fa-level-down:before {
  content: "\f149";
}
.fa-check-square:before {
  content: "\f14a";
}
.fa-pencil-square:before {
  content: "\f14b";
}
.fa-external-link-square:before {
  content: "\f14c";
}
.fa-share-square:before {
  content: "\f14d";
}
.fa-compass:before {
  content: "\f14e";
}
.fa-toggle-down:before,
.fa-caret-square-o-down:before {
  content: "\f150";
}
.fa-toggle-up:before,
.fa-caret-square-o-up:before {
  content: "\f151";
}
.fa-toggle-right:before,
.fa-caret-square-o-right:before {
  content: "\f152";
}
.fa-euro:before,
.fa-eur:before {
  content: "\f153";
}
.fa-gbp:before {
  content: "\f154";
}
.fa-dollar:before,
.fa-usd:before {
  content: "\f155";
}
.fa-rupee:before,
.fa-inr:before {
  content: "\f156";
}
.fa-cny:before,
.fa-rmb:before,
.fa-yen:before,
.fa-jpy:before {
  content: "\f157";
}
.fa-ruble:before,
.fa-rouble:before,
.fa-rub:before {
  content: "\f158";
}
.fa-won:before,
.fa-krw:before {
  content: "\f159";
}
.fa-bitcoin:before,
.fa-btc:before {
  content: "\f15a";
}
.fa-file:before {
  content: "\f15b";
}
.fa-file-text:before {
  content: "\f15c";
}
.fa-sort-alpha-asc:before {
  content: "\f15d";
}
.fa-sort-alpha-desc:before {
  content: "\f15e";
}
.fa-sort-amount-asc:before {
  content: "\f160";
}
.fa-sort-amount-desc:before {
  content: "\f161";
}
.fa-sort-numeric-asc:before {
  content: "\f162";
}
.fa-sort-numeric-desc:before {
  content: "\f163";
}
.fa-thumbs-up:before {
  content: "\f164";
}
.fa-thumbs-down:before {
  content: "\f165";
}
.fa-youtube-square:before {
  content: "\f166";
}
.fa-youtube:before {
  content: "\f167";
}
.fa-xing:before {
  content: "\f168";
}
.fa-xing-square:before {
  content: "\f169";
}
.fa-youtube-play:before {
  content: "\f16a";
}
.fa-dropbox:before {
  content: "\f16b";
}
.fa-stack-overflow:before {
  content: "\f16c";
}
.fa-instagram:before {
  content: "\f16d";
}
.fa-flickr:before {
  content: "\f16e";
}
.fa-adn:before {
  content: "\f170";
}
.fa-bitbucket:before {
  content: "\f171";
}
.fa-bitbucket-square:before {
  content: "\f172";
}
.fa-tumblr:before {
  content: "\f173";
}
.fa-tumblr-square:before {
  content: "\f174";
}
.fa-long-arrow-down:before {
  content: "\f175";
}
.fa-long-arrow-up:before {
  content: "\f176";
}
.fa-long-arrow-left:before {
  content: "\f177";
}
.fa-long-arrow-right:before {
  content: "\f178";
}
.fa-apple:before {
  content: "\f179";
}
.fa-windows:before {
  content: "\f17a";
}
.fa-android:before {
  content: "\f17b";
}
.fa-linux:before {
  content: "\f17c";
}
.fa-dribbble:before {
  content: "\f17d";
}
.fa-skype:before {
  content: "\f17e";
}
.fa-foursquare:before {
  content: "\f180";
}
.fa-trello:before {
  content: "\f181";
}
.fa-female:before {
  content: "\f182";
}
.fa-male:before {
  content: "\f183";
}
.fa-gittip:before,
.fa-gratipay:before {
  content: "\f184";
}
.fa-sun-o:before {
  content: "\f185";
}
.fa-moon-o:before {
  content: "\f186";
}
.fa-archive:before {
  content: "\f187";
}
.fa-bug:before {
  content: "\f188";
}
.fa-vk:before {
  content: "\f189";
}
.fa-weibo:before {
  content: "\f18a";
}
.fa-renren:before {
  content: "\f18b";
}
.fa-pagelines:before {
  content: "\f18c";
}
.fa-stack-exchange:before {
  content: "\f18d";
}
.fa-arrow-circle-o-right:before {
  content: "\f18e";
}
.fa-arrow-circle-o-left:before {
  content: "\f190";
}
.fa-toggle-left:before,
.fa-caret-square-o-left:before {
  content: "\f191";
}
.fa-dot-circle-o:before {
  content: "\f192";
}
.fa-wheelchair:before {
  content: "\f193";
}
.fa-vimeo-square:before {
  content: "\f194";
}
.fa-turkish-lira:before,
.fa-try:before {
  content: "\f195";
}
.fa-plus-square-o:before {
  content: "\f196";
}
.fa-space-shuttle:before {
  content: "\f197";
}
.fa-slack:before {
  content: "\f198";
}
.fa-envelope-square:before {
  content: "\f199";
}
.fa-wordpress:before {
  content: "\f19a";
}
.fa-openid:before {
  content: "\f19b";
}
.fa-institution:before,
.fa-bank:before,
.fa-university:before {
  content: "\f19c";
}
.fa-mortar-board:before,
.fa-graduation-cap:before {
  content: "\f19d";
}
.fa-yahoo:before {
  content: "\f19e";
}
.fa-google:before {
  content: "\f1a0";
}
.fa-reddit:before {
  content: "\f1a1";
}
.fa-reddit-square:before {
  content: "\f1a2";
}
.fa-stumbleupon-circle:before {
  content: "\f1a3";
}
.fa-stumbleupon:before {
  content: "\f1a4";
}
.fa-delicious:before {
  content: "\f1a5";
}
.fa-digg:before {
  content: "\f1a6";
}
.fa-pied-piper:before {
  content: "\f1a7";
}
.fa-pied-piper-alt:before {
  content: "\f1a8";
}
.fa-drupal:before {
  content: "\f1a9";
}
.fa-joomla:before {
  content: "\f1aa";
}
.fa-language:before {
  content: "\f1ab";
}
.fa-fax:before {
  content: "\f1ac";
}
.fa-building:before {
  content: "\f1ad";
}
.fa-child:before {
  content: "\f1ae";
}
.fa-paw:before {
  content: "\f1b0";
}
.fa-spoon:before {
  content: "\f1b1";
}
.fa-cube:before {
  content: "\f1b2";
}
.fa-cubes:before {
  content: "\f1b3";
}
.fa-behance:before {
  content: "\f1b4";
}
.fa-behance-square:before {
  content: "\f1b5";
}
.fa-steam:before {
  content: "\f1b6";
}
.fa-steam-square:before {
  content: "\f1b7";
}
.fa-recycle:before {
  content: "\f1b8";
}
.fa-automobile:before,
.fa-car:before {
  content: "\f1b9";
}
.fa-cab:before,
.fa-taxi:before {
  content: "\f1ba";
}
.fa-tree:before {
  content: "\f1bb";
}
.fa-spotify:before {
  content: "\f1bc";
}
.fa-deviantart:before {
  content: "\f1bd";
}
.fa-soundcloud:before {
  content: "\f1be";
}
.fa-database:before {
  content: "\f1c0";
}
.fa-file-pdf-o:before {
  content: "\f1c1";
}
.fa-file-word-o:before {
  content: "\f1c2";
}
.fa-file-excel-o:before {
  content: "\f1c3";
}
.fa-file-powerpoint-o:before {
  content: "\f1c4";
}
.fa-file-photo-o:before,
.fa-file-picture-o:before,
.fa-file-image-o:before {
  content: "\f1c5";
}
.fa-file-zip-o:before,
.fa-file-archive-o:before {
  content: "\f1c6";
}
.fa-file-sound-o:before,
.fa-file-audio-o:before {
  content: "\f1c7";
}
.fa-file-movie-o:before,
.fa-file-video-o:before {
  content: "\f1c8";
}
.fa-file-code-o:before {
  content: "\f1c9";
}
.fa-vine:before {
  content: "\f1ca";
}
.fa-codepen:before {
  content: "\f1cb";
}
.fa-jsfiddle:before {
  content: "\f1cc";
}
.fa-life-bouy:before,
.fa-life-buoy:before,
.fa-life-saver:before,
.fa-support:before,
.fa-life-ring:before {
  content: "\f1cd";
}
.fa-circle-o-notch:before {
  content: "\f1ce";
}
.fa-ra:before,
.fa-rebel:before {
  content: "\f1d0";
}
.fa-ge:before,
.fa-empire:before {
  content: "\f1d1";
}
.fa-git-square:before {
  content: "\f1d2";
}
.fa-git:before {
  content: "\f1d3";
}
.fa-y-combinator-square:before,
.fa-yc-square:before,
.fa-hacker-news:before {
  content: "\f1d4";
}
.fa-tencent-weibo:before {
  content: "\f1d5";
}
.fa-qq:before {
  content: "\f1d6";
}
.fa-wechat:before,
.fa-weixin:before {
  content: "\f1d7";
}
.fa-send:before,
.fa-paper-plane:before {
  content: "\f1d8";
}
.fa-send-o:before,
.fa-paper-plane-o:before {
  content: "\f1d9";
}
.fa-history:before {
  content: "\f1da";
}
.fa-circle-thin:before {
  content: "\f1db";
}
.fa-header:before {
  content: "\f1dc";
}
.fa-paragraph:before {
  content: "\f1dd";
}
.fa-sliders:before {
  content: "\f1de";
}
.fa-share-alt:before {
  content: "\f1e0";
}
.fa-share-alt-square:before {
  content: "\f1e1";
}
.fa-bomb:before {
  content: "\f1e2";
}
.fa-soccer-ball-o:before,
.fa-futbol-o:before {
  content: "\f1e3";
}
.fa-tty:before {
  content: "\f1e4";
}
.fa-binoculars:before {
  content: "\f1e5";
}
.fa-plug:before {
  content: "\f1e6";
}
.fa-slideshare:before {
  content: "\f1e7";
}
.fa-twitch:before {
  content: "\f1e8";
}
.fa-yelp:before {
  content: "\f1e9";
}
.fa-newspaper-o:before {
  content: "\f1ea";
}
.fa-wifi:before {
  content: "\f1eb";
}
.fa-calculator:before {
  content: "\f1ec";
}
.fa-paypal:before {
  content: "\f1ed";
}
.fa-google-wallet:before {
  content: "\f1ee";
}
.fa-cc-visa:before {
  content: "\f1f0";
}
.fa-cc-mastercard:before {
  content: "\f1f1";
}
.fa-cc-discover:before {
  content: "\f1f2";
}
.fa-cc-amex:before {
  content: "\f1f3";
}
.fa-cc-paypal:before {
  content: "\f1f4";
}
.fa-cc-stripe:before {
  content: "\f1f5";
}
.fa-bell-slash:before {
  content: "\f1f6";
}
.fa-bell-slash-o:before {
  content: "\f1f7";
}
.fa-trash:before {
  content: "\f1f8";
}
.fa-copyright:before {
  content: "\f1f9";
}
.fa-at:before {
  content: "\f1fa";
}
.fa-eyedropper:before {
  content: "\f1fb";
}
.fa-paint-brush:before {
  content: "\f1fc";
}
.fa-birthday-cake:before {
  content: "\f1fd";
}
.fa-area-chart:before {
  content: "\f1fe";
}
.fa-pie-chart:before {
  content: "\f200";
}
.fa-line-chart:before {
  content: "\f201";
}
.fa-lastfm:before {
  content: "\f202";
}
.fa-lastfm-square:before {
  content: "\f203";
}
.fa-toggle-off:before {
  content: "\f204";
}
.fa-toggle-on:before {
  content: "\f205";
}
.fa-bicycle:before {
  content: "\f206";
}
.fa-bus:before {
  content: "\f207";
}
.fa-ioxhost:before {
  content: "\f208";
}
.fa-angellist:before {
  content: "\f209";
}
.fa-cc:before {
  content: "\f20a";
}
.fa-shekel:before,
.fa-sheqel:before,
.fa-ils:before {
  content: "\f20b";
}
.fa-meanpath:before {
  content: "\f20c";
}
.fa-buysellads:before {
  content: "\f20d";
}
.fa-connectdevelop:before {
  content: "\f20e";
}
.fa-dashcube:before {
  content: "\f210";
}
.fa-forumbee:before {
  content: "\f211";
}
.fa-leanpub:before {
  content: "\f212";
}
.fa-sellsy:before {
  content: "\f213";
}
.fa-shirtsinbulk:before {
  content: "\f214";
}
.fa-simplybuilt:before {
  content: "\f215";
}
.fa-skyatlas:before {
  content: "\f216";
}
.fa-cart-plus:before {
  content: "\f217";
}
.fa-cart-arrow-down:before {
  content: "\f218";
}
.fa-diamond:before {
  content: "\f219";
}
.fa-ship:before {
  content: "\f21a";
}
.fa-user-secret:before {
  content: "\f21b";
}
.fa-motorcycle:before {
  content: "\f21c";
}
.fa-street-view:before {
  content: "\f21d";
}
.fa-heartbeat:before {
  content: "\f21e";
}
.fa-venus:before {
  content: "\f221";
}
.fa-mars:before {
  content: "\f222";
}
.fa-mercury:before {
  content: "\f223";
}
.fa-intersex:before,
.fa-transgender:before {
  content: "\f224";
}
.fa-transgender-alt:before {
  content: "\f225";
}
.fa-venus-double:before {
  content: "\f226";
}
.fa-mars-double:before {
  content: "\f227";
}
.fa-venus-mars:before {
  content: "\f228";
}
.fa-mars-stroke:before {
  content: "\f229";
}
.fa-mars-stroke-v:before {
  content: "\f22a";
}
.fa-mars-stroke-h:before {
  content: "\f22b";
}
.fa-neuter:before {
  content: "\f22c";
}
.fa-genderless:before {
  content: "\f22d";
}
.fa-facebook-official:before {
  content: "\f230";
}
.fa-pinterest-p:before {
  content: "\f231";
}
.fa-whatsapp:before {
  content: "\f232";
}
.fa-server:before {
  content: "\f233";
}
.fa-user-plus:before {
  content: "\f234";
}
.fa-user-times:before {
  content: "\f235";
}
.fa-hotel:before,
.fa-bed:before {
  content: "\f236";
}
.fa-viacoin:before {
  content: "\f237";
}
.fa-train:before {
  content: "\f238";
}
.fa-subway:before {
  content: "\f239";
}
.fa-medium:before {
  content: "\f23a";
}
.fa-yc:before,
.fa-y-combinator:before {
  content: "\f23b";
}
.fa-optin-monster:before {
  content: "\f23c";
}
.fa-opencart:before {
  content: "\f23d";
}
.fa-expeditedssl:before {
  content: "\f23e";
}
.fa-battery-4:before,
.fa-battery-full:before {
  content: "\f240";
}
.fa-battery-3:before,
.fa-battery-three-quarters:before {
  content: "\f241";
}
.fa-battery-2:before,
.fa-battery-half:before {
  content: "\f242";
}
.fa-battery-1:before,
.fa-battery-quarter:before {
  content: "\f243";
}
.fa-battery-0:before,
.fa-battery-empty:before {
  content: "\f244";
}
.fa-mouse-pointer:before {
  content: "\f245";
}
.fa-i-cursor:before {
  content: "\f246";
}
.fa-object-group:before {
  content: "\f247";
}
.fa-object-ungroup:before {
  content: "\f248";
}
.fa-sticky-note:before {
  content: "\f249";
}
.fa-sticky-note-o:before {
  content: "\f24a";
}
.fa-cc-jcb:before {
  content: "\f24b";
}
.fa-cc-diners-club:before {
  content: "\f24c";
}
.fa-clone:before {
  content: "\f24d";
}
.fa-balance-scale:before {
  content: "\f24e";
}
.fa-hourglass-o:before {
  content: "\f250";
}
.fa-hourglass-1:before,
.fa-hourglass-start:before {
  content: "\f251";
}
.fa-hourglass-2:before,
.fa-hourglass-half:before {
  content: "\f252";
}
.fa-hourglass-3:before,
.fa-hourglass-end:before {
  content: "\f253";
}
.fa-hourglass:before {
  content: "\f254";
}
.fa-hand-grab-o:before,
.fa-hand-rock-o:before {
  content: "\f255";
}
.fa-hand-stop-o:before,
.fa-hand-paper-o:before {
  content: "\f256";
}
.fa-hand-scissors-o:before {
  content: "\f257";
}
.fa-hand-lizard-o:before {
  content: "\f258";
}
.fa-hand-spock-o:before {
  content: "\f259";
}
.fa-hand-pointer-o:before {
  content: "\f25a";
}
.fa-hand-peace-o:before {
  content: "\f25b";
}
.fa-trademark:before {
  content: "\f25c";
}
.fa-registered:before {
  content: "\f25d";
}
.fa-creative-commons:before {
  content: "\f25e";
}
.fa-gg:before {
  content: "\f260";
}
.fa-gg-circle:before {
  content: "\f261";
}
.fa-tripadvisor:before {
  content: "\f262";
}
.fa-odnoklassniki:before {
  content: "\f263";
}
.fa-odnoklassniki-square:before {
  content: "\f264";
}
.fa-get-pocket:before {
  content: "\f265";
}
.fa-wikipedia-w:before {
  content: "\f266";
}
.fa-safari:before {
  content: "\f267";
}
.fa-chrome:before {
  content: "\f268";
}
.fa-firefox:before {
  content: "\f269";
}
.fa-opera:before {
  content: "\f26a";
}
.fa-internet-explorer:before {
  content: "\f26b";
}
.fa-tv:before,
.fa-television:before {
  content: "\f26c";
}
.fa-contao:before {
  content: "\f26d";
}
.fa-500px:before {
  content: "\f26e";
}
.fa-amazon:before {
  content: "\f270";
}
.fa-calendar-plus-o:before {
  content: "\f271";
}
.fa-calendar-minus-o:before {
  content: "\f272";
}
.fa-calendar-times-o:before {
  content: "\f273";
}
.fa-calendar-check-o:before {
  content: "\f274";
}
.fa-industry:before {
  content: "\f275";
}
.fa-map-pin:before {
  content: "\f276";
}
.fa-map-signs:before {
  content: "\f277";
}
.fa-map-o:before {
  content: "\f278";
}
.fa-map:before {
  content: "\f279";
}
.fa-commenting:before {
  content: "\f27a";
}
.fa-commenting-o:before {
  content: "\f27b";
}
.fa-houzz:before {
  content: "\f27c";
}
.fa-vimeo:before {
  content: "\f27d";
}
.fa-black-tie:before {
  content: "\f27e";
}
.fa-fonticons:before {
  content: "\f280";
}
/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;touch-action:manipulation;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel .owl-nav button.owl-next,.owl-carousel .owl-nav button.owl-prev,.owl-carousel button.owl-dot{background:0 0;color:inherit;border:none;padding:0!important;font:inherit}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-ms-touch-action:pan-y;touch-action:pan-y;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item .owl-lazy:not([src]),.owl-carousel .owl-item .owl-lazy[src^=""]{max-height:0}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}/**
 * Owl Carousel v2.3.4
 * Copyright 2013-2018 David Deutsch
 * Licensed under: SEE LICENSE IN https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE
 */
.owl-theme .owl-dots,.owl-theme .owl-nav{text-align:center;-webkit-tap-highlight-color:transparent}.owl-theme .owl-nav{margin-top:10px}.owl-theme .owl-nav [class*=owl-]{color:#FFF;font-size:14px;margin:5px;padding:4px 7px;background:#D6D6D6;display:inline-block;cursor:pointer;border-radius:3px}.owl-theme .owl-nav [class*=owl-]:hover{background:#869791;color:#FFF;text-decoration:none}.owl-theme .owl-nav .disabled{opacity:.5;cursor:default}.owl-theme .owl-nav.disabled+.owl-dots{margin-top:10px}.owl-theme .owl-dots .owl-dot{display:inline-block;zoom:1}.owl-theme .owl-dots .owl-dot span{width:10px;height:10px;margin:5px 7px;background:#D6D6D6;display:block;-webkit-backface-visibility:visible;transition:opacity .2s ease;border-radius:30px}.owl-theme .owl-dots .owl-dot.active span,.owl-theme .owl-dots .owl-dot:hover span{background:#869791}