@charset "UTF-8";
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
	 ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
	 ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
	 ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
	 ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
	 ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
	 ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
	 ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

@font-face {
  font-family: "BT Belwe W01";
  src: url("../fonts/2290e23f-cd49-4710-a988-4ce5c3a17c72.woff2") format("woff2"), url("../fonts/e39aeab7-e8ec-4c4e-8015-bdb8584ca2ca.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova W05";
  src: url("../fonts/33ca2000-af7b-4444-97cd-6392ab2e24b2.woff2") format("woff2"), url("../fonts/1c003cc6-0f8f-4c82-adde-a5a026b56b50.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova W05";
  src: url("../fonts/cf5ef906-e055-4b2c-8fc5-fcc4ab3ed9a2.woff2") format("woff2"), url("../fonts/19f65509-8952-44f0-b007-4dc3c4ba8aed.woff") format("woff");
  font-weight: 400;
  font-style: italic;
}
@font-face {
  font-family: "Proxima Nova W05";
  src: url("../fonts/3c35dc60-9fe3-480f-90ac-e453db0271e2.woff2") format("woff2"), url("../fonts/2b2b7939-693b-44cd-873a-1aa065a906b8.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}
@font-face {
  font-family: "Proxima Nova W05";
  src: url("../fonts/7eb49857-6450-4915-9c21-2759d4e531ca.woff2") format("woff2"), url("../fonts/27bbc35f-00c4-4c26-8cd8-cb37149f6f89.woff") format("woff");
  font-weight: 700;
  font-style: italic;
}
.post-block .inner-list, .post-block .post-list, .terms-list, .social-networks, .widget_search .recommendation-list,
.widget_mail .recommendation-list, .filter-wrap .filter-list, .filter-wrap .opener-list, #header #nav ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.navigation-single:after, .post-password-form p:after, .widget:after, dl:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.ellipsis {
  white-space: nowrap;
  /* 1 */
  text-overflow: ellipsis;
  /* 2 */
  overflow: hidden;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

* {
  max-height: 1000000px;
}

body {
  color: #1d1d67;
  background: #fff;
  font: 18px/1.23 "Proxima Nova W05", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

.gm-style img {
  max-width: none;
}

ul, ol, dl, p, h1, h2, h3, h4, h5, h6, address, form, table, blockquote, applet, embed, object, iframe, frameset {
  margin: 0 0 1.23em;
}

blockquote {
  border-left: 4px solid #999;
  padding-left: 0.5em;
  margin-left: 1.23em;
}

th, td {
  border: 1px solid #999;
  padding: 0.5em;
  text-align: left;
  vertical-align: top;
}

th {
  text-align: center;
  vertical-align: middle;
}

ul, ol {
  padding-left: 3em;
}

ul ul,
ul ol,
ol ul,
ol ol {
  padding-left: 3em;
  margin: 0;
}

ul {
  list-style-type: disc;
}

dl dt {
  float: left;
  clear: left;
  padding-right: 0.3em;
  font-weight: bold;
}
dl dd {
  overflow: hidden;
}

pre {
  max-width: 100%;
}

form,
fieldset {
  margin: 0;
  padding: 0;
  border-style: none;
}

input[type=text],
input[type=tel],
input[type=email],
input[type=search],
input[type=password],
textarea {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  box-sizing: border-box;
  border: 1px solid #999;
  padding: 0.4em 0.7em;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #333;
}
input[type=text]::-webkit-input-placeholder,
input[type=tel]::-webkit-input-placeholder,
input[type=email]::-webkit-input-placeholder,
input[type=search]::-webkit-input-placeholder,
input[type=password]::-webkit-input-placeholder,
textarea::-webkit-input-placeholder {
  color: #999;
}
input[type=text]::-moz-placeholder,
input[type=tel]::-moz-placeholder,
input[type=email]::-moz-placeholder,
input[type=search]::-moz-placeholder,
input[type=password]::-moz-placeholder,
textarea::-moz-placeholder {
  opacity: 1;
  color: #999;
}
input[type=text]:-moz-placeholder,
input[type=tel]:-moz-placeholder,
input[type=email]:-moz-placeholder,
input[type=search]:-moz-placeholder,
input[type=password]:-moz-placeholder,
textarea:-moz-placeholder {
  color: #999;
}
input[type=text]:-ms-input-placeholder,
input[type=tel]:-ms-input-placeholder,
input[type=email]:-ms-input-placeholder,
input[type=search]:-ms-input-placeholder,
input[type=password]:-ms-input-placeholder,
textarea:-ms-input-placeholder {
  color: #999;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #999;
}

select {
  -webkit-border-radius: 0;
}

textarea {
  resize: vertical;
  vertical-align: top;
}

button,
input[type=button],
input[type=reset],
input[type=file],
input[type=submit] {
  -webkit-appearance: none;
  -webkit-border-radius: 0;
  cursor: pointer;
}

.widget {
  margin-bottom: 1.23em;
}
.widget ul {
  padding-left: 2em;
}
.widget select {
  min-width: 150px;
}

.comment-form label {
  display: block;
  padding-bottom: 4px;
}
.comment-form textarea {
  overflow: auto;
  margin: 0;
  height: 120px;
  min-height: 120px;
}
.comment-form textarea,
.comment-form input[type=text] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}
.comment-form input[type=submit] {
  display: block;
  float: none;
}

.post-password-form label {
  display: block;
  margin-bottom: 4px;
}
.post-password-form input[type=password] {
  margin: 0 4px 0 0;
  max-width: 300px;
  width: 100%;
}

.commentlist {
  margin: 0 0 1.23em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.23em 4px 0;
}

.commentlist-item .commentlist-item {
  padding: 0;
}
@media (min-width: 768px) {
  .commentlist-item .commentlist-item {
    padding: 0 0 0 2em;
  }
}

.comment,
.commentlist-holder {
  overflow: hidden;
}

.commentlist-item .commentlist-item,
.commentlist-item + .commentlist-item {
  padding-top: 1.23em;
}

.widget_calendar #next {
  text-align: right;
}

.gallery-item dt {
  float: none;
  padding: 0;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.23em;
}
.navigation .screen-reader-text,
.navigation-comments .screen-reader-text {
  position: absolute;
  left: -99999px;
}
.navigation .page-numbers,
.navigation-comments .page-numbers {
  display: inline-block;
  vertical-align: middle;
  padding: 0 0.4em;
}
@media (max-width: 767px) {
  .navigation .page-numbers,
.navigation-comments .page-numbers {
    padding: 0 3px;
  }
}
.navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
  display: inline-block;
  vertical-align: middle;
  max-width: 48%;
  background: #333;
  color: #fff;
  padding: 0.4em;
  text-decoration: none;
}
@media (max-width: 767px) {
  .navigation .next,
.navigation .prev,
.navigation-comments .next,
.navigation-comments .prev {
    padding: 0.2em;
  }
}
.navigation .next:hover,
.navigation .prev:hover,
.navigation-comments .next:hover,
.navigation-comments .prev:hover {
  opacity: 0.8;
}

.navigation-single {
  margin-bottom: 1.23em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #333;
  color: #fff;
  text-decoration: none;
}
.navigation-single .next:hover,
.navigation-single .prev:hover {
  opacity: 0.8;
}
.navigation-single .next a,
.navigation-single .prev a {
  color: inherit;
  text-decoration: none;
  padding: 0.4em;
  display: block;
}
@media (max-width: 767px) {
  .navigation-single .next a,
.navigation-single .prev a {
    padding: 0.2em;
  }
}
.navigation-single .next {
  float: right;
}

.wp-caption {
  max-width: 100%;
  clear: both;
  border: 1px solid #999;
  padding: 0.4em;
  margin-bottom: 1.23em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

div.aligncenter {
  margin: 0 auto 1.23em;
}

img.aligncenter {
  display: block;
  margin: 0 auto;
}

.alignleft {
  float: left;
  margin: 0 1.23em 4px 0;
}

.alignright {
  float: right;
  margin: 0 0 4px 1.23em;
}

.mejs-container {
  margin-bottom: 1.23em;
}

.wp-caption-text,
.gallery,
.alignnone,
.gallery-caption,
.sticky,
.bypostauthor {
  height: auto;
}

@media (max-width: 1023px) {
  iframe {
    width: 100%;
  }
}

#wp-calendar td,
#wp-calendar th {
  text-align: center;
  border: 1px solid #999;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: inherit;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
}

h1, .h1 {
  font-size: 30px;
}

h2, .h2 {
  font-size: 27px;
}

h3, .h3 {
  font-size: 24px;
}

h4, .h4 {
  font-size: 21px;
}

h5, .h5 {
  font-size: 17px;
}

h6, .h6 {
  font-size: 15px;
}

p {
  margin: 0 0 1em;
}

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

/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

@media (max-width: 767px) {
  .inner .fancybox-wrap {
    top: 0 !important;
  }
}

.fixed-header .fancybox-wrap {
  top: 55px !important;
}

.fixed-header .fancybox-wrap {
  top: 0 !important;
}
.fixed-header .widget_mail .close {
  top: 0;
}
.fixed-header .widget_mail .popup-header {
  margin-top: 0;
}

.fancybox-wrap {
  position: fixed !important;
  top: 0 !important;
  left: 0 !important;
  z-index: 99999 !important;
  right: 0 !important;
  bottom: 0 !important;
  width: auto !important;
}
@media (min-width: 768px) {
  .fancybox-wrap {
    top: 0 !important;
  }
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  padding: 0 !important;
  height: 100vh !important;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-outer, .fancybox-inner {
  position: relative;
  height: 100vh !important;
  width: 100% !important;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../images/fancybox/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../images/fancybox/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../images/fancybox/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-margin {
  margin: 0 !important;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow-x: hidden !important;
  display: none;
  z-index: 8010;
  background: url("../images/fancybox/fancybox_overlay.png");
}

.fancybox-overlay-fixed {
  position: fixed;
  background: transparent !important;
  bottom: 0;
  right: 0;
  z-index: 9999;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}

/*Retina graphics!*/
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5) {
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
    background-image: url("../images/fancybox/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }

  #fancybox-loading div {
    background-image: url("../images/fancybox/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}
#header {
  position: relative;
  z-index: 9999;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}
#header .container {
  position: relative;
}
@media (max-width: 1023px) {
  #header .container {
    padding: 0 20px;
  }
}
#header .top-content {
  background: #1d1d67;
}
@media (min-width: 768px) {
  #header .top-content {
    padding-bottom: 20px;
  }
}
@media (min-width: 1024px) {
  #header .top-content {
    padding-bottom: 40px;
  }
}
@media (min-width: 768px) {
  #header .top-content.inner {
    padding-top: 5px;
  }
}
@media (min-width: 1024px) {
  #header .top-content.inner {
    padding-top: 40px;
  }
}
#header .top-content .badge {
  background: url("../images/badge.svg") no-repeat;
  background-size: cover;
  height: 122px;
  width: 122px;
  display: block;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  color: white;
  box-sizing: border-box;
  padding: 34px 20px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  right: 320px;
  top: 0;
}
@media (max-width: 922px) {
  #header .top-content .badge {
    display: none;
  }
}
#header .header-content {
  display: flex;
  flex-wrap: wrap;
  padding: 13px 5px 7px;
  align-items: center;
}
@media (min-width: 768px) {
  #header .header-content {
    padding: 23px 0;
    align-items: stretch;
  }
}
@media (min-width: 1200px) {
  .slim-header #header .header-content {
    padding-bottom: 0;
  }
}
#header .header-content .left-block {
  flex: 1;
  padding-top: 3px;
}
@media (min-width: 768px) {
  #header .header-content .left-block {
    padding: 0;
  }
}
#header .header-content .left-block .decor-line {
  display: none;
}
#header .header-content .left-block .decor-line:before {
  content: "";
  top: 8px;
  left: -35px;
}
#header .header-content .left-block .decor-line:after {
  content: "";
  top: 9px;
  right: -41px;
}
#header .header-content .text-newsletter {
  display: none !important;
}
@media (max-width: 922px) {
  #header .header-content .text-newsletter {
    display: block !important;
  }
}
#header .header-content .right-block {
  padding-top: 6px;
  flex-basis: 72px;
  max-width: 72px;
}
@media (min-width: 768px) {
  #header .header-content .right-block {
    flex-basis: 35%;
    max-width: 35%;
    display: flex;
    text-align: right;
  }
}
@media (min-width: 1024px) {
  #header .header-content .right-block {
    flex-basis: 30%;
    max-width: 30%;
  }
}
#header .header-content .right-block .search-hide {
  display: inline-block;
  vertical-align: top;
  font-size: 24px;
  line-height: 1;
  margin-right: 12px;
}
@media (min-width: 768px) {
  #header .header-content .right-block .search-hide {
    display: none;
  }
}
#header .header-content .right-block .search-hide a {
  transition: opacity 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
}
#header .header-content .right-block .search-hide a:hover {
  opacity: 0.6;
}
#header .logo-wrap {
  max-width: 500px;
  padding: 0 20px 0 0;
}
@media (min-width: 1200px) {
  #header .logo-wrap {
    max-width: 650px;
  }
}
#header .logo-wrap .slogan {
  font-weight: 500;
}
#header .logo-wrap .slogan > p {
  display: inline;
}
@media (max-width: 767px) {
  #header .slogan {
    display: none;
  }
}
@media (max-width: 1023px) {
  #header .slogan br {
    display: none;
  }
}
#header .decor-line {
  display: block;
  background-size: 18px 25px;
}
#header .logo-text {
  color: #8c8cae;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 23px;
  line-height: 1;
  margin: 0;
}
@media (min-width: 768px) {
  #header .logo-text {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  #header .logo-text {
    font-size: 47px;
  }
}
#header .logo-text a {
  transition: opacity 0.3s ease-in-out;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
  font-family: "Proxima Nova W05", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
#header .logo-text a:hover {
  opacity: 0.7;
}
@media (min-width: 1200px) {
  #header .logo-text .slogan {
    font-size: 46px;
  }
}
@media (min-width: 1200px) {
  .slim-header #header .logo-text .slogan {
    font-size: 34px;
    display: block;
    margin: 0.2em 0;
    max-width: 530px;
  }
}
#header #nav {
  order: 0;
  width: 100%;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  #header #nav {
    order: 1;
    margin: 0;
    align-self: flex-end;
  }
}
#header #nav ul li {
  font-size: 20px;
  margin: 0 0 16px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #header #nav ul li {
    font-size: 18px;
    font-weight: 400;
    padding: 0 5px;
    margin: 0 0 5px;
    display: inline-block;
    vertical-align: top;
  }
}
#header #nav ul li a {
  transition: color 0.35s ease-in-out;
  color: #fff;
  text-decoration: none;
}
@media (min-width: 768px) {
  #header #nav ul li a {
    text-decoration: underline;
  }
}
#header #nav ul li a:hover {
  color: #8c8cae;
}
#header #nav ul li.active a {
  color: #8c8cae;
}
@media (min-width: 480px) {
  #header #nav ul li br {
    display: none;
  }
}
#header .advertisement-block {
  background: #000;
  color: #fff;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 -20px;
}
@media (min-width: 768px) {
  #header .advertisement-block {
    margin: 0 0 5px;
  }
}
@media (min-width: 1200px) {
  #header .advertisement-block {
    margin: 0 0 37px;
  }
}
#header .advertisement-block .text {
  text-transform: uppercase;
  font-size: 9px;
  font-weight: 700;
}
@media (min-width: 768px) {
  #header .advertisement-block .text {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  #header .advertisement-block .text {
    font-size: 31px;
  }
}
#header .advertisement-block:after {
  content: "";
  display: block;
  clear: both;
  min-height: 40px;
}
@media (min-width: 768px) {
  #header .advertisement-block:after {
    min-height: 60px;
  }
}
@media (min-width: 1024px) {
  #header .advertisement-block:after {
    min-height: 100px;
  }
}
@media (min-width: 1200px) {
  #header .advertisement-block:after {
    min-height: 142px;
  }
}
#header .social-networks {
  order: 1;
  width: 100%;
}
@media (min-width: 768px) {
  #header .social-networks {
    order: 0;
  }
}
@media (max-width: 767px) {
  #header .social-networks li:nth-last-child(2) {
    margin-right: 0;
  }
}
#header .social-networks li.search a {
  font-size: 29px;
}
#header.header-fixed {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: transparent;
}
#header.header-fixed .advertisement-block {
  display: none !important;
}
#header.header-fixed .badge {
  display: none !important;
}
@media (max-width: 767px) {
  #header.header-fixed .header-content {
    padding: 0;
  }
}
@media (min-width: 768px) {
  #header.header-fixed .header-content {
    padding: 9px 0;
  }
}
@media (min-width: 768px) {
  #header.header-fixed .right-block {
    display: none !important;
  }
}
#header.header-fixed .left-block {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  padding: 15px 0;
}
@media (min-width: 768px) {
  #header.header-fixed .left-block {
    padding: 10px 0;
  }
}
#header.header-fixed .left-block .decor-line {
  flex: 1;
  display: block;
  background-position: 100% 50%;
}
#header.header-fixed .left-block .decor-line:before {
  display: none;
}
@media (min-width: 1200px) {
  #header.header-fixed .left-block .decor-line:before {
    display: block;
  }
}
#header.header-fixed .decor-line {
  display: none;
}
@media (max-width: 1199px) {
  #header.header-fixed .decor-line {
    margin-left: 0;
  }
}
#header.header-fixed .logo-wrap {
  flex-basis: 300px;
  max-width: 300px;
}
#header.header-fixed h1 {
  font-size: 25px;
}
@media (min-width: 768px) {
  #header.header-fixed h1 {
    font-size: 34px;
  }
}
#header.header-fixed .slogan {
  display: none !important;
}
#header.header-fixed .top-content {
  padding-bottom: 0;
}
#header.header-fixed .filter-wrap {
  transition: transform 0.35s ease-in-out;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-100%);
  max-height: 0;
  overflow: hidden;
}
#header.header-fixed .top-content.inner {
  padding-top: 0;
}
@media (min-width: 768px) {
  #header.header-fixed.fixed-filter .filter-wrap {
    max-height: 9999px;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    max-height: 999px;
    overflow: visible;
  }
}

@media (max-width: 767px) {
  .drop-wrap {
    transition: all 0.35s ease-in-out;
    position: fixed;
    top: 125px;
    left: 0;
    right: 0;
    bottom: 0;
    flex-wrap: wrap;
    align-content: flex-start;
    display: flex;
    text-align: center;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    z-index: 999;
  }
}
@media (min-width: 768px) {
  .drop-wrap {
    display: flex;
    flex-wrap: wrap;
  }
}
.drop-wrap .drop-content {
  display: flex;
  flex-wrap: wrap;
}
@media (max-width: 767px) {
  .drop-wrap .drop-content {
    transition: all 0.35s ease-in-out;
    transform: translateY(-100%);
    padding: 86px 15px 44px;
    background: #1d1d67;
    height: calc(100vh - 198px);
    overflow-y: auto;
    width: 100%;
    height: 100%;
    align-content: flex-start;
  }
}
@media (min-width: 768px) {
  .drop-wrap .drop-content {
    justify-content: space-between;
  }
}

@media (max-width: 767px) {
  .nav-active #header {
    height: 100vh;
    display: flex;
    flex-direction: column;
  }
}
.nav-active #header.header-fixed .filter-wrap,
.nav-active .filter-wrap {
  transform: translateY(0);
  opacity: 1;
  max-height: 9999px;
  overflow: visible;
  visibility: visible;
}
.nav-active .nav-opener span:first-child {
  top: 10px;
  transform: rotate(45deg);
}
.nav-active .nav-opener span:nth-child(2) {
  opacity: 0;
  visibility: hidden;
}
.nav-active .nav-opener span:last-child {
  top: 10px;
  transform: rotate(-45deg);
}

.nav-active {
  overflow: hidden;
}
.nav-active .nav-opener {
  opacity: 1;
  visibility: visible;
}
@media (max-width: 767px) {
  .nav-active.fixed-header .drop-wrap {
    top: 54px;
  }
}

.nav-opener {
  transition: opacity 0.3s ease-in-out;
  width: 30px;
  height: 23px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
@media (min-width: 768px) {
  .nav-opener {
    display: none;
  }
}
.nav-opener:hover {
  opacity: 0.6;
}
.nav-opener span {
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #fff;
}
.nav-opener span:first-child {
  top: 0;
}
.nav-opener span:nth-child(2) {
  top: 10px;
}
.nav-opener span:last-child {
  top: 20px;
}

.close {
  width: 35px;
  height: 30px;
  display: block;
  position: absolute;
  top: -22px;
  right: 0;
}
@media (min-width: 768px) {
  .close {
    top: 25px;
    right: 30px;
  }
}
@media (min-width: 1024px) {
  .close {
    width: 50px;
    height: 40px;
    top: 41px;
    right: 10px;
  }
}
@media (min-width: 1200px) {
  .close {
    top: 41px;
    right: 40px;
  }
}
.close span {
  transition: all 0.35s ease-in-out;
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  height: 2px;
  background: #fdfdfe;
}
@media (min-width: 768px) {
  .close span {
    background: #6f6f9a;
  }
}
.close span:first-child {
  transform: rotate(45deg);
}
.close span:last-child {
  transform: rotate(-45deg);
}
.close:hover span {
  opacity: 0.7;
}

@media (max-width: 767px) {
  .hide {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .inner .filter-wrap .tab-content {
    top: 170px;
  }
}

.filter-wrap {
  opacity: 1;
  position: relative;
  z-index: -1;
  visibility: visible;
}
@media (max-width: 767px) {
  .filter-wrap {
    max-height: 0;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    visibility: hidden;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
.filter-wrap .tab-header {
  padding: 35px 5px 25px;
  background: #16164d;
}
@media (min-width: 768px) {
  .filter-wrap .tab-header {
    display: none;
  }
}
@media (max-width: 767px) {
  .filter-wrap .tab-content {
    transition: all 0.35s ease-in-out;
    align-content: flex-start;
    top: 0;
    min-height: 200px;
    overflow-y: auto;
    margin: 0 -10px;
    left: 0;
    right: 0;
    bottom: 0;
    border-top: 2px solid #8c8cae;
    flex: 1;
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .filter-wrap .tab-content {
    padding: 35px 5px 25px;
    background: #16164d;
  }
}
@media (min-width: 768px) {
  .filter-wrap .filter-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 767px) {
  .filter-wrap .filter-content {
    padding: 25px 10px 0;
    flex: 1;
    background: #16164d;
  }
}
.filter-wrap .opener-holder {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media (min-width: 768px) {
  .filter-wrap .opener-holder {
    display: none !important;
  }
}
.filter-wrap .opener-holder .search-wrap {
  flex-basis: 80px;
  max-width: 80px;
  text-align: right;
}
.filter-wrap .opener-holder .search-wrap a {
  transition: color 0.35s ease-in-out;
  text-decoration: none;
  color: #8c8cae;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 31px;
  display: inline;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .filter-wrap .opener-holder .search-wrap a {
    font-size: 26px;
  }
}
.filter-wrap .opener-holder .search-wrap a:hover {
  color: #fff;
}
.filter-wrap .opener-list {
  display: flex;
  flex-wrap: wrap;
  flex: 1;
}
@media (max-width: 767px) {
  .filter-wrap .opener-list {
    position: relative;
    z-index: 999;
  }
}
@media (min-width: 768px) {
  .filter-wrap .opener-list {
    display: none;
  }
}
.filter-wrap .opener-list li {
  padding: 0 23px 0 0;
}
@media (min-width: 768px) {
  .filter-wrap .opener-list li {
    padding: 0 15px 0 0;
  }
}
.filter-wrap .opener-list li a {
  transition: color 0.35s ease-in-out;
  text-decoration: none;
  color: #8c8cae;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 20px;
  display: inline;
  font-weight: 800;
}
@media (min-width: 1200px) {
  .filter-wrap .opener-list li a {
    font-size: 26px;
  }
}
.filter-wrap .opener-list li a:hover {
  color: #fff;
}
.filter-wrap .opener-list li a.active {
  color: #fff;
}
@media (min-width: 768px) {
  .filter-wrap .filter-list {
    padding: 86px 15px 44px;
    display: flex;
    flex-wrap: wrap;
    align-content: flex-start;
    justify-content: center;
    padding: 0 0 0 10px;
  }
}
.filter-wrap .filter-list li {
  position: relative;
  font-size: 20px;
  font-weight: 700;
  padding: 0 0 0 25px;
  margin: 0 0 20px;
  color: #fff;
}
.filter-wrap .filter-list li.music {
  color: #f56c79;
}
.filter-wrap .filter-list li.arts-culture {
  color: #7f88ff;
}
.filter-wrap .filter-list li.wellbeing {
  color: #05ccff;
}
.filter-wrap .filter-list li.free {
  color: #4af5b4;
}
.filter-wrap .filter-list li.family {
  color: #82ff8b;
}
.filter-wrap .filter-list li.news {
  color: #fffd74;
}
.filter-wrap .filter-list li.offers-competitions {
  color: #c780ff;
}
.filter-wrap .filter-list li.wildcard {
  color: #ff83d9;
}
.filter-wrap .filter-list li.food-drink {
  color: #ffa643;
}
@media (min-width: 768px) {
  .filter-wrap .filter-list li {
    padding: 0 0 0 7px;
    margin: 0 0 17px;
  }
}
@media (min-width: 1200px) {
  .filter-wrap .filter-list li {
    font-size: 26px;
    margin: 0 0 15px;
  }
}
@media (min-width: 768px) {
  .filter-wrap .filter-list li:not(:last-child) {
    padding: 0 7px;
  }
}
@media (max-width: 767px) {
  .filter-wrap .filter-list li:first-child {
    display: none;
  }
}
.filter-wrap .filter-list li.calendar-holder {
  position: relative;
  z-index: 9999;
}
@media (max-width: 767px) {
  .filter-wrap .filter-list li.calendar-holder {
    flex-basis: 100%;
    max-width: 100%;
  }
}
.filter-wrap .filter-list li.calendar-holder label {
  position: relative;
  color: #fff;
  cursor: pointer;
}
.filter-wrap .filter-list li.calendar-holder label:before {
  transition: all 0.35s ease-in-out;
  content: "";
  position: absolute;
  bottom: 4px;
  height: 1px;
  background: #fff;
  left: 50%;
  right: 50%;
}
.filter-wrap .filter-list li.calendar-holder label:hover:before {
  left: 0;
  right: 0;
}
.filter-wrap .filter-list li.calendar-holder.active label:before {
  left: 0;
  right: 0;
}
.filter-wrap .filter-list li > a {
  text-decoration: none;
  color: inherit;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
.filter-wrap .filter-list li > a:hover:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.filter-wrap .filter-list li > a:after {
  transition: all 0.35s ease-in-out;
  content: "";
  position: absolute;
  bottom: 4px;
  width: 0;
  margin: 0 auto;
  opacity: 0;
  visibility: hidden;
  height: 1px;
  background-color: #fff;
  left: 0;
  right: 0;
}
.filter-wrap .filter-list li.music > a:after {
  background: #f56c79;
}
.filter-wrap .filter-list li.arts-culture > a:after {
  background: #7f88ff;
}
.filter-wrap .filter-list li.wellbeing > a:after {
  background: #05ccff;
}
.filter-wrap .filter-list li.free > a:after {
  background: #4af5b4;
}
.filter-wrap .filter-list li.family > a:after {
  background: #82ff8b;
}
.filter-wrap .filter-list li.news > a:after {
  background: #fffd74;
}
.filter-wrap .filter-list li.offers-competitions > a:after {
  background: #c780ff;
}
.filter-wrap .filter-list li.wildcard > a:after {
  background: #ff83d9;
}
.filter-wrap .filter-list li.food-drink > a:after {
  background: #ffa643;
}
.filter-wrap .filter-list li.active > a:after, .filter-wrap .filter-list li.current-menu-item > a:after {
  opacity: 1;
  visibility: visible;
  width: 100%;
}
.filter-wrap .filter-list li .drop-holder {
  transition: all 0.25s ease-in-out;
  position: absolute;
  top: 100%;
  margin-top: 15px;
  opacity: 0;
  visibility: hidden;
  left: 50%;
  transform: translateX(-50%);
}
@media (min-width: 375px) and (max-width: 767px) {
  .filter-wrap .filter-list li .drop-holder {
    left: 25px;
    transform: translateX(0);
  }
}
@media (max-width: 767px) {
  .filter-wrap .filter-list li .drop-holder {
    top: calc(100% + 10px);
  }
}
.filter-wrap .filter-list li .filter-opener {
  text-decoration: none;
  color: #8c8cae;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-size: 20px;
  display: inline;
  font-weight: 800;
}
@media (max-width: 767px) {
  .filter-wrap .filter-list li .filter-opener {
    display: none;
  }
}
@media (min-width: 1200px) {
  .filter-wrap .filter-list li .filter-opener {
    font-size: 26px;
  }
}
.filter-wrap .filter-list li.active .drop-holder {
  opacity: 1;
  visibility: visible;
  margin-top: 0;
}
.filter-wrap .wrap-about {
  padding-left: 25px;
}
@media (min-width: 768px) {
  .filter-wrap .wrap-about {
    display: none;
  }
}

.widget_search .wrap-style .left-top,
.widget_search .wrap-style .right-top,
.widget_search .wrap-style .left-bottom,
.widget_search .wrap-style .right-bottom {
  width: 32px;
}

.widget_mail .wrap-style .left-top,
.widget_mail .wrap-style .right-top,
.widget_mail .wrap-style .left-bottom,
.widget_mail .wrap-style .right-bottom {
  width: 32px;
}
.widget_mail .wrap-style .left-top,
.widget_mail .wrap-style .right-top {
  top: -6px;
}
.widget_mail .wrap-style .left-bottom,
.widget_mail .wrap-style .right-bottom {
  bottom: -6px;
}

.widget_search,
.widget_mail {
  background: #16164d;
  height: 100vh;
  min-height: 200px;
  display: flex;
  padding: 32px 20px;
  margin-bottom: 0;
  display: none;
}
@media (min-width: 768px) {
  .widget_search,
.widget_mail {
    padding: 40px;
    min-height: 700px;
  }
}
@media (min-width: 1200px) {
  .widget_search,
.widget_mail {
    padding: 70px;
  }
}
.widget_search .wrap-style,
.widget_mail .wrap-style {
  display: flex;
  width: 100%;
  margin: 0;
  position: relative;
  height: 100%;
  padding: 0;
}
.widget_search .form-holder,
.widget_mail .form-holder {
  min-height: 150px;
  overflow-y: auto;
  padding: 50px 0;
}
@media (min-width: 768px) {
  .widget_search .form-holder,
.widget_mail .form-holder {
    padding: 0;
    overflow: visible;
    min-height: 0;
  }
}
.widget_search .text-wrap,
.widget_mail .text-wrap {
  max-width: 420px;
  margin: 0 auto;
}
.widget_search .form-content,
.widget_mail .form-content {
  max-width: 852px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  padding: 0 0 50px;
  flex-direction: column;
}
@media (min-width: 768px) {
  .widget_search .form-content,
.widget_mail .form-content {
    justify-content: space-around;
    padding: 49px 55px 66px;
  }
}
@media (min-width: 1200px) {
  .widget_search .form-content,
.widget_mail .form-content {
    padding: 49px 15px 66px;
  }
}
.widget_search input,
.widget_mail input {
  width: 100%;
  height: 40px;
  font-size: 26px;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #fff;
  font-weight: 500;
  line-height: 40px;
  padding: 5px 15px;
  text-align: center;
  border: none;
  border-bottom: 2px solid #6f6f9a;
  background: transparent;
}
@media (min-width: 768px) {
  .widget_search input,
.widget_mail input {
    font-size: 40px;
    height: 60px;
    line-height: 60px;
  }
}
@media (min-width: 1200px) {
  .widget_search input,
.widget_mail input {
    font-size: 60px;
    border-bottom: 3px solid #6f6f9a;
    height: 100px;
    line-height: 100px;
  }
}
.widget_search input::-webkit-input-placeholder,
.widget_mail input::-webkit-input-placeholder {
  color: #6f6f9a;
}
.widget_search input::-moz-placeholder,
.widget_mail input::-moz-placeholder {
  opacity: 1;
  color: #6f6f9a;
}
.widget_search input:-moz-placeholder,
.widget_mail input:-moz-placeholder {
  color: #6f6f9a;
}
.widget_search input:-ms-input-placeholder,
.widget_mail input:-ms-input-placeholder {
  color: #6f6f9a;
}
.widget_search input.placeholder,
.widget_mail input.placeholder {
  color: #6f6f9a;
}
.widget_search input:focus,
.widget_mail input:focus {
  outline: none;
  border-bottom-color: #6f6f9a;
  color: #fff;
}
.widget_search .search-form,
.widget_mail .search-form {
  margin: 0 0 46px;
}
@media (min-width: 768px) {
  .widget_search .search-form,
.widget_mail .search-form {
    margin: 0 0 37px;
  }
}
.widget_search .search-form input,
.widget_mail .search-form input {
  width: 100%;
}
.widget_search .input-wrap,
.widget_mail .input-wrap {
  margin: 0 0 40px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .widget_search .input-wrap,
.widget_mail .input-wrap {
    margin: 0 0 92px;
  }
}
.widget_search h3,
.widget_mail h3 {
  font-size: 24px;
  color: #fff;
  line-height: 1.2;
  margin: 0 0 36px;
}
@media (min-width: 768px) {
  .widget_search h3,
.widget_mail h3 {
    font-size: 40px;
    margin: 0 0 25px;
  }
}
@media (min-width: 1024px) {
  .widget_search h3,
.widget_mail h3 {
    font-size: 50px;
  }
}
@media (min-width: 768px) {
  .widget_search h3 br,
.widget_mail h3 br {
    display: none;
  }
}
.widget_search .title,
.widget_mail .title {
  color: #6f6f9a;
  display: block;
  margin: 0 0 18px;
  font-size: 16px;
}
@media (min-width: 768px) {
  .widget_search .title,
.widget_mail .title {
    margin: 0 0 35px;
    font-size: 23px;
  }
}
.widget_search .recommendation-list,
.widget_mail .recommendation-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.widget_search .recommendation-list li,
.widget_mail .recommendation-list li {
  padding: 0 13px;
  margin: 0 0 16px;
  font-weight: 700;
  font-size: 16px;
}
@media (min-width: 768px) {
  .widget_search .recommendation-list li,
.widget_mail .recommendation-list li {
    font-size: 23px;
    margin: 0;
    padding: 0 10px;
  }
}
.widget_search .recommendation-list li a,
.widget_mail .recommendation-list li a {
  text-decoration: none;
  color: #fff;
}
.widget_search .recommendation-list li a:hover,
.widget_mail .recommendation-list li a:hover {
  text-decoration: underline;
}
@media (max-width: 767px) {
  .widget_search .btn.outline,
.widget_mail .btn.outline {
    min-width: 142px;
    width: auto;
  }
}

.widget_mail {
  background: #4af5b4;
  color: #1d1d67;
  position: relative;
}
.widget_mail .popup-header {
  text-align: left;
  position: relative;
}
@media (min-width: 768px) {
  .widget_mail .popup-header {
    display: none;
  }
}
.widget_mail .popup-header .logo-wrap {
  padding: 0 25px 0 5px;
  margin: 0 0 4px;
}
.widget_mail .popup-header .logo-wrap a {
  text-decoration: none;
  color: #1d1d67;
  font-size: 23px;
  font-weight: 700;
}
.widget_mail .popup-header .decor-line:before {
  background-image: url("../images/blue-ico1.svg");
  top: 6px;
  left: -42px;
}
@media (max-width: 767px) {
  .widget_mail .close {
    z-index: 99;
  }
}
@media (max-width: 767px) {
  .widget_mail .close span {
    background: #1d1d67;
    height: 1px;
  }
}
.widget_mail h3 {
  color: #1d1d67;
}
@media (max-width: 767px) {
  .widget_mail h3 {
    margin: 0 0 30px;
  }
}
.widget_mail input {
  color: #1d1d67;
  border-bottom: 2px solid #00ac9c;
}
@media (min-width: 1200px) {
  .widget_mail input {
    border-bottom: 3px solid #00ac9c;
  }
}
.widget_mail input::-webkit-input-placeholder {
  color: #00ac9c;
}
.widget_mail input::-moz-placeholder {
  opacity: 1;
  color: #00ac9c;
}
.widget_mail input:-moz-placeholder {
  color: #00ac9c;
}
.widget_mail input:-ms-input-placeholder {
  color: #00ac9c;
}
.widget_mail input.placeholder {
  color: #00ac9c;
}
.widget_mail input:focus {
  border-bottom-color: #00ac9c;
  color: #1d1d67;
}
.widget_mail .text-wrap {
  margin: 0 auto 13px;
  align-self: center;
}
@media (max-width: 767px) {
  .widget_mail .text-wrap {
    margin: 0 auto 45px;
    font-size: 16px;
    max-width: 200px;
  }
}
.widget_mail .form-content {
  max-width: 852px;
  width: 100%;
  margin: 0 auto;
  text-align: center;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1024px) {
  .widget_mail .form-content {
    justify-content: space-around;
    padding: 52px 15px 81px;
  }
}
.widget_mail .signup-form {
  margin: 0 0 30px;
}
.widget_mail .signup-form .input-wrap {
  margin: 0 0 62px;
}
@media (min-width: 768px) {
  .widget_mail .signup-form .input-wrap {
    margin: 0 0 97px;
  }
}
.widget_mail .wrap-style {
  border-color: #1d1d67;
}
.widget_mail .wrap-style .left-top,
.widget_mail .wrap-style .right-top,
.widget_mail .wrap-style .left-bottom,
.widget_mail .wrap-style .right-bottom {
  background: #4af5b4;
}

@media (min-width: 768px) {
  body.slim-header .except-slim-header {
    display: none !important;
  }
}

.leaderboard-section {
  text-align: center;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  padding: 50px 25px;
}
@media (max-width: 1023px) {
  .leaderboard-section {
    padding: 30px 15px;
  }
}
@media (max-width: 479px) {
  .leaderboard-section {
    padding: 10px 10px;
  }
}

#wrapper {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.container {
  max-width: 1200px;
  width: 100%;
  padding: 0 10px;
  margin: 0 auto;
}
.container:after {
  content: "";
  clear: both;
  display: block;
}

@media (min-width: 768px) {
  body {
    font-size: 20px;
    line-height: 1.32;
  }
}
@media (min-width: 1024px) {
  body {
    font-size: 22px;
  }
}

.btn,
input[type=submit] {
  font-size: 16px;
  line-height: 1;
  transition: color 0.3s ease-in-out, background 0.3s ease-in-out;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  color: #1d1d67;
  background: transparent;
  padding: 13px;
  border: 2px solid #1d1d67;
  text-decoration: none;
  font-weight: 600;
  text-align: center;
  min-width: 142px;
}
@media (min-width: 768px) {
  .btn,
input[type=submit] {
    min-width: 190px;
  }
}
@media (min-width: 1024px) {
  .btn,
input[type=submit] {
    padding: 14px;
    min-width: 232px;
    font-size: 18px;
  }
}
.btn.outline,
input[type=submit].outline {
  min-width: 232px;
  display: inline-block;
  vertical-align: top;
  float: none;
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
  padding: 13px 10px;
  height: auto;
}
@media (min-width: 768px) {
  .btn.outline,
input[type=submit].outline {
    padding: 15px 10px;
  }
}
.btn.outline:hover,
input[type=submit].outline:hover {
  background: #fff;
  color: #1d1d67;
}
.btn.secondary,
input[type=submit].secondary {
  background: transparent;
  border: 2px solid #1d1d67;
}
.btn:hover,
input[type=submit]:hover {
  color: #fff;
  background: #1d1d67;
}

h1,
.h1 {
  font-size: 28px;
  line-height: 1;
  display: block;
}
@media (min-width: 768px) {
  h1,
.h1 {
    font-size: 38px;
  }
}
@media (min-width: 1024px) {
  h1,
.h1 {
    font-size: 50px;
  }
}

h2,
.h2 {
  font-size: 20px;
  line-height: 24px;
  position: relative;
}
@media (min-width: 768px) {
  h2,
.h2 {
    font-size: 26px;
    line-height: 30px;
  }
}
@media (min-width: 1024px) {
  h2,
.h2 {
    font-size: 32px;
    line-height: 36px;
  }
}
h2.decor:before,
.h2.decor:before {
  content: "";
  background: url("../images/wire-orange.svg");
  height: 18px;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  background-repeat: repeat-x;
  background-size: 12px 25px;
}
@media (min-width: 768px) {
  h2.decor:before,
.h2.decor:before {
    bottom: -28px;
  }
}
@media (min-width: 1024px) {
  h2.decor:before,
.h2.decor:before {
    bottom: -31px;
  }
}

h3 {
  font-size: 29px;
  line-height: 33px;
}
@media (min-width: 768px) {
  h3 {
    font-size: 31px;
    line-height: 35px;
  }
}

address {
  font-style: normal;
  margin: 0;
  color: #6f6f9a;
}

.optional-img {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.optional-img:before {
  content: "";
  clear: both;
  display: block;
  min-height: 180px;
  font-size: 0;
  line-height: 0;
}
@media (min-width: 480px) {
  .optional-img:before {
    min-height: 250px;
  }
}
@media (min-width: 768px) {
  .optional-img:before {
    min-height: 350px;
  }
}
@media (min-width: 1024px) {
  .optional-img:before {
    min-height: 430px;
  }
}
.optional-img .h1 {
  color: #fff;
  flex: 1;
  text-align: center;
  line-height: 1.2;
  padding: 15px 32px 0;
}

.social-networks {
  font-size: 25px;
  line-height: 1;
}
.social-networks li {
  display: inline-block;
  vertical-align: top;
  margin: 0 19px 10px 0;
}
.social-networks li:last-child {
  margin-right: 0;
}
.social-networks a {
  transition: color 0.3s ease-in-out;
  color: #fff;
  text-decoration: none;
}
.social-networks a:hover {
  color: #8c8cae;
}

.decor-line {
  background-repeat: repeat-x;
  position: relative;
  height: 42px;
  margin-left: 39px;
  margin-right: 39px;
  background-position: 0 50%;
  background-size: 18px 25px;
}
.decor-line:before {
  content: "";
  position: absolute;
  background: url("../images/decor1.svg");
  width: 42px;
  height: 42px;
  background-repeat: no-repeat;
  position: absolute;
  top: 8px;
  left: -41px;
}
.decor-line:after {
  content: "";
  position: absolute;
  background: url("../images/decor2.svg");
  width: 46px;
  height: 46px;
  background-repeat: no-repeat;
  position: absolute;
  top: 9px;
  right: -40px;
}
@media (max-width: 1199px) {
  .decor-line.decor-right {
    margin-right: -20px;
  }
}
.decor-line.decor-right:after {
  right: -37px;
}
@media (max-width: 1199px) {
  .decor-line.decor-right:after {
    display: none;
  }
}
.decor-line.decor-left {
  background-position: 100% 50%;
}
@media (max-width: 1199px) {
  .decor-line.decor-left {
    margin-left: -20px;
  }
}
.decor-line.decor-left:before {
  left: -35px;
}
@media (max-width: 1199px) {
  .decor-line.decor-left:before {
    display: none;
  }
}

.category-text,
time {
  font-size: 15px;
  line-height: 19px;
  display: block;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
}
@media (min-width: 1024px) {
  .category-text,
time {
    font-size: 18px;
    line-height: 22px;
  }
}

.title {
  font-size: 20px;
  line-height: 22px;
  display: block;
}
@media (min-width: 1024px) {
  .title {
    font-size: 24px;
    line-height: 28px;
  }
}

.advertise {
  background: #e2e2eb;
  text-align: center;
  padding: 5px 10px;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
@media (min-width: 768px) {
  .advertise {
    padding: 7px 30px;
  }
}
.advertise .category-text {
  color: #6f6f9a;
  padding: 17px 0;
}
@media (min-width: 768px) {
  .advertise .category-text {
    padding: 16px 0;
  }
}
@media (min-width: 1024px) {
  .advertise .category-text {
    padding: 18px 0 28px;
  }
}
@media (min-width: 1024px) {
  .advertise .category-text:last-child {
    padding: 28px 0 18px;
  }
}
.advertise .advertise-bg {
  color: #fff;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  min-height: 234px;
  background: #000;
  text-decoration: none;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  flex: 1;
}
@media (min-width: 768px) {
  .advertise .advertise-bg {
    min-height: 250px;
  }
}

.card {
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.35);
  margin: 0 0 20px;
  padding: 30px 20px;
  color: #fff;
  position: relative;
  z-index: -2;
  display: flex;
  justify-content: center;
  width: 100%;
}
@media (min-width: 1024px) {
  .card {
    padding: 38px 30px;
  }
}
.card:after {
  content: "";
  display: block;
  clear: both;
  min-height: 315px;
  font-size: 0;
  line-height: 0;
}
.card:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(5, 163, 216, 0.4);
  z-index: -1;
}
.card.music {
  background-color: #f53a54;
}
.card.music:before {
  background: rgba(245, 58, 84, 0.6);
}
.card.arts-culture {
  background-color: #5d5eff;
}
.card.arts-culture:before {
  background: rgba(93, 94, 255, 0.6);
}
.card.wellbeing {
  background-color: #05a3d8;
}
.card.wellbeing:before {
  background: rgba(5, 163, 216, 0.6);
}
.card.free {
  background-color: #1fb28c;
}
.card.free:before {
  background: rgba(31, 178, 140, 0.6);
}
.card.family {
  background-color: #3bdf6a;
}
.card.family:before {
  background: rgba(59, 223, 106, 0.6);
}
.card.news {
  background-color: #ffde2a;
}
.card.news:before {
  background: rgba(255, 222, 42, 0.6);
}
.card.offers-competitions {
  background-color: #bb53ff;
}
.card.offers-competitions:before {
  background: rgba(187, 83, 255, 0.6);
}
.card.wildcard {
  background-color: #f45bc9;
}
.card.wildcard:before {
  background: rgba(244, 91, 201, 0.6);
}
.card.food-drink {
  background-color: #ff7a18;
}
.card.food-drink:before {
  background: rgba(255, 122, 24, 0.6);
}
.card .card-image {
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -2;
  mask: url("../images/mask-1.svg") no-repeat center;
  -webkit-mask-image: url("../images/mask-1.svg");
  -webkit-mask-position: center;
  -webkit-mask-repeat: no-repeat;
}
.slide:nth-child(5n+2) .card .card-image {
  mask-image: url("../images/mask-2.svg");
  -webkit-mask-image: url("../images/mask-2.svg");
}

.slide:nth-child(5n+3) .card .card-image {
  mask-image: url("../images/mask-3.svg");
  -webkit-mask-image: url("../images/mask-3.svg");
}

.slide:nth-child(5n+4) .card .card-image {
  mask-image: url("../images/mask-4.svg");
  -webkit-mask-image: url("../images/mask-4.svg");
}

.slide:nth-child(5n) .card .card-image {
  mask-image: url("../images/mask-5.svg");
  -webkit-mask-image: url("../images/mask-5.svg");
}

.card .caption {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  position: relative;
  padding: 25px 0;
}
.card .caption:before, .card .caption:after {
  content: "";
  background: url("../images/wire-white.svg") repeat-x;
  position: absolute;
  height: 5px;
  left: 0;
  right: 0;
}
.card .caption:before {
  top: 0;
}
.card .caption:after {
  bottom: 0;
}
.card .wrap-text {
  font-size: 24px;
  line-height: 27px;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  padding: 0 20px;
}
.card .wrap-text {
  text-align: center;
}

.post {
  transition: background 0.3s ease-in-out;
  text-decoration: none;
  color: #1d1d67;
  background: #7f88ff;
  display: block;
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
}
.post.music {
  background: #f56c79;
}
.post.music:hover {
  background: #f53a54;
}
.post.arts-culture {
  background: #7f88ff;
}
.post.arts-culture:hover {
  background: #5d5eff;
}
.post.wellbeing {
  background: #05ccff;
}
.post.wellbeing:hover {
  background: #05a3d8;
}
.post.free {
  background: #4af5b4;
}
.post.free:hover {
  background: #1fb28c;
}
.post.family {
  background: #82ff8b;
}
.post.family:hover {
  background: #3bdf6a;
}
.post.news {
  background: #fffd74;
}
.post.news:hover {
  background: #ffde2a;
}
.post.offers-competitions {
  background: #c780ff;
}
.post.offers-competitions:hover {
  background: #bb53ff;
}
.post.wildcard {
  background: #ff83d9;
}
.post.wildcard:hover {
  background: #f45bc9;
}
.post.food-drink {
  background: #ffa643;
}
.post.food-drink:hover {
  background: #ff7a18;
}
@media (min-width: 1024px) {
  .post.h-post {
    flex-wrap: wrap;
    display: flex;
    flex-direction: row;
  }
}
@media (min-width: 1024px) {
  .post.h-post .thumbnail {
    width: calc(100% - 260px);
  }
}
@media (min-width: 1024px) {
  .post.h-post .wrap-text {
    width: 260px;
  }
}
@media (min-width: 1024px) {
  .post.h-post .wrap-text time {
    max-width: 165px;
  }
}
@media (min-width: 1024px) {
  .post.h-post .title {
    margin: 0 0 25px;
  }
}
.post .thumbnail {
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 55.5%;
}
.post .wrap-text {
  padding: 10px 16px;
  display: flex;
}
@media (min-width: 1024px) {
  .post .wrap-text {
    padding: 20px;
    padding: 13px 9px 13px 19px;
  }
}
.post .wrap-text:before {
  content: "";
  font-size: 0;
  line-height: 0;
  min-height: 163px;
  display: block;
}
@media (min-width: 1024px) {
  .post .wrap-text:before {
    min-height: 194px;
  }
}
.post .wrap-text .wrap-content {
  display: flex;
  flex-wrap: wrap;
}
.post .title {
  margin: 0 0 25px;
}
.post .category-text {
  margin: 0 0 8px;
}
@media (min-width: 768px) {
  .post .category-text {
    margin: 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .post .category-text {
    margin: 0 0 10px;
  }
}
.post .wrap-time {
  position: relative;
  align-self: flex-end;
  width: 100%;
  padding-bottom: 2px;
}
.post .wrap-time:before {
  content: "";
  background: url("../images/wire-blue1.svg") repeat-x;
  width: 100%;
  position: absolute;
  top: -13px;
  left: 0;
  height: 14px;
  right: 0;
}
@media (min-width: 1024px) {
  .post .wrap-time:before {
    top: -16px;
  }
}

.comment-block {
  position: relative;
  margin: 0 0 80px;
}
@media (min-width: 1024px) {
  .comment-block {
    margin: 0 0 103px;
  }
}
.comment-block:before {
  content: "";
  position: absolute;
  bottom: -35px;
  left: 0;
  right: 0;
  background: url("../images/wire-yellow.svg") repeat-x 50% 50%;
  height: 8px;
}
@media (min-width: 768px) {
  .comment-block:before {
    bottom: -45px;
  }
}
@media (min-width: 1024px) {
  .comment-block:before {
    bottom: -56px;
  }
}
.comment-block strong {
  display: block;
}
.comment-block .site,
.comment-block .tel {
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #6f6f9a;
}
.comment-block .site:hover,
.comment-block .tel:hover {
  color: #1d1d67;
}
.comment-block address {
  display: inline;
}
.comment-block dl {
  margin: 0;
  display: inline-block;
  vertical-align: top;
}
.comment-block dl dd {
  display: inline;
  margin: 0;
}
.comment-block p {
  margin: 0 0 21px;
}
@media (min-width: 1024px) {
  .comment-block p {
    margin: 0 0 28px;
  }
}
.comment-block .wrap-info {
  margin: 0 0 39px;
}
@media (min-width: 768px) {
  .comment-block .wrap-info {
    margin: 0 0 47px;
  }
}

.intro-block.music .comment-block:before {
  background: url("../images/wire-music.svg") repeat-x 50% 50%;
}
.intro-block.arts-culture .comment-block:before {
  background: url("../images/wire-arts-culture.svg") repeat-x 50% 50%;
}
.intro-block.wellbeing .comment-block:before {
  background: url("../images/wire-wellbeing.svg") repeat-x 50% 50%;
}
.intro-block.free .comment-block:before {
  background: url("../images/wire-free.svg") repeat-x 50% 50%;
}
.intro-block.family .comment-block:before {
  background: url("../images/wire-family.svg") repeat-x 50% 50%;
}
.intro-block.news .comment-block:before {
  background: url("../images/wire-news.svg") repeat-x 50% 50%;
}
.intro-block.offers-competitions .comment-block:before {
  background: url("../images/wire-offers-competitions.svg") repeat-x 50% 50%;
}
.intro-block.wildcard .comment-block:before {
  background: url("../images/wire-wildcard.svg") repeat-x 50% 50%;
}
.intro-block.food-drink .comment-block:before {
  background: url("../images/wire-food-drink.svg") repeat-x 50% 50%;
}

.resize-active * {
  transition: none !important;
}

.sticky-wrap-social-networks {
  height: auto !important;
}

.wrap-style {
  text-align: center;
  padding: 0 50px;
  position: relative;
}
@media (min-width: 768px) {
  .wrap-style {
    padding: 40px 50px;
    border: 3px solid #4af5b4;
    border-radius: 8px;
    margin: 0 60px;
  }
}
@media (min-width: 1024px) {
  .wrap-style {
    padding: 50px;
  }
}
@media (min-width: 1270px) {
  .wrap-style {
    margin: 0;
  }
}
.wrap-style .left-top,
.wrap-style .right-top,
.wrap-style .left-bottom,
.wrap-style .right-bottom {
  width: 34px;
  height: 42px;
  position: absolute;
  background: #16164d;
  padding-top: 1px;
}
@media (max-width: 767px) {
  .wrap-style .left-top,
.wrap-style .right-top,
.wrap-style .left-bottom,
.wrap-style .right-bottom {
    display: none;
  }
}
.wrap-style .left-top {
  top: -5px;
  left: 4px;
}
.wrap-style .right-top {
  right: 4px;
  top: -5px;
}
.wrap-style .left-bottom {
  left: 5px;
  bottom: -5px;
}
.wrap-style .right-bottom {
  right: 5px;
  bottom: -5px;
}
.wrap-style .right-bottom,
.wrap-style .left-bottom {
  transform: rotate(180deg);
}

#calendar_wrap,
#ui-datepicker-div {
  padding: 20px;
  background: #80809f;
  z-index: 99999;
  border-radius: 0;
  border: none;
}
@media (min-width: 768px) {
  #calendar_wrap,
#ui-datepicker-div {
    margin-top: 30px;
    margin-bottom: 30px;
  }
}
@media (max-width: 767px) {
  #calendar_wrap,
#ui-datepicker-div {
    margin-top: 30px;
  }
}
@media (min-width: 361px) and (max-width: 767px) {
  #calendar_wrap,
#ui-datepicker-div {
    left: 25px !important;
  }
}
@media (max-width: 359px) {
  #calendar_wrap,
#ui-datepicker-div {
    left: 6px !important;
  }
}
#calendar_wrap .ui-widget,
#ui-datepicker-div .ui-widget {
  font-size: 16px;
  font-weight: 600;
}
#calendar_wrap .ui-datepicker-other-month,
#ui-datepicker-div .ui-datepicker-other-month {
  opacity: 0;
  visibility: hidden;
}
#calendar_wrap .ui-datepicker-calendar tfoot th,
#calendar_wrap .ui-datepicker-calendar tfoot td,
#calendar_wrap .ui-datepicker-calendar thead th,
#calendar_wrap .ui-datepicker-calendar thead td,
#ui-datepicker-div .ui-datepicker-calendar tfoot th,
#ui-datepicker-div .ui-datepicker-calendar tfoot td,
#ui-datepicker-div .ui-datepicker-calendar thead th,
#ui-datepicker-div .ui-datepicker-calendar thead td {
  padding: 4px 4px 15px;
  color: #1d1d67;
}
#calendar_wrap .ui-datepicker-title,
#ui-datepicker-div .ui-datepicker-title {
  color: #1d1d67;
}
#calendar_wrap .ui-widget-content,
#ui-datepicker-div .ui-widget-content {
  background: #80809f;
  border: none;
  color: #80809f;
  border-radius: 0;
}
#calendar_wrap .ui-widget-header,
#ui-datepicker-div .ui-widget-header {
  border: 0;
  background: transparent;
  padding-bottom: 15px;
}
#calendar_wrap .ui-state-default,
#ui-datepicker-div .ui-state-default {
  background: #1d1d67;
  padding: 0;
  color: #80809f;
  border: 0;
  text-align: center;
  padding: 4px;
}
#calendar_wrap .ui-state-default:hover,
#ui-datepicker-div .ui-state-default:hover {
  text-decoration: underline;
}
#calendar_wrap .ui-datepicker-prev,
#calendar_wrap .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-prev,
#ui-datepicker-div .ui-datepicker-next {
  width: 20px;
  height: 20px;
  transition: background 0.3s ease-in-out;
  background: #1d1d67;
  border-radius: 50%;
  top: 14px;
}
#calendar_wrap .ui-datepicker-prev:before,
#calendar_wrap .ui-datepicker-next:before,
#ui-datepicker-div .ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-next:before {
  content: "";
  position: absolute;
  top: 49%;
  transform: translate(-50%, -50%) rotate(45deg);
  border: 3px solid #80809f;
}
#calendar_wrap .ui-datepicker-prev:hover,
#calendar_wrap .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  background: #0c0c2b;
  border: none;
  cursor: pointer;
}
#calendar_wrap .ui-datepicker-prev:before,
#ui-datepicker-div .ui-datepicker-prev:before {
  border-top-color: transparent;
  border-right-color: transparent;
  left: calc(50% + 2px);
}
#calendar_wrap .ui-datepicker-prev:hover,
#ui-datepicker-div .ui-datepicker-prev:hover {
  left: 2px;
}
#calendar_wrap .ui-datepicker-next,
#ui-datepicker-div .ui-datepicker-next {
  margin-left: auto;
}
#calendar_wrap .ui-datepicker-next:before,
#ui-datepicker-div .ui-datepicker-next:before {
  border-left-color: transparent;
  border-bottom-color: transparent;
  left: calc(50% - 2px);
}
#calendar_wrap .ui-datepicker-next:hover,
#ui-datepicker-div .ui-datepicker-next:hover {
  right: 2px;
}

@media (min-width: 1024px) {
  #content {
    width: 65%;
    float: left;
    padding: 0 20px 0 0;
  }
}

@media (min-width: 1024px) {
  #sidebar {
    width: 35%;
    float: right;
    padding: 0 0 0 20px;
  }
}

.js-tab-hidden {
  display: block !important;
  left: -9999px !important;
  position: absolute !important;
  top: -9999px !important;
}

.sr-only {
  height: 0;
  width: 0;
  display: inline-block;
  padding: 0 !important;
  overflow: hidden !important;
  border: none !important;
  background: transparent !important;
  position: absolute;
  left: -50%;
  transform: translateX(50%);
  -webkit-writing-mode: horizontal-tb !important;
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .decor-line {
    height: 57px;
  }
  .decor-line:after {
    right: -40px;
    top: 6px;
  }

  .post .wrap-time:before {
    background-size: 9px 15px;
  }

  .card .caption:before, .card .caption:after {
    background-size: 13px 18px;
    height: 12px;
  }

  .signup-block .wrap-style .left-top, .signup-block .wrap-style .right-top {
    top: -5px;
  }

  .comment-block:before {
    background-size: 10px 7px;
  }

  .bg-post .decor-line:before {
    top: 4px !important;
    left: -42px;
  }
  .bg-post .decor-line:after {
    top: 5px !important;
  }

  .slider-block .decor-line:after {
    top: 7px !important;
  }
}
@media (-ms-high-contrast: none) and (max-width: 767px), (-ms-high-contrast: active) and (max-width: 767px) {
  .signup-block .decor-line:before {
    top: 4px !important;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #header .header-content .left-block .decor-line:before {
    top: 8px;
    left: -34px;
  }
  #header .header-content .left-block .decor-line:after {
    top: 6px;
  }
}
#footer {
  background: #1d1d67;
  padding: 20px 0;
}
@media (min-width: 768px) {
  #footer {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  #footer {
    padding: 53px 0;
  }
}
@media (max-width: 1023px) {
  #footer .container {
    padding: 0 20px;
  }
}
#footer .wrap-text {
  font-size: 14px;
  line-height: 18px;
  color: #fff;
}
#footer .wrap-text .small {
  display: inline-block;
  vertical-align: top;
  margin: 0 7px 0 0;
}
@media (min-width: 768px) {
  #footer .wrap-text .small {
    display: block;
    margin: 0 0 6px 0;
  }
}
#footer .wrap-text a {
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
  position: relative;
}
#footer .wrap-text a:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #8c8cae;
}
#footer .wrap-text a:hover {
  color: #8c8cae;
}
#footer .wrap-foot {
  position: relative;
  padding: 43px 5px 9px;
}
@media (min-width: 768px) {
  #footer .wrap-foot {
    padding: 24px 5px 9px;
    padding: 0;
    display: flex;
    flex-wrap: wrap;
    margin: 0 0 10px;
  }
}
#footer .social-networks {
  position: absolute;
  top: 0;
  left: 5px;
}
@media (min-width: 768px) {
  #footer .social-networks {
    position: static;
  }
}
#footer .terms-block {
  display: flex;
  flex-wrap: wrap;
}
@media (min-width: 768px) {
  #footer .terms-block {
    width: 59%;
    padding-right: 15px;
  }
}
@media (min-width: 768px) {
  #footer .social-block {
    width: 41%;
    text-align: right;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    justify-content: space-between;
    padding: 7px 0 18px 15px;
  }
}

.logo-text {
  font-size: 23px;
  line-height: 1;
  font-weight: 600;
  order: 0;
  margin: 0 0 24px;
}
@media (min-width: 768px) {
  .logo-text {
    font-size: 28px;
    line-height: 1;
    order: 1;
  }
}
@media (min-width: 1024px) {
  .logo-text {
    font-size: 32px;
    line-height: 1;
  }
}
.logo-text .logo {
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
}
.logo-text .logo:hover {
  color: #8c8cae;
}
.logo-text .text {
  font-weight: 500;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  color: #8c8cae;
}
.logo-text .text > p {
  display: inline;
}

.terms-list {
  font-size: 14px;
  line-height: 18px;
  order: 1;
  margin: 0 25px 0 0;
  padding-right: 25px;
}
@media (min-width: 480px) {
  .terms-list {
    margin: 0 25px 6px 0;
  }
}
@media (min-width: 768px) {
  .terms-list {
    font-size: 18px;
    line-height: 22px;
    order: 0;
    padding: 0;
    margin: 0 0 36px;
  }
}
.terms-list li {
  display: inline-block;
  vertical-align: top;
  margin: 0 10px 2px 0;
  position: relative;
}
@media (min-width: 768px) {
  .terms-list li {
    margin: 0 24px 10px 0;
  }
}
.terms-list li:before {
  content: "";
  position: absolute;
  bottom: 2px;
  left: 0;
  right: 0;
  height: 1px;
  background: #8c8cae;
}
.terms-list a {
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #fff;
}
.terms-list a:hover {
  color: #8c8cae;
}

.search-message {
  margin: 0;
  padding: 50px 0 0;
}

.post-block {
  padding: 10px 0;
}
@media (min-width: 480px) {
  .post-block {
    padding: 20px 0;
  }
}
@media (min-width: 768px) {
  .post-block {
    padding: 30px 0;
  }
}
@media (min-width: 1024px) {
  .post-block {
    margin: 0;
    padding: 70px 0 51px;
  }
}
.leaderboard-section + .post-block {
  padding-top: 0;
}
@media (min-width: 1024px) {
  .search-results .post-block {
    margin: 0;
    padding: 51px 0 51px;
  }
}
@media (min-width: 600px) {
  .post-block .inner-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -15px;
  }
}
@media (min-width: 1024px) {
  .post-block .inner-list {
    margin: 0 -25px;
  }
}
.post-block .inner-list li {
  margin: 0 0 10px;
}
@media (min-width: 480px) {
  .post-block .inner-list li {
    margin: 0 0 20px;
  }
}
@media (min-width: 600px) {
  .post-block .inner-list li {
    width: 50%;
    padding: 0 15px;
    margin: 0 0 30px;
  }
}
@media (min-width: 1024px) {
  .post-block .inner-list li {
    padding: 0 25px;
    width: 33.33%;
    margin: 0 0 50px;
  }
}
@media (min-width: 1024px) {
  .post-block .inner-list li.lg {
    width: 66.66%;
  }
}
@media (min-width: 1024px) {
  .post-block .inner-list li.lg .title {
    font-size: 28px;
    line-height: 29px;
  }
}
@media (min-width: 1024px) {
  .post-block .inner-list li.lg .thumbnail {
    padding-top: 52%;
  }
}
@media (min-width: 768px) {
  .post-block .inner-list li.lg .category-text {
    margin: 0 0 11px;
  }
}
@media (min-width: 1024px) {
  .post-block .inner-list li.lg .category-text {
    margin: 0 0 21px;
  }
}
.post-block .inner-list li.lg .advertise .category-text {
  margin: 0;
}
@media (min-width: 1024px) {
  .post-block .inner-list li.md {
    width: 50%;
  }
}
@media (min-width: 1024px) {
  .post-block .inner-list li.md .title {
    font-size: 26px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .post-block .inner-list li.md .thumbnail {
    padding-top: 53%;
  }
}
@media (max-width: 1023px) {
  .post-block .inner-list li.md .h-post .thumbnail {
    background-position: 50% 10%;
  }
}
@media (min-width: 768px) {
  .post-block .inner-list li.md .category-text {
    margin: 0 0 19px;
  }
}
.post-block .inner-list-pagination {
  text-align: center;
}
.post-block .inner-list-pagination .btn {
  position: relative;
}
.post-block .inner-list-pagination .btn:after,
.post-block .inner-list-pagination .btn span {
  transition: opacity 0.3s ease-in-out;
}
.post-block .inner-list-pagination .btn:after {
  content: "";
  opacity: 0;
  background: url("../images/wire1.svg") repeat-x left center;
  background-size: 18px 25px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  animation: 0.3s linear infinite pagination-background-slide;
}
@keyframes pagination-background-slide {
  from {
    background-position: 0px center;
  }
  to {
    background-position: 17px center;
  }
}
.post-block .inner-list-pagination .btn.active {
  color: #fff;
  background: #1d1d67;
}
.post-block .inner-list-pagination .btn.active span {
  opacity: 0;
}
.post-block .inner-list-pagination .btn.active:after {
  opacity: 1;
}
.post-block .post,
.post-block .advertise {
  height: 100%;
}
.post-block .post.advertise,
.post-block .advertise.advertise {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .post-block .post.advertise,
.post-block .advertise.advertise {
    padding: 7px 20px;
  }
}

.slider-block {
  background: #1d1d67;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  text-align: center;
  padding: 7px 0;
  margin: 0 0 10px;
}
@media (min-width: 480px) {
  .slider-block {
    margin: 0 0 20px;
  }
}
@media (min-width: 600px) {
  .slider-block {
    margin: 0 0 30px;
  }
}
@media (min-width: 768px) {
  .slider-block {
    padding: 22px 0;
  }
}
@media (min-width: 1024px) {
  .slider-block {
    padding: 38px 0;
    margin: 0 0 31px;
  }
}
.slider-block a {
  text-decoration: none;
  display: block;
  width: 100%;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}
.slider-block a:hover {
  opacity: 0.9;
}
.slider-block .decor-line {
  margin-bottom: 11px;
  background-size: 18px 12px;
}
@media (min-width: 1024px) {
  .slider-block .decor-line {
    margin-bottom: 19px;
  }
}
.slider-block .decor-line:before {
  top: 9px;
}
.slider-block .decor-line:after {
  top: 10px;
  right: -37px;
}
.slider-block h2 {
  color: #6f6f9a;
  margin: 0 0 25px;
}
@media (min-width: 768px) {
  .slider-block h2 {
    margin: 0 0 35px;
  }
}
@media (min-width: 1024px) {
  .slider-block h2 {
    margin: 0 0 45px;
  }
}
.slider-block .slide {
  padding: 0 5px;
}
@media (min-width: 768px) {
  .slider-block .slide {
    padding: 0 10px;
  }
}
.slider-block .slick-list {
  overflow: visible;
  margin: 0 -10px;
}
.slider-block .container {
  overflow: visible;
}

.signup-block {
  background: #4af5b4;
  padding: 8px 0 45px;
  color: #1d1d67;
}
@media (min-width: 768px) {
  .signup-block {
    padding: 40px 0;
  }
}
@media (min-width: 1024px) {
  .signup-block {
    padding: 57px 0;
  }
}
@media (min-width: 768px) {
  .signup-block .wrap-style {
    border: 3px solid #1d1d67;
    border-radius: 8px;
    margin: 0 60px;
  }
}
@media (min-width: 1024px) {
  .signup-block .wrap-style {
    padding: 50px;
  }
}
@media (min-width: 1270px) {
  .signup-block .wrap-style {
    margin: 0;
  }
}
.signup-block .wrap-style .left-top,
.signup-block .wrap-style .right-top,
.signup-block .wrap-style .left-bottom,
.signup-block .wrap-style .right-bottom {
  background: #4af5b4;
  width: 33px;
}
.signup-block .wrap-style .left-top,
.signup-block .wrap-style .right-top {
  top: -6px;
}
.signup-block .wrap-style .left-bottom,
.signup-block .wrap-style .right-bottom {
  bottom: -6px;
}
.signup-block .decor-line {
  margin-bottom: 9px;
}
@media (max-width: 767px) {
  .signup-block .decor-line {
    background-size: 18px 26px;
  }
}
@media (min-width: 768px) {
  .signup-block .decor-line {
    display: none;
  }
}
.signup-block .decor-line:before {
  background-image: url("../images/blue-ico1.svg");
  top: 9px;
  left: -33px;
  width: 34px;
}
@media (max-width: 767px) {
  .signup-block .decor-line:before {
    top: 8px;
    left: -37px;
    width: 37px;
  }
}
.signup-block .decor-line:after {
  background-image: url("../images/blue-ico1.svg");
}
.signup-block h2 {
  margin: 0 0 31px;
}
@media (max-width: 767px) {
  .signup-block h2 {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 768px) {
  .signup-block .wrap-btn {
    margin: 0 0 10px;
  }
}
.signup-block .text {
  font-size: 16px;
  line-height: 19px;
  display: block;
  margin: 0 0 46px;
}
@media (min-width: 768px) {
  .signup-block .text {
    font-size: 20px;
    line-height: 24px;
    margin: 0 0 31px;
  }
}
@media (min-width: 1024px) {
  .signup-block .text {
    font-size: 24px;
    line-height: 28px;
  }
}
@media (min-width: 1024px) {
  .signup-block .btn {
    padding: 16px;
  }
}

.bg-post {
  background: #e2e2eb;
  padding: 8px 0 40px;
}
@media (min-width: 768px) {
  .bg-post {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .bg-post {
    padding: 37px 0 0;
  }
}
.bg-post .decor-line {
  margin-bottom: 11px;
}
@media (min-width: 1024px) {
  .bg-post .decor-line {
    margin-bottom: 19px;
  }
}
.bg-post .decor-line:before {
  background-image: url("../images/blue-ico.svg");
  top: 10px;
  left: -42px;
}
.bg-post .decor-line:after {
  background-image: url("../images/blue-ico1.svg");
  width: 48px;
  right: -45px;
}
.bg-post .h2 {
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  text-align: center;
  margin: 0 0 35px;
  font-weight: 500;
}
@media (max-width: 767px) {
  .bg-post .h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .bg-post .h2 {
    margin: 0 0 45px;
  }
}

.guide-intro .comment-block:last-child:before {
  display: none;
}

@media (min-width: 1024px) {
  .intro-block {
    margin: 0 0 10px;
  }
}
.intro-block .container {
  max-width: 1020px;
  padding: 0 20px;
}
.intro-block h2 {
  margin: 0 0 53px;
  max-width: 785px;
}
@media (min-width: 768px) {
  .intro-block h2 {
    margin: 0 0 95px;
  }
}
@media (min-width: 1024px) {
  .intro-block h2 {
    margin: 0 0 122px;
  }
}
.intro-block h2.h2 {
  margin: 0 0 36px;
}
@media (min-width: 768px) {
  .intro-block h2.h2 {
    margin: 0 0 60px;
  }
}
@media (min-width: 1024px) {
  .intro-block h2.h2 {
    font-size: 30px;
    margin: 0 0 91px;
  }
}
.intro-block p {
  margin: 0 0 21px;
}
@media (min-width: 768px) {
  .intro-block p {
    margin: 0 0 28px;
  }
}
.intro-block .social-networks {
  background: #e2e2eb;
  padding: 22px 21px 10px;
  font-size: 26px;
  text-align: center;
}
@media (min-width: 480px) {
  .intro-block .social-networks {
    display: inline-block;
    vertical-align: top;
  }
}
@media (min-width: 768px) {
  .intro-block .social-networks {
    padding: 22px 17px 16px;
    position: absolute;
    top: 8px;
    left: 0;
  }
}
.intro-block .social-networks li {
  vertical-align: middle;
}
@media (min-width: 768px) {
  .intro-block .social-networks li {
    display: block;
    margin: 0 0 19px 0;
  }
}
@media (min-width: 600px) {
  .intro-block .social-networks li:last-child {
    margin-right: 0;
  }
}
@media (min-width: 768px) {
  .intro-block .social-networks li:last-child {
    margin: 0;
  }
}
.intro-block .social-networks a {
  color: #1d1d67;
}
.intro-block .social-networks a:hover {
  color: #8c8cae;
}
.intro-block .social-networks a:hover {
  opacity: 1;
  color: #16164d;
}
.intro-block .social-networks.social-list li {
  transition: opacity 0.3s ease-in-out;
}
.intro-block .social-networks.social-list a:hover {
  opacity: 1;
  color: #16164d;
}
.intro-block .wrap-btn {
  margin: 0 0 45px;
}
.intro-block .optional-img {
  margin: 0 0 35px;
}
@media (min-width: 768px) {
  .intro-block .optional-img {
    margin: 0 0 55px;
  }
}
@media (min-width: 1024px) {
  .intro-block .optional-img {
    margin: 0 0 92px;
  }
}
.intro-block .wrap-content {
  margin: 0 0 42px;
  position: relative;
}
@media (min-width: 768px) {
  .intro-block .wrap-content {
    margin: 0 0 67px;
  }
}
@media (min-width: 1024px) {
  .intro-block .wrap-content {
    margin: 0 0 97px;
  }
}
.intro-block .wrap-content .decor {
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
}
.intro-block .content {
  margin: 0 0 42px;
}
@media (min-width: 768px) {
  .intro-block .content {
    margin: 0 auto 60px;
    padding: 0 30px;
    max-width: 641px;
  }
}
@media (min-width: 1024px) {
  .intro-block .content {
    margin: 0 auto 101px;
  }
}
.intro-block .content p:last-child {
  margin: 0;
}
.intro-block .content img.alignnone {
  max-width: initial;
  display: block;
  width: 100%;
}
@media (min-width: 768px) {
  .intro-block .content img.alignnone {
    margin-left: -20%;
    max-width: 1020px;
    width: auto;
  }
}
@media (min-width: 1024px) {
  .intro-block .content img.alignnone {
    margin-left: -200px;
  }
}
.intro-block .content blockquote {
  display: block;
  border-left: none;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  font-weight: 500;
  position: relative;
  padding: 0;
  margin: 40px auto 50px 0;
  font-size: 20px;
  line-height: 24px;
}
@media (min-width: 768px) {
  .intro-block .content blockquote {
    font-size: 26px;
    line-height: 30px;
    margin: 80px -20% 101px -20%;
  }
}
@media (min-width: 1024px) {
  .intro-block .content blockquote {
    font-size: 32px;
    line-height: 36px;
    margin: 80px auto 101px -200px;
  }
}
.intro-block .content blockquote:before {
  content: "";
  background: url("../images/wire-orange.svg");
  height: 18px;
  position: absolute;
  bottom: -22px;
  left: 0;
  right: 0;
  background-repeat: repeat-x;
  background-size: 12px 25px;
}
@media (min-width: 768px) {
  .intro-block .content blockquote:before {
    bottom: -28px;
  }
}
@media (min-width: 1024px) {
  .intro-block .content blockquote:before {
    bottom: -31px;
  }
}
.intro-block .page-content {
  margin: 42px 0 0;
}
@media (min-width: 1024px) {
  .intro-block .page-content {
    margin: 60px 0 0;
  }
}
.intro-block .site {
  transition: color 0.3s ease-in-out;
  text-decoration: none;
  color: #6f6f9a;
}
.intro-block .site:hover {
  color: #1d1d67;
}
.intro-block .wrap-info {
  color: #6f6f9a;
  margin: 0 0 39px;
}
@media (min-width: 768px) {
  .intro-block .wrap-info {
    margin: 0 0 45px;
  }
}
@media (min-width: 1024px) {
  .intro-block .wrap-info {
    margin: 0 0 53px;
  }
}
.intro-block .wrap-info .info {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .intro-block .wrap-info .info {
    margin: 0 0 29px;
  }
}
.intro-block .wrap-info .info address {
  display: inline;
}
.intro-block .wrap-info dt {
  font-weight: normal;
}
.intro-block .comment-block .wrap-info {
  margin: 0 0 39px;
}
@media (min-width: 768px) {
  .intro-block .comment-block .wrap-info {
    margin: 0 0 47px;
  }
}

.banner-block {
  position: relative;
  z-index: 0;
  padding: 33px 0 30px;
}
@media (min-width: 768px) {
  .banner-block {
    padding: 45px 0;
  }
}
@media (min-width: 1024px) {
  .banner-block {
    padding: 56px 0 75px;
  }
}
.banner-block:before {
  content: "";
  position: absolute;
  top: -10px;
  left: 0;
  right: 0;
  bottom: 37%;
  background: #ffa643;
  z-index: -1;
}
.leaderboard-section + .banner-block:before {
  top: 0;
}
@media (min-width: 1024px) {
  .banner-block:before {
    bottom: 32.8%;
  }
}
.banner-block.music:before {
  background: #f56c79;
}
.banner-block.arts-culture:before {
  background: #7f88ff;
}
.banner-block.wellbeing:before {
  background: #05ccff;
}
.banner-block.free:before {
  background: #4af5b4;
}
.banner-block.family:before {
  background: #82ff8b;
}
.banner-block.news:before {
  background: #fffd74;
}
.banner-block.offers-competitions:before {
  background: #c780ff;
}
.banner-block.wildcard:before {
  background: #ff83d9;
}
.banner-block.food-drink:before {
  background: #ffa643;
}
@media (min-width: 1024px) {
  .banner-block.alt-banner:before {
    bottom: 20%;
  }
}
.banner-block.guide-banner:before {
  background-color: #fffd74;
}
.banner-block .container {
  max-width: 1020px;
  padding: 0 20px;
}
@media (max-width: 767px) {
  .banner-block h1 {
    line-height: 32px;
  }
}
.banner-block .title,
.banner-block time {
  font-size: 15px;
  line-height: 1.2;
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  display: inline-block;
  position: relative;
  padding-right: 18px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .banner-block .title,
.banner-block time {
    font-size: 18px;
  }
}
@media (min-width: 1024px) {
  .banner-block .title,
.banner-block time {
    font-size: 22px;
  }
}
.banner-block .title.decor:before,
.banner-block time.decor:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -9999px;
  background: url("../images/wire-blue.svg");
  height: 15px;
  left: 100%;
  background-repeat: repeat-x;
  background-position: 50% 50%;
  transform: translateY(-50%);
  background-size: 10px 25px;
}
.banner-block .wrap-title {
  margin: 0 0 20px;
}
@media (min-width: 768px) {
  .banner-block .wrap-title {
    margin: 0 0 26px;
  }
}
@media (min-width: 1024px) {
  .banner-block .wrap-title {
    margin: 0 0 34px;
  }
}
.banner-block .wrap-heading {
  margin: 0 0 27px;
}
@media (min-width: 768px) {
  .banner-block .wrap-heading {
    margin: 0 0 38px;
    padding-right: 100px;
  }
}
@media (min-width: 1024px) {
  .banner-block .wrap-heading {
    margin: 0 0 51px;
    padding-right: 200px;
  }
}
.banner-block .banner {
  padding-top: 64.3%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
  margin: 0 0 13px;
}
@media (min-width: 768px) {
  .banner-block .banner {
    padding-top: 44%;
    margin: 0 0 20px;
  }
}
@media (min-width: 1024px) {
  .banner-block .banner {
    margin: 0 0 36px;
  }
}
.banner-block .banner-cols {
  display: flex;
}
.banner-block .banner-cols .col {
  width: 50%;
}
.banner-block .banner-cols .intro-text {
  max-width: 386px;
  font-weight: bold;
  font-size: 30px;
  line-height: 36px;
  box-sizing: border-box;
  padding-right: 20px;
}
.banner-block .banner-cols .intro-text time {
  padding-bottom: 43px;
}

.bg-post {
  background: #e2e2eb;
  padding: 8px 0 40px;
}
@media (min-width: 768px) {
  .bg-post {
    margin: 0;
  }
}
@media (min-width: 1024px) {
  .bg-post {
    padding: 37px 0 0;
  }
}
.bg-post .decor-line {
  margin-bottom: 11px;
  background-size: 18px 26px;
}
@media (min-width: 1024px) {
  .bg-post .decor-line {
    margin-bottom: 19px;
  }
}
.bg-post .decor-line:before {
  background-image: url("../images/blue-ico1.svg");
  top: 7px;
  left: -42px;
}
.bg-post .decor-line:after {
  background-image: url("../images/blue-ico.svg");
  width: 48px;
  top: 6px;
  right: -35px;
}
.bg-post .h2 {
  font-family: "BT Belwe W01", "Times New Roman", "Times", "Baskerville", "Georgia", serif;
  text-align: center;
  margin: 0 0 35px;
}
@media (max-width: 767px) {
  .bg-post .h2 {
    font-size: 20px;
  }
}
@media (min-width: 1024px) {
  .bg-post .h2 {
    margin: 0 0 45px;
  }
}

@media (min-width: 1024px) {
  .guide-intro {
    margin: 0;
  }
}
.guide-intro .comment-block:last-child {
  margin: 0;
}
.guide-intro .comment-block:last-child:before {
  display: none;
}

@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?icvdck1");
  src: url("../fonts/icomoon.eot?icvdck1#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?icvdck1") format("truetype"), url("../fonts/icomoon.woff?icvdck1") format("woff"), url("../fonts/icomoon.svg?icvdck1#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-youtube:before {
  content: "";
}

.icon-spotify:before {
  content: "";
}

.icon-instagram:before {
  content: "";
}

.icon-twitter:before {
  content: "";
}

.icon-instagram-1:before {
  content: "";
}

.icon-upload-1:before {
  content: "";
}

.icon-mail:before {
  content: "";
}

.icon-upload:before {
  content: "";
}

.icon-mail-1:before {
  content: "";
}

.icon-search:before {
  content: "";
}

.icon-facebook:before {
  content: "";
}

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

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

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

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: flex;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  min-height: 1px;
  display: none;
  outline: none;
}
[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: flex;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

/*! jQuery UI - v1.11.4 - 2015-11-30
* http://jqueryui.com
* Includes: core.css, autocomplete.css, datepicker.css, menu.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-clearfix {
  min-height: 0;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: none;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  position: relative;
  margin: 0;
  padding: 3px 1em 3px 0.4em;
  cursor: pointer;
  min-height: 0;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon {
  background-image: url("images/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: 0 0 0 0;
  padding: 5px;
  background: #666;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

.popup-holder {
  position: relative;
  overflow: hidden;
  height: 0;
}

/*# sourceMappingURL=main.css.map */
