/**
 * Wide Open Walls
 * https://positioninteractive.com
 *
 * Copyright (c) 2019 Position Interactive
 *
 */
/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
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 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Prevents 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;
}

/**
 * Addresses 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
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
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.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
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.
 * 4. Improves appearance and consistency in all browsers.
 */
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.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
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;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
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.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
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: "icomoon";
  src: url("../fonts/icomoon.eot?uoez6t");
  src: url("../fonts/icomoon.eot?uoez6t#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?uoez6t") format("truetype"), url("../fonts/icomoon.woff?uoez6t") format("woff"), url("../fonts/icomoon.svg?uoez6t#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
}
[class^=icon-], [class*=" icon-"], .search-map:before,
.street-view:before, .popup-welcome .close-btn:before, .maps-filter .down-map:before, .maps-filter .search-box:after, .gallery-container .box.video:before, .popup-select .open:after, .events-carousel .slide:after, .events-detailis-section .detailis-box .local:before, .art-section .video-box .btn-play:before, .view-link:after, .social-networks a:before, .jcf-scrollbar-vertical .jcf-scrollbar-dec:before, .jcf-select .jcf-select-opener:after, .fancybox-navigation .fancybox-button--arrow_left:before,
.fancybox-navigation .fancybox-button--arrow_right:before, .fancybox-toolbar .fancybox-button.fancybox-button--close:before, .slick-arrow:before {
  /* 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-search-bold:before {
  content: "\e918";
}

.icon-upload:before {
  content: "\e913";
}

.icon-instagram:before {
  content: "\e900";
}

.icon-play-button:before {
  content: "\e901";
}

.icon-close:before {
  content: "\e902";
}

.icon-email:before {
  content: "\e903";
}

.icon-info:before {
  content: "\e904";
}

.icon-search:before {
  content: "\e905";
}

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

.icon-map:before {
  content: "\e907";
}

.icon-plus:before {
  content: "\e908";
}

.icon-minus:before {
  content: "\e909";
}

.icon-add-button:before {
  content: "\e90a";
}

.icon-paint:before {
  content: "\e90b";
}

.icon-remove-button:before {
  content: "\e90c";
}

.icon-print:before {
  content: "\e90d";
}

.icon-email-black:before {
  content: "\e90e";
}

.icon-list:before {
  content: "\e90f";
}

.icon-left-arrow-line:before {
  content: "\e910";
}

.icon-right-arrow-line:before {
  content: "\e917";
}

.icon-iphone:before {
  content: "\e911";
}

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

.icon-pin:before {
  content: "\e914";
}

.icon-facebook:before {
  content: "\e915";
}

.icon-twitter:before {
  content: "\e916";
}

/* Slick slider styles */
.testimonials-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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;
}

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

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

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: 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: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

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

.slick-arrow {
  position: absolute;
  top: 50%;
  z-index: 5;
  background: none;
  outline: none;
  border: none;
  font-size: 0;
  transform: translateY(-50%);
  color: #9d9d9d;
  line-height: 1;
  padding: 0;
  height: 22px;
  width: 22px;
  text-align: center;
  min-width: 1px;
}
.slick-arrow:hover {
  color: #5c4ed0;
}
.slick-arrow:before {
  font-size: 22px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.slick-arrow.slick-next {
  right: -15px;
}
@media (min-width: 769px) {
  .slick-arrow.slick-next {
    right: -25px;
  }
}
@media (min-width: 1025px) {
  .slick-arrow.slick-next {
    right: -30px;
  }
}
.slick-arrow.slick-next:before {
  content: "\e906";
}
.slick-arrow.slick-prev {
  left: -15px;
}
@media (min-width: 769px) {
  .slick-arrow.slick-prev {
    left: -25px;
  }
}
@media (min-width: 1025px) {
  .slick-arrow.slick-prev {
    left: -30px;
  }
}
.slick-arrow.slick-prev:before {
  content: "\e912";
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

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

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: manipulation;
  touch-action: manipulation;
  transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

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

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

.fancybox-bg {
  background: #000;
  opacity: 0.8;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: 0.9;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
  direction: ltr;
  position: absolute;
  transition: opacity 0.25s ease, visibility 0s ease 0.25s;
  z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
  opacity: 1;
  transition: opacity 0.25s ease 0s, visibility 0s ease 0s;
  visibility: visible;
}

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

.fancybox-toolbar {
  right: 0;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.fancybox-toolbar .fancybox-button {
  display: none !important;
}
.fancybox-toolbar .fancybox-button.fancybox-button--close {
  background: none;
  margin: 0 auto;
  min-width: 1px;
  width: 50px;
  margin-top: 30px;
  height: 50px;
  overflow: hidden;
  display: block !important;
  color: #2d2a2b;
}
.fancybox-toolbar .fancybox-button.fancybox-button--close:before {
  content: "\e902";
}
.fancybox-toolbar .fancybox-button.fancybox-button--close svg {
  display: none !important;
}

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

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  transition-property: transform, opacity;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

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

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

.fancybox-slide--image {
  overflow: hidden;
  padding: 0;
}

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

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}
@media (max-width: 1023px) {
  .fancybox-content {
    transform: none !important;
  }
}

.fancybox-slide--image .fancybox-content {
  animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  transform-origin: top left;
  transition-property: transform, opacity;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

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

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

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

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

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-video,
.fancybox-iframe {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

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

/* Buttons */
.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  transition: color 0.2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

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

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

/* Fix IE11 */
.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
  display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 99998;
}

/* Close button on the top right corner of html content */
.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: 0.8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

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

/* Navigation arrows */
.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: 50%;
  width: 70px;
}
.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left,
.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0;
  min-width: 1px;
  padding: 0;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.8);
  transition: background 0.3s ease;
  margin-top: -50px;
  width: 34px;
  height: 34px;
}
@media (min-width: 700px) {
  .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-navigation .fancybox-button--arrow_right {
    width: 46px;
    height: 46px;
  }
}
@media (min-width: 1025px) {
  .fancybox-navigation .fancybox-button--arrow_left,
  .fancybox-navigation .fancybox-button--arrow_right {
    width: 60px;
    height: 60px;
  }
}
.fancybox-navigation .fancybox-button--arrow_left:hover,
.fancybox-navigation .fancybox-button--arrow_right:hover {
  background: #000;
}
.fancybox-navigation .fancybox-button--arrow_left:before,
.fancybox-navigation .fancybox-button--arrow_right:before {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  transform: translate(-50%, -50%);
  font-size: 14px;
}
@media (min-width: 700px) {
  .fancybox-navigation .fancybox-button--arrow_left:before,
  .fancybox-navigation .fancybox-button--arrow_right:before {
    font-size: 16px;
  }
}
@media (min-width: 1025px) {
  .fancybox-navigation .fancybox-button--arrow_left:before,
  .fancybox-navigation .fancybox-button--arrow_right:before {
    font-size: 20px;
  }
}
.fancybox-navigation .fancybox-button--arrow_left svg,
.fancybox-navigation .fancybox-button--arrow_right svg {
  display: none;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 10px;
  padding: 0;
}
@media (min-width: 700px) {
  .fancybox-navigation .fancybox-button--arrow_left {
    left: 30px;
  }
}
.fancybox-navigation .fancybox-button--arrow_left:before {
  content: "\e912";
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 0;
  right: 10px;
}
@media (min-width: 700px) {
  .fancybox-navigation .fancybox-button--arrow_right {
    right: 30px;
  }
}
.fancybox-navigation .fancybox-button--arrow_right:before {
  content: "\e906";
}

/* Caption */
.fancybox-caption {
  background: linear-gradient(to top, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, rgba(0, 0, 0, 0) 100%);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px 44px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

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

/* Loading indicator */
.fancybox-loading {
  animation: fancybox-rotate 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: 0.7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}
/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

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

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

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

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

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

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

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

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  transform: rotate(360deg);
}

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

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

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

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

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

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

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
}
/* Share */
.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

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

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

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

.fancybox-share__button:visited,
.fancybox-share__button:link {
  color: #fff;
}

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

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

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

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

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

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

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

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

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

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

/* Thumbs */
.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px 2px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

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

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

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

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

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

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

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

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a::before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
  opacity: 0.5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
  opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}
.map-tabset, .tour-buttons-list, .tabset-tour, .artist-profile-slider .slick-dots, .mural-gallery-list, .no-bullet, .tabset-form, .sponsor-list, .about-list, .accordion, .breadcrumbs, .add-nav, .main-navigation .header-menu, .social-networks, .jcf-list ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.map-tabset li, .tour-buttons-list li, .tabset-tour li, .artist-profile-slider .slick-dots li, .mural-gallery-list li, .no-bullet li, .tabset-form li, .sponsor-list li, .about-list li, .accordion li, .breadcrumbs li, .add-nav li, .main-navigation .header-menu li, .social-networks li, .jcf-list ul li {
  padding: 0;
}
.map-tabset li:before, .tour-buttons-list li:before, .tabset-tour li:before, .artist-profile-slider .slick-dots li:before, .mural-gallery-list li:before, .no-bullet li:before, .tabset-form li:before, .sponsor-list li:before, .about-list li:before, .accordion li:before, .breadcrumbs li:before, .add-nav li:before, .main-navigation .header-menu li:before, .social-networks li:before, .jcf-list ul li:before {
  display: none;
}

.newsbox-section .col:after, .accordion:after, .profile-block:after, .main-content .content-wrap:after, .container:after, .map-control-bar:after, .newsbox-section:after, .awards-holder:after, .inform-block:after, .events-filter-section:after, .two-block:after, .meet-section:after, .main-content:after, .navigation-single:after, .post-password-form p:after, .search-form: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: #2d2a2b;
  background: #fff;
  font: 24px/1.25 "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 320px;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media (max-width: 699px) {
  body {
    font-size: 18px;
    line-height: 1.34;
  }
}
@media (min-width: 1025px) {
  body.page-template-map {
    background: #dbd9cf;
  }
}

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.25em;
}

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

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

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

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: 3px solid #2d2a2b;
  padding: 7px 15px 9px;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #2d2a2b;
}
input[type=text]:focus,
input[type=tel]:focus,
input[type=email]:focus,
input[type=search]:focus,
input[type=password]:focus,
textarea:focus {
  border-color: #2d2a2b;
}
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: #dbd9cf;
}
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: #dbd9cf;
}
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: #dbd9cf;
}
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: #dbd9cf;
}
input[type=text].placeholder,
input[type=tel].placeholder,
input[type=email].placeholder,
input[type=search].placeholder,
input[type=password].placeholder,
textarea.placeholder {
  color: #dbd9cf;
}

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;
  height: 53px;
  min-width: 100px;
  padding: 10px;
}

.widget {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .widget {
    margin-bottom: 40px;
  }
}
@media (min-width: 1025px) {
  .widget {
    margin-bottom: 70px;
  }
}
.widget ul:not([class]) {
  padding-left: 15px;
}
.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%;
}

.search-form {
  margin-bottom: 15px;
}
.search-form input {
  float: left;
  height: 53px;
}
.search-form input[type=search] {
  margin: 0 4px 10px 0;
  width: 150px;
}

.post-password-form input {
  float: left;
  height: 53px;
}
.post-password-form input[type=password] {
  width: 150px;
}

.comment-form input[type=submit],
.post-password-form input[type=submit],
.search-form input[type=submit] {
  background: #2d2a2b;
  color: #fff;
  height: 53px;
  border: none;
  padding: 0 0.5em;
}
.comment-form input[type=submit]:hover,
.post-password-form input[type=submit]:hover,
.search-form input[type=submit]:hover {
  opacity: 0.8;
}

.commentlist {
  margin: 0 0 1.25em;
}
.commentlist .edit-link {
  margin: 0;
}
.commentlist .avatar-holder {
  float: left;
  margin: 0 1.25em 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.25em;
}

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

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

.comment-respond {
  margin-bottom: 50px;
}

.navigation,
.navigation-comments {
  position: relative;
  vertical-align: middle;
  margin-bottom: 1.25em;
}
@media (max-width: 1023px) {
  .navigation,
  .navigation-comments {
    font-size: 18px;
  }
}
@media (max-width: 767px) {
  .navigation,
  .navigation-comments {
    font-size: 14px;
  }
}
.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: #2d2a2b;
  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.25em;
}
.navigation-single .next,
.navigation-single .prev {
  float: left;
  vertical-align: middle;
  max-width: 48%;
  background: #2d2a2b;
  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.25em;
}
.wp-caption img {
  margin: 0;
  vertical-align: top;
}
.wp-caption p {
  margin: 0.4em 0 0;
}

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

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

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

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

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

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

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

#wp-calendar {
  table-layout: fixed;
  width: 100%;
  font-size: 18px;
}
#wp-calendar tbody td {
  text-align: center;
}
#wp-calendar td,
#wp-calendar th {
  border: 1px solid #999;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
.h {
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: bold;
  margin: 0 0 0.5em;
  color: inherit;
  line-height: 1;
}
@media (min-width: 1025px) {
  h1, .h1,
  h2, .h2,
  h3, .h3,
  h4, .h4,
  h5, .h5,
  h6, .h6,
  .h {
    line-height: 1.056;
  }
}

h1, .h1 {
  font-size: 50px;
  letter-spacing: 2px;
  margin-bottom: 30px;
  line-height: 0.9;
}
@media (min-width: 700px) {
  h1, .h1 {
    font-size: 80px;
    line-height: 1;
    margin-bottom: 30px;
  }
}
@media (min-width: 1025px) {
  h1, .h1 {
    letter-spacing: 1px;
    line-height: 1.056;
    margin-bottom: 60px;
    font-size: 100px;
  }
}

h2, .h2 {
  font-size: 35px;
  line-height: 1;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  h2, .h2 {
    line-height: 1.066;
    font-size: 45px;
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  h2, .h2 {
    margin-bottom: 10px;
    font-size: 55px;
    line-height: 1.056;
  }
}

h3, .h3 {
  color: #5c4ed0;
  margin-bottom: 6px;
  font-size: 30px;
}
@media (min-width: 700px) {
  h3, .h3 {
    font-size: 35px;
  }
}
@media (min-width: 1025px) {
  h3, .h3 {
    line-height: 1.15;
    font-size: 40px;
  }
}

h4, .h4 {
  margin-bottom: 10px;
  font-size: 26px;
  line-height: 1.07;
}
@media (min-width: 700px) {
  h4, .h4 {
    font-size: 27px;
    line-height: 1.11;
  }
}
@media (min-width: 1025px) {
  h4, .h4 {
    line-height: 1.1;
    font-size: 30px;
  }
}

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

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

p {
  margin: 0 0 15px;
}
p + h3 {
  padding-top: 23px;
}

a {
  color: #5c4ed0;
  text-decoration: none;
  transition: color 0.3s ease;
}
a:hover {
  text-decoration: none;
  color: #3b2fa5;
}

/* custom select styles */
.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 3px solid #2d2a2b;
  background: #fff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 53px;
  cursor: pointer;
}
.jcf-select.jcf-select-select-white {
  border-color: #fff;
  background: none;
  color: #fff;
  min-width: 222px;
}
.jcf-select.jcf-select-select-white .jcf-select-text {
  color: #fff;
}
.jcf-select.jcf-select-select-white .jcf-select-opener:after {
  color: #fff;
}
.jcf-select.jcf-drop-active .jcf-select-opener:after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.jcf-select select {
  z-index: 1;
  left: 0;
  top: 0;
}

.jcf-select .jcf-select-text {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  cursor: default;
  display: block;
  font-size: 19px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #2d2a2b;
  padding: 12px 40px 12px 18px;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2px;
  margin: 0;
}
@media (min-width: 1025px) {
  .jcf-select .jcf-select-text {
    padding: 11px 40px 10px 18px;
    font-size: 22px;
  }
}

.jcf-select .jcf-select-opener {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  cursor: pointer;
  width: 50px;
}
.jcf-select .jcf-select-opener:after {
  content: "\e906";
  font-size: 12px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(90deg);
}

body > .jcf-select-drop {
  position: absolute;
  margin: -1px 0 0;
  z-index: 9999;
}

body > .jcf-select-drop.jcf-drop-flipped {
  margin: 1px 0 0;
}

.jcf-select .jcf-select-drop {
  position: absolute;
  margin-top: 0px;
  z-index: 9999;
  top: 100%;
  left: -1px;
  right: -1px;
}

.jcf-select .jcf-drop-flipped {
  bottom: 100%;
  top: auto;
}

.jcf-select-drop .jcf-select-drop-content {
  border: 3px solid #2d2a2b;
  border-top: 0;
  margin-top: -3px;
}

.jcf-select-drop.jcf-select-select-white .jcf-select-drop-content {
  border-color: #fff;
}

/* multiple select styles */
.jcf-list-box {
  overflow: hidden;
  display: inline-block;
  border: 1px solid #b8c3c9;
  min-width: 200px;
  margin: 0 15px;
}

/* select options styles */
.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #fff;
  line-height: 14px;
  font-size: 18px;
  width: 100%;
  border-top: 3px solid #fff;
}

.jcf-list .jcf-list-content {
  vertical-align: top;
  display: inline-block;
  overflow: auto;
  width: 100%;
  padding-bottom: 10px;
}

.jcf-list ul {
  list-style: none;
  padding: 0;
  margin: 0 !important;
}

.jcf-list ul li {
  overflow: hidden;
  display: block;
  margin: 0;
}

.jcf-list .jcf-overflow {
  overflow: auto;
}

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: pointer;
  display: block;
  padding: 10px 18px;
  color: #2d2a2b;
  height: 1%;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: none;
  font-size: 19px;
}
@media (min-width: 1025px) {
  .jcf-list .jcf-option {
    font-size: 22px;
  }
}
.jcf-list .jcf-option.jcf-option-hidden {
  display: none;
}

.jcf-list .jcf-disabled {
  background: #fff !important;
  color: #aaa !important;
}

.jcf-select-drop .jcf-hover,
.jcf-list-box .jcf-selected {
  color: #5c4ed0;
}

.jcf-list .jcf-optgroup-caption {
  white-space: nowrap;
  font-weight: bold;
  display: block;
  padding: 5px 9px;
  cursor: default;
  color: #000;
}

.jcf-list .jcf-optgroup .jcf-option {
  padding-left: 30px;
}

/* common custom form elements styles */
.jcf-disabled {
  background: #ddd !important;
}

/* custom scrollbars styles */
.jcf-scrollable-wrapper {
  box-sizing: content-box;
  position: relative;
}

.jcf-scrollbar-vertical {
  position: absolute;
  cursor: default;
  width: 14px;
  bottom: 0;
  right: 0;
  top: 0;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec,
.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  height: 14px;
  width: 14px;
  left: 0;
  top: 0;
  position: relative;
}

.jcf-scrollbar-vertical .jcf-scrollbar-dec:before {
  content: "\e906";
  font-size: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  color: #dbd9cf;
  transform: translate(-50%, -50%) rotate(-90deg);
}

.jcf-scrollbar-vertical .jcf-scrollbar-inc {
  top: auto;
  bottom: 0;
  display: none;
}

.jcf-scrollbar-vertical .jcf-scrollbar-handle {
  background: #dbd9cf;
  height: 1px;
  width: 14px;
  border-radius: 15px;
}

.jcf-scrollbar-horizontal {
  position: absolute;
  background: #e3e3e3;
  right: auto;
  top: auto;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-dec,
.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
  background: #bbb;
  height: 14px;
  width: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-inc {
  left: auto;
  right: 0;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-slider {
  display: inline-block;
  position: relative;
  height: 14px;
}

.jcf-scrollbar-horizontal .jcf-scrollbar-handle {
  position: absolute;
  background: #888;
  height: 14px;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-handle {
  visibility: hidden;
}

.jcf-scrollbar.jcf-inactive .jcf-scrollbar-dec,
.jcf-scrollbar.jcf-inactive .jcf-scrollbar-inc {
  background: #e3e3e3;
}

body,
html {
  height: 100%;
}

body {
  overflow: auto;
}

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

.accessibility {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

.accessibility:focus {
  position: static;
  width: auto;
  height: auto;
}

.container, .map-control-bar, .newsbox-section, .awards-holder, .inform-block, .events-filter-section, .two-block, .meet-section, .main-content {
  max-width: 1466px;
  padding-left: 30px;
  margin: 0 auto;
  padding-right: 30px;
}
@media (min-width: 768px) {
  .container, .map-control-bar, .newsbox-section, .awards-holder, .inform-block, .events-filter-section, .two-block, .meet-section, .main-content {
    padding-left: 50px;
    padding-right: 50px;
  }
}

.main-content {
  padding-bottom: 45px;
  padding-top: 47px;
}
@media (min-width: 700px) {
  .main-content {
    padding-top: 103px;
  }
}
@media (min-width: 1025px) {
  .main-content {
    padding-top: 153px;
    padding-bottom: 145px;
  }
}
.main-content h1 {
  margin-left: -8px;
}
.head-section.image-bg + .main-content {
  padding-top: 0;
}
@media (min-width: 700px) {
  .head-section.image-bg + .main-content {
    padding-top: 30px;
  }
}

@media (min-width: 700px) {
  .content {
    float: left;
    padding: 0 4% 0 0;
    width: calc(100% - 234px);
  }
}
@media (min-width: 1025px) {
  .content {
    padding: 0 10.8% 0 0;
    width: calc(100% - 348px);
  }
}
.content:only-child {
  padding: 0;
  width: auto;
  float: none;
}

.sidebar {
  padding-top: 86px;
}
@media (min-width: 700px) {
  .sidebar {
    padding-top: 0;
    float: right;
    width: 234px;
    padding-left: 30px;
  }
}
@media (min-width: 1025px) {
  .sidebar {
    float: right;
    width: 348px;
    padding-left: 30px;
  }
}

ol, ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

ol {
  counter-reset: list;
  margin-bottom: 25px;
}
ol li {
  counter-increment: list;
  position: relative;
  position: relative;
  padding: 0 0 10px 25px;
}
ol li:before {
  content: counter(list) ".";
  position: absolute;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #e4c02c;
}

ul {
  margin-bottom: 15px;
}
ul li {
  position: relative;
  padding-left: 18px;
  padding-bottom: 10px;
}
ul li:before {
  content: "";
  position: absolute;
  left: 2px;
  top: 13px;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: #2d2a2b;
}
@media (max-width: 767px) {
  ul li:before {
    top: 9px;
  }
}

.no-bullet, .tabset-form, .sponsor-list, .about-list, .accordion, .breadcrumbs, .add-nav, .main-navigation .header-menu, .social-networks, .jcf-list ul {
  margin-bottom: 15px;
}
.no-bullet li, .tabset-form li, .sponsor-list li, .about-list li, .accordion li, .breadcrumbs li, .add-nav li, .main-navigation .header-menu li, .social-networks li, .jcf-list ul li {
  padding-left: 0;
  padding-bottom: 0;
}
.no-bullet li:before, .tabset-form li:before, .sponsor-list li:before, .about-list li:before, .accordion li:before, .breadcrumbs li:before, .add-nav li:before, .main-navigation .header-menu li:before, .social-networks li:before, .jcf-list ul li:before {
  display: none;
}

@media (max-width: 767px) {
  .hidden-phone {
    opacity: 0;
    position: absolute;
    left: -99999px;
  }
}

.social-networks {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -12px;
}
@media (min-width: 700px) {
  .social-networks {
    margin: 0 -9px;
  }
}
@media (min-width: 1025px) {
  .social-networks {
    margin: 0 -11px;
  }
}
.social-networks.color-brand a {
  color: #5c4ed0;
}
.social-networks.color-brand a:hover {
  color: #3b2fa5;
}
.social-networks li {
  margin: 0 12px;
  font-size: 0;
}
@media (min-width: 700px) {
  .social-networks li {
    margin: 0 9px;
  }
}
@media (min-width: 1025px) {
  .social-networks li {
    margin: 0 11px;
  }
}
.social-networks a {
  color: #e4c02c;
}
.social-networks a:hover {
  color: #fff;
}
.social-networks a:before {
  font-size: 20px;
}
.social-networks a.twitter:before {
  content: "\e916";
}
.social-networks a.facebook:before {
  content: "\e915";
}
.social-networks a.instagram:before {
  content: "\e900";
}

.head-ttl-panel {
  margin-bottom: 26px;
}
@media (min-width: 600px) {
  .head-ttl-panel {
    margin-bottom: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.head-ttl-panel h4,
.head-ttl-panel h3,
.head-ttl-panel h2 {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .head-ttl-panel h4,
  .head-ttl-panel h3,
  .head-ttl-panel h2 {
    max-width: 60%;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .head-ttl-panel h4,
  .head-ttl-panel h3,
  .head-ttl-panel h2 {
    margin-bottom: 0;
  }
}
.news-section .head-ttl-panel h4,
.news-section .head-ttl-panel h3,
.news-section .head-ttl-panel h2 {
  margin-bottom: 15px;
}
@media (min-width: 600px) {
  .news-section .head-ttl-panel h4,
  .news-section .head-ttl-panel h3,
  .news-section .head-ttl-panel h2 {
    margin: 0;
  }
}
.head-ttl-panel h3 {
  color: #2d2a2b;
}
.head-ttl-panel h4 + .view-link {
  margin-top: 0;
}
@media (min-width: 600px) {
  .head-ttl-panel .view-link {
    margin: 20px 0 0 auto;
  }
}
@media (min-width: 1025px) {
  .head-ttl-panel .view-link {
    margin: 24px 0 0 auto;
  }
}

.view-link {
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  letter-spacing: 2px;
  font-size: 19px;
}
@media (min-width: 1025px) {
  .view-link {
    font-size: 22px;
  }
}
.view-link:after {
  font-size: 16px;
  display: inline-block;
  margin: 0 0 0 5px;
  content: "\e917";
}
@media (min-width: 1025px) {
  .view-link:after {
    font-size: 18px;
  }
}
.view-link.color-yellow {
  color: #e4c02c;
}
.view-link.color-yellow:hover {
  color: #fddd59;
}
.view-link.color-white {
  color: #fff;
}
.view-link.color-white:hover {
  color: #5c4ed0;
}

.bg-stretch {
  position: relative;
  background-size: cover;
}

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

.header {
  padding: 18px 0 7px;
  height: 70px;
  right: 0;
  left: 0;
  position: fixed;
  z-index: 1001;
}
@media (min-width: 1025px) {
  .header {
    height: 90px;
    padding: 17px 0 28px;
  }
}
.header:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease;
  background: linear-gradient(to bottom, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#000000", endColorstr="#80000000",GradientType=0 );
}
.fixed-header .header:before {
  opacity: 1;
}
.header.no-fixed {
  position: relative;
  background: #2d2a2b;
  height: 90px;
}
@media (max-width: 699px) {
  .header.no-fixed {
    height: 70px;
    margin-top: -20px;
  }
}
.header.no-fixed:before {
  display: none;
}
.header .tour-link {
  float: right;
  position: relative;
  text-transform: uppercase;
  color: #fff;
  margin-top: 18px;
  padding-right: 28px;
  font-size: 22px;
  display: none;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 700px) {
  .header .tour-link {
    display: block;
  }
}
.header .tour-link:hover {
  color: #5c4ed0;
}
.header .tour-link .count {
  width: 21px;
  height: 21px;
  border-radius: 50%;
  background: #5c4ed0;
  color: #fff;
  text-align: center;
  line-height: 21px;
  position: absolute;
  right: 1px;
  top: -6px;
  display: block;
  border-radius: 50%;
  font-size: 17px;
}
.color-black .header .tour-link {
  color: #2d2a2b;
}
.color-black .header .tour-link:hover {
  color: #5c4ed0;
}
.fixed-header .header .tour-link {
  color: #fff;
}
.fixed-header .header .logo img {
  display: block;
}
.fixed-header .header .logo-black {
  display: none !important;
}
@media (min-width: 1025px) {
  .header.viewport-section-header {
    width: 100vw;
    margin-top: -85px;
    transition: margin 0.3s ease-out;
  }
  .fixed-header .header.viewport-section-header {
    margin: 0;
    width: auto;
  }
  .header.viewport-section-header.in-viewport {
    margin: 0;
  }
}

.logo {
  float: left;
  margin-left: -3px;
  width: 200px;
  padding-top: 8px;
}
@media (min-width: 700px) {
  .logo {
    width: 240px;
    padding-top: 8px;
  }
}
@media (min-width: 1025px) {
  .logo {
    width: 304px;
    padding-top: 0;
  }
}
.logo img {
  vertical-align: top;
}
.logo img.logo-black {
  display: none;
}
.color-black .logo img.logo-black {
  display: block;
}
.fixed-header .color-black .logo img.logo-black {
  display: none;
}
.color-black .logo img {
  display: none;
}
.fixed-header .color-black .logo img {
  display: block;
}

.nav-opener {
  width: 30px;
  height: 24px;
  font-size: 0;
  z-index: 11;
  border-radius: 50%;
  position: absolute;
  top: 32px;
  right: 27px;
  transform: scale(0.8);
  transition: opacity 0.3s linear, top 0.3s linear;
}
@media (min-width: 700px) {
  .nav-opener {
    left: 50%;
    top: 34px;
    right: auto;
    transform: translateX(-50%) scale(1);
  }
}
.drop-nav .nav-opener {
  left: 50%;
  right: auto;
  transform: translateX(-50%) scale(0.8);
}
@media (min-width: 700px) {
  .drop-nav .nav-opener {
    transform: translateX(-50%) scale(1);
  }
}
.nav-opener:hover:before, .nav-opener:hover:after, .nav-opener:hover span {
  background: #5c4ed0;
}
.color-black .nav-opener:hover:before, .color-black .nav-opener:hover:after, .color-black .nav-opener:hover span {
  background: #5c4ed0;
}
.fixed-header .color-black .nav-opener:hover:before, .fixed-header .color-black .nav-opener:hover:after, .fixed-header .color-black .nav-opener:hover span {
  background: #5c4ed0;
}
.nav-opener:before, .nav-opener:after, .nav-opener span {
  background: #fff;
  position: absolute;
  top: 9px;
  left: 0;
  border-radius: 1px;
  right: 0;
  height: 4px;
  transition: all 0.2s linear;
}
.color-black .nav-opener:before, .color-black .nav-opener:after, .color-black .nav-opener span {
  background: #2d2a2b;
}
.fixed-header .color-black .nav-opener:before, .fixed-header .color-black .nav-opener:after, .fixed-header .color-black .nav-opener span {
  background: #fff;
}
.nav-opener:before, .nav-opener:after {
  content: "";
  top: 0;
}
.nav-opener:after {
  top: 18px;
}
.nav-opener:hover {
  opacity: 0.9;
}
.nav-active .nav-opener:hover:before, .nav-active .nav-opener:hover:after, .nav-active .nav-opener:hover span {
  background: #5c4ed0;
}
.nav-active .nav-opener span {
  opacity: 0;
}
.nav-active .nav-opener .close-btn:after,
.nav-active .nav-opener .close-btn:before, .nav-active .nav-opener:after, .nav-active .nav-opener:before {
  transform: rotate(45deg);
  top: 9px;
  left: 0;
  right: 0;
  background: #2d2a2b;
}
.fixed-header .nav-active .nav-opener .close-btn:after,
.fixed-header .nav-active .nav-opener .close-btn:before, .fixed-header .nav-active .nav-opener:after, .fixed-header .nav-active .nav-opener:before {
  background: #2d2a2b;
}
.nav-active .nav-opener .close-btn:after, .nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.nav-active {
  overflow: hidden;
}

.drop-nav {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 15;
  min-height: 100vh;
  bottom: 0;
  overflow-x: hidden;
  overflow-y: auto;
  background: url(../../images/bg-08.jpg) 50% 50%;
  padding-bottom: 50px;
  transform: translateY(-100%);
  transition: transform 0.2s ease-out;
  padding-top: 85px;
}
@media (min-width: 700px) {
  .drop-nav {
    padding-top: 99px;
  }
}
@media (min-width: 1025px) {
  .drop-nav {
    padding-top: 131px;
  }
}
.nav-active .drop-nav {
  transform: translateY(0);
}
.drop-nav .container, .drop-nav .map-control-bar, .drop-nav .newsbox-section, .drop-nav .awards-holder, .drop-nav .inform-block, .drop-nav .events-filter-section, .drop-nav .two-block, .drop-nav .meet-section, .drop-nav .main-content {
  padding-bottom: 20px;
}
@media (min-width: 1025px) {
  .drop-nav .container, .drop-nav .map-control-bar, .drop-nav .newsbox-section, .drop-nav .awards-holder, .drop-nav .inform-block, .drop-nav .events-filter-section, .drop-nav .two-block, .drop-nav .meet-section, .drop-nav .main-content {
    padding-bottom: 55px;
  }
}
.drop-nav .image {
  position: relative;
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.2s ease-out 2.4s, transform 0.2s ease-out 2.4s;
}
.drop-nav .image:before, .drop-nav .image:after {
  content: "";
  position: absolute;
  right: 0;
  left: 0;
  height: 78px;
  z-index: 1;
  background: url(../../images/bg-decor-02.png) repeat-x 50% 50%;
}
.drop-nav .image:before {
  top: 0;
}
.drop-nav .image:after {
  bottom: 0;
  background-image: url(../../images/bg-decor-09.png);
  height: 72px;
}
.drop-nav .image img {
  width: 100%;
  vertical-align: top;
}
.drop-nav .image .tooltip {
  position: absolute;
  left: 30px;
  top: 75px;
}
@media (min-width: 700px) {
  .drop-nav .image .tooltip {
    top: 100px;
    left: 50px;
  }
}
@media (min-width: 1025px) {
  .drop-nav .image .tooltip {
    top: 100px;
    left: 100px;
  }
}
.nav-active .drop-nav .image {
  opacity: 1;
  transform: translateY(0);
}
.drop-nav .image .wrap-img {
  margin: 0 -80%;
}
@media (min-width: 700px) {
  .drop-nav .image .wrap-img {
    margin: 0 -25%;
  }
}
@media (min-width: 1025px) {
  .drop-nav .image .wrap-img {
    margin: 0;
  }
}
.drop-nav .social-networks {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.15s ease-out 2s, transform 0.15s ease-out 2s;
}
.drop-nav .social-networks a:before {
  font-size: 20px;
}
@media (min-width: 700px) {
  .drop-nav .social-networks a:before {
    font-size: 25px;
  }
}
.nav-active .drop-nav .social-networks {
  opacity: 1;
  transform: translateY(0);
}

.main-navigation {
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  padding-bottom: 25px;
}
@media (min-width: 1025px) {
  .main-navigation {
    padding-bottom: 20px;
  }
}
.main-navigation .header-menu {
  position: relative;
  width: 50%;
  max-width: 205px;
}
@media (min-width: 1025px) {
  .main-navigation .header-menu {
    max-width: 350px;
  }
}
.main-navigation .header-menu li {
  opacity: 0;
  transform: translateY(-50px);
  transition: opacity 0.15s ease-out, transform 0.15s ease-out;
}
.main-navigation .header-menu li:nth-child(1) {
  transition-delay: 0.2s;
}
.main-navigation .header-menu li:nth-child(2) {
  transition-delay: 0.4s;
}
.main-navigation .header-menu li:nth-child(3) {
  transition-delay: 0.6s;
}
.main-navigation .header-menu li:nth-child(4) {
  transition-delay: 0.8s;
}
.main-navigation .header-menu li:nth-child(5) {
  transition-delay: 1s;
}
.main-navigation .header-menu li:nth-child(6) {
  transition-delay: 1.2s;
}
.main-navigation .header-menu li:nth-child(7) {
  transition-delay: 1.4s;
}
.main-navigation .header-menu li:nth-child(8) {
  transition-delay: 1.6s;
}
.main-navigation .header-menu li:nth-child(9) {
  transition-delay: 1.8s;
}
.main-navigation .header-menu li:nth-child(10) {
  transition-delay: 2s;
}
.main-navigation .header-menu > li {
  position: relative;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .main-navigation .header-menu > li {
    margin: 0;
  }
}
@media (min-width: 1025px) {
  .main-navigation .header-menu > li {
    margin-bottom: 4px;
  }
}
.nav-active .main-navigation .header-menu > li {
  opacity: 1;
  transform: translateY(0);
}
.main-navigation .header-menu > li > a {
  color: #2d2a2b;
  display: inline-block;
  vertical-align: top;
  line-height: 1;
  font-size: 40px;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 700px) {
  .main-navigation .header-menu > li > a {
    font-size: 60px;
  }
}
@media (min-width: 1025px) {
  .main-navigation .header-menu > li > a {
    line-height: 0.9;
    font-size: 95px;
    overflow: hidden;
    max-height: 95px;
  }
}
.main-navigation .header-menu > li.hover {
  transform: none;
  transition: none;
  z-index: 1;
}
.main-navigation .header-menu > li.hover > a {
  display: block;
  color: #5c4ed0;
}
.main-navigation .header-menu > li.hover .sub-menu {
  visibility: visible;
  opacity: 1;
}
.main-navigation .header-menu > li.hover .sub-menu li {
  opacity: 1;
  transform: translateY(0);
}
.main-navigation .header-menu > li.current-menu-item > a, .main-navigation .header-menu > li.active > a {
  display: block;
  color: #5c4ed0;
}
.main-navigation .header-menu .sub-menu {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 100%;
  transform: translateY(-50%);
  opacity: 0;
  visibility: hidden;
  padding-top: 31px;
}
.main-navigation .header-menu .sub-menu:before {
  content: "";
  position: absolute;
  right: 100%;
  width: 120px;
  top: 0;
  bottom: 0;
}
@media (max-width: 1024px) {
  .main-navigation .header-menu .sub-menu:before {
    display: none;
  }
}
@media (min-width: 1025px) {
  .main-navigation .header-menu .sub-menu {
    padding-top: 50px;
  }
}
.main-navigation .header-menu .sub-menu li {
  margin: 0 0 7px;
}
@media (min-width: 1025px) {
  .main-navigation .header-menu .sub-menu li {
    margin: 0;
  }
}
.main-navigation .header-menu .sub-menu li.active > a {
  color: #5c4ed0;
}
.main-navigation .header-menu .sub-menu a {
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  color: #2d2a2b;
  font-size: 24px;
}
@media (min-width: 700px) {
  .main-navigation .header-menu .sub-menu a {
    font-size: 27px;
  }
}
@media (min-width: 1025px) {
  .main-navigation .header-menu .sub-menu a {
    font-size: 40px;
  }
}
.main-navigation .header-menu .sub-menu a:hover {
  color: #5c4ed0;
}
.main-navigation .count {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #5c4ed0;
  color: #fff;
  text-align: center;
  line-height: 30px;
  display: inline-block;
  vertical-align: top;
  border-radius: 50%;
  font-size: 18px;
  font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  transform: scale(0.7);
  margin-top: 1px;
}
@media (min-width: 700px) {
  .main-navigation .count {
    margin-left: 5px;
    margin-top: 5px;
    transform: scale(1);
  }
}
@media (min-width: 1025px) {
  .main-navigation .count {
    margin-left: 13px;
    margin-top: 0;
  }
}

#main {
  position: relative;
}

.base-section {
  margin-bottom: 85px;
}
@media (min-width: 1025px) {
  .base-section {
    margin-bottom: 122px;
  }
}

.video-block {
  margin-bottom: 90px;
}
@media (min-width: 700px) {
  .video-block {
    margin-bottom: 151px;
  }
}
@media (min-width: 1025px) {
  .video-block {
    margin-bottom: 102px;
  }
}
.video-block iframe {
  width: 100% !important;
  vertical-align: top;
  display: block;
  margin: 0;
}

.profile-block {
  margin-bottom: 15px;
  padding: 0 0 0 2px;
  margin-right: -2px;
}
.profile-block .image {
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  width: 131px;
  height: 131px;
  margin: 0 0 -42px 26px;
}
@media (min-width: 700px) {
  .profile-block .image {
    float: left;
    margin: 55px -16.5% 10px 0;
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1025px) {
  .profile-block .image {
    margin: 105px -12.5% 10px 0;
    height: auto;
    width: 29%;
  }
}
.profile-block .image img {
  width: 100%;
  height: 100%;
  vertical-align: top;
}
.profile-block .text-area {
  border: 3px solid #e4c02c;
  overflow: hidden;
  padding: 68px 28px 17px 28px;
}
@media (min-width: 700px) {
  .profile-block .text-area {
    padding: 48px 40px 40px 20.5%;
  }
}
@media (min-width: 1025px) {
  .profile-block .text-area {
    padding: 93px 40px 116px 17.5%;
  }
}
.profile-block .text-area h4 {
  margin-bottom: 9px;
}
@media (min-width: 700px) {
  .profile-block .text-area h4 {
    margin-bottom: 14px;
  }
}
.profile-block .text-area p {
  margin-bottom: 10px;
}

.bottom-block {
  background: url(../../images/bg-01.jpg);
  background-position: 50% 50%;
  position: relative;
  margin-top: 80px;
  padding-bottom: 30px;
  padding-top: 25px;
}
@media (min-width: 1025px) {
  .bottom-block {
    padding-top: 48px;
    padding-bottom: 87px;
  }
}
.bottom-block:before {
  content: "";
  background-position: 50% 50%;
  position: absolute;
  background: url(../../images/bg-decor-04.png) repeat-x;
  height: 80px;
  left: 0;
  right: 0;
  bottom: 100%;
}
.bottom-block.no-bg {
  background: none;
}
@media (max-width: 1023px) {
  .bottom-block.no-bg {
    margin-top: 35px;
  }
}
@media (max-width: 699px) {
  .bottom-block.no-bg {
    margin-top: 0;
    padding-top: 0;
  }
}
.bottom-block.no-bg:before {
  display: none;
}

.holder-carousel {
  position: relative;
}
@media (min-width: 700px) {
  .holder-carousel {
    width: 52%;
  }
}
@media (min-width: 1000px) {
  .holder-carousel {
    width: 69.5%;
  }
}

.related-carousel {
  position: relative;
  margin: 0 -15px;
}
@media (min-width: 700px) {
  .related-carousel {
    margin: 0 -45px 0 13px;
  }
}
@media (min-width: 1000px) {
  .related-carousel {
    margin: 0 -50px 0 50px;
  }
  .related-carousel .slick-track {
    display: -ms-flexbox;
    display: flex;
  }
  .related-carousel .slick-track .slick-slide {
    height: auto;
  }
}
.related-carousel .post-card {
  width: 100%;
  padding-bottom: 0;
}
@media (min-width: 1000px) {
  .related-carousel .post-card {
    height: 100%;
  }
}
.related-carousel .post-card .image {
  margin-bottom: 20px;
}
@media (min-width: 700px) {
  .related-carousel .post-card .image {
    margin-bottom: 25px;
  }
}
.related-carousel .post-card .image img {
  vertical-align: top;
  width: 100%;
}
.related-carousel .post-card .holder {
  padding-bottom: 19px;
}
@media (min-width: 700px) {
  .related-carousel .post-card .holder {
    padding-bottom: 33px;
  }
}
@media (min-width: 1000px) {
  .related-carousel .post-card .holder {
    padding-bottom: 84px;
  }
}
.related-carousel .slick-arrow {
  transform: none;
  top: auto;
  bottom: 70px;
}
@media (min-width: 700px) {
  .related-carousel .slick-arrow {
    bottom: 0;
  }
}
@media (min-width: 1000px) {
  .related-carousel .slick-arrow {
    bottom: 100px;
  }
}
.related-carousel .slick-arrow.slick-prev {
  left: 10px;
}
@media (min-width: 700px) {
  .related-carousel .slick-arrow.slick-prev {
    left: -104px;
  }
}
@media (min-width: 1000px) {
  .related-carousel .slick-arrow.slick-prev {
    left: 0;
  }
}
.related-carousel .slick-arrow.slick-next {
  right: -15px;
}
@media (min-width: 700px) {
  .related-carousel .slick-arrow.slick-next {
    left: -30px;
  }
}
@media (min-width: 1000px) {
  .related-carousel .slick-arrow.slick-next {
    left: auto;
    right: 10px;
  }
}
@media (min-width: 1501px) {
  .related-carousel .slick-arrow.slick-next {
    right: 0;
  }
}

.meet-section {
  padding-bottom: 14px;
  padding-top: 30px;
}
@media (max-width: 699px) and (min-width: 675px) {
  .meet-section {
    padding-right: 155px;
    padding-left: 155px;
  }
}
@media (max-width: 674px) and (min-width: 550px) {
  .meet-section {
    padding-right: 125px;
    padding-left: 125px;
  }
}
@media (min-width: 700px) {
  .meet-section {
    padding-bottom: 93px;
  }
}
@media (min-width: 1000px) {
  .meet-section {
    padding-top: 60px;
    padding-bottom: 122px;
  }
}
@media (min-width: 700px) {
  .meet-section .holder-box {
    display: -ms-flexbox;
    display: flex;
  }
}
.meet-section .prom-box {
  background: url(../../images/bg-13.jpg) no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  margin-bottom: 31px;
  padding: 175px 30px 32px;
  width: 100%;
}
@media (min-width: 700px) {
  .meet-section .prom-box {
    padding: 17px 80px 37px 41px;
    min-height: 414px;
    margin-top: 30px;
    margin-bottom: 50px;
    width: 48%;
  }
}
@media (min-width: 1000px) {
  .meet-section .prom-box {
    padding: 15px 80px 59px 50px;
    width: 30.5%;
    margin-bottom: 0;
  }
}
.meet-section .prom-box h2 {
  margin-bottom: 36px;
  width: 100%;
}
@media (max-width: 599px) {
  .meet-section .prom-box h2 {
    margin-bottom: 20px;
  }
}
.meet-section .prom-box h3 {
  width: 100%;
  color: #2d2a2b;
  margin-bottom: 34px;
}
@media (min-width: 1000px) {
  .meet-section .prom-box h3 {
    font-size: 45px;
  }
}
@media (max-width: 699px) {
  .meet-section .prom-box h3 {
    font-size: 35px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1000px) {
  .meet-section .prom-box .btn {
    min-width: 112px;
    padding: 10px 15px 12px;
  }
}

.art-section {
  position: relative;
  background: url(../../images/bg-01.jpg) 50% 50%;
  background-attachment: fixed;
  z-index: 10;
  padding-bottom: 103px;
}
@media (min-width: 700px) {
  .art-section {
    padding-bottom: 255px;
  }
}
@media (min-width: 1025px) {
  .art-section {
    padding-bottom: 440px;
  }
}
.art-section:after {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: url(../../images/bg-decor-10.png) repeat-x 50% 50%;
  height: 78px;
  z-index: 1;
}
@media (max-width: 699px) {
  .art-section:after {
    height: 50px;
    background-size: auto 100%;
  }
}
.art-section .title {
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 0.8;
  color: #fff;
  font-weight: 700;
  display: block;
  position: relative;
  z-index: 2;
  font-size: 130px;
  top: -40px;
  letter-spacing: 4px;
  margin: 0px -71px 0 -37px;
  overflow: hidden;
}
@media (min-width: 700px) {
  .art-section .title {
    font-size: 218px;
    letter-spacing: 8px;
    top: -27px;
    margin: 0 0 0 -57px;
  }
}
@media (min-width: 801px) {
  .art-section .title {
    font-size: 280px;
  }
}
@media (min-width: 1025px) {
  .art-section .title {
    top: -44px;
    font-size: 350px;
  }
}
@media (min-width: 1201px) {
  .art-section .title {
    margin: 0 0 0 -50px;
    font-size: 447px;
  }
}
@media (min-width: 1551px) {
  .art-section .title {
    margin: 0 0 0 -105px;
  }
}
.art-section .title:after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  background: url(../../images/decor-01.png) no-repeat;
  background-size: 100% 100%;
  margin: 0 0 -13px 4px;
  width: 41px;
  height: 75px;
}
@media (min-width: 1025px) {
  .art-section .title:after {
    margin: 0 0 -23px 28px;
    height: 155px;
    width: 85px;
  }
}
.art-section .text-block {
  font-weight: 500;
  letter-spacing: -1px;
  font-size: 24px;
  padding-top: 20px;
  line-height: 1.25;
}
@media (min-width: 700px) {
  .art-section .text-block {
    margin: -40px 0px 0 200px;
    width: auto;
    font-size: 28px;
    padding-top: 0;
    line-height: 1.43;
  }
}
@media (min-width: 701px) {
  .art-section .text-block {
    width: 48%;
    margin: -76px 0px 0 auto;
  }
}
@media (min-width: 1025px) {
  .art-section .text-block {
    letter-spacing: -0.5px;
    margin: -127px 0px 0 auto;
    width: 49%;
    line-height: 1.38;
    font-size: 36px;
  }
}
.art-section .text-block .view {
  color: #5c4ed0;
  display: block;
  margin-bottom: 27px;
  font-weight: 700;
  letter-spacing: 1px;
}
@media (min-width: 700px) {
  .art-section .text-block .view {
    letter-spacing: normal;
  }
}
@media (min-width: 1025px) {
  .art-section .text-block .view {
    margin-bottom: 40px;
    letter-spacing: normal;
  }
}
.art-section .text-block .view a {
  color: #5c4ed0;
}
.art-section .text-block .view a:hover {
  color: #3b2fa5;
}
.art-section .text-block p {
  margin-bottom: 29px;
}
@media (min-width: 700px) {
  .art-section .text-block p {
    margin-bottom: 22px;
  }
}
@media (min-width: 1025px) {
  .art-section .text-block p {
    margin-bottom: 27px;
  }
}
.art-section .video-box {
  position: relative;
  transition: transform 0.3s ease-out 0.25s, opacity 0.3s ease-out 0.25s;
  overflow: hidden;
  padding-top: 56.25%;
}
@media (min-width: 1025px) {
  .art-section .video-box {
    transform: translateX(-100px);
    opacity: 0;
  }
}
.art-section .video-box.active-video:after {
  display: none;
}
.art-section .video-box.active-video .btn-play {
  display: none;
}
.art-section .video-box iframe {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.art-section .video-box .btn-play {
  position: absolute;
  font-size: 0;
  z-index: 10;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
}
.art-section .video-box .btn-play:hover {
  color: #5c4ed0;
}
.art-section .video-box .btn-play:before {
  content: "\e901";
  font-size: 38px;
}
@media (min-width: 1025px) {
  .art-section .video-box .btn-play:before {
    font-size: 55px;
  }
}
@media (min-width: 1025px) {
  .art-section .text {
    transform: translateX(-100px);
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
  }
}
@media (min-width: 1025px) {
  .art-section .text-block.in-viewport .video-box,
  .art-section .text-block.in-viewport .text {
    opacity: 1;
    transform: translateX(0);
  }
}

.page-404 .wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100vh;
}
.page-404 .footer {
  width: 100%;
}
.page-404 .main {
  -ms-flex: 2 1 auto;
      flex: 2 1 auto;
  min-height: calc(100vh - 106px);
  width: 100%;
  background: url(../../images/bg-01.jpg) 50% 50%;
}

.section-404 {
  padding-top: 250px;
  padding-bottom: 132px;
  background: url(../../images/bg-01.jpg) 50% 50%;
  text-align: center;
}
@media (max-width: 1023px) {
  .section-404 {
    padding-top: 255px;
  }
}
@media (max-width: 767px) {
  .section-404 {
    padding-top: 143px;
    padding-bottom: 139px;
  }
}
.section-404 .image {
  width: 185px;
  margin: 0 auto 10px;
  border-radius: 50%;
  height: 205px;
  overflow: hidden;
}
@media (max-width: 1023px) {
  .section-404 .image {
    width: 169px;
    height: 188px;
    margin-bottom: 15px;
  }
}
@media (max-width: 767px) {
  .section-404 .image {
    width: 105px;
    height: 116px;
    margin-bottom: 11px;
  }
}
.section-404 .image img {
  vertical-align: top;
}
.section-404 .title {
  display: block;
  color: #5c4ed0;
  font-weight: 700;
  font-size: 60px;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  line-height: 1;
  margin-bottom: 28px;
}
@media (max-width: 1023px) {
  .section-404 .title {
    font-size: 45px;
  }
}
@media (max-width: 767px) {
  .section-404 .title {
    font-size: 35px;
    margin-bottom: 23px;
  }
}

.maps-detailis-box .popup {
  position: absolute;
  top: -9999px;
  visibility: hidden;
}

.footer {
  background: #2d2a2b;
  position: relative;
  font-size: 16px;
  padding-bottom: 35px;
  padding-top: 21px;
  color: #fff;
  z-index: 2;
}
@media (min-width: 600px) {
  .footer {
    padding-top: 35px;
  }
}
@media (min-width: 1025px) {
  .footer {
    padding-bottom: 50px;
    font-size: 18px;
    padding-top: 44px;
  }
}
.footer:before {
  content: "";
  position: absolute;
  bottom: 100%;
  background: url(../../images/bg-decor-05.png) repeat-x;
  left: 0;
  right: 0;
  height: 77px;
  background-position: 50% 50%;
}
@media (min-width: 600px) {
  .footer .panel-top {
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .footer .panel-top {
    margin-bottom: 15px;
  }
}
.footer .btn-wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 284px;
  margin: 0 -10px;
  position: relative;
  padding-top: 30px;
}
@media (min-width: 600px) {
  .footer .btn-wrap {
    padding-top: 44px;
    margin: 0 -10px 0 auto;
  }
}
@media (min-width: 1025px) {
  .footer .btn-wrap {
    margin: 0 0 0 auto;
    padding-top: 27px;
    width: auto;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.footer .btn-wrap .btn {
  margin-bottom: 0;
  position: relative;
  z-index: 2;
  letter-spacing: 3px;
  margin: 0 10px 21px;
  min-width: 150px;
}
@media (min-width: 1025px) {
  .footer .btn-wrap .btn {
    margin: 0 0 0 20px;
    min-width: 136px;
  }
}
.footer .btn-wrap .btn.ico-btn {
  letter-spacing: 2.5px;
  padding: 11px 5px 12px 6px;
  width: 100%;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .footer .btn-wrap .btn.ico-btn {
    letter-spacing: 3.2px;
    width: auto;
    padding: 10px 37px 10px 38px;
  }
}
.footer .btn-wrap .btn.ico-btn i {
  margin-right: 3px;
}
@media (max-width: 1024px) {
  .footer .btn-wrap .btn.btn-white-solid {
    min-width: 95px;
    position: absolute;
    top: 44px;
    right: 0;
  }
}
@media (max-width: 599px) {
  .footer .btn-wrap .btn.btn-white-solid {
    top: 30px;
  }
}
.footer .btn-wrap .btn.btn-white-solid:hover + .image img {
  transform: scale(1.1);
}
.footer .btn-wrap .image {
  width: 144px;
  height: 144px;
  border-radius: 50%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  margin: 0 0 0 -29px;
  display: none;
}
@media (min-width: 1201px) {
  .footer .btn-wrap .image {
    display: block;
  }
}
.footer .btn-wrap .image img {
  vertical-align: top;
  transition: transform 0.3s ease;
}
.footer .btn-wrap .image:hover img {
  transform: scale(1.1);
}
.footer .wrap {
  padding-bottom: 25px;
  padding-top: 16px;
}
@media (min-width: 600px) {
  .footer .wrap {
    padding-top: 25px;
  }
}
@media (min-width: 1366px) {
  .footer .wrap {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
  }
}
.footer .social-networks {
  max-width: 50%;
  margin: 0 -10px 38px;
}
@media (min-width: 1366px) {
  .footer .social-networks {
    margin: 0 auto 0 -10px;
  }
}
@media (max-width: 1024px) {
  .footer .social-networks li {
    margin-right: 22px;
  }
}
@media (max-width: 599px) {
  .footer .social-networks li {
    margin-right: 20px;
  }
}
@media (max-width: 599px) {
  .footer .social-networks {
    position: absolute;
    top: 55px;
    right: 18px;
  }
}
.footer .copy {
  letter-spacing: 0.2px;
  display: block;
  margin-top: -4px;
}
@media (min-width: 600px) {
  .footer .copy {
    padding-top: 8px;
    margin-top: 0;
  }
}

.connected-box {
  display: -ms-flexbox;
  display: flex;
  margin-top: -25px;
}
@media (max-width: 767px) {
  .connected-box {
    margin-top: 0;
    display: block;
  }
}
.connected-box .ttl {
  color: #dbd9cf;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 30px;
  margin-right: 35px;
  line-height: 1.2;
  display: block;
}
@media (max-width: 1023px) {
  .connected-box .ttl {
    font-size: 25px;
    margin-bottom: 8px;
  }
}
.connected-box .social-networks {
  padding-top: 7px;
}
@media (max-width: 767px) {
  .footer .connected-box .social-networks {
    position: static;
  }
}
.connected-box .social-networks a {
  color: #5c4ed0;
}
.connected-box .social-networks a:hover {
  color: #e4c02c;
}

.add-nav {
  letter-spacing: 0.2px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding-top: 8px;
  margin: 0 -16px 5px;
}
@media (min-width: 1366px) {
  .add-nav {
    width: auto;
    margin: 0 15px 0 0;
  }
}
.add-nav li {
  position: relative;
  padding: 0 17px 5px;
}
@media (min-width: 600px) {
  .add-nav li {
    padding: 0 17px;
  }
}
@media (min-width: 1025px) {
  .add-nav li {
    padding: 0 19px;
  }
}
.add-nav li:after {
  content: "";
  width: 1px;
  top: 3px;
  right: 0;
  position: absolute;
  height: 18px;
  background: #514e4f;
}
.add-nav li:last-child:after {
  display: none;
}
@media (min-width: 1366px) {
  .add-nav li:last-child:after {
    display: block;
  }
}
.add-nav a {
  color: #fff;
}
.add-nav a:hover {
  color: #e4c02c;
}

.logo-footer {
  margin: 0 0 0 -21px;
  width: 94px;
}
@media (min-width: 600px) {
  .logo-footer {
    margin: 0 0 0 -26px;
    width: 124px;
  }
}
.logo-footer img {
  vertical-align: top;
}

.breadcrumbs.breadcrumbs-light {
  margin-bottom: 10px;
}
.breadcrumbs.breadcrumbs-light li:after {
  color: #9d9d9d;
}
.breadcrumbs.breadcrumbs-light a {
  color: #2b2b2b;
}
.breadcrumbs.breadcrumbs-light a:hover {
  color: #5c4ed0;
}

.head-section .title-main {
  margin-bottom: 20px;
}
@media screen and (min-width: 768px) {
  .head-section .title-main {
    margin-bottom: 10px;
  }
}

.title-place {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .title-place {
    font-size: 27px;
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 1024px) {
  .title-place {
    font-size: 30px;
  }
}

.tour-notification {
  text-transform: uppercase;
  letter-spacing: 1.5px;
  font-weight: 700;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
.tour-notification a {
  color: inherit;
  display: block;
}
.tour-notification .tour-counter {
  display: inline-block;
  font-size: 15px;
  color: #fff;
  background-color: #5c4ed0;
  padding: 0 2px 0 4px;
  border-radius: 50%;
  min-width: 18px;
  text-align: center;
  vertical-align: top;
}

.events-filter-section .panel-box {
  margin: 0 -8px;
}
.events-filter-section .panel-box > * {
  margin: 0 8px 10px;
}
@media screen and (min-width: 480px) {
  .events-filter-section .panel-box > * {
    margin-bottom: 0;
  }
}

.btn-apply:hover {
  background: #5c4ed0;
  color: #fff;
}

.lg-container {
  width: 100%;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 701px) {
  .lg-container {
    display: block;
  }
}

.sm-container {
  max-width: 1366px;
}

@media screen and (min-width: 601px) {
  .news-section-line-up .holder-post,
  .line-up-filter-section .holder-post {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (max-width: 599px) and (min-width: 501px) {
  .news-section-line-up .holder-post,
  .line-up-filter-section .holder-post {
    padding: 0 65px;
  }
}
@media screen and (min-width: 601px) {
  .news-section-line-up .post-card.post-card,
  .line-up-filter-section .post-card.post-card {
    padding: 0 15px 60px 45px;
    width: 50%;
  }
}
@media screen and (min-width: 701px) {
  .news-section-line-up .post-card.post-card,
  .line-up-filter-section .post-card.post-card {
    padding: 0 15px 60px 45px;
    width: 50%;
  }
}
@media screen and (min-width: 901px) {
  .news-section-line-up .post-card.post-card,
  .line-up-filter-section .post-card.post-card {
    width: 33.33%;
  }
}
.news-section-line-up .post-card.post-card.without-image a,
.line-up-filter-section .post-card.post-card.without-image a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
}

.profile-share {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 54px;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (min-width: 768px) {
  .profile-share {
    margin-bottom: 135px;
    padding-top: 60px;
  }
}
@media screen and (min-width: 1024px) {
  .profile-share {
    margin-bottom: 80px;
  }
}
.profile-share .image {
  max-width: 252px;
  -ms-flex: 1 0 252px;
      flex: 1 0 252px;
  margin-bottom: 46px;
  -ms-flex-order: 1;
      order: 1;
  text-align: center;
}
@media screen and (min-width: 768px) {
  .profile-share .image {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    max-width: 252px;
    -ms-flex: 1 0 252px;
        flex: 1 0 252px;
    -ms-flex-order: -1;
        order: -1;
    margin-right: 45px;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1024px) {
  .profile-share .image {
    margin-right: 100px;
  }
}
.profile-share .image img {
  display: block;
  margin-bottom: 20px;
  border-radius: 50%;
}
.profile-share .image:hover .follow-artist {
  color: #5c4ed0;
}
.profile-share .image .follow-artist {
  color: #2d2a2b;
  font-size: 19px;
  font-weight: 700;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.7px;
  line-height: 1;
  margin-bottom: 17px;
  text-transform: uppercase;
}
@media screen and (min-width: 700px) {
  .profile-share .image .follow-artist {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .profile-share .image .follow-artist {
    font-size: 22px;
  }
}
.profile-share .image .follow-artist [class^=icon-] {
  margin: 0 0 0 0.5em;
  font-size: 0.8em;
  display: inline-block;
}
.profile-share .text-holder,
.profile-share .btn-holder {
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
}
@media screen and (min-width: 768px) {
  .profile-share .text-holder,
  .profile-share .btn-holder {
    max-width: calc(100% - 302px);
    -ms-flex: calc(100% - 302px);
        flex: calc(100% - 302px);
  }
}
@media screen and (min-width: 1024px) {
  .profile-share .text-holder,
  .profile-share .btn-holder {
    max-width: calc(100% - 400px);
    -ms-flex: calc(100% - 400px);
        flex: calc(100% - 400px);
  }
}
.profile-share p {
  margin-bottom: 21px;
}
.profile-share .btn-holder {
  -ms-flex-order: 1;
      order: 1;
}
@media screen and (min-width: 768px) {
  .profile-share .btn-holder {
    margin-left: auto;
    -ms-flex-order: 0;
        order: 0;
  }
}
@media screen and (min-width: 1024px) {
  .profile-share .btn-holder {
    max-width: calc(100% - 377px);
    -ms-flex: calc(100% - 377px);
        flex: calc(100% - 377px);
  }
}
@media screen and (min-width: 768px) {
  .profile-share.profile-share-reverse {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media screen and (min-width: 1024px) {
  .profile-share.profile-share-reverse {
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding-top: 0;
    margin-bottom: 140px;
  }
}
@media screen and (min-width: 768px) {
  .profile-share.profile-share-reverse .btn-holder {
    margin-left: 0;
  }
}
.profile-share.profile-share-reverse .audio-title {
  display: inline-block;
  font-size: 26px;
  line-height: 1.07;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  margin-bottom: 26px;
  text-align: left;
}
@media screen and (min-width: 501px) {
  .profile-share.profile-share-reverse .audio-title {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .profile-share.profile-share-reverse .audio-title {
    font-size: 30px;
  }
}
.profile-share.profile-share-reverse .audio-plugin-holder {
  padding: 86px 0 0;
}
@media screen and (min-width: 1024px) {
  .profile-share.profile-share-reverse .audio-plugin-holder {
    margin: 0 0 0 30px;
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .profile-share.profile-share-reverse .audio-plugin-holder {
    -ms-flex: 1 0 508px;
        flex: 1 0 508px;
    max-width: 508px;
  }
}
@media screen and (min-width: 768px) {
  .profile-share.profile-share-reverse .audio-plugin {
    padding: 0 30px;
  }
}
@media screen and (min-width: 768px) {
  .profile-share.profile-share-reverse .btn-holder,
  .profile-share.profile-share-reverse .text-holder {
    -ms-flex-order: 0;
        order: 0;
    margin-left: 0;
    max-width: 100%;
    -ms-flex: calc(100% - 282px);
        flex: calc(100% - 282px);
  }
}
@media screen and (min-width: 1024px) {
  .profile-share.profile-share-reverse .btn-holder,
  .profile-share.profile-share-reverse .text-holder {
    -ms-flex: calc(100% - 538px);
        flex: calc(100% - 538px);
    max-width: calc(100% - 538px);
  }
}
.profile-share.profile-share-reverse .image {
  -ms-flex-order: 1;
      order: 1;
}
@media screen and (min-width: 768px) {
  .profile-share.profile-share-reverse .image {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media screen and (min-width: 1024px) {
  .profile-share.profile-share-reverse .image {
    -ms-flex-order: 0;
        order: 0;
  }
}
.profile-share.profile-share-reverse .btn-holder {
  -ms-flex-order: 0;
      order: 0;
}
@media screen and (min-width: 768px) {
  .profile-share.profile-share-reverse .btn-holder {
    -ms-flex-order: 0;
        order: 0;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) {
  .no-map .profile-share {
    margin-bottom: 180px;
  }
}

.mural-decor-section {
  background-image: url(../../images/bg-05.png);
}
.mural-decor-section .maps-holder {
  background: #fff;
}

.maps-holder {
  position: relative;
  background: #999;
}
.maps-holder .container, .maps-holder .map-control-bar, .maps-holder .newsbox-section, .maps-holder .awards-holder, .maps-holder .inform-block, .maps-holder .events-filter-section, .maps-holder .two-block, .maps-holder .main-content, .maps-holder .meet-section {
  position: relative;
  padding-left: 0;
  padding-right: 0;
}
@media screen and (min-width: 701px) {
  .maps-holder .container, .maps-holder .map-control-bar, .maps-holder .newsbox-section, .maps-holder .awards-holder, .maps-holder .inform-block, .maps-holder .events-filter-section, .maps-holder .two-block, .maps-holder .main-content, .maps-holder .meet-section {
    padding-right: 0;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .maps-holder .container, .maps-holder .map-control-bar, .maps-holder .newsbox-section, .maps-holder .awards-holder, .maps-holder .inform-block, .maps-holder .events-filter-section, .maps-holder .two-block, .maps-holder .main-content, .maps-holder .meet-section {
    padding-right: 0;
  }
}
.maps-holder .btn-holder {
  -ms-flex-order: 1;
      order: 1;
  padding: 0 30px;
  margin-bottom: 30px;
  width: 100%;
}
@media screen and (min-width: 701px) {
  .maps-holder .btn-holder {
    -ms-flex-order: 0;
        order: 0;
    width: auto;
    text-align: right;
  }
}
.maps-holder .btn-holder a {
  display: inline-block;
  text-transform: uppercase;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #2d2a2b;
}
@media screen and (min-width: 1024px) {
  .maps-holder .btn-holder a {
    font-size: 22px;
  }
}
.maps-holder .btn-holder a:hover {
  color: #5c4ed0;
}
.maps-holder .btn-holder a .icon-map {
  margin-right: 10px;
}
.maps-holder .maps-details-holder {
  padding: 45px 45px 30px 20px;
}
@media screen and (min-width: 701px) {
  .maps-holder .maps-details-holder {
    padding-right: 40px;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
}
@media screen and (min-width: 1024px) {
  .maps-holder .maps-details-holder {
    -ms-flex: 1 0 575px;
        flex: 1 0 575px;
    padding-top: 50px;
    padding-left: 51px;
  }
}
@media screen and (min-width: 1200px) {
  .maps-holder .maps-details-holder {
    -ms-flex-align: center;
        align-items: center;
  }
}
.maps-holder .map-pin .pin-img {
  transform: translate(0, 0);
}

.mural-maps-holder {
  background: #f4f4f1;
  margin-bottom: 50px;
  width: 100%;
  position: relative;
}
@media screen and (min-width: 701px) {
  .mural-maps-holder {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 1000px) {
  .mural-maps-holder {
    margin-bottom: 160px;
  }
}
.mural-maps-holder:before {
  content: "";
  position: absolute;
  top: 0;
  right: 100%;
  width: 66px;
  height: 100%;
  background: #f4f4f1;
}
.mural-maps-holder .maps {
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  min-height: 424px;
}
@media screen and (min-width: 701px) {
  .mural-maps-holder .maps {
    max-width: calc(100% - 300px);
    -ms-flex: calc(100% - 300px);
        flex: calc(100% - 300px);
  }
}
@media screen and (min-width: 1024px) {
  .mural-maps-holder .maps {
    -ms-flex: calc(100% - 600px);
        flex: calc(100% - 600px);
    max-width: 100%;
  }
}
@media screen and (min-width: 1024px) and (min-width: 1570px) {
  .mural-maps-holder .maps {
    margin: 0 -70px 0 0;
  }
}
.mural-maps-holder .maps iframe {
  width: 100%;
  height: 100%;
  min-height: 427px;
  margin-bottom: 0;
}
.mural-maps-holder .mural-maps-detailis-box {
  padding: 40px 30px 20px;
}
@media screen and (min-width: 768px) {
  .mural-maps-holder .mural-maps-detailis-box {
    max-width: 100%;
    -ms-flex: 0 0 0px;
        flex: 0 0 0;
  }
}
@media screen and (min-width: 1024px) {
  .mural-maps-holder .mural-maps-detailis-box {
    padding: 50px 30px 50px 100px;
  }
}
.mural-maps-holder .mural-maps-detailis-box .text-holder {
  position: relative;
  margin: 0;
  padding: 63px 28px 30px;
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  font-size: 18px;
}
@media screen and (min-width: 768px) {
  .mural-maps-holder .mural-maps-detailis-box .text-holder {
    max-width: none;
    -ms-flex: 0 0 0px;
        flex: 0 0 0;
    padding: 25px 50px 20px;
  }
}
.mural-maps-holder .mural-maps-detailis-box .text-holder:before {
  content: "2017";
  position: absolute;
  left: 30px;
  top: 0;
  width: 65px;
  height: 30px;
  background: #e4c02c;
  text-align: center;
  transform: translateY(-50%);
  font-size: 16px;
  color: #fff;
  line-height: 1.9;
}
.mural-maps-holder .mural-maps-detailis-box p + h3 {
  padding-top: 0;
  margin-bottom: 10px;
}
.mural-maps-holder .mural-maps-detailis-box address {
  font-style: normal;
  margin-bottom: 10px;
}
@media screen and (min-width: 1024px) {
  .mural-maps-holder .mural-maps-detailis-box address {
    font-size: 24px;
  }
}
.mural-maps-holder .mural-maps-detailis-box .d-block {
  display: block;
}
.mural-maps-holder .mural-maps-detailis-box a {
  font-size: 17px;
  line-height: 1.36;
}
.mural-maps-holder .mural-maps-detailis-box .maps-detailis-box {
  padding: 0;
}
.mural-maps-holder .mural-maps-detailis-box .maps-detailis-box:last-child {
  margin-bottom: 0;
}
.mural-maps-holder .maps {
  position: relative;
}
@media screen and (min-width: 1024px) {
  .mural-maps-holder .maps {
    -ms-flex: calc(100% - 600px);
        flex: calc(100% - 600px);
    max-width: 100%;
  }
}
.mural-maps-holder .street-view {
  position: absolute;
  left: 50%;
  top: 0;
  right: auto;
  transform: translateX(-50%);
  z-index: 50;
  min-width: 260px;
  text-align: center;
  font-size: 19px;
}

.murals-detailis-box-holder {
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 30px;
}
@media screen and (min-width: 768px) {
  .murals-detailis-box-holder {
    padding: 0 50px 0 10px;
    margin: 0 -30px 150px;
  }
}
@media screen and (min-width: 1000px) {
  .murals-detailis-box-holder {
    padding: 0 80px;
    padding: 0 50px;
    margin: 0 auto 160px;
  }
}
.murals-detailis-box-holder .maps-detailis-box {
  margin-bottom: 32px;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  -ms-flex-pack: center;
      justify-content: center;
}
@media screen and (min-width: 701px) {
  .murals-detailis-box-holder .maps-detailis-box {
    -ms-flex: 0 0 calc(50% - 60px);
        flex: 0 0 calc(50% - 60px);
    max-width: calc(50% - 60px);
    margin: 0 30px 30px;
    -ms-flex-pack: start;
        justify-content: flex-start;
  }
}
@media screen and (min-width: 1001px) {
  .murals-detailis-box-holder .maps-detailis-box {
    -ms-flex: 0 0 calc(40% - 60px);
        flex: 0 0 calc(40% - 60px);
    max-width: calc(40% - 60px);
  }
}
.murals-detailis-box-holder .maps-detailis-box:hover .text-holder {
  background: #e4c02c;
  border-color: #2d2a2b;
}
.murals-detailis-box-holder .maps-detailis-box:hover img {
  transform: scale(1.1);
}
.murals-detailis-box-holder .maps-detailis-box .text-holder {
  width: 100%;
}
@media screen and (min-width: 768px) {
  .murals-detailis-box-holder .maps-detailis-box .text-holder {
    -ms-flex: 0 0 calc(100% - 24px);
        flex: 0 0 calc(100% - 24px);
    max-width: calc(100% - 24px);
  }
}
@media screen and (min-width: 1024px) {
  .murals-detailis-box-holder .maps-detailis-box .text-holder {
    padding: 24px 24px 45px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .murals-detailis-box-holder .maps-detailis-box .text-holder {
    -ms-flex: 0 0 calc(100% - 126px);
        flex: 0 0 calc(100% - 126px);
    max-width: calc(100% - 126px);
    height: 230px;
  }
}
@media screen and (min-width: 1400px) {
  .murals-detailis-box-holder .maps-detailis-box .text-holder {
    padding: 43px 55px 45px 60px;
    padding-right: 6%;
  }
}
.murals-detailis-box-holder .maps-detailis-box .text-holder a {
  font-size: 12.5px;
  margin-bottom: 8px;
}
@media screen and (min-width: 768px) {
  .murals-detailis-box-holder .maps-detailis-box .text-holder a {
    font-size: 17px;
    margin-bottom: 8px;
  }
}
.murals-detailis-box-holder .maps-detailis-box .text-holder [class^=icon] {
  display: inline-block;
  line-height: 1.36;
  vertical-align: bottom;
}
.murals-detailis-box-holder h4, .murals-detailis-box-holder .h4 {
  margin-bottom: 21px;
}
@media screen and (min-width: 480px) {
  .murals-detailis-box-holder h4, .murals-detailis-box-holder .h4 {
    max-width: 275px;
  }
}
@media screen and (min-width: 1001px) {
  .murals-detailis-box-holder h4, .murals-detailis-box-holder .h4 {
    margin: 0;
  }
}
.murals-detailis-box-holder .btn-holder {
  margin-bottom: 39px;
}
@media screen and (min-width: 700px) {
  .murals-detailis-box-holder .btn-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .murals-detailis-box-holder .btn-holder {
    padding-left: 55px;
  }
}
@media screen and (min-width: 1001px) {
  .murals-detailis-box-holder .btn-holder {
    display: block;
    max-width: 20%;
    -ms-flex: 0 0 20%;
        flex: 0 0 20%;
    padding-left: 0;
  }
}
@media screen and (min-width: 1024px) {
  .murals-detailis-box-holder .btn-holder {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .murals-detailis-box-holder .btn-holder {
    padding-right: 5%;
  }
}
@media screen and (min-width: 768px) {
  .murals-detailis-box-holder .btn-holder > * {
    -ms-flex: 1 0 calc(50% - 60px);
        flex: 1 0 calc(50% - 60px);
    max-width: calc(50% - 60px);
    margin: 0 30px;
  }
}
@media screen and (min-width: 1001px) {
  .murals-detailis-box-holder .btn-holder > * {
    -ms-flex-positive: 50%;
        flex-grow: 50%;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .murals-detailis-box-holder .btn-holder > * {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
    max-width: 100%;
    text-align: left;
  }
}
.murals-detailis-box-holder .btn-holder h4, .murals-detailis-box-holder .btn-holder .h4 {
  margin-bottom: 20px;
}
@media screen and (min-width: 701px) {
  .murals-detailis-box-holder .btn-holder h4, .murals-detailis-box-holder .btn-holder .h4 {
    max-width: 50%;
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .murals-detailis-box-holder .btn-holder h4, .murals-detailis-box-holder .btn-holder .h4 {
    margin: 0;
  }
}
@media screen and (min-width: 1000px) {
  .murals-detailis-box-holder .btn-holder h4, .murals-detailis-box-holder .btn-holder .h4 {
    max-width: none;
    margin-bottom: 20px;
  }
}
.murals-detailis-box-holder .full-map {
  display: inline-block;
  text-transform: uppercase;
  font-size: 19px;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  color: #2d2a2b;
  letter-spacing: 1.1px;
  text-align: right;
}
@media screen and (min-width: 1001px) {
  .murals-detailis-box-holder .full-map {
    margin: 0;
    text-align: left;
    max-width: 100%;
  }
}
.murals-detailis-box-holder .full-map:hover {
  color: #5c4ed0;
}
.murals-detailis-box-holder .full-map .icon-map {
  margin-right: 10px;
}

.maps-detailis-box {
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
@media screen and (min-width: 1001px) {
  .maps-detailis-box {
    -ms-flex-align: center;
        align-items: center;
  }
}
.maps-detailis-box img:hover {
  width: 100%;
  transform: scale(1.1);
}
.maps-detailis-box .image {
  position: relative;
  overflow: hidden;
  max-width: 93px;
  margin-top: 30px;
  -ms-flex: 0 0 auto !important;
      flex: 0 0 auto !important;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
@media screen and (min-width: 1001px) {
  .maps-detailis-box .image {
    margin-top: 0;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media screen and (min-width: 1024px) {
  .maps-detailis-box .image {
    max-width: 196px;
    -ms-flex: 0 0 196px;
        flex: 0 0 196px;
  }
}
.maps-detailis-box .image img {
  width: 100%;
  transition: transform 0.3s ease;
}
.maps-detailis-box .text-holder {
  transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out;
  font-size: 16px;
  margin-left: -70px;
  border: 3px solid #e4c02c;
  padding: 25px 20px 20px 87px;
  width: 100%;
}
@media screen and (min-width: 1024px) {
  .maps-detailis-box .text-holder {
    font-size: 18px;
    max-width: 321px;
    -ms-flex: 0 0 321px;
        flex: 0 0 321px;
    margin-left: -40px;
    padding: 43px 55px 45px 60px;
  }
}
@media screen and (min-width: 1200px) {
  .maps-detailis-box .text-holder {
    max-width: 340px;
    -ms-flex: 0 0 340px;
        flex: 0 0 340px;
  }
}
@media screen and (min-width: 1570px) {
  .maps-detailis-box .text-holder {
    max-width: 380px;
    -ms-flex: 0 0 380px;
        flex: 0 0 380px;
  }
}
.maps-detailis-box .text-holder p {
  margin-bottom: 2px;
}
@media screen and (min-width: 768px) {
  .maps-detailis-box .text-holder p {
    margin-bottom: 5px;
  }
}
.maps-detailis-box .text-holder h3, .maps-detailis-box .text-holder h4 {
  color: #2d2a2b;
  margin-bottom: 15px;
}
.maps-detailis-box .text-holder a {
  display: block;
  font-weight: 700;
  font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 12.5px;
  margin-bottom: 5px;
}
@media screen and (min-width: 768px) {
  .maps-detailis-box .text-holder a {
    font-size: 16px;
    line-height: 1.36;
    margin-bottom: 8px;
  }
}
@media screen and (min-width: 1024px) {
  .maps-detailis-box .text-holder a {
    font-size: 19px;
  }
}
@media screen and (min-width: 1200px) {
  .maps-detailis-box .text-holder a {
    margin-bottom: 14px;
  }
}
.maps-detailis-box .text-holder [class^=icon-]:before {
  display: inline-block;
  margin-right: 13px;
  font-weight: 700;
  line-height: 1.36;
  vertical-align: bottom;
}

@media screen and (min-width: 1000px) {
  .mural-maps-single-listing .mural-maps-holder {
    margin-bottom: 48px;
  }
}
.mural-maps-single-listing .maps-details-holder {
  padding-right: 20px;
}
@media screen and (max-width: 479px) {
  .mural-maps-single-listing .maps-details-holder {
    padding: 45px 30px;
  }
}
@media screen and (min-width: 701px) {
  .mural-maps-single-listing .maps-details-holder {
    padding-right: 20px;
  }
}
@media screen and (min-width: 768px) {
  .mural-maps-single-listing .maps-details-holder {
    padding-right: 20px;
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
}
@media screen and (min-width: 1024px) {
  .mural-maps-single-listing .maps-details-holder {
    -ms-flex: 1 0 575px;
        flex: 1 0 575px;
    padding-right: 50px;
    padding-left: 50px;
  }
}
.mural-maps-single-listing .maps-detailis-box {
  width: 100%;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .mural-maps-single-listing .maps-detailis-box {
    max-width: 483px;
  }
}
@media screen and (min-width: 1200px) {
  .mural-maps-single-listing .maps-detailis-box {
    max-width: none;
  }
}
.mural-maps-single-listing .text-holder {
  position: relative;
  margin-left: 0;
  font-size: 18px;
  max-width: 100%;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  padding: 65px 20px 20px;
}
@media screen and (min-width: 1024px) {
  .mural-maps-single-listing .text-holder {
    padding: 76px 50px 51px;
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
@media screen and (min-width: 1200px) {
  .mural-maps-single-listing .text-holder {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
@media screen and (min-width: 1570px) {
  .mural-maps-single-listing .text-holder {
    max-width: 100%;
    -ms-flex: 0 0 100%;
        flex: 0 0 100%;
  }
}
.mural-maps-single-listing .text-holder .date {
  position: absolute;
  left: 30px;
  top: -2px;
  transform: translateY(-50%);
  padding: 5px 10px;
  background: #e4c02c;
  font-size: 16px;
  color: #fff;
  transition: background 0.3s ease-in-out;
}
@media screen and (min-width: 1024px) {
  .mural-maps-single-listing .text-holder .date {
    left: 50px;
    top: 2px;
    padding: 5px 15px;
  }
}
.mural-maps-single-listing .text-holder p + h3 {
  padding-top: 5px;
}
@media screen and (min-width: 1024px) {
  .mural-maps-single-listing .text-holder p + h3 {
    padding-top: 5px;
  }
}
@media screen and (min-width: 1024px) {
  .mural-maps-single-listing .text-holder {
    margin-left: 0;
  }
}
@media screen and (min-width: 768px) {
  .mural-maps-single-listing .text-holder address, .mural-maps-single-listing .text-holder i,
  .mural-maps-single-listing .text-holder strong {
    font-size: 24px;
  }
}
.mural-maps-single-listing .text-holder address {
  font-style: normal;
  margin-bottom: 20px;
}
@media screen and (min-width: 1024px) {
  .mural-maps-single-listing .text-holder address {
    max-width: 65%;
  }
}
.mural-maps-single-listing .text-holder a {
  font-size: 19px;
  line-height: 1.5;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .mural-maps-single-listing .text-holder a {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1024px) {
  .mural-maps-single-listing .text-holder a {
    margin-bottom: 35px;
  }
}
.mural-maps-single-listing .text-holder [class^=icon]:before {
  display: inline-block;
  vertical-align: bottom;
  line-height: 1.5;
  margin-right: 6px;
}
.mural-maps-single-listing .text-holder > strong {
  display: block;
}
@media screen and (min-width: 768px) {
  .mural-maps-single-listing .maps {
    margin-left: 0;
  }
}

.mural-gallery {
  padding-bottom: 216px;
}
@media screen and (min-width: 768px) {
  .mural-gallery {
    padding-bottom: 123px;
  }
}
@media screen and (min-width: 1024px) {
  .mural-gallery {
    padding: 0 50px;
    padding-bottom: 160px;
  }
}

.mural-gallery-header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 500;
  margin-bottom: 10px;
}
@media screen and (min-width: 701px) {
  .mural-gallery-header {
    margin-bottom: 30px;
    -ms-flex-align: end;
        align-items: flex-end;
  }
}
@media screen and (min-width: 1000px) {
  .mural-gallery-header {
    -ms-flex-align: center;
        align-items: center;
  }
}
.mural-gallery-header p {
  margin-bottom: 0;
}
@media screen and (min-width: 700px) {
  .mural-gallery-header p {
    margin-bottom: 15px;
  }
}
.mural-gallery-header a {
  color: #2d2a2b;
  font-size: 19px;
  font-weight: 700;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 1.7px;
  line-height: 1;
  margin-bottom: 17px;
}
@media screen and (min-width: 700px) {
  .mural-gallery-header a {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .mural-gallery-header a {
    font-size: 19px;
  }
}
.mural-gallery-header a:hover {
  color: #5c4ed0;
}
.mural-gallery-header .lg-link.lg-link {
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 0;
}
@media screen and (min-width: 1200px) {
  .mural-gallery-header .lg-link.lg-link {
    font-size: 40px;
  }
}
.mural-gallery-header .lg-link.lg-link.top {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.mural-gallery-header .lg-link.lg-link.low-case {
  text-transform: lowercase;
  margin-bottom: 0.5rem;
}
.mural-gallery-header .text {
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  max-width: 100%;
  font-size: 18px;
  display: block;
}
@media screen and (min-width: 700px) {
  .mural-gallery-header .text {
    -ms-flex-order: 1;
        order: 1;
  }
}
@media screen and (min-width: 1000px) {
  .mural-gallery-header .text {
    -ms-flex: 0 0 auto;
        flex: 0 0 auto;
    max-width: none;
    -ms-flex-order: 0;
        order: 0;
    display: inline-block;
  }
}
.mural-gallery-header .text.text-offset {
  margin-bottom: 0.5rem;
}
.mural-gallery-header [class^=icon-] {
  font-size: 0.8em;
  display: inline-block;
  margin: 0 0.5em 0 0;
}
.mural-gallery-header .links-holder {
  margin-bottom: 0;
}
@media screen and (min-width: 701px) {
  .mural-gallery-header .links-holder {
    max-width: 330px;
  }
  .mural-gallery-header .links-holder.max-w-0 {
    max-width: none;
  }
}
@media screen and (min-width: 1001px) {
  .mural-gallery-header .links-holder {
    max-width: calc(100% - 220px);
  }
}
.mural-gallery-header .links-holder.w-100 {
  width: 100%;
}
@media screen and (min-width: 1001px) {
  .mural-gallery-header .links-holder.w-100 {
    width: auto;
  }
}
@media screen and (min-width: 701px) {
  .mural-gallery-header .links-holder.w-100 p {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 1001px) {
  .mural-gallery-header .links-holder.w-100 p {
    display: inline-block;
    margin-bottom: 0;
  }
}
.mural-gallery-header .links-holder.w-100 a {
  display: inline-block;
}
.mural-gallery-header .links-holder a {
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  font-size: 19px;
  letter-spacing: 1.8px;
}
@media screen and (min-width: 701px) {
  .mural-gallery-header .links-holder a {
    display: inline-block;
    font-size: 24px;
  }
}
.mural-gallery-header .links-holder a [class^=icon-] {
  margin: 0 0.5em;
}
.mural-gallery-header .vertical-align {
  -ms-flex-item-align: start;
      align-self: flex-start;
}
@media screen and (min-width: 1001px) {
  .mural-gallery-header .vertical-align {
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.mural-gallery-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 10px;
}
.mural-gallery-list li {
  width: calc(50% - 30px);
  margin: 0 15px 30px;
}
@media screen and (min-width: 801px) {
  .mural-gallery-list li {
    width: calc(33.3% - 30px);
  }
}
@media screen and (min-width: 1001px) {
  .mural-gallery-list li {
    width: calc(25% - 30px);
  }
}
.mural-gallery-list a {
  display: block;
  overflow: hidden;
}
.mural-gallery-list a:hover img {
  transform: scale(1.1);
}
.mural-gallery-list img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
}

.newsletter-box.transparent .holder {
  background-color: rgba(255, 255, 255, 0.9);
}

.bottom-block.bear,
.artist-profile-block .text-area.bear {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .bottom-block.bear,
  .artist-profile-block .text-area.bear {
    padding-bottom: 40px;
  }
}
.bottom-block.bear:after,
.artist-profile-block .text-area.bear:after {
  content: "";
  position: absolute;
  left: 5%;
  bottom: -8px;
  opacity: 0.5;
  background-image: url(../../images/bg-04-2.jpg);
  background-repeat: no-repeat;
  background-size: contain;
  z-index: 0;
  width: 611.8px;
  height: 315.7px;
}
@media screen and (min-width: 768px) {
  .bottom-block.bear:after,
  .artist-profile-block .text-area.bear:after {
    width: 874px;
    height: 451px;
  }
}
.bottom-block.bear .two-block,
.artist-profile-block .text-area.bear .two-block {
  position: relative;
  z-index: 2;
}

.artist-profile-block .text-area.bear:after {
  width: 400px;
  height: 100%;
  background-image: url(../../images/bg-04-3.jpg);
  opacity: 1 !important;
}
.artist-profile-block .text-area.bear .two-block {
  position: relative;
  z-index: 2;
}

@media screen and (min-width: 1024px) {
  .bottom-block {
    padding-top: 0;
  }
}

.artist-profile-block .text-area {
  overflow: hidden;
}
.artist-profile-block .text-area.bear:after {
  left: calc(100% - 300px);
  opacity: 0.1;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .mural-gallery-profile {
    padding-top: 40px;
  }
}
@media screen and (min-width: 701px) {
  .mural-gallery-profile .mural-gallery-header .lg-link.lg-link {
    font-size: 35px;
    -ms-flex-item-align: end;
        align-self: flex-end;
  }
}
@media screen and (min-width: 1001px) {
  .mural-gallery-profile .mural-gallery-header .lg-link.lg-link {
    font-size: 40px;
  }
}
@media screen and (min-width: 701px) {
  .mural-gallery-profile .links-holder {
    text-align: right;
  }
}
@media screen and (min-width: 701px) {
  .mural-gallery-profile .links-holder a {
    font-size: 19px;
  }
}
@media screen and (min-width: 1001px) {
  .mural-gallery-profile .links-holder a {
    font-size: 22px;
  }
}
@media screen and (min-width: 1001px) {
  .mural-gallery-profile .links-holder p {
    margin-left: 30px;
  }
}

.head-section.bg-mural {
  background-image: url(../../images/bg-10.jpg);
  min-height: 257px;
}
.head-section.bg-mural:after {
  transform: rotate(180deg);
  background: url(../../images/bg-decor-06.png) repeat-x;
  height: 64px;
}

.detailis-box-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 1024px) {
  .detailis-box-holder .image {
    max-width: 93px;
  }
}
@media screen and (min-width: 1200px) {
  .detailis-box-holder .image {
    max-width: 196px;
  }
}

.artist-profile-slider {
  position: relative;
  max-width: 1210px;
  margin: 0 auto 214px;
  padding: 0 30px;
}
@media screen and (min-width: 701px) {
  .artist-profile-slider {
    margin-bottom: 229px;
    padding: 0 50px;
  }
}
@media screen and (min-width: 1024px) {
  .artist-profile-slider {
    margin-bottom: 297px;
  }
}
.artist-profile-slider .slick-dots {
  position: absolute;
  left: 50%;
  width: 100%;
  top: calc(100% + 40px);
  transform: translate(-50%);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  font-size: 0;
  padding: 0 25px;
}
@media screen and (min-width: 701px) {
  .artist-profile-slider .slick-dots {
    top: calc(100% + 50px);
    left: auto;
    right: -56%;
  }
}
@media screen and (min-width: 1001px) {
  .artist-profile-slider .slick-dots {
    margin-left: 0;
    left: 50%;
    right: auto;
    padding: 0 50px;
    max-width: 72.8%;
    margin-left: 3%;
  }
}
@media screen and (min-width: 1100px) {
  .artist-profile-slider .slick-dots {
    margin-left: 1%;
  }
}
.artist-profile-slider .slick-dots li {
  width: 22px;
  height: 22px;
  border: 2px solid #2d2a2b;
  border-radius: 50%;
  margin: 0 10px 25px;
}
.artist-profile-slider .slick-dots li.slick-active, .artist-profile-slider .slick-dots li:hover {
  border-color: #5c4ed0;
  background-color: #5c4ed0;
}
.artist-profile-slider .slick-dots button {
  border: none;
  background: none;
  padding: 0;
  display: block;
  width: 100%;
  height: 100%;
  min-width: 0;
}
.artist-profile-slider .slick-arrow.slick-arrow {
  top: calc(50% + 30px);
  transform: translateY(-50%);
}
@media screen and (min-width: 701px) {
  .artist-profile-slider .slick-arrow.slick-arrow {
    top: 44%;
  }
}
@media screen and (min-width: 1001px) {
  .artist-profile-slider .slick-arrow.slick-arrow {
    top: 50%;
  }
}
.artist-profile-slider .slick-prev.slick-prev {
  left: 0;
}
@media screen and (min-width: 768px) {
  .artist-profile-slider .slick-prev.slick-prev {
    left: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .artist-profile-slider .slick-prev.slick-prev {
    left: -20px;
  }
}
.artist-profile-slider .slick-next.slick-next {
  right: 0;
}
@media screen and (min-width: 768px) {
  .artist-profile-slider .slick-next.slick-next {
    right: 15px;
  }
}
@media screen and (min-width: 1400px) {
  .artist-profile-slider .slick-next.slick-next {
    right: 80px;
  }
}
.artist-profile-slider .slick-disabled.slick-disabled {
  pointer-events: none;
}

.artist-profile-block {
  max-width: 1024px;
  padding: 0 30px;
  margin: 250px auto 0;
  color: #dbd9cf;
  margin-bottom: 192px;
}
@media screen and (min-width: 701px) {
  .artist-profile-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.artist-profile-block h3, .artist-profile-block .h3 {
  color: #dbd9cf;
}
.artist-profile-block .image {
  transform: translateY(-125px);
  margin-bottom: -240px;
  position: relative;
  z-index: 2;
}
@media screen and (min-width: 701px) {
  .artist-profile-block .image {
    transform: translateX(0);
    -ms-flex: 1 0 240px;
        flex: 1 0 240px;
    max-width: 26%;
    margin: 0 -10% 0 0;
  }
}
@media screen and (min-width: 1001px) {
  .artist-profile-block .image {
    margin-bottom: 0;
  }
}
.artist-profile-block .image img {
  max-width: 184px;
  display: block;
  border-radius: 50%;
  margin: 0 auto;
}
@media screen and (min-width: 701px) {
  .artist-profile-block .image img {
    max-width: 100%;
  }
}
.artist-profile-block .text-area {
  background: #2d2a2b;
  padding: 150px 30px 44px;
}
@media screen and (min-width: 701px) {
  .artist-profile-block .text-area {
    padding-left: 13.5%;
  }
}
@media screen and (min-width: 1001px) {
  .artist-profile-block .text-area {
    padding: 95px 150px 95px 13.5%;
  }
}
.artist-profile-block .btn.btn-light-solid {
  display: block;
}
@media screen and (min-width: 480px) {
  .artist-profile-block .btn.btn-light-solid {
    display: inline-block;
  }
}
.artist-profile-block .btn.btn-light-solid:hover {
  opacity: 1;
  border-color: #e4c02c;
  color: #e4c02c;
}
@media screen and (min-width: 768px) {
  .artist-profile-block p {
    margin-bottom: 25px;
  }
}

.line-up-filter-section.line-up-filter-section {
  padding-top: 0;
}
.line-up-filter-section.line-up-filter-section .jcf-select {
  min-width: 0;
}
@media screen and (min-width: 768px) {
  .line-up-filter-section.line-up-filter-section .jcf-select {
    min-width: 220px;
  }
}
.line-up-filter-section.line-up-filter-section.container, .line-up-filter-section.line-up-filter-section.map-control-bar, .line-up-filter-section.line-up-filter-section.newsbox-section, .line-up-filter-section.line-up-filter-section.awards-holder, .line-up-filter-section.line-up-filter-section.inform-block, .line-up-filter-section.line-up-filter-section.events-filter-section, .line-up-filter-section.line-up-filter-section.two-block, .line-up-filter-section.line-up-filter-section.main-content, .line-up-filter-section.line-up-filter-section.meet-section {
  padding: 0;
}
@media screen and (min-width: 701px) {
  .line-up-filter-section.line-up-filter-section.container, .line-up-filter-section.line-up-filter-section.map-control-bar, .line-up-filter-section.line-up-filter-section.newsbox-section, .line-up-filter-section.line-up-filter-section.awards-holder, .line-up-filter-section.line-up-filter-section.inform-block, .line-up-filter-section.line-up-filter-section.events-filter-section, .line-up-filter-section.line-up-filter-section.two-block, .line-up-filter-section.line-up-filter-section.main-content, .line-up-filter-section.line-up-filter-section.meet-section {
    padding: 50px 0 0;
  }
}
@media screen and (min-width: 1000px) {
  .line-up-filter-section.line-up-filter-section.container, .line-up-filter-section.line-up-filter-section.map-control-bar, .line-up-filter-section.line-up-filter-section.newsbox-section, .line-up-filter-section.line-up-filter-section.awards-holder, .line-up-filter-section.line-up-filter-section.inform-block, .line-up-filter-section.line-up-filter-section.events-filter-section, .line-up-filter-section.line-up-filter-section.two-block, .line-up-filter-section.line-up-filter-section.main-content, .line-up-filter-section.line-up-filter-section.meet-section {
    padding-top: 80px;
  }
}
@media screen and (min-width: 700px) {
  .line-up-filter-section.line-up-filter-section .panel-box {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 1000px) {
  .line-up-filter-section.line-up-filter-section .panel-box {
    margin-bottom: 70px;
  }
}
.line-up-filter-section.line-up-filter-section .news-section {
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 30px;
}
.line-up-filter-section.line-up-filter-section .load-more-holder {
  margin-bottom: 100px;
}
@media screen and (min-width: 768px) {
  .line-up-filter-section.line-up-filter-section .load-more-holder {
    margin-bottom: 150px;
  }
}
.line-up-filter-section.line-up-filter-section .post-card-prom:after,
.line-up-filter-section.line-up-filter-section .without-image:after {
  content: "";
  display: block;
  padding-top: 62%;
}
@media screen and (min-width: 601px) {
  .line-up-filter-section.line-up-filter-section .post-card-prom:after,
  .line-up-filter-section.line-up-filter-section .without-image:after {
    display: none;
  }
}
.line-up-filter-section.line-up-filter-section .post-card-prom {
  margin-left: 30px;
}
@media screen and (min-width: 601px) {
  .line-up-filter-section.line-up-filter-section .post-card-prom {
    margin-left: 0;
  }
}
.line-up-filter-section.line-up-filter-section .without-image:after {
  padding-top: 29%;
}
.line-up-filter-section.line-up-filter-section .prom-box {
  position: relative;
  width: 30.5%;
  min-height: 300px;
  background: url(../../images/line-up-04.jpg) no-repeat;
  background-size: cover;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  color: #fff;
  padding: 15px 30px 59px 30px;
}
@media screen and (min-width: 600px) {
  .line-up-filter-section.line-up-filter-section .prom-box {
    padding: 15px 80px 59px 50px;
  }
}
.line-up-filter-section.line-up-filter-section .prom-box h2 {
  margin-bottom: 20px;
  width: 100%;
}
@media screen and (min-width: 600px) {
  .line-up-filter-section.line-up-filter-section .prom-box h2 {
    margin-bottom: 36px;
  }
}
.line-up-filter-section.line-up-filter-section .prom-box h3 {
  color: #2d2a2b;
  margin-bottom: 34px;
}
.line-up-filter-section.line-up-filter-section .prom-box.prom-box {
  width: calc(100% + 30px);
  height: 100%;
  text-align: left;
  margin-left: -30px;
}
.line-up-filter-section.line-up-filter-section .post-card.without-img .holder {
  padding-top: 110px;
}

.bg-news {
  background-image: url(../../images/bg-05.png);
}

.hero-section-newsroom.hero-section-newsroom {
  padding-top: 0;
}
@media screen and (min-width: 1000px) {
  .hero-section-newsroom.hero-section-newsroom {
    padding-bottom: 39px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-section-newsroom.hero-section-newsroom .text-holder,
  .hero-section-newsroom.hero-section-newsroom .image-holder {
    transition: transform 0.4s ease-out 0.25s;
  }
}
@media (min-width: 1024px) {
  .hero-section-newsroom.hero-section-newsroom.in-viewport .text-holder,
  .hero-section-newsroom.hero-section-newsroom.in-viewport .image-holder {
    transform: translate(0);
  }
}
.hero-section-newsroom.hero-section-newsroom .container, .hero-section-newsroom.hero-section-newsroom .map-control-bar, .hero-section-newsroom.hero-section-newsroom .newsbox-section, .hero-section-newsroom.hero-section-newsroom .awards-holder, .hero-section-newsroom.hero-section-newsroom .inform-block, .hero-section-newsroom.hero-section-newsroom .events-filter-section, .hero-section-newsroom.hero-section-newsroom .two-block, .hero-section-newsroom.hero-section-newsroom .main-content, .hero-section-newsroom.hero-section-newsroom .meet-section {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}
@media screen and (min-width: 768px) {
  .hero-section-newsroom.hero-section-newsroom .container, .hero-section-newsroom.hero-section-newsroom .map-control-bar, .hero-section-newsroom.hero-section-newsroom .newsbox-section, .hero-section-newsroom.hero-section-newsroom .awards-holder, .hero-section-newsroom.hero-section-newsroom .inform-block, .hero-section-newsroom.hero-section-newsroom .events-filter-section, .hero-section-newsroom.hero-section-newsroom .two-block, .hero-section-newsroom.hero-section-newsroom .main-content, .hero-section-newsroom.hero-section-newsroom .meet-section {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.hero-section-newsroom.hero-section-newsroom .text-holder {
  background: #fff;
  padding: 51px 10px 30px 30px;
  margin-left: -30px;
  box-shadow: 5px 6px 14.79px 2.21px rgba(141, 139, 131, 0.4);
}
@media screen and (min-width: 480px) {
  .hero-section-newsroom.hero-section-newsroom .text-holder {
    padding-right: 20px;
    max-width: 70%;
  }
}
@media screen and (min-width: 768px) {
  .hero-section-newsroom.hero-section-newsroom .text-holder {
    padding: 45px 50px;
    -ms-flex: 0 0 60%;
        flex: 0 0 60%;
    max-width: 60%;
    margin-left: -52px;
    margin-right: -50px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-section-newsroom.hero-section-newsroom .text-holder {
    padding: 140px 7% 100px;
    margin-left: 0;
    -ms-flex: 0 0 51%;
        flex: 0 0 51%;
    max-width: 51%;
    transform: translateX(-160vh);
  }
}
@media screen and (max-width: 700px) {
  .hero-section-newsroom.hero-section-newsroom .text-holder .sm-hide {
    display: none;
  }
}
.hero-section-newsroom.hero-section-newsroom .text-holder .text-wrap {
  margin-bottom: 30px;
}
.hero-section-newsroom.hero-section-newsroom .ttl {
  color: #5c4ed0;
}
.hero-section-newsroom.hero-section-newsroom .image-holder {
  margin: 0;
  box-shadow: 5px 6px 14.79px 2.21px rgba(141, 139, 131, 0.4);
  -ms-flex-order: -1;
      order: -1;
  margin-bottom: -120px;
  margin-right: -30px;
  z-index: -1;
}
@media screen and (min-width: 550px) {
  .hero-section-newsroom.hero-section-newsroom .image-holder {
    margin-bottom: -40%;
    margin-right: 150px;
  }
}
@media screen and (min-width: 768px) {
  .hero-section-newsroom.hero-section-newsroom .image-holder {
    -ms-flex: 0 0 55%;
        flex: 0 0 55%;
    max-width: 400px;
    -ms-flex-order: 0;
        order: 0;
    margin: 0;
  }
}
@media screen and (min-width: 1024px) {
  .hero-section-newsroom.hero-section-newsroom .image-holder {
    max-width: 556px;
    transform: translateX(100px);
  }
}
.hero-section-newsroom.hero-section-newsroom .image-holder img {
  width: 100%;
}
.hero-section-newsroom.hero-section-newsroom h1 {
  color: #2d2a2b;
  font-size: 40px;
}
@media screen and (min-width: 768px) {
  .hero-section-newsroom.hero-section-newsroom h1 {
    font-size: 45px;
    margin-bottom: 23px;
  }
}
@media screen and (min-width: 1024px) {
  .hero-section-newsroom.hero-section-newsroom h1 {
    font-size: 55px;
  }
}
.hero-section-newsroom.hero-section-newsroom p {
  margin-bottom: 25px;
}
@media screen and (min-width: 1024px) {
  .hero-section-newsroom.hero-section-newsroom p {
    margin-bottom: 15px;
  }
}

.newsletter-box.bg-transparent .holder {
  background: rgba(255, 255, 255, 0.9);
}

.head-section.bg-line-up {
  background-image: url(../../images/bg-06.jpg);
  background-position-y: 100%;
}
.head-section.bg-line-up .container:before, .head-section.bg-line-up .map-control-bar:before, .head-section.bg-line-up .newsbox-section:before, .head-section.bg-line-up .awards-holder:before, .head-section.bg-line-up .inform-block:before, .head-section.bg-line-up .events-filter-section:before, .head-section.bg-line-up .two-block:before, .head-section.bg-line-up .main-content:before, .head-section.bg-line-up .meet-section:before {
  display: none;
}
@media screen and (min-width: 768px) {
  .head-section.bg-line-up .container:before, .head-section.bg-line-up .map-control-bar:before, .head-section.bg-line-up .newsbox-section:before, .head-section.bg-line-up .awards-holder:before, .head-section.bg-line-up .inform-block:before, .head-section.bg-line-up .events-filter-section:before, .head-section.bg-line-up .two-block:before, .head-section.bg-line-up .main-content:before, .head-section.bg-line-up .meet-section:before {
    display: block;
    content: "";
    position: absolute;
    width: 300px;
    min-height: 860px;
    bottom: 20%;
    right: 130px;
    background-image: url(../../images/bg-04.jpg);
    z-index: 2;
    background-position: 0 100%;
    background-repeat: no-repeat;
    background-size: contain;
    opacity: 0.75;
  }
}
@media screen and (min-width: 1024px) {
  .head-section.bg-line-up .container:before, .head-section.bg-line-up .map-control-bar:before, .head-section.bg-line-up .newsbox-section:before, .head-section.bg-line-up .awards-holder:before, .head-section.bg-line-up .inform-block:before, .head-section.bg-line-up .events-filter-section:before, .head-section.bg-line-up .two-block:before, .head-section.bg-line-up .main-content:before, .head-section.bg-line-up .meet-section:before {
    width: 402px;
  }
}
.head-section.bg-line-up:after {
  background-image: url(../../images/bg-decor-07.png);
  height: 74px;
}
@media (max-width: 699px) {
  .head-section.bg-line-up:after {
    height: 45px;
    margin-top: 0;
    background-size: auto 100%;
  }
}
.head-section.bg-line-up h1, .head-section.bg-line-up .h1 {
  position: relative;
  z-index: 10;
}
.head-section.bg-newsroom {
  background-image: url(../../images/bg-08.jpg);
  min-height: 515px;
  margin-bottom: -371px;
}
@media screen and (min-width: 700px) {
  .head-section.bg-newsroom {
    min-height: 381px;
    margin-bottom: -170px;
  }
}
@media screen and (min-width: 1024px) {
  .head-section.bg-newsroom {
    margin-bottom: -242px;
    min-height: 571px;
  }
}
.head-section.bg-newsroom:after {
  background-image: url(../../images/bg-decor-08.png);
  height: 74px;
}
.head-section.bg-profile {
  background-image: url(../../images/bg-06.jpg);
}
@media screen and (min-width: 1024px) {
  .head-section.bg-profile {
    margin-bottom: -100px;
    min-height: 500px;
  }
}
.head-section.bg-profile:after {
  top: calc(100% - 2px);
  background-image: url(../../images/bg-decor-07.png);
}
@media (max-width: 699px) {
  .head-section.bg-profile:after {
    display: none;
  }
}
.head-section.bg-profile .title-place {
  margin-bottom: -3px;
  padding-bottom: 13px;
}
@media screen and (min-width: 768px) {
  .head-section.bg-profile .title-place {
    padding-bottom: 18px;
  }
}

.head-section-dark {
  color: #dbd9cf;
}
.head-section-dark .breadcrumbs-dark a {
  color: #dbd9cf;
}
.head-section-dark .breadcrumbs-dark a:hover {
  color: #e4c02c;
}

.head-section {
  background: url(../../images/bg-01.jpg);
  position: relative;
  padding-bottom: 5px;
  min-height: 137px;
  padding-top: 89px;
}
@media (min-width: 700px) {
  .head-section {
    padding-top: 115px;
    min-height: 200px;
  }
}
@media (min-width: 1025px) {
  .head-section {
    min-height: 300px;
    padding-bottom: 36px;
    padding-top: 157px;
  }
}
.head-section .container, .head-section .map-control-bar, .head-section .newsbox-section, .head-section .awards-holder, .head-section .inform-block, .head-section .events-filter-section, .head-section .two-block, .head-section .main-content, .head-section .meet-section {
  position: relative;
  z-index: 2;
}
.head-section h1 {
  margin-bottom: 0;
}
.head-section:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: url(../../images/bg-decor-02.png) repeat-x;
  background-position: 50% 50%;
  height: 78px;
  z-index: 1;
  margin-top: -20px;
}
@media (max-width: 699px) {
  .head-section:after {
    height: 35px;
    background-size: auto 100%;
  }
}
@media (min-width: 700px) {
  .head-section:after {
    margin-top: 0;
  }
}
.head-section.image-bg {
  min-height: 240px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: 0 80%;
}
@media (min-width: 700px) {
  .head-section.image-bg {
    min-height: 280px;
  }
}
@media (min-width: 1025px) {
  .head-section.image-bg {
    min-height: 387px;
  }
}
@media (max-width: 767px) {
  .head-section.image-bg {
    background-position: 70% 100%;
  }
}
.head-section.image-bg:after {
  background: url(../../images/bg-decor-01.png) repeat-x;
  height: 71px;
  top: auto;
  bottom: 0;
}
.head-section.bg-add {
  color: #dbd9cf;
  background-image: url(../../images/bg-03.jpg);
}
.head-section.bg-add:after {
  background-image: url(../../images/bg-decor-03.png);
}

.breadcrumbs {
  font-size: 16px;
  color: #dbd9cf;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
@media (min-width: 700px) {
  .breadcrumbs {
    margin-bottom: 28px;
    font-size: 18px;
  }
}
.breadcrumbs li:after {
  content: "|";
  color: #f2f0e9;
  display: inline-block;
  margin: 0 8px;
}
.breadcrumbs li:last-child:after {
  display: none;
}
.breadcrumbs.breadcrumbs-dark li:after {
  color: #545350;
}

.accordion {
  margin-bottom: 30px;
}
@media (min-width: 700px) {
  .accordion {
    margin-right: -30px;
  }
}
@media (min-width: 1025px) {
  .accordion {
    margin-bottom: 40px;
    margin-right: 0;
  }
}
.accordion li {
  margin-bottom: 10px;
  transition: margin 0.3s ease;
}
@media (min-width: 1025px) {
  .accordion li {
    margin-bottom: 17px;
  }
}
.accordion li:last-child {
  border: none;
}
.accordion li.active {
  margin-bottom: 6px;
}
.accordion li.active .opener:after {
  display: none;
}
.accordion .opener {
  position: relative;
  padding: 8px 25px 7px 0;
  display: block;
  border-bottom: 3px solid #e4c02c;
  color: #2d2a2b;
  text-decoration: none;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 700px) {
  .accordion .opener {
    font-size: 26px;
  }
}
.accordion .opener:after, .accordion .opener:before {
  content: "";
  position: absolute;
  right: 0;
  width: 16px;
  height: 3px;
  background-color: #e4c02c;
  top: 20px;
}
@media (min-width: 700px) {
  .accordion .opener:after, .accordion .opener:before {
    top: 28px;
  }
}
.accordion .opener:after {
  transform: rotate(90deg);
}
.accordion .slide {
  border-bottom: 3 px solid #e4c02c;
}
.accordion .slide > span {
  display: block;
  padding: 10px 0 13px;
}

.widget-about {
  padding-top: 15px;
  padding-right: 3px;
  display: none;
}
@media (min-width: 700px) {
  .widget-about {
    display: block;
  }
}
.widget-about h4 {
  margin: 0 52px 21px 0;
  padding-bottom: 2px;
  border-bottom: 3px solid #2d2a2b;
}
@media (min-width: 1025px) {
  .widget-about h4 {
    margin: 0 0 33px;
  }
}
.widget-about.widget {
  margin-bottom: 50px;
}
@media (min-width: 1025px) {
  .widget-about.widget {
    margin-bottom: 65px;
  }
}

.about-list {
  font-size: 19px;
  padding-bottom: 0;
  margin-bottom: 0;
}
@media (min-width: 1025px) {
  .about-list {
    font-size: 26px;
  }
}
.about-list li {
  margin: 0 0 9px;
}
@media (min-width: 1025px) {
  .about-list li {
    margin: 0 0 11px;
  }
}
.about-list li:last-child {
  margin-bottom: 0;
}
.about-list li.active {
  position: relative;
}
.about-list li.active > a {
  color: #5c4ed0;
}
.about-list li.active:after {
  content: "";
  position: absolute;
  border-color: transparent transparent transparent #5c4ed0;
  border-style: solid;
  border-width: 7px 0 7px 7px;
  height: 0;
  width: 0;
  top: 5px;
  left: -14px;
}
@media (min-width: 1025px) {
  .about-list li.active:after {
    left: -16px;
    top: 9px;
  }
}
.about-list ul {
  padding-top: 11px;
  padding-left: 13px;
  margin-bottom: 0;
}
.about-list a {
  color: #2d2a2b;
  transition: color 0.3s ease;
}
.about-list a:hover {
  color: #5c4ed0;
}

.widget-post {
  background: #f4f4f1;
  padding: 20px 31px 24px;
  overflow: hidden;
}
@media (min-width: 700px) {
  .widget-post {
    padding: 20px 20px 31px;
  }
}
@media (min-width: 1025px) {
  .widget-post {
    padding: 30px 30px 31px;
  }
}
.widget-post .image {
  margin: -20px -31px 45px;
  overflow: hidden;
  display: block;
}
@media (min-width: 700px) {
  .widget-post .image {
    margin: -20px -20px 28px;
  }
}
@media (min-width: 1025px) {
  .widget-post .image {
    margin: -30px -30px 43px;
  }
}
.widget-post .image img {
  width: 100%;
  vertical-align: top;
  transition: transform 0.3s ease;
}
.widget-post:hover .image img {
  transform: scale(1.1);
}
.widget-post h3 {
  margin-bottom: 6px;
  color: #2d2a2b;
}
@media (max-width: 1023px) {
  .widget-post h3 {
    margin-bottom: 11px;
    font-size: 27px;
  }
}
.widget-post h3 a {
  color: #2d2a2b;
  transition: color 0.3s ease;
}
.widget-post h3 a:hover {
  color: #5c4ed0;
}
.widget-post .btn {
  margin-top: 10px;
}
@media (min-width: 700px) {
  .widget-post .btn {
    margin-top: 20px;
  }
}
@media (min-width: 1025px) {
  .widget-post .btn {
    margin-top: 30px;
  }
}
.widget-post p {
  margin-bottom: 10px;
}
.widget-post.center-mod {
  text-align: center;
  background: none;
  padding: 0;
}
@media (min-width: 700px) {
  .widget-post.center-mod {
    padding: 5px 0 15px;
  }
}
@media (min-width: 1025px) {
  .widget-post.center-mod {
    padding: 5px 15px 15px;
  }
}
.widget-post.center-mod .image {
  margin: 0 auto 29px;
  border-radius: 50%;
  width: 204px;
  height: 204px;
}
@media (min-width: 1025px) {
  .widget-post.center-mod .image {
    margin: 0 auto 49px;
    width: 251px;
    height: 251px;
  }
}
.widget-post.center-mod .btn {
  margin-top: 15px;
}
@media (min-width: 1025px) {
  .widget-post.center-mod .btn {
    margin-top: 25px;
  }
}

.btn,
.gform_button {
  display: inline-block;
  vertical-align: top;
  outline: none;
  text-transform: uppercase;
  font-weight: 700;
  color: #5c4ed0;
  padding: 11px 15px 11px;
  text-align: center;
  border: 3px solid #5c4ed0;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2px;
  margin-bottom: 10px;
  background: none;
  font-size: 19px;
  line-height: 1.25;
  min-width: 96px;
  transition: background 0.3s ease, color 0.3s ease, border 0.3s ease;
}
@media (min-width: 1025px) {
  .btn,
  .gform_button {
    padding: 10px 38px 10px;
    font-size: 22px;
    min-width: 158px;
  }
}
.btn:hover,
.gform_button:hover {
  border-color: #5c4ed0;
  background: #5c4ed0;
  color: #fff;
}
.btn.ico-btn,
.gform_button.ico-btn {
  min-width: 130px;
  padding: 11px 17px 12px 17px;
}
@media (min-width: 1025px) {
  .btn.ico-btn,
  .gform_button.ico-btn {
    min-width: 140px;
    padding: 10px 17px 10px 20px;
  }
}
.btn.ico-btn i,
.gform_button.ico-btn i {
  font-size: 16px;
  display: inline-block;
  margin-right: 10px;
}
@media (min-width: 1025px) {
  .btn.ico-btn i,
  .gform_button.ico-btn i {
    font-size: 22px;
  }
}
.btn.ico-btn .icon-map,
.gform_button.ico-btn .icon-map {
  font-weight: 700;
}
.btn.btn-black,
.gform_button.btn-black {
  color: #2d2a2b;
  border-color: #2d2a2b;
  background: none;
}
.btn.btn-black:hover,
.gform_button.btn-black:hover {
  color: #5c4ed0;
  border-color: #5c4ed0;
}
.btn.btn-black-solid,
.gform_button.btn-black-solid {
  color: #2d2a2b;
  border-color: #2d2a2b;
}
.btn.btn-black-solid:hover,
.gform_button.btn-black-solid:hover {
  color: #fff;
  border-color: #5c4ed0;
  background-color: #5c4ed0;
}
.btn.btn-white,
.gform_button.btn-white {
  border-color: #fff;
  color: #fff;
  background: none;
}
.btn.btn-white:hover,
.gform_button.btn-white:hover {
  color: #e4c02c;
  border-color: #e4c02c;
}
.btn.btn-white-02,
.gform_button.btn-white-02 {
  border-color: #fff;
  color: #fff;
  background: none;
}
.btn.btn-white-02:hover,
.gform_button.btn-white-02:hover {
  color: #5c4ed0;
  border-color: #5c4ed0;
}
.btn.btn-solid,
.gform_button.btn-solid {
  background: #5c4ed0;
  color: #fff;
}
.btn.btn-solid:hover,
.gform_button.btn-solid:hover {
  border-color: #3b2fa5;
  background: #3b2fa5;
}
.btn.btn-white-solid,
.gform_button.btn-white-solid {
  border-color: #fff;
  color: #fff;
  background: #5c4ed0;
}
.btn.btn-white-solid:hover,
.gform_button.btn-white-solid:hover {
  color: #5c4ed0;
  border-color: #5c4ed0;
  background: #000;
}
.btn.btn-yellow,
.gform_button.btn-yellow {
  border-color: #e4c02c;
  color: #e4c02c;
}
.btn.btn-yellow:hover,
.gform_button.btn-yellow:hover {
  background: #e4c02c;
  color: #2d2a2b;
}
.btn.btn-light-solid,
.gform_button.btn-light-solid {
  transition: opacity 0.3s ease-in-out;
  color: #dbd9cf;
  border-color: #dbd9cf;
}
.btn.btn-light-solid:hover,
.gform_button.btn-light-solid:hover {
  opacity: 0.7;
}

.related-block, .news-section {
  margin-bottom: 77px;
}
@media (min-width: 700px) {
  .related-block, .news-section {
    margin-bottom: 92px;
  }
}
@media (min-width: 1025px) {
  .related-block, .news-section {
    margin-bottom: 52px;
  }
}
.related-block .holder-post, .news-section .holder-post {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -15px 0 -18px;
}
@media (min-width: 700px) {
  .related-block .holder-post, .news-section .holder-post {
    margin: 0 -45px;
  }
}
@media (min-width: 1025px) {
  .related-block .holder-post, .news-section .holder-post {
    margin: 0 -65px 0 -15px;
  }
}
.related-block h2, .news-section h2 {
  margin-bottom: 23px;
}
@media (min-width: 700px) {
  .related-block h2, .news-section h2 {
    margin-bottom: 41px;
  }
}
@media (min-width: 1025px) {
  .related-block h2, .news-section h2 {
    margin-bottom: 38px;
  }
}
.related-block .post-card, .news-section .post-card {
  width: 50%;
}
@media (max-width: 1180px) and (min-width: 1025px) {
  .related-block .post-card, .news-section .post-card {
    width: 100%;
  }
}
@media (max-width: 880px) and (min-width: 700px) {
  .related-block .post-card, .news-section .post-card {
    width: calc(100% - 130px);
    margin-left: 65px;
    margin-right: 65px;
  }
}
@media (max-width: 599px) {
  .related-block .post-card, .news-section .post-card {
    width: 100%;
  }
}

.post-card {
  width: 100%;
  padding: 0 15px 30px 45px;
}
@media (min-width: 700px) {
  .post-card {
    padding: 0 15px 60px 45px;
    width: 50%;
  }
}
@media (min-width: 1000px) {
  .post-card {
    padding: 0 45px 60px;
  }
}
.post-card .holder {
  display: block;
  color: #2d2a2b;
  padding: 25px 37px 16px 26px;
  height: 100%;
  border: 3px solid #e4c02c;
  transition: border 0.3s ease, background 0.3s ease;
}
@media (min-width: 700px) {
  .post-card .holder {
    padding: 27px 40px 28px 35px;
  }
}
@media (min-width: 1025px) {
  .post-card .holder {
    padding: 27px 40px 57px 50px;
  }
}
.post-card .holder:hover {
  border-color: #2d2a2b;
  background: #e4c02c;
}
.post-card .holder:hover img {
  transform: scale(1.1);
}
.post-card .ttl {
  display: block;
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 4px;
}
@media (min-width: 700px) {
  .post-card .ttl {
    font-size: 21px;
  }
}
.post-card .image {
  overflow: hidden;
  margin: 0 -11px 21px -57px;
}
@media (min-width: 700px) {
  .post-card .image {
    margin: 0 -17px 36px -67px;
  }
}
@media (min-width: 1025px) {
  .post-card .image {
    margin: 0 -13px 65px -83px;
  }
}
.post-card .image img {
  width: 100%;
  transition: transform 0.3s ease;
  vertical-align: top;
}
.post-card.hidden-tablet {
  display: none;
}
@media (min-width: 1000px) {
  .post-card.hidden-tablet {
    display: block;
  }
}

.news-section {
  padding-top: 52px;
  padding-bottom: 50px;
}
@media (min-width: 700px) {
  .news-section .holder-post {
    margin-right: -45px;
  }
}
@media (min-width: 1025px) {
  .news-section .holder-post {
    margin-right: -47px;
  }
}
@media (max-width: 1180px) and (min-width: 1001px) {
  .news-section .holder-post .post-card {
    width: 33.33%;
  }
}
@media (max-width: 880px) and (min-width: 700px) {
  .news-section .holder-post .post-card {
    width: 50%;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (min-width: 1000px) {
  .news-section .holder-post .post-card {
    width: 33.33%;
  }
}

.photo-block {
  position: relative;
  margin-bottom: 49px;
}
@media (min-width: 1025px) {
  .photo-block {
    margin-bottom: 98px;
  }
}
.photo-block h2 {
  margin-bottom: 26px;
}
@media (min-width: 700px) {
  .photo-block h2 {
    margin-bottom: 46px;
  }
}

.slider-gallery {
  margin-bottom: 30px;
}
@media (min-width: 1025px) {
  .slider-gallery {
    margin-bottom: 20px;
  }
}
.slider-gallery .slide {
  position: relative;
}
.slider-gallery .slide img {
  width: 100%;
  vertical-align: top;
}
.slider-gallery .tooltip {
  position: absolute;
  left: 10px;
  bottom: 15px;
}
@media (min-width: 700px) {
  .slider-gallery .tooltip {
    bottom: 25px;
    left: 31px;
  }
}

.slider-nav {
  margin: 0 -15px;
}
@media (max-width: 699px) {
  .slider-nav {
    position: absolute;
    top: 60px;
    bottom: 0;
    left: 0;
    right: 0;
  }
}
@media (min-width: 700px) {
  .slider-nav {
    position: relative;
  }
}
@media (min-width: 1025px) {
  .slider-nav {
    margin: 0 -10px;
  }
}
@media (max-width: 699px) {
  .slider-nav .slick-list {
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    position: relative;
  }
}
.slider-nav .slide {
  margin: 0 15px;
  outline: none;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .slider-nav .slide {
    margin: 0 10px;
  }
}
.slider-nav .slide:hover .image:before, .slider-nav .slide.slick-current .image:before {
  opacity: 0;
}
.slider-nav .image {
  position: relative;
}
.slider-nav .image:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #363636;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}
.slider-nav .image img {
  width: 100%;
  vertical-align: top;
}

.slick-gallery-section {
  max-width: 1569px;
  margin: 0 auto;
}
@media (max-width: 699px) {
  .slick-gallery-section {
    margin-top: -5px;
  }
}

.gallery-section-flex-container {
  padding: 0;
  max-width: 1400px;
  margin: 0;
  padding-left: 0;
}
@media screen and (min-width: 768px) {
  .gallery-section-flex-container {
    margin-top: -10px;
  }
}
@media screen and (min-width: 800px) {
  .gallery-section-flex-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding: 0 50px 0 0;
    margin-bottom: 48px;
  }
}
@media screen and (min-width: 1024px) {
  .gallery-section-flex-container {
    margin-bottom: 133px;
  }
}
.gallery-section-flex-container .slider-syncing,
.gallery-section-flex-container .panorama {
  margin-bottom: 20px;
  width: 100%;
  z-index: 50;
}
@media screen and (min-width: 600px) {
  .gallery-section-flex-container .slider-syncing,
  .gallery-section-flex-container .panorama {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 800px) {
  .gallery-section-flex-container .slider-syncing,
  .gallery-section-flex-container .panorama {
    -ms-flex: 1 0 calc(100% - 232px);
        flex: 1 0 calc(100% - 232px);
    max-width: calc(100% - 232px);
  }
}
.gallery-section-flex-container .slider-syncing .image,
.gallery-section-flex-container .panorama .image {
  position: relative;
  overflow: hidden;
}
.gallery-section-flex-container .slider-syncing .bg-stretch,
.gallery-section-flex-container .panorama .bg-stretch {
  background-position: 50% 50%;
  padding-top: 78%;
  background-size: contain;
  background-repeat: no-repeat;
}
@media screen and (min-width: 801px) {
  .gallery-section-flex-container .slider-syncing .bg-stretch,
  .gallery-section-flex-container .panorama .bg-stretch {
    background-size: cover;
    min-height: 748px;
    padding-top: 0;
  }
}
.gallery-section-flex-container .slider-syncing .inform-block.inform-block .tooltip,
.gallery-section-flex-container .panorama .inform-block.inform-block .tooltip {
  display: block;
  left: 30px;
  font-size: 14px;
}
.gallery-section-flex-container .slider-syncing .inform-block.inform-block .text,
.gallery-section-flex-container .panorama .inform-block.inform-block .text {
  font-size: 14px;
}
.gallery-section-flex-container .slider-syncing-nav {
  position: relative;
  margin: 0 19px;
  z-index: 50;
  margin-bottom: 45px;
}
@media screen and (min-width: 768px) {
  .gallery-section-flex-container .slider-syncing-nav {
    margin-bottom: 83px;
    padding: 0 15px;
  }
}
@media screen and (min-width: 800px) {
  .gallery-section-flex-container .slider-syncing-nav {
    -ms-flex: 1 0 200px;
        flex: 1 0 200px;
    max-width: 200px;
    margin: 0px 0 0 32px;
    padding: 0;
  }
}
@media screen and (min-width: 800px) {
  .gallery-section-flex-container .slider-syncing-nav .slick-track {
    margin-top: 0;
  }
}
.gallery-section-flex-container .slider-syncing-nav .image {
  opacity: 0;
  position: relative;
  width: 100%;
  margin: 0 10px;
}
@media screen and (min-width: 600px) {
  .gallery-section-flex-container .slider-syncing-nav .image {
    margin: 0 15px;
  }
}
@media screen and (min-width: 800px) {
  .gallery-section-flex-container .slider-syncing-nav .image {
    margin: 0 0 25.5px;
  }
}
.gallery-section-flex-container .slider-syncing-nav .image.slick-active {
  opacity: 1;
}
.gallery-section-flex-container .slider-syncing-nav .image picture {
  display: block;
  position: relative;
}
.gallery-section-flex-container .slider-syncing-nav .image picture:before {
  transition: background 0.3s ease-in-out;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.gallery-section-flex-container .slider-syncing-nav .image.slick-current picture:before, .gallery-section-flex-container .slider-syncing-nav .image:hover picture:before {
  background: rgba(0, 0, 0, 0);
}
.gallery-section-flex-container .slider-syncing-nav img {
  width: 100%;
  vertical-align: top;
}
@media screen and (min-width: 800px) {
  .gallery-section-flex-container .slider-syncing-nav .slick-arrow {
    left: 50%;
    transform: translateX(-50%) rotate(90deg);
  }
}
.gallery-section-flex-container .slider-syncing-nav .slick-prev {
  left: -15px;
}
@media screen and (min-width: 768px) {
  .gallery-section-flex-container .slider-syncing-nav .slick-prev {
    left: -5px;
  }
}
@media screen and (min-width: 800px) {
  .gallery-section-flex-container .slider-syncing-nav .slick-prev {
    top: -30px;
    left: 50%;
  }
}
.gallery-section-flex-container .slider-syncing-nav .slick-next {
  right: -15px;
}
@media screen and (min-width: 768px) {
  .gallery-section-flex-container .slider-syncing-nav .slick-next {
    right: -5px;
  }
}
@media screen and (min-width: 800px) {
  .gallery-section-flex-container .slider-syncing-nav .slick-next {
    top: auto;
    bottom: -10px;
    left: 50%;
    right: auto;
  }
}

.hero-section {
  padding-top: 130px;
  position: relative;
  background: url(../../images/bg-03.jpg);
  background-position: 50% 50%;
  padding-bottom: 20px;
  z-index: 5;
  padding-top: 89px;
}
@media (min-width: 700px) {
  .hero-section {
    padding-top: 130px;
  }
}
@media (min-width: 1000px) {
  .hero-section {
    padding-bottom: 112px;
  }
}
.hero-section:after {
  content: "";
  position: absolute;
  top: 100%;
  right: 0;
  left: 0;
  background: url(../../images/bg-decor-03.png) repeat-x 50% 50%;
  height: 78px;
  z-index: 1;
}
.hero-section .image {
  float: right;
  position: relative;
  overflow: hidden;
  box-shadow: 5px 6px 14.79px 2.21px rgba(141, 139, 131, 0.4);
  margin: 0 -116px 0 0;
}
@media (min-width: 700px) {
  .hero-section .image {
    margin: 0 -104px 0 0;
    width: 104%;
  }
}
@media (min-width: 1000px) {
  .hero-section .image {
    width: 88.5%;
    transform: translateX(100px);
    transition: transform 0.4s ease-out 0.25s;
  }
}
.hero-section .image:hover img {
  transform: scale(1.1);
}
.hero-section .image img {
  transition: transform 0.3s ease;
  width: 100%;
  vertical-align: top;
}
.hero-section .text-area {
  float: left;
  font-weight: 400;
  position: relative;
  z-index: 2;
  box-shadow: 5px 6px 14.79px 2.21px rgba(141, 139, 131, 0.4);
  background: #fff;
  padding: 46px 29px 21px;
  margin: -71px 0 0 -30px;
}
@media (min-width: 700px) {
  .hero-section .text-area {
    margin: -169px 0 15px 0;
    padding: 42px 36px 40px;
    width: 74%;
  }
}
@media (min-width: 1000px) {
  .hero-section .text-area {
    padding: 100px 3% 60px;
    width: 65%;
    margin: 216px -50% 15px 0;
    transition: transform 0.4s ease-out 0.25s;
    transform: translateX(-120vh);
  }
}
@media (min-width: 1200px) {
  .hero-section .text-area {
    margin: 216px -40% 15px 0;
    width: 55%;
  }
}
@media (min-width: 1441px) {
  .hero-section .text-area {
    padding: 133px 7.2% 89px;
  }
}
.hero-section .text-area h1 {
  letter-spacing: 3px;
  line-height: 1;
  margin-bottom: 21px;
  color: #2d2a2b;
}
@media (max-width: 1000px) {
  .hero-section .text-area h1 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 699px) {
  .hero-section .text-area h1 {
    font-size: 40px;
    letter-spacing: 1px;
    margin-bottom: 8px;
  }
}
.hero-section .text-area p {
  max-width: 450px;
  margin-bottom: 15px;
}
@media (min-width: 700px) {
  .hero-section .text-area p {
    margin-bottom: 24px;
    letter-spacing: 0.5px;
  }
}
@media (min-width: 1000px) {
  .hero-section .text-area p {
    margin-bottom: 33px;
  }
}
@media (max-width: 999px) {
  .hero-section .text-area .btn {
    min-width: 105px;
  }
}
.hero-section .ttl {
  color: #e4c02c;
  font-size: 18px;
  display: block;
  letter-spacing: 1px;
  margin-bottom: 2px;
  font-weight: 700;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (min-width: 700px) {
  .hero-section .ttl {
    margin-bottom: 6px;
    font-size: 27px;
  }
}
@media (min-width: 1000px) {
  .hero-section .ttl {
    margin-bottom: 10px;
    font-size: 30px;
  }
}
@media (min-width: 1000px) {
  .hero-section.in-viewport .text-area,
  .hero-section.in-viewport .image {
    transform: translate(0);
  }
}
.hero-section.add-02 {
  margin-bottom: 0;
  background-image: url(../../images/bg-01.jpg);
  padding-bottom: 170px;
}
@media (max-width: 699px) {
  .hero-section.add-02 {
    padding-top: 82px;
    padding-bottom: 60px;
  }
}
.hero-section.add-02:after {
  background-image: url(../../images/bg-decor-02.png);
}
.hero-section.add-02 .text-area {
  width: 78%;
}
@media (max-width: 999px) {
  .hero-section.add-02 .text-area {
    margin-top: -96px;
    padding: 85px 51px 24px;
  }
}
@media (min-width: 1000px) {
  .hero-section.add-02 .text-area {
    width: 49%;
  }
}
@media (max-width: 699px) {
  .hero-section.add-02 .text-area {
    margin-top: -50px;
    width: calc(111% - 195px);
    padding: 44px 15px 11px 30px;
  }
}
@media (max-width: 599px) {
  .hero-section.add-02 .text-area {
    width: calc(111% - 135px);
  }
}
@media (max-width: 399px) {
  .hero-section.add-02 .text-area {
    width: 110%;
  }
}
@media (min-width: 1201px) {
  .hero-section.add-02 .text-area {
    padding-bottom: 59px;
    padding-top: 184px;
  }
}
.hero-section.add-02 h1 {
  color: #5c4ed0;
}
@media (max-width: 999px) {
  .hero-section.add-02 h1 {
    font-size: 80px;
    margin-bottom: 18px;
  }
}
@media (max-width: 699px) {
  .hero-section.add-02 h1 {
    font-size: 50px;
    margin-bottom: 8px;
  }
}
@media (max-width: 999px) {
  .hero-section.add-02 .image {
    width: 97%;
    margin-right: -50px;
  }
}
@media (max-width: 699px) {
  .hero-section.add-02 .image {
    width: 122%;
    margin-right: -57px;
  }
}
.hero-section .tooltip {
  position: absolute;
  right: 30px;
  top: 20px;
}
@media (min-width: 1000px) {
  .hero-section .tooltip {
    top: 14px;
    right: 80px;
  }
}
@media (max-width: 699px) {
  .hero-section .tooltip {
    display: none;
  }
}
@media (min-width: 1551px) {
  .hero-section .tooltip {
    right: 24px;
  }
}
.hero-section + .events-filter-section {
  padding-top: 91px;
}
@media (min-width: 700px) {
  .hero-section + .events-filter-section {
    padding-top: 120px;
  }
}
@media (min-width: 1000px) {
  .hero-section + .events-filter-section {
    padding-top: 191px;
  }
}
.hero-section h1 {
  color: #dbd9cf;
  margin-bottom: 13px;
}
@media (min-width: 700px) {
  .hero-section .visual-mobile {
    display: none;
  }
}

.hero-section-bg-transparent {
  background: transparent;
}
.hero-section-bg-transparent:after {
  background: transparent;
}

.title-decor {
  position: absolute;
  font-size: 446px;
  color: #dbd9cf;
  opacity: 0.7;
  white-space: nowrap;
  line-height: 1;
  top: -520px;
  letter-spacing: 6px;
  left: 136px;
  transform-origin: 0 0 0;
  transform: rotate(90deg);
  z-index: -1;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  mix-blend-mode: multiply;
}
@media (max-width: 1849px) {
  .title-decor {
    left: 356px;
  }
}
@media (max-width: 999px) {
  .title-decor {
    font-size: 350px;
    left: 277px;
    top: -340px;
  }
}
@media (max-width: 699px) {
  .title-decor {
    font-size: 200px;
    left: 150px;
    top: -250px;
  }
}

.two-block {
  padding-bottom: 153px;
  padding-top: 58px;
}
@media (max-width: 699px) {
  .two-block {
    padding-left: 155px;
    padding-right: 155px;
  }
}
@media (max-width: 674px) {
  .two-block {
    padding-left: 125px;
    padding-right: 125px;
  }
}
@media (max-width: 550px) {
  .two-block {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (min-width: 700px) {
  .two-block {
    padding-top: 64px;
    padding-bottom: 215px;
  }
}
@media (min-width: 1025px) {
  .two-block {
    padding-bottom: 200px;
    padding-top: 130px;
  }
}
.two-block .holder-box {
  z-index: 10;
  position: relative;
}
@media (min-width: 700px) {
  .two-block .holder-box {
    margin: 0 -15px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1025px) {
  .two-block .holder-box {
    margin: 0 -25px;
  }
}
.two-block.bg-color {
  position: relative;
  padding-top: 100px;
  padding-bottom: 272px;
}
@media (min-width: 700px) {
  .two-block.bg-color {
    padding-bottom: 456px;
    padding-top: 150px;
  }
}
@media (min-width: 1025px) {
  .two-block.bg-color {
    padding-bottom: 506px;
    padding-top: 200px;
  }
}
.two-block.bg-color:before {
  z-index: -1;
  content: "";
  top: 0;
  position: absolute;
  left: -100vh;
  right: -100vh;
  bottom: 0;
  background: url(../../images/bg-03.png) 50% 50%;
}

@media (min-width: 700px) {
  .asked-box,
  .viewmap-box,
  .newsletter-box {
    padding: 0 15px;
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .asked-box,
  .viewmap-box,
  .newsletter-box {
    padding: 0 25px;
  }
}
.asked-box .holder,
.viewmap-box .holder,
.newsletter-box .holder {
  height: 100%;
}
@media (min-width: 1025px) {
  .asked-box .holder,
  .viewmap-box .holder,
  .newsletter-box .holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.asked-box .image img,
.viewmap-box .image img,
.newsletter-box .image img {
  width: 100%;
  vertical-align: top;
}
@media (min-width: 1025px) {
  .asked-box .text-area,
  .viewmap-box .text-area,
  .newsletter-box .text-area {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
    height: 100%;
  }
}
.asked-box h3,
.viewmap-box h3,
.newsletter-box h3 {
  margin-bottom: 19px;
  width: 100%;
}
@media (min-width: 700px) {
  .asked-box h3,
  .viewmap-box h3,
  .newsletter-box h3 {
    margin-bottom: 25px;
  }
}
@media (min-width: 1025px) {
  .asked-box h3,
  .viewmap-box h3,
  .newsletter-box h3 {
    margin-bottom: 35px;
  }
}
@media (max-width: 1023px) {
  .asked-box h3,
  .viewmap-box h3,
  .newsletter-box h3 {
    font-size: 40px;
    line-height: 1.15;
  }
}
@media (max-width: 699px) {
  .asked-box h3,
  .viewmap-box h3,
  .newsletter-box h3 {
    font-size: 30px;
    line-height: 1;
  }
}
.asked-box .btn,
.viewmap-box .btn,
.newsletter-box .btn {
  letter-spacing: 3px;
}

.asked-box {
  width: 100%;
  margin-bottom: 30px;
  height: 338px;
}
@media (min-width: 700px) {
  .asked-box {
    width: 50%;
    height: auto;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .asked-box {
    width: 38.5%;
  }
}
.asked-box .holder {
  padding: 33px 57px 22px 30px;
  -ms-flex-direction: row;
      flex-direction: row;
}
@media (min-width: 700px) {
  .asked-box .holder {
    padding: 33px 8% 33px 13%;
  }
}
@media (min-width: 1025px) {
  .asked-box .holder {
    padding: 59px 11%;
  }
}
.asked-box h3 {
  color: #2d2a2b;
}
.asked-box .text-area {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  height: 100%;
  width: 100%;
}
@media (min-width: 1025px) {
  .asked-box .text-area {
    transform: translateX(100px);
    transition: transform 0.4s ease-out 0.25s;
  }
  .in-viewport .asked-box .text-area {
    transform: translate(0);
  }
}

@media (max-width: 699px) {
  .newsletter-box {
    margin-bottom: 31px;
  }
}
.newsletter-box .image {
  width: 41%;
  margin: -17px -12px -27px auto;
}
@media (min-width: 700px) {
  .newsletter-box .image {
    margin: -21px -20px -2px auto;
  }
}
@media (min-width: 1025px) {
  .newsletter-box .image {
    width: 44%;
    margin: 0 0 -83px;
    opacity: 0;
    transition: transform 0.4s ease-out 0.25s, opacity 0.4s ease-out 0.25s;
    transform: translateY(100px);
  }
  .in-viewport .newsletter-box .image {
    opacity: 1;
    transform: translate(0);
  }
}
.newsletter-box .holder {
  padding: 27px 20px 15px;
  background: #fff;
}
@media (min-width: 700px) {
  .newsletter-box .holder {
    padding: 27px;
  }
}
@media (max-width: 1024px) and (min-width: 700px) {
  .newsletter-box .holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
        flex-direction: column;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: end;
        justify-content: flex-end;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.newsletter-box .text-area {
  padding: 0 22% 4px 10px;
}
@media (min-width: 700px) {
  .newsletter-box .text-area {
    padding: 0 10px 4px;
  }
}
@media (min-width: 1025px) {
  .newsletter-box .text-area {
    width: 54%;
    padding: 10px 10px 33px;
    transform: translateX(100px);
    transition: transform 0.4s ease-out 0.25s;
  }
  .in-viewport .newsletter-box .text-area {
    transform: translate(0);
  }
}
.newsletter-box h3 {
  color: #2d2a2b;
}
.newsletter-box .btn {
  min-width: 118px;
}
@media (min-width: 1025px) {
  .newsletter-box .btn {
    min-width: 170px;
  }
}

.viewmap-box .holder {
  background: #2d2a2b;
  color: #fff;
}
.viewmap-box .image {
  width: 100%;
  max-height: 200px;
  overflow: hidden;
}
@media (min-width: 481px) {
  .viewmap-box .image {
    max-height: 350px;
  }
}
@media (min-width: 1025px) {
  .viewmap-box .image {
    width: 48.3%;
    max-height: none;
  }
}
.viewmap-box .image img {
  height: 100%;
  width: 100%;
}
.viewmap-box .text-area {
  padding: 28px 30px 20px;
}
@media (min-width: 700px) {
  .viewmap-box .text-area {
    padding: 47px 39px 32px;
  }
}
@media (min-width: 1025px) {
  .viewmap-box .text-area {
    padding: 20px 50px 59px;
    width: 51.7%;
    transform: translateX(100px);
    transition: transform 0.4s ease-out 0.25s;
  }
  .in-viewport .viewmap-box .text-area {
    transform: translate(0);
  }
}
.viewmap-box h3 {
  color: #fff;
}
.viewmap-box .btn {
  min-width: 90px;
}
@media (min-width: 1025px) {
  .viewmap-box .btn {
    min-width: 133px;
  }
}

.events-detailis-section {
  position: relative;
  padding-top: 97px;
  z-index: 1;
  padding-bottom: 99px;
}
@media (min-width: 700px) {
  .events-detailis-section {
    padding-top: 122px;
  }
}
@media (min-width: 1025px) {
  .events-detailis-section {
    padding-top: 159px;
    padding-bottom: 200px;
  }
}
.events-detailis-section h1 {
  color: #dbd9cf;
  margin-bottom: 24px;
}
@media (min-width: 1025px) {
  .events-detailis-section h1 {
    margin-bottom: 46px;
  }
}
.events-detailis-section:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 485px;
  background: url(../../images/bg-03.jpg);
  background-position: 50% 50%;
  z-index: -1;
}
@media (min-width: 1025px) {
  .events-detailis-section:before {
    height: 590px;
  }
}
.events-detailis-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 485px;
  left: 0;
  background: url(../../images/bg-decor-03.png) repeat-x;
  background-position: 50% 50%;
  height: 78px;
  z-index: -1;
}
@media (min-width: 1025px) {
  .events-detailis-section:after {
    top: 590px;
  }
}
.events-detailis-section .maps-holder {
  margin-bottom: 38px;
  margin-right: -30px;
  background: none;
}
@media (min-width: 700px) {
  .events-detailis-section .maps-holder {
    margin-bottom: 51px;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0;
  }
}
@media (min-width: 1025px) {
  .events-detailis-section .maps-holder {
    margin-bottom: 74px;
  }
}
.events-detailis-section .maps-holder .image {
  overflow: hidden;
}
@media (min-width: 700px) {
  .events-detailis-section .maps-holder .image {
    width: 52.6%;
  }
}
@media (min-width: 1025px) {
  .events-detailis-section .maps-holder .image {
    width: 63.8%;
  }
}
.events-detailis-section .maps-holder .image img {
  height: 100%;
  width: 100%;
  vertical-align: top;
}
.events-detailis-section .maps {
  width: 100%;
  height: 200px;
}
@media (min-width: 700px) {
  .events-detailis-section .maps {
    width: 47.4%;
    height: auto;
  }
}
@media (min-width: 1025px) {
  .events-detailis-section .maps {
    width: 36.2%;
  }
}
.events-detailis-section .maps iframe {
  height: 196px !important;
  width: 100% !important;
  display: block;
  margin: 0;
}
@media (min-width: 700px) {
  .events-detailis-section .maps iframe {
    height: 100% !important;
    min-height: 434px !important;
    width: calc(100% + 30px) !important;
  }
}
@media (min-width: 768px) {
  .events-detailis-section .maps iframe {
    width: calc(100% + 50px) !important;
  }
}
@media (min-width: 1025px) {
  .events-detailis-section .maps iframe {
    min-height: 587px !important;
  }
}
@media (min-width: 1201px) {
  .events-detailis-section .maps iframe {
    width: calc(100% + 60px) !important;
  }
}
.events-detailis-section .breadcrumbs {
  color: #fff;
  margin-bottom: 9px;
}
.events-detailis-section .breadcrumbs a {
  color: #fff;
}
.events-detailis-section .breadcrumbs a:hover {
  color: #e4c02c;
}
.events-detailis-section .breadcrumbs li:after {
  color: #7366de;
}
.events-detailis-section .detailis-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media (min-width: 800px) {
  .events-detailis-section .detailis-holder {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.events-detailis-section .text-area {
  width: 100%;
  max-width: 520px;
}
@media (min-width: 800px) {
  .events-detailis-section .text-area {
    padding: 0 4.5% 0 0;
    width: 63.8%;
    max-width: none;
  }
}
.events-detailis-section .text-area p {
  margin-bottom: 30px;
}
.events-detailis-section .text-area .btn {
  margin-bottom: 0;
}
@media (min-width: 800px) {
  .events-detailis-section .text-area .btn {
    margin-top: 10px;
  }
}
.events-detailis-section .detailis-box {
  padding: 26px 29px 20px;
  width: 100%;
  max-width: 492px;
  border: 3px solid #e4c02c;
  margin-bottom: 27px;
}
@media (min-width: 700px) {
  .events-detailis-section .detailis-box {
    margin-bottom: 43px;
    padding: 37px 37px 34px;
  }
}
@media (min-width: 800px) {
  .events-detailis-section .detailis-box {
    max-width: none;
    width: 36.2%;
    margin-bottom: 0;
    padding: 43px 3.5% 45px;
    margin-top: 5px;
  }
}
.events-detailis-section .detailis-box h3 {
  color: #2d2a2b;
  margin-bottom: 10px;
}
@media (min-width: 700px) {
  .events-detailis-section .detailis-box h3 {
    margin-bottom: 15px;
  }
}
.events-detailis-section .detailis-box time {
  color: #5c4ed0;
  margin-bottom: 11px;
  display: block;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 27px;
}
@media (max-width: 699px) {
  .events-detailis-section .detailis-box time {
    line-height: 1.07;
  }
}
@media (min-width: 800px) {
  .events-detailis-section .detailis-box time {
    margin-bottom: 17px;
    font-size: 30px;
  }
}
.events-detailis-section .detailis-box time.event-time {
  font-family: "futura-pt", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 24px;
  line-height: 33px;
  margin-bottom: 35px;
}
.events-detailis-section .detailis-box address {
  font-style: normal;
  display: block;
  margin: 0 0 11px;
}
@media (min-width: 700px) {
  .events-detailis-section .detailis-box address {
    margin: 0 0 16px;
  }
}
.events-detailis-section .detailis-box address br {
  display: none;
}
@media (min-width: 800px) {
  .events-detailis-section .detailis-box address br {
    display: block;
  }
}
.events-detailis-section .detailis-box address strong {
  font-weight: 700;
  font-family: "futura-pt-bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
}
@media (min-width: 800px) {
  .events-detailis-section .detailis-box address strong {
    display: inline-block;
  }
}
.events-detailis-section .detailis-box .local {
  font-size: 17px;
  font-weight: 700;
}
.events-detailis-section .detailis-box .local:before {
  display: inline-block;
  margin-right: 5px;
  content: "\e914";
  font-weight: 700;
}

.events-sponsor-section {
  background: #dbd9cf;
  padding-top: 51px;
  padding-bottom: 90px;
  position: relative;
  margin-bottom: 22px;
}
@media (min-width: 700px) {
  .events-sponsor-section {
    padding-top: 98px;
    padding-bottom: 79px;
    margin-bottom: 0;
  }
}
@media (min-width: 1025px) {
  .events-sponsor-section {
    padding-bottom: 87px;
    padding-top: 87px;
  }
}
.events-sponsor-section > .container, .events-sponsor-section > .map-control-bar, .events-sponsor-section > .newsbox-section, .events-sponsor-section > .awards-holder, .events-sponsor-section > .inform-block, .events-sponsor-section > .events-filter-section, .events-sponsor-section > .main-content, .events-sponsor-section > .meet-section, .events-sponsor-section > .two-block {
  position: relative;
}
.events-sponsor-section .head-ttl-panel {
  margin-bottom: 28px;
}
@media (min-width: 700px) {
  .events-sponsor-section .head-ttl-panel {
    margin-bottom: 20px;
  }
}
@media (min-width: 1025px) {
  .events-sponsor-section .head-ttl-panel {
    margin-bottom: 70px;
  }
}
@media (max-width: 699px) {
  .events-sponsor-section .head-ttl-panel .view-link {
    position: absolute;
    bottom: 46px;
    right: 30px;
  }
}
.events-sponsor-section.bg-yellow {
  background: #e4c02c;
  padding-top: 47px;
  padding-bottom: 155px;
}
@media (min-width: 701px) {
  .events-sponsor-section.bg-yellow {
    padding-top: 97px;
    padding-bottom: 136px;
  }
}
@media (min-width: 1024px) {
  .events-sponsor-section.bg-yellow {
    padding-top: 198px;
    padding-bottom: 225px;
  }
}
.events-sponsor-section.bg-yellow .head-ttl-panel {
  color: #fff;
}
@media (max-width: 699px) {
  .events-sponsor-section.bg-yellow .view-link {
    right: auto;
    bottom: 115px;
    left: 30px;
  }
}
@media (max-width: 1023px) {
  .events-sponsor-section h2 {
    font-size: 45px;
  }
}
@media (max-width: 699px) {
  .events-sponsor-section h2 {
    font-size: 35px;
    line-height: 1;
  }
}
.home .events-sponsor-section {
  background: #5c4ed0;
  padding-top: 47px;
  padding-bottom: 155px;
}
@media (min-width: 701px) {
  .home .events-sponsor-section {
    padding-top: 97px;
    padding-bottom: 136px;
  }
}
@media (min-width: 1024px) {
  .home .events-sponsor-section {
    padding-top: 198px;
    padding-bottom: 225px;
  }
}
.home .events-sponsor-section h2 {
  color: #fff;
}
.home .events-sponsor-section .view-link {
  color: #e4c02c;
}
.home .events-sponsor-section .view-link:hover {
  color: #fff;
}

.sponsor-list {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: center;
      align-items: center;
}
@media (min-width: 700px) {
  .sponsor-list {
    margin: 0 -35px;
  }
}
@media (min-width: 1000px) {
  .sponsor-list {
    margin: 0 -50px;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
  }
}
.sponsor-list li {
  padding: 13px 10px;
  text-align: center;
  width: 50%;
}
@media (min-width: 700px) {
  .sponsor-list li {
    padding: 20px 40px;
    max-width: none;
    width: 33.33%;
  }
}
@media (min-width: 1000px) {
  .sponsor-list li {
    padding: 25px 47px;
    width: auto;
  }
}
.sponsor-list a {
  transition: opacity 0.3s ease;
}
.sponsor-list a:hover {
  opacity: 0.8;
}

.events-filter-section {
  padding-bottom: 64px;
  padding-top: 53px;
}
@media (min-width: 700px) {
  .events-filter-section {
    padding-top: 122px;
  }
}
@media (min-width: 1025px) {
  .events-filter-section {
    padding-top: 100px;
    padding-bottom: 115px;
  }
}
.events-filter-section .panel-box {
  margin-bottom: 25px;
}
@media (min-width: 700px) {
  .events-filter-section .panel-box {
    margin-bottom: 38px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
@media (min-width: 1025px) {
  .events-filter-section .panel-box {
    margin-bottom: 35px;
  }
}
.events-filter-section .txt-res {
  font-weight: 500;
  display: block;
  font-size: 16px;
  padding-top: 5px;
}
@media (min-width: 700px) {
  .events-filter-section .txt-res {
    font-size: 19px;
    padding-top: 11px;
    margin: 0 0 0 auto;
    max-width: 50%;
  }
}
@media (min-width: 1025px) {
  .events-filter-section .txt-res {
    font-size: 24px;
  }
}
.events-filter-section .jcf-select {
  min-width: 188px;
  max-width: 50%;
}
@media (min-width: 1025px) {
  .events-filter-section .jcf-select {
    min-width: 222px;
  }
}
.events-filter-section .load-more-holder {
  text-align: center;
}

.load-more:not(.btn-yellow),
.load-more-mob:not(.btn-yellow) {
  margin: 0 auto;
}
.loading .load-more:not(.btn-yellow),
.loading .load-more-mob:not(.btn-yellow) {
  font-size: 0;
  width: 30px;
  height: 30px;
  border: none;
  background-image: url(../../images/6.gif);
  background-size: cover;
  min-width: 0;
  padding: 0;
}

.events-holder {
  margin: 0 -23px 0 0;
  text-align: left;
}
@media (min-width: 700px) {
  .events-holder {
    margin: 0 -23px 22px 0;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media (min-width: 800px) {
  .events-holder {
    margin: 0 -45px 38px 0;
  }
}
@media (min-width: 1201px) {
  .events-holder {
    margin: 0 -15px 38px 0;
  }
}

.events-card {
  padding: 29px 25px 30px 30px;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 700px) {
  .events-card {
    width: 50%;
  }
}
@media (min-width: 800px) {
  .events-card {
    padding: 70px 48px 62px 70px;
  }
}
@media (min-width: 1201px) {
  .events-card {
    padding: 70px 48px 62px 145px;
  }
}
.events-card .holder {
  display: block;
  color: #2d2a2b;
  position: relative;
  padding: 195px 7% 15px 10.5%;
  height: 100%;
  border: 3px solid #e4c02c;
  min-height: 300px;
  transition: border 0.3s ease, background 0.3s ease;
}
@media (min-width: 800px) {
  .events-card .holder {
    padding: 44px 6% 32px 40.5%;
  }
}
.events-card .holder:hover {
  border-color: #2d2a2b;
  background: #e4c02c;
}
.events-card .holder:hover img {
  transform: scale(1.1);
}
.events-card .image {
  overflow: hidden;
  position: absolute;
  top: -33px;
  left: -35px;
  width: 230px;
  max-height: 200px;
}
@media (min-width: 800px) {
  .events-card .image {
    top: -74px;
    left: -75px;
    max-height: 271px;
    width: 55%;
  }
}
@media (min-width: 1201px) {
  .events-card .image {
    width: 59%;
    left: -147px;
  }
}
.events-card .image img {
  width: 100%;
  transition: transform 0.3s ease;
}
.events-card .mont {
  font-size: 18px;
  font-weight: 700;
  font-family: "futura-pt-bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  display: block;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 5px;
}
@media (min-width: 700px) {
  .events-card .mont {
    margin-bottom: 0;
  }
}
@media (min-width: 800px) {
  .events-card .mont {
    font-size: 24px;
    margin-bottom: 0;
  }
}
.events-card .date {
  font-size: 40px;
  line-height: 1;
  display: block;
  font-weight: 400;
  margin-bottom: 8px;
}
@media (min-width: 700px) {
  .events-card .date {
    margin-bottom: 5px;
    font-size: 60px;
  }
}
@media (min-width: 800px) {
  .events-card .date {
    font-size: 80px;
  }
}
.events-card.new-item {
  opacity: 0;
  transform: translateY(25px);
}
@media (max-width: 1023px) {
  .events-card h4 {
    line-height: 0.97;
    min-height: 78px;
  }
}

.events-other-section {
  padding-top: 94px;
  padding-bottom: 158px;
  background: url(../../images/bg-05.png) 50% 50%;
}
@media (min-width: 700px) {
  .events-other-section {
    padding-bottom: 134px;
  }
}
@media (min-width: 1025px) {
  .events-other-section {
    padding-bottom: 160px;
    padding-top: 156px;
  }
}
.events-other-section .head-ttl-panel {
  margin-bottom: 26px;
}
@media (max-width: 699px) {
  .events-other-section .head-ttl-panel {
    display: block;
  }
}
@media (min-width: 700px) {
  .events-other-section .head-ttl-panel {
    margin-bottom: 45px;
  }
}
@media (max-width: 699px) {
  .events-other-section .head-ttl-panel h4 {
    font-size: 24px;
    margin-bottom: 22px;
  }
}

.carousel-section {
  position: relative;
  z-index: 2;
}
.carousel-section .text-area {
  right: 0;
  position: absolute;
  top: 130px;
  color: #fff;
  background: #2d2a2b;
  max-width: 540px;
  z-index: 1;
  z-index: 1001;
  width: 55%;
  padding: 90px 3.2% 65px;
  transform: translateX(100%);
  transition: transform 0.3s ease-out;
}
@media (max-width: 1023px) {
  .carousel-section .text-area {
    top: 203px;
    width: 53%;
    padding: 77px 40px 84px;
  }
}
@media (max-width: 699px) {
  .carousel-section .text-area {
    width: 76%;
    padding: 45px 28px 23px 30px;
  }
}
@media (min-width: 1201px) {
  .carousel-section .text-area {
    top: 169px;
    width: 35%;
  }
}
.carousel-section .text-area h2 {
  color: #dbd9cf;
  font-size: 80px;
  line-height: 1;
  margin-bottom: 8px;
}
@media (max-width: 1023px) {
  .carousel-section .text-area h2 {
    font-size: 60px;
  }
}
@media (max-width: 699px) {
  .carousel-section .text-area h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
}
.carousel-section .text-area p {
  margin-bottom: 30px;
}
@media (max-width: 1023px) {
  .carousel-section .text-area p {
    margin-bottom: 45px;
  }
}
@media (max-width: 767px) {
  .carousel-section .text-area p {
    margin-bottom: 30px;
  }
}
.carousel-section .text-area * {
  transition: transform 0.3s ease-out 0.25s;
  transform: translateX(-50px);
  opacity: 0;
}
.carousel-section .text-area .view-link {
  margin-left: -50px;
  transition: margin 0.3s ease-out 0.25s;
}
.carousel-section.in-viewport .text-area {
  transform: translateX(0);
}
.carousel-section.in-viewport .text-area * {
  opacity: 1;
  transform: translateX(0);
}
.carousel-section.in-viewport .view-link {
  margin: 0;
}

.gallery-carousel {
  position: relative;
}
.gallery-carousel .slide {
  position: relative;
  overflow: hidden;
}
.gallery-carousel .slide img {
  width: 100%;
}
.gallery-carousel .tooltip {
  position: absolute;
  bottom: 80px;
  left: 29px;
}
@media (max-width: 1023px) {
  .gallery-carousel .tooltip {
    bottom: 95px;
    left: 47px;
  }
}
@media (max-width: 699px) {
  .gallery-carousel .tooltip {
    display: none;
  }
}
@media (max-width: 1199px) {
  .gallery-carousel .image {
    margin: 0 -250px;
  }
}
@media (max-width: 1023px) {
  .gallery-carousel .image {
    margin: 0 -325px;
  }
}
.gallery-carousel .slick-arrow {
  margin-top: 5px;
  z-index: 1000;
}
@media (max-width: 600px) {
  .gallery-carousel .slick-arrow {
    display: none;
  }
}
@media (max-width: 1023px) {
  .gallery-carousel .slick-arrow {
    margin-top: 70px;
  }
}
.gallery-carousel .slick-arrow.slick-prev {
  left: 100px;
}
@media (max-width: 1023px) {
  .gallery-carousel .slick-arrow.slick-prev {
    left: 43px;
  }
}
.gallery-carousel .slick-arrow.slick-next {
  right: auto;
  left: 171px;
}
@media (max-width: 1023px) {
  .gallery-carousel .slick-arrow.slick-next {
    left: 113px;
  }
}

.involved-section {
  position: relative;
  z-index: 5;
  background: #2d2a2b;
  padding-top: 80px;
  padding-bottom: 151px;
}
@media (min-width: 1201px) {
  .involved-section {
    padding-top: 170px;
    padding-bottom: 188px;
  }
}
@media (max-width: 699px) {
  .involved-section {
    padding-top: 114px;
    padding-bottom: 30px;
  }
}
.involved-section:before {
  content: "";
  position: absolute;
  bottom: 100%;
  left: 0;
  right: 0;
  background: url(../../images/bg-decor-06.png) repeat-x;
  height: 65px;
  background-size: auto 100%;
}
@media (max-width: 699px) {
  .involved-section:before {
    height: 20px;
  }
}
.involved-section .container, .involved-section .map-control-bar, .involved-section .newsbox-section, .involved-section .awards-holder, .involved-section .inform-block, .involved-section .main-content, .involved-section .meet-section, .involved-section .two-block, .involved-section .events-filter-section {
  padding-top: 250px;
  position: relative;
}
@media (max-width: 999px) {
  .involved-section .container, .involved-section .map-control-bar, .involved-section .newsbox-section, .involved-section .awards-holder, .involved-section .inform-block, .involved-section .main-content, .involved-section .meet-section, .involved-section .two-block, .involved-section .events-filter-section {
    padding-top: 198px;
  }
}
@media (max-width: 599px) {
  .involved-section .container, .involved-section .map-control-bar, .involved-section .newsbox-section, .involved-section .awards-holder, .involved-section .inform-block, .involved-section .main-content, .involved-section .meet-section, .involved-section .two-block, .involved-section .events-filter-section {
    padding-top: 0;
  }
}
.involved-section .title {
  font-size: 300px;
  color: #221f20;
  line-height: 1;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  position: absolute;
  top: 0;
  right: 0;
  letter-spacing: 3px;
  left: -64px;
  z-index: -1;
}
@media (max-width: 1199px) {
  .involved-section .title {
    font-size: 200px;
    left: -30px;
  }
}
@media (max-width: 999px) {
  .involved-section .title {
    font-size: 152px;
    left: -12px;
    top: -37px;
  }
}
@media (max-width: 699px) {
  .involved-section .title {
    font-size: 100px;
    line-height: 0.7;
    top: -114px;
    left: -12px;
  }
}
.involved-section .holder-inv {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: 0 -40px;
}
@media (max-width: 999px) {
  .involved-section .holder-inv {
    margin: 0 -10px 0 -20px;
  }
}
@media (max-width: 599px) {
  .involved-section .holder-inv {
    margin: 0;
  }
}

.inv-post {
  width: 25%;
  padding: 0 40px 40px;
  text-align: center;
}
@media (max-width: 999px) {
  .inv-post {
    width: 50%;
    margin-bottom: 50px;
  }
}
@media (max-width: 599px) {
  .inv-post {
    width: 100%;
    padding: 0 0 15px;
  }
}
@media (min-width: 1024px) {
  .inv-post {
    opacity: 0;
    transform: translateY(25px);
  }
  .in-viewport .inv-post {
    opacity: 1;
    transform: translateY(0);
  }
}
.in-viewport .inv-post:nth-child(2n+1) {
  transform: translateY(-78px);
}
@media (max-width: 1023px) {
  .in-viewport .inv-post:nth-child(2n+1) {
    transform: translateY(-141px);
  }
}
@media (max-width: 599px) {
  .in-viewport .inv-post:nth-child(2n+1) {
    transform: none;
  }
}
@media (min-width: 1025px) {
  .inv-post:nth-child(2n+1) {
    transition: opacity 0.3s ease-out, transform 0.3s ease-out;
  }
}
@media (min-width: 1025px) {
  .inv-post {
    transition: opacity 0.3s ease-out 0.25s, transform 0.3s ease-out;
  }
}
.inv-post h3 {
  margin-bottom: 27px;
  color: #fff;
}
.inv-post h3 a {
  color: #fff;
}
@media (max-width: 999px) {
  .inv-post h3 {
    font-size: 40px;
    line-height: 1.15;
  }
}
@media (max-width: 699px) {
  .inv-post h3 {
    font-size: 35px;
    line-height: 1;
    margin-bottom: 20px;
  }
}
.inv-post .image {
  overflow: hidden;
  width: 200px;
  height: 200px;
  display: block;
  margin: 0 auto 54px;
}
@media (min-width: 1367px) {
  .inv-post .image {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 999px) {
  .inv-post .image {
    width: 280px;
    height: 280px;
    margin-bottom: 53px;
  }
}
@media (max-width: 699px) {
  .inv-post .image {
    width: 242px;
    height: 242px;
    margin-bottom: 25px;
  }
}
@media (max-width: 599px) {
  .inv-post .image {
    width: 262px;
    height: 262px;
  }
}
.inv-post .image img {
  width: 100%;
  height: 100%;
  transition: transform 0.3s ease;
  border-radius: 50%;
}
.inv-post:hover img {
  transform: scale(1.1);
}
.inv-post .view-link.color-yellow:hover {
  color: #5c4ed0;
}

.tooltip {
  position: relative;
  color: #fff;
}
.tooltip.color-dark {
  color: #2d2a2b;
}
.tooltip i {
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}
@media (max-width: 1024px) {
  .tooltip i {
    position: relative;
  }
  .tooltip i:after {
    content: "";
    position: absolute;
    top: -7px;
    left: -7px;
    right: -7px;
    bottom: -7px;
    background: #fff;
    opacity: 0;
  }
}
.tooltip.popup-active .text {
  opacity: 1;
  z-index: auto;
  visibility: visible;
}
.tooltip .text {
  padding: 2px 10px;
  font-weight: 500;
  display: none;
  position: absolute;
  left: 100%;
  top: 50%;
  transform: translateY(-50%);
  visibility: hidden;
  font-size: 20px;
  opacity: 0;
  width: 80vw;
  z-index: -1;
  transition: visibility 0.3s ease, opacity 0.3s ease, z-index 0.3s ease;
}
@media (min-width: 700px) {
  .tooltip .text {
    width: 300px;
  }
}
@media (min-width: 1025px) {
  .tooltip .text {
    width: 500px;
  }
}
.tooltip .text p {
  margin: 0;
}
.tooltip .text p strong {
  font-weight: 700;
}
.tooltip.left-box .text {
  left: auto;
  right: 100%;
  text-align: right;
}

.inform-decor-section {
  padding-top: 300px;
  background: url(../../images/bg-09.jpg) 50% 50%;
  padding-bottom: 304px;
  background-attachment: fixed;
}
@media (min-width: 1201px) {
  .inform-decor-section {
    padding-top: 352px;
    padding-bottom: 352px;
  }
}
@media (max-width: 599px) {
  .inform-decor-section {
    padding-top: 99px;
    padding-bottom: 248px;
  }
}
.home .inform-decor-section {
  padding-top: 72px;
  padding-bottom: 350px;
}
@media (min-width: 601px) {
  .home .inform-decor-section {
    padding-top: 284px;
    padding-bottom: 302px;
  }
}
@media (min-width: 1025px) {
  .home .inform-decor-section {
    padding-top: 435px;
    padding-bottom: 421px;
  }
}

.inform-block .text-area:hover + .image img {
  transform: scale(1.1);
}
.inform-block .holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column-reverse;
      flex-direction: column-reverse;
}
@media (min-width: 600px) {
  .inform-block .holder {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
.inform-block .image {
  width: 58.4%;
  position: relative;
  overflow: hidden;
  z-index: 1;
  margin: 0 0 0 -50px;
  transition: transform 0.3s ease-out;
}
.inform-block .image:hover img {
  transform: scale(1.1);
}
@media (min-width: 1025px) {
  .home .inform-block .image {
    width: 56.2%;
  }
}
@media (max-width: 1023px) {
  .inform-block .image {
    width: 55.4%;
    margin: 0 0 0 -50px;
  }
}
@media (max-width: 599px) {
  .inform-block .image {
    margin: 0 0 0 -66px;
    width: 105%;
    z-index: auto;
    max-height: 250px;
  }
  .inform-block .image img {
    transform: translateY(-100px);
  }
}
@media (max-width: 479px) {
  .inform-block .image {
    width: 115%;
  }
  .inform-block .image img {
    transform: translateX(0);
  }
}
@media (min-width: 1025px) {
  .inform-block .image {
    transform: translateX(-100px);
  }
  .in-viewport .inform-block .image {
    transform: translateX(0);
  }
}
@media (min-width: 1551px) {
  .inform-block .image {
    margin: 0 0 0 -100px;
  }
}
.inform-block .image img {
  width: 100%;
  vertical-align: top;
  transition: transform 0.3s ease;
}
.inform-block .image a {
  display: block;
}
.inform-block .text-area {
  background: url(../../images/bg-07.jpg) no-repeat 50% 50%;
  background-size: cover;
  width: 50%;
  color: #fff;
  padding: 50px 7% 50px 3.5%;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  z-index: 1;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -ms-flex-align: start;
      align-items: flex-start;
  box-shadow: 5px 6px 14.79px 2.21px rgba(141, 139, 131, 0.4);
  transform: translate(0, -52px);
}
.home .inform-block .text-area {
  transform: translate(0, -60px);
}
@media (min-width: 600px) {
  .home .inform-block .text-area {
    padding-bottom: 60px;
    transform: translate(0, -102px);
  }
}
@media (max-width: 599px) {
  .home .inform-block .text-area {
    padding: 128px 25px 21px 31px;
  }
}
@media (max-width: 1023px) {
  .inform-block .text-area {
    width: 52%;
    padding: 30px 25px 26px 37px;
  }
}
@media (max-width: 599px) {
  .inform-block .text-area {
    width: auto;
    padding: 46px 25px 21px 31px;
  }
}
@media (min-width: 1025px) {
  .inform-block .text-area {
    padding: 50px 7% 105px 3.5%;
    width: 38.5%;
    transition: transform 0.3s ease-out;
    transform: translate(100px, -52px);
  }
  .home .inform-block .text-area {
    transform: translate(100px, -86px);
  }
  .inform-block .text-area * {
    opacity: 0;
    transform: translateX(-50px);
    transition: transform 0.3s ease-out 0.25s, opacity 0.3s ease-out 0.25s;
  }
  .in-viewport .inform-block .text-area * {
    opacity: 1;
    transform: translateX(0);
  }
  .in-viewport .inform-block .text-area {
    transform: translate(0, -52px);
  }
  .home .in-viewport .inform-block .text-area {
    transform: translate(0, -86px);
  }
}
.inform-block .text-area.bg-black {
  background-image: url(../../images/bg-11.jpg);
}
.inform-block .text-area.bg-black h2 {
  margin-bottom: 23px;
}
.inform-block .text-area.text-white {
  color: #fff;
}
.inform-block .text-area h2 {
  width: 100%;
  line-height: 1;
  font-size: 80px;
  margin-bottom: 16px;
}
@media (max-width: 1023px) {
  .inform-block .text-area h2 {
    font-size: 60px;
    margin-bottom: 10px;
  }
}
@media (max-width: 599px) {
  .inform-block .text-area h2 {
    font-size: 40px;
    margin-bottom: 13px;
  }
}
.inform-block .text-area p {
  width: 100%;
  margin-bottom: 31px;
}
@media (max-width: 599px) {
  .inform-block .text-area p {
    margin-bottom: 19px;
  }
}
.inform-block .text-area .btn {
  letter-spacing: 3px;
}
@media (min-width: 600px) {
  .inform-block .text-area .btn {
    margin-left: 5px;
  }
}
.inform-block.revers-mod.revers-carousel .holder {
  -ms-flex-direction: column;
      flex-direction: column;
}
@media (min-width: 600px) {
  .inform-block.revers-mod.revers-carousel .holder {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media (min-width: 600px) {
  .inform-block.revers-mod .holder {
    -ms-flex-direction: row;
        flex-direction: row;
  }
}
.inform-block.revers-mod .text-area {
  color: #2d2a2b;
  background: #e4c02c;
  transform: translateX(0);
}
.home .inform-block.revers-mod .text-area {
  background: url(../../images/bg-12.jpg) no-repeat;
  background-size: cover;
}
@media (max-width: 599px) {
  .home .inform-block.revers-mod .text-area {
    margin-top: -117px;
    position: relative;
    z-index: 16;
    padding: 72px 35px 21px 31px;
  }
}
@media (max-width: 599px) {
  .inform-block.revers-mod .text-area {
    margin-top: -50px;
    padding: 40px 35px 21px 31px;
  }
  .inform-block.revers-mod .text-area p {
    margin-bottom: 12px;
  }
}
@media (min-width: 1025px) {
  .inform-block.revers-mod .text-area {
    padding: 50px 7% 91px 3.7%;
    transform: translateX(-100px);
  }
  .home .inform-block.revers-mod .text-area {
    padding-bottom: 60px;
  }
  .inform-block.revers-mod .text-area * {
    transform: translateX(50px);
  }
  .in-viewport .inform-block.revers-mod .text-area * {
    transform: translateX(0);
  }
  .in-viewport .inform-block.revers-mod .text-area {
    transform: translate(0);
  }
}
.inform-block.revers-mod .text-area.text-white {
  color: #fff;
}
.inform-block.revers-mod .image {
  width: 56.6%;
  margin: 0 -50px 0 0;
}
@media (max-width: 1023px) {
  .inform-block.revers-mod .image {
    width: 56%;
    margin: 0 -50px 0 0;
  }
}
@media (min-width: 1551px) {
  .inform-block.revers-mod .image {
    margin: 0 -106px 0 0;
  }
}
@media (max-width: 599px) {
  .inform-block.revers-mod .image {
    margin: 0 0 0 28px;
    width: 112%;
  }
  .inform-block.revers-mod .image img {
    transform: translateX(0);
  }
}
@media (max-width: 479px) {
  .inform-block.revers-mod .image {
    width: 112%;
  }
}
@media (min-width: 600px) {
  .inform-block.revers-mod .image {
    transform: translate(0, -51px);
  }
}
@media (min-width: 1025px) {
  .inform-block.revers-mod .image {
    transform: translate(100px, -51px);
  }
  .in-viewport .inform-block.revers-mod .image {
    transform: translate(0, -51px);
  }
}
@media (max-width: 1023px) {
  .inform-block.revers-mod .tooltip {
    left: auto;
    right: 28px;
  }
}
.inform-block .tooltip {
  position: absolute;
  bottom: 26px;
  left: 31px;
}
@media (max-width: 1023px) {
  .inform-block .tooltip {
    left: 28px;
    bottom: 25px;
  }
}
@media (max-width: 599px) {
  .inform-block .tooltip {
    display: none;
  }
}

.events-carousel {
  position: relative;
  z-index: 15;
  transform: translate(0, -68px);
  margin: 6px -30px 0 31px;
}
@media (min-width: 600px) {
  .events-carousel {
    margin: 0 -50px 0 0;
    width: 55%;
  }
}
@media (min-width: 1025px) {
  .events-carousel {
    width: 72%;
    margin: 0 -317px 0 0;
    transition: transform 0.3s ease-out;
    transform: translate(100px, -68px);
  }
  .in-viewport .events-carousel {
    transform: translate(0, -68px);
  }
}
.events-carousel .slide {
  height: 312px;
  position: relative;
}
@media (min-width: 600px) {
  .events-carousel .slide {
    height: 463px;
  }
}
@media (min-width: 1025px) {
  .events-carousel .slide {
    height: 667px;
  }
}
.events-carousel .slide:before {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  position: absolute;
  opacity: 0.1;
  z-index: 10;
}
.events-carousel .slide:hover:after {
  opacity: 1;
}
.events-carousel .slide:after {
  content: "\e906";
  color: #fff;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 11;
  font-size: 30px;
  left: 15px;
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 1201px) {
  .events-carousel .slide:after {
    left: 25%;
  }
}
.events-carousel .slide.slick-current.slick-active:after, .events-carousel .slide.slick-current.slick-active:before {
  display: none;
}
.events-carousel .slide.slick-current.slick-active .holder-slide:before {
  z-index: 1;
}
.events-carousel .holder-slide {
  height: 100%;
  position: relative;
  background-size: cover;
  color: #fff;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: end;
      justify-content: flex-end;
  -ms-flex-align: start;
      align-items: flex-start;
  overflow: hidden;
  line-height: 1.46;
  padding: 10px 30px 58px 29px;
  font-size: 18px;
}
@media (min-width: 600px) {
  .events-carousel .holder-slide {
    padding: 10px 90px 26px 39px;
    font-size: 26px;
  }
}
@media (min-width: 1025px) {
  .events-carousel .holder-slide {
    padding: 10px 91px 38px 50px;
  }
}
.events-carousel .holder-slide:hover .bg-stretch {
  transform: scale(1.1);
}
.events-carousel .holder-slide:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  z-index: 2;
  right: 0;
  z-index: 3;
  background: linear-gradient(to bottom, rgba(125, 185, 232, 0) 0%, rgb(0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#007db9e8", endColorstr="#000000",GradientType=0 );
}
.events-carousel .text {
  position: relative;
  z-index: 2;
}
.events-carousel .mon {
  display: block;
  line-height: 1;
  margin-bottom: 10px;
  letter-spacing: 2px;
  font-weight: 700;
  font-size: 18px;
}
@media (min-width: 600px) {
  .events-carousel .mon {
    font-size: 24px;
  }
}
.events-carousel .date {
  font-size: 80px;
  line-height: 0.8;
  display: block;
  font-weight: 400;
  margin-bottom: 7px;
  font-size: 40px;
}
@media (min-width: 600px) {
  .events-carousel .date {
    margin-bottom: 21px;
    font-size: 73px;
  }
}
@media (min-width: 1025px) {
  .events-carousel .date {
    font-size: 80px;
    margin: 0;
  }
}
.events-carousel .bg-stretch {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
  transition: transform 0.3s ease;
}
.events-carousel .slick-arrow {
  top: -23px;
}
@media (min-width: 600px) {
  .events-carousel .slick-arrow {
    top: auto;
    bottom: -78px;
  }
}
.events-carousel .slick-arrow.slick-prev {
  left: 22px;
}
@media (min-width: 600px) {
  .events-carousel .slick-arrow.slick-prev {
    left: 35px;
  }
}
@media (min-width: 1025px) {
  .events-carousel .slick-arrow.slick-prev {
    left: 45px;
  }
}
.events-carousel .slick-arrow.slick-next {
  left: 70px;
  color: #5c4ed0;
  right: auto;
}
@media (min-width: 600px) {
  .events-carousel .slick-arrow.slick-next {
    left: 116px;
  }
}
@media (min-width: 1025px) {
  .events-carousel .slick-arrow.slick-next {
    left: 128px;
  }
}

.awards-section {
  background: url(../../images/bg-01.jpg) 50% 50%;
  padding-top: 100px;
  padding-bottom: 89px;
}
@media (max-width: 599px) {
  .home .awards-section {
    padding-bottom: 128px;
  }
}
@media (min-width: 700px) {
  .awards-section {
    padding-bottom: 246px;
  }
}
@media (min-width: 1025px) {
  .awards-section {
    padding-bottom: 293px;
  }
  .home .awards-section {
    padding-bottom: 121px;
  }
}
.awards-section .inform-block {
  margin-top: -100px;
  margin-bottom: 245px;
}
@media (max-width: 1023px) {
  .home .awards-section .inform-block {
    margin-bottom: 66px;
  }
}
@media (min-width: 1025px) {
  .awards-section .inform-block {
    margin-bottom: 290px;
  }
}
@media (max-width: 599px) {
  .awards-section .inform-block {
    margin-top: -300px;
    margin-bottom: 100px;
  }
}

.awards-holder {
  position: relative;
  padding-bottom: 85px;
}
@media (min-width: 700px) {
  .awards-holder {
    display: -ms-flexbox;
    display: flex;
    padding-bottom: 0;
  }
}
@media (min-width: 700px) {
  .awards-holder .head-wrap {
    width: 24%;
  }
}
.awards-holder .head-wrap h2 {
  margin-bottom: 33px;
}
@media (max-width: 1023px) {
  .awards-holder .head-wrap h2 {
    margin-bottom: 24px;
  }
}
@media (max-width: 1023px) {
  .awards-holder .head-wrap .btn {
    min-width: 123px;
  }
}
@media (min-width: 1025px) {
  .awards-holder .head-wrap .btn {
    letter-spacing: 3px;
    padding-left: 41px;
    padding-right: 41px;
  }
}
@media (max-width: 699px) {
  .awards-holder .head-wrap .btn {
    position: absolute;
    bottom: 0;
  }
}

.awards-carousel {
  position: relative;
  margin: 0 -15px;
  padding: 0 20px;
}
@media (min-width: 700px) {
  .awards-carousel {
    padding: 0 30px;
    margin: 12px -35px 0 auto;
    width: 73%;
  }
}
.awards-carousel .slide {
  padding: 0 25px;
}
.awards-carousel h4 {
  color: #5c4ed0;
}
.awards-carousel p {
  margin-bottom: 4px;
}
@media (min-width: 700px) {
  .awards-carousel p {
    margin-bottom: 10px;
  }
}
.awards-carousel time {
  display: block;
  font-family: "futura-pt-bold", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  font-size: 18px;
}
.awards-carousel .slick-arrow {
  margin-top: -45px;
}
@media (min-width: 700px) {
  .awards-carousel .slick-arrow {
    margin-top: -20px;
  }
}
.awards-carousel .slick-arrow.slick-prev {
  left: 0;
}
.awards-carousel .slick-arrow.slick-next {
  right: 0;
}

.board-section {
  position: relative;
  z-index: 1;
  padding-top: 99px;
  padding-bottom: 41px;
}
@media (min-width: 700px) {
  .board-section {
    padding-bottom: 150px;
    padding-top: 152px;
  }
}
@media (min-width: 1025px) {
  .board-section {
    padding-top: 192px;
    padding-bottom: 237px;
  }
}
@media (max-width: 999px) {
  .board-section .head-ttl-panel {
    margin-bottom: 10px;
  }
}
@media (max-width: 699px) {
  .board-section .head-ttl-panel {
    margin-bottom: 26px;
    display: block;
  }
}

.board-carousel {
  position: relative;
  padding-top: 20px;
  margin: 0 -15px;
}
@media (max-width: 999px) {
  .board-carousel {
    padding: 0;
  }
}
.board-carousel .slick-arrow {
  margin-top: 15px;
}
@media (max-width: 999px) {
  .board-carousel .slick-arrow {
    margin-top: 40px;
  }
}
.board-carousel .slick-track {
  display: -ms-flexbox;
  display: flex;
}
.board-carousel .slick-slide {
  outline: none;
  height: auto;
}
.board-carousel .slide.slick-active + .slide.slick-active .board-post {
  transition-delay: 0.25s;
}
.board-carousel .slide.slick-active + .slide.slick-active + .slide.slick-active .board-post {
  transition-delay: 0.5s;
}
@media (max-width: 599px) {
  .board-carousel .slide.slick-slide.slick-cloned {
    display: none;
  }
  .board-carousel .slick-track {
    transform: none !important;
    width: 100% !important;
    display: block;
  }
  .board-carousel .slick-list {
    overflow: visible;
    height: auto !important;
  }
  .board-carousel .slick-slide {
    margin-bottom: 28px;
    float: none;
    width: 100% !important;
  }
}

.board-post {
  padding: 0 15px;
}
@media (min-width: 1000px) {
  .board-post {
    height: 100%;
  }
}
@media (min-width: 1000px) {
  .board-post {
    opacity: 0;
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    transform: translateY(100px);
  }
  .in-viewport .board-post {
    opacity: 1;
    transform: translateY(0);
  }
}
@media (max-width: 599px) {
  .board-post.hidden-mobile {
    display: none;
  }
}
.board-post .holder {
  display: block;
  color: #2d2a2b;
  position: relative;
  transition: background 0.3s ease, border 0.3s ease;
  border: 3px solid #e4c02c;
  padding: 122px 10px 122px 114px;
  height: 100%;
  margin: 80px 0 0 0;
  padding: 126px 10px 30px 29px;
}
@media (min-width: 1000px) {
  .board-post .holder {
    margin: 0 0 0 80px;
    padding: 122px 10px 122px 114px;
  }
}
@media (min-width: 1201px) {
  .board-post .holder {
    padding: 122px 10px 50px 114px;
  }
}
@media (max-width: 599px) {
  .board-post .holder {
    margin: 0;
    min-height: 186px;
    padding: 57px 9px 54px 122px;
  }
}
.board-post .holder h3 {
  color: #5c4ed0;
}
@media (max-width: 999px) {
  .board-post .holder h3 {
    font-size: 30px;
    margin-bottom: 0;
    line-height: 1;
  }
}
@media (max-width: 699px) {
  .board-post .holder h3 {
    font-size: 24px;
    margin-bottom: 3px;
    line-height: 1.08;
  }
}
.board-post .holder:hover {
  background: #e4c02c;
  border-color: #2d2a2b;
}
@media (max-width: 999px) {
  .board-post .holder .position {
    font-size: 16px;
    display: block;
  }
}
.board-post .image {
  border-radius: 50%;
  overflow: hidden;
  position: absolute;
  top: -50px;
  right: 30px;
  width: 150px;
  height: 150px;
}
@media (min-width: 1000px) {
  .board-post .image {
    width: 170px;
    right: auto;
    height: 170px;
    top: 86px;
    left: -80px;
    margin-left: 0;
  }
}
@media (max-width: 599px) {
  .board-post .image {
    width: 128px;
    height: 128px;
    top: 25px;
    right: auto;
    left: -25px;
  }
}
.board-post .image img {
  vertical-align: top;
  height: 100%;
  width: 100%;
}

.newsbox-section {
  position: relative;
}
@media (max-width: 1023px) {
  .newsbox-section {
    padding-bottom: 50px;
  }
}
@media (max-width: 699px) {
  .newsbox-section {
    margin-top: -200px;
    padding-bottom: 44px;
  }
}
.newsbox-section .image {
  width: 58.5%;
  overflow: hidden;
  margin: 0 0 0 -100px;
}
@media (min-width: 1025px) {
  .newsbox-section .image {
    transform: translateX(-100px);
    transition: transform 0.3s ease-out;
  }
}
@media (max-width: 1023px) {
  .newsbox-section .image {
    width: 71%;
    margin: 0 0 0 -157px;
  }
}
@media (max-width: 699px) {
  .newsbox-section .image {
    width: 100%;
    margin: 0 0 0 -31px;
    max-height: 450px;
    overflow: hidden;
  }
}
@media (max-width: 599px) {
  .newsbox-section .image {
    max-height: 250px;
  }
}
.newsbox-section .image img {
  width: 100%;
  vertical-align: top;
  transition: transform 0.3s ease;
}
@media (max-width: 699px) {
  .newsbox-section .image img {
    margin-top: -30%;
  }
}
@media (min-width: 1025px) {
  .newsbox-section.in-viewport .text-block *,
  .newsbox-section.in-viewport .text-block,
  .newsbox-section.in-viewport .image {
    opacity: 1;
    transform: translateX(0);
  }
}
@media (min-width: 700px) {
  .newsbox-section .holder {
    display: -ms-flexbox;
    display: flex;
  }
}
.newsbox-section .holder:hover .image img {
  transform: scale(1.1);
}
.newsbox-section .col {
  width: 48.8%;
  padding-bottom: 50px;
}
@media (max-width: 1023px) {
  .newsbox-section .col {
    width: 52.6%;
  }
}
@media (max-width: 699px) {
  .newsbox-section .col {
    width: auto;
    padding-bottom: 0;
  }
}
.newsbox-section .text-block {
  color: #fff;
  background: #2d2a2b;
  padding: 126px 7.7% 60px;
  position: relative;
  margin-top: -206px;
  margin-bottom: 68px;
  box-shadow: 5px 6px 14.79px 2.21px rgba(141, 139, 131, 0.4);
}
@media (max-width: 1023px) {
  .newsbox-section .text-block {
    margin-right: -50px;
    margin-bottom: 18px;
    padding: 124px 37px 31px 44px;
  }
}
@media (max-width: 699px) {
  .newsbox-section .text-block {
    margin-top: -50px;
    margin-right: -30px;
    padding: 43px 37px 24px 28px;
    margin-bottom: 9px;
  }
}
@media (min-width: 1025px) {
  .newsbox-section .text-block {
    transform: translateX(100px);
    transition: transform 0.3s ease-out;
  }
  .in-viewport .newsbox-section .text-block {
    transform: translateX(0);
  }
  .newsbox-section .text-block * {
    opacity: 0;
    transform: translateX(-50px);
    transition: transform 0.3s ease-out 0.25s, opacity 0.3s ease-out 0.25s, color 0.3s ease, border 0.3s ease;
  }
}
.newsbox-section .text-block .ttl {
  font-size: 24px;
  text-transform: uppercase;
  color: #e4c02c;
  display: block;
  margin-bottom: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
}
@media (max-width: 699px) {
  .newsbox-section .text-block .ttl {
    font-size: 18px;
    margin-bottom: 8px;
  }
}
.newsbox-section .text-block h2 {
  margin-bottom: 7px;
}
@media (max-width: 1023px) {
  .newsbox-section .text-block h2 {
    margin-bottom: 10px;
  }
}
.newsbox-section .text-block h2 a {
  color: #fff;
}
.newsbox-section .text-block h2 a:hover {
  color: #5c4ed0;
}
.newsbox-section .text-block p {
  margin-bottom: 39px;
}
@media (max-width: 1023px) {
  .newsbox-section .text-block p {
    margin-bottom: 33px;
  }
}
@media (max-width: 699px) {
  .newsbox-section .text-block p {
    margin-bottom: 17px;
  }
}
@media (min-width: 1025px) {
  .newsbox-section .btn {
    letter-spacing: 3px;
  }
}
@media (max-width: 699px) {
  .newsbox-section .btn {
    min-width: 135px;
  }
}
.newsbox-section .text-box {
  padding: 50px 12% 30px 26%;
}
@media (max-width: 1023px) {
  .newsbox-section .text-box {
    padding: 28px 15px 10px 42px;
  }
}
@media (max-width: 699px) {
  .newsbox-section .text-box {
    padding: 28px 0px 0 29px;
  }
}
.newsbox-section .text-box h3 {
  color: #2d2a2b;
}
@media (max-width: 1023px) {
  .newsbox-section .text-box h3 {
    margin-bottom: 10px;
  }
}
.newsbox-section .text-box h3 a {
  color: #2d2a2b;
}
.newsbox-section .text-box h3 a:hover {
  color: #5c4ed0;
}
.newsbox-section .text-box p {
  margin-bottom: 40px;
}
@media (max-width: 1023px) {
  .newsbox-section .text-box p {
    margin-bottom: 30px;
  }
}
@media (max-width: 699px) {
  .newsbox-section .text-box p {
    margin-bottom: 18px;
  }
}
.newsbox-section .text-box .btn {
  letter-spacing: 2px;
}
@media (max-width: 1023px) {
  .newsbox-section .text-box .btn {
    min-width: 135px;
  }
}
@media (min-width: 1024px) {
  .newsbox-section .text-box .btn {
    padding-left: 41px;
    padding-right: 41px;
  }
}
.newsbox-section .view-link {
  display: inline-block;
  margin: 35px 0 0 42px;
}
@media (min-width: 1024px) {
  .newsbox-section .view-link {
    margin: 0;
    float: right;
  }
}
@media (max-width: 699px) {
  .newsbox-section .view-link {
    margin-left: 30px;
  }
}

.contact-section {
  padding-top: 60px;
  padding-bottom: 88px;
  background: url(../../images/bg-05.png) 50% 50%;
}
@media (min-width: 700px) {
  .contact-section {
    padding-bottom: 140px;
    padding-top: 122px;
  }
}
@media (min-width: 1000px) {
  .contact-section {
    padding-top: 154px;
    padding-bottom: 210px;
  }
}
@media (min-width: 1000px) {
  .contact-section .holder {
    display: -ms-flexbox;
    display: flex;
  }
}
.contact-section h2 {
  color: #e4c02c;
  margin-bottom: 13px;
}
@media (min-width: 1000px) {
  .contact-section h2 {
    margin-bottom: 23px;
  }
}
@media (min-width: 1000px) {
  .contact-section .text-area {
    width: 38.4%;
    padding: 0 2% 0 0;
  }
}
.contact-section + .two-block, .contact-section + .two-block.bg-color {
  padding-bottom: 125px;
}
@media (min-width: 700px) {
  .contact-section + .two-block, .contact-section + .two-block.bg-color {
    padding-bottom: 215px;
  }
}
@media (min-width: 1000px) {
  .contact-section + .two-block, .contact-section + .two-block.bg-color {
    padding-bottom: 257px;
  }
}

@media (min-width: 700px) {
  .form-block {
    padding-top: 43px;
  }
}
@media (min-width: 1000px) {
  .form-block {
    padding-top: 2px;
    width: 60%;
  }
}
.form-block p {
  margin-bottom: 17px;
}
@media (min-width: 1000px) {
  .form-block p {
    margin-bottom: 10px;
  }
}
.form-block .tab {
  opacity: 0;
  transition: opacity 0.3s ease;
}
.form-block .tab.active {
  opacity: 1;
}

.tabset-form {
  line-height: 1;
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  margin: 0;
}
@media (min-width: 760px) {
  .tabset-form {
    font-size: 27px;
    border: 0;
    margin: 0 -10px 31px;
    display: -ms-flexbox;
    display: flex;
  }
}
@media (min-width: 1000px) {
  .tabset-form {
    margin: 0 -10px 28px;
    font-size: 30px;
  }
}
@media (min-width: 1025px) {
  .tabset-form {
    margin: 0 -15px 28px;
  }
}
.tabset-form li {
  padding: 0 0 12px;
}
@media (min-width: 760px) {
  .tabset-form li {
    padding: 0 10px;
  }
}
@media (min-width: 1000px) {
  .tabset-form li {
    padding: 0 10px;
  }
}
@media (min-width: 1025px) {
  .tabset-form li {
    padding: 0 15px;
  }
}
.tabset-form a {
  color: #2d2a2b;
  display: block;
  padding: 0 17px;
}
@media (min-width: 760px) {
  .tabset-form a {
    padding: 0;
    display: inline;
  }
}
@media (max-width: 759px) {
  .tabset-form a {
    line-height: 1;
  }
}
.tabset-form a:hover {
  color: #5c4ed0;
}
.tabset-form a.active {
  color: #5c4ed0;
}

@media (min-width: 1000px) {
  .contact-form {
    max-width: 670px;
  }
}
@media (min-width: 760px) {
  .contact-form .row {
    display: -ms-flexbox;
    display: flex;
    margin: 0 -15px 23px;
  }
}
.contact-form .row .col {
  margin-bottom: 15px;
}
@media (min-width: 760px) {
  .contact-form .row .col {
    padding: 0 15px;
    width: 50%;
  }
}
.contact-form .row .col:only-child {
  width: 100%;
}
.contact-form label {
  display: block;
  margin-bottom: 6px;
}
.contact-form input[type=text],
.contact-form input[type=tel],
.contact-form input[type=email],
.contact-form textarea {
  width: 100%;
  height: 53px;
  outline: none;
  background: none;
}
.contact-form textarea {
  min-height: 231px;
  max-height: 400px;
}
.contact-form .btn {
  margin-top: 6px;
  letter-spacing: 3px;
  min-width: 135px;
}
@media (min-width: 1024px) {
  .contact-form .btn {
    margin-top: 17px;
    min-width: 187px;
  }
}

.popup-select {
  width: 197px;
  position: relative;
  margin-bottom: 42px;
  z-index: 10;
}
@media (min-width: 760px) {
  .popup-select {
    margin-bottom: 0;
    width: auto;
  }
}
.popup-select.popup-active .open:after {
  transform: translateY(-50%) rotate(-90deg);
}
.popup-select .popup {
  border: 3px solid #2d2a2b;
  border-top: 0;
  position: relative;
  background: #fff;
  position: absolute;
  display: none;
  top: 100%;
  left: 0;
  margin-top: -5px;
  right: 0;
  padding-bottom: 7px;
}
@media (min-width: 760px) {
  .popup-select .popup {
    position: static;
    border: 0;
    padding: 0;
    display: block !important;
    background: none;
  }
}
.popup-select .open {
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-transform: uppercase;
  font-size: 21px;
  display: block;
  padding: 10px 38px 10px 18px;
  letter-spacing: 1px;
  position: relative;
  background: #fff;
  border: 3px solid #2d2a2b;
  color: #2d2a2b;
}
.popup-select .open:after {
  content: "\e906";
  font-size: 12px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-50%) rotate(90deg);
}
@media (min-width: 760px) {
  .popup-select .open {
    display: none;
  }
}

.gallery-section {
  background: url(../../images/bg-10.jpg) 50% 50%;
  position: relative;
  padding-bottom: 86px;
  z-index: 1;
  padding-top: 91px;
}
@media (min-width: 700px) {
  .gallery-section {
    padding-bottom: 65px;
    padding-top: 117px;
  }
}
@media (min-width: 1025px) {
  .gallery-section {
    padding-bottom: 59px;
    padding-top: 158px;
  }
}

.gallery-filter {
  margin-bottom: 18px;
}
@media (min-width: 1025px) {
  .gallery-filter {
    margin-bottom: 50px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
  }
}
.gallery-filter h1 {
  color: #dbd9cf;
  margin: 0;
  letter-spacing: 4px;
}

.filter-select {
  margin: 0 0 0 auto;
  padding-top: 21px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
}
@media (min-width: 700px) {
  .filter-select {
    padding-top: 29px;
  }
}
.filter-select .btn {
  min-height: 53px;
  min-width: 95px;
}
@media (min-width: 1025px) {
  .filter-select .btn {
    min-width: 121px;
  }
}
.filter-select .jcf-select {
  margin: 0 20px 0 0;
}
.filter-select.active .btn {
  border-color: #e4c02c;
  color: #e4c02c;
}
.filter-select.active .btn:hover {
  background: #e4c02c;
  color: #2d2a2b;
}
@media (max-width: 1024px) {
  .filter-select .jcf-select.jcf-select-select-white {
    min-width: 160px;
  }
}
@media (max-width: 699px) {
  .filter-select .jcf-select.jcf-select-select-white {
    min-width: 150px;
  }
}

.gallery-container {
  max-width: 1568px;
  margin: 0 auto;
}
.gallery-container .load-more-holder {
  text-align: center;
}
@media (max-width: 1023px) {
  .gallery-container .btn.btn-yellow {
    min-width: 148px;
  }
}
.gallery-container .gallery-holder {
  text-align: left;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 51px;
}
@media (min-width: 700px) {
  .gallery-container .gallery-holder {
    margin-bottom: 69px;
  }
}
.gallery-container .g-box {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  transition: opacity 0.3s ease, transform 0.3s ease;
}
@media (min-width: 600px) {
  .gallery-container .g-box {
    width: 50%;
  }
}
@media (min-width: 1025px) {
  .gallery-container .g-box {
    width: 25%;
  }
}
.gallery-container .g-box.new-item {
  opacity: 0;
  transform: translateY(25px);
}
.gallery-container .box {
  display: block;
  width: 50%;
  height: 50%;
  position: relative;
  overflow: hidden;
}
.gallery-container .box:hover:after {
  opacity: 0;
}
.gallery-container .box:after {
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: #000;
  z-index: 2;
  transition: opacity 0.3s ease;
  opacity: 0;
}
@media (min-width: 1025px) {
  .gallery-container .box:after {
    opacity: 0.8;
  }
}
.gallery-container .box.video:before {
  content: "\e901";
  position: absolute;
  z-index: 1;
  color: #fff;
  top: 50%;
  left: 50%;
  font-size: 30px;
  transform: translate(-50%, -50%);
}
.gallery-container .box:only-child {
  width: 100%;
  height: 100%;
}
.gallery-container .box img {
  width: 100%;
  vertical-align: top;
}

.visual-section {
  height: 60vh;
  position: relative;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .visual-section {
    height: 90vh;
  }
}
@media (max-width: 599px) {
  .visual-section {
    height: 90vh;
  }
}
.visual-section .panorama-icon {
  position: absolute;
  left: 50%;
  width: 58px;
  bottom: 0;
  transform: translateX(-50%);
  height: 40px;
  z-index: 10;
  transition: bottom 0s ease-out;
  cursor: pointer;
  opacity: 0;
}
@media (max-width: 699px) {
  .visual-section .panorama-icon {
    width: 42px;
    height: 29px;
    bottom: 59px;
  }
}
.visual-section .social-networks {
  display: block;
  position: absolute;
  left: 40px;
  top: 23.2vh;
  z-index: 5;
}
@media (min-width: 1025px) {
  .visual-section .social-networks {
    transform: translateX(-100px);
    transition: transform 0.3s ease-out;
    top: 39.2vh;
  }
}
@media (max-width: 599px) {
  .visual-section .social-networks {
    left: 9px;
    top: 30.8vh;
  }
}
.visual-section .social-networks li {
  margin-bottom: 33px;
}
.visual-section .social-networks a {
  color: #fff;
}
@media (max-width: 599px) {
  .visual-section .social-networks a:before {
    font-size: 18px;
  }
}
.visual-section .social-networks a:hover {
  color: #5c4ed0;
}
@media (min-width: 1025px) {
  .visual-section.in-viewport .social-networks {
    transform: translateX(0);
  }
  .visual-section.in-viewport:before {
    bottom: 113px;
  }
}

.slick-active .panorama-icon {
  bottom: 20%;
  transition: bottom 1.2s ease-out;
  opacity: 1;
}

.visual-gallery {
  position: relative;
  height: 100%;
  z-index: 5;
  transform: translateY(0);
  transition: transform 0.5s ease-in-out;
}
.visual-gallery .slick-list,
.visual-gallery .slick-track,
.visual-gallery .slide {
  height: 100%;
}
.visual-gallery .frame-box {
  height: 100%;
  background-size: cover;
  background-position: 50% 50%;
}
.visual-gallery.inactive {
  transform: translateY(200%);
}

.visual-nav {
  width: 146px;
  right: -10px;
  top: 78px;
  z-index: 10;
  position: absolute;
}
@media (min-width: 1025px) {
  .visual-nav {
    transition: transform 0.3s ease-out, opacity 0.3s ease-out;
    opacity: 0;
    transform: translateX(150px);
    top: 85px;
    width: 220px;
  }
  .in-viewport .visual-nav {
    transform: translateX(0);
    opacity: 1;
  }
}
@media (max-width: 699px) {
  .visual-nav {
    top: auto;
    bottom: 52px;
    z-index: 25;
    right: 10px;
    width: 68px;
  }
}
.visual-nav.slick-vertical .slick-slide {
  border: none;
}
.visual-nav .slide {
  outline: none;
  margin-bottom: 8px;
  cursor: pointer;
}
@media (min-width: 1025px) {
  .visual-nav .slide {
    margin-bottom: 23px;
  }
}
.visual-nav .slide:hover {
  position: relative;
  z-index: 30;
}
.visual-nav .slide:hover .img {
  transform: translateX(0);
}
.visual-nav .slide:hover .img:before {
  opacity: 0;
}
@media (max-width: 699px) {
  .visual-nav .slide {
    opacity: 0;
  }
}
.visual-nav .slide.slick-current.slick-active .img {
  transform: translateX(0);
}
.visual-nav .slide.slick-current.slick-active .img:before {
  opacity: 0;
}
.visual-nav .slide.slick-current.slick-active .img:before {
  opacity: 0;
}
@media (max-width: 699px) {
  .visual-nav .slide.slick-current.slick-active {
    opacity: 0;
  }
}
@media (max-width: 699px) {
  .visual-nav .slide.slick-active {
    opacity: 1;
  }
}
.visual-nav .img {
  position: relative;
}
@media (min-width: 700px) {
  .visual-nav .img {
    transition: transform 0.3s ease;
    transform: translateX(68px);
  }
}
@media (min-width: 1025px) {
  .visual-nav .img {
    transform: translateX(110px);
  }
}
.visual-nav .img:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: #000;
  opacity: 0.6;
  transition: opacity 0.3s ease;
}
.visual-nav .img img {
  display: block;
  vertical-align: top;
  width: 100%;
}
@media (max-width: 699px) {
  .visual-nav .img img {
    width: 160px;
    max-width: none;
  }
}

.tour-wrap {
  position: relative;
}

.tour-container {
  margin-bottom: 141px;
}
@media screen and (min-width: 801px) {
  .tour-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: start;
        align-items: flex-start;
    margin: 0 -15px 141px;
  }
}

@media screen and (min-width: 801px) {
  .tour-col {
    -ms-flex: 0 0 50%;
        flex: 0 0 50%;
    max-width: 50%;
    padding: 0 15px;
  }
}

.main-title-holder {
  padding-top: 34px;
  margin-bottom: 30px;
  font-weight: 500;
  width: 65%;
}
@media screen and (min-width: 768px) {
  .main-title-holder {
    width: 74%;
    margin-bottom: 25px;
    padding-top: 61px;
    font-size: 26px;
    line-height: 1.46;
    max-width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .main-title-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    line-height: 1.46;
    margin-bottom: 37px;
  }
}
.main-title-holder h1 {
  margin-bottom: 10px;
}
@media screen and (min-width: 768px) {
  .main-title-holder h1 {
    margin-bottom: 31px;
  }
}
@media screen and (min-width: 1024px) {
  .main-title-holder h1 {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 1200px) {
  .main-title-holder h1 {
    font-size: 120px;
  }
}
.main-title-holder p {
  margin-bottom: 0;
}
@media screen and (min-width: 1200px) {
  .main-title-holder p {
    margin: 0 0 0 44px;
  }
}

.main-title-text-link {
  position: absolute;
  left: 30px;
  font-size: 19px;
  top: calc(100% + 30px);
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2px;
}
@media screen and (min-width: 501px) {
  .main-title-text-link {
    top: 53px;
    left: auto;
    right: 45px;
  }
}
@media screen and (min-width: 701px) {
  .main-title-text-link {
    top: 80px;
  }
}
@media screen and (min-width: 769px) {
  .main-title-text-link {
    display: none;
  }
}

.tabset-tour {
  display: none;
}
@media screen and (max-width: 800px) {
  .tabset-tour {
    display: block;
    margin: 0 -12px 48px;
  }
}
@media screen and (max-width: 800px) and (min-width: 768px) {
  .tabset-tour {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 800px) {
  .tabset-tour li {
    display: inline-block;
    margin: 0 10px;
  }
}
.tabset-tour a {
  display: inline-block;
  line-height: 23px;
}
.tabset-tour a:hover, .tabset-tour a.active {
  color: #5c4ed0;
  border-color: #5c4ed0;
  background: transparent;
}
.tabset-tour a [class^=icon] {
  margin: 0 10px;
  line-height: 23px;
}
.tabset-tour a [class^=icon]:before {
  display: inline-block;
  vertical-align: bottom;
  line-height: 23px;
}
.tabset-tour .btn.btn-light-solid {
  color: #5c4ed0;
}

.accordion-bordered.accordion-bordered {
  counter-reset: list-number;
  padding-left: 31px;
}
@media screen and (min-width: 768px) {
  .accordion-bordered.accordion-bordered {
    padding-left: 20px;
  }
}
@media screen and (min-width: 700px) {
  .accordion-bordered.accordion-bordered {
    margin-right: 0;
  }
}
@media screen and (min-width: 1024px) {
  .accordion-bordered.accordion-bordered {
    padding-left: 15px;
    margin-bottom: 61px;
  }
}
.accordion-bordered.accordion-bordered .list-item {
  position: relative;
  border: 3px solid #e4c02c;
  margin-bottom: 60px;
  opacity: 0;
  animation: fadeUp 1s forwards;
}
@media screen and (min-width: 768px) {
  .accordion-bordered.accordion-bordered .list-item {
    margin-bottom: 30px;
  }
}
.accordion-bordered.accordion-bordered .list-item.active {
  margin-bottom: 60px;
}
@media screen and (min-width: 768px) {
  .accordion-bordered.accordion-bordered .list-item.active {
    margin-bottom: 30px;
  }
}
.accordion-bordered.accordion-bordered .list-item:last-child {
  border: 3px solid #e4c02c;
}
.accordion-bordered.accordion-bordered .list-item:hover .img-holder:after {
  opacity: 1;
}
.accordion-bordered.accordion-bordered .list-item.highlighted {
  border-color: #5c4ed0;
}
.accordion-bordered.accordion-bordered .opener.opener {
  position: absolute;
  top: 50%;
  right: -12px;
  border: none;
  width: 20px;
  height: 20px;
  background: #e4c02c;
  padding: 0;
  z-index: 10;
  transform: translateY(-50%);
}
@media screen and (min-width: 768px) {
  .accordion-bordered.accordion-bordered .opener.opener {
    right: 19px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
  .accordion-bordered.accordion-bordered .opener.opener {
    right: -12px;
  }
}
.accordion-bordered.accordion-bordered .opener.opener:hover {
  pointer-events: auto;
}
.accordion-bordered.accordion-bordered .opener.opener:before, .accordion-bordered.accordion-bordered .opener.opener:after {
  content: "";
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  width: 12px;
}
.accordion-bordered.accordion-bordered .opener.opener:after {
  transform: translate(-50%, -50%) rotate(90deg);
}
.accordion-bordered.accordion-bordered .active .opener {
  top: 23px;
}
@media screen and (min-width: 768px) {
  .accordion-bordered.accordion-bordered .active .opener {
    top: 88px;
  }
}
@media screen and (min-width: 1001px) {
  .accordion-bordered.accordion-bordered .active .opener {
    top: 80px;
  }
}
.accordion-bordered.accordion-bordered .active .opener:after {
  transform: translate(-50%, -50%) rotate(0);
}

.items-was-animated .js-tour-list .draggable {
  opacity: 1;
  animation: none;
}

.items-was-animated .accordion-bordered.js-tour-list .draggable {
  opacity: 1;
  animation: none;
}

.draggable-container--is-dragging .list-item:hover .img-holder:after {
  opacity: 0;
}
.draggable-container--is-dragging .draggable-mirror .img-holder:after {
  opacity: 1;
}

.draggable-source--is-dragging:after {
  content: "";
  display: block;
  position: absolute;
  left: 5px;
  right: 5px;
  bottom: 100%;
  border-bottom: 2px solid #5c4ed0;
  margin-bottom: 16px;
}

.btn.more {
  display: none;
}
@media screen and (min-width: 801px) {
  .btn.more {
    display: inline-block;
  }
}
.btn.more [class^=icon] {
  margin: 0 10px 0 0;
}

.card-opener.card-opener {
  font-size: 16px;
  line-height: 1.8;
  font-weight: 400;
  padding-bottom: 22px;
}
@media screen and (min-width: 768px) {
  .card-opener.card-opener {
    font-size: 18px;
    padding-top: 22px;
  }
}

.card-content-holder .img-holder,
.card-link .img-holder {
  -ms-flex: 0 0 95px;
      flex: 0 0 95px;
  max-width: 95px;
  margin: -41px 0 18px -36px;
}
@media screen and (min-width: 768px) {
  .card-content-holder .img-holder,
  .card-link .img-holder {
    margin-top: -30px;
    margin-left: -24px;
    max-width: 109px;
    -ms-flex: 0 0 109px;
        flex: 0 0 109px;
    margin-top: 0;
  }
}
@media screen and (min-width: 1000px) {
  .card-content-holder .img-holder,
  .card-link .img-holder {
    margin-bottom: 0;
  }
}
.card-content-holder .text-holder,
.card-link .text-holder {
  position: relative;
  width: 100%;
  padding-left: 0;
}
.card-content-holder .flex-holder,
.card-link .flex-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: start;
      align-items: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 18px;
  line-height: 1;
  margin: 0 -17px;
  width: 50%;
}
@media screen and (min-width: 601px) {
  .card-content-holder .flex-holder,
  .card-link .flex-holder {
    width: 100%;
  }
}
.card-content-holder .flex-holder > *,
.card-link .flex-holder > * {
  min-width: 200px;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
  padding: 0 15px;
}
@media screen and (min-width: 601px) {
  .card-content-holder .flex-holder > *,
  .card-link .flex-holder > * {
    max-width: 50%;
  }
}
@media screen and (min-width: 768px) {
  .card-content-holder .flex-holder > *,
  .card-link .flex-holder > * {
    max-width: 45%;
  }
}
.card-content-holder .btn-holder a,
.card-link .btn-holder a {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 10px;
  font-weight: 500;
}
.card-content-holder [class^=icon],
.card-link [class^=icon] {
  display: inline-block;
  vertical-align: top;
  line-height: 18px;
}
.card-content-holder [class^=icon]:before,
.card-link [class^=icon]:before {
  margin: 0 10px 0 0;
}

@media screen and (min-width: 768px) {
  .card-content-holder {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}
.card-content-holder .img-holder {
  float: left;
  margin-right: 20px;
}
@media screen and (min-width: 768px) {
  .card-content-holder .img-holder {
    position: relative;
    float: none;
    display: block;
    margin-right: 0;
  }
}
.card-content-holder .img-holder:after {
  content: "";
  position: absolute;
  left: -34px;
  top: 100px;
  transform: translateY(-50%);
  width: 15px;
  height: 24px;
  background: url(../../images/grip-vertical-solid.svg) no-repeat;
  cursor: grab;
}
@media screen and (min-width: 768px) {
  .card-content-holder .img-holder:after {
    left: -33px;
    top: 54px;
  }
}
@media screen and (min-width: 1024px) {
  .card-content-holder .img-holder:after {
    transition: opacity 0.3s ease-in-out;
    opacity: 0;
  }
}
.card-content-holder .card-counter {
  font-family: "urbana", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 30px;
  font-weight: 700;
  color: #e4c02c;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .card-content-holder .card-counter {
    text-align: center;
    min-width: 70px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
  .card-content-holder .card-counter {
    padding: 0 10px;
    min-width: 0;
  }
}
.card-content-holder .text-holder {
  position: relative;
  clear: both;
  padding: 0 15px;
}
@media screen and (min-width: 768px) {
  .card-content-holder .text-holder {
    padding-left: 10px;
  }
}
.card-content-holder .text-holder p {
  margin-bottom: 0;
}
.card-content-holder .text-holder h4, .card-content-holder .text-holder .h4 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .card-content-holder .text-holder h4, .card-content-holder .text-holder .h4 {
    font-size: 30px;
  }
}

.draggable--is-dragging .list-item {
  animation: none !important;
  opacity: 1;
}

.draggable.draggable-mirror {
  z-index: 2;
  background-color: white;
}

.draggable.draggable--over {
  opacity: 0.2;
}

.card-opener-address {
  font-style: normal;
  margin-bottom: 0;
  margin-bottom: 10px;
  font-size: 16px;
}
@media screen and (min-width: 768px) {
  .card-opener-address {
    font-size: 18px;
  }
}

.tour-col-maps {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (min-width: 801px) {
  .tour-col-maps {
    margin-top: -98px;
  }
}
.tour-col-maps .maps {
  margin-bottom: 30px;
}
@media screen and (min-width: 1024px) {
  .tour-col-maps .maps {
    margin-bottom: 0;
  }
}

.map-pin:hover .number {
  background-color: #5c4ed0;
}
.map-pin .number {
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  color: #fff;
  width: 27px;
  height: 27px;
  font-size: 18px;
  font-weight: 700;
  border-radius: 50%;
  background: #e4c02c;
}

.highlighted.highlighted .number {
  background-color: #5c4ed0;
}

.tour-buttons-list {
  -ms-flex-order: 1;
      order: 1;
  margin: 0 -10px;
}
@media screen and (min-width: 768px) {
  .tour-buttons-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-left: 0;
  }
}
@media screen and (min-width: 801px) {
  .tour-buttons-list {
    margin-bottom: 7px;
    margin-left: -10px;
  }
}
@media screen and (min-width: 1001px) {
  .tour-buttons-list {
    -ms-flex-order: 0;
        order: 0;
  }
}
@media screen and (min-width: 1024px) {
  .tour-buttons-list {
    margin-bottom: 25px;
  }
}
.tour-buttons-list li {
  display: block;
  margin: 0 10px 10px;
}
.tour-buttons-list .btn {
  font-size: 19px;
}
@media screen and (min-width: 768px) {
  .tour-buttons-list .btn {
    padding-left: 20px;
    padding-right: 20px;
    min-width: 138px;
  }
}
@media screen and (min-width: 1400px) {
  .tour-buttons-list .btn {
    font-size: 22px;
  }
}
.tour-buttons-list [class^=icon] {
  margin: 0 10px 0 5px;
}

.tour-col .maps {
  width: 100%;
  height: 100%;
  height: 703px;
}
.tour-col .maps iframe {
  width: 100%;
  height: 100%;
}

.tour-slide {
  line-height: 1.22;
  padding: 0 12px 30px;
}
@media screen and (min-width: 768px) {
  .tour-slide {
    font-size: 18px;
    line-height: 1.22;
    padding-left: 159px;
  }
}
@media screen and (min-width: 801px) and (max-width: 1023px) {
  .tour-slide {
    padding-left: 122px;
  }
}
@media screen and (min-width: 1024px) {
  .tour-slide {
    padding-left: 159px;
  }
}
.tour-slide .d-block {
  display: block;
  margin-bottom: 10px;
}
.tour-slide .tag {
  font-weight: 500;
  margin-bottom: 0;
  color: inherit;
}
.tour-slide .tag:hover {
  opacity: 0.7;
}

.slide-header {
  display: block;
  font-weight: 500;
  margin-bottom: 3px;
}

.slide-content {
  display: block;
  line-height: 24px;
  margin-bottom: 5px;
}

.h3 {
  margin-bottom: 60px;
  color: inherit;
}
@media screen and (min-width: 1024px) {
  .h3 {
    margin-bottom: 43px;
    padding-left: 110px;
    padding-left: 0;
  }
}

.card-link-flex-container {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 0 -30px 150px 0;
}
@media screen and (min-width: 601px) {
  .card-link-flex-container {
    -ms-flex-pack: justify;
        justify-content: space-between;
  }
}
@media screen and (min-width: 1001px) {
  .card-link-flex-container {
    padding-left: 108px;
  }
}
.card-link-flex-container h3, .card-link-flex-container .h3 {
  color: inherit;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}

.card-link {
  transition: border-color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  border: 3px solid #e4c02c;
  color: #2d2a2b;
  padding: 30px 30px 30px 0;
  margin: 0 30px 55px;
  max-width: 290px;
  width: 100%;
  opacity: 0;
  transform: translateY(100px);
}
@media screen and (min-width: 601px) {
  .card-link {
    max-width: calc(50% - 60px);
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
}
@media screen and (min-width: 1001px) {
  .card-link {
    display: -ms-flexbox;
    display: flex;
    max-width: calc(50% - 148px);
    -ms-flex-align: center;
        align-items: center;
  }
}
.card-link:hover {
  background-color: #e4c02c;
  border-color: #2d2a2b;
  color: #2d2a2b;
}
.card-link:hover img {
  transform: scale(1.1);
}
.card-link.in-viewport {
  transition: opacity 0.5s ease-in-out, transform 0.5s ease-in-out;
  opacity: 1;
  transform: translateY(0);
}
@media screen and (min-width: 768px) {
  .card-link + .card-link.in-viewport {
    transition-delay: 0.3s;
  }
}
.card-link .img-holder {
  display: block;
  overflow: hidden;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  max-width: none;
  margin-bottom: 25px;
  margin-top: -65px;
}
@media screen and (min-width: 768px) {
  .card-link .img-holder {
    max-height: none;
    max-width: 80%;
  }
}
@media screen and (min-width: 1001px) {
  .card-link .img-holder {
    -ms-flex: 0 0 58.3%;
        flex: 0 0 58.3%;
    max-width: 288px;
    margin-top: 0;
    margin-bottom: 0;
    margin: 0 0 0 -100px;
  }
}
.card-link .img-holder img {
  transition: transform 0.3s ease-in-out;
  width: 100%;
}
.card-link .text-holder {
  padding: 0 11%;
}
@media screen and (min-width: 1001px) {
  .card-link .text-holder {
    max-width: none;
  }
}
.card-link .text-holder h3, .card-link .text-holder .h3 {
  font-size: 24px;
}
@media screen and (min-width: 768px) {
  .card-link .text-holder h3, .card-link .text-holder .h3 {
    font-size: 27px;
  }
}
@media screen and (min-width: 1001px) {
  .card-link .text-holder h3, .card-link .text-holder .h3 {
    font-size: 40px;
  }
}

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

.no-results.no-results {
  display: none;
}

.tour-list-no-results {
  margin-bottom: 30px;
}

.tour-no-results .accordion-bordered {
  display: none;
  visibility: hidden;
}
.tour-no-results .no-results {
  display: block;
}
.tour-no-results .more,
.tour-no-results .more.no-results {
  display: none !important;
  visibility: hidden;
}
@media screen and (min-width: 769px) {
  .tour-no-results .more,
  .tour-no-results .more.no-results {
    display: inline-block !important;
    visibility: visible;
  }
}
.tour-no-results .main-title-text-link {
  display: block;
}
@media screen and (min-width: 768px) {
  .tour-no-results .main-title-text-link {
    top: 107px;
  }
}
@media screen and (min-width: 769px) {
  .tour-no-results .main-title-text-link {
    display: none;
    right: 50%;
    top: 125px;
  }
}
@media screen and (min-width: 1200px) {
  .tour-no-results .main-title-text-link {
    top: 141px;
  }
}
.tour-no-results .more.no-results {
  margin: 0 0 30px;
}
.tour-no-results .main-title-holder p {
  display: none;
  visibility: hidden;
}
.tour-no-results .tour-buttons-list {
  padding-top: 20px;
  margin: 0 -10px;
}
@media screen and (min-width: 1024px) {
  .tour-no-results .tour-buttons-list {
    padding-top: 0;
    margin-left: auto;
  }
}
.tour-no-results .tour-buttons-list .btn {
  border-color: #dbd9cf;
  color: #dbd9cf;
}

.more.result {
  display: none;
  visibility: hidden;
}
@media screen and (min-width: 801px) {
  .more.result {
    display: none !important;
    visibility: hidden;
  }
}

.tour-no-results .more.result {
  display: none !important;
}

.maps {
  position: relative;
}

.map-canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.maps-detailis-box {
  cursor: default;
}

.map-section .map-canvas .maps-detailis-box {
  width: 242px;
  display: block;
  background: white;
  border: 3px solid #e4c02c;
  margin-bottom: 45px;
}
@media (min-width: 1001px) {
  .map-section .map-canvas .maps-detailis-box {
    padding: 20px 0 0;
  }
}
.map-section .map-canvas .maps-detailis-box .text-holder {
  padding: 20px 19px 10px;
  background: none;
  border: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.08;
}
.map-section .map-canvas .maps-detailis-box .text-holder [class^=icon-]:before {
  margin-right: 5px;
}
.map-section .map-canvas .maps-detailis-box .text-holder a {
  font-size: 14px;
  display: block !important;
}
.map-section .map-canvas .maps-detailis-box h4 {
  font-size: 24px;
  line-height: 1.08;
}
.map-section .map-canvas .maps-detailis-box .image {
  width: 100%;
}

.map-js .pin-img {
  width: 100px;
  transform: translate(-50%, -50%);
  overflow: hidden;
  cursor: pointer;
  border-radius: 50%;
  border: 3px solid white;
}
@media (max-width: 699px) {
  .map-js .pin-img {
    width: 72px;
    height: 72px;
  }
}

.map-js .pin-img img {
  width: 100%;
}

.maps-detailis-box.highlighted .text-holder {
  background-color: #e4c02c;
  border-color: #2d2a2b;
}

.maps-detailis-box.highlighted .date {
  background-color: #2d2a2b;
}

.map-js .js-custom-marker:hover, .map-js .js-custom-marker.highlighted {
  z-index: 99;
}
.map-js .js-custom-marker:hover .pin-img, .map-js .js-custom-marker.highlighted .pin-img {
  border: 3px solid #2d2a2b;
}

.maps-popup-closer {
  display: none;
}

.highlight-active {
  position: relative;
  overflow: hidden;
}
.highlight-active .header {
  z-index: 10;
}
.highlight-active .map-section:before {
  content: "";
  position: fixed;
  bottom: 0;
  left: 0;
  top: 0;
  width: 100vw;
  background: rgba(228, 192, 44, 0.95);
  height: 100vh;
  z-index: 99;
}
@media (max-width: 768px) {
  .highlight-active.home-page .map-section:before {
    position: fixed;
    height: auto;
    top: 0;
  }
}
@media (max-width: 768px) {
  .highlight-active.home-page .maps-popup-closer {
    position: fixed;
    top: 0;
  }
}
.highlight-active .maps-popup-closer {
  font-family: "icomoon";
  content: "\e902";
  position: fixed;
  display: block;
  top: 50px;
  right: 0;
  font-size: 14px;
  width: 48px;
  height: 48px;
  z-index: 99;
  color: #2b2a2b;
}
@media (min-width: 768px) {
  .highlight-active .maps-popup-closer {
    right: 50px;
  }
}
.highlight-active .maps-popup-closer:before {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.highlight-active .maps-popup-closer:hover {
  color: #5c4ed0;
}
.highlight-active .panel-block {
  z-index: 100;
}
.highlight-active .maps-detailis-box.modal-active,
.highlight-active .list-item.list-item.modal-active {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 9999;
  max-width: 280px;
  border-color: #000;
}
.highlight-active .maps-detailis-box.modal-active .text-holder,
.highlight-active .list-item.list-item.modal-active .text-holder {
  border-color: #2b2b2b;
}
.highlight-active .list-item.list-item.modal-active {
  max-width: 300px;
  padding: 0;
}
.highlight-active .list-item.list-item.modal-active:after {
  content: "";
  position: absolute;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  left: -50px;
  top: -50px;
  z-index: -1;
}
.highlight-active .list-item.list-item.modal-active .img-holder:after {
  display: none;
}
.highlight-active .list-item.list-item.modal-active .text-holder {
  padding-left: 20px;
}
.highlight-active .list-item.list-item.modal-active .card-content-holder {
  -ms-flex-align: start;
      align-items: flex-start;
}
.highlight-active .list-item.list-item.modal-active .opener,
.highlight-active .list-item.list-item.modal-active .card-counter {
  display: none;
}
.highlight-active .map-section .panel-block .maps-detailis-box {
  width: 242px;
  display: block;
  background: white;
  margin: 0;
  border: 3px solid transparent;
  box-sizing: border-box;
}
@media (max-width: 479px) {
  .highlight-active .map-section .panel-block .maps-detailis-box {
    width: calc(100vw - 88px);
    max-width: none;
  }
}
@media (min-width: 1001px) {
  .highlight-active .map-section .panel-block .maps-detailis-box {
    padding: 20px 0 0;
  }
}
.highlight-active .map-section .panel-block .maps-detailis-box .text-holder {
  padding: 20px 20px 10px;
  background: none;
  border: 0;
  margin: 0;
  font-size: 14px;
  font-weight: 500;
  min-height: 1px;
  line-height: 1.08;
}
.highlight-active .map-section .panel-block .maps-detailis-box .text-holder a {
  min-width: 60%;
  display: inline-block !important;
}
.highlight-active .map-section .panel-block .maps-detailis-box h4 {
  font-size: 24px;
  line-height: 1.08;
}
.highlight-active .map-section .panel-block .maps-detailis-box .image {
  width: auto;
  margin: 16px 26px 0 -25px;
}
@media (min-width: 768px) {
  .highlight-active .map-section .panel-block .maps-detailis-box .image {
    margin: 0 26px 0 -25px;
  }
}

/*markers cluster*/
.map-canvas .js-cluster {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 100px;
  height: 100px;
  border: 4px solid white;
  border-radius: 50%;
  overflow: hidden;
  color: #fff;
  font-size: 27px;
  background-color: rgba(228, 192, 44, 0.8);
}
@media (max-width: 699px) {
  .map-canvas .js-cluster {
    width: 72px;
    height: 72px;
  }
}

/*zoom controls*/
.map-canvas .gmnoprint div {
  background: none !important;
}

.map-canvas .gm-bundled-control.gm-bundled-control-on-bottom {
  right: 38px !important;
  bottom: 120px !important;
}

.map-canvas .gmnoprint .gmnoprint div {
  background: #808080 !important;
}

.map-canvas button {
  min-width: 0;
}

.map-canvas button:first-child,
.map-canvas button:last-child {
  height: 48px !important;
  width: 48px !important;
  position: relative;
  color: #fff;
  background-color: #2d2a2b !important;
}

.map-canvas button:first-child:hover,
.map-canvas button:last-child:hover {
  background-color: black !important;
}

.map-canvas button:first-child:before,
.map-canvas button:first-child:after,
.map-canvas button:last-child:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 2px;
  background-color: currentColor;
}

.map-canvas button:first-child {
  margin-bottom: 10px !important;
}

.map-canvas button:first-child:after {
  width: 2px;
  height: 16px;
}

.map-canvas button:first-child img,
.map-canvas button:last-child img {
  display: none;
}

.map-canvas button:first-child ~ div {
  display: none;
}

@keyframes fadeUp {
  from {
    opacity: 0;
    transform: translateY(50%);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.map-section {
  position: relative;
}
@media screen and (min-width: 900px) {
  .map-section {
    overflow: visible;
  }
}
@media (min-width: 1025px) {
  .map-section {
    box-shadow: 8px 8px 12.92px 4.08px rgba(100, 98, 93, 0.15);
    margin-bottom: 140px;
  }
}
.home-page .map-section {
  margin-bottom: 0;
}
.map-section .maps-holder {
  max-width: none;
}
.map-section .maps-holder .btn-holder {
  position: absolute;
  bottom: 0;
  z-index: 15;
  padding: 0;
  text-align: center;
  padding: 12px 10px;
  background: #dbd9cf;
  margin: 0;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  right: 64px;
  min-width: 170px;
  max-width: 174px;
  display: none;
}
@media (max-width: 699px) {
  .map-section .maps-holder .btn-holder {
    display: none;
  }
}
.map-section .maps-holder .btn-holder .full-map {
  letter-spacing: 2px;
}
.map-section .mural-maps-holder .maps {
  margin: 0;
  transition: flex 0.3s ease-out;
  transition: flex 0.3s ease-out, -ms-flex 0.3s ease-out;
  max-width: none;
}
.map-section .maps-holder .maps-details-holder {
  padding: 0;
}
.map-section .mural-maps-holder {
  margin: 0;
  padding: 0;
  display: -ms-flexbox;
  display: flex;
}
.map-section .mural-maps-holder .maps {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  width: 100%;
  position: relative;
  z-index: 10;
  box-shadow: 8px 8px 12.92px 4.08px rgba(100, 98, 93, 0.15);
  max-height: 1024px;
  height: calc(100vh - 132px);
}
@media (min-width: 700px) {
  .map-section .mural-maps-holder .maps {
    height: calc(100vh - 172px);
  }
}
@media (min-width: 768px) {
  .map-section .mural-maps-holder .maps {
    height: calc(100vh - 182px);
  }
}
@media (min-width: 1200px) {
  .map-section .mural-maps-holder .maps {
    height: calc(100vh - 188px);
  }
}
.home-page .map-section .mural-maps-holder .maps {
  height: calc(100vh - 152px);
}
@media (min-width: 700px) {
  .home-page .map-section .mural-maps-holder .maps {
    height: calc(100vh - 152px);
  }
}
@media (min-width: 768px) {
  .home-page .map-section .mural-maps-holder .maps {
    height: calc(100vh - 162px);
  }
}
@media (min-width: 1024px) {
  .home-page .map-section .mural-maps-holder .maps {
    height: calc(100vh - 192px);
  }
}
@media (min-width: 1200px) {
  .home-page .map-section .mural-maps-holder .maps {
    height: calc(100vh - 188px);
  }
}
@media (min-width: 768px) {
  .map-section .wrap-input {
    display: -ms-flexbox;
    display: flex;
  }
}
.map-section .maps-filter {
  position: absolute;
  left: 0;
  top: -40px;
  width: 100%;
  right: 0;
  background: #fff;
  z-index: 50;
  overflow: hidden;
  box-shadow: 0 2px 6px #ccc;
}
@media (min-width: 768px) {
  .map-section .maps-filter {
    padding-bottom: 40px;
  }
}
.map-section .maps-filter:before {
  content: "";
  position: absolute;
  box-shadow: 0 2px 6px #ccc;
  top: -2px;
  left: 0;
  right: 0;
  height: 1px;
}
@media (max-width: 900px) {
  .map-section .maps-filter {
    z-index: 1002;
    overflow-y: auto;
    /* &:after {
    	content: '';
    	position: absolute;
    	bottom: 55px;
    	right: 25px;
    	background: url(images/decor-02.png) no-repeat;
    	background-size: 100% 100%;
    	width: 237px;
    	height: 431px;
    } */
  }
}
@media (max-width: 499px) {
  .map-section .maps-filter {
    padding: 30px 29px 56px;
  }
  .map-section .maps-filter:after {
    display: none;
  }
}
.map-section .jcf-select .jcf-select-text {
  padding: 10px 40px 10px 16px;
}
@media (min-width: 768px) {
  .map-section .jcf-select .jcf-select-text {
    padding: 10px 35px 10px 16px;
  }
}
.map-section .maps-detailis-box .text-holder {
  -ms-flex: 0 1 auto;
      flex: 0 1 auto;
  max-width: none;
  padding: 23px 17px 30px 82px;
  width: 100%;
  margin-left: -64px;
}
.map-section .maps-detailis-box .text-holder a {
  margin-bottom: 5px;
  font-size: 16px;
}
@media (max-width: 699px) {
  .map-section .maps-detailis-box .text-holder a {
    font-size: 14px;
  }
}
.map-section .maps-detailis-box .text-holder h4 {
  margin-bottom: 10px;
}
@media (max-width: 699px) {
  .map-section .maps-detailis-box .text-holder h4 {
    margin-bottom: 7px;
  }
}
.map-section .maps-details-holder {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.map-section .maps-detailis-box {
  margin-bottom: 30px;
  width: calc(50% - 50px);
  margin: 0 25px 32px;
}
@media (min-width: 1024px) {
  .map-section .maps-detailis-box {
    margin: 0 25px 40px;
  }
}
@media (max-width: 699px) {
  .map-section .maps-detailis-box {
    width: 100%;
    margin: 0 0 30px;
  }
}
.map-section .maps-detailis-box .image {
  max-width: 393px;
  width: 100px;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  margin: 0 0 0 -30px;
  background-color: #d8d8d8;
  position: relative;
  z-index: 2;
}
@media (max-width: 767px) {
  .map-section .maps-detailis-box .image {
    margin-top: 0;
  }
}
@media (max-width: 699px) {
  .map-section .maps-detailis-box .image {
    width: 93px;
    margin-left: -23px;
  }
}
.map-section .maps-detailis-box .image:after {
  content: "";
  color: #fff;
  font-size: 10px;
  margin: auto;
  width: 1em;
  height: 1em;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  animation: load4 1.3s infinite linear;
  transform: translate(-50%, -50%);
  z-index: -1;
}
@media (max-width: 699px) {
  .map-section .jcf-scrollable-wrapper {
    height: auto !important;
  }
}

@keyframes load4 {
  0%, 100% {
    box-shadow: 0 -3em 0 0.2em, 2em -2em 0 0em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 0;
  }
  12.5% {
    box-shadow: 0 -3em 0 0, 2em -2em 0 0.2em, 3em 0 0 0, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  25% {
    box-shadow: 0 -3em 0 -0.5em, 2em -2em 0 0, 3em 0 0 0.2em, 2em 2em 0 0, 0 3em 0 -1em, -2em 2em 0 -1em, -3em 0 0 -1em, -2em -2em 0 -1em;
  }
  37.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 0, 2em 2em 0 0.2em, 0 3em 0 0em, -2em 2em 0 -1em, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  50% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 0em, 0 3em 0 0.2em, -2em 2em 0 0, -3em 0em 0 -1em, -2em -2em 0 -1em;
  }
  62.5% {
    box-shadow: 0 -3em 0 -1em, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 0, -2em 2em 0 0.2em, -3em 0 0 0, -2em -2em 0 -1em;
  }
  75% {
    box-shadow: 0em -3em 0 -1em, 2em -2em 0 -1em, 3em 0em 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0.2em, -2em -2em 0 0;
  }
  87.5% {
    box-shadow: 0em -3em 0 0, 2em -2em 0 -1em, 3em 0 0 -1em, 2em 2em 0 -1em, 0 3em 0 -1em, -2em 2em 0 0, -3em 0em 0 0, -2em -2em 0 0.2em;
  }
}
.maps-details-block .btn {
  min-width: 120px;
  width: 180px;
  display: block;
  padding: 10px 26px 10px;
  margin: 0 auto;
  margin-top: 20px;
  margin-bottom: 20px;
}

.wrap-panel-filtered {
  font-size: 14px;
  line-height: 1.2;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  font-weight: 500;
  padding-top: 10px;
  margin-bottom: 28px;
  position: relative;
  max-width: 624px;
  width: 100%;
  z-index: 50;
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
  color: #7e7e73;
  margin-right: -25px;
  max-width: none;
  position: relative;
  left: 0;
  background: #fff;
  -ms-flex-order: 2;
      order: 2;
  margin-bottom: 0;
  z-index: 22;
  padding-bottom: 14px;
}
.wrap-panel-filtered:before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: -100vw;
  z-index: -1;
  right: -100vw;
  background: #fff;
  box-shadow: 12px 7px 19.95px 1.05px rgba(141, 139, 131, 0.13);
}
@media (max-width: 1199px) {
  .wrap-panel-filtered {
    padding: 9px 0 9px 0;
  }
}
@media (max-width: 767px) {
  .wrap-panel-filtered {
    padding: 9px 15px 9px 0;
  }
}
@media (max-width: 699px) {
  .wrap-panel-filtered {
    padding-top: 18px;
    padding: 8px 15px 10px 0;
  }
}
.wrap-panel-filtered strong {
  max-width: 50%;
  font-weight: 500;
}
@media (max-width: 699px) {
  .wrap-panel-filtered strong {
    max-width: none;
  }
}
.wrap-panel-filtered .res {
  max-width: 50%;
}
@media (max-width: 699px) {
  .wrap-panel-filtered .res {
    max-width: none;
    bottom: 100%;
    right: 0;
  }
}

@media screen and (max-width: 1023px) {
  .mob-d-none {
    display: none;
  }
}

.panel-block,
.maps {
  padding-top: 68px;
}

.js-tab-hidden {
  width: 100%;
}

.mural-maps-holder.tab-content .panel-block:not(.active),
.mural-maps-holder.tab-content .maps:not(.active) {
  position: absolute;
  opacity: 0;
  width: 100%;
  left: -9999px;
}
.highlight-active .mural-maps-holder.tab-content .panel-block:not(.active),
.highlight-active .mural-maps-holder.tab-content .maps:not(.active) {
  opacity: 1;
}

.panel-block {
  position: relative;
  z-index: 10;
  background: #fff;
  transition: transform 0.3s ease-out;
  min-height: 714px;
  width: 100%;
  padding: 41px 0 0;
  box-shadow: 12px 7px 19.95px 1.05px rgba(141, 139, 131, 0.13);
  max-width: none;
  min-height: 0;
}
@media (min-width: 1024px) {
  .panel-block {
    padding: 32px 0;
  }
}
.map-section .panel-block .container, .map-section .panel-block .map-control-bar, .map-section .panel-block .main-content, .map-section .panel-block .meet-section, .map-section .panel-block .two-block, .map-section .panel-block .events-filter-section, .map-section .panel-block .inform-block, .map-section .panel-block .awards-holder, .map-section .panel-block .newsbox-section {
  padding-left: 28px;
  padding-right: 28px;
}
@media (min-width: 768px) {
  .map-section .panel-block .container, .map-section .panel-block .map-control-bar, .map-section .panel-block .main-content, .map-section .panel-block .meet-section, .map-section .panel-block .two-block, .map-section .panel-block .events-filter-section, .map-section .panel-block .inform-block, .map-section .panel-block .awards-holder, .map-section .panel-block .newsbox-section {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.panel-block h2 {
  margin-bottom: 17px;
  line-height: 1;
  font-size: 36px;
}
@media (min-width: 768px) {
  .panel-block h2 {
    margin-bottom: 37px;
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .panel-block h2 {
    margin-bottom: 33px;
    font-size: 80px;
  }
}
@media (min-width: 768px) {
  .panel-block .maps-details-block {
    margin-right: -57px;
  }
}
@media (min-width: 1200px) {
  .panel-block .maps-details-block {
    margin-right: -82px;
  }
}
@media (min-width: 768px) {
  .map-section .panel-block .maps-details-holder {
    padding-left: 25px;
  }
}
@media (min-width: 1200px) {
  .map-section .panel-block .maps-details-holder {
    padding-left: 35px;
  }
}
.panel-block .maps-detailis-box {
  width: 100%;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
}
@media (max-width: 767px) {
  .panel-block .maps-detailis-box {
    margin: 0 0 14px;
    padding: 0 0 9px;
    border-bottom: 3px solid #e4c02d;
  }
}
@media (min-width: 768px) {
  .panel-block .maps-detailis-box {
    width: calc(50% - 114px);
  }
}
@media (min-width: 1200px) {
  .panel-block .maps-detailis-box {
    width: calc(33.33% - 150px);
  }
}
.map-section .panel-block .maps-detailis-box {
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 768px) {
  .map-section .panel-block .maps-detailis-box {
    margin-right: 57px;
    margin-left: 57px;
  }
}
@media (min-width: 1200px) {
  .map-section .panel-block .maps-detailis-box {
    margin-right: 75px;
    margin-left: 75px;
  }
}
.map-section .panel-block .maps-detailis-box .image {
  width: 94px;
  margin: 0 16px 0 0;
}
@media (max-width: 767px) {
  .map-section .panel-block .maps-detailis-box .image {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .map-section .panel-block .maps-detailis-box .image {
    width: 114px;
    margin: -5px 0 0 -82px;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}
@media (min-width: 1200px) {
  .map-section .panel-block .maps-detailis-box .image {
    margin: 0 0 0 -110px;
    width: 170px;
  }
}
.panel-block .maps-detailis-box .text-holder {
  height: 100%;
  box-sizing: border-box;
  font-size: 14px;
  padding: 0;
}
.panel-block .maps-detailis-box .text-holder a {
  font-size: 12px;
}
@media (min-width: 768px) {
  .panel-block .maps-detailis-box .text-holder a {
    font-size: 14px;
  }
}
.panel-block .maps-detailis-box .text-holder [class^=icon-]:before {
  margin-right: 6px;
}
@media (min-width: 768px) {
  .panel-block .maps-detailis-box .text-holder {
    min-height: 170px;
    padding: 15px 16px 20px 47px;
  }
}
@media (min-width: 1200px) {
  .panel-block .maps-detailis-box .text-holder {
    padding: 37px 16px 37px 90px;
    min-height: 210px;
  }
}
@media (max-width: 1199px) {
  .panel-block .maps-detailis-box .text-holder {
    margin-left: -34px;
  }
}
@media (max-width: 767px) {
  .panel-block .maps-detailis-box .text-holder {
    margin: 0;
    border: 0;
    font-size: 14px;
  }
}
.panel-block .maps-detailis-box .text-holder h4 {
  font-size: 24px;
}
@media (max-width: 767px) {
  .panel-block .maps-detailis-box .text-holder h4 {
    font-size: 22px;
  }
}
@media (max-width: 699px) {
  .panel-block {
    height: auto;
    min-height: 1px;
    min-height: none;
  }
  .panel-block:not(.js-tab-hidden) {
    overflow: hidden;
  }
  .result-active .panel-block {
    height: auto;
  }
}
@media (max-width: 1023px) {
  .panel-block {
    width: 100%;
  }
  .bg-gray .panel-block {
    box-shadow: none;
  }
}
@media (max-width: 499px) {
  .panel-block {
    height: 721px;
    height: auto;
    padding-top: 10px;
  }
  .result-active .panel-block {
    height: auto;
  }
}
@media (max-width: 699px) {
  .panel-block {
    padding: 30px 0 0 0;
  }
}
@media (max-width: 699px) {
  .panel-block .load-more-mob {
    margin: 22px auto 50px;
    position: relative;
    right: -15px;
    display: block;
    max-width: 200px;
    text-align: center;
  }
}

.map-control-bar {
  z-index: 11;
  font-weight: 700;
  z-index: 20;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}
.map-section .maps-holder .map-control-bar {
  padding-left: 20px;
}
@media (min-width: 768px) {
  .map-section .maps-holder .map-control-bar {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.map-control-bar .btn {
  margin-bottom: 0;
  border: none;
}
.map-control-bar a {
  color: #2d2a2b;
  transition: background 0.2s;
}
.map-control-bar a:not(.btn) {
  display: block;
  padding: 15px 10px 15px;
  font-weight: 700;
  font-size: 14px;
}
@media (min-width: 769px) {
  .map-control-bar a:not(.btn) {
    font-size: 20px;
    padding: 16px 10px 17px;
  }
}
.map-control-bar a:not(.btn):hover, .map-control-bar a:not(.btn).active {
  background: #dbd9cf;
}
.home-page .map-control-bar a:not(.btn):hover, .home-page .map-control-bar a:not(.btn).active {
  background: #2d2a2b;
  color: #fff;
}

.map-control-bar-top {
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  z-index: 23;
  background: #fff;
}
.map-control-bar-top:before {
  content: "";
  position: absolute;
  box-shadow: 12px 7px 19.95px 1.05px rgba(141, 139, 131, 0.13);
  top: 0;
  bottom: 0;
  right: -100vw;
  left: -100vw;
  background: #fff;
  z-index: -1;
}
.map-control-bar-top .btn.ico-btn {
  padding: 14px 17px 12px 20px;
  margin-left: -30px;
  font-size: 14px;
}
@media (min-width: 769px) {
  .map-control-bar-top .btn.ico-btn {
    font-size: 20px;
    padding: 16px 17px 14px 20px;
  }
}
.map-control-bar-top .btn.ico-btn i {
  margin: 0 2px 0 -5px;
}
@media (min-width: 769px) {
  .map-control-bar-top .btn.ico-btn i {
    margin: 0 5px 0 0;
  }
}

.map-tabset {
  margin-bottom: 0;
  margin-left: auto;
  display: -ms-flexbox;
  display: flex;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  text-align: center;
}
.map-tabset li {
  font-size: 14px;
  min-width: 48px;
}
@media (min-width: 769px) {
  .map-tabset li {
    min-width: 58px;
  }
}
@media (max-width: 768px) {
  .map-tabset li a {
    min-height: 48px;
  }
}
@media (min-width: 768px) {
  .map-tabset li {
    width: auto;
    font-size: 16px;
  }
}

.popup-filter-active {
  overflow: hidden;
}

.maps-filter {
  padding: 24px 16px 50px;
  font-size: 26px;
  font-size: 12px;
  line-height: 1.46;
  transition: transform 0.3s ease-out 0.25s, opacity 0.3s ease-out 0.25s;
  transform: translateY(-100%);
  opacity: 0;
  z-index: -1;
  visibility: hidden;
  display: block !important;
}
@media (min-width: 768px) {
  .maps-filter {
    font-size: 16px;
    padding: 40px 0 0;
  }
}
@media (max-width: 499px) {
  .maps-filter {
    font-size: 18px;
    line-height: 1.33;
  }
}
.maps-filter .container, .maps-filter .main-content, .maps-filter .meet-section, .maps-filter .two-block, .maps-filter .events-filter-section, .maps-filter .inform-block, .maps-filter .awards-holder, .maps-filter .newsbox-section, .maps-filter .map-control-bar {
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .maps-holder .maps-filter .container, .maps-holder .maps-filter .main-content, .maps-holder .maps-filter .meet-section, .maps-holder .maps-filter .two-block, .maps-holder .maps-filter .events-filter-section, .maps-holder .maps-filter .inform-block, .maps-holder .maps-filter .awards-holder, .maps-holder .maps-filter .newsbox-section, .maps-holder .maps-filter .map-control-bar {
    padding-left: 50px;
    padding-right: 50px;
  }
}
.popup-filter-active .maps-filter {
  transform: translateY(0);
  opacity: 1;
  z-index: 100;
  visibility: visible;
}
.maps-filter h2 {
  font-size: 80px;
  line-height: 1;
  margin-bottom: 10px;
  width: 100%;
  overflow: hidden;
  display: none;
}
@media (min-width: 768px) {
  .maps-filter h2 {
    display: block;
  }
}
@media (max-width: 499px) {
  .maps-filter h2 {
    font-size: 40px;
    margin-bottom: 9px;
  }
}
.maps-filter p {
  margin: 0 0 20px;
  font-size: 16px;
  font-weight: 600;
}
.maps-filter .hide-filters {
  background: none;
  height: auto;
  width: auto;
  padding: 0;
  outline: none;
  border: 0;
  color: #7E7E73;
  text-transform: uppercase;
  position: relative;
  display: inline-block;
  vertical-align: top;
  letter-spacing: 1px;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  min-width: 1px;
  transition: color 0.3s ease;
  line-height: 1;
  z-index: 15;
  font-size: 12px;
}
@media (max-width: 767px) {
  .maps-filter .hide-filters {
    position: absolute;
    width: 100px;
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    max-width: none;
    bottom: -30px;
  }
}
@media (min-width: 768px) {
  .maps-filter .hide-filters {
    float: right;
    font-size: 19px;
    margin-bottom: 20px;
  }
}
.maps-filter .hide-filters:hover {
  color: #2d2a2b;
}
.maps-filter .search-box {
  margin-bottom: 18px;
  min-width: 160px;
  position: relative;
  width: auto;
}
@media (min-width: 768px) {
  .maps-filter .search-box {
    margin-right: 18px;
    mqx-width: 220px;
    width: 160px;
  }
}
.maps-filter .search-box:after {
  content: "\e918";
  font-size: 19px;
  position: absolute;
  top: 15px;
  right: 23px;
  color: #2d2a2b;
}
@media (max-width: 767px) {
  .maps-filter .search-box:after {
    top: 12px;
    right: 18px;
    font-size: 15px;
  }
}
.maps-filter input[type=search] {
  background: none;
  display: block;
  width: 100%;
  outline: none;
  padding: 12px 40px 12px 16px;
  font-size: 14px;
  height: 42px;
  text-transform: uppercase;
  color: #2d2a2b;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2px;
}
.maps-filter input[type=search]::-webkit-input-placeholder {
  color: #2d2a2b;
}
.maps-filter input[type=search]::-moz-placeholder {
  opacity: 1;
  color: #2d2a2b;
}
.maps-filter input[type=search]:-moz-placeholder {
  color: #2d2a2b;
}
.maps-filter input[type=search]:-ms-input-placeholder {
  color: #2d2a2b;
}
.maps-filter input[type=search].placeholder {
  color: #2d2a2b;
}
@media (min-width: 768px) {
  .maps-filter input[type=search] {
    font-size: 22px;
    height: 50px;
  }
}
.maps-filter .select-wrap {
  display: -ms-flexbox;
  display: flex;
  margin: 0 -8px 21px -8px;
}
@media (min-width: 768px) {
  .maps-filter .select-wrap {
    width: 370px;
    margin: 0 10px 21px -10px;
  }
}
@media (min-width: 1024px) {
  .maps-filter .select-wrap {
    width: 500px;
  }
}
.maps-filter .select-wrap .jcf-select {
  min-width: 100px;
  width: 100%;
}
.maps-filter .select-wrap .col {
  padding: 0 8px;
  width: 50%;
}
@media (min-width: 768px) {
  .maps-filter .select-wrap .col {
    padding: 0 10px;
    width: 58%;
  }
  .maps-filter .select-wrap .col:first-child {
    width: 42%;
  }
}
@media (max-width: 499px) {
  .maps-filter .select-wrap .col {
    max-width: 217px;
  }
}
.maps-filter .jcf-select {
  margin: 0;
  height: 42px;
  display: block;
}
@media (min-width: 768px) {
  .maps-filter .jcf-select {
    height: 50px;
  }
}
.maps-filter .jcf-select .jcf-select-text {
  font-size: 14px;
}
@media (min-width: 768px) {
  .maps-filter .jcf-select .jcf-select-text {
    font-size: 22px;
  }
}
@media (max-width: 499px) {
  .maps-filter .jcf-select .jcf-select-text {
    padding-right: 30px;
  }
}
.maps-filter .btn {
  min-width: 153px;
  font-size: 14px;
}
@media (min-width: 768px) {
  .maps-filter .btn {
    font-size: 22px;
  }
}
@media (max-width: 499px) {
  .maps-filter .btn {
    font-size: 19px;
    min-width: 102px;
  }
}
.maps-filter .btn.load-random-btn {
  border-color: #fff;
  min-width: 100px;
  padding-left: 0;
  padding-right: 0;
  margin-left: 11px;
  letter-spacing: 3px;
}
.maps-filter .btn.load-random-btn:hover {
  background: none;
  color: #3b2fa5;
}
.maps-filter button.btn {
  height: 50px;
  padding: 5px;
}
@media (min-width: 768px) {
  .maps-filter button.btn {
    width: 120px;
    min-width: 100px;
  }
}
@media (max-width: 767px) {
  .maps-filter button.btn {
    height: 42px;
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
@media (max-width: 499px) {
  .maps-filter .down-box {
    position: static;
  }
}
.maps-filter .down-map {
  color: #5c4ed0;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  letter-spacing: 2px;
}
@media (min-width: 768px) {
  .maps-filter .down-map {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .maps-filter .down-map {
    display: block;
    width: 100%;
    text-align: center;
    background: #F2EFF8;
    padding: 11px 15px 11px;
  }
}
.maps-filter .down-map:before {
  content: "\e907";
  margin-right: 11px;
}
.maps-filter .down-map:hover {
  color: #5c4ed0;
}
.maps-filter .map-sp {
  font-size: 16px;
  padding-top: 37px;
}
.maps-filter .map-sp p {
  margin-bottom: 10px;
}
@media (max-width: 499px) {
  .maps-filter .map-sp p {
    margin-bottom: 1px;
    letter-spacing: 1px;
  }
}
.maps-filter .map-sp .img {
  width: 184px;
  padding-top: 10px;
}
@media (max-width: 499px) {
  .maps-filter .map-sp .img {
    width: 150px;
  }
}
.maps-filter .map-sp .img img {
  vertical-align: top;
}

.panel-block {
  z-index: 16;
}

.popup-welcome {
  position: relative;
}
.popup-welcome .popup {
  position: absolute;
  z-index: 20;
  display: block !important;
  font-weight: 500;
  background: rgba(92, 78, 208, 0.97);
  color: #fff;
  z-index: 55;
  transition: transform 0.3s ease-in 0.25s;
  top: 83px;
  width: 84.6%;
  padding: 91px 74px 44px 98px;
}
.popup-welcome .popup:after {
  content: "";
  position: absolute;
  top: -40px;
  bottom: -100px;
  left: 0;
  right: -100vw;
  z-index: -1;
}
.popup-welcome .popup[style*=display] {
  transform: translateX(-100%);
}
.popup-welcome .popup[style*=display] h2, .popup-welcome .popup[style*=display] strong, .popup-welcome .popup[style*=display] p {
  transform: translateX(-100px);
}
.popup-welcome .popup[style*=display]:after {
  display: none;
}
.popup-welcome .popup * {
  transition: transform 0.3s ease-in;
}
@media (max-width: 699px) {
  .popup-welcome .popup {
    top: 0;
    width: calc(100% - 100px);
    padding: 103px 40px 49px 30px;
  }
}
@media (max-width: 499px) {
  .popup-welcome .popup {
    right: 0;
    width: auto;
  }
}
.popup-welcome .popup h2 {
  margin-bottom: 8px;
  font-size: 60px;
  margin-bottom: 4px;
}
@media (max-width: 699px) {
  .popup-welcome .popup h2 {
    font-size: 40px;
  }
}
.popup-welcome h3 {
  color: #fff;
}
.popup-welcome p {
  margin-bottom: 36px;
}
.popup-welcome a {
  color: #e4c02c;
}
.popup-welcome a:hover {
  color: #fddd59;
}
.popup-welcome a i {
  font-weight: 700;
  margin: 0 5px;
  font-size: 16px;
}
.popup-welcome .title {
  text-transform: uppercase;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-weight: 700;
  letter-spacing: 5px;
  display: block;
  margin-bottom: 31px;
  font-size: 27px;
  margin-bottom: 36px;
}
@media (max-width: 699px) {
  .popup-welcome .title {
    font-size: 20px;
    letter-spacing: 4.5px;
  }
}
.popup-welcome .close-btn {
  position: absolute;
  top: 48px;
  right: 48px;
  font-size: 0;
  color: #fff;
}
@media (max-width: 699px) {
  .popup-welcome .close-btn {
    top: 30px;
    right: 30px;
  }
}
.popup-welcome .close-btn:before {
  content: "\e902";
  font-size: 24px;
}
@media (max-width: 699px) {
  .popup-welcome .close-btn:before {
    font-size: 18px;
  }
}
.popup-welcome .ttl {
  font-weight: 500;
  display: block;
  color: #e4c02c;
}
.popup-welcome .ttl:hover {
  color: #fff;
}

.map-section .jcf-scrollable-wrapper {
  width: 100% !important;
}
.map-section .jcf-scrollable-wrapper .jcf-scrollbar-horizontal {
  display: none !important;
}
.map-section .wrap-scrollable {
  width: 100% !important;
  height: calc(100vh - 350px) !important;
  overflow: hidden;
}
@media (max-width: 699px) {
  .map-section .wrap-scrollable {
    min-height: 266px;
    overflow: hidden !important;
  }
}
.map-section .result-active .wrap-scrollable {
  overflow: hidden !important;
}
.map-section .result-active .jcf-scrollbar {
  display: none;
}
.map-section .result-active .maps-details-block {
  padding-bottom: 15px;
}
.map-section .result-active .jcf-scrollable-wrapper {
  height: auto !important;
}
.map-section .jcf-scrollbar-vertical {
  right: -15px;
}

.search-map,
.street-view {
  position: absolute;
  top: 0;
  color: #2d2a2b;
  right: 19.6%;
  z-index: 10;
  text-transform: uppercase;
  background: #e4c02c;
  font-family: "futura-pt-condensed", "Arial", "Helvetica Neue", "Helvetica", sans-serif;
  font-size: 22px;
  padding: 10px 24px;
  display: none;
  letter-spacing: 3px;
}
.search-active .search-map,
.search-active .street-view {
  display: block;
}
.search-map:hover,
.street-view:hover {
  color: #5c4ed0;
}
.search-map:before,
.street-view:before {
  content: "\e905";
  font-weight: 700;
  font-size: 18px;
  margin-right: 5px;
}

.street-view {
  display: block !important;
  background: #dbd9cf;
}
.street-view:before {
  content: "";
}
.street-view img {
  margin-right: 10px;
}

.my-location {
  position: absolute;
  background: #2d2a2b;
  color: white;
  text-transform: uppercase;
  text-align: center;
  z-index: 3;
  cursor: pointer;
  overflow: hidden;
  width: 48px;
  height: 48px;
  line-height: 54px;
  right: 0px;
  font-size: 0;
  bottom: 121px;
  border-bottom: 1px solid #808080;
}
.my-location:before {
  content: "";
  position: absolute;
  background-image: url("../../images/icon-location.svg");
  background-size: 100% 100%;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  transition: transform 0.3s ease;
}

.my-location.hidden {
  display: none;
}

.my-location:hover {
  background: black;
  color: white;
}

.my-location.loading:before {
  background-image: url("../../images/load-gif.gif");
}

.map-canvas button:first-child {
  margin: 9px 0 1px !important;
}

.simple-pin {
  background: url("../../images/map-pin.png") no-repeat;
  width: 34px;
  height: 44px;
}

.simple-pin.opened,
.simple-pin:hover {
  cursor: pointer;
  background: url("../../images/map-pin-active.png") no-repeat;
}

.js-custom-marker .maps-detailis-box {
  position: absolute;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
}

.js-custom-marker.opened .maps-detailis-box {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
  z-index: 9999;
}

.js-custom-marker .maps-detailis-box .text-holder {
  background: white;
}

.maps-detailis-box .tour-map-list-item {
  position: absolute;
  opacity: 0;
  pointer-events: none;
}

.entry-content .wow-block {
  margin: 50px 0;
}
@media (min-width: 1025px) {
  .entry-content .wow-block {
    margin: 70px 0;
  }
}
.entry-content section:first-of-type {
  margin-top: 100px;
}
@media (min-width: 1025px) {
  .entry-content section:first-of-type {
    margin-top: 140px;
  }
}

.contact-form .gfield {
  padding: 0;
}
.contact-form label {
  margin-bottom: 0;
}
.contact-form .gfield_label {
  font-weight: 400 !important;
}
.contact-form .ginput_container_email input,
.contact-form .ginput_container_phone input {
  width: 100% !important;
}

.single-mural .breadcrumbs a {
  color: #fff;
}
.single-mural .breadcrumbs a:hover {
  color: #e4c02c;
}
.single-mural .map-js .map-pin {
  border: none;
}

.single-artist .breadcrumbs li:after {
  color: #9d9d9d;
}
.single-artist .breadcrumbs a {
  color: #2b2b2b;
}
.single-artist .breadcrumbs a:hover {
  color: #5c4ed0;
}

@media (min-width: 1001px) {
  .blog .hero-section-newsroom {
    padding-bottom: 0;
  }
}
@media (min-width: 1001px) {
  .blog .line-up-filter-section {
    padding-top: 140px !important;
  }
}

.panel-box .submit {
  margin-left: 20px;
}

.page-template-tour .items-was-animated .js-tour-list .draggable {
  opacity: 1;
  animation: none;
}

#panorama .pnlm-controls-container {
  top: auto;
  bottom: 45px;
  left: 36px;
}
@media (min-width: 601px) {
  #panorama .pnlm-controls-container {
    bottom: 50px;
  }
}
@media (min-width: 769px) {
  #panorama .pnlm-controls-container {
    bottom: 60px;
  }
}
@media (min-width: 1025px) {
  #panorama .pnlm-controls-container {
    bottom: 70px;
  }
}

@media (min-width: 701px) {
  .post-type-archive-artist .lineup-filter {
    display: -ms-flexbox;
    display: flex;
  }
}
.post-type-archive-artist .lineup-filter .search-box {
  position: relative;
  width: 150px;
}
.post-type-archive-artist .lineup-filter .search-box:after {
  font-family: "icomoon" !important;
  content: "\e918";
  font-size: 19px;
  position: absolute;
  top: 15px;
  right: 23px;
  color: #dbd9cf;
}
@media (min-width: 701px) {
  .post-type-archive-artist .lineup-filter .search-box {
    margin-left: 20px;
    margin-right: 20px;
  }
}
@media (min-width: 769px) {
  .post-type-archive-artist .lineup-filter .search-box {
    width: 220px;
  }
}
.post-type-archive-artist .lineup-filter .search-box input {
  height: 53px;
  margin-bottom: 12px;
  width: 100%;
  font-size: 28px;
}
.post-type-archive-artist .lineup-filter .submit {
  margin: 0 0 12px 0;
}
@media (min-width: 700px) {
  .post-type-archive-artist .lineup-filter .view-all {
    margin-left: 20px;
  }
}

.view-all-loader {
  margin: auto;
  border: 20px solid #2d2a2b;
  border-radius: 50%;
  border-top: 20px solid #e4c02c;
  width: 200px;
  height: 200px;
  animation: spinner 4s linear infinite;
  display: none;
}
.view-all-loader.active {
  display: block;
}

@keyframes spinner {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.home-book-hotel {
  position: relative;
}
@media (min-width: 768px) {
  .home-book-hotel {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}
@media (min-width: 1024px) {
  .home-book-hotel {
    max-width: 1000px;
    margin: 100px auto;
  }
}
.home-book-hotel .image {
  text-align: right;
  position: relative;
  right: -30px;
  top: 60px;
}
@media (min-width: 768px) {
  .home-book-hotel .image {
    right: 0;
  }
}
.home-book-hotel .text-area {
  position: relative;
  background: url(../../images/booking-bg.png) no-repeat;
  background-size: cover;
  padding: 90px 30px 30px;
}
@media (min-width: 768px) {
  .home-book-hotel .text-area {
    padding: 120px 40px 75px;
    width: 50%;
    top: 120px;
  }
}
@media (min-width: 1024px) {
  .home-book-hotel .text-area {
    padding: 250px 100px 100px 50px;
    top: 90px;
  }
}
.home-book-hotel .text-area h2 {
  color: #2d2a2b;
  font-size: 40px;
}
@media (min-width: 768px) {
  .home-book-hotel .text-area h2 {
    font-size: 60px;
  }
}
@media (min-width: 1024px) {
  .home-book-hotel .text-area h2 {
    font-size: 80px;
  }
}