/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

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

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

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

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

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

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Functional styling;
 * These styles are required for noUiSlider to function.
 * You don't need to change these rules to apply your design.
 */
.noUi-target,
.noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-target {
  position: relative;
}
.noUi-base,
.noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
/* Wrapper for all connect elements.
 */
.noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.noUi-connect,
.noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  -webkit-transform-style: preserve-3d;
  transform-origin: 0 0;
  transform-style: flat;
}
/* Offset direction
 */
.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
  left: 0;
  right: auto;
}
/* Give origins 0 height/width so they don't interfere with clicking the
 * connect elements.
 */
.noUi-vertical .noUi-origin {
  top: -100%;
  width: 0;
}
.noUi-horizontal .noUi-origin {
  height: 0;
}
.noUi-handle {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  position: absolute;
}
.noUi-touch-area {
  height: 100%;
  width: 100%;
}
.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
  -webkit-transition: transform 0.3s;
  transition: transform 0.3s;
}
.noUi-state-drag * {
  cursor: inherit !important;
}
/* Slider size and handle placement;
 */
.noUi-horizontal {
  height: 18px;
}
.noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  right: -17px;
  top: -6px;
}
.noUi-vertical {
  width: 18px;
}
.noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  right: -6px;
  bottom: -17px;
}
.noUi-txt-dir-rtl.noUi-horizontal .noUi-handle {
  left: -17px;
  right: auto;
}
/* Styling;
 * Giving the connect element a border radius causes issues with using transform: scale
 */
.noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.noUi-connects {
  border-radius: 3px;
}
.noUi-connect {
  background: #3FB8AF;
}
/* Handles and cursors;
 */
.noUi-draggable {
  cursor: ew-resize;
}
.noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
/* Handle stripes;
 */
.noUi-handle:before,
.noUi-handle:after {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.noUi-handle:after {
  left: 17px;
}
.noUi-vertical .noUi-handle:before,
.noUi-vertical .noUi-handle:after {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.noUi-vertical .noUi-handle:after {
  top: 17px;
}
/* Disabled state;
 */
[disabled] .noUi-connect {
  background: #B8B8B8;
}
[disabled].noUi-target,
[disabled].noUi-handle,
[disabled] .noUi-handle {
  cursor: not-allowed;
}
/* Base;
 *
 */
.noUi-pips,
.noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.noUi-pips {
  position: absolute;
  color: #999;
}
/* Values;
 *
 */
.noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
/* Markings;
 *
 */
.noUi-marker {
  position: absolute;
  background: #CCC;
}
.noUi-marker-sub {
  background: #AAA;
}
.noUi-marker-large {
  background: #AAA;
}
/* Horizontal layout;
 *
 */
.noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
/* Vertical layout;
 *
 */
.noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding-left: 25px;
}
.noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.noUi-horizontal .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(50%, 0);
  transform: translate(50%, 0);
  left: auto;
  bottom: 10px;
}
.noUi-vertical .noUi-origin > .noUi-tooltip {
  -webkit-transform: translate(0, -18px);
  transform: translate(0, -18px);
  top: auto;
  right: 28px;
}

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-vertical>.swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,.swiper-wrapper {
  transform: translate3d(0, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}

.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-autoheight,.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, .15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}

.swiper-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered>.swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

[dir="ltr"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
  margin-left: var(--swiper-centered-offset-before);
}

[dir="rtl"] .swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{
  margin-right: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
  margin-top: var(--swiper-centered-offset-before);
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: center center;
}

.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-prev,.swiper-button-next {
  position: absolute;
  top: 50%;
  width: calc(44px/44*27);
  width: calc(var(--swiper-navigation-size)/44*27);
  height: 44px;
  height: var(--swiper-navigation-size);
  margin-top: calc(0 - 44px/2);
  margin-top: calc(0 - var(--swiper-navigation-size)/2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #007aff;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,.swiper-button-next.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev:after,.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: 44px;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-feature-settings: ;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,.swiper-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,.swiper-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled>.swiper-pagination,.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

.swiper-pagination-fraction,.swiper-pagination-custom,.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(.33);
}

.swiper-pagination-bullet {
  width: 8px;
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: 8px;
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: #000000;
  background: var(--swiper-pagination-bullet-inactive-color, #000000);
  opacity: .2;
  opacity: var(--swiper-pagination-bullet-inactive-opacity, .2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical>.swiper-pagination-bullets,.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0, -50%, 0);
}

.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, .25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-horizontal,.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-vertical>.swiper-pagination-progressbar,.swiper-pagination-progressbar.swiper-pagination-vertical,.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, .1);
}

.swiper-scrollbar-disabled>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-vertical>.swiper-scrollbar,.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, .5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>img,.swiper-zoom-container>svg,.swiper-zoom-container>canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid #007aff;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: rgba(0, 0, 0, 0);
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #ffffff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid>.swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column>.swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active,.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,.swiper-cube .swiper-slide-next,.swiper-cube .swiper-slide-prev,.swiper-cube .swiper-slide-next+.swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-slide-shadow-top,.swiper-cube .swiper-slide-shadow-bottom,.swiper-cube .swiper-slide-shadow-left,.swiper-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-flip .swiper-slide-shadow-top,.swiper-flip .swiper-slide-shadow-bottom,.swiper-flip .swiper-slide-shadow-left,.swiper-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.jcf-select {
  display: inline-block;
  vertical-align: top;
  position: relative;
  border: 1px solid #777777;
  background: #ffffff;
  margin: 0 0 12px;
  min-width: 150px;
  height: 26px;
}

.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: 13px;
  line-height: 26px;
  margin: 0 35px 0 8px;
}

.jcf-select .jcf-select-opener {
  position: absolute;
  text-align: center;
  background: #aaaaaa;
  width: 26px;
  bottom: 0;
  right: 0;
  top: 0;
}

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: 0;
  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: 1px solid red;
}

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

.jcf-list {
  display: inline-block;
  vertical-align: top;
  position: relative;
  background: #ffffff;
  line-height: 14px;
  font-size: 12px;
  width: 100%;
}

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

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

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

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

.jcf-list .jcf-option {
  overflow: hidden;
  cursor: default;
  display: block;
  padding: 5px 9px;
  color: #656565;
  height: 1%;
}

.jcf-list .jcf-disabled {
  background: #ffffff !important;
  color: #aaaaaa !important;
}

.jcf-select-drop .jcf-hover,.jcf-list-box .jcf-selected {
  background: #e6e6e6;
  color: #000000;
}

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

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

.jcf-disabled {
  background: #dddddd !important;
}

.jcf-focus,.jcf-focus * {
  border-color: red !important;
}

html {
  box-sizing: border-box;
}

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

.visually-hidden {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}

.visually-hidden.focusable:active,.visually-hidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  white-space: inherit;
  width: auto;
}

.footer-list,.open-close-holder .slide .tag-list-holder .tag-activated,.open-close-holder,.tag-list,.ticket-list,.teaser-list,.swiper-slider .text-slide .way-list,.swiper-slider .text-slide .slide-info-list,.swiper-slider .text-slide .slide-list,.swiper-slider .text-slide .logo-list,.btn-list,.menu,.slide-drop,.social-media {
  margin: 0;
  padding: 0;
  list-style: none;
}

body {
  color: #ffffff;
  font-family: "Lato", "Helvetica Neue", Arial, "Noto Sans", sans-serif;
  font-size: 15px;
  line-height: 1.13334;
  font-weight: 400;
}

a {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  color: #b7b7b7;
  text-decoration: none;
}

ul,ol,dl,p {
  margin: 0 0 1.5em;
}

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

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

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

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

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

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

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

.header {
  padding: 23px 0;
  position: relative;
  background: #000000;
  z-index: 100;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
}

.header .container.container-fluid {
  width: 100%;
  padding: 0 23px;
  max-width: none;
}

.header .social-media {
  padding: 0 12px;
  line-height: 1.1;
}

.logo {
  display: block;
  font-size: 15px;
  font-family: Arial, "Helvetica Neue", "Noto Sans", sans-serif;
  letter-spacing: 1.8px;
  width: 180px;
  line-height: 1.2;
  text-transform: uppercase;
}

.menu {
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 15px;
}

.menu a {
  transition: background .1s linear, color .1s linear;
  color: currentColor;
  display: block;
  padding: 5px 12px;
}

.menu>li>a:hover {
  background: #ffffff;
  color: #1a1a1a;
}

.menu .likes {
  display: none;
  padding-left: 10px;
}

.menu .likes .value {
  padding-left: 5px;
  font-size: 18px;
  font-weight: 500;
  align-self: flex-end;
}

.open-close-drop {
  transition: background .1s linear;
}

.open-close-drop .opener {
  padding-right: 40px;
  position: relative;
}

.open-close-drop .opener:before {
  font-family: "Font Awesome 6 Free";
  content: "";
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 21px;
  display: inline-block;
  font-style: normal;
  font-feature-settings: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  font-weight: 900;
  color: #b7b7b7;
}

.open-close-drop .slide-drop {
  transition: background .1s linear, opacity .1s linear, visibility .1s linear;
  font-size: 20px;
  padding: 12px 0 19px;
}

.open-close-drop .slide-drop a {
  color: currentColor;
  padding: 2px 12px;
}

.open-close-drop .slide-drop a:hover {
  color: #b7b7b7;
}

.open-close-drop.active {
  background: #ffffff;
  color: #000000;
}

.nav-active .drop {
  opacity: 1;
  visibility: visible;
}

.nav-opener {
  width: 43px;
  height: 50px;
  position: absolute;
  z-index: 12;
  display: block;
  right: 24px;
  top: 15px;
}

.nav-opener:hover {
  opacity: .9;
}

.nav-active .nav-opener span {
  opacity: 0;
}

.nav-active .nav-opener:before,.nav-active .nav-opener:after {
  transform: rotate(45deg);
  top: 50%;
  left: 0;
  right: 0;
}

.nav-active .nav-opener:after {
  transform: rotate(-45deg);
}

.nav-active .nav-opener:before,.nav-active .nav-opener:after,.nav-active .nav-opener span {
  background-color: #ffffff;
}

.nav-opener span,.nav-opener:before,.nav-opener:after {
  background-color: #ffffff;
  position: absolute;
  top: 52%;
  left: 0;
  right: 0;
  height: 1px;
  margin-top: -0.1rem;
  transition: all .1s linear;
}

.nav-opener:before,.nav-opener:after {
  content: "";
  top: 27%;
}

.nav-opener:after {
  top: 73%;
}

body {
  background-color: #1a1a1a;
  font-weight: 500;
}

body.nav-active {
  overflow: hidden;
}

.main {
  padding-top: 82px;
  position: relative;
}

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

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

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

a {
  transition: color .1s linear;
}

.btn {
  transition: color .1s linear, border .1s linear, background .1s linear;
  display: inline-block;
  vertical-align: middle;
  padding: 6px 10px;
  font-size: 20px;
  font-weight: 500;
  border: 2px solid #ffffff;
  border-radius: 3em;
  min-width: 140px;
  text-align: center;
  background: rgba(0, 0, 0, 0);
  color: #ffffff;
  cursor: pointer;
}

.btn:hover {
  background: #ffffff;
  color: #1a1a1a;
}

.btn:focus {
  outline: none;
}

.password-btn,.error-btn {
  display: inline-block;
  vertical-align: middle;
  color: #b7b7b7;
  font-size: 15px;
  font-weight: 500;
}

input[type=text],input[type=tel],input[type=email],input[type=url],input[type=search],input[type=password],input[type=number] {
  height: 40px;
}

input[type=text],input[type=tel],input[type=email],input[type=url],input[type=search],input[type=password],input[type=number],textarea {
  display: block;
  width: 100%;
  font-size: 20px;
  line-height: 1.2;
  font-weight: 500;
  color: #b7b7b7;
  padding: 6px 17px;
  background: #ffffff;
  border: 2px solid #ffffff;
}

input[type=text]::-moz-placeholder, input[type=tel]::-moz-placeholder, input[type=email]::-moz-placeholder, input[type=url]::-moz-placeholder, input[type=search]::-moz-placeholder, input[type=password]::-moz-placeholder, input[type=number]::-moz-placeholder, textarea::-moz-placeholder {
  color: #b7b7b7;
}

input[type=text]::placeholder,input[type=tel]::placeholder,input[type=email]::placeholder,input[type=url]::placeholder,input[type=search]::placeholder,input[type=password]::placeholder,input[type=number]::placeholder,textarea::placeholder {
  color: #b7b7b7;
}

input[type=text].input-error,input[type=tel].input-error,input[type=email].input-error,input[type=url].input-error,input[type=search].input-error,input[type=password].input-error,input[type=number].input-error,textarea.input-error {
  border-color: red;
}

input[type=text]:focus,input[type=tel]:focus,input[type=email]:focus,input[type=url]:focus,input[type=search]:focus,input[type=password]:focus,input[type=number]:focus,textarea:focus {
  outline: none;
  border-color: #ffffff;
}

textarea {
  height: 150px;
  padding: 15px 12px;
  resize: none;
}

label,.label,.error-message {
  font-size: 15px;
  font-weight: 500;
  color: #b7b7b7;
  display: block;
}

.flip-text {
  text-align: center;
  transform: rotate(-3.5deg);
}

.arrow-decor {
  display: block;
  width: 26px;
  height: 42px;
  margin: 0 auto;
  -o-object-fit: contain;
     object-fit: contain;
}

.btn-list {
  line-height: 1;
}

.viewport .fade-effect,.viewport .move-effect,.viewport .move-margin-effect {
  opacity: 0;
  visibility: hidden;
}

.viewport .fade-effect {
  transition: opacity 1.5s linear, visibility 1.5s linear;
}

.viewport .move-effect {
  transition: transform .4s linear, opacity .4s linear, visibility .4s linear;
  transform: translateY(6.25rem);
}

.viewport .move-margin-effect {
  transition: margin-top 1s linear, opacity 1s linear, visibility 1s linear;
  margin-top: 2.5rem;
}

.viewport.in-viewport .move-effect,.viewport.in-viewport .fade-effect,.viewport.in-viewport .move-margin-effect {
  opacity: 1;
  visibility: visible;
}

.viewport.in-viewport .move-effect {
  transform: translate(0);
}

.viewport.in-viewport .move-margin-effect {
  margin-top: 0;
}

.viewport.fade-effect,.viewport.move-effect,.viewport.move-margin-effect {
  opacity: 0;
  visibility: hidden;
}

.viewport.fade-effect {
  transition: opacity 1.5s linear, visibility 1.5s linear;
}

.viewport.move-effect {
  transition: transform .4s linear, opacity .4s linear, visibility .4s linear;
  transform: translateY(6.25rem);
}

.viewport.move-margin-effect {
  transition: margin-top .5s linear, opacity .5s linear, visibility .5s linear;
  margin-top: 2.5rem;
}

.viewport.in-viewport.move-effect,.viewport.in-viewport.fade-effect,.viewport.in-viewport.move-margin-effect {
  opacity: 1;
  visibility: visible;
}

.viewport.in-viewport.move-effect {
  transform: translate(0);
}

.viewport.in-viewport.move-margin-effect {
  margin-top: 0;
}

.container {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0 12px;
}

.container.container-fluid {
  max-width: 100%;
}

.container.container-fluid-lg {
  max-width: 100%;
  padding: 0 24px;
}

.container.container-lg {
  padding: 0 24px;
}

.text-sm {
  font-size: 15px;
}

.arrow-btn {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  padding-left: 42px;
}

.arrow-btn img {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 34px;
  height: 18px;
}

img {
  max-width: 100%;
}

.hero-section {
  background: #86b59c;
  color: #000000;
  padding-bottom: 47px;
}

.hero-section .heading-holder {
  text-align: center;
  max-width: 265px;
  margin: 0 auto;
}

.hero-section h1 {
  font-size: 20px;
  text-transform: uppercase;
  letter-spacing: 1.92px;
  font-weight: 700;
  line-height: 1.1;
  font-family: Arial, "Helvetica Neue", "Noto Sans", sans-serif;
  margin-bottom: 24px;
}

.hero-section .time-date {
  text-transform: uppercase;
  font-family: Arial, "Helvetica Neue", "Noto Sans", sans-serif;
  letter-spacing: 2.4px;
  font-size: 15px;
  font-weight: 700;
}

.animation-holder {
  text-align: center;
  margin-top: -27px;
  margin-bottom: 116px;
}

.animation-holder img {
  display: block;
  max-width: 102px;
  margin: 0 auto;
}

.animation-holder .animation-box {
  max-width: 216px;
  margin: -70px auto 0;
}

.slider-section {
  padding: 20px 0;
}

.swiper-slider {
  overflow: hidden;
  position: relative;
}

.swiper-slider:before {
  content: "";
  left: 0;
  top: 0;
  bottom: 0;
  width: 10%;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, .74) 0%, #9a9a9a 100%);
  position: absolute;
  z-index: 2;
  mix-blend-mode: multiply;
}

.swiper-slider:after {
  content: "";
  right: 0;
  top: 0;
  bottom: 0;
  width: 10%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, .74) 0%, #9a9a9a 100%);
  position: absolute;
  z-index: 2;
  mix-blend-mode: multiply;
}

.swiper-slider .swiper-slide {
  display: flex;
  flex-direction: column;
  height: auto;
  background: #000000;
  position: relative;
  min-height: 548px;
  font-size: 20px;
  line-height: 1.2;
  box-sizing: border-box;
}

.swiper-slider .swiper-slide h2.h1 {
  margin-bottom: 37px;
  font-size: 24px;
}

.swiper-slider .swiper-slide.yellow-color .flip-text h1,.swiper-slider .swiper-slide.yellow-color .flip-text h2,.swiper-slider .swiper-slide.yellow-color .flip-text h3,.swiper-slider .swiper-slide.yellow-color .flip-text h4,.swiper-slider .swiper-slide.yellow-color .flip-text h5,.swiper-slider .swiper-slide.yellow-color .flip-text h6 {
  color: #ffe08a;
}

.swiper-slider .swiper-slide.purple-color .flip-text h1,.swiper-slider .swiper-slide.purple-color .flip-text h2,.swiper-slider .swiper-slide.purple-color .flip-text h3,.swiper-slider .swiper-slide.purple-color .flip-text h4,.swiper-slider .swiper-slide.purple-color .flip-text h5,.swiper-slider .swiper-slide.purple-color .flip-text h6 {
  color: #c394f2;
}

.swiper-slider .swiper-slide.pink-color .flip-text h1,.swiper-slider .swiper-slide.pink-color .flip-text h2,.swiper-slider .swiper-slide.pink-color .flip-text h3,.swiper-slider .swiper-slide.pink-color .flip-text h4,.swiper-slider .swiper-slide.pink-color .flip-text h5,.swiper-slider .swiper-slide.pink-color .flip-text h6 {
  color: #faa5d9;
}

.swiper-slider .swiper-wrapper {
  display: flex;
}

.swiper-slider .text-slide {
  padding: 19px 18px;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
}

.swiper-slider .text-slide .last-holder {
  margin-top: auto;
}

.swiper-slider .text-slide .last-holder h2,.swiper-slider .text-slide .last-holder .h2 {
  margin-bottom: 0;
}

.swiper-slider .text-slide .logo-list {
  padding-top: 40px;
}

.swiper-slider .text-slide .logo-list li {
  margin-bottom: 30px;
}

.swiper-slider .text-slide .logo-list a {
  transition: opacity .1s linear, color .1s linear;
  display: block;
  line-height: 1;
}

.swiper-slider .text-slide .logo-list a:hover {
  opacity: .8;
}

.swiper-slider .text-slide .logo-list img {
  display: block;
  max-width: 155px;
}

.swiper-slider .text-slide .logo-list.multiple-list {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  margin: 0 -10px 20px;
  padding-top: 12px;
  padding-left: 0;
}

.swiper-slider .text-slide .logo-list.multiple-list li {
  padding: 0 10px;
  width: 33.332%;
}

.swiper-slider .text-slide .logo-list.multiple-list li a {
  display: block;
}

.swiper-slider .text-slide .slide-list a:hover {
  color: #cccccc;
}

.swiper-slider .text-slide .info-box {
  font-size: 15px;
}

.swiper-slider .text-slide .slide-info-list {
  margin-bottom: 15px;
}

.swiper-slider .text-slide .slide-info-list .info-item {
  display: inline-block;
  vertical-align: middle;
  padding-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.swiper-slider .text-slide .slide-info-list .info-item:before {
  content: "";
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='21' height='20' viewBox='0 0 21 20'%3E%3Cg%3E%3Cg%3E%3Cpath fill='none' stroke='%23fff' stroke-linejoin='round' stroke-miterlimit='20' stroke-width='2' d='M1.279 12.803v0l5.858 5.325v0l12.296-16.31v0'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
  position: absolute;
  right: 0;
  top: 10px;
  transform: translateY(-50%);
  width: 21px;
  height: 20px;
}

.swiper-slider .text-slide .way-holder {
  margin-bottom: 15px;
}

.swiper-slider .text-slide .way-list li {
  display: flex;
}

.swiper-slider .text-slide .way-list li .right-decor {
  display: block;
  width: 36px;
  height: 14px;
  padding-right: 10px;
}

.swiper-slider .text-slide address {
  display: block;
  font-style: normal;
}

.swiper-slider .text-slide address p {
  margin-bottom: 0;
}

.swiper-slider .text-slide address .icon-holder {
  width: 16px;
  height: 27px;
  margin-bottom: 6px;
}

.swiper-slider .text-slide address .icon-holder img {
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slider .text-slide .color-heading {
  margin-bottom: 50px;
}

.swiper-slider .img-slide {
  position: relative;
  height: 100%;
}

.swiper-slider .img-slide img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}

.swiper-slider .slide-arrow {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 10%;
  height: 100%;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.swiper-slider .slide-arrow:hover {
  opacity: 1;
}

.swiper-slider .slide-arrow.arrow-next {
  left: auto;
  right: 0;
}

.swiper-slider .slide-arrow img {
  display: block;
  width: 27px;
  height: 27px;
  -o-object-fit: contain;
     object-fit: contain;
}

.info-section {
  padding: 18px 0;
}

.info-holder {
  border-top: 3px solid #ffffff;
  margin-bottom: 73px;
}

.info-holder h1 {
  margin-bottom: 23px;
  margin-top: 13px;
}

.info-holder .arrow-btn {
  padding-left: 37px;
}

.info-holder .arrow-btn img {
  width: 31px;
  height: 15px;
}

.info-holder.without-border {
  border-top: none;
}

.info-holder .favoriten-heading {
  display: flex;
  align-items: flex-end;
  margin-bottom: 24px;
}

.info-holder .favoriten-heading h1,.info-holder .favoriten-heading h2,.info-holder .favoriten-heading h3,.info-holder .favoriten-heading h4,.info-holder .favoriten-heading h5,.info-holder .favoriten-heading h6 {
  margin-bottom: 0;
  padding-right: 14px;
  line-height: 1;
}

.info-holder .favoriten-heading .likes {
  display: flex;
  font-size: 18px;
  align-items: flex-end;
  flex-shrink: 0;
  font-size: 18px;
}

.info-holder .favoriten-heading .likes .value {
  padding-left: 5px;
  font-size: 15px;
  color: #b7b7b7;
}

.text-holder {
  font-size: 24px;
  margin-bottom: 52px;
  line-height: 1.167;
}

.text-holder p {
  margin-bottom: 26px;
}

.text-holder.text-holder-sm {
  font-size: 20px;
  line-height: 1.2;
  margin-bottom: 40px;
}

.rotate-heading {
  text-align: center;
  transform: rotate(-3.5deg);
}

.teaser-area {
  margin-bottom: 35px;
}

.teaser-list .teaser-item {
  margin-bottom: 20px;
}

.teaser-list .teaser-card {
  transition: opacity .1s linear, color .1s linear;
  display: block;
}

.teaser-list .teaser-card:hover {
  opacity: .8;
}

.teaser-list .bg-holder {
  background-color: #0f77ce;
  padding-top: 60.6%;
  position: relative;
}

.teaser-list .bg-holder img {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.teaser-list .text {
  background: #000000;
  padding: 7px 13px 13px;
}

.teaser-list .text .h2:only-child {
  margin-bottom: 0;
}

.teaser-list.teaser-lg .bg-holder {
  padding-top: 79.6%;
}

.gallery {
  padding-bottom: 45px;
}

.gallery .description {
  color: #b7b7b7;
}

.gallery .description p {
  margin-bottom: 17px;
}

.image-gallery .image-holder {
  position: relative;
  padding-top: 79%;
  margin-bottom: 22px;
}

.image-gallery .image-holder img {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.login-block {
  padding-top: 14px;
  border-top: 2px solid #ffffff;
  margin-bottom: 58px;
}

.login-block .heading-holder h1,.login-block .heading-holder h2,.login-block .heading-holder h3,.login-block .heading-holder h4,.login-block .heading-holder h5,.login-block .heading-holder h6 {
  margin-bottom: 13px;
}

.login-block .heading-holder .description-info {
  color: #b7b7b7;
  margin-bottom: 30px;
}

.login-block .form-group {
  margin-bottom: 30px;
}

.login-block .form-group .form-control {
  margin-bottom: 20px;
}

.login-block .btn-holder {
  display: flex;
  align-items: center;
}

.login-block .btn-holder .btn {
  margin-right: 22px;
}

.login-block .login-form {
  max-width: 800px;
}

.login-block.without-border {
  border-top: none;
}

.ticket-block {
  padding: 18px 0 0;
}

.ticket-list {
  margin-bottom: 30px;
}

.ticket-list li {
  margin-bottom: 9px;
}

.ticket-list img {
  display: block;
}

.scrollposprogress {
  transition: opacity .1s linear, visibility .1s linear;
  position: fixed;
  left: 0;
  right: 0;
  top: 82px;
  z-index: 10;
}

.nav-active .scrollposprogress {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}

.scrollposprogress .container {
  padding: 0;
  max-width: 100%;
  display: flex;
  line-height: 1;
}

.scrollposprogress .progress {
  width: 74%;
  background-color: #86b59c;
  height: 7px;
}

.scrollposprogress .toptext {
  color: #85b59c;
  font-size: 18px;
  padding-left: 3px;
  flex-shrink: 0;
}

.scrollposprogress .toptext:hover {
  text-decoration: underline;
}

.open-close-holder li.active .time-radio input[type=checkbox] {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='80.14px' height='69.839px' viewBox='-3.501 -2.5 80.14 69.839'%3E%3Cg%3E%3Cpath fill='%23000000' stroke='%23000000' stroke-width='9' d='M7.612,37.884l25.107,23.438c1.042,0.975,2.417,1.518,3.849,1.518 c1.434,0,2.809-0.543,3.851-1.518l25.106-23.438c4.226-3.932,6.614-9.449,6.614-15.215v-0.806c0-9.712-7.019-17.993-16.591-19.592 c-6.336-1.056-12.782,1.014-17.313,5.544l-1.667,1.667l-1.667-1.667c-4.528-4.53-10.979-6.6-17.313-5.544 C8.016,3.869,0.999,12.15,0.999,21.863v0.806C0.998,28.435,3.388,33.951,7.612,37.884L7.612,37.884z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.open-close-holder li.active .time-radio input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='80.14px' height='69.839px' viewBox='-3.501 -2.5 80.14 69.839'%3E%3Cg%3E%3Cpath fill='%23ffffff' stroke='%23ffffff' stroke-width='9' d='M7.612,37.884l25.107,23.438c1.042,0.975,2.417,1.518,3.849,1.518 c1.434,0,2.809-0.543,3.851-1.518l25.106-23.438c4.226-3.932,6.614-9.449,6.614-15.215v-0.806c0-9.712-7.019-17.993-16.591-19.592 c-6.336-1.056-12.782,1.014-17.313,5.544l-1.667,1.667l-1.667-1.667c-4.528-4.53-10.979-6.6-17.313-5.544 C8.016,3.869,0.999,12.15,0.999,21.863v0.806C0.998,28.435,3.388,33.951,7.612,37.884L7.612,37.884z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.time-radio {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 160px;
  position: relative;
}

.time-radio label {
  color: currentColor;
  font-size: 20px;
  cursor: pointer;
}

.time-radio input[type=checkbox] {
  cursor: pointer;
  width: 20px;
  height: 20px;
  margin-right: 11px;
  vertical-align: top;
  background-color: rgba(0, 0, 0, 0);
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='80.14px' height='69.839px' viewBox='-3.501 -2.5 80.14 69.839'%3E%3Cg%3E%3Cpath fill='none' stroke='%23FFFFFF' stroke-width='9' d='M7.612,37.884l25.107,23.438c1.042,0.975,2.417,1.518,3.849,1.518 c1.434,0,2.809-0.543,3.851-1.518l25.106-23.438c4.226-3.932,6.614-9.449,6.614-15.215v-0.806c0-9.712-7.019-17.993-16.591-19.592 c-6.336-1.056-12.782,1.014-17.313,5.544l-1.667,1.667l-1.667-1.667c-4.528-4.53-10.979-6.6-17.313-5.544 C8.016,3.869,0.999,12.15,0.999,21.863v0.806C0.998,28.435,3.388,33.951,7.612,37.884L7.612,37.884z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.time-radio input[type=checkbox]:checked {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' width='80.14px' height='69.839px' viewBox='-3.501 -2.5 80.14 69.839'%3E%3Cg%3E%3Cpath fill='%23FFFFFF' stroke='%23FFFFFF' stroke-width='9' d='M7.612,37.884l25.107,23.438c1.042,0.975,2.417,1.518,3.849,1.518 c1.434,0,2.809-0.543,3.851-1.518l25.106-23.438c4.226-3.932,6.614-9.449,6.614-15.215v-0.806c0-9.712-7.019-17.993-16.591-19.592 c-6.336-1.056-12.782,1.014-17.313,5.544l-1.667,1.667l-1.667-1.667c-4.528-4.53-10.979-6.6-17.313-5.544 C8.016,3.869,0.999,12.15,0.999,21.863v0.806C0.998,28.435,3.388,33.951,7.612,37.884L7.612,37.884z'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.jcf-select.jcf-select-time-select.selected .jcf-select-text span:before {
  font-weight: 900;
}

.jcf-select.jcf-select-time-select .jcf-select-text {
  position: relative;
  overflow: initial;
}

.jcf-select-time-select .jcf-select-text>span:after,.time-radio:after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  left: 39px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  box-shadow: 0 0 18px 8px rgba(255, 255, 255, .6);
  opacity: 0;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, .5) 0%, rgba(255, 255, 255, .5) 49%, rgba(255, 255, 255, .5) 100%);
  z-index: -1;
}

.text-section.intro-text-section {
  padding: 8px 0 18px;
}

.text-section.intro-text-section .text-holder {
  margin-bottom: 46px;
}

.text-section.intro-text-section .info-holder {
  border-top: 0;
}

.text-section.intro-text-section .filter-holder {
  width: 100%;
}

.text-section.intro-text-section .filter-holder .filter-popup {
  width: 100%;
  margin-bottom: 27px;
}

.text-section.intro-text-section .filter-holder .jcf-select-filter-select {
  min-width: 100%;
  margin-bottom: 28px;
  max-width: 100%;
}

.text-section.intro-text-section .filter-holder .btn {
  padding: 7px 22px;
  margin: 0 23px 28px 0;
}

.text-section.intro-text-section .filter-holder .btn:last-child {
  margin: 0 0 28px;
}

.text-section.intro-text-section .filter-holder .btn .counter {
  font-size: 15px;
  margin-left: 5px;
}

.filter-popup {
  display: inline-block;
  vertical-align: middle;
  min-width: 100%;
  height: 40px;
  display: inline-flex;
  position: relative;
}

.filter-popup .filter-open {
  transition: color .35s cubic-bezier(.3, .86, .36, .95), background-color .35s cubic-bezier(.3, .86, .36, .95);
  display: block;
  width: 100%;
  line-height: 36px;
  padding: 0 62px 0 17px;
  position: relative;
  border: 2px solid #ffffff;
  font-size: 20px;
}

.filter-popup .filter-open:before {
  content: "";
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translateY(-50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #b7b7b7;
  pointer-events: none;
}

.filter-popup.popup-active .popup {
  opacity: 1;
  visibility: visible;
}

.filter-popup.popup-active .filter-open {
  background-color: #ffffff;
  color: #000000;
}

.filter-popup .popup {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95), visibility .35s cubic-bezier(.3, .86, .36, .95);
  position: absolute;
  top: 100%;
  left: 0;
  background-color: #ffffff;
  box-shadow: 0 3px 6px rgba(0, 0, 0, .16);
  min-width: 100%;
  padding: 80px 30px 40px 30px;
  opacity: 0;
  visibility: hidden;
  display: block !important;
  z-index: 5;
}

.filter-popup .popup .time {
  color: #000000;
  position: absolute;
  top: 32px;
  font-size: 20px;
}

.filter-popup .popup .time.time-up {
  left: 50px;
}

.filter-popup .popup .time.time-down {
  right: 70px;
}

.jcf-select {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #ffffff;
  height: 40px;
  min-width: 211px;
  margin: 0;
}

.jcf-select .jcf-select-text {
  line-height: 36px;
  font-size: 20px;
  margin: 0 55px 0 17px;
  cursor: pointer;
}

.jcf-select .jcf-select-opener {
  background-color: rgba(0, 0, 0, 0);
  width: 55px;
  color: #b7b7b7;
}

.jcf-select .jcf-select-opener:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
}

.jcf-select.jcf-drop-active {
  background-color: #ffffff;
  color: #000000;
}

.jcf-select.jcf-focus {
  border-color: #ffffff !important;
}

.jcf-select.jcf-select-time-select {
  border: none;
  min-width: 160px;
}

.jcf-select.jcf-select-time-select .jcf-select-text {
  margin: 0;
  text-align: center;
}

.jcf-select.jcf-select-time-select .jcf-select-text span {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jcf-select.jcf-select-time-select .jcf-select-text span:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-right: 11px;
  font-weight: 400;
  font-size: 20px;
}

.jcf-select.jcf-select-time-select .jcf-select-opener {
  display: none;
}

.jcf-select.jcf-select-time-select.jcf-drop-active {
  background-color: rgba(0, 0, 0, 0);
  color: #ffffff;
}

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

.jcf-select-drop .jcf-list {
  font-size: 20px;
  font-weight: 500;
}

.jcf-select-drop .jcf-list .jcf-option {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  padding: 10px 23px 16px;
  color: #000000;
  cursor: pointer;
}

.jcf-select-drop .jcf-list .jcf-option.jcf-selected {
  background-color: rgba(0, 0, 0, 0);
  color: #b7b7b7 !important;
}

.jcf-select-drop .jcf-list .jcf-option.jcf-hover {
  color: #000000;
  background-color: rgba(0, 0, 0, 0);
}

.jcf-select-drop .jcf-list .jcf-option.jcf-option-hideme {
  display: none !important;
}

.jcf-select-drop .jcf-list .jcf-option:hover {
  color: #b7b7b7;
}

.jcf-select-drop.jcf-select-time-select .jcf-list .jcf-option {
  display: flex;
  align-items: center;
  justify-content: center;
}

.jcf-select-drop.jcf-select-time-select .jcf-list .jcf-option:before {
  content: "";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  font-weight: 400;
  font-size: 20px;
}

.jcf-select-drop.jcf-select-time-select .jcf-list .jcf-option.jcf-selected,.jcf-select-drop.jcf-select-time-select .jcf-list .jcf-option.jcf-hover {
  color: #000000;
}

.jcf-select-drop.jcf-select-time-select .jcf-list .jcf-option.jcf-selected:before,.jcf-select-drop.jcf-select-time-select .jcf-list .jcf-option.jcf-hover:before {
  font-weight: 900;
}

.program-section {
  padding-bottom: 62px;
}

.program-section .open-close-holder {
  margin-bottom: 52px;
}

.tag-list {
  font-size: 15px;
  color: #b7b7b7;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.tag-list li {
  margin: 0 17px 3px 0;
}

.tag-list .tag {
  display: flex;
  align-items: center;
}

.tag-list a {
  width: 15px;
  height: 16px;
  display: block;
  position: relative;
  margin-right: 10px;
}

.tag-list a:hover:before,.tag-list a:hover:after {
  background-color: #ffffff;
}

.tag-list a:before,.tag-list a:after {
  transition: background-color .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  width: 2px;
  height: 17px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  background-color: #b7b7b7;
}

.tag-list a:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.open-close-holder {
  max-width: 1920px;
  margin: 0 auto;
}

.open-close-holder.white-list .jcf-select.jcf-select-time-select .jcf-select-text span:before {
  color: #ffffff;
  font-weight: 900;
}

.open-close-holder.white-list li.active .jcf-select.jcf-select-time-select .jcf-select-text span:before {
  color: #000000;
  font-weight: 400;
}

.open-close-holder li {
  position: relative;
}

.open-close-holder li.active .bg-placeholder {
  opacity: 1;
}

.open-close-holder li.active .opener-holder {
  border-color: rgba(0, 0, 0, 0);
  color: #000000;
}

.open-close-holder li.active .opener-holder .color-box:before,.open-close-holder li.active .opener-holder .color-box:after {
  opacity: 1;
}

.open-close-holder li.active .slide {
  color: #000000;
}

.open-close-holder li.active .jcf-select.jcf-select-time-select .jcf-select-text span:before {
  font-weight: 900;
}

.open-close-holder li .bg-placeholder {
  position: absolute;
  z-index: -1;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  opacity: 0;
}

.open-close-holder .opener-holder {
  transition: border-color .35s cubic-bezier(.3, .86, .36, .95), color .35s cubic-bezier(.3, .86, .36, .95);
  display: flex;
  margin: 0 14px 0 11px;
  border-width: 3px 0 0;
  border-color: #ffffff;
  border-style: solid;
  padding: 18px 0 22px;
  flex-wrap: wrap;
}

.open-close-holder .opener-holder .color-box {
  width: 24px;
  height: 24px;
  margin-right: 23px;
  position: relative;
}

.open-close-holder .opener-holder .color-box:before,.open-close-holder .opener-holder .color-box:after {
  transition: opacity .35s cubic-bezier(.3, .86, .36, .95);
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  width: 24px;
  height: 2px;
  background-color: #000000;
  opacity: 0;
}

.open-close-holder .opener-holder .color-box:after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.open-close-holder .opener-holder .time-holder {
  display: flex;
  align-items: center;
  margin-left: 7px;
  margin-bottom: 15px;
}

.open-close-holder .opener-holder .time-holder .addet-info {
  font-size: 15px;
  line-height: 1;
  margin-left: -15px;
  pointer-events: none;
}

.open-close-holder .opener-holder .opener {
  font-size: 24px;
  width: calc(100% - 47px);
  color: inherit;
  line-height: 1.2;
  margin-bottom: 11px;
}

.open-close-holder .opener-holder .autor {
  margin-left: auto;
  width: 100%;
  text-align: right;
  font-size: 20px;
}

.open-close-holder .slide {
  transition: color .35s cubic-bezier(.3, .86, .36, .95);
  padding: 0 15px 46px 15px;
}

.open-close-holder .slide .text-box {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 30px;
}

.open-close-holder .slide .text-box .text-holder {
  line-height: 1.23;
  width: 100%;
  font-size: 20px;
  margin-bottom: 56px;
}

.open-close-holder .slide .text-box .rotate-heading {
  width: 100%;
  padding: 0 15px 0 15px;
  transform: rotate(-3.5deg);
  text-align: center;
  margin-bottom: 7px;
}

.open-close-holder .slide .text-box .rotate-heading h3 {
  font-size: 28px;
  line-height: 1.14;
  margin-bottom: 0;
}

.open-close-holder .slide .tag-list-holder .tag-activated {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  font-size: 15px;
}

.open-close-holder .slide .tag-list-holder .tag-activated:first-child {
  display: block;
  margin-bottom: 20px;
}

.open-close-holder .slide .tag-list-holder .tag-activated:first-child li {
  margin-bottom: 2px;
  line-height: 1;
}

.open-close-holder .slide .tag-list-holder .tag-activated:last-child {
  justify-content: flex-end;
}

.open-close-holder .slide .tag-list-holder .tag-activated .check-icon {
  display: inline-block;
  vertical-align: top;
  width: 16px;
  height: 18px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-left: 10px;
  margin-top: -4px;
}

.open-close-holder .slide .tag-list-holder .tag-activated .fa-check {
  font-size: 18px;
}

.open-close-holder .slide .tag-list-holder .tag-activated .fa-arrow-right-long {
  font-size: 18px;
  margin-right: 3px;
}

.open-close-holder .slide .tag-list-holder .tag-activated .location-icon {
  display: inline-block;
  vertical-align: top;
  width: 11px;
  height: 17px;
  -o-object-fit: contain;
     object-fit: contain;
}

.open-close-holder .slide .tag-list-holder .tag-activated .right-icon {
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 13px;
  margin-right: 4px;
}

.open-close-holder .slide .tag-list-holder .tag-activated .fa-location-pin {
  font-size: 18px;
}

.open-close-holder .slide .tag-list-holder .tag-activated:last-child li {
  margin-left: 20px;
}

.scroll-up-holder {
  position: relative;
}

.scroll-up-holder .pagination {
  position: absolute;
  top: 0;
  font-size: 25px;
}

.scroll-up-holder .pagination.arrow-prev {
  left: 15px;
}

.scroll-up-holder .pagination.arrow-next {
  right: 15px;
}

.scroll-up-holder .scroll-up {
  max-width: 572px;
  width: 100%;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}

.scroll-up-holder .scroll-up img {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  -o-object-fit: contain;
     object-fit: contain;
  margin-bottom: 14px;
}

.scroll-up-holder .scroll-up i {
  font-size: 30px;
  margin-bottom: 16px;
}

.scroll-up-holder .scroll-up span {
  font-size: 28px;
  transform: rotate(-3deg);
}

.noUi-horizontal {
  height: 2px;
}

.noUi-horizontal .noUi-handle {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #000000;
  box-shadow: none;
  right: -12px;
  top: -11px;
  background-color: #ffffff;
}

.noUi-horizontal .noUi-handle:before,.noUi-horizontal .noUi-handle:after {
  display: none;
}

.noUi-target {
  border-radius: 0;
  border: 0;
  box-shadow: none;
  background-color: #b7b7b7;
}

.noUi-target:before,.noUi-target:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 2px solid #b7b7b7;
  left: -12px;
  background-color: #ffffff;
  z-index: 2;
}

.noUi-target:after {
  left: auto;
  right: -12px;
}

.noUi-connects {
  border-radius: 0;
}

.noUi-connect {
  background-color: #000000;
}

.footer {
  background: #86b59c;
  padding: 34px 0 20px;
  color: #000000;
}

.footer a {
  color: currentColor;
}

.footer a:hover {
  color: #ffffff;
}

.footer .social-media {
  margin-bottom: 17px;
}

.footer-nav {
  font-family: Arial, "Helvetica Neue", "Noto Sans", sans-serif;
  font-weight: 400;
}

.footer-list {
  margin-bottom: 17px;
}

.footer-info p {
  margin-bottom: 17px;
}

.address-info {
  font-style: normal;
  margin-bottom: 17px;
}

@media (min-width: 768px) {
  .header {
    padding: 0;
  }

  .header .container.container-fluid {
    display: flex;
    flex-wrap: wrap;
  }

  .header .social-media {
    display: none;
  }

  .logo {
    align-self: center;
  }

  .nav {
    height: 100%;
  }

  .menu {
    display: flex;
    font-size: 16px;
    margin-bottom: 0;
    height: 100%;
  }

  .menu a {
    padding: 10px;
  }

  .menu>li>a {
    display: inline-flex;
    height: 100%;
    align-items: center;
  }

  .menu .likes {
    display: flex;
    align-items: center;
    font-size: 15px;
  }

  .open-close-drop {
    position: relative;
  }

  .open-close-drop.hover>a {
    background: #ffffff;
    color: #1a1a1a;
  }

  .open-close-drop.hover .slide-drop {
    opacity: 1;
    visibility: visible;
  }

  .open-close-drop .opener:before {
    font-size: 16px;
  }

  .open-close-drop .slide-drop {
    position: absolute;
    left: 0;
    top: 100%;
    opacity: 0;
    visibility: hidden;
    background: #ffffff;
    color: #1a1a1a;
    z-index: 10;
    width: 200px;
    font-size: 16px;
    max-height: calc(100vh - 40px);
    overflow: auto;
  }

  .drop {
    max-width: calc(100% - 200px);
    margin-left: auto;
  }

  .nav-opener {
    display: none;
  }

  .main {
    padding-top: 40px;
  }

  .btn-list li {
    margin-bottom: 5px;
  }

  .hero-section .heading-holder {
    max-width: 100%;
  }

  .animation-holder {
    margin-top: -19px;
    margin-bottom: 76px;
    margin-left: 130px;
    transform: rotate(-11.6deg);
  }

  .slider-section {
    padding: 40px 0;
  }

  .slider-section .container.container-fluid {
    padding: 0;
  }

  .swiper-slider .swiper-wrapper {
    margin: 0 17%;
  }

  .text-row {
    display: flex;
    flex-wrap: wrap;
  }

  .text-row .text-col {
    width: 50%;
    padding-right: 20px;
  }

  .rotate-heading {
    max-width: 500px;
    margin: 0 auto;
  }

  .teaser-list {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -20px;
  }

  .teaser-list .teaser-item {
    width: 33.332%;
    padding: 0 20px;
    display: flex;
    flex-direction: column;
  }

  .teaser-list .teaser-card {
    display: flex;
    flex-direction: column;
    flex: 1 1 auto;
  }

  .teaser-list .bg-holder {
    padding-top: 59.7%;
  }

  .teaser-list .text {
    flex: 1 1 auto;
  }

  .image-gallery {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
  }

  .image-gallery .image-holder {
    width: calc(33.332% - 24px);
    margin: 0 12px 47px;
    padding-top: 23.8%;
  }

  .login-block .heading-holder {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 30px;
  }

  .login-block .heading-holder h1,.login-block .heading-holder h2,.login-block .heading-holder h3,.login-block .heading-holder h4,.login-block .heading-holder h5,.login-block .heading-holder h6 {
    max-width: 50%;
    margin-bottom: 0;
  }

  .login-block .heading-holder .description-info {
    max-width: 50%;
    padding-left: 50px;
    margin-bottom: 0;
  }

  .login-block .heading-holder .description-info p {
    margin-bottom: 0;
  }

  .login-block .form-group {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-bottom: 33px;
  }

  .login-block .form-group .label,.login-block .form-group .error-message {
    max-width: 370px;
    padding-left: 10px;
    margin-bottom: 9px;
  }

  .login-block .form-group .form-control {
    width: calc(100% - 370px);
    margin-bottom: 0;
  }

  .ticket-block .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .ticket-block .ticket-list {
    width: calc(33.332% - 20px);
    margin: 0 10px;
  }

  .scrollposprogress {
    top: 40px;
  }

  .scrollposprogress .progress {
    height: 13px;
  }

  .scrollposprogress .toptext {
    margin-top: -3px;
  }

  .time-radio label {
    font-size: 26px;
  }

  .jcf-select-time-select .jcf-select-text>span:after,.time-radio:after {
    left: 32px;
  }

  .text-section.intro-text-section .filter-holder .filter-popup {
    width: auto;
    margin-right: 15px;
    margin-bottom: 15px;
  }

  .text-section.intro-text-section .filter-holder .jcf-select-filter-select {
    min-width: 219px;
    margin-right: 42px;
    margin-bottom: 15px;
    max-width: 250px;
  }

  .text-section.intro-text-section .filter-holder .btn {
    margin: 0 23px 15px 0;
  }

  .text-section.intro-text-section .filter-holder .btn:last-child {
    margin: 0 48px 15px 0;
  }

  .filter-popup {
    min-width: 184px;
    height: 47px;
  }

  .filter-popup .filter-open {
    font-size: 26px;
    line-height: 44px;
  }

  .filter-popup .filter-open:before {
    right: 35px;
  }

  .filter-popup .popup {
    min-width: 485px;
    min-height: 174px;
    padding: 107px 40px 10px 38px;
  }

  .filter-popup .popup .time {
    font-size: 26px;
  }

  .filter-popup .popup .time.time-up {
    left: 90px;
  }

  .filter-popup .popup .time.time-down {
    right: 126px;
  }

  .jcf-select {
    height: 47px;
  }

  .jcf-select .jcf-select-text {
    font-size: 26px;
    line-height: 43px;
  }

  .jcf-select .jcf-select-opener {
    width: 67px;
  }

  .jcf-select-drop .jcf-list {
    font-size: 26px;
  }

  .jcf-select-drop .jcf-list .jcf-option {
    padding: 19px 29px 21px;
  }

  .jcf-select-drop.jcf-select-filter-select {
    min-width: 485px;
  }

  .jcf-select-drop.jcf-select-time-select .jcf-list .jcf-option:before {
    font-size: 28px;
    margin-right: 15px;
  }

  .tag-list {
    font-size: 18px;
  }

  .tag-list li {
    margin: 0 20px 10px 0;
  }

  .tag-list a:before,.tag-list a:after {
    height: 20px;
  }

  .open-close-holder .opener-holder {
    align-items: center;
  }

  .open-close-holder .opener-holder .time-holder {
    margin-left: 0;
    margin-bottom: 0;
  }

  .open-close-holder .opener-holder .opener {
    max-width: 41%;
    margin-bottom: 0;
    width: 100%;
  }

  .open-close-holder .opener-holder .autor {
    width: auto;
    max-width: 23.6%;
  }

  .open-close-holder .slide .text-box .text-holder {
    width: 65%;
    margin-bottom: 0;
  }

  .open-close-holder .slide .text-box .rotate-heading {
    width: 35%;
    margin-bottom: 0;
  }

  .open-close-holder .slide .tag-list-holder {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated:first-child {
    margin-bottom: 0;
    display: flex;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated:first-child li {
    margin-bottom: 0;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated:first-child li {
    margin-right: 15px;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated:last-child li {
    margin-left: 15px;
  }

  .scroll-up-holder .pagination {
    font-size: 30px;
  }

  .footer .social-media {
    margin-bottom: 32px;
  }

  .footer-nav {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
    line-height: 1.2;
  }

  .footer-nav .col {
    width: 25%;
    padding: 0 12px;
  }
}

@media (min-width: 1024px) {
  .logo {
    width: 300px;
    font-size: 20px;
  }

  .menu {
    font-size: 20px;
  }

  .menu .likes {
    padding-left: 16px;
    font-size: 27px;
  }

  .menu .likes .value {
    padding-left: 11px;
  }

  .open-close-drop .opener:before {
    font-size: 23px;
  }

  .open-close-drop .slide-drop {
    max-height: calc(100vh - 47px);
  }

  .drop {
    max-width: calc(100% - 300px);
  }

  body {
    font-size: 26px;
    line-height: 1.0769;
  }

  .main {
    padding-top: 47px;
  }

  .btn {
    font-size: 26px;
    min-width: 196px;
    padding: 7px 15px;
  }

  .password-btn,.error-btn {
    font-size: 18px;
  }

  input[type=text],input[type=tel],input[type=email],input[type=url],input[type=search],input[type=password],input[type=number] {
    height: 48px;
  }

  input[type=text],input[type=tel],input[type=email],input[type=url],input[type=search],input[type=password],input[type=number],textarea {
    font-size: 26px;
  }

  label,.label,.error-message {
    font-size: 18px;
  }

  .text-sm {
    font-size: 18px;
  }

  .arrow-btn {
    padding-left: 51px;
  }

  .arrow-btn img {
    width: 37px;
    height: 23px;
  }

  h1,.h1 {
    font-size: 42px;
    line-height: 1.14286;
  }

  h2,.h2 {
    font-size: 32px;
    line-height: 1.1875;
  }

  .hero-section {
    padding-bottom: 117px;
  }

  .hero-section h1 {
    font-size: 50px;
    letter-spacing: 4px;
    margin-bottom: 11px;
  }

  .hero-section .time-date {
    font-size: 40px;
    letter-spacing: 3.2px;
  }

  .animation-holder img {
    max-width: 610px;
  }

  .animation-holder .animation-box {
    max-width: 439px;
    margin-top: -150px;
  }

  .slider-section {
    padding: 85px 0 84px;
  }

  .swiper-slider .swiper-slide h2.h1 {
    font-size: 42px;
  }

  .swiper-slider .text-slide {
    padding: 40px;
  }

  .swiper-slider .text-slide .logo-list {
    padding-top: 55px;
    padding-left: 10px;
  }

  .swiper-slider .text-slide .logo-list li {
    margin-bottom: 42px;
  }

  .swiper-slider .text-slide .logo-list img {
    max-width: none;
  }

  .swiper-slider .text-slide .info-box {
    font-size: 18px;
  }

  .swiper-slider .text-slide .slide-info-list {
    margin-bottom: 21px;
  }

  .swiper-slider .text-slide .slide-info-list .info-item {
    padding-right: 28px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .swiper-slider .text-slide .slide-info-list .info-item:before {
    top: 9px;
  }

  .swiper-slider .text-slide .way-holder {
    margin-bottom: 33px;
  }

  .swiper-slider .text-slide .way-list li .right-decor {
    width: 42px;
    height: 18px;
  }

  .info-section {
    padding: 42px 0 0;
  }

  .info-holder {
    margin-bottom: 24px;
  }

  .info-holder h1 {
    margin-bottom: 46px;
    margin-top: 18px;
  }

  .info-holder .arrow-btn {
    padding-left: 63px;
  }

  .info-holder .arrow-btn img {
    width: 43px;
    height: 28px;
  }

  .info-holder .favoriten-heading {
    margin-bottom: 35px;
  }

  .info-holder .favoriten-heading h1,.info-holder .favoriten-heading h2,.info-holder .favoriten-heading h3,.info-holder .favoriten-heading h4,.info-holder .favoriten-heading h5,.info-holder .favoriten-heading h6 {
    padding-right: 25px;
  }

  .info-holder .favoriten-heading .likes {
    font-size: 27px;
    padding-bottom: 6px;
  }

  .info-holder .favoriten-heading .likes .value {
    font-size: 18px;
    padding-left: 11px;
  }

  .text-holder {
    font-size: 32px;
    line-height: 1.2;
  }

  .text-holder p {
    margin-bottom: 32px;
  }

  .text-holder.text-holder-sm {
    font-size: 32px;
    line-height: 1.1875;
    margin-bottom: 60px;
  }

  .teaser-area {
    margin-bottom: 0;
  }

  .teaser-list .text {
    padding: 21px 29px 32px;
  }

  .gallery {
    padding-bottom: 68px;
  }

  .gallery .description {
    font-size: 18px;
  }

  .gallery .description p {
    margin-bottom: 30px;
  }

  .login-section {
    padding-bottom: 27px;
  }

  .login-block {
    margin-bottom: 101px;
  }

  .login-block .heading-holder {
    margin-bottom: 75px;
  }

  .login-block .form-group .label,.login-block .form-group .error-message {
    padding-left: 43px;
  }

  .login-block .btn-holder {
    padding-top: 13px;
  }

  .login-block .btn-holder .btn {
    margin-right: 37px;
    padding: 7px 27px;
  }

  .ticket-block {
    padding: 50px 0;
  }

  .scrollposprogress {
    top: 47px;
  }

  .time-radio:hover:after {
    opacity: 1;
  }

  .time-radio input[type=checkbox] {
    margin-right: 15px;
    width: 30px;
    height: 30px;
  }

  .jcf-select.jcf-select-time-select:hover .jcf-select-text>span:after {
    opacity: 1;
  }

  .jcf-select-time-select .jcf-select-text>span:after,.time-radio:after {
    left: 30px;
  }

  .text-section.intro-text-section {
    padding: 46px 0 120px;
  }

  .text-section.intro-text-section h1 {
    margin-bottom: 31px;
  }

  .text-section.intro-text-section .text-holder {
    margin-bottom: 48px;
  }

  .jcf-select.jcf-select-time-select .jcf-select-text span:before {
    font-size: 28px;
    margin-right: 15px;
  }

  .program-section .open-close-holder {
    margin-bottom: 70px;
  }

  .tag-list {
    margin-bottom: 0;
  }

  .tag-list li {
    margin: 0 42px 23px 0;
  }

  .open-close-holder .opener-holder .opener {
    max-width: 50%;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated .check-icon {
    width: 26px;
    height: 24px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-left: 4px;
    margin-top: -4px;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated .location-icon {
    width: 19px;
    height: 28px;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated .right-icon {
    width: 28px;
    height: 18px;
  }

  .footer {
    padding: 56px 0 69px;
  }

  .footer-list {
    margin-bottom: 32px;
  }

  .footer-info p {
    margin-bottom: 30px;
  }

  .address-info {
    margin-bottom: 32px;
  }
}

@media (min-width: 1480px) {
  .logo {
    font-size: 30px;
    letter-spacing: 3.6px;
    width: 426px;
  }

  .menu {
    font-size: 28px;
  }

  .menu a {
    padding: 20px;
  }

  .open-close-drop .slide-drop {
    width: 300px;
    font-size: 22px;
    max-height: calc(100vh - 70px);
  }

  .open-close-drop .slide-drop a {
    padding: 5px 15px;
  }

  .drop {
    max-width: calc(100% - 426px);
  }

  .main {
    padding-top: 70px;
  }

  .container {
    padding: 0 58px;
  }

  .container.container-fluid {
    padding: 0 58px;
  }

  .container.container-fluid-lg {
    padding: 0 58px;
  }

  .container.container-lg {
    padding: 0 58px;
  }

  .swiper-slider .swiper-slide {
    min-height: 911px;
    font-size: 32px;
    line-height: 1.1875;
  }

  .swiper-slider .text-slide .logo-list.multiple-list {
    margin: 0 -20px 30px;
  }

  .swiper-slider .text-slide .logo-list.multiple-list li {
    padding: 0 20px;
  }

  .swiper-slider .text-slide .color-heading {
    margin: auto;
  }

  .scrollposprogress {
    top: 70px;
  }

  .text-section.intro-text-section .filter-holder .filter-popup {
    margin-right: 52px;
    margin-bottom: 5px;
  }

  .text-section.intro-text-section .filter-holder .jcf-select-filter-select {
    margin-bottom: 5px;
  }

  .text-section.intro-text-section .filter-holder .btn {
    margin: 0 48px 5px 0;
    padding: 7px 25px;
  }

  .text-section.intro-text-section .filter-holder .btn:last-child {
    margin: 0 48px 0 0;
  }

  .text-section.intro-text-section .filter-holder .btn .counter {
    font-size: 18px;
    margin-left: 25px;
  }

  .program-section {
    padding-top: 75px;
    padding-bottom: 312px;
  }

  .open-close-holder .opener-holder {
    margin: 0 58px;
  }

  .open-close-holder .opener-holder .color-box {
    width: 33px;
    height: 33px;
    margin-right: 33px;
  }

  .open-close-holder .opener-holder .color-box:before,.open-close-holder .opener-holder .color-box:after {
    width: 35px;
  }

  .open-close-holder .opener-holder .time-holder .addet-info {
    font-size: 18px;
    margin-left: 5px;
  }

  .open-close-holder .opener-holder .opener {
    font-size: 28px;
    max-width: 55%;
  }

  .open-close-holder .opener-holder .autor {
    font-size: 26px;
    max-width: none;
  }

  .open-close-holder .slide {
    padding: 0 78px 36px 114px;
  }

  .open-close-holder .slide .text-box {
    margin-bottom: 46px;
  }

  .open-close-holder .slide .text-box .text-holder {
    font-size: 26px;
  }

  .open-close-holder .slide .text-box .rotate-heading {
    padding: 0 40px 0 65px;
  }

  .open-close-holder .slide .text-box .rotate-heading h3 {
    font-size: 42px;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated {
    font-size: 18px;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated .fa-check {
    font-size: 25px;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated .fa-arrow-right-long {
    font-size: 24px;
    margin-right: 0;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated .fa-location-pin {
    font-size: 29px;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated:first-child li {
    margin-right: 50px;
  }

  .open-close-holder .slide .tag-list-holder .tag-activated:last-child li {
    margin-left: 40px;
  }

  .scroll-up-holder .pagination.arrow-prev {
    left: 60px;
  }

  .scroll-up-holder .pagination.arrow-next {
    right: 60px;
  }

  .scroll-up-holder .scroll-up img {
    width: 28px;
    -o-object-fit: contain;
       object-fit: contain;
    margin-bottom: 50px;
  }

  .scroll-up-holder .scroll-up i {
    font-size: 40px;
    margin-bottom: 54px;
  }

  .scroll-up-holder .scroll-up span {
    font-size: 42px;
  }
}

@media (min-width: 1800px) {
  .header .container.container-fluid {
    padding: 0 53px;
  }

  .menu {
    font-size: 32px;
  }

  .menu a {
    padding: 28px 36px;
  }

  .open-close-drop .slide-drop {
    padding: 21px 0 30px;
    width: 463px;
    font-size: 26px;
    max-height: calc(100vh - 90px);
  }

  .open-close-drop .slide-drop a {
    padding: 9px 34px;
  }

  .main {
    padding-top: 90px;
  }

  .swiper-slider:before {
    width: 8.5%;
  }

  .swiper-slider:after {
    width: 8.5%;
  }

  .swiper-slider .swiper-wrapper {
    margin: 0 19%;
  }

  .swiper-slider .text-slide .logo-list.multiple-list li {
    width: auto;
  }

  .swiper-slider .text-slide .logo-list.multiple-list li a {
    max-width: 182px;
  }

  .swiper-slider .slide-arrow {
    width: 8.5%;
    justify-content: flex-end;
  }

  .swiper-slider .slide-arrow.arrow-next {
    justify-content: flex-start;
  }

  .swiper-slider .slide-arrow img {
    width: 43px;
    margin: 0 30px;
  }

  .scrollposprogress {
    top: 90px;
  }

  .open-close-holder .opener-holder .opener {
    max-width: 62.5%;
    font-size: 32px;
    line-height: 1.3;
    margin-bottom: 0;
  }
}

@media (max-width: 767px) {
  .drop {
    transition: opacity .1s linear, visibility .1s linear;
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    background: #1a1a1a;
    height: calc(100vh - 82px);
    z-index: 100;
    overflow-x: auto;
    padding-bottom: 20px;
  }

  .swiper-slider:before {
    content: none;
  }

  .swiper-slider:after {
    content: none;
  }

  .swiper-slider .slide-arrow {
    display: none;
  }

  .scrollposprogress .toptext {
    display: none;
  }
}
