

/* Start:/local/templates/tickets_vip/css/fontawesome/css/font-awesome.css?156649533037414*/
/*!
 *  Font Awesome 4.7.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('/local/templates/tickets_vip/css/fontawesome/css/../fonts/fontawesome-webfont.eot?v=4.7.0');
  src: url('/local/templates/tickets_vip/css/fontawesome/css/../fonts/fontawesome-webfont.eot?#iefix&v=4.7.0') format('embedded-opentype'), url('/local/templates/tickets_vip/css/fontawesome/css/../fonts/fontawesome-webfont.woff2?v=4.7.0') format('woff2'), url('/local/templates/tickets_vip/css/fontawesome/css/../fonts/fontawesome-webfont.woff?v=4.7.0') format('woff'), url('/local/templates/tickets_vip/css/fontawesome/css/../fonts/fontawesome-webfont.ttf?v=4.7.0') format('truetype'), url('/local/templates/tickets_vip/css/fontawesome/css/../fonts/fontawesome-webfont.svg?v=4.7.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 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.fa-rotate-180 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.fa-rotate-270 {
  -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}
.fa-flip-horizontal {
  -ms-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 {
  -ms-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-pp: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-resistance: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: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";
}
.fa-reddit-alien:before {
  content: "\f281";
}
.fa-edge:before {
  content: "\f282";
}
.fa-credit-card-alt:before {
  content: "\f283";
}
.fa-codiepie:before {
  content: "\f284";
}
.fa-modx:before {
  content: "\f285";
}
.fa-fort-awesome:before {
  content: "\f286";
}
.fa-usb:before {
  content: "\f287";
}
.fa-product-hunt:before {
  content: "\f288";
}
.fa-mixcloud:before {
  content: "\f289";
}
.fa-scribd:before {
  content: "\f28a";
}
.fa-pause-circle:before {
  content: "\f28b";
}
.fa-pause-circle-o:before {
  content: "\f28c";
}
.fa-stop-circle:before {
  content: "\f28d";
}
.fa-stop-circle-o:before {
  content: "\f28e";
}
.fa-shopping-bag:before {
  content: "\f290";
}
.fa-shopping-basket:before {
  content: "\f291";
}
.fa-hashtag:before {
  content: "\f292";
}
.fa-bluetooth:before {
  content: "\f293";
}
.fa-bluetooth-b:before {
  content: "\f294";
}
.fa-percent:before {
  content: "\f295";
}
.fa-gitlab:before {
  content: "\f296";
}
.fa-wpbeginner:before {
  content: "\f297";
}
.fa-wpforms:before {
  content: "\f298";
}
.fa-envira:before {
  content: "\f299";
}
.fa-universal-access:before {
  content: "\f29a";
}
.fa-wheelchair-alt:before {
  content: "\f29b";
}
.fa-question-circle-o:before {
  content: "\f29c";
}
.fa-blind:before {
  content: "\f29d";
}
.fa-audio-description:before {
  content: "\f29e";
}
.fa-volume-control-phone:before {
  content: "\f2a0";
}
.fa-braille:before {
  content: "\f2a1";
}
.fa-assistive-listening-systems:before {
  content: "\f2a2";
}
.fa-asl-interpreting:before,
.fa-american-sign-language-interpreting:before {
  content: "\f2a3";
}
.fa-deafness:before,
.fa-hard-of-hearing:before,
.fa-deaf:before {
  content: "\f2a4";
}
.fa-glide:before {
  content: "\f2a5";
}
.fa-glide-g:before {
  content: "\f2a6";
}
.fa-signing:before,
.fa-sign-language:before {
  content: "\f2a7";
}
.fa-low-vision:before {
  content: "\f2a8";
}
.fa-viadeo:before {
  content: "\f2a9";
}
.fa-viadeo-square:before {
  content: "\f2aa";
}
.fa-snapchat:before {
  content: "\f2ab";
}
.fa-snapchat-ghost:before {
  content: "\f2ac";
}
.fa-snapchat-square:before {
  content: "\f2ad";
}
.fa-pied-piper:before {
  content: "\f2ae";
}
.fa-first-order:before {
  content: "\f2b0";
}
.fa-yoast:before {
  content: "\f2b1";
}
.fa-themeisle:before {
  content: "\f2b2";
}
.fa-google-plus-circle:before,
.fa-google-plus-official:before {
  content: "\f2b3";
}
.fa-fa:before,
.fa-font-awesome:before {
  content: "\f2b4";
}
.fa-handshake-o:before {
  content: "\f2b5";
}
.fa-envelope-open:before {
  content: "\f2b6";
}
.fa-envelope-open-o:before {
  content: "\f2b7";
}
.fa-linode:before {
  content: "\f2b8";
}
.fa-address-book:before {
  content: "\f2b9";
}
.fa-address-book-o:before {
  content: "\f2ba";
}
.fa-vcard:before,
.fa-address-card:before {
  content: "\f2bb";
}
.fa-vcard-o:before,
.fa-address-card-o:before {
  content: "\f2bc";
}
.fa-user-circle:before {
  content: "\f2bd";
}
.fa-user-circle-o:before {
  content: "\f2be";
}
.fa-user-o:before {
  content: "\f2c0";
}
.fa-id-badge:before {
  content: "\f2c1";
}
.fa-drivers-license:before,
.fa-id-card:before {
  content: "\f2c2";
}
.fa-drivers-license-o:before,
.fa-id-card-o:before {
  content: "\f2c3";
}
.fa-quora:before {
  content: "\f2c4";
}
.fa-free-code-camp:before {
  content: "\f2c5";
}
.fa-telegram:before {
  content: "\f2c6";
}
.fa-thermometer-4:before,
.fa-thermometer:before,
.fa-thermometer-full:before {
  content: "\f2c7";
}
.fa-thermometer-3:before,
.fa-thermometer-three-quarters:before {
  content: "\f2c8";
}
.fa-thermometer-2:before,
.fa-thermometer-half:before {
  content: "\f2c9";
}
.fa-thermometer-1:before,
.fa-thermometer-quarter:before {
  content: "\f2ca";
}
.fa-thermometer-0:before,
.fa-thermometer-empty:before {
  content: "\f2cb";
}
.fa-shower:before {
  content: "\f2cc";
}
.fa-bathtub:before,
.fa-s15:before,
.fa-bath:before {
  content: "\f2cd";
}
.fa-podcast:before {
  content: "\f2ce";
}
.fa-window-maximize:before {
  content: "\f2d0";
}
.fa-window-minimize:before {
  content: "\f2d1";
}
.fa-window-restore:before {
  content: "\f2d2";
}
.fa-times-rectangle:before,
.fa-window-close:before {
  content: "\f2d3";
}
.fa-times-rectangle-o:before,
.fa-window-close-o:before {
  content: "\f2d4";
}
.fa-bandcamp:before {
  content: "\f2d5";
}
.fa-grav:before {
  content: "\f2d6";
}
.fa-etsy:before {
  content: "\f2d7";
}
.fa-imdb:before {
  content: "\f2d8";
}
.fa-ravelry:before {
  content: "\f2d9";
}
.fa-eercast:before {
  content: "\f2da";
}
.fa-microchip:before {
  content: "\f2db";
}
.fa-snowflake-o:before {
  content: "\f2dc";
}
.fa-superpowers:before {
  content: "\f2dd";
}
.fa-wpexplorer:before {
  content: "\f2de";
}
.fa-meetup:before {
  content: "\f2e0";
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}
.sr-only-focusable:active,
.sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  clip: auto;
}

/* End */


/* Start:/local/templates/tickets_vip/css/styles.css?1750665396150358*/
@charset "UTF-8";
@font-face {
	font-family: 'icomoon';
	src: url('/local/templates/tickets_vip/css/../fonts/icomoon/icomoon.eot?7tlufu');
	src: url('/local/templates/tickets_vip/css/../fonts/icomoon/icomoon.eot?7tlufu#iefix') format('embedded-opentype'), url('/local/templates/tickets_vip/css/../fonts/icomoon/icomoon.ttf?7tlufu') format('truetype'), url('/local/templates/tickets_vip/css/../fonts/icomoon/icomoon.woff?7tlufu') format('woff'), url('/local/templates/tickets_vip/css/../fonts/icomoon/icomoon.svg?7tlufu#icomoon') format('svg');
	font-weight: normal;
	font-style: normal
}

[class^="icon-"], [class*=" icon-"] {
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.icon-calendar:before {
	content: "\e910"
}

.icon-logout:before {
	content: "\e911"
}

.icon-card:before {
	content: "\e90f"
}

.icon-heart:before {
	content: "\e903"
}

.icon-search:before {
	content: "\e906"
}

.icon-user:before {
	content: "\e909"
}

.icon-zoom:before {
	content: "\e90a"
}

.icon-arrow-left:before {
	content: "\e900"
}

.icon-arrow-right:before {
	content: "\e901"
}

.icon-backspace:before {
	content: "\e902"
}

.icon-lock:before {
	content: "\e904"
}

.icon-rocket:before {
	content: "\e905"
}

.icon-shopping-bag:before {
	content: "\e907"
}

.icon-time-reverse:before {
	content: "\e908"
}

.icon-discount:before {
	content: "\e90b"
}

.icon-hand:before {
	content: "\e90c"
}

.icon-savings:before {
	content: "\e90d"
}

.icon-security:before {
	content: "\e90e"
}

@font-face {
	font-family: 'MachineC';
	src: local('MachineC'), url('/local/templates/tickets_vip/css/../fonts/machinec/machinec.woff2') format('woff2'), url('/local/templates/tickets_vip/css/../fonts/machinec/machinec.woff') format('woff'), url('/local/templates/tickets_vip/css/../fonts/machinec/machinec.ttf') format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Panton';
	src: local('Panton Light'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonLight.woff2') format('woff2'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonLight.woff') format('woff'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonLight.ttf') format('truetype');
	font-weight: 300;
	font-style: normal
}

@font-face {
	font-family: 'Panton';
	src: local('Panton Regular'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonRegular.woff2') format('woff2'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonRegular.woff') format('woff'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonRegular.ttf') format('truetype');
	font-weight: 400;
	font-style: normal
}

@font-face {
	font-family: 'Panton';
	src: local('Panton SemiBold'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonSemiBold.woff2') format('woff2'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonSemiBold.woff') format('woff'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonSemiBold.ttf') format('truetype');
	font-weight: 600;
	font-style: normal
}

@font-face {
	font-family: 'Panton';
	src: local('Panton Bold'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonBold.woff2') format('woff2'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonBold.woff') format('woff'), url('/local/templates/tickets_vip/css/../fonts/panton/PantonBold.ttf') format('truetype');
	font-weight: 700;
	font-style: normal
}

/* * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2017 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//* * Generated using the Bootstrap Customizer (https://getbootstrap.com/docs/3.3/customize/?id=a3e1aa1e4807a1fcf3e81c9acdb4c917) * Config saved to config.json and https://gist.github.com/a3e1aa1e4807a1fcf3e81c9acdb4c917 *//* * Bootstrap v3.3.7 (http://getbootstrap.com) * Copyright 2011-2016 Twitter, Inc. * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE) *//* normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
	font-family: sans-serif;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%
}

body {
	margin: 0
}

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

audio, canvas, progress, video {
	display: inline-block;
	vertical-align: baseline
}

audio:not([controls]) {
	display: none;
	height: 0
}

[hidden], template {
	display: none
}

a {
	background-color: transparent
}

a:active, a:hover {
	outline: 0
}

abbr[title] {
	border-bottom: 1px dotted
}

b, strong {
	font-weight: bold
}

dfn {
	font-style: italic
}

h1 {
	font-size: 2em;
	margin: .67em 0
}

mark {
	background: #ff0;
	color: #000
}

small {
	font-size: 80%
}

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

sup {
	top: -0.5em
}

sub {
	bottom: -0.25em
}

img {
	border: 0
}

svg:not(:root) {
	overflow: hidden
}

figure {
	margin: 1em 40px
}

hr {
	-webkit-box-sizing: content-box;
	box-sizing: content-box;
	height: 0
}

pre {
	overflow: auto
}

code, kbd, pre, samp {
	font-family: monospace, monospace;
	font-size: 1em
}

button, input, optgroup, select, textarea {
	color: inherit;
	font: inherit;
	margin: 0
}

button {
	overflow: visible
}

button, select {
	text-transform: none
}

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

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

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

input {
	line-height: normal
}

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

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

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

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

fieldset {
	border: 1px solid silver;
	margin: 0 2px;
	padding: .35em .625em .75em
}

legend {
	border: 0;
	padding: 0
}

textarea {
	overflow: auto
}

optgroup {
	font-weight: bold
}

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

td, th {
	padding: 0
}

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

*:before, *:after {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

html {
	font-size: 10px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0)
}

body {
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 1.42857143;
	color: #333;
	background-color: #fff
}

input, button, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit
}

a {
	color: #337ab7;
	text-decoration: none
}

a:hover, a:focus {
	color: #23527c;
	text-decoration: underline
}

a:focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

figure {
	margin: 0
}

img {
	vertical-align: middle
}

.img-responsive {
	display: block;
	max-width: 100%;
	height: auto
}

.img-rounded {
	border-radius: 6px
}

.img-thumbnail {
	padding: 4px;
	line-height: 1.42857143;
	background-color: #fff;
	border: 1px solid #ddd;
	border-radius: 4px;
	-webkit-transition: all .2s ease-in-out;
	-o-transition: all .2s ease-in-out;
	transition: all .2s ease-in-out;
	display: inline-block;
	max-width: 100%;
	height: auto
}

.img-circle {
	border-radius: 50%
}

hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #eee
}

.sr-only {
	position: absolute;
	width: 1px;
	height: 1px;
	margin: -1px;
	padding: 0;
	overflow: hidden;
	clip: rect(0, 0, 0, 0);
	border: 0
}

.sr-only-focusable:active, .sr-only-focusable:focus {
	position: static;
	width: auto;
	height: auto;
	margin: 0;
	overflow: visible;
	clip: auto
}

[role="button"] {
	cursor: pointer
}

.container {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

@media (min-width: 767px) {
	.container {
		width: 750px
	}
}

@media (min-width: 992px) {
	.container {
		width: 970px
	}
}

@media (min-width: 1200px) {
	.container {
		width: 1170px
	}
}

.container-fluid {
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px
}

.row {
	margin-left: -15px;
	margin-right: -15px
}

.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-left: 15px;
	padding-right: 15px
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left
}

.col-xs-12 {
	width: 100%
}

.col-xs-11 {
	width: 91.66666667%
}

.col-xs-10 {
	width: 83.33333333%
}

.col-xs-9 {
	width: 75%
}

.col-xs-8 {
	width: 66.66666667%
}

.col-xs-7 {
	width: 58.33333333%
}

.col-xs-6 {
	width: 50%
}

.col-xs-5 {
	width: 41.66666667%
}

.col-xs-4 {
	width: 33.33333333%
}

.col-xs-3 {
	width: 25%
}

.col-xs-2 {
	width: 16.66666667%
}

.col-xs-1 {
	width: 8.33333333%
}

.col-xs-pull-12 {
	right: 100%
}

.col-xs-pull-11 {
	right: 91.66666667%
}

.col-xs-pull-10 {
	right: 83.33333333%
}

.col-xs-pull-9 {
	right: 75%
}

.col-xs-pull-8 {
	right: 66.66666667%
}

.col-xs-pull-7 {
	right: 58.33333333%
}

.col-xs-pull-6 {
	right: 50%
}

.col-xs-pull-5 {
	right: 41.66666667%
}

.col-xs-pull-4 {
	right: 33.33333333%
}

.col-xs-pull-3 {
	right: 25%
}

.col-xs-pull-2 {
	right: 16.66666667%
}

.col-xs-pull-1 {
	right: 8.33333333%
}

.col-xs-pull-0 {
	right: auto
}

.col-xs-push-12 {
	left: 100%
}

.col-xs-push-11 {
	left: 91.66666667%
}

.col-xs-push-10 {
	left: 83.33333333%
}

.col-xs-push-9 {
	left: 75%
}

.col-xs-push-8 {
	left: 66.66666667%
}

.col-xs-push-7 {
	left: 58.33333333%
}

.col-xs-push-6 {
	left: 50%
}

.col-xs-push-5 {
	left: 41.66666667%
}

.col-xs-push-4 {
	left: 33.33333333%
}

.col-xs-push-3 {
	left: 25%
}

.col-xs-push-2 {
	left: 16.66666667%
}

.col-xs-push-1 {
	left: 8.33333333%
}

.col-xs-push-0 {
	left: auto
}

.col-xs-offset-12 {
	margin-left: 100%
}

.col-xs-offset-11 {
	margin-left: 91.66666667%
}

.col-xs-offset-10 {
	margin-left: 83.33333333%
}

.col-xs-offset-9 {
	margin-left: 75%
}

.col-xs-offset-8 {
	margin-left: 66.66666667%
}

.col-xs-offset-7 {
	margin-left: 58.33333333%
}

.col-xs-offset-6 {
	margin-left: 50%
}

.col-xs-offset-5 {
	margin-left: 41.66666667%
}

.col-xs-offset-4 {
	margin-left: 33.33333333%
}

.col-xs-offset-3 {
	margin-left: 25%
}

.col-xs-offset-2 {
	margin-left: 16.66666667%
}

.col-xs-offset-1 {
	margin-left: 8.33333333%
}

.col-xs-offset-0 {
	margin-left: 0
}

@media (min-width: 767px) {
	.col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
		float: left
	}

	.col-sm-12 {
		width: 100%
	}

	.col-sm-11 {
		width: 91.66666667%
	}

	.col-sm-10 {
		width: 83.33333333%
	}

	.col-sm-9 {
		width: 75%
	}

	.col-sm-8 {
		width: 66.66666667%
	}

	.col-sm-7 {
		width: 58.33333333%
	}

	.col-sm-6 {
		width: 50%
	}

	.col-sm-5 {
		width: 41.66666667%
	}

	.col-sm-4 {
		width: 33.33333333%
	}

	.col-sm-3 {
		width: 25%
	}

	.col-sm-2 {
		width: 16.66666667%
	}

	.col-sm-1 {
		width: 8.33333333%
	}

	.col-sm-pull-12 {
		right: 100%
	}

	.col-sm-pull-11 {
		right: 91.66666667%
	}

	.col-sm-pull-10 {
		right: 83.33333333%
	}

	.col-sm-pull-9 {
		right: 75%
	}

	.col-sm-pull-8 {
		right: 66.66666667%
	}

	.col-sm-pull-7 {
		right: 58.33333333%
	}

	.col-sm-pull-6 {
		right: 50%
	}

	.col-sm-pull-5 {
		right: 41.66666667%
	}

	.col-sm-pull-4 {
		right: 33.33333333%
	}

	.col-sm-pull-3 {
		right: 25%
	}

	.col-sm-pull-2 {
		right: 16.66666667%
	}

	.col-sm-pull-1 {
		right: 8.33333333%
	}

	.col-sm-pull-0 {
		right: auto
	}

	.col-sm-push-12 {
		left: 100%
	}

	.col-sm-push-11 {
		left: 91.66666667%
	}

	.col-sm-push-10 {
		left: 83.33333333%
	}

	.col-sm-push-9 {
		left: 75%
	}

	.col-sm-push-8 {
		left: 66.66666667%
	}

	.col-sm-push-7 {
		left: 58.33333333%
	}

	.col-sm-push-6 {
		left: 50%
	}

	.col-sm-push-5 {
		left: 41.66666667%
	}

	.col-sm-push-4 {
		left: 33.33333333%
	}

	.col-sm-push-3 {
		left: 25%
	}

	.col-sm-push-2 {
		left: 16.66666667%
	}

	.col-sm-push-1 {
		left: 8.33333333%
	}

	.col-sm-push-0 {
		left: auto
	}

	.col-sm-offset-12 {
		margin-left: 100%
	}

	.col-sm-offset-11 {
		margin-left: 91.66666667%
	}

	.col-sm-offset-10 {
		margin-left: 83.33333333%
	}

	.col-sm-offset-9 {
		margin-left: 75%
	}

	.col-sm-offset-8 {
		margin-left: 66.66666667%
	}

	.col-sm-offset-7 {
		margin-left: 58.33333333%
	}

	.col-sm-offset-6 {
		margin-left: 50%
	}

	.col-sm-offset-5 {
		margin-left: 41.66666667%
	}

	.col-sm-offset-4 {
		margin-left: 33.33333333%
	}

	.col-sm-offset-3 {
		margin-left: 25%
	}

	.col-sm-offset-2 {
		margin-left: 16.66666667%
	}

	.col-sm-offset-1 {
		margin-left: 8.33333333%
	}

	.col-sm-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 992px) {
	.col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
		float: left
	}

	.col-md-12 {
		width: 100%
	}

	.col-md-11 {
		width: 91.66666667%
	}

	.col-md-10 {
		width: 83.33333333%
	}

	.col-md-9 {
		width: 75%
	}

	.col-md-8 {
		width: 66.66666667%
	}

	.col-md-7 {
		width: 58.33333333%
	}

	.col-md-6 {
		width: 50%
	}

	.col-md-5 {
		width: 41.66666667%
	}

	.col-md-4 {
		width: 33.33333333%
	}

	.col-md-3 {
		width: 25%
	}

	.col-md-2 {
		width: 16.66666667%
	}

	.col-md-1 {
		width: 8.33333333%
	}

	.col-md-pull-12 {
		right: 100%
	}

	.col-md-pull-11 {
		right: 91.66666667%
	}

	.col-md-pull-10 {
		right: 83.33333333%
	}

	.col-md-pull-9 {
		right: 75%
	}

	.col-md-pull-8 {
		right: 66.66666667%
	}

	.col-md-pull-7 {
		right: 58.33333333%
	}

	.col-md-pull-6 {
		right: 50%
	}

	.col-md-pull-5 {
		right: 41.66666667%
	}

	.col-md-pull-4 {
		right: 33.33333333%
	}

	.col-md-pull-3 {
		right: 25%
	}

	.col-md-pull-2 {
		right: 16.66666667%
	}

	.col-md-pull-1 {
		right: 8.33333333%
	}

	.col-md-pull-0 {
		right: auto
	}

	.col-md-push-12 {
		left: 100%
	}

	.col-md-push-11 {
		left: 91.66666667%
	}

	.col-md-push-10 {
		left: 83.33333333%
	}

	.col-md-push-9 {
		left: 75%
	}

	.col-md-push-8 {
		left: 66.66666667%
	}

	.col-md-push-7 {
		left: 58.33333333%
	}

	.col-md-push-6 {
		left: 50%
	}

	.col-md-push-5 {
		left: 41.66666667%
	}

	.col-md-push-4 {
		left: 33.33333333%
	}

	.col-md-push-3 {
		left: 25%
	}

	.col-md-push-2 {
		left: 16.66666667%
	}

	.col-md-push-1 {
		left: 8.33333333%
	}

	.col-md-push-0 {
		left: auto
	}

	.col-md-offset-12 {
		margin-left: 100%
	}

	.col-md-offset-11 {
		margin-left: 91.66666667%
	}

	.col-md-offset-10 {
		margin-left: 83.33333333%
	}

	.col-md-offset-9 {
		margin-left: 75%
	}

	.col-md-offset-8 {
		margin-left: 66.66666667%
	}

	.col-md-offset-7 {
		margin-left: 58.33333333%
	}

	.col-md-offset-6 {
		margin-left: 50%
	}

	.col-md-offset-5 {
		margin-left: 41.66666667%
	}

	.col-md-offset-4 {
		margin-left: 33.33333333%
	}

	.col-md-offset-3 {
		margin-left: 25%
	}

	.col-md-offset-2 {
		margin-left: 16.66666667%
	}

	.col-md-offset-1 {
		margin-left: 8.33333333%
	}

	.col-md-offset-0 {
		margin-left: 0
	}
}

@media (min-width: 1200px) {
	.col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
		float: left
	}

	.col-lg-12 {
		width: 100%
	}

	.col-lg-11 {
		width: 91.66666667%
	}

	.col-lg-10 {
		width: 83.33333333%
	}

	.col-lg-9 {
		width: 75%
	}

	.col-lg-8 {
		width: 66.66666667%
	}

	.col-lg-7 {
		width: 58.33333333%
	}

	.col-lg-6 {
		width: 50%
	}

	.col-lg-5 {
		width: 41.66666667%
	}

	.col-lg-4 {
		width: 33.33333333%
	}

	.col-lg-3 {
		width: 25%
	}

	.col-lg-2 {
		width: 16.66666667%
	}

	.col-lg-1 {
		width: 8.33333333%
	}

	.col-lg-pull-12 {
		right: 100%
	}

	.col-lg-pull-11 {
		right: 91.66666667%
	}

	.col-lg-pull-10 {
		right: 83.33333333%
	}

	.col-lg-pull-9 {
		right: 75%
	}

	.col-lg-pull-8 {
		right: 66.66666667%
	}

	.col-lg-pull-7 {
		right: 58.33333333%
	}

	.col-lg-pull-6 {
		right: 50%
	}

	.col-lg-pull-5 {
		right: 41.66666667%
	}

	.col-lg-pull-4 {
		right: 33.33333333%
	}

	.col-lg-pull-3 {
		right: 25%
	}

	.col-lg-pull-2 {
		right: 16.66666667%
	}

	.col-lg-pull-1 {
		right: 8.33333333%
	}

	.col-lg-pull-0 {
		right: auto
	}

	.col-lg-push-12 {
		left: 100%
	}

	.col-lg-push-11 {
		left: 91.66666667%
	}

	.col-lg-push-10 {
		left: 83.33333333%
	}

	.col-lg-push-9 {
		left: 75%
	}

	.col-lg-push-8 {
		left: 66.66666667%
	}

	.col-lg-push-7 {
		left: 58.33333333%
	}

	.col-lg-push-6 {
		left: 50%
	}

	.col-lg-push-5 {
		left: 41.66666667%
	}

	.col-lg-push-4 {
		left: 33.33333333%
	}

	.col-lg-push-3 {
		left: 25%
	}

	.col-lg-push-2 {
		left: 16.66666667%
	}

	.col-lg-push-1 {
		left: 8.33333333%
	}

	.col-lg-push-0 {
		left: auto
	}

	.col-lg-offset-12 {
		margin-left: 100%
	}

	.col-lg-offset-11 {
		margin-left: 91.66666667%
	}

	.col-lg-offset-10 {
		margin-left: 83.33333333%
	}

	.col-lg-offset-9 {
		margin-left: 75%
	}

	.col-lg-offset-8 {
		margin-left: 66.66666667%
	}

	.col-lg-offset-7 {
		margin-left: 58.33333333%
	}

	.col-lg-offset-6 {
		margin-left: 50%
	}

	.col-lg-offset-5 {
		margin-left: 41.66666667%
	}

	.col-lg-offset-4 {
		margin-left: 33.33333333%
	}

	.col-lg-offset-3 {
		margin-left: 25%
	}

	.col-lg-offset-2 {
		margin-left: 16.66666667%
	}

	.col-lg-offset-1 {
		margin-left: 8.33333333%
	}

	.col-lg-offset-0 {
		margin-left: 0
	}
}

.btn {
	display: inline-block;
	margin-bottom: 0;
	font-weight: normal;
	text-align: center;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	background-image: none;
	border: 1px solid transparent;
	white-space: nowrap;
	padding: 6px 12px;
	font-size: 14px;
	line-height: 1.42857143;
	border-radius: 4px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
	outline: 5px auto -webkit-focus-ring-color;
	outline-offset: -2px
}

.btn:hover, .btn:focus, .btn.focus {
	color: #333;
	text-decoration: none
}

.btn:active, .btn.active {
	outline: 0;
	background-image: none;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125)
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
	cursor: not-allowed;
	opacity: .65;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none
}

a.btn.disabled, fieldset[disabled] a.btn {
	pointer-events: none
}

.btn-default {
	color: #333;
	background-color: #fff;
	border-color: #ccc
}

.btn-default:focus, .btn-default.focus {
	color: #333;
	background-color: #e6e6e6;
	border-color: #8c8c8c
}

.btn-default:hover {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	color: #333;
	background-color: #e6e6e6;
	border-color: #adadad
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
	color: #333;
	background-color: #d4d4d4;
	border-color: #8c8c8c
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
	background-image: none
}

.btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus {
	background-color: #fff;
	border-color: #ccc
}

.btn-default .badge {
	color: #fff;
	background-color: #333
}

.btn-primary {
	color: #fff;
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary:focus, .btn-primary.focus {
	color: #fff;
	background-color: #286090;
	border-color: #122b40
}

.btn-primary:hover {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	color: #fff;
	background-color: #286090;
	border-color: #204d74
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
	color: #fff;
	background-color: #204d74;
	border-color: #122b40
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
	background-image: none
}

.btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus {
	background-color: #337ab7;
	border-color: #2e6da4
}

.btn-primary .badge {
	color: #337ab7;
	background-color: #fff
}

.btn-success {
	color: #fff;
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success:focus, .btn-success.focus {
	color: #fff;
	background-color: #449d44;
	border-color: #255625
}

.btn-success:hover {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	color: #fff;
	background-color: #449d44;
	border-color: #398439
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
	color: #fff;
	background-color: #398439;
	border-color: #255625
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
	background-image: none
}

.btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus {
	background-color: #5cb85c;
	border-color: #4cae4c
}

.btn-success .badge {
	color: #5cb85c;
	background-color: #fff
}

.btn-info {
	color: #fff;
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info:focus, .btn-info.focus {
	color: #fff;
	background-color: #31b0d5;
	border-color: #1b6d85
}

.btn-info:hover {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	color: #fff;
	background-color: #31b0d5;
	border-color: #269abc
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
	color: #fff;
	background-color: #269abc;
	border-color: #1b6d85
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
	background-image: none
}

.btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus {
	background-color: #5bc0de;
	border-color: #46b8da
}

.btn-info .badge {
	color: #5bc0de;
	background-color: #fff
}

.btn-warning {
	color: #fff;
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning:focus, .btn-warning.focus {
	color: #fff;
	background-color: #ec971f;
	border-color: #985f0d
}

.btn-warning:hover {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	color: #fff;
	background-color: #ec971f;
	border-color: #d58512
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
	color: #fff;
	background-color: #d58512;
	border-color: #985f0d
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
	background-image: none
}

.btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus {
	background-color: #f0ad4e;
	border-color: #eea236
}

.btn-warning .badge {
	color: #f0ad4e;
	background-color: #fff
}

.btn-danger {
	color: #fff;
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger:focus, .btn-danger.focus {
	color: #fff;
	background-color: #c9302c;
	border-color: #761c19
}

.btn-danger:hover {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	color: #fff;
	background-color: #c9302c;
	border-color: #ac2925
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
	color: #fff;
	background-color: #ac2925;
	border-color: #761c19
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
	background-image: none
}

.btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus {
	background-color: #d9534f;
	border-color: #d43f3a
}

.btn-danger .badge {
	color: #d9534f;
	background-color: #fff
}

.btn-link {
	color: #337ab7;
	font-weight: normal;
	border-radius: 0
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
	border-color: transparent
}

.btn-link:hover, .btn-link:focus {
	color: #23527c;
	text-decoration: underline;
	background-color: transparent
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
	color: #777;
	text-decoration: none
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 6px
}

.btn-sm {
	padding: 5px 10px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-xs {
	padding: 1px 5px;
	font-size: 12px;
	line-height: 1.5;
	border-radius: 3px
}

.btn-block {
	display: block;
	width: 100%
}

.btn-block + .btn-block {
	margin-top: 5px
}

input[type="submit"].btn-block, input[type="reset"].btn-block, input[type="button"].btn-block {
	width: 100%
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear
}

.fade.in {
	opacity: 1
}

.collapse {
	display: none
}

.collapse.in {
	display: block
}

tr.collapse.in {
	display: table-row
}

tbody.collapse.in {
	display: table-row-group
}

.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease
}

.caret {
	display: inline-block;
	width: 0;
	height: 0;
	margin-left: 2px;
	vertical-align: middle;
	border-top: 4px dashed;
	border-top: 4px solid \9;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent
}

.dropup, .dropdown {
	position: relative
}

.dropdown-toggle:focus {
	outline: 0
}

.dropdown-menu {
	position: absolute;
	top: 100%;
	left: 0;
	z-index: 1000;
	display: none;
	float: left;
	min-width: 160px;
	padding: 5px 0;
	margin: 2px 0 0;
	list-style: none;
	font-size: 14px;
	text-align: left;
	background-color: #fff;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.15);
	border-radius: 4px;
	-webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	box-shadow: 0 6px 12px rgba(0, 0, 0, 0.175);
	background-clip: padding-box
}

.dropdown-menu.pull-right {
	right: 0;
	left: auto
}

.dropdown-menu .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.dropdown-menu > li > a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	text-decoration: none;
	color: #262626;
	background-color: #f5f5f5
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	color: #fff;
	text-decoration: none;
	outline: 0;
	background-color: #337ab7
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	color: #777
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
	text-decoration: none;
	background-color: transparent;
	background-image: none;
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	cursor: not-allowed
}

.open > .dropdown-menu {
	display: block
}

.open > a {
	outline: 0
}

.dropdown-menu-right {
	left: auto;
	right: 0
}

.dropdown-menu-left {
	left: 0;
	right: auto
}

.dropdown-header {
	display: block;
	padding: 3px 20px;
	font-size: 12px;
	line-height: 1.42857143;
	color: #777;
	white-space: nowrap
}

.dropdown-backdrop {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	top: 0;
	z-index: 990
}

.pull-right > .dropdown-menu {
	right: 0;
	left: auto
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
	border-top: 0;
	border-bottom: 4px dashed;
	border-bottom: 4px solid \9;
	content: ""
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
	top: auto;
	bottom: 100%;
	margin-bottom: 2px
}

@media (min-width: 767px) {
	.navbar-right .dropdown-menu {
		left: auto;
		right: 0
	}

	.navbar-right .dropdown-menu-left {
		left: 0;
		right: auto
	}
}

.nav {
	margin-bottom: 0;
	padding-left: 0;
	list-style: none
}

.nav > li {
	position: relative;
	display: block
}

.tooltip {
	position: absolute;
	z-index: 1070;
	display: block;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 12px;
	opacity: 0;
	filter: alpha(opacity=0)
}

.tooltip.in {
	opacity: .9;
	filter: alpha(opacity=90)
}

.tooltip.top {
	margin-top: -3px;
	padding: 5px 0
}

.tooltip.right {
	margin-left: 3px;
	padding: 0 5px
}

.tooltip.bottom {
	margin-top: 3px;
	padding: 5px 0
}

.tooltip.left {
	margin-left: -3px;
	padding: 0 5px
}

.tooltip-inner {
	max-width: 200px;
	padding: 3px 8px;
	color: #fff;
	text-align: center;
	background-color: #000;
	border-radius: 4px
}

.tooltip-arrow {
	position: absolute;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.tooltip.top .tooltip-arrow {
	bottom: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-left .tooltip-arrow {
	bottom: 0;
	right: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.top-right .tooltip-arrow {
	bottom: 0;
	left: 5px;
	margin-bottom: -5px;
	border-width: 5px 5px 0;
	border-top-color: #000
}

.tooltip.right .tooltip-arrow {
	top: 50%;
	left: 0;
	margin-top: -5px;
	border-width: 5px 5px 5px 0;
	border-right-color: #000
}

.tooltip.left .tooltip-arrow {
	top: 50%;
	right: 0;
	margin-top: -5px;
	border-width: 5px 0 5px 5px;
	border-left-color: #000
}

.tooltip.bottom .tooltip-arrow {
	top: 0;
	left: 50%;
	margin-left: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-left .tooltip-arrow {
	top: 0;
	right: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.tooltip.bottom-right .tooltip-arrow {
	top: 0;
	left: 5px;
	margin-top: -5px;
	border-width: 0 5px 5px;
	border-bottom-color: #000
}

.popover {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1060;
	display: none;
	max-width: 276px;
	padding: 1px;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-style: normal;
	font-weight: normal;
	letter-spacing: normal;
	line-break: auto;
	line-height: 1.42857143;
	text-align: left;
	text-align: start;
	text-decoration: none;
	text-shadow: none;
	text-transform: none;
	white-space: normal;
	word-break: normal;
	word-spacing: normal;
	word-wrap: normal;
	font-size: 14px;
	background-color: #fff;
	background-clip: padding-box;
	border: 1px solid #ccc;
	border: 1px solid rgba(0, 0, 0, 0.2);
	border-radius: 6px;
	-webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
	box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2)
}

.popover.top {
	margin-top: -10px
}

.popover.right {
	margin-left: 10px
}

.popover.bottom {
	margin-top: 10px
}

.popover.left {
	margin-left: -10px
}

.popover-title {
	margin: 0;
	padding: 8px 14px;
	font-size: 14px;
	background-color: #f7f7f7;
	border-bottom: 1px solid #ebebeb;
	border-radius: 5px 5px 0 0
}

.popover-content {
	padding: 9px 14px
}

.popover > .arrow, .popover > .arrow:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid
}

.popover > .arrow {
	border-width: 11px
}

.popover > .arrow:after {
	border-width: 10px;
	content: ""
}

.popover.top > .arrow {
	left: 50%;
	margin-left: -11px;
	border-bottom-width: 0;
	border-top-color: #999;
	border-top-color: rgba(0, 0, 0, 0.25);
	bottom: -11px
}

.popover.top > .arrow:after {
	content: " ";
	bottom: 1px;
	margin-left: -10px;
	border-bottom-width: 0;
	border-top-color: #fff
}

.popover.right > .arrow {
	top: 50%;
	left: -11px;
	margin-top: -11px;
	border-left-width: 0;
	border-right-color: #999;
	border-right-color: rgba(0, 0, 0, 0.25)
}

.popover.right > .arrow:after {
	content: " ";
	left: 1px;
	bottom: -10px;
	border-left-width: 0;
	border-right-color: #fff
}

.popover.bottom > .arrow {
	left: 50%;
	margin-left: -11px;
	border-top-width: 0;
	border-bottom-color: #999;
	border-bottom-color: rgba(0, 0, 0, 0.25);
	top: -11px
}

.popover.bottom > .arrow:after {
	content: " ";
	top: 1px;
	margin-left: -10px;
	border-top-width: 0;
	border-bottom-color: #fff
}

.popover.left > .arrow {
	top: 50%;
	right: -11px;
	margin-top: -11px;
	border-right-width: 0;
	border-left-color: #999;
	border-left-color: rgba(0, 0, 0, 0.25)
}

.popover.left > .arrow:after {
	content: " ";
	right: 1px;
	border-right-width: 0;
	border-left-color: #fff;
	bottom: -10px
}

.clearfix:before, .clearfix:after, .container:before, .container:after, .container-fluid:before, .container-fluid:after, .row:before, .row:after, .nav:before, .nav:after {
	content: " ";
	display: table
}

.clearfix:after, .container:after, .container-fluid:after, .row:after, .nav:after {
	clear: both
}

.center-block {
	display: block;
	margin-left: auto;
	margin-right: auto
}

.pull-right {
	float: right !important
}

.pull-left {
	float: left !important
}

.hide {
	display: none !important
}

.show {
	display: block !important
}

.invisible {
	visibility: hidden
}

.text-hide {
	font: 0/0 a;
	color: transparent;
	text-shadow: none;
	background-color: transparent;
	border: 0
}

.hidden {
	display: none !important
}

.affix {
	position: fixed
}

/*Chosen, a Select Box Enhancer for jQuery and Prototypeby Patrick Filler for Harvest, http://getharvest.comVersion 1.6.2Full source at https://github.com/harvesthq/chosenCopyright (c) 2011-2016 Harvest http://getharvest.comMIT License, https://github.com/harvesthq/chosen/blob/master/LICENSE.mdThis file is generated by `grunt build`, do not edit it by hand.*/
.chosen-container {
	position: relative;
	display: inline-block;
	vertical-align: middle;
	font-size: 14px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.chosen-container * {
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.chosen-container .chosen-drop {
	position: absolute;
	top: 100%;
	left: -9999px;
	z-index: 1010;
	margin-top: 8px;
	width: 100%;
	border: 1px solid #e0e0e0;
	background: #fff;
	border-radius: 4px
}

.chosen-container .chosen-drop:before {
	content: '';
	position: absolute;
	width: 8px;
	height: 8px;
	border-top: 1px solid #e0e0e0;
	border-right: 1px solid #e0e0e0;
	-webkit-transform: rotate(-45deg);
	-ms-transform: rotate(-45deg);
	transform: rotate(-45deg);
	right: 20px;
	top: -5px;
	background-color: #fff
}

.chosen-container.chosen-with-drop .chosen-drop {
	left: 0
}

.chosen-container a {
	cursor: pointer
}

.chosen-container .search-choice .group-name, .chosen-container .chosen-single .group-name {
	margin-right: 4px;
	overflow: hidden;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	font-weight: normal;
	color: #999
}

.chosen-container .search-choice .group-name:after, .chosen-container .chosen-single .group-name:after {
	content: ":";
	padding-left: 2px;
	vertical-align: top
}

.chosen-container-single .chosen-single {
	position: relative;
	display: block;
	padding: 0 25px 0 15px;
	height: 46px;
	background-color: #fff;
	border: 1px solid #e0e0e0;
	color: #000;
	text-decoration: none;
	white-space: nowrap;
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	line-height: 46px;
	border-radius: 4px
}

.chosen-container-single .chosen-default {
	color: #000
}

.chosen-container-single .chosen-single span {
	display: block;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	white-space: nowrap
}

.chosen-container-single .chosen-single-with-deselect span {
	margin-right: 38px
}

.chosen-container-single .chosen-single abbr {
	position: absolute;
	top: 6px;
	right: 26px;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 1px
}

.chosen-container-single .chosen-single abbr:hover {
	background-position: -42px -10px
}

.chosen-container-single.chosen-disabled .chosen-single abbr:hover {
	background-position: -42px -10px
}

.chosen-container-single .chosen-single div {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	right: 5px;
	display: block;
	text-align: center;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	border-top: 5px solid #000
}

.chosen-container-single .chosen-search {
	position: relative;
	z-index: 1010;
	margin: 0;
	padding: 3px 4px;
	white-space: nowrap
}

.chosen-container-single .chosen-search input[type="text"] {
	margin: 1px 0;
	padding: 4px 20px 4px 5px;
	width: 100%;
	height: auto;
	outline: 0;
	border: 1px solid #aaa;
	font-size: 1em;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}

.chosen-container-single .chosen-drop {
	background-clip: padding-box
}

.chosen-container-single.chosen-container-single-nosearch .chosen-search {
	position: absolute;
	left: -9999px
}

.chosen-container .chosen-results {
	color: #444;
	position: relative;
	overflow-x: hidden;
	overflow-y: auto;
	margin: 0 4px 4px 0;
	padding: 10px 0 10px 15px;
	max-height: 240px;
	-webkit-overflow-scrolling: touch
}

.chosen-container .chosen-results li {
	display: none;
	margin: 0;
	padding: 5px 0;
	list-style: none;
	line-height: 18px;
	color: rgba(0, 0, 0, .6);
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	word-wrap: break-word;
	-webkit-touch-callout: none
}

.chosen-container .chosen-results li.active-result {
	display: list-item;
	cursor: pointer
}

.chosen-container .chosen-results li.disabled-result {
	display: list-item;
	color: #b1b1b1;
	cursor: default
}

.chosen-container .chosen-results li.highlighted {
	color: #1e7be2
}

.chosen-container .chosen-results li.no-results {
	color: #777;
	display: list-item;
	background: #f4f4f4
}

.chosen-container .chosen-results li.group-result {
	display: list-item;
	font-weight: bold;
	cursor: default
}

.chosen-container .chosen-results li.group-option {
	padding-left: 15px
}

.chosen-container .chosen-results li em {
	font-style: normal;
	text-decoration: underline
}

.chosen-container-multi .chosen-choices {
	position: relative;
	overflow: hidden;
	margin: 0;
	padding: 0 5px;
	width: 100%;
	height: auto;
	border: 1px solid #aaa;
	background-color: #fff;
	background-image: -o-linear-gradient(#eee 1%, #fff 15%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(1%, #eee), color-stop(15%, #fff));
	background-image: linear-gradient(#eee 1%, #fff 15%);
	cursor: text
}

.chosen-container-multi .chosen-choices li {
	float: left;
	list-style: none
}

.chosen-container-multi .chosen-choices li.search-field {
	margin: 0;
	padding: 0;
	white-space: nowrap
}

.chosen-container-multi .chosen-choices li.search-field input[type="text"] {
	margin: 1px 0;
	padding: 0;
	height: 25px;
	outline: 0;
	border: 0 !important;
	background: transparent !important;
	-webkit-box-shadow: none;
	box-shadow: none;
	color: #999;
	font-size: 100%;
	font-family: sans-serif;
	line-height: normal;
	border-radius: 0
}

.chosen-container-multi .chosen-choices li.search-choice {
	position: relative;
	margin: 3px 5px 3px 0;
	padding: 3px 20px 3px 5px;
	border: 1px solid #aaa;
	max-width: 100%;
	border-radius: 3px;
	background-color: #eee;
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-size: 100% 19px;
	background-repeat: repeat-x;
	background-clip: padding-box;
	-webkit-box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	box-shadow: 0 0 2px white inset, 0 1px 0 rgba(0, 0, 0, 0.05);
	color: #333;
	line-height: 13px;
	cursor: default
}

.chosen-container-multi .chosen-choices li.search-choice span {
	word-wrap: break-word
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close {
	position: absolute;
	top: 4px;
	right: 3px;
	display: block;
	width: 12px;
	height: 12px;
	font-size: 1px
}

.chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover {
	background-position: -42px -10px
}

.chosen-container-multi .chosen-choices li.search-choice-disabled {
	padding-right: 5px;
	border: 1px solid #ccc;
	background-color: #e4e4e4;
	background-image: -o-linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(20%, #f4f4f4), color-stop(50%, #f0f0f0), color-stop(52%, #e8e8e8), to(#eee));
	background-image: linear-gradient(#f4f4f4 20%, #f0f0f0 50%, #e8e8e8 52%, #eee 100%);
	color: #666
}

.chosen-container-multi .chosen-choices li.search-choice-focus {
	background: #d4d4d4
}

.chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close {
	background-position: -42px -10px
}

.chosen-container-multi .chosen-results {
	margin: 0;
	padding: 0
}

.chosen-container-multi .chosen-drop .result-selected {
	display: list-item;
	color: #ccc;
	cursor: default
}

.chosen-container-active .chosen-choices {
	border: 1px solid #ff0;
	-webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.3);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.3)
}

.chosen-container-active .chosen-choices li.search-field input[type="text"] {
	color: #222 !important
}

.chosen-disabled {
	opacity: .5 !important;
	cursor: default
}

.chosen-disabled .chosen-single {
	cursor: default
}

.chosen-disabled .chosen-choices .search-choice .search-choice-close {
	cursor: default
}

.chosen-rtl {
	text-align: right
}

.chosen-rtl .chosen-single {
	overflow: visible;
	padding: 0 8px 0 0
}

.chosen-rtl .chosen-single span {
	margin-right: 0;
	margin-left: 26px;
	direction: rtl
}

.chosen-rtl .chosen-single-with-deselect span {
	margin-left: 38px
}

.chosen-rtl .chosen-single div {
	right: auto;
	left: 3px
}

.chosen-rtl .chosen-single abbr {
	right: auto;
	left: 26px
}

.chosen-rtl .chosen-choices li {
	float: right
}

.chosen-rtl .chosen-choices li.search-field input[type="text"] {
	direction: rtl
}

.chosen-rtl .chosen-choices li.search-choice {
	margin: 3px 5px 3px 0;
	padding: 3px 5px 3px 19px
}

.chosen-rtl .chosen-choices li.search-choice .search-choice-close {
	right: auto;
	left: 4px
}

.chosen-rtl.chosen-container-single-nosearch .chosen-search, .chosen-rtl .chosen-drop {
	left: 9999px
}

.chosen-rtl.chosen-container-single .chosen-results {
	margin: 0 0 4px 4px;
	padding: 0 4px 0 0
}

.chosen-rtl .chosen-results li.group-option {
	padding-right: 15px;
	padding-left: 0
}

.chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div {
	border-right: 0
}

.chosen-rtl .chosen-search input[type="text"] {
	padding: 4px 5px 4px 20px;
	direction: rtl
}

.chosen-rtl.chosen-container-single .chosen-single div b {
	background-position: 6px 2px
}

.chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b {
	background-position: -12px 2px
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (-o-min-device-pixel-ratio: 3/2), only screen and (min-resolution: 144dpi), only screen and (min-resolution: 1.5dppx) {
	.chosen-rtl .chosen-search input[type="text"], .chosen-container-single .chosen-single abbr, .chosen-container-single .chosen-single div b, .chosen-container-single .chosen-search input[type="text"], .chosen-container-multi .chosen-choices .search-choice .search-choice-close, .chosen-container .chosen-results-scroll-down span, .chosen-container .chosen-results-scroll-up span {
		background-size: 52px 37px !important;
		background-repeat: no-repeat !important
	}
}

body.fancybox-active {
	overflow: hidden
}

body.fancybox-iosfix {
	position: fixed;
	left: 0;
	right: 0
}

.fancybox-is-hidden {
	position: absolute;
	top: -9999px;
	left: -9999px;
	visibility: hidden
}

.fancybox-container {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99992;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0
}

.fancybox-outer {
	overflow-y: auto;
	-webkit-overflow-scrolling: touch
}

.fancybox-bg {
	background: #1e1e1e;
	opacity: 0;
	-webkit-transition-duration: inherit;
	-o-transition-duration: inherit;
	transition-duration: inherit;
	-webkit-transition-property: opacity;
	-o-transition-property: opacity;
	transition-property: opacity;
	-webkit-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	-o-transition-timing-function: cubic-bezier(.47, 0, .74, .71);
	transition-timing-function: cubic-bezier(.47, 0, .74, .71)
}

.fancybox-is-open .fancybox-bg {
	opacity: .87;
	-webkit-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	-o-transition-timing-function: cubic-bezier(.22, .61, .36, 1);
	transition-timing-function: cubic-bezier(.22, .61, .36, 1)
}

.fancybox-caption-wrap, .fancybox-infobar, .fancybox-toolbar {
	position: absolute;
	direction: ltr;
	z-index: 99997;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: opacity .25s, visibility 0s linear .25s;
	-o-transition: opacity .25s, visibility 0s linear .25s;
	transition: opacity .25s, visibility 0s linear .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-show-caption .fancybox-caption-wrap, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-toolbar .fancybox-toolbar {
	opacity: 1;
	visibility: visible;
	-webkit-transition: opacity .25s, visibility 0s;
	-o-transition: opacity .25s, visibility 0s;
	transition: opacity .25s, visibility 0s
}

.fancybox-infobar {
	top: 0;
	left: 0;
	font-size: 13px;
	padding: 0 10px;
	height: 44px;
	min-width: 44px;
	line-height: 44px;
	color: #ccc;
	text-align: center;
	pointer-events: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-webkit-tap-highlight-color: transparent;
	-webkit-font-smoothing: subpixel-antialiased;
	mix-blend-mode: exclusion
}

.fancybox-toolbar {
	top: 0;
	right: 0;
	margin: 0;
	padding: 0
}

.fancybox-stage {
	overflow: hidden;
	direction: ltr;
	z-index: 99994;
	-webkit-transform: translateZ(0)
}

.fancybox-is-closing .fancybox-stage {
	overflow: visible
}

.fancybox-slide {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: auto;
	outline: 0;
	white-space: normal;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-align: center;
	z-index: 99994;
	-webkit-overflow-scrolling: touch;
	display: none;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-slide:before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	height: 100%;
	width: 0
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
	display: block
}

.fancybox-slide--image {
	overflow: visible
}

.fancybox-slide--image:before {
	display: none
}

.fancybox-slide--video .fancybox-content, .fancybox-slide--video iframe {
	background: #000
}

.fancybox-slide--map .fancybox-content, .fancybox-slide--map iframe {
	background: #e5e3df
}

.fancybox-slide--next {
	z-index: 99995
}

.fancybox-slide > * {
	display: inline-block;
	position: relative;
	padding: 24px;
	margin: 44px 0;
	border-width: 0;
	vertical-align: middle;
	text-align: left;
	background-color: #fff;
	overflow: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.fancybox-slide > base, .fancybox-slide > link, .fancybox-slide > meta, .fancybox-slide > script, .fancybox-slide > style, .fancybox-slide > title {
	display: none
}

.fancybox-slide .fancybox-image-wrap {
	position: absolute;
	top: 0;
	left: 0;
	margin: 0;
	padding: 0;
	border: 0;
	z-index: 99995;
	background: transparent;
	cursor: default;
	overflow: visible;
	-webkit-transform-origin: top left;
	-ms-transform-origin: top left;
	transform-origin: top left;
	background-size: 100% 100%;
	background-repeat: no-repeat;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	transition-property: opacity, -webkit-transform;
	-webkit-transition-property: opacity, -webkit-transform;
	-o-transition-property: transform, opacity;
	transition-property: transform, opacity;
	transition-property: transform, opacity, -webkit-transform
}

.fancybox-can-zoomOut .fancybox-image-wrap {
	cursor: -webkit-zoom-out;
	cursor: zoom-out
}

.fancybox-can-zoomIn .fancybox-image-wrap {
	cursor: -webkit-zoom-in;
	cursor: zoom-in
}

.fancybox-can-drag .fancybox-image-wrap {
	cursor: -webkit-grab;
	cursor: grab
}

.fancybox-is-dragging .fancybox-image-wrap {
	cursor: -webkit-grabbing;
	cursor: grabbing
}

.fancybox-image, .fancybox-spaceball {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	border: 0;
	max-width: none;
	max-height: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-spaceball {
	z-index: 1
}

.fancybox-slide--iframe .fancybox-content {
	padding: 0;
	width: 80%;
	height: 80%;
	max-width: calc(100% - 100px);
	max-height: calc(100% - 88px);
	overflow: visible;
	background: #fff
}

.fancybox-iframe {
	display: block;
	padding: 0;
	border: 0;
	height: 100%
}

.fancybox-error, .fancybox-iframe {
	margin: 0;
	width: 100%;
	background: #fff
}

.fancybox-error {
	padding: 40px;
	max-width: 380px;
	cursor: default
}

.fancybox-error p {
	margin: 0;
	padding: 0;
	color: #444;
	font-size: 16px;
	line-height: 20px
}

.fancybox-button {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: inline-block;
	vertical-align: top;
	width: 44px;
	height: 44px;
	margin: 0;
	padding: 10px;
	border: 0;
	border-radius: 0;
	background: rgba(30, 30, 30, .6);
	-webkit-transition: color .3s ease;
	-o-transition: color .3s ease;
	transition: color .3s ease;
	cursor: pointer;
	outline: 0
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
	color: #ccc
}

.fancybox-button:focus, .fancybox-button:hover {
	color: #fff
}

.fancybox-button[disabled] {
	color: #ccc;
	cursor: default;
	opacity: .6
}

.fancybox-button svg {
	display: block;
	position: relative;
	overflow: visible;
	shape-rendering: geometricPrecision
}

.fancybox-button svg path {
	fill: currentColor;
	stroke: currentColor;
	stroke-linejoin: round;
	stroke-width: 3
}

.fancybox-button--share svg path {
	stroke-width: 1
}

.fancybox-button--pause svg path:nth-child(1), .fancybox-button--play svg path:nth-child(2) {
	display: none
}

.fancybox-button--zoom svg path {
	fill: transparent
}

.fancybox-navigation {
	display: none
}

.fancybox-show-nav .fancybox-navigation {
	display: block
}

.fancybox-navigation button {
	position: absolute;
	top: 50%;
	margin: -50px 0 0;
	z-index: 99997;
	background: transparent;
	width: 60px;
	height: 100px;
	padding: 17px
}

.fancybox-navigation button:before {
	content: "";
	position: absolute;
	top: 30px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: rgba(30, 30, 30, .6)
}

.fancybox-navigation .fancybox-button--arrow_left {
	left: 0
}

.fancybox-navigation .fancybox-button--arrow_right {
	right: 0
}

.fancybox-close-small {
	position: absolute;
	top: 0;
	right: 0;
	width: 40px;
	height: 40px;
	padding: 0;
	margin: 0;
	border: 0;
	border-radius: 0;
	background: transparent;
	z-index: 10;
	cursor: pointer
}

.fancybox-close-small:after {
	content: "×";
	position: absolute;
	top: 5px;
	right: 5px;
	width: 30px;
	height: 30px;
	font: 22px/30px Arial, Helvetica Neue, Helvetica, sans-serif;
	color: #888;
	font-weight: 300;
	text-align: center;
	border-radius: 50%;
	border-width: 0;
	background-color: transparent;
	-webkit-transition: background-color .25s;
	-o-transition: background-color .25s;
	transition: background-color .25s;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 2
}

.fancybox-close-small:focus {
	outline: 0
}

.fancybox-close-small:focus:after {
	outline: 1px dotted #888
}

.fancybox-close-small:hover:after {
	color: #555;
	background: #eee
}

.fancybox-slide--iframe .fancybox-close-small, .fancybox-slide--image .fancybox-close-small {
	top: 0;
	right: -40px
}

.fancybox-slide--iframe .fancybox-close-small:after, .fancybox-slide--image .fancybox-close-small:after {
	font-size: 35px;
	color: #aaa
}

.fancybox-slide--iframe .fancybox-close-small:hover:after, .fancybox-slide--image .fancybox-close-small:hover:after {
	color: #fff;
	background: transparent
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
	display: none
}

.fancybox-caption-wrap {
	bottom: 0;
	left: 0;
	right: 0;
	padding: 60px 2vw 0;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, transparent), color-stop(20%, rgba(0, 0, 0, .1)), color-stop(40%, rgba(0, 0, 0, .2)), color-stop(80%, rgba(0, 0, 0, .6)), to(rgba(0, 0, 0, .8)));
	background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, .1) 20%, rgba(0, 0, 0, .2) 40%, rgba(0, 0, 0, .6) 80%, rgba(0, 0, 0, .8));
	pointer-events: none
}

.fancybox-caption {
	padding: 30px 0;
	border-top: 1px solid hsla(0, 0%, 100%, .4);
	font-size: 14px;
	color: #fff;
	line-height: 20px;
	-webkit-text-size-adjust: none
}

.fancybox-caption a, .fancybox-caption button, .fancybox-caption select {
	pointer-events: all;
	position: relative
}

.fancybox-caption a {
	color: #fff;
	text-decoration: underline
}

.fancybox-slide > .fancybox-loading {
	border: 6px solid hsla(0, 0%, 39%, .4);
	border-top: 6px solid hsla(0, 0%, 100%, .6);
	border-radius: 100%;
	height: 50px;
	width: 50px;
	-webkit-animation: a .8s infinite linear;
	animation: a .8s infinite linear;
	background: transparent;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -30px;
	margin-left: -30px;
	z-index: 99999
}

@-webkit-keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

@keyframes a {
	0% {
		-webkit-transform: rotate(0);
		transform: rotate(0)
	}
	to {
		-webkit-transform: rotate(359deg);
		transform: rotate(359deg)
	}
}

.fancybox-animated {
	-webkit-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	-o-transition-timing-function: cubic-bezier(0, 0, .25, 1);
	transition-timing-function: cubic-bezier(0, 0, .25, 1)
}

.fancybox-fx-slide.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0);
	transform: translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0);
	transform: translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-slide.fancybox-slide--current {
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	opacity: 1
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
	opacity: 0;
	-webkit-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	-o-transition-timing-function: cubic-bezier(.19, 1, .22, 1);
	transition-timing-function: cubic-bezier(.19, 1, .22, 1)
}

.fancybox-fx-fade.fancybox-slide--current {
	opacity: 1
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
	-webkit-transform: scale3d(1.5, 1.5, 1.5);
	transform: scale3d(1.5, 1.5, 1.5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
	-webkit-transform: scale3d(.5, .5, .5);
	transform: scale3d(.5, .5, .5);
	opacity: 0
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
	opacity: 1
}

.fancybox-fx-rotate.fancybox-slide--previous {
	-webkit-transform: rotate(-1turn);
	-ms-transform: rotate(-1turn);
	transform: rotate(-1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--next {
	-webkit-transform: rotate(1turn);
	-ms-transform: rotate(1turn);
	transform: rotate(1turn);
	opacity: 0
}

.fancybox-fx-rotate.fancybox-slide--current {
	-webkit-transform: rotate(0);
	-ms-transform: rotate(0);
	transform: rotate(0);
	opacity: 1
}

.fancybox-fx-circular.fancybox-slide--previous {
	-webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--next {
	-webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
	opacity: 0
}

.fancybox-fx-circular.fancybox-slide--current {
	-webkit-transform: scaleX(1) translateZ(0);
	transform: scaleX(1) translateZ(0);
	opacity: 1
}

.fancybox-fx-tube.fancybox-slide--previous {
	-webkit-transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
	transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg)
}

.fancybox-fx-tube.fancybox-slide--next {
	-webkit-transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
	transform: translate3d(100%, 0, 0) scale(.1) skew(10deg)
}

.fancybox-fx-tube.fancybox-slide--current {
	-webkit-transform: translateZ(0) scale(1);
	transform: translateZ(0) scale(1)
}

.fancybox-share {
	padding: 30px;
	border-radius: 3px;
	background: #f4f4f4;
	max-width: 90%;
	text-align: center
}

.fancybox-share h1 {
	color: #222;
	margin: 0 0 20px;
	font-size: 35px;
	font-weight: 700
}

.fancybox-share p {
	margin: 0;
	padding: 0
}

p.fancybox-share__links {
	margin-right: -10px
}

.fancybox-share__button {
	display: inline-block;
	text-decoration: none;
	margin: 0 10px 10px 0;
	padding: 0 15px;
	min-width: 130px;
	border: 0;
	border-radius: 3px;
	background: #fff;
	white-space: nowrap;
	font-size: 14px;
	font-weight: 700;
	line-height: 40px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	color: #fff;
	-webkit-transition: all .2s;
	-o-transition: all .2s;
	transition: all .2s
}

.fancybox-share__button:hover {
	text-decoration: none
}

.fancybox-share__button--fb {
	background: #3b5998
}

.fancybox-share__button--fb:hover {
	background: #344e86
}

.fancybox-share__button--pt {
	background: #bd081d
}

.fancybox-share__button--pt:hover {
	background: #aa0719
}

.fancybox-share__button--tw {
	background: #1da1f2
}

.fancybox-share__button--tw:hover {
	background: #0d95e8
}

.fancybox-share__button svg {
	position: relative;
	top: -1px;
	width: 25px;
	height: 25px;
	margin-right: 7px;
	vertical-align: middle
}

.fancybox-share__button svg path {
	fill: #fff
}

.fancybox-share__input {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 10px 0 0;
	padding: 10px 15px;
	background: transparent;
	color: #5d5b5b;
	font-size: 14px;
	outline: 0;
	border: 0;
	border-bottom: 2px solid #d7d7d7
}

.fancybox-thumbs {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 212px;
	margin: 0;
	padding: 2px 2px 4px;
	background: #fff;
	-webkit-tap-highlight-color: transparent;
	-webkit-overflow-scrolling: touch;
	-ms-overflow-style: -ms-autohiding-scrollbar;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 99995
}

.fancybox-thumbs-x {
	overflow-y: hidden;
	overflow-x: auto
}

.fancybox-show-thumbs .fancybox-thumbs {
	display: block
}

.fancybox-show-thumbs .fancybox-inner {
	right: 212px
}

.fancybox-thumbs > ul {
	list-style: none;
	position: absolute;
	position: relative;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow-x: hidden;
	overflow-y: auto;
	font-size: 0;
	white-space: nowrap
}

.fancybox-thumbs-x > ul {
	overflow: hidden
}

.fancybox-thumbs-y > ul::-webkit-scrollbar {
	width: 7px
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-track {
	background: #fff;
	border-radius: 10px;
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .3)
}

.fancybox-thumbs-y > ul::-webkit-scrollbar-thumb {
	background: #2a2a2a;
	border-radius: 10px
}

.fancybox-thumbs > ul > li {
	float: left;
	overflow: hidden;
	padding: 0;
	margin: 2px;
	width: 100px;
	height: 75px;
	max-width: calc(50% - 4px);
	max-height: calc(100% - 8px);
	position: relative;
	cursor: pointer;
	outline: 0;
	-webkit-tap-highlight-color: transparent;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

li.fancybox-thumbs-loading {
	background: rgba(0, 0, 0, .1)
}

.fancybox-thumbs > ul > li > img {
	position: absolute;
	top: 0;
	left: 0;
	max-width: none;
	max-height: none;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.fancybox-thumbs > ul > li:before {
	content: "";
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	border: 4px solid #4ea7f9;
	z-index: 99991;
	opacity: 0;
	-webkit-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	-o-transition: all .2s cubic-bezier(.25, .46, .45, .94);
	transition: all .2s cubic-bezier(.25, .46, .45, .94)
}

.fancybox-thumbs > ul > li.fancybox-thumbs-active:before {
	opacity: 1
}

@media (max-width: 800px) {
	.fancybox-thumbs {
		width: 110px
	}

	.fancybox-show-thumbs .fancybox-inner {
		right: 110px
	}

	.fancybox-thumbs > ul > li {
		max-width: calc(100% - 10px)
	}
}

.slick-slider {
	position: relative;
	display: block;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
	-khtml-user-select: none;
	-ms-touch-action: pan-y;
	touch-action: pan-y;
	-webkit-tap-highlight-color: transparent
}

.slick-list {
	position: relative;
	display: block;
	overflow: hidden;
	margin: 0;
	padding: 0
}

.slick-list:focus {
	outline: 0
}

.slick-list.dragging {
	cursor: pointer;
	cursor: hand
}

.slick-slider .slick-track, .slick-slider .slick-list {
	-webkit-transform: translate3d(0, 0, 0);
	-ms-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0)
}

.slick-track {
	position: relative;
	top: 0;
	left: 0;
	display: block
}

.slick-track:before, .slick-track:after {
	display: table;
	content: ''
}

.slick-track:after {
	clear: both
}

.slick-loading .slick-track {
	visibility: hidden
}

.slick-slide {
	display: none;
	float: left;
	height: 100%;
	min-height: 1px
}

[dir='rtl'] .slick-slide {
	float: right
}

.slick-slide img {
	display: block
}

.slick-slide.slick-loading img {
	display: none
}

.slick-slide.dragging img {
	pointer-events: none
}

.slick-initialized .slick-slide {
	display: block
}

.slick-loading .slick-slide {
	visibility: hidden
}

.slick-vertical .slick-slide {
	display: block;
	height: auto;
	border: 1px solid transparent
}

.slick-arrow.slick-hidden {
	display: none
}

@charset 'UTF-8';
.slick-prev, .slick-next {
	font-size: 0;
	line-height: 0;
	position: absolute;
	top: 50%;
	display: block;
	width: 20px;
	height: 20px;
	padding: 0;
	-webkit-transform: translate(0, -50%);
	-ms-transform: translate(0, -50%);
	transform: translate(0, -50%);
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: transparent
}

.slick-prev:hover, .slick-prev:focus, .slick-next:hover, .slick-next:focus {
	color: transparent;
	outline: 0;
	background: transparent
}

.slick-prev:hover:before, .slick-prev:focus:before, .slick-next:hover:before, .slick-next:focus:before {
	opacity: 1
}

.slick-prev.slick-disabled:before, .slick-next.slick-disabled:before {
	opacity: .25
}

.slick-prev {
	left: -25px
}

[dir='rtl'] .slick-prev {
	right: -25px;
	left: auto
}

.slick-prev:before {
	content: '←'
}

[dir='rtl'] .slick-prev:before {
	content: '→'
}

.slick-next {
	right: -25px
}

[dir='rtl'] .slick-next {
	right: auto;
	left: -25px
}

.slick-next:before {
	content: '→'
}

[dir='rtl'] .slick-next:before {
	content: '←'
}

.slick-dotted.slick-slider {
	margin-bottom: 30px
}

.slick-dots {
	position: absolute;
	bottom: -25px;
	display: block;
	width: 100%;
	padding: 0;
	margin: 0;
	list-style: none;
	text-align: center
}

.slick-dots li {
	position: relative;
	display: inline-block;
	width: 20px;
	height: 20px;
	margin: 0 5px;
	padding: 0;
	cursor: pointer
}

.slick-dots li button {
	font-size: 0;
	line-height: 0;
	display: block;
	width: 20px;
	height: 20px;
	padding: 5px;
	cursor: pointer;
	color: transparent;
	border: 0;
	outline: 0;
	background: transparent
}

.slick-dots li button:hover, .slick-dots li button:focus {
	outline: 0
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
	opacity: 1
}

.slick-dots li button:before {
	font-size: 6px;
	line-height: 20px;
	position: absolute;
	top: 0;
	left: 0;
	width: 20px;
	height: 20px;
	content: '•';
	text-align: center;
	opacity: .25;
	color: black;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale
}

.slick-dots li.slick-active button:before {
	opacity: .75;
	color: black
}

html {
	min-height: 100%;
	position: relative;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
	height: 100%
}

* {
	font-family: inherit;
	-webkit-font-smoothing: antialiased
}

a, img {
	outline: 0;
	border: 0
}

a {
	color: #427ac1;
	text-decoration: none;
	-webkit-transition: all ease-out .2s;
	-o-transition: all ease-out .2s;
	transition: all ease-out .2s;
	outline: none !important
}

a:hover, a:focus {
	text-decoration: none;
	color: #000
}

body {
	margin: 0;
	min-height: 100%;
	line-height: 1.45;
	color: #000;
	padding: 0;
	min-width: 320px;
	background-color: #fff;
	font-size: 14px;
	font-family: 'Roboto', 'Verdana', sans-serif;
	font-weight: 400;
	position: relative;
	overflow-x: hidden
}

.btn {
	display: inline-block;
	position: relative;
	height: 50px;
	padding: 0 35px;
	line-height: 48px;
	background-color: transparent;
	border: 2px solid transparent;
	outline: none !important;
	-webkit-transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s, background-image ease-out .2s, opacity .2s ease-out;
	-o-transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s, background-image ease-out .2s, opacity .2s ease-out;
	transition: color ease-out .2s, border-color ease-out .2s, background-color ease-out .2s, background-image ease-out .2s, opacity .2s ease-out;
	text-decoration: none;
	text-align: center;
	outline: 0;
	font-size: 14px;
	text-transform: uppercase;
	white-space: nowrap;
	vertical-align: middle;
	border-radius: 25px;
	font-weight: 700;
	min-width: 200px
}

.btn.btn-blue {
	border-color: #2579de;
	color: #fff;
	background: #2579de
}

.btn.btn-blue:hover, .btn.btn-blue:focus, .btn.btn-blue:active {
	border-color: #376ec5;
	color: #fff;
	background: #376ec5
}

.btn.btn-white {
	border-color: #fff;
	color: #2579de;
	background: #fff
}

.btn.btn-white:hover, .btn.btn-white:focus, .btn.btn-white:active {
	border-color: #2579de;
	color: #fff;
	background: #2579de
}

.btn.btn-white-border {
	border-color: #fff;
	color: #fff;
	background: transparent
}

.btn.btn-white-border:hover, .btn.btn-white-border:focus, .btn.btn-white-border:active {
	border-color: #fff;
	color: #000;
	background: #fff
}

.btn.btn-gold {
	border: 0;
	line-height: 52px;
	color: #1e222d;
	background: #b38d74;
	background-image: -o-linear-gradient(240deg, #decfad, #b38d74, #b38d74);
	background-image: linear-gradient(210deg, #decfad, #b38d74, #b38d74)
}

.btn.btn-gold:hover, .btn.btn-gold:focus, .btn.btn-gold:active {
	color: #fff;
	background: #b38d74
}

.btn.btn-gold-border {
	border-color: #decfad;
	color: #decfad;
	background: transparent
}

.btn.btn-gold-border:hover, .btn.btn-gold-border:focus, .btn.btn-gold-border:active {
	color: #1e222d;
	background: #decfad;
	border-color: #decfad
}

.btn.btn-gold-black {
	border: 0;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	line-height: 67px;
	color: #1e222d;
	background: #b38d74;
	-webkit-box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	background-image: -o-linear-gradient(240deg, #decfad, #b38d74, #b38d74);
	background-image: linear-gradient(210deg, #decfad, #b38d74, #b38d74);
	position: relative
}

.btn.btn-gold-black:before {
	content: '';
	position: absolute;
	left: 10px;
	top: 10px;
	right: 10px;
	bottom: 10px;
	z-index: 2;
	border-radius: 23px;
	border: 1px solid #1e222d;
	opacity: .5;
	-webkit-transition: all .15s ease-out;
	-o-transition: all .15s ease-out;
	transition: all .15s ease-out
}

.btn.btn-gold-black:hover, .btn.btn-gold-black:focus, .btn.btn-gold-black:active {
	border-color: #0c6f9e;
	color: #1e222d;
	background: #b38d74;
	background-image: -o-linear-gradient(240deg, #decfad, #b38d74, #b38d74);
	background-image: linear-gradient(210deg, #decfad, #b38d74, #b38d74)
}

.btn.btn-gold-black:hover:before {
	opacity: 1;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	border-radius: 33px;
	border-width: 2px
}

.btn.no-padding {
	padding: 0
}

.btn-small {
	font-size: 14px;
	text-transform: none;
	font-weight: 400;
	min-width: 50px;
	padding: 0 16px;
	height: 30px;
	line-height: 28px
}

.btn-large {
	height: 66px;
	line-height: 66px;
	border-radius: 33px;
	min-width: 260px;
	font-size: 16px
}

.btn:active, .btn.active {
	-webkit-box-shadow: none !important;
	box-shadow: none !important
}

.btn[disabled="disabled"] {
	cursor: default;
	pointer-events: none
}

.input-container {
	position: relative
}

.input-container label {
	position: absolute;
	left: 29px;
	z-index: 5;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #2d3240;
	font-size: 14px;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out
}

.input-container.inp-filled label, .input-container input:not(:placeholder-shown) + label, .input-container input:focus + label {
	font-size: 12px;
	top: 42%;
	color: #101c2d;
	font-weight: 700;
	-webkit-transform: translateY(-100%);
	-ms-transform: translateY(-100%);
	transform: translateY(-100%)
}

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"], textarea, select {
	background: #fff;
	font-family: inherit;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	-ms-border-radius: 0;
	-o-border-radius: 0;
	border: 1px solid rgba(30, 34, 45, .5);
	display: block;
	margin: 0;
	padding: 0 15px 0 15px;
	overflow: hidden;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	height: 40px;
	width: 100%;
	-webkit-transition: background-color .2s linear, opacity .2s ease-out, border-color .2s ease-out, color .2s ease-out;
	-o-transition: background-color .2s linear, opacity .2s ease-out, border-color .2s ease-out, color .2s ease-out;
	transition: background-color .2s linear, opacity .2s ease-out, border-color .2s ease-out, color .2s ease-out;
	color: #1e222d;
	font-size: 14px;
	font-weight: 500;
	outline: 0;
	border-radius: 0 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	position: relative
}

.dark-form input[type="text"], .dark-form input[type="password"], .dark-form input[type="date"], .dark-form input[type="datetime"], .dark-form input[type="email"], .dark-form input[type="number"], .dark-form input[type="search"], .dark-form input[type="tel"], .dark-form input[type="time"], .dark-form input[type="url"], .dark-form textarea, .dark-form select {
	border-color: rgba(228, 228, 255, .5);
	color: #fff;
	background-color: #1e222d
}

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"], textarea {
	-webkit-appearance: none
}

textarea {
	line-height: 1.4;
	min-height: 105px;
	max-height: 1100px;
	height: 105px;
	padding-top: 8px;
	padding-left: 20px;
	max-width: 100%;
	min-width: 100%
}

select {
	-webkit-appearance: listbox;
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size: 17px 6px;
	padding-left: 15px
}

.dark-form input[type="text"]:focus, .dark-form input[type="password"]:focus, .dark-form input[type="date"]:focus, .dark-form input[type="datetime"]:focus, .dark-form input[type="email"]:focus, .dark-form input[type="number"]:focus, .dark-form input[type="search"]:focus, .dark-form input[type="tel"]:focus, .dark-form input[type="time"]:focus, .dark-form input[type="url"]:focus, .dark-form select:focus {
	border-color: #fff
}

input[type="text"]:focus, input[type="password"]:focus, input[type="date"]:focus, input[type="datetime"]:focus, input[type="email"]:focus, input[type="number"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="time"]:focus, input[type="url"]:focus, select:focus {
	border-color: #1796d3
}

.form-group {
	margin-bottom: 20px
}

input[type="text"].error, input[type="password"].error, input[type="date"].error, input[type="datetime"].error, input[type="email"].error, input[type="number"].error, input[type="search"].error, input[type="tel"].error, input[type="time"].error, input[type="url"].error, .form-error select {
	border-color: #dc0423
}

.input-container input.error {
	background-image: url('/local/templates/tickets_vip/css/../images/err.svg');
	background-repeat: no-repeat;
	background-size: 14px 14px;
	background-position: 96% 50%
}

.input-container input.success {
	background-image: url('/local/templates/tickets_vip/css/../images/success.svg');
	background-repeat: no-repeat;
	background-size: 14px 10px;
	background-position: 96% 50%
}

::-ms-clear {
	display: none
}

::-webkit-input-placeholder {
	color: rgba(67, 67, 80, .8);
	font-weight: 400
}

::-moz-placeholder {
	color: rgba(67, 67, 80, .8);
	font-weight: 400
}

:-moz-placeholder {
	color: rgba(67, 67, 80, .8);
	font-weight: 400
}

:-ms-input-placeholder {
	color: rgba(67, 67, 80, .8);
	font-weight: 400
}

.dark-form ::-webkit-input-placeholder {
	color: rgba(228, 228, 255, .5);
	font-weight: 400
}

.dark-form ::-moz-placeholder {
	color: rgba(228, 228, 255, .5);
	font-weight: 400
}

.dark-form :-moz-placeholder {
	color: rgba(228, 228, 255, .5);
	font-weight: 400
}

.dark-form :-ms-input-placeholder {
	color: rgba(228, 228, 255, .5);
	font-weight: 400
}

:focus::-webkit-input-placeholder {
	color: transparent !important
}

:focus::-moz-placeholder {
	color: transparent !important
}

:focus:-moz-placeholder {
	color: transparent !important
}

:focus:-ms-input-placeholder {
	color: transparent !important
}

input:-internal-autofill-selected {
	background-color: #1e222d !important
}

img, svg, canvas, object, iframe {
	max-width: 100%
}

svg {
	height: auto !important;
	width: auto !important
}

p {
	margin: 15px 0
}

p:first-child {
	margin-top: 0
}

p:last-child {
	margin-bottom: 0
}

.container-fluid, .container {
	width: 100% !important;
	padding: 0 80px;
	max-width: 1320px
}

h1, h2, h3, h4, h5 {
	font-family: 'Roboto', 'Tahoma', sans-serif
}

h1, .h1, .main-top-title {
	font-size: 30px;
	font-weight: 700;
	line-height: 1;
	color: #1e222d;
	text-transform: uppercase;
	text-align: center;
	margin: 0 0 35px
}

h2, .h2, .text-page-content h1 {
	font-size: 30px;
	font-weight: 300;
	line-height: 1.1;
	margin: 0 0 45px;
	text-align: left;
	color: #fff;
	text-transform: uppercase
}

.text-page-content h1 {
	text-align: center
}

h3, .h3 {
	margin: 0 0 35px;
	font-size: 22px;
	text-transform: uppercase;
	font-weight: 700;
	line-height: 1.1;
	color: #000
}

h4, .h4 {
	margin: 0 0 25px;
	font-size: 18px;
	line-height: 1.11;
	font-weight: 700;
	color: #000
}

h5 {
	font-size: 20px;
	color: #000;
	font-weight: 400;
	line-height: 1.5;
	margin: 0 0 15px
}

.center {
	text-align: center
}

.white {
	color: #fff
}

.header-top {
	position: relative;
	height: 60px;
	line-height: 60px;
	background-color: #1e222d
}

.header-top .container-fluid {
	max-width: 100%
}

.header-top-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-teams {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1
}

.header-socials {
	margin-right: 30px
}

.header-socials a {
	font-size: 16px;
	display: inline-block;
	width: 40px;
	text-align: center;
	color: #999
}

.header-teams a, .header-ctrls a {
	text-transform: uppercase;
	font-size: 12px;
	font-weight: 700;
	color: #999
}

.header-ctrls .login-link {
	color: #267ade
}

.header-teams a + a, .header-ctrls a + a {
	margin-left: 15px
}

.header-socials a:hover, .header-socials a:active, .header-teams a:hover, .header-teams a:active, .header-ctrls a:hover, .header-ctrls a:active {
	color: #6cb8e4
}

.header-middle {
	background: #1860b5 url('/local/templates/tickets_vip/css/../images/header_bg.jpg') 50% 50% no-repeat;
	background-size: cover;
	padding: 10px 0
}

.header-middle-content {
	height: 58px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.logo {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 40px;
	display: block;
	margin-right: 40px
}

.header-menu-wrap {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 1020px
}

.header-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	list-style: none;
	margin: 0 -10px;
	padding: 0
}

.visible-sm {
	display: none !important
}

.header-menu li {
	position: relative;
	padding: 0 10px
}

.header-menu a {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

.header-menu a:hover, .header-menu:active, .header-menu.active {
	color: #6cb8e4
}

.header-bottom {
	background-color: #267ade;
	padding: 20px 0
}

.header-bottom-content {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

.header-title {
	font-size: 24px;
	line-height: 1.1;
	color: #fff
}

.header-bottom-menu {
	margin: 0 -15px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	list-style: none;
	padding: 0
}

.header-bottom-menu li {
	padding: 0 15px
}

.header-bottom-menu a {
	font-size: 12px;
	text-transform: uppercase;
	font-weight: 700;
	color: #fff
}

.header-bottom-menu a:hover, .header-bottom-menu a:active {
	color: #6cb8e4
}

.header-bottom-menu a.active {
	color: #2c3141
}

.page-content {
	position: relative;
	padding-bottom: 90px
}

.lodges-content, .text-page-content {
	background-color: #181b24;
	color: #fff
}

.text-page-content {
	padding-top: 50px
}

.slick-slide {
	outline: 0
}

.vip-top-img img {
	width: 100%
}

.vip-top-img {
	position: relative
}

.vip-top-img:before {
	content: '';
	position: absolute;
	z-index: 2;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .5;
	background: rgba(24, 27, 36, .4);
	background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(30, 34, 45, 0)), to(#181b24));
	background-image: -o-linear-gradient(top, rgba(30, 34, 45, 0), #181b24);
	background-image: linear-gradient(to bottom, rgba(30, 34, 45, 0), #181b24)
}

.vip-top-slide {
	position: relative
}

.vip-top-caption {
	position: absolute;
	z-index: 10;
	left: 50%;
	top: 50%;
	height: 100%;
	max-height: 650px;
	padding: 65px 30px 135px;
	max-width: 865px;
	width: 100%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff;
	text-align: center
}

.vip-top-title {
	font-size: 50px;
	line-height: 1.2;
	text-transform: uppercase;
	font-weight: 700;
	max-width: 720px;
	margin: 0 auto 30px
}

.vip-top-text {
	font-size: 33px;
	font-weight: 300;
	line-height: 1.24
}

.vip-top-btn {
	margin-top: 20px
}

.slick-dotted.slick-slider {
	margin-bottom: 0
}

.slick-dots {
	position: absolute;
	left: 0;
	bottom: 50px
}

.slick-dots li {
	width: 30px;
	height: 30px
}

.slick-dots li button {
	position: relative;
	width: 30px;
	height: 30px
}

.slick-dots li button:before {
	display: none
}

.slick-dots li button:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 8px;
	height: 8px;
	border-radius: 50%;
	background: #fff;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	opacity: .4
}

.slick-dots li button:hover:after, .slick-dots li.slick-active button:after {
	opacity: 1
}

.vip-emotions {
	position: relative;
	padding: 30px 0 100px;
	z-index: 5;
	overflow: hidden
}

.vip-emotions:before, .vip-form-section:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 375px;
	z-index: -2;
	background: transparent url('/local/templates/tickets_vip/css/../images/cube-bck.svg') 50% 100% repeat-x;
	background-size: cover
}

.vip-emotions:after, .vip-form-section:after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 375px;
	z-index: -1;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#181b24), to(rgba(30, 34, 45, 0)));
	background-image: -o-linear-gradient(top, #181b24, rgba(30, 34, 45, 0));
	background-image: linear-gradient(to bottom, #181b24, rgba(30, 34, 45, 0))
}

.emoptions-list {
	margin: 0 -5px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: stretch;
	-ms-flex-pack: stretch;
	justify-content: stretch;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.emoptions-list-col {
	-webkit-box-flex: 25%;
	-ms-flex: 25%;
	flex: 25%;
	position: relative;
	padding: 0 5px;
	margin-bottom: 30px
}

.emotions-panel {
	position: relative;
	height: 100%;
	-webkit-box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	background-color: #1e222d;
	padding: 33px;
	color: #fff
}

.emotions-panel:before {
	content: '';
	position: absolute;
	left: 14px;
	top: 14px;
	right: 14px;
	bottom: 14px;
	pointer-events: none;
	opacity: .5;
	border: solid 1px #c4b17d
}

.emotions-img {
	margin-bottom: 15px
}

.emotions-img img {
	width: 100%
}

.emotions-panel-title {
	font-size: 18px;
	font-weight: 900;
	text-transform: uppercase
}

.emotions-panel-text {
	font-weight: 300;
	margin-top: 15px;
	line-height: 1.5
}

.catering-section {
	position: relative;
	padding: 35px 0;
	overflow: hidden;
	z-index: 10
}

.catering-section:before {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -690px;
	z-index: -1;
	width: 267px;
	height: 233px;
	top: 40px;
	background: transparent url('/local/templates/tickets_vip/css/../images/cat-bck-1.png') 50% 50% no-repeat;
	background-size: contain;
	pointer-events: none
}

.catering-section:after {
	content: '';
	position: absolute;
	left: 50%;
	margin-left: 540px;
	z-index: -1;
	width: 149px;
	height: 156px;
	top: 70px;
	background: transparent url('/local/templates/tickets_vip/css/../images/cat-bck-2.png') 50% 50% no-repeat;
	background-size: contain;
	pointer-events: none
}

.catering-section h2 {
	margin-bottom: 15px
}

.catering-advantages-item {
	position: relative
}

.catering-announce {
	max-width: 695px;
	margin: 0 auto;
	font-size: 18px;
	font-weight: 300;
	line-height: 1.28;
	text-align: center
}

.catering-advantages {
	margin: 80px 0 110px;
	text-align: center
}

.catering-advantages-icon {
	max-width: 90px;
	margin: 0 auto;
	min-height: 90px;
	position: relative
}

.catering-advantages-icon img {
	max-height: 90px
}

.catering-advantages-text {
	max-width: 335px;
	font-size: 16px;
	margin: 35px auto 0;
	font-weight: 300
}

.catering-advantages-item .icon-line {
	position: absolute;
	width: 60%;
	left: -30%;
	top: 45px;
	height: 1px;
	background-color: rgba(222, 207, 173, .5);
	margin-left: -15px
}

.catering-advantages-item .icon-line:before, .catering-advantages-item .icon-line:after {
	content: '';
	position: absolute;
	width: 7px;
	height: 7px;
	border-radius: 50%;
	background-color: #decfad;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%)
}

.catering-advantages-item .icon-line:before {
	left: -2px
}

.catering-advantages-item .icon-line:after {
	right: -2px
}

.catering-advantages .col-sm-4:first-child .icon-line {
	display: none
}

.catering-types {
	position: relative;
	/*min-height: 680px;*/
	background-color: #1e222d
}

.catering-images {
	/*position: absolute;
	left: 360px;*/
	top: 0;
	height: 500px;
	right: 0
}

.catering-type-img {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	-webkit-transition: opacity .25s ease-out;
	-o-transition: opacity .25s ease-out;
	transition: opacity .25s ease-out;
	opacity: 0;
	background: transparent 50% 50% no-repeat;
	background-size: cover
}

.catering-type-img img {
	display: none
}

.catering-type-img.active {
	-webkit-transition-delay: .15s;
	-o-transition-delay: .15s;
	transition-delay: .15s;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	opacity: 1
}

.catering-types-list {
	display: flex;
	width: 100%;
}

.catering-type-item {
	position: relative;
	/*min-height: 170px;*/
	z-index: 3;
	display: block;
	padding: 10px 10px;
	color: #fff;
	flex: 0 1 25%;
}

.catering-type-item:hover, .catering-type-item:focus, .catering-type-item:active, .catering-type-item.active {
	color: #fff
}

/*.catering-type-item + .catering-type-item {
	border-top: 1px solid #1e222d
}*/

.catering-type-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
	z-index: -1;
	background-color: #2579de;
	-webkit-transition: background-color .2s ease-out, left .3s ease-out, -webkit-box-shadow .2s ease-out;
	transition: background-color .2s ease-out, left .3s ease-out, -webkit-box-shadow .2s ease-out;
	-o-transition: background-color .2s ease-out, box-shadow .2s ease-out, left .3s ease-out;
	transition: background-color .2s ease-out, box-shadow .2s ease-out, left .3s ease-out;
	transition: background-color .2s ease-out, box-shadow .2s ease-out, left .3s ease-out, -webkit-box-shadow .2s ease-out
}

.catering-type-item:after {
	content: '';
	position: absolute;
	right: 25px;
	top: 30px;
	width: 12px;
	height: 10px;
	-webkit-transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	transition: opacity .2s ease-out, -webkit-transform .2s ease-out;
	-o-transition: opacity .2s ease-out, transform .2s ease-out;
	transition: opacity .2s ease-out, transform .2s ease-out;
	transition: opacity .2s ease-out, transform .2s ease-out, -webkit-transform .2s ease-out;
	-webkit-transform: translateX(-5px);
	-ms-transform: translateX(-5px);
	transform: translateX(-5px);
	opacity: 0;
	background: transparent url('/local/templates/tickets_vip/css/../images/arr-right.svg') 50% 50% no-repeat;
	background-size: contain
}

.catering-type-item.active:before {
	-webkit-box-shadow: 0 15px 19px 0 rgba(30, 34, 45, 0.44);
	box-shadow: 0 15px 19px 0 rgba(30, 34, 45, 0.44);
	background-color: #1e222d;
	left: -10px
}

.no-touchevents .catering-type-item:hover:after, .catering-type-item.active:after {
	opacity: 1;
	-webkit-transform: translateX(0);
	-ms-transform: translateX(0);
	transform: translateX(0)
}

.catering-type-item.active {
	z-index: 5
}

.catering-type-title {
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	font-size: 18px;
	font-weight: 700;
	color: #fff;
	line-height: 1.2;
	padding-right: 35px;
	text-align: center;
}

.catering-type-item.active .catering-type-title {
	color: #decfad
}

.catering-type-text {
	margin-top: 15px;
	max-width: 195px;
	line-height: 1.44;
	font-size: 16px
}

.vip-specials {
	margin-top: 40px;
	margin-bottom: 55px;
	position: relative;
	z-index: 5
}

.vip-specials-panel {
	position: relative;
	-webkit-box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	background-color: #1e222d;
	padding: 40px 70px;
	color: #fff
}

.vip-specials-panel:before {
	content: '';
	position: absolute;
	left: 25px;
	top: 20px;
	right: 25px;
	bottom: 20px;
	border: solid 1px #decfad;
	opacity: .5;
	pointer-events: none
}

.vip-specials-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap
}

.vip-special-item {
	padding: 20px;
	-webkit-box-flex: 33%;
	-ms-flex: 33%;
	flex: 33%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.spec-title {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	margin-left: 15px;
	max-width: 230px;
	line-height: 1.64
}

.spec-icon {
	width: 24px;
	text-align: center
}

.book-panels {
	margin: 90px -15px 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.book-panel-col {
	-webkit-box-flex: 50%;
	-ms-flex: 50%;
	flex: 50%;
	position: relative;
	padding: 0 15px
}

.book-panel {
	position: relative;
	height: 100%;
	-webkit-box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	background: #1e222d 50% 50% no-repeat;
	background-size: cover;
	min-height: 375px;
	text-align: center;
	padding: 45px 30px 50px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	color: #fff
}

.book-panel-title {
	margin-bottom: 35px;
	font-size: 30px;
	font-weight: 700;
	line-height: 1.2;
	text-transform: uppercase
}

.book-panel-text {
	font-size: 16px;
	margin: 0 auto;
	max-width: 440px
}

.book-panel-btn {
	max-width: 265px;
	margin: 30px auto 0;
	width: 100%
}

.book-panel-btn .btn {
	width: 100%
}

.vip-form-section {
	position: relative;
	z-index: 1;
	margin-top: -100px;
	padding-top: 120px
}

.vip-form-section:before, .vip-form-section:after {
	top: 0;
	bottom: auto;
	height: 310px
}

.contacts-info-panel {
	max-width: 455px;
	margin: 0 auto;
	background-color: #181b24;
	color: #fff;
	padding: 15px 25px;
	line-height: 1.64;
	text-align: center
}

.contacts-info-panel a {
	font-weight: 700;
	color: #fff;
	display: inline-block;
	white-space: nowrap
}

.contacts-info-panel a:hover {
	color: #2579de
}

.contacts-form {
	max-width: 630px;
	margin: 60px auto 0;
	color: #fff;
	padding: 35px 55px
}

.dark-form {
	-webkit-box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	background-color: #1e222d
}

.form-title {
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 25px
}

.checkbox {
	position: relative;
	color: rgba(67, 67, 80, .8);
	line-height: 1.21
}

.checkbox input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.checkbox label {
	position: relative;
	display: inline-block;
	padding-left: 24px;
	cursor: pointer;
	z-index: 2
}

.checkbox label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 16px;
	height: 16px;
	border: 1px solid #9fa3a7;
	-webkit-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out
}

.checkbox label:hover:before {
	border-color: #000
}

.checkbox input.error + label:before {
	border-color: #dc0423 !important
}

.checkbox label:after {
	content: '';
	position: absolute;
	width: 5px;
	height: 8px;
	border-right: 2px solid #000;
	border-bottom: 2px solid #000;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	z-index: 1;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	left: 6px;
	top: 3px;
	opacity: 0
}

.checkbox input:checked + label:after {
	opacity: 1
}

.dark-form .checkbox label {
	font-size: 12px;
	color: rgba(255, 255, 255, .8);
	line-height: 1.5
}

.dark-form .checkbox label:after {
	border-color: #fff
}

.dark-form .checkbox label:hover:before {
	border-color: #decfad
}

.form-bottom {
	margin-top: 25px
}

.form-bottom .btn {
	width: 100%;
	display: block
}

.fancybox-is-open .fancybox-bg {
	background-color: #b38d74;
	opacity: .6
}

.success-popup {
	padding: 70px 30px !important;
	background-color: #1e222d;
	width: 630px;
	color: #fff;
	text-align: center
}

.popup-title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom: 15px
}

.popup-btn {
	margin-top: 20px
}

.popup-btn .btn {
	min-width: 140px
}

.fancybox-close-small {
	right: 10px;
	top: 10px
}

.fancybox-close-small:after {
	-webkit-transition: color .2s ease-out;
	-o-transition: color .2s ease-out;
	transition: color .2s ease-out;
	font-size: 34px;
	font-family: 'Times New Roman', Serif
}

.fancybox-close-small:hover:after {
	color: #fff;
	background-color: transparent;
	outline: none !important
}

.type-file {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.type-file-container {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	max-width: 135px;
	position: relative;
	overflow: hidden;
	margin-right: 15px;
	height: 30px;
	border-radius: 15px;
	border: 1px solid #2579de;
	-webkit-transition: border-color .2s ease-out, color .2s ease-out;
	-o-transition: border-color .2s ease-out, color .2s ease-out;
	transition: border-color .2s ease-out, color .2s ease-out;
	color: #2579de;
	cursor: default
}

.no-touchevents .type-file-container:hover {
	border-color: #fff;
	color: #fff
}

.type-file-container span {
	position: absolute;
	left: 0;
	top: 0;
	line-height: 29px;
	text-transform: uppercase;
	font-size: 12px;
	padding: 0 10px;
	-o-text-overflow: ellipsis;
	text-overflow: ellipsis;
	width: 100%;
	overflow: hidden;
	text-align: center;
	font-weight: 700;
	pointer-events: none
}

.type-file-container input {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 5;
	cursor: default !important
}

.type-file-text {
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
	color: #fff;
	font-size: 12px;
	opacity: .8;
	line-height: 1.4
}

.footer {
	background-color: #2c3141;
	position: relative
}

.footer-top {
	padding: 45px 0 25px
}

.footer-menu {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	margin: 0 -10px
}

.footer-menu-col {
	position: relative;
	padding: 0 10px;
	-webkit-box-flex: 16.5%;
	-ms-flex: 16.5%;
	flex: 16.5%
}

.footer-menu ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-menu a {
	color: #999;
	display: inline-block;
	padding: 5px 0
}

.footer-menu .footer-menu-title {
	color: #fff;
	font-weight: 700;
	text-transform: uppercase
}

.footer-menu a:hover, .footer-menu a:active, .footer-menu a.active {
	color: #267ade
}

.footer-partners-section {
	padding: 30px 0 15px;
	color: #999;
	background-color: #1f222d
}

.partners-section-title {
	margin-bottom: 30px
}

.footer-partners-list {
	font-size: 0;
	margin: 0 -15px
}

.footer-partner-item {
	display: inline-block;
	font-size: 14px;
	vertical-align: top;
	padding: 0 15px;
	width: 25%;
	text-align: center;
	margin-bottom: 20px
}

.footer-partner-logo {
	padding: 10px 0;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	height: 75px;
	-ms-flex-pack: distribute;
	justify-content: space-around
}

.footer-partner-logo img {
	max-height: 60px
}

.footer-partner-title {
	font-size: 12px;
	line-height: 1.5;
	margin-top: 5px
}

.footer-bottom {
	background-color: #232633;
	padding: 50px 0 70px;
	color: #999
}

.footer-bottom-title {
	font-weight: 700;
	text-transform: uppercase;
	color: #fff;
	line-height: 1;
	margin-bottom: 18px
}

.contacts__list, .contacts__address {
	line-height: 30px
}

.contacts__list a {
	display: inline-block;
	white-space: nowrap
}

.footer-bottom ul {
	list-style: none;
	margin: 0;
	padding: 0
}

.footer-bottom a {
	color: #fff
}

.footer-bottom a:hover {
	color: #267ade
}

.footer .header-socials {
	text-align: right;
	margin-right: 0
}

.footer .header-socials a {
	width: 30px
}

.footer-credits {
	max-width: 310px;
	margin: 0 auto;
	padding-left: 70px;
	position: relative
}

.footer-credits:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 50px;
	height: 50px;
	background: transparent url('/local/templates/tickets_vip/css/../images/ska-logo-white.svg') 50% 50% no-repeat;
	background-size: contain
}

.copyright__link {
	display: inline-block;
	margin-top: 11px
}

.footer-bottom-partners {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 0 -10px 45px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.footer-bottom-partner-item {
	padding: 0 10px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-ms-flex-line-pack: center;
	align-content: center;
	height: 80px;
	-webkit-box-flex: 16.5%;
	-ms-flex: 16.5%;
	flex: 16.5%
}

.footer-bottom-partner-item a {
	display: inline-block;
	max-width: 145px
}

.footer-bottom-partner-item img {
	max-height: 72px
}

.mobile-menu-toggle {
	display: none
}

.scheme-section {
	position: relative;
	min-height: 915px;
	background: #1e222d url('/local/templates/tickets_vip/css/../images/arena-bck.jpg') 50% 50% no-repeat;
	/*background: #1e222d url('/local/templates/tickets_vip/css/../images/skaarena-bck.jpg') 50% 50% no-repeat;*/
	background-size: cover;
	color: #fff;
	padding: 55px 0 75px
}

.scheme-container-wrap {
	max-width: 910px;
	margin: 0 auto;
	position: relative
}

.scheme-container-inner {
	position: relative
}

.st0 {
	fill: #e4e4e1
}

.st2 {
	fill: #fff
}

.st3 {
	fill: #e4e4e1
}

.st4 {
	fill: #2579de
}

.st6 {
	fill: #2579de
}

.st8 {
	fill: #2579de
}

.st10 {
	fill: #2579de
}

.st12 {
	fill: #1e222d
}

.scheme-container {
	margin-left: -48px;
	position: relative;
	z-index: 100;
}

.scheme-item {
	cursor: pointer
}

.no-touchevents .scheme-item:hover {
	opacity: .8
}

.scheme-item.sold, .scheme-item.no-img {
	pointer-events: none
}

.scheme-item.sold > path {
	fill: transparent !important;
	stroke: #2579de !important;
	stroke-width: 2px !important
}
.scheme-item.no-img > path {
	fill: transparent !important;
	stroke: #2579de !important;
	stroke-width: 2px !important
}

.scheme-item.sold .scheme-item-num path, .scheme-item.sold .scheme-item-num polygon, .scheme-item.sold .scheme-item-num polyline {
	fill: #fff !important;
	stroke: none
}

.scheme-item > path {
	fill: #2579de;
	stroke: none;
	-webkit-transition: fill .2s ease-out, stroke .2s ease-out;
	-o-transition: fill .2s ease-out, stroke .2s ease-out;
	transition: fill .2s ease-out, stroke .2s ease-out
}
.scheme-item.center > path {
	fill: #F13E3E;
}

.scheme-item-num path, .scheme-item-num polygon, .scheme-item-num polyline {
	fill: #fff;
	stroke: none
}

.scheme-item.fully-bookable > path {
	fill: #93c4fe
}

.scheme-item.fully-bookable .scheme-item-num path, .scheme-item.fully-bookable .scheme-item-num polygon, .scheme-item.fully-bookable .scheme-item-num polyline {
	fill: #1e222d;
	stroke: none
}

.scheme-item.active > path {
	fill: #f5a623
}

.arena-center {
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.lodge-active .arena-center {
	opacity: 0;
	pointer-events: none
}

.popover {
	height: 30px;
	line-height: 30px;
	border-radius: 15px;
	font-size: 18px;
	font-weight: 700;
	text-align: left;
	color: #2579de;
	white-space: nowrap;
	max-width: 200px;
	padding: 0;
	border: 0
}

.popover-title {
	display: none !important
}

.popover-content {
	padding: 0 15px
}

.popover > .arrow {
	display: none !important
}

.popover.right {
	margin-left: -15px;
	margin-top: -35px
}

.current-lodge-info {
	left: 82px;
	top: 90px;
	right: 90px;
	bottom: 92px;
	overflow: hidden;
	pointer-events: none;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.lodge-active .current-lodge-info {
	opacity: 1;
	pointer-events: auto
}

.current-logde-img {
	position: absolute;
	left: 90px;
	top: 90px;
	width: 80%;
	height: 74%;
	z-index: 69;
	border-radius: 380px;
	background: transparent 50% 50% no-repeat;
	background-size: cover;
	opacity: .5;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	pointer-events: none
}

.current-lodge-info.photo-active .current-logde-img {
	opacity: 1
}

.current-lodge-info-description {
	position: absolute;
	/*z-index: 10;*/
	z-index: 100;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	width: 100%;
	max-width: 340px;
	top: 45%;
	height: 30%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: none;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #fff;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	text-align: center;
}

.current-lodge-info.photo-active .current-lodge-info-description {
	opacity: 0
}

.photo-visibility {
	position: absolute;
	z-index: 20;
	left: 50%;
	margin-left: -10px;
	top: 20px;
	width: 20px;
	height: 20px;
	background: transparent url('/local/templates/tickets_vip/css/../images/eye.svg') 50% 50% no-repeat;
	background-size: contain
}

.current-lodge-title {
	font-size: 30px;
	line-height: 1.1;
	margin-bottom: 20px;
	text-transform: uppercase;
	font-weight: 700
}

.current-lodge-places {
	font-size: 26px;
	margin-bottom: 15px;
	line-height: 1.1
}

.current-lodge-btn {
	max-width: 180px;
	margin: 40px auto 0
}

.current-lodge-btn .btn {
	width: 100%
}

.current-match, .scheme-title {
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.2
}

.scheme-title {
	text-align: center
}

.scheme-legends {
	max-width: 255px;
	margin-left: auto;
	height: 26px;
	margin-right: -110px
}

.current-match-date {
	margin-top: 10px;
	color: #2579de;
	font-size: 26px
}

.legend-item {
	position: relative;
	line-height: 26px;
	padding-left: 46px;
	color: #fff
}

.legend-item + .legend-item {
	margin-top: 20px
}

.legend-item:before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 26px;
	height: 26px;
	background-color: #2579de
}

.legend-item.sold:before {
	background-color: transparent;
	border: 3px solid #2579de
}
.legend-item.is_center:before {
	background-color: #F13E3E;
}

.legend-item.fully-bookable:before {
	background-color: #93c4fe
}

.legend-item.active:before {
	background-color: #f5a623
}

.matches-list-container {
	position: relative;
	overflow: hidden;
	margin-bottom: 80px;
	padding-top: 40px
}

.monthes-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	margin: 0 -20px 50px;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	list-style: none;
	padding: 0
}

.monthes-list li {
	padding: 0 5px
}

.monthes-list a {
	line-height: 31px;
	height: 30px;
	display: inline-block;
	white-space: nowrap;
	border-radius: 15px;
	color: #1e222d;
	font-weight: 700;
	text-transform: uppercase;
	padding: 0 15px
}

.monthes-list a:hover {
	color: #2579de
}

.monthes-list a.disabled {
	background-color: transparent;
	pointer-events: none;
	opacity: .5
}

.monthes-list a.active, .monthes-list a.active:hover, .monthes-list a.active:focus {
	color: #fff;
	background-color: #2579de
}

.match-btn span:last-child, .match-active .match-btn span:first-child {
	display: none
}

.match-active .match-btn span:last-child {
	display: inline
}

.matches-slider {
	position: relative;
	max-height: 200px;
	opacity: 0;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out
}

.matches-slider.slick-initialized {
	opacity: 1;
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	max-height: none;
	overflow: visible
}

.matches-slider .slick-list {
	overflow: visible;
	margin: 0 -15px
}

.match-slide {
	padding: 0 15px 20px;
	display: block !important
}

.match-item {
	text-align: center;
	position: relative;
	-webkit-box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.13);
	box-shadow: 0 12px 12px 0 rgba(0, 0, 0, 0.13);
	background-color: #f2f2f2;
	border: 2px solid #f2f2f2;
	padding: 25px 15px;
	min-height: 200px;
	display: block;
	-webkit-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out;
	color: #1e222d
}

.match-item.match-active {
	border-color: #2579de
}

.match-date {
	font-size: 22px;
	font-weight: 700;
	line-height: .64;
	color: #1e222d;
	margin-bottom: 5px
}

.match-time, .match-location {
	font-size: 12px;
	margin-bottom: 15px
}

.match-teams {
	font-size: 17px;
	font-weight: 900;
	line-height: .82;
	color: #1e222d;
	white-space: nowrap;
	text-transform: uppercase;
	margin-bottom: 15px
}

.match-btn {
	font-size: 12px;
	font-weight: 500;
	-webkit-transition: all .2s ease-out;
	-o-transition: all .2s ease-out;
	transition: all .2s ease-out;
	max-width: 125px;
	margin: 15px auto 0;
	height: 30px;
	border: 2px solid #2579de;
	background-color: #2579de;
	color: #fff;
	line-height: 26px;
	border-radius: 15px
}

.no-touchevents .match-item:hover .match-btn, .match-item.match-active .match-btn {
	background-color: transparent;
	color: #2579de
}

.slick-prev, .slick-next {
	width: 42px;
	height: 42px;
	border-radius: 50%;
	-webkit-box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.29);
	box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.29);
	background: #fff !important;
	border: 2px solid #fff;
	z-index: 20;
	color: #2579de !important;
	-webkit-transition: opacity .2s ease-out, color .2s ease-out, border-color .2s ease-out;
	-o-transition: opacity .2s ease-out, color .2s ease-out, border-color .2s ease-out;
	transition: opacity .2s ease-out, color .2s ease-out, border-color .2s ease-out;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	opacity: 1
}

.no-touchevents .slick-prev:hover, .no-touchevents .slick-next:hover {
	color: #2579de;
	border-color: #2579de;
	background: #fff !important;
	opacity: 1
}

.slick-prev:before, .slick-next:before {
	display: none
}

.slick-prev:after, .slick-next:after {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	font-family: 'icomoon' !important;
	line-height: 1;
	font-size: 19px;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.slick-prev:after {
	content: "\e900"
}

.slick-next:after {
	content: "\e901"
}

.slick-prev.slick-disabled, .slick-next.slick-disabled {
	opacity: 0;
	pointer-events: none
}

.slick-prev {
	left: -90px
}

.slick-next {
	right: -90px
}

.current-lodge-view {
	margin-top: 40px;
	margin-bottom: 50px
}

.lodge-panoram-container iframe {
	width: 100%;
	height: 585px
}

.current-lodge-view-header {
	margin-bottom: 40px;
	text-align: center
}

.current-lodge-view-header .lodge-title {
	margin-bottom: 10px;
	font-size: 30px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.1
}

.current-lodge-view-header .lodge-title-text {
	max-width: 340px;
	margin: 0 auto
}

.lodge-panoram-container {
	position: relative;
	overflow: hidden
}

.panoram-holder {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent 50% 50% no-repeat;
	background-size: cover;
	-webkit-transition: opacity .3s ease-out;
	-o-transition: opacity .3s ease-out;
	transition: opacity .3s ease-out;
	z-index: 5;
	cursor: pointer
}

.panoram-active .panoram-holder {
	pointer-events: none;
	opacity: 0;
	-webkit-transition-delay: .5s;
	-o-transition-delay: .5s;
	transition-delay: .5s
}

.panoram-close {
	position: absolute;
	z-index: 50;
	width: 44px;
	height: 44px;
	background: #fff;
	color: #2579de;
	font-weight: 400;
	font-size: 34px;
	line-height: 34px;
	text-align: center;
	font-family: 'Times New Roman', Serif;
	padding: 2px 0 0;
	cursor: pointer;
	outline: 0;
	right: 20px;
	top: 20px;
	border: 0;
	pointer-events: none;
	-webkit-transition: -webkit-transform .3s ease-out;
	transition: -webkit-transform .3s ease-out;
	-o-transition: transform .3s ease-out;
	transition: transform .3s ease-out;
	transition: transform .3s ease-out, -webkit-transform .3s ease-out;
	-webkit-transform: translateY(-70px);
	-ms-transform: translateY(-70px);
	transform: translateY(-70px)
}

.panoram-active .panoram-close {
	pointer-events: auto;
	-webkit-transform: translateY(0);
	-ms-transform: translateY(0);
	transform: translateY(0)
}

.play-btn {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 78px;
	height: 78px;
	border-radius: 50%;
	-webkit-box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.25);
	box-shadow: 0 5px 26px 0 rgba(0, 0, 0, 0.25);
	background-color: #fff;
	margin-left: -39px;
	margin-top: -39px;
	-webkit-transition: -webkit-transform .2s ease-out;
	transition: -webkit-transform .2s ease-out;
	-o-transition: transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out
}

.play-btn:before {
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-40%, -50%);
	-ms-transform: translate(-40%, -50%);
	transform: translate(-40%, -50%);
	border-top: 16px solid transparent;
	border-bottom: 16px solid transparent;
	border-left: 30px solid #2579de
}

.no-touchevents .panoram-holder:hover .play-btn {
	-webkit-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2)
}

.btn-3d {
	position: absolute;
	left: 40px;
	top: 30px;
	width: 95px;
	height: 95px;
	background: #fff url('/local/templates/tickets_vip/css/../images/3d.svg') 50% 50% no-repeat;
	background-size: 65px 69px
}

.seats-container {
	padding: 25px 30px;
	background-color: #1e222d;
	margin-bottom: 35px;
	color: #fff
}

.vip-booking-form-text {
	margin-top: 20px;
	max-width: 420px
}

.ice-img {
	position: relative;
	height: 235px
}

.ice-img:before {
	content: '';
	position: absolute;
	z-index: 1;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: .21;
	border-radius: 5px;
	-webkit-box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	box-shadow: 0 12px 34px 0 rgba(0, 0, 0, 0.31);
	background-image: -o-linear-gradient(200deg, rgba(255, 255, 255, 0.15), #fff, #fff);
	background-image: linear-gradient(250deg, rgba(255, 255, 255, 0.15), #fff, #fff)
}

.ice-img span {
	position: absolute;
	left: 50%;
	top: 50%;
	text-transform: uppercase;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-size: 20px;
	font-weight: 700;
	color: #fff;
	z-index: 20;
	display: block
}

.seat-item {
	padding: 5px;
	position: relative
}

.seat-item-chk {
	position: relative;
	display: block;
	cursor: pointer
}

.seat-item-chk input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.seat-item-img {
	width: 40px;
	height: 40px;
	position: relative;
	z-index: 10;
	background: transparent url('/local/templates/tickets_vip/css/../images/seat-disabled.svg') 50% 50% no-repeat;
	background-size: contain;
	-webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.5);
	box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.5);
	border-radius: 5px 5px 15px 15px
}

.seat-item-img:before, .seat-item-img:after {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: transparent url('/local/templates/tickets_vip/css/../images/seat.svg') 50% 50% no-repeat;
	background-size: contain;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out
}

.seat-item-img:after {
	background-image: url('/local/templates/tickets_vip/css/../images/seat-act.svg');
	opacity: 0
}

input:checked + .seat-item-img:before {
	opacity: 0
}

input:checked + .seat-item-img:after {
	opacity: 1
}

.seats-list-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between
}

input:disabled + .seat-item-img {
	border-radius: 0
}

input:disabled + .seat-item-img:before, input:disabled + .seat-item-img:after {
	opacity: 0
}

.seat-item.disabled, .seat-item.disabled label {
	pointer-events: none
}

.seat-num {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -20%);
	-ms-transform: translate(-50%, -20%);
	transform: translate(-50%, -20%);
	font-size: 12px;
	font-weight: 700;
	color: #fff;
	z-index: 11
}

.seats-list {
	margin: 0 -5px 10px
}

.seat-item-caption {
	position: absolute;
	-webkit-transition: width .2s ease-out, opacity .3s ease-out;
	-o-transition: width .2s ease-out, opacity .3s ease-out;
	transition: width .2s ease-out, opacity .3s ease-out;
	opacity: 0;
	pointer-events: none;
	width: 150%;
	left: -10px;
	top: -5px;
	bottom: -5px;
	-webkit-box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.5);
	box-shadow: 0 5px 10px 0 rgba(50, 50, 50, 0.5);
	background-color: #fff;
	border-radius: 30px;
	padding: 12px 20px 10px 70px;
	color: #1e222d;
	line-height: 1.2
}

.seat-item-caption p {
	margin: 1px 0
}

.no-touchevents .seat-item:hover {
	z-index: 20
}

.no-touchevents .seat-item:hover .seat-item-caption {
	-webkit-transition-delay: .2s;
	-o-transition-delay: .2s;
	transition-delay: .2s;
	width: 220px;
	opacity: 1
}

.seat-item:nth-child(8) ~ .seat-item .seat-item-caption, .seats-8 .seat-item:nth-child(3) ~ .seat-item .seat-item-caption, .seats-10 .seat-item:nth-child(3) ~ .seat-item .seat-item-caption {
	left: auto;
	right: -10px;
	padding: 12px 70px 10px 30px
}

.seats-10 .seats-list-row, .seats-8 .seats-list-row {
	max-width: 340px;
	margin-left: auto;
	margin-right: auto
}

.seats-legends {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	color: #1e222d;
	margin-bottom: 20px;
	max-width: 650px
}

.seats-legends .legend-item {
	color: #1e222d;
	margin: 0;
	padding-right: 50px;
	min-width: 100px;
	-webkit-box-flex: 1;
	-ms-flex: auto;
	flex: auto
}

.seats-legends .legend-item:last-child {
	padding-right: 0
}

.seats-legends .legend-item + .legend-item {
	margin-top: 0
}

.booking-info-item .date {
	display: inline-block;
	white-space: nowrap
}

.booking-total-row {
	position: relative;
	padding-top: 25px;
	padding-bottom: 25px;
	margin-bottom: 0;
	padding-right: 30px;
	border-bottom: 1px solid #2579de
}

.booking-total-row.booking-total-row-info {
	padding-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: start;
	-ms-flex-align: start;
	align-items: flex-start;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding-top: 0
}

.booking-info-item {
	padding-right: 20px
}

.booking-info-item:last-child {
	padding-right: 0
}

.booking-info-item {
	font-weight: 700;
	line-height: 1.2
}

.info-item-title {
	opacity: .5;
	margin-bottom: 10px
}

.remove-row {
	background: 0;
	border: 0;
	cursor: pointer;
	position: absolute;
	z-index: 10;
	right: 5px;
	top: 50%;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
	font-size: 24px;
	color: #1e222d;
	opacity: .5;
	outline: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	display: block;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	padding: 0;
	width: 20px;
	height: 30px
}

.remove-row:hover {
	opacity: 1
}

.booking-total-value {
	font-size: 16px;
	font-weight: 700;
	margin-top: 5px
}

.booking-total-row-prices {
	padding-right: 0;
	border: 0
}

.booking-total-prices {
	max-width: 300px
}

.booking-price-row {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	font-size: 20px;
	white-space: nowrap;
	line-height: 1.2
}

.booking-price-row.price-bonuses {
	font-size: 16px
}

.booking-price-row + .booking-price-row {
	margin-top: 8px
}

.price-val {
	min-width: 130px;
	font-weight: 700
}

.booking-payments {
	margin-top: 20px
}

.booking-payments h3 {
	margin-bottom: 20px
}

.booking-btn {
	margin-top: 30px
}

.radio {
	position: relative;
	margin: 10px 0
}

.radio input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.radio label {
	display: inline-block;
	position: relative;
	cursor: pointer;
	padding-left: 30px;
	line-height: 18px;
	font-size: 16px
}

.radio label:before {
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	width: 18px;
	height: 18px;
	border: 1px solid #1e222d;
	border-radius: 50%;
	-webkit-transition: border-color .2s ease-out;
	-o-transition: border-color .2s ease-out;
	transition: border-color .2s ease-out
}

.no-touchevents .radio:hover label:before {
	border-color: #2579de
}

.radio label:after {
	content: '';
	position: absolute;
	z-index: 5;
	width: 12px;
	height: 12px;
	border-radius: 50%;
	opacity: 0;
	-webkit-transition: opacity .2s ease-out;
	-o-transition: opacity .2s ease-out;
	transition: opacity .2s ease-out;
	left: 3px;
	top: 3px;
	background-color: #2579de
}

.radio input:checked + label:after {
	opacity: 1
}

.payment-file {
	display: none;
	padding-top: 15px;
	margin-left: -14px
}

.payment-file.active {
	display: block
}

.payment-file .type-file-container {
	width: 30px;
	height: 30px;
	min-width: 30px;
	max-width: 30px;
	background-color: #2579de;
	border: 0;
	z-index: 2
}

.payment-file .type-file-container:before {
	content: '+';
	z-index: -1;
	font-size: 20px;
	color: #fff;
	width: 30px;
	height: 30px;
	font-weight: 300;
	line-height: 29px;
	text-align: center;
	position: absolute;
	left: 0;
	top: 0
}

.payment-file .type-file span {
	max-width: 255px;
	opacity: .5;
	display: inline-block;
	line-height: 1.2
}

.catering-text {
	max-width: 595px;
	margin-bottom: 25px
}

.catering-booking .catering-types-list {
	max-width: none;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch
}

.catering-booking .catering-type-item {
	-ms-flex-preferred-size: 25%;
	flex-basis: 25%;
	width: 25%;
	margin: 0;
	position: relative;
	padding: 0;
	min-height: auto;
	border: 0
}

.catering-booking .catering-type-item + .catering-type-item {
	border-left: 1px solid #fff
}

.catering-type-item input {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0
}

.catering-booking .catering-images {
	/*position: relative;
	height: 445px;*/
	left: 0;
	top: 0
}

.catering-type-item label {
	display: block;
	position: relative;
	height: 100%;
	background-color: #2579de;
	color: #fff;
	-webkit-transition: background-color .2s ease-out;
	-o-transition: background-color .2s ease-out;
	transition: background-color .2s ease-out;
	cursor: pointer;
	padding: 8px 10px
}

.catering-type-item input:checked + label {
	background-color: #1e222d
}

.catering-booking .catering-type-item:after {
	display: none
}

.catering-booking .catering-type-title {
	font-size: 20px;
	margin-bottom: 5px;
	line-height: 1.1
}

.catering-booking .catering-type-text {
	margin-top: 0;
	font-size: 12px;
	line-height: 1.1
}

.catering-type-price {
	margin-top: 10px;
	font-size: 12px;
	line-height: 1.1
}

.catering-type-price span {
	font-weight: 700;
	font-size: 22px;
	line-height: 1;
	margin-bottom: 5px;
	display: block
}

.booking-parking-inputs input + input {
	margin-top: 10px;
	display: none
}

.booking-parking-inputs.second-active input + input {
	display: block
}

.booking-parking-inputs {
	max-width: 240px;
	padding-right: 25px;
	margin-top: 10px;
	position: relative
}

.second-active .second-car-visible {
	display: none
}

.second-car-visible {
	position: absolute;
	display: block;
	right: 0;
	bottom: 0;
	height: 40px;
	line-height: 40px;
	width: 15px;
	text-align: center;
	font-size: 22px;
	color: #2579de
}

.bonuses-form {
	margin-top: 10px;
	max-width: 215px
}

.avaiable-bonuses {
	color: #2579de;
	text-decoration: underline
}

.mobile-header-content {
	display: none
}

.mobile-lang, .mobile-user, .mobile-cart {
	position: absolute;
	height: 45px;
	top: 0;
	z-index: 20;
	line-height: 45px;
	width: 50px
}

.mobile-lang {
	left: 50px;
	text-align: center;
	font-weight: 700;
	color: #1e222d;
	text-transform: uppercase
}

.mobile-cart {
	right: -20px;
	top: -5px;
	height: 51px;
	background: transparent url('/local/templates/tickets_vip/css/../images/cart.svg') 50% 50% no-repeat;
	background-size: 17px 20px
}

.mobile-user {
	right: 30px;
	top: -5px;
	height: 51px;
	background: transparent url('/local/templates/tickets_vip/css/../images/user.svg') 50% 50% no-repeat;
	background-size: 15px 19px
}

.groups-top {
	position: relative;
	background: #1e222d url('/local/templates/tickets_vip/css/../images/groups-top.jpg') 50% 50% no-repeat;
	background-size: cover;
	padding: 140px 0 0;
	color: #fff
}

.groups-top-events {
	-webkit-backdrop-filter: blur(14px);
	backdrop-filter: blur(14px);
	background-color: rgba(30, 34, 45, 0.3);
	position: relative;
	padding: 60px 0
}

.groups-top-caption {
	margin-bottom: 120px
}

.groups-top-caption h1 {
	text-align: left;
	color: #fff;
	margin-bottom: 20px;
	font-size: 60px;
	font-weight: 900;
	line-height: 1.1;
	max-width: 700px
}

.groups-top-caption-text {
	font-size: 16px;
	line-height: 1.56;
	max-width: 570px
}

.groups-top-caption-btn {
	max-width: 240px;
	margin-top: 40px
}

.groups-top-caption-btn .btn {
	width: 100%
}

.groups-events-header {
	max-width: 350px;
	padding-right: 20px;
	line-height: 1.5
}

.groups-events-title {
	text-transform: uppercase;
	font-size: 40px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.1
}

.events-header-list {
	border-left: 1px solid rgba(255, 255, 255, .3);
	padding-left: 50px
}

.events-top-row {
	margin: 0 -20px;
	font-size: 0
}

.events-top-col {
	display: inline-block;
	vertical-align: top;
	margin-top: 30px;
	padding: 0 20px;
	font-size: 14px;
	width: 50%
}

.events-top-col:nth-child(1), .events-top-col:nth-child(2) {
	margin-top: 0
}

.event-item {
	position: relative;
	padding-left: 50px
}

.event-item-icon {
	position: absolute;
	left: 0;
	top: -4px;
	width: 32px;
	height: 35px;
	background: transparent 50% 50% no-repeat
}

.present-icon {
	background-image: url('/local/templates/tickets_vip/css/../images/event-icon-1.svg');
	background-size: 22px 33px
}

.party-icon {
	background-image: url('/local/templates/tickets_vip/css/../images/event-icon-2.svg');
	background-size: 16px 26px
}

.comment-icon {
	background-image: url('/local/templates/tickets_vip/css/../images/event-icon-3.svg');
	background-size: 18px 18px
}

.group-icon {
	background-image: url('/local/templates/tickets_vip/css/../images/event-icon-4.svg');
	background-size: 22px 18px
}

.event-item-title {
	font-size: 20px;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 5px
}

.event-item-text {
	color: #fff;
	line-height: 1.5;
	opacity: .8;
	max-width: 300px;
	margin-bottom: 10px
}

.event-item-link {
	color: rgba(255, 255, 255, .5);
	text-decoration: underline
}

.event-item-link:hover, .event-item-link:focus, .event-item-link:active {
	color: #fff;
	text-decoration: none
}

.groups-event-types {
	position: relative;
	overflow: hidden;
	background: transparent url('/local/templates/tickets_vip/css/../images/groups-bck.jpg') 50% 0 no-repeat;
	background-size: 100% auto;
	padding-top: 190px
}

.groups-type-section {
	position: relative;
	color: #fff;
	z-index: 5
}

.section-white.groups-type-section {
	color: #1e222d
}

.groups-type-1 {
	margin-bottom: 440px
}

.groups-type-2 {
	margin-bottom: 265px
}

.group-type-caption {
	max-width: 500px
}

.col-sm-push-6 .group-type-caption {
	margin-left: auto
}

.group-type-title {
	font-size: 34px;
	font-weight: 700;
	margin-bottom: 15px;
	line-height: 1.2
}

.group-type-title-small {
	font-size: 30px
}

.group-type-announce {
	line-height: 1.5;
	opacity: .8;
	margin-bottom: 30px
}

.group-type-params strong {
	font-size: 18px
}

.group-type-params ul {
	list-style: none;
	margin: 20px 0;
	padding: 0
}

.group-type-params li {
	position: relative;
	line-height: 1.4;
	padding-left: 30px
}

.group-type-params li:before {
	content: '';
	position: absolute;
	left: 0;
	top: -2px;
	width: 20px;
	height: 20px;
	background: transparent url('/local/templates/tickets_vip/css/../images/list-star-gold.svg') 50% 50% no-repeat;
	background-size: contain
}

.section-white .group-type-params li:before {
	background-image: url('/local/templates/tickets_vip/css/../images/list-star.svg')
}

.group-type-params li + li {
	margin-top: 20px
}

.group-type-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin-top: 30px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.group-price {
	margin-right: 20px;
	font-size: 40px;
	line-height: .9;
	font-weight: 700;
	white-space: nowrap
}

.group-type-btns .btn {
	margin-right: 20px
}

.group-type-btns .btn:last-child {
	margin-right: 0
}

.group-type-img {
	position: absolute;
	top: 0;
	pointer-events: none;
	z-index: -1
}

.groups-type-1 .group-type-img {
	right: 10%;
	top: 100px;
	width: 590px;
	height: 780px
}

.groups-type-2 .group-type-img {
	right: 35%;
	top: 0;
	width: 820px;
	height: 880px
}

.groups-type-3 .group-type-img {
	left: 60%;
	top: -55px;
	width: 950px;
	height: 770px
}

.groups-type-4 .group-type-img {
	right: 0;
	bottom: 0;
	width: 970px;
	height: 475px;
	top: auto
}

.groups-type-3 {
	margin-bottom: 640px
}

.groups-type-4 {
	padding-bottom: 390px
}

.groups-matches-list {
	margin-top: 60px
}

.matches-list-title {
	margin-bottom: 30px;
	font-size: 30px;
	text-transform: uppercase;
	font-weight: 700;
	text-align: center
}

.groups-form .form-bottom .btn {
	max-width: 190px;
	margin-top: 20px
}

.radio label span {
	color: #959595;
	white-space: nowrap
}

.group-persons {
	margin-top: 70px
}

.groups-form h3 {
	margin-bottom: 20px
}

.persons-amount {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.count-inputs {
	position: relative;
	width: 110px;
	margin: 0 25px 0 0;
	display: inline-block;
	vertical-align: middle
}

.count-inputs.disabled {
	opacity: .25
}

.count-inputs.disabled a {
	pointer-events: none
}

.count-inputs input {
	padding: 0 40px;
	text-align: center;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none
}

.count-inputs > a {
	position: absolute;
	top: 0;
	width: 40px;
	height: 40px;
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	line-height: 40px;
	text-decoration: none;
	z-index: 50;
	color: #fff
}

.count-inputs > a:before {
	content: '';
	position: absolute;
	z-index: -1;
	left: 11px;
	top: 11px;
	right: 11px;
	bottom: 11px;
	background-color: #2579de
}

.count-inputs > a:hover {
	color: #fff
}

.count-inputs > a:hover:before {
	background-color: #1e222d
}

.count-inputs > a.disabled, .count-inputs > a.disabled:hover {
	opacity: .3;
	pointer-events: none
}

.count-inputs > a.min {
	left: 0
}

.count-inputs > a.pl {
	right: 0
}

.amount-btns {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center
}

.amount-btns a {
	margin-right: 20px;
	width: 40px;
	height: 40px;
	border: solid 2px #2579de;
	color: rgba(30, 34, 45, .8);
	text-align: center;
	display: block;
	line-height: 38px
}

.amount-btns a:hover, .amount-btns a:active {
	color: #fff;
	background-color: #2579de
}

.groups-form .payment-file {
	margin-left: 30px;
	padding-top: 0
}

.groups-form .type-file {
	display: block
}

.groups-form .payment-file .type-file-container {
	width: auto;
	max-width: 110px;
	background-color: transparent;
	color: #2579de;
	border: 2px solid #2579de;
	text-align: center;
	line-height: 28px;
	margin-top: 10px
}

.groups-form .payment-file .type-file-container:hover {
	background-color: #2579de;
	color: #fff
}

.groups-form .payment-file .type-file-container:before {
	display: none
}

.default-text-block {
	font-size: 16px;
	margin: 0 auto;
	max-width: 650px
}

@media (min-width: 2000px) {
	.groups-event-types {
		background-size: 2560px auto
	}
}

@media (max-width: 1440px) {
	.groups-type-1 {
		margin-bottom: 170px
	}

	.groups-type-1 .group-type-img {
		top: -30px;
		width: 500px
	}

	.groups-type-2 .group-type-img {
		width: 715px
	}

	.groups-type-2 {
		margin-bottom: 185px
	}

	.groups-type-3 {
		margin-bottom: 250px
	}

	.groups-type-3 .group-type-img {
		width: 740px
	}
}

@media (max-width: 1400px) {
	.scheme-legends {
		margin-right: 0
	}

	.legend-item + .legend-item {
		margin-top: 10px
	}

	.slick-next {
		right: -15px
	}

	.slick-prev {
		left: -15px
	}
}

@media (max-width: 1320px) {
	.container-fluid {
		padding: 0 30px
	}

	.header .header-socials {
		margin-left: -10px
	}
}

@media (max-width: 1279px) {
	.header-title {
		font-size: 20px
	}

	.header-socials a {
		width: 30px
	}

	.header .header-socials {
		margin-left: -5px
	}

	.vip-top-title {
		font-size: 40px
	}

	.vip-top-caption {
		padding: 40px 40px 80px
	}

	.slick-dots {
		bottom: 25px
	}

	.vip-top-text {
		font-size: 25px;
		max-width: 600px;
		margin: 0 auto
	}

	h2, .h2 {
		font-size: 26px
	}

	.emotions-panel {
		padding: 24px
	}

	.emotions-panel:before {
		left: 12px;
		top: 12px;
		right: 12px;
		bottom: 12px
	}

	.emotions-panel-title {
		font-size: 16px
	}

	/*.catering-type-item {
		min-height: 140px
	}*/

	.catering-types {
		min-height: 560px
	}

	.catering-type-title {
		font-size: 22px
	}

	.catering-type-text {
		font-size: 14px
	}

	.book-panel-title {
		font-size: 24px
	}

	.monthes-list {
		margin: 0 -25px 40px;
		overflow-y: auto;
		padding: 0 10px
	}

	.matches-list-container {
		margin-bottom: 50px
	}

	.groups-event-types {
		padding-top: 70px
	}

	.group-type-params li + li {
		margin-top: 10px
	}

	.groups-type-1 .group-type-img {
		right: 5%;
		width: 410px
	}

	.groups-type-2 .group-type-img {
		width: 610px;
		top: -10px
	}

	.group-price {
		font-size: 30px
	}

	.groups-top {
		padding-top: 80px
	}

	.groups-top-caption h1 {
		font-size: 50px
	}

	.groups-top-events {
		padding: 40px 0
	}

	.events-header-list {
		padding-left: 20px
	}
}

@media (max-width: 992px) {
	.mobile-header-content {
		display: block
	}

	.vip-specials-panel {
		padding: 40px
	}

	.vip-special-item {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%
	}

	.emoptions-list {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	.emoptions-list-col {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%
	}

	.visible-sm {
		display: block !important
	}

	.header-top {
		display: none
	}

	.header-menu-wrap {
		position: fixed;
		width: 100%;
		max-width: 240px;
		background: #272b39;
		z-index: 100;
		left: 0;
		top: 0;
		height: 100%;
		-webkit-transition: -webkit-transform .3s cubic-bezier(.76, .4, .51, .92);
		transition: -webkit-transform .3s cubic-bezier(.76, .4, .51, .92);
		-o-transition: transform .3s cubic-bezier(.76, .4, .51, .92);
		transition: transform .3s cubic-bezier(.76, .4, .51, .92);
		transition: transform .3s cubic-bezier(.76, .4, .51, .92), -webkit-transform .3s cubic-bezier(.76, .4, .51, .92);
		-webkit-transform: translateX(-240px);
		-ms-transform: translateX(-240px);
		transform: translateX(-240px);
		overflow-y: auto
	}

	.header, .footer, .page-content {
		-webkit-transition: -webkit-transform .3s cubic-bezier(.76, .4, .51, .92);
		transition: -webkit-transform .3s cubic-bezier(.76, .4, .51, .92);
		-o-transition: transform .3s cubic-bezier(.76, .4, .51, .92);
		transition: transform .3s cubic-bezier(.76, .4, .51, .92);
		transition: transform .3s cubic-bezier(.76, .4, .51, .92), -webkit-transform .3s cubic-bezier(.76, .4, .51, .92)
	}

	.header {
		position: relative;
		-webkit-transition: left .3s cubic-bezier(.76, .4, .51, .92);
		-o-transition: left .3s cubic-bezier(.76, .4, .51, .92);
		transition: left .3s cubic-bezier(.76, .4, .51, .92);
		left: 0;
		min-width: 100%
	}

	body.menu-opened .header {
		left: 240px
	}

	body.menu-opened .footer, body.menu-opened .page-content {
		-webkit-transform: translateX(240px);
		-ms-transform: translateX(240px);
		transform: translateX(240px)
	}

	body.menu-opened .header-menu-wrap {
		-webkit-transform: translateX(0);
		-ms-transform: translateX(0);
		transform: translateX(0)
	}

	.header-middle-content {
		display: block;
		position: relative;
		height: auto
	}

	.header-middle {
		background: #fff;
		height: 50px;
		padding: 5px
	}

	.logo {
		display: block;
		max-width: 30px;
		margin: 0 auto
	}

	.header-menu {
		display: block;
		margin: 0
	}

	.header-menu li {
		padding: 0;
		border-bottom: 1px solid #363a46
	}

	.header-menu a {
		padding: 5px 15px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 50px;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center
	}

	.header-menu a.lang {
		color: #999
	}

	.header-menu a.login-link {
		color: #277ade
	}

	.mobile-menu-toggle {
		position: absolute;
		left: -20px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 50px;
		height: 50px;
		z-index: 980;
		background: transparent;
		cursor: pointer;
		outline: 0;
		border: 0;
		-webkit-transition: all .2s ease-out;
		-o-transition: all .2s ease-out;
		transition: all .2s ease-out;
		padding: 0;
		display: block
	}

	.mobile-menu-toggle span, .mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
		position: absolute;
		width: 20px;
		height: 2px;
		left: 10px;
		top: 50%;
		background-color: #1e222d;
		-webkit-transition: all .25s ease-out;
		-o-transition: all .25s ease-out;
		transition: all .25s ease-out;
		-webkit-transition-delay: .1s;
		-o-transition-delay: .1s;
		transition-delay: .1s
	}

	.mobile-menu-toggle span:before, .mobile-menu-toggle span:after {
		content: '';
		left: 0;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s
	}

	.menu-opened .mobile-menu-toggle span:before, .menu-opened .mobile-menu-toggle span:after {
		-webkit-transition-delay: .1s;
		-o-transition-delay: .1s;
		transition-delay: .1s;
		margin-top: -2px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		transform: rotate(45deg);
		background-color: #0d1c2d;
		height: 2px
	}

	.menu-opened .mobile-menu-toggle span:after {
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		transform: rotate(-45deg)
	}

	.mobile-menu-toggle span:before {
		margin-top: -9px
	}

	.mobile-menu-toggle span:after {
		margin-top: 7px
	}

	.mobile-menu-toggle span {
		left: 50%;
		margin-left: -10px
	}

	.menu-opened .mobile-menu-toggle span {
		background-color: transparent;
		-webkit-transition-delay: 0s;
		-o-transition-delay: 0s;
		transition-delay: 0s
	}

	.header-title {
		display: none
	}

	.header-bottom-menu-container {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1
	}

	.header-bottom-menu {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.btn-large {
		height: 54px;
		line-height: 54px;
		border-radius: 27px
	}

	.btn.btn-gold-black {
		line-height: 54px
	}

	.vip-top-title {
		font-size: 30px;
		max-width: 420px
	}

	.vip-top-text {
		font-size: 20px;
		max-width: 530px
	}

	.catering-type-title {
		font-size: 20px;
		padding-right: 25px
	}

	.catering-type-item {
		padding: 15px;
		/*min-height: 110px*/
	}

	.catering-type-item:after {
		top: 25px;
		right: 15px
	}

	/*.catering-types-list {
		max-width: 260px
	}*/

	.catering-types {
		min-height: 440px
	}

	/*.catering-images {
		left: 260px
	}*/

	.book-panels {
		display: block
	}

	.book-panel-col + .book-panel-col {
		margin-top: 30px
	}

	.book-panel {
		max-width: 630px;
		margin-left: auto;
		margin-right: auto
	}

	.scheme-container-wrap {
		overflow-x: auto
	}

	.scheme-container-inner {
		min-width: 840px
	}

	.scheme-legends {
		height: auto
	}

	.current-match {
		text-align: center;
		margin-bottom: 20px
	}

	.scheme-legends {
		margin: 0 -10px 30px;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: none
	}

	.legend-item {
		margin: 0 10px;
		line-height: 1.3;
		padding-left: 40px
	}

	.legend-item + .legend-item {
		margin-top: 0
	}

	.current-lodge-info {
		left: 75px;
		right: 60px;
		top: 88px;
		bottom: 93px
	}

	.scheme-title {
		margin-bottom: 15px
	}

	.lodge-panoram-container iframe {
		height: 385px
	}

	.current-lodge-info {
		left: 83px;
		right: 91px
	}

	.current-match, .scheme-title {
		font-size: 20px
	}

	.current-match-date {
		font-size: 16px;
		margin-top: 5px
	}

	.scheme-legends {
		margin: 0 0 15px
	}

	.legend-item {
		padding: 0 10px 0 30px;
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		margin: 0 0 15px;
		font-size: 12px
	}

	.legend-item:before {
		width: 20px;
		height: 20px;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
		top: -2px
	}

	.lodge-panoram-container {
		margin: 0 -15px
	}

	.btn-3d {
		left: 15px;
		top: 15px;
		width: 50px;
		height: 50px;
		background-size: 28px 24px
	}

	.seats-legends {
		max-width: 500px
	}

	.vip-booking-form {
		max-width: 700px
	}

	.catering-booking {
		margin-bottom: 40px
	}

	.groups-type-section {
		padding: 100px 0;
		margin: 0;
		background-color: #181e2c
	}

	.groups-type-section.section-white {
		background-color: #fff
	}

	.groups-event-types {
		background-image: none !important;
		padding-top: 0
	}

	.groups-type-1 .group-type-img {
		right: -5%;
		width: 370px;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%);
		height: auto
	}

	.groups-type-2 .group-type-img {
		width: 610px;
		height: auto;
		top: 50%;
		-webkit-transform: translateY(-50%);
		-ms-transform: translateY(-50%);
		transform: translateY(-50%)
	}

	.groups-type-4 .group-type-img {
		right: 0;
		bottom: 0;
		width: 640px;
		height: auto;
		top: auto
	}

	.groups-events-header {
		max-width: 500px;
		margin-bottom: 30px
	}

	.groups-events-title {
		font-size: 30px
	}

	.events-header-list {
		border: 0;
		padding-left: 0
	}

	.text-page-content h1 {
		margin: 0 auto 30px;
		max-width: 450px
	}
}

@media (max-width: 767px) {
	.container-fluid {
		padding: 0 15px
	}
	.footer-partner-title{
		display: none;
	}

	.vip-top-text {
		display: none
	}

	.vip-top-slide {
		overflow: hidden
	}

	.vip-top-title {
		font-size: 22px
	}

	.vip-top-img {
		margin: 0 -80px
	}

	.slick-dots {
		bottom: 10px
	}

	.btn.btn-gold-black {
		line-height: 50px;
		height: 50px;
		border-radius: 25px;
		font-size: 12px
	}

	.btn-large {
		min-width: 210px
	}

	.header-bottom {
		padding: 0;
		background: #fff
	}

	.header-bottom-menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		margin: 0 -15px;
		background-color: #1b559b
	}

	.header-bottom-menu li {
		-ms-flex-preferred-size: 33.3%;
		flex-basis: 33.3%;
		width: 33.3%;
		padding: 0
	}

	.header-bottom-menu li a {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		height: 40px;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		background-color: #1b559b;
		border-top: 1px solid #fff;
		padding: 0 10px
	}

	.header-bottom-menu li a.active {
		background-color: #277ade;
		color: #fff
	}

	.emoptions-list {
		display: block
	}

	.emotions-panel {
		max-width: 360px;
		margin-left: auto;
		margin-right: auto
	}

	h2, .h2 {
		font-size: 24px
	}

	.catering-advantages {
		margin: 40px 0 50px
	}

	.catering-advantages-text {
		margin-top: 15px
	}

	.catering-advantages-item {
		padding-top: 70px
	}

	.catering-advantages .col-sm-4:first-child .catering-advantages-item {
		padding-top: 0
	}

	.catering-advantages-item .icon-line {
		width: 1px;
		height: 40px;
		left: 50%;
		top: 13px;
		margin: 0
	}

	.catering-advantages-item .icon-line:after {
		right: -3px;
		top: -2px
	}

	.catering-advantages-item .icon-line:before {
		left: -3px;
		top: auto;
		bottom: -3px
	}

	.catering-type-img {
		display: none
	}

	.catering-type-img.active {
		display: block
	}

	.catering-images, .catering-type-img {
		position: relative;
		left: 0;
		top: 0;
		height: auto;
		width: auto
	}

	.catering-type-img img {
		display: block;
		width: 100%
	}

	.catering-types {
		min-height: 100px;
		margin-left: -15px;
		margin-right: -15px
	}

	.catering-types-list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: stretch;
		-ms-flex-align: stretch;
		align-items: stretch;
		-ms-flex-wrap: nowrap;
		flex-wrap: nowrap;
		overflow-x: auto;
		max-width: none
	}

	/*.catering-type-item {
		min-width: 220px;
		min-height: 90px
	}*/

	.catering-type-title {
		font-size: 16px
	}

	.catering-type-item:after {
		-webkit-transform: rotate(90deg) !important;
		-ms-transform: rotate(90deg) !important;
		transform: rotate(90deg) !important;
		top: auto;
		bottom: 15px;
		right: 10px
	}

	.vip-specials {
		margin-top: 10px
	}

	.form-bottom .btn {
		margin-top: 15px
	}

	.footer-credits {
		margin: 35px 0
	}

	.footer .header-socials {
		text-align: left
	}

	.footer-bottom {
		padding: 20px 0 30px
	}

	.footer-menu {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		max-width: 400px
	}

	.footer-menu-col {
		-webkit-box-flex: 50%;
		-ms-flex: 50%;
		flex: 50%;
		max-width: 50%;
		margin-bottom: 15px
	}

	.footer-top {
		padding: 25px 0 15px
	}

	.footer-partners-list, .footer-bottom-partners {
		white-space: nowrap;
		margin-left: -15px;
		margin-right: -15px;
		position: relative;
		overflow-x: auto
	}

	.footer-partner-item {
		width: auto;
		max-width: 180px
	}

	.partners-section-title {
		margin-bottom: 10px
	}

	.page-content {
		padding-bottom: 50px
	}

	.footer-bottom-partner-item {
		padding: 0 15px;
		-webkit-box-flex: 180px;
		-ms-flex: 180px;
		flex: 180px;
		min-width: 180px
	}

	.catering-type-item + .catering-type-item {
		border-top: 0;
		border-left: 1px solid #1e222d
	}

	.scheme-legends {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap
	}

	h1, .h1, .main-top-title {
		font-size: 20px;
		margin-left: auto;
		margin-right: auto;
		max-width: 275px;
		margin-bottom: 25px
	}

	.monthes-list li.disabled {
		display: none
	}

	.matches-list-container {
		margin-bottom: 20px
	}

	.scheme-section {
		padding: 25px 0
	}

	.play-btn {
		width: 60px;
		height: 60px;
		margin-left: -30px;
		margin-top: -30px
	}

	.play-btn:before {
		border-top-width: 10px;
		border-bottom-width: 10px;
		border-left-width: 20px
	}

	.catering-booking .catering-images {
		height: auto
	}

	.group-type-img {
		display: none
	}

	.groups-top {
		padding-top: 50px
	}

	.groups-top-caption h1 {
		font-size: 24px
	}

	.groups-top-caption-text {
		font-size: 14px
	}

	.groups-top-caption-btn {
		margin-top: 20px
	}

	.groups-top-caption {
		margin-bottom: 40px
	}

	.events-top-col {
		display: block;
		width: auto;
		margin-top: 25px !important
	}

	.events-top-col:first-child {
		margin-top: 0 !important
	}

	.groups-type-section {
		padding: 50px 0
	}

	.group-type-title {
		font-size: 20px
	}

	.group-type-params strong {
		font-size: 16px
	}

	.group-type-btns {
		display: block
	}

	.group-type-btns .group-price {
		margin-bottom: 10px
	}

	.group-type-btns .btn {
		width: 100%;
		margin-top: 10px;
		max-width: 240px
	}

	.matches-list-title {
		font-size: 20px
	}

	.groups-matches-list {
		margin-top: 0
	}

	.group-persons {
		margin-top: 40px
	}

	.form-event-types, .group-persons {
		margin-bottom: 40px
	}

	.persons-amount {
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.count-inputs {
		width: 100px;
		min-width: 100px;
		display: block;
		margin-right: 10px
	}

	.amount-btns {
		-webkit-box-flex: 1;
		-ms-flex: 1;
		flex: 1;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between
	}

	.amount-btns a {
		margin: 0 5px
	}

	.text-page-content {
		padding-top: 20px
	}

	.payment-file {
		margin-left: 0
	}

	.catering-booking .catering-types-list {
		margin-left: -15px;
		margin-right: -15px
	}

	.catering-types-list::-webkit-scrollbar {
		height: 3px;
		background-color: #fff
	}

	.catering-types-list::-webkit-scrollbar-track {
		background-color: #fff
	}

	.catering-types-list::-webkit-scrollbar-thumb {
		background-color: #000
	}
}

@media (max-width: 640px) {
	.seats-container {
		padding: 25px 15px;
		margin-left: -15px;
		margin-right: -15px
	}

	.seats-22 .ice-img {
		min-width: 540px
	}

	.seats-scrollable {
		overflow-x: auto;
		margin-left: -15px;
		margin-right: -15px;
		padding: 0 15px
	}

	.seats-legends .legend-item {
		padding: 0 10px 0 25px;
		font-size: 12px;
		min-width: 50px
	}

	h3, .h3 {
		margin-bottom: 25px;
		font-size: 18px
	}
}

@media (max-width: 500px) {
	.header-bottom-menu li {
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%
	}

	.contacts-form {
		padding: 40px 25px
	}

	.type-file {
		display: block
	}

	.type-file-text {
		margin-top: 6px
	}

	.footer .header-socials {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: justify;
		-ms-flex-pack: justify;
		justify-content: space-between;
		max-width: 420px
	}

	.lodge-panoram-container iframe {
		height: 285px
	}

	.payment-file .type-file {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex
	}

	.booking-total-row.booking-total-row-info {
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
		padding-bottom: 5px
	}

	.booking-info-item {
		padding-right: 20px;
		-ms-flex-preferred-size: 50%;
		flex-basis: 50%;
		width: 50%;
		margin-bottom: 20px
	}

	.booking-info-item:nth-child(even) {
		padding-right: 0
	}

	.info-item-title {
		margin-bottom: 5px
	}
}
/* End */


/* Start:/local/templates/tickets_vip/css/vip.css?17506653966025*/
/*html{font-size: 14px;}*/
.footer-partner-item{width: 16%;}
.footer-bottom-partners{margin: 0 -10px 20px;}

.scheme-section{padding: 40px 0px;}
.scheme-section-header{margin-bottom: 40px;}
/*
.scheme-section{padding: 75px 0px;}
.scheme-section-header{margin-bottom: 50px;}

 */
.scheme-container-wrap{}
/*.scheme-item{cursor: auto !important;}*/

.vip-form-section{margin-top: 0px;padding-top: 40px;}

.scheme-to-tickets-links .col-12 {
    margin-top: 32px;
}
.vip-catering-slider {
    max-height: 100%;
}
.vip-catering-slider .slick-slide {
    max-height: 100%;
}

.vip-catering-slider .slick-slide img {
    max-height: 100%
}

.scheme-to-tickets-links .col-12 .alert {
    background: #2679de;
    color: white;
    border-radius: 8px;
    padding: 8px 24px;
    font-size: 16px;
    text-align: center;
}
.arena-photo-block {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}
.arena-photo {
    max-height: 500px;
}
.scheme-to-tickets-links .col-12 .alert a {
    color: #fff;
    border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}
/*
.scheme-section{min-height: auto;}
.scheme-container-new{transform: translateX(20px);}
.main-scheme{width: 730px; height: 550px; position: relative; margin: 0 auto;}
.stadium__svg{
    position: absolute;
    width: 100% !important;
    height: 100% !important;
    fill: none;
}
.stadium__border {
    stroke: #fff;
    stroke-width: 1px;
    fill: transparent;
    transition: fill .2s;
}
.stadium__text {
    position: absolute;
    width: 100%;
    height: 100%;
    pointer-events: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    font: 14px/20px Roboto, Helvetica, sans-serif;
    color: #fff;
}
.stadium__text .sector {
    font-size: 12px;
    font-weight: bold;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.stadium__text .vip {
    font-size: 10px;
    color: #fff;
    line-height: 1;
    position: absolute;
    top: 0;
    left: 0;
}
.staduim__shape.is--vip .stadium__sector .stadium__border {
    fill: #2579de;
}
.staduim__shape.is--vip .stadium__sector.is--center .stadium__border {
    fill: #F13E3E;
}
.staduim__shape.is--vip .stadium__sector.is--rest .stadium__border {
    fill: transparent;
}
.contacts-form a:hover{
    color: inherit;
}

@media (max-width: 992px){
    .scheme-container-new{transform: none;}
    .scheme-section-header{margin-bottom: 10px;}
}

 */
@media (min-width: 992px) {
    .header-middle-content .mobile-lang {
        display: none;
    }
}

.cookie-alert {
    z-index: 9999;
    position: fixed;
    left: 0;
    bottom: 0;
    width: 100vw;
    height: auto;
    padding: 24px;
    background-color: rgba(36,37,41,0.75);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    -webkit-transition: -webkit-transform .5s ease-out;
    -o-transition: transform .5s ease-out;
    transition: transform .5s ease-out;
    transition: transform .5s ease-out,-webkit-transform .5s ease-out;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    pointer-events: none;
}
.cookie-alert.show {
    pointer-events: auto;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

.btn-cookie {
    background: #b38d74;
    color: #1e222d;
    border-radius: 24px;
}

.btn-cookie:hover {
    background-color: #e4e0e0;
}

.cookie-alert__text {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 100%;
    flex: 1 0 100%;
    text-align: center;
    display: flex;
    justify-content: center;
}

.cookie-alert__text p {
    width: 70%;
}

@media (max-width: 767px) {
    .cookie-alert__text p {
        width: 100%;
    }
}

.cookie-alert__buttons {
    display: flex;
    justify-content: center;
    margin-top: 15px;
}

.faq-section{padding: 40px 0px;}
.faq-section-title{font-size: 32px; text-transform: uppercase; margin-bottom: 20px;}
.faq-item{margin: 0px 0px 20px 0px; background: #1e222d; color: #fff; border-radius: 15px;}
.faq-item:last-child{margin-bottom: 0px;}
.faq-item-title{}
.faq-item-title a{color: #fff; font-size: 18px; padding: 20px 25px; position: relative; display: block;}
.faq-item-text{font-size: 16px; color: #999; padding: 0px 25px 20px 25px;}
.faq-item-arrow{
    border: solid white;
    border-width: 0 2px 2px 0;
    padding: 4px;
    display: block;
    position: absolute;
    right: 30px;
    top: 25px;
}
.faq-item-title a .faq-item-arrow{
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
}
.faq-item-title a.collapsed .faq-item-arrow{
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.vip-emotions{padding-top: 50px;}
.vip-top.is--new .vip-top-caption{
    max-width: none;
    justify-content: center;
}
.vip-top.is--new .vip-top-title{
    max-width: none;
}
.vip-top.is--new .vip-top-btn{
    margin-top: 40px;
}
.catering-images.h-auto{
    height: auto;
}
.new-slider.has--arrows .slick-prev{
    left: 21px;
}
.new-slider.has--arrows .slick-next{
    right: 21px;
}
@media (max-width: 767px) {
    .vip-top.is--new .vip-top-caption {
        padding: 20px;
    }
    .vip-top.is--new .vip-top-title{
        margin-bottom: 20px;
    }
    .vip-top.is--new .vip-top-text{
        display: block;
        font-size: 18px;
    }
    .vip-top.is--new .vip-top-btn{
        margin-top: 20px;
    }
    .vip-top.is--new .vip-top-img {
        margin: 0;
    }
    .new-slider.has--arrows .slick-prev{
        left: 0px;
    }
    .new-slider.has--arrows .slick-next{
        right: 0px;
    }
}
@media (max-width: 500px) {
    .header-bottom-menu li:last-child:nth-child(odd) {
        -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
        width: 100%
    }
}

/* End */
/* /local/templates/tickets_vip/css/fontawesome/css/font-awesome.css?156649533037414 */
/* /local/templates/tickets_vip/css/styles.css?1750665396150358 */
/* /local/templates/tickets_vip/css/vip.css?17506653966025 */
